@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* Reset */
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,a,header,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,select,object,figure,figcaption {
    margin:0;padding:0;letter-spacing: -0.48px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'Noto Sans KR','Noto Sans Korean', sans-serif;
}
html, body{width:100%;
    /*position: fixed;*/
    /*overflow: hidden;*/
    /*transform: translate3d(0,0,0);*/
    /*-webkit-transform: translateZ(0);*/
}
html{-webkit-touch-callout:none; -webkit-user-select:none; }
body{width:100%; background:#fff; -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all; font-size: 14px;
/* -webkit-tap-highlight-color:rgba(0, 0, 0, 0); */
/* 하이라이트 */
}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
.hide,caption,legend{line-height:0;font-size:1px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}

/* 하이라이트 */
/* -webkit-tap-highlight-color:rgba(0, 0, 0, 0); */
/* -webkit-tap-highlight-color: transparent; */
/* 원래 이거만 */
/* *{
    margin: 0;
    padding: 0;
    letter-spacing: -0.48px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'Noto Sans KR','Noto Sans Korean', sans-serif;
} */
body{
    background: #f8f8f8;
    /* 문제있으면 삭제 */
    /* position: absolute;
    height: 100%; */
}
ul li{
    list-style: none;
}
.wrap{
    padding-bottom: 50px;
    box-sizing: border-box;
    font-size: 14px;
    min-height: 100%;
    /* height: 100%; */
    -webkit-transform: translateZ(0);
    transform: translate3d(0,0,0); -webkit-transform: translateZ(0); -webkit-overflow-scrolling:touch;
}
.wrap.no-foot{
    padding-bottom: 0;
}
.hidden{
    display: none;
}
textarea::placeholder,
input::placeholder{
    color: #ccc;
    font-size: 14px;
}
textarea,input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    /* visibility: hidden; */
}
/* 풍수 신청 textarea*/
.item-wrap .item-textarea{
    border: 0;
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
}
select{
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/hongstore2.0/img/icon/select_arrowx3.png)no-repeat right 13px center white;
    background-size: 7px;
}
/*상담내역 input 안쓰면 이거 다 삭제임*/
/*.sangdam-list-wrap label.sangdam-date,*/
input[type=date].sangdam-date{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/hongstore2.0/img/icon/month_imgx03.png)no-repeat left 12px center white;
    background-size: 14px;
    padding-left:32px;
}
/*.sangdam-list-wrap label.sangdam-date{
    position: relative;
    line-height: 18px;
}*/
/*input date*/
/*.sangdam-list-wrap label.sangdam-date input{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 3px;
     border: 0;
    background: transparent;
    transform: translateY(-50%);
}*/
/*여기까지삭제*/



/* 메인 색상 #fa233b; */
/* 임시 글꼴 색 #ddd */
/* 글꼴 색 #222 */

