/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/

/*---------- Item Info ----------*/
.item-info-table {
  font-size: 12px;
}
.item-info-table .width-180px {
  width: 180px;
}
#sit_rel {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 20px 10px;
  margin: 20px 0 40px;
}
#sit_rel h2 {
  margin: 0 0 20px;
  font-size: 1.375rem;
  color: #252525;
  font-weight: 700;
  text-align: left;
}
#sit_inf {
  margin: 50px 0;
  text-align: center;
}
#sit_use {
  margin: 50px 0;
}
#sit_qa {
  margin: 50px 0;
}
#sit_dvr {
  margin: 50px 0;
}
#sit_ex {
  margin: 50px 0;
}
.basic_text {
  text-align: center;
  padding: 30px 0 15px;
  font-size: 16px;
  font-weight: 600;
}
#sit_inf img {
  width: 100%;
  max-width: 800px;
}
#sit_dvr img,
#sit_ex img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sit_dvr > ul > li,
#sit_ex > ul > li {
  position: relative;
  padding-left: 14px;
  color: #757575;
  font-size: 0.875rem;
}
#sit_dvr > ul > li:before,
#sit_ex > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #b5b5b5;
}

.pg-anchor-in .nav-tabs {
  border-bottom: none;
}
.pg-anchor-in .nav-tabs li {
  width: 33.3333%;
}
.pg-anchor-in .nav-tabs li a {
  display: block;
  border-bottom: 1px solid #d5d5d5;
  font-size: 16.5px;
  width: 100%;
  height: 40px;
  text-align: center;
  margin-right: 0;
  margin-left: -1px;
  background: #fff;
  color: #959595;
}
.pg-anchor-in .nav-tabs li a:hover {
  color: #959595;
}
.pg-anchor-in .nav-tabs li.active {
  z-index: 1;
}
.pg-anchor-in .nav-tabs li.active a {
  border-bottom: 3px solid #206041;
  font-weight: 700;
  color: #206041;
  background: #fff;
}

/*---------- Item Form ----------*/
/* Shop Detail Product */
.shop-product {
  position: relative;
  padding: 10px 0;
}
.shop-product h2 {
  float: left;
  color: #687074;
  font-size: 26px;
  text-transform: uppercase;
}
.shop-product .list-inline {
  margin: 0;
}
.shop-different-product {
  padding: 10px 0;
}
.shop-different-product .btn-default {
  padding: 5px 14px;
}
.shop-product-img {
  position: relative;
  overflow: hidden;
}
/* Shop Product Img */
.zoomLens {
  cursor: pointer !important;
}
.product-img-big {
  position: relative;
  padding: 0 0 1px;
  margin: 0;
  width: 100%;
}
.product-img-big a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product-img-big img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-img-big .fotorama__wrap {
  width: 100% !important;
}
.product-img-big i {
  width: 100%;
  background: #e5e5e5;
  text-align: center;
  color: #757575;
  height: 100%;
  font-size: 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
}
.fotorama__nav-wrap {
  margin-top: 12px;
}
.product-img-big .fotorama__thumb-border {
  border-color: #206041;
  border-radius: 5px;
  display: none;
}
.product-img-big .fotorama__nav--thumbs .fotorama__nav__frame {
  width: 130px !important;
  height: 130px !important;
  padding: 0 !important;
  margin-right: 11.5px;
  box-sizing: border-box;
}
.product-img-big .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  margin-right: 0;
}
.product-img-big .fotorama__thumb {
  border-radius: 5px !important;
  overflow: hidden;
}
.product-img-big .fotorama__nav--thumbs .fotorama__nav__frame img {
  width: 100% !important;
  height: 100% !important;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  display: none;
  margin-left: -1px;
  margin-right: -1px;
}
.product-thumb .slick-slide {
  padding-right: 5px;
}
.product-thumb .thumb-img {
  position: relative;
  outline: none;
  padding: 1px;
  padding-bottom: 100%;
  height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.product-thumb .thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.product-thumb .slick-prev,
.product-thumb .slick-next {
  z-index: 1;
  top: 1px;
  width: 20px;
  height: 100%;
  height: calc(100% - 8px);
  background: rgba(0, 0, 0, 0.5);
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.product-thumb .slick-prev:hover,
.product-thumb .slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.product-thumb .slick-next.slick-disabled,
.product-thumb .slick-prev.slick-disabled {
  background: transparent;
}
.product-thumb .slick-next.slick-disabled:before,
.product-thumb .slick-prev.slick-disabled:before {
  opacity: 0;
}
.product-thumb .slick-prev {
  left: 1px;
}
.product-thumb .slick-next {
  right: 1px;
}
.product-thumb .slick-prev:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f0d9";
  font-size: 16px;
}
.product-thumb .slick-next:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f0da";
  font-size: 16px;
}
/* Shop Product Img Modal */
.shop-img-modal .fotorama__thumb-border {
  border-color: #ff4848;
}

