@charset "UTF-8";

.parent_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #f8f9f9;
}
.parent_container .main_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 1024px;*/
  width: 964px;
  min-height: 100vh;
  background-color: #f8f9f9;
  /* border-right: 1px solid #dddddd; */
}
.app_container {
  position: relative;
  width: 560px;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
}
.app_container .comp_detail_wrap.f_btm_menu {
  overflow-x: hidden;
}
.desc_container {
  position: fixed;
  top: 0;
  /*left: calc(50% + 191px);*/
  left: calc(50% + 162px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: 100%;
  background-color: #f8f9f9;
}
.desc_container .small_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  /*margin-bottom: 40px;*/
  margin-bottom: 10px;
}
.desc_container .small_banner > img {
  display: block;
  width: 100%;
}
.desc_container .fixed_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 100vh; */
  background-color: #f8f9f9;
}

.cp_head_wrap.ent_float_header {
  width: 560px;
  max-width: 560px;
}
.detail_page_header_2021 {
  width: 560px;
  max-width: 560px;
}
.cp_co_btm_btnbox.dpt03 {
  width: 560px;
  max-width: 560px;
}
.footer_2021 {
  width: 560px;
  max-width: 560px;
}
.appdown_overlay,
.appdown_modal {
  display: none;
}

.report_btn {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
}
.report_btn > span {
  color: gray;
  text-decoration: underline;
}

.appdown_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 325px;
  height: auto;
  overflow-x: hidden;
  background-color: transparent;
  z-index: 100001;
  flex-direction: column;
  align-items: center;
  -ms-overflow-style: none;
}
.appdown_modal::-webkit-scrollbar {
  display: none;
}
.appdown_modal .appdown_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 325px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.appdown_modal .appdown_banner > img {
  width: 100%;
  height: 100%;
}

.appdown_modal > a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  line-height: 19px;
}

/* 신고하기 모달 따로 적용 부분 */
.mobile_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

.report_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 375px;
  height: 620px;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 100001;
  flex-direction: column;
}
.report_header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 13px;
}
.report_header > a {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.report_header > a > img {
  width: 100%;
  height: 100%;
}
.report_header > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.report_modal_body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.report_modal_body .report_title {
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  height: 84px;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
}
.report_modal_body .report_title > p {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
}
.appdown_modal.show,
.report_modal.show {
  display: flex;
}
.report_modal_body > form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.report-radio-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.report-radio-box .report-radio-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #dfdfdf;
}
.report-radio-item.input {
  border-bottom: 0;
}
.report-radio-box .report-radio-item .report-radio-btn {
  width: 20px;
  height: 20px;
  display: inline-flex;
}
.report-radio-btn input[type="radio"] {
  display: none;
}
.report-radio-btn input[type="radio"] + label {
  width: 20px;
  height: 20px;
  background-image: url("../../../../image/mobile/iwd_plus/payment_details/checkbox_square_unchecked.png");
  background-size: 20px;
  cursor: pointer;
}
.report-radio-btn input[type="radio"]:checked + label {
  width: 20px;
  height: 20px;
  background-image: url("../../../../image/mobile/iwd_plus/payment_details/checkbox_square_checked.png");
  background-size: 20px;
  cursor: pointer;
}
.report-radio-btn input[type="radio"] + label {
  background-image: url("../../../../image/mobile/iwd_plus/payment_details/radio_circle_unchecked.png");
}
.report-radio-btn input[type="radio"]:checked + label {
  background-image: url("../../../../image/mobile/iwd_plus/payment_details/radio_circle_checked.png");
}
.report-radio-label {
  font-size: 15px;
  line-height: 22px;
  color: #262626;
  margin-left: 10px;
}
.report-radio-box .etc_input_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.report-radio-box .etc_input_box.active {
  border: 1px solid #262626;
}
.report-radio-box .etc_input_box > input {
  border: 0;
  width: calc(100% - 32px);
  height: calc(100% - 2px);
  padding-left: 15px;
  font-size: 15px;
  line-height: 22px;
}
.report-radio-box .etc_input_box > input::placeholder {
  color: #8c8c8c;
}
.report-radio-box .etc_input_box .reset_input_btn {
  display: none;
  width: 20px;
  height: 20px;
}
.report-radio-box .etc_input_box .reset_input_btn > img {
  width: 100%;
  height: 100%;
}
.report-radio-box .etc_input_box .reset_input_btn.show {
  display: flex;
}
.report_modal_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.report_modal_btns > button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  line-height: 24px;
}
.report_modal_btns > button.report_cancel_btn {
  width: 30.43%;
}
.report_modal_btns > button.report_submit_btn {
  width: 67.8%;
  background-color: #f9f9f9;
  color: #8c8c8c;
}
.report_modal_btns > button.report_submit_btn.active {
  color: #fff;
  background-color: #4866e4;
  border: 0;
}

.header_2021 {
  width: 560px;
  max-width: 560px;
}
.bottom_nav_2021 {
  width: 560px;
  max-width: 560px;
}
.main_contents_area {
  position: relative;
  width: 100%;
  height: 100%;
}
.cp_detail_popup_wrap02 {
  width: 560px;
  max-width: 560px;
  position: absolute;
  left: calc(50% - 512px);
}
.cp_co_btm_btnbox {
  width: 560px;
  max-width: 560px;
  left: calc(50% - 512px);
}
.f_dt_btn_box {
  width: 560px;
  max-width: 560px;
}
.prd_infomation_wrap {
  width: 560px;
  max-width: 560px;
}
.cp_co_btm_btnbox.dpt03 > button.like_btm_btn {
  width: 75px;
}
.cp_co_btm_btnbox.dpt03 > button.wd_talk_btn {
  width: 140px;
}
.cp_co_btm_btnbox.dpt03 > button.save_btn {
  width: 310px;
}
.specific-inquiry-main {
  width: 560px;
  max-width: 560px;
  padding-top: 40px;
}
.noti_center,
.all_menu {
  width: 375px;
}

