
.content_wrap{
  /* overflow: hidden; */
}

/* 팝업 */
#hd_pop{
  position: absolute;
  z-index: 100;
}
#hd_pop .hd_pops{
  background-color: #fff;
}
.hide {
/* display: block; */
position: absolute;
right: 1000%;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
visibility: hidden;
text-indent: -999999px;
}
header .pc_hide {
display: none!important;
}
.pc_hide{
display: none!important;
}
.blibd{
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.img_box >img{
  width: 100%;
  vertical-align: top;
}
.bg_g{
background-color: #f5f5f5;
}

/* pd */
.pd_b10{
  padding-bottom: 10px!important;
}
/* mg */
.mg_b10{
  margin-bottom: 10px!important;
}
.no_mg_t{
  margin-top: 0!important;
}
/* txt */
.txt_bold{
font-weight: 700;
}
.txt_red{
color:#d9272c !important;
}
.txt_gray{
color: rgba(34, 34, 34, 0.5)!important;
}
.txt_dot{
position: relative;
}
.txt_dot:after{
background-color: #ef6253;
border-radius: 5px;
content: "";
height: 5px;
position: absolute;
right: -7px;
top: 0;
width: 5px;
}
.marker_p{

  margin-top: 8px;
  padding-left: 4px;
  color: #d9272c;
}
.ul_type01 li{
  position: relative;
  padding: 0 0 0 5px;
  font-size: 13px;
  color:rgb(76, 84, 91);
}
.ul_type01 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background: #777;
  border-radius: 50%;
}
.ul_type02 li{
  position: relative;
  padding: 0 0 0 10px;
  font-size: 13px;
  color:rgb(76, 84, 91);
}
.ul_type02 li:before {
  content: "-";
  position: absolute;
  left: 0;
}


/* button */
.btn_box{
  margin-top: 16px;
}
.btn_box .btn_type01{
  background: #222;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;

}
.btn_box .btn_type02{
  background: #f6f7f9!important;
  font-size: 17px;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;

}
.btn_box a.btn_type02{
  display: block;
  border-radius: 10px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  text-align: center;

}
.btn_box .btn_type03{
  background: 0!important;
  font-size: 17px;
  color: #666 !important;
  font-weight: 500;
  border: 1px solid #c3c3c3!important;
  box-sizing: border-box;
}

/* input */

.input_box input[type='checkbox']{
  height: 0;
  width: 0;
  position: absolute;
  left: -999999;
  text-indent: -99999999;
}
.input_box label{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 0 0 24px;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 300;
  color: #202020;
  background: url('/images02/f_check.svg') left 0 top 50%/16px auto no-repeat;
  box-sizing: border-box;
}
.input_box label.on {
  background-image: url('/images02/f_checked.svg');
}
.input_box label.btn_check_all{
  font-weight: 500;
}
.input_box.f_shipping label{
  width: 85px;
  height: 33px;
  line-height: 0;
  font-size: 0;
  font-weight: 0;
  background: url('/images02/f_shipping.svg') center/100% auto no-repeat;
  box-sizing: border-box;
}
.input_box.f_ranking label{
  width: 48px;
  height: 33px;
  line-height: 0;
  font-size: 0;
  font-weight: 0;
  background: url('/images02/f_ranking.svg') center/100% auto no-repeat;
  box-sizing: border-box;
}

.input_box.f_shipping label.on {
  background-image: url('/images02/f_shiipping_on.svg');
}
.input_box.f_ranking label.on {
  background-image: url('/images02/f_ranking_on.svg');
}

.file_upload_box ul li{
  margin-bottom: 8px;
}
.file_upload_box .input_box label{
  background: 0!important;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  font-weight: 600;
  margin-bottom: 8px;
}
.input_file_box .file_item_box{
  font-size: 0;
}
.input_file_box input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  width: calc(100% - 80px - 10px);
}

.input_file_box .file_item_box label {
  padding: 8px;
  width: 80px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  height: 30px;
  margin-left: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 0;
  background: none !important;
  background-color: #202020!important;
  text-align: center!important;
}
.input_file_box .upload_name {
  height: 30px;
  padding: 0 10px;
  vertical-align: middle;
  /* border: 1px solid #202020; */
  width: calc(100% - 80px - 10px);
  color: #909090;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  pointer-events: none;
  background-color: #F5F5F5;
  box-sizing: border-box;
}
/* 로그인 인풋 */

.login_box .login_input_box .input_item_box{
  margin-bottom: 30px;
}
.login_box .login_input_box .tab_con_box .input_item_box:last-of-type{
  margin-bottom: 20px;
}
.login_box .login_input_box > form input:not([type="checkbox"]) {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.167rem;
  box-sizing: border-box;
}
.login_box .login_input_box > form input[type="submit"]{
  border-bottom: 0;
}
.login_box .input_box label{
  font-size: 15px;
  font-weight: 500;
  width: auto;
  position: relative;
  background: none;
  padding-left: 26px;
}
.login_box .input_box label:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.login_box .input_box label.on{
  background: none;
}
.login_box .input_box label.on:after{
  border: 0;
  background: #222 url('/images02/f_brand_check_w.png') center/14px auto no-repeat;
}

.login_box .login_input_box input[type="submit"] {
  border-radius: 10px;
}
/* 로그인 포커싱 */
.login_box .login_input_box .input_item_box{
  position: relative;
}
.login_box .input_item_box label{
  position: absolute;
  left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -.2px;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, .38);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 5;
}
.login_box .input_item_box.focus input {
  border-bottom: 1px solid #222!important;
  transition: all .2s cubic-bezier(.4,0,.2,1);

}
.login_box .input_item_box.focus label {
  top: 0;
  transform: translateY(0);
  font-size: 11px;

}
.login_box .tab_menu_box > ul {
  margin: 3px 3px 15px ;
  padding: 0 ;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 20px;
  background: #f6f7f9;
}
.login_box .tab_menu_box.type02 > ul {
  margin: 3px 3px 15px ;
  padding: 20px 0 42px ;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 20px;
  background: 0;
}
/* .login_box .tab_menu_box > ul li {
  display: inline-block;
  width: 50%;
} */
.login_box .tab_menu_box > ul li a {
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 32px;
  background: #f6f7f9;
  border: unset;
  border-radius: 17px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #888;
  box-sizing: border-box;
}
.login_box .tab_menu_box.type02 > ul li a {
  border-radius: 17px;
  font-size: 1.833rem;
  background: 0;
  color: #222;
  opacity: 0.5;
}
.login_box .tab_menu_box.type02 li a.on {
  background: 0;
  opacity: 1;
}
.login_box .tab_menu_box li a.on {
    position: relative;
    background: #222;
    border: unset;
    color: #fff;
}

/* 탭 */
.tab_wrap .tab_con_box.on{
  display: block;
}
.tab_wrap .tab_con_box{
  display: none;
}

/* ----- */

.forgot_box.login_box .login_input_box > form input:not([type="checkbox"]){
  border-radius: 6px;
  border-color: #f5f5f5;
  background: #f5f5f5;
  height: 50px;
  padding: 0 15px;
}