.shop-img-modal .modal-dialog {
  width: 600px;
}
.shop-img-modal .modal-footer {
  text-align: center;
}
.shop-img-modal .modal-footer .btn-e-lg {
  padding: 10px 20px;
}

/* Shop Product Prev Next */
.shop-product-prev-next {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 45px;
  padding: 10px;
  line-height: 25px;
}
.shop-product-prev-next .product-prev {
  position: absolute;
  top: 0;
  left: 0;
  color: #959595;
}
.shop-product-prev-next .product-prev i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #e5e5e5;
  font-size: 15px;
  text-align: center;
  margin-right: 10px;
  color: #252525;
}
.shop-product-prev-next .product-next {
  position: absolute;
  top: 0;
  right: 0;
  color: #959595;
}
/* Shop Product Star Sns */
.shop-product-star-sns {
  position: relative;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  height: 45px;
  padding: 10px 15px;
  line-height: 25px;
}
.shop-product-prev-next .product-next i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-left: 1px solid #e5e5e5;
  font-size: 15px;
  text-align: center;
  margin-left: 10px;
  color: #252525;
}
.shop-product-star-sns .li-divider {
  display: inline-block;
  width: 2px;
  height: 10px;
  margin: 0 10px;
  background: #e5e5e5;
}
.item-share-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.item-share-wrap .item-share-btn {
  width: 45px;
  height: 45px;
  background: none;
  border: 0;
  border-left: 1px solid #e5e5e5;
}
.item-share-wrap .dropdown-menu {
  margin-top: -4px !important;
  background: #fff;
  border: 1px solid #757575;
  box-shadow: none;
  min-width: 180px;
  height: 53px;
}
.item-share-wrap img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.item-share-wrap .share-sns {
  position: absolute;
  top: 10px;
  left: 10px;
}
.item-share-wrap .share-facebook {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #6a82c6;
}
.item-share-wrap .share-twitter {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #7bbceb;
}
.item-share-wrap .share-googleplus {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #cd6c59;
}
.item-share-wrap .share-rec {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #fdab29;
}
/* Shop Product Description */
.shop-product-form .product-title {
  margin: 0 0 5px;
  font-size: 1.3rem;
  color: #151515;
}
.shop-product-form .product-title:after {
  clear: both;
  content: "";
  display: block;
}
.shop-product .shop-description-box {
  position: relative;
  padding: 30px 0;
  background: none;
  margin: 10px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.shop-product .shop-description-box .table {
  font-size: 1rem;
  margin-bottom: 0;
}
.shop-product .shop-description-box .table > tbody > tr > th {
  width: 15%;
  font-weight: 500;
}
.shop-product .shop-description-box .table > tbody > tr > th,
.shop-product .shop-description-box .table > tbody > tr > td {
  border: 0;
  padding: 5px 0;
  line-height: 1.4;
}
.shop-product .shop-description-box .table > tbody > tr > td {
  color: #666;
}
.shop-product .shop-description-box .shop-product-prices {
  font-size: 1.125rem;
  color: #ab0000;
}
.shop-product .shop-description-box .line-through {
  font-size: 0.9375rem;
  color: #b5b5b5;
  text-decoration: line-through;
  margin-left: 5px;
}

.sit_option {
  padding: 15px 0;
}
.sit_option label {
  display: block;
  margin: 0 0 10px;
  color: #656565;
  font-size: 15px;
}
.sit_option.eyoom-form .select select {
  background: #fff;
  padding: 0 15px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ccc !important;
}
.sit_option.eyoom-form .select select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.sit_option.eyoom-form .select i {
  background: url(../../../../../../img/sel2.png) no-repeat #fff center right
    15px;
  text-indent: -9999px;
  background-size: 13px auto;
  height: 38px;
}
.sit_option.eyoom-form .select i:before,
.sit_option.eyoom-form .select i:after {
  display: none;
}
.sit_option h3 {
  font-size: 14px;
  margin: 0 0 10px;
}
.sit_sel_btn {
  position: relative;
} /* 선택옵션용 추가 버튼 */
.sit_sel_btn button {
  position: absolute;
  top: -51px;
  right: 0 !important;
  right: 15px;
}

#sit_sel_option h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#sit_opt_added {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background: #fff;
  list-style: none;
}
#sit_opt_added li {
  padding: 15px 0;
  padding-right: 250px;
  margin: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background: none;
  position: relative;
}
#sit_opt_added li .opt_name {
  line-height: 20px;
  font-weight: 700;
}
#sit_opt_added li .opt_count {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
#sit_opt_added li .opt_button_wrap {
  border: 1px solid #ddd;
  border-radius: 8px;
}
#sit_opt_added button {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-left: 0;
  background: #fff;
  color: #656565;
  font-size: 0.75rem;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#sit_opt_added button.sit_qty_minus {
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#sit_opt_added button:hover {
  color: #000;
}
#sit_opt_added .num_input {
  float: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 45px;
  height: 30px;
  text-align: center;
  margin: 0 -1px;
}
#sit_opt_added .sit_opt_del {
  border: 0;
  font-size: 0.9375rem;
  float: left;
  position: initial;
}
#sit_opt_added .sit_opt_del:hover {
  color: inherit;
}
#sit_opt_added .sit_opt_prc {
  display: block;
  float: left;
  width: 110px;
  text-align: right;
  line-height: 30px;
  font-size: 0.9375rem;
  font-weight: 700;
}

