.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/0219/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 704px;
    position: relative;
    overflow: hidden;
}
.top_banner .top_img01{
    position: absolute;
    top: 42px;
    left: calc(50% - 421px);
    animation-name: text;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .top_img02{
    position: absolute;
    top: 151px;
    left: calc(50% - 277px);
    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: 243px;
    left: calc(50% - 207px);
    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: 308px;
    left: calc(50% + 246px);
}
.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: 564px;
    left: calc(50% - 182px);
    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 .down01{
    position: absolute;
    top: 34px;
    left: 331px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.top_banner .button:hover .down01{
    animation-name: button;
}
.top_banner .button .down02{
    position: absolute;
    top: 48px;
    left: 326px;
}

.bottom_content{
    background-color: #3da1ce;
    margin-top: -35px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 50px 50px 100px;
    text-align: center;
}
.bottom_content .t1{
    width: 100%;
    padding: 39px 26px 49px;
    border: 1px solid #000;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 100px;
}
.bottom_content .contents{
    margin: 40px 0 100px;
}

.bottom_content .t2{
    margin-bottom: 100px;
}
.bottom_content .t2 .line{
    margin-left: -50px;
    margin-top: 43px;
}
.bottom_content .t2 > ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.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 .t3{
    margin-top: 40px;
    position: relative;
}
.bottom_content .t3 .content_links > div{
    position: absolute;
    width: 738px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    padding-top: 50px;
    overflow: hidden;
}
.bottom_content .t3 .list01{
    top: 533px;
    height: 107px;
}
.bottom_content .t3 .list02{
    top: 670px;
    width: 740px;
    height: 215px;
}
.bottom_content .t3 .list03{
    top: 917px;
    width: 740px;
    height: 105px;
}
.bottom_content .t3 .list04{
    top: 1054px;
    width: 740px;
    height: 105px;
}
.bottom_content .t3 .content_links > div span{
    font-size: 0;
    opacity: 0;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.bottom_content .t3 .content_links > div ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;
}
.bottom_content .t3 .content_links > div ul li{
    width: 100%;
    height: 55px;
    background-color: rgb(0, 129, 189);
    opacity: 0;
    transition: opacity .3s;
}
.bottom_content .t3 .content_links > div ul li:nth-child(2){width: calc(100% + 1px)}
.bottom_content .t3 .content_links > div ul li:nth-child(3){width: calc(100% + 1px)}
.bottom_content .t3 .content_links > .list02 ul li:nth-child(5){width: calc(100% + 1px)}

.bottom_content .t3 .content_links > .list02 ul li:nth-child(4){height: 54px}
.bottom_content .t3 .content_links > .list02 ul li:nth-child(5){height: 54px}
.bottom_content .t3 .content_links > .list02 ul li:nth-child(6){height: 54px;width: calc(100% + 1px)}
.bottom_content .t3 .content_links > div ul li:hover{
    opacity: 0.1;
}
.bottom_content .t3 .content_links > div ul li a{
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.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: 39px;
    left: 459px;
    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;}