.select100 select{width:100% !important}
.sth_img img{width:40px}
.img_preview{max-width:100%; height:auto !important; width:100%;}
.flex_line_center{display:flex; align-items:center;}

/* ...없습니다 */
.no_goods,
.not_content_font,
.empty_bbs{font-size:16px !important; padding:30px 0 !important; color:#999 !important; display: block;}

/* 양쪽여백, 테이블 마진값, 테이블 픽시드 */
.wrap_margin{margin:0 18px;}
.table_margin table td:first-child  div{margin-left:0 !important}


/*신고하기 버튼*/
.bbs_report_btn a{font-size:12px; color:#888!important;}
.bbs_detail_bell{text-align:right; padding-top:10px;}
.bbs_detail_bell .dot_first {display:none}
.report_particulars_btn .dot_first {display:none}

/*댓글 신고하기*/
.report_particulars_btn{padding-top:10px;}
.report_particulars_btn a{font-size:15px; color:#888!important; font-family:'Noto Sans KR';}

/* 상세페이지 no sms */
.detail_no_sms {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	word-break: keep-all;
	padding: 15px;
	letter-spacing: -1px;
	border-radius: 5px;
	width: 180px;
}

/* 우측 네이버 스크롤 */
.scroll {
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 1003;
}
.scroll .scroll_top_btn {
	padding: 10px;
	border: 1px solid #cacaca;
	border-radius: 50%;
	background: #fff;
	display: none;
}

/* 전체메뉴보기 */
.div_category_right{
	position: fixed;
	right: 0;
	width: 30%;
	height: 100%;
	background-color: rgba(0,0,0,.70);
	height: 100%;
	min-height: 100%;
	overflow: hidden !important;
	touch-action: none;
	top: 0;
	z-index: 10000;
}
.div_cate_inner_left{
	width: 70%;
	background: #ffffff;
	float: left;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 20%;
	z-index:10000;
}

/* 전체메뉴 */

.all_log_btn {
	border-radius:4px;
	padding:7px 0;
	}

.all_log_btn a{
	font-size:15px;
	color:#fff;
	text-align:center;
	display:block;
	letter-spacing:-0.5px;
	}

.layer_category_title > a{
	display:inline-block;
	margin:30px 0 15px;
	font-size:16px;
	letter-spacing:-0.75px;
	color:#000;
	font-weight:500;
	}

.layer_category_title table tr td{padding-left:12px; padding-top:12px;}
.layer_category_title table tr td a{text-align:center; border:1px solid #e9e9e9; border-radius:5px; height:38px; line-height:38px; width: 100%; display: inline-block; color:#333;}
.layer_category_title table{margin-left: -8px; margin-top: -12px;}

.menu_layer_title_area{
	width:100%;
	background:#fafafa;
	padding:3px 10px;
	box-sizing:border-box;
	}

.menu_layer_title_area a{
	display:inline-block;
	width:49%;
	line-height:2.8;
	color:#666;
	letter-spacing:-0.75px;
	font-size:14px;
	}

.menu_layer_title_area div {
	display:none;
	}

.menu_layer_title {
	margin-top:20px;
	}

.menu_layer_title a{
	color:#333;
	font-size:14px;
	letter-spacing:-0.75px;
	display:block;
	line-height:2.4;
	}

/* 메인메뉴 */
.gnb{background:#fff; overflow:hidden; padding-left:10px}
.gnb table{width:100%; table-layout:fixed;}
.gnb table td a{display:block; padding:15px 0px; text-align:center; letter-spacing:-1px; font-size:15px}

/* 상단메뉴 고정 */
.gnb_area::before {
	content: "";
	display: block;
	width: 16px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 10;
}
.gnb_area::after {
	content: "";
	display: block;
	width: 16px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	z-index: 10;
}
.gnb_area {
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	height: 49px;
	position: relative;
}
.menu_slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.menu_slider_con{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.menu_slider_con div {
	table-layout: fixed;
	width: max-content;
	height: 51px;
}

.menu_slider_con a {
	display: inline-block;
	margin: 15px 3px 15px 18px;;
	text-align: center;
	line-height: 1;
	letter-spacing: -1px;
	color: #333;
}

.menu_slider_con::-webkit-scrollbar{
	-webkit-appearance: none; 
	width: 0 !important; 
	height:0;
}

/* 메인페이지 검색영역 타이틀 */

.lesson_search{text-align:center; color:#ffffff; line-height:1.2;}
.lesson_search span{display:inline-block; letter-spacing: -1px; font-size:28px;}



/* 하단 */
.bottom_box{width:71px; height:33px; border:1px solid #999999; border-radius:5px; line-height:33px; background:#fff; margin-left:6px;}
.bottom_box:first-child{margin-left:0;}
.bottom_box a{color:#000; letter-spacing: -0.5px;}

.bottom_copy{background:#f5f5f5; padding:10px 0;}

.bottom_fixed_menu{width:100%; position:fixed; bottom:0; background:#fff; z-index:9999;}

/* rows 여백 18 */

.rows_18pd table tr td > div{
	padding-right:18px;
	}

/* rows 여백 13 */

.rows_13pd table tr td{
	padding-right:13px;
	}

.rows_13pd table tr td:last-child{
	padding-right:0;
	}

/* 메인페이지 */
@media screen and (max-width: 750px){
	.mobile_main_category{display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap;}
}
.mobile_main_category{display:flex; justify-content:space-between; align-items:flex-end;}
.mobile_main_category img{width: 100%; max-width: 130px; height: auto; min-width: 50px;}

.mobile_main_category li{margin-top:18px; flex-basis:25%; text-align: center;}

.banner_img img{width:100%; max-width: 100%; height: auto;}

/* 메인 rows 공통 영역 */

.snap_inner{position:relative;}
.snap_slider{position: absolute;width:100%; height: 100%; }
.snap_slider_con{overflow-x:scroll; -webkit-overflow-scrolling: touch;}
.snap_slider_con::-webkit-scrollbar{display:none}
.snap_slider_con > table {width:auto}

.thumb_icon span{
	color:#fff;
	font-size:13px;
	font-weight:500;
	text-shadow:rgba(0,0,0,0.25) 1px 3px 4px; 
	}

.thumb_icon span i{
	color:#fff;
	}

.thumb_icon span i svg{
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
	}

.radius_6 {
	border-radius:6px;
	overflow:hidden;
	}

/* 메인 상단 타이틀 */

.main_content_title{
	padding:35px 0 23px;
	}

.main_content_title span{
	display:inline-block;
	}

.main_content_title .main_title{
	font-size:22px;
	letter-spacing:-1px;
	line-height:1;
	color:#000;
	font-weight:500;
	}

.ad_title{
	font-size:9px;
	padding:0 8px;
	border-radius:10px;
	vertical-align:text-top;
	display:inline-block;
	margin:0 5px 0 8px;
	}

.main_content_title .main_more_arrow {
	vertical-align:top;
	}

/* 메인 - 프리미엄 정보 */

.main_content .rows_cate_title {
	font-size:14px;
	color:#666;
	letter-spacing:-0.75px;
	margin-top:8px;
	}

.main_content .rows_data_title{
	font-size:16px;
	color:#000;
	letter-spacing:-0.75px;
	font-weight:500;
	}

.main_content .rows_short_comment{
	font-size:14px;
	color:#999;
	letter-spacing:-0.75px;
	margin-top:3px;
	display:block;
	}

.rows_data_location{
	font-size:14px;
	letter-spacing:-0.75px;
	display:inline-block;
	margin-top:12px;
	padding:5px 8px;
	border-radius:3px;
	}

.main_content .minihome_icon img{
	vertical-align:bottom;
	}


/* 메인 - 생활정보 랭킹*/

.ranking_num {
	font-weight:500;
	font-size:16px;
	color:#fff;
	border-radius:0 0 6px 0;
	width:30px;
	text-align:center;
	padding:5px 0;
	z-index:100;
	}


/* 메인 - 최신 생활정보 */
.main_content .latest_content table{
	width:100%;
	table-layout:fixed;
	}

.main_content .latest_content td {
	width:50%;
	}

/* 메인 - 생활 속 정보 */

.m_board_info_rows {
	background:#fff;
	border:1px solid #ececec;
	border-radius:6px;
	box-sizing:border-box;
	padding:20px;
	width:100%;
	margin-bottom:20px;
	}

.m_board_info_rows .board_rows_cate {
	font-weight:500;
	font-size:14px;
	color:#fff;
	padding:4px 14px;
	border-radius:22px;
	display: inline-block;
	}

.m_board_info_rows .board_rows_title font{
	font-weight:700;
	font-size:16px;
	color:#000 !important;
	letter-spacing:-1px;
	}

.m_board_info_rows .board_rows_review{
	font-size:14px;
	font-weight:500;
	color:#666;
	letter-spacing:-0.75px;
	line-height:1.6;
	}

.m_board_info_rows .board_rows_date{
	font-size:13px;
	color:#999;
	}

/* 메인 - 최신 중고거래 */

.main_deal_rows {
	margin-bottom:25px;
	}

.main_deal_rows .deal_rows_text_area{
	width:100%;
	height:100%;
	background:linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	}

.main_deal_rows .rows_cate_title_w{
	font-weight:500;
	font-size:15px;
	letter-spacing:-1px;
	color:#fff;
	}

.main_deal_rows .rows_data_title_w{
	color:rgba(255,255,255,0.9) !important;
	font-size:14px;
	letter-spacing:-0.75px;
	}

.main_deal_rows .rows_short_price_w{
	font-size:19px;
	color:#fff !important;
	font-weight:700;
	}

.main_deal_rows .rows_data_location_w{
	color:rgba(255,255,255,0.6);
	display:inline-block;
	letter-spacing:-1px;
	font-size:14px;
	margin-top:12px;
	}

/* 메인 - 공지사항 */

.m_board_rows_table {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}

.m_board_rows_table table tr:last-child td .m_board_notice_rows{
	border-bottom:0px;
	}

.m_board_notice_rows {
	line-height:3.5;
	border-bottom:1px solid #ececec;
	}

.m_board_notice_rows .board_rows_title{
	font-size:16px;
	letter-spacing:-0.75px;
	}

.m_board_notice_rows .board_rows_title font{
	color:#333;
	}

.m_board_notice_rows .board_rows_date {
	font-size:16px;
	color:#999;
	}

/* 메인 - 추천 정보블로그 */

.m_board_rows_table table tr:last-child td .m_board_pickblog_rows{
	border-bottom:0px;
	}

.m_board_pickblog_rows {
	border-bottom:1px solid #ececec;
	}

.m_board_pickblog_rows .board_img_area {
	width:125px;
	height:113px;
	border-radius:6px;
	overflow:hidden;
	}

.m_board_pickblog_rows .board_img_area img{
	width:125px;
	height:113px;
	}

.m_board_pickblog_rows .board_rows_title{
	font-size:16px;
	font-weight:500;
	letter-spacing:-1px;
	}

.m_board_pickblog_rows .board_rows_title font{
	color:#000;
	}

.m_board_pickblog_rows .board_rows_review{
	font-size:14px;
	letter-spacing:-1px;
	color:#666;
	line-height:1.6;
	height:45px;
	}

.m_board_pickblog_rows .board_rows_date {
	font-size:13px;
	color:#999;
	}


/* 서브 타이틀 크기 및 색상 */
.sub_title{
	font-size:22px;
	color:#000;
	letter-spacing:-0.06em;
	font-weight:500;
	}

.sub_title a{
	color:#000;
	}

/* 서브 페이지 카테고리 */

.m_sp_cate_area {
	padding-bottom:20px;
	background:#fdfdfd;
	}

.m_sp_cate_area .sp_main_cate a {
	font-size:19px;
	color:#000;
	letter-spacing:-0.05em;
	font-weight:500;
	}

.m_sp_cate_area .sp_all_cate {
	color:#fff;
	display:block;
	border-radius:4px;
	padding:7px 0;
	font-size:16px;
	letter-spacing:-0.75px;
	margin:0 20px 6px 20px;
	}

.m_sp_cate_area .cate_td .sub_cate_rows {
	display:grid;
	grid-column-gap: 14px;
	grid-row-gap: 6px;
	grid-template-columns: 1fr 1fr;
	}

.m_sp_cate_area .bd_sub_cate_area .cate_td .sub_cate_rows {
	grid-template-columns: 1fr 1fr 1fr;
	}

.m_sp_cate_area .cate_td .sub_cate_rows > div {
	display:none;
	}

.m_sp_cate_area .cate_td .sub_cate_rows a {
	width:100%;
	text-align:center;
	padding:7px 0;
	border:1px solid #ececec;
	color:#666;
	letter-spacing:-0.75px;
	border-radius:4px;
	font-size:16px;
	background:#fff;
	box-sizing:border-box;
	}

.m_sp_cate_area .cate_td .sub_cate_rows a > font {
	color:#111;
	font-weight:500;
	}

/* 서브 페이지 지역 소식 */

.sub_news_rows_cate{
	font-size:14px;
	letter-spacing:-0.5px;
	font-weight:500;
	}

.sub_news_rows_title{
	font-size:16px;
	color:#000;
	letter-spacing:-0.5px;
	font-weight:500;
	}

.sub_news_rows_content{
	font-size:14px;
	color:#666;
	letter-spacing:-0.5px;
	}

.sub_news_rows_date{
	color:#999;
	font-size:13px;
	}

/* 서브 페이지 부동산 정보 */

.m_rows_cate_02 {
	color:#999;
	}

.m_rows_cate_01, .m_rows_cate_02 {
	font-size:14px;
	letter-spacing:-0.5px;
	font-weight:500;
	}

.m_rows_cate_02::before {
    padding: 0 10px 0 7px;
    content: "|";
    font-size: 11px;
    color: #eaeaea;
    vertical-align: top;
	}

.sub_bd_rows_price{
	font-size:16px;
	letter-spacing:-0.5px;
	color:#000;
	font-weight:500;
	}

.sub_bd_rows_title{
	font-size:14px;
	color:#333;
	letter-spacing:-0.5px;
	}

.sub_bd_rows_contents{
	font-size:13px;
	color:#999;
	letter-spacing:-0.5px;
	}

.sub_rows table {
	width: 100%;
	table-layout: fixed;
	}

.sub_rows table tr td{
	width:50%;
	}


/* 서브 페이지 숙박 예약 */

.m_tour_rows_cate_02 {
	font-size:14px;
	color:#666;
	letter-spacing:-0.75px;
	}

.sub_tour_rows_title {
	font-size:16px;
	color:#000;
	letter-spacing:-0.75px;
	font-weight:500;
	}

.sub_tour_rows_content{
	font-size:14px;
	color:#999;
	letter-spacing:-0.75px;
	}

.sub_rows_book_icon img{
	width:22px;
	margin-left:3px;
	vertical-align: bottom;
	}

/* 서브 페이지 구인구직 */

.sub_job_rows_cate{
	font-size:14px;
	color:#333;
	letter-spacing:-0.5px;
	}

.sub_job_rows_title{
	font-size:16px;
	color:#000;
	letter-spacing:-0.5px;
	font-weight:500;
	}

.sub_job_rows_career{
	font-size:14px;
	color:#666;
	letter-spacing:-0.5px;
	}

.sub_job_rows_date {
	font-size:13px;
	color:#999;
	}

.sub_job_rows_content{
	font-size:14px;
	color:#999;
	letter-spacing:-0.5px;
	}

.rows_option_list span{
	font-size:13px;
	color:#777;
	letter-spacing:-0.5px;
	}

/* 서브 페이지 업체 정보 */
	
.sub_info_rows_title{
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 500;
	}

.sub_info_rows_content{
	font-size: 14px;
    color: #333;
    letter-spacing: -0.5px;
	}

.sub_info_rows_address{
	font-size: 13px;
    color: #999;
    letter-spacing: -0.5px;
	}

/* 서브 페이지 중고 거래 */

.sub_deal_rows_title{
	font-size:16px;
	color:#000;
	letter-spacing:-0.5px;
	font-weight:500;
	}

.sub_deal_rows_comm{
	font-size:14px;
	color:#999;
	letter-spacing:-0.5px;
	}

.sub_deal_rows_price {
	font-size:17px;
	color:#000;
	letter-spacing:-0.5px;
	font-weight:700;
	}

.m_deal_sub_num {
	width: 45px;
    font-size: 14px;
    border-radius: 0 0 10px 0;
    padding: 12px 0;
    z-index: 100;
    color: #fff;
    display: inline-block;
    text-align: center;
	}

/* 서브 페이지 중고차*/

.sub_car_rows_title{
	font-size:16px;
	color:#000;
	letter-spacing:-0.5px;
	font-weight:500;
	}

.sub_car_rows_contents{
	font-size:14px;
	color:#999;
	letter-spacing:-0.5px;
	}

.sub_car_rows_price{
	font-size:17px;
	color:#000;
	letter-spacing:-0.5px;
	font-weight:700;
	}

/* 각 페이지 상단 검색 + 회원가입 약관동의 + 마이페이지 상단 + 통합검색 */
.area_point_search{
	padding:10px 18px 11px;
	border-bottom:1px solid #e2e2e2;
	position: relative;
}

.area_point_search .cate_sch_btn i{
	margin-top:5px;
	color:#666;
	}

/* 상세검색 모달 */
.modal_bgc{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	padding: 0;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.2);
	text-align: center;
}

.modal_bgc .modal_popup_wrap {
	box-sizing:border-box;
	padding:15px 18px;
	height:100% !important;
}

.modal_bgc .modal_popup_layer {
	background: #fff;
	overflow: hidden;
	height: 100%;
	border-radius: 7px;
	position: relative;
}

.modal_bgc .modal_popup_title_box{
	display:flex;
	align-items:center;
	padding: 15px 18px;
	justify-content: space-between;
	border-bottom:1px solid #eaeaea;
}

.modal_bgc .area_expert{margin:0 -3px;}
.modal_bgc .area_expert .area_point_menu{background:#fff; height:31px; line-height:31px; border-radius:5px; display:inline-block; width:100%;}

.modal_bgc .area_point_menu{color:#666; letter-spacing: -1px;}

.sub_search_text{
	padding-bottom:12px;
	font-size:14px;
	letter-spacing:-0.75px;
	}

.sub_search_select{margin-bottom:16px;}

.modal_popup_layer .category_sub_search_option_list label {
    display: inline-block;
	width:50%;
    margin:0 0 16px 0 !important;
	}

/* 상세 검색 후 페이지 */

.sub_search_rows_title {
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #000;
	font-weight: 500;
	}

.sub_search_rows_contents{
	font-size: 13px;
	color: #999;
	letter-spacing: -0.5px;
	}

.sub_search_rows_comm{
	font-size: 14px;
	color: #333;
	letter-spacing: -0.5px;
	}

/* 생활정보 랭킹 */
.ranking_area{margin:0 11px 38px 11px;}
.ranking_area table{width:100%; table-layout: fixed;}
.output_ranking_area {margin:25px 7px 0 7px;}
.output_ranking_area .ranking_area_date{position:absolute; top:3px; right:3px; display:flex; border-radius:0 10px; overflow: hidden; text-align:center;}
.output_ranking_area .ranking_area_date p{color:#fff; padding: 0 10px; height:25px; background-color: rgb(128 128 128 / 50%); line-height:25px; letter-spacing:-0.5px;}
.output_ranking_area .ranking_top_left{position:absolute; width:28px; height:28px; line-height:28px; color:#fff; text-align:center; top:0; left:0; border-radius:5px 0; z-index:100;}

.output_ranking_area .scrap_btn {cursor: pointer; width:20px; border-radius:100%; color:#d2d2d2; position:absolute; top:0; right:0;}
.ranking_update span {
	font-size:13px;
	vertical-align:text-top;
	letter-spacing:-0.5px;
	color:#666;
	}

/* 상세페이지 */

.now_site, .now_site a{color:#c4c4c4 !important; font-size:12px; letter-spacing:0;}
.detail .detail_category{color:#fff; line-height:1; padding:5px 13px; display:inline-block; border-radius:20px;}
.detail .detail_title{color:#000; font-size:22px; line-height:1.3; font-weight:700;}
.detail .detail_comment {font-size:14px; color:#333;}
.detail .detail_review{line-height:1; margin-top:6px;}
.detail .detail_review_text{font-size:12px; color:#999; display:inline-block; margin-left:5px;}
.detail .detail_review > img{height:12px;}
.detail .btn_left,
.detail .btn_right{position:absolute; top:50%; transform:translateY(-50%);}
.detail .btn_left{left:0;}
.detail .btn_right{right:-8px;}
.detail .img_counting{background:#000000; color:#fff; text-align:center; opacity: 0.3; padding:8px 18px; border-radius:20px; display: inline-block; margin-top:13px;}
.detail .detail_icon{padding:25px 0;}
.detail .detail_icon i,
.detail .detail_icon span{color:#b2b2b2;}
.detail .detail_icon svg{margin: 0 5px; width:30px}

/* 상세페이지 폼 설정 */
.detail_form_area {border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea;}
.detail_form_area .form_section {border-top:1px solid #fff;}
.detail_form_area > .form_section:first-child { border-top:none;}
.detail .form_section{display:flex; align-items:center; letter-spacing: -0.75px; background:#fbfbfb; width:100%; min-height: 45px; }
.detail .form_section .form_title{min-width:125px; color:#333333; padding:17px; box-sizing:border-box;}
.detail .form_section .form_substance {background:#fff; padding:17px 0 17px 17px; flex: 1; box-sizing:border-box; word-break: break-all;}
.detail .form_section .form_substance .substance_list, .detail .form_section .form_substance span, .detail .form_section .form_substance a{color:#666666;}
.detail .form_section .form_substance .substance_list, .detail .form_section .form_substance .detailHomepage{color:#666666;}
.detail .form_section .form_substance .substance_list #m2_layer_etc3{color:#666666;}
.detail .form_section .form_substance .substance_list #m2_layer_etc3 img{margin-left:5px;}
.detail .form_section .form_substance .substance_list #m2_layer_sub_category{color:#666666;}
.detail .form_section .form_substance .substance_list #m2_layer_sub_category img{margin-left:5px;}
.detail .form_section .form_substance .substance_list #pyong_layer_etc3{color:#666666;}
.detail .form_section .form_substance .substance_list #pyong_layer_etc3 img{margin-left:5px;}
.detail .form_section .form_substance .substance_list #pyong_layer_sub_category{color:#666666;}
.detail .form_section .form_substance .substance_list #pyong_layer_sub_category img{margin-left:5px;}
.detail .form_section .form_substance .addr_area .mod_addr {color:#666666;}

/* 상세페이지 하단 버튼 */

.contents .detail_inquiry{position:fixed; left:0; bottom:0; width:100%; z-index:1002;}
.contents .detail_inquiry .bottom_fixed_menu {position:unset;}
.contents .detail_inquiry .scroll {position:relative; right:auto; bottom:auto;}
.contents .detail_inquiry .scroll .scroll_top_btn{position:absolute; right:10px; bottom:85px}
.contents .detail_inquiry .scroll .detail_bottom_btn_naver {position:absolute; right:10px; bottom:28px}
.contents .detail_inquiry .detail_inquiry_btn a{
	padding:0;
	width:100%;
	height:56px;
	line-height:56px;
	font-size:18px !important;
	color:#333;
	letter-spacing:-1px;
	}


/* 상세페이지 문의 버튼 비활성화 */
.contents .detail_inquiry .detail_inquiry_btn span{display:none}

.detail .detail_tab_menu{background: #fff;}

.fimg img{width:100%; height:auto !important;}

.detail .tabmenu{flex-basis:100%; text-align:center;}
.detail .tabmenu a{height:40px; line-height:40px; display:inline-block; width:100%;}

.detail .detail_sub_title{color:#000000; line-height:1; letter-spacing:-1px; margin:38px 0 18px; font-size:19px; font-weight:500;}
.detail .detail_map{display:flex; justify-content:space-between; align-items:center; gap:6px; padding:12px 0 38px;}
.detail .detail_map a{flex-basis:100%; letter-spacing:-1px; height:31px; line-height:31px; border-radius:3px;}

.detail .detail_img_size{width:100%;}
.detail .detail_review2 > div img{height:12px;}
.detail .detail_voting a{padding:0 15px; border:1px solid #e5e5e5; color:#333333; display:inline-block; text-align:center; height:29px; line-height:29px; border-radius:3px;}
.detail .detail_review_btn span {vertical-align: middle; color:#333;}
.detail .detail_review_btn {padding:0 7px 0 13px; border-radius:3px; height:29px; line-height:29px;}

.detail .detail_video_area {margin-bottom:38px;}
.detail .detail_video_area iframe {height:205px;}

.detail_gall02 a img{width:100%; height:50vw;}
.detail_gall02 table{table-layout: fixed;}

.detail_gall02{margin:0 5px; border-radius:5px; border:1px solid #eaeaea; overflow:hidden;}
.detail_gall02 .detail_gall_text{padding:7px 12px 16px;}

.btn_area {
	display:flex;
	gap:7px;
	}

.btn_area .btn_small_stand{
	flex-basis:100%;
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#000;
	letter-spacing:-0.5px;
	border:1px solid #eaeaea;
	border-radius:3px;
	box-sizing:border-box;
	}

/* 상세 슬라이드이미지 */
.detail_slide_img {
	margin-top:12px;
	border-radius:4px; overflow:hidden; transform: translateZ(0)
	}

.detail_slide_img .thumb_icon span{
	font-size:19px;
	font-weight:400;
	}

.detail_slide_img .slider-pro{max-width:100% !important;}
.detail_slide_img .sp-arrows{display:none;}

/* 공유하기 */
.sns_layer_area{
	padding:15px;
	position:absolute; 
	border-radius:15px;
	background-color: rgba(0,0,0,0.5);
	z-index:1;
	width: 260px;
	top:70px;
	right:0;
}
.sns_layer_area h4{
	position:relative;
	margin:0;
	text-align:center;
	letter-spacing:-1px;
	font-size:20px;
	color:#fff;
}
.sns_layer_area .subtxt{
	margin:5px 0 20px 0;
	text-align:center;
	color:#fff;
	font-size:16px;
	letter-spacing:-1px;
}
.sns_layer{
	display:flex;
	padding:0;
}
.sns_layer.theme{
	display:flex;
	flex-wrap: wrap;
}
.sns_layer li{
	display:flex;
	flex-direction: column; 
	flex:auto; 
	align-items: center; 
	justify-content: space-around;
	flex-basis:100%;
}
.sns_layer.theme span{
	flex: 0 1 25%;
	display: flex;
	flex-direction: column;
	/* flex: auto; */
	align-items: center;
	justify-content: space-around;
	text-align:center;
	margin-bottom:10px;
}


/* 상세페이지 신고하기 모달 */
.happy_modal_popup_wrap {
	width:100%;
	height:100%;
	border: 1px solid #eaeaea;
	z-index: 110;
	border-radius:15px;
	overflow: hidden;
	background: #fafafa;
}

.happy_modal_popup_header {
	display: table;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #eaeaea;
}

.happy_modal_popup_title {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left:15px;
	font-weight:500;
}

.happy_modal_popup_close {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right:15px;
}

.blocker{z-index:10003 !important;}

/* 상단을 제외한 컨텐츠 높이 */
.happy_modal_popup_contents_s {
	overflow:auto;
	padding:0 15px 0px 15px;
	height: calc(100% - 50px);
	}
.happy_modal_popup_btn {
	padding-top:21px; 
	text-align:center;
}
.happy_modal_popup_sub_title {
	padding-bottom:15px; 
	border-bottom:1px solid #333; 
	margin-bottom:15px;
}
.happy_modal_popup_sub_title_text {
	color:#333; 
	letter-spacing:-0.5px;
	vertical-align:middle;
	font-weight:500;
}

/*신고하기 테이블 높이 및 폰트*/
.happy_modal_popup_contents_report .my_page_pop_table{
	border-top:1px solid #e9e9e9;
	margin-top:20px;
}
.happy_modal_popup_contents_report .my_page_pop_table th{
	background:#f7f7f7;
	width:100px;
	text-align:left;
	padding-left:20px;
	color:#333;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:15px;
	letter-spacing:-0.5px;
	border-bottom:1px solid #e9e9e9;
	height:60px;
}
.happy_modal_popup_contents_report .my_page_pop_table td{
	background:#ffffff;
	padding:10px 0px 10px 10px;
	border-bottom:1px solid #e9e9e9;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:15px;
	letter-spacing:-0.5px;
}
.happy_modal_popup_contents_report{
	overflow:auto;
	padding:0 15px 0px 15px;
	height: calc(100% - 140px);
}
.happy_modal_popup_contents_report::-webkit-scrollbar{width: 5px;}
.happy_modal_popup_contents_report::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.2); border-radius:0px; transition:all 0.5s;}
.happy_modal_popup_contents_report::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,0.2); border-radius:0px; transition:all 0.5s;}
.happy_modal_popup_contents_report::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1); background:rgba(0,0,0,0.1); border-radius:0;}


/* 상세페이지 - 현재 정보와 가까운 정보, 등록자의 다른 정보 */
.another_rows_title {
	font-size:16px;
	font-weight:500;
	color:#000;
	letter-spacing:-0.75px;
	}

.another_rows_content {
	font-size:13px;
	color:#999;
	letter-spacing:-0.5px;
	}

/* 부동산 정보 상세페이지 */

.detail_cate_01 {
	font-weight:500;
	font-size:16px;
	letter-spacing:-0.75px
	}

.detail_cate_02 {
	font-weight:500;
	font-size:16px;
	letter-spacing:-0.75px;
	color:#999;
	}

.detail_cate_02::before {
    padding: 0 13px;
    content: "|";
    font-size: 14px;
    color: #eaeaea;
    vertical-align: top;
}

/* 숙박예약 상세페이지 */

.detail .rows_book_icon img{
	width:28px;
	vertical-align: text-bottom;
	}


.detail .detail_inquiry_bottom a{
	width:100%;
	height:56px;
	line-height:56px;
	font-size:18px !important;
	color:#fff;
	letter-spacing:-1px;
	box-sizing:border-box;
	padding:0;
	}

/* 마이페이지 메뉴 */
.mypage_top_upche{
	background:#fafafa;
	padding:0 18px 18px;
	position: relative;
	z-index:9;
	box-shadow: 0 3px 3px 0px rgba(0,0,0, .07);
	-moz-box-shadow: 0 3px 3px 0px rgba(0,0,0, .07);
	-webkit-box-shadow: 0 3px 3px 0px rgba(0,0,0, .07);
	justify-content: space-between;
}
.mypage_top_upche .mypage_menu_list{display:block; padding:10px 0; font-size:16px; color:#333;}
.mypage_top_upche p{padding:10px 0; border-bottom:1px solid #e9e9e9; font-size:14px; color:#999999;}
.mypage_top_upche .mypage_menu_sub .mypage_menu_sub_list{background:#fff; color:#666; padding:10px 18px; display:block; font-size:16px; border-bottom:1px solid #e9e9e9;}
.uk-open .uk-accordion-content{display:block !important;}
.uk-accordion-content{display:none !important;}

/* 마이페이지 업체회원 메인, 등록한 정보 페이지 */
.mypage_main_wrap{letter-spacing:-1px; padding:35px 18px 0;}
.mypage_main_wrap02{letter-spacing:-1px; padding:35px 18px;}
.mymain_title{font-size:21px; color:#000; padding-bottom:15px; border-bottom:1px solid #eaeaea;}

/* 마이페이지 페이지별 상단텍스트 */
.mypage_sub_title{font-size:18px; padding:15px 0; border-bottom:1px solid #eaeaea; color:#000; letter-spacing:-1px;}

/* 마이페이지 업체회원 메인 정식등록정보 */
.mypage_rows_content{padding:18px 0; border-bottom:1px solid #eaeaea;}
.minihome_mp a img{
	margin:0 5px 0 0 !important;
	}

.graph_mp img{
	margin-right:5px;
	}

/* 마이페이지 업체회원 메인 유료결제내역 */
.mypage_main_money{padding:18px 0; border-bottom:1px solid #eaeaea; letter-spacing: -1px;}
.mypage_main_money .main_money_box{flex-basis:100%; height:36px; line-height:36px; text-align:center; border-radius:5px;}

/* 마이페이지 업체회원 메인 쿠폰발급내역 */
.mypage_main_coupon{padding:18px 0; border-bottom:1px solid #eaeaea; letter-spacing: -1px;}

.mypage_main_coupon_img{min-width: 94px; min-height:94px;}
.mypage_main_coupon_img img{width:94px; height:94px; border-radius: 5px; }

/* 마이페이지 등록한 정보 랭킹 */
.mypage_ranking_category .cate_td{width:25%; text-align:center; padding:10px 0;}

/* 마이페이지 내가 받은 문의내역 */
.mypage_inquiry{padding:15px 0; border-bottom:1px solid #eaeaea; display:flex;}
.mypage_inquiry .mypage_list_rows{position: absolute; bottom:5px; left:50%; transform:translateX(-50%); width: 100%; color:#fff}

/* 마이페이지 유료결제내역 */
.mypage_settlement {border-bottom:1px solid #eaeaea; padding:15px 0;}
.mypage_settlement .mypage_settlement_content{padding-bottom:10px; border-bottom:1px solid #eaeaea;}
.mypage_settlement .mypage_settlement_content > a{border-radius: 5px; display:block; overflow: hidden; min-width: 80px;}

/* 마이페이지 유료결제내역 - 상세결제내역 */
.my_stats_view .my_stats_list{display:flex; font-size:15px; align-items:start; margin-bottom:10px;}
.my_stats_view .my_stats_list span{display:inline-block;}
.my_stats_view .my_stats_list .list_left{min-width:90px;}
.my_stats_view .my_stats_list .list_right{width:100%;}
.my_stats_view .my_stats_list .list_right > div{font-size:15px;}

/* 마이페이지 - 스크랩 정보 페이지 */
.sub_page_scrap{margin:0 -5px;}
.sub_page_scrap table{width:100%; table-layout: fixed;}
.output_scrap {position:relative; border:1px solid #eaeaea; margin:18px 5px 0; border-radius:5px; overflow:hidden;}


/* 회원가입*/
.terms_area, .personal_area{ margin-top:20px;}
.terms_area h4{padding:11px 5px}
.terms{padding:10px; border:1px solid #ccc; height:180px; overflow-y:scroll; background:#fff}
.terms_chk{padding:10px 0; text-align:right; color:#666;}
.chk_ok{height:20px; width:20px; vertical-align:middle}
.real_name .name_chk{width:100%; text-align:center; border:1px solid #9a251d; padding:15px 0; display:block; margin-right:2px; font-weight:400; color:#3d4b65; background:-webkit-gradient(linear, left top, left bottom, from(#e6ecf2), to(#cbd4de));}
.btn_sns { display:inline-block; padding:0px 10px; height:30px; line-height:28px !important; color:#999999; text-align:center; cursor:pointer; background:#ffffff; border:1px solid #dcdfe5; border-radius:3px;}

.member_join{width:100%; position:relative; z-index:10}
.member_join .icon_nemo{color:#666; font-weight: 400; padding:10px 0 5px 0; letter-spacing:-1px; font-size:15px;}
.member_join .ne_p{background:url('../../mobile_img/icon_nemo_02.gif') 17px 45px no-repeat !important;}
.member_join td, .member_join th{padding:5px 0px 10px 0}
.member_join td table td{border:none}
.member_join th{text-align:left; }
.member_join input[type="text"], .member_join input[type="password"]{ border:1px solid #e7e7e7;width:93%;height:38px;line-height:38px;font-weight:400;font-size:14px;padding-left:5px;background:#fff;margin:2px 0;-webkit-border-radius:3px;}
.member_join select {border:1px solid #e5e5e5; height:38px;line-height:38px;font-weight:400;font-size:14px;padding-left:5px;background: #fff url(../../mobile_img/sel_arr_2x.gif) 100% 50% no-repeat;-webkit-background-size: 20px 8px;-webkit-border-radius:3px; margin-right:3px; font-weight:400}
.member_join input[name="user_hphone"]{width:140px}member_join
.member_join .ex_input{width:95%; line-height:1.7em; border:1px solid #c1c1c1}
.member_join .ex_text{width:95%; border:1px solid #c1c1c1; margin:10px 0}
.member_resi_btn a {width:100%; display:block}
.member_resi_btn a img{max-width:100%; float:none; clear:both}
.member_join input[type=file]{border:1px solid #e5e5e5; width:93%; height:38px;line-height:38px;font-weight:400;font-size:14px;padding-left:5px;background:#fff;margin:2px 0;-webkit-border-radius:3px;}
.member_join textarea{ width:93%; border:1px solid #e5e5e5; height:80px;line-height:38px;font-weight:400;font-size:14px;padding-left:5px;background:#fff;-webkit-border-radius:3px;}
.member_join input[type=checkbox], .member_join input[type=radio]{vertical-align:middle;margin:-4px 0 0;cursor:pointer;}
.member_join .phone_style input[type='text']{width:55px !important}
.member_join .phone_style select{width:55px !important}
.member_join .workarea select {width:42%; border:1px solid #e5e5e5; height:38px;line-height:38px;font-weight:400;font-size:14px;padding-left:5px;background: #fff url(../../mobile_img/sel_arr_2x.gif) right 50% no-repeat;-webkit-background-size: 20px 8px;-webkit-border-radius:3px; margin-bottom:5px}
.member_join .input_searchbox_email{width:80px !important}

.complex_flex{display:flex; align-items: center;}
.complex_flex input,
.complex_flex select{
	width:100% !important
}


/* 회원찾기 */
.member_list_main{padding:38px 0 0; margin-left:-10px;}
.member_list_main table{table-layout: fixed;}
.member_list_main table td{padding-left: 10px; padding-bottom:10px;}
.member_list_main .rows_member_list{border-radius:5px; border:1px solid #eaeaea; overflow:hidden;}

/* 회원찾기 - 회원정보 */
.member_gall_list{margin:0 -6px;}
.member_gall_list table{width:100%; table-layout: fixed;}

.member_gall_list_area {position:relative; border:1px solid #eaeaea; margin:12px 6px 0; border-radius:5px; overflow:hidden;}
.member_gall_list_area .member_gall_list_date{position:absolute; top:3px; right:3px; display:flex; border-radius:0 10px; overflow: hidden; text-align:center;}
.member_gall_list_area .member_gall_list_date p{color:#fff; padding: 0 10px; height:25px; background-color: rgb(128 128 128 / 50%); line-height:25px; letter-spacing:-0.5px;}

.member_gall_list_area .scrap_btn {cursor: pointer; width:20px; border-radius:100%; color:#d2d2d2; position:absolute; top:0; right:0;}

.member_gall_list_area .member_gall_list_review{padding-right:8px;}
.member_gall_list_area .member_gall_list_review > img{height:14px;}

/* 설문조사 페이지 */
.poll_multi{border:1px solid #eaeaea; border-radius:5px; padding:10px; margin: 10px 5px 0;}
.poll_list_result{margin:28px 18px 18px;}
.poll_list_result table{table-layout: fixed;}
.poll_list_result table td{vertical-align: top;}


/* 통합검색 */
.search_sub_title{font-size:18px; letter-spacing:-1px; color:#000; padding:25px 0;}
.search_sub_title .search_sub_title_ad{font-size:12px; padding:0 5px; height:16px; line-height:16px;}

/* 통합검색 갤러리형 프리미엄, 추천, 피트니스, 레저 */
.all_search_gallery{margin:0 -5px;}
.all_search_gallery table{width:100%; table-layout: fixed;}

.output_all_search_gallery {position:relative; border:1px solid #eaeaea; margin:0 5px 15px; border-radius:5px; overflow:hidden;}
.output_all_search_gallery .all_search_gallery_date{position:absolute; top:3px; right:3px; display:flex; border-radius:0 10px; overflow: hidden; text-align:center;}
.output_all_search_gallery .all_search_gallery_date p{color:#fff; padding: 0 10px; height:25px; background-color: rgb(128 128 128 / 50%); line-height:25px; letter-spacing:-0.5px;}

.output_all_search_gallery .all_search_gallery_review{padding-right:8px;}
.output_all_search_gallery .all_search_gallery_review > img{height:14px;}

.all_search_rows_review img{
	width:65px;
	vertical-align: baseline;
	}

.all_search_rows4_review img {
	width:80px;
	vertical-align: baseline;
	}

/* 통합검색 목록형 신규, 인기, 포토, 댄스 */
.output_all_search_list{position:relative; overflow:hidden; padding:16px 0 19px; border-bottom:1px solid #eaeaea; display:flex; align-items:center;}

.output_all_search_list.scrap_btn {cursor: pointer; width:20px; border-radius:100%; color:#d2d2d2; position:absolute; top:0; right:0;}

.output_all_search_list .all_search_list_review{padding-right:8px;}
.output_all_search_list .all_search_list_review > img{height:14px;}

/* 통합검색 음악,골프 */
.all_search_rows_01_bgc{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	background: #000;
	cursor: pointer;
}
.all_search_rows_01{
	position:absolute;
	left:0;
	bottom:0;
}

/* 통합검색 필라테스, 무용 */
.all_search_rows_04{display:flex; align-items:center; border:1px solid #eaeaea; margin:0 5px 15px; border-radius:5px; overflow:hidden;}

/* 통합검색 갤러리형 게시판 */
.search_board_photo{border-bottom:1px solid #eaeaea; padding-bottom:15px; margin-bottom:15px;}
.search_board_photo .search_board_photo_bgc{position:absolute; bottom:0; width:100%; left:0; background: rgba(30,30,30,.7);}
.search_board_photo .search_board_photo_bgc .search_board_photo_data{padding:15px 18px;}

.search_board_photo2{border:1px solid #eaeaea; margin-bottom:15px;}

/* 전체메뉴 */
.all_search_option table{width:100%; table-layout: fixed;}

.output_search_option {position:relative; border:1px solid #eaeaea; margin:0px 5px 15px; border-radius:5px; overflow:hidden;}
.output_search_option .search_option_date{position:absolute; top:3px; right:3px; display:flex; border-radius:0 10px; overflow: hidden; text-align:center;}
.output_search_option .search_option_date p{color:#fff; padding: 0 10px; height:25px; background-color: rgb(128 128 128 / 50%); line-height:25px; letter-spacing:-0.5px;}

.output_search_option .scrap_btn {cursor: pointer; width:20px; border-radius:100%; color:#d2d2d2; position:absolute; top:0; right:0;}

.output_search_option .search_option_review{padding-right:8px;}
.output_search_option .search_option_review > img{height:14px;}


/* 정보등록 타이틀 및 폼 */
.my_add4 .info_add_area{
	padding-top:10px; 
	background:#fff;
}

.my_add4 .info_add_area .add_caution{
	width:100%; 
	padding:10px; 
	border-radius:10px; 
	border:1px solid #eaeaea; 
	background-color:#fafafa; 
	line-height:20px; 
	box-sizing: border-box;
}

.my_add4 .info_add_area .add_caution ul{
	line-height: 1.5;
}

.my_add4 .info_add_area .add_caution ul li{
	position:relative;
	padding-left:15px;
	font-size:13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	letter-spacing:-1px;
	word-break: keep-all;
	margin-top:2px;
}

.my_add4 .info_add_area .add_caution ul li:before{
	content:"";
	position:absolute;
	display:inline-block;
	left:3px;
	top:8px;
	width:3px;
	height:3px;
}

.my_add4 .upso_add_title2{
	padding:10px 0; 
	letter-spacing:-1px; 
	border-bottom:1px solid #eaeaea;
}

.upso_add_form{
	padding:10px 0;
	}

.my_add4 .form_section {
	letter-spacing: -1px;
    margin-bottom: 15px;
	}

.my_add4 .form_section .form_title{
	min-width:95px;
	color:#333333;
	padding-bottom: 10px;
	}

.my_add4 .form_section .form_substance{
	flex-basis:100%;
	}

.my_add4 .form_section .form_substance .substance_list{
	color:#666666;
	}

.my_add4 .form_section .form_substance .substance_list span{
	font-size:13px !important;
	color:#999 !important;
	}

.my_add4 .form_section .form_substance .substance_list select{
	width:100% !important;
	margin-bottom:5px;
	}

.category_form div.form_substance .substance_list select {
    width: 100% !important;
	}

.category_form .form_section {
    display: flex;
    flex-wrap: wrap;
	}

.category_form div.form_substance .substance_list {
    display: flex;
    gap: 10px;
	}

.category_form div.form_substance.column .substance_list {
	flex-direction: row;
    align-items: center;
	}

.my_add4 .address_01{display:flex;}
.my_add4 .address_01 select, .my_add4 .address_01 span{flex-basis: 33%;}
.my_add4 .address_01 span{margin-left:3px;}
.my_add4 .address_01_sub_title{
	color: #999999;
	letter-spacing: -1px;
	padding: 0px 0 10px;
	font-size:13px;
}

.my_add4 .h-radio{margin-left:0 !important; display:block; margin-bottom:5px;}


.my_add4 .coupon_img input{width:100% !important;}

.category_form div.form_substance .substance_list #landChkPnt {
    display: none;
}


.short_txt{
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='14' r='1'/%3E%3Ccircle fill='none' stroke='%239a9a9a' stroke-width='1.1' cx='10' cy='10' r='9'/%3E%3Cpath d='M10.97,7.72 C10.85,9.54 10.56,11.29 10.56,11.29 C10.51,11.87 10.27,12 9.99,12 C9.69,12 9.49,11.87 9.43,11.29 C9.43,11.29 9.16,9.54 9.03,7.72 C8.96,6.54 9.03,6 9.03,6 C9.03,5.45 9.46,5.02 9.99,5 C10.53,5.01 10.97,5.44 10.97,6 C10.97,6 11.04,6.54 10.97,7.72 L10.97,7.72 Z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:1px 3px;
	padding-bottom:3px;
	margin-bottom:10px;
	letter-spacing:-1px;
	color:#666666;
	line-height:1.4 !important;
}

.short_txt.bg_mod{
	background:none;
	padding-left:0;
	padding-bottom:0;
	margin-bottom:0;
	line-height:1.6;
}

.addr_area{
	width:100%;
	display:flex;
	flex-direction: column;
	flex-wrap:wrap;
	gap:10px;
}
.addr_area .mod_addr{
	display:flex;
	gap:10px;
	flex-direction: column;
}
.addr_area .mod_addr .addr_1{
	display:flex;
	gap:10px;
	flex:1;
}
.addr_area .mod_addr .addr_1 input[name="zipcode"] {
	width:calc(100% - 130px);
}
.addr_area .mod_addr button[title="위치정보변경"] {
	width:100%;
}

.addr_area .mod_area {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
	}

.addr_area .addr_short_txt{
	font-size: 13px;
    color: #999;
	letter-spacing:-1px;
	}

.category_form #productAddMap,
.upso_add_form #roadview_1{
	width:100% !important;
}


/* 정보등록 옵션 */

.my_add_option_list label {
    display: inline-block;
    margin: 5px 15px 5px 0px !important;
	}

/* 유료결제 페이지 */
.my_add3 .option_title{min-width:140px; letter-spacing: -1px; font-size:15px; color:#333;}
.my_add3 .my_add3_content{padding:15px 0; border-bottom:1px solid #eaeaea;}
.my_add3 .btn_calendar{width:33px; height:33px;}


/* 로그인창 */
.blind_m{visibility:hidden; overflow:hidden; position:absolute; left:-999em; width:0; height:0; font-size:0; line-height:0;}
.login_form{
	position:relative; 
	margin:25px 0 0 0;
}
.login_form .id_pass_area{
	display:block; 
	background:#fff; 
	margin-top:5px;
}
.login_form .id_pass_area input{
	width:100%; 
	display:inline;
}
.login_form .log_area{
	display:block; 
	margin-top:5px;
}
.login_form .log_area button{
	width:100%; 
	color:#fff; 
	border-radius:5px;
}

.login_form .find_info{
	width:100%; 
	display:table; 
	table-layout:fixed; 
	border-collapse: collapse; 
	border-spacing:0;
	margin-top:25px;
}
.login_form .find_info a{
	position:relative;
	display:table-cell !important; 
	padding:15px 0 !important; 
	text-align:center !important; 
	border:1px solid #ededed !important; 
	float:none !important;
}
.input_chk{display:inline-block; margin:10px 0}
.input_chl label{line-height:1.5em; vertical-align:top}
.sns_log{position:relative; margin-bottom:10px; text-align:center}
.sns_log a{display:block; padding-bottom:5px; max-width:500px; margin:0 auto;}
.sns_log a img{width:100%}
.sns_log img{width:100%; max-width:500px; margin-bottom:5px}
.sns_log .join_btn{width: 100%;border-radius: 4px;color: #fff;font-weight: bold;font-size: 1.286em; line-height: 52px;border: 1px solid #626060; background: #727272 url('../../mobile_img/sch_arrow_2.png') 97% 18px no-repeat;background-size: 9px 14px; padding-bottom:0 !important}

/* 서브페이지 인테리어 rows */
.output_sub_interior{position:relative; margin-bottom:20px}
.output_sub_interior .info {position:absolute; bottom:0px; left:0px; background:url('../../mobile_img/bg_70p.png') 0 0 repeat; width:100%;  text-align:left; color:#92a1b0; }
.output_sub_interior .info .wrap {padding:15px;}

/* row이미지 사이즈 */
.rowsimg{width:100%; max-width:100%; height:auto}

/* 상세페이지 */
.coupon{position:absolute; top:10px; right:10px}
.wideimg img{max-width:100%; height:auto !important;}

/* 상세페이지 컨텐츠 표 */
.detail .info_chart .header{letter-spacing:-1px; color:#000; text-align:left; padding-bottom:15px}
.detail .info_chart .tit{width:60px; text-align:left;  color:#888888; letter-spacing:-0.5px; padding-left:9px; }
.detail .info_chart .tit2{width:99px; text-align:left;  color:#888888; letter-spacing:-0.5px; padding-left:9px;  line-height:180%}
.detail .info_chart .substance{text-align:left; letter-spacing:-1px; color:#333; line-height:180%}
.detail .info_chart .line{background:url('../../mobile_img/chart_line.gif') 0 12px repeat-x; height:25px}

/* 마이페이지 */
.mypage_menu .mymenu_sub{padding-left:20px; height:50px; line-height:50px; letter-spacing:-0.5px; background:#fff; text-align:left; border:1px solid #dedede; border-left:0 none; border-right:0 none;}
.mypage_menu td { line-height:290%; border-top:1px solid #dcdfe5; color:#333333; padding-left:10px; background:url('../../mobile_img/icon_memu_right.gif') right 12px no-repeat; background-size:21px; cursor:pointer;}
.mypage_menu .mymenu_sub a{ display:inline-block; width:100%;}

.detail_bar{background:url('../../mobile_img/bgpart_small_stand.gif') top; border-top:2px solid #565656; border-bottom:1px solid #dbdbdb; padding:10px;}
.detail_paid_info{width:100%; position:relative; z-index:10; }
.detail_paid_info .icon_nemo{background:url('../../mobile_img/icon_nemo.gif') 8px 15px no-repeat; color:#7B7A7A; padding:12px 0 12px 30px}
.detail_paid_info .icon_nemo_2{background:url('../../mobile_img/icon_nemo_02.gif') 10px 50% no-repeat; color:#7B7A7A; padding:10px; text-align:left; letter-spacing:-1.5px; vertical-align:middle; background:#f3f3f3; font-weight:normal}
.detail_paid_info .icon_nemo_3{background:url('../../mobile_img/icon_nemo.gif') 5px 22% no-repeat; color:#7B7A7A; padding:12px 5px 12px 23px; text-align:left; letter-spacing:-1px; vertical-align:top;}
.detail_paid_info .ne_p{background:url('../../mobile_img/icon_nemo_02.gif') 17px 45px no-repeat !important;}
.detail_paid_info td, .detail_memool_info th{border-bottom:1px solid #e5e5e5}
.detail_paid_info th{vertical-align:top; text-align:left; border-bottom:1px solid #e5e5e5; border-left:1px solid #666}
.detail_paid_info td{background:#f7f7f7; padding:10px;  border-right:1px solid #666}
.detail_paid_info .ex_input{width:95%; line-height:1.7em; border:1px solid #c1c1c1}
.detail_paid_info .ex_text{width:95%; border:1px solid #c1c1c1; margin:10px 0}
.detail_paid_info select{}

.menu_pick_color{height:27px !important; display:inline-block; border:1px solid #EEEFF2;  padding:2px; margin-bottom:2px}

.theme_tab{padding:10px 15px; text-align:left; font-weight:bold; background:#cccccc; background:#fff; border:1px solid #ccc; border-bottom:0 none}
.select_area{padding:10px 15px; text-align:left; padding:10px 15px; border:1px solid #ccc; border-bottom:0 none; background:#eeeff2;}
.color_tab .theme_color{background:#fff !important}
.reset{border-radius:5px !important; display:block; height:40px; line-height:40px; background:#fff; border:1px solid #ededed;}
.submit{border-radius:5px !important; display:block; font-weight:bold; height:40px; line-height:40px; background:#333; color:#fff}


/* 버튼들 */
.normal_btn{display:inline-block; text-align:center; padding: 10px 20px; ;border: 2px solid #9e9e9e;background: url('../../mobile_img/scrap_bg.gif') 0 bottom repeat; font-weight: bold;}
.gr_btn {padding:0 10px; background:#fff; height:35px; border:1px solid #eaeaea; line-height:35px;  border-radius:3px; color:#666;}

/* 카테고리검색 rows */
.output_sub_price{position:relative; margin-bottom:20px}
.output_sub_price .info {position:absolute; bottom:2px; left:0px; background:url('../../mobile_img/bg_70p.png') 0 0 repeat; width:100%;  text-align:left; color:#92a1b0; }
.output_sub_price .info .wrap {padding:15px;}


/* 상세페이지 */
.coupon{position:absolute; top:10px; right:10px}
.wideimg img{max-width:100%; height:auto !important;}


/* 상세페이지 컨텐츠 표 */
.detail .info_chart .header{letter-spacing:-1px; color:#000; text-align:left; padding-bottom:15px}
.detail .info_chart .tit{width:60px;text-align:left;  color:#888888; letter-spacing:-0.5px; padding-left:9px; }
.detail .info_chart .tit2{width:99px;  text-align:left;  color:#888888; letter-spacing:-0.5px; padding-left:9px;  line-height:180%}
.detail .info_chart .substance{ text-align:left; letter-spacing:-1px; color:#333; line-height:180%}
.infoline{background:url('../../mobile_img/chart_line.gif') 0 12px repeat-x; height:25px}
.detail .theme img{width:30px; vertical-align:text-top}

/* 상세페이지 탭 */
.tab_off_2{color:#333; font-size:1.286em; line-height:1.286em; height:45px; text-align:center; letter-spacing:-0.5px}
.tab_on_2{color:#db0000; font-size:1.286em; line-height:1.286em; height:45px; text-align:center; letter-spacing:-0.5px; border-bottom:2px solid #db0000}
/* 동영상 리스트 출력 */
.move_list_table table:first-child { width:100% !important; }
.move_thumb_img img { vertical-align:top; width:100% !important;}

.menu_order{padding:20px; background:#f1f1f1; border-top:2px solid #dedede !important; border:1px solid #deded}
.menu_order li{line-height:26px; text-align:left; letter-spacing:-1px}
/*주문페이지 */
.wrap_menu_order{padding:0 10px}
.wrap_menu_order h2{padding:28px 30px 23px 0; position:relative; font-family:'맑은 고딕'}
.wrap_menu_order h2 span{position:absolute; right:0; top:26px;}
.wrap_menu_order h2 label{ font-size:0.714em; color:#50555c; font-weight:normal}
/* 주문페이지 달력 */
.pop_cal{border-bottom:1px solid #f3f3f3; table-layout: fixed;}
.pop_cal td, .pop_cal2 td{font-family:tahoma; line-height:24px; letter-spacing:1px; text-align:center}
.pop_cal2 .calendar_td{padding:2px}
.pop_cal2 .calendar_td table{table-layout:fixed}

/* 주문페이지 */
.mypage_bb{border-bottom:3px solid #717171}
.menu_area{background:#fafafa; border:1px solid #c1c1c1; padding:5px}
.meun_order_info{width:100%; table-layout: fixed;}
.meun_order_info th{position:relative; width:25%; font-weight:normal; line-height:46px; text-align:left;}


.settlement2{background:#363b3e; overflow:hidden; margin-top:10px}
.settlement2 ul{list-style:none; margin:10px 20px 14px 10px; padding:0; overflow:hidden;}
.settlement2 ul li{position:relative; font-size:15px; color:#fff; font-family:'맑은 고딕'; font-weight:bold; letter-spacing:-1px; text-align:right}
.settlement2 .price{font-size:28px; letter-spacing:-1px; position:relative; top:3px; padding-left:5px}

.condition{padding:15px 6px}
.condition span{display:inline-block; margin-right:15px; letter-spacing:-1px; color:#424242}
.condition b{display:inline-block; width:10px; height:10px}
.condition select{width:64px !important}
.condition .date{width:85px !important}
.alarm{margin-top:10px; padding:15px 18px; border:1px solid #e8e8e8; color:#565656; line-height:20px}

/* 주문완료페이지 */
.meun_order_info_done{width:100%; table-layout: fixed;}
.meun_order_info_done th{position:relative; width:25%; border-bottom:1px solid #ddd; font-weight:normal; line-height:46px; text-align:left; padding-left:10px;}
.meun_order_info_done .output{background:#fff; border-bottom:1px solid #ddd; padding-left:10px}
.meun_order_info_done .output select, .meun_order_info .output select{width:90px; padding:7px 8px; border:1px solid #bebec1; vertical-align: bottom; margin-bottom:3px; -webkit-appearance:none; -moz-appearance:none; border-radius:0; -webkit-border-radius:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}


/* 와이드맵 - 카테고리 선택 */
.nomal_fake_select{
	position:relative;
	width: 100%;
	border: 0 none;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
	border-radius: 0.3em;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	line-height:38px;
	font-size:14px;
}


/* 팝업레이어 */
.modal_popup_wrap {
	box-sizing:border-box;
	padding:10px 10px;
	height:100% !important;
}
.modal_popup_layer {
	box-sizing:border-box;
	border-radius:20px 20px 20px 20px;
	width:100%;
	height:100%;
	border:1px solid #eaeaea;
	background-color:#fafafa;
	overflow:hidden;
}
.modal_popup_layer_title {
	position:relative;
	height:65px;
	border-bottom:1px solid #eaeaea;
}
.modal_popup_layer_title_text {
	position:absolute;
	top:17px;
	left:15px;
	color:#333;
	font-size:1.286em;
	line-height:1.286em;
	font-weight:bold;
}
.modal_popup_layer_title_close {
	position:absolute;
	top:17px;
	right:15px;
	color:#666;
}
.modal_popup_layer_contents {
	box-sizing:border-box;
	padding:15px;
	height:calc(100% - 65px);
	overflow:auto;
}
.modal_popup_bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
	overflow:hidden;
	z-index:9999999;
}
.modal_popup_layer_close {
	margin:25px 0px;
	text-align:right;
	color:#666;
}


/* 미니홈 스타일 */
.content_box{
	border:1px solid #e6e4e4;
	border-bottom:1px solid #a4a4a4;
	background:#fff;
	margin:10px;
	padding:10px;
}

/* 썸네일 width 100 */
.free_thumb_img img{width:100% !important; height:auto !important;}

.member_area{
	position:relative; 
	padding:15px 18px 38px; 
	background:#fafafa;
}
.member_area .member_area_inner  .title{
	position:relative; 
	letter-spacing:-1.5px; 
	color:#333333; 
	text-align:center; 
	font-weight:bold;
}
.member_area .member_area_inner .member_form{
	position:relative; 
	margin:15px 0 10px 0;
}
.member_area .member_area_inner .member_form .id_pass_area{
	display:block; 
	background:#fff; 
	margin-top:5px;
}
.member_area .member_area_inner .member_form .id_pass_area input{
	width:100%; 
	display:inline;
}
.member_area .member_area_inner .member_form .log_area{
	display:block; 
	margin-top:5px;
}
.member_area .member_area_inner .member_form .log_area button{
	width:100%; 
	color:#fff; 
	border-radius:5px;
}
.member_area .member_area_inner .info_title{
	margin-top:30px;
	padding:20px;
	background:#fff;
	border:1px solid #eaeaea;
}
.member_area .member_area_inner .info_title p{
	line-height:1.4;
	font-size:0.929em;
	letter-spacing:-1px;
	color:#999999;
}

.real_name{
	border:1px solid #f2f2f2; 
	margin-top:15px;
	background:#fff;
}
.real_article{
	overflow:hidden;
}
.real_article li{
	padding:20px;
	float:left;
	box-sizing: border-box;
}
.real_article li ul{
	width:100%;
}
.real_article li ul.fix_display{
	display:flex;
	justify-content:space-between;
}
.real_article li ul:after{
	content:''; 
	display:block; 
	clear:both; 
	overflow:hidden;
}
.real_article li ul li{
	float:left;
	padding:0;
}
.real_article li ul li.fix_width{
	float:none;
	text-align:right;
	padding-left:20px;
	margin-left: auto;
	box-sizing: border-box;
}
.real_article .ipin_chk,
.real_article .cp_chk{
	float:left;
}
.real_article .ipin_chk dt, 
.real_article .cp_chk dt{
	font-weight:500;
	line-height:1.4;
	font-size:0.929em;
	letter-spacing:-1px;
	margin-bottom:20px;
	color:#999
	text-align:left;
}
.real_article .ipin_chk .txt, 
.real_article .cp_chk .txt{
	line-height:1.4;
	font-size:0.929em;
	letter-spacing:-1px;
	text-align:left;
	color:#999;
	font-weight:400;
	}
.real_article .ipin_chk .chk_btn, 
.real_article .cp_chk .chk_btn{
	display:block; 
	cursor:pointer;
}


/* 회원정보수정 */
.m_w_100{
	width: 100% !important;
}
.happy_member_join_form .join_input_a_01{
	width:calc(100% - 125px) !important;
}
.happy_member_join_form .join_input_a_03{
	margin-top:5px !important;
}
.happy_member_join_form .join_select_r_01{
	display:block;
}
.happy_member_join_form .join_select_r_01 select{
	width:100% !important;
	margin-bottom:5px;
}
.happy_member_join_form .join_input_r_01 input{
	width:calc(100% - 115px) !important;
}
.zzim_upche{
	border:1px solid #f43142 !important;
	color:#f43142 !important;
}
.zzim_upche svg{
	color:#f43142 !important;	
}
.btn_m_join { 
	width:100%;
	font-size:14px;
	margin:5px 0px 0px 0px !important;
	padding:10px 0;
	cursor:pointer;
	border-radius:3px !important;
	text-align:center;
	background-color: #95a3b8;
	vertical-align:middle;
	color:#FFFFFF;
}
.h_btn_st13 {
	font-size:14px !important;
	padding:8px 25px;
	cursor:pointer;
	border-radius:3px !important;
	text-align:center;
	background-color: #95a3b8;
	color:#fff;
	vertical-align:middle;
	letter-spacing: -1px;
}

/* 일반 */
.join_input_s {
	width:100% !important;
}
.guide_txt { 
	margin-left:10px; 
	color:#999; 
}

/* 이메일 */
.join_input_e_01 { 
	width:30% !important;
	margin-right:3px !important;
}
.join_input_e_02 { 
	width:30% !important;
	margin-left:2px !important;
}
.join_select_e { 
	width:30% !important; 
	margin-left:2px !important;
	margin-right:0 !important;
}
/* 연락처 */
.join_select_p { 
	width:30% !important;
}
.join_input_p_01 { 
	width:30% !important;
	margin:2px 3px !important;
}
.join_input_p_02 { 
	width:30% !important;
	margin:2px 0 2px 3px !important;
}
/* 주소 */
.join_input_a_01 {
	width:80px !important;
}
.join_input_a_02 {
	width:100% !important;
}
.join_input_a_03 {
	width:100% !important; 
	margin-top:5px !important;
}

/* 도로명 */
.join_select_r_01 select {
	width:30% !important; 
	margin-right:5px; 
	margin-bottom:5px;
}
.join_input_r_01 input {
	width:100% !important; 
}

/* 자기소개 (textarea) */
.join_textarea {
	width:100% !important; 
	height:150px !important;
}
.happy_map_rows_box{
	margin:6px;
	background:#fff;
	padding:15px 12px 18px;
	border:1px solid #cecece;
	border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .3);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .3);
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.happy_map_rows_line{
	background:#eaeaea;
	width:1px;
	height:13px;
	margin:0 8px;
}
.happy_map_sns img{
	width:20px;
	height:auto;
}
.happy_map_rows_star img { width:84px; height:auto; }

.select_wide input[type='text'] {
border:1px solid #e7e7e7;
width:100%;
height:32px;
line-height:32px;
font-weight:bold;
font-size:14px;
padding-left:5px;
background:#fff;
}

.select_wide input[type='password'] {
border:1px solid #e7e7e7;
height:32px;
line-height:32px;
font-weight:bold;
font-size:14px;
padding-left:5px;
background:#fff;
}

/* 업체등록추가 */

.complex_flex{
	display:flex;
	justify-content: center;
	align-items: center;
}
.common_flex.gap_5,
.complex_flex.gap_5{
	gap:10px;
}
.common_flex.gap_10,
.complex_flex.gap_10{
	gap:10px;
}



/* 달력버튼 */
.btn_calendar{
	color:#fff;
	display:inline-flex;
	width:38px;
	height:38px;
	background:#acb8c9;
	border-radius:5px;
	align-items: center;
	justify-content: center;
}

/* 테마등록 */
.theme{
	padding:10px 0 0 0;
	border-bottom:1px solid #e5e5e5;
}
.detail .theme{
	border-bottom:0 none;
}
.theme .thumb img{
	width:100%;
	height:auto !important;
}
.theme .form_title{
	flex:0 1 80px !important;
}
.theme .form_substance{
	flex:1 !important;
}

/* 등록정보 페이지 */
.mod_my_reg{
	display:flex;
	margin-top:18px; 
	gap:5px; 
	white-space: nowrap;
}
.mod_my_reg a{
	flex:1;
	padding:9px 0 !important;
}

	/* 결제완료 */
.info_add_area .pay_end_info{
	width:100%; 
	padding:10px; 
	border-radius:5px; 
	background-color:#fff; 
	line-height:20px; 
	box-sizing: border-box;
	border:1px solid #ccc;
}

.info_add_area .pay_end_info ul{
	line-height: 1.7;
}

.info_add_area .pay_end_info ul li{
	position:relative;
	padding:10px 0 10px;
	margin-left:15px;
	font-size:1.000em;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	letter-spacing:-1px;
	color:#999;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.info_add_area .pay_end_info ul li.deposit{
	position:relative;
	padding:10px 0 10px;
	margin-left:0;
	font-size:1.000em;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	letter-spacing:-1px;
	color:#999;
	border:0 none;
}

.info_add_area .pay_end_info ul li.inner_title{
	position:relative;
	padding:15px 0;
	margin-left: -10px;
	font-size:1.143em;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	letter-spacing:-1px;
	color:#333333;
	border:0 none;
}

.info_add_area .pay_end_info ul li.inner_title .icon_message{
	display:flex;
	justify-content: center; 
	align-items: center; 
	gap:10px;
}

.info_add_area .pay_end_info ul li.inner_title .icon_message .clip_icon{
	display:inline-flex; 
	width:50px; 
	height:50px; 
	margin-top:5px;
	background: transparent;
	border:2px solid #000; 
	border-radius:50px; 
	justify-content: center;
	align-items: center;
}
.info_add_area .pay_end_info ul li.deposit:before,
.info_add_area .pay_end_info ul li.inner_title:before{
	display:none;
}

.info_add_area .pay_end_info ul li:before{
	content:"";
	position:absolute;
	display:inline-block;
	left:-18px;
	top:12px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23c8c8c8' stroke-width='1.03' points='7 4 13 10 7 16'/%3E%3C/svg%3E");
	width:16px;
	height:16px;
}

/* 팝업창 타이틀 */
.popup_big_title{
		font-size:24px;
		letter-spacing:-1px;
		background:#f6f7f8;
		color:#333333;
		padding:15px 20px;
		border-bottom:1px solid #eaeaea;
		font-weight:500;
	}
