@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "libbyregular";
  src: url("../font/libbyregular-webfont.eot");
  src: url("../font/libbyregular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/libbyregular-webfont.woff2") format("woff2"), url("../font/libbyregular-webfont.woff") format("woff"), url("../font/libbyregular-webfont.ttf") format("truetype"), url("../font/libbyregular-webfont.svg#libbyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "libby_heavyheavy";
  src: url("../font/libbyheavy-webfont.eot");
  src: url("../font/libbyheavy-webfont.eot?#iefix") format("embedded-opentype"), url("../font/libbyheavy-webfont.woff2") format("woff2"), url("../font/libbyheavy-webfont.woff") format("woff"), url("../font/libbyheavy-webfont.ttf") format("truetype"), url("../font/libbyheavy-webfont.svg#libby_heavyheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "libbybold";
  src: url("../font/libbybold-webfont.eot");
  src: url("../font/libbybold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/libbybold-webfont.woff2") format("woff2"), url("../font/libbybold-webfont.woff") format("woff"), url("../font/libbybold-webfont.ttf") format("truetype"), url("../font/libbybold-webfont.svg#libbybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* RESET */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none 0;
}

body {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 400;
  font-family: "Noto Sans KR", "Noto Sans SC", sans-serif;
  background: #e9e9e9;
}

select,
input,
img,
li,
button {
  text-align: left;
}

form legend,
table caption {
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: -9999px;
  line-height: 0;
}

img,
fieldset,
iframe {
  border: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 500;
}

table,
div {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  table-layout: fixed;
  width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

ul,
li,
ol {
  list-style-type: none;
}

li,
p,
dt,
dd,
div,
span {
  white-space: normal;
}

button {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-family: "Noto Sans KR", sans-serif;
  border-radius: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #666;
}

label {
  cursor: pointer;
}

button,
select,
option,
input,
textarea {
  outline: none;
}

/* global class */
/* none */
.bg_none {
  background: none !important;
}

.pad_none {
  padding: 0 !important;
}

.mar_none {
  margin: 0 !important;
}

.bor_none {
  border: 0 none !important;
}

.over_h {
  overflow: hidden !important;
}

/* align */
.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

/* float */
.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

.float_a {
  display: block !important;
  float: left !important;
}

.list_float {
  overflow: hidden !important;
}

.list_float li {
  float: left !important;
}

/* font */
.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.underline {
  text-decoration: underline !important;
}

.letter-1 {
  letter-spacing: -1px !important;
}

.letter0 {
  letter-spacing: 0 !important;
}

.line16 {
  line-height: 16px !important;
}

.line18 {
  line-height: 18px !important;
}

/* color */
.blk {
  color: #2b2b2b !important;
}

.g88 {
  color: #888 !important;
}

.pur {
  color: #4250b9 !important;
}

/* ellipsis */
.ellWrap {
  width: 100%;
}

.ellipsis,
.ellipsisList li {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* margin */
.mgr5 {
  margin-right: 5px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgb2 {
  margin-bottom: 2px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb7 {
  margin-bottom: 7px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

/* padding */
.pdt12 {
  padding-top: 12px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb12 {
  padding-bottom: 12px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

/* display */
.in {
  display: inline !important;
}

/* input */
.txt {
  height: 19px;
  margin: 0;
  padding: 2px 0;
  vertical-align: top;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 19px;
  text-indent: 5px;
}

.txtH28 {
  height: 18px;
  margin: 0;
  padding: 4px 5px;
  line-height: 18px;
  border: solid 1px #ccc;
}

.blind {
  position: absolute;
  top: -9999px;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  line-height: 0;
}

input[type="text"],
input[type="password"] {
  display: inline-block;
  margin: 0;
  padding: 9px 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background: none;
}

textarea {
  display: inline-block;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 13px 15px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  resize: none;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #333 !important;
}

input[type="text"].wrong,
input[type="password"].wrong,
textarea.wrong {
  border: 1px solid #fa5855 !important;
}

input[type="text"]::-ms-clear {
  display: none !important;
}

input[type="password"]::-ms-clear {
  display: none !important;
}

input::-webkit-input-placeholder {
  color: #999 !important;
}

input:-ms-input-placeholder {
  color: #999 !important;
}

input::-ms-input-placeholder {
  color: #999 !important;
}

input::placeholder {
  color: #999 !important;
}

input:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

::-ms-input-placeholder {
  color: #999 !important;
}

textarea::-webkit-input-placeholder {
  color: #999 !important;
}

textarea:-ms-input-placeholder {
  color: #999 !important;
}

textarea::-ms-input-placeholder {
  color: #999 !important;
}

textarea::placeholder {
  color: #999 !important;
}

textarea:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-textarea-placeholder {
  color: #999 !important;
}

::-ms-textarea-placeholder {
  color: #999 !important;
}

.wrongmessage {
  display: none;
  clear: both;
  margin: 0;
  padding: 9px 0 0;
  word-wrap: break-word;
  font-size: 13px;
  color: #fa5855;
  line-height: 13px;
}

.basic-button1 {
  display: inline-block;
  width: 130px;
  padding: 11px 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  color: white;
  line-height: 22px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  border: 1px solid #333;
  background: #333;
}

input[type="radio"].input {
  visibility: hidden;
}

.radioDummy {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 20px;
  vertical-align: top;
  background: url(../imgs/global/radio1.png) 0 0 no-repeat;
}

.radioDummy input[type="radio"] {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 18px;
  height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.radioDummy.active {
  background-position: 0 -30px;
}

.radioDummy.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  background: white;
}

.radioDummy + label {
  display: inline-block;
  padding: 0 0 2px 8px;
  vertical-align: top;
  font-size: 16px;
  color: #444;
  line-height: 18px;
}

input[type="checkbox"].input {
  visibility: hidden;
}

.checkboxDummy {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background: url(../imgs/global/checkbox1.gif) 0 0 no-repeat;
}

.checkboxDummy input[type="checkbox"] {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.checkboxDummy.active {
  background-position: 0 -30px;
}

.checkboxDummy.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  background: white;
}

.checkboxDummy + label {
  display: inline-block;
  padding: 0 0 2px 8px;
  vertical-align: top;
  font-size: 16px;
  color: #444;
  line-height: 18px;
}

.basic-button1 + .checkboxDummy,
.basic-button1 + input[type="checkbox"] {
  margin-top: 20px;
  margin-left: 20px;
}

.basic-button1 + .checkboxDummy input[type="checkbox"] {
  margin-top: 0;
}

.basic-button1 + .checkboxDummy + label,
.basic-button1 + input[type="checkbox"] + label {
  margin-top: 20px;
}

select.select {
  visibility: hidden;
}

.selectDummy {
  display: inline-block;
  position: relative;
  height: 42px;
  vertical-align: top;
}

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

.selectDummy select {
  visibility: visible;
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.selectDummy span {
  display: block;
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  height: 42px;
  padding: 9px 45px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  background: white;
}

.selectDummy span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 28px;
  height: 40px;
  background: url(../imgs/global/arrow7.png) 0 16px no-repeat;
}

.selectDummy span.place {
  color: #999 !important;
}

.selectDummy ul {
  position: absolute;
  left: 0;
  z-index: 4;
  overflow-y: hidden;
  clear: both;
  width: 100%;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  background: white;
}

.selectDummy ul li:after {
  content: "";
  display: block;
  clear: both;
}

.selectDummy ul li span {
  padding: 9px 15px 10px;
  color: #333;
  border: none !important;
  background: none;
}

.selectDummy ul li span:before,
.selectDummy ul li span:after {
  display: none;
}

.selectDummy.active span {
  border: 1px solid #333 !important;
}

.selectDummy.active ul li span {
  border: none !important;
}

.selectDummy.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.selectDummy.disabled span {
  background: #fafafa;
}

/* 40타입
input[type=text],
input[type=password]{padding:8px 15px 9px}
textarea{padding:13px 15px 14px}

.selectDummy{height:40px}
.selectDummy span{height:40px;padding:8px 44px 9px 15px}
.selectDummy span:after{width:30px;height:38px;background:url(../imgs/global/arrow2.png) 0 16px no-repeat}
.selectDummy ul li span{padding:10px 14px}
*/
/* 48타입
input[type=text],
input[type=password]{padding:11px 20px 13px;font-size:15px;color:#333;line-height:22px;border:1px solid #d5d5d5;background:white}
textarea{padding:11px 20px 13px;font-size:15px;color:#333;line-height:22px;border:1px solid #d5d5d5;background:white}

.selectDummy{height:48px}
.selectDummy span{height:48px;padding:11px 48px 13px 20px;font-size:15px;color:#333;line-height:22px;border:1px solid #d5d5d5;background:white}
.selectDummy span:after{width:28px;height:46px;background:url(../imgs/global/arrow1.png) 0 center no-repeat}
.selectDummy ul li span{padding:11px 20px 13px}
.selectDummy.active span{border:1px solid #333}
*/
.button-wrap-col {
  clear: both;
  max-width: 440px;
  margin: 0 auto;
  padding: 22px 0 0;
}

.button-wrap-col ul li {
  padding: 8px 0 0;
}

.button-wrap-col ul li a,
.button-wrap-col ul li button {
  display: block;
  width: 100%;
  padding: 15px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 23px;
  border: 1px solid #333;
}

.button-wrap-col ul li .fill {
  color: white;
  background: #333;
}

.button-wrap-row {
  clear: both;
  margin: 0 -4px;
  padding: 42px 0 0;
  text-align: center;
}

.button-wrap-row ul {
  display: inline-block;
  vertical-align: top;
}

.button-wrap-row ul:after {
  content: "";
  display: block;
  clear: both;
}

.button-wrap-row ul li {
  float: left;
  width: 216px;
  margin: 8px 4px 0;
}

.button-wrap-row ul li a,
.button-wrap-row ul li button {
  display: block;
  width: 100%;
  padding: 15px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 23px;
  border: 1px solid #333;
}

.button-wrap-row ul li .fill {
  color: white;
  background: #333;
}

#laybox-canvas {
  padding: 4px !important;
}

#laybox-canvas > div {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #333;
  background: white;
}

.alert-wrap {
  padding: 8px 0;
  text-align: center;
}

.alert-wrap p {
  padding: 27px 2px 24px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.alert-wrap .close {
  position: absolute;
  top: 19px;
  right: 19px;
  overflow: hidden;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background: url(../imgs/global/close1.gif) center center no-repeat;
}

.alert-wrap .confirm {
  display: inline-block;
  width: 360px;
  margin: 5px 0 0;
  padding: 11px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 20px;
  border: 1px solid #020202;
  background: #333;
}

.alert-wrap .cancel {
  display: inline-block;
  width: 178px;
  margin: 5px 2px 0;
  padding: 11px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  border: 1px solid #333;
}

.alert-wrap .enter {
  display: inline-block;
  width: 178px;
  margin: 5px 2px 0;
  padding: 11px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 20px;
  border: 1px solid #333;
  background: #333;
}

.layer-wrap {
  padding: 0 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.layer-wrap h1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 13px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #333;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}

/* 상세 쿠폰목록 */
.layer-wrap .detailcouponlist {
  clear: both;
  padding: 30px 16px 10px;
  border-top: 51px solid transparent;
}

.layer-wrap .detailcouponlist:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .detailcouponlist li {
  position: relative;
  float: left;
  width: 50%;
  padding: 17px 81px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 10px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.layer-wrap .detailcouponlist li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
}

.layer-wrap .detailcouponlist li:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 80px;
  width: 2px;
  height: 166px;
  background: url(../imgs/global/dotted1.png) 0 0 repeat-y;
}

.layer-wrap .detailcouponlist li .title {
  position: relative;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  padding: 9px 27px 5px;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
}

.layer-wrap .detailcouponlist li .discount {
  position: relative;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  height: 59px;
  padding: 0 27px;
  white-space: nowrap;
  font-size: 52px;
  color: black;
  line-height: 59px;
  font-weight: 700;
}

.layer-wrap .detailcouponlist li .condition {
  position: relative;
  overflow: hidden;
  height: 40px;
  padding: 9px 27px 5px;
  word-wrap: break-word;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
}

.layer-wrap .detailcouponlist li button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 80px;
  height: 178px;
  padding: 15px 0 0;
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 20px;
  border-radius: 0 10px 10px 0;
  background: #d9555c;
}

.layer-wrap .detailcouponlist li button:after {
  content: "";
  display: block;
  width: 19px;
  height: 15px;
  margin: 12px auto 0;
  background: url(../imgs/global/download2.png) 0 0 no-repeat;
}

.layer-wrap .detailcouponlist li.disabled .title {
  opacity: 0.6;
}

.layer-wrap .detailcouponlist li.disabled .discount {
  opacity: 0.3;
}

.layer-wrap .detailcouponlist li.disabled .condition {
  opacity: 0.6;
}

.layer-wrap .detailcouponlist li.disabled button:disabled {
  background: #979797;
}

.layer-wrap .detailcouponlist li.disabled button:disabled:after {
  background: none;
}

/* 상세 쿠폰목록 */
/* 리뷰,상품문의 작성 */
.layer-wrap .reviewqnawrite {
  clear: both;
  border-top: 51px solid transparent;
}

.layer-wrap .reviewqnawrite:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .reviewqnawrite .warning {
  float: left;
  clear: both;
  width: 100%;
  margin: 15px 0 -2px;
  padding: 13px 30px 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #222;
}

.layer-wrap .reviewqnawrite .warning li {
  position: relative;
  padding: 0 0 0 10px;
  word-wrap: break-word;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  font-weight: 300;
}

.layer-wrap .reviewqnawrite .warning li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #7f7f7f;
}

.layer-wrap .reviewqnawrite table {
  float: left;
  clear: both;
  width: 100%;
  margin: 15px 0 0;
  border-bottom: 1px solid #d1d1d1;
}

.layer-wrap .reviewqnawrite table th {
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: 400;
  border-top: 1px solid #efefef;
  background: #f8f8f8;
}

.layer-wrap .reviewqnawrite table th .typetitle {
  display: block;
  padding: 6px 0;
  line-height: 18px;
}

.layer-wrap .reviewqnawrite table td {
  position: relative;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  border-top: 1px solid #efefef;
}

.layer-wrap .reviewqnawrite table td input[type="text"],
.layer-wrap .reviewqnawrite table td input[type="password"] {
  float: left;
}

.layer-wrap .reviewqnawrite table td textarea {
  position: relative;
  z-index: 2;
}

.layer-wrap .reviewqnawrite table td .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 24px 26px 25px;
  font-size: 14px;
  color: #999;
  line-height: 21px;
  font-weight: 400;
}

.layer-wrap .reviewqnawrite table td .guide {
  float: left;
  clear: both;
  padding: 4px 0 1px;
}

.layer-wrap .reviewqnawrite table td .pointlist {
  float: left;
  background: url(../imgs/goods/detail_review_write_star.png) 0 0 no-repeat;
}

.layer-wrap .reviewqnawrite table td .pointlist.point1 {
  background-position: 0 -42px;
}

.layer-wrap .reviewqnawrite table td .pointlist.point2 {
  background-position: 0 -84px;
}

.layer-wrap .reviewqnawrite table td .pointlist.point3 {
  background-position: 0 -126px;
}

.layer-wrap .reviewqnawrite table td .pointlist.point4 {
  background-position: 0 -168px;
}

.layer-wrap .reviewqnawrite table td .pointlist.point5 {
  background-position: 0 -210px;
}

.layer-wrap .reviewqnawrite table td .pointlist li {
  position: relative;
  float: left;
  height: 40px;
  margin: 0 -1px 0 0;
  border: 1px solid #d6d6d6;
}

.layer-wrap .reviewqnawrite table td .pointlist li input[type="radio"] {
  visibility: hidden;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.layer-wrap .reviewqnawrite table td .pointlist li label {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}

.layer-wrap .reviewqnawrite table td .pointcomment {
  float: left;
  padding: 11px 0 11px 16px;
  color: #333;
  font-weight: 300;
}

.layer-wrap .reviewqnawrite table td .typelist {
  margin: 0 -15px 0 0;
  padding: 0 0 5px;
}

.layer-wrap .reviewqnawrite table td .typelist:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .reviewqnawrite table td .typelist li {
  float: left;
  padding: 5px 15px 0 0;
}

.layer-wrap .reviewqnawrite table td .typelist li label {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

.layer-wrap .reviewqnawrite table td .filelist {
  margin: 0 -4px 0 0;
}

.layer-wrap .reviewqnawrite table td .filelist:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .reviewqnawrite table td .filelist li {
  position: relative;
  float: left;
  width: 66px;
  height: 66px;
  margin: 0 4px 0 0;
  background: #f8f8f8;
}

.layer-wrap .reviewqnawrite table td .filelist li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #aaa;
}

.layer-wrap .reviewqnawrite table td .filelist li:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: black;
}

.layer-wrap .reviewqnawrite table td .filelist li input[type="file"] {
  visibility: hidden;
  width: 66px;
  height: 66px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.layer-wrap .reviewqnawrite table td .filelist li label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
  width: 66px;
  height: 66px;
  text-indent: -9999px;
  background: url(../imgs/global/file1.png) center center no-repeat;
}

.layer-wrap .reviewqnawrite table td .filelist li button {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 66px;
  height: 66px;
  text-align: center;
  font-size: 12px;
  color: white;
  line-height: 18px;
  font-weight: 300;
}

.layer-wrap .reviewqnawrite table td .filelist li button:before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  margin: 4px auto 1px;
  background: url(../imgs/global/trash1.png) 0 0 no-repeat;
}

.layer-wrap .reviewqnawrite table td .filelist li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 66px;
  height: 66px;
}

.layer-wrap .reviewqnawrite table td .filelist li.active:after {
  display: block;
}

.layer-wrap .reviewqnawrite table td .filelist li.active label {
  display: none;
}

.layer-wrap .reviewqnawrite table td .filelist li.active button {
  display: block;
}

.layer-wrap .reviewqnawrite table td .secret {
  clear: both;
  padding: 10px 0 0;
}

.layer-wrap .reviewqnawrite table td .secret label {
  padding: 1px 0 1px 5px;
  font-size: 14px;
  color: #666;
}

.layer-wrap .reviewqnawrite table td .alarm {
  float: left;
  clear: both;
  margin: 10px 0;
}

.layer-wrap .reviewqnawrite table td .alarm dt {
  float: left;
  width: 87px;
  padding: 1px 0;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  font-weight: 400;
}

.layer-wrap .reviewqnawrite table td .alarm dd {
  float: left;
  line-height: 20px;
}

.layer-wrap .reviewqnawrite table td .alarm dd label {
  padding: 1px 0 1px 2px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  font-weight: 300;
}

.layer-wrap .reviewqnawrite table td .alarm:first-child {
  margin-top: 5px;
}

.layer-wrap .reviewqnawrite table td .alarm:last-child {
  margin-bottom: 5px;
}

.layer-wrap .reviewqnawrite table tr:first-child th,
.layer-wrap .reviewqnawrite table tr:first-child td {
  border-top: 2px solid #222;
}

.layer-wrap .reviewqnawrite .button-wrap-row {
  margin: 0;
  padding: 20px 0 0;
}

.layer-wrap .reviewqnawrite .button-wrap-row ul li {
  width: 150px;
  margin: 5px 2px 0 3px;
}

.layer-wrap .reviewqnawrite .button-wrap-row ul li a,
.layer-wrap .reviewqnawrite .button-wrap-row ul li button {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  border: 1px solid #b2b2b2;
}

.layer-wrap .reviewqnawrite .button-wrap-row ul li .fill {
  color: white;
  border: 1px solid black;
  background: #333;
}

/* 리뷰,상품문의 작성 */
/* 장바구니 수정 */
.layer-wrap .optionmodify {
  clear: both;
  padding: 20px 4px 0;
  border-top: 51px solid transparent;
}

.layer-wrap .optionmodify:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .optionmodify .ordertable {
  clear: both;
  border-top: 2px solid #222;
  border-bottom: 1px solid #d3d3d3;
}

.layer-wrap .optionmodify .ordertable td {
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #efefef;
}

.layer-wrap .optionmodify .ordertable td .img {
  display: block;
  position: relative;
  width: 78px;
  height: 78px;
  border: 1px solid #ebebeb;
}

.layer-wrap .optionmodify .ordertable td .img img {
  display: block;
  width: 78px;
  height: 78px;
}

.layer-wrap .optionmodify .ordertable td.product {
  padding: 10px 15px;
  word-wrap: break-word;
  text-align: left;
}

.layer-wrap .optionmodify .ordertable td.product .title {
  display: block;
  padding: 1px 0 2px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
}

.layer-wrap .optionmodify .ordertable td.product .price {
  display: block;
  padding: 1px 0 2px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  font-weight: 300;
}

.layer-wrap .optionmodify .ordertable td.product .price strong {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: top;
  font-size: 17px;
  color: black;
  line-height: 18px;
  font-weight: 700;
}

.layer-wrap .optionmodify .ordertable td input[type="text"] {
  float: left;
  width: 58px;
  height: 35px;
  padding: 5px 0 6px;
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 22px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}

.layer-wrap .optionmodify .ordertable td button {
  position: relative;
  float: left;
  overflow: hidden;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  border: 1px solid #ccc;
  background: white;
}

.layer-wrap .optionmodify .ordertable td .eaminus:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 15px;
  height: 1px;
  background: #222;
}

.layer-wrap .optionmodify .ordertable td .eaplus:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 16px;
  width: 1px;
  height: 15px;
  background: #222;
}

.layer-wrap .optionmodify .ordertable td .eaplus:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 15px;
  height: 1px;
  background: #222;
}

