@charset "utf-8";


/***********레이아웃***********/

/***********로그인***********/

#wrapper01 {
   min-width: 1200px;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0) url("/images/bg_login01.png")repeat scroll left top;
   background-size: 100%;
   position: relative;
}

#wrap01 {
   background: rgba(0, 0, 0, 0) url("/images/bg_login02.png")no-repeat scroll left 160px;
   width: 848px;
   height: 548px;
   padding-top: 185px;
   margin : 0 auto;
	
}

.login_area {
  margin-top: 335px;
  padding-left: 270px;
  position: relative;
}

.login_area p {
	color: #ec3b3b;
	position: absolute;
	top: -30px;
	font-size: 14px;
}

.login_area fieldset input {
  border: none;
  height: 40px;
  width: 220px;
  font-size: 16px;
  background-color:#fff;
}


.login_area  fieldset {
 width: 220px;
 margin-right: 10px;
}
.idpw a {
    background-color: #e83d44;
    color: #fff;
	font-weight: bold;
    display: block;
    height: 92px;
    line-height: 87px;
    text-align: center;
    text-decoration: none;
    width: 92px;
	overflow: hidden;
	font-size: 16px;
}

.idpw a:hover {
    background-color: #ac1a20;   
}


/*---------------------- top -------------------*/

#wrap_main {
	min-width: 1000px;
}

#top {
	width: 100%;
	height: 60px;
	background: #d8271c url("/images/bg_top.png") 0px 0px no-repeat; /* #3467da 수정*/
	position: relative;
}

.top_logo {
	padding: 15px 0 0 20px;
}


.top_user_area {
	position: absolute;
	top:15px;
	right: 40px;
	color: #fff;
	font-size: 16px;
}

.top_user_area a {
	color: #fff ;
	font-size: 16px;
}

/*---------------------- side Menu -------------------*/


/*
  Menu
*/
.slide-menu__nav {width:200px; }

nav#slide-menu {
  position: fixed;
  top: 60px;
  left: -80px; 
  bottom: 0; 
  display: block; 
  float: left; 
  width: 100%; 
  max-width: 200px;
  height: calc(100% - 60px);
  overflow: auto;
  max-height:100%;
  opacity: 0;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  background: #323232;
  color: #353d46;
}

#nav {background:#414141; }
		
#nav li ul {display:none;}


#nav li ul li a {
	text-indent:0;
	border-bottom: 1px solid #373737;
}

#nav li a {
	display:block; 
	padding:20px 0 22px 20px; 
	text-decoration:none; 
	color:#fff;
	font-size: 17px;
	background:url("/images/bg_menu_off.png")no-repeat 165px 26px ;
	border-bottom: 1px solid #272727;
}

#nav li a:hover {
	font-weight:bold;
	background-color:#ff8a00; /*#39667f*/
	}

#nav li a.stay {background-image:none !important;}

#nav li ul li a {
	padding:13px 0 15px 46px; 
	margin-left:-17px; 
	color: #fff;
	font-size: 15px;
	background:#4e4e4e url("/images/bulet.gif") 38px 20px no-repeat; 
}

#nav li ul li a:hover {
	background-color:#ff6600; /*528bab*/
}

#nav li ul li .smenu_on {
	background-color:#ff6600; /*528bab*/
	font-weight: bold;
}

#nav li .active {
	background:#ff8a00 url("/images/bg_menu_off.png") no-repeat 165px 26px !important; /*#39667f */
	font-weight:bold;
	color: #fff;
}

#nav:fisrt-child li .active {
	background:none; 
	background-color:#528bab !important;
	font-weight:bold;
	color: #fff;
}





body.menu-active nav#slide-menu {
  left: 0px;
  opacity: 1;
}

body.menu-active nav#slide-menu div ul {
  left: 0px;
  opacity: 1;
}


/*  Content  */
div#content {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  padding-bottom: 20px;
  margin-left: 0px;
  overflow: auto;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div#content div.menu-trigger {
  position:fixed;
  top:400px;
  left:0px;
  width: 20px;
  height: 80px;
  background: #979088;
  cursor: pointer;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}

div#content div.menu-trigger:before {
  content: '\2771';
  font-size: 18pt;
  display: inline-block;
  width: 20px;
  height: 80px;
  color: white;
  text-align: center;
  text-transform: none;
  line-height: 76px;
}

div#content div.menu-trigger:hover {
  background: #D8271C;
  content: '\2771';
}
div#content div.menu-trigger:hover:before {
  color: #fcfeff;  
   content: '\2771';
}


body.menu-active div#content {
  left: 200px; width: calc(100% - 200px);
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}

body.menu-active div#content .menu-trigger {
  left: 200px;
}
body.menu-active div#content div.menu-trigger:before {
  content: '\2770';
  font-size: 18pt;
  display: inline-block;
  width: 20px;
  height: 80px;
  color: white;
  text-align: center;
  text-transform: none;
  line-height: 76px;
}


.content_area {
	min-width: 800px;
	padding-bottom: 30px;
}

/* 20181121 추가*/
/* 다른 화면 깨짐 현상 */
/* .content_area div {
	overflow: auto;
} */ 

.main_title {
	position: relative;
	height: 60px;
	padding-left: 40px;
	background-color: #e4e4e4;
	position: relative;
}

.main_title h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 58px;
	float: left;
}

.main_title_right {
	position: absolute;
	right: 0;
	top:0;
}

.main_stitle {
	padding-top: 7px; /*20181121 추가*/
	position: relative;
}
/* .main_stitle {
	position: relative;
} */

