
.btn_top {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}

.quick_area{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10000;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0 29px 0px;*/
    transform: translateY(-50%) translateX(90%);
    transition: all 0.3s ease 0s;
    width: 240px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    &.open {
        transform: translateY(-50%) translateX(0);
        .quick_top {
            display: flex;
            .open {
                display: block;
            }
            .close {
                display: none;
            }
        }
    }
    .quick_top {
        display: flex;
        .quickBtn {
            margin-top: 50px;
        }
        .open {
            display: none;
        }
        .close {
            display: block;
        }
    }
    .contactBox {
        width: 100%;
        padding: 20px 20px;
        margin-bottom: 25px;
        background: #009D8E;
        border-radius: 26px  0   0 26px;
        border: 0;
        color: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
        .tel-group ul {
            display: flex;
            flex-direction: column;
            gap: 10px 0;
        }
        .tel-group ul li {
            position: relative;
            background: #fff;
            border: 1px solid #B9E9EF;
            border-radius: 14px;
            padding: 8px 24px;
            &::before{
                display: block;
                content: "";
                width: 18px;
                height: 18px;
                background: url("../images/sub/icon_pls.svg") center / auto no-repeat;
                position: absolute;
                top:-9px;
                left: 0;
            }
            .tit {
                color: #999 !important;
                font-size: 13px !important;
                line-height: 13px !important;
                margin-bottom: 10px !important;
                font-weight: 700 !important;
            }
            .num {
                color: #333;
                font-size: 15px !important;
                line-height: 15px;
                margin-bottom: 0 !important;
                font-weight: 500 !important;
            }
        }
        .headline {
            h1 {
                color: #fff !important;
                line-height: 20px !important;
                padding-bottom: 16px !important;
            }
            border-bottom: 0 !important;
        }
        .time-group {
            position: relative;
            margin-top: 15px;
            padding: 20px;
            border-radius: 14px;
            border: 1px solid #fff;
            &::before{
                display: block;
                content: "";
                width: 18px;
                height: 18px;
                background: url("../images/sub/icon_pls.svg") center / auto no-repeat;
                position: absolute;
                top:-9px;
                left: 0;
            }
            .time-group ul li {
                font-size: 11px !important;
            }
            .time-group ul li.tit {
                color: #fff !important;
            }
        }
    }
}

.contactBox .tel-time-groups .time-group ul li.tit {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.contactBox .tel-time-groups .time-group ul li.time01 {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    justify-content: space-between;
}

.contactBox .tel-time-groups .time-group ul li.time02 {
    margin-bottom: 0 !important;
}

.contactBox .tel-time-groups .time-group ul li {
    font-size: 11px !important;
    line-height: 11px !important;
    margin-bottom: 8px !important;
}

.quick_area .quick_top{
    font-size: 26px;
    width: 100%;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
.quick_area li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 95px;
}
.quick_area li a:hover{
    text-decoration: underline;
}

.quick_area li p{
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-align: center;
}


#Wrap > .scrollarea {
    display: block;
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: -999;
    background: transparent;
}

#Wrap header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 80px;
    background: #FFF;
    padding-left: 80px;
    padding-right: 80px;
    border-bottom: 1px solid #E1E1E1;
}
#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:#FFF;
    transition: all 0.3s ease 0s;
    backdrop-filter: blur(10px);
    position: fixed;
}
#Wrap header.on{
    border-bottom:1px solid #DDD
}
#Wrap header .gnb-area {
    flex: 1 1 auto;
    position: relative;
}       
#Wrap header.on::before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    background: #DDD;
    top: 80px;
    left: 0;
}

#Wrap header .h1_link2 img{
    height: 30px;
}
#Wrap header .h1_link2{
    margin-left: 26px;
}
#Wrap header .h1_link img{
    height: 36px;
}

#Wrap header .gnb-area .gnb {
    display: flex;
    justify-content: center;
    gap: 4%;
}
#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: 0;
    left: 0;
}

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

#Wrap header .gnb-area .snb {
    display: none;
    position: absolute;
    border-radius: 10px;
    background: #FFF;
    padding: 0 20px;
    border: 1px solid var(--blue);
    margin-top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#Wrap header .gnb-area .gnb li.on .snb{
    display: block;
}
#Wrap header .gnb-area .gnb li.on > a{
    color: var(--blue);
}


