@charset "UTF-8";
:root {
	
	font-size: 62.5%;
	
  /* default color */
  --main-color: #4D07D1;
  --text-color:#202020;
  --text-light-color:#808080;
  --body-color:#ffffff;
  --box-color: #ffffff;
  --box-border-color: #e7eaf3;
  --border-color: #e7eaf3;
  --background-color:#fafafa;
  --button-background-color: #e9e9e9;
  
  /* light mode color */
  --light-mode-main-color: #4D07D1;
  --light-mode-text-color:#202020;
  --light-mode-text-light-color:#808080;
  --light-mode-body-color: #ffffff;
  --light-mode-box-color: #ffffff;
  --dark-mode-box-border-color: #e7eaf3;
  --light-mode-border-color: #e7eaf3;
  --light-mode-background-color:#fafafa;
  --light-mode-button-background-color: #e9e9e9;
  
  /* dark mode color */
  --dark-mode-main-color: #4D07D1;
  --dark-mode-text-color:#d0d2d6;
  --dark-mode-text-light-color:#d0d2d6;
  --dark-mode-body-color: #161d31;
  --dark-mode-box-color: #283046;
  --dark-mode-box-border-color: #27293d;
  --dark-mode-border-color: #404656;
  --dark-mode-background-color:#283046;
  --dark-mode-button-background-color: #161d31;
  
  /* color palette */
  --black: #000;
  --white: #fff;
  --red: #e42d15;
  --dark-red: #e41c1c;
  --green: #03c19d;
  --dark-green: #018301;
  --blue: #2121fd;
  --dark-blue: #06067a;
  --sky-blue: #0091ff;
  --yellow: #fffb00;
  --dark-yellow: #e9e910;
  --orange: #ffa500;
  --dark-orange: #df9100;
  --purple: #790479;
  --dark-purple: #5a045a;
  --aqua: #0aebeb;
  --dark-aqua: #03bbbb;
  --gray: #909090;
  --dark-gray: #686868;
}

* {
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background-color: #ddd;
}

*::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

*::-webkit-scrollbar-thumb:active {
  background: #666;
}

*::-webkit-scrollbar-button {
  display: none;
}

/* dark_mode nav logo */
#nav .nav_head .logo_area img.logo.white_logo {
  display: none;
}

#nav .nav_head .logo_area img.symbol_white {
  display: none;
}

body.nav_mini_mode #nav .nav_head .logo_area img.logo.white_logo {
  display: none !important;
}

/* dark_mode nav logo End */
body {
	font-size: 15px;
  background-color: var(--body-color);
}

body.modal_open {
  overflow: hidden;
}

body.dark_mode * {
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}

body.dark_mode *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body.dark_mode *::-webkit-scrollbar-track {
  background-color: #3b4253;
}

body.dark_mode *::-webkit-scrollbar-thumb {
  background: #b4b7bd;
  border-radius: 3px;
}

body.dark_mode *::-webkit-scrollbar-thumb:hover {
  background: #b4b7bd;
}

body.dark_mode *::-webkit-scrollbar-thumb:active {
  background: #b4b7bd;
}

body.dark_mode *::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

body.dark_mode #nav .nav_head .logo_area img.logo.white_logo {
  display: block;
}

body.dark_mode.nav_mini_mode #nav .nav_head .logo_area img.symbol {
	display: none;
}

body.dark_mode.nav_mini_mode #nav .nav_head .logo_area img.symbol_white {
	display: block;
}

body.dark_mode #nav .nav_head .logo_area img.logo {
  display: none;
}

body.dark_mode .ui-datepicker-calendar td:hover,
body.dark_mode .ui-datepicker-next:hover,
body.dark_mode .ui-datepicker-prev:hover {
  background-color: var(--main-color) !important;
}

body.dark_mode #nav .nav_body .nav_items li,
body.dark_mode #nav .nav_body .nav_items li a {
  color: var(--text-color);
}

body.dark_mode .radiobox_area .radiobox input[type="radio"]:checked ~ label {
  color: #fff !important;
}

/***** Overlay *****/
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

/***** Overlay End *****/
/***** Header *****/
#header {
  width: 100%;
  height: 60px;
  background-color: var(--box-color);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9997;
  padding-left: 260px;
  -webkit-transition: padding-left 0.35s;
  transition: padding-left 0.35s;
}

#header .wrap {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .wrap .logo {
  display: block;
}

#header .wrap .nav_button i {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-light-color);
}

#header .wrap .nav_button:hover i {
  color: var(--main-color);
}

/***** Header End *****/
/***** Nav *****/
#nav {
  width: 260px;
  height: 100vh;
  background-color: var(--box-color);
  border-right: 1px solid var(--border-color);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: width 0.2s, left 0.2s, right 0.2s;
  transition: width 0.2s, left 0.2s, right 0.2s;
  overflow-x: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#nav .nav_head {
  width: 100%;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav .nav_head .logo_area {
  display: block;
}

#nav .nav_head .logo_area img.logo {
  display: block;
}

#nav .nav_head .logo_area img.symbol {
  display: none;
}

