.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/2025/1105/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 730px;
    position: relative;
    overflow: hidden;
}
.top_banner .top_img01{
    position: absolute;
    top: 74px;
    left: calc(50% - 285px);
    animation-name: text;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.top_banner .top_img02{
    position: absolute;
    top: 168px;
    left: calc(50% - 315px);
    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: 245px;
    left: calc(50% - 270px);
    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: 328px;
    left: calc(50% + 252px);
}
.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: 600px;
    left: 50%;
    transform: translateX(-50%);
    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: 326px;
    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: 321px;
}

.bottom_content{
    background-color: #00a2ab;
    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 .content_links a{
    position: absolute;
    display: inline-block;
    background-color: transparent;
    width: 525px;
    left: 219px;
    height: 25px;
    font-size: 0;
    opacity: 0;
}
.bottom_content .content_links a:nth-child(1){top: 1355px;}
.bottom_content .content_links a:nth-child(2){top: 1395px;}
.bottom_content .content_links a:nth-child(3){top: 1435px;}
.bottom_content .content_links a:nth-child(4){top: 1475px;}
.bottom_content .content_links a:nth-child(5){top: 1515px;}
.bottom_content .content_links a:nth-child(6){top: 1555px;}

.bottom_content .content_links a:nth-child(7){top: 1665px;}
.bottom_content .content_links a:nth-child(8){top: 1705px;}
.bottom_content .content_links a:nth-child(9){top: 1745px;}
.bottom_content .content_links a:nth-child(10){top: 1785px;}
.bottom_content .content_links a:nth-child(11){top: 1825px;}
.bottom_content .content_links a:nth-child(12){top: 1865px;}
.bottom_content .content_links a:nth-child(13){top: 1905px;}
.bottom_content .content_links a:nth-child(14){top: 1945px;}

.bottom_content .content_links a:nth-child(15){top: 2055px;}
.bottom_content .content_links a:nth-child(16){top: 2095px;}
.bottom_content .content_links a:nth-child(17){top: 2135px;}
.bottom_content .content_links a:nth-child(18){top: 2175px;}

.bottom_content .content_links a:nth-child(19){top: 2315px;}
.bottom_content .content_links a:nth-child(20){top: 2355px;}
.bottom_content .content_links a:nth-child(21){top: 2395px;}

.bottom_content .content_links a:nth-child(22){top: 2505px;}
.bottom_content .content_links a:nth-child(23){top: 2545px;}
.bottom_content .content_links a:nth-child(24){top: 2585px;}

.bottom_content .t2{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
    margin-top: 40px;
}
.bottom_content .t2 li{
    position: relative;
}
.bottom_content .t2 a{
    display: inline-block;
    font-size: 0;
}
.bottom_content .t2 .list_top{
    position: absolute;
    top: 30px;
    left: 40px;
    width: 330px;
    height: 310px;
    background-color: transparent;
    border-radius: 7px;
    transition: all .3s;
    z-index: 1;
}
.bottom_content .t2 .list_top:hover{
    box-shadow: 4px 4px 9px #00000055;
}
.bottom_content .t2 .bottom_list_link{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 38px;
    position: absolute;
    top: 448px;
    left: 86px;
}
.bottom_content .t2 .bottom_list_link a{
    width: 290px;
    height: 46px;
    background-color: transparent;
    font-size: 0;
    transition: all .3s;
}
.bottom_content .t2 .bottom_list_link a:hover{
    background-color: #00a2ab33;
}
.bottom_content .t2 img{
    width: 100%;
}

.button2{
    margin-top: 32px;
    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: 40px;
    left: 450px;
    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: translateX(-50%)rotate(0deg) ;
    }
    69%{
        transform: translateX(-50%)rotate(0deg) ;
    }
    70%{
        transform: translateX(-50%)rotate(3deg) ;
    }
    80%{
        transform: translateX(-50%) rotate(-3deg) ;
    }
    90%{
        transform: translateX(-50%)rotate(3deg) ;
    }
    100%{
        transform: translateX(-50%)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;}