/* BASIC css start */
.searchArea .search fieldset {
    position: relative;
    margin: 0 auto;
    width: 60%;
    height: 60px;
    border-bottom: 1px solid #000;
}

.searchArea .search .MS_search_word {
    font-weight: bold;
    color: #000;
    margin: 14px 0 0 10px;
    font-size: 30px;
    width: 71%;
    height: 33px;
    padding: 0 0 0 0px;
    border: 0 !important;
    line-height: 28px;
    background: none;
    outline: 0;
}

.searchArea .search fieldset a {
    float: right;
    line-height: 60px;
    margin-right: 14px;
    font-size: 14px;
    height: 60px;
    font-weight: normal;
    box-sizing: border-box;
}

.return-top {
    right: 12px;
    bottom: 32px;
    position: fixed;
    z-index: 9999;
    width: 20px;
    height: 20px;
}

.return-top > .icono-caretUp {
    text-align: center;
}

.return-top > .icono-caretUp i {
    line-height: 35px;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.mbi-simpletalk-kakao {
    position: fixed;
    bottom: 120px;
    right: 5px;
    z-index: 999;
}

.mbi-simpletalk-kakao > .badge {
    display:block;
    cursor: pointer;
}


#sideber {
    position: fixed;
    width: 280px;
    left: 0;
    top: 0px;
    height: 100%;
    z-index: 9999
}

#sideber > #sideber_wrap {
    padding: 0 40px
}

#sideber > #sideber_wrap > .inner li {
    line-height: 2.0em
}

#sideber > #sideber_wrap > .inner li a {
    transition: all 0.2s ease-out;
    font-size:12px;
    letter-spacing: 1px;
}

#sideber > #sideber_wrap > .inner li a:hover {
    text-decoration: none;
    color: #9e9e9e
}

#sideber > #sideber_wrap > .inner li a span {
    font-size:10px;
}

#sideber > #sideber_wrap > .inner > .toplogo {
    margin-top: 50px;
    display: table;
}

#sideber > #sideber_wrap > .inner > .toplogo .xans-layout-logotop {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#sideber > #sideber_wrap > .inner > .toplogo .xans-layout-logotop a {
    display: inline-block;
}

#sideber > #sideber_wrap > .inner > .toplogo .xans-layout-logotop img {
    max-height: 32px
}

#sideber > #sideber_wrap > .inner > .toplogo .xans-layout-logotop a:hover {
    text-decoration: none;
}

#sideber > #sideber_wrap > .inner > .menu_v {
    margin-top: 30px
}

#sideber > #sideber_wrap > .inner > .menu_v > ul > li {
}

#sideber > #sideber_wrap > .inner > .menu_v > ul > li a {
    font-size: 12px;
}

#sideber > #sideber_wrap > .inner > .menu_v > ul > li > ul {
    padding: 20px 0 25px;
    display:none;
}

#sideber > #sideber_wrap > .inner > .menu_v > ul > li > ul > li {
    line-height: 1.8em;
}

#sideber > #sideber_wrap > .inner > .menu_v > ul > li > ul > li a {
    font-weight: normal;
    font-size: 11px;
    padding-left: 10px;
    color: #333;
    transition: all 0.2s ease-out;
}

#sideber > #sideber_wrap > .inner > .menu_v > ul > li > ul > li a:hover {
    padding-left: 20px;
}

#sideber > #sideber_wrap > .inner > .etccate {
    margin-top: 0
}

#sideber > #sideber_wrap > .inner > .etccate > ul > li a {
    font-size: 12px;
}

#sideber > #sideber_wrap > .inner > .membercate {
    margin-top: 50px;
}

#sideber > #sideber_wrap > .inner > .membercate > ul > li {
    line-height: 1.5
}

#sideber > #sideber_wrap > .inner > .membercate > ul > li a {
    font-size: 10px;
    letter-spacing: 1px;
}

#sideber > #sideber_wrap > .inner > .membercate > ul > li > a > i {
    font-size: 18px;
    vertical-align: middle;
    padding-right: 2px
}


#sideber > #sideber_wrap > .inner > .snscate li {
    display: inline-block;
    line-height: 2.0em;
    padding-right: 7px
}

#sideber > #sideber_wrap > .inner > .snscate li a {
    font-size: 15px;
}

.sidebar_lookbook {
    position: fixed;
    width: 100%;
    left: 100px;
    top: 45%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    z-index: 9
}

