#mxprm {overflow: clip; width: 100%;}

/* ==============================
   mxprm-hero
============================== */
.mxprm-hero {height: 100vh; height: 100dvh; background: url('https://russeldata.megastudy.net/campus/images/russel/mexx/promotion/hero_bg2.svg')no-repeat center center / cover; display: flex; flex-direction: column; justify-content: center; position: relative;}
.mxprm-hero__text p {font-size: 22px; font-weight: 500; color: var(--mexx-color-bluegray2); line-height: 1.45; text-align: center; margin-bottom: 26px;}
.mxprm-hero__text h3 {font-size: 70px; font-weight: 200; color: var(--mexx-color-navy); line-height: 1.3; text-align: center;}
.mxprm-hero__text h3 strong {font-weight: 800;}
.mxprm-hero__ticker {height: 46px; margin-top: 28px; overflow: hidden; display: flex; justify-content: center;}
.mxprm-hero__ticker ul {transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.mxprm-hero__ticker li {font-size: 38px; line-height: 46px; font-weight: 300; color: var(--mexx-color-navy); display: flex; align-items: center; justify-content: center; white-space: nowrap;}
.mxprm-header {height: 70px; position: absolute; left: 0; right: 0; top: 0; display: flex; align-items: center;}
.mxprm-header .mexx-inner {display: flex; align-items: center; justify-content: space-between;}
.mxprm-header .logo {display: block; width: 130px; flex-shrink: 0;}
.mxprm-header .logo a {display: block;}
.mxprm-header .logo svg {display: block; width: 100%; height: auto; fill: var(--mexx-color-navy);}
.mxprm-header button {font-size: 16px; font-weight: 500; color: var(--mexx-color-navy); display: flex; align-items: center; padding: 6px 0; border-bottom: 1px solid var(--mexx-color-navy);}
.mxprm-header button:after {content: ''; display: block; margin-left: 6px; width: 6px; height: 6px; border-top: 1px solid var(--mexx-color-navy); border-right: 1px solid var(--mexx-color-navy); transform: rotate(45deg);}

/* ==============================
   mxprm-intro
============================== */
.mxprm-intro {background: var(--mexx-color-navy); padding: 160px 0; position: relative; overflow: hidden;}
.mxprm-intro .mexx-inner {max-width: calc(1100px + 120px);}
.mxprm-intro dl {display: flex; flex-direction: column; gap: 110px;}
.mxprm-intro dt {display: flex; flex-direction: column; gap: 40px; align-items: flex-start;}
.mxprm-intro dt h6 {font-size: 22px; color: var(--mexx-color-white); font-weight: 400; padding-bottom: 6px; border-bottom: 1px solid var(--mexx-color-bluegray1);}
.mxprm-intro dt h3 {font-size: 64px; font-weight: 100; color: var(--mexx-color-gray4); line-height: 1.2;}
.mxprm-intro dt h3 strong {color: var(--mexx-color-white); font-weight: 100;}
.mxprm-intro dd {display: flex; flex-direction: column; align-items: flex-end; text-align: right;}
.mxprm-intro dd h5 {font-size: 32px; font-weight: 200; color: var(--mexx-color-white); margin-bottom: 50px;}
.mxprm-intro dd p {font-size: 20px; color: var(--mexx-color-gray4); font-weight: 300; margin-bottom: 34px; line-height: 1.6;}
.mxprm-intro dd p:last-child {margin-bottom: 0;}
.mxprm-intro dd p strong {color: var(--mexx-color-white); font-weight: 400;}
.mxprm-intro .mexx-inner {position: relative;}
.mxprm-intro__symbol {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}


/* ==============================
   mxprm-loc
============================== */
.mxprm-loc {min-height: 900px; min-height: 900px; padding: 160px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative;}
.mxprm-loc::before,
.mxprm-loc::after {content: ''; display: block; position: absolute; left: 0; right: 0; z-index: -1;}
.mxprm-loc::before {height: 80px; top: 0; background: url('https://russeldata.megastudy.net/campus/images/russel/mexx/promotion/location_1.svg')no-repeat center top / auto 100%;}
.mxprm-loc::after {height: 83px; bottom: 0; background: url('https://russeldata.megastudy.net/campus/images/russel/mexx/promotion/location_2.svg')no-repeat center bottom / auto 100%;}
.mxprm-loc h3 {font-size: 62px; font-weight: 100; color: var(--mexx-color-navy); text-align: center; line-height: 1.2;}
.mxprm-loc h3 span {display: block; color: var(--mexx-color-orange);}
.mxprm-loc h3 br {display: none;}
.mxprm-loc h3 em {font-size: normal;}
.mxprm-loc a {display: flex; font-size: 16px; width: 220px; height: 58px; margin: 30px auto 0; font-weight: 500; color: var(--mexx-color-navy); border: 1px solid var(--mexx-color-navy); border-radius: 58px; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease;}
.mxprm-loc a:hover {background: var(--mexx-color-navy); color: var(--mexx-color-white);}


/* ==============================
   mxprm-agenda
============================== */
.mxprm-agenda {padding: 160px 0; background: var(--mexx-color-bluegray5);}
.mxprm-agenda .mexx-inner {max-width: calc(1000px + 120px);}
.mxprm-agenda__tabs {display: flex; justify-content: center; gap: 20px;}
.mxprm-agenda__tabs button {width: 150px; height: 52px; font-size: 18px; font-weight: 500; background: var(--mexx-color-white); color: var(--mexx-color-navy); transition: color 0.2s ease, border-color 0.2s ease; border-radius: 50px;}
.mxprm-agenda__tabs button.is-active {color: var(--mexx-color-white); background: var(--mexx-color-navy);}
.mxprm-agenda__panel {position: relative;display: none;padding-top: 80px;}
.mxprm-agenda__panel.is-active {display: block;}
.mxprm-agenda__schedule h3 {font-size: 28px; font-weight: 700; color: var(--mexx-color-navy); text-align: center; font-weight: 600;}
.mxprm-agenda__schedule dl {padding: 30px; display: flex; align-items: center; justify-content: center; margin-top: 40px; background: var(--mexx-color-white);}
.mxprm-agenda__schedule dt {flex-shrink: 0; width: 45px; height: 26px; font-size: 14px; border-radius: 5px; margin-right: 14px; background: var(--mexx-color-navy); color: var(--mexx-color-white); display: flex; align-items: center; justify-content: center;}
.mxprm-agenda__schedule dd {font-size: 20px; color: var(--mexx-color-navy); margin-right: 50px;}
.mxprm-agenda__schedule dd:last-child {margin-right: 0;}
.mxprm-agenda__list {margin-top: 80px;}
.mxprm-agenda__list > h3 {font-size: 28px; font-weight: 500; color: var(--mexx-color-navy); text-align: center;}

.mxprm-agenda__group {padding: 50px 60px; margin-top: 40px; background: var(--mexx-color-white);}
.mxprm-agenda__group dt {display: flex; color: var(--mexx-color-navy); align-items: flex-start;}
.mxprm-agenda__group dt em {font-size: 20px; font-weight: 700; flex-shrink: 0; width: 90px; padding-right: 30px; display: flex; align-items: center; justify-content: space-between;}
.mxprm-agenda__group dt em::after {content: ''; display: block; width: 1px; height: 18px; background: var(--mexx-color-bluegray3); flex-shrink: 0;}
.mxprm-agenda__group dt h5 {font-size: 20px; font-weight: 300; flex-grow: 1;}
.mxprm-agenda__group dt h5 strong {font-weight: 700; display: block;}
.mxprm-agenda__group dt h5 br {display: none;}
.mxprm-agenda__group dt p {font-size: 16px; flex-shrink: 0; padding-left: 30px; color: var(--mexx-color-bluegray1); text-align: right;}
.mxprm-agenda__group dt p strong {font-weight: 600; display: block; color: var(--mexx-color-navy);}
.mxprm-agenda__group dt span {display: none;}
.mxprm-agenda__group dd {margin-top: 20px; padding-left: 90px;}
.mxprm-agenda__group dd ul {display: flex; flex-direction: column; gap: 20px;}
.mxprm-agenda__group dd li {font-size: 20px; display: flex;}
.mxprm-agenda__group dd li::before {content: ''; display: block; width: 4px; height: 4px; flex-shrink: 0; margin-top: 12px; margin-right: 10px; background: var(--mexx-color-navy); border-radius: 50%;}

.mxprm-agenda__btn {margin-top: 80px; display: flex; align-items: center; justify-content: center; gap: 20px;}
.mxprm-agenda__btn button {width: 350px; height: 80px; font-size: 20px; font-weight: 600; border-radius: 5px; display: flex; align-items: center; justify-content: center;}
.mxprm-agenda__btn button.type1 {color: var(--mexx-color-white); background: var(--mexx-color-navy);}
.mxprm-agenda__btn button.type2 {color: var(--mexx-color-white); background: var(--mexx-color-navy);}
.mxprm-agenda__btn button.type2 span {font-size: 16px; background: var(--mexx-color-white); color: var(--mexx-color-navy); margin-right: 20px; font-weight: 500; width: 96px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 30px;}
.mxprm-agenda__btn button.type3 {background: var(--mexx-color-bluegray4); color: var(--mexx-color-gray2);}
.mxprm-agenda__btn button.type4 {border: 1px solid var(--mexx-color-navy); color: var(--mexx-color-navy);}

/* ==============================
   mxprm-benefit
============================== */
.mxprm-benefit {padding: 160px 0; background: var(--mexx-color-orange);}
.mxprm-benefit .mexx-inner {max-width: calc(1000px + 120px);}
.mxprm-benefit__header {display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 60px;}
.mxprm-benefit__header span {display: flex; align-items: center; height: 45px; padding: 0 25px; font-size: 22px; background: var(--mexx-color-white); color: var(--mexx-color-orange); border-radius: 60px; font-weight: 500;}
.mxprm-benefit__header h3 {font-size: 46px; color: var(--mexx-color-white); font-weight: 400;}
.mxprm-benefit__swiper {overflow: hidden;}
.mxprm-benefit__list {display: flex; gap: 40px;}
.mxprm-benefit__item {position: relative; flex: 1; padding: 46px 0; background: var(--mexx-color-white);}
.mxprm-benefit__item dt {display: flex; flex-direction: column; gap: 8px; text-align: center;}
.mxprm-benefit__item dt strong {font-size: 18px; font-weight: 700; color: var(--mexx-color-gray1);}
.mxprm-benefit__item dt p {font-size: 16px; color: var(--mexx-color-gray3);}
.mxprm-benefit__item dd {margin-top: 20px;}
.mxprm-benefit__item dd img {width: 100%;}
.mxprm-benefit__note {margin-top: 60px;}
.mxprm-benefit__note h5 {color: var(--mexx-color-white); font-size: 18px; font-weight: 600;}
.mxprm-benefit__note ul {display: flex; flex-direction: column; gap: 2px; margin-top: 14px;}
.mxprm-benefit__note li {font-size: 16px; color: var(--mexx-color-white); font-weight: 300; display: flex;}
.mxprm-benefit__note li::before {content: ''; display: block; width: 3px; height: 3px; flex-shrink: 0; margin-top: 10px; margin-right: 10px; background: var(--mexx-color-white); border-radius: 50%;}

/* ==============================
   mxprm-fixed
============================== */
.mxprm-footer + .mexx-footer {padding-bottom: calc(70px + 90px);}
.mxprm-fixed {display: flex; align-items: center; height: 90px; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 800; background: var(--mexx-color-navy); transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none;}
.mxprm-fixed.is-visible {transform: translateY(0); pointer-events: auto;}
.mxprm-fixed dl {display: flex; justify-content: center; align-items: center;}
.mxprm-fixed dl dt {display: flex; align-items: center;}
.mxprm-fixed dl dd {margin-left: 80px;}
.mxprm-fixed h5 {font-size: 22px; color: var(--mexx-color-white); display: flex; align-items: center;}
.mxprm-fixed h5::after {content: ''; display: block; width: 1px; height: 20px; margin: 0 38px; background: var(--mexx-color-bluegray1); opacity: 0.5;}
.mxprm-fixed p {font-size: 22px; font-weight: 300; color: var(--mexx-color-white);}
.mxprm-fixed a {display: flex; align-items: center; justify-content: center; width: 200px; height: 56px; font-size: 20px; color: var(--mexx-color-white); background: var(--mexx-color-orange); border-radius: 56px; transition: opacity 0.2s ease;}
.mxprm-fixed a:hover {opacity: 0.88;}


/* ==============================
   ¸¶°¨ÆË¾÷
============================== */
.mxprm-agenda__endpop {display: none;}
.mxprm-agenda__endpop.is-open {display: flex;position: relative;z-index: 100;justify-content: flex-end;margin-right: -70px;}
.mxprm-agenda__endpop-inner {width: 250px;height: 220px;background: url(https://russeldata.megastudy.net/campus/images/russel/mexx/promotion/pop_bg.png) no-repeat 0 0 / cover;color: var(--mexx-color-white);box-shadow: 16px 16px 30px -5px rgba(0,0,0,0.35);position: absolute;top: 17px;/* right: -70px; */}
.mxprm-agenda__endpop-close {position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;background: url('https://russeldata.megastudy.net/campus/images/russel/mexx/promotion/pop_x.png')no-repeat center;font-size: 0;}
.mxprm-agenda__endpop-close-text {display: block; font-size: 12px; color: #000; line-height: 1;}
.mxprm-agenda__endpop-content {padding: 30px 10px;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.mxprm-agenda__endpop-sub {font-size: 13px;line-height: 1.4;border: 1px solid var(--mexx-color-white);font-weight: 400;padding: 4px 12px;font-weight: 700;border-radius: 30px;}
.mxprm-agenda__endpop-title {margin-top: 10px;font-size: 24px;line-height: 1.35;color: var(--mexx-color-white);font-weight: 300;}
.mxprm-agenda__endpop-title b {font-weight: 700;}
.mxprm-agenda__endpop-desc {margin-top: 4px;font-size: 15px;line-height: 1.5;color: var(--mexx-color-white);font-weight: 500;}



/* ==============================
   Responsive (PC First)
============================== */

@media (max-width:1199px) {
   .mxprm-hero__text p {font-size: 16px; margin-bottom: 14px;}
   .mxprm-hero__text h3 {font-size: 38px;}
   .mxprm-hero__ticker {height: 34px; margin-top: 14px;}
   .mxprm-hero__ticker li {font-size: 28px; line-height: 34px;}
   .mxprm-header .logo {width: 90px;}
   .mxprm-header button {font-size: 12px;}

   .mxprm-intro {padding: 70px 0;}
   .mxprm-intro dl {gap: 38px;}
   .mxprm-intro dt {gap: 30px;}
   .mxprm-intro dt h6 {font-size: 12px;}
   .mxprm-intro dt h3 {font-size: 24px;}
   .mxprm-intro dd h5 {font-size: 14px; margin-bottom: 24px;}
   .mxprm-intro dd p {font-size: 14px; margin-bottom: 18px;}
   .mxprm-intro__symbol {width: 80%; max-height: 80%;}
   .mxprm-intro__symbol svg {width: 100%;}

   .mxprm-loc {min-height: 430px; min-height: 430px; padding: 70px 0;}
   .mxprm-loc::before {height: 5%; background-size: 100% auto;}
   .mxprm-loc::after {height: 5%; background-size: 100% auto;}
   .mxprm-loc h3 {font-size: 30px;}
   .mxprm-loc a {font-size: 12px; width: 140px; height: 40px; margin: 20px auto 0;}

   .mxprm-agenda {padding: 70px 0;}
   .mxprm-agenda__tabs {gap: 10px;}
   .mxprm-agenda__tabs button {width: 100px; height: 40px; font-size: 14px;}
   .mxprm-agenda__panel {padding-top: 40px;}
   .mxprm-agenda__schedule h3 {font-size: 20px;}
   .mxprm-agenda__schedule dl {padding: 20px; margin-top: 24px;}
   .mxprm-agenda__schedule dt {width: 40px; height: 22px; font-size: 12px;}
   .mxprm-agenda__schedule dd {font-size: 16px;}
   .mxprm-agenda__list {margin-top: 40px;}
   .mxprm-agenda__list > h3 {font-size: 20px; width: 100%; }
   .mxprm-agenda__group {padding: 30px; margin-top: 24px;}
   .mxprm-agenda__group dt em {font-size: 14px; width: 50px; padding-right: 15px;}
   .mxprm-agenda__group dt em::after {height: 15px;}
   .mxprm-agenda__group dt h5 {font-size: 16px;}
   .mxprm-agenda__group dt span {display: block; margin-top: 20px; width: 60px; border-radius: 50%; overflow: hidden;}
   .mxprm-agenda__group dt span img {display: block; width: 100%;}
   .mxprm-agenda__group dt p {font-size: 12px; padding-left: 15px;}
   .mxprm-agenda__group dd {display: none;}
   .mxprm-agenda__btn {margin-top: 40px; flex-direction: column;}
   .mxprm-agenda__btn button {width: 100%; height: 56px; font-size: 14px;}
   .mxprm-agenda__btn button.type2 span {font-size: 14px; margin-right: 10px; width: 80px; height: 22px;}

   .mxprm-benefit {padding: 70px 0;}
   .mxprm-benefit__header {gap: 14px; margin-bottom: 34px;}
   .mxprm-benefit__header span {height: 34px; padding: 0 20px; font-size: 18px;}
   .mxprm-benefit__header h3 {font-size: 26px;}
   .mxprm-benefit__list {gap: 0;}
   .mxprm-benefit__item {flex: none; padding: 40px 0;}
   .mxprm-benefit__item dt strong {font-size: 18px;}
   .mxprm-benefit__item dt p {font-size: 16px;}
   .mxprm-benefit__item dd {margin-top: 20px;}
   .mxprm-benefit__item dd img {width: 120%; margin-left: -10%;}
   .mxprm-benefit__note {margin-top: 46px;}
   .mxprm-benefit__note h5 {font-size: 16px;}
   .mxprm-benefit__note li {font-size: 14px;}
   .mxprm-benefit__note li::before {margin-top: 8px;}
   .mxprm-benefit__swiper {overflow: visible !important;}
   .mxprm-benefit__swiper .swiper-pagination {margin-top: 34px; position: static; display: flex; justify-content: center;}
   .mxprm-benefit__swiper .swiper-pagination .swiper-pagination-bullet {width: 50px; height: 2px; background: var(--mexx-color-white); opacity: 0.3; border-radius: 0;}
   .mxprm-benefit__swiper .swiper-pagination .swiper-pagination-bullet-active {opacity: 1;}

   .mxprm-footer + .mexx-footer {padding-bottom: calc(70px + 70px);}
   .mxprm-fixed {height: 70px;}
   .mxprm-fixed dl dd {margin-left: 40px;}
   .mxprm-fixed h5 {font-size: 16px;}
   .mxprm-fixed h5::after {margin: 0 24px;}
   .mxprm-fixed p {font-size: 16px;}
   .mxprm-fixed a {width: 110px; height: 36px; font-size: 12px;}

   .mxprm-agenda__endpop.is-open {justify-content: center;align-items: center;margin-right: 0;}
   .mxprm-agenda__endpop-inner {top: 270px;width: 208px;height: 184px;}
   .mxprm-agenda__endpop-sub {font-size: 10px;padding: 3px 12px;}
   .mxprm-agenda__endpop-title {font-size: 18px;margin-top: 8px;}
   .mxprm-agenda__endpop-desc {font-size: 12px;}


}


@media (max-width: 767px) {
   .mxprm-hero__text h3 {font-size: 26px;}
   .mxprm-hero__ticker {height: 24px;}
   .mxprm-hero__ticker li {font-size: 20px; line-height: 24px;}
   .mxprm-header button {padding: 4px 0;}
   .mxprm-header button:after {margin-left: 5px; width: 5px; height: 5px;}

   .mxprm-intro dl {text-align: center; align-items: center;}
   .mxprm-intro dd {align-items: center; text-align: center;}

   .mxprm-loc::before {height: 27px; background-size: auto 100%;}
   .mxprm-loc::after {height: 30px; background-size: auto 100%; background-position-x: 0%;}
   .mxprm-loc h3 br {display: block;}
   .mxprm-loc h3 em {display: none;}

   .mxprm-agenda__schedule h3 {font-size: 20px;}
   .mxprm-agenda__schedule dl {flex-wrap: wrap; gap: 10px 0;}
   .mxprm-agenda__schedule dd {flex-grow: 1; margin-right: 0; width: calc(100% - 54px);}
   .mxprm-agenda__group {padding: 30px 20px;}
   .mxprm-agenda__group dt {display: block;}
   .mxprm-agenda__group dt em {padding-right: 0; display: block;}
   .mxprm-agenda__group dt em:after {display: none;}
   .mxprm-agenda__group dt h5 {margin-top: 15px;}
   .mxprm-agenda__group dt h5 br {display: block;}
   .mxprm-agenda__group dt p {margin-top: 15px; text-align: left; padding-left: 0;}

   .mxprm-benefit__wrap {padding-right: 40px;}
   .mxprm-benefit__list {gap: 20px;}
   .mxprm-benefit__item {padding: 40px 0;}   
   .mxprm-benefit__list {gap: 0;}
   .mxprm-benefit__item {flex: none;}
   .mxprm-fixed dl dt {display: block; text-align: center;}
   .mxprm-fixed dl dd {margin-left: 30px;}
   .mxprm-fixed h5::after {display: none;}

   
}