/*서브탭메뉴*/

.home {
    width: 60px; height: 60px;
    position: absolute;
    z-index: 9999;
    background: #9a7469;
}
.home img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%)
}
.home a {
    display: block;
    width: 100%;
    height: 100%;
}
.smenu_all {
    width: 1300px;
    height: 60px;
    transform: translateX(-50%);
    z-index: 1111;
    overflow: hidden;
    background: #000;
    /* margin: 0 auto; */
    z-index: 9999;
    position: relative;
    top: -30px;
    left: 50%;
   /* margin-left: -600px;
    margin-bottom: -58px; */
}

.smenu_wrap {
    display: none;
    background: #000;
}


.smenu_wrap ul {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.smenu_wrap li {
    width: auto;
    display: block;
    font-size: 16px;
    line-height: 74px;
    padding: 0 20px;
    position: relative;
    font-family: 'Apple SD Gothic Neo',arial,sans-serif;
    font-weight: 300;

}
.smenu_wrap li:after {
    content: "";
    width: 2px;
    height: 12px;
    background: #fff;
    display: block;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.smenu_wrap li:last-child::after {
    display: none;
}


.smenu_wrap ul a {
    display: block;
    box-sizing: border-box;
    color: #fff;
}

.smenu_wrap>ul>a:hover {
    background: #d2d6d5 !important;
    color: #636363 !important;
    font-weight: 600 !important;
    z-index: 11111;
    box-sizing: border-box;
}
.smtab_on {
    color: #fff !important;
    font-weight: 600 !important;
}
.pmtab_on {
    background: #fff !important;
    color: #222 !important;
    font-weight: 400 !important;
    z-index: 11111;
    box-sizing: border-box;
}
.intab_on {
    font-weight: 600 !important;
    color: #493f39 !important;
}