.layer-wrap .optionmodify .ordertable tr:first-child td {
  border-top: none;
}

.layer-wrap .optionmodify .option {
  display: none;
  clear: both;
  padding: 10px 0 15px;
  border-bottom: 1px solid #d3d3d3;
}

.layer-wrap .optionmodify .option table td {
  padding: 5px 0 0;
}

.layer-wrap .optionmodify .option table td .selectDummy {
  float: left;
  width: 100%;
  height: 40px;
}

.layer-wrap .optionmodify .option table td .selectDummy span {
  height: 40px;
  padding: 8px 44px 9px 14px;
  font-weight: 300;
}

.layer-wrap .optionmodify .option table td .selectDummy span:after {
  width: 30px;
  height: 38px;
  background: url(../imgs/global/arrow2.png) 0 16px no-repeat;
}

.layer-wrap .optionmodify .option table td .selectDummy ul li span {
  height: 36px;
  padding: 8px 14px;
}

.layer-wrap .optionmodify .button-wrap-row {
  margin: 0;
  padding: 16px 0 0;
}

.layer-wrap .optionmodify .button-wrap-row ul li {
  width: 178px;
  margin: 4px 2px 0;
}

.layer-wrap .optionmodify .button-wrap-row ul li a,
.layer-wrap .optionmodify .button-wrap-row ul li button {
  padding: 11px 0 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  border: 1px solid #333;
}

.layer-wrap .optionmodify .button-wrap-row ul li .fill {
  color: white;
  background: #333;
}

/* 장바구니 수정 */
/* 주소록 */
.layer-wrap .addresslist {
  clear: both;
  padding: 20px 4px 0;
  border-top: 51px solid transparent;
}

.layer-wrap .addresslist:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .addresslist table {
  clear: both;
  border-top: 2px solid #222;
  border-bottom: 1px solid #b2b2b2;
}

.layer-wrap .addresslist table th {
  padding: 14px 0 16px;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #d3d3d3;
}

.layer-wrap .addresslist table td {
  padding: 14px 0 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  border-bottom: 1px solid #efefef;
}

.layer-wrap .addresslist table td strong {
  font-weight: 400;
}

.layer-wrap .addresslist table td .radioDummy {
  margin: 1px 0 -1px;
}

.layer-wrap .addresslist table tr:first-child td {
  border-top: none;
}

.layer-wrap .addresslist .button-wrap-row {
  margin: 0;
  padding: 46px 0 20px;
}

.layer-wrap .addresslist .button-wrap-row ul li {
  width: 178px;
  margin: 4px 2px 0;
}

.layer-wrap .addresslist .button-wrap-row ul li a,
.layer-wrap .addresslist .button-wrap-row ul li button {
  padding: 11px 0 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  border: 1px solid #333;
}

.layer-wrap .addresslist .button-wrap-row ul li .fill {
  color: white;
  background: #333;
}

/* 주소록 */
/* 주소&계좌등록 */
.layer-wrap .addressbankreg {
  clear: both;
  padding: 20px 4px 0;
  border-top: 51px solid transparent;
}

.layer-wrap .addressbankreg:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .addressbankreg table {
  clear: both;
  border-top: 2px solid #222;
  border-bottom: 1px solid #b2b2b2;
}

.layer-wrap .addressbankreg table th {
  padding: 13px 20px 14px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  font-weight: 400;
  border-top: 1px solid #efefef;
  background: #f8f8f8;
}

.layer-wrap .addressbankreg table td {
  padding: 13px 60px 14px 20px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  border-top: 1px solid #efefef;
}

.layer-wrap .addressbankreg table tr:first-child th,
.layer-wrap .addressbankreg table tr:first-child td {
  border-top: none;
}

.layer-wrap .addressbankreg table td input[type="text"],
.layer-wrap .addressbankreg table td input[type="password"] {
  float: left;
  margin: -3px 5px -4px 0;
}

.layer-wrap .addressbankreg table td input[type="text"]:-moz-read-only,
.layer-wrap .addressbankreg table td input[type="password"]:-moz-read-only,
.layer-wrap .addressbankreg table td textarea:-moz-read-only {
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
}

.layer-wrap .addressbankreg table td input[type="text"]:read-only,
.layer-wrap .addressbankreg table td input[type="password"]:read-only,
.layer-wrap .addressbankreg table td textarea:read-only {
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
}

.layer-wrap .addressbankreg table td .basic-button1 {
  float: left;
  width: 150px;
  margin: -3px 5px -4px 0;
  padding: 9px 0 10px;
  font-size: 14px;
  color: white;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid black;
  background: #333;
}

.layer-wrap .addressbankreg table td .selectDummy {
  float: left;
  margin: -3px 5px -4px 0;
}

.layer-wrap .addressbankreg table td .default {
  float: left;
  padding: 7px 0 7px 5px;
  font-size: 16px;
}

.layer-wrap .addressbankreg table td .default .checkboxDummy {
  margin: 1px 0 0;
  background: url(../imgs/global/checkbox2.png) 0 0 no-repeat;
}

.layer-wrap .addressbankreg table td .default .checkboxDummy.active {
  background-position: 0 -30px;
}

.layer-wrap .addressbankreg table td .default .checkboxDummy + label {
  color: #333;
  line-height: 21px;
}

.layer-wrap .addressbankreg table td .depositorguide {
  float: left;
  width: 0;
  margin: 0 0 0 10px;
  padding: 7px 0;
  white-space: nowrap;
  color: #666;
  font-weight: 300;
}

.layer-wrap .addressbankreg .lostwarning {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 8px 0 -2px;
  padding: 0 0 0 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  font-size: 14px;
  color: #f44848;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.layer-wrap .addressbankreg .lostwarning:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 2px;
  height: 2px;
  background: black;
}

.layer-wrap .addressbankreg .button-wrap-row {
  margin: 0;
  padding: 36px 0 10px;
}

.layer-wrap .addressbankreg .button-wrap-row ul li {
  width: 178px;
  margin: 4px 2px 0;
}

.layer-wrap .addressbankreg .button-wrap-row ul li a,
.layer-wrap .addressbankreg .button-wrap-row ul li button {
  padding: 11px 0 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  border: 1px solid #333;
}

.layer-wrap .addressbankreg .button-wrap-row ul li .fill {
  color: white;
  background: #333;
}

/* 주소&계좌등록 */
/* 쿠폰조회 및 적용 */
.layer-wrap .ordercoupon {
  clear: both;
  padding: 20px 4px 0;
  border-top: 51px solid transparent;
}

.layer-wrap .ordercoupon:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .ordercoupon .section {
  clear: both;
  padding: 0 0 10px;
}

.layer-wrap .ordercoupon .section:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .ordercoupon .section h2 {
  clear: both;
  padding: 24px 0 12px;
  font-size: 20px;
  color: black;
  line-height: 24px;
  font-weight: 400;
}