.forgot_box.login_box .input_item_box.focus input {
  border: 1px solid #222!important;
  transition: all .2s cubic-bezier(.4,0,.2,1);

}
.forgot_box.login_box .input_item_box.focus label {
  top: 0;
  transform: translateY(0);
  font-size: 11px;

}
.forgot_box.login_box .login_input_box .input_item_box{
  margin-bottom: 10px;
}
.forgot_box .tab_con_tit_box p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.forgot_box .tab_con_tit_box p:first-of-type {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.forgot_box.login_box .tab_menu_box.type02 > ul{
  margin: 0;
}

/*password*/
.input_pw_box {
  position: relative;
}
.input_pw_box button.btn_pw {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("/images02/btn_pw.png") right center / 100% auto no-repeat;
}
.input_pw_box button.btn_pw.on {
  background-image: url("/images02/btn_pw_on.png");
}
.input_pw_box button.btn_pw .pw_off {
  display: none;
}
.input_pw_box button.btn_pw.on .pw_off {
  display: block;
}
.input_pw_box button.btn_pw.on .pw_on {
  display: none;
}



/* 라디오 */
.input_radio_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.input_radio_box input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.input_radio_box label{
  width:auto;
  font-size: 15px;
  font-weight: 500;
  min-height: 20px;
  padding-left: 30px;
  background: url("/images02/ico_radio.png") no-repeat left center;
  background-size: 18px;
  vertical-align: top;
  cursor: pointer;
}
.input_radio_box label.on{
  background: url("/images02/ico_radio_checked.png") no-repeat left center;
}


/* 조인 인풋 */
.join_box .input_box input::placeholder{
  color: #BDBDBD;
  font-size: 15px;
  font-weight: 300;
}
.join_box .tit_box .tit_h2{
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: bold;
  border-bottom: 0;
  padding: 0;
}
/* .join_box .input_box.vertical_top{
  align-items: unset;
  
}
.join_box .input_box.vertical_top > label{
  margin-top: 20px;
} */

.join_box .input_box > label{
  /* display: inline-block; */
  padding: 0;
  width: 130px;
  background: 0;
  color: #222;
  font-weight: 500;
  font-size: 13px;
  color: #202020;
}
.join_box .input_box > legend{
  padding: 0;
  width: 130px;
  background: 0;
  color: #222;
  font-weight: 500;
  font-size: 13px;
  color: #202020;
}

.join_box .input_box > input,
.join_box .input_box > .input_pw_box input,
.join_box .input_box > .input_email_box input,
.join_box .input_box > .input_phone_box input{
  border: 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  width: 100%;
  padding: 8px 0;
  height: auto;
  transition: none;
}
.join_box .input_box > input[type="text"]:focus,
.join_box .input_box > .input_pw_box input:focus,
.join_box .input_box > .input_email_box input:focus,
.join_box .input_box > .input_phone_box > input:focus{
  border-bottom: 2px solid #222;
}


/* .join_box .input_box > input,
.join_box .input_box > .input_pw_box,
.join_box .input_box > .input_file_box,
.join_box .input_box > .input_email_box{
  width: 100%;
} */
/* .join_box .input_box > input:focus,
.join_box .input_box > .input_pw_box > input:focus{
  border-color: #202020;
} */
.input_address_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
  /* width: calc(100% - 130px); */
}
.input_address_box input:last-of-type {
  margin-right: 0;
}

.input_address_box input.input_post_code {
  max-width: calc(100% - 120px - 10px);
  width: 100%;
  background-color: #F5F5F5;
  pointer-events: none;
  font-size: 15px;
  padding: 8px 0;
}
.input_address_box input.input_address {
  max-width: 100%;
  width: 100%;
  background-color: #F5F5F5;
  pointer-events: none;
  font-size: 15px;
  padding: 8px 0;
}
.input_address_box input[type="text"] {
  width: 100%;
  font-size: 15px;
  padding: 8px 0;
}
.input_address_box input.btn_address:focus,
.input_address_box input.input_address02:focus {
  border-color: #202020;
}
.input_address_box input.input_address02 {
  max-width: calc(50% - 5px);
  border-bottom: 1px solid #ebebeb;
}
.input_address_box input.btn_address {
  display: block;
  width: 120px;
  color: #FFF;
  background-color: #202020;
  /* border: 1px solid #909090; */
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 13px;
  padding: 8px 0;
  height: auto;
}

.input_email_box{
  display: flex;
  gap: 10px;
  align-items: center;
  
}
.input_email_box label{
  position: absolute;
}

.input_date_box {
  display: flex;
  gap: 10px;
  padding-top: 8px;
}
.input_date_box input.input_date{
  width: calc(100% - 120px);
  font-size: 15px;
  padding: 8px 0;
  background-color: #F5F5F5;
  pointer-events: none;
}
.input_date_box .ui-datepicker-trigger{
  /* display: block; */
  padding: 20px;
  max-width: 120px;
  width: 100%;
  font-size: 13px;
  padding: 8px 0;
  color: #FFF;
  background-color: #202020;
}
.input_date_box input.btn_datepicker{
  display: none;
  padding: 20px;
  max-width: 165px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #FFF;
  background-color: #202020;
}
.ui-widget-header .ui-icon {
  background-image: url("/images02/ui-icons_444444_256x240.png")!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  padding: 0 4px;
  background: url("/images02/ico_arr_down.png") right 2px center/20px auto no-repeat;
}
.sel_box {
  position: relative;
  text-align: center;
  display: block;
  width: 120px;
  color: #222;
  /* background-color: #202020; */
  /* border: 1px solid #909090; */
  /* border-bottom: 1px solid #ebebeb; */
  box-sizing: border-box;
  font-size: 13px;
  padding: 8px 20px 8px 14px;
  height: auto;
  background: url("/images02/ico_arr_down.png") right 4px center / 18px auto no-repeat;
}
.sel_box option{
    color: #202020;
}
.sel_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 20px;
  font-size: 14px;
  line-height: 300;
  font-weight: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #222;
  padding-right: 60px;
}
.sel_box .sel_lists {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px;
  max-height: 0;
  box-sizing: border-box;
}
.sel_box.on .sel_lists {
  max-height: 300px;
  overflow-y: auto;
}
.sel_box .sel_lists li {
  padding-bottom: 10px;
  box-sizing: border-box;
}
.join_box .info_items_box > ul > li{
  margin-bottom: 30px;

}


.join_box .marker_p{
  display: none;
  margin-top: 8px;
  padding-left: 4px;
  color: #d9272c;
}


.join_box .marker_p.on{
  display: block;
}

.join_box .input_email_box input:nth-of-type(1){
  max-width: calc(50% - 10px - 70px);
}
.join_box .input_email_box input:nth-of-type(2){
  max-width: calc(50% - 10px - 70px);
}
.join_box .input_email_box .select_box{
  width: 140px;

}


/*join-01*/

/* input_check / common */
.check_items_box > .check_item_box{
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #D2D2D2;
}

.check_items_wrap{
  margin-bottom: 8px;
}
.check_items_wrap:last-of-type{
  margin-bottom: 0;
}

.depth_check_all .drop_down_box{
  padding-left: 36px;
}
.depth_check_all .drop_down_box .input_box{
  margin-top: 8px;
}
/* .depth_check_all .check_item_box{
  padding-bottom: 8px;
}
.depth_check_all .check_item_box:last-of-type{
  padding-bottom: 0;
} */
.check_items_box input.btn_type01{
  max-width: 240px;
  margin: 0 auto;
}
.check_item_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.check_item_box .input_box input{
  border: 0;
  padding: 0;
}
.check_item_box .input_box label{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #222;
  background: url('/images02/f_brand_check_g.png') left 0 center/24px auto no-repeat;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  text-align: left;
  width: 100%;
}
.check_item_box .input_box label.btn_check_all:not(.btn_check){
  font-size: 17px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  /* padding-left: 12px;
  padding-top: 2px; */
  background: url('/images02/f_check.svg') left 2px top 6px/ 16px auto no-repeat;
  box-sizing: border-box;
}
.check_item_box .input_box label.btn_check_all:not(.btn_check) >span{
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, .44);
}
.check_item_box .input_box label.btn_check_all:not(.btn_check).on{

  background: url('/images02/f_checked.svg') left 2px top 6px/ 16px auto no-repeat;
}

.check_item_box .input_box label.on {
  background-image: url('/images02/f_brand_check.svg');
}
.check_item_box .input_box label.btn_check_all:not(.btn_check){

  font-weight: 500;
}
.check_item_box .input_box label > span{
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 16px;
  /* font-weight: 600; */
  /* color: #2887CF; */
  vertical-align: middle;
  
}
.check_item_box .btn_modal,
.check_item_box .btn_dropdown{
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #909090;
  vertical-align: middle;
  text-decoration: underline;
  text-underline-offset : 3px;
  
}

/* 주문서 */
.shipping_address_box .input_box label.btn_check{
  padding: 0 0 0 26px;
  font-weight: 400;
  font-size: 14px;
}

.shipping_address_box .input_box.top_check_box{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(236, 236, 236);
}
.shipping_info ul > li:not(:first-of-type) {
  margin: 20px 0 0;
}
.shipping_info .input_box{
  display: flex;
  /* align-items: center; */
}
.shipping_info .marker_p {
  display: none;
  margin-top: 8px;
  padding-left: 85px;
  color: #d9272c;
}
.shipping_address_box .marker_p {
  margin-top: 8px;
  color: #7620f6;
}
.shipping_info .input_box label{
  padding: 14px 0 0 0;
  width: 85px;
  font-size: 13px;
  background: 0;
  font-weight: 400;
  color: #999;
}
.shipping_info ul > li:last-of-type .input_box label{
  padding: 4px 0 0;
  line-height: 1.2;
}
.shipping_info .input_box > input{
  width: calc(100% - 85px);
  background-color: #F5F5F5;
  padding: 13px 27px 11px 12px;
  font-size: 13px;
  box-sizing: border-box;
}
.shipping_info .input_box .pccc_box{
  width: calc(100% - 85px);
  display: flex;
}
.shipping_info .input_box .pccc_box > input{
  width: calc(100% - 100px);
  background-color: #F5F5F5;
  padding: 13px 27px 11px 12px;
  font-size: 13px;
}
.shipping_info .input_box .pccc_box > a{
  display: block;
  margin-left: 10px;
  width: 90px;
  padding: 12px 10px 11px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #555;
}
.shipping_info .input_address_box{
  width: calc(100% - 85px);
}
.shipping_info .input_address_box input:not(.btn_address){
  font-size: 13px;
  padding: 13px 27px 11px 12px;
}
.shipping_info .input_address_box input.btn_address{
  padding: 11px 0;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  font-weight: bold;
  color: #555;
}

