@charset "UTF-8";
/* reset bootstrap */
.row {
  display: block;
  flex-wrap: unset;
  margin: unset;
}

.col {
  display: block;
  margin: unset;
  height: unset;
}

.col-2 {
  flex: unset;
  max-width: unset;
}

.d-flex {
  display: flex;
}

.d-none,
.display-none {
  display: none !important;
}

.icon_logo {
  display: none;
  width: 24px;
}

.alert-info {
  background: #f5f5f5;
  color: #222;
  border: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .alert-info {
    font-size: 0.9em;
    word-break: normal;
  }
}

.bold {
  font-weight: 600;
}

.input-group {
  align-items: center;
}
.input-group .input {
  margin: 2px 0;
}
.input-group .btn {
  margin: 2px;
}
@media screen and (max-width: 640px) {
  .input-group.type2 .input {
    max-width: calc(100% - 44px);
  }
}

/* layout */
#wrapper {
  width: 100%;
  overflow-x: hidden;
  min-height: calc(100vh - 140px);
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-height: 100vh;
    padding-bottom: 60px;
    font-size: 16px;
  }
}

.container,
.wfix {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 14px;
}

#header {
  position: relative;
  z-index: 10;
}
#header .btn_logout, #header .btn_member {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#header .btn_logout:before, #header .btn_member:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
#header .btn_logout:before {
  background-image: url(../img/icon_logout.png);
}
#header .btn_member:before {
  background-image: url(../img/icon_member.png);
}
#header #top {
  background: #373737;
  color: #fff;
}
#header #top .wfix {
  display: flex;
  justify-content: space-between;
}
#header #top a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}
#header #top .info_member {
  display: flex;
  gap: 24px;
}
#header #top .info_member .tit_member {
  max-width: calc(100vw - 380px);
  justify-content: center;
  min-width: 140px;
  padding: 0 12px;
  background: #E67930;
}
#header #top .info_member .tit_member span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}
#header #top .info_member .task {
  display: flex;
  gap: 24px;
}
#header #top .info_member .task a {
  gap: 4px;
}
#header #top .info_member .task a:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#header #top .info_member .task .item1 a:before {
  background-image: url(../img/icon_task.png);
}
#header #top .info_member .task .item2 a:before {
  background-image: url(../img/icon_alarm.png);
}
#header #top .info_member .task .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 24px;
  background: #E67930;
}
@media screen and (max-width: 1024px) {
  #header #top .wfix {
    padding: 0 14px 0 0;
  }
}
@media screen and (max-width: 640px) {
  #header #top .wfix {
    display: block;
  }
  #header #top .info_member {
    justify-content: space-between;
  }
  #header #top .info_member .tit_member {
    max-width: calc(100vw - 180px);
    padding: 0 8px;
  }
  #header #top .info_member .task {
    gap: 20px;
  }
  #header #top .info_member .lab {
    position: absolute;
    left: -9999px;
    font-size: 0;
    width: 0;
  }
  #header #top .btn_logout {
    display: none;
  }
}
#header #gnb {
  position: relative;
}
#header .wrap_menu {
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 2;
}
#header .wrap_menu:has(.active) {
  border-bottom-color: transparent;
}
#header .wrap_menu .wfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
#header .wrap_menu #h1 img {
  display: block;
  width: auto;
  height: 30px;
}
#header .wrap_menu #menu .list_menu {
  display: flex;
  gap: 8px;
}
#header .wrap_menu #menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border: 2px solid transparent;
  font-size: 20px;
  font-weight: 600;
}
#header .wrap_menu #menu li.active {
  position: relative;
  padding-top: 16px;
}
#header .wrap_menu #menu li.active a {
  height: 64px;
  padding-bottom: 8px;
  border-color: #B81E22;
  color: #B81E22;
  border-bottom-color: transparent;
  border-radius: 12px 12px 0 0;
}
#header .wrap_menu #menu li.active:after {
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
  height: 2px;
  background: #fff;
  content: "";
}
#header .wrap_menu .btn_menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
#header .wrap_menu .btn_menu:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_burger.png) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 1400px) {
  #header .wrap_menu .btn_menu:hover {
    border-color: #aaa;
  }
}
#header .submenu {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
}
#header .submenu .hd_sitemap,
#header .submenu .menu_menber {
  display: none;
}
#header .submenu:has(.active) {
  min-height: 240px;
  padding: 32px 0 40px;
  background: #fff;
  border-top: 2px solid #B81E22;
  border-bottom: 2px solid #222;
  box-shadow: 0 6px 20px 0, 0, 0, 0.1;
}
#header .submenu .sub {
  display: none;
}
#header .submenu .sub.active {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
#header .submenu .tit_menu {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #B81E22;
  line-height: 1.2;
  pointer-events: none;
}
#header .submenu .tit_menu:before {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 0 4px 2px;
  background: #E67930;
  border-radius: 50%;
  content: "";
}
#header .submenu .wrap_submenu {
  width: 1180px;
}
#header .submenu .list_depth2 {
  display: flex;
  justify-content: space-between;
}
#header .submenu .depth2 {
  width: 100%;
  padding: 0 32px;
}
#header .submenu .depth2:first-child {
  padding-left: 0;
}
#header .submenu .depth2:last-child {
  padding-right: 0;
}
#header .submenu .depth2 + .depth2 {
  border-left: 1px solid #e5e5e5;
}
#header .submenu .tit_depth3 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  pointer-events: none;
}
#header .submenu .list_depth3 {
  margin-top: 12px;
}
#header .submenu .depth3 + .depth3 {
  margin-top: 2px;
}
#header .submenu .depth3 a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 36px;
  font-size: 18px;
  color: #666;
  transition: 0.2s;
}
@media screen and (min-width: 1400px) {
  #header .submenu .depth3 a:hover {
    color: #000;
  }
}
@media screen and (max-width: 1440px) {
  #header .wrap_menu #h1 img {
    height: 28px;
  }
  #header .wrap_menu #menu a {
    padding: 0 16px;
    font-size: 18px;
  }
  #header .wrap_menu .btn_menu {
    height: 44px;
    padding: 0 12px;
    font-size: 16px;
  }
  #header .wrap_menu .btn_menu:before {
    width: 18px;
    height: 18px;
  }
  #header .submenu:has(.active) {
    padding: 24px 0 32px;
  }
  #header .submenu .sub.active {
    gap: 32px;
  }
  #header .submenu .tit_menu {
    font-size: 24px;
  }
  #header .submenu .tit_menu:before {
    width: 10px;
    height: 10px;
  }
  #header .submenu .wrap_submenu {
    width: 1000px;
  }
  #header .submenu .depth2 {
    padding: 0 20px;
  }
  #header .submenu .tit_depth3 {
    font-size: 18px;
  }
  #header .submenu .depth3 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #header .submenu .depth2 {
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  #header .wrap_menu {
    border-bottom: none;
  }
  #header .wrap_menu .wfix {
    height: 60px;
  }
  #header .wrap_menu #h1 img {
    height: 24px;
  }
  #header .wrap_menu #menu {
    display: none;
  }
  #header .wrap_menu .btn_menu {
    position: relative;
    font-size: 0;
    gap: 0;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0;
  }
  #header .wrap_menu .btn_menu:before, #header .wrap_menu .btn_menu:after, #header .wrap_menu .btn_menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    margin-left: -14px;
    background: #000;
    content: "";
  }
  #header .wrap_menu .btn_menu:before {
    margin-top: -9px;
  }
  #header .wrap_menu .btn_menu:after {
    margin-top: 7px;
  }
  #header .wrap_menu .btn_menu span {
    margin-top: -1px;
  }
}
#header.sitemap .submenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
#header.sitemap .hd_sitemap {
  display: block;
  border-bottom: 1px solid #ddd;
}
#header.sitemap .hd_sitemap .wfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
#header.sitemap .hd_sitemap .title {
  display: flex;
  align-items: center;
}
#header.sitemap .hd_sitemap .title img {
  width: auto;
  height: 32px;
}
#header.sitemap .hd_sitemap .title span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
#header.sitemap .hd_sitemap .close_sitemap {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 0;
}
#header.sitemap .hd_sitemap .close_sitemap:before, #header.sitemap .hd_sitemap .close_sitemap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  border-radius: 3px;
  margin: -1px 0 0 -20px;
  background: #222;
  content: "";
}
#header.sitemap .hd_sitemap .close_sitemap:before {
  transform: rotate(45deg);
}
#header.sitemap .hd_sitemap .close_sitemap:after {
  transform: rotate(-45deg);
}
#header.sitemap .conts_sitemap {
  padding: 24px 0 32px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
