@charset "UTF-8";
body, html {
  height: 100%;
}

/*css 변수선언*/
:root {
  --admin-point-color:#2f3572;
  --title-light-color: #3741a8;
  --button-hover: #0b13bc;
  --menu-hover-back: #e9ebff;
  --menu-sub-back: #f2f3ff;
  --menu-hover-active: #e8eafd;
  --input-text-active: #2d38b8;
  --input-text-active-back: #f6f7ff;
  --title-color: #0d0d11;
  --admin-line: 1px solid #ebebeb;
  --admin-bottom-line:1px solid #dfe2e9;
  --link-hover-background: #d0fee5;
  --bd-radius: 3px;
  --light-text-color: #5f5f5f;
  --box-shadow: 0 1px 2px rgba(191,191,191,.15);
  --border-line: 1px solid #c6c6c6;
  --light-bg: #e9ebff;
  --tab-hover-back: #f5f5f5;
  --btn-bg-title_01: #ff9a63;
  --btn-bg-title_02: #ff442c;
}

/*button*/
.button_excel {
  background: #0d8317;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
  white-space: nowrap;
  max-height: 32px;
  border-radius: 3px;
}
.button_excel:hover {
  color: #fff;
}
.button_excel:hover {
  background: #016309;
}

.button_search {
  background: #3039af;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
  white-space: nowrap;
  max-height: 32px;
  border-radius: 3px;
}
.button_search:hover {
  color: #fff;
}
.button_search:hover {
  background: #202792;
}

.button_cancel {
  background: #838383;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
  white-space: nowrap;
  max-height: 32px;
  border-radius: 3px;
}
.button_cancel:hover {
  color: #fff;
}
.button_cancel:hover {
  background: #727272;
}

.button_reset {
  background: #5d63ac;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
  white-space: nowrap;
  max-height: 32px;
  border-radius: 3px;
}
.button_reset:hover {
  color: #fff;
}
.button_reset:hover {
  background: #41467c;
}

.button_reg {
  background: #2d38b8;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
  white-space: nowrap;
  max-height: 32px;
  border-radius: 3px;
}
.button_reg:hover {
  color: #fff;
}
.button_reg:hover {
  background: #1d268d;
}

.button_save {
  background: #2d38b8;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  transition: all ease-in 0.3s;
  white-space: nowrap;
  max-height: 32px;
  border-radius: 3px;
}
.button_save:hover {
  color: #fff;
}
.button_save:hover {
  background: #1d268d;
}

/*main auto wide flex*/
.sq_div_6 {
  flex-basis: 15%;
  flex: 6;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.sq_div_5 {
  flex-basis: 19%;
  flex: 5;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.sq_div_4 {
  flex-basis: 24%;
  flex: 4;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.sq_div_3 {
  flex-basis: 30%;
  flex: 3;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.sq_div_2 {
  flex-basis: 48%;
  flex: 2;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.sq_div_1 {
  flex-basis: 100%;
  flex: 1;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

/*auto wide inner conent flex*/
.sq_div_n6 {
  flex-basis: 15%;
  flex: 1;
  border-radius: var(--bd-radius);
  background: #fff;
  word-break: break-all;
  gap: 5px;
}

.sq_div_n5 {
  flex-basis: 19%;
  flex: 1;
  border-radius: var(--bd-radius);
  background: #fff;
  word-break: break-all;
  gap: 5px;
}

.sq_div_n4 {
  flex-basis: 24%;
  flex: 1;
  border-radius: var(--bd-radius);
  background: #fff;
  word-break: break-all;
  gap: 5px;
}

.sq_div_n3 {
  flex-basis: 30%;
  flex: 1;
  border-radius: var(--bd-radius);
  background: #fff;
  word-break: break-all;
  gap: 5px;
}

.sq_div_n2 {
  flex-basis: 48%;
  flex: 1;
  border-radius: var(--bd-radius);
  background: #fff;
  word-break: break-all;
  gap: 5px;
}

.sq_div_n1 {
  flex-basis: 100%;
  flex: 1;
  border-radius: var(--bd-radius);
  background: #fff;
  word-break: break-all;
  gap: 5px;
}

/*item output*/
.items_fs_1 {
  --columns: 1;
  --gap: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--gap);
}
.items_fs_1 .item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  gap: 5px;
}

.items_fs_2 {
  --columns: 2;
  --gap: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--gap);
}
.items_fs_2 .item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  gap: 5px;
}

.items_fs_3 {
  --columns: 3;
  --gap: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--gap);
}
.items_fs_3 .item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  gap: 5px;
}