.leftcate_reactive_open {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    top: 17px;
    z-index: 1;
    letter-spacing: 1px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.leftcate_reactive_open .line1 {
    height: 2px;
    background-color: #000;
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 6px;
    transition: all 0.2s;
}

.leftcate_reactive_open .line2 {
    height: 2px;
    background-color: #000;
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 11px
}

.leftcate_reactive_open .line3 {
    height: 2px;
    background-color: #000;
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 16px;
    transition: all 0.2s;
}

.leftcate_reactive_open:hover .line1 {
    height: 2px;
    background-color: #555;
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 3px
}

.leftcate_reactive_open:hover .line2 {
    height: 2px;
    background-color: #555;
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 11px
}

.leftcate_reactive_open:hover .line3 {
    height: 2px;
    background-color: #555;
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 19px
}

.leftcate_reactive_cont {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.leftcate_reactive_cont .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,10);
    filter: alpha(opacity=10);
}

.leftcate_reactive_cont .pop-layer {
    display: block;
}

.leftcate_reactive_cont #artfinger_slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.leftcate_reactive_cont #artfinger_slide .artfinger_slide_wrap {
}

.leftcate_reactive_cont .leftcate_membership {
}

.leftcate_reactive_cont .leftcate_membership li {
    position: relative;
    display: block;
    text-align: left;
    padding: 3px 0px
}

.leftcate_reactive_cont .leftcate_membership li a {
    font-size: 11px;
    transition: all 0.2s ease-out;
}

.leftcate_reactive_cont .leftcate_membership li a:hover {
    color: #9e9e9e
}

.leftcate_reactive_cont .xans-layout-category {
    margin-top: 20px;
}

.leftcate_reactive_cont .xans-layout-category ul {
    display: none;
}

.leftcate_reactive_cont .xans-layout-category li.selected > ul {
    display: block;
}

.leftcate_reactive_cont .menu_v {
}

.leftcate_reactive_cont .menu_v {
    position: relative;
}

.leftcate_reactive_cont .menu_v li.active ul {
    display: block;
}

.leftcate_reactive_cont .menu_v li.active > a > span {
    font-weight: 600;
}

.leftcate_reactive_cont .menu_v li {
    display: block;
    width: 100%;
    text-align: left;
}

.leftcate_reactive_cont .menu_v > ul > li > ul a {
    display: block;
    padding: 5px 0;
    color: #000;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    transition: all 0.2s ease-out;
}

.leftcate_reactive_cont .menu_v > ul > li > ul a:hover {
    color: #9e9e9e
}

.leftcate_reactive_cont .menu_v ul li ul {
    padding: 10px 0
}

.leftcate_reactive_cont .menu_v > ul > li {
}

.leftcate_reactive_cont .menu_v > ul > li a {
    margin-left: 0px;
    display: block;
    margin-right: 0px;
    padding: 8px 0px;
    word-wrap: break-word;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.leftcate_reactive_cont .menu_v > ul > div > li {
    font-weight: normal;
    line-height: 35px;
    font-size: 11px;
}

.leftcate_reactive_cont .menu_v > ul > li > ul > li {
    line-height: 20px;
}

.leftcate_reactive_cont .menu_v .com_indi {
    position: absolute;
    right: 0px;
    top: -8px;
    height: 39px;
    width: 20px;
}

.leftcate_reactive_cont .menu_v .com_indi::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    position: absolute;
    right: 8px;
    content: " ";
    top: 22px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rightcate_reactive_search {
    width: 25px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 42px;
    outline: 0;
}

.rightcate_reactive_search .xi-search {
    font-size: 22px;
    padding: 0px 0 0;
    transition: font-size 0.1s;
}

.rightcate_reactive_search .xi-search:hover {
    font-size: 26px;
    padding: 0px 0 0
}

.leftcate_reactive_cont .snscate {
    margin-top: 20px;
}

.leftcate_reactive_cont .snscate li {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 3px 0px
}

.leftcate_reactive_cont .snscate li a {
    font-size: 15px;
    padding-right: 10px;
    color: #000;
    text-align: left;
    font-weight: normal;
    transition: all 0.2s ease-out;
}

.leftcate_reactive_cont .etccate {
    margin-top: 0
}

.leftcate_reactive_cont .etccate > ul > li {
}

.leftcate_reactive_cont .etccate > ul > li a {
    margin-left: 0px;
    display: block;
    margin-right: 0px;
    padding: 8px 0px;
    word-wrap: break-word;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

@media all and (max-width : 640px) {
    #sideber {
        display:none;
    }

    .toplogo {
        margin: 0 auto;
        text-align: center;
        padding: 0px 30px;
        position: fixed;
        top: 17px;
        left: 0;
        right: 0;
        z-index: 1;
    }

    #header > #header_wrap {
        padding: 0 10px
    }

    .leftcate_reactive_open {
        display: block;
    }

    .rightcate_reactive_search {
        display: block;
    }

    .sidebar_lookbook {
        display: none;
    }

    .xans-product-menupackage .menuCategory_ {
        display: block;
    }
}

