
/********************
board_reple_type01
*********************/
.board_reple_type01 {
	float:left; 
	width:100%;
	margin-top: 6.2rem; 
	margin-bottom:4rem;
}
.board_reple_type01_write, .board_reple_type01_box02_write {
	width:100%;
	border: 1px solid #ccc;
	padding: 2.4rem 2rem 2rem 2.4rem;
	display: flex;
	flex-direction: column;
}
.board_reple_type01_write textarea, .board_reple_type01_box02_write textarea {
	width: 100%;
	height: 4rem; 
	margin-bottom: 1rem;
	border: 0;
	box-sizing:border-box; 
	padding: 0; 
	outline:  none;
	font-size: 1.6rem; 
	font-family: 'Noto Sans Kr', sans-serif;
	display: block;
	resize: none;
	line-height: 1.4;
}
.board_reple_type01_write textarea::placeholder {
	font-weight: 300;
}
.board_reple_type01_write button, .board_reple_type01_box02_write button {
	float: none; 
	width: 6.5rem; 
	display: inline-block; 
	height: 3.8rem;
	background: #6a6a6a;
	border: 0; 
	color: #fff; 
	border-radius: 0.4rem;
	font-size: 1.6rem; 
	cursor: pointer;
	font-family: 'Noto Sans Kr', sans-serif;
	margin-left: auto;
}

.board_reple_type01_box02_write .bt_set {
	display:flex;
	justify-content:end;
}

.board_reple_type01_box02_write .bt_set button {
	margin-left:1rem;
}

.board_reple_type01_box02_write .bt_set button.bt_gray {
	background:#ccc;
}


.board_reple_type01_list {
	float:left; 
	width:100%; 
	margin-top:4.5rem;
	margin-bottom:5rem;
}
.board_reple_type01_list .count {
	width: 100%; 
	border-bottom: 0.2rem solid #000; 
	color: #212121; 
	padding-bottom: 1.5rem;
	font-size: 2rem;
}
.board_reple_type01_list .count span {
	font-weight: 300;
	color: #999999;
}
.btn-reply {
	border: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 1.5rem;
	color: #888;
    margin-top: 2.6rem;
}
.btn-reply img {
	width: 1.6rem;
	margin-right: 0.6rem;
}


.board_reple_type01_box {
	width:100%; 
	border-bottom:1px solid #dddddd; 
	padding:2.5rem 0;
}
.board_reple_type01_box_top {
	position:relative; 
	width:100%; 
	display:flex;
	align-items:center;
}
.board_reple_type01_box_top strong {
	font-weight:500; 
	display:inline-block; 
	color:#212121;
	font-size:1.8rem;
	margin-right:1.5rem; 
	vertical-align:top;
}
.board_reple_type01_box_top span {
	display:inline-block; 
	font-size:1.5rem; 
	color:#bbbbbb; 
	vertical-align:top;
	margin-top:0.2rem;
}
.board_reple_type01_box_top button {
	display:inline-block; 
	background:url(../images/reple_arrow.png) no-repeat 0 center; 
	font-size:1.5rem; 
	color:#000; 
	padding-left:1.5rem; 
	border:0;
	vertical-align:top;
	margin-top:0.2rem; 
	margin-left:1rem; 
	cursor:pointer;
	font-family: 'Noto Sans Kr', sans-serif;
	display:flex;
	align-items:center;
}
.board_reple_type01_box_top ul {
	position:absolute; 
	top:0;
	right:0;
}
.board_reple_type01_box_top ul li {
	float:left; 
	position:relative; 
	padding:0 1.5rem;
}
.board_reple_type01_box_top ul li span {
	font-size:1.5rem; 
	color:#888; 
	cursor:pointer;
}
.board_reple_type01_box_top ul li:last-child::before {
	position:absolute; 
	top:50%; 
	left:0; 
	transform:translateY(-50%); 
	width:1px;
	height:1.4rem; 
	background:#ccc;
	content:'';
}
.board_reple_type01_box_top ul li:last-child {
	padding-right:0;
}