/* status-on 상담가능
status-ing 상담중
status-off 부재중
status-reserv 예약상담중
*/
.hide{
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    color: transparent;
}
.color-fa233b-n{
    color: #fa233b;
    font-weight: normal;
}
.color-fa233b{
    color: #fa233b;
    font-weight: bold;
}
.fa233b11{
    color: #fa233b;
    font-size: 11px;
}
.fa233b12{
    color: #fa233b;
    font-size: 12px;
}
.color-3f71c8{
    color: #3f71c8;
    font-weight: bold;
}
.color-ffa300{
    color: #ffa300;
    font-weight: bold;
}
.color-f255{
    color: white;
    font-weight: bold;
}
.f222{
    color: #222;
}
/* 시간 */
.time-text11{
    color: #888; font-size: 11px; font-weight: normal;
}
.time-text{
    color: #888; font-size: 12px; font-weight: normal;
}
.time-text.f222{
    color: #222;
}
.time-text14{
    color: #888; font-size: 14px; font-weight: normal;
}
.text-b1b1b1{
    color: #b1b1b1;
}
.text-8left{
    width: 80%; text-align: left;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
a.transparent{
    color: transparent;
}
button{
    border: 1px solid transparent;
    outline: none;
}
.w78{
    width: 78%;
}
.w200{
    width: 250%;
    overflow: hidden;
}
.d-flex{
    display: flex;
    justify-content: space-between;
}
.d-flex-c{
    display: flex;
    justify-content: center;
}
.d-flex-l{
    display: flex;
    justify-content: left;
}
.d-flex-end{
    display: flex;
    justify-content: flex-end;
}
.s-center{
    display: flex;
    flex-direction: column;
    justify-content : center;
}
.s-center2{
    display: flex;
    align-items: center;
}
.p-rela{
    position: relative;
}
.f-black{
    color: black;
}
.f-bold{
    font-weight: bold;
}
.f-center{
    text-align: center;
}
.f-left{
    text-align: left;
}
.text-d{
    text-decoration: underline;
    font-weight: normal;
}
.d-inblock{
    display: inline-block;
}
.f-letter48{
    letter-spacing: 0.48px;
}
.border-t{
    border-top: 1px solid #eee;
}
.border-r{
    border-right: 1px solid #eee;
}
.border-t-0{
    border-top: 0px;
}
.border-t-b{
    border-top: 1px solid #ddd;
}
.f-s11{
    font-size: 11px;
}
.f-s12{
    font-size: 12px;
}
.f-s13{
    font-size: 13px;
}
.f-s14{
    font-size: 14px;
}
.f-s16{
    font-size: 16px;
}
.f-s18{
    font-size: 18px;
}
.f-s20{
    font-size: 20px;
}
.f-s26{
    font-size: 26px;
}
.f-s30{
    font-size: 30px;
}
.f-s38{
    font-size: 38px;
}
.lh18{
    line-height: 18px;
}
.lh24{
    line-height: 24px;
}

/* 영어깨질경우 */
.en-breck{
	/* word-break:break-all; */
	word-break:break-word;
}
/* 한줄소개 */
.p-tnwjd{
    height: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.p-tnwjd2{
    height: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.p-tnwjd.ver2{
    height: auto;
    -webkit-line-clamp: 2;
}
.p-tnwjd.ver3{
    height: auto;
    -webkit-line-clamp: 1;
}
.p-tnwjd.ver4{
    height: 24px;
}

/* margin-top */
.m-4t{
    margin-top: -4px;
}
.m2t{
    margin-top: 2px;
}
.m4t{
    margin-top: 4px;
}
.m5t{
    margin-top: 5px;
}
.m6t{
    margin-top: 6px;
}
.m7t{
    margin-top: 7px;
}
.m8t{
    margin-top: 8px;
}
.m10t{
    margin-top: 10px;
}
.m12t{
    margin-top: 12px;
}
.m14t{
    margin-top: 14px;
}
.m15t{
    margin-top: 15px;
}
.m16t{
    margin-top: 16px;
}
.m18t{
    margin-top: 18px;
}
.m20t{
    margin-top: 20px;
}
.m24t{
    margin-top: 24px;
}
.m26t{
    margin-top: 26px;
}
.m30t{
    margin-top: 30px;
}
.m32t{
    margin-top: 32px;
}
.m34t{
    margin-top: 34px;
}
.m40t{
    margin-top: 40px;
}
.m42t{
    margin-top: 42px;
}
.m43t{
    margin-top: 43px;
}
.m50t{
    margin-top: 50px;
}
.m54t{
    margin-top: 54px;
}
.m60t{
    margin-top: 60px;
}
.m200t{
    margin-top: 200px;
}
.m320t{
    margin-top: 320px;
}
/* margin-right */
.m4r{
    margin-right: 4px;
}
.m5r{
    margin-right: 5px;
}
.m6r{
    margin-right: 6px;
}
.m8r{
    margin-right: 8px;
}
.m13r{
    margin-right: 13px;
}
.m14r{
    margin-right: 14px;
}
.m16r{
    margin-right: 16px;
}
.m20r{
    margin-right: 20px;
}
.m21r{
    margin-right: 21px;
}
/* margin-bottom */
.m0b{
    margin-bottom: 0px;
}
.m2b{
    margin-bottom: 2px;
}
.m4b{
    margin-bottom: 4px;
}
.m5b{
    margin-bottom: 5px;
}
.m6b{
    margin-bottom: 6px;
}
.m7b{
    margin-bottom: 7px;
}
.m8b{
    margin-bottom: 8px;
}
.m9b{
    margin-bottom: 9px;
}
.m10b{
    margin-bottom: 10px;
}
.m11b{
    margin-bottom: 11px;
}
.m12b{
    margin-bottom: 12px;
}
.m14b{
    margin-bottom: 14px;
}
.m16b{
    margin-bottom: 16px;
}
.m18b{
    margin-bottom: 18px;
}
.m20b{
    margin-bottom: 20px;
}
.m21b{
    margin-bottom: 21px;
}
.m24b{
    margin-bottom: 24px;
}
.m25b{
    margin-bottom: 25px;
}
.m26b{
    margin-bottom: 26px;
}
.m30b{
    margin-bottom: 30px;
}
.m34b{
    margin-bottom: 34px;
}
.m58b{
    margin-bottom: 58px;
}
.m80b{
    margin-bottom: 80px;
}
/* margin-left */
.m2l{
    margin-left: 2px;
}
.m4l{
    margin-left: 4px;
}
.m5l{
    margin-left: 5px;
}
.m6l{
    margin-left: 6px;
}
.m8l{
    margin-left: 8px;
}
.m14l{
    margin-left: 14px;
}
.m16l{
    margin-left: 16px;
}
.m10r{
    margin-right: 10px;
}
.m16r{
    margin-right: 16px;
}

/* padding */
.p8t{
    padding-top: 8px;
}
.p12t{
    padding-top: 12px;
}
.p16t{
    padding-top: 16px;
}
.p32t{
    padding-top: 32px;
}
.p34t{
    padding-top: 34px;
}
.p50t{
    padding-top: 50px;
}
.p60t{
    padding-top: 60px;
}
.p63t{
    padding-top: 63px;
}
.p12b{
    padding-bottom: 12px;
}
.p14b{
    padding-bottom: 14px;
}
.p24b{
    padding-bottom: 24px;
}
/* 버튼 */
.gray-div{
    padding: 15px 0;
    background: #f8f8f8;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 20px;
}
.btn-area-div{
	padding: 16px;
    position: relative;
}
.btn-area-div.white{
    background: white;
}
.btn-area-diver2{
    padding: 24px;
    position: relative;
}
.btn-area-diver3{
    padding: 24px 16px;
    background: white;
    position: relative;
}
.btn-area-diver4{
    padding: 8px 16px 24px;
    background: white;
    position: relative;
}
.btn-area-diver5{
    padding: 24px 0;
    background: white;
    position: relative;
}
/* 하단 고정 */
.btn-fixed{
    position: fixed;
    padding: 16px;
    width: 100%;
    bottom: 0;
    max-width: 640px;
    background: white;
}
.btn {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
    text-align: center;
    cursor: pointer;
	background: #fa233b;
	border: 1px solid #fa233b;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    /* box-sizing: border-box; */
}
.btn.revers{
    background: white;
    color: #fa233b;
}
/* 조그만버튼 */
.s-btn{
    display: inline-block;
    color: white;
    font-size: 11px;
    background: #fa233f;
    height: 24px;
    padding: 2px 10px;
    border-radius: 2px;
    line-height: 18px;
}
/* 흰색버튼 */
.btn-w{
    background: white;
    border: 1px solid #fa233b;
    color: #fa233b;
}
.btn.m-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.btn.btn40{
    width: 100%;
    height: 40px;
    line-height: 38px;
}
.btn.square{
    border-radius: 2px;
}
.btn.no-square{
    border-radius: 0px;
}
/* 변경하기 */
.btn.btn-time,
.btn.btn-change{
    position: absolute;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 80px;
    background: #3f71c8;
    border: 0px solid #3f71c8;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    top: 46px;
    right: 16px;
    border-radius: 0;
}
/* 시간 */
.btn.btn-time{
    line-height: 40px;
    background: white;
    border: 0px;
    border: 1px solid #eee;
    color: #222;
    font-size: 14px;
    top: 0;
    right: 0;
}
/*인증버튼*/
.injeung{
    position: absolute; top: 0; right: 0;
    width: 88px; height: 100%; color: white; font-weight: bold;
    background: #0090ff; font-size: 16px; text-align: center; line-height: 44px;
}
.injeung-time{
    position: absolute; top: 40%; right: 16px;
}
/* 상담중 */
.status-ing-img,.status-on-img,.status-off-img
{
    background: url(/assets/hongstore2.0/img/icon/status-ingx03.png)no-repeat left center;
    background-size: 12px;
    padding-left: 16px;
    font-size: 11px;
}
.status-on-img{
    background: url(/assets/hongstore2.0/img/icon/status-onx03.png)no-repeat left center;
    background-size: 12px;
    padding-left: 16px;
    font-size: 11px;
}
.status-off-img{
    background: url(/assets/hongstore2.0/img/icon/status-offx03.png)no-repeat left center;
    background-size: 12px;
    padding-left: 16px;
    font-size: 11px;
}
.btn.status-ing{
    background: #3f71c8;
	border: 1px solid #3f71c8;
}
/* 구매/예약 */
.btn.buy{
    background: white;
	border: 1px solid #fa233b;
    color: #fa233b;
}
/* 부재중 */
.btn.status-off{
    background: #b1b1b1;
	border: 1px solid #b1b1b1;
}
.btn.status-off.active{
    background: #fa233b;
	border: 1px solid #fa233b;
}
/* 예약상담중 */
.btn.status-reserv{
    background: #1f7e80;
	border: 1px solid #1f7e80;
}
.btn.off-text{
    line-height: 20px; padding: 4px;
}
.btn.off-text .alarm{
    font-weight: normal; font-size: 12px;
}
/* 스크롤버튼 */
.scroll-btn{
    position: fixed;
    padding: 16px;
    /*bottom: 49px;*/
    bottom: 0;
    background: white;
    background-size: 30px;
    /* border-top: 1px solid #eee; */
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 639px;
}
/* 좋아요버튼 */
.like-btn{
    display: inline-block;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-align: center;
    background: url(/assets/hongstore2.0/img/icon/like_btn_imgx3_off.png)no-repeat center 10px;
    background-size: 20px;
}
.like-btn.active{
    background: url(/assets/hongstore2.0/img/icon/like_btn_imgx3.png)no-repeat center 10px;
    background-size: 20px;
}
.like-btn .like-text{
    line-height: 72px;
    font-size: 12px;
    height: 50px;
}
/* 상세 */
.bg-arrow{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03.png)no-repeat right/7px auto;
    margin-right: 20px;
}
.bg-arrow-o{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03.png)no-repeat right/7px auto;
    padding-right: 14px;
}
.bg-arrow-w{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_w_x03.png)no-repeat right 4px;
    padding-right: 10px;
    background-size: 6px;
}
.bg-arrow-w.top06{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_w_x03.png)no-repeat right 6px;
    background-size: 6px;
}
.bg-arrow-w-chat{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_w_x03.png)no-repeat right 7px,
    url(/assets/hongstore2.0/img/icon/servicex3.png)no-repeat left center;
    padding-right: 10px;
    padding-left: 22px;
    background-size: 7px, 19px;
}
.bg-arrow-g{
    background: url(/assets/hongstore2.0/img/icon/arrow_left_grayx03.png)no-repeat left center;
    background-size: 4px;
    padding-left: 8px;
}
.bg-arrow-r{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03_r.png)no-repeat right center;
    background-size: 7px;
    padding-right: 8px;
}
.bg-arrow-l{
    background: url(/assets/hongstore2.0/img/icon/arrow_left_s_x03.png)no-repeat center center;
    background-size: 7px;
}
.bg-arrow-gr{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03g.png)no-repeat right 5px;
    padding-right: 9px;
    background-size: 4px;
}
.reply-arrow{
    background: url(/assets/hongstore2.0/img/icon/replyx03.png)no-repeat left 6px center;
    padding-left: 24px;
    background-size: 14px;
}
/* 상세페이지  */
/* 전화 */
.detail-logo{
    background: url(/assets/hongstore2.0/img/icon/img_logo.png)no-repeat center center;
    background-size: 12px;
}
.detail-call{
    background: url(/assets/hongstore2.0/img/icon/detail_callx3.png)no-repeat left 9px;
    padding-left: 18px;
    background-size: 12px;
}
.detail-call.active{
    background: url(/assets/hongstore2.0/img/icon/detail_callx3_active.png)no-repeat left 9px;
    padding-left: 18px;
    background-size: 12px;
}
/* 채팅 */
.detail-chat{
    background: url(/assets/hongstore2.0/img/icon/message-square-fill@3x.png)no-repeat left 8px;
    padding-left: 18px;
    background-size: 12px;
}
.detail-chat.active{
    background: url(/assets/hongstore2.0/img/icon/message-square-fill@3x_active.png)no-repeat left 8px;
    padding-left: 18px;
    background-size: 12px;
}
/* 예약 */
.detail-reserv{
    background: url(/assets/hongstore2.0/img/icon/reserv_imgx03.png)no-repeat left 7px;
    padding-left: 18px;
    background-size: 15px;
}
.detail-reserv.active{
    background: url(/assets/hongstore2.0/img/icon/reserv_imgx03_active.png)no-repeat left 7px;
    padding-left: 18px;
    background-size: 15px;
}
.detail-reserv-side{
    background: url(/assets/hongstore2.0/img/icon/reserv_bg_imgx03_left.png)no-repeat left 7px,
url(/assets/hongstore2.0/img/icon/reserv_bg_imgx03_right.png)no-repeat right 7px;
    padding-left: 32px;
    padding-right: 32px;
    background-size: 28px;
}
/* 상품 */
.detail-item{
    background: url(/assets/hongstore2.0/img/icon/shop_imgx03.png)no-repeat left center;
    padding-left: 18px;
    background-size: 12px;
}
/* 평점 */
.detail-star{
    background: url(/assets/hongstore2.0/img/icon/dangolx3at.png)no-repeat left 3px;
    padding-left: 14px;
    background-size: 12px;
}
.detail-star-h{
    background: url(/assets/hongstore2.0/img/icon/star_halfx03.png)no-repeat left 2px;
    padding-left: 14px;
    background-size: 12px;
}
.detail-star-f{
    background: url(/assets/hongstore2.0/img/icon/star_fullx03.png)no-repeat left 2px;
    padding-left: 14px;
    background-size: 12px;
}
/* 상담후기 */
.detail-review{
    background: url(/assets/hongstore2.0/img/icon/messagex3.png)no-repeat left 3px;
    padding-left: 14px;
    background-size: 10px;
}
/* 상담스타일 */
.detail-people{
    background: url(/assets/hongstore2.0/img/icon/my_menux3at.png)no-repeat left center;
    padding-left: 14px;
    background-size: 10px;
}
/* 플러스이미지 */
.detail-img-plus{
    background: url(/assets/hongstore2.0/img/icon/img_plusx3.png)no-repeat right 5px;
    padding-right: 10px;
    background-size: 7px;
}
.detail-img-plus2{
    background: url(/assets/hongstore2.0/img/icon/img_plus2x3.png)no-repeat right center;
    padding-right: 10px;
    background-size: 7px;
}
.detail-reply{
    background: url(/assets/hongstore2.0/img/icon/reply_imgx03.png)no-repeat left 3.8px;
    padding-left: 14px;
    background-size: 10px;
    font-size: 11px;
}
.detail-coin{
    background: url(/assets/hongstore2.0/img/icon/coinx3at.png)no-repeat left center;
    padding-left: 16px;
    background-size: 13px;
}
detail-download{
    background: url(/assets/hongstore2.0/img/icon/downloadx3.png)no-repeat left center;
    padding-left: 16px;
    background-size: 13px;
}
.kakao_img{
    background: url(/assets/hongstore2.0/img/icon/kakao_imgx03.png)no-repeat center center;
    background-size: 40px;
    width: 40px; height: 40px;
    color: transparent;
}
.naver_img{
    background: url(/assets/hongstore2.0/img/icon/naver_imgx03.png)no-repeat center center;
    background-size: 40px;
    width: 40px; height: 40px;
    color: transparent;
}
.facebook_img{
    background: url(/assets/hongstore2.0/img/icon/facebook_imgx03.png)no-repeat center center;
    background-size: 40px;
    width: 40px; height: 40px;
    color: transparent;
}
.up-down-img{
    background: url(/assets/hongstore2.0/img/icon/up_downx03.png)no-repeat right 5px;
    padding-right: 22px;
    background-size: 13px;
}
.pencil_img{
    background: url(/assets/hongstore2.0/img/icon/pencil_imgx03.png)no-repeat left 4px;
    padding-left: 20px;
    background-size: 12px;
}
.detail-like{
    background: url(/assets/hongstore2.0/img/icon/like_btn_imgx3.png)no-repeat left 3px;
    padding-left: 22px;
    background-size: 14px;
}
.search-close{
    background: url(/assets/hongstore2.0/img/icon/search_closex03.png)no-repeat center center;
    background-size: 12px;
}
.search-arrow{
    background: url(/assets/hongstore2.0/img/icon/search_arrowx03.png)no-repeat 16px center;
    background-size: 12px;
}
.detail-quetion{
    background: url(/assets/hongstore2.0/img/icon/question_qx03.png)no-repeat left center
    ,url(/assets/hongstore2.0/img/icon/arrow_bottom_boldx03.png)no-repeat right center;
    padding-left: 22px;
    background-size: 13px, 11px;
}
.detail-close{
    background: url(/assets/hongstore2.0/img/icon/close_blackx03.png)no-repeat center center;
    background-size: 100%;
    color: transparent;
}
.detail-leaf{
    background: url(/assets/hongstore2.0/img/icon/left_leafx03.png)no-repeat left center
    ,url(/assets/hongstore2.0/img/icon/right_leafx03.png)no-repeat right center;
    padding-left: 44px;
    padding-right: 44px;
    background-size: 38px, 38px;
}
.detail-file-search{
    background: url(/assets/hongstore2.0/img/icon/file_searchx03.png)no-repeat left center;
    padding-left: 22px;
    background-size: 14px;
}
.detail-month{
    background: url(/assets/hongstore2.0/img/icon/month_imgx03.png)no-repeat left center;
    padding-left: 22px;
    background-size: 14px;
}
.detail-check{
    background: url(/assets/hongstore2.0/img/icon/detail_check_x03.png)no-repeat left center;
    padding-left: 22px;
    background-size: 18px;
}
.detail-receipt{
    background: url(/assets/hongstore2.0/img/icon/receipt_imgx03.png)no-repeat left center;
    padding-left: 18px;
    background-size: 12px;
}
.detail-infinite{
    background: url(/assets/hongstore2.0/img/icon/infinite_imgx03.png)no-repeat left center;
    padding-left: 20px;
    background-size: 16px;
}
.detail-lock{
    background: url(/assets/hongstore2.0/img/icon/lock_imgx03.png)no-repeat left top 4px;
    background-size: 12px;
    padding-left: 18px;
}
.detail-naver{
    background: url(/assets/hongstore2.0/img/icon/ico_naver.png)no-repeat left center;
    background-size: 16px;
    padding-left: 22px;
}
.detail-facebook{
    background: url(/assets/hongstore2.0/img/icon/ico_facebook.png)no-repeat left center;
    background-size: 11px;
    padding-left: 18px;
}
.detail-kakao{
    background: url(/assets/hongstore2.0/img/icon/ico_kakao.png)no-repeat left center;
    background-size: 16px;
    padding-left: 22px;
    color: black;
}
.detail-apple{
    background: url(/assets/hongstore2.0/img/icon/ico_apple.png)no-repeat left center;
    background-size: 16px;
    padding-left: 22px;
}
.detail-quetion.p-tnwjd{
    padding-right: 20px;
}

