:root{
    --main-color:#0d67f1;
    --main-color-blue:#0d67f1;
    --main-color-orange:#ff6000;
    --main-color-white:#fff;
    --main-color-black:#111;
    --main-color-navy:#314c64;
    --main-color-lightbg:#eef2f5;
    --state-color-01:#0081fa; /* 접수중 */
    --state-color-02:#75787a; /* 접수마감 */
    --state-color-03:#c5276f; /* 접수예정 */

    --program-state01:#377fed; /* 승인 */
    --program-state02:#e79112; /* 대기 */
    --program-state03:#df3423; /* 미승인 */
}

body{width:100%;  position:relative;}
body, html{font-size:17px;}
.sound_only{display:none;}
.fc01{color:var(--main-color);}
.fc02{color:var(--main-color-orange);}
.conTit2{font-size:2.7em; color:var(--main-color-black);}
    .mob_br{display:none;}
.layout{width:1600px; margin:0 auto;}
.moreBtn{position:relative; padding:0 30px 8px 0; display:inline-block;}
.moreBtn:before{position:absolute; content:''; bottom:0; left:0; width:0; height:1px; transition: all 0.3s; background:#222;}
.moreBtn:after{position:absolute; content:''; right:0; top:calc(50% - 4px); transform: translateY(-50%); width:12px; height:16px; background:url(../img/arrow_right.svg) no-repeat; background-size: contain;}
.moreBtn:hover:before{width:100%;}
strong{font-weight:600;}
.w100{width:100%;}
.conLst2{display:flex; flex-direction: column; margin:10px 0 0; padding-left:20px; }
.conLst2 li{position: relative; padding-left:10px; margin-bottom:3px;}
.conLst2 li:before{position: absolute; top:10px; left:0; width:3px; height:3px; border-radius: 50%; background:var(--main-color-black); content:''; }
.btnWrap{display:flex; gap:15px; margin-top:50px;}
.btnWrap.btn_center{justify-content: center;}
.basicBtn{padding:15px 18px; border-radius: 8px; white-space: nowrap;}
.basicBtn.sm{padding:5px 8px; display:inline-block;}
.basicBtn.lg{padding:20px 40px; font-size:1.025em;}
.basicBtn.btn_line{border:1px solid var(--main-color); color:var(--main-color)}
.basicBtn.btn_confirm{background:var(--main-color); color:var(--main-color-white)}
.basicBtn.btn_cancel{background:#666;  color:var(--main-color-white)}
.basicBtn:hover{opacity: 0.8;}
/* =========================
   HEADER
========================= */
body.header_fixed{
    padding-top:120px; /* header 높이 */
}

.mobile_top{
    display:none;
}

#header{
    display:flex;
    flex-direction:column;
    position:relative;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    transition:transform .35s ease, box-shadow .3s;
}
#header.fixed .header_bot{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:1000;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

#header.fixed .header_bot:after{top:calc(100% + 1px);}

/* =========================
   header_top
========================= */

#header .header_top{
    background:#e9e9e9;
    padding-top:7px;
    overflow:hidden;
}

#header .header_top ul{
    display:flex;
}

#header .header_top ul li a{
    position:relative;
    color:var(--main-color-white);
    padding:10px 20px;
    border-radius:10px 10px 0 0;
    font-size:0.9rem;
}

/* 기존 색상 유지 */

#header .header_top ul li:nth-of-type(1) a,
#header .header_top ul li:nth-of-type(1) a:after{
    background:#f5821f;
}

#header .header_top ul li:nth-of-type(2) a,
#header .header_top ul li:nth-of-type(2) a:after{
    background:#003380;
}

#header .header_top ul li:nth-of-type(3) a,
#header .header_top ul li:nth-of-type(3) a:after{
    background:#16a1a9;
}

#header .header_top ul li:nth-of-type(4) a,
#header .header_top ul li:nth-of-type(4) a:after{
    background:#3f58d4;
}

#header .header_top ul li a:after{
    position:absolute;
    content:'';
    bottom:-4px;
    right:-12px;
    width:12px;
    height:18px;
    clip-path:path("M0 -2 L-2 14 L16 15 Q5 15 -2 -1 Z");
    z-index:1;
}

/* =========================
   header_bot
========================= */

#header .header_bot{
    background:var(--main-color-white);
    border-bottom:1px solid #eee;
}

#header .header_bot .layout{
    padding:15px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#header .header_bot h1{
    max-width:300px;
}

/* =========================
   NAV
========================= */

#header .header_bot #nav{
    display:flex;
}

#header .header_bot #nav > li{
    position:relative;
    margin:0 30px;
    padding:0 20px;
    min-width:150px;
}

#header .header_bot #nav > li:after{
    position:absolute;
    top:50%;
    right:-30px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#c2c9db;
    content:'';
    transform:translateY(-50%);
}
#header .header_bot #nav > li:first-child{
    margin-left:0;
    /*padding-left:0;*/
}


#header .header_bot #nav > li:last-child{
    margin-right:0;
    padding-right:0;
}

#header .header_bot #nav > li:last-child:after{
    display:none;
}

#header .header_bot #nav > li > a{
    font-size:1.25em;
    font-weight:600;
    text-align: center;
}

/* =========================
   SUBMENU
========================= */