.layer-wrap .ordercoupon .coupontable {
  clear: both;
  border-top: 2px solid #222;
  border-bottom: 1px solid #b2b2b2;
}

.layer-wrap .ordercoupon .coupontable th {
  padding: 14px 0 16px;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #d3d3d3;
}

.layer-wrap .ordercoupon .coupontable td {
  padding: 14px 0 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  border-bottom: 1px solid #efefef;
}

.layer-wrap .ordercoupon .coupontable td.title {
  padding-top: 9px;
  padding-bottom: 11px;
}

.layer-wrap .ordercoupon .coupontable td.product {
  padding: 14px 10px 16px;
  word-wrap: break-word;
  text-align: left;
}

.layer-wrap .ordercoupon .coupontable td.product strong {
  font-weight: 400;
}

.layer-wrap .ordercoupon .coupontable td.price {
  padding: 11px 0 9px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  font-weight: 300;
}

.layer-wrap .ordercoupon .coupontable td.price span {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: top;
  font-size: 17px;
  color: black;
  line-height: 18px;
  font-weight: 500;
}

.layer-wrap .ordercoupon .coupontable td.condition {
  padding: 9px 0 11px;
}

.layer-wrap .ordercoupon .coupontable td.date {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
}

.layer-wrap .ordercoupon .coupontable td.date span {
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
}

.layer-wrap .ordercoupon .coupontable td .selectDummy {
  width: 100%;
  height: 40px;
  margin: -9px 0 -11px;
}

.layer-wrap .ordercoupon .coupontable td .selectDummy span {
  height: 40px;
  padding: 8px 45px 9px 15px;
}

.layer-wrap .ordercoupon .coupontable td .selectDummy span:after {
  height: 38px;
  background: url(../imgs/global/arrow7.png) 0 16px no-repeat;
}

.layer-wrap .ordercoupon .coupontable td .selectDummy ul li span {
  padding: 8px 15px 9px;
}

.layer-wrap .ordercoupon .coupontable td .selectDummy.disabled span {
  color: #999;
  background: #f8f8f8;
}

.layer-wrap .ordercoupon .coupontable th.padding20,
.layer-wrap .ordercoupon .coupontable td.padding20 {
  padding-left: 20px;
}

.layer-wrap .ordercoupon .coupontable th.padding30,
.layer-wrap .ordercoupon .coupontable td.padding30 {
  padding-left: 30px;
}

.layer-wrap .ordercoupon .coupontable tr:first-child td {
  border-top: none;
}

.layer-wrap .ordercoupon .useresult {
  clear: both;
  border: 1px solid #333;
  border-top: 2px solid #333;
}

.layer-wrap .ordercoupon .useresult:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .ordercoupon .useresult h2 {
  float: left;
  width: 217px;
  height: 56px;
  padding: 31px 0 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 24px;
  font-weight: 400;
  background: #f8f8f8;
}

.layer-wrap .ordercoupon .useresult dl {
  float: left;
  width: 219px;
  border-left: 1px solid #b0b0b0;
}

.layer-wrap .ordercoupon .useresult dl dt {
  padding: 7px 20px 8px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
  background: #f8f8f8;
}

.layer-wrap .ordercoupon .useresult dl dd {
  height: 36px;
  padding: 15px 18px 0;
  text-align: right;
  font-size: 13px;
  color: #666;
  line-height: 28px;
  font-weight: 300;
}

.layer-wrap .ordercoupon .useresult dl dd span {
  display: inline-block;
  position: relative;
  margin: -2px 1px 0 0;
  vertical-align: top;
  font-size: 22px;
  color: black;
  line-height: 27px;
  font-weight: 700;
}

.layer-wrap .ordercoupon .useresult dl dd strong {
  display: inline-block;
  position: relative;
  margin: -4px 1px 0 0;
  vertical-align: top;
  font-size: 26px;
  color: black;
  font-weight: 700;
}

.layer-wrap .ordercoupon .useresult dl.total {
  width: 280px;
}

.layer-wrap .ordercoupon .useguide {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 -3px;
  padding: 11px 0 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #222;
}

.layer-wrap .ordercoupon .useguide li {
  position: relative;
  float: left;
  padding: 0 0 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.layer-wrap .ordercoupon .useguide li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #7d7d7d;
}

.layer-wrap .ordercoupon .useguide li:nth-child(odd) {
  clear: both;
  width: 403px;
}

.layer-wrap .ordercoupon .useguide li:nth-child(even) {
  width: 531px;
}

.layer-wrap .ordercoupon .useguide li.wide {
  clear: both;
  width: 100%;
}

.layer-wrap .ordercoupon .coupontable + .useguide {
  border-top: none;
}

.layer-wrap .ordercoupon .button-wrap-row {
  margin: 0;
  padding: 16px 0 10px;
}

.layer-wrap .ordercoupon .button-wrap-row ul li {
  width: 178px;
  margin: 4px 2px 0;
}

.layer-wrap .ordercoupon .button-wrap-row ul li a,
.layer-wrap .ordercoupon .button-wrap-row ul li button {
  padding: 11px 0 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  border: 1px solid #333;
}

.layer-wrap .ordercoupon .button-wrap-row ul li .fill {
  color: white;
  background: #333;
}

/* 쿠폰조회 및 적용 */
/* 주문취소환불안내 */
.layer-wrap .claiminfo {
  padding: 0 4px;
  border-top: 51px solid transparent;
}

.layer-wrap .claiminfo:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .claiminfo dl {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 -3px;
  padding: 15px 0 0;
}

.layer-wrap .claiminfo dl dt {
  font-size: 18px;
  color: #333;
  line-height: 23px;
  font-weight: 400;
}

.layer-wrap .claiminfo dl dd {
  padding: 5px 0 0;
  word-wrap: break-word;
  font-size: 14px;
  color: #555;
  line-height: 21px;
  font-weight: 400;
}

.layer-wrap .claiminfo dl dd strong {
  color: #333;
  font-weight: 400;
}

.layer-wrap .claiminfo .button-wrap-row {
  margin: 0 0 -10px;
  padding: 16px 0 0;
}

.layer-wrap .claiminfo .button-wrap-row ul li {
  width: 180px;
  margin: 4px 2px 0;
}

.layer-wrap .claiminfo .button-wrap-row ul li a,
.layer-wrap .claiminfo .button-wrap-row ul li button {
  padding: 11px 0 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border: 1px solid #121212;
}

.layer-wrap .claiminfo .button-wrap-row ul li .fill {
  color: white;
  background: #333;
}

/* 주문취소/환불안내 */
/* 관리자클레임 */
.layer-wrap #container.adminclaim {
  width: 1000px;
  margin: 0 auto;
  padding: 0 4px;
  border-top: 51px solid transparent;
}

.layer-wrap #container.adminclaim .button-wrap-row {
  margin: 0;
  padding: 20px 0;
}

.layer-wrap #container.adminclaim .button-wrap-row ul li {
  float: left;
  width: 216px;
  margin: 10px 5px 0;
}

.layer-wrap #container.adminclaim .button-wrap-row ul li a,
.layer-wrap #container.adminclaim .button-wrap-row ul li button {
  padding: 15px 0 16px;
  font-weight: 500;
  border: 1px solid #b2b2b2;
}

.layer-wrap #container.adminclaim .button-wrap-row ul li .fill {
  color: white;
  border: 1px solid #212121;
  background: #212121;
}

.layer-wrap #container.adminclaim .ordertable td .img.gift {
  margin: 0 0 0 26px;
}

.layer-wrap #container.adminclaim .dashboard:before {
  left: 329px;
}

.layer-wrap #container.adminclaim .dashboard .history {
  width: 330px;
  padding: 0 0 31px;
}

.layer-wrap #container.adminclaim .dashboard .result {
  width: 339px;
}

.layer-wrap #container.adminclaim .page-title3 {
  position: relative;
  clear: both;
  padding: 27px 0 12px;
  font-size: 20px;
  color: black;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.layer-wrap #container.adminclaim .page-title3 a,
.layer-wrap #container.adminclaim .page-title3 button {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100px;
  padding: 6px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: 400;
  border: 1px solid #c4c4c4;
}

.layer-wrap #container.adminclaim .page-title3 .fill {
  color: white;
  border: 1px solid #333;
  background: #333;
}

.layer-wrap #container.adminclaim .info-box2 {
  clear: both;
  margin: 20px 0 0;
  padding: 20px 0 22px;
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 28px;
  font-weight: 300;
  border: 5px solid #efefef;
}

.layer-wrap #container.adminclaim .info-box2 strong {
  vertical-align: top;
  font-weight: 400;
}

.layer-wrap #container.adminclaim .section {
  position: relative;
  clear: both;
  padding: 0 0 20px;
}

.layer-wrap #container.adminclaim .section:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap #container.adminclaim .section .note {
  float: left;
  clear: both;
  width: 100%;
  margin: 8px 0 -3px;
  word-wrap: break-word;
  font-size: 14px;
  color: #888;
  line-height: 20px;
  font-weight: 300;
}

.layer-wrap #container.adminclaim .section .changewarning {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: -12px 0 0;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  font-size: 14px;
  color: #f44848;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.layer-wrap #container.adminclaim .section .changewarning:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 2px;
  height: 2px;
  background: black;
}

.layer-wrap #container.adminclaim .section .regbutton {
  position: absolute;
  top: -48px;
  right: 0;
  width: 130px;
  padding: 6px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  border: 1px solid #333;
  background: #333;
}

/* 관리자클레임 */
/* 이메일무단수집거부 */
.layer-wrap .emailsecurity {
  padding: 10px 4px 0;
  border-top: 51px solid transparent;
}

.layer-wrap .emailsecurity:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .emailsecurity .html {
  padding: 14px 0 16px;
  word-wrap: break-word;
  font-size: 14px;
  color: #333;
  line-height: 1.75;
  border-top: 1px solid #d3d3d3;
}

.layer-wrap .emailsecurity .html:first-child {
  border-top: none;
}

.layer-wrap .emailsecurity .html a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #333;
}

.layer-wrap .emailsecurity .html a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.layer-wrap .emailsecurity .button-wrap-row {
  margin: 0 0 -10px;
  padding: 1px 0 0;
}

.layer-wrap .emailsecurity .button-wrap-row ul li {
  width: 178px;
  margin: 4px 2px 0;
}

.layer-wrap .emailsecurity .button-wrap-row ul li a,
.layer-wrap .emailsecurity .button-wrap-row ul li button {
  padding: 11px 0 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border: 1px solid #121212;
}

.layer-wrap .emailsecurity .button-wrap-row ul li .fill {
  color: white;
  background: #333;
}

/* 이메일무단수집거부 */
/* 쿠폰적용상세 */
.layer-wrap .nofixed {
  position: absolute;
}

.layer-wrap .coupondetail {
  clear: both;
  padding: 20px 4px 0;
  border-top: 51px solid transparent;
}

.layer-wrap .coupondetail:after {
  content: "";
  display: block;
  clear: both;
}

.layer-wrap .coupondetail h2 {
  border-top: 2px solid #222;
  padding: 14px 0 16px;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #d3d3d3;
}

.layer-wrap .coupondetail li {
  padding: 14px 15px 16px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  border-bottom: 1px solid #efefef;
}

/* 쿠폰적용상세 */
/* 기간선택 */
.period-box {
  clear: both;
  margin: 0 0 20px;
  padding: 7px 4px;
  border: 1px solid #efefef;
  background: #f9f9f9;
}

.period-box:after {
  content: "";
  display: block;
  clear: both;
}

.period-box .auto {
  float: left;
  margin: 7px 10px;
}

.period-box .auto li {
  position: relative;
  float: left;
  margin: 0 0 0 1px;
}

.period-box .auto li input[type="radio"] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.period-box .auto li label {
  float: left;
  width: 99px;
  padding: 9px 0 11px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  letter-spacing: -0.025em;
  background: white;
}

.period-box .auto li input[type="radio"]:checked + label {
  margin: 0 -1px;
  padding: 9px 1px 11px;
  background: #e0e0e0;
}

.period-box .auto li:first-child {
  margin: 0;
}

.period-box .auto li:first-child input[type="radio"]:checked + label {
  margin: 0 -1px 0 0;
  padding: 9px 1px 11px 0;
}

.period-box .auto li:last-child input[type="radio"]:checked + label {
  margin: 0 0 0 -1px;
  padding: 9px 0 11px 1px;
}

.period-box .self {
  float: left;
  margin: 7px 10px;
}

.period-box .self span {
  float: left;
  width: 20px;
  padding: 9px 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  letter-spacing: -0.01em;
}

.period-box .self input[type="text"] {
  float: left;
  width: 149px;
  padding: 8px 19px 9px;
  border: 1px solid white !important;
  background: white !important;
}

.period-box .self button {
  position: relative;
  float: left;
  overflow: hidden;
  width: 41px;
  height: 40px;
  text-indent: -9999px;
  background: white url(../imgs/global/calendar1.png) center center no-repeat;
}

.period-box button[type="submit"] {
  float: left;
  width: 130px;
  margin: 7px 10px;
  padding: 9px 0 11px;
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 20px;
  letter-spacing: -0.01em;
  background: #333;
}

/* 기간선택 */
/* 주문/마이페이지 주문목록테이블 */
#container .ordertable {
  clear: both;
  border-top: 2px solid #222;
  border-bottom: 1px solid #b2b2b2;
}

#container .ordertable .checkboxDummy {
  background: url(../imgs/global/checkbox2.png) 0 0 no-repeat;
}

#container .ordertable .checkboxDummy.active {
  background-position: 0 -30px;
}

#container .ordertable th {
  padding: 14px 0 15px;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #d3d3d3;
}

#container .ordertable th .checkboxDummy {
  margin: 1px 0 -1px;
}

#container .ordertable th .sorting {
  display: inline-block;
  height: 14px;
  margin: 0 0 0 2px;
  padding: 4px 0 2px;
  vertical-align: top;
}

#container .ordertable th .sorting a,
#container .ordertable th .sorting button {
  display: block;
  overflow: hidden;
  width: 9px;
  height: 7px;
  text-indent: -9999px;
}

#container .ordertable th .sorting .up {
  background: url(../imgs/global/up1.gif) center center no-repeat;
}

#container .ordertable th .sorting .down {
  background: url(../imgs/global/down1.gif) center center no-repeat;
}

