@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sacheonhanggong';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2506-1@1.0/SacheonHangGong-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
.set_container{
    font-family: "Noto Sans KR","Sans-serif" !important;
    color: #252525;
    margin: 0 auto;
    position: relative;
    max-width: 890px;
}
.set_container button{
    font-family: "Noto Sans KR","Sans-serif";
}

.top_banner{
    background-image: url("../../images/2026/0507/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.top_banner .new_box{
    background-image: url("../../images/2026/0507/new_box.png");
    background-repeat: no-repeat;
    width: 550px;
    height: 50px;
    border-radius: 50px; 
    margin: 70px auto 0;
    box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.58);
    position: relative;
    top: 0;
    animation-name: text;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .new_box span{
    position: absolute;
    top: -19px;
    left: 53px;
    font-size: 17px;
    color: #000;
    font-family: 'GmarketSansMedium';
}
.top_banner .new_box p{
    font-size: 25px;
    letter-spacing: -0.07em;
    color: #fff;
    font-family: 'GmarketSansMedium';
    padding-top: 14px;
}
.top_banner .package_title{
    position: relative;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
    top: 0;
    animation-name: text;
    animation-duration: .5s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .package_title strong.package_title_text{
    font-size: 95px;
    letter-spacing: -0.07em;
    color: transparent;
    font-family: 'Sacheonhanggong' !important;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.top_banner .package_title img{
    pointer-events: none;
}
.top_banner .package_description{
    font-size: 23px;
    letter-spacing: -0.07em;
    color: #252525;
    font-weight: 400;
    line-height: 33px;
    margin-top: 18px;
    position: relative;
    top: 0;
    animation-name: text;
    animation-duration: .5s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .package_count{
    position: absolute;
    top: 315px;
    left: calc(50% + 254px);
}
.top_banner .package_count img{}
.top_banner .package_count span{
    position: absolute;
    top: 44px;
    left: 24px;
    font-size: 50px;
    color: #023d71;
    font-family: 'GmarketSansBold';
    display: flex;
    align-items: end;
}
.top_banner .package_count span em{
    font-size: 30px;
    color: #023d71;
    font-family: 'GmarketSansBold';
    padding-bottom: 3px;
}
.top_banner > a{
    position: relative;
    width: 380px;
    height: 60px;
    background-color: #040101;
    border-radius: 5px;
    display: inline-block;
    margin-top: 304px;
    animation-name: btn2;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.top_banner > a:hover{
    animation-name: unset;
}
.top_banner > a span{
    position: absolute;
    top: -14px;
    left: 29px;
    width: 130px;
    height: 25px;
    border: 1px solid #023d71;
    font-size: 16px;
    letter-spacing: -0.06em;
    color: #023d71;
    font-family: 'GmarketSansMedium';
    background-color: #fff;
    border-radius: 25px;
    line-height: 27px;
}
.top_banner > a p{
    font-size: 25px;
    letter-spacing: -0.06em;
    color: #fff;
    font-family: 'GmarketSansMedium';
    display: inline-block;
    padding-top: 19px;
}
.top_banner > a img{
    padding-top: 17px;
    padding-left: 15px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.top_banner > a:hover img{
    animation-name: button2;
}

@keyframes text {
    0%{
        top: 10px;
        opacity: 0;
    }
    100%{
        top: 0px;
        opacity: 1;
    }
}
@keyframes icon {
    0%{
        transform: scale(0.3);
        opacity: 0;
    }
    90%{
        transform: scale(1.2);
    }
    100%{
        margin-top: 0px;
        opacity: 1;
    }
}

.bottom_content{
    background-color: #023d71;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 50px 50px 100px;
    text-align: center;
}
.bottom_content.t2{
    background-color: #094f8e;
    margin-top: 0;
    border-radius: 0;
}
.bottom_content .bottom_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.bottom_content .bottom_title img{}
.bottom_content .bottom_title p{
    font-size: 47px;
    letter-spacing: -0.07em;
    color: #fff;
    font-family: 'Sacheonhanggong' !important;
}
.bottom_content .bottom_title p span{
    font: inherit;
    color: #ccd788;
}
.bottom_content .t1{
    width: 100%;
    padding: 44px 30px 44px;
    border: 1px solid #000;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 43px 0 100px;
}
.bottom_content .t1 li{
    position: relative;
}
.bottom_content .t1 li img{}
.set_container .bottom_content .t1 li strong{
    font-size: 30px;
    letter-spacing: -0.06em;
    color: #023d71;
    font-weight: unset;
    font-family: 'Sacheonhanggong' !important;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.bottom_content .t1 li p{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.bottom_content .before_after{
    width: 100%;
    padding: 40px 25px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    height: 650px;
    margin-top: 48px;
}
.bottom_content .before_after > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bottom_content .before_after ul{
    display: grid;
    grid-template-columns: 287px 100px 1fr;
    grid-gap: 1px 2px;
    position: relative;
    z-index: 1;
}
.bottom_content .before_after ul li{
    height: 93px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bottom_content .before_after ul li:not(:nth-child(1),:nth-child(2)){
    margin-bottom: 1px;
}
.bottom_content .before_after ul li strong.table_title{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    font-family: "Noto Sans KR","Sans-serif" !important;
}
.bottom_content .before_after ul li span{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    margin-top: 3px;
}
.bottom_content .before_after ul li img{}
.bottom_content .before_after ul li p{
    font-size: 20px;
    letter-spacing: -0.07em;
    color: #8a8a8a;
    font-weight: 500;
}
.bottom_content .before_after ul li em{
    font-size: 17px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 600;
}
.bottom_content .before_after ul li.color_black p{
    color: #343434;
}
.bottom_content .before_after ul li p b{
    font: inherit;
    color: #252525;
    font-weight: 700;
}
.bottom_content .list{
    margin-top: 52px;
}
.bottom_content .list.t2{
    margin-top: 67px;
}
.bottom_content .list strong.list_title_strong{
    font-size: 35px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: block;
    font-family: "Noto Sans KR","Sans-serif" !important;
}
.bottom_content .list strong::after{
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 283px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
}
.bottom_content .list strong::before{
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    width: 283px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
}
.bottom_content .list.t2 strong::after{
    width: 245px;
}
.bottom_content .list.t2 strong::before{
    width: 245px;
}
.bottom_content .list strong span{
    font:inherit;
    font-weight: 300;
    display: inline-block;
    transform: skewX(-10deg);
    padding-right: 6px;
}
.bottom_content .list p{
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 400;
    margin-top: 18px;
}
.bottom_content .list ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 20px;
    margin-top: 60px;
}
.bottom_content .list ul li{
    position: relative;
    top: 0;
    transition: top .3s;
}
.bottom_content .list ul li:hover{
    top: -5px;
}
.bottom_content .list ul li a{
    position: relative;
    display: inline-block;
}
.bottom_content .list ul li a img{}
.bottom_content .list ul li a span{
    font-size: 21px;
    letter-spacing: -0.05em;
    color: #fff;
    font-family: 'GmarketSansMedium';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 4px;
}
.bottom_content .list ul li a span.l60{
    letter-spacing: -0.06em;
}
.bottom_content .list ul li a span.l70{
    font-size: 19px;
    letter-spacing: -0.07em;
}
.bottom_content .list ul li a span img{
    padding-bottom: 3px;
}

.package_all_download{
    background-image: url("../../images/2026/0507/package_all_download_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 639px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.package_all_download > p{
    font-size: 25px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 400;
    margin-top: 98px;
    display: block;
}
.package_all_download > p > em{
    font: inherit;
    display: inline-block;
    transform: skewX(-10deg);
}
.set_container .package_all_download > strong#package_all_download_strong{
    font-size: 60px;
    letter-spacing: -0.06em;
    color: #fff;
    font-family: 'Sacheonhanggong' !important;
    font-weight: 500;
    margin-top: 25px;
    display: block;
}
.package_all_download ul{
    display: flex;
    justify-content: center;
    margin-top: 43px;
}
.package_all_download ul li{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    margin: 0 -3.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package_all_download ul li:nth-child(1){
    background-color: rgb(174, 178, 150, 0.8);
}
.package_all_download ul li:nth-child(2){
    background-color: rgb(165, 178, 188, 0.8);
}
.package_all_download ul li:nth-child(3){
    background-color: rgb(168, 169, 159, 0.8);
}
.package_all_download ul li:nth-child(4){
    background-color: rgb(108, 163, 212, 0.8);
}
.package_all_download ul li span{
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 500;
}
.package_all_download > a{
    position: relative;
    width: 600px;
    height: 72px;
    background-color: #040101;
    border-radius: 5px;
    display: inline-block;
    margin-top: 60px;
    animation-name: btn2;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.package_all_download > a:hover{
    animation: unset;
}
.package_all_download > a span{
    position: absolute;
    top: -14px;
    left: 29px;
    width: 130px;
    height: 25px;
    border: 1px solid #023d71;
    font-size: 16px;
    letter-spacing: -0.06em;
    color: #023d71;
    font-family: 'GmarketSansMedium';
    background-color: #fff;
    border-radius: 25px;
    line-height: 27px;
}
.package_all_download > a p{
    font-size: 25px;
    letter-spacing: -0.06em;
    color: #fff;
    font-family: 'GmarketSansMedium';
    display: inline-block;
    padding-top: 27px;
}
.set_container .package_all_download > a > p > b#package_all_download_btn_text{
    font: inherit;
    font-family: 'Sacheonhanggong' !important;
}
.package_all_download > a img{
    padding-top: 24px;
    padding-left: 15px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.package_all_download > a:hover img{
    animation-name: button2;
}

@keyframes btn {
    0%{
        transform: rotate(0deg) ;
    }
    69%{
        transform: rotate(0deg) ;
    }
    70%{
        transform: rotate(3deg) ;
    }
    80%{
        transform:  rotate(-3deg) ;
    }
    90%{
        transform: rotate(3deg) ;
    }
    100%{
        transform: rotate(0deg) ;
    }
}
@keyframes button {
    0%{
        margin-top: 0px;
    }
    50%{
        margin-top: -5px;
    }
    100%{
        margin-top: 0px;
    }
}

@keyframes btn2 {
    0%{
        transform:rotate(0deg);
    }
    69%{
        transform:rotate(0deg);
    }
    70%{
        transform:rotate(3deg);
    }
    80%{
        transform: rotate(-3deg);
    }
    90%{
        transform:rotate(3deg);
    }
    100%{
        transform:rotate(0deg);
    }
}
@keyframes button2 {
    0%{
        margin-left: 0px;
    }
    50%{
        margin-left: 5px;
    }
    100%{
        margin-left: 0px;
    }
}

.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;}