#nav .nav_head .nav_close_button {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#nav .nav_head .nav_close_button i {
  color: var(--text-light-color);
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#nav .nav_head .nav_close_button:hover {
  background-color: var(--background-color);
}

#nav .nav_head .nav_close_button:hover i {
  color: var(--main-color);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#nav .nav_body {
  width: 100%;
  position: relative;
  height: calc(100% - 120px);
  overflow-x: hidden;
  overflow-y: auto;
}

#nav .nav_body .nav_items {
  width: 100%;
  position: relative;
}

#nav .nav_body .nav_items li,
#nav .nav_body .nav_items li a {
  color: #606060;
}

#nav .nav_body .nav_items > li > a {
  height: 46px;
  padding: 0px 20px;
}

#nav .nav_body .nav_items > li > a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background: var(--main-color);
  width: 3px;
  height: 38px;
}

#nav .nav_body .nav_items > li > ul > li a {
  height: 38px;
}

#nav .nav_body .nav_items > li > ul > li > a {
  padding: 0px 20px 0px 42px;
}

#nav .nav_body .nav_items > li > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 100%;
  margin-right: 4px;
}

#nav .nav_body .nav_items > li > ul > li > a.active::before, #nav .nav_body .nav_items > li > ul > li > a.selected::before {
  background: var(--main-color);
}

#nav .nav_body .nav_items > li > ul > li > ul > li > a {
  padding: 0px 20px 0px 54px;
}

#nav .nav_body .nav_items > li > ul > li > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  margin-right: 6px;
}

#nav .nav_body .nav_items > li > ul > li > ul > li > a.active::before, #nav .nav_body .nav_items > li > ul > li > ul > li > a.selected::before {
  border-color: var(--main-color);
}

#nav .nav_body .nav_items li {
  width: 100%;
  position: relative;
}

#nav .nav_body .nav_items li a {
  width: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav .nav_body .nav_items li a .icon {
  width: 20px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-right: 4px;
}

#nav .nav_body .nav_items li a .text {
  font-size: 15px;
  font-weight: 400;
  padding: 0px 18px 0px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#nav .nav_body .nav_items li a:hover, #nav .nav_body .nav_items li a.active, #nav .nav_body .nav_items li a.selected, #nav .nav_body .nav_items li a.hover {
  color: var(--main-color) !important;
}

#nav .nav_body .nav_items li a:hover .icon,
#nav .nav_body .nav_items li a:hover .text, #nav .nav_body .nav_items li a.active .icon,
#nav .nav_body .nav_items li a.active .text, #nav .nav_body .nav_items li a.selected .icon,
#nav .nav_body .nav_items li a.selected .text, #nav .nav_body .nav_items li a.hover .icon,
#nav .nav_body .nav_items li a.hover .text {
  color: var(--main-color) !important;
}

#nav .nav_body .nav_items li a.toggle_item::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  font-size: 15px;
  color: var(--text-light-color);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

#nav .nav_body .nav_items li a.toggle_item.selected::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#nav .nav_body .nav_items li ul {
  display: none;
}

#nav .nav_bottom {
  width: 100%;
  position: relative;
  height: 60px;
  border-top: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 0px 20px;
}

#nav .nav_bottom a {
  width: 32px;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#nav .nav_bottom a i {
  font-size: 16px;
  color: var(--text-light-color);
}

#nav .nav_bottom a:hover i {
  color: var(--main-color);
}

/***** Nav End *****/
/***** Content *****/
#content {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 60px);
  padding-left: 260px;
  padding-top: 60px;
  -webkit-transition: padding-left 0.35s;
  transition: padding-left 0.35s;
}

#content .wrap {
  width: 100%;
  position: relative;
  padding: 20px;
}

#content .wrap .content_head {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

#content .wrap .content_head .page_title {
  font-size: 20px;
  font-weight: 700;
}

#content .wrap .content_head .page_history {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

#content .wrap .content_head .page_history span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-light-color);
  position: relative;
}

#content .wrap .content_head .page_history span::after {
  content: "/";
  display: inline-block;
  margin: 0px 2px;
}

#content .wrap .content_head .page_history span:last-child::after {
  display: none;
}

#content .wrap .content_body {
  width: 100%;
  position: relative;
}

#content .wrap .content_body .content_items {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

#content .wrap .content_body .content_items .content_item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: var(--box-color);
}

#content .wrap .content_body .content_items .content_item:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

#content .wrap .content_body .content_items .content_item .head {
  width: 100%;
  position: relative;
}

#content .wrap .content_body .content_items .content_item .head .title {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .form_section {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

#content .wrap .content_body .content_items .content_item .form_section:nth-of-type(1) {
  margin-top: 10px;
}

#content .wrap .content_body .content_items .content_item .form_section:last-child {
  margin-bottom: 0;
}

#content .wrap .content_body .content_items .content_item .form_section .head {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content .wrap .content_body .content_items .content_item .form_section .head > h2 {
  font-size: 16px;
  font-weight: 500;
}

#content .wrap .content_body .content_items .content_item .form_section .head > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  gap: 2px;
  color: var(--text-light-color);
}

