@charset "UTF-8";

/* 공통 */
.sub_top_bnr.communication {
  background: url("/images/pages/communication/cs_top_bnr.jpg") center top / cover no-repeat;
}

.info_input_each {
  margin-bottom: 40px;
}

.info_input_each:last-child {
  margin-bottom: 0;
}

/* 고객의 소리 > 작성하기 */
.info_input_each > strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 16px;
  position: relative;
  font-weight: 500;
}

.info_input_each > .info_content strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 16px;
  position: relative;
  font-weight: 500;
}

.info_input_each > .info_content span {
  display: block;
  font-size: 1rem;
  margin-bottom: 16px;
  position: relative;
}

.info_input_each > .info_content span.text-blue {
  color: blue;
}

.info_input_each > .info_content > .info_content_inner {
  display: flex;
}

.info_input_each > .info_content > .info_content_inner > .ml-auto {
  margin-left: auto;
}

.info_input_each > .info_content > .info_content_inner > .mt-auto {
  margin-top: auto;
}

span.modify_mark {
  bottom: 0;
  /*color: #FF6600;*/
  color: #c75000;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
}

table.info_input_tbl .tbl_ele_wrap:has(.phone_num_wrap) {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

table.info_input_tbl .phone_num_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

table.info_input_tbl .phone_num_wrap .dropdown {
  max-width: 128px;
}

table.info_input_tbl tr td input[type="text"].phone_num {
  max-width: 128px;
}

.info_input_tbl tr th.modi:after {
  /*color: #FF6600;*/
  color: #C34D16;
  content: "*";
  left: 0;
  position: relative;
  top: 0;
}

.info_input_tbl tr td .tbl_subject_wrap,
.info_input_tbl tr td .tbl_writer_wrap {
  position: relative;
  width: 100%;
}

.info_input_tbl tr td .tbl_subject_wrap .txt_limit,
.info_input_tbl tr td .tbl_writer_wrap .txt_limit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: #797676;
}

.info_input_tbl tr td .tbl_subject_wrap input,
.info_input_tbl tr td .tbl_writer_wrap input {
  padding: 0 60px 0 12px;
}

.info_input_tbl tr td:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 16px;
}

.inputSelPhoneInfo {
  white-space: nowrap;
  /*color: #FF6600;*/
  color: #c75000;
  font-size: 14px;
}

.info_input_each table.info_input_tbl #editor {
  height: 500px;
}

/* 리치 텍스트 임시 css start */
.ql-toolbar {
  width: 100%;
  display: block;
}

.ql-container {
  display: block;
  width: 100%;
}
/* 리치 텍스트 임시 css end */

.confirm_btn_wrap:has(a + a) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.confirm_btn_wrap:has(button + button) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
}

/* 고객의 소리 > 질문합니다 ,불편합니다 */
.voc_card_wrap ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.voc_card_wrap ul li {
  background-color: #F4F4F4;
  padding: 40px 23px 72px;
  border-radius: 8px;
  width: 278px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
  border: 1px solid #D7D7D7;
}

.voc_card_wrap ul li figure {
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  height: 110px;
  margin: 0 auto;
  width: 110px;
}

.voc_card_wrap ul li.voc_card01 figure {
  background: url("/images/pages/communication/voc_img01.jpg") no-repeat;
  background-size: 100% auto;
}

.voc_card_wrap ul li.voc_card02 figure {
  background: url("/images/pages/communication/voc_img02.jpg") no-repeat;
  background-size: 100% auto;
}

.voc_card_wrap ul li strong {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.voc_card_wrap ul li .questionInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.48px;
  min-height: 71px;
  word-break: keep-all;
}

.nvreq_btn_wrap {
  width: 100%;
}

.nvreq_btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 고객의 소리 > 질문합니다 ,불편합니다 > 답변확인 */
.common_inner:has(strong + table.input_serch_tbl) strong {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
}

.input_serch_tbl tr td:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 16px;
}

#telno, #bsNoOrTelno_telNo {
  display: none;
}

/* 고객의 소리 > 질문합니다 ,불편합니다 > 답변 */
.confirm_btn_wrap:has(.btn_delete, .btn_edit) .btn_prev {
  min-width: 150px;
}

/** 자주하는 질문 **/
.faq_wrap {
  margin-top: 40px;
}

