* {
  box-sizing: border-box;
  /* font-family: 'notokr-regular'; */
  font-family: "Noto Sans KR", sans-serif;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0
}

html {
  min-width: 1600px;
  min-height: 100vh;
}

body {
  background-color: #f7f4f2
}

/* common */
.full-width {
  max-width: 100% !important;
  ;
  width: 100% !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.border-orange {
  border: 1px solid #f58220 !important;
}

.bg-primary {
  background-color: #539d44 !important;
}

.bg-primary2 {
  background-color: #00744f !important;
}

.bg-orange {
  background-color: #f58220 !important;
}

.bg-red {
  background-color: #c94a4e !important;
}

.bg-green {
  background-color: #24B056 !important;
}

.bg-green2 {
  background-color: #0E743B !important;
}

.bg-skyblue {
  background-color: #60b5d8 !important
}

.bg-skyblue2 {
  background-color: #C5D9F1 !important
}

.bg-whitgray {
  background-color: #bbb !important
}

.bg-whitegray {
  background-color: #bbb !important
}

.bg-333 {
  background-color: #333 !important
}

.bg-blue {
  background-color: #0c4a97 !important
}

.bg-navy {
  background-color: #041e14 !important
}

.bg-cyan {
  background-color: #B7DEE8 !important
}

.bg-cyan2 {
  background-color: #eaf9fd !important
}

.bg-gray {
  background-color: #D9D9D9 !important
}

.bg-orange {
  background-color: #f58220 !important
}

.bg-orange2 {
  background-color: #dbae89 !important
}

.bg-333 {
  background-color: #333 !important
}


.text-red,
.text-red:hover,
.text-red:active,
.text-red:focus {
  color: #ff3333;
}

.text-primary,
.text-primary:hover,
.text-primary:active,
.text-primary:focus {
  color: #539d44 !important
}

.text-primary2 {
  color: #00744f !important
}

.text-orange {
  color: #f58220;
}

.text-orange2 {
  color: #dbae89;
}

.text-white,
.text-white:hover,
.text-white:active,
.text-white:focus,
.bg-primary:hover,
.bg-primary:active,
.bg-primary:focus {
  color: white !important
}

.text-blue,
.text-blue:hover,
.text-blue:active,
.text-blue:focus {
  color: #0c4a97;
}

.text-green2,
.text-green2:hover,
.text-green2:active,
.text-green2:focus {
  color: #0E743B;
}

.border-primary {
  border: 2px solid #539d44 !important;
  background-color: #fff !important
}

.border-primary2 {
  border: 2px solid #00744f !important;
  background-color: #fff !important
}

.border-orange {
  border: 2px solid #f58220;
  background-color: #fff
}

.border-orange2 {
  border: 2px solid #dbae89;
  background-color: #fff
}

.border-red {
  border: 2px solid #ef5c5c;
  background-color: #fff
}

.bg-464646 {
  background-color: #464646;
}

.text-333,
.text-333:hover,
.text-333:active,
.text-333:focus {
  color: #333;
}

a {
  color: #222
}

.btn_link {
  font-weight: bold;
  border-bottom: 1px solid transparent !important;
  padding: 0;
  height: auto;
  line-height: 1;
  padding-bottom: 2px;
}

.btn_link:hover,
.btn_link:focus,
.btn_link:active {
  border-bottom: 1px solid !important;
  color: #222;
  box-shadow: none;
  transition: all 2s
}


/* table �됱긽 */
.bg1 {
  background-color: #ff656e !important;
}

.bg2 {
  background-color: #F2728C !important;
}

.bg3 {
  background-color: #F9C0C7 !important;
}

.bg4 {
  background-color: #9E7EB9 !important;
}

.bg5 {
  background-color: #BBBBDC !important;
}

.bg6 {
  background-color: #A7A9AC !important;
}

.bg7 {
  background-color: #27AAE1 !important;
}

.bg8 {
  background-color: #81D3EB !important;
}

.bg9 {
  background-color: #B0DFDB !important;
}

.bg10 {
  background-color: #4EB8B9 !important;
}

.bg11 {
  background-color: #80B463 !important;
}

.bg12 {
  background-color: #D5E05B !important;
}

.bg13 {
  background-color: #cc8360 !important;
}

.bg14 {
  background-color: #ffb90d !important;
}

.bg15 {
  background-color: #ffeb3b !important;
}

.text-grey {
  color: #666
}

.bg-grey {
  background-color: #666;
}

.btn-del {
  background-color: #fb4747;
  color: #fff;
}

.btn-red,
.bg-red {
  background: #b70b12;
  color: #fff;
}

.pointRed {
  color: #b70b12 !important;
}

.ls0 {
  letter-spacing: 0 !important
}

.italic {
  font-style: italic !important;
}


.form-group {
  margin: 0;
  padding-left: 0;
  padding-right: 0
}

.form-group.full-width {
  margin-right: 0
}

.form-group:after,
.input_box:after {
  display: block;
  content: '';
  clear: both;
}

.form-group .input_box {
  padding-left: 10px;
  float: left;
}

.form-group .input_box.textarea {
  height: 80px
}

.form-group .input_box.textarea textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 14px;
  resize: none;
  outline: none
}