#content .wrap .content_body .content_items .content_item .form_section .head > a i {
  font-size: 13px;
  font-weight: 400;
}

#content .wrap .content_body .content_items .content_item .form_section .head > a span {
  font-size: 13px;
}

#content .wrap .content_body .content_items .content_item .form_section .head > a:hover {
  color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .copy_box {
  width: 100%;
  position: relative;
  min-height: 120px;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .copy_box p {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  word-break: break-all;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .copy_box:hover {
  border-color: var(--main-color);
  -webkit-box-shadow: 0 0 6px rgba(0, 158, 255, 0.2);
          box-shadow: 0 0 6px rgba(0, 158, 255, 0.2);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .copy_box:hover p {
  color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table {
  width: 100%;
  position: relative;
  overflow: auto;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
  border: 1px solid var(--border-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table th,
#content .wrap .content_body .content_items .content_item .form_section .form_box .table table td,
#content .wrap .content_body .content_items .content_item .form_section .form_box .table table td * {
  font-size: 14px;
  white-space: nowrap;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table th,
#content .wrap .content_body .content_items .content_item .form_section .form_box .table table td {
  border: 1px solid var(--border-color);
  padding: 8px;
  text-align: center;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table thead tr th {
  font-weight: 500;
  background-color: var(--background-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table tbody tr td {
  font-weight: 400;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table input,
#content .wrap .content_body .content_items .content_item .form_section .form_box .table table select {
  width: 100%;
  min-width: 96px;
  height: 32px;
  border: 1px solid var(--border-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table input:focus,
#content .wrap .content_body .content_items .content_item .form_section .form_box .table table select:focus {
  border-color: var(--main-color);
  outline: none;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .table table input {
  text-align: center;
  padding: 0px 8px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--border-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row:nth-of-type(1) {
  border-top: 1px solid var(--border-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li {
  width: 100%;
  min-height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li:nth-of-type(2n-1) {
  width: 180px;
  min-width: 180px;
  background-color: var(--background-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li:nth-of-type(2n) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li.empty {
  background-color: var(--box-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li.guides {
  width: 100%;
  padding-left: 180px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--box-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li.guides i {
  margin-right: 4px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li.full > div {
  max-width: none;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li > div {
  max-width: 360px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .inputbox,
#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .select {
  width: 100%;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li > label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .flex_box.nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  white-space: nowrap;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .checkbox label {
  font-size: 13px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .checkbox label::before {
  margin-right: 4px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .button_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  font-size: 13px;
  gap: 2px;
  color: var(--text-light-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .button_item i {
  font-size: 13px;
  font-weight: 400;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .button_item span {
  font-size: 13px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .button_item:hover {
  color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .inputbox {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .inputbox input {
  padding: 0px 10px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .select {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .select::after {
  right: 10px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .select select {
  padding: 0px 30px 0px 10px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .row li .date_box .select {
  width: 50%;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .info {
  width: 100%;
  position: relative;
  text-align: center;
  word-break: keep-all;
  margin-top: 40px;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .info p {
  font-size: 14px;
  font-weight: 500;
}

#content .wrap .content_body .content_items .content_item .form_section .form_box .info p i {
  margin-right: 4px;
}

#content .wrap .content_body .content_items .content_item .form_section_button_area {
  width: 100%;
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  gap: 10px 20px;
}

#content .wrap .content_body .content_items .content_item .form_section_button_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--button-background-color);
  white-space: nowrap;
  padding: 8px 24px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: var(--text-light-color);
}

#content .wrap .content_body .content_items .content_item .form_section_button_area a:hover {
  color: #fff;
  background-color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .form_button_area {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 10px 20px;
}

#content .wrap .content_body .content_items .content_item .form_button_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--button-background-color);
  white-space: nowrap;
  padding: 16px 48px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: var(--text-light-color);
}

#content .wrap .content_body .content_items .content_item .form_button_area a:hover {
  color: #fff;
  background-color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .table {
  width: 100%;
  position: relative;
}

#content .wrap .content_body .content_items .content_item .table .table_head {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 20px;
}

#content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 8px 16px;
}

#content .wrap .content_body .content_items .content_item .table .table_head .table_button_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 16px;
}

#content .wrap .content_body .content_items .content_item .table .table_head .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 102px;
  min-height: 40px;
  background-color: var(--box-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
  font-size: 15px;
  gap: 8px;
  border: 1px solid var(--border-color);
  cursor: pointer;
}

#content .wrap .content_body .content_items .content_item .table .table_head .button .text {
  font-size: 15px;
}

#content .wrap .content_body .content_items .content_item .table .table_head .button .icon {
  font-size: 15px;
  font-weight: 600;
}

#content .wrap .content_body .content_items .content_item .table .table_head .button:hover, #content .wrap .content_body .content_items .content_item .table .table_head .button:focus {
  outline: none;
  border-color: var(--main-color);
  color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .table .table_head .button:hover *, #content .wrap .content_body .content_items .content_item .table .table_head .button:focus * {
  color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .table .table_total {
  width: 100%;
  margin: 0 auto 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 16px;
  overflow: auto;
}

#content .wrap .content_body .content_items .content_item .table .table_total .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 16px;
  text-align: right;
  background-color: var(--box-color);
}

#content .wrap .content_body .content_items .content_item .table .table_total .box p {
  white-space: nowrap;
  margin-bottom: 2px;
}

#content .wrap .content_body .content_items .content_item .table .table_total .box p:last-child {
  margin-bottom: 0;
}

#content .wrap .content_body .content_items .content_item .table .table_total .box p span {
  font-size: 13px;
  color: var(--text-light-color);
}

#content .wrap .content_body .content_items .content_item .table .table_total .box p span.num {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
}

#content .wrap .content_body .content_items .content_item .table .table_total .box:hover {
  background: var(--background-color);
  border-color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .table .table_total .box:hover p,
#content .wrap .content_body .content_items .content_item .table .table_total .box:hover span {
  color: var(--main-color) !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body {
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 12px;
}

#content .wrap .content_body .content_items .content_item .table .table_body table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
  border: 1px solid var(--border-color) !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table * {
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif !important;
  white-space: nowrap;
  word-break: keep-all;
}

#content .wrap .content_body .content_items .content_item .table .table_body table thead tr {
  border-top: 1px solid var(--border-color) !important;
  background-color: var(--background-color) !important;
  border-bottom: 1px solid var(--border-color) !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table thead tr th {
  min-width: 50px;
  padding: 12px 6px;
  text-align: center;
  position: relative;
  font-weight: 500 !important;
  border: 1px solid var(--border-color) !important;
  white-space: nowrap !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table tfoot tr {
  background-color: var(--background-color) !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table tfoot tr td {
  color: var(--main-color);
  font-weight: 500 !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table tr {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--border-color) !important;
  background-color: var(--box-color);
}

#content .wrap .content_body .content_items .content_item .table .table_body table tr.border_row td {
  border: 1px solid var(--border-color) !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td {
  min-width: 50px;
  padding: 12px 6px;
  text-align: center;
  position: relative;
  /*
                                    input,
                                    select {
                                        min-height:36px;
                                        border:1px solid var(--border-color);
                                        background-color:#fff;
                                        white-space: nowrap!important;

                                        &:focus {
                                            outline:none;
                                            border-color:var(--main-color);
                                        }
                                    }

                                    input {
                                        padding:6px 10px;
                                    }
                                    */
}

#content .wrap .content_body .content_items .content_item .table .table_body table td > a {
  color: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .table .table_body table td > a:hover {
  text-decoration: underline;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .button {
  border: 1px solid var(--main-color);
  padding: 2px 10px;
  border-radius: 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  white-space: nowrap !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .button:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  text-decoration: none;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .inputbox,
#content .wrap .content_body .content_items .content_item .table .table_body table td .selectbox {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 96px;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .inputbox input {
  padding: 0 10px;
  white-space: nowrap !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .selectbox p {
  padding: 0px 38px 0px 10px;
  white-space: nowrap !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .selectbox p::after {
  right: 13px;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .select {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .select::after {
  right: 10px;
}

#content .wrap .content_body .content_items .content_item .table .table_body table td .select select {
  padding: 0 32px 0px 10px;
}

#content .wrap .content_body .content_items .content_item .table .table_body table .none_data_row {
  background: var(--box-color) !important;
}

#content .wrap .content_body .content_items .content_item .table .table_body table .none_data_row img {
  width: 180px;
  margin: 0 auto 6px;
}

#content .wrap .content_body .content_items .content_item .table .table_body table tbody tr:hover {
  background-color: var(--background-color);
}

#content .wrap .content_body .content_items .content_item .table .table_body table .sort_button {
  cursor: pointer;
  padding-left: 22px;
}

#content .wrap .content_body .content_items .content_item .table .table_body table .sort_button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/sort_top.png);
  margin-left: 2px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

#content .wrap .content_body .content_items .content_item .table .table_body table .sort_button:hover::after {
  opacity: 1;
}

#content .wrap .content_body .content_items .content_item .table .table_body table .sort_button.reverse::after {
  background-image: url(../images/sort_bottom.png);
}

#content .wrap .content_body .content_items .content_item .table .table_bottom {
  width: 100%;
  position: relative;
}

#content .wrap .content_body .content_items .content_item .table .table_paging {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 4px;
  margin-top: 20px;
}

#content .wrap .content_body .content_items .content_item .table .table_paging div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}

#content .wrap .content_body .content_items .content_item .table .table_paging a {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  border-radius: 100%;
  color: var(--text-light-color);
}

#content .wrap .content_body .content_items .content_item .table .table_paging a:hover {
  color: var(--main-color);
  background: var(--background-color);
}

#content .wrap .content_body .content_items .content_item .table .table_paging a.active {
  color: #fff;
  background: var(--main-color);
}

#content .wrap .content_body .content_items .content_item .table .table_paging i {
  font-size: 16px;
  font-weight: 300;
}

#content .wrap .content_body .content_items .flex_row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

#content .wrap .content_body .content_items .flex_row.col_2 > div {
  width: calc(50% - 10px);
}

/***** Content End *****/
/***** Footer *****/
#footer {
  width: 100%;
  background-color: var(--box-color);
  padding-left: 260px;
  -webkit-transition: padding-left 0.35s;
  transition: padding-left 0.35s;
}

#footer p {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-light-color);
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  word-break: keep-all;
}

/***** Footer End *****/
/***** Modal *****/
.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.modal.active {
	display: flex;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal.max_width_520 .content {
  max-width: 520px;
}

.modal.max_width_640 .content {
  max-width: 640px;
}

.modal.max_width_1080 .content {
  max-width: 1080px;
}

.modal .content {
  width: 95%;
  max-width: 780px;
  max-height: 95%;
  background-color: var(--box-color);
  padding: 32px 24px;
  border-radius: 10px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal .content::-webkit-scrollbar {
  display: none;
}

.modal .content .head {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .content .head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.modal .content .head .title i {
  font-size: 16px;
  margin-right: 6px;
}

.modal .content .head .title h2 {
  font-size: 16px;
  font-weight: 500;
}

.modal .content .head .modal_close_btn i {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-light-color);
  -webkit-transition: all .35s;
  transition: all .35s;
}

.modal .content .head .modal_close_btn:hover i {
  color: var(--main-color);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.modal .content .body {
  width: 100%;
  position: relative;
  max-height: 580px;
  padding: 0px 10px;
  margin: 16px 0px 32px;
  overflow: auto;
  border-top: 1px solid var(--border-color);
}

.modal .content .body::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--border-color);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 1px;
  z-index: 1;
}

.modal .content .body .sect {
  width: 100%;
  position: relative;
}

.modal .content .body .sect .sect_head {
  width: 100%;
  position: relative;
  padding: 16px 0px;
  border-bottom: 1px solid var(--border-color);
}

.modal .content .body .sect .sect_head h2 {
  font-size: 16px;
  font-weight: 500;
}

.modal .content .body .row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0px;
}

.modal .content .body .row.col_2 > div:nth-of-type(2n-1) {
  width: 20%;
}

.modal .content .body .row.col_2 > div:nth-of-type(2n) {
  width: 30%;
}

.modal .content .body .row > div {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .content .body .row > div .connect_box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.modal .content .body .row > div .connect_box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 40px;
  white-space: nowrap;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: var(--box-color);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.modal .content .body .row > div .connect_box .button:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: transparent;
}

.modal .content .body .row > div:nth-of-type(2n-1) {
  width: 20%;
}

.modal .content .body .row > div:nth-of-type(2n) {
  width: 80%;
}

.modal .content .body .row > div.full {
  width: 100%;
}

.modal .content .body .row > div input[type="range"] {
  width: 100%;
}

.modal .content .body .row > div p,
.modal .content .body .row > div span {
  font-size: 15px;
  font-weight: 500;
  word-break: keep-all;
}

.modal .content .body .row > div p {
  width: 100%;
  text-align: center;
}

.modal .content .body .row > div > p {
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.modal .content .body .row > div > .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 40px;
  white-space: nowrap;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: var(--box-color);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.modal .content .body .row > div > .button:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: transparent;
}

.modal .content .body .row .checkbox_area {
  width: 100% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal .content .body .row .checkbox label {
  white-space: nowrap;
  font-size: 14px;
}

.modal .content .body .row .checkbox label::before {
  margin-right: 4px;
}

.modal .content .body .row textarea {
  width: 100%;
  position: relative;
  min-height: 200px;
  border: 1px solid var(--border-color);
  resize: vertical;
  padding: 16px;
  font-size: 15px;
}

.modal .content .body .row textarea:focus {
  border-color: var(--main-color);
  outline: none;
}

.modal .content .bottom {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.modal .content .bottom a {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: var(--main-color);
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  padding: 16px 0px;
  border-radius: 4px;
}

.modal .content .bottom a span {
  font-size: 15px;
  font-weight: 400;
}

.modal .content .bottom a i {
  font-weight: 400;
  margin-left: 2px;
}

.modal .content .bottom a:hover {
  -webkit-filter: saturate(80%);
          filter: saturate(80%);
}

.modal .selectbox,
.modal .inputbox {
  width: 100%;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .select {
  /* 12/21 add .select */
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/***** Modal End *****/
/* 12/21 add .select */
.select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.select::after {
  font-size: 16px;
  right: 16px;
}

.select select {
  width: 100%;
  height: 100%;
  padding: 0px 48px 0px 16px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
}

/* 12/21 add .select end */


/* 2023.07.21 muller */

.new_form {
	width: 100%;
	position: relative;
}

.new_form .new_form_row {
	width: 100%;
	position: relative;
	margin-top: 1.2rem;
}

.new_form .new_form_row:first-child {
	margin-top: 0;
}

.new_form .new_form_label {
	width: fit-content;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: .6rem;
	display: block;
}

.new_form .new_form_input {
	width: 100%;
	height: 4.4rem;
	font-size: 1.5rem;
	border: 1px solid var(--border-color);
	outline: none;
	padding: 0 1.2rem;
	border-radius: .4rem;
}

.new_form .new_form_input:read-only {
	background-color: var(--button-background-color);
}

.new_form .new_form_input:focus {
	border-color: var(--main-color)
}

.new_form .select {
	width: 100%;
	height: 4.4rem;
	box-shadow: none;
	border-radius: .4rem;
}

.new_form .select::after {
	font-size: 1.6rem;
	right: 1.2rem;
}

.new_form .select select {
	font-size: 1.5rem;
	padding: 0 3.6rem 0 1.2rem;
}

.new_form .new_form_textarea {
	width: 100%;
	height: 8.8rem;
	min-height: 4.4rem;
	max-height: 36rem;
	padding: 1.2rem;
	font-size: 1.5rem;
	border: 1px solid var(--border-color);
	border-radius: .4rem;
	outline: none;
	resize: vertical;
}

.new_form .new_form_textarea:focus {
	border-color: var(--main-color);
}

.new_form .new_form_button {
	all: unset;
	cursor: pointer;
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: .4rem;
	white-space: nowrap;
	min-width: 7.2rem;
	max-width: 100%;
	box-sizing: border-box;
}

.new_form .new_form_button.new_form_button_border {
	color: var(--main-color);
	border: 1px solid var(--main-color);
	padding: .8rem 1.2rem;
}

.new_form .new_form_button.new_form_button_color {
	color: #fff;
	background-color: var(--main-color);
}

.new_form .description_wrap {
	width: 100%;
	position: relative;
}

.new_form .description_wrap .description_row {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .8rem;
	margin-top: .6rem;
}

.new_form .description_wrap .description_row input:nth-of-type(1) {
	width: 24rem;
}

.new_form .description_wrap .description_row input:nth-of-type(2) {
	flex: 1;
}

.new_form .new_form_foot {
	width: 100%;
	position: relative;
	margin-top: 3.6rem;
}

.new_form .new_form_foot .new_form_button_group {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	     -ms-flex-pack: end;
	         justify-content: flex-end;
	gap: 1.2rem;
}

.new_form .new_form_foot .new_form_button {
	min-width: 9.6rem;
	min-height: 4.4rem;
	padding: .8rem 1.2rem;
}

.new_form .img_wrap {
	width: 100%;
	position: relative;
	margin-bottom: .6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	gap: .6rem;
}

.new_form .img_wrap .img_box {
	width: auto;
	min-width: 24rem;
	position: relative;
}

.new_form .img_wrap .img_box::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.new_form .img_wrap .img_box.img_ratio_4_3 {
	max-width: 40rem;
}

.new_form .img_wrap .img_box.img_ratio_4_3::after {
	padding-bottom: 75%;
}

.new_form .img_wrap .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: .4rem;
	-o-object-fit: cover;
     object-fit: cover;
}

.new_form .img_wrap .img_box .img_box_delete_button {
	min-width: auto;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: .6rem;
	top: .6rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
}

.new_form .img_wrap .img_box .img_box_delete_button:hover {
	background-color: rgba(0, 0, 0, .8);
}

.new_form .img_wrap .img_box .img_box_delete_button::after {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.6rem;
	font-weight: 300;
}


.prod_card_wrap {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 1rem 0;
}

.prod_card_wrap > div {
	width: 100%;
	position: relative;
	border: 1px solid var(--border-color);
	border-radius: 1rem;
	padding: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}

.prod_card_wrap > div .img_box {
	width: 12rem;
	position: relative;
}

.prod_card_wrap > div .img_box::after {
	content: "";
	display: block;
	padding-bottom: 75%;
}

.prod_card_wrap > div .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: .4rem;
	-o-object-fit: cover;
     object-fit: cover;	
}

.prod_card_wrap > div .info_box {
	position: relative;
	-webkit-box-flex: 1;
			-ms-flex: 1;
		    	flex: 1;
	padding-left: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	gap: 1rem 2rem;
}

.prod_card_wrap > div .info_box > div .prod_title {
	font-size: 1.65rem;
	font-weight: 700;
}

.prod_card_wrap > div .info_box > div .prod_text {
	font-size: 1.5rem;
	margin-top: .6rem;
}

.prod_card_wrap > div .info_box > div .prod_price_group {
	width: 100%;
	position: relative;
	margin-top: .8rem;
}

.prod_card_wrap > div .info_box > div .prod_price_group span {
	font-size: 1.6rem;
	font-weight: 700;
}

.prod_card_wrap > div .info_box > div .prod_price_group span.sale {
	color: var(--red);
	margin-right: .2rem;
}

.prod_card_wrap > div .info_box > div .prod_price_group span.og {
	color: var(--text-light-color);
	text-decoration: line-through;
	font-size: 1.4rem;
	font-weight: 400;
	margin-left: .6rem;
	opacity: .6;
}

.prod_card_wrap > div .info_box > div.info_right_box {
	min-width: 36rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	      -ms-flex-align: end;
	          align-items: flex-end;
	gap: 1rem;
	
}

.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	gap: .6rem;
}

.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group > div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	gap: .2rem;
}

.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group > div::before {
	content: "/";
	display: block;
	font-size: 1.4rem;
	color: var(--text-light-color);
	margin-right: .4rem;
}

.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group > div:first-child::before {
	display: none;
}

.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group span {
	font-size: 1.4rem;
	font-weight: 500;
}

.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group span.sell {
	color: #41afe5;	
}

.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group span.stop {
	color: #ff1e00;	
}

.prod_card_wrap > div .info_box > div.info_right_box .button_group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	      flex-wrap: wrap;
	gap: .8rem;
}

.cnt-button-group {
  height: 3.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  border-radius: .4rem;
  font-family: 'Pretendard';
}

.cnt-button-group input {
  width: 4.8rem;
  height: 100%;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-color: var(--border-color) !important;
  padding: 0;
  font-size: 15px;
  outline: none;
}

.cnt-button-group button {
  width: 3.2rem;
  height: 100%;
  min-width: auto !important;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: .4rem;
}

.cnt-button-group button:hover {
  background-color: #fafafa;
}

/* 2023.07.21 muller end */

@media (min-width: 1200px) {
  .pc_hidden_elements,
  .mobile_overlay {
    display: none !important;
  }
  /***** Nav Mini Mode ******/
  /***** Body *****/
  body.nav_mini_mode {
    /* Nav */
    /* Nav End */
  }
  body.nav_mini_mode .mini_mode_hidden_elements {
    display: none !important;
  }
  body.nav_mini_mode #nav {
    width: 60px;
  }
  body.nav_mini_mode #nav .nav_head .logo_area img.logo {
    display: none;
  }
  body.nav_mini_mode #nav .nav_head .logo_area img.symbol {
    display: block;
  }
  
  
  body.nav_mini_mode #nav .nav_body .nav_items > li:hover > ul {
    display: block !important;
  }
  body.nav_mini_mode #nav .nav_body .nav_items > li > ul {
    width: 240px;
    position: fixed;
    top: auto;
    left: 80px;
    z-index: 9999;
    background: var(--main-color);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: none !important;
    margin-top: -36px;
    padding: 8px 0px;
    border-radius: 10px;
  }
  body.nav_mini_mode #nav .nav_body .nav_items > li > ul::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 60px;
    width: 20px;
    height: 100vh;
    opacity: 0;
  }
  body.nav_mini_mode #nav .nav_body .nav_items > li > ul:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  body.nav_mini_mode #nav .nav_body .nav_items > li > ul > li > a {
    padding: 0px 16px;
  }
  body.nav_mini_mode #nav .nav_body .nav_items > li > ul > li > ul > li > a {
    padding: 0px 16px 0px 32px;
  }
  body.nav_mini_mode #nav .nav_body .nav_items > li > a.toggle_item::after {
    display: none;
  }
  body.nav_mini_mode #header,
  body.nav_mini_mode #content,
  body.nav_mini_mode #footer {
    padding-left: 60px;
  }
  /***** Body End *****/
  /***** Nav Mini Mode End ******/
}

@media (max-width: 1199px) {
  .mobile_hidden_elements {
    display: none !important;
  }
  .pc_hidden_elements {
    display: block;
  }
  
  .pc_hidden_elements.flex_elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav {
    left: auto;
    right: -260px;
  }
  #nav.show {
    right: 0;
  }
  #nav .nav_head {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: 1px solid var(--border-color);
  }
  #nav .nav_body .nav_items > li > a.active::before {
    display: none;
  }
  #header,
  #content,
  #footer {
    padding-left: 0;
  }
  #footer p {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .wrap .content_body .content_items .content_item {
    width: 100%;
  }
  
  #header .logo img {
  	display: none;
  }
  
  #header .logo img.light_mode {
  	display: block;
  }
  
  body.dark_mode #header .logo img.light_mode {
  	display: none;
  }
  
  body.dark_mode #header .logo img.dark_mode {
  	display: block;
  }
  
}