.shipping_info .input_address_box input.input_address02{
  background-color: #F5F5F5;
  border-bottom: 0;
  max-width: 100%;
}

.customer_info .input_box{
  display: flex
  ;
}
.customer_info .input_box:first-of-type{
  padding:  0;
  margin-top: 16px;
}
.customer_info .input_box label{
  /* padding: 0 0 8px; */
  padding: 14px 0 0;
  width: 65px;
  font-size: 13px;
  background: 0;
  font-weight: 400;
  color: #999;

}
.customer_info .input_box{
  width: 100%;

}
.customer_info .input_box input{
  width: calc(100% - 65px);
  /* background-color: #F5F5F5; */
  border: 1px solid rgb(207, 213, 219);
  padding: 13px 27px 11px 12px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
}
.customer_info .input_email_box{
  width: calc(100% - 65px);

}
.customer_info .input_email_box input{
  width: calc(100% - 65px);
  /* background-color: #F5F5F5; */
  padding: 13px 27px 11px 12px;
  font-size: 13px;
  box-sizing: border-box;
  gap: 4px;
  border: 1px solid rgb(207, 213, 219);
  border-radius: 4px;
}


.shipping_address_box .notice_info_box{
  margin: 20px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #ececec;
}
.shipping_address_box .notice_info_box .notice_tit{
  font-weight: 600;
  color: #343a3f;
  font-size: 14px;
  line-height: 22px;
}
.shipping_address_box .notice_info_box ul.notice_info_lst > li{
  position: relative;
  padding: 0 0 0 5px;
  line-height: 1.6;
  margin: 10px 0 0;
  color: #868e96;
}
.shipping_address_box .notice_info_box ul.notice_info_lst > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 2px;
  background: #777;
  border-radius: 50%;
}
/* 모달 */
body{
  position: relative;
}
/* body.on:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
} */
body.on::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
body.on.layersort_top:after {
  z-index: 310;
}
.modal_box {
  position: fixed;
  display: none;
  max-width: 640px;
  width: 100%;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  box-sizing: border-box;
}
/* 주문서 - 모달 */
.shipping_address_box .modal_box{
  /* background-color: #fff; */
}
.modal_box {
  position: fixed;
  display: none;
  max-width: 520px;
  height: 680px;
}
.shipping_address_box .modal_box > div{
  border-radius: 0;
  padding: 40px 40px 0;
}
.shipping_address_box .modal_box p.tit{
  font-weight: 700;
  margin: 0;
  padding: 0 0 40px;
}
.shipping_address_box .modal_box p.tit_sub{
  margin: 0 0 40px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.shipping_address_box .modal_box .modal_con_box{
  border-top: 0;
  padding-top: 0;
  height: calc(100% - 70px);
  padding-bottom: 100px;
}

.shipping_address_box .modal_box a.btn_modal_close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -32px;
  background: 0;
  z-index: 10;
}
.shipping_address_box .modal_box a.btn_modal_dep02_close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -32px;
  background: 0;
}
.shipping_address_box .btn_modal{
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 12px;
  border: 1px solid rgb(207, 213, 219);
  color: rgb(76, 84, 91);
  border-radius: 4px;

}
.shipping_address_box .btn_modal_dep02{
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  /* font-size: 12px; */
  /* color: rgb(76, 84, 91); */
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 12px;
  border: 1px solid rgb(207, 213, 219);

  /* border-radius: 4px; */
  transition: all 0.3s;
}
/* .shipping_address_box .btn_modal_dep02:hover{
  border: 1px solid rgb(119, 50, 255);
  color: rgb(119, 50, 255);
  transition: all 0.3s;
} */
.shipping_address_box .modal_box .btn_box{
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 80px;
}
.shipping_address_box .modal_box .btn_box a{
  display: flex;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
}
.shipping_address_box .modal_box .btn_box a.btn_cancle{
  width: 45%;
  background-color: rgb(51, 51, 51);
}
.shipping_address_box .modal_box .btn_box a.btn_confirm{ 
  width: 55%;
  background: rgb(17, 17, 17);
}
.shipping_address_box .modal_con_box{
  -ms-overflow-style: none;
}
.shipping_address_box .modal_con_box::-webkit-scrollbar{
 display:none;
}