#mod_option_frm #sit_sel_option {
  margin: 20px;
}
#mod_option_frm #sit_tot_price {
  margin: 20px;
}
#mod_option_frm #sit_opt_added {
  border-top: 1px solid #e5e5e5;
}
#mod_option_frm .btn_confirm {
  margin: 20px;
}
#mod_option_frm .btn_confirm .btn_submit {
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}
#mod_option_frm .btn_confirm .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  border-left: 1px solid #c5c5c5;
  font-size: 0.9375rem;
}
#mod_option_frm .btn_confirm .btn_close:hover {
  background: #f5f5f5;
}

#sit_tot_price {
  margin: 10px 0;
  font-size: 1.25rem;
  color: #ab0000;
  line-height: 25px;
  font-weight: 700;
  text-align: right;
}
#sit_tot_price > * {
  line-height: 46px;
}
#sit_tot_price:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sit_tot_price span {
  float: left;
  color: #000;
}
#sit_ov_soldout {
  padding: 20px 0;
  margin: 10px 0;
  color: #ab0000;
  background: #fff0f0;
  font-weight: 700;
  text-align: center;
}

/* Shop Product Button */
#sit_ov_btn {
  margin-top: 20px;
}
#sit_ov_btn:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sit_ov_btn button {
  width: 49%;
  float: left;
  height: 70px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
#sit_btn_buy {
  background: #206041;
  color: #fff;
  border: 0;
  margin-left: 2%;
}

