@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
}

img {
  border: 0;
}

html, body {
  scroll-behavior: smooth;
}

/* Colors */
/* Font */
/* Layout */
/* Responsive Mixins */
/* 서브 전용 */
/* Colors */
/* Font */
/* Layout */
/* Responsive Mixins */
/* =====================================
   HEADER - SUB PAGE
===================================== */
body.is-sub {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

body.is-sub .sub-page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body.is-sub .header {
  background: #fff !important;
  backdrop-filter: none !important;
  border-bottom: 0.0625rem solid #eee;
  box-shadow: none;
}
body.is-sub .header .logo img.logo-pc {
  display: none;
}
body.is-sub .header .logo img.logo-mo {
  display: block;
}
body.is-sub .header .nav .menu > li > a,
body.is-sub .header .btn-menu,
body.is-sub .header .btn-lang,
body.is-sub .header .btn-en {
  color: #222;
  opacity: 1;
}
body.is-sub .header .btn-lang {
  border-color: #222;
}
body.is-sub .header .btn-en .icon-en {
  background-image: url(/img/icons/icon-en-bl.svg);
}

body.is-sub .header.scrolled {
  background: #fff;
  box-shadow: none;
}

/* =====================================
   SUB PAGE - COMMON
===================================== */
.sub-page {
  padding-top: 6.25rem;
}
@media (max-width: 1280px) {
  .sub-page {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page {
    padding-top: 2.5rem;
  }
}

[class^=icon-] {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  vertical-align: middle;
  text-indent: -1000em;
  outline: 0 !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  width: 19.2px;
  height: 19.2px;
}

.sub-top {
  margin-top: 6.25rem;
}
.sub-top .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #888;
}
.sub-top .inner .location {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
}
.sub-top .inner .location li {
  position: relative;
}
.sub-top .inner .location li a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.sub-top .inner .location li:not(:last-child) {
  margin-right: 32px;
  padding-right: 8px;
  box-sizing: border-box;
}
.sub-top .inner .location li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/img/icons/icon-arr-gray.svg) no-repeat center center/contain;
  transform: translate(50%, -50%);
}
.sub-top .inner .location li .icon-home {
  width: 24px;
  height: 24px;
  background-image: url(/img/icons/icon-home.svg);
}
.sub-top .inner .sub-title h2 {
  font-size: 2.875rem;
  color: #111;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .sub-top {
    margin-top: 5rem;
  }
  .sub-top .inner .sub-title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-top {
    margin-top: 2.5rem;
  }
  .sub-top .inner {
    gap: 0.3125rem;
  }
  .sub-top .inner .location {
    font-size: 0.875rem;
  }
  .sub-top .inner .sub-title h2 {
    font-size: 2rem;
  }
}

.sub-contents {
  margin: 6.25rem 0;
  /*한미경제협의회 소개*/
  /*연혁*/
  /*미국 내 네트워크*/
  /*주요사업 소개*/
  /* 한미유관기관 */
  /* ===============================
     가입안내
  =============================== */
  /*문의하기*/
  /*위치*/
  /*게시판*/
}
.sub-contents .cont-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .sub-contents .cont-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .sub-contents .cont-title br {
    display: none;
  }
}
.sub-contents .about-visual {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  max-width: none;
  width: 100%;
  gap: 5rem;
}
.sub-contents .about-visual figure {
  width: 62.5vw;
  max-width: 62.5vw;
  height: clamp(360px, 42vw, 620px);
  overflow: hidden;
}
.sub-contents .about-visual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 6.25vw;
}
.sub-contents .about-visual .text-group {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-left: 12.5vw;
  flex: 0 0 clamp(320px, 20vw, 420px);
  max-width: none;
}
.sub-contents .about-visual .text-group h2 {
  font-size: 60px;
  font-weight: 700;
  color: #111;
  line-height: 4.5rem;
}
.sub-contents .about-visual .text-group p {
  font-size: 18px;
  word-break: keep-all;
}
.sub-contents .about-visual .text-group p + p {
  margin-top: 20px;
}
.sub-contents .about-contents {
  margin-top: 6.25rem;
}
.sub-contents .about-contents .about-item {
  border-radius: 1rem;
  border: 0.0625rem solid #E8E8E8;
  overflow: hidden;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}