#Wrap header.on .gnb-area .gnb > li > a {
    color: var(--black);
    padding: 0 55px;
}
#Wrap header .gnb-area .snb li a{
    font-size: 16px;
    display: block;
    line-height: 32px;
    white-space: nowrap;
    padding: 0 25px;
    line-height: 2.5;
}

#Wrap header .gnb-area .snb li a:hover {
    color: var(--blue);
}

#Wrap header .gnb-btn-area .icoBtn{
    padding: 0px;
    width: 80px;
    height: 80px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    background:linear-gradient(-45deg, #3E46FF, #82BCFF);
}
#Wrap header .gnb-btn-area a.icoBtn{
   background: #000;
}

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

#Wrap header .gnb-btn-area {
    width: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

/*#Wrap footer {*/
/*    background: rgb(45, 45, 45);*/
/*    color: rgb(255, 255, 255);*/
/*    padding: 50px 0px 0;*/
/*}*/

/*#Wrap footer .f_logo {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*#Wrap footer .f_txt {*/
/*    color: #7b7b7b;*/
/*    padding-bottom: 50px;*/
/*}*/

/*#Wrap footer .f_cont .fot_link {*/
/*    display: flex;*/
/*    gap: 12px;*/
/*}*/

/*#Wrap footer .f_cont .fot_link a {*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*}*/

/*#Wrap footer .f_cont .fot_link .blue {*/
/*    color: var(--light-blue);*/
/*}*/

/*#Wrap footer .f_cont .copy {*/
/*    color: rgb(118, 118, 118);*/
/*    margin-top: 30px;*/
/*}*/

/*#Wrap footer .adr_area > .flexBox {*/
/*    gap: 24px;*/
/*}*/

/*#Wrap footer .adr_area {*/
/*    margin-top: 30px;*/
/*}*/

/*#Wrap footer .adr_area span {*/
/*    display: inline-block;*/
/*    margin-right: 6px;*/
/*    color: rgb(184, 184, 184);*/
/*    font-weight: 500;*/
/*}*/

/*#Wrap footer .f_logo img {*/
/*    width: 130px;*/
/*}*/

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

.gnb-btn button {
    position: relative;
    width: 22px;
    height: 21px;
    border: 0;
    color: #fff;
    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: all 0.5s ease 0s;
}

.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: all 0.5s ease 0s;
}

.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: all 0.5s ease 0s;
}



#Wrap header.fixed .gnb-btn button span,
#Wrap header.fixed .gnb-btn button span::before,
#Wrap header.fixed .gnb-btn button span::after,
#Wrap header.on .gnb-btn button span,
#Wrap header.on .gnb-btn button span::before,
#Wrap header.on .gnb-btn button span::after{
    background: #fff;
    transition: none;
}
.gnb-btn.black-ver button span::before,
.gnb-btn.black-ver button span::after{
    background: #fff !important;
}

/* 전체메뉴 */