.payinfo_wrap {
  position: relative;
  width: 560px;
  max-width: 560px;
  padding: 0 25px;
}
.contents_area.payment {
  position: relative;
  width: 560px;
  max-width: 560px;
  padding: 0 25px;
}
.of_titlebox {
  padding-top: 60px;
  padding-bottom: 30px;
}
.orderprd_list_wrap {
  position: relative;
  width: 100%;
  max-width: 530px;
}
.odp_tbl01 {
  width: 100%;
  max-width: 530px;
}
.top_th_name {
  width: 80%;
}
.top_th_price {
  width: 20%;
}
.wedodp_infotbl .odp_prd_list {
  padding-left: 0;
}
.odp_prdbox01 .odp_cont01 .txt {
  padding-right: 0;
}
.prd_subchoice_box {
  padding-left: 0;
}
.prd_subchoice_box .ctg_top {
  table-layout: unset;
}
.t_odpprice .t_price {
  padding-right: 0;
}
.wedodp_infotbl .prd_subchoice_box .ctg_top > div:first-of-type {
  width: 270px;
}
.odp_pricebox02 .opt_cnt02 {
  margin-left: 12px;
  margin-bottom: 10px;
}
.odp_totpricebox02 {
  padding: 40px 0 40px;
}
.odp_btm_lwrap {
  position: relative;
  float: unset;
  width: 100%;
}
.co_odp_wrap01 {
  position: relative;
  width: 100%;
}
.pay_esntcont_box {
  width: 100%;
}
.icash_btnbox input[type="text"] {
  width: 95px;
}
.dcb_usecash {
  padding-left: 10px;
}
.dcb_contbox {
  padding: 13px 10px;
}
.dcb_cpnbox02 {
  width: 100%;
}
.odp_totprice02 {
  width: 235px;
}
.odp_totprice02 .odpt_title02 {
  font-size: 16px;
}
.addb_box {
  position: relative;
  width: 100%;
}
.co_odp_btnbox01.btn_onbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.co_odp_btnbox01 button:first-of-type,
.co_odp_btnbox01 button:last-of-type {
  width: 250px;
  float: unset;
}
.co_odp_btnbox01:after {
  display: unset;
  clear: unset;
  content: none;
}
.co_odp_wrap01.payway_wrap {
  display: flex;
  flex-direction: column;
}
.payway_infobox {
  position: relative;
  top: -15px;
  right: unset;
}
.odp_btm_rwrap {
  float: unset;
  margin-bottom: 50px;
}
.odp_f_totlist_wrap {
  width: 100%;
}
.odp_f_btn {
  width: 100%;
}
.detail_list_warpbox.wf-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 560px;
}
.ip_detail_wrap {
  width: 560px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .detail_list_warpbox.wf-container {
    width: 560px;
  }
}
@media screen and (min-width: 992px) {
  .detail_list_warpbox.wf-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .detail_list_warpbox.wf-container {
    width: 100%;
  }
}

.wf-container:before,
.wf-container:after {
  content: none;
  display: none;
}
/* .wf-column {
  width: 100% !important;
}
.wf-column > .list_type_grid2.wf-box {
  width: 33.3333%;
} */

@media all and (max-width: 1020px) {
  .parent_container {
    display: block;
  }
  .parent_container .main_container {
    width: 100%;
  }
  .app_container {
    width: 100%;
  }
  .desc_container {
    display: none;
  }
  .app_container .comp_detail_wrap.f_btm_menu {
    overflow-x: unset;
  }
  .cp_head_wrap.ent_float_header {
    width: 100%;
    max-width: unset;
  }
  .detail_page_header_2021 {
    width: 100%;
    max-width: unset;
  }
  .cp_co_btm_btnbox.dpt03 {
    width: 100%;
    max-width: unset;
  }
  .footer_2021 {
    width: 100%;
    max-width: unset;
  }
  .header_2021 {
    width: 100%;
    max-width: unset;
  }
  .bottom_nav_2021 {
    width: 100%;
    max-width: unset;
  }
  .cp_detail_popup_wrap02 {
    width: 100%;
    max-width: unset;
    left: unset;
  }
  .cp_co_btm_btnbox {
    width: 100%;
    max-width: unset;
    left: unset;
  }
  .f_dt_btn_box {
    width: 100%;
    max-width: unset;
  }
  .prd_infomation_wrap {
    width: 100%;
    max-width: unset;
  }
  .cp_co_btm_btnbox.dpt03 > button.like_btm_btn {
    width: 12.8vw;
  }
  .cp_co_btm_btnbox.dpt03 > button.wd_talk_btn {
    width: 24vw;
  }
  .cp_co_btm_btnbox.dpt03 > button.save_btn {
    width: 54vw;
  }
  .specific-inquiry-main {
    width: 100%;
    max-width: unset;
    padding-top: 0;
  }
  .contents_area,
  .payinfo_wrap,
  .orderprd_list_wrap {
    width: 100%;
    max-width: unset;
  }
  .noti_center,
  .all_menu {
    width: 100%;
  }
  .wf-container {
    width: 100%;
  }
  .ip_detail_wrap {
    width: 100%;
  }

  /* mobile 꽉채우기용 신고하기 모달 css */
  .report_modal {
    width: 100%;
    height: 100%;
  }
}
