*{font-family: "Noto Sans KR",sans-serif !important;}
.xans-product-menupackage {
    margin: 0 0 64px;
}

.xans-product-menupackage .title {
    min-height: 30px;
    margin: 10px auto 20px;
    text-align: center;
}

.xans-product-menupackage .title .banner {
    margin: 0 0 20px;
}

.xans-product-menupackage .title .banner img {
    width: 100%;
}

.xans-product-menupackage .title h2 {
    color: #222;
    font-size: 36px;
    font-weight: 400;
    margin: 10px 0 0;
}

.xans-product-menupackage .title h2,.xans-product-menupackage .title .likeButton {
    display: inline-block;
    vertical-align: middle;
}

.xans-product-menupackage .title .likeButton button {
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
    height: 16px;
    font-family: verdana;
    color: #555;
    letter-spacing: -1px;
    background: none;
}

.xans-product-menupackage .title .likeButton.selected button {
    color: #353535;
}

.xans-product-menupackage .menuCategory {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.xans-product-menupackage .menuCategory > li {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    vertical-align: top;
}

.xans-product-menupackage .menuCategory > li > a {
    display: inline-block;
    margin: 4px;
    padding: 12px 16px;
    font-weight: 400;
    color: #777;
    border: 1px solid #eee;
    border-radius: 30px;
}

.xans-product-menupackage .menuCategory > li > a:hover {
    color: #333;
    border: 1px solid #333;
    text-decoration: none;
}

.xans-product-menupackage .menuCategory > li.selected > a {
    color: #333;
}

.xans-product-menupackage .menuCategory > li .count {
    font-weight: normal;
}

.xans-product-menupackage .menuCategory > li > ul {
    padding: 6px 0 0 0;
}

.xans-product-menupackage .menuCategory > li > ul > li {
    max-width: 160px;
    margin: 8px 0 0 0;
    font-size: 13px;
    line-height: 24px;
}

.xans-product-menupackage .menuCategory > li > ul > li > a {
    color: #999;
}

.xans-product-menupackage .menuCategory > li > ul > li > a:hover,.xans-product-menupackage .menuCategory > li > ul > li.selected > a {
    color: #333;
}

.xans-product-menupackage .menuCategory > li > ul > li > .button {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 14px;
    margin: 1px 0 0 3px;
    vertical-align: middle;
}

.xans-product-menupackage .subCategory {
    display: none;
    position: absolute;
    left: 50%;
    top: 13px;
    z-index: 11;
    width: 320px;
    margin: 0 0 0 -151px;
    padding: 6px 0;
    border: 1px solid #999;
    border-radius: 8px;
    font-size: 0;
    line-height: 0;
    background: #fff url("/w_images/base_ko_KR/product/bg_sub_category_line.gif") repeat-y 160px 0;
}

.xans-product-menupackage .subCategory li {
    display: inline-block;
    float: left;
    width: 160px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 14px;
    box-sizing: border-box;
    vertical-align: middle;
}

.xans-product-menupackage .subCategory li a {
    color: #999;
}

.xans-product-menupackage .subCategory li a:hover,.xans-product-menupackage .subCategory li.selected a {
    color: #333;
}

.xans-product-menupackage .menuCategory .button.selected {
    z-index: 11;
}

.xans-product-menupackage .menuCategory .button.selected .subCategory {
    display: block;
}

.xans-product-normalmenu {
    margin: 0;
}

.xans-product-normalmenu .title {
    margin: 0 0 17px;
}

.xans-product-normalmenu .title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.xans-product-normalmenu .function {
    overflow: hidden;
    margin: 20px 0 0;
    text-align: right;
    line-height: 38px;
    border-bottom: 1px solid #eee;
}

.xans-product-normalmenu .function .btnCompare {
    display: inline-block;
    line-height: 24px;
    padding: 0 8px;
    background: #222;
    border: 1px solid #222;
    border-radius: 4px;
    color: #fff;
}

.xans-product-normalmenu .function .btnCompare:hover {
    color: #222;
    background: transparent;
    text-decoration: none;
}

.xans-product-normalmenu .prdCount {
    float: left;
    padding: 0 0 0 8px;
    color: #333;
}

.xans-product-normalmenu ul#type {
    display: inline;
    margin: 0 4px 0 0;
}

.xans-product-normalmenu ul#type li {
    display: inline;
    padding: 0 6px 0 10px;
    background: url("/w_images/base_ko_KR/product/bg_result_type.gif") no-repeat 0 50%;
}

.xans-product-normalmenu ul#type li:first-child {
    background: none;
}

.xans-product-normalmenu ul#type li a {
    color: #333;
}

.xans-product-normalmenu ul#type li a:hover {
    color: #999;
    text-decoration: none;
}

.xans-product-normalmenu fieldset {
    margin: -1px 0 0;
    padding: 7px 12px;
    border: 1px solid #d7d5d6;
    text-align: right;
    background: #fbf9fa;
}

.xans-product-normalmenu fieldset select {
    height: 24px;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

body,code {
    font: 0.75em 'Poppins','Noto Sans KR',Verdana,Dotum,AppleGothic,sans-serif;
    color: #353535;
    background: #fff;
}

body {
}

body#popup {
    min-width: 0;
}

li {
    list-style: none;
}

img,fieldset {
    border: none;
    vertical-align: top;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

th,td {
    border: 0;
    vertical-align: top;
}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}

hr.layout {
    display: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:active {
    text-decoration: none;
}

strong {
    font-weight: 500 !important;
}

h3 {
    font-weight: 400;
}

.objHidden {
    visibility: hidden;
    position: absolute;
    left: -1000px;
    top: -1000px;
    height: 0;
    width: 0;
}

#content_CONTAINER table,#bi_inquire_content_CONTAINER table {
    border: 0;
    margin: 0 0 -1px;
}

#content_CONTAINER table:before,#bi_inquire_content_CONTAINER table:before {
    display: none;
}

#content_CONTAINER td,#bi_inquire_content_CONTAINER td {
    width: auto !important;
    padding: 0;
}

table.nneditor-table {
    width: auto !important;
}

#progressPaybarBackground {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#progressPaybarView {
    position: absolute;
    z-index: 100;
    top: 160px;
    left: 20px;
    width: 471px;
    font-size: 12px;
}

#progressPaybarView .box {
    height: 180px;
    background: url(/w_images/bg_layer_box1.gif) 0 0 no-repeat;
}

#progressPaybarView .box .graph {
    padding: 15px 0 0 0;
    text-align: center;
}

#progressPaybarView .box .graph span {
    display: block;
    text-align: center;
    margin: 20px 0;
}

#progressPaybarView .box .txt {
    text-align: center;
    padding: 15px 0 0;
    color: #555555;
}

div.layerProgress {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    background-color: #999;
}

#skipNavigation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0;
}

#skipNavigation p,#skipNavigation ul,#skipNavigation ul li {
    height: 0;
}

#skipNavigation p a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

#skipNavigation p a:focus,#skipNavigation p a:hover,#skipNavigation p a:active {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #c4122f;
    color: #fff;
    z-index: 100;
}

.displaynone {
    display: none;
}

.dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#wrap {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
}

#wrap .inner_area {
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0px auto;
}

#main #container {
    position: relative;
    margin: 0 auto;
    *zoom:1;}

#layout #container {
    width: 92%;
    max-width: 1280px;
    min-height: 560px;
    margin: 0 auto;
    *zoom:1;padding-top: 16px;
}

#container:after {
    content: "";
    display: block;
    clear: both;
}

#container #contents {
    width: 100%;
    margin-bottom: 80px;
}

#sidebar {
    float: left;
    width: 180px;
}

#sidebar .banner {
    padding: 0 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

#sidebar .banner p a {
    display: block;
    position: relative;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 10px 0 10px 25px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

#contents {
    width: 1280px;
    margin: 0 auto;
}

#banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

.img_zoom a {
    overflow: hidden;
}

.img_zoom a img {
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.img_zoom a:hover img {
    -webkit-transition: all 0.3s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 0.3s ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 0.3s ease-in;
    -moz-transform: scale(1.1);
    transition: all 0.3s ease-in;
    transform: scale(1.1);
}

#boardArea {
    overflow: hidden;
    margin: 50px 0 0;
    border-top: 1px solid #ddd;
}

#bannerArea {
    margin: 22px 0 0;
}

#bannerArea h2 {
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 20px;
    color: #222;
    text-align: center;
}

.path {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    *zoom:1;}

.path span {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    white-space: nowrap;
    text-indent: 100%;
}

.path ol {
    float: right;
}

.path li {
    float: left;
    padding: 0 0 0 12px;
    margin: 0 0 0 8px;
    color: #555;
    background: url("/w_images/base/layout/ico_path.gif") no-repeat 0 10px;
}

.path li:first-child {
    background: none;
}

.path li a {
    color: #555;
}

.path li strong,.path li strong a {
    color: #222;
}

.titleArea {
    min-height: 30px;
    margin: 10px 0 40px;
    text-align: center;
}

.titleArea h2 {
    display: block;
    color: #222;
    font-size: 36px;
    margin: 0 0 4px;
    font-weight: 400;
    *display: inline;
}

.titleArea p {
    display: block;
    position: relative;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}

.titleArea ul {
    padding: 5px 0;
    color: #777;
    line-height: 20px;
}

.titleArea ul li {
    position: relative;
    padding: 0 0 0 9px;
    font-size: 14px;
}

.titleArea ul li:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 2px;
    height: 2px;
    margin: -2px 0 0 0;
    background: #939393;
}

.boardMain {
    overflow: hidden;
    *zoom:1;}

.boardMain::after {
    content: "";
    display: block;
    clear: both;
}

.boardMain td img {
    vertical-align: middle;
    margin: 1px;
}

.boardMain .board {
    position: relative;
}

.boardMain .board > div {
    margin: 40px 0;
}

.boardMain .half {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 16px;
    box-sizing: border-box;
}

.boardMain .leftArea {
    float: left;
    width: 50%;
}

.boardMain .leftArea .board {
    margin: 0 23px 65px 0;
}

.boardMain .rightArea {
    float: right;
    width: 50%;
}

.boardMain .rightArea .board {
    margin: 0 0 65px 23px;
}

.boardMain .board h3 {
    margin: 0 0 13px;
    padding: 0 0 8px;
    height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.boardMain .board .btnLink {
    position: absolute;
    top: 3px;
    right: 0;
}

.boardMain .board .ec-base-table.typeList td {
    color: #777;
}

.boardMain .board .ec-base-table.typeList td.title a,.boardMain .board .ec-base-table.typeList td.title a:hover {
    color: #555;
    font-size: 14px;
}

.boardMain .board .galleryList {
    overflow: hidden;
}

.boardMain .board .galleryList ul {
    overflow: hidden;
}

.boardMain .board .galleryList li {
    float: left;
    position: relative;
    width: 33.333%;
    padding: 0 8px 12px 8px;
    word-break: break-all;
    box-sizing: border-box;
}

.boardMain .board .galleryList li span {
    display: block;
    font-size: 12px;
    color: #777;
}

.boardMain .board .galleryList li .imgLink {
    height: 0;
    padding-bottom: 100%;
    background: url(/w_images/kr/main/logo.png) no-repeat 50% 50%;
    background-size: 50%;
}

.boardMain .board .galleryList li .imgLink,.boardMain .board .galleryList li .imgLink:hover {
    display: block;
    font-size: 12px;
}

.boardMain .board .galleryList li .imgLink img {
    width: 100%;
}

.boardMain .board .galleryList li .subject {
    display: block;
    font-size: 14px;
    color: #555;
    margin: 8px 0;
}

#modalBackpanel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #000;
}

#modalContainer {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10001;
    width: 975px;
    height: 720px;
    border: 1px solid #333;
    background: #fff;
}

#modalContainer #modalContent {
    width: 100%;
    height: 100%;
}

:root {
    --point-color: #a81e29;
}

.popupWrap {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
}

.popupWrap .inner {
    position: relative;
    width: 100%;
    max-width: 498px;
    padding: 24px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    transition: 3s;
}

.popupWrap .radius {
    border-radius: 80px 0 80px 0;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.main_popup .swiper-pagination {
    position: absolute;
    width: auto;
    left: 8%;
    bottom: 16px;
    font-size: 13px;
    line-height: 1em;
    color: #fff;
    background: #000;
    padding: 5px 12px 4px;
    border-radius: 30px;
}

.main_popup .img_area img {
    width: 100%;
}

.main_popup .txt {
    position: absolute;
    left: 8%;
    top: 12%;
    color: #000;
    font-family: 'Poppins','GmarketSans','Noto Sans KR',serif;
}

.main_popup .txt.wt {
    color: #fff;
}

.main_popup .txt h3 {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.main_popup .txt p {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 10px 0 0;
}

.popupBtn {
    display: flex;
    background: #fff;
    text-align: center;
}

.popupBtn > span {
    padding: 19px;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.popupBtn .popup_checkBox {
    border-right: 1px solid #e5e5e5;
}

.popupBtn .popup_checkBox label {
    cursor: pointer;
}

.popupBtn .popup_closeBtn {
}

.popupBtn .popup_closeBtn i {
    font-weight: 700;
}

.topBanner.swiper-container {
    width: 100%;
    height: 36px;
}

.topBanner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.topBanner ul li {
    text-align: center;
    height: 36px;
    background: var(--point-color);
}

.topBanner ul li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
}

.topBanner .top_closeBtn {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

.topBanner .top_closeBtn i {
    font-size: 14px;
    color: #fff;
}

.topBanner .top_closeBtn img {
    width: 14px;
}

.topBanner .top_checkBox {
    position: absolute;
    bottom: 12px;
    right: 6.5%;
    font: 11px µ¸¿ò;
    color: #fafafa;
    z-index: 999;
}

#header {
    position: relative;
    width: 100%;
    z-index: 9;
}

#header .inner {
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    *zoom:1;}

#header .inner:after {
    content: "";
    display: block;
    clear: both;
}

#header .topArea01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
}

#header .topArea01 .left {
}

#header .topArea01 .right {
    display: flex;
    align-items: center;
    align-self: flex-start;
}

#header .topArea02 {
    position: relative;
    height: 160px;
}

#header .topArea {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    *zoom:1;}

#header .topArea p {
    text-align: center;
}

#header .fixed_logo {
    display: none;
}

#header .top_state {
    float: left;
    display: inline-block;
}

#header .top_setting {
    float: left;
    display: inline-block;
}

#header .top_setting p {
    float: left;
    padding: 0px 8px;
    line-height: 40px;
}

#header .top_setting p a {
    font-weight: 500;
    font-size: 14px;
    color: #777;
    word-spacing: -1px;
}

#header .top_setting p a:hover {
    color: #adadad;
}

#header .right .bbs {
    position: relative;
    padding: 0px 8px;
    line-height: 40px;
}

#header .right .bbs a {
    font-weight: 500;
    font-size: 14px;
    color: #777;
    word-spacing: -1px;
}

#header .right .bbs-dp1 {
    position: absolute;
    top: 110%;
    left: 0;
    width: 160px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

#header .right .bbs:hover .bbs-dp1 {
    top: 100%;
    z-index: 11;
    opacity: 1;
    visibility: visible;
}

#header .right .bbs-dp1 > li {
    position: relative;
}

#header .right .bbs-dp1 > li > a {
    display: block;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

#header .right .bbs-dp1 > li:hover > a {
    padding: 2px 8px 2px 13px;
    color: #000;
    background: #f5f5f5;
}

#header .log_state {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    float: left;
    height: 40px;
}

