/*layout*/
#wrap {
	position:relative;
	min-width: 1200px;
	width:100%;
	height:100vh;
}
#header {
	position:relative;
	width:100%;
	border-bottom:1px solid #ccc;
	background:#fff;
}
#header .header_wrap {
	position:relative;
	/*width:1260px; */
	height:60px;
}
#header h1 {
	position:absolute;
	top:19px;
	left:16px;
}
#wrapper {	position:relative; height:100%;}
#nav { position:absolute; top:13px; right:0; }
#nav .global {}
#nav .global li { float:left; padding:8px 0 8px 8px; }
#nav .global li p{padding-left:17px; background-image:url("../images/ico_people.png"); background-repeat:no-repeat; background-position: 0 0;}
#nav .global li p span.member {color:#d20000; 	font-weight: bold;	border-bottom:1px solid #d20000; }
#nav .global li p span.nim {padding-bottom:2px; color:#000;}


/*menu�޴�*/

#aside {
	display: flex;
	flex: 0 0 255px;
	flex-direction: row;
	flex-wrap: nowrap;
    width: 255px;
}
#gnb {
    width: 65px;
	float:left;
	background:#d20001;
	height:100%;
}
#gnb >  ul {
	padding-top:8px;
}

#gnb >  ul > li {
	width: 65px;
	height:80px;
	text-align:center;
}
#gnb >  ul > li  > a {
	font-size: 15px;
    font-weight: bold;
	height:80px;
	color:#eeb8b8;
	text-align:center;
	display:block;
	padding-top:55px;
}
#gnb >  ul > li  > a.current {
	color:#fff;
}

.gnb_dashboard { background-image:url("../images/menu_dashboard_off.png"); background-repeat:no-repeat; background-position: 17px 16px; opacity: 0.7}
.gnb_home { background-image:url("../images/menu_home_off.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_menu {	background-image:url("../images/menu_menu_off.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_os { background-image:url("../images/menu_os_off.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_db { background-image:url("../images/menu_db_off.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_was { background-image:url("../images/menu_was_off.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_play { background-image:url("../images/menu_play_off.png"); background-repeat:no-repeat; background-position: 17px 16px;  opacity: 0.8}
.gnb_ai { background-image:url("../images/menu_ai_off.png"); background-repeat:no-repeat; background-position: 17px 16px;  opacity: 0.8}
.gnb_dashboard_current { background-image:url("../images/menu_dashboard_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_home_current { background-image:url("../images/menu_home_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_menu_current{	background-image:url("../images/menu_menu_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_os_current{ background-image:url("../images/menu_os_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_db_current{ background-image:url("../images/menu_db_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_was_current{ background-image:url("../images/menu_was_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_play_current{ background-image:url("../images/menu_play_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}
.gnb_ai_current{ background-image:url("../images/menu_ai_on.png"); background-repeat:no-repeat; background-position: 17px 16px;}


#lnb{
	flex: 1 1 auto;
	height:100%;
	background:#5f5f5f;
	float:left;
	transition: width 0.5s ease-in-out;
	overflow:hidden;
}
#lnb.hide{
	width: 0px;
}
#lnb p {
	font-family: 'NotoR';
	padding:22px 15px;
	background:#3e3c3d;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	transition: font-size 0.5s ease-in-out;
}
#lnb.hide p {
	padding: 0px;
	font-size: 0px;
}
#lnb > ul >  li  {
    border-bottom: 1px solid #555;
}

#lnb > ul >  li > a {
	font-family: 'NotoR';
	font-size:14px;
	color:#fff;
	display:inline-block;
    padding: 11px 20px 11px 20px;
	line-height:20px;
}

#lnb > ul >  li > a:hover {
	color:#ccc;
}

#lnb ul li a.current {
	color:#ee843b;
}

#toggleNav {
	background: #5f5f5f;
  	position: absolute;
  	right: -32px;
  	top: 0px;
  	z-index: 1;
}

#toggleNav button {
	font-family: 'NotoR';
    padding: 12px 15px;
    background: #3e3c3d;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

/*sub*/
 #container {
	width:100%;
	height:100%;
}

#container .container_wrap {
	position:relative;
	display: flex;
	flex-direction: row;

	min-height: 100%;
	background:#fff;
}


#content {
	flex: 1 1 auto;
	width: calc(100% - 290px);
	min-height: 650px;
	margin-left: 35px;
	position:relative;
	transition: margin 0.5s ease-in-out;
}

#content .content_in {
	width: 100%;
    text-align: justify;
    padding-top: 30px;
	/*min-height: 800px;*/
}


.active {
	display: block;
}

.tabletit h4{
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding-top:24px;
	padding-bottom:8px;
}

/*�޴�form*/

.menu_form {
	margin-left:200px;
    padding: 0 0 0 20px;
}
.menu_form .menu_form_list {
	margin-bottom:9px;
	text-align:right;
}

/* locaticon */
.location {
	position:relative;
}
.location .location_tit  {
	position:relative;
	font-family: 'NotoM';
	font-size:28px;
	line-height: 28px;
	letter-spacing:-0.5px;
	color:#000;
	padding:60px 0 10px 0;
}


/* Footer */
.ftbody { height:50px; color:#999; border-top:1px solid #eee; padding-top:10px; margin-top:60px; text-align:center;}
.select_ty1 {
	min-width:230px;
    padding: 10px 15px 9px 15px;
	border:1px solid #494949;
	background-color: #494949;
	background-image:url("../images/common/bul_sell_arrow.jpg");
	background-repeat:no-repeat;
	background-position: 90% 50%;
	font-size:15px; color:#fff;
}

/* �α��� */
#login {
	background:#ebebeb;
}
#admin_wrap {
	width:650px; margin:200px auto 0;
	background:#fff;
	border-radius: 7px;
	box-shadow: 3px 3px 3px 3px lightgray;
}

