@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/1030/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2054px;
    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 .top_text01{
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation-name: text01;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .9s;
}
.top_banner .image_box .top_text02{
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation-name: text02;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .6s;
}
.top_banner .image_box .top_text03{
    top: 433px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    animation-name: text02;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .3s;
}
.top_banner .image_box .hand{
    top: 380px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation-name: hand;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.top_banner .image_box .light{
    top: 35px;
    left: calc(50% - 604px);
    opacity: 0;
    animation-name: light;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.top_banner .image_box .star01{
    top: 3px;
    left: calc(50% - 534px);
    animation-name: star;
    transform: scale(0);
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.top_banner .image_box .star02{
    top: 425px;
    left: calc(50% - 687px);
    animation-name: star;
    transform: scale(0);
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}
.top_banner .image_box .star03{
    top: 535px;
    left: calc(50% - 534px);
    animation-name: star;
    transform: scale(0);
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
}
.top_banner .image_box .star04{    
    top: 57px;
    left: calc(50% + 86px);
    animation-name: star;
    transform: scale(0);
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
}
.top_banner .image_box .star05{
    top: 305px;
    left: calc(50% + 495px);
    animation-name: star;
    transform: scale(0);
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
}
.top_banner .image_box .star06{   
    top: 425px;
    left: calc(50% + 255px);
    animation-name: star;
    transform: scale(0);
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
}
.top_banner .image_box .star07{
    top: 91px;
    left: calc(50% - 781px);
}
.top_banner .image_box .top_text04{
    top: 718px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    animation-duration: .2s;
    animation-fill-mode: forwards;
}
.top_banner .image_box .problem.on .top_text04{
    animation-name: text02;
}
.top_banner .image_box .top_list01{
    top: 889px;
    left: calc(50% - 605px);
    transform: rotateX(90deg);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
.top_banner .image_box .top_list02{
    top: 889px;
    left: calc(50% - 298px);
    transform: rotateX(90deg);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}
.top_banner .image_box .top_list03{
    top: 889px;
    left: calc(50% + 10px);
    transform: rotateX(90deg);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}
.top_banner .image_box .top_list04{
    top: 889px;
    left: calc(50% + 318px);
    transform: rotateX(90deg);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
.top_banner .image_box .problem.on .top_list01,
.top_banner .image_box .problem.on .top_list02,
.top_banner .image_box .problem.on .top_list03,
.top_banner .image_box .problem.on .top_list04{
    animation-name: top_list;
}
.top_banner .image_box .top_text05{
    top: 1266px;
    left: calc(50% - 500px);
    opacity: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .3s;
}
.top_banner .image_box .solution.on .top_text05{
    animation-name: text02;
}
.top_banner .image_box .top_text06{
    top: 1462px;
    left: calc(50% - 509px);
    opacity: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .6s;
}
.top_banner .image_box .top_text07{
    top: 1433px;
    left: calc(50% + 54px);
    opacity: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.top_banner .image_box .top_arrow{
    top: 1521px;
    left: calc(50% - 79px);
    opacity: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
}
.top_banner .image_box .solution.on .top_text06,
.top_banner .image_box .solution.on .top_text07,
.top_banner .image_box .solution.on .top_arrow{
    animation-name: text01;
}
.top_banner .image_box .top_list05{
    top: 1744px;
    left: calc(50% - 600px);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    transform: rotateX(90deg);
    animation-delay:1.2s;
}
.top_banner .image_box .top_list06{
    top: 1744px;
    left: calc(50% - 292px);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    transform: rotateX(90deg);
    animation-delay:1.3s;
}
.top_banner .image_box .top_list07{
    top: 1744px;
    left: calc(50% + 15px);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    transform: rotateX(90deg);
    animation-delay:1.4s;
}
.top_banner .image_box .top_list08{
    top: 1744px;
    left: calc(50% + 322px);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    transform: rotateX(90deg);
    animation-delay:1.5s;
}
.top_banner .image_box .solution.on .top_list05,
.top_banner .image_box .solution.on .top_list06,
.top_banner .image_box .solution.on .top_list07,
.top_banner .image_box .solution.on .top_list08{
    animation-name: top_list;
}

@keyframes text01 {
    0%{
        opacity: 0;
        margin-left: -30px;
    }
    100%{
        opacity: 1;
        margin-left: 0px;
    }
}
@keyframes text02 {
    0%{
        opacity: 0;
        margin-top: 30px;
    }
    100%{
        opacity: 1;
        margin-left: 0px;
    }
}
@keyframes text03 {
    0%{
        opacity: 0;
        margin-top: -30px;
    }
    100%{
        opacity: 1;
        margin-left: 0px;
    }
}
@keyframes hand {
    0%{
        opacity: 0;
        margin-top: -30px;
        transform:  translateX(-50%) scale(0.8);
    }
    100%{
        opacity: 1;
        margin-left: 0px;
        transform: translateX(-50%) scale(1);
    }
}
@keyframes light {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes star {
    0%{
        transform: scale(0);
    }
    90%{
        transform: scale(1.2)
    }
    100%{
        transform: scale(1)
    }
}
@keyframes top_list {
    0%{
        transform: rotateX(90deg);
    }
    100%{
        transform: rotateX(0deg);
    }
}

.side{
    position: absolute;
    top: 295px;
    left: calc(50% + 628px);
    z-index: 11;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.side:hover{
    animation-name: side;
}
.top_banner.on .side{
    position: fixed;
    top: 295px;
    left: calc(50% + 628px);
}
@keyframes side {
    0%{
        margin-top: 0;
    }
    50%{
        margin-top: -10px;
    }
    100%{
        margin-top: 0
    }
}

.hotclick_container{
    padding-top: 90px;
    position: relative;
    background-color: #1a1a1a;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #1a1a1a;
}
.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: #1a1a1a;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
}
.hotclick_container .scroll_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    
}
.hotclick_container .scroll_nav ul li.on a{
    background-color: #fc4ca7;
}
.hotclick_container .scroll_nav ul li a img{
    filter: invert(22%) sepia(6%) saturate(17%) hue-rotate(44deg) brightness(91%) contrast(86%);
    padding-top: 2px;
}
.hotclick_container .scroll_nav ul li.on a img{
    filter: unset;
}

.hotclick_container section{}
.hotclick_container #section01{
    padding: 120px 0 100px;
}
.hotclick_container #section02{
    padding: 120px 0 107px;
    background-color: #f4f4f4;
}
.hotclick_container #section03{
    padding: 120px 0 107px;
    background-color: #fc4ca7;
}
.hotclick_container #section04{
    padding: 120px 0;
}
.hotclick_container #section01 strong{}
.hotclick_container #section01 ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 70px;
    background-color: #fff;
    padding: 80px 75px 84px;
    margin-top: 90px;
    border-radius: 30px;
}
.hotclick_container #section01 ul li{}
.hotclick_container #section01 ul li a{}
.hotclick_container #section01 ul li:hover a{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.hotclick_container #section01 ul li a img{}
.hotclick_container #section01 ul li a p{
    font-size: 24px;
    letter-spacing: -0.06em;
    color: #252525;
    margin-top: 36px;
    font-weight: 300;
}
.hotclick_container #section01 > a{
    margin-top: 80px;
    transition: filter 3s, margin .3s;;
}
.hotclick_container #section01 > a:hover{
    filter: hue-rotate(180deg);
    margin-left: 10px;
}