#header .log_state .xans-layout-statelogoff li {
    float: left;
    padding: 0px 8px;
    line-height: 40px;
}

#header .log_state .xans-layout-statelogoff li a {
    font-weight: 500;
    font-size: 14px;
    color: #777;
    word-spacing: -1px;
}

#header .log_state .xans-layout-statelogoff li a:hover {
    color: #adadad;
}

#header .log_state .xans-layout-statelogon li {
    float: left;
    padding: 0px 8px;
    line-height: 40px;
}

#header .log_state .xans-layout-statelogon li a {
    font-weight: 500;
    font-size: 14px;
    color: #777;
    word-spacing: -1px;
}

#header .log_state .xans-layout-statelogon li a:hover {
    color: #adadad;
}

#header .xans-layout-logotop {
    box-sizing: border-box;
}

#header .xans-layout-logotop img {
    width: 100%;
    max-width: 210px;
    max-height: 80px;
}

#menuFix {
    width: 100%;
    height: 60px;
    background: #fff;
}

#menuFix.menuFix_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    z-index: 90;
    zoom:1;}

#menuFix.menuFix_fixed .fixed_logo {
    display: block;
}

#menuFix.menuFix_fixed .fixed_logo img {
    max-width: 132px;
    max-height: 48px;
}

#menuFix.menuFix_fixed .topCategory {
    width: 56%;
    padding: 0 24px;
}

#menuFix.menuFix_fixed .topCategory #categoryMenu .menu-dp1 > li > a {
    font-size: 16px;
    margin: 0 42px 0 0;
}

#fixed_menu {
    z-index: 9;
    margin: 0 auto;
    width: 100%;
}

@media all and (max-width: 1700px) {
    #header .topArea .right .link i {
        display:block;
    }

    #header .topArea .right .link span {
        display: none;
    }

    #allCate .allArea {
        margin-left: 0px;
    }

    #header .topArea .right a {
        padding: 0 7px;
    }

    #header .topArea .right a:after {
        display: none;
    }

    #header .topArea .popup {
        display: block;
    }
}

.topCate .shoppinginfo {
    display: flex;
    align-items: center;
    text-align: center;
    margin: -8px 0 0;
}

.topCate .shoppinginfo ul {
    display: inline-flex;
}

.topCate .shoppinginfo li {
    position: relative;
    padding: 0 8px;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.topCate .shoppinginfo li.log {
    padding: 0 5px;
}

.topCate .shoppinginfo li a {
    color: #555;
    font-size: 14px;
    display: block;
}

.topCate .shoppinginfo li a .count {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: var(--point-color);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    z-index: 1;
}

.topCate .shoppinginfo li:hover a {
    color: #adadad;
}

.topCate .shoppinginfo li i {
    position: relative;
    display: block;
    margin: 0;
    font-size: 30px;
    color: #222;
}

.topCate .shoppinginfo li.log i::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    background: var(--point-color);
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.topCategory {
    position: relative;
    width: 64%;
}

.topCategory #categoryMenu {
    position: relative;
    z-index: 39;
    box-sizing: border-box;
}

.topCategory #categoryMenu.swiper-container {
    overflow-y: visible;
    overflow-x: clip;
}

.topCategory #categoryMenu li.swiper-slide {
    width: auto;
}

.topCategory .swiper-button-next {
    top: 0;
    right: -1%;
    width: 24px;
    height: 60px;
    background: #fff;
    border-radius: 0;
    border: 0;
    z-index: 99;
}

.topCategory .swiper-button-next:hover {
    opacity: 1;
}

.topCategory .swiper-button-next::before {
    top: 26px;
    left: 8px;
}

.topCategory .swiper-button-next::after {
    top: 32px;
    left: 8px;
}

.topCategory .swiper-button-prev::before,.topCategory .swiper-button-next::before,.topCategory .swiper-button-prev::after,.topCategory .swiper-button-next::after {
    width: 9px;
    height: 1px;
    background-color: #555;
}

.topCategory #categoryMenu .menu-dp1 {
    font-size: 0;
}

.topCategory #categoryMenu .menu-dp1 > li {
    position: relative;
    display: inline-block;
    line-height: 60px;
}

.topCategory #categoryMenu .menu-dp1 > li > a {
    margin: 0 46px 0 0;
    padding: 0 0 4px;
    font-size: 18px;
    letter-spacing: -0.3px;
    color: #222;
    font-family: "Noto Sans KR",sans-serif;
	font-weight:600;
    background: linear-gradient(var(--point-color),var(--point-color)) left bottom/0 2px no-repeat;
    transition: all .5s;
}

.topCategory #categoryMenu .menu-dp1 > li.point > a {
    color: var(--point-color);
}

.topCategory #categoryMenu .menu-dp1 > li:hover > a {
    background: linear-gradient(var(--point-color),var(--point-color)) left bottom/100% 2px no-repeat;
}

.topCategory #categoryMenu .menu-dp2 {
    position: absolute;
    top: 110%;
    left: 0;
    width: 160px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.topCategory #categoryMenu .menu-dp1 > li:hover .menu-dp2 {
    top: 100%;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.topCategory #categoryMenu .menu-dp2 > li {
    position: relative;
}

.topCategory #categoryMenu .menu-dp2 > li > a {
    display: block;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.topCategory #categoryMenu .menu-dp2 > li:hover > a {
    padding: 2px 8px 2px 13px;
    color: #000;
    background: #f5f5f5;
}

.topCategory #categoryMenu .menu-dp3 {
    position: absolute;
    top: -8px;
    left: 90%;
    width: 160px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.topCategory #categoryMenu .menu-dp2 > li:hover .menu-dp3 {
    left: calc(100% + 5px);
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.topCategory #categoryMenu .menu-dp3 > li {
    position: relative;
}

.topCategory #categoryMenu .menu-dp3 > li > a {
    display: block;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.topCategory #categoryMenu .menu-dp3 > li:hover > a {
    padding: 2px 8px 2px 13px;
    color: #000;
    background: #f5f5f5;
}

.topCategory #categoryMenu .menu-dp4 {
    position: absolute;
    top: -8px;
    left: 90%;
    width: 160px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.topCategory #categoryMenu .menu-dp3 > li:hover .menu-dp4 {
    left: calc(100% + 5px);
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.topCategory #categoryMenu .menu-dp4 > li {
    position: relative;
}

.topCategory #categoryMenu .menu-dp4 > li > a {
    display: block;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.topCategory #categoryMenu .menu-dp4 > li:hover > a {
    padding: 2px 8px 2px 13px;
    color: #000;
    background: #f5f5f5;
}

.swiper-container.mainSlide {
    position: relative;
    padding-bottom: 0px;
    margin: 0 auto 100px;
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

.mainSlide .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainSlide .swiper-slide img {
    width: 100%;
}

.mainSlide .swiper-slide .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16%;
    color: #222;
    letter-spacing: -0.5px;
    text-align: left;
}

.mainSlide .swiper-slide .txt.wt {
    color: #fff;
    left: 28%;
}

.mainSlide .swiper-slide .txt h3 {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: -1px;
}

.mainSlide .swiper-slide .txt p {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 500;
    margin: 16px 0 32px;
}

.mainSlide .swiper-slide .txt span {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 16px 4px;
}

.mainSlide .swiper-button-prev,.mainSlide .swiper-button-next {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mainSlide:hover .swiper-button-prev,.mainSlide:hover .swiper-button-next {
    opacity: 1;
}

.mainSlide .swiper-button-prev {
    left: 50%;
    margin-left: -45%;
}

.mainSlide .swiper-button-next {
    right: 50%;
    margin-right: -45%;
}

.mainSlide .paging {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 2px solid #000;
    padding: 4px;
    z-index: 5;
}

.mainSlide .swiper-pagination {
    position: relative;
    width: auto;
    min-width: 50px;
    bottom: 0;
    font-size: 16px;
}

.mainSlide .btns .start {
    display: none;
}

.mainSlide .btns.active .start {
    display: block;
}

.mainSlide .btns.active .stop {
    display: none;
}

.mainSlide .btns button {
    display: inline-block;
    background: transparent;
    margin: 0 4px;
    cursor: pointer;
}

.mainSlide .btns button:hover {
    opacity: 0.5;
}

.mainSlide .btns i {
    font-size: 22px;
    color: #000;
}

.cateBanner {
    position: relative;
    width: 100%;
    margin: 0 auto 100px;
}

.cateBanner .cate_inner {
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 8px;
    box-sizing: border-box;
}

.cateBanner .sub_title {
    margin: 0 0 32px;
    padding: 0;
}

.cateBanner .icon_area .icon {
    text-align: center;
    vertical-align: top;
}

.cateBanner .icon_area .icon:hover .icon_bg {
    border: 6px solid var(--point-color);
    z-index: 99;
}

.cateBanner .icon_area .icon_bg {
    max-width: 148px;
    border: 1px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    transition: .3s
}

.cateBanner .icon_area .icon_bg img {
    width: 100%;
}

.cateBanner .icon_area .icon_txt h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 16px 0 0;
}

.mainBanner01 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 100px auto;
}

.mainBanner01 ul li {
    position: relative;
    width: 64%;
    max-width: 816px;
}

.mainBanner01 ul li .img_area img {
    width: 100%;
}

.mainBanner01 ul li .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
}

