 /* Opera Fix */
option, x:-moz-any-link {
	padding-right: 4px;
} /* Firefox Fix */
option, x:-moz-any-link, x:default {
	padding-right: 0;
} /* Firefox Fix */


/* 기본레이아웃 구조 */
html, body{
	height:100%;
}


#header {margin-bottom:10px;}
#contents {margin-bottom:10px;}


/* 로고 */
.t_logo {padding:5px 10px 5px 5px; display: flex;flex-wrap: nowrap;justify-content: space-between; align-items: center;box-sizing: border-box;}
.t_logo .btn_category, .t_logo .btn_category img{width:45px!important;}
.t_logo .m_log{width:160px !important;}


/* 검색박스 */
.t_search {padding:0 10px; margin-bottom:10px;}
.t_search h1{font-size:0px; overflow:hidden;}

.common_flex{
	display:flex;
}
.search_box_top{
	width:100%;
	height:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background:#f5f5f5;
	border:1px solid #7e7e7e;
	box-shadow:inset 0 2px 2px #e5e5e5;
	-webkit-box-shadow:inset 0 2px 2px #e5e5e5;
}
.search_input{
	border:0px;
	background:transparent;
	- webkit-appearance:none;
	margin:5px 0 0 5px;
	height:30px;
	line-height:30px;
	width:98%;
	outline-style:none;
}
.btn_search {
	margin:2px 0 0 0;
	border:0px;
	width:36px; height:36px;
	text-indent:1000%;
	/*background:url(../mobile_img/btn_search.gif) 0 0 no-repeat;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	background:url(../mobile_img/btn_search.gif) 0 0 repeat-x top \0ie+9;
	background:url(../mobile_img/btn_search.gif) 0 0 repeat-x top \9;*/
}


/* 모바일메뉴 */
.top_menu {margin-bottom:5px;}

.top_menu {margin-bottom:0px;}
.sub_menu li{float:left; width:25%;margin-top:0.2em}
.sub_menu span{
	border:1px solid #dbdbdb;
	display:block;
	text-align:center;
	padding:7px 0 ;
	margin:5px 5px 0 auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	letter-spacing:-0.05em;
	font-size:14px;
}
.sub_menu2 {clear:both; padding:10px 0 0 10px}
.sub_menu2 {display: flex; gap:12px; word-break: break-all;flex-wrap: wrap;}
.sub_menu2 li{margin-top:0.2em; word-break: break-all;}
sub_menu2 span:first-child:before{ content: "";}
.sub_menu2 span:before {
	content: "|";
	top: -3px;
	font-size: 10px;
	color: #bdbdbd;
	 padding-right: 12px;}
.sub_menu2 li:first-child span:before{ content: "";padding-right: 0px;}

.sub_menu2 span, .sub_menu2 span a{
	text-align:left;
	padding:2px 0 ;
	margin:5px 5px 0 auto;
	border-radius:5px;
	cursor:pointer;
}
.sub_menu2 span, .sub_menu2 span a{letter-spacing:-0.09em;font-size:14px;}

