@charset "utf-8"; 

/*.board_area {margin-bottom: 120px;}
@media screen and (max-width : 1300px) {.board_area {margin-bottom: 100px;}}
@media screen and (max-width : 1080px) {.board_area {margin-bottom: 80px;}}
@media screen and (max-width : 900px) {.board_area {margin-bottom: 70px;}}
@media screen and (max-width : 700px) {.board_area {margin-bottom: 60px;}}
@media screen and (max-width : 500px) {.board_area {margin-bottom: 50px;}}*/

.board_area {
	margin: 60px auto 160px !important;
}
.board_area .subTit {
	font-size: 36px;
	font-weight: 700;
	color: inherit;
	text-align: center;
	margin: 0 auto 60px;
}

@media screen and (max-width : 1080px) {
	.board_area .subTit {
		font-size: 32px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width : 900px) {
	.board_area {
		margin: 50px auto 120px !important;
	}
	.board_area .subTit {
		font-size: 28px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width : 700px) {
	.board_area {
		margin: 40px auto 80px !important;
	}
	.board_area .subTit {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width : 550px) {
	.board_area {
		margin: 30px auto 60px !important;
	}
	.board_area .subTit {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.admin_box {
	margin-bottom: 10px;
}

.admin_box .all_check {
	float: left;
}

.admin_box .all_check input {
	float: left;
	width: 0;
	height: 0;
	opacity: 0;
}

.admin_box .all_check label {
	font-family: 'Dotum', sans-serif;
	font-size: 12px;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 60px;
	background: #0f1b30;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	border-radius: 3px;
}

.admin_box .admin_btn {
	float: right;
}

.admin_box .admin_btn li {
	float: left;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	width: 60px;
	text-align: center;
	margin-left: 5px;
	background: #ffc42a;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
}

.admin_box .admin_btn li:hover {
	background: #0f1b30;
	color: #ffffff;
}

.admin_box .admin_btn li a {
	display: block;
	color: #ffffff;
}

.admin_box .admin_btn li input,
.admin_box .admin_btn li button {
	width: 100%;
	height: 100%;
	line-height: 100%;
	font-family: inherit;
	background: none;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-weight: 700;
	display: block;
	border: none;
}	

.admin_box .admin_btn li:hover input,
.admin_box .admin_btn li:hover button {
	color: #ffffff;
}

.count_search {
	margin-bottom: 20px;
}
	
.count_search .count {
	float: left;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: -1px;
	position: relative;
	top: 20px;
}

.count_search .count span {
	font-weight: 700;
	color: #0f1b30;
}

.count_search .search_box {
	float: right;
	height: 40px;
	border-radius: 3px;
	background: #f4f4f4;
}

.count_search .search_box .search_txt {
	width: 400px;
	height: 40px;
	background: none;
	font-family: inherit;
	padding: 0 10px;
	float: left;
}

.count_search .search_box .search_btn {
	width: 40px;
	height: 40px;
	float: left;
	background: #0f1b30 url(../img/search_white.png) no-repeat center center;
	border-radius: 3px;
	font-size: 0;
	transition: 0.3s;
}

.count_search .search_box .search_btn:hover {
	background-color: #333333;
}

	@media screen and (max-width : 1080px) {
	.count_search {
		margin-bottom: 15px;
	}
		
	.count_search .count {
		font-size: 16px;
	}

	.count_search .search_box {
		height: 37px;
	}

	.count_search .search_box .search_txt {
		width: 320px;
		height: 37px;
	}

	.count_search .search_box .search_btn {
		width: 37px;
		height: 37px;
	}
	}

	@media screen and (max-width : 900px) {
	.count_search {
		margin-bottom: 10px;
	}
	}

	@media screen and (max-width : 700px) {
	.count_search {
		margin-bottom: 10px;
	}
		
	.count_search .count {
		font-size: 14px;
	}

	.count_search .search_box {
		height: 34px;
	}

	.count_search .search_box .search_txt {
		width: 240px;
		height: 34px;
	}

	.count_search .search_box .search_btn {
		width: 34px;
		height: 34px;
	}
	}

	@media screen and (max-width : 550px) {
	.admin_box {
		margin-bottom: 7px;
	}

	.admin_box .all_check label {
		font-size: 11px;
		height: 25px;
		line-height: 25px;
		width: 50px;
	}

	.admin_box .admin_btn li {
		font-size: 11px;
		line-height: 25px;
		height: 25px;
		width: 50px;
		margin-left: 3px;
	}

	.admin_box .admin_btn li input,
	.admin_box .admin_btn li button {
		font-size: 11px;
	}	

	.count_search {
		margin-bottom: 7px;
	}
		
	.count_search .count {
		font-size: 13px;
		top: 0px;
	}

	.count_search .search_box {
		height: 30px;
		float: none;
		width: 230px;
		margin: 0 auto 15px;
	}

	.count_search .search_box .search_txt {
		width: 200px;
		height: 30px;
		padding: 0 10px;
	}

	.count_search .search_box .search_btn {
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	}


/**************************************************
                       
                 board - gallery

***************************************************/
.board_gallery ul.board_list {
	margin: 0 -0.6%;
	text-align: center;
}

.board_gallery ul.board_list li {
	/*width: 32%;
	float: left;
	margin: 0 0.6% 40px;*/
	width: calc(32% - 3px);
	display: inline-block;
	margin: 0 0.6% 40px;
	border: 1px solid #cccccc;
	transition: 0.4s;
}

.board_gallery ul.board_list li:hover {
	border-color: #000000;
}

.board_gallery ul.board_list li a {
	display: block;
	position: relative;
}

.board_gallery ul.board_list li a img {
	display: block;
	width: 100%;
}

.board_gallery ul.board_list li a .txt_area {
	padding: 25px 20px;
}

.board_gallery ul.board_list li a .category {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 12px;
	background: #0075a7;
	width: 55px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	border-radius: 3px 0 3px 0;
}

.board_gallery ul.board_list li a .bd_tit {
	font-size: 18px;
	color: #303030;
	margin-bottom: 7px;
}

.board_gallery ul.board_list li a .bd_date {
	font-size: 16px;
	color: #a8a8a8;	
}

.board_gallery ul.board_list li a input {
	position: absolute;
	top: 5px;
	left: 5px;
}

	@media screen and (max-width : 1080px) {
	.board_gallery ul.board_list li {
		margin: 0 0.6% 20px;
	}

	.board_gallery ul.board_list li a .txt_area {
		padding: 15px;
	}

	.board_gallery ul.board_list li a .category {
		font-size: 13px;
		margin-bottom: 8px;
		width: 50px;
		line-height: 22px;
		height: 22px;
	}

	.board_gallery ul.board_list li a .bd_tit {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.board_gallery ul.board_list li a .bd_date {
		font-size: 15px;
	}
	}
	
	@media screen and (max-width : 900px) {
	.board_gallery ul.board_list li {
		margin: 0 0.6% 10px;
	}

	.board_gallery ul.board_list li a .txt_area {
		padding: 10px;
	}

	.board_gallery ul.board_list li a .category {
		font-size: 12px;
		margin-bottom: 4px;
		width: 45px;
		line-height: 19px;
		height: 19px;
	}

	.board_gallery ul.board_list li a .bd_tit {
		font-size: 15px;
		margin-bottom: 3px;
	}

	.board_gallery ul.board_list li a .bd_date {
		font-size: 13px;
	}
	}

	@media screen and (max-width : 700px) {
	.board_gallery ul.board_list {
		margin: 0 -1%;
	}

	.board_gallery ul.board_list li {
		width: calc(48% - 3px);
		margin: 0 1% 10px;
	}
	}

	@media screen and (max-width : 550px) {
	.board_gallery ul.board_list li a .txt_area {
		padding: 7px;
	}

	.board_gallery ul.board_list li a .category {
		font-size: 11px;
		margin-bottom: 3px;
		width: 40px;
		line-height: 17px;
		height: 17px;
	}

	.board_gallery ul.board_list li a .bd_tit {
		font-size: 14px;
	}

	.board_gallery ul.board_list li a .bd_date {
		font-size: 12px;
	}
	}


/**************************************************
                       
                 board - basic

***************************************************/
.board_basic table {
	border-bottom: 1px solid #262626;
	width: 100%;
	margin: 0 auto 30px;
}

.board_basic table tr th {
	border-top: 2px solid #262626;
	border-bottom: 1px solid #262626;
	height: 55px;
	box-sizing: border-box;
	font-weight: 700;
	color: #262626;
	font-size: 15px;
	vertical-align: middle;
}

.board_basic table tr th.th0 {
	width: 25px;
}

.board_basic table tr th.th1 {
	width: 60px;
}

.board_basic table tr th.th3 {
	width: 120px;
}

.board_basic table tr th.th4 {
	width: 140px;
}

.board_basic table tr th.th5 {
	width: 80px;
}

.board_basic table tr td {
	text-align: center;
	color: #777777;
	font-weight: 400;
	font-size: 15px;
	height: 55px;
	border-top: 1px solid #eaeaea;
	vertical-align: middle;
}

.board_basic table tr:hover td {
	background-color: #f7f7f7;
}

.board_basic table tr td.th2 {
	text-align: left;
	padding-left: 10px;
}

.board_basic table tr td a {
	color: #222222;
	font-weight: 400;
	display: block;
}

.board_basic table tr td a span {
	color: #0075a7;
	margin-right: 5px;
}

.board_basic table tr td a:hover {
	text-decoration: underline;
}

.board_basic table tr td .sv_member {
	font-weight: normal !important;
}

.board_basic .txt_rdy {
	background: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: #ffffff;
	border-radius: 3px;
	padding: 5px 6px;
	font-size: 13px;
}

.board_basic .txt_done {
	color: #0075a7;
	border-radius: 3px;
	padding: 5px 6px;
	font-size: 13px;
	border: 1px solid #0075a7;
}

	@media screen and (max-width : 1080px) {
	.board_basic table {
		margin: 0 auto 20px;
	}

	.board_basic table tr th {
		height: 50px;
	}

	.board_basic table tr th.th0 {
		width: 25px;
	}

	.board_basic table tr th.th1 {
		width: 50px;
	}

	.board_basic table tr th.th3 {
		width: 100px;
	}

	.board_basic table tr th.th4 {
		width: 120px;
	}

	.board_basic table tr th.th5 {
		width: 60px;
	}

	.board_basic table tr td {
		height: 50px;
	}

	.board_basic table tr td.notice_title {
		padding-left: 5px;
	}

	.board_qa .th5 {
		width: 80px;
	}
	}

	@media screen and (max-width : 900px) {
	.board_basic table tr th {
		height: 47px;
		font-size: 14px;
	}

	.board_basic table tr th.th0 {
		width: 20px;
	}

	.board_basic table tr th.th1 {
		width: 45px;
	}

	.board_basic table tr th.th3 {
		width: 90px;
	}

	.board_basic table tr th.th4 {
		width: 110px;
	}

	.board_basic table tr th.th5 {
		width: 50px;
	}

	.board_basic table tr td {
		height: 47px;
		font-size: 14px;
	}
	}

	@media screen and (max-width : 700px) {
	.board_basic table {
		margin: 0 auto 10px;
	}

	.board_basic table tr .th5 {
		display: none;
	}

	.board_qa .th4 {
		display: none;
	}

	.board_qa .th5 {
		display: table-cell !important;
		width: 80px;
	}
	}

	@media screen and (max-width : 550px) {
	.board_basic table tr th {
		height: 42px;
		font-size: 13px;
	}

	.board_basic table tr th.th0 {
		width: 20px;
	}

	.board_basic table tr th.th1 {
		width: 35px;
	}

	.board_basic table tr .th3 {
		display: none;
	}

	.board_basic table tr th.th4 {
		width: 80px;
	}

	.board_basic table tr td {
		height: 42px;
		font-size: 13px;
	}

	.board_qa .q_ca {
		display: none;
	}
	
	.board_qa .th3 {
		display: table-cell !important;
	}

	.board_qa .th5 {
		width: 60px;
	}

	.board_basic .txt_rdy {
		border-radius: 3px;
		padding: 3px 4px;
		font-size: 11px;
	}

	.board_basic .txt_done {
		border-radius: 3px;
		padding: 3px 4px;
		font-size: 11px;
	}
	}


/**************************************************
                       
                 board - write

***************************************************/
.write_box {
	margin: 0 auto;
}

.board_write form .input_area {
	width: 100%;
	margin-bottom: 10px;
}

.board_write form .input_area .input_label {
	display: block;
	line-height: 40px;
	font-size: 13px;
	color: #464646;
	cursor: pointer;
	line-height: 1.8;
	font-family: 'Dotum';
	background: url(../img/input_dot.jpg) no-repeat left center;
	padding-left: 10px;
	display: none;
}

.board_write form .input_area > input[type="text"],
.board_write form .input_area > input[type="password"] {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 13px;
	font-family: inherit;
	color: #353434;
	font-family: 'Dotum';
}

.board_write form .input_area select {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 13px;
	font-family: inherit;
	color: #353434;
	font-family: 'Dotum';
	background: #FFFFFE url('../img/select_arrow.png') no-repeat 95% center;
}

.board_write form .input_area textarea {
	display: block;
	width: 100%;
	height: 360px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
	font-family: inherit;
	color: #353434;
	resize: none;
	font-family: 'Dotum';
}

.board_write form .input_area .link_box {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.board_write form .input_area .link_box .icon {
	float: left;
	margin-right: 12px;
}

.board_write form .input_area .link_box .icon img {
	display: block;
	width: 48px;
}

.board_write form .input_area .link_box input[type="text"] {
	float: left;
	width: 90%;
	height: 100%;
	box-sizing: border-box;
	font-size: 13px;
	font-family: inherit;
	color: #353434;
	font-family: 'Dotum';
}

.board_write form .input_area .file_box {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.board_write form .input_area .file_box .icon {
	float: left;
	margin-right: 12px;
}

.board_write form .input_area .file_box .icon img {
	display: block;
	width: 48px;
}

.board_write form .input_area .file_box input {
	float: left;
	margin-top: 12px;
}

.board_write .recommend_txt {
	font-size: 16px;
	line-height: 1.2;
}

.board_write form .write_btn {
	width: 340px;
	margin: 30px auto;
}

.board_write form .write_btn li {
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}

.board_write form .write_btn .round_btn {
    width: 160px;
    height: 57px;
    box-sizing: border-box;
    line-height: 57px;
    background: #ffc42a;
    color: #ffffff;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 30px;
	font-size: 16px;
    transition: 0.4s background;
    float: left;
	font-weight: 600;
}

.board_write form .write_btn .cancle {
	background: #aaaaaa;
	margin-right: 20px;
}

.board_write form .write_btn .round_btn:hover {
    background: #0f1b30;
}

.board_write form .write_btn .round_btn a {
	display: block;
	color: #ffffff;
}

	@media screen and (max-width : 900px) {
	.board_write form .input_area > input[type="text"],
	.board_write form .input_area > input[type="password"] {
		height: 45px;
		line-height: 43px;
	}

	.board_write form .input_area select {
		height: 45px;
		line-height: 43px;
	}

	.board_write form .input_area .link_box {
		height: 45px;
		line-height: 43px;
	}

	.board_write form .input_area .link_box .icon img {
		width: 43px;
	}

	.board_write form .input_area .file_box {
		height: 45px;
		line-height: 43px;
	}

	.board_write form .input_area .file_box .icon {
		float: left;
		margin-right: 12px;
	}

	.board_write form .input_area .file_box .icon img {
		width: 43px;
	}

	.board_write form .input_area .file_box input {
		float: left;
		margin-top: 9px;
	}

	.board_write .recommend_txt {
		font-size: 15px;
	}

	.board_write form .write_btn {
		width: 320px;
	}	

	.board_write form .write_btn .round_btn {
	    width: 150px;
	    height: 50px;
	    line-height: 50px;
	    margin: 10px auto 0;
		font-size: 15px;
	}

	.board_write form .write_btn .cancle {
		margin-right: 20px;
	}
	}

	@media screen and (max-width : 700px) {
	.board_write form .input_area > input[type="text"],
	.board_write form .input_area > input[type="password"] {
		height: 35px;
		line-height: 33px;
		padding-left: 10px;
		font-size: 13px;
	}

	.board_write form .input_area select {
		height: 35px;
		line-height: 33px;
		padding-left: 10px;
		font-size: 13px;
		width: 200px;
	}

	.board_write form .input_area textarea {
		height: 270px;
		padding: 10px;
		font-size: 13px;
		font-family: 'Dotum';
	}

	.board_write form .input_area .link_box input[type="text"] {
		width: 80%;
		font-size: 13px;
	}

	.board_write .recommend_txt {
		font-size: 14px;
	}

	.board_write form .write_btn .round_btn {
	    width: 140px;
	    height: 45px;
	    line-height: 45px;
	    margin: 0 auto;
		font-size: 14px;
	}

	.board_write form .write_btn {
		width: 290px;
	}	

	.board_write form .write_btn .round_btn {
	    width: 140px;
	    height: 45px;
	    line-height: 45px;
	    margin: 0 auto;
		font-size: 14px;
	}

	.board_write form .write_btn .cancle {
		margin-right: 10px;
	}
	}

	@media screen and (max-width : 550px) {
	.board_write form .input_area {
		margin-bottom: 7px;
	}

	.board_write form .input_area > input[type="text"],
	.board_write form .input_area > input[type="password"] {
		padding-left: 7px;
		font-size: 12px;
	}

	.board_write form .input_area select {
		width: 200px;
		padding-left: 4px;
		font-size: 12px;
	}

	.board_write form .input_area textarea {
		display: block;
		width: 100%;
		height: 220px;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		padding: 10px;
		font-size: 13px;
		font-family: inherit;
		color: #353434;
		resize: none;
		font-family: 'Dotum';
	}

	.board_write form .input_area .link_box {
		height: 37px;
		line-height: 35px;
	}

	.board_write form .input_area .link_box .icon {
		margin-right: 10px;
	}

	.board_write form .input_area .link_box .icon img {
		width: 35px;
	}

	.board_write form .input_area .file_box {
		height: 37px;
		line-height: 35px;
	}

	.board_write form .input_area .file_box .icon {
		margin-right: 8px;
	}

	.board_write form .input_area .file_box .icon img {
		width: 35px;
	}

	.board_write form .input_area .file_box input {
		float: left;
		margin-top: 6px;
		font-size: 12px;
	}

	.board_write .recommend_txt {
		font-size: 13px;
	}

	.board_write form .write_btn {
		margin: 15px auto;
		width: 250px;
	}

	.board_write form .write_btn .round_btn {
	    width: 120px;
	    height: 40px;
	    line-height: 40px;
		font-size: 13px;
	}

	.board_write form .write_btn .cancle {
		margin-right: 10px;
	}
	}


/**************************************************
                       
                 board - view

***************************************************/
.view_box .boardTit {	
	width: 100%;
	margin-bottom: 80px;
	border-top: 2px solid #464646;
	border-bottom: 1px solid #cccccc;
	padding: 35px 0;
	text-align: center;
}

.view_box .boardTit .bd_title {
	color: #464646;
	box-sizing: border-box;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 24px;
}

.view_box .boardTit .write_info p {
	display: inline-block;
	padding: 0 7px;
	font-size: 14px;
	color: #888888;
	line-height: 1.2;
	font-weight: 300;
}

.view_box .boardTit .write_info p i {
	margin-right: 3px;
}

.view_box .bd_view {
	width: 90%;
	margin: 0 auto;
}

.view_box .bd_view img {
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
}

.view_box .bd_view p {
	font-size: 15px;
	color: #464646;
	margin-bottom: 10px;
	/*max-width: 1200px;*/
}

.gallery_board_area .view_box .bd_view {
	text-align: center;
}

.gallery_board_area .view_box .bd_view .view_image {
	display: inline-block;
}

.view_box .bd_option {
	margin-top: 100px;
}

.view_box .bd_option .bd_file {
	line-height: 70px;
	height: 70px;
	padding-left: 20px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 15px;
	margin-top: -1px;
}

.view_box .bd_option .bd_file span {
	font-weight: 700;
	margin-right: 10px;
	color: #000000;
}

.view_box .bd_option .bd_file a {
	color: #0066cc;
}

.view_box .bd_option .bd_file a img {
	height: 14px;
	vertical-align: middle;
	top: -1px;
	margin-right: 3px;
}

.view_box .bd_btn {
	margin-top: 80px;
}

.view_box .bd_btn_list {
	float: left;
}

.view_box .bd_btn_list li {
	float: left;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	width: 70px;
	text-align: center;
	margin-right: 5px;
	background: #0f1b30;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
}

.view_box .bd_btn_list li:hover {
	background: #ffc42a;
}

.view_box .bd_btn_list li a {
	display: block;
	color: #ffffff;
}

.view_box .bd_btn_right {
	float: right;
}

.view_box .bd_btn_right li {
	float: left;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	width: 70px;
	text-align: center;
	background: #ffc42a;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
}

.view_box .bd_btn_right li:hover {
	background: #0f1b30;
	color: #ffffff;
}

.view_box .bd_btn_right li a {
	display: block;
	color: #ffffff;
}

.view_box .bd_btn_right li input {
	display: block;
	background: none;
	width: 100%;
	height: 100%;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.view_box .bd_reply {
	margin-top: 80px;
}

.view_box .bd_reply .reply_write {
	margin-bottom: 40px;
	position: relative;
}

.view_box .bd_reply .reply_write textarea {
	border: 1px solid #cccccc;
	border-right: 0;
	width: 100%;
	background: #f9f9f9;
	float: left;
	height: 120px;
	resize: none;
	padding: 15px;
	padding-right: 115px;
	font-family: inherit;
	border-radius: 3px;
	font-size: 15px;
}

.view_box .bd_reply .reply_write .reply_sub {
	position: absolute;
	width: 100px;
	height: 100%;
	right: 0;
	font-family: inherit;
	background: #aaaaaa;
	color: #ffffff;
	font-weight: 700;
	border-radius: 3px;
	transition: 0.4s;
	font-size: 14px;
}

.view_box .bd_reply .reply_write .reply_sub:hover {
	background: #0f1b30;
}

.view_box .bd_reply .title {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

.view_box .bd_reply .title img {
	width: 16px;
	vertical-align: middle;
	margin-left: 10px;
}

.view_box .bd_reply .title span {
	color: #666666;
	font-size: 15px;
	margin-left: 3px;
}

.view_box .bd_reply .title a {
	float: right;
	font-size: 14px;
	background: #333333;
	color: #ffffff;
	border-radius: 3px;
	padding: 7px;
	margin-top: -7px;
}

.view_box .bd_reply .title a i {
	margin-right: 3px;
	font-size: 12px;
}

.view_box .bd_reply .no_reply {
	font-size: 15px;
	color: #555555;
	padding: 60px 0;
	text-align: center;
}

.view_box .bd_reply .reply_list {
	padding-bottom: 10px;
}

.view_box .bd_reply .reply_list > li {
	border-bottom: 1px solid #cccccc;
	padding: 30px 20px;
	position: relative;
}

.view_box .bd_reply .reply_list li .reply_id {
	font-size: 15px;
	color: #333333;
	margin-bottom: 20px;
}

.view_box .bd_reply .reply_list li .reply_id span {
	color: #999999;
	margin-left: 10px;
}

.view_box .bd_reply .reply_list li .reply_txt {
	font-size: 15px;
	color: #666666;
	margin-bottom: 10px;
}

.view_box .bd_reply .reply_list li .reply_txt img {
	max-width: 100%;
}

.view_box .bd_reply .reply_list li .reply_btn {
	position: absolute;
	top: 30px;
	right: 20px;
}

.view_box .bd_reply .reply_list li .reply_btn li {
	float: left;
	font-size: 14px;
	color: #999999;
	padding: 0 7px;
	border-right: 1px solid #ccc;
	line-height: 12px;
	transition: 0.3s;
}

.view_box .bd_reply .reply_list li .reply_btn li:last-child {
	padding-right: 0;
	border-right: 0;
}

.view_box .bd_reply .reply_list li .reply_btn li:hover {
	color: #0075a7;
}

.view_box .bd_reply .reply_list .re_reply {
	padding-left: 40px;
	background: #f9f9f9;
}

.view_box .round_btn {
    width: 160px;
    height: 57px;
    box-sizing: border-box;
    line-height: 57px;
    background: #aaaaaa;
    color: #ffffff;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 30px;
	font-size: 16px;
    transition: 0.4s;
}

.view_box .round_btn:hover {
    background: #0f1b30;
}

.view_box #bo_v_ans {
	margin-top: 30px;
}

.content_copy {
	display: none;
}
	
	@media screen and (max-width : 1080px) {
	.view_box .boardTit {	
		margin-bottom: 60px;
		padding: 30px 0;
	}

	.view_box .boardTit .bd_title {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.view_box .bd_view {
		width: 94%;
	}

	.view_box .bd_option {
		margin-top: 80px;
	}

	.view_box .bd_option .bd_file {
		line-height: 65px;
		height: 65px;
	}

	.view_box .bd_btn {
		margin-top: 60px;
	}

	.view_box .bd_reply {
		margin-top: 60px;
	}

	.view_box .bd_reply .no_reply {
		padding: 50px 0;
	}

	.view_box .bd_reply .reply_list > li {
		padding: 25px 20px;
	}

	.view_box .round_btn {
	    margin: 25px auto 0;
	}
	}

	@media screen and (max-width : 900px) {
	.view_box .boardTit {	
		margin-bottom: 40px;
		padding: 25px 0;
	}

	.view_box .boardTit .bd_title {
		margin-bottom: 7px;
		font-size: 20px;
	}

	.view_box .bd_view {
		width: 96%;
	}

	.view_box .bd_option {
		margin-top: 70px;
	}

	.view_box .bd_option .bd_file {
		line-height: 60px;
		height: 60px;
	}

	.view_box .bd_btn {
		margin-top: 50px;
	}

	.view_box .bd_reply {
		margin-top: 50px;
	}

	.view_box .bd_reply .title a {
		font-size: 13px;
		padding: 6px;
	}

	.view_box .bd_reply .title a i {
		font-size: 11px;
	}

	.view_box .bd_reply .no_reply {
		padding: 45px 0;
	}

	.view_box .bd_reply .reply_list > li {
		padding: 25px 20px;
	}

	.view_box .round_btn {
	    margin: 20px auto 0;
	    width: 150px;
	    height: 50px;
	    line-height: 50px;
		font-size: 15px;
	}
	}

	@media screen and (max-width : 700px) {
	.view_box .boardTit {	
		margin-bottom: 30px;
		padding: 20px 0;
	}

	.view_box .boardTit .bd_title {
		font-size: 18px;
	}

	.view_box .bd_view p {
		font-size: 14px;
	}

	.view_box .bd_option {
		margin-top: 60px;
	}

	.view_box .bd_option .bd_file {
		line-height: 55px;
		height: 55px;
		font-size: 14px;
		padding-left: 15px;
	}

	.view_box .bd_option .bd_file a img {
		height: 13px;
	}

	.view_box .bd_btn {
		margin-top: 40px;
	}

	.view_box .bd_btn_list li {
		font-size: 13px;
		line-height: 30px;
		height: 30px;
		width: 65px;
	}

	.view_box .bd_btn_right li {
		font-size: 13px;
		line-height: 30px;
		height: 30px;
		width: 65px;
	}

	.view_box .bd_reply {
		margin-top: 40px;
	}

	.view_box .bd_reply .reply_write {
		margin-bottom: 40px;
		position: relative;
	}

	.view_box .bd_reply .reply_write textarea {
		height: 100px;
		padding: 10px;
		padding-right: 95px;
		font-size: 14px;
	}

	.view_box .bd_reply .reply_write .reply_sub {
		width: 80px;
		font-size: 14px;
	}

	.view_box .bd_reply .title {
		font-size: 16px;
		padding-bottom: 7px;
	}

	.view_box .bd_reply .title img {
		width: 14px;
		margin-left: 7px;
		position: relative;
		top: -1px;
	}

	.view_box .bd_reply .title span {
		font-size: 14px;
		margin-left: 3px;
	}

	.view_box .bd_reply .title a {
		font-size: 12px;
	}

	.view_box .bd_reply .no_reply {
		padding: 40px 0;
	}

	.view_box .bd_reply .reply_list > li {
		padding: 20px 15px;
	}
	
	.view_box .bd_reply .reply_list li .reply_id {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.view_box .bd_reply .reply_list li .reply_id span {
		margin-left: 5px;
	}

	.view_box .bd_reply .reply_list li .reply_txt {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 1.3;
	}

	.view_box .bd_reply .reply_list li .reply_btn {
		top: 20px;
		right: 15px;
	}

	.view_box .bd_reply .reply_list li .reply_btn li {
		font-size: 13px;
	}

	.view_box .bd_reply .reply_list .re_reply {
		padding-left: 25px;
	}

	.view_box .round_btn {
	    width: 140px;
	    height: 45px;
	    line-height: 45px;
	    margin: 15px auto 0;
		font-size: 14px;
	}
	}

	@media screen and (max-width : 550px) {
	.view_box .boardTit {	
		margin-bottom: 20px;
		padding: 17px 0;
	}

	.view_box .boardTit .bd_title {
		font-size: 16px;
		margin-bottom: 3px;
	}

	.view_box .boardTit .write_info p {
		padding: 0 5px;
		font-size: 12px;
	}

	.view_box .bd_view p {
		font-size: 13px;
		line-height: 1.3;
	}

	.view_box .bd_option {
		margin-top: 50px;
	}

	.view_box .bd_option .bd_file {
		line-height: 52px;
		height: 52px;
		font-size: 13px;
		padding-left: 10px;
	}

	.view_box .bd_option .bd_file a img {
		height: 12px;
	}

	.view_box .bd_btn {
		margin-top: 30px;
	}

	.view_box .bd_btn_list li {
		font-size: 12px;
		line-height: 27px;
		height: 27px;
		width: 60px;
		margin-right: 5px;
	}

	.view_box .bd_btn_right li {
		font-size: 12px;
		line-height: 27px;
		height: 27px;
		width: 60px;
	}

	.view_box .bd_reply {
		margin-top: 30px;
	}

	.view_box .bd_reply .reply_write {
		margin-bottom: 30px;
	}

	.view_box .bd_reply .reply_write textarea {
		height: 90px;
		padding: 10px;
		padding-right: 80px;
		font-size: 13px;
	}

	.view_box .bd_reply .reply_write .reply_sub {
		width: 65px;
		font-size: 12px;
	}

	.view_box .bd_reply .title {
		font-size: 15px;
	}

	.view_box .bd_reply .title img {
		width: 13px;
	}

	.view_box .bd_reply .title span {
		font-size: 13px;
	}

	.view_box .bd_reply .title a {
		font-size: 11px;
	}

	.view_box .bd_reply .title a i {
		font-size: 10px;
	}

	.view_box .bd_reply .no_reply {
		padding: 30px 0;
		font-size: 13px;
	}

	.view_box .bd_reply .reply_list > li {
		padding: 15px 12px;
	}
	
	.view_box .bd_reply .reply_list li .reply_id {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.view_box .bd_reply .reply_list li .reply_id span {
		margin-left: 5px;
	}

	.view_box .bd_reply .reply_list li .reply_txt {
		font-size: 13px;
		margin-bottom: 2px;
	}

	.view_box .bd_reply .reply_list li .reply_btn {
		top: 15px;
		right: 12px;
	}

	.view_box .bd_reply .reply_list li .reply_btn li {
		font-size: 12px;
	}

	.view_box .bd_reply .reply_list .re_reply {
		padding-left: 20px;
	}

	.view_box .round_btn {
	    width: 120px;
	    height: 40px;
	    line-height: 40px;
		font-size: 13px;
	    margin: 10px auto 0;
	}
	}

/**************************************************
                       
                 board - pager

***************************************************/
ul.pager_st {
	text-align: center;
	margin-top: 10px;
}

ul.pager_st li {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	color: #555555;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}

ul.pager_st li.active {
	font-weight: 700;
	color: #000000;
}
	
	@media screen and (max-width : 700px) {
	ul.pager_st li {
		margin: 0 10px;
		font-size: 13px;
	}
	}

	@media screen and (max-width : 500px) {
	ul.pager_st li {
		margin: 0 7px;
		font-size: 12px;
	}
	}
