@charset "UTF-8";
:root {
  --pinkfong: "Pinkfong Baby Shark";
  --remix: "remixicon";
  --pink: #ED5975;
  --blue: #4B58F3;
  --yellow: #FFD600 ;
  --green: #26755B;
}

.mt0 {
  margin-top: 0 !important;
}
.mt4 {
  margin-top: 0.4rem;
}
.mt8 {
  margin-top: 0.8rem;
}
.mt12 {
  margin-top: 1.2rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt28 {
  margin-top: 2.8rem;
}
.mt32 {
  margin-top: 3.2rem;
}
.mt40 {
  margin-top: 4rem;
}
.mt60 {
  margin-top: 6rem;
}
.mt80 {
  margin-top: 8rem;
}

.c-bk {
  color: #222;
}

.c-red {
  color: #D43333;
}

.c-green {
  color: #087F34;
}

.sub-visual {
  padding-top: 13.7rem;
  padding-bottom: 14.2rem;
  background: url("/template/chs/img/sub/sub-visual.webp") no-repeat center/cover;
  text-align: center;
}
.sub-visual strong {
  display: block;
  font-family: var(--pinkfong);
  font-size: 5.2rem;
  margin-bottom: 1.2rem;
  opacity: 0;
  transform: translateY(3rem);
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}
.sub-visual strong .pink {
  color: #FF6C88;
}
.sub-visual strong .blue {
  color: #11A5F1;
}
.sub-visual p {
  font-size: 1.6rem;
  color: #303030;
  line-height: 1.5;
  letter-spacing: -0.016rem;
  opacity: 0;
  transform: translateY(3rem);
  animation: fadeInUp 0.8s ease-out 0.7s forwards;
}
@media (max-width: 768px) {
  .sub-visual {
    background-position-x: 66%;
  }
}
@media (max-width: 450px) {
  .sub-visual strong {
    font-size: 4rem;
    line-height: 1.2;
  }
  .sub-visual p br {
    display: none;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#container .inner {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  padding-bottom: 16rem;
}

.lnb {
  width: 28.6rem;
  flex-shrink: 0;
  border-radius: 2rem;
  margin-top: -5rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.lnb-tit {
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26755B;
  padding: 1rem;
  font-size: 3.2rem;
  color: #fff;
}
.lnb-list {
  background: #fff;
  padding: 1.6rem 2.8rem 3.6rem 2.8rem;
}
.lnb-item {
  border-bottom: 1px solid #E0E0E0;
}
.lnb-item.active > a {
  color: var(--green);
  border-bottom: 2px solid var(--green);
}
.lnb-item.active > a::after {
  background: var(--green) !important;
  color: #fff;
}
.lnb-item:has(.lnb-submenu) > .lnb-btn::after {
  content: "\ea6e";
  font-family: var(--remix);
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background: #eee;
  transition: 0.3s;
}
.lnb-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  position: relative;
  color: #555;
  font-weight: 500;
}
.lnb-submenu {
  display: none;
  border-top: 1px solid #E0E0E0;
  background: #FBFBFB;
  padding: 2rem;
}
.lnb-submenu .depth3 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.lnb-submenu .depth3 > li {
  padding-left: 1rem;
  position: relative;
}
.lnb-submenu .depth3 > li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.4rem;
}
.lnb-submenu .depth3 > li.active > a {
  color: var(--green);
  text-decoration: underline;
  text-underline-position: under;
}
.lnb-submenu .depth3 > li > a {
  font-size: 1.6rem;
}
.lnb-submenu .depth3 > li > a:hover, .lnb-submenu .depth3 > li > a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.lnb-submenu-lv2 {
  display: none;
}
@media (max-width: 1280px) {
  .lnb {
    display: none;
  }
}

.contents {
  width: calc(100% - 28.6rem - 6rem);
  padding-top: 4.8rem;
}
@media (max-width: 1280px) {
  .contents {
    width: 100%;
  }
}

.page-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E7E7E7;
}
.page-title-wrap .h-tit {
  font-size: 3.2rem;
}
.page-title-wrap .contents_util {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2.6rem;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li::before {
  content: "\ea54";
  font-family: var(--remix);
  font-size: 2.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-43%);
  color: #424242;
}
.breadcrumb li a {
  font-size: 1.6rem;
  color: #616161;
}
.breadcrumb li:last-child::before {
  display: none;
}

