@charset "utf-8";
html, body { font-size: 15px; }




/*--------------------------------------1300----------------------------------*/
@media screen and (max-width:1300px) {
/*--------------------------------------header----------------------------------*/
    #header nav #gnb li {width: 110px;height: 74px;}
    #header .depth_toggle {
    top: 70px;
}
    #header nav .depth_toggle .sub_nav li a {font-size: 1rem; word-break: inherit;}
    #header nav .depth_toggle .sub_nav {width: 110px;}
    #header .logo a {/* width: 160px; */justify-content: flex-start;}


/*--------------------------------------visual----------------------------------*/
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
    bottom: 3rem !important;
    left: 3rem !important;
    }
    #fp-nav.fp-right {
    left: 1vw;
}
    
/*---------------------------------------main-----------------------------------*/
.sec_course .inner{
    gap: 3rem;
}
   


/*--------------------------------------- sub -----------------------------------*/
.greeting_wrap .bottom_area .right_area::after{
    left: 2%;
    bottom: 0;
}

}


/*--------------------------------------1024----------------------------------*/
@media screen and (max-width:1024px) {
    
/********************************* main *******************************/

.section .inner {
    padding: 0 2rem 2rem;
    width: 100%;
}
  .sec_resort .inner{
    padding: 6rem 2rem 2rem;
  }  

    

}


/*--------------------------------------980----------------------------------*/
@media screen and (max-width:980px) {
    .section .inner .sec_tit.type_side .sec_cont{
        flex-direction: column;
    }    
    .sec_about .inner .sec_tit .sec_cont{
        gap: 1rem;
    }
    .sec_about .inner .sec_tit .sec_cont{
        margin-bottom: 1.5rem;
    }
    .sec_course .inner .sec_tit .sec_cont .sec_desc{
        margin: 1rem 0 1.5rem;
    }
    .sec_resort .inner .sec_tit .sec_cont{
        gap: 1rem;
    }
    .sec_resort .inner .left_area .img_wrap.circle::after{
        right: 2%;
        top: -8%;
    }
    .sec_notice .inner .notice_wrap .box .notice_txt h4{
        font-size: var(--txt-heading1);
    }

}


/*--------------------------------------860----------------------------------*/
@media screen and (max-width:860px) {
    .main_copy h2,
    .main_copy h3 {
        font-size: 2rem;
    }
    .main_cop p{
        font-size: 1.2rem;
    }
    .sec_about .inner .about_img::after{
        scale: 0.5;
    }
    .sec_course .inner{
        flex-direction: column;
        gap: 1rem;
    }
    .sec_course .inner .bg_area{
        height: 100%;
        background-position: inherit;
    }
    .sec_course .inner .img_wrap.course02{
        width: 50%;
        margin-left: 0;
    }
    .sec_course .inner .img_wrap.course01{
        width: 100%;
        margin-right: 0;
    }
    .sec_course .inner p.caption{
        display: inline-block;
        margin-top: 0;
    }
    .sec_course .inner .right_area{
        display: flex;
        align-items: flex-end;
        gap: 1rem;
    }
    .sec_course .inner p.caption{
        color: var(--gray-200);
    }
    .sec_resort .inner .resort_wrap{
        flex-direction: column;
         gap: 1rem;
    }
    .sec_resort .inner .left_area{
        gap: 4rem;
    }
 
    .sec_resort .inner .left_area .img_wrap.circle{
        flex: 0.7;
        margin-left: 0;
    }
    .sec_resort .inner .left_area .img_wrap.circle::after{
        right: -9%;
        top: -12%;
    }
    .sec_resort .inner .right_area{
        display: flex;
        gap: 1rem;
        align-items: flex-end;
    }
    .sec_resort .inner .right_area .img_wrap.resort03{
        height: 280px;
        flex: 4;
    }
    .sec_resort .inner .right_area p.cation{
        flex: 1;
        text-align: left;
    }
    .sec_notice .inner .notice_wrap{
        grid-template-columns: repeat(1, 1fr);
    }
    
}
/*--------------------------------------640----------------------------------*/
@media screen and (max-width:640px) {
    .section .inner p.caption{
        font-size: var(--txt-caption);
    }
    


   
}

/*--------------------------------------580----------------------------------*/
@media screen and (max-width:580px) {
    .section .inner{
        padding: 5rem 2rem;
    }
    .sec_about .inner .about_img::after{
        content: '';
        background: url(../images/main/DUKSHINCC.svg) no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        left: 0;
        top: -24%;
        scale: 1;
    }
    .sec_about .inner .about_img{
        height: 250px;
    }
    .sec_course .inner .img_wrap.course01{
        width: 100%;
    }
    .sec_course .inner .right_area .img_wrap.course02{
        width: 100%;
    }
    .sec_resort .inner .left_area{
        gap: 1rem;
    }

    .sec_resort .inner .left_area .img_wrap.resort01{
        height: auto;
        flex: 1;
    }
    .sec_resort .inner .left_area .img_wrap img{
        object-fit: contain;
    }
    .sec_resort .inner .left_area .img_wrap.circle{
        height: auto;
        flex: 1;
    }
    .sec_resort .inner .left_area .img_wrap.circle::after{
        right: 0%;
        top: -17%;
        scale: 0.7;
    }
    .sec_resort .inner .right_area{
        flex-direction: column;
        gap: 0;
    }
    .sec_resort .inner .right_area .img_wrap.resort03{
        flex: none;
        height: auto;
    }
    .sec_resort .inner .right_area .img_wrap.resort03 img{
        object-fit: contain;
    }
    .sec_notice .inner .notice_wrap .box .notice_txt{
        min-height: 90px;
        margin-top: 1rem;
    }

}

/*--------------------------------------480----------------------------------*/
@media screen and (max-width:480px) {

    .section .inner .sec_tit .sec_cont .sec_title{
        font-size: var(--txt-heading1);
    }
    .section .sec_resort .inner{
        padding-top: 4rem;
    }
}