/***** Select:Start *****/
.selectBox {
	margin-right: 7px;
	padding: 0 60px 0 16px;
	background-color: #fff;
	border: none;
	color: #444;
	line-height: 16px
}

.selectBox-dropdown {
	border: solid 1px #e1e1e1;
	border-radius: 2px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #e1e1e1 !important;
}

.selectBox-dropdown .selectBox-label {
	padding: 7px 0 5px;
	color: #444;
}

.selectBox-dropdown .selectBox-arrow {
	border-left: none;
}

.selectBox-dropdown-menu {
	border: solid 1px #e1e1e1;
	background: #fff;
}

.selectBox-options li a {
	padding: 3px 0 3px 10px;
	font-size: 12px;
	color: #444;
}

.selectBox-options li a:hover {
	background: #f4f4f4;
}

.selectBox-options li.selectBox-selected a {
	background: none;
}

/***** Select:End *****/

input[type="text"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	padding: 15px;
}

.board_page {
	line-height: 1.5;
}


/* board_title:Start */

#sub_contents {
	margin-top: 15px;
}

.board_page .board_read {
	position: relative;
}

.board_page .btn_comm {
	/*background-color:#6643e6;*/
	color: #fff;
	font-weight: 400;
	border-radius: 3px;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 12px;
	background-color: #6643e6;
}

.board_page .board_read_header {
	display: none;
}

.board_page .board_title {}

.board_page .board_title h1 {
	font-size: 38px;
}

.board_page .board_title p {
	margin-top: 10px;
	font-size: 20px;
	color: #7b7b7b;
}

.board_page .board_read_contents {}

/* board_title:End */


/* board_read_top : start */

