@charset "euc-kr"; @font-face {
    font-family: 'TmoneyRoundWindRegular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GangwonEduPowerExtraBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#wrapper.wide {
    width: auto;
    min-width: 1300px;
    overflow: hidden;
    margin: 0 auto -80px auto;
}

#wrapper .swiper-button-prev, #wrapper .swiper-button-next {
    display: block;
    text-indent: -9999px;
}

html.mobile {
    width: 1200px;
}

div.visual, div.cont1, div.cont2, div.cont3, div.cont4, div.cont5, div.cont6, div.cont7, div.cont8, div.cont9, div.cont10 {
    position: relative;
    text-align: center;
}

.mid {
    margin-top: 0 !important;
}

.mid .inner, .mid .mask {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    min-height: 50px;
    text-align: center;
}

.mask .thumb {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.mask .img {
    position: relative;
    left: -360px;
}

.maskWrap {
    max-width: 1920px;
    margin: 0 auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.btn button, .btn a {
    display: block;
    background: none;
    text-indent: -9999px;
}

/* visual */
.visual{background: linear-gradient(180deg, #FFF5D2 11.24%, #FFB8B2 77.93%);}
.visual .mask {
    position: relative;
    overflow: visible;
}

/* ³×ºñ°ÔÀÌ¼Ç ¹Ù */
.event {
    position: relative;
}

.event .nav_tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .5s;
}

.event .nav_tab.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.event .nav_tab.tab2.fixed ~ form .event2 .mask{padding:210px 0 100px;}
.event .nav_tab.tab3.fixed ~ .event3 .mask{padding:320px 0 100px;}

.event .nav_tab.up {
    opacity:0; 
    pointer-events:none;
}

.event .nav_tab ul {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.event .nav_tab ul li {
    flex: 1;
}

.event .nav_tab ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110px;
    background: #000;
    font-family: "Pretendard";
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.event .nav_tab ul li a span {
    display: block;
    font-family: "GmarketSansBold";
    font-size: 36px;
}

.event .nav_tab ul li:nth-child(1).on a {
    background: #FF289A;
}

.event .nav_tab ul li:nth-child(2).on a {
    background: #FF289A;
}

.event .nav_tab ul li:nth-child(3).on a {
    background: #FF289A;
}

/* event1 */
.event1 {
    background: #F2F6FF url(img/event01_bg.png) no-repeat 0 0 / cover;
}

.event1 .mask {
    padding: 210px 0 100px;
}

.event1 .tit {
    margin-bottom: 40px;
}

.event1 .con {
    position: relative;
    border-radius: 30px;
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 15%)
}

.event1 .con .btn {
    position: absolute;
    bottom: 82px;
    right: 209px;
}

.event1 .con .btn button {
    display: block;
    width: 377px;
    height: 107px;
    margin-top: 19px;
}

/* event º»ÀÎÈ®ÀÎ ÆË¾÷ */
.popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 550px;
    height: 503px;
    background: #fff;
    border-radius: 23px;
    border: 1px solid #000;
    text-align: center;
}

.popup .txt {
    font-weight: 500;
    font-size: 23px;
    color: #000;
    line-height: 30px;
}

.popup .txt span {
    color: #f71919;
}

.popup .phone {
    margin: 29px 0 42px;
}

.popup button {
    width: 250px;
    height: 57px;
    margin: 29px auto 35px auto;
    background: url(img/pop/popup_dwn_btn.png) 0 0 no-repeat;
    text-indent: -9999px;
}

.popup .sign {
    font-size: 15px;
    color: #646464;
}

.popup .num {
    display: flex;
    gap: 17px;
    justify-content: center;
}

.popup .num span {
    position: relative;
}

.popup .num span:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -13px;
    width: 8px;
    height: 2px;
    background: #a0a0a0;
    transform: translateY(-50%);
}

.popup .num span input, .popup .num span select {
    width: 121px;
    height: 56px;
    padding-left: 17px;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 7px;
    color: #000;
    font-size: 25px;
}

.popup .num span select {
    background: #fff url(img/pop/sel_arr.png) right 14px top 24px no-repeat;
}

.popup .num input::placeholder {
    color: #a0a0a0;
}

.popup .b-close {
    position: absolute;
    top: 24px;
    right: 27px;
}

/* event2 */
.event2 {
    background: url(img/event02_bg.png) no-repeat center top / cover, linear-gradient(0deg, #A12A58 0%, #49001C 74.88%););
}



.event2 .mask {
    padding: 100px 0;
}

.event2 .tit {
    margin-bottom: 33px;
}

.event2 .sub_tit {
    margin: 153px 0 44px;
}

.event2 .con {
    position: relative;
    box-shadow: 0 4px 30px 0 rgb(122 199 226 / 30%);
    border-radius: 30px;
}

.event2 .con .num {
    display: flex;
    position: absolute;
}

.event2 .con .num * {
    font-size: 25px;
}

.event2 .con .num span {
    position: relative;
}

.event2 .con .num span:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
}

.event2 .con .num.coupon {
    gap: 26px;
    top: 248px;
    right: 77px;
}

.event2 .con .num.coupon span:before {
    left: -20px;
    background: #000;
}

.event2 .con .num.phone {
    gap: 21px;
    bottom: 170px;
    right: 167px;
}

.event2 .con .num.phone select, .event2 .con .num.phone input {
    padding-left: 21px;
    border: 1px solid #a0a0a0;
}
.event2 .con .num.phone select:focus, .event2 .con .num.phone input:focus {
    outline:none;
}

.event2 .con .num.phone span:before {
    left: -15px;
    width: 10px;
    background: #a0a0a0;
}

.event2 .con .num input, .event2 .con .num select {
    width: 145px;
    height: 67px;
    padding-left: 21px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 7px;
    color: #000;
}

.event2 .con .num select {
    background: #fff url(img/pop/sel_arr.png) right 14px center no-repeat;
}

.event2 .con .num input::placeholder {
    color: #a0a0a0;
}

.event2 .con .btn {
    display: flex;
    gap: 17px;
    position: absolute;
    bottom: 59px;
    right: 69px;
}

.event2 .con .btn a {
    width: 329px;
    height: 70px;
}

.event2 .con .point {
    bottom: 28px;
    right: 91px;
}

.event2 .con .point a {
    width: 193px;
    height: 44px;
}

/* event3 */
.event3 {
    background: url(img/event03_bg.png) no-repeat center top / 140%;);
}

