@charset "utf-8";

/************************************************

					setting

*************************************************/
.content_area .board_section {
    width: 100%;
    height: auto;
    max-width: 1250px;
    margin: 0 auto;
}
.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: #f05a67;
}
.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: #f05a67 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: #363636;
}
.content_area .board_section .board_table {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-family: 'NanumGothic', sans-serif;
}
.content_area .board_section .board_table thead tr {
    width: 100%;
    height: 60px;
    line-height: 2.125em;
    border-top: 6px solid #f05a67;
    border-bottom: 1px solid #d0cac1;
    font-size: 0.889em;
    color: #3b3b3b;
    font-weight: 600;
    font-family: 'NanumSquare', sans-serif;
    -webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.content_area .board_section .board_table tbody tr {
    width: 100%;
    height: 80px;
    line-height: 2.125em;
    border-bottom: 1px solid #d0cac1;
    font-size: 0.889em;
    color: #3b3b3b;
    -webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.content_area .board_section .board_table tbody a {
    color: #3b3b3b;
}
.content_area .board_section .board_table tr th {
    vertical-align: middle;
}
.content_area .board_section .board_table tr td {
    vertical-align: middle;
}
.content_area .board_section .board_table tr td:first-child + td {
    padding-left: 32px;
}
.content_area .board_section .board_table tr td .board_table_tit {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.content_area .board_section .board_table tr td .board_table_tit img {
    width: 30px;
    height: auto;
    vertical-align: baseline;
    padding-right: 10px;
}
.content_area .board_section .board_table tr td .answer_tit {
    text-indent: -34px;
}
.board_gallery ul.board_list {
	margin: 0 -0.6%;
	text-align: left;
}
.board_gallery ul.board_list li {
	width: calc(32% - 2px);
	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;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.board_gallery ul.board_list li a .bd_date {
	font-size: 16px;
	color: #a8a8a8;	
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.board_gallery ul.board_list li a input {
	position: absolute;
	top: 5px;
	left: 5px;
}
.admin_box {
	margin-bottom: 82px;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.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: #f05a67;
	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: #f05a67;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
}
.admin_box .admin_btn li:hover {
	background: #363636;
	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;
}
.content_area .board_section .board_page {
    font-family: 'NanumGothic', sans-serif;
    -webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.content_area .board_section .board_page span {
    padding: 0 20px;
    font-size: 0.889em;
    color: #3b3b3b;
    line-height: 2.125em;
}

@media screen and (max-width: 1800px) {
    .content_area .board_section .board_table thead tr {
        height: 55px;
        border-top: 5px solid #f05a67;
    }
    .content_area .board_section .board_table tbody tr {
        height: 75px;
    }
    .content_area .board_section .board_table tr td:first-child + td {
        padding-left: 28px;
    }
    .content_area .board_section .board_table tr td .board_table_tit img {
        width: 26px;
        padding-right: 8px;
    }
    .content_area .board_section .board_table tr td .answer_tit {
        text-indent: -32px;
    }
	.admin_box {
		margin-bottom: 72px;
	}
    .content_area .board_section .board_page span {
        padding: 0 18px;
    }
}

@media screen and (max-width: 1200px) {
    .content_area .board_section .board_table thead tr {
        height: 50px;
        border-top: 4px solid #f05a67;
    }
    .content_area .board_section .board_table tbody tr {
        height: 70px;
    }
    .content_area .board_section .board_table tr td:first-child + td {
        padding-left: 24px;
    }
    .content_area .board_section .board_table tr td .board_table_tit img {
        width: 22px;
        padding-right: 6px;
    }
    .content_area .board_section .board_table tr td .answer_tit {
        text-indent: -28px;
    }
	.admin_box {
		margin-bottom: 62px;
	}
    .content_area .board_section .board_page span {
        padding: 0 16px;
    }
}

@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;
	}
	.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) {
	.count_search {
		margin-bottom: 10px;
	}
    .content_area .board_section .board_table thead tr {
        height: 45px;
        border-top: 3px solid #f05a67;
    }
    .content_area .board_section .board_table tbody tr {
        height: 65px;
    }
    .content_area .board_section .board_table tr td:first-child + td {
        padding-left: 20px;
    }
    .content_area .board_section .board_table tr td .board_table_tit img {
        width: 18px;
        padding-right: 4px;
    }
    .content_area .board_section .board_table tr td .answer_tit {
        text-indent: -24px;
    }
	.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;
	}
	.admin_box {
		margin-bottom: 52px;
	}
    .content_area .board_section .board_page span {
        padding: 0 14px;
    }
}

@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;
	}
	.board_gallery ul.board_list {
		margin: 0 -1%;
	}
	.board_gallery ul.board_list li {
		width: calc(48% - 2px);
		margin: 0 1% 10px;
	}
}

@media screen and (max-width: 550px) {
	.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;
	}
    .content_area .board_section .board_table thead tr {
        height: 40px;
        border-top: 2px solid #f05a67;
    }
    .content_area .board_section .board_table tbody tr {
        height: 60px;
    }
    .content_area .board_section .board_table tr td:first-child + td {
        padding-left: 16px;
    }
    .content_area .board_section .board_table tr td .board_table_tit img {
        width: 14px;
        padding-right: 2px;
    }
    .content_area .board_section .board_table tr td .answer_tit {
        text-indent: -20px;
    }
	.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;
	}
	.admin_box {
		margin-bottom: 42px;
	}
	.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;
	}
    .content_area .board_section .board_page span {
        padding: 0 12px;
    }
}

/************************************************

					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/down_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 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: #f05a67;
    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: #a1a1a1;
	margin-right: 20px;
}
.board_write form .write_btn .round_btn:hover {
    background: #363636;
}
.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 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 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 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;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.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: #f05a67;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.view_box .bd_btn_list li:hover {
	background: #363636;
}
.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: #a1a1a1;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.view_box .bd_btn_right li:hover {
	background: #363636;
	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: #a1a1a1;
	color: #ffffff;
	font-weight: 700;
	border-radius: 3px;
	transition: 0.4s;
	font-size: 14px;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.view_box .bd_reply .reply_write .reply_sub:hover {
	background: #363636;
}
.view_box .bd_reply .title {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	text-align: left;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.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;
	text-align: left;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.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: #a1a1a1;
    color: #ffffff;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 30px;
	font-size: 16px;
    transition: 0.4s;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
.view_box .round_btn:hover {
    background: #363636;
}
.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;
	}
}