@media (max-width: 767px) {
	
	:root {
		font-size: 50%;
	}
	
  .table_filter_button {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .table_setting_button {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter {
    width: 100%;
    display: none;
  }
  #content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter .selectbox,
  #content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter .datebox {
    width: 100%;
  }
  #content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter .selectbox .inputbox,
  #content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter .datebox .inputbox {
    width: 50%;
  }
  #content .wrap .content_body .content_items .content_item .table .table_head .table_button_area {
    width: 100%;
  }
  #content .wrap .content_body .content_items .content_item .table .table_head .table_button_area .inputbox,
  #content .wrap .content_body .content_items .content_item .table .table_head .table_button_area .selectbox {
    width: 100%;
  }
  #content .wrap .content_body .content_items .content_item .table .table_head .table_button_area .button {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal .content {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    max-width: none !important;
    overflow-y: hidden;
    border-radius: 0;
    padding: 0;
  }
  .modal .content .head {
    height: 60px;
    padding: 0 20px;
  }
  .modal .content .body {
    max-height: none;
    height: calc(100% - 150px);
    margin: 0;
    padding: 0 20px;
  }
  .modal .content .body::after {
    display: none;
  }
  .modal .content .body .row > div:nth-of-type(1) {
    width: 25%;
  }
  .modal .content .body .row > div:nth-of-type(2) {
    width: 75%;
  }
  .modal .content .body .row > div .connect_box > div:nth-of-type(2) {
    width: calc(100% - 20px);
  }
  .modal .content .bottom {
    height: 90px;
    position: absolute;
    bottom: 0;
    padding: 0px 20px;
    border-top: 1px solid var(--border-color);
    z-index: 1;
  }
  .modal .content .body .row.col_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal .content .body .row.col_2 > div:nth-of-type(1),
  .modal .content .body .row.col_2 > div:nth-of-type(2) {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .modal .content .body .row.col_2 > div:nth-of-type(2n-1) {
    width: 25%;
  }
  .modal .content .body .row.col_2 > div:nth-of-type(2n) {
    width: 75%;
  }
  .datepicker_div {
    max-width: none !important;
  }
  /* 12/21 add .select */
  .select {
    width: 100%;
  }
  /* 12/21 add .select end */
  /* 211222 add */
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li {
    width: 100% !important;
    min-width: auto !important;
    max-width: none !important;
    min-height: 50px;
    padding: 8px;
    border-bottom: 1px solid var(--border-color);
  }
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li.empty {
    display: none !important;
  }
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li.guides {
    padding: 8px;
  }
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li > label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li > div {
    width: 100% !important;
    max-width: none;
  }
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li > div .inputbox {
    width: 100%;
  }
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li .checkbox,
  #content .wrap .content_body .content_items .content_item .form_section .form_box .row li .button_item {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: absolute;
    right: 10px;
    top: -37.5px;
    z-index: 2;
  }
  #content .wrap .content_body .content_items .content_item .form_section_button_area a {
    width: 100%;
    padding: 12px;
  }
  #content .wrap .content_body .content_items .content_item .form_button_area a {
    width: 100%;
    padding: 12px;
  }
  /* 211222 end */
  
  
	/* 2023.07.21 muller */
	 
	.new_form .description_wrap .description_row {
		-ms-flex-wrap: wrap;
      		flex-wrap: wrap;
	}
	
	.new_form .description_wrap .description_row input:nth-of-type(1) {
		width: 100%;
	}
	
	.prod_card_wrap > div .info_box {
		
		-ms-flex-wrap: wrap;
      		flex-wrap: wrap;
		
	}
	
	.prod_card_wrap > div .info_box > div.info_right_box {
		width: 100%;
		min-width: auto;
		-webkit-box-align: start;
			-ms-flex-align: start;
			    align-items: flex-start;
	}
	
	.prod_card_wrap > div .info_box > div.info_right_box .prod_state_group {
		-webkit-box-pack: start;
			-ms-flex-pack: start;
			    justify-content: flex-start;
	}
	 
	 /* 2023.07.21 muller end*/
  
}

