@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap'); #header {
    height: 83px;
}

#header:hover #nav .gnb li a span {
}

#header.SlideF {
    /* box-shadow: 1px 1px 6px 1px rgb(39 39 39 / 40%); */
    /* border-bottom: 0; */
    background: rgba(28,30,29,1);
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li.on span {
    color: #222
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li.on span:after {
    width: 100%;
    opacity: 1
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: transform 0.6s;
    width: calc(100% - 100px);
    height: 80px;
    transition: 1s all;
    margin-left: 0;
    background: rgb(34, 34, 34);
    margin:0 auto;
}

.header_control #header {
    width: 67%;
    margin-left: 0;
    transition: 1s all;
}

/* .header_control #header.SlideF{
	width:100%;
	transition: 1s all;
} */
#header .header-anim {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#header .header-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}

/* #header .header-container:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; } */
#header {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

#header:hover {
    background: rgba(28,30,29,1);
}

#header .header-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1.5%;
    align-items: center;
}
#header .header-inner .logo{height: 100%;display: flex;align-items: center;width: 194px;flex: 0 0 194px;}

#header .logo a {
    display: inline-block;
    width: 100%;
    height: 35px;
    background: url(../images/logo.png?v=1) center center / cover no-repeat;
    transition: 0.5s all;
}

#header.SlideF .logo a {
    filter: invert(0);
}

#header:hover .logo a {
    filter: invert(0);
}

#header #nav {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

/* #header #nav,
#header .gnb-sub-menus .menus{
    left: calc(50% - 50px);
} */
.header_control #header #nav {
    margin-left: 3%;
}

#header #nav .gnb {
    text-align: center;
    height: 100%;
    display: flex;
}

#header #nav .gnb li {
    width: 8rem;
    height: 100%;
    transition: 0.5s all;
}

#header #nav .gnb li:hover {
    background: #002d43;
}

.header_control #header #nav .gnb li {
}

#header #nav .gnb li a {
    display: block;
    position: relative;
    height: 100%;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

#header #nav .gnb li a.on {
    background: #002d43;
}



#header #nav .gnb li a:before {
    content: '';
    background-color: #002d43;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    width: 0;
    opacity: 0;
}

/* #header #nav .gnb li a:hover:before, #header #nav .gnb li.active a:before {
    width: 100%;
    opacity: 1;
} */

#header #nav .gnb li.inactive a {
    opacity: 1;
}

#header #nav .gnb li a span {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    line-height: 100%;
    transition: 0.75s all;
    letter-spacing: -1px;
}

#header.SlideF #nav .gnb li a span {
}

#header:hover #nav .gnb li a span {
    color: #fff;
}

#header #nav .gnb li a span:hover {
}

#header #nav .gnb li a span.on {
    color: #fff;
    background: #002d43;
    padding: 10px;
    border-radius: 30px;
}

.header-opaque-at-mobile-nav-opened #header .header-container,#header.opaque .header-container {
    /*background: rgba(255, 255, 255, 0.9);*/
}

.header-fixed-at-mobile-nav-opened #header,#header.fixed {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
}

.header-fixed-at-mobile-nav-opened #header .header-container,#header.fixed .header-container {
}

.utils {
    text-align: right;
    position: relative;
    height: 100%;
}

.utils .menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.utils .menu li {
    display: inline-block;
    margin-left: 0;
    line-height: 100%;
}

.utils .menu li a {
    color: #fff;
}

.utils .menu li .sitemap {
    padding: 0 0 0 25px;
    background: url(../images/ico_sitemap.png) 0 3px no-repeat;
}

.utils .tel {
    display: flex;
    align-items: center;
    line-height: 100%;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: -1px;
    border: none;
    transition: 0.5s all;
    color: #fff;
    flex-direction: column;
    gap: 5px;
    font-size: 18px;
}

.utils .tel .point {
    color: #fffd76;
    font-size: 30px;
    font-weight: 700;
}

#header:hover .utils .tel {
}

#header.SlideF .utils .tel {
}

.utils .tel img {
    transition: 0.5s all;
}

#header:hover .utils .tel img, #header.SlideF .utils .tel img {
    filter: invert(0);
}

#header .gnb-sub-menus {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    font-size: 0;
    visibility: hidden;
    -webkit-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    -moz-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    -ms-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    -o-transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    transition: height 1200ms cubic-bezier(0.86, 0, 0.07, 1), visibility 1200ms ease-out;
    overflow: hidden;
    height: auto;
}

