@charset "utf-8";
@font-face {
     font-family: 'DungGeunMo';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

#tcs {width: 100%; overflow: hidden; line-height: 1.3; letter-spacing: -0.025rem;}
#tcs * {box-sizing: border-box;}
#tcs img {display: block; max-width: 100%; margin: 0 auto;}
#tcs button {-webkit-appearance: none; appearance: none;}
#tcs #body_temp {}
.container {max-width: 1240px; padding-left: 20px; padding-right: 20px;}

.dot {display: block; height: 20px; margin: 0 20px; position: relative;}
.dot.top {border-top: solid 2px #000;}
.dot.bot {border-bottom: solid 2px #000;}
.dot:before,
.dot:after {content: ''; display: block; width: 20px; height: 20px; position: absolute;}
.dot.top:before,
.dot.top:after {top: -2px;}
.dot:before {right: 100%;}
.dot:after {left: 100%;}
.dot.ppl {background: #4e1c8b;}
.dot.top.ppl:before {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ppl_tl.png')no-repeat center center / cover;}
.dot.top.ppl:after {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ppl_tr.png')no-repeat center center / cover;}
.dot.bot.ppl:before {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ppl_bl.png')no-repeat center center / cover;}
.dot.bot.ppl:after {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ppl_br.png')no-repeat center center / cover;}
.dot.ylw {background: #010a0f;}
.dot.top.ylw {border-top-color: #ffd21d;}
.dot.bot.ylw {border-bottom-color: #ffd21d;}
.dot.top.ylw:before {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ylw_tl.png')no-repeat center center / cover;}
.dot.top.ylw:after {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ylw_tr.png')no-repeat center center / cover;}
.dot.bot.ylw:before {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ylw_bl.png')no-repeat center center / cover;}
.dot.bot.ylw:after {background: url('https://img.megastudyth.com/event/2023/tcas67/dot_ylw_br.png')no-repeat center center / cover;}



/* intro */
.tcs-intro {padding: 40px 40px 0; background: #42a8ff url('https://img.megastudyth.com/event/2023/tcas67/intro_bg.jpg')no-repeat center bottom / 100% auto;}
.tcs-intro__box {width: 100%; max-width: 940px; margin: 0 auto; padding: 0 38px; position: relative; background: url('https://img.megastudyth.com/event/2023/tcas67/intro_box.jpg')no-repeat center center / cover; border: solid 2px #000; border-bottom: none; -webkit-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0;}
.tcs-intro__text {text-align: center; font-size: 40px; color: #9600ff; font-weight: 600; padding: 24px 0;}
.tcs-intro__screen {padding: 50px; border-left: solid 2px #000; border-right: solid 2px #000; background: linear-gradient(to bottom,  rgba(78,28,139,1) 0%,rgba(94,33,164,1) 10%,rgba(94,33,164,1) 60%,rgba(78,28,139,1) 99%);}
.tcs-intro__title {}
.tcs-intro__title img {}
.tcs-intro__set {margin-top: 56px; text-align: center; color: #fff;}
.tcs-intro__set dt {font-size: 32px; font-weight: 600;}
.tcs-intro__set dd {display: inline-block; text-align: left;}
.tcs-intro__list {margin-top: 24px;}
.tcs-intro__list li {font-family: 'DungGeunMo'; font-size: 28px; margin-bottom: 8px; line-height: 1.0; position: relative;}
.tcs-intro__list li:last-child {margin-bottom: 0;}
.tcs-intro__list li.active:before {content: ''; display: block; width: 8px; height: 16px; position: absolute; right: 100%; top: 50%; margin-top: -8px; margin-right: 6px; background: url('https://img.megastudyth.com/event/2023/tcas67/intro_arrow.png')no-repeat center center / cover;}
.tcs-intro__key {display: flex; justify-content: center; align-items: center; padding: 32px;}
.tcs-intro__move {position: relative;}
.tcs-intro__move a {display: block; position: absolute; left: 0; right: 0; height: 50%; text-indent: -9999px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.tcs-intro__move a.up {top: 0; transform-origin: center bottom;}
.tcs-intro__move a.down {bottom: 0; transform-origin: center top;}
.tcs-intro__start {flex-shrink: 0; display: block; width: 320px; height: 136px; text-indent: -9999px; margin: -32px 56px 0; background: url('https://img.megastudyth.com/event/2023/tcas67/intro_start.png')no-repeat center top / 100% auto;}
.tcs-intro__start:active {background-position: center bottom;}
.tcs-intro__back {display: block;}
.tcs-intro__monster {position: absolute; animation: bounce 0.5s infinite alternate;}
.tcs-intro__monster.mst1 {bottom: 7%; right: 100%; margin-right: 5% !important;}
.tcs-intro__monster.mst2 {bottom: 10%; left: 100%; margin-left: 5% !important; animation-delay: 0.5s;}
@keyframes bounce {0%{transform: translate3d(0, 0, 0);}100%{transform: translate3d(0, 10px, 100px);}}

@media (max-width:1280px) {
	.tcs-intro {padding: 56px 104px 0;}
	.tcs-intro__move {width: 104px;}
	.tcs-intro__start {width: 240px; height: 102px; margin: -32px 32px 0;}
	.tcs-intro__back {width: 80px;}
	.tcs-intro__monster.mst1 {margin-right: 1% !important;}
	.tcs-intro__monster.mst2 {margin-left: 1% !important;}
}

@media (max-width:992px) {	
	.tcs-intro {padding: 56px 24px 0;}
	.tcs-intro__text {font-size: 30px; padding: 16px 0;}
	.tcs-intro__set {margin-top: 32px;}
	.tcs-intro__set dt {font-size: 24px;}
	.tcs-intro__list {margin-top: 16px;}
	.tcs-intro__list li {font-size: 24px;}
	.tcs-intro__monster {display: none !important;}
}

@media (max-width:768px) {
	.tcs-intro {padding: 24px 0 0;}
	.tcs-intro__box {padding: 0 16px; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}
	.tcs-intro__text {font-size: 20px; padding: 8px 0;}
	.tcs-intro__screen {padding: 16px;}
	.tcs-intro__set {margin-top: 16px;}
	.tcs-intro__set dt {font-size: 18px;}
	.tcs-intro__list {margin-top: 16px;}
	.tcs-intro__list li {font-size: 20px;}
	.tcs-intro__key {padding: 0 0 16px;}
	.tcs-intro__move {display: none;}
	.tcs-intro__start {width: 200px; height: 85px; margin: 0;}
	.tcs-intro__back {display: none;}
	.dot {height: 10px; margin: 0 10px;}
	.dot:before,
	.dot:after {width: 10px; height: 10px;}
}



/* quiz */
.tcs-quiz {padding: 120px 0; background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_bg.jpg')no-repeat center center / cover;}
.tcs-quiz__btn {display: block; width: 440px; height: 108px; text-indent: -9999px; margin: 32px auto 0; background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_btn.png')no-repeat center top / 100% auto;}
.tcs-quiz__btn:active {background-position: center bottom;}

.tcs-quiz__slider {width: 100%; max-width: 860px;}
.tcs-quiz__slider .swiper-slide {overflow: visible;}

.tcs-quiz__card {position: relative; transform-style: preserve-3d; transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.tcs-quiz__card > div {-webkit-backface-visibility: hidden; backface-visibility: hidden;}
.tcs-quiz__card.flip {transform: rotateY(180deg);}
.tcs-quiz__front {position: relative;}
.tcs-quiz__back {position: absolute; width: 100%; height: 100%; top: 0; left: 0; transform: rotateY(180deg);}

.tcs-quiz__box {padding: 64px 40px 32px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-left: solid 2px #ffd21d; border-right: solid 2px #ffd21d; background: #0d080f;}
.swiper-3d .swiper-slide-shadow {display: none;}
.tcs-quiz__title {position: absolute; top: 0; left: 50%; z-index: 1; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.tcs-quiz__icon {flex-grow: 1; padding: 32px 0 40px;}
.tcs-quiz__nav {width: 48px; height: 48px; text-indent: -9999px; position: absolute; top: 50%; margin-top: -24px; z-index: 1; background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_nav.png')no-repeat left center / auto 100%;}
.tcs-quiz__nav.prev {left: 40px;}
.tcs-quiz__nav.next {right: 40px; background-position: right center;}
.tcs-quiz__nav.swiper-button-disabled {opacity: 0.3;}

.tcs-quiz__text {flex-shrink: 0; font-size: 20px; color: #fff; width: 100%;}
.tcs-quiz__exam {flex-shrink: 0; display: flex; width: 100%; background: #fff; margin-top: 16px; overflow: hidden; border: solid 2px #333; -webkit-box-shadow: 0px 8px 0px -2px rgba(204,204,204,1); box-shadow: 0px 8px 0px -2px rgba(204,204,204,1); -webkit-border-radius: 16px; border-radius: 16px;}
.tcs-quiz__exam em {flex-shrink: 0; width: 48px; background: #ffd21d; margin-top: -2px; font-family: 'DungGeunMo'; font-size: 34px; font-style: normal; padding-bottom: 4px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 0 16px 0 0; border-radius: 0 16px 0 0; border-top: solid 2px #333; border-right: solid 2px #333; position: relative;}
.tcs-quiz__exam em:after {content: ''; display: block; width: 12px; height: 12px; background: #ffd21d; position: absolute; right: -7px; bottom: -8px; border-top: solid 2px #333; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.tcs-quiz__exam p {flex-grow: 1; padding: 16px; font-size: 20px; font-weight: 600;}
.tcs-quiz__exam span {flex-shrink: 0; font-family: 'DungGeunMo'; background: #e7fbff; width: 80px; border-left: solid 2px #333; font-size: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1.0;}
.tcs-quiz__exam span:before {content: 'Quiz';}

.tcs-quiz__ox {flex-shrink: 0; width: calc(100% + 20px); display: flex; margin: 0 -10px;}
.tcs-quiz__ox li {width: 50%; padding: 0 10px;}
.tcs-quiz__ox li button {display: block; width: calc(100% - 12px); margin: 0 auto; height: 76px; position: relative;}
.tcs-quiz__ox li button.red {background: #e83956; border-bottom: solid 8px #be263f;}
.tcs-quiz__ox li button.blu {background: #4f8bf9; border-bottom: solid 8px #2155b4;}
.tcs-quiz__ox li button:before,
.tcs-quiz__ox li button:after {content: ''; display: block; width: 6px; position: absolute; top: 0; height: 76px;}
.tcs-quiz__ox li button:before {right: 100%;}
.tcs-quiz__ox li button:after {left: 100%;}
.tcs-quiz__ox li button.red:before {background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_chk_xl.png')no-repeat center center / 100% auto;}
.tcs-quiz__ox li button.red:after {background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_chk_xr.png')no-repeat center center / 100% auto;}
.tcs-quiz__ox li button.blu:before {background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_chk_ol.png')no-repeat center center / 100% auto;}
.tcs-quiz__ox li button.blu:after {background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_chk_or.png')no-repeat center center / 100% auto;}
.tcs-quiz__ox li button span {display: block; text-indent: -9999px;}
.tcs-quiz__ox li button.blu span:before {content: ''; display: block; width: 40px; height: 40px; border: solid 8px #fff; -webkit-border-radius: 50%; border-radius: 50%; box-sizing: border-box; position: absolute; left: 50%; top: 50%; margin-top: -20px; margin-left: -20px;}
.tcs-quiz__ox li button.red span:before,
.tcs-quiz__ox li button.red span:after {content: ''; display: block; width: 48px; height: 8px; background: #fff; position: absolute; left: 50%; top: 50%; margin-top: -4px; margin-left: -24px;}
.tcs-quiz__ox li button.red span:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.tcs-quiz__ox li button.red span:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.tcs-quiz__ox li button:active {border-top: solid 4px #0d080f; border-bottom-width: 4px;}
.tcs-quiz__ox li button:active:before,
.tcs-quiz__ox li button:active:after {height: 72px;}

.tcs-quiz__cmt {flex-shrink: 0; margin: 0 6px; width: calc(100% - 12px); position: relative; background: #d7e7f8; padding: 16px; font-size: 20px; color: #1e3990; text-align: center;}
.tcs-quiz__cmt em {display: block; width: 6px; position: absolute; top: 6px; bottom: 6px; background: #d7e7f8;}
.tcs-quiz__cmt em:first-child {right: 100%;}
.tcs-quiz__cmt em:last-child {left: 100%;}
.tcs-quiz__cmt em:before,
.tcs-quiz__cmt em:after {content: ''; display: block; width: 3px; height: 3px; background: #d7e7f8; position: absolute; right: 0; bottom: 100%;}
.tcs-quiz__cmt em:after {bottom: auto; top: 100%;}
.tcs-quiz__cmt em:last-child:before,
.tcs-quiz__cmt em:last-child:after {right: auto; left: 0;}
.tcs-quiz__cmt.x {background: #ffe8ea; color: #901e1e;}
.tcs-quiz__cmt.x em {background: #ffe8ea;}
.tcs-quiz__cmt.x em:before,
.tcs-quiz__cmt.x em:after {background: #ffe8ea;}

@media (max-width:992px) {
	.tcs-quiz__btn {width: 360px; height: 88px;}
	.tcs-quiz__title {width: 300px;}
}

@media (max-width:768px) {
	.tcs-quiz {padding: 80px 0 56px;}
	.tcs-quiz__btn {width: 260px; height: 64px; margin: 0 auto 0;}
	.tcs-quiz__box {padding: 24px 16px 16px; border-left-width: 1px; border-right-width: 1px;}
	.tcs-quiz__title {width: 240px;}
	.tcs-quiz__icon {padding: 24px 25%;}
	.tcs-quiz__nav {width: 40px; height: 40px; margin-top: -20px;}
	.tcs-quiz__nav.prev {left: 16px;}
	.tcs-quiz__nav.next {right: 16px;}
	.tcs-quiz__text {font-size: 16px;}
	.tcs-quiz__exam {margin-top: 8px; -webkit-box-shadow: 0px 6px 0px -2px rgba(204,204,204,1); box-shadow: 0px 6px 0px -2px rgba(204,204,204,1); -webkit-border-radius: 8px; border-radius: 8px;}
	.tcs-quiz__exam em {width: 32px; font-size: 20px; -webkit-border-radius: 0 8px 0 0; border-radius: 0 8px 0 0; }
	.tcs-quiz__exam p {padding: 8px; font-size: 14px;}
	.tcs-quiz__exam span {display: none;}
	.tcs-quiz__ox {width: calc(100% + 8px); margin: 0 -4px;}
	.tcs-quiz__ox li {padding: 0 4px;}
	.tcs-quiz__ox li button {width: calc(100% - 8px); height: 48px; border-bottom-width: 6px !important;}
	.tcs-quiz__ox li button:before,
	.tcs-quiz__ox li button:after {width: 4px; height: 48px;}
	.tcs-quiz__ox li button.blu span:before {width: 24px; height: 24px; border-width: 4px; margin-top: -12px; margin-left: -12px;}
	.tcs-quiz__ox li button.red span:before,
	.tcs-quiz__ox li button.red span:after {width: 24px; height: 4px; margin-top: -2px; margin-left: -12px;}
	.tcs-quiz__ox li button:active {border-top: none; border-bottom-width: 6px;}
	.tcs-quiz__ox li button:active:before,
	.tcs-quiz__ox li button:active:after {height: 48px;}
	.tcs-quiz__cmt {margin: 0 4px; width: calc(100% - 8px); padding: 8px; font-size: 15px;}
	.tcs-quiz__cmt em {width: 4px; top: 4px; bottom: 4px;}
	.tcs-quiz__cmt em:before,
	.tcs-quiz__cmt em:after {width: 2px; height: 2px;}
}





/* dek67 */
.tcs-dek {background: #1658b2;}
.tcs-dek__top {background: #1658b2 url('https://img.megastudyth.com/event/2023/tcas67/dek_bg_top.jpg')no-repeat center center;}
.tcs-dek__title {text-align: center; padding-top: 96px; padding-bottom: 64px;}
.tcs-dek__title h5 {font-size: 40px; font-weight: 500; color: #fff; display: flex; align-items: center; justify-content: center;}
.tcs-dek__title h5 span {height: 48px; padding: 0 16px; background: #b1ddff; color: #151344; font-size: 40px; font-weight: 500; position: relative; margin-right: 16px; display: flex; align-items: center; justify-content: center;}
.tcs-dek__title h5 span:before,
.tcs-dek__title h5 span:after,
.tcs-dek__title h5 em:before,
.tcs-dek__title h5 em:after {content: ''; display: block; width: 9px; height: 9px; position: absolute; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_title_dot.png')no-repeat center center / cover;}
.tcs-dek__title h5 span:before {left: 0; top: 0;}
.tcs-dek__title h5 span:after {right: 0; top: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.tcs-dek__title h5 em:before {left: 0; bottom: 0; -webkit-transform: rotate(270deg); transform: rotate(270deg);}
.tcs-dek__title h5 em:after {right: 0; bottom: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.tcs-dek__title h3 {font-size: 56px; font-weight: 600; color: #fff; margin-top: 8px;}
.tcs-dek__title h3 span {color: #ffe537;}
.tcs-dek__title p {font-size: 20px; color: #cde9ff; margin-top: 16px;}

.tcs-dek__wrap {position: relative; z-index: 1;background: #1658b2 url('https://img.megastudyth.com/event/2023/tcas67/dek_bg_mid.jpg')center top;}
.tcs-dek__tab {display: flex; padding-right: 2px;}
.tcs-dek__tab li {width: 33.3333%;}
.tcs-dek__tab li button {border: solid 2px #333; background: #ddd; height: 68px; color: #999; font-size: 24px; font-weight: 600; position: relative; display: flex; align-items: center; justify-content: center; flex-direction: row; width: calc(100% + 2px); margin-right: -2px;}
.tcs-dek__tab li button.active {color: #ff6f37; background: #fff;}
.tcs-dek__tab li button.active:after {content: ''; display: block; height: 2px; background: #fff; position: absolute; left: 0; right: 0; bottom: -2px;}
.tcs-dek__tab li button br {display: none;}

.tcs-dek__cont {border: solid 2px #333; border-top: none; background: #fff; padding: 0 40px;}

.tcs-dek__num {padding-top: 64px; padding-bottom: 24px;}
.tcs-dek__num h5 {display: inline-flex; align-items: center; border: solid 2px #333; position: relative; -webkit-box-shadow: 0px 10px 0px -8px rgba(75,134,182,1); box-shadow: 0px 10px 0px -8px rgba(75,134,182,1);}
.tcs-dek__num strong {width: 50px; height: 50px; background: #45acff; color: #fff; font-size: 20px; font-weight: 600; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.tcs-dek__num span {display: flex; align-items: center; justify-content: center; padding: 0 20px; font-size: 24px;}
.tcs-dek__num strong:before,
.tcs-dek__num strong:after,
.tcs-dek__num span:before,
.tcs-dek__num span:after {content: ''; display: block; width: 8px; height: 8px; position: absolute;}
.tcs-dek__num strong:before {left: -2px; top: -2px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_num_tl.png')no-repeat center center / cover;}
.tcs-dek__num strong:after {left: -2px; bottom: -2px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_num_bl.png')no-repeat center center / cover;}
.tcs-dek__num span:before {right: -2px; top: -2px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_num_tr.png')no-repeat center center / cover;}
.tcs-dek__num span:after {right: -2px; bottom: -2px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_num_br.png')no-repeat center center / cover;}

@media (max-width:1280px) {
	.tcs-dek__title h5 {font-size: 36px;}
	.tcs-dek__title h5 span {height: 36px; padding: 0 12px; font-size: 24px; margin-right: 8px;}
	.tcs-dek__title h3 {font-size: 46px;}
	.tcs-dek__title p {font-size: 16px; margin-top: 8px;}
	.tcs-dek__tab li button {height: 58px; font-size: 20px;}
	.tcs-dek__cont {padding: 0 24px;}
	.tcs-dek__num {padding-top: 40px;}
	.tcs-dek__num strong {width: 40px; height: 40px; font-size: 16px;}
	.tcs-dek__num span {padding: 0 16px; font-size: 18px;}
}

@media (max-width:992px) {
	.tcs-dek__title {padding-top: 64px; padding-bottom: 32px;}
	.tcs-dek__title h5 {font-size: 24px;}
	.tcs-dek__title h5 span {height: 24px; padding: 0 12px; font-size: 22px; margin-right: 8px;}
	.tcs-dek__title h5 span:before,
	.tcs-dek__title h5 span:after,
	.tcs-dek__title h5 em:before,
	.tcs-dek__title h5 em:after {width: 5px; height: 5px;}
	.tcs-dek__title h3 {font-size: 34px;}
	.tcs-dek__title p {font-size: 14px; margin-top: 4px;}
	.tcs-dek__tab li button {height: 58px; font-size: 20px;}
}

@media (max-width:768px) {
	.tcs-dek__title {padding-top: 56px; padding-bottom: 24px;}
	.tcs-dek__title h5 {font-size: 20px;}
	.tcs-dek__title h5 span {padding: 0 8px; font-size: 16px; margin-right: 4px;}
	.tcs-dek__title h3 {font-size: 30px; line-height: 1.0;}
	.tcs-dek__title h3 span {display: block;}
	.tcs-dek__title p {font-size: 13px; margin-top: 8px;}
	.tcs-dek__tab li button {height: 48px; font-size: 12px; line-height: 1.1; flex-direction: column;}
	.tcs-dek__tab li button br {display: block;}
	.tcs-dek__tab li button span {font-size: 16px;}
	.tcs-dek__cont {padding: 0 16px;}
	.tcs-dek__num {padding-top: 32px; padding-bottom: 16px; text-align: center;}
	.tcs-dek__num strong {width: 32px; height: 32px; font-size: 14px;}
	.tcs-dek__num span {padding: 0 8px; font-size: 14px;}
}



/* dek flow */
.tcs-dek__flow {background: #1e2449; padding: 40px 12%; -webkit-border-radius: 8px; border-radius: 8px;}
.tcs-dek__flow ul {display: flex; padding: 40px 0; position: relative;}
.tcs-dek__flow ul li {padding: 72px 16px; color: #fff; text-align: center; position: relative;}
.tcs-dek__flow ul li:first-child:nth-last-child(4),
.tcs-dek__flow ul li:first-child:nth-last-child(4) ~ li {width: 25%;}
.tcs-dek__flow ul li:first-child:nth-last-child(5),
.tcs-dek__flow ul li:first-child:nth-last-child(5) ~ li {width: 20%;}
.tcs-dek__flow ul li:before {content: ''; display: block; height: 2px; background: #626680; position: absolute; left: 0; right: 0; top: 50%; margin-top: -1px;}
.tcs-dek__flow ul li dl {height: 36px; position: relative;}
.tcs-dek__flow ul li dl:before {content: ''; display: block; width: 36px; height: 36px; margin: 0 auto; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_flow_dot.png')no-repeat center center / cover;}
.tcs-dek__flow ul li dl.point:before {width: 40px; animation: leftright 1s infinite alternate; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_flow_point.png')no-repeat center center / cover;}
.tcs-dek__flow ul li dl dt,
.tcs-dek__flow ul li dl dd {position: absolute; width: 100%; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.tcs-dek__flow ul li dl dt {top: 100%; margin-top: 16px;}
.tcs-dek__flow ul li dl dt h5 {font-size: 16px; font-weight: 500; line-height: 1.1;}
.tcs-dek__flow ul li dl dt h5 strong {color: #ffd234; font-weight: 500;}
.tcs-dek__flow ul li dl dt h5 strong.grn {color: #5dfa89;}
.tcs-dek__flow ul li dl dt h5 span {font-size: 14px;}
.tcs-dek__flow ul li dl dd {bottom: 100%; display: flex; flex-direction: column; margin-bottom: 16px;}
.tcs-dek__flow ul li dl dd p {font-size: 13px; font-weight: 400; height: 56px; border: solid 2px #333; background: #ff6f37; padding: 8px; position: relative; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 8px; border-radius: 8px;}
.tcs-dek__flow ul li dl dd p:after {content: ''; width: 8px; height: 8px; background: #ff6f37; border-left: solid 2px #333; border-top: solid 2px #333; position: absolute; left: 50%; margin-left: -5px; bottom: 100%; margin-bottom: -3px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.tcs-dek__flow ul li dl dd span {display: block; font-size: 13px; color: #999; margin-top: 4px;}
.tcs-dek__flow ul:first-child:before {content: ''; display: block; width: 85px; height: 50px; position: absolute; right: 100%; top: 50%; margin-top: -25px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_flow_ship.png')no-repeat center center / cover;}
.tcs-dek__flow ul:last-child {flex-direction: row-reverse;}
.tcs-dek__flow ul:last-child:before {content: ''; display: block; width: 48px; border: solid 2px #626680; height: calc(100% + 2px); border-left: none; box-sizing: border-box; position: absolute; left: 100%; bottom: 50%; margin-bottom: -1px; -webkit-border-radius: 0 48px 48px 0; border-radius: 0 48px 48px 0;}
.tcs-dek__flow ul:first-child li:first-child:before {left: 50%;}
.tcs-dek__flow ul:last-child li:last-child:before {left: 50%;}
.tcs-dek__flow ul li:nth-child(even) dl dt {top: auto; bottom: 100%; margin-top: 0; margin-bottom: 16px;}
.tcs-dek__flow ul li:nth-child(even) dl dd {bottom: auto; top: 100%; margin-bottom: 0; margin-top: 16px;}
.tcs-dek__flow ul li:nth-child(odd) dl dd p:after {bottom: auto; margin-bottom: 0; top: 100%; margin-top: -3px; -webkit-transform: rotate(225deg); transform: rotate(225deg);}
.tcs-dek__flow ul li:nth-child(odd) dl dd p {order: 2;}
.tcs-dek__flow ul li:nth-child(odd) dl dd span {margin-top: 0; margin-bottom: 4px;}
.tcs-dek__flow ul:last-child li dl.point:before {animation-delay: 0.5s;}
@keyframes leftright {0%{transform: translate3d(0, 0, 0);}50%{transform: translate3d(-10px, 0, 0);}100%{transform: translate3d(10px, 0, 0);}}

.tcs-dek__btn {display: block; width: 440px; height: 108px; text-indent: -9999px; margin: 32px auto 0; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_btn.png')no-repeat center top / 100% auto;}
.tcs-dek__btn:active {background-position: center bottom;}
.tcs-dek__mid {padding: 48px 0; background: #1758b2; position: relative; z-index: 1;}
.tcs-dek__mid h3 {font-size: 56px; font-weight: 700; text-align: center; color: #fff;}
.tcs-dek__mid h3 br {display: none;}
.tcs-dek__dept {padding-bottom: 160px; position: relative; background: #1658b2 url('https://img.megastudyth.com/event/2023/tcas67/dek_bg_mid.jpg')center top;}
.tcs-dek__dept:before {content: ''; display: block; height: 480px; position: absolute; left: 0; right: 0; bottom: 0; background: #1658b2 url('https://img.megastudyth.com/event/2023/tcas67/dek_bg_bot.jpg')center bottom / auto 100%;}


@media (max-width:1280px) {
	.tcs-dek__flow {padding: 16px 52px 16px 16px;}
	.tcs-dek__flow ul {padding: 16px 0;}
	.tcs-dek__flow ul:first-child:before {display: none;}
	.tcs-dek__flow ul:last-child:before {width: 24px;}
	.tcs-dek__mid h3 {font-size: 44px;}
}

@media (max-width:992px) {
	.tcs-dek__flow ul li {padding: 72px 8px;}
	.tcs-dek__flow ul li dl {height: 24px;}
	.tcs-dek__flow ul li dl:before {width: 24px; height: 24px;}
	.tcs-dek__flow ul li dl dt {margin-top: 8px;}
	.tcs-dek__flow ul li dl dt h5 {font-size: 13px;}
	.tcs-dek__flow ul li dl dt h5 span {font-size: 11px;}
	.tcs-dek__flow ul li dl dd {margin-bottom: 8px;}
	.tcs-dek__flow ul li dl dd p {font-size: 10px; height: 40px; padding: 8px;}
	.tcs-dek__flow ul li dl dd span {font-size: 12px; margin-top: 4px;}
	.tcs-dek__btn {width: 360px; height: 88px;}
	.tcs-dek__mid h3 {font-size: 36px;}
}

@media (max-width:768px) {
	.tcs-dek__flow {padding: 16px; position: relative;}
	.tcs-dek__flow:before {content: ''; display: block; width: 2px; background: #626680; position: absolute; top: 16px; bottom: 16px; margin-left: 6px;}
	.tcs-dek__flow ul {display: block; padding: 0;}
	.tcs-dek__flow ul:last-child:before {display: none;}
	.tcs-dek__flow ul li {padding: 0; width: 100% !important; margin-bottom: 16px; position: relative;}
	.tcs-dek__flow ul:last-child li:last-child {margin-bottom: 0;}
	.tcs-dek__flow ul:last-child li:last-child:before {content: ''; display: block; width: 2px; height: auto; position: absolute; left: 6px; top: 2px; height: auto; bottom: 0; background: #1e2449;}
	.tcs-dek__flow ul li:before {display: none;}
	.tcs-dek__flow ul li dl {height: auto; display: flex; padding-left: 32px;}
	.tcs-dek__flow ul li dl:before {width: 24px; height: 24px; position: absolute; left: -5px;}
	.tcs-dek__flow ul li dl.point:before {left: -13px; -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important;}
	.tcs-dek__flow ul li dl dt,
	.tcs-dek__flow ul li dl dd {position: relative; width: 50%; left: auto; margin-bottom: 0 !important; margin-top: 0 !important; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
	.tcs-dek__flow ul li dl dt {margin-top: 0; display: flex; text-align: left; padding-top: 4px;}
	.tcs-dek__flow ul li dl dd {margin-bottom: 0; display: flex;}
	.tcs-dek__flow ul li dl dd p {height: auto; padding: 4px;}
	.tcs-dek__flow ul li dl dd p:after {left: auto; right: 100%; bottom: auto; top: 50% !important; margin-right: -3px; margin-top: -3px; width: 6px; height: 62023-12-14px; -webkit-transform: rotate(315deg) !important; transform: rotate(315deg) !important; border: none !important;;}
	.tcs-dek__flow ul li:nth-child(odd) dl dd p {order: 0;}
	.tcs-dek__btn {width: 260px; height: 64px; margin: 16px auto 0;}
	.tcs-dek__mid {padding: 24px 0;}
	.tcs-dek__mid h3 {font-size: 24px; line-height: 1.1;}
	.tcs-dek__mid h3 br {display: block;}
	.tcs-dek__dept {padding-bottom: 56px;}
	.tcs-dek__dept:before {height: 160px;}
}



/* dek-detail */
.tcs-dek__smtab {padding: 32px 0 24px; display: flex; align-items: center; justify-content: center;}
.tcs-dek__smtab li {margin: 0 5px;}
.tcs-dek__smtab li button {background: #eaeaea; width: 120px; height: 48px; font-size: 20px; color: #999; font-weight: 500; -webkit-border-radius: 24px; border-radius: 24px; display: flex; align-items: center; justify-content: center;}
.tcs-dek__smtab li button.active {border: solid 2px #ff6f37; color: #ff6f37; background: #fff0eb;}

.tcs-dek__intro {color: #999; text-align: center;}
.tcs-dek__list {padding: 32px 0 48px;}
.tcs-dek__list > li {margin-bottom: 16px; position: relative; border: solid 2px #333;}
.tcs-dek__list > li:last-child {margin-bottom: 0;}
.tcs-dek__list > li:before,
.tcs-dek__list > li:after,
.tcs-dek__list--item:before,
.tcs-dek__list--item:after {content: ''; display: block; width: 8px; height: 8px; position: absolute; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_tgat_dot.png')no-repeat center center / cover;}
.tcs-dek__list > li:before {left: -2px; top: -2px;}
.tcs-dek__list > li:after {right: -2px; top: -2px; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.tcs-dek__list--item:before {left: -2px; bottom: -2px; -webkit-transform: rotate(270deg); transform: rotate(270deg);}
.tcs-dek__list--item:after {right: -2px; bottom: -2px; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.tcs-dek__list--item {display: flex; min-height: 160px;}
.tcs-dek__list--thumb {flex-shrink: 0; display: block; width: 254px;}
.tcs-dek__list--text {flex-grow: 1; padding: 24px;}
.tcs-dek__list--text h5 {font-size: 24px; font-weight: 500;}
.tcs-dek__list--text p {color: #999; margin-top: 8px;}
.tcs-dek__list--text ul {display: flex; margin-top: 24px; align-items: center;}
.tcs-dek__list--text ul li {margin-right: 16px; color: #999; display: flex; align-items: center;}
.tcs-dek__list--text ul li:last-child {margin-right: 0;}
.tcs-dek__list--text ul li:before {content: ''; display: block; margin-right: 8px;}
.tcs-dek__list--text ul li:nth-child(1):before {width: 16px; height: 20px; margin-top: -2px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_list_day.png')no-repeat center center / cover;}
.tcs-dek__list--text ul li:nth-child(2):before {width: 24px; height: 16px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_list_lecture.png')no-repeat center center / cover;}
.tcs-dek__list--cost {flex-shrink: 0; width: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.tcs-dek__list--cost p {line-height: 1.1;}
.tcs-dek__list--cost span {display: block; color: #999; position: relative;}
.tcs-dek__list--cost span:before {content: ''; display: block; background: #ff6f37; height: 1px; position: absolute; left: -8px; right: 0; top: 50%;}
.tcs-dek__list--cost span:after {content: ''; display: block; background: #ff6f37; width: 1px; height: 10px; position: absolute; right: 0; top: 50%; transform-origin: right top; margin-top: 1px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.tcs-dek__list--cost strong {display: block; font-size: 32px;}
a.tcs-dek__buy {flex-shrink: 0; display: flex; width: 112px; background: #ff6f37; color: #fff; font-size: 24px; font-weight: 600; border-left: solid 2px #333; align-items: center; justify-content: center;}

@media (max-width:1280px) {
	.tcs-dek__list--thumb {width: 176px;}
	.tcs-dek__list--text {padding: 16px;}
	.tcs-dek__list--text h5 {font-size: 20px;}
	.tcs-dek__list--text p {font-size: 13px;}
	.tcs-dek__list--text ul {margin-top: 16px;}
	.tcs-dek__list--text ul li {margin-right: 12px; font-size: 13px;}
	.tcs-dek__list--text ul li:before {margin-right: 4px;}
	.tcs-dek__list--text ul li:nth-child(1):before {width: 12px; height: 15px;}
	.tcs-dek__list--text ul li:nth-child(2):before {width: 20px; height: 13px;}
	.tcs-dek__list--cost {width: 136px;}
	.tcs-dek__list--cost strong {font-size: 26px;}
	a.tcs-dek__buy {font-size: 20px;}
}

@media (max-width:992px) {
	.tcs-dek__smtab {padding: 24px 0 16px;}
	.tcs-dek__smtab li {margin: 0 4px;}
	.tcs-dek__smtab li button {width: 96px; height: 40px; font-size: 16px;}
}

@media (max-width:768px) {
	.tcs-dek__smtab {padding: 24px 0 12px; margin: 0 -2px;}
	.tcs-dek__smtab li {margin: 0; padding: 0 2px; flex: auto;}
	.tcs-dek__smtab li button {width: 100%; height: 34px; font-size: 12px;}
	.tcs-dek__intro {font-size: 12px;}
	.tcs-dek__list {padding: 0; padding-top: 16px; padding-bottom: 24px;}
	.tcs-dek__list > li {margin-bottom: 16px;}
	.tcs-dek__list--item {display: block;}
	.tcs-dek__list--thumb {width: 100%; padding-bottom: 59.6153%;}
	.tcs-dek__list--text h5 {font-size: 16px;}
	.tcs-dek__list--text p {font-size: 12px; margin-top: 4px;}
	.tcs-dek__list--text ul {margin-top: 12px;}
	.tcs-dek__list--text ul li {font-size: 12px;}
	.tcs-dek__list--text ul li:nth-child(1):before {width: 10px; height: 13px;}
	.tcs-dek__list--text ul li:nth-child(2):before {width: 16px; height: 11px;}
	.tcs-dek__list--cost {width: 100%; align-items: flex-end; padding: 0 16px; margin-top: -36px;}
	.tcs-dek__list--cost span {font-size: 13px;}
	.tcs-dek__list--cost strong {font-size: 24px;}
	a.tcs-dek__buy {width: 100%; border-left: none; font-size: 18px; border-top: solid 2px #333; margin-top: 16px; padding: 8px;}
}




/* dek target */
.tcs-dek__tgat {display: flex; margin: 0 -10px; padding-bottom: 48px;}
.tcs-dek__tgat > div {width: 33.3333%; padding: 0 10px; display: flex;}
.tcs-dek__tgat a {display: flex; flex-direction: column; width: 100%; position: relative;}
.tcs-dek__tgat h4 {flex-shrink: 0; display: flex; position: relative; z-index: 1; width: 128px; height: 48px; margin-left: 16px; background: #ffe2ca; color: #ff6f37; font-size: 20px; font-weight: 500; align-items: center; justify-content: center;}
.tcs-dek__tgat dl {flex-grow: 1; display: flex; flex-direction: column; padding: 24px 16px; background: #fff; border: solid 2px #333; position: relative; z-index: 1;}
.tcs-dek__tgat dt {flex-shrink: 0; font-size: 20px; font-weight: 500; text-align: center;}
.tcs-dek__tgat dd {flex-grow: 1; margin-top: 16px;}
.tcs-dek__tgat dd ul {background: #f2f2f2; padding: 16px; -webkit-border-radius: 8px; border-radius: 8px;}
.tcs-dek__tgat dd ul li {margin-bottom: 8px; display: flex; justify-content: space-between;}
.tcs-dek__tgat dd ul li:last-child {margin-bottom: 0; padding-top: 16px; margin-top: 16px; border-top: dashed 1px #ddd;}
.tcs-dek__tgat dd ul li > p {flex-grow: 1;}
.tcs-dek__tgat dd ul li > span {flex-shrink: 0; margin-left: 16px;}
.tcs-dek__tgat dd ul li p em {font-size: 14px; font-style: normal; margin-top: 4px; display: block; position: relative; padding-left: 8px;}
.tcs-dek__tgat dd ul li p em:before {content: ''; display: block; width: 4px; height: 1px; background: #000; position: absolute; left: 0; top: 8px;}
.tcs-dek__tgat dd ul li p span {font-size: 14px; color: #999; display: block; margin-top: 4px; margin-bottom: 8px;}
.tcs-dek__tgat dd ul li strong {color: #ff6f37; font-weight: 500;}

.tcs-dek__tgat h5 {border: solid 2px #333; border-top: none; height: 60px; background: #eaeaea; color: #999; font-size: 20px; font-weight: 600; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;}
.tcs-dek__tgat dl:before,
.tcs-dek__tgat dl:after,
.tcs-dek__tgat h5:before,
.tcs-dek__tgat h5:after {content: ''; display: block; width: 8px; height: 8px; position: absolute; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_tgat_dot.png')no-repeat center center / cover;}
.tcs-dek__tgat dl:before {left: -2px; top: -2px;}
.tcs-dek__tgat dl:after {right: -2px; top: -2px; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.tcs-dek__tgat h5:before {left: -2px; bottom: -2px; -webkit-transform: rotate(270deg); transform: rotate(270deg);}
.tcs-dek__tgat h5:after {right: -2px; bottom: -2px; -webkit-transform: rotate(180deg); transform: rotate(180deg);}

.tcs-dek__tgat a h4,
.tcs-dek__tgat a h5,
.tcs-dek__tgat a:before,
.tcs-dek__tgat a:after {transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.tcs-dek__tgat a:hover h4 {-webkit-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.1);}
.tcs-dek__tgat a:before,
.tcs-dek__tgat a:after {opacity: 0; content: ''; position: absolute; top: 58px; bottom: 10px; left: 10px; right: 10px; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.4); box-shadow:0 0 20px rgba(0,0,0,0.8); border-radius:100px / 10px;}
.tcs-dek__tgat a:hover:before,
.tcs-dek__tgat a:hover:after {opacity: 1;}
.tcs-dek__tgat a:hover h5 {background: #ff6f37; color: #fff;}

@media (max-width:1280px) {
	.tcs-dek__tgat {margin: 0 -5px;}
	.tcs-dek__tgat > div {padding: 0 5px; width: 100%;}
}

@media (max-width:992px) {
	.tcs-dek__tgat {margin: 0; display: block;}
	.tcs-dek__tgat > div {width: 100%; padding: 0; margin-bottom: 24px;}
	.tcs-dek__tgat > div:last-child {margin-bottom: 0;}
}

@media (max-width:768px) {
	.tcs-dek__tgat h4 {width: 96px; height: 24px; margin-left: 12px;  font-size: 16px;}
	.tcs-dek__tgat dl {padding: 0;}
	.tcs-dek__tgat dt {font-size: 16px; padding: 12px 0;}
	.tcs-dek__tgat dd {margin-top: 0;}
	.tcs-dek__tgat dd ul {padding: 16px; -webkit-border-radius: 0; border-radius: 0;}
	.tcs-dek__tgat dd ul li {font-size: 12px; margin-bottom: 4px;}
	.tcs-dek__tgat dd ul li p span {font-size: 12px;}
	.tcs-dek__tgat dd ul li p em {font-size: 12px;}
	.tcs-dek__tgat h5 {height: 50px; font-size: 16px; background: #ff6f37; color: #fff;}
}




/* dek tpat */
.tcs-dek__tpat {padding-bottom: 64px;}
.tcs-dek__tpat--item {margin-bottom: 10px; border: solid 2px #333; position: relative; display: flex;}
.tcs-dek__tpat--item:last-child {margin-bottom: 0;}
.tcs-dek__tpat--item:before,
.tcs-dek__tpat--item:after,
.tcs-dek__tpat--cont:before,
.tcs-dek__tpat--cont:after {content: ''; display: block; width: 8px; height: 8px; position: absolute; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_tgat_dot.png')no-repeat center center / cover;}
.tcs-dek__tpat--item:before {left: -2px; top: -2px;}
.tcs-dek__tpat--item:after {right: -2px; top: -2px; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.tcs-dek__tpat--cont:before {left: -2px; bottom: -2px; -webkit-transform: rotate(270deg); transform: rotate(270deg);}
.tcs-dek__tpat--cont:after {right: -2px; bottom: -2px; -webkit-transform: rotate(180deg); transform: rotate(180deg);}

.tcs-dek__tpat--cont {flex-grow: 1; padding: 24px;}
.tcs-dek__tpat--cont h4 {display: flex; align-items: center; font-size: 20px; font-weight: 600;}
.tcs-dek__tpat--cont h4 span {height: 36px; padding: 0 24px; margin-right: 12px; flex-shrink: 0; -webkit-border-radius: 24px; border-radius: 24px; display: flex; align-items: center; justify-content: center;}
.tcs-dek__tpat--cont h4 span.grn {background: #caffe7; color: #207b52;}
.tcs-dek__tpat--cont h4 span.org {background: #ffe2ca ; color: #ff7946;}
.tcs-dek__tpat--cont h4 span.red {background: #ffcada; color: #e52159;}
.tcs-dek__tpat--cont h4 span.sky {background: #caf6ff; color: #1e879d;}
.tcs-dek__tpat--cont h4 span.ppl {background: #d8caff; color: #462a96;}
.tcs-dek__tpat--cont table {margin-top: 8px; border-collapse: separate; border-spacing: 0 8px;}
.tcs-dek__tpat--cont table th,
.tcs-dek__tpat--cont table td {background: #f2f2f2; padding: 8px; font-weight: 400;}
.tcs-dek__tpat--cont table th {text-align: left;}
.tcs-dek__tpat--cont table td {text-align: right; width: 160px;}
.tcs-dek__tpat--cont table td strong {color: #207b52; font-weight: 600;}
.tcs-dek__tpat--cont p {color: #999;}
.tcs-dek__tpat--thumb {display: flex; flex-shrink: 0; width: 35%; border-left: solid 2px #333; flex-direction: column;}
.tcs-dek__tpat--thumb dt {display: flex; align-items: center; justify-content: center; flex-grow: 1;}
.tcs-dek__tpat--thumb img {display: block;}
.tcs-dek__tpat--thumb dd {height: 56px; text-align: center; border-top: solid 2px #333; background: #e6eef5; font-size: 20px; color: #006cff; font-weight: 600; display: flex; align-items: center; justify-content: center;}

@media (max-width:992px) {
	.tcs-dek__tpat--cont {padding: 16px;}
	.tcs-dek__tpat--cont h4 {font-size: 16px;}
	.tcs-dek__tpat--cont h4 span {height: 24px; padding: 0 12px; font-size: 12px;}
	.tcs-dek__tpat--thumb dd {height: 48px; font-size: 16px;}
}

@media (max-width:768px) {
	.tcs-dek__tpat--item {display: block;}
	.tcs-dek__tpat--cont table,
	.tcs-dek__tpat--cont table tbody,
	.tcs-dek__tpat--cont table tr,
	.tcs-dek__tpat--cont table th,
	.tcs-dek__tpat--cont table td {display: block; width: 100%;}
	.tcs-dek__tpat--cont table {margin-top: 12px;}
	.tcs-dek__tpat--cont table tr {margin-bottom: 10px;}
	.tcs-dek__tpat--cont table tr:last-child {margin-bottom: 0;}
	.tcs-dek__tpat--cont table td {padding-top: 0;}
	.tcs-dek__tpat--cont p {margin-top: 8px; font-size: 12px;}
	.tcs-dek__tpat--thumb {border-left: none; width: 100%;}
	.tcs-dek__tpat--thumb dt {display: none;}
}









.tcs-dek__alv--title {text-align: center; margin-top: 80px; margin-bottom: 40px;}
.tcs-dek__alv--title span {height: 48px; position: relative; padding: 0 24px; font-size: 20px; font-weight: 600; color: #fff; display: inline-flex; align-items: center; justify-content: center; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_titile_3.png'); background-size: auto 100%;}
.tcs-dek__alv--title span:before,
.tcs-dek__alv--title span:after {content: ''; display: block; width: 14px; height: 48px; position: absolute; top: 0;}
.tcs-dek__alv--title span:before {left: 0; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_titile_1.png')no-repeat center center / cover;}
.tcs-dek__alv--title span:after {right: 0; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_titile_2.png')no-repeat center center / cover;}
.tcs-dek__alv--title h4 {font-size: 32px; font-weight: 600; color: #ff1d6d; margin-top: 8px;}
.tcs-dek__alv--title p {font-size: 20px;}

.tcs-dek__alv--what {}
.tcs-dek__alv--what table {border-left: solid 2px #fff; border-right: solid 2px #fff;}
.tcs-dek__alv--what th {background: #1e3474; color: #fff; padding: 16px; font-size: 20px;}
.tcs-dek__alv--what td {border: solid 1px #ddd; padding: 16px; text-align: center;}

.tcs-dek__alv--why {margin: -8px;}
.tcs-dek__alv--why table {border-collapse: separate; border-spacing: 8px;}
.tcs-dek__alv--why th,
.tcs-dek__alv--why td {width: 50%; padding: 8px 16px; -webkit-border-radius: 8px; border-radius: 8px;}
.tcs-dek__alv--why th {background: #1e3474; color: #fff; font-size: 20px; font-weight: 600;}
.tcs-dek__alv--why th:last-child {background: #1477bc;}
.tcs-dek__alv--why td {background: #f2f2f2;}
.tcs-dek__alv--why p {color: #999; margin-top: 8px;}

.tcs-dek__alv--now {padding-top: 40px; padding-bottom: 120px;}
.tcs-dek__alv--now a {display: block; width: 440px; height: 108px; text-indent: -9999px; margin: 32px auto 0; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_buy.png')no-repeat center top / 100% auto;}
.tcs-dek__alv--now a:active {background-position: center bottom;}

.tcs-dek__pack {width: 100%; max-width: 820px; margin: 0 auto; position: relative;}
.tcs-dek__pack--inner {padding-bottom: 64%; position: relative; border: solid 2px #333; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_package.jpg')no-repeat center center / cover;}
.tcs-dek__pack--arrow {width: 48px; height: 48px; text-indent: -9999px; position: absolute; top: 50%; margin-top: -24px; z-index: 1; background: url('https://img.megastudyth.com/event/2023/tcas67/quiz_nav.png')no-repeat left center / auto 100%;}
.tcs-dek__pack--arrow.prev {left: 16px;}
.tcs-dek__pack--arrow.next {right: 16px; background-position: right center;}
.tcs-dek__pack--slide {position: absolute; width: 15%; position: absolute; left: 50%; top: 43%; margin-left: -7.5% !important; animation: bounce 0.5s infinite alternate;}

.tcs-dek__pack--curri {position: absolute; width: 480px; padding: 0 16px 16px; bottom: 32px; left: 50%; background: rgba(0,0,0,0.6); -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.tcs-dek__pack--curri em {display: block; width: 6px; position: absolute; top: 6px; bottom: 6px; background: rgba(0,0,0,0.6);}
.tcs-dek__pack--curri em:before,
.tcs-dek__pack--curri em:after {content: ''; content: ''; display: block; width: 3px; height: 3px; background: rgba(0,0,0,0.6); position: absolute;}
.tcs-dek__pack--curri em:first-child {right: 100%;}
.tcs-dek__pack--curri em:last-child {left: 100%;}
.tcs-dek__pack--curri em:first-child:before {right: 0; bottom: 100%;}
.tcs-dek__pack--curri em:first-child:after {right: 0; top: 100%;}
.tcs-dek__pack--curri em:last-child:before {left: 0; bottom: 100%;}
.tcs-dek__pack--curri em:last-child:after {left: 0; top: 100%;}
.tcs-dek__pack--curri dt {display: flex; align-items: center; margin-bottom: 16px; position: relative;}
.tcs-dek__pack--curri dt strong {padding: 16px; height: 40px; background: #e64475; color: #fff; display: flex; align-items: center; position: relative;}
.tcs-dek__pack--curri dt span {padding: 16px; height: 40px; background: #fff; display: flex; align-items: center; position: relative;}
.tcs-dek__pack--curri dt strong:before {content: ''; display: block; width: 6px; height: 100%; position: absolute; bottom: 0; right: 100%; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_dot_1.png')no-repeat center center / cover;}
.tcs-dek__pack--curri dt span:after {content: ''; display: block; width: 6px; height: 100%; position: absolute; bottom: 0; left: 100%; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_dot_2.png')no-repeat center center / cover;}
.tcs-dek__pack--curri dd {color: #fff;}
.tcs-dek__pack--curri dd ul {display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}
.tcs-dek__pack--curri dd ul li {display: flex; align-items: center; margin-right: 16px; padding: 4px 0;}
.tcs-dek__pack--curri dd ul li:last-child {margin-right: 0;}
.tcs-dek__pack--curri dd ul li:before {flex-shrink; 0; margin-right: 4px; content: ''; display: block; width: 16px; height: 15px; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_alevel_heart.png')no-repeat center center / cover;}


@media (max-width:1280px) {
	.tcs-dek__alv--what th {padding: 8px; font-size: 16px;}
	.tcs-dek__alv--what td {padding: 8px;}
}

@media (max-width:992px) {
	.tcs-dek__alv--title {margin-top: 48px; margin-bottom: 16px;}
	.tcs-dek__alv--title span {height: 34px; padding: 0 16px; font-size: 16px;}
	.tcs-dek__alv--title span:before,
	.tcs-dek__alv--title span:after {width: 10px; height: 34px;}
	.tcs-dek__alv--title h4 {font-size: 24px;}
	.tcs-dek__alv--title p {font-size: 16px;}
	.tcs-dek__alv--what th {font-size: 13px;}
	.tcs-dek__alv--what td {font-size: 13px;}
	.tcs-dek__alv--why {margin: -8px;}
	.tcs-dek__alv--why th,
	.tcs-dek__alv--why td {font-size: 14px;}	
	.tcs-dek__alv--now {padding-top: 0; padding-bottom: 64px;}
	.tcs-dek__alv--now a {width: 360px; height: 88px;}
	.tcs-dek__pack--curri {bottom: 16px;}
}

@media (max-width:768px) {
	.tcs-dek__alv--title h4 {font-size: 20px;}
	.tcs-dek__alv--title p {font-size: 13px;}
	.tcs-dek__alv--what {margin: 0 -16px; padding: 0 16px; overflow-x: auto;}
	.tcs-dek__alv--what table {width: 540px;}
	.tcs-dek__alv--what th {font-size: 12px; padding: 4px;}
	.tcs-dek__alv--what td {font-size: 12px; padding: 4px;}
	.tcs-dek__alv--why {margin: -4px -16px; padding: 0 12px; overflow-x: auto;}
	.tcs-dek__alv--why table {width: 400px; border-spacing: 4px;}
	.tcs-dek__alv--why th,
	.tcs-dek__alv--why td {font-size: 12px;}
	.tcs-dek__alv--why p {font-size: 12px;}
	.tcs-dek__alv--now a {width: 260px; height: 64px;}
	.tcs-dek__pack--arrow {width: 32px; height: 32px; margin-top: -16px;}
	.tcs-dek__pack--arrow.prev {left: 8px;}
	.tcs-dek__pack--arrow.next {right: 8px;}
	.tcs-dek__pack--curri {position: static; width: 100%; padding: 0 8px 8px; margin-top: 8px; -webkit-transform: translateX(0); transform: translateX(0);}
	.tcs-dek__pack--curri dt {width: 100%; margin-bottom: 8px;}
	.tcs-dek__pack--curri dt strong,
	.tcs-dek__pack--curri dt span {padding: 4px; height: 40px; font-size: 12px; flex: auto;}
	.tcs-dek__pack--curri dd ul li {font-size: 12px;}
}



/* counsel */
.tcs-counsel {background: url('https://img.megastudyth.com/event/2023/tcas67/counsel_bg.jpg')no-repeat center center / cover;}
.tcs-counsel__inner {height: 320px; display: flex; align-items: center; justify-content: space-between; position: relative;}
.tcs-counsel__inner:before {content: ''; display: block; width: 159px; height: 155px; position: absolute; right: 100%; margin-right: 40px; animation: bounce 0.5s infinite alternate; background: url('https://img.megastudyth.com/event/2023/tcas67/counsel_cha.png')no-repeat center center / cover;}
.tcs-counsel__text {flex-grow: 1;}
.tcs-counsel__text h3 {font-size: 40px; font-weight: 900; color: #ffec1e; text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000;}
.tcs-counsel__text h3 br {display: none;}
.tcs-counsel__text p {font-size: 28px; font-weight: 700; color: #fff; text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000;}
.tcs-counsel__btn {flex-shrink: 0; margin-left: 32px; display: block; width: 280px; height: 102px; text-indent: -9999px; background: url('https://img.megastudyth.com/event/2023/tcas67/counsel_btn.png')no-repeat center center / cover; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.tcs-counsel__btn:hover {-webkit-transform: translateX(5px); transform: translateX(5px);}

@media (max-width:992px) {
	.tcs-counsel__inner {height: auto; padding: 40px 0;}
	.tcs-counsel__text h3 {font-size: 34px;}
	.tcs-counsel__text p {font-size: 24px;}
	.tcs-counsel__btn {width: 200px; height: 73px;}
}

@media (max-width:768px) {
	.tcs-counsel__inner {display: block; padding-top: 32px; padding-bottom: 64px;}
	.tcs-counsel__text h3 {font-size: 30px;}
	.tcs-counsel__text h3 br {display: block;}
	.tcs-counsel__text p {font-size: 16px; margin-top: 8px;}
	.tcs-counsel__btn {margin-left: 0; margin-top: 8px;}
}

@media (max-width:320px) {
	.tcs-counsel__text h3 {font-size: 24px;}
	.tcs-counsel__text p {font-size: 14px;}
}




/* worry */
.tcs-worry {padding-top: 88px; padding-bottom: 120px; background: #e5f1f4;}
.tcs-worry__title {text-align: center; color: #333; margin-bottom: 80px;}
.tcs-worry__title p {font-size: 20px;}
.tcs-worry__title h3 {display: inline-block; position: relative; margin-top: 16px; font-size: 48px; font-weight: 600; line-height: 1.0;}
.tcs-worry__title h3:after {content: ''; display: block; width: 142px; height: 77px; position: absolute; left: 100%; top: -40px; margin-left: -4px; background: url('https://img.megastudyth.com/event/2023/tcas67/worry_label.png')no-repeat center center / cover;}
.tcs-worry__wrap {margin: -20px; display: flex; flex-wrap: wrap;}
.tcs-worry__wrap > div {padding: 20px; width: 33.3333%;}
.tcs-worry__wrap button {display: block; width: 100%; position: relative; padding-bottom: 85%; background: none;}
.tcs-worry__folder {position: relative; display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.tcs-worry__folder:before {content: ''; display: block; height: 13%; background: #ddd; width:40%; margin-bottom: -2px; margin-left: 16px; -webkit-border-radius: 0 16px 0 0; border-radius: 0 16px 0 0; box-sizing: border-box; border: solid 2px #333; border-bottom: none; transform: skew(20deg) translate(10px, 0px);}
.tcs-worry__folder:after {content: ''; display: block; width: 40px; height: 20%; background: #ddd; position: absolute; left: 0; top: 0; border-left: solid 2px #333; border-top: solid 2px #333; -webkit-border-radius: 16px 0 0 0; border-radius: 16px 0 0 0;}
.tcs-worry__back {display: block; height: 87%; background: #ddd; border: solid 2px #333; -webkit-border-radius: 16px; border-radius: 16px; position: relative;}
.tcs-worry__back:before {content: ''; width: calc(40% + 30px); background: #ddd; height: 2px; position: absolute; left: 0; top: -2px;}
.tcs-worry__paper {position: absolute; left: 12px; right: 12px; top: 12px; bottom: 12px; background: #fff; border: solid 2px #333; z-index: 1; -webkit-border-radius: 16px; border-radius: 16px;}
.tcs-worry__cover {height: 87%; text-align: left; background: #aaa; position: absolute; left: 0; right: 0; bottom: 2px; z-index: 2; padding: 32px; background: #ddd; border: solid 2px #333; -webkit-border-radius: 16px; border-radius: 16px;}
.tcs-worry__cover dt {font-size: 28px; font-weight: 600; color: #fff;}
.tcs-worry__cover dd {font-size: 18px; color: rgba(255,255,255,0.7); margin-top: 16px;}

.tcs-worry__folder.grn:before,
.tcs-worry__folder.grn:after,
.tcs-worry__folder.grn .tcs-worry__back,
.tcs-worry__folder.grn .tcs-worry__cover {background: #1da02f;}
.tcs-worry__folder.blu:before,
.tcs-worry__folder.blu:after,
.tcs-worry__folder.blu .tcs-worry__back,
.tcs-worry__folder.blu .tcs-worry__cover {background: #1b86e0;}
.tcs-worry__folder.org:before,
.tcs-worry__folder.org:after,
.tcs-worry__folder.org .tcs-worry__back,
.tcs-worry__folder.org .tcs-worry__cover {background: #ff7c2d;}
.tcs-worry__folder.ylw:before,
.tcs-worry__folder.ylw:after,
.tcs-worry__folder.ylw .tcs-worry__back,
.tcs-worry__folder.ylw .tcs-worry__cover {background: #ffd74b;}
.tcs-worry__folder.ylw .tcs-worry__cover dt {color: #333;}
.tcs-worry__folder.ylw .tcs-worry__cover dd {color: rgba(51,51,51,0.7);}
.tcs-worry__folder.pnk:before,
.tcs-worry__folder.pnk:after,
.tcs-worry__folder.pnk .tcs-worry__back,
.tcs-worry__folder.pnk .tcs-worry__cover {background: #f53f80;}
.tcs-worry__folder.ppl:before,
.tcs-worry__folder.ppl:after,
.tcs-worry__folder.ppl .tcs-worry__back,
.tcs-worry__folder.ppl .tcs-worry__cover {background: #a144e8;}
.tcs-worry__wrap button.on .tcs-worry__cover {animation: fdOpen 0.5s forwards;}
.tcs-worry__wrap button.on .tcs-worry__paper {animation: fdUp 0.5s forwards; animation-delay: 0.5s;}

@keyframes fdOpen {0%{transform: skew(0deg) translate(0, 0px);}100%{transform: skew(10deg) translate(-7%, 0px);}}
@keyframes fdUp {0%{transform: translateY(0);}100%{transform: translateY(-32px);}}

.tcs-worry__btn {display: block; width: 440px; height: 108px; text-indent: -9999px; margin: 40px auto 0; background: url('https://img.megastudyth.com/event/2023/tcas67/dek_btn.png')no-repeat center top / 100% auto;}
.tcs-worry__btn:active {background-position: center bottom;}
.tcs-worry__pop {display: none; background: rgba(0,0,0,0.4); position: fixed; z-index: 2000; left: 0; right: 0; top: 0; bottom: 0;}
.tcs-worry__pop > div {width: 100%; height: 100%; display: table;}
.tcs-worry__pop > div > div {display: table-cell; width: 100%; vertical-align: middle;}
.tcs-worry__box {background: #fff; width: 100%; max-width: 768px; margin: 0 auto; border: solid 2px #333; overflow: hidden; position: relative; -webkit-border-radius: 12px; border-radius: 12px; -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28); box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);}
.tcs-worry__close {display: block; width: 48px; height: 48px; background: none; position: absolute; right: 0; top: 0; text-indent: -9999px;}
.tcs-worry__close:before,
.tcs-worry__close:after {content: ''; display: block; width: 26px; height: 2px; background: #333; position: absolute; left: 50%; top: 50%; margin-left: -13px; margin-top: -1px;}
.tcs-worry__close:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.tcs-worry__close:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.tcs-worry__top {margin: 32px; background: #f2f2f2; padding: 24px 32px; font-size: 28px; line-height: 1.3; font-weight: 600; color: #333; display: flex; align-items: center; justify-content: space-between; -webkit-border-radius: 12px; border-radius: 12px;}
.tcs-worry__top:after {content: ''; display: block; width: 82px; height: 85px; margin-left: 32px; flex-shrink: 0;}
.tcs-worry__pop#worry1 .tcs-worry__top:after {background: url('https://img.megastudyth.com/event/2023/tcas67/worry_pop_1.png')no-repeat center center / cover;}
.tcs-worry__pop#worry2 .tcs-worry__top:after {background: url('https://img.megastudyth.com/event/2023/tcas67/worry_pop_2.png')no-repeat center center / cover;}
.tcs-worry__pop#worry3 .tcs-worry__top:after {background: url('https://img.megastudyth.com/event/2023/tcas67/worry_pop_3.png')no-repeat center center / cover;}
.tcs-worry__pop#worry4 .tcs-worry__top:after {background: url('https://img.megastudyth.com/event/2023/tcas67/worry_pop_4.png')no-repeat center center / cover;}
.tcs-worry__pop#worry5 .tcs-worry__top:after {background: url('https://img.megastudyth.com/event/2023/tcas67/worry_pop_5.png')no-repeat center center / cover;}
.tcs-worry__pop#worry6 .tcs-worry__top:after {background: url('https://img.megastudyth.com/event/2023/tcas67/worry_pop_6.png')no-repeat center center / cover;}
.tcs-worry__cont {padding: 0 32px 32px;}
.tcs-worry__cont h5 {font-size: 20px; font-weight: 600; color: #2d75f9;}
.tcs-worry__cont p {font-size: 18px; color: #555; margin-top: 16px; line-height: 1.4;}
.tcs-worry__cont ul {}
.tcs-worry__cont ul li {display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 16px;}
.tcs-worry__cont ul li:last-child {margin-bottom: 0;}
.tcs-worry__cont ul li:before {content: attr(num); width: 32px; height: 32px; flex-shrink: 0; margin-right: 6px; background: #50abe1; color: #fff; font-weight: 600; -webkit-border-radius: 50%; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.tcs-worry__cont ul li strong {font-size: 20px; font-weight: 600; color: #333;}
.tcs-worry__cont ul li span {display: block; width: 100%; padding-left: 38px; color: #555; margin-top: 4px;}
.tcs-worry__link {display: block; border-top: solid 2px #333; background: #2d75f9; padding: 24px 40px;}
.tcs-worry__link dl {display: flex; align-items: center; justify-content: space-between;}
.tcs-worry__link dl dt {flex-grow: 1;}
.tcs-worry__link dl dt h5 {font-size: 20px; font-weight: 600; color: #fff;}
.tcs-worry__link dl dt p {color: rgba(208,220,253,0.7); margin-top: 16px;}
.tcs-worry__link dl dd {font-size: 20px; color: #fff; display: flex; align-items: center; flex-shrink: 0; margin-left: 24px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.tcs-worry__link dl dd em {display: block; width: 28px; height: 28px; margin-left: 20px; background: rgba(0,0,0,0.2); position: relative; -webkit-border-radius: 50%; border-radius: 50%;}
.tcs-worry__link dl dd em:before {content: ''; display: block; width: 26px; height: 2px; background: #fff; position: absolute; right: 50%; top: 50%; margin-top: -1px;}
.tcs-worry__link dl dd em:after {content: ''; display: block; box-sizing: border-box; width: 10px; height: 10px; border-top: solid 2px #fff; border-right: solid 2px #fff;; position: absolute; right: 50%; top: 50%; margin-top: -5px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.tcs-worry__link:hover dl dd { -webkit-transform: translateX(16px); transform: translateX(16px);}


@media (max-width:1280px) {
	.tcs-worry__wrap {margin: -10px;}
	.tcs-worry__wrap > div {padding: 10px;}
	.tcs-worry__cover {padding: 24px;}
	.tcs-worry__cover dt {font-size: 20px;}
	.tcs-worry__cover dd {font-size: 14px; margin-top: 0;}
}

@media (max-width:992px) {
	.tcs-worry {padding-top: 64px; padding-bottom: 96px;}
	.tcs-worry__title {margin-bottom: 48px;}
	.tcs-worry__title p {font-size: 16px;}
	.tcs-worry__title h3 {font-size: 40px;}
	.tcs-worry__btn {width: 360px; height: 88px;}
	.tcs-worry__pop > div > div {padding-left: 32px; padding-right: 32px;}
	.tcs-worry__top {margin: 24px; padding: 16px; font-size: 20px;}
	.tcs-worry__top:after {width: 60px; height: 62px;}
	.tcs-worry__link dl dt h5 {font-size: 18px;}
	.tcs-worry__link dl dt p {margin-top: 8px;}
}

@media (max-width:768px) {
	.tcs-worry {padding-bottom: 56px;}
	.tcs-worry__title {margin-bottom: 48px;}
	.tcs-worry__title p {font-size: 14px;}
	.tcs-worry__title h3 {font-size: 30px; margin-top: 4px;}
	.tcs-worry__title h3:after {width: 96px; height: 52px; left: 50%; top: auto; bottom: 100%; margin-left: 0; margin-bottom: 32px; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
	.tcs-worry__wrap {margin: -5px;}
	.tcs-worry__wrap > div {padding: 5px; width: 50%;}
	.tcs-worry__cover {padding: 16px;}
	.tcs-worry__cover dt {font-size: 16px;}
	.tcs-worry__cover dd {font-size: 11px;}
	.tcs-worry__btn {width: 260px; height: 64px; margin: 24px auto 0;}
	.tcs-worry__pop > div > div {padding-left: 16px; padding-right: 16px;}
	.tcs-worry__top {margin: 0; padding: 16px; font-size: 16px; -webkit-border-radius: 0px; border-radius: 0px;}
	.tcs-worry__top:after {width: 48px; height: 50px; margin-left: 24px;}
	.tcs-worry__close {width: 32px; height: 32px;}
	.tcs-worry__close:before,
	.tcs-worry__close:after {width: 20px; margin-left: -10px;}
	.tcs-worry__cont {padding: 16px;}
	.tcs-worry__cont h5 {font-size: 16px;}
	.tcs-worry__cont p {font-size: 13px; margin-top: 8px;}
	.tcs-worry__cont ul li {margin-bottom: 8px;}
	.tcs-worry__cont ul li:before {width: 24px; height: 24px; font-size: 13px;}
	.tcs-worry__cont ul li strong {font-size: 14px;}
	.tcs-worry__cont ul li span {padding-left: 30px; margin-top: 2px; font-size: 12px;}
	.tcs-worry__link {padding: 16px;}
	.tcs-worry__link dl {display: block;}
	.tcs-worry__link dl dt h5 {font-size: 14px;}
	.tcs-worry__link dl dt p {font-size: 12px; margin-top: 4px;}
	.tcs-worry__link dl dd {font-size: 14px; justify-content: flex-end; margin-left: 0; margin-top: 8px;}
	.tcs-worry__link dl dd em {width: 24px; height: 24px; margin-left: 12px;}
	.tcs-worry__link dl dd em:before {width: 16px;}
	.tcs-worry__link dl dd em:after {width: 8px; height: 8px; margin-top: -4px;}
}





/* gacha */
.tcs-gacha {background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_bg.jpg')no-repeat center center / cover;}
.tcs-gacha__top {padding: 64px 0; text-align: center; background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_text_bg_1.jpg')no-repeat center center / cover;}
.tcs-gacha__top h3 {font-size: 74px; font-weight: 700; line-height: 1.1; background-clip: text; -webkit-background-clip: text; color: transparent; background-image: url('https://img.megastudyth.com/event/2023/tcas67/gacha_text-grd_1.png'); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.tcs-gacha__top p {font-size: 36px; color: #fff; font-weight: 500; margin-top: 16px;}

.tcs-gacha__bot {padding: 40px 0; text-align: center; background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_text_bg_2.jpg')no-repeat center center / cover;}
.tcs-gacha__bot h3 {font-size: 68px; font-weight: 700; line-height: 1.1; background-clip: text; -webkit-background-clip: text; color: transparent; background-image: url('https://img.megastudyth.com/event/2023/tcas67/gacha_text-grd_2.png'); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.tcs-gacha__bot h4 {font-size: 56px; font-weight: 500; line-height: 1.1; color: #fff;}
.tcs-gacha__bot p {font-size: 24px; color: rgba(255,255,255,0.7); margin-top: 24px;}

.tcs-gacha__main {padding-top: 96px;}
.tcs-gacha__title {text-align: center; margin-bottom: 72px;}
.tcs-gacha__title p {font-size: 32px; color: #fff;}

.tcs-gacha__machine {width: 480px; margin: 0 auto; position: relative; padding-top: 20px;}
.tcs-gacha__machine:before {content: ''; display: block; padding-bottom: 10.4167%; position: absolute; left: 0; right: 0; top: 0; z-index: 1; background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_machine_top.png')no-repeat center center / cover;}
.tcs-gacha__circle {padding-bottom: 100%; position: relative;}
.tcs-gacha__over {
	border: solid 10px #fff; position: absolute; left: -20px; right: -20px; top: -20px; bottom: -20px;
	background: linear-gradient(135deg,  rgba(249,249,249,1) 0%,rgba(230,230,230,1) 100%); -webkit-border-radius: 50%; border-radius: 50%;
	-webkit-box-shadow: inset -10px 10px 60px 0px rgba(0,0,0,0.15); box-shadow: inset -10px 10px 60px 0px rgba(0,0,0,0.15);
}
.tcs-gacha__over:after {content: ''; display: block; width: 170px; height: 156px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_logo.png')no-repeat center center / cover;}

.tcs-gacha__ball {display: block; position: absolute; width: 15%; height: 15%; -webkit-border-radius: 50%; border-radius: 50%; animation-delay: 2s; animation-iteration-count: 20; animation-duration: 0.15s;}
.tcs-gacha__ball.blu {background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_ball_1.png')no-repeat center center / cover;}
.tcs-gacha__ball.red {background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_ball_2.png')no-repeat center center / cover;}
.tcs-gacha__ball.grn {background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_ball_3.png')no-repeat center center / cover;}
.tcs-gacha__ball.ppl {background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_ball_4.png')no-repeat center center / cover;}
.tcs-gacha__ball.org {background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_ball_5.png')no-repeat center center / cover;}
.tcs-gacha__ball.sky {background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_ball_6.png')no-repeat center center / cover;}
.tcs-gacha__ball.num1 {left: 9%; bottom: 33%;}
.tcs-gacha__ball.num2 {left: 13%; bottom: 11%;}
.tcs-gacha__ball.num3 {left: 35%; bottom: 17%;}
.tcs-gacha__ball.num4 {left: 68%; bottom: 9%;}
.tcs-gacha__ball.num5 {left: 59%; bottom: 18%;}
.tcs-gacha__ball.num6 {left: 47%; bottom: 16%;}
.tcs-gacha__ball.num7 {left: 82%; bottom: 29%;}
.tcs-gacha__ball.num8 {left: 68%; bottom: 23%;}
.tcs-gacha__ball.num9 {left: 77%; bottom: 18%;}
.tcs-gacha__ball.num10 {left: 5%; bottom: 22%;}
.tcs-gacha__ball.num11 {left: 25%; bottom: 17%;}
.tcs-gacha__ball.num12 {left: 17%; bottom: 23%;}
.tcs-gacha__ball.num13 {left: 23%; bottom: 6%;}
.tcs-gacha__ball.num14 {left: 34%; bottom: 7%;}
.tcs-gacha__ball.num15 {left: 44%; bottom: 7%;}
.tcs-gacha__ball.num16 {left: 56%; bottom: 7%;}
.tcs-gacha__machine.on .tcs-gacha__ball.num1,
.tcs-gacha__machine.on .tcs-gacha__ball.num2,
.tcs-gacha__machine.on .tcs-gacha__ball.num5,
.tcs-gacha__machine.on .tcs-gacha__ball.num9,
.tcs-gacha__machine.on .tcs-gacha__ball.num11,
.tcs-gacha__machine.on .tcs-gacha__ball.num13,
.tcs-gacha__machine.on .tcs-gacha__ball.num15,
.tcs-gacha__machine.on .tcs-gacha__ball.num16 {animation-name: vibration;}
.tcs-gacha__machine.on .tcs-gacha__ball.num3,
.tcs-gacha__machine.on .tcs-gacha__ball.num6,
.tcs-gacha__machine.on .tcs-gacha__ball.num8,
.tcs-gacha__machine.on .tcs-gacha__ball.num10 {animation-name: vibration2;}
.tcs-gacha__machine.on .tcs-gacha__ball.num4,
.tcs-gacha__machine.on .tcs-gacha__ball.num7,
.tcs-gacha__machine.on .tcs-gacha__ball.num12,
.tcs-gacha__machine.on .tcs-gacha__ball.num14 {animation-name: vibration3;}
@keyframes vibration {0%{transform: translate3d(0, 0, 0);}100%{transform: translate3d(0, -1vh, 0);}}
@keyframes vibration2 {0%{transform: translate3d(0, 0, 0);}50%{transform: translate3d(0, -1vh, 0);}100%{transform: translate3d(0, 0, 0);}}
@keyframes vibration3 {0%{transform: translate3d(0, 0, 0);}100%{transform: translate3d(0, -2vh, 0);}}


.tcs-gacha__body {padding-bottom: 52.0834%; margin-top: -30px; position: relative; z-index: 1; background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_machine_bot.png')no-repeat center center / cover;}
.tcs-gacha__handle {
	display: block; width: 15%; padding-bottom: calc(15% - 4px); background: #3d9af2; text-indent: -9999px; font-size: 0px;
	-webkit-border-radius: 50%; border-radius: 50%; border: solid 2px #000;
	position: absolute; left: 50%; top: 10%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.24); box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.24);
}
.tcs-gacha__handle:before {content: ''; display: block; width: 88px; height: 32px; position: absolute; right: 100%; top: -16px; animation: blink-effect 1s step-end infinite; background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_click.png')no-repeat center center / cover;}
.tcs-gacha__handle:after {content: ''; display: block; background: #9fd4ff; width: 10px; height: 30px; border: solid 2px #000; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.tcs-gacha__machine.on .tcs-gacha__handle:after {animation: handle 2s 1 alternate;}
@keyframes handle {0%{transform: translate(-50%, -50%) rotate(0deg)}50%{transform: translate(-50%, -50%) rotate(90deg);}100%{transform: translate(-50%, -50%) rotate(0deg);}}
@keyframes blink-effect {50% {opacity: 0;}}
@keyframes rotateBall {0%{transform: rotate(0deg)}100%{transform: rotate(360deg);}}

.tcs-gacha__hole {width: 30%; padding-bottom: 30%; position: absolute; left: 50%; bottom: -5%; overflow: hidden; transform-origin: center center; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;}
.tcs-gacha__hole button {display: block; position: absolute; width: 80%; padding-bottom: 80%; left: 50%; margin-left: -40%; top: -100%; transition: all .4s ease-in-out; transition-delay: 5s;}
.tcs-gacha__hole button span {display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transform-origin: center center; background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_ball_2.png')no-repeat center center / cover;}

.tcs-gacha__machine.on .tcs-gacha__hole button {top: 10%; animation: rotateBall 3s 1; animation-delay: 4.5s;}
.tcs-gacha__hole.on {-webkit-transform: translate(-50%, -200%) scale(2) rotate(720deg); transform: translate(-50%, -200%) scale(2) rotate(720deg);}
.tcs-gacha__hole.on button span {animation: softBall 2s forwards; animation-delay: 2s;}
@keyframes softBall {
	0%{transform: scale(1.0, 1.0);}
	10%{transform: scale(1.2, 0.8);}
	20%{transform: scale(0.8, 1.2);}
	30%{transform: scale(1.2, 0.8);}
	40%{transform: scale(0.8, 1.2);}
	50%{transform: scale(1.2, 0.8);}
	60%{transform: scale(0.8, 1.2);}
	70%{transform: scale(1.2, 0.8);}
	80%{transform: scale(0.8, 1.2);}	
	82%{transform: scale(0, 0);}
	100%{transform: scale(0, 0);}
}

.tcs-gacha__top {padding: 64px 0;}
.tcs-gacha__top h3 {font-size: 74px;}
.tcs-gacha__top p {font-size: 36px; color: #fff; font-weight: 500; margin-top: 16px;}

.tcs-gacha__bot {padding: 40px 0;}
.tcs-gacha__bot h3 {font-size: 68px;}
.tcs-gacha__bot h4 {font-size: 56px; font-weight: 500; line-height: 1.1; color: #fff;}
.tcs-gacha__bot p {font-size: 24px; color: rgba(255,255,255,0.7); margin-top: 24px;}


.tcs-gacha__main {padding-top: 96px;}
.tcs-gacha__title {text-align: center; margin-bottom: 72px;}
.tcs-gacha__title p {font-size: 32px; color: #fff;}

.tcs-gacha__machine {width: 480px; margin: 0 auto; position: relative; padding-top: 20px;}
.tcs-gacha__machine:before {content: ''; display: block; padding-bottom: 10.4167%; position: absolute; left: 0; right: 0; top: 0; z-index: 1; background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_machine_top.png')no-repeat center center / cover;}
.tcs-gacha__circle {padding-bottom: 100%; position: relative;}
.tcs-gacha__over {
	border: solid 10px #fff; position: absolute; left: -20px; right: -20px; top: -20px; bottom: -20px;
	background: linear-gradient(135deg,  rgba(249,249,249,1) 0%,rgba(230,230,230,1) 100%); -webkit-border-radius: 50%; border-radius: 50%;
	-webkit-box-shadow: inset -10px 10px 60px 0px rgba(0,0,0,0.15); box-shadow: inset -10px 10px 60px 0px rgba(0,0,0,0.15);
}
.tcs-gacha__over:after {content: ''; display: block; width: 170px; height: 156px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: url('https://img.megastudyth.com/event/2023/tcas67/gacha_logo.png')no-repeat center center / cover;}



@media (max-width:1280px) {
	.tcs-gacha__top h3 {font-size: 64px;}
	.tcs-gacha__top p {font-size: 30px; margin-top: 8px;}
	.tcs-gacha__bot h3 {font-size: 50px;}
	.tcs-gacha__bot h4 {font-size: 48px;}
	.tcs-gacha__bot p {font-size: 20px; margin-top: 16px;}
	.tcs-gacha__title {max-width: 75%; margin: 0 auto 64px;}
}

@media (max-width:992px) {
	.tcs-gacha__top h3 {font-size: 48px;}
	.tcs-gacha__top p {font-size: 24px;}
	.tcs-gacha__bot h3 {font-size: 40px;}
	.tcs-gacha__bot h4 {font-size: 36px;}
	.tcs-gacha__bot p {font-size: 18px;}
	.tcs-gacha__title {margin: 0 auto 40px;}
	.tcs-gacha__machine {width: 360px;}
}

@media (max-width:768px) {
	.tcs-gacha__top {padding: 40px 0;}
	.tcs-gacha__top h3 {font-size: 36px;}
	.tcs-gacha__top p {font-size: 16px; margin-top: 16px;}
	.tcs-gacha__bot h3 {font-size: 30px;}
	.tcs-gacha__bot h4 {font-size: 24px;}
	.tcs-gacha__bot p {font-size: 16px;}
	.tcs-gacha__main {padding-top: 56px;}
	.tcs-gacha__title {margin-bottom: 40px; max-width: 100%;}
	.tcs-gacha__title p {font-size: 20px;}
	.tcs-gacha__machine {width: 240px;}
	.tcs-gacha__body {margin-top: -10px;}
	.tcs-gacha__over:after {width: 96px; height: 88px;}

}






.tcs-card {display: none; position: fixed; padding: 32px; background: rgba(0,0,0,0.7); z-index: 2000; left: 0; right: 0; top: 0; bottom: 0; align-items: center; justify-content: center;}
.tcs-card__wrap {position: relative;}
.tcs-card__box {background: #ffe6e6; padding: 12px; -webkit-border-radius: 12px; border-radius: 12px; overflow: hidden; -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28); box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28); transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;}
.tcs-card__box.on {animation: fadeInUp 2s forwards;}
.tcs-card__inner {width: 100%; max-width: 320px; box-sizing: border-box; position: relative; padding: 24px 32px 56px; background: url('https://img.megastudyth.com/event/2023/tcas67/card_repeat.png'); background-size: 100% auto;}
.tcs-card__inner:before,
.tcs-card__inner:after {content: ''; display: block; width: 100%; padding-bottom: 25%; position: absolute; left: 0; right: 0; background: #ffe6e6 url('https://img.megastudyth.com/event/2023/tcas67/card_pattern.png')no-repeat center center / 100% auto;}
.tcs-card__inner:before {top: 0;}
.tcs-card__inner:after {bottom: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.tcs-card__inner img {position: relative; z-index: 1; width: 146px; display: block; margin: 0 auto;}
.tcs-card__key {position: relative; z-index: 1; margin-top: 40px;}
.tcs-card__key li {display: flex; justify-content: flex-end; align-items: center; margin-bottom: 14px;}
.tcs-card__key li:last-child {margin-bottom: 0;}
.tcs-card__key li strong {display: flex; width: 120px; height: 32px; align-items: center; justify-content: center; margin-right: 8px; background: #ff1d6d; color: #fff; position: relative;}
.tcs-card__key li strong:before,
.tcs-card__key li strong:after {content: ''; display: block; width: 6px; height: 32px; position: absolute; top: 0;}
.tcs-card__key li strong:before {left: 0; background: url('https://img.megastudyth.com/event/2023/tcas67/card_dot_1.png')no-repeat center center / cover;}
.tcs-card__key li strong:after {right: 0; background: url('https://img.megastudyth.com/event/2023/tcas67/card_dot_2.png')no-repeat center center / cover;}
.tcs-card__key li span {display: block; width: 40%; padding-left: 8px; font-weight: 500;}
.tcs-card__key li span a {text-decoration: underline; color: #ff1d6d; font-weight: 700;}
.tcs-card__text {position: relative; z-index: 1; margin-top: 32px; line-height: 1.4;}
.tcs-card__copy {background: #ff1d6d; color: #fff !important; height: 56px; font-size: 24px; margin: 12px -12px -12px; width: calc(100% + 24px); font-weight: 600; display: flex; align-items: center; justify-content: center;}
.tcs-card__close {display: block; width: 32px; height: 32px; text-indent: -9999px; position: absolute; right: 0; bottom: 100%;}
.tcs-card__close:before,
.tcs-card__close:after {content: ''; display: block; width: 2px; height: 30px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -1px; margin-top: -15px;}
.tcs-card__close:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.tcs-card__close:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width:768px) {
	.tcs-card__inner {padding: 40px 32px;}
	.tcs-card__inner img {width: 96px;}
	.tcs-card__key {margin-top: 16px;}
	.tcs-card__key li {margin-bottom: 8px;}
	.tcs-card__key li strong {height: 24px; width: 104px; font-size: 13px;}
	.tcs-card__key li strong:before,
	.tcs-card__key li strong:after {width: 4px; height: 24px;}
	.tcs-card__key li span {padding-left: 0; font-size: 13px;}
	.tcs-card__text {margin-top: 16px; font-size: 13px;}
}



.tcs-result {padding: 96px 32px; display: flex; align-items: center; justify-content: center; background: url('https://img.megastudyth.com/event/2023/tcas67/card_bg.jpg')no-repeat center top / cover;}

@media (max-width:768px) {
	.tcs-result {min-height: auto;}
}




.tcs-quick {position: absolute; right: 20px; top: 0; margin-top: 240px; z-index: 10; width: 200px; -webkit-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.1);}
.tcs-quick dt {background: #232977; color: #fff; font-size: 24px; line-height: 1.0; padding: 2px 14px 14px; text-align: center; position: relative; font-family: 'DungGeunMo';}
.tcs-quick dt:before,
.tcs-quick dt:after {content: ''; display: block; height: 6px; background: #232977; position: absolute; bottom: 100%;}
.tcs-quick dt:before {left: 6px; right: 6px;}
.tcs-quick dt:after {left: 12px; right: 12px; margin-bottom: 6px;}
.tcs-quick dd {background: #fff; padding: 14px 14px 2px;}
.tcs-quick dd:before,
.tcs-quick dd:after {content: ''; display: block; height: 6px; background: #fff; position: absolute; top: 100%;}
.tcs-quick dd:before {left: 6px; right: 6px;}
.tcs-quick dd:after {left: 12px; right: 12px; margin-top: 6px;}
.tcs-quick dd ul {}
.tcs-quick dd ul li {}
.tcs-quick dd ul li button {display: block; width: 100%; text-align: left; padding: 0 6px; height: 28px; font-size: 16px; letter-spacing: -0.05rem; position: relative;}
.tcs-quick dd ul li button.active {background: #ddd;}
.tcs-quick dd ul li button:after {content: ''; display: block; width: 12px; height: 10px; position: absolute; right: 6px; top: 50%; margin-top: -5px; background: url('https://img.megastudyth.com/event/2023/tcas67/quick_arrow.png')no-repeat center top / cover;}

@media (max-width:992px) {
	.tcs-quick {display: none;}	
}






