#Wrap {
    min-width: 360px;
    overflow-x: scroll;
    position: relative;
    padding-top: 80px;
}
#Wrap > .scrollarea {
    display: block;
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: -999;
    background: transparent;
}
#Wrap header {
    width: 100%;
    position: fixed;
    z-index: 99;
    background: rgb(255, 255, 255);
    height: 80px;
    padding-left: 80px;
    padding-right: 80px;
    border-bottom: 1px solid rgb(225, 225, 225);
    top: 0;
}
#Wrap header h1{
    display: inline-flex;
    align-items: center;
}
#Wrap header h1 a{
    display: inline-flex;
    align-items: center;
}

#Wrap header.on .gnb-area .snb.snb {
    display: block;
    text-align: center;
    padding-top: 60px;
    height: calc(100% - 30px);
}

#Wrap header.fixed, #Wrap header.on {
    background: rgb(255, 255, 255);
    transition: 0.3s;
    backdrop-filter: blur(10px);
    position: fixed;
}

#Wrap header.on {
    border-bottom: 1px solid rgb(221, 221, 221);
}

#Wrap header .gnb-area {
    flex: 1 1 auto;
    position: relative;
}

#Wrap header.on::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    background: rgb(221, 221, 221);
    top: 100px;
    left: 0px;
}

#Wrap header .h1_link2 img {
    height: 37px;
    margin-top: 8px;
}

#Wrap header .h1_link2 {
    margin-left: 20px;
}

#Wrap header .h1_link img {
    height: 32px;
}

#Wrap header .gnb-area .gnb {
    display: flex;
    justify-content: center;
    gap: 5%;
}

#Wrap header .gnb-area .gnb > li {
    position: relative;
}

#Wrap header .gnb-area .gnb > li.on > a {
    position: relative;
}

#Wrap header .gnb-area .gnb > li.on > a::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 4px solid var(--light-blue);
    bottom: 0px;
    left: 0px;
}

#Wrap header .gnb-area .gnb > li > a {
    font-family: 'nexon_lv2';
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 0px 10px;
    position: relative;
    margin: 0px;
    line-height: 80px;
    white-space: nowrap;
}

#Wrap header .gnb-area .snb {
    display: none; 
    position: absolute; 
    background: rgba(14,42,139,.95);
    margin-top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0px;
}

#Wrap header .gnb-area .gnb li.on .snb {
    display: block;
}

#Wrap header .gnb-area .gnb li.on > a {
    font-weight: 700;
}

#Wrap header .gnb-area .snb li a {
    color: #FFF;
    font-size: 16px;
    font-family: 'nexon_lv2';
    white-space: nowrap;
    padding: 0px 25px;
    line-height: 2.5;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-align: center;
}

#Wrap header .gnb-area .snb li a img {
    height: 15px;
}

#Wrap header .gnb-area .snb li a:hover {
  text-decoration: underline;
}

#Wrap header .gnb-btn-area .icoBtn {
    padding: 0px;
    width: 80px;
    height: 80px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
#Wrap header .gnb-btn-area .icoBtn img{
    width: 45px;
}
#Wrap header .gnb-btn-area a.icoBtn {
    display: none;
    background: rgb(0, 0, 0);
}


#Wrap header .gnb-btn-area a img {
    height: 43px;
}

#Wrap header .gnb-btn-area {
    width: 110px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
#Wrap header .log_link * + *{
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
}
#Wrap header .log_link * + *::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #CCC;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -8px;
}
#Wrap header .log_link .login_btn{
    color: #151f40;
    font-size: 16px;
    line-height: 80px;
}
#Wrap header .log_link .sch_btn img{
    width: 18px;
}

