body.main {
  background-color: #fcfbfa
}

header.white .tool-bar {
  border-bottom-color: white;
  background-color: white
}

header .tool-bar {
  position: absolute;
  width: 100%;
  height: 62px;
  border-top: 1px solid #f0ede6;
  border-bottom: 1px solid #dbd7d8;
  background-color: #f7f5f1
}

header .tool-bar .head-logo, header .tool-bar h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

header .tool-bar .head-logo h1, header .tool-bar h1 h1 {
  width: 45%
}

header .tool-bar .head-logo h1 img, header .tool-bar h1 h1 img {
  width: 100%;
  max-width: 143px;
  -webkit-transform: scale(0.83);
  transform: scale(0.83)
}

header .tool-bar .head-cart a {
  position: absolute;
  top: calc(50% - 25px);
  right: 4px;
  width: 50px;
  height: 50px;
  background-image: url("../images/common/tool_cart.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 26px
}

header .tool-bar .close-btn {
  position: absolute;
  display: inline-block;
  top: calc(50% - 25px);
  right: 15px;
  width: 24px;
  height: 2px;
  background-color: transparent
}

header .tool-bar .close-btn::after, header .tool-bar .close-btn::before {
  position: absolute;
  content: '';
  top: 25px;
  left: -4px;
  width: 32px;
  height: 1px;
  border-radius: 3px;
  background-color: #b39985;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

header .tool-bar .close-btn::after {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

header .tool-bar .close-btn a {
  display: block;
  width: 35px;
  height: 50px
}

#nav-scroll {
  position: absolute;
  z-index: 1;
  top: 62px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #dbd7d8;
  background-color: white
}

#nav-scroll #nav-scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none
}

#nav-scroll #nav-scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center
}

#nav-scroll #nav-scroller li {
  display: inline-block;
  padding: 11px 14px
}

#nav-scroll #nav-scroller li a {
  font-size: 14px;
  font-weight: 700;
  color: #9f9f9f
}

#nav-scroll #nav-scroller li.active a {
  color: #555
}

.contents {
  padding-top: 106px
}

header.nav~.contents {
  padding-top: 62px
}

.contents img {
  width: 100%
}

.main-head {
  background: url("../images/slide/main_bg.jpg") no-repeat 100%;
  background-size: cover
}

.main-slide .item {
  padding: 25px;
  height: 310px;
  background: url("../images/slide/main_bg_01.png") no-repeat 100%;
  background-size: contain
}

.main-slide .item.bg2 {
  background-image: url("../images/slide/main_bg_02.png")
}
.main-slide .item.bg3 {
  background-image: url("../images/slide/main_bg_03.png")
}
.main-slide .item.bg4 {
  background-image: url("../images/slide/main_bg_04.png")
}
.main-slide .item.bg5 {
  background-image: url("../images/slide/main_bg_05.png")
}
.main-slide .item.bg6 {
  background-image: url("../images/slide/main_bg_06.png")
}

.main-slide .title h2, .main-slide .title p, .main-slide .title .content-box .section .caution li span, .content-box .section .caution li .main-slide .title span, .main-slide .title span {
  display: block;
  padding: 2px 0;
  font-size: 22px;
  line-height: 1.1
}

.main-slide .title p, .main-slide .title .content-box .section .caution li span, .content-box .section .caution li .main-slide .title span {
  color: #ac8666
}

.main-slide .title h2 {
  padding-bottom: 8px;
  font-weight: 700;
  color: #615d53
}

.main-slide .title span {
  font-size: 13px;
  color: #4b4537
}

.main-slide .btn {
  padding: 12px 0
}

.main-slide .btn a {
  position: relative;
  padding: 0 25px 0 10px;
  display: inline-block;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  color: #4b4537;
  border: 1px solid #9d9a93;
  border-radius: 3px
}

.main-slide .btn a::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 4.5px);
  left: inherit;
  width: 4px;
  height: 9px;
  background-image: url("../images/common/arr_btn.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 4px;
  right: 11px
}

.sub-banner .item, .sub-slide .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.sub-banner .item .title, .sub-slide .item .title {
  position: absolute;
  top: 62px;
  color: white;
  text-align: center
}

.sub-banner .item .title h2, .sub-banner .item .title span, .sub-slide .item .title h2, .sub-slide .item .title span {
  padding: 5px
}

.sub-banner .item .title h2, .sub-slide .item .title h2 {
  font-size: 22px;
  font-weight: 700
}

.sub-banner .item .title span, .sub-slide .item .title span {
  font-size: 16px
}

.sub-banner .item img, .sub-slide .item img {
  height: 180px
}

.contents-item {
  padding: 50px 0
}

.contents-item .item {
  display: block
}

.contents-item .item p, .contents-item .item .content-box .section .caution li span, .content-box .section .caution li .contents-item .item span, .contents-item .item span {
  font-size: 14px;
  color: #7f7f7f
}

.contents-item .item span {
  padding: 10px 0;
  display: block
}

.contents-item .item strong {
  color: #1e1e1e
}

.contents-item ul {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contents-item ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 125px;
  text-align: center
}

