@font-face {
    font-family: '770Balsa';
    src: url('./770Balsa-Regular.ttf') 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/2025/0714/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2132px;
    position: relative;
    overflow: hidden;
}
.top_banner .images{}
.top_banner .images img{
    position: absolute;
}
.top_banner .images .text01{
    top: 66px;
    left: calc(50% - 236px);
    animation-name: text;
    animation-duration: 0.2s;
    animation-delay: 2.2s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out
}
.top_banner .images .text02{
    top: 115px;
    left: calc(50% - 219px);
    animation-name: text;
    animation-duration: 0.2s;
    animation-delay: 2.4s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out
}
.top_banner .images .text03{
    top: 180px;
    left: calc(50% - 378px);
    animation-name: text;
    animation-duration: 0.2s;
    animation-delay: 2.6s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out
}
.top_banner .images .star{
    top: 0;
    left: calc(50% - 640px);
    animation-name: opacitys;
    animation-duration: 3.3s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.top_banner .images .star01{
    top: 186px;
    left: calc(50% - 556px);
    animation-name: opacitys;
    animation-duration: 2s;
    animation-delay: 0.7s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.top_banner .images .star02{
    top: 332px;
    left: calc(50% + 359px);
    animation-name: opacitys;
    animation-duration: 3s;
    animation-delay: 1.5s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.top_banner .images .star03{
    top: 123px;
    left: calc(50% + 520px);
    animation-name: opacitys;
    animation-duration: 2s;
    animation-delay: 1.2s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.top_banner .images .star04{
    top: 116px;
    left: calc(50% - 438px);
    animation-name: opacitys;
    animation-duration: 2s;
    animation-delay: 0.7s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.top_banner .images .star05{
    top: 52px;
    left: calc(50% - 397px);
    animation-name: opacitys;
    animation-duration: 3s;
    animation-delay: 0.8s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.top_banner .images .star06{
    top: 76px;
    left: calc(50% + 224px);
    animation-name: opacitys;
    animation-duration: 3s;
    animation-delay: 1.2s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes opacitys {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.8;
    }
    100%{
        opacity: 0;
    }
}
.top_banner .images .message01{
    /* top: 324px; */
    top: 644px;
    left: calc(50% - 289px);
    opacity: 0;
    transform: scale(0.2);
    transition: opacity .2s, top .4s, transform .5s ease;
    z-index: 2;
}
.top_banner .images .message01.ani01{
    top: 644px;
    opacity: 1;
    transform: scale(1);
}
.top_banner .images .message01.ani02{
    top: 484px;
    opacity: 1;
    transform: scale(1);
}
.top_banner .images .message01.ani03{
    top: 324px;
    opacity: 1;
    transform: scale(1);
}
.top_banner .images .message02{
    /* top: 484px; */
    top: 644px;
    left: calc(50% - 289px);
    transition: opacity .2s, top .4s, transform .5s ease;
    opacity: 0; 
    transform: scale(0.2);
    z-index: 1;
}
.top_banner .images .message02.ani01{
    top: 644px;
    opacity: 1;
    transform: scale(1);
}
.top_banner .images .message02.ani02{
    top: 484px;
    opacity: 1;
    transform: scale(1);
}
.top_banner .images .message03{
    top: 644px;
    left: calc(50% - 289px);
    transition: opacity .2s, top .4s, transform .5s ease;
    opacity: 0;
    transform: scale(0.2);
}
.top_banner .images .message03.ani01{
    top: 644px;
    opacity: 1;
    transform: scale(1);
}
.top_banner .images .recommentd{
    top: 1674px;
    left: calc(50% - 589px);
}
@keyframes text {
    0%{
        transform: scale(2);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes message01 {
    0%{
        top: 700px;
        opacity: 0;
        transform: scale(0.2);
    }
    10%{
        opacity: 1;
    }
    50%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        top: 324px;
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes message02 {
    0%{
        top: 700px;
        opacity: 0;
        transform: scale(0.2);
    }
    10%{
        opacity: 1;
    }
    50%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        top: 484px;
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes message03 {
    0%{
        top: 700px;
        opacity: 0;
        transform: scale(0.2);
    }
    10%{
        opacity: 1;
    }
    50%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        top: 644px;
        opacity: 1;
        transform: scale(1);
    }
}

.top_banner .new_upgrade{
    padding-top: 885px;
    padding-bottom: 60px;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.top_banner .new_upgrade .new_upgrade_swiper{
    max-width: 464px;
    margin: 50px auto 0;
}
.top_banner .new_upgrade .new_upgrade_swiper ul{}
.top_banner .new_upgrade .new_upgrade_swiper ul li{
    display: inline-block;
    box-shadow: 7.5px 13px 20px rgba(0, 0, 0, 0.5);
}
.top_banner .new_upgrade .new_upgrade_swiper ul li.swiper-slide-active{
    position: relative;
}
.top_banner .new_upgrade .new_upgrade_swiper ul li::after{
    content: "";
    position: absolute;
    top: 31%;
    left: 46%;
    transform: translate(-50%, -50%);
    background-image: url("../../images/2025/0714/top_slide_bg.png");
    width: 1000px;
    height: 701px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    filter: blur(10px);
}
/* .top_banner .new_upgrade .new_upgrade_swiper ul li.swiper-slide-prev{
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
}
.top_banner .new_upgrade .new_upgrade_swiper ul li.swiper-slide-next{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
} */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: -58px !important;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #fff !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
}
.top_banner .slide_bg_box{}
.top_banner .slide_bg_box img{
    position: absolute;
}


.program{
    position: relative;
    padding-top: 80px;
    background-image: url("../../images/2025/0714/program_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 4781px;
    overflow: hidden;
}
.program .program_nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #000000;
}
.program .program_nav.on{
    position: fixed;
    top: 49px;
    z-index: 99;
}
.program .program_nav ul{
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;;
}
.program .program_nav ul li{
    flex: 1;
    border-right: 1px solid #464646;
}
.program .program_nav ul li:last-child{
    border-right: unset;
}
.program .program_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-family: '770Balsa';
    font-size: 35px;
    letter-spacing: 0.03em;
    color: #282828;
}
.program .program_nav ul li.on a{    
    color: #ffffff;
}

section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section strong{
    margin-top: 88px;
}
.section01 strong{
    margin-top: 120px;
}
section .content{
    background-image: url("../../images/2025/0714/section_bg01.png");
    width: 1238px;
    height: 788px;
    margin-left: 10px;
    margin-top: 73px;
    padding: 6px 27px 0 10px;
}
.section03 .content{
    background-image: url("../../images/2025/0714/section_bg02.png");
    height: 1080px;
}
section .content ul{
    display: inline-flex;
    align-items: end;
    gap: 180px;
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
}
section .content ul::after{
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 393px;
    background-color: #a9b5b0;
}
section .content ul li{
    width: 420px;
}
section .content ul li span{
    display: inline-block;
    margin-bottom: 29px;
}
section .content a{
    display: inline-block;
    position: relative;
}
section .content a img{
    transition: all .2s;
}
section .content a:hover > img:nth-child(1){
    filter: drop-shadow(3px 3px 6px #00000088);
}
section .content a .click{
    position: absolute;
    top: 172px;
    left: 35px;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: pick2;
}
section .content a .click.c2{
    animation-duration: .6s;
}
section .content a .click.c3{
    animation-name: pick;
    animation-duration: .3s;
}
@keyframes pick {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    }
    75%{
        transform: rotate(3deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes pick2 {
    0%{
        transform: rotate(0deg);
        margin-top: 0;
    }
    25%{
        transform: rotate(3deg);
        margin-top: -5px;
    }
    50%{
        transform: rotate(-3deg);
        margin-top: 0;
    }
    75%{
        transform: rotate(3deg);
        margin-top: -5px;
    }
    100%{
        transform: rotate(0deg);
        margin-top: 0;
    }
}
section .content a .section_arrow{
    position: absolute;
    top: 210px;
    left: 266px;
}
section .content .text_content{
    display: inline-flex;
    align-items: center;
    height: 101px;
    border-bottom: 1px solid #a9b5b0;
}
section .content .text_content.t1{
    border-top: 1px solid #a9b5b0;
    height: 102px;
}
section .content .text_content.t2{
    border-bottom: 1px solid #525351;
}
section .content .text_content p{
    display: inline-block;
    width: 535px;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: bold;
}
section .content .text_content span{
    display: inline-block;
    width: 90px;
    height: 35px;
    background-color: #7f8b99;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    border-radius: 5px;
}
.section02 .content .text_content span{
    background-color: #c993b5;
}
.section03 .content .text_content span{
    background-color: #85c0a8;
}
.section04 .content .text_content span{
    background-color: #f09a6a;
}
.section03 .content .bottom_content{
    display: flex;
    align-items: center;
    text-align: left;
    gap: 45px;
    margin-top: 38px;
    margin-left: 90px;
}
.section03 .content .bottom_content .right_content > span{
    display: inline-block;
    margin-bottom: 17px;
}
.section03 .content .bottom_content .right_content .bottom_text{
    display: flex;
    align-items: center;
    gap: 50px;
    width: 625px;
    height: 101px;
    border-bottom: 1px solid #a9b5b0;
}
.section03 .content .bottom_content .right_content .bottom_text span{
    display: inline-block;
    width: 90px;
    height: 35px;
    background-color: #85c0a8;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    border-radius: 5px;
    text-align: center;
}
.section03 .content .bottom_content .right_content .bottom_text p{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #252525;
    text-align: left;
    font-weight: bold;
    line-height: 34px;
}

.excel_bottom{
    position: relative;
    background-image: url("../../images/2025/0714/bt_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 826px;
    overflow: hidden;
    padding-top: 120px;
}
.excel_bottom ul{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 23px;
}
.excel_bottom ul li{
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.excel_bottom ul li:hover{
    animation-name: pick;
}
.excel_bottom ul li:nth-child(1){
    margin-top: -6px;
    margin-left: -11px;
}
.excel_bottom ul li:nth-child(2){
    margin-top: -22px;
    margin-left: -11px;
}










.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;}