.lat-apply-container {
	/*background: url(../images/lat_apply/body_bg.png) no-repeat 50% 100%;*/
	min-height: 90vh;
	/* overflow-y: scroll; */
	background-size: contain;
	display: flex;
	flex-direction: column;
	padding-bottom: 11em;
}

.lat-header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 70px;
	background: rgba(255, 255, 255, 0.4);
	font-size: 22px;
	font-weight: 900;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 2em;
}
.lat-contents {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-grow: 1;
	/* flex-direction: column; */
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.lat-type-choice-container {
	display: flex;
	flex-grow: 1;
	/* height: 70vh; */
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.lat-type-choice-container .lat-type-title {
	width: 960px;
	margin-bottom: 3em;
}
.lat-type-choice-container .lat-type-choice-list {
	display: flex;
	align-items: flex-end;
}
.lat-type-choice-container .lat-type-choice-list a {
	margin: 0 15px;
	transition: all .2s;
	/* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
	/*border-radius: 30px;*/
	overflow: hidden;
	width: 370px;
	position: relative;
}
.lat-type-choice-container .lat-type-choice-list a:hover {
	transform: translateY(-1%);
}
.lat-type-choice-container .lat-type-choice-list a:first-child {
	width: 570px;
}
.lat-type-choice-container .lat-type-choice-list a .lat-type-badge {
	position: absolute;
	right: 5px;
	top: 50px;
	animation: latTypeBadgeAni .5s infinite alternate ease-in-out;
	/* animation: name duration timing-function delay iteration-count direction fill-mode; */
}
@keyframes latTypeBadgeAni {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(5px);
	}
}


button.btn-submit,
a.btn-submit {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}
label.error {
	background: transparent;
	color: red;
	font-weight: 400;
	padding: 3px;
}


.member-join-form-container {
	padding-bottom: 11em;
}
.lat-apply-form-container .title,
.lat-apply-info .title,
.online-test-alert-container .title,
.self-auth-container .title {
	font-size: 32px;
	text-align: center;
	font-weight: 900;
}
.online-test-alert-container .txt-box,
.self-auth-container .sub-txt {
	font-size: 18px;
	text-align: center;
	margin-top: 1em;
}


.btn-self-auth {
	display: flex;
	color: #000;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
	background: #fafafa;
}
.btn-self-auth .img {
	width: 40px;
	align-self: center;
	margin-left: 5px;
	margin-top: 5px;
	flex-shrink: 0;
}
.btn-self-auth .txt {
	padding: 20px 10px;
	padding-right: 30px;
}
.btn-self-auth .txt .txt-1 {
	font-weight: 700;
	font-size: 16px;
}
.btn-self-auth .txt .txt-2 {
	color: #666;
}
.btn-self-auth .btn-box {
	background: #ff3333;
	color: #fff;
	padding: 5px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.btn-self-auth-container {
	margin-top: 2em;
	margin-left: 10px;
	margin-right: 10px;
}

.online-test-alert-container {
	margin-bottom: 5em;
}
.online-test-alert-container .btn-box {
	margin-top: 1.5em;
	display: flex;
	justify-content: center;
}
.btn-online-test {
	font-size: 18px;
	padding: 0.5em 1.5em;
	background: #00aaf0;
	margin: 0 auto;
	border-radius: .3em;
	color: #fff;
}
.lat-apply-form-container,
.lat-apply-info-container {
	max-width: 769px;
	width: 100%;
	margin: 0 auto;
}



.select-lat-class-type-container {
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap: 10px;
}
.select-lat-class-type-container .class-type-box {
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	border: 2px solid #dbdbdb;
	color: #dbdbdb;
}
.select-lat-class-type-container .class-type-box .title {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 900;
	background: #dbdbdb;
	color: #fff;
}
.select-lat-class-type-container .class-type-box.on {
	/* background: red; */
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	/* padding: 10px; */
	border: 2px solid #01AAED;
	color: #212121;
}
.select-lat-class-type-container .class-type-box.on .title {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 900;
	background: #01AAED;
	color: #fff;
}
.select-lat-class-type-container .class-type-box.on.idic-class {
	border: 2px solid #FD6093;
}
.select-lat-class-type-container .class-type-box.on.idic-class .title {
	background: #FD6093;
}
.class-time-row {
	/* padding: 10px; */
	/* display: flex;
	align-items: center;
	justify-content: center; */
}
.class-time-row .class-row {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	min-width: 290px;
	/* margin-right: 10px; */
	background: #fafafa;
	padding: 10px;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* .class-time-row .class-row:last-child {
	margin-right: 0;
} */
.class-time-row .class-row .btn-class-reserve {
	margin-left: auto;
}
.class-time-row .class-row .class-turn {
	background: #dbdbdb;
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	padding: 2px 7px;
	border-radius: 5px;
}
.class-time-row .class-row.on .class-turn {
	background: #00aaf0;
}
.class-time-row .class-row.on .class-turn.sec {
	background: #FD6093;
}
.class-time-row .class-row .class-type {
	margin-left: 10px;
}
.class-time-row .btn-class-reserve {
	padding: 5px 10px;
	background: #dbdbdb;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
}
.class-time-row .class-row.on .btn-class-reserve {
	background: #01AAED;
}
.class-time-row .class-row.on .btn-class-reserve.idic {
	background: #FD6093;
}
.form-horizontal > fieldset > div >.form-mgroup > .control-label {
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
	background-position: 0 7px;
}
.alert-info-box {
	background-color: #e6f7ff;
	border: 1px solid #91d5ff;
	border-radius: 7px;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
	color: #000000d9;
	font-size: 14px;
	display: flex;
}
.alert-info-box h5 {
	margin-top: 0;
}
.alert-info-box.alert-info-box--error {
	background-color: #fffdfc;
	border: 1px solid #ffcdac;
}
.alert-info-box-center {
	justify-content: center;
}
.alert-info-box i.fa {
	color: #1890ff;
	font-size: 1.2em;
	vertical-align: bottom;
	margin-right: 7px;
	margin-top: 3px;
}
.alert-info-box.alert-info-box--error i.fa {
	color: #f60;
}

.lv-choice-container>div:nth-child(2n) {
	background: #fafafa;
}
.lv-choice-container .lv-choice-info {
	background-color: #00aaf0;
	color:#ffffff;
	font-size:9pt;
	padding: 10px;
	text-align: center;
}
.lv-choice-container.book-lv .lv-choice-info {
	background: #ffd600;
	color: #000;
}
.lv-choice-container label {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.lv-choice-container .sp-lv-raido-row {
	display: flex;
	align-items: center;
	min-height: 55px;
}
.lv-choice-container .sp-lv-raido-row .lv-title {
	flex-shrink: 0;
	width: 90px;
	text-align: center;
	line-height: 1.2;
}
/* .lv-choice-container .sp-lv-raido-row .lv-input {
	margin-right: 10px;
} */
.lv-choice-container .sp-lv-raido-row .lv-input input {
	position: static;
	width: 25px;
	height: 25px;
}
.lv-choice-container .sp-lv-raido-row .lv-input .choice {
	margin-left: 10px;
}
.lv-choice-container .sp-lv-raido-row .lv-txt {
	text-align: left;
	word-break: keep-all;
	padding: 5px;
	padding-right: 10px;
}
.lv-choice-container .sp-lv-raido-row .lv-txt .lv-txt--sub {
	font-size: 12px;
	color:#1890ff;
	margin-top: 5px;
	line-height: 1.2;
}
.lv-choice-container .sp-lv-raido-row .btn-saple-book-container {
	flex-shrink: 0;
	padding: 0 5px;
	/* display: none; */
}
.btn-sample-book {
	padding: 5px 10px;
	background: #ffd600;
	border-radius: 5px;
	color: #000;
	font-size: 12px;
}
.time-choice-container {
	display: grid;
	grid-template-columns: 90px 2fr 2fr;
	gap: 5px;
}
.time-choice-container2 {
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap: 5px;
}
.time-choice-container .title-txt {
	word-break: keep-all;
	display: flex;
	align-items: center;
	color: #00aaf0;
	font-weight: 700;
}
.time-choice-container.idic .title-txt {
	color: #FD6093;
	font-weight: 700;
}
.time-choice-container select {
	width: 100%;
	padding: 10px 5px;
	border-radius: 4px;
	text-align: center;
	height: 44px;
	border: 1px solid #767676;
}
.time-choice-container .day-choice-box input {
	height: 44px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #767676;
	padding-top: 10px;
	color: #000;
}
.time-choice-container .day-choice-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.btn-submit {
	width: 100%;
}
.form-horizontal .form-mgroup {
	margin: 0 10px;
}
.container-lat-form {
	max-width: 769px;
	margin: 0 auto;
}
.lat-choise-level {
	display: grid;
	grid-template-columns: repeat(auto-fill, 120px);
	gap: 15px 5px;
	justify-content: center;
}

.lat-choise-level > li {
	width: 100%;
	padding: 0;
	/* flex-shrink: 0; */
	margin: 0px;
	line-height: 1.2;
}
.lat-choise-level > li > img {
	padding: 3px;
}
.let-step-container > div > div {
	height: auto;
}
.let-sub-title {
	margin-top: 50px;
}
.modal-content {
	border-radius: 10px;
	overflow: hidden;
}


.lat-apply-form-container form {
	margin-top: 2em;
}

.table-order-decision > table > tbody > tr > th {
	background: transparent;
}
.table-order-decision > table > tbody {
	border-top: none;
}
.form-horizontal > fieldset > .form-mgroup > .control-label, .form-horizontal > fieldset > div >.form-mgroup > .control-label {
	margin-bottom: .5em;
}

.modal-header-type3 {
	background: #FD6093;
}

.venoframe, .vbox-inline {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: none;
}
.readding-level-sample-book-popup-container .popup-title {
	background: #00aaf0;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	padding: 10px;
	text-align: center;
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
}
.readding-level-sample-book-popup-container .popup-title a {
	width: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.readding-level-sample-book-popup-container .popup-contents {
	padding: 1em 0;
}
.readding-level-sample-book-popup-container .sample-book-list {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.readding-level-sample-book-popup-container .sample-book-list .book-box {
	margin-right: 10px;
	width: 100%;
	max-width: 120px;
	flex-shrink: 0;
	margin-bottom: 10px;
}
.readding-level-sample-book-popup-container .sample-book-list .book-box:last-child {
	margin-right: 0;
}
.readding-level-sample-book-popup-container .sample-book-list .book-box .book-img {
	padding-bottom: 140%;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.readding-level-sample-book-popup-container .sample-book-list .book-box .book-title {
	color: #000;
	font-size: 14px;
	padding: 8px 0;
	line-height: 1.2;
	text-align: center;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vbox-overlay .vbox-close {
	display: none;
}

/* input 태그 숨기기 */
#character,
#lat-schedule3,
#test_date1,
#test_time1,
#test_date3,
#test_time3 {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.lat-header--mobile {
	text-align: center;
	background: #1966FF;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1em;
}
.lat-type-choice-container--mobile {
	padding: 2em 10px;
	max-width: 769px;
	margin: 0 auto;
}
.lat-type-choice-container--mobile .lat-type-title {
	text-align: center;
	font-size: 22px;
	color: #333;
	font-weight: 900;
	margin: 0 auto .3em auto;
}

.lat-type-choice-container--mobile .lat-type-title img {
	max-width: 80%;
}

.lat-type-choice-container--mobile .lat-type-txt {
	color: #1966FF;
	margin-bottom: 1em;
}
.lat-type-choice-container--mobile .lat-type-txt b {
	text-decoration: underline;
}
.lat-type-choice-container--mobile .lat-type-choice-box {
	max-width: 469px;
	margin: 0 auto;
}
.lat-type-choice-container--mobile .lat-type-choice-box a {
	margin-bottom: 1em;
	display: block;
	position: relative;
}
.lat-type-choice-container--mobile .lat-type-choice-box a:first-child {
	padding-top: 2.5em;
}
.lat-type-choice-container--mobile .lat-type-choice-box a .lat-type-badge {
	position: absolute;
	right: 0;
	top: 20px;
	/* max-width: 40%; */
	animation: latTypeBadgeAni .5s infinite alternate ease-in-out;
}
.lat-type-choice-container--mobile .lat-type-choice-box a .lat-type-badge svg {
	width: 100%;
}
.btn-reserve-date-container {
	position: relative;
}
.btn-reserve-date-container input {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.btn-reserve-date-container .btn-reserve {
	background: #eee;
	padding: 10px 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.err-txt-container {
	text-align: center;
	font-size: 22px;
	height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	flex-direction: column;
	max-width: 569px;
	margin: 0 auto;
	padding: 0 10px;
}
.btn-class-apply {
	background: #1774F5;
	padding: 10px 3em;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	margin-top: 2em;
}
.btn-class-apply:hover {
	color: #fff;
}

.form-mgroup .radio-inline {
	margin-right: 10px;
}
.radio-talk {
	-ms-user-select: none; 
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.form-control[readonly] {
	cursor: pointer;
	background: #dbdbdb;
}

/* 반응형대응 */
.mobile {
	display: none;
}
@media(max-width: 1200px) {
	.desk {
		display: none;
	}
	.mobile {
		display: block;
	}
	.apply-step-list {
		display: none;
	}
	.online-test-alert-container,
	.self-auth-container {
		margin-top: 2em;
	}
	.lat-contents--mobile {
		padding: 0 10px;
	}
	.lat-apply-info h4 {
		text-align: center;
	}
	.lat-apply-info h4 a {
		display: none;
	}
}
@media(max-width: 992px) {
	[class*="col-fml-"] + [class*="col-fml-"] {
		margin-left: 0;
	}
}
@media(max-width: 569px) {
	.member-join-form-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.lv-choice-container.voca-lv label {
		flex-wrap: wrap;
	}
	.lv-choice-container.voca-lv .sp-lv-raido-row .lv-txt {
		padding-left: 40px;
	}
	.lv-choice-container.book-lv .sp-lv-raido-row {
		flex-wrap: wrap;
	}
	.lv-choice-container .sp-lv-raido-row .btn-saple-book-container {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.lv-choice-container .sp-lv-raido-row .btn-saple-book-container a {
		display: block;
		width: 100%;
		text-align: center;
	}
}