.mainBanner01 ul li .txt h3 {
    font-size: 26px;
    line-height: 1.3em;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.mainBanner01 ul li .txt p {
    font-size: 16px;
    line-height: 1.5em;
    color: #555;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 8px 0 0;
}

.mainBanner01 ul li .txt.wt h3 {
    color: #fff;
}

.mainBanner01 ul li .txt.wt p {
    color: #fff;
}

.mainBanner01 .swiper-button-prev,.mainBanner01 .swiper-button-next {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mainBanner01:hover .swiper-button-prev,.mainBanner01:hover .swiper-button-next {
    opacity: 1;
}

.mainBanner01 .swiper-button-prev {
    left: 50%;
    margin-left: -436px;
}

.mainBanner01 .swiper-button-next {
    right: 50%;
    margin-right: -436px;
}

.sub_title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
    padding: 0 8px;
}

.sub_title h2 {
    font-size: 36px;
    line-height: 1.3em;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.sub_title .sub {
    display: block;
    font-size: 17px;
    line-height: 1.5em;
    color: #555;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 8px 0 0;
}

.sub_title .sub > a {
    color: #555;
}

.arrow {
    display: flex;
    align-self: flex-end;
    margin: 0 0 4px 0;
}

.arrow .swiper-button-prev,.arrow .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.arrow .swiper-button-next,.arrow .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.arrow .swiper-button-next,.arrow .swiper-button-prev {
    position: relative;
    top: auto;
    margin: 0 4px;
}

.gBtn {
    position: relative;
    display: inline-flex;
    min-width: 150px;
    font-size: 15px;
    line-height: 15px;
    padding: 12px 20px;
    border: 1px solid #222;
    border-radius: 30px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    z-index: 1;
}

.gBtn:hover {
    box-shadow: inset 0 0 0 2px #222;
}

.gBtn:hover i {
    padding: 0 0 0 10px;
}

.gBtn i {
    line-height: 15px;
    padding: 0 0 0 5px;
    transition: all 0.3s ease;
}

.gBtn.wt {
    border: 1px solid #fff;
    color: #fff;
}

.gBtn.wt:hover {
    box-shadow: inset 0 0 0 2px #fff;
}

.round {
    border-radius: 4px;
    overflow: hidden;
}

.prdVideo {
    position: relative;
    width: 100%;
}

.prdVideo::after {
    content: "";
    display: block;
    clear: both;
}

.prdVideo .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.prdVideo .left_video {
    position: relative;
    width: 64%;
    max-width: 820px;
    float: left;
    margin: 24px 0 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.prdVideo .left_video .video_area {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
}

.prdVideo .left_video .video_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prdVideo.ec-base-product .prdList > li {
    display: flex;
    margin: 16px 0;
    overflow: hidden;
    height: 0;
    padding-bottom: calc(57% - 32px);
}

.prdVideo.ec-base-product .prdList > li:first-child {
    margin: 0 0 16px;
}

.prdVideo.ec-base-product .prdList > li:last-child {
    margin: 16px 0 0;
}

.prdVideo.ec-base-product .prdList .thumbnail {
    width: 49%;
    margin: 0 2% 0 0;
}

.prdVideo.ec-base-product .prdList .description {
    width: 49%;
    margin: 8px 0 0;
    box-sizing: border-box;
}

.prdVideo.ec-base-product .xans-product-listitem .display»óÇ°¿ä¾àÁ¤º¸ {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prdVideo .right_prd_scroll.prdList {
    position: absolute;
    right: 0;
    float: right;
    margin: 24px 0 0;
    width: 36%;
    max-width: 460px;
    min-width: 160px;
    padding: 0 8px;
    box-sizing: border-box;
    height: 80.245%;
    overflow-y: auto;
    scrollbar-arrow-color:#e5e5e5;scrollbar-track-color:#e5e5e5;scrollbar-face-color:#a0a0a0;scrollbar-shadow-color:#a0a0a0;}

.prdVideo .right_prd_scroll::-webkit-scrollbar {
    width: 4px;
}

.prdVideo .right_prd_scroll::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,1);
    border-radius: 50px;
}

.prdVideo .right_prd_scroll::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
    border-radius: 50px;
}

.longBanner01 {
    position: relative;
    width: 100%;
    margin: 100px auto;
    padding: 0 8px;
    box-sizing: border-box;
}

.longBanner01 .img_area img {
    width: 100%;
}

.longBanner01 .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
}

.longBanner01 .txt h3 {
    font-size: 26px;
    line-height: 1.3em;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.longBanner01 .txt h3 > img {
    width: 140px;
}

.longBanner01 .txt p {
    font-size: 16px;
    line-height: 1.5em;
    color: #555;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 8px 0 0;
}

.mainReview {
    position: relative;
    width: 100%;
    margin: 100px auto;
    padding: 80px 0;
    background: #f8f8f8;
}

.mainReview .sub_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mainReview .inner {
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.mainReview .inner .arrow {
    display: flex;
    align-self: flex-end;
    margin: 0 0 24px 0;
}

.mainReview .reviewList {
    position: relative;
    margin: 0 auto;
    display: flex;
}

.mainReview .swiper-container {
    width: 75%;
    margin: 8px 0 0;
    padding: 0 8px 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.mainReview .reviewList li {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 12px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.08);
}

.mainReview .reviewList li > a {
    display: block;
}

.mainReview .reviewList li .imgLink {
    background: url('/w_images/kr/main/logo.png') no-repeat center center;
    background-color: #fff;
    background-size: 40%;
    height: 0;
    padding-bottom: calc(100% - 2px);
    box-sizing: border-box;
    overflow: hidden;
}

.mainReview .reviewList li .imgLink img {
    width: 100%;
}

.mainReview .reviewList li .txt {
    padding: 20px 10px;
    box-sizing: border-box;
}

.mainReview .reviewList li .txt .subject {
    height: 24px;
    line-height: 24px;
    margin: 0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mainReview .reviewList li .txt .subject a {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.mainReview .reviewList li .txt .cont {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    margin: 0 0 8px;
    height: 40px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mainReview .reviewList li .txt .txt_area {
    margin: 0 0 14px;
}

.mainReview .reviewList li .txt .writer {
    font-size: 12px;
    color: #555;
    margin: 0 4px 0 0;
}

.mainReview .reviewList li .txt .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mainReview .reviewList li .txt .info .imgLink.small {
    width: 48px;
    background-size: 60%;
    border: 1px solid #eee;
}

.mainReview .reviewList li .txt .prd_area {
    width: calc(100% - 56px);
    text-align: right;
}

.mainReview .reviewList li .txt .prd_area span {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mainReview .reviewList li .txt .point_rate {
    margin: 0 0 4px;
}

.mainReview .reviewSlide > ul {
}

.mainReview .reviewSlide > ul > li {
    position: relative;
}

.mainReview .reviewSlide > ul > li:before {
    content: "RE \A VIEW !";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    line-height: 14px;
    font-size: 12px;
    white-space: pre;
    color: #fff;
    font-weight: 600;
    border-radius: 4px 0 8px 0;
    background: var(--point-color);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    z-index: 1;
}

.mainReview .btn {
    text-align: center;
    margin: 64px 0 0;
}

.mainReview .swiper-button-prev,.mainReview .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.mainReview .swiper-button-next,.mainReview .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.mainReview .swiper-button-next,.mainReview .swiper-button-prev {
    position: relative;
    top: auto;
    margin: 0 4px;
}

.insta {
    position: relative;
    width: 100%;
    margin: 100px auto;
}

.insta .insta_area {
    max-height: 364px;
    overflow-y: auto;
    margin: 24px 0 0;
    padding: 0 5px;
    box-sizing: border-box;
}

.insta .insta_area ul {
    display: flex;
    flex-wrap: wrap;
}

.insta .insta_area ul.grid5 li {
    width: 20%;
}

.insta .insta_area ul.grid6 li {
    width: calc(100% / 6);
}

.insta .insta_area ul.grid7 li {
    width: calc(100% / 7);
}

.insta .insta_area ul.grid8 li {
    width: 12.5%;
}

.insta .insta_area ul.grid9 li {
    width: calc(100% / 9);
}

.insta .insta_area ul.grid10 li {
    width: 10%;
}

.insta .insta_area ul li {
    padding: 5px;
    box-sizing: border-box;
    transition: all .3s;
}

.insta .insta_area ul li:hover {
    opacity: 0.5;
}

.insta .insta_area ul li img {
    width: 100%;
    border-radius: 4px;
}

.mainNotice {
    position: relative;
    border-top: 1px solid #eee;
}

.mainNotice .sub_title {
    width: 25%;
    margin: 0;
    padding: 0 8px 0 0;
    box-sizing: border-box;
}

.mainNotice .sub_title h2 {
    font-size: 32px;
}

.mainNotice .inner {
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 8px;
    box-sizing: border-box;
}

.mainNotice .noticeList {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.mainNotice .swiper-container {
    width: 55%;
    height: 80px;
    padding: 0 8px;
    box-sizing: border-box;
}

.mainNotice .noticeList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainNotice .noticeList li .subject {
    height: 24px;
    line-height: 24px;
    margin: 0 24px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mainNotice .noticeList li .subject a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.mainNotice .noticeList li span {
    font-size: 14px;
    color: #555;
}

.mainNotice .arrow {
    width: 20%;
    justify-content: flex-end;
    align-self: center;
    margin: 0;
}

.mainNotice .arrow .swiper-button-prev,.mainNotice .arrow .swiper-container-rtl .swiper-button-next {
    left: 0;
    transform: rotate(90deg);
}

.mainNotice .arrow .swiper-button-next,.mainNotice .arrow .swiper-container-rtl .swiper-button-prev {
    right: 0;
    transform: rotate(90deg);
}

#footer {
    position: relative;
    background: #fff;
}

#footer .inner {
    overflow: hidden;
    position: relative;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    *zoom:1;}

.footer_info {
    width: 100%;
    box-sizing: border-box;
    background: var(--point-color-01);
    border: 1px solid #eee;
    border-width: 1px 0 0;
}

.footer_info > .inner {
    padding: 50px 0 60px;
}

.boxWrap {
    display: flex;
}

.boxWrap .left {
    width: 25%;
    max-width: 316px;
    padding: 0 8px;
    box-sizing: border-box;
}

.footer_cs .tit {
    font-size: 17px;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.footer_cs .tel {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #222;
    letter-spacing: -1px;
    margin: 22px 0 8px;
}

.footer_cs p {
    color: #555;
    font-size: 15px;
    line-height: 22px;
    margin: 0 10px 0 0;
}

.footer_cs p.last {
    margin: 15px 0 0;
}

.footer_sns {
    display: flex;
    margin: 20px 0 0;
}

.footer_sns li {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.footer_sns li:hover {
    opacity: 0.5;
}

.footer_sns li a {
    display: block;
    color: #222;
}

.footer_sns li i {
    vertical-align: middle;
}

.footer_bank .tit {
    font-size: 17px;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 16px 0;
}

.footer_bank span {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    padding: 0 8px 0 0;
}

.footer_bank span.last {
    margin: 8px 0 0;
}

.footer_about {
    width: 75%;
    max-width: 964px;
    padding: 0 8px;
    box-sizing: border-box;
}

.footer_about .utilMenu {
    display: flex;
    margin: 0 0 16px;
}

.footer_about .utilMenu li {
    padding: 0 20px 0 0;
}

.footer_about .utilMenu li a {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.footer_about .address {
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
}

.footer_about .address span {
    font-size: 14px;
    color: #555;
    padding: 0 16px 0 0;
    word-break: keep-all;
}

.footer_about .address span font {
    margin: 0 0 0 10px;
}

.footer_about .address span a {
    color: #222;
}

.footer_about .address span a:hover {
    opacity: 0.5;
}

.copyright {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #555;
}

.escrow {
    display: inline-block;
    font-size: 14px;
    color: #555;
    box-sizing: border-box;
}

.escrow span {
    margin: 0 0 0 10px;
}

.escrow span a {
    display: inline-block;
    word-break: keep-all;
    transition: .2s all;
}

.escrow span a:hover {
    opacity: 0.5;
}

.footer_icon {
    font-size: 0;
    vertical-align: middle;
    margin: 8px 0 0;
}

.footer_icon li {
    display: inline-block;
    margin: 0 6px;
}

.footer_icon li img {
    height: 20px;
    vertical-align: middle;
}

.fixed_btn {
    position: fixed;
    right: 5%;
    bottom: 88px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    display: none;
}

.fixed_btn .sns_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    border-radius: 100%;
}

.fixed_btn .kakao_icon {
    background: #f9e000;
}

.fixed_btn .naver_icon {
    background: #00c73c;
}

.fixed_btn img {
    width: 24px;
}

.fixed_btn img:hover {
    opacity: 0.5;
}

#goBtn .btnWrap {
    background: #000;
    width: 40px;
    border-radius: 30px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.08);
    margin: 0 auto;
}

#goBtn .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    text-align: center;
}

#goBtn .btn:hover {
    opacity: 0.5;
}

#goBtn .bar {
    display: block;
    width: 64%;
    height: 1px;
    margin: 0 auto;
    background: #ccc;
}

.txtInfo {
    color: #707070;
}

.txtWarn {
    color: #f76560;
}

.txtEm {
    color: #222;
}

.txtDel,.strike,.discount {
    text-decoration: line-through;
    font-weight: normal;
}

.strike strong,.discount strong {
    font-weight: normal;
}

.txtNormal {
    font-weight: normal;
    font-style: normal;
}

.txtNum {
    display: inline-block;
    font-size: 12px;
    color: #777;
    word-break: normal;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
    letter-spacing: -1px;
}

.txtIcon {
    font-size: 12px;
    font-style: normal;
}

.txtBreak {
    word-break: break-all;
    word-wrap: break-word;
}

html:lang(ja) .txt11,html:lang(zh) .txt11,html:lang(zh-tw) .txt11 {
    font-size: 12px;
}

.gBlank5 {
    display: block;
    margin-top: 5px;
}

.gBlank10 {
    display: block;
    margin-top: 10px;
}

.gBlank20 {
    display: block;
    margin-top: 20px;
}

.gBlank30 {
    display: block;
    margin-top: 30px;
}

.gIndent10 {
    margin-left: 10px;
}

.gIndent20 {
    margin-left: 20px;
}

.gSpace10 {
    margin-right: 10px;
}

.gSpace20 {
    margin-right: 20px;
}

.gMerge {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

.ec-base-qty {
    position: relative;
    display: inline-block;
    width: 50px;
    margin: 0 1px 0 0;
    text-align: left;
}

.ec-base-qty input[type="text"] {
    width: 22px;
    height: 23px;
    padding: 0 0 0 5px;
    line-height: 25px;
    border: 1px solid #d4d8d9;
    border-radius: 3px 0 0 3px;
}

.ec-base-qty .up {
    position: absolute;
    left: 27px;
    top: 0;
}

.ec-base-qty .down {
    position: absolute;
    left: 27px;
    bottom: 0;
}

.ec-base-qty .qtyUp {
    position: absolute;
    left: 27px;
    top: 0;
}

.ec-base-qty .qtyDown {
    position: absolute;
    left: 27px;
    bottom: 0;
}

.ec-base-qty .qtyUp .up {
    position: static;
    left: auto;
    top: auto;
}

.ec-base-qty .qtyDown .down {
    position: static;
    left: auto;
    top: auto;
}

.ec-base-chk {
    display: inline-block;
    position: relative;
    margin: 0 8px 0 0;
    width: 22px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
}

.ec-base-chk input {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.ec-base-chk .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/w_images/base/common/bg_join_check.png") no-repeat 0 0;
}

.ec-base-chk input:checked + .checkbox {
    background-position: -34px 0;
}

input,select,textarea {
    font-size: 100%;
    font-family: "µ¸¿ò",Dotum;
    color: #353535;
    vertical-align: middle;
}

input[type=radio],input[type=checkbox] {
    width: 13px;
    height: 13px;
    border: 0;
}

input[type=text],input[type=password] {
    height: 18px;
    line-height: 20px;
    padding: 2px 4px;
    border: 1px solid #d5d5d5;
    color: #353535;
    font-size: 12px;
}

input[type=radio] + label,input[type=checkbox] + label {
    margin: 0 4px 0 2px;
}

select {
    height: 24px;
    border: 1px solid #d5d5d5;
}

textarea {
    padding: 5px 6px;
    border: 1px solid #d5d5d5;
    line-height: 1.5;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #c1c1c1;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
}

legend {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    line-height: 0;
}

table tr.radioType input,span.noBorder input {
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 3px 0 0 !important;
    vertical-align: middle !important;
    background: none !important;
}

.gLabel {
    display: inline-block;
}

.gLabel label {
    margin-right: 20px;
    line-height: 22px;
}

.fWidthFull input[type=text] {
    width: 100%;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fWidthFull textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fWidthFull select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fList.typeHor .gLabel {
    margin-right: 20px;
}

.fList.typeVer .gLabel {
    display: block;
}

.ec-base-radio.typeDelivery .ec-base-label {
    display: block;
}

.ec-base-tooltip {
    display: none;
    z-index: 2;
    position: absolute;
    top: 24px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
}

.ec-base-tooltip h3 {
    margin: 0 0 8px;
    padding: 0 10px;
    font-size: 12px;
    border-bottom: 0;
    background: url("/w_images/base/common/ico_layer_title.gif") no-repeat 0 50%;
}

.ec-base-tooltip h3 + p {
    margin: 0 5px 10px;
}

.ec-base-tooltip h4 {
    margin: 15px 10px 8px 5px;
    font-size: 12px;
}

.ec-base-tooltip h4:before {
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
    width: 3px;
    height: 3px;
    background: #666;
    vertical-align: middle;
}

.ec-base-tooltip .btnClose {
    position: absolute;
    right: 14px;
    top: 14px;
}

.ec-base-tooltip .edge {
    z-index: 20;
    position: absolute;
    left: 50%;
    top: -6px;
    display: block;
    margin: 0 0 0 -5px;
    width: 10px;
    height: 6px;
}

.ec-base-tooltip .edge:before,.ec-base-tooltip .edge:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: solid transparent;
}

.ec-base-tooltip .edge:before {
    margin: 1px 0 0;
    border-bottom-color: #565960;
    border-width: 0 5px 5px 5px;
}

.ec-base-tooltip .edge:after {
    left: 1px;
    margin: 2px 0 0;
    border-bottom-color: #fff;
    border-width: 0 4px 4px 4px;
}

.ec-base-tooltip table th,.ec-base-tooltip table td {
    padding: 8px 10px 7px 10px;
    border: 1px solid #e8e8e8;
    line-height: 1.5em;
}

.ec-base-tooltip table th {
    padding-right: 0;
    background: #fbf9fa;
}

.ec-base-tooltip table thead th {
    text-align: center;
}

.ec-base-tooltip table tbody th {
    text-align: left;
}

.ec-base-tooltip table .left {
    text-align: left;
}

.ec-base-tooltip table .center {
    text-align: center;
}

.ec-base-tooltip table .right {
    text-align: right;
}

.ec-base-tooltip table .info {
    padding: 0;
    color: #757575;
}

.ec-base-tooltip table p.info:before,.ec-base-tooltip table ul.info li:before {
    display: inline-block;
    content: "";
    margin: 0 3px 0 0;
    width: 4px;
    height: 1px;
    background: #757575;
    vertical-align: middle;
}

.ec-base-tooltip .info {
    padding: 10px 10px 0;
    margin: 5px 0 0;
}

.ec-base-tooltip p.bullet,.ec-base-tooltip ul.bullet {
    margin: 8px 10px;
}

.ec-base-tooltip p.bullet:before,.ec-base-tooltip ul.bullet li:before {
    display: inline-block;
    content: "";
    margin: -3px 3px 0 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-left-color: #333;
    border-width: 2px 0 2px 2px;
    vertical-align: middle;
}

.ec-base-tooltip ul.bullet li {
    line-height: 1.5em;
}

.ec-base-tooltip .txtEm {
    color: #000;
}

.ec-base-tooltip .txtWarn {
    color: #f65b54;
}

.ec-base-tooltip.typeUpper {
    top: auto;
    bottom: 34px;
}

.ec-base-tooltip.typeUpper .edge {
    top: auto;
    bottom: -6px;
}

.ec-base-tooltip.typeUpper .edge:before {
    margin: 0 0 -5px;
    border-top-color: #565960;
    border-width: 5px 5px 0 5px;
}

.ec-base-tooltip.typeUpper .edge:after {
    left: 1px;
    margin: 0 0 -4px;
    border-top-color: #fff;
    border-width: 4px 4px 0 4px;
}

span.ec-base-help,p.ec-base-help,ul.ec-base-help li {
    margin: 2px 9px;
    padding: 1px 0 1px 20px;
    line-height: 1.4;
    text-align: left;
    background: url('/w_images/base/common/ico_info.gif') no-repeat 0 2px;
}

div.ec-base-help {
    margin: 20px 0;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 24px;
}

div.ec-base-help > h2,div.ec-base-help > h3 {
    padding: 9px 0 6px 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
    background: #fcfcfc;
}

div.ec-base-help .inner {
    padding: 0 9px 12px;
}

div.ec-base-help h4 {
    margin: 22px 0 -4px;
    color: #444;
    font-size: 14px;
    font-weight: normal;
}

div.ec-base-help h4:first-child {
    margin-top: 13px;
}

div.ec-base-help p {
    margin: 15px 0 0 10px;
    color: #707070;
}

div.ec-base-help ul,div.ec-base-help ol {
    margin: 15px 0 0 11px;
}

div.ec-base-help li {
    color: #707070;
}

div.ec-base-help ol li {
    padding: 0 0 0 25px;
    background: url('/w_images/base/common/ico_number.png') no-repeat;
}

div.ec-base-help ol .item1 {
    background-position: -484px 5px;
}

div.ec-base-help ol .item2 {
    background-position: -434px -95px;
}

div.ec-base-help ol .item3 {
    background-position: -384px -195px;
}

div.ec-base-help ol .item4 {
    background-position: -334px -295px;
}

div.ec-base-help ol .item5 {
    background-position: -284px -395px;
}

div.ec-base-help ol .item6 {
    background-position: -234px -495px;
}

div.ec-base-help ol .item7 {
    background-position: -184px -595px;
}

div.ec-base-help ol .item8 {
    background-position: -134px -695px;
}

div.ec-base-help ol .item9 {
    background-position: -84px -795px;
}

div.ec-base-help ol .item10 {
    background-position: -34px -895px;
}

div.ec-base-help ul li {
    padding: 0 0 0 11px;
    background: url('/w_images/base/common/ico_dash.gif') no-repeat 0 7px;
}

.ec-base-help.typeDash li {
    padding: 0 0 0 11px;
    background: url("/w_images/base/common/ico_dash.gif") no-repeat 0 7px;
}

.ec-base-tooltip .ec-base-help.typeDash li {
    margin: 2px 0;
}

.prdRoll {
    width: 100%;
    clear: both;
}

.prdRoll .prd_inner {
    display: flex;
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

.prdRoll .prd_inner > .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
    margin: 0;
    padding: 0 8px 0 0;
    box-sizing: border-box;
}

.prdRoll .prd_inner .arrow {
    display: flex;
    align-self: flex-end;
    margin: 0 0 24px 0;
}

.prdRoll .swiper-container {
    width: 75%;
    margin: 0 auto;
    padding: 0 0 16px;
}

.prdRoll .swiper-button-prev,.prdRoll .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.prdRoll .swiper-button-next,.prdRoll .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.prdRoll .swiper-button-next,.prdRoll .swiper-button-prev {
    position: relative;
    top: auto;
    margin: 0 4px;
}

.prdRoll .prdSlide > ul {
    counter-reset: number 0;
}

.prdRoll .prdSlide > ul > li {
    position: relative;
}

.prdRoll .prdSlide > ul > li:before {
    content: counter(number);
    counter-increment: number;
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px 0 8px 0;
    background: var(--point-color);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    font-size: 20px;
    text-align: center;
    z-index: 1;
}

.ec-over-product .xans-product-listitem .display»óÇ°¿ä¾àÁ¤º¸ {
    margin: 4px auto;
}

.ec-over-product .xans-product-listitem .display»óÇ°.¿ä¾à¼³¸í {
    margin: 4px auto;
}

.ec-over-product .xans-product-listitem .display»óÇ°°£·«¼³¸í {
    margin: 4px auto;
}

.ec-over-product .xans-product-listitem .display»óÇ°»ö»ó {
    margin-top: 2px;
}

.ec-over-product .xans-product-listitem .display¼ÒºñÀÚ°¡ {
    display: inline-block;
    color: #aaa;
    font-size: 13px;
    margin-right: 5px;
}

.ec-over-product .xans-product-listitem .displayÆÇ¸Å°¡ {
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.ec-over-product li.displayÃÖÀûÇÒÀÎ°¡ {
    display: block;
    margin: 2px 0;
    letter-spacing: -1px;
}

.ec-over-product {
    margin: 100px auto;
}

.ec-over-product .title {
    margin: 0 0 24px;
}

.ec-over-product .title h2 {
    font-size: 36px;
    line-height: 1.3em;
    color: #222;
    font-weight: 600;
    padding: 0 8px;
    text-align: left;
    letter-spacing: -0.5px;
}

.ec-over-product .title h2 .sub {
    display: block;
    font-size: 17px;
    line-height: 1.5em;
    color: #555;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 8px 0 0;
}

.ec-over-product .title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #222;
    text-align: center;
}

.ec-over-product img {
    vertical-align: middle;
}

.ec-over-product a[href^='/product/detail.html'] > img {
    border: 1px solid #eee;
}

.ec-over-product .prdList {
    width: 100%;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.ec-over-product .prdList > li {
    position: relative;
    display: inline-block;
    color: #757575;
    vertical-align: top;
}

.ec-over-product .prdList .chk {
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
}

.ec-over-product .prdList .thumbnail {
    position: relative;
    margin: 8px;
    text-align: center;
    image-rendering: -webkit-optimize-contrast;
}

.ec-over-product .prdList .thumbnail .prdImg {
    position: relative;
    width: 100%;
}

.ec-over-product .prdList .thumbnail a img {
    max-width: 100%;
    box-sizing: border-box;
}

.ec-over-product .prdList .thumbnail:hover a img {
}

.ec-over-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-over-product .prdList .thumbnail .icon {
    opacity: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ec-over-product .prdList .thumbnail:hover .icon {
    opacity: 1;
}

.ec-over-product .prdList .thumbnail .promotion {
    padding: 0 0 4px;
    box-sizing: border-box;
}

.ec-over-product .prdList .thumbnail .promotion img {
}

.ec-over-product .prdList .thumbnail .button {
    display: flex;
    align-items: center;
}

.ec-over-product .prdList .thumbnail .button img {
    cursor: pointer;
    margin: 0 1px;
}

.ec-over-product .prdList .thumbnail .button .option {
    display: inline;
    position: relative;
}

.ec-over-product .prdList .thumbnail .button .likeButton {
    display: inline-block;
    vertical-align: middle;
}

.ec-over-product .prdList .thumbnail .button .likeButton button {
    font-family: verdana;
    color: #555;
    letter-spacing: -1px;
    background: none;
}

.ec-over-product .prdList .thumbnail .button .likeButton button img {
    margin: 0;
    vertical-align: middle;
}

.ec-over-product .prdList .thumbnail .button .likeButton button strong {
    height: 16px;
    vertical-align: middle;
}

.ec-over-product .prdList .thumbnail .button .likeButton.selected button {
    color: #353535;
}

.ec-over-product .prdList .thumbnail .description {
    text-align: left;
    vertical-align: middle;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    min-height: 120px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ec-over-product .prdList .thumbnail:hover .description {
    opacity: 1;
}

.ec-over-product .prdList .description {
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    text-align: left;
    padding: 16px;
    box-sizing: border-box;
}

.ec-over-product .prdList .description .middle {
    margin: 100px 0 0;
}

.ec-over-product .prdList .description .left {
    text-align: left;
    height: 120px;
    vertical-align: middle;
    display: table-cell;
    padding-top: 5px;
    box-sizing: border-box;
}

.ec-over-product .prdList .description .name {
    display: block;
    text-align: left;
    font-weight: normal;
}

.ec-over-product .prdList .description .name a {
    color: #2e2e2e;
}

.ec-over-product .prdList .description .mileage {
    display: block;
}

.ec-over-product .prdList .description span.grid {
    display: block;
}

.ec-over-product .prdList .description .ec-base-help {
    margin-left: 0;
}

.ec-over-product .spec li .color {
    overflow: hidden;
    display: inline-block;
    margin: 3px 0 0 0;
}

.ec-over-product .spec li .chips {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 4px 2px 0;
    border: 1px solid #eee;
    font-size: 0;
    line-height: 0;
}

.ec-over-product ul.grid2 > li {
    width: 50%;
    max-width: 640px;
}

.ec-over-product ul.grid3 > li {
    width: 33.33%;
}

.ec-over-product ul.grid4 > li {
    width: 25%;
}

.ec-over-product ul.grid5 > li {
    width: 20%;
}

.ec-over-product ul.grid3 > li .color {
    max-width: 230px;
}

.ec-over-product ul.grid4 > li .color {
    max-width: 190px;
}

.ec-over-product ul.grid5 > li .color {
    max-width: 130px;
}

.ec-base-product .xans-search-listitem .display»óÇ°¿ä¾àÁ¤º¸ {
    margin: 4px auto;
}

.ec-base-product .xans-search-listitem .display»óÇ°.¿ä¾à¼³¸í {
    margin: 4px auto;
}

.ec-base-product .xans-search-listitem .display»óÇ°°£·«¼³¸í {
    margin: 4px auto;
    font-weight: 300 !important;
}

.ec-base-product .xans-search-listitem .display»óÇ°»ö»ó {
    margin-top: 2px;
}

.ec-base-product .xans-search-listitem .display¼ÒºñÀÚ°¡ {
    display: inline-block;
    color: #aaa;
    font-size: 13px;
    margin-right: 5px;
}

.ec-base-product .xans-search-listitem .displayÆÇ¸Å°¡ {
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.ec-base-product .xans-product-listitem .display»óÇ°¿ä¾àÁ¤º¸ {
    margin: 4px auto;
}

.ec-base-product .xans-product-listitem .display»óÇ°.¿ä¾à¼³¸í {
    margin: 4px auto;
}

.ec-base-product .xans-product-listitem .display»óÇ°°£·«¼³¸í {
    margin: 4px auto;
}

.ec-base-product .xans-product-listitem .display»óÇ°»ö»ó {
    margin-top: 2px;
}

.ec-base-product .xans-product-listitem .display¼ÒºñÀÚ°¡ {
    display: inline-block;
    color: #aaa;
    font-size: 13px;
    margin-right: 5px;
}

.ec-base-product .xans-product-listitem .displayÆÇ¸Å°¡ {
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.ec-base-product li.displayÃÖÀûÇÒÀÎ°¡ {
    display: block;
    margin: 2px 0;
    letter-spacing: -1px;
}

.ec-base-product li.displayÃÖÀûÇÒÀÎ°¡ > span > span {
    margin: 0 0 0 5px;
}

#main .ec-base-product {
    margin: 100px auto;
}

.ec-base-product {
    margin: 24px 0 0;
}

.ec-base-product .title {
    margin: 0 0 8px;
}

.ec-base-product .title h2 {
    font-size: 36px;
    line-height: 1.3em;
    color: #222;
    font-weight: 600;
    padding: 0 8px;
    text-align: left;
    letter-spacing: -0.5px;
}

.ec-base-product .title h2 .sub {
    display: block;
    font-size: 17px;
    line-height: 1.5em;
    color: #555;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 8px 0 0;
}

.ec-base-product .title h3 {
    font-size: 24px;
    color: #222;
    font-weight: 400;
    text-align: center;
}

.ec-base-product img {
    vertical-align: middle;
}

.ec-base-product a[href^='/product/detail.html'] > img {
    border: 1px solid #ececec;
}

.ec-base-product .prdList {
    width: 100%;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .prdList > li {
    position: relative;
    display: inline-block;
    margin: 16px 0;
    color: #757575;
    vertical-align: top;
}

.ec-base-product .prdList > li:hover .thumbnail .icon {
    opacity: 1;
}

.ec-base-product .prdList .chk {
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
}

.ec-base-product .prdList .thumbnail {
    position: relative;
    margin: 8px;
    text-align: center;
    image-rendering: -webkit-optimize-contrast;
}

.ec-base-product .prdList .thumbnail .prdImg {
    position: relative;
    width: 100%;
}

.ec-base-product .prdList .thumbnail a img {
    max-width: 100%;
    box-sizing: border-box;
}

.ec-base-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .icon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ec-base-product .prdList .thumbnail .promotion {
    float: left;
    margin: 0 0 4px;
    text-align: left;
}

.ec-base-product .prdList .thumbnail .promotion img {
    margin: 0 4px 0 0;
}

.ec-base-product .prdList .thumbnail .button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-base-product .prdList .thumbnail .button img {
    margin: 0 1px;
    cursor: pointer;
}

.ec-base-product .prdList .thumbnail .button .option {
    display: inline;
    position: relative;
}

.ec-base-product .prdList .thumbnail .button .likeButton {
    display: inline-block;
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .button .likeButton button {
    font-family: verdana;
    color: #555;
    letter-spacing: -1px;
    background: none;
}

.ec-base-product .prdList .thumbnail .button .likeButton button img {
    margin: 0;
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .button .likeButton button strong {
    height: 16px;
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .button .likeButton.selected button {
    color: #353535;
}

.ec-base-product .prdList .description {
    margin: 24px auto 0;
    padding: 0 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.ec-base-product .prdList .description .name {
    display: block;
    line-height: 1.8em;
    text-align: left;
    font-weight: normal;
}

.ec-base-product .prdList .description .name a {
    color: #333;
}

.ec-base-product .prdList .description .mileage {
    display: block;
}

.ec-base-product .prdList .description span.grid {
    display: block;
}

.ec-base-product .prdList .description .ec-base-help {
    margin-left: 0;
}

.ec-base-product ul.grid2 > li {
    width: 50%;
    max-width: 640px;
}

.ec-base-product ul.grid3 > li {
    width: 33.33%;
}

.ec-base-product ul.grid4 > li {
    width: 25%;
}

.ec-base-product ul.grid5 > li {
    width: 20%;
}

.ec-base-product ul.grid3 > li .color {
    max-width: 230px;
}

.ec-base-product ul.grid4 > li .color {
    max-width: 190px;
}

.ec-base-product ul.grid5 > li .color {
    max-width: 130px;
}

.ec-base-product ul.grid2 li:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product ul.grid2 li .thumbnail {
    float: left;
    width: 220px;
    text-align: left;
    margin: 0;
}

.ec-base-product ul.grid2 li .description {
    float: left;
    width: 247px;
    padding: 0 20px;
}

.ec-base-product ul.grid2 li .description .chk {
    position: static;
    text-align: left;
}

.ec-base-product .spec {
    margin: 0;
}

.ec-base-product .spec li {
    text-align: left;
}

.ec-base-product .spec li .title {
    font-weight: normal;
    vertical-align: top;
}

.ec-base-product .spec li .title span {
    vertical-align: top;
}

.ec-base-product .spec li .color {
    overflow: hidden;
    display: inline-block;
    margin: 3px 0 0 0;
}

.ec-base-product .spec li .chips {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 4px 2px 0;
    border: 1px solid #eee;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .discountPeriod {
    display: inline-block;
    z-index: 10;
    position: relative;
    width: 55px;
    height: 19px;
    vertical-align: middle;
}

.ec-base-product .layerDiscountPeriod {
    left: 50%;
    top: 26px;
    width: 247px;
    margin: 0 0 0 -88px;
}

.ec-base-product .layerDiscountPeriod strong.title {
    display: block;
    margin: 0 0 12px;
    padding: 0 35px 0 0;
    font-weight: bold;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #757575;
    letter-spacing: -1px;
}

.ec-base-product .layerDiscountPeriod .content p strong {
    font-weight: normal;
    font-size: 12px;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p strong span {
    font-size: 11px;
}

.ec-base-product .prdList .shippingFee {
    position: relative;
    display: inline-block;
}

.ec-base-product .prdList .shippingFee .button {
    display: inline-block;
    float: none;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip {
    z-index: 11;
    display: block;
    margin: 0 0 0 -170px;
    width: 360px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th {
    width: 40px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,.ec-base-product .prdList .shippingFee .ec-base-tooltip table td {
    padding: 7px 10px 8px 10px;
}

.ec-base-product .btnTooltip {
    position: relative;
    display: inline-block;
}

.differentialShipping {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 17px;
    z-index: 100;
    width: 350px;
    margin: 0 0 0 -176px;
}

.differentialShipping h3.title {
    margin: 0;
    height: 35px;
    padding: 0 35px 0 19px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    background: #495164;
}

.differentialShipping .content {
    padding: 12px 18px 14px 18px;
    border: 1px solid #757575;
    border-top: 0;
    text-align: center;
    background: #fff;
}

.differentialShipping .close {
    position: absolute;
    right: 14px;
    top: 12px;
}

.differentialShipping .close img {
    cursor: pointer;
}

.differentialShipping .content ul {
    color: #757575;
    line-height: 25px;
}

.differentialShipping .content li {
    overflow: hidden;
}

.differentialShipping .content li strong {
    float: left;
    font-weight: normal;
}

.differentialShipping .content li span {
    float: right;
    color: #2e2e2e;
}

.differentialShipping .content .info {
    margin: 7px 0 0;
    padding: 7px 0 0;
    border-top: 1px dotted #b0b1b3;
    color: #80aeef;
    text-align: right;
}

.ec-product-bgLT {
    background-position: left top;
}

.ec-product-bgLC {
    background-position: left center;
}

.ec-product-bgLB {
    background-position: left bottom;
}

.ec-product-bgRT {
    background-position: right top;
}

.ec-product-bgRC {
    background-position: right center;
}

.ec-product-bgRB {
    background-position: right bottom;
}

.ec-product-bgCT {
    background-position: center top;
}

.ec-product-bgCC {
    background-position: center center;
}

.ec-product-bgCB {
    background-position: center bottom;
}

.prdList .ec-base-tooltip .edge {
    display: none;
}

.ec-base-product .prdList .description .ec-sale-rate {
    display: inline-block;
    padding-left: 5px;
    color: #f0352e;
    font-size: 16px;
    font-weight: 700;
}

.ec-over-product .prdList .description .ec-sale-rate {
    display: inline-block;
    padding-left: 5px;
    color: #f0352e;
    font-size: 16px;
    font-weight: 700;
}

.prdRank {
    margin: 0 0 88px;
}

.prdRank .swiper-container {
    overflow-y: visible;
    overflow-x: clip;
}

.prdRank .swiper-container-horizontal>.swiper-scrollbar {
    z-index: auto;
}

.prdRank ul.prdList {
    counter-reset: number 0;
}

.prdRank ul.prdList > li {
    position: relative;
}

.prdRank ul.prdList > li:before {
    content: counter(number);
    counter-increment: number;
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 8px 0;
    background: var(--point-color);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    font-size: 20px;
    text-align: center;
    z-index: 1;
}

.prdRank label {
    position: absolute;
    top: 44px;
    left: 18px;
    font-size: 12px;
    color: #fff;
    z-index: 20;
    text-align: center;
    font-weight: 500;
}

.ec-base-paginate {
    margin: 30px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.ec-base-paginate ol {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    *display: inline;
    *zoom:1;*margin: 0;
}

.ec-base-paginate li {
    display: inline-block;
    margin: 0 0 0 -1px;
    font-size: 12px;
    color: #757575;
    vertical-align: top;
    *display: inline;
    *zoom:1;}

.ec-base-paginate li:first-child {
    margin-left: 0;
}

.ec-base-paginate img {
    vertical-align: top;
    display: none;
}

.ec-base-paginate > a:first-child:after {
    content: "<";
}

.ec-base-paginate > a:last-child:after {
    content: ">";
}

.ec-base-paginate > a.first {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

.ec-base-paginate > a.first:after {
    content: "<<";
    letter-spacing: -1px;
    margin-left: -8px;
}

.ec-base-paginate > a.last {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

.ec-base-paginate > a.last:after {
    content: ">>";
    letter-spacing: -1px;
    margin-left: -8px;
}

.ec-base-paginate > a:nth-child(2) {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

.ec-base-paginate > a:nth-child(2):after {
    content: "<" ;
}

.ec-base-paginate > a:nth-last-child(2) {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

.ec-base-paginate > a:nth-last-child(2):after {
    content: ">" ;
}

.ec-base-paginate > a:before,.ec-base-paginate > a:after {
    font-size: 10px;
    line-height: 32px;
    color: #000;
    font-family: serif !important;
}

.ec-base-paginate li a {
    display: block;
    width: 32px;
    padding: 9px 0;
    font-weight: bold;
    color: #939393;
    line-height: 14px;
    background: #fff;
}

.ec-base-paginate li a:hover {
    text-decoration: none;
}

.ec-base-paginate li a.this {
    color: #333;
}

.ec-base-paginate a.nolink {
    cursor: default;
}

.ec-base-paginate.typeSub ol {
    margin: 7px 15px;
    vertical-align: middle;
}

.ec-base-paginate.typeSub li {
    font-size: 12px;
    border: 0;
}

.ec-base-paginate.typeSub img {
    vertical-align: middle;
}

.ec-base-paginate.typeSub li a {
    width: auto;
    margin: 0 5px 0;
    padding: 2px;
    color: #353535;
    background: none;
}

.ec-base-paginate.typeSub li a.this {
    color: #333;
    text-decoration: none;
    border: 0;
}

.ec-base-paginate.typeSub .first {
    margin-right: 3px;
}

.ec-base-paginate.typeSub .last {
    margin-left: 3px;
}

.ec-base-tab {
    position: relative;
}

.ec-base-tab .menu {
    margin: 0 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ec-base-tab .menu:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-tab .menu li {
    float: left;
    border: 1px solid #eee;
    background: #f8f8f8;
    border-radius: 8px;
    margin: 4px;
}

.ec-base-tab .menu li a {
    display: block;
    min-width: 187px;
    margin: 0;
    padding: 12px 5px 11px;
    font-size: 16px;
    color: #999;
    text-decoration: none;
    outline: 0;
    text-align: center;
}

.ec-base-tab .menu li:first-child a {
    margin-left: 0;
}

.ec-base-tab .menu li.selected a {
    position: relative;
    margin: 0;
    color: #333;
    font-weight: 400;
}

.ec-base-tab .menu li.selected a::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #f0352e;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 8px;
}

.ec-base-tab > .right {
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 24px;
    color: #909090;
}

.ec-base-tab.typeLight .menu li.selected a {
    margin: 0 0 -2px;
    border-bottom: 1px solid #fff;
    color: #404040;
    background: #fff;
}

.ec-base-tab[class*="grid"] .menu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ec-base-tab[class*="grid"] .menu li {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.ec-base-tab[class*="grid"] .menu li a {
    display: inline-block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 11px 0;
    border: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected {
    position: relative;
    top: 0;
    right: 0;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.ec-base-tab[class*="grid"] .menu li:first-child.selected {
    right: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected a {
    position: static;
    background: none;
}

.ec-base-tab.grid2 .menu li {
    width: 50.5%;
}

.ec-base-tab.grid3 .menu li {
    width: 34%;
}

.ec-base-tab.grid4 .menu li {
    width: 25.5%;
}

.ec-base-tab.grid5 .menu li {
    width: 20.5%;
}

.ec-base-tab.grid6 .menu li {
    width: 17%;
}

.ec-base-tab.grid7 .menu li {
    width: 14.8%;
    width: 15% \0/;
}

.ec-base-tab.grid7 .menu li:first-child {
    width: 13% \0/;
}

.ec-base-tab.gFlex .menu {
    display: flex;
    border-right: 0;
}

.ec-base-tab.gFlex .menu:after {
    display: none;
}

.ec-base-tab.gFlex .menu li {
    display: flex;
    align-items: center;
    float: none;
    flex: 1;
    position: relative;
}

.ec-base-tab.gFlex .menu li:last-child {
    border-right: 1px solid #cbcdce;
}

.ec-base-tab.gFlex .menu li a {
    width: 100%;
    min-width: 0;
    border-right: 0;
    background: none;
    word-break: break-all;
}

.ec-base-tab.gFlex .menu li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.ec-base-tab.gFlex .menu li.selected {
    border: 1px solid #292929;
    border-bottom: 0;
    background: #4a5164;
}

.ec-base-tab.gFlex .menu li.selected a {
    left: 0;
    margin: 0 0 -1px -1px;
    background: #4a5164;
    border: 0;
    position: initial;
}

[class^='btnNormal'],a[class^='btnNormal'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #555;
    background-color: #fff;
}

[class^='btnSubmit'],a[class^='btnSubmit'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #222;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #222;
}

[class^='btnEm'],a[class^='btnEm'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #555;
    background-color: #f8f8f8;
}

[class^='btnBasic'],a[class^='btnBasic'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #222;
    background-color: #f5f5f5;
}

[class^='btnNormal']:not(.disabled):hover {
    background-color: #eee;
}

[class^='btnSubmit']:not(.disabled):hover {
    background-color: #fff;
    color: #222;
}

[class^='btnEm']:not(.disabled):hover {
    background-color: #eee;
}

[class^='btnBasic']:not(.disabled):hover {
    background-color: #eee;
}

[class^='btnNormal'].disabled {
    border-color: #e3e3e3;
    color: #999;
}

[class^='btnSubmit'].disabled {
    background-color: #9297a2;
    color: #f0f0f0;
}

[class^='btnEm'].disabled {
    background-color: #b5b6b9;
    color: #f0f0f0;
}

[class^='btnBasic'].disabled {
    color: #999;
}

[class^='btn'].sizeS {
    padding: 8px 12px;
}

[class^='btn'].sizeM {
    padding: 10px 16px;
}

[class^='btn'].sizeL {
    padding: 14px 16px;
    min-width: 80px;
    font-weight: 500;
}

[class^='btn'][class*='Fix'] {
    width: 72px;
    word-break: keep-all;
    word-wrap: break-word;
}

[class^='btn'][class*='Fix'].sizeS {
    width: 96px;
}

[class^='btn'][class*='Fix'].sizeM {
    width: 120px;
    padding-left: 8px;
    padding-right: 8px;
}

[class^='btn'][class*='Fix'].sizeL {
    width: 160px;
    padding-left: 8px;
    padding-right: 8px;
}

a.btnLink {
    color: #222;
}

a.btnLink:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 0 #222;
    -moz-box-shadow: 0 1px 0 0 #222;
    box-shadow: 0 1px 0 0 #222;
}

a.btnLink:after {
    content: "";
    display: inline-block;
    margin: -2px -2px 0 3px;
    vertical-align: middle;
    border: 0 0 0 10px;
    border-style: solid;
    border-color: transparent transparent transparent #77797d;
}

[class^='btn'] i {
    display: none \0/IE8;
}

[class^='btn'] .icoArrow {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: -2px 1px 0 1px;
    border: 2px solid #77797d;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

[class^='btnSubmit'] .icoArrow,[class^='btnEm'] .icoArrow {
    border-color: #f0f0f0;
}

[class^='btn'] .icoDelete {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -2px 2px 0 0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

[class^='btn'] .icoDelete:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4px;
    width: 2px;
    height: 10px;
    background: #77797d;
}

[class^='btn'] .icoDelete:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 10px;
    height: 2px;
    background: #77797d;
}

[class^='btnSubmit'] .icoDelete:before,[class^='btnSubmit'] .icoDelete:after,[class^='btnEm'] .icoDelete:before,[class^='btnEm'] .icoDelete:after {
    background: #ccc;
}

[class^='btn'] .icoAdd,[class^='btn'] .icoRemove {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -2px 2px 0 0;
    vertical-align: middle;
}

[class^='btn'] .icoAdd:before,[class^='btn'] .icoAdd:after,[class^='btn'] .icoRemove:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #77797d;
}

[class^='btn'] .icoAdd:before,[class^='btn'] .icoRemove:before {
    height: 2px;
    margin: -1px 0 0 -4px;
}

[class^='btn'] .icoAdd:after {
    width: 2px;
    margin: -4px 0 0 -1px;
}

[class^='btn'] img {
    margin: -2px 1px 0;
    vertical-align: middle;
}

.btnLogin,a.btnLogin {
    display: inline-block;
    box-sizing: border-box;
    width: 100px;
    height: 70px;
    line-height: 70px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #4a5164;
}

.btnLogin:hover {
    background-color: #43495a;
}

.btnAgree,a.btnAgree {
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    background-color: #fff;
}

.btnAgree:hover {
    background-color: #f3f3f3;
}

.btnToggle {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.btnToggle button {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    margin: 0 -1px 0 0;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    outline: 0;
    text-decoration: none;
    color: #222;
    background: #fff;
}

.btnToggle button:first-child {
    border-radius: 2px 0 0 2px;
}

.btnToggle button:last-child {
    border-radius: 0 2px 2px 0;
}

.btnToggle button.selected {
    position: relative;
    border: 1px solid #84868b;
    color: #fff;
    background: #84868b;
}

.ec-base-button {
    padding: 10px 0;
    text-align: center;
}

.ec-base-button.justify {
    position: relative;
}

.ec-base-button:after {
    display: block;
    content: "";
    clear: both;
}

.ec-base-button .gLeft {
    float: left;
    text-align: left;
}

.ec-base-button .gRight {
    float: right;
    text-align: right;
}

.ec-base-button.justify .gLeft {
    position: absolute;
    left: 0;
}

.ec-base-button.justify .gRight {
    position: absolute;
    right: 0;
}

.ec-base-button .text {
    margin: 0 6px 0 10px;
    color: #353535;
    line-height: 24px;
}

.ec-base-button.typeBorder {
    margin-top: 24px;
    padding: 10px 20px;
}

.ec-base-button.typeBG {
    padding: 10px 20px;
}

.ec-base-button[class*="gColumn"] {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.ec-base-button[class*="gColumn"]:after {
    display: none;
}

.ec-base-button[class*="gColumn"] [class^='btn'] {
    margin: 0 2px;
    padding-left: 8px;
    padding-right: 8px;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: normal;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.ec-base-button[class*="gColumn"] [class^='btn'][class*='Fix'] {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
}

.ec-base-button[class*="gColumn"] .gFlex2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.ec-base-button[class*="gColumn"] .gFlex3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.ec-base-button[class*="gColumn"] .gFlex4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.ec-base-box {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.ec-base-box.gHalf {
    position: relative;
    padding: 20px 0;
}

.ec-base-box.gHalf:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.ec-base-box.typeBg {
    background-color: #fbfafa;
}

.ec-base-box.typeThin {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-base-box.typeThin h3.boxTitle {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.ec-base-box.typeThinBg {
    border-width: 1px;
    border-color: #eee;
    background-color: #f8f8f8;
}

.ec-base-box.center {
    text-align: center;
}

.ec-base-box.typeThinBg > .agree {
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.ec-base-box.typeThinBg > .agree p {
    padding: 0 0 17px;
}

.ec-base-box.typeMember {
    padding: 0;
}

.ec-base-box.typeMember .information {
    display: table;
    table-layout: fixed;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-base-box.typeMember .information > .title,.ec-base-box.typeMember .information > .thumbnail {
    display: table-cell;
    padding: 0 15px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

.ec-base-box.typeMember .information > .title {
    vertical-align: middle;
}

.ec-base-box.typeMember .information > .thumbnail img {
    max-width: 70px;
}

.ec-base-box.typeMember .information .description {
    display: table-cell;
    padding: 0 10px;
    width: auto;
    line-height: 1.5em;
    border-left: 1px solid #e8e8e8;
    vertical-align: middle;
}

.ec-base-box.typeMember.gMessage {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-base-box .message {
    display: block;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #e8e7e7;
    background: #fbfbfb url("/w_images/base/common/ico_info.gif") no-repeat 10px center;
}

.ec-base-box.typeProduct {
    display: table;
    table-layout: fixed;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-base-box.typeProduct .thumbnail,.ec-base-box.typeProduct .information {
    display: table-cell;
    padding: 0 16px;
    vertical-align: middle;
}

.ec-base-box.typeProduct .thumbnail {
    width: 100px;
}

.ec-base-box.typeProduct .thumbnail img {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
}

.ec-base-box.typeProduct .information {
}

.xans-myshop-addrlist .ec-base-table {
    font-size: 14px;
}

.ec-base-table table {
    position: relative;
    margin: 10px 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    color: #fff;
    line-height: 1.5;
}

.ec-base-table.gLayoutFixed table {
    table-layout: fixed;
}

.ec-base-table.gLayoutFixed .gLayoutAuto table {
    table-layout: auto;
}

.ec-base-table table:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
}

.ec-base-table thead th {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    font-weight: normal;
}

.ec-base-table tbody th {
    padding: 14px 10px;
    font-size: 14px;
    border: 1px solid #eee;
    border-bottom-width: 0;
    color: #333;
    text-align: left;
    font-weight: normal;
}

.ec-base-table th {
    word-break: break-all;
    word-wrap: break-word;
}

.ec-base-table th:first-child {
    border-left: 0;
}

.ec-base-table td {
    padding: 11px 10px 10px;
    border-top: 1px solid #eee;
    color: #333;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
}

.ec-base-table td.clear {
    padding: 0 !important;
    border: 0 !important;
}

.ec-base-table tr.payDetail td {
    padding: 21px 10px 20px 0;
    background: #fbfafa;
}

.ec-base-table.typeWrite td {
    padding: 8px 10px 7px;
}

.ec-base-table.typeWrite img {
    max-width: 100% !important;
    height: auto !important;
}

.ec-base-table.typeList table {
    border-top: 1px solid #ddd;
}

.ec-base-table.typeList table:before {
    display: none;
}

.ec-base-table.typeList td {
    padding: 14px 10px;
}

.ec-base-table.typeList tfoot td {
    padding: 15px 10px 17px;
    background: #fcfcfc;
}

.ec-base-table .message {
    padding: 50px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 400;
}

.ec-base-table table + .message {
    margin: -1px 0 0;
}

.ec-base-table table td.message {
    padding: 50px 0;
}

.ec-base-table .scroll .message {
    border: 0;
}

.ec-base-table.typeList .head td {
    padding: 11px 0 10px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    text-align: center;
    background: #fbfafa;
}

.ec-base-table.typeList .head td:first-child {
    border-left: 0;
}

.ec-base-table.typeList .scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 185px;
    min-height: 100px;
    border: 1px solid #d7d5d5;
    border-top-width: 0;
    margin-top: -1px;
}

.ec-base-table.typeList .scroll table {
    border: 0;
    margin: 0;
}

.ec-base-table.typeList .scroll table:before {
    display: none;
}

.ec-base-table.typeList .scroll .message {
    border: 0;
}

.ec-base-table thead.blind,.ec-base-table thead.blind th {
    display: none;
}

.ec-base-table thead.blind + tbody tr:first-child th,.ec-base-table thead.blind + tbody tr:first-child td {
    border-top-width: 0;
}

.ec-base-table.typeList.gLine table {
    border-width: 0;
    border-bottom-width: 1px;
}

.ec-base-table.typeClear table:before {
    display: none;
}

.ec-base-table.typeClear table,.ec-base-table.typeClear th,.ec-base-table.typeClear td {
    border: 0 none;
    background: none;
}

.ec-base-table.typeClear th {
    font-weight: bold;
}

.ec-base-table.gBorder td {
}

.ec-base-table.gBorder td:first-child {
    border-left: 0;
}

.ec-base-table.gBorder td.gClearLine {
    border-left: 0;
}

.ec-base-table.typeList.gBorder tbody td {
    border-color: #eee;
}

.ec-base-table .left {
    text-align: left;
}

.ec-base-table .center {
    text-align: center;
}

.ec-base-table .right {
    text-align: right;
}

.ec-base-table.typeList .center td,.ec-base-table.typeList td.center {
    padding-left: 0;
    padding-right: 0;
}

.ec-base-table.typeList .center td.left {
    padding-left: 10px;
}

.ec-base-table.typeList .center td.right {
    text-align: center;
}

.ec-base-table .top th,.ec-base-table th.top,.ec-base-table .top td,.ec-base-table td.top {
    vertical-align: top;
}

.ec-base-table .middle th,.ec-base-table th.middle,.ec-base-table .middle td,.ec-base-table td.middle {
    vertical-align: middle;
}

.ec-base-table img {
    vertical-align: middle;
}

.ec-base-table .ec-address {
    margin: -9px -10px -7px;
}

.ec-base-table .ec-address > li {
    padding: 8px 10px 7px;
    border-top: 1px solid #dfdfdf;
}

.ec-base-table .ec-address > li input[type="text"] {
    width: 373px;
}

.ec-base-table .ec-address > li select {
    width: 383px;
}

.ec-base-table .ec-address .ec-base-help {
    margin-left: 0;
}

.ec-base-table .ec-address .ec-address-area select {
    display: block;
}

.ec-base-table .ec-address .ec-address-area select:not(:first-child) {
    margin-top: 6px;
}

.ec-base-table .ec-address .ec-address-zipcode input[type="text"] {
    width: 80px;
    margin-right: 3px;
}

.ec-base-table .ec-address .ec-address-zipcode .btnBasic {
    margin-right: 4px;
}

@media print {
    .ec-base-table table:before {
        display: none;
    }
}

.ec-base-desc {
    overflow: hidden;
    text-align: left;
}

.ec-base-desc:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-desc dt,.ec-base-desc .term {
    float: left;
    width: 100px;
    margin: 0 0 2px;
    padding: 0 4px 0 0;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.ec-base-desc dd,.ec-base-desc .desc {
    display: block;
    margin: 0 0 2px;
    padding: 0 5px 0 100px;
    min-height: 22px;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}

.ec-base-desc dd:after,.ec-base-desc .desc:after {
    content: "";
    display: block;
    clear: left;
}

.ec-base-desc.gSmall dt,.ec-base-desc.gSmall .term {
    width: 30%;
}

.ec-base-desc.gSmall dd,.ec-base-desc.gSmall .desc {
    padding-left: 30%;
}

.ec-base-desc.gMedium dt,.ec-base-desc.gMedium .term {
    width: 40%;
}

.ec-base-desc.gMedium dd,.ec-base-desc.gMedium .desc {
    padding-left: 40%;
}

.ec-base-desc.gLarge dt,.ec-base-desc.gLarge .term {
    width: 50%;
}

.ec-base-desc.gLarge dd,.ec-base-desc.gLarge .desc {
    padding: 0 0 0 50%;
}

.ec-base-desc.centerDT dt,.ec-base-desc.centerDD dd,.ec-base-desc.centerDT .term,.ec-base-desc.centerDD .desc,.ec-base-desc.center,.ec-base-desc .center {
    text-align: center;
}

.ec-base-desc.rightDT dt,.ec-base-desc.rightDD dd,.ec-base-desc.rightDT .term,.ec-base-desc.rightDD .desc,.ec-base-desc.right,.ec-base-desc .right {
    text-align: right;
}

.ec-base-desc.rightDD dd,.ec-base-desc.rightDD .desc {
    padding-right: 0;
}

.ec-base-desc.typeBullet dt,.ec-base-desc.typeBullet .term {
    padding: 0 4px 0 10px;
    background: url("/w_images/base/common/ico_arrow.png") no-repeat 0 7px;
}

.ec-base-desc.typeDot dt,.ec-base-desc.typeDot .term {
    position: relative;
    padding: 0 4px 0 10px;
}

.ec-base-desc.typeDot dt:before,.ec-base-desc.typeDot .term:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    margin: -2px 0 0 0;
    background: #383838;
}

@media screen and (max-width: 1680px) {
    #quick {
        right:1%;
    }

    .fixed_btn {
        right: 1%;
    }
}

@media screen and (max-width: 1380px) {
    #quick {
        display:none;
    }

    .topCategory #categoryMenu .menu-dp1 > li > a {
        font-size: 16px;
        margin: 0 24px 0 0;
    }

    #menuFix.menuFix_fixed .topCategory #categoryMenu .menu-dp1 > li > a {
        font-size: 14px;
        margin: 0 22px 0 0;
    }

    .mainSlide .swiper-slide .txt h3 {
        font-size: 28px;
    }

    .mainSlide .swiper-slide .txt p {
        font-size: 15px;
    }

    .cateBanner .icon_area .icon_txt h3 {
        font-size: 15px;
    }

    .time_banner_pc .title h2 span {
        margin-left: 32px;
    }

    .time_banner_pc .item-left .countdown span {
        font-size: 14px;
        margin: 0 4px;
    }

    .prdVideo .right_prd_scroll.prdList {
        height: 81.5%;
    }

    .prdVideo.ec-base-product .prdList > li {
        padding-bottom: calc(58% - 32px);
    }

    .mainBanner01 ul li .txt h3,.longBanner01 .txt h3 {
        font-size: 20px;
    }

    .mainBanner01 ul li .txt p,.longBanner01 .txt p {
        font-size: 14px;
    }

    .footer_cs .tel {
        font-size: 26px;
    }

    .ec-over-product .title h2,.ec-base-product .title h2,.sub_title h2 {
        font-size: 28px;
    }

    .ec-over-product .title h2 .sub,.ec-base-product .title h2 .sub,.sub_title .sub {
        font-size: 15px;
    }

    .mainReview .reviewList li .txt .subject a,.mainNotice .noticeList li .subject a,.footer_cs p {
        font-size: 14px;
    }

    .mainReview .reviewList li .txt .cont,.mainNotice .noticeList li span,.footer_about .address span,.footer_bank span,.escrow {
        font-size: 13px;
    }

    .comArea {
        width: 100%;
    }

    .com_img {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .fixed_btn .xans-layout-productrecent {
        display: none !important;
    }

    .mainBanner01 .swiper-button-prev {
        left: calc(17% - 16px);
        margin-left: 0;
    }

    .mainBanner01 .swiper-button-next {
        right: calc(17% - 16px);
        margin-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .time_banner_pc .box.cover:before {
        font-size:24px;
        line-height: 30px;
    }

    .prdVideo .right_prd_scroll.prdList {
        height: 79%;
    }

    .prdVideo.ec-base-product .prdList > li {
        padding-bottom: calc(59% - 32px);
    }
}

@media screen and (max-width: 1070px) {
    #header .right .bbs a,#header .right .bbs-dp1 > li > a,#header .log_state .xans-layout-statelogon li a,#header .log_state .xans-layout-statelogoff li a,#header .top_state .xans-layout-shoppinginfo li a,#header .top_setting p a {
        font-size:12px;
    }

    .topCategory #categoryMenu .menu-dp1 > li > a {
        font-size: 14px;
    }

    .topCategory #categoryMenu .menu-dp2 > li > a,.topCategory #categoryMenu .menu-dp3 > li > a,.topCategory #categoryMenu .menu-dp4 > li > a {
        font-size: 12px;
    }

    #menuFix.menuFix_fixed .topCategory #categoryMenu .menu-dp1 > li > a {
        font-size: 13px;
        margin: 0 11px 0 0;
    }

    .topCate .shoppinginfo li {
        padding: 0 5px;
    }

    .topCate .shoppinginfo li a .count {
        right: -5px;
    }

    .topCate .shoppinginfo li i {
        font-size: 20px;
    }

    .xans-layout-searchheader i {
        font-size: 18px;
    }

    .xans-layout-searchheader #keyword {
        height: 32px;
    }

    .mainSlide .swiper-slide .txt h3 {
        font-size: 24px;
    }

    .mainSlide .swiper-slide .txt p {
        font-size: 14px;
    }

    .ec-over-product .title h2,.ec-base-product .title h2,.sub_title h2 {
        font-size: 24px;
    }

    .ec-over-product .title h2 .sub,.ec-base-product .title h2 .sub,.sub_title .sub {
        font-size: 14px;
    }
}

@media screen and (max-width: 995px) {
    .ec-base-product .prdList {
        min-width:100%;
    }

    .prdVideo.ec-base-product .prdList > li {
        padding-bottom: calc(60% - 32px);
    }
}

li {
    list-style: none;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

h1,h3 {
    margin: 0;
}

.ec-base-layer {
    position: absolute;
    z-index: 100;
    border: 1px solid #ccc;
    background: #fff;
}

.ec-base-layer .header {
    padding: 7px 35px 7px 19px;
    background: #eee;
    color: #000;
    font-weight: 500;
}

.ec-base-layer .header > h1,.ec-base-layer .header > h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.ec-base-layer .content {
    padding: 20px;
    font-size: 12px;
}

.ec-base-layer div.ec-base-help {
    margin-top: 0;
}

.ec-base-layer .ec-base-button {
    padding: 9px;
    border-top: 1px solid #ddd;
    text-align: center;
    background: #fcfcfc;
}

.ec-base-layer .close {
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 4px;
    background: #ccc;
    cursor: pointer;
}

#popup .ec-base-layer {
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#popup .ec-base-layer .header {
    padding: 12px 35px 12px 19px;
}

#popup .ec-base-layer .close {
    top: 12px;
}

.ec-base-layer .content > .ec-base-table table:first-child {
    margin-top: 0;
}

.ec-base-layer .ec-base-table table {
    line-height: 1.4;
}

.ec-base-layer .ec-base-table thead th {
    padding: 9px 0 8px;
}

.ec-base-layer .ec-base-table tbody th {
    padding: 9px 0 8px 10px;
}

.ec-base-layer .ec-base-table td {
    padding: 9px 10px 8px;
}

.ec-base-layer .ec-base-table.typeWrite td {
    padding: 5px 10px 4px;
}

.ec-base-layer .ec-base-table.typeList tfoot td {
    padding: 10px 10px 12px;
}

.ec-base-layer .ec-base-table.typeBorder tfoot td {
    padding: 10px 10px 12px;
}

.ec-base-layer .ec-base-table .ec-address {
    margin: -6px -10px -4px;
}

.ec-base-layer .ec-base-table .ec-address > li {
    padding: 5px 10px 4px;
}

.xans-layout-multishopshipping {
    display: none;
}

.xans-layout-multishopshipping .worldshipLayer {
    top: 303px;
    left: 50%;
    width: 448px;
    margin: 0 0 0 -225px;
}

.xans-layout-multishopshipping .worldshipLayer .content {
    padding: 153px 20px 30px;
    line-height: 1.8;
    background: url("/w_images/base/link/bg_worldship.gif") center 21px no-repeat;
}

.xans-layout-multishopshipping .worldshipLayer .content .desc {
    display: block;
    margin: 4px 0 14px;
}

.xans-layout-multishopshipping .worldshipLayer .select {
    margin: 10px 0 0;
}

.xans-layout-multishopshipping .worldshipLayer .select select {
    width: 100%;
}

.xans-layout-conversionpc {
    background: #fff;
    padding: 45px;
    text-align: center;
}

.xans-layout-conversionpc a {
    margin: 20px;
    padding: 20px 40px 20px 110px;
    font-size: 68px;
    color: #63666e;
    text-decoration: none;
    text-align: center;
    border: 4px solid #9d9db0;
    border-radius: 10px;
    background: url("/w_images/base/layout/ico_mobile.png") no-repeat 40px 50%;
}

.xans-layout-searchheader {
    position: relative;
    width: 180px;
}

.xans-layout-searchheader fieldset {
    border-bottom: 2px solid #222;
}

.xans-layout-searchheader #keyword {
    width: 140px;
    height: 36px;
    margin: 0;
    border: 0;
    font-size: 13px;
    color: #222;
    background: transparent;
    outline: none;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.xans-layout-searchheader i {
    position: relative;
    color: #222;
    font-size: 28px;
    vertical-align: middle;
    cursor: pointer;
}

.popular {
    margin: 0 0 5px 12px;
}

.popular a {
    color: #ababab;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 300;
}

.popular a:hover {
    color: #000;
}

.xans-layout-multishoplist.thumb {
    float: left;
}

.xans-layout-multishoplist.thumb > ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 40px;
}

.xans-layout-multishoplist.thumb > ul li {
    width: 24px;
    margin: 0 4px 0 0;
}

.xans-layout-multishoplist.thumb > ul li a {
    text-decoration: none;
}

.xans-layout-multishoplist.thumb > ul li a img {
    width: 100%;
}

.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;
}

.xans-layout-referencecurrencylist.list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 24px;
    border-radius: 3px;
    border: 2px solid #eee;
}

.xans-layout-referencecurrencylist.list.show {
    border: 2px solid #222;
}

.xans-layout-referencecurrencylist.list .toggle {
    width: 100%;
    height: 100%;
    padding: 0 0 0 3px;
    font-size: 12px;
    background: #fff;
}

.xans-layout-referencecurrencylist.list .toggle:after {
    display: none;
    position: absolute;
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
}

.xans-layout-referencecurrencylist.list.show .toggle:after {
    display: block;
}

.xans-layout-referencecurrencylist.list .toggle .currencyNow {
    padding: 0 22px 0 5px;
    background: no-repeat right -2px top 4px url("/w_images/base/layout/ico_multishop1.png");
}

.xans-layout-referencecurrencylist.list .toggle .btn-global {
    padding: 3px 0 0 24px;
    background: url("/w_images/base/layout/ico_global.png") no-repeat;
}

.xans-layout-referencecurrencylist.list > ul {
    display: none;
    position: absolute;
    right: -1px;
    top: 26px;
    overflow-x: hidden;
    width: 100%;
    height: 130px;
    border: 1px solid #eee;
    background: #fff;
}

.xans-layout-referencecurrencylist.list > ul li {
    position: relative;
    height: 26px;
    width: 100%;
    background: none;
    line-height: 28px;
}

.xans-layout-referencecurrencylist.list > ul li a {
    display: block;
    overflow: hidden;
    padding: 0 54px 0 8px;
    color: #555;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}

.xans-layout-referencecurrencylist.list > ul li.selected {
    background: #f9f9ff;
}

.xans-layout-referencecurrencylist.list > ul li a .name strong {
    font-weight: normal;
}

.xans-layout-referencecurrencylist.list > ul li a .unit {
    margin-left: 2px;
    font-size: 11px;
    color: #757575;
}

.xans-layout-referencecurrencylist.list.show > ul {
    display: block;
}

.xans-layout-referencecurrencylist.list > ul li:hover {
    background: #f9f9ff;
}

.fixed_btn .xans-layout-productrecent {
    width: 80px;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    margin: 0 auto 8px;
    border-radius: 4px;
}

.fixed_btn .xans-layout-productrecent h2 a {
    display: block;
    padding: 8px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #333;
}

.fixed_btn .xans-layout-productrecent ul {
    width: 64px;
    margin: 0 auto;
}

.fixed_btn .xans-layout-productrecent li a {
    color: #555;
}

.fixed_btn .xans-layout-productrecent li img {
    width: 100%;
    border-radius: 4px;
    image-rendering: -webkit-optimize-contrast;
}

.fixed_btn .xans-layout-productrecent li span {
    display: block;
    padding: 2px 0;
    line-height: 16px;
}

.fixed_btn .xans-layout-productrecent .player {
    overflow: hidden;
    padding: 4px 0 8px;
    *zoom:1;}

.fixed_btn .xans-layout-productrecent .player i {
    border-radius: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding: 4px;
    border: 1px solid #000;
    background: transparent;
    margin: 0 2px;
}

.fixed_btn .xans-layout-productrecent .player i:hover {
    opacity: 0.5;
}

.xans-product-searchdata .searchField {
    padding: 22px 0;
    margin: 0 0 -1px;
}

.xans-product-searchdata .searchField fieldset {
    position: relative;
    display: table;
    margin: 0 auto 10px;
    text-align: center;
}

.xans-product-searchdata .searchField fieldset .searchInput {
    position: relative;
    display: inline-block;
    width: 262px;
    padding: 0 36px 0 0;
    border: 1px solid #565960;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

.xans-product-searchdata .searchField fieldset .autoDrop {
    display: none;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: -1px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100px;
    width: 100%;
    border: 1px solid #565960;
    text-align: left;
    background: #fff;
}

.xans-product-searchdata .searchField fieldset .autoDrop li a {
    display: block;
    padding: 6px 10px;
    font-size: 11px;
    color: #1c1c1c;
}

.xans-product-searchdata .searchField fieldset .autoDrop li a:hover,.xans-product-searchdata .searchField fieldset .autoDrop li.selected a {
    text-decoration: none;
    color: #fff;
    background: #a1a4ae;
}

.xans-product-searchdata .searchField fieldset .btnSearchOption {
    margin: 0 0 0 7px;
    padding: 3px 14px 3px 0;
    vertical-align: middle;
    color: #2e2e2e;
    font-size: 12px;
    letter-spacing: -1px;
    outline: 0;
    background: url("/w_images/base/common/ico_arrow2.gif") no-repeat 100% 50%;
}

.xans-product-searchdata .searchField .keyword {
    border: 0;
    padding: 0 10px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    outline: 0;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.xans-product-searchdata .searchField .btnSearch {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
}

.xans-product-searchdata .searchField .keywordArea {
    max-width: 600px;
    margin: 3px auto 0;
    text-align: center;
}

.xans-product-searchdata .searchField .keywordArea .heading {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #cbcbcb;
    color: #525252;
    font-size: 11px;
    font-weight: normal;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.xans-product-searchdata .searchField .keywordArea .list {
    display: inline;
}

.xans-product-searchdata .searchField .keywordArea .list li {
    display: inline;
    margin: 0 0 0 4px;
}

.xans-product-searchdata .searchField .keywordArea .list li a {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    color: #525252;
    font-size: 11px;
}

.xans-product-searchdata .xans-product-searchconditiondata {
    position: relative;
    padding: 2px 8px 9px 127px;
    border: 1px solid #d7d5d5;
    font-size: 0;
    line-height: 0;
}

#searchContent.xans-product-searchdata .xans-product-searchconditiondata {
    border-top: 0;
}

.xans-product-searchdata .xans-product-searchconditiondata .list {
    display: inline;
}

.xans-product-searchdata .xans-product-searchconditiondata .list li {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin: 7px 5px 0 0;
    padding: 4px 3px 4px 8px;
    border: 1px solid #dadada;
    border-radius: 24px;
    vertical-align: top;
    font-size: 11px;
    color: #508bed;
    word-break: break-all;
    word-wrap: break-word;
    background: #fff;
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
}

.xans-product-searchdata .xans-product-searchconditiondata .btnSearchDelete {
    width: 22px;
    height: 22px;
    margin: -4px 0;
    font-size: 0;
    line-height: 0;
    outline: 0;
    vertical-align: top;
    background: url("/w_images/base/product/btn_search_delete2.gif") no-repeat center center;
}

.xans-product-searchdata .xans-product-searchconditiondata .icoColor {
    display: inline-block;
    overflow: hidden;
    width: 14px;
    height: 14px;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -150%;
    border-radius: 16px;
    vertical-align: top;
}

.xans-product-searchdata .xans-product-searchconditiondata .btnRefresh {
    position: absolute;
    left: 19px;
    top: 13px;
    padding: 0 0 0 20px;
    text-align: left;
    outline: 0;
    line-height: 20px;
    color: #525252;
    background: url("/w_images/base/product/btn_refresh.gif") no-repeat 0 0;
}

.xans-product-searchdata .xans-product-searchconditiondata .btnRefresh:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 2px;
    width: 1px;
    height: 11px;
    background: #d3d1d2;
}

.xans-product-searchdata .xans-product-categoryhashtag {
    display: table;
    table-layout: fixed;
    padding: 10px;
    font-family: GulimChe,Gulim;
}

.xans-product-searchdata .xans-product-categoryhashtag .heading {
    display: table-cell;
    width: 41px;
    vertical-align: top;
}

.xans-product-searchdata .xans-product-categoryhashtag .heading > strong {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #cbcbcb;
    color: #525252;
    font-size: 11px;
    font-weight: normal;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.xans-product-searchdata .xans-product-categoryhashtag .list {
    display: table-cell;
    width: auto;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

.xans-product-searchdata .xans-product-categoryhashtag .list li {
    display: inline-block;
    margin: 4px 10px 2px 0;
}

.xans-product-searchdata .xans-product-categoryhashtag .list li a {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    text-decoration: underline;
    color: #525252;
    font-size: 11px;
    line-height: 14px;
}

.xans-product-searchdata .searchResult {
    margin: 20px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    text-align: right;
    line-height: 38px;
}

.xans-product-searchdata .searchResult .record {
    float: left;
    padding: 0 0 0 8px;
    color: #333;
}

.xans-product-searchdata .searchResult .xans-product-searchorderby {
    display: inline;
    margin: 0 4px 0 0;
}

.xans-product-searchdata .searchResult .xans-product-searchorderby li {
    display: inline;
    padding: 0 6px 0 10px;
    color: #2e2e2e;
    cursor: pointer;
    background: url("/w_images/base/product/bg_result_type.gif") no-repeat 0 50%;
}

.xans-product-searchdata .searchResult .xans-product-searchorderby li:hover {
    color: #333;
    text-decoration: none;
}

.xans-product-searchdata .searchResult .xans-product-searchorderby li:first-child {
    background: none;
}

.xans-product-searchdata .xans-product-searchconditiondata + .searchResult {
    margin-top: 53px;
}

.xans-product-searchdata .noData {
    padding: 50px 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 16px;
    color: #555;
}

.xans-product-searchdata .noData > strong {
    display: block;
    color: #000;
}

.xans-product-searchdata .noData > strong.warning {
    display: block;
    color: #000;
}

.xans-product-searchdata .noData ul {
    margin: 10px 0 0;
}

.searchOption {
    display: none;
    top: 40px;
    width: 460px;
    left: 50%;
    margin: 0 0 0 -231px;
    text-align: left;
}

.searchOption.ec-base-layer .content {
    padding: 15px;
}

.searchOption .boardWrite {
    position: relative;
    margin: 10px 0 0;
    color: #353535;
    line-height: 1.4;
}

.searchOption .boardWrite:first-child {
    margin-top: 0;
}

.searchOption .boardWrite tbody th {
    padding: 9px 0 8px 10px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
}

.searchOption .boardWrite td {
    padding: 5px 10px 4px;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}

.searchOption .boardWrite input[type=text] {
    width: 309px;
}

.searchOption .desc {
    margin: 7px 0 0;
    color: #919399;
    font-size: 11px;
}

#searchSidebar.searchData {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: -231px;
    width: 230px;
    bottom: 0;
    border-right: 1px solid #c6cbd6;
    color: #2e2e2e;
    background: #f3f3f3;
}

#searchSticky.searchData {
    z-index: 100;
    width: 180px;
    margin: -15px 0 0;
    background: #fff;
}

#searchSticky.sticky {
    position: fixed;
    top: 0;
}

#searchSidebar.searchData.opened {
    left: 0;
}

#searchSidebar .btnSearch {
    position: absolute;
    top: 195px;
    right: -28px;
    padding: 0 7px 0 9px;
    width: 27px;
    outline: 0;
    color: #e5e5e5;
    font-size: 12px;
    background: url("/w_images/base/product/btn_search_sidebar.png") no-repeat 0 0;
}

#searchSidebar.gRight {
    left: inherit;
    right: -231px;
    border-right-width: 0;
    border-left: 1px solid #c6cbd6;
}

#searchSidebar.gRight.opened {
    left: inherit;
    right: 0;
}

#searchSidebar.gRight .btnSearch {
    left: -28px;
    right: inherit;
}

#searchSidebar .btnSearch:before {
    position: absolute;
    top: -44px;
    left: 0;
    display: block;
    content: "";
    width: 27px;
    height: 44px;
    background: url("/w_images/base/product/btn_search_sidebar_before.png") no-repeat 0 0;
}

#searchSidebar .btnSearch:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    content: "";
    width: 27px;
    height: 29px;
    background: url("/w_images/base/product/btn_search_sidebar_after.png") no-repeat 0 0;
}

#searchSidebar.gRight .btnSearch {
    right: auto;
    left: -28px;
    background-image: url("/w_images/base/product/btn_search_sidebar_right.png");
}

#searchSidebar.gRight .btnSearch:before {
    background-image: url("/w_images/base/product/btn_search_sidebar_before_right.png");
}

#searchSidebar.gRight .btnSearch:after {
    background-image: url("/w_images/base/product/btn_search_sidebar_after_right.png");
}

#searchSidebar.searchData .searchCondition {
    overflow: hidden;
}

#searchSidebar.searchData .searchArea {
    overflow-y: scroll;
    position: relative;
    width: 217px;
    padding: 20px 15px;
}

#searchSidebar.searchData .searchArea {
    position: relative;
    padding: 20px 15px;
}

#searchSticky.searchData .searchArea {
    position: relative;
}

#searchSidebar.searchData .searchArea > .title {
    border-bottom: 1px solid #565960;
    padding: 0 0 17px;
    text-align: center;
    font-family: arial,sans-serif;
    font-size: 18px;
    color: #131313;
}

#searchSticky.searchData .searchArea > .title {
    border-bottom: 1px solid #565960;
    padding: 4px 0 10px 2px;
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #0e0e0e;
}

#searchSticky.searchData .xans-product-searchfilterlist:last-of-type {
    margin: 0 0 30px 0;
}

.searchData .xans-product-searchfilterlist {
    border-bottom: 1px solid #d5d5d5;
}

.searchData .xans-product-searchfilterlist .title {
    position: relative;
    padding: 10px 19px 10px 5px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

#searchSticky.searchData .xans-product-searchfilterlist .title {
    position: relative;
    padding: 10px 19px 10px 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
    cursor: pointer;
}

.searchData .xans-product-searchfilterlist .title:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 7px;
    height: 5px;
    margin: -3px 0 0;
    background: url("/w_images/base/product/bg_search_toggle_title.gif") no-repeat 0 0;
}

.searchData .xans-product-searchfilterlist .content {
    display: none;
    margin: 0 0 13px;
}

.searchData .xans-product-searchfilterlist.selected .content {
    display: block;
}

#searchSidebar.searchData .xans-product-searchfilterlist .check .xans-product-filterform {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100px;
    border: 1px solid #dfdfdf;
    background: #fff;
}

#searchSticky.searchData .xans-product-searchfilterlist .check .xans-product-filterform {
    overflow: hidden;
    overflow-y: auto;
    max-height: 90px;
}

#searchSidebar.searchData .xans-product-searchfilterlist .check li {
    margin: 0 10px 7px 27px;
    line-height: 14px;
    color: #525252;
    word-break: break-all;
    word-wrap: break-word;
}

#searchSticky.searchData .xans-product-searchfilterlist .check li {
    margin: 0 10px 9px 27px;
    line-height: 14px;
    color: #525252;
    word-break: break-all;
    word-wrap: break-word;
}

#searchSidebar.searchData .xans-product-searchfilterlist .check li:first-child {
    padding-top: 10px;
}

#searchSticky.searchData .xans-product-searchfilterlist .check li:first-child {
    padding-top: 7px;
}