/* 주문서 > 쿠폰 모달 */
.coupon_box .modal_box {
  max-width: 760px;
  height: 840px;

}
.coupon_box .modal_con_box{
  -ms-overflow-style: none;
}
.coupon_box .modal_con_box::-webkit-scrollbar{
  display:none;
}
.coupon_box .modal_box > div{
  max-width: 100%;
  border-radius: 8px;
  padding: 30px 0 98px;
}
.coupon_box .modal_box a.btn_modal_close{
  background: 0;
}
.coupon_box .modal_box p.tit{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.coupon_box .modal_box .modal_con_box{
  border: 0;
  height: calc(100% - 40px);
}
.coupon_box .modal_box .modal_con_box .coupon_btn_box{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 32px 24px;
  border-top: 1px solid rgb(233, 236, 239);
  border-radius: 0px 0px 8px 8px;
  box-sizing: border-box;
  background-color: #fff;
}
.coupon_box .modal_box .modal_con_box .btn_coupon_confirm{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  height: 52px;
  border-radius: 4px;
  background-color: rgb(18, 22, 25);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.coupon_box .modal_box.cancel_card_coupon {
  padding: 24px 20px;
  width: 520px;
  height: auto;
  z-index: 420;
}
.coupon_box .modal_box.cancel_card_coupon > div {
  height: auto;
  padding-bottom: 24px;
}
.coupon_box .modal_box.cancel_card_coupon > div p {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
  color: rgb(76, 84, 91);
  text-align: center;
}
.coupon_box .modal_box.cancel_card_coupon a.btn_modal_close02{
  display: block;
  width: 100%;
  margin-top: 32px;
  line-height: 44px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  position: static;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.cupons_points_box .btn_modal.cupon{
  display: block;
  padding: 11px 39px 11px 16px;
  border-radius: 4px;
  border: 1px solid rgb(207, 213, 219);
  color: rgb(76, 84, 91);
  background: url('/images02/ico_arr_right.png') right 16px center / 23px auto no-repeat;
}
.cupons_points_box .btn_modal.cupon p.c_tit{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: rgb(76, 84, 91);
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.cupons_points_box .btn_modal.cupon p.c_price{
  color: rgb(118, 32, 246);
  font-size: 14px;
  line-height: 22px;
}

.cupons_points_box p.c_desc{
  color: #868e96;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
}
.cupons_points_box p.c_desc:first-of-type{
  margin-top: 8px;
}

/* 주문서 인풋 */
.coupon_code_write_box .marker_p{
  display: none;
  margin-top: 8px;
  padding-left: 4px;
  color: #d9272c;
}
.coupon_code_write_box .input_box input{

  border: 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  width: 100%;
  padding: 13px 27px 11px 12px;
  height: auto;
  transition: none;
}
.coupon_code_write_box .input_box label{
  background: 0;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  text-indent: -99999px;
  position: absolute;
}
.point_box .input_box input{
  width: 100%;
  background: transparent;
  appearance: none;
  border-radius: 0px;
  outline: none;
  border: 1px solid rgb(207, 213, 219);
  font-size: 14px;
  line-height: 22px;
  color: rgb(134, 142, 150);
  border-radius: 4px;
  padding: 11px 16px;
  box-sizing: border-box;
}
.point_box .input_box label{
  background: 0;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  text-indent: -99999px;
  position: absolute;
}


/* 리뷰 - 모달 */

.review_modal_box.modal_box{
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  transform: translate(0,0);

}
.review_modal_box.modal_box a.btn_modal_close{
  width: 24px;
  height: 24px;
  top: 22px;
  right: 22px;
}
.review_modal_box.modal_box a.b_btn_modal_close{
  width: 24px;
  height: 24px;
  top: 22px;
  right: 22px;
}
.review_modal_box.modal_box > div{
  max-width: 100%;
  width: 100%;
  background-color: unset;
  border-radius: 0;
  padding: 0;
}
.review_modal_box.modal_box .modal_con_box{
  padding-top: 0;
  max-height: 100vh;
  height: 100%;
  overflow-y: unset;
  border-top: 1px solid #202020;
}
.review_item_outer{
  height: 100%;
}
.review_item_box{
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.review_item_box{
  display: none;
}
.review_item_box:first-of-type{
  display: flex;
}
.review_item_box .resource_box .resource_img_box{
  height: 100%;
  margin-top: 88px;
  margin-bottom: 88px;
  height: calc(100% - (88px * 2));
  text-align: center;
  position: relative;
}
.review_item_box .resource_box .resource_img_box img{
  max-width: calc(100% - 96px - 96px);
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.review_item_box .resource_box .review_item_btn_box{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.review_item_box .resource_box .review_item_btn_box a{
  display: block;
  width: 24px;
  margin: 0 32px;
}
.review_item_box .resource_box .review_item_btn_box a img{
  width: 100%;
  vertical-align: top;
  object-fit: contain;
}
.review_item_box .resource_box .thumb_box{
  position: absolute;
  bottom: 24px;
  width: 100%;

}
.review_item_box .resource_box .thumb_box ul {
  text-align: center;
  font-size: 0;
  width: 100%;
}

.review_item_box .resource_box .thumb_box ul li{
  display: inline-block;
  margin: 0 5px;
}
.review_item_box .resource_box .thumb_box ul li button{
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow:hidden;
  border: 1px solid #000;
  cursor: pointer;
  opacity: 0.5;
}
.review_item_box .resource_box .thumb_box ul li button.on{
  opacity: 1;
}
.review_item_box .resource_box .thumb_box ul li button img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.review_item_box .resource_box{
  position: relative;
  width: calc(100% - 376px);
}

.review_item_box .txt_box{
  background-color: #fff;
  width: 376px;
}
.review_item_box .txt_box .prd_info_box{
  height: 100%;
}

.review_item_box .txt_box .prd_info_box .top_box{
  /* position: relative; */
}
.review_item_box .txt_box .prd_info_box .top_box > a:not(.btn_modal_close){
  display: flex;
  gap: 8px;
  padding: 16px 0 16px 24px;
  border-bottom: solid 1px #ebeff5;
}
.review_item_box .txt_box .prd_info_box .top_box > a:not(.btn_modal_close) .prd_txt_box{
  width: calc(100% - 48px);
}
.review_item_box .txt_box .prd_info_box .top_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_item_box .txt_box .prd_info_box .top_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_item_box .txt_box .prd_info_box .top_box > a:not(.btn_modal_close) .rank_box{
  display: flex;
  align-items: center;
}
.review_item_box .txt_box .prd_info_box .top_box > a:not(.btn_modal_close) .rank_box p{
  margin-left: 2px;
}
.review_item_box .txt_box .prd_info_box .top_box > a:not(.btn_modal_close) .rank_box p:last-of-type{
  margin-left: 0 4px;
}
.review_item_box .txt_box .prd_info_box .top_box > a:not(.btn_modal_close) .rank_img_box{
  width: 14px;
  height: 14px;
  position: relative;
}
.review_item_box .txt_box .prd_info_box .top_box > a:not(.btn_modal_close) .rank_img_box img{
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review_item_box .top_box .prd_info_box p{
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #14161a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review_item_box .txt_box .prd_info_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_item_box .txt_box .prd_info_box p.rank{

}
.review_item_box .txt_box .prd_info_box p.rank > span{
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #14161a;
  vertical-align: top;
}
.review_item_box .txt_box .prd_info_box p.rank > span.rank_star{
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 1px;
}
.review_item_box .txt_box .prd_info_box p.rank > span.rank_star img{
  width: 100%;
  vertical-align: top;
}
.review_item_box .txt_box .prd_info_box p.rank > span.rank_txt{

}
.review_item_box .txt_box .prd_info_box p.date{

}
.review_item_box .txt_box .prd_info_box .bottom_box{
  padding: 28px 24px;
  /* margin-bottom: 28px; */
  border-bottom: solid 1px #ebeff5;
  height: calc(100% - 78px);
  overflow-y: auto;
  box-sizing: border-box;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .summary_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box{
  padding-bottom: 24px;
  border-bottom: 1px solid #ebeff5;

}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .option_box{
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #ebeff5;
  padding: 8px;
  font-size: 0;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .option_box p:not(:first-of-type){
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .option_box p,
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .option_box span{
  font-size: 12px;
  line-height: 1.5;
  color: #707680;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .option_box p:first-of-type{
  margin-bottom: 4px;
  color: #14161a;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .option_box p:first-of-type span.emphasize{
  color: #14161a;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .option_box p .emphasize{
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
}

.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .desc_box{
  margin-top: 16px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .desc_box p{
  font-size: 14px;
  line-height: 1.43;
  color: #14161a;
  box-sizing: content-box;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box {
  margin-top: 16px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_util_box{
  display: flex;
  justify-content: space-between;

}

.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box{
  display: flex;
  gap: 4px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_util_box a{
  display: block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #707680;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .like_box a{

  background: url('/images02/ico_like.svg') left 0 center/16px 16px  no-repeat;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .like_box a.on{
  background: url('/images02/ico_like_fill.svg') left 0 center/16px 16px  no-repeat;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .dislike_box a{
  background: url('/images02/ico_dislike.svg') left 0 center/16px 16px  no-repeat;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .dislike_box a.on{
  background: url('/images02/ico_dislike_fill.svg') left 0 center/16px 16px  no-repeat;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .like_box a.on .num,
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .dislike_box a.on .num{
  color: #14161a;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .user_name{
  color: #14161a;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_box{
  margin-top: 24px;
  border-top: 1px solid #ebeff5;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box{
  margin-top: 16px;

}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .coment_desc{
  color: #14161a;
  font-size: 12px;
  line-height: 1.5;
  word-wrap: break-word;
  margin-top: 4px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box a{
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box{
  display: none;
  position: absolute;
  margin-top: 8px;
  padding: 8px;
  border-radius: 4px;
  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;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .modify_box{
  position: relative;
  margin-top: 4px;
  color: #707680;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box.on{
  display: block;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box a{
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px;
  height: auto;
  color: #14161a;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box a.btn_del{
  color: #eb4335;
}

.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_box {
  display: none;

}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_box.on {
  display: block;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box {
  margin-top: 16px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box textarea{
  width: 100%;
  padding: 11px 16px;
  overflow: hidden;
  resize: none;
  font-size: 12px;
  line-height: 1.5;
  min-height: 1.5em; 
  box-sizing: border-box;
  border: solid 1px #d8dde5;
  border-radius: 4px;
  resize: none;
  overflow: hidden;
  background-color: #ffffff;
  text-overflow: ellipsis;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box textarea:focus{
  background-color: #fafcff;
  border-color: #707680;
}
/* .review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box textarea:hover{
  background-color: #fafcff;
  border-color: #707680;
} */
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box a{
  display: inline-block;
  border: solid 1px #bcc2cc;
  background-color: #ffffff;
  color: #14161a;
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin-top: 0;

}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box {
  text-align: right;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box a.btn_register{
  background-color: #bcc2cc;
  color: #fff;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box a.btn_register.on{
  border: solid 1px #14161a;
  background-color: #14161a;
}

.review_item_box .txt_box .prd_info_box .bottom_box > .btn_box a{
  display: inline-block;
  border: solid 1px #bcc2cc;
  background-color: #ffffff;
  color: #14161a;
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 8px;
}
.review_item_box .txt_box .prd_info_box .bottom_box > .btn_box a.btn_write{
  background-color: #14161a;
  border: solid 1px #14161a;
  color: #fff;
}

/* 포토리뷰 */

.modal_box.modal_box_photo{
  max-width: 904px;
}
.modal_box.modal_box_photo .modal_con_box{
  width: 100%;
}
.modal_box_photo .modal_con_inner {
  display: flex;
}
.modal_box_photo .modal_con_inner > div{
  padding: 0 16px;
  box-sizing: border-box;
}
.modal_box_photo .modal_con_inner > div:nth-of-type(1){
  width: 56.75%;
}
.modal_box_photo .modal_con_inner > div:nth-of-type(2){
  width: 43.25%;
}
.modal_box_photo .photo_img_list_box ul.btn_desc_box {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.modal_box_photo .photo_img_list_box ul.btn_desc_box li {
  width: calc(100% / 3 - (20px / 3));
}
.modal_box_photo .photo_img_list_box ul.btn_desc_box li > a {
  display: block;
  box-sizing: border-box;
}
.modal_box_photo .photo_img_list_box ul.btn_desc_box li > a.on {
  border: 2px solid #14161a;
  filter: grayscale(1);
}
.modal_box_photo .photo_img_list_box ul.btn_desc_box li > a .img-box{
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.modal_box_photo .photo_img_list_box ul.btn_desc_box li > a .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_box_photo .prd_info_box{
  height: 100%;
}
.modal_box_photo .prd_info_box .top_box{
  /* position: relative; */
}
.modal_box_photo .prd_info_box .top_box .selected_img_box {
  width: 100%;
  height:0;
  padding-bottom: 100%;
  position: relative;
}
.modal_box_photo .prd_info_box .top_box .selected_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_box_photo .prd_info_box .top_box > a:not(.btn_modal_close){
  display: flex;
  gap: 8px;
  padding: 0 0 16px;
  /* border-bottom: solid 1px #ebeff5; */
}
.modal_box_photo .prd_info_box .top_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;
}
.modal_box_photo .prd_info_box .top_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%);
}
.modal_box_photo .prd_info_box .top_box > a:not(.btn_modal_close) .rank_box{
  display: flex;
  align-items: center;
}
.modal_box_photo .prd_info_box .top_box > a:not(.btn_modal_close) .rank_box p{
  margin-left: 2px;
}
.modal_box_photo .prd_info_box .top_box > a:not(.btn_modal_close) .rank_box p:last-of-type{
  margin-left: 0 4px;
}
.modal_box_photo .prd_info_box .top_box > a:not(.btn_modal_close) .rank_img_box{
  width: 14px;
  height: 14px;
  position: relative;
}
.modal_box_photo .prd_info_box .top_box > a:not(.btn_modal_close) .rank_img_box img{
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_box.modal_box_photo .modal_con_box{
  background-color: #fff;
}
.modal_box.modal_box_photo a.btn_modal_close{
  background: url('/images02/f_layer_close_wh.png') right center / 24px 24px no-repeat;
}

.review_item_box .top_box .prd_info_box p{
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #14161a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review_board_wrap.type02 .modal_box_photo .prd_info_box .prd_txt_box p.tit{
  width: 236px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #14161a!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  padding-right: 0;
}
.modal_box_photo .prd_info_box p.rank{

}
.modal_box_photo .prd_info_box p.rank > span{
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #14161a;
  vertical-align: top;
}
.modal_box_photo .prd_info_box p.rank > span.rank_star{
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 1px;
}
.modal_box_photo .prd_info_box p.rank > span.rank_star img{
  width: 100%;
  vertical-align: top;
}
.modal_box_photo .prd_info_box p.rank > span.rank_txt{

}
.modal_box_photo .prd_info_box p.date{

}
.modal_box_photo .prd_info_box .bottom_box{
  padding: 28px 0;
  /* margin-bottom: 28px; */
  /* border-bottom: solid 1px #ebeff5; */
  /* height: calc(100% - 78px); */
  overflow-y: auto;
  box-sizing: border-box;
}
.modal_box_photo .prd_info_box .bottom_box > .summary_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box{
  padding-bottom: 24px;
  border-bottom: 1px solid #ebeff5;

}
.modal_box_photo .prd_info_box .bottom_box > .content_box .option_box{
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #ebeff5;
  padding: 8px;
  font-size: 0;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .option_box p:not(:first-of-type){
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .option_box p,
.modal_box_photo .prd_info_box .bottom_box > .content_box .option_box span{
  font-size: 12px;
  line-height: 1.5;
  color: #707680;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .option_box p:first-of-type{
  margin-bottom: 4px;
  color: #14161a;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .option_box p:first-of-type span.emphasize{
  color: #14161a;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .option_box p .emphasize{
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
}

.modal_box_photo .prd_info_box .bottom_box > .content_box .desc_box{
  margin-top: 16px;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .desc_box p{
  font-size: 14px;
  line-height: 1.43;
  color: #14161a;
  box-sizing: content-box;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box {
  margin-top: 16px;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_util_box{
  display: flex;
  justify-content: space-between;

}

.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box{
  display: flex;
  gap: 4px;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_util_box a{
  display: block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #707680;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .like_box a{

  background: url('/images02/ico_like.svg') left 0 center/16px 16px  no-repeat;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .like_box a.on{
  background: url('/images02/ico_like_fill.svg') left 0 center/16px 16px  no-repeat;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .dislike_box a{
  background: url('/images02/ico_dislike.svg') left 0 center/16px 16px  no-repeat;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .dislike_box a.on{
  background: url('/images02/ico_dislike_fill.svg') left 0 center/16px 16px  no-repeat;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .like_box a.on .num,
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .like_dislike_box .dislike_box a.on .num{
  color: #14161a;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .user_name{
  color: #14161a;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_box{
  margin-top: 24px;
  border-top: 1px solid #ebeff5;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box{
  margin-top: 16px;

}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .coment_desc{
  color: #14161a;
  font-size: 12px;
  line-height: 1.5;
  word-wrap: break-word;
  margin-top: 4px;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box a{
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box{
  display: none;
  position: absolute;
  margin-top: 8px;
  padding: 8px;
  border-radius: 4px;
  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;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .modify_box{
  position: relative;
  margin-top: 4px;
  color: #707680;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box.on{
  display: block;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box a{
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px;
  height: auto;
  color: #14161a;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_view_box .btn_modify_box a.btn_del{
  color: #eb4335;
}

.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_box {
  display: none;

}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_box.on {
  display: block;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box {
  margin-top: 16px;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box textarea{
  width: 100%;
  padding: 11px 16px;
  overflow: hidden;
  resize: none;
  font-size: 12px;
  line-height: 1.5;
  min-height: 1.5em; 
  box-sizing: border-box;
  border: solid 1px #d8dde5;
  border-radius: 4px;
  resize: none;
  overflow: hidden;
  background-color: #ffffff;
  text-overflow: ellipsis;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box textarea:focus{
  background-color: #fafcff;
  border-color: #707680;
}
/* .modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box textarea:hover{
  background-color: #fafcff;
  border-color: #707680;
} */
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box a{
  display: inline-block;
  border: solid 1px #bcc2cc;
  background-color: #ffffff;
  color: #14161a;
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin-top: 0;

}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box {
  text-align: right;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box a.btn_register{
  background-color: #bcc2cc;
  color: #fff;
}
.modal_box_photo .prd_info_box .bottom_box > .content_box .review_evaluate_box .comment_write_box .btn_box a.btn_register.on{
  border: solid 1px #14161a;
  background-color: #14161a;
}



/*  */



/* .modal_box.chage_height {
  max-height: 395px !important;
} */
.modal_box > div {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
.modal_box.on {
  display: block;
}
.modal_box .recently_view_inner_box {
  position: relative;
  max-width: 600px;
  /* max-height: 765px; */
  min-height: 332px;
  height: 100%;
  padding: 30px;
  border-radius: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
.modal_box p.tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 20px;
  padding-right: 40px;
}

.modal_box a.btn_modal_close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 38px;
  top: 33px;
  background: url("/images02/f_layer_close.png") right center/100% auto no-repeat;
}
.modal_box a.b_btn_modal_close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 38px;
  top: 33px;
  background: url("/images02/f_layer_close.png") right center/100% auto no-repeat;
  z-index: 10;
}
.modal_box .modal_con_box {
  padding-top: 30px;
  /* min-height: 225px; */
  /* max-height: 50vh; */
  height: calc(100% - 30px);
  overflow-y: auto;
  border-top: 1px solid #202020;
  box-sizing: border-box;
}

/* 리뷰페이지 모달 */

.best_review_box .modal_box{
  max-width: 500px;
  height: auto;
}
.best_review_box .modal_box p.tit {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.best_review_box .modal_box .modal_con_box{
  border-top: 0;
  padding-top: 0;
}
.best_review_box .modal_box .modal_con_box .img_box{
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.best_review_box .modal_box .modal_con_box .img_box img{
  width: 100%;
}



/* 검수사진 모달 */
.inspection_board_wrap .real_time_box .modal_box{
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  max-height: 100vh;
  height: 100%;
  max-width: 100%;
  overflow-y: unset;
}
.inspection_board_wrap .real_time_box .modal_box > div{
  width: 100%;
  max-width: 100%;
  background-color: unset;
  padding: 0;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box{
  height: 100%;
  width: 100%;
  padding: 0;
  border: 0;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div:not(.util_box){
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* display: flex;
  justify-content: space-between; */
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box div.util_box{
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 100;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box div.util_box > div > a{ 
  width:48px;
  height: 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box .btn_mute{ 
  width:48px;
  height: 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 100;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box div.util_box > div p{ 
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  flex: 0 0 auto;
  order: 1;
  white-space: nowrap;
  text-align: center;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box{
  max-width: 376px;
  padding:0px 16px;
  width: 100%;
  height: 100%;
  background-color: #fff;;

}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .video_box_outer{
  /* width: calc(100% - 376px); */
  height: 100%;
  object-fit: contain;
  text-align: center;
  font-size: 0;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .video_box{
  display: inline-block;
  width: unset;
  height: 100%;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .video_box video{
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box .img_box{
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
  overflow: hidden;
}
/* .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box a .img_box:hover img{
  transform: translate(-50%, -50%) scale(1.1);
} */
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box .img_box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.inspection_board_wrap .real_time_box .modal_box a.btn_modal_close{
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  background: url('/images02/f_layer_close_wh.png') right center / 100% auto no-repeat;
}

.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box{

}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box > a{
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box p.tit{
  margin: 24px 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: rgb(56, 64, 78);
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box .img_num{
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: rgb(38, 38, 38);
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .txt_box .prd_box .img_num p{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(255, 255, 255);
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .prd_box .txt_box{
  width: calc(100% - 120px - 12px);
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .prd_box .txt_box .name{
  margin-bottom: 4px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  color: rgb(56, 64, 78);
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .prd_box .txt_box .price .per_num{
  display: inline-block;
  color: rgb(250, 96, 47);
  font-weight: 700;
  line-height: 20px;
  margin-right: 6px;
}
.inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .prd_box .txt_box .price .price_num{
  color: rgb(64, 64, 64);
  font-weight: 700;
  line-height: 20px;
}
.share_txt_box{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 8px;
  color: #fff;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.video_box {
  position: relative;
  width: 640px;
}

.video_box video {
  width: 100%;
  display: block;
}

.video_box .progress_bar {
  position: absolute;
  bottom: 20px;
  left: 2vw;
  width: calc(100% - 4vw);
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.video_box .progress_fill {
  height: 100%;
  width: 0%;
  background: white;
  transition: width 0.1s linear;
}
.drop_down_box{
  display: none;
}


/* 상품스타일 - 기본 */ /* 상품스타일 - 기본 */
.prd_basic { display: block; font-size: 0; text-align: left !important; }
.prd_basic > li { display: inline-block; width: 50%; padding-bottom: 30px; padding-right: 1.5625%; text-align: center; vertical-align: top; }
.prd_basic > li:nth-child(2n) { padding-right: 0; padding-left: 1.5625%; }
.prd_basic .box { position: relative; width: 100%; margin: 0 auto; }

.prd_basic .box .img { overflow: hidden; position: relative; z-index: 1; width: 100%; margin: 0 auto; text-align: center; border-radius: 8px; }
/* .prd_basic .box .img.wd107 { width:107px; height: 107px; } */

.recent-wrap .prd_basic .box .img { width:107px; height: 107px; }
.section_box07 .brand_lists_box .prd_basic .box .img { width:120px; height: 120px; }


.prd_basic .box .img .prdimg{border-radius: 8px; overflow: hidden;}
/* .prd_basic .box .img .prdimg a:hover { transform: scale(1.1); } */
.prd_basic .box .img .prdimg { padding-bottom:100%; /*height:100%;*/ transition: all 0.3s ease; background-color: #f5f5f5; }
.prd_basic .box .img .prdimg img { width: 100%; height: 100%; object-fit: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); }
/* .prd_basic .box .img:hover .prdimg { -ms-transform: scale(1.1, 1.1); IE 9
 -webkit-transform: scale(1.1, 1.1); Safari
 transform: scale(1.1, 1.1); Standard syntax} */
.prd_basic .box .img .soldout { display: none; }
.prd_basic .box .img .wish { display: none; position: absolute; right: 0; top: 0; }
.prd_basic .box .img .wish a { display: block; width: 32px; height: 32px; background: url("https://pliki6.com/_skin/pliki_202405/img/shop/icon_wish.png")
 no-repeat center/32px; }
.prd_basic .box .img .wish a.wish_on { background-image: url("https://pliki6.com/_skin/pliki_202405/img/shop/icon_wish_on.png"); }
.prd_basic .box.out .img .prdimg { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; }
.prd_basic .box.out .img::after{display:block;content:'Sold out';font-size:14px;font-weight:bold;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.prd_basic .box.out .img .soldout { display: block; position: absoflute; left: 0; top: 50%; z-index: 5; width: 100%; color: #222; font-size: 1.167rem; font-weight: bold; text-align: center; cursor: pointer; } /* 품절시 soldout 출력 */
.prd_basic .box .info { position: relative; text-align: left; }
.prd_basic .box .quick { display: none; padding: 20px 0 0 2px; padding-left: 2px; font-size: 0; }
.prd_basic .box .quick li { display: inline-block; text-align: center; vertical-align: top; }
.prd_basic .box .quick li a { display: block; width: 32px; height: 32px; margin-left: -1px; border: 1px solid #dbdbdb; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 32px; text-indent: -9999px; transition: all 0.3s ease; }
.prd_basic .box .quick li a:hover { background-color: #f6f6f6; }
.prd_basic .box .quick li.preview a { background-image: url("https://pliki6.com/_skin/pliki_202405/img/shop/icon_preview.png"); }
.prd_basic .box .quick li.cart a { background-image: url("https://pliki6.com/_skin/pliki_202405/img/shop/icon_cart.png"); }
.prd_basic .box .quick li.wish a { background-image: url("https://pliki6.com/_skin/pliki_202405/img/shop/icon_wish.png"); }
.prd_basic .box .quick li.wish a.wish_on { background-image: url("https://pliki6.com/_skin/pliki_202405/img/shop/icon_wish_on.png"); }
.prd_basic .box .info .wish { position: absolute; right: 0; top: 13px; }
.prd_basic .box .info .wish a { display: block; width: 11px; height: 11px; }
.prd_basic .box .info .wish a .wish_icon { font-family: xeicon; color: #c3c3c3; font-size: 1.083rem; }
.prd_basic .box .info .wish a.wish_on .wish_icon:before { color: #333; content: "\ea10"; }
.prd_basic .box .name { padding: 13px 11px 0 0; }
.prd_basic .box .name a { font-size: 0.917rem; letter-spacing: -0.5px; }
.prd_basic .box .summary { overflow: hidden; padding-top: 2px; color: #999; font-size: 0.917rem; word-break: break-all; word-wrap: break-word; letter-spacing: -0.5px; }
.prd_basic .box .price { margin-top: 7px; padding-top: 8px; border-top: 1px solid #ededed;}
.prd_basic .box .price p {word-break: break-all; word-wrap: break-word; vertical-align: middle; }
.prd_basic .box .price .per { padding-right: 5px; color: #E52A2A; font-size: 1rem; font-weight: 700; }
.prd_basic .box .price .consumer { color: #999; font-size: 0.917rem; font-weight: 400; text-decoration: line-through; }
.prd_basic .box .price .consumerY { display: none; }
.prd_basic .box .price .sell { padding-right: 6px; display:flex;gap:5px;align-items:center;}
/*.prd_basic .box .price .sellY { text-decoration: line-through; }*/
/*.prd_basic .box .price .sellY strong { font-weight: 400; }*/
.prd_basic .box.basic .price .per{display:none;}
.prd_basic .box .price .discount { display: none; }
.prd_basic .box .price .discountY { display: block; }
.prd_basic .box .count { display: none; padding-top: 20px; font-size: 0; }
.prd_basic .box .count li { display: inline; position: relative; padding: 0 10px; color: #888; font-size: 0.917rem; }
.prd_basic .box .count li:after { position: absolute; left: 0; top: 3px; width: 1px; height: 10px; background: #d2d2d2; content: ""; }
.prd_basic .box .count li:first-child:after { display: none; }
.prd_basic .box .icon { padding-top: 10px; font-size: 0;}
.prd_basic .box .icon img { margin: 0 2px 2px 2px; vertical-align: middle; }
.popular_slide .prd_basic .box .icon img.f_shipping { display: none;}
.prd_basic .box .today { display: inline-block; margin: 10px auto 0px; padding: 3px; background-color: #ebebeb; font-size: 0.917rem; }
.prd_basic .box .today * { font-size: inherit; }
.prd_basic .box .today > span { padding-left: 5px; color: #666; }
.consumer.consumer{font-weight: 400; text-decoration: line-through;color: rgba(34, 34, 34, 0.50);font-size: 14px;line-height:13px;}


.prd_basic .box.basic .img .hit_view{font-size: 12px;line-height: 20px;position: absolute;right: 10px;top: 10px;z-index:1;}
.prd_basic .box.basic .img .new_txt{font-size: 12px;line-height: 20px;position: absolute;left: 10px;top: 10px;z-index:1;}
.prd_basic .box.basic .img .ranking{font-size: 12px;line-height: 30px;position: absolute;left:0;top:0;z-index:2;background:#333;color:#fff;width:30px;height:30px;display:none;}
.prd_basic .box.basic .img .ranking.on{display:block;}
.box.basic .prdimg > a { overflow: hidden; border-radius: 8px; position: absolute; height: 100%; width: 100%; left: 0; top: 0; }

.prd_basic .box.basic .name { padding-top: 12px; padding-right: 0;}
.prd_basic .box.basic .name > a { font-size: 14px; font-weight: 600; color: #424242; }
.prd_basic .box.basic .info{margin-top:10px;}
.prd_basic .box.basic .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;}
.prd_basic .box.basic .summary { font-size: 17px;line-height:1.29;color: #222;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;margin-bottom:5px;padding-top:0;}
.prd_basic .box.basic .description{font-size:14px;line-height:14px;color:#22222280;} 
.prd_basic .box.basic .onsiteprice{display: none;} 
.prd_basic .box.basic .btn_wish{display: none;} 
.prd_basic .box.basic .price { margin-top: 0; padding-top: 11px; border-top: none; }
.prd_basic .box.basic .price .per,
.prd_basic .box.basic .price .sell strong { font-size: 16px; line-height:16px; }
.prd_basic .box.basic .price .per{display:none;}
.prd_basic .box.basic .price .consumer { display: none; font-size: 12px; color: #aaa; }
.prd_basic .box.basic.sale .price .per{display:block;}



.prdListV2 .prd_basic .box.basic .price .per,.prd_basic .box.basic .price .sell strong{font-size: 14px;line-height: 17px;font-weight: bolder;}

.section_wrap{
  border-bottom: 1px solid #EBEBEB;
}
.section_wrap.line_del{
  border-bottom: 0;
}

.section_wrap .section_inner{
  padding: 24px 100px 0;
  margin: 0 auto;
  position: relative;
  max-width: 1400px;
  box-sizing: border-box;
}
.section_wrap .section_inner.wide{
  padding: 0;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.section_wrap .section_inner.type02{
  padding: 0;
  margin: 0 auto;
}
.section_wrap .section_inner.type03{
  padding-top: 0;
  padding-bottom: 0;
  margin: 50px auto 0 ;
}
.section_wrap .section_inner.type04{
  padding-top: 50px;
  padding-bottom: 30px;
}
.section_wrap .section_inner.type05{
  padding-top: 0;
  max-width: 1200px;
}
.section_wrap .section_inner.type06{
  /* margin: 100px auto 50px ; */
  margin: 100px auto 0px ;
}
.footer_type02 footer.section_wrap{
  padding-top: 0;
}
footer.section_wrap{
  padding-top: 60px;

  /* border-bottom: 0;
  border-top: 1px solid #EBEBEB;
  z-index: -1;
  position: relative; */
}
footer.section_wrap .section_inner{
  display: none;
  padding: 50px 100px;
  text-align: center;
}
footer.section_wrap .section_inner p.txt_logo_bottom{
  
  padding-right: 25px;
  color: rgba(34, 34, 34, .5);
  font-size: 15px;
  letter-spacing: -.15px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .footer_info_box{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

footer .footer_info_box .footer_quick_menu_box{
  display: flex;

}
footer .footer_info_box .footer_quick_menu_box .footer_menu_list_box{
  width: 200px;
}
footer .footer_info_box .footer_quick_menu_box .footer_menu_list_box .tit,
footer .footer_info_box .footer_contact_box .contact_info_box .tit{
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
footer .footer_info_box .footer_contact_box .contact_info_box .tit a{
  font-size: 16px;
  font-weight: 700;
}
footer .footer_info_box .footer_quick_menu_box .footer_menu_list_box a{
  display: block;
  margin-bottom: 15px;
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px;
}
footer .footer_info_box .footer_quick_menu_box .footer_menu_list_box a:last-of-type{
  margin-bottom: 0;
}

footer .footer_info_box .footer_contact_box .contact_info_box ul li{
  color: rgba(34, 34, 34, 0.5);
  font-size: 13px;
}
footer .footer_info_box .footer_contact_box .contact_info_box ul li:last-of-type{
  padding-top: 20px;
  /* text-align: right; */
}
footer .footer_info_box .footer_contact_box .contact_info_box ul li:last-of-type a.btn-rect{
  margin-right: 0;
}
.btn-rect.black{
  background-color: #222;
}
.btn-rect,
a.btn-rect{
  display: inline-flex;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fafafa;
  min-width: 95px;
  margin-right: 20px;
  box-sizing: border-box;
}


/* 상단 올리기 버튼 */
.layer_top_box{
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1;
}
.kakaochanel_box a.btn_kakaochanel{
  display: block;
  /* margin-bottom: 10px; */
  width: 50px;
  height: 50px;
  position: relative;
}
.kakaochanel_box a.btn_kakaochanel img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
a.btn_top{
  display: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: #fff;
  /* padding-top: 4px; */
  opacity: 0;
}
a.btn_top i{
  font-size: 30px;
}
a.btn_top.on{
  display: none!important;
  opacity: 1;
  margin: 0 auto;
  /* padding: 0; */
}


/* 상품정렬 셀렉트 */

  /* 필터 텍스트 */
.board_shop_wrap .filtered_txt_box{
  margin-bottom: 40px;
  margin-top: -8px;
}
.board_shop_wrap .filtered_txt_box a{
  display: inline-block;
  border-radius: 6px;
  margin: 8px 8px 0 0;
  padding: 7px 26px 7px 10px;
  background: #f4f4f4 url('/images02/f_layer_close.png') right 7px center/10px no-repeat;
}
.board_shop_wrap .sort_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 24px 0;
} 
.board_shop_wrap .sort_order_box{
  position: relative;
} 
.board_shop_wrap .sort_box .total span{
  color: rgba(34,34,34,.8);
} 
.board_shop_wrap .sort_box .total span:last-of-type{
  margin-left: 2px;
  color: rgba(34,34,34,.8);
}
.board_shop_wrap .sort_order_box .btn_sort{
  display: flex;
  align-items: center;
} 
 
.board_shop_wrap .sort_order_box .btn_sort .selected_txt{
  color: #222;
  font-size: 14px;
  display: flex
;
  align-items: center;
} 
.board_shop_wrap .sort_order_box .sort_sel_box{
  display: none;
}
.board_shop_wrap .sort_order_box .sort_sel_box > ul{
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 10;
}
.board_shop_wrap .sort_order_box .sort_sel_box > ul > li > a{
  display: block;
  padding: 12px 48px 12px 16px;
  position: relative;
  color: rgba(34, 34, 34, .8);
  font-size: 14px;
  width: 150px;
  box-sizing: border-box;
}
.board_shop_wrap .sort_order_box .sort_sel_box > ul > li > a.on{
  color: #222;
  font-weight: 700;
  background: url('/images02/f_brand_check.svg') right 16px top 50% / 20px 20px no-repeat;
}
/* 쿠폰받기 */


.join_coupon_box{
  display: none;
  position: fixed;
  text-align: center;
  bottom: 0px;
  width: 100%;
  background-color: rgb(242, 242, 242);
  border-radius: 15px 15px 0 0;
  z-index: 1000;
  box-sizing: border-box;
}

.join_coupon_box > .coupon_inner_box{
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  /* margin-top: 30px;
  margin-right: 25px;
  margin-bottom: 20px; */
  padding: 30px 25px 25px 20px;
  max-width: 350px;
  margin: 0 auto;
}
.join_coupon_box > .coupon_inner_box > a.btn_down_coupon{
  margin-top: 15px;
  width: 100%;
  max-width: 350px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  line-height: 45px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  color: rgb(34, 34, 34);
}
.join_coupon_box > .coupon_inner_box > a.btn_coupon_close{
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: rgb(119, 119, 119);
}

@media all and (max-width: 1200px){
  .section_wrap .section_inner{
      padding: 32px 16px 0;

  }
}
@media all and (max-width: 767px){
  html{
    -ms-overflow-style: none;
  }
  html::-webkit-scrollbar{
    display:none;
  }
  header .m_hide {
    display: none!important;
  }
  header .pc_hide {
    display: block!important;
  }
  .pc_hide{
    display: block!important;
  }
  .m_hide{
    display: none!important;
  }


  .prd_basic .box.basic .info{margin-top:2.50vw;}
  .prd_basic .box.basic .brand{font-size:3.6vw;line-height:4vw;margin-bottom:2vw;}
  .prd_basic .box.basic .summary { font-size:3.5vw;line-height:4.2vw;margin-bottom:1.5vw;}
  .prd_basic .box.basic .description{font-size:3.2vw;line-height:3.4vw;}
  .prd_basic .box.basic .price { padding-top: 2.75vw;}
  .prd_basic .box.basic .price .per,
  .prd_basic .box.basic .price .sell strong { font-size:3.9vw;line-height:3.7vw;}
  .prd_basic .box.basic .price .consumer { font-size: 3vw;}
  .prd_basic .box.basic .crema-product-reviews-score{padding-top:2.75vw;}
  .prd_basic .box .icon{padding-top:2.5vw;}
  .prd_basic .box .icon img{margin:0 2px 2px;}
  .prd_basic .box .icon img:last-of-type{margin:0 2px 0;}
  .prd_basic .box.box-timesale .price .per{font-size: 3vw !important; line-height:5vw !important;}


  .layer_top_box{
    right: 16px;
    bottom: 60px;
  }
  a.btn_top{
    width: 40px;
    height: 40px;
  }
  a.btn_top i{
    font-size: 23px;
  }



  /* footer */
  footer.section_wrap .section_inner{
    padding: 7.5vw 16px 20.25vw 16px;
  }
  footer .footer_info_box{
    display: block;
    flex-direction: unset;
  }
  footer .footer_info_box .footer_quick_menu_box .footer_menu_list_box .tit,
  footer .footer_info_box .footer_contact_box .contact_info_box .tit{
    font-size:4vw;
    padding-bottom:3.75vw;
  }
  footer .footer_info_box .footer_contact_box .contact_info_box .tit a{
    font-size:4vw;
    padding-bottom:3.75vw;
  }

  footer .footer_info_box .footer_contact_box .contact_info_box ul li{
    font-size:3.25vw;
  }
  footer .footer_info_box .footer_contact_box .contact_info_box ul li:last-of-type{
    font-size:3vw;
    padding-top:3.75vw;
  }
  footer .footer_info_box .footer_quick_menu_box{
    padding-top:11.50vw;
  }
  footer .footer_info_box .footer_quick_menu_box .footer_menu_list_box{
    width: 37.50vw;
  }

  .login_box .tab_menu_box > ul li a{
    font-size: 14px;
  }
  .login_box .input_item_box label{
    font-size: 14px;
  }
  .login_box .input_box label{
    font-size: 14px;
  }

  .section_wrap .section_inner {
    padding-top: 5vw;
  }
  .section_wrap .section_inner.type06 {
    margin: 12vw 0 0!important;
    padding: 32px 0;
  }
  /* .join_box input,
  .join_box label{
    font-size: 1.167rem!important;
  } */


  /* 리뷰 모달 */
  .review_item_box{
    display: block;
    height: auto;
    margin-bottom: 8px;
    position: relative;
  }
  .review_item_box{
    display: flex;
  }
  .review_item_box:after{
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    background-color: #ebeff5;
    bottom: -8px;
    left: 0;
  }
  .none_review_item_box p{
    text-align: center;
    height: 43px;
    font-size: 18px;
    line-height: 43px;
    font-weight: 400;
  }
  .review_item_box .resource_box{
    width: 100%;
  }
  .review_item_box .txt_box{
    width: 100%;
  }

  .review_item_box .resource_box .resource_img_box{
    width: 100%;
    height: 0;
    padding-bottom: 100%;;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .review_item_box .resource_box .resource_img_box img{
    max-width: 100%;
    max-height: 2000px;
  }
  .review_item_box .resource_box .review_item_btn_box a{
    margin: 0 16px;
  }
  .review_modal_box.modal_box .m_top_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 14px 16px;
    background-color: #fff;
    border: 1px solid #ebeff5;
    box-sizing: border-box;
    z-index: 40;
  }
  .review_modal_box.modal_box .m_top_box p{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #14161a;
  }


  .review_modal_box.modal_box .m_top_box > a.b_btn_modal_close,
  .review_modal_box.modal_box .m_top_box > a.btn_modal_close.prd{
    width: 16px;
    height: 16px;
    right: 16px;
    top: 16px;
  }
  .review_modal_box.modal_box .modal_con_box {
    overflow-y: auto;
    position: relative;
    background-color: #fff;
    /* background-color: #ebeff5; */
    
  }
  .shop_view .review_modal_box.modal_box .modal_con_box {
    padding-top: 48px;
  }
 
  /* .review_modal_box.modal_box .modal_con_box{
    -ms-overflow-style: none;
  }
  .review_modal_box.modal_box .modal_con_box::-webkit-scrollbar{
    display:none;
  } */
  .modal_box_photo.modal_box .m_top_box {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
  }
  .modal_box_photo.modal_box .m_top_box p.tit_wh{
    
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo > div.pc_hide{
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo{
    padding: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .m_top_box > a.b_btn_modal_close{
    width: 16px;
    height: 16px;
    right: 16px;
    top: 16px;
    background-image: url('/images02/f_layer_close_wh.png');
  }

  /* {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 4px;
  } */


  .bottom_sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 320px;
    background: #f0f0f0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transform: translateY(80%); /* 초기 위치 조정 */
    transition: transform 0.3s ease;
    z-index: 999;
    display: flex;
    flex-direction: column;
    touch-action: none;
  }
  .bottom_sheet .btn_review_next{
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #ffffff;
    padding-right: 16px;
    position: absolute;
    top: -40px;
    right: 12px;
    color: #fff;
    background: url("/images02/ico_arr_right_wh.svg") right 0 center/10px auto no-repeat;
   }
  .bottom_sheet_handle {
    width: 40px;
    height: 3px;
    /* padding: 6px; */
    background-color: #ffffff;
    position: absolute;
    top: -8px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    /* background: #333; */
    color: #fff;
    text-align: center;
    /* line-height: 40px; */
    border: none;
    cursor: grab;
    flex-shrink: 0;
  }
  
  .bottom_sheet_content {
    flex-grow: 1;
    overflow-y: auto;
    /* padding: 16px; */
  }
  
  .bottom_sheet_content .bottom_content_box{
    padding: 23px 0 32px 16px;
  }
  .bottom_sheet_content .bottom_content_box p{
    padding-top: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: black;
  }

  .modal_box_photo .top_box{
    /* position: relative; */
  }
  .modal_box_photo .top_box > a:not(.btn_modal_close){
    display: flex;
    gap: 8px;
    padding: 16px 0 16px 24px;
    border-bottom: solid 1px #ebeff5;
  }
  .modal_box_photo .top_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;
  }
  .modal_box_photo .top_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.type02 .modal_box.modal_box_photo .top_box p.tit{
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #14161a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
  }
  .modal_box_photo .top_box > a:not(.btn_modal_close) .rank_box{
    display: flex;
    align-items: center;
  }
  .modal_box_photo .top_box > a:not(.btn_modal_close) .rank_box p{
    margin-left: 2px;
  }
  .modal_box_photo .top_box > a:not(.btn_modal_close) .rank_box p:last-of-type{
    margin-left: 0 4px;
  }
  .modal_box_photo .top_box > a:not(.btn_modal_close) .rank_img_box{
    width: 14px;
    height: 14px;
    position: relative;
  }
  .modal_box_photo .top_box > a:not(.btn_modal_close) .rank_img_box img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .modal_con_box{
    height: 100%;
    padding: 0;
    background-color: #111;
    position: relative;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .middle_img_box{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    position: absolute;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .middle_img_box.on{
    top: 0;
    left: 0;
    height: 100%;
    transform: translate(0%,0%);
    background-color: #111;
    z-index: 10;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .btn_bigger{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images02/ico_bigger.svg") center/100% auto no-repeat;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .btn_bigger.on{
    z-index: 100;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("/images02/ico_arr_left_wh.svg");
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .middle_img_box.on .img_box{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    position: absolute;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .bottom_sheet_slide{
  
    border-radius: 6px;
    overflow: hidden;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .bottom_sheet_slide .img_box{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .review_board_wrap.type02 .modal_box.modal_box_photo .bottom_sheet_slide .img_box img{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    position: absolute;
  }
  .review_item_box .txt_box .prd_info_box .bottom_box > .content_box{
    border-bottom: 0;
    padding-left: 0;
  }


  /* 검수사진모달 */
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div{
    display: block;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box{
    position: absolute;
    bottom: 40px;
    left: 2vw;
    max-width: 100%;
    width: calc(100% - 48px - 32px);
    height: auto;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box p.tit{
    display: none;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box > a{
    align-items: center;
    justify-content: left;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box .img_box{
    width: 54px;
    height: 72px;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .prd_box .txt_box .name{
    -webkit-line-clamp: 1;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .prd_box .txt_box{
    padding: 9px 0;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div > .txt_box .prd_box .img_num{
    display: none;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .video_box_outer{
    width: 100%;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .video_box{
    width: 100%;
  }
  .inspection_board_wrap .real_time_box .modal_box .modal_con_box > div .video_box video{
    width: 100%;
    object-fit: cover;
  }
  .inspection_board_wrap .real_time_box .modal_box a.btn_modal_close {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
    right: auto;
    z-index: 100;
  }
}