/* 팝업 */
.popup-bg {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.bg{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.popup-bg .popup-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 5;
    background: white;
    text-align: center;
    border-radius: 6px;
}
.popup-bg .popup-top{
    position: relative;
    display: flex;
    width: 300px;
    height: 50px;
    padding: 13px 20px;
    border-radius: 6px 6px 0 0;
    background: #fa233b;
    justify-content: space-between;

    color: white;
    font-weight: bold;
    font-size: 16px;
}
.popup-bg .popup-top{
    padding-bottom: 24px;
}
.popup-bg .popup-bottom,
.popup-bg .popup-center{
    background: white;
    border-radius: 0 0 6px 6px;
}
.popup-bg .popup-center.text{
    padding-bottom: 8px;
}
.popup-bg .popup-center.text .popup-center-inner{
    background: #f5f5f5;
}
.popup-bg .popup-center .category-list{
    height: 44px; line-height: 44px;  
    text-align: left; 
    border-bottom: 1px solid #eee;
}
.popup-bg .popup-center .category-list:last-child{
    border-bottom: 0;
}
.popup-bg .popup-center .category-list .link{
    display: inline-block; text-indent: 20px; width: 100%;
}
.popup-bg .popup-center .popup-img-div{
    padding: 24px 0;
}
.popup-bg .popup-center .popup-img{
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}
.popup-bg .popup-center .popup-img img{
    width: 100%;
}
.popup-bg .popup-center .popup-text{
    padding: 16px;
    text-align: left;
    font-size: 12px;
    background: white;
    border-top: 1px solid #eee;
}
.popup-bg .popup-center .popup-text.p12{
    padding-bottom: 12px;
}
.popup-bg .popup-center .popup-text.line{
    border-bottom: 1px solid #eee;
    border-top: 0;
    margin-bottom: 6px;
}
.popup-bg .popup-center .popup-text .outline{
    /* text-indent: 6px; */
    line-height: 22px;
    padding-left: 6px;
    /* 얘가 왜 이렇게 됐지..? 수정사항 */
    /* padding-left: 20px; */
}
 .popup-bg .popup-center .popup-text .outline.number-set{
     margin-top: 16px;
     color: #888;
     padding: 12px;
     padding-left: 18px;
     border: 1px solid #eee;
     background: #f8f8f8;
     font-size: 11px;
     font-weight: normal;
}
.popup-bg .popup-center .popup-text .outline.number-set.reset{
    margin-top: 0;
    color: #222;
    padding: 0;
    padding-left: 14px;
    border: 0;
    background: white;
    font-size: 12px;
    font-weight: normal;
}
.popup-bg .popup-center .popup-text .number-set.gyeong-go.reset{
    font-size: 11px;
    color: #888;
    line-height: 18px;
}
.popup-bg .popup-center .number-set.point{
    padding: 0px 0px 0px 14px;
}
.popup-bg .popup-center .popup-table{
    padding: 0 16px;
}
.popup-bg .popup-center .popup-grid{
    display: grid;
    grid-template-columns: 37% 63%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.popup-bg .popup-center .popup-grid div{
    padding: 8px 24px; 
    border-right: 1px solid #eee; 
    border-bottom: 1px solid #eee;
}
.popup-bg .popup-center .popup-grid div.border-b-0{
    border-bottom: 0px;
}
.popup-bg .popup-center .popup-grid.balsin div{
    padding: 8px 10px;
}
.popup-bg .popup-center .popup-grid.balsin .bg-gray{
    background: #f8f8f8;
    padding: 9px 0 11px;
}
.popup-bg .popup-center .popup-grid.balsin .lh34{
    line-height: 34px;
}
.popup-bg .popup-center .popup-grid.store-call div{
    /* padding: 10px 16px; */
    padding: 10px 8px;
}
.popup-bg .popup-center .popup-grid div.border-r-0{
    border-right:0; 
}
.popup-bg .popup-center .popup-grid div.border-b-0{
    border-bottom:0; 
}
.popup-bg .popup-center .pad16{
    padding: 0 16px;
}
.popup-bg .popup-center .popup-center-title{
    border-bottom: 1px solid #eee; 
    padding: 16px 0;
}
.popup-bg .popup-center .popup-center-title.left{
    text-align: left;
}
.popup-bg .popup-center .popup-center-con{
    padding: 16px 0; padding: 16px 0;
    text-align: left;
    width: 76%;
    margin: 0 auto;
    line-height: 24px;
}
.popup-bg .popup-center .popup-center-con.alert{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.popup-bg .popup-center .popup-center-con.simsa-text{
    width: 100%; padding: 10px 0 18px; line-height: 18px;
}
.popup-bg .popup-center .popup-center-con.simsa-text .simsa{
    transform: translateX(0);
}
.popup-bg .popup-center .simsa-text-div{
    width: 100%; height: 111px;
    border: 1px solid #eee;
    background: #f8f8f8;
    padding: 12px; text-align: left;
}
.popup-bg .popup-center .popup-chat-m{
    padding: 50px 0 40px;
}
.popup-bg .call-question{
    padding: 16px; font-size: 12px;
    text-align: left;
}
.popup-bg .call-question .iui-textarea{
    font-size: 14px; padding: 12px; 
    width: 268px; height: 140px; background: #f8f8f8; border: 1px solid #eee; 
    resize: none;
}
.popup-bg .call-question .call-question-notice{
    line-height: 22px;
    text-align: center;
}
.popup-bg .popup-center .popup-grid.store-call .call-store-img{
    position: relative; padding: 0; line-height: 0; 
    padding: 8px 8px 8px 6px; box-sizing: initial;
}
.popup-bg .popup-grid.store-call .call-store-img img{
    width: 68px;
    height: 68px;
    border-radius: 4px;
    object-fit: cover;
    background: white;
}
.popup-bg .popup-grid.store-call .store-title{
    line-height: 66px;
}
.call-question .store-call-question{
    line-height: 20px;
}
.popup-bg .text-c{
    text-align: center;
}
.popup-bg .call-question .popup-grid{
    display: grid;
    grid-template-columns: 30.9% 69.1%;
    border: 1px solid #eee;
}
.popup-bg .number-set p.number::before {
    left: 20px;
}
.popup-bg .number-set p.point::before{
    left: 22px;
}
.popup-bg .number-set p.point.l28::before{
    left: 28px;
}
.popup-bg .number-set.point-16{
    padding: 0px 0px 0px 7px;
    line-height: 20px;
}
.popup-bg .number-set.point-16 p.point::before{
    left: 16px;
}

.popup-bottom {
    width: 100%;
    padding: 0 16px;
    text-align: center;
    background: white;
}
.popup-bottom .popup-bottom-inner{
    padding: 24px 0px;
    border-top: 1px solid #eee;
}
.popup-bottom .popup-bottom-inner.border-t-0{
    border-top: 0px;
    display: flex;
    justify-content: center;
}
.popup-bottom .popup-bottom-inner.padt0{
    padding-top: 0;
}
.popup-bottom .popup-bottom-inner.padt0 .number-set{
    text-align: left; margin-bottom: 24px;
    margin-top: 16px; line-height: 18px; padding-left: 14px;
}
.popup-bottom .popup-bottom-btn{
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 34px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #fa233b;
    border-radius: 4px;
}
.popup-bottom .popup-bottom-btn.call{
    width: 120px;
}
.popup-bottom .popup-bottom-btn.store-call{
    width: 166px;
}
.popup-bottom .popup-bottom-btn .bg-arrow-w{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_w_x03.png)no-repeat right 4.5px;
    padding-right: 14px;
    background-size: 7.2px;
}
.popup-bottom .popup-bottom-btn.cancel{
    background: #b1b1b1;
}
.popup-bottom .popup-bottom-btn.review{
    background: #3f71c8;
}











.popup-bg .popup-top.trainer{
    text-align: left;
}
.popup-bg .popup-center .sangdam{
    border-top: 1px solid #ddd;
    padding-top: 24px;
}
.popup-bg .popup-center .sangdam .trainer-inner{
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}
.popup-bg .popup-center .trainer-inner{
    /* padding-left: 75px; */
    text-align: left;
}
.popup-bg .popup-center .trainer-title{
    font-weight: bold;
    color: black;
    font-size: 16px;
    margin-bottom: 4px;
}
.popup-bg .popup-center .trainer-intro{
    font-size: 12px;
    color: #888;
}
.popup-center .sangdam .trainer-time{
    color: black;
    font-weight: bold;
    text-align: left;
}
.popup-bg .popup-center .sangdam .sangdam-data{
    line-height: 32px;
}
.popup-bg .popup-center .sangdam .sangdam-time{
    line-height: 18px;
    font-size: 24px; font-weight: bold;
    color: #0baa84;
}
.popup-bg .popup-center .content,
.popup-bg .popup-bottom .popup-btn{
    font-size: 16px;
}

.popup-bg .popup-center.text{
    font-size: 14px;
    text-align: left;
}
.popup-bg .popup-center.text .content{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.popup-bg .popup-center.text .color_gray{
    font-size: 12px;
    line-height: 8px;
    color: #888;
}
.color_fa233b{
    color: #fa233b;
    font-size: 14px;
}
.color_fa233b-b{
    color: #fa233b;
    font-size: 14px;
    font-weight: bold;
}
.en-breck{
	word-break:break-word;
}

/* 상담시간 연장 */
.popup-center .sangdam-inner-time{
    border-bottom: 1px solid #eee; 
    padding: 16px; text-align: left;
}
.popup-center .radio-box{
    position: relative;
    width: 100%;
}
.popup-center .radio-box label{
    position: relative;
}
.popup-center .radio-label input{
    display: none;
}
.popup-center .sangdam-inner-pay{
    text-align: left; 
    padding: 16px 16px 24px;
}
.popup-center .s-center{
    display: flex;
    flex-direction: column; 
    justify-content : center;
    /* width: 70%; */
    font-size: 14px; margin-right: 16px;
}
.popup-center .sangdam-inner-coin{
    border: 1px solid #ddd; padding: 9px; 
    background: #f8f8f8;  width: 70%;
    text-align: left;
}
.popup-center .sangdam-inner-none{
    padding: 24px 16px;
    text-align: center;
    line-height:24px;
}
/* 팝업 라디오 */
.popup-center .radio-label{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-indent: 26px;
}
.popup-center .radio-span-inner{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0%;
    transform: translate( 0%, -50%);
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
}
/* 회원차단 설정 */
.popup-center.block .sangdam-inner-pay{
    padding: 16px 16px 8px;
}
.popup-center.block textarea{
    resize: none; height: 100px; overflow: scroll;
}
.popup-center.block .border{
    margin: 16px 16px 0px 16px; border-top: 1px solid #eee;
}
.popup-center.block .number-set{
    padding: 12px 16px 12px 14px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}
.popup-center.block .sangdam-inner-coin{
    border: 1px solid #eee;
}
/* call 팝업 */
.popup-center .boyu-coin{
    border: 1px solid #eee; border-radius: 8px;
}
.popup-center .boyu-coin div{
    padding: 9px 13px;
}
.popup-center .boyu-coin .logout{
    width: 100%;
    padding: 19px 24px; 
    text-align: center; 
}
.popup-center .call-popup-btn{
    width: 90px;
    height: 70px;
    font-size: 14px;
    background: #f8f8f8;
    text-align: center;
    padding: 11px;
    border-radius: 4px;
    margin-right: 0;
}
.popup-center .call-popup-btn.charge{
    height: 55px;
    border-left: 1px solid #eee;
}
.popup-center .po100{
    position: relative;
    width: 100%;
}
.popup-center .po100 div{
    padding: 9px 13px; 
    border-left: 1px solid #eee; 
    border-bottom: 1px solid #eee
}
.popup-center .po100 div.border-t{
    border-top: 1px solid #eee;
}
.popup-center .coin-call{
    width: 90px;
    height: 74px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    background: #fa233b;
    text-align: center;
    padding: 16px 20px;
    border-radius: 4px;
    position: absolute;
    right: 16px;
}
.popup-center .coin-call.blue{
    background: #3f71c8;
}
.popup-center .coin-call.yellow{
    background: #ffa300;
}
/*버튼 비활성화*/
.popup-center .coin-call.status-off{
    background: #b1b1b1;
}
.popup-center .view-more-q{
    background: url(/assets/hongstore2.0/img/icon/view_more_qx3.png)no-repeat left center;
    background-size: 14px;
    cursor: pointer;
}
.popup-center .tr-line{
    width: initial;
}
.popup-center .tr-line::after{
    height: 11px;
    top: 13px;
}
/* 공유하기 팝업 */
.popup-center .url-name{
    padding: 13px 16px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;
}
.popup-center .url-addr{
    justify-content: space-evenly; padding: 20px 0 24px;
}
.popup-center .badge{
    line-height: 26px;
}
.popup-center .badge p{
    display: inline-block;
}
.popup-center .url-div{
    padding: 0 20px 30px;
    position: relative;
}
.popup-center .url-input{
    padding: 7px 10px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 6px;
}
.popup-center .url-btn{
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    width: 80px;
    padding: 9px 10px;
    background: #fa233b;
    color: white;
    text-align: center;
    line-height: 17px;
    border-radius: 0 6px 6px 0;
    font-size: 11px;
}
/* 스토어통계 */
.popup-center .statistics{
    display: grid; 
    grid-template-columns: 20.30% 29.32% 49.62%; 
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
.popup-center .statistics div{
    border-left: 1px solid #eee;
    /* border-bottom: 1px solid #eee; */
    border-top: 1px solid #eee;
    padding: 7px 0;
}
.popup-center .statistics .border-r{
    border-right: 1px solid #eee;
}
/* .popup-center .statistics .border-t{
    border-top: 1px solid #eee;
} */
.popup-center .statistics-inner{
    border-top: 1px solid #eee; 
    padding: 10px 16px 24px;
}
.popup-bg .popup-center .popup-select{
    background: url(/assets/hongstore2.0/img/icon/select_arrowx3.png)no-repeat center right 16px/7px white;
}
.statistics-inner .tr-line::after{
    right: -21px;
    top: 5px;
}
.statistics-inner .detail-star-f.ver2,
.statistics-inner .detail-star-h.ver2,
.statistics-inner .detail-star.ver2{
    background-size: 100%;
    width: 20px;
    /* height: 22px; */
    height: 26px;
    margin-right: 6px;
}
.statistics-inner .detail-star-f.ver2:last-of-type,
.statistics-inner .detail-star-h.ver2:last-of-type,
.statistics-inner .detail-star.ver2:last-of-type{
    margin-right: 0;
}
.statistics-inner .star-inner{
    border: 1px solid #eee;
    /*padding: 5px 29px;*/
    padding: 7px 22px;
    height: 38px;
    width: 177px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 12px;
}
.statistics-inner .review-reply{
    justify-content: center;
    font-size: 12px; 
    margin-bottom: 14px;
}
.statistics .around{
    justify-content: space-around;
}
.slide-popup {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 1;
    top: 0px;
    bottom: 0px;
    left: -100%;
    right: auto;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    background: #f6f6f6;
    /* transition: opacity 0.4s, left 1.8s; */
}
.layerPopup.pc_ver,
.slide-popup.pc_ver{
    max-width: 640px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
}
/* 이미지 팝업 */
.popup-bg .popup-img.bg-black{
    position: relative;
    z-index: 5;
    text-align: center;
    color: white;
    padding: 16px 16px 16px 24px;
    top: 50%;
    transform: translatey(-50%);
    max-width: 640px; margin: 0 auto;
}
.popup-bg .border-b{
    border-bottom: 1px solid white;
}
.popup-bg .popup-img.bg-black .img-div{
    width: 180px; height: 180px; 
    margin: 0 auto; margin-bottom: 24px; 
    margin-top: 34px;
    /*border: 1px solid;*/
}
.popup-bg .popup-img.bg-black .img-div img{
    width: 100%;
    height: 100%;
}
.popup-bg .popup-img.bg-black .popup-btn-close{
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.popup-bg .popup-img.bg-black .img-review-text{
    padding: 16px 0; text-align: left; line-height: 24px;
    height: 100px; overflow: auto;
}
.popup-bg .popup-img.bg-black .reply-height{
    height: 100px;
    overflow: auto;
}
/*풀팝업*/
.bg.top160,
.popup-bg.top160{
    top: 160px;
}
.bg.top225,.popup-bg .popup-div.full.top225 {
    top: initial;
    bottom: 225px;
}
.popup-bg .popup-div.full{
    width: 100%;
    top: 0;
    left: 0;
    transform: initial;
    border-radius: 0px;
}
.popup-div.full .popup-top{
    width: 100%;
    border-radius: 0px;
}
.popup-div.full .header{
    padding: 0;
    height: 24px;
    background: url(../img/icon/arrow_left_s_w_x03.png)no-repeat left center #fa233b;
    background-size: 8px;
}
.popup-div.full .bg-arrow {
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03.png) no-repeat center center;
    background-size: 7px;
    margin-right: 0;
}
.popup-div.full .popup-date{
    padding: 16px 16px 4px; background: #f8f8f8;
}
.popup-div.full .month-date{
    padding: 12px 16px 11px; background: #f8f8f8;
}
.popup-div.full .month-date .today{
    background: white; border: 1px solid #ddd; padding: 3px 10px; border-radius: 20px;
}
.popup-div.full .month{
    line-height: 20px;
}
.popup-div.full .popup-center .s-center{
    margin-right: 0;
    font-size: 12px;
}
.popup-center .date-grid .active p.s-center {
    font-size: 14px;
}
    /*팝업순서*/
.popup31 .popup-center .text{
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    height: 400px;
    padding: 0px 16px;
    margin-top: 24px;
    text-align: left;
}
/* 검색 팝업 */
.layerPopup {
    width: 100%;
    min-height: 100%;
    /* background:#f6f6f6; */
}
.layerPopupBg {
    background: #f6f6f6;
}
.layerPopupLeftHide {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 0px;
    bottom: 0px;
    left: -100%;
    right: -100%;
}
.layerPopupLeft {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0px;
    left: -100%;
    right: 100%;
}

/* 공통 팝업 */
/* #info_popup, layerPopup, layerPopupRight */
.layerPopupRight {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0px;
    right: -100%;
}
.popup-bg .popup-center .partner{
    padding: 40px 22px 24px; line-height: 24px;
}
.popup-bg .popup-center .partner-div{
    border-top: 1px solid #eee; padding-top: 24px;
}





/* 신고팝업(홍카페)추가 */
.bad-check label{
    position: relative;
    margin-bottom: 4px;
}
.popup-center.hongc{
    padding: 20px 10px;
    text-align: left;
}
.popup-center.hongc .bad-check{
    padding: 10px;
}
.popup-center.hongc .bad-check input{
    height: 30px; width: 100%;
    border-radius: 0px;
    border: 1px solid #ddd;
    margin: 6px 0;
    text-indent: 4px;
}