@charset "utf-8";

/*
 * Nanum Barun Gothic (Korean) http://hangeul.naver.com
 * 경량화 버전 https://nonria.com/post/110
 */
@font-face {
  font-family: "Nanum Barun Gothic";
  font-style: normal;
  font-weight: 400;
  src: local("Nanum Barun Gothic Regular"), local("Nanum Barun Gothic-Regular"),
    local("NanumBarunGothic Regular");
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothic.eot);
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothic.eot?#iefix)
      format("embedded-opentype"),
    url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothic.woff)
      format("woff"),
    url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothic.otf)
      format("truetype");
}
/*
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicBold.eot);
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothicBold.woff) format('woff'),
       url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothicBold.otf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: local('Nanum Barun Gothic UltraLight'), local('Nanum Barun Gothic-UltraLight'), local('NanumBarunGothic UltraLight');
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicUltraLight.eot);
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothicUltraLight.woff) format('woff'),
       url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothicUltraLight.otf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: local('Nanum Barun Gothic Light'), local('Nanum Barun Gothic-Light'), local('NanumBarunGothic Light');
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicLight.eot);
  src: url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothicLight.woff) format('woff'),
       url(//img.styleonme.com/resources_pc/ko/css/fonts/NanumBarunGothic-WEB/NanumBarunGothicLight.otf) format('truetype');
}
*/
body {
  font: 12px/1.25em "돋움", Dotum, "돋움", Dotum, sans-serif;
}

