@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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;
}

.set_container{
    font-family: "Noto Sans KR","Sans-serif";
    color: #252525;
    min-width: 1780px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.set_container button{
    font-family: "Noto Sans KR","Sans-serif";
}

.top_banner{
    background-image: url("../../images/2025/0717/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 675px;
    position: relative;
    overflow: hidden;
}
.top_banner .images{}
.top_banner .images img{
    position: absolute;
}
.top_banner .images .text_box{}
.top_banner .images .text_box > img{
    transform: scale(2.5);
    opacity: 0;
    transition: all .5s;
}
.top_banner .images .text_box > img.on{
    transform: scale(1);
    opacity: 1;
}
.top_banner .images .text_box .top_text01{
    top: 146px;
    left: calc(50% - 597px);
}
.top_banner .images .text_box .top_text02{
    top: 147px;
    left: calc(50% - 518px);
}
.top_banner .images .text_box .top_text03{
    top: 146px;
    left: calc(50% - 439px);
}
.top_banner .images .text_box .top_text04{
    top: 146px;
    left: calc(50% - 361px);
}
.top_banner .images .text_box .top_text05{
    top: 146px;
    left: calc(50% - 247px);
}
.top_banner .images .text_box .top_text06{
    top: 256px;
    left: calc(50% - 597px);
}
.top_banner .images .text_box .top_text07{
    top: 256px;
    left: calc(50% - 516px);
}
.top_banner .images .text_box .top_text08{
    top: 256px;
    left: calc(50% - 361px);
}
.top_banner .images .text_box .top_text09{
    top: 256px;
    left: calc(50% - 283px);
}
.top_banner .images .text_box .top_text10{
    top: 368px;
    left: calc(50% - 594px);
}
.top_banner .images .text_box .top_text11{
    top: 368px;
    left: calc(50% - 527px);
}
.top_banner .images .text_box .top_text12{
    top: 366px;
    left: calc(50% - 466px);
}
.top_banner .images .text_box .top_text13{
    top: 368px;
    left: calc(50% - 406px);
}
.top_banner .images .text_box .top_text14{
    top: 368px;
    left: calc(50% - 323px);
}
.top_banner .images .text_box .top_text15{
    top: 368px;
    left: calc(50% - 245px);
}
.top_banner .images .text_box .top_text16{
    top: 368px;
    left: calc(50% - 167px);
}
.top_banner .images .top_text_box{
    top: 237px;
    left: calc(50% - 191px);
    transition: all .5s;
}
.top_banner .images .top_text_box.box01{
    opacity: 0;
    transform: scale(2);
}
.top_banner .images .top_text_box.on{
    opacity: 1;
    transform: scale(1);
}
.top_banner .images .top_text_box.box02{
    opacity: 0;
}
.top_banner .images .top_text_box.box03{
    opacity: 0;
}
.top_banner .images .top_text_p{
    top: 493px;
    left: calc(50% - 600px);
    animation-name: text;
    animation-duration: .5s;
    animation-delay: 2.6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
@keyframes text {
    0%{
        margin-top: 30px;
        opacity: 0;
    }
    100%{
        margin-top: 0px;
        opacity: 1;
    }
}
.top_banner .images .star01{
    top: 263px;
    left: calc(50% - 435px);
}
.top_banner .images .star02{
    top: 384px;
    left: calc(50% - 49px);
}
.top_banner .images .star03{
    top: 384px;
    left: calc(50% - 4px);
}
.top_banner .images .star04{
    top: 384px;
    left: calc(50% + 42px);
}
.top_banner .images .line{
    top: 451px;
    left: calc(50% - 335px);
}
.top_banner .images .line02{
    top: 130px;
    left: calc(50% - 627px);
}
.top_banner .images .file{
    bottom: -1px;
    left: calc(50% + 134px);
    /* transform-origin: center bottom;
    animation-name: file;
    animation-duration: .5s;
    animation-delay: 2.6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0; */
}

@keyframes file {
    0%{
        transform: scale(0.7);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
.tip{
    background-color: #000;
    padding: 88px 0 100px;
}
.tip strong{
    display: block;
}
.tip ul{
    margin-top: 59px;
    display: inline-flex;
    gap: 40px;
}
.tip ul li{}

.form_best{
    position: relative;
}
.form_best .form_best_nav{
    background-color: #ff5f05;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
}
.form_best .form_best_nav.on{   
    position: fixed;
    top: 49px;
    z-index: 99;
}
.form_best .form_best_nav ul{
    display: flex;
    align-items: center;
}
.form_best .form_best_nav ul li{
    flex: 1;
}
.form_best .form_best_nav ul li a{
    font-size: 28px;
    color: #bc4b0c;
    letter-spacing: -0.06em;
    font-family: 'GmarketSansMedium';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding-top: 9px;
    border-right: 1px solid #ffcdb1;
    transition: all .2s;
}
.form_best .form_best_nav.on ul li a{    
    font-size: 24px;
    height: 70px;
    padding-top: 4px;
}
.form_best .form_best_nav ul li:first-child a{
    border-left: 1px solid #ffcdb1;
}
.form_best .form_best_nav ul li.on a{
    color: #fefaef;
}
.form_best .form_best_nav ul li:hover a{
    color: #fefaef;
}
.form_best section{
    position: relative;
}
.form_best .section02{
    background-color: #000;
}
.form_best section strong{
    display: block;
    padding-bottom: 100px;
}
.form_best section .title{
    padding-top: 100px;
    padding-bottom: 120px;
}
.form_best .section01 .title{
    padding-top: 190px;
}
.form_best section ul{
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 120px;
    margin-bottom: 120px;
}
.form_best section ul.ppt{
    grid-row-gap: 99px;
}
.form_best section ul li{
    position: relative;
}
.form_best section ul li::after{
    content: "";
    position: absolute;
    width: 297px;
    height: 90%;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.form_best section.section01 ul li::after{
    box-shadow: 2.6px 14.8px 10px rgba(255, 95, 5, 0.3);
}
.form_best section.section02 ul li::after{
    box-shadow: 2.6px 14.8px 10px rgba(211, 34, 0, 0.3);
}
.form_best section.section03 ul li::after{
    box-shadow: 2.6px 14.8px 10px rgba(25, 162, 202, 0.3);
}
.form_best section.section04 ul li::after{
    box-shadow: 2.6px 14.8px 10px rgba(111, 0, 176, 0.3);
}
.form_best section ul li a{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.form_best section ul li .bt_img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.form_best section ul li .img_box{
    position: absolute;
    top: -40px;
    left: calc(50%);
    transform: translateX(-50%);
    transition: all .3s;
}
.form_best section ul li:hover .img_box{
    margin-top: -10px;
}
.form_best section ul.ppt li .img_box{
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
}
.form_best section ul li .good{
    position: absolute;
    top: -3px;
    left: 14px;
}
.form_best section ul li .like{
    position: absolute;
    top: 183px;
    left: 285px;
    z-index: 2;
}
.form_best section ul.ppt li .like{
    top: 143px;
}
.form_best section ul li .form_title{
    position: absolute;
    top: 266px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.form_best section ul li .form_title.line2{
    top: 256px;
}
.form_best section ul.ppt li .form_title{
    top: 215px;
}
.form_best .section01{
    background-image: url("../../images/2025/0717/section01_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.form_best .section02{
    background-image: url("../../images/2025/0717/section02_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.form_best .section03{
    background-image: url("../../images/2025/0717/section03_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.form_best .section04{
    background-image: url("../../images/2025/0717/section04_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.flicking-viewport{
    pointer-events: none;
}

.flicking-camera > div {}
.flicking-camera > div > img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.conts_btn_top{position:fixed; left:50%; margin-left:680px; bottom:95px; 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(	https://www.bizforms.co.kr/magazine/content/hotclick/images/2020/201208/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;}