.form-group .input_box.textarea textarea:focus {
  background-color: #F1FBF8;
  border: 1px solid #d4ddda
}

.form-group .input_box input[type="password"],
.form-group .input_box input[type="text"] {
  display: inline-block;
}

.form-group .input_box input {
  text-indent: 10px
}

.form-group .input_box input[type="number"] {
  text-align: right
}

.form-group .input_box2 input,
.form-group .input_box2 select {
  max-width: calc(100% - 65px)
}

.form-group .input_box2 .control-label {
  width: 60px;
}

.form-group .input_box .btn {
  vertical-align: top;
  width: auto;
  width: 40px;
  float: left;
  margin-left: 5px;
  text-align: center;
  padding: 0
}

.input_box3 {
  position: relative;
}

.input_box3 input {
  width: 100%
}

.input_box3>label {
  display: inline-block;
  color: #464646;
  width: 10%;
  text-align: left;
  font-size: 12px;
  position: absolute;
  right: 0
}

.form-group .input_box input,
.form-group .input_box select {
  width: 215px;
  max-width: 100%;
  vertical-align: top
}

.form-group .input_box.date input {
  width: 130px
}

input:focus,
select:focus {
  background-color: #F1FBF8;
  border: 1px solid #d4ddda;
}

input[readonly]:focus {
  background-color: #eee;
  border: 1px solid #ccc
}

#login input:focus {
  background-color: #fff;
  border: 0
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
}




hr {
  display: block;
  float: left;
  width: 100%;
  border-color: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 20px
}

hr.solid {
  border-style: solid;
}

hr.dashed {
  border-style: dashed;
}

.search hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0
}

.chip {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 4px;
}

.t_overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.lock {
  background-color: #EEEEEE;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.bb0 {
  border-bottom: 0 !important
}

.ml-15 {
  margin-left: -15px;
}

.close {
  text-shadow: none;
  font-weight: normal
}

.close,
.close3 {
  width: 13px;
  height: 13px;
  float: right;
  opacity: 1;
}

.close2 {
  float: right;
  width: 13px;
  height: 13px;
  opacity: 1;
}

.close img {
  max-width: 100%;
}

.no-img {
  width: 105px;
  display: block;
  margin: 0 auto;
  align-items: center
}


.btn {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  padding: 0 8px;
  min-width: 60px;
  display: inline-block;
  border-radius: 4px;
  font-weight: normal;
  font-family: 'notokr-medium';
}

.btn_logout {
  border-radius: 30px;
  height: 25px;
  line-height: 23px;
}

input,
.select-control {
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  outline: none;
  font-size: 13px;
  border-radius: 4px
}

a,
button {
  outline: none;
}

button {
  border: 0
}

.select-control {
  padding-left: 7px
}

label {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  font-family: 'notokr-regular';
  letter-spacing: 0.2px
}


