body{
    margin: 0;
    padding: 0;
}
ul,ol,li{
    margin: 0;
    padding: 0
}
div{
    box-sizing: border-box;
}

/* ÆË¾÷ */
#popupZoneLayerBody .popupZoneList {
    margin: 8px 0 40px 25px !important;
}
/* TOP */

#su_main_top_section{
    width: 100%;
    height: 45px;
    background: #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
}
.su_main_top_div{
    width: 1620px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.su_top_home{
    display: flex;
    align-items: center;
    img{
        margin-right: 5px;
    }
}

.su_log{

    a{
        text-decoration: none;
        color: #000;
        position: relative;
        padding-right: 5px;
        padding-left: 5px;
    }

    
}

.su_log_border::after{
    content: "";
    height: 60%;
    width: 1px;
    position: absolute;
    background: #ccc;
    top: 24%;
    right: -4px;
}

.su_log_border:nth-last-child(1)::after{
    display: none;
}


/* NENU */


#su_main_menu_section {
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.su_main_menu_div {
    width: 1620px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo_icon_box {
    width: 240px;
    display: flex;
    align-items: center;
    height: 100%;
}

.su_main_menu_div2 {
    width: 1020px;
    height: 100%;
}

.su_main_menu_ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    position: relative;
}

.su_main_menu_ul>li{
    width: 150px;
    display: flex;
    justify-content: center;
}

.su_main_menu_ul > li > a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.su_sub_menu_div {
    display: none;
    overflow: hidden;
    max-height: 0; 
    transition: max-height 0.5s ease-out; 
    position: absolute; 
 
    top: 100%; 
    z-index: 10; 
}

.su_sub_menu_ul {
    list-style: none;
    margin: 0; 
    padding: 10px 0;
     height: 450px;
    width: 145px;
    background: #fff;
    border: 1px solid #eee;
}

.su_sub_menu_ul li {
    height: 45px;
    /* padding-right: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.su_sub_menu_ul li:last-child {
    margin-bottom: 0; 
}


.su_sub_menu_ul > li > a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.su_sub_menu_ul > li:hover {
    background-color: #0069b6; 
    transition: 0.3s; 
    cursor: pointer;
}

.su_sub_menu_ul > li:hover > a {
    color: #fff; 
    font-weight: bold;
    transition: color 0.3s ease; 
}
/* movil menu */

.su_main_movil_icon{
    display: none; 
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 990;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.su_main_movil_meunu{
    position: fixed;
    width: 50%;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    border: 1px solid #ddd;
    padding: 40px 20px;
    box-sizing: border-box;
    transform: translateX(100%); 
    visibility: hidden; 
    transition: transform 0.3s ease-out, visibility 0.3s ease-out;  
    overflow-y: auto; 
}

/* ¸Þ´º°¡ ¿­·ÈÀ» ¶§ÀÇ »óÅÂ */
.su_main_movil_meunu.is-open {
    transform: translateX(0); 
    visibility: visible;
}

.su_main_menu_ul_movil{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.back_icon{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.su_main_menu_ul_movil>li{
    margin-bottom: 20px;
}

.su_main_menu_ul_movil>li>a{
    color: #000;
    text-decoration: none;
    font-size: 1.3em;
    display: block;
}

.su_sub_menu_div_movil{
    overflow: hidden;
    max-height: 0; /* ÃÊ±â ´ÝÈû ³ôÀÌ */
    transition: max-height 0.3s ease-out; /* ¼­ºê ¸Þ´º ½½¶óÀÌµå ¾Ö´Ï¸ÞÀÌ¼Ç */
    padding-top: 10px;
    /* display: none; ÀÌÀü¿¡ ÀÖ´ø ¼Ó¼º Á¦°Å */
}

.su_sub_menu_ul_movil{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.su_sub_menu_ul_movil>li{
    margin:5px 0;
}

.su_sub_menu_ul_movil>li>a{
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
    display: block;
    padding: 5px 0;
}

.su_sub_menu_ul_movil>li>a:hover{
    color: #0069b6;
    transition: 0.2s;
    font-weight: bold;
}





/* ¸ÞÀÎ ºñÁê¾ó ½½¶óÀÌµå */

#su_main_visual_slide{
    width: 100%;
    height: 500px;
    margin-top: 45px;
}

.su_main_visual_div{
    width: 1620px;
    height: 100%;
    margin: 0 auto;
    display: flex;
   
}

/* swiper */


.su_main_swiper {
    width: 82%; 
    height: 450px; 
    position: relative; 
    overflow: hidden; 
    border-radius: 25px 25px 25px 25px;
}

.su_main_swiper .swiper {
    width: 100%;
    height: 100%;
}

.su_main_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.su_main_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.su_main_swiper .swiper-controls {
    background-color: #fff;
    display: flex; 
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    width: 190px;
    padding:15px 15px
}

.su_main_swiper .swiper-button-prev:after,
.su_main_swiper .swiper-button-next:after {
    content: ''; 
}


.su_main_swiper .swiper-button-prev,
.su_main_swiper .swiper-button-next {
     position: static; 
     width: 30px; 
     height: 30px;
     color: white;
     border-radius: 50%; 
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     font-size: 1em; 
     font-weight: bold;
     padding-top: 15px;
}

.swiper-pagination-current{
    color: #0069b6;
}

.swiper-pagination-total{
    color: #aaa;
}

.su_main_swiper .swiper-pagination {
    position: static; 
    width: auto; 
    text-align: center;
    font-size: 1.1em;
    color: #aaa;
    font-weight: bold;
}




.su_main_swiper .swiper-autoplay-toggle {
    padding: 5px 10px;
    background-color: #aaaaaa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}


.su_main_swiper .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
}



.su_main_swiper .swiper-autoplay-toggle-img {
    width: 10px;
    height: 16px;
    cursor: pointer; 
    vertical-align: middle; 
}

.quick_menu{
    display: flex;
    justify-content: space-between;
    width: 17%;
    margin-left: 20px;
}

.quick_menu_ul{
    list-style: none;
    margin-top: 10px;
    width: 50%;
}

.quick_menu_ul>li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quick_menu_ul>li>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: none;
}

.quick_menu_ul>li>a>img{
    margin-bottom: 10px;
}

.quick_menu_ul>li>a>p{
    margin: 0;
    font-size: 17px;
    color: #000;
}


/* ÄÁÅÙÃ÷ ¹Ú½º1 */

#su_main_content_box1{
    width: 100%;
    height: 450px;
}

.su_main_content_box1_div{
    width: 1620px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content_list_box{
    margin-right: 10px;
}

.content_list_box:nth-child(1){
    width: 32%;
}
.content_list_box:nth-child(2){
    width: 32%;
}
.content_list_box:nth-child(3){
    width: 32%;
    margin: 0;
}

.content_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post_box{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 350px;
}
.content_title{
margin: 20px 0;
font-size: 30px;
}

.link_box>a{
    text-decoration: none;
    color: #000;

}

.post_list{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    /* margin-bottom: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    text-decoration: none;
}

.post_list::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    left: 4px;
}



.post_list:nth-last-child(1){
    border: none;
    margin-bottom: 0;
    /* padding: 20px 20px 10px 20px; */
}

.post_text{
    color: #000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    
}

.post_list>span{
    color: #999;
    white-space: nowrap;
}

.event_box{
    width: 100%;
    height: 350px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
}

/* ´Þ·Â */
/* ÀüÃ¼ ÄÁÅ×ÀÌ³Ê */
.sh-calendar-container {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-family: 'Pretendard', -apple-system, sans-serif;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

/* Å×ÀÌºí ·¹ÀÌ¾Æ¿ô */
.sh-calendar-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* ³Êºñ¸¦ ÀÏÁ¤ÇÏ°Ô ¹èºÐ */
    flex-grow: 1; /* ³²Àº °ø°£À» Å×ÀÌºíÀÌ Ã¤¿ìµµ·Ï */
}

/* ¿äÀÏ Çì´õ */
.sh-calendar-table thead th {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* ³¯Â¥ ¼¿ ±âº» ¼³Á¤ */
.sh-calendar-table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    position: relative; /* ¿ø ¹èÄ¡¸¦ À§ÇÑ ±âÁØÁ¡ */
    cursor: pointer;
    color: #333;
}
.sh-calendar-container .event-right {
    padding: 15px 15px 0px;
    border-top: 1px solid #ddd;
}

/* ÀÏ¿äÀÏ/Åä¿äÀÏ/°øÈÞÀÏ »ö»ó */
.sh-sun, .sh-holiday { color: #ff4d4d !important; }
.sh-sat { color: #4d79ff !important; }
.sh-active{
    position: relative;
    z-index: 1;
    color: #fff !important;
}
.sh-active a {
    color: #fff !important;
    position: relative;
    z-index: 3;
}
.hasSchedule a {
    color: #fff !important;
    position: relative;
    z-index: 3;
}
.event-right__list{
    max-height: 65px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    padding-right: 5px;
    -webkit-overflow-scrolling: touch;
}
 
.today::after {
    position: absolute;
    content: '';
    background: #143260;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-48%, -50%);
    z-index: -1;
}

/* ¹è°æ ¿øÇü È¿°ú (°¡»ó ¿ä¼Ò) */
.href_a::before {
    position: absolute;
    content: '';
    background: #b2c5d4 !important;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-48%, -50%);
    z-index: 1; 
}

.event-right__list li {
    position: relative;
    padding: 1px 20px;
}

.event-right__list li::marker {
    display: none;
}
.alarmDate {
    margin-right: 10px;
}
.event-right__list li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    left: 4px;
    top: 12px;
}
.sh-active::after{
    position: absolute;
    content: '';
    background: #143260 !important;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-48%, -50%);
    z-index: -1;
} 
.href_a.sh-active::after{
    z-index: 2;
} 

/* ÇÏ´Ü ÇªÅÍ */
.sh-calendar-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
}

.sh-calendar-footer p {
    margin: 0;
    box-sizing: border-box;
    padding-left: 7px;
    position: relative;
}

.sh-calendar-footer p::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #143260;
    left: -4px;
    top: 10px;
}

/* ´Þ·Â ¸¶¹«¸® */

.event_box_list{
    list-style: none;
}

.event_list_box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.event_info{
    background-color: #003058;
    border-radius: 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.event_info>h4{
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
   margin: 0;
   text-align: center;
   font-size: 18px;
   
}

.event_info>span{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}

.event_list_box>p{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* ÄÁÅÙÃ÷ ¹Ú½º2 */

#su_main_content_box2{
    width: 100%;
    height: 750px;
    margin-top: 100px;
    position: relative;
    background: #eff3f8;
}




.su_main_content_box2_div{
    width: 1620px;
    height: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.cont_box2_list{
    width: 500px;
    margin-right: 110px;
}

.movie_link_box{
    text-decoration: none;
}



.cont_box2_list_imgbox{
    position: relative;
}

#imgbox_move2 {
    position: absolute;
    bottom: 85px;
    right: 60px;
    z-index: 1;
}

#imgbox_move {
    position: absolute;
    bottom: 70px;
    right: 45px;
    width: 110px;
    height: 110px;
    background: #0d348f;
    opacity: 0.7;
    border-radius: 50%;
}

.cont_box2_list_imgbox>img{
    border-radius: 15px;
}

.movie_title{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.Youtube_video_box{
    width: 100%;
    height: 280px;
    border-radius: 20px;
    box-shadow: 8px 10px #2c4770;
    overflow: hidden;
    position: relative;
}
.video_icon{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    
}

.movie_box{
    position: absolute;
    width: 700px;
    height: 450px;
    background: #143260;
    border-radius: 0 20px 20px 0;
    left: 0;
    top: -50px;
}

#movie_title_box{
    display: flex;
    align-items: center;
}

#movie_title_box>img{
    margin-right: 10px;
}

#movie_title_box>h2{
    color: #fff;
    font-size: 30px;
}


#movie_link_box{
    display: flex;
    align-items: center;
   
}
.movie_link_box{
    width: 500px;
    margin-left: 140px;
   margin-top: 15px;
}