#container .ordertable th.last {
  padding-right: 20px;
}

#container .ordertable td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #efefef;
}

#container .ordertable td .img {
  display: block;
  position: relative;
  width: 78px;
  height: 78px;
  border: 1px solid #ebebeb;
}

#container .ordertable td .img img {
  display: block;
  width: 78px;
  height: 78px;
}

#container .ordertable td .img.soldout:after {
  content: "Sold out";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 80px;
  height: 20px;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 20px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
}

#container .ordertable td .img.gift {
  margin: 0 0 0 30px;
}

#container .ordertable td .img.gift:before {
  content: "사은품";
  position: absolute;
  top: 5px;
  left: -27px;
  overflow: hidden;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background: url(../imgs/global/gift_deco1.png) 0 0 no-repeat;
}

#container .ordertable td .waiting {
  display: inline-block;
  width: 70px;
  height: 20px;
  padding: 4px 0 2px;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  font-weight: 300;
  border: 1px solid #ccc;
  background: #f8f8f8;
}

#container .ordertable td .complete {
  display: inline-block;
  width: 70px;
  height: 20px;
  padding: 4px 0 2px;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  border: 1px solid #7f7f7f;
  background: white;
}

#container .ordertable td.no {
  padding: 10px 0;
}

#container .ordertable td.no span {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 18px;
}

#container .ordertable td.no strong {
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 18px;
  font-weight: 300;
}

#container .ordertable td.no a {
  display: block;
  width: 72px;
  margin: 7px auto 0;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  color: white;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  border: 1px solid #333;
  background: #333;
}

#container .ordertable td.product {
  word-wrap: break-word;
  text-align: left;
}

#container .ordertable td.product strong {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: 400;
}

#container .ordertable td.product .label {
  display: inline-block;
  width: 52px;
  margin: 0 0 -2px;
  padding: 2px 0 4px;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  color: white;
  line-height: 18px;
  font-weight: 400;
  background: #333;
}

#container .ordertable td.product .option {
  display: block;
  padding: 2px 0;
  font-size: 15px;
  color: #666;
  line-height: 21px;
  font-weight: 300;
}

#container .ordertable td.ea {
  padding: 10px 5px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
}

#container .ordertable td.date {
  padding: 10px 5px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

#container .ordertable td.price {
  padding: 11px 5px 9px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  font-weight: 300;
}

#container .ordertable td.price span {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: top;
  font-size: 17px;
  color: black;
  line-height: 18px;
  font-weight: 500;
}

#container .ordertable td.price span.add {
  color: #666;
  font-weight: 400;
}

#container .ordertable td.price strong {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: top;
  font-size: 17px;
  color: black;
  line-height: 18px;
  font-weight: 700;
}

#container .ordertable td.price del {
  display: inline-block;
  position: relative;
  padding: 0 3px;
  text-decoration: none;
}

#container .ordertable td.price del:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7f7f7f;
}

#container .ordertable td.price del span {
  color: #666;
}

#container .ordertable td.pricemiddle {
  padding: 10px 5px;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 300;
}

#container .ordertable td.pricemiddle strong {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: top;
  font-size: 17px;
  font-weight: 700;
}

#container .ordertable td.pricebig {
  padding: 10px 5px;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
}

#container .ordertable td.pricebig strong {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: top;
  font-size: 17px;
  font-weight: 700;
}

#container .ordertable td.control a,
#container .ordertable td.control button {
  display: block;
  width: 60px;
  margin: 2px auto 0;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  color: black;
  line-height: 18px;
  font-weight: 300;
  border: 1px solid #666;
}

#container .ordertable td.control a:first-child,
#container .ordertable td.control button:first-child {
  margin: 0 auto;
}

#container .ordertable td.control .fill {
  color: white;
  font-weight: 400;
  border: 1px solid #333;
  background: #333;
}

#container .ordertable td.supervise {
  padding: 0;
}

#container .ordertable td.supervise strong {
  display: block;
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

#container .ordertable td.supervise strong.min {
  padding: 0;
}

#container .ordertable td.supervise strong.claim {
  color: #f44848;
}

#container .ordertable td.supervise a,
#container .ordertable td.supervise button {
  display: block;
  width: 60px;
  margin: 2px auto 0;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  border: 1px solid #333;
}

#container .ordertable td.supervise .middle {
  display: inline-block;
  width: 60px;
  margin: 0;
  padding: 4px 0;
  vertical-align: top;
}

#container .ordertable td.supervise .big {
  display: inline-block;
  width: 66px;
  margin: 0;
  padding: 4px 0 5px;
  vertical-align: top;
}

#container .ordertable td.supervise .long {
  display: inline-block;
  width: 72px;
  margin: 0;
  padding: 4px 0;
  vertical-align: top;
}

#container .ordertable td.supervise .fill {
  color: white;
  background: #333;
}

#container .ordertable td.claimea .selectDummy {
  height: 36px;
}

#container .ordertable td.claimea .selectDummy span {
  height: 36px;
  padding: 6px 44px 7px 14px;
  border: 1px solid #333;
}

#container .ordertable td.claimea .selectDummy span:after {
  width: 30px;
  height: 34px;
  background: url(../imgs/global/arrow7.png) 0 14px no-repeat;
}

#container .ordertable td.claimea .selectDummy ul li span {
  padding: 6px 14px 7px;
  color: #333;
  border: none !important;
}

#container .ordertable td.text {
  padding: 15px 10px;
  word-wrap: break-word;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

#container .ordertable td.text .link {
  color: #333;
}

#container .ordertable td.text .link:hover {
  text-decoration: underline;
}

#container .ordertable td.text .default {
  display: inline-block;
  width: 48px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #7f7f7f;
}

#container .ordertable td.text.left {
  padding: 15px 30px;
  text-align: left;
}

#container .ordertable td.gift {
  padding: 10px 0 10px 15px;
}

#container .ordertable td.gift .img,
#container .ordertable td.gift .img img {
  width: 58px;
  height: 58px;
}

#container .ordertable td.giftproduct {
  padding: 10px 0 10px 10px;
  word-wrap: break-word;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

#container .ordertable td.giftproduct strong {
  display: block;
  padding: 2px 0 4px;
  color: #333;
  font-weight: 500;
}

#container .ordertable td.giftproduct .label {
  display: inline-block;
  width: 52px;
  margin: -1px 0 -3px;
  padding: 2px 0 4px;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  color: white;
  line-height: 18px;
  font-weight: 400;
  background: #333;
}

#container .ordertable td.giftproduct .option {
  display: block;
  padding: 2px 0 4px;
}

#container .ordertable td.barrier {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

#container .ordertable td.delivery {
  padding: 0;
  border-top: none !important;
}

#container .ordertable td.delivery .box {
  padding: 8px 49px;
  text-align: right;
  border: 1px solid #efefef;
  border-bottom: none;
  background: #fcfcfc;
}

#container .ordertable td.delivery .box span {
  display: inline-block;
  position: relative;
  margin: 0 0 0 7px;
  padding: 0 0 2px 8px;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}

#container .ordertable td.delivery .box span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #d5d5d5;
}

#container .ordertable td.delivery .box span:first-child {
  margin: 0;
  padding: 0 0 2px;
}

#container .ordertable td.delivery .box span:first-child:before {
  display: none;
}

#container .ordertable td.delivery .box a {
  display: inline-block;
  width: 60px;
  margin: 0 0 0 15px;
  padding: 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  border: 1px solid #333;
  background: white;
}

#container .ordertable td.last {
  padding-right: 20px;
}

#container .ordertable td.cartnone {
  padding: 105px 10px 116px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  font-weight: 300;
}

#container .ordertable td.ordernone {
  padding: 56px 10px 57px;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
}

#container .ordertable td.bignone {
  padding: 65px 10px;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

#container .ordertable td.middlenone {
  padding: 39px 10px 40px;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

#container .ordertable tr:first-child td {
  border-top: none;
}

#container .ordertable .check {
  padding-left: 15px;
  padding-right: 5px;
}

#container .ordertable .checkbig {
  padding-left: 22px;
  padding-right: 8px;
}

#container .ordertable .control {
  padding-left: 13px;
  padding-right: 7px;
}

/* 주문/마이페이지 주문목록테이블 */
/* 주문/마이페이지 데이터테이블 */
#container .datatable {
  clear: both;
  border-top: 2px solid #222;
  border-bottom: 1px solid #b2b2b2;
}

#container .datatable input[type="text"],
#container .datatable input[type="password"],
#container .datatable textarea,
#container .datatable .selectDummy {
  float: left;
  margin: -3px 5px -4px 0;
}

#container .datatable .basic-button1 {
  float: left;
  width: 150px;
  margin: -3px 5px -4px 0;
  padding: 9px 0 10px;
  font-size: 14px;
  color: white;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid black;
  background: #333;
}

#container .datatable input[type="text"]:-moz-read-only,
#container .datatable input[type="password"]:-moz-read-only,
#container .datatable textarea:-moz-read-only {
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
}

#container .datatable input[type="text"]:read-only,
#container .datatable input[type="password"]:read-only,
#container .datatable textarea:read-only {
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
}

#container .datatable input[type="text"]:-moz-read-only.fake,
#container .datatable input[type="password"]:-moz-read-only.fake,
#container .datatable textarea:-moz-read-only.fake {
  border: 1px solid #d6d6d6;
  background: white;
}

#container .datatable input[type="text"]:read-only.fake,
#container .datatable input[type="password"]:read-only.fake,
#container .datatable textarea:read-only.fake {
  border: 1px solid #d6d6d6;
  background: white;
}

#container .datatable select.fake + span.place {
  color: #333 !important;
}

#container .datatable th {
  padding: 13px 20px 14px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  font-weight: 400;
  border-top: 1px solid #efefef;
  background: #f8f8f8;
}

#container .datatable td {
  padding: 13px 50px 14px 20px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
  border-top: 1px solid #efefef;
}

#container .datatable.detail td {
  padding: 13px 0 14px 20px;
}

#container .datatable tr:first-child th,
#container .datatable tr:first-child td {
  border-top: none;
}

#container .datatable td .img {
  display: block;
  position: relative;
  width: 78px;
  height: 78px;
  margin: -3px 0 -4px;
  border: 1px solid #ebebeb;
}

#container .datatable td .img img {
  display: block;
  width: 78px;
  height: 78px;
}

#container .datatable td .mileage {
  float: left;
  padding: 7px 0 7px 2px;
  font-size: 16px;
  color: #666;
  font-weight: 300;
}

#container .datatable td .mileage .has {
  display: inline-block;
  height: 21px;
  margin: 0 18px 0 15px;
  vertical-align: top;
  color: #333;
}

#container .datatable td .mileage .has strong {
  color: black;
  font-weight: 500;
}

#container .datatable td .mileage .checkboxDummy {
  margin: 1px 0 0;
  background: url(../imgs/global/checkbox2.png) 0 0 no-repeat;
}

#container .datatable td .mileage .checkboxDummy.active {
  background-position: 0 -30px;
}

#container .datatable td .mileage .checkboxDummy + label {
  color: #333;
  line-height: 21px;
  font-weight: 400;
}

#container .datatable td .at {
  float: left;
  width: 20px;
  margin: 0 0 0 -5px;
  padding: 7px 0;
  text-align: center;
}

#container .datatable td .hyphen {
  float: left;
  width: 20px;
  margin: 0 0 0 -5px;
  padding: 7px 0;
  text-align: center;
}

#container .datatable td .addresslist {
  float: left;
  margin: -3px 0 -4px 10px;
}

#container .datatable td .addresslist li {
  float: left;
  margin: 0 0 0 5px;
}

#container .datatable td .addresslist li button {
  float: left;
  width: 130px;
  padding: 9px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid black;
}

#container .datatable td .extradeliveryguide {
  float: left;
  width: 0;
  margin: 0 0 0 13px;
  padding: 7px 0;
  white-space: nowrap;
  color: #666;
  font-weight: 300;
}

#container .datatable td .inputsingle {
  float: left;
  padding: 7px 10px;
}

#container .datatable td .inputsingle label {
  float: left;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #333;
  line-height: 21px;
}

#container .datatable td .inputsingle .checkboxDummy {
  float: left;
  margin: 1px 0 0;
}

#container .datatable td .inputsingle:first-child {
  padding-left: 0;
}

#container .datatable td .inputlist {
  margin: -3px -20px -4px 0;
  padding: 1px 0 11px;
}

#container .datatable td .inputlist:after {
  content: "";
  display: block;
  clear: both;
}

#container .datatable td .inputlist li {
  float: left;
  margin: 10px 20px 0 0;
  line-height: 20px;
}

#container .datatable td .inputlist li label {
  float: left;
  padding: 0 5px 2px 10px;
  color: #333;
}

#container .datatable td .inputlist li .radioDummy,
#container .datatable td .inputlist li .checkboxDummy {
  float: left;
}

#container .datatable td .file {
  position: relative;
  float: left;
  overflow: hidden;
  margin: -3px 0 -4px;
}

#container .datatable td .file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  opacity: 0;
  font-size: 200px;
  cursor: pointer;
}

#container .datatable td .file input[type="text"] {
  width: 305px;
  margin: 0 5px 0 0;
}

#container .datatable td .file a {
  position: relative;
  float: left;
  margin: 10px 0 11px;
  color: #333;
  text-decoration: underline;
}

#container .datatable td .file .basic-button1 {
  margin: 0 5px 0 0;
}

#container .datatable td .filelist {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 -9px;
}

#container .datatable td .filelist td {
  padding: 5px 0;
  border: none;
}

#container .datatable td .filelist td .file {
  margin: 0;
}

#container .datatable td .filelist td .checkboxDummy {
  float: left;
  margin: 11px 10px 0 0;
}

#container .datatable td .filelist td .checkboxDummy + .file input[type="text"] {
  width: 275px;
}

#container .datatable td .fileguide {
  clear: both;
  padding: 7px 0 0;
  white-space: nowrap;
  color: #666;
  font-weight: 300;
}

#container .datatable td .editor {
  margin: -13px -50px -14px -20px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

#container .datatable td .extradeliveryguide {
  float: left;
  width: 0;
  margin: 0 0 0 13px;
  padding: 7px 0;
  white-space: nowrap;
  color: #666;
  font-weight: 300;
}