#header.sitemap .sub {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  gap: 32px;
}
#header.sitemap .sub + .sub {
  border-top: 1px solid #e5e5e5;
}
#header.sitemap .tit_menu {
  width: 130px;
  font-size: 24px;
}
#header.sitemap .tit_menu:before {
  display: none;
}
#header.sitemap .list_depth2 {
  gap: 32px;
}
#header.sitemap .depth2 {
  padding: 0;
}
#header.sitemap .depth2 + .depth2 {
  border-left: none;
}
#header.sitemap .tit_depth3 {
  padding: 0 16px;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 18px;
}
#header.sitemap .depth3 a {
  align-items: flex-start;
  height: auto;
  line-height: 36px;
}
#header.sitemap .depth3 a:before {
  display: inline-block;
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  margin: 17px 8px 0;
  border-radius: 100%;
  background: #666;
  content: "";
}
@media screen and (max-width: 1200px) {
  #header.sitemap .conts_sitemap {
    padding: 0 0 12px;
  }
  #header.sitemap .sub {
    flex-direction: column;
    gap: 12px;
  }
  #header.sitemap .tit_menu {
    width: 100%;
  }
  #header.sitemap .wrap_submenu {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #header.sitemap {
    width: 100vw;
  }
  #header.sitemap .hd_sitemap {
    background: #343434;
    color: #fff;
    font-size: 16px;
  }
  #header.sitemap .hd_sitemap .wfix {
    height: 64px;
    padding-right: 0;
  }
  #header.sitemap .hd_sitemap .title {
    display: none;
  }
  #header.sitemap .hd_sitemap .menu_menber {
    display: flex;
    align-items: center;
  }
  #header.sitemap .hd_sitemap .menu_menber a:not(:last-child):after {
    display: inline-block;
    width: 2px;
    height: 16px;
    border-left: 1px solid #000;
    background: #fff;
    margin: 0 12px;
    opacity: 0.3;
    content: "";
  }
  #header.sitemap .hd_sitemap .close_sitemap:before, #header.sitemap .hd_sitemap .close_sitemap:after {
    width: 28px;
    margin-left: -14px;
    background: #fff;
  }
  #header.sitemap .conts_sitemap {
    position: relative;
    max-height: none;
    padding: 0;
  }
  #header.sitemap .conts_sitemap:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background: #f7f7f7;
    border-right: 1px solid #ccc;
    content: "";
  }
  #header.sitemap .conts_sitemap .wfix {
    position: relative;
    padding: 0;
    height: calc(100vh - 64px);
  }
  #header.sitemap .conts_sitemap .sub:not(.on) .wrap_submenu {
    display: none;
  }
  #header.sitemap .conts_sitemap .sub {
    display: block;
    padding: 0;
  }
  #header.sitemap .conts_sitemap .sub + .sub {
    border-top: none;
  }
  #header.sitemap .conts_sitemap .sub .tit_menu {
    display: flex;
    align-items: center;
    width: 30%;
    height: 72px;
    border-bottom: 1px solid #ccc;
    pointer-events: unset;
    padding: 0 14px;
    font-size: 18px;
    color: #000;
  }
  #header.sitemap .conts_sitemap .sub .wrap_submenu {
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    width: auto;
    padding-left: 20px;
    height: calc(100vh - 64px);
    overflow-y: auto;
  }
  #header.sitemap .conts_sitemap .sub .list_depth2 {
    flex-direction: column;
    gap: 0;
  }
  #header.sitemap .conts_sitemap .sub .depth2 {
    border-bottom: 1px solid #ddd;
  }
  #header.sitemap .conts_sitemap .sub .tit_depth3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background: none;
    padding: 0 14px 0 0;
    pointer-events: unset;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
  }
  #header.sitemap .conts_sitemap .sub .tit_depth3:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    background: url(../img/arrow07_down.png) no-repeat center center/12px;
    opacity: 0.3;
    content: "";
  }
  #header.sitemap .conts_sitemap .sub .list_depth3 {
    margin-top: 0;
    padding: 8px 0 8px 12px;
  }
  #header.sitemap .conts_sitemap .sub .list_depth3 a {
    height: 44px;
    line-height: 1.3;
    align-items: center;
  }
  #header.sitemap .conts_sitemap .sub .list_depth3 a:before {
    display: none;
  }
  #header.sitemap .conts_sitemap .sub.on .tit_menu {
    color: #B81E22;
    background: #fff;
  }
  #header.sitemap .conts_sitemap .sub.on .list_depth3 {
    display: none;
  }
  #header.sitemap .conts_sitemap .sub.on .depth2.on .tit_depth3 {
    font-weight: 600;
  }
  #header.sitemap .conts_sitemap .sub.on .depth2.on .tit_depth3:after {
    border-color: #B81E22;
    background-image: url(../img/arrow06_top.png);
    background-color: #B81E22;
    opacity: 1;
  }
  #header.sitemap .conts_sitemap .sub.on .depth2.on .list_depth3 {
    border-top: 2px solid #B81E22;
  }
}
@media screen and (max-width: 430px) {
  #header.sitemap .conts_sitemap:before {
    width: 120px;
  }
  #header.sitemap .conts_sitemap .sub .tit_menu {
    width: 120px;
  }
  #header.sitemap .conts_sitemap .sub .wrap_submenu {
    left: 120px;
  }
}

#footer {
  height: 140px;
  background: #f7f7f7;
  color: #222;
  font-size: 14px;
}
#footer .wfix {
  display: flex;
  justify-content: space-between;
  padding: 32px 14px;
}
#footer .contact {
  display: flex;
  font-weight: bold;
  gap: 4px;
}
#footer .contact dt {
  color: #999;
}
#footer .area_terms {
  display: flex;
}
#footer .area_terms li {
  display: inline-flex;
  align-items: center;
}
#footer .area_terms li + li:before {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #aaa;
  margin: 0 12px;
  content: "";
}
#footer .area_terms a {
  display: block;
}
#footer .copyright {
  margin-top: 8px;
  text-align: right;
  color: #999;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #footer {
    height: 170px;
    font-size: 13px;
  }
  #footer .wfix {
    display: block;
    text-align: center;
  }
  #footer .contact {
    display: inline-flex;
  }
  #footer .ft_right {
    margin-top: 8px;
  }
  #footer .ft_right .area_terms {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .ft_right .area_terms li:last-child:before {
    display: none;
  }
  #footer .ft_right .copyright {
    text-align: center;
    font-size: 12px;
  }
}

