@charset "utf-8";
/* CSS Document */
body {
	background: url(../img/body_bg.gif);
}

#wrap {
	min-width: 1275px;
	word-break: keep-all;
	/* background: url(../img/head_bg.png) left top repeat-x; */
}

/** 전체 **/
#sub_body {
	width: 100%;
	min-height: 895px;
	clear: both;
	overflow: hidden;
	background: url(../img/left_bg.gif) left top repeat-y;
}

#sub_body #sidebar {
	float: left;
	width: 210px;
}

#sub_body #article {
	float: left;
	margin-left: 40px;
}

/** 왼쪽메뉴 **/
#sidebar h1 {
	height: 108px;
	padding: 25px 0 0 20px;
}

#sidebar .navbar {
	width: 210px;
}

#sidebar .navbar .depth2_w {
	padding: 12px 0 16px 0;
	background: url(../img/snav_line.gif) left bottom no-repeat;
}

#sidebar .navbar ul li a.depth2 {
	display: inline-block;
	padding: 7px 15px 6px 35px;
	color: #898ea2;
	font-weight: bold;
	background: url(../img/snav_blet.gif) 10px top no-repeat;
}

#sidebar .navbar ul li a:hover.depth2 {
	
}

#sidebar .navbar ul li a.depth2_on {
	display: inline-block;
	padding: 7px 15px 6px 35px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	background: url(../img/snav_blet.gif) 10px -30px no-repeat;
}

/** 본문박스 **/
@media all and (min-device-width:1900px)  {
	#sub_body #article .container { /*margin-right:240px;*/
		width: 1000px;
		position: absolute;
	}
	
}


@media all and (max-device-width:1900px)  {
	#sub_body #article .container { /*margin-right:240px;*/
		width: 1000px;
		position: absolute;
	}
	
}

#sub_body #article .container .contents .conLe {
		float: left;
		width: 490px;
	}
	#sub_body #article .container .contents .conRi {
		float: right;
		width: 490px;
	}

#sub_body #article .container .stitle {
	height: 15px;
	position: relative;
}

#sub_body #article .container .stitle .logout {
	position: absolute;
	right: 0;
	top: 15px;
	z-index:1;
	display: flex;
}

#sub_body #article .container .stitle h2 {
	height: 74px; 
	padding-top: 35px;
	margin-left: -7px;
}

#sub_body #article .container .stitle .location {
	
	color: #eeeff2;
    text-align: right;
    font-size: 16px;
    display:none;
}

#sub_body #article .container .contents {
	overflow: hidden;
	
}

/** 팝업 **/
.popup_area {
	
}

.popup_area h2 {
	height: 72px;
	line-height: 72px;
	font-size: 26px;
	font-weight: bold;
	color: #222;
	padding-left: 30px;
	background: url(../img/popup_tit_bg.gif) left top repeat-x;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	position: relative;
}

.popup_area .btn_close {
	width: 33px;
	height: 33px;
	background: url(../img/btn_close.png) left top no-repeat;
	position: absolute;
	right: 25px;
	top: 18px; -
	text-indent: -9999px;
	font-size: 0;
	color: transparent;
	cursor: pointer;
}

.popup_area .contents {
	background: #FFF;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 25px 30px 10px 30px;
}

/** 로그인 **/
#login_area {
	width: 568px;
	height: 347px;
	background: url(../img/login_box.png) left top no-repeat;
	margin: 0 auto;
	margin-top: 200px;
}

#login_area ul {
	padding: 110px 0 0 129px;
}

#login_area ul li {
	margin-bottom: 4px;
}

#login_area .input_area{width:500px;}

#login_area .input_id {
	width: 234px;
	height: 44px;
	line-height: 44px;
	padding: 0 60px 0 15px;
	background: url(../img/login_input_id.gif) left top no-repeat;
}

#login_area .input_pw {
	width: 234px;
	height: 44px;
	line-height: 44px;
	padding: 0 60px 0 15px;
	background: url(../img/login_input_pw.gif) left top no-repeat;
}

#login_area .input {
	width: 234px;
	height: 20px;
	margin-top: 13px;
}

#login_area .btn {
	width: 309px;
	height: 49px;
	background: url(../img/login_input_btn.gif) left top no-repeat;
	margin-top: 5px;
}

.login_area_btn{width:309px;height:49px;background:url(../img/login_input_btn.gif) left top no-repeat;margin-top:5px;}
#login_area .newapplic{padding:10px 0 0 86px;}

/** 에러 **/
#error {
	padding-top: 80px;
}

#error .container {
	width: 750px;
	margin: 0 auto;
	line-height: 160%;
}

#error .container .contents {
	background: #FFF;
	border-top: 7px solid #0088c0;
	padding: 40px 0 50px 0;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 15px;
}

#error .container .contents h1 {
	margin-bottom: 15px;
}

#error .container .contents .bg_wgray {
	margin: 0 30px;
	padding: 15px;
}

#error .container .contents .txt_s1 {
	height: 150px;
	line-height: 150px;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 25px;
	background: #0088c0;
}

#error .container .contents .txt_s2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

#error .container .contents .txt_s3 {
	font-size: 15px;
}

#error .container .contents2 {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
}

#error .container .btn_back {
	text-align: center;
	padding-top: 35px;
}

#error .container .btn_back a {
	display: inline-block;
	background: #2b2f3e;
	padding: 7px 60px;
	color: #0088c0;
	font-weight: bold;
}