@charset "utf-8";
/* reset */
@import url(reset.css);


/* 게시판 목록 */
.board-area {
	border: 0px solid red;
	overflow: hidden;
	margin-bottom: 11px;
	font-family: 'malgun', '맑은고딕', '돋움', Dotum, sans-serif;
}


.board-info {
	overflow: hidden;
	border: 0px solid red;
}
.total {
	float: left;
	color: #9d9d9f;
	margin: 0;
	padding: 0;
	border: 0px solid red;
}
.board-info .board-select {
	float: right;
	text-align: right;
	margin-bottom: 11px;
	border: 0px solid red;
}
.board-info .board-select label {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #3c3c3c;
	font-family: dotum, sans-serif;
}

.board-info .board-select select {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #c4c4c6;
	font-family: dotum, sans-serif;
	color: #3c3c3c;
	height: 21px;
}

.board-info .board-select input[type="text"] {
	display:  inline-block;
	vertical-align: middle;
	border: 1px solid #c4c4c6;
	font-family: dotum, sans-serif;
	height: 19px;
}

.board-info .board-select input[type="image"] {
	display:  inline-block;
	vertical-align: middle;
	height: 21px;
}

table caption {
	display: none; 
	text-align: left; 
	font-weight: bold; 
	font-size: 1em; 
	letter-spacing: 0; 
	padding: 0.8em 0 0.4em 14px; 
	margin: 0; 
} /* caption 태그는 숨김 */
table.board-list {	
	width: 100%;
	border-top: 2px solid #38414e;
	color: #38414e;
}
table.board-list tr {  } /* colgroup 으로 td 스타일제어하려면 tr에 정의  */
table.board-list tbody tr:hover {
	background: #fffcef;
}
table.board-list th, table.board-list td {
	height: 45px;
	font-size: 15px;
	text-align: center;
}
table.board-list thead, table.board-list tfoot {}
table.board-list thead th {
	font-family: 'malgun', '맑은고딕', '돋움', Dotum, sans-serif;
	font-size: 15px;
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle;
	height: 45px;
	background: #f6f8fa;
} 
table.board-list thead th.none {
	
} 
table.board-list th {
	border: none; 
	border-bottom: 1px solid #66747e; 
	text-align:center; 
	font-weight: bold; 
	color: #636363
}

table.board-list tbody td {
	border-bottom: 1px solid #e7e7e7; 
	color: #636363; 
	font-size: 15px; 
	text-align: center;
	font-family: 'malgun', '맑은고딕', '돋움', Dotum, sans-serif;
}
table.board-list tbody td a {
	display: inline-block; 
	vertical-align: middle; 
	max-width: 85%; 
	overflow: hidden; 
	color: #636363; 
	text-overflow: ellipsis; 
	white-space:nowrap;
}
table.board-list tbody td img {
	display: inline-block; 
	vertical-align: middle;
}
table.board-list tbody td.left {
	text-align:left; 
}
table.board-list tbody td.center {
	text-align:center; 
}
table.board-list tbody td.right {
	text-align:right; 
}
table.board-list td .btn_modify {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;

	width: 39px;
	height: 24px;
	text-indent: -5000em;
	background: url(../make_img/btn_modify.gif) no-repeat left top;
}

table.board-list td .btn_delete {
	display: inline-block;
	vertical-align: middle;
	*display: inline-block;
	*zoom: 1;

	width: 39px;
	height: 24px;
	text-indent: -5000em;
	background: url(../make_img/btn_delete.gif) no-repeat left top;
}


table.board-list td .btn_link {
	display: inline-block;
	vertical-align: middle;
	*display: inline-block;
	*zoom: 1;

	width: 77px;
	height: 24px;
	text-indent: -5000em;
	background: url(../make_img/btn_link.gif) no-repeat left top;
}


