@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 .mask {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
    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, .btn {
    display: block;
    background: none;
    text-indent: -9999px;
}

/* visual */
.visual {
    overflow: hidden;
}

.visual .mask {
    position: relative;
    overflow: visible;
    padding: 0;
}

.visual .con {
    position: absolute;
    bottom: 0;
    left: -42px;
}

.visual .con:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: calc(50% + 87px);
    width: 2478px;
    height: 325px;
    margin-left: -1239px;
    background: url(img/visual_cloude.png) 0 0 no-repeat;
    animation: move 3s ease infinite alternate;
}

.visual .con .btn {
    position: absolute;
    bottom: 37px;
    right: 9px;
    width: 480px;
    height: 101px;
}

.visual .con .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: -32px;
    left: 50%;
    width: 298px;
    height: 57px;
    margin-left: -149px;
    background: url(img/visual_btn_obj.png) 0 0 no-repeat;
    animation: move 1.3s ease-in infinite alternate;
}

.visual .obj {
    position: absolute;
}

.visual .obj1 {
    top: 58px;
    left: 186px;
}

.visual .obj2 {
    top: 363px;
    left: -300px;
    animation: paper 3.5s linear infinite;
}

.visual .obj3 {
    top: 242px;
    right: -230px;
    animation: paper 4.5s linear infinite;
}

/* event1 */
.event1 {
    overflow: hidden;
    background: url(img/event01_bg.png) center center no-repeat;
    /*background:radial-gradient(circle,rgba(105, 180, 255, 1) 0%, rgba(22, 31, 57, 1) 70%);*/
}

.event1 .tit {
    margin-bottom: 38px;
}

.event1 .dwn .grade {
    display: flex;
    border: 2px solid #64B1FF;
    border-radius: 22px 22px 0 0;
    border-bottom: none;
}

.event1 .dwn .grade li {
    flex: 1;
    overflow: hidden;
    border-right: 1px solid #747474;
}

.event1 .dwn .grade li:first-child {
    border-radius: 20px 0 0 0;
}

.event1 .dwn .grade li:last-child {
    border-right: none;
    border-radius: 0 20px 0 0;
}

.event1 .dwn .grade li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: #050714;
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 30px;
    color: #C2C2C2;
}

.event1 .dwn .grade li.on a {
    background: linear-gradient(90deg,rgba(255, 69, 140, 1) 0%, rgba(255, 6, 101, 1) 100%);
    font-weight: 900;
    color: #fff;
}

.event1 .dwn .grade_con .tab_con {
    display: none;
}

.event1 .dwn .grade_con .tab_con.active {
    display: block;
}

.event1 .dwn .grade_con .tab_con .con {
    border: 2px solid #64B1FF;
    border-radius: 0 0 22px 22px;
    border-top: none;
}

.event1 .dwn .grade_con .tab_con .con img {
    width: 100%;
}

.event1 .dwn .grade_con .tab_con .btn_area {
    display: flex;
    gap: 21px;
    margin-top: 38px;
}

.event1 .dwn .grade_con .tab_con .btn_area a p {
    height: 0;
    text-indent: -9999px;
}

/* 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;
    text-indent: -9999px;
}

.popup button.v1 {
    background: url(img/pop/popup_dwn_btn01.png) 0 0 no-repeat;
}

.popup button.v2 {
    background: url(img/pop/popup_dwn_btn02.png) 0 0 no-repeat;
}

.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;
}

/* ¾ó·µ ÆË¾÷ */
.alertPopup {
    position: relative;
    width: 470px;
    background-color: #fff;
    text-align: center;
}

.alertPopup * {
    font-family: "pretendard";
}

.alertPopup .inner {
    padding: 20px 24px 34px;
}

.alertPopup .inner .txt1 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #2C2C2C;
}

.alertPopup .inner .txt2 {
    margin-top: 5px;
    font-size: 18px;
    color: #666;
}

.alertPopup .inner .btn_area {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.alertPopup .inner .btn_area button {
    width: 155px;
    height: 56px;
    background-color: #1154CF;
    border: none;
    border-radius: 15px;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
}

.alertPopup .inner .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* event2 */
.event2 {
    background: url(img/event02_bg.png) center top no-repeat,linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(221, 247, 255, 1) 40%, rgba(204, 243, 255, 1) 100%);
}