body input {
  outline: none !important
}

input[readonly] {
  background-color: #f8f8f8
}

.readonly input {
  background-color: #f8f8f8
}

input:read-only {
  background-color: #f8f8f8
}

textarea:read-only {
  background-color: #f8f8f8
}

.readonly input {
  background-color: #f8f8f8
}

select,
input {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  background-color: #fff
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:active,
input[type="password"]:active,
select:hover,
select:focus,
select:active {
  background-color: #f1fbf8 !important
}

input[placeholder="placeholder"] {
  color: #ccc
}

input[placeholder] {
  color: #ccc
}

input::placeholder {
  color: #ccc
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  /* -webkit-text-fill-color: #fff !important; */
}

/* input[type="file"] */
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  display: inline-block;
  cursor: pointer;
  border-radius: .25em;
  height: 30px;
  width: 66px;
  line-height: 25px;
  background-color: #13b377;
  color: #fff;
  text-align: center;
  font-size: 12px
}

/* named upload */
.filebox .upload-name {
  width: calc(100% - 70px);
  display: inline-block;
  padding: .5em .75em;
  /* label�� �⑤뵫媛믨낵 �쇱튂 */
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: top;
  background-color: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
  -webkit-appearance: none;
  /* �ㅼ씠�곕툕 �명삎 媛먯텛湲� */
  -moz-appearance: none;
  appearance: none;
}

/* input type="file" */

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  color: #fff;
  line-height: normal;
  vertical-align: middle;
  background-color: #13b377;
  cursor: pointer;
  border-radius: 3px;
  width: 60px;
  height: 32px;
  float: right;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  font-weight: normal;
}

/** named upload **/
.filebox .upload-name {
  width: calc(100% - 65px);
  max-width: calc(100% - 65px);
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
  padding-left: -0;
  font-size: 13px;
}

.flie:last-child {
  margin-bottom: 0;
}

.file a {
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 1;
  padding-bottom: 2px
}


/** table **/
.total {
  margin-bottom: 3px;
  font-size: 14px;
  font-family: 'notokr-medium';
  background-color: #d4ddda !important
}

.table_wrap {
  height: auto;
  overflow: auto;
  background-color: #fff
}

table,
table td,
table th {
  text-align: center;
  border-spacing: 0
}

table thead {
  background-color: #f7f7f7;
  position: sticky;
  top: 0;
  left: 0
}

table thead th {
  font-size: 14px;
  color: #464646;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 15px;
  height: 35px
}

table thead th:last-child {
  border-right: 0
}

tbody tr td {
  font-size: 14px;
  padding: 3px 0;
  text-align: center;
  height: 35px
}

.table_wrap {
  border: 1px solid #e5e5e5;
}

.table_wrap table {
  width: 100%
}

.table_wrap table tr {
  border-bottom: 1px solid #E7EBE9;
}

.table_wrap table tr td {
  border-bottom: 1px solid #E7EBE9;
  padding: 5px 15px;
  font-size: 13px;
  background-color: #fff;
  border-right: 1px solid #E7EBE9
}

.table_wrap table tr td:last-child {
  border-right: 0
}

.table_style01 tr td em {
  display: inline-block;
  width: 3%;
  text-align: center;
}

.table_style01 tbody tr:nth-child(2n) td {
  background-color: #fff
}

.table_wrap table tr th {
  background-color: #FBFBFB;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
}

.table_wrap table tr th:last-child {
  border-right: 0
}

.input_style01 {
  width: 100%;
}

.input_style02 {
  width: calc(100% - 95px)
}

.input_style03 {
  width: 30%;
}

table tr td select.input_style03 {
  width: 30%;
  height: 35px;
  border: 1px solid #e5e5e5;
}

.tui-grid-cell-has-input .tui-grid-cell-content {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0
}

table tbody tr:hover td {
  background-color: #f1fbf8
}

.table_wrap table tr.total td {
  background-color: #ffe3a5
}

.table_wrap table tr.total th {
  background-color: #ffe3a5
}