.contents-item ul li::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: calc(50% - 47px);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #f8f4f1;
  z-index: 7
}

.contents-item ul li::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: calc(50% - 47px);
  width: 94px;
  height: 94px;
  background-image: url("../images/common/shop_spr.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 470px;
  z-index: 9
}

.contents-item ul li:nth-child(2)::after {
  background-position: -94px 0
}

.contents-item ul li:nth-child(3)::after {
  background-position: -188px 0
}

.contents-item ul li span {
  position: absolute;
  left: 50%;
  bottom: -10px;
  font-weight: 700;
  color: #b49174 !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

h3.bullet {
  position: relative;
  padding: 7px 0 7px 16px;
  font-size: 17px;
  color: #555
}

h3.bullet::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #ac8666;
  border-radius: 100%
}

.sub-content {
  margin: 50px 0
}

.sub-content.film {
  margin: 32px 0
}

.film-top .title {
  padding: 15px;
  border-radius: 5px;
  background-color: #f2f2f2
}

.film-top h3 {
  padding: 3px 0;
  font-size: 19px;
  color: #303030
}

.film-top p, .film-top .content-box .section .caution li span, .content-box .section .caution li .film-top span {
  padding-top: 3px;
  font-size: 14px;
  line-height: 1.3;
  color: #7f7f7f
}

.film-list {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.film-list li {
  position: relative;
  padding: 0 35px;
  margin: 16px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.film-list li::before {
  margin-bottom: 10px;
  position: relative;
  display: block;
  content: '';
  top: 0;
  left: calc(50% - 46px);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #f8f4f1;
  z-index: 7
}

.film-list li::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: calc(50% - 46px);
  width: 92px;
  height: 92px;
  background-image: url("../images/common/shop_spr.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 470px;
  background-position: -282px 0;
  z-index: 9
}

.film-list li:nth-child(2)::after {
  content: '20';
  line-height: 92px;
  font-size: 36px;
  font-weight: 300;
  color: #ac8666;
  background-image: none
}

.film-list li:nth-child(3)::after {
  background-position: -376px 0
}

.film-list li h4 {
  padding: 2px 0;
  font-size: 16px;
  color: #303030
}

.film-list li span {
  font-size: 14px;
  line-height: 1.3;
  color: #7f7f7f
}

.film-list.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px 0
}

.film-list.horizontal li {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.film-list.horizontal li::after, .film-list.horizontal li::before {
  display: none
}

.film-list.horizontal li.arrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0.5 auto;
  flex: 1 0.5 auto
}

.film-list.horizontal li.arrow img {
  margin-top: 42px;
  width: 68%
}

.film-list.horizontal li span {
  margin-top: 7px;
  display: block;
  font-weight: 700
}

.film-list.horizontal.mid {
  padding: 3px 0
}

.content-box em, .content-box p, .content-box .section .caution li span {
  padding: 5px 0;
  font-size: 14px;
  color: #7f7f7f
}

.content-box em {
  padding: 17px 0;
  display: block;
  line-height: 1.3;
  font-style: normal
}

.content-box .description+.section {
  padding-top: 25px
}

.content-box .section {
  padding: 13px 0
}

.content-box .section .caution li::before {
  position: relative;
  display: inline-block;
  content: '-';
  font-size: 14px;
  color: #7f7f7f
}

.content-box .section .caution li span {
  padding-left: 7px
}

.content-box .section .table-area {
  margin: 8px 0
}

.content-box .section .table-area table {
  margin-bottom: 24px
}

.content-box .section .table-area td {
  padding: 0 15px;
  height: 56px
}

.film-print li {
  padding: 16px;
  margin-bottom: 30px;
  background-color: #f2f2f2
}

.film-print li h4 {
  font-size: 16px;
  color: #303030
}

.film-print li p, .film-print .content-box .section .caution li span, .content-box .section .caution .film-print li span {
  padding: 2px 0;
  font-size: 14px;
  font-weight: 700;
  color: #716b4e
}

.film-print li span {
  padding: 4px 0 10px;
  display: block;
  font-size: 14px;
  color: #7f7f7f
}

.film-print li .thumb {
  position: relative;
  padding: 8px 0
}

.film-print li .thumb::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 8px;
  width: 100%;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1
}

.film-print li .thumb span {
  position: absolute;
  padding: 0 0 0 15px;
  bottom: 8px;
  line-height: 38px;
  color: white;
  z-index: 3
}

.film-print li .thumb img {
  display: block
}

.quick-menu {
  padding: 30px 0;
  display:inline-block;
  width: 100%;
}

.quick-menu h3 {
  position: relative;
  padding: 6px 0 4px;
  text-align: center
}

.quick-menu h3::after {
  position: absolute;
  display: block;
  content: '';
  top: inherit;
  left: calc(50% - 9.5px);
  width: 19px;
  height: 1.5px;
  bottom: 0;
  background-color: #c1c1c1
}

.quick-menu ul {
  padding: 15px 0;
}

.quick-menu ul li {
  position: relative;
  text-align: center;
  float: left;
  width: 33%;
  height: 110px;
}

