/* ***************************** 상단 메뉴 */
.head {
	/* position: absolute; */
	position: relative;
	z-index: 1000;
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 0 0 15px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	transition: all 1s ease-in-out;
	/* border-bottom: 1px solid #e4e3e3; */
}

.head.show {
	color: rgb(32, 30, 30);
	background-color: rgb(255, 255, 255);
	padding: 0px;
	transition: all 1s ease-in-out;
	padding-bottom :5px;
}

.head .cont {
	padding-right: 0;
	display: flex;
	justify-content: flex-end;
	margin: 7px auto;
}

.menu>li a {
	display: block;
	text-align: center;

	height: 55px;
	line-height: 55px;
	font-size: 15px;
	color: rgb(0, 0, 0);
	font-family: 'Frank Ruhl Libre', serif;
	text-transform: uppercase;
}

ul.menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	justify-content: flex-end;
	top: 16px;
	margin-right: 5px;
}

.menu>li {
	overflow: hidden;
	justify-content: flex-end;
	display: flex;
	margin-left: 10%;
}

/* .menu > li:nth-of-type(5) {
		border-right: none;
	} */

.menu>li>a:before {
	position: absolute;
	display: block;
	content: '';
	width: 55px;
	height: 2px;
	transform: translateX(0px);
	top: 10px;
	opacity: 0;
	background-color: black;
	transition: all 0.5s ease-in-out;
}

.menu>li:nth-of-type(2)>a:before {
	width: 130px;
}

.menu>li:hover a::before {
	opacity: 1;
	transform: translateX(15%);
	transition: all 0.5s ease-in-out;
}


.menu>li:nth-of-type(1):hover a::before  {
	transform: translateX(15%);
}

.menu>li:nth-of-type(2):hover a::before  {
	transform: translateX(11%);
}

.menu>li:nth-of-type(3):hover a::before,
.menu>li:nth-of-type(4):hover a::before   {
	transform: translateX(30%);
}


.logo {
	position: absolute;
	top: 19px;
	left: 10px;
}

.logo>img {
	width: 100%;
}

.head .kor {
	position: absolute;
	top: 0;
	right: 5px;
	width: 42px;
	height: 16px;
	background-color: #639400;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:419.99px) {
	.head .kor {
		padding-top: 2px;
	}
}

.head-fix {
	position: fixed;
	visibility: hidden;
	z-index: 100;
	width: 100%;
	margin: 0;
	background-color: rgb(50, 50, 83);
	transform: translateY(-80px);
	transition: all 0.5s ease-in;
}

.head-fix.show {
	visibility: visible;
	transform: translateY(0px);
	transition: all 1s ease-in;
}

/* 드롭메뉴 */
.m-submenu {}

.s-submenu {
	position: absolute;
	overflow: hidden;
	top: 55px;
	left: 0;
	opacity: 0;
	transform: translateX(-1300px);
	background-color: transparent;
	transition: all 1s ease-in-out;
}

.m-submenu:hover .s-submenu {
	opacity: 1;
	transform: translateX(115px);
	transition: all 1s ease-in-out;
}

.s-submenu>ul {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	padding: 0px 0px;
}

.s-submenu>ul>li>a {
	text-align: center;
	display: block;
	padding: 0 0px;
	margin: 0 1px 0 0;
	width: 150px;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	color: #ffffff;
	background-color: rgb(44, 44, 44);
	transition: all 0.5s ease-in;
}

.s-submenu>ul>li:hover a {
	color: rgb(50, 50, 83);
	background-color: rgb(255, 255, 255);
}

@media (max-width: 1199.99px) and (min-width: 992px) {
	.s-submenu {
		left: calc(-17%) !important;
	}
}

@media (max-width: 991px) and (min-width: 920px) {
	.s-submenu {
		left: calc(-37%) !important;
	}
}


/* 미디어 쿼리 */
@media (max-width: 918px) and (min-width: 0) {
	nav {
		display: none;
		transition: all 0.5s ease-in;
	}
}

/* @media screen and (max-width: 1023.99px) {
	.logo {
		display: none;
	}

	ul.menu {
		width: 100%;
	}
}
*/

@media (max-width: 991px) and (min-width: 919px) {

	.head {
		padding: 0px 0 5px;
	}

	.logo {
		top: 16px;
	}

	.logo>img {
		width: calc(226px * 0.7);
	}

	ul.menu {
		top: 12px;
	}

	.menu>li {
		margin-left: 5%;
	}	
}

.s-submenu>ul>li>a {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

/* ***************************** 상단 메뉴 끝 */


/* ***************************** 모바일 메뉴  */
.mo-menu {
	display: block;
	border: 0;
	width: 40px;
	height: 25px;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 700;
}

.mosec .kor {
	position: absolute;
	top: 10px;
    right: 70px;
	width: 42px;
	height: 16px;
	background-color: #639400;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mo-menu .bar,
.mo-menu .bar:before,
.mo-menu .bar:after {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: rgb(0, 0, 0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mo-menu .bar {
	top: 10px;
	left: 0;
}

.mo-menu .bar:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
}

.mo-menu .bar:after {
	position: absolute;
	content: '';
	top: -7px;
	left: 0;
}

.top-bg {
	position: fixed;
	z-index: 700;
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 36px;
}

.top-bg>p {
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin-left: 20px;
	margin-top: 8px;
}

.top-bg > p img {
	width: calc(226px * 0.5);
}

.show .mo-menu .bar {
	background-color: transparent;
}

.show .mo-menu .bar:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.show .mo-menu .bar:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay {
	width: 0;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	transition: width 0.3s ease-in;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 500;
}

.show .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

.monav ul {
	list-style-type: none;
	position: relative;
	/* top: 50px; */
	opacity: 0;
	transform: translateX(-100px);
	transition: all 0.5s 0.2s ease-out;
}

.show .monav ul {
	opacity: 1;
	transform: translateX(0);
}

.monav {
	margin-top: 50px;
}

.monav a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'Frank Ruhl Libre', serif;
	line-height: 42px;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.monav a:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.mo-submenu>li>a {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

#about {
	position: relative;
	z-index: 20;
}

.mo-sub1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5);
	/* display: none; */
	height: 0px;
}

.mo-sub1>li>a {
	position: relative;
	line-height: 35px;
	top: -150px;
}

#about:hover .mo-sub1 {
	height: 145px;
}

#about:hover .mo-sub1>li>a {
	top: 0px;
	transition: all 1s ease-in-out;
	font-size: 14px;
    font-family: 'Frank Ruhl Libre', serif;
}





@media screen and (min-width: 919px) {
	.mosec {
		display: none;
	}
}

/* ***************************** 모바일 메뉴 끝 */