/***** 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 {
	background: url(../images/join_icon_arrow2.png) 50% center no-repeat;
	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: 3px;
}

.board_page {
	line-height: 1.5;
}

/* board_title:Start */

#sub_contents {
	margin-bottom: 100px;
}

.board_page .board_read {
	position: relative;
}


.board_page .btn_comm {
	background-color: #5983bd;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	font-size: 14px;
}

.board_page .board_read_header {
	display: none;
}

.board_page .board_title {
	padding: 100px 0 30px 3%;
	text-align: left;
	background: url(../images/title_line.png) center bottom no-repeat;
}

.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 {
	margin-bottom: 20px;
}

/* board_title:End */


/* board_read_top : start */

.board_page .board_read_main {
	width: 100%;
	border-top: 1px solid #8F8F8F;
	font-size: 13px;
}

.board_page .board_read_top {}

.board_page .board_read_info1 {
	position: relative;
	padding: 17px 24px;
	background-color: #F4F4F4;
	/*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: 45%;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
}

.board_page .board_read_top dd {
	display: inline-block;
	float: left;
	width: 55%;
	padding-right: 10px;
}

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

.board_page .board_read_info1 .txt_subject {
	width: 80%;
	font-size: 15px;
}

.board_page .board_read_name {
	/*	display:block !important;*/
	width: 20%;
}

.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: #434343;
}

.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;
	background: url(../images/member_info_arr.png) 0 0 no-repeat;
}

.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 {
	float: right;
	width: 20%;
}

.board_page .txt_date {
	letter-spacing: -1px;
}

.board_page .board_read_name,
.board_page .board_read_phone,
.board_page .board_read_date {
	clear: both;
	display: inline-block !important;
	width: 33%;
	/*height:100%;*/
	margin-top: 15px;
}



.board_page .board_read_info2 {
	position: relative;
	padding: 10px 24px;
	border-bottom: 1px solid #EFEFEF;
}

.board_page .board_read_file {
	position: relative;
	width: 59%;
}

.board_page .board_read_file .tit_file {
	width: 23%;
}

.board_page .num_file {
	display: inline-block;
	min-width: 18px;
	height: 18px;
	padding: 0 2px;
	margin-left: 3px;
	border-radius: 10px;
	border: solid 2px #f75445;
	font-size: 10px;
	color: #fff;
	background-color: #fb6e61;
	text-align: center;
}

.board_page .board_read_file .txt_file {
	display: inline-block;
	width: 60%;
	font-size: 12px;
}

.board_page .list_files {}

.board_page .list_files li {
	display: none;
	padding-top: 3px;
	word-break: break-all;
}

.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/ico_subject.png) 0 0 no-repeat;
}

.board_page .list_files li a {
	width: 95%;
}

.board_page .txt_file li {
	display: none;
}

.board_page .unfold li {
	display: block;
}

.board_page .btn_unfold {
	display: block;
	position: absolute;
	top: -2px;
	right: 2%;
	width: 70px;
	height: 20px;
	border: 1px solid #ededed;
}

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

.board_page .txt_file>.btn_unfold .txt_unfold {
	display: block;
	background: #fcfcfc url(../images/unfold_arr.png) 10px 5px no-repeat;
}

.board_page .txt_file.unfold>.btn_unfold .txt_fold {
	display: block;
	background: #fcfcfc url(../images/unfold_arr.png) 10px -22px no-repeat;
}

.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: #C4C4C4;
}

.board_page .txt_name a {
	display: block;
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.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%;*/
	width: 20%;
}

.board_page .board_read_hit {
	/*	width:24%;*/
	width: 20%;
}

/* board_read_top : end */



/* board_read_content : start */

.board_page .board_read_content {
	position: relative;
	width: 100%;
	padding: 30px 24px 25px 24px;
}

.board_page .tit_content {
	display: none;
}

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

