.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/0616/top_banner.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 689px;
    position: relative;
    overflow: hidden;
}
.top_banner .images{
    position: relative;
    width: 100%;
}
.top_banner .images img{
    position: absolute;
}
.top_banner .images .text01{
    top: 119px;
    left: calc(50% - 507px);
    z-index: 1;
    transform: rotateX(90deg);
    animation-name: rotate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
}
.top_banner .images .text02{
    top: 200px;
    left: calc(50% - 510px);
    z-index: 1;
    transform: rotateX(90deg);
    animation-name: rotate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: .2s;

}
.top_banner .images .text03{
    top: 316px;
    left: calc(50% - 510px);
    z-index: 1;
    transform: rotateX(90deg);
    animation-name: rotate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: .4s;
}
.top_banner .images .text04{
    top: 426px;
    left: calc(50% - 510px);
    z-index: 1;
    transform: rotateX(90deg);
    animation-name: rotate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: .6s;
}
.top_banner .images .text05{
    top: 554px;
    left: calc(50% - 152px);
    z-index: 1;
    width: 100px;
    opacity: 0;;
    animation-name: text05;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: 1.5s;
}
.top_banner .images .top_img01{
    top: 185px;
    left: calc(50% + 58px);
    z-index: 1;
    transform: scaleY(0.3);
    transform-origin: bottom;
    opacity: 0;
    animation-name: arrow;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: .8s;
}
.top_banner .images .top_img02{
    top: 242px;
    left: calc(50% + 250px);
    z-index: 1;
    opacity: 0;
    animation-name: megaphone;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: 1.2s;
}
.top_banner .images .top_img03{
    top: 158px;
    left: calc(50% + 339px);
    opacity: 0;
    transform: scale(0.6);
    animation-name: cb;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .2s;
    animation-delay: 1.5s;
}
.top_banner .images .top_box{
    top: 59px;
    left: calc(50% - 574px);
}