/* default reset */
button {
  background: transparent;
  border: none;
  cursor: pointer;
}
input {
  border: none;
}
legend {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 기존 css 로 부터의 reset */
body,
div,
td,
p,
form,
select,
span,
li,
dd,
dt {
  font: 12px/1.25em Arial, "돋움", Dotum, "돋움", Dotum, sans-serif;
  color: #444;
  line-height: 15px;
}

/***********************************************************************
                        *메인 & 서브 공통 [module]*
************************************************************************/
/* 공통 css */
.hide {
  position: absolute;
  left: -9999px;
  height: 0;
}
.flag {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
}
.mT96 {
  margin-top: 96px;
}
.mB30 {
  margin-bottom: 30px;
}
.mB50 {
  margin-bottom: 30px;
}
.col4 > * {
  width: 25%;
  display: table-cell;
}
.col3_1 > * {
  width: 304.5px;
  display: table-cell;
}
.col3 > * {
  width: 33.3333%;
  display: table-cell;
}
a:hover > img.prdImg {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.prdImg {
  border: 1px solid #ececec;
}
.border-box {
  box-sizing: border-box;
}
.max-width-1920 {
  min-width: 1280px !important;
  max-width: 1920px !important;
}
.max-width-1440 {
  min-width: 1280px !important;
  max-width: 1440px !important;
}
.max-width-1280 {
  min-width: 1280px !important;
  max-width: 1280px !important;
}
.max-width-normal {
  min-width: 1280px !important;
  max-width: 1280px !important;
}

/* 상품 리스트 새로 정의 */
.prod-list-area {
  padding-top: 126px;
}
.style_sub .prod-list-area {
  padding-top: 40px;
}
.style_sub.contents .prod-list-are {
  padding-bottom: 0;
}

.prod-list-area > .prod-list {
  width: 100%;
  display: block;
  font-size: 0; /*li사이 공백제거*/
  /*padding:0 82px;*/
}
.prod-list-area > .prod-list > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 21%;
  vertical-align: top;
  width: calc(25% - 42px);
  padding: 0 21px;
}
/*
.prod-list-area > .prod-list>li:nth-child(4n) {
    padding-right:0;
}
.prod-list-area > .prod-list>li:nth-child(4n-3) {
    padding-left:0;
}
*/
.prod-list-area > .prod-list > li .prod-box {
  width: 100%;
  margin: 0 auto 68px;
}

.prod-list-area > .prod-list-more {
  width: 100%;
  text-align: center;
  margin: 44px 0 136px 0;
}
.prod-list-area > .prod-list-more > img {
  cursor: pointer;
}

.prod-box .prod-image-area {
  position: relative;
}
.prod-box .prod-image-area .best-icon {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 100;
}
.prod-box .prod-image-area .round-icon {
  position: absolute;
  z-index: 100;
}
.prod-box .prod-image-area .prod-image {
  border: 1px solid #ececec;
  box-sizing: border-box;
}
.prod-box .prod-image-area .prod-image img {
  width: 100%;
}
.prod-box .prod-image-area .prod-image img:hover {
/*
  opacity: 0.9;
  filter: alpha(opacity=90);
*/
}
.prod-box .prod-image-area .prod-image .pre-order {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.prod-box .prod-image-area .prod-image .pre-order > p {
    font-family: "Arial Black";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 80px;
}
.prod-box .prod-image-area .prod-image .pre-order > span {
    font-family: "Arial";
    font-size: 57px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    font-style: italic;
    letter-spacing: -3px;
}
.prod-box .prod-image-area .prod-image .coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.prod-box .prod-image-area .prod-image .coming-soon > p {
    font-family: "Arial";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    font-style: italic;
    padding-top: 30px;
}

.prod-box .prod-menu {
  position: absolute;
  left: calc(50% - 90px);
  bottom: 40px;
  z-index: 200;
  display: none;
}

.prod-box .prod-menu a {
}
.prod-box .prod-menu a > img {
  float: left;
}

.prod-box .prod-info {
}
.prod-box .prod-info li {
  text-align: left;
  font-size: 11px;
}
.prod-box .prod-info .option-colors {
  height: 9px;
  padding-top: 8px;
}
.prod-box .prod-info .option-colors .op-colors {
}
.prod-box .prod-info .option-colors .op-colors li {
  float: left;
  width: 9px;
  height: 9px;
  margin-left: 4px;
}
.prod-box .prod-info .option-colors .op-colors li:first-child {
  margin-left: 0;
}
.prod-list-area .prod-box .prod-info .prod-name {
  font-size: 12px;
  color: #222222;
  margin-top: 10px;
  letter-spacing: -0.5px;
  height: 26px;
  line-height: 14px;
}
.prod-list-area .prod-box .prod-info .prod-smemo {
  color: #ff3977;
  font-weight: bold;
  font-size: 11px;
  color: #737373;
}
.prod-list-area .prod-box .prod-info .prod-desc {
  color: #9c9c9e;
  height: 26px;
  line-height: 14px;
  font-size: 11px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.prod-list-area .prod-box .prod-info .prod-price {
  margin-top: 8px;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 12px;
  color: #222222;
  font-family: 돋움, Dotum !important;
}
.prod-list-area .prod-box .prod-info .prod-price del {
  color: #737373;
}
.prod-list-area .prod-box .prod-info .prod-icon-list {
  font-size: 0;
  line-height: 0 !important;
  margin-top: 9px;
  height: 17px;
}
.prod-list-area .prod-box .prod-info .prod-icon-list img {
  margin-right: 3px;
}
.prod-list-area .prod-tab-menu {
    list-style: none;
    display: table;
    width: 1238px;
    margin: 0 auto 34px;
}

.prod-list-area .prod-tab-menu > li {
    display: table-cell;
    width: 12.5%;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 600;
    color: #959595;
    background-color: #F6F6F6;
    box-sizing: border-box;
    border-bottom: 1px solid #191919;
}
.prod-list-area .prod-tab-menu > li.selected {
    color: #191919;
    background-color: #FFFFFF;
    border-top: 1px solid #191919;
    border-left: 1px solid #191919;
    border-right: 1px solid #191919;
    border-bottom: 1px solid #FFFFFF;
}
.prod-list-area .prod-tab-menu > li.over {
    color: #0B0B0B;
}

#prod_menu_common_popup {
  position: absolute;
  border: 1px solid #555555;
  background-color: white;
  z-index: 300;
  display: none;
}
.prod-menu-image-viewer {
  width: 506px;
  height: 793px;
}
.prod-menu-cart {
  height: 430px;
  padding: 51px 51px;
}

.best-list-area {
    height: 800px;
}
.best-list-area > .best-list {
    width: 100%;
    display: block;
    font-size: 0;
}
.best-list-area > .best-list > li {
    float: left;
    width: 224px;
    vertical-align: top;
    margin-left: 29px;
}
.best-list-area > .best-list > li:first-child {
    width: 480px;
    margin-left: 21px;
}
.best-list-area > .best-list > li:nth-child(2),
.best-list-area > .best-list > li:nth-child(3),
.best-list-area > .best-list > li:nth-child(4) {
    margin-bottom: 42px;
}
.best-list-area > .best-list > li .prod-image-area .prod-image {
    border: 0;
}
.best-list-area > .best-list > li .prod-image-area {
  width: 224px;
  height: 311px;
}
.best-list-area > .best-list > li:first-child .prod-image-area {
  width: 480px;
  height: 664px;
}
.best-list-area > .best-list > li .prod-image-area > .prod-image {
  width: 224px;
  height: 311px;
}
.best-list-area > .best-list > li:first-child .prod-image-area > .prod-image {
  width: 480px;
  height: 664px;
}
.best-list-area > .best-list > li .prod-image-area .prod-info-block {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.best-list-area > .best-list > li .prod-image-area .prod-info {
}
.best-list-area > .best-list > li .prod-image-area .prod-info-block span {
    display: block;
    color: #FFFFFF;
    font-family: "Dotum", Arial;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    line-height: 25px;
}
.best-list-area > .best-list > li .prod-image-area > .prod-info-block .prod-price {
    font-size: 12px;
}


/* 공통 : 상품 리스트 내 util*/
.price {
  display: table-cell;
  width: 262px;
  height: 40px;
  vertical-align: middle;
  clear: both;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 12px !important;
  color: #363636;
  font-family: 돋움, Dotum !important;
}
.itmTit {
  font-size: 11px;
  color: #c0b996;
  font-weight: bold;
  display: block;
}
.prdDetail {
  display: block;
  text-align: center;
}
.prdDetail li {
  line-height: 1.5em;
  font-size: 11px;
}
.prdName {
  display: block;
  color: #545454;
  padding: 6px 0;
  display: block;
  text-align: center;
  margin-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14pt;
  letter-spacing: -0.5px;
}
.simpleExp {
  display: block;
  color: #8e8370;
  letter-spacing: -0.2px;
  text-align: center;
}
.iconList_area {
  font-size: 0;
  line-height: 0 !important;
}
.iconList {
  line-height: 18px;
  font-size: 0;
}
.iconList img {
  display: inline;
  margin-right: 3px;
}
.prdSMemo {
  color: #ff3977;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.sumInfo {
  color: #a0a0a0;
  font-size: 11px;
  line-height: 1.4em !important;
  letter-spacing: -1px;
}
.first_prdName {
  padding: 10px 0 5px;
  font-size: 12px;
}

/* 공통 : 상품 리스트 : 4개 노출 */
.prdList_area {
  margin-top: 130px;
}
.prdList {
  display: table;
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.prdList_area .prdList.col4 .box {
  width: 100%;
  margin: 0 auto 60px;
}
.prdList_area .prdList.col3_1 .box {
  width: 262px;
  margin: 0 auto 60px;
}
.prdList > li {
  vertical-align: top;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-left: -1px;
}
.prdList > li:first-child {
  *margin-left: 0;
}
/**.prdList_area .prdList.col4 .box .prdImg {width:260px; height:360px;}*/

/* 서브 공통 : 카테고리 타입 영역역*/
[category-top-layer] {
  padding-top: 20px;
}
[category-top-layer].use-title {
  background-color: #EFEFEF;
  padding-top: 62px;
  padding-bottom: 42px;
}
[category-top-band] {
  text-align: center;
  font-size: 22px;
  font-family: 'Times New Roman';
  color: #0B0B0B;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 4px;
}
[category-top-band] img {
  max-width: 1024px;
}
[category-top-banner] {
  text-align: center;
  /*margin-top: 27px;*/
}
[category-top-banner] img {
  width: 100%;
}
[category-best-item-layer] {
  margin-top: 0 !important;
}
[category-best-item-layer] > .prod-list-area {
  margin-top: 0 !important;
}
[category-menu-layer] {
  padding: 0 19px;
}
[category-menu-layer] ul {
  margin-top: 50px;
}
[category-menu-layer] ul li > a.s_bold {
  color: #f35252;
}

.mddl_cateType ul {
  height: auto;
  border: 1px solid #dddddd;
}
.mddl_cateType ul li {
  display: inline-block;
  height: 100%;
  *display: inline;
  *zoom: 1;
}
.mddl_cateType ul li:first-child > a {
  padding-left: 22px;
}
.mddl_cateType ul li > a {
  height: 100%;
  display: block;
  line-height: 42px;
  padding: 0 27px;
  color: #000;
}

.category-menu-none {
  border-top: 1px solid #dddddd;
  height: 20px;
}

.bnnr_area {
  margin-top: 30px;
}
.bnnr_survey {
  margin-top: 40px;
}
.product_wrap {
  /*margin-top: 50px;*/
}

/* 서브 공통 : 상품 sort  영역*/
.product_wrap .sortArea {
  height: 26px;
  position: relative;
  text-align: right;
  padding: 0 21px;
  font-size: 0;
  line-height: 0;
  color: #444;
  margin-top: 40px;
}
.product_wrap .sortArea > * {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  *display: inline;
  *zoom: 1;
}
.product_wrap .sortArea dt {
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  font: 12px/1.25em "돋움", Dotum, sans-serif;
}
.product_wrap .sortArea dd {
  height: 30px;
  padding: 0 8px 0 7px;
  background: url(//img.styleonme.com/resources_pc/ko/images/sub/sort_line.jpg) right 1px no-repeat;
  font: 12px/1.25em "돋움", Dotum, sans-serif;
}
.product_wrap .sortArea dd:last-child {
  background: none;
  padding-right: 0;
}
.product_wrap .sortArea a {
  color: #444;
  padding: 1px 2px;
  margin-top: 5px;
}
.product_wrap .sortArea a.active {
  font-weight: bold;
  background-color: #fec1c9;
}
.style_sub .prdList_area {
  margin-top: 40px;
}
.style_sub.contents .prdList_area {
  padding-bottom: 0;
}

/* 서브 공통 : 페이지 컨트롤 영역*/
.pagnation {
  margin-top: 30px;
}
.pagnation .paging {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.pagnation .paging li {
  width: 33px;
  height: 33px;
  font-size: 12px;
  line-height: 33px;
  display: inline-block;
  border: 1px solid #d7d5d5;
  border-left: none;
  *display: inline;
  *zoom: 1;
}
.pagnation .paging li:first-child {
  border-left: 1px solid #d7d5d5;
}
.pagnation .paging li.btn_first a {
  text-indent: -9999px;
  background: url(//img.styleonme.com/resources_pc/ko/images/btn/btn_page_first.jpg) 0 0 no-repeat;
}
.pagnation .paging li.btn_last a {
  text-indent: -9999px;
  background: url(//img.styleonme.com/resources_pc/ko/images/btn/btn_page_last.jpg) 0 0 no-repeat;
}
.pagnation .paging li.btn_prev a {
  text-indent: -9999px;
  background: url(//img.styleonme.com/resources_pc/ko/images/btn/btn_page_prev.jpg) 0 0 no-repeat;
}
.pagnation .paging li.btn_next a {
  text-indent: -9999px;
  background: url(//img.styleonme.com/resources_pc/ko/images/btn/btn_page_next.jpg) 0 0 no-repeat;
}
.pagnation .paging li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 33px;
  font-weight: bold;
  color: #000;
}
.pagnation .paging li:hover {
  background-color: #fbfbfb;
}

/***********************************************************************
                        *메인 페이지 영역*
************************************************************************/
/********* layout-header 영역 *********/

.layout-header {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
}
.layout-header .header-frame {
  width: 100%;
  padding-bottom: 32px;
}
.layout-header.fixed .header-frame {
  position: fixed;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #EFEFEF;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
.layout-header .original-header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 16px 0 16px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.layout-header.fixed .original-header {
  width: 100%;
  z-index: 1001;
}

.top-menu {
  width: 100%;
  height: 26px;
  padding-top: 38px;
  padding-bottom: 42px;
  font-size: 0;
}
.layout-header.fixed .original-header .top-menu {
  height: 17px;
  padding-top: 16px;
  padding-bottom: 19px;
}
.top-menu-group {
  position: relative;
  display: inline-block;
  width: 33.3%;
  height: 100%;
}
.top-menu-group.left {
}
.top-menu-group.left ul {
  display: table;
  height: 100%;
}
.top-menu-group.left ul li {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
  padding-left: 12px;
}
.top-menu-group.left ul li > a {
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  color: #0B0B0B !important;
}
.top-menu-group.left ul li > a:hover {
  color: #FF95A9 !important;
}
.top-menu-group.left ul li.other-lang {
  margin: 0;
  padding-left: 4px;
}
.top-menu-group.left ul li.other-lang:first-child {
  padding-left: 0;
}

.top-menu-group.middle {
}
.top-menu-group.middle>h1 {
  font-size: 0;
  text-align: center;
}

.top-menu-group.right {
  text-align: right;
}
.top-menu-group.right .top-menu-list {
  display: table;
  height: 11px;
  float: right;
  margin-top: 15px;
}
.layout-header.fixed .top-menu-group.right .top-menu-list {
  margin-top: 6px;
}
.top-menu-group.right .top-menu-list>li {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
  padding-left: 12px;
}
.top-menu-group.left .top-menu-list>li:first-child {
  padding-left: 0;
}
.top-menu-group.right .top-menu-list>li > a {
  text-decoration: none;
  font-family: dotum, Arial;
  font-size: 11px;
  color: #222222 !important;
}
.top-menu-group.right .top-menu-list>li > a:hover {
  color: #FF95A9 !important;
}
.top-menu-group.right .drop-menu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1500;
}
.top-menu-group.right .drop-menu>ul {
  background-color: #edece7;
  padding: 10px 15px;
}
.top-menu-group.right .drop-menu>ul>li {
  background-color: #edece7;
  text-align: left;
  padding: 5px 0;
}
.top-menu-group.right .drop-menu>ul>li a {
  color:#000000;
  font-size: 11px;
}
.top-menu-group.right .drop-menu>ul>li a:hover {
  color:#000000;
  text-decoration: underline;
}

.main-menu {
  height: 41px;
  width: 100%;
  margin: 0 auto;
  *width: 1280px;
  height: 22px;
}
.main-menu ul {
  width: 100%;
  height: 22px;
  display: table;
}
.main-menu ul li {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  *display: inline;
  *zoom: 1;
}
.main-menu ul li > a {
  font-family: Arial, "Nanum Barun Gothic";
  font-size: 12px;
  color: #222222 !important;
  white-space: nowrap;
}
.main-menu ul li > a.reverse {
  color: #FF6666 !important;
}
.main-menu ul li > a.block {
  color: #FFFFFF !important;
  background-color: #0B0B0B;
  padding: 0px 6px;
}
.main-menu ul li > a:hover {
  color: #FF95A9 !important;
}
.main-menu ul li > a.reverse:hover {
  color: #222222 !important;
}
.main-menu ul li > a.block:hover {
  color: #FF95A9 !important;
}


.main-menu ul li .search-area {
  position: absolute;
  width: 230px;
  border-bottom: 1px solid black;
  bottom: 0;
  right: 0;
  font-size: 0;
}
.main-menu ul li .search-area form {
  padding:0;
  margin:0;
  font-size: 0;
}
.main-menu ul li .search-area input {
  margin-top: 4px;
  text-align: center;
  width: 210px;
  font-size: 12px;
}
.main-menu ul li .search-area input.admode {
  color: #555555;
}

/*2017-03-16 popen*/
.util_area_bottom {
  width: 1218px;
  height: 8px;
  margin: 0px auto;
}
.util_area_bottom:before {
  content: "";
  display: block;
  clear: both;
}

.topSearch_area {
  float: left;
  width: 80px;
  position: relative;
  margin-top: -3px;
  margin-left: 10px;
  padding-left: 10px;
  background: url(//img.styleonme.com/resources_pc/ko/images/head/top_util_line.jpg) left 5px
    no-repeat;
}
.topSearch_area .topSearch {
  background-color: transparent;
  display: inline-block;
  width: 53px;
  height: 14px;
  padding-left: 4px;
  margin-bottom: 4px;
}
.topSearch_area .topSrcBtn {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 2px;
}
.topSearch_area form {
  height: 16px;
  border-bottom: 1px solid #ebe6ce;
}

/******** main slide banner *********/
[main-banner-area] {
  width: 100%;
  min-width: 1280px;
}

.main-2nd-banner-area {
  height: auto;
  text-align: center;
  font-size: 0;
  margin: 122px 0 130px 0;
}
.main-2nd-banner-area .main-2nd-banner-col {
  position: relative;
  float: none;
  display: inline-block;
  width: 32%;
  margin-left: 2%;
  height: auto;
  vertical-align: middle;
  overflow: hidden;
  zoom: 1;
  *display: inline /*IE7 HACK*/;
  _display: inline; /*IE6 HACK*/
}
.main-2nd-banner-area .main-2nd-banner-col:first-child {
  margin-left: 0;
}

.main-mid-banner-area {
  height: auto;
  text-align: center;
  font-size: 0;
  margin: 122px 0 130px 0;
  padding: 0 19px;
}
.main-mid-banner-area .main-mid-banner-col {
  position: relative;
  float: none;
  display: inline-block;
  width: 48.5%;
  margin-left: 1.5%;
  height: auto;
  vertical-align: middle;
  overflow: hidden;
  zoom: 1;
  *display: inline /*IE7 HACK*/;
  _display: inline; /*IE6 HACK*/
}
.main-mid-banner-area .main-mid-banner-col:first-child {
  margin-left: 0;
  margin-right: 1.5%;
}

/*********************************************
              *bx-slider css*
*********************************************/
.slider_btn {
  position: absolute;
  height: 46px;
  width: 1218px;
  top: 50%;
  margin-top: -10px;
  margin-left: -609px;
  left: 50%;
}
/* 메인 슬라이드 버튼 */
#slider-prev {
  /*display: none; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: url(//img.styleonme.com/resources_pc/ko/images/btn/m_btn_prev.png) 0 no-repeat;
}
#slider-next {
  /*display: none; */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  background: url(//img.styleonme.com/resources_pc/ko/images/btn/m_btn_next.png) 0 no-repeat;
}
#slider-prev .bx-prev,
#slider-next .bx-next {
  width: 26px;
  height: 46px;
  text-indent: -9999px;
  display: block;
}

/*2번 슬라이드 버튼 */
#slider2-prev,
#slider2-next {
  display: none;
}
#slider2-prev .bx-prev {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  width: 53px;
  height: 51px;
  margin: -26px 0 0;
  background: url("//img.styleonme.com/resources_pc/ko/images/btn/slide_btn.png") 0 -23px no-repeat;
  text-indent: -9999px;
}
#slider2-prev .bx-prev:hover {
  background-position: -63px -23px;
}
#slider2-next .bx-next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9;
  width: 53px;
  height: 51px;
  margin: -26px 0 0;
  background: url("//img.styleonme.com/resources_pc/ko/images/btn/slide_btn.png") 0 -84px no-repeat;
  text-indent: -9999px;
}
#slider2-next .bx-next:hover {
  background-position: -63px -84px;
}

/************* 하단 컨텐츠 **************/
[main-content-area] {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
[sub-content-area] {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
[best-items-area] {
  width: 100%;
  position: relative;
  background-color: #EFEFEF;
}
[best-items-area].no-title-best-items {
  padding-top: 50px;
}
[best-items-layer] {
  width: 100%;
  margin: 0 auto;
}
.style_main h4 {
  color: #0B0B0B;
  font-weight: 400;
  margin-bottom: 48px;
  font-family: "Times New Roman";
  font-size: 22px;
  width: 100%;
  text-align: center;
  min-width: 1280px;
  line-height: 22px;
  font-weight: 600;
}
.style_main h4 > a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.style_main h4 a > span {
  color: #ff3977;
  font-size: 26px;
  font-family: "Nanum Barun Gothic", dotum;
}
.style_main .prdDetail .prdName {
  font-size: 14px;
}
.style_main .prdDetail .optionColors {
  display: block;
  height: 9px;
  padding-top: 8px;
}
.style_main .prdDetail .optionColors .op-colors {
  float: right;
}
.style_main .prdDetail .optionColors .op-colors li {
  float: left;
  width: 9px;
  height: 9px;
  margin-left: 4px;
}
.style_main .prdDetail .optionColors .op-colors li:first-child {
  margin-left: 0;
}

.mTitArea {
  margin: 130px 0;
}
.variousCnt_area {
  min-height: 541px;
  *height: 541px;
}
.cntSlide_area {
  width: 615px;
  float: left;
  position: relative;
}
.cntSlide img {
  width: 615px;
  height: 540px;
}
.cntsRight_area {
  width: 595px;
  float: right;
}
.bnnrBrandAWD {
  float: left;
  width: 284px;
  height: 143px;
  border: 1px solid #ecebe9;
}
.bnnrTrendFCS {
  float: right;
  width: 299px;
  height: 143px;
  border: 1px solid #ecebe9;
}
.bnnrTvOnMeArea {
  float: left;
  width: 284px;
  height: 386px;
  margin-top: 8px;
  border: 1px solid #ecebe9;
}
.bnnrSmall {
  float: right;
  width: 301px;
  height: 145px;
  position: relative;
  border: none;
  margin-top: 8px;
}
.bnnrSmall > a {
  position: absolute;
  top: 0;
  border: 1px solid #ecebe9;
}
.bnnrSmall .manyCure {
  left: 0;
  position: absolute;
  top: 0;
  border: 1px solid #ecebe9;
}
.bnnrSmall .bestReview {
  right: 0;
  position: absolute;
  top: 0;
  border: 1px solid #ecebe9;
}
.bnnrSurvey {
  float: right;
  width: 299px;
  height: 71px;
  border: 1px solid #ecebe9;
  margin-top: 8px;
}
.notice_area {
  float: right;
  width: 299px;
  height: 151px;
  border: 1px solid #ecebe9;
  margin-top: 8px;
  position: relative;
}
.notice_area dl {
  padding-top: 25px;
  padding-left: 13px;
  padding-right: 14px;
}
.notice_area dt {
  background-color: #f9f7f8;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 96%;
}
.notice_area .ntcTit > img {
  display: inline-block;
  margin-left: 20px;
  margin-top: 6px;
}
.notice_area .ntcTit a {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 25px;
  text-align: center;
  font-family: "돋움", Dotum, sans-serif;
}
.notice_area .ntcTit a img {
  display: inline-block;
  margin-top: 4px;
}
.notice_area dd {
  width: 272px;
  border-top: 1px solid #e0e0e0;
  letter-spacing: -0.25px;
  font: 11px/2.4em "돋움", Dotum, sans-serif;
}
.notice_area dd.first {
  margin-top: 6px;
  border-top: none;
}

/* hot item */
.hotItem_area {
  position: relative;
  line-height: 2.2em;
  overflow: hidden;
  height: 360px;
  text-align: center;
}
.hotItem_area .slide_area {
  margin-top: 46px;
  height: 260px;
}
.hotItem_area #slide-product .weeklyList {
  height: 260px;
  position: absolute;
}
.hotItem_area #slide-product .weeklyList li {
  float: left;
  width: 198px;
}
.hotItem_area .itmTit {
  margin-top: 4px;
}
.hotItem_area .prdList {
  width: 1174px;
  margin: 49px auto 0;
}
.hotItem_area .price {
  font-weight: normal;
}
#slide-btn {
  left: 0;
}
#slide-btn > a {
  position: absolute;
  top: 0px;
  z-index: 50;
  display: block;
  width: 26px;
  height: 260px;
  background-color: #fff;
  vertical-align: middle;
}
#slide-btn > a img {
  vertical-align: middle;
  position: absolute;
  top: 80px;
}
#slide-btn .arrow-left {
  left: 0;
}
#slide-btn .arrow-left img {
  left: 0;
}
#slide-btn .arrow-right {
  right: 0;
}
#slide-btn .arrow-right img {
  right: 0;
}

