@charset "utf-8";
.blind-wrap {
  position: relative;
  height: 0px;
  overflow: hidden;
}
.blind-wrap .blind-elem {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: -1px;
  visibility: hidden;
}
.blind {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: -1px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.ajax-network-error {
  font-size: 14px;
  padding: 100px 0;
  text-align: center;
}
.b_fix {
  position: fixed;
  bottom: 60px;
  width: 100%;
  z-index: 999;
}
.b_fix .a_box1 {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.b_fix .a_box1 .bFix_btnLeft {
  float: left;
  background: #000;
  color: #fff;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}
.b_fix .a_box1 .bFix_btnLeft .bFix_textH {
  display: block;
  margin-top: 18px;
}
.b_fix .a_box1 .bFix_btnLeft .bFix_textH .bFix_text_2l {
  display: block;
  line-height: 18px;
}
.b_fix .a_box2 {
  display: inline-block;
  width: 35px;
  /* position: absolute; */
  position: fixed;
  /* right: 10px; */
  bottom: 40px;
  right: 40px;
}
@media (max-width: 719px) {
  .b_fix .a_box2 {
    bottom: 69px;
    right: 16px;
  }
}
.b_fix .a_box2 .bFix_btnRight {
  display: inline-block;
  color: #fff;
  width: 35px;
  border-radius: 50%;
  text-align: center;
}
.b_fix .a_box2 .bFix_btnRight .bFix_textH2 {
  display: block;
  margin-top: 26px;
}
.bFix_btnRight img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 21px 31px -15px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 21px 31px -15px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 21px 31px -15px rgba(0, 0, 0, 0.19);
}
/* 팝업 (후기 이미지, ..) */
.app-custom-popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10010;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.app-custom-popup-wrap.show {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.app-custom-popup-wrap .bgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.app-custom-popup-wrap .popup-container {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
}
.js-slide-popup-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}
