.b_pc_hide {
  display: none;
}
/* .b_border_t {
  border-top: 1px solid #222;
}
.notice .b_border_t {
  border-top: 0;
} */
.cart .board_wrap .board_thumb_type {
  border-top: 1px solid #222;
}
.board_wrap .cart_total {
  font-weight: 600;
  font-size: 1.167rem;
  padding: 0 0 8px 8px;
}
.b_dp_b {
  display: block;
}

.board_wrap {
  width: 100%;
}
.board_wrap .board_thumb_type {
  /* table */
  margin-bottom: 38px;
  width: 100%;
}
.board_wrap .board_thumb_type tr {
  border-bottom: 1px solid #d2d2d2;
}
.board_wrap .board_thumb_type th {
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.board_wrap .board_thumb_type td {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  /* font-size: 14px; */
  font-size: 1.167rem;
  line-height: 1.6;
  font-weight: 400;
}
.board_wrap .board_thumb_type td.b_origin_price,
.board_wrap .board_thumb_type td.b_total_price {
  font-weight: 600;
}
.board_wrap .board_thumb_type td.b_btns {
  padding: 20px 0px;
}
.board_wrap .board_thumb_type td.b_item_option p{
  font-size: 1.167rem;
  line-height: 1.6;
  color: #666;
}
.board_wrap .board_thumb_type a.btn_opt_change{
  font-size: 1.167rem;
  line-height: 1.6;
  display: block;
  margin-left: 0;
  padding-top: 5px;
  color: #666;
  text-decoration: underline;
}
.board_wrap .board_thumb_type td.b_item_info {
  text-align: left;
}
.board_wrap .board_thumb_type td.b_item_info.counts {
  text-align: center;
}
.board_wrap .board_thumb_type td.td_tit {
  padding-left: 20px;
}
/* col width */
.board_wrap .board_thumb_type .col_check {
  width: 60px;
}
.board_wrap .board_thumb_type .col_num {
  width: 60px;
}
.board_wrap .board_thumb_type .col_product {
  width: calc(40% - 60px);
}
.board_wrap .board_thumb_type .col_option {
  width:10%;
}
.board_wrap .board_thumb_type .col_origin_price {
  width:12%;
}
/* .board_wrap .board_thumb_type .col_membership {
  width:10%;
} */
.board_wrap .board_thumb_type .col_total_price {
  width:12%;
}
/* .board_wrap .board_thumb_type .col_shipping_cost {
  width: 11.67%;
} */
.board_wrap .board_thumb_type .col_btns {
  /* width: 8.33%; */
  width: 10%;
}
/* 관심상품 */
.board_wrap.fav_board .board_thumb_type .col_product{
  width: calc(100% - 60px - 15% - 10%);
}
.board_wrap.fav_board .board_thumb_type .col_origin_price{
  width: 15%;
}
.board_wrap.fav_board .board_thumb_type .col_option{
  width: 20%
}
.board_wrap .board_thumb_type th.b_check {
  padding: 0;
}

.board_wrap .board_thumb_type td.b_check {
  padding: 0;
  padding-top: 20px;
  vertical-align: top;
  text-align: center;
}

.board_wrap .board_thumb_type colgroup.col_type02 col:nth-of-type(1) {
  width: 60px;
}
.board_wrap .board_thumb_type colgroup.col_type02 col:nth-of-type(2) {
  width: calc(100% - 60px);
}
.board_wrap .board_thumb_type colgroup.col_type02 col:nth-of-type(3) {
  width: 100px;
}
.board_wrap .board_thumb_type colgroup.col_type02 col:nth-of-type(4) {
  width: 100px;
}
.board_wrap .board_thumb_type colgroup.col_type02 col:nth-of-type(5) {
  width: 110px;
}
.board_wrap .board_thumb_type colgroup.col_type03 col:nth-of-type(1) {
  width: calc(100% - 100px - 150px - 100px - 110px);
}
.board_wrap .board_thumb_type colgroup.col_type03 col:nth-of-type(2) {
  width: 100px;
}
.board_wrap .board_thumb_type colgroup.col_type03 col:nth-of-type(3) {
  width: 150px;
}
.board_wrap .board_thumb_type colgroup.col_type03 col:nth-of-type(4) {
  width: 100px;
}
.board_wrap .board_thumb_type colgroup.col_type03 col:nth-of-type(5) {
  width: 100px;
}

.board_wrap .board_thumb_type input[type="checkbox"] {
  width: 18px;
  height: 18px;
  background: url("/images02/f_check.svg") center/contain no-repeat;
}
.board_wrap .board_thumb_type input[type="checkbox"]:checked {
  background-image: url("/images02/f_checked.svg");
}

.board_wrap .board_thumb_type .b_item_info .b_inner_box {
  display: flex;
  align-items: center;
}
/* .board_wrap .board_thumb_type .b_item_info .b_inner_box.b_pc_box {
  display: flex;
  align-items: center;
} */
.board_wrap .board_thumb_type .b_item_info ul.order_item_lists_box > li {
  margin-bottom: 15px;
}
.board_wrap
  .board_thumb_type
  .b_item_info
  ul.order_item_lists_box
  > li:last-of-type {
  margin-bottom: 0;
}
.board_wrap .board_thumb_type .b_item_info .b_inner_box.b_mo_box {
  display: none;
}
.board_wrap .board_thumb_type .b_item_info .b_thumb_box {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.board_wrap .board_thumb_type .b_item_info .b_thumb_box > .img_box {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.board_wrap .board_thumb_type .b_item_info .b_thumb_box > .img_box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.board_wrap .board_thumb_type .b_item_info .b_product_box {
  width: calc(100% - 80px - 20px);
}
.board_wrap .board_thumb_type .b_option_item {
  display: flex;
  margin-bottom: 8px;
}
.board_wrap .board_thumb_type .b_option_item input[type="checkbox"] {
  margin-right: 10px;
}
.board_wrap .board_thumb_type .b_item_info .b_option_lists > li {
  display: flex;
  justify-content: space-between;
  align-items: center;

  flex-wrap: wrap;
}
/* .board_wrap .board_thumb_type .b_item_info .b_option_lists > li:last-of-type{
    margin-bottom: 0;
} */

.board_wrap .board_thumb_type .b_item_info .b_option_util {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /* margin-bottom: 8px; */
}
.board_wrap .board_thumb_type .b_item_info .b_option_util .b_counts {
  /* display: flex; */
  width: 94px;
  border: 1px solid #d2d2d2;
  display: inline-block;
  /* border-radius: 8px; */
}
.board_wrap .board_thumb_type .b_item_info .b_option_util .b_counts button {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.board_wrap
  .board_thumb_type
  .b_item_info
  .b_option_util
  .b_counts
  .b_btn_subtract {
  background: url("/images02/b_btn_subtract_g.jpg") center/12px 2px no-repeat;
}
.board_wrap .board_thumb_type .b_item_info .b_option_util .b_counts .b_btn_sum {
  background: url("/images02/f_category_toggle.svg") center/20px auto no-repeat;
}
.board_wrap .board_thumb_type .b_item_info .b_option_util .b_btn_option_del {
  width: 25px;
  height: 25px;
  background: url("/images02/b_btn_option_del.jpg") center/contain no-repeat;
}

.board_wrap .board_thumb_type input.b_input_counts {
  padding: 7px 2px 8px;
  width: 35px;
  height: 25px;
  text-align: center;
  border: 0;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  pointer-events: none;
  box-sizing: border-box;
}
.board_wrap .board_thumb_type input.b_input_price {
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  pointer-events: none;
}
.board_wrap .board_thumb_type .b_item_info .b_option_util .b_option_price {
  margin-left: 20px;
}
.board_wrap
  .board_thumb_type
  .b_item_info
  .b_option_util
  .b_option_price
  > span {
  display: block;
  width: 97px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_wrap
  .board_thumb_type
  .b_item_info
  .b_option_util
  .b_option_price
  > span.b_printed {
  width: auto;
  overflow: auto;
  text-overflow: unset;
}
.board_wrap .board_thumb_type .b_product_tit {
  /* margin-bottom: 15px; */
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.board_wrap .board_thumb_type .b_btn_box > button {
  margin-bottom: 6px;
  width: 70px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  /* border-radius: 4px; */
  background-color: #222;
}
.board_wrap .board_thumb_type .b_btn_box > button.btn_blue_line {
  color: #2887cf;
  border: 1px solid #2887cf;
  background-color: #fff;
}
.board_wrap .board_thumb_type .b_btn_box > button.btn_red_line {
  color: #666;
  border: 1px solid #c3c3c3;
  background-color: #fff;
}
.board_wrap .board_thumb_type .b_btn_box > button.b_btn_del {
  color: #666;
  border: 1px solid #c3c3c3;
  background-color: #fff;
}
.board_wrap .board_thumb_type .b_btn_box > button.btn_black_line {
  color: #222;
  border: 1px solid #222;
  background-color: #fff;
}

.board_wrap .board_thumb_type .b_ta_box {
  display: none;
}

.board_wrap .board_thumb_type .b_ta_box > ul > li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
/* .board_wrap .board_thumb_type .b_ta_box > ul > li p{

} */
.board_wrap .board_thumb_type .b_ta_box .b_btn_box {
  text-align: right;
}
.board_wrap .board_thumb_type .b_ta_box .b_btn_box > button {
  margin-bottom: 0;
}
.board_wrap .board_thumb_type .b_ta_box span.b_mo_tit {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
div.b_cart_total{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start
}

div.b_cart_total .b_btn_box_type02{
 width: calc(100% - 360px);
 justify-content: left;
 flex-wrap: wrap;
 gap: 6px;
}
div.b_cart_total .b_cart_total_price .pc_hide.b_btn_box_type02 {
  display: none;
}
div.b_cart_total .b_cart_total_price {
  display: block;
  margin-bottom: 0;
  width: 360px;
  padding: 40px;
  border: none;
  background: #f8f8f8;
  box-sizing: border-box;
}
div.b_cart_total .b_cart_total_price .b_price_cal_lists li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.b_cart_total .b_cart_total_price .b_price_cal_lists li p{
  font-size: 1.167rem;
  padding: 6px 0;
}
div.b_cart_total .b_cart_total_price .b_price_cal_lists li:last-of-type p{
font-weight: 600;
}
div.b_cart_total .b_cart_total_price > .btn_submit{
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.167rem;
  padding: 0 16px;
  /* border: 1px solid #676767; */
  /* outline: none; */
  background: #666;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.2s ease;
}

.b_btn_box_type02 > input[class^="btn"],
div.b_cart_total .b_btn_box_type02 > button[class^="btn"],
div.b_cart_total .b_btn_box_type02 > a[class^="btn"]{
  height: 48px;
  border: 1px solid #c3c3c3;
  background: #fff;
  color: #666 !important;
  background-color: #fff!important;
  border-radius: 0;
  margin-right: 0px;
  width: 150px;
  font-weight: 400;
  font-size: 1.167rem;
}
.b_cart_total_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 360px;
  padding: 40px;
  border: none;
}
.b_cart_total .b_shipping_cost,
.b_cart_total .b_product_cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.b_cart_total .b_shipping_cost {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
/* .b_cart_total_price.al_left,
.b_cart_total .b_shipping_cost.al_left,
.b_cart_total .b_product_cost.al_left {
  justify-content: right;
} */
.b_cart_total_price.al_left > p:nth-of-type(1) {
  justify-content: right;
  margin-right: 30px;
  margin-left: 15px;
}
.b_cart_total_price > p:nth-of-type(1) {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.b_cart_total_price > p:nth-of-type(2) {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #2887cf;
}
.b_cart_total .b_shipping_cost.al_left > p:nth-of-type(1),
.b_cart_total .b_product_cost.al_left > p:nth-of-type(1) {
  margin-right: 30px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.b_cart_total .b_shipping_cost.al_left > p:nth-of-type(2),
.b_cart_total .b_product_cost.al_left > p:nth-of-type(2) {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.b_btn_box_type02 {
  display: flex;
  justify-content: center;
  /* text-align: center;
    font-size: 0; */
}
.b_btn_box_type02 > *[class^="btn"] {
  /* padding: 19px 0 20px; */
  max-width: 240px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  border-radius: 8px;
  margin-right: 15px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.b_btn_box_type02 > input[class^="btn"] {
  background-color: #2887cf;
  color: #fff;
}
.b_btn_box_type02 > button[class^="btn"] {
  border: 1px solid #cf363f;
  color: #cf363f;
}
.b_btn_box_type02 > a[class^="btn"] {
  display: inline-block;
  margin-right: 0;
  border: 1px solid #222;
  /* color: #222; */
  color: #666;
  font-weight: 500;
  border: 1px solid #c3c3c3;
  line-height: 48px;
  height: auto;
}
.b_empty.b_pc_hide {
  display: none;
}
.b_empty td > span {
  display: block;
  padding: 80px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.board_wrap .board_thumb_type .b_thumb_box > .img_box {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.board_wrap .board_thumb_type .b_thumb_box > .img_box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.board_wrap .board_thumb_type .b_thumn_desc_box .b_product_tit {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.board_wrap .board_thumb_type .b_thumn_desc_box {
  width: calc(100% - 100px);
}

.board_wrap .board_thumb_type a.b_link_tit {
  display: flex;
  align-items: center;
}

/* 갤러리 게시판 */
.board_search_box {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.board_search_box .b_select {
  border-radius: 12px;
  padding: 4px 30px 4px 10px;
  width: 80px;
  height: 35px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #222;
  background: url("/images02/ico_b_sel.png") right center/ 30px auto no-repeat;
  border: 1px solid rgba(153, 153, 153, 0.50);
}

.board_search_box .b_input_search {
  padding: 4px 10px;
  height: 30px;
  width: 150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #222;
}
.board_search_box .b_input_search::placeholder {
  color: #909090;
}
.board_search_box .b_input_search::-moz-placeholder {
  color: #909090;
}
.board_search_box .b_input_search::-webkit-input-placeholder {
  color: #909090;
}
.board_search_box .b_btn_search {
  width: 65px;
  height: 35px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  background-color: #222;
}
.mypage .board_search_box .b_btn_search {
  border-radius: 12px;
  width: 65px;
  height: 35px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  background-color: #222;
}

.board_search_box.type02 {
  margin-bottom: 60px;
}
.board_search_box .b_select.type02 {
  padding: 8px;
  /* height: 60px; */
  height: 48px;
  width: 100%;
  font-size: 14px;
  background: url("/images02/ico_sel.png") right center/ 60px no-repeat;
}
.board_search_box.type03 {
  justify-content: space-between;
  align-items: center;
}
.board_search_box.type03 .input_data_outer {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 7px;
}
.board_search_box.type03 > p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #222;
}

.board_search_box.type04 .b_input_search {
  /* height: 60px; */
  width: calc(100% - 120px - 10px);
  /* border: 1px solid #909090; */
  border-radius: 8px;
  background: #f4f4f4;
  height: 48px;
  font-size: 15px;
}
.board_search_box.type04 .b_btn_search {
  width: 120px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
}

/* 관심상품 셀렉트 */
.b_sel_box {
  width: 100%;
}
.b_sel_box .b_select {
  /* border-radius: 12px; */
  padding: 4px 30px 4px 10px;
  width: 100%;
  height: 35px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #222;
  background: url("/images02/ico_b_sel.png") right center/ 30px auto no-repeat;
  /* border: 1px solid rgba(153, 153, 153, 0.50); */
  border: 1px solid #222;
}

.b_sel_box .b_input_search {
  padding: 4px 10px;
  height: 30px;
  width: 150px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #222;
}
.b_sel_box .b_input_search::placeholder {
  color: #909090;
}
.b_sel_box .b_input_search::-moz-placeholder {
  color: #909090;
}
.b_sel_box .b_input_search::-webkit-input-placeholder {
  color: #909090;
}


.b_input_box {
  display: flex;
  align-items: center;
  gap: 7px;
}
.b_input_date_box {
  border-radius: 12px;
  display: flex;
  width: 125px;
  border: 1px solid rgba(153, 153, 153, 0.50) ;
}
.b_input_date_box input.input_date {
  padding: 4px 9px 4px 9px;
  width: 97px;
  height: 35px;
  border: 0;
  border-right: 1px solid rgba(153, 153, 153, 0.50) ;
}
.b_input_date_box .ui-datepicker-trigger {
  /* display: block; */
  /* padding: 20px; */
  max-width: 165px;
  width: 100%;
  height: 35px;
  min-width: 28px;
  font-size: 0;
  line-height: 0;
  font-weight: 0;
  color: #fff;
  /* background-color: #222; */
  background: url("/images02/ico_b_calendar.png") right 5px center/18px no-repeat;
}
.b_input_date_box input.btn_datepicker {
  display: none;
  /* padding: 20px; */
  max-width: 165px;
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #fff;
  background-color: #222;
}

.board_gallery_type > ul {
  /* ul */
  display: flex;
  flex-wrap: wrap;
}
.board_gallery_type > ul > li {
  margin-bottom: 30px;
  margin-right: 28px;
  width: calc(25% - ((28px * 3) / 4));
}
.board_gallery_type > ul > li.b_empty {
  margin: 0 !important;
  padding: 100px 0;
  width: 100%;
  text-align: center;
}
.board_gallery_type > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
.board_gallery_type > ul > li:nth-last-of-type(-n + 4) {
  margin-bottom: 0;
}
.board_gallery_type > ul > li .b_img_box {
  position: relative;
  padding-bottom: 71.68%;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.board_gallery_type > ul > li .b_img_box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.board_gallery_type > ul > li .b_desc_box p.b_tit {
  margin-bottom: 14px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.board_gallery_type > ul > li .b_desc_box p.b_date {
  text-align: right;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #909090;
}
/*갤러리타입 뷰*/

.board_gallery_type > _view {
  border-top: 1px solid #222;
}
.board_gallery_type_view .b_tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* margin-bottom: 60px; */
  border-bottom: 1px solid #d2d2d2;
  font-size: 0;
}
.board_gallery_type_view .b_tit_box p {
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
}
.notice .board_gallery_type_view .b_tit_box p.b_writer {
  display: none;
}
.notice .board_gallery_type_view .b_tit_box .b_left_box {
  width: calc(100% - 100px);
  font-size: 0;
}
.notice .board_gallery_type_view .b_content_box {
  background: #fafafa;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 30px 28px;
  font-size: 14px;
  letter-spacing: -.21px;
  color: #111;
}
.board_gallery_type_view .b_tit_box .b_left_box {
  width: calc(100% - 200px);
  font-size: 0;
}
.board_gallery_type_view .b_tit_box .b_right_box {
  font-size: 0;
}
.board_gallery_type_view .b_tit_box .b_left_box p:nth-of-type(1) {
  width: 60px;
  font-weight: 300;
  font-size: 14px;
}
.board_gallery_type_view .b_tit_box .b_left_box p:nth-of-type(2) {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 60px);
  text-align: left;
  font-weight: 600;
}
.board_gallery_type_view .b_tit_box .b_right_box p:nth-of-type(1) {
  width: 100px;
}
.board_gallery_type_view .b_tit_box .b_right_box p:nth-of-type(2) {
  width: 100px;
  font-weight: 300;
  font-size: 14px;
}
.board_gallery_type_view .b_btn_box_type02 {
  margin-top: 60px;
}
.b_businesscard_box {
  margin-bottom: 60px;
}
.b_businesscard_box > img {
  width: 100%;
}
.b_textarea * {
  width: 100%;
}

/*listtype*/

.notice .board_wrap .board_list_type {
  /* table */
  border-top: 0;
}
.board_wrap .board_list_type {
  /* table */
  margin-bottom: 38px;
  width: 100%;
  border-top: 1px solid #222;
}
/* .board_wrap .board_list_type{
    width: 100%;
} */
.board_wrap .board_list_type tr {
  border-bottom: 1px solid #d2d2d2;
}
.board_wrap .board_list_type th {
  padding: 20px 4px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}
.board_wrap .board_list_type td {
  padding: 20px 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
td.td_left {
  text-align: left !important;
}
/* .board_wrap .board_list_type td.td_left{
    text-align: left;
} */
.board_wrap .board_list_type td.td_tit {
  padding: 20px;
}
.board_wrap .board_list_type td.td_tit a p {
  margin-bottom: 6px;
}
/* .board_wrap .board_list_type td.td_tit a p:nth-of-type(1){
    font-weight: 600;
    color: #2887CF;
} */
.board_wrap .board_list_type td.td_tit a p.b_tit_b {
  color: #222;
  font-weight: 400;
  font-size: 15px;
}
.board_wrap .board_list_type td.b_num {
  color: #222;
  font-weight: 400;
  font-size: 14px;
}
.board_wrap .board_list_type td.td_tit p:last-of-type {
  margin-bottom: 0;
}

.board_wrap .board_list_type td.b_btns {
  padding: 20px 0px;
}
.board_wrap .board_list_type td.b_item_info {
  text-align: left;
}
/* col width */
.board_wrap .board_list_type .col_check {
  width: 60px;
}
.board_wrap .board_list_type .col_product {
  width: 65%;
}
.board_wrap .board_list_type .col_total_price {
  width: 10%;
}
.board_wrap .board_list_type .col_shipping_cost {
  width: 11.67%;
}
.board_wrap .board_list_type .col_btns {
  width: 8.33%;
}

.board_wrap .board_list_type th.b_check {
  padding: 0;
}

.board_wrap .board_list_type td.b_check {
  padding: 0;
  text-align: center;
}

.board_wrap .board_list_type input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: url("/images02/ico_b_check.png") center/contain no-repeat;
}
.board_wrap .board_list_type input[type="checkbox"]:checked {
  background-image: url("/images02/ico_b_checked.png");
}

.board_wrap .board_list_type .b_item_info .b_inner_box.b_pc_box {
  display: flex;
}
.board_wrap .board_list_type .b_item_info .b_inner_box.b_mo_box {
  display: none;
}
.board_wrap .board_list_type .b_item_info .b_thumb_box {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.board_wrap .board_list_type .b_item_info .b_thumb_box > .img_box {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.board_wrap .board_list_type .b_item_info .b_thumb_box > .img_box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.board_wrap .board_list_type .b_item_info .b_product_box {
  width: calc(100% - 80px - 20px);
}
.board_wrap .board_list_type .b_option_item {
  display: flex;
  margin-bottom: 8px;
}
.board_wrap .board_list_type .b_option_item input[type="checkbox"] {
  margin-right: 10px;
}
.board_wrap .board_list_type .b_item_info .b_option_lists > li {
  display: flex;
  justify-content: space-between;
  align-items: center;

  flex-wrap: wrap;
}
/* .board_wrap .board_list_type .b_item_info .b_option_lists > li:last-of-type{
    margin-bottom: 0;
} */

.board_wrap .board_list_type .b_item_info .b_option_util {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.board_wrap .board_list_type .b_item_info .b_option_util .b_counts {
  display: flex;
  max-width: 104px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
}
.board_wrap .board_list_type .b_item_info .b_option_util .b_counts button {
  width: 30px;
  height: 30px;
}
.board_wrap
  .board_list_type
  .b_item_info
  .b_option_util
  .b_counts
  .b_btn_subtract {
  background: url("/images02/b_btn_subtract.jpg") center/12px 2px no-repeat;
}
.board_wrap .board_list_type .b_item_info .b_option_util .b_counts .b_btn_sum {
  background: url("/images02/b_btn_sum.jpg") center/12px 12px no-repeat;
}
.board_wrap .board_list_type .b_item_info .b_option_util .b_btn_option_del {
  width: 30px;
  height: 30px;
  background: url("/images02/b_btn_option_del.jpg") center/contain no-repeat;
}

.board_wrap .board_list_type input.b_input_counts {
  padding: 7px 2px 8px;
  width: 44px;
  height: 30px;
  text-align: center;
  border: 0;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  pointer-events: none;
}
.board_wrap .board_list_type input.b_input_price {
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  pointer-events: none;
}
.board_wrap .board_list_type .b_item_info .b_option_util .b_option_price {
  margin-left: 20px;
}
.board_wrap
  .board_list_type
  .b_item_info
  .b_option_util
  .b_option_price
  > span {
  display: block;
  width: 97px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board_wrap .board_fold_type td.td_tit a .b_product_tit {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
}
.board_wrap .board_fold_type td.td_tit a .b_qna_desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
}
/* .board_wrap .board_list_type.board_fold_type td.td_tit a p:nth-of-type(2){
    font-weight: 600;
    color: #2887CF;
} */
.board_wrap .board_list_type .b_btn_box {
  /* font-size: 0; */
}
.board_wrap .board_list_type .b_btn_box > button {
  margin-bottom: 6px;
  width: 70px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #222;
  border-radius: 4px;
}
.board_wrap .board_list_type .b_btn_box.type02 > button {
  margin-bottom: 6px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #222;
  border-radius: 4px;
}
.board_wrap .board_list_type .b_btn_box > a {
  display: inline-block;
  margin-bottom: 6px;
  width: 70px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #222;
  border-radius: 4px;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.board_wrap .board_list_type .b_btn_box > button.btn_blue {
  color: #fff;
  background-color: #41B979;
}
.board_wrap .board_list_type .b_btn_box > button.btn_blue_line {
  color: #2887cf;
  border: 1px solid #2887cf;
}
.board_wrap .board_list_type .b_btn_box > a.btn_blue_line {
  color: #2887cf;
  border: 1px solid #2887cf;
}
.board_wrap .board_list_type .b_btn_box > button.btn_black_line {
  color: #222;
  border: 1px solid #222;
}
.board_wrap .board_list_type .b_btn_box > button.btn_red_line {
  color: #222;
  border: 1px solid rgba(153, 153, 153, 0.50);
}
.board_wrap .board_list_type .b_btn_box > button:last-of-type {
  margin-bottom: 0;
}

.board_wrap .board_list_type .b_ta_box {
  display: none;
}
.board_wrap .board_list_type .b_ta_box > ul > li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.board_wrap .board_list_type .b_ta_box .b_btn_box {
  text-align: right;
}
.board_wrap .board_list_type .b_ta_box .b_btn_box > button {
  margin-bottom: 0;
}
.board_wrap .board_list_type .b_ta_box span.b_mo_tit {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.board_wrap .board_list_type colgroup col:nth-of-type(1) {
  width: 60px;
}
.board_wrap .board_list_type colgroup col:nth-of-type(2) {
  width: 100px;
}
.board_wrap .board_list_type colgroup col:nth-of-type(3) {
  width: 150px;
}
.board_wrap .board_list_type colgroup col:nth-of-type(4) {
  width: 150px;
}
.board_wrap .board_list_type colgroup col:nth-of-type(5) {
  width: 35.83%;
}
.board_wrap .board_list_type colgroup col:nth-of-type(6) {
  width: 100px;
}
.board_wrap .board_list_type colgroup col:nth-of-type(7) {
  width: 100px;
}
.board_wrap .board_list_type colgroup col:nth-of-type(8) {
  width: 110px;
}


.orderdetail_wrap .board_wrap .board_list_type colgroup col:nth-of-type(3) {
  width: calc(50% - 460px);
}

.orderdetail_wrap .board_wrap .board_list_type colgroup col:nth-of-type(4) {
  width: calc(50% - 460px);
}

.orderdetail_wrap .board_wrap .board_list_type colgroup col:nth-of-type(5) {
  width: 100px;
}



.board_wrap .board_list_type td.b_order_code a.b_code_link {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.board_wrap .board_list_type colgroup.col_type02 col:nth-of-type(2) {
  width: calc(100% - 60px);
}
.board_wrap .board_list_type colgroup.col_type02 col:nth-of-type(3) {
  width: 100px;
}
.board_wrap .board_list_type colgroup.col_type02 col:nth-of-type(4) {
  width: 100px;
}
.board_wrap .board_list_type colgroup.col_type02 col:nth-of-type(5) {
  width: 110px;
}
.board_wrap .board_list_type colgroup.col_type02_author col:nth-of-type(2) {
  width: calc(100% - 60px);
}
.board_wrap .board_list_type colgroup.col_type02_author col:nth-of-type(3) {
  width: 100px;
}
.board_wrap .board_list_type colgroup.col_type02_author col:nth-of-type(4) {
  width: 100px;
}
.board_wrap .board_list_type colgroup.col_type02_author col:nth-of-type(5) {
  width: 100px;
}
.board_wrap .board_list_type colgroup.col_type02_author col:nth-of-type(6) {
  width: 110px;
}
.board_wrap .board_list_type colgroup.col_type03 col:nth-of-type(1) {
  width: 60px;
}
.board_wrap .board_list_type colgroup.col_type03 col:nth-of-type(2) {
  width: 165px;
}
.board_wrap .board_list_type colgroup.col_type03 col:nth-of-type(3) {
  width: calc(100% - 60px - 200px - 165px);
}
.board_wrap .board_list_type colgroup.col_type03 col:nth-of-type(4) {
  width: 100px;
}
.board_wrap .board_list_type colgroup.col_type03 col:nth-of-type(5) {
  width: 100px;
}
.board_wrap .board_list_type colgroup.col_type04 col:nth-of-type(1) {
  width: 60px;
}
.board_wrap .board_list_type colgroup.col_type04 col:nth-of-type(2) {
  width: calc(100% - 60px - 100px);
}
.board_wrap .board_list_type colgroup.col_type04 col:nth-of-type(3) {
  width: 100px;
}

.board_wrap .board_list_type tr td.td_rank {
  padding-right: 20px;
  padding-left: 20px;
}
.board_wrap .board_list_type .b_thumb_box {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}

/*fold_box*/

.board_list_type.board_fold_type tr {
  border-bottom: 0;
  border-top: 1px solid #d2d2d2;
}
.board_list_type.board_fold_type tbody tr:last-of-type {
  border-bottom: 1px solid #d2d2d2;
}
.board_thumb_type a.btn_fold {
  display: flex;
}

tr.b_fold_box {
  /* display: none; */
  max-height: 0;
  overflow: hidden;
}
tr.b_fold_box.on {
  /* display: table-row; */
  max-height: 500px;
}
tr.b_fold_box td > div {
  position: relative;
  width: calc(100% - 70px);
  margin: 0 0 0 auto;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px 90px 20px 20px;
  background-color: #f5f5f5;
  border-radius: 12px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
tr.b_fold_box.on td > div {
  max-height: 500px;
  transition: 0.3s ease-in-out;
}
tr.b_fold_box.on td > div > div {
  max-height: 460px;
  overflow: auto;
}
tr.b_fold_box td > div > div p {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 19px;
  overflow: hidden;
}
tr.b_fold_box.on td > div > div p {
  text-overflow: ellipsis;
  white-space: wrap;
  max-height: 100%;
  overflow: hidden;
}
tr.b_fold_box td > div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/images02/ico_sel.png") center/contain no-repeat;
}
tr.b_fold_box.on td > div:before {
  transform: rotate(180deg);
}
/* 페이지네이션 */
.b_pagenation_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.b_pagenation_box > a {
  /* font-size: 18px;
  line-height: 22px;
  font-weight: 300; */
  font-size: 16px;
  padding: 0 8px;
  font-weight: 400;
  color: #999;
}
.b_pagenation_box > a > span{
  /* font-size: 18px;
  line-height: 22px;
  font-weight: 300; */
  font-size: 16px;
  font-weight: 400;
}

.b_pagenation_box > a.on {
  /* font-weight: 700; */
  /* color: #2887cf; */
  font-size: 16px;
  padding: 0 8px;
  color: #222;
  font-weight: bold;
}
.b_pagenation_box .b_paging_num {
  margin: 0 6px;
}
.b_pagenation_box .b_paging_next,
.b_pagenation_box .b_paging_prev {
  width: 30px;
  height: 30px;
  background: url("/images02/ico_b_paging_prev.png") center/100% no-repeat;
}
.b_pagenation_box .b_paging_next {
  background-image: url("/images02/ico_b_paging_next.png");
}
.b_pagenation_box .b_paging_prev {
}

/*board_accordion*/

/* category */


.board_wrap .board_category_box{
  margin-bottom: 20px;
}
.board_wrap .board_category_box ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  border-right: 0;
}
.board_wrap .board_category_box ul li {
  width: calc(100% / 3);
  display: block;
  border: 0;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.board_wrap .board_category_box ul li a.on {
  color: #222;
  font-weight: 700;
}
.board_wrap .board_category_box ul li:nth-of-type(3n) {
  /* border-right: 0; */
}
/* .board_wrap .board_category_box ul li:nth-last-child(-n + 3) {
} */
.board_wrap .board_category_box ul li a{
  display: block;
  text-align: center;
  border: 0;
  height: 59px;
  line-height: 59px;
  font-size: 18px;
  color: rgba(34, 34, 34, .5);
  letter-spacing: -.09px;
}
.board_wrap p.board_tit{
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -.36px;
  font-weight: 700;
  color: #222;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 3px solid #222;
}
.orderdetail_wrap .board_wrap p.board_tit{
  margin: 0;
  border-bottom: 0;
}
.board_wrap p.board_sub_tit{
  color: #767676;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(118, 118, 118, 0.50);
}

.notice .board_wrap p.board_tit{
  margin-bottom: 0;
}



#board_accordion {
  border-top: 1px solid #222;
  font-family: pretendard;
  margin-bottom: 60px;
  border-bottom: 1px solid #d2d2d2;
}
#board_accordion .b_accordion_tit_box {
  display: flex;
  justify-content: space-between;
  /* font-size: 0; */
}
#board_accordion .ui-accordion .ui-accordion-content {
  padding: 30px;
}

#board_accordion .b_accordion_con_box {
  /* border-bottom: 1px solid #D2D2D2; */
  background-color: #f5f5f5;
  /* font-size: 0; */
}
#board_accordion .b_accordion_con_box.ui-accordion-content {
  padding: 30px 30px 28px;
  /* margin: 0 20px 20px; */
  /* border-radius: 12px; */
  /* font-size: 0; */
}

#board_accordion .b_accordion_con_box p {
  font-size: 14px;
  /* line-height: 18px; */
  font-weight: 400;
}
#board_accordion .b_accordion_con_box p.b_date_p {
  display: none;
  padding-left: 12px;
  text-align: right;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  background: url("/images02/ico_b_qna02.png") left center/12px no-repeat;
}
#board_accordion .b_accordion_tit_box {
  display: flex;
  align-self: center;
  justify-content: left;
  background: url('/images02/ico_arr_down.png') right center / 30px auto no-repeat;
}
#board_accordion .b_accordion_tit_box p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
#board_accordion .ui-state-active.b_accordion_tit_box{
  background: url('/images02/ico_arr_up.png') right center / 30px auto no-repeat;
  border-bottom: 1px solid #ebebeb;
}
#board_accordion .b_accordion_tit_box p.category {
  font-size: 14px;
  font-weight: 600;
  width: 68px;
}
#board_accordion .b_accordion_tit_box p.date {
  display: none;
}
#board_accordion .b_accordion_tit_box.b_no_data p.tit {
  text-align: center;
}
#board_accordion .b_accordion_tit_box.b_no_data span {
  display: none;
}
#board_accordion .b_accordion_tit_box p.tit {
  width: calc(100% - 68px);
}
#board_accordion .b_accordion_tit_box p.date {
  width: 110px;
}
#board_accordion .ui-accordion .ui-accordion-header {
  padding: 20px;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 0;
}
#board_accordion.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #222;
}
#board_accordion .ui-state-hover .ui-icon,
#board_accordion .ui-icon,
#board_accordion .ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  margin-right: 10px;
  margin-top: 2px;
  width: 13px;
  background: url("/images02/ico_b_qna.png") right 0 center/13px auto no-repeat !important;
  display: none;
}

#board_accordion .ui-state-default,
#board_accordion .ui-widget-content .ui-state-default,
#board_accordion .ui-widget-header .ui-state-default,
#board_accordion .ui-button,
html #board_accordion .ui-button.ui-state-disabled:hover,
html #board_accordion .ui-button.ui-state-disabled:active {
  margin: 0;
  padding: 17px 10px 19px 0;
  background-color: transparent;
  border: 0;
  color: #222;
  border-top: 1px solid #d2d2d2;
  /* border-bottom: 1px solid #D2D2D2; */
}

#board_accordion .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 0;
  color: #222;
  border-top: 1px solid #d2d2d2;
}