.quick-menu ul li::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 42px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-image: url("../images/common/quick_spr.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 420px
}

.quick-menu ul li.print::after {
  background-position: 0 0
}

.quick-menu ul li.frame::after {
  background-position: -60px 0
}

.quick-menu ul li.piece::after {
  background-position: -120px 0
}

.quick-menu ul li.photo::after {
  background-position: -180px 0
}

.quick-menu ul li.goods::after {
  background-position: -240px 0
}

.quick-menu ul li.film::after {
  background-position: -300px 0
}

.quick-menu ul li.customer::after {
  background-position: -360px 0
}

.quick-menu ul li a {
  display: block;
  width: 100%;
  height: 100%
}

.quick-menu ul li a span {
  position: relative;
  font-size: 14px;
  color: #433f34;
  bottom: -75px;
}

.left-box .quick-menu {
  padding: 0
}

.left-box .quick-menu ul li::before {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 42px);
  left: calc(50% - 34px);
  width: 68px;
  height: 68px;
  border: 1px solid #ac8666;
  border-radius: 50%;
  background-color: #f8f4f1;
  z-index: 7
}

.left-box .quick-menu ul li {
  width:25%;
}

.left-box .quick-menu ul li::after {
  top: calc(50% - 37px);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 9
}

.left-box .quick-menu ul li a span {
  bottom: -84px
}

.left-box .quick-menu ul li.contact::after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.pa-title h2 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  border-bottom: 1px solid #ddd
}

.pa-detail {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd
}

.pa-detail .pa-info {
  padding: 12px 0
}

.pa-detail .pa-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #7f7f7f;
  text-align: left
}

.pa-detail .pa-info li.form {
  padding: 5px 0
}

.pa-detail .pa-info li span {
  line-height: 1.1
}

.pa-detail .pa-info li span.price {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  color: #e52929
}

.pa-detail .pa-info li span.price::after {
  content: '원';
  font-size: 13px
}

.pa-detail .pa-info li .select-box, .pa-detail .pa-info li span:last-child {
  width: 69.7%;
  text-align: right
}

.select-box {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 10px
}

.select-box:last-child {
  margin-bottom: 0
}

.select-box::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 3px);
  left: inherit;
  width: 12px;
  height: 6px;
  right: 14px;
  background-image: url("../images/common/arr_select.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover
}

.select-box select {
  padding: 0 10px;
  width: 100%;
  height: 35px;
  font-size: 14px;
  letter-spacing: inherit;
  color: #555;
  border: 0
}

.input-box input {
  position: relative;
  width: 50px;
  height: 36px;
  font-size: 14px;
  color: #555;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f1f1f1
}

.input-box input.focus {
  padding-left: 20px;
  margin: 5px 0;
  width: 100%;
  height: 45px;
  color: #333;
  text-align: left;
  background-color: #f7f5f1
}

.input-box.size span {
  margin: 0 5px
}

.input-box.gray {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  clear: both;
  overflow: hidden
}

.input-box.gray .btn-box, .input-box.gray input {
  display: block;
  float: left
}

.input-box.gray input {
  background-color: white
}

.input-box.gray .btn-box.inner {
  padding: 0;
  margin-left: 10px
}

.input-box.gray .btn-box.inner a {
  padding: 0 16px;
  width: auto;
  background-color: #8e8e8e
}

.quanty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  border: 1px solid #ddd
}

.quanty-box .quanty-dp {
  width: 63px;
  height: 35px
}

.quanty-box .quanty-dp input {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #555;
  border: 0
}

.quanty-box .quanty-btn {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #ededed;
  border-right: 1px solid #ddd
}

.quanty-box .quanty-btn::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 8px);
  left: calc(50% - 7px);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/add_spr.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover
}

.quanty-box .quanty-btn:last-child {
  border-right: 0;
  border-left: 1px solid #ddd
}

.quanty-box .quanty-btn:last-child::after {
  background-position: -15px 0
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0
}

.btn-box a {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  background-color: #c4bfb5
}

.btn-box a:last-child {
  margin-right: 0
}

.btn-box a.fixB, .btn-box a.list, .btn-box a.login, .btn-box a.order {
  background-color: #89857d
}

.btn-box a.big, .btn-box a.buy, .btn-box a.fixB, .btn-box a.list {
  font-size: 17px;
  height: 50px
}

.btn-box a.big {
  margin: 2px 0
}

.btn-box.round {
  padding: 15px 0
}

.btn-box.round a {
  font-size: 14px;
  font-weight: normal;
  color: #87705e;
  border-radius: 25px;
  background-color: white;
  border: 1px solid #ac8666
}

.btn-box.inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 6px
}

.btn-box.inner a {
  width: 62px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #aa8f77
}

.btn-box.fixBottom {
  position: fixed;
  padding: 0 15px;
  bottom: 25px;
  width: 100%
}

.btn-box.fixBottom.keypad {
  position: relative;
  bottom: -50px
}

.btn-box.gray {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: 1px solid #ddd;
  background-color: #f2f2f2
}

.btn-box.gray a {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  height: 31px;
  font-size: 12px;
  color: #555;
  background-color: transparent
}

