@charset "utf-8"; 

.board_area {
	margin-bottom: 120px;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}
@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_basic{
	/* padding:10px; */
}
.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: #111111;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	border-radius: 3px;
	transition: 0.4s;
	transform:skew(-0.03deg);
	cursor: pointer;
}
.admin_box .all_check label:hover{
	background: #cf242e;
}

.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: #111111;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
	transform:skew(-0.03deg);
}

.admin_box .admin_btn li:hover {
	background: #cf242e;
	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;
}	

.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;
	transform:skew(-0.03deg);
}

.count_search .count span {
	font-weight: 700;
	color: #3c3c3c;
}

.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;
	font-family: 'Malgun Gothic', dotum, sans-serif;
}

.count_search .search_box .search_btn {
	width: 40px;
	height: 40px;
	float: left;
	background: #111111 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: #cf242e;
}

	@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%;
}

.board_gallery ul.board_list li {
	width: 32%;
	float: left;
	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;
	line-height: 1em;
}

.board_gallery ul.board_list li a .bd_date {
	font-size: 16px;
	color: #a8a8a8;	
	line-height: 1em;
}

.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: 48%;
		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-top: 7px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	width: 100%;
	margin: 0 auto 30px;
}

.board_basic table tr th {
	border-top: 7px solid #c8c8c8;
	border-bottom: 1px solid #262626;
	height: 55px;
	box-sizing: border-box;
	font-weight: 700;
	color: #262626;
	font-size: 15px;
	transform:skew(-0.03deg);
}

.board_basic table tr th.th0 {
	width: 25px;
}

.board_basic table tr th.th1 {
	width: 140px;
}

.board_basic table tr th.th3 {
	width: 180px;
}

.board_basic table tr th.th4 {
	width: 130px;
}

.board_basic table tr th.th5 {
	width: 130px;
}

.board_basic table tr td {
	text-align: center;
	color: #3e3e3e;
	font-weight: 400;
	font-size: 17px;
	height: 55px;
	border-top: 1px solid #eaeaea;
	transform:skew(-0.03deg);
}

.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: #ff8a26;
	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; */
	color: #ff8a26;
	border-radius: 3px;
	padding: 5px 6px;
	font-size: 13px;
	border: 1px solid #ff8a26;
}

	@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: 100px;
	}

	.board_basic table tr th.th3 {
		width: 100px;
	}

	.board_basic table tr th.th4 {
		width: 120px;
	}

	.board_basic table tr th.th5 {
		width: 120px;
	}

	.board_basic table tr td {
		font-size: 16px;
		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: 70px;
	}

	.board_basic table tr th.th3 {
		width: 90px;
	}

	.board_basic table tr th.th4 {
		width: 110px;
	}

	.board_basic table tr th.th5 {
		width: 80px;
	}

	.board_basic table tr td {
		height: 47px;
		font-size: 15px;
	}
	}

	@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';
}

.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 .round_btn {
    width: 160px;
    height: 57px;
    box-sizing: border-box;
    line-height: 57px;
    background: #cf242e;
    color: #ffffff;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 30px !important;
	font-size: 16px;
    transition: 0.4s background;
    float: left;
}

.board_write form .write_btn .cancle {
	background: #111111;
	margin-right: 20px;
}

.board_write form .write_btn .round_btn:hover {
    background: #111111;
}
.board_write form .write_btn .cancle:hover {
	background: #cf242e;
}
.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{
	padding: 10px;
}
.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;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.view_box .boardTit .write_info p {
	display: inline-block;
	padding: 0 7px;
	font-size: 14px;
	color: #888888;
	line-height: 1.2;
	font-weight: 300;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.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;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.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: #ff8a26;
}

.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: #111111;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.view_box .bd_btn_list li:hover {
	background: #cf242e;
}

.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: #111111;
	color: #ffffff;
	transition: 0.4s;
	font-weight: 700;
	border-radius: 3px;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.view_box .bd_btn_right li:hover {
	background: #cf242e;
	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;
	font-family: 'Malgun Gothic', dotum, sans-serif;
}

