@charset "utf-8";

/* header */
.header {
    border-bottom: 1px solid #eee;
}
.header-bnr {
    position: relative;
    text-align: center;
    background-color: #4361c4;
}
.header-bnr .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 1100px;
    height: 40px;
    font-size: 14px;
    background: url(../../images/common/.png) no-repeat 50% 50% ;
}
.header-bnr .inner a {
    display: block;
    line-height: 60px;
    color: #3f6ea8;
}
.header-bnr .bnl-top {
    width: 100%;
    cursor: pointer;
    /*display: inline-flex;*/
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: bold;
}
.header-bnr .bnr-top {
    display: inline-flex;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.header-bnr .btn-top-bnr {
    background: url(../../images/common/btn-top-close.png) no-repeat 0% 0% ;
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}
.header-bnr .bnl-top > span {
    display: inline-block;
    color: #f6ec7c;

}
.header .header-top {
    width: 100%;
}
.header .header-top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1100px;
    height: 110px;
}
.header .header-top .logo a {
    display: block;
    width: 277px;
    height: 53px;
    background: url(../../images/common/logo.png) no-repeat 0 center;
    text-indent: -9999px;
    background-size: 100%;
}
.header .search {
    position: relative;
    width: 420px;
    height: 50px;
}
.header .search .field {
    overflow: hidden;
    position: absolute;
    z-index: 500;
    width: 100%;
    margin-bottom: 0;
    border-radius: 50px;
    background: rgba(255,255,255,1);
}
.header .search .inputbox {
    border: 0;
    height: 47px;
}
.inputbox {
    display: flex;
    position: relative;
    width: 100%;
    height: 47px;
    padding: 0;
}
.inplabel {
    display: flex;
    width: 100%;
}
.search .inputbox .inplabel input {
    padding: 0 70px 0 25px;
    border: 0;
    background: #f5f5f5;
    border-radius: 50px;
}
.search .btn-search {
    position: absolute;
    top: 0;
    right: 25px;
    width: 26px;
    height: 45px;
    min-width: auto;
    padding: 0;
    background: url(../../images/common/btn-search.png) no-repeat center center;
    border: 0;
}
.search .btn-search span {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    opacity: 0;
}
.personal-menu ul {
    white-space: nowrap;
}
.personal-menu ul li {
    display: inline-block;
    margin-left: 15px;
}
.personal-menu ul li:first-child {
    margin-left: 0;
}
.personal-menu ul li a {
    display: block;
    position: relative;
    padding-top: 35px;
    width: 50px;
    text-align: center;
}
.personal-menu ul li a.mypage {
    background: url(../../images/common/btn-mypage.png) no-repeat center top;
}
.personal-menu ul li a.cart {
    background: url(../../images/common/btn-cart.png) no-repeat center top;
}
.personal-menu ul li a.m-pay {
    background: url(../../images/common/btn-m-pay.png) no-repeat center top;
}
.personal-menu ul li a.m-kakao {
    background: url(../../images/common/btn-m-kakao.png) no-repeat center top;
}
.personal-menu ul li a span {
    color: #555;
    font-size: 12px;
    letter-spacing: -0.24px;
}

.header .gnb-wrap {
    position: relative;
    z-index: 500;
    /*overflow: hidden;*/
}
.header .gnb-wrap .gnb-in {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1100px;
}
.btn-category {
    display: block;
    padding: 0px 50px 0px 25px;
    height: 50px;
    line-height: 47px;
    background: url(../../images/common/btn_category_b.png) no-repeat left 47%;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
}
.category-menu-wrap {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    background: #fff;
    z-index: 403;
}

.menu-area {
    font-size: 0;
}
.menu-area .menu-list {
    position: relative;
    display: inline-block;
}
.menu-area .menu-list ul {
    font-size: 0;
}
.menu-area .menu-list ul li {
    display: inline-block;
}
.menu-area .menu-list ul li > a {
    position: relative;
    display: block;
    padding: 0px 15px;
    color: #333;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: -0.3px;
}
.menu-area .menu-list ul li:first-child > a {
    padding-left: 25px;
}
.header-util {
    margin-left: 65px;
    position: absolute;
    top: 0px;
    right: 0;
}
.header-util ul li {
    display: inline-block;
    margin-left: 15px;
}
.header-util ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 50px;
    letter-spacing: -0.26px;
}
.header-util ul li a.logout {
    display: block;
    color: #777;
    text-decoration: underline;
}
.header-util ul li a.btn-consulting {
    height: 55px;
    background: #e9586e;
    color: #fff;
    padding: 0px 20px;
}
.hiding, caption {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 1;
}
.category-sub,
.category-sub2 {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    z-index: 403;
}
.category-sub .category-inner,
.category-sub2 .category-inner {
    display: none;
    float: left;
    padding: 13px 15px 15px 15px;
    width: 200px;
    border: 1px solid #4361c4;
    box-sizing: border-box;
    background-color: #fff;
}
.category-sub .category-inner ul li a,
.category-sub2 .category-inner ul li a {
    display: block;
    padding: 9px 10px;
    font-size: 15px;
    line-height: 16px;
    color: #333;
    letter-spacing: -0.75px;
}
.menuicon, .nav-top, .menuclose, 
.menuclose2 {
    display: none;
}
.category-sub .category-inner ul.my {
    display: none;
}
.category-sub2 .category-inner ul.my {
    display: none;
}