#utile {
  display: flex;
  gap: 0.6rem;
}
#utile .btn {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border: 1px solid #E0E0E0;
  background: #fff;
  transition: 0.3s;
}
#utile .btn:hover, #utile .btn:focus-visible {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
#utile .share {
  position: relative;
}
#utile .share.active .btn {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
#utile .share.active #share {
  visibility: visible;
  overflow: visible;
  width: 5rem;
  height: auto;
  opacity: 1;
  margin-top: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
#utile .share #share {
  visibility: hidden;
  overflow: hidden;
  width: 4rem;
  height: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  border-radius: 5rem;
  background-color: #fff;
  text-align: center;
  border: 1px solid #E0E0E0;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
}
#utile .share #share::before {
  content: "";
  width: 1rem;
  height: 1rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -0.5rem;
  background-color: #fff;
  transform: translateX(-50%) scaleX(0.8) rotate(45deg);
}
#utile .share #share .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
}
#utile .share #share .list a {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  color: #fff;
}
#utile .share #share .list a.facebook {
  background: #1877F2;
}
#utile .share #share .list a.twitter {
  background: #000;
}
#utile .share #share .list a.blog {
  background: #00C73C;
}
#utile .share #share .list a.kakao {
  background: #FAE300;
  color: #391B1B;
}
#utile .share #share .list a.link-copy {
  background: #fff;
  border: 1px solid #E0E0E0;
  color: #222;
}
#utile .share #share .close {
  margin-bottom: 1.5rem;
}
#utile .print {
  display: flex;
  align-items: center;
  justify-content: center;
}
#utile .print:hover .icon, #utile .print:focus-visible .icon {
  background: #fff;
}
#utile .print .icon {
  width: 2rem;
  height: 1.9rem;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url("/template/chs/img/sub/icon-print.svg");
  background: #222;
}

.contents_body {
  padding-top: 6rem;
}

.h3 {
  font-size: 2.8rem;
  padding-left: 3.1rem;
  margin-bottom: 2rem;
  position: relative;
}
.h3::before {
  content: "";
  width: 2.3rem;
  height: 1.4rem;
  background: url("/template/chs/img/sub/h3-icon.webp") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.h3-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 4rem;
  margin-bottom: 2rem;
}
.h3-wrap .h3 {
  margin-bottom: 0;
}

* + .h3 {
  margin-top: 6rem;
}

.h4 {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}

* + .h4 {
  margin-top: 4rem;
}

.p {
  color: #616161;
  line-height: 1.6;
}
.p + .p {
  margin-top: 0.8rem;
}

.box-desc {
  display: flex;
  gap: 2.5rem 3.6rem;
}
.box-desc > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 2rem;
  border-radius: 2rem;
  background: #F3FBF9;
  text-align: center;
}
.box-desc > div:nth-child(2) {
  background: #F3FBFF;
}
.box-desc-icon {
  width: 11.5rem;
  height: 11.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.box-desc-tit {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .box-desc {
    flex-direction: column;
  }
  .box-desc br {
    display: none;
  }
}

.grey-box {
  border-radius: 2rem;
  background: #FAFAFA;
  padding: 4rem;
}
@media (max-width: 768px) {
  .grey-box {
    padding: 2rem;
  }
}

.wt-box {
  border-radius: 1.2rem;
  background: #fff;
  padding: 2.4rem;
}

.bul1 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.bul1 > li {
  line-height: 1.6;
  color: #616161;
  padding-left: 1.2rem;
  position: relative;
}
.bul1 > li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #9E9E9E;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}

.bul2 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.bul2.type2 {
  gap: 5.6rem;
}
.bul2.type2 > li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: -2.8rem;
}
.bul2.type2 > li:last-child::after {
  display: none;
}
.bul2 > li {
  counter-increment: list-number;
  color: #616161;
  line-height: 1.5;
  padding-left: 3.3rem;
  position: relative;
}
.bul2 > li::before {
  content: counter(list-number);
  width: 2.5rem;
  height: 2.5rem;
  background: #222;
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0.4rem;
}