#movie_link_box>a{
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 25px;
    margin-top: 5px;
    img{
        margin-left: 5px;
    }
}

.popup{
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.cont_box2_list2{
    width: 950px;
    position: relative;
    overflow: hidden;
}

.poto_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.poto_title{
    display: flex;
    align-items: center;
}
.poto_title>img{
    margin-right: 10px;
}

.poto_title>h2{
    font-size: 30px;
}

.poto_move{
    display: flex;
}
.poto_move>a{
    text-decoration: none;
    color: #000;
}

.poto_left{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.poto_right{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.poto_link{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.poto_list{
    display: flex;
    justify-content:space-between;
    width: 100%;
    flex-wrap: nowrap; /* ½½¶óÀÌµå Ç×¸ñÀÌ ÁÙ¹Ù²ÞµÇÁö ¾Êµµ·Ï ¼³Á¤ */
}

.poto_list_box{
    width: 32%;
    flex-shrink: 0;
}

.poto_list_link_box{
    text-decoration: none;
    color: #000;
}

.poto_list_link_box>img{
    border-radius: 20px;
    width: 100%;
    height: 220px;
    flex-shrink: 0; /* ÀÌ¹ÌÁö°¡ ÁÙ¾îµéÁö ¾Êµµ·Ï ¼³Á¤ */
    display: block; /* ÀÌ¹ÌÁö ÇÏ´Ü ¿©¹é Á¦°Å */
}
.poto_list_link_box>h3{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.poto_day{
    color: #a7a9ab;
}

.organ_logo{
    width: 1620px;
    height: 80px;
    background: #fff;
    border: 20px;
    margin: 50px auto 0;
    border-radius: 15px;
}


/* ÄÁÅÙÃ÷2 µÞ¹è°æ */


.cont2_background{
    width: 100%;
    height: 560px;
    background: #eff3f8;
    position: absolute;
    top: 110px;
    z-index: -1;
}
.organ_logo{
    display: flex;
    justify-content: center;
}
.organ_logo>ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}

.organ_logo>ul>li>a{
    display: flex;
    justify-content: center;
}

/* ÀÓ½Ã ul css */
.organ_logo>ul{
    justify-content: flex-start;
    padding: 0 60px;
}

.organ_logo>ul>li{
    margin-right: 50px;
}




/* ÇªÅÍ */


#su_main_footer{
    border-top: 1px solid #e0e0e0;
    width: 100%;
    height: 280px;
    
}

.su_main_fot_box{
    width: 1620px;
    margin: 20px auto 0;
   
}

.fot_top_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.fot_img_box{
    width: 390px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fot_bot_text{
    display: flex;
    justify-content: space-between;
}
.fot_QR_box>ul{
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin-top: 20px;
}
.fot_QR_box>ul>li{
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fot_QR_box>ul>li>p{
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.foot_go_link{
    text-decoration: none;
    color: #fff;
    background: #075493;
    padding: 7px 13px;
    border-radius: 30px;
}
.fot_link_box>ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    
}

.fot_link_box>ul>li>a{
    text-decoration: none;
    color: #000;
}
.fot_text_col>a{
    color: #4175a2 !important;
    font-weight: bold;
}
.fot_link_box>ul>li{
    margin-right: 10px;
    margin-left: 10px;
}

.fot_li_st{
    position: relative;
   
}
.fot_li_st::after{
    content: "";
    position: absolute;
    top: 23%;
    width: 1px;
    height: 15px;
    background: #ddd;
    margin-left: 10px;
}

.title_dino{
    display: none;
}
.movie_img_bl{
 display: none;
}

.sh-calendar-container .sat{color:#2785ef;}
.sh-calendar-container .sun{color:#ff415c;}

/* ¹è³Ê */
.organ_logo {
    width: 1620px;
    height: 80px;
    background: #fff;
    border: 20px;
    margin: 50px auto 0;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.organ_logo>ul {
    list-style: none;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    height: 100%;
    width: 100%;
}

.organ_logo>ul>li>a {
    display: flex;
    justify-content: center;
}

.organ_logo>ul>li>a>img {
    width: 120px;
}

/* 1650px */


@media (max-width:1700px){
    .su_main_top_div{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .su_main_menu_div{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .su_main_visual_div{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .su_main_content_box1_div{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .su_main_content_box2_div{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .su_main_fot_box{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .organ_logo{
        width: 100%;
        border-radius: 0;
    }
    .organ_logo>ul>li{
        width: 16%;
    }

    .poto_list_link_box>img {
        width: 100%;
    }

    .poto_list_link_box>h3 {
        font-size: 1.2em;
    }
    #movie_title_box>h2{
        font-size: 1.2em;
    }
    .cont_box2_list {
        width: 35%;
    }
    .cont_box2_list2 {
        width: 52%;
    }
    .movie_box{
        width: 650px;
    }
    .movie_link_box {
        margin-left: 45px;
    }
    .fot_top_box {
        padding:0 0px 20px 0px;
    }

    .fot_bot_text{
        padding: 20px 0;
    }
    .poto_list_box{
        width: 32%;
    }
    .su_main_swiper .swiper-slide img {
        object-fit: inherit;
    }
 

}

/* 1400px */

@media (max-width:1399px){
    .su_main_swiper .swiper-controls {
        width: 190px;
    }
    .su_main_swiper {
        width: 100%;
    }
    #su_main_visual_slide{
        height: 600px;
    }
    .su_main_visual_div{
        flex-direction: column;
    }
    .su_sub_menu_ul > li > a{
        font-size: 0.9em;
    }
    .quick_menu_ul{
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }
    .quick_menu {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #ddd;
        margin: 20px 0 0 0;
    }
    .quick_menu_ul>li>a>img {
        margin-bottom: 10px;
    }

    #su_main_content_box2 {
        width: 100%;
        height: 1200px;
    }
    .su_main_content_box2_div {
        flex-direction: column;
    }
    .cont_box2_list {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .cont_box2_list2 {
        width: 100%;
        height: 100%;
        padding: 0 20px;
    }
    .su_main_content_box2_div {
        height: 1000px;
    }
    .poto_list_box {
        width: 32%;
    }
    .poto_title_box{
        margin-top: 30px;
    }
    .su_main_content_box2_div{
        padding: 0;
    }
    #movie_title_box>h2 {
        font-size: 1.8em;
    }
    .movie_box{
        position: unset;
        border-radius: 0;
        width: 100%;
        height: 520px;
    }
    .movie_link_box{
        margin: 0;
        width: 100%;
        padding: 0 20px;
        height: 500px;
    }
    .Youtube_video_box{
        height: 350px;
    }
    .poto_title>h2 {
        font-size: 30px;
    }
  
    .title_dino{
        display: flex !important;
    }
    .movie_img_no{
        display: none;
    }
    .movie_img_bl{
        display: inline-block;
        height: 300px;
        width: 100%;
    }
    #imgbox_move2 {
        bottom: 30px;
    }
    #imgbox_move {
        bottom: 15px;
    }
    .cont2_background {
        height: 1170px;
        top: 30px;
    }
    .quick_menu_ul>li>a {
        margin-bottom: 7px;
    }
}

/* 1200px */
@media (max-width:1199px){
    #logo_icon_box{
        display: none;
    }
    .su_main_menu_div2 {
        width: 100%;
    }
    .quick_menu_ul>li>a {
        margin-bottom: 13px;
    }
    .su_sub_menu_ul {
        width: 160px;
    }
    .quick_menu_ul>li>a>p {
        font-size: 0.8em;
    }
    .quick_menu_ul>a>img{
        width: 90%;
    }
    .su_main_content_box1_div {
        flex-wrap: wrap;
    }
    .content_list_box:nth-child(1) {
        width: 48%;
    }
    .content_list_box:nth-child(2) {
        width: 48%;
    }
    .content_list_box:nth-child(3) {
        width: 100%;
    }
    .sh-calendar-container {
        height: 450px;
    }
    #su_main_content_box1 {
        height: 950px;
    }
    .organ_logo>ul>li>a>img{
        width: 80%;
    }
    
}

/* 1000px */

@media (max-width:999px){
    .su_sub_menu_ul {
        width: 140px;
    }
    .quick_menu_ul>li>a>img {
        width: 100%;
    }
    .quick_menu_ul>li>a>p {
        font-size: 0.7em;
        white-space: nowrap;
    }
    .quick_menu {
        top: 182px;
    }

    .radius_but {
        right: -1px;
        bottom: 59px;
    }
    .radius_but2 {
        right: 197px;
        bottom: -2px;
    }
    .quick_menu_ul>li>a {
        margin-bottom: 16px;
    }
  
}

/* 900px */

@media (max-width:899px){
  .su_sub_menu_ul {
        width: 120px;
    }
    .su_main_menu_ul>li>a{
        font-size: 1em !important;
    }
    .su_sub_menu_ul > li > a {
        font-size: 0.8em;
    }
    .poto_list_link_box>h3 {
        font-size: 1em;
    }
 
}
/* 800 */
@media (max-width:799px){
  
    .fot_top_box{
        flex-direction: column;
    }
    .fot_img_box{
        margin-bottom: 10px;
    }

}


/* 769px */

@media (max-width:769px){
    .su_sub_menu_ul {
        width: 130px;
    }
  
    .fot_top_box{
        flex-direction: column;
    }
    .fot_img_box{
        margin-bottom: 10px;
    }
    .su_main_movil_icon {
        display: none;
    }
    .su_main_movil_meunu {
         transform: translateX(100%);
         visibility: hidden;
    }
    .su_main_movil_icon {
        display: block;
    }

}

/* 800 */

@media (max-width:799px){
   
 
    .su_main_swiper {
        height: 340px;
    }
    .quick_menu_ul>li>a>img {
        width: 80%;
    }
    .quick_menu {
        width: 100%;
        opacity: 1;
        top: 560px;
        border: 1px solid #ddd;
        margin: 20px 0 0 0;
    }
    .fot_bot_text{
        display: flex;
        flex-direction: column;
    }
    .quick_menu_ul {
        display: flex;
         justify-content: space-around;
    }
    #su_main_visual_slide {
        height: 520px;
    }


  

}

@media (max-width:770px){
    .su_main_menu_div2 {
        display: none;
    }
    #logo_icon_box {
        display: flex;
    }
  
}

/* 700 */
@media (max-width:700px){
    .su_main_content_box1_div {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .content_list_box{
        margin-bottom: 20px;
    }
    .content_list_box:nth-child(1) {
        width: 100%;
    }
    .content_list_box:nth-child(2) {
        width: 100%;
    }
    .content_list_box:nth-child(3) {
        width: 100%;
    }
    #su_main_content_box1 {
        height: 1350px;
    }
    #su_main_content_box2 {
        width: 100%;
        height: 1200px;
        margin-top: 140px;
    }
    .cont2_background {
        height: 1070px;
        border-radius: 20px;
    }

}

/* 600px */

@media (max-width:600px){
    .su_top_home{
        padding-top: 3px;
    }
    .su_top_home a{
        font-size: 13px;
    }
    .su_log {
        a {
            font-size: 13px;
        }
    }
    .su_main_movil_meunu {
        width: 70%;
    }
        #su_main_visual_slide {
        height: 450px;
    }
 
    .su_main_swiper {
        height: 290px;
    }
    .poto_left{
        width: 36px;
        height: 36px;
    }
    .poto_right{
        width: 36px;
        height: 36px;
    }
    .poto_link{
        width: 36px;
        height: 36px;
    }
    .poto_list_box {
        width: 47%;
    }
    .poto_list_box:nth-last-child(1){
        display: none;
    }
    .poto_list_link_box>img {
        height: 180px;
    }
    .poto_list_link_box>h3 {
        font-size: 1.1em;
    }
    .organ_logo {
        margin: 10px auto 0;
    }
    #su_main_content_box2 {
        width: 100%;
        height: 1150px;
    }
    .cont2_background {
        height: 1020px;
    }
  .fot_bot_text>p{
    font-size: 0.9em;
  }
  .fot_li_st::after {
    top: 4%;
}
 
  .fot_link_box>ul>li{
    font-size: 1em !important;
  }
  .movie_img_no {
    display: block;
    width: 100%;
}
.movie_img_bl{
    display: none;
}
  
}

@media (max-width:600px){
    .fot_link_box>ul>li {
        font-size: 0.8em !important;
    }
    .foot_go_link {
        text-decoration: none;
        color: #fff;
        background: #075493;
        padding: 7px 11px;
        border-radius: 30px;
        font-size: 0.8em;
    }
    .fot_img_box {
        width: 390px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

@media (max-width:500px){
    .su_top_home {
        padding-top: 0px;
    }
    .su_log {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 2px;
       
    }
    
    .su_log_border::after{
        right: -2px;
    }
    .su_main_swiper .swiper-controls {
        width: 170px;
        bottom: 5px !important;
        right: 5px !important;
        padding: 10px 15px;
        gap: 8px;
    }
   
}
