@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 {margin-left: 20px;width: 180px;}


/*--------------------------------------visual----------------------------------*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 3rem !important;
    left: 3rem !important;
}
#fp-nav.fp-right {
    left: 1vw;
}
.sec1::before {
    display: none;
}
.main_menu {
    width: calc(100% - 4rem);
}
.main_menu .box {
    padding: 8.75rem 1.5rem 2rem;
    background-size: 100px;
    background-position: 50% 20%;
}
/*---------------------------------------main-----------------------------------*/

.section .inner {
    padding: 4rem 2rem 2rem;
    width: 100%;
}
.section .inner .sec_tit h3 {
    /* font-size: 2rem;
    line-height: 2rem; */
}
.section .inner .sec_tit p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1rem;
}
.section.sec_notice .inner .center_area .notice_list .notice_item .tit{
    max-width: 400px;
}
.section.sec_notice .inner{
    flex-wrap: wrap;
    gap: 2rem;
}
.section.sec_notice .inner .left_area{
    order: 1;
    
}.section.sec_notice .inner .right_area{
    order: 1;
}
.section.sec_notice .inner .center_area{
    order: 2;
    width: 100%;
}
.section.sec_notice .inner .card_vertical{
    height: max-content;
}
.section.sec_notice .inner .card_vertical .subtit{
    margin-bottom: 8px;
}
 .section.sec_program .inner .program_wrap::after{
    right: 0;
    top: -27%;
    width: 100px;
    height: 100px;
 }
}


/*--------------------------------------1250----------------------------------*/
@media screen and (max-width:1250px) {
 
}

/*--------------------------------------1130----------------------------------*/
@media screen and (max-width:1130px) {
   
}

/*--------------------------------------1030----------------------------------*/
@media screen and (max-width:1130px) {
  
}

/*--------------------------------------1024----------------------------------*/
@media screen and (max-width:1024px) {
    
/********************************* main *******************************/
    .section .inner .sec_tit_wrap {
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .section.sec_program .inner .program_wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .section.sec_program .inner .program_wrap::after{
        top: -10%;
    }
    .section.sec_banner .inner{
        flex-direction: column;
    }
    .section.sec_banner .inner .banner_area,
    .section.sec_banner .inner .schedule_area{
        width: 100%;
    }
    .section.sec_banner .inner .schedule_area .schedule_list .schedule_item{
        padding: 12px 0;
    }


}

/*--------------------------------------860----------------------------------*/
@media screen and (max-width:860px) {
   .section .inner .sec_tit h3{
    width: 80%;
   }
   .section.sec_program .inner .program_wrap::after{
    top: -15%;
   }

 
    
}

/*--------------------------------------640----------------------------------*/
@media screen and (max-width:640px) {


    #header .logo a {
        margin-left: 10px;
        width: 160px;
    }
    
}
/*--------------------------------------580----------------------------------*/
@media screen and (max-width:580px) {
    #header .logo a{
        margin-left: 0;
        width: 200px;
    }
    #header .logo a img{
        width: 100%;
    }
    .mid_header_zone .inner_wrapper{
        padding: 0 1rem;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    .mid_header_zone .inner_wrapper .util_menu{
        align-self: flex-end;
    }
    .mid_header_zone{
        height: 108px;
    }
    .section.sec_program .inner .program_wrap{
        grid-template-columns: repeat(1, 1fr);
    }
    .section.sec_program .inner .program_wrap::after{
        top: -5%;
    }
    .section.sec_program .inner .program_wrap .program_item .program_overlay{
        height: max-content;
    }
    .section.sec_banner .inner .schedule_area .schedule_list .schedule_item{
        gap: 12px;
    }
    .section.sec_banner .inner .schedule_area .schedule_list .schedule_item .date_box{
        width: 58px;
        height: 58px;
    }
    .section.sec_banner .inner .banner_area .banner{
        padding: 1.5rem;
    }
    .section.sec_banner .inner .banner_area .banner_icon{
        width: 80px;
        height: 80px;
        right: 1rem;
    }
    .section.sec_banner .inner .banner_area .banner h4,
    .section.sec_banner .inner .banner_area p{
        width: 70%;
    }
}

/*--------------------------------------480----------------------------------*/
@media screen and (max-width:480px) {


}