@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/2026/0603/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1389px;
    position: relative;
    overflow: hidden;
}
.top_banner .address_text{
    position: absolute;
    top: 70px;
    left: calc(50% - 267px);
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_banner .address_text p{
    font-size: 24px;
    letter-spacing: -0.06em;
    color: #ff5629;
    font-family: 'GmarketSansMedium';
    padding-top: 5px;
}
.top_banner .images{}
.top_banner .images img{
    position: absolute;
    top: 0;
    left: 0;
}
.top_banner .images .top_text01{
    top: 173px;
    left: calc(50% - 85px);
    transform-origin: right center;
    animation-name: topText01Drop;
    animation-duration: 0.46s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
@keyframes topText01Drop {
    0%   { transform: rotate(30deg); }
    65%  { transform: rotate(-5deg); }
    80%  { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}
.top_banner .images .top_text02{
    top: 254px;
    left: calc(50% - 375px);
    transform-origin: center top;
    animation-name: topText02Swing;
    animation-duration: 0.77s;
    animation-delay: 0.95s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
@keyframes topText02Swing {
    0%   { opacity: 0; transform: perspective(500px) rotateX(-35deg); }
    35%  { opacity: 1; transform: perspective(500px) rotateX(20deg); }
    55%  { transform: perspective(500px) rotateX(-13deg); }
    70%  { transform: perspective(500px) rotateX(7deg); }
    83%  { transform: perspective(500px) rotateX(-3deg); }
    100% { opacity: 1; transform: perspective(500px) rotateX(0deg); }
}
.top_banner .images .top_text03{
    top: 276px;
    left: calc(50% - 38px);
    animation-name: topText03SlideIn;
    animation-duration: 0.35s;
    animation-delay: 1.72s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}
@keyframes topText03SlideIn {
    0%   { opacity: 0; transform: translateX(50px); }
    100% { opacity: 1; transform: translateX(0); }
}
.top_banner .images .top_text04{
    top: 397px;
    left: calc(50% - 342px);
    animation-name: topText04SlideUp;
    animation-duration: 0.35s;
    animation-delay: 2.35s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}
@keyframes topText04SlideUp {
    0%   { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0); }
}
.top_banner .images .top_arrow{
    top: 189px;
    left: calc(50% - 195px);
    transform-origin: right top;
    animation-name: topArrowAppear;
    animation-duration: 0.49s;
    animation-delay: 0.46s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}
@keyframes topArrowAppear {
    0%   { opacity: 0; transform: rotate(180deg) scale(0.4); }
    65%  { opacity: 1; transform: rotate(-15deg) scale(1.05); }
    82%  { transform: rotate(7deg) scale(1); }
    100% { opacity: 1; transform: rotate(0deg) scale(1); }
}
.top_banner .images .top_mouse{
    top: 328px;
    left: calc(50% - 82px);
    animation-name: topMouseSlideIn;
    animation-duration: 0.45s;
    animation-delay: 1.72s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}
@keyframes topMouseSlideIn {
    0%   { opacity: 0; transform: translate(50px, 50px); }
    100% { opacity: 1; transform: translate(0, 0); }
}
.top_banner .images .top_check{
    top: 192px;
    left: calc(50% + 248px);
    animation-name: topCheckStamp;
    animation-duration: 0.28s;
    animation-delay: 2.07s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in;
}
@keyframes topCheckStamp {
    0%   { opacity: 0; transform: scale(1.6); }
    25%  { opacity: 1; }
    55%  { transform: scale(0.88); }
    75%  { transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}
.top_banner .images .money{
    top: 489px;
    left: calc(50% + 331px);
    z-index: 1;
}
.top_banner .images .top_content{
    top: 522px;
    left: calc(50% - 614px);
    transform-origin: left top;
    animation-name: topContentUnfold;
    animation-duration: 0.56s;
    animation-delay: 2.70s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}
@keyframes topContentUnfold {
    0%   { opacity: 0; transform: scale(0, 0) rotate(-6deg); }
    20%  { opacity: 1; }
    45%  { transform: scale(1.05, 0.2) rotate(-2deg); }
    70%  { transform: scale(1.02, 1.04) rotate(0.5deg); }
    100% { opacity: 1; transform: scale(1, 1) rotate(0deg); }
}
.top_banner .images .top_content_arrow{
    top: 583px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: fadeInSoft;
    animation-duration: 0.35s;
    animation-delay: 3.43s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
.top_banner .images .top_text05{
    top: 542px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: fadeInSoft;
    animation-duration: 0.35s;
    animation-delay: 3.26s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
.top_banner .images .top_text06{
    top: 670px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: fadeInSoft;
    animation-duration: 0.35s;
    animation-delay: 3.61s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
.top_banner .images .top_table{
    top: 820px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: fadeInSoft;
    animation-duration: 0.35s;
    animation-delay: 3.78s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
.top_banner .images .top_text07{
    top: 1040px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: fadeInSoft;
    animation-duration: 0.35s;
    animation-delay: 3.96s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
.top_banner .images .top_text08{
    top: 1192px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: fadeInSoft;
    animation-duration: 0.35s;
    animation-delay: 4.13s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadeInSoft {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

.hotclick_container{
    padding-top: 70px;
    position: relative;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f97653;
    /* border-top: 1px solid #f9b574;
    border-bottom: 1px solid #f9b574; */
}
.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: #f97653;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
    border-right: 1px solid #fb9f87;
}
.hotclick_container .scroll_nav ul li:nth-child(1){
    border-left: 1px solid #fb9f87;
}
.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/2026/0603/section01_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1243px;
    position: relative;
    overflow: hidden;
}
.hotclick_container .section02{
    background-image: url("../../images/2026/0603/section02_bg.jpg");
    height: 935px;
}
.hotclick_container .section03{
    background-image: url("../../images/2026/0603/section03_bg.jpg");
    height: 935px;
}
.hotclick_container .section04{
    background-image: url("../../images/2026/0603/section04_bg.jpg");
    height: 948px;
}
.hotclick_container .section05{
    background-image: url("../../images/2026/0603/section05_bg.jpg");
    height: 963px;
}
.hotclick_container section strong{
    position: relative;
    z-index: 1;
    padding-top: 100px;
    display: inline-block;
}
.hotclick_container section .section01_content{
    position: relative;
    margin-top: -21px;
    display: inline-block;
}
.hotclick_container section .section01_content > img{
    margin: -2px 0 0 -14px;
}
.hotclick_container section .section01_content > a{
    display: inline-block;
    position: absolute;
    top: 607px;
    left: 690px;
}
.hotclick_container section .section01_content > a > img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 308px;
    transform: translateY(-50%);
    animation-name: arrow;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes arrow {
    0%{
        margin-left: 0px;
    }
    50%{
        margin-left: 5px;
    }
    100%{
        margin-left: 0px
    }
}
.hotclick_container section .section01_content > a > img:nth-child(3){
    position: absolute;
    top: 29px;
    left: 366px;
}
.hotclick_container section ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}
.hotclick_container section ul.t2{
    gap: 40px;
}
.hotclick_container section ul li{
    width: 380px;
    height: 537px;
    position: relative;
}
.hotclick_container section ul.t2 li{
    width: 580px;
    height: 551px;
}
.hotclick_container section ul.t3 li{
    width: 580px;
    height: 566px;
}
.hotclick_container section ul li > img{
    margin-top: -2px;
    margin-left: -14px;
}
.hotclick_container section ul li a{
    position: absolute;
    top: 182px;
    left: 274px;
    display: inline-block;
    z-index: 1;
    animation-name: button;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.hotclick_container section ul.t2 li a{
    left: 374px;
}
.hotclick_container section ul.t3 li a{
    left: 374px;
}
.hotclick_container section ul li:nth-child(1) a{
    animation-delay: 0.2s;
}
.hotclick_container section ul li:nth-child(2) a{
    animation-delay: 0.4s;
}
@keyframes button {
    0%{
        margin-top: 0;
    }
    50%{
        margin-top: -10px
    }
    100%{
        margin-top: 0;
    }
}

.excel_bottom{
    position: relative;
    background-image: url("../../images/2025/0714/bt_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 816px;
    overflow: hidden;
    padding-top: 120px;
}
.excel_bottom ul{
    display: flex;
    justify-content: center;
    margin-top: 48px;
    gap: 50px;
}
.excel_bottom ul li a{
    display: inline-block;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    width: 530px;
    height: 419px;
}
.excel_bottom ul li a:hover{
    animation-name: pick;
}
.excel_bottom ul li:nth-child(1) img{
    margin-top: -6px;
    margin-left: -11px;
    pointer-events: none;
}
.excel_bottom ul li:nth-child(2) img{
    margin-top: -22px;
    margin-left: -11px;
    pointer-events: none;
}
@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;}