.signup {
  margin-bottom: 40px
}

.signup .btn-box a {
  position: relative;
  font-size: 14px;
  color: #3c5b9a;
  border: 1px solid #333;
  background-color: white
}

.signup .btn-box a::before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
  content: '';
  width: 32px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 32px
}

.detail-area {
  padding: 20px 0
}

.tab-box {
  padding: 10px 0
}

.tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #ddd;
  border-bottom: 0
}

.tab-nav a, .tab-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.tab-nav li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd
}

.tab-nav li:nth-child(2n+1) {
  border-right: 1px solid #ddd
}

.tab-nav li a {
  padding: 11px;
  width: 100%;
  font-size: 14px;
  color: #7f7f7f
}

.tab-nav li.active {
  background-color: #f7f5f1
}

.tab-nav li.active a {
  color: #303030
}

.tn-list {
  padding: 15px 0
}

.tn-list img {
  width: 100%
}

.tn-list span {
  font-size: 14px;
  line-height: 1.3;
  color: #7f7f7f
}

.tn-list p, .tn-list .content-box .section .caution li span, .content-box .section .caution li .tn-list span {
  position: relative;
  padding: 13px 0 6px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #303030
}

.tn-list p:first-child, .tn-list .content-box .section .caution li span:first-child, .content-box .section .caution li .tn-list span:first-child {
  margin-top: 5px
}

.tn-list p::after, .tn-list .content-box .section .caution li span::after, .content-box .section .caution li .tn-list span::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 23px;
  height: 1px;
  background-color: #ddd
}

.tn-list.description span {
  padding: 5px 0
}

.tn-list.description ul li {
  margin-left: 15px;
  font-size: 14px;
  line-height: 1;
  color: #7f7f7f;
  list-style: decimal
}

.tn-list.description ul span {
  padding: 0
}

.grid .row {
  display: grid;
  grid-template-columns: 37.4% 1fr;
  border-bottom: 1px solid #ddd
}

.grid .row:first-child {
  border-top: 2px solid #414249
}

.grid .row span {
  padding: 16px 15px;
  color: #555
}

.grid .row span:first-child {
  font-weight: 700;
  background-color: #f1f1f1
}

.content-top {
  padding: 35px 0 5px;
  text-align: center
}

.content-top h1, .content-top h2 {
  position: relative;
  padding: 10px 0 6px
}

.content-top h1 {
  line-height: 0
}

.content-top h1 img {
  max-width: 41.5%
}

.content-top h2 {
  font-size: 21px;
  font-weight: 700
}

.content-top h2::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
  background-color: #ac8666
}

.content-top p, .content-top .content-box .section .caution li span, .content-box .section .caution li .content-top span {
  font-size: 14px;
  color: #7f7f7f
}

.content-top h1+p, .content-top .content-box .section .caution li h1+span, .content-box .section .caution li .content-top h1+span {
  padding: 4px 0;
  font-size: 16px
}

.content-top.gray h2::after {
  background-color: #c5c5c5
}

.content-top.logo {
  padding-bottom: 20px
}

.content-top+.title-area {
  margin-top: 20px
}

.content-top+.full {
  padding-bottom: 6px;
  margin-top: 5px
}

.title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0
}

.title-area div, .title-area span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.title-area span {
  font-size: 14px;
  color: #7f7f7f
}

.title-area span strong {
  font-weight: 700;
  color: #4a4a4a
}

.title-area h3 {
  font-size: 16px;
  color: #303030
}

.title-area .select-box {
  max-width: 130px
}

.title-area.full .select-box {
  max-width: 100%
}

.title-area.top {
  padding-top: 32px
}

.title-area.select .check-box {
  position: relative;
  padding-left: 25px
}

.title-area.select .check-box label {
  display: inline;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #555
}

.title-area.select .check-box label::after, .title-area.select .check-box label::before {
  top: calc(50% - 7px)
}

.tit-box .tit-btn, .tit-box .tit-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.tit-box .tit-img {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px
}

.tit-box .tit-img .thumb {
  position: relative;
  margin-left: 2.9%
}

.tit-box .tit-img .thumb img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.tit-box .tit-img .thumb:first-child {
  margin-left: 0
}

.tit-box .tit-img .thumb a {
  position: absolute;
  display: block;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px
}

.tit-box .tit-img .thumb a::after, .tit-box .tit-img .thumb a::before {
  position: absolute;
  display: block;
  content: ''
}

.tit-box .tit-img .thumb a::before {
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #aa8f77
}

.tit-box .tit-img .thumb a::after {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url("../images/common/del_thumb.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 8px
}

.tit-box .tit-img.three .thumb {
  max-width: 31.4%
}

.tit-box .tit-btn {
  margin-bottom: 5px
}

.tit-box .tit-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 10px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #aa8f77
}

.tit-box .tit-btn a:first-child {
  margin-left: 0
}

.tit-box .tit-btn a span {
  position: relative;
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  color: white
}