/* 블라인드 */
.blind-review{
    background: #f8f8f8; border: 1px solid #eee;
    padding: 26px 40px 30px; text-align: center;
}
.blind-review .blind-review-img{
    width: 60px; height: 60px;  margin: 0 auto; margin-bottom: 16px;
}
.blind-review .blind-review-img img{
    width: 100%;
}
/* number-set */
.number-set{
    padding: 0px 0px 0px 20px;
    line-height: 24px;
}
.number-set-title{
    font-size: 16px; color: #222; font-weight: bold;
}
.number-set p.number::before{
    position: absolute;
    left: 16px;
    content: "①";
}
.number-set p.number.form::before{
    left: 28px;
}
.number-set p.num01::before{
    content: "①";
}
.number-set p.num02::before{
    content: "②";
}
.number-set p.num03::before{
    content: "③";
}
.number-set p.num04::before{
    content: "④";
}
.number-set p.num05::before{
    content: "⑤";
}
.number-set p.num06::before{
    content: "⑥";
}
.number-set p.num07::before{
    content: "⑦";
}
.number-set p.num08::before{
    content: "⑧";
}
.number-set p.num09::before{
    content: "⑨";
}
.number-set p.point::before{
    position: absolute;
    left: 16px;
    content: "·";
}
.number-set p.gyeong-go::before{
    position: absolute;
    left: 16px;
    content: "※";
}
/* 공유버튼 */
.share-btn{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/assets/hongstore2.0/img/icon/sharex3.png) no-repeat;
    background-size: 100%;
}
/* 구분선 */
.div-line::after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: #ddd;
    margin-left: 8px;
    margin-right: 8px;
}