.hotclick_container #section02 strong{
    position: relative;
    top: 0;
    opacity: 0;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.hotclick_container #section02.on strong{
    animation-name: section02Title
}
@keyframes section02Title {
    0%{
        opacity: 0;
        top: 10px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
.hotclick_container #section02 ul{
    margin-top: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: 6px;
}
.hotclick_container #section02 ul li{
    position: relative;
    left: 0;
    opacity: 0;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.hotclick_container #section02 ul li:nth-child(1){
    animation-delay: .3s;
    z-index: 2;
}
.hotclick_container #section02 ul li:nth-child(2){
    animation-delay: .5s;
    z-index: 1;
}
.hotclick_container #section02 ul li:nth-child(3){
    animation-delay: .7s
}
.hotclick_container #section02 ul li:nth-child(1)::after{
    content: "";
    position: absolute;
    top: 124px;
    left: 364px;
    z-index: 1;
    background-image: url("../../images/2025/1030/arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 45px;
    opacity: 0;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-delay: .4s
}
.hotclick_container #section02 ul li:nth-child(2)::after{
    content: "";
    position: absolute;
    top: 124px;
    left: 364px;
    z-index: 1;
    background-image: url("../../images/2025/1030/arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 45px;
    opacity: 0;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-delay: .6s
}
.hotclick_container #section02.on ul li:nth-child(1),
.hotclick_container #section02.on ul li:nth-child(2),
.hotclick_container #section02.on ul li:nth-child(3){
    animation-name: section02
}
.hotclick_container #section02.on ul li:nth-child(1)::after,
.hotclick_container #section02.on ul li:nth-child(2)::after{
    animation-name: text01
}
@keyframes section02 {
    0%{
        opacity: 0;
        left: -10px;
    }
    100%{
        opacity: 1;
        left: 0px;
    }
}

.hotclick_container #section02 ul li img{}

.hotclick_container #section02 .tip {
    margin-top: 64px;
    margin-left: 7px;
    position: relative;
    top: 0;
    opacity: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .8s;
}
.hotclick_container #section02.on .tip{
    animation-name: section02Title
}

.hotclick_container #section03 ul{
    margin-top: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: 6px;
}
.hotclick_container #section02 ul li{
}
.hotclick_container #section02 ul li img{}

.hotclick_container #section04 .list_nav{
    background-color: #fff;
    width: 1200px;
    margin: 67px auto 0;
    display: grid;
    grid-template-columns: 149px 165px 165px 146px 152px 146px 1fr;
    grid-row-gap: 13px;
    padding: 32px 80px 30px;
}
.hotclick_container #section04 .list_nav li{
    width: 100%;
}
.hotclick_container #section04 .list_nav li a{
    background-image: url("../../images/2025/1030/nav_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
    color: #252525;
    font-size: 15px;
    letter-spacing: -0.065em;
    font-weight: 400;
    text-align: left;
    width: 100%;
}
.hotclick_container #section04 .list_nav li a:hover{
    text-decoration: underline;
    text-underline-offset: 2px;
}
.hotclick_container #section04 .list{
    display: grid;
    width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 31px;
    grid-row-gap: 70px;
    margin-top: 69px;
}
.hotclick_container #section04 .list li{
    position: relative;
    top: 0px;
    transition: all .3s;
}
.hotclick_container #section04 .list li:hover{
    top: -10px;
}
.hotclick_container #section04 > a{
    margin-top: 80px;
    transition: filter 3s, margin .3s;;
}
.hotclick_container #section04 > a:hover{
    filter: hue-rotate(180deg);
    margin-left: 10px;
}

.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;}