#sit_btn_cart {
  border: 1px solid #b2c8bd;
  background: #fff;
  color: #206041;
}
#sit_btn_cart:hover {
  background: #f5f5f5;
}
#sit_btn_wish {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  float: right;
  width: 40px;
  height: 24px;
  border: 0;
  color: #656565;
  font-weight: 700;
  background: url(../../../../../../img/zzim_line.svg) no-repeat center center;
  background-size: auto 100%;
}
#sit_btn_wish.on {
  background: url(../../../../../../img/zzim_on.svg) no-repeat center center;
  background-size: auto 100%;
}

#sit_btn_alm {
  display: inline-block;
  width: 215px;
  float: left;
  margin-right: 5px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  background: #d50c0c;
  color: #fff;
  border: 0;
  text-align: center;
}

/* Shop Scroll Show Button */
.sit-ov-height {
  position: relative;
}
#scroll_show_close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #757575;
  font-size: 1.125rem;
  cursor: pointer;
}
#scroll_show_close:hover {
  color: #000;
}
.buy-btn-wr {
  display: none;
}
#sit_ov.static .scroll-show {
  display: block !important;
}
#sit_ov.scroll-no {
  display: block;
}
#sit_ov.fixed {
  position: fixed;
  top: 10px;
  left: 50%;
  width: 600px;
  margin: 0;
  padding: 0;
  margin-left: -300px;
  max-height: 600px;
  background: transparent;
  z-index: 1050;
}
#sit_ov.fixed #btn_buy_back {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1099;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#sit_ov.fixed .buy-btn-wr {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 10px;
  z-index: 2;
}
#sit_ov.fixed .buy-btn-wr button {
  position: relative;
  width: 260px;
  padding: 0 15px;
  padding-right: 55px;
  background: #3f4678;
  border: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 50px !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sit_ov.fixed .buy-btn-wr button:hover {
  background: #4b5390;
}
#sit_ov.fixed .buy-btn-wr button i {
  position: absolute;
  top: 0;
  right: 0;
  background: #2b2b2e;
  border-radius: 0 25px 25px 0 !important;
  width: 60px;
  line-height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sit_ov.fixed .buy-btn-wr button:hover i {
  background: #3c3c3e;
}
#sit_ov.fixed .scroll-no {
  display: none;
}
#sit_ov.fixed .scroll-show {
  display: none;
  position: relative;
  background: #fff;
  border: 0;
  padding: 30px 15px 15px;
  max-height: 600px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
}
#sit_ov.fixed .scroll-show-popup {
  display: block;
}
#sit_ov.fixed .scroll-show-popup #scroll_show_close {
  display: block;
}
/*---------- Item Use ----------*/
.product-use-top {
  position: relative;
  margin: 20px 0 20px;
  line-height: 40px;
}
.product-use-top h4 {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-right: 10px;
  color: #000;
}
.product-use-top h4 span {
  color: #777;
}
.product-use-top h4 span:last-child {
  vertical-align: -2px;
}
.product-use-top h4 span.total_num {
  padding: 0 8px 0 3px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.product-use-top h4 span.total_num:after {
  position: absolute;
  content: "";
  display: block;
  border-right: 1px solid #aaa;
  height: 80%;
  top: 50%;
  transform: translateY(-45%);
  right: 0;
}
.product-use-top h4 img {
  height: 22px;
  width: auto;
  vertical-align: -6.5px;
}
.product-use-top .li-divider {
  display: inline-block;
  width: 2px;
  height: 10px;
  margin: 0 10px;
  background: #e5e5e5;
}
.product-use-top .product-use-btn {
  float: right;
}
.product-use-wrap {
  border-top: 1px solid #eaeaea;
  padding-top: 35px;
  margin-top: 40px;
}
.product-use-list {
  position: relative;
  padding: 15px;
  padding-left: 150px;
  min-height: 85px;
  border: 1px solid #eaeaea;
  border-top: 0;
}
.product-use-thumbnail {
  float: left;
  margin-right: 15px;
}
.product-use-thumbnail img {
  max-width: 70px;
  height: auto;
}
.product-use-title {
  font-weight: 700;
  font-size: 1rem;
}
.product-use-more {
  border: 1px solid #656565;
  padding: 2px 15px;
  color: #fff;
  font-size: 0.75rem;
  margin: 10px 0;
  background: #656565;
}
.product-use-more:hover {
  background: #858585;
  border-color: #858585;
}
.product-use-dl {
  margin: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  zoom: 1;
}
.product-use-dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.product-use-dl dt {
  position: absolute;
  font-size: 0;
  line-height: 0;
  content: "";
}
.product-use-dl dd {
  color: #252525;
  line-height: 1.5;
}
.product-use-dl dd i {
  color: #959595;
  margin-right: 5px;
}
.product-use-dl .product-use-star {
  margin: -3px 0 5px;
}
.product-use-cont {
  display: none;
}
.product-use-p {
  padding: 20px 0;
}
.product-use-cmd {
  text-align: right;
}
.product-use-cmd a {
  border: 1px solid #ccc;
  background: #fff;
  color: #555 !important;
  font-size: 14px;
}
.product-use-reply {
  position: relative;
  border-top: 1px solid #f0f0f0;
  margin: 15px 0 0;
  padding: 15px 0 0 30px;
}
.product-use-reply-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 25px;
  text-indent: -999px;
  border-left: 1px solid #757575;
  border-bottom: 1px solid #757575;
}
.product-use-reply-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #757575;
  position: absolute;
  bottom: -6px;
  right: -8px;
}
.product-use-reply-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.product-use-reply-name {
  font-size: 0.9375rem;
  color: #959595;
  margin: 10px 0;
}
.product-use-reply-p {
  padding: 0;
  background: #fff;
}

