.displaynone {
    display: none !important;
}

body.eMobilePopup {
    overflow: hidden;
    position: fixed;
}

.ec-base-label {
    display: inline-block;
    margin-right: 5px;
}

.ec-base-label img {
    vertical-align: middle;
}

.gridContainer .gridItem {
    min-width: 0;
}

.ec-solution-box {
    padding: 20px;
    border: 5px solid #e8e8e8;
    color: #404040;
}

.ec-solution-box.gHalf {
    position: relative;
    padding: 20px 0;
}

.ec-solution-box.gHalf:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.ec-solution-box.typeBg {
    background-color: #fbfafa;
}

.ec-solution-box.typeThin {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-solution-box.typeThinBg {
    border-width: 1px;
    border-color: #d7d5d5;
    background-color: #fbfafa;
}

.ec-solution-box.typeThinBg>.agree {
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.ec-solution-box.typeThinBg>.agree p {
    padding: 0 0 17px;
}

.ec-solution-box.typeMember {
    padding: 0;
}

.ec-solution-box.typeMember .information {
    display: table;
    table-layout: fixed;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-solution-box.typeMember .information>.title,
.ec-solution-box.typeMember .information>.thumbnail {
    display: table-cell;
    padding: 0 15px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

.ec-solution-box.typeMember .information>.title {
    vertical-align: middle;
}

.ec-solution-box.typeMember .information>.thumbnail img {
    max-width: 70px;
}

.ec-solution-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-solution-box.typeMember.gMessage {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-solution-box .message {
    display: block;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #e8e7e7;
    background: #fbfbfb url("../images/ico_info.gif") no-repeat 10px center;
}

.ec-solution-box.typeProduct {
    display: table;
    table-layout: fixed;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-solution-box.typeProduct .thumbnail,
.ec-solution-box.typeProduct .information {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.ec-solution-box.typeProduct .thumbnail {
    width: 100px;
}

.ec-solution-box.typeProduct .thumbnail img {
    max-width: 90px;
    border: 1px solid #d7d5d5;
}

.ec-solution-box.typeProduct .information {
    padding-left: 0;
}

.ec-solution-button {
    padding: 10px 0;
    text-align: center;
}

.ec-solution-button.justify {
    position: relative;
}

.ec-solution-button:after {
    display: block;
    content: "";
    clear: both;
}

.ec-solution-button .gLeft {
    float: left;
    text-align: left;
}

.ec-solution-button .gRight {
    float: right;
    text-align: right;
}

.ec-solution-button.justify .gLeft {
    position: absolute;
    left: 0;
}

.ec-solution-button.justify .gRight {
    position: absolute;
    right: 0;
}

.ec-solution-button .text {
    margin: 0 6px 0 10px;
    color: #353535;
    line-height: 24px;
}

.ec-solution-button.typeBorder {
    margin-top: -1px;
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
}

.ec-solution-button.typeBG {
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
    background: #fbfafa;
}

.ec-solution-layer li {
    list-style: none;
}

.ec-solution-layer table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.ec-solution-layer caption {
    display: none;
}

.ec-solution-layer h1,
.ec-solution-layer h3 {
    margin: 0;
}

.ec-solution-layer {
    position: absolute;
    z-index: 100;
    border: 1px solid #757575;
    background: #fff;
}

.ec-solution-layer .header {
    padding: 7px 35px 7px 19px;
    color: #fff;
    background: #495164;
}

.ec-solution-layer .header>h1,
.ec-solution-layer .header>h3 {
    font-size: 14px;
    line-height: 1.5;
}

.ec-solution-layer .content {
    padding: 20px;
    font-size: 12px;
}

.ec-solution-layer div.ec-solution-help {
    margin-top: 0;
}

.ec-solution-layer .ec-solution-button {
    padding: 9px;
    border-top: 1px solid #d7d5d5;
    text-align: center;
    background: #fbfafa;
}

.ec-solution-layer .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px;
    cursor: pointer;
}

#popup .ec-solution-layer {
    position: relative;
    border: 0;
}

#popup .ec-solution-layer .header {
    padding: 12px 35px 12px 19px;
}

#popup .ec-solution-layer .close {
    top: 5px;
}

.ec-solution-layer .content>.ec-solution-table table:first-child {
    margin-top: 0;
}

.ec-solution-layer .ec-solution-table table {
    line-height: 1.4;
}

.ec-solution-layer .ec-solution-table thead th {
    padding: 9px 0 8px;
}

.ec-solution-layer .ec-solution-table tbody th {
    padding: 9px 0 8px 10px;
}

.ec-solution-layer .ec-solution-table td {
    padding: 9px 10px 8px;
}

.ec-solution-layer .ec-solution-table.typeWrite td {
    padding: 5px 10px 4px;
}

.ec-solution-layer .ec-solution-table.typeList tfoot td {
    padding: 10px 10px 12px;
}

.ec-solution-layer .ec-solution-table.typeBorder tfoot td {
    padding: 10px 10px 12px;
}

.ec-solution-table table {
    position: relative;
    margin: 10px 0 0;
    border: 1px solid #d7d5d5;
    border-top-color: #fff;
    color: #fff;
    line-height: 1.5;
}

.ec-solution-table.gLayoutFixed table {
    table-layout: fixed;
}

.ec-solution-table.gLayoutFixed .gLayoutAuto table {
    table-layout: auto;
}

.ec-solution-table table:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #d7d5d5;
}

.ec-solution-table thead th {
    padding: 11px 0 10px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    font-weight: normal;
    background: #fbfafa;
}

.ec-solution-table tbody th {
    padding: 11px 0 10px 18px;
    border: 1px solid #dfdfdf;
    border-bottom-width: 0;
    color: #353535;
    text-align: left;
    font-weight: normal;
    background-color: #fbfafa;
}

.ec-solution-table th:first-child {
    border-left: 0;
}

.ec-solution-table td {
    padding: 11px 10px 10px;
    border-top: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
}

.ec-solution-table td.clear {
    padding: 0 !important;
    border: 0 !important;
}

.ec-solution-table.typeWrite td {
    padding: 8px 10px 7px;
}

.ec-solution-table.typeList table {
    border-top-color: #d7d5d5;
}

.ec-solution-table.typeList table:before {
    display: none;
}

.ec-solution-table.typeList td {
    padding: 8px 10px 7px;
}

.ec-solution-table.typeList tfoot td {
    padding: 15px 10px 17px;
    background: #fbfafa;
}

.ec-solution-table .message {
    border: 1px solid #d7d5d5;
    padding: 50px 0;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.ec-solution-table table+.message {
    margin: -1px 0 0;
}

.ec-solution-table table td.message {
    padding: 50px 0;
}

.ec-solution-table .scroll .message {
    border: 0;
}

.ec-solution-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-solution-table.typeList .head td:first-child {
    border-left: 0;
}

.ec-solution-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-solution-table.typeList .scroll table {
    border: 0;
    margin: 0;
}

.ec-solution-table.typeList .scroll table:before {
    display: none;
}

.ec-solution-table.typeList .scroll .message {
    border: 0;
}

.ec-solution-table thead.blind,
.ec-solution-table thead.blind th {
    display: none;
}

.ec-solution-table thead.blind+tbody tr:first-child th,
.ec-solution-table thead.blind+tbody tr:first-child td {
    border-top-width: 0;
}

.ec-solution-table.typeList.gLine table {
    border-width: 0;
    border-bottom-width: 1px;
}

.ec-solution-table.typeClear table:before {
    display: none;
}

.ec-solution-table.typeClear table,
.ec-solution-table.typeClear th,
.ec-solution-table.typeClear td {
    border: 0 none;
    background: none;
}

.ec-solution-table.typeClear th {
    font-weight: bold;
}

.ec-solution-table.gBorder td {
    border-left: 1px solid #dfdfdf;
}

.ec-solution-table.gBorder td:first-child {
    border-left: 0;
}

.ec-solution-table .left {
    text-align: left;
}

.ec-solution-table .center {
    text-align: center;
}

.ec-solution-table .right {
    text-align: right;
}

.ec-solution-table.typeList .center td,
.ec-solution-table.typeList td.center {
    padding-left: 0;
    padding-right: 0;
}

.ec-solution-table.typeList .center td.left {
    padding-left: 10px;
}

.ec-solution-table.typeList .center td.right {
    padding-right: 10px;
}

.ec-solution-table .top th,
.ec-solution-table th.top,
.ec-solution-table .top td,
.ec-solution-table td.top {
    vertical-align: top;
}

.ec-solution-table .middle th,
.ec-solution-table th.middle,
.ec-solution-table .middle td,
.ec-solution-table td.middle {
    vertical-align: middle;
}

.ec-solution-table img {
    vertical-align: middle;
}

@media print {
    .ec-solution-table table:before {
        display: none;
    }
}

.mt15 {
    margin-top: 15px;
}

.clear_both {
    clear: both;
}

.space {
    height: 10px;
    clear: both;
}

.space2 {
    height: 5px;
    clear: both;
}

.list_list {
    width: 100%;
    border: 0;
    border-top: 2px solid #cfcfcf;
    margin: 0 0 20px 0;
    padding: 0;
}

.list_list th div {
    white-space: nowrap;
}

.list_list tr.bg0 {
    background: #fff;
}

.list_list tr.bg1 {
    background: #f8f8f8;
}

.list_list th,
.list_list td {
    border: 0;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
}

.list_list th {
    background: #f4f4f4;
}

.list_list tbody th {
    border-bottom: 1px solid #e5e5e5;
}

.list_list td {
    border-bottom: 1px solid #f0f0f0;
}

.list_list th.button,
.colTable th.button,
.crossTable th.button {
    text-align: right;
}

.list_list td.alert,
.colTable td.alert,
.crossTable td.alert {
    color: red !important;
}

.list_list td.alert a,
.colTable td.alert a,
.crossTable td.alert a {
    text-decoration: none;
    color: red !important;
}

.tableRow {
    width: 100%;
    border: 0;
    border-top: 2px solid #cfcfcf;
    margin: 0 0 20px 0;
    padding: 0;
}

.tableRow th div {
    white-space: nowrap;
}

.tableRow tr.bg0 {
    background: #fff;
}

.tableRow tr.bg1 {
    background: #f8f8f8;
}

.tableRow th,
.tableRow td {
    border: 0;
    padding: 5px 10px;
    vertical-align: middle;
}

.tableRow th {
    background: #f4f4f4;
    text-align: left;
    padding-left: 20px;
}

.tableRow tbody th {
    border-bottom: 1px solid #e5e5e5;
}

.tableRow td {
    border-bottom: 1px solid #f0f0f0;
}

.tableRow th.button,
.colTable th.button,
.crossTable th.button {
    text-align: right;
}

.tableRow td.alert,
.colTable td.alert,
.crossTable td.alert {
    color: red !important;
}

.tableRow td.alert a,
.colTable td.alert a,
.crossTable td.alert a {
    text-decoration: none;
    color: red !important;
}

.board_pagination {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

.board_comment_list textarea,
.board_comment_write textarea {
    width: 90%;
    font-size: 12px;
}

.board_comment_list .comment_lists {
    height: 25px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
}

.displaynone {
    display: none;
}

.board_pagination .current {
    color: #CC0000;
    font-weight: bold;
}

.table01 {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

.ipInfo {
    text-align: right;
    width: 100%;
}

.xans-board-title p.media_banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.xans-board-title p.media_banner img {
    width: 100%;
    height: auto;
    margin-top: 135px;
}

.media_li:after {
    display: block;
    clear: both;
    content: "";
}

.media_li {
    width: 100%;
    margin: 0 auto;
}

.media_li>ul {
    width: 23.5% !important;
    min-width: auto !important;
    margin: 0 2% 50px 0 !important;
    float: left;
    border: solid 1px #ddd;
    box-sizing: border-box;
}

.media_li>ul:hover {
    border: solid 1px #333;
    transition: .5s;
}

.media_li>ul:nth-child(4n) {
    margin: 0 0 50px !important;
}

.media_li>ul>.media_thumb {
    width: 100%;
    margin: 0;
    height: 215px;
    overflow: hidden;
}

.media_li>ul>.media_thumb .imgLink {
    width: 100% !important;
}

.media_li>ul>.media_thumb .imgLink img {
    width: 100% !important;
    height: auto !important;
}

.media_li>ul>.media_description {
    width: 100%;
    margin: 0;
    height: 60px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}

.media_li>ul>.media_description a {
    width: 90% !important;
}

.event_li:after {
    display: block;
    clear: both;
    content: "";
}

.event_li {
    width: 100%;
    margin: 0 auto;
}

.event_li>ul {
    width: 48% !important;
    min-width: auto !important;
    margin: 0 2% 50px 0 !important;
    float: left;
    border: solid 1px #ddd;
    box-sizing: border-box;
}

.event_li>ul:hover {
    border: solid 1px #333;
    transition: .5s;
}

.event_li>ul:nth-child(2n) {
    margin: 0 0 50px !important;
}

.event_li>ul>.media_thumb {
    width: 100%;
    margin: 0;
    height: 315px;
    overflow: hidden;
}

.event_li>ul>.media_thumb .imgLink {
    width: 100% !important;
}

.event_li>ul>.media_thumb .imgLink img {
    width: 100% !important;
    height: auto !important;
}

.event_li>ul>.media_description {
    width: 100%;
    margin: 0;
    height: 60px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}

.event_li>ul>.media_description a {
    width: 93% !important;
}

.event_li>ul>.media_description a p {
    color: #888;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal;
}

.sub_cate {
    border: 1px solid #d7d5d5;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}

.sub_cate>ul>li {
    width: 175px;
    font-size: 14.5px;
    line-height: 14px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
}

.sub_cate>ul>li:nth-child(even) {
    background-color: #f3f3f3;
}

.sub_cate>ul:last-child {
    border-right: 0;
}

.sub_cate>ul a {
    display: block;
    padding: 15px 5px 15px 0;
    color: #2e2e2e;
}

.sub_cate>ul a:hover {
    color: #2e2e2e;
    font-weight: bold;
}

.sub_cate>ul li.selected>a {
    color: #fff;
    background-color: #dea39c;
}

.column_sub {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
}

.newsWrap:after {
    display: block;
    clear: both;
    content: "";
}

.newsWrap>ul {
    width: 25%;
    height: 365px;
    float: left;
    border: solid 1px #d7d7d7;
    box-sizing: border-box;
    padding: 40px 0 30px 0;
    border-right: 0;
    position: relative;
}

.newsWrap>ul:nth-child(4n) {
    border-right: 1px solid #d7d7d7;
}

.newsWrap>ul:last-child {
    border-right: 1px solid #d7d7d7;
}

.newsWrap>ul:nth-child(n+5) {
    border-top: 0;
}

.newsWrap>ul>li {
    text-align: center;
    width: 250px;
    height: 290px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.newsWrap>ul>li img {
    width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.xans-board-title .title {
    min-height: 30px;
    margin: 10px 0 20px;
}

.xans-board-title .title h2,
.xans-board-title .title h1 {
    display: block;
    color: #555555;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.xans-board-title .title hr {
    width: 90px;
    height: 1px;
    border: 0;
    margin: 20px auto 50px;
    background-color: #333;
}

.xans-board-title .title p {
    display: none;
    margin: 0 0 0 6px;
    padding: 0 0 0 10px;
    color: #939393;
    vertical-align: bottom;
    background: url("../images/ico_bar.gif") no-repeat 0 0;
    *display: inline;
    *zoom: 1;
}

.xans-board-title p.imgArea {
    margin: 0 0 40px;
}

.xans-board-listpackage .boardSort {
    float: left;
    margin: 0 0 10px;
}

ul.xans-board-listheader {
    text-align: right;
    margin: 0 0 10px;
}

ul.xans-board-listheader li {
    display: inline;
}

.xans-board-listpackage {
    margin: 0 0 10px;
    text-align: center;
}

.xans-board-listpackage .ec-base-table {
    clear: both;
}

.xans-board-listpackage .ec-base-table .subject img {
    margin: 0 1px;
}

.xans-board-listpackage .ec-base-table .thumb a {
    overflow: hidden;
}

.xans-board-listpackage .ec-base-table .thumb img {
    width: 46px;
    float: left;
}

.xans-board-listpackage .ec-base-table .thumb span {
    float: left;
    width: 150px;
    padding: 0 0 0 0px;
    text-align: left;
}

.xans-board-buttonlist.ec-base-button.typeBG {
    border-top: 0 none;
}

.actionBt {
    padding-left: 8px !important;
}

.xans-board-listpackage #content_view td {
    padding: 9px 10px 20px;
    background: #f6f7f9;
    text-align: left;
    word-break: break-all;
    white-space: pre-wrap;
}

.title .reviewBoardT h3 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.title .reviewBoardT h3 span {
    display: block;
}

.title .reviewBoardT h3 span:nth-child(1) {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.title .reviewBoardT h3 span:nth-child(3) {
    width: 25px;
    height: 1px;
    background: #333;
    margin: 5px auto;
}

.open_list .ec-base-table thead tr {
    display: none;
}

.open_list .ec-base-table .thumb span {
    width: 400px !important;
    float: none !important;
}

.open_list .open_no {
    width: 50px;
}

.open_list .ec-base-table .thumb .prdImg img {
    width: auto !important;
    height: 90px;
}

.open_list .typeList.gBorder tbody td {
    height: 100px !important;
}

.open_list .ec-base-table .thumb div img {
    padding-top: 4px;
}

.open_list .ec-base-table .thumb>span {
    line-height: 18px;
}

.open_list .open_more {
    float: none !important;
    padding-left: 0 !important;
    color: #ccc;
    font-weight: 600;
}

.open_list .comment_text {
    color: #ccc !important;
    font-weight: 500;
    line-height: 15px;
}

.open_list .subject_text {
    color: #393939 !important;
    font-weight: 500;
    line-height: 30px;
}

.open_list .actionBt a {
    padding: 2px 10px;
    border: solid 1px #ddd;
    font-size: 10px;
    color: #333;
    background: #fff;
}

.open_list .actionBt a:hover {
    padding: 2px 10px;
    border: solid 1px #eee;
    background: #333;
    color: #fff;
    font-size: 10px;
    transition: .5s;
}

.open_list .actionBt a img {
    width: 20px !important;
}

.open_list .thumb>div {
    float: left;
}

.open_list .thumb>div:nth-child(2) {
    padding-left: 40px;
    padding-top: 7px;
    font-size: 13px;
}

.open_list .ec-base-table .thumb img {
    width: 60px !important;
}

.open_list .typeList.gBorder tbody .open_write {
    width: 12% !important;
}

.open_list .typeList.gBorder tbody .open_write img {
    width: 40px;
    margin-top: 10px;
}

.open_list .gRight a {
    padding: 8px 20px;
    background: #333;
    color: #fff;
    font-size: 12px;
    border: solid 1px #333;
}

.open_list .gRight a:hover {
    padding: 8px 20px;
    background: #fff;
    border: solid 1px #333;
    color: #333;
    font-size: 12px;
    transition: .5s;
}

.open_list .review_trwrap:hover {
    background: #fafafa;
    transition: .5s;
}

.open_list .comment_span {}

.prd_sample_ {
    padding-top: 30px;
}

.prd_sample_img {
    width: 55px;
    height: 95px;
}

.reviewTab {
    width: 1130px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.reviewTab:after {
    display: block;
    clear: both;
    content: "";
}

.reviewTab a:last-child {
    margin-right: 0;
}

.reviewTab a {
    display: inline-block;
    width: 200px;
    border: solid 1px #555;
    line-height: 35px;
    height: 35px;
    margin-right: 10px;
}

.reviewTab a:hover {
    border: solid 1px #333;
    background: #333;
    transition: .5s;
    color: #fff;
    line-height: 35px;
    height: 35px;
}

.reviewTab .select {
    border: solid 1px #333;
    background: #333;
    transition: .5s;
    color: #fff;
}

.xans-board-list-4 ul {
    font-size: 0;
}

.xans-board-list-4 ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.xans-board-listpackage #content_view td {
    padding: 9px 10px 9px 70px;
    background: #f9f9f9 url(/web/upload/jaycee/img/page/qna_a.png) no-repeat 18px 9px;
    text-align: left;
    word-break: break-all;
    white-space: pre-wrap;
}

.xans-board-listpackage #content_view td img {
    margin-right: 5px;
    margin-bottom: 10px;
}

.xans-board-listpackage #content_view td br {
    display: none;
}

.xans-board-listpackage-4 .notice {
    margin: 0 0 20px;
    border: 1px solid #d7d5d5;
    border-bottom: 0;
    clear: both;
}

.xans-board-listpackage-4 .xans-board-notice-4 {
    margin-bottom: 80px;
}

.xans-board-listpackage-4 .xans-board-notice-4 ul:after {
    content: "";
    display: block;
    clear: both;
}

.xans-board-listpackage-4 .xans-board-notice-4 li {
    overflow: hidden;
    width: 300px;
    float: left;
    text-align: center;
    letter-spacing: -0.5px;
    opacity: 1;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.xans-board-listpackage-4 .xans-board-notice-4 li:hover {
    opacity: 0.8;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.xans-board-listpackage-4 .xans-board-notice-4 li .imgLink {
    display: block;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    margin: 5px auto 35px;
}

.xans-board-listpackage-4 .xans-board-notice-4 li .imgLink img {
    width: 228px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.xans-board-listpackage-4 .xans-board-notice-4 li .description {}

.xans-board-listpackage-4 .xans-board-notice-4 li .description .subject {
    font-size: 14px;
    margin: 10px auto 15px;
}

.xans-board-listpackage-4 .xans-board-notice-4 li .description .subject a {
    font-weight: bold;
    color: #333;
}

.xans-board-listpackage-4 .xans-board-notice-4 li .description .subject img {
    vertical-align: middle;
}

.xans-board-listpackage-4 .xans-board-notice-4 li:after {
    content: "";
    display: block;
    clear: both;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description .contents {
    margin: 15px auto;
    width: 235px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 18px;
    line-height: 17px;
    text-overflow: ellipsis;
    font-weight: normal;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description .writer {
    margin: 0px auto;
    width: 235px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 20px;
    line-height: 0px;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #aaa;
}

.xans-board-listpackage-4 .xans-board-list-4.review ul:after {
    content: "";
    display: block;
    clear: both;
}

.xans-board-listpackage-4 .xans-board-list-4.review li {
    position: relative;
    width: 287px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    margin: 0 12.5px 50px 0;
    overflow: hidden;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.xans-board-listpackage-4 .xans-board-list-4.review li:nth-of-type(4n+4) {
    margin-right: 0;
}

.xans-board-listpackage-4 .xans-board-list-4.review li:hover {
    border: 1px solid #dea39c;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .boardChk {
    margin-right: 7px;
}

.xans-board-listpackage-4 .xans-board-list-4.review li>a {
    display: block;
    width: 245px;
    height: 253px;
    padding: 15px 7px 15px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

.xans-board-listpackage-4 .xans-board-list-4.review li>a:nth-child(3) {
    display: none;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .imgLink {
    display: block;
    width: 253px;
    height: 253px;
    overflow: hidden;
    position: relative;
}

.rev_photo .imgLink img {
    width: 115% !important;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .imgLink img {
    width: 75%;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description {
    letter-spacing: -0.5px;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description .subject {
    padding: 15px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description .subject a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description .contents {
    margin: 15px auto;
    width: 235px;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 18px;
    line-height: 17px;
    text-overflow: ellipsis;
    font-weight: normal;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description .contents span {
    line-height: 30px;
    color: #999;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div {
    border-top: 1px solid #ddd;
    padding: 5px 15px;
    box-sizing: border-box;
}

.rev_photo .description>div {
    border-top: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
    height: 75px;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div>span:last-child {
    float: right;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div:after {
    content: "";
    display: block;
    clear: both;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div>div {
    float: left;
    width: 70%;
    padding: 5px 0 0;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div>div.prd_img {
    width: 25%;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div>div.prd_img img {
    width: auto;
    height: 55px;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div>div span {
    display: block;
    font-weight: normal;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div>div span:first-child {
    padding-top: 8px;
}

.xans-board-listpackage-4 .xans-board-list-4.review li .description>div>div span img {
    margin-top: 1px;
}

.write_Bt:after {
    display: block;
    clear: both;
    content: "";
}

.write_Bt a {
    text-align: center;
    padding: 7px 15px;
    border: solid 1px #333;
    color: #fff;
    background: #333;
    transition: .5s;
    font-weight: 500;
    float: right;
}

.write_Bt a:hover {
    color: #333;
    background: #fff;
    transition: .5s;
}

.xans-board-search.storeSearch {
    padding: 0;
    margin: 0 0 20px;
}

.xans-board-search ul {
    background: #eee;
    box-sizing: border-box;
    padding: 20px 0;
}

.xans-board-search ul:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.xans-board-search ul li {
    float: left;
    height: 30px;
    line-height: 30px;
}

.xans-board-search ul li:nth-child(1) {
    width: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.xans-board-search ul li:nth-child(2) img {
    float: left;
    margin: 2px 8px 1px 0;
}

.xans-board-search ul li:nth-child(2) {
    width: 80%;
    box-sizing: border-box;
    padding: 0 0 0 80px;
}

.xans-board-search ul li:nth-child(2) select#search_key {
    display: none;
}

.xans-board-search ul li:nth-child(2) input#search {
    width: 50%;
    padding: 0 0 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
}

.xans-board-search ul li:nth-child(2) input#search:focus {
    outline-color: #f0247d;
    box-shadow: 0 0 1pt 1pt #f0247d;
}

.xans-board-search ul li:nth-child(2)>a {
    width: 60px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    background: #e26068;
    border-radius: 5px;
    float: left;
    margin: 0 0 0 10px;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
}

.xans-board-search {
    padding: 20px 0 20px 10px;
    color: #2e2e2e;
    font-size: 12px;
}

.xans-board-search .boardSearch {
    display: block;
}

.xans-board-search p {
    margin: 0 0 10px;
    padding: 0 0 0 7px;
    background: url("../images/ico_triangle3.gif") no-repeat 0 45%;
}

.xans-board-search p.category:before {
    content: "상품분류";
}

.xans-board-search p:before {
    content: "검색어";
}

.xans-board-search select {
    margin: 0 2px 0 0;
    width: 72px;
}

.xans-board-search select#search_date {
    margin: 0 2px 0 22px;
}

.xans-board-search input {
    width: 162px;
}

.xans-board-search .boardSearch img {
    vertical-align: middle;
}

.xans-board-search.rev_search {
    padding: 0 10px;
    color: #2e2e2e;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
}

.xans-board-search.rev_search .boardSearch {
    display: block;
}

.xans-board-search.rev_search p {
    margin: 0 0 0;
    box-sizing: border-box;
    background: none;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 20px 20px 20px 150px;
}

.xans-board-search.rev_search p.rev_title {
    width: 200px;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin: 20px 20px 20px 10px;
    text-align: center;
    background: #f5f5f5;
    font-weight: bold;
}

.xans-board-search.rev_search p.category {
    padding-right: 30px;
    width: 53%;
    height: 35px;
    line-height: 35px;
    margin: 20px 10px 20px 35px;
    font-size: 14px;
}

.xans-board-search.rev_search p.category:before {
    content: "카테고리별 리뷰보기";
    display: inline-block;
}

.xans-board-search.rev_search p:before {
    content: "";
    display: none;
}

.xans-board-search.rev_search .category select {
    margin: 0 4px 0 0;
    width: 220px;
    height: 35px;
    padding: 0 0 0 5px;
    cursor: pointer;
}

.xans-board-search.rev_search .category select#product_category_depth1 {
    margin: 0 5px 0 10px;
    width: 75%;
}

.xans-board-search.rev_search p.rev_title select {
    border: none;
    background: #f5f5f5;
    width: 197px;
    height: 33px;
    line-height: 33px;
}

.xans-board-search.rev_search select {
    margin: 0 2px 0 0;
    width: 72px;
}

.xans-board-search.rev_search select#search_date {
    margin: 0 2px 0 22px;
}

.xans-board-search.rev_search input {
    width: 180px;
    height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
}

.xans-board-search.rev_search .boardSearch img {
    vertical-align: middle;
}

.xans-board-search.rev_search .btn_sea {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
    background: #333;
    color: #fff;
}

.xans-board-search.rev_search #search_date,
.xans-board-search.rev_search #search_key {
    display: none;
}

.xans-board-search.rev_search .textReview #search_key option:last-of-type {
    select: selected;
}

.ec-base-table table {
    border: 0 !important;
    border-top: 1px solid #ddd !important;
}

.ec-base-table.typeList td {
    padding: 12px 10px !important;
}

.ec-base-table thead th {
    border-left: 0 !important;
}

.ec-base-table.gBorder td {
    border-left: 0 !important;
}

.xans-board-search {
    padding: 20px 0 20px 10px;
    color: #2e2e2e;
    font-size: 12px;
}

.xans-board-search .boardSearch {
    display: block;
}

.xans-board-search p {
    margin: 0 0 10px;
    padding: 0 0 0 7px;
    background: url("../images/ico_triangle3.gif") no-repeat 0 55%;
}

.xans-board-search p.category:before {
    content: "상품분류";
}

.xans-board-search p:before {
    content: "검색어";
    font-size: 14px;
    vertical-align: sub;
}

.xans-board-search .category select {
    margin: 0 4px 0 0;
    width: 150px;
}

.xans-board-search .category select#product_category_depth1 {
    margin: 0 5px 0 10px;
}

.xans-board-search select {
    margin: 0 2px 0 0;
    width: 72px;
}

.xans-board-search select#search_date {
    margin: 0 2px 0 22px;
}

.xans-board-search input {
    width: 180px;
    border: 0 !important;
    border-bottom: 1px solid #666 !important;
}

.xans-board-search .boardSearch img {
    vertical-align: middle;
}

.inputWrap {
    position: relative;
}

.inputWrap a {
    position: absolute;
    right: 0;
    bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/ico_boardSelect.jpg') no-repeat right center;
    height: 27px !important;
    border: 0 !important;
    border-bottom: 1px solid #666 !important;
    padding-left: 5px;
    padding-right: 20px;
    outline: none;
}

select::-ms-expand {
    display: none;
}

select::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: #666;
}

.xans-board-search .shop_search p:before {
    content: " ";
}

.xans-board-search .shop_search p {
    padding: 13px 0;
    background: none;
    background-color: #eee;
}

.xans-board-search .shop_search select {
    display: none;
}

.xans-board-search .shop_search span {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    vertical-align: sub;
}

.xans-board-search .shop_search input {
    width: 500px;
    height: 26px;
}

.xans-board-search .shop_search a {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 90px;
    background-color: #333;
    vertical-align: middle;
    border-radius: 5px;
    color: #fff;
}

.xans-board-catemove {
    padding: 30px 10px 0;
    border-top: 1px solid #d7d5d5;
    color: #757575;
    font-size: 12px;
}

.xans-board-catemove p {
    padding: 0 0 0 7px;
    line-height: 25px;
    background: url("../images/ico_triangle3.gif") no-repeat 0 10px;
}

.xans-board-function {
    padding: 10px 10px 0;
    color: #757575;
    font-size: 12px;
}

.xans-board-function p {
    padding: 0 0 0 7px;
    line-height: 25px;
    background: url("../images/ico_triangle3.gif") no-repeat 0 10px;
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 300;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

* {
    font-family: 'Roboto', 'Noto Sans KR', '맑은고딕', 'Malgun Gothic', '돋움', Dotum, AppleGothic, sans-serif;
}

.w1220Center {
    width: 1220px;
    margin: 0 auto;
}

.w1280Center {
    width: 1280px;
    margin: 0 auto;
}

.p200Top {
    padding-top: 200px;
}

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%;
}

body,
code {
    font: 0.75em Verdana, Dotum, AppleGothic, sans-serif;
    color: #353535;
    background: #fff;
}

body {
    min-width: 1220px;
}

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;
}

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] {
    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;
}

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;
}

a:active {
    text-decoration: none;
}

.objHidden {
    visibility: hidden;
    position: absolute;
    left: -1000px;
    top: -1000px;
    height: 0;
    width: 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;
}

#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;
}

.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-webkit-box: border-box;
    box-sizing: border-box;
}

.fWidthFull textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
}

.fList.typeHor .gLabel {
    margin-right: 20px;
}

.fList.typeVer .gLabel {
    display: block;
}

#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(../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);
}

#header {
    width: 100%;
}

#header .headerTop {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
	z-index: 2;
}

#header .headerTop .topIn:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

#header .headerTop .topIn .stateWrap {
    float: right;
    position: relative;
}

#header .headerTop .topIn .stateWrap ul.language {
    position: absolute;
    z-index: 30;
    background: #f8f8f8;
    right: 0;
    top: 80px;
    padding: 0 20px;
    display: none;
}

#header .headerTop .topIn .stateWrap ul.language li {
    text-align: center;
}

#header .headerTop .topIn .stateWrap ul.language li a {
    color: #757575;
    display: block;
    line-height: 30px;
    font-size: 11px;
}

#header .headerTop .topIn .stateWrap ul.language li a:hover {
    font-weight: 600;
}

#header .headerTop .topIn>a {
    display: block;
    float: left;
    width: 150px;
    height: 55px;
    margin-top: 13px;
}

#headerPosition {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 10;
    height: 100px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#header .headerBottom {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #3f3f41;
}