.table_wrap table tr.total2 td {
  background-color: #fff9ec
}

.table_wrap table tr.total2 th {
  background-color: #fff9ec
}



.tab {
  display: none
}

.tabmenus {
  width: 100%;
  display: block;
  margin: 10px auto
}

.tabmenus ul {
  margin-bottom: 5px
}

.tabmenus ul:after {
  display: block;
  content: '';
  clear: both
}

.tabmenus ul li {
  border-radius: 4px;
  cursor: pointer;
  float: left;
  width: 120px;
  margin: 0 3px 3px 0;
  border: 1px solid #e5e5e5;
  background-color: #fbfbfb;
  color: #666;
  text-align: center;
  height: 35px;
  line-height: 33px;
  font-size: 14px
}

.tabmenus ul li.on {
  background-color: #539d44;
  color: #fff
}

/* popup */
#popup_wrap,
#popup_wrap2 {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99990;
  user-select: none
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  margin: auto;
  display: none;
  height: auto;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  z-index: 99991;
  border-radius: 6px;
  box-shadow: 3px 5px 5px rgb(0 0 0 / 20%);
}

.popup_header {
  text-align: center;
  padding: 10px 15px 0;
  position: relative;
}

.popup_header h3 {
  font-size: 17px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  text-align: left;
  position: relative;
  margin-bottom: 0
}

.popup_header h3 .close {
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.popup_content {
  padding: 15px;
  text-align: left;
  font-size: 15px;
}

.popup_content .form-group {
  display: block;
  border-bottom: 0;
  padding-bottom: 10px;
}

.popup_content .form-group .title {
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: 80px;
  height: 35px;
  line-height: 35px;
  padding-top: 0
}

.popup_content h5 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #454545;
  margin: 10px auto 20px
}

.popup_content .btn_submit {
  padding: 10px 0 20px;
}

.popup_content .btn_submit .btn {
  height: 45px;
  line-height: 42px;
}

.popup_content:after {
  display: block;
  content: '';
  clear: both;
}

.popup_content .form-group .input_box {
  min-height: 35px;       /* 고정 height 제거 */
  line-height: normal;   /* line-height 제거 */
  display: block;        /* 세로 흐름 */
}

.popup .message {
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #222;
  font-size: 18px;
  text-align: center;
}

.popup .btn_wrap {
  width: auto;
  padding: 0 15px 15px 15px;
  clear: both;
}

.popup .btn_wrap.col-md-12 {
  width: 100%;
  display: flex;
  padding: 15px;
  text-align: center;
}

.popup .btn_wrap.col-md-12 .btn:last-child {
  margin: 0
}

.popup .btn_wrap:after {
  display: block;
  content: '';
  clear: both;
}

.popup .btn_wrap.dev2 .btn {
  width: 49% !important;
  margin-right: 2%;
  float: left !important
}

.popup .btn_wrap .btn:last-child {
  margin-right: 0
}


.form-group {
  display: inline-block;
  vertical-align: top
}

.form-group .control-label,
.form-group .input_box {
  color: #454545;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  margin-bottom: 0;
  text-align: left;
  font-size: 13px
}

.form-group .control-label {
  padding-right: 0;
  text-align: center;
  padding: 0;
  font-family: 'notokr-medium'
}

.form-group .input_box {
  padding-right: 20px
}

.control-label input[type="checkbox"] {
  margin-top: -2px;
  vertical-align: middle;
}

.select-control:active,
.select-control:focus {
  border: 1px solid #e5e5e5
}

ul:after {
  display: block;
  content: '';
  clear: both
}

.dev2 li {
  width: 50%;
  max-width: 50%
}

.dev2_1 li {
  width: 49.5%;
  max-width: 49.5%;
  margin-right: 1%;
  float: left
}

.dev2_1 li:nth-child(2n) {
  margin-right: 0
}

.dev3 li {
  width: 33.333%;
  max-width: 33.333%
}

.dev3_1 li {
  width: 33%;
  max-width: 33%;
  margin-right: 0.5%;
  float: left
}

