
:root{
	--lat-emphasize-yellow:#ffd748;
}

.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;
	}
}



/* 빠른수강 CSS START */
.font_tmoney_round_regular,
#lat-wrap .lat-container div.font_tmoney_round_regular{
	font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'sans-serif', 'arial';
}
.font_tmoney_round_extra_bold,
#lat-wrap .lat-container div.font_tmoney_round_extra_bold{
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'sans-serif', 'arial';
}
.fast_enroll_speech_bubble_container {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	width: 320px;
	height: 224px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 30px 40px;
	padding-top: 45px;
	color: #ffffff;
	cursor: pointer;
	background: url('/edu/skin/default/content/images/lat_apply/fast_enroll/fast_enroll_speech_bubble.png');
}

.fast_enroll_speech_bubble_container .emphasize {
	font-size: 32px;
	font-weight: 800;
	line-height: 40px;
	color: var(--lat-emphasize-yellow);
}

.fast_enroll_speech_bubble_container .benefits {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
}

.fast_enroll_speech_bubble_container .arrowCursor {
	display: none;
}

#lat-wrap .lat-container div.fast_enroll_popup_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	color: #ffffff;
	background-color: #31A5FF;
	border-radius: 20px;
	z-index: 100;
}

#lat-wrap .lat-container div.fast_enroll_popup_container * {
	color: #ffffff;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .close_fast_enroll_popup_X_btn{
	font-size: 22px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	border-radius: 45px;
	background-color: #444444;
	z-index: 110;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .reason {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .event_title {
	text-align: center;
	font-size: 32px;
	line-height: 55px;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .event_title .emphasize {
	font-size: 40px;
	color: var(--lat-emphasize-yellow);
}

#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_title {
	font-size: 28px;
	line-height: 28px;
	color: var(--lat-emphasize-yellow);
}

#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list {
	font-size: 22px;
	font-weight: 500;
	margin-left:15px;
	list-style: decimal;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list .emphasize {
	font-weight: 800;
	color: var(--lat-emphasize-yellow);
}

#lat-wrap .lat-container div.fast_enroll_popup_container .after_apply_call_notice {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	padding: 6px 20px;
	color: #31A5ff;
	border-radius: 30px;
	background-color: #E5F4FF;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 25px;
	margin-top: 20px;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container > * {
	font-size: 18px;
	width: 260px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}

#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container .fast_enroll_apply_btn {
	font-weight: 700;
	color: #333333;
	background-color: var(--lat-emphasize-yellow);
}

#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container .close_fast_enroll_popup_btn {
	color: #ffffff;
	background-color: #444444;
}