#content {
  padding-top: 40px;
}
#content h5:has(img) img {
  display: none;
}
#content h5:has(img) strong {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  #header #top {
    display: none;
  }
  #wrapper.main #header #top {
    display: block;
  }
  #wrapper.no_head {
    padding-top: 12px;
  }
  #wrapper.no_head #header {
    display: none;
  }
}
.hd_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.hd_contents .btn_back {
  display: none;
}
.hd_contents .wrap_title p {
  margin-top: 8px;
  font-size: 16px;
}
.hd_contents .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.hd_contents .title .lab_status {
  display: inline-flex;
  height: 32px;
  align-items: center;
  padding: 0 0.6em;
  background: #FDF2F3;
  border-radius: 32px;
  color: #B81E22;
  font-size: 18px;
  flex-shrink: 0;
}
.hd_contents .title .lab_status:empty {
  display: none;
}
.hd_contents .title br {
  display: none;
  font-size: 0;
}
.hd_contents .navigation .list {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.hd_contents .navigation li + li {
  display: inline-flex;
  align-items: center;
}
.hd_contents .navigation li + li:before {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: 0 10px;
  background: url(../img/arrow05_right.png) no-repeat 0 0/contain;
  opacity: 0.8;
  content: "";
}
.hd_contents .navigation a, .hd_contents .navigation img {
  display: block;
  width: 24px;
}
.hd_contents .navigation img {
  opacity: 0.6;
}
.hd_contents .navigation .select {
  height: 36px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .hd_contents {
    margin: 0 -14px;
    padding: 0 14px 8px;
    border-bottom: 1px solid #ddd;
    gap: 0;
  }
  .hd_contents .wrap_title:has(.btn_back) {
    position: relative;
    padding-left: 48px;
    margin-left: -8px;
  }
  .hd_contents .wrap_title:has(.btn_back) .title {
    min-height: 40px;
  }
  .hd_contents .btn_back {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../img/icon_back.png) no-repeat center center/contain;
    font-size: 0;
  }
  .hd_contents .title {
    font-size: 22px;
  }
  .hd_contents .title .lab_status {
    height: 28px;
    font-size: 16px;
  }
  .hd_contents .navigation .list {
    font-size: 14px;
  }
  .hd_contents .navigation li + li:before {
    width: 6px;
    height: 10px;
    margin: 0 8px;
  }
  .hd_contents .navigation a, .hd_contents .navigation img {
    width: 20px;
  }
  .hd_contents .navigation .select {
    height: 32px;
    font-size: 15px;
  }
  .hd_contents:has(.wrap_title:only-child) {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .hd_contents {
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .hd_contents .wrap_title {
    display: block;
    padding: 0 50px;
    text-align: center;
  }
  .hd_contents .wrap_title p {
    margin-top: 0;
    font-size: 13px;
  }
  .hd_contents .wrap_title:has(.btn_back) {
    width: 100%;
  }
  .hd_contents .title {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
  }
  .hd_contents .title .lab_status {
    font-size: 14px;
  }
  .hd_contents .navigation {
    position: absolute;
    opacity: 0;
  }
  .hd_contents .navigation .list {
    display: block;
  }
  .hd_contents .navigation li:not(:last-child) {
    display: none;
  }
  .hd_contents .navigation li + li:before {
    display: none;
  }
  .hd_contents:has(.navigation) .title {
    padding-right: 24px;
    background: url(../img/arrow07_down.png) no-repeat right center/16px;
  }
}

/* hd_contents - type2 */
.hd_contents.type2 {
  align-items: flex-start;
}
.hd_contents.type2 .area_approval .inner_approval {
  border: 1px solid #555;
  border-radius: 12px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4;
}
.hd_contents.type2 .area_approval .tbl_approval th, .hd_contents.type2 .area_approval .tbl_approval td {
  width: 110px;
  text-align: center;
  font-size: 16px;
}
.hd_contents.type2 .area_approval .tbl_approval th + th, .hd_contents.type2 .area_approval .tbl_approval th + td, .hd_contents.type2 .area_approval .tbl_approval td + th, .hd_contents.type2 .area_approval .tbl_approval td + td {
  border-left: 1px solid #ccc;
}
.hd_contents.type2 .area_approval .tbl_approval th {
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f7f7f7;
}
.hd_contents.type2 .area_approval .tbl_approval td {
  border-top: 1px solid #aaa;
  padding: 8px;
}
.hd_contents.type2 .area_approval .tbl_approval td .btn {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .hd_contents.type2 {
    padding-bottom: 8px;
  }
  .hd_contents.type2 .wrap_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .hd_contents.type2 {
    display: block;
  }
  .hd_contents.type2:has(.area_approval) {
    padding-bottom: 0;
  }
  .hd_contents.type2 .wrap_title {
    padding: 0 0 0 48px;
    text-align: left;
  }
  .hd_contents.type2 .wrap_title .title {
    font-size: 18px;
  }
  .hd_contents.type2 .wrap_title p {
    margin-top: 0;
    font-size: 13px;
  }
  .hd_contents.type2 .area_approval {
    margin: 8px -14px 0;
    padding: 0 14px;
    border-top: 1px solid #ddd;
    background: #f7f7f7;
    text-align: right;
  }
  .hd_contents.type2 .area_approval .btn_toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 0.5em;
    height: 36px;
  }
  .hd_contents.type2 .area_approval .btn_toggle:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/arrow07_down.png) no-repeat center center/16px auto;
    content: "";
  }
  .hd_contents.type2 .area_approval .inner_approval {
    display: none;
    background: #fff;
  }
  .hd_contents.type2 .area_approval .inner_approval .tbl_approval th {
    height: 35px;
    font-size: 15px;
    background: #eee;
  }
  .hd_contents.type2 .area_approval.on {
    padding-bottom: 14px;
  }
  .hd_contents.type2 .area_approval.on .btn_toggle:after {
    transform: rotate(180deg);
  }
}

.flex_container {
  display: flex;
  gap: 24px;
}
.flex_container [class^=col_] {
  flex-grow: 1;
}
.flex_container.auto_height [class^=col_] {
  display: flex;
}
.flex_container.auto_height [class^=col_] > * {
  min-width: 100%;
}
.flex_container.auto_height [class^=col_] .table {
  min-height: 100%;
}
.flex_container.align_center {
  align-items: center;
}
.flex_container .col_1 {
  width: 10%;
}
.flex_container .col_2 {
  width: 20%;
}
.flex_container .col_3 {
  width: 30%;
}
.flex_container .col_4 {
  width: 40%;
}
.flex_container .col_5 {
  width: 50%;
}
.flex_container .col_6 {
  width: 60%;
}
.flex_container .col_7 {
  width: 70%;
}
.flex_container .col_8 {
  width: 80%;
}
.flex_container .col_9 {
  width: 90%;
}
.flex_container .col_10 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .flex_container {
    display: block;
  }
  .flex_container [class^=col_] {
    width: auto;
    margin-top: 32px;
  }
  .flex_container [class^=col_]:first-child {
    margin-top: 0;
  }
}

.small {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2;
  opacity: 0.8;
}

.tit_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  min-height: 40px;
  line-height: 1.3;
}
.tit_sub .title {
  position: relative;
  font-size: 20px;
  padding-left: 12px;
  font-weight: 600;
}
.tit_sub .title:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #B81E22;
  content: "";
}
.tit_sub .title:has(.btn):before {
  top: 16px;
}
.tit_sub .more {
  display: block;
  line-height: 24px;
  font-size: 16px;
  padding-right: 16px;
  background: url(../img/icon_plus.png) no-repeat right center/auto 12px;
}
.tit_sub .btn.mo {
  display: none;
}
.tit_sub.lv2 {
  padding-bottom: 4px;
}
.tit_sub.lv2 .title {
  font-size: 18px;
}
.tit_sub.lv2 .title:before {
  background: #aaa;
  margin-top: -3px;
}
.tit_sub .col .btn, .tit_sub .col .select {
  vertical-align: top;
}
.tit_sub.align_end {
  align-items: flex-end;
}
.tit_sub:has(.col_desc) {
  flex-wrap: wrap;
  gap: 0 20px;
}
.tit_sub:has(.col_desc) p {
  line-height: 1.4;
  padding: 0 0 4px;
}
@media screen and (max-width: 768px) {
  .tit_sub:has(.list_btn:not(.mo_bottom)) {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
  }
  .tit_sub:has(.list_btn:not(.mo_bottom)) .list_btn {
    width: 100%;
    justify-content: flex-end;
  }
  .tit_sub:has(.wrap_chk) {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tit_sub .btn.mo {
    display: inline-flex;
  }
}
@media screen and (max-width: 640px) {
  .tit_sub .title {
    font-size: 18px;
  }
  .tit_sub.lv2 .title {
    font-size: 16px;
  }
  .tit_sub .col .btn_download {
    display: none;
  }
  .tit_sub .col .select {
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    padding: 0 12px 0 0;
    background-position: calc(100% + 14px) center;
  }
}

.section {
  margin-top: 32px;
}
.section.bdt {
  padding-top: 32px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .section.first {
    margin-top: 20px;
  }
}

.wrap_noti {
  font-size: 0.9em;
}

.txt_guide {
  font-size: 0.9em;
  margin-top: 0.2em;
}

.list_dot li {
  position: relative;
  padding-left: 0.5em;
}
.list_dot li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "·";
}

