@charset "UTF-8";
@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.5 !important;*/
  font-family: inherit !important;
}
/* common */
.bh .xe-widget-wrapper {
  overflow: visible;
}
.bh #content {
  padding: 100px 0 150px 0;
}
.bh .common_title {
  margin-bottom: 30px;
}
.bh .common_title a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bh .common_title h3 {
  font-size: 32px;
  font-weight: bold;
}
.bh .common_title i {
  font-size: 24px;
}
@media (max-width: 992px) {
  .bh #content {
    padding: 15px 0;
  }
  .bh .common_title {
    margin-bottom: 15px;
  }
  .bh .common_title a {
    justify-content: space-between;
  }
  .bh .common_title h3 {
    font-size: 18px;
  }
}
.bh_wrap {
  max-width: 1650px;
}
/* 상품 공통 디자인 */
.common_product_display {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.common_product_display .card_wrap {
  position: relative;
  width: calc((100% - 50px * 2) / 3);
  overflow: hidden;
}
.common_product_display .card_wrap .image_wrap {
  position: relative;
  aspect-ratio: 1;
  background-color: var(--bh_color_gray_50);
  border-radius: 10px;
  overflow: hidden;
}
.common_product_display .card_wrap .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.common_product_display .card_wrap .image_wrap .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0;
  cursor: pointer;
}
.common_product_display .card_wrap .image_wrap .wishlist-btn i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.common_product_display .card_wrap .image_wrap .paid {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.common_product_display .card_wrap .image_wrap .card-noimg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_product_display .card_wrap.card-paid {
  pointer-events: none;
}
.common_product_display .card_wrap.card-paid .img_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.common_product_display .card_wrap:hover .image_wrap img {
  transform: scale(1.1);
}
.common_product_display .card_wrap .body_wrap {
  padding: 20px 0 0 0;
}
.common_product_display .card_wrap .body_wrap .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.common_product_display .card_wrap .body_wrap .row .title {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common_product_display .card_wrap .body_wrap .desc {
  margin-top: 5px;
  font-size: 16px;
  color: var(--bh_color_gray_600);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 992px) {
  .common_product_display {
    display: block;
  }
  .common_product_display .card_wrap {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 5px solid var(--bh_color_gray_50);
  }
  .common_product_display .card_wrap .pmh-card-link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .common_product_display .card_wrap .image_wrap {
    position: unset;
    width: 125px;
    border-radius: 5px;
  }
  .common_product_display .card_wrap .image_wrap .wishlist-btn {
    top: 15px;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: var(--bh_color_gray_50);
  }
  .common_product_display .card_wrap .image_wrap .wishlist-btn i {
    font-size: 12px;
    color: var(--bh_color_gray_400);
  }
  .common_product_display .card_wrap .image_wrap .paid {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .common_product_display .card_wrap .body_wrap {
    width: calc(100% - 135px);
    padding: 0;
  }
  .common_product_display .card_wrap .body_wrap .row {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 5px;
  }
  .common_product_display .card_wrap .body_wrap .row .title {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .common_product_display .card_wrap .body_wrap .desc {
    margin-top: 2px;
    font-size: 13px;
  }
  .common_product_display.product_list .card_wrap .image_wrap {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .index .common_product_display {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    width: calc(100% + 15px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .index .common_product_display::-webkit-scrollbar {
    display: none;
  }
  .index .common_product_display .card_wrap {
    flex: 0 0 auto;
    width: 230px;
    padding: 0;
    border: 0;
  }
  .index .common_product_display .card_wrap .image_wrap {
    width: 100%;
  }
  .index .common_product_display .card_wrap .image_wrap .wishlist-btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .index .common_product_display .card_wrap .image_wrap .wishlist-btn i {
    font-size: 18px;
    line-height: 30px;
  }
  .index .common_product_display .card_wrap .body_wrap {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .index .common_product_display .card_wrap .body_wrap .row .title {
    font-size: 14px;
  }
  .index .common_product_display .card_wrap .body_wrap .desc {
    margin-top: 2px;
    font-size: 13px;
  }
}
.tag {
  flex-shrink: 0;
}
.tag span.area {
  font-size: 13px;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 5px;
  color: #91dd08;
  background-color: #f4fce7;
}
.tag span.area.seoul {
  color: #109623;
  background-color: #e8f5e9;
}
.tag span.area.chungcheong {
  color: #9d9d9d;
  background-color: #f6f6f6;
}
.tag span.area.honam {
  color: #eb3444;
  background-color: #fdebed;
}
.tag span.area.yeongnam {
  color: #9f36ca;
  background-color: #f6ebfa;
}
.tag span.channel {
  font-size: 13px;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 5px;
  color: #91dd08;
  background-color: #f4fce7;
}
.tag span.channel.oliveyoung {
  color: #91dd08;
  background-color: #f4fce7;
}
.tag span.channel.coupang {
  color: #c12308;
  background-color: #f9e9e7;
}
.tag span.channel.gmarket {
  color: #41c208;
  background-color: #ecf9e7;
}
.tag span.channel.11st {
  color: #eb3444;
  background-color: #fdebed;
}
.tag span.channel.mall {
  color: #a9a9a9;
  background-color: #f7f7f7;
}
.tag span.channel.marketcurly {
  color: #620a86;
  background-color: #f0e7f3;
}
.tag span.channel.kakaogift {
  color: #fedf2a;
  background-color: #fffcea;
}
.tag span.channel.smartstore {
  color: #47c95a;
  background-color: #edfaef;
}
.tag span.channel.musinsa {
  color: #424242;
  background-color: #ededed;
}
.tag span.channel.auction {
  color: #ff0000;
  background-color: #ffe6e6;
}
.tag span.channel.kakaoshopping {
  color: #b2a247;
  background-color: #f8f6ed;
}
.tag span.dday {
  font-size: 16px;
  font-weight: bold;
  color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .tag span.area, .tag span.channel, .tag span.dday {
    font-size: 11px;
  }
}
/* 카테고리 공통 디자인 */
.pmh-category-bar {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pmh-category-bar .pmh-cat-item {
  display: block;
  width: 130px;
  height: 130px;
  text-align: center;
  padding: 17px 0 18px 0;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 20px;
}
.pmh-category-bar .pmh-cat-item.active {
  background: var(--bh_color_gray_50);
}
.pmh-category-bar .pmh-cat-item .img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.pmh-category-bar .pmh-cat-item span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.pmh-category-bar .pmh-cat-item:nth-of-type(1) .img {
  background-image: url(/assets/images/common/category1.png);
}
.pmh-category-bar .pmh-cat-item:nth-of-type(2) .img {
  background-image: url(/assets/images/common/category2.png);
}
.pmh-category-bar .pmh-cat-item:nth-of-type(3) .img {
  background-image: url(/assets/images/common/category3.png);
}
.pmh-category-bar .pmh-cat-item:nth-of-type(4) .img {
  background-image: url(/assets/images/common/category4.png);
}
.pmh-category-bar .pmh-cat-item:nth-of-type(5) .img {
  background-image: url(/assets/images/common/category5.png);
}
.pmh-category-bar .pmh-cat-item:nth-of-type(6) .img {
  background-image: url(/assets/images/common/category6.png);
}
.pmh-category-bar .pmh-cat-item:nth-of-type(7) .img {
  background-image: url(/assets/images/common/category7.png);
}
@media (max-width: 992px) {
  .pmh-category-bar {
    width: calc(100% + 15px);
    gap: 5px;
    margin-top: 15px;
  }
  .pmh-category-bar .pmh-cat-item {
    display: block;
    min-width: 78px;
    width: 78px;
    height: 73px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
  }
  .pmh-category-bar .pmh-cat-item .img {
    width: 30px;
    height: 30px;
  }
  .pmh-category-bar .pmh-cat-item span {
    margin-top: 5px;
    font-size: 12px;
  }
}
/* 공통 좌우 디자인 */
.pmh-list-display {
  display: flex;
}
.pmh-list-display .left-wrap {
  width: calc(100% - 390px);
  padding-right: 80px;
}
.pmh-list-display .right-wrap {
  width: 390px;
}
.pmh-list-display .right-wrap .common_content {
  position: sticky;
  top: 20px;
}
.bh .content_wrap:has(.pmh-list-display) {
  /*overflow: visible;*/
}
@media (max-width: 992px) {
  .pmh-list-display {
    flex-direction: column-reverse;
  }
  .pmh-list-display .left-wrap {
    width: 100%;
    padding-right: 0;
  }
  .pmh-list-display .right-wrap {
    width: 100%;
  }
  .pmh-list-display .right-wrap .common_content {
    position: unset;
  }
}
/* header */
.bh .header_wrap {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.bh .header_wrap .left_menu, .bh .header_wrap .right_menu {
  display: flex;
  align-items: center;
  gap: 50px;
}
.bh .header_wrap ul.login_wrap {
  padding: 8px 15px;
  background-color: var(--bh_color_gray_50);
  border-radius: 500px;
  display: flex;
}
.bh .header_wrap ul.login_wrap li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
  margin-right: 20px;
}
.bh .header_wrap ul.login_wrap li::after {
  position: absolute;
  content: "|";
  font-size: 12px;
  color: var(--bh_color_gray_300);
  top: 3px;
  right: -12px;
}
.bh .header_wrap ul.login_wrap li:last-child {
  margin-right: 0;
}
.bh .header_wrap ul.login_wrap li:last-child::after {
  display: none;
}
.bh .header_wrap .use_btn {
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 500px;
}
.bh .header_wrap .search_btn i {
  font-size: 24px;
  cursor: pointer;
}
.bh .header_wrap .search_btn i.close {
  display: none;
}
.bh .header_wrap .search_btn.on i.search {
  display: none;
}
.bh .header_wrap .search_btn.on i.close {
  display: block;
}
.bh .main_menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  padding: 22px;
  color: var(--bh_color_gray_900) !important;
}
.bh .main_menu > ul > li > a::after {
  position: relative;
  margin-top: 0;
  bottom: -5px;
  background-color: var(--bh_color_gray_900) !important;
}
.bh .main_menu2 > ul > li > a {
  font-size: 16px;
}
.bh .main_menu2 > ul > li > a::after {
  display: none;
}
.bh .main_menu2 > ul > li.active > a {
  color: var(--bh_color_main) !important;
}
@media (max-width: 1480px) {
  .bh .header_wrap .left_menu, .bh .header_wrap .right_menu {
    gap: 30px;
  }
  .bh .header_wrap ul.login_wrap {
    padding: 6px 12px;
  }
  .bh .header_wrap ul.login_wrap li {
    font-size: 14px;
  }
  .bh .header_wrap .use_btn {
    font-size: 14px;
    padding: 6px 12px;
  }
  .bh .header_wrap .search_btn i {
    font-size: 20px;
  }
  .bh .main_menu > ul > li > a {
    font-size: 16px;
    padding: 15px;
  }
  .bh .main_menu2 > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .bh .header_wrap .left_menu, .bh .header_wrap .right_menu {
    gap: 15px;
  }
  .bh .header_wrap ul.login_wrap {
    padding: 4px 8px;
  }
  .bh .header_wrap ul.login_wrap li {
    font-size: 12px;
  }
  .bh .header_wrap ul.login_wrap li::after {
    top: 0;
  }
  .bh .header_wrap .use_btn {
    font-size: 13px;
    padding: 4px 8px;
  }
  .bh .header_wrap .search_btn i {
    font-size: 18px;
  }
  .bh .main_menu > ul > li > a {
    font-size: 15px;
    padding: 8px;
  }
  .bh .main_menu2 > ul > li > a {
    font-size: 13px;
  }
}
/* mobile header */
.mobile_header_top {
  box-shadow: none;
}
.mobile_header_top .mobile_logo {
  text-align: left;
  margin: 0 15px;
}
.mobile_header_top .mobile_logo img {
  vertical-align: middle;
}
.mobile_header_top .search_btn {
  position: absolute;
  top: 13px;
  right: 54px;
}
.mobile_header_top .search_btn i {
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.mobile_header_top .mobile_menu_btn {
  left: unset;
  right: 15px;
}
/* mobile header menu */
.bh_layer.bh_layer_right .bh_layer_content .bh_layer_header {
  padding: 12px 15px;
}
.bh_layer.bh_layer_right .bh_layer_content .bh_layer_header .search_btn {
  position: absolute;
  top: 13px;
  right: 54px;
}
.bh_layer.bh_layer_right .bh_layer_content .bh_layer_header .bh_layer_close {
  top: 13px;
  left: unset;
  right: 15px;
}
.bh_layer.bh_layer_right .bh_layer_content .bh_layer_header .bh_layer_close i {
  padding: 0;
}
.bh_layer.bh_layer_right .bh_layer_content .bh_layer_header i {
  font-size: 24px;
  line-height: 1;
}
.bh .mobile_top_menu {
  padding: 0 15px;
  margin-top: 0;
  border-top: 1px solid var(--bh_color_gray_300);
}
.bh .mobile_top_menu > ul {
  padding: 15px 0;
  border-bottom: 5px solid var(--bh_color_gray_50);
}
.bh .mobile_top_menu > ul > li > a {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: var(--bh_color_gray_200);
  font-size: 12px;
  color: var(--bh_color_gray_600);
  border: 0;
}
.bh .mobile_top_menu > ul > li > a > span {
  line-height: 1.5;
}
.bh .mobile_top_menu > ul > li > a i {
  padding-left: 5px;
}
.bh .mobile_top_menu > ul > li > a.user_profile {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bh .mobile_top_menu > ul > li > a.user_profile img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.bh .mobile_top_menu > ul > li > a.user_profile span {
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_900);
}
.bh .mobile_top_menu > ul > li > a.loged_btn {
  width: 100%;
  text-align: center;
  color: var(--bh_color_white);
  font-size: 14px;
  padding: 10px;
  border-radius: 500px;
}
.bh .mobile_top_menu > ul > li > a.loged_btn > span {
  font-weight: bold;
}
.bh .mobile_main_menu {
  margin-top: 0;
}
.bh .mobile_main_menu > ul > li {
  border-bottom: 0;
}
.bh .mobile_main_menu > ul > li > a {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  border-radius: 0;
}
.bh .mobile_main_menu > ul > li > a + ul {
  background-color: transparent;
  padding: 0;
}
.bh .mobile_main_menu > ul > li > a + ul > li > a {
  color: var(--bh_color_gray_600);
  font-size: 13px;
  letter-spacing: normal;
  padding: 10px 15px;
}
.bh .mobile_main_menu > ul > li.active > a {
  color: var(--bh_color_main);
}
.bh .mobile_main_menu > ul > li > .bh_toggle {
  padding: 13px 15px;
  font-size: 24px;
  color: var(--bh_color_gray_600) !important;
}
.bh .mobile_main_menu > ul > li > .bh_toggle > i {
  padding: 0;
  line-height: 1;
}
@media (min-width: 320px) {
  .bh_layer.bh_layer_right, .bh_layer.bh_layer_left {
    width: 100%;
  }
  .bh_layer.bh_layer_right .bh_layer_content .bh_layer_header, .bh_layer.bh_layer_left .bh_layer_content .bh_layer_header {
    width: 100%;
  }
}
/* section1 */
.ad_banner {
  background-image: url(/assets/images/main/banner1.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 20px 30px;
}
/* section3 */
.best_money_wrap .banner-outer {
  position: relative;
  padding: 0 30px;
  margin: 0 -30px;
}
.best_money_wrap .banner-outer .banner-prev, .best_money_wrap .banner-outer .banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: var(--bh_color_white);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}
.best_money_wrap .banner-outer .banner-prev i, .best_money_wrap .banner-outer .banner-next i {
  font-size: 24px;
  color: var(--bh_color_gray_500);
}
.best_money_wrap .banner-outer .banner-prev:hover i, .best_money_wrap .banner-outer .banner-next:hover i {
  color: var(--bh_color_gray_900);
}
.best_money_wrap .banner-outer .banner-prev {
  left: 0;
}
.best_money_wrap .banner-outer .banner-next {
  right: 0;
}
.best_money_wrap .bannerSwiper .swiper-slide {
  background-size: cover;
  padding: 85px 15px;
  border-radius: 20px;
}
.best_money_wrap .bannerSwiper .swiper-slide .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.best_money_wrap .bannerSwiper .swiper-slide .banner-content .banner-text h3 {
  font-size: 48px;
  font-weight: bold;
}
.best_money_wrap .bannerSwiper .swiper-slide .banner-content .banner-text h2 {
  font-size: 58px;
  font-weight: bold;
}
.best_money_wrap .bannerSwiper .swiper-slide .banner-content .banner-text .btn-start {
  display: inline-block;
  background-color: var(--bh_color_main);
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 24px;
  color: var(--bh_color_white);
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 1715px) {
  .best_money_wrap .banner-outer {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .index section {
    position: relative;
  }
  .index section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: var(--bh_color_gray_50);
    left: 0;
    bottom: 0;
  }
  .index section:last-child::after {
    display: none;
  }
  .m_bannerSwiper {
    position: relative;
    margin: 30px 0;
  }
  .m_bannerSwiper .swiper-slide {
    padding: 24px;
    border-radius: 5px;
  }
  .m_bannerSwiper .swiper-slide .banner-content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .m_bannerSwiper .swiper-slide .banner-content .banner-img img {
    height: 49px;
  }
  .m_bannerSwiper .swiper-slide .banner-content .banner-text h3 {
    font-size: 13px;
  }
  .m_bannerSwiper .swiper-slide .banner-content .banner-text h2 {
    font-size: 18px;
  }
  .m_bannerSwiper .swiper-pagination {
    width: auto;
    left: unset;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 500px;
    padding: 0 5px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
  }
  .m_bannerSwiper .swiper-pagination .swiper-pagination-current {
    color: var(--bh_color_white);
  }
  #section2 {
    background-image: none !important;
  }
}
/* 1:1 문의 */
.board_inquiry .list_header .category {
  display: none;
}
/* 고객센터 */
.customer_center {
  display: flex;
}
.customer_center .customer_nav {
  width: 390px;
  background-color: var(--bh_color_gray_50);
  border-radius: 20px;
  padding: 30px 15px;
}
.customer_center .customer_nav .customer_title {
  padding: 15px;
}
.customer_center .customer_nav .customer_title h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.customer_center .customer_nav .customer_title p {
  color: var(--bh_color_gray_700);
}
.customer_center .customer_nav ul li {
  margin-bottom: 10px;
}
.customer_center .customer_nav ul li:last-child {
  margin-bottom: 0;
}
.customer_center .customer_nav ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: var(--bh_color_gray_600);
  border-radius: 10px;
  padding: 15px;
}
.customer_center .customer_nav ul li a i {
  position: relative;
  top: 2px;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
  line-height: 1;
}
.customer_center .customer_nav ul li a .arrow {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.customer_center .customer_nav ul li a.active {
  color: var(--bh_color_gray_900);
  background-color: var(--bh_color_white);
}
.customer_center .customer_nav ul li a.active i {
  color: var(--bh_color_main);
}
.customer_center .customer_nav ul li a.active .arrow {
  display: block;
}
.customer_center .customer_nav ul li a.active .arrow i {
  color: var(--bh_color_gray_900);
  padding: 0;
}
.customer_center .customer_content {
  width: calc(100% - 390px);
  padding-left: 80px;
}
.notice .board_wrapper, .qna .board_wrapper, .inquiry .board_wrapper {
  background-color: var(--bh_color_gray_50);
  padding: 30px;
  border-radius: 20px;
}
.notice .board_wrapper .list_footer .pagination, .qna .board_wrapper .list_footer .pagination, .inquiry .board_wrapper .list_footer .pagination {
  margin-top: 30px;
}
/* 내돈내산 상세페이지 본문 */
.review_wrapper .xe_content p img, .review_wrapper .xe_content img, .review_wrapper .rhymix_content p img, .review_wrapper .rhymix_content img {
  border-radius: 10px;
  overflow: hidden;
}
.review_wrapper .line {
  height: 1px;
  border-bottom: dashed 1px var(--bh_color_gray_300);
}
.review_wrapper .extra_box {
  background-color: #fff8fd;
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
}
.review_wrapper .extra_box span {
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  border-radius: 500px;
  background-color: var(--bh_color_white);
}
.review_wrapper .extra_box p {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .review_wrapper .extra_box {
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
  }
  .review_wrapper .extra_box span {
    width: 80px;
    font-size: 14px;
  }
  .review_wrapper .extra_box p {
    font-size: 14px;
    margin-top: 10px;
  }
}
/* 내돈내산 글쓰기 */
.custom_write_wrap h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bh_color_gray_300);
  margin-bottom: 30px;
}
.custom_write_wrap .write_wrap .val_wrap {
  margin-bottom: 50px;
  /*영수증 또는 구매이력*/
  /* 사진 및 파일 첨부 */
}
.custom_write_wrap .write_wrap .val_wrap:last-child {
  margin-bottom: 0;
}
.custom_write_wrap .write_wrap .val_wrap .extra_name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.custom_write_wrap .write_wrap .val_wrap .extra_name .required {
  color: var(--bh_color_main);
}
.custom_write_wrap .write_wrap .val_wrap .extra_val input, .custom_write_wrap .write_wrap .val_wrap .extra_val select, .custom_write_wrap .write_wrap .val_wrap .extra_val textarea {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 0 15px;
  font-size: 18px;
  outline: 0;
}
.custom_write_wrap .write_wrap .val_wrap .extra_val input::placeholder, .custom_write_wrap .write_wrap .val_wrap .extra_val select::placeholder, .custom_write_wrap .write_wrap .val_wrap .extra_val textarea::placeholder {
  color: var(--bh_color_gray_400);
}
.custom_write_wrap .write_wrap .val_wrap .extra_val select {
  width: 50%;
  appearance: none;
  background-image: url(/assets/images/icon/arrow-down-s-line.png);
  background-position: 97%;
  background-repeat: no-repeat;
}
.custom_write_wrap .write_wrap .val_wrap .extra_val textarea {
  min-width: 100%;
  max-width: 100%;
  height: 170px;
  padding: 12px 15px;
}
.custom_write_wrap .write_wrap .val_wrap .ev_file_upload {
  position: relative;
  width: 155px;
  height: 155px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  background-color: var(--bh_color_white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.custom_write_wrap .write_wrap .val_wrap .ev_file_upload::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/assets/images/icon/camera-4-fill.png");
  background-size: cover;
}
.custom_write_wrap .write_wrap .val_wrap .ev_file_upload .ev_file_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
.custom_write_wrap .write_wrap .val_wrap .ev_file_upload .file.rx_ev_file {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.custom_write_wrap .write_wrap .val_wrap .xefu-container {
  border: 0;
  margin: 15px 0 0 0;
}
.custom_write_wrap .write_wrap .val_wrap .xefu-dropzone {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  background-color: var(--bh_color_white);
  gap: 15px;
  min-height: 46px;
}
.custom_write_wrap .write_wrap .val_wrap .xefu-dropzone .xefu-btn.fileinput-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bh_color_gray_600);
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
  transition: background-color 0.2s;
}
.custom_write_wrap .write_wrap .val_wrap .xefu-dropzone .xefu-btn.fileinput-button span {
  color: var(--bh_color_white);
}
.custom_write_wrap .write_wrap .val_wrap .xefu-dropzone .xefu-btn.fileinput-button i {
  display: none;
}
.custom_write_wrap .write_wrap .val_wrap .xefu-dropzone .xefu-dropzone-message {
  color: var(--bh_color_gray_400);
  font-size: 16px;
  margin: 0;
  flex-grow: 1;
}
.custom_write_wrap .tool_wrap {
  margin: 50px auto 0 auto;
}
.custom_write_wrap .tool_wrap .bd_btn_wrap {
  float: unset;
  text-align: center;
}
.custom_write_wrap .tool_wrap .bd_btn_wrap .bh_bd_btn {
  display: inline-block;
  font-size: 24px;
  background-color: var(--bh_color_main);
  border: 0;
  padding: 15px 75px;
}
@media (max-width: 992px) {
  .custom_write_wrap h4 {
    font-size: 16px;
    margin-bottom: 15px;
    border-color: var(--bh_color_gray_900);
    border-width: 2px;
  }
  .custom_write_wrap .write_wrap .val_wrap {
    margin-bottom: 15px;
    /*영수증 또는 구매이력*/
    /* 사진 및 파일 첨부 */
  }
  .custom_write_wrap .write_wrap .val_wrap .extra_name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .custom_write_wrap .write_wrap .val_wrap .extra_val input, .custom_write_wrap .write_wrap .val_wrap .extra_val select, .custom_write_wrap .write_wrap .val_wrap .extra_val textarea {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
  }
  .custom_write_wrap .write_wrap .val_wrap .extra_val textarea {
    height: 80px;
    padding: 10px 15px;
  }
  .custom_write_wrap .write_wrap .val_wrap .ev_file_upload {
    width: 100px;
    height: 100px;
  }
  .custom_write_wrap .write_wrap .val_wrap .ev_file_upload::before {
    width: 24px;
    height: 24px;
  }
  .custom_write_wrap .write_wrap .val_wrap .xefu-container {
    margin: 5px 0 0 0;
  }
  .custom_write_wrap .write_wrap .val_wrap .xefu-dropzone {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: var(--bh_color_white);
    gap: 10px;
    min-height: 46px;
  }
  .custom_write_wrap .write_wrap .val_wrap .xefu-dropzone .xefu-btn.fileinput-button {
    width: 115px;
    min-width: 115px;
    white-space: nowrap;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
  }
  .custom_write_wrap .write_wrap .val_wrap .xefu-dropzone .xefu-btn.fileinput-button > span {
    font-size: 12px;
  }
  .custom_write_wrap .write_wrap .val_wrap .xefu-dropzone .xefu-dropzone-message {
    color: var(--bh_color_gray_400);
    font-size: 16px;
    margin: 0;
    flex-grow: 1;
  }
  .custom_write_wrap .tool_wrap {
    margin: 15px auto 0 auto;
  }
  .custom_write_wrap .tool_wrap .bd_btn_wrap .bh_bd_btn {
    font-size: 14px;
    border-radius: 5px !important;
    width: 100%;
  }
}
/* quick_menu */
.bh #quick_menu .quick_menu_inner {
  padding-right: 3rem;
  padding-bottom: 3rem;
}
.bh #quick_menu .scrollTop {
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.bh #quick_menu .scrollTop > a {
  width: 8.5rem;
  height: 8.5rem;
  margin-top: 0;
  background-color: var(--bh_color_white);
}
.bh #quick_menu .scrollTop > a > i {
  font-size: 1.6rem;
  color: var(--bh_color_main);
}
.bh #quick_menu .scrollTop > a > span {
  color: var(--bh_color_gray_900);
  font-weight: bold;
}
@media (max-width: 992px) {
  .bh #quick_menu {
    display: none;
  }
}
/* footer */
.bh .footer .footer_logo {
  border: 0;
  padding: 0 0 0 15px;
  margin: 0;
}
.bh .footer .copyright {
  padding: 0;
}
.bh .footer .copyright .business_info {
  display: none;
}
.bh .footer .copyright span {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  color: var(--bh_color_gray_600);
  padding-right: 3rem;
}
.bh .footer .copyright span b {
  padding-right: 1rem;
}
.bh .footer .copyright p {
  font-size: 1.6rem;
  color: var(--bh_color_gray_400);
  padding-top: 2rem;
  padding: 0;
}
.bh .footer .footer_menu > ul {
  border: 0;
  padding: 0;
  display: flex;
  gap: 3rem;
}
.bh .footer .footer_menu > ul > li > a {
  font-size: 1.6rem;
  color: var(--bh_color_gray_600) !important;
  font-weight: 500;
}
.bh .footer .footer_menu > ul > li > a::after {
  display: none;
}
@media (max-width: 992px) {
  .bh .footer .footer_logo {
    margin-bottom: 10px;
  }
  .bh .footer .footer_logo img {
    height: 25px;
  }
  .bh .footer .footer_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .bh .footer .copyright {
    width: 100%;
  }
  .bh .footer .copyright .business_info {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--bh_color_gray_600);
    padding: 10px 0 5px 0;
  }
  .bh .footer .copyright .business_info i {
    transition: all 0.3s;
  }
  .bh .footer .copyright .info_wrap {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .bh .footer .copyright.on .business_info i {
    transform: rotate(180deg);
  }
  .bh .footer .copyright.on .info_wrap {
    height: auto;
  }
  .bh .footer .copyright span {
    display: inline-block;
    padding-bottom: 0;
    font-size: 11px;
    color: var(--bh_color_gray_500);
    padding-right: 10px;
  }
  .bh .footer .copyright span b {
    padding-right: 2px;
  }
  .bh .footer .copyright p {
    font-size: 12px;
    margin-top: 10px;
  }
  .bh .footer .footer_menu {
    width: 100%;
  }
  .bh .footer .footer_menu > ul {
    gap: 0;
  }
  .bh .footer .footer_menu > ul > li > a {
    font-size: 12px;
  }
  .bh .footer .footer_menu > ul > li > a::after {
    display: inline;
    font-size: 10px;
    padding: 0 5px;
  }
}
/*# sourceMappingURL=2c97b2d2812b58ca21689a9cb484277a9c5fa55c.page.scss.map */
