@charset "UTF-8";
.product_description {
  padding-bottom: 150px;
}
.product_description .container {
  display: flex;
  justify-content: space-between;
}
.product_description .left {
  width: auto;
}
.product_description .pd_banner {
  width: 598px;
  height: 600px; /* border: 1px solid $color-lightgray; */
}
.product_description .pd_banner img {
  width: 600px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_description .pd_thumb_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}
.product_description .pd_thumb_wrap .prev {
  transform: rotate(90deg);
  cursor: pointer;
}
.product_description .pd_thumb_wrap .next {
  transform: rotate(90deg);
  cursor: pointer;
}
.product_description .pd_thumb {
  width: 480px;
}
.product_description .pd_thumb .slick-current img {
  border: 3px solid #e6c3a8;
}
.product_description .pd_thumb .item img {
  display: initial;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_description .product_tag {
  width: 595px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 111px;
  margin-top: 24px;
}
.product_description .product_tag li {
  margin-bottom: 10px;
}
.product_description .product_tag li:not(:last-child) {
  margin-right: 10px;
}
.product_description .product_tag a {
  display: inline-block;
  font-size: 1.4rem;
  color: #9f9f9f;
  letter-spacing: -0.8px;
  border: 1px solid #dcdcdc;
  font-family: "NSKR";
  padding: 4px 10px;
}
.product_description .right {
  width: 655px;
  margin-right: 10rem;
}
.product_description .right h3 {
  font-size: 3.4rem;
  font-family: "NSKB";
  color: #222222;
  line-height: 1.1;
  letter-spacing: -0.8px;
  word-break: keep-all;
  padding-right: 70px;
}
.product_description .right .select_size {
  font-size: 2.9rem;
  font-family: "NSKR";
  color: #222222;
  line-height: 36px;
  letter-spacing: -0.8px;
  word-break: keep-all; /* border-bottom: 1px solid #1e1e1e; */ /* padding-bottom: 50px; */
}
.product_description .product_name_wrapper {
  position: relative;
}
.product_description .social-icons {
  height: 53px;
  display: flex;
  justify-content: flex-end;
  padding-left: 111px;
  position: absolute;
  top: 0;
  right: 0;
}
.product_description .social-icons a {
  transition: transform 0.5s;
  height: 50px;
}
.product_description .social-icons a.link {
  transform: translateX(56px) rotate(540deg);
}
.product_description .social-icons a.facebook {
  transform: translateX(111px) rotate(540deg);
}
.product_description .social-icons a.kakao {
  transform: translateX(165px) rotate(540deg);
}
.product_description .social-icons a.social {
  position: relative;
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  box-sizing: content-box;
  text-align: center;
  line-height: 50px;
  top: -1px;
}
.product_description .social-icons a.active {
  transform: translateX(0) rotate(0);
}
.product_description .social-icons a:not(:first-child) {
  margin-left: 5px;
}
.product_description .rv {
  float: left;
  display: flex;
  font-size: 14px;
  color: #303030;
}
.product_description .rv .sp {
  margin: 0 5px;
}
.product_description .rv .starnum {
  font-family: "MSM";
}
.product_description .rv .rv-in {
  display: flex;
  align-items: center;
}
.product_description .rv .rv-in img {
  margin-right: 0.4rem;
}
.product_description .rv .rv-in span {
  font-family: "NSKR";
}
.product_description .review .rv .rv-in span {
  font-family: "MSM";
}

.wish_list_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #454845;
}

.wish_list_detail .ico {
  width: 29px;
  height: 25px;
  background: url(../img/inc/ico_wish_off.png) no-repeat center;
  display: block;
}

.wish_list_detail.on .ico {
  background-image: url(../img/inc/ico_wish_on.png);
}

.product_description_price.price {
  margin-top: 6rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-family: "NSKM";
  font-size: 2.4rem;
}
.product_description_price.price.sale .pr {
  font-size: 2.4rem;
}
.product_description_price.price.sale .pr .won {
  font-size: 2.4rem;
}
.product_description_price.price.sale .pr span:first-child {
  margin-right: 0;
}
.product_description_price.price.sale .sl {
  font-size: 18px;
  color: #ccc;
  text-decoration: line-through;
}
.product_description_price.price.sale .per {
  font-size: 1.8rem;
  color: #e10000;
  margin-left: 20px;
}
.product_description_price.price span:first-child {
  font-size: 20px;
  margin-right: 5px;
}
.product_description_price.price span:first-child {
  font-size: 24px;
  margin-right: 60px;
}

.description {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.description dl {
  display: flex;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-top: 20px;
  align-items: center;
}
.description dl dt {
  flex: 0 0 11rem;
  font-family: "NSKR";
  font-size: 16px;
  color: #222222;
}
.description dl dd {
  width: 100%;
  font-family: "NSKR";
  font-size: 16px;
  color: #303030;
}
.description dl dd input[type=text] {
  text-align: center;
  font-family: "NSKM";
  letter-spacing: -0.05rem;
  font-size: 1.6rem;
  width: 100px;
  height: 38px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-left: -1px;
}
.description .vat {
  font-family: "NSKB";
  font-size: 2.4rem;
  color: #ec0000;
  margin-right: 30px;
  vertical-align: middle;
}
.description .normal_price {
  text-decoration: line-through;
  color: #9f9f9f;
}
.description .vat i {
  font-size: 1.7rem;
}
.description .price {
  font-family: "NSKB";
  font-size: 1.7rem;
  color: #222222;
  vertical-align: middle;
}

.description2 dl dt {
  color: #303030;
}
.description2 dl dd {
  color: #222222;
}
.description2 .choose-option {
  width: 100%;
}
.description2 .choose-option .grid {
  top: -1px;
  position: relative;
}
.description2 .custom_select .selected {
  border: 1px solid #ddd;
}
.description2 .goods-option {
  background-color: #fff;
}

.goods-option {
  border: 1px solid #ccc;
}
.goods-option .top {
  height: 52px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: "NSKM";
  padding: 0 1.4rem;
}
.goods-option .middle {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
}
.goods-option .middle .right-side {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-family: "NSKB";
}
.goods-option .middle .right-side .price {
  margin-right: 1rem;
}
.goods-option .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  height: 54px;
  background-color: #fdfdfd;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.goods-option .bottom .right-side {
  display: flex;
  align-items: center;
}
.goods-option .bottom .price {
  margin-right: 1rem;
  width: 120px;
  text-align: right;
}