#header .submenu{
    position:absolute;
    top:calc(100% + 30px);
    left:0;
    width:100%;
    padding:20px 0;

    background:transparent;
    border-radius:0;
    box-shadow:none;

    opacity:0;
    transform:translateY(10px);
    pointer-events:none;
    transition:.25s;
    z-index:100;
}

#header .submenu li{
    padding:0;
}

#header .submenu li a{
    display:block;
    padding:10px 18px;
    font-size:1rem;
    color:#555;
    transition:all .25s;
    border-radius:6px;
      position:relative;
      white-space: nowrap;
}

#header .submenu li a:hover{
    color:var(--main-color-blue);
    background:#f5f7ff;
    padding-left:24px;
}


#header .submenu li a:before{
    content:'';
    position:absolute;
    left:8px;
    top:50%;
    width:0;
    height:2px;
    background:var(--main-color-blue);
    transition:.25s;
    transform:translateY(-50%);
}

#header .submenu li a:hover:before{
    width:10px;
}

/* =========================
   dropdown background
========================= */

#header .header_bot:after{
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:0;
    background:var(--main-color-white);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
    border-radius: 0 0 2rem 2rem;
    z-index: 10;
}

/* =========================
   hover
========================= */

#header:hover .header_bot:after{
    height:230px;
}

#header:hover .submenu{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}

/* =========================
   util
========================= */

#header .header_bot .util{
    display:flex;
}

#header .header_bot .util li{
    display:flex;
    position:relative;
}

#header .header_bot .util li:after{
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:15px;
    background:rgba(0,0,0,0.3);
    content:'';
    transform:translateY(-50%);
}

#header .header_bot .util li:first-child{
    padding-right:25px;
}

#header .header_bot .util li:last-child{
    padding-left:25px;
}

#header .header_bot .util li:last-child:after{
    display:none;
}

/* =========================
   totalMenuBtn
========================= */

.totalMenuBtn{
    display:none;
    width:30px;
    height:22px;
    position:relative;
    cursor:pointer;
}

.totalMenuBtn span{
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background:#111;
    transition:.3s;
}

.totalMenuBtn span:nth-child(1){top:0;}
.totalMenuBtn span:nth-child(2){top:10px;}
.totalMenuBtn span:nth-child(3){bottom:0;}

.layerPopup{display:none;}








#footer{margin-top:80px; }
#footer .ft_top{padding:15px 0; border-top:1px solid #ddd;}
#footer .ft_top .layout{display:flex; justify-content: center;}
#footer .ft_top .layout a{ padding-right:50px; margin-right:50px; position: relative;}
#footer .ft_top .layout a:last-child{padding-right:0; margin-right:0;}
#footer .ft_top .layout a:last-child:after{display:none;}
#footer .ft_top .layout a:after{position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c2c9db;
    content: '';
    transform: translateY(-50%);}
#footer .ft_bot{background:#1d2a36; padding:45px 0 80px; }
#footer .ft_bot .layout{display:flex; align-items: flex-start; justify-content: space-between;}
#footer .ft_bot .layout .ft_logo{width:250px; opacity: 0.7;}
#footer .ft_bot .layout .ft_right{ width:calc(100% - 350px); display:flex;    align-items: flex-start; justify-content: space-between;}
#footer .ft_bot .layout .ft_right .ft_mid{color:var(--main-color-white); }
#footer .ft_bot .layout .ft_right .ft_mid ul{display:flex; margin-bottom:35px;}
#footer .ft_bot .layout .ft_right .ft_mid ul li{padding:0 30px; position: relative;}
#footer .ft_bot .layout .ft_right .ft_mid ul li:after{position: absolute; top:50%; right:0; width:1px; height:15px; background:rgba(255,255,255,0.3); content:''; transform: translateY(-50%);}
#footer .ft_bot .layout .ft_right .ft_mid ul li:first-child{padding-left:0;}
#footer .ft_bot .layout .ft_right .ft_mid ul li:last-child:after{display:none;}
#footer .ft_bot .layout .ft_right  .ft_mid #address{display:flex; flex-wrap: wrap; gap:0.5rem 1.2rem;opacity: 0.8; margin-bottom:30px;}
#footer .ft_bot .layout .ft_right  .ft_mid #address span{white-space: nowrap;}
#footer .ft_bot .layout .ft_right .ft_mid .copy{opacity: 0.3;}
#footer .mob_site{display:none;}


#footer .site{
    display:flex;
    gap:15px;
}

#footer .site_item{
    position:relative;
    width:200px;
}

#footer .site_item .site_btn{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 15px;
    border-radius: 8px;
    background:rgba(0,0,0,0.3);
    color:var(--main-color-white);
    font-size:1rem;
    position:relative;
}
#footer .site_item .site_btn::after{
    content:'';
    width:10px;
    height:10px;
    border-right:2px solid var(--main-color-white);
    border-bottom:2px solid var(--main-color-white);
    transform:rotate(45deg);
    transition:.3s;
}
#footer .site_item.active .site_btn::after{
    transform:rotate(225deg);
}

#footer .site_list{
    position:absolute;
    top:calc(100% - 10px);
    left:0;
    width:100%;
    background:#141d26;
    display:none;
    z-index:10;
    padding-top:10px;
    border-radius: 10px;
    overflow: hidden;
}