/* form */
input.input {
  width: 200px;
  max-width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 0 8px;
}
input.input:disabled, input.input:read-only {
  background: #f7f7f7;
}
input.input.short {
  width: 60px;
}
@media screen and (max-width: 768px) {
  input.input.mo_100 {
    width: 100%;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inp_range {
  display: flex;
  align-items: center;
  gap: 4px;
}
.inp_range .input {
  width: 100%;
}
.inp_range span {
  flex-grow: 0;
}

/* Firefox  */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=date].input {
  width: 140px;
}

.btn_sm,
.btn_day {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 0.5em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  border-radius: 4px;
  background: #a4a4a4;
  line-height: 1;
}

textarea {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  height: 140px;
  resize: vertical;
}

textarea[rows="1"] {
  height: 40px;
}

select,
.custom-select {
  max-width: 100%;
  padding: 0 32px 0 8px;
  height: 40px;
  background: url(../img/arrow_select.png) #fff no-repeat right center/28px auto;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #aaa;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: url(../img/check.png) #B81E22 no-repeat center center/14px auto;
  border-color: #B81E22;
}

input[type=radio] {
  border-radius: 100%;
}

input + .btn {
  margin-left: 4px;
}
input + .btn + .btn {
  margin-left: 4px;
}

.wrap_inp {
  position: relative;
}
.wrap_inp .input {
  width: 100%;
  padding-right: 40px;
}
.wrap_inp .btn_remove {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_remove.svg) no-repeat center center/16px;
}
.wrap_inp .btn_remove i {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .input-group:has(.btn) {
    flex-wrap: nowrap;
  }
  .input-group:has(.btn) .input {
    width: 100%;
  }
  .input-group:has(.btn) .btn {
    flex-shrink: 0;
  }
}
.wrap_period {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.list_chk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}
.list_chk li {
  display: flex;
  gap: 4px;
}
.list_chk.vertical {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .list_chk:not([class*=mo])[class*=col] {
    gap: 8px 20px;
  }
  .list_chk.col2 li {
    width: calc(50% - 10px);
  }
  .list_chk.col3 li {
    width: calc(33.33% - 14px);
  }
  .list_chk.col4 li {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .list_chk[class*=mo_col] {
    gap: 8px 20px;
  }
  .list_chk.mo_col1 li {
    width: 100%;
  }
  .list_chk.mo_col2 li {
    width: calc(50% - 10px);
  }
  .list_chk.mo_col3 li {
    width: calc(33.33% - 7px);
  }
  .list_chk.mo_col4 li {
    width: calc(25% - 15px);
  }
}

.list_btn {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list_btn.mo_bottom {
    gap: 8px;
  }
  .list_btn.mo_bottom a, .list_btn.mo_bottom button {
    width: 100%;
  }
}

.box_line {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.must {
  display: inline-block;
  margin-left: 2px;
  color: #E67930;
  font-size: 0;
}
.must:after {
  content: "*";
  font-size: 1rem;
}

.guide {
  font-size: 0.9em;
  color: #757575;
}

#searchItem {
  position: relative;
  margin: 24px 0 32px;
  padding: 24px 8px;
  background: #f7f7f7;
  border-radius: 8px;
  font-size: 16px;
}
#searchItem .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-right: 80px;
}
#searchItem .form-group div:empty {
  display: none;
}
#searchItem .form-group div:empty:first-child + .col-form-label {
  margin-left: 0;
}
#searchItem .form-group div:empty:first-child + .col-form-label:before {
  display: none;
}
#searchItem .col-form-label {
  position: relative;
  margin-left: 32px;
  margin-right: 8px;
  padding: 0 0 0 8px;
  font-size: 16px;
}
#searchItem .col-form-label:before {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background: #ddd;
  content: "";
}
#searchItem .col-form-label:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #E67930;
  content: "";
}
#searchItem .col-form-label + div {
  display: inline-flex;
  font-size: 16px;
  gap: 4px;
}
#searchItem .form-group > .col-form-label:first-child {
  margin-left: 0;
}
#searchItem .form-group > .col-form-label:first-child:before {
  display: none;
}
#searchItem .col:has(input[type=checkbox]) .col-form-label {
  margin-left: 4px;
  padding-left: 0;
  font-weight: 500;
}
#searchItem .col:has(input[type=checkbox]) .col-form-label:before, #searchItem .col:has(input[type=checkbox]) .col-form-label:after {
  display: none;
}
#searchItem .form-group > div:has(.float-right) {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#searchItem .form-group > div:has(.float-right) .btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border: none;
  background: #B81E22;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#searchItem .form-group > div:has(.float-right) .btn:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_search.png) no-repeat center center/contain;
  content: "";
}
#searchItem .tit_search {
  display: none;
}
#searchItem .inner {
  display: flex;
  flex-wrap: wrap;
  padding-right: 100px;
}
#searchItem .row_sch {
  display: flex;
  width: 100%;
}
#searchItem .row_sch + .row_sch {
  margin-top: 24px;
}
#searchItem .item {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
#searchItem .item + .item {
  border-left: 1px solid #e5e5e5;
}
#searchItem .item.vertical {
  flex-direction: column;
  align-items: flex-start;
}
#searchItem .tit_item {
  position: relative;
  margin-right: 8px;
  padding: 0 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}
#searchItem .tit_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #E67930;
  content: "";
}
#searchItem .conts {
  display: flex;
  gap: 4px;
  align-items: center;
}
#searchItem .conts .list_chk {
  padding-left: 12px;
}
#searchItem .period > div {
  display: flex;
  gap: 4px;
  align-items: center;
}
#searchItem .list_chk {
  min-height: 40px;
}
#searchItem .wrap_chk:not(:first-child) {
  margin-left: 12px;
}
#searchItem .right_btn {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#searchItem.move_year {
  padding: 16px 24px;
}
#searchItem.move_year .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
}
#searchItem.move_year .inner a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 0;
  border-radius: 50%;
  background: url(../img/arrow03_right.png) #fff no-repeat center center/16px;
}
#searchItem.move_year .inner .prev {
  transform: rotate(180deg);
}
#searchItem.move_year .inner .year {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
#searchItem.move_year .month {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
}
#searchItem.move_year .month a {
  color: #222;
}
#searchItem.move_year .month a:hover {
  text-decoration: underline;
}
#searchItem.move_year .month strong {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #searchItem.move_year {
    margin: 14px 0;
    padding: 8px 14px;
  }
  #searchItem.move_year .inner {
    justify-content: space-between;
  }
  #searchItem.move_year .inner a {
    background-color: transparent;
  }
  #searchItem.move_year .inner .year {
    font-size: 18px;
  }
}

.wrap_search2 {
  display: flex;
  gap: 8px 24px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
}
.wrap_search2 .item {
  display: flex;
  gap: 8px;
}
.wrap_search2 .tit {
  line-height: 20px;
  padding-top: 10px;
}
.wrap_search2:has(.btn_sch) {
  position: relative;
  padding-right: 7em;
  flex-wrap: wrap;
}
.wrap_search2:has(.btn_sch) .btn_sch {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .wrap_search2 {
    display: block;
    font-size: 15px;
  }
  .wrap_search2 .item + .item {
    margin-top: 12px;
  }
  .wrap_search2:has(.btn_sch) {
    padding: 20px 20px 72px;
  }
  .wrap_search2:has(.btn_sch) .btn_sch {
    top: auto;
    bottom: 20px;
    transform: unset;
  }
}