#Wrap footer.ft {
    background: url(../images/common/ft_bg.gif) no-repeat center center;
    background-size: cover;
    padding: 95px 0;
}
#Wrap footer.ft .footer_info{border-bottom: 1px solid #2d3546;padding-bottom: 40px;margin-bottom: 40px;}
#Wrap footer.ft .f_t_left{
    width: 535px;
    line-height: 1.4;
}
#Wrap footer.ft .f_t_right{
    flex: 1;
}
#Wrap footer.ft .footer_info .txt_s_link a{
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    margin-right: 18px;
}
#Wrap footer.ft .footer_info .f_t_right .link_box{
    margin-top: 20px;
    gap: 20px;
}
#Wrap footer.ft .footer_info .f_t_right .link_box a{
    display: inline-block;
    color: #FFF;
    border:1px solid #FFF;
    border-radius: 50px;
    line-height: 47px;
    width: 115px;

    text-align: center;
}
#Wrap footer.ft .footer_info .f_t_right .link_box a:hover{
    border:1px solid #3b4152;
    background: #3b4152;
}
#Wrap footer.ft .f_logo img{
    height: 32px;
}
#Wrap footer.ft .f_logo p{
    font-size: 16px;
    opacity: .5;
    color: #FFF;
    margin-top: 11px;
}
footer .ad_cont .fs-txt{
    color: #999;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
}
footer .ad_cont .fs-h4{
    line-height: 40px;
}
footer .ad_cont + .ad_cont{
    margin-left: 35px;
}

.ft_banner .banner{
	position: relative;
    background: #efefef;
}

.ft_banner .banner b{
	display: block;
    white-space: nowrap;
}

.ft_banner .banner .fooBannerSwiper{
	width: calc(100% - 70px);
	padding: 20px 0;
}

.ft_banner .banner .banner_control{
    display: inline-flex;
    align-items: center;
    height: 50px;
    width: 120px;
    margin-left: 14px;
}

.ft_banner .banner .swiper-slide img{
	width: 100%;
	margin: 0 auto;
}
.ft_banner .banner .inner_wide{
    position: relative;
}
.banner_control img{
    height: 14px;
}
.fooBannerSwiper .swiper-slide{
    color: #555;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.fooBannerSwiper .swiper-slide + .swiper-slide::before{
    content: '';
    display: inline-block;
    width: 1px;
    position: absolute;
    left:-1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: #c5c5c5;
}
.banner_control .swiper-button-next, .banner_control .swiper-button-prev{
    position: relative;
    width: 20px;
    height: 36px;
    background:url(../images/common/ico_arw.svg) no-repeat center center;
    display: inline-block;
    left: inherit;
    margin: 0;
    background-size: auto 16px;
    margin-top: 3px;
}
.banner_control .swiper-button-next{
    transform: rotate(-180deg);
    margin-left: 10px;
}
.banner_control .swiper-button-next > *, .banner_control .swiper-button-prev > *{
    display: none;
}
.banner_control .swiper-button-next > *, .banner_control .swiper-button-prev > *{
    display: none;
}
.banner_control .swiper-button-next:after, .banner_control .swiper-button-prev:after{
    display: none;
}
.banner_control .swiper-stop-pause.swiper_play .btn_pause{
    display: block;
    width: 20px;
    cursor: pointer;
    text-align: center;
    margin-right: 0;
}
.banner_control .swiper-stop-pause.swiper_pause .btn_pause{
    display: none;
}
.banner_control .swiper-stop-pause.swiper_play .btn_play{
    display: none;
}
.banner_control .swiper-stop-pause.swiper_pause .btn_play{
    display: block;
    width: 20px;
    cursor: pointer;
    text-align: center;
    margin-right: 0;
}












/* 작업중 */


.gnb-btn {
    outline: none;
    display: inline-flex;
    align-items: center;
}

.gnb-btn button {
    position: relative;
    width: 22px;
    height: 21px;
    border: 0px;
    background: transparent;
    cursor: none;
    outline: none;
}

.gnb-btn button span {
    position: absolute;
    display: block;
    height: 2px;
    width: 22px;
    background: rgb(255, 255, 255);
    top: 50%;
    margin-top: -1px;
    left: 0px;
    margin-left: 0px;
    transition: 0.5s;
}

.gnb-btn button span::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    top: -9px;
    transform: rotate(0deg);
    transition: 0.5s;
}

.gnb-btn button span::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    transform: rotate(0deg);
    transition: 0.5s;
}


.gnb-btn.black-ver button span::before, .gnb-btn.black-ver button span::after {
    background: rgb(0, 0, 0) !important;
}

.sitemap {
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: url("../images/main/main_bg.png") center top / 100% no-repeat rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    z-index: 9999999;
    transition: opacity 0.2s;
    pointer-events: none;
}

.sitemap.on {
    opacity: 1;
    pointer-events: visible;
}

.sitemap .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sitemap button.close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, rgb(191, 0, 0), rgb(251, 146, 146)) !important;
}

.sitemap button.close span {
    color: rgb(255, 255, 255);
    font-weight: 200;
}