/* 페이징 네비게이션 */
.paging-navigation {
	clear: both; 
	padding: 20px 0; 
	text-align: center; 
	border: 0px solid red;
}
.paging-navigation a {
	display: inline-block; 
	line-height: 30px; 
	min-width: 22px; 
	height: 28px; 
	padding: 0 3px;
	color: #4c4c50;
	border: 1px solid #c5c7cc; 
	vertical-align: middle; 
	font-family: Verdana, "돋움", Dotum, sans-serif;
}
.paging-navigation a:hover {
	border: 1px solid #0d7ecc; 
	color: #0d7ecc; 
	font-weight: bold; 
	letter-spacing: -1px;
	font-family: Verdana, "돋움", Dotum, sans-serif;
}
.paging-navigation strong {
	display: inline-block; 
	line-height: 30px; 
	min-width: 22px; 
	height: 28px; 
	padding: 0 3px; 
	border: 1px solid #0d7ecc; 
	color: #0d7ecc; 
	font-weight: bold; 
	letter-spacing: -1px; 
	vertical-align: middle;
	font-family: Verdana, "돋움", Dotum, sans-serif;
}
.paging-navigation a.btn-first {
	text-indent: -5000em; 
	background: url(../make_img/btn_first.gif) no-repeat center center;
}
.paging-navigation a.btn-preview {
	text-indent: -5000em; 
	background: url(../make_img/btn_preview.gif) no-repeat center center;
}
.paging-navigation a.btn-next {
	text-indent: -5000em; 
	background: url(../make_img/btn_next.gif) no-repeat center center;
}
.paging-navigation a.btn-last {
	text-indent: -5000em; 
	background: url(../make_img/btn_last.gif) no-repeat center center;
}





.board-view {
	overflow: hidden;
	border-top: 2px solid #545861;
}

.board-view dl {
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	font-size: 15px;
	line-height: 23px;
	vertical-align: middle;

}

.board-view dl.none {
	border-bottom: 0;
}

.board-view dl dt {
	float: left;
	width: 8%;
	min-height: 16px;
	padding-left: 2%;
	padding-top: 15px;
	padding-bottom: 17px;
	color: #636363;
	font-weight: bold;
}

.board-view dl dd {
	width: 88%;
	padding-right: 2%;
	min-height: 16px;
	padding-top: 15px;
	padding-bottom: 17px;
	color: #545454;
}

.board-view dl dd a.add-file {
	display: block;
	min-width: 100px;
	padding-left: 20px;
	background: url(../make_img/icon_addfile.jpg) no-repeat left center;
	text-decoration: underline;
	color: #767676;
}

.board-view dl.half-box01 {
	float: left; 
	width: 50%;
}

.board-view dl.half-box01 dt {
	float: left;
	width: 16%;
	padding-left: 4%;
}

.board-view dl.half-box01 dd {
	float: left;
	width: 78%;
	
}

.board-view dl.half-box02 {
	float: left; 
	width: 50%;
}

.board-view dl.half-box02 dt {
	float: left;
	width: 16%;
	padding-left: 4%;
}

.board-view dl.half-box02 dd {
	float: left;
	width: 78%;
}

.board-contents {
	position: relative;
	border-top: 1px solid #545861;
	margin-top: -1px;
	padding: 35px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.board-contents img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}


.a-reply-area {
	position: relative;
	margin-top: 47px;
	overflow: hidden;
	padding-left: 130px;
	border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
	background: #f8f8f8;
}

.a-reply-area dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	padding: 35px 15px;
	text-align: center;
	font-size: 16px;
}

.a-reply-area dt span {
	display: block;
	font-size: 13px;
}

.a-reply-area dd {
	padding: 35px 15px ;
	width: 864px;
	background: #fff;
	color: #999999;

}

.preview-next {
	border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
}

.preview-next a {
	display: block;
}

.preview-next a.line {
	border-bottom: 1px solid #d3d3d3
}

.preview-next a dl {
	position: relative;
	display: block;
	padding-left: 107px;
	font-size: 13px;
}

.preview-next a:hover {
	background: #fffcef;
}

.preview-next a dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 55px;
	line-height: 55px;
	padding-left: 19px;
	color: #636363;
}


.preview-next a dl dt.preview {
	background: url(../make_img/icon_arrow_up.gif) no-repeat 71px center;
}