#header .headerBottom>div {
    position: relative;
}

#header .headerBottom h1 img,
#header .headerBottom .logoAni img{
    /* margin-top: 24px;*/
    max-width: 250px;
	height: 100px;
}
.logoAni{
	position: absolute;
	left: 0px;
}

#header .category {
    position: relative;
    width: 100%;
}

#header .category:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

#header .category .cateIn {
    position: relative;
}

#header .category .cateIn>ul.mainCate {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

#header .category .cateIn>ul.mainCate>li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 50px;
}
#header .category .cateIn>ul.mainCate>li:hover .subCate,
#header .category .cateIn>ul.mainCate>li ul.subCate li:hover .subCate{
    display: block;
}

#header .category .cateIn>ul.mainCate>li:first-child {
    margin-left: 0;
}

#header .category .cateIn>ul.mainCate>li>a {
    display: block;
    font-size: 14px;
    color: #3a3a3c;
    font-weight: 700;
	padding-bottom: 16px;
}

#header .category .cateIn>ul.mainCate>li>a.online {
    color: #cf898c;
}

#header .category .cateIn>ul.mainCate>li>ul.subCate {
    position: absolute;
    display: none;
    width: 700px;
    text-align: left;
    height: 42px;
    line-height: 47px;
}

#header .category .cateIn>ul.mainCate>li>ul.subCate .subCate {
    position: absolute;
    display: none;
    width: 150px;
    text-align: left;
    line-height: 30px;
    top: 48px;
    background: rgba(255, 255, 255, .7);
    padding-left: 10px;
    font-size: 11px;
}

