@font-face {
    font-family: '770Balsa';
    src: url('./770Balsa-Regular.ttf') 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/0119/bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.top_banner .image_box img{
    position: absolute;
}
.top_banner .image_box .top_bg{
    top: 258px;;
    left: 50%;
    transform: translateX(-50%);
    z-index: 98;
}
.top_banner .image_box .top_text01{
    top: 122px;
    left: calc(50% - 70px);
    transform: translateX(-50%);
    z-index: 2;
    animation-name: text;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
    opacity: 0;
}
.top_banner .image_box .top_text02{
    top: 290px;
    left: calc(50% - -105px);
    transform: translateX(-50%);
    z-index: 2;
    animation-name: text;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
    opacity: 0;
}
.top_banner .image_box .top_text03{
    top: 345px;
    left: calc(50% - 40px);
    transform: translateX(-50%);
    z-index: 2;
    animation-name: text;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
    opacity: 0;
}
.top_banner .image_box .top_text04{
    top: 505px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    animation-name: text;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
    opacity: 0;
}
.top_banner.on .image_box .top_text04{
    opacity: 1;
    margin-left: 0px;
}

.top_banner .image_box .sun{
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.top_banner .image_box .bird01{
    top: 452px;
    left: calc(50% + 445px);
    z-index: 99;
    transform: translateX(-50%);
    animation-name: bird01;
    animation-duration: 2.2s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .bird02{
    top: 50px;
    right: calc(50% + 415px);
    z-index: 2;
    animation-name: bird02;
    animation-duration: 3s;
    animation-delay: 3.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .bird03{
    top: 145px;
    right: calc(50% + 240px);
    z-index: 2;
    animation-name: bird03;
    animation-duration: 2s;
    animation-delay: 3.4s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img01{
    top: 467px;
    left: calc(50% + -150px);
	z-index: 97;
    animation-name: bird04;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img02{
    top: 474px;
    left: -50px;
	z-index: 2;
    animation-name: bird05;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img03{
    top: 390px;
    right: 535px;
	z-index: 2;
    animation-name: bird04;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .image_box .img04{
    top: 380px;
	transform: translateX(-50%);
	z-index: 2;
    animation-name: bird04;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.top_banner .image_box .img05{
    top: 240px;
	transform: translateX(-55%);
	z-index: 2;
    animation-name: star;
    animation-duration: 2.5s;
    animation-delay: 4.6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes text {
    0%{
        opacity: 0;
        margin-top: 50px;
    }
    100%{
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes bird01 {
    0%{
        opacity: 0;
        margin-top: -50px;
        margin-left: 50px;
    }
    100%{
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes bird02 {
    0%{
        opacity: 0;
        margin-left: 50px;
    }
    100%{
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes bird03 {
    0%{
        opacity: 0;
        margin-top: 50px;
        margin-left: 50px;
    }
    100%{
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes bird04 {
    0%{
        opacity: 0;
        margin-left: 50px;
    }
    100%{
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes bird05 {
    0%{
        opacity: 0;
        margin-left: 350px;
    }
    100%{
        opacity: 1;
        margin-left: 400px;
    }
}

@keyframes star {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.top_content .bubble1{
	transform: translateY(200px); 
	opacity: 0;
}
.top_content.img_up .bubble1{
	animation: img_up 0.8s 0.3s; 
	animation-fill-mode: both; 
	opacity: 1;
}
.top_content .bubble2{
	top: 40px;
	position: relative;
	transform: translateY(200px);
	opacity: 0;
}
.top_content.img_up .bubble2{
	animation: img_up 0.8s 0.6s; animation-fill-mode: both; opacity: 1;
}
.top_content .bubble3{
	transform: translateY(200px); 
	opacity: 0;
}
.top_content.img_up .bubble3{
	animation: img_up 0.8s 0.9s; 
	animation-fill-mode: both; 
	opacity: 1;
}
.top_content .bubble4{
	top: 40px;
	position: relative;
	transform: translateY(200px);
	opacity: 0;
}
.top_content.img_up .bubble4{
	animation: img_up 0.8s 1.2s; 
	animation-fill-mode: both; 
	opacity: 1;
}
.top_content .line{
	margin-top:40px;
	position: relative;
	transform: 0;
	opacity: 0;
}
.top_content.img_up .line{
	animation: img_up 1s 1.4s; 
	animation-fill-mode: both; 
	opacity: 1;
}

.sb01 .go{
    position: absolute;
    bottom: 25px;
    left: 390px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.sb01:hover .go{
    animation-name: button2;
}
@keyframes button2 {
    0%{
        margin-left: 0px;
    }
    50%{
        margin-left: 5px;
    }
    100%{
        margin-left: 0px;
    }
}
@keyframes img_up{
	100%{ transform:translateY(0); opacity:1;}
	}


.top_content{
    background-image: url("../../images/2026/0119/cont01_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1755px;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}
.top_content ul{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.top_content ul li{
    position: relative;
    z-index: 1;
}
.top_content ul li img{}
.top_content ul li p{
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 28px;;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.top_content .top_content_box{
    margin-top: 35px;
    position: relative;
    margin-bottom: 30px;
}
.top_content .top_content_box .top_content_box_text{
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.hotclick_container{
    padding-top: 90px;
    position: relative;
    background-color: #f6bf7e;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f6bf7e;
}
.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: #f6bf7e;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
    border-right: 1px solid #ffdcb2;
}
.hotclick_container .scroll_nav ul li:nth-child(1){
    border-left: 1px solid #ffdcb2;
}
.hotclick_container .scroll_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    
}
.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/0119/cont02_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1350px;
    position: relative;
    overflow: hidden;
    padding: 110px 0px 100px;
    box-sizing: border-box;
}
.hotclick_container .section02{
    background-image: url("../../images/2026/0119/cont03_bg.jpg");
    height: 857px;
    padding: 100px 0px 100px;
}
.hotclick_container .section03{
    background-image: url("../../images/2026/0119/cont04_bg.jpg");
    height: 1367px;
    padding-bottom: 100px;
}
.hotclick_container .section04{
    background-image: url("../../images/2026/0119/cont05_bg.jpg");
    height: 1367px;
    padding-bottom: 100px;
}
.hotclick_container .section05{
    background-image: url("../../images/2026/0119/cont06_bg.jpg");
    height: 1367px;
    padding-bottom: 100px;
}
.hotclick_container .section06{
    background-image: url("../../images/2026/0119/cont07_bg.jpg");
    height: 1367px;
    padding-bottom: 100px;
}
.hotclick_container section .section_title{}
.hotclick_container section .section_title img{}
.hotclick_container section .section_title p{
    font-size: 23px;
    letter-spacing: -0.06em;
    line-height: 35px;
    color: #44210a;
    font-weight: 400;
    margin-top: 21px;
}
.hotclick_container .section01 .section_title p{
    font-size: 23px;
    letter-spacing: -0.06em;
    line-height: 45px;
    color: #44210a;
    font-weight: 400;
    margin-top: 10px;
}

.section_title strong{
	font-size: 23px;
	font-weight: 700;
}
.section01 .free_w{
	background-image: url("../../images/2026/0119/cont02_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
	width: 1200px;
	height: 955px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	margin-top: 55px;
}
.section01 .free_design{
	grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 105px
}
.section01 li:nth-child(1) .down01{
    position: absolute;
    bottom: 34px;
    left: 355px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.section01 li:nth-child(1) .down02{
    position: absolute;
    bottom: 25px;
    left: 350px;
}
.section01 li:nth-child(2) .down01{
    position: absolute;
    bottom: 34px;
    left: 305px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.section01 li:nth-child(2) .down02{
    position: absolute;
    bottom: 25px;
    left: 300px;
}
.section01 li:nth-child(3) .down01{
    position: absolute;
    bottom: 34px;
    left: 358px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.section01 li:nth-child(3) .down02{
    position: absolute;
    bottom: 25px;
    left: 353px;
}
.section01 li:nth-child(4) .down01{
    position: absolute;
    bottom: 34px;
    left: 365px;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
}
.section01 li:nth-child(4) .down02{
    position: absolute;
    bottom: 25px;
    left: 360px;
}

.section01 li:hover .down01{
    animation-name: button;
}
@keyframes button {
    0%{
        margin-bottom: 0px;
    }
    50%{
        margin-bottom: 5px;
    }
    100%{
        margin-bottom: 0px;
    }
}
.hotclick_container section ul{
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 70px;
    margin-top: 60px
}
.hotclick_container .section02 ul{
    margin-top: 70px;
	grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.hotclick_container .section03 ul{
	grid-row-gap: 65px;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.hotclick_container .section04 ul{
	grid-row-gap: 65px;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.hotclick_container .section05 ul{
	grid-row-gap: 65px;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.hotclick_container .section06 ul{
    grid-column-gap: 65px;
	grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.hotclick_container section ul li{
    position: relative;
    top: 0px;
    transition: all .3s;
}
.hotclick_container section ul li:hover{
    top: -10px;
}

.bottom_content{
    background-image: url("../../images/2026/0119/cont08_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1160px;
    position: relative;
    overflow: hidden;
	padding-top: 80px;
}
.bottom_content .bubble1{
	transform: translateY(200px); 
	opacity: 0;
}
.bottom_content.img_up .bubble1{
	animation: img_up 0.8s 0.3s; 
	animation-fill-mode: both; 
	opacity: 1;
}
.bottom_content .bubble2{
	top: 40px;
	position: relative;
	transform: translateY(200px);
	opacity: 0;
}
.bottom_content.img_up .bubble2{
	animation: img_up 0.8s 0.6s; animation-fill-mode: both; opacity: 1;
}
.bottom_content .bubble3{
	transform: translateY(200px); 
	opacity: 0;
}
.bottom_content.img_up .bubble3{
	animation: img_up 0.8s 0.9s; 
	animation-fill-mode: both; 
	opacity: 1;
}
.bottom_content .bubble4{
	top: 40px;
	position: relative;
	transform: translateY(200px);
	opacity: 0;
}
.bottom_content.img_up .bubble4{
	animation: img_up 0.8s 1.2s; 
	animation-fill-mode: both; 
	opacity: 1;
}
.bottom_content ul{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.bottom_content ul li{
    position: relative;
    z-index: 1;
}
.bottom_content ul li img{}
.bottom_content ul li p{
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 28px;;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.bottom_content .bottom_content_box{
    margin-top: 90px;
    position: relative;
    margin-bottom: 120px;
}

.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;}