.preview-next a dl dt.next {
	background: url(../make_img/icon_arrow_down.gif) no-repeat 71px center;
}

.preview-next a dl dd {
	height: 55px;
	line-height: 55px;
	display: block;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	-o-text-overow: ellipsis;; 
}


/* 게시판 목록 */
.board-view02 {
	border-top: 2px solid #444547;
	border-bottom: 1px solid #444547;
}

.board-view02 table {
	table-layout: fixed;
	border-collapse: collapse; 
}

.board-view02 table tbody th {
	color: #333333;
	font-size: 15px;
	width: 110px;
	padding: 15px 30px; 
	font-weight: bold; 
	text-align: left; 
	vertical-align: middle; 
	background: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
} 
.board-view02 table tbody td {
	border-bottom: 1px solid #e5e5e5; 
	color: #767676; 
	text-align: left; 
	padding: 10px 30px;
}
.board-view02 table tbody td .product-info-area {
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #767676;
}

.board-view02 table tbody td .product-info-area dt,
.board-view02 table tbody td .product-info-area dd {
	display: inline;
}

.board-view02 table tbody td .photo {
	display: block;
}

.board-view02 table tbody td .photo img {
	display: block;
	max-width: 100%;
}


/* 글쓰기 */


.btn-center {
	padding-top: 20px;
	text-align: center;
}
.btn-right {
	padding-top: 20px;
	text-align: right;
}
.btns {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	line-height: 28px;
	min-width: 60px;
	padding: 10px 0;
	text-align: center;
	-webkit-appearance: none; 
	border-radius: 0;
	font-size: 15px;
}

.btns02 {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	min-width: 80px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	border: 0px solid red;
}

.btns-color03 {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	min-width: 80px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	background: #e2546c;
	border: 0px solid red;
}

.btns-color01 {
	color: #fff;
	background: #666666
}
.btns.btns-color02 {
	display: inline-block;
	vertical-align: middle;
	min-width: 80px;
	padding: 10px 0;
	text-align: center;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	border: 0;

}

.btns.btns-color03 {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	line-height: 45px;
	min-width: 100px;
	padding: 0 10px;
	text-align: center;
	border: 0;
	font-weight: bold;
	cursor: pointer;

}

.btns-color02 {
	color: #fff;
	background: #f53d3d
}


.no-mobile-support {
	display: none;
}

.photo-list {	
	position: relative;
	left: 0.5%;
}

.photo-list ul {
	overflow: hidden;
	border: 0px solid red;
}

.photo-list ul li {
	float: left;
	width: 24%;
	margin: 0 0.5%;
	min-height: 280px;
	padding-bottom: 20px;
	text-align: center;
}

.photo-list ul li a {
	display: block;
	font-size: 14px;
	color: #666666;
	border: 0px solid red;	
}

.photo-list ul li a .image {
	display: block;
	border: 1px solid #cdcdcd;
	padding: 15px;
}

.photo-list ul li a .image img {
	display: block;
	width: 100%;
}

.photo-list ul li a .date {
	margin-top: 35px;
	display: block;
	text-align: center;
}

.photo-list ul li a .title {
	display: block;
	text-align: center;
}

/* 코멘트 */
.comment_area {
	margin-top: 35px;
	border-top: 1px solid #969696;
}

.comment_area .comment_box {
	border-bottom: 1px solid #e4e6e8;
}

.comment_area .comment_box .comment_info_area {
	padding: 10px;
	font-size: 13px;
	background: #f9f9f9;
	color: #858585;
	border-bottom: 1px solid #e4e6e8;
	overflow: hidden;
}

.comment_area .comment_box .comment_info_area .comment_user {
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #444;
	padding-top: 3px;
}

.comment_area .comment_box .comment_info_area .comment-btns-list {
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}
.comment_area .comment_box .comment_info_area .comment-btns-list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
}

.comment_area .comment_box .comment_info_area .comment-btns-list li input[type="submit"] {
	display: block;
	padding: 2px 10px;
	background: #666666;
	color: #fff;
	border: none;
	font-family: "나눔바른고딕", "나눔고딕", NanumBarunGothic, NanumGothic,"돋움", Dotum, sans-serif;
}

