@charset "utf-8";

.shop-wrap .opensans {
  font-family: 'Open Sans', '나눔 고딕', 'nanum gothic', sans-serif;
}

/* field */
.board-field-pw {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin: 0 3px;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* 공통 */
td.no-ct {
  padding: 50px 0 !important;
  text-align: center;
}

/* title */
.order-tit {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

/* buttons */
.shop-btn-ok {
  display: inline-block;
  width: 155px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  background: #333;
  color: #fff;
  font-weight: 700;
  border: 1px solid #333;
  font-family: 'Open Sans', 'nanum gothic', sans-serif;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.shop-btn-border {
  display: inline-block;
  width: 155px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #999;
  border: 1px solid #eee;
  font-family: 'Open Sans', 'nanum gothic', sans-serif;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

a.shop-btn-ok,
a.shop-btn-border {
  width: 153px;
  height: 48px;
  color: #999;
}

.shop-btn-ok:hover,
.shop-btn-ok:focus {
  background: #111;
}

.shop-btn-border:hover,
.shop-btn-border:focus {
  color: #333 !important;
  border-color: #333;
}

.btn-lock-ok {
  width: 45px;
  height: 30px;
  font-size: 13px;
  background: #333;
  color: #fff;
}

/* 색상 */
.shop-wrap .em {
  color: #d70038 !important;
}

/* 수량 공통 */
.cart-vol {
  width: 40px;
  height: 28px;
  padding-right: 20px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

.cart-vol input[type="text"] {
  float: left;
  width: 35px;
  height: 28px;
  padding-left: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 0;
}

.cart-vol button {
  position: absolute;
  right: 0;
  width: 20px;
  height: 14px;
  text-indent: -99999px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  cursor: pointer;
}

.cart-vol .vol-up {
  top: 0;
  background: url("/image/shop/btn_up.png") no-repeat center;
}

.cart-vol .vol-down {
  bottom: 0;
  background: url("/image/shop/btn_down.png") no-repeat center;
}

/* top of the product view */
.prod-top {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-bottom: 1px solid #eee;
}

.prod-img {
  width: 443px;
  float: left;
}

.prod-info-wrap {
  margin-left: 500px;
  position: relative;
}

/* product image */
.prod-img-zoom {
  text-align: center;
  height: 533px;
  line-height: 533px;
  border: 1px solid #eee;
}

.prod-img-zoom img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.prod-thumbs {
  overflow: hidden;
}

.prod-thumbs li {
  float: left;
  width: 73px;
  height: 73px;
  border: 1px solid #eee;
  margin-right: 17px;
  margin-top: 17px;
}

.prod-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
}

/* product info */
.prod-info-wrap .prod-cate {
  font-size: 13px;
  color: #999;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.prod-info-wrap .prod-name {
  font-size: 20px;
  line-height: 1.4em;
  color: #333;
  margin-bottom: 20px;
}

.prod-sticker {
  position: absolute;
  right: 0;
  top: 0;
}

.prod-sticker span {
  margin-left: 3px;
}

.prod-desc-wrap {
  position: relative;
  margin-bottom: 30px;
}

.prod-desc {
  line-height: 23px;
  /* height:5.1em; */
  /* max-height:69px; */
  color: #999;
  overflow: hidden;
}

.prod-desc-wrap .more {
  cursor: pointer;
  font-size: 12px;
  color: #ccc;
  text-decoration: underline;
}

.prod-info {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.prod-info li {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding-left: 105px;
  margin-bottom: 20px;
  color: #333;
}

.prod-info-wrap .label {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

.prod-info .label,
.prod-selected .label,
.prod-total .label {
  width: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.prod-info select {
  width: 235px;
  height: 30px;
  padding-left: 8px;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 12px;
  color: #999;
}

.prod-info select:focus {
  outline: 0;
  border-color: #aaa;
}

.no-ie .prod-info select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background: url("/image/shop/sel_arr.png") no-repeat right center;
}

.prod-info ins {
  color: #db3737;
  text-decoration: none;
}

/* selected options */
.prod-selected {
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.prod-selected ul {
  padding-left: 105px;
}

.prod-selected li {
  margin-bottom: 10px;
  overflow: hidden;
}

.prod-selected .info {
  float: left;
  width: 235px;
  overflow: hidden;
}

.prod-selected .edit {
  float: right;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.prod-selected .cart-vol {
  float: right;
  border-color: #eee;
}

.prod-selected .opt {
  float: left;
  width: 170px;
}

.prod-selected .edit .opt-del {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  text-indent: -99999px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  cursor: pointer;
  background: url("/image/shop/btn_del.jpg") no-repeat center;
}

/* total price */
.prod-total {
  position: relative;
  padding-left: 105px;
  margin-bottom: 30px;
  color: #333;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
}

.prod-total .unit {
  font-size: 12px;
}

/* product btns */
.prod-btns {
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}

.prod-btns li {
  float: left;
  width: 155px;
  margin-left: 12px;
}

.prod-btns li:first-child {
  margin-left: 0;
}

/* 제품상세 */
.prod-detail {
  margin-bottom: 50px;
}

/* 제품상세탭 */
.shop-tab {
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  height: 53px;
}

.shop-tab li {
  float: left;
  margin-right: 55px;
  margin-top: -2px;
  padding-top: 3px;
}

.shop-tab .on {
  padding-top: 0;
  border-top: 3px solid #333;
}

.shop-tab a {
  display: block;
  line-height: 30px;
  padding: 20px 5px 0;
  color: #999;
  font-size: 15px;
}

.shop-tab .on a {
  font-weight: 600;
}

.shop-tab a:hover,
.shop-tab a:focus,
.shop-tab .on a {
  color: #333;
}

.shop-tab-ct {
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

/* shop board */
.shop-board-wrap {
  position: relative;
}

.shop-board {
  width: 100%;
}

.shop-board .no {
  width: 80px;
}

.shop-board .df {
  width: 110px;
}

.shop-board>thead {
  border: 1px solid #ddd;
}

.shop-board>thead th {
  height: 33px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.shop-board>tbody>tr>td {
  padding: 10px 5px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.shop-board .shop-board-ct td {
  text-align: left;
  padding: 20px;
  background: #f8f8f8;
}

.shop-board .title img {
  vertical-align: middle;
  margin-left: 5px;
}

.review-board .review-star {
  display: inline-block;
  vertical-align: middle;
  text-indent: -999999px;
  width: 58px;
  height: 10px;
  background: url("/image/shop/stars.png") no-repeat;
}

.review-star[data-grade="5"] {
  background-position: 0 -40px;
}

.review-star[data-grade="4"] {
  background-position: 0 -30px;
}

.review-star[data-grade="3"] {
  background-position: 0 -20px;
}

.review-star[data-grade="2"] {
  background-position: 0 -10px;
}

.review-star[data-grade="1"] {
  background-position: 0 0px;
}

.shop-board-lock {
  text-align: center;
  padding: 15px 0;
}

.shop-board-wrap+.list-pager {
  margin-top: 30px;
}

.shop-board-btns {
  text-align: right;
  margin-top: 20px;
  overflow: hidden;
}

.shop-board-btns li {
  display: inline-block;
  margin-left: 10px;
}

.shop-board-btns a {
  display: block;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.shop-board-btns a:hover,
.shop-board-btns a:focus {
  color: #333;
  border-color: #333;
}

/* 리뷰 단독 게시판 */
.review-list-prod {
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  color: #a9a9a9;
  margin-bottom: 5px;
}

.board-view-prod {
  overflow: hidden;
  padding: 5px;
  width: 400px;
  border: 1px solid #9a9a9a;
  margin-top: -25px;
  margin-left: 5px;
  margin-bottom: 20px;
}

.rv-prod-img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
}

.rv-prod-info {
  margin-left: 85px;
  padding-top: 10px;
}

.rv-prod-name {
  font-size: 1.08em;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.rv-prod-price {
  font-weight: 600;
}

.rv-prod-price del {
  color: #a9a9a9;
  font-weight: 400;
}

.rv-prod-price ins {
  text-decoration: none;
  color: #303030;
  margin-right: 3px;
}

/* 장바구니/주문결제 공통 */
.shop-order-step {
  overflow: hidden;
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 40px;
}

.shop-order-step span {
  display: block;
  float: left;
  height: 60px;
  margin: 0 10px;
  text-indent: -9999999px;
  position: relative;
}

.shop-order-step .so-step {
  width: 80px;
  background-image: url("/image/shop/shop_step.png");
}

.shop-order-step .so-arr {
  width: 12px;
  background-image: url("/image/shop/step_arr.png");
}

.shop-order-step .so-step1 {
  background-position: 0 0;
}

.shop-order-step .so-step2 {
  background-position: -80px 0;
}

.shop-order-step .so-step3 {
  background-position: -160px 0;
}

.shop-order-step .so-step1.on {
  background-position: 0 -75px;
}

.shop-order-step .so-step2.on {
  background-position: -80px -75px;
}

.shop-order-step .so-step3.on {
  background-position: -160px -75px;
}

.shop-order-step .so-step.on::after {
  display: block;
  content: '';
  width: 16px;
  height: 10px;
  background: url("/image/shop/step_on.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
}

/* column width */
.col-df {
  width: 80px;
}

.col-chk {
  width: 30px;
}

.col-vol {
  width: 120px;
}

.col-thumb {
  width: 70px;
}

.col-wide {
  width: 140px;
}

.col-pay-noti {
  width: 300px;
  border-left: 1px solid #ddd;
}

/* cart button */
.cart-btn1 {
  height: 22px;
  font-size: 12px;
  color: #fff !important;
  background: #404040;
  border: 1px solid #404040;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  cursor: pointer;
}

.cart-btn2 {
  height: 22px;
  font-size: 12px;
  color: #444 !important;
  background: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  cursor: pointer;
}

.cart-btn3 {
  height: 22px;
  font-size: 12px;
  color: #fff !important;
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  cursor: pointer;
}

a.cart-btn1,
a.cart-btn2,
a.cart-btn3 {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
}

/* cart */
.shop-cart-wrap {}

.shop-cart {
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5em;
  border-top: 2px solid #185295;
}

.shop-cart thead th {
  padding: 10px 0;
  color: #333;
  background: #fafafa;
  border-bottom: 1px solid #555;
}

.shop-cart tbody td {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.shop-cart tbody tr:hover td {
  background: #fcfcfc;
}

.shop-cart .cart-total {
  padding: 20px 15px 25px;
  font-size: 14px;
  line-height: 1.5em;
  color: #6a6a6a;
  background: #f5f5f5;
  text-align: right;
}

.shop-cart .cart-total em {
  color: #000;
  margin: 0 1px;
  font-weight: 600;
}

.shop-cart .col-thumb img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

.shop-cart .cart-prod {
  text-align: left;
  padding: 0 5px;
}

.cart-prod .prod-name {
  font-weight: 600;
  margin-bottom: 3px;
}

.cart-prod .prod-op {
  color: #9a9a9a;
}

.cart-prod .prod-op em {
  color: #8a8a8a;
  font-weight: 600;
}

.cart-vol-wrap {
  text-align: center;
  line-height: 30px;
}

.cart-vol-wrap .cart-vol {
  vertical-align: middle;
  display: inline-block;
}

.cart-vol-wrap .cart-btn2 {
  vertical-align: middle;
  height: 30px;
}

.cart-price del {
  display: block;
  color: #bababa;
}

.cart-price ins {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #d70038;
}

td.cart-edit {
  padding: 5px 0;
}

.cart-edit button {
  margin: 1px 0;
}

/* 총 주문 금액 */
.order-total-box {
  margin-top: 50px;
  margin-bottom: 40px;
  overflow: hidden;
  border-top: 1px solid #333;
}

.each-price-box {
  padding: 25px 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

.order-total-box .total-tit {
  float: left;
}

.order-total-box .each-price {
  float: right;
  width: 300px;
}

.order-total-box .each-price li {
  padding-left: 100px;
  font-size: 13px;
  line-height: 30px;
  text-align: right;
  position: relative;
  border-bottom: 1px dotted #ccc;
}

.order-total-box .each-price span {
  position: absolute;
  font-size: 12px;
  left: 3px;
  top: 0;
}

.order-total-box .each-price em {
  color: #333;
  font-weight: 600;
}

.order-total-box .total-price {
  text-align: right;
  font-weight: 600;
  line-height: 35px;
  padding: 10px 20px 15px;
  background: #f9f9f9;
  border-top: 1px dashed #d0d0d0;
  border-bottom: 1px solid #eee;
}

.order-total-box .total-price .acc-p {
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  margin-right: 10px;
}

.order-total-box .total-price .tt-price {
  font-size: 15px;
  font-weight: 600;
  color: #d70038;
  margin-left: 10px;
}

.order-total-box .total-price .tt-price em {
  font-size: 28px;
  letter-spacing: -0.03em;
  font-weight: 800;
  vertical-align: baseline;
}

/* 주문폼 */
.order-field {
  width: 100%;
  font-size: 14px;
  margin-bottom: 50px;
  border-top: 2px solid #dd5119;
}

.order-field small {
  font-size: 12px;
}

.order-field th {
  width: 120px;
  text-align: left;
  padding: 10px 15px;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.order-field td {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.order-field label {
  cursor: default;
}

.order-field button,
.order-field input[type="button"] {
  font-size: 12px;
}

.order-field input[type="radio"]+label,
.order-field input[type="checkbox"]+label {
  font-size: 12px;
  margin-right: 15px;
  margin-left: 3px;
}

.order-field textarea {
  resize: none;
  width: 98%;
  padding: 0.5%;
}

.cart-list th {
  text-align: center;
}

.cart-list .chk {
  width: 30px;
}

.cart-list .df {
  width: 12%;
}

.cart-list td {
  font-size: 1.21em;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #6a6a6a;
  text-align: center;
  padding: 20px 0;
}

.cart-list .thumb {
  width: 193px;
}

.cart-list .thumb.size2 {
  width: 80px;
}

.cart-list .thumb img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
  width: 190px;
}

.cart-list .thumb.size2 img {
  width: 80px;
}

.cart-list .prod {
  padding-left: 15px;
}

.cart-list .name {
  color: #2a2a2a;
  text-align: left;
}

.cart-list .brand {
  font-size: 13px;
  text-align: left;
}

.cart-list input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.red_box {
  border-top: 2px solid #dd5119;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.btn_large {
  display: block;
  width: 595px;
  height: 70px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
  color: #fff;
  background: #dd5119;
  max-width: 100%;
}

.btn_large.c2 {
  background: #333;
}

/* 장바구니 type2 */
.cart-list.type2 {
  margin-bottom: 20px;
}

.btn-col2 {
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}

.btn-col2 li {
  float: left;
  width: 49%;
  margin-left: 2%;
}

.btn-col2 li:first-child {
  margin-left: 0;
}

.btn-col2 button {
  max-width: 100%;
}

/* 결제/할인 */
.order-price-wrap {
  overflow: hidden;
}

.order-price-left {
  float: left;
  width: 620px;
}

.order-price-right {
  padding-left: 670px;
}

/* 할인/결제금액 */
.discount-tbl.order-field select {
  width: 280px;
  font-size: 12px;
}

.pay-price-tbl {
  width: 100%;
  margin-bottom: 50px;
  background: #fbfbfb;
  border-top: 2px solid #185295;
}

.pay-price-tbl th {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  padding: 13px 15px 0 15px;
  width: 100px;
}

.pay-price-tbl td {
  font-size: 14px;
  text-align: right;
  color: #333;
  font-weight: 600;
  padding: 13px 15px 0;
}

.pay-price-tbl .price-total th,
.pay-price-tbl .price-total td {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 15px;
  height: 30px;
  background: #f8f8f8;
  border-top: 1px dashed #b0b0b0;
  border-bottom: 1px solid #185295;
}

.pay-price-tbl .price-total td {
  color: #d70038;
}

.pay-price-tbl .price-total td em {
  font-size: 25px;
  margin-right: 2px;
  font-weight: 800;
}

.pay-total-box {
  border: 1px solid #eaeaea;
  border-top: 2px solid #d70038;
  border-bottom: 1px solid #8d8d8d;
  background: #fafafa;
  padding: 18px 15px;
}

.pay-total-box .each-price {}

.pay-total-box .each-price li {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #9a9a9a;
}

.pay-total-box .each-price span {
  display: block;
  float: left;
  font-size: 13px;
  color: #6a6a6a;
  letter-spacing: -0.03em;
}

.pay-total-box .each-price em {
  display: block;
  font-weight: 600;
  color: #333;
  text-align: right;
}

.pay-total-box .total-price {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  margin: 35px 0;
  text-align: right;
  letter-spacing: -0.03em;
}

.pay-total-box .total-price .tt-price {
  color: #d70038;
}

.pay-total-box .total-price .tt-price em {
  margin-left: 10px;
  font-size: 28px;
  vertical-align: baseline;
}

/* 주문 공통 공지리스트 */
.order-noti>li {
  padding-left: 8px;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 1.5em;
  background: url("/image/shop/bl_noti.gif") no-repeat left 0.5em;
}

.order-noti-dash>li {
  padding-left: 0.75em;
  text-indent: -0.75em;
}

.shop-wrap .bl-noti {
  padding-left: 7px;
  font-weight: 400;
  background: url("/image/shop/bl_noti.gif") no-repeat left 0.5em;
}

/* 결제수단 */
.order-field.pay-info {
  border-top: 0;
  margin-bottom: 60px;
}

.pay-info td {
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1.6em;
  text-align: justify;
}

.pay-info .dimmed,
.pay-info .dimmed * {
  background: #fbfbfb;
  color: #bbb;
}

.pay-info .order-noti>li {
  margin-bottom: 5px;
}

.pay-info-tit {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pay-info .order-noti-dash li {
  color: #9a9a9a;
}

/* 주문완료 */
.order-finish-msg {
  text-align: center;
  padding: 75px 0 70px;
  margin-bottom: 30px;
  border: 5px solid #efefef;
  font-size: 12px;
  color: #8a8a8a;
}

.order-finish-msg .order-num {
  color: #333;
  font-weight: 600;
  margin-top: 15px;
}

.order-finish-msg.error-msg {
  border-color: #f1dddd;
}

/* 주문내역조회 */
.order-list-filter {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.order-list-filter .bl-noti {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}

/* 주문상태 */
.order-status-box {
  padding: 3%;
  background: #fafafa;
  border: 1px solid #eee;
}

.order-status {
  margin: 0 auto;
  overflow: hidden;
}

.order-status li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1.5em;
  background: url("/image/shop/step_arr.png") no-repeat left 10px;
}

.order-status.type2 li {
  width: 33.3%;
}

.order-status li:first-child {
  background: none;
}

.order-status .tit {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0 8px;
}

/* 비회원구매가능 로그인 */
.shop-login-wrap {
  background: #f9f9f9;
  padding: 80px 6% 85px;
  border-top: 2px solid #333;
}

.shop-login-tit {
  width: 620px;
  margin: 0 auto 30px;
}

.shop-login {
  overflow: hidden;
  width: 620px;
  padding: 40px 50px;
  background: #fff;
  border: 1px solid #eee;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}

.shop-login-noti {
  width: 640px;
  margin: 20px auto 0;
}

.shop-login-member {
  float: left;
  width: 270px;
  padding-right: 40px;
  margin-right: 39px;
  border-right: 1px solid #e8e8e8;
}

.shop-login-guest {
  float: left;
  width: 270px;
}

.shop-lg-tit {
  margin-bottom: 15px;
}

.shop-login-field {
  height: 85px;
  font-size: 12px;
  line-height: 1.8em;
  margin: 20px 0;
}

.shop-login-field li {
  padding-left: 70px;
  margin-bottom: 5px;
  position: relative;
}

.shop-login-field input[type="text"],
.shop-login-field input[type="password"] {
  width: 188px;
}

.shop-login-field .f-tit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #333;
  line-height: 32px;
}

.shop-login-field label {
  cursor: default;
}

.shop-login-btn {
  padding-left: 70px;
}

.shop-login-noti li {
  font-size: 12px;
  line-height: 24px;
  padding-left: 8px;
  background: url("/image/shop/bl_normal.gif") no-repeat left 12px;
}

.guest-order-noti {
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 15px 0;
  height: 108px;
  margin: 15px 0 30px 0;
}

/* 포인트 내역 */
.point-list {
  margin-bottom: 20px;
  margin-top: 15px;
}

.point-list .point-saved {
  font-weight: 600;
}

.point-list .point-used {
  font-weight: 600;
  color: #d70038;
}

.my-point-top {
  overflow: hidden;
}

.my-point-top .order-tit {
  float: left;
  padding-top: 10px;
  margin-bottom: 0;
}

.my-point-box {
  float: right;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 5px 10px;
}

.my-point {
  overflow: hidden;
  font-size: 12px;
}

.my-point li {
  display: inline-block;
  padding-left: 8px;
  margin: 0 10px;
  background: url("/image/shop/bl_noti.gif") no-repeat left center;
}

.my-point em {
  color: #d70038;
  font-weight: 600;
  font-size: 13px;
}

/* 제품리스트 */
.prod_list {
  overflow: hidden;
  margin: 0 -15px;
}

.m_prod_list {
  displaY: none;
}

/* 제품목록페이지 */
.prod_list-page .prod_list {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  align-content: flex-start;
}

.prod_list-page .prod_list .item {
  float: none;
  width: 33.333%;
  position: relative;
}


.prod_list-page .prod_list .item .box>a{
  position: relative;
}

.prod_list .item.soldout .box>a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(256, 256, 256, .7);
  z-index: 10;
  border-radius: 20px;
  background-image: url(/image/sub/soldout_img02.png);
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: 120px;
}

.prod_list .box.soldout>a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(256, 256, 256, .7);
  z-index: 10;
  border-radius: 20px;
  background-image: url(/image/sub/soldout_img02.png);
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: 120px;
}

.prod_list-page .prod_list__wrap {
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.prod_list-page .prod_list__filter {
  width: 260px;
  margin-right: 35px;
}

.prod_list-page .prod_list__filter.bFixed {
  position: fixed;
  bottom: 0;
  top: auto;
}

.prod_list-page .prod_list__filter.tFixed {
  position: fixed;
  top: 25px;
  bottom: auto;
}

.prod_list-page .prod_list__filter.bAbsolute {
  position: absolute;
  top: auto;
  bottom: 275px;
}

.prod_list-page .prod_list__filter.tAbsolute {
  position: absolute;
  bottom: auto;
  top: 25px;
}


.prod_list-page .prod_list__filter .filter__top {
  display: -ms-flex;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  -ms-align-items: center;
  align-items: center;
}

.prod_list-page .prod_list__filter .filter__top .filter_on {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prod_list-page .prod_list__filter .filter__top .reset__btn {
  margin-left: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 14px;
  padding: 5px 15px 5px 50px;
  background-image: url(/image/sub/new-filter_icon.png);
  background-repeat: no-repeat;
  background-position: 12px;
  outline: none;
  cursor: pointer;
}

.prod_list-page .prod_list__filter .filter__tit {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.prod_list-page .prod_list__filter .filter__chk {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px 20px 10px;
}

.prod_list-page .prod_list__filter .filter__chk>li {
  width: 50%;
  margin-bottom: 12px;
}

.prod_list-page .prod_list__filter .filter__chk>li label {
  font-size: 12px
}

.prod_list-page .prod_list__filter .filter__brand,
.prod_list-page .prod_list__filter .filter__use,
.prod_list-page .prod_list__filter .filter__fee {
  padding-top: 20px;
  border-bottom: 1px solid #000;
}


.prod_list-page .prod_list__filter .filter__before {
  padding: 110px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}

.prod_list-page .prod_list__list {
  /* width: 1500px; */
  width: calc(100% - 295px);
  margin-left: auto
}

.prod_list-page.agency .prod_list .item{
  width: 25%;
}

.prod_list-page.agency .prod_list__list{
  width: 100%;
}

.prod_list {
  padding-bottom: 50px;
  position: relative;
}
.prod_list.normal.mb0{  
  display: flex;
  flex-wrap: wrap;   
  align-content: flex-start;
}

.prod_list .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -50%;
  text-align: center;
  display: -ms-flex;
  display: flex;
}

.prod_list .slick-dots>li {
  flex: 1 1 0;
}

.prod_list .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  height: 3px;
  width: 100%;
  background-color: #d3d3d2;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.prod_list .slick-dots li.slick-active button {
  background-color: #f96f61;
}

.prod_list .no_item {
  height: 200px;
  line-height: 200px;
  background: #f8f8f8;
  border: 1px solid #eee;
  color: #999;
  text-align: center;
  margin: 0 5px;
}

.prod_list .item {
  float: left;
  width: 25%;
}

.prod_list .item .box {
  display: block;
  margin: 0 15px 25px;
  position: relative;
  transition: border-color .2s;
  -webkit-transition: border-color .2s;
  -moz-transition: border-color .2s;
  -o-transition: border-color .2s;
  background: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.prod_list .item a {
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.prod_list .item a:hover {
	background: #f2f3f5;
}
.prod_list .item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #cacfd7;
  border-radius: 20px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.prod_list .item a:hover:after {
  opacity: 1;
}

.prod_list .thumb {
  text-align: center;
  height: 0;
  border-radius: 20px 20px 0 0;
  padding-top: 98%;
  position: relative;
  overflow: hidden;
}

.prod_list .thumb img {
  position: absolute;
  top: 0;
  left: 0;
}

.prod_list .thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #e5e5e5;
  border-bottom-width: 50px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.prod_list .thumb::after {
  content: "렌탈신청하기";
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  margin-left: -50%;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  background-image: url(/image/main/new-apply_icon.png);
  background-repeat: no-repeat;
  background-position: 80px;
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.prod_list .thumb.shop_prod::after {
  content: "신청하기";
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  margin-left: -50%;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  background-image: url(/image/main/new-apply_icon.png);
  background-repeat: no-repeat;
  background-position: 80px;
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.prod_list .item a:hover .thumb::before,
.prod_list .item a:hover .thumb::after {
  opacity: 1;
}

.prod_list .item .fee,
.prod_list .item .fee2 {
  padding-left: 15px;
  padding-right: 15px;
}


.prod_list .thumb .brand_lb {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  line-height: 0;
  padding: 10px;
  width: 80px;
}

.prod_list .thumb .soldout {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  display: block;
  margin: 19px;
  background: rgba(117, 117, 117, .9);
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
}

.prod_list .item img {
  display: inline-block;
  vertical-align: middle;
}

.prod_list .txt {
  margin: 0 15px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ddd;
  transition: all ease .3s;
}

.prod_list .txt .txt__cate{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.prod_list .txt .txt__cate p{
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1em;
  margin-bottom: 3px;
}

.prod_list .txt .txt__cate p:not(:last-child){
  margin-right: 3px;
}

.prod_list .txt .txt__cate p:nth-child(1){
  background-color: #ff6325;
}

.prod_list .txt .txt__cate p:nth-child(2){
  background-color: #22dadc;
}

.prod_list .txt .txt__cate p:nth-child(3){
  background-color: #4d3c8d;
}




.prod_list .txt .name {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  height: 3em;
  overflow: hidden;
  margin-top: 5px;
}

.prod_list .txt .brand {
  font-size: 11px;
  line-height: 1.55em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #284b90;
}

.prod_list.recommend .txt .brand {
  color: #284b90;
}

.prod_list .fee {
  overflow: hidden;
  transition: all ease .3s;
  padding-top: 10px;
}

.prod_list .fee .label {
  font-size: 12px;
  float: left;
  color: #2a2a2a;
}

.prod_list .fee .price {
  float: right;
  color: #2a2a2a;
}

.prod_list .fee .price strong {
  font-size: 18px;
  font-weight: bold;
}

.prod_list .fee .price.sale {
  /* color:#dd5119; */
}

.prod_list .fee .price em {
  display: inline-block;
  background: #dd5119;
  color: #fff;
  font-size: 13px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
}

.prod_list .go {
  display: block;
  position: absolute;
  text-align: center;
  background: #dd5119;
  color: #fff;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  height: 48px;
  line-height: 48px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha("opacity=0");
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
}

.prod_list .item:hover .go {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha("opacity=100");
}

.prod_list__top {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
}

.prod_list_top {
  overflow: hidden;
  margin: 20px 0;
}

.prod_list_top .cnt {
  font-size: 14px;
  color: #2a2a2a;
}

.selbtn {
  margin-left: auto;
}

.selbtn a {
  margin-left: 15px;
  font-size: 12px;
}

.prod_list__head {
  position: absolute;
  width: 985px;
}

.prod_list__head.active {
  position: fixed;
  padding-top: 25px;
  top: 0;
  z-index: 2;
  background-color: #f6f5f1;
  border-bottom: 1px solid #ddd;
}

.prod_list__tit {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 1em;
}

.prod_list__cate {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.prod_list__cate>li {
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    background-color: #fff;
    border-radius: 25px;
    line-height: 34px;
    height: 35px;
    padding: 0 15px;
    text-align: center;
    margin: 0 5px 10px 5px;
    cursor: pointer;
}

.prod_list__cate>li.on,
.prod_list__cate>li:hover {
  background-color: #9d9882;
  color: #fff;
}

/* 제품뷰 */
.prod_top {
  overflow: hidden;
  margin-bottom: 110px;
}

.prod_top .left {
  float: left;
  width: 570px;
}

.prod_top .right {
  float: right;
  width: 49.5%;
}

.prod_top .prod_img {
  height: 570px;
  line-height: 570px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.prod_top .prod_img .item {
  background-color: #fff;
}

.prod_img_dots li {
  display: inline-block;
  font-size: 12px;
  margin: 0 3px;
}

.prod_img_dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -999999px;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #ccc;
  border-radius: 100%;
}

.prod_img_dots .slick-active button {
  background: #dd5119;
}

.prod_img_thumb {
  overflow: hidden;
}

.prod_img_thumb a {
  display: block;
  float: left;
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  margin-left: 10px;
  background-color: #fff;
}

.prod_img_thumb a:first-child {
  margin-left: 0;
}

.prod_img_thumb img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
}

.prod_top .prod_img .item img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.prod_top .cate {
  margin-bottom: 10px;
}

.prod_top .cate .label {
  display: inline-block;
  color: #dd5119;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}

.prod_top .cate .path {
  float: right;
  font-size: 13px;
  font-family: 'Open Sans', 'NanumSquare', 'Nanum Square', sans-serif;
}

.prod_top .prod_name {
  font-size: 24px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.prod_top .info_box {
  border-top: 1px solid #ddd;
  padding: 22px 0;
}

.prod_top .info_box li {
  padding-left: 80px;
  position: relative;
  color: #6a6a6a;
  font-size: 1em;
}

.prod_top .info_box li+li {
  margin-top: 5px;
}

.prod_top .info_box .label {
  position: absolute;
  left: 0;
  top: 0;
  color: #4a4a4a;
}

.detail__share {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.detail__share p {
  margin-right: 10px;
  transform: translateY(-5px);
}

.prod_top .price {
  border-top: 1px solid #ddd;
  padding: 22px 0;
}

.prod_top .right .cart__btn {
  background-color: #4666a3;
  background-image: url(/image/sub/new-cart_icon.png);
  background-repeat: no-repeat;
  background-position: 40px;
}

.prod_top .right .buy__btn {
  background-color: #3e3e3e;
  background-image: url(/image/sub/new-buy_icon.png);
  background-repeat: no-repeat;
  background-position: 40px;
}

.prod_top .price li {
  border-top: 0;
  overflow: hidden;
  line-height: 45px;
  color: #6a6a6a;
  font-weight: 500;
}

.prod_top .price .label {
  float: left;
  font-size: 13px;
}

.prod_top .price em {
  float: right;
  font-size: 1.33em;
  font-weight: 600;
}

.prod_top .right .btn {
  width: 100%;
  height: 55px;
  margin-top: 30px;
  color: #fff;
  font-size: 1.33em;
  font-weight: 400;
  border-radius: 25px;
}

.prod_tab_row {
  border-bottom: 1px solid #ddd;
}

.prod_tab {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.prod_tab li {
  display: table-cell;
}

.prod_tab a {
  display: block;
  text-align: center;
  line-height: 57px;
  border: 1px solid #ddd;
  padding-top: 1px;
  font-size: 1.13em;
  border-bottom: 0;
  margin-left: -1px;
  color: #4a4a4a;
}

.prod_tab li+li a {
  border-left: 0;
}

.prod_tab .on a {
  font-weight: 600;
  border-top: 2px solid #4666a3;
  padding-top: 0;
}

.prod_detail {
  padding: 90px 0 200px;
  text-align: center;
}

.btn_list_back {
  width: 100%;
  height: 80px;
  font-size: 1.33em;
  font-weight: 600;
  color: #4a4a4a;
  letter-spacing: -0.05em;
  border-top: 1px solid #ddd;
}

.path {
  text-align: right;
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 300;
}

@media all and (max-width:1785px) {
  .prod_list-page .prod_list .item {
    width: 25%;
  }
}

@media all and (max-width:1530px) {
  .prod_list-page .prod_list .item {
    width: 33%;
  }

  .prod_list {
    margin: 0 70px;
  }

  .prod_list-page .prod_list {
    margin: 0;
  }

}

@media all and (max-width:1260px) {
  .prod_list__head {
    position: inherit;
    width: auto;
  }

  .prod_list__head.active {
    position: inherit;
    padding-top: 0;
    border: none;
  }

  .prod_list__top {
    padding-top: 0 !important;
  }

  .prod_list-page .prod_list__wrap {
    display: block;
  }

  .prod_list-page .prod_list__filter {
    margin-right: 0;
    /* display: none; */
    position: fixed;
    left: -304px;
    background-color: #fff;
    z-index: 2;
    padding: 20px;
    top: 100px;
    border: 2px solid #000;
    max-width: 304px;
    transition: all ease .5s;
  }

  .prod_list-page .prod_list__filter .filter__scroll {
    max-height: 600px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }


  .prod_list-page .prod_list__list {
    width: 100%;
  }

  .prod_list-page .prod_list__filter .filter__scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
  }

  .prod_list-page .prod_list__filter.on {
    left: 0;
  }

  .prod_list__cate>li {
    line-height: 40px;
    height: 40px;
  }

  .filter__btn {
    background-image: url(/image/main/new-filter_btn01.png);
    width: 88px;
    height: 79px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: -88px;
    top: -2px;
  }

  .prod_list-page .prod_list__filter.on .filter__btn {
    background-image: url(/image/main/new-filter_btn02.png);
  }
}

/* 타블렛 가로 */
@media all and (max-width:1199px) {

  /* 제품리스트 */
  .prod_list {
    /* width: 906px; */
    margin: 0 auto 35px;
  }

  .prod_list .item .box {
    margin: 0 10px 25px;
  }

  .m_outer .align-r .list__more {
    margin-right: 0;
  }

  .m_outer .m_tit {
    width: 906px;
    margin: 0 auto 20px;
  }

  .device .prod_list a:hover,
  .device .prod_list a:focus,
  .device .prod_list a:hover .txt,
  .device .prod_list a:focus .txt {
    border-color: #ddd;
  }

  .prod_list .txt .txt__cate p{font-size: 10px;}

  /* 제품뷰 */
  .prod_top .left {
    width: 47.5%;
  }

  .prod_img_thumb a {
    box-sizing: border-box;
    width: 19%;
    border: 1px solid #ddd;
    margin-left: 1.25%;
  }

  /* 주문폼 */
  .cart-list .df {
    width: 100px;
  }

  .cart-list .thumb {
    width: 100px;
  }

  .cart-list td {
    font-size: 1.08em;
  }

  .prod_list-page.agency .prod_list .item{
    width: 33.3%;
  }
}

/* 타블렛 세로 */
@media all and (max-width:1024px) {

  /* .prod_list .txt .name { font-sizE: 14px; }
	.prod_list .item .fee, .prod_list .item .fee2 { font-size: 12px; }
	.prod_list .fee .price strong, .fee2 .price strong { font-size: 15px !important; } */
  .pc_prod_list {
    display: none;
  }

  .m_prod_list {
    displaY: block;
  }

  /* 제품뷰 */
  .prod_top {
    margin-bottom: 80px;
  }

  .prod_top .left {
    float: none;
    width: auto;
    margin-bottom: 50px;
  }

  .prod_top .right {
    float: none;
    width: auto;
  }

  .prod_img_thumb a {
    width: 89px;
    height: 89px;
    line-height: 89px;
  }

  /* 주문폼 */
  .cart-list .thumb {
    width: 70px;
  }

  .prod_list__cate {
    flex-wrap: wrap;
  }

  .prod_list__cate>li {
    margin: 0 5px 12px 5px;
    font-size: 15px;
  }
}

@media all and (max-width:981px) {
  .prod_list {
    /*  width: 604px; */
  }

  .m_outer .m_tit {
    width: 604px;
    margin: 0 auto 20px;
  }

  .prod_list-page .prod_list .item {
    width: 50%;
  }
}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:840px) {

  /* 주문폼 */
  .cart-list thead {
    display: none;
  }

  .cart-list tr {
    display: block;
    border-bottom: 1px solid #ddd;
  }

  .cart-list td {
    border-bottom: 0;
    padding: 15px;
  }

  .cart-list .thumb {
    padding-right: 0;
  }

  .cart-list .row {
    display: block;
    border-top: 1px solid #ddd;
    text-align: right;
    padding-left: 100px;
  }

  .cart-list .row::before {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .cart-list .month36::before {
    content: '36개월';
  }

  .cart-list .month60::before {
    content: '60개월';
  }

  .cart-list .month136::before {
    content: '1~36개월';
  }

  .cart-list .month3760::before {
    content: '37~60개월';
  }

  .cart-list .month::before {
    content: '월렌탈료';
  }

  .cart-list .discount::before {
    content: '카드할인가';
  }

  .cart-list.type2 {
    border: 0;
    margin-bottom: 0;
  }

  .cart-list.type2 tr {
    border-top: 2px solid #dd5119;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }

  .cart-list.type2 td:not(.thumb) {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .96em;
  }

  .cart-list.type2 .row::before {
    top: 5px;
  }

  .cart-list .month36.month-etc::before {
    content: '기타';
  }
}

@media all and (max-width:768px) {

  /* 주문폼 */
  .order-field th {
    width: 80px;
  }

  .order-field input[type="text"] {
    box-sizing: border-box;
    height: 32px;
    width: 100%;
  }

  .order-field textarea {
    box-sizing: border-box;
    width: 100%;
  }

  .order-field .field-xs {
    width: 20% !important;
  }

  .order-field .field-s {
    width: 30% !important;
  }

  .order-field .field-l {
    width: 100% !important;
  }

  .order-field .field-l {
    width: 100% !important;
  }

  #du-addr-dt {
    margin-top: 5px;
  }

  .btn_large {
    height: 50px;
    font-size: 1.4em;
    width: 100%;
  }
}

/* 모바일 상세 */
@media all and (max-width:640px) {

  /* 제품리스트 */
  .prod_list-page.content {
	padding-top: 0;
  }
  .mo_ver_prodTit {
	position: relative;
	text-align: center;
	padding: 15px 0;
  }
  .mo_ver_prodTit .back {
	position: absolute;
	left: 0px; top: 0;
	    font-family: 'open sans',sans-serif;
    font-size: 18px;
    padding: 15px 10px 0px 0;
  }
  .mo_ver_prodTit .prod_list__tit {
	font-size: 18px;
  }

  .prod_list_top .cnt {
    font-size: 1em;
    line-height: 30px;
  }

  .prod_list_top select {
    width: auto;
    background-position: 110% center;
  }

  .prod_list {
    width: auto;
    margin: 0 -5px 20px;
  }

  .prod_list .item {
    width: 50%;
  }

  .prod_list .thumb>img {
    height: 100%;
    width: 100%;
  }

  .prod_list .thumb {
    height: auto;
    line-height: 1em;
    border-radius: 10px 10px 0 0;
  }

  .prod_list .thumb::after {
    background-position: 20%;
  }

  .prod_list .thumb .soldout {
    margin: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }

  .prod_list .txt {
    padding: 10px 7px;
    height: auto;
    border-bottom: 0;
    margin: 0;
  }

  .prod_list .txt .name {
    white-space: normal;
    font-size: 1em;
    line-height: 20px;
    max-height: 40px;
    margin-bottom: 2px;
  }

  .prod_list .txt .brand {
    font-size: 0.8em;
	color: #999;
  }

  .prod_list a.go {
    display: none;
  }

  .prod_list .fee {
    padding-top: 10px;
    line-height: 1.5em;
    height: 60px;
  }
  .prod_list .item .fee, 
  .prod_list .item .fee2 {
	padding-left: 10px;
    padding-right: 10px;
  }

  .prod_list .fee .label {
    display: block;
    font-size: 1em;
    font-weight: 600;
    border-top: 1px solid #ddd;
    margin-bottom: 2px;
  }

  .prod_list .fee .price {
    font-size: 1.14em;
  }

  .prod_list .fee .price em {
    font-size: 0.7em;
    width: 30px;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    vertical-align: middle;
  }

  /* 제품 뷰 */
  .prod_top {
    margin-bottom: 40px;
  }

  .prod_top .left {
    margin-bottom: 25px;
  }

  .prod_top .prod_img {
    height: auto;
    line-height: 1.5em;
    margin-bottom: 10px;
  }

  .prod_img_dots {
    margin-top: 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  .prod_img_thumb {
    display: none;
  }

  .prod_top .cate {
    margin-bottom: 15px;
  }

  .prod_top .prod_name {
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .prod_top .info_box {
    padding: 20px 15px;
  }

  .prod_top .info_box li {
    padding-left: 80px;
  }

  .prod_top .info_box li+li {
    margin-top: 5px;
  }

  .prod_top .price li {
    line-height: 35px;
    padding: 0 15px;
  }

  .prod_top .price em {
    font-size: 1.2em;
  }

  .prod_top .right .btn {
    margin-top: 15px;
    height: 40px;
    font-size: 1.2em;
  }

  .prod_detail {
    padding: 25px 0 30px;
  }

  .prod_tab a {
    height: 35px;
    line-height: 35px;
    font-size: 1.08em;
  }

  .btn_list_back {
    height: 45px;
    font-size: 1.2em;
  }

  .btn_list_back img {
    width: 11px;
    height: 8px;
  }

  /* cart */
  .cart-del {
    text-align: right;
  }

  .cart-del button {
    height: 24px;
    font-size: 12px;
    border-color: #aaa;
    color: #777 !important;
    padding: 0 5px;
  }
	
	/* 제품 list */
	.prod_list-page {
		background-color: #fff;
		padding-bottom: 0 !important;
	}
	.prod_list-page .prod_list__wrap.wide-inner {
		margin-left: 0;
		margin-right: 0;
	}
	.mo-wide {
		padding: 0 10px 60px;
		background-color: #f7f7f7;
	}
	.prod_list__cate {
		margin-top: 0;
	}
	.prod_list__head {
		padding: 0 20px 10px;
		border-bottom: 1px solid #ddd;
	}
	.prod_list__head.active {
		background-color: #fff;
		border-bottom: 1px solid #ddd;
	}
	.m_prod_list .item { 
		width: 165px;
	}
	.m_outer .align-r .list__more {
		margin-bottom: 0;
		margin-top: 5px;
	}
	.prod_list .item .box {
		border-radius: 10px;
	}

  .prod_list {
    padding-bottom: 25px;
  }

  .m_outer .prod_list {
    margin-bottom: 35px !important;
    padding: 0 20px 20px;
  }
  .m_outer .prod_scroll_wrap .prod_scroll:last-child .prod_list {
	margin-bottom: 0 !important;
  }

  .prod_list__cate {
    justify-content: flex-start;
  }

  .prod_list__cate>li {
    width: 33.3333%;
    margin: -1px 0 0 -1px !important;
    padding: 10px 5px;
    display: table-cell;
    float: left;
    background-color: transparent;
    font-size: 10.5px;
	height: auto;
    line-height: 1.3em;
    margin-bottom: 15px;
    word-break: keep-all;
    color: #666666;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    text-align: center;
  }

  .prod_list__cate>li.on, .prod_list__cate>li:hover{
    background-color: transparent;
    color: #dd5119;
    font-weight: 500;
  }



  .prod_list__top {
    display: block;
  }

  .prod_list_top {
    margin: 20px 0 0 0;
  }

  .selbtn {
    text-align: right;
    margin: 0 0 20px 0;
  }

  .selbtn a {
    margin-left: 5px;
  }

  .prod_top .right .btn {
    background-image: none;
  }

  .filter__btn {
    width: 60px;
    height: 54px;
    right: -60px;
	displaY: none !important;
  }

  .prod_list-page .prod_list__filter {
    top: 50px;
    padding: 12px;
    left: -260px;
    max-width: 230px;
  }

  .prod_list-page .prod_list__filter .filter__tit {
    font-size: 1.2em;
  }

  .prod_list-page .prod_list__filter .filter__brand,
  .prod_list-page .prod_list__filter .filter__use,
  .prod_list-page .prod_list__filter .filter__fee {
    padding-top: 15px;
  }

  .prod_list-page .prod_list__filter .filter__chk>li {
    margin-bottom: 7px;
  }

  .prod_list-page .prod_list__filter .filter__chk {
    padding: 10px
  }

  .prod_list .thumb::before {
    border-bottom-width: 35px
  }

  .prod_list .thumb::after {
    font-size: 1em;
    line-height: 35px;
    height: 35px;
  }

  .m_outer .m_tit {
    width: 100%;
  }

  .m_outer .m_tit .list__more {
    font-size: .7em;
    color: #70706f;
    background-image: url(/image/main/more_arrow.png);
    background-size: 7px 10px;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 12px;
  }

  .prod_list-page.agency .prod_list .item{
    width: 50%;
  }

  .prod_list-page .prod_list .item.soldout .box>a::before{
    background-size: 80px;
    background-position: center 25%;
  }
}
/* 제품 이미지 이벤트 아이콘 */
.event{position: absolute;width:99%;height:99%;top:0px;} 
.event img{position:absolute;max-height:100%;top:unset !important;left:unset !important;}
.event1{position: absolute;top:80%;width:50%;height:20%;text-align:left;}
.event1 img{left:10px !important;bottom:10px !important;}
.event2{position: absolute;top:80%;left:50%;width:50%;height:20%;text-align:right;}
.event2 img{right:10px !important;bottom:10px !important;}
.event3{position: absolute;top:0%;left:50%;width:50%;height:15%;text-align:right;}
.event3 img{right:10px !important;bottom:10px !important;top:10px !important;}
.event4{position: absolute;top:0%;left:0%;width:50%;height:15%;}
.event4 img{left:10px !important;top:10px !important;}

.view_event{position: absolute;width:99%;height:99%;top:0px;} 
.view_event img{position:absolute;max-height:100%;top:unset !important;left:unset !important;}
.view_event1{position: absolute;top:70%;width:50%;height:30%;text-align:left;z-index:1;}
.view_event1 img{left:10px !important;bottom:10px !important;}
.view_event2{position: absolute;top:70%;left:50%;width:50%;height:30%;text-align:right;z-index:1;}
.view_event2 img{right:10px !important;bottom:10px !important;}
.view_event3{position: absolute;top:0%;left:50%;width:50%;height:30%;text-align:right;z-index:1;}
.view_event3 img{right:10px !important;bottom:10px !important;top:10px !important;}
.view_event4{position: absolute;top:0%;left:0%;width:50%;height:30%;z-index:1;}
.view_event4 img{left:10px !important;top:10px !important;}
/* 제품 이미지 이벤트 아이콘 */

/* 모바일 가로 */
@media all and (max-width:568px) {
  .prod_list .item .box {
    margin: 0 5px 10px;
  }
}

@media all and (max-width:425px) {
  .tbl-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }

  .order-field th {
    width: 70px;
  }

  .red_box {
    padding: 15px;
  }

  .btn_large {
    font-size: 1.2em;
    margin-top: 20px;
    height: 40px;
  }

  /* 제품리스트 */
  .prod_list .thumb .brand_lb {
    width: 40px;
    padding: 7px;
  }

  .prod_list .thumb::after {
    background-position: 15%;
  }
}

@media all and (max-width:375px) {

  /* 제품리스트 */
  .prod_list_top {
    margin:  0;
	font-size: 14px;
	padding-top: 20px;
  }
  .prod_list_top b {
	color: #dd5119;
  }
  
	
  .prod_list .txt .name {
    font-size: 1.08em;
  }

  .prod_list .thumb::after {
    background-position: 10%;
  }
}

@media all and (max-width:374px) {

  /* 제품리스트 */
  .prod_list {
    margin: 0 -3px 20px;
  }

  .prod_list .no_item {
    margin: 0 3px;
  }

  .prod_list .item .box {
    margin: 3px;
  }

  .prod_list .txt {
    padding: 10px;
  }

  .prod_list .fee {
    padding: 0 10px 10px;
    height: 55px;
  }


  .prod_list .fee .price {
    font-size: 1em;
  }

  .prod_list .fee .price em {
    margin-right: 3px;
    width: 28px;
  }
}


@media all and (max-width:355px) {
  .prod_list .thumb::after {
    font-size: 1em;
    background-image: none;
  }
}

.month-etc small {
  font-size: 12.5px;
}