/* 더보기 동글*/
.view-more,.view-more-q{
    width: 20px;
    height: 20px;
    background: url(/assets/hongstore2.0/img/icon/view_morex3.png)no-repeat;
    background-size: 100%;
    color: transparent;
}
.view-more{
    width: 32px;
    background: url(/assets/hongstore2.0/img/icon/view_morex3.png)no-repeat center right;
    background-size: 20px;
}
.view-more-q.que{
    width: 18px;
    height: 18px;
    background: url(/assets/hongstore2.0/img/icon/view_more_qx3.png)no-repeat;
    background-size: 100%;
}
/* 더보기 네모 */
.view-more-square-div{
    padding: 8px 16px 16px; background: white;
}
.view-more-square-diver2{
    padding: 16px 0px; background: white;
}
.view-more-square{
    display:inline-block;
    width: 100%; height: 40px; line-height: 40px;
    border: 1px solid #ddd;
    background: white;
    text-align: center;
}
.view-square-img{
    /* background: url(/assets/hongstore2.0/img/icon/arrow_bottomx03.png)no-repeat center right; */
    background: url(/assets/hongstore2.0/img/icon/arrow_bottom_boldx03.png)no-repeat center right;
    background-size: 10px;
    padding-right: 14px;
}
.view-square-img2{
    background: url(/assets/hongstore2.0/img/icon/arrow_topx03.png)no-repeat center right;
    background-size: 10px;
    padding-right: 14px;
}
/* 영수증 보기  */
.view-square-imgv2{
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03.png)no-repeat center right;
    background-size: 7px;
    padding-right: 14px;
}
/* 추가 */
.content-plus{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/assets/hongstore2.0/img/icon/faq_plusx3.png)no-repeat center center #f8f8f8;
    background-size: 10px;
    border: 1px solid #eee;
    /* padding-left: 0px; */
    color: transparent;
}
/* 이미지 추가 */
.img-plus{
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(/assets/hongstore2.0/img/icon/img_plusx3.png)no-repeat center center;
    background-size: 18px;
    border-radius: 4px;
    border: 1px dashed #ccc;
    color: transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    overflow: hidden;
}
.img-plus.gray{
    background: url(/assets/hongstore2.0/img/icon/img_plusx3.png)no-repeat center center #f6f6f6;
    background-size: 18px;
}
.img-plus.none{
    background: white;
}
.img-inner .garbage-img{
    background: url(/assets/hongstore2.0/img/icon/dkgbx03.png)no-repeat left 12px center;
    background-size: 12px;
}
/* 이미지 삭제 */
.img-minus{
    display: inline-block;
    width: 100px;
    height: 27px;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
    background: url(/assets/hongstore2.0/img/icon/message-square-fill@3x.png)no-repeat 12px center;
    /* 임시 아이콘 - 휴지통 아이콘을 변경하기 */
    background-size: 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-indent: 11px;
    padding: 4px 12px;
}
/* 닫기 */
.btn-close{
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(/assets/hongstore2.0/img/icon/btn2_closex3.png)no-repeat;
    background-size: 100%;
    color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-scroll{
    width: 100%;
    background: #012136;
    padding: 24px 0;
    height: 70px;
    position: relative;
}
.header-scroll p{
    width: calc(100% - 50px);
    text-align: center;
    color: white;
    font-weight: bold;
    text-indent: 40px;
    font-size: 16px;
}
.btn-close-w{
    width: 50px;
    height: 44px;
    background: url(/assets/hongstore2.0/img/icon/btn_closex3_w.png)no-repeat center center;
    background-size: 20px;
    color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* 팝업닫기 */
.btn-search,
.popup-btn-close{
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/assets/hongstore2.0/img/icon/btn_closex3.png)no-repeat;
    background-size: 100%;
    color: transparent;
    top: 10px;
    right: 0;
    transform: translate(-16px, 0%);
}
.popup-btn-close.search-b{
    background: url(/assets/hongstore2.0/img/icon/close_grayx03.png)no-repeat center center;
    background-size: 24px;
    right: 10px;
    transform: initial;
}
.btn-search{
    background: url(/assets/hongstore2.0/img/icon/search_imgx03.png)no-repeat center center;
    background-size: 24px;
    width: 56px;
    height: 50px;
    transform: initial;
    top: initial;
}
.btn-search.black{
    background: url(/assets/hongstore2.0/img/icon/searchx3_black.png)no-repeat center center;
    background-size: 24px;
    top: 0;
}
/* 스토어 이미지 */
.store_phone{
    background: url(/assets/hongstore2.0/img/icon/phonex03.png)no-repeat left center;
    background-size: 10px;
    padding-left: 16px;
}
.store_phone_r{
    background: url(/assets/hongstore2.0/img/icon/phonex03_r.png)no-repeat left center;
    background-size: 10px;
    padding-left: 16px;
}
.store_list_img{
    background: url(/assets/hongstore2.0/img/icon/store_gusghkdx03.png)no-repeat left center;
    background-size: 20px;
    padding-left: 24px;
}
.store_set_img{
    background: url(/assets/hongstore2.0/img/icon/store_settingx03.png)no-repeat left center;
    background-size: 20px;
    padding-left: 24px;
}
.store_guide_img{
    background: url(/assets/hongstore2.0/img/icon/store_guidex03.png)no-repeat left center;
    background-size: 20px;
    padding-left: 24px;
}
/* search */
.sangdam-search-img{
    background: url(/assets/hongstore2.0/img/icon/sangdam_searchx03.png)no-repeat left center;
    background-size: 13px;
    padding-left: 16px;
}
.unblock-img{
    font-size: 12px;
    background: url(/assets/hongstore2.0/img/icon/unblockx03.png)no-repeat left 3px ;
    /*#3f71c8*/
    background-size: 13px;
    padding-left: 17px;
    line-height: 22px;
}
.gunggeum-img{
    background: url(/assets/hongstore2.0/img/icon/gunggeumx03.png)no-repeat center 5px;
    background-size: 16px;
    color: transparent;
    overflow: hidden;
    width: 20px;
    height: 21px;
}
/* 삭제 */
.esc{
    width: 13.5%;
    color: transparent;
    background: url(/assets/hongstore2.0/img/icon/reserv_escx3.png)no-repeat center center #f8f8f8;
    background-size: 12px;
}
.garbage-img{
    background: url(/assets/hongstore2.0/img/icon/dkgbx03.png)no-repeat left center;
    background-size: 12px;
    padding-left: 16px;
}
/* 팝업 */
/* .popup-bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.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%);
}
.popup-bg .popup-top{
    position: relative;
    width: 300px;
    height: 50px;
    padding: 13px 20px;
    border-radius: 6px 6px 0 0;
    color: white;
    background: #fa233b;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.popup-bg .popup-bottom{
    width: 300px;
    height: 253px;
    text-align: center;
    background: white;
    border-radius: 0 0 6px 6px;
    padding-top: 24px;
}
.popup-bg .popup-bottom p{
    font-size: 14px;
    letter-spacing: -1px;
}
.popup-bg .img-div{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.popup-div .m-btn{
    height: 36px;
    line-height: 32px;
    font-size: 14px;
} */
/* 팝업 여까지 */


section .main-star p,section .main-coin p{
    font-size: 11px;
    color: #888;
}
section .main-star span,section .main-coin span
/* ,.search-result-list span */
{
    font-size: 12px;
    font-weight: bold;
    color: black;
}
/* 스위치 기본설정 */
.switch-btn input[type="checkbox"]{
    position: relative;
    visibility: hidden;
}
.switch-btn label{
    display: block;
    position: absolute;
    width: 54px;
    height: 21px;
    border-radius: 30px;
    background-color: #b1b1b1;
    transition-duration: 0.2s;
    right: 16px;
	top: 50%; transform: translate(0px, -50%);
}
.switch-btn label span{
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: 0.3s;
}
.switch-btn label:before{
    position: absolute;
    content: 'OFF';
    width: 45px;
    left: 4px;
    font-weight: bold;
    font-size: 11px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    /* transition-duration: 0.3s; */
}
.switch-btn input:checked + label{
    background-color: #fa233b;
}
.switch-btn input:checked +  label:before{
    left: -10px;
    content: 'ON';
}
.switch-btn input:checked + label span{
    transform: translateX(32px);
}

.switch-set {
    display: flex; position: relative;
}

/* checkbox */
.checkbox .checkbox-note{
    vertical-align: middle;
    font-size: 14px;
    display:inline-block;
}
.checkbox {
    height: 19px;
    line-height: 19px;
    /* background:url(/assets/hongstore2.0/img/icon/checkbox_offx3.png) no-repeat left center/20px 20px; */
    background:url(/assets/hongstore2.0/img/icon/checkbox_offx3.png) no-repeat left center/19px 19px;
    font-size: 14px;
    /* text-indent: 25px; */
    vertical-align: middle;
    display:inline-block;
    color: #888;
    font-size: 12px;
    padding-left: 25px;
    letter-spacing: -1px;
    border-radius: 2px;
}
.checkbox.checkTop{
    height: auto; 
    background: url(/assets/hongstore2.0/img/icon/checkbox_offx3.png) no-repeat left top 2px /19px 19px;
}
.input-check input[type="checkbox"]:checked + label{
    background-image:url(/assets/hongstore2.0/img/icon/checkbox_onx3.png);
}
/* radiobox */
.radio-span {
    margin-left: 31px;
}
input[type="radio"]:checked + span .radio-span-inner {
    border: 1px solid #b1b1b1;
}
.counselor-contract-label .radio-span-inner {
    position: absolute;
    left: 11px;
}
.radio-span-inner {
    border-radius: 50%;
}
.radio-span-inner{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #b1b1b1;
}
input[type="radio"]:checked + span .radio-span-inner:after {
    display: block;
}
.counselor-contract-inner .radio-span-inner:after {
    width: 11px;
    height: 11px;
}
.radio-span-inner:after {
    border-radius: 50%;
}
.radio-span-inner:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #333;
    transform: translateX(-50%) translateY(-50%);
}
.radio-span-inner.active::before {
    border-radius: 50%;
}
.radio-span-inner.active:before {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #333;
    transform: translateX(-50%) translateY(-50%);
}
/* input number */
.input-number{
    width: 58px;
    background: #fa233b;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    border: 0;
    z-index: 1;
}
.input-number-left,
.input-number-right{
    color: transparent;
    width: 30px;
    height: 30px;
    padding: 4px 2px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background: url(/assets/hongstore2.0/img/icon/btn_minus_imgx03.png)no-repeat center center white;
    background-size: 10px;
    z-index: 2;
    margin-right: -4px;
}
.input-number-right{
    background: url(/assets/hongstore2.0/img/icon/btn_plus_imgx03.png)no-repeat center center white;
    background-size: 10px;
    margin-right: initial;
    margin-left: -3px;
}
/* 비활성화 색상 */
.disabled{
    color: #e4e4e4;
}
.disabled label .radio-span-inner{
    border: 1px solid #e4e4e4;
}
input[type="radio"]:checked + span .radio-span-inner.disabled {
    border: 1px solid #ccc;
}
.radio-span-inner.disabled:after {
    background: #ccc;
}