.items_fs_4 {
  --columns: 4;
  --gap: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--gap);
}
.items_fs_4 .item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  gap: 5px;
}

.items_fs_5 {
  --columns: 5;
  --gap: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--gap);
}
.items_fs_5 .item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  gap: 5px;
}

.items_fs_6 {
  --columns: 6;
  --gap: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--gap);
}
.items_fs_6 .item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  gap: 5px;
}

.item_nogap {
  --gap:0px;
  gap: 2px 0;
}

/*body layout*/
.wraper {
  min-height: 100%;
  width: 100%;
  background: #f0f3f7;
  background-size: cover;
  overflow-x: hidden;
}

.pass_wraper {
  min-height: 100%;
  width: 100%;
  background: #f1f1f1;
  background-size: cover;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login_wraper {
  min-height: 100%;
  width: 100%;
  background: #f1f1f1;
  background-size: cover;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*admin header*/
.admin_header {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-bottom: var(--admin-line);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  gap: 10px;
  box-shadow: var(--box-shadow);
  z-index: 30;
  border-bottom: var(--admin-bottom-line);
}

.admin_header h1 {
  width: 280px;
}

.admin_header h1 a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 35px;
  width: 100%;
}

.admin_header h1 a img {
  max-width: 100%;
  height: 35px;
}

/*virture_h*/
.virture_h {
  width: 100%;
}

.contents_layout {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}

/*menu*/
.side_info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.side_info > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.side_info > ul > li > a {
  color: var(--admin-point-color);
  padding: 0 10px;
  font-size: 1rem;
}

.side_info > ul > li > a.ad_fonts {
  color: var(--admin-point-color);
  padding: 0 10px;
  font-size: 1rem;
}

.nav_menu {
  position: relative;
}

.nav_menu > ul {
  position: fixed;
  width: 100%;
  max-width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border-radius: var(--bd-radius);
  box-shadow: var(--box-shadow);
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.nav_menu > ul > li > a {
  word-break: break-all;
  padding: 5px 15px;
  display: block;
  color: var(--admin-point-color);
  transition: all 0.15s ease-in;
}

.nav_menu > ul > li > a.active.depth::before {
  transform: rotate(90deg);
}

.nav_menu > ul > li > a:hover {
  background: var(--menu-hover-back);
}

.nav_menu a.active {
  color: var(--button-hover);
  background: var(--menu-hover-back);
}

.nav_menu > ul > li > a > i {
  margin-right: 10px;
  width: 15px;
  text-align: center;
}

.sub_menu {
  display: none;
  overflow: hidden;
  background: var(--menu-sub-back);
}

.sub_menu > li > a {
  padding: 3px 15px 3px 45px;
  width: 100%;
  display: block;
  color: var(--light-text-color);
}

.sub_menu > li > a:hover, .sub_menu > li > a:focus {
  color: var(--title-light-color);
}

.items_sb {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: space-between;
  background: transparent;
}

.items_fs {
  flex-wrap: wrap;
  display: flex;
  gap: 10px 0.82%;
  align-items: stretch;
  justify-content: flex-start;
  background: transparent;
}

.dash_board {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
}

.dash_board.row {
  margin: 0;
  padding: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.sub_title {
  color: var(--title-color);
}

.icon_org {
  background: url(/img/title_icon_orange.png) no-repeat center left;
  padding-left: 12px;
  background-size: 6px;
}

.icon_blue {
  background: url(/img/title_icon_blue.png) no-repeat 0 1px;
  padding-left: 12px;
  background-size: 6px;
}

.icon_green {
  background: url(/img/title_icon_green.png) no-repeat center left;
  padding-left: 12px;
  background-size: 6px;
}

.items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.view_more {
  background: var(--btn-bg-title_01);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 3px;
  border-radius: var(--bd-radius);
}

.view_more:hover {
  color: #fff;
}

.row {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

/*.row > * {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}*/

.items.row > .col-md-2 {
  gap: 5px;
}

.items.row > .col-md-3 {
  gap: 5px;
}

.items.row > .col-md-4 {
  gap: 5px;
}

.items.row > .col-md-5 {
  gap: 5px;
}

.items.row > .col-md-6 {
  gap: 5px;
}

.items.row .col-md-2 {
  width: calc(16.6666667% - 6px);
}

.items.row .col-md-3 {
  width: calc(33.3333333% - 6px);
}

.items.row .col-md-4 {
  width: calc(25% - 6px);
}

.items.row .col-md-5 {
  width: calc(50% - 6px);
}

.items.row .col-md-6 {
  width: calc(60% - 6px);
}

/*items h3*/
.ds_title {
  color: var(--title-color);
  line-height: 1;
  font-size: 0.9rem;
}

/*percent standartd flex*/
.shk_div_s6 {
  word-break: break-all;
  width: 16.6666%;
  gap: 5px;
  width: inherit;
}

.in_item {
  padding: 10px;
}

.in_item img {
  max-width: 100%;
}

.item_btn_grp {
  flex: 1;
  gap: 5px;
  flex-basis: 15%;
  flex-wrap: wrap;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

/*contents*/
.tit_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tit_flex i {
  color: var(--btn-bg-title_01);
}

.in_contents {
  font-size: 0.9rem;
}

.contents {
  margin-top: 5px;
  width: 100%;
}

.flex_contents {
  flex-basis: 100%;
  margin-top: 5px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.color_point_01 {
  color: var(--btn-bg-title_01);
}

.color_point_02 {
  color: var(--btn-bg-title_02);
}

.hd_select_layout {
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  background: #fff;
  word-break: break-all;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.show_grid {
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  background: #fff;
  width: 100%;
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  min-height: 400px;
  overflow-y:auto;
}

.in_contents {
  min-height: 380px;
  overflow-y: auto;
}

.show_contents {
  box-shadow: var(--box-shadow);
  border-radius: var(--bd-radius);
  background: #fff;
  width: 100%;
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.hamberger_menu {
  z-index: 42;
  display: none;
}

.hamberger_menu > a {
  display: none;
}

.moblie_back_layer {
  position: fixed;
  height: 100%;
  width: 100%;
  right: -100%;
  top: 0;
  z-index: 35;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

/*menu top horizontal*/
.horizontal .nav_menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.horizontal .nav_menu > ul {
  overflow-y: visible;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

.horizontal .nav_menu .sub_menu {
  position: absolute;
}

.horizontal .nav_menu > ul > li > a.depth::before {
  display: none;
}

.horizontal .sub_menu {
  width: 200px;
  box-shadow: var(--box-shadow);
}

.horizontal .sub_menu > li > a {
  background: none;
  padding: 5px 20px;
}

.horizontal .sub_menu > li > a:hover {
  background: var(--menu-hover-active);
  color: var(--title-light-color);
}

.input_text {
  padding: 4.5px 7px;
  outline: none;
  border: 1px solid #dfdfdf;
  color: #5f5f5f;
  width: 100%;
  border-radius: 0;
  transition: all 0.2s ease-in;
  font-size: 0.95rem;
}

.box_select {
  padding: 5px 7px;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  outline: none;
  box-shadow: none;
  color: var(--light-text-color);
  transition: all 0.2s ease-in;
  font-size: 0.95rem;
}

.box_select:hover,
.box_select:focus,
.input_text:hover,
.input_text:focus {
  border: 1px solid var(--input-text-active);
  background: var(--input-text-active-back);
}

.input_text:disabled {
  border: 1px solid #cacaca;
  background: #eeeeee;
}

/*tab menu*/
.admin_tab {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.admin_tab li a {
  padding: 10px;
  background: #fff;
  display: block;
  color: var(--light-text-color);
}

.admin_tab li a:hover, .admin_tab li a:focus {
  color: var(--title-light-color);
  background: var(--tab-hover-back);
  border-top: 1px solid var(--tab-hover-back);
}

.admin_tab li a.active {
  background: var(--menu-sub-back);
  color: var(--button-hover);
  border-top: 1px solid var(--button-hover);
}

.content_tab {
  display: none;
  padding: 10px;
  background: var(--menu-sub-back);
}

.tab_group {
  background: #fff;
}

/*로그인*/
.login_grp {
  width: 90%;
  max-width: 500px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 40px;
  color: var(--title-color);
  box-shadow: var(--box-shadow); /* mix-blend-mode: multiply; */
  mix-blend-mode: unset;
  border: var(--admin-line);
}

.pass_grp {
  width: 90%;
  max-width: 500px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 40px;
  color: var(--title-color);
  box-shadow: var(--box-shadow); /* mix-blend-mode: multiply; */
  mix-blend-mode: unset;
  border: var(--admin-line);
}

.login_grp h1 img {
  margin: 0 auto;
}

.click_here {
  width: 90%;
  max-width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.click_here a {
  text-align: right;
  transition: all 0.2s ease-in;
  display: block;
  width: 100%;
  color: var(--title-color);
}

.click_here a:hover {
  color: var(--button-hover);
}

.login_grp label,
.login_grp a {
  color: var(--light-text-color);
}

.pass_grp h1,
.pass_grp p,
.login_grp h1 {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px; /*margin-bottom: 20px*/
  color: var(--title-color);
}

.login_grp p {
  width: 100%;
  color: var(--light-text-color);
  text-align: center;
  margin: 0 auto 20px;
}

.box_id_pw {
  margin: 0 auto;
  width: 100%;
}

.box_id_pw input[type=text]:hover,
.box_id_pw input[type=password]:hover,
.box_id_pw input[type=text]:focus,
.box_id_pw input[type=password]:focus {
  background: #e9ebff;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in;
}

.box_id_pw .ac_sb {
  padding-top: 5px;
  padding-bottom: 5px;
}

.box_id_pw input[type=text] {
  width: 100%;
  outline: none;
  border: 0;
  padding: 10px;
  font-size: 1.1rem;
  color: var(--title-color);
  margin-bottom: 10px;
  border: 1px solid transparent;
  background: transparent;
  border-bottom: var(--border-line);
}

.box_id_pw input[type=password] {
  width: 100%;
  outline: none;
  border: 0;
  padding: 10px;
  font-size: 1.1rem;
  color: var(--title-color);
  margin-bottom: 10px;
  border: 1px solid transparent;
  background: transparent;
  border-bottom: var(--border-line);
}

.login_btn {
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
  border: 0;
  background: var(--admin-point-color);
  transition: all ease-in 0.3s;
}

.login_btn:hover {
  background: var(--button-hover);
  color: #fff;
}

a.login_btn {
  display: block;
  text-align: center;
}

.switch_menu {
  position: relative;
  cursor: pointer;
  width: 40px;
  border-radius: 20px;
  padding: 8px;
  border: 1px solid #dfdfdf;
  background: #d8d8d8;
  transition: all 0.2s ease-in;
}

.circle_move {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  left: 0;
  top: 0px;
  background: #fff;
  transition: all 0.2s ease-in;
}

.switch_menu.on {
  background: var(--admin-point-color);
}

.switch_menu.on .circle_move {
  left: 23px;
}

.caution_text {
  margin-bottom: 10px;
}

.caution_pass {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: none;
}

.caution_pass > span {
  display: block;
  text-align: left;
  padding: 5px 0;
}

.email_point {
  background: var(--light-bg);
  color: var(--title-color);
  text-align: center;
  padding: 10px;
}

.pw_click {
  cursor: pointer;
}

.check_done {
  margin: 0 auto 30px;
}

/*404 error*/
.error_404 {
  background: url(/img/background_img.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error_500 {
  background: url(/img/500_error.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_err_msg {
  font-size: 9rem;
  color: #3039af;
  width: 90%;
  max-width: 600px;
}

.title_err_msg_500 {
  font-size: 9rem;
  position: relative;
  color: #3039af;
  width: 90%;
  max-width: 600px;
}

.title_err_msg_500 > img {
  position: absolute;
  left: 20%;
  bottom: 20px;
}

.error_message {
  width: 90%;
  max-width: 500px;
}

.error_message > img {
  width: 120px;
  margin: 0 auto;
}

.error_message h1,
.error_message p {
  width: 100%;
}

.goto_home {
  padding: 10px 15px;
  background: var(--admin-point-color);
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50px;
  margin: 30px auto;
  transition: all 0.2s ease-in;
}

.goto_home:hover {
  color: #fff;
  background: var(--button-hover);
}

.adden_text {
  color: var(--light-text-color);
}

.contents_popup {
  padding: 10px 0 0;
}

.box_content {
  margin-top: 10px;
  border: 1px solid #dfdfdf;
  padding: 10px;
  height: 150px;
}

.file_content {
  margin-top: 10px;
  border: 1px solid #dfdfdf;
  padding: 10px 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  border: 1px dotted #dfdfdf;
  color: var(--admin-point-color);
}

.log_admin {
  position: relative;
  height: 100%;
}

.admin_menu {
  position: absolute;
  top: 22px;
  overflow: hidden;
  right: 0;
  width: 170px;
  background: #fff;
  color: #2c2c2c;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  display: none;
}

.admin_menu > li > a {
  padding: 8px 10px;
  display: block;
  border-bottom: 1px dotted #dfdfdf;
  color: var(--light-text-color);
}

.admin_menu > li:last-child > a {
  border-bottom: 0;
}

.admin_menu > li > a:hover,
.admin_menu > li > a:focus {
  background: var(--menu-hover-back);
}

.admin_footer {
  width: 100%;
  border-radius: var(--bd-radius);
  padding: 10px;
  text-align: right;
  background: rgb(11, 42, 188);
  color: #fff;
  background: linear-gradient(90deg, rgb(23, 87, 179) 0%, rgb(27, 27, 71) 100%);
}

.tui-grid-border-line-right,
.tui-grid-body-area .tui-grid-scrollbar-y-inner-border {
	display:none !important;
}
.tui-grid-content-area .tui-grid-rside-area .tui-grid-header-area {margin-right:0;}
.tui-grid-rside-area .tui-grid-scrollbar-y-inner-border {display:none !important;}
.tui-grid-container .tui-grid-scrollbar-right-top,
.tui-grid-container ::-webkit-scrollbar {width: 7px;}



/*팝업*/
.popup_back {
  display: none;
  z-index: 40;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.pop_layer {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  background: transparent;
  display: none;
  justify-content: center;
  z-index: 42;
  top: 0;
}

.pop_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #21283a 0%, #282e81 100%);
  position: relative;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px 3px 0 0;
  cursor: move;
}

.pop_close i {
  background: transparent;
  font-size: 2rem;
  color: #fff;
}

.pop_grps {
  width: 90%;
  max-width: 600px;
  padding: 0;
}

.pop_content {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.pop_content_ag {
  position: relative;
  overflow-y: auto;
  padding: 10px;
  max-height: 70vh;
  background: #fff;
}

.done_popup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 10px;
  background: #fff;
  gap: 5px;
  flex-wrap: wrap;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #ebebeb;
}

.done_popup_multi {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
  flex-wrap: wrap;
}

.divide_done {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.divide_done_rt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.search_btn_rec {
  border: 1px solid #dfdfdf;
  padding: 5px 10px;
  background: #fff;
  color: #2f2f2f;
  font-size: 0.87rem;
  background: #f3f3f3;
}

.pop_grps_w {
  width: 90%;
  max-width: 1600px;
  padding: 0;
}

.agree_conents {
  position: relative;
  padding-bottom: 60px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}

.done_conents {
  position: relative;
  height: 100%;
}

.define_agree {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  padding: 10px 10px;
  text-align: right;
}

.agree_btn {
  transition: all ease-in 0.3s;
  padding: 7px 50px;
  background: #ff9f0f;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
  border: none;
}

.cancel_btn {
  transition: all ease-in 0.3s;
  padding: 7px 50px;
  background: var(--button-del-cancel);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
}

.agree_btn:hover,
.agree_btn:focus {
  background: #ff7800;
  color: #fff;
}

.cancel_btn:hover,
.cancel_btn:focus {
  background: #797979;
  color: #fff;
}

.title_pop_point {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #eeeeee url(/img/title_icon_orange.png) no-repeat 5px 10px;
  padding-left: 16px;
  background-size: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.title_pop {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #eeeeee url(/img/title_icon_blue.png) no-repeat 5px 10px;
  padding-left: 16px;
  background-size: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1000px) {
  .sq_div_n6 {
    flex-basis: 20%;
  }
  .sq_div_n5 {
    flex-basis: 30%;
  }
  .sq_div_n4 {
    flex-basis: 40%;
  }
  .sq_div_n3 {
    flex-basis: 50%;
  }
  .sq_div_n2 {
    flex-basis: 50%;
  }
  .sq_div_6 {
    flex-basis: 20%;
  }
  .sq_div_5 {
    flex-basis: 30%;
  }
  .sq_div_4 {
    flex-basis: 40%;
  }
  .sq_div_3 {
    flex-basis: 50%;
  }
  .sq_div_2 {
    flex-basis: 50%;
  }
  .shk_div_s6 {
    flex-basis: 20%;
  }
  .shk_div_s5 {
    flex-basis: 20%;
  }
  .shk_div_s4 {
    flex-basis: 20%;
  }
  .shk_div_s3 {
    flex-basis: 20%;
  }
  .shk_div_s2 {
    flex-basis: 20%;
  }
  .shk_div_s1 {
    flex-basis: 20%;
  }
  .items_fs_6 {
    --columns: 4;
  }
  .item_btn_grp {
    flex-basis: 50%;
  }
  /*menu*/
  .hamberger_menu {
    display: block;
  }
  .hamberger_menu > a {
    display: flex;
  }
  .admin_header {
    height: 56px;
  }
  .admin_header h1 {
    height: 56px;
  }
  .admin_header h1 a {
    height: 100%;
  }
  .side_info {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .nav_menu {
    position: fixed;
    transition: all ease-in 0.3s;
    right: -100%;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 40;
    opacity: 0;
    background: #fff;
  }
  .nav_menu > ul {
    max-width: 50%;
    height: calc(100% - 56px);
    overflow-y: auto;
    top: 55px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .nav_menu.open {
    right: 0;
    opacity: 1;
  }
  .moblie_back_layer.open {
    right: 0%;
    opacity: 1;
  }
  .switch_menu {
    display: none;
  }
  .admin_menu {
    left: 0;
  }
}
@media (max-width: 800px) {
  .title_err_msg {
    font-size: 10rem;
  }
  .title_err_msg_500 {
    font-size: 10rem;
  }
  .title_err_msg_500 > img {
    width: 30px;
  }
  .error_message > img {
    width: 90px;
  }
}
@media (max-width: 700px) {
  .pass_grp h1, .pass_grp p, .login_grp h1, .login_grp p, .box_id_pw {
    width: 90%;
  }
}
@media (max-width: 650px) {
  .sq_div_n6 {
    flex-basis: 100%;
  }
  .sq_div_n5 {
    flex-basis: 100%;
  }
  .sq_div_n4 {
    flex-basis: 100%;
  }
  .sq_div_n3 {
    flex-basis: 100%;
  }
  .sq_div_n2 {
    flex-basis: 100%;
  }
  .sq_div_6 {
    flex-basis: 100%;
  }
  .sq_div_5 {
    flex-basis: 100%;
  }
  .sq_div_4 {
    flex-basis: 100%;
  }
  .sq_div_3 {
    flex-basis: 100%;
  }
  .sq_div_2 {
    flex-basis: 100%;
  }
  .title_err_msg {
    font-size: 7rem;
  }
  .title_err_msg_500 {
    font-size: 7rem;
  }
  .title_err_msg_500 > img {
    width: 30px;
  }
  .error_message > img {
    width: 70px;
  }
}
@media (max-width: 500px) {
  .nav_menu {
    width: 70%;
  }
  .nav_menu > ul {
    max-width: 70%;
  }
  .box_id_pw .ac_sb {
    flex-direction: column;
  }
  .box_id_pw .ac_sb div {
    width: 100%;
    text-align: left;
  }
  .box_id_pw .ac_sb a {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--light-bg);
  }
  .title_err_msg {
    font-size: 4.5rem;
  }
  .title_err_msg_500 {
    font-size: 4.5rem;
  }
  .title_err_msg_500 > img {
    width: 20px;
  }
  .error_message > img {
    width: 50px;
  }
  .login_grp {
    padding: 40px 20px;
  }
  .pass_grp {
    padding: 40px 20px;
  }
  .pass_grp h1, .pass_grp p, .login_grp h1, .login_grp p,
  .box_id_pw {
    width: 95%;
  }
  .items_fs_6 {
    --columns: 2;
  }
  .item_btn_grp {
    flex-basis: 100%;
  }
  .admin_tab li {
    flex: 1;
  }
}
@media (max-height: 550px) {
  .pop_content_ag {
    max-height: 40vh;
  }
}
@media (max-width: 450px) {
  .items_fs_6 {
    --columns: 1;
  }
  .done_popup > button {
    flex: 1;
  }
  .bt_grow > button {
    flex: 1;
  }
  .bt_grow > a {
    flex: 1;
  }
}










/*chicken order main layout*/

html,body {width: 100%; height: 100%;}
.tablet_layout {width: 100%; height: 100%;}

.heaer_group {position: relative; background: url(../../common/img/logo_back.png) no-repeat center center; background-size: cover; height: 180px; padding-top: 20px; padding-bottom: 20px; display: flex; align-items: center; justify-content: flex-start;}

    .chicken_picture {position: absolute; right: 0; top: 0; z-index: 1; min-width: 300px; width: 50%; max-width: 500px;} 
    .robotchicken_logo {display: flex; align-items: center; justify-content: flex-start; height: 100%; margin:0 auto; width: 100%; max-width: 1600px; }
    .robotchicken_logo img { height: 150px; width: 65%; max-width: 900px; height: auto; display: block;}

.main_group {/*height: calc(100% - 180px);*/ background: #fdd102; min-height: 300px;}

.cook_content {display: flex; align-items: stretch; gap: 20px; justify-content: space-between; margin: 0 auto; width: 90%; max-width: 1600px;}
.chicken_menu {width:60%; flex-wrap: wrap; display: flex; align-items: center; justify-content: flex-start; gap: 20px; height: 100%;}
.cooking_list {width: 40%; position: relative; z-index: 3; background: #fff4c7; border-radius: 20px; padding: 20px; padding-right: 0;}

    .select_box {height: 80px; margin: 0 auto; width: 90%; max-width: 1600px; display: flex; align-items: center;}
    .select_guide_text { line-height: 1.5; display: flex; align-items: flex-end; justify-content: flex-start;  font-family: 'GmarketSansBold'; font-size: 30px;}
    .select_guide_text em {font-family: 'GmarketSansBold'; color: #976f07; font-size: 25px; margin-left:20px; }
    
    .cooking_list .select_guide_text {color: #da5c10;}
    
    .menu_area {width: calc(50% - 10px); border-radius: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #fff; height: calc(50% - 10px);}
    .menu_area img {min-width:50px; width: 45%; max-width: 200px;}
    
    .order_list_box { height: auto; overflow-y: auto; font-family: 'SUIT-ExtraBold';}
    
    
    .order_menu {font-size: 1.7rem; word-break: break-all;}    
    .list_order { padding-top :5px; padding-bottom :5px; display: flex; align-items: center; justify-content: space-between;}
    .list_order aside { display: block; font-family: 'GmarketSansBold'; font-size: 1.5rem; line-height: 1.5; display: flex; align-items: center;justify-content: flex-end;}
    .cooking_state_wait {padding: 3px 20px; background:#c3ae76; border-radius: 10px; line-height: 1.7;} 
    .cooking_state_now {padding: 3px 20px; background:#ff8400; border-radius: 10px; line-height: 1.7; margin-right: 45px;}  
    .cooking_close {background: url(../../common/img/close.png) no-repeat center center; background-size: 100% 100%; width: 25px; height: 25px; display: block; margin-left: 10px; margin-right: 10px; cursor: pointer;} 

.menu_name {font-size: 2rem; font-family: 'SUIT-ExtraBold'; margin-top: 10px; word-break: break-all; text-align: center;}
.price_products { font-size: 1.7rem; font-family: 'Spoqa Han Sans Neo_Medium'; color: #da5c10;}
.item_menu {position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;}

.order_list_box::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); */
	background-color: transparent;
}


.order_list_box::-webkit-scrollbar {
	width: 7px; /*vertical 세로*/
	height: 7px; /*horizontal 가로*/
}


.order_list_box::-webkit-scrollbar-thumb {
	background-color: rgb(109, 109, 109);	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(109, 109, 109, 0.2) 100%,
											  rgba(109, 109, 109, 0.2) 100%,
											  rgba(109, 109, 109, 0.2) 100%,
											  rgba(109, 109, 109, 0.2) 100%,
											  rgba(109, 109, 109, 0.2) 100%,
											  transparent 100%,
											  transparent);
	border-radius: 10px;
}


/*popup layout*/
.menu_popup_bg {display: none; width: 100%; height: 100%; position: fixed; z-index: 40; top: 0px; background: rgba(0, 0, 0, 0.6);}
.popup_menu_count{ width: 100%; height: 100%; position: fixed; display: flex; align-items: center; justify-content: center; z-index: 42; top: 0; display: none;}
.pop_grps_auto {width: 90%; max-width: 600px; padding: 0;}
.order_pop_title {background:#242424; font-family: 'GmarketSansBold'; color: #fff; padding: 20px; font-size: 2rem; border-radius: 20px 20px 0 0;}
.order_state {background: #fff; border-radius: 0 0 20px 20px; padding: 20px; font-family: 'GmarketSansBold';}
.push_add img {width: 30px;}
.pop_count_num {font-size: 2.7rem; padding: 0 30px; font-family: 'Spoqa Han Sans Neo_Bold';}
.order_wait_menu, .popup_menu_select {font-size: 2rem;}

.pop_del_cancel, .pop_cancel_btn {padding: 5px 25px; background:#cfcfcf; border-radius: 10px; font-size: 1.5rem; line-height: 1.7; margin-left: 15px;}  
.pop_del_btn, .pop_done_btn {padding: 5px 25px; background:#ff8400; border-radius: 10px; font-size: 1.5rem; line-height: 1.7; margin-left: 15px;}


.popup_menu_del{ width: 100%; height: 100%; position: fixed; display: flex; align-items: center; justify-content: center; z-index: 42; top: 0; display: none;}

@media (max-width: 1600px) {
    .chicken_picture {max-width: 400px;} 
    .robotchicken_logo img {  width: 70%; height: auto;}
}

@media (max-width: 1280px) {
    .chicken_picture { max-width: 350px;} 
}

@media (max-width: 1080px) {
    .chicken_picture { max-width: 300px;} 
    .heaer_group {height: 110px;}
    .robotchicken_logo img {width: 60%;}
}

@media (max-width: 860px) {
    .chicken_picture {min-width: 100px; max-width: 220px;}
}

@media (max-width: 670px) {
    .chicken_picture {min-width: 100px; max-width: 200px;}

}

@media (max-width: 600px) {
    .chicken_picture {min-width: 100px; max-width: 160px;}
    .heaer_group {height: 80px;}
}

@media (max-width: 500px) {
    .chicken_picture {min-width: 100px; max-width: 160px;}
    .heaer_group {height: 60px;}
}

@media (max-height: 600px) {
  .menu_area img {max-width: 100px;}
  .menu_name {font-size: 1.5rem; margin-top: 5px;}
  .price_products {font-size: 1.3rem;}
}


