@charset "UTF-8";
:root {
  --jamsil: "TheJamsil";
  --remix: "remixicon";
  --blue: #2165CC;
  --green1: #266E61;
  --dark-green: #0F3E46;
  --grey1: #767676;
}

.footer .btn-scroll {
  display: none;
}

.mt20 {
  margin-top: 2rem !important;
}
.mt24 {
  margin-top: 2.4rem !important;
}
.mt60 {
  margin-top: 6rem !important;
}
.mt80 {
  margin-top: 8rem !important;
}

.mb24 {
  margin-bottom: 2.4rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}

.sub-visual {
  height: 51rem;
  padding-top: 9.8rem;
  padding-bottom: 7.2rem;
  position: relative;
  background: url(/main/img/sub/sub-visual1.webp) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sub-visual {
    padding-top: 72px;
    padding-bottom: 12rem;
  }
}
.sub-visual .layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub-visual.visual2 {
  background-image: url(/main/img/sub/sub-visual2.webp);
}
.sub-visual.visual3 {
  background-image: url(/main/img/sub/sub-visual3.webp);
}
.sub-visual.visual4 {
  background-image: url(/main/img/sub/sub-visual4.webp);
}
.sub-visual .h-tit {
  font-size: 5.6rem;
  color: #FFF;
  font-family: var(--jamsil);
  font-weight: 500;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .sub-visual .h-tit {
    font-size: 4rem;
  }
}
.sub-visual .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem 2.8rem;
}
.sub-visual .breadcrumb a {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.048rem;
  position: relative;
}
.sub-visual .breadcrumb a::after {
  content: "\ea54";
  font-family: var(--remix);
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -1.4rem;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
.sub-visual .breadcrumb a:last-child::after {
  display: none;
}
.sub-visual .breadcrumb a.home {
  color: #70D516;
  font-size: 2rem;
}
.sub-visual-nav {
  width: 100%;
  height: 7.2rem;
  color: #fff;
  position: relative;
  margin-top: -7.2rem;
}
.sub-visual-nav:has(.title .label:empty) {
  display: none;
}
.sub-visual-nav .layout {
  height: 100%;
  display: flex;
  background: var(--blue);
  border-radius: 1rem 1rem 0 0;
}
.sub-visual-nav .title {
  position: relative;
}
.sub-visual-nav .title.active .depth1 {
  display: block;
}
.sub-visual-nav .title.active .label::after {
  transform: rotate(180deg);
}
.sub-visual-nav .title .label {
  min-width: 20.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.06rem;
  position: relative;
}
.sub-visual-nav .title .label::after {
  content: "\ea4e";
  font-family: var(--remix);
  font-weight: 400;
  transition: 0.3s;
}
.sub-visual-nav .title .depth1 {
  display: none;
  position: absolute;
  left: 0;
  top: 7.2rem;
  width: 100%;
  background: var(--blue);
  color: #fff;
  z-index: 1;
}
.sub-visual-nav .title .depth1 li.active a {
  background: rgba(0, 0, 0, 0.2);
}
.sub-visual-nav .title .depth1 a {
  display: block;
  padding: 1.5rem 3rem;
  transition: 0.2s;
}
.sub-visual-nav .title .depth1 a:hover, .sub-visual-nav .title .depth1 a:focus-visible {
  background: rgba(0, 0, 0, 0.2);
}
.sub-visual-nav .depth2-wrap {
  height: 100%;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}
.sub-visual-nav .depth2-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
}
.sub-visual-nav .depth2-wrap .depth2 > ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 0 3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sub-visual-nav .depth2-wrap .depth2 > ul > li.active > a {
  opacity: 1;
  font-weight: 700;
}
.sub-visual-nav .depth2-wrap .depth2 > ul > li > a {
  white-space: nowrap;
  letter-spacing: -0.054rem;
  opacity: 0.8;
  transition: 0.2s;
}
.sub-visual-nav .depth2-wrap .depth2 > ul > li > a:hover, .sub-visual-nav .depth2-wrap .depth2 > ul > li > a:focus-visible {
  opacity: 1;
}
.sub-visual-nav .list {
  height: 100%;
  display: flex;
}
.sub-visual-nav .list > li:has(.depth1) {
  position: relative;
}
.sub-visual-nav .list > li:has(.depth2) {
  display: flex;
}
.sub-visual-nav .list > li:has(.depth2) .label {
  display: none;
}
@media (max-width: 1280px) {
  .sub-visual-nav .layout {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .sub-visual-nav {
    height: 12rem;
    margin-top: -12rem;
  }
  .sub-visual-nav .layout {
    flex-direction: column;
  }
  .sub-visual-nav .title {
    height: 6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .sub-visual-nav .title .label {
    width: 100%;
  }
  .sub-visual-nav .title .depth1 {
    top: 6rem;
  }
  .sub-visual-nav .depth2-wrap {
    height: 6rem;
  }
}

.contents-title {
  margin-top: 12rem;
  margin-bottom: 3rem;
}
.contents-title strong {
  display: block;
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 1rem;
  letter-spacing: -0.144rem;
}
.contents-title-util {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}
.contents-title-util a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EEE;
  color: #666;
  font-size: 2rem;
  transition: 0.2s;
}
.contents-title-util a:hover, .contents-title-util a:focus-visible {
  background: var(--blue);
  color: #fff;
}
@media (max-width: 768px) {
  .contents-title strong {
    font-size: 3.5rem;
  }
}

.contents-body {
  margin-bottom: 18rem;
  letter-spacing: -0.054rem;
}

.p {
  color: #555;
  line-height: 1.5;
  font-weight: 500;
}

.table {
  border-top: 1px solid var(--green1);
  border-bottom: 1px solid var(--green1);
  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: #F3F9F8;
  text-align: center;
  padding: 1.5rem 1rem;
  color: #081324;
  border-right: 1px solid #E5F1F1;
  color: var(--green1);
  font-weight: 600;
}
.table table th:last-of-type {
  border-right: 0;
}
.table table th.bg {
  background: var(--green1);
  color: #fff;
}
.table table tbody th {
  border-bottom: 1px solid #E5F1F1;
}
.table table td {
  padding: 2rem;
  border-bottom: 1px solid #E5F1F1;
  border-right: 1px solid #E5F1F1;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #555;
  text-align: center;
}
.table.type2 {
  border-top: 0;
  border-bottom: 1px solid #E7ECF1;
}
.table.type2 table thead th {
  background: #3B4469;
  color: #fff;
  border-right: 0;
}
.table.type2 table td {
  border-right: 1px solid #E7ECF1;
  border-bottom: 0;
  padding: 1.3rem 2rem;
}
.table.type2 table td span {
  padding-left: 3.2rem;
  position: relative;
}
.table.type2 table td span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.table.type2 table td span.reduction::before {
  background-image: url(/main/img/sub/icon-reduction.webp);
}
.table.type2 table td span.adaptation::before {
  background-image: url(/main/img/sub/icon-adaptation.webp);
}
.table.type2 table td span.etc::before {
  background-image: url(/main/img/sub/icon-etc.webp);
}
.table.type2 table td span.first::before {
  background-image: url(/main/img/sub/icon-first.webp);
}
.table.type2 table td span.second::before {
  background-image: url(/main/img/sub/icon-silvermedal.webp);
}
.table.type2 table td span.third::before {
  background-image: url(/main/img/sub/icon-third.webp);
}
.table.type2 table td span.circle-green::before {
  background-image: url(/main/img/sub/icon-circlegreen.webp);
}
.table.type2 table td span.circle-yellow::before {
  background-image: url(/main/img/sub/icon-circleyellow.webp);
}
.table.type2 table td span.circle-orange::before {
  background-image: url(/main/img/sub/icon-circleorange.webp);
}
.table.type2 table td span.circle-red::before {
  background-image: url(/main/img/sub/icon-circlered.webp);
}
.table.type2 table tbody tr:nth-of-type(even) {
  background: #EDF4FF;
}
.table.type3 {
  border-top: 0;
}
.table.type3 table th {
  background: var(--dark-green);
  color: #fff;
  border-right: 0;
}
.table .file-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding-left: 3.5rem;
  position: relative;
}
.table .file-link::before {
  content: "";
  width: 2.6667rem;
  height: 2rem;
  background: url(/main/img/sub/icon-file.webp) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.table .file-link span {
  font-size: 1.6rem;
  color: #555;
}
.table .file-link em {
  font-size: 1.4rem;
  color: #999;
}
.table .file-link:hover span, .table .file-link:focus-visible span {
  text-decoration: underline;
  text-underline-position: under;
}

.h3 {
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
}
.h3-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  margin-bottom: 2.4rem;
}
.h3-wrap h3 {
  margin: 0;
}