/* float left list */
.float-ul ul li{
    float: left;
    font-size: 12px;
}
.float-ul ul li a{
    display: inline-block;
    /* width: 101px; */
    padding: 0px 8px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 15px;
    background: white;
    border: 1px solid #ddd;
    color: #222;
    margin-right: 4px;
}

/* 배너 */
.banner-div{
    width: 100%;
    /*height: 98px;*/
    height: auto;
    overflow: hidden;
}
.banner-div img{
    width: 100%;
    /*height: 100%;*/
    height: auto;
}
/* 카테고리 span */
.category-span p{
    display: inline-block;
}
.category-span::before{
    display: inline-block;
    content: "";
    /* width: 30px; */
    padding: 0px 6px;
    height: 18px;
    line-height: 18px;
    background: #fa233b;
    color: white;
    font-weight: bold;
    font-size: 11px;
    border-radius: 2px;
    text-align: center;
    position: relative;
    top: -2px;
    left: 1px;
    /* 추가 다른 곳 깨지면 확인 */
    margin-right: 6px;
}
.category-span.tarot::before{
    content: "타로";
}
/* .category-span.sinjeom::before{
    content: "신점";
} */
.category-span.fortune::before{
    content: "신점";
}
.category-span.pungusu::before{
    content: "풍수";
}
.category-span.saju::before{
    content: "사주";
}
.category-span.saju-sinjeom::before{
    content: "사주 · 신점";
}
/* .category-span.jagmyeong::before{
    content: "작명";
} */
.category-span.naming::before{
    content: "작명";
}
.category-span.romantic::before{
    content: "연애";
}
.category-span.wedding::before{
    content: "결혼";
}
.category-span.worry::before{
    content: "고민";
}
.category-span.mental::before{
    content: "심리";
}
.category-span.job::before{
    content: "취직";
}
.category-span.study::before{
    content: "학습";
}
/* .category-span.tax::before{
    content: "세무";
} */
.category-span.animal::before{
    content: "반려동물";
}
.category-span.partner::after{
    display: inline-block;
    content: "파트너";
    width: 35px;
    height: 18px;
    line-height: 18px;
    color: #fa233b;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    top: -2px;
    text-align: center;
}
.category-span.partner.new::after{
    content: "신규";
}
/*리스트 이름 옆에 라인*/
.up-item-inner.name-line .list-tag{
    color: #fa233b;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    padding: 0px 6px;
    position: relative;
    vertical-align: 2px;
}
.up-item-inner.name-line .list-tag:before{
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: #eee;
    position: absolute;
    left: -6px;
    top: 4px;
    margin-left: 6px;
}
/*name-line 클래스명 검색 - 리스트 태그임 확인 후 주석풀기 /items/category/*/
/*.up-item-inner.name-line .category-span.partner.new::after{
    display: none;
}
.up-item-inner.name-line .category-span.partner::after{
    display: none;
}*/
.best-tag{
    position: relative;
}
.best-tag::after{
    display: inline-block;
    content: 'BEST';
    color: white;
    background: #fa233b;
    font-weight: bold;
    border-radius: 10px;
    font-size: 9px;
    padding: 0px 6px;
    margin-left: 6px;
}
/* 리스트 있을 때*/
.up-item-list{
    background: white;
    position: relative;
    padding: 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
    /* 나중에 깨지는지 확인 */
    width: 100%;
}
.up-item-list .btn{
    font-size: 14px;
}
.up-item-list.ver2{
    padding: 16px 16px 24px;
}
.up-item-list.ver3{
    padding: 16px 0px 24px;
}
.more .up-item-list:last-of-type {
    margin-bottom: 0px;
    border-bottom: 0px;
}
.item-list ul li.up-item-list:last-of-type,
.item-list ul li.up-item-list:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.back-h-none .item-list ul li.up-item-list:last-of-type{
    padding-bottom: 70px;
}
/* .up-item-list.last{
    margin-bottom: 0px;
}
.up-item-list.border-b-0{
    border-bottom: 0px;
} */
.wrap-back-white .gray-divbox:last-of-type{
    height: 0;
    border: 0;
    background: transparent;
}
/*메인 카테코기 그리드*/
.main-category-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 19px;
    row-gap: 17px;
    padding: 8px 14px 0px;
}
.main-category-grid .category-div{
    margin: 0 auto;
    margin-bottom: 6px;
}
.main-category-grid p span{
    font-size: 14px;
}
/* 예약 그리드 리스트 */
.up-item-list .reserv-grid{
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    display: grid;
    grid-template-columns: 25.6% 61.2% 13.1%;
}
.up-item-list .reserv-grid div{
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
/* .up-item-list .reserv-grid div.row04{
    border-right: 0;
} */
.up-item-list .reserv-grid .row02{
    grid-row: span 2;
    position: relative;
}
.up-item-list .reserv-grid .row02 .reserv-img-div{
    /*border: 1px solid;*/
    width: 68px;
    height: 67px;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.up-item-list .reserv-grid .row02 .reserv-img-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.up-item-list .reserv-grid .row07,
.up-item-list .row03,
.up-item-list .reserv-grid .row04,
.up-item-list .reserv-grid .row05,
.up-item-list .reserv-grid .row06{
    grid-row: span 4;
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03.png)no-repeat center center #f8f8f8;
    background-size: 8px;
}
.up-item-list .row03{
    grid-row: span 3;
}
.up-item-list .reserv-grid .row05{
    grid-row: span 5;
}
.up-item-list .reserv-grid .row06{
    grid-row: span 6;
}
.up-item-list .reserv-grid .row07{
    grid-row: span 7;
}
.up-item-list .reserv-grid .column2{
    grid-column: span 2;
}
.up-item-list .item-name{
    font-size: 14px;
    /*font-weight: bold;*/
    /*서비스상품 수정되서 수정함*/
    color: #222;
}
/* 상품 그리드 */
.up-item-list.m24b{
    margin-bottom: 24px;
}
.up-item-list .item-grid{
    display: grid;
    grid-template-columns: 86.9% 13.1%;
    /*grid-template-rows: 76px 41px;*/
    grid-template-rows: 41px 41px;
    border: 1px solid #ddd;
}
.up-item-list.ver2 .item-grid.management{
    grid-template-columns: 27.74% 27.43% 31.40% 13.3%;
    grid-template-rows: 41px 41px;
}
.up-item-list .item-grid.management div{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 9px 18px;
    text-align: center;
}
.up-item-list .item-grid.management .border-b-0{
    border-bottom: 0;
}
.up-item-list .item-grid.management .border-r-0{
    border-right: 0;
}
.up-item-list .item-grid.management .row02noimg{
    grid-row: span 2;
}
.up-item-list .item-grid .row02{
    grid-row: span 2;
    background: url(/assets/hongstore2.0/img/icon/arrow_right_s_x03.png)no-repeat center center #f8f8f8;
    background-size: 8px;
}
.up-item-list .item-grid .grid-column2{
    padding: 16px;
}
.up-item-list .item-grid .grid-column2.pad12 {
    padding: 16px 12px;
}
.item-grid .grid-column2.border-b{
    border-bottom: 1px solid #eee;
}
.item-grid .grid-column2.text-lh10{
    line-height: 10px;
}
/*상품 관리 그리드*/
.item-setting-grid{
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
}
.item-setting-grid > div{
    padding: 10px;
    border-top: 1px solid #eee;
    position: relative;
}
.item-setting-grid .border-r{
    border-right: 1px solid #eee;
}
.popup-center .item-setting-grid .border-b{
    border-bottom: 1px solid #eee;
}
.item-setting-grid .switch-btn label{
    right: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.item-setting-grid .switch-btn label:before{
    left: 9px;
}
.item-setting-grid .switch-btn input:checked + label:before{
    left: -4px;
}
.popup-text .form-select{
    width: 100%;
    font-size: 12px;
}
    /* 코인 그리드 */
.coin-grid-ver2,
.coin-grid{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-template-columns: 18% 82%;
}
.coin-grid-ver2{
    grid-template-columns: 18% 43% 39%;
}
.coin-grid .grid-column1{
    padding: 16px 22px;
}
.coin-grid-ver2 .grid-column3{
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #eee;
    background: #f8f8f8;
}.coin-grid-ver2 .grid-column2.bg-gray.f-center{
    text-align: center;
}
.coin-grid-ver2 .grid-column2.bg-gray.border-r-0{
    border-right: 0;
}
.coin-grid-ver2 .grid-column3.border-r-0{
    border-right: 0;
}
label.coin-grid-label{
    width: 100%;
    /* border: 1px solid; */
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.coin-grid-label.label100{
    width: 561%;
    position: relative;
}
.coin-grid-label.label100 .radio-span-inner{
    left: 8.5%;
}
/* 결제 그리드 */
.coin-grid-ver2.pay{
    grid-template-columns: 13% 48% 39%;
}
.coin-grid-ver2.pay .pay-select{
    border-bottom: 1px solid #eee;
    width: 770%; position: relative;
}
.coin-grid-ver2.pay .pay-select.border-b-0{
    border-bottom: 0;
}

/* 구매 그리드 리스트 */
.up-item-list .buy-grid{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-template-columns: 30.7% 68.9%;
}
.up-item-list .buy-grid .span3-center{
    grid-row: span 3;
    display: flex; flex-direction: column;
    justify-content: center;
}
.grid-column1.bg-gray{
    background: #f8f8f8;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.grid-column2.bg-gray{
    border-bottom: 1px solid #eee;
}
.up-item-list .grid-column1{
    padding: 9px 14px;
    text-align: center;
}
.up-item-list .grid-column2{
    padding: 10px 12px 11px
}
.up-item-list .grid-column2.last{
    line-height: 37px;
}
.up-item-list .grid-column2.list-insert{
    padding: 0;
}
.up-item-list .grid-column2 .list{
    padding: 10px 12px 11px;
    border-bottom: 1px solid #eee;
}
.up-item-list .grid-column2 .list:last-child{
    border-bottom: 0;
}
.up-item-list .buy-grid-ver2{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-template-columns: 45% 25% 30%;
}
.up-item-list .buy-grid-ver2.reserv{
    grid-template-columns: 31% 42.5% 26.5%;
}
.up-item-list .buy-grid-ver2.reserv-pay{
    grid-template-columns: 50% 50%;
    border-top: 1px solid #fa233b; border-bottom: 1px solid #fa233b;
}
.up-item-list .buy-grid-ver2.reserv div{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.up-item-list .buy-grid-ver2.reserv div.border-b-0{
    border-bottom: 0;
}
.up-item-list .buy-grid-ver2.reserv div.border-r-0{
    border-right: 0;
}
.buy-grid-ver2.reserv.guide{
    grid-template-columns: 24.5% 48.2% 27.3%;
}
.buy-grid-ver2.reserv.guide div {
    padding: 9px 7px;
}
/* 전화상담 예약그리드 */
.after-line{
    position: relative;
}
.after-line::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #ccc;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.tr-line{
    position: relative;
    width: 14.3%;
}
.tr-line::after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 20px;
    background: #eee;
    position: absolute;
    right: 0px;
    top: 44px;
}
.tr-line:last-child:after{
    display: none;
}
.tr-line2{
    position: relative;
}
.tr-line2::after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: #eee;
    position: absolute;
    right: -8px;
    top: 6px;
}
.reserv-time-select .reserv-day{
    margin-bottom: 7px;
    margin-top: 15px;
}
/* .reserv-time-select .reserv-tag.active{
    background: #fa233b;
} */
/* 테마 그리드 */
.theme-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100px 100px 100px;
    gap: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 100%;
}
.theme-grid.ver2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 12px;
}
.theme-grid.ver2 div p{
    margin-top: 4px;
}
.theme-grid div{
    background: white;
    border: 1px solid #eee;
    padding: 18px 0 16px;
    text-align: center;
    height: 100%;
}
.theme-grid div.border-r-0{
    border-right: 0;
}
.theme-grid div.border-l-0{
    border-left: 0;
}
/* 시간선택 그리드 */
.time-select-grid{
    display: grid;
    grid-template-columns: 61px 61px 61px 61px;
    grid-template-rows: 49px;
    grid-gap: 8px;
    padding: 26px 16px 0px;
}
.time-select-grid div{
    padding: 14px 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
    background: white;
    position: relative;
}
.time-select-grid div.active{
    background: #3f71c8;
    color: white;
}
.time-select-grid div.no_active span{
    color: #ddd;
}
.time-select-grid div.no_active::after{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(/assets/hongstore2.0/img/icon/reserv_time_imgx03.png)no-repeat;
    background-size: 100%;
    top: 4px;
    right: 4px;
}
/* 정산관리 그리드 */
.calculate-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
    margin-bottom: 24px;
}
.calculate-grid.plus{
    margin-bottom: 0;
}