.goods_option { /* 클래스 중복 확인해야함. */ }
.goods_option .middle {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
}
.goods_option .middle .right-side {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.goods_option .middle .right-side P {
  font-size: 1.7rem;
}
.goods_option .middle .right-side .price {
  margin-right: 1rem;
}

.goods_option_m {
  border: 1px solid #ccc;
}
.goods_option_m .top {
  height: 52px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: "NSKM";
  padding: 0 1.4rem;
}
.goods_option_m .middle {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.4rem;
}
.goods_option_m .middle .right-side {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-family: "NSKB";
}
.goods_option_m .middle .right-side .price {
  margin-right: 1rem;
}
.goods_option_m .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  height: 54px;
  background-color: #fdfdfd;
  padding: 0 1.4rem;
  font-size: 1.4rem;
}
.goods_option_m .bottom .right-side {
  display: flex;
  align-items: center;
}
.goods_option_m .bottom .price {
  margin-right: 1rem;
  width: 120px;
  text-align: right;
}

.qty-box {
  display: flex;
  align-items: center;
}
.qty-box .right-side {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.qty-box .right-side P {
  font-size: 1.7rem;
}

.total-price {
  text-align: right;
  line-height: 1;
  letter-spacing: -0.8px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total-price .total {
  display: inline-block;
  font-family: "NSKB";
  font-size: 2.4rem;
  color: #222222;
  vertical-align: middle;
  margin-top: 4px;
}
.total-price .price {
  color: #222222;
  font-family: "NSKB";
  font-size: 3.4rem;
  min-width: 330px;
  margin-left: 60px;
}
.total-price .price span:last-child {
  font-size: 3.4rem;
  display: inline-block;
  font-family: "NSKB";
}

/* 
    개별옵션 모바일용
    관심상품/장바구니/바로구매 버튼 블럭
*/
.choose-option_wrap {
  display: none;
}

.each_option_btn {
  margin-top: 35px;
  display: flex;
  gap: 1.4rem;
  /*재고가 없을때 버튼추가*/
}
.each_option_btn button {
  font-size: 1.8rem;
  font-family: "NSKR";
  letter-spacing: -0.8px; /* margin-left: 10px; */
  height: 60px;
  width: calc((100% - 1.4rem) / 3);
}
.each_option_btn .cart {
  color: #fff;
  background-color: #454845; /* width: 190px; */
}
.each_option_btn .buy_now {
  color: #fff;
  background-color: #1f4982; /* width: 320px; */
}
.each_option_btn .cart_no {
  background-color: #fff;
  color: #222222;
  border: 1px solid #222222;
  width: 50%;
}
.each_option_btn .buy_now_no {
  background-color: #222222;
  color: #fff;
  border: 1px solid #fff;
  width: 50%;
}

/* 옵션 선택 */
.custom-select {
  position: relative;
}
.custom-select:not(:first-child) {
  margin-top: 1rem;
}
.custom-select .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  border: 1px solid #454845;
  font-size: 1.6rem;
  font-family: "NSKM";
  letter-spacing: -0.06rem;
  padding: 0 1.8rem;
  cursor: pointer;
}
.custom-select .selected.on {
  border-color: #e6c3a8;
}
.custom-select .selected .btn {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../img/select.png") no-repeat right center;
  margin-left: 10px;
}
.custom-select .selected.on .btn {
  background-image: url("../img/close3.png");
}

.select-items {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e6c3a8;
  border-top: 0;
  z-index: 1;
  max-height: 519px;
  overflow-y: auto;
  z-index: 10;
}
.select-items a {
  display: block;
  padding: 0 1.8rem;
  line-height: 3.6rem;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  color: #222222;
  font-family: "NSKD";
}
.select-items a:hover {
  background-color: #fff;
}
.select-items a.sold-out {
  color: #ccc;
}

.add-option {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  width: 70px;
  height: 24px;
  justify-content: center;
  background-color: #222222;
  color: #fff;
  font-family: "NSKR";
  cursor: pointer;
}
.add-option span {
  margin-right: 0.3rem;
}

.individual .selected {
  padding: 1rem;
  padding-right: 1.8rem;
  height: auto;
}
.individual .selected .title {
  width: 100%;
}
.individual .select-items {
  max-height: 405px;
}
.individual a {
  display: flex; /* flex-wrap: wrap; */
  padding: 1rem;
}
.individual .thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.6rem;
}
.individual .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.individual .option {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.individual .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 70px);
}
.individual .price {
  width: 70px;
  text-align: right;
  font-family: "NSKB";
  font-size: 1.6rem;
  flex-shrink: 0;
}

.default-pop {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10000;
  min-width: 500px;
  min-height: 420px;
  padding: 2rem 2rem 11rem;
  border-radius: 6px;
}
.default-pop .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 2rem;
}
.default-pop .head .title {
  font-size: 1.9rem;
  font-family: "NSKD";
}
.default-pop .select-items {
  height: auto;
  max-height: 259px;
}
.default-pop .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
}
.default-pop .btn-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  height: 1px;
  border-top: 1px dashed #ccc;
}

.pop-close {
  cursor: pointer;
}

.add-option-box {
  height: 329px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:not(:first-child) {
  margin-left: 1rem;
}

.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border: 0;
  font-size: 1.8rem;
  font-family: "NSKM";
  letter-spacing: -0.8px;
  color: #fff !important;
  background-color: #222222;
}

.btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border: 0;
  font-size: 1.8rem;
  font-family: "NSKM";
  letter-spacing: -0.8px;
  background-color: #fff;
  border: 1px solid #222222;
  color: #222222;
}

