@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/1120/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 693px;
    position: relative;
    overflow: hidden;
}
.top_banner .image_box{}
.top_banner .image_box img{
    position: absolute;
}
.top_banner .image_box .top_bg{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.top_banner .image_box .top_bg2{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-name: bg;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .image_box .top_text01{
    top: 189px;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    animation-name: text;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    z-index: 2;
}
.top_banner .image_box .top_text02{
    top: 267px;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    animation-name: text;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    z-index: 2;
}
.top_banner .image_box .top_text03{
    top: 495px;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    animation-name: text;
    animation-duration: 0.5s;
    animation-delay: 0.7s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    z-index: 2;
}

@keyframes bg {
    0%{
        top: -100%;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}
@keyframes text {
    0%{
        transform: translateX(-50%) rotateX(90deg);
    }
    100%{
        transform: translateX(-50%) rotateX(0deg);
    }
}

.bottom_content{
    background-image: url("../../images/2025/1120/bottom_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 815px;
    position: relative;
    overflow: hidden;
}
.bottom_content strong{
    display: inline-block;
    margin-top: 68px;
    position: relative;
    top: 0;
    opacity: 0;
}
.bottom_content.on strong{
    animation-name: bottom_content_title;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
@keyframes bottom_content_title {
    0%{
        top: 50px;
        opacity: 0;
    }
    100%{
        top: 0px;
        opacity: 1;
    }
}
.bottom_content ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.bottom_content ul li{
    position: relative;
    transform: rotateX(90deg);
}
.bottom_content.on ul li{
    animation-name: bottom_content_list;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.bottom_content.on ul li:nth-child(1){
    animation-delay: 0.3s;
}
.bottom_content.on ul li:nth-child(2){
    animation-delay: 0.4s;
}
.bottom_content.on ul li:nth-child(3){
    animation-delay: 0.5s;
}
@keyframes bottom_content_list {
    0%{
        transform: rotateY(90deg);
    }
    100%{
        transform: rotateY(0deg);
    }
}
.bottom_content ul li img{}
.bottom_content > p{
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 300;
    margin-top: 40px;
    position: relative;
    top: 0;
    opacity: 0;
    animation-name: bottom_content_title;
    animation-duration: 0.3s;
    animation-delay: 0.6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.hotclick_container{
    padding-top: 80px;
    position: relative;
    background-color: #1a1a1a;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #08201a;
}
.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: #08201a;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
    border-right: 1px solid #0e392e;
}
.hotclick_container .scroll_nav ul li:nth-child(1){
    border-left: 1px solid #0e392e;
}
.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_container section{
    background-image: url("../../images/2025/1120/section01_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1920px;
    position: relative;
    overflow: hidden;
}
.hotclick_container .section02{
    background-image: url("../../images/2025/1120/section02_bg.jpg");
    height: 1818px;
}
.hotclick_container .section03{
    background-image: url("../../images/2025/1120/section03_bg.jpg");
    height: 1993px;
}
.hotclick_container .section04{
    background-image: url("../../images/2025/1120/section04_bg.jpg");
    height: 2254px;
}
.hotclick_container section strong{
    margin-top: 100px;
    display: block;
}
.hotclick_container section ul{
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 70px;
    margin-top: 68px;
    margin-bottom: 60px;
}
.hotclick_container .section02 ul{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
}
.hotclick_container .section03 ul{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
}
.hotclick_container .section04 ul{
    display: grid;
    margin: 60px auto;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
}
.hotclick_container section ul li{}
.hotclick_container section ul li a span{
    position: absolute;
    display: inline-block;
    width: 65px;
    height: 80px;
    top: 20px;
    left: 20px;
    background-color: #e2252e;
    font-size: 23px;
    letter-spacing: -0.06em;
    font-weight: 700;
    line-height: 76px;
    transition: all .2s;
    color: #fff;
    z-index: 2;
}
.hotclick_container .section03 ul li a span{
    top: 16px;
}
.hotclick_container .section04 ul li a span{
    width: 90px;
    height: 95px;
    background-color: transparent;
}
.hotclick_container section ul li a{
    position: relative;
}
.hotclick_container section ul li a::after{
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 285px;
    height: 285px;
    background-color: rgb(0,0,0,0.7);
}
.hotclick_container section ul li a::after{
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 285px;
    height: 285px;
    background-color: rgb(0,0,0,0.7);
    opacity: 0;
    transition: opacity .3s;
}
.hotclick_container section ul li a:hover::after{
    opacity: 1;
}
.hotclick_container section ul li a::before{
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 285px;
    height: 285px;
    background-image: url("../../images/2025/1120/free.png");
    background-repeat: no-repeat;
    background-position: 300px;
    transition: background .3s;
    z-index: 1;
}
.hotclick_container section ul li a:hover::before{
    background-position: center;
}
.hotclick_container .section03 ul li a::after,
.hotclick_container .section03 ul li a::before{
    top: 16px;
    width: 245px;
    height: 345px;
}
.hotclick_container .section03 ul li a::before{
    background-image: url("../../images/2025/1120/go.png");
}
.hotclick_container .section02 ul li a::after,
.hotclick_container .section02 ul li a::before,
.hotclick_container .section04 ul li a::after,
.hotclick_container .section04 ul li a::before{
    display: none;
}


.hotclick_container .section02 ul li a img,
.hotclick_container .section04 ul li a img{
    transition: all .3s;
}

.hotclick_container .section02 ul li a > div,
.hotclick_container .section04 ul li a > div{
    position: relative;
    transition: all .3s;
}
.hotclick_container .section02 ul li a:hover > div,
.hotclick_container .section04 ul li a:hover > div{
    transform: rotateY(180deg);
}
.hotclick_container .section02 ul li a:hover > div span,
.hotclick_container .section04 ul li a:hover > div span{
    opacity: 0;
}
.hotclick_container .section02 ul li a:hover img:nth-child(1),
.hotclick_container .section04 ul li a:hover img:nth-child(1){
    opacity: 0;
}

.hotclick_container .section02 ul li a img:nth-child(2),
.hotclick_container .section04 ul li a img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(180deg);
}
.hotclick_container .section02 ul li a:hover img:nth-child(2),
.hotclick_container .section04 ul li a:hover img:nth-child(2){
    opacity: 1;
}

.hotclick_container section ul li a p{
    font-size: 26px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 400;
    margin-top: 21px;
}
.hotclick_container section ul li a:hover p{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.hotclick_container section ul li a p b{
    font-size: inherit;
    color: inherit;
    font-weight: 700;
}

.hotclick_container section .section04_img{
    margin-top: 70px;
    position: relative;
    display: inline-block;
}
.hotclick_container section .section04_img a{
    position: absolute;
    top: 260px;
    left: 926px;
    opacity: 0;
    transform: scale(3);
    transition: all .3s ease-in-out;
    animation-duration: .3s; 
}
.hotclick_container section .section04_img a:hover{
    animation-name: buttonAni;
}
.hotclick_container section .section04_img.on a{
    opacity: 1;
    transform: scale(1);
}
@keyframes buttonAni {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(-2deg);
    }
    75%{
        transform: rotate(2deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.hotclick_container section .step{
    margin-top: 60px;
}
.hotclick_container section > a{
    width: 400px;
    height: 80px;
    background-color: #000;
    border-radius: 10px;
    animation-duration: .3s; 
    margin-top: 60px;
}
.hotclick_container .section04 > a{
    width: 610px;
}
.hotclick_container section > a span{
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.05em;
    font-weight: 700;
    line-height: 76px;
    background-image: url("../../images/2025/1120/arrow.png");
    background-repeat: no-repeat;
    background-position: right 27px;
    display: inline-block;
    padding-right: 47px;
}
.hotclick_container section > a:hover{
    animation-name: buttonAni;
}

.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;}