@charset "utf-8";
html {overflow-y: auto;}
#spinner:not([hidden]) {position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; background: rgba(0,0,0,0.5); z-index:999;}
#spinner::after {content: ""; width: 80px; height: 80px; border: 2px solid #f3f3f3; border-top: 3px solid #f25a41; border-radius: 100%; will-change: transform; animation: spin 1s infinite linear;}
@keyframes spin {from {transform: rotate(0deg);} to {transform: rotate(360deg);}}
.myDiv{font-size:27px; font-weight:600; text-align:center; vertical-align:middle;}
.myDiv span {font-size:15px;}

#cs {background: #000; overflow: hidden;}
#cs * {box-sizing: border-box;}
#cs img {display: block; max-width: 100%;}
.quick-bot {display: none !important;}

.cs-chk {display: flex; align-items: center;}
.cs-chk 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;}
.cs-chk input[type="radio"]:checked {background: #0066FF; border-color: #0066FF;}
.cs-chk 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%;}
.cs-chk input[type="radio"] + label {color: #fff; font-size: 16px; cursor: pointer;}

.cs-top {position: relative;}
.cs-top:before {content: ''; display: block; opacity: 0.5; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url('https://img.megastudyth.com/customer/cs_top_bg.jpg')no-repeat center center / cover;}
.cs-top:after {content: ''; display: block; width: 132px; height: 28px; position: absolute; left: 50px; top: 50px; background: url('https://img.megastudyth.com/customer/cs_top_logo.png')no-repeat center center / cover;}
.cs-top__inner {position: relative; display: flex; min-height: 100vh;}
.cs-top__left {width: 55%; padding: 0 24px; display: flex; align-items: center; justify-content: center;}
.cs-top__right {width: 45%; padding: 0 24px; background: rgba(0,0,0,0.25); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center;}
.cs-top__title h4 {font-size: 70px; color: #fff; font-weight: 400; line-height: 1.2;}
.cs-top__title h4 span {color: #F8FF8B; font-weight: 700;}
/* .cs-top__title h4 span {display: inline-block; color: #F8FF8B; font-weight: 700; position: relative; padding-left: 20px; padding-right: 20px;}
.cs-top__title h4 span:before,
.cs-top__title h4 span:after {content: ''; display: block; position: absolute;}
.cs-top__title h4 span:before {width: 36px; height: 44px; left: 0; top: 0; background: url('https://img.megastudyth.com/customer/cs_top_mark1.png')no-repeat center center / cover;}
.cs-top__title h4 span:after {width: 23px; height: 33px; right: 0; bottom: 0; background: url('https://img.megastudyth.com/customer/cs_top_mark2.png')no-repeat center center / cover;} */
.cs-top__title h4 u {display: inline-block; text-decoration: none; position: relative;}
.cs-top__title h4 u:after {content: ''; display: block; padding-bottom: 10%; background: #f00; position: absolute; left: 0; right: 0; top: 100%; background: url('https://img.megastudyth.com/customer/cs_top_underline.png')no-repeat center top / 100% auto;}
.cs-top__title p {margin-top: 80px; font-size: 26px; color: #fff; font-weight: 300; line-height: 1.4;}
.cs-top__title p strong {display: block; font-size: 46px; font-weight: 400; margin-bottom: 8px;}
.cs-top__title p span {display: block; font-weight: 500;}
.cs-top__form {width: 100%; max-width: 384px;}
.cs-form__title {text-align: center; color: #fff;}
.cs-form__title h5 {font-size: 24px; font-weight: 300;}
.cs-form__title h3 {font-size: 36px; font-weight: 500; margin-top: 8px;}
.cs-form__chk {margin-top: 40px; display: flex; justify-content: center; align-items: center;}
.cs-form__chk li {margin: 0 15px;}
.cs-form__ipt {margin-top: 24px;}
.cs-form__ipt li {margin-bottom: 16px;}
.cs-form__ipt li:last-child {margin-bottom: 0;}
.cs-form__ipt li label {font-size: 16px; color: #fff; margin-bottom: 8px; display: flex; align-items: center;}
.cs-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;}
.cs-form__ipt li input[type="text"],
.cs-form__ipt li input[type="tel"],
.cs-form__ipt li select {display: block; width: 100%; height: 48px; padding: 0 16px; font-size: 16px; background: #fff; font-family: 'Kanit', sans-serif; border: none; -webkit-border-radius: 8px; border-radius: 8px; -webkit-appearance: none; appearance: none;}
.cs-form__ipt li select {cursor: pointer; padding-right: 40px; background: #fff url('https://img.megastudyth.com/customer/select_arrow.png')no-repeat right 16px center / 10px auto;}
.cs-form__ipt li input[type="text"]::placeholder {color: #ccc;}
.cs-form__ipt li input[type="tel"]::placeholder {color: #ccc;}
.cs-form__ipt li input:focus,
.cs-form__ipt li select:focus {outline: solid 2px #06f;}
.cs-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;}
.cs-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);}
.cs-form__ipt li input[type="checkbox"] + label {margin-bottom: 0; margin-left: 8px; cursor: pointer;}
.cs-form__ipt li input[type="checkbox"]:checked {background: #06f; border-color: #06f;}
.cs-form__ipt li input[type="checkbox"]:checked:after {border-color: #fff;}
.cs-form__desc {text-align: center; font-size: 14px; color: #999; margin-top: 24px; line-height: 1.3;}
.cs-form__submit {margin-top: 40px;}
.cs-form__submit button {width: 100%; height: 48px; background: #0066FF; color: #fff; font-size: 16px; display: flex; justify-content: center; align-items: center; -webkit-border-radius: 8px; border-radius: 8px;}

.cs-inner {width: 100%; max-width: 1030px; padding-left: 20px; padding-right: 20px; margin: 0 auto;}
.cs-why {padding: 160px 0;}
.cs-why__title {font-size: 48px; text-align: center; color: #fff; font-weight: 400;}
.cs-why__title strong {display: inline-block; font-weight: 700; position: relative;}
.cs-why__title strong:after {content: ''; display: block; padding-bottom: 10%; background: #f00; position: absolute; left: 0; right: 0; top: 100%; background: url('https://img.megastudyth.com/customer/cs_why_underline.png')no-repeat center top / 100% auto;}
.cs-why__card {padding-top: 64px; margin: -13px; display: flex; flex-wrap: wrap;}
.cs-why__card li {width: 50%; padding: 13px;}
.cs-why__card li dl {overflow: hidden; height: 100%;  display: flex; flex-direction: column; -webkit-border-radius: 10px; border-radius: 10px;}
.cs-why__card li dl dt {flex-shrink: 0;}
.cs-why__card li dl dt img {display: block; width: 100%;}
.cs-why__card li dl dd {background: #fff; padding: 32px 24px; flex-grow: 1;}
.cs-why__card li dl dd h5 {font-size: 34px; font-weight: 500;}
.cs-why__card li dl dd p {font-size: 18px; color: #333; margin-top: 16px; line-height: 1.2;}
.cs-why__card li dl dd a {font-size: 18px; margin-top: 32px; border-bottom: solid 1px #ddd; position: relative; display: inline-flex; align-items: center;}
.cs-why__card li dl dd a:after {content: ''; display: block; width: 8px; height: 1px; margin-left: 4px;}
.cs-why__card li dl dd a:before {content: ''; display: block; width: 4px; height: 4px; position: absolute; right: 0; top: 50%; margin-top: -3px; border-top: solid 1px #ddd; border-right: solid 1px #ddd; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.cs-why__card li dl dd a.org {color: #FF7B00; border-bottom-color: #FF7B00;}
.cs-why__card li dl dd a.org:after {background: #FF7B00;}
.cs-why__card li dl dd a.org:before {border-color: #FF7B00;}
.cs-why__card li dl dd a.pnk {color: #F563FF; border-bottom-color: #F563FF;}
.cs-why__card li dl dd a.pnk:after {background: #F563FF;}
.cs-why__card li dl dd a.pnk:before {border-color: #F563FF;}
.cs-why__card li dl dd a.grn {color: #00C767; border-bottom-color: #00C767;}
.cs-why__card li dl dd a.grn:after {background: #00C767;}
.cs-why__card li dl dd a.grn:before {border-color: #00C767;}
.cs-why__box {padding-top: 26px; margin: 0 -13px; display: flex;}
.cs-why__box li {width: 50%; padding: 0 13px;}
.cs-why__box li div {background: #242424; border: solid 1px #333; padding: 32px 24px; height: 100%; position: relative; overflow: hidden; display: flex; flex-direction: column; -webkit-border-radius: 10px; border-radius: 10px;}
.cs-why__box li div:before {content: ''; display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 40%;}
.cs-why__box li:nth-child(1) div:before {background: url('https://img.megastudyth.com/customer/cs_why_img_3.png')no-repeat right bottom / 100% auto;}
.cs-why__box li:nth-child(2) div:before {background: url('https://img.megastudyth.com/customer/cs_why_img_4.png')no-repeat right bottom / 100% auto;}
.cs-why__box li h5 {font-size: 34px; color: #fff; position: relative;}
.cs-why__box li p {font-size: 15px; color: #ccc; position: relative; margin-top: 16px; line-height: 1.4; font-weight: 300;}

.cs-line {background: #0075FF; padding: 64px 16px; position: relative; display: flex; align-items: center; justify-content: center;}
.cs-line:after {content: ''; display: block; height: 34px; position: absolute; left: 0; right: 0; top: 100%; background: url('https://img.megastudyth.com/customer/cs_line_tail.png')no-repeat center center / auto 100%;}
.cs-line h3 {position: relative; padding: 0 120px; font-size: 32px; font-weight: 400; color: #fff; text-align: center;}
.cs-line h3 strong {font-weight: 600;}
.cs-line h3:before,
.cs-line h3:after {content: ''; display: block; width: 62px; height: 87px; position: absolute; top: 50%; margin-top: -44px;}
.cs-line h3:before {left: 0; background: url('https://img.megastudyth.com/customer/cs_line_1.png')no-repeat center center / cover;}
.cs-line h3:after {right: 0; background: url('https://img.megastudyth.com/customer/cs_line_2.png')no-repeat center center / cover;}
	
.cs-tutor {padding-top: 80px; padding-bottom: 100px; position: relative; background: #000000; background: linear-gradient(to bottom, #000000 0%, #0066FF 100%);}
.cs-tutor__slider {position: relative; z-index: 1;}
.cs-tutor__slider .slick-track {display: flex;}
.cs-tutor__slider .slick-slide > div {height: 100%;}
.cs-tutor__slider .slick-arrow {display: block; width: 40px; height: 40px; border: solid 1px #4C78BD; text-indent: -9999px; position: absolute; top: 50%; margin-top: -20px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.cs-tutor__slider .slick-arrow:hover {border-color: #fff;}
.cs-tutor__slider .slick-prev {right: 100%; margin-right: 20px;}
.cs-tutor__slider .slick-next {left: 100%; margin-left: 20px;}
.cs-tutor__slider .slick-arrow:after {content: ''; display: block; width: 10px; height: 10px; box-sizing: border-box; position: absolute; left: 50%; top: 50%; margin-top: -5px; border-top: solid 2px #fff;}
.cs-tutor__slider .slick-prev:after {border-left: solid 2px #fff; margin-left: -3px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.cs-tutor__slider .slick-next:after {border-right: solid 2px #fff; margin-left: -7px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.cs-tutor__slider .slick-dots {margin-top: 32px; display: flex; justify-content: center;}
.cs-tutor__slider .slick-dots li {margin: 0 6px;}
.cs-tutor__slider .slick-dots li button {display: block; width: 8px; height: 8px; background: #01378B; text-indent: -9999px; -webkit-border-radius: 12px; border-radius: 12px;}
.cs-tutor__slider .slick-dots li.slick-active button {background: #fff;}
.cs-tutor__item {position: relative; height: 100%; display: flex !important; flex-direction: column;}
.cs-tutor__msg {text-align: center; flex-shrink: 0; font-size: 30px; color: #fff; font-weight: 300; line-height: 1.3;}
.cs-tutor__msg.tal {text-align: left;}
.cs-tutor__name {margin-top: 32px; flex-shrink: 0; position: relative;}
.cs-tutor__name strong {height: 54px; padding: 0 16px; font-size: 28px; font-weight: 600; background: #0082ff; color: #fff; -webkit-border-radius: 12px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;}
.cs-tutor__name h4 {font-size: 66px; color: #fff; font-weight: 600; margin-top: 8px; margin-bottom: 24px;}
.cs-tutor__name a {display: block; width: 48px; height: 48px; text-indent: -9999px; position: absolute; right: 0; bottom: 24px; z-index: 1; background: #3FA6FF; background: radial-gradient(circle farthest-corner at center center, #3FA6FF 0%, #0056E9 100%); -webkit-border-radius: 50%; border-radius: 50%;}
.cs-tutor__name a:after {content: ''; display: block; width: 25px; height: 25px; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -14px; background: url('https://img.megastudyth.com/customer/cs_home.png')no-repeat center center / cover;}
.cs-tutor__course {margin-bottom: 16px; flex-shrink: 0; padding: 24px; background: #fff; -webkit-border-radius: 10px; border-radius: 10px;}
.cs-tutor__course h5 {font-size: 20px; color: #5C34FF;}
.cs-tutor__course p {font-size: 16px; margin-top: 8px; font-weight: 300; line-height: 1.3;}
.cs-tutor__detail {padding: 24px 50% 24px 24px; flex-grow: 1; background: #fff; -webkit-border-radius: 10px; border-radius: 10px;}
.cs-tutor__detail dt {}
.cs-tutor__detail dt h5 {font-size: 20px; margin-top: 24px; color: #FF3535;}
.cs-tutor__detail dt h5:first-child {margin-top: 0;}
.cs-tutor__detail dt p {font-size: 16px; margin-top: 8px; font-weight: 300; line-height: 1.3;}
.cs-tutor__detail dd {padding-top: 24px; padding-bottom: 16px; margin-top: 24px; border-top: solid 1px #CACACA;}
.cs-tutor__detail dd ul {}
.cs-tutor__detail dd ul li {font-size: 16px; font-weight: 300; margin-bottom: 16px; display: flex; line-height: 1.3;}
.cs-tutor__detail dd ul li:last-child {margin-bottom: 0;}
.cs-tutor__detail dd ul li:before {content: ''; display: block; flex-shrink: 0; width: 6px; height: 14px; margin-left: 4px; margin-right: 16px; margin-top: -2px; border-bottom: solid 2px #FF3535; border-right: solid 2px #FF3535; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.cs-tutor__detail dd ul.sm li {font-size: 14px; margin-bottom: 6px;}
.cs-tutor__profile {display: block; position: absolute; right: 0; bottom: 0; width: 50%; opacity: 0;}
.cs-tutor__slider .slick-active .cs-tutor__profile {animation: fadeInRight 1s 0s forwards cubic-bezier(0.4, 0, 0.2, 1) alternate;}
.cs-tutor__bg {opacity: 0.1; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);}
.cs-tutor__card {margin: 0 -16px;}
.cs-tutor__card .slick-list {overflow: visible;}
.cs-tutor__card .slick-slide {padding: 0 16px;}
.cs-tutor__card .slick-slide > div {background: #fff; padding: 24px 0 0; -webkit-border-radius: 10px; border-radius: 10px;}

.cs-score {padding-top: 120px; padding-bottom: 192px; position: relative; background: url('https://img.megastudyth.com/customer/cs_score_bg.jpg')no-repeat center center / cover;}
.cs-score__title {text-align: center; color: #fff;}
.cs-score__title span {display: block; height: 50px; text-indent: -9999px; background: url('https://img.megastudyth.com/customer/cs_score_megastudy.png')no-repeat center center / auto 100%;}
.cs-score__title h3 {font-size: 48px; margin-top: 12px;}
.cs-score__title p {font-size: 28px; margin-top: 12px;}
.cs-score__slider {margin: 0 -13px; padding-top: 56px;}
.cs-score__slider .slick-slide {padding: 0 13px;}
.cs-score__slider .slick-arrow {display: block; width: 40px; height: 40px; border: solid 1px #666; position: absolute; top: 50%; margin-top: -20px; text-indent: -9999px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.cs-score__slider .slick-arrow:hover {border-color: #fff;}
.cs-score__slider .slick-prev {right: 100%; margin-right: 13px;}
.cs-score__slider .slick-next {left: 100%; margin-left: 13px;}
.cs-score__slider .slick-arrow:after {content: ''; display: block; width: 10px; height: 10px; position: absolute; left: 50%; top: 50%; margin-top: -5px; border-top: solid 2px #fff;}
.cs-score__slider .slick-prev:after {margin-left: -3px; border-left: solid 2px #fff; transform: rotate(-45deg);} to {transform: rotate(-45deg);}
.cs-score__slider .slick-next:after {margin-left: -8px; border-right: solid 2px #fff; transform: rotate(45deg);} to {transform: rotate(45deg);}
.cs-score__item {overflow: hidden; -webkit-border-radius: 20px; border-radius: 20px;}
.cs-score__item dt {}
.cs-score__item dt img {display: block; width: 100%;}
.cs-score__item dd {background: #fff; padding: 24px;}
.cs-score__item dd h4 {text-align: center; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.cs-score__item dd h4 strong {display: block; font-size: 28px;}
.cs-score__item dd h4 span {font-size: 16px; font-weight: 300; line-height: 1.2; margin-top: 4px;}
.cs-score__item dd h4:before,
.cs-score__item dd h4:after {content: ''; display: block; width: 41px; height: 75px; position: absolute; top: 50%; margin-top: -38px;}
.cs-score__item dd h4:before {left: 24px; background: url('https://img.megastudyth.com/customer/cs_score_leaf_1.png')no-repeat center center / cover;}
.cs-score__item dd h4:after {right: 24px; background: url('https://img.megastudyth.com/customer/cs_score_leaf_2.png')no-repeat center center / cover;}
.cs-score__item dd p {margin-top: 24px; height: 120px; font-size: 32px; font-weight: 600; line-height: 1.3; background: #FFEF5F; position: relative; border: solid 3px #000; text-align: center; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.cs-score__item dd p:before,
.cs-score__item dd p:after,
.cs-score__item dd p span:before {content: ''; display: block; position: absolute; z-index: 1;}
.cs-score__item dd p:before {width: 25px; height: 24px; left: 64px; top: -16px; background: url('https://img.megastudyth.com/customer/cs_score_deco_1.png')no-repeat center center / cover;}
.cs-score__item dd p:after {width: 34px; height: 24px; left: 24px; bottom: -12px; background: url('https://img.megastudyth.com/customer/cs_score_deco_2.png')no-repeat center center / cover;}
.cs-score__item dd p span:before {width: 30px; height: 30px; right: -15px; top: 50%; margin-top: -15px; background: url('https://img.megastudyth.com/customer/cs_score_deco_3.png')no-repeat center center / cover;}

.cs-bot {padding-top: 120px; padding-bottom: 120px; background: #000 url('https://img.megastudyth.com/customer/cs_bottom_bg.jpg')no-repeat center top / 100% auto;}
.cs-bot__wrap {display: flex; margin: 0 -40px;}
.cs-bot__half {width: 50%; padding: 0 40px;}
.cs-bot__flow {margin-top: 64px;}
.cs-bot__flow li {padding-bottom: 64px; padding-left: 32px; position: relative;}
.cs-bot__flow li:last-child {margin-bottom: 0;}
.cs-bot__flow li:before {content: ''; display: block; width: 1px; background: #F8FF8B; position: absolute; left: 0; top: 0; bottom: 0; opacity: 0.3;}
.cs-bot__flow li:first-child:before {top: 14px;}
.cs-bot__flow li:last-child:before {bottom: auto; height: 14px;}
.cs-bot__flow li:after {content: ''; display: block; width: 44px; height: 42px; position: absolute; right: 100%; top: 0; margin-top: -6px; margin-right: 24px;background: url('https://img.megastudyth.com/customer/cs_bottom_check.png')no-repeat center center / cover;}
.cs-bot__flow li h5 {font-size: 32px; color: #F5FF63; position: relative;}
.cs-bot__flow li h5:before {content: ''; display: block; width: 33px; height: 33px; position: absolute; right: 100%; top: 0; margin-right: 15px; background: url('https://img.megastudyth.com/customer/cs_bottom_dots.png')no-repeat center center / cover;}
.cs-bot__flow li p {font-size: 20px; color: #fff; margin-top: 16px; line-height: 1.3; font-weight: 300;}
.cs-bot__info {margin-top: 64px; padding: 64px 0; color: #999; font-size: 20px; position: relative;}
.cs-bot__info:before {content: ''; display: block; background: #000; position: absolute; top: 0; bottom: -120px; left: -100%; right: -300%;}
.cs-bot__info dt {position: relative; font-weight: 700;}
.cs-bot__info dd {position: relative; margin-top: 8px; font-weight: 300;}
.cs-bot__form {position: relative; background: #000; padding: 40px 32px; border: solid 12px #fff; -webkit-border-radius: 32px; border-radius: 32px;}

.cs-quick {display: block; width: 150px; height: 150px; position: fixed; z-index: 100; right: 24px; bottom: 24px; text-indent: -9999px; background: url('https://img.megastudyth.com/customer/cs_quick.png')no-repeat center center / cover;}
.cs-quick:hover {animation: bounce 0.5s infinite alternate;}
@keyframes bounce {0%{transform: translate3d(0, 0, 0);}100%{transform: translate3d(0, -10px, 100px);}}


@keyframes fadeInRight {
	0% {opacity: 0; transform: translateX(20px);}
	100% {opacity: 1; transform: translateX(0);	}
}



@media (max-width:1280px) {
	.cs-top__title h4 {font-size: 50px;}
	.cs-top__title p {margin-top: 64px; font-size: 18px;}
	.cs-top__title p strong {font-size: 32px;}
	
	.cs-why {padding: 120px 0;}
	.cs-why__title {font-size: 40px;}
	.cs-why__card li dl dd h5 {font-size: 30px;}
	.cs-why__card li dl dd p {font-size: 16px;}
	.cs-why__card li dl dd a {font-size: 16px;}
	.cs-why__box li h5 {font-size: 28px;}
	.cs-why__box li p {font-size: 14px;}

	.cs-line h3 {padding: 0 100px; font-size: 26px;}

	.cs-tutor__name strong {height: 40px; padding: 0 16px; font-size: 20px; -webkit-border-radius: 8px; border-radius: 8px;}
	.cs-tutor__name h4 {font-size: 54px;}

	.cs-score {padding-top: 100px; padding-bottom: 100px;}
	.cs-score__title span {height: 40px;}
	.cs-score__title h3 {font-size: 40px;}
	.cs-score__title p {font-size: 22px;}
	.cs-score__item dd h4 strong {font-size: 22px;}
	.cs-score__item dd h4 span {font-size: 13px;}
	.cs-score__item dd p {height: 96px; font-size: 24px;}

	.cs-bot {padding-top: 100px; padding-bottom: 100px;}
	.cs-bot__wrap {margin: 0 -24px;}
	.cs-bot__half {padding: 0 24px;}
	.cs-bot__flow {margin-top: 40px;}
	.cs-bot__flow li {padding-bottom: 40px;}
	.cs-bot__flow li h5 {font-size: 26px;}
	.cs-bot__flow li h5:before {top: -2px;}
	.cs-bot__flow li p {font-size: 16px; margin-top: 8px;}
	.cs-bot__info {font-size: 16px;}

	.cs-quick {width: 120px; height: 120px; right: 16px; bottom: 16px;}

}

@media (max-width:992px) {
	.cs-top:after {left: 24px; top: 24px; width: 100px; height: 21px;}
	.cs-top__title h4 {font-size: 40px;}
	.cs-top__title p {margin-top: 40px; font-size: 16px;}
	.cs-top__title p strong {font-size: 24px;}
	
	.cs-why {padding: 80px 0;}
	.cs-why__title {font-size: 36px;}
	.cs-why__card li dl dd h5 {font-size: 26px;}
	.cs-why__card li dl dd p {font-size: 14px;}
	.cs-why__card li dl dd a {font-size: 14px;}
	.cs-why__box li h5 {font-size: 24px;}
	.cs-why__box li p {font-size: 13px;}
	
	.cs-line {padding: 48px 16px;}
	.cs-line h3 {padding: 0 80px; font-size: 24px;}

	.cs-tutor__msg {font-size: 20px;}
	.cs-tutor__name strong {height: 32px; font-size: 16px;}
	.cs-tutor__name h4 {font-size: 40px; margin-bottom: 16px;}
	.cs-tutor__name a {width: 40px; height: 40px; bottom: 16px;}
	.cs-tutor__name a:after {width: 20px; height: 20px; margin-left: -10px; margin-top: -10px;}

	.cs-tutor__course {margin-bottom: 8px; padding: 16px;}
	.cs-tutor__course h5 {font-size: 16px;}
	.cs-tutor__course p {font-size: 14px;}
	.cs-tutor__detail {padding: 16px 50% 16px 16px;}
	.cs-tutor__detail dt h5 {font-size: 16px; margin-top: 16px;}
	.cs-tutor__detail dt p {font-size: 14px;}
	.cs-tutor__detail dd {padding-top: 16px; padding-bottom: 8px; margin-top: 16px;}
	.cs-tutor__detail dd ul li {font-size: 14px; margin-bottom: 8px;}
	.cs-tutor__detail dd ul li:before {width: 4px; height: 10px; margin-right: 12px; margin-top: 0;}
	.cs-tutor__detail dd ul.sm li {font-size: 12px; margin-bottom: 4px;}

	.cs-score {padding-top: 80px; padding-bottom: 80px;}
	.cs-score__title span {height: 32px;}
	.cs-score__title h3 {font-size: 36px;}
	.cs-score__title p {font-size: 18px;}
	.cs-score__item dd h4 strong {font-size: 20px;}
	.cs-score__item dd p {height: 80px; font-size: 20px;}

	.cs-bot {padding-top: 80px; padding-bottom: 80px;}
	.cs-bot__flow {margin-top: 24px;}
	.cs-bot__flow li {padding-bottom: 24px;}
	.cs-bot__flow li h5 {font-size: 20px;}
	.cs-bot__flow li h5:before {top: -6px;}
	.cs-bot__flow li p {font-size: 14px;}
	.cs-bot__info {font-size: 14px;}
	.cs-bot__form {padding: 32px 16px; border: solid 8px #fff; -webkit-border-radius: 24px; border-radius: 24px;}
	.cs-bot__form .cs-form__title h5 {font-size: 18px;}
	.cs-bot__form .cs-form__title h3 {font-size: 28px;}

	.cs-quick {width: 100px; height: 100px; right: 8px; bottom: 8px;}
}

@media (max-width:768px) {

	.cs-chk input[type="radio"] {margin-right: 4px; width: 16px; height: 16px;}
	.cs-chk input[type="radio"]:checked:after {width: 3px; height: 6px; margin-left: -2px; margin-top: -5px;}
	.cs-chk input[type="radio"] + label {font-size: 14px;}

	.cs-top__inner {flex-direction: column;}
	.cs-top__left {width: 100%; order: 1; height: 100vh; position: relative; padding: 64px 24px; justify-content: flex-start; background: #000;}
	.cs-top__left:before {content: ''; display: block; opacity: 0.5; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url('https://img.megastudyth.com/customer/cs_top_bg.jpg')no-repeat center center / cover;}
	.cs-top__title h4 {font-size: 32px; position: relative;}
	.cs-top__title p {margin-top: 24px; font-size: 14px; position: relative;}
	.cs-top__title p strong {font-size: 20px;}
	.cs-top__title h4 span {padding-left: 8px; padding-right: 8px;}
	.cs-top__title h4 span:before {width: 16px; height: 20px;}
	.cs-top__title h4 span:after {width: 12px; height: 18px;}
	.cs-top__right {width: 100%; padding: 64px 24px;}
	.cs-form__title h5 {font-size: 18px;}
	.cs-form__title h3 {font-size: 28px;}
	.cs-form__chk {margin-top: 24px;}
	.cs-form__chk li {margin: 0 15px;}
	.cs-form__ipt {margin-top: 24px;}
	.cs-form__ipt li label {font-size: 14px;}
	.cs-form__ipt li input[type="text"],
	.cs-form__ipt li input[type="tel"],
	.cs-form__ipt li select {height: 40px; font-size: 14px;}
	.cs-form__submit {margin-top: 24px;}

	.cs-why {padding: 64px 0;}
	.cs-why__title {font-size: 24px;}
	.cs-why__card {padding-top: 32px; margin: 0; display: block;}
	.cs-why__card li {width: 100%; padding: 0; margin-bottom: 16px;}
	.cs-why__card li:last-child {margin-bottom: 0;}
	.cs-why__card li dl dd {padding: 24px;}
	.cs-why__card li dl dd h5 {font-size: 22px;}
	.cs-why__card li dl dd p {font-size: 13px;}
	.cs-why__card li dl dd a {font-size: 13px;}
	.cs-why__box {display: block; margin: 0; padding-top: 16px;}
	.cs-why__box li {padding: 0; margin-bottom: 16px; width: 100%;}
	.cs-why__box li:last-child {margin-bottom: 0;}
	.cs-why__box li div {padding: 24px 20px;}
	.cs-why__box li h5 {font-size: 20px;}
	.cs-why__box li p {font-size: 13px;}

	.cs-line {padding: 48px 16px;}
	.cs-line h3 {padding: 0; font-size: 15px;}
	.cs-line h3:before,
	.cs-line h3:after {display: none;}
	
	.cs-tutor {padding-top: 64px; padding-bottom: 64px;}
	.cs-tutor__slider {margin: 0 -20px;}
	.cs-tutor__slider .slick-slide {padding: 0 20px;}
	.cs-tutor__slider .slick-dots {margin-top: 16px;}
	.cs-tutor__slider .slick-dots li {margin: 0 4px;}
	.cs-tutor__slider .slick-dots li button {width: 6px; height: 6px;}
	.cs-tutor__msg {font-size: 16px;}
	.cs-tutor__name {margin-bottom: 16px; display: flex; align-items: center;}
	.cs-tutor__name strong {height: 24px; font-size: 13px; font-weight: 400; margin-right: 8px; padding: 0 8px; -webkit-border-radius: 4px; border-radius: 4px;}
	.cs-tutor__name h4 {font-size: 24px; margin-bottom: 0; margin-top: 0;}
	.cs-tutor__name a {width: 32px; height: 32px; bottom: -4px;}
	.cs-tutor__name a:after {width: 16px; height: 16px; margin-left: -8px; margin-top: -8px;}

	.cs-tutor__course {padding: 12px; -webkit-border-radius: 6px; border-radius: 6px;}
	.cs-tutor__course h5 {font-size: 14px;}
	.cs-tutor__course p {font-size: 12px; margin-top: 4px;}
	.cs-tutor__detail {padding: 12px 30% 12px 12px; -webkit-border-radius: 6px; border-radius: 6px;}
	.cs-tutor__detail dt h5 {font-size: 14px; margin-top: 8px;}
	.cs-tutor__detail dt p {font-size: 12px; margin-top: 4px;}
	.cs-tutor__detail dd {padding-top: 12px; padding-bottom: 4px; margin-top: 12px;}
	.cs-tutor__detail dd ul li {font-size: 12px; margin-bottom: 4px;}
	.cs-tutor__detail dd ul li:before {width: 4px; height: 10px; margin-right: 12px; margin-top: 0;}
	.cs-tutor__detail dd ul.sm li {font-size: 10px; margin-bottom: 2px;}
	.cs-tutor__profile {width: 45%; right: -40px;}

	.cs-score {padding-top: 64px; padding-bottom: 64px;}
	.cs-score__title span {height: 32px;}
	.cs-score__title h3 {font-size: 22px;}
	.cs-score__title p {font-size: 14px; margin-top: 4px;}
	.cs-score__slider {margin: 0 -8px; padding-top: 24px; padding-left: 24px; padding-right: 24px;}
	.cs-score__slider .slick-list {overflow: visible;}
	.cs-score__slider .slick-slide {padding: 0 8px;}
	.cs-score__item dd h4 strong {font-size: 18px;}
	.cs-score__item dd h4 span {font-size: 12px;}
	.cs-score__item dd h4:before {left: 0;}
	.cs-score__item dd h4:after {right: 0;}
	.cs-score__item dd p {height: 64px; font-size: 18px; -webkit-border-radius: 10px; border-radius: 10px;}
	.cs-score__item dd p:before {width: 16px; height: 15px; left: 24px; top: -12px;}
	.cs-score__item dd p:after {width: 18px; height: 14px; left: 12px; bottom: -8px;}
	.cs-score__item dd p span:before {width: 20px; height: 20px; right: -12px; margin-top: -10px;}

	.cs-bot {padding-top: 64px; padding-bottom: 64px;}
	.cs-bot__wrap {display: block; margin: 0;}
	.cs-bot__half {width: 100%; padding: 0;}
	.cs-bot__flow {margin-top: 0;}
	.cs-bot__flow li {padding-bottom: 16px;}
	.cs-bot__flow li:last-child {padding-bottom: 0;}
	.cs-bot__flow li h5 {font-size: 18px;}
	.cs-bot__flow li p {font-size: 13px;}
	.cs-bot__info {font-size: 14px; padding-bottom: 24px;}

	.cs-quick {width: 64px; height: 64px;}
}

@media (max-width:320px) {
	.cs-top__title h4 {font-size: 28px;}
	.cs-line h3 {padding: 0;}
	.cs-line h3:before,
	.cs-line h3:after {display: none;}
	.cs-why__title {font-size: 22px;}
	.cs-score__title h3 {font-size: 20px;}
}




.cs-ok__body {text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.cs-ok__body h3 {font-size: 20px; position: relative;}
.cs-ok__body h3:before {content: ''; margin: 0 auto 16px; display: block; width: 40px; height: 40px; background: #06f; -webkit-border-radius: 50%; border-radius: 50%;}
.cs-ok__body h3:after {content: ''; display: block; width: 20px; height: 10px; box-sizing: border-box; border-left: solid 3px #fff; border-bottom: solid 3px #fff; position: absolute; left: 50%; margin-left: -10px; top: 12px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.cs-ok__body p {font-size: 14px; color: #999; margin-top: 8px;}
.cs-ok__body a {background: #191F28; color: #fff; width: 120px; height: 40px; margin: 24px auto 0; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 4px; border-radius: 4px;}