/* 개별구매옵션 */
.each_option {
  padding-bottom: 42px;
}
.each_option h4 {
  font-family: "NSKR";
  font-size: 2.2rem;
  color: #222222;
  letter-spacing: -0.8px;
  line-height: 1;
  margin-bottom: 20px;
}

.each_option_table {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: -0.8px;
}
.each_option_table th {
  background-color: #454845;
  color: #fff;
  height: 36px;
  font-family: "NSKL";
}
.each_option_table td {
  font-family: "NSKR";
  height: 35px;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  color: #444;
}
.each_option_table td.accept-opt label {
  margin-left: 3px;
}
.each_option_table select {
  font-family: "NSKR";
  font-size: 1.3rem;
  letter-spacing: -0.8px;
  padding-left: 1rem;
  background: url("../img/arrow8.png") #fff no-repeat calc(100% - 4px) center;
  padding-right: 18px;
  border: 1px solid #ccc;
}
.each_option_table .select-box {
  width: 240px;
  height: 23px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-user-select: none;
}
.each_option_table .select-box-value {
  height: 100%;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 43px;
  position: relative;
  background: url("../img/arrow10.png") no-repeat 217px center;
}
.each_option_table .select-box-value:hover {
  border-color: #f47b2d;
}
.each_option_table .select-box-value.active {
  border-color: #f47b2d;
}
.each_option_table .select-box-value:before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.each_option_table .option {
  display: none;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 22px;
  left: 0;
  border: 1px solid #f47b2d; /* border-top: 0; */
  min-width: 100%;
  max-height: 170px;
  overflow-y: auto;
  white-space: nowrap;
  font-size: 1.3rem;
  text-align: left;
}
.each_option_table .option.active {
  display: block;
}
.each_option_table .option li:first-child {
  background-color: #f9f9f9;
}
.each_option_table .option li {
  padding: 5px 15px;
}
.each_option_table .option li:hover {
  background-color: #e1e1e1;
}
.each_option_table .col1 {
  width: 40px;
}
.each_option_table .price {
  font-family: "NSKB";
  font-size: 1.6rem;
  color: #222222;
}
.each_option_table .price input[type=text] {
  text-align: right;
  margin-right: 0.2rem;
  padding-right: 0.4rem;
  font-family: "NSKM";
  letter-spacing: -0.05rem;
  font-size: 1.3rem;
  width: 90px;
}
.each_option_table input[type=checkbox] {
  display: none;
}
.each_option_table .select_box .list {
  display: none;
}

.sold-out {
  color: #ff5151;
}

.prev-thumb {
  width: 5rem;
  margin: 0 auto;
}

.prev-thumb img {
  width: 77px;
  height: 77px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btnCutting {
  width: 87px;
  height: 27px;
  background-color: #27394c;
  color: #fff;
  font-family: "NSKM";
  font-size: 1.3rem;
}
.btnCutting img {
  margin-right: 5px;
  margin-top: -3px;
  width: 19px;
}

.btnQty {
  width: 40px;
  height: 38px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.subtract.btnQty {
  background: url("../img/subtract1.png") no-repeat #fff center;
}

input.qty {
  width: 34px;
  height: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-left: 0;
  border-right: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-family: "NSKM";
}

.add.btnQty {
  background: url("../img/add1.png") no-repeat #fff center;
  margin-left: -1px;
}

.rel_products {
  padding-bottom: 130px;
  border-top: 1px solid #e1e1e1;
}

.rel_products_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
.rel_products_header h4 {
  font-family: "NSKM";
  font-size: 24px;
  color: #222222;
  letter-spacing: -0.8px;
}
.rel_products_header div {
  display: flex;
}
.rel_products_header .button {
  width: 32px;
  height: 34px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
}
.rel_products_header .prev {
  border-right: 0;
  background: url("../img/prev2.png") no-repeat center;
}
.rel_products_header .next {
  width: 33px;
  background: url("../img/next2.png") no-repeat center;
}

.rel_products_banner .item .thumb {
  padding-bottom: 20px;
}
.rel_products_banner .item .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.rel_products_banner .item h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "NSKR";
  font-size: 14px;
  color: #222222;
  line-height: 1;
  letter-spacing: -0.8px;
}
.rel_products_banner .item .price {
  font-family: "MSR";
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.8px;
  line-height: 1;
  margin-top: 18px;
  display: inline-block;
}

.product_info .wrapper_product_info_menu {
  border-bottom: 1px solid #222222;
  background: #fff;
}
.product_info .product_info_menu {
  display: flex;
  min-width: 280px;
  width: 100%;
  max-width: 1506px;
  margin: 0 auto;
}
.product_info .product_info_menu li {
  min-width: 80px;
  width: 25%;
  height: 100%;
  text-align: center;
}
.product_info .product_info_menu li:last-child a {
  border-right: 1px solid #d7d7d7;
}
.product_info .product_info_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: 1px solid #d7d7d7;
  border-right: none;
  border-bottom: 0;
  font-family: "NSKD";
  font-size: 1.8rem;
  color: #d7d7d7;
  letter-spacing: -0.8px;
  position: relative;
}
.product_info .product_info_menu a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  z-index: 10;
}
.product_info .product_info_menu li a.active {
  border: 1px solid #222222;
  border-bottom: 1px solid #fff;
  color: #222222;
}
.product_info .product_info_menu a.active:before {
  transition: transform 0.2s;
  transform: scaleX(1);
}

