@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;
}
@font-face {
    font-family: 'Hiikr';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/2607101609@hikr-extrabold/hikr-extrabold/HiKR-ExtraBold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

body::-webkit-scrollbar{
    display: none;
}

.set_container{
    font-family: "Noto Sans KR","Sans-serif";
    color: #252525;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.top_banner{
    background-image: url("../../images/2026/0810/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    width: 100%;
    height: 1681px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.top_banner .top_text01{
    margin-top: 58px;
}
.top_banner .top_text02{
    margin-top: -36px;
}
.top_banner .top_text03{
    margin-top: -47px;
}
.top_banner .top_text04{
    margin-top: 230px;
}
.top_banner .countdown{
    font-family: 'Hiikr';
    font-size: 70px;
    letter-spacing: 0;
    color: #000;
    margin-top: 14px;
}
.top_banner .countdown span{
    font: inherit;
}

.top_banner .today_time_deal{
    background-image: url("../../images/2026/0810/today_time_deal_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 1200px;
    height: 727px;
    position: relative;
    margin-top: 91px;
}
.top_banner .today_time_deal::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 21px 18px 3px rgba(194, 166, 220, 0.34);
    mix-blend-mode: multiply;
}
.top_banner .today_time_deal .today_time_deal_title{
    margin-top: 26px;
}
.top_banner .today_time_deal ul{
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 37px;
}
.top_banner .today_time_deal ul li{
    position: relative;
}
.top_banner .today_time_deal ul li{
    display: inline-block;
    width: 350px;
    height: 475px;
    background-image: url("../../images/2026/0810/today_time_deal_box.png");
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.top_banner .today_time_deal ul li .sales_type{
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    font-size: 28px;
    letter-spacing: 0.015em;
    color: #fff;
    font-family: 'Hiikr';
    background-color: #ff2020;
    line-height: 74px;
    z-index: 1;
    max-width: 300px;
}
.top_banner .today_time_deal ul li:last-child .sales_type{
    background-color: #000;
}
.top_banner .today_time_deal ul li .today_form_thumbnail{
    position: relative;
    width: 350px;
    height: 304px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_banner .today_time_deal ul li .today_form_thumbnail.type_h{
    display: block;
    padding-top: 40px;
}
.top_banner .today_time_deal ul li .today_form_thumbnail img{
    width: 100%;
    max-width: 300px;
}
.top_banner .today_time_deal ul li .today_form_thumbnail.type_h img{
    max-width: 230px;
}
.top_banner .today_time_deal ul li .today_form_thumbnail.package img{
    max-width: 300px !important;
}
.top_banner .today_time_deal ul li .product_info{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 166px;
    background-color: #fff;
    z-index: 1;
}
.top_banner .today_time_deal ul li .product_info strong{
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 304px;
}
.top_banner .today_time_deal ul li .product_info .price{
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
}
.top_banner .today_time_deal ul li .product_info .price > span{
    font-size: 16px;
    letter-spacing: 0;
    color: #aeaeae;
    font-weight: 300;
    display: inline-block;
    padding-top: 2px;
    position: relative;
}
.top_banner .today_time_deal ul li .product_info .price > span::after{
    content: "";
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("../../images/2026/0810/line.png");
    background-size: 100%;
    width: 76px;
    height: 5px;
}
.top_banner .today_time_deal ul li .product_info .price b{
    font-size: 24px;
    letter-spacing: 0;
    color: #000;
    font-family: 'GmarketSansBold';
    display: inline-flex;
    align-items: end;
    gap: 4px;
}
.top_banner .today_time_deal ul li .product_info .price b em{
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    font-family: 'GmarketSansMedium';
    padding-bottom: 1px;
}
.top_banner .today_time_deal ul li .product_info .download{
    width: 304px;
    height: 59px;
    position: relative;
    margin-top: 13px;
}
.top_banner .today_time_deal ul li .product_info .download img{
    margin: -6px 0 0 -7px;
}
.top_banner .today_time_deal ul li .product_info .download span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 500;
}
.top_banner .today_time_deal ul li .product_info .download em{
    position: absolute;
    top: -9px;
    left: 210px;
    width: 97px;
    height: 26px;
    background-color: #ff2020;
    border-radius: 26px;
    font-size: 15px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.top_banner .today_time_deal ul li:last-child .product_info .download em{
    background-color: #000;
}

.good_forms{
    background-color: #2082e1;
    padding: 100px 0;
}
.good_forms .good_forms_title{
    margin-bottom: 50px;
}
.good_forms ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.good_forms ul li{
    background-image: url("../../images/2026/0810/good_forms_box.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 590px;
    height: 486px;
    position: relative;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.15);
}
.good_forms ul li strong{
    font-size: 28px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    display: block;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 35px;
}
.good_forms ul li span{
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
}
.good_forms ul li .list_box{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 20px;
    margin-top: 41px;
}
.good_forms ul li .list_box a{
    display: inline-block;
    width: 260px;
    height: 320px;
    background-image: url("../../images/2026/0810/list_box01.png");
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.good_forms ul li:nth-child(2) .list_box a{
    background-image: url("../../images/2026/0810/list_box02.png");
}
.good_forms ul li .list_box a .good_form_thumbnail{
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.good_forms ul li .list_box a .good_form_thumbnail img{
    width: 100%;
    max-width: 230px;
}
.good_forms ul li .list_box a .good_form_thumbnail.type_h{
    display: block;
    padding-top: 25px;
}
.good_forms ul li .list_box a .good_form_thumbnail.type_h img{
    max-width: 200px;
}
.good_forms ul li .list_box a p{
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 500;
    line-height: 58px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}
.good_forms .arrow{
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.good_forms .go_pre{
    display: inline-block;
    width: 1200px;
    height: 240px;
    margin-top: -28px;
    position: relative;
}
.good_forms .go_pre::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 21px 18px 3px rgba(194, 166, 220, 0.34);
    mix-blend-mode: multiply;
}
.good_forms .go_pre img{
    margin-top: -102px;
    pointer-events: none;
}


.bottom_time_deal{
    background-image: url("../../images/2026/0810/bottom_time_deal.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.bottom_time_deal .tomorrow_time_deal{
    background-image: url("../../images/2026/0810/tomorrow_time_deal.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 1200px;
    height: 682px;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 26px;
}
.bottom_time_deal .tomorrow_time_deal::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 21px 18px 3px rgba(194, 166, 220, 0.34);
    mix-blend-mode: multiply;
}
.bottom_time_deal .tomorrow_time_deal .tomorrow_time_deal_title{
    position: relative;
    z-index: 1;
}


.bottom_time_deal .tomorrow_time_deal ul{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 20px;
    margin-top: 50px;
}
.bottom_time_deal .tomorrow_time_deal ul li{
    display: inline-block;
    width: 350px;
    height: 384px;
    background-image: url("../../images/2026/0810/tomorrow_time_deal_list.png");
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.bottom_time_deal .tomorrow_time_deal ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/2026/0810/bg.png");
}
.bottom_time_deal .tomorrow_time_deal ul li::before{
    content: "";
    position: absolute;
    top: 149px;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius:50%;
    z-index:11;
}
.bottom_time_deal .tomorrow_time_deal ul li .tomorrow_form_thumbnail{
    height: 318px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_time_deal .tomorrow_time_deal ul li .tomorrow_form_thumbnail img{
    width: 100%;
    max-width: 320px;
}
.bottom_time_deal .tomorrow_time_deal ul li .tomorrow_form_thumbnail.type_h{
    display: block;
    padding-top: 50px;
}
.bottom_time_deal .tomorrow_time_deal ul li .tomorrow_form_thumbnail.type_h img{
    max-width: 230px;
}
.bottom_time_deal .tomorrow_time_deal ul li p{
    width: calc(100% - 10px);
    height: 64px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 500;
    line-height: 63px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.bottom_time_deal .past_time_deal{
    margin-top: 115px;
}
.bottom_time_deal .past_time_deal .tomorrow_time_deal_title{}
.bottom_time_deal .past_time_deal #flick2{
    margin-top: 50px;
}
.bottom_time_deal .past_time_deal #flick2 .form_box{
    width: 260px;
    height: 320px;
    background-color: #e6e6e6;
    border-radius: 10px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_time_deal .past_time_deal #flick2 .form_box.type_h{
    display: block;
}
.bottom_time_deal .past_time_deal #flick2 .form_box img{
    max-width: 230px;
    width: 100%;
}
.bottom_time_deal .past_time_deal #flick2 .form_box.type_h img{
    max-width: 200px;
    margin-top: 28px;
}
.bottom_time_deal .past_time_deal #flick2 .form_box p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 500;
    line-height: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.bottom_time_deal .mail_button{
    margin-top: 100px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.bottom_time_deal .mail_button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 21px 18px 3px rgba(194, 166, 220, 0.34);
    mix-blend-mode: multiply;
}

.bottom_time_deal .now_download{
    width: 100%;
    height: 71px;
    background-image: url("../../images/2026/0810/now_download.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top: -71px;
    left: 0;
    z-index: 11;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
}
.set_container.on .bottom_time_deal .now_download{
    display: block;
    top: -3px;
    opacity: 1;
}
.bottom_time_deal .now_download .now_download_in{
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.bottom_time_deal .now_download .now_download_in > img:nth-child(1){
    margin-left: 180px;
}
.bottom_time_deal .now_download .now_download_in a{
    position: absolute;
    top: 2px;
    left: 708px;
}
.bottom_time_deal .now_download .now_download_in .countdown{
    font-family: 'Hiikr';
    font-size: 40px;
    letter-spacing: -0.03em;
    color: #000;
    margin-left: 28px;
}
.bottom_time_deal .now_download .now_download_in .countdown span{
    font: inherit;
}

.flicking-viewport{
    pointer-events: none;
}

.flicking-camera > div {
    width: 260px;
    height: 320px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flicking-camera > div > img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.side_nav{
    position: absolute;
    top: 853px;
    left: calc(50% + 624px);
    background-image: url("../../images/2026/0810/side_nav_bg.png");
    width: 312px;
    height: 354px;
    padding: 0 27px 0 5px;
    z-index: 11;
}
.side_nav strong{
    display: block;
    margin-top: 23px;
}
.side_nav strong img{}
.side_nav ul{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 22px;
    padding-left: 71px;
    margin-top: 43px;
    position: relative;
}
.side_nav ul::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 47px;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background-color: #aeaeae;
}
.side_nav ul li{
    position: relative;
}
.side_nav ul li::after{
    content: "";
    position: absolute;
    top: -6px;
    left: -40px;
    background-image: url("../../images/2026/0810/side_off.png");
    width: 33px;
    height: 33px;
    z-index: 1;
}
.side_nav ul li.on::after{
    background-image: url("../../images/2026/0810/side_on.png");
}
.side_nav ul li a{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #aeaeae;
    font-weight: 500;
}
.side_nav ul li.on a{
    color: #252525;
}
.side_nav .share{
    margin-top: 30px;
    position: relative;
}
.side_nav .share::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 241px;
    height: 1px;
    background-color: #aeaeae;
}
.side_nav .share span{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 700;
    display: block;
    padding-top: 19px;
}
.side_nav .share .share_buttons{
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.side_nav .share .share_buttons button{}

.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 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:hover button{opacity:1;}