#header .gnb-sub-menus.active {
    visibility: visible;
    height: 50px;
}


#header .gnb-sub-menus .backdrop {
    /* background: rgba(0,0,0,.6); */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    content: '';
    -webkit-transition: opacity 600ms ease-out;
    -moz-transition: opacity 600ms ease-out;
    -ms-transition: opacity 600ms ease-out;
    -o-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
    opacity: 0;
    /*height: 0;*/
}

#header .gnb-sub-menus.active .backdrop {
    height: 100vh;
    opacity: 0;
}

#header .gnb-sub-menus .gnb-sub-menus-container {
    width: 100%;
    margin: 0 auto;
    background: rgba(28,30,29,0.5);
    position: relative;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: -moz-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: -ms-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: -o-transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 50px;
}

#header .gnb-sub-menus.active .gnb-sub-menus-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*  body.onclass #header .gnb-sub-menus{
	visibility: visible;
}

body.onclass #header .gnb-sub-menus .gnb-sub-menus-container {
	 -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
   transform: translateY(0);
} */

#header .gnb-sub-menus .menus {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.header_control #header .gnb-sub-menus .menus {
    margin-left: 3%;
}

#header .gnb-sub-menus .menus > ul {
    display: flex;
    height: 100%;
}

#header .gnb-sub-menus .menus > ul > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#header .gnb-sub-menus .menus > ul > li.active {
    display: block;
}

.sub.onclass #header .gnb-sub-menus .menus > ul > li.active {
    display: block;
}

#header .gnb-sub-menus .menus .sub-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    height: 100%;
}

@media all and (max-width: 1360px) {
    #header #nav .gnb li {
        width:5rem;
    }

    #header .gnb-sub-menus .menus > ul > li {
        /* width: 5rem; */
    }
}

#header .gnb-sub-menus .menus .sub-menu:before {
    content: '';
    background-color: #222;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    width: 0;
    z-index: 99;
}

#header .gnb-sub-menus .menus > ul > li:last-child .sub-menu {
    border-right: 1px solid #e5e5e5;
}

#header .gnb-sub-menus .menus .sub-menu a {
    display: block;
    text-align: left;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    color: #fff;
    position: relative;
}

#header .gnb-sub-menus .menus .sub-menu a:hover {
    color: #e9e9e9;
}

#header .gnb-sub-menus .menus .sub-menu a span {
    font-size: 16px;
    display: inline-block;
    position: relative;
}

#header .gnb-sub-menus .menus .sub-menu a span:after {
    content: '';
    position: absolute;
    background: #333;
    left: 0;
    width: 0;
    height: 1px;
    top: 1.15rem;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#header .gnb-sub-menus .menus .sub-menu .depth_3 {
    padding-bottom: 5px;
}

#header .gnb-sub-menus .menus .sub-menu .depth_3 span {
    text-indent: -8px;
    padding-left: 10px;
}

