

/* Menu */
.login_link a {color:#a6bec1;font-size: 14px;margin:0 0 0 25px;height:35px;line-height:35px;}
.menu {
	height: 40px;
	margin:0 0 0 0;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 80px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0;
	margin: 0 0 0 42px;
	line-height: 28px;
	text-decoration: none;

	font-size: 18px;
	font-weight: 500; 
	letter-spacing:-0.05em;
	color: #fff;
}

.menu li:first-child a { border-left: none;margin: 0 0 0 0px;}
.menu li:last-child a{ border-left: none; }

.menu li:hover > a { color: #ffea00; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 80px;
	left: 0;
	opacity: 0;	
	background: #00444e;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 150px;
	padding-left: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;

	border: none;
	border-bottom: 5px solid #00444e;
}

.menu ul li:last-child a { border: none; }


/* ∏ﬁ¥∫ */

.index_menu_box {position: fixed;width: 100%;height: 100%;top:0;background: #f1f1f1;z-index: 90000000000;overflow-y:auto}

.index_menu_box1 {background:#232323 !important;padding:10px !important;}
.index_menu_box1 a {color:#ffffff !important;font-family: 'notokr-m',sans-serif !important;font-size:13px !important}

.index_menu_box2 {background:#f1f1f1;width:94%;padding:15px 3% 0;}
.index_menu_box2:after {content: '';display: block;clear: both;visibility: hidden;}
.index_menu_box2_title {color:#000;font-size: 14px;font-weight: bold;margin-bottom:0; padding:15px; border:1px solid rgba(0,0,0,0.1); background:#fff;}
.index_menu_box2 ul {width:90%;padding:3%;background: #ffff;list-style:none; margin: 0 2%;}
.index_menu_box2 ul:after {content: '';display: block;clear: both;visibility: hidden;}
.index_menu_box2 li {float:left;width:50%;padding:10px 0;border-bottom:1px #f1f1f1 solid;}
.index_menu_box2 li a {color:#333;font-size: 13px;}

#qumanu {display:none;  position:fixed; top:0px; left:0px; height:100%; width:200px; background:#00444E; z-index:9999;}


.npop {position: fixed;z-index:999999999;background: #fff;top:0;width:100%;height:100%;overflow-y: auto;}
.npop_img {position: fixed;Z-index:999999999;background: #fff;top:0;width:100%;}
.npop_img img {width:100%;}
.npop_bt {position: fixed;z-index:9999999999;background: #fff;bottom:0;width:100%}
.npop_bt .npop_bt1 {float:left;width:40%;background: #fff;padding:3% 5%;text-align: center;font-size: 16px;border-right:1px #ddd solid}
.npop_bt .npop_bt2 {float:right;width:40%;background: #fff;padding:3% 4.5% 3% 5%;text-align: center;font-size: 16px;}


/* ∏ﬁ¿Œ 2022 */
.subconts-body { padding:0 15px 50px;}
.main-contsnew { clear:both; padding:30px 15px; box-sizing:border-box; background:#e9e9e9;}
.main-contsnew .main-visualimg { margin-bottom:25px;}
.main-contsnew .main-visualimg img { width:100%;}

.imgwidth { clear:both;}
.imgwidth img { width:100%;}

.content-title { text-align:center; font-size:1.8rem; font-weight:700; height:50px; line-height:50px;font-family: 'GmarketSansBold'; color:rgba(0,0,0,0.8); padding:5px 0 5px; margin-bottom:30px; border-bottom:1px solid rgba(0,0,0,0.8);}

.about-title { text-align:center; font-size:1.8rem; font-weight:700; height:50px; line-height:50px;font-family: 'GmarketSansBold'; color:#ff8346; padding:5px 0 5px;}
.about-title span { color:#2c2c2c;}


.board_title h1{font-size: 2em;font-weight: bold;color: #222;margin: 10px  0 10px 0;border-bottom: solid 1px #222;padding-bottom: 10px;text-align: center;}


/*
.partner_m_head:nth-child(even){display:none;}
*/