* + .h3,
* + .h3-wrap {
  margin-top: 6rem;
}

.h4 {
  font-size: 2.4rem;
}

.btn1 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid #DDD;
  transition: 0.2s;
}
.btn1:hover, .btn1:focus-visible {
  background: #f7f7f7;
}
.btn1 span {
  color: #555;
}
.btn1 i {
  color: #999;
}
.btn1.bk {
  background: #333;
  border: 0;
}
.btn1.bk span,
.btn1.bk i {
  color: #fff;
}

.btn2 {
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.btn2.green {
  background: #266E61;
  color: #fff;
}

.grey-box {
  padding: 4rem;
  border-radius: 1rem;
  background: #F9F9F9;
}

.border-box {
  padding: 6rem;
  border-radius: 1rem;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .border-box {
    padding: 3rem;
  }
}
.border-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.border-box .title-wrap p {
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
}
.border-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.border-box-wrap .border-box {
  width: 100%;
}
.border-box-wrap.column2 .border-box {
  width: calc(50% - 1.2rem);
}
.border-box-wrap.column2 .border-box.bg {
  background: #F9F9F9;
  border: 0;
}
@media (max-width: 768px) {
  .border-box-wrap.column2 .border-box {
    width: 100%;
  }
}

.notice1 {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.5;
  position: relative;
}
.notice1::before {
  content: "※";
  margin-right: 0.5rem;
}

.bul1 {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.bul1 > li {
  color: #555;
  padding-left: 1rem;
  position: relative;
}
.bul1 > li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1px;
  background: var(--green1);
  position: absolute;
  left: 0;
  top: 1.1rem;
}

.bul2 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.bul2 > li {
  counter-increment: bul2-counter;
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
  color: #333;
}
.bul2 > li::before {
  content: counter(bul2-counter);
  counter-reset: bul1-counter;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.bul3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bul3 > li {
  padding-left: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.bul3 > li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.tab-depth4 {
  border-radius: 1.4rem;
  background: #EFEFEF;
  padding: 0.6rem;
  margin-bottom: 8rem;
}
.tab-depth4:not(:has(ul)) {
  display: none;
}
.tab-depth4 ul {
  display: flex;
  gap: 0.6rem;
}
.tab-depth4 ul li {
  width: 100%;
  position: relative;
}
.tab-depth4 ul li::after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #bbb;
  position: absolute;
  right: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.tab-depth4 ul li:last-child::after {
  display: none;
}
.tab-depth4 ul li.active a {
  background: var(--dark-green) !important;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 1rem rgba(153, 153, 153, 0.1);
}
.tab-depth4 ul li a {
  display: block;
  text-align: center;
  padding: 1.3rem;
  border-radius: 1rem;
  font-size: 2.2rem;
  color: #767676;
  line-height: 1.5;
  transition: 0.2s;
}
.tab-depth4 ul li a:hover, .tab-depth4 ul li a:focus-visible {
  background: #e1e1e1;
}
.tab-depth4 ul li a.active {
  background: var(--dark-green);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 1rem rgba(153, 153, 153, 0.1);
}
.tab-depth4 + .tab-depth5 {
  margin-top: -4rem;
}
@media (max-width: 768px) {
  .tab-depth4 ul li a {
    font-size: 1.8rem;
    padding: 0.8rem;
  }
}
@media (max-width: 580px) {
  .tab-depth4 ul {
    flex-direction: column;
  }
  .tab-depth4 ul li::after {
    display: none;
  }
}

.tab-depth5 {
  margin-bottom: 8rem;
}
.tab-depth5 ul {
  display: flex;
}
.tab-depth5 ul li {
  width: 100%;
}
.tab-depth5 ul li a {
  width: 100%;
  height: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 0.4rem solid #fff;
  text-align: center;
  color: #555;
  line-height: 1.2;
  transition: 0.2s;
}
.tab-depth5 ul li a.active {
  border-color: var(--green1);
  font-weight: 600;
  color: #111;
}
@media (max-width: 580px) {
  .tab-depth5 {
    overflow-x: auto;
  }
  .tab-depth5 ul {
    min-width: 700px;
  }
}

.sitemap-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 2.4rem;
}
.sitemap-wrap > dl {
  width: calc(25% - 1.8rem);
}
@media (max-width: 1024px) {
  .sitemap-wrap > dl {
    width: calc(50% - 1.2rem);
  }
}
.sitemap-wrap .group dt > a {
  display: block;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sitemap-wrap .group dt > a {
    font-size: 2.8rem;
  }
}
.sitemap-wrap .group dd {
  margin-top: 4rem;
}
.sitemap-wrap .group dd .depth2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sitemap-wrap .group dd .depth2 > li > a {
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 2.4rem;
  border-radius: 1rem;
  border: 1px solid #C8CAD0;
  background: #FFF;
  font-weight: 600;
  transition: 0.2s;
  position: relative;
}
.sitemap-wrap .group dd .depth2 > li > a::after {
  content: "\ea6e";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "remixicon";
  font-size: 2rem;
  font-weight: 400;
}
.sitemap-wrap .group dd .depth2 > li > a[target=_blank]::after {
  content: "\ecaf";
}
.sitemap-wrap .group dd .depth2 > li > a:hover, .sitemap-wrap .group dd .depth2 > li > a:focus-visible {
  background: linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%);
  color: #fff;
}
.sitemap-wrap .group dd .depth2 > li > a:hover::after, .sitemap-wrap .group dd .depth2 > li > a:focus-visible::after {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.sitemap-wrap .group dd .depth3 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2rem;
  padding-left: 2.8rem;
}
.sitemap-wrap .group dd .depth3 > li {
  padding-left: 1.2rem;
  position: relative;
}
.sitemap-wrap .group dd .depth3 > li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sitemap-wrap .group dd .depth3 > li > a {
  font-size: 1.7rem;
  color: var(--grey1);
}
.sitemap-wrap .group dd .depth3 > li > a:hover, .sitemap-wrap .group dd .depth3 > li > a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}

