*{margin: 0; padding: 0;}

#wrap{
    margin: 0 auto;
    width: 1920px;
    position: relative;
}

/* 헤더 */
#header{
    /* width: 68.75%;
    min-width: 1320px; */
    overflow: hidden;
    margin: 0 auto;
}

/* gnb */
.gnb{
    z-index: 9999;
    overflow: hidden;
}
.gnb ul{
    position: absolute;
    top: 30px;
    right: 325px;
}
.gnb ul::after{content: ''; display: block; clear: both;}
.gnb ul li{
    float: left;
    }
.gnb ul li a{
    display: block;
    color: #000;
    text-align: center;
}
#sch{
    background: url(../img/sch_bt_b.png) no-repeat 0 0/contain;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin-right: 14px;
}
#my_p{
    background: url(../img/my_home_bt_b.png) no-repeat 0 0/contain;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin-right: 12px;
}
#login{
    background: url(../img/log_bt_b.png) no-repeat 0 0/contain;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

/* lnb */
.lnb{
    z-index: 9999;
    width: 100%;
}
.lnb ul{
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -600px;
}
.lnb ul::after{content: ''; display: block; clear: both;}
.lnb ul li{
    float: left;
    padding: 0px 50px;
}
.lnb ul li a{
    display: block;
    color: #000;
    /* color: #003e7a; */
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.lnb ul li a:hover{
    color: #0049b6;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid #0049b6;
}

/* 로고 */
.logo a{margin-top: -20px;}
.logo a img{
    width: 98.279px;
    height: 53.816px;
    z-index: 9999;
    /* position: absolute;
    top: 150px;
    left: 20%;
    margin-left: 580px;
    z-index: 9999; */
}
.lnb ul li:nth-child(4) a:hover{border-bottom: 0;}
.sub_img{
    background: url(../img/sub.jpg) no-repeat 0 0 / contain;
    width: 1920px;
    height: 4706px;
}