.searchData .xans-product-searchfilterlist .check li.disabled {
    color: #d7d7d8;
}

.searchData .xans-product-searchfilterlist .check li label {
    cursor: pointer;
    vertical-align: top;
}

.searchData .xans-product-searchfilterlist .check li.disabled label {
    cursor: default;
}

.searchData .xans-product-searchfilterlist .check li input {
    margin: 0 0 0 -17px;
    vertical-align: top;
}

.searchData .xans-product-searchfilterlist .check .icoColor {
    display: inline-block;
    margin: 0 4px 0 0;
    width: 12px;
    height: 12px;
    background-image: url("/w_images/base/product/bg_color_circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.searchData .xans-product-searchfilterlist .button .xans-product-filterform {
    margin: -6px 0 0 -5px;
    font-size: 0;
    line-height: 0;
}

.searchData .xans-product-searchfilterlist .button li {
    display: inline-block;
    padding: 6px 0 0 5px;
    min-width: 50%;
    max-width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.searchData .xans-product-searchfilterlist .button li button {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px;
    outline: 0;
    font-size: 12px;
    line-height: 16px;
    color: #525252;
    word-break: break-all;
    word-wrap: break-word;
    background: #fff;
}

.searchData .xans-product-searchfilterlist .button li:hover button {
    border-color: #508bed;
    color: #508bed;
}

.searchData .xans-product-searchfilterlist .button li.disabled button {
    border-color: #d7d7d8;
    color: #d7d7d8;
    cursor: default;
}

.searchData .xans-product-searchfilterlist .button li.selected button {
    border: 2px solid #508bed;
    padding: 5px;
    color: #508bed;
}

.searchData .xans-product-searchfilterlist .button.full .xans-product-filterform {
    margin: 0;
    border-top: 1px solid #ccc;
}

.searchData .xans-product-searchfilterlist .button.full li {
    width: 100%;
    padding: 0;
}

.searchData .xans-product-searchfilterlist .button.full li button {
    border-top: 0;
}

.searchData .xans-product-searchfilterlist .button.full li:hover button {
    margin-top: -1px;
    border-top: 1px solid #508bed;
}

.searchData .xans-product-searchfilterlist .button.full li.disabled button {
    position: relative;
    margin-top: -1px;
    border-top: 1px solid #d7d7d8;
}

.searchData .xans-product-searchfilterlist .button.full li.selected button {
    position: relative;
    margin: -1px 0 0;
    padding: 5px;
    border: 2px solid #508bed;
}

.searchData .xans-product-searchfilterlist .button.hashtag li {
    min-width: inherit;
}

#searchSidebar.searchData .xans-product-searchfilterlist .colorChip .xans-product-filterform {
    padding: 3px 5px;
    margin: -8px 0 0;
    font-size: 0;
    line-height: 0;
}

#searchSticky.searchData .xans-product-searchfilterlist .colorChip .xans-product-filterform {
    padding: 6px 5px 0;
    margin: -8px 0 0;
    font-size: 0;
    line-height: 0;
}

