@charset "utf-8";

#wrap {padding-top: 112px; overflow: clip; width: 100%;}
#body_temp {position: fixed; width: 100%; margin: 0 auto; left: 0; right: 0; padding-top: 112px;}
.main-inner {width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 16px; box-sizing: border-box;}


#gnb {position: fixed; left: 0; right: 0; top: 0; border-bottom: solid 1px #E1E3E1; background: #fff; z-index: 1000;}
.gnb-logo {position: absolute; left: 60px; top: 37px; z-index: 1; transition: left .3s ease-in-out; -webkit-transition: left .3s ease-in-out;}
.gnb-logo a {display: block; text-indent: -9999px; width: 160px; height: 74px; background: url('https://img.megastudyth.com/main/renewal/gnb_logo_new.png')no-repeat left center / 300% auto;}
.gnb-sch__toggle {display: block; width: 24px; height: 24px; position: absolute; right: 60px; top: 37px; margin-top: 22px; text-indent: -9999px; background: url('https://img.megastudyth.com/main/renewal/gnb_search.png')no-repeat left center / 200% auto;}
.gnb-sch__toggle.on {background-size: 0px; z-index: 1002;}
.gnb-sch__toggle:before,
.gnb-sch__toggle:after {content: ''; display: block; opacity: 0; background: #fff; height: 2px; width: 30px; margin-left: -15px; margin-top: -1px; position: absolute; left: 50%; right: 50%; bottom: 50%; top: 50%; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.gnb-sch__toggle.on:before {opacity: 1; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.gnb-sch__toggle.on:after {opacity: 1; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.gnb-sch__toggle.on span {display: none;}
.gnb-sch__wrap {display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; position: fixed; padding: 80px 16px; top: 0; left: 0; width: 100%; height: 0%; visibility: hidden; transition: opacity 0.35s, visibility 0.35s, height 0.35s; overflow: hidden; z-index: 1001;}
.gnb-sch__input {position: relative;}
.gnb-sch__input dt {text-align: center; font-size: 30px; font-weight: 400; color: #fff; margin-bottom: 30px; position: relative; opacity: 0;}
.gnb-sch__input dd {width: 100%; max-width: 480px; margin: 0 auto; position: relative; border-bottom: solid 2px rgba(255,255,255,0.1); position: relative; opacity: 0;}
.gnb-sch__input dd input[type="text"] {display: block; width: 100%; height: 50px; padding-left: 10px; padding-right: 60px; background: none; color: #fff; font-size: 16px; border: none; -webkit-appearance: none; appearance: none;}
.gnb-sch__input dd input[type="text"] + span {position: absolute; left: 0; bottom: -2px; width: 0%; height: 2px; background: #fff; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.gnb-sch__input dd input[type="text"]:focus + span {width: 100%;}
.gnb-sch__input dd button {display: block; position: absolute; right: 0; top: 0; width: 50px; height: 50px; text-indent: -9999px; -webkit-appearance: none; appearance: none;}
.gnb-sch__input dd button:after {content: ''; display: block; width: 24px; height: 24px; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px; background: url('https://img.megastudyth.com/main/renewal/gnb_search.png')no-repeat right center / 200% auto;}
.gnb-sch__keyword {display: flex; flex-wrap: wrap; justify-content: center; margin-top: 30px; position: relative; opacity: 0;}
.gnb-sch__keyword li {margin: 5px 10px;}
.gnb-sch__keyword li input[type="checkbox"] {display: none;}
.gnb-sch__keyword li label {color: #fff; font-weight: 300; cursor: pointer;}
.gnb-sch__keyword li label:before {content: '#';}
.gnb-sch__wrap.open {visibility: visible; height: 100%;}
.gnb-sch__wrap.open:before {content: ''; width: 0%; padding-bottom: 0%; display: block; background: rgba(0,18,35,0.9); position: absolute; right: 0; top: 0; animation: circleRight 1.5s ease forwards; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); -webkit-border-radius: 50%; border-radius: 50%;}
.gnb-sch__wrap.open .gnb-sch__input dt {animation: fadeInUp 0.5s ease forwards; animation-delay: 0.4s;}
.gnb-sch__wrap.open .gnb-sch__input dd {animation: fadeInUp 0.5s ease forwards; animation-delay: 0.6s;}
.gnb-sch__wrap.open .gnb-sch__keyword {animation: fadeInUp 0.5s ease forwards; animation-delay: 0.8s;}
@keyframes fadeInUp {0% {opacity: 0; top: 20%;} 100% {opacity: 1; top: 0;}}
@keyframes circleRight {0% {width: 0%; padding-bottom: 0%;} 100% {width: 500%; padding-bottom: 500%;}}
@keyframes blink-free {50% {opacity: 0;}}


@media (min-width: 993px){
	.gnb-wrap {padding-top: 37px; position: relative;}
	.gnb-wrap:before {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; height: 37px; background: #FAFAFA; border-bottom: solid 1px #E1E3E1;}
	.gnb-menu > ul {display: flex; align-items: center; justify-content: center;}
	.gnb-menu > ul > li {margin: 0 24px; position: relative; transition: margin .3s ease-in-out; -webkit-transition: margin .3s ease-in-out;}
	.gnb-menu > ul > li > a {height: 74px; font-size: 16px; display: flex; align-items: center; justify-content: center; position: relative;}
	.gnb-menu > ul > li.active > a:after {content: ''; display: block; height: 4px; background: #0082FF; position: absolute; left: 0; right: 0; bottom: -1px;}
	.gnb-menu > ul > li > a em {position: absolute; font-style: normal; right: 0; top: 50%; margin-top: -24px; margin-right: -14px; background: #FF842B; color: #fff; font-size: 10px; padding: 0 4px; display: flex; align-items: center; justify-content: center; white-space: nowrap; height: 16px; font-weight: 300; -webkit-border-radius: 20px; border-radius: 20px; animation: blink-free 1s step-end infinite;}
	.gnb-menu > ul > li > a em:after {content: ''; display: block; position: absolute; left: 50%; top: 100%; width: 0; height: 0; border-style: solid; border-width: 6px 6px 0 0; border-color: #ff832b transparent transparent transparent;}
	.gnb-menu > ul > li > a em.book {animation-delay: 0.2s; margin-left: 8px; background: #465567;}
	.gnb-menu > ul > li > a em.book:after {border-color: #465567 transparent transparent transparent;}
	.gnb-menu > ul > li > button {display: none;}
	.gnb-menu > ul > li > ul {position: absolute; top: 100%; left: 0; padding: 24px 0; display: none;}
	.gnb-menu > ul > li:hover > ul {display: block;}
	.gnb-menu > ul > li > ul:before {content: ''; background: #fff; border-top: solid 1px #E1E3E1; border-bottom: solid 1px #E1E3E1; display: block; position: absolute; top: 0; bottom: 0; left: -500%; right: -500%;}
	.gnb-menu > ul > li > ul > li {margin-bottom: 16px; position: relative;}
	.gnb-menu > ul > li > ul > li:last-child {margin-bottom: 0;}
	.gnb-menu > ul > li > ul > li > a {font-size: 14px; display: block; white-space: nowrap; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
	.gnb-menu > ul > li > ul > li > a:hover {color: #0082FF;}
	.gnb-login {display: flex; align-items: center; height: 36px; position: absolute; right: 60px; top: 0; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
	.gnb-login dt {display: none;}
	.gnb-login dd {display: flex; align-items: center;}
	.gnb-login dd:after {content: ''; display: block; margin: 0 20px; display: block; width: 1px; height: 12px; background: #ccc;}
	.gnb-login dd:last-child:after {display: none;}
	.gnb-login dd a {display: block; font-size: 14px; color: #777;}
	.gnb-toggle {display: none;}
	.gnb-sns {display: none;}
	.gnb-tab {position: absolute; left: 60px; top: 0; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
	.gnb-tab ul {display: flex; align-items: center; height: 36px;}
	.gnb-tab ul li {display: flex; align-items: center;}
	.gnb-tab ul li:after {content: ''; display: block; margin: 0 20px; display: block; width: 1px; height: 12px; background: #ccc;}
	.gnb-tab ul li:last-child:after {display: none;}
	.gnb-tab ul li a {display: block; font-size: 14px; color: #777;}
	.gnb-tab ul li a.active {color: #0082FF; font-weight: 600;}
	.gnb-empty {height: 74px;}
}

@media all and (min-width:1201px) and (max-width:1400px) { 
	.gnb-logo {left: 32px;}
	.gnb-login {right: 32px;}
	.gnb-sch__toggle {right: 32px;}
	.gnb-tab {left: 32px;}
	.gnb-menu {padding-left: 160px; padding-right: 24px;}
	.gnb-menu > ul > li {margin: 0 20px;}
}

@media all and (min-width:993px) and (max-width:1200px) { 
	#wrap {padding-top: 84px;}
	#body_temp {padding-top: 84px;}
	.gnb-wrap {padding-left: 146px; padding-right: 40px; padding-top: 27px;}
	.gnb-wrap:before {height: 27px;}
	.gnb-logo {left: 16px; top: 27px;}
	.gnb-logo a {width: 130px; height: 56px;}
	.gnb-menu > ul > li {margin: 0 12px;}
	.gnb-menu > ul > li > a {height: 56px; font-size: 15px;}	
	.gnb-menu > ul > li > a span {display: none;}
	.gnb-menu > ul > li > a em {margin-left: 18px;}
	.gnb-login {right: 16px; height: 26px;}
	.gnb-login dd:after {margin: 0 10px; height: 10px;}
	.gnb-login dd a {font-size: 12px;}
	.gnb-sch__toggle {right: 16px; top: 27px; margin-top: 16px;}
	.gnb-tab {left: 16px;}
	.gnb-tab ul {height: 26px;}
	.gnb-tab ul li:after {margin: 0 10px; height: 10px;}
	.gnb-tab ul li a {font-size: 12px;}
	.gnb-empty {height: 56px;}
}

@media (max-width: 992px){
	#wrap {padding-top: 56px;}
	#body_temp {padding-top: 56px;}
	#gnb {background: #0082FF; display: flex; justify-content: center; border-bottom: none; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
	.gnb-logo {position: static; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
	.gnb-logo a {width: 116px; height: 56px; background: url('https://img.megastudyth.com/main/renewal/gnb_logo_new.png')no-repeat right center / 300% auto;}
	.gnb-toggle {display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 18px; position: absolute; left: 0; top: 0; width: 56px; height: 56px; -webkit-appearance: none; appearance: none;}
	.gnb-toggle span {display: block; text-indent: -9999px; background: #fff; width: 100%; height: 2px; margin: 4px 0; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
	.gnb-toggle:before,
	.gnb-toggle:after {content: ''; position: relative; display: block; width: 100%; height: 2px; background: #fff; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
	.gnb-toggle.on {z-index: 1002;}
	.gnb-toggle.on span {opacity: 0;}
	.gnb-toggle.on:before {background: #fff !important; transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 6px; width: 30px;}
	.gnb-toggle.on:after {background: #fff !important; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: -6px; width: 30px;}	
	.gnb-wrap {display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; position: fixed; padding: 56px 16px 24px; top: 0; left: 0; width: 100%; height: 0%; visibility: hidden; transition: opacity 0.35s, visibility 0.35s, height 0.35s; overflow: hidden; z-index: 1001;}
	.gnb-menu {position: relative;}
	.gnb-menu > ul > li {opacity: 0; margin-bottom: 12px;}
	.gnb-menu > ul > li:last-child {margin-bottom: 0;}
	.gnb-menu > ul > li > a {display: block; font-size: 18px; font-weight: 500; color: #fff;}
	.gnb-menu > ul > li > a em {display: inline-flex; background: #FF842B; color: #fff; font-size: 12px; padding: 0 8px; align-items: center; justify-content: center; white-space: nowrap; height: 20px; font-weight: 400; margin-top: -4px; font-style: normal; vertical-align: middle; margin-left: 8px; -webkit-border-radius: 20px; border-radius: 20px; animation: blink-free 1s step-end infinite;}
	.gnb-menu > ul > li > button {display: block; font-size: 18px; font-weight: 500; color: #fff;}
	.gnb-menu > ul > li > button + a {display: none;}
	.gnb-menu > ul > li > ul {padding-top: 8px; padding-left: 8px; margin-bottom: 16px; display: none;}
	.gnb-menu > ul > li > ul > li {margin-bottom: 8px; display: flex;}
	.gnb-menu > ul > li > ul > li:last-child {margin-bottom: 0;}
	.gnb-menu > ul > li > ul > li:before {content: ''; display: block; width: 4px; height: 1px; background: #fff; flex-shrink: 0; margin-right: 8px; margin-top: 6px;}
	.gnb-menu > ul > li > ul > li > a {color: #fff; font-size: 12px;}
	.gnb-login {display: flex; flex-wrap: wrap; color: #fff; position: relative;}
	.gnb-login dt {width: 100%; opacity: 0; font-size: 12px; font-weight: 300; margin-bottom: 10px; position: relative;}
	.gnb-login dt b {font-size: 24px; margin: 0 5px;}
	.gnb-login dd {opacity: 0; padding-right: 15px; margin-right: 15px; position: relative;}
	.gnb-login dd:after {content: ''; display: block; width: 1px; height: 16px; background: #fff; position: absolute; right: 0; top: 50%; margin-top: -8px; transform: rotate(25deg); -webkit-transform: rotate(25deg);}
	.gnb-login dd:last-child {padding-right: 0; margin-right: 0;}
	.gnb-login dd:last-child:after {display: none;}
	.gnb-login dd a {font-size: 14px; font-weight: 500;}
	.gnb-login dd a.navy {}
	.gnb-login.logout dt {}
	.gnb-login.logout dt b {}
	.gnb-sns {color: #fff; position: relative;}
	.gnb-sns li {opacity: 0; position: relative; margin-bottom: 6px;}
	.gnb-sns li:last-child {margin-bottom: 0;}
	.gnb-sns li a {font-size: 12px;}
	.gnb-tab {position: absolute; opacity: 0; right: 0; top: 0; padding: 12px 16px 12px 40%;}
	.gnb-tab ul {display: flex; border: solid 1px #fff; -webkit-border-radius: 8px; border-radius: 8px; overflow: hidden;}
	.gnb-tab ul li {width: 50%;}
	.gnb-tab ul li a {font-size: 12px; height: 32px; color: #fff; display: flex; align-items: center; justify-content: center;}
	.gnb-tab ul li a.active {background: #fff; color: #0082FF;}
	.gnb-wrap.open {visibility: visible; height: 100%;}
	.gnb-wrap.open:before {content: ''; width: 0%; padding-bottom: 0%; display: block; background: rgba(0,130,255,0.9); position: absolute; left: 0; top: 0; animation: circleLeft 1.5s ease forwards; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 50%; border-radius: 50%;}
	.gnb-wrap.open .gnb-login dt {animation: fadeInRight 0.5s ease forwards; animation-delay: 0.1s;}
	.gnb-wrap.open .gnb-login dd {animation: fadeInRight 0.5s ease forwards; animation-delay: 0.2s;}
	.gnb-wrap.open .gnb-menu > ul > li {position: relative; animation: fadeInRight 0.5s ease forwards; animation-delay: 0.3s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(2) {animation-delay: 0.4s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(3) {animation-delay: 0.5s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(4) {animation-delay: 0.6s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(5) {animation-delay: 0.7s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(6) {animation-delay: 0.8s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(7) {animation-delay: 0.9s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(8) {animation-delay: 1.0s;}
	.gnb-wrap.open .gnb-menu > ul > li:nth-of-type(9) {animation-delay: 1.1s;}
	.gnb-wrap.open .gnb-sns li {animation: fadeInRight 0.5s ease forwards; animation-delay: 0.7s;}
	.gnb-wrap.open .gnb-sns li:nth-of-type(2) {animation-delay: 0.8s;}
	.gnb-wrap.open .gnb-sns li:nth-of-type(3) {animation-delay: 0.9s;}
	.gnb-wrap.open .gnb-sns li:nth-of-type(4) {animation-delay: 1.0s;}
	.gnb-wrap.open .gnb-tab {animation: fadeInRight 0.5s ease forwards; animation-delay: 0.1s;}
	.gnb-sch__toggle {width: 56px; height: 56px; right: 0; background: none; top: 0; margin-top: 0;}
	.gnb-sch__toggle span {display: block; width: 24px; height: 24px; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px; background: url('https://img.megastudyth.com/main/renewal/gnb_search.png')no-repeat right center / 200% auto;}
	@keyframes fadeInRight {0% {opacity: 0; left: 20%;} 100% {opacity: 1; left: 0;}}
	@keyframes circleLeft {0% {width: 0%; padding-bottom: 0%;} 100% {width: 500%; padding-bottom: 500%;}}

	#gnb.on,
	#gnb.scroll {background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);}
	#gnb.on .gnb-toggle span,
	#gnb.on .gnb-toggle:before,
	#gnb.on .gnb-toggle:after,
	#gnb.scroll .gnb-toggle span,
	#gnb.scroll .gnb-toggle:before,
	#gnb.scroll .gnb-toggle:after {background: #333;}
	#gnb.on .gnb-logo a,
	#gnb.scroll .gnb-logo a {background-position: left center !important;}
	#gnb.on .gnb-sch__toggle span,
	#gnb.scroll .gnb-sch__toggle span {background-position: left center !important;}

}

@media all and (max-width:768px){

}

@media all and (max-width:576px){
  
}

@media all and (max-width:460px){

}

@media all and (max-width:360px){

}



/* Footer */
#ft {background: #191F28;}
.ft-top {padding-top: 56px; display: flex; justify-content: space-between; align-items: center;}
.ft-top__logo {width: 180px; height: 38px; text-indent: -9999px; background: url('https://img.megastudyth.com/main/renewal/gnb_logo_new.png')no-repeat right center / 300% auto;}
.ft-top__menu {display: flex; align-items: center; flex-wrap: wrap;}
.ft-top__menu li {margin-right: 48px; position: relative;}
.ft-top__menu li:last-child {margin-right: 0;}
.ft-top__menu li a {display: block; color: #0082FF;}
.ft-addr {margin-top: 40px;}
.ft-addr dt {color: #fff; font-weight: 500;}
.ft-addr dd {color: #9A9A9A; font-size: 14px; margin-top: 8px; line-height: 1.3;}
.ft-addr dd span {display: block;}
.ft-bot {padding: 32px 0; margin-top: 80px; border-top: solid 1px #47464D;}
.ft-bot .main-inner {display: flex; justify-content: space-between; align-items: center;}
.ft-bot__sns {order: 1; display: flex; align-items: center;}
.ft-bot__sns li {margin-right: 24px;}
.ft-bot__sns li:last-child {margin-right: 0;}
.ft-bot__sns li a {display: block; width: 28px; height: 28px; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%;}
.ft-bot__sns li a.ln {background: url('https://img.megastudyth.com/main/renewal2/footer_sns_line.png')no-repeat center center / cover;}
.ft-bot__sns li a.fb {background: url('https://img.megastudyth.com/main/renewal2/footer_sns_facebook.png')no-repeat center center / cover;}
.ft-bot__sns li a.is {background: url('https://img.megastudyth.com/main/renewal2/footer_sns_instagram.png')no-repeat center center / cover;}
.ft-bot__sns li a.yb {background: url('https://img.megastudyth.com/main/renewal2/footer_sns_youtube.png')no-repeat center center / cover;}
.ft-bot__copy {color: #9A9A9A; font-size: 14px; line-height: 1.3;}
.ft-bot__copy br {display: none;}
.easycookies {z-index: 950;}

@media all and (max-width:992px){
	.ft-top__menu li {margin-right: 24px;}
	.ft-top__menu li a {font-size: 13px;}
	.ft-bot {margin-top: 40px; padding: 24px 0;}
	.ft-bot__sns li {margin-right: 16px;}
}

@media all and (max-width:768px){
	.ft-top {padding-top: 32px; display: block;}
	.ft-top__logo {width: 120px;}
	.ft-top__menu {margin-top: 16px;}
	.ft-top__menu li {padding: 4px 0;}
	.ft-addr {margin-top: 24px;}
	.ft-addr dt {font-size: 13px;}
	.ft-addr dd {font-size: 12px;}
	.ft-addr dd br {display: none;}
	.ft-bot .main-inner {display: block;}
	.ft-bot__copy {font-size: 12px; margin-top: 16px;}
	.ft-bot__copy br {display: block;}
}





/* Q&A Quick menu */
.quick-qna {display: block; width: 56px; height: 56px; text-indent: -9999px; background: #0082ff url('https://img.megastudyth.com/main/renewal/quick_qna_btn.png')no-repeat center center / 40px auto; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); -webkit-border-radius: 50%; border-radius: 50%;}
@media all and (max-width:768px){
	.quick-qna {width: 48px; height: 48px; background-size: 32px auto !important;}
}

.quick-cs {display: block; width: 56px; height: 56px; text-indent: -9999px; background: url('https://img.megastudyth.com/main/renewal/quick_customer.png')no-repeat center center / cover; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); -webkit-border-radius: 50%; border-radius: 50%;}
@media all and (max-width:768px){
	.quick-cs {width: 48px; height: 48px;}
}


/* naver line */
.quick-line__btn {display: block; width: 56px; height: 56px; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%; position: relative; background: url('https://img.megastudyth.com/main/renewal/quick_line_btn.png')no-repeat center center / cover; -webkit-appearance: none; appearance: none; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.quick-line__btn.on {background: #06c755; transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.quick-line__btn:before,
.quick-line__btn:after {content: ''; display: block; width: 24px; height: 2px; opacity: 0; background: #fff; position: absolute; left: 50%; margin-left: -12px; top: 50%; margin-top: -1px; transition: left .3s ease-in-out; -webkit-transition: left .3s ease-in-out;}
.quick-line__btn:before {transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.quick-line__btn:after {transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.quick-line__btn.on:before,
.quick-line__btn.on:after {opacity: 1;}
.quick-line__modal {position: absolute; right: 0; margin-bottom: 10px; bottom: 100%; background: #fff; width: 0px; height: 0px; overflow: hidden; -webkit-border-radius: 20px; border-radius: 20px; box-shadow: rgba(255, 255, 255, 0.12) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.05) 0px 0px 2px 1px, rgba(0, 0, 0, 0.3) 0px 12px 60px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.quick-line__modal iframe {width: 360px; height: 620px;}
.quick-line__modal.on {width: 340px; height: 600px;}
.quick-line__close {display: block; width: 40px; height: 40px; background: none; text-indent: -9999px; position: absolute; right: 10px; top: 10px;}
.quick-line__close:before,
.quick-line__close:after {content: ''; display: block; width: 24px; height: 2px; background: #111; position: absolute; left: 50%; margin-left: -12px; top: 50%; margin-top: -1px;}
.quick-line__close:before {transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.quick-line__close:after {transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.quick-line__mo {display: none;}

@media all and (max-width:768px){
	.quick-line__btn {display: none;}
	.quick-line__mo {display: block; width: 48px; height: 48px; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%; background: url('https://img.megastudyth.com/main/renewal/quick_line_btn.png')no-repeat center center / cover; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);}
}

/* quick banner */
.quick-banner {position: fixed; left: 15px; bottom: 15px; z-index: 900; min-width: 100px; min-height: 130px;}
.quick-banner dt,
.quick-banner dd {position: absolute; left: 0; bottom: 0; -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; box-shadow: rgba(255, 255, 255, 0.12) 0px 0px 2px 0px inset, rgba(0, 0, 0, 0.05) 0px 0px 2px 1px, rgba(0, 0, 0, 0.3) 0px 12px 60px;}
.quick-banner img {display: block; width: 100%;}
.quick-banner dt {width: 100px;}
.quick-banner dd {width: 0px;}
.quick-banner__mo {display: none;}

@media all and (max-width:768px){
	.quick-banner {display: none;}
	.quick-banner__mo {display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; height: 60px;}
	.quick-banner__mo img {display: block; margin: 0 auto; height: 60px; max-width: none; position: absolute; left: 50%; top: 0; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
}



/* quick toggle 231018 */
.quick-bot {position: fixed !important; bottom: 16px; right: 16px; z-index: 100;}
.quick-bot__items {}
.quick-bot__item {
	display: block; position: absolute; bottom: 0; left: 0; opacity: 0;
	-webkit-transition-property: -webkit-transform, opacity; transition-property: transform, opacity;
	-webkit-transition-duration: 0.3s, 0.3s;	transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.35, -0.59, 0.47, 0.97); transition-timing-function: cubic-bezier(0.35, -0.59, 0.47, 0.97);
}
.quick-bot__item:nth-child(1) {-webkit-transition-delay: 0.2s; transition-delay: 0.2s;}
.quick-bot__item:nth-child(2) {-webkit-transition-delay: 0.1s; transition-delay: 0.1s;}
.quick-bot__item:nth-child(3) {-webkit-transition-delay: 0s; transition-delay: 0s;}
.quick-bot.active .quick-bot__item {-webkit-transition-timing-function: cubic-bezier(0.35, 0.03, 0.47, 1.59); transition-timing-function: cubic-bezier(0.35, 0.03, 0.47, 1.59);}
.quick-bot.active .quick-bot__item:nth-child(1) {-webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transform: translate(-104px, 0); transform: translate(-104px, 0);}
.quick-bot.active .quick-bot__item:nth-child(2) {-webkit-transition-delay: 0.2s; transition-delay: 0.2s; -webkit-transform: translate(-72px, -72px); transform: translate(-72px, -72px);}
.quick-bot.active .quick-bot__item:nth-child(3) {-webkit-transition-delay: 0.4s; transition-delay: 0.4s; -webkit-transform: translate(0, -104px); transform: translate(0, -104px);}
.quick-bot.active .quick-bot__item {opacity: 1;}
.quick-bot__link {display: block; width: 56px; height: 56px; background: #ddd; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%;}
.quick-bot__toggle {
	display: block; z-index: 1; position: relative; width: 56px; height: 56px; text-indent: -9999px; 
	-webkit-border-radius: 50%; border-radius: 50%; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
	cursor: pointer; border: none;	-webkit-appearance: none; appearance: none; box-shadow: none;
	background: url('https://img.megastudyth.com/main/renewal/quick_toggle.png')no-repeat center center / 56px auto;	
	-webkit-animation: pulsate 1.5s ease infinite; animation: pulsate 1.5s ease infinite;
}
.quick-bot__toggle span {
	display: block; width: 56px; height: 56px; -webkit-border-radius: 50%; border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.quick-bot__toggle:before,
.quick-bot__toggle:after {content: ''; display: block; background: #fff; width: 2px; height: 24px; position: absolute; left: 50%; top: 50%; margin-left: -1px; margin-top: -12px; opacity: 0;}
.quick-bot__toggle:before {transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.quick-bot__toggle:after {transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.quick-bot__toggle.active {background: #465567; transform: rotate(360deg); -webkit-transform: rotate(360deg);}
.quick-bot__toggle.active:before,
.quick-bot__toggle.active:after {opacity: 1;}

@media all and (max-width:768px){
	.quick-bot {bottom: 8px; right: 8px;}
	.quick-bot__link {width: 48px; height: 48px;}
	.quick-bot__toggle {width: 48px; height: 48px;}
	.quick-bot__toggle span {width: 48px; height: 48px;}
	.quick-bot.active .quick-bot__item:nth-child(1) {-webkit-transform: translate(-80px, 0); transform: translate(-80px, 0);}
	.quick-bot.active .quick-bot__item:nth-child(2) {-webkit-transform: translate(-56px, -56px); transform: translate(-56px, -56px);}
	.quick-bot.active .quick-bot__item:nth-child(3) {-webkit-transform: translate(0, -80px); transform: translate(0, -80px);}
}

@-webkit-keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0vmin rgba(181, 225, 255, 1);
  }
  100% {
    box-shadow: 0 0 0 3vmin rgba(181, 225, 255, 0);
  }
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0vmin rgba(181, 225, 255, 1);
  }
  100% {
    box-shadow: 0 0 0 3vmin rgba(181, 225, 255, 0);
  }
}




/* popup */
#dim-pop {display: flex; align-items: center; justify-content: center; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10000; background: rgba(0,0,0,0.8);}
.dim-pop__inner {width: 100%; max-width: 872px; margin: 0 auto;}
.dim-pop__list .slick-track {float: left;}
.dim-pop__item {display: block !important; padding: 8px; box-sizing: border-box;}
.dim-pop__box {display: block; width: 100%; max-width: 420px; margin: 0 auto; -webkit-border-radius: 16px; border-radius: 16px; overflow: hidden; -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12); box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);}
.dim-pop__box img {display: block;}
.dim-pop__list .slick-arrow {display: block; width: 16px; height: 16px; background: none; text-indent: -9999px; position: absolute; top: 50%; margin-top: -7px;}
.dim-pop__list .slick-prev {left: -24px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.dim-pop__list .slick-next {right: -24px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.dim-pop__list .slick-prev:before,
.dim-pop__list .slick-prev:after,
.dim-pop__list .slick-next:before,
.dim-pop__list .slick-next:after {content: ''; display: block; background: #fff; position: absolute; -webkit-border-radius: 8px; border-radius: 8px;}
.dim-pop__list .slick-prev:before,
.dim-pop__list .slick-next:before {width: 3px; height: 16px; top: 0;}
.dim-pop__list .slick-prev:after,
.dim-pop__list .slick-next:after {width: 16px; height: 3px; bottom: 0;}
.dim-pop__list .slick-next:before {right: 0;}
.dim-pop__list .slick-dots {margin-top: 16px; display: flex; justify-content: center; align-items: center;}
.dim-pop__list .slick-dots li {margin: 0 4px;}
.dim-pop__list .slick-dots li button {display: block; width: 8px; height: 8px; text-indent: -9999px; background: #fff; -webkit-border-radius: 8px; border-radius: 8px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.dim-pop__list .slick-dots li.slick-active button {width: 24px; background: #0082ff;}
.dim-pop__top {display: flex; align-items: center; justify-content: flex-end; padding: 0 8px; box-sizing: border-box;}
.dim-pop__top.col1 {margin-right: 25%;}
.dim-pop__today {color: #fff; margin-right: 16px; display: flex; align-items: center; cursor: pointer; font-weight: 400; font-size: 16px;}
.dim-pop__today input[type="checkbox"] {display: block; margin-right: 8px; width: 16px; height: 16px; border: none; background: #fff; cursor: pointer; border-radius: 2px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.dim-pop__today input[type="checkbox"]:checked {background: #fff url('https://img.megastudyth.com/lecture/checked.png')no-repeat 1px 3px / 13px auto;}
.dim-pop__close {display: block; width: 24px; height: 24px; background: none; text-indent: -9999px; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.dim-pop__close:before,
.dim-pop__close:after {content: ''; display: block; opacity: 0; background: #fff; height: 3px; width: 28px; margin-left: -14px; margin-top: -1px; position: absolute; top: 50%; left: 50%; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.dim-pop__close:before {opacity: 1; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.dim-pop__close:after {opacity: 1; transform: rotate(45deg); -webkit-transform: rotate(45deg);}

@media all and (max-width:768px){
	.dim-pop__item {padding: 8px 40px;}
	.dim-pop__list .slick-dots {margin-top: 8px;}
	.dim-pop__top {width: 100%; max-width: 500px; margin: 0 auto; padding: 0 40px; justify-content: space-between; align-items: flex-end;}
	.dim-pop__top.col1 {margin-right: auto;}
	.dim-pop__today {font-size: 14px;}
}



/* 토스트팝업 231031 */
.mkup-toast {
	display: none !important; width: 240px; position: fixed; left: 24px; bottom: 24px; z-index: 90;
	-webkit-border-radius: 8px; border-radius: 8px; padding: 24px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12); box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
}
.mkup-toast.active {display: block; -webkit-animation: toast-up 10s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; animation: toast-up 10s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;}
.mkup-toast.blu {background: #E1EFFF;}
.mkup-toast.red {background: #FFF7E1;}
.mkup-toast p {line-height: 1.5;}
.mkup-toast p strong {font-weight: 600;}
.mkup-toast.blu p strong {color: #0038FF;}
.mkup-toast.red p strong {color: #E70F0F;}
.mkup-toast span {font-size: 14px; color: #999; display: block; margin-top: 24px;}
.mkup-toast:before {content: ''; display: block; position: absolute;}
.mkup-toast.blu:before {width: 68px; height: 66px; top: -27px; right: -10px; background: url('https://img.megastudyth.com/main/renewal/mockup_toast_2.png')no-repeat center center / cover;}
.mkup-toast.red:before {width: 87px; height: 80px; top: -39px; right: -24px; background: url('https://img.megastudyth.com/main/renewal/mockup_toast_1.png')no-repeat center center / cover;}
@-webkit-keyframes toast-up {
	0% {opacity: 0; transform: translateY(100%);}
	10% {opacity: 1; transform: translateY(0);}
	90% {opacity: 1; transform: translateY(0);}
	100% {opacity: 0; transform: translateY(100%);}
}

@keyframes toast-up {
	0% {opacity: 0; transform: translateY(100%);}
	10% {opacity: 1; transform: translateY(0);}
	90% {opacity: 1; transform: translateY(0);}
	100% {opacity: 0; transform: translateY(100%);}
}

@media all and (max-width:768px){
	.mkup-toast {width: calc(100% - 32px); left: 16px; bottom: 16px; box-sizing: border-box; padding: 16px;}
	.mkup-toast p {font-size: 13px;}
	.mkup-toast span {font-size: 11px; margin-top: 8px;}
}




/* floating */
.flt * {box-sizing: border-box;}

@media all and (min-width:993px){
	.flt {position: fixed !important; right: 16px; bottom: 80px; z-index: 900; width: 128px;}
	.flt-wrap {display: block !important;}
	a.flt-tel {display: block; height: 48px; color: #fff; background: #121FCF; text-align: center; position: relative; border-radius: 8px 8px 0 0; background: linear-gradient(to top, #121FCF 0%, #0066FF 100%); display: flex; align-items: center; justify-content: center; flex-direction: column;}
	a.flt-tel em {font-size: 10px; font-style: normal;}
	a.flt-tel span {font-size: 9px; margin-top: 4px; white-space: nowrap;}
	a.flt-tel span strong {font-size: 15px; font-weight: 700;}
	a.flt-tel:before {content: ''; display: block; width: 62px; height: 55px; position: absolute; left: 50%; margin-left: -31px; bottom: 100%; background: url('https://img.megastudyth.com/common/floating_cha.png')no-repeat center center / cover;}
	a.flt-tcas {font-size: 15px; color: #0066FF; font-weight: 600; height: 48px; border: solid 1px #ebebeb; border-top: none; border-bottom: none; background: #fff; text-align: center; display: flex; align-items: center; justify-content: center;}
	a.flt-line {height: 48px; background: #06C755; text-align: center; font-size: 12px; color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column;}
	a.flt-line span {font-size: 15px; font-weight: 600;}
	.fit-event {display: none;}
	.flt-close {display: none;}
	.flt-ban {position: relative; overflow: hidden;}
	.flt-ban__item {padding: 12px 8px; height: 144px; text-align: center; display: flex !important; flex-direction: column; align-items: center; justify-content: flex-start;}
	.flt-ban__item:before {content: ''; display: block; width: 32px; height: 32px; background: url('https://img.megastudyth.com/common/floating_banner_logo.png')no-repeat center center / cover;}
	.flt-ban__item h5 {color: #fff; font-size: 13px; margin-top: 8px;}
	.flt-ban__item p {color: rgba(255,255,255,0.5); font-size: 11px; margin-top: 4px;}
	.flt-ban__control {display: flex; justify-content: center; position: absolute; bottom: 10px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
	.flt-ban__control button {display: block; width: 20px; height: 20px; margin: 0 2px; text-indent: -9999px; background: #ddd;}
	.flt-ban__control button.flt-ban__prev {background: url('https://img.megastudyth.com/common/floating_prev.png')no-repeat center center / cover;}
	.flt-ban__control button.flt-ban__next {background: url('https://img.megastudyth.com/common/floating_next.png')no-repeat center center / cover;}
	.flt-ban__control button.flt-ban__pause {background: url('https://img.megastudyth.com/common/floating_pause.png')no-repeat center center / cover;}
	.flt-ban__control button.flt-ban__pause.play {background: url('https://img.megastudyth.com/common/floating_play.png')no-repeat center center / cover;}
	.flt-top {display: block; height: 30px; border: solid 1px #ebebeb; background: #fff; text-indent: -9999px; position: relative; border-radius: 0 0 8px 8px;}
	.flt-top:after {content: ''; display: block; width: 24px; height: 24px; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px; background: url('https://img.megastudyth.com/common/floating_top.png')no-repeat center center / cover;}
	.flt-overlay {display: none;}
	.flt-open {display: none;}
}

@media all and (max-width:992px){
	.flt-wrap {display: none;}
	.flt-ban {display: none;}
	.flt-open {position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; background: #0066FF; font-size: 20px; color: #fff; font-weight: 500; height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between;}
	.flt-open:after {content: ''; display: block; width: 62px; height: 60px; background: url('https://img.megastudyth.com/common/floating_cha.png')no-repeat center 4px / cover;}
	.flt-wrap {padding: 40px 20px; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10000; background: rgba(0,0,0,0.5);}
	.flt-wrap > div {display: table; width: 100%; height: 100%;}
	.flt-wrap > div > div {display: table-cell; vertical-align: middle;}
	.flt-wrap > div > div:before {content: ''; display: block; height: 124px; background: url('https://img.megastudyth.com/common/floating_cha_m.png')no-repeat center center / auto 100%;}
	.flt-box {background: #fff; border-radius: 20px; padding: 40px 20px; max-width: 350px; margin: 0 auto;}
	.flt-top {display: none;}
	a.flt-tel,
	a.flt-tcas,
	a.flt-line,
	.fit-event li a,
	.flt-close {width: 100%; height: 48px; margin-bottom: 8px; border-radius: 8px; color: #fff; font-size: 18px; padding: 0 16px; text-align: center; display: flex; align-items: center; justify-content: center;}
	a.flt-tel {background: #232323;}
	a.flt-tel em {display: none;}
	a.flt-tel span strong {font-weight: 400;}
	a.flt-tcas {background: #0066FF;}
	a.flt-line {background: #06C755;}
	.fit-event li a {background: #0056CC; font-size: 16px;}
	.flt-close {color: #000; margin-bottom: 0;}
}

@media all and (max-width:320px){
	.flt-open {height: 50px; font-size: 16px;}
	.flt-wrap > div > div:before {height: 96px;}
	.flt-box {padding: 16px;}
	a.flt-tel,
	a.flt-tcas,
	a.flt-line,
	.fit-event li a,
	.flt-close {height: 44px; font-size: 14px; margin-bottom: 4px;}
	.fit-event li a {font-size: 13px;}
	.flt-close {margin-bottom: 0;}
}






/* common customer popup */


.cmn-form * {box-sizing: border-box;}
.cmn-form.pop {display: block;}
.cmn-form {display: none; padding: 24px 16px; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 10001; overflow-y: auto;}
.cmn-form > div {display: table; width: 100%; height: 100%;}
.cmn-form > div > div {display: table-cell; width: 100%; vertical-align: middle;}
.cmn-form__box {width: 100%; max-width: 480px; margin: 0 auto; border: none; position: relative; box-shadow: -4px 14px 24px 0px rgba(0, 0, 0, 0.25);}
.cmn-form__title {text-align: center; padding: 20px; background: #0066FF; border-radius: 20px 20px 0 0;}
.cmn-form__title h5 {font-size: 18px; font-weight: 400; color: #C1DAFF;}
.cmn-form__title h3 {font-size: 26px; font-weight: 500; margin-top: 4px; color: #fff;}
.cmn-form__cont {padding: 24px 40px 40px; background: #fff; border-radius: 0 0 20px 20px;}
.cmn-form__chk {margin-top: 24px; padding: 12px; border: solid 1px #ebebeb; border-radius: 12px; display: flex; justify-content: center; align-items: center;}
.cmn-form__chk li {margin: 0 16px; display: flex; align-items: center;}
.cmn-form__chk li input[type="radio"] {content: ''; display: block; margin-right: 6px; width: 20px; height: 20px; background: none; cursor: pointer; border: solid 1px #ccc; position: relative; -webkit-border-radius: 50%; border-radius: 50%; -webkit-appearance: none; appearance: none;}
.cmn-form__chk li input[type="radio"]:checked {background: #0066FF; border-color: #0066FF;}
.cmn-form__chk li input[type="radio"]:checked:after {content: ''; display: block; width: 4px; height: 8px; margin-left: -3px; margin-top: -6px; border-bottom: solid 2px #fff; border-right: solid 2px #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 50%; top: 50%;}
.cmn-form__chk li input[type="radio"] + label {font-size: 14px; cursor: pointer;}
.cmn-form__ipt {padding-top: 24px; margin: -12px -8px; display: flex; flex-wrap: wrap;}
.cmn-form__ipt li {width: 50%; padding: 12px 8px;}
.cmn-form__ipt li:nth-child(1),
.cmn-form__ipt li:nth-child(2) {width: 100%;}
.cmn-form__ipt li label {font-size: 14px; margin-bottom: 8px; display: flex; align-items: center;}
.cmn-form__ipt li label span {display: block; width: 4px; height: 4px; background: #008EFF; margin-left: 4px; text-indent: -9999px; -webkit-border-radius: 8px; border-radius: 8px;}
.cmn-form__ipt li input[type="text"],
.cmn-form__ipt li input[type="tel"],
.cmn-form__ipt li select {display: block; width: 100%; height: 48px; padding: 0 16px; font-size: 14px; background: #F3F4F8; font-family: 'Kanit', sans-serif; border: none; -webkit-border-radius: 8px; border-radius: 8px; -webkit-appearance: none; appearance: none;}
.cmn-form__ipt li select {cursor: pointer; padding-right: 40px; background: #F3F4F8 url('https://img.megastudyth.com/customer/select_arrow.png')no-repeat right 16px center / 10px auto;}
.cmn-form__ipt li input[type="text"]::placeholder {color: #ccc;}
.cmn-form__ipt li input[type="tel"]::placeholder {color: #ccc;}
.cmn-form__ipt li input:focus,
.cmn-form__ipt li select:focus {outline: solid 2px #06f;}
.cmn-form__ipt li input[type="checkbox"] {display: block; cursor: pointer; width: 20px; height: 20px; border: solid 2px #ccc; -webkit-border-radius: 50%; border-radius: 50%; -webkit-appearance: none; appearance: none; position: relative;}
.cmn-form__ipt li input[type="checkbox"]:after {content: ''; display: block; box-sizing: border-box; width: 6px; height: 10px; border-right: solid 2px #ccc; border-bottom: solid 2px #ccc; position: absolute; left: 50%; top: 50%; margin-left: -2px; margin-top: -7px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.cmn-form__ipt li input[type="checkbox"] + label {margin-bottom: 0; margin-left: 8px; cursor: pointer;}
.cmn-form__ipt li input[type="checkbox"]:checked {background: #06f; border-color: #06f;}
.cmn-form__ipt li input[type="checkbox"]:checked:after {border-color: #fff;}
.cmn-form__submit {margin-top: 30px; display: flex; justify-content: center;}
.cmn-form__submit button {width: 220px; height: 48px; background: #0066FF; width: 100%; color: #fff; font-size: 16px; display: flex; justify-content: center; align-items: center; -webkit-border-radius: 8px; border-radius: 8px;}
.cmn-form__submit button svg {width: 20px; height: 20px; margin-right: 8px; animation: spin 1s linear infinite;}
.cmn-form__submit button:disabled {background: #ccc; cursor: not-allowed;}
.cmn-form__submit button:disabled.loading {background: #0066FF;}
.cmn-form__close {display: block; width: 24px; height: 24px; background: none; position: absolute; right: 16px; top: 16px; text-indent: -9999px;}
.cmn-form__close:before,
.cmn-form__close:after {content: ''; display: block; width: 20px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -1px;}
.cmn-form__close:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.cmn-form__close:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
@keyframes spin {
	to {transform: rotate(360deg);}
}

@media (max-width:768px) {
	.cmn-form__title {padding: 12px;}
	.cmn-form__title h5 {font-size: 13px;}
	.cmn-form__title h3 {font-size: 18px;}
	.cmn-form__chk {margin-top: 0; border-radius: 8px; padding: 8px;}
	.cmn-form__chk li {margin: 0 8px;}
	.cmn-form__chk li input[type="radio"] + label {font-size: 12px;}
	.cmn-form__cont {padding: 16px;}
	.cmn-form__ipt {margin: 0; display: block; padding-top: 16px;}
	.cmn-form__ipt li {width: 100%; padding: 0; margin-bottom: 16px;}
	.cmn-form__ipt li:last-child {margin-bottom: 0;}
	.cmn-form__ipt li label {font-size: 13px;}
	.cmn-form__ipt li input[type="text"],
	.cmn-form__ipt li input[type="tel"],
	.cmn-form__ipt li select {height: 40px; padding: 0 12px; font-size: 13px;}
	.cmn-form__ipt li select {padding-right: 40px; padding-right: 32px; background-size: 8px auto; background-position: right 12px center;}
	.cmn-form__submit {margin-top: 16px;}
	.cmn-form__submit button {height: 44px; font-size: 14px; background: #0066FF; width: 100%;}
}