#header .category .cateIn>ul.mainCate>li>ul.subCate .subCate li {
    font-size: 12px;
}

#header .category .cateIn>ul.mainCate>li:nth-child(5)>ul.subCate {
    left: 5px;
}

#header .category .cateIn>ul.mainCate>li:last-child>ul.subCate {
    left: -323px;
}

#header .category .cateIn>ul.mainCate>li>ul.subCate>li {
    display: inline-block;
    font-size: 13px;
    margin-left: 30px;
    font-family: 'Nanum Gothic';
}

#header .category .cateIn>ul.mainCate>li>ul.subCate>.subsub {
    padding-bottom: 30px;
}

#header .category .cateIn>ul.mainCate>li>ul.subCate>li a:hover {
    font-weight: 600;
}

#header .category .cateIn>ul.mainCate>li>ul.subCate>li:first-child {
    margin-left: 0;
}

#header .category .cateIn>ul.mainCate>li:nth-child(2)>ul.subCate>li:nth-child(1) a,
#header .category .cateIn>ul.mainCate>li:nth-child(2)>ul.subCate>li:nth-child(2) a,
#header .category .cateIn>ul.mainCate>li:nth-child(2)>ul.subCate>li:nth-child(3) a {
    color: #dc6e6e;
}

#header .category .cateIn>ul.mainCate>li.on>ul {
    display: block;
}