.comment_area .comment_box .comment_info_area .comment-btns-list li input[type="button"] {
	display: block;
	padding: 2px 10px;
	background: #666666;
	color: #fff;
	border: none;
	font-family: "나눔바른고딕", "나눔고딕", NanumBarunGothic, NanumGothic,"돋움", Dotum, sans-serif;
}

.comment_area .comment_box .comment_info_area .comment_date {
	float: right;
	font-size: 12px;
	padding-top: 3px;
}

.comment_area .comment_box .comment_contents {
	padding: 10px 10px 20px 10px;
}

.comment_area .comment_form {
	position: relative;
	margin-top: 20px;
	padding: 20px;
	padding-right: 100px;
	border: 1px solid #e4e6e8;
	background: #f9f9f9;
	text-align: left;
	overflow: hidden;
}

.comment_area .comment_form textarea {
	border: 1px solid #e4e6e8;
	width: 97%;
	height: 50px;
	padding: 5px 1%;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}

.btn_comment_save {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	vertical-align: bottom;
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #365b9a;
	border: none;

}

.comment_area .modify-area {
	clear: both;
	display: block;
}

.comment_area .modify-area .comment_form {
	position: relative;
	padding: 10px 0 0 0;
	padding-right: 90px;
	border: 0px solid #e4e6e8;
	background: #f9f9f9;
	text-align: left;
	overflow: hidden;
}

.comment_area .modify-area .btn_comment_save {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	vertical-align: bottom;
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #365b9a;
	border: none;

}


/* 글작성 */
.board-write {
	border-top: 2px solid #38414e;
	margin-bottom: 39px;
	color: #38414e;
}
.board-write .word-title {
	padding: 10px; 
	border-bottom: 1px solid #dddddf;
}
.board-write .word-title input[type="text"] {
	width: 100%; 
	height: 20px; 
	border: 1px solid #a5acb2;
}

.board-write .word-title input[type="text"]:focus {
	width: 100%; 
	height: 20px; 
	border: 1px solid #a5acb2;
	background: #dff0ff;
	color: #000;
	font-weight: bold;
}
.board-write .editer-area {
	padding: 5px 10px; 
	height: 467px;
}
.board-write .editer-area .editer-box {
	display: block; 
	height: 465px;
	font-size: 15px;
	padding: 20px
}

.board-write dl {
	position: relative;
	background: #f6f6f8;
	padding-left: 95px;
	font-size: 15px;
	border-bottom: 1px solid #dddddf;
}

.board-write dl dt {
	position: absolute;
	top: 17px;
	left: 15px;
	font-weight: bold;
}
.board-write dl dt img {
	display: block;
}

.board-write dl dd {
	position: relative;
	padding: 10px;
	background: #fff;
}

.board-write input[type="text"],
.board-write input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	border: 1px solid #dddddf;
	border-radius: 0;
	-webkit-appearance: none;
}

.board-write input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}

.board-write .add-file {
	position: relative;
	background: #f6f6f8;
	padding-left: 95px;
	border-top: 1px solid #dddddf;
	border-bottom: 1px solid #dddddf;
}

.board-write .add-file dt {
	position: absolute;
	top: 8px;
	left: 15px;
}
.board-write .add-file dt img {
	display: block;
}

.board-write .add-file dd {
	position: relative;
	padding: 5px 10px;
	background: #fff;
}
.board-write .add-file dd .btn-add-file {
	position: absolute; 
	top: 10px;
	right: 150px;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	min-width: 60px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	background: #e2546c;
	line-height: 23px;
	border: 0px solid red;
}

.board-write .add-file dd input[type="file"] {
	display: block;
	margin: 2px 0 2px 0;
}


.board-write dl dd textarea {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddf;
	border-radius: 0;
	width: 100%;
	height: 300px;
	-webkit-appearance: none;
}

.blind {
	text-indent: -9999px;
	opacity: 0;
	display: none;
}