@import url("/font/NotoKR-Bold/stylesheet.css");
@import url("/font/NotoKR-Light/stylesheet.css");
@import url("/font/NotoKR-Medium/stylesheet.css");
@import url("/font/NotoKR-Regular/stylesheet.css");
@import url("/font/NotoKR-Thin/stylesheet.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,800');

html, body, ul, form, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {margin:0; padding:0; list-style:none; filter: expression(document.execCommand('BackgroundImageCache', false, true));}

a:link { color: #666; text-decoration: none }
a:visited { color: #666; text-decoration: none }
a:hover { color: #000; text-decoration: none }
a:active { color: #666; text-decoration: none }

p { margin-top: 0px; margin-bottom: 0px }
td,table { font-size: 13px; color: #666; line-height: 160%; font-family:'NotoKR-Regular', sans-serif;}

/*********** 공통 css *************/
select {font-size:13px; color:#666; border:1px solid #d4d4d4; background-color:#ffffff; padding:8px 5px; font-family:'NotoKR-Regular', sans-serif;}
.input {font-size:13px; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:9px 5px; font-family:'NotoKR-Regular', sans-serif;}
.search_input {font-size:13px; color: #666; border: #d4d4d4 1px solid; background-color: #ffffff; padding:9px 5px; font-family:'NotoKR-Regular', sans-serif;}
.blind {font-size:0; line-height:0; width:0px; height:0px;}
.textarea {width:100%; font-family:inherit; color:#666; line-height:150%; letter-spacing:-0.5px; padding:5px; border:#ccc 1px solid; background-color:#f9f9f9; box-sizing:border-box;}

/* input 디자인 */
.input_m {width:250px;}
.input_s {width:130px;}
.input_l {width:98%; box-sizing:border-box;}
.input_file {padding:5px; border:1px solid #ddd;}

/* 버튼디자인 */
.btn_w {display:inline-block; text-align:center; height:33px; line-height:33px; width:80px; border:1px solid #ccc; font-weight:normal; font-family:'NotoKR-Bold', sans-serif; font-size:12px; letter-spacing:-0.5pt; vertical-align:top;}
.btn_w:hover {color:#333; border:1px solid #333;}
.btn_b:link, .btn_b:visited {display:inline-block; text-align:center; height:33px; line-height:33px; width:80px; border:1px solid #555; background:#555; color:#fff; font-weight:normal; font-family:'NotoKR-Bold', sans-serif; font-size:12px; letter-spacing:-0.5pt; vertical-align:top;}
.btn_b:hover  {background:#333; border:1px solid #333; color:#fff;}
.btn_b_s {display:inline-block; text-align:center; height:33px; color:#fff; font-weight:normal; font-family:'NotoKR-Bold', sans-serif; width:70px; border:1px solid #555; background:#555; letter-spacing:-0.5pt; vertical-align:top;}
.btn_b_s:hover  {background:#333; border:1px solid #333;}
.comm_btn_confirm {display:inline-block; width:75px; height:56px; text-align:center; color:#fff; font-weight:normal; font-family:'NotoKR-Bold', sans-serif; border:1px solid #555; background:#555; font-size:12px; letter-spacing:-0.5pt; vertical-align:top;}

input.btn_w {text-align:center; height:35px; line-height:30px; width:80px; border:1px solid #ccc; background:#fff; color:#555; font-weight:normal; font-family:'NotoKR-Bold', sans-serif; font-size:12px; letter-spacing:-0.5pt; vertical-align:top;}
input.btn_w:hover {color:#333; border:1px solid #333;}
input.btn_b {text-align:center; height:35px; width:80px; border:1px solid #555; background:#555; color:#fff; font-weight:normal; font-family:'NotoKR-Bold', sans-serif; font-size:12px; letter-spacing:-0.5pt; vertical-align:top;}
input.btn_b:hover {background:#333; border:1px solid #333;}

/* 카테고리 */
.cate_tab {overflow:hidden; clear:both; margin-bottom:30px}
.cate_tab li {float:left;}
.cate_tab a {display:block; width:110px; height:52px; margin-right:2px; border:1px solid #dddddd; background:#fff; text-align:center; line-height:52px; font-size:14px; color:#666;}
.cate_tab a:hover {text-decoration:none; background-color:#f9f9f9}
.cate_tab a span {display:block; font-weight:normal; font-family:'NotoKR-Bold', sans-serif; line-height:52px; border:1px solid #064e91; background:#fff; width:110px; position:relative; left:-1px; top:-1px; color:#064e91;}


/*********** List *************/
.bbs_con {width:100%; border-collapse:separate; border-top:1px solid #333; border-spacing:0;}
.bbs_con td{padding:15px 0; border-bottom:1px dotted #d4d4d4}
.bbs_con td p.name{font-size:15px; color:#333; font-weight:bold; padding-bottom:5px; letter-spacing:-0.5pt;}
.bbs_con td p.title{padding-bottom:10px;}
.bbs_con td p.title a:link, .bbs_con td p.title a:visited{font-size:13px; font-weight:bold; color:#333;}
.bbs_con td p.name a:link, .bbs_con td p.name a:visited{font-size:15px; color:#333; font-weight:bold; letter-spacing:-0.5pt;}
.bbs_con td p.datail {padding-top:10px; text-decoration:underline;}
.bbs_con td p.cont{padding-right:15px;}
.img_bor{border:1px solid #ddd}

.tit_p a{color:#333; font-weight:bold; font-size:14px;}

.checkup_review_con {position:relative; overflow:hidden; width:100%;}
.checkup_review_con dl {float:left; width:24.25%; margin:0 1% 3% 0; text-align:left;}
.checkup_review_con dl:nth-child(4n) {margin-right:0;}
.checkup_review_con dt {width:100%; height:100%;}
.checkup_review_con dt img {max-height:100%; max-width:100%;}
.checkup_review_con dd {}
.checkup_review_con dd.subject {font-size:14px; color:#333; letter-spacing:-0.5pt; margin:15px 0 10px 0}
.checkup_review_con dd span.gender {font-size:14px; color:#777; letter-spacing:-0.5pt; }
.checkup_review_con dd.more {}
.checkup_review_con dd.more a {font-weight:400; font-size:12px; font-family:'Montserrat', sans-serif; letter-spacing:0; color:#8cab24; border:1px solid #8cab24; text-align:center; width:85px; height:35px; line-height:35px; display:block; transition: all 0.3s ease-out; box-sizing:border-box;}


/* page_num */
.page_num{padding:5px 0 0;}

/* 페이지 넘버 */
.page_number_on{font-weight:bold; float:left; line-height:12px; padding-top:4px; width:24px; height:20px; text-align:center; margin:0 2px; background:#646b74; color:#fff;}
.page_number{border:1px solid #ddd; font-weight:bold; line-height:12px; padding-top:4px; width:24px; height:20px; float:left; text-align:center; margin:0 2px;}

/* 검색바 */
.bbs_search {border-top:1px solid #999; border-bottom:1px solid #d4d4d4; padding:20px 0px; background-color:#f9f9f9;}
.bbs_search table {margin:0 auto;}
.bbs_search .select_area {padding-right:5px;}

/* 하단 버튼 */
.bbs_btn {width:100%; padding-top:10px; overflow: auto;}
.bbs_btn.align_right {text-align:right;}
.bbs_btn li.sel_btn{float:left;}
.bbs_btn li.list_btn{float:right; margin-top: 10px;}
.bbs_btn li.list_btn:after {display:block; content:""; overflow:hidden;}


/*********** View *************/
.bbs_view {width:100%; border-collapse:collapse; border-spacing:0px;}
.bbs_view th {font-weight:100; font-family: 'NotoKR-Medium', sans-serif; letter-spacing:-0.5pt; font-size:14px; color:#333; text-align:left; padding:15px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;     background-color: #f9f9f9; }
.bbs_view th.subject {font-family: 'NotoKR-Bold'; font-size:15px; border-top: 2px solid #a3c52f; border-bottom:none; border-right:none; background-color: #fff;}
.bbs_view th.subject span {font-size:13px; color:#777; margin-left:14px}
.bbs_view td {letter-spacing:-0.5pt; border-bottom:1px solid #d4d4d4; padding:15px; text-align: left;}
.bbs_view td.view_detail {color:#888; overflow:hidden; padding:15px; background-color:#f0f0f0; box-sizing:border-box; border-bottom:none; position:relative; font-size:12px; line-height:18px;}
.bbs_view td.view_detail p {float:left; width:50%;}
.bbs_view td.view_detail span.quote {display:inline-block; width:54px; height:43px; position:absolute; top:0; left:0;}
.bbs_view td.view_detail span.quote.two {top:auto; left:auto; bottom:0; right:0;}
.bbs_view td.view_content{word-break:break-all; border-right:1px solid #ddd; border-left:1px solid #ddd; padding:15px; box-sizing:border-box;}
.bbs_view td.view_content p {letter-spacing:-0.5pt;}
.bbs_view td.view_content .c_review_img dt{text-align: center;}
.bbs_view td.view_content dt img {width:90%;}

.view_content td {border:none !important; }

.sns_btn{text-align:left; padding:10px 0 0 0;}
.sns_btn img{margin-right:3px}
.sns_btn_top{text-align:right; padding:0 0 10px 0;}
.sns_btn_top img{margin-left:3px}

.view_prev{overflow:hidden; clear:both; }
	.view_prev img{vertical-align:middle; }
	.view_prev .btn_w{float:left; width:20%; box-sizing:Border-box; margin:0; height:37px; line-height:37px; font-weight:100; font-family:'NotoKR-Medium', sans-serif}
	.view_prev .prev{display:block; float:left; width:40%; box-sizing:border-box; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#f9f9f9; color:#5f5f5f; min-height:37px;}
	.view_prev .next{display:block; float:left; width:40%; box-sizing:border-box; text-align:right; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#f9f9f9; min-height:37px;}
	.view_prev .prev a, .view_prev .next a{display:inline-block; box-sizing:border-box; padding:0 10px; line-height:35px}

/* 검사후기 뷰페이지 */
.c_review_con {position:relative; overflow:hidden;}
.c_review_img {position:relative; overflow:hidden; margin-bottom:20px;}
.c_review_img dl {position:relative; overflow:hidden;}
.c_review_img dl.two {margin-top:20px}
.c_review_img dt {}
.c_review_img dd {position:absolute; top:35%; left:42%; font-size:12px; color:#666; letter-spacing:-0.5pt; line-height:18px;}
.c_review_img dd.two_txt01 {top:48%}
.c_review_img dd.two_txt02 {}

.c_review_img.left {margin-bottom:0; }
.c_review_img.left dl{float:none;top:auto; left:auto; width:100%;}
.c_review_img.left dd {left:110px; top:63%; }
.c_review_img.left dt {float:none;}
.bbs_view td.view_content .c_review_img.left dt img {width:260px}
.bbs_view td.view_content .c_review_img.bottom dt img {width:40%}

.c_review_img.bottom {}
.c_review_img.bottom dl {}
.c_review_img.bottom dt {}
.c_review_img.left.bottom dd {left:42%; top:70%;}

.c_review_txt {}
.c_review_txt dt {font-size:13px; font-weight:100; line-height:18px; letter-spacing:-0.5pt; font-family:'NotoKR-Regular', sans-serif; color:#444; margin-bottom:10px;}
.c_review_txt dd {line-height:18px; letter-spacing:-0.5pt; font-size:12px;}
.c_review_txt dd.caution {text-align:left; margin:12px 0 0 0; font-size:12px; color:#888; letter-spacing:-0.5pt;}
.c_review_txt.two {float:left;}

.c_review_txt.left {margin-top:15px; box-sizing:border-box;}

.tbl_test {table-layout: fixed; margin: 0 auto 46px; width: 90%;border-collapse:collapse;letter-spacing: -1em;}
.tbl_test tr:nth-last-child(1) td{font-weight:bold;}
.tbl_test tr:nth-child(2) td:nth-child(4){font-weight:bold;}

.tbl_test tr td{padding: 5px 0px; font-size: 9px; border: 2px solid #b5b5b5 !important;text-align: center; word-break:keep-all;}
.tbl_test tr th{padding: 2px 0px; font-size: 9px;background-color:#eee;text-align: center;border: 2px solid #b5b5b5; color: #b5b5b5;}
.tbl_test tr th:nth-child(1){width: 23%;}
.tbl_test tr th:nth-child(2){width: 25%;}
.tbl_test tr th:nth-child(3){width: 20%;}
.tbl_test tr th:nth-child(4){width: 32%;}
.tbl_test tr td:nth-child(1){border-left:none !important;}
.tbl_test tr:nth-child(2) td:nth-last-child(1){border-right:none !important;}
.tbl_test tr th:nth-child(1){border-left:none !important;}
.tbl_test tr th:nth-last-child(1){border-right:none !important;}
.tbl_test tr:nth-last-child(1) td:nth-child(-n+3){background-color: #f4fce8;}
.txt_red{color:#ad3b2a;}

.tbl_test tr:nth-child(3) td:nth-child(3){padding: 5px 3%;}
#review_hong_01 tr:nth-child(2) td:nth-child(4),
#review_jung_01 tr:nth-child(2) td:nth-child(4),
#review_kim_01 tr:nth-child(2) td:nth-child(4){padding: 5px 5%;}
#review_choi_01 tr:nth-child(2) td:nth-child(4),
#review_lim_01 tr:nth-child(2) td:nth-child(4){padding: 5px 8%;}
#review_park_02 tr:nth-child(2) td:nth-child(4){padding: 5px 8%;}
#review_you_01 tr:nth-child(2) td:nth-child(4),
#review_park_01 tr:nth-child(2) td:nth-child(4){padding: 5px 12%;}
#review_lim_01 tr td{height: 60px;}
#review_hong_01 tr:nth-child(2) td:nth-child(2){padding: 5px 4%;}
#review_lim_01 tr:nth-child(2) td:nth-child(3){padding: 5px 3%;}
.c_review_txt .txt_bold {font-weight: bold;}



/*********** Input *************/
.input_msg {padding:10px 0; text-align:right;}
.bbs_input {width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid #333;}
.bbs_input th {font-size:13px; color:#333; text-align:left; padding:8px 10px; background-color:#f9f9f9; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.bbs_input td {border-bottom:1px solid #d4d4d4; padding:8px 10px; text-align: left;}
.bbs_input td.line {border-right:1px solid #d4d4d4; }
.bbs_input td.input_contents textarea {width:100%; padding:5px; box-sizing:border-box; line-height:150%;}
.bbs_input td.input_contents .check {padding-bottom:5px;}

	.subject_table {width:100%;border-collapse:separate; border-spacing:0px;}
	.subject_table td {border:none; padding:0;}
	.subject_table .cat {width:18%;}


.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.filebox label {
	display: inline-block;
	padding:8px 15px 4px 15px;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	height:20px;
}

/* named upload */
.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;  /* label의 패딩값과 일치 */
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
}

.upload-hidden {
	margin:1px 0;
	border:0px;
	font-size:12px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	border:1px solid #d86771;
	padding:3px 5px;
	background-repeat: no-repeat;
	background-position:right 3px center;
	background-color: #d86771;
}


/* imaged preview */
.filebox .upload-display {  /* 이미지가 표시될 지역 */
	margin-bottom: 5px;
}

@media(min-width: 768px) { 
	.filebox .upload-display {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0;
	}
	.bbs_btn li.list_btn{float:right;margin-top: 0;}
}

.filebox .upload-thumb-wrap {  /* 추가될 이미지를 감싸는 요소 */
	display: inline-block;
	width: 70px;
	height: 34px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
}

.filebox .upload-display img {  /* 추가될 이미지 */
	display: block;
	max-width: 100%;
	width: 100%;
	/*height: auto;*/
	height: 100%;
}

/*
.img_border {
	display: inline-block;
	width: 70px;
	height: 34px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}

.img_border2 {
	display: inline-block;
	width: 70px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}
*/

/*********** Passwd *************/
.passwd {width:450px; margin:0 auto; border:2px solid #eaeaea; padding:20px 15px;}
.passwd ul {width:98%; overflow:hidden;}
.passwd li {float:left;}
.passwd .pw_img {margin-right:5px;}
.passwd .line {width:1px; background:#ddd; height:63px;}
.passwd .info {padding-left:20px;}
.passwd  .msg {padding-bottom:10px;}
.passwd  .input_passwd {margin-right:10px}


/*********** Comment *************/
.comments {margin-bottom:10px;}
.comments textarea {height:58px;}
.comment_close textarea {height:58px;}




/*******************************************************************************
	@media 320px~ 480px
*******************************************************************************/
@media all and (max-width:480px) {

.checkup_review_con dl {float:left; width:30%; margin:0 1% 3% 0; text-align:left;}
.checkup_review_con dl:nth-child(4n) {margin-right:1%;}
.checkup_review_con dl:nth-child(3n) {margin-right:0;}
.checkup_review_con dd.subject {font-siez:13px;}
.checkup_review_con dd span.gender {font-size:13px;display:block;}
.checkup_review_con dd.more a {width:80px; height:30px; line-height:30px}


}

/*******************************************************************************
	@media ~320px 아이폰5 
*******************************************************************************/
@media all and (max-width:320px) {
.bbs_view td.view_content dt img {width:100%;}
.tbl_test {font-weight:bold;margin: 0 auto 46px; width: 100%;border-collapse:collapse;letter-spacing: -1em;}

.tbl_test tr:nth-last-child(1) td:nth-child(3){padding: 5px 2%;}
#review_lim_01 tr td{height: 60px;}
#review_jung_01 tr:nth-child(2) td:nth-child(4),
#review_hong_01 tr:nth-child(2) td:nth-child(4),
#review_kim_01 tr:nth-child(2) td:nth-child(4){padding: 5px 4%;}
#review_choi_01 tr:nth-child(2) td:nth-child(4),
#review_park_02 tr:nth-child(2) td:nth-child(4),
#review_lim_01 tr:nth-child(2) td:nth-child(4){padding: 5px 6%;}
#review_you_01 tr:nth-child(2) td:nth-child(4),
#review_park_01 tr:nth-child(2) td:nth-child(4){padding: 5px 10%;}
#review_park_02 tr:nth-child(3) td:nth-child(3){padding: 5px 2%;}
#review_hong_01 tr:nth-child(2) td:nth-child(2){padding: 5px 4%;}
}
