@font-face {
    font-family: 'YeogiOttaeJalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

.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 a{
    display: inline-block;
}
.set_container button{
    font-family: "Noto Sans KR","Sans-serif";
}

.top_banner{
    background-image: url("../../images/2025/0911/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1713px;
    position: relative;
    overflow: hidden;
}
.top_banner .image_box{}
.top_banner .image_box img{
    position: absolute;
}
.top_banner .image_box .img01{
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: ani01;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img02{
    top: 147px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: ani01;
    animation-duration: .5s;
    animation-delay: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img03{
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: ani01;
    animation-duration: .5s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img04{
    top: 313px;
    left: 50%;
    transform: translateX(-50%);
    animation-duration: .5s;
    animation-delay: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img05{
    top: 375px;
    left: 50%;
    transform: translateX(-50%) rotateY(90deg);
    animation-duration: .2s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .image_box .img06{
    top: 423px;
    left: 50%;
    transform: translateX(-50%);
    animation-duration: .3s;
    animation-delay: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img07{
    top: 538px;
    left: calc(50% - 528px);
    z-index: 2;
    animation-duration: .3s;
    animation-delay: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img08{
    top: 628px;
    left: calc(50% - 493px);
    z-index: 2;
    animation-duration: .3s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img09{
    top: 708px;
    left: calc(50% - 493px);
    z-index: 2;
    animation-duration: .3s;
    animation-delay: 1.1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img10{
    top: 788px;
    left: calc(50% - 493px);
    z-index: 2;
    animation-duration: .3s;
    animation-delay: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img11{
    top: 868px;
    left: calc(50% - 493px);
    z-index: 2;
    animation-duration: .3s;
    animation-delay: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}


.top_banner .image_box .img12{
    top: 538px;
    left: calc(50% + 78px);
    z-index: 1;
    animation-duration: .3s;
    animation-delay: 1.4s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img13{
    top: 677px;
    left: calc(50% + 104px);
    z-index: 1;
    animation-duration: .1s;
    animation-delay: 1.9s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img14{
    top: 757px;
    left: calc(50% + 104px);
    z-index: 1;
    animation-duration: .1s;
    animation-delay: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img15{
    top: 837px;
    left: calc(50% + 104px);
    z-index: 1;
    animation-duration: .1s;
    animation-delay: 2.1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img16{
    top: 617px;
    left: calc(50% + 138px);
    z-index: 1;
    animation-duration: .3s;
    animation-delay: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box.ani .img04{
    animation-name: ani01
}
.top_banner .image_box.ani .img05{
    animation-name: ani02
}
.top_banner .image_box.ani .img06{
    animation-name: ani01
}
.top_banner .image_box.ani .img07{
    animation-name: ani03
}
.top_banner .image_box.ani .img08{
    animation-name: ani04
}
.top_banner .image_box.ani .img09{
    animation-name: ani04
}
.top_banner .image_box.ani .img10{
    animation-name: ani04
}
.top_banner .image_box.ani .img11{
    animation-name: ani04
}
.top_banner .image_box.ani .img12{
    animation-name: ani03
}
.top_banner .image_box.ani .img13{
    animation-name: ani06
}
.top_banner .image_box.ani .img14{
    animation-name:  ani06
}
.top_banner .image_box.ani .img15{
    animation-name: ani06
}
.top_banner .image_box.ani .img16{
    animation-name: ani03
}

.top_banner .image_box .img17{
    top: 743px;
    left: calc(50% - 78px);
    z-index: 1;
    animation-duration: .2s;
    animation-delay: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img18{
    top: 1234px;
    left: calc(50% - 600px);
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img19{
    top: 1327px;
    left: calc(50% - 600px);
    animation-duration: .2s;
    animation-delay: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img20{
    top: 1213px;
    left: calc(50% - 33px);
    z-index: 1;
    animation-duration: .5s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img21{
    top: 1213px;
    left: calc(50% + 377px);
    z-index: 1;
    animation-duration: .5s;
    animation-delay: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img22{
    top: 1213px;
    left: calc(50% + 786px);
    z-index: 1;
    animation-duration: .5s;
    animation-delay: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img23{
    top: 538px;
    left: calc(50% - 94px);
    animation-duration: .5s;
    animation-delay: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box.ani .img17{
    animation-name: ani03;
}
.top_banner .image_box.ani .img23{
    animation-name: ani03;
}

.top_banner .image_box.on .img18,
.top_banner .image_box.on .img19{
    animation-name: ani03;
}
.top_banner .image_box.on .img20,
.top_banner .image_box.on .img21,
.top_banner .image_box.on .img22{
    animation-name: ani05;
}
@keyframes ani01 {
    0%{
        margin-top: 30px;
        opacity: 0;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes ani02 {
    0%{
        transform: translateX(-50%) rotateY(90deg);
    }
    100%{
        transform:translateX(-50%) rotateY(0deg);
    }
}
@keyframes ani03 {
    0%{
        margin-left: -30px;
        opacity: 0;
    }
    100%{
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes ani04 {
    0%{
        transform:rotateX(90deg);
        opacity: 0;
    }
    100%{
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes ani05 {
    0%{
        transform:rotateY(-90deg);
        opacity: 0;
    }
    100%{
        transform: rotateY(0deg);
        opacity: 1;
    }
}
@keyframes ani06 {
    0%{
        transform:scale(1.5);
        opacity: 0;
    }
    100%{
        transform:scale(1);
        opacity: 1;
    }
}

.hotclick_content{
    position: relative;
    padding-top: 80px;
}
.hotclick_content .scroll_nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}
.hotclick_content .scroll_nav.on{
    position: fixed;
    top: 49px;
    z-index: 99;
}
.hotclick_content .scroll_nav ul{
    display: flex;
    align-items: center;
    height: 80px;
}
.hotclick_content .scroll_nav ul li{
    position: relative;
    flex: 1;
    cursor: pointer;
    height: 100%;
}
.hotclick_content .scroll_nav ul li.on::after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
    background-image: url("../../images/2025/0911/nav_over.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.hotclick_content .scroll_nav ul li a{
    border-left: 1px solid #e2e2e2;
    width: 100%;
}
.hotclick_content .scroll_nav ul li:last-child a{
    border-right: 1px solid #e2e2e2;
}
.hotclick_content .scroll_nav ul li a span{
    font-size: 26px;
    line-height: 87px;
    display: inline-block;
    letter-spacing: -0.03em;
    color: #bababa;
    font-family: 'YeogiOttaeJalnanGothic';
    position: relative;
    z-index: 2;
}
.hotclick_content .scroll_nav ul li.on a span{
    color: #fff;
}

.hotclick_content section{
    background-image: url("../../images/2025/0911/section01_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 102px 0 120px;
}
.hotclick_content section#section02{
    background-image: url("../../images/2025/0911/section02_bg.jpg");
}
.hotclick_content section#section03{
    background-image: url("../../images/2025/0911/section03_bg.jpg");
}
.hotclick_content section#section04{
    background-image: url("../../images/2025/0911/section04_bg.jpg");
}
.hotclick_content section#section05{
    background-image: url("../../images/2025/0911/section05_bg.jpg");
}
.hotclick_content section .content_title{}
.hotclick_content section .content_title strong{}
.hotclick_content section .content_title strong img{}
.hotclick_content section .content_title p{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.05em;
    color: #252525;
    margin-top: 17px;
    margin-bottom: 45px;
}
.hotclick_content section#section02 .content_title p{
    color: #fff;
}
.hotclick_content section ul{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 50px;
}
.hotclick_content section#section01 ul{
    column-gap: 35px;
    row-gap: 50px;
}
.hotclick_content section#section05 ul{
    margin-top: 50px;
    column-gap: 35px;
    row-gap: 50px;
}
.hotclick_content section ul li{
    border-radius: 15px;
    box-shadow: 0 14px 20px rgb(0,0,0,0.2);
    position: relative;
    top: 0;
    transition: top .3s;
}
.hotclick_content section ul li:hover{
    top: -10px;
}
.hotclick_content section ul li a{}
.hotclick_content section ul li a img{}
.hotclick_content section > a{
    background-image: url("../../images/2025/0911/button.png");
    width: 480px;
    height: 75px;
    margin-top: 70px;
}
.hotclick_content section > a span{
    font-size: 25.7px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #fff;
    line-height: 72px;
    display: inline-block;
    padding-right: 46px;
    background-image: url("../../images/2025/0911/button_arrow03.png");
    background-position: 257px 28px;
    background-repeat: no-repeat;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.hotclick_content section > a:hover span{
    animation-name: hover2;
}
@keyframes hover2 {
    0%{
        padding-right: 46px;
        background-position: 257px 28px;
    }
    33%{
        padding-right: 56px;
        background-position: 267px 28px;
    }
    100%{
        padding-right: 46px;
        background-position: 257px 28px;
    }
}
.hotclick_content section .now_free{
    margin-top: 41px;
    position: relative;
    display: inline-block;
}
.hotclick_content section .now_free .mouse{
    position: absolute;
    top: 187px;
    left: 658px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.hotclick_content section .now_free .mouse.on{
    animation-name: mouse;
}
.hotclick_content section .now_free .free_icon{
    position: absolute;
    top: 270px;
    left: 746px;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    transform-origin: bottom
}
.hotclick_content section .now_free .free_icon.on{
    animation-name: hover;
}
.hotclick_content section .now_free .bt1{
    position: absolute;
    top: 593px;
    left: 109px;
}
.hotclick_content section .now_free .bt2{
    position: absolute;
    top: 581px;
    left: 428px;
}

.hotclick_content section .now_free a{
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.hotclick_content section .now_free a:hover{
    animation-name: hover;
}

@keyframes hover {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    }
    75%{
        transform: rotate(3deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes mouse {
    0% {
      top: 187px;
      left: 658px;
    }
    22% {
      top: 197px;
      left: 558px;
    }
    45% {
      top: 177px;
      left: 458px;
    }
    50% {
      top: 157px;
      left: 448px;
    }
    55% {
      top: 147px;
      left: 468px;
    }
    72% {
      top: 137px;
      left: 538px;
    }
    90% {
      top: 165px;
      left: 665px;
    }
    100% {
      top: 187px;
      left: 658px; 
    }
}

.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/hotclick_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;}