@charset "euc-kr";
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root{
    --gmarket-m : 'GmarketSansMedium';
    --gmarket-b : 'GmarketSansBold';
}

.set_container{
    font-family: "Noto Sans KR","Sans-serif";
    color: #252525;
    min-width: 1780px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.top_banner{
    background-image: url("../../images/2025/0924/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2122px;
    position: relative;
    overflow: hidden;
}
.top_banner .time_banner{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.top_banner .time_banner.on{
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    animation-name: time_banner;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    box-shadow: 0px -1px 6px #00000077;
}
@keyframes time_banner {
    0%{
        top: 100%;
    }
    100%{
        top: calc(100% - 60px);
    }
}
.top_banner .time_banner button{
    display: inline-block;
}
.top_banner .time_banner button .time{
    position: absolute;
    top: 50%;
    left: calc(50% - 580px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
}
.top_banner .time_banner button .time span{
    color: #fff;
    font-family: var(--gmarket-b);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.05em;
}
.top_banner .image_box{}
.top_banner .image_box .line1{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: calc(50% - 600px);
    background-color: #000;
    z-index: 99;
}
.top_banner .image_box .line2{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: calc(50% + 600px);
    background-color: #000;
    z-index: 99;
}
.top_banner .image_box .line3{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    z-index: 99;
}
.top_banner .image_box img{
    position: absolute;
    left: 50%;
}
.top_banner .image_box .img01{
    top: 108px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    animation-name: top_text;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img02{
    top: 213px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img03{
    top: 336px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img04{
    top: 854px;
    opacity: 0;
    left: calc(50% - 614px);
    transition: all .5s;
    z-index: 1;
}
.top_banner.on .image_box .img04{
    top: 904px;
    left: calc(50% - 614px);
    opacity: 1;
    z-index: 1;
}
.top_banner .image_box .img05{
    top: 956px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) rotate(5deg);
    transform-origin: right;
    transition: all .3s .5s;
    z-index: 1;
}
.top_banner.on .image_box .img05{
    top: 966px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    z-index: 1;
}
.top_banner .image_box .img06{
    top: 1034px;
    left: calc(50% - 416px);
    opacity: 0;
    transform: rotate(-5deg);
    transform-origin: left;
    transition: all .3s .5s;
    z-index: 1;
}
.top_banner.on .image_box .img06{
    top: 1054px;
    left: calc(50% - 416px);
    opacity: 1;
    transform: rotate(0deg);
    z-index: 1;
}
.top_banner .image_box .img07{    
    top: 1111px;
    left: calc(50% - 439px);
    transform: rotate(-2deg);
    transition: all .5s .7s;
    transform-origin: left;
    opacity: 0;
    z-index: 3;
}
.top_banner.on .image_box .img07{
    top: 1111px;
    opacity: 1;
    left: calc(50% - 439px);
    transform: rotate(0deg);
    z-index: 3;
}
.top_banner .image_box .img08{
    top: 1198px;
    left: calc(50% - 474px);
    transform: rotate(2deg);
    opacity: 0;
    transform-origin: right;
    z-index: 2;
}
.top_banner.on .image_box .img08{
    top: 1198px;
    left: calc(50% - 474px);
    transition: all .5s 1s;
    opacity: 1;
    transform: rotate(0deg);
    z-index: 2;
}
.top_banner .image_box .img09{
    top: 1259px;
    left: calc(50% - 494px);
    transform: rotate(2deg);
    opacity: 0;
    transition: all .5s 1.2s;
    transform-origin: right;
    z-index: 1;
}
.top_banner.on .image_box .img09{
    top: 1259px;
    left: calc(50% - 494px);
    transform: rotate(0deg);
    opacity: 1;
    transform-origin: right;
    z-index: 1;
}
.top_banner .image_box .img10{
    top: 1426px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.top_banner .image_box .img11{
    top: 1700px;
    left: calc(50% - 567px);
    z-index: 1;
}
.top_banner .image_box .img12{
    top: 1700px;
    left: calc(50% + 13px);
    z-index: 1;
}
.top_banner .image_box .img13{
    top: 511px;
    left: calc(50% - 445px);
    z-index: 1;
    opacity: 0;
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img14{   
    top: 573px;
    left: calc(50% + 205px);
    z-index: 1;
    opacity: 0;
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: 1.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img15{
    top: 720px;
    left: calc(50% - 365px);
    z-index: 1;
    opacity: 0;
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: 1.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img16{
    top: 640px;
    left: calc(50% + 127px);
    z-index: 1;
    opacity: 0;
    animation-name: top_text02;
    animation-duration: .3s;
    animation-delay: 1.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img17{
    top: 360px;
    left: calc(50% - 583px);
    z-index: 1;
}
.top_banner .image_box .img18{
    top: 477px;
    left: calc(50% + 499px);
    z-index: 1;
}

.top_banner .image_box .img19{
    top: 327px;
    left: calc(50% + 409px);
    z-index: 0;
    opacity: 0;
    animation-name: top_text03;
    animation-duration: .3s;
    animation-delay: 1.8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img20{
    top: 423px;
    left: calc(50% + 151px);
    opacity: 0;
    animation-name: box_top;
    animation-duration: .5s;
    animation-delay: .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 0;
}
.top_banner .image_box .img21{
    top: -100px;
    left: calc(50% - 879px);
    z-index: 0;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 3s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img22{
    top: 30px;
    left: calc(50% - 67px);
    z-index: 0;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img21-1{
    top: -50px;
    left: calc(50% - 679px);
    z-index: 0;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 3s;
    animation-delay: .7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img22-1{
    top: -90px;
    left: calc(50% - 337px);
    z-index: 0;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 3s;
    animation-delay: .3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img23{
    top: 674px;
    left: calc(50% - 435px);
    z-index: 1;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img24{
    top: 812px;
    left: calc(50% + 276px);
    z-index: 1;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .box2026{
    top: 346px;
    left: calc(50% - 297px);
    z-index: 0;
    opacity: 0;
    animation-name: box2026;
    animation-duration: .5s;
    animation-delay: .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img25{
    top: 229px;
    left: calc(50% - 391px);
    z-index: 1;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 2s;
    animation-delay: .3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img26{
    top: 237px;
    left: calc(50% - 229px);
    z-index: 1;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 2s;
    animation-delay: 1.2s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img27{
    top: 244px;
    left: calc(50% - 32px);
    z-index: 1;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 2s;
    animation-delay: .7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img28{
    top: 239px;
    left: calc(50% + 167px);
    z-index: 1;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img29{
    top: 228px;
    left: calc(50% + 270px);
    z-index: 1;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes top_text {
    0%{
        margin-top: 30px;
        opacity: 0;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes box2026 {
    0%{
        margin-top: 50px;
        transform: rotate(3deg);
        opacity: 0;
    }
    100%{
        margin-top: 0;
        transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes box_top {
    0%{
        top: 513px;
        left: calc(50% + -59px);
        transform: rotate(-25deg);
        opacity: 0;
    }
    100%{
        top: 423px;
        left: calc(50% + 151px);
        transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes top_text02 {
    0%{
        transform: scale(1.5);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes top_text03 {
    0%{
        margin-left: -30px;
        opacity: 0;
    }
    100%{
        margin-left: 0px;
        opacity: 1;
    }
}
@keyframes top_star {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.calendar_content{
    position: relative;
    padding-top: 80px;
    background-color: #fff9e7;
}
.calendar_content .scroll_nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}
.calendar_content .scroll_nav.on{
    position: fixed;
    top: 49px;
    z-index: 99;
    box-shadow: 0px 1px 6px #00000077;
}
.calendar_content .scroll_nav ul{
    display: flex;
    align-items: center;
}
.calendar_content .scroll_nav ul li{
    position: relative;
    flex: 1;
    cursor: pointer;
    height: 100%;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.calendar_content .scroll_nav.on ul li{
    height: 60px;
}
.calendar_content .scroll_nav ul li.on{
    background-color: #fff9e7;
}
.calendar_content .scroll_nav ul li a{
    width: 100%;
    border-right: 1px solid #4d4d4d;
    height: 42px;
    padding-top: 11px;
}
.calendar_content .scroll_nav ul li:last-child a{
    border-right: none;
}
.calendar_content .scroll_nav ul li:nth-child(1).on a{
    border-right: none;
}
.calendar_content .scroll_nav ul li:nth-child(2).on a{
    border-right: none;
}
.calendar_content .scroll_nav ul li:nth-child(2).on ~ li:nth-child(1) a{
    border-right: none;
}
.calendar_content .scroll_nav ul li:nth-child(3).on ~ li:nth-child(2) a{
    border-right: none;
}

.calendar_content .scroll_nav ul li:last-child a{}
.calendar_content .scroll_nav ul li a span,
.calendar_content .scroll_nav ul li a span b{
    font-size: 30px;
    display: inline-block;
    letter-spacing: -0.05em;
    color: #5d5d5d;
    font-family: var(--gmarket-m);
    font-weight: 400;
    position: relative;
    z-index: 2;
    transition: all .3s;
}
.calendar_content .scroll_nav.on ul li a span,
.calendar_content .scroll_nav.on ul li a span b{
    font-size: 24px;
}
.calendar_content .scroll_nav ul li.on a span,
.calendar_content .scroll_nav ul li.on a span b{
    color: #000;
}
.calendar_content .scroll_nav ul li.on a span b{
    font-family: var(--gmarket-b);
    font-weight: 500;
}

.calendar_content section{
    padding: 120px 0 140px;
}
.calendar_content section.section01{
    background-color: #fff9e7;
}
.calendar_content .section01{}
.calendar_content .section01 strong{
    display: flex;
    justify-content: center;
}
.calendar_content .section01 .list_top{
    width: 100%;
    height: 429px;
    position: relative;
    z-index: 2;
    padding-top: 14px;
    padding: 54px 0 0 35px;
    display: flex;
    gap: 50px;
    margin-top: 47px;
}
.calendar_content .section01 .list_top::before{
    content: "";
    position: absolute;
    background-image: url("../../images/2025/0924/bg01.png");
    background-repeat: no-repeat;
    width: 1244px;
    height: 429px;
    top: 0;
    left: -14px;
    z-index: 2;
}
.calendar_content .section01 .list_top::after{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 1202px;
    height: 401px;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0px 14px 20px #fff5d9;
    /* box-shadow: 0px 14px 20px #000; */
    z-index: 1;
}
.calendar_content .section01 .list_top .thumb_img{
    position: relative;
    z-index: 3;
}
.calendar_content .section01 .list_top .thumb_img img{}
.calendar_content .section01 .list_top .list_content{
    position: relative;
    z-index: 3;
}
.calendar_content .section01 .list_top .list_content span{
    font-family: var(--gmarket-b);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #000;
    margin-top: 30px;
    display: inline-block;
}
.calendar_content .section01 .list_top .list_content p{
    font-size: 20px;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: #252525;
    margin-top: 12px;
    margin-bottom: 40px;
}
.calendar_content .section01 .list_top .list_content button,
.calendar_content .section01 .list_top .list_content a{
    display: inline-block;
    margin-bottom: 20px;
}
.section01 button,
.section01 a{
    display: inline-block;
    animation-duration: .3s; 
}
.section01 button:hover,
.section01 a:hover{
    animation-name: buttonAni;
}
.calendar_content .section01 a img{}

.calendar_content .section01 ul{
    display: flex;
    gap: 40px;
    margin-top: 16px;
}
.calendar_content .section01 ul li{
    flex: 1;
    position: relative;
    padding: 40px 35px 0;
    height: 588px;
    text-align: center;
}
.calendar_content .section01 ul li::before{
    content: "";
    position: absolute;
    background-image: url("../../images/2025/0924/bg02.png");
    background-repeat: no-repeat;
    width: 608px;
    height: 616px;
    top: -14px;
    left: -14px;
    z-index: 2;
}
.calendar_content .section01 ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 588px;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0px 14px 20px #fff5d9;
    z-index: 1;
}
.calendar_content .section01 ul li .thumb_img{
    position: relative;
    z-index: 3;
}
.calendar_content .section01 ul li .thumb_img img{}
.calendar_content .section01 ul li span{
    position: relative;
    z-index: 3;
    font-family: var(--gmarket-b);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #000;
    display: inline-block;
    margin-top: 24px;
}
.calendar_content .section01 ul li p{
    position: relative;
    z-index: 3;
    font-size: 20px;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: #252525;
    margin-top: 11px;
    margin-bottom: 30px;
}
.calendar_content .section01 ul li a{
    position: relative;
    z-index: 3;
}
.calendar_content .section01 ul li a img{}

.calendar_content .section01 .side_fixed{
    position: absolute;
    top: 276px;
    left: calc(50% + 651px);
    width: calc(263px * 0.8);
    z-index: 11;
}
.calendar_content .section01 .side_fixed img{
    width: 100%;
}
.calendar_content .section01 .side_fixed.on{
    position: fixed;
    top: 330px;
    left: calc(50% + 651px);
    z-index: 1111;
}

.calendar_content .section02{
    display: inline-block;
    background-image: url("../../images/2025/0924/section02_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2047px;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.calendar_content .section02 .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000066;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}
.calendar_content .section02.on .bg{
    opacity: 1;
    visibility: visible;
}
.calendar_content .section02 strong{
    display: block;
    text-align: center;
    margin-top: 33px;
}
.calendar_content .section02 strong img{
    margin-left: 28px;
}
.calendar_content .section02 .lights{}
.calendar_content .section02 .lights img:nth-child(1){    
    position: absolute;
    top: 297px;
    left: calc(50% - 630px);
    z-index: 3;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 3s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.calendar_content .section02 .lights img:nth-child(2){    
    position: absolute;
    top: 264px;
    left: calc(50% - 480px);
    z-index: 3;
    opacity: 0;
    animation-name: top_star;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.calendar_content .section02 .lights img:nth-child(3){    
    position: absolute;
    top: 297px;
    left: calc(50% - 430px);
    z-index: 3;
    opacity: 0;
    animation-name: star_opacity;
    animation-duration: 5s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.calendar_content .section02 .lights img:nth-child(4){    
    position: absolute;
    top: 264px;
    left: calc(50% - 280px);
    z-index: 3;
    opacity: 0;
    animation-name: star_opacity;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@keyframes  star_opacity {
    0%{
        opacity: 0;
    }
    50%{
        opacity: .5;
    }
    100%{
        opacity: 0;
    }
}
.calendar_content .section02 .section02_2026{
    position: absolute;
    top: 380px;
    left: calc(50% + 379px);
    z-index: 3;
    animation-name: section02_2026;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes section02_2026 {
    0%{
        top: 380px
    }
    50%{
        top: 360px;
    }
    100%{
        top: 380px;
    }
}
.calendar_content .section02 .section02_light{
    position: absolute;
    top: 296px;
    left: calc(50% + 286px);
    z-index: 4;
    animation-name: section02_light;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes section02_light {
    0%{
        top: 296px
    }
    50%{
        top: 276px;
    }
    100%{
        top: 296px;
    }
}
.calendar_content .section02 .card_box{
    margin-top: 60px;
    min-height: 390px;
    position: relative;
}
.calendar_content .section02 .card_trigger{
    position: absolute;
    background-color: transparent;
    width: 920px;
    height: 390px;
    top: 0;
    left: 50%;
    z-index: 11;
    transform: translateX(-50%);
    cursor: pointer;
}
.calendar_content .section02 .card{
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
}
.calendar_content .section02.on .card{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}
.calendar_content .section02 .card li{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    left: 0;
    border-radius: 15px;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    pointer-events: none;
}
.calendar_content .section02.on .card li{
    pointer-events: unset;
}
.calendar_content .section02.on .card li:nth-child(1){
    transition: transform 0.5s, top 0.3s, opacity 0.3s, left .5s .3s;
}
.calendar_content .section02.on .card li:nth-child(2){
    transition: transform 0.5s 0.3s, top 0.3s, opacity 0.3s, left .5s .3s;
}
.calendar_content .section02.on .card li:nth-child(3){
    transition: transform 0.5s 0.6s, top 0.3s, opacity 0.3s, left .5s .3s;
}
.calendar_content .section02.on .card li{
    transform: scale(1.05);
    overflow: unset;
}
.calendar_content .section02.on .card li.select:nth-child(1){
    left: calc(50% - 140px);
    transform: scale(1);
}
.calendar_content .section02.on .card li.select:nth-child(3){
    left: -315px;
    transform: scale(1);
}
.calendar_content .section02.on .card li.out{
    top: 30px;
    opacity: 0;
}
.calendar_content .section02.on .card li.cardAni{
    animation-name: cardAni;
}
@keyframes cardAni {
    0%{
        transform: rotate(0deg) scale(1.05);
    }
    25%{
        transform: rotate(3deg) scale(1.05);
    }
    50%{
        transform: rotate(-3deg) scale(1.05);
    }
    75%{
        transform: rotate(3deg) scale(1.05);
    }
    100%{
        transform: rotate(0deg) scale(1.05);
    }
}
@keyframes cardStart {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}
.calendar_content .section02 .card li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/2025/0924/card_base.png");
    background-repeat: no-repeat;
}
.calendar_content .section02 .card li:nth-child(1)::before{
    content: "";
    position: absolute;
    top: 0;
    right: -29px;
    background-image: url("../../images/2025/0924/left_light.png");
    background-repeat: no-repeat;
    width: 232px;
    height: 218px;
    z-index: 2;
    opacity: 1;
}
.calendar_content .section02 .card li:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../../images/2025/0924/center_light.png");
    background-repeat: no-repeat;
    width: 280px;
    height: 390px;
    z-index: 2;
    opacity: 1;
}
.calendar_content .section02 .card li:nth-child(3)::before{
    content: "";
    position: absolute;
    top: 0;
    left: -19px;
    background-image: url("../../images/2025/0924/right_light.png");
    background-repeat: no-repeat;
    width: 232px;
    height: 218px;
    z-index: 2;
    opacity: 1;
}
.calendar_content .section02.on .card li:nth-child(1)::before,
.calendar_content .section02.on .card li:nth-child(2)::before,
.calendar_content .section02.on .card li:nth-child(3)::before{
    opacity: 0;
}
.calendar_content .section02 .card li .card_light01 {
    position: absolute;
    z-index: 5;
    /* top: -135px;
    left: -109px; */
    top: -153px;
    left: -127px;
    opacity: 0;
    transform: scale(0.5);
}
.calendar_content .section02 .card li .card_light02 {
    position: absolute;
    z-index: 5;
    width: 150px;
    /* top: -58px;
    left: 189px; */
    top: -64px;
    left: 203px;
    opacity: 0;
    transform: scale(0.5);
}
.calendar_content .section02.on .card li .card_light01,
.calendar_content .section02.on .card li .card_light02{
    transition: all 1s .8s;
}
.calendar_content .section02.on .card li.select .card_light01,
.calendar_content .section02.on .card li.select .card_light02{
    opacity: 1;
    transform: scale(1);
}
.calendar_content .section02 .card li .cards > * {
    backface-visibility: hidden;
    grid-area: 1 / 1 / 1 / 1; 
}
.calendar_content .section02 .card li .cards{
    display: inline-block;
    transform: perspective(780px) rotateY(0deg);
    transform-style: preserve-3d; 
    display: inline-grid;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 5px rgb(0, 0, 0, 0.3);
    border-radius: 20px;
}
.calendar_content .section02.on .card li .cards{
    transition: transform 0.5s .8s;
}
.calendar_content .section02 .card li.select .cards{
    transform: perspective(780px) rotateY(180deg); 
}
.calendar_content .section02 .card li .cards img{}
.calendar_content .section02 .card li .cards img.front{}
.calendar_content .section02 .card li .cards img.back{
    transform: rotateY(180deg);
}
.calendar_content .section02 .card_button{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 65px;
}
.calendar_content .section02 .card_button button{
    position: relative;
    z-index: 5;
}
.calendar_content .section02 .card_button button img:nth-child(2){
    position: absolute;
    top: -18px;
    left: 225px;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: cardAni;
}
.calendar_content .section02 .card_button button img:nth-child(3){
    position: absolute;
    top: 53px;
    left: -18px;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: opacitys;
    animation-delay: 1.5s;
    opacity: 0;
}
.calendar_content .section02 .card_button button img:nth-child(4){
    position: absolute;
    top: -17px;
    left: 401px;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: opacitys;
    opacity: 0;
}
@keyframes opacitys {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.calendar_content .section02 .section02_content{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 2;
    padding: 54px 0 0 40px;
    display: flex;
    gap: 49px;
}
.calendar_content .section02 .section02_content.t2{
    margin-top: 100px;
}
.calendar_content .section02 .section02_content::before{
    content: "";
    position: absolute;
    background-image: url("../../images/2025/0924/bg03.png");
    background-repeat: no-repeat;
    width: 1228px;
    height: 428px;
    top: 0;
    left: -14px;
    z-index: 2;
}
.calendar_content .section02 .section02_content::after{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 1202px;
    height: 401px;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0px 14px 20px #212122;
    /* box-shadow: 0px 14px 20px #000; */
    z-index: 1;
}
.calendar_content .section02 .section02_content .thumb_img{
    position: relative;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
    width: 430px;
    height: 320px;
    overflow: hidden;
}
.calendar_content .section02 .section02_content .thumb_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.75);
    background-image: url("../../images/2025/0924/more.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .3s;
    border-radius: 15px;
}
.calendar_content .section02 .section02_content .thumb_img:hover::after{
    opacity: 1;
}
.calendar_content .section02 .section02_content .thumb_img img{
    /* width: 100%; */
}
.calendar_content .section02 .section02_content .list_content{
    position: relative;
    z-index: 3;
    flex: 1;
}
.calendar_content .section02 .section02_content .list_content span{
    font-family: var(--gmarket-b);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #000;
    margin-top: 13px;
    display: inline-block;
}
.calendar_content .section02 .section02_content .list_content p{
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 35px;
    font-weight: 400;
    color: #252525;
    margin-top: 15px;
    margin-bottom: 20px;
}
.calendar_content .section02 .section02_content .list_content p b{
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    color: #ff1212;
    letter-spacing: -0.05em;
}
.calendar_content .section02 .section02_content .list_content button,
.calendar_content .section02 .section02_content .list_content a{
    display: inline-block;
    margin-top: 25px;
    animation-duration: .3s;
}
.calendar_content .section02 .section02_content .list_content button:hover,
.calendar_content .section02 .section02_content .list_content a:hover{
    animation-name: buttonAni;
}
.calendar_content .section02 .section02_content .list_content a img{}

.calendar_content .section03{
    background-color: #d31217;
    padding-bottom: 120px;
}
.calendar_content .section03 strong{
    display: block;
    text-align: center;
}
.calendar_content .section03 .texts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    margin-top: 45px;
}
.calendar_content .section03 .texts li{
    position: relative;
    padding: 14px 0 0 40px;
    width: 580px;
    height: 320px;
}
.calendar_content .section03 .texts li.t3,
.calendar_content .section03 .texts li.t4,
.calendar_content .section03 .texts li.t5{
    width: 370px;
    height: 300px;
}
.calendar_content .section03 .texts li::before{
    content: "";
    position: absolute;
    background-image: url("../../images/2025/0924/bg04.png");
    background-repeat: no-repeat;
    width: 608px;
    height: 348px;
    top: 0;
    left: -14px;
    z-index: 2;
}
.calendar_content .section03 .texts li.t2::before{
    background-image: url("../../images/2025/0924/bg05.png");
}
.calendar_content .section03 .texts li.t3::before{
    background-image: url("../../images/2025/0924/bg06.png");
}
.calendar_content .section03 .texts li.t4::before{
    background-image: url("../../images/2025/0924/bg07.png");
}
.calendar_content .section03 .texts li.t5::before{
    background-image: url("../../images/2025/0924/bg08.png");
}
.calendar_content .section03 .texts li::after{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 580px;
    height: 320px;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0px 14px 20px #bb1214;
    /* box-shadow: 0px 14px 20px #000; */
    z-index: 1;
}
.calendar_content .section03 .texts li.t3::after,
.calendar_content .section03 .texts li.t4::after,
.calendar_content .section03 .texts li.t5::after{
    width: 370px;
    height: 300px;
}
.calendar_content .section03 .texts li p{
    position: relative;
    z-index: 3;
    font-family: var(--gmarket-m);
    font-size: 25px;
    letter-spacing: -0.06em;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    margin-top: 45px;
}
.calendar_content .section03 .texts li span{
    position: relative;
    z-index: 3;
    font-family: var(--gmarket-b);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #000;
    line-height: 52px;;
    display: inline-block;
    margin-top: 12px;
}
.calendar_content .section03 .texts li span b{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: #d31217;
}
.calendar_content .section03 .texts li span i{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.calendar_content .section03 .texts li span b img{
    margin-top: 5px;
}
.calendar_content .section03 .free_forms{
    margin-top: 180px;
    text-align: center;
}
.calendar_content .section03 .free_forms .free_forms_title{
    margin-bottom: 60px;
}
.calendar_content .section03 #flick2{}
.calendar_content .section03 #flick2 > div{}
.calendar_content .section03 #flick2 > div > div{
    background-color: #fff;
    width: 360px;
    height: 330px;
    text-align: left;
    padding: 30px;
    border-radius: 15px;
}
.calendar_content .section03 #flick2 span{
    display: inline-block;
    width: 49px;
    height: 17px;
    background-color: #000;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    border-radius: 17px;
}
.calendar_content .section03 #flick2 .name{
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    margin-top: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.calendar_content .section03 #flick2 .name img{
}
.calendar_content .section03 #flick2 p{
    word-break: keep-all;
    font-size: 16px;
    line-height: 25px;;
    font-weight: 400;
    letter-spacing: -0.06em;
    color: #555555;
    margin-top: 11px;
}

.calendar_content .section04{
    padding: 0;
}
.calendar_content .section04 .calendar_application{
    background-color: #fff9e7;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.calendar_content .section04 .calendar_application .calendar_content .section04 .calendar_application_title{}
.calendar_content .section04 .calendar_application .calendar_content .section04 .calendar_application_title span{
    color: #fff;
    font-size: 50px;
    letter-spacing: -0.05em;
    font-weight: 700;
}
.calendar_content .section04 .calendar_application ul{
    display: flex;
    flex-direction: column;
    padding-left: 164px;
    margin-top: 50px;
}
.calendar_content .section04 .calendar_application ul li{
    font-size: 22px;
    letter-spacing: -0.05em;
    font-weight: 300;
    color: #252525;
    line-height: 45px;
    display: flex;
    align-items: start;
}
.calendar_content .section04 .calendar_application ul li strong{
    font-size: 22px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 500;
    line-height: 45px;
}
.calendar_content .section04 .calendar_application ul li span{
    font-size: 22px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #d31217;
    line-height: 45px;
    text-align: left;
}
.calendar_content .section04 .calendar_application ul li img{
    margin-right: 16px;
    padding-top: 18px;
}
.calendar_content .section04 .calendar_application button{
    width: 430px;
    height: 80px;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    background-color: #d31217;
    margin-top: 38px;
    letter-spacing: -0.06em;
    font-family: var(--gmarket-b);
    padding-top: 5px;
    border-radius: 10px;
}

.calendar_application_list{
    background-color: #3d3d3d;
    padding-top: 129px;
    padding-bottom: 120px;
}
.calendar_application_list .my_application{
    padding: 0 100px;
}
.calendar_application_list .my_application .my_application_top{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 25px;
}
.calendar_application_list .my_application .my_application_top strong{
    color: #fff;
    font-size:30px;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.calendar_application_list .my_application .my_application_top p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.calendar_application_list .my_application .my_application_top p span{
    font-size: 18px;
    font-weight: 300;
    color: #cccccc;
}
.calendar_application_list .my_application .application_list{
    text-align: center;
}
.calendar_application_list .my_application .application_list .my_application_top_list_top{
    display: flex;
    background-color: #f1f1f1;
}
.calendar_application_list .my_application .application_list .my_application_top_list_top span{
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 9px 0px;
    font-family: "맑은 고딕",Malgun Gothic,"돋움",dotum,sans-serif;
    color: #252525;
}

.calendar_application_list .my_application .application_list ul{}
.not_login{
    margin-bottom: 50px;
}
.calendar_application_list .my_application .application_list ul li{
    display: flex;
    background-color: #fff;
    height: 36px;
    border-bottom: 1px solid #e8ddbb;
}
/* .calendar_application_list .my_application .application_list ul li:last-child{
    height: 35px;
    border-bottom: 0;
} */
.calendar_application_list .my_application .application_list ul li span{
    font-size: 13px;
    line-height: 15px;
    padding: 10px 0 10px 0;
    font-family: "맑은 고딕",Malgun Gothic,"돋움",dotum,sans-serif;
    color: #252525;
}

.calendar_application_list .my_application .application_list .td1{
    width: 150px;
}
.calendar_application_list .my_application .application_list .td2{
    width: 150px;
}
.calendar_application_list .my_application .application_list .td3{
    width: 100px;
}
.calendar_application_list .my_application .application_list .td4{
    flex: 1;
}
.calendar_application_list .my_application .application_list .td5{
    width: 150px;
}
.calendar_application_list .my_application .application_list .none{
    width: 100%;
    display: block;
}

.calendar_application_list .my_application .application_list button{
    width: 200px;
    height: 60px;
    background-color: #d31217;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 79px;
}

.calendar_application_list .application_list_top{
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.calendar_application_list .application_list_top p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-right: 20px;
}
.calendar_application_list .application_list_top p:last-child{
    margin-right: 0;
}
.calendar_application_list .application_list_top p span{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.paging{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging ul{
    display: flex;
    align-items: center;
}
.paging ul li:not(:nth-child(2n)){
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
}
.paging ul li:last-child{
    border-right: 1px solid #adadad;
}
.paging ul li button{
    width: 39px;
    height: 36px;
    background-image: url("../../images/2024/0905/e_page_bg.jpg");
    background-size: 39px 34px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495164;
    font-family: "????", "????", Seoul, "????";
    font-size: 11px;
    font-weight: bold;
}
.paging ul li button.on{
    background-image: url("../../images/2024/0905/e_page_bg_ov.jpg");
    color: #fff;
}
.paging .calendar_prev{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
}
.paging .calendar_next{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}

.coupon_popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    visibility: hidden;
}
.coupon_popup.on{
    visibility: visible;
}
.coupon_popup > .coupon{
    position: absolute;
    top: -120px;
    left: -156px;
    opacity: 1;
    transform: scale(0);
    transition-timing-function: ease;
    z-index: 1;
}
.coupon_popup.on > .coupon{
    transition: all .5s 2s;
    transform: scale(1);
}
.coupon_popup .close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    padding: 20px;
    margin-top: 0 !important;
}
.coupon_popup .coupon_content{
    position: relative;
    top: -30px;
    opacity: 0;
    width: 520px;
    height: 540px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
}
.coupon_popup.on .coupon_content{
    top: 0;
    opacity: 1;
    transition: all 1.5s 2.5s;
}
.coupon_popup .coupon_content > span{
    font-family: var(--gmarket-m);
    font-size: 35px;
    font-weight: 500;
    line-height: 48px;
    color: #151515;
    letter-spacing: -0.06em;
    display: inline-block;
    margin-top: 36px;
}
.coupon_popup .coupon_content > span b{
    font-family: var(--gmarket-b);
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.06;
    color: #151515;
}
.coupon_popup .coupon_content p{
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #151515;
    font-weight: 400;
    margin-top: 6px;
}
.coupon_popup .coupon_content img{
    margin-top: -15px;
}
.coupon_popup a{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 78px;
    background-color: #d31217;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    padding-top: 26px;
    z-index: 2;
}
.coupon_popup a span{
    font-size: 30px;
    letter-spacing: -0.06em;
    color: #fff;
    font-family: var(--gmarket-b);
    font-weight: 500;
    background-image: url("../../images/2025/0924/arrow.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    display: inline-block;
    padding-right: 35px; 
}

.view_pop{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.view_pop .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.7);
}
.view_pop .view_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    max-height: 90vh;
    overflow-y: scroll;
}
.view_pop .view_box::-webkit-scrollbar{
    display: none;
}
.view_pop img{
    width: 100%;
}

.flicking-viewport{}

.flicking-camera > div {
    margin-right: 20px;
}
#flick{
    margin-bottom: 115px;
}
#flick .flicking-camera > div {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
#flick .flicking-camera > div > p{
    font-size: 24px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    margin-top: 14px;
}
.flicking-camera > div > img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

@keyframes buttonAni {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(-2deg);
    }
    75%{
        transform: rotate(2deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.conts_btn_top{position:fixed; left:50%; margin-left:680px; bottom:33px; z-index:9888; animation:topm 0.8s ease-in-out infinite; animation-play-state:paused;}
.conts_btn_top button{cursor:pointer; border:none; outline:none; display:block; background:url(../../images/2024/0905/ico_top.png) 50% 50% no-repeat; text-indent:-9999px; opacity:0; width:0px; height:0px; -webkit-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -moz-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -ms-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -o-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s;}
.conts_btn_top:hover{animation-play-state:running; animation-fill-mode:forwards;}
.conts_btn_top.on button{opacity:0.5; width:50px; height:50px; -webkit-transition:opacity 1.0s; -moz-transition:opacity 1.0s; -ms-transition:opacity 1.0s; -o-transition:opacity 1.0s; transition:opacity 1.0s;}
.conts_btn_top.on:hover button{opacity:1;}