/*---------- Item Qa ----------*/

.product-qa-wrap {
  border-top: 1px solid #eaeaea;
}
.product-qa-list {
  position: relative;
  padding: 20px 25px;
  border: 1px solid #eaeaea;
  border-top: 0;
  min-height: 56px;
  border-radius: 15px;
}
.product-qa-title {
  display: block;
  float: left;
  width: 80%;
  text-align: left;
  font-size: 0.9375rem;
  border: 0;
  background: none;
  color: #000;
}
.product-qa-title .sit_qaa_done {
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: normal;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  background: #333;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
}
.product-qa-title .sit_qaa_yet {
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: normal;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  background: #a3a3a3;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
}

.product-qa-title .fa-lock.color-red {
  margin-left: 5px;
  color: #ab0000 !important;
}
.product-qa-dl {
  color: #757575;
  margin: 0;
  float: left;
  width: 20%;
  text-align: right;
  zoom: 1;
  font-size: 14px;
}
.product-qa-dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.product-qa-dl dt {
  position: absolute;
  font-size: 0;
  line-height: 0;
  content: "";
}
.product-qa-dl dd {
  display: inline-block;
  margin-left: 10px;
}
.product-qa-cont {
  display: none;
}
.product-qa-p {
  margin: 10px 0;
}
.product-qa-p .product-qa-alp {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 1.5rem;
  color: #206041;
  font-weight: 700;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
}
.product-qa-qaa {
  padding: 15px 0;
  padding-left: 40px;
  position: relative;
  min-height: 50px;
  border-top: 1px solid #eaeaea;
}
.product-qa-qaq {
  padding: 15px 0;
  padding-left: 40px;
  position: relative;
  min-height: 60px;
}
.product-qa-cont textarea {
  display: none;
}
.product-qa-cmd {
  text-align: right;
}
.product-qa-cmd a {
  background: #fff;
  border: 1px solid #ccc;
  color: #666 !important;
  border-radius: 5px;
  font-size: 14px;
  padding: 0;
  width: 60px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
}
/*---------- Item Use, Item Qa Paging ----------*/
.pg_current {
  background-color: #3f4678;
  border-color: #3f4678;
}

/*상품 상세페이지*/
.shop_item_top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.shop_item_top .item_left {
  width: 700px;
}
.shop_item_top .item_right {
  padding-left: 60px;
  width: calc(100% - 700px);
}
.store-info {
  margin: 15px 0 25px;
}
.store-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.store-name {
  font-size: 15.5px;
  font-weight: 500;
  color: #777 !important;
  text-decoration: underline !important;
  background: url(../../../../image/app_arrow.svg) no-repeat center right;
  background-size: 6px auto;
  filter: grayscale(2);
  padding-right: 17px;
}