/* 오늘의 신상 */
.todayNewItem_area .todayItemList {
  width: 1196px;
  border: 1px solid #e8e8e8;
  border-top: none;
  margin: 46px auto 75px;
} /*20150619 modify*/
.todayNewItem_area .todayItemList ul {
  border-top: 1px solid #e8e8e8;
  display: table;
  width: 100%;
}
.todayNewItem_area .todayItemList ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #e8e8e8;
  position: relative;
  *display: inline;
  *zoom: 1;
  *margin-left: -1px;
}
.todayNewItem_area .todayItemList ul li:first-child {
  border-left: none;
}
.todayNewItem_area .todayItemList ul li a {
  display: block;
  width: 151px;
  margin: 25px auto 0;
  padding-bottom: 10px;
}
.todayNewItem_area .todayItemList ul li .prdImg {
  width: 151px; /* height:196px; */
}
.todayNewItem_area .todayItemList ul li .simpleExp {
  line-height: 2em;
  margin-top: 10px;
  color: #555;
}

/* 상품상세 상단 함께 구매 상품 리스트 */
.buyWithArea .buyWithItemList {
  width: 1196px;
  border: none;
  margin: 46px auto 75px;
} /*20150619 modify*/
.buyWithArea .buyWithItemList ul {
  display: table;
  width: 100%;
}
.buyWithArea .buyWithItemList ul li {
  display: table-cell;
  width: 20%;
  position: relative;
  *display: inline;
  *zoom: 1;
  *margin-left: -1px;
}
.buyWithArea .buyWithItemList ul li a {
  display: block;
  width: 151px;
  margin: 25px auto 0;
  padding-bottom: 10px;
}
.buyWithArea .buyWithItemList ul li .prdImg {
  width: 151px; /* height:196px; */
}
.buyWithArea .buyWithItemList ul li .simpleExp {
  line-height: 2em;
  margin-top: 10px;
  color: #555;
}