.faq_sub_ttl {
  border-bottom: 2px solid #073775;
  height: 40px;
  position: relative;
}

.faq_sub_ttl > strong {
  font-size: 20px;
  line-height: 1.2;
  left: 0;
  position: absolute;
  top: 0;
}

.faq_wrap ul li {
  cursor: pointer;
}

.faq_wrap ul li:has(.table_no_result) {
  cursor: default;
}

.faq_wrap ul li .table_no_result {
  border-bottom: 1px solid #D7D7D7;
}

.faq_wrap ul li div.faq_cate_subj {
  border-bottom: 1px solid #d7d7d7;
  min-height: 76px;
  padding: 30px 50px 15px 245px;
  position: relative;
}

.faq_cate_sep {
  left: 25px;
  padding-left: 65px;
  position: absolute;
  top: 30px;
}

.faq_cate_sep:before {
  background: #f8f8f8;
  border-radius: 50%;
  color: #073775;
  content: "Q";
  font-size: 20px;
  height: 37px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_subj_txt p {
  line-height: 1.2;
}

.btn_faq_fold {
  background: url("/images/arr/faq_arrow_d.png") center / 100% auto no-repeat;
  height: 13px;
  position: absolute;
  right: 0;
  text-indent: -20000px;
  top: 30px;
  width: 25px;
  transition: 0.3s ease-out;
}

.btn_faq_fold.close {
  transform: rotate(180deg);
}

.faq_answ {
  background: #f8f8f8;
  display: none;
  padding: 40px 80px 40px 245px;
  line-height: 1.2;
}

/* 고객 서비스 헌장 */
.pream_img {
  background: url("/images/pages/communication/charter_img.jpg") center no-repeat;
  background-size: contain;
  margin: 0 auto 100px;
  overflow: hidden;
  position: relative;
  text-indent: -10000px;
  width: 100%;
  max-width: 870px;
  aspect-ratio: 870 / 520;
}

.serv_standard_ttl {
  display: block;
  font-size: 20px;
}

.decla_sub_ttl {
  border-bottom: 1px solid #D7D7D7;
  margin-top: 26px;
  padding: 10px 35px 10px 10px;
  position: relative;
}

.decla_sub_ttl > strong {
  display: block;
  font-size: 18px;
  text-indent: -1.1em;
  margin-left: 1.1em;
  line-height: 1.2;
}

.btn_faq_cross {
  background: url("/images/pages/communication/btn_close_faq.gif") center top / 100% auto no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-indent: -20000px;
  top: 20%;
  transition: all ease .5s;
}

.btn_faq_cross.close {
  transform: rotate(135deg);
}

.decla_sub_cont {
  background: #f7f7f7;
  border-bottom: 1px solid #d7d7d7;
  display: none;
  line-height: 1.5;
  padding: 40px 20px;
}

.decla_sub_cont strong.emphasis_ttl {
  display: block;
  margin-top: 32px;
}

.decla_sub_cont strong.emphasis_ttl:first-child {
  margin-top: 0;
}

.decla_sub_cont ol.sub li {
  position: relative;
}

.decla_sub_cont >ol.emphasis > li > ul > li {
  padding-left: 20px;
  position: relative;
}

.decla_sub_cont > ol.emphasis > li > ul > li:before {
  content: "-";
  left: 8px;
  position: absolute;
  top: 0;
}

.decla_sub_cont >ol.emphasis a {
  color: #073775;
}

.decla_sub_cont > p.emphasis_sub {
  padding-left: 20px;
  position: relative;
}

.decla_sub_cont > p.emphasis_sub:before {
  content: "-";
  left: 8px;
  position: absolute;
  top: 0;
}

.decla_sub_cont > table.col_tbl {
  border-top: 2px solid #073775;
  margin: 24px 0;
  width: 100%;
}

.decla_sub_cont > table.col_tbl > thead > tr > th,
.decla_sub_cont > table.col_tbl > tbody > tr > th,
.decla_sub_cont > table.col_tbl > tbody > tr > td {
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  word-break: keep-all;
}

.decla_sub_cont > table.col_tbl > thead > tr > th:last-child,
.decla_sub_cont > table.col_tbl > tbody > tr > td:last-child,
.decla_sub_cont > table.col_tbl > tbody > tr > *:last-child {
  border-right: 0;
}

.decla_sub_cont > table.col_tbl th {
  background: #eeeeee;
  font-weight: 500;
}

.decla_sub_cont > table.col_tbl td {
  background: #FFFFFF;
}

.decla_sub_cont > .row_tbl_ttl {
  display: block;
  margin: 24px 0 16px;
}

.decla_sub_cont > table.row_tbl {
  border-top: 2px solid #073775;
  width: 100%;
}

.decla_sub_cont > table.row_tbl tr > th,
.decla_sub_cont > table.row_tbl tr > td {
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  height: 60px;
}

.decla_sub_cont > table.row_tbl tr > th:last-child,
.decla_sub_cont > table.row_tbl tr > td:last-child {
  border-right: 0;
}

.decla_sub_cont > table.row_tbl tr > th {
  background: #eeeeee;
  font-weight: 500;
}

.decla_sub_cont > table.row_tbl tr > td {
  background: #FFFFFF;
  text-align: start;
}

/* 클린신고 센터 */
.info_input_each.clean .title {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 26px;
}

.audit_offi_call {
  text-align: center;
  margin-bottom: 64px;
}

.audit_offi_call dt,
.audit_offi_call dd {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}

.audit_offi_call dd {
  color: #2075a4;
  margin-left: 6px;
}

.decla_sub_cont ol.sub.has_num li {
  padding-left: 18px;
}

.decla_sub_cont ol.sub.has_num li span {
  left: 0;
  position: absolute;
  top: 0;
}

.prot_secr {
  background: #F8F8F8;
  line-height: 1.5;
  padding: 40px;
}

.clean_ex_txt {
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}

.clean_ex_txt:before {
  background: #cbcbcb;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}

.clean_decla_list_wrap {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clean_decla_list_ttl {
  background: #F8F8F8;
  width: 170px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
}

.clean_decla_list_ttl strong {
  padding-top: 80px;
  color: #505050;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.clean_decla_list_ttl strong:before {
  background: url("/images/pages/communication/icon_siren.png") center no-repeat #e9e9e9;
  border-radius: 50%;
  content: "";
  height: 62px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 62px;
}

.clean_decla_list_cont {
  width: calc(100% - 170px);
  align-self: stretch;
}

.clean_decla_list_cont ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.clean_decla_list_cont ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  min-width: 180px;
  height: 220px;
  padding: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.clean_decla_list_cont ul li:nth-last-child(-n+4) {
  border-bottom: 0;
}

.clean_decla_list_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  gap: 25px;
}

.clean_decla_list_inner strong {
  height: 45px;
  font-size: 20px;
  white-space: nowrap;
}

.decla_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  width: 137px;
}

.decla_btn_wrap a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: 33px;
}