.searchData .xans-product-searchfilterlist .colorChip li {
    position: relative;
    display: inline-block;
    width: 20%;
    margin: 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

#searchSidebar.searchData .xans-product-searchfilterlist .colorChip li .circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: 0;
    cursor: pointer;
    background-image: url("/w_images/base/product/bg_colorchip_circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#searchSticky.searchData .xans-product-searchfilterlist .colorChip li .circle {
    display: inline-block;
    width: 29px;
    height: 29px;
    outline: 0;
    cursor: pointer;
    background-image: url("/w_images/base/product/bg_colorchip_circle_29.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#searchSidebar.searchData .xans-product-searchfilterlist .colorChip li.selected .icoColorCheck {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 15px;
    margin: -7px 0 0 -9px;
    background: url("/w_images/base/product/ico_color_selected.png") no-repeat 0 0;
}

#searchSticky.searchData .xans-product-searchfilterlist .colorChip li.selected .icoColorCheck {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 15px;
    margin: -8px 0 0 -9px;
    background: url("/w_images/base/product/ico_color_selected.png") no-repeat 0 0;
}

.searchData .xans-product-searchfilterlist .colorChip li.disabled .circle {
    opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: default;
}

.searchData .xans-product-searchfilterlist .colorChip li.disabled:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    margin: -8px 0 0 -6px;
    background: url("/w_images/base/product/ico_color_disable.png") no-repeat 0 0;
}

