@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;
}

#alv * {box-sizing: border-box;}
#alv img {display: block; max-width: 100%; margin: 0 auto;}
#alv .container {z-index: 1;}

.alv-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;}
.alv-pop.active {display: block;}
.alv-pop__box {background: #fff; height: 100%; width: 100%; max-width: 36rem; border-radius: 1rem; margin: 0 auto; overflow: hidden; display: flex; flex-direction: column;}
.alv-pop__top {flex-shrink: 0; height: 4rem; padding: 0 2rem; border-bottom: solid 1px #E5E8EB; display: flex; align-items: center; justify-content: space-between;}
.alv-pop__title {font-size: 1.5rem;}
.alv-pop__close {width: 2.5rem; height: 2.5rem; margin-right: -1rem; background: none; position: relative; text-indent: -9999px;}
.alv-pop__close:before,
.alv-pop__close:after {content: ''; display: block; width: 20px; height: 2px; background: #000; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -1px;}
.alv-pop__close:before {transform: rotate(45deg);}
.alv-pop__close:after {transform: rotate(-45deg);}
.alv-pop__inner {flex-grow: 1; overflow-y: auto; padding: 2rem 2rem 2.5rem;}
.alv-pop__basic {border: solid 1px #E5E8EB; border-radius: 0.5em; padding: 0.75rem 1.5rem;}
.alv-pop__basic table {}
.alv-pop__basic th,
.alv-pop__basic td {text-align: left; padding: 0.75rem 0;}
.alv-pop__basic th {color: #4E5968; font-size: 0.875rem; font-weight: 400; padding-right: 1rem;}
.alv-pop__basic th span {display: inline-block; width: 3px; height: 3px; background: #FF5F5F; border-radius: 100%; text-indent: -9999px; margin-left: 2px;}
.alv-pop__basic td {}
.alv-pop__basic td input[type="text"] {display: block; width: 100%; height: 3rem; padding: 0 1rem; border: solid 1px #E5E8EB; border-radius: 0.5em;}
.alv-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;}
.alv-pop__basic td .alv-pop__chk {height: 3rem; align-items: center;}
.alv-pop__chk {margin: -0.5rem -1rem; display: flex; flex-wrap: wrap;}
.alv-pop__chk li {padding: 0.5rem 1rem; width: 50%; display: flex; align-items: center;}
.alv-pop__chk.col5 li {width: 20%;}
.alv-pop__chk.last li:last-child {width: 40%;}
.alv-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;}
.alv-pop__chk li input[type="radio"] + label {cursor: pointer; margin-left: 0.5rem; font-size: 0.875rem; color: #4E5968; font-weight: 300;}
.alv-pop__chk li input[type="radio"]:checked {background: #006FFF; border-color: #006FFF;}
.alv-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%;}
.alv-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;}
.alv-pop__chk li input[type="checkbox"] + label {cursor: pointer; margin-left: 0.5rem; font-size: 0.875rem; color: #4E5968; font-weight: 300;}
.alv-pop__chk li input[type="checkbox"]:checked {background: #006FFF; border-color: #006FFF;}
.alv-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);}
.alv-pop__group {margin-top: 2.5rem;}
.alv-pop__group dt {padding-bottom: 0.75rem; color: #4E5968; font-size: 0.875rem; display: flex;}
.alv-pop__group dt:before {content: attr(num); flex-shrink: 0; margin-right: 0.25rem;}
.alv-pop__group dt label {cursor: pointer;}
.alv-pop__group dt span {display: inline-block; width: 3px; height: 3px; background: #FF5F5F; border-radius: 100%; text-indent: -9999px; margin-left: 2px;}
.alv-pop__group dt em {font-style: normal; color: #8B95A1; font-weight: 300;}
.alv-pop__group dd {}
.alv-pop__group dd h6 {margin-top: 1.25rem; padding-bottom: 1rem; font-size: 0.875rem; font-weight: 400; color: #3182F6;}
.alv-pop__group dd input[type="text"] {display: block; width: 100%; height: 3rem; padding: 0 1rem; border: solid 1px #E5E8EB; border-radius: 0.5em;}
.alv-pop__group dd input[type="text"] + p {font-size: 0.875rem; margin-top: 0.5rem; color: #4E5968;}
.alv-pop__btn {margin-top: 3.75rem; padding-top: 2.5rem; border-top: solid 1px #E5E8EB; display: flex; justify-content: center;}
.alv-pop__btn a {background: #0066FF; color: #fff; width: 10rem; height: 3.75rem; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center;}

.alv-frm {padding: 6.25rem 0;}
.alv-frm__title {text-align: center; font-size: 1.5rem; font-weight: 500;}
.alv-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) {
	.alv-pop__chk.col5 li {width: 50%;}
	.alv-pop__chk.last li:last-child {width: 50%;}
	.alv-frm {padding: 4rem 0; border-bottom-width: 1rem;}
	.alv-frm__inner {padding: 0; margin-top: 1rem;}
}






.alv-top {padding: 6.25rem 0; background: url('https://img.megastudyth.com/event/2025/tgat/top_bg.jpg')no-repeat center center / cover;}
.alv-top h2 img {max-width: 53rem !important;}
.alv-top ul {display: flex; gap: 0.75rem; margin: 1rem auto 0; max-width: 50rem; width: 100%;}
.alv-top ul li {flex: 1;}
.alv-top ul li p {border: solid 2px #DCCEFF; padding: 1rem; color: #DCCEFF; border-radius: 1.25rem; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}

.alv-time {background: #7B00FF; text-align: center; padding: 1.5rem 0;}
.alv-time h3 {font-size: 1.25rem; color: #fff; display: flex; flex-direction: column; align-items: center;}
.alv-time h3 span {display: block; font-weight: 700; -webkit-text-fill-color: transparent; background: linear-gradient(to right, rgb(199, 254, 96) 0%, rgb(21, 255, 160) 100%) text;}
.alv-time p {font-size: 0.75rem; color: #fff; font-weight: 300; margin-top: 0.5rem;}

.alv-gift {padding: 6.25rem 0; background: #000;}
.alv-gift h3 {text-align: center; font-size: 3rem; color: #fff;}
.alv-gift ul {display: flex; margin-top: 2.5rem; gap: 1rem;}
.alv-gift ul li {flex: 1;}
.alv-gift ul li dl {border-radius: 1.25rem; height: 100%; display: flex; flex-direction: column;}
.alv-gift ul li:nth-child(1) dl {background: #0980FF; background: linear-gradient(to top, #0980FF 0%, #00BEFF 100%);}
.alv-gift ul li:nth-child(2) dl {background: #01CAFF; background: linear-gradient(to top, #01CAFF 0%, #11DAFF 100%);}
.alv-gift ul li:nth-child(3) dl {background: #9752FF; background: linear-gradient(to top, #9752FF 0%, #AC91FF 100%);}
.alv-gift ul li dl dt {flex-shrink: 0; padding: 1rem 15% 0;}
.alv-gift ul li dl dt img {}
.alv-gift ul li dl dd {padding: 0.5rem 1rem 1.5rem; flex-grow: 1; text-align: center; font-size: 1.125rem; color: #fff; font-weight: 600; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.alv-gift ul li dl dd span {display: block; font-weight: 300; font-size: 1rem;}

.alv-agd {padding: 6.25rem 0; background: #EFF4F8;}
.alv-agd__title {display: flex; justify-content: center;}
.alv-agd__title span {display: block; font-size: 3rem; color: #fff; font-weight: 600; line-height: 1.0; background: linear-gradient(to top, #1976FF 0%, #9950FF 100%);}
.alv-agd__list {margin-top: 3rem;}
.alv-agd__list dl {margin-bottom: 0.5rem; display: flex; height: 7rem;}
.alv-agd__list dl:last-child {margin-bottom: 0;}
.alv-agd__list dl dt {flex-shrink: 0; width: 20%; margin-right: 2rem; background: #820AFF; color: #fff; font-size: 1.25rem; border-radius: 1.25rem; display: flex; align-items: center; justify-content: center;}
.alv-agd__list dl dd {flex-grow: 1; background: #fff; border: solid 1px #EDDDFF; position: relative; border-radius: 1.25rem; font-size: 1.25rem; font-weight: 300; display: flex; align-items: center; justify-content: center;}
.alv-agd__list dl dd:before {content: ''; display: block; width: 3rem; height: 1px; background: #820AFF; position: absolute; top: 50%; right: 100%; margin-right: -1rem;}
.alv-agd__list dl dd:after {content: ''; display: block; width: 0.875rem; height: 0.875rem; position: absolute; top: 50%; left: 1rem; margin-top: -0.4375rem; background: #820AFF; border-radius: 50%;}
.alv-agd__list dl:nth-child(2) dd {background: #fff url('https://img.megastudyth.com/event/2025/tgat/agenda_2.png')no-repeat right center / auto 7rem;}
.alv-agd__list dl:nth-child(3) dd {background: #fff url('https://img.megastudyth.com/event/2025/tgat/agenda_3.png')no-repeat right center / auto 7rem;}
.alv-agd__list dl:nth-child(4) dd {background: #fff url('https://img.megastudyth.com/event/2025/tgat/agenda_4.png')no-repeat right center / auto 7rem;}

.alv-teams {padding: 6.25rem 0; background: linear-gradient(to top, #62009F 0%, #150D52 100%);}
.alv-teams__title {display: flex; justify-content: center;}
.alv-teams__title span {font-size: 5.25rem; font-weight: 700; -webkit-text-fill-color: transparent; background: linear-gradient(to top, #A5F780 0%, #29D7DF 100%) text;}
.alv-teams__list {margin-top: 3rem; display: flex; gap: 1.25rem;}
.alv-teams__list li {flex: 1;}
.alv-teams__list li dl {border-radius: 1.25rem; position: relative; border: solid 1px #8027B9; overflow: hidden; box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);}
.alv-teams__list li dl dd {position: absolute; left: 0; right: 0; bottom: 1.5rem; text-align: center; font-size: 1.25rem; color: #fff;}
.alv-teams__btn {margin-top: 3.75rem; display: flex; justify-content: center;}
.alv-teams__btn button {padding: 2px; border-radius: 4rem; background: linear-gradient(to top, #fff 0%, #C66DFF 100%);}
.alv-teams__btn button span {width: 20rem; height: 3.5rem; background: #000; color: #fff; font-size: 1.25rem; font-weight: 500; border-radius: 4rem; display: flex; align-items: center; justify-content: center;}


@media (max-width:1280px) {
	.alv-gift h3 {font-size: 2.5rem;}
	.alv-teams__title span {font-size: 4rem;}
}

@media (max-width:992px) {
	.alv-top h2 img {max-width: 100% !important;}
}

@media (max-width:768px) {
	.alv-top {padding: 6rem 0;}
	.alv-top ul {gap: 0.5rem;}
	.alv-top ul li p {height: 100%; padding: 1rem 0.5rem; font-size: 0.875rem; border-width: 1px;}
	.alv-top ul li p br {display: none;}
	.alv-gift {padding: 4rem 0;}
	.alv-gift h3 {font-size: 2rem;}
	.alv-gift ul {display: block; margin-top: 2rem;}
	.alv-gift ul li {margin-bottom: 0.5rem;}
	.alv-gift ul li:last-child {margin-bottom: 0;}
	.alv-gift ul li dl {flex-direction: row; padding: 1rem;}
	.alv-gift ul li dl dt {width: 30%; padding: 0;}
	.alv-gift ul li dl dd {padding: 0;}
	.alv-agd {padding: 4rem 0;}
	.alv-agd__title span {font-size: 2.75rem;}
	.alv-agd__list {margin-top: 2rem;}
	.alv-agd__list dl {height: 5rem;}
	.alv-agd__list dl dt {width: 7rem; font-size: 0.875rem; margin-right: 0.5rem; border-radius: 0.875rem;}
	.alv-agd__list dl dd {border-radius: 0.875rem; font-size: 1rem; justify-content: flex-start; padding: 2rem; background-size: auto 5rem !important}
	.alv-agd__list dl dd:before,
	.alv-agd__list dl dd:after {display: none;}
	.alv-teams {padding: 4rem 0;}
	.alv-teams__title span {font-size: 2.75rem;}
	.alv-teams__list {margin-top: 2rem; gap: 0.5rem;}
	.alv-teams__list li dl {border-radius: 0.875rem;}
	.alv-teams__list li dl dd {font-size: 1rem; bottom: 0.75rem;}
	.alv-teams__btn {margin-top: 2rem;}
	.alv-teams__btn button span {width: 12rem; height: 3rem; font-size: 1rem;}
}

@media (max-width:320px) {
	font-size: 11px;
}