@keyframes rotate {
    0%{
        transform: rotateX(90deg);
    }
    100%{
        transform: rotateX(0deg);
    }
}
@keyframes arrow {
    0%{
        transform: scaleY(0.3);
        opacity: 0;
    }
    100%{
        transform: scaleY(1);
        opacity: 1;
    }
}
@keyframes megaphone {
    0%{
        opacity: 0;
    }
    20%{
        transform: rotate(2deg);
    }
    40%{
        transform: rotate(-2deg);
    }
    60%{
        transform: rotate(2deg);
    }
    80%{
        transform: rotate(-2deg);
    }
    100%{
        transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes cb {
    0%{
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes text05 {
    0%{
        width: 100px;
        opacity: 0;
    }
    100%{
        width: 744px;
        opacity: 1;
    }
}

.top_content{
    background-image: url("../../images/2025/0616/content_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1006px;
    position: relative;
    overflow: hidden;
    padding-top: 33px;
    z-index: 1;
}
.top_content > img{
    position: absolute;
    top: 19px;
    left: calc(50% - 585px);
}
.top_content > .top_content_box{
    position: relative;
    z-index: 1;
    text-align: left;
    width: 1140px;
    margin: 0 auto;
    padding: 105px 0 0 140px;
}
.top_content > .top_content_box > .title{
    margin-bottom: 23px;
}
.top_content > .top_content_box > p{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.06em;
    color: #252525;
}
.top_content > .top_content_box > p.mb{
    margin-bottom: 29px;
}
.top_content > .top_content_box > p b{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.06em;
    color: #252525;
}
.top_content > .top_content_box > p span{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #252525;
    letter-spacing: 0;
}
.top_content > .top_content_box > .table{
    margin-top: 35px;
    margin-bottom: 34px;
}


.recommendation{
    position: relative;
    background-color: #f8f7ff;
    height: 1058px;
}
.recommendation .recommendation_title{
    position: absolute;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.recommendation .recommendation_title img{
    margin-bottom: 22px;
}
.recommendation .recommendation_title p{
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -0.05em;
    color: #ffffff;
    font-weight: 300;
}
.recommendation .recommendation_title p span{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #fffbbf;
    font-weight: 500;
}
.recommendation .tab_container{
    width: 100%;
    height: 108px;
    margin: -54px auto 0;
    display: flex;
    justify-content: center;
}
.recommendation .tab{
    width: 1200px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    padding: 0 200px;
    background-color: #fff;
    border-radius: 108px;
    box-shadow: 0 12px 15px rgb(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.recommendation.on .tab{
    position: fixed;
    top: 49px;
    width: 100%;
    max-width: 1920px;
    width: 1920px;
    border-radius: 0;
    margin-top: 0;
    z-index: 99;
}
.recommendation .tab li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    transition: all .5s;
    width: 200px;
}
.recommendation.on .tab li{
    width: 300px;
}
.recommendation .tab li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    transform: translateY(-50%);
    background-color: #ececec;
}
.recommendation .tab li:nth-child(1){
    background-image: url("../../images/2025/0616/tab01.png");
}
.recommendation .tab li:nth-child(2){
    background-image: url("../../images/2025/0616/tab02.png");
}
.recommendation .tab li:nth-child(3){
    background-image: url("../../images/2025/0616/tab03.png");
}
.recommendation .tab li:nth-child(4){
    background-image: url("../../images/2025/0616/tab04.png");
}
.recommendation .tab li:hover:nth-child(1){
    background-image: url("../../images/2025/0616/tab01_on.png");
}
.recommendation .tab li:hover:nth-child(2){
    background-image: url("../../images/2025/0616/tab02_on.png");
}
.recommendation .tab li:hover:nth-child(3){
    background-image: url("../../images/2025/0616/tab03_on.png");
}
.recommendation .tab li:hover:nth-child(4){
    background-image: url("../../images/2025/0616/tab04_on.png");
}
.recommendation .tab li.on:nth-child(1){
    background-image: url("../../images/2025/0616/tab01_on.png");
}
.recommendation .tab li.on:nth-child(2){
    background-image: url("../../images/2025/0616/tab02_on.png");
}
.recommendation .tab li.on:nth-child(3){
    background-image: url("../../images/2025/0616/tab03_on.png");
}
.recommendation .tab li.on:nth-child(4){
    background-image: url("../../images/2025/0616/tab04_on.png");
}
.recommendation .tab li img{}
.recommendation .tab li span{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #394361;
    font-weight: 300;
    margin-top: 10px;
}
.recommendation .tab li:hover:nth-child(1) span{
    color: #2758ed
}
.recommendation .tab li:hover:nth-child(2) span{
    color: #76c234
}
.recommendation .tab li:hover:nth-child(3) span{
    color: #b83bea
}
.recommendation .tab li:hover:nth-child(4) span{
    color: #fc9922
}
.recommendation .tab li.on:nth-child(1) span{
    color: #2758ed
}
.recommendation .tab li.on:nth-child(2) span{
    color: #76c234
}
.recommendation .tab li.on:nth-child(3) span{
    color: #b83bea
}
.recommendation .tab li.on:nth-child(4) span{
    color: #fc9922
}
.recommendation .recommendation_container{
    display: none;
}
.recommendation .recommendation_container.on{
    display: block;
}
.recommendation .recommendation_container > img{
    position: absolute;
    top: 379px;
    left: calc(50% - 585px);
}
.recommendation > strong{
    font-size: 40px;
    letter-spacing: -0.06em;
    font-weight: 700;
    color: #151515;
    display: inline-block;
    margin-top: 97px;
}
.recommendation .recommendation_container ul{
    display: inline-flex;
    gap: 20px;
    margin-top: 34px;
}
.recommendation .recommendation_container ul li{
    width: 200px;
    height: 55px;
    background-color: #e1e2e3;
    border-radius: 5px;
    cursor: pointer;
    font-size: 23px;
    line-height: 50px;
    letter-spacing: -0.06em;
    font-weight: 300;
    color: #353535;
    box-shadow: 0px 2px 8px 1.6px rgba(0, 0, 0, 0.2);
}
.recommendation .recommendation_container.t2 ul li{
    width: 150px;
}
.recommendation .recommendation_container.t3 ul li{
    width: 125px;
}
.recommendation .recommendation_container.t3 ul li:nth-child(3){
    width: 210px;
}
.recommendation .recommendation_container.t4 ul li:nth-child(1){
    width: 210px;
}
.recommendation .recommendation_container.t4 ul li:nth-child(2){
    width: 180px;
}
.recommendation .recommendation_container.t4 ul li:nth-child(3){
    width: 192px;
}
.recommendation .recommendation_container ul li.on{
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness:1px;
}
.recommendation .recommendation_container.t1 ul li.on{
    background-color: #2758ed;
}
.recommendation .recommendation_container.t2 ul li.on{
    background-color: #76c234;
}
.recommendation .recommendation_container.t3 ul li.on{
    background-color: #b83bea;
}
.recommendation .recommendation_container.t4 ul li.on{
    background-color: #fc9922;
}
.recommendation .recommendation_container > img{}
.recommendation .recommendation_container > div{
    width: 1140px;
    margin: 59px auto 0;
    position: relative;
    z-index: 1;
    padding: 120px 0px 0px 60px;
    align-items: center;
    gap: 50px;
    display: none;
}
.recommendation .recommendation_container > div.on{
    display: flex;
}
.recommendation .recommendation_container > div .right_content{}
.recommendation .recommendation_container > div .right_content .content{
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}
.recommendation .recommendation_container > div .right_content .content strong{
    height: 36px;
    margin-bottom: 18px;
}
.recommendation .recommendation_container > div .right_content .content b{
    font-size: 23px;
    letter-spacing: -0.065em;
    color: #252525;
    font-weight: 700;
    position: relative;
    padding-left: 5px;
    margin-bottom: 16px;
}
.recommendation .recommendation_container > div .right_content .content b::after{
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: 0px;
    transform: translateY(-50%);
    width: calc(100% + 10px);
    height: 18px;
    background-color: #f5f8cb;
    z-index: -1;
}
.recommendation .recommendation_container.t2 > div .right_content .content b::after{
    background-color: #f7dfac;
}
.recommendation .recommendation_container.t3 > div .right_content .content b::after{
    background-color: #eff0c4;
}
.recommendation .recommendation_container.t4 > div .right_content .content b::after{
    background-color: #f6f7b5;
}
.recommendation .recommendation_container > div .right_content .content b i{
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
    font-weight: inherit;
}
.recommendation .recommendation_container > div .right_content .content span{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.065em;
    color: #252525;
    font-weight: 300;
    margin-bottom: 16px;
}
.recommendation .recommendation_container > div .right_content .content p{
    font-size: 18px;
    letter-spacing: -0.065em;
    color: #252525;
    font-weight: 300;
    margin-bottom: 14px;
}
.recommendation .recommendation_container > div .right_content .content p:last-child{
    margin-bottom: 0;
}
.recommendation .recommendation_container > div .right_content .buttons{
    display: flex;
    gap: 20px;
    margin-top: 26px;
}
.recommendation .recommendation_container > div .right_content .buttons a{
    width: 210px;
    height: 83px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    overflow: hidden;
}
.recommendation .recommendation_container > div .right_content .buttons a:hover{
    animation-name: buttons;
}
.recommendation .recommendation_container > div .right_content .buttons a b{
    flex: 1;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: -0.07em;
    color: #000000;
}
.recommendation .recommendation_container > div .right_content .buttons a span{
    display: inline-block;
    height: 33px;
    line-height: 30px;
    background-color: #3e3e3e;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    border-top: 1px solid #cdcdcd;
}
.recommendation .recommendation_container.t1 > div .right_content .buttons a:nth-child(1) span{
    background-color: #ffc57f;
    color: #000000;
}   
.recommendation .recommendation_container.t2 > div .right_content .buttons a:nth-child(1) span{
    background-color: #dd9cf7;
    color: #000000;
}   
.recommendation .recommendation_container.t3 > div .right_content .buttons a:nth-child(1) span{
    background-color: #c8ff8c;
    color: #000000;
}   
.recommendation .recommendation_container.t4 > div .right_content .buttons a:nth-child(1) span{
    background-color: #8fb5ff;
    color: #000000;
}   
.recommendation .recommendation_container .program01{}

.biz_programs{
    background-image: url("../../images/2025/0616/biz_programs_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 4185px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 110px;
}
.biz_programs .biz_programs_title{
    margin-bottom: 90px;
}
.biz_programs .content_list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 78px;
}
.biz_programs .content_list > li{
    background-image: url("../../images/2025/0616/content_list.png");
    background-repeat: no-repeat;
    width: 1174px;
    height: 494px;
    margin-left: 4px;
    margin-top: -14px;
    padding-top: 14px;
    padding-left: 15px;
    text-align: left;
    display: grid;
    grid-template-columns: 570px 1fr;
}
.biz_programs .content_list > li:nth-child(1){
    background-image: url("../../images/2025/0616/content_list.png")
}
.biz_programs .content_list > li:nth-child(2){
    background-image: url("../../images/2025/0616/content_list02.png")
}
.biz_programs .content_list > li:nth-child(3){
    background-image: url("../../images/2025/0616/content_list03.png")
}
.biz_programs .content_list > li:nth-child(4){
    background-image: url("../../images/2025/0616/content_list04.png")
}
.biz_programs .content_list > li:nth-child(5){
    background-image: url("../../images/2025/0616/content_list05.png")
}
.biz_programs .content_list > li:nth-child(6){
    background-image: url("../../images/2025/0616/content_list06.png")
}
.biz_programs .content_list > li:nth-child(7){
    background-image: url("../../images/2025/0616/content_list07.png")
}
.biz_programs .content_list > li em{
    font-size: 0;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
.biz_programs .content_list > li img{
    margin: 121px 0 0 100px;
}
.biz_programs .content_list > li:nth-child(1) img{
    margin: 69px 0 0 71px;
}
.biz_programs .content_list > li .content{
    padding-top: 121px;
}
.biz_programs .content_list > li .content strong{
    font-size: 30px;
    letter-spacing: -0.075em;
    color: #252525;
    font-weight: 700;
    display: flex;
    align-items: end;
    gap: 5px;
}
.biz_programs .content_list > li .content strong span{
    font-size: 20px;
    letter-spacing: -0.075em;
    font-weight: 700;
}
.biz_programs .content_list > li .content strong .orange{
    color: #f29f00;
}
.biz_programs .content_list > li .content strong .blue{
    color: #4a95f5;
}
.biz_programs .content_list > li .content strong .purple{
    color: #a730c0;
}
.biz_programs .content_list > li .content strong .pink{
    color: #e9198e;
}
.biz_programs .content_list > li .content ul{
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 23px;
}
.biz_programs .content_list > li .content ul li{
    font-size: 18px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    width: 187px;
    letter-spacing: -0.02em;
    background-image: url("../../images/2025/0116/dot.png");
    background-position: left 14px;
    background-repeat: no-repeat;
    padding-left: 13px;
    white-space: nowrap;
}
.biz_programs .content_list > li .content ul li.none{
    background-image: unset;
}
.biz_programs .content_list > li .content .buttons{
    display: flex;
    gap: 20px;
    margin-top: 36px;
}
.biz_programs .content_list > li .content .buttons a{
    display: inline-flex;
    flex-direction: column;
    width: 210px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    box-shadow: -1.22px 2.74px 15px rgba(0, 0, 0, 0.1);
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.biz_programs .content_list > li .content .buttons a:hover{
    animation-name: buttons;
}
@keyframes buttons {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    }
    75%{
        transform: rotate(3deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.biz_programs .content_list > li .content .buttons a span:nth-child(1){
    font-size: 18px;
    letter-spacing: -0.07em;
    color: #000;
    font-weight: 500;
    display: inline-block;
    padding: 14px 0 15px;
}
.biz_programs .content_list > li .content .buttons a .go{
    font-size: 16px;
    color: #151515;
    font-weight: 500;
    background-color: #baff6f;
    border-top: 1px solid #cdcdcd;
    padding: 6px 0 8px;
}
.biz_programs .content_list > li .content .buttons a .ok{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #3e3e3e;
    border-top: 1px solid #cdcdcd;
    padding: 6px 0 8px;
}


.bottom_container{
    height: 604px;
    background-color: #092876;
    padding-top: 100px;
}
.bottom_container .bottom_container_title{
    margin-bottom: 69px;
}
.bottom_container ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.bottom_container ul li{
    position: relative;
}
.bottom_container ul li img{}
.bottom_container ul li .buttons{}
.bottom_container ul li .buttons a,
.bottom_container ul li .buttons span{
    position: absolute;
    top: 157px;;
    left: 0;
    display: inline-block;
    width: 124px;
    height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #3e3e3e;
    font-weight: 500;
    line-height: 46px;
    transition: all .2s;
}
.bottom_container ul li .buttons a{
    background-color: #f98d00;
    color: #fff;
    left: 113px;
    z-index: 1;
}
.bottom_container ul li:nth-child(2) .buttons a{
    background-color: #00113b;
}
.bottom_container ul li .buttons span{
    left: 265px;
}
.bottom_container ul li .buttons.on a{
    left: 265px;
}
.bottom_container ul li .buttons.on span{
    left: 113px;
}

.mouse,
.bottom_container ul li.mouse .buttons a {
    cursor: url("../../images/2025/0616/mouse.png"), auto !important;
}


.conts_btn_top{position:fixed; left:50%; margin-left:680px; bottom:33px; 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;}