#header .category ul.mainCate>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto 0;
    background-color: #333;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    left: 50%;
    transform: translate(-50%, 0px);
}

#header .category ul.mainCate>li:hover>a:after {
    width: 100%;
}
#header .category ul.mainCate{
	position: absolute;
    right: 0px;
    top: -75px;
}

#wrap {
    position: relative;
    width: 100%;
}

#container {
    width: 100%;
}

#contents {
    width: 100%;
}

.quickMenu {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -95px;
    z-index: 500;
    border-right: 4px solid #444;
    display: none;
}

.quickMenu a {
    display: block;
    width: 45px;
    height: 45px;
    transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    position: relative;
}

.quickMenu a:hover span {
    display: block;
}

.quickMenu .cart_fix {
    background: url('../images/fixed_cart_.png') no-repeat center;
    background-size: 26px 29px;
}

.quickMenu .wish_fix {
    background: url('../images/fixed_wish_.png') no-repeat center;
    background-size: 30px 26px;
}

.quickMenu .search_fix {
    background: url('../images/fixed_search_.png') no-repeat center;
    background-size: 28px 28px;
}

.quickMenu .view_fix {
    background: url('../images/fixed_clock_.png') no-repeat center;
    background-size: 28px 28px;
}

.quickMenu .fix_Top {
    text-align: center;
    line-height: 42px;
    font-size: 14px;
}

.quickMenu a span {
    display: block;
    position: relative;
    right: 70px;
    width: 75px;
    top: 33%;
    font-size: 14px;
    border-bottom: 1px solid #444;
    color: #444;
    display: none;
}

.mainBannerWrap {
    overflow: hidden;
}

.top_banner {
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width: 1920px;
    height: 900px;
}

.top_banner:after {
    content: '';
    display: block;
    clear: both;
}

.top_banner .xans-bannermanage2 div {
    margin: 0;
}

.main_banner {
    position: relative;
    width: 100%;
    height: auto;
}

.main_banner:after {
    content: '';
    display: block;
    clear: both;
}

.main_banner div {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.main_banner div:first-child {
    display: block;
}

.main_banner div a img {
    display: block;
}

.top_banner .indicator {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    text-align: center;
}

.top_banner .indicator a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 13px;
    background-color: #fff;
    text-indent: -9999px;
    border-radius: 10px;
}

.top_banner .indicator a.on {
    width: 10px;
    height: 10px;
    background-color: #f9cdbd;
}

.top_banner .indicator a:last-child {
    margin-right: 0;
}

.ec-base-product.main_prod {
    margin: -100px auto 160px;
    background: #fff;
    border: 1px solid #b2b2b2;
    position: relative;
    z-index: 1;
}

.ec-base-product.main_prod .title {
    margin: 60px 0 30px;
}

