@charset "UTF-8";
.pmh-page-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .pmh-page-title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
  }
}
.empty {
  text-align: center;
  color: var(--bh_color_gray_500);
}
.common-wrap {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--bh_color_white);
  overflow: hidden;
  /* 로그인 */
  /* 로그인 끝 */
}
.common-wrap.signin {
  padding: 0;
}
.common-wrap.signin .nav-tabs {
  display: flex;
}
.common-wrap.signin .nav-tabs li {
  width: 50%;
}
.common-wrap.signin .nav-tabs li a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  background-color: var(--bh_color_gray_50);
}
.common-wrap.signin .nav-tabs li.active a {
  background-color: var(--bh_color_white);
}
.common-wrap.signin .login-body {
  padding: 30px;
}
.common-wrap.signin .login-body .control-group {
  margin-bottom: 20px;
}
.common-wrap.signin .social-login-wrap > .bh_row {
  margin: 30px 0;
}
.common-wrap.signin .social-login-wrap .line {
  width: 100%;
  height: 1px;
  background-color: var(--bh_color_gray_300);
}
.common-wrap.signin .social-login-wrap .social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
}
.common-wrap.signin .social-login-wrap .social-login-btn i {
  font-size: 24px;
  font-weight: normal;
}
.common-wrap.signin .social-login-wrap .social-login-btn.kakao {
  background-color: #fedf2a;
  border-color: #fedf2a;
}
@media (max-width: 992px) {
  .body {
    min-height: 100vh;
  }
  .body .content_wrap {
    width: 100%;
  }
  .bh:has(.signin.common-wrap) .body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  footer, #quick_menu {
    display: none !important;
  }
  .common-wrap {
    max-width: 100%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: none;
    /* 로그인 */
    /* 로그인 끝 */
  }
  .common-wrap.signin {
    border-radius: 5px;
  }
  .common-wrap.signin .nav-tabs li a {
    font-size: 14px;
    padding: 10px;
    color: var(--bh_color_gray_600);
    border-bottom: 1px solid var(--bh_color_gray_300);
    border-radius: 5px 5px 0 0;
    background-color: transparent;
  }
  .common-wrap.signin .nav-tabs li.active a {
    color: var(--bh_color_gray_900);
    border: 1px solid var(--bh_color_main);
    border-bottom-color: transparent;
  }
  .common-wrap.signin .login-body {
    padding: 30px 0 0 0;
  }
  .common-wrap.signin .login-body .control-group {
    margin-bottom: 15px;
  }
  .common-wrap.signin .social-login-wrap > .bh_row {
    margin: 30px 0 15px 0;
  }
  .common-wrap.signin .social-login-wrap .social-login-btn {
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
  }
  .common-wrap.signin .social-login-wrap .social-login-btn i {
    font-size: 16px;
  }
}
/* 회원가입 */
.xm {
  /* 생년월일 */
  /* 주소 */
  /* 전화번호 */
}
.xm .control-group {
  margin-bottom: 30px;
}
.xm .help-inline {
  font-size: 13px;
  color: var(--bh_color_gray_800);
  margin-top: 10px;
}
.xm label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.xm label em {
  color: var(--bh_color_main) !important;
}
.xm input, .xm select {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 0 15px;
  outline: 0;
}
.xm input::placeholder, .xm select::placeholder {
  color: var(--bh_color_gray_400);
}
.xm input:focus, .xm select:focus {
  border-color: var(--bh_color_main);
}
.xm input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 0;
  cursor: pointer;
}
.xm input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: var(--bh_color_main);
}
.xm .submit_btn {
  height: 66px;
  font-size: 24px;
  color: var(--bh_color_white);
  font-weight: bold;
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}
.xm select {
  appearance: none;
  background-image: url("../../../../modules/member/skins/poomahhi/img/select-img.png");
  background-position: 98%;
  background-repeat: no-repeat;
  color: var(--bh_color_gray_400);
}
.xm select:valid, .xm select option {
  color: var(--bh_color_gray_900);
}
.xm .inputDate {
  background-image: url("../../../../modules/member/skins/poomahhi/img/calendar-img.png");
  background-position: 98%;
  background-repeat: no-repeat;
}
.xm .inputDate::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.xm .dateRemover {
  display: none;
}
.xm .krzip-postcode-wrap label, .xm .krzip-address-wrap label, .xm .krzip-detailAddress-wrap label {
  display: none;
}
.xm .krzip-postcode-wrap input, .xm .krzip-address-wrap input, .xm .krzip-detailAddress-wrap input {
  background-color: var(--bh_color_white);
}
.xm .krzip-postcode-wrap {
  display: flex;
  margin-bottom: 10px;
}
.xm .krzip-postcode-wrap .krzip-postcode {
  height: 50px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 0 15px;
}
.xm .krzip-postcode-wrap .krzip-search {
  width: 120px;
  margin-left: 10px;
  height: 50px !important;
  border: 0;
  border-radius: 10px;
  text-shadow: none;
  line-height: 50px !important;
  font-size: 18px;
  color: var(--bh_color_white);
  box-shadow: none;
  background-color: var(--bh_color_gray_600);
  background-image: none;
}
.xm .krzip-postcode-wrap .krzip-delete {
  display: none;
}
.xm .krzip-address-wrap input, .xm .krzip-detailAddress-wrap input {
  height: 50px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 0 15px;
}
.xm .krzip-address-wrap {
  margin-bottom: 10px;
}
.xm .krzip-address-wrap .krzip-jibunAddress, .xm .krzip-address-wrap .krzip-extraAddress {
  display: none;
}
.xm .phone_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.xm .phone_wrap input {
  width: calc(100% - 130px);
  height: 50px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 0 15px;
}
.xm .phone_wrap .verifySMS, .xm .phone_wrap .verifySMS_input_button {
  width: 120px;
  margin-left: 10px;
  height: 50px !important;
  border: 0;
  border-radius: 10px;
  text-shadow: none;
  line-height: 50px !important;
  font-size: 18px;
  color: var(--bh_color_white);
  box-shadow: none;
  background-color: var(--bh_color_gray_600);
  background-image: none;
}
.xm .phone_wrap .verifySMS_input_area {
  width: 100%;
  margin-top: 10px;
}
.xm .agreement {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.xm .agreement label {
  gap: 10px;
  flex-direction: unset;
  justify-content: unset;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.xm .agreement .title {
  font-size: 16px;
  font-weight: 500;
}
.xm .agreement .show_btn {
  font-size: 13px;
  color: var(--bh_color_gray_400);
  border-bottom: 1px solid var(--bh_color_gray_400);
  line-height: 1.3;
}
.xm .agreement .agreement_text.bh_modal .bh_modal_close {
  position: absolute;
  font-size: 24px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.xm .agreement .agreement_text.bh_modal .bh_modal_content {
  max-height: 80vh;
  padding: 60px 30px 30px 30px;
  overflow-y: scroll;
  border-radius: 20px;
}
.xm .btnArea {
  margin: 30px 0 0 0;
}
.xm .btnArea input {
  height: 66px;
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
  color: var(--bh_color_white);
  font-weight: bold;
  cursor: pointer;
}
.xm .btnArea .pull-left {
  display: none;
}
@media (max-width: 992px) {
  .xm {
    /* 주소 */
    /* 전화번호 */
  }
  .xm #fo_insert_member {
    padding: 0;
    border-radius: 0;
  }
  .xm .control-group {
    margin-bottom: 15px;
  }
  .xm label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .xm input, .xm select {
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
  }
  .xm .submit_btn {
    height: 50px;
    font-size: 14px;
    border-radius: 5px;
  }
  .xm select {
    background-size: 18px;
  }
  .xm .krzip-postcode-wrap {
    margin-bottom: 5px;
  }
  .xm .krzip-postcode-wrap .krzip-postcode {
    height: 40px;
  }
  .xm .krzip-postcode-wrap .krzip-search {
    width: 86px;
    margin-left: 5px;
    height: 40px !important;
    border-radius: 5px;
    line-height: 40px !important;
    font-size: 14px;
  }
  .xm .krzip-address-wrap input, .xm .krzip-detailAddress-wrap input {
    height: 40px;
  }
  .xm .krzip-address-wrap {
    margin-bottom: 5px;
  }
  .xm .phone_wrap {
    margin-bottom: 5px;
  }
  .xm .phone_wrap input {
    width: calc(100% - 91px);
    height: 40px;
  }
  .xm .phone_wrap .verifySMS, .xm .phone_wrap .verifySMS_input_button {
    width: 86px;
    margin-left: 5px;
    height: 40px !important;
    border-radius: 5px;
    line-height: 40px !important;
    font-size: 14px;
  }
  .xm .phone_wrap .verifySMS_input_area {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .xm .agreement {
    margin-bottom: 5px;
  }
  .xm .agreement .title {
    font-size: 13px;
  }
  .xm .agreement .show_btn {
    font-size: 12px;
    line-height: 1.5;
  }
  .xm .agreement .agreement_text.bh_modal .bh_modal_close {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
  .xm .agreement .agreement_text.bh_modal .bh_modal_content {
    width: 90%;
    padding: 40px 15px 15px 15px;
    border-radius: 10px;
  }
  .xm .btnArea input {
    height: 50px;
  }
}
/* 회원가입 끝 */
/* member 마이페이지 */
.bh:has(.my_page_wrap) > .body, .bh:has(.pmh-business-layout) > .body {
  background-color: #f8f8f8;
}
.my_page_wrap, .pmh-business-layout {
  display: flex;
  flex-wrap: wrap;
}
.my_page_wrap > .nav-tabs, .pmh-business-layout > .nav-tabs {
  width: 390px;
  background-color: var(--bh_color_white);
  border-radius: 20px;
  padding: 15px;
  height: fit-content;
}
.my_page_wrap > .nav-tabs .top_info, .pmh-business-layout > .nav-tabs .top_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.my_page_wrap > .nav-tabs .top_info .profile_wrap, .pmh-business-layout > .nav-tabs .top_info .profile_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.my_page_wrap > .nav-tabs .top_info .profile_wrap img, .pmh-business-layout > .nav-tabs .top_info .profile_wrap img {
  width: 48px;
  height: 48px;
  border-radius: 500px;
  object-fit: cover;
  overflow: hidden;
}
.my_page_wrap > .nav-tabs .top_info .profile_wrap .nickname, .pmh-business-layout > .nav-tabs .top_info .profile_wrap .nickname {
  font-size: 16px;
  font-weight: 500;
}
.my_page_wrap > .nav-tabs .top_info a, .pmh-business-layout > .nav-tabs .top_info a {
  color: var(--bh_color_gray_600);
  padding: 4px 10px;
  border-radius: 5px;
  background-color: var(--bh_color_gray_200);
}
.my_page_wrap > .nav-tabs .top_info a span, .pmh-business-layout > .nav-tabs .top_info a span {
  font-size: 14px;
  padding-right: 5px;
}
.my_page_wrap > .nav-tabs .top_info a i, .pmh-business-layout > .nav-tabs .top_info a i {
  font-size: 16px;
}
.my_page_wrap > .nav-tabs .img_menu, .pmh-business-layout > .nav-tabs .img_menu {
  display: flex;
  margin-top: 15px;
}
.my_page_wrap > .nav-tabs .img_menu a, .pmh-business-layout > .nav-tabs .img_menu a {
  position: relative;
  display: block;
  width: 33.33%;
  text-align: center;
}
.my_page_wrap > .nav-tabs .img_menu a:nth-of-type(2)::before, .my_page_wrap > .nav-tabs .img_menu a:nth-of-type(2)::after, .pmh-business-layout > .nav-tabs .img_menu a:nth-of-type(2)::before, .pmh-business-layout > .nav-tabs .img_menu a:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--bh_color_gray_300);
  top: 50%;
  transform: translateY(-50%);
}
.my_page_wrap > .nav-tabs .img_menu a:nth-of-type(2)::before, .pmh-business-layout > .nav-tabs .img_menu a:nth-of-type(2)::before {
  left: 0;
}
.my_page_wrap > .nav-tabs .img_menu a:nth-of-type(2)::after, .pmh-business-layout > .nav-tabs .img_menu a:nth-of-type(2)::after {
  right: 0;
}
.my_page_wrap > .nav-tabs .img_menu a span, .pmh-business-layout > .nav-tabs .img_menu a span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
  margin-top: 10px;
}
.my_page_wrap > .nav-tabs ul.mypage_menu, .pmh-business-layout > .nav-tabs ul.mypage_menu {
  margin-top: 30px;
}
.my_page_wrap > .nav-tabs ul.mypage_menu li, .pmh-business-layout > .nav-tabs ul.mypage_menu li {
  margin-bottom: 10px;
}
.my_page_wrap > .nav-tabs ul.mypage_menu li:last-child, .pmh-business-layout > .nav-tabs ul.mypage_menu li:last-child {
  margin-bottom: 0;
}
.my_page_wrap > .nav-tabs ul.mypage_menu li a, .pmh-business-layout > .nav-tabs ul.mypage_menu li a {
  display: block;
  background-color: var(--bh_color_gray_50);
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}
.my_page_wrap > .nav-tabs ul.mypage_menu li.active a, .pmh-business-layout > .nav-tabs ul.mypage_menu li.active a {
  background-color: var(--bh_color_gray_200);
}
.my_page_wrap > .member-contents, .pmh-business-layout > .member-contents {
  width: calc(100% - 390px);
  padding-left: 80px;
}
.my_page_wrap h1, .pmh-business-layout h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.my_page_wrap input:disabled, .pmh-business-layout input:disabled {
  color: var(--bh_color_gray_500);
  background-color: var(--bh_color_gray_100);
}
.my_page_wrap .mypage_wrap, .pmh-business-layout .mypage_wrap {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--bh_color_white);
}
.my_page_wrap .mypage_wrap .inner, .pmh-business-layout .mypage_wrap .inner {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--bh_color_gray_50);
}
.my_page_wrap .mypage_wrap .inner > p, .pmh-business-layout .mypage_wrap .inner > p {
  margin-bottom: 15px;
}
.my_page_wrap .mypage_wrap .bottom-btn-group, .pmh-business-layout .mypage_wrap .bottom-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.my_page_wrap .mypage_wrap .bottom-btn-group a, .pmh-business-layout .mypage_wrap .bottom-btn-group a {
  display: block;
  width: 200px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--bh_color_white);
  border-radius: 500px;
  background-color: var(--bh_color_gray_600);
  transition: all 0.3s;
}
.my_page_wrap .mypage_wrap .bottom-btn-group a:hover, .pmh-business-layout .mypage_wrap .bottom-btn-group a:hover {
  background-color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .my_page_wrap, .pmh-business-layout {
    display: block;
  }
  .my_page_wrap > .nav-tabs, .pmh-business-layout > .nav-tabs {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    min-width: 100vw;
    border-radius: 0;
    padding: 5px 15px 10px 15px;
    height: 32px;
    white-space: nowrap;
    background: var(--bh_color_white);
    border-bottom: 1px solid var(--bh_color_gray_300);
    overflow-x: auto;
    z-index: 10;
  }
  .my_page_wrap > .nav-tabs::-webkit-scrollbar, .pmh-business-layout > .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .my_page_wrap > .nav-tabs .top_info, .pmh-business-layout > .nav-tabs .top_info {
    display: none;
  }
  .my_page_wrap > .nav-tabs .img_menu, .pmh-business-layout > .nav-tabs .img_menu {
    display: none;
  }
  .my_page_wrap > .nav-tabs ul.mypage_menu, .pmh-business-layout > .nav-tabs ul.mypage_menu {
    margin-top: 0;
    display: flex;
  }
  .my_page_wrap > .nav-tabs ul.mypage_menu li, .pmh-business-layout > .nav-tabs ul.mypage_menu li {
    margin-bottom: 0;
  }
  .my_page_wrap > .nav-tabs ul.mypage_menu li a, .pmh-business-layout > .nav-tabs ul.mypage_menu li a {
    background-color: transparent;
    padding: 0 15px;
    border-radius: 0;
    font-size: 11px;
  }
  .my_page_wrap > .nav-tabs ul.mypage_menu li.active a, .pmh-business-layout > .nav-tabs ul.mypage_menu li.active a {
    background-color: transparent;
    color: var(--bh_color_main);
  }
  .my_page_wrap > .member-contents, .pmh-business-layout > .member-contents {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .my_page_wrap h1, .pmh-business-layout h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .my_page_wrap .mypage_wrap, .pmh-business-layout .mypage_wrap {
    padding: 15px;
    border-radius: 10px;
  }
  .my_page_wrap .mypage_wrap .inner, .pmh-business-layout .mypage_wrap .inner {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .my_page_wrap .mypage_wrap .bottom-btn-group, .pmh-business-layout .mypage_wrap .bottom-btn-group {
    gap: 5px;
  }
  .my_page_wrap .mypage_wrap .bottom-btn-group a, .pmh-business-layout .mypage_wrap .bottom-btn-group a {
    width: 100px;
    font-size: 14px;
    font-weight: 500;
  }
}
/* member module 마이페이지*/
.my_page_wrap, .pmh-business-layout {
  /* 회원정보 */
  /* 프로필이미지 */
  /* 내가 쓴 글 */
}
.my_page_wrap .member_info_wrap .dl-horizontal input, .pmh-business-layout .member_info_wrap .dl-horizontal input {
  pointer-events: none;
  color: var(--bh_color_gray_400);
}
.my_page_wrap .profile-upload-section, .pmh-business-layout .profile-upload-section {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.my_page_wrap .profile-upload-section .profile_upload_wrap, .pmh-business-layout .profile-upload-section .profile_upload_wrap {
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
  overflow: visible;
}
.my_page_wrap .profile-upload-section .profile_upload_wrap .profile_img, .pmh-business-layout .profile-upload-section .profile_upload_wrap .profile_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: border-color 0.2s;
}
.my_page_wrap .profile-upload-section .profile_upload_wrap .upload-icon-overlay, .pmh-business-layout .profile-upload-section .profile_upload_wrap .upload-icon-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-color: var(--bh_color_main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bh_color_white);
  font-size: 14px;
  transition: transform 0.2s;
  border: 4px solid var(--bh_color_white);
}
.my_page_wrap .my_write_wrap .table, .pmh-business-layout .my_write_wrap .table {
  width: 100%;
}
.my_page_wrap .my_write_wrap .table .table-td ul:hover, .pmh-business-layout .my_write_wrap .table .table-td ul:hover {
  background-color: var(--bh_color_gray_50);
}
.my_page_wrap .my_write_wrap .table .table-td ul:hover .title, .pmh-business-layout .my_write_wrap .table .table-td ul:hover .title {
  font-weight: bold;
}
.my_page_wrap .my_write_wrap .table ul, .pmh-business-layout .my_write_wrap .table ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.my_page_wrap .my_write_wrap .table ul li, .pmh-business-layout .my_write_wrap .table ul li {
  width: 15%;
  padding: 20px;
}
.my_page_wrap .my_write_wrap .table ul li.category, .pmh-business-layout .my_write_wrap .table ul li.category {
  min-width: 120px;
}
.my_page_wrap .my_write_wrap .table ul li.title, .pmh-business-layout .my_write_wrap .table ul li.title {
  width: 60%;
}
.my_page_wrap .my_write_wrap .table .table-header li, .pmh-business-layout .my_write_wrap .table .table-header li {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.my_page_wrap .my_write_wrap .table .table-td li, .pmh-business-layout .my_write_wrap .table .table-td li {
  font-size: 14px;
  color: var(--bh_color_gray_600);
  text-align: center;
  transition: all 0.3s;
}
.my_page_wrap .my_write_wrap .table .table-td li.category, .pmh-business-layout .my_write_wrap .table .table-td li.category {
  width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  height: 31px;
  line-height: 31px;
  border-radius: 5px;
  background-color: var(--bh_color_gray_200);
  padding: 0;
}
.my_page_wrap .my_write_wrap .table .table-td li.title, .pmh-business-layout .my_write_wrap .table .table-td li.title {
  font-size: 18px;
  color: var(--bh_color_gray_900);
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.my_page_wrap .pagination, .pmh-business-layout .pagination {
  margin-top: 50px;
}
.my_page_wrap .pagination form, .pmh-business-layout .pagination form {
  background-color: var(--bh_color_gray_200);
  border-radius: 500px;
  padding: 14px 234px;
  display: flex;
  gap: 10px;
}
.my_page_wrap .pagination form select, .my_page_wrap .pagination form input, .my_page_wrap .pagination form button, .pmh-business-layout .pagination form select, .pmh-business-layout .pagination form input, .pmh-business-layout .pagination form button {
  height: 37px;
  border-radius: 500px;
  border: 0;
  outline: 0;
  font-size: 16px;
}
.my_page_wrap .pagination form select, .pmh-business-layout .pagination form select {
  max-width: 180px;
  width: 100%;
}
.my_page_wrap .pagination form input::placeholder, .pmh-business-layout .pagination form input::placeholder {
  color: var(--bh_color_gray_500);
}
.my_page_wrap .pagination form button, .pmh-business-layout .pagination form button {
  min-width: 68px;
  font-weight: 500;
  text-align: center;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  cursor: pointer;
}
.my_page_wrap .pagination ul, .pmh-business-layout .pagination ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.my_page_wrap .pagination ul li a, .pmh-business-layout .pagination ul li a {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: var(--bh_color_gray_600);
  text-align: center;
  line-height: 28px;
  border-radius: 500px;
}
.my_page_wrap .pagination ul li.active a, .pmh-business-layout .pagination ul li.active a {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .my_page_wrap, .pmh-business-layout {
    /* 내가 쓴 글 */
  }
  .my_page_wrap .my_write_wrap .table ul, .pmh-business-layout .my_write_wrap .table ul {
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 5px solid var(--bh_color_gray_50);
  }
  .my_page_wrap .my_write_wrap .table ul:first-child, .pmh-business-layout .my_write_wrap .table ul:first-child {
    padding-top: 0;
  }
  .my_page_wrap .my_write_wrap .table ul li, .pmh-business-layout .my_write_wrap .table ul li {
    width: auto;
    padding: 0;
    border: 0;
  }
  .my_page_wrap .my_write_wrap .table ul li.number, .pmh-business-layout .my_write_wrap .table ul li.number {
    display: none;
  }
  .my_page_wrap .my_write_wrap .table ul li.title, .pmh-business-layout .my_write_wrap .table ul li.title {
    width: 100%;
    font-weight: bold;
  }
  .my_page_wrap .my_write_wrap .table ul span, .pmh-business-layout .my_write_wrap .table ul span {
    font-size: 11px;
    color: var(--bh_color_gray_300);
    padding-left: 5px;
  }
  .my_page_wrap .my_write_wrap .table ul span i, .pmh-business-layout .my_write_wrap .table ul span i {
    font-size: 12px;
    color: var(--bh_color_gray_600);
    padding-right: 5px;
    line-height: 1;
  }
  .my_page_wrap .my_write_wrap .table .table-header, .pmh-business-layout .my_write_wrap .table .table-header {
    display: none;
  }
  .my_page_wrap .my_write_wrap .table .table-td li, .pmh-business-layout .my_write_wrap .table .table-td li {
    font-size: 11px;
  }
  .my_page_wrap .my_write_wrap .table .table-td li.category, .pmh-business-layout .my_write_wrap .table .table-td li.category {
    min-width: 0;
    width: 86px;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    font-weight: 500;
    color: var(--bh_color_gray_900);
    margin-bottom: 10px;
  }
  .my_page_wrap .my_write_wrap .table .table-td li.title, .pmh-business-layout .my_write_wrap .table .table-td li.title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .my_page_wrap .pagination, .pmh-business-layout .pagination {
    margin-top: 15px;
  }
  .my_page_wrap .pagination form, .pmh-business-layout .pagination form {
    display: none;
  }
  .my_page_wrap .pagination ul, .pmh-business-layout .pagination ul {
    margin-top: 0;
  }
  .my_page_wrap .pagination ul li.active a, .pmh-business-layout .pagination ul li.active a {
    background-color: var(--bh_color_white);
    color: var(--bh_color_main);
    border: 1px solid var(--bh_color_main);
  }
}
/* poomahhi module 마이페이지 */
/* 공통 */
.poomahhi-tabs {
  display: flex;
  background-color: var(--bh_color_white);
  border-radius: 10px;
  padding: 2px;
}
.poomahhi-tabs .poomahhi-tab {
  position: relative;
  width: 120px;
  text-align: center;
  padding: 8px 10px;
  font-size: 16px;
  color: var(--bh_color_gray_600);
  border-radius: 10px;
}
.poomahhi-tabs .poomahhi-tab.active, .poomahhi-tabs .poomahhi-tab.is-active {
  background: var(--bh_color_gray_900);
  color: var(--bh_color_white);
  font-weight: bold;
}
.poomahhi-tabs .poomahhi-tab.active::after, .poomahhi-tabs .poomahhi-tab.is-active::after {
  display: none;
}
.poomahhi-tabs .poomahhi-tab::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 10px;
  background-color: var(--bh_color_gray_300);
}
.poomahhi-tabs .poomahhi-tab:last-child::after {
  display: none;
}
@media (max-width: 992px) {
  .poomahhi-tabs .poomahhi-tab {
    width: 75px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
  }
}
.bh {
  /* 리뷰 */
  /* 내가 작성한 리뷰 */
  /* 댓글 */
  /* 더보기 */
  /* 내 포인트 */
  /* 관심 품앗이 */
  /* 품앗히 현황 */
}
.bh .poomahhi-my-reviews .pmh-mr-header {
  display: flex;
  gap: 15px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile {
  width: 355px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-avatar-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--bh_color_gray_50);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-avatar-wrap img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-avatar-wrap .pmh-mr-nickname {
  font-size: 16px;
  font-weight: 500;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-level-badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bh_color_gray_900);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-level-badge .pmh-mr-level-num {
  font-size: 32px;
  font-weight: bold;
  color: var(--bh_color_main);
  line-height: 1;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-level-badge .pmh-mr-level-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count {
  width: calc(100% - 95px);
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-ranking {
  margin-bottom: 10px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-ranking, .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-percentile {
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-ranking i, .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-percentile i {
  padding-right: 5px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-ranking b, .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-percentile b {
  color: var(--bh_color_gray_900);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  width: calc(100% - 370px);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score {
  width: 50%;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--bh_color_main);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-stars .pmh-mr-avg {
  font-size: 14px;
  color: var(--bh_color_gray_400);
  padding-left: 5px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-stars .pmh-mr-avg b {
  color: var(--bh_color_gray_900);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row:last-child {
  margin-bottom: 0;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-label {
  width: 80px;
  font-size: 16px;
  color: var(--bh_color_gray_400);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-label.active {
  color: var(--bh_color_gray_900);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-wrap {
  position: relative;
  flex: 1;
  height: 10px;
  background-color: var(--bh_color_gray_50);
  border-radius: 500px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-wrap .pmh-mr-bar {
  position: absolute;
  height: 20px;
  left: 0;
  top: -5px;
  background-image: linear-gradient(to right, rgba(247, 72, 195, 0), #f748c3);
  border-radius: 0 500px 500px 0;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-pct {
  width: 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill {
  width: 50%;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item {
  margin-bottom: 30px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item:last-child {
  margin-bottom: 0;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .count-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .count-wrap .pmh-mr-fulfill-label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .count-wrap .pmh-mr-fulfill-val {
  font-size: 20px;
  font-weight: bold;
  color: var(--bh_color_gray_400);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .count-wrap .pmh-mr-fulfill-val span {
  color: #f7484b;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .pmh-mr-fulfill-bar-wrap {
  position: relative;
  height: 10px;
  background-color: var(--bh_color_gray_50);
  border-radius: 500px;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .pmh-mr-fulfill-bar-wrap .pmh-mr-fulfill-bar {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  border-radius: 0 500px 500px 0;
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .pmh-mr-fulfill-bar-wrap .pmh-mr-fulfill-bar.pmh-mr-bar-ok {
  background-image: linear-gradient(to right, rgba(247, 72, 195, 0), #f748c3);
}
.bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .pmh-mr-fulfill-bar-wrap .pmh-mr-fulfill-bar.pmh-mr-bar-ng {
  background-image: linear-gradient(to right, rgba(247, 72, 75, 0), #f7484b);
}
.bh .poomahhi-my-reviews .pmh-mr-list {
  margin-top: 30px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-list-title {
  font-size: 16px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card {
  padding: 30px 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head .pmh-mr-card-author {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head .pmh-mr-card-author .pmh-mr-card-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head .pmh-mr-card-author .pmh-mr-card-name-time {
  font-size: 16px;
  color: var(--bh_color_gray_600);
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head .pmh-mr-card-menu {
  font-size: 18px;
  color: var(--bh_color_gray_600);
  cursor: pointer;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-content {
  font-size: 18px;
  margin-bottom: 20px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-content textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid var(--bh_color_gray_300);
  font-size: 18px;
  padding: 12px 15px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-content .pmh-mr-member-review-edit-actions {
  display: flex;
  gap: 5px;
  justify-content: end;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-content .pmh-mr-member-review-edit-actions button {
  width: 93px;
  line-height: 37px;
  text-align: center;
  font-size: 18px;
  color: var(--bh_color_white);
  border-radius: 5px;
  background-color: var(--bh_color_gray_600);
  border: 0;
  outline: 0;
  cursor: pointer;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-img, .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-noimg {
  width: 94px;
  height: 94px;
  border-radius: 10px;
  color: var(--bh_color_gray_600);
  background-color: var(--bh_color_gray_100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-img img, .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-noimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info {
  flex: 1;
  min-width: 0;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-badges {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-badges .pmh-mr-badge {
  display: inline-block;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-badges .pmh-mr-badge.pmh-mr-dday {
  font-size: 16px;
  font-weight: bold;
  color: var(--bh_color_main);
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-company {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-desc {
  color: var(--bh_color_gray_600);
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mmr-applicant-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mmr-applicant-dates > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mmr-applicant-dates .pmh-mmr-date-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--bh_color_gray_700);
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.bh .pmh-mmr-wrap {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--bh_color_white);
}
.bh .pmh-mr-reply-form {
  padding: 20px;
  border-radius: 10px;
  background-color: #fafafa;
  margin-top: 20px;
}
.bh .pmh-mr-reply-form .comment {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
}
.bh .pmh-mr-reply-form .comment span {
  font-weight: bold;
}
.bh .pmh-mr-reply-form .comment.line {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bh_color_gray_300);
  margin-bottom: 20px;
}
.bh .pmh-mr-reply-form .pmh-mr-member-review-head {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--bh_color_gray_600);
}
.bh .pmh-mr-reply-form .pmh-mr-member-review-head img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.bh .pmh-mr-reply-form .pmh-mr-member-review-content {
  font-size: 18px;
}
.bh .pmh-mr-reply-form form {
  position: relative;
  height: 55px;
}
.bh .pmh-mr-reply-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 93px;
  text-align: center;
  color: var(--bh_color_white);
  background-color: var(--bh_color_gray_600);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.bh .pmh-mr-reply-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 55px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 15px;
  padding-right: 113px;
  font-size: 18px;
  border-radius: 5px;
}
.bh .pmh-mr-reply-form textarea::placeholder {
  color: var(--bh_color_gray_400);
}
.bh .pmh-mr-reply-form textarea::-webkit-scrollbar {
  display: none;
}
.bh .more {
  position: relative;
}
.bh .more i {
  font-size: 24px;
  color: var(--bh_color_gray_600);
  cursor: pointer;
}
.bh .more .more_content {
  display: none;
  position: absolute;
  width: auto;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}
.bh .more .more_content.active {
  display: block;
}
.bh .more .more_content li {
  margin-bottom: 5px;
}
.bh .more .more_content li:last-child {
  margin-bottom: 0;
}
.bh .more .more_content a {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: var(--bh_color_white);
}
.bh .poomahhi-my-points .pmh-mp-summary {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.bh .poomahhi-my-points .pmh-mp-summary .pmh-mp-summary-item {
  width: 33.33%;
  text-align: center;
  position: relative;
  border-right: 1px solid var(--bh_color_gray_300);
}
.bh .poomahhi-my-points .pmh-mp-summary .pmh-mp-summary-item:last-child {
  border-right: 0;
}
.bh .poomahhi-my-points .pmh-mp-summary .pmh-mp-summary-item .pmh-mp-summary-label {
  font-size: 20px;
  font-weight: 500;
}
.bh .poomahhi-my-points .pmh-mp-summary .pmh-mp-summary-item .pmh-mp-summary-value {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}
.bh .poomahhi-my-points .pmh-mp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.bh .poomahhi-my-points .pmh-mp-toolbar .pmh-mp-month-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bh .poomahhi-my-points .pmh-mp-toolbar .pmh-mp-month-nav .pmh-mp-month-btn {
  font-size: 40px;
  color: var(--bh_color_gray_400);
  transition: all 0.3s;
}
.bh .poomahhi-my-points .pmh-mp-toolbar .pmh-mp-month-nav .pmh-mp-month-btn:hover {
  color: var(--bh_color_gray_900);
}
.bh .poomahhi-my-points .pmh-mp-toolbar .pmh-mp-month-nav .pmh-mp-month-label {
  font-size: 24px;
  font-weight: bold;
}
.bh .poomahhi-my-points .pmh-mp-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
  gap: 16px;
}
.bh .poomahhi-my-points .pmh-mp-card:last-of-type {
  border-bottom: none;
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left {
  flex: 1;
  min-width: 0;
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-badge {
  display: inline-block;
  padding: 8px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 15px;
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-badge.pmh-mp-badge-earn {
  background: var(--bh_color_main_50);
  color: var(--bh_color_main);
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-badge.pmh-mp-badge-deduct {
  background-color: #edf2fe;
  color: #485ff7;
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-card-content {
  font-size: 20px;
  margin-bottom: 5px;
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-card-time {
  font-size: 16px;
  color: var(--bh_color_gray_600);
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-right {
  flex-shrink: 0;
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-right .pmh-mp-point {
  font-size: 20px;
  font-weight: bold;
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-right .pmh-mp-point.pmh-mp-point-earn {
  color: var(--bh_color_main);
}
.bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-right .pmh-mp-point.pmh-mp-point-deduct {
  color: #485ff7;
}
.bh .pmh-wishlist .poomahhi-tabs .poomahhi-tab::after {
  display: none;
}
.bh .pmh-wishlist-list {
  margin-top: 30px;
  border-top: 2px solid var(--bh_color_gray_900);
}
.bh .pmh-wishlist-list .pmh-wishlist-card {
  position: relative;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 30px;
  transition: all 0.3s;
}
.bh .pmh-wishlist-list .pmh-wishlist-card:hover {
  background-color: var(--bh_color_gray_50);
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-remove-form {
  position: absolute;
  top: 30px;
  right: 30px;
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-remove-form .pmh-btn-remove {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--bh_color_main);
  cursor: pointer;
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link {
  display: flex;
  align-items: center;
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-image {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-color: var(--bh_color_gray_50);
  overflow: hidden;
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-body {
  flex: 1;
  min-width: 0;
  padding-left: 30px;
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-body .pmh-wishlist-title {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-body .pmh-wishlist-desc {
  font-size: 18px;
  color: var(--bh_color_gray_800);
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bh .poomahhi-application-list .pmh-list-status-boxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding: 30px;
  background: var(--bh_color_white);
  border-radius: 20px;
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box img.hover {
  display: none;
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box.active img.default, .bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box:hover img.default {
  display: none;
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box.active img.hover, .bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box:hover img.hover {
  display: block;
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box .pmh-status-box-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box .pmh-status-box-count {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: var(--bh_color_gray_50);
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box.active .pmh-status-box-label {
  color: var(--bh_color_gray_900);
}
.bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box.active .pmh-status-box-count {
  color: var(--bh_color_main);
}
.bh .poomahhi-application-list .pmh-app-list-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card {
  background-color: var(--bh_color_white);
  padding: 30px;
  border-radius: 20px;
  /* 선정된 */
  /* 신청 정보 수정 */
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-left {
  flex-shrink: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-left .pmh-app-card-img-wrap {
  width: 158px;
  height: 158px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-left .pmh-app-card-img-wrap .pmh-app-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-left .pmh-app-card-img-wrap .pmh-app-card-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 5px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body {
  position: relative;
  flex: 1;
  min-width: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .title {
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .title .pmh-app-card-company {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .pmh-app-card-link {
  font-size: 16px;
  color: var(--bh_color_gray_600);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .pmh-app-card-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background-color: var(--bh_color_gray_100);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .pmh-app-card-toggle i {
  font-size: 24px;
  overflow: hidden;
  color: var(--bh_color_gray_600);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions {
  padding: 15px;
  background: var(--bh_color_gray_50);
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions.pmh-app-card-collapsed {
  display: none;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row:last-child {
  margin-bottom: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 20px;
  left: 10px;
  border-left: 1px dashed var(--bh_color_gray_300);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-dot {
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/icon/two_dot.png);
  background-size: cover;
  z-index: 1;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-main-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-deadline {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--bh_color_main_50);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-cert-substatus {
  font-size: 15px;
  font-weight: 600;
  color: var(--bh_color_gray_800);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-link {
  display: block;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-status {
  font-size: 16px;
  font-weight: bold;
  color: #3cbe58;
  padding: 5px 10px;
  border-radius: 500px;
  background-color: #ecf9ef;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-status i {
  color: #35eb80;
  padding-left: 5px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-status.pmh-app-action-status-link {
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  gap: 2px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section {
  margin-top: 15px;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--bh_color_gray_50);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-section-head .pmh-review-section-title {
  font-size: 24px;
  font-weight: bold;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-section-head .pmh-review-example-btn {
  padding: 8px 15px;
  background: var(--bh_color_gray_900);
  color: var(--bh_color_white);
  border: none;
  border-radius: 500px;
  font-size: 14px;
  cursor: pointer;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content {
  max-width: 1090px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: none;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content .modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content .modal_header .modal_title {
  font-size: 24px;
  font-weight: bold;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content .modal_header .bh_modal_close {
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--bh_color_gray_900);
  color: var(--bh_color_white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_dimmed {
  background-color: rgba(0, 0, 0, 0.2);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot .pmh-review-slot-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot .pmh-review-slot-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--bh_color_gray_500);
  pointer-events: none;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot .pmh-review-slot-preview {
  position: absolute;
  inset: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot .pmh-review-slot-preview .pmh-review-slot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot .pmh-review-slot-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-score-radios {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-score-radios input[type="radio"] {
  display: none;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-score-radios label {
  cursor: pointer;
  font-size: 48px;
  color: var(--bh_color_gray_300);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-score-radios label:has(input:checked), .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-score-radios label:has(input:checked) ~ label {
  color: var(--bh_color_main);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-actions.cert {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-actions.cert p {
  font-size: 24px;
  font-weight: bold;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-actions.cert button {
  font-size: 16px;
  font-weight: bold;
  color: var(--bh_color_white);
  padding: 8px 56px;
  border-radius: 500px;
  background-color: var(--bh_color_gray_900);
  border: 0;
  outline: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates {
  padding-top: 30px;
  border-top: 1px solid var(--bh_color_gray_300);
  margin-top: 30px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates ul li:last-child {
  margin-bottom: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates ul li span:first-child {
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_700);
  text-align: center;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: var(--bh_color_gray_100);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates ul li span:last-child {
  font-size: 18px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fafafa;
  margin-top: 30px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-title {
  font-size: 24px;
  font-weight: bold;
  min-width: 170px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body {
  flex-grow: 1;
  font-size: 18px;
  color: var(--bh_color_gray_700);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap:last-child {
  margin-bottom: 0;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap .info {
  width: calc(50% - 15px);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap.style2 {
  display: block;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap.style2 .info {
  width: 100%;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap.style2 .info h3 {
  font-weight: bold;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--bh_color_gray_900);
  margin-bottom: 10px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .val {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 18px;
  color: var(--bh_color_gray_500);
  background-color: var(--bh_color_gray_100);
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .pmh-review-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .pmh-review-images .pmh-review-image-item {
  width: calc((100% - 20px * 5) / 6);
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .pmh-review-images .pmh-review-image-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .pmh-review-images .pmh-review-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .product-btn {
  display: block;
  width: 200px;
  text-align: center;
  line-height: 40px;
  color: var(--bh_color_white);
  background-color: var(--bh_color_gray_900);
  border-radius: 500px;
  font-size: 16px;
  font-weight: bold;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .product-btn.right-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions {
  margin-top: 30px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .btn_wrap {
  display: flex;
  gap: 10px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .pmh-app-detail-actions-left, .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .pmh-app-detail-actions-right {
  display: flex;
  gap: 10px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions a, .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions button {
  display: block;
  width: 200px;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: var(--bh_color_white);
  background-color: var(--bh_color_gray_600);
  border-radius: 500px;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .pmh-app-detail-actions-right a, .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .pmh-app-detail-actions-right button {
  background-color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .bh:has(.poomahhi-my-reviews) > .body {
    /*background-color: var(--bh_color_white);*/
  }
  .bh {
    /* 리뷰 */
    /* 내가 작성한 리뷰 */
    /* 댓글 */
    /* 더보기 */
    /* 내 포인트 */
    /* 관심 품앗이 */
    /* 품앗히 현황 */
  }
  .bh .poomahhi-my-reviews .mypage_wrap {
    /*border: 1px solid var(--bh_color_gray_300);*/
  }
  .bh .poomahhi-my-reviews .pmh-mr-header {
    flex-wrap: wrap;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile {
    position: relative;
    width: 100%;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-avatar-wrap {
    padding: 19px 70px 19px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-avatar-wrap .pmh-mr-nickname {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-level-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-level-badge .pmh-mr-level-num {
    font-size: 24px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-level-badge .pmh-mr-level-text {
    font-size: 11px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count {
    width: 100%;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-ranking {
    margin-bottom: 5px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-ranking, .bh .poomahhi-my-reviews .pmh-mr-header .pmh-mr-profile .pmh-mr-info-wrap .pmh-mr-count .pmh-mr-percentile {
    font-size: 13px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap {
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score {
    width: 100%;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-stars {
    gap: 3px;
    margin-bottom: 13px;
    font-size: 16px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-stars .pmh-mr-avg {
    font-size: 13px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row {
    margin-bottom: 2px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-label {
    font-size: 13px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-wrap {
    height: 6px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-wrap .pmh-mr-bar {
    height: 10px;
    top: -2px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-score .pmh-mr-bar-row .pmh-mr-bar-pct {
    font-size: 13px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill {
    width: 100%;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item {
    margin-bottom: 10px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .count-wrap {
    margin-bottom: 5px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .count-wrap .pmh-mr-fulfill-label {
    font-size: 14px;
    margin-bottom: 0;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .count-wrap .pmh-mr-fulfill-val {
    font-size: 14px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .pmh-mr-fulfill-bar-wrap {
    height: 6px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-header .graph-wrap .pmh-mr-fulfill .pmh-mr-fulfill-item .pmh-mr-fulfill-bar-wrap .pmh-mr-fulfill-bar {
    top: -2px;
    height: 10px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list {
    margin-top: 15px;
    /*background-color: var(--bh_color_gray_50);*/
    border: 0;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-list-title {
    font-size: 11px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card {
    padding: 15px 0;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head {
    margin-bottom: 5px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head .pmh-mr-card-author {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head .pmh-mr-card-author .pmh-mr-card-name-time {
    font-size: 12px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-head .pmh-mr-card-menu {
    font-size: 16px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-content {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-content textarea {
    font-size: 14px;
    padding: 10px 15px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-card-content .pmh-mr-member-review-edit-actions button {
    width: 60px;
    line-height: 27px;
    font-size: 14px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product {
    gap: 10px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-img, .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-noimg {
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-badges {
    margin-bottom: 8px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-badges .pmh-mr-badge {
    font-size: 11px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-badges .pmh-mr-badge.pmh-mr-dday {
    font-size: 11px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-company {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mr-product-desc {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mmr-applicant-dates {
    gap: 10px;
    margin-top: 5px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mmr-applicant-dates > span {
    gap: 5px;
  }
  .bh .poomahhi-my-reviews .pmh-mr-list .pmh-mr-card .pmh-mr-product .pmh-mr-product-info .pmh-mmr-applicant-dates .pmh-mmr-date-label {
    font-size: 11px;
  }
  .bh .pmh-mmr-wrap {
    padding: 15px;
    border-radius: 10px;
    background-color: var(--bh_color_gray_50);
  }
  .bh .pmh-mr-reply-form {
    padding: 10px;
    margin-top: 15px;
    background-color: var(--bh_color_white);
  }
  .bh .pmh-mr-reply-form .comment {
    display: none;
  }
  .bh .pmh-mr-reply-form .pmh-mr-member-review-head {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .bh .pmh-mr-reply-form .pmh-mr-member-review-content {
    font-size: 13px;
  }
  .bh .pmh-mr-reply-form form {
    position: relative;
    height: 45px;
  }
  .bh .pmh-mr-reply-form form button {
    width: 63px;
    font-size: 13px;
    line-height: 27px;
  }
  .bh .pmh-mr-reply-form textarea {
    max-height: 45px;
    padding: 12px;
    padding-right: 80px;
    font-size: 13px;
  }
  .bh .more i {
    font-size: 16px;
  }
  .bh .more .more_content {
    padding: 5px 10px;
  }
  .bh .more .more_content a {
    font-size: 12px;
  }
  .bh .poomahhi-my-points .pmh-mp-summary {
    margin-bottom: 15px;
  }
  .bh .poomahhi-my-points .pmh-mp-summary .pmh-mp-summary-item .pmh-mp-summary-label {
    font-size: 11px;
  }
  .bh .poomahhi-my-points .pmh-mp-summary .pmh-mp-summary-item .pmh-mp-summary-value {
    font-size: 16px;
    margin-top: 5px;
  }
  .bh .poomahhi-my-points .inner {
    background-color: var(--bh_color_gray_50);
    border-radius: 10px;
    padding: 15px;
  }
  .bh .poomahhi-my-points .inner .poomahhi-tabs .poomahhi-tab {
    width: 50px;
  }
  .bh .poomahhi-my-points .pmh-mp-toolbar .pmh-mp-month-nav {
    gap: 2px;
  }
  .bh .poomahhi-my-points .pmh-mp-toolbar .pmh-mp-month-nav .pmh-mp-month-btn {
    font-size: 24px;
  }
  .bh .poomahhi-my-points .pmh-mp-toolbar .pmh-mp-month-nav .pmh-mp-month-label {
    font-size: 11px;
  }
  .bh .poomahhi-my-points .pmh-mp-card {
    position: relative;
    display: block;
    padding: 15px 0;
    gap: 16px;
  }
  .bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left {
    flex: 1;
    min-width: 0;
  }
  .bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-badge {
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 11px;
  }
  .bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-card-content {
    font-size: 14px;
    font-weight: 500;
  }
  .bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-left .pmh-mp-card-time {
    font-size: 11px;
  }
  .bh .poomahhi-my-points .pmh-mp-card .pmh-mp-card-right {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .bh .pmh-wishlist-list {
    margin-top: 0;
    border-top: 0;
  }
  .bh .pmh-wishlist-list .pmh-wishlist-card {
    border-bottom-width: 5px;
    border-color: var(--bh_color_gray_50);
    padding: 15px 0;
  }
  .bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-remove-form {
    top: 15px;
    right: 0px;
  }
  .bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-remove-form .pmh-btn-remove {
    background-color: var(--bh_color_gray_50);
    font-size: 12px;
    border-radius: 50%;
  }
  .bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-image {
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  .bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-body {
    padding-left: 10px;
  }
  .bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-body .pmh-wishlist-title {
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 8px;
  }
  .bh .pmh-wishlist-list .pmh-wishlist-card .pmh-wishlist-card-link .pmh-wishlist-card-body .pmh-wishlist-desc {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bh .poomahhi-application-list .pmh-list-status-boxes {
    display: flex;
    gap: 0;
    padding: 15px;
    border-radius: 10px 10px 0 0;
  }
  .bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box {
    min-width: none;
    width: 100%;
    border-bottom: 1px solid var(--bh_color_gray_300);
    padding-bottom: 8px;
  }
  .bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box img {
    display: none !important;
  }
  .bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box .pmh-status-box-label {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
  }
  .bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box .pmh-status-box-count {
    display: none;
  }
  .bh .poomahhi-application-list .pmh-list-status-boxes .pmh-status-box.active {
    color: var(--bh_color_gray_900);
    border-bottom: 2px solid var(--bh_color_main);
  }
  .bh .poomahhi-application-list .pmh-app-list-cards {
    gap: 0;
    margin-top: 0;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card {
    position: relative;
    background-color: var(--bh_color_white);
    padding: 15px;
    border-radius: 0;
    /* 선정된 */
    /* 신청 정보 수정 */
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card:last-child {
    border-radius: 0 0 10px 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main {
    gap: 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-left .pmh-app-card-img-wrap {
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-left .pmh-app-card-img-wrap .pmh-app-card-badge {
    left: 5px;
    bottom: 5px;
    font-size: 11px;
    padding: 2px 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .title .pmh-app-card-company {
    width: 95%;
    font-size: 14px;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .pmh-app-card-link {
    font-size: 13px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .pmh-app-card-toggle {
    top: 15px;
    width: 24px;
    height: 24px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-main .pmh-app-card-body .pmh-app-card-toggle i {
    font-size: 16px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions {
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row {
    gap: 10px;
    margin-bottom: 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row::after {
    left: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-dot {
    width: 10px;
    height: 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-cert-substatus {
    font-size: 13px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-deadline {
    font-size: 13px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-link {
    font-size: 13px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-card-actions .pmh-app-action-row .pmh-app-action-content .pmh-app-action-status {
    font-size: 14px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section {
    padding: 15px;
    border-radius: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-section-head {
    margin-bottom: 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-section-head .pmh-review-section-title {
    font-size: 14px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-section-head .pmh-review-example-btn {
    padding: 5px 32px;
    font-size: 12px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content {
    width: calc(100% - 30px);
    border-radius: 10px;
    padding: 15px;
    box-shadow: none;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content .modal_header {
    margin-bottom: 15px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content .modal_header .modal_title {
    font-size: 14px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .bh_modal .bh_modal_content .modal_header .bh_modal_close {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots {
    gap: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot {
    border-radius: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-slots .pmh-review-slot .pmh-review-slot-placeholder {
    font-size: 16px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-score-radios {
    gap: 2px;
    margin-top: 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-section .pmh-review-score-radios label {
    font-size: 18px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-actions.cert {
    position: absolute;
    width: 100%;
    bottom: -65px;
    padding: 0 15px;
    left: 0;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-review-actions.cert button {
    width: 100%;
    font-size: 14px;
    background-color: var(--bh_color_main);
    color: var(--bh_color_white);
    border-radius: 5px;
    padding: 15px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates {
    padding-top: 18px;
    border-top: 5px solid var(--bh_color_gray_50);
    margin-top: 15px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates ul li span:first-child {
    font-size: 11px;
    padding: 4px 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-dates ul li span:last-child {
    font-size: 11px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section {
    display: block;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-title {
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body {
    width: 100%;
    font-size: 14px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap {
    gap: 10px;
    margin-bottom: 10px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .info_wrap .info {
    width: 100%;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .val {
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .pmh-review-images {
    gap: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .pmh-review-images .pmh-review-image-item {
    width: calc((100% - 5px * 5) / 6);
    border-radius: 5px;
    height: 46px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section .pmh-app-section-body .pmh-review-images .pmh-review-image-item .pmh-review-image-item img {
    height: 50px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section.go-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section.go-product .pmh-app-section-title {
    min-width: 0;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-section.go-product .product-btn {
    width: 120px !important;
    line-height: 28px;
    font-size: 12px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions {
    margin-top: 15px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .btn_wrap {
    gap: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .pmh-app-detail-actions-left, .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions .pmh-app-detail-actions-right {
    gap: 5px;
  }
  .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions a, .bh .poomahhi-application-list .pmh-app-list-cards .pmh-app-card .pmh-app-detail-actions button {
    width: 100px;
    padding: 10px;
    font-size: 14px;
  }
  .bh .poomahhi-application-list .submit_btn {
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 15px;
    padding: 15px;
  }
}
/* 마이페이지 끝 */
/*# sourceMappingURL=12280e8f33ec8945e3d816d279eeb9b20a6ab37b.member.scss.map */
