@charset "utf-8";

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ common ============================ */

.customer_wrap .tab_tit3 {
  margin-top: 30px;
}

/* ============================ q&a ============================ */
.review_list .review_item {
  display: flex;
  margin-bottom: 1.5rem;
}

.review_list .mp_rv_top .review_item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .review_list .mp_rv_top .review_item {
    margin-bottom: 20px;
  }
}

.review_list .mp_rv_top .review_option {
  margin-top: 10px;
  margin-bottom: 30px;
}

.review_list .mp_rv_top .review_option p {
  color: #b1b2b3;
  font-size: 16px;
  letter-spacing: -0.48px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .review_list .mp_rv_top .review_option {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .review_list .mp_rv_top .review_option p {
    font-size: 13px;
  }
}

.review_list .review_item .img_area {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #f1f1f1;
  background-color: #fbfbfc;
  border-radius: 20px;
  box-sizing: border-box;
}

.review_list .review_item .txt_area {
  display: flex;
  padding: 0 16px;
  width: calc(100% - 68px);
  background: #fff;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.inqury_item_contents .review_list .review_item .txt_area {
  padding: 0;
  margin-left: 15px;
}

.review_list .review_item .txt_area .title,
.review_list .review_item .txt_area .desc {
  display: block;
  display: -webkit-box;
  max-height: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.review_list .review_item .txt_area .title {
  /* color: #8f8f9b; */
  color: #333;
}

.review_list .review_item .txt_area .desc {
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  max-height: 42px;
  width: 100%;
  max-width: 660px;
  letter-spacing: -0.04rem;
  margin-bottom: 0;
}

.review_list .review_item .txt_area p {
  display: block;
}

.report_txt {
  font-size: 16px;
  letter-spacing: -0.48px;
  text-align: left;
  color: #000;
  padding: 10px 0;
}

.list_wrap .list_area {
  border-top: 0px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  .faq_list .list_wrap .list_area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .report_txt {
    font-size: 14px;
  }
}

.list_wrap .list_area.on {
  background: #ffffff;
  border-top: 0px;
}

.service_center .list_wrap .list_area {
  margin: 0;
  padding: 0;
}

.list_wrap .list_in {
  border: 0;
}

.qna_in {
  display: flex;
  flex-direction: column;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0 60px;
}

.qna_list ul li:first-child .qna_in {
  padding: 30px 0 60px;
}

.list_in p.category,
.list_in p.category_sub {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.list_in p.category {
  color: #ababab;
  margin-bottom: 10px;
}

.list_in p.category_sub {
  color: #000000;
  margin-bottom: 40px;
}

.customer_wrap .list_wrap .list_top .date {
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
}

.inqury_item_contents .list_wrap .list_top .date {
  display: none;
}

.list_in div.question {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.48px;
  margin: 1px 0 0 0px;
  word-wrap: break-word;
}

.list_wrap .list_area.list_open .question {
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  margin: 0 0 20px;
}

.list_wrap .list_area.list_open .question .date {
  display: none;
}

.qna_answer {
  margin: 40px 0 0;
  padding: 22px;
  background-color: #f6f5fe;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.qna_answer::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border-left: 12px solid #f6f5fe;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.qna_manager span.qa {
  content: "";
  position: relative;
  text-indent: -999999px;
  display: inline-block;
  background: url(../../content/images/icon/ico_review_reply.png) no-repeat 0 0;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  line-height: 1;
}

.qna_manager {
  margin: 0 6px 10px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #000;
  line-height: 1;
}

.qna_answer .text_area,
.qna_answer .text_area > * {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #787878;
  text-align: left;

  letter-spacing: -0.84px;
}

.qna_answer .date {
  font-size: 14px;
  text-align: left;

  color: #ababab;
  margin-top: 20px;
}

p.total + .review_write {
  float: right;
  font-size: 18px;
  font-weight: 500;
}

.inqury_item_contents .list_wrap .list_top .state {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

.service_center.inqury_item_contents .list_wrap .list_top .state {
  color: #ababab;
}

@media (max-width: 767px) {
  .service_center.inqury_item_contents .list_wrap .list_top .state,
  .service_center.inqury_item_contents .list_wrap .second_state {
    font-size: 14px;
  }
}

.service_center.inqury_item_contents .list_wrap .state::before {
  content: "[";
  display: inline-block;
}

.service_center.inqury_item_contents .list_wrap .list_top .state::after {
  content: "]";
  display: inline-block;
}

.inqury_item_contents .list_wrap .list_top {
  margin-bottom: 20px;
}

.review_list .list_open .list_in {
  padding: 60px 0;
}

.review_list .list_open:first-child .list_in {
  padding-top: 0;
}

/* ============================ 이용후기 ============================ */
.review_contents .tab-content {
  margin-top: 30px;
}

.review_list .review_write {
  margin-top: 60px;
}

.review_list .review_write .form_wrap_box {
  margin-top: 2rem;
}

.review_total span {
  margin: 0 2px;
  text-align: center;
}

/* ============================ 공지사항 ============================ */
.notice_list {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .notice_list {
    margin-top: 30px;
  }
}

.notice_list .list_area {
  margin: 0 -20px;
  padding: 0 20px;
  cursor: pointer;
}

.notice_list .list_in {
  padding: 60px 0;
  border-bottom: 1px solid #e2e2e2;
}

.notice_list ul li:first-child .list_in {
  padding-top: 0;
}

.notice_list .tit_area .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #333;
  flex: 1;
  display: inline-flex;
  justify-content: flex-start;
  align-content: flex-start;
}

.notice_list .tit_area > div {
  display: inline-flex;
  justify-content: flex-end;
  align-content: flex-start;
  position: relative;
}

.notice_list .tit_area > div .date {
  position: absolute;
  top: 0;
  right: 0;
}

.notice_list .tit_area .date {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  color: #787878;
  margin: 5px 0 0 10px;
}

.notice_list .hide_area {
  display: none;
  margin-top: 30px;
}

.notice_list .img {
  margin-bottom: 40px;
  text-align: left;
}

.notice_list .txt {
  font-size: 18px;
  line-height: 1.5;
  color: #333;

  margin-right: 70px;
}

.notice_list .badge_notice + .txt {
  margin-left: 20px;
}

.notice_list .hide_area .txt {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.48px;
  text-align: left;
  color: #787878;
  margin: 0;
}

.notice_list .list_area {
  margin: 0;
  padding: 0;
}

/* event */
.notice_list .list_area.on {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

.notice_list .list_area.on .list_in {
  border: 0;
}

/* ==================================== 공지사항 ==================================== */

.notice_list .badge {
  width: 37px;
  height: 23px;
  font-size: 16px;
  font-weight: 400;
  padding: 1px 4px;
  background-color: #000;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  transform: translateY(0px);
}

.notice_list .title > span {
  display: inline-block;
  text-align: justify;
  word-spacing: -1px;
  font-weight: 400;
  box-shadow: none;
}

/* ============================ faq ============================ */
.faq_contents .faq_list .category {
  margin-bottom: 20px;
}

/* ============================ 입점문의 ============================ */
.apply_contents .form_wrap_box {
  margin-top: 30px;
}

/* ============================ 일대일문의 ============================ */

.apply_contents .form-control.box,
.apply_contents .custom-select.box,
.inquiry_contents .custom-select.box {
  padding: 15px 20px;
  height: 60px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  width: 100%;
}

.inquiry_contents .form-control.box {
  padding: 15px 20px;
  height: 60px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
}

.inquiry_contents .list_area p.state {
  font-weight: 400;
}

.inquiry_contents .date_select {
  width: calc(100% - 200px);
  margin-right: 20px;
}

.inquiry_contents .search_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.inquiry_contents .search_form .wrap_btn {
  display: block;
  width: 200px;
  margin-top: 0;
}

.inquiry_contents .search_form .wrap_btn button {
  margin: 0;
  width: 200px;
  height: 60px;
  background-color: #333;
}

.apply_contents .custom-select.box {
  margin: 0;
}

.search_form .custom-select.box {
  background: #fff url(/content/images/icon/arrow_down.png) no-repeat
    calc(100% - 40px) center;
  background-size: 14px auto;
  margin: 0 20px 0 0;
}

.inquiry_contents .form-control.box::placeholder {
  font-size: 16px;
  font-size: 14px;
  line-height: 1;
}

.inquiry_contents textarea,
textarea.form-control {
  padding: 20px;
  height: auto;
  min-height: 250px;
  color: #000;
}

.inquiry_contents textarea,
textarea.form-control::placeholder {
  font-size: 16px;
}

textarea.form-control::placeholder {
  color: #b1b2b3;
}

.inquiry_contents .form_wrap_box .form-group {
  margin: 20px 0 0;
}

.inquiry_contents .form_wrap_box .file_area li a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  position: relative;
}

.inquiry_contents .form_wrap_box .file_area li a img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}

.inquiry_contents .form_wrap_box .file_area li {
  margin-right: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.inquiry_contents .form_wrap_box .file_area li.add_img {
  border-radius: 0;
}

.inquiry_contents .info_dot {
  margin-top: 20px;
}

.inquiry_contents .info_dot p {
  color: #ababab;
  font-size: 14px;
}

.inquiry_contents .info_dot p:after {
  background: #ababab;
}

.inquiry_contents .form_wrap_box .btn-group {
  margin: 60px 0 80px 0;
  justify-content: center;
  align-items: center;
}

.inquiry_contents .btn_light {
  border-color: #8c53ff;
  color: #8c53ff;
}

.inquiry_contents .btn-group button {
  width: 235px;
  height: 60px;
  box-sizing: border-box;
}

.inquiry_contents .btn-group div:first-child button {
  margin-right: calc(15px / 2);
}

.inquiry_contents .btn-group div:last-child button {
  margin-left: calc(15px / 2);
}

.inquiry_contents .total_top {
  margin-top: 0;
}

.inquiry_contents .total_top.mt60 {
  margin-top: 60px;
}

.inquiry_contents .total_top .inquiry_write {
  border-top: 1px solid #000;
  border-bottom: 0;
  border-bottom: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.45s;
  margin-top: 0;
}

.inquiry_contents .total_top .inquiry_write.on {
  border-top: 0;
  height: 0;
  padding: 0;
  transition: all 0.45s;
  border: 0;
}

.inquiry_contents .total_top .btn_inquiry {
  font-size: 18px;
  letter-spacing: -1.3px;
}

.inquiry_contents .total_top .search_form {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .inquiry_contents .total_top .search_form {
    margin-top: 20px;
  }
}

.inquiry_contents .total_top .inquiry_write.on + .search_form {
  margin-top: 0px;
}

.inquiry_contents .btn_m.box {
  width: 200px;
}

.inquiry_contents .list_wrap .list_top .state {
  color: #ababab;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.48px;
}

.inquiry_contents .list_wrap .list_top .state::before {
  content: "[";
  display: inline-block;
}

.inquiry_contents .list_wrap .list_top .state::after {
  content: "]";
  display: inline-block;
}

.inquiry_contents .list_wrap .list_top {
  margin-bottom: 21px;
  font-weight: 300;
}

.inquiry_contents .qna_answer {
  margin: 30px 0 0;
}

.inquiry_contents .faq_list .list_open .list_in {
  padding: 60px 0;
}

.contents.inquiry_contents {
  padding-bottom: 140px;
}

/* ============================== 입점문의 ============================== */

.form_area .user_phone {
  width: 120px;
  padding-left: 15px;
}

.form_area .user_phone_edit {
  width: calc(100% - 155px);
  margin-left: 20px;
}

.apply_contents .form_wrap_box .form_area:last-child {
  border: 0;
  padding: 40px 0 0;
}

.apply_contents .form_wrap_box .form-group.file_sel_area {
  margin-top: 60px;
}

.apply_contents .btn_file {
  padding: 0;
  border-color: #000;
  color: #000;
  font-size: 14px;
  line-height: 60px;
}

.apply_contents .info_dot p,
.apply_contents .info_dot li {
  color: #787878;
}

.apply_contents .info_dot {
  margin-top: 20px;
}

.apply_contents .info_dot p:after {
  background: #787878;
}

.apply_contents .form_wrap_box .btn-group {
  margin: 80px -15px 0;
}

.apply_contents .form_wrap_box .btn-group > div {
  padding: 0 15px;
}

.apply_contents .form_wrap_box .btn-group .btn_light {
  color: #8c53ff;
  border-color: #8c53ff;
}

.apply_contents .form_wrap_box .btn-group button {
  width: 235px;
}

.inquiry_contents .wrap_btn {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.inquiry_contents .wrap_btn button {
  width: 235px;
  height: 60px;
  margin: 0 15px 50px;
}

.inquiry_contents .form-control.box,
.inquiry_contents .custom-select.box {
  padding: 0 15px;
  margin: 0;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 60px;
}

.custom-select.box option {
  color: #000 !important;
}

.custom-select.box option:-webkit-autofill,
.custom-select.box option:-webkit-autofill:focus,
.custom-select.box option:visited,
.custom-select.box option:focus,
.custom-select.box option:active,
.custom-select.box option:hover {
  color: #787879;
  -webkit-appearance: none;
}

/* ======================================== tablet ======================================== */
@media (max-width: 767px) {
  .search_form .custom-select.box {
    padding: 16px;
    background: #fff url(/content/images/icon/ico_selectbox.png) no-repeat
      calc(100% - 12px) center;
    background-size: 14px auto;
  }

  .review_write {
    display: none;
  }

  .qna_in {
    display: flex;
    flex-direction: column;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    padding: 0.9em 0 0.9em;
  }

  .qna_list ul li:first-child .qna_in {
    padding: 0.9em 0 0.9em;
  }

  /* ==================== 공지사항 모바일 ==================== */
  .notice_list .tit_area .date {
    margin: 20px 0 0 0;
    justify-content: flex-end;
    width: 100%;
    font-size: 13px;
  }

  .notice_list .txt,
  .notice_list .tit_area .title {
    font-size: 14px;
    line-height: 1.38;
  }

  .notice_list .tit_area .title {
    width: 100%;
  }

  .notice_list .badge {
    width: calc(53px / 2);
    height: calc(32px / 2);
    padding: 1px 2px;
    font-size: 12px;
    font-weight: 300;
  }

  .notice_list .hide_area .txt {
    font-size: 13px;
    letter-spacing: -0.045rem;
    text-align: justify;
  }

  .notice_list .hide_area {
    margin-top: 15px;
  }

  .notice_list .img {
    margin-bottom: 20px;
  }

  .notice_list .list_in {
    padding: 15px 0;
  }

  .notice_list .title > span.txt {
    width: calc(100% - 32px);
    margin-left: 12px;
    margin-right: 0;
  }

  /* ==================== 일대일 ==================== */
  .inquiry_contents .form_wrap_box .file_area ul {
    display: block;
    white-space: nowrap;
    margin: 0;
    width: 100%;
  }

  .inquiry_contents .form_wrap_box .file_area li {
    margin: 0 8px 0 0;
    padding: 0;
    width: calc((100% - 24px) / 4);
    position: relative;
    border-radius: 10px;
    display: inline-block;
  }

  .inquiry_contents .form_wrap_box .file_area li a {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .inquiry_contents .form_wrap_box .file_area li a:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(/content/images/icon/btn_file_del.png) no-repeat 50%;
    background-size: 18px;
  }

  .inquiry_contents .form_wrap_box .file_area li a img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
  }

  .inquiry_contents textarea,
  textarea.form-control {
    font-size: 14px;
  }

  .inquiry_contents textarea,
  textarea.form-control::placeholder {
    font-size: 14px;
  }

  .inquiry_contents .form_wrap_box .form-group {
    margin: 0 0 10px;
  }
  .inquiry_contents .form_wrap_box .form-group.file_area {
    margin: 0;
  }

  .inquiry_contents .total_top {
    margin-top: 20px !important;
  }

  .inquiry_contents .total_top .total,
  .inquiry_contents .total_top .btn_inquiry {
    font-size: 14px;
    line-height: 1;
  }

  .inquiry_contents .total_top .inquiry_write {
    padding: 10px 0 40px;
    margin: 0;
  }

  .inquiry_contents .total_top .inquiry_write.on {
    padding: 0;
  }

  .inquiry_contents .info_dot {
    margin-top: 10px;
  }

  .inquiry_contents .info_dot p {
    font-size: 13px;
    color: #787878;
  }

  .inquiry_contents .info_dot p:after {
    top: 5px;
    background-color: #787878;
  }

  .inquiry_contents .date_select {
    width: calc(100% - 70px);
    margin-right: 10px;
  }

  .inquiry_contents .search_form .wrap_btn {
    width: 70px;
  }

  .inquiry_contents .search_form .wrap_btn button {
    width: 70px;
    height: 50px;
  }

  .inquiry_contents .form_wrap_box .btn-group {
    margin: 40px 0 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .inquiry_contents .wrap_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
    align-content: center;
  }

  .inquiry_contents .wrap_btn button.btn_cancel,
  .inquiry_contents .wrap_btn button.btn_cancel + .btn_primary {
    width: 100%;
    max-width: 152px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 16px;
    text-align: center;
  }

  .inquiry_contents .wrap_btn button.btn_cancel {
    margin-right: 7px;
  }

  .inquiry_contents .wrap_btn button.btn_cancel + .btn_primary {
    margin-left: 7px;
  }

  .inquiry_contents .total_top .inquiry_write.on + .search_form {
    margin-top: 20px;
  }

  .inquiry_contents .total_top .inquiry_write {
    border-top: 0;
  }

  .inquiry_contents .faq_list .list_open .list_in {
    padding: 30px 0;
  }

  .inquiry_contents .list_wrap .list_top .state {
    font-size: 14px;
  }

  .inquiry_contents .list_wrap .list_top {
    margin-bottom: 8px;
  }

  .faq_list .list_open .list_in {
    padding: 30px 0;
  }

  .list_wrap.faq_list .list_area.on .list_in {
    padding: 30px 0;
  }

  .contents.inquiry_contents {
    padding-bottom: 70px;
  }

  .inquiry_contents .pagination {
    margin-top: 70px !important;
  }

  .inquiry_contents .btn_m.box {
    width: 70px;
  }

  .inquiry_contents .search_form .row div:first-child {
    padding-right: 10px;
    max-width: 240px;
  }

  .inquiry_contents .row {
    justify-content: space-between;
    align-content: center;
    width: calc(100% - 30px);
  }

  /* ============================== 입점문의 ============================== */
  .apply_contents .form-control.box,
  .apply_contents .custom-select.box,
  .inquiry_contents .form-control.box,
  .inquiry_contents .custom-select.box {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .apply_contents .form-control.box::placeholder,
  .inquiry_contents .form-control.box::placeholder {
    line-height: 1;
    font-size: 14px;
  }

  .apply_contents .form-control.box,
  .apply_contents .custom-select.box {
    padding: 15px;
  }

  .inquiry_contents textarea,
  textarea.form-control {
    padding: 15px;
    color: #000;
  }

  .form_area .user_phone {
    width: 96.5px;
    padding-left: 15px;
  }

  .form_area .user_phone_edit {
    width: calc(100% - 106.5px);
    margin-left: -5px;
  }

  .form_wrap_box .form-group {
    margin: 10px 0 0;
  }

  .custom-select.box {
    background-position: calc(100% - 10px) center;
    color: #000;
  }

  .form_wrap_box .form_area {
    padding: 0;
  }

  .apply_contents .form_wrap_box .form_area:last-child {
    padding-top: 50px;
  }

  .apply_contents .form_wrap_box .form-group.file_sel_area {
    margin-top: 30px;
  }

  .info_dot {
    margin-top: 10px;
  }

  .info_dot p {
    margin-bottom: 5px;
  }

  .apply_contents .form_wrap_box .btn-group button {
    width: 152.5px;
    height: 50px;
  }

  .apply_contents .form_wrap_box .btn-group > div {
    padding: 0;
  }

  .apply_contents .form_wrap_box .btn-group {
    margin: 40px 0 0 0;
    justify-content: space-between;
  }

  .contents.apply_contents {
    margin-top: 70px;
  }

  .apply_contents .btn_file {
    line-height: 50px;
  }
}

@media (min-width: 768px) {
  /* ============ q&a ============ */
  .review_list .review_item .img_area {
    width: 160px;
    height: 160px;
  }

  .review_list .review_item .txt_area {
    width: calc(100% - 160px);
    padding: 0 30px;
  }

  /* ============ 공지사항 ============ */
  .notice_list .list_area {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .notice_list .tit_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.inqury_item_contents .total_top,
.faq_contents .total_top {
  margin-top: 60px;
}

@media (max-width: 480px) {
  .inquiry_contents .pagination {
    margin-top: 50px !important;
  }
}

/* ================= 추가  ===================================================================================== */
.review_contents .total_top .total_area {
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom: solid 4px #000;
}

.review_contents .grade {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #999;
}

.review_contents .grade .txt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.review_contents .grade .rating_star {
  margin: 0 20px 0 30px;
}

.review_contents .grade .rating_star span {
  width: 36px;
  height: 36px;
}



.review_contents .review_list .counter {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-left: 4px;
  line-height: 1;
  display: none;
}

.review_contents .grade .num > b {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  vertical-align: text-bottom;
}

.review_contents .list_wrap {
  border-top: solid 1px #686868;
}

.review_contents .review_list .list_top_sel {
  padding-bottom: 15px;
  border-bottom: solid 1px #e2e2e2;
  text-align: center;
}

.review_contents .review_list .list_top_sel .btn_my_filter {
  display: inline-block;
  position: relative;
  min-width: 340px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2684ff;
  line-height: 60px;
  vertical-align: top;
}

.review_contents .review_list .list_top_sel .btn_my_filter:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 60px;
  margin-left: 10px;
  background: url(/content/images/icon/ico_my_ft.png) no-repeat center center;
  vertical-align: top;
}

.review_contents .review_list .list_top_sel .btn_my_filter:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  border: solid 1px #2684ff;
  transition: all 0.4s;
}

.review_contents .review_list .list_top_sel .btn_my_filter:hover:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #2684ff;
}

.review_contents .review_list .list_top_sel .custom-select {
  float: right;
  width: auto;
  height: 3rem;
  margin-top: 30px;
  padding-right: 20px;
  border-bottom: none;
  font-size: 1.4rem;
}

.review_contents .rv_prd_sec {
  padding: 30px;
  background: #fff;
}

.review_contents .rv_prd {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.review_contents .rv_prd .img {
  display: table-cell;
  width: 125px;
  border: solid 1px #fbfbfb;
  vertical-align: middle;
  transition: border 0.4s;
}

.review_contents .rv_prd .img:hover {
  border: solid 1px #000;
}

.review_contents .rv_prd .tit {
  display: table-cell;
  padding: 35px;
  background: #fbfbfb;
  vertical-align: middle;
}

.review_contents .rv_prd .tit > a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

.review_contents .rv_prd .tit > a:hover {
  text-decoration: underline;
}

/* ======================================== 이용후기 ======================================== */

.review_contents .review_wrapper .rv_prd_sec {
  padding: 0;
  background: unset;
}

.review_contents .review_wrapper .rv_prd {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}

.review_contents .review_wrapper .rv_prd li {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 10px;
  position: relative;
}

.list_wrap .review_wrapper .list_area {
  border-bottom: 1px solid #d9d9d9;
  padding: 60px 0;
  border-top: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: flex-start;
}

.rv_userId span {
  font-size: 16px;
  color: #787878;
  margin: 0 0 5px;
  line-height: 1;
  letter-spacing: -0.48px;
  display: block;
}

.rv_userId span.my_rv_leav {
  font-weight: 700;
  color: #000;
  display: inline-block;
}

.rv_userId span.my_rv_leav::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/cheked_ico.png) no-repeat center center;
  transform: translate(5px, 4px);
}

.rv_user_comment span {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.48px;
  text-align: left;
  margin: 30px 0;
  display: block;
}

.review_wrapper p.good_count {
  /* margin: 38px 0 0; */
  margin: 30px 0 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.review_wrapper p.good_count span.thumbs_up {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  min-width: 63px;
  height: 30px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  position: relative;
  text-align: right;
  word-break: keep-all;
  margin-left: 8px;
  animation: all 1s;
  cursor: pointer;
}

.review_wrapper p.good_count span.thumbs_up:hover::after {
  content: "";
  border: 5px solid #d1bcfb;
  opacity: 0.3;
  border-radius: 30px;
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  z-index: -1;
}

.review_wrapper p.good_count span.thumbs_img {
  display: inline-block;
  background: url(/content/images/icon/thumbs_ico_black.png) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.review_wrapper p.good_count.on span.thumbs_up {
  color: #fff;
  background-color: #8c53ff;
  border-width: 2px;
  width: 64px;
  border-color: #8c53ff;
  animation: all 1s;
}

.review_wrapper p.good_count.on span.thumbs_img {
  display: inline-block;
  background: url(/content/images/icon/thumbs_ico_white.png) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.review_contents .rv_my_info {
  display: none;
  margin: 25px 0 20px;
  padding: 20px;
  background: #fff;
  border: solid 1px #e3e3e3;
}

.review_contents .rv_my_info > li {
  position: relative;
  padding-left: 120px;
  font-size: 1.3rem;
  color: #000;
  line-height: 28px;
}

.review_contents .rv_my_info > li .cate {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.review_contents .rv_my_info > li > p {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.review_contents .rv_my_info > li > p:last-child {
  margin: 0;
}

.review_contents .rv_my_info > li > p > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
  vertical-align: top;
}

.review_contents .review_origin {
  display: flex;
}

.review_contents .review_origin .txt_area {
  width: calc(100% - 68px);
  padding-right: 10px;
}

.review_contents .review_origin .txt_area .title {
  display: -webkit-box;
  max-height: 6.6rem;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.review_contents .review_origin .img_area {
  position: relative;
  width: 68px;
  height: 68px;
}

.review_contents .review_origin .img_more {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

.review_contents .review_origin .img_more span {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}

.review_contents .review_img .img_area {
  margin-top: 2rem;
}

.review_contents .list_area.on .review_origin .img_area {
  display: none;
}

.review_contents .list_area.on .review_origin .txt_area {
  width: 100%;
  padding: 0;
}

.review_contents .list_area.on .review_origin .txt_area .title {
  display: block;
  max-height: 100%;
}

.review_contents .review_img {
  display: none;
}

.review_contents .rv_btm {
  display: flex;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review_contents .rv_btm > dt {
  font-weight: 400;
  color: #999;
  opacity: 1;
  transition: opacity 0.4s;
}

.review_contents .rv_btm > dd {
  color: #000;
  text-align: right;
}

.review_contents .rv_btm .btn_good {
  display: inline-block;
  position: relative;
  min-width: 76px;
  padding: 0 15px;
  margin-left: 10px;
  background: #fff;
  border: solid 1px #e2e2e2;
  border-radius: 50px;
  font-size: 1.4rem;
  color: #2684ff;
  text-align: center;
  line-height: 28px;
  vertical-align: top;
}

.review_contents .rv_btm .btn_good:before {
  content: "\e8dc";
  display: inline-block;
  margin-right: 5px;
  font-family: "Material Icons";
  font-size: 1.6rem;
  vertical-align: top;
  transition: font-size 0.4s;
}

.review_contents .rv_btm .btn_good:after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: solid 1px #fff;
  border-radius: 50px;
  transition: all 0.4s;
}

.review_contents .rv_btm .btn_good > span {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  font-weight: 700;
  line-height: 1;
  vertical-align: top;
  z-index: 1;
  transition: color 0.4s;
}

.review_contents .rv_btm .btn_good:hover:before {
  font-size: 2.3rem;
}

.review_contents .rv_btm .btn_good:hover:after {
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: solid 5px #2684ff;
  opacity: 0.3;
}

.review_contents .rv_btm .btn_good.chk {
  background: #2684ff;
  border: solid 1px #2684ff;
  color: #fff;
}

.review_contents .rv_btm .btn_good.chk:after {
  display: none;
}

.review_contents .rv_comment {
  display: none;
  position: relative;
  margin-top: 25px;
  padding: 20px;
  background: #fff;
  border: solid 1px #e3e3e3;
  font-size: 1.3rem;
  color: #666;
  line-height: 22px;
}

.review_contents .rv_comment:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -11px;
  width: 10px;
  height: 11px;
  background: url(/content/images/icon/blt_rv_comment.png) no-repeat center
    center;
}

.review_contents .rv_comment > dt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

.review_contents .rv_comment > dt:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 22px;
  background: url(/content/images/icon/ico_rv_commnet.png) no-repeat left 3px;
  vertical-align: top;
}

.review_contents .list_area.on .rv_btm > dt {
  opacity: 0;
}

.list_open .btn_wrap button {
  /* display: none; */
  width: 152px;
  height: 40px;
  margin: 20px auto 0;
  padding: 0;
  border-radius: 10px;
  border: 0;
  background-color: #333;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}


.mp_rv_top div.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
}

.mp_rv_top .row span.date {
  color: #787878;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.36px;
}

@media (max-width: 767px) {
  .mp_rv_top .row span.date {
    font-size: 13px;
  }

  .mp_rv_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
  }

  .mp_rv_top div.row {
    display: inline-flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    align-items: center;
  }

  .rating_star + span.date {
    font-size: 13px;
    color: #787878;
  }

  .review_contents .review_list .rating_star {
    display: inline-flex;
    justify-content: flex-start;
    align-content: center;
    width: 50%;
    margin-top: 0;
  }

  .rv_user_comment {
    display: flex;
    width: 100%;
  }
}

ul.review_wrapper .rating_star span {
  margin-right: 3px;
}

.review_wrapper .btn_wrap .btn {
  width: 152px;
  height: 40px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-left: 16px;
}

.btn_wrap .btn.btn_modify {
  background-color: #fff;
  border: 1px solid #959595;
  color: #000;
}

.btn_wrap .btn.btn_delete {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

.review_contents .list_wrap.review_list {
  border-top: none;
  margin-top: 0;
  flex-direction: column;
}

.inquiry_contents .pagination {
  margin-top: 100px;
  justify-content: center;
}

.inqury_item_contents .review_list .list_wrap .qa {
  font-size: 16px;
}

.list_area .desc + .coupon {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 0px;
}

.list_wrap .list_area .question > span.sq {
  display: none;
}

.list_area .qna_answer.user_question {
  background-color: #f8f8f9;
  margin: 10px 0 0 0;
  padding: 22px;
}

.list_area .qna_answer.user_question::after {
  display: none;
}

.list_area .qna_answer.user_question .img_area {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}

.list_area .qna_answer.user_question .img_area span {
  margin-right: 10px;
  width: auto;
  cursor: pointer;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.list_area .rv_prd_sec .img_area span {
  margin-right: 10px;
  width: auto;
  cursor: pointer;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.list_area .rv_prd_sec .img_area {
  /* margin-top: 30px; */
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}

@media (max-width: 767px) {
  .list_area .rv_prd_sec .img_area span {
    display: block;
    width: 100%;
    height: calc(100vw - 40px);
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .list_area .rv_prd_sec .img_area {
    display: block;
    /* margin:0; */
  }

  .list_area .rv_prd_sec .img_area span:not(:first-child),
  .list_area .qna_answer.user_question .img_area span:not(:first-child) {
    display: none;
  }
}

.list_area .qna_answer.user_question .img_area span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_area .qna_answer.user_question .img_area .img_more {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  justify-content: center;
  align-items: center;
}

.list_area .qna_answer.user_question .img_area .img_more a {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.list_open .btn_wrap {
  width: 100%;
  text-align: right;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}

.review_list .img_area .img_more {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  justify-content: center;
  align-items: center;
}

.review_list .img_area .img_more a {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 767px) {
  .review_list .img_area .img_more {
    display: block;
  }

  .review_list .img_area .img_more a {
    top: 15px;
    right: 15px;
  }
}

.review_list .img_area .img_more a img {
  max-width: 100%;
}

/* ========================================================반응형========================================================*/

@media (max-width: 991px) {
  .review_contents .total_top .total_area {
    margin-bottom: 30px;
  }

  .review_contents .list_wrap {
    margin-top: 50px;
  }

  .review_contents .review_list .list_top_sel .btn_my_filter {
    font-size: 1.4rem;
    line-height: 50px;
  }

  .review_contents .review_list .list_top_sel .btn_my_filter:after {
    height: 50px;
  }

  .review_contents .review_list .list_top_sel .custom-select {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .review_contents .rv_prd .tit {
    padding: 30px;
  }

  .review_contents .rv_prd .tit > a {
    font-size: 1.3rem;
  }

  .review_contents .main_tit,
  .notice_contents .main_tit,
  .inqury_item_contents .main_tit,
  .faq_contents .main_tit,
  .inquiry_contents .main_tit,
  .apply_contents .main_tit,
  .review_contents .main_tit {
    margin-top: 0px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .review_contents .total_top .total_area {
    padding-bottom: 0;
    border: none;
  }

  .review_contents .grade {
    font-size: 1.6rem;
  }

  .review_contents .grade .rating_star {
    margin: 0 20px;
  }

  .review_contents .grade .rating_star span {
    width: 24px;
    height: 24px;
  }

  .review_contents .grade .num > b {
    font-size: 2.4rem;
  }

  .review_contents .list_wrap {
    margin-top: 30px;
  }

  .review_contents .review_list .list_top_sel {
    padding-top: 30px;
    border-top: solid 1px #f5f5f5;
  }

  .review_contents .review_list .list_top_sel .btn_my_filter {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }

  .review_contents .review_list .list_top_sel .btn_my_filter:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .review_contents .review_list .list_top_sel .custom-select {
    float: none;
    width: 60px;
    margin-left: calc(100% - 60px);
    font-size: 1.4rem;
  }

  .review_contents .rv_prd_sec {
    padding: 30px 0 0;
  }

  .review_contents .rv_prd .tit {
    padding: 20px;
  }

  .review_contents .list_wrap .list_area.on {
    border-top: none;
  }

  .review_contents .list_wrap .list_area.on .rv_prd_sec {
    margin: 0 -20px;
    padding: 30px 20px;
  }

  .service_center .tit_wrap .tit {
    font-size: 21px;
    line-height: 1;
  }

  .inqury_item_contents .tit_wrap {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .service_center .total_top .total {
    font-size: 16px;
  }

  .service_center .total_top .search_form {
    margin-top: 10px;
  }

  .service_center .list_wrap {
    margin-top: 0;
    border: 0;
  }

  .service_center .review_item .txt_area .title {
    font-size: 14px;
    letter-spacing: -0.72px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .service_center .review_list .list_open .list_in {
    padding: 30px 0;
  }

  .inqury_item_contents .list_wrap .list_top {
    margin-bottom: 10px;
  }

  .inqury_item_contents .list_wrap .list_top .state {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.72px;
  }

  .customer_wrap .list_wrap .list_top .date {
    font-size: 13px;
  }

  .inquiry_contents .customer_wrap .list_wrap .list_top .date {
    display: none;
  }

  .customer_wrap .review_list .review_item .txt_area .desc {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.39;
    letter-spacing: -0.06rem;
    display: -webkit-box;
  }

  .list_area .desc + .coupon {
    line-height: 1;
    margin-top: 20px;
    font-size: 14px;
  }

  .review_list .review_item {
    margin-bottom: 20px;
  }

  .list_in p.category {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .list_in p.category_sub {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.42;
    font-weight: 400;
  }

  .list_in div.question {
    font-size: 14px;
    line-height: 1.42;
    margin: 0 20px 0 0;
    width: 100%;
    padding-left: 16px;
  }

  .inquiry_contents .list_wrap .list_area {
    margin: 0 0 !important;
    padding: 0 0 !important;
  }

  .list_wrap .qa {
    position: absolute;
    top: 3px;
    left: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #000;
  }

  .qna_answer {
    margin: 10px auto 5px 0;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  .qna_manager span.qa {
    content: "";
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    line-height: normal;
    font-size: 14px;
    line-height: 14px;
    width: 14px;
    height: auto;
  }

  .qna_answer .text_area,
  .qna_answer .text_area > * {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 1px;
    box-sizing: border-box;
    line-height: 1.42;
  }

  /* 개발 p,span 삽입시 적용 css */
  .qna_answer .text_area > *,
  .qna_answer .text_area > * > * {
    font-size: 14px !important;
    margin-top: 10px !important;
    padding-left: 1px !important;
    box-sizing: border-box !important;
    line-height: 1.42 !important;
    font-family: "Spoqa Han Sans Neo" !important;
  }

  .qna_answer .text_area span {
    font-size: inherit;
    color: inherit;
  }

  .qna_manager {
    font-size: 14px;
    position: relative;
  }

  .qna_answer .date {
    font-size: 13px;
    margin: 10px 0 4px 0;
  }

  .qna_answer::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border-left: 12px solid #f6f5fe;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .list_area .qna_answer.user_question {
    padding: 10px;
  }

  .list_open.on .btn_wrap {
    display: block;
    margin: 20px 0 0;
  }

  .list_open .btn_wrap button {
    width: 70px;
    height: 30px;
    margin: 15px auto 0;
    padding: 0;
    border-radius: 5px;
    border: 0;
    background-color: #333;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
  }

  .search_form .custom-select.box {
    height: 50px;
    line-height: 1;
    padding: 15px 0 15px 15px;
    background: #fff url(/content/images/icon/ico_selectbox.png) no-repeat
      calc(100% - 15px) center;
    background-size: 11px auto;
    font-size: 13px;
    font-weight: normal;
    box-sizing: border-box;
    color: #000;
    width: 100%;
  }

  .search_form .custom-select.box option {
    font-size: 13px;
  }

  .search_form div .btn_primary {
    width: 70px;
    height: 50px;
    font-size: 13px;
    font-weight: 300;
    background: #333;
    border-radius: 5px;
  }

  .list_wrap .review_wrapper .list_area {
    padding: 30px 20px 45px;
    box-sizing: border-box;
  }

  .review_contents .list_wrap .review_wrapper .list_area {
    padding: 30px 0px 45px;
    box-sizing: border-box;
  }

  .review_contents .list_wrap .review_wrapper.mlr20 .list_area {
    padding: 30px 20px 45px;
    box-sizing: border-box;
  }

  .rv_userId span,
  .mp_rv_top .rating_star .counter,
  .rv_user_comment span {
    font-size: 14px;
  }

  .mp_rv_top > div:first-child span.date {
    font-size: 13px;
  }

  .rv_user_comment span {
    margin: 20px 0px;
    width: 100%;
    font-size: 14px;
  }

  .review_contents .review_wrapper .rv_prd li {
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .review_contents .review_wrapper .rv_prd li:first-child {
    display: block;
  }

  .review_wrapper p.good_count {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: normal;
  }

  .review_wrapper .btn_wrap .btn {
    width: 70px;
    height: 30px;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
    border-radius: 5px;
  }

  .review_wrapper p.good_count span.thumbs_up,
  .review_wrapper p.good_count.on span.thumbs_up {
    width: 70px;
    justify-content: center;
    margin-left: 5px;
    font-size: 13px;
  }

  .review_wrapper p.good_count span.thumbs_img,
  .review_wrapper p.good_count.on span.thumbs_img {
    margin-right: 4px;
    width: 14px;
    height: 14px;
  }

  .list_area .qna_answer {
    margin-top: 30px;
  }

  .review_wrapper .qna_manager span.qa {
    content: "";
    position: relative;
    text-indent: -999999px;
    display: inline-block;
    background: url(../../content/images/icon/ico_review_reply.png) no-repeat 0 0;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    line-height: normal;
    top: 3px;
  }

  .service_center .total_top .total {
    font-size: 14px;
    line-height: 1;
  }

  .faq_contents .total_top,
  .inqury_item_contents .total_top {
    margin-top: 30px;
    font-size: 0;
    line-height: unset;
    height: auto;
  }

  .service_center .total_top .search_form {
    margin-top: 20px;
  }

  .review_list .review_item .img_area {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }

  .list_area .qna_answer.user_question {
    padding: 20px;
  }

  .inquiry_contents .total_top {
    margin-top: 30px !important;
  }

  .inquiry_contents.inquiry-entryForm_contents .total_top {
    margin-top: 0px !important;
  }

  .inquiry_contents .total_top .inquiry_write {
    padding-top: 20px;
  }

  /* 230307 PSH 추가 */
  .inquiry_partnership .total_top,
  .inquiry_partnership .total_top .inquiry_write {
    padding-top: 0;
    margin-top:0 !important
  }

  .inquiry-entryForm_contents.inquiry_contents .total_top .inquiry_write {
    padding-top: 0px;
  }

  .inquiry_contents .total_top .btn_inquiry {
    font-size: 13px;
  }

  .list_area .qna_answer.user_question .img_area {
    display: block;
  }

  .list_area .qna_answer.user_question .img_area span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }

  .list_area .qna_answer.user_question .img_area span img {
    margin-right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    display: block;
  }

  .list_area .qna_answer.user_question .img_area .img_more {
    display: block;
  }

  .list_area .qna_answer.user_question .img_area .img_more a {
    top: 15px;
    right: 15px;
  }
}

.inqury_item_contents.service_center .list_open .btn_wrap button {
  margin: 40px auto 0;
}

@media (max-width: 480px) {
  .inqury_item_contents.service_center .list_open .btn_wrap button {
    margin: 0 0 0 auto;
  }
}

.review_contents .btn_wrap button {
  margin: 0;
}

.review_contents .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 40px auto;
  width: auto;
}

.review_contents .review_list .btn_wrap {
  margin: 40px 0 0 auto;
}

@media (max-width: 767px) {
  .review_contents .review_list .btn_wrap {
    margin: 27px 0 0 auto;
  }
}

.search_form .col-9,
.search_form .col-sm-10,
.search_form .col-xs-10,
.search_form .col-3,
.search_form .col-sm-2,
.search_form .col-xs-2 {
  flex: unset;
  width: unset;
}

.search_form button.btn.btn_m.box.btn_primary {
  width: 200px;
}

.search_form .row.no-gutters > div:first-child {
  width: 100%;
  max-width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .search_form button.btn.btn_m.box.btn_primary {
    width: 70px;
    height: 50px;
  }

  .search_form .row.no-gutters > div:first-child {
    width: 100%;
    max-width: calc(100% - 70px);
  }

  .total_top .search_form {
    margin-top: 20px;
  }

  .list_wrap.faq_list {
    margin: 0;
    border: 0;
  }

  .total_top .total {
    font-size: 14px;
  }

  .notice_list .title > span {
    font-size: 14px;
    margin: 0;
  }

  .notice_list .title > .badge.badge_notice {
    transform-origin: center;
    transform: translateY(2px);
  }

  .notice_list .title > span.txt {
    margin-left: 6px;
  }

  .tab_tit4 .nav {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-around;
    padding: -0 10px;
  }

  .tab_tit4 .nav-item {
    flex: 1;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
  }

  .faq_contents .list_wrap .list_area {
    margin: 0;
    padding: 0;
  }
}

/* 이용후기 이미지 잘려보이는 현상 */
.review_list li .img_area a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.review_list li .img_area a img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: unset;
  max-height: 100%;
  transform: translateX(-50%);
}

.inqury_item_contents.service_center
  .list_open
  .rv_block_mem
  .btn_wrap
  button.rv_report_late {
  color: #fff;
  background: #8c53ff;
  border: 2px solid #8c53ff;
}

.inqury_item_contents.service_center
  .list_open
  .rv_block_mem
  .btn_wrap
  button.member_block {
  color: #8c53ff;
  background: #fff;
  border: 2px solid #8c53ff;
}

.inqury_item_contents.service_center .list_open .rv_block_mem .btn_wrap {
  justify-content: space-between;
}

.inqury_item_contents.service_center .list_open .btn_wrap button.rv_report_late,
.inqury_item_contents.service_center .list_open .btn_wrap button.member_block {
  width: calc(50% - 5px);
  min-width: unset;
  margin: 0;
  height: 60px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 100px;
}

.file_area li {
  position: relative;
  margin-right: 10px;
  width: 77px;
  height: 77px;
  display: inline-block;
}

.file_area li div {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
  background: none;
}

.form_wrap_box .file_area li div {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  overflow: hidden;
  background: none;
}


.file_area .btn_file_del {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: url(/content/images/icon/btn_file_del.png) no-repeat 50%;
  background-size: 18px;
}

@media (max-width: 767px) {
  .file_area ul li {
    overflow: hidden;
    width: calc(100% / 4 - 4px);
  }

  .modal_full .modal-content .file_area ul li {
    border-radius: 10px;
    margin: 0;
  }

  .form_wrap_box .file_area li div {
    border-radius: 10px;
  }
}

/* 고객센터 스와이퍼 */

.wrap_review_photo_more_view {
  z-index: 10091;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s;
}

.wrap_review_photo_more_view.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  visibility: visible;
  opacity: 1;
}

.wrap_review_photo_more_view .wrap_close {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 99999;
}

.wrap_review_photo_more_view .wrap_close .btn_close {
  width: 50px;
  height: 50px;
  background: url(/content/images/icon/ico_close_popup.png) no-repeat center
    center;
  background-size: 50px auto;
  position: absolute;
  top: 62px;
  right: 50px;
}

/* 후기 --> 포토리뷰 더보기 스와이퍼 */
.wrap_review_photo_more_view .wrap_photo_slider {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wrap_review_photo_more_view .wrap_photo_slider .review_more {
  margin-top: -60px;
  width: 50%;
  height: auto;
}

.modalBg {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10051;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.35s;
  opacity: 0;
}

.modalBg.on {
  visibility: visible;
  opacity: 1;
}

.review_more .swiper-pagination-fraction {
  top: 40px;
  bottom: unset;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: transparent;
  width: 46px;
  height: 46px;
  bottom: 50%;
  margin-bottom: -23px;
  top: unset;
}

.review_more .wrap_btn_nav .swiper-button-prev,
.review_more .wrap_btn_nav .swiper-button-next {
  border-radius: 10px;
  /* background: rgba(0, 0, 0, 0.45); */
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 199999;
}

.review_more .wrap_btn_nav .swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, 0.45)
    url(/content/images/icon/ico_review_more_next.png) no-repeat center center;
  background-size: 36px auto;
}

.review_more .wrap_btn_nav .swiper-button-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.45)
    url(/content/images/icon/ico_review_more_prev.png) no-repeat center center;
  background-size: 36px auto;
}

.review_more .wrap_btn_nav .swiper-button-prev.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.15)
    url(/content/images/icon/ico_review_more_prev.png) no-repeat center center;
  background-size: 36px auto;
}

.review_more .swiper-slide {
  max-height: 80vh;
}
.review_more .swiper-slide img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrap_review_photo_more_view .swiper-pagination {
    position: fixed;
  }
}

@media (max-width: 480px) {
  .swiper-container {
    position: unset;
  }

  .wrap_review_photo_more_view .wrap_photo_slider .review_more {
    width: 100%;
    height: auto;
    max-height: 60vh;
    overflow: hidden;
  }

  .review_more .swiper-pagination-fraction {
    top: 38px;
    font-size: 12px;
    font-weight: 300;
  }

  .wrap_review_photo_more_view .wrap_close .btn_close {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    top: 30px;
    right: 20px;
  }
}

.option_area {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.048rem;
  text-align: left;
  color: #b1b2b3;
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .option_area {
    font-size: 14px;
    margin: 15px 0 0;
    line-height: 1.36;
    letter-spacing: -0.084rem;
  }
}

/* 230307 psh 추가 */

.inquiry_contents .form_wrap_box .file_area .form-control{
  width:100%;
  height:6rem;
  line-height:6rem;
  border:1px solid #787878;
  color:#333;
  text-align: center;
}


@media (max-width: 480px) {
  .inquiry_contents .form_wrap_box .file_area .form-control{
    height:5rem;
    line-height:5rem;
  }
}


/* 20240613 추가 */
.prevent-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px;
    background-color: #f9f9f9;
    padding: 20px;
    font-size: 14px;
}

.prevent-container #captchaImg {
    flex: none;
    height:6rem;
}
.prevent-wrap {
    flex: 1;
    display: inline-block;
    padding-left: 20px;
}

.prevent-wrap > p {
    margin-bottom: 10px;
    font-size: 14px;
}

.prevent-input {
    display: flex;
    align-items: center;
}

.prevent-input input[type='text']{
    border: 1px solid gray;
    background-color: #fff;
    height: 40px;
}

.prevent-input button {
    flex: none;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: underline;
    color: #aaa;
}

.captchaInfo {
  font-size: 14px;
}

@media (max-width: 480px) {
    .inquiry_contents .form_wrap_box .prevent-container{
        margin: 10px 0;
        flex-direction: column;
    }
    .prevent-wrap {
        width:100%;
        padding: 10px 0 0 0;
    }
    .prevent-wrap > p {
        margin-bottom: 6px;
    }
    .prevent-input  input[type="text"] {
        line-height: 24px;
    }
}

/* e// 20240613 추가 */