@media screen and (max-width: 1400px) {
  #searchItem.wrap_search .item {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  input.input {
    width: 160px;
  }
  #searchItem.wrap_search {
    padding: 20px 6px;
  }
  #searchItem.wrap_search .inner {
    padding-right: 64px;
  }
  #searchItem.wrap_search .item {
    padding: 0 14px;
  }
  #searchItem.wrap_search .right_btn {
    right: 20px;
  }
  #searchItem.wrap_search .right_btn .btn_sch {
    width: 40px;
    font-size: 0;
  }
}
@media screen and (max-width: 980px) {
  #searchItem.wrap_search {
    padding: 8px 6px;
  }
  #searchItem.wrap_search .inner {
    flex-wrap: wrap;
  }
  #searchItem.wrap_search .item {
    padding: 8px 14px;
  }
  #searchItem.wrap_search .item + .item {
    border-left: none;
  }
  #searchItem.wrap_search input.input {
    width: 140px;
  }
  #searchItem.wrap_search .period {
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  #searchItem.wrap_search .period .btn_day {
    display: none;
  }
  #searchItem.wrap_search .period:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "~";
  }
  #searchItem.wrap_search .period > div {
    width: calc(50% - 8px);
  }
  #searchItem.wrap_search .period .start span {
    display: none;
  }
  #searchItem.wrap_search .period input.input[type=date] {
    width: 120px;
    max-width: 100%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  #searchItem.wrap_search {
    margin: 14px 0 24px;
    padding: 0;
  }
  #searchItem.wrap_search .tit_search {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 14px;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
  }
  #searchItem.wrap_search .tit_search:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/arrow04_top.png) no-repeat center center/contain;
    transform: rotate(180deg);
    transition: 0.3s;
    content: "";
  }
  #searchItem.wrap_search.on .tit_search:after {
    transform: rotate(0deg);
  }
  #searchItem.wrap_search .inner {
    display: none;
    padding-right: 0;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    margin-top: 8px;
  }
  #searchItem.wrap_search .row_sch {
    display: block;
  }
  #searchItem.wrap_search .row_sch + .row_sch {
    margin-top: 0;
  }
  #searchItem.wrap_search input.input {
    width: 100%;
  }
  #searchItem.wrap_search .right_btn {
    position: relative;
    top: auto;
    right: auto;
    transform: unset;
    margin-top: 20px;
    padding: 0 14px;
  }
  #searchItem.wrap_search .right_btn .btn_sch {
    width: 100%;
    font-size: 16px;
    justify-content: center;
  }
}
/* buttons */
.row_buttons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 24px 0;
}
.row_buttons .col {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.row_buttons.to_top {
  margin-top: -40px;
  justify-content: flex-end;
}
.row_buttons.align_right, .row_buttons .align_right {
  justify-content: flex-end;
}
.row_buttons.align_center {
  align-items: center;
}
.row_buttons.wrap {
  flex-wrap: wrap;
}
.row_buttons.wrap .col {
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .row_buttons.to_top {
    margin-top: -48px;
  }
}
@media screen and (max-width: 768px) {
  .row_buttons {
    margin: 16px 0;
  }
  .row_buttons .col {
    gap: 8px;
  }
  .row_buttons.to_top {
    margin-top: 20px;
    justify-content: space-between;
  }
  .row_buttons.to_top .col:only-child {
    width: 100%;
    justify-content: space-between;
  }
}
.row_buttons .others {
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}

.move_process {
  display: flex;
  min-height: 40px;
  padding: 4px;
  border-radius: 8px;
  background: #f7f7f7;
}
.move_process .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  border-radius: 4px;
  padding: 4px 0.8em;
  font-size: 0.9em;
}
.move_process .current {
  font-weight: 600;
  font-size: 1em;
  background: #fff;
  color: #B81E22;
}
.move_process .prev:before,
.move_process .next:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/arrow03_right.png) no-repeat center center/contain;
  opacity: 0.6;
  transition: 0.2s;
  flex-shrink: 0;
  content: "";
}
.move_process .prev:before {
  transform: rotate(180deg);
}
.move_process .prev, .move_process .next {
  transition: 0.2s;
}
.move_process .prev:hover, .move_process .next:hover {
  color: #000;
}
.move_process .prev:hover:before, .move_process .prev:hover:after, .move_process .next:hover:before, .move_process .next:hover:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .move_process .item {
    min-width: 0;
    width: 100%;
    gap: 4px;
    padding: 4px 0.3em;
    line-height: 1.2;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .row_buttons:has(.move_process) {
    display: block;
  }
  .row_buttons:has(.move_process) .col {
    margin-top: 12px;
  }
  .row_buttons:has(.move_process) .col .btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mo_bottom {
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 32px 14px 24px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 24px);
    gap: 0;
    z-index: 10;
  }
  .mo_bottom .col {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: 8px;
  }
  .mo_bottom .col a, .mo_bottom .col button {
    flex-grow: 1;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
  }
  .mo_bottom .col .btn_primary {
    width: 60%;
  }
  .mo_bottom .col .btn_secondary {
    width: 40%;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 0 0.8em;
  background: #fff;
  font-size: 16px;
  border: 1px solid #aaa;
  color: #222;
  transition: 0.2s;
}
.btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  background-size: contain;
  font-size: 0;
}
.btn:has(i:only-child) {
  padding: 0;
}
.btn:has(span) {
  gap: 4px;
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
}
@media screen and (min-width: 1400px) {
  .btn:hover {
    border-color: #555;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .btn:has(i):has(span), .btn:has(i:only-child) {
    padding: 0 0.2em;
    gap: 0;
  }
  .btn:has(i):has(span) i + span:not(.txt), .btn:has(i:only-child) i + span:not(.txt) {
    display: none;
  }
  .btn:has(i):has(.txt) {
    padding: 0 0.8em;
  }
  .btn .txt {
    margin-left: 4px;
  }
  .btn.btn_add {
    min-width: 36px;
    height: 36px;
    border-radius: 36px;
    border: none;
    background-color: #f7f7f7;
  }
  .btn.btn_add i {
    opacity: 1;
  }
}
.btn.noline {
  border: none;
}

.btn_line {
  border-color: #B81E22;
  color: #B81E22;
}
.btn_line i {
  filter: invert(16%) sepia(83%) saturate(3142%) hue-rotate(345deg) brightness(94%) contrast(95%);
}
.btn_line span {
  color: #B81E22;
}
.btn_line:hover {
  border-color: #B81E22;
  color: #B81E22 !important;
}

.btn_gray {
  background: #f7f7f7;
}

.btn_red {
  background: #B81E22;
  border-color: #B81E22;
  color: #fff;
}
.btn_red i {
  filter: invert(99%) sepia(0%) saturate(7500%) hue-rotate(180deg) brightness(113%) contrast(101%);
  opacity: 1;
}
.btn_red:hover {
  border-color: #B81E22;
  color: #fff !important;
}

.btn_approval {
  background: #17a2b8;
  color: #fff;
  border: none;
}
.btn_approval:hover {
  color: #fff;
}

.btn_cancel {
  border-color: #B81E22;
  color: #B81E22;
}

.btn_approval2 {
  background: #3070E6;
  color: #fff;
  border: none;
}
.btn_approval2:hover {
  color: #fff;
}

.btn_cancel2 {
  background: #B81E22;
  color: #fff;
  border: none;
}
.btn_cancel2:hover {
  color: #fff;
}

.btn_write {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 2px solid #B81E22;
  border-radius: 4px;
  color: #B81E22;
  font-size: 16px;
  font-weight: 600;
}
.btn_write:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_write.png) no-repeat center center/contain;
  content: "";
}
.btn_write:hover {
  background: #fff;
  color: #B81E22;
  border-color: #B81E22;
}

.btn_sch {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border: none;
  background: #B81E22;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.btn_sch:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_search.png) no-repeat center center/contain;
  content: "";
}

.btn_refer i {
  background-image: url(../img/icon_reference.svg);
}

.btn_list i {
  background-image: url(../img/icon_list.svg);
}

.btn_edit i {
  background-image: url(../img/icon_edit.svg);
}

.btn_delete i {
  background-image: url(../img/icon_delete.svg);
}

.btn_remove i {
  background-image: url(../img/icon_remove.svg);
  font-size: 0;
}

.btn_add i {
  background-image: url(../img/icon_add.svg);
}

.btn_save i {
  background-image: url(../img/icon_save.svg);
}

.btn_download i {
  background-image: url(../img/icon_download.png);
}

.btn_search i {
  background-image: url(../img/icon_search.svg);
}

.top_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_list .float-right {
  display: inline-flex;
  gap: 12px;
}
.top_list .tit_sub {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top_list .float-right {
    gap: 8px;
  }
  .top_list .btn-success, .top_list .btn_write {
    font-size: 16px;
    height: 44px;
  }
  .top_list .btn_download {
    width: 40px;
    padding: 0;
    font-size: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_list {
    display: block;
  }
  .top_list .btn-success, .top_list .btn_write {
    display: flex;
    width: 100%;
  }
  .top_list .col + .col {
    margin-top: 14px;
  }
  .top_list .col + .col .float-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .top_list .col + .col .float-right:before {
    content: "조회 결과";
    font-size: 15px;
    font-weight: 500;
  }
  .top_list .col + .col .float-right .btn_download {
    display: none;
  }
  .top_list .col + .col .float-right select, .top_list .col + .col .float-right .custom-select {
    width: auto;
    border: none;
    height: auto;
    font-size: 15px;
    padding: 0 12px 0 0;
    background-position: calc(100% + 14px) center;
  }
}

/* legend */
.bg_blue {
  background: #E6F7FF;
  color: #00367D !important;
}

.bg_gray {
  background: #f7f7f7;
  color: #555 !important;
}

.bg_yellow {
  background: #FFFAE4;
  color: #FF6831 !important;
}

.bg_green {
  background: #F5FFF0;
  color: #0F5700 !important;
}

.bg_orange {
  background: #FFE5D2;
  color: #E43500 !important;
}

.bg_pink {
  background: #FFF2F7;
  color: #BF0069 !important;
}

.bg_purple {
  background: #F1EFFF;
  color: #4F007D !important;
}

.bg_black {
  background: #D8D8D8;
  color: #111 !important;
}

.wrap_legend .inner {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wrap_legend .item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 15px;
}
.wrap_legend .item:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
}
.wrap_legend .item.bg_blue:before {
  background-color: #00367D;
}
.wrap_legend .item.bg_gray:before {
  background-color: #555;
}
.wrap_legend .item.bg_yellow:before {
  background-color: #FF6831;
}
.wrap_legend .item.bg_green:before {
  background-color: #0F5700;
}
.wrap_legend .item.bg_orange:before {
  background-color: #E43500;
}
.wrap_legend .item.bg_pink:before {
  background-color: #BF0069;
}
.wrap_legend .item.bg_purple:before {
  background-color: #4F007D;
}
.wrap_legend .item.bg_black:before {
  background-color: #111;
}
@media screen and (max-width: 768px) {
  .wrap_legend .inner {
    gap: 4px;
  }
  .wrap_legend .btn_legend {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
  }
  .wrap_legend .btn_legend:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/arrow07_down.png) no-repeat center center/contain;
    opacity: 0.8;
    content: "";
  }
  .wrap_legend .btn_legend.on:after {
    transform: rotate(180deg);
  }
  .wrap_legend .btn_legend + .inner {
    display: none;
  }
  .wrap_legend .item {
    font-size: 13px;
    padding: 4px 8px;
  }
}