.event3 .mask {
    padding: 100px 0; 
}

.event3 .mask > .tit {
    margin-bottom: 60px;
}

.event3 .con {
    position: relative;
    box-shadow: 0px 4px 30px #F29ABC;
    border-radius: 30px;
}

.event3 .con .slider {
    position: absolute;
    left: 169px;
    bottom: 309px;
    width: 293px;
    height: 188px;
    z-index: 10;
}

.event3 .con .slider:before {
    content: "";
    display: block;
    position: absolute;
    top: -91px;
    left: 50%;
    transform: translateX(-50%);
    width: 224px;
    height: 204px;
    background: url(img/event3_slide_bg.png) 0 0 no-repeat;
}

.event3 .con .slider .swiper-slide {
    opacity: 0 !important;
}

.event3 .con .slider .swiper-slide-active {
    opacity: 1 !important;
}

.event3 .con .slider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    bottom: -15px;
    width: 100%;
}

.event3 .con .slider .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.event3 .con .slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F20000;
}

.event3 .con .btn {
    position: absolute;
    bottom: 62px;
    left: 546px;
}

.event3 .con .btn a {
    width: 329px;
    height: 70px;
}

/* ÀÌº¥Æ® À¯ÀÇ»çÇ× */
.notice_wrap {
    margin-top: 46px;
}

.notice_wrap > .tit {
    display: block;
    height: 70px;
    background-color: #111;
    border-radius: 40px;
    font-family: 'GmarketSansBold';
    font-size: 28px;
    color: #fff;
    line-height: 74px;
    text-align: center;
}