.sitemap > div {
    width: 65%;
    height: 80%;
    margin: 0px auto;
}

.sitemap h2 {
    font-family: jalnan;
    color: rgb(26, 26, 26);
}

.sitemap h2 strong, .sitemap h2 {
    font-weight: 400;
    letter-spacing: 0;
}

.sitemap .menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
    height: auto;
    gap: 14px;
    overflow-y: auto;
    flex-direction: column;
    margin: 0 auto;
}

.sitemap .menu a {
    display: block;
    color: rgb(34, 34, 34);
    /* border: 1px solid rgb(221, 221, 221); */
    /* background: rgb(255, 255, 255); */
    border-radius: 10px;
    font-weight: 400;
}

.sitemap .menu a:hover {
    color: var(--blue);
    border-color: var(--blue);
}

.sitemap .menu li {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.sitemap .menu li.depth + li.depth{
    border-top:1px solid #DDD;
    padding-top: 11px;
}

.sitemap .menu li.depth > a {
    display: block;
    width: 160px;
    padding: 15px 0px;
    border-radius: 10px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: jalnan;
    background: linear-gradient(-45deg, rgb(191, 0, 0), rgb(251, 146, 146)) !important;
    height: auto;
}

.sitemap .menu .depth-2 {flex: 1;display: flex;align-items: center;gap: 34px;margin-left: 30px;}

.sitemap .menu .depth-2 li {
    border: 0;
    /* border-radius: 10px; */
    width: auto;
}

.sitemap .menu .depth-2 a {
    font-size: 18px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.sitemap .menu .depth-2 a img {
    height: 17px;
}


.sitemap .menu .depth-2 li:not(:last-child) {
    margin-bottom: 0;
}

.sitemap .menu::-webkit-scrollbar {
    width: 4px;
}

.sitemap .menu::-webkit-scrollbar-thumb {
    height: 20%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

#m_head_sitemap {
    position: fixed;
    z-index: 999;
    background: rgb(255, 255, 255);
    width: 100%;
    top: 0px;
    right: -120%;
    overflow: hidden;
    bottom: 0px;
    transition: 0.8s;
}

#m_head_sitemap.open {
    right: 0px;
    transition: 0.8s;
}

#m_head_sitemap .gnb-btn-sitemap {
    display: inline-flex;
    outline: none;
    align-items: center;
    position: absolute;
    right: 70px;
    top: 70px;
}

#m_head_sitemap .gnb-btn-sitemap.active {
    display: inline-flex;
}

#m_head_sitemap .gnb-btn-sitemap button span {
    position: absolute;
    display: block;
    height: 2px;
    background: transparent;
    top: 50%;
    margin-top: -1px;
    left: 0px;
    margin-left: 0px;
    width: 39px;
}

#m_head_sitemap .gnb-btn-sitemap button {
    position: relative;
    border: 0px;
    background: transparent;
    outline: none;
    padding: 20px;
    width: auto;
    height: inherit;
}

#m_head_sitemap .gnb-btn-sitemap button span::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    transform: rotate(135deg);
    top: 0px;
}

#m_head_sitemap .gnb-btn-sitemap button span::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    position: absolute;
    transform: rotate(-135deg);
    top: 0px;
}

#m_head_sitemap .sitemap_img {
    width: 30%;
    overflow: hidden;
    background: url("../images/common/sitemap.png") right top / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#m_head_sitemap .sitemap_img img {
    width: 130px;
}

#m_head_sitemap .site_map_gnb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4%;
    gap: 10px;
}

#m_head_sitemap .site_map_gnb > li {
    display: flex;
    flex-direction: column;
    height: 150px;
}

#m_head_sitemap .site_map_gnb > li > span {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 34px;
    width: 260px;
}

#m_head_sitemap .site_map_snb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3px;
    margin-left: -10px;
}

#m_head_sitemap .site_map_snb li a {
    display: block;
    padding: 0px 10px;
    line-height: 1.5;
    font-size: 22px;
    opacity: 0.5;
}

#m_head_sitemap .site_map_snb li a:hover {
    opacity: 1;
}
.mobile-mn{
    display: none;
}

#TopScrollBtn{
    transition: all .5s;
    position: absolute;
    right: -90px;
    margin-top: -85px;
    z-index: 1;
    text-align: center;
    color: #111;
    width: 80px;
    height: 80px;
    display: inline-flex;
    border-radius: 50%;
    background: #FFF;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    flex-direction: column;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    gap: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
