@charset "utf-8";

:root {
    --max-width: 1500px;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
}
html.lock {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: inherit;
    font-family: inherit;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
fieldset,
a,
button {
    border: 0;
}

img {
    vertical-align: top;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

address,
em {
    font-style: normal;
}

video {
    display: block;
}

strong {
    font-weight: normal;
}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.inner-cont {
    max-width: 1500px;
    margin: 0 auto;
}

.absol-cont {
    position: absolute;
    width: 100%;
    max-width: 1500px;
    left: 50%;
    margin-left: -750px;
}

.ico-more {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #003366;
    border-radius: 50%;
}
.ico-more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 20px solid #003366;
    border-right: 16px solid #fff;
}

[data-ani] {
    transition-duration: 0.7s;
    transition-property: transform, opacity;
    transition-timing-function: ease-out;
    will-change: transform, opacity;
}

[data-ani='fade-up'] {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
[data-ani*='fade'].animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
[data-ani*='fade'].show {
    transition-duration: 0s !important;
}

[data-ani-delay='100'] {
    transition-delay: 100ms;
}
[data-ani-delay='200'] {
    transition-delay: 200ms;
}
[data-ani-delay='300'] {
    transition-delay: 300ms;
}

#wrap {
}

#header_new {
    position: relative;
    z-index: 100;
	background-color: #fff;
	height:100px;
}
.main #header_new {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
	background-color: transparent;
	transition: all .7s ease;
}
[data-scroll="down"] .main #header_new {
	top:-100px;
	transition: all .3s ease;
}
[data-scroll="up"] .main #header_new {
	top:0;
	transition: all .3s ease;
}

#header_new .header-inner{
    background-color: #fff;
    color: #333;
}
.main #header_new .header-inner{
    background-color: transparent;
    color: #fff;
	transition: all .3s ease;
}

#header_new.gnb-hover .header-inner,
[data-scroll="up"] .main #header_new[data-theme="white"] .header-inner {
    background-color: #fff;
    color: #333;
}
.main #header_new .logo a:before{
    background-position: 0 0;
}
.main #header_new.gnb-hover .logo a:before,
[data-scroll="up"] .main #header_new[data-theme="white"] .logo a:before {
    background-position: 0 -34px;
}

.main #header_new .utils .lang a{
	color:#fff;
}
#header_new.gnb-hover .utils .lang a,
[data-scroll="up"] .main #header_new[data-theme="white"] .utils .lang a {
    color: #333;
}
.main #header_new .utils .lang a:before {
    background-position: 0 0;
}
#header_new.gnb-hover .utils .lang a:before,
[data-scroll="up"] .main #header_new[data-theme="white"] .utils .lang a:before {
    background-position: 0 -16px;
}