.menu-scroller {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    /*width: 100%;*/
    height: 50px;
}
.menu-scroller .sticky-inner {
    overflow-x: auto;
    -ms-overflow-style: none;
}
.menu-scroller .sticky-inner::-webkit-scrollbar { 
    display:none; 
}
.nav-slider {
    display: table;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}
.nav-slider li {
    display: table-cell;
}
.nav-slider li a {
    position: relative;
    display: block;
    padding: 0px 8px;
    margin: 0px 8px;
    font-size: 15px;
    line-height: 47px;
    white-space: nowrap;
    outline: none;
    color: #000;
}

.nav-slider li a:hover{
    border-bottom: 3px solid #4361c4;
}
.nav-slider{ -ms-overflow-style: none; } 
.nav-slider::-webkit-scrollbar{ display:none; }



@media (max-width: 1140px) {
    .header-bnr .inner {
        width: 100%;
        padding: 0px 20px;
    }
    .header .header-top .inner {
        width: 100%;
        padding: 0px 20px;
        height: 100px;
        position: relative;
    }
    .header .header-top .logo a {
        width: 220px;
        background-size: 100%;
    }
    .header .btn-cate {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 0;
    }
    .header .btn-cate::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(../../images/common/btn-category.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .header-util {
        margin-left: 65px;
        position: absolute;
        top: 0px;
        right: 20px;
    }
    .header .gnb-wrap .gnb-in {
        width: 100%;
        padding: 0px 20px;
    }
    .personal-menu {
        margin-right: 60px;
    }
    .personal-menu ul li a.m-kakao, 
    .personal-menu ul li a.m-pay  {
        display: none;
    }
    .personal-menu ul li a span {
        display: none;
    }
    .personal-menu ul li a {
        width: 35px;
    }
    .category-sub {
        top: 0;
        left: 0px;
    }
    .category-sub.on {
        width: 100%;
        display: block;
        height: 100vh;
        background-color: rgba(6,23,37,.8);
        position: fixed;
        padding-bottom: 50px;
        z-index: 999;
    }
    .category-sub2 {
        top: 0;
        left: 0px;
    }
    .category-sub2.on {
        width: 100%;
        display: block;
        height: 100vh;
        background-color: rgba(6,23,37,.8);
        position: fixed;
        padding-bottom: 50px;
        z-index: 999;
    }
    .header .btn-category {
        display: none;
    }
    .nav-top {
        max-width: 250px;
        display: block;
        background: #4361c4;
        height: 100px;
        box-sizing: border-box;
    }
    .nav-top ul {
        display: flex;
        line-height: 1.6;
        align-items: center;
        padding-left: 20px;
        padding-top: 20px;
    }
    .nav-top ul li {
        display: inline-block;
        padding: 0px 15px 0 0px;
        position: relative;
        vertical-align: middle;
        float: none;
    }
    .nav-top ul li a {
        color: #cbd2e9;
    }
    .nav-top ul li span {
        font-size: 13px;
    }
    .nav-top ul li .nav-top-bar {
        display: block;
        width: 1px;
        height: 10px;
        background: #fff;
    }
    .nav-top .nav-name {
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        line-height: 45px;
    }
    .nav-top .nav-name span {
        text-decoration: underline;
    }
    .nav-top .nav-name span > a {
        font-size: 15px;
        color: #fff;
        font-weight: bold;
    }
    .category-sub .category-inner ul li {
        border-bottom: 1px solid #e5e5e5;
    }
    .category-sub .category-inner ul li a {
        display: block;
        padding: 0 0 0 0px;
        font-size: 15px;
        line-height: 45px;
        height: 45px;
    }
    .category-sub .category-inner ul.my {
        display: block;
        margin-top: 40px;
    }
    .category-sub .category-inner ul.my li.title {
        display: block;
        padding: 0 0 0 0px;
        font-weight: bold;
        font-size: 20px;
        line-height: 45px;
        height: 45px;
        border: none;
    }
    .category-sub2 .category-inner ul li {
        border-bottom: 1px solid #e5e5e5;
    }
    .category-sub2 .category-inner ul li a {
        display: block;
        padding: 0 0 0 0px;
        font-size: 15px;
        line-height: 45px;
        height: 45px;
    }
    .category-sub2 .category-inner ul.my {
        display: block;
        margin-top: 40px;
    }
    .category-sub2 .category-inner ul.my li.title {
        display: block;
        padding: 0 0 0 0px;
        font-weight: bold;
        font-size: 20px;
        line-height: 45px;
        height: 45px;
        border: none;
    }
    .menuclose {
        display: block;
        position: absolute;
        right: 250px;
        top: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 50px;
        height: 50px;
        z-index: 1000;
        background-color: #6a88e9;
    }
    .menuclose:before {
        content: '';
        background: url(../../images/common/menuclose.png) no-repeat;
        width: 22px;
        height: 22px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -11px;
        margin-top: -11px;
    }
    .menuclose2 {
        display: block;
        position: absolute;
        left: 200px;
        top: 0;
        text-indent: -9999px;
        overflow: hidden;
        width: 50px;
        height: 50px;
        z-index: 1000;
        background-color: #6a88e9;
    }
    .menuclose2:before {
        content: '';
        background: url(../../images/common/menuclose.png) no-repeat;
        width: 22px;
        height: 22px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -11px;
        margin-top: -11px;
    }
    .header-util {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header .header-top .inner {
    }
    .personal-menu {

    }
    .header .search {
        width: 42%;
    }
    .header .gnb-wrap {
        height: 46px;
        line-height: 45px;
    }
    .menu-scroller {
        height: 46px;
    }
    .nav-slider li a {
        line-height: 43px;
        font-size: 14px;
    }
    .personal-menu ul li {
        display: inline-block;
        margin-left: 5px;
    }
    .menu-area .menu-list ul li:first-child > a {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .header .header-top .inner {
        display: block;
        position: relative;
        height: 120px;
    }
    .header-bnr .bnl-top {
        font-size: 13px;
    }
    .header .logo {
        position: relative;
        z-index: 1;
        width: 200px;
        height: 75px;
    }
    .header .header-top .logo a {
        display: flex;
        width: 200px;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-size: 100%;
        background-position-y: 22px;
    }
    .personal-menu {
        position: absolute;
        top: 25px;
        right: 20px;
    }
    .header .btn-cate {
        top: 35%;
    }
    .header .search {
        display: flex;
        width: 100%;
        height: 40px;
        margin: 0 auto;
    }
    .header .search .btn-search {
        height: 40px;
        right: 20px;
        background-size: 90%;
    }
    .header .search .inputbox {
        height: 40px;
    }
    .header-bnr .inner {
        background-size: auto 50px;
    }
    .header-bnr .inner a {
        line-height: 50px;
    }
    .nav-slider li a {
        padding: 0px 4px;
        margin: 0px 4px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .header .header-top .inner {
        height: 115px;
    }
    .header .logo {
        height: 70px;
    }
    .header .header-top .logo a {
        width: 180px;
    }
    .header-bnr .inner {
        height: 40px;
        background-size: auto 40px;
    }
    .header-bnr .inner a {
        line-height: 40px;
    }
    .header .search .btn-search {
        right: 15px;
    }
    .personal-menu {
        margin-right: 45px;
    }
}


/* 화면 너비 0 ~ 1024px */
@media (max-width: 1024px) {
    #wrap {width: 100%;}
    /* .article1 {width: calc(30% - 4rem);}
    .article2 {width: calc(30% - 4rem);}
    .article3 {width: calc(40% - 4rem);} */
    .article1 {width: calc(50% - 4rem);}
    .article2 {width: calc(50% - 4rem);}
    .article3 {width: calc(100% - 4rem);}
 }
 /* 화면 너비 0 ~ 768px */
 @media (max-width: 768px){
    .mainBg {width: 100%;}
    .article1 {width: calc(50% - 4rem);}
    .article2 {width: calc(50% - 4rem);}
    .article3 {width: calc(100% - 4rem);}
 }
 /* 화면 너비 0 ~ 480px */
 @media (max-width: 480px){
    .article1 {width: calc(100% - 4rem);}
    .article2 {width: calc(100% - 4rem);}
    .article3 {width: calc(100% - 4rem);}
 }      

 
 /* 화면 너비 0 ~ 620px */
 @media (max-width: 640px){
/*    .menu-area .menu-list {
        width: 70%;
    }*/
/*    .menu-area .menu-list {
        width: 70%;
        overflow-x: auto;
        white-space: nowrap;
        position: relative;
        display: inline-block;
        overscroll-behavior-x: contain;
        overscroll-behavior-y: contain;
    }
    .menu-area .menu-list ul li > a {
        position: relative;
        display: block;
        padding: 0px 10px;
        color: #333;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        line-height: 55px;
        letter-spacing: -0.3px;
    }*/
    .search {
        width: 90%
    }
    .search .field {
        overflow: hidden;
        position: absolute;
        z-index: 500;
        margin-bottom: 0;
        border-radius: 50px;
        background: rgba(255,255,255,1);
    }
 }     