* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}
#header {
}
.head_go {
    padding: 49px 0 35px 0;
}
.head_go:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.head_go .logo {
    float: left;
}
.head_go .search_he {
    float: right;
}
.search_he ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.search_he ul li {
    float: right;
}
.search_he .login_btn_A a {
    display: inline-block;
    padding: 0 6px;
    height: 46px;
    line-height: 46px;
    color: var(--color-Gray80);
}
.search_he .login_btn_A a:hover {
    color: var(--color-Purplered);
}
.search_he .login_btn_A span {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 0;
    width: 1px;
    height: 12px;
    background: var(--color-Gray80);
}
/*pc*/
@media all and (min-width: 861px) {
    .DB_lnb_wrap {
        height: 70px;
    } /*fixed 될경우 메뉴의 높이값 확보*/

    .DB_lnb {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 70px;
        border-top: 1px solid var(--color-lightGray);
        border-bottom: 1px solid var(--color-lightGray);
        background: #fff;
    }
    .DB_lnb.fixed {
        position: fixed;
        top: 0;
        z-index: 10;
    }
    .DB_lnb .title {
        display: none;
    }
    .DB_lnb .toggle {
        display: none;
    }
    .DB_lnb .bg {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.8);
        transition: 0.3s;
    }
    .DB_lnb .inner {
        position: absolute;
        z-index: 10;
        left: 0;
        width: 100%;
    }
    .DB_lnb .d1 {
        position: relative;
        z-index: 10;
        max-width: 1300px;
        margin: 0 auto 0;
    }
    .DB_lnb .d1 > li {
        float: left;
        width: calc(100% / 7);
        height: 100%;
    }
    .DB_lnb .d1 > li > a {
        display: block;
        line-height: 70px;
        color: var(--color-black);
        text-align: center;
        background: url("../img/Search_line2.gif") no-repeat 100% 50%;
    }
    .DB_lnb .d1 > li:last-child a {
        background: none;
    }
    .DB_lnb .d1 > li:hover > a {
        background: #183f76;
        color: #fff;
    }
    .DB_lnb .d1 > li:hover .d2 {
        background: #3b424a;
        position: relative;
        z-index: 10;
    }
    .DB_lnb .d1 > li:first-child .d2 {
        border-left: 1px solid #636a74;
    }

    .DB_lnb .d2 {
        border-right: 1px solid #636a74;
        height: 0;
        overflow: hidden;
        transition: 0.3s;
    }
    .DB_lnb .d2 > li {
        position: relative;
        z-index: 10;
        border-bottom: 1px solid #636a74;
    }
    .DB_lnb .d2 > li:first-child {
        border-top: 1px solid #636a74;
    }
    .DB_lnb .d2 > li.be > a {
        background: url("../img/gnb/ico_be.png") no-repeat 95% center;
    }
    .DB_lnb .d2 > li > a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
    }
    .DB_lnb .d2 > li:hover {
        position: relative;
        background: #b92839;
        z-index: 10;
    }
    .DB_lnb .d2 > li:hover .d3 {
        display: block;
    }
    .DB_lnb .d2:hover {
        overflow: visible;
    }

    .DB_lnb .d3 {
        position: absolute;
        border: 1px solid #aaa;
        width: 100%;
        left: 100%;
        top: -5px;
        background: #fff;
        display: none;
        padding: 5px 3px;
        border-radius: 5px;
        z-index: 10;
    }
    .DB_lnb .d3 .arrow {
        position: absolute;
        left: -6px;
        top: 18px;
        background: url("../img/gnb/arrow.gif") no-repeat;
        width: 6px;
        height: 11px;
    }
    .DB_lnb .d1 > li.left .d3 {
        left: -100%;
    }
    .DB_lnb .d1 > li.left .d3 .arrow {
        left: 100%;
        background: url("../img/gnb/arrow2.gif") no-repeat;
    }
    .DB_lnb .d3 li {
        border-top: 1px solid #ddd;
    }
    .DB_lnb .d3 li:first-child {
        border-top: none;
    }
    .DB_lnb .d3 a {
        display: block;
        line-height: 40px;
        padding: 0 10px;
        font-size: 13px;
    }
    .DB_lnb .d3 a:hover {
        background: #3d3d3d;
        color: #fff;
    }

    .DB_lnb:hover .bg {
        height: 84px;
        transition: 0.3s;
    }
    .DB_lnb:hover .d2 {
        height: 84px;
        transition: 0.3s;
    }
}
@media (max-width: 1060px) {
    .DB_lnb .d1 > li a.fs18 {
        font-size: 16px;
        letter-spacing: -0.05em;
    }
}
/*mobile*/
@media all and (max-width: 860px) {
    .DB_lnb_wrap {
        position: relative;
        z-index: 10;
        height: 48px;
    } /*fixed 될경우 메뉴의 높이값 확보*/
    .DB_lnb {
        position: relative;
        border-top: 1px solid #183f76;
        border-bottom: 1px solid #183f76;
        background: #fff;
    }
    .DB_lnb .title {
        position: relative;
        z-index: 30;
        height: 48px;
        background: #fff;
    }
    .DB_lnb .toggle {
        position: absolute;
        width: 48px;
        height: 48px;
        background: #183f76 url("../img/gnb/toggle_open.png") no-repeat center;
        background-size: cover;
    }
    .DB_lnb .path {
        float: right;
        margin-right: 10px;
    }
    .DB_lnb .path i i {
        display: inline-block;
        font-style: normal;
        line-height: 48px;
        padding: 0 15px;
        background: url("../img/gnb/arrow.png") no-repeat right center;
        background-size: 8px;
        color: #184074;
        font-size: 11px;
    }
    .DB_lnb .bg {
        display: none;
        position: fixed;
        z-index: 20;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
    .DB_lnb .inner {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 20;
        overflow: hidden;
    }

    .DB_lnb .d1 {
        position: relative;
        width: 100%;
        left: 0;
        transition: 0.3s;
    }
    .DB_lnb .d1 > li {
        line-height: 48px;
        border-bottom: 1px solid #636a74;
    }
    .DB_lnb .d1 > li > a {
        display: block;
        line-height: 48px;
        color: #fff;
        text-align: center;
    }
    .DB_lnb .d1 > li.be > a {
        background: url("../img/gnb/ico_be.png") no-repeat 95% center;
    }
    .DB_lnb .d1 > li.on {
        background: #183f76;
    }
    .DB_lnb .d1 > li.on .d2 {
        display: block;
    }

    .DB_lnb .d2 {
        display: none;
        position: absolute;
        width: 100%;
        left: 100%;
        top: 0;
    }
    .DB_lnb .d2 > li {
        line-height: 48px;
        border-bottom: 1px solid #636a74;
    }
    .DB_lnb .d2 > li > a {
        display: block;
        line-height: 48px;
        color: #fff;
        text-align: center;
    }
    .DB_lnb .d2 > li.be > a {
        background: url("../img/gnb/ico_be.png") no-repeat 95% center;
    }
    .DB_lnb .d2 > li.on {
        background: #1d7098;
    }
    .DB_lnb .d2 > li.on .d3 {
        display: block;
    }

    .DB_lnb .d3 {
        display: none;
        position: absolute;
        width: 100%;
        left: 100%;
        top: 0;
    }
    .DB_lnb .d3 li {
        line-height: 48px;
        border-bottom: 1px solid #636a74;
    }
    .DB_lnb .d3 li > a {
        display: block;
        line-height: 48px;
        color: #fff;
        text-align: center;
    }
    .DB_lnb .d3 li.on {
        background: #183f76;
    }

    /*open*/
    .DB_lnb.on .toggle {
        background: #000 url("../img/gnb/toggle_close.png") no-repeat center;
        background-size: cover;
    }
    .DB_lnb.on .bg {
        display: block;
    }
    .DB_lnb.on .inner {
        display: block;
    }
    .DB_lnb.on .d1.step1 {
        left: -100%;
        transition: 0.3s;
    }
    .DB_lnb.on .d1.step2 {
        left: -200%;
        transition: 0.3s;
    }
    .DB_lnb.on.fixed {
        position: fixed;
        width: 100%;
        top: 0;
    }
}
