.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/0903/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1266px;
    position: relative;
    overflow: hidden;
}
.top_banner .images img{
    position: absolute;
}
.top_banner .images .top_star01{
    top: -40px;
    left: calc(50% - 755px);
    animation-name: star01;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner .images .top_star02{
    top: 204px;
    left: calc(50% - 839px);
}
.top_banner .images .top_star03{
    top: 145px;
    left: calc(50% - 658px);
    animation-name: star03;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner .images .top_star04{
    top: 289px;
    left: calc(50% - 674px);
    animation-name: star01;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner .images .top_star05{
    top: 145px;
    left: calc(50% - 470px);
}
.top_banner .images .top_star06{
    top: 54px;
    left: calc(50% + 261px);
    animation-name: star03;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: 1s;
    opacity: 0;
}
.top_banner .images .top_star07{
    top: 136px;
    left: calc(50% + 362px);
    animation-name: star03;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner .images .top_star08{
    top: 100px;
    left: calc(50% + 462px);
    animation-name: star02;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner .images .top_star09{
    top: 242px;
    left: calc(50% + 679px);
}

@keyframes star01 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes star02 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@keyframes star03 {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.top_banner .images .top_img01{
    top: 61px;
    left: calc(50% - 370px);
    z-index: 2;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
    animation-timing-function: ease-in-out
}
.top_banner .images .top_img02{
    top: 57px;
    left: calc(50% - 107px);
    opacity: 0;
    animation-name: top_img;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
}
.top_banner .images .top_img03{
    top: 140px;
    left: calc(50% - 195px);
    z-index: 21;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    animation-timing-function: ease-in-out
}
.top_banner .images .top_img04{
    top: 203px;
    left: calc(50% - 495px);
    z-index: 2;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
    animation-timing-function: ease-in-out
}
.top_banner .images .top_img05{
    top: 215px;
    left: calc(50% - 113px);
    z-index: 3;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
    animation-timing-function: ease-in-out
}

.top_banner .images .folder01{
    top: 449px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    animation-name: opacity;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0.4s;
    animation-fill-mode: forwards
}
.top_banner .images .folder02{
    top: 406px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    animation-name: opacity;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}
.top_banner .images .folder03{
    top: 271px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.top_banner .images .text01{
    top: 517px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
.top_banner .images .text02{
    top: 675px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.top_banner .images .text03{
    top: 1123px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
}

.top_banner .images .table{
    top: 750px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    opacity: 0;
    animation-name: top_img;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
}

@keyframes text {
    0%{
        opacity: 0;
        margin-top: 50px;
    }
    100%{
        opacity: 1;
        margin-top: 0;
    }
}
@keyframes top_img {
    0%{
        opacity: 0;
        margin-top: 100px;
    }
    100%{
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes opacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
} 

.content{
    position: relative;
    padding-top: 80px;
}
.content .scroll_nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #c8f520;
}
.content .scroll_nav.on{
    position: fixed;
    top: 49px;
    z-index: 99;
}
.content .scroll_nav ul{
    display: flex;
    align-items: center;
    height: 80px;
}
.content .scroll_nav ul li{
    position: relative;
    flex: 1;
    cursor: pointer;
    height: 100%;
    border-left: 1px solid #acd31c;
}
.content .scroll_nav ul li:last-child{
    border-right: 1px solid #acd31c;
}
.content .scroll_nav ul li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content .scroll_nav ul li img:nth-child(1){
    opacity: 0;
}
.content .scroll_nav ul li.on img:nth-child(1){
    opacity: 1;
}
.content .scroll_nav ul li img:nth-child(2){
    opacity: 1;
}
.content .scroll_nav ul li.on img:nth-child(2){
    opacity: 0;
}
.content .scroll_nav ul li:hover img:nth-child(2){
    opacity: 0;
}
.content .scroll_nav ul li img:nth-child(3){
    opacity: 0;
}
.content .scroll_nav ul li:hover img:nth-child(3){
    opacity: 1;
}
.content .scroll_nav ul li.on:hover img:nth-child(3){
    opacity: 0;
}


.section{
    padding-bottom: 120px;
    background-color: #9742fd;
    background-image: url("../../images/2025/0903/section01_bg.jpg");
    background-position: center;
    background-size: 100% 101%;
}
.section#section02{
    background-color: #bef01c;
    background-image: url("../../images/2025/0903/section02_bg.jpg");
}
.section#section03{
    background-color: #429af8;
    background-image: url("../../images/2025/0903/section03_bg.jpg");
}
.section#section04{
    background-color: #f344b1;
    background-image: url("../../images/2025/0903/section04_bg.jpg");
}
.section#section05{
    background-color: #0b0b0b;
    background-image: url("../../images/2025/0903/section05_bg.jpg");
}
.section .section_title{
    padding-top: 89px;
}
.section .section_title strong{}
.section .section_title strong img{}
.section .section_title p{
    font-size: 21px;
    letter-spacing: -0.04em;
    color: #fff;
    font-weight: 400;
    line-height: 33px;
    margin-top: 17px;
}
.section#section02 .section_title p{
    color: #020202;
}
.section .box{
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 132px;
    position: relative;
}
.section .box::after{
    content: "";
    position: absolute;
    top: 229px;
    left: calc(50% - 50px);
    background-image: url("../../images/2025/0903/arrow01.png");
    background-repeat: no-repeat;
    width: 124px;
    height: 100px;
}
.section#section02 .box::after{
    background-image: url("../../images/2025/0903/arrow02.png");
}
.section#section03 .box::after{
    background-image: url("../../images/2025/0903/arrow02.png");
}
.section#section04 .box::after{
    background-image: url("../../images/2025/0903/arrow01.png");
}
.section#section05 .box::after{
    background-image: url("../../images/2025/0903/arrow02.png");
}
.section .box li{
    background-image: url("../../images/2025/0903/section01_list_bg.png");
    background-repeat: no-repeat;
    width: 480px;
    height: 580px;
    padding: 0 50px;
    position: relative;
}
.section#section02 .box li{
    background-image: url("../../images/2025/0903/section02_list_bg.png");
}
.section#section03 .box li{
    background-image: url("../../images/2025/0903/section03_list_bg.png");
}
.section#section04 .box li{
    background-image: url("../../images/2025/0903/section04_list_bg.png");
}
.section#section05 .box li{
    background-image: url("../../images/2025/0903/section05_list_bg.png");
}
.section .box li:nth-child(1) .icon{
    position: absolute;
    top: -78px;
    left: 130px;
}
.section .box li:nth-child(2) .icon{
    position: absolute;
    top: -78px;
    left: 113px;
}
.section .box li .text_img{
    margin-top: 110px;
    margin-bottom: 23px;
}
.section .box li .text{
    text-align: left;
}
.section .box li .text.t1{
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
}
.section .box li .text.t2{
    margin-top: 27px;
}
.section .box li .text span{
    font-size: 21px;
    letter-spacing: -0.07em;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: 13px;
}
.section .box li .text b{
    font-size: 30px;
    letter-spacing: -0.07em;
    color: #fff;
    font-weight: bold;
}
.section .box li .text p{
    font-size: 19px;
    letter-spacing: -0.07em;
    line-height: 29px;
    font-weight: 300;
    color: #fff;
    margin-top: 11px;
    white-space: nowrap;
}
.section#section02 .box li .text span,
.section#section02 .box li .text b,
.section#section02 .box li .text p{
    color: #252525;
}
.section .box li a{
    margin-top: 77px;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.section .box li a:hover{
    animation-name: hover;
}
.section .section_list{
    margin-top: 90px;
}
.section .section_list{}
.section .section_list strong{
    display: block;
}
.section .section_list ul{
    margin-top: 63px;
    display: inline-flex;
    gap: 60px;
}
.section .section_list ul li{
    position: relative;
    top: 0;
    transition: all .3s;
    border-radius: 15px;
}
.section .section_list ul li:hover{
    top: -10px;
    box-shadow: 4px 4px 8px #00000077;
}
.section .section_list ul li a{}
.section .section_list ul li a img{}

@keyframes hover {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    }
    75%{
        transform: rotate(3deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.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;}