@charset "utf-8";



.notice {
	padding-top: 100px;
}
.notice table th {
	background: #232323;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 30px 18px;
	text-align: left;
	line-height: 1.2;
}
.notice table td {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: 300;
	border-bottom: 0.5px dashed #000000;
	padding: 20px 30px;
	text-align: left;
}
.notice table td strong {
	font-weight: 300;
}


.event {
	margin-top: 50px;
}
.event .btn {
	text-align: center;
}
.event .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;
	text-align: center;
	margin: 0 auto;
    box-sizing: border-box;
}




#contact_form {
	background: #F7F7F7;
	margin-top: 120px;
	padding: 120px 0;
}
#contact_form .grid3 > div {
	flex: 1;
	margin-right: 70px;
	border-bottom: 0.5px dashed #000000;
}
#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: 20px;
	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: 135px;
	margin-top: 30px;
	resize: none;
	border: 0;
	background: transparent;
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	border-bottom: 0.5px dashed #000000;
	box-sizing: border-box;
}
#contact_form .btn {
	margin-top: 50px;
	align-items: center;
}
#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: 20px;
	font-weight: 300;
	padding-left: 35px;
}
#contact_form .btn .check input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	box-sizing: border-box;
}
#contact_form .btn .check input:checked + label:before {
	background: #000 url("../images/ico-check-white.svg")no-repeat 50% 50% / 16px;
}
#contact_form .btn button {
	display: block;
	width: 130px;
	height: 50px;
	background: #A9A9A9;
	border: 1px solid #A9A9A9;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
}
#contact_form .btn button.on {
	background: #232323;
	border: 1px solid #232323;
}



.contact {
	margin-top: 120px;
	line-height: 1.2;
}
.contact .info > div {
	font-size: 20px;
	padding: 10px 0 10px 25px;
}
.contact .info .tel {
	background: url("../images/call-calling.svg")no-repeat 0 45%;
}
.contact .info .mail {
	background: url("../images/sms-edit.svg")no-repeat 0 45%;
}
.contact .info .addr {
	background: url("../images/location.svg")no-repeat 0 45%;
}
.contact .map {
	position: relative;
	height: 0;
	padding-bottom: 28%;
	margin-top: 40px;
}
.contact .map iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}





.notice.read table td {
	padding: 0;
	border-bottom: 0;
}
.notice.read .cont {
	margin-top: 40px;
	font-size: 20px;
	line-height: 1.3;
}
.notice.read .cont img {
	max-width: 100%;
}
.notice.read .cont div {
	margin: 20px 0;
}
.notice.read .btn {
	justify-content: end;
}
.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;
	font-family: 'GmarketSans';
}




@media screen and (max-width: 1640px) {
}
@media screen and (max-width: 1280px) {
	.event .btn a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.notice {
		padding-top: 80px;
	}
	.notice table th {
		font-size: 18px;
	}
	.notice table td {
		font-size: 18px;
	}
	
	.event .btn a {
		width: 110px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	
	
	#contact_form {
		margin-top: 80px;
		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;
	}
	
	
	.contact {
		margin-top: 80px;
	}
	.contact .info > div {
		font-size: 18px;
	}
	
	
	
	.notice.read .cont {
		font-size: 18px;
	}
	.notice.read .btn a {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.notice {
		padding-top: 40px;
	}
	.notice table colgroup {
		display: none;
	}
	.notice table th {
		font-size: 14px;
		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: 16px;
		padding-left: 30px;
		line-height: 1.3;
	}
	#contact_form .btn .check input + label:before {
		width: 20px;
		height: 20px;
	}
	#contact_form .btn button {
		margin: 30px auto 0;
	}
	

	
	.contact .info > div {
		font-size: 14px;
	}
	.contact .map {
		padding-bottom: 56%;
	}
	
	
	
	.notice.read table th:last-child {
		width: 90px;
	}
	.notice.read .cont {
		font-size: 14px;
	}
	.notice.read .btn a {
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 480px) {
}