.krds-structured-list.type2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem 4rem;
  padding: 4.8rem 0;
  border-top: 2px solid #111;
  border-bottom: 1px solid #E0E0E0;
}
.krds-structured-list.type2.type3 > li > a .img-wrap {
  aspect-ratio: 351.33/195.98;
}
.krds-structured-list.type2 > li {
  width: calc(33.3333333333% - 2.6666666667rem);
}
.krds-structured-list.type2 > li > a {
  display: flex;
  flex-direction: column;
}
.krds-structured-list.type2 > li > a:hover .img-wrap img, .krds-structured-list.type2 > li > a:focus-visible .img-wrap img {
  transform: translate(-50%, -50%) scale(1.1);
}
.krds-structured-list.type2 > li > a:hover .c-tit, .krds-structured-list.type2 > li > a:focus-visible .c-tit {
  text-decoration: underline;
  text-underline-position: under;
}
.krds-structured-list.type2 > li > a .img-wrap {
  aspect-ratio: 1/1;
  margin-bottom: 2.4rem;
  overflow: hidden;
  position: relative;
}
.krds-structured-list.type2 > li > a .img-wrap.temp_class {
  aspect-ratio: 35.1/19.9;
}
.krds-structured-list.type2 > li > a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.krds-structured-list.type2 > li > a .c-tit {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.6rem;
}
.krds-structured-list.type2 > li > a .date,
.krds-structured-list.type2 > li > a .c-info {
  font-size: 1.7rem;
  color: #757575;
}
.krds-structured-list.type2 .no-data {
  width: 100%;
  height: 70rem;
  border-radius: 1.2rem;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.krds-structured-list.type2 .no-data img {
  width: 26rem;
}
@media (max-width: 768px) {
  .krds-structured-list.type2 {
    gap: 2.4rem 1.6rem;
  }
  .krds-structured-list.type2 > li {
    width: calc(33.3333333333% - 1.0666666667rem);
  }
}
@media (max-width: 480px) {
  .krds-structured-list.type2 > li {
    width: 100%;
  }
}

.board_pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 6.4rem;
}
.board_pager:has(span:empty) {
  display: none;
}
.board_pager a {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  font-size: 1.4rem;
  position: relative;
}
.board_pager a.active {
  background: #222;
  border-color: #222;
  color: #fff;
}
.board_pager a img {
  display: none;
}
.board_pager a.first::before, .board_pager a.last::before, .board_pager a.next::before, .board_pager a.prev::before {
  font-family: var(--remix);
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  color: #222;
  z-index: 1;
  line-height: 1;
}
.board_pager a.first::before {
  content: "\f2e2";
  left: 50%;
  transform: translate(-50%, -50%);
}
.board_pager a.last::before {
  content: "\f2e4";
  right: 50%;
  transform: translate(50%, -50%);
}
.board_pager a.next::before {
  content: "\ea6e";
  right: 50%;
  transform: translate(50%, -50%);
}
.board_pager a.prev::before {
  content: "\ea64";
  left: 50%;
  transform: translate(-50%, -50%);
}
.board_pager > span {
  display: flex;
  gap: 0.4rem;
}

.search-top-box .form-col-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
.search-top-box .form-col-group .form-tit {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}
@media (max-width: 580px) {
  .search-top-box {
    width: 100%;
  }
  .search-top-box .form-group:has(.sch-select) {
    flex-shrink: 0;
  }
  .search-top-box .form-group:has(.sch-input) {
    flex-grow: 1;
  }
  .search-top-box .form-group .sch-input input[type=text] {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .search-top-box .form-col-group {
    flex-direction: column;
  }
  .search-top-box .form-col-group .form-group:has(.sch-select) {
    width: 100%;
  }
  .search-top-box .form-col-group .form-group:has(.sch-select) select {
    width: 100%;
  }
  .search-top-box .form-col-group .form-group:has(.sch-input) {
    width: 100%;
  }
}

.input-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.sch-input:has(#btnSearch) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.sch-input.w30 {
  width: 30rem;
  max-width: 100%;
}
.sch-input.w30 input {
  width: 100%;
}
.sch-input.w100 {
  width: 100%;
  max-width: 100%;
}
.sch-input.w100 input {
  width: 100%;
}
.sch-input input {
  border-radius: 0.3rem;
  border: 1px solid #E0E0E0;
  height: 4.8rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
}
.sch-input input:placeholder {
  color: #9e9e9e;
}
.sch-input textarea {
  width: 100%;
  height: 32rem;
  border-radius: 0.3rem;
  border: 1px solid #E0E0E0;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
}
.sch-input textarea:placeholder {
  color: #9e9e9e;
}

.sch-select {
  position: relative;
}
.sch-select.w26 {
  width: 26rem;
  max-width: 100%;
}
.sch-select.w26 select {
  width: 100%;
}
.sch-select select {
  border-radius: 0.3rem;
  border: 1px solid #E0E0E0;
  height: 4.8rem;
  padding: 0 1.6rem;
  padding-right: 4rem;
  font-size: 1.6rem;
  background: #fff url(/template/chs/img/sub/select-arrow.webp) calc(100% - 1.6rem) 50% no-repeat;
  background-size: 1.5rem;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

#btnSearch {
  height: 4.8rem;
  border-radius: 0.3rem;
  background: #424242;
  padding: 0 2.2rem;
  color: #fff;
  font-size: 1.6rem;
}
#btnSearch .sr-only {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
}