@media all and (min-width : 641px) and (max-width :802px) and (orientation : landscape) {
    #header > #header_wrap {
        padding:0 30px
    }

    .leftcate_reactive_open {
        display: none;
    }

    .rightcate_reactive_search {
        display: none;
    }

    .sidebar_lookbook {
        display: none;
    }

    .toplogo {
        display: none;
    }

    .xans-product-menupackage .menuCategory_ {
        display: block;
    }
}

@media all and (min-width : 641px) and (max-width :802px) and (orientation : portrait) {
    #header > #header_wrap {
        padding:0 30px
    }

    .leftcate_reactive_open {
        display: none;
    }

    .rightcate_reactive_search {
        display: none;
    }

    .sidebar_lookbook {
        display: none;
    }

    .toplogo {
        display: none;
    }

    .xans-product-menupackage .menuCategory_ {
        display: block;
    }
}

@media all and (min-width : 803px) and (max-width :920px) {
    #header > #header_wrap {
        padding:0 30px
    }

    .leftcate_reactive_open {
        display: none;
    }

    .rightcate_reactive_search {
        display: none;
    }

    .sidebar_lookbook {
        display: none;
    }

    .toplogo {
        display: none;
    }

    .xans-product-menupackage .menuCategory_ {
        display: block;
    }
}

@media all and (min-width : 921px) {
    .leftcate_reactive_open {
        display:none;
    }

    .rightcate_reactive_search {
        display: none;
    }

    .xans-product-menupackage .menuCategory_ {
        display: none;
    }

    .toplogo {
        display: none;
    }
}

.xans-layout-multishoplist.list {
    margin-top: 30px
}

.xans-layout-multishoplist.list .toggle {
    display: block;
    height: 30px;
    color: #666;
    line-height: 30px;
    font-size: 10px;
    background: none;
    border: 0
}

.xans-layout-multishoplist.list .toggle span {
    padding: 0 25px 0 0;
}

.xans-layout-multishoplist.list .toggle span > img {
    vertical-align: middle
}

.xans-layout-multishoplist.list > ul {
}

.xans-layout-multishoplist.list > ul li {
    display: inline-block;
    position: relative;
    margin: -1px 0 0;
    text-align: left;
    height: 25px;
    line-height: 25px;
}

.xans-layout-multishoplist.list > ul li.select {
    color: #000;
    font-weight: bold
}

.xans-layout-multishoplist.list > ul li:first-child:after {
    display: none;
}

.xans-layout-multishoplist.list > ul li a {
    display: block;
    color: #000;
    font-size: 10px;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

.xans-layout-multishoplist.list > ul li.selected a {
}

.xans-layout-multishoplist.list > ul li a .name strong {
    font-weight: normal;
}

.xans-layout-multishoplist.list.show > ul {
    display: block;
}

.xans-layout-multishoplist.thumb {
    position: absolute;
    left: 40px;
    top: 25px;
    z-index: 9999
}

.xans-layout-multishoplist.thumb > ul {
    overflow: hidden;
}

.xans-layout-multishoplist.thumb > ul li {
    float: left;
    width: 20px;
    margin: 0 4px 0 0;
}

.xans-layout-multishoplist.thumb > ul li img {
    width: 20px;
}

.xans-layout-multishoplist.thumb > ul li a {
    text-decoration: none;
}

.xans-layout-multishoplist .multiOption a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.xans-layout-multishoplist .multiOption a:hover {
    text-decoration: none;
}

.xans-layout-multishoplist .multiOption .ship,.xans-layout-multishoplist .multiOption .language {
    margin: 0 15px 0 0;
}

.xans-layout-multishoplist .multiOption .language img {
    margin: 0 6px 0 1px;
}

.modalContentWrap {
    position: absolute;
    top: 30%;
    width: 50% ;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}

.modalContentWrap > .title {
    margin: 0 auto;
    text-align: center
}

.modalContentWrap > .title > h2 {
    margin: 0 auto;
    text-align: center;
}

.modalContentWrap > .title > p {
    margin: 0 auto 30px;
    text-align: center;
    margin-top: 10px;
    color: #9e9e9e;
    font-size: 13px
}

#searchBarForm::after {
    content: "";
    display: block;
    clear: both;
}

