@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');
* {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: black;

}
.clear {
	clear: both;
}
.mobile {
	display: none;
}




.logo {
	text-align: center;
	padding: 150px 0 130px 0;
}
.logo img {
	width: 300px;
}
.om_hd_sns {
	text-align: center;
}
.om_hd_sns a {
	display: inline-block;
	padding: 30px 35px 50px 35px;
}
.om_hd_sns a img {
	width: 70px;
}
.menu {
	width: 100%;
	margin: 5px auto;
	display: table;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.7s;
}
.menu:hover {
	transform: scale(1.02);
}
.m_o {
	width: 100%;
	height: 100px;
	display: table-cell;
	background: rgba(0, 0, 0, 0.6);
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: background 0.7s;
}
.menu:hover .m_o {
	background: rgba(0, 0, 0, 0.5);
}
.m_o li {
	text-align: center;
}
.m_o li a {
	color: white;
	font-family: "Bodoni MT", serif;
}
#sub_menu_bt > .m_o {
	background-color: rgba(89,87,87,1);
}
.fa-chevron-down {
	margin-top: 5px;
	color: white;
}
.om_i_down {
	/* position: absolute;
	left: 50%;
	margin-left: -7.5px;
	top: 70px; */
}
.m_o li a:nth-child(1) {
	font-size: 23px;
	font-weight: 300;
}
.r_button {
	position: fixed;
	top: 143px;
	right: 0;
	z-index: 8;
}
.r_menu {
	position: fixed;
	top: 143px;
	right: -120px;
	font-size: 0;
	z-index: 9;
}
.r_menu li:nth-child(1) {
	float: left;
	font-size: 0;
}
.r_menu li:nth-child(2) {
	float: left;
	font-size: 0;
	background-color: rgba(255,255,255,0.5);
	/*background-color: #b5b6b6;*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}
.button_r {
	margin-top: 25px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 50px;
	background-color: rgba(255,255,255,0.5);
	/*background-color: #b5b6b6;*/
	border: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 12px;
}
.r_menu img {
	width: 80px;
}
.r_menu li:nth-child(2) a {
	display: inline-block;
	padding: 20px 0px;
	margin: 0 10px;
	border-bottom: 2px solid white;
}
.r_menu li:nth-child(2) a:last-child {
	border-bottom: 0px;
}
.list {
	width: 1200px;
	margin: 30px auto;
	font-size: 0;
	text-align: center;
}
.list a {
	display: inline-block;
	width: 33.33%;
	padding: 15px;
	box-sizing: border-box;
	padding: 10px;
}
.list img {
	width: 100%;
}
.om_list {
	text-align: center;
}
/*.footer {
	line-height: 17px;
	padding: 50px 0 20px 0;
	text-align: center;
	color: black;
	font-size: 12px;
	font-family: 'Nanum Myeongjo', serif;
}
.footer a {
	line-height: 17px;
	color: black;
	font-size: 12px;
	font-family: 'Nanum Myeongjo', serif;
}*/
.footer {
	text-align: center;
}
.footer a {
	display: inline-block;
}
.footer img {
	width: 300px;
}
.om_sub_menu_list {
	display: none;
}





/********** Responsive **********/

@media screen and (max-width: 1200px) {
		.menu {
			width: 100%;
		}
		.m_o li a:nth-child(1) {
			font-size: 17px;
			font-weight: bolder;
		}
		.m_o li a:nth-child(3) {
			font-size: 13px;
		}
		.list {
			width: 100%;
		}
}

@media screen and (max-width: 1080px) {

	.om_list img {
		width: 100%;
	}
}


@media screen and (max-width: 800px) {
	.list a {
		width: 50%;
	}
	.logo img {
		width: 230px;
	}
	.logo {
		text-align: center;
		padding: 120px 0 120px 0;
	}
	.om_hd_sns a {
		display: inline-block;
		padding: 30px 20px 50px 20px;
	}
	.om_hd_sns a img {
		width: 50px;
	}
}
@media screen and (max-width: 500px) {
	.footer img {
		width: 250px;
	}
	.om_hd_sns a {
		display: inline-block;
		padding: 30px 10px 50px 10px;
	}
}



/********** Responsive **********/
