﻿@charset "utf-8";
@import url("reset.css");
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #232323;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.5px;
}
/*메인*/
#wrap_m {
	width: 100%;
	height: 100%;
	/*min-width: 1280px;*/
	min-width: 1200px;
	padding-top: 100px;
	background: url(/pds/resource/images/main_bg.jpg) repeat-x top center;
	box-sizing: border-box;
}
#wrap_m_02 {
	width: 100%;
	height: 100%;
	/*min-width: 1280px;*/
	min-width: 1200px;
	padding-top: 250px;
	background: url(/pds/resource/images/main_bg.png) repeat-x top center;
 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(bg.png) repeat 0 0, url/resource/images/main_bg.png) repeat 0 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url(/pds/resource/images/main_bg.png) repeat 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.7))), url(/pds/resource/images/main_bg.png) repeat 0 0;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url(/pds/resource/images/main_bg.png) repeat 0 0;
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url(/pds/resource/images/main_bg.png) repeat 0 0;
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url(/pds/resource/images/main_bg.png) repeat 0 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url(/pds/resource/images/main_bg.png) repeat 0 0;
	box-sizing: border-box;
}
.login_wrap {
	width: 450px;
	margin: 0 auto;
	background: #fff;
	border-radius: 15px;
	padding: 30px 30px 25px 30px;
	box-sizing: border-box;
}
.login_wrap h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700
}
.id_box {
	margin-bottom: 15px;
}
.id_box label, .id_rem label {
	font-size: 16px;
	font-weight: 500;
}
.id_box input {
	width: 100%;
	height: 35px;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	margin-top: 5px;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 14px;
}
.id_box input:focus {
	outline: 2px solid #6467de;
}
.id_chbox {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	border: 1px solid #afafaf;
	border-radius: none;
}
.login_btn {
	margin: 25px 0 20px;
}
.login_btn a {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
.login_btn a:last-child {
	float: right;
}
.logint_footer {
	clear: both;
	padding-top: 15px;
}
.logint_footer p {
	padding-bottom: 15px;
}
.logint_footer p a {
	color: #4043cb
}
/*서브*/
#wrap {
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*min-width: 1280px;*/
	min-width: 1200px;
	padding-top: 30px;
	padding-bottom: 50px;
	float: left
}
#footer {
	width: 100%;
	/*min-width: 1280px;*/
	min-width: 1200px;
	margin-top: 30px;
	padding: 15px 30px;
	background: #333;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	box-sizing: border-box;
}
/*서브 해더*/
#header {
	width: 100%;
	/*min-width: 1280px;*/
	min-width: 1200px;
	height: 170px;
}
#header h1 {
	width: 100%;
	height: 33px;
	background: #08090d;
	float: left;
	padding: 12px 0 0 0px;
}
#header h1 a {
	color: #FFF;
	font-size: 18px;
	padding-left: 20px;
}
.lnb_wrap {
	width: 100%;
	display: inline-block;
	float: left;
	background: #22252f;
	height: 90px;
	color: #fff;
}
.my_btn {
	float: right;
	padding-right: 15px;
	padding-top: 25px;
}
.my_btn span {
	float: left;
	width: 65px;
	text-align: center
}
.my_btn span a {
	color: #868a97
}
.my_btn span a:hover {
	color: #898cfd
}
.lnb {
	/*min-width: 1280px;*/
	min-width: 1200px;
	height: 125px;
	/*margin: 0 auto;*/
  /*padding: 0 30px;*/
	box-sizing: border-box;
}

/*2019-07-25 추가*/
span.lnb_research {
	width: auto;
}
span.lnb_research a {
    padding-right: 20px;
    margin-right: 10px;
    height: 45px;
    line-height: 45px;
    padding-left: 50px;
    font-size: 17px;
    color: #FFF;
    background: url(/pds/resource/images/research_icon.png) no-repeat #1064bc 20px;
}
/*추가 끝*/

.lnb_sub {
	width: 100%;
	display: inline-block;
	background-color: #6467de;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #FFF
}
.lnb_sub span a {
	padding-left: 30px;padding-right:30px;
	float: left;
	color: #FFF;
	background: url(/pds/resource/images/icon_w.png) no-repeat 20px;
}
.lnb_sub span a.m_on {
	color: #fff17a
}

.lnb_sub_4dth {
	width: 100%;
	display: inline-block;
	background-color: #6467de;
	float: left;
	height: 110px;
	line-height: 35px;
	color: #FFF
}
.sub_2dth{float:left; height:110px; width:160px;}
.sub_2dth ul {padding-top:5px;}
.sub_2dth ul span {
	padding-left: 30px;line-height:28px;padding-right: 40px;
	float: left;
	color: #FFF;
	background: url(/pds/resource/images/icon_w.png) no-repeat 20px;
}
.sub_2dth ul li a {
	padding-left: 30px;line-height:22px;
	float: left; color:#bebfff;

}
.sub_2dth ul li.f_on a {
	color: #fff
}
.sub_2dth ul li a:hover {
	color: #fff
}
.lnb_sub_4dth span.m_on {
	color: #fff17a
}