.main_stitle h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #414141;
	padding-bottom: 7px;
}

.btn_title_area {
	position: absolute;
	right: 0px;
	bottom : 10px;
}

.main_sstitle {
	position: relative;
}

.main_sstitle h4 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #414141;
	padding-bottom: 7px;
}

.main_sstitle02 h3 {
	font-size: 16px;
	font-weight: bold;
}



/* main_dash01 */

.main_dash01 {
	width:60%; 
	float:left;
}

.main_dash02 {
	width:40%;
	float:left;
}

/* main_dash01_con01 */
.main_dash01_con01 {
	background-color: #eaeaea;
	border-radius: 5px;
	text-align: center;
	height: 130px;
}

.main_dash01_con01 dl dt {
	padding-top: 23px;
	font-size: 18px;
}

.main_dash01_con01 dl dd {
	padding-top: 5px;
	font-size: 50px;
}

/* main_dash01_con02 */
.main_dash01_con02 {
	background-color: #eaeaea;
	border-radius: 5px;
	text-align: center;
	height: 90px;
	margin: 0 auto;
}

.main_dash01_con02 p {
	font-size: 18px;
	line-height: 65px;
}

.main_dash01_con02 p span {
	font-size: 60px;
	padding-top: 10px;
	vertical-align: bottom;
	margin-left: 20px;
}

/* main_dash01_con03 */
.main_dash01_con03 ul {
	margin: 0 10px 0 20px;
}

.main_dash01_con03 ul li {
	line-height: 2;
	font-size: 15px;
	list-style: none;
}

.main_dash01_con03 ul li img {
	vertical-align: sub;
	margin-right: 5px;
}

.main_dash01_con03 ul li span {
	float:right;
}

/* main_dash01_con04  2018.06.07 추가*/
.main_dash01_con04 {
	background-color: #eaeaea;
	border-radius: 5px;
	text-align: center;
	height: 158px;
}

.main_dash01_con04 dl dt {
	padding-top: 37px;
	font-size: 18px;
}

.main_dash01_con04 dl dd {
	padding-top: 5px;
	font-size: 50px;
}

/* main_dash01_con05  2018.06.08 추가*/
.main_dash01_con05 {
	background-color: #eaeaea;
	border-radius: 5px;
	text-align: center;
	height: 252px;
}

.main_dash01_con05 dl dt {
	padding-top: 84px;
	font-size: 18px;
}

.main_dash01_con05 dl dd {
	padding-top: 5px;
	font-size: 50px;
}



/* main_con01 */



/*search01_area 사용*/

.search01_area {
	position: relative;
	margin-top: 30px;
}

.search01_area p {
	font-size: 18px;
}

.search01_top {
	position: absolute;
	right: 0;
	top: -8px;
}

/*search02_area 사용*/

.search02_area {
	position: relative;
	margin-top: 30px;
	background-color: #e9e9e9;
	padding: 15px 30px 15px 30px;
}

.search02_area span {
	margin-right: 10px;
}


/*list_total01 사용*/
.list_total01_area {
	position: relative;
}

.list_total01 span {
	margin-top: 20px;
	font-weight: bold;
	font-size: 20px;
}

.list_total01 p {
	font-size: 16px;
}

/* 메인하단 버튼 영역 사용*/
.main_bottom_btnarea {
    border-top: 1px solid #606060;
    margin-top: 20px;
}

/* 회원가입 사용*/
.main_join01 {
	width: 700px;
	margin: 0 auto;
}

.main_join01 h2 {
	font-size:26px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d8271c; /*#3467da*/
}

.main_join01 h3 {
	font-size: 16px;
	font-weight: bold;
}

/*정보 수정*/
.main_edit01 {
	margin: 0 auto;
	width: 360px;
}

.main_edit01 p {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.main_edit01 span {
	font-size: 20px;
	padding-right:10px;
	vertical-align: sub;
}

.main_edit01 p:last-child {
	margin: 10px 0 0 90px;
	font-size: 14px;
	color: #e83d44;
	text-align: left;
}


/* 법인공인인증 20180524*/
.main_corp {
	text-align: center;
	margin-top: 150px;
}

.main_corp_copy01 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 35px;
}

.main_corp_copy02 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 35px;
}

.main_corp_copy03 {
	font-size: 18px;
	margin-top: 35px;
	line-height: 1.5;
}

.main_corp_copy04 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 35px;
	margin-top: 35px;
	line-height: 1.5;
}

.main_corp_copy04 span {
	color: #d8271c;
}

/****** footer 20181121 추가******/
#footer {
	height: 100px;
	background-color: #e3e3e3;
	width: 100%;
	color: #7f7f7f;
	text-align: left;
}

#footer > div {
	width : 920px;
	margin: 0 auto;
	padding: 18px 0 ;
	position: relative;
}

#footer02 {
	height: 100px;
	background-color: #e3e3e3;
	width: 100%;
	color: #7f7f7f;
	text-align: left;
}

#footer02 > div {
	min-width : 730px;
	margin: 0 auto;
	padding: 18px 30px 0 40px ;
	position: relative;
}

#footer > div img{
	position: absolute;
	top:35px;
	right: 0;
}

#footer02 > div img {
	position: absolute;
	top:35px;
	right: 30px;
}

#footer > div ul li,#footer02 > div ul li {
	list-style: none;
	display: inline-block;
}

#footer > div address,#footer02 > div address {
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.5;
}

/****** progress 20210326 추가******/
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}