﻿@charset "utf-8";
.mrgl20{margin-left: 20px;}
.mrgt15{margin-top: 15px !important;}


html, body{
    width: 100%;
    height: 100%;
    position: relative;
}
.wrap{
    min-width: 1280px;
    /*min-height: 100%;*/
    position: relative;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
}
.wrap.joinTop-wrap{
    background: #555;
}
.header{
    position: fixed;
    z-index: 1000;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header.main-header{
    background: rgba(0, 0, 0, 0.15);
}

/* 메인헤더 스크롤 */
.main-header.main-fixed{ background:#fff !important;transition:all 0.6s;}
.main-header.main-fixed .main-logo img{ filter: invert(1);}
.main-header.main-fixed .nav{ background:#555 !important; transition:all 0.6s;}

/* 서브헤더 */
.header.sub-header{
    border-bottom: 1px solid #efefef;
}
.sub-header.sub-fixed{
    background: #fff
}
.header.join-header{
    border-bottom: 1px solid #efefef;
    transition: all 0.6s;
}
.join-header.join-fixed{
    background: var(--main-color);
    transition: all 0.6s;
}
.logo{
    display: inline-block;
    padding: 17px 0 0 32px;
}
.main-logo{
    display: inline-block;
}
.main-logo img{
    width:142px;
}
.sub-logo{
    display: inline-block;
    /*margin-left: 28px;*/
}
.sub-logo img{
    width: 142px;
}
.main-header .nav{
    background: none;
    position: static;
}
.nav.join-nav{
    background: #fff;
    color: #000;
}
.nav.join-nav .gnb-list{
    max-width: 130px;
}
.nav.join-nav .gnb-list a{
    font-weight: 500;
}
.nav.join-nav .sub li a{
    color: #fff;
}
.main-header .gnb-list a{
    color: #fff;
}
.main-header .gnb-list a.border{
    border: 1px solid #fff;
}

/*main-nav*/
.main-nav{
    background: none !important;
    height: auto !important;
    /*width: 636px !important;*/
    right: 15px !important;
    top: 85px !important;
    z-index: 1500;
}
.main-nav .gnb-list{
    max-width: 108px;
}
.main-sub{
    position: absolute;
    width:100%;
    height: 100%;
    left:-5px;
    top:5px;
}
.main-sub li{
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* margin: 10px 0; */
    font-weight: 300;
    margin-right: 2px;
}
.main-sub li a{
    font-size: 15px;
    font-weight: 500;
    padding:5px 0;
    color: #000;
    text-align: center;
    border: 1px solid #fff;
}
.main-sub li a:hover:not(.sub-title){
    color: #F6450D;
}
.main-sub .sub-title{
    font-weight: 500 !important;
    background: #fff;
    line-height: 30px;
}

.main-nav p{
    color: #000;
    margin: 22px 0 15px 40px;
    position: relative;
}
.main-nav p::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: 11px;
    left: -12px;
}
.main-nav p::after{
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 35px;
    left: -19px;
} 
/*.main-login-area{
    position: absolute;
    right: 35px;
    top: 30px;
    z-index: 1030;
}*/
.main-login-area{
    display: flex;
    align-items: center;
}
.main-login-area a{
    color: #fff;
    font-size: 10px;
}
.main-login-area a img{
    margin: 0 auto;
    text-align: center;
}


/*sub-nav*/
.nav{
    /*width: 636px;*/
    position: absolute;
    right: 0;
    top:0;
    color: #fff;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #555;
    height: 100%;
}
.gnb{
    width: 100%;
    text-align: center;
    font-size: 0;
    display: flex;
    padding: 23px 30px 23px 60px;
    align-items: center;
    gap: 35px;
}
.gnb-list{
    display: inline-block;
    flex: 1;
    text-align: center;
    position: relative;
}
.gnb-list a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 0;
    min-width: 108px;
}
.gnb-list a.border{
    border:1px solid #fff;
}

.gnb-list a.rsv-border {
    border: 1px solid #fff;
    font-weight: 500;
}

.sub{
    display: none;
    position: absolute;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    top:50px;
    color: #fff;
}
.sub{
    display: none;
    position: absolute;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    top:130px;
}
.sub li{
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    font-weight: 300;
}
.sub li a{
    font-size: 16px;
    font-weight: 300;
    transition: 0.3s all ease-in-out;
    padding:5px 0;
}
.sub li a:not(.sub-title){
    letter-spacing: -2px;
}
.sub-title{
    font-weight: 500 !important;
    font-size: var(--f18) !important;
}
.sub-bg{
    display: none;
    width: 730px;
    height: 296px;
    position: absolute;
    right: 7px;
    top: 90px;
    background: #918875;
}
.sub-bg .menu-line{
    color: #fff;
    margin: 8px 36px 15px 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-bg .menu-line::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: -3px;
}

.footer{
    position: absolute;
    /* bottom: 0; */
    background:#171717;
    width: 100%;
    color: #fff;
    padding: 62px 0 72px;
}
.f-layout {
    padding: 0 67px 0 152px;
}
.footer-sec01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.footer-sec01 h1{
    font-weight: 600;
    font-size: var(--f28);
}

.footer-sec01-list{
    display: flex;
    gap: 50px;
    font-size: var(--f14);
    align-items: center;
}

.footer-sec02 {
    color: #707070;
}
.footer-text {
    display: flex;
    justify-content: space-between;
}

.footer-text ul {
    display: flex;
    flex-wrap: wrap;          
    gap: 16px 40px;
    font-size: var(--f16);
    max-width: 1045px;
}

.footer-text ul li {
    flex: 0 0 auto;           
    white-space: nowrap;
    width: 100%;     
}

.footer-text ul li span {
    display: block;
    font-weight: 600;
}
.footer-sec02 .copy {
    font-weight: 300;
    font-size: var(--f14);
    margin-top: 40px;
}

.top-btn{position: relative;}
.to-top{
    width: 46px;
    height: 46px;
    background: var(--main-color);
    position: absolute;
    right:23px;
    bottom: 0;
    z-index: 300;
    border-radius: 50%;
}
.quick-top{
    width: 100%;
    height: 100%;
    display: block;
}
.quick-top img{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.top-btn span{
    position: absolute;
    bottom: -30px;
    right: 8px;
    color:#C5C5C5;
    font-size: 15px;
    text-align: center;
}