.notice_wrap > .tit span {
    position: relative;
    padding-right: 30px;
}

.notice_wrap > .tit span:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 20px;
    height: 13px;
    background: url(/promotion/common/benefit/experience/img/notice_arr.png) 0 0 no-repeat;
    transition: transform .5s;
    transform: rotate(0deg);
}

.notice_wrap > .tit.on span:before {
    transform: rotate(180deg);
}

.notice_wrap .con {
    display: none;
    padding: 50px;
    background-color: #f6f6f6;
    border-radius: 40px;
    text-align: left;
    letter-spacing: -1px;
}

.notice_wrap .con .tit {
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: 900;
    font-size: 20px;
    color: #333;
}

.notice_wrap .con ul+p {
    margin-top: 25px;
}

.notice_wrap .con ul li {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #777;
    text-indent: -10px;
    word-break: keep-all;
}

.notice_wrap .con ul li:not(:first-child) {
    margin-top: 4px;
}

/* popup */
.popup1 {
    margin-top: 50px;
    border: 3px solid #1b1b1b;
}

.popup1 .b-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

@keyframes click {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(10%, 10%);
    }
}

/* event */
#event {
    letter-spacing: -1px;
    font-family: 'Noto Sans KR';
}

#event .event_banner {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#event .join .insert > li p {
    font-family: 'Noto Sans KR';
}

#event .btn_bor1 {
    display: inline-block;
    color: #ed3535;
    font-size: 16px;
    border: 1px solid #ed3535;
    padding: 4px 15px 5px;
    border-radius: 16px;
    margin: -5px 0 0 10px;
}

#event .join .insert > li .btn_confir {
    font-weight: 700;
}

#event .join h3 {
    color: #000;
    border-bottom: none;
}

#event .btn_detail_view_layer {
    font-size: 16px;
    color: #1b1b1b;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    background: #fff;
    letter-spacing: -1px;
}

#event .note.case3 {
    position: absolute;
    left: 60px;
    top: 100px;
    border: 1px solid #000;
    padding: 0;
    z-index: 2;
}

#event .note.case3 li {
    font-weight: 400;
}

#event .note.case3 .relative {
    padding: 20px 30px 20px
}

#event .note.case3 .btn_note_case3 {
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999em;
    background: url(img/event/btn_layer_close.png) no-repeat center;
    width: 62px;
    height: 62px;
}

#event .ga_go_link {
    position: relative;
    width: 740px;
    margin: 20px auto 85px;
}

#event .ga_go_link > a {
    position: absolute;
    text-indent: -9999em;
    height: 77px;
}

#event .ga_go_link > a.ga_go_link1 {
    left: 0;
    top: 0;
    width: 100%;
}

#event .ga_go_link > a.ga_go_link2 {
    left: 0;
    top: 55%;
    width: 50%;
}

#event .ga_go_link > a.ga_go_link3 {
    left: 50%;
    top: 55%;
    width: 50%;
}

.noticeBox {
    position: relative;
    margin: 100px 0 0;
    background: #f5f5f5;
    padding: 50px 0 80px 100px;
    font-family: 'Noto Sans KR';
    text-align: left;
    color: #333;
}

.noticeBox .tit {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

.noticeBox p {
    color: #ed3535;
    font-size: 20px;
    font-weight: 700;
}

.noticeBox ul {
    margin: 5px 0 0;
}

.noticeBox ul li {
    position: relative;
    font-size: 20px;
    font-weight: 200;
    text-indent: -10px;
    padding: 0 0 0 10px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: 1.3;
}

.noticeBox .btn_member {
    position: absolute;
    right: 100px;
    top: 0;
    background: #454141;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
}

/* make */
.make {
    position: relative;
    padding: 100px 0;
    background: #CCE7FF;
}

.make:before {
    content: "";
    display: block;
    position: absolute;
    top: -51px;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 102px;
    background: url(img/plus_ico.png) 0 0 no-repeat;
}

.make .anchor {
    display: flex;
    justify-content: center;
    gap: 91px;
    position: absolute;
    bottom: 73px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.make .anchor button {
    width: 313px;
    height: 80px;
    text-indent: -9999px;
    background: none;
}

.make > img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
}

/* reward */
.reward {
    background: #0e0314;
}

.reward .con {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    transform: translateX(-50%);
}

/* visang_book */
.visang_book {
    background: #F4F8FB;
    padding: 0 0 100px;
}

.visang_book .list {
    position: absolute;
    left: 562px;
    top: 0;
}

.visang_book .list > ul {
    position: relative;
    display: flex;
    gap: 17px;
    height: 926px;
    overflow: hidden;
}

.visang_book .list > ul:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 650px;
    content: '';
    background: linear-gradient(to bottom, #f4f8fb 65%, rgba(255, 255, 255, 0) 80%);
    z-index: 2;
}

.visang_book .list > ul:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 650px;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f4f8fb 80%);
    z-index: 2;
}