#container .datatable td.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  color: black;
  line-height: 18px;
  font-weight: 500;
}

#container .datatable td.big {
  padding: 22px 50px 23px 20px;
  font-size: 16px;
}

#container .datatable td.reason {
  padding: 22px 20px 23px;
}

#container .datatable td.product {
  vertical-align: middle;
}

#container .datatable td.product strong {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: 400;
}

/* 주문/마이페이지 데이터테이블 */
/* 주문/마이페이지 대시보드 */
#container .dashboard {
  position: relative;
  clear: both;
  overflow: hidden;
  border: 1px solid #222;
  border-top: 2px solid #222;
}

#container .dashboard:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
}

#container .dashboard:after {
  content: "";
  display: block;
  clear: both;
}

#container .dashboard .history {
  position: relative;
  float: left;
  margin: 0 1px 0 -1px;
  padding: 0 0 51px;
}

#container .dashboard .history .title {
  padding: 19px 20px 17px 30px;
  border-bottom: 1px solid #b0b0b0;
}

#container .dashboard .history .title:after {
  content: "";
  display: block;
  clear: both;
}

#container .dashboard .history .title dt {
  float: left;
  height: 24px;
  font-size: 18px;
  color: #333;
  line-height: 23px;
  font-weight: 400;
}

#container .dashboard .history .title dd {
  float: right;
  height: 24px;
  font-size: 15px;
  color: #666;
  line-height: 28px;
  font-weight: 300;
}

#container .dashboard .history .title dd strong {
  display: inline-block;
  position: relative;
  margin: -2px 1px 0 0;
  vertical-align: top;
  font-size: 23px;
  color: #333;
  font-weight: 500;
}

#container .dashboard .history .detail {
  clear: both;
  min-height: 125px;
  margin: 0 20px;
  padding: 15px 0 16px 10px;
}

#container .dashboard .history .detail li {
  padding: 2px 0 3px;
}

#container .dashboard .history .detail li:after {
  content: "";
  display: block;
  clear: both;
}

#container .dashboard .history .detail li .label {
  float: left;
  height: 20px;
  font-size: 14px;
  color: #333;
  line-height: 19px;
  font-weight: 400;
}

#container .dashboard .history .detail li .price {
  float: right;
  height: 20px;
  font-size: 15px;
  color: #666;
  line-height: 20px;
  font-weight: 300;
}

#container .dashboard .history .detail li .price strong {
  display: inline-block;
  margin: -2px 1px 0 0;
  vertical-align: top;
  font-size: 18px;
  color: #333;
  line-height: 21px;
  font-weight: 500;
}

#container .dashboard .history .warning {
  position: absolute;
  bottom: 16px;
  left: 20px;
  width: 360px;
  padding: 14px 8px 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  font-size: 14px;
  color: #f44848;
  line-height: 20px;
  border-top: 1px dashed #a6a6a6;
}

#container .dashboard .history .warning:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 8px;
  width: 2px;
  height: 2px;
  background: black;
}

#container .dashboard .result {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #b0b0b0;
  background: #f8f8f8;
}

#container .dashboard .result .title {
  padding: 4px 10px 4px 15px;
}

#container .dashboard .result .title:after {
  content: "";
  display: block;
  clear: both;
}

#container .dashboard .result .title dt {
  float: left;
  clear: both;
  font-size: 18px;
  color: #333;
  line-height: 37px;
  font-weight: 400;
}

#container .dashboard .result .title dd {
  float: right;
  clear: both;
  height: 35px;
  font-size: 15px;
  color: #666;
  line-height: 35px;
  font-weight: 300;
}

#container .dashboard .result .title dd strong {
  display: inline-block;
  margin: -5px 1px 0 0;
  vertical-align: top;
  font-size: 33px;
  color: black;
  line-height: 34px;
  font-weight: 700;
}

#container .dashboard .result .benefit {
  margin: 18px 0 0;
  padding: 6px 19px;
  border: 1px solid #eee;
  background: white;
}

#container .dashboard .result .benefit table {
  margin: 0;
}

#container .dashboard .result .benefit table caption {
  width: auto;
  height: auto;
  padding: 14px 4px 7px 2px;
  text-indent: 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 20px;
}

#container .dashboard .result .benefit table th {
  padding: 8px 2px 9px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  border-top: 1px solid #d6d6d6;
}

#container .dashboard .result .benefit table td {
  padding: 8px 4px 9px;
  vertical-align: top;
  text-align: right;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  border-top: 1px solid #d6d6d6;
}

#container .dashboard .result .benefit table tr:first-child th,
#container .dashboard .result .benefit table tr:first-child td {
  border-top: none;
}

#container .dashboard .result .benefit table td strong {
  font-weight: 400;
}

#container .dashboard .result .benefit table td dl {
  float: right;
  clear: both;
  width: 170px;
}

#container .dashboard .result .benefit table td dl dt {
  float: left;
  font-weight: 400;
}

#container .dashboard .result .benefit table td dl dd {
  float: right;
}

/* 주문/마이페이지 대시보드 */
/* initialize */
body {
  min-width: 1200px;
}

#wrap {
  position: relative;
  overflow: hidden;
  background: white;
}

/* top Ad */
#topAd {
  position: relative;
  overflow: hidden;
}

#topAd div {
  position: relative;
  left: 50%;
  width: 1920px;
  margin: 0 0 0 -960px;
  text-align: center;
}

#topAd a,
#topAd img {
  vertical-align: top;
}

#topAd button {
  position: absolute;
  top: 50%;
  right: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: -15px -600px 0 0;
  text-indent: -9999px;
  background: url(../imgs/global/close2.png) center center no-repeat;
}

/* header */
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  min-width: 1200px;
  height: 118px;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}

#header.hollow {
  /*box-shadow:0 14px 46px 2px rgba(0,0,0,0);*/
  border-bottom: none;
  background: none;
}

#header.hollow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}

#header.active,
#header.active.hollow,
#header.active.hollow:hover {
  position: fixed;
  height: 82px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}

#header.ie.hollow {
  /*box-shadow:0 14px 58px 12px rgba(0,0,0,0);*/
  border-bottom: none;
  background: none;
}

#header.ie.hollow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}

#header.ie.active,
#header.ie.active.hollow,
#header.ie.active.hollow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}

#header h1 {
  position: absolute;
  bottom: 27px;
  left: 50%;
  z-index: 10;
  width: 184px;
  height: 22px;
  margin: 0 0 0 -600px;
}

#header h1 a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 184px;
  height: 22px;
  vertical-align: top;
  text-indent: -9999px;
  background: url(../imgs/global/logo_b.png) 0 0 no-repeat;
}

#header.hollow h1 a {
  background: url(../imgs/global/logo_w.png) 0 0 no-repeat;
}

#header.hollow:hover h1 a {
  background: url(../imgs/global/logo_b.png) 0 0 no-repeat;
}

#header.active h1 {
  bottom: 30px;
}

#header.active h1 a,
#header.active.hollow h1 a {
  background: url(../imgs/global/logo_b.png) 0 0 no-repeat;
}

html[lang="cn"] #header.hollow h1 a {
  width: 257px;
  height: 23px;
  background: url(../imgs/cn/global/top-logo-w.png) 0 0 no-repeat;
}

html[lang="cn"] #header.hollow:hover h1 a {
  background: url(../imgs/cn/global/top-logo-b.png) 0 0 no-repeat;
}

html[lang="cn"] #header.active.hollow h1 a {
  background: url(../imgs/cn/global/top-logo-b.png) 0 0 no-repeat;
}

/* html[lang=en] #header.hollow h1 a{background:url(../imgs/en/global/logo_w.png) 0 0 no-repeat} */
/* html[lang=en] #header.hollow:hover h1 a{background:url(../imgs/en/global/logo_b.png) 0 0 no-repeat} */
/* html[lang=en] #header.active.hollow h1 a{background:url(../imgs/en/global/logo_b.png) 0 0 no-repeat} */
#header .utility {
  position: absolute;
  bottom: 59px;
  right: 50%;
  z-index: 10;
  margin: 0 -600px 0 0;
}

#header .utility > li {
  position: relative;
  float: left;
  padding: 0 0 0 3px;
  margin: 0 0 0 2px;
}

#header .utility > li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: 9px;
  background: #999;
}

#header .utility > li:first-child:before {
  display: none;
}

#header .utility > li a {
  float: left;
  padding: 6px 10px 8px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  letter-spacing: -0.015em;
}

#header .utility > li strong {
  position: relative;
  float: left;
  padding: 6px 20px 8px 10px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

#header .utility > li strong:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 10px;
  height: 5px;
  background: url(../imgs/global/arrow9.png) 0 0 no-repeat;
}

#header .utility > li ul {
  display: none;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 78px;
  border: 1px solid #ccc;
  background: white;
}

#header .utility > li:hover ul {
  display: block;
}

#header .utility > li:hover ul li {
  margin: 0 9px;
  border-top: 1px solid #e5e5e5;
}

#header .utility > li:hover ul li:first-child {
  border-top: none;
}

#header .utility > li:hover ul li a {
  display: block;
  position: relative;
  float: none;
  margin: 0 -9px;
  padding: 8px 15px 10px;
  opacity: 1;
  color: #666;
  font-weight: 300;
}

#header .utility > li:hover ul li a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 14px;
  width: 5px;
  height: 10px;
  background: url(../imgs/global/arrow11.png) 0 0 no-repeat;
}

#header .utility > li:hover ul li.active a {
  color: #333;
  font-weight: 400;
}

#header.hollow .utility > li:before {
  background: #ccc;
}

#header.hollow .utility > li a {
  opacity: 0.8;
  color: #f3f3f3;
}

#header.hollow .utility > li strong {
  opacity: 0.8;
  color: #f3f3f3;
}

#header.hollow .utility > li strong:after {
  background: url(../imgs/global/arrow10.png) 0 0 no-repeat;
}

#header.hollow:hover .utility > li:before {
  background: #999;
}

#header.hollow:hover .utility > li a {
  opacity: 1;
  color: #999;
}

#header.hollow:hover .utility > li strong {
  opacity: 1;
  color: #999;
}

#header.hollow:hover .utility > li strong:after {
  background: url(../imgs/global/arrow9.png) 0 0 no-repeat;
}

#header.active .utility,
#header.active.hollow .utility {
  bottom: 100px;
  opacity: 0;
}

#header.active .utility > li:before,
#header.active.hollow .utility > li:before {
  background: #999;
}

#header.active .utility > li a,
#header.active.hollow .utility > li a {
  opacity: 1;
  color: #999;
}

#header.active .utility > li strong,
#header.active.hollow .utility > li strong {
  opacity: 1;
  color: #999;
}

#header.active .utility > li strong:after,
#header.active.hollow .utility > li strong:after {
  background: url(../imgs/global/arrow9.png) 0 0 no-repeat;
}

/* GNB */
#gnb {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  width: 1200px;
  height: 76px;
  margin: 0 0 0 -600px;
}

#gnb .main {
  float: right;
  margin: 0 72px 0 0;
}

html[lang="en"] #gnb .main,
html[lang="cn"] #gnb .main {
  margin-right: 36px;
}

#gnb .main .depth1 {
  float: left;
  /* position:relative; */
}

#gnb .main .depth1 > a {
  position: relative;
  float: left;
  height: 23px;
  margin: 8px 0 7px;
  padding: 22px 24px 16px;
  font-size: 13px;
  color: #333;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: -0.015em;
  font-family: "libbyregular";
  text-transform: uppercase;
}

html[lang="cn"] #gnb .main .depth1 > a {
  font-size: 18px;
}

#gnb .main .depth1 > a.fake .basic {
  visibility: hidden;
}

#gnb .main .depth1 > a .default {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  text-align: center;
}

#gnb .main .depth1 > a .over {
  visibility: hidden;
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "libby_heavyheavy";
}

#gnb .main .depth1 > div {
  float: left;
  clear: both;
  /* position:ansolute;top:100%; */
}

#gnb .main .depth1 > div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -100%;
  z-index: 1;
  width: 300%;
  height: 0;
  -webkit-transition: height 0.18s, padding 0.18s;
  transition: height 0.18s, padding 0.18s;
  background: #eee;
}

#gnb .main .depth1 > div ul {
  position: absolute;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  width: 9999px;
  height: 0;
  margin: 0 5px;
  -webkit-transition: height 0.18s, padding 0.18s;
  transition: height 0.18s, padding 0.18s;
}

html[lang="en"] #gnb .main .depth1 > div ul {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

html[lang="cn"] #gnb .main .depth1 > div ul {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

#gnb .main .depth1 > div ul li {
  float: left;
}

#gnb .main .depth1 > div ul li a {
  float: left;
  padding: 14px 19px 16px;
  font-size: 17px;
  color: #555;
  line-height: 21px;
  letter-spacing: -0.015em;
}

#gnb .main .depth1 > div ul.right {
  right: -24px;
  width: auto;
}

#gnb .main .depth1:hover > a .default,
#gnb .main .depth1.active > a .default {
  visibility: hidden;
}

#gnb .main .depth1:hover > a .over,
#gnb .main .depth1.active > a .over {
  visibility: visible;
}

#gnb .main .depth1:hover > div:before {
  height: 51px;
  padding: 5px 0 4px;
}

#gnb .main .depth1:hover > div ul {
  height: 51px;
  padding: 5px 0 4px;
}

#gnb .sub {
  float: right;
  clear: both;
  margin: -58px -5px 0 0;
}

#gnb .sub .cart {
  float: left;
}

#gnb .sub .cart a {
  position: relative;
  float: left;
  width: 36px;
  height: 40px;
  text-indent: -9999px;
  background: url(../imgs/global/cart1.png) center center no-repeat;
}

#gnb .sub .cart a span {
  position: absolute;
  top: 0;
  right: -5px;
  width: 22px;
  height: 20px;
  padding: 2px 0 0;
  text-indent: 0;
  text-align: center;
  font-size: 13px;
  color: white;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.015em;
  border-radius: 100%;
  background: #333;
}

#gnb .sub .search {
  float: left;
}

#gnb .sub .search > .open {
  position: relative;
  float: left;
  overflow: hidden;
  width: 34px;
  height: 40px;
  text-indent: -9999px;
  background: url(../imgs/global/search1.png) center center no-repeat;
}