.ec-base-product.main_prod .title h2 {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.ec-base-product.main_prod .title h2 span {
    font-weight: 700;
}

.ec-base-product.main_prod .title hr {
    width: 54px;
    height: 1px;
    border: 0;
    margin-top: 15px;
    background-color: #000;
}

.ec-base-product.main_prod .title p {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

.ec-base-product.main_prod ul.prdList>li {
    width: 290px;
    margin-right: 10px;
    border: 0;
    margin-top: 0;
}

.ec-base-product.main_prod ul.prdList>li:nth-child(4n) {
    border-right: 0;
}

.ec-base-product.main_prod ul.prdList>li:nth-child(4),
.ec-base-product.main_prod ul.prdList>li:last-child {
    margin-right: 0;
}

.ec-base-product.main_prod ul.prdList>li:first-child,
.ec-base-product.main_prod ul.prdList>li:nth-child(5) {
    margin-left: 15px;
}

.ec-base-product.main_prod ul.prdList>li:nth-child(5),
.ec-base-product.main_prod ul.prdList>li:nth-child(6),
.ec-base-product.main_prod ul.prdList>li:nth-child(7),
.ec-base-product.main_prod ul.prdList>li:last-child {
    margin-top: 0;
    margin-bottom: 40px;
}

.ec-base-product.main_prod ul.prdList>li .thumbnail {
    margin: 0;
}

.ec-base-product.main_prod ul.prdList>li .thumbnail a img {
    width: 100%;
}

.ec-base-product.main_prod .prdList .description {
    padding: 0 0;
}

.ec-base-product.main_prod .prdList .description .name {
    margin-top: 20px;
    text-align: center;
}

.ec-base-product.main_prod .spec li {
    text-align: center;
    margin-top: 5px;
}

.ec-base-product .prdList .description span {
    display: inline-block;
    color: #3d3d3d;
    font-size: 16px;
}
.ec-base-product .prdList .description del span{
    text-decoration: line-through;
}
.ec-base-product .prdList .description .price span{
    font-size: 16px;
    color: #c16767;
    font-weight: bold;
}

.ec-base-product.main_prod .prdList .description span.pro_color {
    color: #8d8d8d;
    font-size: 13px;
}

.ec-base-product.main_prod ul.prdList>li:hover .hover_icon {
    opacity: 1;
    margin-top: 15px;
}

.ec-base-product ul.prdList>li:hover .hover_icon {
    opacity: 1;
    margin-top: 15px;
}

.ec-base-product.main_prod ul.prdList>li .hover_icon {
    opacity: 0;
    text-align: center;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.ec-base-product ul.prdList>li .hover_icon {
    opacity: 0;
    text-align: center;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ec-base-product ul.prdList>li .hover_icon .center{
    display: inline-block;
}
.ec-base-product ul.prdList>li .hover_icon span {
    margin: 0 6px;
    cursor: pointer;
    float: left;
}

.fullSlideBanner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 900px;*/
    margin-bottom: 120px;
}

.fullSlideBanner:after {
    content: '';
    display: block;
    clear: both;
}

.fullSlideBanner .xans-bannermanage2 div {
    margin: 0;
}

.mid_banner {
    position: relative;
    width: 100%;
    height: auto;
}

.mid_banner:after {
    content: '';
    display: block;
    clear: both;
}

.mid_banner div {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.mid_banner div:first-child {
    display: block;
}

.mid_banner div a img {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 300px;
}

.fullSlideBanner .indicator1 {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.fullSlideBanner .indicator1 a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-indent: -9999px;
    margin: 0 5px;
}

.fullSlideBanner .indicator1 a.on {
    background-color: #fff;
}

.fullSlideBanner .mid_banner_btn span {
    cursor: pointer;
}

.fullSlideBanner .mid_banner_btn span img {
    width: 20px;
    height: 40px;
}

.fullSlideBanner .mid_banner_btn .prev {
    position: absolute;
    left: 160px;
    top: 43%;
}

.fullSlideBanner .mid_banner_btn .next {
    position: absolute;
    right: 160px;
    top: 43%;
}

.bannerArea {
    position: relative;
    margin-bottom: 120px;
}

.bannerArea .banner:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.bannerArea .banner div {
    float: left;
}

.bannerArea .banner div.banner_left {
    width: 605px;
}

.bannerArea .banner div.banner_right a img {
    width: 605px;
    height: 345px;
    margin-left: 10px;
}
.bannerArea .banner div:nth-child(3n){
    margin-top: 10px;
}

.bannerArea .photoslide {
    position: absolute;
    top: 355px;
    left: 50%;
    margin-left: 5px;
}

.xans-photoslide2 .nivo-directionNav a,
.xans-photoslider-slide .nivo-directionNav a {
    display: none;
}

.bannerArea_2 {
    overflow: hidden;
}

.bannerArea_2:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.bannerArea_2 .banner div {
    float: left;
    width: 49.5%;
}

.bannerArea_2 .banner div img {
    width: 100%;
    height: auto;
}

.background {
    background: #fff;
    padding: 120px 0 65px;
}

.reviewArea {
    margin-bottom: 120px;
    width: 1220px;
    margin: 0 auto;
}

.reviewArea .tit {
    text-align: center;
}

.reviewArea .tit h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 300;
}

.reviewArea .tit h2 span {
    font-weight: 700;
}

.reviewArea .best_inner_1 .best_list ul:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.reviewArea .best_inner_1 .best_list ul li {
    float: left;
    width: 21%;
    height: 365px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(105, 105, 105, 0.3);
    margin-left: 26px;
    padding: 15px 12px 10px;
}

.reviewArea .best_inner_1 .best_list ul li:first-child {
    margin-left: 0;
}

.reviewArea .best_inner_1 .best_list ul li .link_bg img {
    width: 100%;
}

.reviewArea .best_inner_1 .best_list ul li .best_con_txt {
    margin-top: 15px;
    padding: 0 10px;
}

.reviewArea .best_inner_1 .best_list ul li .best_con_txt a {
    margin-bottom: 7px;
    display: block;
}

.reviewArea .best_inner_1 .best_list ul li .best_con_txt span em p {
    font-size: 13px;
    color: #898989;
}

.reviewArea .best_inner_1 .best_list ul li .best_con_txt span em {
    font-style: normal;
}

.myiframe {
    width: 1000px;
    height: 600px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin-left: -500px;
    top: 45%;
    margin-top: -300px;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    border: solid 1px #333;
}

.black {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 1000;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.black2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 1000;
    display: none;
    cursor: pointer
}

#review_write {
    cursor: pointer;
    width: 500px;
    height: 300px;
    background: #333;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    border: none;
}

.write_myiframe {
    width: 1000px;
    height: 500px;
    display: none;
    border: none;
    overflow: hidden;
}

.myiframe2 {
    width: 1000px;
    height: 600px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin-left: -500px;
    top: 45%;
    margin-top: -300px;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    border: solid 1px #333;
}

.videoWrap {
    background: #f7d4d0;
    padding: 70px 0;
    margin-bottom: 120px;
}

.videoWrap h2 {
    font-size: 36px;
    margin-bottom: 45px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.videoWrap h2 span {
    font-weight: 700;
}

.videoWrap .videoview {
    width: 1220px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}

.videoWrap .videoview .videotext {
    width: 420px;
    float: left;
}

.videoWrap .videoview .videotext>.video_left_pic {
    width: 420px;
    height: 500px;
}

.videoWrap .videoview .videotext>.video_left_pic div {
    width: 420px;
    height: 500px;
}

.videoWrap .videoview .videotext p:first-child {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.videoWrap .videoview .videotext p:nth-child(2) {
    font-size: 15px;
    width: 290px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 20px;
}

.videoWrap .videoview .videotext p:nth-child(2) span {
    display: block;
    color: #2a234d;
    font-size: 18px;
}

.InstagramArea {
    margin-bottom: 150px;
}

.InstagramArea .Instagramimg {}

.InstagramArea .Instagramimg h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.InstagramArea .Instagramimg h2 span {
    font-weight: 700;
}

.InstagramArea .Instagramimg img {}

.InstagramArea .insta_ahref {
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    border: solid 1px #000;
    width: 190px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    cursor: pointer;
}

.InstagramArea .Instagramimg .insta_pic_box {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
}

.InstagramArea .Instagramimg .insta_pic_box div {
    float: left;
    width: 205px;
    height: 205px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #000;
}

.InstagramArea .Instagramimg .insta_pic_box div:nth-child(6n) {
    margin-right: 0;
}

.InstagramArea .Instagramimg .insta_pic_box div a {}

.InstagramArea .Instagramimg .insta_pic_box div a img {
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	max-width: 100%;
}

.InstagramArea .Instagramimg .insta_pic_box div:hover a img {
    opacity: 0.8;
}

.blogWrap {
    background: #fff;
    padding: 70px 0;
    margin-bottom: 80px;
}

.blogWrap:after {
    display: block;
    clear: both;
    content: "";
}

.blogWrap p {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

.blogWrap h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.blogWrap hr {
    width: 54px;
    height: 1px;
    border: 0;
    margin-bottom: 15px;
    background-color: #000;
}

.blogWrap h2 span {
    font-weight: 700;
}

.blogWrap .blogview {
    width: 1220px;
    margin: 0 auto;
    background: #fff;
    padding: 35px;
}

.blogWrap .blogview .blogban>div {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.blogWrap .blogview .blogban>div:nth-child(2n) {
    margin-right: 0;
}

.blogWrap .blogview .blogban>div img {
    width: 100%;
}

#footer {
    position: relative;
    border-top: 1px solid #e0e0e0;
    background: #f7f7f7;
    margin-top: 50px;
}

#footer .footer_top {
    height: 40px;
    border-bottom: 1px solid #e0e0e0;
}

#footer .footer_top ul {
    position: relative;
    width: 1220px;
    margin: 0 auto;
}

#footer .footer_top ul li {
    display: inline-block;
    font-size: 14px;
    margin-left: 30px;
    line-height: 40px;
}

#footer .footer_top ul li:first-child {
    margin-left: 0;
}

#footer .footer_top ul li:last-child {
    position: absolute;
    right: 0;
}

#footer .footer_top ul li a {
    color: #878787;
}

#footer .footer_top ul li a strong,
#footer .footer_top ul li span strong {
    color: #565656;
}

#footer .footer_top ul li span {
    font-size: 12px;
    color: #878787;
    text-align: right;
}

#footer .inner {
    padding: 60px 0 10px;
    position: relative;
}

#footer .inner:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

#footer .inner .footer_address {
    float: left;
    margin: 0 0 20px 20px;
    width: 620px;
}

#footer .inner .footer_address p.title {
    font-size: 17px;
    color: #505050;
    margin-bottom: 20px;
    font-weight: 300;
}

#footer .inner .footer_address .address {
    line-height: 20px;
}

#footer .inner .footer_address .address span,
#footer .inner .footer_address .address span a {
    font-size: 13px;
    color: #8b8b8c;
}

#footer .inner .footer_address p.copyright {
    color: #8d8d8c;
    font-size: 11px;
    line-height: 30px;
}

#footer .inner .sns {
    position: absolute;
    top: 20px;
    right: 105px;
    margin-right: 15px;
}

#footer .inner .sns ul li {
    float: left;
    margin-left: 10px;
}

#footer .inner .sns ul li:first-child {
    margin-left: 0;
}

#footer .inner .cs_center {
    position: absolute;
    right: 0;
    top: 80px;
}

#footer .inner .cs_center p.title {
    font-size: 16px;
    color: #464646;
    font-weight: 600;
    margin-bottom: 12px;
}

#footer .inner .cs_center p.title span {
    font-size: 13px;
    color: #b7b7b7;
    display: block;
    line-height: 25px;
}

#footer .inner .cs_center p.cs_num {
    font-size: 23px;
    color: #464646;
    margin-bottom: 15px;
}

#footer .inner .cs_center p.txt {
    font-size: 13px;
    color: #8d8d8c;
    line-height: 20px;
}

#boardArea {
    overflow: hidden;
    margin: 50px 0 0;
    border-top: 1px solid #d8d8d8;
}

#bannerArea {
    margin: 22px 0 0;
}

#bannerArea h2 {
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    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: #757575;
    background: url("../images/ico_path.gif") no-repeat 0 10px;
}

.path li:first-child {
    background: none;
}

.path li a {
    color: #757575;
}

.path li strong,
.path li strong a {
    color: #2e2e2e;
}

.titleArea {
    min-height: 30px;
    margin: 10px 0 20px;
}

.titleArea h2,
.titleArea h1 {
    display: block;
    color: #555;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.titleArea h2 span {
    font-weight: bold;
}

.titleArea hr {
    width: 90px;
    height: 1px;
    border: 0;
    margin: 20px auto 50px;
    background-color: #333;
}

.titleArea p {
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0 0 0 10px;
    color: #939393;
}

.titleArea ul {
    padding: 5px 0;
    color: #939393;
    line-height: 18px;
}

.titleArea ul li {
    padding: 0 0 0 9px;
    background: url("../images/ico_square2.gif") no-repeat 4px 7px;
}

.boardMain {
    overflow: hidden;
    *zoom: 1;
}

.boardMain td img {
    vertical-align: middle;
    margin: 1px;
}

.boardMain .board {
    position: relative;
    margin: 0 0 65px;
}

.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;
    height: 28px;
    font-size: 16px;
    color: #2e2e2e;
    border-bottom: 2px solid #626672;
}

