@charset "utf-8";
/* 왼쪽메뉴 */
.btn-wrapper{
	position: fixed;
	top: calc(50% - 22px);
	left: 0;
	width: 100%;
	text-align: center;
}

.btn{
	display: inline-block;
	box-shadow: none;
	appearance: none;
	border: 0;
	outline: 0;
	background-color: rgb(0, 240, 168);
	height: 45px;
	line-height: 42px;
	padding: 0 30px;
	font-size: 20px;
	border-radius: 30px;
	color: rgb(40, 45, 50);
	cursor: pointer;
	transition: all .5s;
	transition-timing-function: cubic-bezier(.2, 3, .4, 1);
	user-select: none;

}
.btn:hover{
  transform: scale(1.1, 1.1);
}

.btn:active{
  transform: scale(1.05, 1.05);
}

.panel{
    position:absolute;
    top: 28px;
    right: 47px;
}
.panel a:before,.panel span,.panel a:after{
    content:"";
    display:block;
    width:20px;
    height:2px;
    background:#333;
}
.panel span{
    margin:5px 0;
    text-indent:-9999px;
}
.panel a:after{
    width:15px;
}
.panelBg{
  width: 100%;
  height: 100%;
  position: fixed;
  animation: fadeEffect 0.4s;
	top:0;
	right:0;
	background: rgba(0,0,0,0.3);
  z-index: 190;
	display: block;
}
.panelBg_{
  width: 100%;
  height: 100%;
  position: fixed;
  animation: fadeEffect 0.4s;
	top:0;
	right:0;
	background: rgba(0,0,0,0.3);
  z-index: 190;
	display: block;
}
.panelMenu{
    position: relative;
    float: right;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 44px 0 0 0px;
    transform: translateX(100%);
    transition: all 0.2s ease-out;
}
.panelMenu.act {
    transform: translateX(0);
}
.panelMenu a{
    display: block;
    color:#333;
  	font-size: 17px;
    font-family: 'noto-m';
  	line-height: 70px;
		text-align: left;
		padding-left: 33px;
		cursor: pointer;
}
.panel_close {
    position: absolute;
    right: 34px;
    top: 14px;
    width: 18px;
    height: 18px;
}
.sub li {
  line-height: 30px;
	cursor: pointer;
  padding: 0 5%;
}
.sub li a {
	display: block;
	height: 100%;
  line-height: 50px;
	text-decoration: none;
	text-indent: -2px;
	color: #555;
  font-size: 14px;
}
.sub li:first-child > a {border-top:0 none;}
.sub li a:hover,
.sub li a:focus {
	color: #ff7454;
}
.menuAll {
    width:36px;
    height:32px;
    top:8px;
    text-indent:-99999px;
    right:100%;
    margin-right:-45px;
    background:url('/images/icon_menu.png') no-repeat center center;
    background-size:70%;
    opacity:.5;
    border:0;
    filter: alpha(opacity:'50');
}
.menuAll.on {
    position:fixed;
		top: 22px;
    left: 127px;
    background:url('/images/icon_close_w.png') no-repeat center center;
    margin-right:-300px;
    opacity:1;
    margin:0;
    filter: alpha(opacity:'100');
}
.gradient{
  background: #a1fcd5;
  background: -moz-linear-gradient(-45deg, #a1fcd5 0%, #f0f3d3  100%);
  background: -webkit-linear-gradient(-45deg, #a1fcd5 0%,#f0f3d3  100%);
  background: linear-gradient(135deg, #c1f8e0 0%,#f0f3d3  100%);
  z-index: 10;
}
/* 하트 */
.heart{
	  animation:like 0.3s 1;
}

@-webkit-keyframes like {
  0%   { transform: scale(1); }
  90%   { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/*검색창 영역 css*/
.search_box{
	border-bottom:1px solid #eee;
}
/* .search_box_wrapper input{
	background: #f8f8f8;
} */
.more_btn{
	background:url(/m/images/ico/ico_more.png) no-repeat right center;
	background-size: 8px;
}

/*공지사항 css*/
.notice_wrap{
	background:#fff8e7;
}

/*  백그라운드 */
.background{
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: 170px,131px;
    background-position: 91% 101%,107% -49px;
    background-image: url(/m/images/img/back_cat.png),url(/m/images/img/back_sun.png);
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
    border-radius: 10px;
    z-index: 1;
}
.background_2{
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: 330px,131px;
    background-position: 45% -49%,107% -49px;
    background-image: url(/m/images/img/back_bigcat.png),url(/m/images/img/back_sun.png);
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
    border-radius: 10px;
    z-index: 1;
}
/*사연 css*/
.img_thmb, .img_info{
	border-bottom:10px solid #f0f0f0;
}
.img_thmb > span{
	color: #36bc84;
	border: 2px solid #36bc84;
}
.img_info_tit{
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.img_info_desc{
	overflow:hidden;
	color:#333;
}
.review{
  border-bottom: 1px solid #ddd;
}

/*모델검색 css*/
.model_name .model_name_tt{
	/*text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;*/

}
.model_name > p{color:#ed3e49;}


/*reset button css*/
.reset_btn_area .reset_btn{
	border: none;
    border-left: 1px solid #ccc;
    width: 100%;
    height: 49px;
    background: #fff;
}
/*main_slide css*/
.slick-initialized .slick-slide{
	outline:none
}
.slick-slider {
    margin-bottom: 0 !important;
}

.main_slide{
	border-bottom:1px solid #eee;
}
.ms_slick .slick-dots{
	position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.ms_slick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
	border-radius:50%;
    padding: 0;
    cursor: pointer;
}
.ms_slick .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
	border-radius:50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.ms_slick .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
	  border-radius:50%;
    content: '';
	  background: #777;
    text-align: center;
    opacity: .4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ms_slick .slick-dots li.slick-active button:before {
    opacity: 1;
    background:#000
}
.main_ct{
	background:#fff;
}
.m_list_li{
	border-bottom:2px solid #f2f4f8
}

.m_li_mv{
	overflow:hidden;
	border-radius:20px;
}
.m_list_new{
	display:block;
	background:red;
	border-radius:50%;
	width:15px;
	height:15px;
	text-align:center;
	color:#fff;
}
.m_list_st{
	color:#777;
}
.main_footer{
	background:#fff;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
  padding: 11px 0;
}
/* 인트로 */
#container {
    width: 100%;
}
#container .banner {
    width: 58%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 227px;
    opacity: .9;
}
#container .footer {
    width: 44%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 230px;
}
.mainSlider{
    position: relative;
    background: #f8f8f8;
}
.mainSlider .slick-slide{
    position:relative;
    overflow:hidden;
}
.mainSlider .slick-slide img{
    position:absolute;
}
.mainSlider .slick-dots {
    position:absolute;
		left: 50%;
    margin-left: -55px;
    bottom:20px;
}
.mainSlider .slick-dots li{
    display: block;
    float:left;
		width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #eee;
		margin-right: 6px;
    cursor:pointer;
}
.mainSlider .slick-dots .slick-active{
    background:#4dba64;
}
.mainSlider .slick-dots button{
    border: 0;
    background: none;
    font-size:0;
}
.slick-dots li button:before {
  display: none;
}
.intro_1{
    padding: 88px 20px 50px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-radius: 10px;
}
.intro_box{
    background: #fff;
    margin-top: 19px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -1% -14px;
    background-image: url(/m/images/img/intro/intro_1.png);
}
.intro_box_1{
    background-image: url(/m/images/img/intro/intro_2.png);
}
.intro_box_2{
    background-image: url(/m/images/img/intro/intro_3.png);
}
.intro_box_3{
    background-image: url(/m/images/img/intro/intro_4.png);
}
h5{
  position: relative;
  display: inline-block;
  font-size: 21px;
  padding: 4px 0;
  letter-spacing: -0.03em;
  font-family: noto-m;
  z-index: 5;
}
h5:before {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 8px;
    background: #88abda;
    content: "";
    z-index: -1;
}
.intro_tit:before{
  background: #f3aeb1!important;
}
.intro_tit_1:before{
  background: #f6b569!important;
}
.intro_tit_2:before{
  background: #fedf82!important;
}
.intro_info:before{
   display: block;
    width: 40px;
    height: 5px;
    margin: 5px 0px;
    content: "";
    background-color: #adc9ee;
}
.intro_info_1:before{
    background-color: #f3aeb1;
}
.intro_info_2:before{
    background-color: #f6b569;
}
.intro_info_3:before{
    background-color: #fedf82;
}
/*메인화면 탭*/
button {
  background:none;
  border:0;
  outline:0;
  cursor:pointer;
}
.tab_menu_container {
  background: #fff;
   white-space: nowrap;
  overflow-x: auto;
}
.tab_menu_btn {
  width:80px;
  height:45px;
  white-space: break-spaces;
}
.tab_menu_btn.on {
  border-bottom:2px solid #6ab393;
  font-family: 'noto-m';
  color:#6ab393;
}
.tab_box {
  display:none;
}
.tab_box.on {
  display:block;
}
.tab_menu_container::-webkit-scrollbar{
  display: none;
}
.main_tabbar span {
    position: relative;
    display: inline-block;
    float: none;
}
/* 상담글게시*/
.apply_btn, .reg_portfolio_btn{
	font-family: 'noto-m';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #ff8236 !important;
    border: none;
    font-size: 16px;
    color: #ffffff;
	position:fixed;
	bottom:0;
	left:0;
}
.req_popup{
	letter-spacing:-0.05em;
}
.read_db{
	border:none;
}
.read_db_tt{
	font-family:'noto-m';
	padding-bottom:10px;
  padding-top:5px;
	width:30%;
	color:#777;
}
.req_popup textArea{
	width:100%;
	height:370px;
	border:1px solid #eee;
	padding:10px;
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family:'noto-r';
	margin-top:10px;
}
select{
  padding: 4px 6px;
  margin: 2px 0 10px;
}
.popup{
  display: none;
}
/* 상담사찾기 */
.main_list_wrap {
    padding: 0em 5em 0 5em;
}
.box{
  margin-bottom: 20px;
  box-shadow:1px 1px 7px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.wrap_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px 0 0 5px;
}
.wrap_img {
  width: 110px;
  height: 134px;
}
.wrap_img {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 8px;
}
.wrap_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
/* 상담사소개 */
.intro{
  position: relative;
}
.pic{
  position: absolute;
  top: -16px;
  right: 27px;
}
.choice{
  background: #64c299;
}
.datepicker{
  width:100%!important;
}
.datepicker--content {
    box-sizing: content-box;
    padding: 0 14px!important;
}
/* 상담사 채팅란 */
.user_name {
    display: block;
    word-break: break-all;
    font-size: 21px;
    padding-top: 10px;
}
.user_time{
  padding-left: 5px;
  font-size: 15px;
}
.post_wrap{
  padding:0 20px;
}
.post_countView .count_like a {
	float: left
}

.post_countView .count_com {
  float: left;
   padding-left: 11px;
}
._item .post_count {
	width: 92%;
	margin: 0 auto;
	padding: 6px 0;
	border-top: 1px solid #f6f6f6;
	font-size: 12px;
	color: #595959
}
._item {
    position: relative;
    margin: 16px auto 60px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 0px;
}
.comment-box{
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 2.2;
    padding: 5px 38px 5px 5px;
    word-break: break-all;
    border-radius: 3px;
    width:82%;
  }
  .recomment-box{
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 0.9;
    margin-top: 10px;
    padding: 8px 15px 8px 5px;
    word-break: break-all;
    border-radius: 3px;
    width: 90%;
    }
  .user_comment {
  	position: relative;
  	margin-left: 30px;
  	padding: 14px 0 0 5px;
  }
.send{
      margin: auto;
      padding: 6px 14px;
      color: #fff;
      background: #61c977;
      border-radius: 4px;
      font-family: 'noto-m'
}
.comments-list{
      width: 92%;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 4px;
      margin: 0 auto;
}
.comments-list:last-child{
	 	 border-bottom:none;
}
.trash_box{
  transition: all 0.3s ease-out;
   transform: translateY(100%);
}
.trash_box.act{
  transform: translateX(0);
}
.trash_box_{
  transition: all 0.3s ease-out;
   transform: translateY(100%);
}
.trash_box_.act{
  transform: translateX(0);
}
.chat_box{
   transition: all 0.3s ease-out;
   transform: translateY(100%);
}
.chat_box.act{
  transform: translateX(0);
}
/* 내 상담권 */
.table_history{
	border-collapse:collapse;
 	width:100%;
	min-height: 200px;
  border:none;
}
.table_history td,
.table_history th{
    border-bottom: 1px solid #ddd;
    padding: 14px 15px;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}
.table_history th{
font-weight: normal;
    color: #000;
    font-family: 'noto-m';
    border-top: 2px solid #333;
}
.table_history td .tw{
	text-align:center;
  padding: 0 0 0 0px;
}
.table_history td .tw span{
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 1.6em;
}
.table_history td .tw .t{
	  color: #000;
    font-size: 14px;
    letter-spacing: -0.06em;
    text-align: center;
}
.table_history td .btns_use{
	    background: #ffffff;
    color: #64c299;
    font-size: 13px;
    border: 1px solid #64c299;
    padding: 7px 0;
}
/* 텍스트테라피 */
.chk_list_wrap{
      position: relative;
      padding: 0 27% 0 27%;
}
.thumb_nail{
    overflow: hidden;

}
.thumb_nail img {
    width: 100%;
    height: 190px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cont_desc {
    text-align: center;
    padding: 17px 14px;
		padding-top: 65px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: none;
    background: #fbfafa;
    border:1px solid #ddd;
    text-align: left;
}
.apply{
    display: block;
		margin: 0 auto;
    width: 45%;
    padding: 10px 26px;
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    background: #64c299;
    border-radius: 7px;
}
/* 결제하기 */
.pay_cart_total {
    background: #fbfbfb;
    padding: 8px 20px;
}
.pay_cart_total .row {
    margin: 12px 0;
    font-family: 'noto-b';
    letter-spacing: -0.06em;
}
.pay_cart_total .row .fl {
  color: #373737;
  font-weight: normal;
  font-family: 'noto-m';
  letter-spacing: -0.03em;
  font-size: 16px;
}
.pay_cart_total .row.total {
    border-top: 2px solid #272727;
    padding: 9px 0 0;
    margin-top: 11px;
}
.pay{
  padding: 8px 13px;
  border: 1px solid #ddd;
  width: 82%;
  margin: 0 auto;
  margin-top: 10px;
  background-image: url(/m/images/img/arrow.png);
  background-repeat: no-repeat;
  background-position: 96% 13px;
  background-size: auto 11px;
}
/* 마이페이지 */
.follower{
  display: table;
  width:100%;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.follower li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 8px 105px;
    border-left: 1px dashed #d9d9d9;
    text-align: center;
}
.follower li:first-child {
    border-left: 0;
}
.mypage{
    background-image: url(/m/images/img/arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 21px;
    background-size: auto 11px;
}
/* 프로필 */
#list_wrap{
  width:50%;
  margin: auto;
}
.tab_box_container {
    padding: 0em 1em 0 1em;
}
.profile{
  background: url(/images/profile_bg_.png)no-repeat;
  background-size: 100%;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
/* 자가검진 */
table.dataTable thead th, table.dataTable thead td {
    padding: 11px 15px;
    border-bottom: 1px solid #111;
}
.table-base th
{
 	border-bottom:2px solid #dee2e6
}
.table-base td
{
	border-bottom:2px solid #dee2e6;
}
.tab_wrap{
	text-align:left;
	padding:0 25px;
}
.issue-table-content-left{
	text-align:left;
	padding:5px;
}
.self-check-btn {
    display: block;
    width: 70px;
    background-color: #636363;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    height: 2.3em;
}
.test{
  background:#64c299;
  /* animation: gradient 6s linear infinite; */
  border-radius: 10px;
}
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}
.point_line {
		position: relative;
	  z-index: 1;
	  margin: 0 auto;
	  width: 20%;
}
.point_line:before {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 9px;
    background: #dcf2d0;
    content: "";
    z-index: -1;
}
.start{
  background:#64c299;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.self_con {
    text-align: center;
    padding: 11px 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: none;
    background: #fbfafa;
    height: 115px;
    border:1px solid #ddd;
    text-align: left;
}
.self_list_wrap{
  padding: 3em 15px 0 15px;
}
.mental_wrap{
	    padding: 0em 7em 0 7em;
}
.selfcheck_list_wrap{
	    padding: 0em 11em 0em 11em;
}
.selfcheck_box {
    background: #fff;
    margin-top: 19px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/m/images/img/selfcheck_1.png);
}
.selfcheck_box_ {
    background: #fff;
    margin-top: 19px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/m/images/img/selfcheck_2.png);
}
/* 팔로잉 */
.follow{
   transition: all 0.3s ease-out;
   transform: translateY(100%);
}
.follow.act {
    transform: translateX(0);
}
/*우리집 outhome*/
.ourhome_category{
	border-bottom:1px solid #ddd
}
.ourhome_category_ul{
	white-space:nowrap;
	overflow-y:auto;
	text-align:center;
}
.ourhome_category_li{
	font-size:13px;
	line-height:14px;
	letter-spacing:-0.04em;
	padding:10px 14px;
	position:relative
}
.ourhome_category_li.on,
.ourhome_category_li.on span{
	font-family:'noto-m'
}
.ourhome_category_li.on:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:50%;
	height:1px;
	background:#f80;
	transform:translate(-50%, 0);
	z-index:50
}
.ourhome_status{
	border-bottom:1px solid #ddd
}

.ourh_notice_li{
	border:1px solid #e8e8e8;
	border-right:0
}
.ourh_notice_li_tit{
	width: 100%;
    height: 32px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ourh_notice_li_last{
	background:#262626
}

.ourhome_li_cont{
	    width: 100%;
    max-height: 32px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.outhome_all_cm_tit{
	border-bottom:1px solid #eee;
	position:relative;
}
.outhome_all_cm_tit:after{
    position: absolute;
    content: "";
    display: block;
    background: #3e3e3e;
    width: 52px;
    height: 4px;
    left: 16px;
    bottom: -4px;
    border-radius: 4px;
}
.ourhome_all_cm_mv{
	overflow:hidden;
	border:1px solid #e8e8e8
}
.ourhome_all_cm_time{
	position:relative;
	padding-left:14px
}
.ourhome_all_cm_time:after{
	content:"";
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0, -50%);
	background-image: url(/m/images/ico/ico_clock.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: center;
}

.outhome_all_cm_btns{
	border-top:1px solid #eee
}
.outhome_all_cm_btns li{
	border-right:1px solid #ddd;
}
.ourhome_detail .outhome_all_cm_btns li{
	border-right:0;
	border-bottom:1px solid #e8e8e8
}
.outhome_all_cm_btns li:last-child{
	border-right:0
}
.ourhome_bottom_menu{
	border-top:1px solid #ddd
}
.outhome_all_cm_btns li img.on_img{
	display:none
}
.outhome_all_cm_btns li.on img.on_img{
	display:inline-block;
}
.outhome_all_cm_btns li.on img.off_img{
	display:none
}
.outhome_all_cm_btns li.on span{
	color:#f60
}
/* 고객센터 */
/* 고객센터 */
.bbs_top span.hangle_button {
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding-right: 4px;
    display: block;
    background: #64c299;
    padding: 0 20px;
    color: #fff;
    border-radius: 50px;
    line-height: 2.7em;
    margin-top: 1px;
}
.common_bbs_ul .item {
    border-bottom: 1px solid #ddd;
    padding: 14px 25px;
    position: relative;
}
.common_bbs_ul .item .date {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #999;
    line-height: 1em;
    margin-bottom: 12px;
}
.common_bbs_ul .item .t {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-family: 'noto-m';
  letter-spacing: -0.08em;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 3px;
  position: relative;
  padding-left: 27px;
}
.common_bbs_ul .item .t:after {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  background-color: #64c299;
  border-radius: 50%;
  padding-right: 1px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}
.bbs_top {
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
}
.common_write {
    width: 100%;
    margin: auto;
}
.common_write .m_row {
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
    width: 100%;
    margin-bottom: 20px;
}
.common_write .m_row .th {
    color: #555;
    font-size: 16px;
    font-family: 'noto-r';
    width: 25%;
    font-weight: normal;
    height: 1.6em;
    margin-top: 6px;
}
.common_write .m_row .td {
    background: #fff!important;
    border: none!important;
    font-size: 15px!important;
    color: #333;
    display: block;
    width: 70%;
    text-align: left !important;
    border: none;
    height: 1em;
    letter-spacing: -0.04em;
    height: 25px;
    line-height: 25px;
    margin-top: 3px;
}
.common_write .m_row textarea.td {
    width: 100%;
    margin-top: 7px;
    min-height: 222px;
    resize: none;
}
.common_write .m_row:after {
    content: "";
    display: block;
    clear: both;
}
.common_write .m_row {
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
    width: 100%;
    margin-bottom: 20px;
}
.common_write p.button {
    width: 20%;
    background: #64c299;
    margin: auto;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}
.common_bbs_ul .detail {
    background: #f9f9f9;
    padding: 13px 25px;
    font-size: 13px;
    line-height: 1.6em;
    color: #666;
    display: none;
}
.bbs_btns_wrap {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.qna_bbs{
    border: 1px solid #ddd;
    margin: 47px 6px;
    position: relative;
}
.malpungsun{
	position:relative;
}
.malpungsun:after{
    content: "";
    display: block;
    width: 5px;
    height: 27px;
    background-image: url(/m/images/ico/ico_malpungsun.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    background-size: 5px auto;
}
.malpungsun_rc{
	position:relative;
}
.malpungsun_rc:after{
    content: "";
    display: block;
    width: 5px;
    height: 27px;
    background-image: url(/m/images/ico/ico_malpungsun_rc.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -1px;
    background-size: 5px auto;
}

/*카카오톡 공유하기*/
.btn_share_kakao{
	background:#ffe600;
	border:1px solid #ffd52b;
	color:#381e1e
}
/*댓글-댓글 첫 입력시 클릭하는부분*/
.coment_view{
	border-right:0;
	border-left:0;
	font-family:'맑은 고딕'
}
.coment_view img{
	opacity:0.5
}
.coment_write{
	display:none
}
.coment_write input{
	outline:none
}
.coment_write input::placeholder{
	color:#bbb
}
.coment_write:hover .coment_write_in{
	border:1px solid #f80
}
.recommon_button{
	color:#f60;
	font-family:'맑은 고딕'
}
.coment_write_bottom{
	border-top:1px solid  #e8e8e8;
	display:none;
}
.coment_write_bottom input{
	outline:none
}
.coment_write_bottom input::placeholder{
	color:#bbb
}
.recommon_wrap{
    background-image: url(/m/images/ico/ico_recomment.png);
    background-repeat: no-repeat;
    background-size: auto 7px;
    background-position: 16px 14px;
}

.file_upload_btn{
	display:block;
	border-bottom:1px solid #ffc099;
	font-size:14px;
	padding-bottom:8px;
}
.file_upload_btn img{
	opacity:0.5
}

/**/
.search_result{
	background:#ff8800
}
.search_result_button{
	    background: #fffbef;
    height: 36px;
    width: 36px;
    text-align: center;
    border-left: 1px solid #ff8800;
}

/**/
.search_result_filter_ul{
	border:1px solid #e8e8e8
}
.search_result_filter{
	    float: left;
    width: 33.3%;
    border-right: 1px solid #e8e8e8;
    text-align: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:6px 0;
	font-size:13px;
	color:#999
}
li.search_result_filter:last-child{
	border-right:0
}
.search_result_filter.on{
    background: #fff7ed;
    color: #f80;
    font-family: 'noto-m';
}

/**/
.search_result_li_cont{
    max-height: 48px;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*나의정보 작성글*/
.myinfo_write_li_cont{
    max-height: 30px;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*지역상품 전체 카티고리 + 지역상품 동일*/
.area_shop_all_catagory{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:100;
	display:none;
}
/*지역상품 전체 카티고리 닫기 + 지역상품 동일*/
.area_shop_close{
	color:#ff6600;
	border:1px solid #ff6600
}
/* + 지역상품 동일*/
.area_ct_li{
	border:1px solid #e8e8e8;
	border-right:0;
	border-bottom:0;
}
.area_ct_li:nth-child(1),
.area_ct_li:nth-child(6),
.area_ct_li:nth-child(11),
.area_ct_li:nth-child(16),
.area_ct_li:nth-child(21),
.area_ct_li:nth-child(26){
	border-left:0
}


/*상품리스트*/
.shop_s_mv{
	height:160px;
}
.shop_s_tit{
	width: 100%;
    height: 32px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*상품리스트 상세*/

/*토글*/
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 17px;
    margin-top: 2px;
	margin-left: 4px;
	outline:none
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  outline:none
}

.push {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    outline: none;
}
.push:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    top: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.15); */
    border: 1px solid #eee;
}
input:checked + .slider {
  background-color:#64c299;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translate(14px, -50%);
  -ms-transform: translate(14px, -50%);
  transform: translate(14px, -50%);

}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}/*스위치 버튼 끝*/
/*
.area_shop_currunt_btn{
	background:#ff6600
}*/
/*.area_shop_currunt_btn2{
	background:#ff6600
}*/
.area_shop_currunt_btn2{
	width:56px;
	/*padding-left:10px*/
}
.area_shop_currunt_btn2:after{
	content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: url(/m/images/ico/ico_arr_gray.png)no-repeat;
    position: absolute;
    top: 55%;
    right: 15px;
    background-size: auto 8px;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}

/**/
.area_shop_detail_table th{
	font-weight:normal;
	vertical-align:top;
	color:#666;
	position:relative;
}
.area_shop_detail_table th:after{
	content:"";
	display:block;
	width:1px;
	height:8px;
	background:#aaa;
	position:absolute;
	top:9px;
	right:0px
}
.area_shop_detail_table td{
	padding-left:15px;
}
.area_shop_detail_m_button{
	background:#232323;
	color:#fff;
	padding:5px 9px;
	border-radius:4px
}

/**/
.area_shop_detail_bottom{
	border-top:1px solid #e8e8e8
}
/*
.area_shop_detail_bottom span{
	background:#ff7800
}*/
/**/
.area_shop_enroll_prname{
	background:transparent;
	border:0;
	border-bottom:1px solid #ddd
}

/*댓글 선택란*/
.check_2 input[type=checkbox],
.check_2 input[type=radio]{
	display:none
}
.check_2 label{
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	background:url(/m/images/ico/check_common2.png)no-repeat;
	background-size:auto 16px;
	background-position:left center;
}
.check_2 label span{
	padding-left:20px;
	width:88px;
	display:inline-block;
	line-height:16px;
	font-size:12px !important;
	color: #121212;
}
.check_2 label .span2{
	padding-left:20px;
	width:30px;
}
.check_2 input[type=checkbox]:checked +label,
.check_2 input[type=radio]:checked +label{
	background-position:right center;
}

/*type _ B*/
.tybe_b_choose{
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-top:1px solid #eee
}
.area_shop_detail .tybe_b_score{
	display:none;
}

.tybe_b_score{
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-top:1px solid #eee
}
.comment_score img.off{
	z-index:50
}
.comment_score img.on{
	display:none
}
.comment_score.on img.off{
	display:none;
	z-index:0
}
.comment_score.on img.on{
	z-index:50;
	display:block;
}

/*상품 셍세페이지 제품명 */
.pr_discount_tit_name{
    max-height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.43em;
}

/*지역상품 등록 테이블*/
.area_shop_write_tabel th,
.area_shop_write_tabel td{
	border-bottom:1px solid #ddd
}
.area_shop_write_tabel th{
	color:#373737;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:12px;
	font-weight:normal;
	font-size:12px
}
.area_shop_write_tabel .check_common{
	margin-top:8px
}
.area_shop_write_tabel .check_common label {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-size: auto 16px;
}
.area_shop_write_tabel .check_common span{
	font-size:12px !important;
	padding-left:20px;
	line-height:16px;
}

/*지역상품등록 연관검색어 안내*/
.area_shop_write_st_tit{
	border-top:2px solid #373737;
	padding-top:10px
}
.area_shop_write_st_li li{
	position:relative;
	padding-left:10px;
}
.area_shop_write_st_li li:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:4px;
	height:4px;
	background:#222;
	border-radius:2px;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
}

/*지역 상품등록*/
.area_comfirm .make_floor_set_foot_back img{
	transform:rotate(180deg)
}
.area_confirm_another_go{
	    background: #ff8800;
    color: #fff;
    border: 1px solid #ffb867;
}
.area_confirm_si{
    border: 2px solid #59a6df;
}
.area_confirm_gu{
    border: 2px solid #9597ff;
}
.area_confirm_dong{
    border: 2px solid #c5b1ff;
}

/**/
.home_info_set_li{
	position:relative;
}
.home_info_set_li:after{
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background-image: url(/m/images/ico/arr_more.png);
    background-size: auto 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 26px;
}

/**/
.search_word_set_ul li:nth-child(2n){
    border: 1px solid #ffbf76;
    color: #ffac00;
    background: #fffcf9dd;
}
.search_word_set_ul li:nth-child(3n){
border: 1px solid #ff8800;
    color: #ff8800;
		background:#fff;
}
.search_word_set_li{
    background: #fffefb;
    border: 1px solid #bbb;
    margin: 4px 2px;
    color: #939393;
	position:relative;
}
.search_word_delete{
	right:-6px;
	top:0;
}

/**/
.home_info_set_detail_li{
	margin:12px 0 8px
}
.howto_join_set_tit{
	position:relative;
	padding-left:10px
}
.howto_join_set_tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 2px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

/*나의정보*/
.linktext.active,
.linktext.active,
.linktext.active{
	position:relative;
	color:#f60;
	font-family:'noto-m'
}
.linktext.active:after,
.linktext.active:after,
.linktext.active:after{
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f60;
    content: "";
    display: block;
}

/**/
.sil_cont,
.mi_cont{
	background:#fffbef;
}
.ibju_li{
	margin:4px 0;
	padding-left:15px;
	    color: #ad6a3d;
	position:relative;
}
.ibju_li:after{
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	content:"";
	display:block;
	width:6px;
	height:1px;
	background:#ad6a3d
}

/**/
.ibju_namelist_go{
	margin: 6px 0 0 0;
    display: block;
    border: 1px solid #fff;
    padding: 8px;
    background-color: rgba(255,255,255,0.9);
	position:relative;
}
.ibju_namelist_go:after{
	content:"";
	display:block;
	width:15px;
	height:15px;
	position:absolute;
	top:50%;
	right:12px;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	background-image:url(/m/images/ico/round_arr_next.png);
	background-repeat:no-repeat;
	    background-size: auto 15px;
}

.add_button{
	background: #e8e8e8;
    padding: 3px 7px;
    border: 1px solid #ddd;
}
.delete_button{
	background: #fff;
    padding: 3px 7px;
}

/*하자점검*/
.haja_jumgum_topbox{
	background:#ff;
	border-bottom:1px solid #e8e8e8

}
.haja_jumgum_tb_h3{
	position:relative;
	padding-left:9px
}
.haja_jumgum_tb_h3:after{
	content:"";
	display:block;
	width:5px;
	height:5px;
	background:#333;
	border-radius:50%;
	position:absolute;
	top:6px;
	left:0
}


.haja_current_tit{
	background:#000;
}
.haja_dot_green{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 3px solid #24ca2a;
    vertical-align: -2px;
    border-radius: 50%;
    margin-right: 2px;
    background: #24ca2a;
}
.haja_dot_red{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 3px solid red;
    vertical-align: -2px;
    border-radius: 50%;
    margin-right: 2px;
    background: red;
}
.haja_dot_yellow{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 3px solid #ffa500;
    vertical-align: -2px;
    border-radius: 50%;
    margin-right: 2px;
    background: #ffa500;
}
.haja_dot_green_mini{
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 3px solid #24ca2a;
    vertical-align: -1px;
    border-radius: 50%;
    margin-right: 1px;
    background: #24ca2a;
}
.dot_white{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    border-radius: 50%;
    margin-right: 2px;
    background: #fff;
}
.dot_orange{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 3px solid #f60;
    vertical-align: -2px;
    border-radius: 50%;
    margin-right: 2px;
    background: #f60;
}
.haja_dot_red_mini{
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 3px solid red;
    vertical-align: -1px;
    border-radius: 50%;
    margin-right: 1px;
    background: red;
}
.dot_blue_mini{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    border-radius: 50%;
    margin-right: 1px;
    background: #1478dc;
}
.dot_yellow_mini{
    display: inline-block;
    width: 4px;
    height: 4px;
	border: 3px solid #ffa500;
    vertical-align: -1px;
    border-radius: 50%;
    margin-right: 2px;
    background: #ffa500;
}

.dot_orange_mini{
    display: inline-block;
    width: 4px;
    height: 4px;
	border: 3px solid #f60;
    vertical-align: -1px;
    border-radius: 50%;
    margin-right: 2px;
    background: #f60;
}
.haja_my_list.on{
	position:relative
}
.haja_my_list.on:after{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#333;
	position:absolute;
	bottom:-1px;
	left:50%;
	transform:translate(-50%, 0);
}
.haja_my_table th,
.haja_my_table td{
	border-bottom:1px solid #e8e8e8;
	font-size:12px;
}
.haja_my_table th{
	height:30px;
	background:#f7f7f7
}
.haja_my_table td{
	text-align:center;
	height:28px;
}
.haja_my_table .current{
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:12px;
}
.haja_my_table .current.ok{
	color:#31b536
}
.haja_my_table .current.no_ok{
	color:red;
}
.haja_write_img{
	background:url(/m/images/img/bg_line.png)no-repeat;
	background-size:cover;

}

/**/
.signature_detail_table th,
.signature_detail_table td{
	border:1px solid #e8e8e8
}
/**/
.signature_list_table{
  border-collapse: collapse;
  width:800px;
  overflow-x:auto;

}
.signature_list_table th,
.signature_list_table td{
	border:1px solid #e8e8e8
}
.signature_list_table td.number,
.signature_list_table td.name{
	text-align:center;
}
.signature_list_table td{
	padding:0 4px
}
.signature_list_table tr:nth-child(even) {
	background-color: #fcfcfc;
	}

/*전제투표 라디오 박스*/
.vote_check_radio input[type=checkbox],
.vote_check_radio input[type=radio]{
    height: 1px;
    width: 0;
}
.vote_check_radio label{
	display:inline-block;
	width:100%;
	height:auto;
	line-height:20px;
	background-image:url(/m/images/ico/ico_vote_radio_off.png);
	background-repeat:no-repeat;
	background-size:auto 16px;
	background-position:0 2px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:22px;

}
.vote_check_radio label span{
	color:#999;
	font-size:12px;
	line-height:1.4em;
}
.vote_check_radio input[type=checkbox]:checked +label,
.vote_check_radio input[type=radio]:checked +label{
	background-image:url(/m/images/ico/ico_vote_radio_on.png);
}
.vote_check_radio input[type=checkbox]:checked +label span,
.vote_check_radio input[type=radio]:checked +label span{
	color:#f60
}

/*페이징*/
.paging {
    text-align: center;
}
.paging ul {
    display: inline;
    vertical-align: top;
    font-size: 0;
}
.paging li:first-child {
    margin-left: 10px;
}
.paging li:first-child, .paging li:last-child {
    display: inline-block;
    overflow: hidden;
    width: 39px;
    height: 38px;
    border: 1px solid #999;
    border-radius: 3px;
    vertical-align: top;
    font-size: 0;
    cursor: pointer;
    background-image: url(/m/images/ico/m_topback2.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: center;
    opacity: 0.4;
}
.paging li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 38px;
    height: 38px;
    margin-left: -1px;
    border: 1px solid #dfdfdf;
    zoom: 1;
    cursor: pointer;
    color: #999;
    line-height: 38px;
    font-size: 14px;
}
.paging li.current {
    color: #fff;
    background: #f80;
}
.paging li:last-child {
    margin-right: 10px;
    transform: rotate(180deg);
}
.paging li:first-child, .paging li:last-child {
    display: inline-block;
    overflow: hidden;
    width: 39px;
    height: 38px;
    border: 1px solid #999;
    border-radius: 3px;
    vertical-align: top;
    font-size: 0;
    cursor: pointer;
    background-image: url(/m/images/ico/m_topback2.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: center;
    opacity: 0.4;
}

/*불편 제안 신고하기*/
.sinmungo_write_ckeck.on{
	z-index:50;
	color:#f60;
	border-color:#f80
}

.bg_ipcha_button{
	width:100%;
	background-image:url(/m/images/img/bg_ipcha_button.png);
	background-size:auto 54px;
	background-repeat:no-repeat;
	background-position:center
}

/**/
.car_iq_btn{
	position:relative;
}
.car_iq_btn:after{
	width:1px ;
	height:20px;
	background:#fff;
	position:absolute;
	top:0;
	right:0;
	content:"";
	display:block;
}

/*우리집 공지사항란*/
.home_notice_li_tit{
    /*max-height: 45px;*/
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-break:break-all;
    line-height: 1.38em;
}

.bome_notice_count .on_img{
	display:none;
}
.bome_notice_count.on span{
	color:#f80
}
.bome_notice_count.on .on_img{
	display:inline-block;
}
.bome_notice_count.on .off_img{
	display:none;
}


/*회원관리 테이블*/
.mn_mbs_table>tbody>tr{
	border-bottom:1px solid #e8e8e8
}
.mn_mbs_table>tbody>tr:last-child{
	border-bottom:0
}

/*회원등급 색상*/
.lebel_box li{
	margin:14px 0;
	color:#666;
	position:relative;
}
.lebel_box input[type="radio"]:checked + label span{
	font-family:'noto-b';
	color:#222
}

.dot_lebel_1{
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 1px;
    background: #4a5c90;
}
.dot_lebel_2{
	display: inline-block;width: 10px;height: 10px;border-radius: 50%;margin-right: 1px;
    background: #f80;
}
.dot_lebel_3{
	display: inline-block;width: 4px;height: 4px;border-radius: 50%;margin-right: 1px;
	border: 3px solid red;
    background: red;
}
.dot_lebel_4{
	display: inline-block;width: 4px;height: 4px;border-radius: 50%;margin-right: 1px;
	border: 3px solid #ddd;
    background: #ddd;
}

/**/
.answer_url::placeholder{
	color:#999
}
/*회원관리*/
.mn_mng_ul{
	width:auto;
	white-space:nowrap;
	overflow-x:auto;
}
.mn_mng_li{
	padding:0 8px 0 0;
	display:inline-block;
}

/**/
.sg_w_bf_family>div:last-child{
	margin-bottom:0
}

/*회원승인*/
.sungin_waiting_table{}
.sungin_waiting_table td{
	border:1px solid #fff;
	padding:1px 2px 1px 8px;
}
.sungin_waiting_table th{
	border:1px solid #fff;
	font-weight:normal;
	font-family:'noto-m';
	padding:2px 2px 2px 8px;
	position:relative;
}
.sungin_waiting_table th:after{
	content:"";
	display:block;
	width:1px ;
	height:8px;
	background:#ddd;
	position:absolute;
	top:8px;
	right:0
}


/*현황변경 버튼*/
.com_curent_change.on{
	background:#f80;
	color:#fff;
	font-family:'noto-m';
	border-color:#f60
}
.com_curent_change.on com_curent_change_btn{
	display:block;
}

/*나의 채팅*/
.chat_l_t{
    max-height: 32px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chat_li_checkbox input[type="checkbox"]{
	width:0;
	height:0px;
	float:left;
}
.chat_li_checkbox span{
	float:left;
	width:15px;
	height:15px;
	border:1px solid #ddd;
	display:block;
}
.chat_li_checkbox input[type="checkbox"]:checked +label span{
	background-color:#64c299;
	background-image:url(/m/images/ico/ico_arr_drop.png);
	background-repeat:no-repeat;
	background-size:10px auto;
	background-position:center;

}
.chat_list_li{
    border-bottom: 1px solid #f1f1f1;
}
.chat_list_li:first-child{
	padding-top:40px;
}
/* 포인트몰 */
.coupon_list_wrap{
  padding: 3.2em 5em 0 5em;
}
/*새로운 대화 알림*/
.icon_new_txt{
	background:#ff1d1d;
	text-align: center;
    border-radius: 50%;
}




.malpungsun{
	position:relative;
}
.malpungsun:after{
    content: "";
    display: block;
    width: 5px;
    height: 27px;
    background-image: url(/m/images/ico/ico_malpungsun.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    background-size: 5px auto;
}
.malpungsun_rc{
	position:relative;
}
.malpungsun_rc:after{
    content: "";
    display: block;
    width: 5px;
    height: 27px;
    background-image: url(/m/images/ico/ico_malpungsun_rc.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -1px;
    background-size: 5px auto;
}

/*연락망*/
.mn_callbook_table tr td{
	padding-top:13px;
	padding-bottom:13px;
	border-bottom:1px solid #e8e8e8
}
.mn_callbook_table tr:nth-child(2n){
	background:#fff
}
.mn_callbook_table tr:nth-child(odd){
	background:#f9f9f9
}
.callbook_checkbox input[type="checkbox"]{
	width:0;
	height:0px;
	float:left;
}
.callbook_checkbox span{
	float:left;
	width:15px;
	height:15px;
	border:1px solid #ddd;
	display:block;
}
.callbook_checkbox input[type="checkbox"]:checked +label span{
	border-color:#f60;
	background-color:#f80;
	background-image:url(/m/images/ico/ico_arr_drop.png);
	background-repeat:no-repeat;
	background-size:10px auto;
	background-position:center;

}

/*회원등급 권한 안내*/
/**/
.lecel_chart_table{
  border-collapse: collapse;
  width:1620px;
  overflow-x:auto;

}
.lecel_chart_table thead{
	display:block;
	width:100%;
}
.lecel_chart_table tbody{
	display:block;
	height:50vh;
	overflow:auto;
	width:100%
}
.lecel_chart_table th{
	font-size:11px;
	letter-spacing:-0.05em;
	line-height: 14px;
	width:60px;
}
.lecel_chart_table .tr1 th{
	height:38px;
	font-size:12px;
}
.lecel_chart_table .tr2 th{
	width:100px;
	padding:8px 4px;
	font-size:11px;
}
.lecel_chart_table .tr2 th span{
	font-size:8px;
	letter-spacing:-0.08em;
}

.lecel_chart_table th,
.lecel_chart_table td{
	border:1px solid #e8e8e8
}
.lecel_chart_table td{
	text-align:center;
	vertical-align:middel;
	padding:2px 0;
	width:60px;

}
/* 서비스소개 */
.service_list_wrap{
      position: relative;
      padding: 0 20% 0 20%;
}
.therapy_price{
	top:210px!important;
}
.mental_title:after {
    display: block;
    width: 50px;
    height: 4px;
    margin: 20px auto 0;
    content: "";
    background-color: #64c299;
}
@media screen and (max-width:1600px){
	.selfcheck{
		height: 16%!important;
	}
	.wrap_img{
		height: 105px;
	}
	.test{
		margin-top: 35px!important;
		width: 100px!important;
	}
	.find{
		height: 16%!important;
	}
	.test_{
		margin-top: 13px!important;
		width: 22%!important;
	}
	.reservation{
		margin-top: 0!important;
		width: 22%!important;
	}
	.schedule_wrap{
		width:55%!important;
	}
	.coupon{
		height: 16%!important;
	}
	.coupon_text{
		width:83%!important
	}
	.coupon_btn{
		margin-top: 3px!important;
	}
	.coupon_arrow{
		vertical-align: -1px!important;
	}
	}
@media screen and (max-width:1543px){
	.chk_list_wrap{
		padding: 0 23% 0 23%!important;
		position: relative!important;
		padding-top: 20px!important;
	}
	.therapy_price{
		top:210px!important;
		width:50%!important;
	}
	.selfcheck_text{
		width:81%!important;
	}
	.find_text{
		width:81%!important;
	}
	.wrap_img{
		width:16%!important;
	}
	.test{
		width: 100px!important;
	}
	.selfcheck_text {
	  padding-left: 30px!important;
	}
	.schedule_wrap{
		width:60%!important;
	}
	.coupon_text{
		width:79%!important
	}
	.coupon_btn{
		width:30%!important;
	}
	.face_btn{
		width:100px!important;
	}
	}
	@media screen and (max-width:1395px){
		.chk_list_wrap{
			padding: 0 20% 0 20%!important;
			position: relative!important;
			padding-top: 20px!important;
		}
		.wrap_img{
			width:16%!important;
		}
		.main_list_wrap {
			padding: 0em 3em 0 3em!important;
	}
	.test_{
		width: 26%!important;
	}
	.mental_wrap {
		margin: 120px 0!important;
	}
	.schedule_wrap{
		width:68%!important;
	}
	.coupon_btn{
		width:35%!important;
	}
	.selfcheck_arrow{
		vertical-align: -2px!important;
	}
	.mental_wrap {
    padding: 0em 5em 0 5em;
	}
	.main_list_wrap {
		 margin: 180px 0!important;
	}
	}
@media screen and (max-width:1183px){
	.chk_list_wrap{
		padding: 0 20% 0 20%!important;
		position: relative!important;
		padding-top: 20px!important;
	}
	.wrap_img{
		width:18%!important;
	}
	.selfcheck_text{
		padding-left: 30px!important;
	}
	.selfcheck_arrow{
		vertical-align: -1px!important;
	}
	.test{
		width:100px!important;
	}
	.test_{
		margin-top: -2px!important;
		width: 32%!important;
	}
	.find_text{
		width:78%!important;
	}
	.main_list_wrap {
    padding: 0em 3em 0 3em!important;
}
	.schedule_wrap{
		width:80%!important;
	}
	.coupon_btn{
		width:40%!important;
	}
}
