.community .sub_bg {
	background-image: url("../images/community_bg.png");
}


.notice {
	padding: 120px 0;
}
.notice table th {
	background: #1e1e1e;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 30px 18px;
	text-align: left;
	line-height: 1.2;
}
.notice table th:first-child {
	border-radius: 5px 0 0 5px;
}
.notice table th:last-child {
	border-radius: 0 5px 5px 0;
}
.notice table td {
	font-size: 16px;
	border-bottom: 0.5px dashed rgba(0,0,0,0.5);
	padding: 20px 30px;
	text-align: left;
}
.notice table td strong {
	font-weight: 400;
}




#contact_form {
	background: #F7F7F7;
	padding: 120px 0;
}
#contact_form .grid3 > div {
	flex: 1;
	margin-right: 70px;
	border-bottom: 0.5px dashed rgba(0,0,0,0.5);
}
#contact_form .grid3 > div:last-child {
	margin-right: 0;
}
#contact_form .grid3 > div input {
	display: block;
	background: transparent;
	width: 100%;
	height: 46px;
	color: #232323;
	font-size: 16px;
	font-weight: 300;
	padding: 0 10px;
	box-sizing: border-box;
}
#contact_form input::-webkit-input-placeholder,
#contact_form textarea::-webkit-input-placeholder {
	color: #565454;
}
#contact_form input:-moz-placeholder,
#contact_form textarea:-moz-placeholder {
	color: #565454;
	opacity: 1;
}
#contact_form input::-moz-placeholder ,
#contact_form textarea::-moz-placeholder {
	color: #565454;
	opacity: 1;
}
#contact_form input:-ms-input-placeholder,
#contact_form textarea:-ms-input-placeholder {
	color: #565454;
}
#contact_form textarea {
	display: block;
	width: 100%;
	height: 136px;
	margin-top: 30px;
	resize: none;
	border: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	border-bottom: 0.5px dashed rgba(0,0,0,0.5);
	box-sizing: border-box;
}
#contact_form .btn {
	margin-top: 40px;
	align-items: center;
	padding: 0;
}
#contact_form .btn .check {
	flex: 1;
}
#contact_form .btn .check input {
	display: none;
}
#contact_form .btn .check input + label {
	position: relative;
	display: block;
	font-size: 16px;
	padding-left: 35px;
	color: #000;
}
#contact_form .btn .check input + label:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #232323;
	box-sizing: border-box;
}
#contact_form .btn .check input:checked + label:before {
	border: 1px solid #1254FF;
	background: #1254FF url("../images/ico-check-white.svg")no-repeat 50% 50% / 16px;
}
#contact_form .btn button {
	display: block;
	width: 124px;
	height: 52px;
	background: #606060;
	border: 1px solid #606060;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
}
#contact_form .btn button.on {
	background: #1254FF;
	border: 1px solid #1254FF;
}



.notice.read table th {
	font-weight: 500;
	padding: 20px 30px;
	font-size: 20px;
}
.notice.read table th:last-child {
	font-size: 16px;
}
.notice.read table td {
	padding: 0;
	border-bottom: 0;
}
.notice.read .cont {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.3;
}
.notice.read .cont img {
	max-width: 100%;
}
.notice.read .cont div {
	margin: 20px 0;
}
.notice.read .btn {
	justify-content: end;
	padding: 0;
}
.notice.read .btn a {
	display: block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	background: #232323;
	border: 1px solid #232323;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
	margin-top: 40px;
	text-align: center;
}


#footer {
	margin-top: 0!important;
}






@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	.notice {
		padding: 80px 0;
	}
	.notice table th {
		font-size: 18px;
	}
	.notice table td {
		font-size: 18px;
	}
	
	
	#contact_form {
		padding: 80px 0;
	}
	#contact_form .grid3 > div {
		margin-right: 35px;
	}
	#contact_form .grid3 > div input {
		font-size: 18px;
	}
	#contact_form textarea {
		font-size: 18px;
	}
	#contact_form .btn {
		margin-top: 30px;
	}
	#contact_form .btn .check input + label {
		font-size: 18px;
	}
	#contact_form .btn button {
		font-size: 16px;
	}
	
	
	.notice.read .cont {
		font-size: 18px;
	}
	.notice.read .btn a {
		font-size: 14px;
		width: 120px;
		height: 45px;
		line-height: 45px;
	}
}
@media screen and (max-width: 768px) {
	.notice {
		padding-top: 40px;
	}
	.notice table colgroup {
		display: none;
	}
	.notice table th {
		font-size: 16px;
		font-weight: 500;
		padding: 15px 25px;
	}
	.notice table th:last-child {
		width: 70px;
	}
	.notice table td {
		font-size: 14px;
		padding: 15px 25px;
	}
	.notice table td:last-child {
		width: 70px;
	}
	
	
	#contact_form .grid3 {
		display: block;
	}
	#contact_form .grid3 > div {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contact_form .grid3 > div input {
		font-size: 14px;
		padding: 0 5px;
	}
	#contact_form textarea {
		font-size: 14px;
		padding: 5px;
	}
	#contact_form .btn {
		display: block;
	}
	#contact_form .btn .check input + label {
		font-size: 14px;
		line-height: 1.5;
	}
	#contact_form .btn button {
		margin: 30px auto 0;
	}
	
	
	.notice.read table th {
		font-size: 16px;
		padding: 15px 20px;
	}
	.notice.read table th:last-child {
		width: 65px;
		font-size: 12px;
	}
	.notice.read .cont {
		font-size: 14px;
	}
	.notice.read .btn a {
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}