@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;
}

.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/1205/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1733px;
    position: relative;
    overflow: hidden;
}
.top_banner .image_box .line1{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: calc(50% - 600px);
    background-color: red;
    z-index: 99;
}
.top_banner .image_box .line2{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: calc(50% + 600px);
    background-color: red;
    z-index: 99;
}
.top_banner .image_box .line3{
    position: fixed;
    width: 1px;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    z-index: 99;
}

.top_banner .image_box img{
    position: absolute;
}
.top_banner .image_box .top_text01{
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: top_text;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    opacity: 0;
}
.top_banner .image_box .top_text02{
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    opacity: 0;
}
.top_banner .image_box .top_text03{
    top: 218px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    opacity: 0;
}
.top_banner .image_box .top_text04{
    top: 450px;
    left: calc(50% - 610px);
    animation-name: top_text;
    animation-duration: .5s;
    animation-delay: .6s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    opacity: 0;
}

.top_banner .top_text_box{
    position: absolute;
    top: 525px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    display: flex;
    gap: 30px;
}
.top_banner .top_text_box li{
    width: 645px;
    height: 313px;
    background-image: url("../../images/2025/1205/top_text_box01.png");
    background-repeat: no-repeat;
    padding-top: 45px;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 14px 20px rgba(48, 118, 196, 0.55);
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li{
    animation-name: top_text;
}
.top_banner .top_text_box li:nth-child(2){
    width: 525px;
    background-image: url("../../images/2025/1205/top_text_box02.png");
    animation-delay: .2s;
}
.top_banner .top_text_box li strong{
    display: block;
    margin-bottom: 33px;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li strong{
    animation-name: top_text2;
}
.top_banner .top_text_box li > .graph_box{
    display: inline-flex;
    justify-content: center;
    gap: 65px;
}
.top_banner .top_text_box li > .graph_box > div{
    flex: 1;
    height: 170px;
    position: relative;
    width: 241px;
}
.top_banner .top_text_box li > .graph_box > div:nth-child(1){
    padding-left: 26px;
}
.top_banner .top_text_box li > .graph_box > div > img:nth-child(1){
    animation-duration: .5s;
    animation-delay: .7s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li > .graph_box > div > img:nth-child(1){
    animation-name: top_text2;
}
.top_banner .top_text_box li > .graph_box > div:nth-child(2) > img:nth-child(1){
    animation-delay: .9s;
}
.top_banner .top_text_box li > .graph_box > div .graph{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: end;
    gap: 15px;
}
.top_banner .top_text_box li > .graph_box > div .graph div{
    width: 75px;
    height: 30px;
    background-color: #ddd;
    border-radius: 3px;
    position: relative;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner .top_text_box li > .graph_box > div .graph b{
    font-family: 'GmarketSansBold';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #595959;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    animation-duration: .5s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
    padding-left: 2px;
}
.top_banner.on .top_text_box li > .graph_box > div .graph b{
    animation-name: top_text2;
}
.top_banner .top_text_box li > .graph_box > div .graph b span{
    font-family: 'GmarketSansLight';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #595959;
}
.top_banner .top_text_box li > .graph_box > div .graph .t2 b,
.top_banner .top_text_box li > .graph_box > div .graph .t2 b span{
    color: #ffeaea;
}
.top_banner .top_text_box li > .graph_box .icon01{
    position: absolute;
    top: 74px;
    left: 93px;
    animation-duration: .3s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li > .graph_box .icon01{
    animation-name: top_text2;
}
.top_banner .top_text_box li > .graph_box .icon02{
    position: absolute;
    top: 74px;
    left: 93px;
    animation-duration: .3s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li > .graph_box .icon02{
    animation-name: top_text2;
}
.top_banner .top_text_box li > .graph_box .icon03{
    position: absolute;
    top: 151px;
    left: 232px;
    z-index: 1;
    animation-duration: .3s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li > .graph_box .icon03{
    animation-name: top_text2;
}
.top_banner .top_text_box li > .graph_box .icon04{
    position: absolute;
    top: 256px;
    left: 186px;    
    transform-origin: left;
    transform: rotatez(3deg);
    animation-duration: .3s;
    animation-delay: .9s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    opacity: 0;
}
.top_banner.on .top_text_box li > .graph_box .icon04{
    animation-name: icon04;
}
@keyframes icon04 {
    0%{
        opacity: 0;
        top: 256px;
        transform: rotateZ(3deg);
    }
    100%{
        opacity: 1;
        top: 176px;
        transform: rotateZ(0deg);
    }
}

.top_banner .top_text_box li > .graph_box > div:nth-child(1) .graph .t1{
    height: 0;
    background-color: #c8c8c8;
    animation-delay: .9s;
}
.top_banner .top_text_box li > .graph_box > div:nth-child(1) .graph .t2{
    height: 0;
    background-color: #3076c4;
    animation-delay: 1.1s;
}
.top_banner .top_text_box li > .graph_box > div:nth-child(2) .graph .t1{
    height: 0;
    background-color: #c8c8c8;
    animation-delay: .9s;
}
.top_banner .top_text_box li > .graph_box > div:nth-child(2) .graph .t2{
    height: 0;
    background-color: #3076c4;
    animation-delay: 1.1s;
}
.top_banner.on .top_text_box li > .graph_box > div:nth-child(1) .graph .t1{
    animation-name: graph01;
}
.top_banner.on .top_text_box li > .graph_box > div:nth-child(1) .graph .t2{
    animation-name: graph02;
}
.top_banner.on .top_text_box li > .graph_box > div:nth-child(2) .graph .t1{
    animation-name: graph03;
}
.top_banner.on .top_text_box li > .graph_box > div:nth-child(2) .graph .t2{
    animation-name: graph04;
}
.top_banner .top_text_box li:nth-child(2) strong{
    margin-bottom: 26px;
}
@keyframes graph01 {
    0%{
        height: 0
    }
    100%{
        height: 57px;
    }
}
@keyframes graph02 {
    0%{
        height: 0
    }
    100%{
        height: 80px;
    }
}
@keyframes graph03 {
    0%{
        height: 0
    }
    100%{
        height: 76px;
    }
}
@keyframes graph04 {
    0%{
        height: 0
    }
    100%{
        height: 95px;
    }
}
.top_banner .top_text_box li:nth-child(2) strong img{}
.top_banner .top_text_box li:nth-child(2) > img{
    animation-duration: .5s;
    animation-delay: .7s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li:nth-child(2) > img{
    animation-name: top_text2;
}
.top_banner .top_text_box li:nth-child(2) .graph{
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: end;
    gap: 65px;
    padding-left: 0px !important;    
    width: unset;
}
.top_banner .top_text_box li:nth-child(2) .graph div{
    width: 75px;
    height: 30px;
    background-color: #ddd;
    border-radius: 3px;
    position: relative;
}
.top_banner .top_text_box li:nth-child(2) .graph .t1{
    height: 0;
    background-color: #c8c8c8;
    animation-duration: .3s;
    animation-delay: .9s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner .top_text_box li:nth-child(2) .graph .t2{
    height: 0;
    background-color: #3076c4;
    animation-duration: .3s;
    animation-delay: .9s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.top_banner.on .top_text_box li:nth-child(2) .graph .t1{
    animation-name: graph05;
}
.top_banner.on .top_text_box li:nth-child(2) .graph .t2{
    animation-name: graph06;
}
@keyframes graph05 {
    0%{
        height: 0
    }
    100%{
        height: 75px;
    }
}
@keyframes graph06 {
    0%{
        height: 0
    }
    100%{
        height: 85px;
    }
}
.top_banner .top_text_box li:nth-child(2) .graph b{
    font-family: 'GmarketSansBold';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #595959;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    animation-duration: .3s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
    padding-left: 2px;
}
.top_banner.on .top_text_box li:nth-child(2) .graph b{
    animation-name: top_text2;
}
.top_banner .top_text_box li:nth-child(2) .graph b span{
    font-family: 'GmarketSansLight';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #595959;
}
.top_banner .top_text_box li:nth-child(2) .graph .t2 b,
.top_banner .top_text_box li:nth-child(2) .graph .t2 b span{
    color: #ffeaea;
}

@keyframes top_text {
    0%{
        margin-top: 30px;
        opacity: 0;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes top_text2 {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.top_banner .top_table_content{
    position: absolute;
    top: 825px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
}
.top_banner .top_table_content > img{
    padding-left: 13px;
    position: relative;
    top: 0;
    z-index: 1;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner .top_table_content.on > img{    
    animation-name: top_table_content;
}
.top_banner .top_table_content .top_table_content_box{
    position: relative;
    top: 0;
    width: 1200px;
    height: 479px;
    border-radius: 1rem;
    background-image: url("../../images/2025/1205/top_text_box03.png");
    background-repeat: no-repeat;
    box-shadow: 0 14px 20px rgba(48, 118, 196, 0.55);
    margin-top: -41px;
    animation-duration: .3s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner .top_table_content.on .top_table_content_box{
    animation-name: top_table_content;
}
@keyframes top_table_content {
    0%{
        top: -30px;
        opacity: 0;
    }
    100%{
        top: 0px;
        opacity: 1;
    }
}
.top_banner .top_table_content .top_table_content_box strong{
    display: block;
    padding-top: 65px;
    animation-duration: .3s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner .top_table_content.on .top_table_content_box strong{
    animation-name: top_text2;
}
.top_banner .top_bizforms{
    position: absolute;
    top: 1414px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner .top_bizforms.on{
    animation-name: top_bizforms;
}
@keyframes top_bizforms {
    0%{
        margin-top: -20px;
        opacity: 0;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}
.top_banner .top_table_content .top_table_content_box .table_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.top_banner .top_table_content .top_table_content_box .table_box img:nth-child(1){
    position: relative;
    left: 0;
    z-index: 1;
    animation-duration: .3s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner .top_table_content .top_table_content_box .table_box img:nth-child(2){
    position: relative;
    left: 0;
    animation-duration: .3s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
}
.top_banner .top_table_content .top_table_content_box .table_box .table_arrow{
    position: absolute;
    top: 153px;
    left: 850px;
    animation-duration: .3s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: linear;
    z-index: 1;
}
.top_banner .top_table_content.on .top_table_content_box .table_box img:nth-child(1),
.top_banner .top_table_content.on .top_table_content_box .table_box img:nth-child(2){
    animation-name: table;
}
.top_banner .top_table_content.on .top_table_content_box .table_box .table_arrow{
    animation-name: table_arrow;
}
@keyframes table {
    0%{
        left: -10px;
        opacity: 0;
    }
    100%{
        left: 0px;
        opacity: 1;
    }
}
@keyframes table_arrow {
    0%{
        margin-left: -10px;
        opacity: 0;
    }
    100%{
        margin-left: 0px;
        opacity: 1;
    }
}
.top_table_content_box .table_box  table{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 970px;
    height: 296px;
    z-index: 11;
    opacity: 0;
    font-size: 0;
}
table {
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}
th {
    background-color: #2b7bc9;
    color: white;
    padding: 19px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
td {
    padding: 12px 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
tr:last-child td {
    border-bottom: none;
}
.category {
    background-color: #f8f9fa;
    font-weight: bold;
    padding-left: 20px;
}
.subcategory {
    font-size: 13px;
    color: #666;
}
.type {
    background-color: #fafafa;
}
.highlight {
    background-color: #e3f2fd;
    font-weight: bold;
}

.rate {
    font-weight: 500;
}

.hotclick_container{
    padding-top: 70px;
    position: relative;
    background-color: #1a1a1a;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #3076c4;
}
.hotclick_container .scroll_nav.on{
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    box-shadow: 3px 0px 7px rgb(0, 0, 0, 0.35);
    z-index: 111;
}
.hotclick_container .scroll_nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    background-color: #3076c4;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
    border-right: 1px solid #6f9fd6;
}
.hotclick_container .scroll_nav ul li:nth-child(1){
    border-left: 1px solid #6f9fd6;
}
.hotclick_container .scroll_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    
}
.hotclick_container .scroll_nav ul li a img{
    padding-top: 2px;
}
.hotclick_container .scroll_nav ul li a img:nth-child(2){
    display: none;
}
.hotclick_container .scroll_nav ul li.on a img:nth-child(1){
    display: none;
}
.hotclick_container .scroll_nav ul li.on a img:nth-child(2){
    display: block;
}
.hotclick_container .scroll_nav ul li.on a img{
    filter: unset;
}

.hotclick_container section{
    background-image: url("../../images/2025/1205/section01_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 820px;
    position: relative;
    box-sizing: border-box;
}
.hotclick_container .section02{
    background-image: url("../../images/2025/1205/section02_bg.jpg");
    width: 100%;
    height: 869px;
}
.hotclick_container .section03{
    background-image: url("../../images/2025/1205/section03_bg.jpg");
    width: 100%;
    height: 869px;
}
.hotclick_container .section04{
    background-image: url("../../images/2025/1205/section04_bg.jpg");
    width: 100%;
    height: 869px;
}
.hotclick_container .section05{
    background-image: url("../../images/2025/1205/section05_bg.jpg");
    width: 100%;
    height: 869px;
}
.hotclick_container section strong{
    display: block;
    padding-top: 48px;
}
.hotclick_container section strong img{}
.hotclick_container section .section_content{
    display: inline-block;
    position: relative;
    border-radius: 10px;
    margin-top: 49px;
}
.hotclick_container section .section_content::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.65);
    mix-blend-mode: overlay;
    border-radius: 10px;
}
.hotclick_container section .section_content .content_box{
    position: absolute;
    top: 0;
    left: 584px;
    padding-left: 112px;
    z-index: 1;
}
.hotclick_container section .section_content .content_box span{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #3076c4;
    font-weight: bold;
    display: block;
    margin-top: 31px;
    position: relative;
    left: -14px;
}
.hotclick_container section .section_content .content_box span i{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #3076c4;
    font-weight: bold;
    margin-top: 31px;
}
.hotclick_container section .section_content .content_box > b{
    font-family: 'GmarketSansBold';
    font-size: 40px;
    letter-spacing: -0.05em;
    color: #3076c4;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    position: relative;
    left: -14px;
}
.hotclick_container section .section_content .content_box ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.hotclick_container section .section_content .content_box ul li{
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 400;
    line-height: 43px;
    background-color: #fff;
    text-align: left;
    width: 430px;
    height: 46px;
    border-radius: 10px;
    padding-left: 21px;
}
.hotclick_container section .section_content .content_box ul li b{
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 700;
    line-height: 43px;
}
.hotclick_container section .section_content .content_box a{
    display: inline-block;
    margin-top: 21px;
    position: relative;
}
.hotclick_container section .section_content .content_box a::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 325px;
    width: 41px;
    height: 20px;
    background-image: url("../../images/2025/1205/button_arrow.png");
    background-repeat: no-repeat;
    background-size: 41px 20px;
    background-position: 0 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.hotclick_container section .section_content .content_box a:hover::after{
    animation-name: content_box_button;
}
@keyframes content_box_button {
    0%{
        margin-left: 0;
    }
    50%{
        margin-left: 5px;
    }
    100%{
        margin-left: 0;
    }
}

.hotclick_container .list3{}
.hotclick_container .list3 strong{
    position: relative;
    top: -30px;
    padding-top: 0;
}
.hotclick_container .list3 strong img{}
.hotclick_container .list3 ul{
    display: inline-flex;
    gap: 30px;
    margin-top: 18px;
}
.hotclick_container .section04.list3 ul,
.hotclick_container .section05.list3 ul{
    gap: 40px;
}
.hotclick_container .list3 ul li{
    position: relative;
}
.hotclick_container .list3 ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.3);
    mix-blend-mode: overlay;
    border-radius: 10px;
}
.hotclick_container .list3 ul li > img{}
.hotclick_container .list3 ul li a{
    position: absolute;
    top: 162px;
    left: 274px;
    display: inline-block;
    z-index: 1;
    animation-name: button;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.hotclick_container .list3 ul li a:hover{
}
.hotclick_container .list3 ul li:nth-child(1) a{}
.hotclick_container .list3 ul li:nth-child(2) a{
    animation-delay: 0.333s;
}
.hotclick_container .list3 ul li:nth-child(3) a{
    animation-delay: 0.666s;
}
@keyframes button {
    0%{
        margin-top: 0;
    }
    50%{
        margin-top: -10px
    }
    100%{
        margin-top: 0;
    }
}
.hotclick_container .section04.list3 ul li a,
.hotclick_container .section05.list3 ul li a{
    top: 162px;
    left: 375px;
}
.hotclick_container .list3 ul li a img{}



.excel_bottom{
    position: relative;
    background-image: url("../../images/2025/0714/bt_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 826px;
    overflow: hidden;
    padding-top: 120px;
}
.excel_bottom ul{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 23px;
}
.excel_bottom ul li a{
    display: inline-block;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.excel_bottom ul li a:hover{
    animation-name: pick;
}
.excel_bottom ul li:nth-child(1){
    margin-top: -6px;
    margin-left: -11px;
}
.excel_bottom ul li:nth-child(2){
    margin-top: -22px;
    margin-left: -11px;
}
@keyframes pick {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    }
    75%{
        transform: rotate(3deg);
    }
    100%{
        transform: rotate(0deg);
    }
}










.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;}