.sitemap {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background:#FFF url(../images/main/main_bg.png) no-repeat top center;
    background-size: 100%;
	color: #fff;
	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;
    background: rgba(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitemap button.close span{
	color: #fff;
	font-weight: 200;
    background:linear-gradient(45deg, #3E46FF, #82BCFF) !important;

}

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

.sitemap h2 { 
	font-family: 'jalnan';
    color: #1a1a1a
}

.sitemap .menu { 
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	height: 90%;
	gap: 20px;
	overflow-y: auto;
 }


.sitemap .menu a {display: block;color: #222;border: 1px solid #DDD;background: #FFF;border-radius: 10px;}
.sitemap .menu a:hover{
    color: var(--blue);
    border-color: var(--blue);
}
.sitemap .menu li{
	width: 100%;
	text-align: center;
}
.sitemap .menu li.depth > a {
	display: block;
    width: 100%;
    background:linear-gradient(45deg, #3E46FF, #82BCFF) !important;

    padding: 15px 0;
    border-radius: 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-family: 'jalnan';
}

 .sitemap .menu .depth-2{
	margin-top: 20px;
 }

 .sitemap .menu .depth-2 li{
	border: 1px solid rgba(255 255 255 / 30%);
	border-radius: 10px;
 }


 .sitemap .menu .depth-2 a{
	font-family: 'ONE Mobile OTF Regular';
    font-size: 18px;
	padding: 10px 0;
 }

 .sitemap .menu .depth-2 li:hover{
	background: rgba(0 0 0 / 10%);
	transition: 0.1s;
 }

 .sitemap .menu .depth-2 li:hover a{
	transition: 0.1s;
 }

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

 .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: #FFF;
    width: 100%;
    top: 0;
    right: -120%;
    overflow: hidden;
    bottom: 0;
    transition: all .8s;
}
#m_head_sitemap.open{
    right: 0;
    transition: all .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: #000;
    transform: rotate(135deg);
    top: 0px;
}   
#m_head_sitemap .gnb-btn-sitemap button span::after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background:#000;
    position: absolute;
    transform: rotate(-135deg);
    top: 0px;
}
#m_head_sitemap .sitemap_img{
    width: 30%;
    overflow: hidden;
    background: url(../images/common/sitemap.png) no-repeat right top;
    background-size: cover;
    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: #000;
    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: 0 10px;
    line-height: 1.5;
    font-size: 22px;
    opacity: .5;
}
#m_head_sitemap .site_map_snb li a:hover{
    opacity: 1;
}

.mobile-mn.on{
	display: none;
	transition: 0.1s;
}

.mobile-mn{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/main/site-map-bg.png") top center / cover no-repeat;
	z-index: 999999;
}

.mobile-mn .top {
    position: relative;
    margin: 20px 20px 10px 20px;
}

.mobile-mn .top .tbox h4,
.mobile-mn .top p{
	color: #fff;
}

.mobile-mn .top .tbox h4{
	font-family: 'jalnan';
}

.mobile-mn .close {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px;
    border: 1px solid #fff;
    display: block;
	position: absolute;
	right: 0;
	background: url("../images/common/close-w.svg") center / 13px no-repeat;
}

.mobile-mn .close span{
	color: #fff;
}

.mobile-mn .top ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #fff;
	margin-top: 10px;
	border-radius: 5px;

}

.mobile-mn .top ul li{
	width: calc(100% / 2);
	padding: 5px 0;
}

.mobile-mn .top ul li:nth-child(1),
.mobile-mn .top ul li:nth-child(2){
	width: 50%;
	border-bottom: 1px solid #fff;
}

.mobile-mn .top ul li:not(:last-child){
	border-right: 1px solid #fff;
}

.mobile-mn .top ul li a{
	display: block;
	color: #fff;
	text-align: center;
}

.mobile-mn .top ul li a.newpage::before{
	left: 10px;
}

#mobile-nav {
    margin: 0 20px;
    border-radius: 10px;
    overflow-y: auto;
    height:auto;
    margin-bottom: 20px;
}
.mobile-nav-box{
    height: calc(100vh - 85px);
    overflow-y: auto;
}

#mobile-nav li a {
	position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url("../images/common/arrw_w.svg");
    background-position: 93% center;
    transform: none;
	border-bottom: 1px solid rgba( 255 255 255 / 40%);
}

#mobile-nav li.no-depth a.tit{
	background-image: none;
}

#mobile-nav li:last-child a{
	border-bottom: 0;
}

#mobile-nav li a.tit{
	font-family: 'jalnan';
	background-color: rgba(0 0 0 / 20%);
}


#mobile-nav li a.active {
    color: #fff;
    background-image: url("../images/common/arrw_up_w.svg");
    background-position: 93% center;
}

#mobile-nav li a.active::after {
    display: none;
    position: absolute;
    top: 11px;
    left: 6px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
}

#mobile-nav .depth{
	overflow: hidden;
}

#mobile-nav li ul {
    display: none;
}


#mobile-nav li ul li a {
    padding: 10px 15px;
    background: #fff;
    box-shadow: 2px 1px 3px rgb(0 0 0 / 30%);
    color: #333;
    font-weight: 600;
}

#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;
}

.copy{
    border-top: 1px solid #7B7B7B;
    color: #7B7B7B;
    line-height: 56px;
}