/*.lnb a.menu_btn {
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
  background: url(/pds/resource/images/sub_icons.png) no-repeat 0 0;
  margin-top: 12px;
  margin-right: 30px;
}*/
.lnb a.menu_btn {
	display: inline-block;
	float: left;
	width: 75px;
	height: 40px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 30px 12px;
}
/*.lnb a.set_btn {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.lnb a.set_btn i {
  color: #fff;
  font-size: 20px;
}*/
.lnb a.set_btn {
	display: inline-block;
	float: right;
	width: 35px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	box-sizing: border-box;
}
.lnb a.set_btn i {
	color: #fff;
	font-size: 20px;
}
.set_choice ul {
	position: absolute;
	top: 40px;
	/*right: 30px;*/
	right: 0px;
	width: auto;
	background: #fff;
	border: 1px solid #c1c1c1;
	padding: 3px 0px;
}
.set_choice ul li {
	height: 27px;
	line-height: 27px;
	color: #232323;
}
.set_choice ul li a {
	display: block;
	padding: 0 15px;
}
.set_choice ul li:hover, .set_choice ul li.on {
	background: #001e62;
}
.set_choice ul li:hover a, .set_choice ul li.on a, .set_choice ul li:hover i {
	color: #fff;/*background: url(/pds/resource/images/sub_icons.png) no-repeat left 15px top -123px;*/
}
.set_choice ul li:first-child {
	text-align: center;
	height: 35px;
	font-size: 13px;
	/*padding: 0 10px;*/
	margin: 0 15px;
	line-height: 32px;
	color: #001e62;
	border-bottom: 1px solid #ccc
}
.set_choice ul li:first-child:hover {
	color: #232323;
	background: #fff;
}
.set_choice i {
	font-size: 14px;
	color: #232323;
	margin-right: 5px;
	vertical-align: middle;
}
.lnb .menu_list {
	display: inline-block;
	float: left;
	max-width: 1124px;
}
.lnb .menu_list li {
	float: left;
	width: 120px;
	color: #FFF;
	font-size: 14px;
}
.lnb .menu_list li.n01 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon01.png)no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n01 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n01_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon01.png)no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
.lnb .menu_list li.n02 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon02.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n02 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n02_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon02.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
.lnb .menu_list li.n03 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon03.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n03 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n03_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon03.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
.lnb .menu_list li.n04 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon04.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n04 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n04_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon04.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
.lnb .menu_list li.n05 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon05.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n05 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n05_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon05.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
.lnb .menu_list li.n06 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon06.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n06 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n06_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon06.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
.lnb .menu_list li.n07 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon07.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n07 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n07_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon07.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
.lnb .menu_list li.n08 a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon08.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	padding-top: 60px;
}
.lnb .menu_list li.n08 a:hover {
	background-color: #6467de;
}
.lnb .menu_list li.n08_on a {
	display: block;
	text-align: center;
	float: left;
	background: url(/pds/resource/images/lnb_icon08.png) no-repeat;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #6467de;
	padding-top: 60px;
}
ul.menu_2depth {
	position: absolute;
	top: 40px;
	left: 0;
	width: 127px;
	background: #fff;
	border: 1px solid #c1c1c1;
	padding: 3px 0;
}
.lnb ul.menu_2depth li {
	height: 27px;
	line-height: 27px;
}
.menu_2depth li a {
	display: block;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 20px top -51px;
	color: #4a4a4a;
	padding: 0 20px;
}
.lnb ul.menu_2depth li:hover, .menu_list .on {
	background: #1199ea;
}
.lnb .menu_list .on > a {
	color: #fff;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 20px top -68px;
}
.lnb ul.menu_2depth li:hover > a {
	color: #fff;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 20px top -68px;
}
.lnb ul.menu_3depth {
	position: absolute;
	top: 3px;
	left: 127px;
	width: 143px;
	border: 1px solid #c1c1c1;
	padding: 3px 0;
	background: #fff;
}
.lnb ul.menu_3depth a {
	color: #4a4a4a;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 20px top -51px;
}
ul.menu_4depth {
	position: absolute;
	top: 3px;
	left: 143px;
	width: 62px;
	border: 1px solid #c1c1c1;
	padding: 3px 0;
	background: #fff;
}
/*오른쪽 정렬*/
.lnb ul.m_right {
	right: 0;
	left: auto;
}
.lnb ul.m_rigth_3dep {
	right: 127px;
	left: auto;
}
.lnb ul.m_rigth_4dep {
	right: 143px;
	left: auto;
}
.lnb ul.m_right li a {
	background: url(/pds/resource/images/sub_icons.png) no-repeat left 20px top -86px;
	padding: 0 20px 0 33px;
}
.lnb ul.m_right li:hover > a {
	background: url(/pds/resource/images/sub_icons.png) no-repeat left 20px top -103px;
}
.lnb .menu_list .m_right .on > a {
	color: #fff;
	background: url(/pds/resource/images/sub_icons.png) no-repeat left 20px top -103px;
}
.lnb .menu_list li.no_bg a {
	background: none;
	padding: 0 20px;
}
.lnb ul.menu_2depth li.no_bg:hover a, .lnb ul.menu_2depth_right li.no_bg:hover a {
	background: none;
}
/*해더 높이(공통)*/
.lnb ul.menu_02 {
	top: 30px;
}
.lnb ul.menu_03 {
	top: 57px;
}
.lnb ul.menu_04 {
	top: 84px;
}
.lnb ul.menu_05 {
	top: 111px;
}
.lnb ul.menu_06 {
	top: 138px;
}
/*서브 해더02*/
.gnb_wrap {
	background: #333;
	color: #fff;
}
.gnb_wrap_02 {
	background: #296ca3;
	color: #fff;
}
.gnb_wrap_03 {
	background: #011045;
	color: #fff;
}
.gnb {
	/*min-width: 1280px;*/
	min-width: 1200px;
	height: 40px;
	padding: 0 30px;
	box-sizing: border-box;
}
.gnb h1 {
	display: inline-block;
	float: left;
	/*padding: 0 10px;*/
	margin-top: 10px;
}
.user_info {
	float: right;
	color: #fff;
}
.user_info li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 40px;
	font-weight: 600;
	background: url(/pds/resource/images/sub_icons.png)no-repeat 0 -337px;
}
.user_info li:first-child {
	background: none;
}
.user_info li a {
	color: #fff;
	font-weight: 500;
}
.lnb_wrap_02 {
	height: 35px;
	background: #001e62;
	color: #fff;
}
.lnb_02 {
	width: 1280px;
	height: 35px;
	/*margin: 0 auto;*/
	padding: 0 30px;
	box-sizing: border-box;
}
.lnb_02 a.menu_btn {
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 0;
	margin-top: 10px;
	margin-right: 10px;
}
.lnb_02 .menu_list {
	display: inline-block;
	float: left;
	max-width: 1124px;
}
.lnb_02 .menu_list > li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0 10px;
	line-height: 35px;
}
.lnb_02 .menu_list > li:hover, .lnb_02 .menu_list > li.on_1dep {
	background: #296ca3;
}
.lnb_02 .menu_list > li > a {
	display: block;
	color: #fff;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right -20px;
	padding-right: 15px;
}
.lnb_02 ul.menu_2depth li {
	height: 27px;
	line-height: 27px;
}
.lnb_02 ul.menu_2depth li:hover, .menu_list .on {
	background: #1199ea;
}
.lnb_02 .menu_list .on > a {
	color: #fff;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 20px top -68px;
}
.lnb_02 ul.menu_2depth li:hover > a {
	color: #fff;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 20px top -68px;
}
.lnb_02 ul.menu_3depth {
	position: absolute;
	top: 3px;
	left: 127px;
	width: 143px;
	border: 1px solid #c1c1c1;
	padding: 3px 0;
	background: #fff;
}
.lnb_02 ul.menu_3depth a {
	color: #4a4a4a;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 20px top -51px;
}
/*서브테이블*/
.h2_area {
	float: left;
	width: 100%;
	padding: 0 30px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	box-sizing: border-box;
}
.h2_area h2 {
	vertical-align: middle;
	padding-left: 20px;
	height: 17px;
	line-height: 17px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -16px;
	border-bottom: 1px solid #3c3e4b;
}
.h2_area h2 span {
	margin-left: 5px;position:relative;
	height: 17px;
	line-height: 17px;
}
.h2_area h2 span img {
	vertical-align: middle;
	line-height: 12px;
	padding-bottom: 3px;
}
.q_box {position:absolute; top:0;left:20px;z-index:15;width:100px; height:70px; background-color:#666; border-radius: 5px; color:#FFF; font-size:12px; line-height:17px; padding:10px; margin-left: 5px;}




.h2_area02 {
	float: left;
	width: 100%;
	padding: 0 30px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	box-sizing: border-box;
}
.h2_area02 h2 {
	overflow: hidden;
	vertical-align: middle;
	padding-left: 20px;
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	font-weight: 600;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -16px;
}
.h2_area02 h2 span {
	margin-left: 5px;
	height: 17px;
	line-height: 17px;
}
.h2_area02 h2 span img {
	vertical-align: middle;
	line-height: 12px;
	padding-bottom: 3px;
}
.tit_area {
	float: left;
	width: 100%;
}
.tit_area h3 {
	float: left;
	height: 24px;
	/*margin-left: 12px;*/
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 12px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -348px;
	font-size: 15px;
	font-weight: 600;
}
.tit_area h3 span {
	font-size: 13px;
	color: #49494d;
	padding-left: 5px;
}
.t_box { float:left;width:100%;padding-top:5px;padding-bottom:15px;}
.t_box_inner {background-color:#eaeaea; font-size:13px; line-height:25px;padding:20px;}

.btn_area {
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.pd10 {
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #ccc
}
.pd20 {
	padding-top: 10px;
}
.pd30 {
	padding-top: 20px;
}
.sch_area {
	float: left;
	width: 100%;
	padding: 10px 30px 10px 30px;
	box-sizing: border-box;
}
.input_area {
	overflow: hidden;
	height: auto;
	padding: 7px 5px;
	background-color: #f2f2f2;
}
.input_area dl {
	overflow: hidden;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.input_area dt {
	float: left;
	/*min-width: 50px;*/
	min-width: 50px;
	height: 28px;
	padding-right: 10px;
	text-align: right;
	font-size: 13px;
	line-height: 28px;
	font-weight: 600;
}
.input_area dd {
	float: left;
	height: 28px;
	line-height: 25px;
	min-width: 100px;
}
.input_area dd ul {
	width: 100%;
}
.input_area dd ul li {
	display: inline-block;
	margin-right: 7px;
}
.input_area input {
	/*margin: 0 5px 2px 0;*/
	margin: 0 3px 0 0
}
input {
	height: 18px;
	padding: 1px 5px;
	border: 1px solid #dedede;
	color: #666;
	line-height: 18px;
	vertical-align:middle;
}
input.input_box {
	width: 130px;
	padding-bottom: 2px;
	border: 1px solid #dedede;
}
input.date_input {
	width: 90px;
	padding-bottom: 2px;
	background: #fff url(/pds/resource/images/sub_icons.png) no-repeat right 5px top -193px;
	border: 1px solid #dedede;
}
input.date_input_disabled {
	width: 90px;
	padding-bottom: 2px;
	background: #dbdcde url(/pds/resource/images/sub_icons.png) no-repeat right 5px top -193px;
	border: 1px solid #dedede;
}
input.sch_input {
	width: 150px;
	padding-bottom: 2px;
	/*background: #fff url(/pds/resource/images/sub_icons.png) no-repeat right 5px top -217px;*/
	border: 1px solid #dedede;
	margin: 2px -1px 0px 0;
}
input.sch_input02 {
	width: 80px;
	padding-bottom: 2px;
	/*background: #fff url(/pds/resource/images/sub_icons.png) no-repeat right 5px top -217px;*/
	border: 1px solid #dedede;
	margin: 2px -1px 0px 0;
}
input.sch_input03 {
	width: 350px;
	height: 19px;
	/*background: #fff url(/pds/resource/images/sub_icons.png) no-repeat right 5px top -217px;*/
	border: 1px solid #dedede;
	margin: 2px -1px 0px 0;
}
.sch_input_btn {
	width: 23px;
	height: 23px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 4px top -217px;
	border: 1px solid #dedede;
	border-radius: 2px;
	vertical-align: middle;
	box-sizing: border-box;
}
.sch_input_btn_tb {
	width: 28px;
	height: 28px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 7px top -215px;
	border: 1px solid #dedede;
	border-radius: 2px;
	vertical-align: middle;
	box-sizing: border-box;
}
.table_register_02 .sch_input_btn {
	width: 28px;
	height: 28px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat right 7px top -215px;
	border: 1px solid #dedede;
	border-radius: 2px;
	vertical-align: middle;
	box-sizing: border-box;
}
input.rgs_input {
	background: #f0f0f0;
	border: 1px solid #dedede;
}
input.chbox {
	width: 15px;
	height: 15px;
	border-image: 1px solid #666;
}
select.sch_select {
	/*height: 26px;*/
	height: 23px;
	padding: 1px;
	border: 1px solid #dedede;
	color: #666;
	line-height: 20px;
	min-width: 50px;
}
select.sch_select_w100p {
	width: 100%;
}
/*input 간격 조절*/
.input_area dt.w160 {
	width: 160px;
}
.input_area dd.w200 {
	width: 200px;
}
.input_area dd.w300 {
	width: 300px;
}
.input_area dd.w135 {
	width: 135px;
}
/*서브 컨텐츠*/
#s_wrap {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#left50 {
	width: 50%;
	float: left;
}
.tbox01 {
	padding: 5px 30px 10px 30px;
	border-right: 1px solid #dedddd;
	min-height: 260px;
}
.tbox01 h3 {
	float: left;
	height: 20px;
	/*margin-left: 12px;*/
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 12px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -277px;
	font-size: 15px;
	font-weight: 600;
}
.tbox01 h3 span {
	float: right;
	padding: 2px 0px 0px 5px;
}
.board_table {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 100;
	color: #49494d;
	margin-bottom: 40px;
}
.board_table thead th {
	height: 35px;
	text-align: center;
	background: #ececee;
	vertical-align: middle;
	border-right: 1px solid #dedddd
}
.board_table .bdw {
	border-right: 1px solid #fff
}
.board_table tbody tr {
	border-bottom: 1px solid #bfbfcd;
}
.board_table tbody td {
	padding: 3px 7px;
	background: #fff;
	vertical-align: middle;
	border-right: 1px solid #dedddd
}
.board_table tbody.pl20 tr {
	padding-left: 20px;
	height: 35px;
	text-align: center
}
.board_table tbody td.txt_l {
	text-align: left;
	padding-left: 15px;
}
#right50 {
	width: 50%;
	float: right;
}
.tbox02 {
	padding: 5px 30px 10px 30px;
}
.tbox02 h3 {
	float: left;
	height: 20px;
	/*margin-left: 12px;*/
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 12px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -277px;
	font-size: 15px;
	font-weight: 600;
}
.tbox02 h3 span {
	float: right;
	padding: 2px 0px 0px 5px;
}
.section_inner {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 0 30px;
	margin-top: 20px;
	box-sizing: border-box;
}
.section_inner p {
	float: left
}
.section_inner p span {
	color: #6467de
}
.section_inner_pop {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 0 30px;
	margin-top: 10px;
	box-sizing: border-box;
}
.section_inner_pop p {
	float: left
}
.section_inner_pop p span {
	color: #6467de
}
.section_01 {
	float: left;
	width: 30%
}
.section_02 {
	float: left;
	width: 70%;
	padding-left: 20px;
	box-sizing: border-box;
}
.section_txt {
	font-size: 12px;
	line-height: 18px;
	color: #232323;
	margin-bottom: 12px;
}
.section_txt em {
	color: #f00;
}
.section_tab_wrap {
	padding-bottom: 10px;
}
.section_tab_wrap_02 {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}
.section_tab {
	/*float: left;*/
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #3b3e4a;
	box-sizing: border-box;
}
.section_tab li {
	width: 150px;
	height: 32px;
	float: left;
	border-bottom: 1px solid #3b3e4a;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	line-height: 32px;
	/*padding: 4px 0 0 30px;*/
	background: #f0f0f0;
	text-align: center;
	box-sizing: border-box;
}
.section_tab li:first-child {
	border-left: 1px solid #dedede;
}
.section_tab li a {
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.section_tab li.on, .section_tab li:hover {
	line-height: 32px;
	background: #3b3e4a;
	border-top: 1px solid #3b3e4a;
	border-right: 1px solid #3b3e4a;
	border-left: 1px solid #3b3e4a;
}
.section_tab li.on a, .section_tab li a:hover {
	color: #fff;
}
/*리스트*/
.table_border {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.table_list {
	width: 100%;
	/*display: inline-block;*/
	table-layout: fixed;
	border: 1px solid #d3d2e2
}
.table_list thead th {
	height: 40px;
	line-height: 40px;
	background-color: #d2d2e2;
	border: 1px solid #d3d2e2;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.table_list tbody tr td {
	height: 35px;
	line-height: 35px;
	color: #000;
	line-height: 21px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #d3d2e2;
	border-bottom: 1px solid #ececee
}
.table_list tbody tr.bgc {
	background-color: #ececee
}
.table_list tbody tr:hover {
	background: #f3f3f3
}
.table_list tbody tr.bgc:hover {
	background: #e6e6ec
}
.table_list tbody tr td.table_left {
	text-align: left;
	padding-left: 15px;
}
.table_list tbody tr td.table_left img {
	vertical-align: text-top;
	margin-left: 5px;
}
.table_reply a {
	background: url(/pds/resource/images/reply_icon.png)no-repeat 0 5px;
	background-size: 12px;
	padding-left: 20px;
	font-weight: bold;
}
.num, .sort, .writer, .date, .view, .file {
	width: 12%;
}
.mobile_info, .mobile_info_m {
	display: none;
}
.paginate {
	text-align: center;
	margin-top: 20px;
}
.paginate a {
	display: inline-block;
	padding: 5px 7px;
	font-size: 12px;
	line-height: 12px;
}
.paginate a.page_on {
	background: #6467de;
	color: #fff;
}
.btn_right {
	float: right;
	padding-top: 10px;
}
.btn_right span {
	text-align: center;
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #bcbcbc
}
.btn_right span a:hover {
	width: 60px;
	height: 30px;
	background-color: #e3e1e1
}
/*그리드영역*/
.grid_wrap {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.grid_wrap_02 {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.popup_grid_wrap {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
.list_info {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: right;
}
/*메뉴 셀렉박스*/
.menu_select {
	position: absolute;
	top: 8px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
}
/*테이블*/
.table_inner {
	padding: 0 30px;
}
.table_register {
	float: left;
	width: 100%;
	border-top: 1px solid #bfbfcd;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 100;
	color: #49494d;
}
.table_register thead tr {
	border-bottom: 1px solid #bfbfcd;
}
.table_register thead th {
	height: 35px;
	text-align: center;
	background: #ececee;
	vertical-align: middle;
}
.table_register tbody tr {
	border-bottom: 1px solid #bfbfcd;
}
.table_register tbody th {
	height: 35px;
	padding-left: 20px;
	background: #ececee;
	vertical-align: middle;
	text-align: left;
}
.table_register tbody td {
	padding: 3px 7px;
	background: #fff;
	vertical-align: middle;
}
.table_register tbody.pl20 tr {
	padding-left: 20px;
	height: 35px;
	text-align: center
}
.table_register th em {
	display: inline-block;
	width: 7px;
	height: 8px;
	margin-right: 5px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -324px;
}
.table_register th em.icon_a {
	display: inline-block;
	width: 7px;
	height: 8px;
	margin-right: 5px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -339px;
}
.table_register label {
	padding-right: 10px;
}
.t_note {
	line-height: 25px;
	resize: vertical;
	width: 100%;
	padding-left: 2px;
	padding-top: 2px;
}
.table_register_02 {
	width: 100%;
	border-top: 1px solid #232323;
	text-align: left;
	margin-top: 15px;
}
.table_register_02 tbody tr {
	border-bottom: 1px solid #232323;
}
.table_register_02 tbody th {
	height: 35px;
	padding-left: 25px;
	background: #296ca3;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}
.table_register_02 tbody td {
	padding: 3px 7px;
	background: #fff;
	vertical-align: middle;
	color: #232323;
	font-weight: bold;
}
.table_register_02 th em {
	display: inline-block;
	width: 7px;
	height: 8px;
	margin-right: 2px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -324px;
}
.tb_select02 {
	width: 48%;
	height: 28px;
	padding: 2px 5px;
	padding-left: 5px;
	margin-right: 5px;
	border: 1px solid #dedede;
	color: #666;
	box-sizing: border-box;
	vertical-align: middle;
	float: left
}
.tb_select03 {
	width: 20%;
	height: 28px;
	padding: 2px 5px;
	padding-left: 5px;
	margin-right: 5px;
	border: 1px solid #dedede;
	color: #666;
	box-sizing: border-box;
	vertical-align: middle;
	float: left
}
.tb_input, .tb_select, .tb_sch, .tb_select_02 {
	width: 100%;
	height: 28px;
	padding: 2px 5px;
	padding-left: 5px;
	border: 1px solid #dedede;
	color: #666;
	/*color: red;*/
  /*color: #232323;*/
	box-sizing: border-box;
	vertical-align: middle;
}
.input_disabled {background-color:#dbdcde}


.table_register_02 input::-webkit-input-placeholder {
 color: #000;
 font-weight: bold;
}
.table_register_02 input::-moz-placeholder {
 color: #000;
 font-weight: bold;
}
.table_register_02 input::-ms-input-placeholder {
 color: #000;
 font-weight: bold;
}
.table_register_02 .tb_input, .table_register_02 .tb_select, .table_register_02 .tb_sch, .table_register_02 .sch_input, .table_register_02 .tb_select_02 {
	color: #000;
	font-weight: bold;
}
.tb_select {
	width: 100%;
	height: 28px;
}
.tb_select_02 {
	width: 32.7%;
}
.tb_sch {
	width: 120px;/*background:#fff url(/pds/resource/images/sub_icons.png) no-repeat right 5px top -213px;*/
}
input.tb_input_w80 {
	width: 80px;
}
input.tb_input_w120 {
	width: 120px;
}
input.tb_input_w49p {
	width: 49.5%;
}
input.tb_input_w77p {
	width: 77.3%;
}
/*팝업 테이블*/
.table_inner_pop {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.table_inner_pop .table_register_pop {
	margin-top: 0;
}
/*팝업*/
.layerpopup {
	  width:700px;
      height:700px;
	  margin: 0 auto;
	  }
.pw_box {display:inline-block;border:5px solid #e7e5ea;
padding:40px; text-align:center; font-size:14px; line-height:32px;}	  
	  
.pw_box p {width:100%;  text-align:center; padding-bottom:10px}	  

.popup_top {
	padding-top: 30px;
}
.h1_area {
	float: left;
	width: 100%;
	padding: 0 30px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	box-sizing: border-box;
}
.h1_area h1 {
	overflow: hidden;
	vertical-align: middle;
	padding-left: 20px;
	height: 17px;
	line-height: 17px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -16px;
	border-bottom: 1px solid #3c3e4b;
}
.h1_area h1 span {
	margin-left: 5px;
	height: 17px;
	line-height: 17px;
}
.h1_area h1 span img {
	vertical-align: middle;
	line-height: 12px;
	padding-bottom: 3px;
}
.popup_cont {
	float: left;
	width: 100%;
	min-width: 600px;
}
.pop_sch_area, .pop_sch_area_02 {
	overflow: hidden;
	height: auto;
	padding: 12px 20px;
	background: #f2f2f2;
	margin: 10px 30px;
}
.pop_sch_area dl, .pop_sch_area_02 dl {
	overflow: hidden;
	height: auto;
}
.pop_sch_area dt {
	float: left;
	height: 28px;
	padding-right: 10px;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	line-height: 28px;
}
.pop_sch_area dt.pd30 {
	padding-left: 30px;
}
.pop_sch_area_02 dt {
	float: left;
	min-width: 90px;
	height: 28px;
	padding-right: 10px;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	line-height: 28px;
}
.pop_sch_area dd, .pop_sch_area_02 dd {
	float: left;
	height: 28px;
	line-height: 26px;
}
.input_area dd ul, .pop_sch_area_02 dd ul {
	width: 100%;
}
.pop_sch_area dd ul li, .pop_sch_area_02dd ul li {
	display: inline-block;
	margin-right: 7px;
}
.pop_sch_area input, .pop_sch_area_02 input {
	/* margin: 0 5px 2px 0;
  vertical-align:-webkit-baseline-middle;*/
	margin: 0px 5px 0 0;
}
.pop_sch_area input[type=text], .pop_sch_area_02 input[type=text] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.btn_pop_sch_area {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}
.btn_pop_sch_area02 {
	float: right;
	padding-top: 0px;
	right: 20px;
}
/*팝업 input 간격 조절*/
.pop_sch_area dd.w230, .pop_sch_area_02 dd.w230 {
	width: 230px;
}
.pop_sch_area dd.w110, .pop_sch_area_02 dd.w110 {
	width: 110px;
}
/*팝업 셀렉트박스_체크*/
.sel_check {
	width: 100%;
	height: 24px;
	border: 1px solid #dedede;
	background: #fff;
	color: #666;
	line-height: 20px;
	text-align: left;
}
.sel_check td {
	width: 100%;
	padding-left: 5px;
}
input.sel_check_btn {
	float: right;
	margin: 0;
	background: #fff;
	border: none;
}
.sel_check_list_wrap {
	position: absolute;
	visibility: hidden;
	width: 560px;
}
.sel_check_list_wrap_02 {
	width: 100%;
	display: none;
}
.sel_check_list {
	width: 100%;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
}
.sel_check_list li {
	/*padding-left: 5px;*/
	line-height: 20px;
	font-size: 11px;
}
.pop_txt {
	font-size: 12px;
	margin-bottom: 5px;
}
/*버튼*/
.btn_sch_area {
	float: left;
	text-align: right;
	width: 100%;
	right: 30px;
	padding-bottom: 10px;
}
.btn_sch_area_01 {
	float: left;
	right: 30px;
	margin-top: 5px;
	display: inline-table;
	text-align: right;
}
.btn_sch_area_02 {
	float: right;
	right: 30px;
	display: inline-table;
	text-align: right;
}
.btn_sch_area_03 {
	position: absolute;
	top: -40px;
	right: 30px;
}
.btn_sch_area_05 {
	text-align:center;

	
}
a.btn {
	display: inline-block;
	border-radius: 2px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
a.btn_m {
	height: 23px;
	padding: 0 10px;
	margin-left: 2px;
	border: 1px solid #ccc;
	background: #ececec;
	border-radius: 2px;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
a.btn_m:hover {
	background: #f9f9f9;
}
a.btn_c {
	height: 34px;
	width: 165px;
	padding: 0 23px;
	margin-right: 17px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #ececec;
	border-radius: 3px;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
a.btn_c:hover {
	background: #e1e1e1;
}
a.btn_p {
	height: 34px;
	width: 165px;
	padding: 0 23px;
	margin: 8px;
	border: 1px solid #ccc;
	background: #ececec;
	border-radius: 3px;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
a.btn_p:hover {
	background: #e1e1e1;
}
a.btn_mm {
	height: 22px;
	padding: 2px 12px 2px;
	font-size: 12px;
	line-height: 22px;
	vertical-align: middle;
}
a.btn_ss {
	height: 18px;
	padding: 2px 10px 2px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	vertical-align: middle;
}
a.btn_mm_dg {
	height: 25px;
	padding: 0 10px;
	margin-left: 2px;
	background: #888;
	color: #fff;
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
a.btn_m_blue {
	border: 1px solid #3639b4;
	background: #6467de;
	color: #fff;
}
a.btn_m_blue:hover {
	background: #7276f3;
}
a.btn_m_grey {
	border: 1px solid #888;
	background: #999;
	color: #fff;
}
a.btn_m_grey:hover {
	background: #aaa;
}
a.btn_m_darkgrey {
	border: 1px solid #666;
	background: #777;
	color: #fff;
}
a.btn_m_darkgrey:hover {
	background: #888;
}
a.btn_m_green {
	border: 1px solid #024514;
	background: #074e19;
	color: #fff;
}
a.btn_m_green:hover {
	background: #0b6b25;
}
.btn_sch {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons.png) no-repeat 0 2px;
}
.btn_sch_w {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons_w.png) no-repeat 0 2px;
}
.btn_close {
	width: 13px;
	height: 13px;
	padding-left: 18px;
	background: url(/pds/resource/images/btn_icons_w.png) no-repeat 0 -82px;
}
.btn_register {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons.png) no-repeat 0 -27px;
}
.btn_register_w {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons_w.png) no-repeat 0 -27px;
}
.btn_ini {
	width: 13px;
	height: 13px;
	padding-left: 17px;
	background: url(/pds/resource/images/btn_icons.png) no-repeat 0 -152px;
}
.btn_ini_02 {
	width: 13px;
	height: 13px;
	padding-left: 17px;
	background: url(/pds/resource/images/btn_icons_w.png) no-repeat 0 -153px;
}
.btn_pdf {
	width: 14px;
	height: 14px;
	padding-left: 20px;
	background: url(/pds/resource/images/pdf_icon.png) no-repeat 0px;
}
.btn_add {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons.png) no-repeat 0 -67px;
}
.btn_adjust {
	width: 13px;
	height: 13px;
	padding-left: 18px;
	background: url(/pds/resource/images/btn_icons_2.png) no-repeat 0 0px;
}
.btn_adjust_w {
	width: 13px;
	height: 13px;
	padding-left: 18px;
	background: url(/pds/resource/images/btn_icons_2_w.png) no-repeat 0 0px;
}
.btn_del {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons_2.png) no-repeat 0 -45px;
}
.btn_del_w {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons_2_w.png) no-repeat 0 -45px;
}
.btn_back {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons.png) no-repeat 0 -55px;
}
.btn_print {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons.png) no-repeat 0 -223px;
}
.btn_print_w {
	width: 13px;
	height: 13px;
	padding-left: 17px;
	background: url(/pds/resource/images/btn_icons_w.png) no-repeat 0 -223px;
}
.btn_list {
	width: 13px;
	height: 13px;
	padding-left: 15px;
	background: url(/pds/resource/images/btn_icons.png) no-repeat 0 -124px;
}
.btn_wide {
	width: 16px;
	height: 30px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -297px;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: 5px;
}
a.btn_blue {
	background: #6467de;
}
a.btn_gray {
	background: #808080;
}
a.btn_gray02 {
	background: #a8a8b0;
}
a.btn_darkgray {
	background: #8e8f9d;
}
.i_icon {
	display: inline-block;
	position: absolute;
	top: 15px;
	margin-left: 10px;
}
a.i_icon_btn {
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.i_icon_txt {
	position: absolute;
	left: 20px;
	z-index: 15;
	width: 170px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #cd1717
}
.i_icon_txt p {
	font-weight: 600;
	margin-bottom: 3px;
}
/*2017.11.24 har추가*/
.mt_55 {
	margin-top: 55px;
}
.mt_49 {
	margin-top: 49px;
}
/*2017.12.05 har추가 */
.lnb_arrow {
	display: inline-block;
	float: right;
	width: 70px;
	height: 22px;
	/*padding-right: 20px;*/
	padding-right: 70px;
	padding-top: 10px;
}
.lnb_arrow a, .lnb_arrow_02 a {
	display: inline-block;
	float: left;
	width: 35px;
	height: 100%;
	text-indent: -9999px;
	/*background: #296ca3;*/
	box-sizing: border-box;
}
.lnb_arrow a.lnb_arrow_left {
	background: url(/pds/resource/images/lnb_arrow_icon.png) no-repeat center 2px;/*border-right: 1px solid #fff;*/
}
.lnb_arrow a.lnb_arrow_right {
	background: url(/pds/resource/images/lnb_arrow_icon.png) no-repeat center -22px;
}
.lnb_arrow_02 {
	display: inline-block;
	float: right;
	width: 70px;
	height: 22px;
	/*padding-right: 25px;*/
	padding-right: 127px;
	padding-top: 8px;
}
.lnb_arrow_02 a.lnb_arrow_left {
	background: url(/pds/resource/images/lnb_arrow_icon_02.png) no-repeat center 2px;/*border-right: 1px solid #fff;*/
}
.lnb_arrow_02 a.lnb_arrow_right {
	background: url(/pds/resource/images/lnb_arrow_icon_02.png) no-repeat center -28px;
}
.settings_wrap {
	position: absolute;
	/*right: 30px;*/
	right: 21px
}
.home_wrap {
	position: absolute;
	/*right: 30px;*/
	right: 56px
}
.sitemap_wrap {
	position: absolute;
	/*right: 30px;*/
	right: 92px
}
.con_dashboard {
	/*display: inline-block;*/
	min-height: 780px;
	background: url(/pds/resource/images/dashboard_logo.png) no-repeat center center;
}
.user_choice li.choice_line {
	line-height: 1px;
	height: 1px;
	background: #dedede;
	margin: 0px 10px;
}
/*table text 추가*/
.section_txt_02 {
	font-size: 12px;
	line-height: 18px;
	color: #232323;/*margin-bottom: 20px;*/
}
.section_txt_02 em {
	color: #00f;
}
/*2017.12.20 har추가 */
.btn_sch_area_04 {
	position: absolute;
	right: 30px;
	top: -3px;
}
.section_txt_03 {
	position: absolute;
	top: 13px;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #232323;
	margin-left: 10px;
}
.tb_span_wrap {
	display: inline-block;/*border: 2px solid #001e62;*//*border-left: 2px solid #001e62;*/
}
.tb_span {
}
.tb_span span {
	display: inline-block;
	float: left;
	width: 80px;
	padding: 0 5px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
/*2018.01.02 har추가 */
.sch_area_file {
	height: auto;/*padding-top: 35px;*/
}
.mt_35 {
	margin-top: 35px;
	right: 0;
}
/*2018.01.04 har추가 */
/*에러페이지*/
.con_error_page {
	min-height: 780px;
}
.error_box {
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
}
.error_tit {
	border-bottom: 1px solid #232323;
	padding-bottom: 20px;
	color: #e20202;
}
.error_tit p {
	margin-bottom: 5px;
	font-size: 45px;
	line-height: 45px;
	font-weight: bold
}
.error_tit span {
	font-size: 25px;
	line-height: 25px;
}
p.error_500 {
	background: url(/pds/resource/images/error_500.png)no-repeat 0 3px;
	padding-left: 50px;
}
.error_con {
	font-size: 17px;
	padding: 30px 0;
}
.error_con_txt {
}
.error_con a.error_btn {
	margin-top: 40px;
	color: #0a1d61;
	font-weight: bold;
	text-decoration: underline;
}
/*2018.01.22 har추가 */
div.div_wrap {
	display: inline-block;
}
/*2018.01.25 har추가 */
.lnb_wrap_red {
	/*background: #b72f2f;*/
	background: #c4090c;
	height: 40px;
	color: #fff;
}
/*2018.01.30 추가*/
/*Daily Sales*/
/*type1*/
.dashboard_wrap {
	width: 100%;
	float: left;/*margin-top: 15px;*/
}
.dashboard_wrap .dashboard_box {
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #c1c1c1;
}
.dashboard_wrap .dashboard_box:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.dashboard_wrap .dash_box {
	position: relative;
	float: left;
	max-width: 1200px;
	min-width: 1200px;
}
.dashboard_wrap .dash_box:last-child {
	margin-bottom: 0;
}
.dashboard_wrap .dash_box_02 {
	display: inline-block;
	width: 100%;/*  border: 1px solid #c1c1c1;
  padding: 10px;*/
}
.dashboard_wrap .right_line {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #c1c1c1;
	box-sizing: border-box;
}
.dashboard_wrap .right_line_02 {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dashed #c1c1c1;
	box-sizing: border-box;
}
.dashboard_wrap .dash_tit {
	padding-left: 13px;
	margin-bottom: 5px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -378px;
	font-size: 15px;
	font-weight: bold;
}
.dashboard_wrap .dash_tit_02 {
	padding-left: 10px;
	margin-bottom: 5px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -408px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.dashboard_wrap .dash_graph_wrap {
	float: left;
	/*width: 185px;*/
  /*width: 194px;*/
	margin-right: 10px;
}
.dashboard_wrap .dash_graph_wrap:last-child {
	margin-right: 0;
}
.dashboard_wrap .dash_graph {
	width: 171px;
	height: 200px;/*background: black;*//*border: 1px dashed #c1c1c1; */
}
.dashboard_wrap .dash_graph_n {
	width: 191px;
	height: 200px;/*background: black;*//*border: 1px dashed #c1c1c1; */
}
.dashboard_wrap .dash_graph_wrap_02 {
	float: left;
	width: 100%
}
.dashboard_wrap .dash_graph_02 {
	width: 100%;
	height: 200px;/*background: black;*/
}
.dashboard_wrap .dash_graph_03 {
	width: 229px;
	height: 250px;/*background: black;*/
}
.dashboard_wrap .dash_graph_wrap_big {
	position: relative;
	float: left;/*margin-right: 10px;*/
}
.dashboard_wrap .dash_graph_s {
	width: 145px;
	height: 200px;/*background: black;*/
}
/*.dashboard_wrap .graph_big{
  margin-bottom: 46px;
}*/
.dashboard_wrap .graph_big_mb {
	margin-bottom: 15px;
	display: inline-block;
}
.dashboard_wrap .graph_big:last-child {
	margin-bottom: 0;
}
.dashboard_wrap .dash_graph_big {
	/*position: relative;*/
	width: 455px;
	height: 200px;/*background: black;*//*border: 1px dashed #c1c1c1*/
}
.dashboard_wrap .dash_graph_big_02 {
	width: 385px;
	height: 471px;/*background: black;*//*border: 1px dashed #c1c1c1*/
}
.dashboard_wrap .dash_con, .dashboard_wrap .dash_con_02 {
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
	font-weight: bold;/*margin-bottom: 10px*/
}
.dashboard_wrap .dash_con_02 {
	width: 200px;
	float: left;
}
.dashboard_wrap .dash_board {
	position: relative;
	display: inline-block;
	float: left;
}
.dashboard_wrap .dash_board_02 {
	position: relative;
	display: inline-block;
	width: 714px;
	float: left;/*padding-left: 10px;*/
}
.dash_board_wrap {
	position: relative;
	display: inline-block;
	width: 724px;
	text-align: center;
}
.dashboard_wrap .dash_board_03 {
	display: inline-block;
	width: 593px;
}
.dashboard_wrap .dash_board_04 {
	display: inline-block;/*width: 593px;*/
}
.dashboard_wrap .dash_mt {
	margin-top: 15px;
}
.dashboard_wrap .dash_line_r {
	border-right: 1px solid #c1c1c1;
	/*height: 537px;*/
	padding-right: 1px solid #c1c1c1;
}
.dashboard_wrap .dash_line_r_02 {
	border-right: 1px solid #c1c1c1;
	padding-right: 9px;/*margin-right: 10px;*/
}
.dashboard_wrap .dash_line_b {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.dashboard_wrap .dash_pr {
	padding-right: 10px;
}
.dashboard_wrap .dash_ml {
	margin-left: 10px;
}
.dashboard_wrap .dash_mr {
	margin-right: 10px;
}
/*type2*/
.dashboard_wrap_02 {
	width: 100%;
	float: left;/*margin-top: 15px;*/
}
.dashboard_wrap_02 .dashboard_box {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
}
.dashboard_wrap_02 .dashboard_box_02 {
	display: inline-block;
	float: left;
	padding: 10px;
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
}
.dashboard_wrap_02 .dashboard_box_02:last-child {
	margin-right: 0;
}
.dashboard_wrap_02 .dash_box_wrap {
	display: inline-block;
	margin-right: 10px;
	max-width: 1200px;
}
.dashboard_wrap_02 .dash_box_wrap:last-child {
	margin-right: 0
}
.dashboard_wrap_02 .dash_box {
	float: left;
	border: 1px dashed #c1c1c1;
	padding: 10px;
	margin-right: 10px;
	box-sizing: border-box;
}
.dashboard_wrap_02 .dash_box:last-child {
	margin-right: 0;
}
.dashboard_wrap_02 .dash_box_mb {
	margin-bottom: 10px
}
.dashboard_wrap_02 .dash_box_02 {
	display: inline-block;/*  border: 1px solid #c1c1c1;
  padding: 10px;*/
}
.dashboard_wrap_02 .right_line {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #c1c1c1;
	box-sizing: border-box;
}
.dashboard_wrap_02 .right_line_02 {
	/*padding-right: 15px;*/
	margin-right: 10px;/*border-right: 1px dashed #c1c1c1 ;*//*box-sizing: border-box;*/
}
.dashboard_wrap_02 .dash_tit {
	padding-left: 13px;
	margin-bottom: 10px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -378px;
	font-size: 15px;
	font-weight: bold;
}
.dashboard_wrap_02 .dash_tit_02 {
	padding-left: 10px;
	margin-bottom: 5px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -408px;
	font-size: 14px;
	font-weight: bold;
}
.dashboard_wrap_02 .dash_graph_wrap {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.dashboard_wrap_02 .dash_graph_wrap_big {
	float: left;
	width: 360px;/*margin-right: 10px;*/
}
.dashboard_wrap_02 .dash_graph_wrap:last-child {
	margin-right: 0;
}
.dashboard_wrap_02 .dash_graph_wrap_02 {
	float: left;
	width: 180px;
}
.dashboard_wrap_02 .dash_graph {
	height: 200px;/*background: black;*/
}
.dashboard_wrap_02 .dash_graph_big {
	height: 483px;/*background: black;*/
}
.dashboard_wrap_02 .dash_con {
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}
/*소제목 추가*/
.sub_tit {
	display: inline-block;
	float: left;
	padding-left: 10px;
	background: url(/pds/resource/images/sub_icons.png) no-repeat 0 -408px;
	font-size: 14px;
	font-weight: bold;
}
/*Inventory*/
.inventory_box {
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-top: 15px;
}
.inventory_left, .inventory_right {
	display: inline-block;
	float: left;
	width: 49.5%;
	border: 1px solid #c1c1c1;
	padding: 10px;
	box-sizing: border-box;
}
.inventory_left {
	margin-right: 1%;
}
.inventory_graph_wrap {
	float: left;
	/*width: 141px;*/
	margin-right: 10px;
}
.inventory_graph_wrap:last-child {
	margin-right: 0;
}
.inventory_graph {
	width: 140px;
	height: 200px;/*background: black;*/
}
.inventory_explain {
	font-size: 13px;
	margin-bottom: 7px;/*font-weight: bold;*/
}
/*KPI'S*/
.kpi_box {
	display: inline-block;
	float: left;
	width: 100%;
	/*padding-bottom: 15px;*/
	margin-top: 15px;
}
.kpi_box_02 {
	float: left;
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.kpi_box_02:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.kpi_graph_wrap {
	float: left;
	/*width: 123px;*/
	margin-right: 10px;
}
.dashboard_wrap .kpi_graph {
	width: 123px;
	height: 200px;/*background: black;*//*border: 1px dashed #c1c1c1; */
}
/*차트 단위 추가*/
.chart_top {
	position: absolute;
	top: 0;
	right: 0;
}
.chart_wrap {
	margin-top: 25px;
}
.chart_unit {
	display: inline-block;
	float: right;
	max-width: 1200px;
	/*text-align: right;*/
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*2018-03-08 추가*/
.chart_top_02 {
	position: absolute;
	top: 25px;
	right: 0;
}
.chart_wrap_02 {
	padding-top: 50px;
}
/*차트 범례 추가*/
.chart_legend {
	display: inline-block;
	float: right;
	max-width: 1200px;
	text-align: right;
	font-size: 13px;
	margin-bottom: 5px;
}
.chart_legend li {
	float: left;
	margin-right: 5px;
}
.chart_legend li:last-child {
	margin-right: 0;
}
.legend {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	border: 1px solid #dedede;
	vertical-align: middle;
}
.g_01 {
	background: #8cd88f
}
.g_02 {
	background: #77b19d
}
.g_03 {
	background: #3d8b35
}
.g_04 {
	background: #39ad8b
}
.p_01 {
	background: #cd8cc6
}
.p_02 {
	background: #8f57a2
}
.p_03 {
	background: #473c74
}
.p_04 {
	background: #948bc2
}
.o_01 {
	background: #ffdb6f
}
.o_02 {
	background: #ffb432
}
.o_03 {
	background: #ff7916
}
.b_01 {
	background: #85b3e4
}
.b_02 {
	background: #3776ac
}
.b_03 {
	background: #59c2d5
}
/*버튼추가*/
.btn_new {
	width: 84px;
	height: 55px;
	font-size: 14px;
	background-image: -webkit-linear-gradient(90deg, #b3c0d4 0%, #ecf4fe 100%);
	background-color: #268775;
	/*color: #fff; */
	border: 1px solid #dedede;
	border-radius: 4px;
}
/*데이터 조회기준일시 추가*/
.update_date {
	position: absolute;
	right: 30px;
	top: 0;
	font-size: 13px;
}
/*2018-03-08추가*/
.mt_6 {
	margin-top: 6px;
}


/*# sourceMappingURL=style.css.map */


/*20240429 엑셀팝업 추가*/
.dim{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;opacity:0.5; z-index:10;display:none;}
.excel_popup {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);width:400px;background:#fff;z-index:1000; padding:25px 25px 20px; border:1px solid #6467de; }
.excel_popup .ment{line-height:150%;}
.excel_popup .btnpart{border-top:1px solid #dfdfdf; padding:15px 0 0 0 ; text-align:center;margin-top:15px;}