.board_page .board_read_main {
	width: 100%;
	border-top: 1px solid #d5d9df;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

.board_page .board_read_top {}

.board_page .board_read_info1 {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #d5d9df;
	/* 작성일 높이 관련 수정 추가 */
	/*max-height:90px;*/
	/*overflow:hidden;*/
}

.board_page .board_read_subject {
	/*	width:59%;*/
	width: 100%;
	/*margin-bottom:15px;*/
}

.board_page .board_read_top dl {
	display: inline-block;
	vertical-align: top;
}

.board_page .board_read_top dt {
	display: inline-block;
	float: left;
	width: auto;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 400;
	/*font-family: 'noto sans KR', sans-serif;*/
	color: #999;
}

.board_page .board_read_phone dt {
	display: none;
}

.board_page .board_read_top dt.tit_phone {
	padding-right: 0;
}

.board_page .board_read_top dd {
	display: inline-block;
	float: left;
	width: auto;
}

.board_page .board_read_info1 .tit_subject {
	/*	width:16%;*/
	display: none;
}

.board_page .board_read_info1 .txt_subject {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	/*font-family: 'noto sans KR', sans-serif;*/
	line-height: 24px;
	color: #333;
}

.board_page .board_read_name {
	/*	display:block !important;*/
	margin-right: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.board_page .tit_name {}

.board_page .txt_name {
	position: relative;
}

.board_page .tit_subject,
.board_page .tit_name,
.board_page .tit_date,
.board_page .tit_proceeding,
.board_page .tit_phone {
	color: #816b41;
}

.board_page .txt_subject,
.board_page .txt_name,
.board_page .txt_date,
.board_page .txt_proceeding,
.board_page .txt_phone {
	color: #686868;
}

.board_page .member_info {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 100;
	width: 120px;
	padding-top: 8px;
}

.board_page .member_info li {
	height: 30px;
	padding: 0 10px;
	line-height: 2.3;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background: #fff;
}

.board_page .member_info li:hover,
.board_page .member_info li:hover a {
	color: #fff;
	background: #B0B0B0;
	text-decoration: none;
}

.board_page .board_read_phone {
	width: 20%;
}


.board_page .board_read_date {
	width: 20%;
}

.board_page .txt_date {}

.board_page .board_read_name,
.board_page .board_read_date {
	clear: both;
	display: inline-block !important;
	width: auto;
	/*height:100%;*/
	margin-top: 10px;
	font-size: 13px;
	/*font-family: 'noto sans KR', sans-serif;*/
	line-height: 18px;
	color: #333;
	font-weight: 400;
}

.board_page dl.board_read_phone {
	display: none;
}

.board_page .board_read_name dt,
.board_page .board_read_date dt {
	display: none;
}

.board_page .board_read_name dd,
.board_page .board_read_date dd {
	color: #666666;
}

.board_page .board_read_info1 .txt_date:before,
.board_page .board_read_info1 .txt_phone:before {
	content: '/';
	margin-right: 4px;
}

.board_page .board_read_info2 {
	position: relative;
	padding: 7px 15px 8px;
	border-bottom: 1px solid #d5d9df;
	background-color: #f1eef0;
}

.board_page .board_read_file {
	position: relative;
	width: auto;
}

.board_page .board_read_file .tit_file {
	width: auto;
}

.board_page .num_file {
	display: inline-block;
	min-width: 18px;
	height: 18px;
	padding: 0 2px;
	margin-left: 3px;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 13px;
	font-weight: 400;
	/*color:#6643e6;*/
	text-align: center;
}

.board_page .num_file:after {
	content: ')';
	color: #333;
}

.board_page .num_file:before {
	content: '(';
	color: #333;
}

.board_page .board_read_file .txt_file {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 12px;
	padding-right: 35px;
}

.board_page .list_files {}

.board_page .list_files li {
	display: none;
	width: auto;
	padding-bottom: 3px;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.board_page .txt_file li:first-child {
	display: block;
	margin: 0;
}

.board_page .board_read_file .ico_file {
	display: inline-block;
	float: left;
	vertical-align: middle;
	width: 14px;
	height: 17px;
	margin-right: 5px;
	background: url(../images/design_kitIcon.png) -173px -22px no-repeat;
}

.board_page .list_files li a {
	display: inline-block;
	width: auto;
	color: #999;
	font-size: 12px;
	/*font-family: 'noto sans KR',sans-serif;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.board_page .txt_file li {
	display: none;
	height: 19px;
}

.board_page .unfold li {
	display: block;
}

.board_page .btn_unfold {
	display: block;
	position: absolute;
	right: 0;
	float: right;
	width: 20px;
	height: 20px;
	border: 1px solid #ededed;
	text-indent: -9999em;
}

.board_page .btn_unfold span {
	display: none;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.board_page .txt_file>.btn_unfold .txt_unfold {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
	background-position: -200px -22px;
}

.board_page .txt_file.unfold>.btn_unfold .txt_fold {
	display: block;
	background-color: #fcfcfc;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
	background-position: -225px -22px;

}

.board_page .txt_file.unfold>.btn_unfold .txt_unfold {
	display: none;
}

.board_page .txt_file li:first-child {
	padding: 0;
}

.board_page .txt_file_size {
	color: #ccc;
	font-size: 12px;
	margin-left: 3px;
}

.board_page .txt_name a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.board_page .txt_name a:hover,
.board_page .txt_file li a:hover {
	text-decoration: underline;
	color: #C4C4C4;
}

.board_page .board_read_good {
	/*	width:14%;*/
	position: absolute;
	top: -35px;
	right: 0;
	float: right;
	width: auto;
}

.board_page .board_read_good .tit_good {
	width: 13px;
	height: 19px;
	background: url(../images/design_kitIcon.png) no-repeat -39px -21px;
	text-indent: -9999em;
	margin-right: 5px;
}


.board_page .board_read_hit {
	/*	width:24%;*/
	position: absolute;
	top: -35px;
	right: 38px;
	float: right;
	width: auto;
}

.board_page .board_read_hit .tit_hit {
	width: 15px;
	height: 19px;
	background: url(../images/design_kitIcon.png) no-repeat -60px -21px;
	text-indent: -9999em;
	margin-right: 5px;
}

.board_page .board_read_hit .txt_hit,
.board_page .board_read_good .txt_good {
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 13px;
	font-weight: 300;
	color: #666;
}

/* board_read_top : end */


/* board_read_content : start */

.board_page .board_read_content {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #d5d9df;
}

.board_page .tit_content {
	display: none;
}

.board_page .txt_content {
	padding: 30px 0;
	line-height: normal;
	word-wrap: break-word;
}

.board_page .txt_content p {
	color: #666;
	font-size: 13px !important;
	line-height: normal;
}

.board_page .txt_content table,
.board_page .txt_content img {
	max-width: 100%;
}

.board_page .txt_content img {
	margin-bottom: 15px;
}

.board_page .txt_content ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.board_page .txt_content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.board_page .txt_content ol,
.txt_content ul {
	margin-left: 24px;
}

/* box_feel :start */
.board_page .box_feel {
	height: 90px;
	margin: 0 0 30px;
	width: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.board_page .box_good,
.board_page .box_bad {
	display: inline-block;
	margin: 0 6px;
}

.board_page .box_good {
	width: 70px;
	height: 70px;
	position: relative;
	padding: 8px 10px;
}

.board_page .btn_good {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
	background-position: -8px -201px;
	text-indent: -9999em;
}

.board_page .box_bad {
	width: 70px;
	height: 70px;
	position: relative;
	padding: 8px 10px;
}

.board_page .btn_bad {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
	background-position: -93px -201px;
	text-indent: -9999em;
}

.board_page .count {
	position: absolute;
	bottom: -23px;
	left: 0;
	display: block;
	width: 100%;
	font-size: 11px;
	/*font-family: 'noto sans KR', sans-serif;*/
	color: #666;
	vertical-align: middle;
}

.board_page .box_good .count {}

.board_page .box_bad .count {}


/* box_feel :end */


/*box_btn_share :start */

.board_page .box_btn_share {
	margin: 0 0 30px 0;
	width: 100%;
	text-align: right;
	position: relative;
}

.board_page .box_btn_share,
.board_page .btn_fb_like,
.board_page .btn_share_all {
	display: inline-block;
	vertical-align: middle;
}

.board_page .btn_share_all {
	width: 30px;
	height: 30px;
	text-indent: -5000px;
	text-align: left;
	background: url(../images/design_kitIcon.png) -193px -335px no-repeat;
}

.board_page .list_btn_share {
	display: none;
	position: absolute;
	right: 0;
	bottom: 30px;
	/* margin-bottom:-50px;
    transition:all 0.3s cubic-bezier(.05,.93,.61,1.6);
    -webkit-transition:all 0.3s cubic-bezier(.05,.93,.61,1.6);*/
}

.show {
	display: block;
}

.board_page .list_btn_share.show {
	display: block;
	opacity: 1;
	margin-bottom: 0;
}

.board_page .list_btn_share li {
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	text-indent: -5000px;
	text-align: left;
}

.board_page .list_btn_share li a {
	width: 33px;
	height: 33px;
	display: block;
	background: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;

}

.board_page .list_btn_share li a.url_copy {
	background-color: transparent;
	background-position: -193px -159px;
}

.board_page .list_btn_share li a.kakao {
	background-position: -193px -194px;
}

.board_page .list_btn_share li a.googleplus {
	background-position: -193px -230px;
}

.board_page .list_btn_share li a.twitter {
	background-position: -193px -265px;
}

.board_page .list_btn_share li a.facebook {
	background-position: -193px -300px;
}

.board_page .layer_url_copy {
	display: none;
	z-index: 1000;
	position: absolute;
	left: calc(50% - 160px);
	width: 320px;
	height: 160px;
	padding: 20px;
	border: solid 1px #8c8c8c;
	background-color: #fff;
	text-align: center;
}

.board_page .layer_url_copy .btn_layer_close {
	float: right;
	width: 11px;
	height: 11px;
	margin-top: -10px;
	margin-right: -10px;
}

.board_page .layer_url_copy h4 {
	color: #f75445;
}

.board_page .layer_url_copy p {
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 16px;

}

.board_page .layer_url_copy .tf_comm {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	background-color: #F4F4F4;
	border: solid 1px #E6E6E6;
}

/*box_btn_share : end */


/* box_tag :start */

.board_page .box_tag {
	position: absolute;
	bottom: 27px;
	left: 0;
	width: 85%;
	padding: 0 0 0 18px;
	background: url(../images/tagIcon.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.board_page .txt_tag {
	color: #999;
	font-size: 12px;
	/*font-family: 'noto sans KR', sans-serif;*/
}

.board_page .txt_tag:hover {
	text-decoration: underline;
}

.board_page .box_tag li {
	margin-right: 0;
	display: inline-block;
}

.board_page .box_tag li:after {
	content: ",";
}

.board_page .box_tag li:last-child:after {
	content: "";
}

/* box_tag :end */


/* box_cmt : start */

.board_page .box_cmt_enter {
	width: 100%;
	display: inline-block;
	padding: 15px 0;
}

.board_page .box_cmt_enter>form:after {
	content: '';
	display: block;
	clear: both;
}

.board_page .box_tf_name {
	width: 23%;
	float: left;
	;
}

.board_page .box_tf_name dl:first-child {
	margin-bottom: 10px;
}

.board_page #txt_cmt_name {
	margin-bottom: 10px;
}

.board_page .box_tf_name dt {
	width: 33%;
	line-height: 40px;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-weight: 400;
	font-size: 13px;
	color: #666;
	float: left;
}

.board_page .box_tf_name input {
	width: 63%;
	height: 40px;
	margin-right: 3%;
	border: 1px solid #dbdfe4;
	border-radius: 3px;
	color: #666;
}

.board_page .txt_cmt_contents {
	display: none;
}

.board_page .box_cmt_contents {
	float: left;
	width: 84.7%;
}

.board_page .box_cmt_contents textarea.tf_cmt_contents {
	height: 90px;
	width: 100%;
	margin-left: 1%;
	color: #666;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	resize: none;
}

.board_page .box_tf_name+.box_cmt_contents {
	width: 61.7%;
}

.board_page .btn_apply {
	float: right;
	width: 13%;
	height: 90px;
	font-size: 15px;
	line-height: 24px;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-weight: 400;
	margin-left: 10px;
}

/* box_cmt : end */


/* board_read_cmt :start */

.board_page .board_read_cmt {
	position: relative;
	margin-top: -3px;
}

.board_page .cmt_count {
	width: 100%;
	text-align: right;
	padding: 6px 15px 5px;
	background-color: #f1eef0;
	border-top: 1px solid #d5d9df;
	border-bottom: 1px solid #d9e0e2;
}

.board_page .cmt_count a {
	color: #999;
	/*font-family: 'noto-sans KR', sans-serif;*/
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}

.board_page .txt_cmt_count {
	/*color:#6643e6;*/
}

.board_page .txt_cmt_count:before {
	content: '(';
	color: #999;
	margin-right: 2px;
}

.board_page .txt_cmt_count:after {
	content: ')';
	color: #999;
	margin-left: 2px;
}

.board_page .ico_arr_cmt {
	display: none;
	position: relative;
	top: -1px;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
	background-position: -225px -22px;
	display: inline-block;
}

.board_page .board_read_cmt.close .ico_arr_cmt {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.board_page .board_read_cmt.close .box_cmt {
	display: none;
}

.board_page .box_cmt {
	position: relative;
}

.board_page .box_cmt .box_cmt_list {
	border-bottom: 1px solid #d9e0e2;
}

.board_page .cmt_name {
	vertical-align: middle;
	/*font-family: 'noto snas KR', sans-serif;*/
	font-size: 15px;
	color: #333;
}

.board_page .btn_cmt_reply,
.board_page .btn_cmt_delete {
	background-color: rgba(0, 0, 0, 0);
	width: auto;
	height: 20px;
	width: 20px;
	font-size: 12px;
	text-indent: -9999em;
	background-image: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
}

.board_page .btn_cmt_delete {
	margin-left: 3px;
	background-position: -76px -130px;
}

.board_page .btn_cmt_reply {
	margin-left: 10px;
	background-position: -51px -130px;
}

.board_page .btn_cmt_reply.cancel {
	background-position: -100px -130px;
}

.board_page .box_cmt_list li {
	padding: 15px;
	border-bottom: 1px solid #dbdfe4;
}

.board_page .box_cmt_list li:last-child {
	border-bottom: 0;
}

.board_page .cmt_date {
	color: #999;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 12px;
}

.board_page .box_cmt_list li.cmt_reply {
	padding-left: 35px;
	background: url(../images/commentIcon.png);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	background-color: #f1eef0;
	vertical-align: center;
}

.board_page .box_cmt_list li.cmt_reply.cmt_reply_forms {
	background-position: 15px 28px;
}

.board_page .box_cmt_list li.cmt_reply .box_cmt_enter {
	border: 0;
}

.board_page .box_cmt_list li.cmt_reply .cmt_reply_name {
	font-weight: bold;
	margin-right: 10px;
	color: #a5a5a5;
}

.board_page .box_cmt_enter form {
	padding: 0;
}

.board_page .box_cmt_list li p {
	margin: 20px 0;
	font-size: 13px;
	/*font-family: 'noto sans KR', sans-serif;*/
	line-height: 18px;
	color: #666;
	word-wrap: break-word;
}

.board_page .box_cmt_list li p a {
	color: #3A96D2;
}

.board_page .box_cmt_list li p a:hover {
	text-decoration: underline;
}

.board_page .cmt_reply .box_cmt_enter {
	width: 100%;
	border-top: 0;
	display: inline-block;
	padding: 0;
}


/* board_gallery_bottom :start */

.board_page .board_gallery_bottom {
	width: 100%;
	height: 40px;
	margin-bottom: 50px;
	position: relative;
}

.board_page .btn_group {
	padding-bottom: 20px;
	/*	border-bottom:4px solid #8F8F8F;*/
	position: relative;
}

.board_page .msg_nocontent {
	float: left;
	width: 88%;
	height: 40px;
	border-radius: 0;
	background: #8F8F8F;
	color: #C9C9C9;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 2.8;
}

.board_page .btn_more {
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	text-indent: -20px;
	color: #fff;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	border-radius: 3px;
	background-color: #6643e6;

}

.board_page .btn_more:after {
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: 20px;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/plusIcon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*.btn_top {*/
/*	width:12%;*/
/*	height:40px;*/
/*	border-radius:0;*/
/*	font-weight:bold;*/
/*	font-size:14px;*/
/*	color:#F8D445;*/
/*	border:1px solid #F8D445;;*/
/*	padding-left:10px;*/
/*	background:url(../images/ico_top.png) 25% center no-repeat;*/
/*}*/

/* board_gallery_bottom :end */


/* layer_delete : start */
.board_page .layer_delete {
	display: none;
	position: absolute;
	left: 50% !important;
	margin-left: -153px;
	width: 305px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 2px 3px 7px 3px rgba(25, 25, 25, 0.05);
	z-index: 1000;
	overflow: hidden;
}

.board_page .layer_delete h4 {
	padding: 15px 15px 0;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	/*background-color: #6643e6;*/
}

.board_page .layer_delete p {
	padding: 0 15px 15px;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	/*background-color: #6643e6;*/
}

.board_page .layer_delete label.layer_tf_delete {
	display: none;
}

.board_page .layer_delete .inp_imgs {
	display: none;
}

.board_page form {
	padding: 15px;
}

.board_page .tf_pwd {
	width: 100%;
	height: 40px;
	border: 1px solid #d5d9df;
	border-radius: 3px;
	padding: 0 10px;
	color: #ccc;
}

.board_page .btn_layer_apply {
	/*background:#6643e6;*/
	width: 48%;
	height: 40px;
	color: #fff;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 12px;
	margin: 10px 5px 0 0;
	border-radius: 3px;
}

.board_page .btn_layer_cancel {
	float: right;
	background: #b4b9c1;
	width: 48%;
	height: 40px;
	color: #fff;
	/*font-family: 'noto sans KR', sans-serif;    */
	font-size: 12px;
	margin-top: 10px;
	border-radius: 3px;
}

/* layer_delete : end */

/* board_read_cmt : end */

.board_page .board_read_footer {
	width: 100%;
}

.board_page .board_read_footer ul {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	border-top: 1px solid #d5d9df;
}

.board_page .board_read_footer ul li {
	padding: 10px 15px;
	border-bottom: 1px solid #d5d9df;
}

.board_page .txt_subject_next,
.board_page .txt_subject_pre {
	padding-left: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.board_page .txt_subject_next a,
.board_page .txt_subject_pre a {
	color: #666;
	font-size: 13px;
	/*font-family: 'noto sans KR', sans-serif;*/
	line-height: 19px;
}

.board_page .tit_next,
.board_page .tit_pre {
	position: absolute;
	display: block;
	padding-right: 50px;
	color: #666;
	/*font-family: 'noto sans KR', sans-serif;*/
	font-size: 13px;
	font-weight: 400;
}

.board_page .tit_next {
	background: url(../images/read_downIcon.png);
	background-repeat: no-repeat;
	background-position: 43px 7px;
}

.board_page .tit_pre {
	background: url(../images/read_upIcon.png);
	background-repeat: no-repeat;
	background-position: 43px 7px;
}

.board_page .box_btn {
	width: 100%;
}

.board_page .btn_reply {
	font-size: 12px;
	margin-right: 15px;
	background-color: #fff;
	border: 1px solid #d5d9df;
	color: #666;
	float: left;
	width: 80px;
	height: 40px;
}

.board_page .box_btn .btn_comm.btn_reply {
	background-color: #fff;
	border: 1px solid #d5d9df;
}

.board_page .btn_write,
.board_page .btn_list {
	margin-right: 15px;
	float: left;
	width: 80px;
	height: 40px;
}

.board_page .btn_list {
	/*background-color: #6643e6;*/
	font-size: 12px;
}

.board_page .btn_modify,
.board_page .btn_delete {
	margin-left: 15px;
	background-color: #b4b9c1;
	float: right;
	width: 80px;
	height: 40px;
}

.board_page .box_btn .btn_comm.btn_modify,
.board_page .box_btn .btn_comm.btn_delete {
	background-color: #b4b9c1;
}

.board_page .box_btn .btn_comm.btn_modify:hover,
.board_page .box_btn .btn_comm.btn_delete:hover {
	background-color: #d5d9df;
}

.board_page .btn_modify:active,
.board_page .btn_delete:active {
	background-color: #9a9ea5;
}

.board_page .ico_comm {
	vertical-align: middle;
	display: inline-block;
	text-indent: -9999px;
}

.board_page .ico_replys {
	margin-right: 5px;
	width: 9px;
	height: 17px;
	background: url(../images/design_kitIcon.png);
	background-repeat: no-repeat;
	background-position: -200px -60px;
}

.board_page .form_add {
	width: 100%;
	/*border-top:1px solid #4c535d;*/
	border-spacing: 0;
	border-collapse: collapse;
}

.board_page .form_add th,
.board_page .form_add td {
	padding: 20px 15px;
	border-bottom: 1px solid #f3f3f3;
	text-align: left;
	font-size: 12px;
}

.board_page .form_add th {
	width: 25%;
	color: #656565;
}

.board_page .form_add td {
	width: 75%;
	color: #434343;
}

.board_page .form_add td a {
	color: #fefefe;
}

.board_page .form_add td .file_list {}

.board_page .form_add td .file_list a {
	display: block;
	overflow: hidden;
	color: #434343;
}

.board_page .form_add td .file_list a:hover {
	color: #fb6e61;
}

.board_page .form_add td .file_list span {
	float: right;
}

.board_page .form_add td .file_list span:first-child {
	float: left;
}

.board_page .form_add td .homepage_list strong {
	margin-right: 10px;
}

.board_page .form_add td .homepage_list a {
	color: #434343;
}

.board_page .form_add td .homepage_list a:hover {
	color: #fb6e61;
}

.board_page .form_add td dl {
	overflow: hidden;
	margin-top: 5px;
}

.board_page .form_add td dl:first-child {
	margin-top: 0;
}

.board_page .form_add td dl dt {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	color: #5983Bd;
}

.board_page .form_add td dl dd {
	float: left;
	margin-right: 10px;
	word-break: break-all;
}

.board_page .form_add td dl dd span {
	margin-left: 10px;
	color: #c4c4c4;
}

/* board_read_content : end */

/* 읽기 h1태그 추가 */
.mobile_wrap .board_page .txt_subject h1 {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	display: inline-block;
	line-height: inherit;
}


/* Tablet:Start */
@media screen and (min-width:768px) and (max-width:991px) {
	.board_page .board_read_file .tit_file {
		width: 23%;
	}

	/*	.board_page .board_read_subject,*/
	/*	.board_page .board_read_file {*/
	/*		width:60%;*/
	/*	}*/

	.board_page .board_read_file {
		width: 60%;
	}

	.board_page .board_read_name,
	.board_page .board_read_good {}

	.board_page .board_read_date,
	.board_page .board_read_hit {}

	/*	.board_read_top dd {*/
	/*		padding: 0 0 0 45px ;*/
	/*	}*/

}

/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:768px) {
	#sub_contents {
		margin-top: 0;
	}

	.board_page .board_read_contents {
		margin: 0;
	}

	.board_page .board_read_top dt {}

	.board_page .board_read_top dd {}

	.board_page .txt_name a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 70px;
	}

	.board_page .board_read_top .tit_file {
		display: inline-block;
	}

	.board_read_date {
		overflow: hidden;
	}

	.board_page .board_read_top .txt_date {
		padding-right: 5px;
		float: right;
		width: auto;
	}

	.board_page .board_read_header {
		margin: 20px 0;
	}

	.board_page .board_title p {
		font-size: 15px;
	}

	/*	.board_page .board_read_subject,*/
	/*	.board_page .board_read_file {*/
	/*		width:100%;*/
	/*		padding-bottom:0;*/
	/*		margin-bottom:0;*/
	/*	}*/
	.board_page .board_read_file {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.board_page .board_read_file .tit_file,
	.board_page .board_read_file .txt_file {
		display: block;
	}

	.board_page .board_read_file .txt_file {}

	/* .board_page .txt_file li:first-child {
        display:none;
    }*/
	.board_page .btn_unfold {
		right: 0;
	}

	.board_page .txt_file.unfold li:first-child {
		display: block;
	}

	.board_page .list_files {
		/*border-bottom:1px dotted #f4f4f4;*/
	}

	.board_page .member_info {
		display: none;
	}

	.board_page .board_read_info1 {
		/*        padding:15px 5px;*/
		padding: 15px 0;
	}

	.board_page .board_read_info2 {
		padding: 10px;
	}

	.board_read_content {}

	.board_page .board_read_content,
	.board_page .box_cmt_enter,
	.board_page .board_read_footer ul li,
	.board_page .box_cmt_list li {}

	.board_page .list_files li a {
		max-width: 150px;
	}

	.board_page .box_good {
		top: -2px;
	}

	.board_page .box_btn_share {}

	/*    .board_page .board_read_name,*/
	.board_page .board_read_good,
	.board_page .board_read_hit {}

	.board_page .board_read_good .tit_good,
	.board_page .board_read_hit .tit_hit {}

	.board_read_good dd:before,
	.board_read_hit dd:before {}

	.board_read_good .txt_good:before {}

	.board_read_hit .txt_hit:before {}

	.board_page .board_read_date {
		/*		width:49%;*/
	}

	.board_page .board_read_hit {}

	.board_page .board_read_hit .txt_hit {
		padding-right: 0;
	}

	.board_page .btn_unfold {
		position: absolute;
		right: 0px;
	}

	.board_page .box_tf_name {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.board_page .tit_name,
	.board_page .txt_name a,
	.board_page .tit_date,
	.board_page .txt_date,
	.board_page .tit_phone,
	.board_page .txt_phone {
		font-size: 13px;
		color: #333;
		line-height: 18px;
		/*font-family: 'noto sans KR', sans-serif;*/
	}

	.board_page .txt_name {
		width: 80%;
	}

	.board_page .board_read_name,
	.board_page .board_read_phone,
	.board_page .board_read_date {
		width: inherit;
	}

	.board_page .box_tf_name dt {
		width: 25%;
		line-height: 40px;
	}

	.board_page .box_tf_name input {
		width: 75%;
		margin: 0;
	}

	.board_page .box_cmt_contents {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.board_page .box_tf_name+.box_cmt_contents {
		width: 100%;
	}

	.board_page .box_cmt_contents textarea.tf_cmt_contents {
		margin-left: 0;
	}

	.board_page .box_reply_delete {
		position: absolute;
		top: 30px;
		left: 0;
		width: 275px;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.9);
		border-top: 4px solid #8F8F8F;
		border-bottom: 4px solid #8F8F8F;
		padding: 20px;
		box-shadow: 0 0 10px #8F8F8F;
	}

	.board_page .btn_apply {
		width: 100%;
		height: 40px;
		font-size: 16px;
		margin-left: 0;
	}

	.board_page .board_read_footer {
		margin-top: 10px;
	}

	.board_page .cmt_count {}

	.board_page .box_btn {
		width: 100%;
	}

	.board_page .box_read_prev,
	.board_page .box_read_next {
		font-size: 14px;
	}

	.board_page .btn_reply {
		width: 32%;
		margin-bottom: 10px;
		margin-right: 2%;
	}

	.board_page .btn_list {
		float: right;
	}

	.board_page .btn_write,
	.board_page .btn_list {
		width: 49%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.board_page .btn_reply~.btn_write,
	.board_page .btn_reply~.btn_list {
		width: 32%;
	}

	.board_page .btn_modify {
		margin-left: 0;
		float: none;
		width: 48%;
	}

	.board_page .btn_delete {
		margin-left: 0;
		float: none;
		width: 100%;
	}

	.board_page .btn_modify+.btn_delete {
		width: 49%;
		float: right;
	}

	.board_page .btn_modify {
		width: 49%;
	}

	.board_page .btn_more {
		background-position: 40% center;
	}

	.board_page .board_read_info1 .tit_subject {
		width: 22%;
	}

	.board_page .board_read_info1 .txt_subject {
		width: 100%;
		padding-right: 0;
		font-size: 15px;
		line-height: 24px;
	}

	/* Mobile_board_수정 :Start */
	.board_page .btn_write {
		position: relative !important;
		margin-bottom: 10px;
	}

	.box_select .selectBox span {
		display: none;
	}

	.selectBox-dropdown {
		border: none !important;
	}

	.board_page .box_search {
		margin-top: -15px;
	}

	.opt_search_type {
		display: none;
	}

	/* Mobile_board_수정 :End */

	.board_page .box_tag {
		line-height: 19px;
	}

	.board_page .txt_content img {
		max-width: 100%;
		height: auto !important;
	}
}

/* Mobile:End */

@media all and (-webkit-min-device-pixel-ratio: 2) {

	.board_page .board_read_file .ico_file {}

	.board_page .btn_unfold {}

	.board_page .unfold .btn_unfold {}

	.board_page .btn_good {}

	.board_page .btn_bad {}

	.board_page .list_btn_share li a {}

	.board_page .list_btn_share li a.url_copy {}

	.board_page .list_btn_share li a.kakao {}

	.board_page .list_btn_share li a.googleplus {}

	.board_page .list_btn_share li a.twitter {}

	.board_page .list_btn_share li a.facebook {}

	.board_page .btn_share_all {}

	.board_page .box_tag {}

	.board_page .ico_arr_cmt {}

	.board_page .box_cmt_list li.cmt_reply {}

	.board_page .tit_next,
	.board_page .tit_pre {}

	.board_page .tit_pre {}

	.board_page .tit_next {}

	.board_read_good dd:before,
	.board_read_hit dd:before {}
}