#admin_wrap  h1 {
	text-align:center;
	padding:30px 0 0 3px;
}
.login_wrap {
    margin-top: 50px;
	margin-bottom:60px;
    padding: 0 49px;
}
#admin_wrap .login{
	padding:40px 60px 0 60px;
}
#admin_wrap .login .field{
    padding-top: 25px;
}
.member_label_id {
	position:absolute;
	top:205px;
    float: left;
    width: 20%;
	font-family: 'NotoR';
    font-size: 16px;
    letter-spacing: -1px;
    color: #aaa;
	padding-left:40px;
}

.member_label_pw {
	position:absolute;
	top:280px;
    float: left;
    width: 20%;
	font-family: 'NotoR';
    font-size: 16px;
    letter-spacing: -1px;
    color: #aaa;
	padding-left:40px;
}
#admin_wrap .login .member_label_id:before {
	content:'';
	display:block;
	width:100px;
	height:21px;
	background:url("../images/icon_id.png") no-repeat 0 0;
	position:absolute;
	top:-1px;
	left:20px;
}
#admin_wrap .login .member_label_pw:before{
	content:'';
	display:block;
	width:100px;
	height:21px;
	background:url("../images/icon_pass.png") no-repeat 0 0;
	position:absolute;
	top:-1px;
	left:20px;
}

input.login-common-input {
    float: left;
    width: 100%;
	height:50px;
    border: none;
    color: #000;
	font-family: 'NotoM';
    font-size: 16px;
    padding-left: 140px;
	border:none;
	border-bottom:1px solid #e7e7e7;
}
input.login-common-input:focus {
    float: left;
    width: 100%;
    border: none;
    color: #d20001;
	font-family: 'NotoM';
	font-weight:bold;
    font-size: 16px;
    padding-left: 140px;
	background-color:#fff;
	border-bottom:2px solid #d20000;
}

input.login-pw-input {
    float: left;
    width: 100%;
	height:50px;
    border: none;
    color: #000;
    font-size: 16px;
    padding-left: 140px;
	border:none;
	border-bottom:1px solid #e7e7e7;
}
input.login-pw-input:focus {
    float: left;
    width: 100%;
    border: none;
    color: #d20001;
	font-weight:bold;
    font-size: 16px;
    padding-left: 140px;
	background-color:#fff;
	border-bottom:2px solid #d20000;
}

.btn_login2 {
    display: block;
    background: #444444;
    color: #fff;
	font-family: 'NotoM';
    font-size: 16px;
    line-height: 26px; margin-top:45px;
    text-align: center;
    padding: 17px 0 15px 0;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}

/* popup*/
#popup_title {
	width:100%;
	background-color:#5f5f5f;
	font-family: 'NotoM';
	padding:15px 15px;
	font-size:18px;
	text-align:left;
	color:#fff;
}
.btn_close{
	position: absolute;
    top: 15px;
    right: 21px;
    width: 18px;
    height: 19px;
    border: 0 none;
    background: url(../images/btn_close_popup.png) no-repeat 50% 50%;
    font-size: 0;
}

.popup_wrap {
	padding:20px;
}

.user_point {
	color: #d20000;
	font-size:14px;
    font-weight: bold;
	padding-right:10px;
}