.product_info_tab {
  padding-top: 30px;
  padding-bottom: 70px;
}
.product_info_tab .reviews_option {
  display: flex;
  justify-content: space-between;
}
.product_info_tab .reviews_option .btn_write a {
  width: 180px;
  height: 50px;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
}
.product_info_tab .shop_guide_box {
  padding: 2%;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner {
  padding: 2%;
  border-radius: 18px;
  background-color: #e1e1e1;
  line-height: 2;
  background-image: url(../img/sample/sample_mark.png);
  background-size: 30%;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .title {
  font-family: "NSKM";
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .title.big {
  font-size: 2rem;
  background-color: #ed9e79;
  color: #fff;
  padding: 0 1%;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .title.small {
  font-size: 1.8rem;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info {
  padding: 1%;
  line-height: 1.6;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info .txt_box {
  font-family: "NSKR";
  font-size: 1.6rem;
  word-break: keep-all;
  padding: 0.5% 1%;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info .txt_box .title {
  margin-top: 1%;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info .txt_box .indent_style {
  font-size: 1.6rem;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info .txt_box .caution_block {
  padding: 1%;
  margin: 1%;
  background-color: #c7c7c7;
  border-radius: 5px;
}
.product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info .txt_box b {
  font-style: normal;
  font-family: "NSKR";
}

.evaluation_star {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  margin: 0 auto;
}
.evaluation_star .star_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.evaluation_star .star_box span {
  width: 19px;
  height: 18px;
  background: url(../img/inc/star_off.png) no-repeat center top;
  margin: 0;
}
.evaluation_star .star_box span.on {
  background-image: url(../img/inc/star_on_big.png);
  background-size: cover;
}
.evaluation_star .evaluation_num {
  font-family: "MSR";
  padding-left: 5px;
}

/* 상품 Q&A */
.btnQ_wrap {
  display: flex;
  justify-content: space-between;
  text-align: right;
  margin-bottom: 2rem;
}
.btnQ_wrap select {
  width: 130px;
  height: 5rem;
  border: 1px solid #e8e8e8;
  padding: 1rem;
  font-family: "NSKR";
  font-size: 1.7rem;
  color: #222222;
  background: url("../img/arrow9.png") #fff no-repeat 92% center;
  margin-right: 1rem;
}
.btnQ_wrap .content {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 1.8rem 3rem;
}
.btnQ_wrap .content h5 {
  font-family: "NSKB";
  font-size: 1.7rem;
  margin-right: 5rem;
}
.btnQ_wrap .content p {
  font-size: 1.4rem;
  color: #222222;
}
.btnQ_wrap .search_box_wrap {
  display: flex;
  justify-content: space-between;
  width: 250px;
  height: 5rem;
  border: 1px solid #e8e8e8;
  margin-right: 25px;
}
.btnQ_wrap .search_box_wrap input[type=text] {
  border: 0;
  width: 100%;
  height: 100%;
  flex: 1;
  padding-left: 9px;
  font-family: "NSKR";
  color: #222222;
  font-size: 1.4rem;
  letter-spacing: -0.8px;
}
.btnQ_wrap .search_box_wrap button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #fff;
  background-image: url(../img/inc/ico_search_black.png);
  background-repeat: no-repeat;
  background-position: center;
  letter-spacing: -0.8px;
  font-size: 1.6rem;
  font-family: "NSKM";
}
.btnQ_wrap .custom-select-small {
  min-width: 150px;
  height: 50px;
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btnQ_wrap .custom-select-small .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 100%;
  font-size: 1.6rem;
  font-family: "MSR", "NSKR";
}
.btnQ_wrap .custom-select-small .option {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  background-color: #fff;
  transform: translateY(100%);
  z-index: 2;
  border: 1px solid #e8e8e8;
  padding: 1rem 0;
  display: none;
}
.btnQ_wrap .custom-select-small .option .txt {
  display: block;
  font-size: 1.6rem;
  font-family: "MSR", "NSKR";
  line-height: 3.4rem;
  padding: 0 2rem;
  text-align: left;
}
.btnQ_wrap .btn_search {
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #fff;
  background-image: url(../img/inc/ico_search_black.png);
  background-repeat: no-repeat;
  background-position: center;
  letter-spacing: -0.8px;
  font-size: 1.6rem;
  font-family: "NSKM";
}
.btnQ_wrap .btn_write {
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #222222;
  letter-spacing: -0.8px;
  font-size: 1.6rem;
  font-family: "NSKR";
}

.qa_table {
  letter-spacing: -0.8px;
  text-align: center;
  font-size: 16px;
  color: #222222;
}
.qa_table .head {
  border-top: 2px solid #303030;
  height: 70px;
  align-items: center;
  background-color: #fff;
  font-family: "NSKM";
}
.qa_table .head .item3 {
  text-align: center !important;
}
.qa_table .head div {
  font-family: "NSKM" !important;
}
.qa_table .gridQ {
  align-items: center;
  border-top: 1px solid #e1e1e1;
}
.qa_table .gridQ .item0 {
  font-family: "MSR";
}
.qa_table .gridQ .item5 {
  font-family: "MSR" !important;
}
.qa_table .gridQ .item3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.qa_table .gridA {
  display: none;
  border-bottom: 2px solid #222222;
  font-size: 1.6rem;
}
.qa_table .gridA .tr {
  border-bottom: 0;
}
.qa_table .gridA .f-msm {
  font-size: 18px;
}
.qa_table .tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  line-height: 3;
  padding: 1rem 0;
}
.qa_table .tr .item0 {
  flex-basis: 85px;
}
.qa_table .tr .item1 {
  flex-basis: 264px;
  text-align: center;
}
.qa_table .tr .item2 {
  flex-basis: 136px;
}
.qa_table .tr .item3 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  text-align: left;
  padding-left: 50px;
  padding-right: 28px;
  font-family: "NSKR";
}
.qa_table .tr .item3 p > img {
  width: 100%;
}
.qa_table .tr .item4 {
  flex: 0 0 120px;
  font-family: "NSKR";
}
.qa_table .tr .item5 {
  flex: 0 0 160px;
  font-family: "NSKR";
}
.qa_table .tr .item5 button {
  width: 87px;
  height: 35px;
  border: 1px solid #666;
  background-color: #fff;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: -0.8px;
  font-family: "NSKR";
  line-height: 33px;
}
.qa_table .title {
  font-size: 1.6rem;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; /* Safari */ /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
.qa_table .hold {
  display: inline-block;
  width: 9rem;
  height: 3rem;
  line-height: 3rem;
  box-sizing: border-box;
}
.qa_table .compl {
  display: inline-block;
  width: 9rem;
  height: 3rem;
  line-height: 3rem;
  box-sizing: border-box;
}
.qa_table .boxA .item1,
.qa_table .boxA .item2,
.qa_table .boxA .item4,
.qa_table .boxA .item5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qa_table .boxA .item3 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.qa_table .boxQ .item1,
.qa_table .boxQ .item2,
.qa_table .boxQ .item4,
.qa_table .boxQ .item5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qa_table .boxQ .item3 {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* 상품평 팝업 */
.popQuestion_review {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 64px;
  background-color: #fff;
  z-index: 1000001;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.8px;
  color: #222222;
  display: none;
  width: 1200px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.popQuestion_review .popup_title {
  text-align: center;
  margin-bottom: 4rem;
}
.popQuestion_review .grid1 {
  font-family: "NSKR";
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 30px;
}
.popQuestion_review .paging {
  margin-top: 3rem;
}

.popQuestion_header {
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.popQuestion_header .title {
  font-size: 1.9rem;
  font-family: "NSKD";
  line-height: 1;
}
.popQuestion_header .popQuestion_close {
  cursor: pointer;
}

/* 상품평 ?? */
.more_info6 {
  position: absolute;
  right: 0;
  width: 5rem;
  height: 1.4rem;
  background: url("../img/more.png") no-repeat center;
}

.grade_review2 {
  display: flex;
  width: 10.6rem;
  height: 1.4rem;
  margin: 0 auto;
  right: 10rem;
  position: absolute;
}
.grade_review2 .rating { /*display: flex;*/
  position: absolute;
  top: 0;
  left: 0;
}
.grade_review2 .rating-on { /*display: flex;*/
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.grade_review2 .rating-on.star5 {
  width: 100%;
}
.grade_review2 .rating-on.star4 {
  width: 80%;
}
.grade_review2 .rating-on.star3 {
  width: 60%;
}
.grade_review2 .rating-on.star2 {
  width: 40%;
}
.grade_review2 .rating-on.star1 {
  width: 20%;
}

/* 상품 Q&A 팝업 */
.popQuestion {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 64px;
  background-color: #fff;
  z-index: 1000001;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.8px;
  color: #222222;
  display: none;
  width: 1200px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.popQuestion .popup_title {
  text-align: center;
}
.popQuestion .grid1 {
  gap: 0rem;
  font-family: "NSKR";
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 30px;
}
.popQuestion .grid1 span:first-child {
  margin-right: 15px;
}
.popQuestion .grid1 label {
  display: flex;
  align-items: center;
  height: auto;
  line-height: initial;
  cursor: pointer;
}
.popQuestion .grid1 label:not(:last-child) {
  margin-right: 1.5rem;
}
.popQuestion .grid1 .expln {
  font-size: 1.4rem;
  display: inline-block;
}
.popQuestion .grid1 .star {
  display: inline-block;
  position: relative;
  top: 0px;
  width: 19px;
  height: 18px;
  margin-right: -1px;
  padding-left: 21px;
  background: url("../img/inc/star_off.png") no-repeat center;
}
.popQuestion .grid1 .star.on {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url("../img/inc/star_on.png") no-repeat center;
}
.popQuestion .grid2 {
  margin-bottom: 10px;
}
.popQuestion .grid2 input {
  width: 100%;
  height: 38px;
  border: 1px solid #e1e1e1;
  padding: 0 21px;
  font-family: "NSKR";
  font-size: 1.6rem;
  letter-spacing: -0.8px;
}
.popQuestion .grid2 input::-moz-placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion .grid2 input::placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion .grid3 {
  margin-bottom: 10px;
}
.popQuestion .grid3 textarea {
  width: 100%;
  height: 150px;
  resize: none;
  border: 1px solid #e1e1e1;
  padding: 10px 21px;
  font-family: "NSKR";
  font-size: 1.6rem;
  letter-spacing: -0.8px;
  line-height: 30px;
}
.popQuestion .grid3 textarea::-moz-placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion .grid3 textarea::placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion .grid4 {
  margin-bottom: 10px;
  font-family: "NSKD";
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popQuestion .grid4 label {
  cursor: pointer;
}
.popQuestion .grid4 input[type=checkbox] {
  display: none;
}
.popQuestion .grid4 input[type=checkbox] + .checkbox {
  margin-top: -3px;
  margin-right: 8px;
}
.popQuestion .grid5 {
  margin-bottom: 80px;
}
.popQuestion .grid5 p {
  font-family: "NSKL";
  font-size: 1.4rem;
  color: #888;
  line-height: 1;
}
.popQuestion .grid5 p:not(:first-child) {
  margin-top: 10px;
}
.popQuestion .grid6 {
  text-align: center;
  margin-top: 40px;
}
.popQuestion .grid6 button {
  width: 140px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #666;
  font-size: 1.6rem;
  font-family: "NSKM";
  color: #222222;
  margin: 0 5px;
}
.popQuestion .grid6 button:first-child {
  background-color: #222222;
  color: #fff;
}
.popQuestion .paging {
  margin-top: 3rem;
}

.popQuestion_header {
  height: 23px;
  display: flex; /* justify-content: flex-end; */
  align-items: center;
  margin-bottom: 16px;
}
.popQuestion_header .title {
  font-size: 1.9rem;
  font-family: "NSKD";
  line-height: 1;
}
.popQuestion_header .popQuestion_close {
  cursor: pointer;
}

/* 문의하기 팝업 */
.popQuestion_header2 {
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.popQuestion_header2 .title {
  font-size: 1.9rem;
  font-family: "NSKD";
  line-height: 1;
}

.popQuestion_header2 .popQuestion_close2 {
  cursor: pointer;
}

.popQuestion .grid1 label {
  cursor: pointer;
}

.popQuestion .grid1 label:not(:last-child) {
  margin-right: 1.5rem;
}

.popQuestion .grid2 input {
  width: 100%;
  height: 38px;
  border: 1px solid #e1e1e1;
  padding: 0 21px;
  font-family: "NSKR";
  font-size: 1.6rem;
  letter-spacing: -0.8px;
}

.popQuestion2 {
  position: fixed;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 64px;
  background-color: #fff;
  z-index: 1000001;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.8px;
  color: #222222;
  display: none;
  width: 1000px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.popQuestion2 .grid1 {
  font-family: "NSKR";
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 30px;
}
.popQuestion2 .grid1 span:first-child {
  margin-right: 15px;
}
.popQuestion2 .grid1 input[type=radio] {
  display: none;
}
.popQuestion2 .grid1 .expln {
  font-size: 1.4rem;
  display: inline-block;
}
.popQuestion2 .grid1 .radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/inc/radio_off.png") no-repeat center;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 3px;
}
.popQuestion2 .grid1 input[type=radio]:checked + .radio {
  background-image: url("../img/inc/radio_on.png");
}
.popQuestion2 .grid1 .star {
  margin-right: -1px;
}
.popQuestion2 .grid2 {
  margin-bottom: 10px;
}
.popQuestion2 .grid2 input::-moz-placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion2 .grid2 input::placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion2 .grid3 {
  margin-bottom: 10px;
}
.popQuestion2 .grid3 textarea {
  width: 100%;
  height: 210px;
  resize: none;
  border: 1px solid #e1e1e1;
  padding: 10px 21px;
  font-family: "NSKR";
  font-size: 1.6rem;
  letter-spacing: -0.8px;
  line-height: 30px;
}
.popQuestion2 .grid3 textarea::-moz-placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion2 .grid3 textarea::placeholder {
  color: #b5b5b5;
  font-family: "NSKL";
  font-size: 1.6rem;
}
.popQuestion2 .grid4 {
  margin-bottom: 10px;
  font-family: "NSKD";
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popQuestion2 .grid4 label {
  cursor: pointer;
}
.popQuestion2 .grid4 input[type=checkbox] {
  display: none;
}
.popQuestion2 .grid4 input[type=checkbox] + .checkbox {
  margin-top: -3px;
  margin-right: 8px;
}
.popQuestion2 .grid5 {
  margin-bottom: 80px;
}
.popQuestion2 .grid5 p {
  font-family: "NSKL";
  font-size: 1.4rem;
  color: #888;
  line-height: 1;
}
.popQuestion2 .grid5 p:not(:first-child) {
  margin-top: 10px;
}
.popQuestion2 .grid6 {
  text-align: center;
  margin-top: 40px;
}
.popQuestion2 .grid6 button {
  width: 140px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #666;
  font-size: 1.6rem;
  font-family: "NSKM";
  color: #222222;
  margin: 0 5px;
}
.popQuestion2 .grid6 button:first-child {
  background-color: #024388;
  color: #fff;
}

.buy_intention {
  border-top: 1px solid #ddd;
  letter-spacing: -0.8px;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  background: #fff;
  z-index: 1;
  transition: transform 0.2s;
  display: none;
}
.buy_intention.show {
  display: block;
}
.buy_intention.active {
  transform: translateY(0);
}
.buy_intention .container {
  display: flex;
  position: relative;
}
.buy_intention .left {
  padding: 40px 0;
  flex: 0 0 946px;
  border-right: 1px solid #ddd;
  padding-right: 32px;
}
.buy_intention .right {
  flex: 0 0 calc(100% - 946px);
  padding: 40px 30px;
  min-height: 316px;
}
.buy_intention .toggleBtn {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  cursor: pointer;
  width: 190px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  background-color: #27394c; /* border: 1px solid #ddd; */
  font-family: "NSKB";
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.buy_intention .toggleBtn img {
  transform: rotate(180deg);
  margin-right: 5px;
  margin-left: -5px;
  margin-top: -2px;
}
.buy_intention .toggleBtn.active img {
  transform: rotate(0);
}
.buy_intention .total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
}
.buy_intention .total span:first-child {
  font-family: "NSKM";
  font-size: 2rem;
  color: #222222;
}
.buy_intention .total span:last-child {
  font-family: "NSKB";
  font-size: 3rem;
  color: #ff5151;
}
.buy_intention .vat {
  font-family: "NSKB";
  font-size: 2rem;
  color: #ff5151;
  text-align: right;
  margin-bottom: 28px;
}

.buy_intention_header {
  font-family: "NSKR";
  font-size: 2.2rem;
  color: #222222;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #454845;
}
.buy_intention_header h4 {
  margin-bottom: 10px;
}

.product_list_wrap {
  max-height: 483px;
  overflow-y: auto;
}
.product_list_wrap input[type=checkbox] {
  display: none;
}

.product_list {
  color: #444;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-right: 0;
  background-color: #f6f6f6;
  font-size: 1.3rem;
}
.product_list:not(:first-child) {
  margin-top: 5px;
}
.product_list .item1 { /* flex: 1; */
  width: 18px;
  margin-right: 21px;
  font-family: "NSKR";
}
.product_list .item2 { /* flex: 0 0 auto; */
  width: 268px;
  margin-right: 30px;
}
.product_list .item3 { /* flex: 0 0 auto; */
  margin-right: 30px;
  width: 140px;
}
.product_list .item4 {
  flex: 0 0 120px;
  font-family: "NSKB";
  font-size: 1.6rem;
  color: #222222;
}
.product_list .item5 {
  margin-right: 30px;
  width: 97px;
  text-align: center;
}
.product_list .item5 img {
  cursor: pointer;
}
.product_list .item6 input {
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: right;
  padding-right: 0.4rem;
  margin-right: 0.2rem;
  width: 90px;
}

.buy_intention_btn button {
  width: 100%;
  height: 70px;
  font-size: 1.7rem;
  font-family: "NSKM";
  letter-spacing: -0.8px;
}
.buy_intention_btn .cart {
  background-color: #fff;
  border: 1px solid #454845;
  color: #454845;
  margin-bottom: 9px;
}
.buy_intention_btn .buy_now {
  background-color: #1f4982;
  color: #fff;
}
.buy_intention_btn .cart_quick {
  background-color: #fff;
  border: 1px solid #454845;
  color: #454845;
  margin-bottom: 9px;
}
.buy_intention_btn .buy_now_quick {
  background-color: #1f4982;
  color: #fff;
}
.buy_intention_btn .cart_quick_no {
  background-color: #fff;
  border: 1px solid #454845;
  color: #454845;
  margin-bottom: 9px;
}
.buy_intention_btn .buy_now_quick_no {
  background-color: #1f4982;
  color: #fff;
}

.f-msr {
  font-family: "MSR";
}

.f-msm {
  font-family: "MSM";
}

.f-msb {
  font-family: "MSB";
}

@media (max-width: 1320px) {
  .product_description .left {
    width: 46%;
  }
  .product_description .pd_banner {
    width: 100%;
    height: 600px;
  }
  .product_description .pd_banner img {
    width: auto;
    height: 100%;
    max-height: 600px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_description .pd_thumb {
    width: 90%;
  }
  .product_description .product_tag {
    width: 100%;
  }
  .product_description .right {
    width: 52%;
    margin-right: initial;
  }
  .product_description .description dl dt {
    flex: 0 0 8rem;
  }
}
@media (max-width: 1160px) {
  .product_description .container {
    flex-direction: column;
  }
  .product_description .left {
    min-width: 260px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2rem;
  }
  .product_description .pd_banner_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product_description .pd_banner {
    width: 600px;
    height: 600px;
  }
  .product_description .pd_banner img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_description .pd_thumb {
    width: 90%;
    text-align: center;
  }
  .product_description .product_tag {
    width: 100%;
  }
  .product_description .right {
    min-width: 260px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .product_description .description dl dt {
    flex: 0 0 8rem;
  }
  .product_info_tab > div > img {
    width: 100%;
  }
  .product_info_tab > div > p > img {
    width: 100%;
  }
  .product_info_tab .custom-select-small img {
    width: auto;
  }
  /* 상품 Q&A */
  .qa_table .tr {
    padding: 1rem;
    line-height: 2;
  }
  .qa_table .tr .item0 {
    flex-basis: 10%;
  }
  .qa_table .tr .item1 {
    flex-basis: 10%;
  }
  .qa_table .tr .item2 {
    flex-basis: 10%;
  }
  .qa_table .tr .item3 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: left;
    padding: 0 1rem;
  }
  .qa_table .tr .item4 {
    flex: 0 0 120px;
    font-family: "NSKR";
  }
  .qa_table .tr .item5 {
    flex: 0 0 160px;
    font-family: "NSKR";
  }
  .qa_table .tr .item5 button {
    width: 87px;
    height: 35px;
    border: 1px solid #666;
    background-color: #fff;
    font-size: 1.6rem;
    color: #222222;
    letter-spacing: -0.8px;
    font-family: "NSKR";
    line-height: 33px;
  }
  .qa_table .title {
    cursor: pointer;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; /* Safari */ /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
  }
  .qa_table .boxA .item1,
  .qa_table .boxA .item2,
  .qa_table .boxA .item4,
  .qa_table .boxA .item5 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .qa_table .boxA .item3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .qa_table .boxQ .item1,
  .qa_table .boxQ .item2,
  .qa_table .boxQ .item4,
  .qa_table .boxQ .item5 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .qa_table .boxQ .item3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .qa_table .head {
    display: none;
  }
  .qa_table .tr {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
    padding: 1rem 0;
  }
  .qa_table .tr .item0 {
    flex-basis: 10%;
    text-align: left;
  }
  .qa_table .tr .item1 {
    flex-basis: 40%;
    text-align: right;
  }
  .qa_table .tr .item1 img {
    min-width: 36px;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .qa_table .tr .item2 {
    flex-basis: 40%;
    display: flex;
    justify-content: flex-start;
  }
  .qa_table .tr .item3 {
    flex-basis: 100%;
    text-align: left;
  }
  .qa_table .tr .item4 {
    flex-basis: auto;
    text-align: left;
    justify-content: flex-end;
  }
  .qa_table .tr .item5 {
    flex-basis: auto;
    text-align: left;
    justify-content: flex-end;
  }
  .qa_table .gridA .item2 {
    flex-basis: 10%;
  }
  .qa_table.detail_review .tr .thumb,
  .qa_table.detail_review .tr .evaluation_star .star_box {
    display: none;
  }
  .qa_table.detail_qna .tr .user_id {
    display: none;
  }
  .qa_table.detail_qna .gridA .item0, .qa_table.detail_qna .gridA .item1 {
    display: none;
  }
  .product_description .pd_banner {
    min-width: 260px;
    width: 260px;
    min-height: 260px;
    height: 260px;
  }
  .product_description .pd_banner img {
    width: 100%;
    max-height: 277px;
  }
  .description dl {
    align-items: flex-start;
  }
  .description dl.option_quantity {
    display: none;
  }
  .description .goods_option {
    border: 0;
  }
  .description .goods_option .middle {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    height: auto;
  }
  .description .goods_option_m {
    border: 0;
  }
  .description .goods_option_m .middle {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    height: auto;
  }
  .total-price {
    margin-top: 2rem;
  }
  .total-price .price {
    font-size: 1.8rem;
    min-width: 100px;
    width: 50%;
    margin-left: 2rem;
  }
  /* 
  개별옵션 모바일용
  관심상품/장바구니/바로구매 버튼 블럭
  */
  .each_option_wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 260px;
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 0 1.5rem;
    z-index: 9;
  }
  .each_option_wrap .choose-option {
    background-color: #fafafa;
  }
  .each_option_wrap .goods-option_m .middle {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.4rem;
  }
  .each_option_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: initial;
    padding: 0 2.5%;
  }
  .each_option_btn .wish_list_detail {
    height: 4rem;
  }
  .each_option_btn .cart_no {
    height: 4rem;
    font-size: 1.4rem;
  }
  .each_option_btn .buy_now_no {
    height: 4rem;
    font-size: 1.4rem;
  }
  .choose-option_wrap {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #d9d9d9;
  }
  .choose-option_wrap.active {
    height: auto;
  }
  .choose-option_wrap.active .choose-option_arrow img {
    transform: rotateX(180deg);
  }
  .choose-option_wrap.active .container {
    display: block;
  }
  .choose-option_wrap .choose-option_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 24px;
    background: url("../img/inc/toggle_bg.png") no-repeat center;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .choose-option_wrap .choose-option_arrow img {
    transform: rotateX(0deg);
  }
  .choose-option_wrap .top {
    height: 40px;
    font-size: 1.4rem;
  }
  .choose-option_wrap .middle {
    height: 40px;
  }
  .choose-option_wrap .middle .btnQty {
    width: 40px;
    height: 24px;
  }
  .choose-option_wrap .container {
    display: none;
    padding: 1.5rem 1rem 0.5rem;
  }
  .choose-option_wrap .inner {
    overflow-y: auto;
    min-height: 100px;
    max-height: 424px;
  }
  .product_info .product_info_menu li {
    max-width: 100%;
  }
  .product_info .product_info_menu a {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .btnQ_wrap select {
    width: 130px;
    height: 5rem;
    border: 1px solid #e8e8e8;
    padding: 1rem;
    font-family: "NSKR";
    font-size: 1.7rem;
    color: #222222;
    background: url("../img/arrow9.png") #fff no-repeat 92% center;
    margin-right: 1rem;
  }
  .btnQ_wrap .content {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    padding: 1.8rem 3rem;
  }
  .btnQ_wrap .content h5 {
    font-family: "NSKB";
    font-size: 1.7rem;
    margin-right: 5rem;
  }
  .btnQ_wrap .content p {
    font-size: 1.4rem;
    color: #222222;
  }
  .btnQ_wrap .search_box_wrap {
    display: flex;
    justify-content: space-between;
    width: 250px;
    height: 5rem;
    border: 1px solid #e8e8e8;
    margin-right: 25px;
  }
  .btnQ_wrap .search_box_wrap input[type=text] {
    border: 0;
    width: 100%;
    height: 100%;
    flex: 1;
    padding-left: 9px;
    font-family: "NSKR";
    color: #222222;
    font-size: 1.4rem;
    letter-spacing: -0.8px;
  }
  .btnQ_wrap .search_box_wrap button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #fff;
    background-image: url(../img/inc/ico_search_black.png);
    background-repeat: no-repeat;
    background-position: center;
    letter-spacing: -0.8px;
    font-size: 1.6rem;
    font-family: "NSKM";
  }
  .btnQ_wrap .custom-select-small {
    min-width: 150px;
    height: 50px;
    border: 1px solid #e8e8e8;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .btnQ_wrap .custom-select-small .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 100%;
    font-size: 1.6rem;
    font-family: "MSR", "NSKR";
  }
  .btnQ_wrap .custom-select-small .option {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fff;
    transform: translateY(100%);
    z-index: 2;
    border: 1px solid #e8e8e8;
    padding: 1rem 0;
    display: none;
  }
  .btnQ_wrap .custom-select-small .option .txt {
    display: block;
    font-size: 1.6rem;
    font-family: "MSR", "NSKR";
    line-height: 3.4rem;
    padding: 0 2rem;
    text-align: left;
  }
  .btnQ_wrap .btn_search {
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #fff;
    background-image: url(../img/inc/ico_search_black.png);
    background-repeat: no-repeat;
    background-position: center;
    letter-spacing: -0.8px;
    font-size: 1.6rem;
    font-family: "NSKM";
  }
  .btnQ_wrap .btn_write {
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #222222;
    letter-spacing: -0.8px;
    font-size: 1.6rem;
    font-family: "NSKR";
  }
  .btnQ_wrap .search_box_wrap {
    height: 4rem;
    min-width: 180px;
    width: 60%;
    max-width: 200px;
  }
  .btnQ_wrap .search_box_wrap button {
    width: 38px;
    height: 38px;
  }
  .btnQ_wrap .custom-select-small {
    height: 4rem;
  }
  .btnQ_wrap .custom-select-small .option .txt {
    line-height: 3rem;
  }
  .btnQ_wrap .btn_write {
    height: 4rem;
    line-height: 4rem;
  }
  .product_description .pd_thumb {
    width: 100%;
  }
  .product_description .pd_thumb .item img {
    width: 50px;
    height: 50px;
  }
  .total-price .total {
    font-size: 1.6rem;
  }
  .total-price .price {
    font-size: 2.4rem;
  }
  .total-price .price span:last-child {
    font-size: 2.4rem;
    top: initial;
  }
  .product_info .product_info_menu a {
    font-size: 1.4rem;
  }
  .product_info_tab .shop_guide_box .shop_guide_box_inner {
    padding: 4% 2%;
    background-size: 44%;
  }
  .product_info_tab .shop_guide_box .shop_guide_box_inner .title.big {
    font-size: 1.6rem;
  }
  .product_info_tab .shop_guide_box .shop_guide_box_inner .title.small {
    font-size: 1.4rem;
  }
  .product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info .txt_box {
    font-size: 1.4rem;
  }
  .product_info_tab .shop_guide_box .shop_guide_box_inner .shop_guide_box_info .txt_box .indent_style {
    font-size: 1.2rem;
  }
}
@media (max-width: 319px) {
  .product_info .wrapper_product_info_menu {
    border-bottom: none;
  }
  .product_info .product_info_menu {
    flex-direction: column;
  }
  .product_info .product_info_menu li {
    min-width: 100%;
    width: 100%;
    border-top: none;
  }
  .product_info .product_info_menu li a.active {
    border-bottom: 1px solid #222222;
  }
  .product_info .product_info_menu a {
    height: 4rem;
    border-right: inset;
    border-top: 1px solid #e8e8e8;
  }
  .product_info .product_info_menu a::before {
    display: none;
  }
  .product_info .product_info_menu a:last-child {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media (max-width: 280px) {
  /* 
  개별옵션 모바일용
  관심상품/장바구니/바로구매 버튼 블럭
  */
  .each_option_btn {
    padding: 0 3%;
  }
}/*# sourceMappingURL=detail.css.map */