.boardMain .board .more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px;
}

.boardMain .board .ec-base-table.typeList td {
    color: #a4a4a4;
}

.boardMain .board .ec-base-table.typeList td.title a,
.boardMain .board .ec-base-table.typeList td.title a:hover {
    color: #4f4f4f;
}

.boardMain .board .galleryList {
    overflow: hidden;
}

.boardMain .board .galleryList ul {
    overflow: hidden;
    margin: 0 -10px;
}

.boardMain .board .galleryList li {
    float: left;
    position: relative;
    width: 20%;
    padding: 0 0 12px 0;
    word-break: break-all;
}

.boardMain .board .galleryList li span {
    display: block;
    margin: 0 10px;
    font-size: 11px;
    color: #a4a4a4;
}

.boardMain .board .galleryList li .imgLink,
.boardMain .board .galleryList li .imgLink:hover {
    display: block;
    margin: 0 10px 5px;
    font-size: 12px;
}

.boardMain .board .galleryList li .imgLink img {
    width: 100%;
    max-height: 110px;
    border: 1px solid #ededed;
}

#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%;
}

.txtInfo {
    color: #707070;
}

.txtWarn {
    color: #f76560;
}

.txtEm {
    color: #008bcc;
}

.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: 11px;
    color: #939393;
    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-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("../images/bg_join_check.png") no-repeat 0 0;
}

.ec-base-chk input:checked+.checkbox {
    background-position: -34px 0;
}

.ec-base-tooltip {
    display: none;
    z-index: 2;
    position: absolute;
    top: 24px;
    padding: 15px;
    border: 1px solid #565960;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.ec-base-tooltip h3 {
    margin: 0 0 8px;
    padding: 0 10px;
    font-size: 12px;
    border-bottom: 0;
    background: url("../images/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: #008bcc;
}

.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;
    background: url('../images/ico_info.gif') no-repeat 0 2px;
}

div.ec-base-help {
    margin: 20px 0;
    border: 1px solid #d6d4d4;
    line-height: 18px;
}

div.ec-base-help>h2,
div.ec-base-help>h3 {
    padding: 9px 0 6px 10px;
    border-bottom: 1px solid #e8e7e7;
    color: #101010;
    font-size: 12px;
    background: #fbfbfb;
}

div.ec-base-help .inner {
    padding: 0 9px 12px;
}

div.ec-base-help h4 {
    margin: 22px 0 -4px;
    color: #404040;
    font-size: 12px;
    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('../images/ico_number.png') no-repeat;
}

div.ec-base-help ol .item1 {
    background-position: -484px 0;
}

div.ec-base-help ol .item2 {
    background-position: -434px -100px;
}

div.ec-base-help ol .item3 {
    background-position: -384px -200px;
}

div.ec-base-help ol .item4 {
    background-position: -334px -300px;
}

div.ec-base-help ol .item5 {
    background-position: -284px -400px;
}

div.ec-base-help ol .item6 {
    background-position: -234px -500px;
}

div.ec-base-help ol .item7 {
    background-position: -184px -600px;
}

div.ec-base-help ol .item8 {
    background-position: -134px -700px;
}

div.ec-base-help ol .item9 {
    background-position: -84px -800px;
}

div.ec-base-help ol .item10 {
    background-position: -34px -900px;
}

div.ec-base-help ul li {
    padding: 0 0 0 11px;
    background: url('../images/ico_dash.gif') no-repeat 0 7px;
}

.ec-base-help.typeDash li {
    padding: 0 0 0 11px;
    background: url("../images/ico_dash.gif") no-repeat 0 7px;
}

.ec-base-tooltip .ec-base-help.typeDash li {
    margin: 2px 0;
}

.ec-base-product {}

.ec-base-product .title {
    margin: 0 0 17px;
}

.ec-base-product .title h2 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.ec-base-product .title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    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%;
    min-width: 756px;
    margin: 0px 0 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.ec-base-product .prdList>li {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #757575;
    vertical-align: top;
}

.ec-base-product .prdList .chk {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 0 10px;
}

.ec-base-product .prdList .thumbnail {
    position: relative;
    margin: 10px 7px;
    text-align: center;
}

.ec-base-product .prdList .thumbnail .prdImg {
    position: relative;
}

.ec-base-product .prdList .thumbnail a img {
    max-width: 100%;
    box-sizing: border-box;
}

.ec-base-product .prdList .thumbnail .wish {
    position: absolute;
    right: 3px;
    bottom: 4px;
    z-index: 1;
    cursor: pointer;
}

.ec-base-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .icon {
    margin: 10px 0 0;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .icon:after {
    content: "";
    display: block;
    clear: both;
}

.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 {
    float: right;
    margin: 0 0 4px;
}

.ec-base-product .prdList .thumbnail .button img {
    cursor: pointer;
}

.ec-base-product .prdList .thumbnail .button .option {
    display: inline;
    position: relative;
}

.ec-base-product .prdList .thumbnail .button .likeButton {
    display: inline-block;
    margin: 0 5px;
}

.ec-base-product .prdList .thumbnail .button .likeButton button {
    font-family: verdana;
    color: #9a9a9a;
    letter-spacing: -1px;
    background: none;
}

.ec-base-product .prdList .thumbnail .button .likeButton button img {
    margin-bottom: 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: 0 auto;
    padding: 0 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.ec-base-product .prdList .description .name {
    display: block;
    text-align: center;
    font-weight: normal;
}

.ec-base-product .prdList .description .name a {
    color: #2e2e2e;
}

.ec-base-product .prdList .description .mileage {
    display: block;
}

.ec-base-product .prdList .description span.grid {
    display: block;
}

.ec-base-product ul.grid2>li {
    width: 50%;
}

.ec-base-product ul.grid3>li {
    width: 33.33%;
}

.ec-base-product ul.grid4>li {
    width: 25%;
    height: 460px;
    border-right: 0;
    box-sizing: border-box;
    margin: -1px 0 0;
}

.ec-base-product ul.grid4>li:nth-child(4n) {}

.ec-base-product ul.grid4>li:last-child {}

.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: 7px 0 0 0;
}

.ec-base-product .spec li {
    text-align: center;
}

.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;
    margin: 0 2px 2px 0;
    border: 1px solid #e3e3e3;
    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 -124px;
}

.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;
}

.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;
    border: 1px solid #d7d5d5;
    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;
}

.ec-base-paginate li a {
    display: block;
    width: 33px;
    padding: 9px 0;
    font-weight: bold;
    color: #939393;
    line-height: 14px;
    background: #fff;
}

.ec-base-paginate li a:hover {
    text-decoration: none;
    background: #f0f2f2;
}

.ec-base-paginate li a.this {
    padding-bottom: 6px;
    border-bottom: 3px solid #3a3a3c;
    color: #3a3a3c;
}

.ec-base-paginate a.nolink {
    cursor: default;
}

.ec-base-paginate.typeSub ol {
    margin: 0 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: #008bcc;
    text-decoration: underline;
    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;
    border: 1px solid #cbcdce;
    border-bottom-color: #202020;
    border-left: 0;
    background: #f2f2f2;
    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-left: 1px solid #cbcdce;
    background: #f2f2f2;
}

.ec-base-tab .menu li a {
    display: block;
    min-width: 187px;
    margin: 0 0 0 -1px;
    padding: 12px 5px 11px;
    font-size: 14px;
    border-right: 1px solid #cbcdce;
    color: #707070;
    text-decoration: none;
    outline: 0;
    text-align: center;
    background: #f2f2f2;
}

.ec-base-tab .menu li:first-child a {
    margin-left: 0;
}

.ec-base-tab .menu li.selected a {
    position: relative;
    top: -1px;
    left: -2px;
    margin: 0 0 -1px;
    border: 1px solid #202020;
    border-bottom: 0;
    color: #fff;
    font-weight: bold;
    background: #4a5164;
}

.ec-base-tab .menu li.selected:first-child a {
    left: -1px;
}

.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: -1px;
    border: 1px solid #292929;
    border-bottom: 0;
    background: #4a5164;
}

.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-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: -1px;
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
}

.ec-base-button.typeBG {}

.writeBt {
    width: 80px;
    background: #000;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #000;
}

.writeBt:hover {
    border: 1px solid #dea39c;
    color: #fff;
    background-color: #dea39c;
    transition: .5s;
}

.ec-base-box {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #e8e8e8;
    color: #404040;
}

.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: #e6e6e6;
}

.ec-base-box.typeBg {
    background-color: #fbfafa;
}

.ec-base-box.typeThin {
    border-width: 1px;
    border-color: #d7d5d5;
}

.ec-base-box.typeThinBg {
    border-width: 1px;
    border-color: #d7d5d5;
    background-color: #fbfafa;
}

.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("../images/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 20px;
    vertical-align: middle;
}

.ec-base-box.typeProduct .thumbnail {
    width: 100px;
}

.ec-base-box.typeProduct .thumbnail img {
    max-width: 90px;
    border: 1px solid #d7d5d5;
}

.ec-base-box.typeProduct .information {
    padding-left: 0;
}

.ec-base-table table {
    position: relative;
    margin: 10px 0 0;
    border: 1px solid #eee;
    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: #d7d5d5;
}

.ec-base-table thead th {
    padding: 11px 0 10px;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #eee;
    color: #353535;
    vertical-align: middle;
    font-weight: normal;
}

.ec-base-table tbody th {
    padding: 11px 0 10px 18px;
    border: 1px solid #dfdfdf;
    border-bottom-width: 0;
    color: #353535;
    text-align: left;
    font-weight: normal;
    background-color: #fbfafa;
}

.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 #dfdfdf;
    color: #353535;
    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.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 #d7d5d5;
}

.ec-base-table.typeList table:before {
    display: none;
}

.ec-base-table.typeList td {
    padding: 8px 10px 7px;
}

.ec-base-table.typeList tfoot td {
    padding: 15px 10px 17px;
    background: #fbfafa;
}

.ec-base-table .message {
    padding: 50px 0;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.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 {
    border-left: 1px solid #dfdfdf;
}

.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 .center>tr:last-child {
    border-bottom: solid 1px #ddd;
}

.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 {
    padding-right: 10px;
}

.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;
}

@media print {
    .ec-base-table table:before {
        display: none;
    }
}

.ec-base-desc {
    overflow: hidden;
    text-align: left;
}

.ec-base-desc:after {
    content: "";
    display: block;
    claer: 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("../images/ico_arrow.png") no-repeat 0 7px;
}