.tit-box .tit-btn a span::after {
  position: relative;
  display: inline-block;
  content: '';
  margin-left: 6px;
  top: 6px;
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url("../images/common/btn_spr.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 42px
}

.tit-box .tit-btn a span.phone::after {
  background-position: -21px 0
}

.board-area, .table-area {
  margin: 13px 0;
  border-top: 1.5px solid #414249
}

.board-area .view .title, .table-area .view .title, .board-area li, .table-area li {
  padding: 13px 0;
  width: 100%;
  border-bottom: 1px solid #ddd
}

.board-area .view .title h3, .table-area .view .title h3, .board-area li h3, .table-area li h3 {
  padding: 2px 0;
  font-size: 15px;
  font-weight: normal;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.board-area .view .title p, .table-area .view .title p, .board-area .view .title .content-box .section .caution li span, .content-box .section .caution li .board-area .view .title span, .table-area .view .title .content-box .section .caution li span, .content-box .section .caution li .table-area .view .title span, .board-area .view .title span, .table-area .view .title span, .board-area li p, .table-area li p, .board-area .content-box .section .caution li span, .content-box .section .caution .board-area li span, .table-area .content-box .section .caution li span, .content-box .section .caution .table-area li span, .board-area li span, .table-area li span {
  position: relative;
  padding: 2px 8px 2px 0;
  font-size: 13px;
  color: #8c8b8b
}

.board-area .view .title p::before, .table-area .view .title p::before, .board-area .view .title .content-box .section .caution li span::before, .content-box .section .caution li .board-area .view .title span::before, .table-area .view .title .content-box .section .caution li span::before, .content-box .section .caution li .table-area .view .title span::before, .board-area .view .title span::before, .table-area .view .title span::before, .board-area li p::before, .table-area li p::before, .board-area .content-box .section .caution li span::before, .content-box .section .caution .board-area li span::before, .table-area .content-box .section .caution li span::before, .content-box .section .caution .table-area li span::before, .board-area li span::before, .table-area li span::before {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  content: '조회수'
}

.board-area .view .title p.date, .table-area .view .title p.date, .board-area .view .title .content-box .section .caution li span.date, .content-box .section .caution li .board-area .view .title span.date, .table-area .view .title .content-box .section .caution li span.date, .content-box .section .caution li .table-area .view .title span.date, .board-area .view .title span.date, .table-area .view .title span.date, .board-area li p.date, .table-area li p.date, .board-area .content-box .section .caution li span.date, .content-box .section .caution .board-area li span.date, .table-area .content-box .section .caution li span.date, .content-box .section .caution .table-area li span.date, .board-area li span.date, .table-area li span.date {
  padding-left: 0
}

.board-area .view .title p.date::before, .table-area .view .title p.date::before, .board-area .view .title .content-box .section .caution li span.date::before, .content-box .section .caution li .board-area .view .title span.date::before, .table-area .view .title .content-box .section .caution li span.date::before, .content-box .section .caution li .table-area .view .title span.date::before, .board-area .view .title span.date::before, .table-area .view .title span.date::before, .board-area li p.date::before, .table-area li p.date::before, .board-area .content-box .section .caution li span.date::before, .content-box .section .caution .board-area li span.date::before, .table-area .content-box .section .caution li span.date::before, .content-box .section .caution .table-area li span.date::before, .board-area li span.date::before, .table-area li span.date::before {
  content: '등록일'
}

.board-area .view .title p.date::after, .table-area .view .title p.date::after, .board-area .view .title .content-box .section .caution li span.date::after, .content-box .section .caution li .board-area .view .title span.date::after, .table-area .view .title .content-box .section .caution li span.date::after, .content-box .section .caution li .table-area .view .title span.date::after, .board-area .view .title span.date::after, .table-area .view .title span.date::after, .board-area li p.date::after, .table-area li p.date::after, .board-area .content-box .section .caution li span.date::after, .content-box .section .caution .board-area li span.date::after, .table-area .content-box .section .caution li span.date::after, .content-box .section .caution .table-area li span.date::after, .board-area li span.date::after, .table-area li span.date::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 6px);
  left: inherit;
  width: 1px;
  height: calc(100% - 8px);
  right: -2px;
  background-color: #ddd
}

.board-area .view .title p.name::before, .table-area .view .title p.name::before, .board-area .view .title .content-box .section .caution li span.name::before, .content-box .section .caution li .board-area .view .title span.name::before, .table-area .view .title .content-box .section .caution li span.name::before, .content-box .section .caution li .table-area .view .title span.name::before, .board-area .view .title span.name::before, .table-area .view .title span.name::before, .board-area li p.name::before, .table-area li p.name::before, .board-area .content-box .section .caution li span.name::before, .content-box .section .caution .board-area li span.name::before, .table-area .content-box .section .caution li span.name::before, .content-box .section .caution .table-area li span.name::before, .board-area li span.name::before, .table-area li span.name::before {
  content: '작가이름'
}

.board-area .view .title span+span, .table-area .view .title span+span, .board-area li span+span, .table-area li span+span {
  margin-left: 10px
}

.board-area .view .title img, .table-area .view .title img, .board-area li img, .table-area li img {
  width: 100%
}

.board-area .view .title a, .table-area .view .title a, .board-area li a, .table-area li a {
  display: block
}

