@charset "utf-8";
/***** common *****/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0
}
body, input, textarea, select, button, table {
	font-family: Dotum, sans-serif, Arial, Gulim, Verdana, MS Gothic;
	font-size: 12px;
	color: #555;
}
input[type=text]::-ms-clear { /* [IE] INPUT X기능 제거 */
    display: none;
}
html, body {
	height: 100%;
}
textarea {
	line-height: 160%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	clear: both
}
/* td 공백시에도 스타일(border..) 적용 */
img, fieldset {
	border: 0
}
legend, caption, .blind {
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
}
ul, ol, li {
	list-style: none
}
address {
	font-style: normal
}
a {
	outline: 0;
	text-decoration: none;
	color: #333
}
a:hover {
	text-decoration: none; /*color: #0066cc*/
}
select {
	min-width: 54px;
	height: 21px;
	padding: 2px;
	border: 1px solid #b9b9b9;
}
select.select_default {
	min-width: 5px !important;
}
input[type=text], input[type=password] {
	height: 19px;
	padding: 0 3px;
	line-height: 19px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.inp_date {
	width: 84px !important;
	padding-right: 28px !important;
	margin-right: 0 !important;
}
.rad_input {
	display: block;
	float: left;
}
.rad_input input[type=radio] {
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 4px;
	margin-left: 12px;
}
.rad_input label {
	float: left;
	padding-left: 3px;
	line-height: 21px;
	font-weight: normal
}
.file_input_div {
	position: relative;
	width: 90px;
	height: 21px;
	overflow: hidden;
}
.file_input_div input[type=file] {
	cursor: pointer;
	font-size: 45px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)";
}
dt .rad_input input[type=radio]:first-child {
	margin-left: 0;
}
td .rad_input input[type=radio]:first-child {
	margin-left: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.t_align_l {
	text-align: left !important;
}
.t_align_r, .t_align_r input {
	text-align: right !important;
}
.t_align_c {
	text-align: center !important;
}
/***** layout *****/
#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 705px;
}
#header {
	position: absolute;
	width: 100%;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px solid #ec1d23;
	z-index: 999;
}
#container {
*zoom:1;
*display:inline-block;
	_width /**/: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 90px 0 34px 210px;
	overflow: hidden;
}
#container:after {
	display: block;
	clear: both;
	content: '';
}
.snb_area {
	position: relative;
	float: left;
	width: 210px;
	height: 100%;
	margin-left: -210px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 63px;
	border-right: 1px solid #b2b2b2;
	background-color: #f5f5f5;
}
.snb_area:after {
	display: block;
	clear: both;
	content: '';
}
.content_area {
*zoom:1;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	/* padding-top: 59px; */ /* jQuery Tab 사용 */
	overflow: hidden;
}
.content_area:after {
	display: block;
	clear: both;
	content: '';
}
/* Content */
.tab_area {
	display: block;
	position: absolute;
	width: 100%;
	height: 31px;
	top: 15px;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.tab_list {
	display: block;
	width: 100%;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
	border-bottom: 1px solid #777;
	background-color: #f9f9f9;
}
.content {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	background-color: #eee;
}
.content iframe {
	position: absolute;
	height: 100%;
}
/* 1단(좌메뉴x) 레이아웃 */
#wrap.full .snb_area {
	display: none;
}
#wrap.full #container {
	padding-left: 15px !important;
}
#wrap.full .btn_lnb_open {
	display: block !important;
}
#wrap.full .btn_lnb_close {
	display: none !important;
}
.btn_lnb_open {
	display: none;
	position: absolute;
	top: 92px;
	left: 0px;
	width: 28px;
	height: 100px;
	background: url(../../img/lnb_arrow.png) 0 -116px no-repeat;
	z-index: 999;
}
.btn_lnb_close {
	display: block;
	position: absolute;
	top: 92px;
	left: 182px;
	width: 28px;
	height: 58px;
	background: url(../../img/lnb_arrow.png) 0 0 no-repeat;
	z-index: 999;
}
.btn_lnb_open:hover {
	background-position: 0 -216px;
}
.btn_lnb_close:hover {
	background-position: 0 -58px;
}
/***** main *****/
#container.main {
	padding: 105px 15px 49px 235px;
	background-color: #eee;
}
.left_area {
	position: relative;
	float: left;
	width: 220px;
	height: 550px;
	margin-left: -220px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.left_area:after {
	display: block;
	clear: both;
	content: '';
}
.left_area img {
	float: left;
}
.count_area {
	float: left;
	width: 100%;
	height: 252px;
}
.count_area li {
	float: left;
	width: 100%;
	height: 84px;
	background: url(../../img/bg_main_count.jpg) 0 100% no-repeat;
}
.count_area li:first-child {
	background-position: 0 0;
}
.count_area li dl {
	display: table;
}
.count_area li dt, .count_area li dd {
	display: table-cell;
}
.count_area li>dl {
	width: 100%;
	height: 100%;
}
.count_area li>dl>dt {
	width: 20px;
	height: 84px;
	color: #999;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
.count_area li>dl>dd {
	padding: 15px;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	vertical-align: middle;
}
dd.count_reserv {
	background: url(../../img/icon_count_reserv.png) 15px 50% no-repeat;
}
dd.count_order {
	background: url(../../img/icon_count_order.png) 15px 45% no-repeat;
}
dd.count_document {
	background: url(../../img/icon_count_document.png) 15px 50% no-repeat;
}
.count_area dl dl {
	width: 120px;
	margin-left: 55px;
	padding: 5px 0;
	table-layout: fixed;
}
.count_area dl dl:hover {
	background-color: rgba(0,0,0,0.18);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000);
	cursor: pointer;
}
.count_area dl dl dt {
	width: 45px;
	padding-left: 8px;
}
.count_area dl dl dd {
	padding-right: 15px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.right_area {
*zoom:1;
	position: relative;
	float: left;
	width: 100%;
	height: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-left: 0;
}
.right_area:after {
	display: block;
	clear: both;
	content: '';
}
.notice_area {
	display: block;
	width: 100%;
	height: 408px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.notice_area div {
	float: left;
	width: 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.notice_area h2 a {
	display: block;
	width: 100%;
	height: 36px;
	background: url(../../img/bul_arrow_square.gif) 100% 50% no-repeat;
	border-bottom: 1px solid #777;
	line-height: 36px;
	font-family: "맑은 고딕", "MalgunGothic", "Malgun Gothic", Gulim, sans-serif, Arial, Dotum, Verdana, MS Gothic;
	font-size: 15px;
	font-weight: bold;
}
.notice_area ul {
	width: 100%;
}
.notice_area li {
	width: 100%;
}
.notice_area ul a {
	display: block;
	position: relative;
	width: 100%;
	height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px;
	border-bottom: 1px solid #efefef;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 34px;
	color: #555;
}
.notice_area ul a.notice_new {
	padding-left: 15px;
	background: url(../../img/icon_new.gif) 0 50% no-repeat;
}
.notice_area ul a.list_last {
	border-bottom: 0;
}
.notice_area ul a:hover .notice_title {
	color: #ed1c24;
}
.notice_area .notice_date {
	position: absolute;
	right: 0;
	color: #999;
}
.banner_area {
	display: table;
	width: 100%;
	height: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #cbcbcb;
}
.banner_area li {
	display: table-cell;
	border-left: 1px solid #cbcbcb;
}
.banner_area li:first-child {
	border: 0;
}
.banner_area li.even {
	background-color: #f4f4f4;
}
.banner_area a {
	display: block;
	width: 100%;
	height: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px;
	background-image: url(../../img/icon_banner.png);
	background-repeat: no-repeat;
	font-family: "맑은 고딕", "MalgunGothic", "Malgun Gothic", Gulim, sans-serif, Arial, Dotum, Verdana, MS Gothic;
	font-size: 15px;
	font-weight: bold;
}
.banner_area a:hover {
	background-image: url(../../img/icon_banner_on.png);
}
.banner_area a.banner_1 {
	background-position: 50% 0px;
}
.banner_area a.banner_2 {
	background-position: 50% -140px;
}
.banner_area a.banner_3 {
	background-position: 50% -280px;
}
.banner_area a.banner_4 {
	background-position: 50% -420px;
}
.banner_area span {
	display: block;
	width: 100%;
	background: url(../../img/bul_arrow_banner.png) 100% 50% no-repeat;
}
/***** popup *****/
.pop_warp {
	float: left; /* 맨아래 버튼 영역을 padding 내에 포함시키기 위해 필요함 */
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 60px;
}
.pop_warp.pop_print {
	padding-top: 20px;
}
.pop_warp.pop_subs {
	padding-top: 73px;
}
.pop_warp .table_top {
	margin-top: 0px;
}
.pop_warp .paginate {
	margin-bottom: 10px;
}
.pop_warp.dialog {
	padding-top: 20px;
}
.pop_heder {
	display: block;
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	background: url(../../img/bg_pop_top.gif) 0 100% repeat-x;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	z-index: 998;
}
.pop_heder span {
	display: block;
	width: auto;
	height: 40px;
	padding-left: 32px;
	background: url(../../img/bul_pop_h1.png) 20px 16px no-repeat;
}
/* 팝업 인쇄 */
@page {
	size: A4 portrait; /* 297mm 210mm 세로 */
	margin: 15mm 10mm;
}
@media print {
	.pop_warp {
		float: none; /* [크롬] page-break-after */
	}
	.pop_warp.pop_print {
		padding: 0;
	}
	.pop_warp.pop_print .btns_point {
		display: none;
	}
	.pop_cnt {
		page-break-after: always; /* [크롬] 부모에 "float: left;" 속성이 있으면, 적용 안 됨 */
	}
	.pop_cnt:last-child {
		page-break-after: auto;
	}
	tr {
		page-break-inside: avoid; /* [크롬] 적용 안 됨 */
	}
	div, table, th, td {
		color: #555 !important;
		border-color: #909090 !important;
	}
	tfoot td {
		border-top: 1px solid #909090 !important;
		background-color: #fff !important;
	}
	th.basic_table_th1 {
		border-color: #909090 !important;
	}
	th.basic_table_th2 {
		border-left: 1px solid #909090 !important;
	}
}
.pop_print .basic_table th, .pop_print .basic_table td {
	padding: 2px 6px;
}
.pop_print .basic_list td {
	padding: 0 2px;
	white-space: normal;
	word-break: break-all;
}
/* 팝업 인쇄타이틀 */
.pop_heder_box {
	display: table;
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px; /* 62px */
	margin-bottom: 10px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #c8c8c8;
	background-color: #f4f4f4;
}
.pop_heder_box h1 {
	position: absolute;
	width: 400px;
	height: 30px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -200px;
	text-align: center;
	line-height: 30px;
	font-size: 14px; /* 24px */
	font-weight: bold;
}
.pop_heder_box ul {
	display: table-cell;
	vertical-align: middle;
}
.pop_heder_box .btns_point {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -11px;
}
.pop_close {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background: url(../../img/icon_x.png) 50% 50% no-repeat;
	z-index: 999;
}
.pop_close:hover {
	background-color: rgba(255,255,255,0.1) !important;
}
.pop_close:active {
	background-color: rgba(0,0,0,0.2) !important;
}
.community_view h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.print_div {
	width: 100%;
	border: 0;
	border-top: 1px dotted #888;
	margin: 20px 0;
}
/***** GNB *****/
.gnb_area {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7;
	line-height: 39px;
	z-index: 998;
}
.gnb_area h1 {
	display: block;
	float: left;
	width: 180px;
	height: 40px;
	margin: 0 30px;
}
.gnb_select {
	float: left;
	width: 172px;
	height: 25px;
	padding: 3px !important;
	margin: 7px 0;
	border: 1px solid #aaa;
}
.gnb_input {
	float: left;
	width: 200px;
	height: 19px;
	padding: 2px 3px !important;
	margin: 7px 0;
	border: 1px solid #aaa !important;
}
.gnb {
	display: block;
	float: right;
	height: 40px;
	z-index: 999;
}
.user_hi {
	float: left;
	height: 40px;
	padding: 0 10px 0 25px;
	background: url(../../img/user.png) 0 9px no-repeat;
}
.user_info {
	float: left;
	width: 165px;
	background-color: #fff;
	margin-right: -1px;
}
.user_info_ttl {
	display: block;
	width: 164px;
	height: 40px;
	text-align: center;
	color: #bbb;
	background: url(../../img/gnb.png) 0 0 no-repeat #555;
}
.user_info_ttl:hover, .user_info:hover .user_info_ttl {
	color: #ddd;
	background-position: 0 -40px;
}
.user_info:hover .box_list {
	display: block;
}
.box_list {
	display: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 3px 0;
	border: 1px solid #555;
	border-top: 0;
	background-color: rgba(255, 255, 255, 0.98);
}
.box_list li {
	display: block;
	width: 100%;
}
.box_list li a {
	display: block;
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	line-height: 210%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box_list li a:hover {
	color: #ed1c24;
}
.gnb_list {
	float: left;
	height: 40px;
	border-left: 1px solid #6a6a6a;
}
.gnb_list li, .gnb_list a {
	display: block;
	float: left;
	width: 61px;
	height: 40px;
}
.gnb_list li {
	background: url(../../img/gnb.png) 0 bottom no-repeat #555;
}
.gnb_list li:first-child {
	background-image: none;
}
.gnb_list a {
	background-image: url(../../img/gnb.png);
	text-align: center;
}
.gnb_list a.gnb_home {
	background-position: 0 -80px;
}
.gnb_list a.gnb_help {
	background-position: -61px -80px;
}
.gnb_list a.gnb_end {
	background-position: -122px -80px;
}
.gnb_list a:hover {
	background-image: none;
}
.gnb_list a span {
	display: none;
}
.gnb_list a:hover span {
	display: block;
	color: #ddd;
}
/***** LNB *****/
.lnb_area {
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.lnb_area:after {
	display: block;
	clear: both;
	content: '';
}
.lnb_list {
	float: left;
	height: 47px;
	margin-left: 20px;
}
.lnb_list li {
	display: block;
	float: left;
	width: 164px;
	height: 47px;
}
.lnb_it {
	background: url(../../img/lnb.png) 0 -282px no-repeat;
}
.lnb_list a {
	display: block;
	float: left;
	width: 148px;
	padding-right: 16px;
	background-image: url(../../img/lnb.png);
	background-repeat: no-repeat;
}
.lnb_list a, .lnb_recent_ttl {
	color: #666;
	text-align: center;
	line-height: 48px;
	font-family: "맑은 고딕", "MalgunGothic", "Malgun Gothic", Gulim, sans-serif, Arial, Dotum, Verdana, MS Gothic;
	font-weight: bold;
	font-size: 13px;
	z-index: 999;
}
.lnb_list a:hover, .lnb_it a {
	color: #222;
}
.lnb_list a.lnb_doccon {
	background-position: 0 0;
}
.lnb_list a.lnb_doccon:hover, .lnb_it a.lnb_doccon {
	background-position: -164px 0;
}
.lnb_list a.lnb_distman {
	background-position: 0 -47px;
}
.lnb_list a.lnb_distman:hover, .lnb_it a.lnb_distman {
	background-position: -164px -47px;
}
.lnb_list a.lnb_addinfo {
	background-position: 0 -94px;
}
.lnb_list a.lnb_addinfo:hover, .lnb_it a.lnb_addinfo {
	background-position: -164px -94px;
}
.lnb_list a.lnb_bizsup {
	background-position: 0 -141px;
}
.lnb_list a.lnb_bizsup:hover, .lnb_it a.lnb_bizsup {
	background-position: -164px -141px;
}
.lnb_list a.lnb_community {
	background-position: 0 -188px;
}
.lnb_list a.lnb_community:hover, .lnb_it a.lnb_community {
	background-position: -164px -188px;
}
.lnb_list a.lnb_asnCenter {
	background-position: 0 -47px;
}
.lnb_list a.lnb_asnCenter:hover, .lnb_it a.lnb_asnCenter {
	background-position: -164px -47px;
}
.lnb_list a.lnb_scmAdmin {
	background-position: 0 -47px;
	width: 118px;
}
.lnb_list a.lnb_scmAdmin:hover, .lnb_it a.lnb_scmAdmin {
	background-position: -164px -47px;
}
.lnb_recent_ttl {
	display: block;
	width: 167px;
	height: 47px;
	padding-right: 15px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background: url(../../img/lnb.png) 0 -235px no-repeat;
}
.lnb_recent_ttl:hover, .lnb_recent:hover .lnb_recent_ttl {
	color: #222;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	background-position: -184px -235px;
}
.lnb_recent {
	display: block;
	float: right;
	position: absolute;
	width: 184px;
	height: auto;
	top: 0;
	right: 0;
}
.lnb_recent dt {
	float: left;
	width: 100%;
	height: 47px;
}
.lnb_recent dd {
	display: none;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #555;
	border-top: 0;
}
.lnb_recent:hover dd {
	display: block;
}
.lnb_recent .box_list {
	display: block;
	border: 0;
	border-top: 3px solid #ededed;
	background-color: #fff;
}
/***** SNB *****/
.snb {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.snb h2 {
	display: block;
	position: absolute;
	width: 100%;
	height: 63px;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 0 30px;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.snb_list {
	width: 100%;
	height: 100%; /* 메뉴 스크롤 바 */
}
.snb_list ul, .snb_list li, .snb_list a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_close.snb_dept_1st+.snb_dept_1st {
	margin-top: -1px;
}
.dept_1st_ttl {
	height: 36px;
	padding: 0 22px;
	font-weight: bold;
	line-height: 36px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.snb_list .snb_dept_1st:first-child {
	margin-top: 0px;
}
.snb_list li:first-child .dept_1st_ttl {
	height: 35px;
	border-top: 0;
}
.list_open .dept_1st_ttl {
	background: url(../../img/snb.png) 94.5% -39px no-repeat #fff;
}
.list_close .dept_1st_ttl {
	background: url(../../img/snb.png) 94.5% -1px no-repeat #fff;
}
.list_end .dept_1st_ttl {
	background:#fff;
}
.list_close ul {
	display: none;
}
.dept_1st_list {
	padding: 0 10px;
}
.dept_1st_list>li {
	border-top: 1px solid #ddd;
}
.dept_1st_list>li:first-child {
	border-top: 0;
}
.dept_1st_list a {
	height: 21px;
	line-height: 21px;
	padding: 0 12px;
}
.snb_dept_2nd.list_open {
	padding: 4px 0 5px 0;
}
.snb_dept_2nd.list_close {
	padding: 4px 0 3px 0;
}
.list_open .dept_2nd_ttl, .list_open .dept_3rd_ttl {
	background: url(../../img/snb.png) 100% -105px no-repeat;
}
.list_close .dept_2nd_ttl, .list_close .dept_3rd_ttl {
	background: url(../../img/snb.png) 100% -80px no-repeat;
}
.dept_2nd_list li {
	background: url(../../img/snb.png) 6px -131px no-repeat;
}
.dept_2nd_list a {
	padding: 0 24px;
}
.dept_2nd_list a:hover {
	color: #ed1c24;
}
.dept_3rd_list li {
	background-image: none;
}
.dept_2nd_list a.dept_3rd_ttl:hover {
	color: #333;
}
.dept_3rd_list span {
	color: #777;
}
.dept_2nd_list a:hover span {
	color: #ed1c24;
}
/***** Search *****/
.srch_area {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	background-color: #f9f9f9;
	border-top: 1px dotted #b8b8b8;
	border-bottom: 1px dotted #b8b8b8;
}
.srch_list {
	float: left;
	display: block;
	width: 100%;
}
.srch_list li {
	display: block;
	float: left;
	white-space: nowrap;
	padding-top: 8px;
}
.srch_list dl {
	display: table;
	float: left;
	line-height: 0;
	font-size: 0;
}
.srch_list dt, .srch_list dd {
	display: table-cell;
	float: left;
	min-height: 21px;
	line-height: 21px;
	text-align: left;
	font-size: 12px;
}
.srch_list dt {
	padding-right: 8px;
	font-weight: bold;
}
.srch_list dd {
	padding-right: 12px;
}
.srch_list dd select {
	float: left;
	min-width: 65px;
}
.srch_list dd input[type=text] {
	float: left;
	width: 112px;
}
.srch_list dd span {
	display: block;
	float: left;
	margin: 0 5px;
}
.srch_list dd p span {
	display: inline-block;
	float: none;
}
.date_box {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
.date_box.inp_with {
	padding-right: 0 !important;
}
.date_box input[type=text] {
	display: block;
	float: left;
}
.date_box div {
	min-width: 245px;
}
.srch_btns {
	float: right !important;
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
}
/***** Button *****/
.btn_area {
	float: left;
	height: 24px;
	line-height: 24px;
}
.btns {
}
.btns li {
	float: left;
	margin-right: 5px;
}
.btns a {
	display: block;
	float: left;
	min-width: 34px;
	height: 21px;
	padding: 0 5px;
	line-height: 22px;
	text-align: center;
	border: solid 1px #b9b9b9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ebebeb;
	-webkit-box-shadow: 0 1px 0 #ebebeb;
	box-shadow: 0 1px 0 #ececec;
	background: url(../../img/btn_basic.gif) 0 -1px repeat-x;
}
.btns a:hover {
	text-decoration: none;
	border-color: #959595;
	-moz-box-shadow: 0 1px 0 #e0e0e0;
	-webkit-box-shadow: 0 1px 0 #e0e0e0;
	box-shadow: 0 1px 0 #e0e0e0;
	background-position: 0 -28px;
}
.btns a:active {
	text-decoration: none;
	border-color: #999;
	-moz-box-shadow: 0 1px 0 #f5f5f5;
	-webkit-box-shadow: 0 1px 0 #f5f5f5;
	box-shadow: 0 1px 0 #f5f5f5;
	background-position: 0 -55px;
}
.btn_bul {
	padding-right: 4px !important;
}
.btn_bul span {
	display: block;
	padding-right: 13px;
	margin: 0 !important;
	background: url(../../img/bul_btn.png) 100% 45% no-repeat;
}
.btn_bul .bul_print {
	padding-left: 18px;
	padding-right: 4px;
	background: url(../../img/bul_btn_print.png) 0 40% no-repeat;
}
.btns_point {
	position: relative;
	display: inline-block;
	min-width: 30px;
	height: 19px;
	padding: 0 8px;
	margin-left: 5px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn_wh {
	border: solid 1px #aaa;
	background: url(../../img/btn_basic.gif) 0 -3px repeat-x;
}
.btn_wh:hover {
	border-color: #909090;
	background-position: 0 -30px;
}
.btn_wh:active {
	border-color: #999;
	background-position: 0 -57px;
}
.btn_bk {
	color: #fff;
	border: solid 1px #555;
	background-color: #555;
}
.btn_bk:hover {
	border-color: #333;
	background-color: #646464;
	background-color: #646464;
}
.btn_bk:active {
	color: #eee;
	border-color: #303030;
	background-color: #515151;
}
.btns_cen {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.btn_big {
	padding: 4px 10px;
	font-weight: bold;
}
.btn_big.btn_wh {
	background-position: 0 2px !important;
}
.btn_big.btn_wh:hover {
	background-position: 0 -27px !important;
}
.btn_big.btn_wh:active {
	background-position: 0 -54px !important;
}
.btns_right {
	clear: both;
	width: 100%;
	text-align: right;
}
.btns_right .btns_point {
	margin-left: 0;
}
.btns_cen li, .btns_right li {
	display: inline-block;
}
.btn_date {
	display: block;
	float: left;
	text-align: center;
	width: 24px;
	height: 19px;
	margin-left: -26px;
	border: 1px solid #ccc;
	background: url(../../img/btn_datepicker.gif) 50% 40% no-repeat #fff;
}
.btn_last {
	margin-right: 0 !important;
}
/***** Table *****/
.table_top {
	clear: both;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	/* height: 24px; */
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.table_top h4 {
	padding-left: 10px;
	background: url(../../img/bul_dot_red.gif) 0 45% no-repeat;
	font-weight: normal;
	line-height: 28px;
}
.right_opt {
	display: block;
	float: right;
	position: relative;
	height: 21px;
	margin-top: 2px;
	line-height: 22px;
	vertical-align: middle;
}
.right_opt input, .right_opt select, .right_opt a, .right_opt span {
	margin-left: 5px !important;
	margin-right: 0 !important;
}
.basic_list_area {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.basic_list {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	border-left: 0;
	table-layout: fixed;
	background-color: #fff;
}
.basic_list tbody tr:hover td {
	background-color: #ddf3ff;
}
.basic_list.basic_list_split tbody tr:hover td {
	background-color: inherit;
}
.basic_list tr.list_even {
	background-color: #f0f0f0;
}
.basic_list tr.subtotal td {
	border-top: 1px solid #c5c5c5 !important;
	background-color: #cbd7ff !important;
}
.basic_list tr.subtotal+tr td {
	border-top: 1px solid #c5c5c5;
}
.basic_list th {
	height: 24px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c5c5c5;
	font-weight: normal;
	background: url(../../img/bg_blist_th.gif) 0 0 repeat-x #e3e4e6;
}
.basic_list th.basic_list_top {
	background-image: none;
}
.basic_list td {
	height: 21px;
	padding: 0 5px;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c4c4c4;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.basic_list tfoot td {
	border-color: #a8a8a8;
	background-color: #888;
	font-weight: bold;
	color: #fff;
}
.basic_list tr:first-of-type td {
	border-top: 0;
}
.basic_list input, .basic_list a {
	margin: 3px 0;
}
.basic_list .inp_full {
	width: 100%;
}
.basic_list .btns_point {
	height: 17px;
	padding: 0 5px;
	line-height: 18px;
	font-size: 11px;
}
.basic_list select {
	height: 21px;
}
.inp_group {
	float: left;
	position: relative;
	height: 21px;
	line-height: 22px;
	overflow: hidden;
}
.inp_group select, .inp_group input, .inp_group>span, .inp_group a, .inp_group label {
	display: block !important;
	float: left !important;
	position: relative;
	margin-right: 5px;
}
.inp_group label {
	margin-right: 10px;
}
.inp_group input[type=checkbox] {
	width: 13px;
	height: 13px;
	margin-top: 4px;
}
.basic_list .inp_group {
	height: 25px;
	line-height: 26px;
}
.basic_list input[type=text], .basic_list .inp_group input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 19px;
	line-height: 19px;
}
.basic_list img {
	vertical-align: middle; /* 바코드 이미지 */
}
.inp_group.date_box {
	min-width: 125px;
}
.list_check {
	width: 24px;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	background: url(../../img/bg_blist_chk.gif) 0 100% repeat-x;
}
.list_check input {
	display: block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
}
.basic_link td {
	cursor: pointer;
	color: #555;
}
.basic_link, .basic_link>div { /* ExtJS 그리드의 TD 링크 */
	cursor: pointer;
	color: #2595c7;
}
.basic_table_area {
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #222;
	border-bottom: 1px solid #bbb;
}
.basic_table_area.basic_table_thin {
	border-top: 1px solid #bbb;
}
.basic_table_last {
	margin-bottom: 0px !important;
}
.basic_table {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	table-layout: fixed;
}
.basic_table th {
	height: 21px;
	padding: 4px 8px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background-color: #f6f6f6;
}
.basic_table th:first-of-type, .basic_table td:first-of-type {
	border-left: 0;
}
.basic_table_th1 {
	background-color: #ececec !important;
	border-color: #ddd !important;
}
.basic_table_th1+th {
	border-top-color: #ddd !important;
}
.basic_table_th2 {
	border-left: 1px solid #e1e1e1 !important;
	font-weight: normal;
}
.basic_table td {
	position: relative;
	height: 21px;
	padding: 4px 8px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	text-align: left;
	vertical-align: middle;
	line-height: 125%;
	word-break: break-all;
}
.basic_table td.cnt_box {
	padding: 20px 12px;
	border-left: 0;
	line-height: 135%;
}
.basic_table tr:first-of-type th, .basic_table tr:first-of-type td {
	border-top: 0;
}
.basic_table .cel_clear {
	border-left: 0;
	padding-left: 0;
}
.basic_table dl {
	width: 100%;
	height: 21px;
	clear: both;
	margin-top: 5px;
	line-height: 21px;
}
.basic_table dl:first-child {
	margin-top: 0;
}
.basic_table dt, .basic_table dd, .basic_table select, .basic_table input, .basic_table a {
	display: block;
	float: left;
}
.basic_table .dldt_70 {
	width: 70px;
}
.basic_table span {
	height: 21px;
	line-height: 21px;
}
.basic_table .btns_point, .inp_group .btns_point {
	margin-left: 0;
}
.basic_table .inp_full {
	width: 100%;
	height: 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inp_3 {
	width: 35px;
}
.inp_4 {
	width: 45px;
}
.inp_5 {
	width: 55px;
}
.inp_9 {
	width: 95px;
}
.inp_10 {
	width: 105px;
}
.writing_box {
	width: 100%;
	height: 300px;
	border: 1px solid #ddd;
}
/* 파일첨부 */
.file_add .inp_group {
	clear: both;
	margin-top: 5px;
}
.file_add .inp_group:first-child {
	margin-top: 0;
}
.file_up_s {
	margin-top: 10px;
}
.file_up_s .notice_basic {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
}
.file_list {
	width: 100%;
}
.file_list li, .file_list a {
	clear: both;
	line-height: 160%;
}
.file_list a {
	padding-left: 12px;
	background: url(../../img/icon_clip.gif) 0 2.5px no-repeat;
}
.file_list a:hover {
	text-decoration: underline;
}
.file_list li span {
	display: inline-block;
	float: none;
	height: auto;
	line-height: 125%;
}
/* 다운로드버튼 */
.download_list {
	display: table;
	width: 100%;
}
.download_list li {
	display: table-cell;
	width: 25%;
	padding-left: 10px;
 *width: 24%;
 *float: left;
}
.download_list li:first-child {
	padding-left: 0;
}
.download_list a {
	display: block;
	position: relative;
	width: 100%;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	background: url(../../img/btn_down.gif) 50% 20px no-repeat;
	overflow: hidden;
	color: #666;
}
.download_list a:hover {
	border-color: #888;
}
.download_list a.btn_down_buy {
	background-position: 50% 0px;
}
.download_list a.btn_down_sell {
	background-position: 50% -200px;
}
.download_list a.btn_down_stock {
	background-position: 50% -400px;
}
.download_list a.btn_down_unpaid {
	background-position: 50% -600px;
}
.download_list a span {
	display: block;
	position: relative;
	top : 135px;
	height: 60px;
	margin: 0 25px;
	padding-top: 18px;
	border-top: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(../../img/icon_down.gif) 50% -20px no-repeat;
}
.download_list a:hover span {
	background-position: 50% -120px;
}
/* 안내문구 */
.notice_box {
	clear: both;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
}
.notice_box p {
	line-height: 160%;
}
.notice_basic {
	display: inline-block;
	font-size: 11px;
	color: #888;
}
.notice_btn {
	float: left;
	color: #ed1c24;
	height: 24px;
	line-height: 24px;
	font-size: 11px !important;
}
.notice_impt {
	color: #ed1c24;
	font-size: 14px;
	font-weight: bold;
}
.color_777 {
	color: #777;
}
.color_red {
	color: #ed1c24;
}
.color_orange {
	color: #fc9d25;
}
.color_blue {
	color: #21a7cc;
}
.color_skyblue {
	color: #4fc0e9;
}
/* FAQ */
.srch_area.faq_srch {
	padding: 10px 20px 12px 20px;
	margin-bottom: 20px;
}
.faq_srch {
	position: relative;
}
.faq_srch dt {
	font-family: "맑은 고딕", "MalgunGothic", "Malgun Gothic", Gulim, sans-serif, Arial, Dotum, Verdana, MS Gothic;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 5px;
}
.faq_srch dd {
	font-size: 11px;
}
.faq_srch .inp_group {
	position: absolute;
	bottom: 12px;
	right: 15px;
}
.faq_list {
	clear: both;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.faq_list dt {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 0 8px 24px;
	background: url(../../img/icon_q.gif) 0 6px no-repeat #fff;
	line-height: 130%;
	font-weight: bold;
}
.faq_list dd {
	margin-bottom: 14px;
	padding: 15px 24px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	line-height: 145%;
}
/***** Paginate *****/
.paginate {
	position: relative;
	width: 100%;
	height: 23px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
.paginate a, .paginate strong {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 1px;
	padding: 2px 7px 0 6px;
	height: 19px;
	border: 1px solid #dedede;
	color: #727272 !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
}
.paginate strong {
	border: 1px solid #727272;
	background-color: #727272;
	color: #fff !important;
}
.paginate span {
	color: #bbb;
	border: 0;
}
.paginate a:hover {
	border: 1px solid #727272;
	background-color: #727272;
	color: #fff !important;
	text-decoration: none;
}
.paginate a.btn {
	border: 0
}
.paginate a.btn_prev, .paginate a.btn_first, .paginate a.btn_next, .paginate a.btn_last {
	display: inline-block;
	position: relative;
	height: 7px;
	overflow: hidden;
	padding: 14px 10px 0 10px;
	border: 1px solid #dedede;
	background: url(../../img/btn_page.gif) no-repeat
}
.paginate .btn {
	display: inline-block;
	position: relative;
	height: 25px;
	overflow: hidden;
	padding: 0;
	margin: 0 4px;
	border: 0
}
.paginate a.btn_prev:hover, .paginate a.btn_first:hover, .paginate a.btn_next:hover, .paginate a.btn_last:hover {
	border: 1px solid #ccc;
	background-color: #ededed !important
}
.paginate a.btn_prev {
	margin-right: 8px;
	background-position: 0 0 !important
}
.paginate a.btn_first {
	margin-right: 1px;
	background-position: 0 -50px !important
}
.paginate a.btn_next {
	margin-left: 7px;
	background-position: 0 -100px !important
}
.paginate a.btn_last {
	margin-left: 1px;
	background-position: 0 -150px !important
}
/* 청약 */
.subs_step {
	float: left;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
}
.subs_step li {
	float: left;
	width: 34%;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.subs_step li.last_step {
	width: 32%;
}
.subs_step dl {
	padding-left: 30%;
	background: url(../../img/bul_arrow_big.gif) 100% 40% no-repeat;
}
.subs_step .last_step dl {
	background-image: none;
}
.subs_step dt {
	font-size: 11px;
	font-weight: normal;
}
.subs_step dd {
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
.subs_step li.step_on {
	border-bottom: 2px solid #ed1c24;
}
.subs_step li.step_on dt {
	color: #ed1c24;
}
.subs_box {
	height: 150px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 10px 15px;
	padding-bottom: 0;
	overflow-y: auto;
	line-height: 135%;
}
.subs_box.subs_full {
	height: auto;
	margin-bottom: 0;
}
.subs_box .subs_box_last, .subs_cnts {
	margin-bottom: 10px;
}
.subs_box h3 {
	padding-left: 10px;
	background: url(../../img/bul_dot.gif) 0 50% no-repeat;
}
.subs_box h3, .subs_box h4 {
	line-height: 145%;
}
.subs_box h4 {
	padding-top: 6px;
}
.subs_box h4:first-child {
	padding-top: 2px;
}
.subs_box a {
	color: #555;
}
.subs_box a:hover {
	text-decoration: underline;
}
.subs_box .basic_list_area {
	margin: 5px 0;
}
.subs_box .basic_list_area tbody tr:hover td {
	background-color: inherit;
}
.subs_box .basic_list th, .subs_box .basic_list td {
	overflow: visible;
	white-space: normal;
}
.subs_box .basic_list td {
	height: auto;
	padding: 3px 5px;
}
.table_top.subs_tab {
	height: auto;
	margin-top: 7px;
	margin-bottom: 0px;
}
.table_top.subs_agree {
	margin-top: 7px;
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #eee;
	font-size: 14px;
}
.table_top.subs_agree .inp_group {
	margin: 0 15px;
}
.subs_personal_list {
	height: 28px;
	clear: both;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-bottom: 0;
}
h4.subs_personal_list {
	padding-left: 8px;
	background-image: none;
	background-color: #f7f7f7;
}
.subs_personal_list li {
	float: left;
	color: #ccc;
}
.subs_personal_list li:first-child {
	padding-left: 4px;
}
.subs_personal_list li a {
	margin: 0 5px;
	color: #555;
	line-height: 28px;
	cursor: pointer;
}
.subs_personal_list li a:hover {
	text-decoration: underline;
}
.subs_personal_list li a.subs_list_on {
	font-weight: bold;
}
.subs_personal_list li a.subs_list_on:hover {
	text-decoration: none;
	cursor: default;
}
#agreeCont02, #agreeCont03 {
	display: none;
}
/* 이미지경고창 */
.alert_wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.alert_box {
	display: inline-block;
	position: relative;
	width: 360px;
	height: auto;
	margin-top: 40px;
	padding-bottom: 32px;
	background: url(../../img/bg_alert_box.jpg) 0 100% no-repeat;
	text-align: center;
}
.alert_box h2 {
	width: 100%;
	padding: 80px 45px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../../img/bg_alert_box.jpg) 0 0 no-repeat;
	z-index: 998;
	font-size: 18px;
}
.alert_box h2.with_logo {
	padding: 70px 45px 12px;
}
.alert_box p {
	width: 100%;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../../img/bg_alert.jpg) 0 0 repeat-y;
	line-height: 135%;
}
.alert_box .notice_basic {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0px 45px;
	border-bottom: 1px solid #ccc;
	line-height: 160%;
	font-weight: normal;
}
.alert_box h2 .notice_basic {
	padding-top: 4px;
	padding-bottom: 10px;
	margin: 0px;
}
.alert_box h2.with_logo .notice_basic {
	padding-top: 10px;
}
.alert_box.alert_mini {
	margin: 5px;
	padding-bottom: 30px;
}
.alert_box.alert_mini h2 {
	padding-bottom: 0;
}
.alert_box.alert_mini .notice_basic {
	padding-bottom: 0;
	border-bottom: 0;
}
.icon_circle {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -19px;
	overflow: hidden;
	z-index: 999;
}
.icon_circle.icon_loading {
	width: 40px;
	height: 40px;
	margin-left: -20px;
}
.icon_logo {
	display: block;
	width: 180px;
	height: 24px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -90px;
	overflow: hidden;
	z-index: 999;
}
.alert_box .inp_group {
	padding-left: 75px;
}
.alert_box .login_box {
	position: relative;
	width: 100%;
}
.alert_box .login_box .inp_group:first-child {
	margin-bottom: 5px;
}
.alert_box .login_box .btns_point {
	position: absolute;
	height: 45px;
	top: 0;
	left: 228px;
	line-height: 46px;
}
.alert_box .admin_login_box {
	position: relative;
	width: 100%;
}
.alert_box .admin_login_box .inp_group {
	margin-bottom: 5px;
}
.alert_box .admin_login_box .btns_point {
	position: absolute;
	height: 70px;
	top: 0;
	left: 228px;
	line-height: 71px;
}
.alert_box.box_420 {
	width: 420px;
	background: url(../../img/bg_alert_box_w.jpg) 0 100% no-repeat;
}
.alert_box.box_420 h2 {
	width: 100%;
 *width: 330px;
	padding: 70px 45px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../../img/bg_alert_box_w.jpg) 0 0 no-repeat;
	z-index: 998;
}
.alert_box .noti_box {
	margin: 0 55px;
	text-align: left;
	line-height: 145%;
}
.alert_box .noti_box strong {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}
.alert_box .noti_aid {
	display: inline-block;
	margin: 3px 0 10px 0;
	font-size: 11px;
	color: #888;
}
#footer {
	position: absolute;
	width: 100%;
	height: 34px;
	bottom: 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #dcdcdc;
}
#footer p {
	display: block;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -145px;
	text-align: center;
	color: #929292;
	font-size: 11px;
}
#footer p span, #footer p img {
	display: block;
	float: left;
	line-height: 34px;
}
#footer p img {
	width: 82px;
	height: 14px;
	margin: 8px 4px 0;
}
#subPage-div {
	clear: both;
}
.lotte {
	position: absolute;
	top: 7px;
	right: 15px;
}
/* 온라인 매뉴얼 */
.manual_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 0 0 0;
	overflow: hidden;
}
.manual_heder .pop_close {
	position: relative;
	float: right;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	background: url(../../img/icon_x.png) 50% 50% no-repeat;
	z-index: 999;
}
.manual_heder {
	display: block;
	position: fixed;
	width: 100%;
	height: 45px;
	top: 0;
	left: 0;
	background-color: #555;
	z-index: 998;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	line-height: 45px;
	overflow: hidden;
}
.manual_heder img {
	float: left;
	margin: 13px 5px 0 20px;
}
.manual_container {
*zoom:1;
*display:inline-block;
	_width /**/: 100%;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 200px;
	overflow: auto;
}
.manual_container:after {
	display: block;
	clear: both;
	content: '';
}
/* 온라인 매뉴얼_SNB */
.manual_snb_area {
	position: relative;
	float: left;
	width: 200px;
	min-height: 100%;
	height: auto;
	margin-left: -200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	border-right: 1px solid #d0d0d0;
	overflow: hidden;
}
.manual_snb_area:after {
	display: block;
	clear: both;
	content: '';
}
.manual_snb h2 {
	display: block;
	width: 200px;
	height: 68px;
	background: url(../../img/img_manual.jpg) 20px 10px no-repeat #f47d41;
	color: #fff;
}
.msnb_list {
	width: 100%;
}
.msnb_list ul, .msnb_list li, .msnb_list a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.msnb_list a:hover {
	color: #ed1c24;
}
.msnb_list>li {
	height: auto;
	margin-top: -1px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: url(../../img/bg_snb_shadow.jpg) 0 3px repeat-x;
}
.msnb_list>li:first-child {
	margin-top: 0px;
}
.msnb_list>li.list_open {
	background-image: none;
	background-color: #fff;
}
.msnb_dept_1st .dept_1st_ttl {
	height: 42px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
	background: url(../../img/msnb_arrow.png) 100% 0 no-repeat transparent;
	border: 0;
	color: #444;
	overflow: hidden;
}
.msnb_list>li.list_open .dept_1st_ttl {
	border-bottom: 1px solid #dcdcdc;
}
.msnb_dept_1st .dept_1st_ttl.list_on {
	color: #ed1c24;
	background-position: 100% -42px;
}
.msnb_dept_1st.list_open .dept_1st_ttl {
	background-position: 100% -84px;
}
.msnb_dept_1st.list_open .dept_1st_ttl.list_on {
	background-position: 100% -126px;
}
.mdept_1st_list {
	padding: 10px 0;
	background-color: #f9f9fa;
}
.mdept_1st_list>li>a {
	position: relative;
	height: 22px;
	padding: 0 30px;
	line-height: 22px;
	color: #444;
	overflow: hidden;
}
.mdept_1st_list>li>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 2px;
	height: 2px;
	margin: -1px 0 0;
	background: #666668;
}
.mdept_1st_list .menu_on {
	color: #444;
	font-weight: bold;
}
.msnb_dept_2st .dept_2st_ttl {
	background: url(../../img/msnb_arrow_s.png) 100% 0 no-repeat transparent;
}
.msnb_dept_2st .dept_2st_ttl:hover {
	background-position: 100% -22px;
}
.msnb_dept_2st.list_open .dept_2st_ttl {
	background: url(../../img/msnb_arrow_s.png) 100% -44px no-repeat transparent;
}
.msnb_dept_2st.list_open .dept_2st_ttl:hover {
	background-position: 100% -66px;
}
.mdept_2st_list {
	margin-bottom: 5px;
}
.mdept_2st_list a {
	position: relative;
	height: 20px;
	padding: 0 15px 0 43px;
	line-height: 20px;
	color: #888;
	overflow: hidden;
}
.mdept_2st_list a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 31px;
	width: 4px;
	height: 1px;
	margin: -1px 0 0;
	background: #aaa;
}
/* 온라인 매뉴얼_contents */
.manual_content_area {
*zoom:1;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	min-width: 760px;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.manual_content_area:after {
	display: block;
	clear: both;
	content: '';
}
.img_area {
*zoom:1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 888;/*text-align: center;*/
}
.img_area:after {
	display: block;
	clear: both;
	content: '';
}
.img_area img {
/*border: 1px solid #ddd;*/
}


.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.modal-dialog {
    padding: 20px;
}

.modal-header, .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.modal-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.modal-body {
    margin-top: 10px;
    margin-bottom: 10px;
}

.close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

#twoFAChk {
    display: none; /* 모달 기본적으로 숨김 */
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.modal-body {
    padding: 20px;
}

.form-group {
    text-align: center;
    font-weight: bold; 
    font-size:17px; 
    text-align: center; 
    float: left !important;
}

.form-control {
    width: calc(70% - 30px);
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    width: 200px;
    height: 34px;
    padding : 8px;
    margin-right: 15px
}

.modal-btn {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 125px;
}

.modal-btn-primary {
    background-color: #ed1c24;
    color: white;
    margin-left:10px
}

.modal-btn-secondary {
    background-color: #6c757d;
    color: white;
    
}

.modal-content {
    background-color:  #fefefe;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #888;
    width: 400px; /* 모달 너비 */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}