@charset "utf-8";
@font-face {font-family: 'Aggravo';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');font-weight: 700;font-display: swap;}

#tcas70 * {box-sizing: border-box;}
#tcas70 img {display: block; max-width: 100%; margin: 0 auto;}
#tcas70 .container {z-index: 1;}

.tcas70-pop {display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1000; background: rgba(0,0,0,0.5); padding: 3rem 1rem;}
.tcas70-pop.active {display: block;}
.tcas70-pop__box {background: #fff; height: 100%; width: 100%; max-width: 36rem; border-radius: 1rem; margin: 0 auto; overflow: hidden; display: flex; flex-direction: column;}
.tcas70-pop__top {flex-shrink: 0; height: 4rem; padding: 0 2rem; border-bottom: solid 1px #E5E8EB; display: flex; align-items: center; justify-content: space-between;}
.tcas70-pop__title {font-size: 1.5rem;}
.tcas70-pop__close {width: 2.5rem; height: 2.5rem; margin-right: -1rem; background: none; position: relative; text-indent: -9999px;}
.tcas70-pop__close:before,
.tcas70-pop__close:after {content: ''; display: block; width: 20px; height: 2px; background: #000; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -1px;}
.tcas70-pop__close:before {transform: rotate(45deg);}
.tcas70-pop__close:after {transform: rotate(-45deg);}
.tcas70-pop__inner {flex-grow: 1; overflow-y: auto; padding: 2rem 2rem 2.5rem;}
.tcas70-pop__basic {border: solid 1px #E5E8EB; border-radius: 0.5em; padding: 0.75rem 1.5rem;}
.tcas70-pop__basic table {}
.tcas70-pop__basic th,
.tcas70-pop__basic td {text-align: left; padding: 0.75rem 0;}
.tcas70-pop__basic th {color: #4E5968; font-size: 0.875rem; font-weight: 400; padding-right: 1rem;}
.tcas70-pop__basic th span {display: inline-block; width: 3px; height: 3px; background: #FF5F5F; border-radius: 100%; text-indent: -9999px; margin-left: 2px;}
.tcas70-pop__basic td {}
.tcas70-pop__basic td input[type="text"] {display: block; width: 100%; height: 3rem; padding: 0 1rem; border: solid 1px #E5E8EB; border-radius: 0.5em;}
.tcas70-pop__basic td select {display: block; width: 100%; height: 3rem; padding-left: 1rem; padding-right: 2.75rem; cursor: pointer; border: solid 1px #E5E8EB; border-radius: 0.5em; background: url('https://img.megastudyth.com/event/2025/openhouse/popup_select.png')no-repeat right 1rem center / 10px auto; appearance: none;}
.tcas70-pop__basic td .tcas70-pop__chk {height: 3rem; align-items: center;}
.tcas70-pop__chk {margin: -0.5rem -1rem; display: flex; flex-wrap: wrap;}
.tcas70-pop__chk li {padding: 0.5rem 1rem; width: 50%; display: flex; align-items: center;}
.tcas70-pop__chk.col5 li {width: 20%;}
.tcas70-pop__chk.last li:last-child {width: 40%;}
.tcas70-pop__chk li input[type="radio"] {display: block; flex-shrink: 0; width: 1.25rem; height: 1.25rem; background: none; cursor: pointer; border: solid 2px #D1D6DB; position: relative; border-radius: 50%; -webkit-appearance: none; appearance: none;}
.tcas70-pop__chk li input[type="radio"] + label {cursor: pointer; margin-left: 0.5rem; font-size: 0.875rem; color: #4E5968; font-weight: 300;}
.tcas70-pop__chk li input[type="radio"]:checked {background: #006FFF; border-color: #006FFF;}
.tcas70-pop__chk li input[type="radio"]:checked:after {content: ''; display: block; width: 0.5rem; height: 0.5rem; margin-left: -0.25rem; margin-top: -0.25rem; background: #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%;}
.tcas70-pop__chk li input[type="checkbox"] {display: block; flex-shrink: 0; width: 1.25rem; height: 1.25rem; background: none; cursor: pointer; border: solid 2px #D1D6DB; position: relative; border-radius: 0.25rem; -webkit-appearance: none; appearance: none;}
.tcas70-pop__chk li input[type="checkbox"] + label {cursor: pointer; margin-left: 0.5rem; font-size: 0.875rem; color: #4E5968; font-weight: 300;}
.tcas70-pop__chk li input[type="checkbox"]:checked {background: #006FFF; border-color: #006FFF;}
.tcas70-pop__chk li input[type="checkbox"]:checked:after {content: ''; display: block; width: 0.25rem; height: 0.5rem; margin-left: -0.15rem; margin-top: -0.45rem; border-bottom: solid 2px #fff; border-right: solid 2px #fff; position: absolute; left: 50%; top: 50%; transform: rotate(45deg);}
.tcas70-pop__group {margin-top: 2.5rem;}
.tcas70-pop__group dt {padding-bottom: 0.75rem; color: #4E5968; font-size: 0.875rem; display: flex;}
.tcas70-pop__group dt:before {content: attr(num); flex-shrink: 0; margin-right: 0.25rem;}
.tcas70-pop__group dt label {cursor: pointer;}
.tcas70-pop__group dt span {display: inline-block; width: 3px; height: 3px; background: #FF5F5F; border-radius: 100%; text-indent: -9999px; margin-left: 2px;}
.tcas70-pop__group dt em {font-style: normal; color: #8B95A1; font-weight: 300;}
.tcas70-pop__group dd {}
.tcas70-pop__group dd h6 {margin-top: 1.25rem; padding-bottom: 1rem; font-size: 0.875rem; font-weight: 400; color: #3182F6;}
.tcas70-pop__group dd input[type="text"] {display: block; width: 100%; height: 3rem; padding: 0 1rem; border: solid 1px #E5E8EB; border-radius: 0.5em;}
.tcas70-pop__group dd input[type="text"] + p {font-size: 0.875rem; margin-top: 0.5rem; color: #4E5968;}
.tcas70-pop__btn {margin-top: 4rem; display: flex; justify-content: center;}
.tcas70-pop__btn a {background: #006FFF; color: #fff; width: 20rem; height: 3.75rem; font-size: 1.25rem; border-radius: 5rem; display: flex; align-items: center; justify-content: center;}
.tcas70-frm {padding: 5rem 0;}
.tcas70-frm__title {text-align: center; font-size: 2.5rem; font-weight: 500;}
.tcas70-frm__inner {background: #fff; height: 100%; width: 100%; max-width: 36rem; margin: 0 auto; padding: 2rem; overflow: hidden; display: flex; flex-direction: column;}

@media (max-width:768px) {
	.tcas70-pop__chk.col5 li {width: 50%;}
	.tcas70-pop__chk.last li:last-child {width: 50%;}
	.tcas70-frm {padding: 4rem 0; border-bottom-width: 1rem;}
	.tcas70-frm__title {font-size: 2rem;}
	.tcas70-frm__inner {padding: 0; margin-top: 1rem;}
	.tcas70-pop__btn a {width: 12rem; height: 3.5rem;}

}





.tcas70-top {padding: 6rem 0 5rem; text-align: center; background: url('https://img.megastudyth.com/event/2025/tcas70/top_bg.jpg')no-repeat center center / cover;}
.tcas70-top h3 {line-height: 1.0; font-family: "Figtree", sans-serif;}
.tcas70-top h3 strong {display: block; font-size: 7rem; font-weight: 900; filter: drop-shadow(-2px 10px 20px rgba(0, 0, 0, 0.7)); -webkit-text-fill-color: transparent; background: linear-gradient(to bottom, #fff 50%, #9454FD 100%) text;}
.tcas70-top h3 span {display: block; font-size: 5rem; font-weight: 900; filter: drop-shadow(-2px 10px 20px rgba(0, 0, 0, 0.7)); -webkit-text-fill-color: transparent; background: linear-gradient(to bottom, #fff 20%, #99A6BE 100%) text;}
.tcas70-top h5 {font-size: 1.5rem; color: #fff; font-weight: 600; margin-top: 2rem;}
.tcas70-top p {font-size: 0.875rem; color: #fff; font-weight: 200; margin-top: 0.5rem;}
.tcas70-top p span {color: #FF8CF9;}
.tcas70-top ul {margin-top: 3rem; display: flex; justify-content: center; gap: 0 0.75rem;}
.tcas70-top ul li {background: #FF535E; color: #fff; padding: 0 2rem; font-weight: 200;  min-width: 12.5rem; height: 5rem; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.tcas70-top ul li:last-child {background: #9454FD;}
.tcas70-top ul li strong {display: block; font-weight: 400;}
.tcas70-top u {font-size: 0.875rem; color: #fff; font-weight: 200; display: block; margin-top: 2.5rem; text-decoration: none;}

.tcas70-high {padding: 5rem 0; background: #000;}
.tcas70-high h3 {font-size: 2.5rem; line-height: 1.0; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center;}
.tcas70-high h3:before,
.tcas70-high h3:after {content: ''; display: block; width: 2.125rem; height: 2.625rem; margin: 0 1rem;}
.tcas70-high h3:before {background: url('https://img.megastudyth.com/event/2025/tcas70/highlight_left.png')no-repeat center center / 100% auto;}
.tcas70-high h3:after {background: url('https://img.megastudyth.com/event/2025/tcas70/highlight_right.png')no-repeat center center / 100% auto;}
.tcas70-high ul {margin-top: 3rem; display: flex; gap: 0.75rem;}
.tcas70-high ul li {flex: 1; background: #fff; padding: 2.5rem 1rem; border-radius: 0.625rem; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.tcas70-high ul li h5 {font-size: 1.25rem; color: #9454FD; font-weight: 600; margin-bottom: 1.5rem;}
.tcas70-high ul li img {display: block; width: 3rem;}
.tcas70-high ul li p {font-size: 0.875rem; color: #6B7684; font-weight: 300; margin-top: 1.5rem;}


.tcas70-agd {padding: 5rem 0 7.5rem; background: #F4F6FB;}
.tcas70-agd__title {font-size: 2.5rem; font-weight: 500; text-align: center;}
.tcas70-agd__list {margin-top: 3rem; margin-left: auto; margin-right: auto; max-width: 52rem; position: relative;}
.tcas70-agd__list:before {content: ''; display: block; width: 2px; position: absolute; top: 0; bottom: 0; left: 50%; margin-left: -1px; background: #F4F6FB; background: linear-gradient(to top, #F4F6FB 0%, #BBC6FA 20%, #BBC6FA 80%, #F4F6FB 100%);}
.tcas70-agd__list > div {height: 6rem; position: relative;}
.tcas70-agd__list > div:before {content: ''; display: block; width: 1rem; height: 1rem; background: #9454FD; border-radius: 50%; position: absolute; top: 50%; margin-top: -0.5rem;}
.tcas70-agd__list dl {padding: 1.25rem; background: #fff; border-radius: 0.625rem; position: absolute; top: 0;}
.tcas70-agd__list dl dt {font-size: 0.875rem; font-weight: 300;}
.tcas70-agd__list dl dd {margin-top: 1rem;}
.tcas70-agd__list dl dd h5 {font-size: 1rem;}
.tcas70-agd__list dl dd ul {margin-top: 0.5rem;}
.tcas70-agd__list dl dd ul li {font-size: 0.875rem; color: #6B7684; font-weight: 300; display: flex; margin-bottom: 0.5rem;}
.tcas70-agd__list dl dd ul li:last-child {margin-bottom: 0;}
.tcas70-agd__list dl dd ul li:before {content: ''; display: block; width: 4px; height: 1px; background: #6B7684; flex-shrink: 0; margin-top: 0.5rem; margin-right: 0.5rem;}
.tcas70-agd__list > div:nth-child(odd) {padding-right: 50%;}
.tcas70-agd__list > div:nth-child(even) {padding-left: 50%;}
.tcas70-agd__list > div:nth-child(odd) dl {right: 50%; margin-right: 2.5rem;}
.tcas70-agd__list > div:nth-child(even) dl {left: 50%; margin-left: 2.5rem;}
.tcas70-agd__list > div:nth-child(odd):before {right: calc(50% - 0.5rem);}
.tcas70-agd__list > div:nth-child(even):before {left: calc(50% - 0.5rem);}


.tcas70-wks {padding: 5rem 0; background: #E4E6F5;}
.tcas70-wks__title {font-size: 2.5rem; text-align: center; font-weight: 500;}
.tcas70-wks__title br {display: none;}
.tcas70-wks__list {margin-top: 3rem;}
.tcas70-wks__list dl {margin-bottom: 0.75rem; background: #fff; padding: 2rem 2.5rem; border-radius: 0.625rem; display: flex; align-items: center;}
.tcas70-wks__list dl:last-child {margin-bottom: 0;}
.tcas70-wks__list dl dt {display: flex; align-items: center; flex-shrink: 0; width: 35%;}
.tcas70-wks__list dl dt img {display: block; width: 3rem; margin-left: 0 !important; margin-right: 2.5rem !important;}
.tcas70-wks__list dl dt h5 {font-size: 1.5rem; font-weight: 500;}
.tcas70-wks__list dl dd {flex-grow: 1;}
.tcas70-wks__list dl dd h5 {font-size: 1rem; font-weight: 500;}
.tcas70-wks__list dl dd p {font-weight: 300; margin-top: 0.25rem;}


.tcas70-sys {padding: 5rem 0; background: #9454FD;}
.tcas70-sys__title {text-align: center; color: #fff;}
.tcas70-sys__title h6 {width: 6.25rem; height: 1.75rem; background: #fff; color: #9454FD; border-radius: 2rem; font-size: 1rem; margin: 0 auto; position: relative; display: flex; align-items: center; justify-content: center;}
.tcas70-sys__title h6:after {content: ''; display: block; position: absolute; top: 100%; left: 50%; margin-left: -3px; width: 0px; height: 0px; border-style: solid; border-width: 8px 6px 0 0; border-color: #fff transparent transparent transparent; transform: rotate(0deg);}
.tcas70-sys__title h3 {font-size: 2.5rem; font-weight: 500; margin-top: 1rem; line-height: 1;}
.tcas70-sys__title h3 br {display: none;}
.tcas70-sys__title p {font-weight: 300; margin-top: 0.5rem;}
.tcas70-sys__img {margin-top: 2.5rem; max-width: 48.75rem; margin-left: auto; margin-right: auto;}
.tcas70-sys__desc {text-align: center; margin-top: 2rem; color: #fff; font-weight: 200;}


.tcas70-teams {padding: 5rem 0; background: #211E6C;}
.tcas70-teams__grp {margin-bottom: 3rem; max-width: 48.75rem; margin-left: auto; margin-right: auto;}
.tcas70-teams__grp h3 {height: 3.75rem; background: #000; color: #fff; font-size: 1.5rem; margin-bottom: 1.25rem; display: flex; align-items: center; justify-content: center;}
.tcas70-teams__tch {background: #fff; padding: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 0.625rem;}
.tcas70-teams__tch dt {width: 11.25rem; border-radius: 20rem; overflow: hidden;}
.tcas70-teams__tch dd {padding-left: 3rem;}
.tcas70-teams__tch dd h5 {font-size: 1.75rem;}
.tcas70-teams__tch dd p {font-size: 0.875rem; font-weight: 300; margin-top: 0.75rem;}
.tcas70-teams__free {border-radius: 0.625rem; overflow: hidden; background: #fff;}
.tcas70-teams__btn {display: flex; justify-content: center;}
.tcas70-teams__btn button {width: 20rem; height: 3.75rem; border-radius: 4rem; background: #FF535E; color: #fff; font-size: 1.25rem; display: flex; align-items: center; justify-content: center;}



@media (max-width:1280px) {

}

@media (max-width:992px) {
	.tcas70-top h3 strong {font-size: 6rem;}
	.tcas70-top h3 span {font-size: 4rem;}
	.tcas70-wks__list dl {padding: 1.5rem 2rem;}
	.tcas70-wks__list dl dt {width: 35%;}
	.tcas70-wks__list dl dt img {width: 2.5rem; margin-right: 1rem !important;}
	.tcas70-wks__list dl dt h5 {font-size: 1.25rem;}
}

@media (max-width:768px) {
	.tcas70-top h3 strong {font-size: 5rem;}
	.tcas70-top h3 span {font-size: 2.5rem;}
	.tcas70-top h5 {font-size: 1.25rem; margin-top: 1.5rem;}
	.tcas70-top p {margin-top: 0.25rem;}
	.tcas70-top ul {margin-top: 1.5rem; gap: 0 0.5rem;}
	.tcas70-top ul li {flex: auto; padding: 0 0.5rem; min-width: auto; height: 4rem; font-size: 0.875rem;}
	.tcas70-top u {margin-top: 1.5rem;}

	.tcas70-high h3 {font-size: 2rem;}
	.tcas70-high ul {margin-top: 2rem; flex-wrap: wrap;}
	.tcas70-high ul li {flex: auto; width: calc(50% - 0.375rem); padding: 2rem 1rem;}

	.tcas70-agd__title {font-size: 2rem;}
	.tcas70-agd__list {margin-top: 2rem;}
	.tcas70-agd__list:before {left: 0; margin-left: 0;}
	.tcas70-agd__list > div {height: auto; margin-bottom: 1rem;}
	.tcas70-agd__list > div:last-child {margin-bottom: 0;}
	.tcas70-agd__list dl {position: static; width: 100%;}
	.tcas70-agd__list > div:nth-child(odd) {padding-right: 0; padding-left: 1.5rem;}
	.tcas70-agd__list > div:nth-child(even) {padding-left: 1.5rem;}
	.tcas70-agd__list > div:nth-child(odd) dl {margin-right: 0;}
	.tcas70-agd__list > div:nth-child(even) dl {margin-left: 0;}
	.tcas70-agd__list > div:nth-child(odd):before {right: auto; left: -0.5rem;}
	.tcas70-agd__list > div:nth-child(even):before {left: -0.5rem;}

	.tcas70-wks__title {font-size: 2rem;}
	.tcas70-wks__title br {display: block;}
	.tcas70-wks__list {margin-top: 2rem;}
	.tcas70-wks__list dl {display: block;}
	.tcas70-wks__list dl dt {width: 100%;}
	.tcas70-wks__list dl dt img {margin-right: 1.5rem !important;}
	.tcas70-wks__list dl dd {padding-left: 4rem;}
	
	.tcas70-sys__title h3 {font-size: 2rem;}
	.tcas70-sys__title h3 br {display: block;}
	.tcas70-sys__img {margin-top: 1.5rem;}
	.tcas70-sys__desc {margin-top: 1.5rem;}
	
	.tcas70-teams__grp {margin-bottom: 2rem;}
	.tcas70-teams__grp h3 {height: 3rem; font-size: 1.25rem; margin-bottom: 0.75rem;}
	.tcas70-teams__tch dt {width: 8rem;}
	.tcas70-teams__tch dd {padding-left: 1.5rem;}
	.tcas70-teams__tch dd h5 {font-size: 1.25rem;}
	.tcas70-teams__tch dd p {margin-top: 0.5rem;}
	.tcas70-teams__free {padding: 1rem 0;}
	.tcas70-teams__btn button {width: 12rem; height: 3.5rem;}

}

@media (max-width:320px) {
	
}