.g-search-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 1.8rem;
}
.g-search-area .board__result {
  display: flex;
  align-items: center;
  gap: 1rem 2.4rem;
}
.g-search-area .board__result-item {
  position: relative;
  color: #616161;
}
.g-search-area .board__result-item::before {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #e0e0e0;
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.g-search-area .board__result-item:last-child::before {
  display: none;
}
.g-search-area .board__result-item strong {
  color: #222;
}

.board__group-item > label {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}
.board__group-item .flex-box {
  display: flex;
  gap: 0.8rem;
}
.board__group-item .select__wrap {
  position: relative;
}
.board__group-item .select__wrap select {
  border-radius: 0.3rem;
  border: 1px solid #E0E0E0;
  height: 4.8rem;
  padding: 0 1.6rem;
  padding-right: 4rem;
  font-size: 1.6rem;
  background: #fff url(/template/chs/img/sub/select-arrow.webp) calc(100% - 1.6rem) 50% no-repeat;
  background-size: 1.5rem;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.board__group-item .input__wrap input {
  border-radius: 0.3rem;
  border: 1px solid #E0E0E0;
  height: 4.8rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
}
.board__group-item .input__wrap input:placeholder {
  color: #9e9e9e;
}

.board_list {
  border-top: 2px solid #111;
  overflow: hidden;
}
.board_list table {
  table-layout: fixed;
}
.board_list table th {
  padding: 1.7rem 1rem;
  text-align: center;
  background: #F5F5F5;
  font-weight: 500;
}
.board_list table th.num {
  width: 8rem;
}
.board_list table th.cate {
  width: 12rem;
}
.board_list table th.state {
  width: 8rem;
}
.board_list table th.answer, .board_list table th.file, .board_list table th.hit {
  width: 10rem;
}
.board_list table th.writer {
  width: 11rem;
}
.board_list table th.date {
  width: 13rem;
}
.board_list table td {
  padding: 1.7rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  text-align: center;
}
.board_list table td[aria-label=제목] {
  text-align: left;
}
.board_list table td[aria-label=제목] a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.board_list table td[aria-label=제목] a:hover, .board_list table td[aria-label=제목] a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.board_list table .no-data {
  height: 70rem;
  background: #F6F6F6;
}
.board_list table .no-data img {
  width: 26rem;
}
@media (max-width: 768px) {
  .board_list colgroup,
  .board_list thead {
    display: none;
  }
  .board_list tbody tr {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
  }
  .board_list tbody td {
    display: block;
    padding: 0;
    border: 0 none;
    text-align: left;
    line-height: 1.5;
  }
  .board_list tbody td::before {
    margin-right: 0.5rem;
    color: #333;
    font-weight: 600;
    content: attr(aria-label);
  }
  .board_list tbody td[aria-label=번호] {
    width: 3rem;
    height: 3rem;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
  }
  .board_list tbody td[aria-label=번호]::before {
    display: none;
  }
  .board_list tbody td[aria-label=제목]::before {
    display: none;
  }
}

.board__view-title {
  padding: 4.4rem 1rem;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 1px solid #E0E0E0;
}
.board__view-title h2 {
  font-size: 2.8rem;
}
.board__view-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 3.6rem;
  padding: 2rem 1rem;
  border-bottom: 1px solid #E0E0E0;
}
.board__view-info p {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #616161;
  position: relative;
}
.board__view-info p::after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #e0e0e0;
  position: absolute;
  right: -1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.board__view-info p:last-child::after {
  display: none;
}
.board__view-info p span {
  color: #222;
  font-weight: 700;
}
.board__view-con {
  padding: 11rem 0;
}
.board__view-wrap .board__file {
  background: #FAFAFA;
  padding: 2.8rem 4rem;
}
@media (max-width: 480px) {
  .board__view-wrap .board__file {
    padding: 2rem;
  }
}
.board__view-wrap .board__file h3 {
  display: none;
  margin-bottom: 1rem;
}
.board__view-wrap .board__file-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.board__view-wrap .board__file-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 4rem;
  font-size: 1.6rem;
  color: #616161;
  position: relative;
  padding-left: 3rem;
}
.board__view-wrap .board__file-list > li > img {
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 2.6rem;
}
.board__view-wrap .board__file-list > li .file-size {
  font-size: 14px;
  color: #9e9e9e;
}
.board__view-wrap .board__file-list .btn__style {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.3rem;
  font-size: 14px;
  color: #616161;
  background: #fff;
}
.board__view-wrap .btn__box {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: 7.2rem;
  border-top: 1px solid #E0E0E0;
}