.board-area .view, .table-area .view {
  padding-bottom: 32px
}

.board-area .view .title h3, .table-area .view .title h3 {
  font-size: 17px;
  font-weight: 700;
  white-space: normal
}

.board-area .view .title.exh, .table-area .view .title.exh {
  padding-bottom: 25px
}

.board-area .view .title.exh h3, .table-area .view .title.exh h3 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 13px;
  font-size: 17px;
  color: #414249;
  border-bottom: 1px solid #ddd
}

.board-area .view .title.exh .description li, .table-area .view .title.exh .description li {
  padding-left: 10px;
  padding-right: 10px
}

.board-area .view .title.exh span::before, .table-area .view .title.exh span::before {
  display: none
}

.board-area .view .title.exh span:first-child, .table-area .view .title.exh span:first-child {
  font-weight: 700;
  color: black
}

.board-area .view .title.exh span:first-child::after, .table-area .view .title.exh span:first-child::after {
  position: absolute;
  display: block;
  content: '';
  top: calc(50% - 6px);
  left: inherit;
  width: 1px;
  height: calc(100% - 8px);
  right: -5px;
  background-color: #ddd
}

.board-area .view .content, .table-area .view .content {
  padding: 20px 0;
  border-bottom: 1px solid #ddd
}

.board-area .view .content.photo, .table-area .view .content.photo {
  padding-top: 0;
  margin-top: -1px
}

.board-area .view .content.photo img, .table-area .view .content.photo img {
  margin-bottom: 10px
}

.board-area .view .content span, .table-area .view .content span {
  font-size: 14px;
  color: #8c8b8b
}

.board-area .view .bottom .title, .table-area .view .bottom .title {
  padding-left: 10px;
  padding-right: 10px
}

.board-area .view .bottom .title .date, .table-area .view .bottom .title .date, .board-area .view .bottom .title .subject, .table-area .view .bottom .title .subject {
  padding-left: 54px
}

.board-area .view .bottom .title .date::before, .table-area .view .bottom .title .date::before, .board-area .view .bottom .title .subject::before, .table-area .view .bottom .title .subject::before {
  content: '이전글';
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  color: #555
}

.board-area .view .bottom .title .date::after, .table-area .view .bottom .title .date::after, .board-area .view .bottom .title .subject::after, .table-area .view .bottom .title .subject::after {
  display: none
}

.board-area .view .bottom .title h4, .table-area .view .bottom .title h4 {
  font-size: 14px;
  font-weight: normal;
  color: #8c8b8b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.board-area .view .bottom .title:last-child, .table-area .view .bottom .title:last-child {
  margin-bottom: 32px
}

.board-area .view .bottom .title:last-child .date::before, .table-area .view .bottom .title:last-child .date::before, .board-area .view .bottom .title:last-child .subject::before, .table-area .view .bottom .title:last-child .subject::before {
  content: '다음글'
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd
}

.gallery {
  padding-bottom: 17px
}

.gallery .item {
  position: relative;
  padding: 20px 0 35px;
  width: 50%
}

.gallery .item a {
  display: block
}

.gallery .item h3 {
  padding: 6px 0;
  margin-bottom: 6px;
  max-height: 42px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #7f7f7f;
  word-break: keep-all;
  white-space: normal;
  overflow: hidden
}

.gallery .item .price {
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.05rem;
  color: #e52929
}

.gallery .item .price::after {
  position: absolute;
  display: block;
  content: '원';
  top: 1px;
  right: -15px;
  font-size: 13px
}

.gallery .item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  height: 31px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  background-color: #f2f2f2
}

.gallery .item:nth-child(odd) a {
  margin-right: 5px
}

.gallery .item:nth-child(even) a {
  margin-left: 5px
}

.gallery.three .row .item {
  padding-left: 25px;
  padding-bottom: 20px;
  margin-left: 4%;
  max-width: 30.66%
}

.gallery.three .row .item:first-child {
  margin-left: 0
}

.gallery .upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 330px;
  border-bottom: 1px solid #ddd;
  background-color: #f1f1f1
}

.form-area {
  margin: 8px 0;
  border-top: 1.5px solid #414249
}

.cart-list .row {
  padding: 10px 0
}

.cart-list .item {
  padding: 0 10px;
  width: 100%
}

.cart-list .item .image, .cart-list .item .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cart-list .item .image {
  padding: 10px 0 40px
}

.cart-list .item .image span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  font-size: 13px;
  color: #555;
  letter-spacing: -0.03rem;
  word-break: keep-all
}

.cart-list .item .image .check-box {
  position: relative;
  margin-right: 20px;
  max-width: 90px;
  max-height: 90px
}

.cart-list .item .image .check-box label::after, .cart-list .item .image .check-box label::before {
  top: inherit;
  left: calc(50% - 7px);
  bottom: -25px
}

.cart-list .item .image .check-box label::after {
  left: calc(50% - 3px);
  bottom: -21px
}

.cart-list .item .option {
  padding: 7px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  color: #555
}

.cart-list .item .option p, .cart-list .item .option .content-box .section .caution li span, .content-box .section .caution li .cart-list .item .option span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 700
}