.store-likes {
  font-size: 15px;
  color: #4d8067;
  font-weight: 500;
}

.store-likes .fa-heart {
  margin-right: 4px;
  color: #4d8067;
  font-weight: 400;
}
.store-delivery-options {
  display: flex;
  gap: 8px;
}
.delivery-badge {
  padding: 4px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #ededed;
  color: #555;
  border: 1px solid transparent;
  font-weight: 600;
}
.delivery-badge.green {
  background-color: #eff4f2;
  color: #206041;
}
.item_sort_text {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #555;
}
.item_sort_text span {
  padding: 0 5px;
}
.item_price {
  font-size: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.item_price b {
  color: #206041;
  display: inline-block;
  padding-right: 5px;
}
.item_price .shop-product-prices {
  padding-right: 5px;
}
.item_price .line-through {
  text-decoration: line-through;
  color: #777;
  font-size: 16px;
}
.item_price .sns_share button {
  border: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  display: inline-block;
  vertical-align: 3px;
}
.item_price .sns_share {
  align-content: center;
}
.item_price .sns_share button img {
  width: 16px;
  height: auto;
}
.item_price .sns_share button.share img {
  width: 13px;
  height: auto;
}
#sit_inf #sit_inf_explan {
  padding: 20px 0;
  width: 800px;
  margin: 0 auto;
  max-width: 800px;
}
#sit_inf #sit_inf_explan * {
  width: 100% !important;
}
.fotorama__stage {
  height: 0 !important;
  padding-bottom: 100%;
  position: initial !important;
}
.fotorama__nav__frame.fotorama__active {
  border: 2px solid #206041;
  border-radius: 5px;
}
.shop-product-img .fotorama__arr {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  top: auto;
  bottom: 0;
  height: 130px;
}
.shop-product-img .fotorama__arr.fotorama__arr--prev {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  border-radius: 5px 0 0 5px;
}
.shop-product-img .fotorama__arr.fotorama__arr--prev:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../../../../../../img/btn_arrow.png) no-repeat center center;
  background-size: 10px auto;
  transform: rotate(180deg) !important;
  z-index: 1;
}
.shop-product-img .fotorama__arr.fotorama__arr--next {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  right: 0;
  border-radius: 0 5px 5px 0;
}
.shop-product-img .fotorama__arr.fotorama__arr--next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../../../../../../img/btn_arrow.png) no-repeat center center;
  background-size: 10px auto;
  z-index: 1;
}

/*상품 상세페이지 상품문의*/
.itemqa-iframe-modal .modal-header {
  border-bottom: 0;
  margin-bottom: 0;
}
.itemqa-iframe-modal .modal-body {
  height: 600px !important;
  overflow: hidden;
}
.qa_content_box {
  display: block !important;
}
.product-qa-list {
  margin-bottom: 20px;
  border-top: 1px solid #eaeaea;
}
.product-qa-wrap {
  border-top: 0;
}
.qa_content_box {
  display: block !important;
}
.product-qa-wrap {
  border-top: 0;
}

