@charset "utf-8";

/* 최초 배포일 : 2015.08. By Wookju */
/* 최종 수정일 : . By Wookju */

/* Layout */
.board-wrap {}
.align-c {text-align:center !important;}
.align-l {text-align:left;}
.align-r {text-align:right;}
.align-j {text-align:justify;}
.float-wrap {overflow:hidden;}
.float-r {float:right;}
.float-l {float:left;}
.clear-l {clear:left;}
.clear-r {clear:right;}
.clear-b {clear:both;}
.board-wrap th {
	font-weight:600;
	color:#000;
	text-align:center;
}
/* Width of List Items */
.board-wrap .w05 {width:5%;}
.board-wrap .w10 {width:10%;}
.board-wrap .w15 {width:15%;}
.board-wrap .w20 {width:20%;}
.board-wrap .w25 {width:25%;}
.board-wrap .w30 {width:30%;}
.board-wrap .w33 {width:33.3333%;}
.board-wrap .w35 {width:35%;}
.board-wrap .w40 {width:40%;}
.board-wrap .w45 {width:45%;}
.board-wrap .w50 {width:50%;}
.board-wrap .w55 {width:55%;}
.board-wrap .w60 {width:60%;}
.board-wrap .w65 {width:65%;}
.board-wrap .w70 {width:70%;}
.board-wrap .w75 {width:75%;}
.board-wrap .w80 {width:80%;}
.board-wrap .w85 {width:85%;}
.board-wrap .w90 {width:90%;}
.board-wrap .w95 {width:95%;}
.board-wrap .w100 {display:block; clear:both; width:100%; box-sizing:border-box;}

/* Margin of List Items */
.board-wrap .ml1 {margin-left:1px;}

/* Border of List Items */
.board-wrap .bt1 { border-top-width:1px; }
.board-wrap .bt0 { border-top:0; }
.board-wrap .bb0 { border-bottom:0; }

/* Common Attributes */
.board-wrap img {
	vertical-align:middle;
	max-width:100%;
}
.board-wrap input[type="text"],
.board-wrap input[type="password"] {
	border:1px solid #ccc;
	height:34px; line-height:34px;
	padding:0 5px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-oppearance:none;
	border-radius:0;
}
.board-wrap select {
	border-radius:0;
	height:36px; line-height:36px;
	padding-left:5px;
	border:1px solid #ccc;
}
.board-wrap textarea {
	border-radius:0;
	padding:5px;
	border:1px solid #ccc;
	resize:none;
	overflow-scrolling:touch;
	-webkit-overflow-scrolling:touch;
	-moz-overflow-scrolling:touch;
}