.visang_book .list li:nth-of-type(1) .original {
    animation: 120s linear 0s infinite normal forwards running rollingUp1;
}

.visang_book .list li:nth-of-type(1) .clone {
    animation: 120s linear 0s infinite normal none running rollingUp2;
}

.visang_book .list li:nth-of-type(2) .original {
    animation: 120s linear 0s infinite normal forwards running rollingDown1;
}

.visang_book .list li:nth-of-type(2) .clone {
    animation: 120s linear 0s infinite normal none running rollingDown2;
}

.visang_book .list li:nth-of-type(3) .original {
    animation: 60s linear 0s infinite normal forwards running rollingUp1;
}

.visang_book .list li:nth-of-type(3) .clone {
    animation: 60s linear 0s infinite normal none running rollingUp2;
}

/* proof */
.proof {
    background: linear-gradient(180deg, #FFFFFF 0%, #EAB6FF 100%);
}

.proof .con {
    padding: 100px 0 50px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    transform: translateX(-50%);
}

.proof_tit {
}

.proof_con {
    margin-top: 60px;
}

.proof .slide_top {
    margin-top: 60px;
    position: relative;
}

#proofSlideTop {
    width: 1090px;
}

#proofSlideTopPrev, #proofSlideTopNext {
    background: url(img/proof_arr.png) 0 0 no-repeat;
    width: 31px;
    height: 54px;
    margin: 0;
    transform: translate(0, -50%);
}

#proofSlideTopPrev {
    left: 5px;
}

#proofSlideTopNext {
    transform: translate(0, -50%) scaleX(-1);
    right: 5px;
}

.proof .slide_btm {
    margin-top: 60px;
}

#proofSlideBtm {
    overflow: visible;
}

#proofSlideBtm .swiper-wrapper {
    transition-timing-function: linear;
}

#proofSlideBtm .swiper-slide {
    width: 280px;
}

#proofSlideBtm .swiper-slide img {
}

/* secret */
.secret {
    background: linear-gradient(0deg, #F0F0F0 31.84%, #FFE2E0 94.77%);	
}

.secret .con {
    padding: 40px 0 100px;
}

.secret_tit {
}

.secret_con {
    margin-top: 60px;
}

.secret .slide_top {
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.secret .slide_top div {
    cursor: pointer;
}

#secretSlideTop {
}

#secretSlideTop .thumb {
    position: absolute;
    left: auto;
    right: 70px;
    top: 99px;
    width: 421px;
    transform: none;
    cursor: pointer;
}

#secretSlideTop .thumb::after {
    content: '';
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: url(img/play.png) no-repeat;
    width: 70px;
    height: 70px;
    pointer-events: none;
}

#secretSlideTop .thumb img {
    width: 100%;
}

#secretSlideTopPrev, #secretSlideTopNext {
    background: url(img/secret_arr.png) 0 0 no-repeat;
    width: 70px;
    height: 70px;
    margin: 0;
    transform: translate(0, -50%);
}

#secretSlideTopPrev {
    left: -20px;
}

#secretSlideTopNext {
    transform: translate(0, -50%) scaleX(-1);
    right: -20px;
}