@media screen and (max-width: 1490px) {
    #Wrap header{
        padding-left: 20px;
        padding-right: 0px;
    }
    #Wrap header .gnb-area .gnb{
        gap: 2%;
    }
    .quick_area{
        right: 15px;
    }
}
/*E:1420px*/
@media screen and (max-width: 1280px) {
    #Wrap header .h1_link2{
        margin-left: 5px;
    }
    #Wrap header .h1_link img{
        height: 33px;
    }
    #Wrap header .h1_link2 img{
        height: 20px;
    }
    #Wrap header .gnb-area .gnb > li > a{
        font-size: 16px;
    }

}
/*E:1280px*/
@media screen and (max-width: 1024px) {
    #Wrap header > .flexBox{
        align-items: center;
    }
    #Wrap header{
        z-index:9999;
        padding-top: 0;
        height: 55px;
        align-items: center;
        display: flex;
    }
    #Wrap header.on{
        border-bottom: 0;
    }
    #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: 55px;
    }
    #Wrap header.fixed, #Wrap header.on,
     #Wrap header.m_open{
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom:1px solid #DDD;
    }

    
     #Wrap header.m_open{
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom:1px solid #DDD;
    }
    #Wrap header.m_open .gnb-btn button span::before,
    #Wrap header.m_open .gnb-btn button span::after{
        transition: none;
        background: #000 !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 footer > .flexBox{
        flex-direction: column-reverse;
        gap: 24px;
    }
    #Wrap footer .adr_area,
    #Wrap footer .f_cont .fot_link a{
        font-size: 14px;
    }
    #Wrap footer .adr_area > *{
        font-size: 12px;
        gap: 8px !important;
        flex-wrap: wrap;
    }
    #Wrap footer .f_cont .copy{
        margin-top:24px;
        font-size: 13px;
        letter-spacing: 0;
    }
    #Wrap footer .adr_area{
        margin-top:12px
    }
    #Wrap footer .f_logo img{
        height:50px;
        width:auto
    }
    #Wrap header .gnb-area .gnb{
        display: none;
    }
    #m_head_sitemap .site_map_gnb{
        padding: 0;
        flex: inherit;
        margin-top: 64px;
        gap: 0;
    }
    #m_head_sitemap .site_map_gnb > li{height: auto;border-bottom: 1px solid #DDD;}
    #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 #DDD;
    }
    #m_head_sitemap .site_map_snb li a{
        font-size: 14px;
        line-height: 39px;
        padding: 0 4% 0 9%;
        border-bottom: 1px dashed #dbdbdb;
        background: #f0f0f0;
        opacity: .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) no-repeat center center;
        background-size:15px;
        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;
    }
    .menu_all img{
        width: 30px;
    }
    #Wrap header .gnb-btn-area{
        width: auto;
    }
    #Wrap > .scrollarea{
        height: 0px;
    }
    .quick_area{
        right: 0;
        top: 95px;
        border-radius: 5px;
        width: 60px;
    }
    .quick_area li p{
        font-size: 13px;
        font-weight: 500
    }
    .quick_area li img{
        width: 20px;
        height: auto;
    }
    .quick_area li a{
        width: 60px;
        height: 60px;
    }
    .quick_area .quick_top{
        font-size: 18px;
    }
    #Wrap header .h1_link2{
            display: none;
    }
    #Wrap footer{
        text-align: left;
        padding: 30px 0 20px
        
    }
    #Wrap footer  .f_txt{
       opacity: .5;
       font-size: 12px;
       line-height: 1.4;
        margin-top:15px ;
        padding-bottom: 0;
    }
    #Wrap footer  .f_txt p{
        font-size: 13px;
    }
    #Wrap footer .copy.tc{
        text-align: left !important;
        margin-top: 10px;
        opacity: .5;
        font-size: 12px;
        line-height: 1.4;
        padding-left:20px;
        padding-top: 10px;
    }

        .mobile-mn.on{
            display: block;
        }
    
        footer .top .menu a{
            font-size: 14px;
        }
        .sitemap{
            display: none;
        }
 

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

    



}
/*E:768px*/
.conTab ul {
    width: 100%;
    justify-content: space-between;
    li {
        flex: 1;
    }
}