.calculate-grid.be-grid{
    grid-template-columns: 24.39% 25.30% 50.21% ;
}
.deposit div,
.calculate-grid div{
    padding: 9px 16px;
    background: white;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}
.calculate-grid.be-grid div{
    padding: 9px 12px;
}
.deposit div{
    padding: 13px 16px;
}
.calculate-grid div.left{
    text-align: left;
}
.calculate-grid div.right{
    text-align: right;
}
.calculate-grid div.border-b{
    border-bottom: 1px solid #ccc;
}
.calculate-grid .title{
    background: #f5f5f5;
    grid-column: span 2; padding: 9px 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.calculate-grid.be-grid .title{
    grid-column: span 3;
}
.deposit{
    display: grid;
    grid-template-columns: 61.96% 38.34%;  grid-template-rows: 50px 50px;
}
.deposit.ver2{
    grid-template-columns: 30.48% 69.51%;
}
.deposit div.border-t{
    border-top: 1px solid #eee;
}
.deposit div.border-l{
    border-left: 1px solid #eee;
}
/* 강등규정 그리드 */
.relegation-grid{
    display: grid;
    grid-template-columns: 21.35% 28.65% 50%;
}
.relegation-grid div{
    padding: 9px 14px;
    background: white;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}
.relegation-grid div.title{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
}
.relegation-grid div.border-r-0{
    border-right: 0;
}
.relegation-grid .right{
    text-align: right;
}
/*달력 그리드*/
.date-grid{
    grid-template-columns: 14.16% 14.16% 14.16% 14.16% 14.16% 14.16% 14.16%;
    grid-template-rows: 34px 34px 34px 34px 34px 34px 34px;
    display: grid; height: 264px;
    background: white;
    padding: 12px;
    font-size: 12px;
}
.date-grid div{
    font-size: 12px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.date-grid div.today p,
.date-grid div.active p{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fa233b;
    color: white;
    font-weight: bold;
}
.date-grid div.today p{
    border: 1px solid #fa233b;
    background: white;
    color: #222;
    font-weight: normal;
}
/*이용안내 그리드*/
.guide-grid{
    display: grid;
    grid-template-columns: 36.28% 63.41%;
    grid-template-rows: 40px 40px 40px 40px;
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
}
.guide-grid div{
    padding: 9px 0 11px;
    border-top: 1px solid #ddd;
    border-right: 1px solid  #eee;
}
.guide-grid div.gray{
    background: #f8f8f8;
}
.guide-grid div.border-r-0{
    border-right: 0;
}
.guide-grid div.border-b{
    border-bottom: 1px solid #ddd;
}
/* 레벨 태그 */
.level-tag{
    position: relative;
}
.level-tag::before{
    display: inline-block;
    content: '화이트';
    width: 76px;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
}
.level-tag.level-white::before{
    content: '화이트';
    color: #222;
    background: white;
}
.level-tag.level-yellow::before{
    content: '옐로우';
    color: white;
    background: #ffc400;
    border: 1px solid #ffc400;
}
.level-tag.level-green::before{
    content: '그린';
    color: white;
    background: #00bb3e;
    border: 1px solid #00bb3e;
}
.level-tag.level-blue::before{
    content: '블루';
    color: white;
    background: #326ec8;
    border: 1px solid #326ec8;
}
.level-tag.level-orange::before{
    content: '오렌지';
    color: white;
    background: #ff6f00;
    border: 1px solid #ff6f00;
}
.level-tag.level-red::before{
    content: '레드';
    color: white;
    background: #ec001a;
    border: 1px solid #ec001a;
}
.level-tag.level-purple::before{
    content: '퍼플';
    color: white;
    background: #9e09b5;
    border: 1px solid #9e09b5;
}
/* 개월태그 */
.month-tag{
    position: relative;
}
.month-tag::before{
    display: inline-block;
    content: '1개월';
    width: 40px;
    height: 23px;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 2px;
    border: transparent;
    border-radius: 4px;
    line-height: 21px;
    margin-right: 2px;
    text-align: center;
    background: #cccccc;
    color: white;
}
.month-tag.active::before{
    background: #fa233b;
}
.month-tag.month1::before{
    content: '1개월';
}
.month-tag.month2::before{
    content: '2개월';
}
.month-tag.month3::before{
    content: '3개월';
}
/* 숫자태그 */
.number-tag{
    position: relative;
}
.number-tag::before{
    display: inline-block;
    content: '1';
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 21px;
    margin-right: 7px;
    text-align: center;
    background: white;
    color: white;
}
.number-tag.num01::before{
    content: '1';
    color: #888;
}
.number-tag.num02::before{
    content: '2';
    background: #ffc400;
    border: 1px solid #ffc400;
}
.number-tag.num03::before{
    content: '3';
    background: #00bb3e;
    border: 1px solid #00bb3e;
}
.number-tag.num04::before{
    content: '4';
    background: #326ec8;
    border: 1px solid #326ec8;
}
.number-tag.num05::before{
    content: '5';
    background: #ff6f00;
    border: 1px solid #ff6f00;
}
.number-tag.num06::before{
    content: '6';
    background: #ec001a;
    border: 1px solid #ec001a;
}
.number-tag.num07::before{
    content: '7';
    background: #9e09b5;
    border: 1px solid #9e09b5;
}
/* 태그 그만좀.. */
.ex-tag{
    position: relative;
    padding-left: 42px; text-align: left;
}
.ex-tag::before{
    display: inline-block;
    content: '[ 예시 ]';
    width: 35px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 4px;
    color: #fa233b;
    position: absolute;
    top: 0;
    left: 0;
}
.reserv-time-select ul li.active .reserv-day{
    color: #fa233b;
}
.reserv-time-select ul li.active .reserv-tag{
    background: #fa233b;
}
.reserv-time-select ul li.active .reserv-slide{
    background: #fa233b;
}
.reserv-time-select .reserv-today::before{
    display: inline-block;
    content: '( 오늘 )';
    width: 100%;
    font-weight: bold; font-size: 10px; color: black;
    position: absolute; top: 0; left: 50%;
    transform: translate(-50%, 0px);
}
.reserv-time-select .reserv-tag{
    display: inline-block;
    width: 22px; height: 22px;
    color: white; background: #ccc;
    border-radius: 50%; font-size:11px; line-height: 20px;
}
.reserv-time-select .reserv-number{
    font-size:10px; margin-top: 5px;
}
.reserv-time-select .time-select-inner{
    border:1px solid black; padding: 10px 0; margin-bottom: 12px;
}
/*.reserv-silde,*/
.reserv-time-select .reserv-slide{
    width: 100%; background: #eee; height: 6px;
    /*border-radius: 10px;*/
    margin-top: 20px;
    margin-bottom: 19px;
}
.reserv-time-select ul li:first-child .reserv-slide{
    border-radius: 10px 0 0 10px;
}
.reserv-time-select ul li:last-of-type .reserv-slide{
    border-radius: 0 10px 10px 0;
}
.call-reserv-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 24px 14px;
    column-gap: 10px;
    row-gap: 22px;
}
.reserv-time-tag,
.call-reserv-grid .reserv-time{
    background: white;
    border-radius: 50px; color: #222;
    font-size: 12px; padding: 4px 6px;
}
.call-reserv-grid .reserv-time.active{
    background: #fa233b; color: white;
}
.reserv-time-tag,
.call-reserv-grid .reserv-time.no-active{
    background: #ccc; color: white;
}
.reserv-time-tag{
    font-size:10px;
    padding: 2px 7px;
}
.call-wrap .reserv-all{
    border: 1px solid #eee; border-radius: 8px;
    font-size: 12px;
    margin-bottom: 5px;
}
.call-wrap .reserv-all:last-child{
    margin-bottom: 0;
}
.call-wrap .reserv-all div{
    padding: 11px 4px;
    border-right: 1px solid #eee;
}
.call-wrap .reserv-all div:last-child{
    border-right: 0;
}
.call-wrap .reserv-all .esc{
    width: 13.5%; color: transparent;
    background: url(/assets/hongstore2.0/img/icon/reserv_escx3.png)no-repeat center center #f8f8f8;
    background-size: 12px;
}
/* 예약 상담 시간이 존재하지 않습니다 */
.reserv-none{
    padding: 34px 14px 46px;
    border-radius: 8px; border: 1px solid #eee;
}
.reserv-none img{
    width: 50px; height: 50px; margin-bottom: 20px;
}


/* 강조 빨간색 */
.up-item-list .reserv-fa233b{
    font-size: 14px;
    font-weight: bold;
    color: #fa233b;
}
.up-item-list .reserv-fa233b.ccc{
    color: #ccc;
}

/* 강조 빨간색 + 화살표 */
.up-item-list .reserv-start{
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-right: 14px;
    /* 흰색 화살표로 이미지 변경 */
    background: url(/assets/hongstore2.0/img/icon/arrow_rightx03.png)no-repeat right center;
    background-size: 6px;
}
/* 강조 + 화살표 */
.up-item-list .reserv-222{
    font-size: 14px;
    font-weight: bold;
    padding-right: 14px;
    background: url(/assets/hongstore2.0/img/icon/arrow_rightx03.png)no-repeat right center;
    background-size: 6px;
}
/* 상담사 명, 사주 span */
.item-name.badge::before{
    display: inline-block;
    content: "사주";
    /* width: 30px; */
    padding: 0px 6px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    color: white;
    background: #fa233b;
    margin-right: 6px;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    text-align: center;
    top: -1px;
}
.item-name.badge.tarot::before{
    content: "타로";
}
/* .item-name.badge.sinjeom::before{
    content: "신점";
} */
.item-name.badge.fortune::before{
    content: "신점";
}
.item-name.badge.pungusu::before{
    content: "풍수";
}
.item-name.badge.saju::before{
    content: "사주";
}
/* .item-name.badge.jagmyeong::before{
    content: "작명";
} */
.item-name.badge.naming::before{
    content: "작명";
}
.item-name.badge.saju-jagmyeong::before{
    content: "사주 · 신점";
}
.item-name.badge.romantic::before{
    content: "연애";
}
.item-name.badge.wedding::before{
    content: "연애";
}
.item-name.badge.worry::before{
    content: "고민";
}
.item-name.badge.mental::before{
    content: "심리";
}
.item-name.badge.job::before{
    content: "취직";
}
.item-name.badge.study::before{
    content: "학습";
}
/* .item-name.badge.tax::before{
    content: "세무";
} */
.item-name.badge.animal::before{
    content: "반려동물";
}

/* 리스트 없을 때 */
.list-none-div {
    padding: 50px 0 50px;
    background: white;
}
.list-none-div.ver2 {
    background: #f8f8f8; border: 1px solid #eee;
}
.list-none-div.ver3 {
    height: 70vh;
}
.list-none-div.ver4 {
    height: 80vh;
}
.list-none-div.all {
    padding: 152px 0 202px;
}
.list-none-div .img-div {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.list-none-div.ver2 .img-div{
    width: 60px; height:60px;
}
.list-none-div .img-div img{
    width: 100%;
}
.list-none-div p {
    text-align: center;
    color: #222;
    font-size: 14px;
    margin-top: 16px;
}
.item-list-none.ver2{
    border-top: 0;
    /*height: 100vh; */
    height: 80vh;
    background: white;
}
.item-list-none.ver2 .list-none-div{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); text-align: center;
}
.item-list-none.ver2 .img-div{
    width: initial; height: initial;
}
/* 상단 공지관련 */
.btn-area-div.notice .notice-text{
    font-size: 12px; letter-spacing: -1.5px; text-align: center;
}
/* 나의 후기 관련 */
.my-review-div{
    padding: 8px 16px; background: white;
    position: relative;
}
.my-review-div ul li{
    height: 96px; border-bottom: 1px solid #eee; padding: 8px 0;
}
.my-review-div ul li:last-of-type{
    border-bottom: 0;
    margin-bottom: 16px;
}
.my-review-div .item-img{
    width: 80px; height: 80px;
    margin-right: 12px;
    border-radius: 6px; overflow: hidden;
    /* 나중에 border삭제 */
    border: 1px solid #e4e4e4;
}
.my-review-div .review-write{
    border-left: 1px solid #eee;
    padding: 0px 20px;
    position: absolute;
    right: 0;
    height: 80px;
}
.my-review-div .red-div{
    width: 21px; height: 21px;
    border-radius: 50%; background: #fa233b;
    margin: 5px auto;
}
.my-review-div .pencil_img{
    background: url(/assets/hongstore2.0/img/icon/pencil_imgx03.png)no-repeat center 6px;
    padding-left: 20px;
    background-size: 8px;
}
/* 채팅관련 */
.chat_basic{
    position: relative;
}
.zip-wrap .chat_basic,
.search-result-list .chat_basic,
.popup-img .chat_basic,
.store-review-wrap .chat_basic,
.item-wrap .chat_basic{
    padding: 18px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
}
.zip-wrap .chat_basic .wid60,
.search-result-list .chat_basic .wid60,
.popup-img .chat_basic .wid60,.theme-grid
.store-review-wrap .chat_basic .wid60,
.item-wrap .chat_basic .wid60{
    width: 60%;
}
.popup-img .chat_basic{
    background-color: #4e4e4e;
    border: 1px solid #4e4e4e;
    text-align: left;
}
.chat_basic::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 26px;
    height: 17px;
    background: url(/assets/hongstore2.0/img/icon/chat_basic_lx3_w.png)no-repeat top left;
    background-size: 100%;
    top: -0.52px;
    left: -11px;
    /* right: -9px; */
}
.popup-img .chat_basic::after{
    background: url(/assets/hongstore2.0/img/icon/chat_basic_lx3_b.png)no-repeat top left;
    background-size: 100%;
}
/* 로그인버튼관련 */
.login-zip a{
    margin-bottom: 10px;
    font-weight: 300;
}
.login-zip a.naver{
    background: #00C73C;
    border: 1px solid #00C73C;
}
.login-zip a.facebook{
    background: #395D98;
    border: 1px solid #395D98;
}
.login-zip a.kakao{
    background: #FFE812;
    border: 1px solid #FFE812;
}
.login-zip a.apple{
    background: black;
    border: 1px solid black;
}
.login-zip a:last-of-type{
    margin-bottom: 0;
}
/* 탭 관련 */
.tab{
    width: 100%;
    height: 48px;
    background: #fff;
    text-align: center;
}
.tab ul {
    height: 48px;
}
.tab ul li {
    float: left;
    text-align: center;
    border-bottom: 2px solid #eee;
    height: 100%;
    color: #aaa;
    width: 50%;
}
.tab ul li.tab03 {
    width: 33.3%;
}
.tab ul li a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 46px;
    font-weight: 400;
}
.tab ul li a span{
    color: #222;
    font-size: 16px;
    font-weight: bold;
}
.tab ul li.tab03.active,
.tab ul li.active {
    border-bottom: 2px solid #fa233b;
}
.tab ul .active span {
    color: #fa233b;
    font-weight: bold;
}
/* form 관련 */
.form-input{
    border: 1px solid #eee;
    padding: 9px;
    background: #f8f8f8;
    width: 70%;
    text-align: left;
}
.form-input.ver2{
    width: 100%;
}
.form-textarea{
    resize: none;
    height: 140px;
    overflow: auto;
}
.form-textarea.ver2{
    resize: none;
    height: 100px;
    overflow: auto;
    border: 1px solid #eee;
    padding: 12px;
    background: white;
    line-height: 22px;
}
.form-inner .d-flex .title{
    width: 26.82%;
}
.form-select{
    appearance: none;
    background: url(/assets/hongstore2.0/img/icon/select_arrowx3.png)no-repeat right 13px center white;
    background-size: 7px;
    width: 70%;
    text-align: left;
    /* text-indent: 12px; */
}
.form-textarea{
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #eee;
    height: 150px;
    overflow: auto;
    padding: 12px;
}
.form-text{
    color: #ED782F;
    font-size: 12px;
}
/* gray-box */
.gray-divbox{
    width: 100%;
    height: 6px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
}
.suddenly-a > a{
    width: 66.46%;
}