@media (max-width: 519px) {
  #content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter .datebox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .wrap .content_body .content_items .content_item .table .table_head .table_default_filter .datebox .inputbox {
    width: 100%;
  }
  
  
  /* 2023.07.21 muller */
  
	.new_form .img_wrap .img_box {
		width: 100%;
		max-width: none;
		min-width: auto;
	}
	
	.new_form .img_wrap .img_box.img_ratio_4_3 {
		max-width: none;
	}

	.new_form .new_form_mo_max_button,	
	.new_form .new_form_foot .new_form_button {
		width: 100%;
		min-width: auto;
	}
  
  /* 2023.07.21 muller end*/
  
}

@media (max-width: 364px) {
  .modal .content .body .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0px;
  }
  .modal .content .body .row > div {
    width: 100% !important;
  }
  .modal .content .body .row > div > p {
    min-height: auto;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal .content .body .row > div:nth-of-type(1) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
  }
  .modal .content .body .row.col_2 > div:nth-of-type(3) {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .modal .content .body .row.col_2 .connect_box {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .modal .content .body .row.col_2 .button {
    width: 100%;
  }
}

.datepicker_div {
  width: 100%;
  max-width: 280px;
  display: inline-block;
  text-align: left;
  position: relative;
  cursor: pointer;
  z-index: 9995;
}

.datepicker_div .datepicker {
  height: auto !important;
  min-height: 40px !important;
  font-size: 15px;
  font-weight: 300;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.datepicker_div .datepicker:focus {
  border-color: var(--main-color) !important;
}

.modal .datepicker_div {
  z-index: 9998;
}

.imgPlusBox {
	border: 0.7px dotted grey;
    max-width: 40rem;
    width: auto;
    min-width: 24rem;
    position: relative;
    height: 18rem;
	border-radius: 0.5rem;

}

@media (max-width: 519px) {
	.imgPlusBox {
    	max-width: none;
   	    width: 100%;
	    min-width: auto;
    }
}

.imgPlusBox label {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.4rem;
    -o-object-fit: cover;
    object-fit: cover;
    display:flex;
    align-items: center;
	justify-content: space-around;
	color: grey;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis.line-2 {
  -webkit-line-clamp: 2;
}