#gnb .sub .search > .close {
  display: none;
  position: relative;
  float: left;
  overflow: hidden;
  width: 34px;
  height: 40px;
  text-indent: -9999px;
  background: url(../imgs/global/close2.gif) 10px center no-repeat;
}

#gnb .sub .search > div {
  position: absolute;
  top: 100%;
  left: -100%;
  overflow: hidden;
  width: 300%;
  height: 0;
  padding: 0;
  -webkit-transition: height 0.3s, padding 0.3s;
  transition: height 0.3s, padding 0.3s;
  background: #f2f2f2;
}

#gnb .sub .search > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cfcfcf;
}

#gnb .sub .search > div div {
  position: relative;
  width: 700px;
  height: 49px;
  margin: 0 auto;
}

#gnb .sub .search > div div:after {
  content: "";
  display: block;
  clear: both;
}

#gnb .sub .search > div div input[type="search"] {
  float: left;
  width: 100%;
  height: 51px;
  margin: -2px 0 0;
  padding: 0 60px 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  color: #222;
  line-height: 45px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #222;
  background: none;
}

#gnb .sub .search > div div input[type="search"]::-webkit-search-decoration,
#gnb .sub .search > div div input[type="search"]::-webkit-search-cancel-button,
#gnb .sub .search > div div input[type="search"]::-webkit-search-results-button,
#gnb .sub .search > div div input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#gnb .sub .search > div div input[type="search"]::-ms-clear {
  display: none !important;
}

#gnb .sub .search > div div button[type="reset"] {
  display: none;
  position: absolute;
  top: 14px;
  right: 41px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border-radius: 100%;
  background: url(../imgs/global/delete1.png) 0 0 no-repeat;
}

#gnb .sub .search > div div button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 37px;
  height: 47px;
  text-indent: -9999px;
  background: url(../imgs/global/search1.png) 0 2px no-repeat;
}

#gnb .sub .search.active > .open {
  display: none;
}

#gnb .sub .search.active > .close {
  display: block;
}

#gnb .sub .search.active > div {
  height: 49px;
  padding: 79px 0 81px;
}

#header.hollow #gnb .main .depth1 > a {
  color: white;
}

#header.hollow #gnb .sub .cart a {
  background: url(../imgs/global/cart2.png) center center no-repeat;
}

#header.hollow #gnb .sub .search > .open {
  background: url(../imgs/global/search2.png) center center no-repeat;
}

#header.hollow #gnb .sub .search > .close {
  background: url(../imgs/global/close3.gif) 10px center no-repeat;
}

#header.hollow:hover #gnb .main .depth1 > a {
  color: #333;
}

#header.hollow:hover #gnb .sub .cart a {
  background: url(../imgs/global/cart1.png) center center no-repeat;
}

#header.hollow:hover #gnb .sub .search > .open {
  background: url(../imgs/global/search1.png) center center no-repeat;
}

#header.hollow:hover #gnb .sub .search > .close {
  background: url(../imgs/global/close2.gif) 10px center no-repeat;
}

#header.active #gnb,
#header.active.hollow #gnb {
  height: 82px;
}

#header.active #gnb .main .depth1 > a,
#header.active.hollow #gnb .main .depth1 > a {
  margin: 11px 0 10px;
  color: #333;
}

#header.active #gnb .sub,
#header.active.hollow #gnb .sub {
  margin: -61px -5px 0 0;
}

#header.active #gnb .sub .cart a,
#header.active.hollow #gnb .sub .cart a {
  background: url(../imgs/global/cart1.png) center center no-repeat;
}

#header.active #gnb .sub .search > .open,
#header.active.hollow #gnb .sub .search > .open {
  background: url(../imgs/global/search1.png) center center no-repeat;
}

#header.active #gnb .sub .search > .close,
#header.active.hollow #gnb .sub .search > .close {
  background: url(../imgs/global/close2.gif) 10px center no-repeat;
}

/* total category */
#header_total_ctg {
  display: none;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  width: 996px;
  margin: 0 auto;
  padding: 0 0 42px;
  border: 2px solid #5c544d;
  border-top: none;
  background: url(../imgs/global/totalCate_bg.png) center 0 repeat-y;
}

#header_total_ctg .close {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#header_total_ctg .close img {
  display: block;
}

#header_total_ctg ul {
  overflow: hidden;
  width: 1000px;
}

#header_total_ctg ul li {
  float: left;
  width: 200px;
  padding: 0 0 33px;
}

#header_total_ctg ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

#header_total_ctg ul li a.cateTitle {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin: 0 0 7px;
  padding: 10px 15px 13px;
  white-space: nowrap;
  font-size: 15px;
  color: #222;
  line-height: 20px;
  font-weight: bold;
}

#header_total_ctg ul li a.cateTitle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 15px solid white;
  border-right: 15px solid white;
  background: #222;
}

/* container */
#container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 118px 0 140px;
}

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

#header.hollow + #container {
  padding: 0 0 140px;
}

/* contents */
#contents {
  float: left;
  width: 1000px;
  text-align: left;
}

/* 왼쪽메뉴 있을 때 */
#contents100 {
  width: 100%;
  text-align: left;
}

/* 왼쪽메뉴 없을 때 */
/* navi */
#navi {
  position: relative;
  z-index: 20;
  clear: both;
  padding: 14px 0 16px;
}

#navi:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5000px;
  width: 15000px;
  height: 1px;
  background: #ececec;
}

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

#navi > li {
  position: relative;
  float: left;
  padding: 0 0 0 17px;
}

#navi > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 22px;
  background: url(../imgs/global/arrow6.png) center center no-repeat;
}

#navi > li:first-child {
  margin: 0 0 0 -6px;
  padding: 0;
}

#navi > li:first-child:before {
  display: none;
}

#navi > li > a,
#navi > li > strong,
#navi > li > button {
  float: left;
  padding: 0 6px;
  font-size: 13px;
  color: #888;
  line-height: 22px;
  font-weight: 400;
}

#navi > li > div {
  position: absolute;
  top: 22px;
  left: 12px;
  border: 1px solid #ececec;
  background: white;
}

#navi > li > div ol {
  padding: 5px 0;
}

#navi > li > div ol li {
  display: inline;
  vertical-align: top;
}

#navi > li > div ol li a {
  display: block;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 13px;
  color: #888;
  line-height: 22px;
}

/* 타이틀 */
.bul_red_arrow {
  padding-left: 17px;
  background: url(../imgs/icon/bul_red_arrow.gif) 0 2px no-repeat;
}

.red_square_dotList li,
.red_square_dot {
  padding: 1px 0 1px 10px;
  font-size: 13px;
  background: url(../imgs/icon/bul_red_square.gif) 0 9px no-repeat;
  line-height: 19px;
  color: #666;
}

.red_square_dotList li a:hover {
  text-decoration: underline;
}

.bul_red_rect {
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #e1e1e1;
  background: url(../imgs/icon/bul_red_rect.gif) 6px 0 no-repeat;
}

.sub_title {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 15px 10px;
  font-size: 0;
  background: url(../title/bg_sub_title.gif) 0 bottom repeat-x;
  line-height: 0;
}

.big_title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 16px;
  white-space: nowrap;
  font-size: 32px;
  color: #222;
  line-height: 36px;
  border-bottom: solid 2px #555;
}

.big_title.lnb {
  padding: 0 0 12px;
  white-space: nowrap;
  font-size: 26px;
  color: #222;
  line-height: 30px;
}

.middle_title {
  position: relative;
  padding: 0 0 8px;
  white-space: nowrap;
  font-size: 20px;
  color: #222;
  line-height: 24px;
}

.small_title {
  position: relative;
  padding: 0 0 4px;
  white-space: nowrap;
  font-size: 16px;
  color: #222;
  line-height: 20px;
}

.big_title .summary {
  display: inline-block;
  padding: 12px 0 0 15px;
  vertical-align: top;
  font-size: 15px;
  color: #777;
  line-height: 20px;
}

.big_title.lnb .summary {
  display: inline-block;
  padding: 9px 0 0 12px;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
}

.middle_title .summary {
  display: inline-block;
  padding: 6px 0 0 9px;
  vertical-align: top;
  font-size: 11px;
  color: #777;
  line-height: 16px;
}

.small_title .summary {
  display: inline-block;
  padding: 3px 0 0 9px;
  vertical-align: top;
  font-size: 11px;
  color: #888;
  line-height: 16px;
}

.small_title .smallbutton {
  position: absolute;
  top: -3px;
  right: 0;
}

.middle_title .smallbutton {
  position: absolute;
  top: -1px;
  right: 0;
}

.middle_title .check {
  font-size: 12px;
}

.middle_title .check.red {
  color: red;
}

.bgSubnote {
  padding: 15px 20px;
  font-size: 11px;
  color: #666;
  background: #f8f8f8;
}

.titles_box {
  position: relative;
}

.titles_box .history {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  margin-top: -23px;
  padding: 0 10px;
}

/* lnb_area */
#lnb_area {
  float: left;
  overflow: hidden;
  width: 180px;
  margin-right: 20px;
  margin-bottom: 50px;
}

#lnb_area h2.ctg_txt a {
  display: block;
  color: #222;
  padding: 3px 0 10px 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1em;
  background: url(../imgs/icon/ctg_icon.png) right 5px no-repeat;
}

#lnb_area .ctg {
  padding: 14px 12px;
  font-size: 12px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  background-color: #fff;
  letter-spacing: -0.1em;
}

#lnb_area .ctg li {
  line-height: 26px;
}

#lnb_area .ctg li.on a {
  color: #f4620b !important;
}

#lnb_area .ctg li a {
  color: #888;
}

#lnb_area .ctg li a:hover {
  color: #f4620b !important;
}

#lnb_area .lnb_banner {
  margin-top: 20px;
}

#lnb_area img {
  max-width: 180px;
}

#lnb_area_sub {
  float: left;
  overflow: hidden;
  width: 180px;
  margin-right: 20px;
  margin-bottom: 50px;
  font-size: 12px;
}

#lnb_area_sub .left_my_info {
  padding: 0 0 10px;
  border: 1px solid #444;
}

#lnb_area_sub .left_my_info h2 {
  margin: 0 0 10px;
  padding: 16px 0;
  text-align: center;
  font-size: 24px;
  color: white;
  line-height: 30px;
  background: #444;
}

#lnb_area_sub .left_my_info span {
  display: block;
  margin: 0 10px;
  padding: 7px 0;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #444;
}

#lnb_area_sub .left_my_info p {
  padding: 13px 0;
  text-align: center;
  color: #808183;
}

#lnb_area_sub .left_my_info ul {
  padding: 10px 10px 0;
}

#lnb_area_sub .left_my_info ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 8px;
  background: url(../imgs/icon/bul_left_info.gif) 0 5px no-repeat;
  line-height: 14px;
  color: #808183;
}

#lnb_area_sub .left_my_info ul li div {
  position: absolute;
  right: 0;
  top: 0;
  color: #3f3b39;
}

#lnb_area_sub .left_navigation > li {
  border-bottom: solid 1px #ddd;
}

#lnb_area_sub .left_navigation li > div {
  padding: 14px 5px 13px;
  font-size: 15px;
  color: #333;
}

#lnb_area_sub .left_navigation li > div a {
  font-size: 15px;
  color: #333;
}

#lnb_area_sub .left_navigation li ul {
  padding: 7px 0 3px;
  border-top: solid 1px #ddd;
  background: #f9f9f9;
}

#lnb_area_sub .left_navigation li li {
  padding: 5px 0 5px 15px;
  border: 0 none;
  background: none;
  line-height: 20px;
}

#lnb_area_sub .left_navigation li li a {
  font-size: 13px;
  color: #666;
}

#lnb_area_sub .lnb_banner {
  margin-top: 20px;
}

#lnb_area_sub img {
  max-width: 180px;
}

#state {
  position: relative;
  clear: both;
  margin: 10px 0;
  padding: 17px 0 18px;
  background: #333;
}

#state:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: white;
}

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

#state h3 {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 18px;
  color: #999;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

#state h3 strong {
  color: #333;
  font-weight: 400;
}

#state dl {
  position: relative;
  z-index: 1;
  float: left;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#state dl:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #5c5c5c;
}

#state dl dt {
  font-size: 16px;
  color: #999;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.05em;
}

#state dl dt:after {
  content: "";
  display: block;
  clear: both;
}

#state dl dt a {
  float: left;
  padding: 3px 0;
  color: #999;
}

#state dl dt a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin: 5px 0 0 12px;
  vertical-align: top;
  background: url(../imgs/global/arrow8.png) 0 0 no-repeat;
}

#state dl dd {
  font-size: 30px;
  color: white;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

#state dl dd:after {
  content: "";
  display: block;
  clear: both;
}

#state dl dd a {
  float: left;
  padding: 2px 0;
  color: white;
  text-transform: uppercase;
}

#state .level {
  width: 291px;
}

#state .mileage {
  width: 310px;
}

#state .coupon {
  width: 295px;
}

#state .wish {
  width: 304px;
}

#lnb {
  float: left;
  width: 190px;
  margin: 0 10px 0 0;
  padding: 5px 0 0;
  font-size: 15px;
  color: #666;
  line-height: 22px;
}

#lnb h3 {
  margin: 0 0 -9px;
  padding: 22px 0 0;
  font-size: 20px;
  color: black;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

#lnb ul {
  padding: 16px 0 10px;
}

#lnb ul li {
  padding: 4px 0 0;
}

#lnb ul li:after {
  content: "";
  display: block;
  clear: both;
}

#lnb ul li a {
  position: relative;
  float: left;
  padding: 2px 0;
  font-size: 15px;
  color: #666;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

#lnb ul li.active a {
  color: #333;
  font-weight: 400;
}

#lnb ul li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

/* quick bar */
#quickbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}

#quickbar .wing {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

#wing_left {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

#wing_left a,
#wing_left img {
  display: block;
  width: 80px;
}

#wing_left a img {
  margin: 0;
}

#wing_left .banner {
  margin: 0;
  padding: 0;
}

#wing_right {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  border: 1px solid #eee;
  background: white;
}

html[lang="en"] #wing_right,
html[lang="cn"] #wing_right {
  width: 50px;
}

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