#secretSlideTopPage {
    position: static;
    margin-top: 40px;
}

#secretSlideTopPage .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    opacity: 1;
    margin: 0 6px;
    background: #fff;
}

#secretSlideTopPage .swiper-pagination-bullet-active {
    background: #75abb0;
}

.secret .slide_btm {
    position: relative;
    margin-top: 40px;
}

#secretSlideBtm {
    overflow: visible;
}

#secretSlideBtm .swiper-wrapper {
    transition-timing-function: linear;
}

#secretSlideBtm .swiper-slide {
    width: 346px;
    opacity: 0.3;
}

#secretSlideBtm .swiper-slide img {
    width: 100%;
}

#secretSlideBtm .swiper-slide.swiper-slide-active, #secretSlideBtm .swiper-slide.swiper-slide-prev, #secretSlideBtm .swiper-slide.swiper-slide-next {
    opacity: 1;
}

#wrapper .banner1{margin:0 0 -80px; background: linear-gradient(0deg, #FF458C 0%, #FF9A39 142.5%);}

/* exclusive */
.exclusive {
    padding: 180px 0 50px;
    background: #f8e3ff;
}

.exclusive .tit {
    margin-bottom: 40px;
}

.exclusive .con > img:not(:first-child) {
    margin-top: 40px;
}

.exclusive .inner > div {
    position: relative;
}

.exclusive .book_slide {
    position: absolute;
    top: 1px;
    left: 68px;
    width: 390px;
}

.exclusive .rolling {
    display: flex;
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 1195px;
}

.exclusive .rolling img {
}

.exclusive .rolling .roller.original {
    animation: 100s linear 0s infinite normal forwards running rollingLeft1;
}

.exclusive .rolling .roller.clone {
    animation: 100s linear 0s infinite normal none running rollingLeft2;
}

.exclusive .book {
    position: absolute;
    top: 416px;
    left: 91px;
    z-index: 1;
}
.exclusive03{
	position:relative;
}
.exclusive03 .txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
	transform:translateX(-50%);
	font-size:18px;
	color:#313131;
}

/* provision */
.provision {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(225,234,255,1) 0%, rgba(225,234,255,1) 100%);
    ; }

.provision > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
}

.provision .tit {
    margin-bottom: 50px;
}

.provision .con {
    position: relative;
    margin-bottom: 30px;
}

.provision .con .rolling {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 62px;
    margin: 0 auto;
    background-color: #8DADFF;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.provision .con .rolling .roller.original {
    animation: 35s linear 0s infinite normal forwards running rollingLeft1;
}

.provision .con .rolling .roller.clone {
    animation: 35s linear 0s infinite normal none running rollingLeft2;
    margin-right: 10px;
}

.provision .list {
    position: absolute;
    right: 44px;
    top: 62px;
}

.provision .list:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: -33px;
    width: 141px;
    height: 140px;
    background: url(img/provision01_badge.png) 0 0 no-repeat;
    z-index: 10;
}

.provision .list > ul {
    position: relative;
    display: flex;
    gap: 17px;
    height: 481px;
    overflow: hidden;
}

.provision .list > ul img {
    width: 181px;
}

.provision .list li:nth-of-type(1) .original {
    animation: 120s linear 0s infinite normal forwards running rollingUp1;
}

.provision .list li:nth-of-type(1) .clone {
    animation: 120s linear 0s infinite normal none running rollingUp2;
}

.provision .list li:nth-of-type(2) .original {
    animation: 120s linear 0s infinite normal forwards running rollingDown1;
}

.provision .list li:nth-of-type(2) .clone {
    animation: 120s linear 0s infinite normal none running rollingDown2;
}

.provision .list li:nth-of-type(3) .original {
    animation: 60s linear 0s infinite normal forwards running rollingUp1;
}

.provision .list li:nth-of-type(3) .clone {
    animation: 60s linear 0s infinite normal none running rollingUp2;
}

.provision .math_lec_ready {
    margin-top: 30px;
}

.provision .math_lec_ready > .mask {
    border-radius: 50px;
    overflow: hidden;
}