#footer .site_list li a{
    display:block;
    padding:10px 15px;
    color:var(--main-color-white);
    font-size:0.9rem;
}

#footer .site_list li a:hover{
    background:rgba(255,255,255,0.1);
}




/*********  메인  ***********/
#main{width:100%; overflow: hidden;}
.main_visual{ padding-top:30px; background: url(../img/main_bg.jpg) no-repeat; background-size: cover;}
.m_v_top{display:flex; justify-content: space-between; align-items: center; overflow:hidden;}
.m_v_top .layout{display:flex;
    justify-content:space-between;
    align-items:center;}
.m_v_top .left{display:flex; flex-direction: column; margin-right:100px; }
.m_v_top .left .tit{margin-bottom:90px;}
.m_v_top .left .tit p{font-size:1.1em;}
.m_v_top .left .tit p.big{font-size:2.9em;  font-weight: bold; color:var(--main-color-black)}
.slider_btnWrap{display:flex;}
.slider_btnWrap [class*='btn_']{position:relative; display:flex; align-items: center; justify-content: center; width:60px; height:60px; border-radius: 50%; background: var(--main-color-white); margin-right:10px; transition: all 0.3s;}
.slider_btnWrap [class*='btn_']:hover{cursor: pointer; transform: translateY(-10px);box-shadow: 0 0 10px rgba(112,133,211,0.4); }
.slider_btnWrap [class*='btn_']:last-child{margin-right:0;}

.program_slide{
    margin-right:-300px;
}
.m_v_top .right{
    position:relative;
}

