@charset "utf-8";

.hidden {
    position: absolute;
    left: -9999px;
}

.noto {
    font-family: 'Noto Sans KR', sans-serif;
}

.arch {
    font-family: "Archivo", sans-serif;
}

#wrap {
    min-width: 1280px;
    height: 100vh;
}

header {
    height: 150px;
    top: 0;
    overflow: hidden;
}

#lnb {
    width: 100%;
    min-width: 1280px;
    height: 110px;
    float: left;
    padding: 30px 30px 0 30px;
    position: fixed;
}

h1 img {
    width: 100px;
    height: 110px;
    float: left;
    position: relative;
    transition: transform 0.5s ease;
}

h1 img:hover {
     transform: scale(1.15);
}


/*************왼쪽메뉴*************/
#lnb_left {
    width: calc((100% - 160px) / 2 + 100px);
    height: 110px;
    float: left;
    position: relative;
}

#lnb_left > ul > li {
    float: left;
    line-height: 110px;
    margin-right: 30px;
    cursor: pointer;
}


#lnb_left > ul > li {
    color: #fff;
    font-size: 20px;
}


#lnb_left > ul > li > a {
    color: #fff;
}

#lnb_left > ul > li > a:hover {
    color: #555;
}

#lnb span:hover {
    color: #555;
}

#lnb_left > ul > li:first-child {
    margin-left: 60px;
}

.menu1,.menu2 {
    position: fixed;
}

.menu1 a,.menu2 a {
    width: 100%;
    height: 22.5px;
    display: block;
    text-align: left;
    line-height: 22.5px;
    color: #fff;
    font-size: 15px;
}

.sub > li > a:hover {
    color: #555;
}

/**********오른쪽 메뉴*************/
#lnb_right {
    width: calc((100% - 160px) / 2 - 100px);
    height: 110px;
    float: left;
    position: relative;
}

#lnb_right > ul {
    float: right;
    margin-top: 42.5px;
}

#lnb_right > ul > li > a > img {
    width: 25px;
    height: 25px;
}

.search_btn {
    width: 280px;
    height: 35px;
    float: left;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 30px;
    transform: translateY(-10px);
}

.search_btn img {
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.search_btn:hover img {
    filter: invert(20%);
}

.search_btn > input {
    position: absolute;
    left: 50px;
    transform: translateY(-50);
    background-color: transparent;
    border: none;
    outline: none;
    width: 220px;
    height: 35px;
    color: #fff;
    line-height: 20px;
}

#search_box {
    width: 0;
    height: 100%;
    background-color: #0007;
    top: 0;
    right: 0;
    position: fixed;
}

.login_btn {
    float: left;
    margin-right: 30px;
}
.login_btn:hover img {
    filter: invert(80%);
}

.cart_btn {
    float: left;
}
.cart_btn:hover img {
    filter: invert(80%);
}

/*************서브메뉴*************/
.subBox {
    width: 100%;
    height: 300px;
    background-color: #0007;
    position: fixed;
    top: 0;
    left: 0;
}


/***************footer*************/

footer {
    bottom: 0;
    width: 100%;
    height: 110px;
}

address {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    font-weight: lighter;
    letter-spacing: -0.5px;
}