@charset "utf-8";
.blind {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: -1;
    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: 96;
}
.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: 35px;
    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;
    /* right: 10px; */
    bottom: 5px;
    right: 11px;
}
.b_fix .a_box2 .bFix_btnRight {
    display: inline-block;
    color: #fff;
    width: 35px;
    /* border-radius: 50%; */
    text-align: center;
    /* 추가 */
    border: 0;
    -webkit-box-shadow: initial;
    width: 40px;
    height: 40px;
}
.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 .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.app-custom-popup-wrap.show {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .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, .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, .7);*/
    display: flex;
    align-items: center;
}