/* 상품상세 상단 함께 구매 상품 리스트 renewer 180930 */
.buyWithArea_re .buyWithItemList_re {
  border: none;
  padding: 43px 0 0 54px;
} /*20150619 modify*/
.buyWithArea_re .buyWithItemList_re ul {
  display: table;
  width: 100%;
}
.buyWithArea_re .buyWithItemList_re ul li {
  float: left;
  padding-right: 43px;
  width: 200px;
  position: relative;
  *display: inline;
  *zoom: 1;
}
.buyWithArea_re .buyWithItemList_re ul li a {
}
.buyWithArea_re .buyWithItemList_re ul li .prdImg {
  width: 200px;
  height: 277px;
}
.buyWithArea_re .buyWithItemList_re ul li .simpleExp {
  margin-top: 25px;
  color: #555;
}
.buyWithArea_re .buyWithItemList_re ul li .price_re {
  display: block;
  margin-top: 15px;
  width: 200px;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 12px;
  color: #faaac3;
}

/* 일상을 입다. */
.daily_use_area {
  padding-bottom: 33px;
}
.daily_use_area .prdList {
  display: table;
  width: 100%;
  margin-top: 48px;
}
.daily_use_area .prdList.col3 .box {
  width: 370px;
  margin: 0 auto 42px;
}
.daily_use_area .prdList.col3 .box .prdImg {
  width: 370px;
  height: 260px;
}