#TopScrollBtn.show{
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
#TopScrollBtn:hover{
border-color: #000;
}
#TopScrollBtn p{
    line-height: 1;
}
#TopScrollBtn img{
    width: 25px;
}



@media screen and (max-width: 1440px) {
    #Wrap header {
        padding-left: 20px;
        padding-right: 0px;
        height: 70px;
    }

    #Wrap header .gnb-area .gnb {
        gap: 4%;
    }
   
    #Wrap footer.ft .footer_info .f_t_right .link_box{
        gap: 5px;
        flex-wrap: wrap;
    }
    footer .ad_cont .fs-h4,
    footer .ad_cont .fs-txt{
        white-space: nowrap;
    }
    footer .ad_cont + .ad_cont{
        margin-left: 0;
    }
    #Wrap footer.ft .f_t_right{
        gap: 25px;
        flex-wrap: wrap;
    }
    #Wrap {
        padding-top: 70px;
    }
    #Wrap header .gnb-area .gnb > li > a{
        line-height: 70px;
    }
    #Wrap header .log_link .login_btn{
        line-height: 70px;
    }
}

@media screen and (max-width: 1220px) {
    #Wrap header .h1_link img {
        height: 29px;
    }
    #Wrap header .gnb-area .gnb > li > a {
        font-size: 16px;
    }
    #Wrap footer.ft{
        padding: 50px 0;
    }
    #Wrap footer.ft .footer_info .f_t_right .link_box{
        gap: 10px;
    }
    #Wrap footer.ft .f_t_left{
        margin-top: 20px;
    }
    #Wrap footer.ft .f_logo p{
        margin-top: 20px;
    }

    #Wrap header > .flexBox {
        align-items: center;
    }



    #Wrap header.on {
        border-bottom: 0px;
    }

    #Wrap header.on::before {
        display: none;
    }

    #Wrap header h1 {
        height: 35px;
        display: inline-flex;
        align-items: center;
    }

    #Wrap header h1 a {
        display: inline-flex;
        align-items: center;
    }

    #Wrap header .gnb-btn-area a {
        justify-content: center;
    }

    #Wrap header .gnb-btn-area a img {
        width: 33px;
    }

    #Wrap header .gnb-btn-area {
        height: 70px;
    }

    #Wrap header.fixed, #Wrap header.on, #Wrap header.m_open {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    #Wrap header.m_open {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    #Wrap header.m_open .gnb-btn button span::before, #Wrap header.m_open .gnb-btn button span::after {
        transition: none;
        background: rgb(0, 0, 0) !important;
    }

    #m_head_sitemap .gnb-btn-sitemap button {
        display: none;
    }

    .gnb-btn.gnb-btn-active button span {
        background: transparent !important;
    }

    .gnb-btn.gnb-btn-active button span::before {
        transform: rotate(135deg);
        top: 0px;
    }

    .gnb-btn.gnb-btn-active button span::after {
        transform: rotate(-135deg);
        top: 0px;
    }

  

    #Wrap header .gnb-area .gnb {
        display: none;
    }

    #m_head_sitemap .site_map_gnb {
        padding: 0px;
        flex: inherit;
        margin-top: 64px;
        gap: 0px;
    }

    #m_head_sitemap .site_map_gnb > li {
        height: auto;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    #m_head_sitemap .site_map_gnb > li a {
        font-weight: 500;
        width: 100%;
        font-size: 22px;
    }

    #m_head_sitemap .site_map_snb {
        display: none;
        padding-left: 10px;
        margin-bottom: -1px;
        border-top: 1px solid rgb(221, 221, 221);
    }

    #m_head_sitemap .site_map_snb li a {
        font-size: 14px;
        line-height: 39px;
        padding: 0px 4% 0px 9%;
        border-bottom: 1px dashed rgb(219, 219, 219);
        background: rgb(240, 240, 240);
        opacity: 0.8;
        font-weight: 400;
    }

    #m_head_sitemap .site_map_gnb > li > span {
        width: 100%;
        padding: 8px 6%;
        font-size: 15px;
        font-weight: 600;
    }

    #m_head_sitemap .site_map_gnb > li > span::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("../images/common/ico_sel.svg") center center / 15px no-repeat;
        position: absolute;
        right: 6%;
    }

    #m_head_sitemap .site_map_gnb > li.active > span::after {
        transform: rotate(-180deg);
    }

    #m_head_sitemap li.active .site_map_snb {
        display: block;
    }

    #Wrap header .gnb-btn-area .icoBtn {
        height: 55px;
        width: 55px
    }
    #Wrap header .gnb-btn-area .icoBtn img{
        width: 30px;
    }
    .menu_all img {
        width: 30px;
    }

    #Wrap header .gnb-btn-area {
        width: auto;
    }

    #Wrap > .scrollarea {
        height: 0px;
    }


    .mobile-mn.on {
        display: block;
        transition: 0.1s;
    }
    
    .mobile-mn {
        display: none;
        position: fixed;
        top: 0px;
        right: inherit;
        width: 100%;
        height: 100vh;
        z-index: 999999;
        background: #FFF;
    }
    
    .mobile-mn .top {
        position: relative;
        padding: 38px 40px;
        background: var(--blue) url(../images/main/bg_active.png) no-repeat left center;
        height: 220px;
        color: #FFF;
        background-size:auto 120% ;
    }
    
    .mobile-mn .top .tbox h4, .mobile-mn .top p {
        color: rgb(255, 255, 255);
        font-weight: 400;
    }
    
    .mobile-mn .top p strong {
        font-size: 14px;
    }
    
    .mobile-mn .top .tbox h4 {
        font-family: jalnan;
    }
    
    .mobile-mn .close {
        
    }
    
    .mobile-mn .close span {
        color: rgb(255, 255, 255);
    }
    
    .mobile-mn .top ul {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid rgb(255, 255, 255);
        margin-top: 10px;
        border-radius: 5px;
    }
    
    .mobile-mn .top ul li {
        width: calc(50%);
        padding: 5px 0px;
    }
    
    .mobile-mn .top ul li:nth-child(1), .mobile-mn .top ul li:nth-child(2) {
        width: 50%;
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    
    .mobile-mn .top ul li:not(:last-child) {
        border-right: 1px solid rgb(255, 255, 255);
    }
    
    .mobile-mn .top ul li a {
        display: block;
        color: rgb(255, 255, 255);
        text-align: center;
    }
    
    .mobile-mn .top ul li a.newpage::before {
        left: 10px;
    }
    
    #mobile-nav {
        margin: 0 40px 20px;
        padding-top: 20px;
        /* border-radius: 10px; */
        overflow-y: auto;
        height: auto;
    }
    
    .mobile-nav-box {
        height: calc(-220px + 100vh);
        overflow-y: auto;
        background: #FFF url(../images/common/mobile_gnb_bgmobile_gnb_bg.jpg) no-repeat right bottom;
    }
    .mobile-nav-box .tel_box{
        display: flex;
        width: 100%;
        background: rgba(255,255,255,.2);
        color: #FFF;
        line-height: 60px;
        border-radius: 6px;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .mobile-nav-box .in_link_box a{
        display: inline-flex;
        background: rgba(255,255,255,.2);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .mobile-nav-box .in_link_box{
        display: flex;
        gap: 5px;
        flex-direction: row-reverse;
    }
    .mobile-nav-box .in_link_box a img{
        width: 50%;
    }
    
    #mobile-nav li a.tit {
        font-weight: 600;
        font-size: 20px;
        padding-left:15px ;
        padding-right: 15px;
        color: #222;
        border-bottom: 1px solid #eaeaea;
    }
    #mobile-nav li a {
        font-family: 'nexon_lv2' !important;
        position: relative;
        font-weight: 400;
        display: block;
        padding: 15px 0px;
        color: #1a1a1a;
        background-repeat: no-repeat;
        background-image: url("../images/common/ico_plus.svg");
        background-position: right 10px center;
        background-size: 20px;
        transform: none;
        font-size: 18px;
    }
    
    #mobile-nav li.no-depth a.tit {
        background-image: none;
    }
    
    #mobile-nav li:last-child a {
        border-bottom: 0px;
    }
    #mobile-nav li a.active {
        background-image: url("../images/common/ico_minus.svg");
        background-position: right 10px center;
        background-size: 20px;
    }
    
    #mobile-nav li a.active::after {
        display: none;
        position: absolute;
        top: 11px;
        left: 6px;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: rgb(255, 255, 255);
    }
    
    #mobile-nav .depth {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 20px;
        background: #FFF;
    }
    #mobile-nav .depth > li{
        width: 50%;
    }
    
    
    #mobile-nav .dep_area{
        display: none;
    }
    
    #mobile-nav li ul li a {
        padding: 0;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 3px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 500;
        background-image: none;
        border: 0;
    }
    
    #mobile-nav li ul li a img {
        height: 15px;
    }
    
    #mobile-nav li ul li a.newpage {
        padding-left: 40px;
    }
    
    #mobile-nav li ul li a.newpage::before {
        left: 20px;
    }
    
    #mobile-nav > li {
        font-weight: 800;
    }
    #mobile-nav > li + li{
        border-top:1px solid rgba(255, 255, 255, 0.4)
    }

  
    .sitemap {
        display: none;
    }
    .mobile_nav_top{
        gap: 20px;
        margin-bottom: 12px;
    }
    .mobile_nav_top h1{
      width: auto;
        height: 41px;
        flex: 1;
    }
    .mobile_nav_top h1 a{
        display: inline-flex;
        align-items: center;
    }
    .mobile_nav_top h1 a img{
       width: 100%;
       height: 41px;
    }
    .mobile_nav_top .r_link{
        display: inline-flex;
        align-items: center;
        gap: 38px;
        height: 41px;
    }
    .mobile_nav_top .r_link img{
        height: 21px;
    }
    .mobile_nav_top .r_link a.home img{
 
    }
    .mobile_nav_top .r_link a.sch img{

    }
    .mobile_nav_top .r_link a{
        height: 21px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-mn .top .top_btn{
        margin-top: 15px;
    }
    .mobile-mn .top .top_btn a{
        display: inline-block;
        line-height: 45px;
        border-radius: 50px;
        border: 1px solid #DDD;
        padding: 0 20px;
        font-size: 18px;
        font-weight: 700;
        background: #FFF;
    }

}

