@charset "UTF-8";
:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --color: #2196F3;
  --color2: #161d27;
  --color2-dark: #0f131a;
  --purple: rgb(96, 36, 198);
  --white: #fff;
  --black: #000;
  --gray2: #222222;
  --gray6: #6f6f6f;
  --gray9: #959595;
  --grayd: #dddddd;
  --bg-grd-dkblue: radial-gradient(#45509b, #081b3f);
  --bg-grd-wgry: linear-gradient(-45deg, #dcd7e0, #fff);
  --font-large: 3rem;
  --font-medium: 1.6rem;
  --font-default: 1.2rem;
  --font-small: 0.8rem;
  --font-primary: Pretendard;
}

/* 스크롤 바의 색상 지정 */
::-webkit-scrollbar-thumb {
  background-color: rgba(145, 145, 145, 0.3); /* 스크롤 바의 색상 */
}

html {
  font-size: 62.5%;
  font-family: "Pretendard", sans-serif;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  color: #000;
  background-color: #ebeff2;
  transition: 0.35s;
}
body.darkmode {
  color: #fff;
  background-color: #1a293c;
}

/* 여백 초기화 */
body, div, ul, li, dl, dd, dt, ol, h1, h2, h3, h4, h5, h6, input, fieldset, legend, p, select,
table, th, td, tr, textarea, button, form, figure, figcaption, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

/* a 링크 초기화 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 폰트 초기화 */
body, input, textarea, select, button, table {
  font-family: "Pretendard", sans-serif;
}

/* 폰트 스타일 초기화 */
em, address {
  font-style: normal;
}

em {
  color: red;
}

/* 블릿기호 초기화 */
ul, li, ol {
  list-style: none;
}

/* 제목 태그 초기화 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

/* 버튼초기화 */
button {
  border: 0;
}

/* 반응형 이미지 */
img, video {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

img {
  border: 0;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* table */
table {
  border-collapse: collapse;
}

/* IR 효과 */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_su {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
/* margin */
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

/* padding */
.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pl10 {
  padding-left: 10px;
}

.pt15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.txt_l {
  text-align: left !important;
}

.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.hide {
  overflow: hidden;
  display: block;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

a {
  color: inherit;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

body {
  font-size: var(--text-base-size);
  font-family: var(--font-primary);
  color: var(--color-text);
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.container {
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: var(--shadow-medium);
}
.darkmode .header {
  background-color: var(--color2);
}

.navbar {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .navbar {
    height: 65px;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 479px) {
  .navbar {
    height: 65px;
    flex-wrap: wrap;
  }
}
.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 10%;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .navbar .navbar__left {
    flex: 0 0 15%;
  }
}
@media (max-width: 766px) {
  .navbar .navbar__left {
    flex: 0 0 auto;
  }
}
.navbar .navbar__center {
  display: flex;
}
@media (max-width: 766px) {
  .navbar .navbar__center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}
.navbar .navbar__right {
  display: flex;
  flex: 0 0 9%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (max-width: 766px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

.brand {
  display: flex;
  align-items: center;
  order: 1;
  font-size: 2rem;
  font-weight: 200;
  width: 8rem;
  height: 2rem;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
}
.darkmode .brand {
  color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .brand {
    font-size: 1.5rem;
  }
}
.brand strong {
  color: #1185e1;
  font-weight: 600;
}
.darkmode .brand strong {
  color: #9de0fd;
}
@media all and (max-width: 479px) {
  .brand img {
    width: 200px;
    height: 20px;
  }
}
.brand svg {
  width: 60px;
  height: 60px;
}

@media all and (max-width: 1080px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }
  .darkmode .menu {
    background-color: var(--color2);
  }
}
.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}
@media (max-width: 766px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 6rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }
  .menu .menu__header.is-active > .menu__arrow {
    display: flex;
  }
  .darkmode .menu .menu__header.is-active {
    background-color: var(--color2);
  }
}
@media (max-width: 766px) {
  .menu .menu__header .menu__arrow {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }
  .menu .menu__header .menu__arrow:hover i {
    color: var(--color);
  }
  .menu .menu__header .menu__arrow > i {
    font-size: 1.5rem;
    color: #000;
    transition: all 0.25s ease;
  }
  .darkmode .menu .menu__header .menu__arrow > i {
    color: #fff;
  }
}
@media (max-width: 766px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease;
    font-size: 1.8rem;
  }
  .menu .menu__header .menu__title:hover {
    color: var(--color);
  }
  .darkmode .menu .menu__header .menu__title {
    color: #fff;
  }
}
.menu .menu__inner {
  padding: 10px 0;
}
@media (max-width: 766px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu .menu__inner .menu__item {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding: 0px 12px 10px 0;
}
.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}
.menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
.darkmode .menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #efefef;
  }
  .darkmode .menu .menu__inner .menu__item {
    border-bottom: 1px solid rgba(239, 239, 239, 0.31);
  }
}
@media (min-width: 767px) {
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
}
@media (min-width: 767px) {
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
}
.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  transition: all 0.25s ease;
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}
.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 1rem;
  transform: rotate(90deg);
  transition: 0.35s;
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}
.darkmode .menu .menu__inner .menu__item .menu__link {
  color: #fff;
}

.submenu {
  position: absolute;
  z-index: 100;
  top: 110%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  border-radius: 0.25rem;
  border-top: 2px solid var(--color);
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50%);
}
.darkmode .submenu {
  border-top: 2px solid var(--color);
  background-color: var(--color2);
}
@media (max-width: 766px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 75px 0 0 0;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
}
@media (min-width: 767px) {
  .submenu {
    animation: none !important;
  }
}
@media (min-width: 767px) {
  .submenu.megamenu__normal {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .submenu.megamenu__text, .submenu.megamenu__image {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 975px) {
  .submenu.megamenu__text, .submenu.megamenu__image {
    max-width: 992px;
  }
}
@media (min-width: 767px) {
  .submenu.megamenu__text_s {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 975px) {
  .submenu.megamenu__text_s {
    max-width: 720px;
  }
}
.submenu.megamenu__text_s .submenu__inner {
  width: 33.33%;
}
.submenu.megamenu__image .submenu__inner a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a {
    flex-flow: row;
    align-items: center;
    padding-bottom: 20px;
  }
}
.submenu.megamenu__image .submenu__inner a img {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a img {
    width: 30%;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.submenu .submenu__inner {
  width: 20%;
  padding: 0 0;
}
@media (max-width: 766px) {
  .submenu .submenu__inner {
    width: 100%;
    padding: 0;
  }
}
.submenu .submenu__inner .submenu__title {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  color: var(--color);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 766px) {
  .submenu .submenu__inner .submenu__title {
    border-bottom: 1px solid #efefef;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    background: #efefef;
    padding: 0 0 0 10px;
  }
  .darkmode .submenu .submenu__inner .submenu__title {
    color: #5cb6e3;
    background: rgba(255, 255, 255, 0.15);
  }
}
.darkmode .submenu .submenu__inner .submenu__title {
  color: var(--color);
}
@media (max-width: 766px) {
  .submenu .submenu__list {
    margin: 10px 0 10px 20px;
  }
}
.submenu .submenu__list li {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu .submenu__list li a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.4;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
}
.submenu .submenu__list li a:hover {
  color: var(--color);
}
@media (max-width: 766px) {
  .submenu .submenu__list li a {
    display: block;
  }
}
.darkmode .submenu .submenu__list li a {
  color: #fff;
}
.darkmode .submenu .submenu__list li a:hover {
  color: var(--color);
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 10px;
}
.switch .switch__light,
.switch .switch__dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch .switch__light {
  font-size: 20px;
  visibility: visible;
  color: #000;
}
.darkmode .switch .switch__light {
  font-size: 0;
  visibility: hidden;
}
.switch .switch__dark {
  font-size: 0;
  visibility: hidden;
  color: #fff;
}
.darkmode .switch .switch__dark {
  font-size: 20px;
  visibility: visible;
}

.bx-sun {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
.bx-sun::before {
  content: "\e518";
  font-size: 2.2rem;
  font-family: "mso";
}

.bx-moon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
.bx-moon::before {
  content: "\e51c";
  font-size: 2.2rem;
  font-family: "mso";
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}
@media (max-width: 766px) {
  .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  display: none;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .burger {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .burger {
    display: none;
  }
}
@media (max-width: 766px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}
.darkmode .burger .burger-line {
  background: #fff;
}
.burger .burger-line:nth-child(1) {
  top: 0px;
}
.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}
.burger .burger-line:nth-child(3) {
  top: 16px;
}

.user_pic {
  display: inline-block;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #9a9a9a url(../images/user.png) no-repeat center;
  border: 1px solid #9a9a9a;
  border-radius: 15px;
  background-size: 30px;
}
@media (max-width: 766px) {
  .user_pic {
    display: none;
  }
}

.dropdown_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 5555;
}

.dropdown-toggle {
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 400;
}
.darkmode .dropdown-toggle {
  color: #fff;
}
@media (max-width: 766px) {
  .dropdown-toggle {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #9a9a9a url(../images/user.png) no-repeat center;
    border: 1px solid #9a9a9a;
    border-radius: 15px;
    background-size: 30px;
    text-indent: -9999px;
    padding: 0;
  }
}

/**** ****/
.dropdown_box .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 5555;
}

.dropdown_box .dropdown > li > a {
  display: block;
  padding: 9px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.caret::before {
  content: "\e5cf";
  font-family: "mso";
  font-size: 1.2rem;
  color: #000;
}
.darkmode .caret::before {
  color: #fff;
}
@media (max-width: 766px) {
  .caret {
    display: none;
  }
}

.b_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
.b_arrow::before {
  content: "\e5e1";
  font-family: "mso";
  font-size: 1rem;
}

@media (max-width: 766px) {
  .submenu .submenu__inner:last-child {
    padding-bottom: 100px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 0;
  border-bottom: 1px solid #666;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
@media all and (max-width: 479px) {
  .header {
    padding: 0;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo {
  font-size: 0;
  width: 240px;
}

.spot-menu {
  position: absolute;
  left: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-bottom: 1px solid #959595;
}
.darkmode .spot-menu {
  border-bottom: 1px solid rgba(149, 149, 149, 0.38);
}
@media (max-width: 766px) {
  .spot-menu {
    display: none;
  }
}
.spot-menu nav {
  display: flex;
}
.spot-menu ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 1rem;
}
.spot-menu li {
  display: flex;
  align-items: center;
  line-height: 30px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .spot-menu li.hidden {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .spot-menu li.hidden {
    display: none;
  }
}
.spot-menu li + li {
  color: #6f6f6f;
}
.darkmode .spot-menu li + li {
  color: #dddddd;
}
.spot-menu li + li::before {
  content: "";
  margin: 0 20px;
  width: 2px;
  height: 10px;
  background-color: #dddddd;
}
@media all and (max-width: 479px) {
  .spot-menu li + li::before {
    display: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .spot-menu li + li::before {
    display: none;
  }
}
.spot-menu a {
  font-size: var(--font-default);
  color: #6f6f6f;
}
.darkmode .spot-menu a {
  color: #dddddd;
}
.spot-menu [aria-hidden] {
  display: none;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .spot-menu [aria-hidden] button {
    background: url(../images/menu.svg) no-repeat center;
    width: 50px;
    height: 60px;
  }
  .spot-menu [aria-hidden] {
    display: flex;
  }
}
@media all and (max-width: 479px) {
  .spot-menu [aria-hidden] button {
    background: url(../images/menu.svg) no-repeat center;
    width: 50px;
    height: 60px;
  }
  .spot-menu [aria-hidden] {
    display: flex;
  }
}

.t_date {
  font-size: 1.5rem;
  font-weight: 300;
  color: #094dcd;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t_date {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .t_date {
    display: none;
  }
}

footer {
  padding: 1rem 5rem;
  border-top: 1px solid #cfcfcf;
  background: rgba(255, 255, 255, 0.43);
  text-align: center;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 25px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: sans-serif;
  color: #666;
}
.checkbox + label:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: transparent;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 1px #cecece;
  border-radius: 4px;
  transition: 200ms ease-in-out all;
}
.checkbox + label:after {
  position: absolute;
  display: block;
  top: 5px;
  left: 8px;
  content: "";
  width: 3px;
  height: 7px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: rotate(45deg);
  transition: 200ms ease-in-out all;
}
.checkbox + label:hover {
  color: #333;
}
.checkbox + label:focus {
  outline: none;
}
.checkbox:checked + label:before {
  background: #156cf3;
  box-shadow: none;
}
.checkbox:checked + label:after {
  border-color: white;
}
.checkbox:disabled + label:before {
  background: #f2f2f2;
  box-shadow: none;
}
.checkbox:disabled + label:after {
  border-color: transparent;
}
.checkbox:checked:disabled + label:before {
  background: #f2f2f2;
  box-shadow: none;
}
.checkbox:checked:disabled + label:after {
  border-color: #cecece;
}

.form-checkbox {
  position: relative;
  display: block;
  margin: 0 0 15px;
}

.login {
  height: 100vh;
  width: 100%;
  background: var(--bg-grd-dkblue);
  position: relative;
}

.login_inner {
  width: 1000px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg-color-w);
  border-radius: 10px;
  box-shadow: var(--bx-sh-ot);
  display: flex;
  overflow: hidden;
}
@media all and (max-width: 479px) {
  .login_inner {
    height: auto;
  }
}

.login_inner .left {
  width: 50%;
  height: 100%;
  padding: 25px 25px;
  position: relative;
  background: var(--bg-grd-wgry);
}
@media all and (max-width: 479px) {
  .login_inner .left {
    padding: 15px 15px;
  }
}

.login_inner .right {
  width: 50%;
  height: 100%;
}

.login_inner .left .top_link a {
  color: var(--txt-color-w);
  font-weight: var(--ft-wgt-1);
  background: var(--indigo-900);
  border-radius: 20px 0 0 20px;
  padding: 10px 10px;
}

.login_inner .left .top_link {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
}

.login_inner .left .top_link a:before {
  content: "\e8b8";
  font-family: "Mso";
  font-size: var(--ft-siz-s);
  color: var(--txt-color-w);
  font-weight: var(--ft-wgt-1);
  vertical-align: bottom;
}

.login_inner .left .contact {
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 479px) {
  .login_inner .left .contact {
    width: 90%;
  }
}

.login_inner .left .contact select {
  height: 60px;
  font-size: var(--ft-siz-ms);
  font-weight: var(--ft-wgt-1);
  width: 100%;
}

.login_inner .left h3 {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 5rem;
  font-weight: 600;
  color: var(--indigo-900);
}
@media all and (max-width: 479px) {
  .login_inner .left h3 {
    font-size: 3rem;
    font-weight: 500;
    margin: 20px auto;
  }
}

.login_inner .left .set_con {
  width: 100%;
  padding: 0;
}

.login_inner .left .set_con > li {
  position: relative;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 479px) {
  .login_inner .left .set_con > li {
    flex-wrap: wrap;
  }
}

.login_inner .left .set_con > li > label {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  width: 90px;
  flex-shrink: 0;
}
@media all and (max-width: 479px) {
  .login_inner .left .set_con > li > label {
    width: 100%;
    font-size: 1.5rem;
  }
}

.login_inner .left .set_con > li > input {
  border: none;
  height: 60px;
  font-size: 1.8rem;
  font-weight: var(--ft-wgt-1);
  color: #333;
  border-bottom: 1px solid #000;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  flex-grow: 1;
}
@media all and (max-width: 479px) {
  .login_inner .left .set_con > li > input {
    height: 50px;
    font-size: 1.5rem;
  }
}

.login_inner .bt_submit {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: none;
  font-size: 1.8rem;
  border-radius: 5px;
  display: block;
  background: #156cf3;
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 479px) {
  .login_inner .bt_submit {
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
  }
}

.green_btl {
  background: #13941c !important;
}

.login_inner .bt_subtel {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  border-radius: 5px;
  display: block;
  background: #8e8e8e;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media all and (max-width: 479px) {
  .login_inner .bt_subtel {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
}

.login_inner .right {
  background: url(../images/login_skin.jpg) no-repeat center;
  background-size: cover;
  color: var(--txt-color-w);
  position: relative;
}

.login_inner .right .right-text {
  text-shadow: 1px 1px 2px #000000;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.login_inner .right-text h2 {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
}

.login_inner .right-text h5 {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}

.KNm_Choice {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 60px;
}
@media all and (max-width: 1080px) {
  .KNm_Choice {
    height: 50px;
  }
}

.KNm_Choice .option {
  padding: 0 30px 0 10px;
  min-height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background 0.4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.8rem;
}
@media all and (max-width: 1080px) {
  .KNm_Choice .option {
    min-height: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 479px) {
  .KNm_Choice .option {
    font-size: 1.5rem;
  }
}

.KNm_Choice .option:hover {
  background: #ddd;
}

.KNm_Choice:focus .option {
  position: relative;
  pointer-events: all;
}

.KNm_Choice > input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}

.KNm_Choice > input:checked + label {
  order: 1;
  z-index: 2;
  background: #fff;
  border-top: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 300;
}
@media all and (max-width: 1080px) {
  .KNm_Choice > input:checked + label {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 479px) {
  .KNm_Choice > input:checked + label {
    font-size: 1.5rem;
  }
}

.KNm_Choice > input:checked + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_arrow_down.svg) no-repeat center;
  background-size: 1.8rem;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  pointer-events: none;
  z-index: 3;
}

.KNm_Choice > input:checked + label:before {
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  content: "";
}

.KNm_Choice .option:nth-child(3) {
  border-top: none;
}

.KNm_Choice .option:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 960px) {
  .login_inner {
    width: 95%;
  }
  .login_inner .left {
    width: 100%;
    height: 100%;
    padding: 25px 15px;
    position: relative;
  }
  .login_inner .right {
    display: none;
  }
}
.Account_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Account_box .text {
  display: flex;
}
.Account_box .text li {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.Account_box .text li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.Account_box .text li:last-child a:before {
  display: none;
}
.Account_box .text a {
  font-size: 1.5rem;
  color: #666;
  font-weight: 400;
  position: relative;
}
.Account_box .text a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #797979;
}

.search {
  display: flex;
  height: 48px;
  border: 1px solid rgb(96, 36, 198);
  border-radius: 20px;
  padding: 0 10px;
}
@media all and (max-width: 479px) {
  .search {
    display: none;
  }
}
.search__button {
  width: 46px;
  height: 46px;
  background: url(../images/ico_search.svg) no-repeat center;
}
.search input {
  width: 340px;
  min-width: 280px;
  border: none;
  border-radius: 20px;
  font-size: 15px;
}
.search input::-moz-placeholder {
  font-size: 1em;
  color: #959595;
}
.search input::placeholder {
  font-size: 1em;
  color: #959595;
}

/* Menu */
.gnb ul.gnb-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
}

.gnb ul.gnb-nav > li {
  position: relative;
  width: auto;
  padding: 0 20px;
}

.gnb ul.gnb-nav > li a:hover {
  color: rgb(0, 0, 0) !important;
}

.gnb ul li.dropdownitem > a:after {
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: #000;
  content: "";
  margin: 1px 0px 0px 3px;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.gnb ul li .dropdown {
  display: none;
  position: absolute;
  min-width: 150px;
  border: 1px solid var(--grayd);
  border-radius: 10px;
  background-color: var(--white);
  z-index: 1000;
}

@media screen and (min-width: 993px) {
  .gnb ul.gnb-nav > li a {
    color: var(--gray2);
    font-weight: 500;
    text-decoration: none;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    position: relative;
  }
  .gnb ul li.dropdownitem:hover .dropdown {
    display: block;
    position: absolute;
    margin: 0;
    padding: 5px 0px;
    min-width: 170px;
    padding-top: 0px !important;
  }
  .gnb ul li.dropdownitem:hover > a {
    border-radius: 8px 8px 0px 0px !important;
  }
  .gnb ul li.dropdownitem ul li.dropdownitem:hover > a {
    border-radius: 8px !important;
  }
  .gnb ul li.dropdownitem:hover .dropdown .dropdown {
    display: none;
  }
  .gnb ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
    padding-left: 16px;
    position: absolute;
    margin: 0;
    padding-top: 0px !important;
    min-width: 180px;
    display: inline-table;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
  }
  .gnb ul li.dropdownitem .dropdown .dropdown .dropdown {
    display: none !important;
    visibility: hidden;
  }
  .gnb ul li.dropdownitem .dropdown ul {
    list-style: none;
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px 8px 8px 8px;
  }
  .gnb ul li.dropdownitem ul li a {
    color: #333 !important;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0px;
    display: flex;
    width: 100%;
    border-radius: 0px;
    font-size: 1.8rem;
    justify-content: space-between;
  }
  .gnb ul.gnb-nav .dropdown ul li a:hover {
    color: #333 !important;
    padding-left: 0;
    transition: all 0.15s ease-out;
  }
  /* Animations */
  .dropdownitem .dropdown {
    animation: translateDown 200ms 0ms ease-in-out forwards;
    transform-origin: top center;
  }
  .dropdownitem .dropdownitem .dropdown {
    transform-origin: top center !important;
    animation: translateX 200ms 0ms ease-in-out forwards !important;
  }
  @keyframes translateDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  /* Dropdown + Dropdown */
  .gnb ul li.dropdownitem ul li .nav-dropdown:after {
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #000;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.gnb ul.gnb-nav .dropdown ul li {
  width: 100%;
}

.gnb ul.gnb-nav .dropdown ul li a {
  padding: 15px 0px;
}

.gnb ul li.dropdownitem ul li a,
.gnb ul li.dropdownitem ul li .dropdown ul li a {
  border-bottom: 1px solid #efefef;
}

.gnb ul li.dropdownitem ul li:last-child a,
.gnb ul li.dropdownitem ul li .dropdown ul li:last-child a {
  border-bottom: 0px !important;
}

/* Dropdown + Dropdown */
@media all and (max-width: 479px) {
  .gnb ul li.dropdownitem ul li a:before button,
  .gnb ul li.dropdownitem ul li .nav-dropdown ul li a:after button {
    background: url(../images/menu.svg) no-repeat center;
    width: 50px;
    height: 60px;
  }
  .gnb ul li.dropdownitem ul li a:before,
  .gnb ul li.dropdownitem ul li .nav-dropdown ul li a:after {
    display: flex;
  }
}
.gnb ul li.dropdownitem ul li a:before,
.gnb ul li.dropdownitem ul li .nav-dropdown ul li a:after {
  display: none !important;
}

.gnb ul li.dropdownitem ul li .nav-dropdown ul li:last-child a {
  border-bottom: 0px !important;
}

.gnb ul li.dropdownitem .dropdown ul li.dropdownitem {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

/* Responsive Menu */
.menu-close,
.menu-open {
  display: none;
}

@media screen and (max-width: 993px) {
  .menu-open,
  .menu-close {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 26px;
  }
  .menu-open {
    display: block;
  }
  .menu-close {
    display: none;
  }
  .gnb {
    position: relative;
    display: none;
  }
  .gnb.active {
    display: block;
  }
  .menu-open {
    display: block !important;
    float: right;
  }
  .mobile-menu-active .menu-close {
    display: block !important;
    z-index: 15;
    position: absolute;
    right: 13px;
    left: unset !important;
    top: 0px;
    float: left;
  }
  .gnb-nav {
    display: none !important;
  }
  .gnb.active .gnb-nav {
    display: block !important;
  }
  .gnb.active {
    position: fixed;
    left: 0px;
    top: 0px;
    margin-top: 0px !important;
    width: 40%;
    height: 100vh;
    display: flex;
    z-index: 14;
  }
  .gnb.active .gnb-nav {
    background-color: #fff;
    float: left;
    margin-top: 0px;
    padding: 40px 20px;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transform-origin: top center !important;
  }
  .gnb.active .gnb-nav, .menu-close {
    animation: translateX 400ms 0ms ease-in-out forwards !important;
  }
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-160px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .gnb ul.gnb-nav > li {
    padding: 0;
    width: 100%;
  }
  .gnb ul.gnb-nav > li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #333;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    font-size: 1.8rem;
  }
  .gnb ul.gnb-nav > li a:hover {
    width: 100%;
    transition: all 0.25s ease-out;
    text-decoration: none;
    color: rgb(103, 130, 252) !important;
  }
  .gnb ul li.dropdownitem > a:hover:after {
    background-color: rgb(103, 130, 252) !important;
  }
  .nav-dropdown.opened {
    color: rgb(103, 130, 252) !important;
    border-bottom: 1px solid rgba(103, 130, 252, 0.5) !important;
  }
  .gnb ul.gnb-nav > li:last-child a {
    border-bottom: 0px solid #ddd;
  }
  .gnb.active ul li .nav-dropdown.opened + .dropdown ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 7px;
  }
  .gnb.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
    padding-left: 0;
  }
  .gnb.active ul li .nav-dropdown.opened + .dropdown {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0px;
    min-width: unset;
    padding-top: 0px !important;
    border: 0;
  }
  .gnb.active ul li.dropdownitem:hover + .dropdown + .dropdown {
    display: none;
  }
  #menu-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 13;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #menu-overlay.show {
    display: block !important;
  }
  .menu-open .open {
    width: 30px;
    height: 30px;
    display: block;
    background: #333 url("../images/menu.svg") no-repeat;
    -webkit-mask-image: url(../images/menu.svg);
    mask-image: url(../images/menu.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.2s ease-out;
  }
  .mobile-menu-active .menu-open .open, .menu-open .open:hover {
    background: #999 url("../images/menu.svg") no-repeat;
    -webkit-mask-image: url("../images/menu.svg");
    mask-image: url("../images/menu.svg");
  }
  .menu-close .close {
    width: 38px;
    height: 38px;
    float: right;
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.2s ease-out;
  }
  .menu-close .close:hover {
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
  }
  .gnb.active ul li.dropdownitem > a.opened:after {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
  }
}
@media screen and (max-width: 500px) {
  .gnb.active {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .gnb.active {
    width: 100%;
  }
}
.megamenu {
  font-size: large;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.btn-close {
  background: url(../images/Close-black.svg) no-repeat center;
  width: 58px;
  height: 58px;
}

.darkmode .modal {
  background: #2f3743;
}
.modal .tit {
  width: 100%;
  font-size: 1.8rem;
  padding: 1.5rem 1rem;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.darkmode .modal .tit {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.modal .tit_s {
  width: 100%;
  font-size: 1.8rem;
  padding: 1.5rem 1rem;
  font-weight: 500;
  color: #000;
}
.darkmode .modal .tit_s {
  color: #fff;
}
.modal .pop_inner {
  padding: 15px 20px;
}
.modal.w80 {
  width: 80% !important;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .modal.w80 {
    width: 95% !important;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .modal.w80 {
    width: 95% !important;
  }
}
@media all and (max-width: 479px) {
  .modal.w80 {
    width: 95% !important;
  }
}
.modal.p320 {
  width: 320px !important;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .modal.p320 {
    width: 320px !important;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .modal.p320 {
    width: 320px !important;
  }
}
@media all and (max-width: 479px) {
  .modal.p320 {
    width: 95% !important;
  }
}
.modal .p_footer {
  padding: 0.5rem 2rem 1rem 2rem;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 1rem;
}

.darkmode .modal a.close-modal {
  background-image: url(../images/ico_close_a.svg);
}

.modal a.btn_close_nd {
  min-width: 6rem;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #0270f9;
}
.darkmode .modal a.btn_close_nd {
  color: #000;
  background: #ddd;
}

.modal a.btn_ok_nd {
  min-width: 6rem;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #0270f9;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #0270f9;
}
.darkmode .modal a.btn_ok_nd {
  color: #efeded;
  background: #2f3743;
  border: 1px solid #fff;
}

.pop_search {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  background-color: #f1f1f1;
  padding: 1.5rem 1.5rem;
  border-radius: 0.5rem;
}
.darkmode .pop_search {
  background-color: #525a67;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .pop_search {
    flex-direction: column;
  }
}
@media all and (max-width: 479px) {
  .pop_search {
    flex-direction: column;
  }
}
.pop_search ul {
  display: grid;
  gap: 0.5rem;
  flex-grow: 1;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .pop_search ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 479px) {
  .pop_search ul {
    grid-template-columns: 1fr;
  }
}
.pop_search li {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.pop_search li:nth-child(1) {
  grid-column: span 1;
}
.pop_search li:nth-child(2) {
  grid-column: span 1;
}
.pop_search li:nth-child(3) {
  grid-column: span 1;
}
.pop_search li:nth-child(4) {
  grid-column: span 1;
}
.pop_search label {
  font-size: 1.5rem;
  border: 1px solid transparent;
  flex-shrink: 0;
  width: 6rem;
}
.pop_search input {
  height: 4rem;
  width: calc(100% - 6rem);
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.47rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.pop_search input::-moz-placeholder {
  color: #6a6a6a;
  font-weight: 100;
}
.pop_search input::placeholder {
  color: #6a6a6a;
  font-weight: 100;
}
.darkmode .pop_search input::-moz-placeholder {
  color: #f0f5fe;
}
.darkmode .pop_search input::placeholder {
  color: #f0f5fe;
}
.pop_search input:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.pop_search input.mondate {
  background: url(../images/ico_calendar_month.svg) no-repeat right 5px center/25px 25px;
}
.darkmode .pop_search input.mondate {
  background: rgba(255, 255, 255, 0.21) url(../images/ico_calendar_month_w.svg) no-repeat right 5px center/25px 25px;
}
.darkmode .pop_search input {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.pop_search select {
  height: 4rem;
  width: calc(100% - 6rem);
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.47rem 0.75rem;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.pop_search select:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.darkmode .pop_search select {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.pop_search .btn_search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.5rem 0.5rem;
  background: #2a4e7b;
  border-radius: 0.5rem;
  flex-grow: 0;
}
.darkmode .pop_search .btn_search {
  background: rgba(141, 113, 175, 0.61);
}
.pop_search .btn_search::before {
  content: "\e8b6";
  font-size: 1.9rem;
  color: #fff;
  font-family: "mso";
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .pop_search .btn_search {
    width: 100%;
    padding: 1.5rem 0.5rem;
  }
}
@media all and (max-width: 479px) {
  .pop_search .btn_search {
    width: 100%;
    padding: 1.5rem 0.5rem;
  }
}
.pop_search .code {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  background: #d8e4f9;
  border-radius: 0.5rem;
}
.darkmode .pop_search .code {
  background: rgba(216, 228, 249, 0.51);
}
.pop_search .code::before {
  content: "\e5d4";
  font-size: 1.6rem;
  color: #000;
  font-family: "mso";
  width: 4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.darkmode .pop_search .code::before {
  color: #fff;
}

.pop_detail_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media all and (max-width: 479px) {
  .pop_detail_box {
    overflow-y: scroll;
    height: 50rem;
    min-height: 25rem;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .pop_detail_box {
    overflow-y: scroll;
    height: 50rem;
    min-height: 25rem;
  }
}
.darkmode .pop_detail_box {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
.pop_detail_box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 479px) {
  .pop_detail_box li.long {
    width: 100% !important;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .pop_detail_box li.long {
    width: 100% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .pop_detail_box li.long {
    width: 100% !important;
  }
}
.darkmode .pop_detail_box li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.pop_detail_box li .tit {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  background: #efefef;
  width: 13rem;
}
.darkmode .pop_detail_box li .tit {
  color: #fff;
  background: #68778d;
}
.pop_detail_box li .text {
  font-size: 1.6rem;
  font-weight: 200;
  color: #777;
  padding: 0 1.5rem;
  text-align: left;
  width: calc(100% - 13rem);
  word-break: break-all;
  flex-grow: 1;
}
.darkmode .pop_detail_box li .text {
  color: #fff;
}
.pop_detail_box li a.link {
  color: #2a4e7b;
}
.darkmode .pop_detail_box li a.link {
  color: #acf7c7;
}

.pop_detail_box.w33 li {
  width: 33.333%;
}
@media all and (max-width: 479px) {
  .pop_detail_box.w33 li {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .pop_detail_box.w33 li {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .pop_detail_box.w33 li {
    width: 50%;
  }
}

.txt_list {
  background: #efefef;
  padding: 1rem;
}
.darkmode .txt_list {
  background: rgba(239, 239, 239, 0.17);
}
.txt_list li {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  padding-left: 1rem;
}
.darkmode .txt_list li {
  color: #fff;
}

.main {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  margin: 13rem auto 0 auto;
}
@media all and (max-width: 1080px) {
  .main {
    margin: 8rem auto 0 auto;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .main {
    margin: 6rem auto 0 auto;
  }
}
@media all and (max-width: 479px) {
  .main {
    margin: 6rem auto 0 auto;
  }
}
.main .item {
  position: relative;
  flex-basis: 15%;
  flex-grow: 0;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.05);
}
@media all and (max-width: 1399px) {
  .main .item {
    flex-basis: 100%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .main .item {
    flex-basis: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .main .item {
    flex-basis: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .main .item {
    flex-basis: 100%;
  }
}
@media all and (max-width: 479px) {
  .main .item {
    flex-basis: 100%;
  }
}
.main .item h3 {
  font-size: 1.6rem;
  color: var(--color-white);
  margin-bottom: 1rem;
}
.main .item h3 small {
  font-size: 1.2rem;
  font-weight: 100;
}
.main .item:last-child {
  flex-shrink: 0;
  flex-grow: 1;
  background-color: var(--primary_02);
}
.main .item:first-child {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  background: none;
  padding: 0;
}

.card-stats {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .card-stats {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .card-stats {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 479px) {
  .card-stats {
    grid-template-columns: 1fr;
  }
}

.card {
  position: relative;
  padding: 0rem;
  border-radius: 1rem;
}
.darkmode .card {
  background: #313844;
}
.card h3 {
  font-size: 1.6rem;
  color: var(--color-white);
  margin-bottom: 2rem;
}
.card .lg {
  display: block;
  font-size: var(--font-large);
  color: var(--color-white);
  letter-spacing: -0.08rem;
  margin-bottom: 1rem;
}
.card .summary {
  display: block;
  font-size: 18px;
}

.card-stats .card:nth-child(1) {
  padding: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .card-stats .card:nth-child(1) {
    grid-column: span 1;
  }
}
@media all and (max-width: 479px) {
  .card-stats .card:nth-child(1) {
    grid-column: span 1;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .card-stats .card:nth-child(2) {
    grid-column: span 1;
  }
}
@media all and (max-width: 479px) {
  .card-stats .card:nth-child(2) {
    grid-column: span 1;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .card-stats .card:nth-child(3) {
    grid-column: span 1;
  }
}
@media all and (max-width: 479px) {
  .card-stats .card:nth-child(3) {
    grid-column: span 1;
  }
}

.card-stats .card:nth-child(4) {
  grid-column: 1/7;
  grid-row: 2/3;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .card-stats .card:nth-child(4) {
    grid-column: 1/7;
    grid-row: 2/3;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .card-stats .card:nth-child(4) {
    grid-column: span 1;
    grid-row: 4/5;
  }
}
@media all and (max-width: 479px) {
  .card-stats .card:nth-child(4) {
    grid-column: span 1;
    grid-row: 4/5;
  }
}

.card-stats .card:nth-child(5) {
  grid-column: 1/4;
  grid-row: 3/4;
  background: #f5fdff;
}
.darkmode .card-stats .card:nth-child(5) {
  background: rgba(169, 233, 249, 0.32);
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .card-stats .card:nth-child(5) {
    grid-column: 1/7;
    grid-row: 4/5;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .card-stats .card:nth-child(5) {
    grid-column: span 1;
    grid-row: 6/7;
  }
}
@media all and (max-width: 479px) {
  .card-stats .card:nth-child(5) {
    grid-column: span 1;
    grid-row: 6/7;
  }
}

.card-stats .card:nth-child(6) {
  grid-column: 4/7;
  grid-row: 3/4;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .card-stats .card:nth-child(6) {
    grid-column: 1/7;
    grid-row: 3/4;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .card-stats .card:nth-child(6) {
    grid-column: span 1;
    grid-row: 5/6;
  }
}
@media all and (max-width: 479px) {
  .card-stats .card:nth-child(6) {
    grid-column: span 1;
    grid-row: 5/6;
  }
}

.more {
  position: absolute;
  top: 0rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.more::before {
  content: "\e5d3";
  font-size: 2rem;
  color: #000;
  font-family: "mso";
}
.darkmode .more::before {
  color: #fff;
}

.box_a_list {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media all and (max-width: 479px) {
  .box_a_list {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .box_a_list {
    flex-wrap: wrap;
  }
}
.box_a_list li {
  width: calc(33.333% - 1rem);
}
@media all and (max-width: 479px) {
  .box_a_list li {
    width: calc(50% - 1rem);
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .box_a_list li {
    width: calc(50% - 1rem);
  }
}
@media all and (max-width: 479px) {
  .box_a_list li:last-child {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .box_a_list li:last-child {
    width: 100%;
  }
}

.lt_icon_tec {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.lt_icon_tec dt {
  font-size: 2.6rem;
  font-weight: 500;
  color: #313844;
  letter-spacing: -0.25rem;
  text-align: center;
  padding: 0 0.5rem;
}
.lt_icon_tec dt.red {
  color: #fb0303;
}
.lt_icon_tec dt.blue {
  background: #0381f6;
  color: #ffffff;
  font-weight: 400;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0.3rem;
}
.lt_icon_tec dt.green {
  background: #55b578;
  color: #ffffff;
  font-weight: 400;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0.3rem;
}
.lt_icon_tec dt.gray {
  background: #939393;
  color: #ffffff;
  font-weight: 400;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0.3rem;
}
.darkmode .lt_icon_tec dt {
  color: #fff;
}
.lt_icon_tec dd {
  display: flex;
  width: 4.8rem;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.08rem;
  color: #313844;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .lt_icon_tec dd {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .lt_icon_tec dd {
    width: auto;
  }
}
.lt_icon_tec em {
  font-size: 1.3rem;
  font-weight: 200;
  color: #fff;
  margin: 0 0.5rem;
}
.darkmode .lt_icon_tec em {
  color: #e7e7e7;
}
.lt_icon_tec .ix_01 {
  background: #d8e4f9 url(../images/money_01.svg) no-repeat center;
  background-size: 3.4rem;
}
.lt_icon_tec .ix_02 {
  background: #fde2e2 url(../images/money_02.svg) no-repeat center;
  background-size: 3.4rem;
}
.lt_icon_tec .ix_03 {
  background: #e0efe2 url(../images/money_03.png) no-repeat center;
  background-size: 3.4rem;
}

.body_box {
  position: relative;
}

.grid_container {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}
.grid_container .items span {
  padding: 15px 5px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .grid_container .items {
    display: flex;
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .grid_container {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .grid_container {
    grid-template-columns: 1fr;
  }
}

.grid_container .items:nth-child(1) {
  padding-left: 0;
  grid-column: span 1;
  width: 180px;
}
@media all and (max-width: 1399px) {
  .grid_container .items:nth-child(1) {
    width: auto;
  }
}

.grid_container .items:nth-child(2) {
  grid-column: span 1;
}

.grid_container .items:nth-child(3) {
  grid-column: span 1;
}

.grid_container .items:nth-child(4) {
  grid-column: span 1;
}

.grid_container.n5 {
  display: grid;
  grid-row-gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .grid_container.n5 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .grid_container.n5 {
    grid-template-columns: 1fr;
  }
}

.grid_container.n5 .items:nth-child(1) {
  width: auto;
}

.grid_container.n5 .items:nth-child(4) span {
  text-align: center;
}

.grid_container.n5 .items:nth-child(5) {
  width: auto;
}

.grid_container.n7 {
  display: grid;
  grid-row-gap: 5px;
  grid-template-columns: 50px repeat(7, 1fr);
}

.grid_container.n7 .items:nth-child(2) {
  grid-column: span 1;
  width: 300px;
  text-align: left;
}

.grid_container.n7 .items:nth-child(8) {
  grid-column: span 1;
  width: 230px;
}
@media all and (max-width: 1080px) {
  .grid_container.n7 .items:nth-child(8) {
    grid-column: span 1;
    width: 180px !important;
  }
}

.grid_container.n7 .items:nth-child(8) span {
  text-align: left;
  padding-left: 10px;
}

.grid_container.n9 {
  display: grid;
  grid-row-gap: 5px;
  grid-template-columns: repeat(9, 1fr);
}
@media all and (max-width: 479px) {
  .grid_container.n9 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .grid_container.n9 {
    grid-template-columns: 1fr;
  }
}

.grid_container.head {
  gap: 5px;
  margin-bottom: 5px;
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 5;
}
.darkmode .grid_container.head {
  background: #313844;
}
@media all and (max-width: 1080px) {
  .grid_container.head {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
@media all and (max-width: 479px) {
  .grid_container.head {
    display: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .grid_container.head {
    display: none;
  }
}

.grid_container.head .items {
  display: flex;
  align-items: center;
  justify-content: stretch;
  background: #e7e7e7;
  border-radius: 5px;
  height: 50px;
}
.darkmode .grid_container.head .items {
  background: #273142;
}

.grid_container.head span {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  padding: 5px 5px;
  display: block;
  letter-spacing: -0.07em;
  text-align: center !important;
}

.grid_container.head .items:nth-child(2) {
  padding-left: 0;
}

.grid_container.head span em {
  font-size: 0.7em;
}

.grid_container span {
  font-size: 1.5rem;
  font-weight: 200;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 5px;
  color: #666;
  position: relative;
  border-radius: 5px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.darkmode .grid_container span {
  color: #fff;
}
@media all and (max-width: 479px) {
  .grid_container span {
    border-radius: 0;
    text-align: right;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
  }
  .darkmode .grid_container span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .grid_container span:before {
    content: attr(data-label);
    float: left;
    color: #2a4e7b;
    font-weight: 200;
  }
  .darkmode .grid_container span:before {
    color: #d9eaff;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .grid_container span {
    text-align: right;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
  }
  .darkmode .grid_container span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .grid_container span:before {
    content: attr(data-label);
    float: left;
    color: #2a4e7b;
    font-weight: 200;
  }
  .darkmode .grid_container span:before {
    color: #d9eaff;
  }
}

.bgnbd {
  background: rgba(152, 200, 251, 0.1);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 5px;
}
.darkmode .bgnbd {
  background: rgba(139, 195, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.bgnbd:hover {
  background: rgba(8, 181, 28, 0.1);
}
.darkmode .bgnbd:hover {
  background: rgba(124, 161, 201, 0.28);
}

.bgnbd.on {
  background: rgba(253, 208, 150, 0.42);
}
.darkmode .bgnbd.on {
  background: rgba(213, 206, 241, 0.42);
}

.gr_list {
  overflow-y: auto;
  height: 315px;
}
@media all and (max-width: 1080px) {
  .gr_list {
    height: 350px;
    padding-top: 0;
  }
}

.date_blank {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 100%;
  padding: 10%;
}
.date_blank:before {
  content: "";
  width: 8rem;
  height: 8rem;
  background: url(../images/blanck_notes_b.svg) no-repeat center;
  background-size: contain;
}
.darkmode .date_blank:before {
  background: url(../images/blanck_notes_a.svg) no-repeat center;
  background-size: contain;
}
@media all and (max-width: 479px) {
  .date_blank:before {
    width: 6rem;
    height: 6rem;
    background: url(../images/blanck_notes_b.svg) no-repeat center;
    background-size: contain;
  }
  .darkmode .date_blank:before {
    background: url(../images/blanck_notes_a.svg) no-repeat center;
    background-size: contain;
  }
}

.notice li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.8;
  font-size: 1.4rem;
}
.notice li .subject {
  font-size: 1.6rem;
  font-weight: 200;
  color: #666;
  width: calc(100% - 10rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.darkmode .notice li .subject {
  color: #ededed;
}
@media all and (max-width: 479px) {
  .notice li .subject {
    width: 100%;
  }
}
.notice li .date {
  font-size: 1.6rem;
  font-weight: 100;
  color: #999999;
  width: 9rem;
}
.darkmode .notice li .date {
  color: #c1c1c1;
}
@media all and (max-width: 479px) {
  .notice li .date {
    display: none;
  }
}

.main_search {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .main_search {
    flex-direction: column;
  }
}
@media all and (max-width: 479px) {
  .main_search {
    flex-direction: column;
  }
}
.main_search ul {
  display: grid;
  gap: 0.5rem;
  flex-grow: 1;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .main_search ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 479px) {
  .main_search ul {
    grid-template-columns: 1fr;
  }
}
.main_search li {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.main_search li:nth-child(1) {
  grid-column: span 1;
}
.main_search li:nth-child(2) {
  grid-column: span 1;
}
.main_search li:nth-child(3) {
  grid-column: span 1;
}
.main_search li:nth-child(4) {
  grid-column: span 1;
}
.main_search label {
  font-size: 1.5rem;
  border: 1px solid transparent;
  flex-shrink: 0;
  width: 6rem;
}
.main_search input {
  height: 4rem;
  width: calc(100% - 6rem);
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.47rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.main_search input:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.main_search input.mondate {
  background: url(../images/ico_calendar_month.svg) no-repeat right 5px center/25px 25px;
}
.darkmode .main_search input.mondate {
  background: rgba(255, 255, 255, 0.21) url(../images/ico_calendar_month_w.svg) no-repeat right 5px center/25px 25px;
}
.darkmode .main_search input {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.main_search select {
  height: 4rem;
  width: calc(100% - 6rem);
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.47rem 0.75rem;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.main_search select:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.darkmode .main_search select {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.darkmode .main_search select option {
  color: #000;
}
.main_search .btn_search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.5rem 0.5rem;
  background: #2a4e7b;
  border-radius: 0.5rem;
  flex-grow: 0;
}
.darkmode .main_search .btn_search {
  background: rgba(141, 113, 175, 0.61);
}
.main_search .btn_search::before {
  content: "\e8b6";
  font-size: 1.9rem;
  color: #fff;
  font-family: "mso";
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .main_search .btn_search {
    width: 100%;
    padding: 1.5rem 0.5rem;
  }
}
@media all and (max-width: 479px) {
  .main_search .btn_search {
    width: 100%;
    padding: 1.5rem 0.5rem;
  }
}
.main_search .code {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  background: #d8e4f9;
  border-radius: 0.5rem;
}
.darkmode .main_search .code {
  background: rgba(216, 228, 249, 0.51);
}
.main_search .code::before {
  content: "\e5d4";
  font-size: 1.6rem;
  color: #000;
  font-family: "mso";
  width: 4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.darkmode .main_search .code::before {
  color: #fff;
}

.right_card {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media all and (max-width: 960px) {
  .right_card {
    justify-content: space-between;
  }
}

.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

.hd_sch_wr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #8e8e8e;
  border-radius: 20rem;
}

#hd_sch {
  border: 1px solid #959595;
  background: #fff;
  border-radius: 20rem;
  overflow: hidden;
  width: 70%;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #hd_sch {
    width: 60%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  #hd_sch {
    width: 70%;
  }
}
@media all and (max-width: 479px) {
  #hd_sch {
    width: 60%;
  }
}

#sch_stx {
  padding-left: 10px;
  height: 4rem;
  width: 200px;
  border: 0;
  border-right: 0;
  font-size: 1.25em;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #sch_stx {
    width: 100px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  #sch_stx {
    width: 80%;
  }
}
@media all and (max-width: 479px) {
  #sch_stx {
    width: 60%;
  }
}

#hd_sch #sch_submit {
  height: 37px;
  line-height: 0;
  border: 0;
  background: #fff;
  color: #000;
  width: 50px;
  float: left;
  cursor: pointer;
  font-size: 18px;
}

#sch_submit::before {
  font-family: "mso";
  content: "\e8b6";
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3.7rem;
}

.all_menu_view {
  display: flex;
  align-items: center;
  background: #8e8e8e;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 500;
  height: 4rem;
  border-radius: 20rem;
  margin-right: 2rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .all_menu_view {
    margin-right: 1rem;
  }
}
@media all and (max-width: 479px) {
  .all_menu_view {
    margin-right: 0.8rem;
  }
}

.all_menu_view::before {
  font-family: "mso";
  content: "\e145";
  font-size: 1.6rem;
  font-weight: 300;
}

.search_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.year_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.year_line h4 {
  font-size: 1.6rem;
  font-weight: 500;
}

.pre_mon {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
}
.pre_mon::before {
  font-family: "mso";
  font-size: 2.4rem;
  font-weight: 300;
  content: "\e314";
  display: block;
}

.next_mon {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
}
.next_mon::before {
  font-family: "mso";
  font-size: 2.4rem;
  font-weight: 300;
  content: "\e315";
}

.left-side {
  width: 240px;
  background: #fff;
}
.darkmode .left-side {
  background: #040622;
}
.left-side {
  bottom: 0;
  position: fixed;
  transition: all 0.1s ease-out;
  top: 96px;
  box-shadow: 0px 0px 35px 0px rgba(66, 72, 80, 0.15);
}
@media (max-width: 766px) {
  .left-side {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .left-side {
    display: none;
  }
}
.left-side .lt_tit {
  width: 100%;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 5rem;
  border-bottom: 1px solid #959595;
}
.left-side .lt_tit::before {
  content: "";
  border-left: 5px solid #003040;
  margin-right: 0.5rem;
}
.darkmode .left-side .lt_tit::before {
  border-left: 5px solid rgba(255, 255, 255, 0.48);
}
.darkmode .left-side .lt_tit {
  color: #fff;
  border-bottom: 1px solid rgba(149, 149, 149, 0.38);
}

.content-page {
  overflow: hidden;
  padding: 0;
  min-height: 86vh;
  margin-top: 13rem;
}
@media (max-width: 766px) {
  .content-page {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .content-page {
    margin-left: 0;
    margin-top: 96px;
  }
}
@media all and (max-width: 1080px) {
  .content-page {
    margin: 8rem auto 0 auto;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .content-page {
    margin: 6rem auto 0 auto;
  }
}
@media all and (max-width: 479px) {
  .content-page {
    margin: 6rem auto 0 auto;
  }
}
.content-page .inner {
  padding: 2rem;
}

#accordian {
  width: 100%;
  margin: 0 auto 0 auto;
  color: #000;
}

#accordian h3 {
  background: #fff;
  width: 100%;
}
.darkmode #accordian h3 {
  background: #003040;
}

#accordian h3 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 1.5rem;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.4s;
}
.darkmode #accordian h3 a {
  color: #fff;
}

#accordian h3 a:after {
  content: "\e313";
  font-family: "mso";
  font-size: 2rem;
}

#accordian li.active h3 a:after {
  content: "\e5ce";
}

#accordian h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.darkmode #accordian h3:hover {
  color: #fff;
}

#accordian > ul > li {
  list-style-type: none;
  border-bottom: 1px solid #efefef;
}
.darkmode #accordian > ul > li {
  border-bottom: 1px solid rgba(239, 239, 239, 0.21);
}

#accordian ul ul li a,
#accordian h4 {
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  display: block;
  padding: 1rem 1.5rem 1rem 3.4rem;
  transition: all 0.15s;
  position: relative;
  font-weight: 200;
}
.darkmode #accordian ul ul li a,
.darkmode #accordian h4 {
  color: #fff;
}

#accordian ul ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accordian ul ul li a:hover {
  background: #eef9fc;
  border-left: 5px solid rgb(121, 173, 252);
}
.darkmode #accordian ul ul li a:hover {
  background: #003545;
  border-left: 5px solid lightgreen;
}

#accordian > ul > li > ul > li > a.on {
  background: #eef9fc;
  border-left: 5px solid rgb(121, 173, 252);
}
.darkmode #accordian > ul > li > ul > li > a.on {
  background: #003545;
  border-left: 5px solid lightgreen;
}

#accordian ul ul ul li.active a {
  background: none;
  border-left: 0;
  color: #06a0f9;
}

#accordian ul ul {
  display: none;
}

#accordian li.active > ul {
  display: block;
}

#accordian ul ul ul {
  margin-left: 15px;
  border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
  content: "\e313";
  font-family: "mso";
  font-size: 2rem;
}

#accordian .active > a:not(:only-child):after {
  content: "\e5ce";
}

.page_tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #959595;
  padding: 0 2rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .page_tit_box {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 0;
  }
}
@media all and (max-width: 479px) {
  .page_tit_box {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 0;
  }
}
.darkmode .page_tit_box {
  border-bottom: 1px solid rgba(149, 149, 149, 0.38);
  background: #252c35;
}
.page_tit_box .tit {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 5rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .page_tit_box .tit {
    width: 100%;
    padding-left: 1rem;
    border-bottom: 1px solid #959595;
  }
  .darkmode .page_tit_box .tit {
    border-bottom: 1px solid rgba(149, 149, 149, 0.38);
  }
}
@media all and (max-width: 479px) {
  .page_tit_box .tit {
    width: 100%;
    padding-left: 1rem;
    border-bottom: 1px solid #959595;
  }
  .darkmode .page_tit_box .tit {
    border-bottom: 1px solid rgba(149, 149, 149, 0.38);
  }
}
.darkmode .page_tit_box .tit {
  color: #fff;
}

.dropdown_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .dropdown_nav {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .dropdown_nav {
    width: 100%;
  }
}
.dropdown_nav li {
  position: relative;
  border-right: 1px solid #e6e6e6;
  flex-grow: 1;
}
.darkmode .dropdown_nav li {
  border-right: 1px solid rgba(149, 149, 149, 0.38);
}
.dropdown_nav li:first-child {
  flex-grow: 0;
}
@media all and (max-width: 479px) {
  .dropdown_nav li:last-child .dropdown-content {
    right: 0;
    left: inherit;
  }
}

.home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-left: 1px solid #e6e6e6;
}
.darkmode .home {
  border-left: 1px solid rgba(149, 149, 149, 0.38);
}
.home::before {
  content: "\e88a";
  font-family: "mso";
  font-size: 2.3rem;
  color: #666;
}
.darkmode .home::before {
  color: #fff;
}

.dropbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 200;
  text-align: left;
  padding: 0 1rem;
  color: #000;
}
@media all and (max-width: 479px) {
  .dropbtn {
    width: 100%;
    padding: 0 0.5rem 0 0.5rem;
  }
}
.darkmode .dropbtn {
  color: #fff;
}
.dropbtn::after {
  content: "\e5cf";
  font-family: "mso";
  font-size: 2rem;
  color: #000;
}
.darkmode .dropbtn::after {
  color: #fff;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #edf6fc;
}
.darkmode .dropbtn:hover, .darkmode .dropbtn:focus {
  color: #fff;
  background-color: rgba(96, 114, 126, 0.22);
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
  background-color: #fff;
  border-radius: 0.5rem;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  z-index: 7;
}
@media all and (max-width: 479px) {
  .dropdown-content {
    min-width: 140px;
  }
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}

.dropdown_nav a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.c_head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  padding: 1.5rem 1.5rem;
  gap: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.darkmode .c_head {
  background-color: #525a67;
}

.c_search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 479px) {
  .c_search_box {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .c_search_box {
    flex-wrap: wrap;
  }
}
.c_search_box .lt_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media all and (max-width: 479px) {
  .c_search_box .lt_icon {
    flex-wrap: wrap;
  }
}
.c_search_box .lt_icon button, .c_search_box .lt_icon a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
  flex-grow: 1;
}
.darkmode .c_search_box .lt_icon button, .darkmode .c_search_box .lt_icon a {
  color: #fff;
  border: 1px solid rgba(195, 195, 195, 0.25);
  background-color: #414549;
}
.c_search_box .lt_icon button::before, .c_search_box .lt_icon a::before {
  font-family: "mso";
  font-size: 2.4rem;
  font-weight: 300;
}
.c_search_box .lt_icon button.ico_ssearch::before, .c_search_box .lt_icon a.ico_ssearch::before {
  content: "\e8b6";
}
.c_search_box .lt_icon button.ico_sedit::before, .c_search_box .lt_icon a.ico_sedit::before {
  content: "\e3c9";
}
.c_search_box .lt_icon button.ico_smodify::before, .c_search_box .lt_icon a.ico_smodify::before {
  content: "\f5a1";
}
.c_search_box .lt_icon button.ico_ssdelete::before, .c_search_box .lt_icon a.ico_ssdelete::before {
  content: "\e872";
  color: #f60303;
}
.c_search_box .lt_icon button.ico_sprint::before, .c_search_box .lt_icon a.ico_sprint::before {
  content: "\e8ad";
}
.c_search_box .lt_icon button.ico_sview::before, .c_search_box .lt_icon a.ico_sview::before {
  content: "\e30c";
}
.c_search_box .lt_icon button.ico_scancel::before, .c_search_box .lt_icon a.ico_scancel::before {
  content: "\e5c9";
  color: #f60303;
}
.c_search_box .lt_icon button.ico_ssend::before, .c_search_box .lt_icon a.ico_ssend::before {
  content: "\e163";
}
.c_search_box .lt_icon button.ico_skeep::before, .c_search_box .lt_icon a.ico_skeep::before {
  content: "\ea14";
}
.c_search_box .lt_icon button.ico_scancel::before, .c_search_box .lt_icon a.ico_scancel::before {
  content: "\e5c9";
  color: #f60303;
}
.c_search_box .lt_icon button.ico_scopy::before, .c_search_box .lt_icon a.ico_scopy::before {
  content: "\e14d";
}
.c_search_box .lt_icon button.ico_ssave::before, .c_search_box .lt_icon a.ico_ssave::before {
  content: "\e161";
}
.c_search_box .lt_icon button.ico_sexcel::before, .c_search_box .lt_icon a.ico_sexcel::before {
  content: "\e0ee";
}
.c_search_box .rt_stus {
  font-size: 1.5rem;
  padding-right: 1rem;
}
.c_search_box .rt_stus span {
  color: #0381f6;
  padding-right: 0.3rem;
}
.darkmode .c_search_box .rt_stus span {
  color: #6dcf7f;
}
@media all and (max-width: 479px) {
  .c_search_box .rt_stus {
    padding: 1rem;
    text-align: right;
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .c_search_box .rt_stus {
    padding: 1rem;
    text-align: right;
    width: 100%;
  }
}

.Requir_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.Requir_list li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-grow: 1;
}
@media all and (max-width: 479px) {
  .Requir_list li {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .Requir_list li {
    flex-wrap: wrap;
  }
}
.Requir_list li button, .Requir_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
  flex-grow: 1;
}
.Requir_list li button::before, .Requir_list li a::before {
  font-family: "mso";
  font-size: 2.4rem;
  font-weight: 300;
}
.Requir_list li button.bt_group::before, .Requir_list li a.bt_group::before {
  content: "\e7f0";
}
.Requir_list li button.bt_group_mi::before, .Requir_list li a.bt_group_mi::before {
  content: "\e7ad";
}
.Requir_list li button.ico_mail::before, .Requir_list li a.ico_mail::before {
  content: "\e158";
}
.Requir_list li button.ico_sms::before, .Requir_list li a.ico_sms::before {
  content: "\e625";
}
.Requir_list li button.ico_fax::before, .Requir_list li a.ico_fax::before {
  content: "\ead8";
}
.Requir_list li button.ico_label::before, .Requir_list li a.ico_label::before {
  content: "\e892";
}
.darkmode .Requir_list li button, .darkmode .Requir_list li a {
  color: #fff;
  border: 1px solid rgba(195, 195, 195, 0.25);
  background-color: #414549;
}
.Requir_list label {
  font-size: 1.5rem;
  border: 1px solid transparent;
  flex-shrink: 0;
  width: 8rem;
}
.Requir_list input {
  height: 4rem;
  width: calc(100% - 7rem);
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.47rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.darkmode .Requir_list input {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.Requir_list input:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.Requir_list input.mondate {
  background: #fff url(../images/ico_calendar_month.svg) no-repeat right 5px center/25px 25px;
}
.darkmode .Requir_list input.mondate {
  background: rgba(255, 255, 255, 0.21) url(../images/ico_calendar_month_w.svg) no-repeat right 5px center/25px 25px;
}
.Requir_list select {
  height: 4rem;
  width: calc(100% - 6rem);
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.47rem 0.75rem;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.darkmode .Requir_list select {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.Requir_list select option {
  font-size: 1.6rem;
  padding: 2rem 0.5rem;
}
.darkmode .Requir_list select option {
  color: #000;
}
.Requir_list select:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.Requir_list .code {
  display: flex;
  width: 3.8rem;
  height: 3.8rem;
  justify-content: center;
  align-items: center;
  background: #d8e4f9;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  padding: 0;
}
.darkmode .Requir_list .code {
  background: rgba(216, 228, 249, 0.51);
}
.Requir_list .code::before {
  content: "\e5d4";
  font-size: 1.6rem;
  color: #000;
  font-family: "mso";
  width: 4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.darkmode .Requir_list .code::before {
  color: #fff;
}
.Requir_list .form_Chk {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.Requir_list .form_Chk span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.Requir_list .form_Chk label {
  font-size: 1.5rem;
  width: auto;
  padding: 0;
  background: none;
}
.Requir_list .form_Chk input {
  width: 2.3rem;
  height: 2.3rem;
}
.Requir_list.bg_gray {
  background-color: #f1f1f1;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.darkmode .Requir_list.bg_gray {
  background-color: #525a67;
}

.h4tit {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
.darkmode .h4tit {
  color: #fff;
}

.form_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.form_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-grow: 1;
}
.form_list li.top {
  align-items: center;
}
@media all and (max-width: 479px) {
  .form_list li.top {
    align-items: flex-start;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .form_list li.top {
    align-items: flex-start;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .form_list li.top {
    align-items: flex-start;
  }
}
@media all and (max-width: 1399px) {
  .form_list li.top {
    align-items: flex-start;
  }
}
.form_list li.long {
  width: 100% !important;
  align-items: stretch;
}
@media all and (max-width: 479px) {
  .form_list li {
    padding: 0.5rem 0;
    align-items: stretch;
  }
}
.form_list label {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 11rem;
  padding: 1.2rem 0.75rem 1.3rem 0.75rem;
  text-align: center;
  border-radius: 0.5rem 0 0 0.5rem;
  background: #d9d9d9;
}
@media all and (max-width: 479px) {
  .form_list label {
    width: 9rem;
  }
}
.darkmode .form_list label {
  background: #5f7ea5;
}
.form_list .inp {
  width: calc(100% - 11rem);
  font-size: 1.6rem;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 1.12rem 0.75rem 1.1rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  flex-grow: 1;
  min-height: 4.3rem;
}
.form_list .inp.mini {
  width: calc(100% - 21rem);
}
.darkmode .form_list .inp {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.form_list .inp:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.form_list .inp.mondate {
  background: #fff url(../images/ico_calendar_month.svg) no-repeat right 5px center/25px 25px;
}
.darkmode .form_list .inp.mondate {
  color: #fff;
  background: rgba(255, 255, 255, 0.21) url(../images/ico_calendar_month_w.svg) no-repeat right 5px center/25px 25px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.form_list .inp2 {
  width: calc(100% - 11rem);
  font-size: 1.6rem;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0 0.75rem 0 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  flex-grow: 1;
  min-height: 4.3rem;
  line-height: 4.3rem;
}
.form_list .inp2.mini {
  width: calc(100% - 21rem);
}
.darkmode .form_list .inp2 {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.form_list .inp2:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.form_list select {
  width: calc(100% - 11rem);
  font-size: 1.6rem;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 1rem 0.75rem;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.darkmode .form_list select {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.form_list select option {
  font-size: 1.6rem;
  padding: 2rem 0.5rem;
}
.darkmode .form_list select option {
  color: #000;
}
.form_list select:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.form_list .code {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  background: #d8e4f9;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  padding: 0;
  flex-grow: 0;
}
.darkmode .form_list .code {
  background: rgba(216, 228, 249, 0.51);
}
.form_list .code::before {
  content: "\e5d4";
  font-size: 1.6rem;
  color: #000;
  font-family: "mso";
  width: 4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.darkmode .form_list .code::before {
  color: #fff;
}
.form_list .txt {
  padding-left: 0.5rem;
  width: 11rem;
  font-size: 1.4rem;
  font-weight: 200;
}
.form_list .txt2 {
  padding-left: 0.5rem;
  width: 31rem;
  font-size: 1.4rem;
  flex-grow: 1;
  font-weight: 200;
}
.form_list .txt3 {
  padding-left: 0.5rem;
  width: 4rem;
  font-size: 1.6rem;
  flex-grow: 1;
  font-weight: 200;
}
.form_list.w33 li {
  width: calc(33.33% - 1rem);
}
@media all and (max-width: 479px) {
  .form_list.w33 li {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .form_list.w33 li {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .form_list.w33 li {
    width: calc(50% - 1rem);
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .form_list.w33 li {
    width: calc(50% - 1rem);
  }
}
.form_list.w50 li {
  width: calc(50% - 1rem);
}
@media all and (max-width: 479px) {
  .form_list.w50 li {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .form_list.w50 li {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .form_list.w50 li {
    width: calc(50% - 1rem);
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .form_list.w50 li {
    width: calc(50% - 1rem);
  }
}

.form_list button, .form_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
  flex-grow: 1;
}
.form_list button.link, .form_list a.link {
  border: none;
  background: none;
  padding: 0;
}
.form_list button::before, .form_list a::before {
  font-family: "mso";
  font-size: 2.4rem;
  font-weight: 300;
}
.form_list button.addline::before, .form_list a.addline::before {
  content: "\e03b";
}
.form_list button.delline::before, .form_list a.delline::before {
  content: "\e92b";
}
.form_list button.copyline::before, .form_list a.copyline::before {
  content: "\e14d";
}
.form_list button.bt_group_mi::before, .form_list a.bt_group_mi::before {
  content: "\e7ad";
}
.form_list button.ico_mail::before, .form_list a.ico_mail::before {
  content: "\e158";
}
.form_list button.ico_sms::before, .form_list a.ico_sms::before {
  content: "\e625";
}
.form_list button.ico_fax::before, .form_list a.ico_fax::before {
  content: "\ead8";
}
.form_list button.ico_label::before, .form_list a.ico_label::before {
  content: "\e892";
}
.darkmode .form_list button, .darkmode .form_list a {
  color: #fff;
  border: 1px solid rgba(195, 195, 195, 0.25);
  background-color: #414549;
}
.form_list .flx {
  display: flex;
  gap: 0.5rem;
}

.duble {
  display: flex;
  gap: 0.5rem;
  flex-grow: 1;
}
.duble input {
  width: 100% !important;
}
@media all and (max-width: 479px) {
  .duble input {
    width: 100% !important;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .duble input {
    width: 100% !important;
  }
}
@media all and (max-width: 479px) {
  .duble {
    flex-direction: column;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .duble {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .duble {
    flex-direction: column;
  }
}
@media all and (max-width: 960px) {
  .duble {
    flex-direction: column;
  }
}
@media all and (max-width: 1399px) {
  .duble {
    flex-direction: column;
  }
}

.form-check {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0.75rem 0.9rem 0.75rem;
  flex-grow: 1;
  border-radius: 0 0.5rem 0.5rem 0;
  border: 1px solid #ddd;
}
@media all and (max-width: 479px) {
  .form-check {
    flex-direction: column;
  }
}
.darkmode .form-check {
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.form-check span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.form-check label {
  font-size: 1.5rem;
  width: auto;
  padding: 0;
  background: none;
}
.darkmode .form-check label {
  background: none;
}

.form-check-input {
  width: 2.3rem;
  height: 2.3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}

.form-check-input:checked {
  background-color: #3b76e1;
  border-color: #3b76e1;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") ;
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") ;
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #3b76e1;
  border-color: #3b76e1;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e") ;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.where {
  display: block;
  margin: 25px 15px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  font-family: verdana;
  font-style: italic;
}

.filebox {
  border-radius: 0 0.5rem 0.5rem 0;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.darkmode .filebox {
  color: #fff;
  border: 1px solid rgba(221, 221, 221, 0.38);
}
.filebox.bdn {
  border: none;
}

.filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  display: inline-block;
  padding: 1rem 1rem 1rem;
  color: #999;
  font-size: 1.6rem;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.25em;
  width: inherit;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 1.5rem;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  border: none;
  border-radius: 0.25em;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}
.darkmode .filebox .upload-name {
  color: #fff;
}

/* imaged preview */
.filebox .upload-display {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .filebox .upload-display {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.filebox .upload-thumb-wrap {
  display: inline-block;
  width: 54px;
  padding: 2px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

.filebox .upload-display img {
  display: block;
  max-width: 100%;
  width: 100% \9 ;
  height: auto;
}

.filebox.bs3-primary label {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.bdy_titbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.bdy_titbx .txt {
  font-size: 1.6rem;
  font-weight: 200;
}
.bdy_titbx .red {
  color: #f6031b;
}
.darkmode .bdy_titbx .red {
  color: #fba1e3;
}
.bdy_titbx ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bdy_titbx ul li {
  font-weight: 200;
  font-size: 1.6rem;
}
.bdy_titbx ul li span {
  font-weight: 300;
}
.bdy_titbx ul li span.red {
  color: #f6031b;
}
.darkmode .bdy_titbx ul li span.red {
  color: #fba1e3;
}
.bdy_titbx ul .box {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0;
  min-width: 11rem;
}
.darkmode .bdy_titbx ul .box {
  color: #fff;
  border: 1px solid rgba(221, 221, 221, 0.25);
}
.bdy_titbx ul .box strong {
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.darkmode .bdy_titbx ul .box strong {
  color: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(221, 221, 221, 0.25);
}
.bdy_titbx ul .box span {
  text-align: right;
  padding: 0.5rem 0.5rem;
}
.bdy_titbx .bt_ok {
  max-width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
  flex-grow: 1;
}
.bdy_titbx .bt_ok::before {
  content: "\e86c";
  font-family: "mso";
  font-size: 2.4rem;
}

.btn_box {
  display: flex;
  justify-content: right;
  gap: 1rem;
}
.btn_box button {
  max-width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
  flex-grow: 1;
}
.darkmode .btn_box button {
  color: #fff;
  border: 1px solid rgba(195, 195, 195, 0.25);
  background-color: #414549;
}
.btn_box button::before {
  font-family: "mso";
  font-size: 2.4rem;
  font-weight: 300;
}
.btn_box button.ico_ssave::before {
  content: "\e161";
}
.btn_box button.ico_sadd::before {
  content: "\e091";
}
.btn_box button.ico_scancel::before {
  content: "\e5c9";
  color: #f60303;
}
.btn_box button.ico_ssdelete::before {
  content: "\e872";
  color: #f60303;
}
.btn_box button.ico_sprint::before {
  content: "\e8ad";
}
.btn_box button.ico_sview::before {
  content: "\e30c";
}
.btn_box button.ico_slist::before {
  content: "\e896";
}
.btn_box button.ico_smodify::before {
  content: "\f5a1";
}
.btn_box button.ico_swrite::before {
  content: "\e745";
}
.btn_box button.ico_sadd::before {
  content: "\ea20";
}
.btn_box button.ico_ssend::before {
  content: "\e163";
}
.btn_box button.ico_skeep::before {
  content: "\ea14";
}
.btn_box button.ico_scancel::before {
  content: "\e5c9";
  color: #f60303;
}

.sms_send_box {
  display: flex;
  justify-content: right;
  gap: 1rem;
}
.sms_send_box button, .sms_send_box a {
  max-width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
  flex-grow: 1;
}
.darkmode .sms_send_box button, .darkmode .sms_send_box a {
  color: #fff;
  border: 1px solid rgba(195, 195, 195, 0.25);
  background-color: #414549;
}
.sms_send_box button::before, .sms_send_box a::before {
  font-family: "mso";
  font-size: 2.4rem;
  font-weight: 300;
}
.sms_send_box button.ico_mail::before, .sms_send_box a.ico_mail::before {
  content: "\e158";
}
.sms_send_box button.ico_sms::before, .sms_send_box a.ico_sms::before {
  content: "\e625";
}
.sms_send_box button.ico_fax::before, .sms_send_box a.ico_fax::before {
  content: "\ead8";
}

.gd_content_box {
  position: relative;
}

.tbl_container {
  display: grid;
  gap: 5px;
  width: 100%;
}
.tbl_container .items {
  display: flex;
  align-items: center;
}
.tbl_container .items span {
  padding: 15px 5px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container .items span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (max-width: 479px) {
  .tbl_container .items span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .tbl_container .items span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container .items {
    display: flex;
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .tbl_container {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n2 {
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n2 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n2 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n3 {
  grid-template-columns: repeat(3, 1fr);
}
.tbl_container.n4 {
  grid-template-columns: repeat(4, 1fr);
}
.tbl_container.n5 {
  grid-template-columns: repeat(5, 1fr);
}
.tbl_container.n6 {
  grid-template-columns: repeat(6, 1fr);
}
.tbl_container.n7 {
  grid-template-columns: repeat(7, 1fr);
}
.tbl_container.n8 {
  grid-template-columns: repeat(8, 1fr);
}
.tbl_container.n9 {
  grid-template-columns: repeat(9, 1fr);
}
.tbl_container.n10 {
  grid-template-columns: repeat(10, 1fr);
}
.tbl_container.n6_name {
  grid-template-columns: repeat(6, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_name {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_name {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n3_name {
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n3_name {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n3_name {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n10_name {
  grid-template-columns: repeat(10, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n10_name {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n10_name {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n10_name_02 {
  grid-template-columns: 1fr 1fr 1fr 2fr repeat(6, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n10_name_02 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n10_name_02 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n11_name {
  grid-template-columns: repeat(11, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n11_name {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n11_name {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n11_list_name {
  grid-template-columns: 1fr 2fr repeat(9, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n11_list_name {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n11_list_name {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n7_id {
  grid-template-columns: 8rem repeat(6, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n7_id {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n7_id {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_pop_code_head_01 {
  grid-template-columns: repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n5_pop_code_head_01 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_pop_code_head_01 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_pop_code_01 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n5_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_list_04 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n5_list_04 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_list_04 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n4_pop_code_01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n4_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n4_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_pop_code_01 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n5_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_pop_code_02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 2fr;
}
@media all and (max-width: 479px) {
  .tbl_container.n5_pop_code_02 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_pop_code_02 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n3_pop_code_01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n3_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n3_pop_code_01 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n8_select {
  grid-template-columns: 5rem repeat(7, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n8_select {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n8_select {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n9_select {
  grid-template-columns: 5rem repeat(7, 1fr) 2fr;
}
@media all and (max-width: 479px) {
  .tbl_container.n9_select {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n9_select {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n7_select {
  grid-template-columns: 5rem repeat(5, 1fr) 2fr;
}
@media all and (max-width: 479px) {
  .tbl_container.n7_select {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n7_select {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n7_select_02 {
  grid-template-columns: 5rem repeat(6, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n7_select_02 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n7_select_02 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n4_select {
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n4_select {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n4_select {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n4_subject_list {
  grid-template-columns: 2fr repeat(3, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n4_subject_list {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n4_subject_list {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_select {
  grid-template-columns: 6rem repeat(4, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n5_select {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_select {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n3_select {
  grid-template-columns: 6rem repeat(2, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n3_select {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n3_select {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n6_select_menu {
  grid-template-columns: 6rem repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_select_menu {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_select_menu {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n6_conut {
  grid-template-columns: 10rem repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_conut {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_conut {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n2_select {
  grid-template-columns: 6rem 1fr;
}
@media all and (max-width: 479px) {
  .tbl_container.n2_select {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n2_select {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n6_notice {
  grid-template-columns: 6rem 6rem 4fr repeat(3, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_notice {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_notice {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n6_notice_edit {
  grid-template-columns: 6rem 6rem 4fr repeat(3, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_notice_edit {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_notice_edit {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n6_member_code {
  grid-template-columns: repeat(6, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_member_code {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_member_code {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n3_postzip {
  grid-template-columns: 6rem 1fr 2fr;
}
@media all and (max-width: 479px) {
  .tbl_container.n3_postzip {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n3_postzip {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n4_category {
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n4_category {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n4_category {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n6_category {
  grid-template-columns: 6rem repeat(5, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_category {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_category {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_category01 {
  grid-template-columns: 6rem repeat(3, 1fr) 11rem;
}
@media all and (max-width: 479px) {
  .tbl_container.n5_category01 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_category01 {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n6_list {
  grid-template-columns: repeat(6, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n6_list {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n6_list {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n7_list {
  grid-template-columns: repeat(7, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n7_list {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n7_list {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n8_list {
  grid-template-columns: repeat(8, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n8_list {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n8_list {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n9_list {
  grid-template-columns: repeat(9, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n9_list {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n9_list {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n10_list {
  grid-template-columns: repeat(10, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n10_list {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n10_list {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n18_list_name {
  grid-template-columns: repeat(18, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n18_list_name {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n18_list_name {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n15_list_name {
  grid-template-columns: repeat(15, 1fr);
}
@media all and (max-width: 479px) {
  .tbl_container.n15_list_name {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n15_list_name {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_list {
  grid-template-columns: repeat(4, 1fr) 2fr;
}
@media all and (max-width: 479px) {
  .tbl_container.n5_list {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_list {
    grid-template-columns: 1fr;
  }
}
.tbl_container.n5_list_03 {
  grid-template-columns: 7rem repeat(3, 1fr) 2fr;
}
@media all and (max-width: 479px) {
  .tbl_container.n5_list_03 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.n5_list_03 {
    grid-template-columns: 1fr;
  }
}

.tbl_container.head {
  gap: 5px;
  margin-bottom: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 0px);
  z-index: 5;
}
.darkmode .tbl_container.head {
  background: #313844;
}
@media all and (max-width: 1080px) {
  .tbl_container.head {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
@media all and (max-width: 479px) {
  .tbl_container.head {
    display: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container.head {
    display: none;
  }
}

.tbl_container.head .items {
  display: flex;
  align-items: center;
  justify-content: stretch;
  background: #e7e7e7;
  border-radius: 5px;
  height: 50px;
}
.darkmode .tbl_container.head .items {
  background: #273142;
}

.tbl_container.head span {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  padding: 5px 5px;
  display: block;
  letter-spacing: -0.07em;
  text-align: center !important;
}

.tbl_container.head .items.duble {
  display: flex;
  flex-wrap: wrap;
}
.tbl_container.head .items.duble .long {
  width: 100%;
  flex-grow: 1;
}
.tbl_container.head .items.duble .sm {
  flex-grow: 0;
}

.items_x {
  display: flex;
}
.items_x .items:first-child {
  width: 100%;
}

.tbl_container_02 {
  display: grid;
  gap: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.darkmode .tbl_container_02 {
  background: #313844;
}
@media all and (max-width: 1080px) {
  .tbl_container_02 {
    width: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
@media all and (max-width: 479px) {
  .tbl_container_02 {
    display: none;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container_02 {
    display: none;
  }
}
.tbl_container_02 .item .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  text-align: center !important;
  padding: 5px 5px;
  background: #e7e7e7;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.darkmode .tbl_container_02 .item .tit {
  background: #273142;
  color: #fff;
}
.tbl_container_02 .item .titx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  text-align: center !important;
  padding: 5px 5px;
  background: #e7e7e7;
  border-radius: 5px;
  height: 8.3rem;
  line-height: 8.3rem;
}
.darkmode .tbl_container_02 .item .titx {
  background: #273142;
  color: #fff;
}
.tbl_container_02 ul {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.tbl_container_02 ul li {
  display: flex;
  align-items: center;
}
.tbl_container_02 ul li span {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  padding: 0 5px;
  display: block;
  letter-spacing: -0.07em;
  text-align: center !important;
  background: #e7e7e7;
  border-radius: 5px;
  height: 5rem;
  line-height: 5rem;
}
.darkmode .tbl_container_02 ul li span {
  background: #273142;
  color: #fff;
}
.tbl_container_02 ul.w33 li {
  width: 33.33%;
}
.tbl_container_02 ul.w50 li {
  width: 50%;
}
.tbl_container_02.n3 {
  grid-template-columns: 3fr 1fr 3fr;
}
@media all and (max-width: 479px) {
  .tbl_container_02.n3 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container_02.n3 {
    grid-template-columns: 1fr;
  }
}
.tbl_container_02.n3_02 {
  grid-template-columns: 1fr 2fr 2fr;
}
@media all and (max-width: 479px) {
  .tbl_container_02.n3_02 {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container_02.n3_02 {
    grid-template-columns: 1fr;
  }
}

.tbl_container span {
  font-size: 1.5rem;
  font-weight: 200;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 5px;
  color: #666;
  position: relative;
  border-radius: 5px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tbl_container span a {
  color: #0381f6;
}
.darkmode .tbl_container span a {
  color: #f7aeff;
}
.darkmode .tbl_container span {
  color: #fff;
}
@media all and (max-width: 479px) {
  .tbl_container span {
    border-radius: 0;
    text-align: right;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
  }
  .darkmode .tbl_container span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .tbl_container span:before {
    content: attr(data-label);
    float: left;
    color: #2a4e7b;
    font-weight: 200;
  }
  .darkmode .tbl_container span:before {
    color: #d9eaff;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container span {
    text-align: right;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
  }
  .darkmode .tbl_container span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .tbl_container span:before {
    content: attr(data-label);
    float: left;
    color: #2a4e7b;
    font-weight: 200;
  }
  .darkmode .tbl_container span:before {
    color: #d9eaff;
  }
}
.tbl_container span select {
  width: 90%;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 1rem 0.75rem;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.darkmode .tbl_container span select {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.tbl_container span .inp2 {
  width: 90%;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 1.12rem 0.75rem 1.1rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.darkmode .tbl_container span .inp2 {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.tbl_container span .inp2.mondate {
  background: #fff url(../images/ico_calendar_month.svg) no-repeat right 5px center/25px 25px;
}
.darkmode .tbl_container span .inp2.mondate {
  background: rgba(255, 255, 255, 0.21) url(../images/ico_calendar_month_w.svg) no-repeat right 5px center/25px 25px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container span .inp2 {
    width: 60%;
    flex-grow: 0;
  }
}
@media all and (max-width: 479px) {
  .tbl_container span .inp2 {
    width: 60%;
    flex-grow: 0;
  }
}
.tbl_container span .inp_s {
  width: 6rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 1.12rem 0.75rem 1.1rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
}
.tbl_container span .nub {
  width: 70%;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 1.12rem 0.75rem 1.1rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  flex-grow: 1;
}
.darkmode .tbl_container span .nub {
  color: #fff;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.tbl_container span .nub[type=number]::-webkit-outer-spin-button,
.tbl_container span .nub[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #FFF url(../images/Ico_arrow_updown.svg) no-repeat center center;
  width: 4rem;
  border-left: 1px solid #BBB;
  opacity: 0.5; /* shows Spin Buttons per default (Chrome >= 39) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 3.5rem;
}
.tbl_container span .bt {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin: 0 auto;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  display: flex;
  align-items: center;
}
@media all and (max-width: 479px) {
  .tbl_container span .bt {
    margin: 0 0.5rem;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .tbl_container span .bt {
    margin: 0 0.5rem;
  }
}
.tbl_container span .bt.del {
  background: #e91e63;
  color: #fff;
}
.tbl_container span .bt.del::before {
  content: "\e872";
  font-family: "mso";
  font-size: 1.8rem;
}
.tbl_container span .bt.make {
  background: #8BC34A;
  color: #fff;
}
.tbl_container span .bt.make::before {
  content: "\e147";
  font-family: "mso";
  font-size: 1.8rem;
}
.tbl_container span .bt.modify {
  background: #597dff;
  color: #fff;
}
.tbl_container span .bt.modify::before {
  content: "\f5a1";
  font-family: "mso";
  font-size: 1.8rem;
}
.tbl_container span .code {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  background: #d8e4f9;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}
.darkmode .tbl_container span .code {
  background: rgba(216, 228, 249, 0.51);
}
.tbl_container span .code::before {
  content: "\e5d4";
  font-size: 1.6rem;
  color: #000;
  font-family: "mso";
  width: 4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.darkmode .tbl_container span .code::before {
  color: #fff;
}
.tbl_container span.flex {
  display: flex;
  justify-content: center;
}

.flex_type_a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px !important;
}
.flex_type_a::before {
  display: none;
}
.flex_type_a em {
  color: #000;
}

.tbl_list {
  overflow-y: auto;
  padding-top: 55px;
}
.tbl_list.other {
  padding-top: 88px;
}
@media all and (max-width: 1080px) {
  .tbl_list.other {
    height: 350px;
    padding-top: 0;
  }
}
.tbl_list.popup {
  overflow-y: auto;
  max-height: 50vh;
}
@media all and (max-width: 1080px) {
  .tbl_list {
    height: 350px;
    padding-top: 0;
  }
}
.tbl_list li {
  background: rgba(152, 200, 251, 0.1);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 5px;
}
.darkmode .tbl_list li {
  background: rgba(139, 195, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.tbl_list li:hover {
  background: rgba(8, 181, 28, 0.1);
}
.darkmode .tbl_list li:hover {
  background: rgba(124, 161, 201, 0.28);
}
.tbl_list li.on {
  background: rgba(253, 208, 150, 0.42);
}
.darkmode .tbl_list li.on {
  background: rgba(213, 206, 241, 0.42);
}
.tbl_list li.last {
  background: rgba(173, 190, 255, 0.42);
}
.darkmode .tbl_list li.last {
  background: rgba(188, 171, 255, 0.42);
}

.paginate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
  color: #777;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}
.darkmode .pagination li a {
  color: #fff;
  background-color: #9aa1ad;
  border: 1px solid rgba(221, 221, 221, 0.34);
}
.pagination li a.current {
  color: #fff;
  font-weight: 300;
  background-color: #0381f6;
}
.darkmode .pagination li a.current {
  color: #fff;
  background-color: #621589;
  border: 1px solid rgba(221, 221, 221, 0.34);
}
.pagination li a.previous:before {
  content: "\e2ea";
  font-family: "mso";
  font-size: 2rem;
}
.pagination li a.next:before {
  content: "\e5e1";
  font-family: "mso";
  font-size: 2rem;
}
.pagination li a.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #c9c9c9;
  border-color: #ddd;
  border-radius: 0.5rem;
}
.darkmode .pagination li a.disabled {
  background-color: #1a293d;
  border-color: rgba(221, 221, 221, 0.2);
}

.ico_map, .ico_hotel {
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  padding: 0.5rem 0.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.5rem;
  background-color: #eff7ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media all and (max-width: 960px) {
  .ico_map, .ico_hotel {
    justify-content: space-between;
    width: calc(50% - 2rem);
  }
}

.ico_map::before {
  font-family: "mso";
  content: "\e0c8";
  font-size: 2.4rem;
  font-weight: 300;
}

.ico_hotel::before {
  font-family: "mso";
  content: "\ea09";
  font-size: 2.4rem;
  font-weight: 300;
}

.tree_box {
  display: flex;
  gap: 1rem;
}
@media all and (max-width: 1080px) {
  .tree_box {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .tree_box {
    flex-wrap: wrap;
  }
}
.tree_box .lt {
  overflow-y: auto;
  width: 30%;
}
@media all and (max-width: 1080px) {
  .tree_box .lt {
    width: 100%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .tree_box .lt {
    width: 100%;
  }
}
.tree_box .rt {
  width: 70%;
}
@media all and (max-width: 1080px) {
  .tree_box .rt {
    width: 100%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .tree_box .rt {
    width: 100%;
  }
}

.tree {
  margin: 0;
  padding-left: 25px;
  line-height: 3.5rem;
  list-style: none;
}
.tree .h3_2step {
  font-size: 1.7rem;
  margin: 0;
  color: #000;
}
.tree a:visited {
  color: #5c5c5c;
}
.tree a {
  color: #000;
}

.tree li {
  position: relative;
  font-size: 1.8rem;
}
.tree li > ul {
  padding-left: 2rem;
}
.tree li a:visited {
  color: #8d8d8d;
}
.darkmode .tree li a:visited {
  color: #e7e7e7;
}
.tree li ul > li > a {
  font-weight: 200;
}

.tree li:before {
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 15px;
  height: 1em;
  content: "";
  border-bottom: 1px dotted #666;
  border-left: 1px dotted #666;
}
.darkmode .tree li:before {
  border-bottom: 1px dotted #cbcbcb;
  border-left: 1px dotted #cbcbcb;
}

/* hide the vertical line on the first item */
ul.tree > li:first-child:before {
  border-left: none;
}

.tree li:after {
  position: absolute;
  top: 1.1em;
  bottom: 1px;
  left: -15px;
  display: block;
  content: "";
  border-left: 1px dotted #666;
}
.darkmode .tree li:after {
  border-left: 1px dotted #cbcbcb;
}

/* hide the lines on the last item */
.tree li:last-child:after {
  display: none;
}

/* inserted via JS  */
.js-toggle-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14px;
  margin-right: 8px;
  margin-left: -23px;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
}
.darkmode .js-toggle-icon {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}

.bage {
  display: inline-block;
  padding: 0 0.52rem;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-right: 0.3rem;
}
.bage.green {
  background: rgba(4, 178, 44, 0.7411764706);
  color: #fff;
  border-radius: 0.5rem;
}

.half_divide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media all and (max-width: 479px) {
  .half_divide {
    flex-wrap: wrap;
  }
}
.half_divide .lt {
  width: calc(50% - 0.5rem);
}
@media all and (max-width: 479px) {
  .half_divide .lt {
    width: 100%;
  }
}
.half_divide .rt {
  width: calc(50% - 0.5rem);
}
@media all and (max-width: 479px) {
  .half_divide .rt {
    width: 100%;
  }
}
.half_divide .tit {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5rem 1rem 0.5rem 0;
  border: none;
}

.character_table01 td {
  height: 25px;
  width: 25px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #eee;
}

.character_table01 td:hover {
  background-color: #f7f7f7;
}

.character_table01 td span {
  cursor: pointer;
}

.detail_view_pg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media all and (max-width: 479px) {
  .detail_view_pg {
    overflow-y: scroll;
    height: 50rem;
    min-height: 25rem;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .detail_view_pg {
    overflow-y: scroll;
    height: 50rem;
    min-height: 25rem;
  }
}
.darkmode .detail_view_pg {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
.detail_view_pg li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  border-bottom: 1px solid #ddd;
}
.detail_view_pg li.long {
  width: 100% !important;
}
@media all and (max-width: 479px) {
  .detail_view_pg li.long {
    width: 100% !important;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .detail_view_pg li.long {
    width: 100% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .detail_view_pg li.long {
    width: 100% !important;
  }
}
.darkmode .detail_view_pg li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.detail_view_pg li .tit {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  padding: 1rem 1rem;
  background: #efefef;
  width: 13rem;
}
.darkmode .detail_view_pg li .tit {
  color: #fff;
  background: #68778d;
}
.detail_view_pg li .text {
  font-size: 1.6rem;
  font-weight: 200;
  color: #777;
  padding: 0 1.5rem;
  text-align: left;
  width: calc(100% - 13rem);
  word-break: break-all;
  flex-grow: 1;
}
.darkmode .detail_view_pg li .text {
  color: #fff;
}
.detail_view_pg li a.link {
  color: #2a4e7b;
}
.darkmode .detail_view_pg li a.link {
  color: #acf7c7;
}

.detail_view_pg.w33 li {
  width: 33.333%;
}
@media all and (max-width: 479px) {
  .detail_view_pg.w33 li {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .detail_view_pg.w33 li {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .detail_view_pg.w33 li {
    width: 50%;
  }
}

.tablist {
  overflow: hidden;
}
.tablist li {
  float: left;
  display: block;
  line-height: 60px;
  border-right: 1px solid #e6e6e6;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 1px 0px;
  text-align: center;
}
.darkmode .tablist li {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-left: none;
}
.tablist li:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.tablist li:first-child a {
  border-radius: 0.5rem 0 0 0.5rem;
}
.tablist li:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.tablist li:last-child a {
  border-radius: 0 0.5rem 0.5rem 0;
}
.tablist li a {
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}
.tablist li a:hover {
  background: #f5f5f5;
  color: #0381f6;
}
.darkmode .tablist li a:hover {
  color: #e6e6e6;
  background: rgba(255, 255, 255, 0.25);
}
.tablist li a.active {
  background: #0381f6;
  color: #ffffff;
  font-weight: 400;
}
.darkmode .tablist li a.active {
  background: #763f8d;
}
.darkmode .tablist li a {
  color: #fff;
}

.tablist.list02 li {
  width: 50%;
}

.tablist.list03 li {
  width: 33.33%;
}

.tablist.list04 li {
  width: 25%;
}

.tablist.list05 li {
  width: 50%;
}

.tablist.list08 li {
  width: 12.5%;
}

.tabcontent {
  clear: both;
  width: 100%;
  margin: 0 auto 0 auto;
  display: none;
  padding: 0;
  overflow: hidden;
}

.txt_pill {
  font-size: 1.5rem;
  display: flex;
  justify-content: right;
  margin-top: 2rem;
}

.col3_divide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media all and (max-width: 479px) {
  .col3_divide {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .col3_divide {
    flex-wrap: wrap;
  }
}
.col3_divide .lt {
  width: calc(30% - 0.5rem);
}
@media all and (max-width: 479px) {
  .col3_divide .lt {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .col3_divide .lt {
    width: 100%;
  }
}
.col3_divide .rt {
  width: calc(70% - 0.5rem);
}
@media all and (max-width: 479px) {
  .col3_divide .rt {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .col3_divide .rt {
    width: 100%;
  }
}

.ul_list {
  display: flex;
  flex-direction: column;
}
.ul_list > li {
  position: relative;
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.ul_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
}
.ul_list > li > ul {
  padding-left: 0.5rem;
}
.ul_list > li > ul > li {
  line-height: 1.6;
  font-weight: 200;
}

form > .pdbox {
  padding: 20px;
  border-bottom: 1px solid #efefef;
  font-size: 1.4rem;
  text-align: center;
}

/*검색*/
.searchTop {
  padding: 2rem 0;
  text-align: center;
}

.searchTop .list_info {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.searchTop .list_info b {
  font-weight: 600;
}

.searchBox form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.searchBox select,
.searchBox button,
.searchBox input {
  line-height: 4rem;
  height: 4rem;
}

.searchBox select {
  width: 50%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 1rem;
  border-right: none;
}

.searchBox .tw {
  border-right: 1px solid #ddd;
  margin-left: -1px;
}

.searchBox span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 70px);
  position: relative;
}

.searchBox span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--border);
}

.searchBox span input {
  width: calc(100% - 80px);
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 1rem;
}

.searchBox span button {
  background: #222;
  border: 0;
  color: #fff;
  width: 80px;
  padding: 0;
}

.searchTop.type02 {
  border: 1px solid #f0f0f0;
  padding: 20px;
}

@media all and (min-width: 768px) {
  .searchTop {
    display: flex;
  }
  .searchBox button,
  .searchBox input,
  .searchBox select {
    font-size: 1.3rem;
    min-width: 70px;
  }
  .searchTop .list_info {
    width: 50%;
    text-align: left;
    line-height: 4rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .searchBox form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .searchTop .searchBox {
    width: 50%;
    max-width: 480px;
    margin-left: auto;
  }
  .searchTop.type02 {
    padding: 2rem;
  }
  .searchBox .tw {
    border-right: none;
  }
}
.boardType01 {
  border-top: 2px solid #222;
}

.boardType01 .none {
  text-align: center;
  padding: 40px 0;
  color: #777;
  border-bottom: 1px solid var(--border);
}

.boardType01 ul.board_ul li {
  overflow: hidden;
  position: relative;
  padding: 20px 10px;
  color: #777;
  border-bottom: 1px solid #e0e0e0;
}

.boardType01 ul.board_ul li:not(.title_li):hover {
  background: #fafafa;
}

.boardType01 ul.board_ul li.title_li {
  display: none;
}

.boardType01 ul.board_ul li a {
  color: #333;
  font-weight: 600;
}

.boardType01 ul.board_ul li span {
  font-size: 1.2rem;
}

.boardType01 ul.board_ul li span.notice {
  display: inline-block;
  margin-bottom: 10px;
  background: var(--col01);
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
}

.boardType01 ul.board_ul li span.num {
  display: none;
}

.boardType01 ul.board_ul li span.cate {
  display: inline-block;
  margin-bottom: 10px;
  background: #aaa;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
}

.boardType01 ul.board_ul li span.title {
  font-size: 1.4rem;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  display: block;
}

.boardType01 ul.board_ul li .boardInfo {
  align-items: center;
}

.boardType01 ul.board_ul li span.date:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  margin: 0 0.5em;
  background: #ccc;
}

.boardType01 ul.board_ul li span.branch:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  margin: 0 0.5em;
  background: #ccc;
}

.boardType01 ul.board_ul li span.name:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  margin: 0 0.5em;
  background: #ccc;
}

.boardType01 ul.board_ul li span.analysis:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  margin: 0 0.5em;
  background: #ccc;
}

@media all and (min-width: 920px) {
  .boardType01 ul.board_ul li {
    padding: 1rem;
    display: flex;
    align-items: center;
  }
  .boardType01 ul.board_ul li span {
    font-size: 1.4rem;
  }
  .boardType01 ul.board_ul li span.select_btn {
    margin: 0;
  }
  .boardType01 ul.board_ul li a {
    display: flex;
    align-items: center;
  }
  .boardType01 ul.board_ul li span.notice,
  .boardType01 ul.board_ul li span.cate {
    margin: 0 1em 0 0;
  }
  .boardType01 ul.board_ul li span.title {
    margin: 0;
    font-size: 1.4rem;
  }
  .boardType01 ul.board_ul li .boardInfo {
    text-align: center;
    display: flex;
  }
  .boardType01 ul.board_ul li .boardInfo span {
    padding: 0 10px;
    font-size: 1.3rem;
    flex: 1;
  }
  .boardType01 ul.board_ul li span.name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .boardType01 ul.board_ul li span.governor {
    text-align: center;
  }
  .boardType01 ul.board_ul li span.branch {
    text-align: center;
  }
  .boardType01 ul.board_ul li span.date {
    text-align: center;
  }
  .boardType01 ul.board_ul li span.date:before {
    display: none;
  }
  .boardType01 ul.board_ul li span.branch:before {
    display: none;
  }
  .boardType01 ul.board_ul li span.name:before {
    display: none;
  }
  .boardType01 ul.board_ul li span.analysis:before {
    display: none;
  }
  .boardType01 ul.board_ul li span:before {
    display: none;
  }
  .boardType01 ul.board_ul li.title_li {
    display: flex;
    color: #222;
    font-weight: 600;
  }
  .boardType01 ul.board_ul li.title_li .board_h5 {
    text-align: center;
  }
  .w70 {
    width: 70%;
  }
  .w60 {
    width: 60%;
  }
  .w50 {
    width: 50%;
  }
  .w40 {
    width: 40%;
  }
  .w30 {
    width: 30%;
  }
}
@media all and (min-width: 1200px) {
  .w70 {
    width: 70%;
  }
  .w60 {
    width: 60%;
  }
  .w50 {
    width: 50%;
  }
  .w40 {
    width: 40%;
  }
  .w30 {
    width: 30%;
  }
}
/*버튼*/
.boardButton {
  margin: 20px 0;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-weight: 500;
}

.boardButton ul {
  display: flex;
  gap: 10px;
}

.boardButton a,
.boardButton button {
  display: block;
  color: #fff;
  padding: 0 20px;
  font-size: 1.4rem;
}

.boardButton span {
  background: #666;
  display: inline-block;
}

.boardButton li:last-child span {
  background: #666;
}

@media all and (min-width: 768px) {
  .boardButton {
    margin: 40px 0;
    height: 40px;
    line-height: 40px;
  }
  .boardButton a,
  .boardButton button {
    padding: 0 20px;
  }
}
.redTxt {
  color: #c00000;
}

/*write*/
.write_apply ul {
  overflow: hidden;
  border-top: 2px solid #222;
}

.write_apply li {
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 10px;
}

.write_apply li .fm_list {
  display: block;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.write_apply li .fm_txt {
  display: block;
}

.write_apply li .fm_txt input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin: 2px 0;
}

.write_apply li .fm_txt input[type=radio],
.write_apply li .fm_txt input[type=checkbox] {
  display: none;
}

.write_apply li .fm_txt input[type=radio] + label,
.write_apply li .fm_txt input[type=checkbox] + label,
.write_apply .radio-inline input[type=radio] + span,
.write_apply .radio-inline input[type=checkbox] + span {
  margin: 0 0.5em 0 0;
  border: 1px solid #d2d2d2;
  color: #888;
  font-weight: 500;
  padding: 10px 15px;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  font-size: 1.3rem;
}

.write_apply li .fm_txt input[type=radio]:checked + label,
.write_apply li .fm_txt input[type=checkbox]:checked + label,
.write_apply .radio-inline input[type=radio]:checked + span,
.write_apply .radio-inline input[type=checkbox]:checked + span {
  background: var(--col01);
  border-color: var(--col01);
  color: #fff;
}

.write_apply li .fm_txt button {
  line-height: 36px;
  height: 36px;
}

.write_apply li .fm_txt .input_zip {
  position: relative;
}

.write_apply li .fm_txt .input_zip a {
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid var(--border);
  font-size: 0.9em;
  font-weight: 500;
  color: #888;
}

.write_apply .editorin {
  min-height: 300px;
}

@media all and (min-width: 768px) {
  .write_apply li {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 0 2%;
  }
  .write_apply li .fm_list {
    width: 20%;
    max-width: 160px;
    line-height: 36px;
    margin: 0;
  }
  .write_apply li .fm_txt {
    width: 78%;
    min-width: calc(98% - 160px);
  }
  .write_apply li .fm_txt .input_addr {
    display: flex;
    justify-content: space-between;
  }
  .write_apply li .fm_txt .input_addr input {
    width: calc(50% - 2px);
  }
}
/*첨부파일*/
.filebox {
  position: relative;
  font-size: 0.9em;
}

.filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label.file_label {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  display: block;
  background: #666;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
}

.filebox .upload-name {
  display: block;
  line-height: 36px;
  height: 36px;
  width: 100%;
  color: #888;
  padding: 0 10px;
  background: #fcfcfc;
  border: 1px solid var(--border);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (min-width: 768px) {
  .filebox label.file_label {
    width: 100px;
  }
}
/*등록버튼*/
.btn_li ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.btn_li li {
  width: 35%;
  max-width: 200px;
}

.btn_li li a.btn_link {
  display: block;
  width: 100%;
  line-height: 55px;
  height: 55px;
  padding: 0 10px;
  background: var(--col01);
  color: #fff;
  font-weight: 500;
}

.btn_li li a.btn_link.btn_gr {
  background: #666;
}

/*view*/
.board_view {
  border-top: 2px solid #222;
  border-bottom: 1px solid #999;
}

.board_view:after {
  content: "";
  display: block;
  clear: both;
}

.board_view_top {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

.board_view_top .mark_box {
  margin-bottom: 10px;
}

.board_view_top .mark {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f6750e;
  color: #fff;
}

.board_view_top .mark.new {
  background-color: #888;
}

.board_view_top .mark.sort {
  background: #bbb;
}

.board_view_top .tit {
  margin: 0 0 10px;
  font-size: 1.2em;
  font-weight: 600;
  word-break: break-all;
}

.board_view_top .tit .sort {
  margin-right: 0.2em;
}

.board_view_top .info {
  color: #777;
  display: flex;
  font-size: 1.3rem;
}

.board_view_top .info .each {
  display: flex;
  align-items: center;
}

.board_view_top .info .each:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8em;
  background: var(--border);
  margin: 0 0.5em;
}

.board_view_con {
  padding: 40px 3%;
  overflow-wrap: break-word;
  font-size: 1.3rem;
}

.board_view_file {
  border-top: 1px solid #d2d1d1;
  padding: 10px 0;
}

.board_view_file .tit {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.board_view_file .file_each a {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}

.board_view_file .file_each:first-child a {
  margin: 0;
}

.board_view_file .file_each a:before {
  content: "download";
  font-family: var(--ic);
  margin: 0 0.2em 0 0;
}

.board_view_file .file_each a:hover {
  text-decoration: underline;
}

.board_view_link {
  border-top: 1px solid #d2d1d1;
  padding: 10px 0;
  font-size: 1.3rem;
}

.board_view_link .tit {
  font-weight: 600;
  margin: 0 0 10px;
}

.board_view_link .link_each a {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}

.board_view_link .link_each:first-child a {
  margin: 0;
}

.board_view_link .link_each a:before {
  content: "open_in_new";
  font-family: var(--ic);
  margin: 0 0.2em 0 0;
}

.board_view_link .link_each a:hover {
  text-decoration: underline;
}

.board_view_bottom {
  border-top: 1px solid #bfbfbf;
  padding: 15px 0;
  width: 50%;
  float: left;
}

.board_view_bottom .tit {
  font-weight: 600;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.board_view_bottom .tit:before {
  content: "\e314";
  font-size: 2rem;
  color: #000;
  font-family: "mso";
  margin-right: 10px;
}

.board_view_bottom .link {
  overflow: hidden;
  padding: 0 20px 0 0;
}

.board_view_bottom .link a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
}

.board_view_bottom.right .tit {
  justify-content: flex-end;
  font-size: 1.4rem;
}

.board_view_bottom.right .tit:before {
  display: none;
}

.board_view_bottom.right .tit:after {
  font-family: "mso";
  content: "\e315";
  font-size: 2rem;
  color: #000;
  margin-left: 10px;
}

.board_view_bottom.right {
  border-left: 1px solid var(--border);
  text-align: right;
}

.board_view_bottom.right .link {
  padding: 0 0 0 20px;
}

@media all and (min-width: 768px) {
  .board_view_top {
    padding: 40px 20px;
  }
  .board_view_top .tit {
    font-size: 1.5em;
  }
  .board_view_file,
  .board_view_link {
    display: flex;
    align-items: stretch;
    padding: 0;
  }
  .board_view_file .tit,
  .board_view_link .tit {
    margin: 0;
    width: 160px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    background: #fafafa;
  }
  .board_view .file_box {
    padding: 20px;
    width: calc(100% - 160px);
  }
  .board_view_bottom {
    padding: 20px;
  }
}
@media all and (min-width: 1200px) {
  .board_view_top .tit {
    font-size: 1.75em;
  }
  .board_view_con {
    padding: 40px 20px;
  }
}
/*카테고리탭*/
.bbs_cate {
  margin: 1rem 0;
}

.bbs_cate ul.tabs {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.bbs_cate ul.tabs li {
  width: 49%;
  margin: 5px 0.5%;
  border: 1px solid #e0e2e3;
  color: #888;
  font-weight: 600;
}

.bbs_cate ul.tabs li:hover {
  background: #fafafa;
}

.bbs_cate ul.tabs li.current {
  background: #666;
  border-color: #666;
  color: #fff;
}

.bbs_cate ul.tabs li a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.bbs_cate .tabscontent {
  padding: 30px 0px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .bbs_cate ul.tabs li {
    width: 24%;
  }
}
@media only screen and (min-width: 1200px) {
  .bbs_cate ul.tabs li {
    width: auto;
    min-width: 180px;
  }
  .bbs_cate ul.tabs li a {
    padding: 15px 0;
  }
}
.select_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.5rem 0;
}
.select_list li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-grow: 1;
}
.select_list li select {
  height: 4rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 0.47rem 0.75rem;
  border: 1px solid #ddd;
}
.select_list li select option {
  font-size: 1.4rem;
  padding: 2rem 0.5rem;
}
.select_list li select:focus {
  border-color: #9dbbf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 118, 225, 0.25);
}
.select_list li label {
  font-size: 1.4rem;
  border: 1px solid transparent;
  flex-shrink: 0;
  width: 8rem;
}

#calendar {
  width: 100%;
}

#calendar a {
  color: #8e352e;
  text-decoration: none;
}

#calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#calendar li {
  display: block;
  float: left;
  width: 14.342%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
}

#calendar ul.weekdays {
  height: 35px;
  background: #e7e7e7;
}

#calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding: 10px 6px;
  color: #000;
  font-size: 13px;
}

#calendar .days li {
  height: 130px;
}

#calendar .days li:hover {
  background: #d3d3d3;
}

#calendar .date {
  text-align: center;
  margin-bottom: 5px;
  padding: 4px;
  background: #999;
  color: #fff;
  width: 20px;
  border-radius: 50%;
  float: right;
}

#calendar .event {
  clear: both;
  display: block;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 2px;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 12px;
  background: #e4f2f2;
  border: 1px solid #b5dbdc;
  color: #009aaf;
  text-decoration: none;
}

#calendar .event-desc {
  color: #666;
  margin: 3px 0 3px 0;
  text-decoration: none;
}

#calendar .other-month {
  background: #f5f5f5;
  color: #666;
}

/* ============================
				Mobile Responsiveness
   ============================*/
@media (max-width: 768px) {
  #calendar .weekdays, #calendar .other-month {
    display: none;
  }
  #calendar li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
  }
  #calendar .date {
    float: none;
  }
}
.sundy {
  color: #8e352e !important;
}