@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/2026/0105/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1983px;
    position: relative;
    overflow: hidden;
}
.top_banner .image_box .line1{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: calc(50% - 600px);
    background-color: red;
    z-index: 99;
}
.top_banner .image_box .line2{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: calc(50% + 600px);
    background-color: red;
    z-index: 99;
}
.top_banner .image_box .line3{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    z-index: 99;
}

.top_banner .image_box > img{
    position: absolute;
}
.top_banner .image_box > a{
    display: inline-block;
}
.top_banner .image_box > a img{
    position: absolute;
}

.top_banner .image_box .top_img01{
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: text_img;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text01{
    top: 139px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: text;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text02{
    top: 206px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: text;
    animation-duration: .5s;
    animation-delay: 1.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text03{
    top: 325px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: text;
    animation-duration: .5s;
    animation-delay: 1.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_img02{
    top: 381px;
    left: calc(50% - 256px);
    animation-name: text2;
    animation-duration: .3s;
    animation-delay: 1.7s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: rotateX(90deg);
}
.top_banner .image_box .top_img03{
    top: 381px;
    left: calc(50% + 15px);
    animation-name: text2;
    animation-duration: .3s;
    animation-delay: 1.9s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: rotateX(90deg);
}
.top_banner .image_box .top_text04{
    top: 635px;
    left: 50%;
    transform: translateX(-50%);
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner.on .image_box .top_text04{    
    animation-name: text;
}
.top_banner .image_box .top_text05{
    top: 674px;
    left: 50%;
    transform: translateX(-50%);
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner.on .image_box .top_text05{  
    animation-name: text;
}
.top_banner .image_box .top_list01{
    top: 790px;
    left: calc(50% - 610px);
    transform: rotateY(90deg);
    animation-duration: .3s;
    animation-delay: .4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .image_box .top_list02{
    top: 790px;
    left: calc(50% - 189px);
    transform: rotateY(90deg);
    animation-duration: .3s;
    animation-delay: .6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .image_box .top_list03{
    top: 790px;
    left: calc(50% + 231px);
    transform: rotateY(90deg);
    animation-duration: .3s;
    animation-delay: .8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .image_box .top_list04{
    top: 1264px;
    left: calc(50% - 610px);
    transform: rotateY(90deg);
    animation-duration: .3s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .image_box .top_list05{
    top: 1264px;
    left: calc(50% - 189px);
    transform: rotateY(90deg);
    animation-duration: .3s;
    animation-delay: 1.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .image_box .top_list06{
    top: 1264px;
    left: calc(50% + 231px);
    transform: rotateY(90deg);
    animation-duration: .3s;
    animation-delay: 1.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner.on .image_box .top_list01,
.top_banner.on .image_box .top_list02,
.top_banner.on .image_box .top_list03,
.top_banner.on .image_box .top_list04,
.top_banner.on .image_box .top_list05,
.top_banner.on .image_box .top_list06{
    animation-name: card;
}
.top_banner .image_box .top_text06{
    top: 1764px;
    left: 50%;
    transform: translateX(-50%);
}
.top_banner .image_box .top_text07{
    top: 1849px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes text_img {
    0%{
        transform: translateX(-50%) scale(0) rotate(-3deg);
    }
    50%{
        transform: translateX(-50%) scale(1.3) rotate(3deg);
    }
    70%{
        transform: translateX(-50%) scale(0.9)rotate(-3deg);
    }
    100%{
        opacity: 1;
        transform: translateX(-50%) scale(1) rotate(0deg);
    }
}
@keyframes text {
    0%{
        opacity: 0;
        transform: translateX(-50%) scale(0.3);
        margin-top: 30px;
    }
    50%{
        transform: translateX(-50%) scale(1);
        margin-top: 30px;
    }
    100%{
        opacity: 1;
        transform: translateX(-50%) scale(1);
        margin-top: 0;
    }
}
@keyframes text2 {
    0%{
        transform: rotateX(90deg);
    }
    100%{
        transform: rotateX(0deg);
    }
}
@keyframes card {
    0%{
        transform: rotateY(90deg);
    }
    100%{
        transform: rotateY(0deg);
    }
}

.hotclick_container{
    position: relative;
}

.hotclick_container{
    padding-top: 82px;
    position: relative;
    background-color: #eb83f1;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #eb83f1;
    border-top: 1px solid #fbbcff;
    border-bottom: 1px solid #fbbcff;
}
.hotclick_container .scroll_nav.on{
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    box-shadow: 3px 0px 7px rgb(0, 0, 0, 0.35);
    z-index: 111;
}
.hotclick_container .scroll_nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    background-color: #eb83f1;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
    border-right: 1px solid #fbbcff;
}
.hotclick_container .scroll_nav ul li:nth-child(1){
    border-left: 1px solid #fbbcff;
}
.hotclick_container .scroll_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    
}
.hotclick_container .scroll_nav ul li a img{
    padding-top: 2px;
}
.hotclick_container .scroll_nav ul li a img:nth-child(2){
    display: none;
}
.hotclick_container .scroll_nav ul li.on a img:nth-child(1){
    display: none;
}
.hotclick_container .scroll_nav ul li.on a img:nth-child(2){
    display: block;
}
.hotclick_container .scroll_nav ul li.on a img{
    filter: unset;
}

.hotclick_content{
    background-image: url("../../images/2026/0105/hotclick_content_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 8012px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hotclick_content section{
    margin-top: 152px;
}
.hotclick_content .section01{
    margin-top: 65px;
}
.hotclick_content .section07{
    margin-top: 176px;
}
.hotclick_content section strong{
    display: block;
}
.hotclick_content section .section_list{
    position: relative;
    display: inline-block;
    margin-top: -50px;
}
.hotclick_content .section07 .section_list{
    margin-top: 0;
    margin-left: -3px;
}
.hotclick_content section .section_list > img{
}
.hotclick_content section .section_list > a{
    position: absolute;
    display: inline-block;
    top: 305px;
    left: 568px;
    animation-duration: .3s;
}
.hotclick_content section .section_list > a:hover{
    animation-name: buttonAni;
}
.hotclick_content section .section_list > a .button_arrow{
    position: absolute;
    top: 22px;
    left: 261px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes arrow {
    0%{
        margin-left: 0px;
    }
    50%{
        margin-left: 10px
    }
    100%{
        margin-left: 0px;
    }
}
@keyframes buttonAni {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(-2deg);
    }
    75%{
        transform: rotate(2deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.hotclick_content section .section_list ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin-top: 42px;
}
.hotclick_content .section07 .section_list ul{
    gap: 42px;
    margin-top: 63px;
}
.hotclick_content section .section_list ul li{
    position: relative;
    top: 0;
    transition: all .3s
}
.hotclick_content section .section_list ul li:hover{
    top: -10px;
}
.hotclick_content section .section_list ul li a{}
.hotclick_content section .section_list ul li a img{}

.hotclick_content .section01 .side_fixed{
    position: absolute;
    top: 190px;
    left: calc(50% + 651px);
    width: calc(263px * 0.8);
    z-index: 111;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.hotclick_content .section01 .side_fixed:hover{
    animation-name: side;
}
.hotclick_content .section01 .side_fixed img{
    width: 100%;
}
.hotclick_content .section01 .side_fixed.on{
    position: fixed;
    top: 310px;
    left: calc(50% + 651px);
    z-index: 1111;

}@keyframes side {
    0%{
        margin-top: 0;
    }
    50%{
        margin-top: -10px;
    }
    100%{
        margin-top: 0
    }
}


.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;}