@media screen and (max-width: 768px) {
    .mobile-mn .top{
        padding: 15px 24px;
        height: 165px;
    }
    .mobile-mn .top .top_txt{
        font-size:clamp(11px, 4vw, 16px); 
    }
    .mobile_nav_top h1 a img{
        width: auto;
        height: 25px;
        max-width: inherit !important;
    }
    #Wrap header .gnb-btn-area .icoBtn{
        width: 25px;
    }
    #Wrap header .gnb-btn-area .icoBtn img{
        width: 25px;
    }
    #Wrap header{
        padding: 0;
        height: 65px;
    }
    #Wrap header .gnb-btn-area{
        height: 65px;
    }
    #Wrap header .h1_link img{
        height: 25px;
    }
    .mobile_nav_top .r_link{
        gap: 15px;
    }
    .mobile-mn .top .top_btn a{
        line-height: 38px;
        font-size: 15px;
    }
    .mobile-nav-box{
        height: calc(-165px + 100vh);
    }
    #mobile-nav{
        margin: 0 24px;
    }
    #mobile-nav li a{}
    #mobile-nav li a.tit{
        padding: 10px 15px;
    }
    .mobile_nav_top .r_link img{
        height: 19px;
    }
    #Wrap footer.ft{
        padding-top: 20px;
    }
    #Wrap footer.ft .footer_info{
        gap: 15px;
    }
    #Wrap footer.ft .footer_info .f_t_right .link_box a{
        font-size: 14px;
        line-height: 32px;
        width: auto;
        padding: 0 10px;
    }
    #Wrap footer.ft .footer_info .f_t_right .link_box{
        gap: 8px;
    }
    #Wrap footer.ft .footer_info{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #Wrap footer.ft .f_t_right{
        gap: 5px 15px;
    }
    #Wrap footer.ft .f_t_right .ad_cont:nth-child(2){
        width: 100%;
    }
    #Wrap footer.ft .f_t_left{
        width: 100%;
    }
    #Wrap footer.ft .f_logo img{
        height: 20px;
    }
    #Wrap footer.ft .f_logo p{
        margin-top: 8px;
    }
    .fooBannerSwiper .swiper-slide + .swiper-slide::before{
        display: none;
    }
    .mobile_nav_top .r_link{
        margin-top: -2.5px;
    }
    #Wrap {
        padding-top: 65px;
    }
}
@media screen and (max-width: 560px) {
    #Wrap {
        padding-top: 60px;
    }
    #Wrap header{
        height: 60px;
    }
}
@media screen and (max-width: 360px) {
    .mobile_nav_top h1 a img{
        height: 21px;
    }
}



