
/*헤더*/
.header {
	height:80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:100;
	transition: 0.2s;
	border-bottom: 1px solid transparent;
	background-color: #fff;
}

.header.down{
	top: 0;
	box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
}


.header-menu {
	margin: 0 auto;
	width: 70%;
    height: 80px;
}

.header-menu > ul {
	display: flex;
    height: 100%;
}

.header-menu > ul > li {
	position:relative;
    height: 100%;
    flex-grow: 1;
}
.header-menu > ul > li:last-of-type {
	margin-right:0;
}
.header-menu > ul > li > a {
	width:100%;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content:center;
	transition: color .3s .2s;
    height: calc(100% + 2px);
}
.header-menu > ul > li > a::after { transition:opacity .1s, width .5s; content:''; display:block; height:3px; width:0; position:absolute; bottom:-1px; left:50%; transform:translate(-50%, 0); opacity:0; }
.header-menu > ul > li.on > a::after { opacity:1; width:100%; transition:opacity .1s, width .5s; }
.header-menu > ul > li:hover > a::after { opacity:1; width:100%; transition:opacity .1s, width .5s; }
	
.header.on .header-menu > ul > li > a::after { background:var(--grd); }
.header.on .header-menu > ul > li:hover > a span { color: var(--color_1); }


.header-menu > ul > li > a > span {
	font-size:20px;
	transition:color .4s .4s;
	position:relative;
}
.header-menu > ul > li.current > a > span {
	font-weight:600;
}
.header-menu > ul > li.current > a > span::after {
	position:absolute;
	background:#fff;
	width:7px;
	height:7px;
	border-radius:50%;
	content:'';
	top: -8px;
    left: 0;
}

.header.on .header-menu > ul > li > a > span {
	color:#000;
	transition:color .4s;
}
.gnb-sub { 
    opacity:0;
    position:absolute;
    top:80px;
    left:0;
    height:550px;
    width:100%;
    padding-top:0px;
    z-index: 1;
}

.header-menu ul li:first-child .gnb-sub{
    border-left: 1px solid #eaeaea;
}

.gnb-sub{
    border-right: 1px solid #eaeaea;
}

.gnb-sub:hover{
    background-color: #f3f3f3;
}

.gnb-sub li { text-align:center; }
.gnb-sub li a { transition:.2s; padding: 15px 0; display: block; font-size:16px;}
.gnb-sub li a:hover { color: var(--color_1); transition:.2s; }
.header.on .gnb-sub { opacity:1; transition:.5s .15s; }
.header-menu > ul > li { overflow:hidden; }

.header-menu > ul > li a{
	font-family: 'GmarketSansMedium';
}

.header.on .header-menu > ul > li { overflow:visible; }

.header.on .gnb-sub-bg { height:550px; transition:height .5s; }

.gnb-sub-bg {
    top: 80px;
    right: 50%;
    transform: translateX(50%);
    width: 1920px;
    height: 0px;
    background: #fff;
    position: absolute;
    transition: height .5s;
    box-shadow: 0 10px 10px rgba(0,0,0,.04);
}

.header.on{
   border-bottom: 1px solid #eaeaea;
}

.header .right-mn{
    .myinfo {
        position: absolute;
        right: 160px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/**/

.gnb-btn {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    background: linear-gradient(154deg, #1FBC8F 18.15%, #3EBBD1 86.7%), #00816B;
}

.my {
    display: flex;
    align-content:  center;
    justify-content: center;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    border: 1px solid #E2E2E2;
    img {
        width: 18px;
    }
}


.gnb-btn button {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    transform: rotateY(180deg);
}

.gnb-btn button span {
    position: absolute;
    display: block;
    height: 2px;
    width: 16px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    transition: all 0.5s;
    background: #fff;
}

.gnb-btn button span:before {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    top: -7px;
    transform: rotate(0deg);
    transition: all 0.5s;
    background: #fff;
}


.gnb-btn button span:after {
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    position: absolute;
    top: 7px;
    transform: rotate(0deg);
    transition: all 0.5s;
    background: #fff;
}


.gnb-btn.gnb-btn-active button span {
    background: transparent !important;
}

.gnb-btn.gnb-btn-active button span:before {
    transform: rotate(135deg);
    top: 0;
}

.gnb-btn.gnb-btn-active button span:after {
    transform: rotate(-135deg);
    top: 0;
}

.quick_mn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1450px;
    background: var(--grd);
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    z-index: 99;
}

.quick_mn ul{
    justify-content: center;
    gap: 0 50px;
}

.quick_mn ul li {
    position: relative;
    text-align: center;
}

.quick_mn ul li::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 60%;
    background-color: rgba(255 255 255 / 50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}

.quick_mn ul li:last-child:after{
    display: none;
}

.quick_mn ul li a{
    color: #fff;
    font-size: 0.95em;
    font-weight: 300;
}

footer{
    background-color: #F5F6F7;
    padding-bottom: 50px;
}

footer .inner{
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .top{
    gap: 0 20px;
    justify-content: space-between;
    margin-bottom: 50px;

}

footer .top .emg{
    position: relative;
    max-width: 328px;
    display: block;
    border-radius: 16px;
    background-color: #003382;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    .text {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        text-align: center;
        color: #fff;
        h3 {
            font-size: 26px;
            line-height: 26px;
            font-weight: 600;
            margin-bottom: 24px;
        }
        p {
            font-size: 16px;
        }
        a {
            margin-top: 30px;
            line-height: 15px;
            padding: 8px 18px;
            border: 1px solid #fff;
            border-radius: 37px;
            color: #fff;
        }
    }
}

.pop_wrap {
    position: relative;
    .pop_wrap_text {
        border-radius: 0 0 16px 16px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 18px 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        background: rgba(0, 0, 0, 0.7);
    }
}

.ntc_wrap {
    .tit_head {
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 30px;
        a.more {
            position: absolute;
            display: block;
            right: 0;
            top: 10px;
            line-height: 12px;
            padding: 12px 15px;
            transform: translateY(-50%);
            border-radius: 17px;
            border: 2px solid #EBEBEB;
        }
        &:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 100%;
            background: #D9D9D9;
            display: block;
        }
        ul {
            display: flex;
            flex-direction: row;
            li {
                position: relative;
                font-size: 20px;
                color: #A8A8A8;
                &.active {
                    color: #000;
                    &:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -14px;
                        height: 2px;
                        width: 100%;
                        background: #000;
                        display: block;
                        z-index: 10;
                    }
                }
            }
        }
    }
    ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    ul li {
        display: flex;
        a {
            font-size: 16px;
            font-weight: 400;
            display: block;
        }
        span {
            font-size: 16px;
            font-weight: 400;
            margin-left: auto;
        }
    }
}

footer .top .ntc_wrap{
    padding: 50px;
    border-radius: 16px;
    background-color: #fff;
    flex-grow: 3;
}

footer .top .pop_wrap{
    border-radius: 16px;
    overflow: hidden;
    flex-grow: 1;
    max-width: 688px;
}

footer .utill_mn,
footer .sns_mn{
    display: flex;
    gap: 0 20px;
}

@media screen and (max-width: 1700px) {


    header > .menu-box > ul > li > ul > li > a{
        font-size: 15px;
    }


}


@media screen and (max-width: 1540px) {

}