.dev3_1 li:nth-child(3n) {
  margin-right: 0
}

.dev4 li {
  width: 25%;
  max-width: 25%
}

.dev4_1 li {
  width: calc(97% / 4);
  max-width: calc(97% / 4);
  margin-right: 1%;
  float: left
}

.dev4_1 li:nth-child(4n) {
  margin-right: 0
}

.dev5 li {
  width: 20%;
  max-width: 20%
}

.dev5_1 li {
  width: calc(96% / 5);
  max-width: calc(96% / 5);
  margin-right: 1%;
  float: left
}

.dev5_1 li:nth-child(5n) {
  margin-right: 0
}

.width25 {
  width: 25% !important;
  max-width: 25%;
}

/* address */
.post {
  padding: 0
}

.post input {
  width: calc(100% - 65px)
}

.post .btn_post {
  width: 60px;
  vertical-align: top;
  min-width: 0;
}

.addr {
  margin-left: 10px
}

.addr2 {
  max-width: 39.65%;
}

/* date */
.input {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.btn_date {
  width: 14px;
  position: absolute;
  top: 9px;
  right: 8px;
  bottom: 0;
  margin: auto;
}

.date .input {
  width: 45%;
  float: left;
  position: relative;
}

.date .input .btn_date {
  right: 8px
}

.input .btn_date img {
  vertical-align: top;
  width: 100%
}

.date strong {
  font-size: 15px;
  text-align: center;
  display: inline-block
}

.date label {
  position: relative;
  margin: 0;
  vertical-align: top;
  display: inline-block
}

.date label img {
  position: absolute;
  top: 0;
  right: 7px;
  width: 18px;
  height: 18px;
  bottom: 0;
  margin: auto;
}


/** datepicker **/

body .ui-widget.ui-widget-content {
  padding: 0
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html body .ui-button.ui-state-disabled:hover,
html body .ui-button.ui-state-disabled:active {
  border: 0;
  text-align: center
}

body .ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: 0;
  padding: 10px 0;
}

body .ui-datepicker .ui-datepicker-title select {
  height: 30px;
  outline: none;
  line-height: 30px;
  font-size: 14px;
  border-radius: 6px;
  padding: 0 5px
}

body .ui-datepicker .ui-datepicker-title select:nth-child(1) {
  margin-right: 10px
}

body .ui-datepicker .ui-datepicker-header>a.ui-corner-all {
  height: 35px;
  border: 0;
  top: 0;
  margin: 8px 10px 10px 10px
}

body .ui-datepicker .ui-datepicker-prev {
  left: 0;
  margin-left: 0 !important
}

body .ui-datepicker .ui-datepicker-next {
  right: 0;
  margin-right: 0 !important
}

body .ui-datepicker .ui-datepicker-header>a.ui-state-hover {
  top: 0;
  bottom: 0;
  border: 0
}

body .ui-datepicker .ui-datepicker-header>a.ui-datepicker-prev.ui-state-hover {
  left: 0;
}

body .ui-datepicker .ui-datepicker-header>a.ui-datepicker-next.ui-state-hover {
  right: 0;
}

body .ui-datepicker .ui-datepicker-header>a.ui-corner-all:hover,
body .ui-datepicker .ui-datepicker-header>a.ui-corner-all:focus,
body .ui-datepicker .ui-datepicker-header>a.ui-corner-all:active {
  background-color: transparent;
  border: 0;
  top: 0;
}

body .ui-datepicker .ui-datepicker-header>a.ui-corner-all span {
  background-image: url('../img/svg/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  margin: 0
}

body .ui-datepicker .ui-datepicker-header>.ui-datepicker-next span {
  transform: rotate(180deg)
}

/* index */
.logo_login {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 125px
}

#login {
  background-image: url('../img/login_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff
}

.main_logo {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-weight: 600
}

#login .box_Wrap {
  width: 450px;
  height: auto;
  position: absolute;
  top: 30%;
  left: 10%;
  margin: auto;
  text-align: center;
}

#login h2 {
  width: 100%;
  margin-bottom: 15px;
  font-family: 'notokr-medium'
}