#wing_right .kakaochannel {
  display: block;
  padding: 23px 0 19px;
  text-align: center;
  font-size: 13px;
  color: #555;
  line-height: 18px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
}

#wing_right .kakaochannel img {
  display: block;
  margin: 0 auto 4px;
}

#wing_right .link {
  display: block;
  position: relative;
  clear: both;
  padding: 11px 0 10px;
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  letter-spacing: -0.02em;
}

#wing_right .link + .link {
  padding: 12px 0 10px;
}

#wing_right .link + .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 9px solid white;
  border-right: 9px solid white;
  background: #e5e5e5;
}

#wing_right .todays_slide {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}

#wing_right .todays_slide .todays_container {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 2px;
}

#wing_right .todays_slide .todays_container p {
  padding: 13px 0 24px;
  text-align: center;
  font-size: 13px;
  color: #999;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

#wing_right .todays_slide .todays_container ul {
  position: absolute;
  top: 0;
  left: 6px;
  width: 66px;
}

#wing_right .todays_slide .todays_container ul li {
  width: 66px;
  height: 71px;
}

#wing_right .todays_slide .todays_container ul li:after {
  content: "";
  display: block;
  clear: both;
}

#wing_right .todays_slide .todays_container ul li img {
  float: left;
  width: 66px;
  height: 66px;
  margin: 2px 0 3px;
}

#wing_right .todays_slide .todays_pagination {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 28px;
  margin: 0 0 5px;
  text-align: center;
  font-size: 12px;
  color: #444;
  line-height: 26px;
  font-weight: 300;
}

#wing_right .todays_slide .todays_pagination a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}

#wing_right .todays_slide .todays_pagination a.prev {
  top: 0;
  left: 0;
  width: 22px;
  height: 29px;
}

#wing_right .todays_slide .todays_pagination a.prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 29px;
  background: url(../imgs/global/arrow13.png) center center no-repeat;
}

#wing_right .todays_slide .todays_pagination a.next {
  top: 0;
  right: 0;
  width: 22px;
  height: 29px;
}

#wing_right .todays_slide .todays_pagination a.next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 29px;
  background: url(../imgs/global/arrow12.png) center center no-repeat;
}

#wing_right .todays_slide .todays_pagination strong {
  font-weight: 300;
}

#wing_right .todays_slide .todays_pagination .pageDisabled {
  opacity: 0.4;
}

#wing_right .top {
  display: block;
  clear: both;
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #eee;
}

#wing_right .top img {
  display: block;
  margin: 0 auto;
}

html[lang="en"] #wing_right .top,
html[lang="cn"] #wing_right .top {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* paging */
/*
.paging{overflow:hidden;text-align:center;margin-top:30px}
.paging ul{display:inline-block;vertical-align:top}
.paging ul:after{content:"";display:block;clear:both}
.paging ul li{float:left;margin:0 -1px 0 0}
.paging ul li a{float:left;width:32px;height:32px;text-align:center;font-size:13px;color:#666;line-height:32px;border:1px solid #ddd;background:white}
.paging ul li a strong{float:left;width:32px;height:32px;text-align:center;font-size:13px;color:#222;line-height:32px;background:#f4f4f4}
.paging ul li a.first{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.prev{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.next{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.last{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.first:before{content:"";position:absolute;top:11px;left:6px;width:0;height:0;border:5px solid transparent;border-right:5px solid #999}
.paging ul li a.first:after{content:"";position:absolute;top:11px;left:11px;width:0;height:0;border:5px solid transparent;border-right:5px solid #999}
.paging ul li a.prev:before{content:"";position:absolute;top:11px;left:8px;width:0;height:0;border:5px solid transparent;border-right:5px solid #999}
.paging ul li a.next:before{content:"";position:absolute;top:11px;right:8px;width:0;height:0;border:5px solid transparent;border-left:5px solid #999}
.paging ul li a.last:before{content:"";position:absolute;top:11px;right:6px;width:0;height:0;border:5px solid transparent;border-left:5px solid #999}
.paging ul li a.last:after{content:"";position:absolute;top:11px;right:11px;width:0;height:0;border:5px solid transparent;border-left:5px solid #999}
*/
.paging {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0;
  text-align: center;
}

.paging ul {
  display: inline-block;
  vertical-align: top;
}

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

.paging ul li {
  float: left;
  margin: 0 2px 0 3px;
}

.paging ul li a {
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 38px;
  font-weight: 400;
  border: 1px solid #eaeaea;
  background: white;
}

.paging ul li a strong {
  position: relative;
  z-index: 2;
  float: left;
  width: 38px;
  height: 38px;
  margin: -1px 0 0 -1px;
  color: #222;
  font-weight: 400;
  border: 1px solid #333;
}

.paging ul li a.first {
  position: relative;
  overflow: hidden;
  margin: 0 5px 0 -11px;
  text-indent: -9999px;
  background: url(../imgs/global/paging_first.gif) center center no-repeat;
}

.paging ul li a.prev {
  position: relative;
  overflow: hidden;
  margin: 0 5px 0 -11px;
  text-indent: -9999px;
  background: url(../imgs/global/paging_prev.gif) center center no-repeat;
}

.paging ul li a.next {
  position: relative;
  overflow: hidden;
  margin: 0 -11px 0 5px;
  text-indent: -9999px;
  background: url(../imgs/global/paging_next.gif) center center no-repeat;
}

.paging ul li a.last {
  position: relative;
  overflow: hidden;
  margin: 0 -11px 0 5px;
  text-indent: -9999px;
  background: url(../imgs/global/paging_last.gif) center center no-repeat;
}

/* footer */
#footer {
  position: relative;
  clear: both;
  width: 966px;
  margin: 0 auto;
  padding: 0 234px 35px 0;
  background: #e9e9e9;
}

html[lang="en"] #footer,
html[lang="cn"] #footer {
  background-color: #dbdbdb;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  width: 300%;
  height: 100%;
  background: #e9e9e9;
}

html[lang="en"] #footer::before,
html[lang="cn"] #footer::before {
  background-color: #dbdbdb;
  display: block !important;
}

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

#footer .notice {
  position: relative;
  z-index: 2;
  margin: 0 -234px 0 0;
  background: #dbdbdb;
}

#footer .notice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #dbdbdb;
}

#footer .notice:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #dbdbdb;
}

#footer .notice dt {
  position: absolute;
  top: 0;
  left: 3px;
  padding: 11px 0 12px;
  font-size: 16px;
  color: #222;
  line-height: 20px;
  letter-spacing: -0.015em;
}

#footer .notice dd.text {
  margin: 0 177px 0 65px;
}

#footer .notice dd.text:after {
  content: "";
  display: block;
  clear: both;
}

#footer .notice dd.text a {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 12px 15px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-size: 15px;
  color: #555;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.015em;
}

#footer .notice dd.more {
  position: absolute;
  top: 0;
  right: 0;
}

#footer .notice dd.more a {
  display: block;
  position: relative;
  width: 149px;
  padding: 13px 14px 10px;
  font-size: 15px;
  color: #5c5c5c;
  line-height: 20px;
  letter-spacing: -0.03em;
}

#footer .notice dd.more a:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  width: 56px;
  height: 9px;
  background: url(../imgs/global/footer_arrow1.png) center center no-repeat;
}

#footer .notice dd.more a:hover:after {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: arrowhover;
          animation-name: arrowhover;
}

@-webkit-keyframes arrowhover {
  0% {
    width: 56px;
  }
  50% {
    width: 71px;
  }
  100% {
    width: 56px;
  }
}

@keyframes arrowhover {
  0% {
    width: 56px;
  }
  50% {
    width: 71px;
  }
  100% {
    width: 56px;
  }
}

#footer .cs {
  position: relative;
  z-index: 2;
  float: right;
  width: 196px;
  margin: 35px -234px 0 0;
  padding: 0 0 0 38px;
}

#footer .cs dt {
  position: relative;
  font-size: 27px;
  color: #333;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

#footer .cs dt:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -38px;
  width: 27px;
  height: 22px;
  background: url(../imgs/global/footer_cs.png) 0 0 no-repeat;
}

#footer .cs dt span {
  display: inline-block;
  padding: 4px 0 0;
  vertical-align: top;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 20px;
  font-weight: 400;
}

#footer .cs dd {
  padding: 6px 0 0;
  font-size: 17px;
  color: #555;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.015em;
}

#footer .cs dd:after {
  content: "";
  display: block;
  clear: both;
}

#footer .cs dd span {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #909090;
  line-height: 20px;
}

#footer .cs dd a {
  float: left;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: 7px 12px 0 0;
  border-radius: 100%;
}

html[lang="cn"] #footer .cs {
  width: 220px;
  text-align: right;
}

html[lang="en"] #footer .cs,
html[lang="cn"] #footer .cs {
  position: absolute;
  right: 0;
  margin-right: 0;
  bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html[lang="en"] #footer .cs dt,
html[lang="cn"] #footer .cs dt {
  font-size: 15px;
  color: #333333;
  margin-right: 1rem;
  font-weight: 300;
}

html[lang="cn"] #footer .cs dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html[lang="en"] #footer .cs dd,
html[lang="cn"] #footer .cs dd {
  padding-top: 0;
}

html[lang="en"] #footer .cs dd a,
html[lang="cn"] #footer .cs dd a {
  margin-top: 0;
}

#footer .cs dd a img {
  display: block;
}

#footer .logo {
  position: relative;
  z-index: 2;
  float: left;
  margin: 35px 25px 0 0;
}

#footer .logo a,
#footer .logo img {
  display: block;
  height: 27px;
}

#footer .menu {
  position: relative;
  z-index: 2;
  float: left;
  margin: 35px 0 0;
}

#footer .menu li {
  float: left;
  margin: 0 0 0 15px;
}

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

#footer .menu li a {
  float: left;
  padding: 3px 5px 4px;
  font-size: 15px;
  color: #757575;
  line-height: 20px;
  font-weight: 300;
}

#footer .menu li strong {
  color: #3e76b5;
}

#footer .state {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  padding: 20px 0 0;
  font-size: 15px;
  color: #777;
  line-height: 28px;
  font-weight: 300;
}

#footer .state button {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 15px;
  color: #777;
  line-height: 28px;
  font-weight: 300;
}

#footer .state button:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}

#footer .state a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 15px;
  color: #777;
  line-height: 28px;
  font-weight: 300;
}

#footer .state a:hover:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}

#footer .state strong {
  color: #333;
  font-weight: 300;
}

#footer .state span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 26px;
  height: 28px;
  vertical-align: top;
  text-indent: -9999px;
}

#footer .state span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  width: 1px;
  height: 13px;
  background: #e1e1e1;
}

#footer .state span:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  width: 1px;
  height: 13px;
  background: #ccc;
}

#footer .copy {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0 0 -3px;
  padding: 16px 0 0;
  font-size: 14px;
  color: #b0b0b0;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.025em;
}

/* 하단 모바일 버전으로 보기 */
.go_mobile {
  clear: both;
  background: #444;
  text-align: center;
  margin-top: 10px;
}

.go_mobile a {
  display: block;
  color: #fff;
  font-size: 53px;
  padding: 37px 0;
}

/* 버튼 */
.btn_mid {
  text-align: center;
}

.btn_left {
  text-align: left;
}

.btn_right {
  text-align: right;
}

/* 버튼 */
.wrap_buttons {
  text-align: center;
  margin-top: 40px;
}

.wrap_buttons button,
.wrap_buttons a {
  display: inline-block;
  width: 176px;
  padding: 13px 0 15px;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  color: #fff !important;
  border: solid 1px #444;
  background: #444;
}

.wrap_buttons .gray {
  background: #888;
  border: solid 1px #888;
}

.wrap_buttons .bor {
  background: #fff;
  border: 1px solid #999;
  color: #888 !important;
}

.wrap_buttons.popup {
  margin-top: 30px;
}

/* 카테고리박스 */
.box_ctg_small {
  padding-bottom: 5px;
  background: url(../imgs/goods/bg_ctg_bottoms.png) 0 bottom no-repeat;
}

.box_ctg_small h3 {
  padding: 15px 0 7px 25px;
  *padding: 15px 0 9px 25px;
  font-size: 12px;
  background: url(../imgs/goods/bg_ctg_tops.png) 0 0 no-repeat;
  font-weight: bold;
}

.box_ctg_small ul {
  overflow: hidden;
  padding: 12px 0 5px 25px;
  background: url(../imgs/goods/bg_ctg_mids.gif) 0 0 repeat-y;
}

.box_ctg_small ul li {
  padding: 0 0 9px 16px;
  background: url(../imgs/button/btn_ctg_more.gif) 6px 6px no-repeat;
  float: left;
  width: 22%;
}

.box_ctg_big {
  overflow: hidden;
  margin: 15px 0 20px;
  padding-bottom: 8px;
  background: url(../imgs/goods/bg_ctg_bottom.png) 0 bottom no-repeat;
}

.box_ctg_big h3 {
  height: 14px;
  margin: 0;
  padding: 18px 0 14px 25px;
  background: url(../imgs/goods/bg_ctg_top.png) 0 0 no-repeat;
}

.box_ctg_big ul {
  overflow: hidden;
  padding: 20px 0 10px 25px;
  background: url(../imgs/goods/bg_ctg_mid.gif) 0 0 repeat-y;
}

.box_ctg_big ul li {
  padding: 0 0 9px 16px;
  background: url(../imgs/button/btn_ctg_more.gif) 6px 6px no-repeat;
  float: left;
  width: 18%;
}

.box_ctg_big ul li a {
  color: #535353;
}

/* 쿠폰 조회 */
.listHidden {
  display: none;
}

/* 레이어박스 */
.layer_wrap {
  background: #f4f4f4;
  padding: 5px;
}

.layer_wrap .layer_cont {
  border: solid 1px #ccc;
  background: #fff;
  padding: 20px 15px 30px;
}

.layer_cont h1 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  color: #222;
  line-height: 28px;
  border-bottom: solid 2px #555;
}

.layer_cont h2 {
  font-weight: bold;
  color: #3d3d3d;
  font-size: 12px;
}

.layer_wrap .layer_cont p.txt_area {
  overflow: hidden;
  margin: 30px 0 0;
  padding: 37px 19px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  color: #222;
}

.layer_wrap .layer_cont .couponList {
  overflow-y: auto;
  max-height: 240px;
  margin: 0 0 20px;
  padding: 4px 10px 5px;
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
}