#header_new .header-inner {
    /*display: flex;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
	height: 100px;
}
#header_new .header-inner .inner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    transition: 0.5s all;
    background-color: #fff;
	height:0;
	overflow:hidden;
}
#header_new .header-inner .inner-bg:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:#e5e5e5;
	height:1px;
	width:100%;
}

#header_new .logo {
    width: 1500px;
	position: relative;
	margin:0 auto;
}
#header_new .logo a {
    display: block;
    height: 100px;
    position: relative;
    width: 167px;
    height: 100px;
    z-index: 100;
}
#header_new .logo a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 34px;
    background: url(../images/logo.png)  0 -34px / cover no-repeat;
}

#header_new .gnb .inner {
    display: flex;
    align-items: center;
}
#header_new .gnb .navi {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    white-space: nowrap;
    justify-content: center;
    gap: 60px;
    text-align: center;
	padding-left:80px;
}

#header_new .gnb .navi > li > a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
    color: #333;
    padding: 0 20px;
	font-weight:600;
}
#header_new .gnb a:hover {
	text-decoration: none;
}

.main #header_new .gnb .navi > li > a {
    color: inherit;
}
#header_new .gnb .navi > li > a.hover {
    color: #1d4a78;
}
.main #header_new .gnb .navi > li > a.hover {
    color: #1d4a78;
}
#header_new .gnb .navi > li > a.hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #1d4a78;
    z-index: 15;
}

#header_new .gnb .navi .depth {
    height: 0;
    overflow: hidden;
    transition: 0.5s all;
}

#header_new .gnb .navi .depth ul {
    padding-top: 40px;
}

#header_new .gnb .navi .depth li + li {
    padding-top: 17px;
}
#header_new .gnb .navi .depth li a {
    display: block;
    line-height: 1.5;
    color: #333;
	font-size:16px;
}
#header_new .gnb .navi .depth li a.active , #header_new .gnb .navi .depth li a:hover{
    color: #1d4a78;
}

#header_new .gnb .btn-navi-toggle {
    display: none;
}

#header_new .utils {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}
#header_new .utils .lang{
	position: absolute;
    right: 0;
    top: -57px;
    z-index: 100;
}
#header_new .utils .lang a {
    display: block;
    position: relative;
    line-height: 16px;
    padding-left: 26px;
	color:#333;
	z-index: 2;
}
#header_new .utils .lang a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/ico_lang.png) 0 -16px / cover;
}
#header_new .utils .lang a:hover{
	text-decoration:none;
}

#footer_new {
    margin-top: 50px;
    background-color: #28272d;
}

#footer_new .company {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 3.125rem 0;
    align-items: end;
    justify-content: space-between;
}

#footer_new .company .info .name {
    font-size: 24px;
    color: #fff;
}
#footer_new .company .info .address {
    color: #757575;
    margin-top: 34px;
}
#footer_new .company .info .contact {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
#footer_new .company .info .contact strong {
    color: #fff;
}
#footer_new .company .info .contact span {
    margin-left: 10px;
    color: #757575;
}
#footer_new .company .copyright {
    color: #757575;
}

#asideBottom {
    position: sticky;
    right: 45px;
    bottom: 39px;
    text-align: right;
}

#btnTop {
    width: 60px;
    height: 60px;
    background: url(../images/btn_top.png) 0 0 / cover;
    font-size: 0;
    cursor: pointer;
    z-index: 5;
    margin-right: 45px;
}
#btnTop:hover{
	background: url(../images/btn_top_on.png) 0 0 / cover;
}

@media (max-width: 1540px) {
    .inner-cont {
        padding-left: 20px;
        padding-right: 20px;
    }
    .absol-cont {
        left: 20px;
        right: 20px;
        width: auto;
        margin-left: 0;
    }
	#header_new .utils{
		width:100%;
	}
}
@media (max-width: 1400px) {
    #header_new .gnb .navi {
        gap: 0;
        margin-left: 100px;
    }
}

@media (max-width: 1023px) {
	#header_new .header-inner {
		display: flex;
	}
	#header_new .utils .lang{
		top: -9px;
	}
    .inner-cont {
        padding-left: 20px;
        padding-right: 20px;
    }
    .absol-cont {
        left: 20px;
        right: 20px;
        width: auto;
        margin-left: 0;
    }

    #header_new .gnb .navi {
        position: fixed;
        flex-direction: column;
        left: 100%;
        top: 100px;
        width: 100%;
        height: calc(100% - 100px);
        bottom: 0;
        transition: 0.5s transform;
        overflow: auto;
        background-color: #fff;
        justify-content: start;
        gap: 0;
        margin: 0;
        text-align: left;
		padding-left:0;
    }

    #header_new .gnb .navi > li > a {
        line-height: 70px;
        text-align: left;
    }
    #header_new .gnb .navi > li > a:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 14px;
        background: url(../images/ico_arr.png) 0 0 / cover;
    }

    #header_new .gnb .navi > li > a.open {
        color: #1d4a78;
    }
    #header_new .gnb .navi > li > a.open:after {
        transform: translateY(-50%) rotate(180deg);
    }

    #header_new .gnb .navi .depth ul {
        padding: 0 0 10px 30px;
    }
    #header_new .gnb .navi .depth li a br {
        display: none;
    }
    #header_new .gnb .navi .depth li + li {
        padding-top: 10px;
    }
    #header_new .gnb .btn-navi-toggle {
        display: block;
        font-size: 0;
        width: 25px;
        height: 23px;
        background: url(../images/ico_open.png) 0 0 / cover no-repeat;
        margin-left: 27px;
        mix-blend-mode: difference;
        cursor: pointer;
    }
    #header_new.gnb-hover .gnb .btn-navi-toggle {
        background: url(../images/ico_x.png) 0 0 / cover no-repeat;
        mix-blend-mode: normal;
    }
    #header_new.gnb-hover .utils .lang {
        display: none;
    }
    #header_new.gnb-hover .gnb .navi {
        transform: translateX(-100%);
    }

    #rside-bot .btn-top {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }
}
