.set_container{
    font-family: "Noto Sans KR","Sans-serif";
    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/0713/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 763px;
    position: relative;
    overflow: hidden;
}
.top_banner .top_img01{
    position: absolute;
    top: 50px;
    left: calc(50% - 254px);
    animation-name: text;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .top_img02{
    position: absolute;
    top: 150px;
    left: calc(50% - 263px);
    animation-name: text;
    animation-duration: .5s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .top_img03{
    position: absolute;
    top: 250px;
    left: calc(50% - 168px);
    animation-name: text;
    animation-duration: .5s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .top_img05{
    position: absolute;
    top: 315px;
    left: calc(50% + 269px);
}
.top_banner .icon{
    position: absolute;
    top: 18px;
    left: calc(50% - 37px);
    animation-name: icon;
    animation-duration: .3s;
    animation-delay: .6s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
@keyframes text {
    0%{
        margin-top: 10px;
        opacity: 0;
    }
    100%{
        margin-top: 0px;
        opacity: 1;
    }
}
@keyframes icon {
    0%{
        transform: scale(0.3);
        opacity: 0;
    }
    90%{
        transform: scale(1.2);
    }
    100%{
        margin-top: 0px;
        opacity: 1;
    }
}
.top_banner .button{
    position: absolute;
    top: 602px;
    left: calc(50% - 192px);
    animation-name: btn;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.top_banner .button:hover{
    animation-name: unset;
}
.top_banner .button a{
    display: inline-block;
}
.top_banner .button .go{
    position: absolute;
    top: 32px;
    left: 302px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.top_banner .button:hover .go{
    animation-name: button2;
}

.bottom_content{
    background-color: #f35d44;
    margin-top: -68px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 50px 50px 120px;
    text-align: center;
}
.bottom_content.type2{
    display: block;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: url("../../images/2026/0713/type2_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 2023px;
}
.bottom_content.type3{
    display: block;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: url("../../images/2026/0713/type3_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
    height: 2616px;
}
.bottom_content.type4{
    display: block;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: url("../../images/2026/0713/type4_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
    height: 1297px;
}
.bottom_content.type5{
    display: block;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: url("../../images/2026/0713/type5_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
    height: 656px;
}

.bottom_content strong{
    display: inline-block;
}
.bottom_content .t1{
    width: 100%;
    padding: 45px 30px 45px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 50px 0 100px;
}
.bottom_content .contents{
    margin: 40px 0 100px;
}

.bottom_content .t2{
    margin-bottom: 50px;
}
.bottom_content .t2 .line{
    margin-left: -50px;
    margin-top: 43px;
}
.bottom_content .t2 > ul{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.bottom_content .t2 > ul li{}
.bottom_content .t2 > ul li a{
    display: inline-block;
    position: relative;
}
.bottom_content .t2 > ul li a .hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.bottom_content .t2 > ul li a:hover .hover{
    opacity: 1;
}

.bottom_content .now_content{
    margin-top: -5px
}

.bottom_content .slide_box{
    position: relative;
    margin: 50px 0 100px;
}
.bottom_content .slide_box .slide_bg{
    position: absolute;
    top: 0;
    left: -20px;
    width: 830px;
    height: 521px;
}
.bottom_content .slide_box ul{
    position: relative;
    width: 100%;
    height: 521px;
}
.bottom_content .slide_box ul li{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin-left: -20px;
    z-index: 1;
    transition: opacity .6s ease-in-out;
}
.bottom_content .slide_box ul li.on{
    opacity: 1;
    z-index: 2;
}
.bottom_content .slide_box ul li img{}
.bottom_content .slide_box .slide_button{}
.bottom_content .slide_box .slide_button button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 71px;
    height: 71px;
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 11;
}
.bottom_content .slide_box .slide_button button:hover{
    background-color: rgb(0, 0, 0);
}
.bottom_content .slide_box .slide_button .view0713_prev{
    left: -45px;
}
.bottom_content .slide_box .slide_button .view0713_next{
    right: -45px;
}

.bottom_content .list{
    margin-top: 60px;
}
.bottom_content .list ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 20px;
}
.bottom_content .list ul li{
    position: relative;
    top: 0;
    transition: all .3s;
}
.bottom_content .list ul li:hover{
    top: -10px;
}
.bottom_content .list ul li a{}
.bottom_content .list ul li a img{}

.bottom_content .type5_list{
    margin-top: 48px;
    margin-left: -3px;
}


.button2{
    margin-top: 40px;
    display: inline-block;
    position: relative;
    animation-name: btn2;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.button2:hover{
    animation-name: unset;
}
.button2 .go{
    position: absolute;
    top: 37px;
    left: 419px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.button2:hover .go{
    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;}