#searchSticky.searchData .xans-product-searchfilterlist .colorChip li.disabled:after {
    margin: -7px 0 0 -7px;
}

.searchData .xans-product-searchfilterlist .button .priceInput {
    margin: 9px 0 0;
}

.searchData .xans-product-searchfilterlist .button .priceInput > input[type="text"] {
    width: 47px;
    padding: 5px 4px;
    margin: 0 4px 0 0;
}

#searchSticky.searchData .xans-product-searchfilterlist .button .priceInput {
    position: relative;
    height: 30px;
    padding-right: 32px;
}

#searchSticky.searchData .xans-product-searchfilterlist .button .btnPriceSearch {
    position: absolute;
    right: 0;
    top: 0;
}

.searchData .xans-product-searchfilterlist .priceSlide .slider {
    position: relative;
    padding: 0 0 5px;
    margin: 7px 5px 5px 8px;
}

.searchData .xans-product-searchfilterlist .priceSlide .range {
    position: static;
    margin: 0 0 0 0;
    border-radius: 9px;
    border: 1px solid #d9d9d8;
    height: 9px;
    background: #e7e7e7;
}

.searchData .xans-product-searchfilterlist .priceSlide .noUi-base {
    position: static;
}

.searchData .xans-product-searchfilterlist .priceSlide .noUi-connect {
    position: absolute;
    top: -1px;
    height: 9px;
    border-top: 1px solid #3d7ce4;
    border-bottom: 1px solid #3d7ce4;
    font-size: 0;
    line-height: 0;
    background: #508bed;
}