.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 {
	margin-top: 30px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.board_page .box_good,
.board_page .box_bad {
	display: inline-block;
}

.board_page .btn_good {
	width: 50px;
	height: 50px;
	margin: 0 20px 0 15px;
	background: url(../images/btn_good.png) 0 0 no-repeat;
}

.board_page .btn_bad {
	width: 50px;
	height: 50px;
	margin: 0 15px 0 20px;
	background: url(../images/btn_bad.png) 0 0 no-repeat;
}

.board_page .count {
	font-size: 25px;
	font-style: italic;
	vertical-align: middle;
}

.board_page .box_good .count {
	color: #FB6E61;
}

.board_page .box_bad .count {
	color: #A7A7A7;
}


/* box_feel :end */


/*box_btn_share :start */

.board_page .box_btn_share {
	margin-top: 30px;
	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 {
	margin-left: 20px;
	width: 33px;
	height: 33px;
	text-indent: -5000px;
	text-align: left;
	background: url(../images/btn_share.png) 0 -190px no-repeat;
}

.board_page .list_btn_share {
	position: absolute;
	right: 0;
	bottom: 40px;
	display: none;
	/* 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);*/
}

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

.board_page .list_btn_share li {
	width: 33px;
	height: 33px;
	margin-top: 5px;
	text-indent: -5000px;
	text-align: left;
}

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

.board_page .list_btn_share li a.url_copy {
	background-position: 0 0;
}

.board_page .list_btn_share li a.kakao {
	background-position: 0 -37px;
}

.board_page .list_btn_share li a.googleplus {
	background-position: 0 -74px;
}

.board_page .list_btn_share li a.twitter {
	background-position: 0 -111px;
}

.board_page .list_btn_share li a.facebook {
	background-position: 0 -148px;
}

.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;
	background: url(../images/ico_thumd_delete.png) no-repeat;
	text-indent: -5000px;
}

.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 {
	margin-top: 20px;
	width: 100%;
	padding: 5px 0 0 35px;
	background: url(../images/ico_tag.png) 0 8px no-repeat;
}

.board_page .txt_tag {
	color: #8c8c8c;
	font-size: 11px;
	letter-spacing: 1.3px;
}

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

.board_page .box_tag li {
	margin-right: 5px;
	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%;
	border-top: 1px solid #EFEFEF;
	display: inline-block;
	padding: 24px;
}

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

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

.board_page .box_tf_name dt {
	width: 30%;
	line-height: 2.6;
	font-weight: bold;
	float: left;
}

.board_page .box_tf_name input {
	width: 65%;
	height: 35px;
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

.board_page .txt_cmt_contents {
	display: none;
}

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

.board_page .box_cmt_contents textarea.tf_cmt_contents {
	height: 80px;
	width: 100%;
	border: 1px solid #E6E6E6;
}

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

.board_page .btn_apply {
	width: 13%;
	height: 80px;
	font-size: 16px;
	margin-left: 10px;
}

/* box_cmt : end */


/* board_read_cmt :start */

.board_page .cmt_count {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.board_page .cmt_count a {
	color: #FB6E61;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.board_page .ico_arr_cmt {
	display: block;
	width: 10px;
	height: 5px;
	vertical-align: middle;
	background: url(../images/ico_arr_cmt.png) 0 0 no-repeat;
	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 {
	border-top: 1px solid #f75445;
	position: relative;
}

.board_page .cmt_name {
	vertical-align: middle;
	font-size: 13.5px;
}

.board_page .btn_cmt_reply,
.board_page .btn_cmt_delete {
	width: 40px;
	height: 20px;
	font-size: 12px;
	float: right;
}

.board_page .btn_cmt_delete {
	background-color: #8F8F8F;
}

.board_page .btn_cmt_reply {
	color: #FB6E61;
	background-color: #FBD1CE;
	margin-left: 10px;
	float: right;
}

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

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

.board_page .cmt_date {
	color: #CECECE;
}

.board_page .box_cmt_list li.cmt_reply {
	padding-left: 44px;
	background: url(../images/replys.png) 24px 15px no-repeat;
}

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

.board_page .box_cmt_list li p {
	margin: 10px 0;
}

.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;
}


/**/
/*.btn_more {*/
/*	width:100%;*/
/*	height:40px;*/
/*	color:#fff;*/
/*	font-weight:bold;*/
/*	font-size:14px;*/
/*	text-align:center;*/
/*	border-radius:0;*/
/*	background:#F8D445 url(../images/plus_more.png) 45% center no-repeat;*/
/*}*/


/* 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 {
	width: 100%;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border-radius: 0;
	background: #F8D445 url(../images/plus_more.png) 45% center no-repeat;
}

/*.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;
	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;
	z-index: 1000;
}

.board_page .layer_delete h4 {
	font-size: 18px;
	color: #FB6E61;
}

.board_page .layer_delete p {
	margin-top: 5px;
	line-height: 1.8;
	font-size: 12px;
	margin-bottom: 5px;
}

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

.board_page .tf_pwd {
	width: 100%;
	height: 35px;
	background: #f4f4f4;
	border: 1px solid #E1E1E1;
}

.board_page .btn_layer_apply {
	background: #FB6E61;
	width: 113px;
	height: 35px;
	margin: 10px 5px 0 0;
}

.board_page .btn_layer_cancel {
	background: #7E7E7E;
	width: 113px;
	height: 35px;
	margin-top: 10px;
}

/* layer_delete : end */


/* board_read_cmt : end */


.board_page .board_read_footer {
	width: 100%;
	border-top: 1px solid #8F8F8F;
	margin-top: 30px;
}

.board_page .board_read_footer ul {
	margin-bottom: 20px;
	position: relative;
}

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

.board_page .txt_subject_next,
.board_page .txt_subject_pre {
	padding-left: 80px;
}



.board_page .tit_next,
.board_page .tit_pre {
	position: absolute;
	display: block;
	padding-right: 50px;
	background: url(../images/ico_paging.png) no-repeat;
	font-weight: bold;
}

.board_page .tit_next {
	background-position: 40px -31px;
}

.board_page .tit_pre {
	background-position: 40px 3px;
}


.board_page .box_btn {
	width: 100%;
}

.board_page .btn_reply {
	margin-right: 10px;
	background-color: #B8D6FF;
	color: #5983BD;
	float: left;
	width: 70px;
	height: 35px;
}

.board_page .btn_write,
.board_page .btn_list {
	margin-right: 10px;
	float: left;
	width: 70px;
	height: 35px;
}

.board_page .btn_modify,
.board_page .btn_delete {
	margin-left: 10px;
	background-color: #8F8F8F;
	float: right;
	width: 70px;
	height: 35px;
}

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

.board_page .ico_replys {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background: url(../images/replys.png) no-repeat;
}

.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;
}

.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 {
		width: 16%;
	}

	.board_page .board_read_date,
	.board_page .board_read_hit {
		width: 23%;
	}

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

/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:768px) {

	.board_page .board_read_top dt {
		display: none;
	}

	.board_page .board_read_top dd {
		width: 100%;
	}

	.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 {
		width: 100%;
	}

	/* .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 {
		padding: 3px 0;
		/*border-bottom:1px dotted #f4f4f4;*/
		margin: 4px 0;
	}

	.board_page .member_info {
		display: none;
	}

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

	.board_page .board_read_info2 {
		overflow: hidden;
		padding: 8px 5px 5px;
		color: #A7A7A7;
	}

	.board_read_content {
		font-size: 16px;
	}

	.board_page .board_read_content,
	.board_page .box_cmt_enter,
	.board_page .board_read_footer ul li,
	.board_page .box_cmt_list li {
		padding: 10px 5px;
	}

	/*    .board_page .board_read_name,*/
	.board_page .board_read_good,
	.board_page .board_read_hit {
		width: 49%;
	}

	.board_read_good dd:before,
	.board_read_hit dd:before {
		content: '';
		display: inline-block;
		position: relative;
		opacity: 0.6;
		width: 20px;
		height: 17px;
		background: url(../images/ico_txt_group.png) no-repeat;
		vertical-align: top;
	}

	.board_read_good .txt_good:before {
		background-position: 1px -18px;
	}

	.board_read_hit .txt_hit:before {
		background-position: 0px -39px;
	}

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

	.board_page .board_read_hit {
		text-align: right;
		float: right;
	}

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

	.board_page .btn_unfold {
		top: 0;
	}

	.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 {
		color: #A7A7A7;
		font-size: 12px;
	}

	.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 input {
		width: 70%;
	}

	.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_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: 35px;
		font-size: 16px;
		margin-left: 0;
		background-color: #5983bd;
	}

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

	.board_page .cmt_count {
		margin: 10px 0;
	}

	.board_page .box_btn {
		width: 100%;
	}

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

	.board_page .btn_reply {
		width: 31%;
		margin-right: 0;
		float: none;
	}

	.board_page .btn_write,
	.board_page .btn_list {
		width: 49%;
		margin-right: 0;
		float: none;
	}

	.board_page .btn_reply~.btn_write,
	.board_page .btn_reply~.btn_list {
		width: 31%;
		margin-left: 6px;
	}

	.board_page .btn_modify {
		margin-top: 10px;
		margin-left: 0;
		background-color: #8F8F8F;
		float: none;
		width: 48%;
	}

	.board_page .btn_delete {
		margin-top: 10px;
		margin-left: 0;
		background-color: #8F8F8F;
		float: none;
		width: 100%;
	}

	.board_page .btn_modify+.btn_delete {
		width: 48%;
	}

	.board_page .btn_modify {
		margin-right: 5px;
	}

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

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

	.board_page .board_read_info1 .txt_subject {
		width: 100%;
		padding-right: 0;
		font-size: 19px;
	}

	/* Mobile_board_수정 :Start */
	.board_page .btn_write {
		position: relative !important;
	}

	.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 {
		padding: 1px 0 0 35px;
	}

	.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 {
		background: url(../images/ico_subject@2x.png) 0 -1px no-repeat;
		background-size: 14px 130px;
	}

	.board_page .btn_unfold {
		background: #fcfcfc url(../images/unfold_arr@2x.png) 10px 5px no-repeat;
		background-size: 7px 35px;
	}

	.board_page .unfold .btn_unfold {
		background: #fcfcfc url(../images/unfold_arr@2x.png) 10px -22px no-repeat;
		background-size: 7px 35px;
	}

	.board_page .btn_good {
		background: url(../images/btn_good@2x.png) 0 0 no-repeat;
		background-size: 50px 50px;
	}

	.board_page .btn_bad {
		background: url(../images/btn_bad@2x.png) 0 0 no-repeat;
		background-size: 50px 50px;
	}

	.board_page .list_btn_share li a {
		background: url(../images/btn_share@2x.png) no-repeat;
		background-size: 33px 223px;
	}

	.board_page .list_btn_share li a.url_copy {
		background-position: 0 0;
	}

	.board_page .list_btn_share li a.kakao {
		background-position: 0 -37px;
	}

	.board_page .list_btn_share li a.googleplus {
		background-position: 0 -74px;
	}

	.board_page .list_btn_share li a.twitter {
		background-position: 0 -111px;
	}

	.board_page .list_btn_share li a.facebook {
		background-position: 0 -148px;
	}

	.board_page .btn_share_all {
		background: url(../images/btn_share@2x.png) 0 -190px no-repeat;
		background-size: 33px 223px;
	}

	.board_page .box_tag {
		background: url(../images/ico_tag@2x.png) 0 8px no-repeat;
		background-size: 26px 14px;
	}

	.board_page .ico_arr_cmt {
		background: url(../images/ico_arr_cmt@2x.png) 0 0 no-repeat;
		background-size: 10px 5px;
	}

	.board_page .box_cmt_list li.cmt_reply {
		background: url(../images/replys@2x.png) 24px 15px no-repeat;
		background-size: 10px 10px;
	}

	.board_page .tit_next,
	.board_page .tit_pre {
		background: url(../images/ico_paging@2x.png) no-repeat;
		background-size: 13px 46px;
	}

	.board_page .tit_pre {
		background-position: 42px 3px;
	}

	.board_page .tit_next {
		background-position: 42px -31px;
	}

	.board_read_good dd:before,
	.board_read_hit dd:before {
		background: url(../images/ico_txt_group@2x.png) no-repeat;
		background-size: 18px 80px;
	}

}