.m_v_top .right::after{
    content:'';
    position:absolute;
    top:0;
    left:100%;
   width:calc(100vw - 100%);
    height:100%;
}
.program_slide li,
.program_slide li:before,
.proLst li,
.proLst li:before{border-radius:30px;}
.program_slide li,
.proLst li{position: relative; margin-right:40px; max-width:480px; padding:25px; background: var(--main-color-white); transition: all 0.3s;}
.program_slide li::before,
.proLst li::before{
    content:"";
    position:absolute;
    inset:0;
    padding:3px;
    
    background:linear-gradient(-45deg,#0072bc 0%, var(--main-color-white) 50%, #f5821f 100%);
    
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;

    opacity:0;
    transition:0.3s;
    z-index: 0;
}

.proLst li a{position: relative; z-index: 10;}
.program_slide li:hover::before,
.proLst li:hover::before{
    opacity:1;
}
.program_slide li a .pro_state,
.proLst li a .pro_state{position: absolute; top:0; right:0; font-size:1.2em; padding:15px 25px; border-radius: 0 30px 0 30px; font-weight: 600; color:var(--main-color-white); z-index: 10;}
.program_slide li a .pro_state.state_01,
.proLst li a .pro_state.state_01{background: var(--state-color-01);}
.program_slide li a .pro_state.state_02,
.proLst li a .pro_state.state_02{background: var(--state-color-02);}
.program_slide li a .pro_state.state_03,
.proLst li a .pro_state.state_03{background: var(--state-color-03);}
.imgBx{border-radius: 20px; overflow: hidden; }
.imgBx img{width:100%; transition: all 0.3s; transform: scale(1.0); object-fit: cover;}
.program_slide li .imgBx,
.proLst li .imgBx{aspect-ratio:452 / 367;}
.program_slide li a .pro_title,
.proLst li a .pro_title{    font-size:1.6em;
    line-height:1.6;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;

    min-height:calc(1.6em * 2);margin:25px 0; font-weight: 600; color:#111;}
.program_slide li a .pro_info,
.proLst li a .pro_info{display:flex; flex-direction: column;}
.program_slide li a .pro_info p,
.proLst li a .pro_info p{display:flex;font-size:1.125em; margin-bottom:1rem; align-items: center;}
.program_slide li a .pro_info p strong,
.proLst li a .pro_info p strong{padding:0 0 0 40px; margin-right:1rem; position: relative; color:#555; font-weight: normal; white-space:nowrap; }
.program_slide li a .pro_info p strong:before,
.proLst li a .pro_info p strong:before{position:absolute; content:''; top:50%; left:0; width:30px; height:30px; transform: translateY(-50%);}
.program_slide li a .pro_info p:nth-of-type(1) strong:before,
.proLst li a .pro_info p:nth-of-type(1) strong:before{background:url(../img/m_pro_info_ico1.png) no-repeat center / contain}
.program_slide li a .pro_info p:nth-of-type(2) strong:before,
.proLst li a .pro_info p:nth-of-type(2) strong:before{background:url(../img/m_pro_info_ico2.png) no-repeat center / contain}
.program_slide li a .pro_info p:nth-of-type(3) strong:before,
.proLst li a .pro_info p:nth-of-type(3) strong:before{background:url(../img/m_pro_info_ico3.png) no-repeat center / contain}

.program_slide li:hover,
.proLst li:hover{box-shadow: 5px 5px 30px rgba(112,133,211,0.4); }
.program_slide li:hover .imgBx img,
.gallery_slide li:hover .imgBx img,
.proLst li:hover .imgBx img{transform: scale(1.1);}
.program_slide .slick-list{padding:20px 0 50px;}
.slider_btnWrap .btn_prev::before{
    transform:translate(-50%,-50%) rotate(-135deg);
}
.slider_btnWrap .btn_next::before{
    transform:translate(-50%,-50%) rotate(45deg);
}
.slider_btnWrap .btn_prev::before,
.slider_btnWrap .btn_next::before{
    content:'';
    position:absolute;
    width:13px;
    height:13px;
    border-top:2px solid #314c64;
    border-right:2px solid #314c64;
    top:50%;
    left:50%;
}
.btn_pause.pause::before,
.btn_pause.pause::after{
    content:'';
    position:absolute;
    width:3px;
    height:14px;
    background:#314c64;
    top:50%;
    transform:translateY(-50%);
}

.btn_pause.pause::before{
    left:24px;
}

.btn_pause.pause::after{
    right:25px;
}
.btn_pause.play::before{
    content:'';
    position:absolute;
    border-left:10px solid #314c64;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}
.slider_btnWrap .btn_page{background:#314c64!important;}
.slider_btnWrap .btn_page::before,
.slider_btnWrap .btn_page::after{
    content:'';
    position:absolute;
    background:var(--main-color-white);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.slider_btnWrap .btn_page::before{
    width:14px;
    height:2px;
}

.slider_btnWrap .btn_page::after{
    width:2px;
    height:14px;
}

.m_v_bot{display:flex; margin-top:30px;}
.m_v_bot .layout{
    display:flex;
}
.m_v_bot .pro_numb{display:flex; align-items: center; position: relative; z-index: 20;}
.m_v_bot .pro_numb .numb_img{position: absolute; bottom:-50px; right:-10px; z-index: 1; max-width:278px; width: 33%; z-index: 5;}
.m_v_bot .pro_numb,
.m_v_bot .m_quick{
    position:relative;
    border-radius:3rem 0 0 0;
    padding:10px 0 50px;
    width:50%;
}

.numb_img{
    opacity:0;
    pointer-events:none;
    transform:scale(0.7) translateY(20px);
}

/* 팝 애니메이션 */
.numb_img.pop{
    animation:popIn .6s cubic-bezier(.18,.89,.32,1.28) forwards,
              floatY 3s ease-in-out .6s infinite;
}

@keyframes popIn{
    0%{
        opacity:0;
        transform:scale(.6) translateY(30px);
    }
    60%{
        transform:scale(1.08) translateY(-5px);
    }
    100%{
        opacity:1;
        transform:scale(1) translateY(0);
    }
}

@keyframes floatY{
    0%{transform:translateY(0);}
    50%{transform:translateY(-12px);}
    100%{transform:translateY(0);}
}


.m_v_bot .pro_numb .tit{width:170px; height:170px; text-align: center;font-size: 1.3em; font-weight: 500; display:flex; justify-content: center; align-items: center; background:url(../img/m_part_circle.png) no-repeat; background-size: contain; color:var(--main-color-white); position: relative; z-index: 1;}
.m_v_bot .pro_numb .cont{margin-left:-60px; background: rgba(255,255,255,0.5); border-radius:7rem;    padding: 1.7rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
.m_v_bot .pro_numb .cont .todayBx{color:#666; font-size:1.2em;}

.m_v_bot .pro_numb .cont .numb{display:flex;  align-items: center; font-size:1.6em; margin-bottom:0.5rem; font-variant-numeric: tabular-nums;}    
.m_v_bot .pro_numb .cont .numb strong{position:relative; display:flex; color:#ff6000; font-weight:700; font-size:2.3em;display:inline-block;
    min-width:7ch;
    text-align:right;} 
    .m_v_bot .pro_numb .cont .numb strong:after{position:absolute; bottom:10px; right:0; width:90%; height:1px; background:#ff6000; content:'';}   
.m_v_bot .pro_numb .cont .numb span{font-weight:600; margin-left:10px;}    
.m_v_bot .m_quick{position: relative; z-index: 10;}
.m_v_bot .m_quick::before{
    content:'';
    position:absolute;
    bottom:19px;
    left:-60px;
    width:40px;
    height:40px;
    background:var(--main-color-white);

    clip-path: path("M41 0 L42 40 L0 40 Q40 37 40 0 Z");
     transform: scale(2.0);
}
.m_v_bot .m_quick::after{
    content:'';
    position:absolute;
    top:0;
    left:100%;
    width:calc(100vw - 100%);
    height:100%;
    background:var(--main-color-white);
}
.m_v_bot .m_quick{background:var(--main-color-white); border-radius:3rem 0 0 0; padding:40px; }
.m_v_bot .m_quick ul{display:flex;}
.m_v_bot .m_quick ul li{display:flex; flex-direction: column; align-items: center; width:25%;}
.m_v_bot .m_quick ul li a{display:flex; align-items: center; justify-content: center; width:130px; height:130px; background: #eef2f5; border-radius: 40px; margin-bottom:10px;}
.m_v_bot .m_quick ul li a img{width:60%; max-width:78px;}
.m_v_bot .m_quick ul li span{font-size:1.2em;}


.m_quick ul li a{
    position:relative;
    transition:all .3s;
}

.m_quick ul li a::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    border-radius:40px;
    border:2px solid #004ea2;
    top:0;
    left:0;
    opacity:0;
    transform:scale(0.8);
    transition:.3s;
}

.m_quick ul li a:hover::after{
    opacity:1;
    transform:scale(1.1);
}

.m_gal_tit{display:flex; justify-content: space-between; align-items: center; margin-bottom:1.5em;}
.m_gal_tit .mainTit{white-space: nowrap;}
.m_gal_tit .line{margin:0 35px; background:#bbc4cb; height:1px; width:100%;}
.m_gal_tit .slider_btnWrap [class*='btn_'] {background:#eef2f5;}
.main_gallery{margin-top:5em;}
.mainTit{font-size:2em;}

.gallery_slide li{
    border-radius: 1rem;
    margin:0 40px 0 0;
  
}

.gallery_slide .slick-track{
    display:flex;
}

.gallery_slide .slick-slide{
    height:auto;
}

.gallery_slide li .gal_cont{border:1px solid #bbc4cb; border-top:0; border-radius: 0 0 30px 30px;}
.gallery_slide li .gal_cont{padding:35px;}
.gallery_slide li .gal_cont .gal_tit{font-size:1.3em; 
    font-weight: 500;    line-height:1.6;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;

    min-height:calc(1.3em * 2);
     margin-bottom:1.5em;}
.gallery_slide li .gal_cont .gal_date{font-size:1.1em; color:#777;}

.gallery_slide .imgBx{
    position:relative;
    border-radius:30px 30px 0 0;
    display:block;
    aspect-ratio: 16 / 9;

}


.main_bottom{margin-top:5em;}
.main_bottom .layout{display:flex; justify-content: space-between;}
.main_bottom .m_notice,
.main_bottom .m_boxs{width:calc(50% - 40px);}
.main_bottom .m_notice .tit{margin-bottom:1.5em; display:flex; justify-content: space-between; align-items: center;}
.main_bottom .m_notice .cont{display:flex; flex-direction: column; border:1px solid #bbc4cb; border-radius: 1rem; padding:35px 10px;}
.m_notice .cont a{
    font-size:1.125em;
    display:flex;
    align-items:center; 
    justify-content:space-between;
    padding:12px 25px;
    border-radius:1rem;
    transition:all .3s;
}

.main_bottom .m_notice .cont a .notice_tit{
    font-weight:600;
    flex:1;                /* 남은 공간 사용 */
    min-width:0;           /* flex 안에서 ellipsis 필수 */
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:11px 0;
}

.main_bottom .m_notice .cont a .date{
    color:#777;
    flex-shrink:0;         /* 날짜 줄어들지 않게 */
    margin-left:20px;
}

.m_notice .cont a:hover{
    background:var(--main-color-blue);
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.12);
}

.m_notice .cont a:hover .notice_tit,
.main_bottom .m_notice .cont a:hover .date{
    color:var(--main-color-white);
}

.m_notice .cont a:hover .notice_cate{
    background:var(--main-color-white);
    color:var(--main-color-blue);
}
.main_bottom .m_notice .cont a .notice_cate{color:#555; background: #eef2f5; padding:0.8rem 1.2rem; font-size:1.1rem; margin: 0 1.2rem 0 0; border-radius: 2rem; font-weight: normal;}


.main_bottom .m_boxs{display:flex; flex-wrap: wrap; justify-content: space-between;}
.main_bottom .m_boxs > div{width:100%; border-radius: 1rem; display:flex; align-items: flex-start; flex-direction: column; justify-content: center; padding:2.5rem; transition: all 0.3s;}
.main_bottom .m_boxs div.w50{width:calc(50% - 20px);}
.main_bottom .m_boxs div.w50 .top{font-size:1.025em;}
.main_bottom .m_boxs div.blue{background:#e0eeff url(../img/m_bot_ico01.png) no-repeat  95% 50%; margin-bottom:40px;}
.main_bottom .m_boxs div.green{background:#d7f9d2 url(../img/m_bot_ico02.jpg) no-repeat  88% 50%;}
.main_bottom .m_boxs div.pink{background:#fff1f9 url(../img/m_bot_ico03.jpg) no-repeat  88% 50%;}
.main_bottom .m_boxs div.blue:hover{background:#e0eeff url(../img/m_bot_ico01.png) no-repeat  95% 30%; }
.main_bottom .m_boxs div.green:hover{background:#d7f9d2 url(../img/m_bot_ico02.jpg) no-repeat  88% 30%;}
.main_bottom .m_boxs div.pink:hover{background:#fff1f9 url(../img/m_bot_ico03.jpg) no-repeat  88% 30%;}
.main_bottom .m_boxs div.blue p:first-child{margin-bottom:10px;font-size:1.2em; font-weight:600;}
.main_bottom .m_boxs div.blue p:last-child{margin-top:10px;font-size:1.1em;}
.main_bottom .m_boxs div.blue p:last-child strong:first-child{margin-right:15px;}
.main_bottom .m_boxs div.blue p:last-child strong:last-child{margin-left:20px;}
.main_bottom .m_boxs div.blue a{color:#0d67f1; font-weight:700; font-size:2.4em;}
.main_bottom .m_boxs div.green .bot{color:#10af24; }
.main_bottom .m_boxs div.pink .bot{color:#fb3da4; }
.main_bottom .m_boxs div.w50 .bot{font-size:1.8em; margin-top:2px;}
.main_bottom .m_boxs div.w50 .moreBtn{margin-top:25px;} 


/***** 개인정보처리방침 팝업 *****/


/* 팝업 전체 */
.layerPopup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999;
}
/* 활성화 */
.layerPopup.active {
    opacity: 1;
    visibility: visible;
}

.popup_inner {
    width: 700px;
    max-width: 90%;
    max-height: 80vh;
    background: var(--main-color-white);
    border-radius: 16px;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.35s ease;
    box-shadow: 0 25px 70px rgba(0,0,0,0.25);
}

.layerPopup.active .popup_inner {
    transform: translateY(0);
    opacity: 1;
}



/* 헤더 */
.popup_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background:#1d2a36;
    color: var(--main-color-white);
}

.popup_header h3 {
    font-size: 1.3rem;
}

/* 닫기 버튼 */
.popup_close {
    width: 30px;
    height: 30px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}

.popup_close::before,
.popup_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: var(--main-color-white);
    transform-origin: center;
}

.popup_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 바디 */
.popup_body {
    padding: 30px;
    font-size:1em;
    line-height:1.5;
    overflow-y:auto;
    height:50vh;
}

.popup_body .cont{margin-bottom:40px;}
.popup_body .cont .conTit3{font-size:1.2em; margin-bottom:5px;}
.popup_body .cont .conTxt{color:#333; word-break: keep-all;}

.talk,
.txtBx {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

/* 등장 */
.talk.show,
.txtBx.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 사라짐 (위로 살짝 빠지면서) */
.talk.hide {
    opacity: 0;
    transform: translateY(-10px);
}

/* txt는 아래에서 올라오게 */
.txtBx {
    transform: translateY(30px);
}

.txtBx.show {
    opacity: 1;
    transform: translateY(0);
}



@media screen and (max-width: 1700px) {
    .layout{width:90%;}

    #header .header_bot h1{max-width:250px;}
    #header .header_bot #nav > li{margin:0 20px;}
    .m_v_top .left .tit{margin-bottom:70px;}
    .program_slide li a .pro_state{font-size:1.1em; padding:15px 22px;}
    .program_slide li{max-width:440px; padding:20px;}
    .program_slide li a .pro_title{font-size:1.4em; min-height:calc(1.4em *2); }
    .m_v_bot{margin-top:20px;}
    .m_v_bot .pro_numb .cont{padding:1.2rem 3rem; margin-left:-40px;}
    .m_v_bot .pro_numb .cont .numb{font-size:1.4em; margin-bottom:0.5rem;}
    .m_v_bot .pro_numb .cont .numb strong{font-size:2em;}
    .m_v_bot .m_quick ul li a{width:115px; height:115px;}
    .m_v_bot .pro_numb .tit{width:150px; height:150px; font-size:1.125em;}
    .m_v_bot .pro_numb .cont .todayBx{font-size:1.025em;}
    .m_v_bot .m_quick{padding:30px;}
    .m_v_bot .m_quick ul li span{font-size:1.1em;}
    .program_slide li{border-radius: 20px;}
    .gallery_slide li .gal_cont{padding:25px;}
    .gallery_slide li .gal_cont .gal_tit{font-size:1.125em;    min-height: calc(1.125em * 2);}
    .gallery_slide li .gal_cont{border-radius: 0 0 20px 20px;}
    .gallery_slide .imgBx{border-radius: 20px 20px 0 0;}


}

@media screen and (max-width: 1440px) {
    
    body,html{font-size:16px;}
    .layout{width:96%;}
    .conTit2{font-size:2.2em;}
    .m_v_top .left .tit p.big{font-size:2.5em;}
    #header .header_bot #nav > li > a{font-size:1.1em;}
    .m_v_top .left{margin-right:50px;}
    .slider_btnWrap [class*='btn_']{width:50px; height:50px;}
    .btn_pause.pause::after{right:28px;}
    .btn_pause.pause::before{left:28px;}
    .main_bottom .m_notice .cont{padding:15px 10px;}
    .main_bottom .m_boxs > div{padding:2rem;}
    .mainTit{font-size:1.7em;}
    .m_v_bot .m_quick ul li a{border-radius: 30px;}
    .program_slide li a .pro_info p{font-size:1em;}
    .program_slide li a .pro_title{font-size:1.25em; min-height:calc(1.25em * 2)}
    .program_slide li{max-width:400px; margin-right:25px;}
    .main_bottom .m_notice .cont a .notice_cate{padding:10px 20px; font-size:1rem;}
    .main_bottom .m_boxs div.blue a{font-size:2em;}
    .main_bottom .m_notice, .main_bottom .m_boxs{width:calc(50% - 20px)}
    .m_notice .cont a{font-size:1.025em; padding:15px 20px;}
    #header .submenu{padding:10px 0 0; }
    .program_slide li a .pro_state{border-radius: 0 20px 0 20px; font-size:1em; padding:10px 18px;}
    .program_slide li::before{border-radius: 20px;}
    .main_bottom .m_boxs div.w50 .bot{font-size:1.4em;}
    #header .header_bot #nav > li{margin:0 15px; padding:0 15px;}
    #header .header_bot h1{max-width: 220px;}
    #header .header_bot #nav > li:after{right:-15px;width:3px; height:3px;}
    .m_v_bot .pro_numb .cont .numb{font-size:1.2em;}
    .m_quick ul li a::after{border-radius: 30px;}
    .m_v_bot .m_quick ul li a{width:105px; height:105px;}

    #footer .ft_bot .layout{flex-direction: column;}
    #footer .ft_bot .layout .ft_logo{margin-bottom:50px;}
    #footer .ft_bot .layout .ft_right{width:100%;}
    .gallery_slide li{margin:0 25px 0 0;}
    .gallery_slide li .gal_cont .gal_tit{font-size:1.1em; min-height: calc(1.1em * 2);}
    .main_bottom{margin-top:4em;}
}


@media screen and (max-width:1200px) {
#header .header_bot h1{max-width:180px;}
#header .header_bot #nav > li{margin:0; padding:0 10px;}
#header .header_bot .util li:first-child{padding-right:15px;}
#header .header_bot .util li:last-child{padding-left:15px;}
#header .header_bot #nav > li > a{font-size:1.025em;}
#header .submenu{padding:0;}
#header .header_bot #nav > li:after{display:none;}

.main_bottom .layout{flex-direction: column;}
.main_bottom .m_notice, .main_bottom .m_boxs{width:100%;}
.main_bottom{margin-top:3em;}
.main_bottom .m_boxs{margin-top:2em;}
.main_bottom .m_boxs div.blue{margin-bottom:2em;}
.main_bottom .m_notice .tit{margin-bottom:1.2em;}
.main_bottom .m_boxs div.w50{width:calc(50% - 1em);}
.main_bottom .m_boxs div.w50 .moreBtn{margin-top:20px;}
.m_v_bot{margin-top:0;}
.m_v_bot .layout{flex-direction: column;}
.m_v_bot .pro_numb, .m_v_bot .m_quick{width:100%;}
.m_v_bot .m_quick{padding:50px 20px 0;}
.m_v_bot .pro_numb .numb_img{width:30%; bottom:-20px;}
.m_v_bot .pro_numb{padding:40px 10px 60px; justify-content: center;}
.m_v_bot .pro_numb .cont{width:80%;}
.m_v_bot .pro_numb .tit{font-size:1.025em; width:140px; height:140px;}
#footer{margin-top:30px;}
#footer .ft_bot .layout .ft_right{flex-direction: column-reverse;}
#footer .ft_bot .layout .ft_logo{margin:0 auto 30px;}
#footer .site{width:100%; margin-bottom:30px;}
#footer .site_item{width:100%;}







}

@media screen and (max-width:1024px) {
#header .header_bot #nav > li.mobile_top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.mobile_top .util{
    display:flex;
    
}

.navClose{
    position:relative;
    width:24px;
    height:24px;
    border:none;
    background:none;
    cursor:pointer;
}

.navClose:before,
.navClose:after{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:2px;
    background:#000;
}

.navClose:before{
    transform:rotate(45deg);
}

.navClose:after{
    transform:rotate(-45deg);
}

    #header .header_bot:after,
    #header .header_bot #nav + .util{
    display:none;

}


#header .submenu{
    display:none;
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}
#header .header_bot #nav > li.active .submenu{
    max-height:300px;
}

#header .header_bot #nav > li.active .submenu{
    display:block;
}


#header .submenu li a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    font-size:.95rem;
    color:#555;
    transition:.2s;
}

#header .submenu li a:hover{
    background:#f1f4ff;
    color:#3b6cff;
}

#header .header_bot #nav{
    position:fixed;
    top:0;
    right:-100%;
    width:360px;
    box-shadow: 0 0 20px rgba(112,133,211,0.4);
    height:100vh;
    background:#fff;
    z-index:2000;
    transition:right .35s ease;
    padding:40px 30px;
    overflow-y:auto;
    z-index:2000;
    flex-direction: column;
}

#header .header_bot #nav.active{
    right:0;
}

#header .header_bot #nav > li{
    width:100%;
    margin:0 0 20px;
    padding:0;
}

#header .header_bot #nav > li:after{
    display:none;
}


#header .header_bot #nav > li > a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 20px;
    border-radius:10px;
    background:#f6f8fc;
    font-weight:500;
    transition:.25s;
}

#header .header_bot #nav > li.active > a{
    background:#3b6cff;
    color:#fff;
}

#header .header_bot #nav > li > a:active{
    transform:scale(.98);
}
#header .header_bot #nav > li.active > a::after{
    transform:rotate(-135deg);
    border-color:#fff;
}
#header .header_bot #nav > li > a::after{
    content:'';
    width:8px;
    height:8px;
    border-right:2px solid #555;
    border-bottom:2px solid #555;
    transform:rotate(45deg);
    transition:.25s;
}
#header .submenu{
    position:relative;
    top:0;
    opacity:1;
    transform:none;
    pointer-events:auto;
    padding:10px 0 0 10px;
}

.totalMenuBtn{
    display:block;
}

#footer .ft_top .layout a{padding-right:30px; margin-right:30px;}


#nav.active{
    right:0;
}

/* 햄버거 */

.totalMenuBtn{
    position:relative;
    width:28px;
    height:22px;
    /*z-index:3000;*/
}

/* 닫기버튼 변형 */

.totalMenuBtn span{
    position:absolute;
    width:100%;
    height:2px;
    background:#000;
    left:0;
    transition:.3s;
}

.totalMenuBtn span:nth-child(1){top:0;}
.totalMenuBtn span:nth-child(2){top:10px;}
.totalMenuBtn span:nth-child(3){bottom:0;}

/* X 버튼 */

.totalMenuBtn.active span:nth-child(1){
    transform:rotate(45deg);
    top:10px;
}

.totalMenuBtn.active span:nth-child(2){
    opacity:0;
}

.totalMenuBtn.active span:nth-child(3){
    transform:rotate(-45deg);
    bottom:10px;
}


}






@media screen and (max-width: 768px) {
        body, html{font-size:14px;}

            .basicBtn{padding:10px 12px;}
.basicBtn.sm{padding:4px 6px;}
.basicBtn.lg{padding:12px 20px;}

        .m_v_bot .layout{width:100%;}
        #footer .ft_bot .layout .ft_logo{width:200px;}
        #footer .ft_bot .layout .ft_right .ft_mid #address span{white-space: wrap;}
        #footer .ft_bot .layout .ft_right .ft_mid ul li{padding:0 15px;}
        .layout{width:calc(100% - 30px);}
        .conLst2{padding-left:10px;}

        .main_bottom .m_boxs div.w50{width:100%;}
        .main_bottom .m_boxs div.w50 .bot{font-size:1.6em;}
        .main_bottom .m_boxs div.blue p:last-child{font-size:1em;}
        .main_bottom .m_boxs div.green{margin-bottom:2em;}
        .program_slide .slick-list{padding:0 0 30px;}
        .m_gal_tit{flex-direction: column; margin-bottom:2.5em;}
        .m_gal_tit .line{display:none;}
        .m_gal_tit .mainTit{margin-bottom:15px;}
        .main_gallery{margin-top:6em;}
.m_v_bot .m_quick ul li span{font-size:1em;}
.m_v_top .layout{flex-direction: column;}
.m_v_top .left{margin:0 0 40px 0;}
.m_v_top .right{width:100%;}
    .m_v_top .left .tit p:first-child{display:none;}
    .m_v_top .left .tit{margin-bottom:20px;}
    .m_v_top .left .tit p.big{font-size:2em; text-align: center;}
    .main_visual{padding-top:8vh;}

    #header .header_bot #nav{padding:40px 20px;}
    #header .header_bot #nav > li{margin:0 0 10px;}
    #header .header_top .layout ul li{flex:1; text-align: center;}
   #header .header_top ul li a{
    display:flex;
    align-items:center;      /* 세로 가운데 */
    justify-content:center;  /* 가로 가운데 */
    text-align:center;
    padding:4px;
    font-size:0.8rem;
    word-break:keep-all;
    line-height:1.3;
    height:100%;}
    #header .header_bot .layout{padding:10px 0;}

#header .header_top ul li a{
    min-height:44px;
}

#footer{margin-top:40px;}
#footer .mob_site{display:block;}
    .program_slide li{max-width:350px; margin-right:20px;}
    .program_slide li a .pro_title{min-height:auto;}
    .program_slide li a .pro_info p{flex-direction: column;}
    .program_slide li a .pro_info p strong{margin-bottom:8px;}
    .program_slide li a .pro_info p{margin-bottom:20px;}
    .gallery_slide li{margin-right:0;}
    .main_bottom .m_notice .cont{padding:20px 20px 0;}
    .m_notice .cont a{flex-direction: column; align-items: flex-start;}
    .m_notice .cont a{padding: 0 0 20px 0; border-radius: 0;}
    .main_bottom .m_notice .cont a .notice_tit{width:100%;}
    .main_bottom .m_notice .cont a .notice_cate{margin-right:0 1rem 0 0;}
    .m_notice .cont a:hover{
    background:none;
    transform:none;
    box-shadow:none;
}

#footer .ft_top{display:none;}
.m_notice .cont a:hover .notice_tit{color:inherit;}
.main_bottom .m_notice .cont a .date{display:none;}

.mainTit{font-size:1.5em;}
.main_bottom .m_boxs div.blue,
.main_bottom .m_boxs div.blue:hover{background:#e0eeff url(../img/m_bot_ico01.png) no-repeat  95% 50%;background-size:25%;}
.main_bottom .m_boxs div.green,
.main_bottom .m_boxs div.green:hover{background:#d7f9d2 url(../img/m_bot_ico02.jpg) no-repeat  88% 50%;background-size:25%;}
.main_bottom .m_boxs div.pink,
.main_bottom .m_boxs div.pink:hover{background:#fff1f9 url(../img/m_bot_ico03.jpg) no-repeat  88% 50%;background-size:25%;}
.m_v_bot .pro_numb .cont .todayBx{font-size:1rem;}
.m_v_bot .m_quick ul li a{width:80px; height:80px; }
.m_v_bot .m_quick{padding:30px 0 0; border-radius: 30px 0 0 0;}
.m_v_bot .m_quick ul li a,
.m_quick ul li a::after{border-radius: 30px}
.btnWrap{margin-top:30px;}
}


@media screen and (max-width:425px) {

    #header .header_bot #nav{width:80%;}

}