.container1520 {
    max-width: 1520px;
    width: 95%;
    margin: 0 auto;
}

/* header.on */
header.on {
    background: rgba(255, 255, 255, 1);
    color: #2d2d2d;
}


.main_before {
    height: 0px;
    width: 100%;
}

header {
    overflow: hidden;
    position: fixed;
    top: 30px;
    left: 50%;
    width: 95%;
    z-index: 1000;
    background: rgba(255, 255, 255, 1);
    color: #2d2d2d;
    /* transition: all .5s ease-in-out; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: background .3s ease-in-out;
    transform: translateX(-50%);
    border-radius: 30px;

}

.pc_top_ban {
    background: #003670;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding-left: 30px;
}

.pc_top_ban .ctt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.pc_top_ban .night {
    display: flex;
    gap: 0 30px
}

.pc_top_ban .night div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pc_top_ban .night p {
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

.pc_top_ban .night p strong {
    color: #9af5ff
}

.pc_top_ban .night p strong img {
    width: 23px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.pc_top_ban .night div img {
    width: 26px;
    margin-right: 4px;
}

.pc_top_ban .night i {
    font-weight: bold;
    font-style: normal;
    background: red;
    line-height: 1;
    border-radius: 8px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3)
}

.pc_top_ban b {
    color: #ffc743
}

.parking {
    font-size: 18px;
    line-height: 1.5;
    background: #00a2c0;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
}

.parking div {
    display: flex;
    gap: 0 10px
}

.parking img {
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.parking span {
    color: #fff;
    ;
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.h_top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .5px solid #D8D8D8;
}

.h_logo {

    max-width: 300px;
    /* filter: invert(100%) sepia(100%) saturate(0) hue-rotate(200deg) brightness(200%) contrast(201%); */
    transition: .3s;
}

.header_in_wrap {
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    width: 95%;
    display: flex;
    /* gap: 100px; */
    justify-content: space-between;
    align-items: center;
    /* transition: all .5s ease-in-out; */
}

.header_in_wrap nav {
    /* height: 100%; */
    display: flex;
    align-items: center;

}

.header_in_wrap .gnb {
    display: flex;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
}

.header_in_wrap .gnb li a {
    transition: all .5s ease;
    /* overflow: hidden; */
    position: relative;
}

.header_in_wrap .gnb li:hover a,
.header_in_wrap .gnb li.active a {
    color: #003973;
}

.header_in_wrap .gnb li.active a::before {
    width: 100%;
}

.header_in_wrap .gnb li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-left: 0%;
    width: 0;
    height: 2px;
    background: #fff;
    /* transition: all .3s ease ; */
    transition-duration: 0.5s;
}

.header_in_wrap .gnb a {
    padding: 0 15px;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 4rem;
}

.header_in_wrap .header_link {
    display: flex;
    align-items: center;
    font-family: 'NEXON Lv2 Gothic';
    font-weight: bold;
    color: #000;
}

.link_img {
    margin-right: 1rem;
}

/* .header_link p{
    font-size: 1.5rem;
}
.header_link span{
    font-size: 2.6rem;
} */
.header_in_wrap .header_link {
    display: none;
}

/* 모바일메뉴 */
.menu-wrap {
    /* display: none; */
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

.menu-wrap .line {
    position: absolute;
    width: 100%;
    height: 2.5px;
    border-radius: 2px;
    background: #333;
    left: 0;
}

.menu-wrap .line:first-child {
    top: 0;
    transform-origin: 25% 50%;
    transition: .3s;
}

.menu-wrap .line:nth-child(2) {
    top: calc(50% - 1px);
}

.menu-wrap .line:last-child {
    bottom: 0;
    transform-origin: 25% 50%;
    transition: .3s;
}

.menu-wrap.open .line:first-child {
    transform: rotate(45deg) translateX(10%);
}

.menu-wrap.open .line:nth-child(2) {
    opacity: 0;
}

.menu-wrap.open .line:last-child {
    transform: rotate(-45deg) translateX(10%);
}

@media (min-width:0px) and (max-width:1280px) {
    .header_in_wrap .gnb {
        font-size: 17px;
    }

    .h_logo {
        max-width: 230px;
    }

    #quick-placeholder ul li .img_wrap {
        width: 40px;
    }

    #quick-placeholder ul li {
        padding: 7px;
    }

    .pc_top_ban {
        font-size: 16px;
    }

    .pc_top_ban .night p {
        font-size: 16px;
    }

    .pc_top_ban .night i {
        padding: 5px 12px;
    }

    .pc_top_ban .night p strong img {
        width: 16px;
    }

    .pc_top_ban .night div img {
        width: 16px;
    }

    .pc_top_ban .night div {
        gap: 0 5px;
    }

    .parking p {
        font-size: 16px;
    }
}

@media (min-width:0px) and (max-width:1080px) {
    /* header */
    /* header{background: #fff;} */
    .main_before {
        height:178px;
        display: block;
    }

    header {
        overflow:unset;
        top: 0;
        left: 0;
        transform: translateX(0);
        width: 100%;
        border-radius: 0;
        color: #2d2d2d;
    }

    header .h_logo .logo_b {
        display: block;
    }

    header .h_logo .logo_w {
        display: none;
    }

    header .header_in_wrap {
        height: 65px;
        padding: 0;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    header.on .header_in_wrap {
        height: 65px;

    }

    .header_in_wrap .gnb li.active a {
        color: #00A5BA;
    }

    .header_in_wrap .header_link {
        display: flex;
    }

    .link_img {
        width: 40px;
    }

    /* mobile menu */
    .header_in_wrap nav.menu_open {
        /* display: block; */
        height: auto;
    }

    .header_in_wrap .h_logo {
        max-width: 250px;
    }

    .header_in_wrap nav {
        display: block;
        position: absolute;
        top: 178px;
        left: 0;
        width: 100%;
        background: #003973;
        height: 0px;
        overflow: hidden;
        transition: all .5s ease;
    }

    .header_in_wrap .gnb {
        font-size: 1.6rem;
    }

    header.on .header_in_wrap nav {
        top: 178px;
    }

    header.on .header_in_wrap nav .gnb {
        font-size: 1.6rem;
        color: #000;
    }

    header .header_in_wrap nav .gnb {
        flex-direction: column;
    }

    header .header_in_wrap nav .gnb a {
        line-height: 4rem;
        /* background: #f5f5f570; */
        color: #fff;
        border-bottom: 1px solid #d7d6d6ad;
    }

    header .header_in_wrap nav .gnb a::before {
        display: none
    }

    header .header_in_wrap nav .gnb .active a {
        background: #fff;
    }

    .pc_top_ban .ctt {
        flex-wrap: wrap
    }

    .pc_top_ban{padding-left:0;}
    .pc_top_ban .night {
        flex-wrap: wrap;gap: 3px 0;
        padding:5px 0;
    }

    .pc_top_ban .night p {
        font-size: 14px;
    }

    .night {
        width: 100%;
    }

    .pc_top_ban .night div {
        width: 100%;
        justify-content: center;
    }

    .parking {
        width: 100%;
        padding:5px 0;
    }

    .pc_top_ban .night i {
        padding: 2px 9px;
        font-size: 13px;
    }

    .parking div {
        display: flex;
        gap: 0 10px;
        justify-content: center;
    }
    .parking p{font-size:14px;}
    .parking span{font-size:14px;}
    .parking img{width:14px;}
}

@media (min-width:0px) and (max-width:500px) {
    .h_logo {
        width: 220px;
    }
}