.sub-contents .about-contents .about-item img {
  width: 115px;
}
.sub-contents .about-contents .about-item .text-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sub-contents .about-contents .about-item .text-group h3 {
  font-size: 24px;
  font-weight: 500;
}
.sub-contents .about-contents .about-item .text-group p {
  font-size: 18px;
  font-weight: 300;
}
.sub-contents .about-contents .about-item.info {
  background: #F7F7F7;
  border: none;
}
.sub-contents .about-contents .about-item.info ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.sub-contents .about-contents .about-item.info ul li {
  display: flex;
  font-size: 18px;
  font-weight: 300;
  color: #666;
}
.sub-contents .about-contents .about-item.info ul li .left {
  display: flex;
  gap: 10px;
  min-width: 140px;
  font-size: 20px;
  color: #111;
  font-weight: 400;
}
.sub-contents .about-contents .about-item.info ul li .left img {
  width: 24px;
  height: 24px;
}
.sub-contents .about-contents .about-item.info ul li .email {
  color: #1F81D0;
}
.sub-contents .about-contents .text-item p {
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
.sub-contents .about-contents .text-item p + p {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .sub-contents .about-contents .text-item p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .sub-contents .about-contents .text-item p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .about-contents .text-item p {
    font-size: 14px;
  }
}
.sub-contents .history {
  display: flex;
  gap: 200px;
  position: relative;
}
.sub-contents .history .left-section {
  flex: 0 0 500px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.sub-contents .history .left-section .text-box {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.sub-contents .history .left-section .text-box h2 {
  font-size: 60px;
  font-weight: 700;
  color: #111;
  line-height: 4.5rem;
}
.sub-contents .history .left-section .text-box p {
  font-size: 20px;
}
.sub-contents .history .right-section {
  position: relative;
  flex: 1;
}
.sub-contents .history .progress-bar {
  position: absolute;
  left: -100px;
  top: 0;
  width: 2px;
  background: #e6e9ed;
  overflow: hidden;
}
.sub-contents .history .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #1F81D0;
  will-change: height;
}
.sub-contents .history .history-box {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.sub-contents .history .timeline-year {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sub-contents .history .year {
  color: #bfc5cc;
  font-size: 68px;
  font-weight: 700;
  flex-shrink: 0;
  transition: color 0.25s ease;
  position: relative;
}
.sub-contents .history .year::before {
  content: "";
  position: absolute;
  left: -103px;
  top: 42px;
  width: 8px;
  height: 8px;
  background: #bfc5cc;
  border-radius: 50%;
}
.sub-contents .history .timeline-year.active .year {
  color: #0D355B;
}
.sub-contents .history .timeline-year.active .year::before {
  background-color: #1F81D0;
}
.sub-contents .history .events {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sub-contents .history .events .event-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub-contents .history .events .event-item .month {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}
.sub-contents .history .events .event-item .desc p {
  font-size: 24px;
  font-weight: 400;
}
.sub-contents .map-wrap {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
.sub-contents .map-wrap .map-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 0 0 21.25rem;
}
.sub-contents .map-wrap .map-tabs li {
  padding: 0.5625rem 1.25rem;
  background: #FFEEFE;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  position: relative;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.sub-contents .map-wrap .map-tabs li br {
  display: none;
}
.sub-contents .map-wrap .map-tabs li:hover {
  background: #800CAE;
  color: #fff;
}
.sub-contents .map-wrap .map-tabs li.is-active {
  background: #800CAE;
  color: #fff;
}
.sub-contents .map-wrap .map-tabs li.is-active::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("/img/icons/icon-arr-wh.svg") no-repeat center/contain;
}
@media (max-width: 1280px) {
  .sub-contents .map-wrap .map-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    flex: none;
  }
  .sub-contents .map-wrap .map-tabs li {
    flex: 1 1 calc(33.333% - .5rem);
    text-align: center;
    font-size: 13px;
    padding: 0.75rem 0.5rem;
    border-radius: 6px;
    justify-content: center
  }
  .sub-contents .map-wrap .map-tabs li::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .map-wrap .map-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    flex: none;
  }
  .sub-contents .map-wrap .map-tabs li {
    flex: 1 1 calc(50% - .375rem);
    text-align: center;
    font-size: 12px;
    padding: 0.75rem 1rem;
    border-radius: 6px;
  }
  .sub-contents .map-wrap .map-tabs li br {
    display: block;
  }
  .sub-contents .map-wrap .map-tabs li::after {
    display: none;
  }
}
.sub-contents .map-wrap .map-view {
  position: relative;
  flex: 1;
  max-width: 62.5rem;
  height: 648px;
}
.sub-contents .map-wrap .map-view img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.sub-contents .map-wrap .map-view img.is-active {
  opacity: 1;
}
@media (max-width: 1280px) {
  .sub-contents .map-wrap .map-view {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 1280px) {
  .sub-contents .map-wrap {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .map-wrap {
    margin-bottom: 40px;
  }
}
.sub-contents .network-data + .network-data {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .sub-contents .network-data + .network-data {
    margin-top: 30px;
  }
}
.sub-contents .overview-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub-contents .overview-contents li {
  display: flex;
  flex-direction: row;
}
.sub-contents .overview-contents li figure {
  width: 50%;
  height: 450px;
  overflow: hidden;
  border-radius: 1rem;
}
.sub-contents .overview-contents li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-contents .overview-contents li .intro-img {
  margin: 0 auto 50px;
}
.sub-contents .overview-contents li .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px 80px;
  font-size: 20px;
  gap: 30px;
}
.sub-contents .overview-contents li .text-box h3 {
  font-size: 48px;
}
.sub-contents .overview-contents li .text-box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub-contents .overview-contents li .text-box ul li {
  position: relative;
  padding-left: 20px;
}
.sub-contents .overview-contents li .text-box ul li::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 0.38rem;
  top: 12px;
}
@media (max-width: 1280px) {
  .sub-contents .overview-contents {
    gap: 80px;
  }
  .sub-contents .overview-contents li figure {
    height: 320px;
  }
  .sub-contents .overview-contents li .text-box {
    padding-left: 48px;
    font-size: 18px;
    gap: 20px;
  }
  .sub-contents .overview-contents li .text-box h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .overview-contents {
    gap: 60px;
  }
  .sub-contents .overview-contents li {
    flex-direction: column;
    gap: 24px;
  }
  .sub-contents .overview-contents li:nth-child(2), .sub-contents .overview-contents li:nth-child(4) {
    flex-direction: column-reverse;
  }
  .sub-contents .overview-contents li figure,
.sub-contents .overview-contents li .text-box {
    width: 100%;
  }
  .sub-contents .overview-contents li figure {
    height: 220px;
  }
  .sub-contents .overview-contents li .text-box {
    padding: 0;
    font-size: 16px;
    gap: 16px;
  }
  .sub-contents .overview-contents li .text-box h3 {
    font-size: 24px;
  }
  .sub-contents .overview-contents li .text-box ul li::before {
    top: 10px;
  }
}
.sub-contents .related-org {
  /* CONTENT */
  /* ===============================
    RESPONSIVE
  =============================== */
}
.sub-contents .related-org .org-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 4rem;
}
.sub-contents .related-org .org-tabs button {
  min-width: 12.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.sub-contents .related-org .org-tabs button.is-active {
  background: #0D355B;
  color: #fff;
  border-color: #0D355B;
}
.sub-contents .related-org .org-panel {
  display: none;
}
.sub-contents .related-org .org-panel.is-active {
  display: block;
}
.sub-contents .related-org .org-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sub-contents .related-org .org-acc-item {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.sub-contents .related-org .org-acc-item.is-open .icon-toggle {
  transform: rotate(180deg);
}
.sub-contents .related-org .org-acc-item.is-open .org-acc-content {
  display: block;
}
.sub-contents .related-org .org-acc-title {
  width: 100%;
  padding: 1.875rem;
  background: #fff;
  border: 0;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  gap: 30px;
}
.sub-contents .related-org .org-acc-title span {
  font-weight: 400;
  color: #777;
  margin-left: 0.5rem;
}
.sub-contents .related-org .icon-toggle {
  width: 1rem;
  height: 1rem;
  background: url("/img/icons/icon-arr-down.svg") no-repeat center/contain;
  transition: transform 0.25s ease;
  min-width: 16px;
  flex-shrink: 0;
}
.sub-contents .related-org .org-acc-content {
  display: none;
  padding: 0 1.875rem 1.875rem;
  background: #fff;
}
.sub-contents .related-org .org-acc-content .table-wrap {
  margin-top: 0.5rem;
}
.sub-contents .related-org .org-group {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .sub-contents .related-org .org-group {
    margin-bottom: 1.875rem;
  }
}
.sub-contents .related-org .org-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.sub-contents .related-org .org-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  border: 1px solid #e7e7e7;
  border-radius: 0.5rem;
  text-align: center;
  transition: border-color 0.2s ease;
  height: 125px;
}
.sub-contents .related-org .org-list li a img {
  max-height: 40px;
  max-width: 200px;
  object-fit: contain;
}
.sub-contents .related-org .org-list li a span {
  font-size: 0.9375rem;
  color: #999;
  word-break: keep-all;
}
.sub-contents .related-org .org-list li a:hover {
  border-color: #0D355B;
}
.sub-contents .related-org .org-list li a:hover span {
  color: #111;
}
@media (max-width: 1280px) {
  .sub-contents .related-org .org-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .related-org .org-tabs {
    margin-bottom: 1.5rem;
  }
  .sub-contents .related-org .org-tabs button {
    min-width: auto;
    flex: 1;
  }
  .sub-contents .related-org .org-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .sub-contents .related-org .org-list li a {
    padding: 1.5rem;
    height: auto;
    min-height: 96px;
  }
  .sub-contents .related-org .org-acc-title {
    font-size: 0.9375rem;
    padding: 1.5rem;
  }
}
.sub-contents .benefit-wrap {
  background-color: #f3f5f7;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .sub-contents .benefit-wrap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .benefit-wrap {
    padding: 40px 0;
  }
}
.sub-contents .benefit-wrap .benefit-list .benefit-item {
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  transition: box-shadow 0.25s ease;
}
.sub-contents .benefit-wrap .benefit-list .benefit-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1440px) {
  .sub-contents .benefit-wrap .benefit-list .benefit-item {
    padding: 30px;
  }
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .icon-benefit {
  width: 50px;
  height: 50px;
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .icon-benefit.event {
  background-image: url("/img/icons/icon-benefit-event.svg");
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .icon-benefit.info {
  background-image: url("/img/icons/icon-benefit-info.svg");
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .icon-benefit.publication {
  background-image: url("/img/icons/icon-benefit-publication.svg");
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .icon-benefit.vote {
  background-image: url("/img/icons/icon-benefit-vote.svg");
}
.sub-contents .benefit-wrap .benefit-list .benefit-item h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
  word-break: keep-all;
}
@media (max-width: 1440px) {
  .sub-contents .benefit-wrap .benefit-list .benefit-item h4 br {
    display: none;
  }
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .detail {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .detail li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  line-height: 1.2;
  word-break: keep-all;
}
.sub-contents .benefit-wrap .benefit-list .benefit-item .detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 3px;
  background: #999;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .sub-contents .benefit-wrap .benefit-list .benefit-item h4 {
    font-size: 18px;
  }
  .sub-contents .benefit-wrap .benefit-list .benefit-item .detail {
    font-size: 14px;
  }
}
.sub-contents .fullwide-image {
  position: relative;
  overflow: hidden;
}
.sub-contents .fullwide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.sub-contents .fullwide-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .sub-contents .fullwide-image {
    height: 240px;
  }
}
.sub-contents .type-wrap {
  margin-top: 100px;
}
.sub-contents .type-wrap .cont-title {
  text-align: center;
}
.sub-contents .type-wrap .member-type-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sub-contents .type-wrap .member-type-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.sub-contents .type-wrap .member-type-item {
  padding: 2.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.sub-contents .type-wrap .member-type-item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.75rem;
}
.sub-contents .type-wrap .member-type-item .desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .sub-contents .type-wrap .member-type-item {
    padding: 2rem;
  }
  .sub-contents .type-wrap .member-type-item h4 {
    font-size: 1.25rem;
  }
  .sub-contents .type-wrap .member-type-item .desc {
    font-size: 0.9375rem;
  }
}
.sub-contents .type-wrap .member-type-item.is-primary {
  border-color: #0D355B;
  background: #f7f9fc;
}
.sub-contents .type-wrap .member-type-item.is-primary h4 {
  color: #0D355B;
}
@media (max-width: 1280px) {
  .sub-contents .type-wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .type-wrap {
    margin-top: 40px;
  }
  .sub-contents .type-wrap .cont-title {
    text-align: left;
  }
  .sub-contents .type-wrap .member-type-item {
    text-align: left;
  }
}
.sub-contents .apply-wrap {
  text-align: center;
}
.sub-contents .apply-lead {
  margin: 1rem 0 4rem;
  font-size: 1.125rem;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .sub-contents .apply-lead {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.sub-contents .join-guide {
  /* 상단 설명 */
  /* 섹션 공통 */
  /* ===============================
     가입 절차
  =============================== */
  /* ===============================
     가입안내 테이블
  =============================== */
}
.sub-contents .join-guide .join-lead {
  margin-bottom: 3.75rem;
  font-size: 1.125rem;
  color: #666;
  line-height: 1.7;
}
@media (max-width: 1280px) {
  .sub-contents .join-guide .join-lead {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .join-lead {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.sub-contents .join-guide .join-section {
  margin-bottom: 5rem;
}
.sub-contents .join-guide .join-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .sub-contents .join-guide .join-section {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .join-section {
    margin-bottom: 3rem;
  }
}
.sub-contents .join-guide .section-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .section-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.sub-contents .join-guide .join-steps {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  /* 화살표 */
}
@media (max-width: 1280px) {
  .sub-contents .join-guide .join-steps {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .join-steps {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
}
.sub-contents .join-guide .join-steps li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #f7f9fc;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .join-steps li {
    padding: 1.25rem;
  }
}
.sub-contents .join-guide .join-steps .is-arrow {
  flex: 0 0 auto;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .join-steps .is-arrow {
    display: none;
  }
}
.sub-contents .join-guide .join-steps .is-arrow .icon-arr-gray {
  width: 30px;
  height: 30px;
  background: url("/img/icons/icon-arr-gray.svg") no-repeat center/contain;
  opacity: 0.6;
}
@media (max-width: 1280px) {
  .sub-contents .join-guide .join-steps .is-arrow .icon-arr-gray {
    width: 26px;
    height: 26px;
  }
}
.sub-contents .join-guide .table-basic th {
  width: 180px;
  background: #f5f7fa;
  font-weight: 600;
  color: #111;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .table-basic th {
    width: 140px;
  }
}
.sub-contents .join-guide .table-basic td {
  color: #333;
  line-height: 1.6;
}
.sub-contents .join-guide .table-basic td a {
  color: #1F81D0;
  font-weight: 500;
}
.sub-contents .join-guide .table-basic td .detail {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .sub-contents .join-guide .table-basic td .detail {
    flex-direction: column;
    gap: 8px;
  }
}
.sub-contents .inquiry-wrap {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1rem;
  /* ==============================
    Button
  ============================== */
}
.sub-contents .inquiry-wrap .inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sub-contents .inquiry-wrap .form-row-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .sub-contents .inquiry-wrap .form-row-group {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.sub-contents .inquiry-wrap .form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sub-contents .inquiry-wrap .form-row label {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
.sub-contents .inquiry-wrap .form-row label .required {
  margin-left: 0.125rem;
  color: #EE1B29;
  font-weight: 600;
}
.sub-contents .inquiry-wrap .form-row input,
.sub-contents .inquiry-wrap .form-row textarea {
  font-family: inherit;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  background: #f7f7f7;
  border: 0.0625rem solid #f7f7f7;
  border-radius: 0.5rem;
  transition: border-color 0.2s ease, background 0.2s ease;
  text-overflow: ellipsis;
}
.sub-contents .inquiry-wrap .form-row input::placeholder,
.sub-contents .inquiry-wrap .form-row textarea::placeholder {
  color: #aaa;
  font-family: inherit;
  font-weight: inherit;
}
.sub-contents .inquiry-wrap .form-row input:focus,
.sub-contents .inquiry-wrap .form-row textarea:focus {
  background: #fff;
  border-color: #0D355B;
  outline: none;
}
.sub-contents .inquiry-wrap .form-row input:disabled,
.sub-contents .inquiry-wrap .form-row textarea:disabled {
  background: #f5f5f5;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}
.sub-contents .inquiry-wrap .form-row input::placeholder,
.sub-contents .inquiry-wrap .form-row textarea::placeholder {
  color: #bbb;
}
.sub-contents .inquiry-wrap .form-row textarea {
  height: auto;
  min-height: 12.5rem;
  padding: 1rem 1.25rem;
  resize: vertical;
  line-height: 1.6;
}
.sub-contents .inquiry-wrap .btn-primary {
  margin-top: 3.75rem;
  align-self: center;
  min-width: 15rem;
}
@media only screen and (max-width: 768px) {
  .sub-contents .inquiry-wrap .btn-primary {
    width: 100%;
    max-width: 20rem;
    margin-top: 2.5rem;
  }
}
.sub-contents .location-wrap {
  display: flex;
  flex-direction: column;
}
.sub-contents .location-wrap .location-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
.sub-contents .location-wrap .location-info h3 {
  font-size: 24px;
  font-weight: 500;
}
.sub-contents .location-wrap .location-info h3 i {
  margin-right: 10px;
}
.sub-contents .location-wrap .location-info h3 .icon-map {
  width: 24px;
  height: 24px;
  background-image: url(/img/icons/icon-location.svg);
}
.sub-contents .location-wrap .location-info h3 .icon-tel {
  width: 24px;
  height: 24px;
  background-image: url(/img/icons/icon-tel.svg);
}
.sub-contents .location-wrap .location-info h3 .icon-mail {
  width: 24px;
  height: 24px;
  background-image: url(/img/icons/icon-mail.svg);
}
.sub-contents .location-wrap .map-box {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
@media (max-width: 1280px) {
  .sub-contents .location-wrap .location-info {
    margin-bottom: 30px;
  }
  .sub-contents .location-wrap .location-info h3 {
    font-size: 20px;
  }
  .sub-contents .location-wrap .location-info h3 i {
    margin-right: 8px;
  }
  .sub-contents .location-wrap .location-info h3 .icon-map {
    width: 21px;
    height: 21px;
  }
  .sub-contents .location-wrap .location-info h3 .icon-tel {
    width: 21px;
    height: 21px;
  }
  .sub-contents .location-wrap .location-info h3 .icon-mail {
    width: 21px;
    height: 21px;
  }
  .sub-contents .location-wrap .map-box {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents .location-wrap .location-info {
    margin-bottom: 24px;
  }
  .sub-contents .location-wrap .location-info h3 {
    font-size: 16px;
  }
  .sub-contents .location-wrap .map-box {
    height: 400px;
  }
}
.sub-contents .search {
  position: relative;
  margin-bottom: 2.5rem;
}
.sub-contents .search .search-box {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 500px;
}
.sub-contents .search .search-box input {
  width: 100%;
  height: 3.75rem;
  padding: 0 1.875rem 0 1.875rem;
  border: 0.125rem solid #e8e8e8;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  transition: border-color 0.2s ease;
}
.sub-contents .search .search-box input:focus {
  outline: none;
  border-color: #0D355B;
}
.sub-contents .search .search-box button {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.875rem;
  height: 1.25rem;
  transform: translateY(-50%);
  background: url("/img/icons/icon-search.svg") no-repeat center;
  background-size: 1.5rem;
  border: 0;
  cursor: pointer;
}
.sub-contents .search .total {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #333;
  margin-top: 0;
}
.sub-contents .board-layout .grid-1 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
.sub-contents .board-layout .grid-1 li {
  height: 100%;
}
.sub-contents .board-layout .grid-2 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.sub-contents .board-layout .grid-2 li {
  height: 100%;
}
.sub-contents .board-layout .grid-3 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.sub-contents .board-layout .grid-3 li {
  height: 100%;
}
.sub-contents .board-layout .photo-list .photo-item {
  border-radius: 1rem;
  display: block;
  border: 0.0625rem solid #E8E8E8;
  overflow: hidden;
  transition: box-shadow 0.38s ease, transform 0.38s ease, border-color 0.38s ease;
}
.sub-contents .board-layout .photo-list .photo-item figure {
  height: 15.625rem;
  overflow: hidden;
}
.sub-contents .board-layout .photo-list .photo-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/1080;
}
.sub-contents .board-layout .photo-list .photo-item .item-contents {
  padding: 30px;
}
.sub-contents .board-layout .photo-list .photo-item .item-contents h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  max-height: 2.6em;
  line-height: 1.3 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  height: auto;
  font-weight: 500;
  height: 3.2em;
  word-break: break-word;
}
.sub-contents .board-layout .photo-list .photo-item .item-contents .date {
  font-size: 1.125rem;
  color: #999;
}
.sub-contents .board-layout .photo-list .photo-item:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
}
.sub-contents .board-layout .photo-list .photo-item:hover h3 {
  color: #8D0E18;
  transition: color 0.35s ease;
}
@media only screen and (max-width: 768px) {
  .sub-contents .board-layout .photo-list .photo-item:hover {
    box-shadow: none;
  }
}
.sub-contents .board-layout .notice-list .grid-1 {
  gap: 0.625rem;
}
.sub-contents .board-layout .notice-list .notice-item {
  border-radius: 0.5rem;
  display: block;
  background-color: rgba(31, 129, 208, 0.05);
  padding: 1.875rem 3.125rem;
}
.sub-contents .board-layout .notice-list .notice-item .item-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sub-contents .board-layout .notice-list .notice-item .item-contents h3 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sub-contents .board-layout .notice-list .notice-item .item-contents .icon-file {
  width: 40px;
  height: 40px;
  background-image: url(/img/icons/icon-file.svg);
  position: absolute;
  top: 50%;
  right: 110px;
  transform: translateY(-50%);
}
.sub-contents .board-layout .notice-list .notice-item .item-contents p {
  font-size: 1.125rem;
  color: #999;
}
.sub-contents .board-layout .notice-list .notice-item:hover {
  background-color: rgba(31, 129, 208, 0.1);
  transition: color 0.35s ease;
}
.sub-contents .board-layout .view-contents {
  max-width: 1280px;
  margin: 0 auto;
}
.sub-contents .board-layout .view-contents .view-header {
  background-color: rgba(31, 129, 208, 0.05);
  padding: 3.75rem 7.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.sub-contents .board-layout .view-contents .view-header h2 {
  font-size: 1.875rem;
  font-weight: 600;
}
.sub-contents .board-layout .view-contents .view-header .view-info {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .board-layout .view-contents .view-header .view-info .date {
  font-size: 18px;
}
.sub-contents .board-layout .view-contents .view-header .file {
  color: #111;
  padding: 10px 24px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
}
.sub-contents .board-layout .view-contents .view-header .file .icon-download {
  width: 24px;
  height: 24px;
  background: url(/img/icons/icon-download.svg) no-repeat center center/contain;
}
.sub-contents .board-layout .view-contents .view-body {
  padding: 6.25rem 0;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 300;
  color: #333;
}
.sub-contents .board-layout .view-contents .view-body img {
  max-width: 46.875rem;
  margin: 0 auto 1.5rem;
  display: block;
}
.sub-contents .board-layout .view-contents .view-body .detail.photo img {
  max-width: unset;
}
.sub-contents .board-layout .view-contents .view-body p + p, .sub-contents .board-layout .view-contents .view-body p + img {
  margin-top: 1.5rem;
}
@media (max-width: 1440px) {
  .sub-contents .history {
    gap: 120px;
  }
  .sub-contents .history .left-section {
    flex: 0 0 420px;
  }
  .sub-contents .history .left-section .text-box h2 {
    font-size: 48px;
    line-height: 3.5rem;
  }
  .sub-contents .history .left-section .text-box p {
    font-size: 18px;
  }
  .sub-contents .history .year {
    font-size: 56px;
  }
  .sub-contents .history .year::before {
    content: "";
    top: 40px;
  }
  .sub-contents .history .events .event-item .desc p {
    font-size: 20px;
  }
  .sub-contents .about-visual {
    gap: 4rem;
  }
  .sub-contents .about-visual figure {
    max-width: 57.292vw;
  }
  .sub-contents .about-visual .text-group {
    margin-left: 10vw;
  }
  .sub-contents .about-visual .text-group h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    line-height: 3.75rem;
  }
  .sub-contents .about-contents {
    margin-top: 5rem;
  }
  .sub-contents .about-contents .about-item {
    gap: 30px;
  }
  .sub-contents .about-contents .about-item img {
    width: 80px;
  }
  .sub-contents .about-contents .about-item .text-group {
    gap: 16px;
  }
  .sub-contents .about-contents .about-item .text-group p br {
    display: none;
  }
  .sub-contents .about-contents .about-item.info ul li .left {
    min-width: 130px;
  }
  .sub-contents .about-contents .about-item.info ul li .left img {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 1280px) {
  .sub-contents {
    margin: 5rem 0;
  }
  .sub-contents .history {
    gap: 120px;
  }
  .sub-contents .history .left-section {
    flex: 0 0 360px;
    top: 100px;
  }
  .sub-contents .history .left-section .text-box {
    gap: 1.75rem;
  }
  .sub-contents .history .left-section .text-box h2 {
    font-size: 44px;
    line-height: 3.25rem;
  }
  .sub-contents .history .left-section .text-box p {
    font-size: 18px;
  }
  .sub-contents .history .progress-bar {
    left: -72px;
  }
  .sub-contents .history .history-box {
    gap: 72px;
  }
  .sub-contents .history .timeline-year {
    gap: 28px;
  }
  .sub-contents .history .year {
    font-size: 52px;
  }
  .sub-contents .history .year::before {
    content: "";
    left: -75px;
    top: 38px;
  }
  .sub-contents .history .events {
    gap: 28px;
  }
  .sub-contents .history .events .event-item .month {
    font-size: 16px;
  }
  .sub-contents .history .events .event-item .desc p {
    font-size: 20px;
  }
  .sub-contents .about-contents .about-item {
    padding: 24px;
  }
  .sub-contents .about-contents .about-item .text-group {
    gap: 16px;
  }
  .sub-contents .about-contents .about-item .text-group h3 {
    font-size: 20px;
  }
  .sub-contents .about-contents .about-item .text-group p {
    font-size: 16px;
  }
  .sub-contents .about-contents .about-item.info ul li {
    font-size: 16px;
  }
  .sub-contents .about-contents .about-item.info ul li .left {
    min-width: 120px;
    font-size: 18px;
  }
  .sub-contents .search {
    margin-bottom: 1.875rem;
  }
  .sub-contents .search .search-box {
    max-width: 400px;
  }
  .sub-contents .search .search-box input {
    height: 2.8125rem;
    padding: 0 1.5rem;
    font-size: 1rem;
  }
  .sub-contents .search .total {
    font-size: 1.125rem;
  }
  .sub-contents .board-layout .grid-1 {
    gap: 24px;
  }
  .sub-contents .board-layout .grid-2 {
    gap: 24px;
  }
  .sub-contents .board-layout .grid-3 {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .sub-contents .board-layout .photo-list figure {
    height: 12.5rem;
  }
  .sub-contents .board-layout .photo-list .item-contents {
    padding: 24px;
  }
  .sub-contents .board-layout .photo-list .item-contents h3 {
    font-size: 1.125rem;
  }
  .sub-contents .board-layout .photo-list .item-contents .date {
    font-size: 1rem;
    color: #999;
  }
  .sub-contents .board-layout .notice-list .notice-item {
    padding: 1.875rem;
  }
  .sub-contents .board-layout .notice-list .notice-item .item-contents h3 {
    font-size: 1.125rem;
  }
  .sub-contents .board-layout .notice-list .notice-item .item-contents p {
    font-size: 1rem;
  }
  .sub-contents .board-layout .view-contents .view-header {
    padding: 2.5rem;
    border-radius: 0.5rem;
    gap: 1.5rem;
  }
  .sub-contents .board-layout .view-contents .view-header h2 {
    font-size: 1.5rem;
  }
  .sub-contents .board-layout .view-contents .view-header .view-info {
    font-size: 1.125rem;
  }
  .sub-contents .board-layout .view-contents .view-body {
    padding: 5rem 0;
    font-size: 1rem;
  }
  .sub-contents .board-layout .view-contents .view-body img {
    max-width: 43.75rem;
    margin: 0 auto 1rem;
  }
  .sub-contents .board-layout .view-contents .view-body p + p, .sub-contents .board-layout .view-contents .view-body p + img {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents {
    margin: 2.5rem 0;
  }
  .sub-contents .history {
    flex-direction: column;
    gap: 48px;
  }
  .sub-contents .history .left-section {
    position: static;
    flex: none;
    width: 100%;
    top: auto;
  }
  .sub-contents .history .left-section .text-box {
    gap: 1.25rem;
  }
  .sub-contents .history .left-section .text-box h2 {
    font-size: 28px;
    line-height: 2rem;
  }
  .sub-contents .history .left-section .text-box p {
    font-size: 15px;
    line-height: 1.6;
  }
  .sub-contents .history .right-section {
    width: 100%;
  }
  .sub-contents .history .progress-bar {
    display: none;
  }
  .sub-contents .history .history-box {
    gap: 32px;
  }
  .sub-contents .history .timeline-year {
    gap: 20px;
    padding: 20px 16px;
    border-radius: 12px;
    background: #f5f7fa;
  }
  .sub-contents .history .year {
    font-size: 26px;
    font-weight: 600;
    color: #0D355B;
  }
  .sub-contents .history .events {
    gap: 16px;
  }
  .sub-contents .history .events .event-item {
    gap: 6px;
  }
  .sub-contents .history .events .event-item .month {
    font-size: 13px;
    color: #999;
    font-weight: 500;
  }
  .sub-contents .history .events .event-item .desc p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
  }
  .sub-contents .about-visual {
    flex-direction: column;
    gap: 2.5rem;
    width: 90%;
  }
  .sub-contents .about-visual figure {
    width: 100%;
    max-width: 100%;
    height: 260px;
  }
  .sub-contents .about-visual figure img {
    border-radius: 1rem;
  }
  .sub-contents .about-visual .text-group {
    gap: 1rem;
    position: unset;
    margin-top: 2.5rem;
    margin-left: 0;
    flex: 0;
  }
  .sub-contents .about-visual .text-group h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .sub-contents .about-visual .text-group p {
    line-height: 1.5rem;
    font-weight: 300;
    font-size: 1rem;
  }
  .sub-contents .about-visual .text-group br.mobile-display {
    display: block;
  }
  .sub-contents .about-contents {
    margin-top: 40px;
  }
  .sub-contents .about-contents .about-item {
    gap: 16px;
  }
  .sub-contents .about-contents .about-item img {
    width: 60px;
  }
  .sub-contents .about-contents .about-item .text-group {
    gap: 16px;
  }
  .sub-contents .about-contents .about-item .text-group h3 {
    font-size: 16px;
  }
  .sub-contents .about-contents .about-item .text-group p {
    font-size: 14px;
  }
  .sub-contents .about-contents .about-item.info ul {
    gap: 8px;
  }
  .sub-contents .about-contents .about-item.info ul li {
    font-size: 14px;
  }
  .sub-contents .about-contents .about-item.info ul li .left {
    display: flex;
    align-items: center;
    min-width: 100px;
    font-size: 16px;
  }
  .sub-contents .about-contents .about-item.info ul li .left img {
    width: 16px;
    height: 16px;
  }
  .sub-contents .search {
    margin-bottom: 1rem;
  }
  .sub-contents .search .search-box {
    max-width: 100%;
  }
  .sub-contents .search .search-box input {
    height: 2.8125rem;
    padding: 0 1.5rem;
    font-size: 1rem;
  }
  .sub-contents .search .total {
    position: unset;
    font-size: 0.875rem;
    transform: none;
    margin-top: 1.5rem;
  }
  .sub-contents .board-layout .grid-1 {
    gap: 16px;
  }
  .sub-contents .board-layout .grid-2 {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .sub-contents .board-layout .grid-3 {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .sub-contents .board-layout .photo-list figure {
    height: 12.5rem;
  }
  .sub-contents .board-layout .photo-list .item-contents {
    padding: 24px;
  }
  .sub-contents .board-layout .photo-list .item-contents h3 {
    font-size: 1.125rem;
  }
  .sub-contents .board-layout .photo-list .item-contents .date {
    font-size: 1rem;
    color: #999;
  }
  .sub-contents .board-layout .notice-list .notice-item {
    padding: 1.5rem;
  }
  .sub-contents .board-layout .notice-list .notice-item .item-contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding-right: 3.125rem;
  }
  .sub-contents .board-layout .notice-list .notice-item .item-contents h3 {
    font-size: 1rem;
    width: 100%;
  }
  .sub-contents .board-layout .notice-list .notice-item .item-contents p {
    font-size: 0.875rem;
  }
  .sub-contents .board-layout .notice-list .notice-item .item-contents .icon-file {
    right: 0;
  }
  .sub-contents .board-layout .view-contents .view-header {
    padding: 1.5rem;
    gap: 1rem;
  }
  .sub-contents .board-layout .view-contents .view-header h2 {
    font-size: 1.25rem;
  }
  .sub-contents .board-layout .view-contents .view-header .view-info .date {
    font-size: 16px;
  }
  .sub-contents .board-layout .view-contents .view-header .file {
    font-size: 14px;
  }
  .sub-contents .board-layout .view-contents .view-body {
    padding: 2.5rem 0;
    font-size: 0.875rem;
  }
  .sub-contents .board-layout .view-contents .view-body img {
    max-width: 100%;
    margin: 0 auto 1rem;
  }
  .sub-contents .board-layout .view-contents .view-body p + p, .sub-contents .board-layout .view-contents .view-body p + img {
    margin-top: 1rem;
  }
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.pagination li a {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  background: #f1f1f1;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.pagination li:hover a {
  background: #e5e5e5;
}
.pagination li.active a {
  background: #1F81D0;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}
.pagination li.disabled a {
  opacity: 0.4;
  pointer-events: none;
}
.pagination li.prev a, .pagination li.next a {
  background: #f1f1f1;
}

.icon-pagination-prev,
.icon-pagination-next {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-pagination-prev {
  background-image: url("/img/icons/icon-pagination-prev.svg");
}

.icon-pagination-next {
  background-image: url("/img/icons/icon-pagination-next.svg");
}

.page-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: #f1f1f1;
  transition: background 0.2s ease;
}

.page-arrow:hover {
  background: #e5e5e5;
}

.page-arrow.is-disabled,
.page-arrow[aria-disabled=true] {
  opacity: 0.4;
  pointer-events: none;
}

/* ===============================
   PAGINATION (Mobile)
=============================== */
.pagination-mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pagination-wrap {
    display: none;
  }

  .pagination-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding: 0 1rem;
  }

  .pagination-mobile .page-count {
    min-width: 7.5rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #f1f1f1;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #666;
  }

  .pagination-mobile .page-count .current {
    color: #1F81D0;
    font-weight: 700;
  }

  .pagination-mobile .page-count .total {
    font-weight: 500;
  }

  .pagination-mobile .page-arrow[aria-disabled=true],
.pagination-mobile .page-arrow.is-disabled {
    opacity: 0.4;
    pointer-events: none;
  }
}
/* =====================================
   BUTTON - BASE
===================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  height: 3.125rem;
  padding: 0 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: 0;
  background: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

/* =====================================
   BUTTON
===================================== */
.btn-primary {
  background: #1F81D0;
  color: #fff;
}
.btn-primary:hover {
  background: #1b70b5;
}
.btn-primary:active {
  background: #1865a4;
}

.btn:disabled {
  background: #e5e5e5;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}

.btn.is-disabled,
.btn[aria-disabled=true] {
  background: #e5e5e5;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-bottom {
  display: flex;
  justify-content: center;
  max-width: 80rem;
  gap: 10px;
}
.btn-bottom.btn-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .btn-bottom.btn-nav {
    gap: 0.75rem;
  }
}
.btn-bottom .btn-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .btn {
    min-width: 11.25rem;
    height: 3rem;
    padding: 0 1.75rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .btn {
    width: 100%;
    max-width: 15rem;
    min-width: 0;
    height: 2.875rem;
    padding: 0 1.25rem;
    font-size: 0.9375rem;
    border-radius: 0.375rem;
  }

  .btn-bottom {
    padding: 0 1rem;
  }
}
/* =====================================
   TABLE - COMMON
===================================== */
.table-wrap {
  width: 100%;
}
.table-wrap .table-basic {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #222;
  background: #fff;
  /* ===============================
     ALIGNMENT OVERRIDE
  =============================== */
}
.table-wrap .table-basic thead {
  background: #f5f7fa;
}
.table-wrap .table-basic th,
.table-wrap .table-basic td {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.table-wrap .table-basic th {
  font-weight: 600;
  color: #111;
}
.table-wrap .table-basic td {
  color: #333;
  font-weight: 400;
}
.table-wrap .table-basic td ul li {
  position: relative;
  padding-left: 0.75rem;
}
.table-wrap .table-basic td ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}
.table-wrap .table-basic a {
  color: #1F81D0;
}
.table-wrap .table-basic .align-left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .table-wrap {
    overflow-x: auto;
  }
  .table-wrap .table-basic {
    overflow-x: scroll;
  }
  .table-wrap .table-basic th,
.table-wrap .table-basic td {
    padding: 0.875rem 1rem;
    font-size: 13px;
  }
}

/* 팝업 */
/* =====================================
   POPUP VARIABLES
===================================== */
.popup-wrap {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}
.popup-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popup-wrap.is-active {
  pointer-events: auto;
}
.popup-wrap.is-active::before {
  opacity: 1;
}

.popup {
  --popup-index: 0;
  position: fixed;
  top: 5rem;
  left: calc(50% - (40rem / 2) + var(--popup-index) * 20px);
  margin-top: calc(var(--popup-index) * 20px);
  width: 40rem;
  max-height: 80vh;
  height: auto;
  display: none;
  pointer-events: auto;
}
.popup.is-active {
  display: block;
}
.popup.is-center {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}
.popup .popup-inner {
  height: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.popup .popup-header {
  flex-shrink: 0;
  padding: 1rem 1.5rem;
  background: #0d355b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .popup-header h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.popup .popup-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.125rem;
  cursor: pointer;
}
.popup .popup-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #333;
}
.popup .popup-content .popup-media {
  text-align: center;
}
.popup .popup-content .popup-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.75rem;
  display: block;
}
.popup .popup-content .title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 1rem;
}
.popup .popup-footer {
  flex-shrink: 0;
  padding: 1rem 1.5rem;
  background: #fafafa;
  border-top: 1px solid #eee;
  font-size: 1rem;
  color: #666;
}
.popup .popup-footer input {
  margin-right: 4px;
}
@media only screen and (max-width: 768px) {
  .popup {
    left: 12px;
    right: 12px;
    top: 5rem;
    bottom: 12px;
    width: auto;
    max-height: calc(100dvh - 5rem - 12px);
    height: auto;
    transform: none;
    margin-top: 0;
  }
  .popup .popup-inner {
    height: auto;
    max-height: inherit;
  }
  .popup .popup-content {
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .popup .popup-media img {
    max-height: 100%;
  }
}

body.popup-open {
  overflow: hidden;
  touch-action: none;
}

/* =====================================
   GLOBAL STYLE
===================================== */
body {
  font-family: "Pretendard", sans-serif;
  color: #111111;
  background: #fff;
  line-height: 1.45;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 1440px) {
  .inner .inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
}

img {
  display: block;
  width: 100%;
}

/* =====================================
   HEADER
===================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(0.25rem);
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  height: 6.25rem;
  display: flex;
  /* 스크롤 상태 */
  /* 스크롤 방향 숨김 */
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo img.logo-pc {
  display: block;
}
.header .logo img.logo-mo {
  display: none;
}
.header .logo img {
  transition: 0.3s ease;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header .nav .menu {
  display: flex;
  gap: 6.25rem;
}
.header .nav .menu > li {
  position: relative;
}
.header .nav .menu > li > a {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
  opacity: 0.8;
  transition: 0.3s ease;
}
.header .nav .menu > li > a:hover {
  opacity: 1;
}
.header .nav .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  margin-top: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0.625rem);
  background: #0D355B;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
  min-width: 11.25rem;
  padding: 1.5rem 1rem;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.header .nav .menu > li .sub-menu li a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
}
.header .nav .menu > li .sub-menu li a:hover {
  color: #fff;
}
.header .nav .menu > li .sub-menu li a span {
  display: inline-block;
  position: relative;
}
.header .nav .menu > li .sub-menu li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 0;
  height: 0.0625rem;
  background-color: currentColor;
  transition: width 0.25s ease;
}
.header .nav .menu > li .sub-menu li a:hover span::after {
  width: 100%;
}
.header .nav .menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.header .nav .btn-menu {
  display: none;
  font-size: 1.375rem;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 480px) {
  .header .nav .btn-menu {
    display: block;
  }
}
.header .nav .btn-lang {
  background: none;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0.0625rem solid #fff;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.header.scrolled .nav .menu li .sub-menu {
  backdrop-filter: none;
}
.header.scrolled .nav .menu > li > a {
  color: #222;
}
.header .btn-en {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.125rem;
  transition: color 0.3s ease;
}
.header .btn-en .icon-en {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/img/icons/icon-en.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: middle;
}
.header .btn-en span {
  vertical-align: middle;
  margin-left: 0.3125rem;
}
.header.scrolled {
  background: #fff;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.08);
}
.header.scrolled .logo img.logo-pc {
  display: none;
}
.header.scrolled .logo img.logo-mo {
  display: block;
}
.header.scrolled .nav .menu li a,
.header.scrolled .nav .btn-menu,
.header.scrolled .nav .btn-lang,
.header.scrolled .btn-en {
  color: #222;
  opacity: 1;
}
.header.scrolled .btn-lang {
  border-color: #222;
}
.header.scrolled .btn-en .icon-en {
  background-image: url(/img/icons/icon-en-bl.svg) !important;
}
.header.hide {
  transform: translateY(-100%);
}
@media (max-width: 1280px) {
  .header .nav .menu {
    display: flex !important;
    gap: 2.5rem;
  }
  .header .nav .menu li a {
    font-size: 1rem;
    font-weight: 500;
  }
  .header .logo img {
    height: 1.625rem;
  }
  .header .logo img.logo-pc {
    display: block;
  }
  .header .logo img.logo-mo {
    display: none;
  }
  .header .btn-en {
    font-size: 0.875rem !important;
  }
  .header .btn-en .icon-en {
    width: 1.25rem;
    height: 1.25rem;
  }
  .header .btn-en span {
    font-size: 0.875rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(0.75rem) !important;
    height: 3.125rem;
    /* 숨김 제거 (스크롤해도 고정) */
  }
  .header .btn-en {
    display: none !important;
  }
  .header .logo img {
    height: 1.625rem;
  }
  .header .logo img.logo-pc {
    display: none;
  }
  .header .logo img.logo-mo {
    display: block;
  }
  .header .nav .menu {
    display: none !important;
  }
  .header .nav .btn-menu {
    display: block;
    color: #222 !important;
  }
  .header .nav .btn-lang {
    border-color: #222 !important;
    color: #222 !important;
  }
  .header.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    transform: translateY(0) !important;
  }
  .header.hide {
    transform: translateY(0) !important;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    padding: 0.625rem 0;
  }
  .header .logo img {
    height: 1.5rem;
  }
}

/* =====================================
   HERO SECTION
===================================== */
.hero {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}
.hero .hero-bg,
.hero .hero-bg .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero .hero-bg .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero .hero-bg .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
  transform: scale(1.15);
  transition: transform 4s ease-out;
  z-index: -1;
}
.hero .hero-bg .swiper-slide.zoom::before {
  transform: scale(1);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 2;
}
.hero .hero-inner {
  position: absolute;
  z-index: 3;
  color: #fff;
  padding-top: 6.25rem;
}
.hero .hero-inner h2 {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 480px) {
  .hero .hero-inner h2 {
    font-size: 1.5rem;
  }
}
.hero .hero-inner p {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .hero .hero-inner p {
    font-size: 0.875rem;
  }
}
.hero .hero-inner br {
  display: none;
}
.hero .hero-inner p.eng {
  font-size: 1.25rem;
}
.hero .hero-inner .count-area {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .hero .hero-inner .count-area {
    gap: 1.25rem;
  }
}
.hero .hero-inner .count-area .count-box {
  text-align: center;
}
.hero .hero-inner .count-area .count-box strong {
  font-size: 5rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.hero .hero-inner .count-area .count-box span {
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .hero .hero-inner h2 {
    font-size: 2.625rem;
  }
  .hero .hero-inner p {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .hero .hero-inner .count-area .count-box strong {
    font-size: 3.5rem;
  }
  .hero .hero-inner .count-area .count-box span {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero .hero-inner h2 {
    font-size: 1.875rem;
  }
  .hero .hero-inner p {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
  .hero .hero-inner .count-area .count-box strong {
    font-size: 2.75rem;
  }
  .hero .hero-inner .count-area .count-box span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .hero .hero-inner {
    padding-top: 3.75rem;
  }
  .hero .hero-inner h2 {
    font-size: 2.5rem;
  }
  .hero .hero-inner p {
    font-size: 1.125rem;
  }
  .hero .hero-inner .count-area .count-box strong {
    font-size: 2.625rem;
  }
  .hero .hero-inner .count-area .count-box span {
    font-size: 0.8125rem;
    display: block;
    line-height: 1.3;
    margin-top: 0.625rem;
    font-weight: 300;
  }
  .hero .hero-inner br {
    display: block;
  }
}

/* =====================================
   HERO ANIMATION
===================================== */
.hero-inner {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-inner.show {
  opacity: 1;
  transform: translateY(0);
}

/* 순차 페이드업 */
.hero-inner h2,
.hero-inner p,
.hero-inner .count-area {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-inner.show h2 {
  transition-delay: 0.15s;
  opacity: 1;
  transform: translateY(0);
}

.hero-inner.show p {
  transition-delay: 0.35s;
  opacity: 1;
  transform: translateY(0);
}

.hero-inner.show .count-area {
  transition-delay: 0.55s;
  opacity: 1;
  transform: translateY(0);
}

/* 카운트 효과 */
.count {
  display: inline-block;
  transition: filter 0.3s ease;
}
.count.counting {
  animation: shine 0.9s ease-in-out infinite;
}

.count-box span {
  opacity: 0;
  transform: translateY(0.375rem);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.count-box span.show {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================
   NEWS
===================================== */
.news {
  padding: 6.25rem 0 0;
}
.news .news-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .news .news-title {
    margin-bottom: 2.5rem;
  }
}
.news .news-title h3 {
  font-size: 3.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .news .news-title h3 {
    font-size: 1.625rem;
  }
}
.news .news-title p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #718096;
}
@media (max-width: 1280px) {
  .news .news-title h3 {
    font-size: 2.5rem;
  }
  .news .news-title p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .news .news-title h3 {
    font-size: 1.5rem;
  }
  .news .news-title p {
    font-size: 1rem;
  }
}
.news .tab-box {
  display: flex;
  justify-content: space-between;
  gap: 3.75rem;
}
.news .tab-box .tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 14.375rem;
}
@media only screen and (max-width: 480px) {
  .news .tab-box .tabs {
    max-width: 100%;
  }
}
.news .tab-box .tabs .tab {
  background: #fff;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  text-align: left;
  border-bottom: solid 0.0625rem #0D355B;
  position: relative;
}
.news .tab-box .tabs .tab::after {
  position: absolute;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/img/icons/icon-arr-navy.svg) no-repeat center;
  background-size: 1.5rem !important;
  content: "";
}
.news .tab-box .tabs .tab.active {
  background: #0D355B;
  color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
.news .tab-box .tabs .tab.active::after {
  background: url(/img/icons/icon-arr-wh.svg) no-repeat center;
}
.news .tab-box .tabs .tab:first-child {
  border-top: 0.0625rem solid #0D355B;
  border-bottom: none;
}
@media (max-width: 1280px) {
  .news .tab-box .tabs .tab {
    font-size: 1rem;
  }
  .news .tab-box .tabs .tab::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .news .tab-box {
    flex-direction: column;
    gap: 1rem;
  }
  .news .tab-box .tabs {
    flex-direction: row;
    max-width: 100%;
  }
  .news .tab-box .tabs .tab {
    flex: 1;
    text-align: center;
  }
  .news .tab-box .tabs .tab::after {
    display: none;
  }
  .news .tab-box .tabs .tab.active {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .news .tab-box .tabs .tab:first-child {
    border-bottom: 0.0625rem solid #0D355B;
    border-top: none;
  }
}
.news .news-list {
  display: none;
  gap: 1.875rem;
}
.news .news-list li {
  border-radius: 1rem;
  overflow: hidden;
  width: 33.333%;
  cursor: pointer;
  border: 0.0625rem solid #E8E8E8;
  transition: 0.2s all;
}
.news .news-list li:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.12);
  border-color: #0D355B;
}
@media only screen and (max-width: 768px) {
  .news .news-list li:hover {
    box-shadow: none;
  }
}
.news .news-list li .news-item {
  display: block;
  overflow: hidden;
}
.news .news-list li .news-item .item-contents {
  padding: 1.875rem;
}
.news .news-list li .news-item .item-contents .date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.news .news-list li .news-item .item-contents .date .day {
  font-size: 36px;
  margin-right: 0.1875rem;
  line-height: 1;
}
.news .news-list li .news-item .item-contents h4 {
  margin-top: 0.75rem;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  max-height: 2.6em;
  line-height: 1.3 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  min-height: 63px;
}
.news .news-list li .news-item figure {
  height: 15.625rem;
  overflow: hidden;
}
.news .news-list li .news-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/1080;
}
.news .news-list.active {
  display: flex;
}
@media (max-width: 1280px) {
  .news .news-list {
    flex-direction: column;
  }
  .news .news-list li {
    width: 100%;
  }
  .news .news-list li:hover {
    transform: none;
    box-shadow: none;
    border-color: #e8e8e8;
  }
  .news .news-list li .news-item .item-contents {
    padding: 1.5rem;
  }
  .news .news-list li .news-item .item-contents .date {
    font-size: 1rem;
    font-weight: 600;
  }
  .news .news-list li .news-item .item-contents .date .day {
    font-size: 24px;
    margin-right: 0.3125rem;
    line-height: 1;
  }
  .news .news-list li .news-item .item-contents h4 {
    margin-top: 0.75rem;
    font-size: 18px;
    font-weight: 600;
    min-height: 50px;
  }
  .news .news-list.en {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .news .news-list li .news-item .item-contents {
    padding: 1.5rem;
  }
  .news .news-list li .news-item .item-contents .date {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
  }
  .news .news-list li .news-item .item-contents .date .day {
    font-size: 1rem;
    margin-right: 0.3125rem;
    line-height: 1;
  }
  .news .news-list li .news-item .item-contents h4 {
    margin-top: 0.75rem;
    font-size: 18px;
    font-weight: 600;
    min-height: auto;
  }
  .news .news-list.en {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1440px) {
  .news {
    padding: 5rem 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .news {
    padding: 2.5rem 0 0;
  }
}

/* =====================================
   CARDS
===================================== */
.cards {
  padding: 6.25rem 0;
}
.cards .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.cards .card-list .card {
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  height: 18.75rem;
  /* 카드 Hover 효과 */
}
.cards .card-list .card:nth-child(3n) {
  grid-column: 1/-1;
}
.cards .card-list .card .link {
  position: relative;
  display: block;
  padding: 3.125rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.5s;
}
.cards .card-list .card .notice-title-wrap {
  display: flex;
  align-items: center;
}
.cards .card-list .card .notice-title-wrap .notice-title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-right: 1rem;
}
.cards .card-list .card .notice-title-wrap .icon {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(/img/icons/icon-arr-bg.svg) no-repeat center;
}
.cards .card-list .card.navy {
  width: 100%;
}
.cards .card-list .card.red .link {
  background: url(/img/icons/icon-usa.svg) #8D0E18 no-repeat right;
  background-position: 95% 80%;
}
@media (max-width: 1280px) {
  .cards .card-list .card.red .link {
    background-size: 6.25rem;
  }
}
.cards .card-list .card.gray .link {
  background: url(/img/hero/bg-banner.png) center/cover no-repeat;
}
.cards .card-list .card.navy .link {
  background: url(/img/icons/icon-language.svg) #0D355B no-repeat right;
  background-position: 95% 80%;
}
@media (max-width: 1280px) {
  .cards .card-list .card.navy .link {
    background-size: 6.25rem;
  }
}
.cards .card-list .card span {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.0225rem;
  font-weight: 300;
}
.cards .card-list .card:hover .link {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.12);
}
.cards .card-list .card:hover .link .icon {
  background: url(/img/icons/icon-arr-bg-hover.svg) no-repeat center !important;
}
.cards .card-list .card.red:hover .link {
  background-image: url(/img/icons/icon-usa-hover.svg);
  background-position: 95% 80%;
}
.cards .card-list .card.gray:hover .link {
  background-image: url(/img/hero/bg-banner-hover.png);
}
.cards .card-list .card.navy:hover .link {
  background-image: url(/img/icons/icon-language-hover.svg);
  background-position: 95% 80%;
}
@media (max-width: 1440px) {
  .cards {
    padding: 5rem 0;
  }
}
@media (max-width: 1280px) {
  .cards .card-list {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .cards .card-list .card {
    height: 12.5rem;
  }
  .cards .card-list .card .link {
    padding: 2.5rem;
  }
  .cards .card-list .card .link .notice-title {
    font-size: 1.625rem;
  }
  .cards .card-list .card .link span {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .cards {
    padding: 2.5rem 0;
  }
  .cards .card-list {
    gap: 1rem;
  }
  .cards .card-list .card {
    height: 6.25rem;
  }
  .cards .card-list .card .link {
    padding: 0 1.5rem;
    display: flex;
    justify-content: center;
  }
  .cards .card-list .card:hover .link {
    box-shadow: none !important;
  }
  .cards .card-list .card:hover .icon {
    background: url(/img/icons/icon-arr-bg.svg) no-repeat center !important;
  }
  .cards .card-list .card.navy .link, .cards .card-list .card.red .link {
    background-size: 5rem;
    background-image: none !important;
  }
  .cards .card-list .notice-title-wrap {
    justify-content: space-between;
  }
  .cards .card-list .notice-title {
    font-size: 1.5rem !important;
  }
  .cards .card-list span {
    display: none;
  }
}

/* =====================================
   FOOTER (4-Column Light Style)
===================================== */
.footer {
  background: #fff;
  color: #222;
  text-align: center;
  max-width: 90rem;
  margin: 0 auto;
  width: 100%;
  /* --- MENU LIST 4 Columns --- */
  /* --- COPYRIGHT --- */
}
.footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-top: 0.0625rem solid #eee;
}
.footer .footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.0625rem solid #eee;
}
.footer .footer-links > div {
  text-align: left;
  width: 25%;
  border-left: 0.0625rem solid #eee;
  padding: 2.5rem 1.5rem;
}
.footer .footer-links > div:first-child {
  border-left: none;
}
.footer .footer-links h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111;
}
.footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .footer-links ul li {
  font-size: 0.875rem;
  color: #555;
  cursor: pointer;
  transition: color 0.2s ease;
}
.footer .footer-links ul li:hover {
  color: #0D355B;
  font-weight: 600;
}
.footer .copy {
  font-size: 0.8125rem;
  color: #777;
  margin: 2.8125rem 0;
}
@media (max-width: 1440px) {
  .footer .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    background-color: #282828;
    padding: 0 !important;
  }
  .footer .inner {
    border-top: none;
  }
  .footer .footer-links {
    display: none;
  }
  .footer .copy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-weight: 300;
    margin: 2.1875rem 0;
  }
}

/* ===============================
   REVEAL (Section)
================================= */
.reveal {
  opacity: 0;
  transform: translateY(2.8125rem);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   REVEAL ITEMS (Internal)
================================= */
.reveal-item {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-item.show {
  opacity: 1;
  transform: none;
}

.card:hover .reveal-item {
  opacity: 1 !important;
  transform: none !important;
}

/* ===========================
   MOBILE NAV SLIDE (기본)
=========================== */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.mobile-nav .dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.mobile-nav .mobile-nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.875rem;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.22, 0.61, 0.36, 1);
  padding: 4.375rem 1.25rem 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9999;
}
.mobile-nav .mobile-nav-inner .btn-en {
  background: none;
  border: 0;
  font-size: 1.125rem;
  transition: color 0.3s ease;
  margin-bottom: 1.5rem;
}
.mobile-nav .mobile-nav-inner .btn-en .icon-en {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/img/icons/icon-en-bl.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: middle;
}
.mobile-nav .mobile-nav-inner .btn-en span {
  vertical-align: middle;
  margin-left: 0.3125rem;
}
.mobile-nav .mobile-nav-inner .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
}
.mobile-nav .mobile-nav-inner ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.mobile-nav .mobile-nav-inner ul li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
}
.mobile-nav.open {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
.mobile-nav.open .dim {
  opacity: 1;
}
.mobile-nav.open .mobile-nav-inner {
  transform: translateX(0);
}
.mobile-nav .mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
}
.mobile-nav .mobile-menu > li {
  border-bottom: 0.0625rem solid #eee;
}
.mobile-nav .mobile-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  position: relative;
}
.mobile-nav .mobile-menu > li > a span {
  position: relative;
  display: block;
}
.mobile-nav .mobile-menu > li > a:hover span::after {
  width: 100%;
}
.mobile-nav .mobile-menu > li > a::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 300;
  transition: 0.25s ease;
  color: #999;
}
.mobile-nav .mobile-menu > li.open > a::after {
  content: "–";
}
.mobile-nav .mobile-menu > li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-nav .mobile-menu > li .sub-menu li a {
  padding: 0.25rem 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #666;
  display: block;
}
.mobile-nav .mobile-menu > li .sub-menu li a:hover {
  color: #0D355B;
}
.mobile-nav .mobile-menu > li .sub-menu li a span {
  margin-left: 0;
}
.mobile-nav .mobile-menu > li.open .sub-menu {
  max-height: 18.75rem;
}

.mobile-nav {
  display: none;
}

/* 태블릿 이하에서만 표시 */
@media only screen and (max-width: 768px) {
  .mobile-nav {
    display: flex;
  }
}
/* ================================
   ULTRA THIN SCROLLBAR (.125rem)
================================ */
::-webkit-scrollbar {
  width: 0.125rem;
  height: 0.125rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.125rem;
  transition: background 0.25s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45);
}

@media (hover: none) {
  .map-tabs li:hover {
    background: rgba(31, 129, 208, 0.1);
    color: #333;
  }
}