.decla_btn_wrap a svg {
  width: 24px;
  height: 24px;
}

.decla_call_center {
  font-size: 20px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-top: 80px;
}

.decla_call_center:before {
  background: url("/images/pages/communication/icon_headset_b.png") center no-repeat #f2f2f2;
  border-radius: 50%;
  content: "";
  height: 68px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 68px;
}

.decla_call_center p.num {
  color: #2075a4;
}

.decla_call_center span {
  font-size: 16px;
}

/* 클린신고센터 > 작성 */
.id_open_agree_wrap > strong {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
}

.id_open_agree_inner {
  border: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}

.id_open_agree {
  padding: 0 25px;
  text-align: center;
  flex: 1;
  min-height: 210px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.id_open_agree.left {
  border-right: 1px solid #D7D7D7;
}

.id_open_agree strong {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  word-break: keep-all;
}

.id_open_agree p {
  word-break: keep-all;
  line-height: 1.5;
}

.btn_agrees {
  font-size: 0;
  display: flex;
  gap: 6px;
}

.btn_agrees a {
  padding: 0;
  min-width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn_agrees a.disagree {
  background: #E4E4E4;
  border: 1px solid #E4E4E4;
  color: #545454;
}

.btn_agrees a.disagree:hover {
  background: #D7D7D7;
  border: 1px solid #D7D7D7;
  color: #2B2B2B;
}

.btn_agrees a.agree {
  background-color: #1E5397;
  border-color: #1E5397;
}

/* 클린신고센터 > 상세 */
.info_input_tbl.id_open_agree_tbl tr th,
.info_input_tbl.id_open_agree_tbl tr td {
  text-align: center;
  word-break: keep-all;
}

.info_input_tbl.id_open_agree_tbl tr td.agree {
  color: #1d6cbc;
}

.info_input_tbl.id_open_agree_tbl tr td.disagree {
  color: #505050;
}

  /* 담당직원 찾기 - 조회하기 */
.common_inner:has(.chrg_staff_field) > strong {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
}

.chrg_staff_field table tbody tr th {
  width: 200px;
}

.chrg_staff_field table tbody tr td {
  width: 400px;
}

.sub_cont_txt {
  margin-top: 16px;
  font-size: 16px;
  text-align: start;
  line-height: 1.2 !important;
}

/* 담당직원 찾기 - 조회결과 */
.info_input_each.findEmployeeResult .info_input_tbl tr th,
.info_input_each.findEmployeeResult .info_input_tbl tr td {
  padding: 10px 5px;
  text-align: center !important;
}

/* 대관 문의 */
.rent_down {
  text-align: center;
  margin-bottom: 80px;
}

.rent_down .rent_team {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  word-break: keep-all;
}

.rent_down .rent_tel {
  font-size: 24px;
  color: #2075a4;
  font-weight: 500;
  margin-bottom: 30px;
}

/* 대관 문의 > 대관안내 */
.rent_detail_wrap .rent_detail_each {
  border: 1px solid #eee;
  width: 100%;
  min-height: 410px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 80px;
}

.rent_detail_wrap .rent_detail_each .thumb {
  align-self: stretch;
  width: 51.5%;
  min-height: 100%;
}

.rent_detail_wrap .rent_detail_each .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rent_detail_wrap .rent_detail_each .desc {
  align-self: stretch;
  padding: 50px 20px;
  width: 48.5%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}

.rent_detail_wrap .rent_detail_each .desc dt {
  color: #2075a4;
  font-size: 24px;
  margin-bottom: 25px;
}

.rent_detail_wrap .rent_detail_each .desc dd {
  color: #505050;
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  position: relative;
}

.rent_detail_wrap .rent_detail_each .desc dd:before {
  content: "·";
  left: 0;
  position: absolute;
}

.rent_detail_wrap .rent_detail_each .desc dd.etc {
  padding-left: 15px;
}

.rent_detail_wrap .rent_detail_each .desc dd.etc:before {
  content: "※";
}

.rent_detail_wrap .rent_detail_each .desc dt span {
  color: #505050;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

/* 대관 문의 > 대관비용 */
.rent_ico_txt {
  margin: 40px 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.2;
}

.rent_ico_txt .icon_rent_money {
  background: url("/images/pages/communication/icon_rent_money.png") center no-repeat #f4f4f4;
  border-radius: 50%;
  display: block;
  height: 122px;
  width: 122px;
}

.rent_ico_txt .icon_rent_calc {
  background: url("/images/pages/communication/icon_rent_calc.png") center no-repeat #f4f4f4;
  border-radius: 50%;
  display: block;
  height: 122px;
  width: 122px;
}

.rent_ico_txt .p_b {
  font-size: 24px;
  margin: 70px 0 24px;
  font-weight: 500;
  word-break: keep-all;
}

.rent_ico_txt:not(:has(i)) .p_b {
  margin: 0;
}

.rent_ico_txt .p_b span {
  color: #2075a4;
}

.rent_ico_txt .p_n {
  color: #505050;
  font-size: 18px;
  line-height: 22px;
  word-break: keep-all;
}

.rent_tbl_wrap {
  margin: 40px auto 0;
  width: 100%;
  max-width: 800px;
}

.rent_warn {
  color: #505050;
  font-size: 18px;
  margin: 30px auto 0;
  text-align: start;
  line-height: 1.2;
  word-break: keep-all;
  width: 100%;
  max-width: 800px;
}

.rent_warn span {
  color: #2075a4;
}

.rent_tbl_wrap .dash {
  display: block;
  text-indent: -0.6em;
  margin-left: 0.6em;
}

@media screen and (max-width: 950px) {
  /* 클린신고 센터 */
  .clean_decla_list_cont ul li {
    width: 33.333%;
  }

  .clean_decla_list_cont ul li {
    border-bottom: 1px solid #D7D7D7 !important;
  }

  .clean_decla_list_cont ul li:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}

@media screen and (max-width: 890px) {
  /* 클린신고 센터 */
  .clean_decla_list_cont ul li {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  /* 공통 */
  .info_input_each {
    margin-bottom: 32px;
  }

  /* 고객의소리 > 작성하기 */
  .info_input_each > strong {
    font-size: 18px;
  }

  .info_input_each > .info_content > span {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    position: relative;
    line-height: normal;
  }

  .info_input_each > .info_content > .info_content_inner {
    display: contents;
  }

  .info_input_each > .info_content > .info_content_inner span {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    position: relative;
    line-height: normal;
  }

  .info_input_each > .info_content > .info_content_inner > .ml-auto {
    margin-left: auto;
    text-align: right;
  }

  .info_input_each table.info_input_tbl:has(input) tr,
  .info_input_each table.info_input_tbl:has(input) tr th,
  .info_input_each table.info_input_tbl:has(input) tr td {
    width: 100% !important;
    display: block;
    height: auto;
  }

  .info_input_each table.info_input_tbl:has(input) tr th {
    background: #FFFFFF;
    border-bottom: 0;
  }

  .info_input_tbl tr td:has(input[type="checkbox"]) {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .inputSelPhoneInfo {
    white-space: normal;
  }

  .info_input_each table.info_input_tbl #editor {
    height: 200px;
  }

  /* 고객의 소리 > 질문합니다 ,불편합니다 */
  .voc_card_wrap ul {
    align-items: center;
    flex-direction: column;
  }

  .voc_card_wrap ul li {
    padding: 20px 12px 36px;
    width: 100%;
    gap: 12px;
    align-self: unset;
  }

  .voc_card_wrap ul li figure {
    height: 65px;
    width: 65px;
  }

  .voc_card_wrap ul li strong {
    display: block;
    font-size: 24px;
  }

  .voc_card_wrap ul li .questionInfo {
    min-height: unset;
  }

  .nvreq_btn_wrap {
    width: 100%;
    max-width: 250px;
  }

  .nvreq_btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 고객의 소리 > 질문합니다 ,불편합니다 > 답변확인 */
  .common_inner:has(strong + table.input_serch_tbl) strong {
    font-size: 18px;
  }

  .input_serch_tbl:has(input) tr,
  .input_serch_tbl:has(input) tr th,
  .input_serch_tbl:has(input) tr td {
    width: 100% !important;
    display: block;
    height: auto;
  }

  .input_serch_tbl:has(input) tr th {
    background: #FFFFFF;
    border-bottom: 0;
  }

  .input_serch_tbl tr td:has(input[type="checkbox"]) {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  /* 고객의 소리 > 질문합니다 ,불편합니다 > 답변 */
  .confirm_btn_wrap:has(.btn_delete, .btn_edit) .btn_prev {
    min-width: 80px;
  }

  /** 자주하는 질문 **/
  .faq_wrap {
    margin-top: 32px;
  }

  .faq_sub_ttl > strong {
    font-size: 18px;
  }

  .faq_answ {
    padding: 40px;
  }

  .btn_faq_fold {
    height: 10px;
    width: 18px;
    top: 52px;
  }

  /** 자주하는 질문 - 공통 **/
  .faq_wrap ul li {
    padding: 15px 0 0 0;
  }

  .faq_wrap ul li div.faq_cate_subj {
    height: auto;
    padding: 0 50px 15px 0;
  }

  .faq_cate_sep {
    height: 37px;
    left: 15px;
    line-height: 37px;
    position: relative;
    top: auto;
    transform: translateY(0);
  }

  .faq_subj_txt {
    margin-top: 10px;
    padding-left: 25px;
  }

  /* 소통참여 > 고객서비스헌장 */
  .pream_img {
    margin: 0 auto 40px;
  }

  .serv_standard_ttl {
    font-size: 18px;
  }

  .decla_sub_ttl > strong {
    font-size: 16px;
  }

  .btn_faq_cross {
    height: 20px;
    width: 20px;
  }

  .decla_sub_cont {
    padding: 20px 10px;
  }

  .decla_sub_cont strong.emphasis_ttl {
    margin-top: 16px;
  }

  .decla_sub_cont > table.col_tbl {
    margin: 16px 0;
  }

  .decla_sub_cont > table.col_tbl > thead > tr > th,
  .decla_sub_cont > table.col_tbl > tbody > tr > th,
  .decla_sub_cont > table.col_tbl > tbody > tr > td {
    padding: 10px;
  }

  .decla_sub_cont > .row_tbl_ttl {
    margin: 16px 0 12px;
  }

  .decla_sub_cont > table.row_tbl tr > th,
  .decla_sub_cont > table.row_tbl tr > td {
    padding: 10px;
  }

  /* 클린신고 센터 */
  .info_input_each.clean .title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .prot_secr {
    padding: 20px;
  }

  .clean_decla_list_wrap {
    flex-direction: column;
  }

  .clean_decla_list_ttl {
    padding: 16px;
    width: 100%;
  }

  .clean_decla_list_ttl strong {
    padding-top: 60px;
    font-size: 18px;
  }

  .clean_decla_list_ttl strong:before {
    width: 50px;
    height: 50px;
  }

  .clean_decla_list_cont {
    width: 100%;
  }

  .clean_decla_list_cont ul li {
    padding: 16px;
    height: 160px;
  }

  .clean_decla_list_inner {
    gap: 16px;
  }

  .clean_decla_list_inner strong {
    height: 40px;
    font-size: 18px;
  }

  .decla_btn_wrap {
    gap: 8px;
  }

  .decla_call_center {
    padding-top: 60px;
    font-size: 18px;
  }

  .decla_call_center:before {
    width: 50px;
    height: 50px;
    background-size: 68%;
  }

  .audit_offi_call {
    margin-bottom: 40px;
  }

  .audit_offi_call dt,
  .audit_offi_call dd {
    font-size: 18px;
  }

  /* 클린신고센터 > 작성 */
  .id_open_agree_wrap > strong {
    font-size: 18px;
  }

  .id_open_agree_inner {
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 20px;
  }

  .id_open_agree {
    padding: 20px 0;
    width: 100%;
    min-height: auto;
    align-self: unset;
    gap: 16px;
  }

  .id_open_agree.left {
    border-right: 0;
    border-bottom: 1px solid #D7D7D7;
  }

  .id_open_agree strong {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .btn_agrees a {
    font-size: 14px;
    min-width: 120px;
    height: 28px;
    border-radius: 4px;
  }

  /* 담당직원 찾기 */
  .common_inner:has(.chrg_staff_field) > strong {
    font-size: 18px;
  }

  /* 대관 문의 */
  .rent_down {
    margin-bottom: 64px;
  }

  .rent_down .rent_team {
    font-size: 18px;
  }

  .rent_down .rent_tel {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /* 대관 문의 > 대관안내 */
  .rent_detail_wrap .rent_detail_each {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .rent_detail_wrap .rent_detail_each:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .rent_detail_wrap .rent_detail_each .thumb {
    width: 100%;
  }

  .rent_detail_wrap .rent_detail_each .desc {
    width: 100%;
    padding: 20px;
  }

  .rent_detail_wrap .rent_detail_each .desc dt {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .rent_detail_wrap .rent_detail_each .desc dd {
    font-size: 16px;
  }

  /* 대관 문의 > 대관비용 */
  .rent_ico_txt {
    margin: 32px 20px 0;
  }

  .rent_ico_txt .icon_rent_money {
    background: url("/images/pages/communication/icon_rent_money.png") center no-repeat #f4f4f4;
    height: 70px;
    width: 70px;
    background-size: 70%;
  }

  .rent_ico_txt .icon_rent_calc {
    background: url("/images/pages/communication/icon_rent_calc.png") center no-repeat #f4f4f4;
    height: 70px;
    width: 70px;
    background-size: 50%;
  }

  .rent_ico_txt .p_b {
    font-size: 20px;
    margin: 46px 0 16px;
  }

  .rent_ico_txt .p_n {
    font-size: 16px;
  }

  .rent_tbl_wrap {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 490px) {
  .clean_decla_list_cont ul li {
    width: 100%;
  }

  .clean_decla_list_cont ul li:nth-last-child(2) {
    border-bottom: 1px solid #D7D7D7 !important;
  }

  .clean_decla_list_inner strong br {
    display: none;
  }
}

/* bottom */
.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 2rem;
}