#header .gnb-sub-menus-depth2 {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: visibility 350ms ease-out, z-index 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    background: rgba(255,255,255,.97);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 23px;
    font-size: 0;
    text-align: center;
    -webkit-transition: opacity 350ms ease-out, -webkit-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 350ms ease-out, -moz-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 350ms ease-out, -ms-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 350ms ease-out, -o-transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 350ms ease-out, transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    position: relative;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu.active:after {
    opacity: 1;
    transition: opacity 0.1s;
    transition-delay: 0.2s;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a {
    display: block;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a span {
    font-size: 18px;
    display: block;
    color: rgba(34, 34, 34, 0.57);
    position: relative;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -ms-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a span:after {
    background: #222222;
    opacity: 0;
    left: 0;
    position: absolute;
    bottom: -.5rem;
    height: 1px;
    content: '';
    width: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a:hover span {
    color: #222222;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu ul li a:hover span:after {
    width: 100%;
    opacity: 1;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu.active {
    z-index: 2;
    visibility: visible;
}

#header .gnb-sub-menus-depth2 .gnb-sub-menu.active ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

/*mobile*/
@media all and (max-width: 1080px) {
    #header {
        display:none
    }
}

.header_m {
    position: relative;
    display: none;
}

.header_m {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
    z-index: 9999;
    background: rgba(28,30,29,1);
}

.header_m .inner {
    width: 90%;
    margin: 0 auto;
}

.header_m h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.header_m .ico_tel {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 8888;
    transform: translateY(-50%);
}

.header_m .ico_tel img {
    width: 35px;
}

@media all and (max-width: 1080px) {
    .header_m {
        display: flex;
        align-items: center;
        height: 60px;
    }
}

.header_m h1 {
    display: block;
    width: 238px;
    height: 29px;
    margin: 0 auto;
    text-indent: -9999em;
    background: url(../images/logo.png?v=5) center center no-repeat;
    background-size: 90%;
    margin-left: 2.5%;
}

/* .header_m .btn_mobileMenu {position:absolute; top:25px; left:15px; width:31px; height:26px; text-align:center; z-index:8888}
.header_m .btn_mobileMenu img {width:100%; } */
.header_m {
    position: relative;
    top: 0;
}

.header_m .btn_mobileMenu {
    width: 21px;
    z-index: 9999;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}
.header_m .open_txt {
	position: absolute;
    top: 14px;
    right: 55px;
    color: #fff;
    background: #ff6f00;
    padding: 6px 15px;
    border-radius: 36px;
    font-size: 11px;
	font-weight: 500;
}
.header_m .open_txt.open_txt2 {
    right: 167px;
}

.header_m .btn_mobileMenu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    font-size: 0;
    transition: 0.75s;
}

.header_m .btn_mobileMenu span:nth-child(even) {
    margin: 7px 0;
}

.header_m .btn_mobileMenu:hover span:nth-child(odd) {
    width: 50%;
}

.header_m .mobileMenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    z-index: 8888
}

.header_m .mobileMenu .menuwrap {
    position: relative;
    height: 100%;
    background: #fff;
    z-index: 8888;
    overflow: scroll;
}

.header_m .mobileMenu .logo_w {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_m .mobileMenu .logo_w img {
    width: 75%;
    margin: 5px 0 0 0;
    max-width: 150px;
}

.header_m .mobileMenu li {
    clear: both;
    text-align: left;
    width: 100%;
    text-indent: 10px;
    padding: 15px 0 15px 7px;
    font-size: 17px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-weight: 300;
}

.header_m .menu_head {
    position: relative;
}

.header_m .menu_head a {
    display: block;
    padding: 0 0 0 0;
    font-size: 17px;
    color: #333;
}

.header_m .menu_head .ico_arrow {
    float: right;
    width: 5%;
    margin: 10px 15px 0 0;
}

.header_m .menu_body {
    display: none;
    padding: 5px 0 8px 0;
    background: #eee
}

.header_m .menu_body a {
    display: block;
    text-indent: 15px;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    letter-spacing: -1px;
}

.header_m .ico_sitemap {
    position: absolute;
    top: 22px;
    right: 10px;
}

.header_m .ico_sitemap img {
    width: 32px;
}

.header_m .company {
    margin: 0 0 0 0;
    padding: 10px 0 10px 10px;
    text-align: left;
    background: #fff;
}

.header_m .company img {
    width: 130px;
}

.header_m .mobileMenu .close {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #fcfbf8;
}

.header_m .mobileMenu .close a {
    color: #333;
}

.header_m .mobileMenu .underlayer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.header_m .menu {
    max-width: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ddd
}

.header_m .menu .inner {
    width: 98%;
    margin: 0 auto;
}

.header_m .menu li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    text-align: center;
    box-sizing: border-box;
}

.header_m .menu li a {
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-family: "Square400";
}

.header_m .menu li:last-child {
    margin-right: 0
}

.header_m .menu li img {
    width: 100%
}

.header_m .menu.bottom {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}


.header_m {
    position: fixed;
}

.header_m .btn_mobileMenu {
    width: 30px;
    z-index: 9999;
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.header_m .btn_mobileMenu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    font-size: 0;
    transition: 0.75s;
}

.header_m .btn_mobileMenu span:nth-child(even) {
    margin: 7px 0;
}

.header_m .btn_mobileMenu:hover span:nth-child(odd) {
    width: 50%;
}

@media(max-width: 640px) {
}

@media(max-width: 450px) {
	.header_m .open_txt {    font-size: 11px;    padding: 6px 10px;  }
	.header_m .open_txt.open_txt2 {
		right: 160px;
	}
	.header_m h1 {
		width: 180px;
	}
}

@media(max-width: 400px) {
	.header_m .open_txt {    font-size: 10px;     }
	.header_m .open_txt.open_txt2 {
		right: 150px;
	}
}

@media(max-width:380px) {
    .header_m h1 {
        width: 148px;
    }
}