.event2 .tit {
    margin-bottom: 33px;
}

.event2 .sub_tit {
    margin: 60px 0 40px;
}

.event2 .con {
    position: relative;
    border-radius: 30px;
    box-shadow: 0 4px 9px 0 rgb(122 199 226 /25%);
}

.event2 .con:nth-of-type(2) {
    box-shadow: inherit;
}

.event2 .con:nth-of-type(2) .gift {
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgb(122 199 226 /25%);
}

.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: 68px;
}

.event2 .con .num.coupon span:before {
    left: -20px;
    background: #000;
}

.event2 .con .num.phone {
    gap: 21px;
    bottom: 170px;
    right: 158px;
}

.event2 .con .num.phone select, .event2 .con .num.phone input {
    padding-left: 21px;
    border: 1px solid #a0a0a0;
}

.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: 72px;
    right: 60px;
}

.event2 .con .btn a {
    width: 329px;
    height: 70px;
}

.event2 .con .point {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 12px 0 0 0;
}

.event2 .con .point p {
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.event2 .con .point p span {
    margin-left: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #CC0700;
}

.event2 .con .point a {
    position: static;
    width: 193px;
    height: 44px;
    margin-left: 18px;
    background: url(img/event02_btn.png) 0 0 no-repeat;
}

/* event3 */
.event3 {
    background: #BBF2B3 url(img/event03_bg.png) center 82px no-repeat;
}

.event3 .mask > .tit {
    margin-bottom: 40px;
}

.event3 .con {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 9px 0 rgb(127 188 107 /60%);
}

.event3 .con .btn {
    position: absolute;
    bottom: 70px;
    left: 608px;
}

.event3 .con .btn a {
    position: relative;
    width: 279px;
    height: 102px;
}

.event3 .con .btn a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 56px;
    height: 49px;
    background: url(img/click_ico.png) 0 0 no-repeat;
    animation: blinker 1s ease-in infinite alternate;
}

/* ÀÌº¥Æ® À¯ÀÇ»çÇ× */
.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;
}

/* benefit */
.benefit_experience2 .mask {
    padding: 0;
}

@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;
}

/* banner1 */
.banner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 305px;
    background: #63C3FF url(img/banner01_bg.png) center top no-repeat;
}

.banner1 .tit {
    margin-top: -38px;
}

/* bestseller */
.bestseller {
    background: linear-gradient(175deg,rgba(99, 195, 255, 1) 50%, rgba(157, 242, 234, 1) 83%);
}

.bestseller .tit {
    margin-bottom: 40px;
}

.bestseller .con {
    position: relative;
}

.bestseller .con .rolling {
    display: flex;
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 1195px;
}

.bestseller .con .rolling img {
    margin: 0 -13px;
}

.bestseller .con .rolling .roller.original {
    animation: 100s linear 0s infinite normal forwards running rollingLeft1;
}

.bestseller .con .rolling .roller.clone {
    animation: 100s linear 0s infinite normal none running rollingLeft2;
}

/* provision */
.provision {
    position: relative;
    overflow: hidden;
    background: #EBFEFF;
}

.provision > img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
}

.provision .tit {
    margin-bottom: 50px;
}

.provision .con {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 20px 30px 0 rgb(72 161 166 /30%);
    border-radius: 20px;
}

.provision .con .rolling {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 62px;
    margin: 0 auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    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: 66px;
}

.provision .list:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: -44px;
    width: 143px;
    height: 152px;
    background: url(img/provision01_badge.png) 0 0 no-repeat;
    z-index: 10;
}

.provision .list > ul {
    position: relative;
    display: flex;
    gap: 17px;
    height: 463px;
    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;
}

/* lineup */
.lineup {
    background: linear-gradient(180deg,rgba(0, 65, 130, 1) 25%, rgba(27, 30, 53, 1) 100%);
}

.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: 60px auto 0;
    background: rgba(157,166,255,.3);
    border: 2px solid #8FE4F2;
    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: #8FE4F2;
}

.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;
}

