html,
body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-box-sizing: border-box;
    position: relative;
}
*{
    box-sizing: border-box;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;letter-spacing:-0.3px;}
a,
dd,
div,*{margin: 0; padding: 0;}
a,
dd,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
label,
li,
nav,
ol,
p,
span,
strong,
td,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* letter-spacing: -1px; */
}


ol, ul, li { list-style: none; }
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-text-decoration:none;
}
a:hover, a:active, a:focus, a:link, a:visited {
  text-decoration: none;
  /* color: #0a0048; */
}
button{border:0;outline:0;-webkit-appearance:none;}
button:focus, button:active{border:0;outline:0;-webkit-appearance:none;}

table{width:100%; border-collapse:collapse;}
table td, table th{padding:0;}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=tel],
input[type=search] {
    margin:0;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
textarea:disabled{cursor:not-allowed;}

input:focus{outline:none !important;}
select:focus{outline:none !important;}
input[type=checkbox]:checked{outline:none !important;}

textarea, select{
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

dl,
dt,
em,
fieldset,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
label,
li,
nav,
ol,
p,
span,
strong,
td,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header{
        width: 100%;
        height: 80px;
        padding: 18px 120px;
        background-color: #fff;
      }
      img{border:none;vertical-align:top;}
header, footer, nav, p, ul, li, ol, h1, h2, h3, h4, h5, h6, dl, th, td, dt, dd, em, figure, div, span, strong, fieldset, label, a{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:1em;}
a{margin:0;padding:0;font-weight:400;color:#333;text-indent:0;text-decoration:none;}
a{
    -webkit-text-decoration:none;
}
a:focus{
    outline:none !important;
    -webkit-outline:none !important;
}
ul,ol,li{list-style:none;}
fieldset{border:none;}
legend, caption{overflow:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;color:transparent;border:0;}
table{width:100%; border-collapse:collapse; font-size:1rem;}
table td,
table th{padding:0;}
button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    vertical-align: middle;
    background: none;
    border: none;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button:focus,
button:active{border:0;outline:0;-webkit-appearance:none;}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=tel],
input[type=search] {
    width: 100%;
    height: 30px;
    margin: 0 3px 0;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input:focus{outline:none !important;}
select:focus{outline:none !important;}
input[type=checkbox]:checked{outline:none !important;}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
textarea:disabled{cursor:not-allowed;color:#ccc;background-color:#f7f8fa;border:1px solid #e2e5ec;}

input[type=text]:read-only,
input[type=password]:read-only,
input[type=number]:read-only,
input[type=email]:read-only,
input[type=date]:read-only,
input[type=tel]:read-only,
input[type=url]:read-only,
input[type=email]:read-only,
input[type=search]:read-only,
textarea:read-only{cursor:not-allowed;color:#000;background-color:#f7f8fa;border:1px solid #e2e5ec;}
.readonly{cursor:not-allowed;color:#000;background-color:#f7f8fa;border:1px solid #e2e5ec;}

input[type=checkbox],
input[type=radio]{margin:0;vertical-align:middle;border:0;background-color:#fff;box-shadow:none;-webkit-appearance:none;cursor:pointer;}
input[type=radio]+label,
input[type=checkbox]+label{display:inline-block;margin-left:13px;font-size:16px;vertical-align:middle;cursor:pointer;}
input[type=radio]:disabled,
input[type=checkbox]:disabled,
input[type=radio]:disabled+label,
input[type=checkbox]:disabled+label{cursor:default;}
/* input[type=radio]:disabled+label, */
/* input[type=checkbox]:disabled+label{color:#ccc;} */
input[type=radio]{width:16px;height:16px;border:1px solid #ccc;border-radius:50%;background-color:#fff;}
input[type=radio]:checked{border:0;background-image:url('/resources/images/radio_check_v3.png');background-size:100%;}
input[type=radio]:disabled{border:0;background-image:url('/resources/images/radio_disabled_v2.png');background-size:100%;}
input[type=radio]:checked:disabled{border:0;background-image:url('/resources/images/radio_disabled_check_v2.png');background-size:100%;}
input[type=checkbox]{width:16px;height:16px;border:1px solid #ccc;border-radius:1px;background-color:#fff;}
input[type=checkbox]:checked{border:0;background-image:url('../images/checked.png');background-size:100%;}
input[type=checkbox]:disabled{border:0;background-image:url('../images/checkbox_disabled.png');background-size:100%;}
input[type=file]{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

input[type=text]:only-child,
input[type=password]:only-child,
input[type=search]:only-child,
input[type=number]:only-child,
input[type=email]:only-child,
input[type=tel]:only-child{width:100%;}

textarea {
    width: 100%;
    min-height: 4.167rem;
    padding: 0.3rem 0.417rem;
    font-weight: 400;
    font-size: 0.868rem;
    color: #333;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
hr{background:none;border:none;}
article, aside, footer, header, hgroup, nav, section, figure, div{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
address{font-style:normal;}
sub{font-weight:400;vertical-align:middle;}
strong{font-weight:400;}
img{border:none;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}
input[readonly],input[disabled]{cursor:not-allowed;}
select {
    width: 100%;
    height: 33px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select::-ms-expand{display:none;}
:-ms-input-placeholder{color:#bbb;font-weight:400;font-size:13px;letter-spacing:1px;}
::placeholder{color:#bbb;font-weight:400;font-size:13px;letter-spacing:1px;}

.box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* skip navigation */
.skiplist {position:relative;z-index:99999;margin:0;padding:0;}
.skip {display:block;}
.skip a {padding:0 0.5em;display:inline-block;z-index:1000;text-decoration:none;position:absolute;width:auto;left:-200em;}
.skip a:focus, .skip a:active {position:absolute;left:0;padding:10px;border:solid #333 1px;color:#fff;background-color:#000;}
.skip a:hover {cursor:default;}

nav {
    background-color: #fff;
    position: relative;
    padding: 0 2%;
    /* padding-left: 100px; */
    padding-right: 172px;
    width: 100%;
    height: 70px;
    /* border-bottom: 1px solid #dbdee3; */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04); 
}
.logo{
  display: inline-block;
  width: 160px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 20px;
}
.logo a img{width:100%;padding-top:22px;}

.logo_link {
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 32px;
    font-weight: bold;
    color: #0abb87;
    letter-spacing: 2px;
}
.user_info{
  display: inline-block;
  width: 150px;
  position: absolute;
  top: 25px;
  right: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  background-image: url(../images/user-regular.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 20px;
}
.user_info .user_name{
  /* font-size:20px; */
	color:#666;
}
.left_menu_wrap{
  display: inline-block;
  width: 250px;
  height: calc(100vh - 70px);
  background-color: #fff;
  padding: 40px 15px;
  padding-bottom: 50px;
  border-right: 1px solid #EFEFEF;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04); */
  position: absolute;
  top: 70px;
  left: 0;
}

.left_menu_wrap .left_menu_inner{
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left;
}
.left_menu_wrap .left_menu_inner .left_menu{
  display: inline-block;
  width: 100%;
  height: auto;
    border-bottom:1px solid #e4e4e4;
}
.left_menu_wrap .left_menu_inner .left_menu:last-child{
border:0;
}
.left_menu .left_menu_link{
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align:left;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  padding-left: 28px;
  background-image: url(../images/pen-solid.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.left_menu .left_menu_link:hover{
  border-radius: 4px;
  background-color: #efefef;
  color: #0abb87;
}

.left_menu_fixed{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.left_menu_fixed .login_btn{
  display: inline-block;
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
}
.left_menu_fixed .login_btn .login_btn_link{
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
  background-color:#119D7D;
	border:1px solid #119D7D;
  color: #fff;
}
.left_menu_fixed .login_btn .login_btn_link:hover{
  background-color: #fff;
  border:1px solid #119D7D;
  color: #119D7D;
}
.left_menu_fixed .account_btn{
  display: inline-block;
  width: calc(50% - 10px);
  float: left;
}
.left_menu_fixed .account_btn .account_btn_link{
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
  background-color:#333;
	border:1px solid #333;
  color: #fff;
}
.left_menu_fixed .account_btn .account_btn_link:hover{
  background-color: #fff;
  border:1px solid #119D7D;
  color: #119D7D;
}
.contents_wrap{
  display: inline-block;
  width: calc(100% - 250px);
  min-height: 790px;
	margin: 0 auto 0;
	padding: 30px 32px 41px;
  background-color: #F5F5F5;
  position: absolute;
  top: 70px;
  left: 250px;
}
.content_header{
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.content_header .content_title{
  display: inline-block;
  height: 34px;
  line-height: 34px;
  letter-spacing: 1px;
	color: #444;
	font-weight: 600;
	font-size: 16px;
  float: left;
}
.content_header .btn_wrap{
  display: inline-block;
  float: right;
  text-align: left;
}

button {
  float: left;
	cursor: pointer;
	margin: 0;
	height: 34px;
	padding: 0 17px;
	margin-left: 8px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-align: center;
	letter-spacing: 0;
	vertical-align: middle;
	background: none;
	border: none;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button:focus, button:active {
	border: 0;
	outline: 0;
	-webkit-appearance: none;
}

button.btn_type0 {
	background-color: #0abb87;
	border: 1px solid #0abb87;
	color: #fff;
}

button.btn_type0:hover {
	border: 1px solid #08976d;
	background-color: #08976d;
	color: #fff;
}
button.btn_type1 {
  background-color: #fff;
	/* background-color: #0abb87; */
	border: 1px solid #0abb87;
	color: #0abb87;
}

button.btn_type1:hover {
  background-color: #fff;
	/* border: 1px solid #08976d; */
	/* background-color: #08976d; */
  border: 1px solid #08976d;
	color: #08976d;
}
.search_area{
  display: inline-block;
  width: 100%;
  min-height: 70px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}
.search_area .form_object{
  float: left;
	position: relative;
	min-height: 58px;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	vertical-align: top;
	width: 285.6px;
	margin-right: 15px;
	/* margin-bottom: 24px; */
}
.form_object {
	float: left;
	position: relative;
	min-height: 58px;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	vertical-align: top;
	width: 300px;
	margin-right: 15px;
	/* margin-bottom: 24px; */
}
.form_object .label_inp0 {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	float: left;
	width: 100%;
	height: 20px;
	/* 	line-height: 20px; */
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	/* 	color: #222222; */
	color: #828B97;
}
.form_object .form_inp0 {
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	display: inline-block;
	width: 100%;
	/* 	height: 27px; */
	height: 36px;
	border: none;
	outline: none;
	/* 	border: 1px solid #e3e5ea; */
	border: 1px solid #E1E1E1;
	font-size: 13px;
	text-align: left;
	border-radius: 4px;
}

.drop_box .drop_box_inp {
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	display: inline-block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: none;
	outline: none;
	border: 1px solid #E1E1E1;
	font-size: 13px;
	text-align: left;
	border-radius: 4px;
	margin-left: 0 !important;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 12px;
	padding-right: 30px !important;
	padding-left: 12px !important;
	color: #666;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.drop_box .drop_box_inp.on {
	color: #2AA538;
	border: 1px solid #5CCE75;
	background-image: url(../images/arrow-up.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 30px !important;
	padding-left: 12px !important;
}
.drop_box .drop_box_list {
	display: none;
	width: 100%;
	max-height: 159px;
	background-color: #fff;
	padding: 5px 6px;
	border: 1px solid #E7E7E7;
	border-radius: 6px;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.1), 0px 4px 8px
		rgba(0, 0, 0, 0.04);
	position: absolute;
	top: 59px;
	left: 0;
	z-index: 99999;
	overflow: scroll;
}

.drop_box .drop_box_list::-webkit-scrollbar {
	display: none;
}

.drop_box .drop_box_list .drop_option {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #717A87;
	font-weight: 500;
	padding-left: 14px;
}

.drop_box .drop_box_list .drop_option:hover {
	background-color: #F7F7F7;
	border-radius: 6px;
}
.table_area{
  display: inline-block;
  width: 100%;
  min-height: 400px;
}
.table_area .table_info{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 20PX;
  padding: 0 8px
}
.table_area .table_info .txt0{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  /* color:  #828B97;
  color: #828B97;
  color: #43B8A1;
  color: #FF8989; */
}
.table_area .table_info .txt1{
  color: #828B97;
}
.table_area .table_info .txt2, .txt3{
  float: right;
  font-size: 13px;
  font-weight: 700;
  color: #666;
}
.txt4{
  padding-left: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #FF8989;
}

.table_wrap{
  display: inline-block;
  width: 100%;
  min-height: 470px;
  margin-top: 6px;
  margin-bottom: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 4px;
}
.table_wrap table thead tr{
  border-top: 1px solid #dfdfdf;
	background-color: rgb(247, 247, 247);
}
.table_wrap table thead tr th{
  padding: 10px 0;
	text-align: center;
	font-size: 13px;
	color: #828B97;
	font-weight: normal;
}
.table_wrap table tbody tr{
  border-top: 1px solid #dfdfdf;
	background-color: #fff;
}
.table_wrap table tbody tr td{
  padding: 10px 0;
	text-align: center;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
.table_wrap table tbody tr:last-child {
	border-bottom: 1px solid #dfdfdf;
}