.board__control {
  margin-top: 7.2rem;
  border-bottom: 1px solid #E0E0E0;
}
.board__control-item {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
  gap: 1.2rem;
  border-top: 1px solid #E0E0E0;
}
.board__control-item a {
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.board__control-item a:hover, .board__control-item a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.board__control-item:last-child .board__control-cate::before {
  content: "\ea4e";
}
.board__control-cate {
  font-weight: 600;
  padding-left: 3.6rem;
  position: relative;
}
.board__control-cate::before {
  content: "\ea78";
  font-family: var(--remix);
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.board_prevnext {
  margin-top: 7.2rem;
  border-bottom: 1px solid #E0E0E0;
}
.board_prevnext > li {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
  gap: 1.2rem;
  border-top: 1px solid #E0E0E0;
}
.board_prevnext > li strong {
  padding-left: 3.6rem;
  position: relative;
}
.board_prevnext > li strong::before {
  content: "\ea78";
  font-family: var(--remix);
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.board_prevnext > li a {
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.board_prevnext > li a:hover, .board_prevnext > li a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.board_prevnext > li:last-child strong::before {
  content: "\ea4e";
}

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.btn-wrap.right {
  justify-content: flex-end;
}

.btn1 {
  min-width: 20rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  transition: 0.2s;
  border: 1px solid #303030;
  padding: 1rem 2.2rem;
}
.btn1:hover, .btn1:focus-visible {
  background: #303030;
  color: #fff;
}
.btn1:has(i) {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.btn1.green {
  background: var(--green);
  border: 1px solid var(--green);
  color: #fff;
}
.btn1.green:hover, .btn1.green:focus-visible {
  background: #fff;
  color: var(--green);
}
.btn1.bk {
  background: #424242;
  border: 1px solid #424242;
  color: #fff;
}
.btn1.bk:hover, .btn1.bk:focus-visible {
  background: #fff;
  color: #424242;
}
.btn1.border-green {
  border: 1px solid var(--green);
  color: var(--green);
}
.btn1.border-green:hover, .btn1.border-green:focus-visible {
  background: var(--green);
  color: #fff;
}
.btn1.border-red {
  border: 1px solid #D43333;
  color: #D43333;
}
.btn1.border-red:hover, .btn1.border-red:focus-visible {
  background: #D43333;
  color: #fff;
}
.btn1.w13 {
  min-width: 13rem;
}

.btn2 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 2.2rem;
  font-size: 1.6rem;
  transition: 0.2s;
}
.btn2.bk {
  border-radius: 0.3rem;
  background: #424242;
  border: 1px solid #424242;
  color: #fff;
}
.btn2.bk:hover, .btn2.bk:focus-visible {
  background: #fff;
  color: #424242;
}
.btn2.green {
  background: var(--green);
  border: 1px solid var(--green);
  color: #fff;
}
.btn2.green:hover, .btn2.green:focus-visible {
  background: #fff;
  color: var(--green);
}

.sitemap-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.sitemap-wrap > ul > li {
  width: calc(25% - 3rem);
}
.sitemap-wrap > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
  border-bottom: 0.3rem solid #000;
  font-size: 2.4rem;
  position: relative;
}
.sitemap-wrap > ul > li > a::after {
  content: "\ea78";
  font-family: var(--remix);
  font-size: 2.4rem;
  line-height: 1;
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
}
.sitemap-wrap > ul > li > a.active::after {
  transform: rotate(180deg);
}
.sitemap-wrap > ul > li > a > span {
  font-weight: 700;
}
.sitemap-wrap .depth2 > li {
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.sitemap-wrap .depth2 > li > a {
  display: flex;
  padding: 2.4rem 0;
  padding-left: 1.2rem;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}
.sitemap-wrap .depth2 > li > a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #9e9e9e;
  position: absolute;
  left: 0;
  top: 3.5rem;
}
.sitemap-wrap .depth2 > li > a:hover > span, .sitemap-wrap .depth2 > li > a:focus-visible > span {
  color: var(--green);
}
.sitemap-wrap .depth3 {
  border-top: 1px solid #E0E0E0;
  background: #FAFAFA;
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.sitemap-wrap .depth3 > li > a {
  display: block;
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.7rem;
  color: #616161;
}
.sitemap-wrap .depth3 > li > a::before {
  content: "-";
  position: absolute;
  left: 0;
}
.sitemap-wrap .depth3 > li > a:hover > span, .sitemap-wrap .depth3 > li > a:focus-visible > span {
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 1024px) {
  .sitemap-wrap > ul > li {
    width: calc(33.3333% - 2.6666666667rem);
  }
}
@media (max-width: 580px) {
  .sitemap-wrap > ul > li {
    width: calc(50% - 2rem);
  }
}

.email-collection {
  height: 58.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  padding: 0 2rem;
  background: #FAFAFa;
  text-align: center;
}
.email-collection .icon {
  width: 11.5rem;
  height: 11.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
.email-collection .icon img {
  width: 6.8rem;
}
.email-collection > strong {
  font-size: 2.4rem;
  margin: 3.6rem 0 1.6rem;
}
@media (max-width: 768px) {
  .email-collection p br {
    display: none;
  }
}

.top-box {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 3rem 5rem;
  border-radius: 2rem;
  background: #F5F5F5;
  margin-bottom: 6rem;
}
.top-box.green {
  background: #F2FAF1;
}
.top-box.blue {
  background: #F1F6FB;
}
.top-box.purple {
  background: #F3EFFB;
}
.top-box-img {
  width: 11.5rem;
  flex-shrink: 0;
}
.top-box-icon {
  width: 11.5rem;
  height: 11.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.top-box-icon img {
  width: 6rem;
}
.top-box-txt {
  width: calc(100% - 11.5rem - 2.5rem);
}
@media (max-width: 768px) {
  .top-box {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding: 3rem;
  }
  .top-box-txt {
    width: 100%;
  }
}

.border-box {
  border-radius: 2rem;
  border: 1px solid #E0E0E0;
  padding: 5.6rem 4.8rem;
}
@media (max-width: 768px) {
  .border-box {
    padding: 3rem;
  }
}

.copyright-box .grey-box {
  padding: 2.4rem 3.2rem;
  margin-top: 1.6rem;
}
.copyright-box > strong {
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 5.2rem;
}
.copyright-box .bul2 {
  gap: 5.2rem;
}

.table {
  border-top: 2px solid #424242;
  position: relative;
}
.table::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.table-info {
  overflow-x: auto;
}
.table table {
  table-layout: fixed;
}
.table table th {
  background: #F5F5F5;
  text-align: center;
  padding: 2rem 1rem;
  color: #081324;
  font-weight: 700;
}
.table table tbody th {
  border-bottom: 1px solid #E0E0E0;
}
.table table td {
  padding: 2rem;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  text-align: center;
}

.box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
}
.box-list > li {
  width: calc(25% - 2.7rem);
  padding: 4.8rem 1.5rem;
  border-radius: 2rem;
  background: #EFF8ED;
  text-align: center;
}
.box-list > li:nth-child(2) {
  background: #EEF9FE;
}
.box-list > li:nth-child(3) {
  background: #F1F6FB;
}
.box-list > li:nth-child(4) {
  background: #F3EFFB;
}
.box-list-img {
  width: 14rem;
}
.box-list p {
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .box-list > li {
    width: calc(50% - 1.8rem);
  }
}
@media (max-width: 580px) {
  .box-list {
    gap: 2rem;
  }
  .box-list > li {
    width: 100%;
    padding: 3rem 2rem;
  }
  .box-list > li br {
    display: none;
  }
}

.activity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
  padding-bottom: 18rem;
  position: relative;
}
.activity-list::after {
  content: "";
  width: 62.8rem;
  max-width: 100%;
  height: 7.9rem;
  background: url(/template/chs/img/sub/arrow.webp) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.activity-list > div {
  width: calc(33.3333333333% - 2.4rem);
  text-align: center;
}
.activity-list-img {
  width: 20rem;
}
.activity-list-tit {
  display: block;
  font-size: 2rem;
  margin: 2rem 0 1.2rem;
}
.activity-list + h3 {
  font-size: 3.2rem;
  margin-top: 7rem;
  text-align: center;
}
.activity-list + h3 span {
  color: var(--green);
}
@media (max-width: 768px) {
  .activity-list > div {
    width: 100%;
  }
  .activity-list + h3 {
    font-size: 2.5rem;
  }
}

.agree-box {
  border: 1px solid #E0E0E0;
}
.agree-box-scroll {
  padding: 5rem;
}
.agree-box-scroll h5 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.agree-box-scroll * + h5 {
  margin-top: 2.8rem;
}
.agree-box-btn {
  padding: 2.8rem 5rem;
  background: #F5F5F5;
  border-top: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
@media (max-width: 768px) {
  .agree-box-scroll {
    padding: 2rem;
  }
  .agree-box-btn {
    padding: 2rem;
  }
}

.radio-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}

.radio-item input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio-item input[type=radio]:focus-visible + label {
  outline: 1px dotted #222;
  outline-offset: 1px;
}
.radio-item input[type=radio]:checked + label::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--green);
  border-radius: 50%;
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  z-index: 1;
}
.radio-item input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  color: #616161;
}
.radio-item input[type=radio] + label::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.form-wrap {
  border-top: 2px solid #424242;
}
.form-wrap > table {
  table-layout: fixed;
}
.form-wrap > table th {
  padding: 2rem 2.4rem 2rem 4.5rem;
  border-bottom: 1px solid #E0E0E0;
  background: #F5F5F5;
  font-weight: 500;
  text-align: left;
}
.form-wrap > table th label.required::before {
  content: "*";
  color: #D43333;
  margin-right: 0.5rem;
}
.form-wrap > table td {
  padding: 2rem 2.4rem;
  border-bottom: 1px solid #E0E0E0;
}
.form-wrap .file-upload-area {
  padding: 1.6rem 3.2rem;
  border-radius: 0.3rem;
  background: #F5F5F5;
}
.form-wrap .file-upload-area ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.6rem;
}
.form-wrap .file-upload-area ul > li {
  font-size: 1.6rem;
  color: #9e9e9e;
}
@media (max-width: 768px) {
  .form-wrap > table colgroup {
    display: none;
  }
  .form-wrap > table tr {
    display: flex;
    flex-direction: column;
  }
  .form-wrap > table th,
  .form-wrap > table td {
    width: 100%;
    padding: 1.5rem 2rem;
  }
  .form-wrap > table .sch-select,
  .form-wrap > table .sch-input {
    width: 100% !important;
  }
}

.tab-depth4 {
  margin-top: 6rem;
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
.tab-depth4 > ul {
  display: flex;
  flex-wrap: wrap;
}
.tab-depth4 > ul:has(> li:nth-child(2):last-child) > li {
  width: 50%;
}
.tab-depth4 > ul:has(> li:nth-child(3):last-child) > li {
  width: 33.3333%;
}
.tab-depth4 > ul:has(> li:nth-child(5):last-child) > li {
  width: 20%;
}
.tab-depth4 > ul > li {
  width: 25%;
  min-height: 6.5rem;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.tab-depth4 > ul > li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0.55rem 0.6rem 0.55rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 1;
  display: none;
}
.tab-depth4 > ul > li.active::before {
  display: block;
}
.tab-depth4 > ul > li.active > a {
  background: #424242;
  color: #fff;
  font-weight: 600;
}
.tab-depth4 > ul > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #9e9e9e;
  font-size: 1.7rem;
}
.tab-depth4-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background: #424242;
  color: #fff;
}
.tab-depth4-btn::after {
  content: "\ea4e";
  font-family: var(--remix);
  font-size: 2rem;
  transition: 0.3s;
}
.tab-depth4-btn.active::after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .tab-depth4 {
    border-left: 0;
    border-top: 0;
    position: relative;
  }
  .tab-depth4 > ul {
    border-top: 1px solid #E0E0E0;
    position: absolute;
    left: 0;
    top: calc(100% + 0.4rem);
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .tab-depth4 > ul::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .tab-depth4 > ul::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .tab-depth4 > ul > li {
    width: 100% !important;
    min-height: auto;
    border-right: 0;
  }
  .tab-depth4 > ul > li::before {
    display: none !important;
  }
  .tab-depth4 > ul > li > a {
    padding: 1.5rem;
    justify-content: flex-start;
    text-align: left;
  }
  .tab-depth4 > ul > li br {
    display: none;
  }
}