/* top 버튼 */
.app-footer-top {
    position: fixed;
    right: 8px !important;
}
/*로딩바*/
.loading-inner{
    height: 60vh; position: relative;
}
/*보라색 리듬버튼같은거*/
.more-btn-area{
    text-align: center;
}
.full-loading-wrap,
/*스토어 등록 신청*/
.loading-bar,
.loading-image,
.section-loading-top{
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;*/
    text-align: center;
    padding: 20px;
}
.section-loading-center img,
.section-loading-top img{
    width: 20vh;
}
.section-loading-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    z-index: 999;
}
.section-loading-top.mini .img{
    width: 50px;
    height: 50px;
}
/* 이벤트 팝업 */
.mobile-event-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 467px;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.event-popup-layout {
    width: 90%;
    font-size: 0;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.event-popup-layout .event-banner-layout img {
    display: block;
    width: 100%;
}
.mobile-event-popup .popup-img {
    width: 100%;
    max-width: 467px;
    vertical-align: top;
}
.mobile-event-popup .slide-btn-area.modi {
    position: absolute;
    z-index: 10;
}
.mobile-event-popup .slide-btn-area {
    left: 50%;
    bottom: 7px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.event-btn-layout {
    width: 100%;
    font-size: 0;
    border-top: 1px solid #ddd;
}
.event-btn-layout a {
    width: 50%;
    display: block;
    float: left;
    height: 45px;
    background: #fff;
    overflow: hidden;
}
.event-btn-layout img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 회사소개 */
.main-footer{
    background: #012136;
    color: rgba(255,255,255,.8);
    padding: 16px;
    font-size: 12px;
    line-height: 22px;
}
.main-footer .top{
    position: relative;
}
.main-footer .right-layout{
    position: absolute;
    top: 0;
    right: 0;
}
.main-footer .right-layout img{
    width: 11px;
}
.main-footer .content {
    border-top: 1px solid #aaa;
    padding: 13px 0 13px 0;
    border-bottom: 1px solid #aaa;
    line-height: 20px;
    font-style: normal;
}
.main-footer .under {
    padding: 13px 0;
    line-height: 20px;
}
.main-footer .bottom {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.main-footer .bottom a{
    color: rgba(255,255,255,.8);
}
.main-footer .bottom li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #aaa;
    content: '';
}
.main-footer .bottom li:last-of-type:after{
    display: none;
}

.notice-dl{
    color: #222; font-weight: bold; margin-left: 14px; font-size: 11px;
    background: url(/assets/hongstore2.0/img/icon/notice_dl.png)no-repeat left center;
    background-size: 8px 8px; padding-left: 12px;
}
/* 전체화면 */
@media only screen and (min-width: 768px){
    .wrap.popup-pc,
    body, body.pc_ver{
        width: 640px;
        margin: 0 auto;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }
    /* body{
        left: 50%;
        transform: translateX(-50%);
    } */
    .wrap-inner .banner-main_rolling.main-slide{
        height: 284px;
    }
    /*달력팝업*/
    .bg.top225, .popup-bg .popup-div.full.top225,
    .bg.top160, .popup-bg.top160 {
        width: 640px;
        left: 50%;
        transform: translateX(-50%);
    }
    /*스토어 등록 이미지관련*/
    .wrap .store-img .main-grid {
        height: 282px;
    }
    .wrap .store-img .main-grid.pc-h26{
        height: 535px;
    }
    footer{
        width: 640px;
        border-right: 1px solid #eee;
        box-sizing: border-box;
    }
}