.view_box .bd_reply .reply_write .reply_sub {
	position: absolute;
	width: 100px;
	height: 100%;
	right: 0;
	font-family: inherit;
	background: #111111;
	color: #ffffff;
	font-weight: 700;
	border-radius: 3px;
	transition: 0.4s;
	font-size: 14px;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.view_box .bd_reply .reply_write .reply_sub:hover {
	background: #cf242e;
}

.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: #555555;
	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;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.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;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.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;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.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: #ff8a26;
}

.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: #111111;
    color: #ffffff;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 30px;
	font-size: 16px;
    transition: 0.4s;
	-ms-transform: skew(-0.03deg);
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}

.view_box .round_btn:hover {
    background: #cf242e;
}

.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;
	}
}


/**************************************************
                       
                    sub visual

***************************************************/


.sub_slide_banner li .center16 {
	position: relative;
	height: 100%;
}

.sub_slide_banner li .txt_area {
	color: #ffffff;
	position: absolute;
    top: 240px;
	left: 0;
	transform: translateY(-50%);
    margin-left: 20px;
}

.sub_slide_banner li .txt_area .medium {
	font-size: 48px;
	font-weight: 700;
}

.sub_slide_banner li .txt_area .big {
	font-size: 50px;
	font-weight: 900;
    line-height: 60px;
	margin-bottom: 10px;
    letter-spacing: 0.05em;
    transform:skew(-0.03deg);
}

.sub_slide_banner li .txt_area .big span {
	display: block;
}

.sub_slide_banner li .txt_area .small {
	font-size: 24px;
	font-weight: 400;
    line-height: 30px;
	margin-bottom: 20px;
    letter-spacing: 0.025em;
    transform:skew(-0.03deg);
}
.sub_slide_banner li .txt_area .small span {
    color: #006bc2;
}

.sub_slide_banner li .txt_area .btns {
	width: 250px;
	height: 40px;
	border: 1px solid #ffffff;
/*	border-radius: 25px;*/
	font-size: 18px;
	font-weight: 400;
	text-align: left;
    padding-left: 15px;
	line-height: 41px;
	transition: 0.3s;
	display: block;
    letter-spacing: 0.05em;
    border-radius: 7px;
    transform:skew(-0.03deg);
}

.sub_slide_banner li .txt_area .btns img {
	transition: 0.3s;
    padding-left: 30px;
    vertical-align: middle;
}

.sub_slide_banner li .txt_area .btns:hover {
	background-color: #d59f53;
	border-color: #d59f53;
}

.sub_slide_banner li .txt_area .btns:hover img {
	margin-left: 5px;
}

.pagination_rel .swiper-pagination {
/*	top: 55%;*/
    top: 395px;
/*	margin-left: -600px;*/
/*    margin-left: -90px;*/
    margin-left: 32px;
	left: 0px !important;
	width: auto !important;
}

.swiper-pagination-bullet {
	opacity: 1 !important;
	width: 7px !important;
	height: 5px !important;
	background: #ffffff !important;
	margin: 0 5px !important;
	border-radius: 8px !important;
}

.swiper-pagination-bullet:first-child {
	margin-left: 0 !important;
}