.tab-depth5 {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 6rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tab-depth5 ul {
  text-align: center;
  white-space: nowrap;
  min-width: max-content;
}
.tab-depth5 ul li {
  display: inline-block;
  padding: 0 1.9rem;
}
.tab-depth5 ul li.active a {
  color: var(--green);
  font-weight: 700;
  position: relative;
}
.tab-depth5 ul li.active a::before {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: var(--green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tab-depth5 ul li a {
  display: block;
  font-weight: 500;
  color: #9e9e9e;
  padding: 1.8rem 0;
  white-space: nowrap;
}

.img-slide {
  border-radius: 2rem;
  border: 1px solid #E0E0E0;
  padding: 3.2rem;
  margin-top: 6rem;
}
@media (max-width: 580px) {
  .img-slide {
    padding: 2rem;
  }
}
.img-slide-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.8rem;
}
.img-slide-controller > button {
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #222;
  font-size: 2.4rem;
  transition: 0.3s;
}
.img-slide-controller > button:hover, .img-slide-controller > button:focus-visible {
  background: #f1f1f1;
}
.img-slide-controller > button.swiper-button-disabled {
  opacity: 0;
}
.img-slide-controller .swiper-pagination {
  width: auto;
  position: static;
  font-size: 1.6rem;
  font-weight: 500;
}
.img-slide-controller .swiper-pagination-current {
  color: var(--green);
}

.inquiry__answer {
  padding: 8rem;
  border-bottom: 1px solid #E0E0E0;
  background: #F5F5F5;
  margin-top: 7.2rem;
}
.inquiry__answer-title {
  display: none;
}
.inquiry__answer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 3.6rem;
  border-radius: 1.2rem;
  background: #fff;
  padding: 2rem;
}
.inquiry__answer-info p {
  color: #616161;
  position: relative;
}
.inquiry__answer-info p::after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #e0e0e0;
  position: absolute;
  right: -1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry__answer-info p:last-child::after {
  display: none;
}
.inquiry__answer-cate {
  font-weight: 700;
  color: #222;
  padding-right: 1.2rem;
}
.inquiry__answer-con {
  margin-top: 8rem;
}
.inquiry__answer-con * {
  color: #616161;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .inquiry__answer {
    padding: 2rem;
  }
  .inquiry__answer-con {
    margin-top: 3rem;
  }
}

#fileListContainer {
  border-radius: 0.3rem;
  border: 1px dashed #BDBDBD;
  padding: 1.6rem 3.2rem;
  margin-top: 0.8rem;
}

#fileListContainer {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#fileListBody {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}
#fileListBody > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #757575;
  font-size: 1.6rem;
  gap: 0.5rem 2rem;
  min-width: 0;
}
#fileListBody > li .file-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
#fileListBody > li .btn-remove-new-file {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#fileListBody > li .btn-remove-new-file:hover, #fileListBody > li .btn-remove-new-file:focus-visible {
  background: #ddd;
}

.hr {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 4rem 0 6rem;
}