.board_wrap a.link_view_more {
  display: block;
  padding: 20px 0 18px;
  font-size: 18px;
  line-height: 21px;
  color: #222;
  font-weight: 600;
  border: 1px solid #222;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
}
/*rank*/

.b_rank_box {
  width: 100%;
  margin-bottom: 15px;
}
.b_rank_box ul.star_box {
  display: flex;
  /* align-items: center;
  justify-content: space-between; */
  /* gap: 6px; */
}
.b_rank_box ul.star_box > li:not(:last-of-type) {
  margin-right: 6px;
}
.b_rank_box ul.star_box > li > button {
  width: 20px;
  height: 20px;
  background: url("/images02/ico_rank.png") center/contain no-repeat;
  pointer-events: none;
}
.b_rank_box ul.star_box > li > button.on {
  width: 20px;
  height: 20px;
  background-image: url("/images02/ico_rank_fill.png");
}

.board_wrap .product_review_box .rank_product_box {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.board_wrap .product_review_box .rank_product_box .b_thumb_box {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.board_wrap .product_review_box .rank_product_box .b_thumb_box > .img_box {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.board_wrap
  .product_review_box
  .rank_product_box
  .b_thumb_box
  > .img_box
  > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.board_wrap
  .product_review_box
  .rank_product_box
  .b_thumn_desc_box
  .b_product_tit {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.board_wrap .product_review_box .txtarea_box {
  width: 100%;
  margin-bottom: 60px;
}
.board_wrap .product_review_box .txtarea_box > textarea {
  height: 250px;
}
.board_wrap .product_review_box .rank_box {
  margin-bottom: 60px;
}
.product_review_box .btn_box > .btn_type01,
.product_review_box .btn_box > input.btn_type01,
.product_review_box .btn_box > .btn_type02,
.product_review_box .btn_box > input.btn_type02,
.product_review_box .btn_box > a.btn_type02 {
  max-width: calc(100% - 5px);
}

.b_util_box {
  margin-top: 100px;
}
.b_summary_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b_summary_box > p {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}

.board_search_box.type05 {
  align-items: center;
}
.board_search_box.type05 label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
.board_search_box.type05 .b_select:nth-of-type(2) {
  width: 200px;
}

.product_view_wrap .b_btn_box_type02 {
  margin-top: 60px;
}

/* 리뷰 */
.review_board_wrap{
  /* position: relative; */
  background: #fff;
  z-index: 1;
}
.review_board_wrap .board_wrap .board_tit_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #14161a;
  padding: 16px 0;
  width: 100%;
}
.review_board_wrap .board_wrap .board_tit{
  line-height: 30px;
  font-size: 20px;
  color: #14161a;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.review_board_wrap .board_wrap .modal_box.notice_box{
  height: 60%;
}
.review_board_wrap .board_wrap .modal_box.view_box{
  height: 100%;
}
.review_board_wrap .board_wrap .modal_box.view_box .b_tit_box{
  padding: 0 8px 24px;
  border-bottom: 1px solid #ebeff5;
}
.review_board_wrap .board_wrap .modal_box.view_box .b_tit_box .tit{
  color: #14161a;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.review_board_wrap .board_wrap .modal_box.view_box .b_tit_box .date{
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #707680;
  margin: 0;
  padding: 0;
}
.review_board_wrap .board_wrap .modal_box.view_box .b_con_box{
  padding: 24px 8px;
  font-size: 13px;
  line-height: 18px;
  color: #14161a;
}
.review_board_wrap .board_wrap .modal_box.view_box .b_con_box span,
.review_board_wrap .board_wrap .modal_box.view_box .b_con_box p{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.review_board_wrap .board_wrap .btn_modal{
  white-space: nowrap;
  font-size: 16px;
  color: #707680;
}
.review_board_wrap .board_wrap .btn_modal > span{
  font-size: inherit;
}
.review_board_wrap .board_wrap .btn_modal_dep02{
  white-space: nowrap;
  font-size: 16px;
  color: #707680;
}
.review_board_wrap .board_wrap .btn_modal_dep02_close{
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 38px;
  top: 33px;
  background: url('/images02/f_layer_close.png') right center / 24px 24px no-repeat;
}
.review_board_wrap .board_wrap .btn_modal_dep02 > span{
  font-size: inherit;
}
.review_board_wrap .board_wrap .board_search_box.type03{
  border-bottom: 1px solid #ebeff5;
  margin-bottom: 0;
}
.review_board_wrap .board_wrap .board_search_box.type04{
  display: block;
  margin-bottom: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ebeff5;
}
.review_board_wrap .board_wrap .board_search_box.type03 .right_box{
  display: flex;
  align-items: center;
}

.review_board_wrap .board_wrap .board_search_box.type03 .right_box .input_box{
  margin-right: 16px;
}
.review_board_wrap .board_wrap .board_search_box.type03 .right_box .file_upload_box .input_box{
  margin-right: 0;
}
.review_board_wrap .board_wrap .board_search_box.type03 .left_box{
  display: flex;
  align-items: center;
}
.review_board_wrap .board_wrap .board_search_box.type03 .left_box li a{
  cursor: pointer;
  display: inline-block;
  padding: 22px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #bcc2cc;
}
.review_board_wrap .board_wrap .board_search_box.type03 .left_box li a.on{
  font-weight: 600;
  color: #14161a;
}
.review_board_wrap .board_wrap .board_search_box.type03.customer_review_box{
  
}
.review_board_wrap .board_wrap .board_search_box.type03 .right_box a.btn_customer_review{
  padding: 8px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #14161a;
}
.review_board_wrap .board_wrap .modal_box.review_write_box .rank_box{
  margin-bottom: 8px;
}


.review_board_wrap .board_wrap .board_search_box.type03 .input_box label{
  text-align: left;
  background: url('/images02/ico_agree_check.png') left 0 top 50%/16px auto no-repeat;
}
.review_board_wrap .board_wrap .board_search_box.type03 .input_box label.on{
  background: url('/images02/ico_agree_checked.png') left 0 top 50%/16px auto no-repeat;
}
.review_board_wrap .board_wrap .board_search_box.type03 .b_input_search_box{
  position: relative;
  box-sizing: border-box;
  height: 32px;
  width: 238px;
  border: solid 1px #d8dde5;
  border-radius: 4px;
}
.review_board_wrap .board_wrap .board_search_box.type03 .b_input_search{
  font-size: 12px;
  color: #14161a;
  line-height: 18px;
  /* width: calc(100% - 70px); */
  width: 100%;
  padding: 6px 8px 6px 32px;
  background-color: transparent;
  text-overflow: ellipsis;
  /* padding: 0; */
  height: auto;
  box-sizing: border-box;
}
.review_board_wrap .board_wrap .board_search_box.type03 .b_btn_search{
  position: absolute;
  left: 10px;
  top: 7px;
  height: 16px;
  width: 16px;
  font-size: 0;
  background: url('/images02/ico_search02.svg') center/100% auto no-repeat;
  /* border: 1px solid black; */
  z-index: 10;
}

.review_board_wrap .board_wrap .board_search_box.type04.ul_sel_box{

}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_tit_box a{
  display: inline-block;
  padding: 8px 28px 8px 12px;
  border-radius: 4px;
  border: solid 1px #ebeff5;
  /* background-color: #ffffff; */
  background: url('/images02/ico_arr_drop.svg') right 12px center /8px auto no-repeat;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_tit_box a.on{
  border: solid 1px #14161a;
  background: url('/images02/ico_arr_up.svg') right 12px center /8px auto no-repeat;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_tit_box p{
  font-size: 12px;
  line-height: 18px;
  color: #14161a;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box{
  display: none;
  width: 320px;
  max-height: 400px;
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 8px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  overflow-y: scroll;
  margin-top: 7px;
  font-size: 0;
  padding: 8px 16px;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box.on{
  display: block;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box .tit_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box .tit_box p{
  font-size: 14px;
  font-weight: bold;
  color: #14161a;
  padding: 16px 0 12px 0;
  line-height: 20px;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box .tit_box a{
  display: flex;
  align-items: center;
  color: #14161a;
  padding: 16px 0 12px 0;
  line-height: 20px;
  vertical-align: bottom;
  line-height: 18px;
  font-size: 12px;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box .tit_box a .ico_reset{
  margin: 1px 4px;
  width: 16px;
  height: 16px;
  stroke: #707680;
}

.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box ul li > label{
  font-size: 0;
}

.review_board_wrap .board_wrap .summary_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_board_wrap .board_wrap .rank_box{
  display: flex;
  align-items: center;
  margin: 0;
}
.review_board_wrap .board_wrap .rank_txt{
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.review_board_wrap .board_wrap .rank_star{
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
}
.review_board_wrap .board_wrap .rank_star img{
  width: 100%;
  vertical-align: top;
}
.review_board_wrap .board_wrap .new {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  border: solid 1px #ebeff5;
  background-color: #fafcff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #707680;
  white-space: nowrap;
}

.review_board_wrap .board_wrap .board_search_box.type04.ul_sel_box{
  display: flex;
  justify-content: unset;
  position: relative;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box{
  cursor: pointer;
  position: absolute;
  background-color: white;
  font-size: 12px;
  padding: 16px;
  line-height: 18px;
  border-bottom: 1px solid #ebeff5;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box li{
  cursor: pointer;
  position: relative;
  background-color: white;
  font-size: 12px;
  padding: 16px 0;
  line-height: 18px;
  border-bottom: 1px solid #ebeff5;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box li:first-of-type{
  padding-top: 4px;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box label.btn_radio{
  background: url("/images02/ico_radio.png") no-repeat right 0 center/16px auto;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box label.btn_radio.on{
  background: url("/images02/ico_radio_checked.png") no-repeat right 0 center/16px auto;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box label{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 24px 0 0;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 300;
  color: #202020;
  background: url('/images02/f_check.svg') right 0 top 50%/16px auto no-repeat;
  box-sizing: border-box;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box label.on{
  background: url('/images02/f_checked.svg') right 0 top 50%/16px auto no-repeat;
}
.review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box .btn_search_sel{
  cursor: pointer;
  background-color: #14161a;
  color: white;
  border-radius: 4px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  margin: 16px 0 0;
}
.review_board_wrap .board_wrap .board_search_box.type04 a.btn_reset_result {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.review_board_wrap .board_wrap .board_search_box.type04 a.btn_reset_result .ico_reset {
  margin: 1px 4px;
  width: 16px;
  height: 16px;
  stroke: #707680;
}

.review_board_wrap .board_wrap .review_con_box {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #d8dde5;
}


.review_board_wrap .board_wrap .cus_desc_box {
  width: 75%;
  padding-right: 40px;
  border-right: solid 1px #ebeff5;
  box-sizing: border-box;
}
.review_board_wrap .board_wrap .cus_desc_box .customer_desc_box{
  margin-bottom: 16px;
}
.review_board_wrap .board_wrap .cus_desc_box .customer_desc_box > .check_lines{
  max-height: calc(18px * 3);
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s;
  font-size: 13px;
  line-height: 18px;
}
.review_board_wrap .board_wrap .cus_desc_box .customer_desc_box > .check_lines p{
  font-size: inherit;
  line-height: inherit;
}
.review_board_wrap .board_wrap .cus_desc_box .customer_desc_box > .check_lines.on{
  max-height: calc(18px * 6);
}
.review_board_wrap .board_wrap .cus_desc_box .check_line_box a.btn_review_more{
  display: none;
  color: #cccccc;
  font-size: 12px;
  padding: 10px 0 8px;

}
.review_board_wrap .board_wrap .cus_desc_box .customer_file_box ul {
  display: flex;
  gap:8px;
  flex-wrap: wrap;
}
.review_board_wrap .board_wrap .cus_desc_box .customer_file_box ul li{
  width: 132px;
  height: 132px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
/* .review_board_wrap .board_wrap .cus_desc_box .customer_file_box ul a:hover{
  opacity: 0.5;
} */
.review_board_wrap .board_wrap .cus_desc_box .customer_file_box ul a:hover:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  top: 0;
  left:0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index:1;
}
.review_board_wrap .board_wrap .cus_desc_box .customer_file_box ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review_board_wrap .board_wrap .cus_desc_box .check_line_box a.btn_review_more.on{
  display: inline-block;
}
.review_board_wrap .board_wrap .cus_desc_box > a:not(.btn_modal_close){
  display: flex;
  gap: 8px;
  padding: 16px 0 16px;
  /* border-bottom: solid 1px #ebeff5; */
}
.review_board_wrap .board_wrap .cus_desc_box .date {
  /* display: inline-block; */
  display: none;
  color: #707680;
  padding: 1px 0;
  font-size: 12px;
}
.review_board_wrap .board_wrap .cus_desc_box > a:not(.btn_modal_close) .img_box{
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  border: solid 1px #d8dde5;
}
.review_board_wrap .board_wrap .cus_desc_box > a:not(.btn_modal_close) .prd_txt_box{
  width: calc(100% - 50px);
}
.review_board_wrap .board_wrap .cus_desc_box > a:not(.btn_modal_close) .img_box img{
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review_board_wrap .board_wrap .cus_desc_box > a:not(.btn_modal_close) .rank_box{
  display: flex;
  align-items: center;
}
.review_board_wrap .board_wrap .cus_desc_box > a:not(.btn_modal_close) .rank_box p{
  margin-left: 2px;
}
.review_board_wrap .board_wrap .cus_desc_box > a:not(.btn_modal_close) .rank_box p:last-of-type{
  margin-left: 0 4px;
}

.review_board_wrap .board_wrap .cus_desc_box .prd_txt_box p{
  font-size: 12px;
  line-height: 18px;
  color: #14161a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review_board_wrap .board_wrap .cus_desc_box .prd_txt_box p.tit{
  width: 236px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #14161a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  padding-right: 0;
}
/* .review_board_wrap .board_wrap .board_search_box.type03 .b_input_search_box .b_btn_search_ico {
  height: 16px;
  width: 16px;
  stroke: #bcc2cc;
  position: absolute;
  left: 10px;
  top: 7px;
} */

.review_board_wrap .board_wrap .review_option_box{
  width: 25%;
  box-sizing: border-box;
  border-radius: 4px;
  /* padding: 8px; */
  padding-left: 40px;
  font-size: 0;
}
.review_board_wrap .board_wrap .review_option_box p:not(:first-of-type){
  margin-top: 4px;
  margin-right: 8px;
}
.review_board_wrap .board_wrap .review_option_box p,
.review_board_wrap .board_wrap .review_option_box span{
  font-size: 12px;
  line-height: 1.5;
  color: #707680;
}
.review_board_wrap .board_wrap .review_option_box p{
  margin-bottom: 8px;
}
.review_board_wrap .board_wrap .review_option_box p:first-of-type{
  margin-top: 0;
  color: #14161a;
}
.review_board_wrap .board_wrap .review_option_box p:first-of-type span.emphasize{
  color: #14161a;
}
.review_board_wrap .board_wrap .review_option_box p .emphasize{
  font-weight: 700;
  display: inline-block;
  margin-right: 4px;
}

.review_board_wrap .board_wrap .b_btn_board_more{
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
  padding: 14px 0;
  background: #FFFFFF;
  border: 1px solid #14161A;
  box-sizing: border-box;
  border-radius: 4px;
  color: #14161A;
}

.review_board_wrap .board_wrap .review_notice_board_wrap > ul > li{
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 24px 8px;
  border-bottom: 1px solid #d8dde5;
}
.review_board_wrap .board_wrap .review_notice_board_wrap > ul > li:first-of-type{
  padding-top: 0;
}

.review_board_wrap.type02 .board_wrap .board_tit span{
  line-height: 30px;
  font-size: 20px;
  color: #14161a;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.review_board_wrap.type02 .board_wrap .board_tit_box .board_tit_btn_box {
  font-size: 0;
}
.review_board_wrap.type02 .board_wrap .board_tit_box .board_tit_btn_box a.btn_link{
  white-space: nowrap;
  font-size: 16px;
  color: #707680;
  border-right: 1px solid #ebeff5 ;
  padding-right: 11px;
  margin-right: 10px;
}
.review_board_wrap.type02 .board_wrap .rating_box{
  display: flex;
  align-items: center;
  padding: 32px 0;
  font-size: 0;
  border-bottom: 1px solid #ebeff5;
}
.review_board_wrap.type02 .board_wrap .rating_box .num_box > .img_box{
  width: 40px;
  height: 40px;
}
.review_board_wrap.type02 .board_wrap .rating_box .num_box > .img_box img{
  width: 100%;
  vertical-align: top;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_tit{
  margin-left: 4px;
  font-size: 48px;
  font-weight: bold;
  line-height: 72px;
  color: #14161a;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_star5_txt{
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #14161a;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_star5_txt span{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_num_box{
  width: 399px;
  border-right: 1px solid #d8dde5;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box{
  padding-left: 64px;
  margin-top: 25px;
  width: calc(100% - 399px - 1px);
  vertical-align: top;
  box-sizing: border-box;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box p{
  display: inline-block;
  width: 70px;
  margin-right: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #707680;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box p:last-of-type{
  width: 64px;
  margin-left: 12px;
  margin-right: 0;
  font-size: 12px;
  line-height: 18px;
  color: #707680;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box > ul li{
  margin-bottom: 8px;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box > ul li:last-of-type{
  margin-bottom: 0;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box .rating_bar_box{
  display: block;
  width: calc(100% - 158px);
  height: 12px;
  margin: 3px 0 3px 0;
  border-radius: 8px;
  background-color: #ebeff5;
  position: relative;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box .rating_bar_box .rating_bar{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 12px;
  border-radius: 8px;
  background-color: #14161a;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_num_box .num_box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_num_box .btn_modal.review{
  display: block;
  margin: 25px auto 0;
  width: 158px;
  height: 44px;
  border-radius: 4px;
  background-color: #14161a;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box > ul >li.on p{
  font-weight: 600;
  color: #14161a;
}
.review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box > ul >li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review_board_wrap.type02 .board_wrap .photo_reivew_box{
  position: relative;
  padding: 32px 0;
  border-bottom: 1px solid #ebeff5;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_tit_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_tit_box .btn_modal_photo{
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #707680;
  padding-right: 16px;
  background: url('/images02/ico_arr_right.svg') right 0 center / 12px no-repeat;;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_tit_box p{
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  text-align: left;
  color: #14161a;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_tit_box span{
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  color: inherit;
}

.review_board_wrap.type02 .board_wrap .photo_reivew_box ul.photo_item_box{
  /* display: flex;
  align-self: center;
  gap: 10px; */
} 
.review_board_wrap.type02 .board_wrap .photo_reivew_box ul.photo_item_box > li{
  /* width: calc(100% / 8 - (70px / 8)); */

} 
.review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_item_box{

}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_item_box .photo_review_slide .swiper-wrapper{
  gap: 10px;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_item_box .photo_review_slide .swiper-wrapper .swiper-slide{
  width: calc(100% / 8 - (70px / 8));
  border-radius: 4px;
  overflow: hidden;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box ul.photo_item_box > li a.btn_modal_photo{
  position: relative;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box ul.photo_item_box > li a.btn_modal_photo:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .img_box{
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
} 
.review_board_wrap.type02 .board_wrap .photo_reivew_box .img_box:hover img{
  transform: translate(-50%, -50%) scale(1.1);
}
.review_board_wrap.type02 .board_wrap .photo_reivew_box .img_box img{
  width: 100%;
  height:100%;
  object-fit: cover;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;
}


.review_board_wrap.type02 .modal_box.modal_box_photo{

}
.review_board_wrap.type02 .modal_box.modal_box_photo > div{
  background-color: unset;
  margin: 110px auto;
  height: calc(100vh - 220px);
  max-width: 904px;
  width: 100%;
}
.review_board_wrap.type02 .modal_box.modal_box_photo p.tit{
  font-size: 16px;
  color: white;
  /* top: -30px; */
}

/* 최근본상품 */
.recent_board.board_wrap p.board_tit{
  border-bottom: 0;
  margin-bottom: 0;
}
.recent_board.board_wrap p.board_sub_tit{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.recent_board.board_wrap .board_con_box ul.lists_box{
  display: flex;
  gap: 40px 10px;
  flex-wrap: wrap;
}
.recent_board.board_wrap .board_con_box ul.lists_box li{
  width: calc(100% / 4 - (30px /4));
}




/* 하이엔드 게시판 카테고리 */

.img_list_board.board_wrap p.board_tit{
  border-bottom: 0;
  margin-bottom: 0;
}
.img_list_board.board_wrap p.board_sub_tit{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.img_list_board.board_wrap .board_con_box ul.lists_box{
  display: flex;
  gap: 40px 10px;
  flex-wrap: wrap;
}
.img_list_board.board_wrap .board_con_box ul.lists_box li{
  width: calc(100% / 4 - (30px /4));
}
.b_category_box {
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}
.b_category_box .b_category_slide .tit{
  text-align: center;
  font-size: 13px;
  padding-top: 9px;
}
.b_category_box .b_category_slide .swiper-slide{
  width: max-content!important;
}
.b_category_box .b_category_slide .swiper-slide a .img_box{
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100px;
  overflow: hidden;
}
.b_category_box .b_category_slide .swiper-slide img{
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.b_category_box .b_category_slide .swiper-slide > a{
  margin: 5px;
  width: 80px;
  display: block;
}
.b_category_box .b_category_slide .swiper-slide > a:hover img{
  transform: translate(-50%, -50%) scale(1.1);;
}
.img_list_board .board_con_box{
  padding-top: 44px;
}
/* 관심상품 */

.fav_board.board_wrap p.board_tit{
  border-bottom: 0;
  margin-bottom: 0;
}
.fav_board.board_wrap p.board_sub_tit{
  line-height: 1.6;
  font-size: 13px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.board_wrap.fav_board .board_thumb_type .b_product_tit{
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}

.board_wrap.fav_board .board_thumb_type .b_product_desc{
  color: #888;
  font-size: 0.917rem;
}
.fav_board.board_wrap .board_thumb_type{
  border-top: 1px solid #d2d2d2;
  margin-bottom: 8px;
}
.board_wrap.fav_board .board_thumb_type td{
  font-size: 13px;
  line-height: 1.4;
}
.board_wrap.fav_board .board_thumb_type td.b_origin_pirce{
  font-weight: 600;
}
.fav_board.board_wrap .b_fav_btn_box{
  font-size: 0;
}
.fav_board.board_wrap .b_fav_btn_box a{
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #676767;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.fav_board.board_wrap .b_fav_btn_box a:nth-of-type(1){
  display: block;
  margin: 0 auto 8px;
  width: calc(100% - 20px);
  background: #666;
}
.fav_board.board_wrap .b_fav_btn_box a:nth-of-type(2){
  width: calc(50% - 4px);
  border-color: #c3c3c3;
  color: #666;
  margin-right: 8px;
}
.fav_board.board_wrap .b_fav_btn_box a:nth-of-type(3){
  width: calc(50% - 4px);
  border-color: #c3c3c3;
  color: #666;
}

/* 검수사진 */

.inspection_board_wrap .b_con_tit{
  font-size: 1.5rem;
  font-weight: 500;
  padding: 24px 0 20px;
}
.inspection_board_wrap .pre_shipment_box .b_con_tit{
  padding: 24px 0 0;
}
.inspection_board_wrap .real_time_box {
  padding: 0 0 70px;
}
.inspection_board_wrap .b_category_box{
  padding-bottom: 0;
}
.inspection_board_wrap .b_category_box > ul{
  padding: 16px 0 50px 0;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 22px 10px;
  justify-content: center;
}
.inspection_board_wrap .b_category_box > ul > li{
  text-align: center;
  width: calc((100% - 40px) / 5);
}
.inspection_board_wrap .b_category_box > ul > li a .img_box{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.74%;
  overflow: hidden;
  border-radius: 8px;
}
.inspection_board_wrap .b_category_box > ul > li a .img_box:hover img{
  transform: translate(-50%, -50%) scale(1.1);
}
.inspection_board_wrap .b_category_box > ul > li a .img_box img{
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;
}
.inspection_board_wrap .b_category_box > ul > li p{
  text-align: center;
  color: #000;
  font-size: 15px;
  padding-top: 10px;
}
.inspection_board_wrap .real_time_item_box .video_box{
  width: 100%;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.inspection_board_wrap .real_time_item_box .b_category_slide button.b_btn_modal {
  width: 100%;
}

.inspection_board_wrap .real_time_item_box .video_box .prd_img_box{
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.inspection_board_wrap .real_time_item_box .video_box .prd_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.inspection_board_wrap .real_time_item_box p.prd_name{
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.inspection_board_wrap .video_box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspection_board_wrap .pre_shipment_item_box {
  display: flex;
  margin: 0 !important;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 40px;
  padding-bottom: 40px;
}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item{
  width: calc((100% - 45px) / 4);
  box-sizing: border-box;
}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item .img_box a{
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item .img_box a:hover img{
  transform: translate(-50%, -50%) scale(1.1);
}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item .img_box a img{
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;

}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item .info_box{
  margin-top: 10px;
}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item .brand{
  font-size: 14px;
  line-height: 1.29;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  letter-spacing: -0.7px;
}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item .tit{
  font-size: 17px;
  line-height: 1.29;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  padding-top: 0;
  letter-spacing: -0.65px;
}
.inspection_board_wrap .pre_shipment_item_box .pre_shipment_item .description{
  font-size: 14px;
  line-height: 14px;
  color: #22222280;
}


/* 쿠폰 */
.board_wrap.coupon_board p.board_tit{
 border-bottom: 0;
}
.board_wrap.coupon_board .board_con_box{

}
.board_wrap.coupon_board .board_con_box .lists_box{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.board_wrap.coupon_board .board_con_box .lists_box > li{
  width: calc(50% - 6px);
}

.board_wrap.coupon_board .board_con_box .coupon_box{
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.board_wrap.coupon_board .board_con_box .coupon_body{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.board_wrap.coupon_board .board_con_box .coupon_body .ul_type01 li:not(:last-of-type){
  margin-bottom: 2px;
}
.board_wrap.coupon_board .board_con_box .coupon_body .ul_type01 li{
  color: rgb(34, 34, 34);
}
.board_wrap.coupon_board .board_con_box .coupon_box .sale{
  font-size: 24px;
  font-weight: 700;
  color: rgb(34, 34, 34);
}
.board_wrap.coupon_board .board_con_box .coupon_box .name{
  font-size: 14px;
  font-weight: 700;
  color: rgb(34, 34, 34);
}
.board_wrap.coupon_board .board_con_box .coupon_box .coupon_divider_box{
  position: relative;
  /* overflow: hidden; */
  padding: 4px 0;
  width: 100%;
  margin: 0;
  border: 0;
}


.board_wrap.coupon_board .board_con_box .coupon_box .coupon_divider::after{
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0%;
  right: -5px;
  background: url('/images02/halfcircle_right.svg') center/ 100% auto no-repeat;
  z-index: 10;
}

.board_wrap.coupon_board .board_con_box .coupon_box .coupon_divider::before{
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0%;
  left: -5px;
  background: url('/images02/halfcircle_left.svg') center/ 100% auto no-repeat;
  z-index: 10;
}

.board_wrap.coupon_board .board_con_box .coupon_box .coupon_divider{
  /* position: relative; */
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px dashed #F4F4F4;
}
.board_wrap.coupon_board .board_con_box .coupon_box .coupon_footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(34, 34, 34);
  font-size: 13px;
  padding: 6px 12px 11px 20px;
}
.board_wrap.coupon_board .board_con_box .coupon_box .coupon_footer .use_state{
  border: 1px solid rgb(34, 34, 34);
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 13px;
}

/* 적립금 */
.board_wrap.point_board p.board_tit{
 border-bottom: 0;
}
.board_wrap.point_board .board_summary{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-top: 12px;
  padding: 30px;
}
.board_wrap.point_board .board_summary > div:nth-of-type(1){
  padding-right: 100px;
  margin-right: 100px;
  border-right:1px solid rgba(34, 34, 34, 0.1);;
}
.board_wrap.point_board .board_summary > div p.b_point_tit{
  color: rgba(34, 34, 34, .5);
  font-size: 13px;
  letter-spacing: -.07px;
}
.board_wrap.point_board .board_summary > div p.b_point_desc{
  font-size: 24px;
  font-weight: 700;
}
.board_wrap.point_board .board_con_box{
  width: 100%;
  border-top: 2px solid #222;
  margin-top: 40px;
}
.board_wrap.point_board .board_con_box table{
  width: 100%;
}
.board_wrap.point_board .board_con_box table col:nth-of-type(1){
  width: 70%;
}
/* .board_wrap.point_board .board_con_box table col{
  width: 50%;
} */
.board_wrap.point_board .board_con_box table thead th,
.board_wrap.point_board .board_con_box table tbody td{
  padding: 18px 0;
  font-size: 13px;
  /* font-weight: 300; */
  line-height: 1;
  color: #222;
}
.board_wrap.point_board .board_con_box table tr{
  border-bottom: 1px solid #f0f0f0;
}
.board_wrap.point_board .board_con_box table thead th:first-of-type{
  text-align: left;
}
.board_wrap.point_board .board_con_box table thead th:last-of-type{
  text-align: right;
}
.board_wrap.point_board .board_con_box table tbody .td_point_desc > div{
  display: flex;
  align-items: center;
}
.board_wrap.point_board .board_con_box table tbody .td_point_desc > div p.b_category_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 50px;
  height: 50px;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
.board_wrap.point_board .board_con_box table tbody .td_point_desc > div p.b_category_txt.type02{
  background-color: rgba(34, 34, 34, 0.5);
}
.board_wrap.point_board .board_con_box table tbody .td_point_desc > div p.b_desc > span{
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #222;
}
.board_wrap.point_board .board_con_box table tbody .td_point_desc > div p.b_desc > span.b_date{
  color: rgba(34, 34, 34, .5);
  font-size: 13px;
}
.board_wrap.point_board .board_con_box table tbody tr td:last-of-type{
  text-align: right;
}


@media screen and (max-width: 1000px) {
  .b_m_hide {
    display: none;
  }
  .b_pc_hide {
    display: block;
  }
  .b_empty.b_m_hide {
    display: none;
  }
  .b_empty.b_pc_hide {
    display: table-row;
  }
  .board_wrap .board_thumb_type .b_ta_box {
    display: block;
  }

  .board_wrap .board_thumb_type tr th:nth-of-type(3),
  .board_wrap .board_thumb_type tr th:nth-of-type(4),
  .board_wrap .board_thumb_type tr th:nth-of-type(5) {
    display: none;
  }

  .board_wrap .board_thumb_type tr th.th_total_price,
  .board_wrap .board_thumb_type tr td.b_total_price {
    display: none;
  }
  .board_wrap .board_thumb_type td:nth-of-type(3),
  .board_wrap .board_thumb_type td:nth-of-type(4),
  .board_wrap .board_thumb_type td:nth-of-type(5) {
    display: none;
  }
  .board_wrap .board_thumb_type .col_check {
    width: 25px;
  }
  .board_wrap .board_thumb_type .col_product {
    width: calc(100% - 25px);
  }
  .board_wrap .board_thumb_type .col_option,
  .board_wrap .board_thumb_type .col_origin_price,
  .board_wrap .board_thumb_type .col_membership,
  .board_wrap .board_thumb_type .col_shipping_cost,
  .board_wrap .board_thumb_type .col_total_price,
  .board_wrap .board_thumb_type .col_btns {
    display: none;
  }
  .board_wrap .board_thumb_type colgroup.col_type02 col:not(.col_tit) {
    display: none;
  }
  .board_wrap .board_thumb_type colgroup.col_type03 col:not(.col_tit) {
    display: none;
  }

  .board_wrap .board_thumb_type th:not(.th_tit) {
    display: none;
  }
  .board_wrap .board_thumb_type th.th_num {
    display: table-cell;
    width: 60px;
  }

  .board_wrap .board_thumb_type tr:not(.b_fold_box) td:not(.td_tit) {
    display: none;
  }
  .board_wrap .board_thumb_type tr:not(.b_fold_box) td.b_item_info {
    display: table-cell;
  }
  .board_wrap .board_thumb_type tr:not(.b_fold_box) td.b_item_info.counts {
    display: none;
}
  .board_wrap .board_thumb_type tr:not(.b_fold_box) td.b_check {
    display: table-cell;
  }
  .board_wrap .board_thumb_type tr:not(.b_fold_box) td.td_num {
    display: table-cell;
  }
  .board_wrap .board_thumb_type .b_item_info .b_option_lists {
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
  }
  .board_wrap .board_thumb_type .b_item_info .b_inner_box{
    align-items: unset;
  }
  .board_wrap .board_thumb_type .b_ta_box > ul > li.b_item_option p{
    display: inline-block;
  }
  .board_wrap .board_thumb_type .b_ta_box > ul > li.b_item_info.counts >div{
    display: inline-block;
  }
  .board_wrap .board_thumb_type .b_product_tit{
    margin-bottom: 8px;
  }
  .board_wrap .board_thumb_type .b_item_info a.btn_opt_change{
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    margin-left: 10px;
    padding-top: 0;
    width: auto!important;
    height: auto!important;
  }
  .board_wrap .board_thumb_type .b_mobile_box > ul > li {
    margin-bottom: 10px;
  }
  .board_wrap
    .board_thumb_type
    .b_mobile_box
    > ul
    > li:nth-last-of-type(-n + 1) {
    margin-bottom: 15px;
  }
  .board_wrap .board_thumb_type .b_ta_box > ul > li{
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
  }
  .board_wrap .board_thumb_type .b_ta_box > ul > li:last-of-type{
    margin-bottom:0;
    padding-top: 4px;
  }
  .board_wrap .board_thumb_type .b_mobile_box > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .board_wrap .board_thumb_type .b_ta_box > ul > li.b_total_price > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-width: 1px 0;
    background: #f8f8f8;
    box-sizing: border-box;
  }
  .board_wrap .board_thumb_type .b_ta_box > ul > li.b_total_price > div p.b_total_price_txt span{
    display: inline-block;
    font-size: 1.083rem;
    font-weight: 600;
  }
  .board_wrap .board_thumb_type .b_ta_box > ul > li.b_total_price > div p.b_total_price_txt span:first-of-type{
    margin-right: 4px;
    /* text-decoration: line-through; */
    /* 원가격 할인선 삭제 */
  }
  .board_wrap .board_thumb_type tr.b_fold_box td.b_pc_hide {
    display: table-cell;
  }
  .board_wrap .board_thumb_type .b_ta_box .b_btn_box{
    font-size: 0;
  }
  .board_wrap .board_thumb_type .b_btn_box > button{
    width: 50%;
    background: unset;
    color: #222;
    height: 35px;
    border: 1px solid #c3c3c3;
  }
  .board_wrap .board_thumb_type .b_btn_box > button:hover{
    background: #f5f5f5;
    transition: all 0.3s;
  }
  .board_wrap .board_thumb_type .b_btn_box > button.b_btn_fav{
    border-right: 0;
  }
  /* .board_wrap .board_thumb_type .b_btn_box > button:last-of-type{
    margin-right: 0;
  } */


  .b_fold_box .b_pc_hide {
    display: table-cell;
  }

  .board_gallery_type ul > li {
    width: calc(33.33% - ((28px * 2) / 3));
  }
  .board_gallery_type ul > li:nth-of-type(4n) {
    margin-right: 28px;
  }
  .board_gallery_type ul > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .board_gallery_type ul > li:nth-last-of-type(4) {
    margin-bottom: 30px;
  }

  .board_wrap .board_list_type colgroup col:nth-last-of-type(-n + 4) {
    display: none;
  }
  .board_wrap .board_list_type colgroup col:nth-of-type(2) {
    display: none;
  }
  .board_wrap .board_list_type colgroup col.col_order_price {
    width: 100px;
  }
  .board_wrap .board_list_type colgroup col.col_order_code {
    width: calc(100% - 60px - 100px);
  }

  .board_wrap .board_list_type th:nth-last-of-type(-n + 4) {
    display: none;
  }
  .board_wrap .board_list_type th:nth-of-type(2) {
    display: none;
  }
  .board_wrap .board_list_type tr td:nth-last-of-type(-n + 4) {
    display: none;
  }
  .board_wrap .board_list_type tr td:nth-of-type(2) {
    display: none;
  }
  .board_wrap .board_list_type tr td.b_order_code {
    padding-left: 20px;
    text-align: left;
  }
  .board_wrap .board_list_type colgroup.col_type02 col.col_tit {
    display: block;
  }
  .board_wrap .board_list_type th.th_tit {
    display: block;
  }
  .board_wrap .board_list_type tr td.td_tit {
    display: block;
  }
  /* .board_wrap .board_list_type colgroup.col_type03 col.col_rank{
        display: block;
    }
    .board_wrap .board_list_type th.th_rank{
        display: table-cell;
        width: 165px;
        box-sizing: border-box;
    }
    .board_wrap .board_list_type tr td.td_rank{
        display: table-cell;
    } */

  .board_wrap .board_list_type td.td_tit a p:nth-of-type(2) {
    margin-bottom: 15px;
  }

  .board_wrap .board_list_type td.b_order_code a.b_code_link {
    display: block;
    margin-bottom: 15px;
  }
  .board_wrap .board_list_type .b_btn_box > button:last-of-type {
    margin-bottom: 6px;
  }
  .board_wrap .board_list_type .b_mobile_box > ul > li {
    margin-bottom: 10px;
  }
  .board_wrap
    .board_list_type
    .b_mobile_box
    > ul
    > li:nth-last-of-type(-n + 1) {
    margin-bottom: 15px;
  }
  .board_wrap .board_list_type .b_mobile_box > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .board_wrap .board_list_type .b_mobile_box > ul > li > .b_mo_tit {
    font-weight: 400;
  }
  .board_wrap .board_list_type .b_btn_box > button {
    font-size: 12px;
  }
  .board_wrap .board_list_type tr.b_fold_box td.b_pc_hide {
    display: table-cell;
  }

  .board_wrap .board_list_type td.td_tit p.b_tit_con_p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .board_wrap .board_list_type .b_btn_box.type02 > button {
    width: 100px;
  }
  .board_wrap .board_list_type .b_rank_box {
    margin-top: 20px;
  }
  a.btn_fold {
    margin-bottom: 15px;
  }
  .board_wrap .product_review_box .rank_product_box {
    margin-bottom: 30px;
  }
  .board_wrap .product_review_box .txtarea_box {
    margin-bottom: 30px;
  }
  .board_wrap .product_review_box .txtarea_box > textarea {
    height: 200px;
  }
  .board_wrap .product_review_box .rank_box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {

  .board_wrap.coupon_board .board_con_box .lists_box > li{
    width: 100%;
  }

}
@media screen and (max-width: 768px) {
  .board_wrap .board_thumb_type .b_item_info .b_option_lists > li {
    display: block;
  }
  /* .board_wrap .board_thumb_type .b_item_info .b_option_util {
        justify-content: flex-end;
    } */
  .board_wrap .board_thumb_type .b_item_info .b_option_util {
    margin-bottom: 16px;
  }

  .board_gallery_type ul > li {
    margin-bottom: 15px;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .board_gallery_type ul > li:nth-of-type(4n) {
    margin-right: 10px;
  }
  .board_gallery_type ul > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .board_gallery_type ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .board_gallery_type ul > li:nth-last-of-type(4) {
    margin-bottom: 15px;
  }
  .board_gallery_type ul > li:nth-last-of-type(3) {
    margin-bottom: 15px;
  }
  .board_gallery_type ul > li:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }

  .board_gallery_type_view .b_tit_box {
    display: block;
  }
  .board_gallery_type_view .b_tit_box .b_left_box {
    width: 100%;
  }
  .board_gallery_type_view .b_tit_box .b_right_box {
    width: 100%;
    text-align: right;
  }
  .board_gallery_type_view .b_tit_box p {
    padding: 10px 0;
  }
  .board_gallery_type_view .b_tit_box .b_left_box p:nth-of-type(2) {
    padding: 15px 10px;
  }

  .board_search_box.type02 {
    margin-bottom: 30px;
  }
  .board_search_box .b_select.type02 {
    height: 40px;
    padding: 4px 12px;
    font-size: 12px;
  }
  .board_search_box.type03 {
    display: block;
    text-align: right;
  }
  .board_search_box.type03 > p {
    margin-bottom: 10px;
  }
  .board_search_box.type03 .b_search_info_box {
    justify-content: right;
  }
  div.b_cart_total{
    display: block;
    
  }

  .cart .board_wrap .board_thumb_type{
    margin-bottom: 0;
  }
  div.b_cart_total .b_cart_total_price{
    width: 100%;
    padding:16px 16px 60px;
  }
  div.b_cart_total .b_btn_box_type02{
    display: block;
    width: 100%;
  }
  div.b_cart_total .b_btn_box_type02.m_hide{
    display: none;
    width: 100%;
  }
  div.b_cart_total .b_btn_box_type02 > *{
    display: block;
    max-width: 100%;
    width: 100%!important;
    margin-top: 6px;
  }
  div.b_cart_total .b_btn_box_type02{
    margin-top: 30px;;
  }



  
  /* 리뷰페이지 */
  .review_board_wrap .board_wrap .board_search_box.type03 {
    border-bottom: 0;
  }
  .review_board_wrap .board_wrap .board_search_box.type03 ul.left_box {
    border-bottom: 1px solid #ebeff5;
  }
  .review_board_wrap .board_wrap .board_search_box.type03 .right_box{
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid #ebeff5;
  }
  .review_board_wrap .board_wrap .board_search_box.type03 .right_box .input_box{
    margin: 0 0 6px
  }
  .review_board_wrap .board_wrap .board_search_box.type03 .b_input_search_box{
    width: 100%;
  }
  .review_board_wrap .board_wrap .board_search_box.type04 .sel_option_box{
    max-width: 280px;
    width: 100%;
  }
  .review_board_wrap .board_wrap .review_con_box{
    display: block;
  }
  .review_board_wrap .board_wrap .cus_desc_box{
    padding-right: 0;
    width: 100%;
    border-right: 0;
  }
  .review_board_wrap .board_wrap .review_option_box{
    display: none;
    margin-top: 16px;
    padding: 20px;
    width: 100%;
    border: 1px solid #ebeff5;
    border-radius: 4px;
  }
  .review_board_wrap .board_wrap .board_con_box li:first-of-type .review_con_box{
    padding-top: 24px;
  }
  .review_board_wrap .board_wrap .review_con_box{
    padding: 16px 0 16px 12px;
  }
  .review_board_wrap .board_wrap .cus_desc_box .customer_file_box ul li{
    width: 80px;
    height: 80px;
  }

  .review_board_wrap .board_wrap .board_tit {
    font-size: 16px;
    line-height: 24px;
  }
  /* .review_board_wrap .board_wrap .cus_desc_box .cus_info_box{
    display: flex;
  } */
  /* .review_board_wrap .board_wrap .summary_box{
    justify-content: unset;
  }
  .review_board_wrap .board_wrap .cus_desc_box .date{
    margin-left: 6px;
  } */

  .review_board_wrap.type02 .board_wrap .rating_box{
    /* margin: 21px 22px 21px 0; */
  }

  .review_board_wrap.type02 .board_wrap .rating_box .rating_num_box{
    width: 122px;
    border-right: 0;
    margin: 21px 22px 21px 0;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box{
    width: calc(100% - 122px - 1px);
    padding: 0;
  }
  .review_board_wrap.type02 .board_wrap .rating_box{
    position: relative;
    padding: 20px 16px 95px 20px;
    /* margin: 0; */
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_tit{
    font-size: 24px;
    line-height: 1.5em;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_tit_top{
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #707680;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .num_box > .img_box{
    width: 26px;
    height: 26px;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_num_box .btn_modal.review{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_star5_txt{
    display: none;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .num_box{


  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box p:last-of-type{
    width: 24px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 18px;
    color: #707680;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box .rating_bar_box {
    display: block;
    width: calc(100% - 128px);
  }

  .review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_item_box .photo_review_slide .swiper-wrapper{
    gap: 0;
  }
  .review_board_wrap.type02 .board_wrap .photo_reivew_box .photo_item_box .photo_review_slide .swiper-wrapper .swiper-slide{
    width: auto;
    margin-right: 0;
  }
  /* 최근본상품 */

  .recent_board.board_wrap .board_con_box ul.lists_box li{
    width: calc(100% / 2 - (10px /2));
  }
  /* 하이엔드 보드 cllention */

  .img_list_board.board_wrap .board_con_box ul.lists_box li{
    width: calc(100% / 2 - (10px /2));
  }
  /* 하이엔드 게시판 카테고리 */
  .img_list_board .board_con_box{
    padding-top: 24px;
  }

  /* 관심상품 */
  .board_wrap.fav_board .board_thumb_type .b_item_info .b_product_box > a{
    display: inline-block;
    margin-bottom: 15px;
  }

  /* 검수사진 */
  .inspection_board_wrap .b_category_box > ul.pc_hide{
    display: flex !important;
    gap: 4.5vw 10px;
    padding-top: 5vw;
    padding-bottom: 7vw;
  }
  .inspection_board_wrap .b_category_box > ul.pc_hide li{
    max-width: 80px;
  }
  .inspection_board_wrap .b_category_box > ul > li a .img_box{
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
  }
  .inspection_board_wrap .b_category_box > ul > li p {
    font-size: 3vw;
    padding-top: 1.25vw;
  }
  .inspection_board_wrap .pre_shipment_item_box .pre_shipment_item {
    width: calc((100% - 20px) / 2);
    box-sizing: border-box;
  }
  .inspection_board_wrap .real_time_item_box .video_box{
    height: 230px;
  }

  .inspection_board_wrap .real_time_box{
    padding-bottom: 15px;
    margin-bottom: 7vw;
  }
  .inspection_board_wrap .b_con_tit{
    padding-top: 5vw;
    padding-bottom: 15px;
  }
  .inspection_board_wrap .pre_shipment_box .b_con_tit{
    padding-top: 5vw;
  }


  /* 적립금 */
  .board_wrap.point_board .board_summary{
    display: block;
    position: relative;
    padding: 0 0 38px;
    margin: 0;
    border: 0;
    background-color: #fff;
  }
  .board_wrap.point_board p.board_tit{
    /* padding-bottom: 0; */
    margin-bottom: 0;
  }
  .board_wrap.point_board .board_summary:after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 8px;
    background: #f4f4f4;
  }
  .board_wrap.point_board .board_summary > div:nth-of-type(1){
    padding: 0;
    margin: 0 0 16px;
    border-right: 0;
  }
  .board_wrap.point_board .board_summary > div p.b_point_desc{
    font-size: 22px;
  }
  .board_wrap.point_board .board_summary > div:nth-of-type(2) p{
    display: inline-block;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .board_wrap .board_thumb_type .b_ta_box {
    display: none;
  }
  .board_wrap .board_thumb_type .b_ta_box.m_show {
    display: block;
  }
  .board_wrap .board_thumb_type .b_item_info .b_inner_box.b_pc_box {
    display: none;
  }
  .board_wrap .board_thumb_type .b_item_info .b_inner_box.b_mo_box {
    display: block;
  }
  .b_mo_box .b_top_box {
    display: flex;
    margin-bottom: 15px;
  }
  .board_wrap .board_thumb_type .b_item_info a:not(.b_link_tit) {
    width: calc(100% - 80px - 20px);
    height: 36px;
  }
  .board_wrap .board_thumb_type .b_item_info a.btn_fold {
    /* display: block; */
    width: auto;
    height: auto;
  }
  .board_wrap .board_thumb_type .b_item_info .b_product_box {
    width: 100%;
  }
  /* .board_wrap .board_thumb_type .b_item_info .b_inner_box{
        display: block;
    }
    .board_wrap .board_thumb_type .b_item_info .b_thumb_box{
        margin: 0 auto 10px;
        width: 100px;
        height: 100px;
    } */
  .b_btn_box_type02 {
    display: block;
  }
  .b_btn_box_type02 > *[class^="btn"] {
    height: 40px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .b_btn_box_type02 > a[class^="btn"] {
    line-height: 40px;
  }

  .b_cart_total_price {
    margin-bottom: 30px;
  }
  .b_cart_total_price > p:nth-of-type(1) {
    /* margin-bottom: 16px; */
    font-size: 18px;
    line-height: 21px;
  }
  .b_cart_total_price > p:nth-of-type(2) {
    /* text-align: right; */
    font-size: 24px;
    line-height: 29px;
  }
  /* .b_cart_total_price{
        display: block;
    } */
  .board_search_box {
    margin-bottom: 20px;
  }
  .board_gallery_type ul > li .b_img_box {
    margin-bottom: 10px;
  }
  .board_gallery_type ul > li .b_desc_box p.b_tit {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 16px;
  }
  .board_gallery_type ul > li .b_desc_box p.b_date {
    font-size: 12px;
    line-height: 14px;
  }
  .board_gallery_type_view .b_btn_box_type02 {
    margin-top: 30px;
  }

  .board_wrap .board_list_type tr td.b_order_code {
    padding-left: 10px;
  }

  .board_wrap .board_list_type tr td.td_tit {
    padding-left: 10px;
    padding-right: 4px;
  }

  .b_pagenation_box {
    margin-top: 30px;
  }
  .b_pagenation_box > a {
    font-size: 12px;
    line-height: 14px;
  }
  /* .b_pagenation_box .b_paging_num {
    margin: 0 10px;
  } */

  .b_input_box {
    gap: 4px;
  }
  .board_search_box.type03 .b_search_info_box {
    display: block;
    text-align: left;
  }
  .board_search_box.type03 .b_search_info_box .b_input_box {
    display: block;
    text-align: left;
  }
  .board_search_box.type03 .input_data_outer {
    gap: 4px;
  }
  .board_search_box.type03 .b_search_info_box .b_select {
    margin-bottom: 6px;
  }
  /* .board_search_box.type03 .b_search_info_box .b_input_box{
        margin-bottom: 6px;
    } */
  .board_search_box.type05 .b_select:nth-of-type(2) {
    width: 160px;
  }

  .board_search_box.type04 .b_input_search {
    width: calc(100% - 90px - 10px);
    height: 40px;
  }
  .board_search_box.type04 .b_btn_search {
    width: 90px;
    height: 40px;
  }
  /* board_accordion */
  #board_accordion {
    margin-bottom: 30px;
  }
  #board_accordion .b_accordion_tit_box p {
    font-size: 14px;
    line-height: 16px;
  }
  #board_accordion .b_accordion_con_box p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
  }
  .board_wrap a.link_view_more {
    padding: 13px 0;
    font-size: 12px;
    line-height: 14px;
    border-radius: 8px;
  }

  /* .b_rank_box ul.star_box{
        gap: unset;
    } */
  .b_rank_box ul.star_box > li > button {
    width: 15px;
    height: 15px;
  }
  .b_rank_box ul.star_box > li > button.on {
    width: 15px;
    height: 15px;
  }
  /* .board_wrap .board_list_type th.th_rank{
        display: table-cell;
        width: 120px;
        box-sizing: border-box;
    }
    .board_wrap .board_list_type tr td.td_rank {
        padding-right: 10px;
        padding-left: 10px;
    } */

  .b_util_box {
    margin-top: 40px;
  }
  .b_summary_box > p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .product_view_wrap .b_btn_box_type02 {
    margin-top: 30px;
  }

  .board_wrap .board_thumb_type td.td_tit {
    padding-left: 0;
  }

  .b_cart_total_price.al_left > p:nth-of-type(1),
  .b_cart_total .b_shipping_cost.al_left > p:nth-of-type(1),
  .b_cart_total .b_product_cost.al_left > p:nth-of-type(1) {
    margin-left: 0;
  }
  .b_cart_total .b_shipping_cost.al_left > p:nth-of-type(1),
  .b_cart_total .b_product_cost.al_left > p:nth-of-type(1) {
    font-size: 14px;
    line-height: 16px;
  }
  .b_cart_total .b_shipping_cost.al_left > p:nth-of-type(2),
  .b_cart_total .b_product_cost.al_left > p:nth-of-type(2) {
    font-size: 16px;
    line-height: 20px;
  }

  .review_board_wrap.type02 .board_wrap .rating_box .rating_num_box{
    width: 80px;
    border-right: 0;
    margin: 21px 22px 21px 0;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box{
    width: calc(100% - 80px - 1px);
    padding: 0;
  }
 
  .review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box .rating_bar_box{
    height: 4px;
    width: calc(100% - 64px - 25px - 24px);
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box .rating_bar_box .rating_bar{
    height: 4px;
  }
  .review_board_wrap.type02 .board_wrap .rating_box .rating_distribution_box p{
    width: 64px;
  }

  .review_board_wrap.type02 .board_wrap .btn_modal,
  .review_board_wrap.type02 .board_wrap .board_tit_box .board_tit_btn_box a.btn_link{
    white-space: nowrap;
    font-size: 12px;
    color: #707680;
  }
  .prd_view_box .prd_purchase_op_box .btn_purchase_box a{
    height: 52px;
  }


}