.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term {
    padding: 0 4px 0 6px;
    background: url("../images/ico_square3.gif") no-repeat left 10px;
}

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 #757575;
    background: #fff;
}

.ec-base-layer .header {
    padding: 7px 35px 7px 19px;
    color: #fff;
    background: #495164;
}

.ec-base-layer .header>h1,
.ec-base-layer .header>h3 {
    font-size: 14px;
    line-height: 1.5;
}

.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 #d7d5d5;
    text-align: center;
    background: #fbfafa;
}

.ec-base-layer .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px;
    cursor: pointer;
}

#popup .ec-base-layer {
    position: relative;
    border: 0;
}

#popup .ec-base-layer .header {
    padding: 12px 35px 12px 19px;
}

#popup .ec-base-layer .close {
    top: 5px;
}

.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;
}

.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("../images/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("../images/ico_mobile.png") no-repeat 40px 50%;
}

.xans-layout-statelogoff {
    float: right;
    height: 60px;
    line-height: 50px;
}

.xans-layout-statelogoff ul li{
    float: left;
}
.xans-layout-statelogoff ul li >a {
    padding: 0 4px 0 10px;
    color: #757575;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.xans-layout-statelogoff .log {
    background: none;
}

.xans-layout-statelogoff ul li >a .count,
.xans-layout-statelogoff ul li >a .count span {
    position: relative;
    display: inline-block;
    background: url("../images/bg_basket_count.png") no-repeat;
}

.xans-layout-statelogoff ul li >a .count {
    left: -5px;
    top: -1px;
    margin: 0 -5px 0 3px;
    padding: 0 0 0 7px;
    vertical-align: middle;
    background-position: 0 0;
}

.xans-layout-statelogoff ul li >a .count span {
    height: 14px;
    padding: 1px 7px 1px 0;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
    background-position: right -26px;
}
.xans-layout-logotop {
    text-align: center;
}

.xans-layout-logotop a {
    font-family: verdana, '맑은 고딕', malgungothic, sans-serif;
    font-size: 40px;
    color: #008bcc;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

.xans-layout-logobottom {
    float: left;
    width: 189px;
    margin: 30px 0 0 15px;
}

.xans-layout-logobottom a {
    display: block;
    font-family: verdana, '맑은 고딕', malgungothic, sans-serif;
    font-size: 28px;
    color: #8c8c8c;
    font-weight: bold;
    word-wrap: break-word;
    text-decoration: none;
    font-style: normal;
}

.xans-layout-logobottom img {
    max-width: 125px !important;
}

.xans-layout-statelogon {
    float: right;
    height: 60px;
    line-height: 80px;
}

.xans-layout-statelogon>a {
    padding: 0 4px 0 10px;
    color: #757575;
    font-size: 11px;
    font-weight: 600;
}

.xans-layout-statelogon .myinfo {
    color: #757575;
}

.xans-layout-statelogon .myinfo strong {
    color: #353535;
}

.xans-layout-statelogon .myinfo a {
    padding: 0 4px 0 10px;
    color: #757575;
    font-size: 13px;
}

.xans-layout-statelogon>a .count,
.xans-layout-statelogon>a .count span {
    position: relative;
    display: inline-block;
    background: url("//img.echosting.cafe24.com/skin/base/layout/bg_basket_count.png") no-repeat;
}

.xans-layout-statelogon>a .count {
    left: -4px;
    top: -1px;
    margin: 0 -5px 0 6px;
    padding: 0 0 0 7px;
    vertical-align: middle;
    background-position: 0 0;
}

.xans-layout-statelogon>a .count span {
    height: 14px;
    padding: 1px 8px 1px 0;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
    background-position: right -26px;
}

.xans-layout-logotop {
    text-align: center;
}

.xans-layout-logotop a {
    font-family: verdana, '맑은 고딕', malgungothic, sans-serif;
    font-size: 40px;
    color: #008bcc;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

.xans-layout-logobottom {
    float: left;
    width: 189px;
    margin: 30px 0 0 15px;
}

.xans-layout-logobottom a {
    display: block;
    font-family: verdana, '맑은 고딕', malgungothic, sans-serif;
    font-size: 28px;
    color: #8c8c8c;
    font-weight: bold;
    word-wrap: break-word;
    text-decoration: none;
    font-style: normal;
}

.xans-layout-footer {
    overflow: hidden;
}

.xans-layout-footer:after {
    content: "";
    display: block;
    clear: both;
}

.xans-layout-footer .utilMenu {
    float: left;
    width: 150px;
    margin: 20px 0 0;
}

.xans-layout-footer .utilMenu h2,
.xans-layout-footer .address h2 {
    margin: 0 0 5px;
    font-size: 12px;
    color: #000;
}

.xans-layout-footer .utilMenu li {
    line-height: 20px;
}

.xans-layout-footer .utilMenu li a {
    color: #757575;
}

.xans-layout-footer .address {
    float: left;
    margin: 20px 0 20px;
    color: #757575;
    line-height: 18px;
}

.xans-layout-footer .address span {
    padding: 0 25px 0 0;
    font-size: 13px;
    line-height: 20px;
}

.xans-layout-footer .address span a {
    color: #8b8b8c;
}

.xans-layout-footer .copyright {
    height: 30px;
    color: #8d8d8c;
    font-size: 11px;
    line-height: 30px;
}

.xans-layout-footer .pageTop {
    position: absolute;
    right: 0;
    top: 10px;
}

.xans-layout-footer .hosting {
    position: absolute;
    right: 0;
    top: 77px;
}


.photo_review{
    overflow: auto;
}
.section-5 .photo_review .mainbt_review li {
    position: relative;
    width: 270px;
    height: 405px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    margin: 0 39px 50px 0;
    overflow: hidden;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: block;
    padding: 15px;
}
.section-5 .photo_review .mainbt_review li:last-child{
    margin-right: 0;
}
.section-5 .photo_review .mainbt_review li .imgLink{
    display:block;
    width:100%;
    height:235px;
    overflow:hidden;
    position:relative;
}
.section-5 .photo_review .mainbt_review li .imgLink img {
    width:115%!important;
}
.section-5 .photo_review .mainbt_review li .imgLink img{
    width:75%;
    position:absolute;
    left:-100%;
    right:-100%;
    top:-100%;
    bottom:-100%;
    margin:auto;
}
.section-5 .photo_review .mainbt_review li .description{
    margin-top: 15px;
    border-top: 1px solid #ddd;
    height: 120px;
    overflow: hidden;
}
.section-5 .photo_review .mainbt_review li .description .contents {
    margin: 15px auto;
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 18px;
    line-height: 17px;
    text-overflow: ellipsis;
    font-weight: normal;
}


.xans-product-detail {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    box-shadow: 2px 2px 10px 6px #ececec;
}

.xans-product-detail .detailArea {
    padding: 0 0 0 635px;
    position: relative;
}

.xans-product-detail .detailArea:after {
    content: "";
    display: block;
    clear: both;
}
.xans-product-detail .infoArea p.price{
    padding: 10px;
    vertical-align: middle;
    color: #333 !important;
    border-bottom: 1px solid #ddd;
}
.xans-product-detail .infoArea p.price ins{
    text-decoration: none;
}
.woocommerce-product-details__short-description{
    padding: 10px;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
}

.xans-product-detail .headingArea {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8;
}

.xans-product-detail .headingArea h2 {
    display: inline;
    font-size: 14px;
    color: #2e2e2e;
}

.xans-product-detail .headingArea .icon img {
    margin: 0 -3px 0 0;
    vertical-align: middle;
}

.xans-product-detail .headingArea .supply {
    overflow: hidden;
    float: right;
}

.xans-product-detail .headingArea .supply span {
    padding: 0 3px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.xans-product-detail .imgArea {
    float: left;
    width: 540px;
    margin: 25px 50px 0 -585px;
}

.xans-product-detail .imgArea .keyImg {
    width: 540px;
    margin: 0 auto;
}

.xans-product-detail .imgArea .keyImg .thumbnail {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.xans-product-detail .imgArea .keyImg .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.xans-product-detail .imgArea .keyImg img {
    width: 540px;
    cursor: pointer;
    border: 1px solid #eee;
}

.xans-product-detail .imgArea .listImg {
    overflow: hidden;
    width: 600px;
    margin: 10px auto 0;
}

.xans-product-detail .imgArea .listImg ul {
    min-width: 600px;
    height: 107px;
    margin: 0 0 0 0px;
    font-size: 0;
    line-height: 0;
}

.xans-product-detail .imgArea .listImg li {
    display: inline-block;
    margin: 0 1px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
}

.xans-product-detail .imgArea .listImg li img {
    width: 100px;
    border: 1px solid #ececec;
    cursor: pointer;
}

.xans-product-detail .imgArea .listImg button {
    position: absolute;
    top: 0;
    width: 21px;
    height: 77px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url("//img.echosting.cafe24.com/skin/base/product/btn_product_detail_ctrl.png") no-repeat;
}

.xans-product-detail .imgArea .listImg .prev {
    left: 0;
    background-position: 0 0;
}

.xans-product-detail .imgArea .listImg .next {
    right: 0;
    background-position: -31px 0;
}

.xans-product-detail .imgArea .control {
    display: none;
    width: 540px;
    overflow: hidden;
    font-size: 11px;
    margin: 20px auto;
    text-align: center;
}

.xans-product-detail .imgArea .control .prev {
    margin-right: 5px;
}

.xans-product-detail .imgArea .control .next {
    margin-left: 5px;
}

.xans-product-detail .imgArea .color {
    overflow: hidden;
    width: 600px;
    margin: 5px auto;
}

.xans-product-detail .imgArea .chips {
    float: left;
    width: 28px;
    height: 18px;
    margin: 0 3px 3px 0;
    border: 1px solid #e3e3e3;
    font-size: 0;
    line-height: 0;
}

.xans-product-detail .imgArea .xans-product-action {
    margin: 20px auto 0;
    padding-bottom: 23px;
}

.xans-product-detail .likeButton {
    display: table;
    margin: 20px auto 10px;
    text-align: center;
    font-size: 14px;
}

.xans-product-detail .likeButton button {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #b4b4b4;
    border-bottom-color: #969696;
    border-radius: 2px;
    color: #737373;
    line-height: 1em;
    text-align: right;
    background-color: #fff;
}

.xans-product-detail .likeButton button span {
    display: inline-block;
    height: 16px;
    line-height: 18px;
    vertical-align: middle;
    font-family: Gulim, sans-serif;
}

.xans-product-detail .likeButton button img {
    margin: 0 2px 0 0;
    vertical-align: middle;
}

.xans-product-detail .likeButton .title {
    padding: 0 9px 0 0;
    margin: 0 8px 0 0;
    min-width: 0;
    text-align: left;
    background: url("//img.echosting.cafe24.com/skin/base_ko_KR/product/bg_bar.gif") no-repeat 100% 3px;
}

.xans-product-detail .likeButton.selected .title {
    color: #ef514c;
}

.xans-product-detail .likeButton.selected .count {
    color: #353535;
}

.xans-product-detail .infoArea {
    width: 500px;
    padding: 30px 0 0 10px;
    background: #fff;
}

.xans-product-detail .infoArea h2,
.xans-product-detail .infoArea h1 {
    margin-left: 10px;
    margin-bottom: -2px;
    letter-spacing: -0.05em;
    font-size: 24px;
}

.option_btn {
    opacity: 0;
    position: absolute;
    right: -31px;
    bottom: 50px;
    width: 30px;
    height: 100px;
    padding: 10px 1px 0px 0;
    color: #fff;
    text-align: center;
    background: #999;
    z-index: 998;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.xans-product-detail .infoArea.fix .option_btn {
    opacity: 1;
}

.option_btn span {
    text-align: center;
    display: block;
    width: 30px;
    position: absolute;
    bottom: 10px;
}

.option_btn span:nth-of-type(2) {
    opacity: 0;
}

.xans-product-detail .infoArea.fix.click .option_btn {
    background: #333;
}

.xans-product-detail .infoArea.fix.click .option_btn span:nth-of-type(2) {
    opacity: 1;
}

.xans-product-detail .infoArea.fix.click .option_btn span:nth-of-type(1) {
    opacity: 0;
}

.xans-product-detail .infoArea.fix.click {}

.xans-product-detail .infoArea.fix.noclick {}

.xans-product-detail .infoArea.fix {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    width: 330px;
    border: 1px solid #eee;
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    -o-transition: padding 0.1s ease;
    -ms-transition: padding 0.1s ease;
    -moz-transition: padding 0.1s ease;
    -webkit-transition: padding 0.1s ease;
}

.xans-product-detail .infoArea.fix .ec-base-button {
    padding: 0;
}

.xans-product-detail .infoArea.fix .xans-product-action {
    padding: 0;
}

.xans-product-detail .infoArea.fix #totalProducts {
    margin: 10px 0 0;
    -o-transition: margin 0.1s ease;
    -ms-transition: margin 0.1s ease;
    -moz-transition: margin 0.1s ease;
    -webkit-transition: margin 0.1s ease;
}

.xans-product-detail .infoArea.fix #totalProducts tbody td {
    padding: 0 9px;
    border: 0;
    -o-transition: padding 0.1s ease;
    -ms-transition: padding 0.1s ease;
    -moz-transition: padding 0.1s ease;
    -webkit-transition: padding 0.1s ease;
}

.xans-product-detail .infoArea.fix .totalPrice {
    border: 0;
}

.xans-product-detail .infoArea.fix .fix_help {
    display: none;
}

.xans-product-detail .infoArea p.delivery {
    padding: 10px 0 20px;
}

.xans-product-detail .infoArea .guideArea {
    position: relative;
}

.xans-product-detail .infoArea .guideArea .info {
    margin: 0px 0 0;
    padding: 8px 0 0 11px;
    border-top: 1px solid #e8e8e8;
    color: #757575;
    font-size: 11px;
}

.xans-product-detail .infoArea .guideArea .sizeGuide {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8px 0 0;
    background: url("//img.echosting.cafe24.com/skin/base_ko_KR/product/ico_sizeGuide.gif") no-repeat 0 3px;
}

.xans-product-detail .infoArea .sizeGuide a {
    display: inline-block;
    padding: 2px 15px 2px 24px;
    color: #353535;
    vertical-align: top;
    background: url("//img.echosting.cafe24.com/skin/base_ko_KR/product/ico_sizeGuide_go.gif") no-repeat 100% 6px;
}

.xans-product-detail .infoArea .sizeGuide a:hover {
    text-decoration: none;
}

.xans-product-detail .infoArea table {
    border: 0;
    font-size: 12px;
    margin: 0px 0 0;
}

.xans-product-detail .infoArea .prod_info_box table tbody tr:first-child {
    display: none;
}

.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(2) td,
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(3) td {
    text-indent: 10px;
}

.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(3),
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(4) th,
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(4) td,
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(6) th,
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(6) td {
    padding-top: 20px;
}

.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(3) th,
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(3) td,
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(5) th,
.xans-product-detail .infoArea .prod_info_box table tbody tr:nth-child(5) td {
    padding-bottom: 20px;
}

.xans-product-detail .infoArea th {
    font-weight: normal;
    color: #353535;
    width: 115px;
    padding: 7px 0 8px 9px;
    text-align: left;
    vertical-align: middle;
}

.xans-product-detail .infoArea .name {
    border-bottom: 1px solid #eee;
}

.xans-product-detail .infoArea .name td {
    padding-bottom: 20px;
}

.xans-product-detail .infoArea td {
    padding: 10px 6px 10px 0;
    vertical-align: middle;
}

.xans-product-detail .infoArea img {
    vertical-align: middle;
}

.xans-product-detail .infoArea td input[type=text] {
    width: 80%;
}

.xans-product-detail .infoArea select {
    width: 100%;
    height: 24px;
    font-size: 12px;
    color: #353535;
}

.xans-product-detail .infoArea td #delivery_cost_prepaid {
    margin: 0 0 5px;
}

.xans-product-detail .infoArea td.social {
    padding: 4px 0 0;
}

.xans-product-detail .infoArea td.social img {
    cursor: pointer;
}

.xans-product-detail .infoArea td .sale {
    text-decoration: line-through;
}

.xans-product-detail .infoArea td .period {
    display: block;
    margin: 7px 0 0;
    font-size: 11px;
    color: #353535;
}

.xans-product-detail .infoArea td .mileage li {
    line-height: 1.7em;
}

.xans-product-detail .infoArea td .delivery label {
    margin: 0 30px 0 0;
}

.xans-product-detail .infoArea td img.qrcode {
    border: 1px solid #e1e1e1;
}

.xans-product-detail .infoArea td #span_product_price_text {
    font-weight: normal;
}

.xans-product-detail .infoArea td #span_product_coupon_dc_price {
    color: #070705;
}