.provision .math_lec_ready .math_lec_ready_cont {
    position: relative;
}

.provision .math_lec_ready .math_lec_ready_cont .tab {
    position: absolute;
    left: 337px;
    top: 0;
    display: flex;
    height: 60px;
    gap: 41px;
    z-index: 2;
}

.provision .math_lec_ready .math_lec_ready_cont .tab > button {
    width: 241px;
    background: none;
    text-indent: -9999em;
}

.provision .math_lec_ready .math_lec_ready_cont .cont {
    position: relative;
}

.provision .math_lec_ready .math_lec_ready_cont .cont .slider {
    position: absolute;
    left: 75px;
    bottom: 40px;
    width: 1050px;
}

.provision .math_lec_ready .math_lec_ready_cont .cont .swiper-button-prev, .provision .math_lec_ready .math_lec_ready_cont .cont .swiper-button-next {
    top: 0%;
    width: 93px;
    height: 100%;
}

.provision .math_lec_ready .math_lec_ready_cont .cont .swiper-button-prev {
    left: 0;
}

.provision .math_lec_ready .math_lec_ready_cont .cont .swiper-button-next {
    right: 0;
}

/* lineup */
.lineup {
    padding: 100px 0 120px;
    background-color: #1F2235;
}

.lineup .badge {
    /* text-align: inherit; */
    position: absolute;
    top: 499px;
    right: -71px;
    z-index: 1;
    left: auto;
}

.lineup .mask {
    text-align: inherit;
}

.lineup .txt_box {
    position: relative;
    width: 971px;
    height: 195px;
    margin: 80px auto 0;
    background: rgba(157,166,255,.3);
    border: 2px solid #B2B9FF;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 /25%);
    text-align: center;
}

.lineup .txt_box .bg {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .3;
}

.lineup .txt_box .swiper-container {
    height: 195px;
}

.lineup .txt_box .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 195px;
}

.lineup .txt_box .swiper-wrapper .swiper-slide p {
    margin-bottom: 25px;
    font-family: "TmoneyRoundWindRegular";
    font-size: 28px;
    color: #fff;
    letter-spacing: -2px;
}

.lineup .txt_box .swiper-wrapper .swiper-slide span {
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 24px;
    color: #B2B9FF;
}

.lineup .slider {
    margin: 10px 0 -94px 0;
    width: 1200px;
    overflow: hidden;
}

.lineup .slider .swiper-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.lineup .slider .swiper-slide {
    opacity: 0 !important;
    transition: opacity ease .5s;
}

.lineup .slider .swiper-slide-active {
    opacity: 1 !important;
}

.lineup .slider .swiper-button-next {
    top: 50%;
    right: 0;
    left: auto;
    width: 30px;
    height: 49px;
}

.lineup .slider .swiper-button-prev {
    top: 50%;
    left: 0;
    right: auto;
    width: 30px;
    height: 49px;
}

.lineup .slider .swiper-button-next a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/promotion/event/2023/1221_11780/img/slide_next_arr.png) 0 0 no-repeat;
}

.lineup .slider .swiper-button-prev a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/promotion/event/2023/1221_11780/img/slide_prev_arr.png) 0 0 no-repeat;
}

/* alignment */
.alignment {
    padding: 100px 0;
    background: #F2F6FF;
}

.alignment .con {
    position: relative;
    margin-top: 80px;
}

.alignment .con .video1 {
    overflow: hidden;
    position: absolute;
    top: 197px;
    left: 0;
    width: 373px;
    height: 224px;
    border-radius: 15px;
}

.alignment .con .video2 {
    overflow: hidden;
    position: absolute;
    top: 197px;
    left: 414px;
    width: 373px;
    height: 224px;
    border-radius: 15px;
}

.alignment .con .video1 video, .alignment .con .video2 video {
    width: 107%;
}

.alignment .con .swiper-container {
    position: absolute;
    width: 373px;
    height: 224px;
}

.alignment .con .slider1 {
    top: 197px;
    right: 0;
}