#login h2 img {
  margin: 0;
  max-width: 100%;
  width: 280px
}

#login .box_Wrap>img {
  margin-bottom: 20px;
}

#login_box .box_hd img {
  width: 140px;
  display: block;
  margin: 0 auto;
}

#login .input_area {
  background-color: transparent;
  border: 0
}

.login_contents {
  width: 350px;
  margin: 0 auto;
}

.login_contents .input {
  padding-left: 50px;
  position: relative;
  background-color: #fff;
  border: 1px solid rgb(209, 209, 209);
  height: 50px;
  line-height: 50px;
  box-sizing: border-box
}

.login_contents .input:before {
  width: 22px;
  height: 22px;
  display: block;
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.login_contents .input_id:before {
  background-image: url('../img/svg/icon_user.svg')
}

.login_contents .input_pw:before {
  background-image: url('../img/svg/icon_pw.svg')
}

.login_contents .input input {
  border: 0;
  padding-left: 10px;
  width: 100%;
  color: #000000;
  height: calc(100% - 2px);
  line-height: 48px;
  box-sizing: border-box;
}

.login_contents .input {
  margin-bottom: 10px
}

#loginbtn {
  background: #539d44;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  font-size: 14px;
  color: #fff;
  outline: none;
  border: 0;
}

#loginbtn:hover {
  border: 0;
}


/* header */
#header {
  height: 62px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  min-width: 1902px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0
}

.header_inner {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}

#logo {
  width: 200px;
  text-align: center;
  display: inline-block
}

#logo img {
  width: 125px;
  margin: 0 auto;
  padding-top: 5px
}

#gnb {
  float: left
}

#gnb ul {
  margin-bottom: 0
}

#gnb ul:after {
  display: block;
  content: '';
  clear: both
}

#gnb ul li {
  width: 120px;
  float: left;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

#gnb ul li a {
  display: block
}

.login-right span,
.login-right strong {
  font-size: 15px;
  line-height: 60px;
  display: inline-block;
  letter-spacing: -0.5px
}

.login-right span {
  margin-right: 10px
}

.login-right strong {
  font-weight: 600
}

.login-right .icon_user {
  width: auto;
  height: 14px;
  display: inline-block;
  margin-top: 2px;
}

#leftmenu {
  width: 200px;
  height: calc(100vh - 62px);
  position: fixed;
  top: 62px;
  left: 0;
  background-color: #539d44;
  padding: 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 170px 282px;
  background-position: right bottom
}

#leftmenu section {
  display: none
}

#leftmenu h4 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 3px;
  font-family: 'notokr-medium';
  font-weight: normal;
  padding-bottom: 5px;
}

#leftmenu ul li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #7f8aa0;
  cursor: pointer;
  font-weight: normal;
}

#leftmenu ul li a {
  color: #fff;
  opacity: .5;
  display: block;
  width: 100%;
  height: 100%;
  display: block
}

#leftmenu ul li.active a {
  opacity: 1
}

#load {
  width: 230px;
  height: 130px;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  z-index: 999999;
  text-align: center;
  bottom: 0;
  right: 0;
  margin: auto;
}

#load>img:nth-child(1) {
  width: 50px
}

a:hover,
a:focus {
  border-bottom: 0;
  text-decoration: none
}

/* common */
#container {
  padding: 62px 0 0 200px
}

.cont_inner {
  margin: 15px;
  width: 1600px;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  border: 1px solid #dbdde0;
  position: relative;
}

.cont_inner:after {
  display: block;
  content: '';
  clear: both
}

.title_box {
  margin: 0;
  background: #539d44;
  padding: 0 10px;
  border-radius: 10px 10px 0 0;
  height: 50px;
  line-height: 50px;
}

.title_box a {
  display: inline-block;
  font-size: 13px;
  color: #fff
}

.title_box a:nth-child(1) {
  font-size: 16px;
  color: #fff
}

.title_box a:nth-child(2) {
  font-size: 16px;
  float: left;
  position: relative;
}

