@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/0803/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 878px;
    position: relative;
    overflow: hidden;
}
.top_banner .images{}
.top_banner .images img{
    position: absolute;
    top: 0;
    left: 0;
}
.top_banner .images .top_img01{
    top: 142px;
    left: calc(50% - 509px);
}
.top_banner .images .top_text01{
    top: 191px;
    left: calc(50% - 399px);
}
.top_banner .images .top_text02{
    top: 294px;
    left: calc(50% - 309px);
}
.top_banner .images .top_text03{
    top: 565px;
    left: calc(50% - 434px);
}
.top_banner .images .top_hand{
    top: unset;
    bottom: -93px;
    left: calc(50% + 274px);
}

/* top_img01 제외, 순서대로 나타나는 등장 애니메이션 */
.top_banner .images .top_text01,
.top_banner .images .top_text02,
.top_banner .images .top_text03{
    opacity: 0;
    animation: bannerTextIn 0.27s ease forwards;
}
.top_banner .images .top_text01{
    animation-delay: 0.1s;
}
.top_banner .images .top_text02{
    animation-delay: 0.3s;
}
.top_banner .images .top_text03{
    animation-delay: 0.5s;
}

@keyframes bannerTextIn{
    from{
        opacity: 0;
        transform: translateY(20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}


.check_list{
    background-image: url("../../images/2026/0803/check_list_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}
.check_list .check_list_title{
    margin-top: 120px;
}
.check_list .check_list_title img{}
.check_list ul{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}
.check_list ul li{
    background-color: #fff;
    width: 380px;
    height: 455px;
    overflow: hidden;
    position: relative;
}
.check_list ul li.on{
    height: 672px;
}
.check_list ul li > span{
    display: inline-block;
    width: 260px;
    height: 50px;
    background-color: #183d72;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.05em;
    font-weight: 700;
    line-height: 46px;
}
.check_list ul li:nth-child(2) > span{
    background-color: #1d5d41;
}
.check_list ul li:nth-child(3) > span{
    background-color: #b77f27;
}
.check_list ul li strong{
    display: block;
    font-size: 35px;
    letter-spacing: -0.06em;
    font-weight: 700;
    color: #252525;
    line-height: 45px;
    margin-top: 37px;
}
.check_list ul li:nth-child(3) strong{
    margin-top: 18px;
}
.check_list ul li strong em{
    font-size: 22px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #252525;
}
.check_list ul li p{
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.06em;
    color: #555555;
    font-weight: 300;
    line-height: 28px;
    display: inline-block;
    margin: 20px auto 0;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, #ff0000 30%, transparent 100%);
}
.check_list ul li.on p{
    max-height: unset;
    mask-image: none;
}
/* .check_list ul li p::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ff0000;
    opacity: 0.5;
} */
.check_list ul li p em{
    display: block;
    padding: 8px 0;
}
.check_list ul li button{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 55px;
    border-radius: 5px;
    background-color: #183d72;
    display: flex;
    justify-content: center;
}
.check_list ul li.on button{
    bottom: 30px;
}
.check_list ul li:nth-child(2) button{
    background-color: #1d5d41;
}
.check_list ul li:nth-child(3) button{
    background-color: #b77f27
}
.check_list ul li button span{
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 700;
    line-height: 52px;
    display: inline-block;
    position: relative;
    padding-right: 40px;
}
.check_list ul li button span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 11px;
    background-image: url("../../images/2026/0803/button_arrow.png");
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.check_list ul li.on button span::after{
    transform: translateY(-50%) rotate(180deg);
}


.form_choose{
    background-image: url("../../images/2026/0803/form_choose_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 1528px;
    position: relative;
    overflow: hidden;
}

.form_choose .form_choose_title{
    margin-top: 120px;
}
.form_choose .choose_table{
    position: relative;
    display: inline-block;
    margin: 60px auto 0;
}
.form_choose .choose_table a{
    display: inline-block;
    width: 246px;
    height: 75px;
    background-color: transparent;
    font-size: 0;
    opacity: 0;
    position: absolute;
}
.form_choose .choose_table a.t2{
    width: 326px;
}
.form_choose .choose_table a:nth-child(2){
    top: 550px;
    left: 307px;
}
.form_choose .choose_table a:nth-child(3){
    top: 720px;
    left: 307px;
}
.form_choose .choose_table a:nth-child(4){
    top: 890px;
    left: 307px;
}
.form_choose .choose_table a:nth-child(5){
    top: 644px;
    left: 744px;
}
.form_choose .choose_table a:nth-child(6){
    top: 900px;
    left: 744px;
}

.hotclick_container{
    padding-top: 80px;
    position: relative;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hotclick_container .scroll_nav{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #000000;
    /* 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: #000000;
}
.hotclick_container .scroll_nav ul li{
    flex: 1;
    border-right: 1px solid #fff;
}
.hotclick_container .scroll_nav ul li:nth-child(1){
    border-left: 1px solid #fff;
}
.hotclick_container .scroll_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.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-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hotclick_container .section01{
    background-image: url("../../images/2026/0803/section01.jpg");
    height: 1444px;
}
.hotclick_container .section02{
    background-image: url("../../images/2026/0803/section02.jpg");
    height: 1273px;
}
.hotclick_container .section03{
    background-image: url("../../images/2026/0803/section03.jpg");
    height: 1273px;
}
.hotclick_container .section04{
    background-image: url("../../images/2026/0803/section04.jpg");
    height: 1273px;
}

.hotclick_container .section01 .section_title{
    margin-top: 85px;
}
.hotclick_container .section_title{
    margin-top: 120px;
}
.hotclick_container .top_content{
    position: relative;
    display: inline-block;
    margin: 60px 0 50px;
}
.hotclick_container section .top_content > img{}
.hotclick_container section .top_content > a{
    position: absolute;
    top: 296px;
    left: 650px;
}
.hotclick_container section .top_content > a:hover{
    animation: shake 0.3s ease-in-out;
}

@keyframes shake{
    0%, 100%{
        transform: translateX(0);
    }
    20%{
        transform: translateX(-4px);
    }
    40%{
        transform: translateX(4px);
    }
    60%{
        transform: translateX(-4px);
    }
    80%{
        transform: translateX(4px);
    }
}
.hotclick_container section > ul{
    display: flex;
    justify-content: center;
    gap: 75px;
}
.hotclick_container section > ul li{
    position: relative;
    top: 0;
    transition: all .3s;
}
.hotclick_container section > ul li:hover{
    top: -10px;
}
.hotclick_container section > ul li a{}

.hotclick_container .recommendation{
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("../../images/2026/0803/recommendation.jpg");
    height: 769px;
}
.hotclick_container .recommendation .recommendation_title{
    margin-top: 120px;
}
.hotclick_container .recommendation ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 45px;
}
.hotclick_container .recommendation ul li{}
.hotclick_container .recommendation ul li:hover{
    animation: shake 0.3s ease-in-out;
}
.hotclick_container .recommendation ul li a{
    display: inline-block;
    width: 525px;
    height: 380px;
}
.hotclick_container .recommendation ul li a img{
    margin: -2px 0 0 -3px;
}

.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;
}