.alignment .con .slider2 {
    bottom: 75px;
    left: 0;
}

/* system */
.system {
    padding:100px 0;
    background: #2A3051;
}

.system #cont1_1_slide {
    margin-top: 46px;
}

.system #cont1_1_slide > .swiper-pagination {
    position: static;
    margin-bottom: 50px;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet {
    width: 318px;
    height: 201px;
    border-radius: 0;
    position: relative;
    margin: 0;
    opacity: 1;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    background: url(img/system_tab_off.png) no-repeat 0 0;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    background: url(img/system_tab_off.png) no-repeat -395px 0;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
    background: url(img/system_tab_off.png) no-repeat -790px 0;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet-active:nth-of-type(1) {
    background: url(img/system_tab_on.png) no-repeat 0 0;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet-active:nth-of-type(2) {
    background: url(img/system_tab_on.png) no-repeat -395px 0;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet-active:nth-of-type(3) {
    background: url(img/system_tab_on.png) no-repeat -790px 0;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 81px;
}

.system #cont1_1_slide > .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet::before {
    content: '';
    width: 24px;
    height: 100%;
    background: url(img/system_tab_off.png) no-repeat -743px 0;
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    /* margin: 0 0 0 100px; */
}

.system #cont1_1_slide .tabs {
    margin-bottom: 60px;
    display: flex;
    padding-left: 46px;
    gap: 27px;
    align-items: flex-start;
}

.system #cont1_1_slide .tabs .tab1_btn {
    position: relative;
}

.system #cont1_1_slide .tabs .tab2_btn {
    position: relative;
}

.system #cont1_1_slide .tabs .tab3_btn {
    position: relative;
}

.system #cont1_1_slide .tabs .tab2_arrow {
    position: relative;
    margin-top: 96px;
    opacity: 0;
    transition: .5s;
}

.system #cont1_1_slide .tabs .tab3_arrow {
    position: relative;
    margin-top: 96px;
    opacity: 0;
    transition: .5s;
}

.system #cont1_1_slide .tabs2 .tab2_btn {
    opacity: 0;
    left: -20px;
    transition: .5s .5s;
}

.system #cont1_1_slide .tabs3 .tab3_btn {
    opacity: 0;
    left: -20px;
    transition: .5s .5s;
}

.system #cont1_1_slide .swiper-slide-active .tabs .tab2_btn {
    opacity: 1;
    left: 0;
}

.system #cont1_1_slide .swiper-slide-active .tabs .tab3_btn {
    opacity: 1;
    left: 0;
}

.system #cont1_1_slide .swiper-slide-active .tabs .tab2_arrow {
    opacity: 1;
}

.system #cont1_1_slide .swiper-slide-active .tabs .tab3_arrow {
    opacity: 1;
}

.system #cont1_1_slide .con {
    position: relative;
    opacity: 0;
    transition: .5s .5s;
}

.system #cont1_1_slide .swiper-slide-active .con {
    opacity: 1;
}

.system #cont1_1_slide .con .swiper-container {
    position: absolute;
    top: 89px;
    width: 400px;
    padding-bottom: 27px;
}

.system #cont1_1_slide .con .swiper-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px;
}

.system #cont1_1_slide .con .swiper-container .swiper-pagination-bullet-active {
    background: #666;
}

.system #cont1_1_tab2 {
    left: 42px;
}

.system #cont1_1_tab3 {
    right: 42px;
}

.complete {
    padding: 100px 0;
    background-color: #F2F6FF;
}

.complete .mask {
    width: 1203px;
}

.complete .sub_tit {
    margin: 90px 0 40px;
    font-family: "Pretendard";
    font-weight: 700;
    font-size: 50px;
    color: #274394;
    letter-spacing: -3px;
}

.complete .slider {
    position: relative;
    width: 1203px;
    margin-bottom: 100px;
    margin-left: 3px;
    text-align: left;
}

.complete .slider .swiper-button-next {
    top: 50%;
    right: -107px;
    left: auto;
    width: 70px;
    height: 70px;
}