.board_info form {
  width: 100%;
  display: block;
  padding: 4rem;
  border-radius: 1rem;
  border: 1px solid #ddd;
  background: #F9F9F9;
}
.board_info form .hr {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #ddd;
  margin: 3.2rem 0;
}
.board_info form .form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.board_info form .form > strong {
  margin: 0 1rem;
}
.board_info form .form .btn {
  width: 10rem;
}
.board_info form .form .btn button {
  width: 100%;
  height: 4.6rem;
  border-radius: 0.8rem;
  background: var(--green1);
  border-color: var(--green1);
  color: #fff;
  font-size: 1.8rem;
}
.board_info form .form input[type=text] {
  width: 40rem;
}
.board_info form .form .item-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.board_info form .form-column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
.board_info form .form-column > li {
  width: calc(50% - 1rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .board_info form .form-column > li {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .board_info form .form-column > li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.board_info form .form-column > li .radio {
  width: 14rem;
  max-width: 100%;
  flex-shrink: 0;
}
.board_info form .form-column > li .item {
  width: 100%;
}
.board_info form .form-column > li:has(.item + .item) .form_select {
  width: 100%;
}
.board_info form + .page {
  margin-top: 8rem;
}
.board_info .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 3rem;
}
.board_info .page .total b {
  color: var(--blue);
}
.board_info .page .current strong {
  color: var(--blue);
}
@media (max-width: 768px) {
  .board_info form {
    padding: 1rem;
  }
  .board_info .form {
    flex-direction: column;
  }
  .board_info .form > * {
    width: 100% !important;
  }
  .board_info .form .form_select,
  .board_info .form .btn,
  .board_info .form select,
  .board_info .form input[type=text] {
    width: 100% !important;
  }
  .board_info .form .item-wrap .item {
    width: 100%;
  }
  .board_info .form-column {
    gap: 1rem;
  }
  .board_info .form-column > li {
    width: 100%;
  }
}

.form_select {
  display: block;
  position: relative;
}
.form_select.w20 {
  width: 20rem !important;
}
.form_select.w100 {
  width: 100% !important;
}
.form_select select {
  width: 100%;
  height: 4.6rem;
  outline: 0 none;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 1px solid #ddd;
  color: #555;
  font-size: 1.8rem;
  padding: 0 1.5rem;
  padding-right: 4rem;
  background: #fff url(/main/img/sub/select-arrow.png) calc(100% - 1.6rem) 50% no-repeat;
  background-size: 0.8rem;
  line-height: 1;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number] {
  max-width: 100%;
  height: 4.6rem;
  outline: 0 none;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 1px solid #ddd;
  color: #555;
  font-size: 1.8rem;
  padding: 0 1.5rem;
}
input[type=text]:placeholder,
input[type=password]:placeholder,
input[type=email]:placeholder,
input[type=tel]:placeholder,
input[type=number]:placeholder {
  color: #777;
}

.board_list {
  border-top: 1px solid #111;
  overflow: hidden;
}

.tstyle_list {
  table-layout: fixed;
}
.tstyle_list thead th {
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
  padding: 1.8rem 1.6rem;
}
.tstyle_list thead th.num {
  width: 10rem;
}
.tstyle_list thead th.year {
  width: 12rem;
}
.tstyle_list thead th.type {
  width: 13rem;
}
.tstyle_list thead th.type2 {
  width: 19rem;
}
.tstyle_list thead th.country {
  width: 18rem;
}
.tstyle_list thead th.category {
  width: 15rem;
}
.tstyle_list thead th.date {
  width: 13rem;
}
.tstyle_list thead th.view {
  width: 10rem;
}
.tstyle_list thead th.deadline {
  width: 13rem;
}
.tstyle_list thead th.writer {
  width: 10rem;
}
.tstyle_list thead th.file {
  width: 10rem;
}
.tstyle_list thead th.btn {
  width: 15rem;
}
.tstyle_list tbody td {
  font-size: 1.8rem;
  color: #555;
}
.tstyle_list tbody td[aria-label=제목] {
  color: #111;
  font-weight: 600;
}
.tstyle_list tbody td[aria-label=제목] a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.tstyle_list tbody td[aria-label=첨부파일] img {
  width: 1.8rem;
}
.tstyle_list tbody td .label {
  padding: 0.1rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 5rem;
}
.tstyle_list tbody td .label.green {
  color: var(--green1);
  background: #DFFFEF;
}
.tstyle_list tbody td .label.blue {
  color: var(--blue);
  background: #DFFAFF;
}
.tstyle_list tbody td .label.grey {
  color: #222;
  background: #eee;
}
.tstyle_list tbody td.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.tstyle_list tbody td .btn1 {
  padding: 0.5rem 0.8rem;
  font-size: 15px;
}

.pdf-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
.pdf-list > li {
  width: 25%;
  padding: 4rem 2rem;
  border-bottom: 1px solid #ddd;
}
.pdf-list > li > a {
  display: flex;
  flex-direction: column;
}
.pdf-list > li > a:hover .pdf-list-thumb img, .pdf-list > li > a:focus-visible .pdf-list-thumb img {
  transform: scale(1.1);
}
.pdf-list-thumb {
  aspect-ratio: 29/36;
  border-radius: 1rem;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.pdf-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.pdf-list-thumb .label {
  border-radius: 0 1rem;
  padding: 0.4rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.pdf-list-thumb .label.blue {
  background: var(--blue);
}
.pdf-list-thumb .label.green {
  background: var(--green1);
}
.pdf-list-title {
  margin-top: 0.8rem;
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pdf-list-category {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-position: under;
}
.pdf-list-category.blue {
  color: var(--blue);
}
.pdf-list-category.green {
  color: var(--green1);
}
@media (max-width: 768px) {
  .pdf-list {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
  .pdf-list > li {
    width: 33.3333333333%;
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .pdf-list {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
  .pdf-list > li {
    width: 50%;
    padding: 3rem 1rem;
  }
}

.btn-more {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 1.6rem;
  transition: 0.2s;
}
.btn-more:hover, .btn-more:focus-visible {
  background: #fff;
  color: #333;
}

.modal {
  width: 128rem;
  max-width: 93%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: 1000;
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 4rem 0;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.modal-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 3rem;
}
.modal-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 2.8rem;
}
.modal-title .label {
  padding: 0.5rem 1.2rem;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 2.8rem;
  background: var(--dark-green);
  color: #fff;
  margin-top: 0.2rem;
}
.modal-title .label.green {
  background: #E0EBED;
  color: var(--dark-green);
}
.modal-close {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
}
.modal-content {
  max-height: 77vh;
  overflow-y: auto;
  padding-right: 3rem;
  padding-bottom: 4rem;
}
.modal-content:has(.box-wrap) {
  padding-right: 0;
}
.modal-content:has(.box-wrap) .modal-content-inner {
  padding: 3rem;
  background: rgba(238, 238, 238, 0.8);
  border-radius: 2rem;
}
.modal-content::-webkit-scrollbar {
  width: 0.8rem;
}
.modal-content::-webkit-scrollbar-track {
  background: #EFEFEF;
  border-radius: 5rem;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 5rem;
}
.modal-content-chart {
  border-radius: 1rem;
  background: #F5F5F5;
  padding: 2rem;
  display: flex;
  gap: 1.6rem;
}
.modal-content-chart > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #ddd;
  background: #fff;
}
.modal-content-chart > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content-chart + .modal-table-container {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .modal-content-chart {
    flex-direction: column;
  }
}
.modal-content .scroll-wrap {
  overflow-x: auto;
  text-align: center;
  padding-bottom: 0.5rem;
  position: relative;
}
.modal-content .scroll-wrap img {
  width: 100%;
  min-width: 700px;
}
.modal-content .scroll-wrap::before {
  content: "";
  width: 4%;
  height: 5rem;
  background: #fff;
  position: absolute;
  left: 1%;
  top: 7rem;
}
@media (max-width: 858px) {
  .modal-content .scroll-wrap::before {
    width: 4rem;
    height: 3rem;
    left: 2%;
    top: 6rem;
  }
}
.modal-content .scroll-txt {
  text-align: center;
  color: #999;
  margin: 2rem 0;
}
@media (min-width: 859px) {
  .modal-content .scroll-txt {
    display: none;
  }
}
.modal-content .box-wrap {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
}
.modal-content .box-wrap > li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-content .box-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .modal-content .box-wrap > li {
    padding: 1rem;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .modal {
    padding: 2.5rem 2rem 0;
  }
  .modal-top {
    margin-bottom: 1.5rem;
  }
  .modal-title {
    font-size: 2.2rem;
  }
  .modal-content {
    max-height: 70vh;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
  }
  .modal-content-chart {
    padding: 0;
    background: none;
    margin-bottom: 3rem;
  }
  .modal-content-chart > div {
    display: block;
    overflow-x: auto;
    padding: 0;
  }
}

.chart-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.chart-wrap:has(> .chart-item-box) {
  gap: 2rem;
}
.chart-wrap > .chart-item-box {
  width: calc(50% - 1rem);
}
.chart-wrap.column3 {
  gap: 2.4rem;
}
.chart-wrap.column3 .chart-item {
  width: calc(33.3333333333% - 1.6rem);
}
.chart-item {
  width: calc(50% - 1.5rem);
  padding: 2rem;
  border-radius: 1rem;
  background: #F5F5F5;
  overflow: hidden;
}
.chart-item.no-bg {
  background: none;
  padding: 0;
}
.chart-item-title {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: -0.072rem;
  margin-bottom: 1.6rem;
}
.chart-item-box {
  padding: 4rem;
  border-radius: 1rem;
  border: 1px solid #DDD;
  background: #FFF;
}
@media (max-width: 768px) {
  .chart-item {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .chart-item-box {
    padding: 2rem;
  }
}

.info-box {
  border-radius: 1rem;
  background: linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%);
  color: #fff;
  position: relative;
}
.info-box::before {
  content: "";
  width: 94.3rem;
  height: 100%;
  background: url(/main/img/sub/info-box-bg.webp) no-repeat center center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.info-box > ul {
  display: flex;
}
.info-box > ul > li {
  width: 100%;
  padding: 3.5rem 4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.info-box > ul > li:nth-child(2) .info-box-title::before {
  background-image: url(/main/img/sub/info-box-title-icon2.webp);
}
.info-box > ul > li:nth-child(3) .info-box-title::before {
  background-image: url(/main/img/sub/info-box-title-icon3.webp);
}
.info-box > ul > li:nth-child(4) {
  border-right: 0;
}
.info-box > ul > li:nth-child(4) .info-box-title::before {
  background-image: url(/main/img/sub/info-box-title-icon4.webp);
}
.info-box-title {
  font-weight: 600;
  padding-left: 3.8rem;
  margin-bottom: 2.8rem;
  position: relative;
}
.info-box-title::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(/main/img/sub/info-box-title-icon1.webp) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.info-box-content {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.4rem;
  font-size: 2.2rem;
}
.info-box-content strong {
  font-size: 3.4rem;
}
@media (max-width: 1024px) {
  .info-box > ul {
    flex-wrap: wrap;
  }
  .info-box > ul > li {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .info-box > ul > li:nth-child(n+3) {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .info-box > ul > li {
    padding: 3rem 2rem;
  }
  .info-box-content strong {
    font-size: 2.8rem;
  }
}

.countrySelect-wrap {
  padding: 7rem 2rem;
  border-radius: 10rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(/main/img/sub/countrySelect-bg.webp) no-repeat center center/cover;
  text-align: center;
  margin-top: 8rem;
  position: relative;
}
.countrySelect-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  border: 0.8rem solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.countrySelect-wrap.bg2 {
  background-image: url(/main/img/sub/countrySelect-bg2.webp);
}
.countrySelect-wrap.bg3 {
  background-image: url(/main/img/sub/countrySelect-bg3.webp);
}
.countrySelect-wrap.bg4 {
  background-image: url(/main/img/sub/countrySelect-bg4.webp);
}
.countrySelect-wrap.bg5 {
  background-image: url(/main/img/sub/countrySelect-bg5.webp);
}
.countrySelect-wrap strong {
  font-size: 2.8rem;
  color: #fff;
  position: relative;
}
@media (max-width: 640px) {
  .countrySelect-wrap {
    padding: 4rem 3rem;
  }
  .countrySelect-wrap strong {
    font-size: 2.4rem;
  }
}

.map-box {
  border-radius: 1rem;
  border: 1px solid #BAD0EF;
  background: #F8FBFF;
  text-align: center;
  margin-bottom: 4rem;
  overflow: hidden;
  position: relative;
}
.map-box-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
  position: absolute;
  left: 5rem;
  bottom: 5rem;
}
.map-box-info > li {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 2.6rem;
  position: relative;
}
.map-box-info > li::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background: #4C4C4C;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.map-box-info > li:nth-child(2)::before {
  background: #B26BFF;
}
.map-box-info > li:nth-child(3)::before {
  background: #327CEC;
}
.map-box-info > li:nth-child(4)::before {
  background: #30B49C;
}

.number-box {
  display: flex;
  gap: 2.4rem;
}
.number-box-item {
  width: 100%;
  padding: 3rem 4rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(38, 110, 97, 0.4);
  background: #F3F9F8;
}
.number-box-item:has(.down) {
  border: 1px solid rgba(33, 101, 204, 0.4);
  background: #EDF4FF;
}
.number-box-item:has(.down) .title > span {
  color: var(--blue);
}
.number-box-item:has(.down) .title .number::after {
  background-image: url(/main/img/sub/icon-down.webp);
}
.number-box-item:has(.down) .bottom .label {
  background: rgba(33, 101, 204, 0.1);
}
.number-box-item:has(.down) .bottom-after .label {
  background: var(--blue);
}
.number-box-item .title > span {
  font-size: 2rem;
  color: var(--green1);
  font-weight: 600;
}
.number-box-item .title .number {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.number-box-item .title .number::after {
  content: "";
  width: 1.8706rem;
  height: 1.035rem;
  background: url(/main/img/sub/icon-up.webp) no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 4rem;
}
.number-box-item .title .number strong {
  font-size: 4.6rem;
}
.number-box-item .title .number span {
  font-size: 2rem;
}
.number-box-item .bottom {
  display: flex;
  align-items: center;
  border-top: 1px dashed rgba(38, 110, 97, 0.4);
  padding-top: 2.6rem;
}
.number-box-item .bottom > div {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.number-box-item .bottom .label {
  width: 5rem;
  padding: 0.1rem 0.5rem;
  text-align: center;
  border-radius: 5rem;
  background: rgba(38, 110, 97, 0.1);
  font-size: 1.4rem;
  font-weight: 600;
}
.number-box-item .bottom .value {
  color: #555;
  font-size: 2rem;
  font-weight: 500;
}
.number-box-item .bottom-before {
  position: relative;
}
.number-box-item .bottom-before::after {
  content: "\ea6e";
  font-family: "remixicon";
  font-size: 2rem;
  color: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
}
.number-box-item .bottom-after {
  justify-content: flex-end;
}
.number-box-item .bottom-after .label {
  background: #266E61;
  color: #fff;
}
.number-box-item .bottom-after .value {
  color: #111;
}
@media (max-width: 1640px) {
  .number-box-item {
    padding: 2rem;
  }
}
@media (max-width: 1280px) {
  .number-box-item .bottom {
    flex-direction: column;
    gap: 2rem;
  }
  .number-box-item .bottom > div {
    width: 100%;
    justify-content: center;
  }
  .number-box-item .bottom-before::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateY(90%) translateX(-50%) rotate(90deg);
  }
}
@media (max-width: 1024px) {
  .number-box {
    flex-wrap: wrap;
  }
  .number-box-item {
    width: 100%;
  }
}

.graph-wrap {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.graph-wrap-item {
  width: calc(50% - 0.8rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 1rem;
  background: #F5F5F5;
  padding: 2rem;
}
.graph-wrap-item.first {
  width: 100%;
}
.graph-wrap-item .title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  position: relative;
}
.graph-wrap-item .title:has(.title-more) {
  padding-right: 5rem;
}
.graph-wrap-item .title .label {
  height: 3.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  border-radius: 2.8rem;
  background: var(--dark-green);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.graph-wrap-item .title strong {
  font-size: 2.4rem;
  letter-spacing: -0.072rem;
}
.graph-wrap-item .title-more {
  font-size: 2.6rem;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.graph-wrap-item .title-more:hover, .graph-wrap-item .title-more:focus-visible {
  color: #333;
}
.graph-wrap-item .cont {
  border-radius: 1rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (max-width: 1280px) {
  .graph-wrap-item .cont {
    padding: 2rem;
  }
}
@media (max-width: 1024px) {
  .graph-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "first first" "first first" ". ." ". ." ". ." ". ." ". .";
  }
}
@media (max-width: 580px) {
  .graph-wrap {
    display: flex;
    flex-direction: column;
  }
  .graph-wrap-item {
    width: 100%;
  }
}

#contents:has(.timeSeries) .layout {
  width: 100%;
  padding: 0 10rem;
}
@media (max-width: 1640px) {
  #contents:has(.timeSeries) .layout {
    padding: 0 20px;
  }
}

.timeSeries {
  display: flex;
  align-items: flex-start;
}
.timeSeries-select {
  visibility: hidden;
  width: 0;
  flex-shrink: 0;
  border-radius: 1.6rem;
  border: 1px solid #DDD;
  background: #FFF;
  transition: width 0.3s;
}
.timeSeries-select.active {
  visibility: visible;
  width: 33rem;
  transition: width 0.3s;
}
.timeSeries-select.active > div {
  display: block;
}
.timeSeries-select.active .timeSeries-select-title {
  display: flex;
}
.timeSeries-select-title {
  height: 9rem;
  padding: 0 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  background: var(--point, linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%));
  box-shadow: 0 0.4rem 1.6rem rgba(11, 44, 97, 0.23);
  font-size: 2.6rem;
  color: #fff;
  display: none;
}
.timeSeries-select-title:has(button.active) {
  justify-content: space-between;
}
.timeSeries-select-title button {
  width: 4.2rem;
  height: 4.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  font-size: 2.8rem;
  color: #fff;
  display: none;
}
.timeSeries-select-title button.active {
  display: flex;
}
.timeSeries-select > div {
  padding: 2rem 2.4rem 4rem 2.4rem;
  display: none;
}
.timeSeries-select-list > li {
  border-bottom: 1px dashed #BDBDBD;
}
.timeSeries-select-list > li:has(.timeSeries-select-cont) > a {
  position: relative;
}
.timeSeries-select-list > li:has(.timeSeries-select-cont) > a::after {
  content: "\ea4e";
  font-family: var(--remix);
  font-size: 2.4rem;
  color: #AAA;
  transition: 0.3s;
}
.timeSeries-select-list > li.active > a {
  color: var(--green1);
  border-bottom: 2px solid var(--green1);
}
.timeSeries-select-list > li.active > a::after {
  color: var(--green1);
  transform: rotate(180deg);
}
.timeSeries-select-list > li.active > div {
  display: block;
}
.timeSeries-select-list > li > a {
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
}
.timeSeries-select-list > li > a b {
  font-size: 2rem;
}
.timeSeries-select-list > li > div {
  padding: 1.2rem 0;
  display: none;
}
.timeSeries-select-cont > li {
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.timeSeries-select-cont > li:has(.list) > a {
  position: relative;
}
.timeSeries-select-cont > li:has(.list) > a::after {
  content: "\ea4d";
  font-family: var(--remix);
  font-size: 2.4rem;
  color: #aaa;
  transition: 0.3s;
}
.timeSeries-select-cont > li.active {
  background: #EBF7F5;
}
.timeSeries-select-cont > li.active + .active {
  margin-top: 0.8rem;
}
.timeSeries-select-cont > li.active > a {
  color: var(--green1);
}
.timeSeries-select-cont > li.active > a::before {
  background: var(--green1);
}
.timeSeries-select-cont > li.active > a::after {
  color: var(--green1);
  transform: rotate(180deg);
}
.timeSeries-select-cont > li.active > a span {
  font-weight: 600;
}
.timeSeries-select-cont > li.active .list {
  display: block;
}
.timeSeries-select-cont > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding-left: 1.3rem;
  position: relative;
}
.timeSeries-select-cont > li > a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.timeSeries-select-cont .list {
  border-radius: 0.4rem;
  background: #FFF;
  padding: 2rem;
  margin-top: 1.2rem;
  display: none;
}
.timeSeries-select-cont .list .check-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeSeries-select-cont .list .check-list .check {
  position: relative;
}
.timeSeries-select-cont .list .check-list .check input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.timeSeries-select-cont .list .check-list .check input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #555;
}
.timeSeries-select-cont .list .check-list .check input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
}
.timeSeries-select-cont .list .check-list .check input[type=checkbox]:checked + label {
  color: var(--green1);
  font-weight: 600;
}
.timeSeries-select-cont .list .check-list .check input[type=checkbox]:checked + label::before {
  content: "\eb7b";
  font-family: var(--remix);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  background: var(--green1);
  border-color: var(--green1);
}
.timeSeries-wrap {
  width: 0;
  min-height: 100rem;
  margin-left: 2rem;
  border-radius: 1.2rem;
  background: #F0F3F8;
  padding: 4rem;
  padding-right: 2.5rem;
  visibility: hidden;
  transition: width 0.3s;
  position: relative;
}
.timeSeries-wrap.active {
  flex: 1;
  visibility: visible;
  width: 100%;
}
.timeSeries-wrap.small {
  width: 32rem;
  flex: none;
  padding: 4rem 2rem;
  margin-left: 0;
}
.timeSeries-wrap.small .timeSeries-wrap-search {
  display: none;
}
.timeSeries-wrap.small .timeSeries-wrap-list {
  padding-top: 0;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list > li {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list > li::before {
  display: none;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list-date {
  position: static;
  transform: none !important;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list-info {
  text-align: center;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list-info.active {
  border: 1px solid var(--blue);
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list-info-title {
  margin-bottom: 0;
}
.timeSeries-wrap.small .timeSeries-wrap-list > ul > li .list-info-label {
  display: none;
}
.timeSeries-wrap:has(.default.active) {
  min-height: 96rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeSeries-wrap .default {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: none;
}
.timeSeries-wrap .default.active {
  display: flex;
}
.timeSeries-wrap .default > strong {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
.timeSeries-wrap .default > p {
  font-size: 2rem;
  color: #555;
  margin-bottom: 6rem;
}
.timeSeries-wrap .default-img {
  width: 23rem;
  height: 23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.timeSeries-wrap .default-img img {
  width: 14rem;
}
.timeSeries-wrap-cont {
  width: 100%;
  display: none;
  max-height: 92rem;
  overflow-y: auto;
}
.timeSeries-wrap-cont::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border-radius: 5rem;
  display: none;
}
.timeSeries-wrap-cont.active {
  display: block;
}
.timeSeries-wrap-search {
  padding: 4rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1;
}
.timeSeries-wrap-search .h4 {
  margin-bottom: 2rem;
}
.timeSeries-wrap-search .bottom {
  border-top: 1px dashed rgba(33, 101, 204, 0.2);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.timeSeries-wrap-search .bottom > p {
  font-weight: 700;
}
.timeSeries-wrap-search .bottom > p .num {
  padding-left: 1rem;
  color: var(--blue);
}
.timeSeries-wrap-search .bottom-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.timeSeries-wrap-list {
  padding-top: 6rem;
}
.timeSeries-wrap-list > ul {
  position: relative;
}
.timeSeries-wrap-list > ul::before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ccc;
  position: absolute;
  left: 50%;
  top: 0;
}
.timeSeries-wrap-list > ul:not(:has(.list))::before {
  display: none;
}
.timeSeries-wrap-list > ul > li {
  position: relative;
}
.timeSeries-wrap-list > ul > li .year {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  background: var(--point, linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%));
  font-size: 2.6rem;
  color: #fff;
}
.timeSeries-wrap-list > ul > li .year span {
  width: 8.8rem;
  height: 8.8rem;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.timeSeries-wrap-list > ul > li:not(.left) .list > li {
  position: relative;
}
.timeSeries-wrap-list > ul > li:not(.left) .list > li:nth-of-type(odd) {
  margin-left: 50%;
  padding-left: 11rem;
}
.timeSeries-wrap-list > ul > li:not(.left) .list > li:nth-of-type(odd)::before {
  left: 5rem;
}
.timeSeries-wrap-list > ul > li:not(.left) .list > li:nth-of-type(odd) .list-date {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.timeSeries-wrap-list > ul > li:not(.left) .list > li:nth-of-type(even) {
  margin-right: 50%;
  padding-right: 11rem;
}
.timeSeries-wrap-list > ul > li:not(.left) .list > li:nth-of-type(even)::before {
  right: 5rem;
  transform: translateY(-50%) rotate(180deg);
}
.timeSeries-wrap-list > ul > li:not(.left) .list > li:nth-of-type(even) .list-date {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.timeSeries-wrap-list > ul > li .list > li {
  position: relative;
}
.timeSeries-wrap-list > ul > li .list > li::before {
  content: "";
  width: 4.1rem;
  height: 0.5rem;
  background: url(/main/img/sub/timeSeries-list-circle.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.timeSeries-wrap-list > ul > li .list-date {
  padding: 0.6rem 1rem;
  border-radius: 5rem;
  background: #333;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
}
.timeSeries-wrap-list > ul > li .list-info {
  display: block;
  padding: 2.4rem;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.1);
}
.timeSeries-wrap-list > ul > li .list-info:hover .list-info-title, .timeSeries-wrap-list > ul > li .list-info:focus-visible .list-info-title {
  text-decoration: underline;
  text-underline-position: under;
}
.timeSeries-wrap-list > ul > li .list-info-title {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.timeSeries-wrap-list > ul > li .list-info-label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.timeSeries-wrap-list > ul > li .list-info-label span {
  padding: 0.4rem 1rem;
  border-radius: 5rem;
  background: rgba(33, 101, 204, 0.1);
  font-size: 1.6rem;
  columns: #333;
}
.timeSeries-wrap-list > ul > li .list-info-label span b {
  color: var(--blue);
}
.timeSeries-wrap-list > ul > li.left .list > li:nth-of-type(odd) {
  margin-right: 50%;
  padding-right: 11rem;
}
.timeSeries-wrap-list > ul > li.left .list > li:nth-of-type(odd)::before {
  right: 5rem;
  transform: translateY(-50%) rotate(180deg);
}
.timeSeries-wrap-list > ul > li.left .list > li:nth-of-type(odd) .list-date {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.timeSeries-wrap-list > ul > li.left .list > li:nth-of-type(even) {
  margin-left: 50%;
  padding-left: 11rem;
}
.timeSeries-wrap-list > ul > li.left .list > li:nth-of-type(even)::before {
  left: 5rem;
}
.timeSeries-wrap-list > ul > li.left .list > li:nth-of-type(even) .list-date {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.timeSeries-wrap > .form_select {
  display: none !important;
}
.timeSeries-cont {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.timeSeries-cont.active {
  width: 100%;
  opacity: 1;
  visibility: visible;
  padding-left: 6rem;
}
.timeSeries-cont.active > div {
  display: block;
}
.timeSeries-cont > div {
  display: none;
}
.timeSeries-cont-title {
  margin-bottom: 3rem;
}
.timeSeries-cont-title .info-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  align-items: center;
  justify-content: space-between;
}
.timeSeries-cont-title .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.timeSeries-cont-title .info > li {
  color: #666;
  font-weight: 500;
  position: relative;
}
.timeSeries-cont-title .info > li::after {
  content: "";
  width: 1px;
  height: 1.4rem;
  background: #ddd;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.timeSeries-cont-title .info > li:last-child::after {
  display: none;
}
.timeSeries-cont .tab-depth4 {
  margin-bottom: 4rem;
}
@media (max-width: 1500px) {
  .timeSeries-cont .tab-depth4 ul li a {
    font-size: 1.8rem;
  }
}
.timeSeries-cont-wrap {
  padding: 0 2rem;
}
.timeSeries-cont-wrap .h5 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.timeSeries-cont-wrap * + .h5 {
  margin-top: 2.4rem;
}
.timeSeries-cont-wrap .h6 {
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  position: relative;
}
.timeSeries-cont-wrap .h6::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--dark-green);
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.timeSeries-cont-wrap * + .h6 {
  margin-top: 1.2rem;
}
.timeSeries-cont-wrap .grey-box {
  padding: 2rem;
}
.timeSeries-cont-wrap .grey-box + .p {
  margin-top: 1rem;
}
.timeSeries-cont-wrap .p + .grey-box {
  margin-top: 0.8rem;
}
.timeSeries .toggle-btn1 {
  width: 7rem;
  height: 100rem;
  flex-shrink: 0;
  border-radius: 0 1.4rem 1.4rem 0;
  background: linear-gradient(180deg, #328172 0%, #2165CC 100%);
  display: none;
  position: relative;
}
.timeSeries .toggle-btn1 + .timeSeries-wrap {
  margin-left: 1rem;
}
.timeSeries .toggle-btn1.active {
  display: block;
}
.timeSeries .toggle-btn1 span {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
}
.timeSeries .toggle-btn1 span::after {
  content: "\ea78";
  font-family: var(--remix);
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  font-size: 2.8rem;
  color: #fff;
}
.timeSeries .toggle-btn2 {
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.25);
  font-size: 2.8rem;
  display: none;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
}
.timeSeries .toggle-btn2.active {
  display: flex;
}
.timeSeries .policy-list {
  border-top: 1px solid #ddd;
}
.timeSeries .policy-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  border-bottom: 1px solid #ddd;
  padding: 2rem;
}
.timeSeries .policy-list-title {
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.2rem;
}
.timeSeries .policy-list-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.4rem;
}
.timeSeries .policy-list-info > li {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  position: relative;
}
.timeSeries .policy-list-info > li::before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #ddd;
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.timeSeries .policy-list-info > li:last-child::before {
  display: none;
}
@media (max-width: 1500px) {
  .timeSeries-select-title {
    height: auto;
    padding: 2rem;
    font-size: 2rem;
  }
  .timeSeries-cont.active {
    padding-left: 4rem;
  }
  .timeSeries-cont .tab-depth4 {
    overflow-x: auto;
  }
  .timeSeries-cont .tab-depth4 ul {
    min-width: 700px;
  }
}
@media (max-width: 1280px) {
  .timeSeries .toggle-btn1 {
    display: none !important;
  }
  .timeSeries-wrap {
    padding: 2rem;
  }
  .timeSeries-wrap-search {
    padding: 2rem 3rem;
  }
  .timeSeries-wrap-list > ul > li .list-info {
    padding: 1.6rem;
  }
  .timeSeries-cont.active {
    width: calc(100% - 32rem);
  }
}
@media (max-width: 850px) {
  .timeSeries {
    flex-direction: column;
    gap: 2.5rem;
  }
  .timeSeries:has(.timeSeries-cont.active) .timeSeries-wrap .form_select {
    display: block !important;
  }
  .timeSeries:has(.timeSeries-cont.active) .timeSeries-wrap > div {
    display: none;
  }
  .timeSeries .toggle-btn2 {
    display: none !important;
  }
  .timeSeries-select.active {
    width: 100%;
  }
  .timeSeries-wrap {
    min-height: auto;
    margin-left: 0 !important;
  }
  .timeSeries-wrap.small {
    width: 100% !important;
  }
  .timeSeries-wrap.active {
    padding: 2rem;
  }
  .timeSeries-wrap-search .h4 {
    font-size: 2rem;
  }
  .timeSeries-wrap-list > ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .timeSeries-wrap-list > ul::before {
    left: 5.5rem;
  }
  .timeSeries-wrap-list > ul > li .year {
    width: 11rem;
    height: auto;
    border-radius: 1rem;
    padding: 1rem;
    margin: 0;
    font-size: 2.2rem;
  }
  .timeSeries-wrap-list > ul > li .year span {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
  }
  .timeSeries-wrap-list > ul > li .list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .timeSeries-wrap-list > ul > li .list > li {
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-left: 5.5rem !important;
    padding-left: 7rem !important;
  }
  .timeSeries-wrap-list > ul > li .list > li::before {
    right: auto !important;
    left: 5rem !important;
    transform: translateY(-50%) !important;
  }
  .timeSeries-wrap-list > ul > li .list-info {
    position: relative;
  }
  .timeSeries-wrap-list > ul > li .list-info-title {
    font-size: 1.8rem;
  }
  .timeSeries-wrap-list > ul > li .list-date {
    right: auto !important;
    left: 0 !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
  .timeSeries-cont.active {
    width: 100%;
    padding-left: 0;
  }
  .timeSeries-cont-wrap {
    padding: 0;
  }
}
@media (max-width: 580px) {
  .timeSeries-cont .tab-depth4 {
    overflow-x: visible;
  }
  .timeSeries-cont .tab-depth4 ul {
    min-width: auto;
  }
  .timeSeries-wrap.active {
    padding: 1rem;
  }
  .timeSeries-wrap-search {
    padding: 1.5rem;
  }
}

.board-view {
  border-top: 1px solid #111;
}
.board-view-title {
  padding: 4.2rem 2rem;
  text-align: center;
}
.board-view-info {
  padding: 2.4rem 4rem;
  background: #F9F9F9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.board-view-info:has(.btn1) {
  padding-right: 16rem;
}
.board-view-info .btn1 {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.board-view-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 4.8rem;
}
.board-view-info ul li {
  min-width: 18rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  position: relative;
}
.board-view-info ul li::after {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #ddd;
  position: absolute;
  right: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.board-view-info ul li:last-child::after {
  display: none;
}
.board-view-info ul li p {
  color: #555;
}
.board-view-info ul + ul {
  margin-top: 1rem;
}
.board-view-content {
  padding: 5rem 0;
  line-height: 150%;
  border-bottom: 1px solid #ddd;
}
.board-view-file {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem 6rem;
  padding: 4rem 6rem;
  background: #F6F6F6;
  border-top: 1px solid #fff;
  margin-top: -1px;
}
.board-view-file > strong {
  font-size: 2rem;
  color: #111;
  flex-shrink: 0;
}
.board-view-file .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.board-view-file .list > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 3rem;
}
.board-view-file .list > li > span {
  padding-left: 3.5rem;
  font-weight: 600;
  position: relative;
}
.board-view-file .list > li > span::before {
  content: "";
  width: 2.6667rem;
  height: 2rem;
  background: url(/main/img/sub/icon-file.webp) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.board-view-file .list > li > span i {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
  padding-left: 0.5rem;
}
.board-view-file .list > li > div {
  display: flex;
  gap: 0.5rem;
}
.board-view-file .list > li .btn1 {
  padding: 0.5rem 1rem;
  background: #fff;
}
.board-view-file + .btn-wrap {
  margin-top: 5rem;
}
.board-view-prevnext {
  margin-top: 5rem;
  border-bottom: 1px solid #ddd;
}
.board-view-prevnext > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 4rem;
  border-top: 1px solid #ddd;
  padding: 2.4rem 3rem;
}
.board-view-prevnext > div .label {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 600;
}
.board-view-prevnext > div .label i {
  font-size: 1.6rem;
}
.board-view-prevnext > div .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  color: #666;
  flex: 1;
}
.board-view-prevnext > div .title:hover, .board-view-prevnext > div .title:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}
.board-view-prevnext > div .date {
  color: #999;
}
.board-view + .btn-wrap {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .board-view-info {
    padding: 2rem !important;
  }
  .board-view-info .btn1 {
    position: static;
    transform: none;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .board-view-info li {
    width: 100%;
  }
  .board-view-info li::after {
    display: none;
  }
  .board-view-file {
    padding: 2rem;
  }
  .board-view-prevnext > div {
    padding: 2rem 0;
    gap: 1.5rem;
  }
  .board-view-prevnext > div .label {
    gap: 0.5rem;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
}

.investment-detail {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 6rem;
}
.investment-detail .left {
  width: 100%;
}
.investment-detail .right {
  width: 39rem;
  flex-shrink: 0;
}
.investment-detail-top10 {
  margin-top: 2rem;
}
.investment-detail-top10 .search-wrap {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
  border-radius: 1rem;
  background: #333;
  padding: 1.6rem 2rem;
}
.investment-detail-top10 .search-wrap label {
  color: #fff;
  font-weight: 600;
  flex-shrink: 0;
}
.investment-detail-top10 .search-wrap .form_select {
  width: 100%;
}
.investment-detail-top10 .list {
  margin-top: 2rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  overflow: hidden;
}
.investment-detail-top10 .list-top {
  background: #F5F5F5;
  padding: 1.6rem 2rem;
}
.investment-detail-top10 .list-top p {
  color: #555;
  margin-top: 0.6rem;
  font-size: 1.6rem;
}
.investment-detail-top10 .list > ul > li {
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #ddd;
}
.investment-detail-top10 .list > ul > li:last-child {
  border-bottom: none;
}
.investment-detail-top10 .list > ul > li .c-blue {
  padding-right: 0.3rem;
}
.investment-detail-top10 .list > ul > li P {
  color: #555;
  margin-top: 0.6rem;
  font-size: 1.6rem;
}

.system-38-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.system-38-list > li {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #ddd;
}
@media (max-width: 580px) {
  .system-38-list > li {
    flex-direction: column;
  }
}
.system-38-list > li:nth-of-type(even) {
  background: #F5F5F5;
  border: 0;
}
.system-38-list > li .img {
  width: 14rem;
  flex-shrink: 0;
}
.system-38-list > li .desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.system-38-list > li .desc-title {
  font-size: 2.4rem;
  padding-left: 3.2rem;
  position: relative;
}
.system-38-list > li .desc-title span {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

.system-45-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.system-45-list > li {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 4rem;
  border-radius: 1rem;
  background: #F0F8F7;
}
.system-45-list > li:nth-of-type(even) {
  background: #F0F3F8;
}
.system-45-list > li:nth-of-type(even) .cont-num {
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: var(--blue);
}
.system-45-list > li .cont {
  width: 48rem;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
  padding-left: 7.4rem;
}
.system-45-list > li .cont-num {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: var(--green1);
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.system-45-list > li .cont-title {
  font-size: 2.4rem;
}
.system-45-list > li .cont .p {
  margin-top: 1rem;
}
.system-45-list > li .category {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-left: 5.6rem;
  position: relative;
}
.system-45-list > li .category::before {
  content: "";
  width: 1px;
  height: calc(100% - 5rem);
  border-left: 1px dashed rgba(38, 110, 97, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.6rem;
}
.system-45-list > li .category > li {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(38, 110, 97, 0.2);
  background: #fff;
  font-weight: 600;
  color: var(--dark-green);
  text-align: center;
  margin-left: 4.4rem;
  position: relative;
}
.system-45-list > li .category > li::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  border: 2px solid var(--green1);
  border-radius: 50%;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.system-45-list > li .category > li::after {
  content: "";
  width: 4.4rem;
  height: 1px;
  border-top: 1px dashed rgba(38, 110, 97, 0.5);
  position: absolute;
  left: -4.4rem;
  top: 50%;
}
.system-45-list > li .category > li:first-of-type::after {
  width: 10rem;
  left: -10rem;
}
@media (max-width: 1280px) {
  .system-45-list > li {
    padding: 3rem 2rem;
  }
  .system-45-list > li .cont {
    width: 32rem;
  }
}
@media (max-width: 1024px) {
  .system-45-list > li {
    flex-direction: column;
    position: relative;
  }
  .system-45-list > li::before {
    content: "";
    width: 1px;
    height: calc(100% - 6rem - 2.5rem);
    border-left: 1px dashed rgba(38, 110, 97, 0.5);
    position: absolute;
    top: 3rem;
    left: 4.5rem;
  }
  .system-45-list > li .cont {
    width: 100%;
    padding-left: 6.4rem;
  }
  .system-45-list > li .cont-num {
    z-index: 1;
  }
  .system-45-list > li .category {
    padding-left: 2.5rem;
  }
  .system-45-list > li .category::before {
    display: none;
  }
  .system-45-list > li .category > li {
    font-size: 15px;
    margin-left: 2.4rem;
  }
  .system-45-list > li .category > li::after {
    width: 2.4rem !important;
    left: -2.4rem !important;
  }
}

.system-100-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.system-100-list > li {
  padding: 2.4rem 4rem;
  border-radius: 1rem;
  border: 1px solid rgba(38, 110, 97, 0.4);
  background: #E8F1F0;
  transition: 0.3s;
}
.system-100-list > li.active {
  padding: 4rem;
  background: #fff !important;
}
.system-100-list > li.active .title::after {
  transform: rotate(180deg);
}
.system-100-list > li:nth-of-type(even) {
  border: 1px solid rgba(33, 101, 204, 0.4);
  background: #E8EEF1;
}
.system-100-list > li:nth-of-type(even) .title strong em {
  background: var(--blue);
}
.system-100-list > li:nth-of-type(even) .cont ul li {
  background: #F0F3F8;
}
.system-100-list > li:nth-of-type(even) .cont ul li strong {
  color: var(--blue);
}
.system-100-list > li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.system-100-list > li .title::after {
  content: "\ea4e";
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #111;
  font-family: var(--remix);
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
}
.system-100-list > li .title strong {
  padding-left: 3.2rem;
  font-size: 2.4rem;
  position: relative;
}
.system-100-list > li .title strong em {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green1);
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.system-100-list > li .cont {
  display: none;
}
.system-100-list > li .cont ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.system-100-list > li .cont ul li {
  padding: 2rem;
  border-radius: 0.4rem;
  background: #F0F8F7;
  color: #555;
}
.system-100-list > li .cont ul li strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-green);
  margin-bottom: 0.8rem;
}
.system-100-list > li .cont-bottom {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px dashed #A4AFC2;
  font-size: 1.6rem;
  color: #555;
}
@media (max-width: 640px) {
  .system-100-list > li {
    padding: 2rem;
  }
  .system-100-list > li.active {
    padding: 2.5rem 2rem;
  }
  .system-100-list > li .title strong {
    font-size: 2rem;
  }
}

.system-wrap {
  display: flex;
  gap: 3.2rem;
  margin-top: 8rem;
  position: relative;
}
.system-wrap-item {
  display: none;
  transition: 0.3s;
}
.system-wrap-item > * {
  display: none;
}
.system-wrap-item.active {
  width: 100%;
  display: block;
}
.system-wrap-item.active > * {
  display: flex;
}
.system-wrap-compare {
  flex-shrink: 0;
  transition: 0.5s;
}
.system-wrap-compare.active {
  display: flex;
  width: 100%;
  border-radius: 1.4rem;
  background: #F5F5F5;
}
.system-wrap-compare.active .compare-wrap {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 4rem;
}
.system-wrap-compare.active .compare-btn span::after {
  transform: rotate(180deg);
}
.system-wrap-compare .compare-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  overflow-x: auto;
}
.system-wrap-compare .compare-wrap img {
  width: 100%;
}
.system-wrap-compare .expand-btn {
  height: 3.4rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #111;
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 14px;
  gap: 3px;
}
@media (min-width: 641px) {
  .system-wrap-compare .expand-btn {
    display: none;
  }
}
.system-wrap-compare .compare-img {
  width: 100%;
}
.system-wrap-compare .compare-btn {
  width: 5rem;
  height: 96rem;
  flex-shrink: 0;
  position: relative;
  right: 0;
  top: 0;
  border-radius: 1.4rem 0 0 1.4rem;
  background: linear-gradient(180deg, #328172 0%, #2165CC 100%);
}
.system-wrap-compare .compare-btn span {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.system-wrap-compare .compare-btn span::after {
  content: "\ea4e";
  font-family: var(--remix);
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 640px) {
  .system-wrap {
    flex-direction: column-reverse;
  }
  .system-wrap-compare .compare-btn {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    background: linear-gradient(89deg, #328172 0%, #2165CC 100%);
  }
  .system-wrap-compare .compare-btn span {
    justify-content: center;
    position: static;
    transform: none;
  }
  .system-wrap-compare.active {
    display: block;
    background: none;
    border-radius: 0;
  }
  .system-wrap-compare.active .compare-wrap {
    padding: 1rem;
    padding-top: 4rem;
    margin-top: 3.2rem;
    border-radius: 1.4rem;
    background: #F5F5F5;
  }
}

.radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio input[type=radio]:checked + label::after {
  display: block;
}
.radio input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.radio input[type=radio] + label::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--green1);
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  z-index: 1;
  display: none;
}

.link-list {
  border-top: 1px solid #ddd;
}
.link-list > li {
  border-bottom: 1px solid #ddd;
}
.link-list > li > a {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  transition: 0.2s;
}
.link-list > li > a:hover, .link-list > li > a:focus-visible {
  background: #F0F8F7;
}
.link-list > li > a:hover .link-list-text > strong, .link-list > li > a:focus-visible .link-list-text > strong {
  color: var(--dark-green);
}
@media (max-width: 1024px) {
  .link-list > li > a {
    flex-direction: column;
  }
}
.link-list-logo {
  width: 22.2rem;
  flex-shrink: 0;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1rem;
}
.link-list-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.link-list-text > strong {
  font-size: 2rem;
  position: relative;
}
.link-list-text > strong::after {
  content: "\ecaf";
  font-family: var(--remix);
  font-weight: 400;
  margin-left: 0.5rem;
}
.link-list-text > span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
}

.combineList {
  margin-top: 8rem;
}
.combineList-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.combineList-list-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.combineList-list-wrap .item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0.4rem;
  background: #EDF2FF;
  padding: 0.8rem;
}
.combineList-list > li > a {
  display: flex;
  align-items: center;
  gap: 3rem 4rem;
  padding: 2rem 2rem 2rem 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(33, 101, 204, 0.4);
  background: #fff;
  transition: 0.3s;
}
.combineList-list > li > a:hover, .combineList-list > li > a:focus-visible {
  background: linear-gradient(91deg, #2165CC -1.44%, #328172 98.06%);
  box-shadow: 0 0.4rem 3.4rem rgba(0, 0, 0, 0.25);
}
.combineList-list > li > a:hover .depth1, .combineList-list > li > a:focus-visible .depth1 {
  color: #fff;
}
.combineList-list > li > a:hover .depth1::after, .combineList-list > li > a:focus-visible .depth1::after {
  color: rgba(255, 255, 255, 0.6);
}
.combineList-list > li > a:hover .depth3, .combineList-list > li > a:focus-visible .depth3 {
  background: #EDF2FF;
  border-color: #EDF2FF;
}
.combineList-list > li > a:hover .combineList-list-wrap .item, .combineList-list > li > a:focus-visible .combineList-list-wrap .item {
  background: #fff;
}
.combineList-list > li > a .depth1 {
  width: 23rem;
  max-width: 100%;
  flex-shrink: 0;
  font-size: 2.4rem;
  position: relative;
}
.combineList-list > li > a .depth1::after {
  content: "\ef7d";
  font-family: var(--remix);
  color: rgba(102, 102, 102, 0.6);
  font-weight: 400;
  margin-left: 0.8rem;
}
.combineList-list > li > a .depth2 {
  width: 32rem;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 600;
  color: var(--blue);
  text-align: center;
}
.combineList-list > li > a .depth3 {
  width: 100%;
  display: block;
  padding: 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid #99C0FF;
  background: #fff;
  font-weight: 600;
  text-align: center;
}
.combineList-list > li > a .depth3-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1024px) {
  .combineList-list > li > a {
    gap: 3rem 0;
  }
  .combineList-list > li > a .depth1 {
    width: 18rem;
    font-size: 2rem;
  }
  .combineList-list > li > a .depth2 {
    width: 25rem;
  }
}
@media (max-width: 768px) {
  .combineList-list > li > a {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .combineList-list > li > a .depth1 {
    width: 100%;
    text-align: center;
  }
  .combineList-list > li > a .depth2,
  .combineList-list > li > a .depth3 {
    width: 100%;
    flex-shrink: 1;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .combineList-list-wrap .item {
    flex-direction: column;
  }
}

.combineList-modalCont {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.combineList-modalCont > li:has(.grey-box:empty) {
  display: none;
}
.combineList-modalCont > li:has(.cont-list > div:empty) {
  display: none;
}
.combineList-modalCont > li .title {
  display: block;
  padding: 1.4rem;
  border-radius: 1rem;
  background: var(--dark-green);
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.combineList-modalCont > li .title:hover strong::after, .combineList-modalCont > li .title:focus-visible strong::after {
  color: white;
}
.combineList-modalCont > li .title strong {
  position: relative;
}
.combineList-modalCont > li .title strong::after {
  content: "\ef7d";
  font-family: var(--remix);
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-left: 0.8rem;
  transition: 0.3s;
}
.combineList-modalCont > li .grey-box {
  padding: 2rem;
  background: #F5F5F5;
  font-size: 2rem;
  text-align: center;
}
.combineList-modalCont > li .cont {
  background: #F5F5F5;
  border-radius: 1rem;
  padding: 1rem;
}
.combineList-modalCont > li .cont-title {
  display: flex;
}
.combineList-modalCont > li .cont-title p {
  width: 100%;
  font-size: 2rem;
  color: #555;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.combineList-modalCont > li .cont-list {
  display: flex;
  border-radius: 1rem;
  background: #FFF;
  padding: 2rem;
}
.combineList-modalCont > li .cont-list > div {
  width: 100%;
  font-size: 2rem;
  color: #555;
  font-weight: 500;
  padding: 0 1rem;
}
.combineList-modalCont > li .cont-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.combineList-modalCont > li .cont-list + .cont-list {
  margin-top: 1rem;
}
@media (max-width: 640px) {
  .combineList-modalCont > li .title {
    font-size: 2rem;
    padding: 1rem;
  }
  .combineList-modalCont > li .grey-box {
    padding: 1rem;
    font-size: 16px;
  }
  .combineList-modalCont > li .cont-title {
    flex-direction: column;
  }
  .combineList-modalCont > li .cont-title p {
    font-size: 16px;
  }
  .combineList-modalCont > li .cont-title p:first-of-type {
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ddd;
  }
  .combineList-modalCont > li .cont-list {
    flex-direction: column;
  }
  .combineList-modalCont > li .cont-list > div {
    font-size: 16px;
  }
  .combineList-modalCont > li .cont-list-title {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #ddd;
  }
  .combineList-modalCont > li .cont-list .bul3 {
    gap: 5px;
  }
  .combineList-modalCont > li .cont-list .bul3 > li {
    font-size: 16px;
  }
}

.systemModal-list {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  text-align: center;
}
.systemModal-list > div {
  width: calc(50% - 3rem);
  min-width: 350px;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(38, 110, 97, 0.4);
  background: #fff;
  position: relative;
}
.systemModal-list > div::after {
  content: "";
  width: 6rem;
  height: 1rem;
  background: url(/main/img/sub/systemModal-list-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  right: 0;
}
.systemModal-list > div:last-child::after {
  display: none;
}
.systemModal-list > div .title {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.systemModal-list > div .title-depth2 {
  display: block;
  text-align: center;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 0.8rem;
}
.systemModal-list > div .title-depth3 {
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid #99C0FF;
  background: #fff;
}
.systemModal-list > div .title-depth3 + .title-depth3 {
  margin-top: 0.8rem;
}
.systemModal-list > div .cont {
  text-align: center;
  padding: 1rem;
  border-radius: 0.4rem;
  background: #F0F8F7;
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-green);
}
.systemModal-list > div ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.systemModal-list > div ul li {
  border-radius: 0.4rem;
  background: #EDF2FF;
  padding: 2rem;
}