@media all and (max-width:1280px){
	
	.fast_enroll_speech_bubble_container {
		margin: 0;
		width: 240px;
		height: 168px;
		background-size: 100%;
		font-size: 14px;
		line-height: 18px;
	}
	.fast_enroll_speech_bubble_container .emphasize {
		font-size: 18px;
		line-height: 22px;
	}
	.fast_enroll_speech_bubble_container .benefits {
		font-size: 12px;
		line-height: 22px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container {
		padding-top:50px;
		justify-content: flex-start;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .reason {
		font-size: 20px;
		line-height: 30px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title {
		font-size: 30px;
		line-height: 30px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title .emphasize {
		font-size:36px;
		line-height:46px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container > img {
		width: 150px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_title {
		font-size: 26px;
		line-height: 26px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list {
		font-size:20px;
		line-height:25px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .after_apply_call_notice {
		font-size: 16px;
		line-height: 16px;
		padding:5px 20px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container {
		gap:10px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container > *{
		font-size:18px;
		width:240px;
		height:60px;
	}
}

@media (max-width:1120px){
	
	.fast_enroll_speech_bubble_container {
		font-size:16px;
		line-height:16px;
	}
	.fast_enroll_speech_bubble_container .emphasize {
		font-size: 16px;
		line-height: 16px;
	}
	
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .reason {
		font-size: 18px;
		line-height: 25px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title {
		font-size: 25px;
		line-height: 25px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title .emphasize {
		font-size:30px;
		line-height:40px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container > img {
		width: 150px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_title {
		font-size: 22px;
		line-height: 22px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list {
		font-size:16px;
		line-height:20px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .after_apply_call_notice {
		font-size: 14px;
		line-height: 14px;
		padding:5px 15px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container {
		flex-direction:column;
		gap:15px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container > *{
		font-size:18px;
		width:400px;
		height:60px;
	}
}

@media (max-width:870px){
	
	.fast_enroll_speech_bubble_container {
		font-size:16px;
		line-height:16px;
	}
	.fast_enroll_speech_bubble_container .emphasize {
		font-size: 16px;
		line-height: 16px;
	}
	
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .reason {
		font-size: 16px;
		line-height: 25px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title {
		font-size: 18px;
		line-height: 18px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title .emphasize {
		font-size:23px;
		line-height:35px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container > img {
		width: 150px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_title {
		font-size: 18px;
		line-height: 18px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list {
		font-size:14px;
		line-height:18px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .after_apply_call_notice {
		font-size: 12px;
		line-height: 12px;
		padding:5px 15px;
	}
}

@media (max-width:768px){
	.fast_enroll_speech_bubble_container {
		position:relative;
		display:block;
		font-size:18px;
		width:100%;
		height:auto;
		line-height:18px;
		margin-top:10px;
		padding:15px 20px;
		border-radius:15px;
		background: none;
		background-color:#FF6B6B;
	}
	.fast_enroll_speech_bubble_container > figcaption:not(.benefits) {
		display:inline-block;
	}
	.fast_enroll_speech_bubble_container .emphasize {
		font-size: 18px;
		line-height: 18px;
	}
	.fast_enroll_speech_bubble_container .arrowCursor {
		positioN: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		display: block;
	}
	
	.fast_enroll_speech_bubble_container .benefits {
		font-size:14px;
		display:block;
		line-height:14px;
		margin-top:8px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .reason {
		font-size: 20px;
		line-height: 30px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title {
		font-size: 30px;
		line-height: 30px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title .emphasize {
		font-size:36px;
		line-height:46px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container > img {
		width: 150px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_title {
		font-size: 26px;
		line-height: 26px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list {
		font-size:20px;
		line-height:25px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .after_apply_call_notice {
		font-size: 16px;
		line-height: 16px;
		padding:5px 20px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container {
		flex-direction:row;
		gap:10px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container > *{
		font-size:18px;
		width:240px;
		height:60px;
	}
}

@media(max-width:595px){
	.fast_enroll_speech_bubble_container {
		font-size:16px;
		line-height:16px;
	}
	.fast_enroll_speech_bubble_container .emphasize {
		font-size: 16px;
		line-height: 16px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .reason {
		font-size: 18px;
		line-height: 25px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title {
		font-size: 25px;
		line-height: 25px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title .emphasize {
		font-size:30px;
		line-height:40px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container > img {
		width: 150px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_title {
		font-size: 22px;
		line-height: 22px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list {
		font-size:16px;
		line-height:20px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .after_apply_call_notice {
		font-size: 14px;
		line-height: 14px;
		padding:5px 15px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container {
		flex-direction:column;
		gap:20px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container > *{
		font-size:18px;
		width:400px;
		height:60px;
	}
}

@media(max-width:480px) {
	.fast_enroll_speech_bubble_container {
		font-size:16px;
		line-height:16px;
	}
	.fast_enroll_speech_bubble_container .emphasize {
		font-size: 16px;
		line-height: 16px;
	}
	
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .reason {
		font-size: 16px;
		line-height: 25px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title {
		font-size: 18px;
		line-height: 18px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .event_title .emphasize {
		font-size:23px;
		line-height:35px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container > img {
		width: 150px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_title {
		font-size: 18px;
		line-height: 18px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .introduce_fast_enroll_list {
		font-size:14px;
		line-height:18px;
	}
	
	#lat-wrap .lat-container div.fast_enroll_popup_container .after_apply_call_notice {
		font-size: 12px;
		line-height: 12px;
		padding:5px 15px;
	}
	#lat-wrap .lat-container div.fast_enroll_popup_container .btn_container > *{
		font-size:18px;
		width:260px;
		height:60px;
	}
}

/* 빠른수강 CSS END */