.searchData .xans-product-searchfilterlist .priceSlide .noUi-handle {
    position: absolute;
    top: -4px;
    display: block;
    margin: 0 0 0 12px;
    width: 12px;
    height: 21px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    outline: 0;
    background: url("/w_images/base/product/btn_price_handle.png") no-repeat 0 0;
}

.searchData .xans-product-searchfilterlist .priceSlide .noUi-handle:before,.searchData .xans-product-searchfilterlist .priceSlide .noUi-handle:after {
    display: none;
}

.searchData .xans-product-searchfilterlist .priceSlide .value {
    overflow: hidden;
    margin: 0 0 0 3px;
    text-align: right;
    font-size: 11px;
}

.searchData .xans-product-searchfilterlist .priceSlide .value .minPrice {
    float: left;
}

#searchContent {
    position: relative;
    margin: -2px 0 0;
}

#searchContent .searchArea {
    position: relative;
    border: 1px solid #9fa4ac;
}

#searchContent th {
    padding: 13px 18px;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #d7d5d5;
    font-size: 12px;
    color: #2e2e2e;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    background: #f2f2f2;
}

#searchContent tr td {
    padding: 2px 6px;
    border-top: 1px solid #eee;
}

#searchContent tr:first-child th,#searchContent tr:first-child td {
    border-top: 0;
}