.m_bttm_banner img {
  width: 1218px;
  height: 547px;
}

/****************************** footer ******************************/
.footer {
  width: 100%;
  text-align: center;
}
.footer .bottom_wrap {
  margin: 0 auto;
}

/***********************************************************************
                        *서브 페이지 영역*
************************************************************************/
.style_sub.contents {
  width: 100%;
  margin: 0 0 100px 0;
  *padding-bottom: 50px;
  position: relative;
  min-width: 1280px !important;
}
.style_sub.contents h2 {
  padding-top: 45px;
  text-align: center;
}
.style_sub.contents .product_wrap {
  /*margin-top: 40px;*/
}

/******************* 내부 1280px ******************/
.contents_sub1280 {
  width: 1280px;
  margin: 0 auto;
}
/******************* 내부 1218px ******************/
.contents_sub1218 {
  width: 1218px;
  margin: 0 auto;
  padding-left: 60px;
}
.contents_sub1218.nopadding {
  padding-left: 0;
}
/*************************************************/
/**************************** sub :연애인 협찬(celebrity)  *******************************/
.style_sub.celebrity .first_prdName {
  padding: 10px 0 5px;
  font-size: 12px;
}
.style_sub.celebrity .prdName {
  padding: 5px 0;
}

/**************************** sub : TV 속 스타일 온미  *******************************/
.style_sub.celebrity .product_wrap {
  margin-top: 50px;
}