.swiper-pagination-bullet-active {
	width: 38px !important;
	border: 3px solid #ffffff !important;
}

	@media screen and (max-width : 1300px) {
	.sub_slide_banner {
/*		margin-bottom: 80px !important;*/
	}

	.sub_slide_banner li {
		height: 298px;
	}	

	.sub_slide_banner li .txt_area {
        top: 140px;
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 40px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 38px;
        line-height: 42px;
	}

	.sub_slide_banner li .txt_area .small {
        font-size: 20px;
        line-height: 22px;
	}

	.sub_slide_banner li .txt_area .btns {
		font-size: 17px;
	}

	.swiper-pagination {
/*
		margin-left: 0;
		left: 3% !important;
*/
	}
    .pagination_rel .swiper-pagination {
/*        top: 68%;*/
        top: 265px;
    }
	}

	@media screen and (max-width : 1080px) {
	.sub_slide_banner {
/*		margin-bottom: 70px !important;*/
	}

	.sub_slide_banner li {
		height: 270px;
	}	

	.sub_slide_banner li .txt_area {
		top: 45%;
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 32px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 28px;
        line-height: 32px;
	}

	.sub_slide_banner li .txt_area .small {
        font-size: 18px;
        line-height: 20px;
	}
    .sub_slide_banner li .txt_area .btns{
        font-size: 16px;
    }
    .pagination_rel .swiper-pagination{
        top: 90%;
    }
	}

	@media screen and (max-width : 900px) {
	.sub_slide_banner {
/*		margin-bottom: 60px !important;*/
	}

	.sub_slide_banner li {
		height: 260px;
	}	
        
    .sub_slide_banner li .txt_area{
        top: 40%;
    }
        
	.sub_slide_banner li .txt_area .medium {
		font-size: 26px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 26px;
        line-height: 30px;
	}

	.sub_slide_banner li .txt_area .small {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.sub_slide_banner li .txt_area .btns {
		width: 160px;
		height: 32px;
		line-height: 28px;
        padding-left: 0;
        text-align: center;
	}

	.sub_slide_banner li .txt_area .btns img {
/*		width: 15px;*/
        display: none;
	}

    .pagination_rel .swiper-pagination{
        top: 80%;
    }
        
	.swiper-pagination-bullet-active {
		width: 40px !important;
		border: 2px solid #ffffff !important;
	}
	}

	@media screen and (max-width : 700px) {
	.sub_visual {
/*		margin-bottom: 50px !important;*/
	}



	.sub_slide_banner li .txt_area {
/*		top: 52%;*/
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 22px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 28px;
        line-height: 32px;
	}

	.sub_slide_banner li .txt_area .small {
		font-size: 16px;
        line-height: 22px;
		margin-bottom: 10px;
	}

	.sub_slide_banner li .txt_area .btns {
		width: 150px;
		height: 35px;
		border: 1px solid #ffffff;
		font-size: 15px;
		line-height: 30px;
	}

    .pagination_rel .swiper-pagination{
        top: 63%;
    }

	.swiper-pagination-bullet-active {
		width: 30px !important;
	}
        
	}

	@media screen and (max-width : 550px) {
	.sub_visual {
/*		margin-bottom: 50px !important;*/
	}

	.sub_slide_banner li {
		height: 320px;
	}	

	.sub_slide_banner li .txt_area {
		top: 40%;
        margin-left: 0px;
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 17px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 22px;
        line-height: 28px;
	}

	.sub_slide_banner li .txt_area .small {
		font-size: 14px;
        line-height: 20px;
	}

	.sub_slide_banner li .txt_area .btns {
		width: 120px;
		height: 30px;
		border: 1px solid #ffffff;
		font-size: 13px;
		line-height: 28px;
	}

	.sub_slide_banner li .txt_area .btns img {
		width: 12px;
	}

	.sub_slide_banner li .txt_area .btns:hover img {
		margin-left: 3px;
	}

	.swiper-pagination {
/*		top: 18%;*/
	}

    .pagination_rel .swiper-pagination{
        top:68%;
        margin-left: 10px;
    }
	.swiper-pagination-bullet-active {
		width: 30px !important;
		border: 2px solid #ffffff !important;
	}
	}
    @media screen and (max-width : 380px) {
    .sub_slide_banner li{
        height: 280px;
    }
    .sub_slide_banner li .txt_area .big{
        font-size: 20px;
        line-height: 25px;
    }
    .sub_slide_banner li .txt_area .small{
        font-size: 14px;
        line-height: 18px;
    }
    .sub_slide_banner li .txt_area .small br{
        display: none;
    }
    }


/************************************************

				sub_05-1

*************************************************/

/*.consul {
    padding: 130px 0 130px;
}*/
.consul h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.25px;
    color: #3c3c3c;
    transform: skew(-0.03deg);
    margin-bottom: 25px;
}
@media screen and (max-width : 1300px) {
    .consul {
        padding: 90px 0 90px;
    }
    .consul h2 {
        font-size: 38px;
        line-height: 54px;
    }
}
@media screen and (max-width : 1200px) {
    .consul h2 {
        font-size: 36px;
        line-height: 48px;
    }
}
@media screen and (max-width : 1080px) {
    .consul h2 {
        font-size: 34px;
        line-height: 42px;
    }
}
@media screen and (max-width : 900px) {
    .consul {
        padding: 60px 0 60px;
    }
    .consul h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }
}
@media screen and (max-width : 700px) {
    .consul h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width : 550px) {
    .consul {
        padding: 50px 0 50px;
    }
    .consul h2 {
        font-size: 24px;
        line-height: 24px;
    }
}




