@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/0202/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 551px;
    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_dot01{
    top: 78px;
    left: calc(50% - 22px);
    animation-name: dot;
    animation-duration: .3s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_dot02{
    top: 78px;
    left: calc(50% + 12px);
    animation-name: dot;
    animation-duration: .3s;
    animation-delay: .6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text01{
    top: 93px;
    left: 50%;
    transform: translateX(-50%) rotate(-35deg);
    transform-origin: bottom;
    animation-name: text01;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .image_box .top_text02{
    top: 197px;
    left: calc(50% - 340px);
    animation-name: text02;
    animation-duration: .3s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text03{
    top: 134px;
    left: calc(50% - 460px);
    animation-name: text03;
    animation-duration: .3s;
    animation-delay: .6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text04{
    top: 180px;
    left: calc(50% + 242px);
    animation-name: text03;
    animation-duration: .3s;
    animation-delay: .8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text05{
    top: 254px;
    left: calc(50% - 621px);
    animation-name: text03;
    animation-duration: .3s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .top_text06{
    top: 386px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: text03;
    animation-duration: .3s;
    animation-delay: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes text01 {
    0%{
        opacity: 0;
        transform: translateX(-50%) rotate(-35deg);
        margin-left: -35px;
        margin-top: 15px;
        transform-origin: bottom;
    }
    100%{
        opacity: 1;
        transform: translateX(-50%) rotate(0deg);
        margin-left: 0px;
        margin-top: 0;
        transform-origin: bottom;
    }
}
@keyframes text02 {
    0%{
        opacity: 0;
        margin-left: -30px;
    }
    100%{
        opacity: 1;
        margin-left: 0px;
    }
}
@keyframes text03 {
    0%{
        opacity: 0;
        margin-top: 30px;
    }
    100%{
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes dot {
    0%{
        opacity: 0;
        transform: scale(1.5);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}


.hotclick_container{
    position: relative;
}
.hotclick_container .top_img01{
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.hotclick_container .top_content{
    background-image: url("../../images/2026/0202/hotclick_container_top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2481px;
    position: relative;
    overflow: hidden;
}
.hotclick_container .top_content .top_content_title{
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 6px;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}
.hotclick_container .top_content.on .top_content_title{
    animation-name: top_content_title;
}
.hotclick_container .top_content .container_wrap > strong{
    font-size: 35px;
    letter-spacing: -0.06em;
    line-height: 50px;
    font-weight: 500;
    color: #e1e1e1;
    display: block;
    margin-top: 84px;
}
.hotclick_container .top_content .container_wrap > strong.title01{
    opacity: 0;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.hotclick_container .top_content.on .container_wrap > strong.title01{
    animation-name: top_content_title;
}
@keyframes top_content_title {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.hotclick_container .top_content .container_wrap > strong.title02{
    color: #fff;
    margin-top: 35px;
    position: relative;
    opacity: 0;
    animation-delay: 0.3s;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.hotclick_container .top_content.on2 .container_wrap > strong.title02{
    animation-name: title02;
}
@keyframes title02 {
    0%{
        top: -20px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}
.hotclick_container .top_content .container_wrap > strong.title03{
    margin-top: 143px;
}
.hotclick_container .top_content .container_wrap > strong.title02 span{
    font: inherit;
    font-weight: 700;
    color: #f79538;
}
.hotclick_container .top_content .container_wrap > strong.title02 b{
    font: inherit;
    font-weight: 700;
}
.hotclick_container .top_content .list01{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 44px;
}
.hotclick_container .top_content .list01 li{
    background-image: url("../../images/2026/0202/top_content_list_box.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 285px;
    height: 180px;
    box-shadow: 7px 12px 20px rgba(0, 0, 0, 0.65);
    border-radius: 15px;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    position: relative;
    transform:rotateY(90deg);
}
.hotclick_container .top_content.on .list01 li{
    animation-name: list01;
}
.hotclick_container .top_content .list01 li:nth-child(1){
    animation-delay: 0.5s;
}
.hotclick_container .top_content .list01 li:nth-child(2){
    animation-delay: 0.6s;
}
.hotclick_container .top_content .list01 li:nth-child(3){
    animation-delay: 0.7s;
}
.hotclick_container .top_content .list01 li:nth-child(4){
    animation-delay: 0.8s;
}
@keyframes list01 {
    0%{
        transform:rotateY(90deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.hotclick_container .top_content .list01 li p{
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #383838;
    line-height: 30px;
    font-weight: 300;
    margin-top: 29px;
}
.hotclick_container .top_content .list01 li b{
    font: inherit;
    font-weight: 700;
}
.hotclick_container .top_content .top_content_arrow{
    margin-top: 40px;
    position: relative;
    opacity: 0;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.hotclick_container .top_content.on2 .top_content_arrow{
    animation-name: arrow
}
@keyframes arrow {
    0%{
        opacity: 0;
        top: -20px;
    }
    100%{
        opacity: 1;
        top: 0px;
    }
}
.hotclick_container .top_content .top_content_line{
    display: block;
    margin: 45px auto 23px;
    opacity: 0;
    animation-delay: .6s;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.hotclick_container .top_content.on2 .top_content_line{
    animation-name: line;
}
@keyframes line {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.hotclick_container .top_content .list02{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.hotclick_container .top_content .list02 li{
    width: 285px;
    position: relative;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform:rotateX(90deg);
}
.hotclick_container .top_content .list02 li:nth-child(1){
    margin-left: 0;
}
.hotclick_container .top_content.on2 .list02 li{
    animation-name: list02;
}
.hotclick_container .top_content .list02 li:nth-child(1){
    animation-delay: 0.8s;
}
.hotclick_container .top_content .list02 li:nth-child(2){
    animation-delay: 0.9s;
}
.hotclick_container .top_content .list02 li:nth-child(3){
    animation-delay: 1s;
}
.hotclick_container .top_content .list02 li:nth-child(4){
    animation-delay: 1.1s;
}
@keyframes list02 {
    0%{
        transform:rotateX(90deg);
    }
    100%{
        transform: rotateX(0deg);
    }
}
.hotclick_container .top_content .list02 li img{
    margin-left: -11px;
}
.hotclick_container .top_content .list02 li span{
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #e88c35;
    font-weight: 400;
}
.hotclick_container .top_content .list02 li b{
    position: absolute;
    top: 147px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 700;
}
.hotclick_container .top_content .list02 li p{
    position: absolute;
    top: 196px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 24px;
    color: #fff;
    width: 100%;
}
.hotclick_container .top_content .list03{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 121px;
    column-gap: 45px;
    row-gap: 174px;
}
.hotclick_container .top_content .list03 li{}
.hotclick_container .top_content .list03 li a{
    display: inline-block;
    position: relative;
    width: 370px;
    height: 360px;
}
.hotclick_container .top_content .list03 li a > img{
    margin-top: -79px;
    margin-left: -12px;
}
.hotclick_container .top_content .list03 li a > .arrow{
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 316px;
    left: 273px;
    background-color: #f79538;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-duration: .7s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.hotclick_container .top_content .list03 li a:hover > .arrow{
    animation-name: arrow02;
}
@keyframes arrow02 {
    0%{
        margin-left: 0;
    }
    50%{
        margin-left: 10px;
    }
    100%{
        margin-left: 0px;
    }
}
.hotclick_container .top_content .list03 li:nth-child(2) a > .arrow{
    background-color: #adb0fd;
}
.hotclick_container .top_content .list03 li:nth-child(3) a > .arrow{
    background-color: #fff263;
    left: 291px;
}
.hotclick_container .top_content .list03 li:nth-child(4) a > .arrow{
    background-color: #82fa8e
}
.hotclick_container .top_content .list03 li:nth-child(5) a > .arrow{
    background-color: #ff93d8
}


.bottom_content{
    padding-top: 70px;
    position: relative;
    background-image: url("../../images/2026/0202/bottom_content_bg.jpg");
    background-repeat: no-repeat;
    background-position: center 70px;
    width: 100%;
    height: 5978px;
    position: relative;
    overflow: hidden;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f79538;
    /* 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: #f79538;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
    border-right: 1px solid #f9b574;
}
.hotclick_container .scroll_nav ul li:nth-child(1){
    border-left: 1px solid #f9b574;
}
.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 .bottom_content .bottom_content_title{
    display: block;
    margin-top: 128px !important;
}
.hotclick_container section{
    padding-bottom: 100px;
}
.hotclick_container section strong{
    display: block;
    margin-top: 100px;
}
.hotclick_container #section01 strong{
    margin-top: 62px;
}
.hotclick_container section strong img{}
.hotclick_container section .talk{
    background-image: url("../../images/2026/0202/section01_talk.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 411px;
    position: relative;
    margin: 50px 0 40px;
}
.hotclick_container #section02 .talk{
    background-image: url("../../images/2026/0202/section02_talk.png");
}
.hotclick_container #section03 .talk{
    background-image: url("../../images/2026/0202/section03_talk.png");
}
.hotclick_container #section04 .talk{
    background-image: url("../../images/2026/0202/section04_talk.png");
    height: 440px;
}
.hotclick_container #section05 .talk{
    background-image: url("../../images/2026/0202/section05_talk.png");
    height: 440px;
}
/* .hotclick_container section .talk:after {    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 7px 12px 20px rgba(0, 0, 0, 0.65);
    mix-blend-mode: overlay;
    border-radius: 15px;
} */
.hotclick_container section .talk > ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 411px;
    padding-bottom: 91px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.hotclick_container #section04 .talk > ul,
.hotclick_container #section05 .talk > ul{
    height: 440px;
}
.hotclick_container section .talk > ul:after {    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 7px 12px 20px rgba(0, 0, 0, 0.65);
    mix-blend-mode: overlay;
    border-radius: 15px;
}
.hotclick_container section .talk > ul li{
    position: relative;
    padding: 0 40px 0 20px;
    display: none;
}
.hotclick_container section .talk > ul li img:nth-child(2){
    position: relative;
    z-index: 1;
}
.hotclick_container section .talk > ul li.left_talk{
    text-align: left;
    margin-bottom: 37px;
}
.hotclick_container #section01 .talk > ul li.right_talk,
.hotclick_container #section02 .talk > ul li.right_talk,
.hotclick_container #section03 .talk > ul li.right_talk{
    text-align: right;
    margin-bottom: 15px;
}
.hotclick_container #section04 .talk > ul li.right_talk,
.hotclick_container #section05 .talk > ul li.right_talk{
    text-align: right;
    margin-bottom: 29px;
}
.hotclick_container section .talk > ul li.left_talk .text_box{
    position: absolute;
    top: 22px;
    left: 97px;
}
.hotclick_container section .talk > ul li.right_talk .text_box{
    position: absolute;
    top: 23px;
    right: 117px;
}
.hotclick_container section .talk .text_box:after {    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 7px 12px 20px rgba(0, 0, 0, 0.65);
    mix-blend-mode: overlay;
    border-radius: 55px;
}
.hotclick_container section .talk .chat_box {    
    position: absolute;
    bottom: 20px;
    left: 20px;
    border: 2px solid #c9c9c9;
    border-radius: 5px;
    width: 510px;
    height: 50px;
    overflow: hidden;
    text-align: left;
    animation-duration: .1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 2;
}
.hotclick_container section .talk.red .chat_box{
    border: 2px solid #d20000;
    animation-name: talk;
}
@keyframes talk {
    0%{
        left: 20px;
    }
    33%{
        left: 25px;
    }
    66%{
        left: 15px
    }
    100%{
        left: 20px;
    }
}
.hotclick_container section .talk .chat_box input{
    width: 425px;
    height: 100%;
    line-height: 1.2;
    background-color: transparent;
    padding: 0 20px;
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    font-family: "Noto Sans KR","Sans-serif";
    z-index: 1;
}
.hotclick_container section .talk.red .chat_box input{
    color: #d20000;
}
.hotclick_container section .talk .chat_box button{
    position: absolute;
    top: -2px;
    right: 0;
    width: 82px;
    height: 50px;
    background-color: #c9c9c9;
}
.hotclick_container section .talk.red .chat_box button{
    background-color: #d20000;
}
.hotclick_container section .talk .chat_box button span{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 2px;
}
.hotclick_container section .talk .right_content{
    position: absolute;
    top: 0;
    right: 0;
    width: 650px;
    height: 100%;
}
.hotclick_container section .talk .right_content:after {    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    box-shadow: 7px 12px 20px rgba(0, 0, 0, 0.65);
    mix-blend-mode: overlay;
    border-radius: 15px;
}
.hotclick_container section .talk .right_content .content_title{
    margin-top: 45px;
}
.hotclick_container #section05 .talk .right_content .content_title{
    margin-top: 43px;
}
.hotclick_container section .talk .right_content .content_title img{}
.hotclick_container section .talk .right_content > p{
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #252525;
    line-height: 27px;
    font-weight: 400;
    margin-top: 14px;
}
.hotclick_container section .talk .right_content > p b{
    font: inherit;
    font-weight: 700;
}
.hotclick_container section .talk .right_content .check_point{
    margin-top: 48px;
    margin-bottom: 18px;
    padding-left: 233px;
    text-align: left;
}
.hotclick_container section .talk .right_content .check_point img{}
.hotclick_container section .talk .right_content ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
    width: 470px;
    text-align: left;
}
.hotclick_container section .talk .right_content ul li{
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background-color: #fff;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hotclick_container #section04 .talk .right_content ul li:nth-child(1),
.hotclick_container #section05 .talk .right_content ul li:nth-child(1){
    height: 80px;
}
.hotclick_container section .talk .right_content ul li img{
}
.hotclick_container #section04 .talk .right_content ul li:nth-child(1) img,
.hotclick_container #section05 .talk .right_content ul li:nth-child(1) img{
    padding-bottom: 27px;
}
.hotclick_container section .talk .right_content ul li span{
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 400;
    padding-bottom: 2px;
    display: inline-block;
}
.hotclick_container #section04 .talk .right_content ul li span,
.hotclick_container #section05 .talk .right_content ul li span{
    line-height: 29px;
}

.hotclick_container section .container_wrap > ul{
    display: inline-flex;
    gap: 20px;
}
.hotclick_container section .container_wrap > ul li{}
.hotclick_container section .container_wrap > ul li a{
    display: inline-block;
    position: relative;
    top: 0px;
    transition: all .3s;
}
.hotclick_container section .container_wrap > ul li a:hover{
    top: -10px;
}
.hotclick_container section .container_wrap > ul li a:after {    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 7px 12px 20px rgba(0, 0, 0, 0.65);
    mix-blend-mode: overlay;
    border-radius: 15px;
}
.hotclick_container section .container_wrap > ul li a img{}
.hotclick_container section .container_wrap > ul li a .list_img{
    position: absolute;
    top: 30px;
    left: 187px;
}
.hotclick_container section .container_wrap > ul li a .list_img:after {    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 7px 12px 20px rgba(0, 0, 0, 0.65);
    mix-blend-mode: overlay;
    border-radius: 50%;
}


.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;}