.layer_wrap .layer_cont .couponList li {
  padding: 3px 0 3px 8px;
  word-wrap: break-word;
  font-size: 12px;
  color: #555;
  line-height: 18px;
  background: url(../imgs/icon/bul_left_info.gif) 0 11px no-repeat;
}

/*---------------------------------------------- table ------------------------------------------------------*/
.table_fixed {
  table-layout: fixed;
}

.table_ver {
  margin: 10px 0 0;
  border-top: 1px solid #444;
}

.table_ver thead {
  background: #f8f8f8;
  border-bottom: solid 1px #dbdbdb;
}

.table_ver thead th {
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
  font-size: 13px;
  color: #444;
  line-height: 19px;
}

.table_ver tbody td {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: #666;
  line-height: 19px;
  border-bottom: solid 1px #dbdbdb;
  word-break: break-all;
}

/*1224띄어쓰의 없을경우 테이블 벗어남*/
.table_ver tbody td.text_left {
  text-align: left;
  padding: 10px;
}

/* 총 합계 쪽 */
.table_ver tr.total_price td {
  height: 50px !important;
  padding: 0 !important;
  background-color: #f7f7f7;
}

.table_ver tr.total_price td div {
  position: relative;
  width: 100%;
  height: 100%;
}

.table_ver tr.total_price td p {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin: 5px 6px;
  padding: 10px 13px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #000;
}

.table_ver tr.total_price td p span {
  display: inline-block;
  margin-right: 120px;
}

.table_ver tr.total_price td p span {
  margin-right: 38px;
}

/* 상품이미지,상품명 */
.table_ver tbody td.table_product {
  text-align: left;
  padding: 15px;
}

.table_ver tbody td.table_product a {
  float: left;
}

.table_ver tbody td.table_product a img {
  border: solid 1px #e6e6e6;
  width: 120px;
  height: 120px;
  margin-right: 15px;
}

.table_ver tbody td.table_product a img.no {
  border: none;
  width: auto;
  margin-right: 0;
}

.table_ver tbody td.table_product p {
  float: left;
  width: 80%;
  margin: 5px 0 0;
}

.table_ver tbody td.table_product p a {
  width: 100%;
}

.table_ver tbody td.table_product p img {
  clear: both;
}

.table_ver tbody td.table_product:first-child {
  padding: 15px 15px 15px 0;
}

.table_ver tbody td button {
  margin: 2px 0;
}

.table_ver tbody td .default {
  display: inline-block;
  margin: 1px 0;
  padding: 0 5px;
  vertical-align: top;
  font-size: 11px;
  color: white;
  line-height: 17px;
  border-radius: 3px;
  background: #999;
}

.table_ver tbody td .label {
  display: inline-block;
  margin: 1px 0;
  padding: 0 5px;
  vertical-align: top;
  font-size: 11px;
  line-height: 15px;
  border-radius: 3px;
  border: 1px solid #999;
  background: white;
}

.table_ver tbody td .state {
  display: block;
  text-align: center;
}

.table_ver td.productimg {
  padding: 15px 0;
}

.table_ver td.productimg a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}

.table_ver td.productimg img {
  display: block;
  width: 78px;
  height: 78px;
  border: 1px solid #dedede;
}

.table_ver td.productimg.big a {
  width: 140px;
  height: 140px;
}

.table_ver td.productimg.big img {
  width: 138px;
  height: 138px;
}

.table_ver td.product {
  padding: 15px;
  text-align: left;
}

.table_ver td.product img {
  margin: 0;
  border: 0 none;
  *vertical-align: middle;
}

.table_ver td.product span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.table_ver td.product span button {
  font-size: 11px;
  font-family: "돋움", dotum, "굴림", gulim;
  font-weight: bold;
  color: #ca1818;
  text-decoration: underline;
  margin: 0;
}

.table_ver td.product span em {
  color: #ca1818;
  font-style: normal;
}

.table_ver td.orderstep a,
.table_ver td.orderstep button {
  margin: 2px 0;
}

.table_ver td.delivery {
  padding: 10px;
  text-align: right;
  line-height: 25px;
  background: #f9f9f9;
}

.table_ver .article td {
  padding: 20px;
  background: #f8f8f8;
}

.table_ver .article td .articlecont {
  word-wrap: break-word;
  text-align: left;
}

#contents .table_ver tbody td.table_product p {
  width: 60%;
}

.table_hor {
  margin: 10px 0 0;
  border-top: 1px solid #444;
}

.table_hor tbody th {
  background: #f8f8f8;
  text-align: left;
  font-weight: normal;
  padding: 10px 15px;
  color: #444;
  border-bottom: solid 1px #dbdbdb;
}

.table_hor tbody th.line {
  border-left: solid 1px #dbdbdb;
}

.table_hor tbody td {
  text-align: left;
  padding: 10px 15px;
  color: #666;
  border-bottom: solid 1px #dbdbdb;
  word-break: break-all;
}

/*1224띄어쓰의 없을경우 테이블 벗어남*/
/* 상품이미지,상품명 */
.table_hor tbody td.table_product {
  text-align: left;
  padding: 10px;
}

.table_hor tbody td.table_product a {
  float: left;
}

.table_hor tbody td.table_product a img {
  border: solid 1px #e6e6e6;
  width: 80px;
  margin-right: 10px;
}

.table_hor tbody td.table_product p {
  float: left;
  width: 80%;
  margin: 5px 0 0;
}

.table_hor tbody .form th {
  padding: 10px 15px;
  line-height: 25px;
}

.table_hor tbody .form td {
  padding: 10px 15px;
  line-height: 25px;
}

.table_hor tbody .dotnonetext {
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: top;
}

.essential {
  margin: 4px 0 0;
  vertical-align: top;
}

.table_hor tbody .form th .essential {
  margin: 7px 0 0;
}

.popCloseButton {
  display: inline-block;
  position: relative;
  top: -1px;
  overflow: hidden;
  width: 39px;
  height: 0;
  margin: 0 0 0 5px;
  padding: 19px 0 0;
  vertical-align: middle;
  line-height: 20px;
  background: url(../imgs/button/btn_close_popup.gif) 0 0 no-repeat;
}

/* 주문할상품 , 할인 및 배송비 */
.order_ver {
  margin: 10px 0 0;
  font-size: 13px;
  border-top: 1px solid #444;
}

.order_ver .noIncrease {
  font-size: 11px;
}

.order_ver thead {
  background: #f3f3f3;
  border-bottom: solid 1px #dbdbdb;
}

.order_ver thead th {
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
  color: #444;
}

.order_ver tbody td {
  text-align: center;
  padding: 10px 0;
  color: #444;
  border-bottom: solid 1px #dbdbdb;
}

.order_ver tbody td strong {
  color: #000;
}

.order_ver tbody td button {
  margin: 2px 0;
}

.order_ver tbody td .forIcon {
  position: relative;
  padding: 10px 0;
}

.order_ver tbody td .forIcon img {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -15px -15px 0 0;
}

.order_ver tbody .priceBig {
  font-size: 14px;
}

.order_ver tbody .priceBig span {
  vertical-align: -1px;
  font-size: 21px;
  font-weight: bold;
  font-family: Tahoma !important;
}

/* 상품명에 해당하는 영역 : 상품이미지+상품명+옵션+판매자 */
.order_ver td.productimg {
  padding: 15px 0;
}

.order_ver td.productimg a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}

.order_ver td.productimg img {
  display: block;
  width: 78px;
  height: 78px;
  border: 1px solid #dedede;
}

.order_ver td.product {
  padding: 15px;
  text-align: left;
}

.order_ver td.product img {
  margin: 0;
  border: 0 none;
  *vertical-align: middle;
}

.order_ver td.product span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.order_ver td.product span button {
  font-size: 11px;
  font-family: "돋움", dotum, "굴림", gulim;
  font-weight: bold;
  color: #ca1818;
  text-decoration: underline;
  margin: 0;
}

.order_ver td.product span em {
  color: #ca1818;
  font-style: normal;
}

/* 총 비용 */
.order_ver tr.total_price td {
  background-color: #f7f7f7;
}

.order_ver tr.total_price td div {
  float: right;
  margin: 0 10px 0 0;
  padding: 8px 13px;
  text-align: left;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.order_ver tr.total_price td div span {
  display: inline-block;
  width: 0;
  vertical-align: top;
  font-size: 13px;
  color: #666;
  line-height: 23px;
  white-space: nowrap;
}

.order_ver tr.total_price td div strong {
  display: inline-block;
  width: 279px;
  vertical-align: top;
  text-align: right;
  font-size: 13px;
  color: #666;
  line-height: 23px;
}

/* 추가할인적용 */
.order_hor {
  clear: both;
  margin: 10px 0 0;
  font-size: 13px;
  border-top: 1px solid #444;
}

.order_hor th {
  background: #f3f3f3;
  border-bottom: solid 1px #dbdbdb;
  text-align: center;
  font-weight: normal;
  padding: 9px 0 7px;
  color: #444;
}

.order_hor td {
  border-bottom: solid 1px #dbdbdb;
  text-align: left;
  padding: 10px;
  color: #666;
  line-height: 16px;
}

.order_hor td.total span {
  font-size: 15px;
}

.order_hor td.point strong {
  color: #000;
}

.order_hor td.payment span {
  font-size: 19px;
  font-family: Tahoma;
}

.order_hor tbody .form th {
  padding: 10px 15px;
  line-height: 25px;
}

.order_hor tbody .form td {
  padding: 10px 15px;
  line-height: 25px;
}

/* 공통상품 */
.common_product {
  position: relative;
  margin: 10px -14px 0;
  padding: 21px 0 0;
}

.common_product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 14px solid white;
  border-right: 14px solid white;
  background: black;
}

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

.common_product li {
  float: left;
  width: 25%;
  margin: 0 0 30px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.common_product li .check {
  margin-bottom: 10px;
}

.common_product li .check input {
  margin: 0;
}

.common_product li a.link_box,
.common_product li a.link_box > span {
  display: block;
}

.common_product li a.link_box .thumb_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 229px;
}

.common_product li a.link_box .thumb_box .thumb {
  display: block;
  width: 100%;
}

.common_product li a.link_box .thumb_box .best {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.common_product li a.link_box .info_box {
  height: 132px;
  padding: 12px 5px 0;
}

.common_product li a.link_box .info_box > span {
  display: block;
  color: #333;
  line-height: 22px;
}

.common_product li a.link_box .info_box .name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  margin: 0 0 5px;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 20px;
}

.common_product li a.link_box .info_box .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #777;
}

.common_product li a.link_box .info_box .market,
.common_product li a.link_box .info_box .marketPrice {
  overflow: hidden;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.common_product li a.link_box .info_box .price {
  overflow: hidden;
  font-size: 14px;
  color: #000;
}

.common_product li a.link_box .info_box .price .sale {
  padding: 0 0 0 5px;
  color: #ca1818;
}

.common_product li a.link_box .info_box .icons {
  overflow: hidden;
  margin-top: 5px;
  font-size: 12px !important;
  line-height: 0 !important;
}

.common_product li a.link_box .info_box .icons img {
  display: inline-block;
  height: 16px;
  vertical-align: top;
}

.common_product li.none_pro {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 50px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
}

.common_product.list2 {
  margin: 10px -20px 0 0;
}

.common_product.list2:before {
  border-left: 20px solid white;
  border-right: 20px solid white;
}

.common_product.list2 ul li {
  width: 50%;
  padding: 0 20px;
}

.common_product.list2 li a.link_box .thumb_box {
  height: 470px;
}

.common_product.list3 {
  margin: 10px -35px 0 0;
}

.common_product.list3:before {
  border-left: none;
  border-right: 35px solid white;
}

.common_product.list3 ul {
  margin: 0 -1% 0 0;
}

.common_product.list3 ul li {
  width: 345px;
  padding: 0 35px 0 0;
}

.common_product.list3 li a.link_box .thumb_box {
  height: 310px;
}

.common_product.list5 {
  margin: 10px -10px 0;
}

.common_product.list5:before {
  border-left: 10px solid white;
  border-right: 10px solid white;
}

.common_product.list5 ul li {
  float: left;
  width: 20%;
  padding: 0 10px;
}

.common_product.list5 li a.link_box .thumb_box {
  height: 184px;
}

.common_product.list5 li.none_pro {
  padding: 50px 10px;
}

/* 상품관련 */
.pro_name {
  display: block;
  color: #444;
  line-height: 16px;
  font-size: 13px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.pro_name a {
  color: #444;
}

.pro_summary {
  display: block;
  font-size: 11px;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: break-word;
  color: #777;
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_market {
  display: block;
  overflow: hidden;
  height: 22px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin: 0 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
  text-decoration: line-through;
}

.pro_market2 {
  display: block;
  overflow: hidden;
  height: 22px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
  text-decoration: line-through;
}

.pro_summary a {
  color: #777;
}

.org_price {
  display: block;
}

.org_price del {
  display: block;
  color: #999;
  text-decoration: line-through;
  height: 16px;
  overflow: hidden;
  margin-top: 8px;
}

.sale_price {
  display: block;
  color: #000;
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  margin-top: 6px;
}

.point {
  display: block;
  font-size: 12px;
  color: #7b7b7b;
  margin-top: 5px;
}

/*
.icons{display:block;height:16px;overflow:hidden;margin-top:5px;font-size:5px !important;line-height:0 !important;}
*/
.dragDummy {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/global/dummy.gif) 0 0 repeat;
}

.smallbutton {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 2px 8px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  color: white;
  line-height: 19px;
  border: 1px solid black;
  background: #444;
}

.smallbutton.gray {
  color: #888;
  border: 1px solid #ccc;
  background: white;
}

.smallbutton.red {
  color: white;
  border: 1px solid red;
  background: red;
}

#refund_forecast .warning {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 8px 0 -2px;
  padding: 0 0 0 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  font-size: 14px;
  color: #f44848;
  line-height: 20px;
  letter-spacing: -0.01em;
}

#refund_forecast .warning:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 2px;
  height: 2px;
  background: black;
}

/*다국어*/
html:not([lang="ko"]) #footer .cs dt:before {
  display: none;
}

html:not([lang="ko"]) .main-product .stage .product-list .item a .icons {
  display: none;
}