.complete .slider .swiper-button-prev {
    top: 50%;
    left: -107px;
    right: auto;
    width: 70px;
    height: 70px;
}

.complete .slider .swiper-button-next a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(img/complete_slide_nextArr.png) 0 0 no-repeat;
}

.complete .slider .swiper-button-prev a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(img/complete_slide_prevArr.png) 0 0 no-repeat;
}

/* management */
.management {
    padding: 100px 0;
}

.management .thumb+.sub_tit {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1320px;
    margin-bottom: 50px;
}

.management .sub_tit {
    margin-top: 100px;
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 45px;
    color: #000;
    letter-spacing: -3px;
	margin:100px 0 60px;
}

.management .slider1 {
    margin-bottom: 87px;
}

.management .slider1 .swiper-pagination {
    top: 0;
    left: 0px !important;
    transform: inherit;
    width: 283px;
    font-size: 0;
}

.management .slider1 .swiper-pagination-bullet {
    width: 100%;
    height: 130px;
    text-indent: -9999em;
    opacity: 0;
    margin: 0 !important;
    border-radius: 0 !important;
}

.management .slider2 {
    position: relative;
    height: 763px;
    overflow: hidden;
}

.management .slider2 .swiper-wrapper {
    position: relative;
    height: 763px;
}

.management .slider2 .swiper-pagination {
    top: 144px;
    left: 0px !important;
    transform: inherit;
    width: 155px;
}

.management .slider2 .swiper-pagination-bullet {
    width: 155px;
    height: 106px;
    text-indent: -9999em;
    background: url(/promotion/lecture/2022/1206_fullRange/img/con06_nav.png) no-repeat;
    opacity: 1 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.management .slider2 .swiper-pagination-bullet:nth-child(1) {
    background-position: 0 0 !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(2) {
    background-position: 0 -106px !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(3) {
    background-position: 0 -216px !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(4) {
    background-position: 0 -326px !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(5) {
    background-position: 0 -432px !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background-position: -160px 0 !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background-position: -160px -106px !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background-position: -160px -216px !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background-position: -160px -326px !important;
    ;}

.management .slider2 .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background-position: -160px -432px !important;
    ;}

.management .tab_wrap2 {
    position: relative;
    margin-bottom: 87px;
}

.management .tab_wrap2 .tab_btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 285px;
    display: flex;
    flex-direction: column;
}

.management .tab_wrap2 .tab_btn button {
    height: 100%;
    opacity: 0;
}

/* check */
.check {
    padding: 100px 0;
    background: #3E4464;
}

.check .con {
    position: relative;
    padding-top: 84px;
}

.check .con .slider {
    position: absolute;
    top: 178px;
    right: 30px;
    width: 326px;
    height: 321px;
}

.check .con .slider .swiper-pagination {
    bottom: -29px;
    width: 100%;
}

.check .con .slider .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    background-color: #CFCFCF;
    opacity: 1;
}

.check .con .slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #A7C0FF;
}


/* preliminary_class */
.preliminary_class{background:#EAF6FF; padding:100px 0;}
.preliminary_class .step{display:flex; justify-content: center; margin:40px 0 20px;}
.preliminary_class .step img{position:relative;}
.preliminary_class .step img:not(:first-child){margin:0 0 0 -25px;}
.preliminary_class .step img:nth-of-type(1){z-index:4;}
.preliminary_class .step img:nth-of-type(2){z-index:3;}
.preliminary_class .step img:nth-of-type(3){z-index:2;}
.preliminary_class .con{position:relative;}
.preliminary_class .con video{position:absolute; left:61px; top:166px; border-radius:4px; height:;}
.preliminary_class .btm_btn{display:flex; justify-content: center; margin:20px 0 0;}



/* @keyframes */
@keyframes rollingDown1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100%);
    }

    50.01% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rollingDown2 {
    0% {
        transform: translateY(-200%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rollingUp1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-100%);
    }

    50.01% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rollingUp2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-200%);
    }
}

@keyframes zoom {
    50% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes rollingLeft1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

    50.01% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rollingLeft2 {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