.title_box a:nth-child(2):after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('../img/svg/arrow2.svg');
  background-size: 6px 11px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px
}

/* search */
.search {
  border: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 auto 10px;
  background-color: #f4f7f6;
  border-right: 0
}

.search .form-group {
  height: 40px;
  line-height: 40px;
  margin-bottom: 0 !important
}

.search .form-group.btn_wrap .btn {
  vertical-align: top;
  margin-top: 4px;
  height: 32px;
  line-height: 32px
}

.search .control-label {
  min-width: 75px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 7px;
  font-size: 13px;
  background-color: #d4ddda;
  font-family: 'notokr-bold'
}

.search .input_box {
  padding: 4px 5px 0 5px;
  max-width: calc(100% - 75px)
}

.search:after,
.search .form-group:after {
  display: block;
  content: '';
  clear: both
}

.form-group.address {
  height: auto !important;
  line-height: auto
}

.form-group.address .input_box.addr {
  margin-left: 0;
  height: auto;
  width: calc(100% - 65px)
}

.form-group.address .input_box.addr .post {
  margin: 0;
  height: 32px;
  margin-bottom: 3px;
  display: inline-block;
  width: 27.2%
}

.form-group.address .input_box.addr .post input {
  width: 141px;
  display: inline-block
}

.form-group.address .input_box.addr .post .btn_post {
  width: 70px;
  display: inline-block;
  font-size: 12px;
  float: none;
  margin-left: 0;
  height: 32px;
  line-height: 31px;
  margin-top: 1px
}

.form-group.address .input_box.addr>input {
  max-width: 36%;
  width: 36%
}

.form-group.address .input_box.addr>input:last-child {
  width: calc(100% - 218px)
}

.search .btn_wrap {
  height: 40px
}

.search .btn_wrap .btn {
  margin-top: 5px
}

.btn_wrap {
  display: inline-block
}

/* .search .btn_wrap{height:40px; line-height:40px; vertical-align: top}
    .search .btn_wrap .btn{vertical-align: top; margin-top:5px; height:30px; line-height:28px} */

/* input_area */
.input_area {
  padding: 10px
}

.input_area .form-group {
  margin-bottom: 8px
}

.input_area .form-group .control-label {
  width: 65px;
}

.input_area .input_box {
  width: calc(100% - 65px);
  padding: 0 0 0 10px
}

.input_area .input_box input {
  width: 100%
}

.input_area:after {
  display: block;
  content: '';
  clear: both
}

.input_area .btn_wrap {
  margin-bottom: 0;
  margin-top: 10px
}

.input_box.img_wrap {
  height: auto;
}

.upImg {
  width: 260px;
  height: 150px;
  overflow: hidden;
  margin-right: 5px;
  display: flex;
  float: left;
  vertical-align: top;
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.upImg.addImg {
  background-color: #fdfffe
}

.upImg img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto
}

.upImg a {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.upImg .btn_del_img {
  position: absolute;
  top: 10px;
  right: 10px
}

.upImg .btn_add_img {
  position: relative;
  width: 100%;
  height: 100%
}

.upImg .btn_add_img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  /* transform: rotate(45deg) */
}

.info_txt {
  font-size: 12px;
  color: #888;
  margin-top: 3px
}

/*** pagination ***/
.pagination {
  display: block;
  margin: 10px auto 0;
  text-align: center
}

.pagination button {
  background-color: #255545;
  width: 18px;
  height: auto;
  line-height: 1;
  border-radius: 3px;
}

.pagination button i {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-top: 1px
}

.pagination .pages {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  margin-top: -3px
}

.pagination .pages .page {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
  font-size: 16px;
  color: #888;
  margin-top: 2px;
  cursor: pointer
}

.pagination .pages .page.on {
  color: #f48120
}

.pagination .pages .page:hover {
  color: #f48120
}

/* main */
#main #leftmenu .menu00 {
  display: block
}

#main #leftmenu .menu00 ul li {
  font-size: 17px;
}