/* prev & next button */
.paging_buttons {
  display: inline-flex;
  gap: 4px;
}
.paging_buttons a, .paging_buttons button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 0.8em;
  border-radius: 4px;
  border: 1px solid #bbb;
  font-size: 16px;
  transition: 0.2s;
}
.paging_buttons a:before, .paging_buttons a:after, .paging_buttons button:before, .paging_buttons button:after {
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url(../img/arrow05_right.png) no-repeat center center/contain;
  opacity: 0.6;
}
@media screen and (min-width: 1400px) {
  .paging_buttons a:hover, .paging_buttons button:hover {
    border-color: #555;
  }
}
.paging_buttons .prev:before {
  transform: rotate(180deg);
  content: "";
}
.paging_buttons .next:after {
  content: "";
}
@media screen and (max-width: 640px) {
  .paging_buttons a, .paging_buttons button {
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .paging_buttons a span, .paging_buttons button span {
    display: none;
  }
}

.scroll_y {
  overflow-y: auto;
}
.scroll_y[data-height="200"] {
  max-height: 200px;
}
.scroll_y[data-height="300"] {
  max-height: 300px;
}
.scroll_y[data-height="400"] {
  max-height: 400px;
}
.scroll_y[data-height="500"] {
  max-height: 500px;
}
.scroll_y[data-height="600"] {
  max-height: 600px;
}
.scroll_y[data-height="700"] {
  max-height: 700px;
}
.scroll_y[data-height="800"] {
  max-height: 800px;
}
.scroll_y[data-height="900"] {
  max-height: 900px;
}
.scroll_y[data-height="1000"] {
  max-height: 1000px;
}
.scroll_y[data-height="50vh"] {
  max-height: 50vh;
}
.scroll_y.fix[data-height="200"] {
  height: 200px;
}
.scroll_y.fix[data-height="300"] {
  height: 300px;
}
.scroll_y.fix[data-height="400"] {
  height: 400px;
}
.scroll_y.fix[data-height="500"] {
  height: 500px;
}
.scroll_y.fix[data-height="600"] {
  height: 600px;
}
.scroll_y.fix[data-height="700"] {
  height: 700px;
}
.scroll_y.fix[data-height="800"] {
  height: 800px;
}
.scroll_y.fix[data-height="900"] {
  height: 900px;
}
.scroll_y.fix[data-height="1000"] {
  height: 1000px;
}
.scroll_y.fix[data-height="50vh"] {
  height: 50vh;
}

.wrap_thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #f7f7f7;
  gap: 12px;
}
.wrap_thumb[data-thumb="200"] img {
  max-height: 200px;
}
.wrap_thumb[data-thumb="300"] img {
  max-height: 300px;
}
.wrap_thumb[data-thumb="400"] img {
  max-height: 400px;
}
.wrap_thumb[data-thumb="500"] img {
  max-height: 500px;
}
.wrap_thumb .thumbnail:empty:after {
  font-size: 24px;
  font-weight: bold;
  opacity: 0.1;
  content: "이미지 없음";
}

/* table */
.wrap_tbl {
  margin-top: 12px;
}

.tit_sub + .wrap_tbl,
.tit_sub + .wrap_tbl .table {
  margin-top: 0 !important;
}

.table {
  border-top: 2px solid #000;
  border-bottom: 1px solid #bbb;
}
.table th, .table td {
  height: 40px;
  padding: 8px;
  border-top: 1px solid #ddd;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
}
.table th:last-child:not(.border_r), .table td:last-child:not(.border_r) {
  border-right: none;
}
.table th.cell_chk, .table td.cell_chk {
  width: 40px;
  text-align: center;
}
.table th.cell_del, .table th:has(.btn_delete:only-child), .table td.cell_del, .table td:has(.btn_delete:only-child) {
  width: 56px;
  text-align: center;
}
.table th:has(.list_chk), .table td:has(.list_chk) {
  padding-top: 14px;
  padding-bottom: 14px;
}
.table th.last, .table td.last {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .table th.cell_del, .table th:has(.btn_delete:only-child), .table td.cell_del, .table td:has(.btn_delete:only-child) {
    width: 56px;
  }
}
.table th.cell_mo + .cell_pc, .table td.cell_mo + .cell_pc {
  border-left: none;
}
@media screen and (min-width: 1023px) {
  .table .cell_mo {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .table .cell_pc {
    display: none !important;
  }
}
.table th {
  background: #F1F1F1;
  color: #000;
  font-weight: 600;
}
.table input[type=checkbox],
.table input[type=radio] {
  width: 20px;
  height: 20px;
}
.table input[type=checkbox] + label,
.table input[type=radio] + label {
  line-height: 20px;
}
.table input[type=checkbox]:only-child,
.table input[type=radio]:only-child {
  vertical-align: middle;
}
.table thead th {
  border-bottom-color: #ccc;
  color: #000;
}
.table tbody td {
  color: #555;
  word-break: break-all;
}
.table tbody td a:not(.btn) {
  color: #3070E6;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (min-width: 1400px) {
  .table tbody td a:not(.btn):hover {
    color: #003EB2;
  }
}
.table tbody td .btn:not(:has(i)) {
  font-size: 14px;
  height: 28px;
  margin: 2px;
  padding: 0 0.5em;
}
.table tbody .lab:not(label) {
  display: none;
}
.table tbody .mo_link {
  display: none;
}
.table tr.answer td:first-child {
  position: relative;
  padding-left: 32px;
}
.table tr.answer td:first-child:before, .table tr.answer td:first-child:after {
  position: absolute;
  top: 50%;
  background: #555;
  content: "";
}
.table tr.answer td:first-child:before {
  left: 12px;
  width: 12px;
  height: 1px;
}
.table tr.answer td:first-child:after {
  left: 12px;
  width: 1px;
  height: 12px;
  margin-top: -12px;
}
.table tr.answer td:first-child .lab_answer {
  display: inline-block;
  margin-right: 4px;
  padding: 2px 8px;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 0.9em;
  font-weight: 600;
}
.table tr.overdue td:has(.limitedDate) {
  background: #FDF2F3;
  color: #B81E22;
}
.table tr.overdue .limitedDate {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.table tr.overdue .limitedDate:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_warning.svg) no-repeat center center/contain;
  content: "";
}
.table tfoot th, .table tfoot td,
.table tr.tfoot th,
.table tr.tfoot td {
  border-top: 1px solid #bbb;
  color: #000;
}
.table .link_edit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.table .link_edit:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_edit2.svg) no-repeat center center/contain;
  filter: invert(33%) sepia(40%) saturate(3169%) hue-rotate(206deg) brightness(98%) contrast(85%);
  content: "";
}
.table.align_center th, .table.align_center td {
  text-align: center;
}
.table.vertical_top th, .table.vertical_top td {
  vertical-align: top;
}
.table.tbl_write td {
  height: 55px;
}
.table.tbl_write td:only-child:has(textarea) {
  padding: 8px 0;
}
.table.tbl_file .mo_link {
  display: none;
}
.table.tbl_eval td:not(:nth-child(2)) {
  width: 42px;
  text-align: center;
}
.table.tbl_eval td:nth-child(2) {
  width: auto;
}
.table.tbl_eval td:nth-child(5):not(.tac) {
  width: 15%;
  text-align: left;
}
.table.tbl_eval_write td input.input {
  width: auto;
  max-width: 40px;
  padding: 0;
  text-align: center;
}
.table.tbl_eval_write td input.input:read-only {
  border: none;
  background: none;
}

