@charset "utf-8";


/* ================================
            container
 ================================ */
#sub_contents { float:left;width:100%; overflow:hidden; }
#sub_mainCont {position:relative; width:100%; overflow:hidden; padding-bottom:80px; }
#sub_mainCont p {  word-break:break-all;}

#page_title { float:left; width:auto; height:40px; line-height:40px;  background:#e3e3e3; color:#7f7f7f; border-radius:3px;    }
#page_title dt { float:left; width:180px; background:#6c6c6c; border-radius:3px 0 0 3px; color:#fff; font-size:22px; text-align:center; font-weight:700; letter-spacing:-1px;   }
#page_title dd { float:left; width:auto; text-align:left; font-size:15px;  padding:0 20px; font-weight:600;  }

.sub_section { position:relative; float:left; width:100%; margin:20px 0; }


/*============* table.happy-basicTable  *============*/
table.happy-basicTable { float:left; table-layout:fixed;  width:100%; box-sizing:border-box; border-top:2px solid #bdc3c7; margin:10px 0; }
table.happy-basicTable tr.notice { background:#f6f6f3;  }   
table.happy-basicTable tr th, table.happy-basicTable tr td { border-bottom:1px solid #ececec; text-align:center; box-sizing:border-box; font-size:12px;  }
table.happy-basicTable tr th {color:#000; font-weight:700;  background:#f6f6f3; padding:5px 10px;  }
table.happy-basicTable tr td { color:#666; padding:2px 5px; text-overflow:ellipsis; white-space:nowrap; }
table.happy-basicTable tr td a {display:block; width:100%; color:#666;}

table.happy-basicTable tr td.title { position:relative; text-align:left; }
table.happy-basicTable tr td.title span.new { margin:10px;  /*position:absolute; top:20px; right:0; text-align:left; width:10px; height:10px; background:url(../_img/common/n.png) no-repeat right;  text-indent:-9999px !important;*/ }

table.happy-basicTable tr td.name span { padding-left:18px;  width:17px; height:22px; background:url(../_img/icon/medal_icon.png) no-repeat left;    }
table.happy-basicTable tr td.grade span { padding-left:22px;  width:20px; height:16px; background:url(../_img/icon/grade_icon.png) no-repeat left;    }

table.happy-basicTable tr td.sell span { padding:2px 5px; color:#fff; background:#a826a0; border-radius:5px;  }
table.happy-basicTable tr td.buy span { padding:2px 5px; color:#fff; background:#26a8a0; border-radius:5px;   }



/*============* 공지사항 게시판 *============*/
.bbs_head { float:right; width:auto; overflow:hidden; text-align:center; padding:5px 10px; border:1px solid #dddddd; border-radius:2px;  }
.bbs_head p {font-size:14px; color:#555;}
.bbs_head p strong {padding-left:2px;}
.bbs_tail {width:100%; overflow:hidden;}

/* 게시판 목록 공통 */
#bo_btn_top{margin: 10px 0; float:right; }
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:30px; color:#4e546f;background:#fff;padding:0 10px;border-radius:5px;border:1px solid #dddddd;}

#bo_sch {float:left;border:1px solid #ccc;background:#fff;border-radius:3px; margin:30px 0; }
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0;margin:9px 5px ;height:20px;float:left;border-right:1px solid #ddd;}
#bo_sch .sch_input{height:38px;border:0;padding:0;background-color:transparent;float:left}
#bo_sch .sch_btn{height:38px;float:left;background:none;border:0;width:40px;font-size:15px}


/*============* 버튼 *============*/
#btn_wrap { float:right; margin:32px 0; }

/* 글쓰기 버튼 */
button.Writing_btn {float:right; line-height:30px; color:#fff !important; border-radius:5px; margin-left:5px; padding-left:18px;  background:#5b5b5b; border:1px solid #5b5b5b;  }
button.Writing_btn span { padding:0 15px;  background:url(../_img/icon/Writing_btn.png) no-repeat -0px 3px;  }
button.Writing_btn a { color:#fff !important; }

button.WritingW_btn {float:right; line-height:30px; color:#4e546f; border-radius:5px; margin-left:5px; padding-left:18px;  background:#fff;border:1px solid #dddddd;   }
button.WritingW_btn span { padding:0 15px;  background:url(../_img/icon/WritingW_btn.png) no-repeat -0px 3px;  }

/* 목록 */
button.List_btn {float:right; line-height:30px; border-radius:5px; color:#4e546f; background:#fff;padding:0 15px;border-radius:5px;border:1px solid #dddddd; margin-left:5px;   }

/* 미리보기 */
button.Preveal_btn {float:right; line-height:30px; border-radius:5px; color:#4e546f; background:#fff;padding:0 15px;border-radius:5px;border:1px solid #dddddd; margin-left:5px;   }

/*회원가입*/
button.Join_btn {float:right; font-size:16px; line-height:30px; color:#fff !important; border-radius:5px;  margin-top:25px;  padding:5px 50px; background:#5b5b5b; border:1px solid #5b5b5b;  }
button.Join_btn a { color:#fff !important; }





/*============* 방문후기 게시판 *============*/
/* descBox */
.descBox { width:100%; height:auto; background:#ebebeb; border:1px solid #d0d0d0;  box-sizing:border-box; padding:10px 20px; overflow:hidden; word-break:break-all; color:#4d4d4d; line-height:30px; font-size:14px; font-weight:600;  }
.descBox li { float:left;  width:100%; line-height:27px;  }
.descBox dt { float:left; }
.descBox dd { float:left; padding:0 10px;  }

/* Tab_list */
#Tab_list { border-top:1px solid #444 !important; border:1px solid #cecfcf; box-sizing:border-box; overflow:hidden;   }
.tab_city { width:100%; padding:7px; box-sizing:border-box; overflow:hidden;   }
.tab_city h3 { float:left; padding:5px 20px; font-size:17px; font-weight:600;  }

.pbTab_con {  width:100%; padding:7px; background:#fdf8f1; box-sizing:border-box; overflow:hidden;  }
.pbTab_con h3 { float:left; padding:5px 20px; font-size:17px; font-weight:600;  }

ul.pbTab_city {  height:100%; overflow:hidden}
ul.pbTab_city li {float:left; text-align:center; font-size:13px; width:auto; box-sizing:border-box;  }
ul.pbTab_city li a { display:block; padding:5px; border-radius:5px;  }
ul.pbTab_city li:first-child a { margin-left:0;}
ul.pbTab_city li.on { background:#fff; }
ul.pbTab_city li.on a{ color:#fff; border-bottom:1px solid #fff; background:#000;  }

/* tab_sub */
.tab_sub { float:left; width:100%; height:auto; margin:0 auto; text-align:center;  }
.tab_sub ul { width:100%; height:100%;overflow:hidden; margin:0 auto; text-align:center;  }
.tab_sub ul li { float:left; width:16%; height:auto; margin-right:7px; background:#fff; overflow: hidden; position:relative; border:1px solid #989898; border-radius:5px;  }
.tab_sub ul li a { font-size:15px; display:block; margin-left:-1px; padding:7px 0px; text-decoration:none; color:#989898; }
.tab_sub ul li:first-child {margin-left:1px;}
.tab_sub ul li.on { background:#fff; }
.tab_sub ul li.on a { color:#fff; background:#393939; }


/* 주간베스트, 월간베스트 */
#bbsList #reviewWeek { position:relative; float:left;  width:49%; height:210px; margin-left:15px; border: 1px solid #444 !important;  }
#bbsList #reviewWeek:first-of-type { margin-left:0; }
#bbsList #reviewWeek h2 { padding: 9px 0 9px 90px; background:#444; font-weight:600; font-size:16px;  }

.reviewWeek_icon { position:absolute; top:-13px; left:10px; width:74px; height:50px;  }
.reviewWeekBox span { position:relative; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.reviewWeekBox span.no { float:left; width:20px; height:20px; border-radius:100px; margin:5px 10px; text-align:center; color:#fff; font-weight:600; background:#000; line-height:20px; }
.reviewWeekBox span.n01 { background:#e60012; }
.reviewWeekBox span.n02 { background:#f17800; }
.reviewWeekBox span.n03 { background:#f8bd00; }
.reviewWeekBox span.n04 { background:#bab890; }
.reviewWeekBox span.n05 { background:#c6c6c6; }

.reviewWeekBox span.txt { float:left; width:75%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.reviewWeekBox span.txt dt { display:inline; font-weight:600; }
.reviewWeekBox span.txt dd { display:inline; padding:0 10px;  } 
.reviewWeekBox span.date { float:right; width:10%; font-size:13px; color:#a1a1a1; text-align:right; }

.reviewWeekBox ul { width:100%; padding:10px; box-sizing:border-box; overflow:hidden; }
.reviewWeekBox ul li { position:relative; width:100%; box-sizing:border-box; line-height:30px; }
.reviewWeekBox ul li:last-of-type { border:none; }
.reviewWeekBox ul li:first-of-type {padding-top:0;}
.reviewWeekBox ul li a {display:block; font-size:13px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}


/*============* table.week_happy_basicTable  *============*/
table.week_happy_basicTable {table-layout:fixed; width:100%; max-width:780px; box-sizing:border-box;  }
table.week_happy_basicTable tr {}
table.week_happy_basicTable tr th, table.week_happy_basicTable tr td { border-bottom:1px solid #ececec; text-align:center;  padding:13px 10px;  box-sizing:border-box; font-size:14px;}
table.week_happy_basicTable tr th { background:#f6f6f3; font-weight:600; border-top:1px solid #bdc3c7; border-bottom:1px solid #bdc3c7;  }


table.week_happy_basicTable tr td { position:relative; color:#666;}
table.week_happy_basicTable tr td a {display:block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#666;}

table.week_happy_basicTable td.area {}
table.week_happy_basicTable td.txt { text-align:left; cursor:pointer; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  }
table.week_happy_basicTable td.txt strong { padding-right:10px; }

table.week_happy_basicTable td.name { font-weight:600;  }
table.week_happy_basicTable td.name span { padding-left:18px;  width:17px; height:22px; background:url(../_img/icon/medal_icon.png) no-repeat left;    }
table.week_happy_basicTable td.date {  }
table.week_happy_basicTable td.inquiry {  }
table.week_happy_basicTable td.like {  }



/*========== 방문후기 :: 글쓰기 ==========*/
.search_review_tit { font-size:15px; padding:20px 15px; text-align:center; font-weight:600; background:#f6f6f3; border-top:1px solid #bdc3c7; }

table.search_review {table-layout:fixed; width:100%; overflow:hidden; border-top: 1px solid #bdc3c7; border-bottom:1px solid #bdc3c7}
table.search_review strong {color:#242424;}
table.search_review tr {}
table.search_review th, table.search_review tr td {position:relative; height:50px; padding:10px 15px; box-sizing:border-box; border-bottom:1px solid #e0e0e0; font-size:15px;}
table.search_review tr th {text-align:center; color:#4e4e4e; background:#fafafa; font-weight:400;}
table.search_review tr td {color:#626262;}

table.search_review thead th {background:none;}
table.search_review thead td {}
table.search_review thead td span { }
table.search_review thead td span select { }
					
table.search_review input[type=text] { width:70%; height:35px; box-sizing:border-box; border:1px solid #b5b5b5; padding:5px; background:#fff; font-size:14px; }
table.search_review input[type=password] { width:70%; height:35px; box-sizing:border-box; border:1px solid #b5b5b5; padding:5px; background:#fff; font-size:14px; }
table.search_review select {width:129px; height:35px; font-size:15px; box-sizing:border-box; padding-left:5px; color:#626262; border:1px solid #b5b5b5; background:url(../_img/common/select_arrow.png) no-repeat right 5px top 12px, #fff; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; margin-left:5px;}
table.search_review select:first-of-type {margin-left:0;}
table.search_review select::-ms-expand {display:none;}

table.search_review textarea {width:100%; height:200px; box-sizing:border-box; border:1px solid #d2d2d2; font-size:15px; padding:10px; background:#fafafa;    }

td.inform dl {}
td.inform dt { float:left; width:15%; line-height:35px; }
td.inform dd { float:left; width:80%; }

ul.file li { line-height:30px;}
ul.checkbox li { float:left; width:25%; line-height:30px;  }

.w30 { width:30% !important;}
.w50 { width:50% !important;}
.w90 { width:90% !important;}
.w100 { width:100% !important;}


/*============* 제휴업체 *============*/
.alliance { position:relative; float:left; width:100%; margin-bottom:5px; }
.alliance h4 { font-size:17px; padding:7px 28px;  }

#Massage { float:left; border-top:2px solid #7e1941 !important; border:1px solid #cecfcf; box-sizing:border-box; overflow:hidden;  }
.Massage_list { margin-left:6px; }
.Massage_list li { float:left; width:18.5%; margin:5px; padding:5px 20px; cursor:pointer; border:1px solid #cecfcf; border-radius:3px; font-size:15px; box-sizing:border-box; overflow:hidden;  }
.Massage_list li.all { text-align:center; }
.Massage_list li.kor span { padding:4px 27px; background:url(../_img/icon/kor_icon.png) no-repeat center left; }
.Massage_list li.china span { padding:4px 27px; background:url(../_img/icon/china_icon.png) no-repeat center left; }
.Massage_list li.thai span { padding:4px 27px; background:url(../_img/icon/thai_icon.png) no-repeat center left; }
.Massage_list li.homecare { text-align:center; }

.Massage_list li.on { background:#000;  }
.Massage_list li.on a {  color:#fcacd4; }
.Massage_list li:hover { background:#000; color:#fff; }
.Massage_list li:hover a { color:#fcacd4; } 

#Theme { float:left; border:1px solid #cecfcf; box-sizing:border-box; overflow:hidden; }
.Theme_list { float:left; padding:8px; background:#f4fdf1;  }
.Theme_list li { float:left; width:10.3%; margin:2px; padding:0px; cursor:pointer; text-align:center; border:1px solid #cecfcf; background:#fff;  border-radius:3px; font-size:13px; }
.Theme_list li.on { background:#000; color:#fff;  }
.Theme_list li:hover { background:#000; color:#fff; }
.Theme_list li:hover a { color:#fff; } 



#Amenity { float:left; border:1px solid #cecfcf; box-sizing:border-box; overflow:hidden; }
.Amenity_list { float:left; width:100%; padding:8px; background:#f1f7fd; box-sizing:border-box; overflow:hidden;   }
.Amenity_list li { float:left; width:10.3%; margin:2px; padding:0px; cursor:pointer; text-align:center; border:1px solid #cecfcf; background:#fff;  border-radius:3px; font-size:13px;}
.Amenity_list li.on { background:#000; color:#fff; }
.Amenity_list li:hover { background:#000; color:#fff; }
.Amenity_list li:hover a { color:#fff; } 


/*location*/
#location { float:left; width:100%; overflow:hidden; background:#000; font-size:16px; padding:20px 10px; color:#fff;   }
#location ul {} 
#location ul li {float:left; padding:0 12px; background:url(../_img/icon/location_arrow.png) no-repeat center left; }
#location ul li.tit span { color:#999899; padding-left:28px; background:url(../_img/icon/location_tit.png) no-repeat left; }
#location ul li:first-of-type {background:none;}
#location ul li:last-of-type {padding-right:0;}

#location span.total { float:left; font-weight:600; color:#fe1fc0; padding:0 20px;    }




/*============* 제휴업체 상세페이지 *============*/
/* Detailed */
#Detailed { position:relative; width:100%; height:auto; box-sizing:border-box; overflow:hidden; margin-top:30px;  }

#Detailed .Detailed_Tit { float:left; width:100%; padding:10px 20px; font-size:15px; font-weight:700;  }

#Detailed ul.Detailed_Tab { float:left; width:100%; height:auto; margin:0 auto; text-align:center; border-top:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; padding:5px 0; }
#Detailed ul.Detailed_Tab li { float:left; width:16%; height:auto; margin-right:7px; background:#e7e7e7; overflow: hidden; position:relative; border:1px solid #d8d8d8; border-radius:3px;  }
#Detailed ul.Detailed_Tab li a { font-size:15px; display:block; margin-left:-1px; padding:7px 0px; text-decoration:none; color:#605f5f; font-weight:700; }
#Detailed ul.Detailed_Tab li:first-child {margin-left:1px;}
#Detailed ul.Detailed_Tab li.on { background:#000; border-radius:3px;  }
#Detailed ul.Detailed_Tab li.on a { color:#fff; background:#000; }

#Detailed .Detailed_wrap { position:relative; float:left; width:100%; height:40px;  box-sizing:border-box; overflow:hidden; background:#f6f6f3 !important; border-top:1px solid #666; border-bottom:1px solid #666; padding:10px 20px;   }

#Detailed .Detailed_wrap .Detailed_name { line-height:20px; }
#Detailed .Detailed_wrap .Detailed_name span { padding:0px 5px; }
#Detailed .Detailed_wrap .Detailed_info { position:absolute; right:10px !important; top:10px !important; }

#Detailed .Detailed_info { position:absolute; right:0; top:55px;  }
#Detailed .Detailed_info span { padding:0 5px; }


/* Detailed_Page */
#Detailed_Page { background:#fff; }
#Detailed_Page .page_map { width:100%; margin:0 auto; text-align:center; box-sizing:border-box; overflow:hidden; padding:10px;  }
#Detailed_Page ul.page_pic { box-sizing:border-box; overflow:hidden; padding:10px;  }
#Detailed_Page ul.page_pic li { float:left; width:48.5%; margin:5px;  box-sizing:border-box; overflow:hidden;}

#Detailed_Page .page_txt { float:left; color:#fff; font-size:15px; padding:20px 0; }
#Detailed_Page .page_txt .page_txt_name { font-size:18px; color:#fb7a67; font-weight:700; letter-spacing:-1px; margin-bottom:15px;    }
#Detailed_Page .page_txt .page_txt_name span { font-size:12px; font-weight:200; letter-spacing:0; }
#Detailed_Page .page_txt .page_txt_cont { font-size:13px; }

#Detailed_Page .page_txt .split01 { float:left; width:50%;  padding:10px; box-sizing:border-box; overflow:hidden;   }
#Detailed_Page .page_txt .split02 { float:left; width:50%;  padding:10px; box-sizing:border-box; overflow:hidden;   }

#Detailed_Page .page_txt .split01 .p_hours {  width:100%;  }
#Detailed_Page .page_txt .split01 .p_hours dl { float:left; padding-top:10px; line-height:25px;  }
#Detailed_Page .page_txt .split01 .p_hours dt { float:left; color:#ff89d4; padding-right:7px;  }
#Detailed_Page .page_txt .split01 .p_hours dd { float:left; }
#Detailed_Page .page_txt .split01 .p_hours dd.call {  color:#be6595; font-size:14px;  }
#Detailed_Page .page_txt .split01 .p_hours dd.call strong { color:#f15c00; }

#Detailed_Page .page_txt .split01 .p_info { float:left; margin:20px 0;}
#Detailed_Page .page_txt .split01 .p_info li { font-size:13px; padding:5px; float:left; margin:5px; width:30%; text-align:center; color:#fff; background:#f15c00; border-radius:3px; box-sizing:border-box; overflow:hidden;    }

#Detailed_Page .page_txt .split01 .p_event { width:100%; float:left; border:2px solid #61374f; border-radius:5px; padding:20px 10px; box-sizing:border-box; overflow:hidden;   }

#Detailed_Page .page_txt .split02 .p_price { margin-bottom:20px; width:100%; float:left; border:2px solid #61374f; border-radius:5px; padding:20px 10px; box-sizing:border-box; overflow:hidden;   }
#Detailed_Page .page_txt .split02 .p_price dl { padding:10px 0;}
#Detailed_Page .page_txt .split02 .p_price dt { color:#ff0099; font-size:18px;   }
#Detailed_Page .page_txt .split02 .p_price dd { font-size:14px; line-height:25px;  }
#Detailed_Page .page_txt .split02 .p_price dd s { color:#CCC; }
#Detailed_Page .page_txt .split02 .p_price dd strong { color:#F00; }
#Detailed_Page .page_txt .split02 .p_price dd spsan { font-size:20px; }


#Detailed_Page .page_txt .split02 .p_therapist { width:100%; float:left; border:2px solid #61374f; border-radius:5px; padding:20px 10px; box-sizing:border-box; overflow:hidden;   }
#Detailed_Page .page_txt .split02 .p_therapist dl { padding:10px 0;}
#Detailed_Page .page_txt .split02 .p_therapist dt { color:#ff0099; font-size:18px;   }
#Detailed_Page .page_txt .split02 .p_therapist dd { font-size:14px; line-height:25px;  }



/* 상세페이지 뷰 */
#det_box { padding:10px 30px; box-sizing:border-box; overflow:hidden; border-bottom:1px solid #666;  }
#det_box .det_view { padding:20px 0; font-size:15px; line-height:28px;  }
#det_box .det_view > dt { font-size:16px; font-weight:600; }
#det_box .det_view > dt > span { width:20px; height:20px; background:url(../_img/icon/det_view.png) no-repeat left; padding-left:25px;   }
#det_box .det_view > dd { box-sizing:border-box; overflow:hidden;  }

#det_box .det_view > dd > .app {  float:left; width:20%; height:110px; }
#det_box .det_view > dd > .app ul { }
#det_box .det_view > dd > .app li { padding:0px 5px; margin:5px; width:90px; display:block; border:1px solid #ccc; text-align:center;  } 
#det_box .det_view > dd > .app li strong { padding-left:10px; }

#det_box .det_view > dd > .gpa { float:left; margin:10px 0; box-sizing:border-box; overflow:hidden; }
#det_box .det_view > dd > .gpa dl {  color:#999; font-weight:600; }
#det_box .det_view > dd > .gpa dl dt { float:left; letter-spacing:-0.5px; }
#det_box .det_view > dd > .gpa dl dd { float:left; padding:0 5px;   }
#det_box .det_view > dd > .gpa dl dd span { color:#F00; padding:0 5px;  }
#sum > dd > .gpa dl dd span { font-size:30px; letter-spacing:-3px; }


/* 추천 수 */
#Reco_box { width:100%; text-align:center;  margin:30px auto; }
#Reco_box .Reco { width:100px; margin:10px auto; padding:10px 20px; border-radius:10px; background:#8c0015; text-align:center; color:#fff; font-size:20px; font-weight:600;  }
#Reco_box .Reco_open { padding:10px 10px 20px 10px; cursor:pointer; font-size:16px; font-weight:600; color:#CCC;  }
#Reco_box .Reco_txt {  display:inline; padding:10px; background:#f8f8f8; border:1px solid #999; }

/* 댓글 */
#Comments_box { float:left;  width:100%; margin:50px auto; box-sizing:border-box; overflow:hidden; background:#f9f9f9;  padding:20px; }
#Comments_box .comm_list { width:100%; height:auto; box-sizing:border-box; overflow:hidden; border-bottom:1px solid #CCC; padding:10px; }
#Comments_box dl { float:left; font-size:14px;  }
#Comments_box dl dt { font-weight:600; }
#Comments_box dl dt span { padding:0 5px; font-weight:300; }
.comm_img { float:left; padding:0 10px;    }

#answer { position:relative; width:100%; box-sizing:border-box; overflow:hidden;  }
#answer::after { position:absolute; left:0; top:0px; width:44px; height:46px; background:url(../_img/icon/answer_icon.png) no-repeat left; background-size:10px;  content:''; } 


/*============* 제휴업체 신청하기 *============*/
#Alliance{}
#Alliance table.search_review th { text-align:left; padding-left:15px;  }
#Alliance table.search_review th.Ess { background:url(../_img/icon/require.png) no-repeat, #fafafa !important;}

#Alliance ul.cos { width:100%; background:#fafafa; padding:10px; box-sizing:border-box; overflow:hidden; }
#Alliance ul.cos li { float:left; width:auto; padding:6px 10px; box-sizing:border-box; overflow:hidden; font-weight:600; cursor:pointer;   }
#Alliance ul.cos li.on { color:#F00; }
#Alliance ul.cos li:hover { color:#F00; }

#Alliance .Theme_list { background:#fff !important; }
#Alliance .Theme_list li { width:auto !important; padding:5px 7px !important; } 

#Alliance ul.Conv_list { width:100%;  padding:10px; box-sizing:border-box; overflow:hidden; }
#Alliance ul.Conv_list li { float:left; width:auto; background:#000; color:#fff; padding:6px 10px; border-radius:3px; margin:5px; box-sizing:border-box; overflow:hidden; font-weight:600; cursor:pointer;   }
#Alliance ul.Conv_list li.on { color:#ff3c58; }
#Alliance ul.Conv_list li:hover { color:#ff3c58; }

tr.Personal th { background:#fff !important; line-height:30px;   }
#personal_check { padding:20px; line-height:24px; box-sizing:border-box; overflow:hidden; border:2px solid #000;   }
#personal_check p { float:right; }

.message { float:left; margin:30px auto;  width:100%; text-align:center; background:#6e6e6e; color:#fff; font-size:15px; padding:7px 0; }



/*============* 할인쿠폰 *============*/
#CouponZone { background:#f0f0f0; width:100%; height:auto; box-sizing:border-box; padding:30px; overflow:hidden; word-break:break-all; color:#5c5b5b; font-size:15px;  }
#CouponZone li { position:relative; float:left;  padding:0 17px;  line-height:30px; }
#CouponZone li::after { position:absolute; left:0; top:8px; width:4px; height:15px; background:#000; border-radius:50px;  content:''; }
#CouponZone li span { font-weight:600; }
#CouponZone li strong { color:#000; font-weight:600; }
.violet { color:#7e71fe; }
.plum { color:#aa006c; }
.black { color:#000; }
.pink { color:#f60ec8; }
.red { color:#F00; }
.blue { color:#1570f7; font-weight:600; }
.orange { color:#f04203; }

/* alliance_pic */
.CouponZone_pic { width:100%; height:auto; box-sizing:border-box; overflow:hidden; }
.CouponZone_pic > li { float:left; width:19%; height:260px; margin:10px 3.5px 30px 3.5px; padding:7px; padding-bottom:10px;  background:#f7f3f3; box-sizing:border-box; overflow:hidden; border-radius:3px; border:1px solid #bba9a9; }
.CouponZone_pic > li dt img { width:100%;}
.CouponZone_pic > li dd { /*padding:8px 5px;*/ font-size:13px; box-sizing:border-box; overflow:hidden;  }

ul.couponDD {}
ul.couponDD li { line-height:35px; }
ul.couponDD li.tit { font-size:13px; height:70px; }
ul.couponDD li.qty { padding-top:10px; text-align:center; }
ul.couponDD li.qty span { float:left; border:1px solid #c5c5c5; background:#fff; border-radius:3px; text-align:center; line-height:20px; width:47%; font-size:13px; box-sizing:border-box; overflow:hidden; }
ul.couponDD li.qty span.buy { float:left;  border:1px solid #e52828; background:#e52828; color:#fff; margin-left:7px;  } 




/*============* 할인쿠폰_new *============*/

/* alliance_pic_new */
.CouponZone_pic_new { width:100%; height:auto; box-sizing:border-box; overflow:hidden; }
.CouponZone_pic_new > li { float:left; width:148px; height:178px; margin:0px 3.5px 20px 3.5px; padding:7px; padding-bottom:10px;  background:#f7f3f3; box-sizing:border-box; overflow:hidden; border-radius:3px; border:1px solid #bba9a9; }
.CouponZone_pic_new > li dt img { width:100%;}
.CouponZone_pic_new > li dd { font-size:13px; box-sizing:border-box; overflow:hidden; padding:5px 0;  }

.CouponZone_pic_new > li dd .Quantity { float:left; width:100%; }
.CouponZone_pic_new > li dd .Quantity span.overlap_cp { float:left; color:#a230c6; font-size:11px; line-height:20px; font-weight:500; letter-spacing:-0.5px;    }
.CouponZone_pic_new > li dd .Quantity span.num { float:right; padding:0 5px; margin-left:5px; border:1px solid #c5c5c5; background:#fff; border-radius:3px; text-align:center; height:20px; line-height:20px; font-size:11px; box-sizing:border-box; overflow:hidden;  }

.CouponZone_pic_new > li dd .Period { float:left; width:100%;  font-size:11px; line-height:15px; padding:5px 0; }

.CouponZone_pic_new > li dd .Price  { float:left; width:100%; }
.CouponZone_pic_new > li dd .Price span { float:left; border:1px solid #c5c5c5; background:#fff; border-radius:3px; text-align:center; line-height:20px; width:47%; line-height:20px; font-size:11px; box-sizing:border-box; overflow:hidden; }
.CouponZone_pic_new > li dd .Price span.buy { float:left;  border:1px solid #e52828; background:#e52828; color:#fff; margin-left:7px;  } 





/*============* 할인권 사용현황 *============*/
/*검색조건영역*/
.date .d_bx .ico,
.select .ico,
.btn_srch {background:url(../_img/icon/sp_search.png) no-repeat}
.ask_sc{position:relative;z-index:20;  padding:19px 27px;border:1px solid #dadddf;background-color:#edeff2}
.ask_sc .month_area{border:1px solid #d5d8dc}
.ask_sc .month_list{display:table;*overflow:hidden;width:100%;table-layout:fixed;zoom:1}
.ask_sc .month_list li{display:table-cell;*float:left;border-left:1px solid #f0f5f8;background-color:#fff;line-height:30px;text-align:center;zoom:1}
.ask_sc .month_list li:first-child{border-left:none}
.ask_sc .month_list li a{display:block;*padding:0 8px;font-size:11px;color:#808080}
.ask_sc .month_list li.on a{background-color:#525f78;color:#fff}
.ask_sc .month_list li:hover a { background-color:#525f78;color:#fff }
.ask_sc .date{position:relative;margin:0 10px;color:#808080}
.ask_sc .date:after{display:block;clear:both;content:''}
.ask_sc .date .d_bx{display:inline-block;float:left;position:relative;width:102px;height:30px;border:1px solid #d5d8dc;background-color:#fff;line-height:30px;font-family:Tahoma,Geneva,sans-serif;font-size:12px;color:#808080;text-decoration:none;text-indent:10px}
.ask_sc .date .d_bx .ico{display:inline-block;position:absolute;top:50%;right:10px;width:15px;height:14px;margin-top:-7px;background-position:0 0}
.ask_sc .date .dash{float:left;width:10px;line-height:30px;text-align:center}
.ask_sc .select{position:relative;margin:1px 3px -1px 0}
.ask_sc .select .ico{display:inline-block;position:absolute;top:50%;right:10px;width:10px;height:5px;margin-top:-3px;background-position:0 -20px}
.ask_sc .btn_srch{display:inline-block;overflow:hidden;width:60px;height:32px;background-position:-20px 0;line-height:9999px;vertical-align:middle}
.ask_sc .terms .btn{text-align:center; line-height:0;  }
.ask_sc .terms .select {}
.ask_sc button { background:#f8f8f8; border:1px solid #ccc; border-radius:5px; padding:5px 10px;  }


.Result_Tab li { float:left;  padding:5px 20px; text-align:center; background:#fff; border:1px solid #000; margin:5px; border-radius:5px; font-size:15px; margin-bottom:30px;    }
.Result_Tab li.on { background:#000; color:#fff; }
.Result_Tab li.on  a {color:#fff; }

.Result_table {float:left; width:100%;   text-align:center; border-top:1px solid #000; border-bottom:1px solid #000;  }
.Result_table table { font-size:15px; }
.Result_table table th { padding:15px 0; border-bottom:1px solid #ccc;  }
.Result_table table td { padding:15px 0; border-bottom:1px solid #ccc; }

.Result_table table td.Atmo { font-weight:600; }
.Result_table table td.ok { color:#ccc; }





/*============* MY업체 서비스 상태 *============*/
#MyCompany { padding:20px; width:100%; box-sizing:border-box; overflow:hidden;  }
table.MyCompanyTable { border-top:1px solid #000; border-bottom:1px solid #000;   }
table.MyCompanyTable th, table.MyCompanyTable td { padding:10px 0; border-bottom:1px solid #ccc; text-align:center; font-size:14px;   }
table.MyCompanyTable td.tit { font-weight:600; color:#F6F; }

ul.MyCompanyList { padding:20px 0; border-bottom:1px dotted #ccc;   }
ul.MyCompanyList li { position:relative; line-height:60px; font-size:14px; }

ul.MyCompanyList li button { height:27px; line-height:27px;background:#333; text-align:center; color:#fff; width:100px; font-size:15px; font-weight:600; margin:5px 10px;   }
ul.MyCompanyList li button.jump { background:#F90 !important;   }

ul.MyCompanyList li span { color:#999; font-size:16px; padding:0 7px;  }
ul.MyCompanyList li strong { color:#000; font-size:16px;  }

ul.MyCompanyList li .Mycheckbox { position:absolute; right:0; top:15px; line-height:0; background:#999; color:#fff; padding:5px 10px; font-size:13px !important;  }
ul.MyCompanyList li .Mycheckbox strong { font-size:13px !important;  }


.MyCompanyBox { padding:30px 0; }
.MyCompanyBox .MyCompanyTit { padding:10px 0; }
.MyCompanyBox .MyCompanyTit h2 { color:#999; font-size:20px; font-weight:600; letter-spacing:-0.5px;  }
.MyCompanyBox .MyCompanyTxt { padding:10px 20px; font-size:15px; font-weight:600;  }
.MyCompanyBox .MyCompanyTxt span { padding:0 10px; }
.MyCompanyBox .MyCompanyTxt button  { background:#000; text-align:center; color:#fff; width:100px; font-size:15px; font-weight:600;  padding:5px;   }
.MyCompanyBox .MyCompanyTxt input { line-height:30px; padding:0 5px; margin:0 2px;  }
.MyCompanyBox .MyCompanyTxt p { font-weight:400; color:#959595; padding:20px;   }



.MyCompanyZone { border:10px solid #a7a7a7; text-align:center;  }
.MyCompanyZone p { text-align:center; }
.MyCompanyZone h3 { padding:15px; font-size:14px; font-weight:500; background:#eaeaea;   }
.MyCompanyZone h3 span { font-weight:600; }

.MyCompanyZone .zonebox { padding:30px 0; font-weight:600; font-size:17px; line-height:40px;   }
.MyCompanyZone .zonebox .zone01 { padding:10px 0; color:#000; }
.MyCompanyZone .zonebox .zone01 input { line-height:33px; border:1px solid #000;  }
.MyCompanyZone .zonebox .zone01 button { background:#000; color:#fff; padding:8px 15px; border-radius:5px;  font-size:15px;  }
.MyCompanyZone .zonebox .zone01 p { color:#999; font-size:15px; font-weight:400 !important; padding-top:7px;  }

.MyCompanyZone .zonebox .zone02 { padding:10px 0; color:#000; font-size:25px;  }
.MyCompanyZone .zonebox .zone02 p { padding-bottom:10px; }
.MyCompanyZone .zonebox .zone02 p span { color:#00F;  }
.MyCompanyZone .zonebox .zone02 button { border:1px solid #000; padding:5px 15px; margin:5px; font-size:15px; font-weight:600;     }
.MyCompanyZone .zonebox .zone02 strong { font-size:15px; }

.MyCompanyZone .zonebox .zone03 {  padding:10px 0; color:#000; }  
.MyCompanyZone .zonebox .zone03 strong { font-size:15px; }
.MyCompanyZone .zonebox .zone03 button {  padding:7px 20px; margin:5px; font-size:15px; font-weight:600; background:#7b002c; border-radius:5px; color:#fff;        }

.MyCompanyZone .zonebox .zone04 {  padding:10px 0; color:#000; }  
.MyCompanyZone .zonebox .zone04 p { font-size:15px; }
.MyCompanyZone .zonebox .zone04 button {  padding:7px 20px; margin:5px; font-size:15px; font-weight:600; background:#000; border-radius:5px; color:#fff;        }
.MyCompanyZone .zonebox .zone04 button.btn02 { background:#707070; }



/*============* 업체 이벤트 *============*/
.EventZeon { background:#efd0d8 !important; margin-bottom:30px;  }
.EventZeon dt { background:#aa006c !important;  }
.EventZeon dd  { color:#aa006c !important; }

.Event_list {}
.Event_list li { padding:50px 0; border-bottom:2px dotted #d3d3d3; text-align:center; box-sizing:border-box; overflow:hidden;   }
.Event_list li:first-of-type {padding-top:0;}



/*============* 회원가입 *============*/
#review_make { border-bottom:1px solid #bdc3c7; }
#review_make p { font-size:13px !important; padding-top:5px;  }
.nickname p { color:#C00; font-size:12px !important;}
.nickname span { font-size:12px !important; }

.wr_agree { float:left; font-size:15px !important; margin:10px 0; }

#SubLoginBox { padding:25px; background:#f7f7f7; border:1px solid #f1e5e7; font-size:15px; line-height:20px; box-sizing:border-box; overflow:hidden;   }
#SubLoginBox dt { font-size:25px; font-weight:700; padding-bottom:7px; }
#SubLoginBox dd { color:#000;}

dl.LoginTit { border-left:10px solid #9d34aa; padding-left:10px; }
.company { border-left:10px solid #8daa34 !important; }

button.review_btn { width:auto; padding:8px 10px; background:#797a7a; text-align:center; /*border-radius:5px; */color:#fff; margin-left:7px;    }
button.review_btn a { color:#fff; }


/*============* 업체 회원가입 *============*/

#sub13_01_sec01 { position:relative; text-align:center; margin:0 auto;  }
#sub13_01_sec01 #btn_wrap {  position:absolute; bottom:50px; left:39%;  float:none !important; margin:0 auto; text-align:center; }
#sub13_01_sec01 #btn_wrap p { text-align:center; color:#e7df94; font-size:14px;   }

#sub14_01_sec01 { position:relative; text-align:center; margin:0 auto;  }
#sub14_01_sec01 #btn_wrap {  position:absolute; bottom:200px; left:39%;  float:none !important; margin:0 auto; text-align:center; }
#sub14_01_sec01 #btn_wrap p { text-align:center; color:#e7df94; font-size:14px;   }

/*업체 회원가입 버튼 */
button.Company_btn { font-size:16px; line-height:30px; color:#000; border-radius:3px; padding:7px 5px; margin:7px 0; background:#e7df94; box-sizing:border-box;    }
button.Company_btn a { color:#000!important; border:1px solid #000; padding:7px 20px; }



/*============* 회원가입 정보수정 *============*/
.ID { }
.ID span { font-weight:600; padding:0 30px;   }


/*============* 일반회원 개인정보 정책 *============*/
#sub14_0101_sec01 {}

#sub14_0101_sec01 table { margin-bottom:30px; }
#sub14_0101_sec01 table th { text-align:left; padding:15px; background:#373838; border-radius:5px 5px 0 0; color:#fff; font-size:20px;   }
#sub14_0101_sec01 table td.check_text { width:100%; height:220px; overflow-y:scroll; box-sizing:border-box; padding:15px 20px; font-size:14px; border:1px solid #ddd; background:#f7f7f7; padding:15px; }



/*============* 회원정보 확인 *============*/
#Con_SubLoginBox { width:100%; box-sizing:border-box; overflow:hidden; padding:40px;  }

#Con_SubLoginBox dl { text-align:center; line-height:26px; letter-spacing:-0.5px;   }
#Con_SubLoginBox dt { font-weight:600; font-size:20px; }
#Con_SubLoginBox dd { font-size:15px; color:#8c8b8b;}

.overlap  { width:45px; }
.discount_img  { width:80px; }




/*========== 구인/구직 NEW ==========*/
.Job_Search { border-top:2px solid #6c6c6c; width:100%; margin:0 auto; box-sizing:border-box; overflow:hidden; /*background:#f8f8f8;*/ }
.Job_Search li { position:relative; float:left; width:49%; background:#fff; margin-left:5px; margin-bottom:10px; padding:10px; box-sizing:border-box; overflow:hidden; border-bottom:1px solid #ccc;  }
.Job_Search li #pic { float:left; width:40%; height:85px; box-sizing:border-box; overflow:hidden; }
.Job_Search li #pic img {position:relative; top:50%; left:50%; width:100%; height:100%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}

.Job_Search li #cont { float:left; width:58%; height:85px; padding-left:10px; position:relative; box-sizing:border-box; overflow:hidden;  padding:5px 10px; }
.Job_Search li #cont h3.tit  { font-size:15px; font-weight:700; letter-spacing:-1px; text-overflow: ellipsis; white-space: nowrap; word-break: break-all; overflow: hidden; }

.Job_Search li #cont .cs_box { margin:10px auto; }
.Job_Search li #cont .cs_box .num { padding:0px 10px 0px 37px; background: url(../_img/icon/num_bg.png) no-repeat center left 13px #fde1e1; background-size:15px; border:1px solid #eecece; border-radius:5px; box-sizing:border-box; overflow:hidden;  }
.Job_Search li #cont .cs_box .num a { color:#333; font-weight:700;  font-size:14px;  } 

.Job_Search li #cont .cs_box .btn { display:block; float:left; width:48% !important; height:25px; line-height:25px; font-weight:500; box-sizing:border-box; overflow:hidden; border-radius:5px; text-align:center; padding:0 10px 0 20px; background:#fde1e1; border:1px solid #eecece; }
.Job_Search li #cont .cs_box .btn a {  font-size:13px; color:#333; }
.Job_Search li #cont .cs_box div.call {  padding:0px 10px 0px 25px; background: url(../_img/icon/num_bg.png) no-repeat center left 7px #fde1e1; background-size:14px; }
.Job_Search li #cont .cs_box div.sms {  padding:0px 10px 0px 25px; background: url(../_img/icon/sms_bg.png) no-repeat center left 7px #fde1e1; background-size:15px;  margin-left:5px;  }

 