/* 카테고리 레이어 */
.category_layer td{padding:5px 5px 0 0;}
.category_layer span{display:block; border:1px solid #dbdbdb; padding:5px 8px 5px 8px; text-align:center; background:#f9f9f9;}
.category_layer_02 span{display:block; border-bottom:1px solid #dbdbdb; text-align:left; padding:10px;}


/* 카피라이터 */
.copyright{border-top:1px solid #a5a5a5; background:#f5f5f5; padding-bottom:20px;}
.notice{border-bottom:1px solid #dfdfdf; padding:5px 10px 5px 10px;}

.btn_copy{padding:10px; margin-bottom:10px;}
.btn_copy li{width:25%; float:left; }
.btn_copy span{
	display:block;
	width:95%;
	border:1px solid #aeaeae;
	box-shadow:inset 0 1px 1px #e5e5e5;
	-webkit-box-shadow:inset 0 1px 1px #e5e5e5;
	border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	padding:8px 0 8px 0;
	background:#FFF;
}

.copy{padding:0 10px 0 10px;}


/* 랭킹페이지 */
.ranking_month span{display:inline-block; zoom:1; *display:inline; _display:inline;}
.ranking_month_num {display:block; border-top:1px solid #bbbbbb; border-bottom:1px solid #bbbbbb; background:#ededed; height:25px; line-height:25px; padding:0 10px 0 10px; vertical-align:middle;}


/* 상세페이지 */
.title {display:block; margin-bottom:5px;}
.img_middle > a{display:inline-block; width:20px;}
.img_middle > a > img {vertical-align:middle; width:100%;}

.detail_btn {padding:10px 0 0 0; margin-bottom:20px;}
.detail_btn li{display:inline-block; zoom:1; *display:inline; _display:inline; vertical-align:middle}
.detail_btn span{display:block; }
.detail_btn span a{vertical-align:middle}

/* 상세페이지 리플텝 */
.memo_tab1 {
	width:80px;
	height:35px;
	cursor:pointer;
	background-color:#ffffff;
	border:1px solid #c1c1c1;
	border-left:none;
	border-right:none;
}

.memo_tab2 {
	width:80px;
	height:35px;
	cursor:pointer;
	background-color:#f3f3f3;
	border:1px solid #c1c1c1;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

/* 상세페이지 리플 추천,비추천 */
.reply_re span {padding-right:5px;}
.reply_recom {
	background:url('../../mobile_img/btn_icon_recom.gif') no-repeat;
	width:50px;
	height:30px;
	cursor:pointer; text-align:right;
	background-size:50px 30px;
	-webkit-background-size:50px 30px;
	background:url('../../mobile_img/btn_icon_recom.gif') no-repeat \0ie+9;
	background:url('../../mobile_img/btn_icon_recom.gif') no-repeat \9;
}
.reply_un_recom {
	background:url('../../mobile_img/btn_icon_un_recom.gif') no-repeat;
	width:50px;
	height:30px;
	cursor:pointer; text-align:right;
	background-size:50px 30px;
	-webkit-background-size:50px 30px;
	background:url('../../mobile_img/btn_icon_un_recom.gif') no-repeat \0ie+9;
	background:url('../../mobile_img/btn_icon_un_recom.gif') no-repeat \9;
}



/* 메인페이지 컨텐츠영역*/
#con_ct{position:relative}
#con_ct .con_wrap{}


/* 메인서브버튼 */
.cate_menu {width:auto; border-left:1px solid #dbdbdb; overflow:hidden;}
.cate_menu ul{display:table; table-layout:fixed; width:100%;}
.cate_menu li{display:table-cell; text-align:center; border-left:none;  background:url(../../mobile_img/bg_left_line.gif) #FFF right no-repeat; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; padding:10px 0 10px 0;}


/* 메인메뉴 상단페이징(슬라이더) 소스 */
.sp-buttons{position:absolute; top:140px; width:100%;text-align:center;}
.sp-button{width:16.66%; height:6px; float:left; border-radius:none; display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}
.sp-selected-button{	background-color:#07c7d3;}


/* 로그인창 */
.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;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 14px;
	padding-left: 5px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
	border-radius: 0.3em;
}
.login_form .id_pass_area input:focus{
	border:1px solid #0255AA;
	outline:none;
}
.login_form .id_pass_area input::placeholder{
	color:#999;
}
.login_form .log_area{
	display:block; 
	margin-top:5px;
}
.login_form .log_area button{
	width:100%; 
	color:#fff; 
	background:#0255AA;
	border-radius:5px;
	padding: 15px 30px;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
	outline:none;
}
.login_form .log_area button:hover,
.login_form .log_area button:active,
.login_form .log_area button:focus{
	background:#05478b;
}
.login_form .log_area button:active{
	background-color: #05478b;
	color: #fff;
	border-color: #999999;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.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;
}
.login_form .find_info a img{
	 width:55px;
}
.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: 500;
	font-size: 1.286em; 
	line-height: 52px;
	border: 1px solid #626060;
	background: #727272; 
	padding-bottom:0 !important;
}

.input_quadrangle {
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/* 서브페이지 현재위치 */
#sub_location{padding:13px 20px 13px 10px; font-size:1.0em; border-bottom:2px  solid #e2e2e2;}
#sub_location a{font-weight:normal}
#sub_location img{max-width:100%}


/* 회원가입 */
/*.member_join{width:100%; position:relative; z-index:10}
.member_join .icon_nemo{background:url('../../mobile_img/icon_nemo.gif') 8px 13px no-repeat; color:#7B7A7A; padding:12px 0 12px 30px}
.member_join .icon_nemo_2{background:url('../../mobile_img/icon_nemo_02.gif') 17px 15px no-repeat; color:#7B7A7A; padding:12px 5px 12px 30px; text-align:left; letter-spacing:-1px}
.member_join .icon_nemo_3{background:url('../../mobile_img/icon_nemo.gif') 8px 30px no-repeat; color:#7B7A7A; padding:12px 5px 12px 30px; text-align:left; letter-spacing:-1px}
.member_join .ne_p{background:url('../../mobile_img/icon_nemo_02.gif') 17px 45px no-repeat !important;}
.member_join td, .member_join th{border-bottom:1px solid #e5e5e5; font-size:0.75em;}
.member_join td table td{border:none}
.member_join th{text-align:left; border-bottom:1px solid #e5e5e5}
.member_join input[type="text"], .member_join input[type="password"]{ padding-left:5px; border:1px solid #dddddd; line-height:1.75em}
.member_join input[name="user_hphone"]{width:120px}
.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_join select{} */

.member_th {width:120px; background-color:#f9f9f9; border:1px solid #EDEDED; border-left:none; border-top:none; text-align:left;}
.member_td {padding:10px; border-bottom:1px solid #EDEDED; text-align:left;}
.member_td input[type="text"], .member_td input[type="password"]{border:1px solid #dbdbdb; height:23px; line-height:23px; border-radius:0px; -webkit-border-radius:0px;  -moz-border-radius: 0px;}
.member_td input[type="radio"]{vertical-align:middle; }
.member_td input[type="checkbox"]{vertical-align:middle; }


/* 마이페이지 */
.my_menu {}
.my_menu li {background:#f3f3f3; border-bottom:1px solid #dbdbdb; padding:10px;}
.my_menu span {position:absolute; right:10px;}


/* 박스style */
.box_round {
	border:1px solid #cdcdcd;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px; padding:10px 10px 0 10px;
}

.n_table_th {width:80px; background-color:#f9f9f9; border-bottom:1px solid #EDEDED; border-left:none; border-top:none; text-align:left; padding:0 0 0 10px;}
.n_table_td {padding:5px; border-bottom:1px solid #EDEDED; text-align:left;}
.n_table_td input[type="text"], .n_table_td input[type="password"]{border:1px solid #dbdbdb; height:23px; line-height:23px; border-radius:0px; -webkit-border-radius:0px;  -moz-border-radius: 0px;}
.n_table_td input[type="radio"]{vertical-align:middle; }
.n_table_td input[type="checkbox"]{vertical-align:middle; }
.n_table_td input[type="select"]{height:23px; line-height:23px; vertical-align:middle; }

.n_input input[type="text"], .n_input input[type="password"]{border:1px solid #dbdbdb; height:23px; line-height:23px; border-radius:0px; -webkit-border-radius:0px;  -moz-border-radius: 0px;}
.n_input input[type="radio"]{vertical-align:middle; }
.n_input input[type="checkbox"]{vertical-align:middle; }
.n_input input[type="select"]{height:23px; line-height:23px; vertical-align:middle; }


/* 버튼모음 */
.btn_small_stand{
	border:1px solid #afafaf;
	padding:8px 10px 8px 10px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_small_stand.gif) #FFF repeat-x bottom;
	background-size:10px 20px;
	-webkit-background-size:10px 20px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:url(../../mobile_img/bgpart_small_stand.gif) #FFF repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_small_stand.gif) #FFF repeat-x bottom \9;
}

.btn_small2_stand{
	border:1px solid #afafaf;
	padding:3px 5px 3px 5px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_small_stand.gif) repeat-x bottom;
	background-size:10px 20px;
	-webkit-background-size:10px 20px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:url(../../mobile_img/bgpart_small_stand.gif) repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_small_stand.gif) repeat-x bottom \9;
}

.btn_small_dark{
	border:1px solid #222222;
	padding:8px 10px 8px 10px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	color:#FFF;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom;
	background-size:10px 20px;
	-webkit-background-size:10px 20px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:url(../../mobile_img/bgpart_category_top.gif)#444546 repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom \9;
}

.btn_small_dark2{
	border:1px solid #222222;
	padding:0 10px 0 10px;
	height:25px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	color:#FFF;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom;
	background-size:10px 20px;
	-webkit-background-size:10px 20px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:url(../../mobile_img/bgpart_category_top.gif)#444546 repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom \9;
}


.btn_small_dark:hover{
	border:1px solid #222222;
	padding:8px 10px 8px 10px;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	color:#FFF;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom;
	background-size:10px 20px;
	-webkit-background-size:10px 20px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:url(../../mobile_img/bgpart_category_top.gif)#444546 repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_category_top.gif) #444546 repeat-x bottom \9;
}

.btn_big_stand{
	border:1px solid #333;
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_category_top.gif) repeat-x bottom;
	background-size:30px 40px;
	-webkit-background-size:30px 40px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:url(../../mobile_img/bgpart_category_top.gif) repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_category_top.gif) repeat-x bottom \9;
	cursor:pointer;
}
.btn_big_stand2{
	border:1px solid #afafaf;
	width:128px;
	height:38px;
	line-height:38px;
	text-align:center;
	vertical-align:middle;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	font-size:13px;
	letter-spacing:-1px;
	background:url(../../mobile_img/bgpart_small_stand.gif) repeat-x bottom;
	background-size:10px 20px;
	-webkit-background-size:10px 20px;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background:url(../../mobile_img/bgpart_small_stand.gif) repeat-x bottom \0ie+9;
	background:url(../../mobile_img/bgpart_small_stand.gif) repeat-x bottom \9;
	cursor:pointer;
}

.btn_more{
	border:1px solid #969696;
	border-bottom:2px solid #7d7d7d;
	padding:8px 0 8px 0;
	width:100%;
	text-align:center;
	display:inline-block; zoom:1; *display:inline; _display:inline;
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size:13px;
	letter-spacing:-1px;
	background:#f7f7f7;
}


/* 폰트모음 */
.font_st_30_bold{font-family:tahoma,'Malgun Gothic';font-size:2.60em;font-weight:bold;}
.font_st_25_bold{font-family:tahoma,'Malgun Gothic';font-size:1.90em;font-weight:bold;}
.font_st_20_bold{font-family:tahoma,'Malgun Gothic'; font-size:1.45em;font-weight:bold;letter-spacing:-2px;}
.font_st_15_bold{font-size:1.15em;font-weight:bold;}
.font_st_21_bold{font-family:tahoma,'돋움';font-size:1.60em;font-weight:bold;}
.font_st_14_bold{font-family:tahoma,'Malgun Gothic'; font-size:1.0em; font-weight:bold;}
.font_st_14{font-family:tahoma,'돋움';font-size:1.0em;}
.font_st_13_bold{font-family:tahoma,'Malgun Gothic'; font-size:0.85em; font-weight:bold;}
.font_st_13{font-family:tahoma,'돋움';font-size:0.85em;}
.font_st_12{font-family:tahoma,'Malgun Gothic'; font-size:0.75em;}
.font_st_11{font-family:tahoma,'돋움';font-size:0.65em;}
.font_st_10{font-family:tahoma,'돋움';font-size:0.55em;}
.letter{letter-spacing:-1px;}


/* 기타소스 */
.freeimg img{max-width:100%; height:auto !important}
.bbs_free img{max-width:100%; height:auto !important}
.freeimg_table table td img{max-width:100%; height:auto;}
.img_180 img {max-width:100%; height:auto;}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; }
.ellipsis2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.fly {position:relative;}
.fly .left {position:absolute; left:0px; top:0;}
.fly .right {position:absolute; right:0px; top:0;}
.banner_img img{width:500px; height:auto}
.banner_img {text-align:center; padding:10px; }
.more{display:block; border:1px solid #dbdbdb; padding:3px 5px 3px 5px;}
.blind_m{visibility:hidden; overflow:hidden; position:absolute; left:-999em; width:0; height:0; font-size:0; line-height:0}
.block_b li{display:block; float:left; margin-right:10px;}



/* 일반 페이징 */
.normal_page {padding:10px 0 5px 0; text-align:center;}
.normal_page span{display:inline-block; zoom:1; *display:inline; _display:inline;}
.normal_num {display:block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; font-size:13px; background:#f3f3f3; margin-right:3px;}
.normal_num_b {display:block; width:30px; height:30px; line-height:30px; border:1px solid #747474; font-weight:bold; background:#FFF; font-size:13px; margin-right:3px;}
.normal_prev {display:block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; background:#f3f3f3; margin-right:3px; font-size:13px; }
.normal_next {display:block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; background:#f3f3f3; font-size:13px; }
/* 일반 페이징 END */


/* 모바일 아작스 페이징 */
.ajax_page {padding:10px 0 5px 0;}
.ajax_page span{display:inline-block; zoom:1; *display:inline; _display:inline;}
.ajax_num {display:block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; font-size:13px; background:#f3f3f3; margin-right:3px;}
.ajax_num_b {display:block; width:30px; height:30px; line-height:30px; border:1px solid #747474; font-weight:bold; background:#FFF; font-size:13px; margin-right:3px;}
.ajax_prev {display:block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; background:#f3f3f3; margin-right:3px; font-size:13px; }
.ajax_next {display:block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; background:#f3f3f3; font-size:13px; }
/* 모바일 아작스 페이징 END */




/* 페이지번호 ******************************************************************************** */
table#page {width:auto; margin-top:10px; border:0px solid red;}
table#page {width:auto; margin-top:10px; border:0px solid red;}
table#page {width:auto; margin-top:10px; border:0px solid red;}
table#page {width:auto; margin-top:10px; border:0px solid red;}

#page {margin-top:20px; border:0px solid red;}

table#page{text-align:center; margin:0 0 20px 0; width:auto; border:0px solid red;}
table#page a,table#page b{
	display:block; width:22px; height:19px; border-left:0px solid #CCC; border-right:0px solid #CCC; border:1px solid #CCC;
	color:#555; font-family:"돋움","Arial","Tahoma"; font-size:12px; padding:5px 3px 0 3px; margin:0 3px;
	background-color:#F9F9F9; background:url('../../img/page/bg_pagenum2.jpg') no-repeat center;
}
table#page a:hover,table#page b:hover{
	color:black; font-weight:100;
	text-decoration:none; background-color:#AAA;
	background:url('../../img/page/bg_pagenum2_ov.jpg') no-repeat center;
}

/* 이전버튼 */
table#page a.prev{
	width:26px; padding-left:3px; border:1px solid #CCC;
	background:url('../../img/page/bg_pagenum_prev_ov_new.jpg') no-repeat center;
}
table#page a.prev2{
	width:26px; padding-left:3px; border:1px solid #CCC;
	background:url('../../img/page/bg_pagenum_prev_ov2_new.jpg') no-repeat center;
}

table#page a.prev:hover{background:url('../../img/page/bg_pagenum_prev_new.jpg') no-repeat center;}
table#page a.prev2:hover{background:url('../../img/page/bg_pagenum_prev2_new.jpg') no-repeat center;}


table#page a.prev_not{
	width:26px; color:#AAA; padding-left:3px; border:1px solid #CCC;
	background:url('../../img/page/bg_pagenum_prev_ov_new.jpg') no-repeat center center;
}



/* 다음버튼 */
table#page a.next{
	width:26px; padding-right:3px; border:1px solid #CCC;
	background:url('../../img/page/bg_pagenum_next_ov_new.jpg') no-repeat center;
}
table#page a.next2{
	width:26px; padding-right:3px; border:1px solid #CCC;
	background:url('../../img/page/bg_pagenum_next_ov2_new.jpg') no-repeat center;
}
table#page a.next:hover{background:url('../../img/page/bg_pagenum_next_new.jpg') no-repeat center;}
table#page a.next2:hover{background:url('../../img/page/bg_pagenum_next2_new.jpg') no-repeat center;}

table#page a.next_not{
	width:26px; color:#AAA; padding-right:3px; border:1px solid #CCC;
	background:url('../../img/page/bg_pagenum_next_ov_new.jpg') no-repeat center;
}



/* 현재 */
table#page a.now{
	color:#FFF; background-color:#FF8040; font-weight:bold; border-color:#FAA;
	background:url('../../img/page/bg_pagenum_now2.jpg') no-repeat center;
}
table#page b.now{
	color:#FFF; background-color:#FF8040; font-weight:bold; border-color:#FAA;
	background:url('../../img/page/bg_pagenum_now2.jpg') no-repeat center;
}
table#page a.now:hover,table#page b.now:hover {
	color:#FFF;
	background:url('../../img/page/bg_pagenum_now2_ov.jpg') no-repeat center;
}
table#page {margin:0 auto 20px auto;}
table#page a {margin:0 2px; float:left;}
table#page a.prev {}
table#page a.prev_not {float:left;}
table#page b.now {float:left;}


/* 썸네일 width 100 */
.free_thumb_img img{width:100% !important; height:auto !important;}

/* 회원정보 찾기추가*/
.member_area{
	position:relative; 
	padding:15px 10px 50px 10px; 
	background:#f3f3f3
}
.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;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 14px;
	padding-left: 5px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
	border-radius: 0.3em;
}
.member_area .member_area_inner .member_form .id_pass_area input:focus{
	border:1px solid #0255AA;
	outline:none;
}
.member_area .member_area_inner .member_form .id_pass_area input::placeholder{
	color:#999;
}
.member_area .member_area_inner .member_form .log_area{
	display:block; 
	margin-top:5px;
}
.member_area .member_area_inner .member_form .log_area a,
.member_area .member_area_inner .member_form .log_area button{
	width:100%;
	display:block;
	color:#fff; 
	background:#0255AA;
	border-radius:5px;
	padding: 15px 30px;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
	outline:none;
	text-align:center;
	box-sizing: border-box;
}
.member_area .member_area_inner .member_form .log_area a:hover,
.member_area .member_area_inner .member_form .log_area a:active,
.member_area .member_area_inner .member_form .log_area a:focus,
.member_area .member_area_inner .member_form .log_area button:hover,
.member_area .member_area_inner .member_form .log_area button:active,
.member_area .member_area_inner .member_form .log_area button:focus{
	background:#05478b;
}
.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.6;
	font-size:0.8em;
	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:0 !important;
	margin-left: auto !important;
	box-sizing: border-box;
}
.real_article li ul li.fix_width .log_area{
	margin:0 !important;
}
.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.8em;
	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.8em;
	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;
}

/* 전체보기 */
.div_category_right{
	position: fixed;
	right: 0;
	width: 20%;
	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: 80%;
	background: #fff;
	float: left;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 20%;
	z-index:10000;
}

.member_join input[type="text"], .member_join input[type="password"]{ 
	border:1px solid #e7e7e7;
	width:100%;
	height:38px;
	line-height:38px;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	background:#f4f4f4;
	margin:2px 0;
	-webkit-border-radius:3px;
	box-sizing:border-box;
}
.member_join select {
	border:1px solid #e7e7e7;
	height:38px;
	line-height:38px;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	background: #f4f4f4 url(../../mobile_img/sel_arr_2x.gif) 100% 50% no-repeat;
	-webkit-background-size: 20px 8px;
	-webkit-border-radius:3px;
	box-sizing:border-box;
}
.member_join input[type=file]{
	border:1px solid #e7e7e7;
	height:38px;
	line-height:38px;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	background:#f4f4f4;
	margin:2px 0;
	-webkit-border-radius:3px;
	box-sizing:border-box;
}
.member_join textarea{
	border:1px solid #e7e7e7;
	height:38px;
	line-height:38px;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	background:#f4f4f4;
	-webkit-border-radius:3px;
	box-sizing:border-box;
}
.member_join input[type=checkbox], .member_join input[type=radio]{
	vertical-align:middle;
	margin:-4px 0 0;
	cursor:pointer;
}

.member_join {width:100%;}
.member_join .icon_nemo{color:#7B7A7A; padding:10px 0 5px 0; letter-spacing:-1px}
.member_join td, .member_join th{padding:5px 5px 10px 0; }
.member_join td table td{ border:none}
.member_join th{text-align:left; font-size:0.9rem;}

/* 회원정보수정 */
.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;
	width:calc(100% - 135px) !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:0.8rem;
	margin:5px 0px 0px 0px !important;
	padding:10px 0;
	cursor:pointer;
	border-radius:3px !important;
	font-family:'맑은고딕';
	text-align:center;
	background-color: #8d8e98;
	vertical-align:middle;
	color:#FFFFFF;
}
.h_btn_st13 {
	font-size:0.9rem !important;
	padding:8px 10px;
	cursor:pointer;
	border-radius:3px !important;
	font-family:'맑은고딕';
	text-align:center;
	background-color: #f4f4f4;
	color:#333333;
	vertical-align:middle;
	border:1px solid #dbdbdb;
}

/* 일반 */
.join_input_s {
	width:100% !important;
}
.guide_txt { 
	margin-left:10px; 
	color:#999; 
}

/* 이메일 */
.join_input_e_01 { 
	width:30% !important;
}
.join_input_e_02 { 
	width:30% !important;
}
.join_select_e { 
	width:30% !important; 
	margin-left:3px !important;
}
/* 연락처 */
.join_select_p { 
	width:30% !important;
}
.join_input_p_01 { 
	width:30% !important;
}
.join_input_p_02 { 
	width:30% !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;
}


.youtube_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.youtube_container iframe,
.youtube_container object,
.youtube_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 댓글작성 */
/* 댓글작성 영역 */
.reply_list{
	position:relative;
	padding:10px;
}
.reply_list .dummy_reply{
	width:100%; 
	height:45px; 
	display:flex; 
	padding: 0 10px; 
	margin-top: 5px;
	border:1px solid #cccccc; 
	border-radius:3px; 
	color:#929292; 
	align-items: center;
	background:#fff;
	box-sizing: border-box;
}
.reply_list .close_dummy{
	position:fixed; 
	top:0; 
	left:0; right:0; bottom:0; z-index:1; background: transparent;
}
.reply_list .reply_write_area{
	position:relative; 
	z-index:100;
	margin-top:5px;
}
.reply_list .reply_write_area .reply_write{
	display:flex; 
	border-radius:3px; 
	border:1px solid #ccc; 
	background:#fff;
	flex-direction: column;
}
.reply_list .reply_write_area .reply_write .place{
	padding:5px 15px 15px 15px;
}
.reply_list .reply_write_area .reply_write .place textarea::placeholder {
	color:#d5d5d5;
}
.reply_list .reply_write_area .reply_write .submit_area{
	display:flex; 
	height:46px; 
	padding:0 15px; 
	border-top:1px solid #eaeaea; 
	align-items: center;
}
.reply_list .reply_write_area .reply_write .submit_area .byte{
	flex:1;
	text-align:left;
}

/* 소팅 */
.sort_reply{
	padding:10px 0;
}
.sort_reply a{
	font-size:13px;
	color:#999;
}
.sort_reply a b{
	font-weight:500px;
	color:#333;
}
.sort_reply a:before{
	content:"ㅣ";
	padding-right:8px;
	padding-left:3px;
	display:inline-block;
	font-size:9px;
	color:#999;
	position:relative; 
}
.sort_reply a:first-child:before{
	display:none;
}
/* 댓글 비회원정보 */
.user_info_no_member_area{
	display:flex; 
	padding:15px 15px 0 15px; 
	margin-bottom:5px;
	gap:10px; 
	align-items: center;
	flex-wrap: wrap;
}
.user_info_no_member_area .name{
	display:inline-flex; 
	gap:10px; 
	align-items: center;
	flex:0 1 50%;
}
.user_info_no_member_area .pass{
	display:inline-flex; 
	gap:10px; 
	align-items: center;
	flex:0 1 50%;
}
.user_info_no_member_area .spam_check{
	display:inline-flex; 
	gap:10px; 
	align-items: center;
}
.user_info_no_member_area .spam_check .number{
	display:inline-block; 
	padding:11px 5px 11px 7px; 
	color:#fff; 
	vertical-align:middle;
	background:#999; 
}
/* 댓글 회원정보 */
.user_info{
	display:inline-flex; 
	padding:15px 15px 0 15px;
	gap:5px;  
	align-items: center;
}
.user_info .thumb img{
	width:26px; 
	height:26px; 
	overlfow:hidden;
	border-radius:50px;
}
/* 댓글내용창  */
.reply_list .comment_box_area{
	displaY:flex; 
	padding:20px 0;
	flex-direction: column; 
	border-bottom:1px solid #eaeaea;
}
.reply_list .comment_box_area.inner{
	display:flex; 
	padding:20px 0 10px 0;
	flex-direction: column; 
	border-bottom:1px solid #eaeaea;
}
.reply_list .comment_box_area .comment_user_info .user{
	align-items: center;
}
.reply_list .comment_box_area .comment_user_info .user,
.reply_list .comment_box_area .reply_tool_area .reply_tool{
	position:relative;
	display:flex;
}
.reply_list .comment_box_area .comment_user_info .user .thumb{
	width:35px; 
	height:35px; 
	overflow:hidden; 
	border-radius:50px; 
	margin-right:10px;
}
.reply_list .comment_box_area .comment_user_info .user .thumb img{
	width:35px; 
	height:35px; 
	overflow:hidden; 
	border-radius:50px;
}
.reply_list .comment_box_area .comment_user_info .user .info{
	flex:1;
}
.reply_list .comment_box_area .comment_user_info .user .info dt{
	text-align:left;
	color:#222;
}
.reply_list .comment_box_area .comment_user_info .user .info dd{
	text-align:left; 
	color:#999999;
	margin-top:8px;
}
.reply_list .comment_box_area .reply_comment{
	color:#222;
	padding:10px 0 15px 0; 
	text-align:left;
	line-height:1.3; 
}
.reply_list .comment_box_area .reply_tool_area .reply_tool .tool_inner{
	flex:1; 
	text-align:left;
}
/* 상세페이지 댓글  삭제버튼 */
.work_area .work_box{
	position:absolute;
	top:19px;
	right:12px;
	z-index:1000;
}
.work_area .work_box ul{
	border:1px solid #d0d0d0;
	border-radius:3px;
	box-shadow: 0 2px 26px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0, .1);
	-webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
	background:#fff;
}
.work_area .work_box ul li{}
.work_area .work_box ul li a{
	display:flex;
	height:38px;
	width:60px;
	justify-content: center;
	align-items: center;
	color:#333333;
	line-height: 1.0;
	font-size:0.857em !important;
}
.work_area .work_box ul li + li a{
	border-top:1px solid #d0d0d0;
}



/* 마이댓글 */
.my_reply_icon_area{
	position:absolute;
	top:0;
	right:10px;
}
.my_reply_icon_area .icon{
	width:70px; 
	height:29px;
	display:inline-flex; 
	color:#333333; 
	border:1px solid #dddddd; 
	letter-spacing:-1px; 
	border-radius:15px; 
	align-items: center;
	justify-content: center;
}
.my_reply_user_info_area{
	text-align:center
}
.my_reply_user_info_area .thumb{
	position:relative;
	displaY:inline-block
}
.my_reply_user_info_area .thumb .mem_mod{
	width:30px; 
	height:30px; 
	position:absolute;
	right:-5px;
	bottom:-10px;
	color:#adadad; 
	display:inline-flex; 
	border:1px solid #f3f3f3; 
	border-radius:25px; 
	align-items: center;
	justify-content: center;
	background:#fff;
}
.my_reply_user_info_area .user_name{
	padding:9px 0 19px 0;
}
.my_reply_user_info_area .infomation{
	display:flex;
	padding:15px 10px; 
	border-radius:5px; 
	border:1px solid #eaeaea; 
	background:#fbfbfb;
	align-items: center;
}
.my_reply_user_info_area .infomation .thumb{
	flex:0 1 72px;
	margin-right:20px;
}
.my_reply_user_info_area .infomation dt.name{
	width:100%; 
	float: none;
	font-size:1.000em;
	color:#333;
}
.my_reply_user_info_area .infomation dt{
	width:45px;
	margin-bottom:1px;
	font-size:0.794em;
	color:#666666;
	float:left;
	text-align:left;

}
.my_reply_user_info_area .infomation dd{
	overflow:hidden;
	font-size:0.794em;
	margin-bottom:1px;
	text-align:left;
}
.my_reply_user_info_area .infomation dd.count{
	float:none;
	color:#000000;
}
.my_reply_user_info_area .infomation dd.count span.txt{
	color:#444444;
}
.my_reply_user_info_area .infomation dd.count span.txt span:after{
	content:"·";
	display:inline-block;
	font-size:15px;
	color:#c1c2c6;
	padding-left:5px;
}
.my_reply_user_info_area .infomation dd.count span.txt:last-of-type span:after{
	display:none;
}
.my_reply_sort{
	padding:20px 0 10px 0;
}
.my_reply_sort a{
	font-family: 'Noto Sans KR' !important;
	font-size:13px;
	color:#b9b9b9;
	margin-right:10px;
}
.my_reply_sort .sort_select{
	color:#000;
	font-weight:700;
}
.my_reply_box_area .ajax_page{
	position:sticky; 
	bottom:0;
	background:#fff;
	border-top:1px solid #d2d2d2;
	z-index:1000;
}
.my_reply_box_area .ajax_page table{
	margin:0 auto;
}
.my_reply_box{
	padding:10px 0 20px 0;
	border-top:1px solid #d2d2d2;
}
.my_reply_box .my_reply_comment span{
	display:inline-block;
	padding:0px 3px;
	background:#aaaaaa;
	color:#fff;
	border-radius:3px;
	font-size:0.714em;
}
.my_reply_box .my_reply_comment{
	margin:5px 0 7px 0; 
	text-align:left; 
	color:#222; 
	font-size:0.857em;
}
.my_reply_box .my_reply_post{
	display:flex;
	padding:3px 20px 3px 3px;
	border:1px solid #eaeaea;
	box-sizing: border-box;
	align-items: center;
	border-radius:3px;
}
.my_reply_box .my_reply_post .thumb{
	flex:0 1 62px;
	margin-right:10px;
}
.my_reply_box .my_reply_post .thumb img{
	width:62px;
	height:62px;
	border-radius:3px;
}
.my_reply_box .my_reply_post .info{
	flex:1;
}
.my_reply_box .my_reply_post .info  h4.title{
	font-size:14px;
}
.my_reply_box .my_reply_post .info .title a{
	font-size:0.857em;
	color:#333;
	letter-spacing:-0.5px;
	line-height:1.3;
	font-weight:bold;
}
.my_reply_box .my_reply_post .info .etc{
	margin-top:1px;
	font-size:11px;
	color:#999999;
	text-align:left;
}
.stick {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.ajax_page {padding:20px 0;}
.ajax_page span{ zoom:1; *display:inline; _display:inline;}
.page_nomal, .page_now, .page_prev, .page_next{float:left;}
.page_nomal a{display:inline-block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; font-size:13px; background:#f3f3f3; margin-right:3px;}
.page_now a{display:inline-block; width:30px; height:30px; line-height:30px; border:1px solid #747474; font-weight:bold; background:#FFF; font-size:13px; margin-right:3px; }
.page_now a {display:inline-block;color:#666 !important}
.page_prev {display:inline-block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; background:#f3f3f3; margin-right:3px; font-size:13px; }
.page_next {display:inline-block; width:30px; height:30px; line-height:30px; border:1px solid #dbdbdb; background:#f3f3f3; font-size:13px; }
/* 아작스 페이징 END */


.open_menu {display:block;}
.open_menu .menu02 li {display:block; border-bottom:1px solid #dbdbdb; text-align:left; padding:1em; font-size:18px}
.open_menu .menu02 li span{color:#333;}


.list_table_layout table {
	table-layout:fixed !important;
}