.cart-list .item .option p+p, .cart-list .item .option .content-box .section .caution li span+p, .content-box .section .caution li .cart-list .item .option span+p, .cart-list .item .option .content-box .section .caution li p+span, .content-box .section .caution li .cart-list .item .option p+span, .cart-list .item .option .content-box .section .caution li span+span, .content-box .section .caution li .cart-list .item .option span+span {
  font-weight: 400;
  text-align: right
}

.cart-list .item .option h3 {
  font-size: 18px
}

.cart-list .item .option h3::after {
  padding-left: 4px;
  content: '원';
  font-size: 14px;
  font-weight: 400
}

.price-total {
  padding: 0 10px;
  margin: 20px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #f1f1f1
}

.price-total h3, .price-total p, .price-total .content-box .section .caution li span, .content-box .section .caution li .price-total span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 700
}

.price-total h3 {
  font-size: 18px;
  text-align: right
}

.price-total h3::after {
  padding-left: 4px;
  content: '원';
  font-size: 14px;
  font-weight: 400
}

.table-area table {
  margin-bottom: 17px;
  width: 100%;
  background: white;
  overflow: hidden
}

.table-area table tr {
  border-bottom: 1px solid #ddd
}

.table-area table td {
  padding: 15px;
  min-height: 56px
}

.table-area table td:first-child {
  width: 104px;
  background-color: #f1f1f1
}

.table-area table td:first-child span {
  font-weight: 700
}

.table-area table span {
  font-size: 14px;
  color: #555
}

.radio-box-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.radio-box-area .radio-box {
  margin-left: 6%;
  margin-bottom: 0;
  width: 100%;
  text-align: center
}

.radio-box-area .radio-box:first-child {
  margin-left: 0
}

.radio-box-area .radio-box img {
  display: block;
  margin: 0 auto 6px;
  width: 100%;
  max-width: 128px
}

.radio-box {
  margin-bottom: 5px
}

.radio-box:last-child {
  margin-bottom: 0
}

.radio-box input[type="radio"] {
  position: absolute;
  opacity: 0
}

.radio-box input[type="radio"]+.radio-label {
  font-size: 14px;
  color: #555
}

.radio-box input[type="radio"]+.radio-label::before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  content: '';
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #cecece;
  background-color: #cecece;
  -webkit-box-shadow: inset 0 0 0 3px white;
  box-shadow: inset 0 0 0 3px white;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease
}

.radio-box input[type="radio"]:checked+.radio-label::before {
  background-color: #757575;
  -webkit-box-shadow: inset 0 0 0 3px white;
  box-shadow: inset 0 0 0 3px white
}

.radio-box input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #757575
}

.radio-box input[type="radio"]:disabled+.radio-label::before {
  -webkit-box-shadow: inset 0 0 0 4px white;
  box-shadow: inset 0 0 0 4px white;
  border-color: #bfbfbf;
  background: #bfbfbf
}

.radio-box input[type="radio"]+.radio-label:empty::before {
  margin-right: 0
}

.paging-box {
  padding: 10px 52px 50px 52px;
}

.paging-box ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 28px;
  grid-gap: 7px
}

.paging-box ul li {
  text-align: center;
  border: 1px solid #ddd
}

.paging-box ul li a {
  display: block;
  font-size: 13px;
  line-height: 26px;
  color: #555
}

.paging-box ul li.active {
  border: 1px solid #ac8666;
  background-color: #ac8666
}

.paging-box ul li.active a {
  color: white
}

.check-box input[type="checkbox"] {
  display: none
}

.check-box label {
  display: block;
  line-height: 0
}

.check-box label::after, .check-box label::before {
  position: absolute;
  display: block;
  content: '';
  top: 20px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #cecece;
  background-color: white
}

.check-box label::after {
  left: 4px;
  width: 6px;
  height: 11px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.check-box input:checked+label::after {
  border-color: #333;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1)
}

.login-area p, .login-area .content-box .section .caution li span, .content-box .section .caution li .login-area span {
  padding: 10px 0;
  font-size: 14px;
  color: #7f7f7f
}

.agree-area {
  padding: 20px 0;
  margin: 8px 0 18px;
  border-top: 1.5px solid #414249;
  border-bottom: 1px solid #ddd
}

.agree-area .agree-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px
}

.agree-area .agree-box:first-child {
  margin-top: 0
}

.agree-area .check-box, .agree-area .more {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px
}

.agree-area .check-box label, .agree-area .more label {
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.4;
  color: #3d3d3d
}

.agree-area .check-box label::after, .agree-area .check-box label::before, .agree-area .more label::after, .agree-area .more label::before {
  display: inline-block;
  top: calc(50% - 8px)
}

.agree-area .more {
  font-size: 14px;
  color: #7f7f7f
}

.upload-box {
  padding: 0 15px
}

.upload-box form {
  position: relative;
  width: 100%
}

.upload-box #file-upload {
  position: absolute;
  left: -9999px
}

.upload-box #filename, .upload-box label, .upload-box label::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px
}