.board_reple_type01_box_con {
	width:100%; 
	margin-top:1rem;
}
.board_reple_type01_box_con p {
	font-size:1.6rem; 
	color:#212121; 
	width:100%; 
	font-weight:300;
}
.board_reple_type01_box02 {
	border-top: 1px solid #ddd;
	width:100%; 
	background: #fff;
	padding: 0 3rem;
	padding-right: 0;
	margin-top: 2rem;
	position: relative;
}
.board_reple_type01_box02 .outer {
	display: flex;
	padding: 2.4rem 0;
}
.board_reple_type01_box02 > div {
	width:100%; 
	position:relative; 
	border-bottom:1px solid #e1e1e1;
	padding: 2.2rem 0;
}
.board_reple_type01_box02 > div::after {
	display:block; 
	clear:both; 
	content:'';
}
.board_reple_type01_box02 > div:last-child {
	border-bottom:0; 
	padding-bottom:0;
}
.board_reple_type01_box02 > div::before {
	position: static; 
	content:''; 
	width: 1.1rem; 
	height: 1.1rem;
	border-left: 0.1rem solid #6a6a6a;
	border-bottom: 0.1rem solid #6a6a6a;
	display: inline-block;
	margin-right: 1.5rem;
}
.board_reple_type01_box02 > div:first-child::before {
	top:0.5rem;
}
/* .board_reple_type01_box02_write textarea {
	width:calc(100% - 13rem);
	height:10rem; 
	border:0.1rem solid #ccc; 
	box-sizing:border-box; 
	padding:2rem 3rem; 
	outline:none;
	font-size:1.6rem;
	font-family: 'Noto Sans Kr', sans-serif;
}
.board_reple_type01_box02_write button {
	float:right;
	width:12.5rem; 
	display:inline-block; 
	height:10rem; 
	background:#fff; 
	border:0; 
	color:#666;
	font-size:1.8rem; 
	cursor:pointer; 
	border:0.1rem solid #ccc;
	font-family: 'Noto Sans Kr', sans-serif;
} */
.board_reple_type01_box02 strong {
	font-weight:500; 
	display:inline-block; 
	color:#212121; 
	font-size:1.8rem; 
	margin-right:1.5rem;
	vertical-align:top;
}
.board_reple_type01_box02 span {
	display:inline-block;
	font-size:1.5rem;
	color:#bbbbbb; 
	vertical-align:top;
	margin-top:0.2rem;
}
.board_reple_type01_box02 p {
	font-size:1.6rem; 
	color:#212121; 
	width:100%; 
	font-weight:300;
	margin-top: 1.4rem;
}
.board_reple_type01_box02 ul {
	position:absolute;
	top:1.5rem; 
	right:0;
}
.board_reple_type01_box02 > div:fist-child ul {
	top:0;
}
.board_reple_type01_box02 ul li {
	float:left; 
	position:relative;
	padding:0 1.5rem;
}
.board_reple_type01_box02 ul li span {
	font-size:1.5rem; 
	color:#888; 
	cursor:pointer;
}
.board_reple_type01_box02 ul li:last-child::before {
	position:absolute; 
	top:50%;
	left:0;
	transform:translateY(-50%); 
	width:0.1rem; 
	height:1.4rem;
	background:#ccc; 
	content:'';
}
.board_reple_type01_box02 ul li:last-child {
	padding-right:0;
}
.board_reple_type01_box02_con .outer {
	padding-left: 3.1rem;
}


/********************
//board_reple_type01
*********************/





@media screen and (max-width:768px){


	/********************
	board_reple_type01
	*********************/
	.board_reple_type01_write, .board_reple_type01_box02_write {
		padding: 2rem;
	}
	.board_reple_type01_write textarea, .board_reple_type01_box02_write textarea {
		height: 7.6rem;
	}
	.board_reple_type01_box02 {
		padding-left: 1.4rem;
	}
	.board_reple_type01_box02 strong {
		margin-bottom:0;
	}
	.board_reple_type01_box_top span {
		margin-top:0;
	}
	.board_reple_type01_box_top button {
		margin-top:0;
	}
	
	.board_reple_type01_box_top ul li:last-child,
	.board_reple_type01_box02 ul li:last-child {
		padding-right:0;
	}
	.board_reple_type01_box02 span {
		margin-top:0;
	}

	.board_reple_type01_box_top {
		position:static;
	}

	.board_reple_type01_box {
		position:relative;
	}

	.board_reple_type01_box_top ul {
		top:auto;
		bottom:2.5rem;
	}
	

	/********************
	//board_reple_type01
	*********************/

}