.hs_borad table.borad_tb {
	width: 100%;
	border-top: 7px solid #c8c8c8;
/*	font-family: 'Dotum';*/
	font-size: 17px;
	margin-bottom: 20px;
    transform:skew(-0.03deg);
}

.hs_borad table.borad_tb tr th {
	height: 40px;
/*
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
*/
	background: #d7d7d7;
	color: #535353;
	font-weight: bold;
}

.hs_borad table.borad_tb tr .th00 {
	width: 25px;
	border-left: 0;
	border-right: 1px solid #b7b7b7;
}

.hs_borad table.borad_tb tr .th01 {
	width: 140px;
	border-left: 0;
}

.hs_borad table.borad_tb tr .th03 {
	width: 180px;
}

.hs_borad table.borad_tb tr .th04 {
	width: 130px;
}

.hs_borad table.borad_tb tr .th05 {
	width: 130px;
}

.hs_borad table.borad_tb tr td {
	height: 50px;
	border-bottom: 1px solid #c8c8c8;
/*	border-left: 1px solid #b7b7b7;*/
	color: #3e3e3e;
	text-align: center;
	padding: 7px 5px;
    transform:skew(-0.03deg);
}
.hs_borad table.borad_tb tr td img {
    display: block;
    float: left;    
    margin-right: 20px;
}
.hs_borad table.borad_tb tr td.th02 {
	text-align: left;
}