#searchContent tr .extend {
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 6px;
    border-left: 1px solid #eee;
}

#searchContent tr .btnExtend {
    width: 10px;
    height: 10px;
    margin: -2px -6px 0 0;
    padding: 15px 18px 14px;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -150%;
    background: #fff url("/w_images/base/product/btn_search_extend.png") no-repeat 50%;
}

#searchContent tr.selected .btnExtend {
    background: #fff url("/w_images/base/product/btn_search_fold.png") no-repeat 50%;
}

#searchContent tr .cell {
    position: relative;
    overflow: hidden;
    height: 37px;
}

#searchContent tr .priceSlide .cell {
    height: 45px;
}

#searchContent tr.selected .cell {
    height: auto;
}

#searchContent tr .content {
    width: 700px;
}

#searchContent tr .colorChip .content {
    width: 594px;
    margin: 0 0 0 9px;
}

#searchContent tr .colorChip .check {
    height: 25px;
}

#searchContent .btnAllExtend {
    overflow: hidden;
    position: absolute;
    right: -1px;
    bottom: -17px;
    z-index: 1;
    width: 53px;
    height: 17px;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -150%;
    background: transparent url("/w_images/base/product/btn_all_extend.png") no-repeat 0 0;
}

#searchContent .btnAllExtend.open {
    background-image: url("/w_images/base/product/btn_all_extend_open.png");
}

#searchContent tr .check li {
    display: inline-block;
    margin: 7px 5px;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
}

#searchContent tr .check li label {
    display: inline-block;
    height: 23px;
    padding: 0 7px;
    line-height: 24px;
    color: #525252;
    cursor: pointer;
    vertical-align: top;
}

#searchContent tr .check li.disabled label {
    color: #d7d7d8;
    cursor: default;
}

#searchContent tr .colorChip .xans-product-filterform {
    font-size: 0;
    line-height: 0;
}

#searchContent tr .colorChip li {
    position: relative;
    display: inline-block;
    margin: 7px 5px;
    text-align: center;
    vertical-align: middle;
}

#searchContent tr .colorChip li .circle {
    display: inline-block;
    width: 23px;
    height: 23px;
    outline: 0;
    cursor: pointer;
    background-image: url("/w_images/base/product/bg_colorchip_circle_23.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#searchContent tr .colorChip li.selected .icoColorCheck {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 13px;
    height: 10px;
    margin: -5px 0 0 -6px;
    background: url("/w_images/base/product/ico_color_selected2.png") no-repeat 0 0;
}

#searchContent tr .colorChip li.disabled .circle {
    opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: default;
}

#searchContent tr .colorChip li.disabled:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: url("/w_images/base/product/ico_color_disable.png") no-repeat 0 0;
}

#searchContent tr .check .icoColor {
    display: inline-block;
    margin: 6px 4px 0 0;
    width: 12px;
    height: 12px;
    vertical-align: top;
    background-image: url("/w_images/base/product/bg_color_circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#searchContent tr .button li {
    display: inline-block;
    margin: 7px 5px;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
}

#searchContent tr .button li button {
    display: inline-block;
    height: 23px;
    padding: 0 7px;
    line-height: 24px;
    color: #525252;
    cursor: pointer;
    vertical-align: top;
    background: transparent;
}

#searchContent tr .button li.selected button {
    border-radius: 23px;
    color: #fff;
    background: #508bed;
}

#searchContent tr .button li.disabled button {
    color: #d7d7d8;
    cursor: default;
    outline: 0;
}

#searchContent tr .button.full .xans-product-filterform {
    font-size: 0;
    line-height: 0;
}

#searchContent tr .button.full li {
    display: inline-block;
    margin: 7px 5px;
}

#searchContent tr .button.full li button {
    display: inline-block;
    padding: 0 7px;
    outline: 0;
    font-size: 12px;
    line-height: 23px;
    color: #525252;
    word-break: break-all;
    word-wrap: break-word;
    letter-spacing: -0.06em;
    background: transparent;
}

#searchContent tr .button.full li:hover button {
    border-color: #508bed;
    color: #508bed;
}

#searchContent tr .button.full li.disabled button {
    border-color: #d7d7d8;
    color: #d7d7d8;
    cursor: default;
}

#searchContent tr .button.full li.selected button {
    color: #508bed;
}

#searchContent .button.full .content {
    width: 450px;
}

#searchContent tr.selected .button.full .content {
    width: 806px;
}

#searchContent tr.selected .button .priceInput {
    display: inline-block;
    position: static;
}

#searchContent tr .button .priceInput {
    position: absolute;
    right: 83px;
    top: 0;
    margin: 7px 0 7px 12px;
    line-height: 22px;
}

#searchContent tr .button .priceInput > input[type="text"] {
    width: 63px;
    padding: 2px 5px;
    margin: 0 4px 0 0;
    border-color: #d9d9d9;
    border-radius: 2px;
}

#searchContent tr .button .btnPriceSearch img {
    display: none;
}

#searchContent tr .button .btnPriceSearch #ec-product-searchdata-submit {
    display: inline-block;
    width: 48px;
    height: 22px;
    margin: 0 0 0 4px;
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    line-height: 24px;
    color: #2e2e2e;
    text-align: center;
    vertical-align: top;
}

#searchContent tr .button .btnPriceSearch a:hover {
    text-decoration: none;
}

#searchContent tr .priceSlide .slider {
    position: relative;
    width: 500px;
    padding: 0 0 5px;
    margin: 7px 5px 5px 15px;
}

#searchContent tr .priceSlide .range {
    position: static;
    margin: 0 0 0 0;
    border: 0;
    border-radius: 9px;
    border: 1px solid #d9d9d8;
    height: 9px;
    background: #e7e7e7;
}

#searchContent tr .priceSlide .noUi-base {
    position: static;
}

#searchContent tr .priceSlide .noUi-connect {
    position: absolute;
    top: -1px;
    height: 9px;
    border-top: 1px solid #3d7ce4;
    border-bottom: 1px solid #3d7ce4;
    font-size: 0;
    line-height: 0;
    background: #508bed;
}

#searchContent tr .priceSlide .noUi-handle {
    position: absolute;
    top: -4px;
    display: block;
    margin: 0 0 0 12px;
    width: 12px;
    height: 21px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    outline: 0;
    background: url("/w_images/base/product/btn_price_handle.png") no-repeat 0 0;
}

#searchContent tr .priceSlide .noUi-handle:before,#searchContent tr .priceSlide .noUi-handle:after {
    display: none;
}

#searchContent tr .priceSlide .value {
    overflow: hidden;
    width: 512px;
    margin: 0 0 0 9px;
    text-align: right;
    font-size: 11px;
}

#searchContent tr .priceSlide .value .minPrice {
    float: left;
}

.searchData .searchForm {
    position: relative;
    height: 34px;
}

.searchData .keyword {
    width: 100%;
    height: 34px;
    padding: 0 44px 0 8px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
}

.searchData .btnResearch {
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 34px;
    height: 32px;
    border-left: 1px solid #d8d8d8;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    text-indent: -150%;
    background: url('/w_images/base/product/btn_research.gif') no-repeat 0 0;
}

.searchData .suggest ul {
    display: none;
    position: absolute;
    top: 33px;
    z-index: 10;
    width: 100%;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #fff;
}

.searchData .suggest li {
    overflow: hidden;
    height: 28px;
    padding: 0 8px;
    color: #525252;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchData .suggest li:hover,.searchData .suggest li.selected {
    cursor: pointer;
    background: #f1f1f1;
}

#searchContent tr .search {
    padding: 9px 6px 9px 9px;
}

#searchContent tr .search .cell {
    overflow: inherit;
    height: 24px;
}

#searchContent .searchForm {
    position: relative;
}

#searchContent .keyword {
    display: inline-block;
    width: 257px;
    height: 24px;
    padding: 0 8px ;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    vertical-align: top;
}

#searchContent .btnResearch {
    display: inline-block;
    height: 24px;
    padding: 0 12px;
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    line-height: 24px;
    color: #2e2e2e;
    vertical-align: top;
    background: #fff;
}

#searchContent .suggest ul {
    display: none;
    position: absolute;
    top: 23px;
    z-index: 10;
    width: 257px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    background: #fff;
}

#searchContent .suggest li {
    overflow: hidden;
    height: 28px;
    padding: 0 8px;
    color: #525252;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#searchContent .suggest li:hover,#searchContent .suggest li.selected {
    cursor: pointer;
    background: #f1f1f1;
}