.xans-layout-searchheader {
    width: 100%;
    float: right;
    margin: 0px 0 0;
}

.xans-layout-searchheader fieldset {
    position: relative;
    margin: 0 auto;
    width: 60%;
    height: 60px ;
    border-bottom: 1px solid #000;
}

.xans-layout-searchheader #keyword {
    font-weight: bold;
    color: #000;
    margin: 14px 0 0 10px;
    font-size: 30px;
    width: 71%;
    height: 33px;
    padding: 0 0 0 0px;
    border: 0!important;
    line-height: 28px;
    background: none;
    outline: 0;
}

.searchBut2 {
    float: right;
    line-height: 60px;
    margin-right: 14px;
    font-size: 14px;
    height: 60px;
    font-weight: normal;
    box-sizing: border-box;
}

a.xans-search-form {
    margin: 0 0 20px;
}

.btn_red2 {
    border: 1px solid #000;
    background: #fff;
}

.xans-search-form .searchbox {
    margin: 21px 0 20px;
}

.xans-search-form .title {
    margin: 0 auto;
    text-align: center
}

.xans-search-form .title > h2 {
    margin: 0 auto;
    text-align: center;
}

.xans-search-form .title > p {
    margin: 0 auto 30px;
    text-align: center;
    margin-top: 10px;
    color: #9e9e9e;
    font-size: 13px
}

.xans-search-form .searchbox .item {
    margin: 5px 0 0;
    color: #353535;
    line-height: 20px;
    *zoom:1;}

.xans-search-form .searchbox .item:after {
    content: "";
    display: block;
    clear: both;
}

.xans-search-form .searchbox .item strong {
    float: left;
    width: 160px;
    padding: 2px 10px 0 0;
    text-align: right;
}

.xans-search-form .searchbox .item input {
    padding-left: 10px;
}

.xans-search-form .searchbox .popular {
    margin: 6px 0 0 170px;
    font-size: 11px;
    line-height: 18px;
    *zoom:1;}

.xans-search-form .searchbox .popular.xans-search-hotkeyword {
    margin-bottom: 17px;
}

.xans-search-form .searchbox .popular:after {
    content: "";
    display: block;
    clear: both;
}

.xans-search-form .searchbox .popular strong {
    float: left;
    min-width: 113px;
    padding: 0 10px 0 0;
    color: #6b6b6b;
    text-align: right;
}

.xans-search-form .searchbox .popular p a {
    margin: 0 3px 0 0;
    padding: 0 0 0 8px;
    color: #757575;
    background: url("//img.echosting.cafe24.com/skin/base/product/bg_popular_search.gif") no-repeat 0 3px;
}

.xans-search-form .searchbox .popular p a:first-child {
    padding-left: 0;
    background: none;
}

.xans-search-form .searchbox .popular a:hover {
    color: #fe7b05;
    text-decoration: none;
}

.xans-search-form .searchbox .button {
    margin: 30px 0 0 170px;
}

.xans-search-form .noData {
    padding: 0px 0;
    text-align: center;
    line-height: 6.8em;
}

.xans-search-form .noData > strong {
    display: block;
    color: #9e9e9e;
    font-weight: normal;
}

.xans-search-form .noData > strong.warning {
    display: block;
    color: #bbb;
    font-size: 15px
}

.xans-search-form .noData ul {
    margin: 10px 0 0;
}

.xans-search-form .searchbox #category_no,.xans-search-form .searchbox #order_by {
    width: 400px;
}

.xans-search-form .searchbox #search_type {
    width: 120px;
}

.xans-search-form .searchbox #keyword {
    width: 260px;
}

.xans-search-form .searchbox #exceptkeyword {
    width: 200px;
}

.xans-search-form .searchbox #product_price1 {
    width: 130px;
}

.xans-search-form .searchbox #product_price2 {
    width: 130px;
}

.xans-search-form .searchResult {
    overflow: hidden;
    text-align: center;
    line-height: 38px;
}

.xans-search-form .searchResult .record {
    float: left;
    padding: 0 0 0 8px;
    color: #008bcc;
}

.xans-search-form .searchResult .listType {
    display: inline;
    margin: 0 4px 0 0;
}

.xans-search-form .searchResult .listType li {
    display: inline;
    padding: 0 10px 0 10px;
    color: #2e2e2e;
    cursor: pointer;
}

.xans-search-form .searchResult .listType li:hover {
    color: #555;
    text-decoration: none;
}

.xans-search-form .searchResult .listType li:first-child {
    background: none;
}
/* BASIC css end */