.hs_borad table.borad_tb tr td a:hover {
    color: #d89b45;
/*	text-decoration: underline;*/
}

	@media screen and (max-width : 1300px) {
	.hs_borad .txt_area .tit {
		font-size: 32px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 42px;
	}

	.hs_borad .txt_area .tit br {
		display: block !important;
	}

	.hs_borad .big {
		font-size: 20px;
	}

	.hs_borad .small {
		font-size: 17px;
	}

	.hs_borad .small br {
		display: block !important;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 80px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 120px;
	}

	.hs_borad table.borad_tb tr .th04 {
		width: 120px;
	}

	.hs_borad table.borad_tb tr .th05 {
		width: 100px;
	}
	}

	@media screen and (max-width : 1080px) {
	.hs_borad .txt_area .tit {
		font-size: 28px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 36px;
	}

	.hs_borad .big {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.hs_borad .small {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.hs_borad .small br {
		display: block !important;
	}

	.hs_borad table.borad_tb {
		font-size: 16px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 70px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 100px;
	}

	.hs_borad table.borad_tb tr .th04 {
		width: 100px;
	}

	.hs_borad table.borad_tb tr .th05 {
		width: 80px;
	}
    .hs_borad table.borad_tb tr td img {
        margin-right: 10px;
    }
	}

	@media screen and (max-width : 900px) {
	.hs_borad .top_area {
		margin-bottom: 30px;
	}

	.hs_borad .txt_area .tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 28px;
	}

	.hs_borad .big {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.hs_borad .small {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.hs_borad table.borad_tb {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.hs_borad table.borad_tb tr th {
		height: 35px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 60px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 85px;
	}

	.hs_borad table.borad_tb tr .th04 {
		display: none;
	}

	.hs_borad table.borad_tb tr .th05 {
		width: 70px;
	}

	.hs_borad table.borad_tb tr td {
		height: 40px;
	}
	}

	@media screen and (max-width : 700px) {
	.hs_borad .top_area {
		padding-bottom: 0;
	}

	.hs_borad .txt_area .tit {
		font-size: 19px;
		margin-bottom: 7px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 22px;
	}

	.hs_borad .big {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.hs_borad .small {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.hs_borad table.borad_tb {
		font-size: 14px;
		margin-bottom: 10px;
		letter-spacing: -1px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 50px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 85px;
	}

	.hs_borad table.borad_tb tr .th05 {
		display: none;
	}
    .hs_borad table.borad_tb tr td img{
        width: 16px;
    }
	}

	@media screen and (max-width : 600px) {
	.hs_borad .txt_area .tit {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 18px;
	}

	.hs_borad .big {
		font-size: 13px;
		margin-bottom: 5px;
		letter-spacing: -1px;
	}

	.hs_borad .small {
		font-size: 12px;
		margin-bottom: 7px;
	}
	}

	@media screen and (max-width : 550px) {

	.hs_borad table.borad_tb {
		border-top: 4px solid #c8c8c8;
		font-size: 12px;
		margin-bottom: 7px;
	}

	.hs_borad table.borad_tb tr th {
		height: 32px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 40px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 65px;
	}

	.hs_borad table.borad_tb tr td {
		height: 35px;
	}
    .hs_borad table.borad_tb tr td img {
        width: 13px;
    }
	}


/************************************************

				information

*************************************************/
.information {
    padding: 80px 0 80px;
}
.information .main_map{
    width: 60%;
    float: left;
    height: 700px;
}
.information .information_box{
    width: 36%;
    float: right;
}

.qa_box {width:100%;border: 1px solid #e1e1e1;}
.qa_box .qa_cont {position:relative;width:100%;max-width:847px;margin:0 auto;padding: 30px;}
.qa_box .qa_cont .qa_title {position:relative;width:100%;max-width:536px;margin:0 auto;}
.qa_box .qa_cont .qa_title h3 {font-size:54px;line-height:50px;color:#444444;font-weight:800;letter-spacing:-0.25px;margin-bottom: 20px;}
/* .qa_box .qa_cont .qa_title span {display:block;margin-top:14px;font-size:15px;line-height:normal;color:#000;font-weight:400} */
.qa_box .qa_cont .qa_title p {font-size:18px;color:#444444;line-height:26px;letter-spacing: 0;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_title p img {display: block;float: left;padding-top: 5px;padding-right:10px;}
.qa_box .qa_cont .qa_title .tit {font-size:30px;color:#444444;letter-spacing: -0.06em;margin-bottom: 15px;}
.qa_box .qa_cont .qa_title .qa_p01{margin-bottom: 10px;}
.qa_box .qa_cont .qa_title .qa_p04{margin-top: 20px;}
.qa_box .qa_cont .qa_form {display:block;padding-top:32px;border-radius:50px;}
.qa_box .qa_cont .qa_form .qa_form_cont {position:relative;width:100%;max-width:530px;margin:0 auto;color:#fff}
.qa_box .qa_cont .qa_form .qa_form_cont table {border-collapse:collapse;border-spacing:0;width:100%;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_form .qa_form_cont table th,
.qa_box .qa_cont .qa_form .qa_form_cont table td {padding:5px 0 5px;font-size:18px;color:#444444;font-weight:400;line-height:normal;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_form .qa_form_cont .lbl_tit {display:inline-block;position:relative;}
.qa_box .qa_cont .qa_form .qa_form_cont table th {width:80px;text-align:left}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input {display:inline-block;width:auto;height:32px;padding:0 0 0 10px!important;margin:0;background-color:#ffffff;font-size:14px;color:#444444;border:1px solid #d7d7d7;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w420 {width:100%;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w64 {width:32%;margin: 0.3%;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w212 {width:212px}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w116 {width:116px}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w173 {width:173px}
.qa_box .qa_cont .qa_form .qa_form_cont select {height: 32px; border: 1px solid #d7d7d7;}
.qa_box .qa_cont .qa_form .qa_form_cont textarea.frm_input {width:100% !important;height:128px}
.qa_box .qa_cont .qa_form .qa_form_cont .s_txt {display:inline-block;font-size:13px;color:#706764}
.qa_box .qa_cont .qa_form .qa_form_cont .code {display:inline-block;width:88px;height:32px;line-height:30px;color:#fff;font-size:13px;text-align:center;background-color:#362e2b}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check {
	clear: both;
	padding-top: 5px;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap {
    width: 22px;
    height: 22px;
    position: relative;
    float: left;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    z-index: 2;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"] + .checkbox1 {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bcbcbc;
	cursor: pointer;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"]:checked + .checkbox1 {
	/* background-color: #666666; */
	background: url('../img/check_box_on.png');
	background-size: 14px 15px;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .yes1 {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    cursor: pointer;
    float: left;
    line-height: 16px;
    margin-left: 5px;
	padding-top: 3px;
    transform:skew(-0.03deg);
}
.qa_box .qa_cont .qa_form .qa_form_cont .btn_box {margin-top:35px;text-align:right}
.qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn {display:inline-block;width:395px;height:35px;/*line-height:44px;*/background-color:#1b252e;font-size:18px;color:#ffffff;transform:skew(-0.03deg);    border-radius: 7px;}
@media screen and (max-width:400px) {
	.qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn {width:100%;}
}


@media screen and (max-width:1500px) {
    .information .main_map{
        height: 621px;
    }
    .qa_box .qa_cont{
        padding: 20px;
    }
    .qa_box .qa_cont .qa_title h3{
        font-size: 46px;
        line-height: 39px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th,
    .qa_box .qa_cont .qa_form .qa_form_cont table td {
        font-size:16px;
    }
    .qa_box .qa_cont .qa_title p{
        font-size: 16px;
        line-height: 22px;
    }
    .qa_box .qa_cont .qa_title .qa_p04{
        margin-top: 10px;
    }
    .qa_box .qa_cont .qa_title p img{
        padding-top: 3px;
    }
}
@media screen and (max-width:1300px) {
    .qa_box .qa_cont .qa_form .qa_form_cont table th{
        width: 16%;
    }
}
@media screen and (max-width:1260px) {
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box{
        text-align: center;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        width: 100%;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w64{
        width: 31%;
        margin: 0.666%;
    }
}
@media screen and (max-width:1080px) {
    .information .main_map{
        width: 100%;
        float: none;
    }
    .information .information_box{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th{
        text-align: center;
    }
    .qa_box .qa_cont{
        max-width: 1080px;
    }
    .qa_box .qa_cont .qa_title{
        max-width: 1080px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont{
        max-width: 1080px;
    }
}

@media screen and (max-width:960px) {
	.qa_box {width:100%;}
	.qa_box .qa_cont {position:relative;width:100%;margin:0 auto;}
	.qa_box .qa_cont .qa_title:after {font-size:85px;line-height:85px;}
	.qa_box .qa_cont .qa_title:before {font-size:85px;line-height:85px;}
}
@media screen and (max-width:900px) {
    .information .main_map {
        height: 530px;
    }
    .qa_box .qa_cont .qa_title .tit{
        font-size: 28px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 40px;
        line-height: 28px;
    }
    .qa_box .qa_cont .qa_form{
        padding-top: 25px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        font-size: 16px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 38px;
        line-height: 22px;
    }
}
@media screen and (max-width:854px) {
	.qa_box {width:100%;/* padding:35px 15px 35px; */padding:10px 10px 10px;}
	.qa_box .qa_cont .qa_title:after {display:none}
	.qa_box .qa_cont .qa_title:before {display:none}
	.qa_box .qa_cont .qa_title {padding:0 0px 0}
	/* .qa_box .qa_cont .qa_title span {margin-top:10px} */
	.qa_box .qa_cont .qa_form {border-radius:10px}
}
@media screen and (max-width:700px) {
    .information .main_map {
        height: 460px;
    }
    .qa_box .qa_cont .qa_title .tit{
        font-size: 26px;
    }
    
}
@media screen and (max-width:639px) {
	.qa_box {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w420 {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w212 {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont table {display:block}
	.qa_box .qa_cont .qa_form .qa_form_cont table tbody {display:block}
	.qa_box .qa_cont .qa_form .qa_form_cont table tr {display:block;width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont table th {display:block;width:100%;text-align: left;}
	.qa_box .qa_cont .qa_form .qa_form_cont table td {display:block;width:100%;}
    
}
@media screen and (max-width:550px) {
    .information .main_map {
        height: 380px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 32px;
        line-height: 18px;
    }
	.qa_box .qa_cont .qa_title .qa_p01 span {
		display:block;
	}
}
@media screen and (max-width:400px){
    .information {
        padding: 40px 0 40px;
    }
    .information .main_map {
        height: 280px;
    }
    .qa_box .qa_cont{
        padding: 10px;
    }
    .qa_box .qa_cont .qa_title p{
        font-size: 14px;
        line-height: 18px;
    }
    .qa_box .qa_cont .qa_title p img{
        display: none;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th,
    .qa_box .qa_cont .qa_form .qa_form_cont table td {
        font-size:14px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .agree_check label{
        font-size: 12px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box{
        margin-top: 0px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        font-size:14px;
        line-height: 18px;
    }
}



