@charset "UTF-8";
/* CSS Document */
/* headArea
================================================== */
.headArea {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	min-width: 900px;
	padding: 0 5%;
	height: 60px;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
}
@media screen and (max-width: 639px) {
	.headArea {
		min-width: inherit;
		border-bottom: solid 5px #00498F;
	}
}
/* headInner
================================================== */
.headInner {
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.headInner {
		max-width: inherit;
	}
}
.headInner img {
	width: auto!important;
}
/* headSnsArea
================================================== */
.headLogo {
	float: left;
	margin-top: 10px;
}
.headLogo img {
	height: 40px!important;
}
@media screen and (max-width: 639px) {
	.headLogo {
		margin-top: 17px;
	}
	.headLogo img {
		height: 26px!important;
	}
}
/* headSnsArea
================================================== */
.headSns {
	float: right;
	margin: 10px 10px 0 0;
}
.headSns img {
	height: 40px!important;
}
@media screen and (max-width: 639px) {
	.headSns {
		display: none;
	}
}
/* headCnet
================================================== */
.headCnet {
	float: right;
	margin-top: 10px;
}
.headCnet img {
	height: 40px!important;
}
@media screen and (max-width: 639px) {
	.headCnet {
		display: none;
	}
}
/* btn
================================================== */
.btn .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\e887";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.btn:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #e6551e;
}
/* menuBtn
================================================== */
.menuBtn {
	display: none;
	width: 70px;
	height: 44px;
	margin: 8px 0 0 0;
	float: right;
}
@media screen and (max-width: 639px) {
	.menuBtn {
		display: block;
	}
}
.m-head-menu {
	position: relative;
	width: 70px;
	height: 44px;
}
.m-head-menu--active {
	background: #f3f4f5;
}
.m-head-menu__item {
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	width: 32px;
	height: 2px;
	margin: 0 auto;
	border-radius: 2px;
	background: #222222;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, transform, fill, content, opacity;
	transition-property: background, border, color, transform, fill, content, opacity, -webkit-transform;
}
.m-head-menu__item:nth-of-type(1) {
	top: 8px;
}
.m-head-menu__item:nth-of-type(2) {
	top: 14px;
}
.m-head-menu__item:nth-of-type(3) {
	top: 20px;
}
.m-head-menu__text {
	position: absolute;
	bottom: 4px;
	width: 100%;
	color: #222222;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1.1;
	text-align: center;
}
.m-head-menu__text__open {
	display: block;
}
.m-head-menu__text__close {
	display: none;
}
.m-head-menu--active > *:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(-335deg);
	transform: translateY(6px) rotate(-335deg);
}
.m-head-menu--active > *:nth-child(2) {
	opacity: 0;
}
.m-head-menu--active > *:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(335deg);
	transform: translateY(-6px) rotate(335deg);
}
.m-head-menu--active .m-head-menu__text__open {
	display: none;
}
.m-head-menu--active .m-head-menu__text__close {
	display: block;
}