@media screen and (max-width: 768px) {
  .wrap_tbl:has(.tbl_box) {
    margin-top: 12px;
  }
  .table th {
    font-size: 15px;
  }
  .table td:has(.chk) {
    text-align: left;
  }
  .table td .lab {
    text-align: left;
  }
  .table td .lab[data-width="4"] {
    width: 52px;
  }
  .table td .lab[data-width="5"] {
    width: 68px;
  }
  .table td .lab[data-width="7"] {
    width: 86px;
  }
  .table td .lab[data-width="8"] {
    width: 108px;
  }
  .table .mo {
    display: inline-block;
  }
  .table.tbl_box, .table.tbl_box tbody, .table.tbl_box tr {
    display: block;
  }
  .table.tbl_box thead {
    display: none;
  }
  .table.tbl_box tbody tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px 16px;
    padding: 16px 14px;
    border-bottom: 1px solid #ddd;
  }
  .table.tbl_box tbody th, .table.tbl_box tbody td {
    display: flex;
    min-width: calc(50% - 8px);
    gap: 0 4px;
    height: auto;
    line-height: 20px;
    border: none !important;
    padding: 0;
    color: #000;
  }
  .table.tbl_box tbody td {
    flex-wrap: wrap;
  }
  .table.tbl_box tbody td.half {
    width: calc(50% - 8px);
  }
  .table.tbl_box tbody .lab {
    display: inline-block;
    font-size: 13px;
    color: #555;
    line-height: 20px;
  }
  .table.tbl_box tbody td.nowrap:has(input),
  .table.tbl_box tbody td.nowrap:has(select) {
    padding: 8px 0;
  }
  .table.tbl_box tbody td:first-child.nowrap:has(input),
  .table.tbl_box tbody td:first-child.nowrap:has(select) {
    padding-top: 0;
  }
  .table.tbl_box tbody td.cell_pc {
    display: none;
  }
  .table.tbl_box tbody td.link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .table.tbl_box tbody td.link .lab {
    display: none;
  }
  .table.tbl_box tbody td.link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
  }
  .table.tbl_box tbody tr:has(td.mo_link) td:not(.mo_link) a {
    color: inherit;
    text-decoration: none;
  }
  .table.tbl_box tbody td.mo_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .table.tbl_box tbody td.mo_link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
  }
  .table.tbl_box tbody td.o1 {
    order: 1;
  }
  .table.tbl_box tbody td.o2 {
    order: 2;
  }
  .table.tbl_box tbody td.o3 {
    order: 3;
  }
  .table.tbl_box tbody td.o4 {
    order: 4;
  }
  .table.tbl_box tbody td.o5 {
    order: 5;
  }
  .table.tbl_box tbody td.o6 {
    order: 6;
  }
  .table.tbl_box tbody td.o7 {
    order: 7;
  }
  .table.tbl_box tbody td.o8 {
    order: 8;
  }
  .table.tbl_box tbody td.o9 {
    order: 9;
  }
  .table.tbl_box tbody td.o10 {
    order: 10;
  }
  .table.tbl_box tbody td.o11 {
    order: 11;
  }
  .table.tbl_box tbody td.o12 {
    order: 12;
  }
  .table.tbl_box tbody td.o13 {
    order: 13;
  }
  .table.tbl_box tbody td.o14 {
    order: 14;
  }
  .table.tbl_box tbody td.o15 {
    order: 15;
  }
  .table.tbl_box tbody td.full {
    width: 100%;
  }
  .table.tbl_box tbody td.tit {
    display: block;
    margin-bottom: 4px;
    padding: 0.1em 0;
    font-size: 1.1em;
    font-weight: 600;
  }
  .table.tbl_box tbody td.tit .lab {
    display: inline-block;
    margin-right: 8px;
    vertical-align: 2px;
  }
  .table.tbl_box tbody td.tit.lv2 {
    font-weight: normal;
  }
  .table.tbl_box tbody td.top_right {
    position: absolute;
    top: 16px;
    right: 14px;
    min-width: 0;
  }
  .table.tbl_box tbody td.top_right:has(.btn) {
    top: 8px;
    right: 8px;
    width: auto;
  }
  .table.tbl_box tbody td.top_right .btn {
    border: none;
  }
  .table.tbl_box tbody td.top_right.cell_chk {
    width: 20px;
  }
  .table.tbl_box tbody td.top_left {
    width: calc(100% - 132px);
    min-height: 24px;
  }
  .table.tbl_box tbody td.sm {
    color: #757575;
    font-size: 14px;
  }
  .table.tbl_box tbody td .round {
    display: inline-block;
    padding: 0 0.8em;
    font-size: 14px;
    background: #FDF2F3;
    color: #B81E22;
    line-height: 24px;
    border-radius: 24px;
    font-weight: 500;
  }
  .table.tbl_box tbody td:not(.nowrap):has(.btn) {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .table.tbl_box tbody td:not(.nowrap):has(.btn) .btn {
    margin: 0 0 4px;
  }
  .table.tbl_box tbody td.nowrap {
    flex-wrap: nowrap;
  }
  .table.tbl_box tbody td.align_center {
    align-items: center;
  }
  .table.tbl_box tbody tr[class*=link] {
    padding-right: 32px;
  }
  .table.tbl_box tbody tr[class*=link]:after {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 16px;
    transform: translateY(-50%);
    background: url(../img/arrow08_right.svg) no-repeat center center/contain;
    content: "";
  }
  .table.tbl_box tbody tr[class*=link] td.top_right {
    right: 32px;
  }
  .table.tbl_box tbody tr[class*=link] td.top_left {
    width: calc(100% - 150px);
  }
  .table.tbl_box tbody tr[class*=link] td.tit {
    color: #3070E6;
  }
  .table.tbl_box tbody tr.link_top:after {
    top: 28px;
  }
  .table.tbl_box tbody tr:has(.round) td:not(.top_right):has(.round) {
    min-width: 0;
  }
  .table.tbl_box tbody tr:has(.round) .tit.o1 {
    width: auto;
    max-width: calc(100% - 110px);
  }
  .table.tbl_box tbody tr:has(.top_right .btn) {
    padding-right: 40px;
  }
  .table.tbl_box tbody tr:last-child {
    border-bottom: none;
  }
  .table.tbl_box tbody tr.answer {
    background: #f7f7f7;
    margin-top: -2px;
    border: 12px solid #fff;
    border-top: none;
  }
  .table.tbl_box tbody tr.answer td:first-child:before, .table.tbl_box tbody tr.answer td:first-child:after {
    display: none;
  }
  .table.tbl_box tbody tr.answer .lab_answer {
    background: #fff;
    font-size: 14px;
    color: #222;
  }
  .table.tbl_box tbody tr.answer + tr {
    border-top: 1px solid #ddd;
  }
  .table.tbl_box tbody tr.overdue {
    background: #FDF2F3;
  }
  .table.tbl_box tbody tr.overdue .round {
    background-color: #fff;
  }
  .table.tbl_box:has(tfoot),
  .table.tbl_box tbody:has(.tfoot) {
    display: flex;
    flex-direction: column;
  }
  .table.tbl_box tfoot, .table.tbl_box .tfoot {
    order: 1;
    background-color: #f7f7f7;
  }
  .table.tbl_box tfoot th, .table.tbl_box .tfoot th {
    width: 100%;
    background: none;
  }
  .table.tbl_box tfoot td:empty, .table.tbl_box .tfoot td:empty {
    display: none;
  }
  .table.tbl_box:has(tfoot) tbody,
  .table.tbl_box tbody:has(.tfoot) tr:not(.tfoot) {
    order: 2;
  }
  .table.tbl_box .lab {
    flex-shrink: 0;
  }
  .table.tbl_box_write {
    border-top: none;
    border-bottom: none;
  }
  .table.tbl_box_write, .table.tbl_box_write tbody, .table.tbl_box_write tr, .table.tbl_box_write th, .table.tbl_box_write td {
    display: block;
  }
  .table.tbl_box_write thead {
    display: none;
  }
  .table.tbl_box_write tr {
    position: relative;
    padding: 14px;
    border: 1px solid #555;
    border-radius: 8px;
  }
  .table.tbl_box_write tr + tr {
    margin-top: 12px;
  }
  .table.tbl_box_write th, .table.tbl_box_write td {
    padding: 0;
    border: none;
    height: auto;
    color: #000;
  }
  .table.tbl_box_write td + td {
    margin-top: 12px;
  }
  .table.tbl_box_write td .lab {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 4px;
    line-height: 20px;
    color: #555;
  }
  .table.tbl_box_write td .lab:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #555;
    border-radius: 100%;
    content: "";
  }
  .table.tbl_box_write td.top_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    margin-top: 0;
  }
  .table.tbl_box_write td.top_right .btn {
    border: none;
    background: none;
  }
  .table.tbl_box_write td.td_row {
    display: flex;
  }
  .table.tbl_box_write td.td_row .lab {
    margin-right: 12px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .table.tbl_box_write td.td_row:has(.input) {
    align-items: center;
  }
  .table.tbl_box_write td.td_row input.input {
    flex-grow: 1;
    width: 100%;
  }
  .table.tbl_box_write th {
    background: none;
    margin: 12px 0 4px;
    color: #757575;
    font-size: 14px;
  }
  .table.tbl_box_write th:first-child {
    margin-top: 0;
  }
  .table.tbl_box_write textarea {
    padding: 8px;
  }
  .table.tbl_box_write tr:has(th) .input, .table.tbl_box_write tr:has(th) .select {
    width: 100%;
  }
  .table.tbl_box_write tr:has(.top_right) {
    padding-top: 20px;
  }
  .table.tbl_box_write tr:has(.top_right) td.td_row:first-child {
    padding-right: 40px;
  }
  .table.tbl_box_write tfoot, .table.tbl_box_write .tfoot {
    display: none;
  }
  .table.tbl_list, .table.tbl_list thead, .table.tbl_list tbody {
    display: block;
  }
  .table.tbl_list tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .table.tbl_list th, .table.tbl_list td {
    height: auto;
  }
  .table.tbl_list th {
    display: flex;
    align-items: center;
    width: 20%;
    min-width: 110px;
    padding-left: 14px;
  }
  .table.tbl_list th[rowspan] {
    display: none;
  }
  .table.tbl_list td {
    width: 80%;
    max-width: calc(100% - 110px);
    border-right: none;
    padding-right: 14px;
  }
  .table.tbl_list td:first-child {
    padding-left: 8px;
  }
  .table.tbl_list tbody tr:last-child th, .table.tbl_list tbody tr:last-child td {
    border-bottom-color: #ddd;
  }
  .table.tbl_full tr {
    flex-direction: column;
  }
  .table.tbl_full th, .table.tbl_full td {
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
  .table.tbl_file {
    display: block;
  }
  .table.tbl_file thead {
    display: none;
  }
  .table.tbl_file tbody {
    display: flex;
    flex-direction: column;
  }
  .table.tbl_file tr {
    display: block;
    position: relative;
    margin: 12px 0;
    padding: 14px 32px 14px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: url(../img/arrow05_right.png) no-repeat calc(100% - 14px) center/auto 16px;
  }
  .table.tbl_file tr + tr {
    margin-top: 0;
  }
  .table.tbl_file td:not(.hide) {
    display: block;
    padding: 0;
    border: none;
    height: auto;
  }
  .table.tbl_file .mo_link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .table.tbl_file .mo {
    display: inline;
  }
  .table.tbl_file #fileNm a {
    text-decoration: none;
  }
  .table.tbl_file #fileNm .blue {
    color: #3070E6;
  }
  .table.tbl_file #fileExtension,
  .table.tbl_file #fileSize {
    display: none;
  }
  .table.tbl_file #fileExplan {
    margin-top: 4px;
    font-size: 14px;
  }
  .table.tbl_file td:empty {
    display: none;
  }
  .table.tbl_eval_write th,
  .table.tbl_eval_write td {
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  .wrap_tbl {
    margin: 0 -14px;
  }
  .wrap_tbl:has(.tbl_box) {
    margin-top: 4px;
  }
  .wrap_tbl:has(.tbl_box_write) {
    margin: 0;
  }
  .table th:first-child, .table td:first-child {
    padding-left: 14px;
  }
  .table td:first-child:has(.input) {
    padding-left: 8px;
  }
  .table.tbl_box_write th:first-child, .table.tbl_box_write td:first-child {
    padding-left: 0;
  }
  .table.tbl_write td:only-child textarea {
    margin: 0 8px;
    width: calc(100% - 16px);
  }
  .table.tbl_file tbody {
    padding: 0 14px;
  }
}
.wrap_nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 40px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .wrap_nodata {
    min-height: 40px;
    padding: 14px;
  }
  .wrap_nodata p {
    font-size: 16px;
  }
}

