@charset "utf-8";
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@400;500&display=swap');



#hd-bot.fixed {position: static; background: #fff; border-bottom-color: #ddd;}
#hd-bot.fixed .hd-bot__menu ul li a {color: #333;}
#hd-bot.fixed .hd-bot__user li a {color: #333;}

@media all and (max-width: 992px){
	#hd-bot.fixed .hd-bot__menu {position: static; margin: 0 -15px; background: #fff;}
	#hd-bot.fixed .hd-bot__menu ul li a {color: #333;}
}

input {appearance: none; -webkit-appearance: none;}
input[type='checkbox'] {display: inline-block; vertical-align: middle; width: 16px; height: 16px; border: solid 1px #aaa; background: #fff; cursor: pointer; border-radius: 2px; -webkit-border-radius: 2px;}
input[type='checkbox']:checked {background: #fff url('https://img.megastudyth.com/lecture/checked.png')no-repeat 1px 3px / 13px auto; border-color: #0082ff;}
input[type='radio'] {display: inline-block; vertical-align: middle; width: 16px; height: 16px; border: solid 1px #aaa; background: #fff; cursor: pointer; position: relative; border-radius: 50%; -webkit-border-radius: 50%;}
input[type='radio']:checked {border-color: #0082ff;}
input[type='radio']:checked:after {content: ''; display: block; position: absolute; background: #0082ff; left: 3px; right: 3px; top: 3px; bottom: 3px; border-radius: 50%; -webkit-border-radius: 50%;}
input[type='text'] {height: 30px; border: solid 1px #ddd; padding: 0 5px;}
input[type='text'][readonly] {background: #f5f5f5;}
input[type='text'][readonly]:focus {border-color: #ddd !important;}
input[type='number'] {height: 30px; border: solid 1px #ddd; padding: 0 5px;}
input[type='number'][readonly] {background: #f5f5f5;}
input[type='number'][readonly]:focus {border-color: #ddd !important;}
input:focus,
select:focus {border-color: #0082ff !important;}

.list-chk {}
.list-chk:after {content: ''; display: table; clear: both;}
.list-chk li {margin-right: 20px; float: left; padding: 2px 0;}
.list-chk li:last-child {margin-right: 0;}
.list-chk li input {display: inline-block; vertical-align: top;}
.list-chk li input + label {display: inline; vertical-align: top; margin-left: 5px; cursor: pointer;}




/* CBT공통 */
#cbt {position: relative; padding-left: 240px; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s;}
#cbt * {box-sizing: border-box;}
#cbt.cbt-intro {}
#cbt.cbt-result {}
#cbt.cbt-review {}
#cbt #ft {margin-top: 120px;}
#cbt.mypage {padding-left: 0;}
#cbt.mypage #gnb {display: none;}
#cbt.mypage #wrap {padding-top: 0;}

.cbt-inner {width: 100%; max-width: 1240px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s;}

#cbt-left {position: absolute; left: 0; top: 0; bottom: 0; background: #fff; width: 240px; border-right: solid 1px #ddd; z-index: 105;}

.cbt-left--title {text-align: center; background: #ece8d2; padding: 40px 0; position: relative;}
.cbt-left--title h5 {font-size: 24px; line-height: 1.2; font-weight: 600; color: #333;}
.cbt-left--title h5 span {display: inline-block; color: #6e5a29; border: solid 1px #6e5a29; height: 34px; line-height: 32px; font-size: 20px; padding: 0 20px; margin-bottom: 16px; border-radius: 20px; -webkit-border-radius: 20px;}
.cbt-left--menu {}
.cbt-left--menu li {border-bottom: solid 1px #ddd;}
.cbt-left--menu li a {display: flex; align-items: center; height: 73px; padding: 0 48px 0 20px; font-size: 14px; position: relative; font-weight: 500;}
.cbt-left--menu li a:before {content: ''; display: block; width: 8px; height: 8px; box-sizing: border-box; border-bottom: solid 2px #ddd; border-right: solid 2px #ddd; position: absolute; right: 20px; top: 50%; -webkit-transform: rotate(-45deg) translate(0, -50%); transform: rotate(-45deg) translate(0, -50%);}
.cbt-left--menu li a.disabled {color: #bbb;}
.cbt-left--menu li a.on {color: #fff; background: #61523a;}
.cbt-left--menu li a.on:after {border-color: #fff;}
.cbt-left--toggle {display: none;}
.cbt-left--mo {display: none;}

@keyframes blink-effect {50% {opacity: 0;}}
.cbt-left--menu li a#hot:after {
	content: 'NOW'; display: inline-block; vertical-align: middle; margin-left: 3px; height: 18px; line-height: 18px; font-size: 11px; font-weight: 400; letter-spacing: 0.025em;
	background: #ea2852; color: #fff; padding: 0 5px; -webkit-border-radius: 4px; border-radius: 4px; margin-top: -2px; animation: blink-effect 1s step-end infinite;
}

@media all and (max-width: 1500px){
	.cbt-inner {padding-left: 20px; padding-right: 20px;}
}

@media all and (max-width: 1280px){
	#cbt {padding-left: 0; padding-top: 50px;}
	#cbt.mypage {padding-top: 0;}
	#cbt-left {bottom: auto; background: #fff; width: 100%; border-right: none; -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);}
	#cbt-left:after {content: ''; display: table; clear: both;}
	.cbt-left--title {display: none;}
	.cbt-left--menu {position: absolute; left: 0; right: 0; top: 100%; background: #fff; display: none; border-top: solid 1px #ddd;}
	.cbt-left--menu.on {display: block;}
	.cbt-left--menu li {}
	.cbt-left--menu li a {height: 46px; padding: 0 45px 0 15px;}
	.cbt-left--menu li a br {display: none;}
	.cbt-left--menu li a:before {right: 15px;}
	.cbt-left--toggle {display: block; float: right; width: 50px; height: 50px; text-indent: -9999px; padding: 13px;}
	.cbt-left--toggle span,
	.cbt-left--toggle:before,
	.cbt-left--toggle:after {display: block; width: 100%; height: 2px; background: #272727; -webkit-transition: all 0.3s; transition: all 0.3s;}
	.cbt-left--toggle span {margin: 5px 0;}
	.cbt-left--toggle:before,
	.cbt-left--toggle:after {content: '';}
	.cbt-left--toggle.on span {opacity: 0;}
	.cbt-left--toggle.on:before {margin-bottom: -7px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.cbt-left--toggle.on:after {margin-top: -7px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.cbt-left--mo {display: block; float: left; height: 50px; line-height: 50px; font-size: 16px; padding-left: 15px; font-weight: 500;}
	.cbt-left--mo br {display: none;}
	.cbt-left--mo#hot:after {
		content: 'NOW'; display: inline-block; vertical-align: middle; margin-left: 3px; height: 18px; line-height: 18px; font-size: 11px; font-weight: 400; letter-spacing: 0.025em;
		background: #ea2852; color: #fff; padding: 0 5px; -webkit-border-radius: 4px; border-radius: 4px; margin-top: -2px; animation: blink-effect 1s step-end infinite;
	}
	#cbt #ft {margin-top: 60px;}
}

@media all and (max-width: 1200px){

}
@media all and (max-width: 992px){

}






/* CBT신청하기 */
html.cbt-pop__wrap, body.cbt-pop__wrap {height: 100%;}
.cbt-pop {background: #ece8d2; min-height: 100%; background: url('https://img.megastudyth.com/cbt/2308/top_bg.jpg') no-repeat center center / cover;}
.cbt-pop * {box-sizing: border-box;}
.cbt-pop input[type="radio"],
.cbt-pop input[type="checkbox"],
.cbt-pop select {cursor: pointer; -webkit-appearance: none; appearance: none;}
.cbt-pop select {display: block; width: 100%; height: 30px; border: solid 1px #ddd; padding-left: 5px; background: #fff url('https://img.megastudyth.com/lecture/select_arrow.png')no-repeat right 10px center / 15px auto; padding-right: 35px;}
.cbt-pop input[type="text"] {display: block; width: 100%;}
.cbt-pop__title {text-align: center; position: relative; padding: 40px 30px 30px;}
.cbt-pop__title h5 {font-size: 17px; color: #fff; text-align: center; font-weight: 500;}
.cbt-pop__title h5 strong {color: #fbd836; font-weight: 500;}
.cbt-pop__title h4 {margin-top: 15px;}
.cbt-pop__title h4 img {display: block; margin: 0 auto;}
.cbt-pop__title h3 {margin-top: 10px;}
.cbt-pop__title h3 img {display: block; width: 80%; margin-left: 23%;}

.cbt-pop__cont {padding: 0 30px;}
.cbt-pop__name {background: #754a1e; height: 40px; line-height: 40px; padding: 0 20px; color: #fff; font-size: 18px; -webkit-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;}
.cbt-pop__tb {background: #fff; -webkit-border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px; position: relative;}
.cbt-pop__tb:before {content: ''; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 150px; background: #f5f5f5; -webkit-border-radius: 0px 0px 0px 10px; border-radius: 0px 0px 0px 10px;}
.cbt-pop__tb table {position: relative;}
.cbt-pop__tb th,
.cbt-pop__tb td {border-top: solid 1px #ddd; padding: 10px; font-size: 12px; text-align: left;}
.cbt-pop__tb th {width: 150px; font-weight: 500;}
.cbt-pop__privacy {border: solid 1px rgba(255,255,255,0.3); background: rgba(0,0,0,0.2); height: 80px; overflow-y: auto; font-size: 12px; line-height: 1.4; font-weight: 300; color: rgba(255,255,255,0.5); margin-top: 15px; -webkit-border-radius: 10px; border-radius: 10px;}
.cbt-pop__privacy--inner {padding: 20px;}
.cbt-pop__agree {margin-top: 10px;}
.cbt-pop__agree input[type="checkbox"] {display: inline-block; vertical-align: top; border: none;}
.cbt-pop__agree input[type="checkbox"] + label {display: inline; vertical-align: top; font-size: 13px; cursor: pointer; color: #fff;}
.cbt-pop__submit {padding: 30px 0;}

.cbt-pop__submit button {margin: 0 auto; position: relative; display: flex; align-items: center; padding-left: 32px; padding-right: 120px; height: 58px; background: #945d26; font-size: 20px; color: #fff; -webkit-border-radius: 50px; border-radius: 50px; overflow: hidden; -webkit-box-shadow: 0px 8px 12px 0px rgba(51,51,51,0.04); box-shadow: 0px 8px 12px 0px rgba(51,51,51,0.04);}
.cbt-pop__submit button:before {content: ''; display: block; width: 20px; height: 2px; background: #fff; position: absolute; right: 32px; top: 50%; margin-top: -1px;}
.cbt-pop__submit button:after {content: ''; display: block; width: 8px; height: 2px; margin-top: -4px; background: #fff; position: absolute; right: 32px; top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg);}



.cbt-pop__birth {display: flex;}
.cbt-pop__birth li {flex: auto;}
.cbt-pop__birth li:nth-child(2n) {line-height: 30px; padding-left: 10px;}
.cbt-pop__high {position: relative;}
.cbt-pop__high > div {position: absolute; left: 0; right: 0; top: 100%; background: #fff; z-index: 1;}
.cbt-pop__high > div ul {border: solid 1px #ddd; border-top: none; max-height: 300px; overflow-y: auto;}
.cbt-pop__high > div ul li {padding: 10px;}
.cbt-pop__high > div ul li.on {background: #daedff;}

@media all and (max-width: 480px){
	.cbt-pop {height: auto;}
	.cbt-pop__title {padding: 60px 0 30px;}
	.cbt-pop__title span {font-size: 18px;}
	.cbt-pop__title h3 {font-size: 36px;}
	.cbt-pop__title h3 b {display: block; font-size: 60px;}
	.cbt-pop__tb:before {width: 90px;}
	.cbt-pop__tb th {width: 90px;}
	.cbt-pop__submit button {width: 200px; height: 50px; line-height: 50px; font-size: 24px;}
	.cbt-pop__birth {display: block;}
	.cbt-pop__birth:after {content: ''; display: table; clear: both;}
	.cbt-pop__birth li {width: 50%; float: left; margin-bottom: 5px;}
}






/* 응시하기 */
.cbt-apply {padding-top: 120px; padding-bottom: 180px; position: relative; background: #0f4138;}

.cbt-apply__title {text-align: center;}
.cbt-apply__title h5 {font-size: 24px; color: #fff; text-align: center; font-weight: 500;}
.cbt-apply__title h5 strong {color: #fbd836; font-weight: 500;}
.cbt-apply__title h4 {color: #ffe99d; font-size: 70px; letter-spacing: -0.05em; margin-top: 30px; text-shadow: 1px 1px 4px rgba(0,0,0,0.3);}
.cbt-apply__title h3 {color: #fff; font-size: 90px; margin-top: 15px; letter-spacing: -0.05em; text-shadow: 1px 1px 4px rgba(0,0,0,0.3);}
.cbt-apply__title.result h3 {}

.cbt-apply__paper {background: #fff; padding: 90px 60px; margin-top: 40px;}
.cbt-apply__paper:after {content: ''; display: block; margin: 60px auto 0; text-indent: -9999px; height: 34px; filter: grayscale(1); opacity: 0.2; background: url(https://img.megastudyth.com/common/gnb_logo.png)no-repeat center center / auto 100%;}

.cbt-apply__info h4 {margin-bottom: 30px; font-size: 30px; font-weight: 700; color: #61523a; text-align: center;}
/* .cbt-apply__info table {border-left: solid 2px #fff; border-right: solid 2px #fff;} */
.cbt-apply__info th,
.cbt-apply__info td {border: solid 1px #ddd; padding: 15px; text-align: center; font-size: 14px;}
.cbt-apply__info th {background: #f2f2f2; font-weight: 500;}
.cbt-apply__info td.tal {text-align: left;}

.cbt-apply__tab {margin-top: 30px;}
.cbt-apply__tab:after {content: ''; display: table; clear: both;}
.cbt-apply__tab li {float: left; width: 100%;}
.cbt-apply__tab li:first-child:nth-last-child(2),
.cbt-apply__tab li:first-child:nth-last-child(2) ~ li {width: 50%;}
.cbt-apply__tab li:first-child:nth-last-child(3),
.cbt-apply__tab li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.cbt-apply__tab li:first-child:nth-last-child(4),
.cbt-apply__tab li:first-child:nth-last-child(4) ~ li {width: 25%;}
.cbt-apply__tab li:first-child:nth-last-child(5),
.cbt-apply__tab li:first-child:nth-last-child(5) ~ li {width: 20%;}
.cbt-apply__tab li:first-child:nth-last-child(6),
.cbt-apply__tab li:first-child:nth-last-child(6) ~ li {width: 16.6666%;}
.cbt-apply__tab li:first-child:nth-last-child(7),
.cbt-apply__tab li:first-child:nth-last-child(7) ~ li {width: 14.2857%;}
.cbt-apply__tab li:first-child:nth-last-child(8),
.cbt-apply__tab li:first-child:nth-last-child(8) ~ li {width: 12.5%;}
.cbt-apply__tab li a {display: block; height: 50px; line-height: 48px; text-align: center; background: #fff; border: solid 1px #ddd; margin-right: -1px}
.cbt-apply__tab li a.on {background: #0082ff; border-color: #0082ff; position: relative; z-index: 1; color: #fff;}

.cbt-apply__cont {margin-top: 60px;}
.cbt-apply__cont thead th {background: #754a1e; color: #fff; font-weight: 500; padding: 10px; border-top: solid 1px #000; border-bottom: solid 1px #000;}
.cbt-apply__cont tbody th,
.cbt-apply__cont tbody td {padding: 15px; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;}
.cbt-apply__cont tbody th {background: #f2f2f2; text-align: left; font-weight: 500;}
.cbt-apply__cont tbody td {text-align: center;}

.cbt-score {margin-top: 60px;}
.cbt-score h4 {margin-bottom: 30px; font-size: 30px; font-weight: 700; color: #61523a; text-align: center;}
.cbt-score__tab {display: flex; align-items: center; justify-content: center; width: 480px; margin: 30px auto;}
.cbt-score__tab li {width: 33.33%;}
.cbt-score__tab li a {padding: 0 16px; display: flex; align-items: center; justify-content: center; text-align: center; border: solid 1px #ddd; height: 50px; margin-right: -1px;}
.cbt-score__tab li a.on {border-color: #0f4138; background: #0f4138; color: #fff;}
.cbt-score__info {margin-bottom: 30px;}
.cbt-score__info table {table-layout: fixed;}

.cbt-score__table th,
.cbt-score__table td {border: solid 1px #ddd; text-align: center;}
.cbt-score__table thead th {padding: 5px; background: #f5f5f5; font-size: 11px;}
.cbt-score__table td {font-size: 13px; padding: 10px 5px;}
.cbt-score__table tbody th {background: #fdfcf7; font-weight: 400;}
.cbt-score__table tr.loser th,
.cbt-score__table tr.loser td {background: #fdecec;}
.cbt-score__none {display: flex; align-items: center; justify-content: center; height: 100px; font-size: 16px; background: #f5f5f5; color: #ea2852; border: solid 1px #ddd;}
.cbt-score__layout {display: flex; margin: 0 -5px; justify-content: space-between;}
.cbt-score__layout > div {padding: 0 5px;}


.cbt-apply__down {display: inline-block; text-indent: -9999px; width: 30px; height: 30px; background: url('https://img.megastudyth.com/cbt/2211/ico_download.png') no-repeat center center / 15px auto;}
.cbt-apply__btn {display: inline-block; height: 40px; line-height: 40px; padding: 0 20px; color: #fff; font-weight: 500; -webkit-border-radius: 20px; border-radius: 20px;}
.cbt-apply__btn.blu {background: #61523a; color: #fff;}
.cbt-apply__btn.gry {background: #ccc;}

.cbt-apply__caution {margin-top: 15px;}
.cbt-apply__caution li {font-size: 14px; font-weight: 300; margin-bottom: 7px; position: relative; padding-left: 15px; line-height: 1.2;}
.cbt-apply__caution li:before {content: '※'; position: absolute; left: 0; top: 0;}
.cbt-apply__caution li:last-child {margin-bottom: 0;}

.cbt-apply__desc {margin-top: 60px; border: solid 1px #ddd; padding: 40px 30px; background: #f5f5f5;}
.cbt-apply__desc h4 {margin-bottom: 30px; font-size: 24px; font-weight: 700; color: #444; text-align: center;}
.cbt-apply__desc > ul {padding-left: 10px;}
.cbt-apply__desc > ul > li {list-style: decimal; margin-bottom: 30px;}
.cbt-apply__desc > ul > li:last-child {margin-bottom: 0;}
.cbt-apply__desc > ul > li > h5 {display: block; font-size: 16px;}
.cbt-apply__desc > ul > li > ul {padding-left: 10px; margin-top: 10px;}
.cbt-apply__desc > ul > li > ul > li {position: relative; padding-left: 8px; font-size: 14px; font-weight: 300; margin-bottom: 7px; line-height: 1.2;}
.cbt-apply__desc > ul > li > ul > li:last-child {margin-bottom: 0;}
.cbt-apply__desc > ul > li > ul > li:before {content: ''; display: block; width: 3px; height: 3px; background: #333; position: absolute; left: 0; top: 5px; -webkit-border-radius: 50%; border-radius: 50%;}


@media all and (max-width: 992px){
	.cbt-apply {padding-top: 80px; padding-bottom: 80px; background-size: cover;}
	.cbt-apply__title h5 {font-size: 20px;}
	.cbt-apply__title h4 {font-size: 50px; margin-top: 20px;}
	.cbt-apply__title h3 {font-size: 70px;}
	.cbt-apply__title.result h3 {font-size: 60px;}
	.cbt-apply__paper {padding: 60px 30px;}
}



@media all and (max-width: 768px){
	.cbt-apply {padding-top: 60px; padding-bottom: 60px;}
	.cbt-apply__title h5 {font-size: 14px;}
	.cbt-apply__title h4 {font-size: 36px; margin-top: 10px;}
	.cbt-apply__title h3 {font-size: 50px;}
	.cbt-apply__title.result h3 {font-size: 24px;}

	.cbt-apply__paper {padding: 40px 20px; margin-top: 20px;}
	.cbt-apply__paper:after {height: 26px; margin: 30px auto 0;}

	.cbt-apply__info h4 {margin-bottom: 20px; font-size: 20px;}
	.cbt-apply__info table,
	.cbt-apply__info tbody,
	.cbt-apply__info tr,
	.cbt-apply__info th,
	.cbt-apply__info td {display: block; width: 100%;}
	.cbt-apply__info tr {border: solid 1px #ddd; border-top: none; margin-bottom: -1px;}
	.cbt-apply__info th,
	.cbt-apply__info td {border: none; padding: 0; text-align: left; font-size: 14px; padding: 0 15px;}
	.cbt-apply__info th {background: none; border-top: solid 1px #ddd; font-size: 16px; font-weight: 600; padding-top: 10px;}
	.cbt-apply__info td {font-size: 13px; font-weight: 300; margin-top: 5px; padding-bottom: 10px;}


	.cbt-score h4 {margin-bottom: 10px; font-size: 20px;}
	.cbt-score__tab {width: 100%; margin: 20px auto;}
	.cbt-score__tab li a {height: 44px; font-size: 12px;}
	.cbt-score__table {}
	.cbt-score__table th,
	.cbt-score__table td {border: solid 1px #ddd; text-align: center;}
	.cbt-score__table th:after,
	.cbt-score__table td:after {content: ''; display: block; background: #ddd; position: absolute; top: -1px; bottom: -1px; right: -1px; width: 1px;}
	.cbt-score__table th {padding: 5px; background: #f5f5f5; font-size: 11px;}
	.cbt-score__table td {font-size: 12px; padding: 10px 5px;}

	.cbt-score__layout {margin: 0; display: block;}
	.cbt-score__layout > div {width: 100% !important; margin-bottom: -1px;}
	.cbt-score__layout > div thead {display: none;}
	.cbt-score__layout > div:first-child thead {display: table-header-group;}

	.cbt-apply__cont {margin-top: 40px;}
	.cbt-apply__cont thead {display: none;}
	.cbt-apply__cont table,
	.cbt-apply__cont tbody,
	.cbt-apply__cont tr,
	.cbt-apply__cont td {display: block; width: 100%;}
	.cbt-apply__cont tbody tr {border: solid 1px #ddd; margin-bottom: 10px; position: relative; padding: 20px;}
	.cbt-apply__cont tbody tr:last-child {margin-bottom: 0;}
	.cbt-apply__cont tbody td {padding: 2px 0; border-top: none; border-bottom: none; text-align: left; font-size: 16px;}
	.cbt-apply__cont tbody td:before {font-size: 12px; color: #666; font-weight: 300;}
	.cbt-apply__cont tbody td.cbt-apply__cont--course:before {content: 'วิชา : ';}
	.cbt-apply__cont tbody td.cbt-apply__cont--time:before {content: 'เวลาสอบ : ';}
	.cbt-apply__cont tbody td.cbt-apply__cont--num:before {content: 'จำนวนข้อ : ';}
	.cbt-apply__cont tbody td.cbt-apply__cont--down:before {content: 'ดาวน์โหลดข้อสอบ : ';}
	.cbt-apply__cont tbody td.cbt-apply__cont--btn {text-align: center; margin-top: 10px;}
	.cbt-apply__down {display: inline-block; text-indent: -9999px; width: 30px; height: 30px; background: url('https://img.megastudyth.com/cbt/2211/ico_download.png') no-repeat center center / 15px auto;}
	.cbt-apply__caution li {font-size: 13px;}

	.cbt-apply__desc {margin-top: 40px; padding: 30px 20px;}
	.cbt-apply__desc h4 {margin-bottom: 20px; font-size: 18px;}
	.cbt-apply__desc > ul > li {margin-bottom: 20px;}
	.cbt-apply__desc > ul > li > h5 {font-size: 14px;}
	.cbt-apply__desc > ul > li > ul {padding-left: 0;}
	.cbt-apply__desc > ul > li > ul > li {font-size: 13px;}
}





/* CBT소개 */
.cbt-intro__slogan {display: flex; align-items: center; justify-content: center; height: 80px; background: #61523a; color: #fff; font-size: 32px; font-weight: 700;}
.cbt-intro__slogan span {color: #fbd836;}

.cbt-intro01 {padding: 96px 0; position: relative; background: url('https://img.megastudyth.com/cbt/2308/intro_top_bg.jpg') no-repeat center bottom / cover;}
.cbt-intro01 .cbt-inner {position: static;}
.cbt-intro01__title {text-align: center;}
.cbt-intro01__title h5 {font-size: 38px; color: #fbd836; font-weight: 700;}
.cbt-intro01__title h3 {margin-top: 40px;}
.cbt-intro01__title h3 img {display: block; max-width: 80%; margin: 0 auto;}
.cbt-intro01__title p {font-size: 26px; color: #d1cece; margin-top: 32px; line-height: 1.2;}
.cbt-intro01__title p strong {color: #fdf133;}
.cbt-intro01__title p span {font-size: 52px; color: #fff; font-weight: 700;}
.cbt-intro01__btn {margin-top: 16px; text-align: center;}
.cbt-intro01__btn p {font-size: 24px; font-weight: 500; display: inline-block; background: #61523a; color: #fff; padding: 8px 16px; position: relative; -webkit-border-radius: 24px; border-radius: 24px;}
.cbt-intro01__btn p span {color: #FFD84D; font-weight: 600; font-size: 26px;}
.cbt-intro01__btn a,
.cbt-intro01__btn button {width: 320px; height: 68px; margin: 40px auto 0; position: relative; background: #fdf133; color: #222; font-size: 24px; line-height: 1.0; font-weight: 700; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 68px; border-radius: 68px; -webkit-box-shadow: 0px 4px 0px 0px #2b1c06; box-shadow: 0px 4px 0px 0px #2b1c06;}
.cbt-intro01__btn em {display: block; position: absolute; left: 100%; top: 50%; margin-left: -48px; margin-top: -25px; animation: blink-effect 1s step-end infinite;}
.cbt-intro01__btn em:before {content: ''; display: block; width: 90px; height: 71px; background: url('https://img.megastudyth.com/cbt/2308/click.png') no-repeat center bottom / cover;}
.cbt-intro01__btn em:after {content: 'Click!'; display: block; font-style: normal; margin-left: -40px; margin-bottom: -15px; position: absolute; left: 100%; bottom: 100%; white-space: nowrap; color: #fff; font-weight: 800; font-size: 26px; -webkit-text-stroke: 1px #000; text-shadow: 0px 2px 2px rgba(0,0,0,1);}


.cbt-intro01__trophy {display: block; width: 25%; position: absolute; right: 0; bottom: 0;}
.cbt-intro01__badge {position: absolute; left: 96px; bottom: 96px; width: 200px; height: 200px; text-align: center; background: #61523a; -webkit-box-shadow: 0px 4px 0px 0px #2b1c06; box-shadow: 0px 4px 0px 0px #2b1c06; color: #fff; -webkit-border-radius: 50%; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.cbt-intro01__badge h5 {font-size: 24px; position: relative;}
.cbt-intro01__badge p {font-size: 16px; margin-top: 8px; color: #c1b197;}
.cbt-intro01__badge u {text-decoration: none; position: absolute; font-style: normal; left: 100%; bottom: 100%; margin-left: -32px; margin-bottom: -2px; background: #FF842B; color: #fff; font-size: 16px; padding: 0 12px; display: flex; align-items: center; justify-content: center; white-space: nowrap; height: 32px; font-weight: 300; -webkit-border-radius: 20px; border-radius: 20px; animation: blink-free 1s step-end infinite;}
.cbt-intro01__badge u:after {content: ''; display: block; position: absolute; left: 50%; margin-left: -8px; top: 100%; width: 0; height: 0; border-style: solid; border-width: 6px 6px 0 0; border-color: #ff832b transparent transparent transparent;}
	

.cbt-intro02 {padding-top: 80px; padding-bottom: 100px;}
.cbt-intro02__title {text-align: center; font-size: 32px; color: #999;}
.cbt-intro02__title strong {font-size: 40px; display: block; margin-top: 10px; color: #333;}
.cbt-intro02__title span {color: #ff720b;}
.cbt-intro02__list {width: 100%; max-width: 800px; margin: 0 auto;}
.cbt-intro02__list > li {margin-bottom: 10px;}
.cbt-intro02__list > li:last-child {margin-bottom: 0;}
.cbt-intro02__list > li:nth-child(odd) {background: #f6f3ee;}
.cbt-intro02__list > li:nth-child(even) {background: #e9dad3;}
.cbt-intro02__list dl {display: flex; align-items: center;}
.cbt-intro02__list dt {flex-shrink: 0; padding: 0 16px;}
.cbt-intro02__list dt img {display: block; width: 160px;}
.cbt-intro02__list dd {flex-grow: 1;}
.cbt-intro02__list dd h5 {font-size: 24px; font-weight: 700; color: #333;}
.cbt-intro02__list dd p {font-size: 20px; color: #676767; margin-top: 16px; line-height: 1.2;}
.cbt-intro02__list dd:last-child {padding: 32px; padding-left: 0;}
.cbt-intro02__list dd:last-child ul {display: flex; margin: 0 -4px; padding-top: 8px;}
.cbt-intro02__list dd:last-child ul li {width: 33.3333%; padding: 0 4px;}


.cbt-intro03 {position: relative;}
.cbt-intro03__title {background: #f2f6db; padding-top: 40px; padding-bottom: 30px; text-align: center; font-weight: 500; color: #333; font-size: 40px;}
.cbt-intro03__title strong {display: block; font-size: 48px; margin-top: 10px;}
.cbt-intro03__title span {color: #107542;}
.cbt-intro03__title:after {content: ''; display: block; width: 1px; height: 28px; background: #0f4138; margin: 20px auto 0;}
.cbt-intro03__content {position: relative;}
.cbt-intro03__content .cbt-inner {position: static;}
.cbt-intro03__sub {position: relative; text-align: center;}
.cbt-intro03__sub h5 {font-size: 48px; color: #fff; font-weight: 500;}
.cbt-intro03__sub p {font-size: 24px; color: #ccd2d1; margin: 10px 0 60px;}
.cbt-intro03__sub p span {color: #ffd736;}

.cbt-intro03__slider {overflow: hidden; margin: 0 -24px; padding: 0 16px;}
.cbt-intro03__slider .slick-slide {padding: 0 8px;}
.cbt-intro03__slider .slick-arrow {display: block; width: 48px; height: 48px; position: absolute; top: 50%; margin-top: -24px; text-indent: -9999px; z-index: 1; background: rgba(34,34,34,0.5); -webkit-border-radius: 50%; border-radius: 50%;}
.cbt-intro03__slider .slick-prev {left: 0;}
.cbt-intro03__slider .slick-next {right: 0;}
.cbt-intro03__slider .slick-arrow:after {content: ''; display: block; width: 10px; height: 10px; border-right: solid 2px #fff; border-bottom: solid 2px #fff; position: absolute; top: 50%; left: 50%; margin-top: -5px; box-sizing: border-box;}
.cbt-intro03__slider .slick-prev:after {-webkit-transform: rotate(135deg); transform: rotate(135deg); margin-left: -3px;}
.cbt-intro03__slider .slick-next:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin-left: -7px;}
.cbt-intro03__slider .slick-dots {display: flex; align-items: center; justify-content: center; margin-top: 16px;}
.cbt-intro03__slider .slick-dots li {margin: 0 4px;}
.cbt-intro03__slider .slick-dots li button {display: block; width: 8px; height: 8px; background: #eee; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%;}
.cbt-intro03__slider .slick-dots li.slick-active button {background: #0082FF;}

.cbt-intro03__accept {padding: 80px 0 100px; background: url('https://img.megastudyth.com/cbt/2308/accept_bg.jpg') no-repeat center center / cover;}
.cbt-intro03__list {}
.cbt-intro03__list li {display: flex; justify-content: space-between; color: #fff; padding: 10px;}
.cbt-intro03__list li:last-child {border-bottom: none;}

.cbt-intro03__wars {position: relative; height: 300px;}
.cbt-intro03__move {position: absolute; bottom: 0; left: 50%; height: 160rem; font-weight: bold; font-size: 4.5rem; width: 100%; overflow: hidden;}
.cbt-intro03__list {animation-name: text-move; animation-duration: 60s; animation-timing-function: linear;}
.cbt-intro03__move {transform-origin: 0% 105%; transform: perspective(220px) translateX(-50%) rotateX(25deg);}
.cbt-intro03__list {animation-name: text-move; animation-duration: 60s; animation-timing-function: linear;}

@keyframes text-move {
  from {
    transform: translateY(2500px);
  }
  to {
    transform: translateY(-6000px);
  }
}
.cbt-intro03__review {padding: 80px 0 100px; background: url('https://img.megastudyth.com/cbt/2308/review_bg.jpg') no-repeat center center / cover;}
.cbt-intro03__card {display: flex !important; flex-direction: column; height: 260px; background: #fff;}
.cbt-intro03__card dt {display: flex; flex-shrink: 0; align-items: center; height: 100px; padding: 0 30px; position: relative; border-bottom: solid 1px #ddd;}
.cbt-intro03__card dt:before {content: ''; display: block; width: 40px; height: 1px; background: #fff; position: absolute; right: 0; bottom: -1px;}
.cbt-intro03__card dt:after {content: ''; display: block; width: 7px; height: 7px; background: #ddd; position: absolute; right: 40px; bottom: 0; margin-bottom: -4px; -webkit-border-radius: 50%; border-radius: 50%;}
.cbt-intro03__card dt em {display: block; width: 48px; height: 48px; -webkit-border-radius: 50%; border-radius: 50%;}
.cbt-intro03__card dt span {display: block; font-size: 20px; color: #333; font-weight: 700; margin-left: 10px;}
.cbt-intro03__card dd {flex-grow: 1; padding: 30px;}
.cbt-intro03__card dd p {overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 5.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}


.cbt-intro04 {background: #f6f6f6; padding-bottom: 70px;}
.cbt-intro04__title {padding-top: 70px; padding-bottom: 60px; text-align: center; font-size: 48px; color: #824a1d; font-weight: 700;}
.cbt-intro04__tb {background: #fff; overflow: hidden; -webkit-box-shadow: 0px 8px 12px 0px rgba(51,51,51,0.04); box-shadow: 0px 8px 12px 0px rgba(51,51,51,0.04);}
.cbt-intro04__tb > div {margin: -1px;}
.cbt-intro04__tb table {table-layout: fixed;}
.cbt-intro04__tb th,
.cbt-intro04__tb td {border: solid 1px #dcdcdc; padding: 5px; text-align: center; color: #333; font-size: 14px;}
.cbt-intro04__tb thead th {background: #754a1e; color: #fff; font-weight: 500;}
.cbt-intro04__tb tbody th {font-weight: 500; background: #f1ede8;}
.cbt-intro04__tb tbody td {}
.cbt-intro04__tb tbody td.slash {background: #fffde7;}
.cbt-intro04__desc {margin-top: 16px; display: flex; align-items: center; color: #555;}
.cbt-intro04__desc:before {flex-shrink: 0; content: '!'; display: block; width: 24px; height: 24px; line-height: 28px; text-align: center; background: #754a1e; color: #fff; margin-right: 8px; font-size: 13px; -webkit-border-radius: 50%; border-radius: 50%; font-family: 'GmarketSansBold';}
.cbt-scroll2 {margin: 0 -20px; padding: 0 20px; overflow-x: auto;}
.cbt-scroll2 > div {width: 2000px;}

.cbt-intro05 {padding-top: 80px;}
.cbt-intro05__title {margin-bottom: 24px; text-align: center; font-size: 48px; color: #333; font-weight: 700;}
.cbt-intro05__tab {margin: 0 -10px; display: flex; padding-bottom: 40px;}
.cbt-intro05__tab li {padding: 0 10px; width: 50%;}
.cbt-intro05__tab li button {display: flex; align-items: center; justify-content: center; width: 100%; height: 60px; -webkit-border-radius: 12px 12px 0 0; border-radius: 12px 12px 0 0; background: #e4ddd0; color: #c1b49d; font-size: 24px;}
.cbt-intro05__tab li button.active {color: #754a1e; border: solid 1px #754a1e; font-weight: 700;}
.cbt-intro05__cont {display: none; position: relative;}
#cbt-intro05__cont01:before {content: ''; display: none; width: 160px; height: 65px; position: absolute; left: -32px; top: -32px; z-index: 1; animation: blink-bg 1s step-end infinite; background: url('https://img.megastudyth.com/cbt/2308/table_bubble.png') no-repeat center center / cover;}
.cbt-intro05__tb {overflow: hidden;}
.cbt-intro05__tb > div {margin: -10px; position: relative;}
.cbt-intro05__tb table {border-collapse: separate; border-spacing: 10px;}
.cbt-intro05__tb th,
.cbt-intro05__tb td {padding: 15px 10px; text-align: center; font-size: 14px; -webkit-box-shadow: 0px 8px 12px 0px rgba(51,51,51,0.04); box-shadow: 0px 8px 12px 0px rgba(51,51,51,0.04);}
.cbt-intro05__tb thead th {background: #754a1e; color: #fff; font-weight: 500; -webkit-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;}
.cbt-intro05__tb thead th.ppl {background: #7027cb;}
.cbt-intro05__tb thead th.grn {background: #107542;}
.cbt-intro05__tb thead th.pnk {background: #ef335f;}
.cbt-intro05__tb tbody th {background: #754a1e; color: #fff; font-weight: 500; -webkit-border-radius: 10px; border-radius: 10px;}
.cbt-intro05__tb tbody td {-webkit-border-radius: 10px; border-radius: 10px; background: #fff; border: solid 1px #ddd;}
.cbt-intro05__tb tbody td.tal {text-align: left;}
.cbt-intro05__tb tbody td.ppl {background: #e4deed;}
.cbt-intro05__tb tbody td.grn {background: #e0f0dd;}
.cbt-intro05__tb tbody td.pnk {background: #f3d8df;}
.cbt-intro05__tb tbody th.point,
.cbt-intro05__tb tbody td.point {border: solid 1px #39210a; font-weight: 500; font-size: 15px; animation: blink-bg 1s step-end infinite;}
.cbt-intro05__btn {margin-top: 40px;}
.cbt-intro05__btn a {width: 288px; height: 68px; font-size: 28px; font-weight: 600; margin: 0 auto; background: #754a1e; color: #fff; display: flex; align-items: center; justify-content: center;  -webkit-border-radius: 40px; border-radius: 40px;}
@keyframes blink-bg {50% {opacity: 0;}}

.cbt-intro06 {background: #3e2517; padding: 80px 0;}
.cbt-intro06__title {text-align: center;}
.cbt-intro06__title h3 {font-size: 48px; color: #fff; font-weight: 700;}
.cbt-intro06__title p {font-size: 20px; color: #b89988; margin-top: 16px; line-height: 1.4;}
.cbt-intro06__list {margin: -10px; display: flex; flex-wrap: wrap;}
.cbt-intro06__list li {padding: 10px; width: 50%;}
.cbt-intro06__list li dl {background: #f0e5de; padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; -webkit-border-radius: 16px; border-radius: 16px;}
.cbt-intro06__list li dl dt {position: relative; padding-right: 120px;}
.cbt-intro06__list li dl dd {margin-top: 48px; display: flex; justify-content: flex-end;}
.cbt-intro06__list li h5 {font-size: 24px; color: #ff5f04; font-weight: 700;}
.cbt-intro06__list li p {font-size: 16px; color: #555; margin-top: 8px; line-height: 1.4;}
.cbt-intro06__list li a {width: 140px; height: 48px; background: #333; color: #fff; font-size: 20px; font-weight: 500; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 8px; border-radius: 8px;}
.cbt-intro06__list li a em {display: block; width: 12px; height: 12px; position: relative; margin-left: 8px;}
.cbt-intro06__list li a em:before,
.cbt-intro06__list li a em:after {content: ''; display: block; background: #fff; position: absolute; left: 50%; top: 50%;}
.cbt-intro06__list li a em:before {width: 12px; height: 2px; margin-left: -6px; margin-top: -1px;}
.cbt-intro06__list li a em:after {width: 2px; height: 12px; margin-left: -1px; margin-top: -6px;}
.cbt-intro06__list li dl dt:after {content: ''; display: block; width: 100px; height: 120px; position: absolute; top: -16px; right: 0;}
.cbt-intro06__list li:nth-child(1) dl dt:after {background: url('https://img.megastudyth.com/cbt/2308/cbt-intro06__icon_1.png') no-repeat center center / cover;}
.cbt-intro06__list li:nth-child(2) dl dt:after {background: url('https://img.megastudyth.com/cbt/2308/cbt-intro06__icon_2.png') no-repeat center center / cover;}
.cbt-intro06__list li:nth-child(3) dl dt:after {background: url('https://img.megastudyth.com/cbt/2308/cbt-intro06__icon_3.png') no-repeat center center / cover;}
.cbt-intro06__list li:nth-child(4) dl dt:after {background: url('https://img.megastudyth.com/cbt/2308/cbt-intro06__icon_4.png') no-repeat center center / cover;}

.cbt-intro07 {padding-top: 80px; padding-bottom: 100px;}
.cbt-intro07__title {font-size: 48px; font-weight: 700; text-align: center;}
.cbt-intro07__sub {margin-top: 40px; height: 66px; background: #27205f; color: #fff; font-size: 40px; font-weight: 700; margin-left: 40px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 12px 12px 0 0; border-radius: 12px 12px 0 0; white-space: nowrap;}
.cbt-intro07__box {background: #f2f2f2; padding: 56px 40px; border: solid 1px #ddd; -webkit-border-radius: 12px; border-radius: 12px;}
.cbt-intro07__box.bdbn {border-bottom: none; -webkit-border-radius:  12px 12px 0 0; border-radius: 12px 12px 0 0;}
.cbt-intro07__group {}
.cbt-intro07__group + .cbt-intro07__group {margin-top: 56px;}
.cbt-intro07__top {margin-bottom: 24px; display: flex; justify-content: space-between; align-items: center;}
.cbt-intro07__top dt {display: flex; align-items: center; position: relative;}
.cbt-intro07__top dt h5 {font-size: 28px; font-weight: 700; position: relative;}
.cbt-intro07__top dt h5 u {display: inline-block; position: relative; text-decoration: none;}
.cbt-intro07__top dt h5 em {font-style: normal; display: block; font-size: 18px; color: #666; font-weight: 400; margin-top: 4px;}
.cbt-intro07__top dt span {width: 102px; height: 40px; margin-right: 12px; background: #ddd; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.cbt-intro07__top dt span:before {content: ''; display: block; width: 16px; height: 16px; margin-right: 6px; background: url('https://img.megastudyth.com/cbt/2308/intro_check_date.png') no-repeat center center / cover;}
.cbt-intro07__top dt p {}
.cbt-intro07__top dt i {font-style: normal; color: #fff; font-weight: 400; position: absolute; top: 50%; margin-top: -12px; left: 100%; margin-left: 12px; background: #ffad46; font-size: 12px; white-space: nowrap; line-height: 24px; padding: 0 8px; -webkit-border-radius: 4px; border-radius: 4px; animation: blink-effect 1s step-end infinite;}
.cbt-intro07__top dt i:after {content: ''; display: block; position: absolute; top: 50%; margin-top: -4px; right: 100%; width: 0px; height: 0px; border-style: solid; border-width: 4px 8px 4px 0; border-color: transparent #ffad46 transparent transparent; transform: rotate(0deg);}
.cbt-intro07__top dt u {text-decoration: none; position: absolute; font-style: normal; left: 100%; top: 50%; margin-top: -16px; margin-left: 8px; background: #FF842B; color: #fff; font-size: 16px; padding: 0 12px; display: flex; align-items: center; justify-content: center; white-space: nowrap; height: 32px; font-weight: 300; -webkit-border-radius: 20px; border-radius: 20px; animation: blink-free 1s step-end infinite;}
.cbt-intro07__top dt u:after {content: ''; display: block; position: absolute; right: 100%; top: 50%; margin-top: -3px; width: 0px; height: 0px; border-style: solid; border-width: 3px 6px 3px 0; border-color: transparent #FF842B transparent transparent; transform: rotate(0deg);}
	

.cbt-intro07__top dd {display: flex; align-items: center;}
.cbt-intro07__top dd span {font-size: 14px; margin-right: 8px;}
.cbt-intro07__top dd a {display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 20px; border: solid 1px #1f54ff; color: #1f54ff; background: #fff; font-size: 20px; font-weight: 500; -webkit-border-radius: 20px; border-radius: 20px;}
.cbt-intro07__top dd a.arrow:after {content: ''; display: block; margin-left: 10px; width: 20px; height: 9px; background: url('https://img.megastudyth.com/cbt/2308/intro_check_arrow.png') no-repeat center center / cover;}
.cbt-intro07__top dd a.map:after {content: ''; display: block; margin-left: 10px; width: 15px; height: 20px; background: url('https://img.megastudyth.com/cbt/2308/intro_check_map.png') no-repeat center center / cover;}
.cbt-intro07__top dd a u {text-decoration: auto;}

.cbt-intro07__list {display: flex; flex-wrap: wrap; margin: -10px;}
.cbt-intro07__list > div {width: 33.3333%; padding: 10px;}
.cbt-intro07__list.col2 > div {width: 50%;}
.cbt-intro07__list input[type="checkbox"] {display: none;}
.cbt-intro07__item {cursor: pointer; display: block; position: relative; height: 100%;}
.cbt-intro07__item dl {height: 100%; display: flex; flex-direction: column;}
.cbt-intro07__item dl dt {flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; position: relative; background: #d6defa; padding: 24px; -webkit-border-radius: 16px 16px 0 0; border-radius: 16px 16px 0 0;}
.cbt-intro07__item dl dt:before {content: ''; display: block; position: absolute; left: 24px; right: 24px; top: 50%; margin-top: -1px; border-bottom: dotted 2px #b7c8e1;}
.cbt-intro07__item dl dt h5 {font-size: 28px; font-weight: 700; display: flex; align-items: center; position: relative; padding-right: 16px; background: #d6defa;}
.cbt-intro07__item dl dt h5:before {content: ''; display: block; width: 32px; height: 32px; background: #fff; border: solid 1px #ddd; margin-right: 10px; -webkit-border-radius: 4px; border-radius: 4px;}
.cbt-intro07__item dl dt p {position: relative; padding-left: 16px; background: #d6defa;}
.cbt-intro07__item dl dt p span {display: inline-block; position: relative; color: rgba(51,51,51,0.7); font-weight: 500; padding-left: 8px; padding-right: 24px;}
.cbt-intro07__item dl dt p span:before {content: ''; position: absolute; left: 0; right: 0; top: 50%; margin-top: -1px; height: 2px; background: #eb1414;}
.cbt-intro07__item dl dt p span:after {content: ''; display: block; width: 2px; height: 16px; background: #eb1414; position: absolute; right: 0; top: 0; margin-top: 6px; margin-right: 4px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.cbt-intro07__item dl dt p strong {display: block; color: #eb1414; font-size: 32px; font-weight: 600;}
.cbt-intro07__item dl dd {flex-grow: 1; padding: 25px; background: #fff; border: solid 1px #ddd; margin-top: 2px; -webkit-border-radius: 0 0 16px 16px; border-radius: 0 0 16px 16px;}
.cbt-intro07__item dl dd ul {}
.cbt-intro07__item dl dd ul li {margin-bottom: 20px;}
.cbt-intro07__item dl dd ul li:last-child {margin-bottom: 0;}
.cbt-intro07__item dl dd ul li h5 {font-size: 14px; color: #999; font-weight: 400; display: flex; align-items: center;}
.cbt-intro07__item dl dd ul li h5:before {content: ''; display: block; width: 16px; height: 16px; margin-right: 6px; }
.cbt-intro07__item dl dd ul li h5.time:before {background: url('https://img.megastudyth.com/cbt/2308/intro_check_date.png') no-repeat center center / cover;}
.cbt-intro07__item dl dd ul li h5.date:before {background: url('https://img.megastudyth.com/cbt/2308/intro_check_time.png') no-repeat center center / cover;}
.cbt-intro07__item dl dd ul li h5.addr:before {background: url('https://img.megastudyth.com/cbt/2308/intro_check_addr.png') no-repeat center center / cover;}
.cbt-intro07__item dl dd ul li p {padding-left: 22px; margin-top: 8px; font-weight: 500;}
.cbt-intro07__item dl dd ul li p span.red {color: #eb1414;}
.cbt-intro07__item dl dd ul li p span.blu {color: #1f54ff;}

input[type="checkbox"]:checked + .cbt-intro07__item dl dt {background: #1f54ff;}
input[type="checkbox"]:checked + .cbt-intro07__item dl dt:before {border-bottom-color: #8ca7e2;}
input[type="checkbox"]:checked + .cbt-intro07__item dl dt h5 {color: #fff; background: #1f54ff;}
input[type="checkbox"]:checked + .cbt-intro07__item dl dt h5:before {background: #fff url('https://img.megastudyth.com/cbt/2308/intro_check_check.png') no-repeat center center / 23px auto;}
input[type="checkbox"]:checked + .cbt-intro07__item dl dt p {background: #1f54ff;}
input[type="checkbox"]:checked + .cbt-intro07__item dl dt p span {color: rgba(217,226,237,0.7);}
input[type="checkbox"]:checked + .cbt-intro07__item dl dt p span:before,
input[type="checkbox"]:checked + .cbt-intro07__item dl dt p span:after {background: #fffd33;}
input[type="checkbox"]:checked + .cbt-intro07__item dl dt p strong {color: #fffd33;}
input[type="checkbox"]:checked + .cbt-intro07__item dl dd {border: solid 2px #1f54ff; padding: 24px;}
input[type="checkbox"]:disabled + .cbt-intro07__item dl {opacity: 0.4; -webkit-filter: grayscale(100%);filter: grayscale(100%);}
input[type="checkbox"]:disabled + .cbt-intro07__item:after {
	content: 'เต็มแล้ว'; display: flex; width: 200px; height: 64px; align-items: center; justify-content: center;
	border: solid 6px #eb1414; color: #eb1414; font-weight: 900; font-size: 32px; margin-left: -100px; margin-top: -32px;
	-webkit-border-radius: 12px; border-radius: 12px; position: absolute; left: 50%; top: 50%; transform-origin: center center;
	-webkit-transform: rotate(-30deg); transform: rotate(-30deg); opacity: 0.8;
}



.cbt-intro07__free {display: flex; flex-wrap: wrap; margin: -10px;}
.cbt-intro07__free li {width: 33.3333%; padding: 10px;}
.cbt-intro07__free li input[type="checkbox"] {display: none;}
.cbt-intro07__free li input[type="checkbox"] + label {display: flex; align-items: center; justify-content: space-between; background: #d6defa; padding: 24px; -webkit-border-radius: 16px; border-radius: 16px; cursor: pointer;}
.cbt-intro07__free li input[type="checkbox"] + label span {display: flex; align-items: center;}
.cbt-intro07__free li input[type="checkbox"] + label span:before {content: ''; display: block; width: 32px; height: 32px; background: #fff; border: solid 1px #ddd; margin-right: 10px; -webkit-border-radius: 4px; border-radius: 4px;}
.cbt-intro07__free li input[type="checkbox"] + label strong {font-size: 24px; font-weight: 700; color: #1f54ff; flex-shrink: 0;}
.cbt-intro07__free li input[type="checkbox"]:checked + label {background: #1f54ff;}
.cbt-intro07__free li input[type="checkbox"]:checked + label span {color: #fff;}
.cbt-intro07__free li input[type="checkbox"]:checked + label span:before {background: #fff url('https://img.megastudyth.com/cbt/2308/intro_check_check.png') no-repeat center center / 23px auto;}
.cbt-intro07__free li input[type="checkbox"]:checked + label strong {color: #fffd33;}

.cbt-intro07__basket {margin-top: 32px;}
.cbt-intro07__basket a {width: 288px; height: 68px; font-size: 28px; font-weight: 600; margin: 0 auto; background: #1f54ff; color: #fff; display: flex; align-items: center; justify-content: center;  -webkit-border-radius: 40px; border-radius: 40px;}

.cbt-intro07__noti {display: flex; align-items: center; justify-content: center; padding: 24px; -webkit-border-radius: 0 0 12px 12px; border-radius: 0 0 12px 12px; background: url('https://img.megastudyth.com/cbt/2308/intro_check_noti.png') no-repeat center center / cover;}
.cbt-intro07__noti > div {display: flex; align-items: center;}
.cbt-intro07__noti > div:before {content: ''; flex-shrink: 0; display: block; width: 108px; height: 104px; margin-right: 32px; background: url('https://img.megastudyth.com/cbt/2308/intro_check_bell.png') no-repeat center center / cover;}
.cbt-intro07__noti dl {}	
.cbt-intro07__noti dl dt {color: rgba(51,51,51,0.7); font-weight: 500;}
.cbt-intro07__noti dl dd {font-size: 24px; font-weight: 700; line-height: 1.2; margin-top: 16px;}

.cbt-intro08 {padding: 80px 0; background: radial-gradient(ellipse at center,  #e0f1f4 0%,#b9d0d4 100%);}
.cbt-intro08__title {text-align: center; color: #333; font-weight: 700; font-size: 48px; position: relative;}
.cbt-intro08__title span {color: #326bf6;}
.cbt-intro08__title:before {content: ''; display: block; height: 72px; margin-bottom: 32px; background: url('https://img.megastudyth.com/cbt/2308/cbt-intro09_title.png') no-repeat center center / auto 100%;}
.cbt-intro08__cont {text-align: center;}
.cbt-intro08__cont img {display: block; max-width: 100%; margin: -5% auto;}
.cbt-intro08__cont span {display: flex; margin: 0 auto; width: 64px; height: 32px; position: relative; background: #b5d9e0; font-size: 18px; font-weight: 700;  align-items: center; justify-content: center; -webkit-border-radius: 32px; border-radius: 32px;}
.cbt-intro08__cont p {font-size: 16px; line-height: 1.4; margin-top: 16px;}
.cbt-intro08__cont a {width: 360px; height: 60px; font-size: 28px; font-weight: 700; background: #ef335f; color: #fff; margin: 24px auto 0; font-weight: 700; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 16px; border-radius: 16px;}

.cbt-intro09 {padding: 40px 0; background: #cce4e8;}
.cbt-intro09__privacy {}
.cbt-intro09__privacy dt {font-size: 16px; font-weight: 500; margin-bottom: 16px;}
.cbt-intro09__privacy dd {margin-bottom: 8px; position: relative; padding-left: 10px; font-size: 14px; color: #555; line-height: 1.4;}
.cbt-intro09__privacy dd:last-child {margin-bottom: 0;}
.cbt-intro09__privacy dd:before {content: ''; display: block; width: 5px; height: 1px; background: #555; position: absolute; left: 0; top: 9px;}

.cbt-sns {padding: 80px 0; background: url('https://img.megastudyth.com/cbt/2308/sns_bg.jpg') no-repeat center center / cover;}
.cbt-sns__title {text-align: center; color: #fff;}
.cbt-sns__title p {font-size: 20px;}
.cbt-sns__title h3 {display: inline-block; position: relative; font-size: 40px; font-weight: 700; margin-top: 16px; line-height: 1.2;}
.cbt-sns__title h3:after {content: ''; display: block; width: 98px; height: 87px; position: absolute; left: 100%; margin-left: 16px; top: 50%; margin-top: -44px; background: url('https://img.megastudyth.com/cbt/2308/sns_smile.png') no-repeat center center / cover;}
.cbt-sns__list {margin-top: 56px; position: relative;}
.cbt-sns__list li {padding-right: 50%;}
.cbt-sns__list li:nth-child(1) {margin-bottom: 80px;}
.cbt-sns__list li:nth-child(2) {position: absolute; top: 50%; left: 50%; padding-right: 0; padding-left: 20px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}
.cbt-sns__list li dl {background: #fff; display: flex; padding: 24px 32px; position: relative; width: calc(100% - 20px);}
.cbt-sns__list li dl dt {flex-shrink: 0;}
.cbt-sns__list li dl dt em {display: block; width: 58px; height: 58px; margin-right: 16px; -webkit-border-radius: 50%; border-radius: 50%;}
.cbt-sns__list li dl dd {flex-grow: 1;}
.cbt-sns__list li dl dd h5 {font-size: 20px; font-weight: 400; color: #999;}
.cbt-sns__list li dl dd p {font-size: 16px; color: #333; margin-top: 8px; line-height: 1.4;}
.cbt-sns__list li dl dd span {display: block; font-size: 16px; color: #22a0ec; margin-top: 24px;}
.cbt-sns__list li dl dd em {display: block; position: absolute; top: 24px; right: 32px; font-size: 16px; color: #e1235f; font-weight: 500; font-style: normal; display: flex; align-items: center;}
.cbt-sns__list li dl dd em:before {content: ''; display: block; width: 19px; height: 16px; margin-right: 4px; background: url('https://img.megastudyth.com/cbt/2308/sns_favorite.png') no-repeat center center / cover;}



@media all and (max-width: 1540px){
	.cbt-intro03__title strong {font-size: 36px;}
	.cbt-intro03__sub h5 {font-size: 22px;}
	.cbt-intro06__list li dl dt {font-size: 28px;}
}

@media all and (max-width: 1280px){
	.cbt-intro__slogan {height: 60px; font-size: 24px;}

	.cbt-intro01 {padding: 80px 0;}


	.cbt-intro01__badge {left: 32px; bottom: 32px; width: 160px; height: 160px;}
	.cbt-intro01__badge h5 {font-size: 20px;}
	.cbt-intro01__badge p {font-size: 14px;}
	.cbt-intro01__badge u {margin-left: -24px;}

	.cbt-intro02__title {font-size: 26px;}
	.cbt-intro02__title strong {font-size: 32px;}
	.cbt-intro03__title {font-size: 26px;}
	.cbt-intro03__title strong {font-size: 28px;}
	.cbt-intro04__title {font-size: 32px;}
	.cbt-intro05__title {font-size: 32px;}
	.cbt-intro05__tab {margin: 0 -5px; padding-bottom: 20px;}
	.cbt-intro05__tab li {padding: 0 5px;}
	.cbt-intro05__tab li button {height: 50px;  font-size: 20px;}
	#cbt-intro05__cont01:before {width: 120px; height: 49px; left: -32px; top: -32px;}

	.cbt-intro05__btn {margin-top: 32px;}
	.cbt-intro05__btn a {width: 216px; height: 48px; font-size: 20px;}

	.cbt-intro06__title h3 {font-size: 34px;}
	.cbt-intro06__title p {font-size: 16px;}
	.cbt-intro06__list {margin: -8px;}
	.cbt-intro06__list li {padding: 8px;}
	.cbt-intro06__list li dl {padding: 24px; -webkit-border-radius: 12px; border-radius: 12px;}
	.cbt-intro06__list li dl dt {padding-right: 96px;}
	.cbt-intro06__list li dl dd {margin-top: 24px;}
	.cbt-intro06__list li h5 {font-size: 18px;}
	.cbt-intro06__list li p {font-size: 14px;}
	.cbt-intro06__list li a {width: 120px; height: 40px; font-size: 14px;}
	.cbt-intro06__list li dl dt:after {width: 80px; height: 96px; top: -8px;}

	.cbt-intro07 {padding-bottom: 80px;}
	.cbt-intro07__title {font-size: 36px;}
	.cbt-intro07__sub {margin-top: 32px; height: 48px; font-size: 24px; margin-left: 24px;}
	.cbt-intro07__box {padding: 32px;}
	.cbt-intro07__group + .cbt-intro07__group {margin-top: 40px;}
	.cbt-intro07__top {margin-bottom: 16px;}
	.cbt-intro07__top dt h5 {font-size: 24px;}
	.cbt-intro07__top dt h5 em {font-size: 16px;}
	.cbt-intro07__top dt span {width: 80px; height: 24px; font-size: 12px;}
	.cbt-intro07__top dt p {font-size: 13px;}
	.cbt-intro07__top dd a {height: 36px; padding: 0 16px; font-size: 14px;}
	.cbt-intro07__list {margin: -5px;}
	.cbt-intro07__list > div {padding: 5px;}
	.cbt-intro07__item dl dt {padding: 16px;}
	.cbt-intro07__item dl dt:before {left: 16px; right: 16px;}
	.cbt-intro07__item dl dt h5 {font-size: 20px; padding-right: 12px;}
	.cbt-intro07__item dl dt h5:before {width: 24px; height: 24px; margin-right: 6px;}
	.cbt-intro07__item dl dt p {padding-left: 12px;}
	.cbt-intro07__item dl dt p span:before {height: 1px;}
	.cbt-intro07__item dl dt p span:after {width: 1px; height: 9px; margin-right: 3px;}
	.cbt-intro07__item dl dt p strong {font-size: 24px;}
	.cbt-intro07__item dl dd {padding: 17px; margin-top: 2px;}
	.cbt-intro07__item dl dd ul li {margin-bottom: 16px;}
	.cbt-intro07__item dl dd ul li h5 {font-size: 13px;}
	.cbt-intro07__item dl dd ul li p {font-size: 13px;}
	input[type="checkbox"]:checked + .cbt-intro07__item dl dt h5:before {background-size: 16px auto !important;}
	input[type="checkbox"]:checked + .cbt-intro07__item dl dd {padding: 16px;}
	.cbt-intro07__free {margin: -5px;}
	.cbt-intro07__free li {padding: 5px;}
	.cbt-intro07__free li input[type="checkbox"] + label {padding: 16px;}
	.cbt-intro07__free li input[type="checkbox"] + label span:before {width: 24px; height: 24px; margin-right: 6px;}
	.cbt-intro07__free li input[type="checkbox"] + label strong {font-size: 16px;}
	.cbt-intro07__free li input[type="checkbox"]:checked + label span:before {background-size: 16px auto !important;}
	.cbt-intro07__basket {margin-top: 24px;}
	.cbt-intro07__basket a {width: 216px; height: 48px; font-size: 20px;}

	.cbt-intro08__title {font-size: 34px;}
	.cbt-intro08__cont a {width: 280px; height: 48px; font-size: 24px;}

	.cbt-sns__title p {font-size: 16px;}
	.cbt-sns__title h3 {font-size: 34px; margin-top: 8px;}
	.cbt-sns__list {margin-top: 40px;}
	.cbt-sns__list li:nth-child(1) {margin-bottom: 40px;}
	.cbt-sns__list li:nth-child(2) {padding-left: 16px;}
	.cbt-sns__list li dl {padding: 24px; width: calc(100% - 16px);}
	.cbt-sns__list li dl dt em {width: 48px; height: 48px; margin-right: 16px;}
	.cbt-sns__list li dl dd h5 {font-size: 16px;}
	.cbt-sns__list li dl dd p {font-size: 14px;}
	.cbt-sns__list li dl dd span {font-size: 14px; margin-top: 16px;}
	.cbt-sns__list li dl dd em {right: 24px; font-size: 14px;}

}

@media all and (max-width: 1200px){

}

@media all and (max-width: 992px){
	.cbt-intro__slogan {height: 50px; font-size: 18px;}

	.cbt-intro01__title h5 {font-size: 24px;}
	.cbt-intro01__title h3 {margin-top: 16px;}
	.cbt-intro01__title p {font-size: 18px; margin-top: 24px;}
	.cbt-intro01__title p span {font-size: 24px;}
	.cbt-intro01__btn {margin-top: 26px;}
	.cbt-intro01__btn p {font-size: 18px;}
	.cbt-intro01__btn p span {font-size: 20px;}
	.cbt-intro01__btn a,
	.cbt-intro01__btn button {width: 200px; height: 48px; margin: 16px auto 0; font-size: 16px;}
	.cbt-intro01__btn em {margin-left: -30px; margin-top: -20px;}
	.cbt-intro01__btn em:before {width: 60px; height: 47px;}
	.cbt-intro01__btn em:after {margin-left: -20px; margin-bottom: -10px; font-size: 18px; -webkit-text-stroke: 0px;}

	.cbt-intro02__title {font-size: 22px;}
	.cbt-intro02__title strong {font-size: 28px;}
	.cbt-intro02__list dt img {width: 140px;}
	.cbt-intro02__list dd h5 {font-size: 20px;}
	.cbt-intro02__list dd p {font-size: 16px;  margin-top: 8px;}
	.cbt-intro03__accept {padding: 60px 0 80px;}
	.cbt-intro03__review {padding: 60px 0 80px;}
	.cbt-intro03__title {font-size: 22px;}
	.cbt-intro03__title strong {font-size: 26px;}
	.cbt-intro03__sub h5 {font-size: 30px;}
	.cbt-intro03__sub p {font-size: 16px;}
	.cbt-intro03__card dd p {font-size: 13px;}
	.cbt-intro03__move {font-size: 2.5rem;}
	.cbt-intro04__title {font-size: 28px;}
	.cbt-scroll2 > div {width: 1800px;}
	.cbt-intro04__tb th,
	.cbt-intro04__tb td {padding: 5px; font-size: 13px;}
	.cbt-intro04__tb thead th {font-size: 13px;}
	.cbt-intro04__desc {margin-top: 14px;}
	.cbt-intro05__title {font-size: 28px;}
	.cbt-intro05__tab {margin: 0 -3px; padding-bottom: 16px;}
	.cbt-intro05__tab li {padding: 0 3px;}
	.cbt-intro05__tab li button {height: 40px; font-size: 16px;}
	.cbt-intro05__tb > div {margin: -5px;}
	.cbt-intro05__tb table {border-spacing: 5px;}
	.cbt-intro05__tb th,
	.cbt-intro05__tb td {padding: 5px; font-size: 13px;}
	.cbt-intro05__tb thead th {-webkit-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px;}
	.cbt-intro05__tb tbody th {-webkit-border-radius: 8px; border-radius: 8px;}
	.cbt-intro05__tb tbody td {-webkit-border-radius: 8px; border-radius: 8px;}
	.cbt-intro05__tb tbody td.tal {padding: 5px;}
	.cbt-intro05__tb tbody th.point,
	.cbt-intro05__tb tbody td.point {font-size: 16px;}
	.cbt-intro05__btn {margin-top: 24px;}
	.cbt-intro05__btn a {width: 160px; height: 40px; font-size: 16px;}

	.cbt-intro06__title h3 {font-size: 26px;}
	.cbt-intro06__title p {font-size: 14px;}
	.cbt-intro06__list {margin: -4px;}
	.cbt-intro06__list li {padding: 4px;}
	.cbt-intro06__list li dl {padding: 24px;}
	.cbt-intro06__list li dl dt {padding-right: 80px;}
	.cbt-intro06__list li dl dd {margin-top: 24px;}
	.cbt-intro06__list li h5 {font-size: 18px;}
	.cbt-intro06__list li p {font-size: 13px;}
	.cbt-intro06__list li a {width: 104px; height: 34px; font-size: 13px;}
	.cbt-intro06__list li a em {width: 9px; height: 9px; margin-top: 1px;}
	.cbt-intro06__list li a em:before {width: 9px; height: 1px; margin-left: -4px; margin-top: 0;}
	.cbt-intro06__list li a em:after {width: 1px; height: 9px; margin-left: 0; margin-top: -4px;}
	.cbt-intro06__list li dl dt:after {width: 64px; height: 77px;}
	
	.cbt-intro07__free li {width: 50%;}
	.cbt-intro07__noti {padding: 16px;}
	.cbt-intro07__noti > div:before {width: 80px; height: 77px; margin-right: 24px;}
	.cbt-intro07__noti dl dd {font-size: 18px; margin-top: 8px;}
	.cbt-intro07__basket a {width: 160px; height: 40px; font-size: 16px;}
	input[type="checkbox"]:disabled + .cbt-intro07__item:after {width: 160px; height: 48px; border-width: 4px; font-size: 24px; margin-left: -80px; margin-top: -24px;}

	.cbt-intro08__title {font-size: 26px;}
	.cbt-intro08__title:before {height: 48px; margin-bottom: 16px;}
	.cbt-intro09__privacy dt {font-size: 15px; margin-bottom: 8px;}
	.cbt-intro09__privacy dd {font-size: 13px; padding-left: 8px; margin-bottom: 4px;}
	.cbt-intro09__privacy dd:before {width: 4px;}

	.cbt-sns__title h3 {font-size: 26px;}
	.cbt-sns__list {margin-top: 32px;}
	.cbt-sns__list li:nth-child(1) {margin-bottom: 16px;}
	.cbt-sns__list li:nth-child(2) {padding-left: 8px;}
	.cbt-sns__list li dl {padding: 24px; width: calc(100% - 8px);}
	.cbt-sns__list li dl dt em {width: 40px; height: 40px; margin-right: 12px;}
	.cbt-sns__list li dl dd h5 {font-size: 14px;}
	.cbt-sns__list li dl dd p {font-size: 13px;}
	.cbt-sns__list li dl dd span {font-size: 13px; margin-top: 12px;}

}

@media all and (max-width: 768px){
	.cbt-scroll {margin: 0 -20px; padding: 0 20px; overflow-x: auto;}
	.cbt-scroll > div {width: 768px;}
	.cbt-intro__slogan {font-size: 14px;}
	
	.cbt-intro01 {padding: 60px 0;}
	.cbt-intro01__title h5 {font-size: 16px;}
	.cbt-intro01__title h3 {margin-top: 8px;}
	.cbt-intro01__title h3 img {max-width: 100%;}
	.cbt-intro01__title p {font-size: 13px; margin-top: 16px;}
	.cbt-intro01__btn {margin-top: 8px;}
	.cbt-intro01__btn p {font-size: 15px;}
	.cbt-intro01__btn p span {font-size: 17px;}

	.cbt-intro01__badge {left: 8px; bottom: 8px; width: 96px; height: 96px;}
	.cbt-intro01__badge h5 {font-size: 13px;}
	.cbt-intro01__badge p {font-size: 10px;}
	.cbt-intro01__badge u {margin-left: -16px; font-size: 12px; padding: 0 8px; height: 24px;}
	.cbt-intro01__badge u:after {margin-left: -4px;}

	.cbt-intro02 {padding-top: 60px; padding-bottom: 60px;}
	.cbt-intro02__title {font-size: 16px;}
	.cbt-intro02__title strong {font-size: 22px;}
	.cbt-intro02__title span {display: block;}
	.cbt-intro02__list dt img {width: 80px;}
	.cbt-intro02__list dd {padding-right: 10px;}
	.cbt-intro02__list dd h5 {font-size: 16px;}
	.cbt-intro02__list dd p {font-size: 13px;}
	.cbt-intro02__list dd:last-child {padding: 16px;}
	.cbt-intro02__list dd:last-child ul {margin: 0 -2px;}
	.cbt-intro02__list dd:last-child ul li {padding: 0 2px;}
	
	.cbt-intro03__accept {padding: 60px 0;}	
	.cbt-intro03__review {padding: 60px 0;}
	.cbt-intro03__title {padding-bottom: 20px; padding-left: 20px; padding-right: 20px; font-size: 16px;}
	.cbt-intro03__title strong {font-size: 22px;}
	.cbt-intro03__title:after {height: 20px; margin: 10px auto 0;}
	.cbt-intro03__sub h5 {font-size: 22px;}
	.cbt-intro03__sub p {margin: 10px 0 20px;}
	.cbt-intro03__accept .cbt-intro03__sub h5 {font-size: 18px;}
	.cbt-intro03__accept .cbt-intro03__sub p {font-size: 13px;}

	.cbt-intro03__slider {margin: 0 -20px; padding: 0;}
	.cbt-intro03__slider .slick-slide {padding: 0 20px;}
	.cbt-intro03__slider .slick-arrow {display: none !important;}
	.cbt-intro03__list {font-size: 12px; height: 200px;}
	.cbt-intro03__card {height: 200px;}
	.cbt-intro03__card dt {height: 60px; padding: 0 15px;}
	.cbt-intro03__card dt em {width: 40px; height: 40px;}
	.cbt-intro03__card dt span {font-size: 16px; margin-left: 10px;}
	.cbt-intro03__card dd {padding: 20px 15px;}
	.cbt-intro03__wars {margin: 0 -60px; height: 260px;}
	.cbt-intro03__move h5,
	.cbt-intro03__move p {font-size: 2.0rem;}

	.cbt-intro04 {padding-bottom: 60px;}
	.cbt-intro04__title {padding-top: 60px; padding-bottom: 30px; font-size: 18px;}
	.cbt-intro04__tb th,
	.cbt-intro04__tb td {font-size: 12px;}
	.cbt-intro04__desc {font-size: 13px;}
	.cbt-intro04__desc:before {width: 20px; height: 20px; line-height: 22px; font-size: 12px;}

	.cbt-intro05 {padding-top: 60px;}
	.cbt-intro05__title {margin-bottom: 12px; font-size: 22px;}
	.cbt-intro05__tab {margin: 0 -2px; padding-bottom: 8px;}
	.cbt-intro05__tab li {padding: 0 2px;}
	.cbt-intro05__tab li button {height: 32px;  font-size: 12px;}
	#cbt-intro05__cont01:before {display: none;}
	.cbt-intro05__tb th,
	.cbt-intro05__tb td {font-size: 12px;}
	.cbt-intro05__tb tbody th.point,
	.cbt-intro05__tb tbody td.point {font-size: 14px;}
	.cbt-intro05__btn a {width: 120px; height: 40px; font-size: 14px;}
	
	.cbt-intro06 {padding: 60px 0;}
	.cbt-intro06__title h3 {font-size: 20px;}
	.cbt-intro06__title p {font-size: 13px; margin-top: 8px;}
	.cbt-intro06__list {margin: 0;}
	.cbt-intro06__list li {width: 100%; padding: 0; margin-bottom: 12px;}
	.cbt-intro06__list li:last-child {margin-bottom: 0;}
	.cbt-intro06__list li dl {padding: 24px 16px;}
	.cbt-intro06__list li dl dt {padding-right: 64px;}
	.cbt-intro06__list li h5 {font-size: 16px;}
	.cbt-intro06__list li a {width: 104px; height: 34px; font-size: 13px;}
	.cbt-intro06__list li a em {width: 9px; height: 9px; margin-top: 1px;}
	.cbt-intro06__list li a em:before {width: 9px; height: 1px; margin-left: -4px; margin-top: 0;}
	.cbt-intro06__list li a em:after {width: 1px; height: 9px; margin-left: 0; margin-top: -4px;}
	.cbt-intro06__list li dl dt:after {width: 56px; height: 67px; margin-top: 8px;}

	
	.cbt-intro07 {padding-top: 60px; padding-bottom: 60px;}
	.cbt-intro07__title {font-size: 24px;}
	.cbt-intro07__sub {margin-top: 24px; height: 32px; font-size: 16px; margin-left: 8px;}

	.cbt-intro07__box {padding: 16px;}
	.cbt-intro07__group + .cbt-intro07__group {margin-top: 32px;}
	.cbt-intro07__top {margin-bottom: 12px;}
	.cbt-intro07__top dt h5 {font-size: 18px;}
	.cbt-intro07__top dt h5 em {font-size: 11px;}
	.cbt-intro07__top dt span {width: 48px; font-size: 11px; margin-right: 4px;}
	.cbt-intro07__top dt span:before {display: none;}
	.cbt-intro07__top dt p {font-size: 11px;}
	.cbt-intro07__top dt i {line-height: 20px; font-size: 11px; margin-top: -10px;}
	.cbt-intro07__top dd a {height: 32px; padding: 0 12px; text-indent: -9999px;}
	.cbt-intro07__top dd a.map:after {margin-left: 0;}
	.cbt-intro07__top dd span {display: none;}
	.cbt-intro07__top dt u {margin-top: -12px; font-size: 12px; height: 24px; padding: 0 8px;}
	



	.cbt-intro07__list {margin: 0;}
	.cbt-intro07__list > div {padding: 0; width: 100% !important; margin-bottom: 12px;}
	.cbt-intro07__list > div:last-child {margin-bottom: 0;}

	.cbt-intro07__item dl dt {padding: 12px;}
	.cbt-intro07__item dl dt:before {left: 12px; right: 12px;}
	.cbt-intro07__item dl dt h5 {font-size: 18px; padding-right: 8px;}
	.cbt-intro07__item dl dt h5:before {width: 20px; height: 20px;}
	.cbt-intro07__item dl dt p {padding-left: 8px;}
	.cbt-intro07__item dl dt p span {padding-left: 4px; padding-right: 16px;}
	.cbt-intro07__item dl dt p strong {font-size: 20px;}
	.cbt-intro07__item dl dd ul li h5 {font-size: 12px;}
	.cbt-intro07__item dl dd ul li p {font-size: 12px;}
	input[type="checkbox"]:checked + .cbt-intro07__item dl dt h5:before {background-size: 14px auto !important;}

	.cbt-intro07__free {margin: 0;}
	.cbt-intro07__free li {padding: 0; width: 100%; margin-bottom: 8px;}
	.cbt-intro07__free li:last-child {margin-bottom: 0;}
	.cbt-intro07__free li input[type="checkbox"] + label {padding: 12px; -webkit-border-radius: 8px; border-radius: 8px;}
	.cbt-intro07__free li input[type="checkbox"] + label span {font-size: 12px;}
	.cbt-intro07__free li input[type="checkbox"] + label span:before {width: 20px; height: 20px;}
	.cbt-intro07__free li input[type="checkbox"] + label strong {font-size: 14px;}
	.cbt-intro07__free li input[type="checkbox"]:checked + label span:before {background-size: 14px auto !important;}
	
	.cbt-intro07__noti {padding: 16px;}
	.cbt-intro07__noti > div:before {width: 56px; height: 54px; margin-right: 16px;}
	.cbt-intro07__noti dl dt {font-size: 11px;}
	.cbt-intro07__noti dl dd {font-size: 11px; margin-top: 4px;}

	.cbt-intro07__basket {margin-top: 16px;}
	.cbt-intro07__basket a {width: 120px; height: 40px; font-size: 14px;}


	.cbt-intro08 {padding: 60px 0;}
	.cbt-intro08__title {font-size: 20px;}
	.cbt-intro08__title span {display: block; font-size: 32px;}
	.cbt-intro08__cont img {margin: 0 auto;}
	.cbt-intro08__cont span {width: 48px; height: 24px; font-size: 13px;}
	.cbt-intro08__cont p {font-size: 13px;}
	.cbt-intro08__cont a {width: 160px; height: 40px; font-size: 20px; -webkit-border-radius: 12px; border-radius: 12px;}

	.cbt-sns {padding: 60px 0;}
	.cbt-sns__title p {font-size: 13px;}
	.cbt-sns__title h3 {font-size: 22px;}
	.cbt-sns__title h3:after {display: none;}
	.cbt-sns__list {margin-top: 32px;}
	.cbt-sns__list li {width: 100%; padding-right: 0;}
	.cbt-sns__list li:nth-child(1) {margin-bottom: 16px;}
	.cbt-sns__list li:nth-child(2) {padding-left: 0; margin-bottom: 16px; position: static; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
	.cbt-sns__list li dl {padding: 24px 24px 24px 16px; width: 100%;}

}








.cbt-apply__paper > .cbt-result__title:first-child {margin-top: 0;}
.cbt-result__title {margin-top: 80px; margin-bottom: 16px; font-weight: 500; font-size: 24px; display: flex;}
.cbt-result__title:before {content: ''; width: 4px; height: 18px; background: #007963; flex-shrink: 0; margin-right: 8px; margin-top: 4px;}
.cbt-result__tb {width: 100%;}
.cbt-result__tb th,
.cbt-result__tb td {border: solid 1px #ddd; padding: 15px; text-align: center; font-size: 14px;}
.cbt-result__tb th {background: #f2f2f2; font-weight: 500;}
.cbt-result__tb th span {font-size: 12px; font-weight: 400; display: block; line-height: 1.1;}
.cbt-result__tb td.tal {text-align: left;}
.cbt-result__info {margin-top: 24px; border: solid 1px #ddd; padding: 30px; background: #f5f5f5;}
.cbt-result__info h5 {margin-bottom: 32px; font-size: 24px; font-weight: 500; color: #444; text-align: center;}
.cbt-result__info span {color: #ff832b; font-weight: 600;}
.cbt-result__info p {display: block; font-size: 18px; margin-top: 32px; font-weight: 500;}
.cbt-result__info h4 + p {margin-top: 0;}
.cbt-result__info ul {margin-top: 15px;}
.cbt-result__info ul > li {position: relative; padding-left: 8px; font-size: 14px; margin-bottom: 7px; line-height: 1.2;}
.cbt-result__info ul > li:last-child {margin-bottom: 0;}
.cbt-result__info ul > li:before {content: ''; display: block; width: 3px; height: 3px; background: #333; position: absolute; left: 0; top: 5px; -webkit-border-radius: 50%; border-radius: 50%;}
.cbt-result__info p:first-child,
.cbt-result__info ul:first-child {margin-top: 0;}
.cbt-result__info em {font-style: normal; background: #fffdb2;}
.cbt-result__score {}
.cbt-result__analytics {display: flex; flex-direction: column;}
.cbt-result__analytics dt {width: 100%; border: solid 1px #ddd; border-bottom: none; padding: 30px;}
.cbt-result__analytics dd {width: 100%; margin-top: 0; order: 1; display: flex; flex-direction: column; justify-content: center;}
.cbt-result__btn {display: flex; margin: 0 -10px; padding-top: 40px;}
.cbt-result__btn li {padding: 0 10px; width: 50%;}
.cbt-result__btn li a {display: flex; flex-direction: column; justify-content: center; height: 108px; padding: 0 32px;}
.cbt-result__btn li:nth-child(1) a {background: #1e7275 url('https://img.megastudyth.com/cbt/2308/result_btn_1.png')no-repeat right 8px center / auto 100%;}
.cbt-result__btn li:nth-child(2) a {background: #1b55d0 url('https://img.megastudyth.com/cbt/2308/result_btn_2.png')no-repeat right 8px center / auto 100%;}
.cbt-result__btn li a p {font-size: 16px;}
.cbt-result__btn li:nth-child(1) p {color: #cedbdc;}
.cbt-result__btn li:nth-child(2) p {color: #cdd2e6;}
.cbt-result__btn li a p span {color: #ffde27;}
.cbt-result__btn li a strong {font-size: 24px; color: #fff; font-weight: 600; display: inline-flex; margin-top: 8px; align-items: flex-end; position: relative;}
.cbt-result__btn li a strong:after {content: ''; display: block; width: 20px; height: 9px; margin-bottom: 4px; margin-left: 4px; background: url('https://img.megastudyth.com/cbt/2308/result_btn_arrow.png')no-repeat center center / cover;}
.cbt-result__view {display: inline-block; width: 40px; height: 40px; background: #eee; text-indent: -9999px; background: url('https://img.megastudyth.com/cbt/2308/result_view.png')no-repeat center center / cover;}
.cbt-result__load {}
.cbt-result__pop {display: none; z-index: 1001; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,18,35,0.4);}
.cbt-result__pop > div {display: flex; width: 100%; height: 100%; box-sizing: border-box; align-items: center; justify-content: center; flex-direction: column; padding: 24px;}
.cbt-result__pop--inner {width: 100%; max-width: 820px; display: flex; flex-direction: column;}
.cbt-result__pop--box {background: #fff; position: relative; overflow: hidden;}
.cbt-result__pop--box:after {content: ''; display: block; position: absolute; left: 50%; top: 50%; width: 300%; height: 500%; margin-left: -150%; margin-top: -150%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); background: url('https://img.megastudyth.com/main/renewal/watermark.png'); opacity: 0.04;}
.cbt-result__pop--box img {}
.cbt-result__pop--close {width: 40px; padding-top: 40px; padding-bottom: 4px; color: #fff; text-align: center; position: relative; align-self: flex-end;}
.cbt-result__pop--close:before,
.cbt-result__pop--close:after {content: ''; display: block; width: 40px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -8px;}
.cbt-result__pop--close:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.cbt-result__pop--close:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}

@media all and (max-width: 1100px){
	.cbt-result__btn {display: block; margin: 0; padding-top: 40px;}
	.cbt-result__btn li {padding: 0; width: 100%; margin-bottom: 16px;}
	.cbt-result__btn li:last-child {margin-bottom: 0;}
}

@media all and (max-width: 768px){
	.cbt-result__title {margin-top: 48px; margin-bottom: 8px; font-size: 18px;}
	.cbt-result__title:before {width: 3px; height: 16px; margin-right: 6px; margin-top: 2px;}
	.cbt-result__tb th,
	.cbt-result__tb td {padding: 5px; font-size: 12px;}
	.cbt-result__tb th span {font-size: 10px;}
	.cbt-result__info {margin-top: 16px; padding: 20px;}
	.cbt-result__info h5 {margin-bottom: 24px; font-size: 18px;}
	.cbt-result__info p {font-size: 15px; margin-top: 20px;}
	.cbt-result__info ul {margin-top: 10px;}
	.cbt-result__info ul > li {padding-left: 8px; font-size: 13px; margin-bottom: 7px; line-height: 1.2;}
	.cbt-result__info ul > li:before {top: 6px; width: 2px; height: 2px;}
	.cbt-result__analytics {display: block;}
	.cbt-result__analytics dt {width: 100%; padding: 30px; border-left: solid 1px #ddd; border-bottom: none;}
	.cbt-result__analytics dt canvas {height: 240px;}
	.cbt-result__analytics dd {width: 100%; margin-top: 0;}
	.cbt-result__btn li {margin-bottom: 8px;}
	.cbt-result__btn li a {height: 108px; padding: 0 16px; height: 88px;}
	.cbt-result__btn li a p {font-size: 12px;}
	.cbt-result__btn li a strong {font-size: 18px; margin-top: 4px;}
	.cbt-result__btn li a strong:after {display: none;}
	.cbt-result__btn li:nth-child(2) strong {text-shadow: -2px -2px 0 #1b55d0, 2px -2px 0 #1b55d0, -2px 2px 0 #1b55d0, 2px 2px 0 #1b55d0;}
	.cbt-result__view {width: 24px; height: 24px;}
}




.right-quick {position: fixed; right: 16px; bottom: 136px; display: flex; flex-direction: column; align-items: flex-end;}
.right-quick li {margin-bottom: 16px;}
.right-quick li:last-child {margin-bottom: 0;}
.right-quick li a {
	width: 104px; height: 104px; text-align: center; display: flex; align-items: center; justify-content: center;
	-webkit-border-radius: 50% 50% 50% 0; border-radius: 50% 50% 50% 0;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.3s; transition: all 0.3s;
}
.right-quick li a:hover {-webkit-border-radius: 50%; border-radius: 50%;}
/* .right-quick li:nth-child(1) a {background: #754a1e; color: #fff;} */
.right-quick li:nth-child(1) a {width: 120px; height: 120px; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%; background: url('https://img.megastudyth.com/cbt/2308/winner.png')no-repeat center center / cover;}
.right-quick li:nth-child(2) a {background: #fff9ce;}


@media all and (max-width: 1280px){
	.right-quick li a {width: 80px; height: 80px; font-size: 14px;}
	.right-quick li:nth-child(1) a {width: 96px; height: 96px;}
}

@media all and (max-width: 992px){
	.right-quick {bottom: 112px;}
	.right-quick li {margin-bottom: 8px;}
}

@media all and (max-width: 768px){
	.right-quick {bottom: 64px; right: 8px;}
	.right-quick li {margin-bottom: 8px;}
	.right-quick li a {width: 56px; height: 56px; font-size: 11px;}
	.right-quick li:nth-child(1) a {width: 64px; height: 64px;}

}





.cbt-intro10 {padding: 80px 0; background: linear-gradient(360deg, rgba(255, 67, 67, 0.4) 0%, rgba(255, 67, 67, 0) 62.59%), linear-gradient(0deg, #FFBA92, #FFBA92);}
.cbt-intro10__title {text-align: center;}
.cbt-intro10__title em {height: 54px; background: #FE6A15; color: #fff; padding: 0 20px; font-size: 28px; font-style: normal; font-weight: 600; -webkit-border-radius: 6px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center;}
.cbt-intro10__title h4 {font-size: 48px; font-weight: 700; margin: 16px 0;}
.cbt-intro10__title p {font-size: 14px; color: rgba(0,0,0,0.5); line-height: 1.4;}
.cbt-intro10__title p br {display: none;}
.cbt-intro10__list {padding-top: 32px; margin: -10px -8px; display: flex; flex-wrap: wrap;}
.cbt-intro10__list > div {padding: 10px 8px; width: 33.3333%;}
.cbt-intro10__item {background: #FFF1E9; cursor: pointer; display: block; padding: 32px; position: relative; height: 100%; -webkit-border-radius: 16px; border-radius: 16px;}
.cbt-intro10__list input[type="checkbox"] {display: none;}
.cbt-intro10__list input[type="checkbox"] + label:before {content: ''; display: block; width: 32px; height: 32px; background: #fff; position: relative; border: solid 1px #ddd; -webkit-border-radius: 4px; border-radius: 4px;}
.cbt-intro10__list input[type="checkbox"]:checked + label:before {background: #fff url('https://img.megastudyth.com/cbt/2308/intro_check_check_org.png') no-repeat center center / 23px auto;}
.cbt-intro10__item h5 {font-size: 20px; font-weight: 600; margin-top: 16px;}
.cbt-intro10__item ul {margin-top: 10px;}
.cbt-intro10__item ul li {font-size: 16px; color: #333; margin-bottom: 6px;}
.cbt-intro10__item ul li:last-child {margin-bottom: 0;}
.cbt-intro10__item dl {position: absolute; right: 32px; bottom: 32px; text-align: center;}
.cbt-intro10__item dl dt {font-size: 20px; color: #DECCC2; font-weight: 300; position: relative; display: inline-block; padding: 0 12px 0 8px;}
.cbt-intro10__item dl dt:before {content: ''; display: block; background: #FE6A15; height: 1px; position: absolute; left: 0; right: 0; top: 50%;}
.cbt-intro10__item dl dt:after {content: ''; display: block; background: #FE6A15; width: 12px; height: 1px; position: absolute; right: 0; top: 50%; transform-origin: right center; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.cbt-intro10__item dl dd {font-size: 32px; color: #FE6A15; font-weight: 700;}
.cbt-intro07__basket.bk a {background: #000;}

.cbt-intro11 {padding: 80px 0 0; background: radial-gradient(48.2% 48.2% at 49.97% 48.64%, #FFFFFF 0%, #BBE1E7 100%);}
.cbt-intro11__title {text-align: center;}
.cbt-intro11__title em {height: 54px; background: #316AF6; color: #fff; padding: 0 20px; font-size: 28px; font-style: normal; font-weight: 600; -webkit-border-radius: 6px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center;}
.cbt-intro11__title h4 {font-size: 48px; font-weight: 700; margin: 16px 0;}
.cbt-intro11__title h6 {font-size: 20px; line-height: 1.4;}
.cbt-intro11__title p {margin-top: 16px; font-size: 14px; color: rgba(0,0,0,0.5);}
.cbt-intro11__gift {margin-top: 60px; display: flex; align-items: center;}
.cbt-intro11__gift img {width: 60%; margin-right: -10%; position: relative; z-index: 1;}
.cbt-intro11__gift dl {width: 50%; padding: 60px 60px 60px 10%; -webkit-border-radius: 16px; border-radius: 16px; background: linear-gradient(0deg, rgba(49, 106, 246, 0.2), rgba(49, 106, 246, 0.2)),  linear-gradient(180deg, #BBE1E8 0%, rgba(187, 225, 232, 0) 100%);}
.cbt-intro11__gift dl dt {font-size: 24px; font-weight: 700;}
.cbt-intro11__gift dl dd {margin-top: 24px;}
.cbt-intro11__gift dl dd ul {padding-left: 16px;}
.cbt-intro11__gift dl dd ul li {font-size: 14px; list-style: decimal; color: #333; margin-bottom: 12px;}
.cbt-intro11__gift dl dd ul li:last-child {margin-bottom: 0;}

.cbt-intro12 {padding: 80px 0; background: #BBE1E8;}
.cbt-intro12__title {margin-top: 60px; font-size: 38px; font-weight: 700; text-align: center;}
.cbt-intro12__title.mt0 {margin-top: 0;}
.cbt-intro12__step {padding-top: 32px; display: flex; margin: 0 -8px;}
.cbt-intro12__step li {width: 33.3333%; padding: 0 8px;}
.cbt-intro12__step li > div {background: #fff; padding: 40px 16px; height: 100%; text-align: center; -webkit-border-radius: 16px; border-radius: 16px;}
.cbt-intro12__step li em {display: block; font-size: 24px; font-weight: 700; font-style: normal; margin-bottom: 16px;}
.cbt-intro12__step li img {width: 54px;}
.cbt-intro12__step li p {font-size: 20px; color: #888; margin-top: 16px; line-height: 1.3; font-weight: 500;}
.cbt-intro12__info {margin-top: 32px;}
.cbt-intro12__info dt {font-size: 20px; color: #607376; font-weight: 600; margin-bottom: 16px;}
.cbt-intro12__info dd {font-size: 14px; color: #7E8B9A; display: flex; line-height: 1.4; margin-bottom: 8px;}
.cbt-intro12__info dd:last-child {margin-bottom: 0;}
.cbt-intro12__info dd:before {content: ''; flex-shrink: 0; display: block; width: 3px; height: 3px; margin-top: 8px; margin-right: 6px; -webkit-border-radius: 50%; border-radius: 50%; background: #7E8B9A;}


@media all and (max-width: 1280px){
	.cbt-intro10__title h4 {font-size: 40px;}
	.cbt-intro10__title p br {display: block;}
	.cbt-intro10__list input[type="checkbox"] + label:before {width: 24px; height: 24px;}
	.cbt-intro10__list input[type="checkbox"]:checked + label:before {background-size: 16px auto !important;}
	.cbt-intro11__title h4 {font-size: 40px;}
	.cbt-intro11__title h6 {font-size: 18px;}
	.cbt-intro12__title {font-size: 34px;}
	.cbt-intro12__step li p {font-size: 16px;}
}

@media all and (max-width: 992px){
	.cbt-intro10__title em {height: 40px; font-size: 20px;}
	.cbt-intro10__title h4 {font-size: 34px;}
	.cbt-intro10__list > div {width: 50%;}
	.cbt-intro10__item ul li {font-size: 14px; color: #333; margin-bottom: 6px;}
	.cbt-intro10__item ul li:last-child {margin-bottom: 0;}
	.cbt-intro10__item dl {position: static; text-align: right; margin-top: 10px;}
	.cbt-intro11__title em {height: 40px; font-size: 20px;}
	.cbt-intro11__title h4 {font-size: 34px;}
	.cbt-intro11__title h6 {font-size: 16px;}
	.cbt-intro11__gift dl {padding: 30px 40px 30px 12%;}
	.cbt-intro12__title {font-size: 30px;}
	.cbt-intro12__step li em {font-size: 20px;}
	.cbt-intro12__step li p {font-size: 14px; font-weight: 400;}
}

@media all and (max-width: 768px){
	.cbt-intro10 {padding: 64px 0;}
	.cbt-intro10__title em {height: 32px; font-size: 16px;}
	.cbt-intro10__title h4 {font-size: 26px;}
	.cbt-intro10__title p {font-size: 12px;}
	.cbt-intro10__list {padding-top: 24px; margin: 0;}
	.cbt-intro10__list > div {padding: 0; width: 100%; margin-bottom: 10px;}
	.cbt-intro10__list > div:last-child {margin-bottom: 0;}
	.cbt-intro10__list input[type="checkbox"] + label:before {width: 20px; height: 20px;}
	.cbt-intro10__list input[type="checkbox"]:checked + label:before {background-size: 14px auto !important;}
	.cbt-intro10__item {padding: 24px;}
	.cbt-intro10__item ul li {font-size: 12px;}
	.cbt-intro10__item dl {position: absolute; text-align: center; bottom: 24px; right: 24px;}
	
	.cbt-intro11 {padding: 64px 0 0;}
	.cbt-intro11__title em {height: 32px; font-size: 16px;}
	.cbt-intro11__title h4 {font-size: 26px;}
	.cbt-intro11__title h6 {font-size: 12px;}
	.cbt-intro11__title p {font-size: 11px;}
	.cbt-intro11__gift {margin-top: 30px; display: block;}
	.cbt-intro11__gift img {width: 85%; display: block; margin-left: auto; margin-right: auto;}
	.cbt-intro11__gift dl {width: 100%; padding: 20px; margin-top: 20px;}
	.cbt-intro11__gift dl dt {font-size: 18px;}
	.cbt-intro11__gift dl dd {margin-top: 16px;}
	.cbt-intro11__gift dl dd ul {padding-left: 12px;}
	.cbt-intro11__gift dl dd ul li {font-size: 12px; margin-bottom: 6px;}

	.cbt-intro12 {padding: 40px 0;}
	.cbt-intro12__title {margin-top: 40px; font-size: 26px;}
	.cbt-intro12__step {padding-top: 16px; display: block;}
	.cbt-intro12__step li {width: 100%; padding: 0; margin-bottom: 10px;}
	.cbt-intro12__step li:last-child {margin-bottom: 0;}
	.cbt-intro12__step li > div {padding: 0 0 0 80px; position: relative; text-align: left; height: 80px; display: flex; flex-direction: column; justify-content: center;}
	.cbt-intro12__step li em {font-size: 18px; margin-bottom: 0;}
	.cbt-intro12__step li img {width: 40px; position: absolute; left: 20px; top: 50%; margin-top: -20px;}
	.cbt-intro12__step li p {font-size: 13px; margin-top: 4px;}
	.cbt-intro12__info {margin-top: 16px;}
	.cbt-intro12__info dt {font-size: 16px; margin-bottom: 12px; text-align: center;}
	.cbt-intro12__info dd {font-size: 12px; margin-bottom: 6px;}
	.cbt-intro12__info dd:before {margin-top: 6px;}
}




/* topic 모아보기 */
.cbt-tp__wrap {display: flex;}
.cbt-tp__sel {flex-shrink: 0; width: 25%; border: solid 1px #ddd; margin-right: 20px;}
.cbt-tp__sel li {border-bottom: solid 1px #ddd;}
.cbt-tp__sel li:last-child {margin-bottom: -1px;}
.cbt-tp__sel li a {padding: 12px; font-size: 13px; display: flex; align-items: center; position: relative;}
.cbt-tp__sel li a span {display: block; flex-grow: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.cbt-tp__sel li a:before,
.cbt-tp__sel li a:after {content: ''; display: block; background: #000;}
.cbt-tp__sel li a:before { width: 1px; height: 9px; position: absolute; top: 50%; margin-top: -5px; right: 16px;}
.cbt-tp__sel li a:after {flex-shrink: 0; width: 9px; height: 1px; margin-left: 12px;}
.cbt-tp__sel li a.on {background: #007af3; color: #fff;}
.cbt-tp__sel li a.on:before {display: none;}
.cbt-tp__sel li a.on:after {background: #fff;}
.cbt-tp__load {flex-grow: 1;}
.cbt-tp__load .none {height: 100%; display: flex; align-items: center; justify-content: center; background: #fafafa; border: solid 1px #ddd; font-size: 18px; color: #999;}
.cbt-tp__item {margin-bottom: 30px;}
.cbt-tp__item:last-child {margin-bottom: 0;}
.cbt-tp__info {padding-bottom: 10px; border-bottom: solid 1px #666; display: flex; justify-content: space-between; align-items: center;}
.cbt-tp__info h5 {font-size: 18px; font-weight: 700; flex-grow: 1;}
.cbt-tp__info ul {flex-shrink: 0; display: flex; align-items: center; margin-left: 20px;}
.cbt-tp__info ul li {margin-right: 16px;}
.cbt-tp__info ul li:last-child {margin-right: 0;}
.cbt-tp__info ul li strong {font-weight: 600;}
.cbt-tp__count {padding: 4px 12px; background: #eee; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.cbt-tp__count strong {}
.cbt-tp__list {display: flex; flex-wrap: wrap; padding-top: 14px; margin: -5px;}
.cbt-tp__list li {width: 25%; padding: 5px;}
.cbt-tp__box {border: solid 1px #ddd; padding: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; -webkit-border-radius: 12px; border-radius: 12px;}
.cbt-tp__box h5 {font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.cbt-tp__box span {display: block; width: 56px; height: 56px; text-indent: -9999px; position: relative;}
.cbt-tp__box span:before,
.cbt-tp__box span:after {content: ''; display: block; width: 32px; height: 4px; background: #f30000; box-sizing: border-box; position: absolute; left: 50%; top: 50%; margin-left: -16px; margin-top: -2px;}
.cbt-tp__box span:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.cbt-tp__box span:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.cbt-tp__box span.O:before,
.cbt-tp__box span.OO:before,
.cbt-tp__box span.OOO:before,
.cbt-tp__box span.OOOO:before {display: none;}
.cbt-tp__box span.O:after,
.cbt-tp__box span.OO:after,
.cbt-tp__box span.OOO:after,
.cbt-tp__box span.OOOO:after {width: 30px; height: 30px; margin-left: -15px; margin-top: -15px; background: none; border: solid 4px #007af3; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-border-radius: 50%; border-radius: 50%;}
.cbt-tp__box a {display: inline-flex; font-size: 11px; border: solid 1px #ccc; text-align: center; background: #fff; padding: 0 8px; height: 28px; align-items: center; justify-content: center; -webkit-border-radius: 4px; border-radius: 4px;}
.cbt-tp__box a:hover {background: #465567; border-color: #465567; color: #fff;}
.cbt-tp__box a.disabled {background: #fafafa; color: #ddd; border-color: #ddd;}

@media all and (max-width: 1280px){
	.cbt-tp__sel li a {font-size: 12px;}
	.cbt-tp__info h5 {font-size: 16px;}
	.cbt-tp__info ul li {font-size: 12px;}
}

@media all and (max-width: 992px){
	.cbt-tp__list li {width: 33.3333%;}
}

@media all and (max-width: 768px){
	.cbt-tp__wrap {display: block;}
	.cbt-tp__sel {width: auto; display: flex; border: none; margin: 0 -20px; padding: 0 20px; overflow-x: auto;}
	.cbt-tp__sel li {border-bottom: none; margin-right: 5px;}
	.cbt-tp__sel li:last-child {margin-bottom: 0; margin-right: 0;}
	.cbt-tp__sel li a {border: solid 1px #ddd; font-size: 10px; padding: 10px; -webkit-border-radius: 30px; border-radius: 30px;}
	.cbt-tp__sel li a:before,
	.cbt-tp__sel li a:after {display: none;}
	.cbt-tp__sel li a.on {border-color: #007af3;}
	.cbt-tp__load {margin-top: 30px;}
	.cbt-tp__load .none {padding: 60px; font-size: 13px;}
	.cbt-tp__info {display: block;}
	.cbt-tp__info h5 {font-size: 16px;}
	.cbt-tp__info ul {margin-left: 0; margin-top: 10px;}
	.cbt-tp__info ul li {margin-right: 16px;}
	.cbt-tp__info ul li:last-child {margin-right: 0;}
	.cbt-tp__info ul li strong {font-weight: 600;}
	.cbt-tp__box {padding: 10px 5px 8px; -webkit-border-radius: 8px; border-radius: 8px;}
	.cbt-tp__box a {font-size: 9px;}

}





.bf-stu {background: #E9DAD3; padding: 80px 0;}
.bf-stu__title {text-align: center; font-size: 48px; font-weight: 700;}
.bf-stu__wrap {padding-top: 48px;}
.bf-stu__slider .slick-dots {display: flex; justify-content: center; margin-top: 20px;}
.bf-stu__slider .slick-dots li {margin: 0 5px; display: flex; align-items: flex-end; height: 12px;}
.bf-stu__slider .slick-dots li button {background: #aaa; width: 6px; height: 6px; text-indent: -9999px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-stu__slider .slick-dots li.slick-active button {background: #CC6800; height: 12px;}
.bf-stu__slider {margin: 0 -10px;}
.bf-stu__slider .slick-slide {padding: 12px 10px;}
.bf-stu__card {margin-top: 12px; -webkit-transition: all 0.3s;  transition: all 0.3s; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);}
.bf-stu__card dt {border: solid 12px #ddd; position: relative; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-stu__card dt img {display: block; width: 100%;}
.bf-stu__card dt p {padding: 0 24px; height: 40px; font-size: 20px; font-weight: 500; position: absolute; right: 0; bottom: 0; background: #aaa; -webkit-border-radius: 8px 0 0 0; border-radius: 8px 0 0 0; display: flex; align-items: center; justify-content: center; -webkit-transition: all 0.3s;  transition: all 0.3s;}
.bf-stu__card dd {background: #fff; padding: 16px; display: flex; align-items: center;}
.bf-stu__card dd h4 {background: #f2f2f2; color: #999; font-size: 14px; width: 80px; height: 40px; margin-right: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 6px; border-radius: 6px;}
.bf-stu__card dd em {flex-shrink: 0; display: block; width: 44px; height: 44px; margin-right: 8px;}
.bf-stu__card dd div {flex-grow: 1;}
.bf-stu__card dd h5 {font-size: 16px;}
.bf-stu__card dd h5 strong {font-size: 20px; margin-right: 4px;}
.bf-stu__card dd p {}
.bf-stu__slider .slick-slide.on .bf-stu__card {-webkit-transform: translateY(-24px); transform: translateY(-24px);}
.bf-stu__wrap.blu .bf-stu__card dt {border-color: #CC6800;}
.bf-stu__wrap.blu .bf-stu__card dt p {background: #CC6800; color: #fff;}

@media (max-width:1280px) {
	.bf-stu__title {font-size: 40px;}
	.bf-stu__card dt p {padding: 0 16px; height: 32px; font-size: 16px;}
	.bf-stu__card dd {padding: 8px;}
	.bf-stu__card dd h4 {font-size: 12px; width: 56px; height: 32px;}
	.bf-stu__card dd em {width: 32px; height: 32px;}
	.bf-stu__card dd h5 {font-size: 12px;}
	.bf-stu__card dd h5 strong {font-size: 16px;}
	.bf-stu__card dd p {font-size: 12px;}
}

@media (max-width:992px) {	
	.bf-stu__title {font-size: 34px;}
}

@media (max-width:768px) {
	.bf-stu {padding: 64px 0;}
	.bf-stu__title {font-size: 22px;}
	.bf-stu__wrap {padding-top: 24px;}
	.bf-stu__slider {margin: 0 -5px;}
	.bf-stu__slider .slick-slide {padding: 12px 5px;}
	.bf-stu__slider .slick-dots {margin-top: 0;}
	.bf-stu__card dt {border-width: 8px;}
	.bf-stu__card dt p {padding: 0 0 0 8px; height: 24px; font-size: 11px;}
	.bf-stu__card dd h4 {font-size: 10px; width: 40px; height: 24px;}
	.bf-stu__card dd h5 {font-size: 10px;}
	.bf-stu__card dd h5 strong {font-size: 14px;}
	.bf-stu__card dd em {display: none;}
}

@media (max-width:320px) {
}




.cbt-grp {padding: 80px 0;}
.cbt-grp__title {font-size: 48px; text-align: center; font-weight: 700;}
.cbt-grp__tab {display: flex; margin-top: 32px;}
.cbt-grp__tab li {width: 33.3333%; border-right: solid 1px #fff;}
.cbt-grp__tab li button {height: 90px; width: 100%; background: #D1D1D1; color: #fff; font-size: 18px; font-weight: 700; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.cbt-grp__tab li button.active {background: #212121;}
.cbt-grp__cont {margin-top: 32px; display: none;}
.cbt-grp__sub {text-align: center; font-size: 32px; margin-bottom: 32px;}

@media (max-width:1280px) {
	.cbt-grp__title {font-size: 40px;}
	.cbt-grp__sub {font-size: 26px;}
}

@media (max-width:992px) {	
	.cbt-grp__title {font-size: 34px;}
	.cbt-grp__tab li button {height: 70px; font-size: 16px;}
	.cbt-grp__sub {font-size: 20px;}

}

@media (max-width:768px) {
	.cbt-grp {padding: 64px 0;}
	.cbt-grp__title {font-size: 22px;}
	.cbt-grp__tab {margin-top: 16px;}
	.cbt-grp__tab li button {height: 50px; font-size: 11px; line-height: 1.1;}
	.cbt-grp__cont {margin-top: 24px;}
	.cbt-grp__sub {font-size: 15px; margin-bottom: 16px;}
}



.cbt-mentor {margin: 0 -9px; display: flex;}
.cbt-mentor li {padding: 0 9px; width: 25%;}
.cbt-montor__box {overflow: hidden; position: relative; -webkit-border-radius: 12px; border-radius: 12px;}
.cbt-montor__box img {display: block; width: 100%;}
.cbt-montor__box dl {padding: 24px; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72.5%);}
.cbt-montor__box dl dt {font-size: 20px; color: #fff;}
.cbt-montor__box dl dt strong {display: block; margin-bottom: 4px;}
.cbt-montor__box dl dd {font-size: 16px; color: #FF5F04; margin-top: 16px;}


@media (max-width:1280px) {
	.cbt-montor__box dl {padding: 16px;}
	.cbt-montor__box dl dt {font-size: 16px;}
	.cbt-montor__box dl dd {font-size: 14px; margin-top: 8px;}
}

@media (max-width:992px) {	
	.cbt-mentor {margin: 0 -4px;}
	.cbt-mentor li {padding: 0 4px;}
	.cbt-montor__box dl {padding: 12px;}
	.cbt-montor__box dl dt {font-size: 11px;}
	.cbt-montor__box dl dt strong {font-size: 13px;}
	.cbt-montor__box dl dd {font-size: 11px;}

}

@media (max-width:768px) {
	.cbt-mentor {margin: -4px; flex-wrap: wrap;}
	.cbt-mentor li {padding: 4px; width: 50%;}
}




.cbt-scre {padding: 80px 0; background: #F6F6F6;}
.cbt-scre__title {font-size: 48px; text-align: center; font-weight: 700;}
.cbt-scre__graph {margin-top: 32px;}
.cbt-scre__graph img {display: block; width: 100%;}

@media (max-width:1280px) {
	.cbt-scre__title {font-size: 40px;}
}

@media (max-width:992px) {	
	.cbt-scre__title {font-size: 34px;}

}

@media (max-width:768px) {
	.cbt-scre {padding: 64px 0;}
	.cbt-scre__title {font-size: 22px;}
	.cbt-scre__graph {margin-top: 0;}
}





.cbt-guide {padding: 80px 0; background: radial-gradient(48.2% 48.2% at 49.97% 48.64%, #FFFFFF 0%, #BBE1E7 100%);}
.cbt-guide__title {text-align: center;}
.cbt-guide__title h3 {font-size: 80px; font-weight: 900; line-height: 0.8; -webkit-text-stroke: 3px #fff; text-shadow: 0px 3px 5px rgba(0,0,0,0.5);}
.cbt-guide__title h4 {display: flex; align-items: center; justify-content: center;}
.cbt-guide__title h4 strong {font-size: 80px; font-weight: 900; -webkit-text-stroke: 3px #fff; text-shadow: 0px 3px 5px rgba(0,0,0,0.5);}
.cbt-guide__title h4 span {color: #fff; font-size: 30px; font-weight: 700; margin-left: 24px; padding: 16px 32px; display: flex; align-items: center; justify-content: center; background: linear-gradient(to right,  #017bc6 0%,#01dd3d 100%); -webkit-border-radius: 40px; border-radius: 40px;}
.cbt-guide__list {margin: -40px; padding-top: 40px; display: flex; flex-wrap: wrap;}
.cbt-guide__list li {width: 50%; padding: 40px;}
.cbt-guide__list li dl {display: flex; flex-direction: column; height: 100%;}
.cbt-guide__list li dl dt {display: flex; justify-content: center; flex-grow: 1;}
.cbt-guide__list li dl dt h5 {background: #fff; padding: 16px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 60px; border-radius: 60px;}
.cbt-guide__list li dl dt h5 strong {background: #06f; color: #fff; flex-shrink: 0; margin-right: 12px; width: 32px; height: 32px; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 40px; border-radius: 40px;}
.cbt-guide__list li dl dt h5 span {font-size: 20px;}
.cbt-guide__list li dl dd {margin-top: 16px; flex-shrink: 0;}
.cbt-guide__list li dl dd img {display: block; margin: 0 auto;}

@media (max-width:1280px) {
	.cbt-guide__title h3 {font-size: 60px; -webkit-text-stroke: 2px #fff;}
	.cbt-guide__title h4 strong {font-size: 60px; -webkit-text-stroke: 2px #fff;}
	.cbt-guide__title h4 span {font-size: 24px; margin-left: 12px; padding: 12px 24px;}
	.cbt-guide__list {margin: -24px;}
	.cbt-guide__list li {padding: 24px;}
	.cbt-guide__list li dl dt h5 {padding: 8px;}
	.cbt-guide__list li dl dt h5 strong {margin-right: 8px; width: 24px; height: 24px; font-size: 16px;}
	.cbt-guide__list li dl dt h5 span {font-size: 16px;}
}

@media (max-width:992px) {	
	.cbt-guide__title h3 {font-size: 50px;}
	.cbt-guide__title h4 strong {font-size: 50px;}
	.cbt-guide__title h4 span {font-size: 18px; margin-left: 8px; padding: 8px 16px;}
	.cbt-guide__list {margin: -24px -8px;}
	.cbt-guide__list li {padding: 24px 8px;}
	.cbt-guide__list li dl dt h5 span {font-size: 14px;}
}

@media (max-width:768px) {
	.cbt-guide {padding: 64px 0;}
	.cbt-guide__title h3 {font-size: 30px; -webkit-text-stroke: 1px #fff; text-shadow: 0px 2px 3px rgba(0,0,0,0.5);}
	.cbt-guide__title h4 strong {font-size: 30px; -webkit-text-stroke: 1px #fff; text-shadow: 0px 2px 3px rgba(0,0,0,0.5);}
	.cbt-guide__title h4 span {font-size: 14px; padding: 4px 8px;}
	.cbt-guide__list {display: block; margin: 0; padding-top: 24px;}
	.cbt-guide__list li {width: 100%; padding: 0; margin-bottom: 32px;}
	.cbt-guide__list li:last-child {margin-bottom: 0;}
	.cbt-guide__list li dl dd {margin-top: 8px;}
}






.cbt-prdt {padding: 120px 0 40px;}
.cbt-prdt__half {display: flex; gap: 1.5rem;}
.cbt-prdt__item {flex: 1; display: flex; flex-direction: column;}
.cbt-prdt__item h4 {flex-shrink: 0; height: 5rem; background: #3A2A1B; color: #fff; font-size: 1.25rem; text-align: center; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 0.625rem 0.625rem 0 0;}
.cbt-prdt__item h4 span {position: absolute; height: 2.75rem; background: #FFD84D; font-size: 1rem; color: #000; padding: 0 1rem; border-radius: 4rem; display: flex; align-items: center; justify-content: center; left: 1.375rem;	 top: -1.375rem;}
.cbt-prdt__item dl {background: #EEF0F2; padding: 2rem; border-radius: 0 0 0.625rem 0.625rem; flex-grow: 1; display: flex; flex-direction: column;}
.cbt-prdt__item dl dt {flex-shrink: 0; border-radius: 0.625rem; overflow: hidden; position: relative;}
.cbt-prdt__item dl dt img {display: block;}
.cbt-prdt__item dl dt p {font-size: 1.25rem; position: absolute; left: 1rem; bottom: 1rem; display: flex; flex-direction: column; align-items: flex-start;}
.cbt-prdt__item dl dt p span {padding: 0.25rem 0.5rem; margin-bottom: 0.25rem; font-weight: 500; background: rgba(255,255,255,0.8); border-radius: 0.375rem; display: flex; align-items: center; justify-content: center;}
.cbt-prdt__item dl dt p span:last-child {margin-bottom: 0;}
.cbt-prdt__item dl dd {flex-grow: 1; display: flex; flex-direction: column;}
.cbt-prdt__item dl dd ul {flex-grow: 1; padding: 2rem 0;}
.cbt-prdt__item dl dd ul li {margin-bottom: 0.25rem; display: flex; font-size: 1.25rem;}
.cbt-prdt__item dl dd ul li:last-child {margin-bottom: 0;}
.cbt-prdt__item dl dd ul li:before {content: ''; display: block; width: 0.25rem; height: 0.25rem; background: #000; border-radius: 50%; margin-right: 0.5rem; margin-top: 0.75rem; flex-shrink: 0;}
.cbt-prdt__item dl dd a {flex-shrink: 0; height: 5rem; border-radius: 5rem; background: #FFD84D; font-size: 1.25rem; display: flex; align-items: center; justify-content: center;}
.cbt-prdt__item dl dd a:after {content: ''; display: block; width: 0.5rem; height: 0.5rem; margin-left: 1rem; border-top: solid 2px #000; border-right: solid 2px #000; transform: rotate(45deg);}
.cbt-prdt__item:last-child dl dd a {background: #F58F00; color: #fff;}
.cbt-prdt__item:last-child dl dd a:after {border-color: #fff;}

.cbt-mentor2 {display: flex; gap: 1rem;}
.cbt-mentor2 li {flex: 1; overflow: hidden; border-radius: 0.75rem;}
.cbt-mentor2 li img {display: block;}

@media (max-width:1280px) {
	.cbt-prdt__item h4 {height: 4rem;}
	.cbt-prdt__item h4 span {height: 2rem; top: -1rem; left: 1rem; font-size: 0.875rem;}
	.cbt-prdt__item dl dt p {font-size: 0.875rem;}
	.cbt-prdt__item dl dd ul li {font-size: 1rem;}
	.cbt-prdt__item dl dd ul li:before {width: 3px; height: 3px; margin-top: 0.625rem;}
	.cbt-prdt__item dl dd a {height: 4rem;}
}

@media (max-width:992px) {
	.cbt-prdt__item h4 {height: 3.5rem; font-size: 1rem;}
	.cbt-prdt__item h4 span {top: -1.5rem;}
	.cbt-prdt__item dl {padding: 1rem;}
	.cbt-prdt__item dl dd ul {padding: 1.5rem 0;}
	.cbt-prdt__item dl dd ul li {font-size: 0.875rem;}
	.cbt-prdt__item dl dd ul li:before {margin-top: 0.4rem;}
	.cbt-prdt__item dl dd a {height: 3.25rem; font-size: 1.125rem;}
	.cbt-prdt__item dl dd a:after {width: 0.35rem; height: 0.35rem;}
}

@media (max-width:768px) {
	.cbt-prdt {padding: 64px 0 0;}
	.cbt-prdt__half {display: block;}
	.cbt-prdt__item {margin-bottom: 2rem;}
	.cbt-prdt__item:last-child {margin-bottom: 0;}
	.cbt-mentor2 {gap: 0.5rem;}
	.cbt-mentor2 li {border-radius: 0.5rem;}
}