.upload-box label {
  position: absolute;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
  right: 0;
  width: 100%;
  font-weight: 700;
  color: white
}

.upload-box label::after {
  content: '첨부 이미지';
  width: 30%;
  height: 36px;
  background-color: #aa8f77
}

.upload-box #filename {
  padding-left: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 36px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: white
}

.language-sans {
  font-family: sans-serif;
  font-style: normal
}

.black-bg {
  background-color: #525252
}

.black-bg .contents .content-top h2, .black-bg .contents .gallery .item .price, .black-bg .contents .grid .row span, .black-bg .contents .pa-detail .pa-info li span+span, .black-bg .contents .pa-title h2, .black-bg .contents .paging-box ul li a, .black-bg .contents .tab-nav li a, .black-bg .contents .tab-nav li.active a, .black-bg .contents .title-area span, .black-bg .contents .title-area span strong, .black-bg .contents .tn-list p, .black-bg .contents .tn-list .content-box .section .caution li span, .content-box .section .caution li .black-bg .contents .tn-list span, .black-bg .detail-area .content-top h2, .black-bg .detail-area .gallery .item .price, .black-bg .detail-area .grid .row span, .black-bg .detail-area .pa-detail .pa-info li span+span, .black-bg .detail-area .pa-title h2, .black-bg .detail-area .paging-box ul li a, .black-bg .detail-area .tab-nav li a, .black-bg .detail-area .tab-nav li.active a, .black-bg .detail-area .title-area span, .black-bg .detail-area .title-area span strong, .black-bg .detail-area .tn-list p, .black-bg .detail-area .tn-list .content-box .section .caution li span, .content-box .section .caution li .black-bg .detail-area .tn-list span {
  color: white
}

.black-bg .contents .content-top p, .black-bg .contents .content-top .content-box .section .caution li span, .content-box .section .caution li .black-bg .contents .content-top span, .black-bg .contents .gallery .item h3, .black-bg .contents .grid .row span:first-child, .black-bg .contents .pa-detail .pa-info li span, .black-bg .contents .quanty-box .quanty-dp input, .black-bg .contents .select-box select, .black-bg .contents .tn-list.description span, .black-bg .detail-area .content-top p, .black-bg .detail-area .content-top .content-box .section .caution li span, .content-box .section .caution li .black-bg .detail-area .content-top span, .black-bg .detail-area .gallery .item h3, .black-bg .detail-area .grid .row span:first-child, .black-bg .detail-area .pa-detail .pa-info li span, .black-bg .detail-area .quanty-box .quanty-dp input, .black-bg .detail-area .select-box select, .black-bg .detail-area .tn-list.description span {
  color: #cdcdcd
}

.black-bg .contents .grid .row span:first-child, .black-bg .contents .paging-box ul li a, .black-bg .contents .quanty-box .quanty-dp input, .black-bg .contents .select-box select, .black-bg .contents .tab-nav li.active a, .black-bg .detail-area .grid .row span:first-child, .black-bg .detail-area .paging-box ul li a, .black-bg .detail-area .quanty-box .quanty-dp input, .black-bg .detail-area .select-box select, .black-bg .detail-area .tab-nav li.active a {
  background-color: #373737
}

.black-bg .contents .paging-box ul li, .black-bg .contents .row, .black-bg .contents .select-box, .black-bg .contents .tab-nav, .black-bg .contents .tab-nav li, .black-bg .detail-area .paging-box ul li, .black-bg .detail-area .row, .black-bg .detail-area .select-box, .black-bg .detail-area .tab-nav, .black-bg .detail-area .tab-nav li {
  border-color: #373737
}

.black-bg .contents .paging-box ul li.active, .black-bg .contents .paging-box ul li.active a, .black-bg .detail-area .paging-box ul li.active, .black-bg .detail-area .paging-box ul li.active a {
  border-color: #e66c00
}

.black-bg .contents .btn-box a.order, .black-bg .contents .paging-box ul li.active a, .black-bg .detail-area .btn-box a.order, .black-bg .detail-area .paging-box ul li.active a {
  background-color: #e66c00
}

.black-bg .contents .pa-detail, .black-bg .contents .pa-title h2, .black-bg .detail-area .pa-detail, .black-bg .detail-area .pa-title h2 {
  border-color: #3a3a3a
}

.black-bg .contents .quanty-box, .black-bg .contents .quanty-box .quanty-btn, .black-bg .detail-area .quanty-box, .black-bg .detail-area .quanty-box .quanty-btn {
  border: 0
}

.black-bg .contents .btn-box a, .black-bg .contents .quanty-box .quanty-btn, .black-bg .detail-area .btn-box a, .black-bg .detail-area .quanty-box .quanty-btn {
  background-color: #212121
}

.black-bg .contents .quanty-box .quanty-btn::after, .black-bg .detail-area .quanty-box .quanty-btn::after {
  background-image: url("../images/common/add_black_spr.png")
}

.black-bg .contents .select-box::after, .black-bg .detail-area .select-box::after {
  background-image: url("../images/common/arr_black_select.png")
}

.black-bg .contents .select-box, .black-bg .detail-area .select-box {
  border: 0
}