.pagination {
  margin-top: 20px;
  justify-content: center;
}
.pagination .page-link {
  color: #555;
  border-color: #ccc;
}
.pagination .page-item.active .page-link {
  background-color: #3070E6;
  border-color: #3070E6;
}

/* tab */
.tabs .nav-tabs {
  border-bottom-color: #bbb;
  flex-wrap: nowrap;
}
.tabs .nav-link {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 0.6em 1.2em;
  border-radius: 8px 8px 0 0;
  color: #555;
  border-bottom: none !important;
}
.tabs .nav-link.active {
  border-color: #bbb;
  border-top: 3px solid #B81E22;
  color: #B81E22;
  font-weight: 600;
}
.tabs .nav-link .num {
  display: inline-flex;
  align-items: center;
  padding: 0 0.4em;
  height: 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  background: #f5f5f5;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .tabs:has(.month) .nav-item {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .tabs .wrap_tab {
    position: relative;
    margin: 0 -14px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    transition-property: -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .tabs .wrap_tab::-webkit-scrollbar {
    display: none;
  }
  .tabs .wrap_tab .nav-tabs {
    display: table;
    width: 100%;
    overflow-x: hidden;
    padding: 0 14px;
  }
  .tabs .wrap_tab .nav-tabs .nav-item {
    display: table-cell;
    margin: 0;
  }
  .tabs .wrap_tab .nav-tabs .nav-link {
    position: relative;
  }
  .tabs .wrap_tab .nav-tabs .nav-link.active:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .tabs .nav-link {
    padding: 0 0.8em;
    min-width: 72px;
    height: 40px;
    font-size: 16px;
  }
}

/* modal */
.modal .modal-dialog {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.modal .modal-dialog.modal-xl {
  max-width: 1024px;
}
.modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.modal .modal-header {
  height: 64px;
  padding: 0 20px;
  background: #fff;
  align-items: center;
}
.modal .modal-header .modal-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.modal .modal-header .btn_close {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 0;
  margin-right: -14px;
}
.modal .modal-header .btn_close:before, .modal .modal-header .btn_close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  margin: -12px 0 0 -1px;
  background: #222;
  content: "";
}
.modal .modal-header .btn_close:before {
  transform: rotate(45deg);
}
.modal .modal-header .btn_close:after {
  transform: rotate(-45deg);
}
.modal .modal-body {
  padding: 20px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.modal .item-thumbs {
  text-align: center;
}
.modal .item-thumbs img {
  max-height: 50vh;
}
.modal .modal-footer .row_buttons {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .modal .modal-body {
    padding: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    font-size: 16px;
  }
  .modal .wrap_tbl {
    margin: 0;
  }
  .modal.mo_full .modal-dialog {
    max-width: none !important;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }
  .modal.mo_full .modal-content {
    display: block;
    height: 100vh;
    border-radius: 0;
    border: none;
  }
  .modal.mo_full .modal-header {
    height: 52px;
    background: #555;
    border-bottom: none;
    border-radius: 0;
  }
  .modal.mo_full .modal-header .modal-title {
    color: #fff;
  }
  .modal.mo_full .modal-header .btn_close:before, .modal.mo_full .modal-header .btn_close:after {
    background: #fff;
  }
  .modal.mo_full .modal-body {
    height: calc(100vh - 138px);
    max-height: none;
    padding-bottom: 24px;
  }
  .modal.mo_full .modal-body .scroll_y {
    height: auto;
    max-height: none;
  }
  .modal.mo_full .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 24px;
  }
  .modal .table.tbl_box tbody tr {
    padding: 14px 0;
  }
  .modal .table.tbl_box tbody td.top_right {
    top: 14px;
    right: 0;
  }
}