/**************************** sub : 코스메틱  *******************************/
.style_sub.cosmetic .variable_area {
  width: 1218px;
  height: 456px;
  margin: 27px 0 116px 0;
}
.style_sub.cosmetic .videoCnt {
  float: left;
  width: 900px;
  height: 506px;
}
.style_sub.cosmetic .videoCnt iframe {
  width: 100%;
  height: 100%;
}
.style_sub.cosmetic .sideBanner {
  float: right;
  height: 506px;
}
.style_sub.cosmetic .sideBanner li {
  margin-top: 13px;
  height: 160px;
  overflow: hidden;
}
.style_sub.cosmetic .sideBanner li:first-child {
  margin-top: 0;
}

/**************************** sub : 상품상세페이지 *******************************/
.img_view_wrap {
  height: 656px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.img_view_wrap .img_view {
  padding: 0 50px 20px 100px;
  width: 500px;
}
.img_view_wrap .img_view .dtImg {
  display: table-cell;
  width: 480px;
  height: 664px;
  text-align: center;
}
.img_view_wrap .img_view .dtImg img {
  max-width: 500px;
  margin: auto auto;
}
/* 상세 리뉴얼 180930 */
.img_view_wrap_re {
}
.img_view_wrap_re .img_view_re {
  float: left;
  padding: 0 53px 0 54px;
  width: 522px;
}
.img_view_wrap_re .img_view_re .dtImg {
  width: 522px;
  height: 722px;
  text-align: center;
}
.img_view_wrap_re .img_view_re .dtImg img {
  width: 522px;
  margin: auto auto;
}
/*******************/
.thumbnail {
  padding: 20px 0;
  width: 100%;
  text-align: left;
}
.thumbnail ul {
  font-size: 1px;
  line-height: 0;
}
.thumbnail ul li {
  max-width: 170px;
  max-height: 235px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.thumbnail ul li img {
  width: 100%;
  height: 100%;
}
/* 상세 리뉴얼 180930 */
.thumbnail_re {
  float: left;
  padding-right: 52px;
}
.thumbnail_re ul {
  width: 103px;
}
.thumbnail_re ul li {
  padding-bottom: 2px;
}
.thumbnail_re ul li img {
  width: 103px;
}
/*******************/
.product_info {
  padding-left: 0;
  border-left: 0;
}
.product_info .priInfoTable th {
  padding: 9.5px 0 9.5px 0;
  text-align: left;
  font-weight: normal;
}
.product_info .titleArea .tit {
  padding-bottom: 10px;
  padding-top: 0;
}
.product_info .titleArea .iconList_area {
  padding-bottom: 4px;
}
.product_info .titleArea .txt {
  padding-bottom: 20px;
}
.product_info .shoppingGuide {
  padding-top: 10px;
}
.product_info .btn_list ul {
  margin-bottom: 10px;
}
/* product_info renewer 180930 */
.product_info_re {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
}
.product_info_re .priInfoTable th {
  padding: 15px 0 15px 0;
  text-align: left;
  font-weight: normal;
  width: 110px;
  font-family: "Nanum Barun Gothic", dotum, sans-serif;
}
.product_info_re .titleArea .tit {
  padding-bottom: 10px;
  padding-top: 0;
}
.product_info_re .titleArea .iconList_area {
  padding-bottom: 10px;
}
.product_info_re .titleArea .txt {
  padding-bottom: 10px;
}
.product_info_re .shoppingGuide {
  padding-top: 10px;
}
.product_info_re .btn_list ul {
  margin-bottom: 10px;
}
/********************************/
.prdView_sel {
  font-size: 11px;
  height: 20px;
  width: 190px;
  color: #444;
}
/* prdView_sel renewer 180930 */
.prdView_sel_re {
  font-size: 12px;
  height: 35px;
  width: 220px;
  color: #444;
  font-family: "Nanum Barun Gothic", dotum, sans-serif;
}
/********/
.volume_sel {
  padding: 2px 0 0 0;
  margin-right: 2px;
  float: left;
}
.num_input {
  height: 13px;
  padding: 3px 2px;
  text-align: center;
}
.pro_btn_ud {
  padding: 1px 0 1px 0;
}
.pro_btn_ud > a > img {
  width: 11px;
  height: 11px;
}

/*sub : tap*/
.linkBnnr {
  background: url(//img.styleonme.com/resources_pc/ko/images/sub/pollonme.jpg) 0 no-repeat;
  width: 100%;
  padding: 20px 0;
}
.linkBnnr ul {
  height: 82px;
}
.linkBnnr li {
  float: left;
  width: 198px;
  height: 100%;
  *display: inline;
  *zoom: 1;
}
.linkBnnr li a {
  display: block;
  text-indent: -9999px;
  height: 100%;
}
.linkBnnr li.link03 {
  width: 190px;
}
.linkBnnr li.link04 {
  width: 212px;
}
.linkBnnr li.link05 {
  width: 199px;
}
.linkBnnr li.link06 {
  width: 221px;
}
.btn_tab2 {
  border-right: none;
  border-left: none;
  position: relative;
}
.btn_tab2 ul {
  height: 49px;
}
.btn_tab2 ul li {
  box-sizing: border-box;
  display: inline-block;
  border-top: 1px solid #777777;
  float: left;
  text-align: center;
  padding-top: 14px;
  width: 202px;
  background: #fefdfd;
  height: 49px;
  font-size: 12px;
  font-color: #c5c1bc;
  border-bottom: 1px solid #dcdcdc;
  *margin-left: -3px;
  position: relative;
}
.btn_tab2 ul li:first-child {
  *margin-left: 0;
}
.btn_tab2 ul li:last-child {
  border-right: none;
}
.btn_tab2 li > a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 40px;
}
.btn_tab2 ul .on {
  border-top: 3px solid #fc95b0;
  background: #fff;
  border-bottom: 0px;
  color: #fc95b0 !important;
}

/* 2019-02-11 상품 상세 탭 메뉴 개편 */
[product-detail-tab] {
    box-sizing: border-box;
    cursor: pointer;
}

[product-detail-tab] ul {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

[product-detail-tab] ul li {
    display: table-cell;
    width: 20%;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    border-collapse: collapse;
}
[product-detail-tab] ul li.selected {
    background-color: #efefef;
    font-weight: bold;
}
[product-detail-tab] ul li>a {
    color: #000000;
}
[product-detail-tab] ul li>span.cnt {
    color: #f26464;
    font-size: 14px;
}
[product-detail-tab] ul li.selected>span.cnt {
    font-weight: bold;
}

/* 2019-02-11 상품 상세 리뷰 입력 BEGIN */
.review-write-area {
    margin-top: 60px;
}
.review-write-area>h1 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    height: 30px;
}
.review-write-area>h1>span {
    color: #999999;
    font-weight: normal;
}
.table-review-form {
    width: 100%;
}
.table-review-form th {
    font-size: 12px;
    color: #000000;
    width: 50px;
    height: 35px;
    letter-spacing: -1px;
    border: 1px solid #e1e1e1;
}
.table-review-form td {
    position: relative;
    font-size: 12px;
    height: 35px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}
.table-review-form td>input {
    padding-left: 10px;
    width:1207px; 
    height: 30px;
}
.table-review-form td>textarea {
    position: absolute;
    border:0;
    overflow-y: auto;
    width: 1207px;
    height: 119px;
    margin:0;
    top:0;
}
.review-score-area {
    display:table;
    margin-top: 10px;
    width:100%;
    height:35px;
    border-collapse: collapse;
}
.review-score-area>li {
    display:table-cell;
    border: 1px solid #e1e1e1;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.rating-star-constainer {
    letter-spacing: -1.5px;
}
.review-box .rating-star-constainer .review-num {
    font-size: 12px;
    color: #000000;
    padding-right: 20px;
    white-space: nowrap;
    letter-spacing: 0;
}
.rating-star {
    font-size:12px;
    color: #3ad8b7;
}
.rating-star:hover {
    color: #3ad8b7;
}
.avail-rating-star:hover {
    color: #3ad8b7;
}
.rating-score-text {
    padding-left: 20px;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
}
.review-list-sort-btns {
    margin-top:120px;
    height:30px;
}
.review-list-sort-btns ul li {
    display: table-cell;
    font-size: 13px;
    color: #888888;
    cursor: pointer;
    height: 17px;
    line-height: 17px;
}
.review-list-sort-btns ul li.selected {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    cursor: default;
}
.review-list-sort-btns ul li.seperator {
    padding: 0 17px 0 17px;
    cursor: default;
}
.review-list-sort-btns ul li.seperator>img {
    vertical-align: middle;
}
.review-list-sort-btns ul li>span {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}
/* 2019-02-11 상품 상세 리뷰 입력 END */

/* 2019-02-13, 상품상세 리뷰 목록 BEGIN*/
.review-list {
    list-style: none;
    margin:0;
    padding:0;
}
.review-list>li {
    border-top: 1px solid #e1e1e1;
    position: relative;
}
.review-list>li .review-box {
    padding: 25px 0 20px 0;
    width: 1110px;
}
.review-list>li .review-box>ul {
    list-style: none;
    margin:0;
    padding:0;
}
.review-list>li .review-box>ul .review-subject {
    margin-top:20px;
}
.review-list>li .review-box>ul .review-subject>div {
    width: 1000px;
    font-size: 12px;
    color: #888888;
    line-height: 12px;
}
.review-list>li .review-box>ul .review-memo {
    margin-top: 5px;
}
.review-list>li .review-box>ul .review-memo>div {
    width: 1000px;
    font-size: 12px;
    color: #000000;
}
.review-list>li .review-box>ul .review-memo>a>img {
    margin-top: 20px;
}
.review-list>li .review-box>ul .review-like {
    margin-top: 31px;
}
.review-list>li .review-box>ul .review-like>.reply-show {
    display:table-cell;
    height: 30px;
    vertical-align: middle;
}
.review-list>li .review-box>ul .review-like>.reply-show>a {
    font-size: 12px;
    font-weight: bold;
    color: #787878;
}
.review-list>li .review-box>ul .review-like>.review-like-seperator {
    display:table-cell;
    font-size: 12px;
    padding: 0 13px;
    height: 30px;
    vertical-align: middle;
    color: #333;
}
.review-list>li .review-box>ul .review-like>.review-like-seperator>img {
    display: block;
}
.review-list>li .review-box>ul .review-like>.like-title {
    display:table-cell;
    font-size: 12px;
    color: #5aa87a;
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
    padding-right: 20px;
}
.review-list>li .review-box>ul .review-like>.btn-like {
    display:table-cell;
    padding: 0 10px 0 10px;
    min-width: 52px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #F26464;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
}
.review-list>li .review-box>ul .review-like>.btn-like>span {
    color: #000000;
}
.review-list>li .review-box>ul .review-like>.btn-like.selected {
    border: 1px solid #f26464;
    background-color: #f26464;
    border-radius: 15px;
    color: #FFFFFF;
}
.review-list>li .review-box>ul .review-like>.btn-like.selected>span {
    color: #FFFFFF;
}
.review-list>li .review_writer {
    position: absolute;
    top: 45px;
    right: 0;
    width: 170px;
    font-size: 12px;
    color: #888888;
}
.review-list>li .review_writer>span {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.review-list>li .review-box>ul .review-reply {
    display: none;
    margin-top: 5px;
}
.review-list>li .review-box>ul .review-reply-content {
    padding: 20px 15px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #e1e1e1;
    width: 1000px;
}
.review-list>li .review-box>ul .review-reply-content > span {
    display: inline-block;
    vertical-align: top;
}
.review-list>li .review-box>ul .review-reply-content .review-reply-header {
    font-weight: bold;
    margin-right: 15px;
}

/* 2019-02-13, 상품상세 리뷰 목록 END */

/***********************************************************************
                        *좌측메뉴 영역*
************************************************************************/
.style_sub.community.contents,
.style_sub.mypage.contents {
  display: table;
}
.left_menu {
  width: 181px !important;
  height: 100%;
  position: relative;
  float: none;
  display: table-cell;
  width: 1024px;
  *display: inline;
  *zoom: 1;
  padding-bottom: 50px;
  margin-left: 11px;
  border: 1px solid #cdcdcd;
  border-top: none;
}
.left_menu .left_menuList {
  margin-top: 105px;
}

.left_menu ul li > ul {
  padding: 10px 0 35px;
}
.left_menu ul li ul li {
  height: 23px;
  padding-left: 36px;
}
.left_menu ul li ul li > a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}
.left_menu h3.title img,
.left_menu h3.title img {
  margin-left: -12px;
}

/*left_menu 하단 링크 */
.left_btAdd {
  background: url(//img.styleonme.com/resources_pc/ko/images/leftmenu/line.jpg) 0 0 repeat-x;
}
.left_btAdd > li {
  width: 163px;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
}
.left_btAdd > li > a {
  display: block;
}
.left_btAdd .txtAdd a {
  display: inline-block;
}
.left_btAdd .txtAdd .text {
  display: block;
  padding: 5px 10px;
  color: #444;
}

/*오른쪽 영역 & 초기화*/
.right_content_area {
  display: table-cell;
  width: 1024px;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-left: -1px;
}
.right_content_area > * {
  width: 908px;
  margin: 0 auto;
}
.right_content_area > .right_content {
  border: none;
  display: block;
  float: none;
}

/**************************** 마이페이지 *****************************/
.style_sub.mypage .left_menuList {
  margin-top: 0;
}

/**************************** 커뮤니티 *******************************/
.left_menu .left_info {
  background: url(//img.styleonme.com/resources_pc/ko/images/leftmenu/community/top_mn_bg.png)
    no-repeat;
  height: 105px;
  padding: 0;
  position: absolute;
  z-index: 5;
  left: -11px;
  color: #fff;
  width: 193px;
  margin: 0;
}
/*좌측 고객정보*/
.left_menu .cstm_info {
  height: 105px;
}
.left_menu .cstm_info .left {
  color: #fff;
  font-size: 11px;
  line-height: 160%;
  width: 50px;
  float: left;
  padding: 12px 0 0 38px;
}
.left_menu .cstm_info .left strong,
.left_menu .cstm_info .left span {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 160%;
}
.left_menu .cstm_info .left strong.cstm_name {
  padding-bottom: 10px;
}
.left_menu .cstm_info .right {
  width: 50px;
  float: right;
  padding: 12px 18px 0 0;
}
.left_menu .cstm_info .right > * {
  display: inline-block;
  line-height: 160%;
}
.left_menu .cstm_info .right .myInfo {
  width: 48px;
  height: 18px;
  margin-bottom: 6px;
  margin-left: -4px;
  border: 1px solid #cccccc;
  color: #626574;
  background-color: #fff;
  text-align: center;
}
.left_menu .cstm_info .right .chChek {
  color: #fff;
}

/*좌측 로그인*/
.left_login {
  padding: 23px 10px 0 10px;
}
.left_login .left {
  width: 130px;
  color: #fff;
}
.left_login .left label {
  font-weight: bold;
  display: inline-block;
  width: 50px;
  height: 23px;
  *display: inline;
  *zoom: 1;
  margin-bottom: 2px;
}
.left_login .left input[type="text"],
.left_login .left input[type="password"] {
  display: inline-block;
  width: 68px;
  height: 19px;
  padding: 2px 3px;
  *display: inline;
  *zoom: 1;
  border: none;
  background-color: #fff;
  margin-bottom: 2px;
}
.left_login .right input[type="image"] {
  width: 39px;
  height: 53px;
}

.load-spinner {
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-bottom: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    opacity: 0.5;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