/* Button */
.btn-normal a {
	display:block;
	height:36px; line-height:36px;
	padding:0 20px;
	background:#333;
	color:#fff;
	font-size:0.92em;
}
.btn-big a {
	display:inline-block;
	height:40px; line-height:40px;
	padding:0 50px;
	background:#333;
	color:#fff;
	vertical-align:middle;
	font-weight:600;
}
.btn-inline a {
	display:inline-block;
	height:36px; line-height:36px;
	padding:0 20px;
	background:#333;
	color:#fff;
	vertical-align:middle;
	/* font-size:0.92em; */
}
.btn-fixed a {
	width:70px;
	text-align:center;
}
a.btn-tinted-01, .btn-tinted-01 a  { background:#2a9aea; } /* normal : blue */
a.btn-tinted-02, .btn-tinted-02 a  { background:#a6a6a6; } /* normal : light grey */
.btn-inline.btn-tinted-03 a { height:34px; line-height:34px; background:#fff; color:#333; border:1px solid #888; } /* normal : light grey */

/* Board List */
.board-list {
	border-top:1px solid #333;
	text-align:center;
	margin:0 auto;
	max-width:980px;
}
.board-view {
	margin:0 auto;
	max-width:980px;
}
.board-list > li { clear:both; }
.board-list > li > div { overflow:hidden; }
.board-list > li > div > p,
.board-list > li > div > h6 {
	float:left;
	text-align:center;
	padding:10px 0;
}
.board-list .head .title {
	text-align:center;
}
.board-list .title {
	text-align:left;
}
.board-list .title a {
	padding:0 2%;
	display:block;
}
.board-list .title img {
	margin-right:6px;
	max-height:18px;
	vertical-align:middle;
}
.board-list > li {
	border-bottom:1px solid #ddd;
}
.board-list .no-content {
	padding:40px 0;
}
.board-list > li.head { 
	border-bottom:1px solid #888;
	background:#f3f5f7;
}
.board-list > li.notice {
	background:#f8f8f8;
}
.board-list > li.notice .title { font-weight:600;}
.board-list > li.head > div > * {
	padding:10px 0;
	background:url("/image/board_img/line_bg.gif") no-repeat left center;
	font-weight:600;
	color:#444;
}
.board-list > li.head > div > *:first-child {background:none;}
.board-list .cmt-cnt {
	color:#2a9aea;
	font-weight:600;
	margin-left:3px;
}
.board-list .reply .title a {
    padding-left: 30px;
    background: url("../image/board_img/re.gif") no-repeat 18px 5px;
}
/* Board View */
.board-view {
	overflow:hidden;
	
}

/* prev/next contents nav */
.board-view-nav {
	margin-top:30px;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
}
.board-view-nav li img {
	vertical-align:0;
	width: 10px;
	margin-right: 5px;
}
.board-view-nav li {
	padding:10px 5px 10px 6em;
	position:relative;
}
.board-view-nav li:first-child {
	border-bottom:1px solid #C1C1C1;
}
.board-view-nav .lb {
	position:absolute;
	left:0; top:10px;
	color:#333;
	font-weight:600;
	padding-right: 10px;
}
.board-view-nav .lb:after {position: absolute;content: ''; height: 14px;top: 50%;margin-top: -7px;right: 0;width: 1px; background: #c3c3c3;}
.board-view-nav a {color: #636363;}
.board-view-head {display: block;}
.board-view-tit {font-size: 16px;color: #212121;font-weight: bold;padding: 15px 0;border-bottom: 1px solid #C1C1C1;}
.board-view-info {color: #c3c3c3;font-size: 14px;display: block;font-weight: normal;margin-top: 5px;}
.board-view-ct {padding: 25px 0;color: #333;}
.board-view > li {
	padding:10px 2%;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.u-editor {color: #333;line-height: 1.6;font-size: 12px;}
.board-view .prop h6 {
	display:inline-block;
	width:70px;
	font-weight:600;
	color:#444;
}
.board-view .content {
	min-height:100px;
}
/* Comment View */
.comment-wrap { 
	margin:20px 0;
}
.comment-wrap h6 {
	font-weight:600;
	color:#444;
	padding:5px 2%;
	border-bottom:1px solid #ddd;
}
.comment-wrap h6 span {
	font-weight:400;
	font-size:0.92em;
	letter-spacing:0.03em;
}
.comment-view > li {
	padding:15px 0;
	border-bottom:1px solid #ddd;
	background:#fafafa;
}
.comment-view > li > p,
.comment-view > li > .options {
	padding-left:2%;
	padding-right:2%;
}
.cmt-of-cmt { 
	margin-top:20px;
}
.cmt-of-cmt > li {
	padding:15px 2% 15px 5%;
	border-top:1px solid #ddd;
	background:#fefefe url("../image/board_img/re.gif") no-repeat 3% 20px;
}
.comment-view .my-cmt {
	background:#f5f5f5;
}
.comment-view .writer {
	font-weight:700;
	color:#213B86;
	margin-bottom:3px;
}
.comment-view .date {
	margin-top:3px;
	font-size:0.82em;
	line-height:1.5em;
	color:#aaa;
}
.comment-view .options {
	margin-top:8px;
	overflow:hidden;
}
.comment-view .options a {
	display:inline-block;
	background:#fff;
	padding:5px 8px;
	border:1px solid #ddd;
	font-size:0.86em;
	line-height:1.2em;
	color:#444;
	text-align:center;
}
.comment-view .like a {
	padding-left:27px;
	min-width:25px;
	color:#135da9;
	background:#fff url("../image/board_img/btn_like.png") no-repeat -6px -1px;
}
.comment-view .dislike a {
	padding-left:27px;
	min-width:25px;
	color:#c33f3f;
	background:#fff url("../image/board_img/btn_like.png") no-repeat -6px -57px;
}
/* Comment Write */
.comment-write {
	overflow:hidden;
	padding:15px 2%;
	border-bottom:1px solid #ddd;
}
.comment-view .comment-write {
	border:0;
	border-top:1px solid #ddd;
	padding:15px 2% 10px 5%;
	background:#fefefe url("../image/board_img/re.gif") no-repeat 3% 20px;
}
.comment-write p {
	margin-bottom:10px;
}
.comment-write label {
	display:inline-block;
	margin-right:10px;
	font-size:0.92em;
	font-weight:600;
}
.comment-write input[type="text"], 
.comment-write input[type="password"] {
	height:28px; line-height:28px;
}
.comment-write .txtarea {
	border:1px solid #ccc;
	padding-bottom:50px;
	position:relative;
	background:#fff;
}
.comment-write textarea {
	width:97.8%; height:50px;
	outline:0;
	border:0;
}
.comment-write .txtarea span {
	position:absolute;
	right:10px; bottom:10px;
}
/* Board Write */
.board-write { 
	overflow:hidden;
	width:100%; 
	border-top:2px solid #333;
}
.board-write li {
	float:left;
	overflow:hidden;
	padding:8px 0;
	border-bottom:1px solid #eee;
}
.board-write > li > p {
	float:left;
}
.board-write li.w100 {width:100%; clear:left;}
.board-write .label {
	width:70px;
	font-weight:600;
	font-size:0.86em;
	line-height:31px;
	color:#333;
}
.board-write input[type="text"],
.board-write input[type="password"] {padding:0 7px;}
.board-write .write-ip01 {width:140px;}
.board-write .write-ip02 {width:770px;}
.board-write .write-ip03 {width:770px;}
/* Pager */
.list-pager span {
	margin:0 2px;
}
.list-pager a {
	display:inline-block;
	min-width:20px;
	padding:4px 5px;
	color:#666;
	font-size:0.9em;
	margin:0 2px;
	border:1px solid #ddd;
}
.list-pager img {
	vertical-align:middle;
}
.list-pager span a.on {
	font-weight:800;
	color:#000;
	background:#f5f5f5;
}
.list-pager a:hover {
	color:#000;
	background:#f8f8f8;
}
/* Password box */
.pw-box {
	border:1px solid #eaeaea;
	padding:30px;
	max-width:320px;
	margin-left:auto;
	margin-right:auto;
	background:#fafafa;
}
/* .board-list .cmt-cnt {
	color:#ff3300;
	font-weight:600;
	margin-left:3px;
}
.board-list .file img {
	margin:0 1px;
}
.board-list .reply .title a {
	padding-left:30px; 
	background:url("../image/board_img/re.gif") no-repeat 18px top;
}
Board List - table
table.board-list {
	width:100%;
}
.board-list th {
	padding:12px 0;
	border-bottom:1px solid #888;
	background:url("../image/board_img/line_bg.gif") no-repeat left center;
}
.board-list th:first-child {
	background-image:none;
}
.board-list td {
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.board-list .title {
	text-align:left;
}
.board-list .notice td {
	background:#f8f8f8;
}
.board-list .notice .title {
	font-weight:600;
}
.board-list a {
	margin-left:5px;
}
Board View
.board-view .board-content {
	padding:20px 2.5%;
	min-height:200px;
	line-height:1.5em;
}
.board-view .file a {
	margin:0 5px;
}
.board-view .file a:first-child {
	margin-left:0;
}

Board View - table
table.board-view {
	width:100%;
	border-top:2px solid #333;
	text-align:left;
	table-layout:fixed;
}
.board-view th {
	padding-top:1px;
}
.board-view th,
.board-view td {white-space: nowrap;
	padding:12px 0;
	border-bottom:1px solid #ccc;
}
Comment
.comment-view {
	background:#f5f5f5;
}
.comment-view > li {
	overflow:hidden;
	padding:8px 3% 8px 3%;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
}
.comment-view li > p {
	float:left;
	padding:5px 0;
}
.comment-view p {
	font-size:0.9em;
}
.comment-view .name {
	font-weight:600;
	color:#222;
}
.comment-view .cmt {
	padding:3px 0;
}
.comment-view .date {
	color:#aaa;
	font-size:0.925em;
}
.comment-view .edit a {
	margin-left:5px;
	font-size:0.925em;
}
.comment-cmt {
	width:100%;
	padding-top:10px;
	clear:both;
}
.comment-cmt > li {
	overflow:hidden;
	padding:8px 0 8px 3%;
	border-top:1px dotted #bbb;
	background:url("../image/board_img/re.gif") no-repeat 1% 13px;
}
Comment Write
.comment-write {
	padding:15px 3% 15px 3%;
	overflow:hidden;
	background:#f5f5f5;
	border-bottom:1px solid #aaa;
}
.comment-view .comment-write {
	padding-right:0;
	padding-left:3%;
	padding-bottom:7px;
	border-bottom:0;
}
.comment-write li {
	float:left;
	font-size:0.9em;
}
.comment-write .name p {
	float:none;
	overflow:hidden;
	padding:0;
}
.comment-write .name label {
	display:block;
	float:left;
	font-weight:600;
}
.comment-write .name span {
	display:block;
	float:left;
}
.comment-write .submit a {
	display:block; 
	height:49px; line-height:49px;
	text-align:center;
	overflow:hidden;
	background:#555;
	color:#fff;
}
.comment-write input[type="text"],
.comment-write input[type="password"] {
	height:20px;
	line-height:20px;
	padding:0 2%;
	width:90%;
}
.comment-write textarea {
	width:97%; height:43px;
	padding:2px 0.5%;
	resize:none;
	overflow:auto;
	border:1px solid #ccc;
}
Prev/Next
table.board-nav {
	width:100%;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.board-nav tr:first-child {
	border-bottom:1px solid #ddd;
}
.board-nav th,
.board-nav td {
	padding:10px 0;
}



Board Write
.board-write .file {
	float:left;
}
.board-write .file li {
	position:relative;
	height:25px; line-height:25px;
	margin-top:5px;
	font-size:0.9em;
	background:#f0f0f0;
	padding-left:5px;
}
.board-write .file li:first-child {
	margin-top:0;
}
.board-write .file input[type="file"] {
	position:absolute;
	right:0; top:1px;
	width:75px; height:25px;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:alpha("opacity=0");
}
.board-write .file .btn-file {
	position:absolute;
	right:0; top:0px;
	width:75px; height:25px;
	line-height:25px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:0.9em;
	border-left:5px solid #fff;
}
.board-write .add-file-btn {
	display:block;
	float:left;
	margin-left:10px;
	padding:0 7px;
	height:23px; line-height:23px;
	cursor:pointer;
	border:1px solid #ddd;
	font-size:0.9em;
}
.board-write .spam-txt {
	color:#ff0000;
	font-size:0.9em;
	letter-spacing:0.05em;
}
.board-write .write-form input[type="text"],
.board-write .write-form input[type="password"] {
	width:95%;
}
.board-write .write-form textarea {
	width:95.7%; height:200px;
	overflow:auto;
	resize:none;
	border:1px solid #ccc;
}
board write - table
table.board-write {
	width:100%;
	border-top:2px solid #333;
}
.board-write th,
.board-write td {
	padding:8px 0;
	border-bottom:1px solid #ddd;
}
event board
.board-event li {
	border:1px solid #ccc;
	padding:15px;
	overflow:hidden;
	position:relative;
	line-height:1.5em;
	margin-bottom:15px;
}
.board-event .image {
	float:left;
}
.board-event .image img {
	width:150px;
	height:100px;
}
.board-event .txt {
	float:left;
	padding-left:10px;
}
.board-event h4 {
	font-weight:600;
	font-size:1.125em;
	margin-bottom:5px;
	margin-top:2px;
}
.board-event .date {
	color:#888;
	margin-bottom:10px;
}
.board-event .status {
	position:absolute;
	right:15px; bottom:15px;
	padding:3px 8px;
}
.board-event .status.end {
	background:#999;
	color:#fff;
}
.board-event .status.ing {
	background:#cd0000;
	color:#fff;
}
.board-event a {
	color:#4b4b4b;
}
*/

/* online form */
.online-qna {
	width:100%;
	overflow:hidden;
	text-align:left;
}
.agree,
.txa-01 {
	padding:15px;
}
.info-box_w {
	border:1px solid #d3d3d3;
	padding:15px;
	overflow:hidden;
	margin:0 0 40px 0;
}


.contact-title {
	color:#222;
	font-size:1.1em;
	font-weight:600;
	background:url("http://designhub.kr/image/icon_pen.png") no-repeat left center;
	padding-left:24px;
	margin-bottom:10px;
}
.agree {
	height:150px;
	line-height:20px;
	margin:0 0 10px;
	border:1px solid #d3d3d3;
	overflow-y:scroll;
}
.agree1 {
	height:25px;
	margin:0 0 40px 0;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}
.info-box {
	width:50%;
	float:left;
	overflow:hidden;	
}
	.info-box dt {
		width:26%;
		height:29px;
		line-height:29px;
		margin:6px 0;
		float:left;
	}
	.info-box dd {
		width:74%;
		height:29px;
		margin:6px 0;
		float:left;
	}
.info-box01 {
	width:100%;
	overflow:hidden;	
} 
	.info-box01 dt {
		width:13%;
		margin:6px 0;
		float:left;
	}
	.info-box01 dd {
		width:87%;
		margin:6px 0;
		float:left;
	}

.in-01 {
	width:92%;
	height:16px;
	padding:5px 2px;
	font-size:12px;
	margin:right:10px;
	border:1px solid #d3d3d3;
	background-attachment:scroll;
	background:#eee;
}
.in-02 {
	width:27%;
	height:16px;
	padding:5px 2px;
	font-size:12px;
	margin-right:2px;
	border:1px solid #d3d3d3;
	background:#eee;
}
.in-03 {
	width:95%;
	height:16px;
	padding:5px 2px;
	font-size:12px;
	margin-right:10px;
	border:1px solid #d3d3d3;
	background-attachment:scroll;
	background:#eee;
}
.in-04 {
	width:91.5%;
	padding:15px;
	border:1px solid #d3d3d3;
}
.list-style01 {
	width:72px;
	height:28px;
	font-size:12px;
	border:1px solid #d3d3d3;
	background:#eee;
}
.list-style02 {
	width:94.5%;
	height:28px;
	font-size:12px;
	border:1px solid #d3d3d3;
	background:#eee;
}
.online-btn-ok {
	width:110px;
	height:35px; 
	background:#002167; color:#fff;
	border:0;
	font-weight:600;
}
.online-btn-cancel {
	width:110px;
	height:35px; 
	background:#a6a6a6; color:#fff;
	border:0;
}




/*
비밀번호 확인(추가:15.05.29)
.confm-pw {
	width:180px;
	margin:80px auto;
	padding:20px;
	border:5px solid #ddd;
}
.confm-pw label {
	font-weight:600;
}

*/
/* FAQ List (추가:15.06.08) */
.faq-wrap {
	width:100%;
	max-width:980px;
	margin:0 auto;
	border-top:2px solid #ddd;
}
.faq-list .head {
	padding:12px 0;
	text-align:center;
	color:#000;
	border-bottom:1px solid #888;
	border-top:2px solid #333;
	font-weight:600;
}
.faq-q {
	padding:15px 10px 15px 60px;
	background:url("../image/board_img/icon_q.png") no-repeat 3px center;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	font-size:18px;
	line-height:1.5em;
	color:#333;
	font-weight:600;
}
.faq-a {
	padding:30px 10px 30px 60px;
	background:#f6f6f6 url("../image/board_img/icon_a.png") no-repeat 3px 22px;
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	display:none;
} 

.list-wrap {margin-top:10px;}
.list-wrap li:first-child {border-top:1px solid #ddd;}
.list-title {
	position: relative;
	padding:15px 0 15px 10px;
	border-bottom:1px solid #ddd;
	background:#f6f6f6;
	cursor:pointer;
	font-size:12px;
	line-height:1.5em;
	color:#333;
	font-weight:600;
}
.list-detail {
	padding:10px 0 15px 15px;;
	border-bottom:1px solid #ddd;
	background:#fff;
	display:none;
}
/*.on.list-title {background:#f6f6f6; color:#333;}*/

.list-title:after { content: ''; position: absolute; right: 10px; background: url(/image/sub/faq.png); width: 16px; height: 16px; background-position: 0 -15px; top: 50%; margin-top: -8px; -webkit-background-size: cover; background-size: cover; }
.on.list-title:after { background-position: 0 0; }



/* 개인정보이용동의 */
.cs-write {
	width:100%;
	margin-bottom:30px;
	border-top:1px solid #333;
}
.cs-write .col-label {
	width:136px;
	min-width:4em;
}
.cs-write th,
.cs-write td {
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}
.cs-write th {
	background:#f3f5f7;
}
.cs-write th span.chr2 {margin:0 1em;}
.cs-write th span.chr1 {margin:0 0.5em;}
.cs-write th span.chr05 {margin:0 0.25em;}
.input-w1 {width:65px;}
.input-w2 {width:125px;}
.input-w3 {width:246px;} select.input-w3 {width:258px;}
.input-w4 {width:540px;}
input + .acc {margin:0 7px;}
.txtarea-full {width:790px;}
.attachment {
	position:relative;
	height:36px;
	padding-left:97px;
}
.attachment input[type="file"] {
	position:absolute;
	left:0; top:0;
	width:90px; height:36px;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:alpha("opacity=0");
}
.attachment input[type="file"]+ label {
	display:block;
	position:absolute;
	left:0; top:0;
	width:90px; height:36px;
	line-height:36px;
	font-size:1.06em;
	color:#fff;
	background:#4e4e4e;
	text-align:center;
	border-radius:3px;
}
.attachment .file-name {
	width:530px;
	padding:0 10px;
	height:34px; line-height:34px;
	border:1px solid #ccc;
	font-size:1.06em;
}

/* button */
.btn {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	padding:0 25px;
	border-radius:3px;
	font-size:16px;
	height:36px;
	border:0;
	cursor:pointer;
	outline:0;
}
.btn-ok {
	background:#2367ac;
	color:#fff;
}
.btn-cancel {
	background:#4e4e4e;
	color:#fff;
}







@charset "utf-8";

/* Width of List Items */
.board-wrap .t-w05 {width:5%;}
.board-wrap .t-w10 {width:10%;}
.board-wrap .t-w15 {width:15%;}
.board-wrap .t-w20 {width:20%;}
.board-wrap .t-w25 {width:25%;}
.board-wrap .t-w30 {width:30%;}
.board-wrap .t-w33 {width:33.3333%;}
.board-wrap .t-w35 {width:35%;}
.board-wrap .t-w40 {width:40%;}
.board-wrap .t-w45 {width:45%;}
.board-wrap .t-w50 {width:50%;}
.board-wrap .t-w55 {width:55%;}
.board-wrap .t-w60 {width:60%;}
.board-wrap .t-w65 {width:65%;}
.board-wrap .t-w70 {width:70%;}
.board-wrap .t-w75 {width:75%;}
.board-wrap .t-w80 {width:80%;}
.board-wrap .t-w85 {width:85%;}
.board-wrap .t-w90 {width:90%;}
.board-wrap .t-w95 {width:95%;}
.board-wrap .t-w100 {display:block; clear:both;}

.board-wrap input,
.board-wrap textarea {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling:touch;
	-o-overflow-scrolling:touch;
	box-sizing:border-box;
}

/* Board Write */
.board-write li,
.board-write li.w65,
.board-write li.w35 {
	float:none;
	width:100%;
}
.board-write .label { width:25%; }
.board-write .write-form { width:75%; }
.board-write input[type="text"],
.board-write input[type="password"] {padding:0 1%;}
.board-write .write-ip02 {width:95%;}
.board-write .write-ip03 {width:95.2%;}

/* Comment Write */
.comment-write label::before {
	content:'\002022';
	color:#444;
}
	
.cs-write .col-label {width:15%;}
.input-w1 {width:10%;}
.input-w2 {width:14.5%;}
.input-w3 {width:33%;} select.input-w3 {width:33%;}
.input-w4 {width:70.6%;}
.txtarea-full {width:100%;}
.attachment .file-name {box-sizing:border-box; width:100%;}

/* 타블렛 가로(1024) 기준. inner: 944px */
@media all and (max-width:1099px) {
	.board-list,.board-view, .faq-wrap {max-width:944px;}

}
@media all and (max-width:767px) {
	.board-list .num,
	.board-list .date,
	.board-list .name,
	.board-list .count,
	.board-list .order { font-size:0.92em;}
/* 	.board-view .prop > h6,
	.board-view .info { font-size:0.86em;}
	.board-view .prop h6 { width:50px; } */
	.board-list .head .num,
	.board-list .head .date,
	.board-list .head .name,
	.board-list .head .count { font-size:1em;}
	
/* cs write */
	.cs-write th {padding:8px 15px;}
	.cs-write td {padding:8px 0 8px 10px;}
	.input-w1 {width:25%;}
	.input-w2 {width:50%;}
	.input-w3 {width:87%;} select.input-w3 {width:87%;}
	.input-w4 {width:100%;}
	input + .acc {margin:0 0 0 3px;}
	.acc + input {margin-top:5px;}
	.attachment {padding-left:70px;}
	.attachment input[type="file"], .attachment input[type="file"] + label {height:34px; width:65px; font-size:1em;}
/* btn */
	.btn {font-size:1.2em;}
	/* board-view */
	.board-view > li,
	.comment-wrap h6,
	.comment-view > li > p,
	.comment-view > li > .options {
		padding-left:4%;
		padding-right:4%;
	}
	/* Comment Write */
	.cmt-of-cmt > li,
	.comment-view .comment-write { 
		padding-right:4%;
		padding-left:8%;
		background-position:4% 20px;
	}
	.board-view .prop h6 { display:none; }
	.board-view .title { 
		border-bottom:1px solid #aaa; 
		background:#f8f8f8;
		color:#444;
		font-weight:600;
	}
	.board-view .info { 
		text-align:right;
		border-bottom:0;
	}
	.board-view .info li { 
		display:inline-block;
		float:none; 
		width:auto;
		padding-left:10px;
		margin-left:10px;
		font-size:0.86em;
		color:#999;
		background:url("/image/board_img/line_bg.gif") no-repeat left 5px;
	}
	.board-view .info li:first-child {
		margin-left:0;
		padding-left:0;
		background:none;
	}
	.board-view .info .count::before {
		content:'조회';
		margin-right:3px;
	}
	.board-view .info .order::before {
		content:'발주처';
		margin-right:3px;
	}
	/* .board-view .file { font-size:0.86em; } */
	.board-view .file span::before {
		content:'첨부파일';
		font-weight:600;
		color:#444;
		margin-right:20px;
	}


	/* online form */
	.info-box {
		width:100%;
		float:left;
		overflow:hidden;	
	}
	.in-02 {
		width:30%;
		height:16px;
		padding:5px 2px;
		font-size:12px;
		margin-right:2px;
		border:1px solid #d3d3d3;
		background:#eee;
	}

	/* 기본 체크박스(활성화) */
	input.i_basic[type='checkbox']					{vertical-align:middle; margin:-5px 2px 0 0;}
	input.i_basic[type='checkbox']					{background:#fff; border:solid 1px #ccc; border-radius:4px 4px; height:17px; width:17px; -webkit-appearance:none;}
	input.i_basic[type='checkbox']:checked			{background:#878787; border:solid 1px #777; border-radius:4px 4px;}
	input.i_basic[type='checkbox']:checked:after	{content:' '; display:block; width:15px; height:15px; background:url("../image/common/check_on.png") no-repeat 1px 2px; background-size:14px 11px; position:relative; border-radius:4px 4px;}

	/* 기본 체크박스(비활성화) */
	input.i_basic2[type='checkbox']					{vertical-align:middle; margin:-5px 2px 0 0;}
	input.i_basic2[type='checkbox']					{background:#c7c7c7; border:solid 1px #aaa; border-radius:4px 4px; height:17px; width:17px; -webkit-appearance:none;}
	input.i_basic2[type='checkbox']:checked			{background:#c7c7c7; border:solid 1px #aaa; border-radius:4px 4px;}
	input.i_basic2[type='checkbox']:checked:after	{content:' '; display:block; width:15px; height:15px; background:url("../image/common/check_on2.png") no-repeat 1px 2px; background-size:14px 11px; position:relative; border-radius:4px 4px;}

	/* 기본 라디오버튼 */
	input.i_basic[type='radio']						{vertical-align:middle;}
	input.i_basic[type='radio']						{background:#fff; border:solid 1px #ccc; border-radius:15px 15px; height:15px; width:15px; -webkit-appearance:none;} 
	input.i_basic[type='radio']:checked				{background:#666; border:solid 1px #555; border-radius:15px 15px;} 
	input.i_basic[type='radio']:checked:after		{content:' '; display:block; width:5px; height:5px; background:#fff; border:1px solid #555; position:relative; top:3px; left:3px; border-radius:12px 12px;}

	/* faq */
	.faq-q, .faq-a {font-size:1em; background-size:30px auto; padding-left:40px;}
	.faq-a {padding-top:15px; padding-bottom:20px; background-position:3px 10px;}
}
@media all and (max-width:480px) {
	
	/* Width of List Items */
	.board-wrap .m-auto {width:auto;}
	.board-wrap .m-w05 {width:5%;}
	.board-wrap .m-w10 {width:10%;}
	.board-wrap .m-w15 {width:15%;}
	.board-wrap .m-w20 {width:20%;}
	.board-wrap .m-w25 {width:25%;}
	.board-wrap .m-w30 {width:30%;}
	.board-wrap .m-w33 {width:33.3333%;}
	.board-wrap .m-w35 {width:35%;}
	.board-wrap .m-w40 {width:40%;}
	.board-wrap .m-w45 {width:45%;}
	.board-wrap .m-w50 {width:50%;}
	.board-wrap .m-w55 {width:55%;}
	.board-wrap .m-w60 {width:60%;}
	.board-wrap .m-w65 {width:65%;}
	.board-wrap .m-w70 {width:70%;}
	.board-wrap .m-w75 {width:75%;}
	.board-wrap .m-w80 {width:80%;}
	.board-wrap .m-w85 {width:85%;}
	.board-wrap .m-w90 {width:90%;}
	.board-wrap .m-w95 {width:95%;}
	.board-wrap .m-w100 {display:block; clear:both; float:none; width:100%; }

	.board-list .num { 	display:none; }
	.board-list > li.head { display:none; }
	.board-list > li > div { width:94%; margin:0 auto;}
	.board-list .title {
		display:block;
		padding:0;
		margin:8px 0 0;
	}
	.board-list .title a {
		padding:0;
		font-size:1.04em;
	}
	.board-list .reply .title a::before { 
		content:"Re:";
		margin-right:5px;
		
	}
	.board-list .reply .title a {
		padding-left:15px;
		background: url("../image/board_img/re.gif") no-repeat 3px 5px;
	}
	.board-list .date {
		text-align:left;
		padding:0;
		padding-bottom:5px;
		color:#999;
	}
	.board-list .name {
		text-align:left;
		padding:0;
		padding-bottom:5px;
		padding-right:10px;
		margin-right:10px;
		background:url("/image/board_img/line_bg.gif") no-repeat right 5px;
		color:#999;
	}
	.board-list .type {
		float:left;
		padding:0;
		margin-top:8px;
		margin-right:5px;
		font-size:1.04em;
	}
	.board-list .type::before { content:'['; }
	.board-list .type::after { content:']'; }
	.board-list .type + .title { width:auto; }
	.board-list .type + .title + p {clear:both;}
	.board-list .reply .title + p { padding-left:18px;}
	.board-list .count::before {
		content:'조회';
		margin-right:3px;
	}
	.board-list .order::before {
		content:'발주처';
		margin-right:4px;
	}
	.board-list .count,
	.board-list .order {
		text-align:left;
		padding:0;
		padding-bottom:5px;
		color:#999;
		padding-left:10px;
		margin-left:10px;
		background:url("/image/board_img/line_bg.gif") no-repeat left 5px;
	}
	.board-list .data {padding:0; padding-bottom:5px; float:right;}
	.board-list .data img {width:86px; vertical-align:middle;}
	.board-list .data + .count,
	.board-list .data + .order	{background:none; padding-left:0; margin-left:0; line-height:25px;}
	/* Board Write */
	.board-write .write-ip03 {width:95.7%;}
	/* Comment Write */
	.comment-write label { width:80px;}
	.comment-write textarea { height:100px; }
	/* pager */
	.list-pager a.m-hide {display:none;}


	/* online form */
	.info-box {
		width:100%;
		float:left;
		overflow:hidden;	
	}
	.in-02 {
		width:20%;
		height:16px;
		padding:5px 2px;
		font-size:12px;
		margin-right:2px;
		border:1px solid #d3d3d3;
		background:#eee;
	}
	.in-04 {
		width:86%;
		padding:15px;
		border:1px solid #d3d3d3;
	}

	/* 기본 체크박스(활성화) */
	input.i_basic[type='checkbox']					{vertical-align:middle; margin:-5px 2px 0 0;}
	input.i_basic[type='checkbox']					{background:#fff; border:solid 1px #ccc; border-radius:4px 4px; height:17px; width:17px; -webkit-appearance:none;}
	input.i_basic[type='checkbox']:checked			{background:#878787; border:solid 1px #777; border-radius:4px 4px;}
	input.i_basic[type='checkbox']:checked:after	{content:' '; display:block; width:15px; height:15px; background:url("../image/common/check_on.png") no-repeat 1px 2px; background-size:14px 11px; position:relative; border-radius:4px 4px;}

	/* 기본 체크박스(비활성화) */
	input.i_basic2[type='checkbox']					{vertical-align:middle; margin:-5px 2px 0 0;}
	input.i_basic2[type='checkbox']					{background:#c7c7c7; border:solid 1px #aaa; border-radius:4px 4px; height:17px; width:17px; -webkit-appearance:none;}
	input.i_basic2[type='checkbox']:checked			{background:#c7c7c7; border:solid 1px #aaa; border-radius:4px 4px;}
	input.i_basic2[type='checkbox']:checked:after	{content:' '; display:block; width:15px; height:15px; background:url("../image/common/check_on2.png") no-repeat 1px 2px; background-size:14px 11px; position:relative; border-radius:4px 4px;}

	/* 기본 라디오버튼 */
	input.i_basic[type='radio']						{vertical-align:middle;}
	input.i_basic[type='radio']						{background:#fff; border:solid 1px #ccc; border-radius:15px 15px; height:15px; width:15px; -webkit-appearance:none;} 
	input.i_basic[type='radio']:checked				{background:#666; border:solid 1px #555; border-radius:15px 15px;} 
	input.i_basic[type='radio']:checked:after		{content:' '; display:block; width:5px; height:5px; background:#fff; border:1px solid #555; position:relative; top:3px; left:3px; border-radius:12px 12px;}

	.btn-big a {
		display:inline-block;
		height:40px; line-height:40px;
		padding:0 30px;
		color:#fff;
		vertical-align:middle;
		font-weight:600;
	}

}