.xans-product-detail .infoArea td.fileInfo {
    color: #757575;
}

.xans-product-detail .infoArea td.fileInfo input {
    width: 288px;
    border: 1px solid #c5c5c5;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.xans-product-detail .infoArea td.fileInfo .infoDesc {
    margin: 0 0 10px 0;
}

.xans-product-detail .infoArea td.fileInfo li {
    margin: 4px 0 0;
    color: #757575;
    font-size: 11px;
}

.xans-product-detail .infoArea td.fileInfo li img {
    vertical-align: bottom;
}

.xans-product-detail .delv_price_B strong {
    font-weight: normal;
}

.xans-product-detail .btnTooltip {
    display: inline-block;
    position: relative;
    z-index: 10;
    vertical-align: middle;
}

.xans-product-detail .infoArea .xans-product-option {}

.xans-product-detail .infoArea .xans-product-option tr th {
    padding: 7px 0 5px 9px;
    vertical-align: top;
}

.xans-product-detail .infoArea .xans-product-option tr td {
    padding: 7px 10px 10px 9px;
    font-size: 13px;
}

.xans-product-detail .infoArea .xans-product-option tr:first-child th,
.xans-product-detail .infoArea .xans-product-option .xans-product-fileoption th {
    padding-top: 14px;
    border-top: 1px solid #e8e8e8;
}

.xans-product-detail .infoArea .xans-product-option tr:first-child td,
.xans-product-detail .infoArea .xans-product-option .xans-product-fileoption td {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid #e8e8e8;
}

.xans-product-detail .infoArea .xans-product-option td.selectButton {
    text-align: right;
}

.xans-product-detail .infoArea .xans-product-addoption .txtByte {
    font-size: 11px;
    vertical-align: middle;
    letter-spacing: -1px;
}

.xans-product-detail .infoArea .xans-product-addoption .txtByte strong {
    color: #008bcc;
}

.xans-product-detail .infoArea .xans-product-option .value {
    color: #767479;
    word-break: break-all;
}

.xans-product-detail .infoArea .xans-product-option .value .ec-product-value {
    color: #363437;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px 3px 0;
    vertical-align: top;
    border: 1px solid #d7d7d7;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *display: inline;
    *zoom: 1;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button li:last-child {
    margin-right: 0;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button li a {
    display: block;
    min-width: 28px;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button li a span {
    display: inline-block;
    padding: 6px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li {
    padding: 3px;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a {
    min-width: 22px;
    width: 22px;
    height: 22px;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a img {
    max-width: 100%;
    max-height: 100%;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a span {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    padding: 0;
    text-indent: 120%;
    white-space: nowrap;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span,
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-disabled span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span {
    background: url("//img.echosting.cafe24.com/skin/base/product/soldout_bg.png") repeat;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout {
    border-style: dashed;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    color: #d7d7d7;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout.ec-product-selected {
    border-style: dashed;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-disabled a {
    cursor: default;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-disabled a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    background: #555;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-selected {
    border: 2px solid #495164;
}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-selected a {
    margin: -1px;
}

.xans-product-detail .infoArea .xans-product-action {
    padding: 0px 0 10px;
}

.xans-product-detail .eventArea {
    color: #353535;
}

.xans-product-detail .eventArea h3 {
    padding: 0 0 0 9px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 12px;
    color: #008bcc;
    line-height: 39px;
}

.xans-product-detail .eventArea .event {
    padding: 27px 10px 46px 9px;
    color: #353535;
    line-height: 18px;
}

.prod_Tap .menu,
.woocommerce div.product .woocommerce-tabs ul.tabs{
    text-align: center;
    margin: 40px auto;
    padding-top: 15px;
}

.prod_Tap .menu li,
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    line-height: 25px;
    display: inline-block;
    width: 145px;
    height: 40px;
    border: 1px solid #ddd !important;
    margin: 0 5px;
    border-radius: 0;
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    content: initial;
}

.prod_Tap .menu li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border: 1px solid #dea39c !important;
}

.prod_Tap .menu li a {
    color: #555;
    letter-spacing: 2px;
    font-size: 11px;
}

.prod_Tap .menu li a:hover {
    color: #ddd;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.prod_Tap .menu li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #dea39c;
    font-weight: bold;
}

.prod_Tap .menu li a span {
    font-weight: bold;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel{
    font-size: 12px;
    line-height: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel img{
    max-width: 100%;
    height: auto;
}