/* service */
.service {
    background: #AEE5F3 url(img/service_bg.png) center bottom no-repeat;
}

.service .tit {
    margin-bottom: 40px;
}

.service .tit+.con {
    margin-bottom: 40px;
}

.service .con {
    position: relative;
}

.service .con .section {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 230px 0 0;
}

.service .con .section > div {
    width: 50%
}

.service .con .section > div .slider {
    width: 512px;
    margin: 0 auto;
}

.service .con .section > div .slider+.slider {
    margin: 128px auto 0 auto;
}

.service .con .section > div .slider .swiper-button-prev {
    left: 0;
    width: 40px;
    height: 40px;
    background: url(img/service_prev_arr.png) 0 0 no-repeat;
}

.service .con .section > div .slider .swiper-button-next {
    right: 0;
    width: 40px;
    height: 40px;
    background: url(img/service_next_arr.png) 0 0 no-repeat;
}

.service .con .section .service1_1 {
    display: flex;
    height: 254px;
}

.service .con .section .service1_1 .swiper-container {
    border: 2px solid #181926;
    border-radius: 0 10px 10px 0;
}

.service .con .section .service1_1 .swiper-pagination {
    display: flex;
    flex-direction: column;
    position: static;
}

.service .con .section .service1_1 .swiper-pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    width: 130px;
    background: #ECEEF0;
    border-radius: 20px 0 0 20px;
    font-family: "Pretendard";
    font-weight: 700;
    font-size: 18px;
    color: #8B8E93;
    opacity: 1;
    white-space: pre;
}

.service .con .section .service1_1 .swiper-pagination span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.service .con .section .eng .service1_1 .swiper-pagination span:nth-child(1):before {
    content: "Áø´Ü";
}

.service .con .section .eng .service1_1 .swiper-pagination span:nth-child(2):before {
    content: "¿µ¿ªº°\A¿¬°èÇÐ½À";
}

.service .con .section .eng .service1_1 .swiper-pagination span:nth-child(3):before {
    content: "½ÃÁß ÀÎ±â±³Àç\AÇÙ½É °­ÁÂ";
}

.service .con .section .math .service1_1 .swiper-pagination span:nth-child(1):before {
    content: "Áø´Ü";
}

.service .con .section .math .service1_1 .swiper-pagination span:nth-child(2):before {
    content: "¼öÁØº°\AÇÐ½À";
}

.service .con .section .math .service1_1 .swiper-pagination span:nth-child(3):before {
    content: "½ÃÁß ÀÎ±â±³Àç\AÇÙ½É °­ÁÂ";
}

.service .con .section .service1_1 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #181926;
    color: #fff;
}

.service .con .section .service1_1 .swiper-container {
    height: 254px;
}

.service .con .service2 {
    position: absolute;
    bottom: 94px;
    left: 50%;
    transform: translateX(-50%);
    width: 790px;
}

.service .con .service2 .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    bottom: -53px;
    width: 100%;
}

.service .con .service2 .swiper-pagination span {
    width: 14px;
    height: 14px;
    background: #CFCFCF;
    opacity: 1;
}

.service .con .service2 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #52A8FF;
}

/* system */
.system {
    background: #fff url(img/system_bg.png) 0 bottom no-repeat;
}

.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;
}

/* banner2 */
.banner2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 250px;
    background: #63C3FF url(img/banner02_bg.png) center top no-repeat;
}

/* ¹«Ã¼ ÆË¾÷ ¹öÆ° */
.free-trial-apply .form_content .list dd .btn {
    text-indent: inherit;
}

/* @keyframes */
@keyframes move {
    50% {
        transform: translateY(-10px);
    }
}

@keyframes paper {
    0% {
        transform: translate(0) rotate(0deg);
        opacity: 1;
    }

    25% {
        transform: translate(-50px,20px) rotate(-15deg);
    }

    50% {
        transform: translate(50px,40px) rotate(15deg);
        opacity: 0.8;
    }

    75% {
        transform: translate(-30px,60px) rotate(-10deg);
    }

    100% {
        transform: translate(30px,80px) rotate(30deg);
        opacity: 0;
    }
}

@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);
    }
}