.qa-search-box {
  margin: 20px 0;
}
.qa-search-box form {
  position: relative;
  border: 1px solid #90b0a0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}
.qa-search-box input[type="text"] {
  width: 100%;
  border: none;
  padding: 15px;
  font-size: 14px;
  outline: none;
  flex: 1;
  background: transparent;
}
.qa-search-box input[type="text"]::placeholder {
  color: #90b0a0;
}
.qa-search-box .qa-search-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: #777;
  padding: 0 20px;
  height: 50px;
}
.qa-list-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.answer_time {
  float: right;
  color: #777;
  font-size: 14px;
}
.qa-image-gallery {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.qa-image img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.qa_num {
  font-size: 16px;
}
.qa_num strong {
  color: #206041;
}
.qa_top_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.qa_top_wrap .product-qa-btn a {
  color: #206041;
  font-weight: 600;
}
.qa_content {
  line-height: 1.4;
  font-size: 15px;
  padding: 3px 0 15px;
}

/*상품상세페이지 리뷰*/
.itemuse-iframe-modal .modal-body {
  height: 710px !important;
  overflow: hidden;
}
.itemuse-iframe-modal .modal-header {
  border-bottom: 0;
}
.review-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  font-family: "Pretendard", sans-serif;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.review-user-info {
  display: flex;
  align-items: center;
}
.user-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}
.user-details .user-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.user-details .review-date {
  font-size: 13px;
  color: #888;
}
.review-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.like-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #666;
}
.like-btn .fa-thumbs-up {
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  margin-top: -4px;
  padding-right: 2px;
}
.like-btn:not(.active) .fa-thumbs-up {
  color: white;
  text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc,
    1px 1px 0 #ccc;
}
.like-btn.active .fa-thumbs-up {
  color: #206041;
  text-shadow: none;
}
.more-btn {
  font-size: 16px;
  color: #888;
  cursor: pointer;
}
.review-body {
  margin-bottom: 16px;
}
.review-rating-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.online-badge {
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 12px;
  background-color: #ededed;
  color: #484848;
  font-weight: 600;
}
.online-badge.active {
  background-color: #eff4f2;
  color: #206041; /* 진한 녹색 글씨 */
}
.star-rating img {
  height: 18px;
  width: auto;
}
.rating-score {
  font-size: 15px;
  font-weight: bold;
  color: #555;
}
.purchase-info p {
  font-size: 14px;
  color: #666;
  margin: 0 0 4px 0;
}
.review-image-gallery {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.review-image img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}
.review-text .review-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
.review-text .review-content {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.review-all-img {
  margin-top: 24px;
  margin-bottom: 30px;
}
.view-all-photos-link {
  display: inline-block;
  font-size: 14px;
  color: #206041 !important;
  opacity: 0.8;
  font-weight: 500;
  text-decoration: underline !important;
  margin-bottom: 12px;
}
.photo-review-gallery.swiper .swiper-button-disabled {
  display: none;
}
.photo-review-gallery.swiper .swiper-button-next,
.photo-review-gallery.swiper .swiper-button-prev {
  width: 4.7%;
  height: 100%;
  border-radius: 0;
  background: #fff;
  top: 0;
  color: #fff;
  margin-top: 0;
}
.photo-review-gallery.swiper .swiper-button-next:after,
.photo-review-gallery.swiper .swiper-button-prev:after {
  font-size: 22px;
}
.photo-review-gallery.swiper .swiper-button-next {
  right: 0;
}
.photo-review-gallery.swiper .swiper-button-next:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  color: #fff;
  content: "";
  z-index: -1;
  border-radius: 8px;
}
.photo-review-gallery.swiper .swiper-button-prev {
  left: 0;
}
.photo-review-gallery.swiper .swiper-button-prev:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  color: #fff;
  content: "";
  z-index: -1;
  border-radius: 8px;
}

/* Swiper 컨테이너 스타일 */
.photo-review-gallery.swiper {
  width: 100%;
}

/* 개별 슬라이드 스타일 */
.photo-review-gallery .swiper-slide {
  padding-bottom: 10%;
  position: relative;
}

/* 슬라이드 내부 아이템(a 태그) 스타일 */
.photo-review-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.photo-review-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-use-btn select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url(../../../../../../img/select_arrow.svg) no-repeat center right
    12px;
  background-size: 11px auto;
  padding-right: 25px;
  width: 96px;
  padding-left: 12px;
  height: 34px;
  line-height: 32px;
  border-radius: 5px;
  border: 1px solid #206041;
  color: #206041;
  font-weight: 500;
  font-size: 14px;
}
.product-use-btn select::-ms-expand {
  display: none; /*for IE10,11*/
}

/*상품상세 배송정보 교환정보*/
.sit_dvr,
.sit_ex {
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 15.5px;
  color: #555;
}
.sit_dvr h2,
.sit_ex h2 {
  font-size: 23px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}
