@charset "UTF-8";
@import url("/resources/css/common/print.css");
/*-------------------------------------------------
title       : 다국어메인
Author      : PLAN I
Create date : 2026-04-28
-------------------------------------------------*/
:root {
  --fs: 1.8rem;
  --header-gap: 9rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4rem;
}
#header .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--header-gap);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo a {
  display: block;
  height: 6.45rem;
}
#logo a img {
  height: 100%;
  width: auto;
}

#gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--header-gap);
}
#gnb a {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  height: 11rem;
  line-height: 11rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#gnb a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 4px;
  background-color: #12C186;
  width: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
#gnb a:hover {
  color: #12C186;
}
#gnb li.active a {
  color: #12C186;
}
#gnb li.active a::before {
  width: 100%;
}

#lang {
  position: relative;
}
#lang::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  display: block;
  margin-bottom: -0.5rem;
  margin-left: -0.6rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border: 0.1rem solid #E0E0E0;
  z-index: 1;
  background-color: #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}
#lang button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2.4rem;
  gap: 0.4rem;
  border-radius: 5rem;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #424242;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
#lang button:after {
  content: "\ea4d";
  font-family: "remixicon";
  font-size: 1.2rem;
  color: #424242;
  margin-left: 0.5rem;
}
#lang button i {
  font-size: 2rem;
}
#lang button:hover {
  border-color: #888;
}
#lang ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: calc(100% + 1.5rem);
  border: 1px solid #E0E0E0;
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 1rem;
  width: 100%;
  padding: 1rem;
  z-index: 0;
}
#lang ul li {
  text-align: center;
}
#lang ul li + li {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed #E0E0E0;
}
#lang ul li a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#lang ul li a:hover {
  color: #222;
  background-color: #f8f8f8;
}
#lang.active::before {
  opacity: 1;
  visibility: visible;
}
#lang.active button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#lang.active ul {
  opacity: 1;
  visibility: visible;
}

#main {
  padding-top: 11rem;
}

.inner {
  width: 100%;
  max-width: 132rem;
  padding: 0 2rem;
  margin: 0 auto;
}

#section1 {
  padding-top: 11rem;
  padding-bottom: 17.3rem;
  position: relative;
  background: url("../../images/global/section1_bg.jpg") no-repeat;
  background-position: top right;
}
#section1 h2 {
  font-family: Pretendard;
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 130%;
  background: -webkit-gradient(linear, left top, left bottom, from(#13A272), to(#1C5FB7));
  background: linear-gradient(#13A272 0%, #1C5FB7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 2rem;
}
#section1 .desc {
  color: #757575;
  font-family: Pretendard;
  font-size: 2rem;
  font-weight: 400;
  line-height: 170%;
}
#section1 .director {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#section1 .director h3 {
  font-family: Pretendard;
  font-size: 4rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 4rem;
}
#section1 .director p {
  font-family: Pretendard;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 170%;
}
#section1 .director .txt_wrap {
  color: #757575;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 170%;
  padding-top: 5.6rem;
  border-top: 1px dashed #E0E0E0;
}
#section1 .in1 .director {
  padding: 10.4rem 10.4rem 0 10.4rem;
  border-radius: 4rem 4rem 0 0;
  margin-top: 10.7rem;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
#section1 .in2 {
  position: relative;
  padding-bottom: 17.3rem;
  overflow: hidden;
  z-index: 1;
}
#section1 .in2::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../../images/global/section1_img02.jpg") no-repeat;
  background-position: left bottom;
  background-size: cover;
}
#section1 .in2 .director {
  padding: 5.6rem 10.4rem 10.4rem 10.4rem;
  border-radius: 0 0 4rem 4rem;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

#section2 .inner {
  text-align: center;
  padding-bottom: 19rem;
}
#section2 h3 {
  display: inline-block;
  font-size: 6.2rem;
  font-weight: 700;
  background: linear-gradient(92deg, #3474D2 33.8%, #48C1DC 54.39%, #3796D0 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#section2 h3:nth-child(2) {
  margin-bottom: 1rem;
}
#section2 h4 {
  color: #222;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 1rem;
}
#section2 h4 + p {
  color: #757575;
  line-height: 170%;
}
#section2 .txt_box {
  padding: 4rem;
  border-radius: 10rem;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(196, 196, 196, 0.35);
          box-shadow: 0 0 20px 0 rgba(196, 196, 196, 0.35);
  margin: 2.8rem 0 7.6rem 0;
}
#section2 .img_box {
  margin: 4rem 0 6rem 0;
}
#section2 .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  position: relative;
  padding: 3.2rem;
  border-radius: 10rem;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(196, 196, 196, 0.35);
          box-shadow: 0 0 20px 0 rgba(196, 196, 196, 0.35);
  margin-top: 6.4rem;
}
#section2 .value li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  border-radius: 10rem;
  background-color: #F7F8FA;
  padding: 3rem;
}
#section2 .value span {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
  line-height: 2.8rem;
  border-radius: 3rem;
  background: #222;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
}
#section2 .value strong {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
}
#section2 .tit_wrap {
  position: relative;
}
#section2 .tit_wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #F7F8FA;
  width: 1000%;
  height: 100%;
  top: 36.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section2 .title_box:not(:last-child) {
  margin-bottom: 10rem;
}
#section2 .title_box h5 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  border-radius: 100rem;
  padding: 2rem 4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
}
#section2 .title_box ul {
  background-color: #fff;
  border-radius: 4.8rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(196, 196, 196, 0.35);
          box-shadow: 0 0 20px 0 rgba(196, 196, 196, 0.35);
  margin-top: -4.5rem;
}
#section2 .title_box.type1 {
  padding-top: 18rem;
  background: url("../../images/global/section02_img02.png") no-repeat;
  background-position: top -8rem center;
}
#section2 .title_box.type1 h5 {
  border: 10px solid #E4EFF7;
  background: linear-gradient(0deg, #003B8A 0%, #003B8A 100%), linear-gradient(92deg, #3474D2 18.45%, #48C1DC 62.15%, #3796D0 88.91%), #FFF;
}
#section2 .title_box.type1 ul {
  padding-top: 6.8rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section2 .title_box.type1 ul li {
  padding: 2rem;
  width: 25%;
}
#section2 .title_box.type1 ul li strong {
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(92deg, #3474D2 33.8%, #48C1DC 54.39%, #3796D0 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#section2 .title_box.type1 ul li span {
  position: relative;
  display: block;
  color: #616161;
  margin-top: 3.2rem;
  font-family: Pretendard;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}
#section2 .title_box.type1 ul li span::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 1px;
  background-color: #ddd;
}
#section2 .title_box.type2 h5 {
  border: 10px solid #E4EFF7;
  background: linear-gradient(0deg, #0088B1 0%, #0088B1 100%), linear-gradient(92deg, #3474D2 18.45%, #48C1DC 62.15%, #3796D0 88.91%), #FFF;
}
#section2 .title_box.type2 li {
  height: 18.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section2 .title_box.type3 h5 {
  border: 10px solid #DFF0EF;
  background: linear-gradient(0deg, #26ACA2 0%, #26ACA2 100%), linear-gradient(92deg, #3474D2 18.45%, #48C1DC 62.15%, #3796D0 88.91%), #FFF;
}
#section2 .title_box:not(.type1) ul {
  padding: 6.8rem 3.2rem 3.2rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#section2 .title_box:not(.type1) ul li {
  border-radius: 1.6rem;
  background: #F7F8FA;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 1.5rem);
          flex: 0 1 calc(25% - 1.5rem);
  padding: 1.6rem;
  color: #616161;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
#section2 .title_box:not(.type1) ul strong {
  color: #3575D2;
  font-size: 2rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#section2 .title_box:not(.type1) ul span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2rem;
  margin-top: 1.6rem;
}

#section3 {
  padding: 18rem 0;
  background: url("../../images/global/section3_img01.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
#section3 h2 {
  font-size: 5.2rem;
}
#section3 h2 + p {
  margin-top: 2rem;
  font-size: 2rem;
  opacity: 0.6;
  line-height: 1.3;
}
#section3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  margin-top: 10rem;
}
#section3 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 2.1333333333rem);
          flex: 0 1 calc(33.33% - 2.1333333333rem);
  height: 25.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border-radius: 6rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.35), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.35), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(1rem);
}
#section3 ul li strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  display: block;
  text-align: center;
}

#section4 .inner {
  text-align: center;
  padding: 11rem 0 33rem 0;
}
#section4 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 2.6rem;
  font-size: 6.2rem;
  font-weight: 700;
  background: linear-gradient(92deg, #3474D2 33.8%, #48C1DC 54.39%, #3796D0 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#section4 h2:nth-child(2) {
  margin-bottom: 1rem;
}
#section4 h2::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  z-index: 10;
  margin-left: -4px;
  width: 9px;
  height: 9px;
  background-color: #1E2171;
  border-radius: 50%;
}
#section4 ul {
  position: relative;
  padding-top: 7rem;
  --line-gray-height: 0px;
}
#section4 ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #1E2171;
}
#section4 ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  top: auto;
  width: 1px;
  height: var(--line-gray-height);
  max-height: 100%;
  background-color: #CFCFCF;
  pointer-events: none;
  -webkit-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
}
#section4 ul li {
  position: relative;
  z-index: 2;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
#section4 ul li strong, #section4 ul li span {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
#section4 ul li:last-child::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 11px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
#section4 ul li::after {
  content: "";
  position: absolute;
  top: 1rem;
  width: 23px;
  height: 23px;
  border: 6px solid #fff;
  background-color: #1E2171;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px #1E2171;
          box-shadow: 0px 0px 0px 1px #1E2171;
  -webkit-transition: background-color 0.35s ease, -webkit-box-shadow 0.35s ease-in-out;
  transition: background-color 0.35s ease, -webkit-box-shadow 0.35s ease-in-out;
  transition: background-color 0.35s ease, box-shadow 0.35s ease-in-out;
  transition: background-color 0.35s ease, box-shadow 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
}
#section4 ul li.is-muted strong, #section4 ul li.is-muted span {
  color: #C3C3C3;
}
#section4 ul li.is-muted:not(:last-child)::before {
  background-color: #C3C3C3;
}
#section4 ul li.is-muted::after {
  background-color: #C3C3C3;
  -webkit-box-shadow: 0px 0px 0px 1px #C3C3C3;
          box-shadow: 0px 0px 0px 1px #C3C3C3;
}
#section4 ul li:nth-child(2n) {
  text-align: left;
  margin-left: 50%;
  padding-left: 7rem;
}
#section4 ul li:nth-child(2n)::before {
  left: 0;
}
#section4 ul li:nth-child(2n)::after {
  left: -11px;
}
#section4 ul li:nth-child(2n-1) {
  text-align: right;
  margin-right: 50%;
  padding-right: 7rem;
}
#section4 ul li:nth-child(2n-1)::before {
  right: -1px;
}
#section4 ul li:nth-child(2n-1)::after {
  right: -12px;
}
#section4 strong {
  color: #1E2171;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: normal;
}
#section4 span {
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}

#section5 .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72rem;
  border-radius: 6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.07);
}
#section5 .map {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
#section5 .map iframe {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#section5 .txt {
  width: 40.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 5.6rem;
  background-color: #fff;
}
#section5 .txt .address {
  margin-top: auto;
}
#section5 .txt .address h4 {
  color: #14977D;
  font-family: Pretendard;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0.5rem;
}
#section5 .txt .address p {
  color: var(--black-700-body-616161, #616161);
  font-family: Pretendard;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 6rem;
}
#section5 .txt a {
  border-radius: 1.6rem;
  background: #004097;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#section5 .txt a i {
  font-weight: 300;
}
#section5 .txt a:hover {
  background-color: #00347E;
}
#section5 .txt h3 {
  color: #222;
  font-family: Pretendard;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2.4rem;
}
#section5 .txt h3 + p {
  color: #222;
  font-family: Pretendard;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
}

#footer {
  background: url("../../images/global/f_bg.jpg") no-repeat center center/cover;
  padding-top: 53rem;
  margin-top: -53rem;
  color: #fff;
}

#fnb1 {
  padding: 11rem 2rem;
  max-width: 132rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fnb1 div:first-child {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5rem;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.35), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.35), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(1rem);
}
#fnb1 .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
#fnb1 .contact h4 {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
}
#fnb1 .contact p {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 160%;
}

#siteinfo {
  background: rgba(0, 0, 0, 0.2);
}
#siteinfo .wrap {
  max-width: 132rem;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 300;
  opacity: 0.4;
}

@media (max-width: 1320px) {
  :root {
    --header-gap: 5rem;
  }
  #header {
    padding: 0 2rem;
  }
  #logo a {
    height: 6rem;
  }
  #section1 .in1 .director,
  #section1 .in2 .director {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1200px) {
  #section2 .value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4rem;
    gap: 2rem;
  }
  #section2 .value li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 1.6rem;
  }
  #fnb1 {
    gap: 2rem;
  }
  #fnb1 h2 a {
    display: block;
    height: 5rem;
  }
  #fnb1 h2 a img {
    height: 100%;
    width: auto;
  }
  #fnb1 .contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fnb1 .contact h4 {
    font-size: 2rem;
  }
  #fnb1 .contact p {
    font-size: 2.4rem;
  }
}
@media (max-width: 1080px) {
  :root {
    --header-gap: 2rem;
  }
  #logo {
    margin-right: 2rem;
  }
  #logo a {
    height: 5rem;
  }
  #lang button {
    padding: 1rem 1.5rem;
  }
  #section1 .in1 .director {
    padding-top: 7rem;
  }
  #section1 .in1 .director h3 {
    font-size: 3.2rem;
  }
  #section1 .in1 .director p {
    font-size: 2rem;
  }
  #section1 .in1 .title_wrap::after {
    width: 28rem;
    background-position: center bottom;
  }
  #section1 .in2 .director {
    padding-bottom: 7rem;
  }
  #section2 .title_box:not(.type1) ul {
    border-radius: 4rem;
  }
  #section2 .title_box:not(.type1) ul li {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 1rem);
            flex: 1 0 calc(50% - 1rem);
    height: auto;
    min-height: 10rem;
  }
  #section3 {
    padding: 8rem 0;
    text-align: center;
  }
  #section3 h2 {
    font-size: 3.2rem;
  }
  #section3 h2 br {
    display: none;
  }
  #section3 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
  }
  #section3 ul li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    height: auto;
  }
  #section3 ul li strong br {
    display: none;
  }
  #siteinfo .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  #logo a {
    height: 5rem;
  }
  #header {
    height: 8rem;
    padding: 0 1rem;
  }
  #gnb ul {
    display: none;
  }
  #section1 {
    padding-bottom: 0;
    background-size: 200% auto;
    background-position: top left 30%;
  }
  #section1 .in1 .title_wrap {
    padding-right: 0;
    text-align: center;
  }
  #section1 .in1 .title_wrap::after {
    display: none;
  }
  #section1 .in1 .director h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  #section1 .in2 .director {
    padding-top: 2.4rem;
  }
  #section1 .director .txt_wrap {
    padding-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  #section1 .in2::before {
    background-size: auto 100%;
  }
  #section1 .in2 {
    padding-bottom: 5rem;
  }
  #section1 .in1 .director, #section1 .in2 .director {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important;
  }
  #section2 {
    padding-top: 5rem;
  }
  #section2 .title_box.type1 {
    background-size: 60rem auto;
    background-position: top -2rem center;
    padding-top: 13rem;
  }
  #section2 .title_box.type1 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section2 .title_box.type1 ul li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1rem);
            flex: 0 1 calc(50% - 1rem);
  }
  #section2 .value {
    padding: 2rem;
  }
  #section2 .value strong {
    font-size: 1.8rem;
  }
  #section2 .txt_box {
    border-radius: 4rem;
  }
  #section5 .inner > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2rem;
  }
  #section5 .inner > div .map iframe {
    height: 26rem;
    width: 100%;
  }
  #section5 .inner > div .txt {
    width: 100%;
    border-radius: 0;
    padding: 4rem 2rem;
  }
  #section5 .inner > div .txt h3 {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  #section5 .inner > div .txt .address {
    margin-top: 2rem;
  }
  #section5 .inner > div .txt .address p {
    margin-bottom: 2rem;
  }
  #fnb1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5rem 2rem;
  }
  #fnb1 h2 {
    margin-bottom: 4rem;
  }
  #fnb1 div:first-child {
    width: 5rem;
    height: 5rem;
    border-radius: 2rem;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  #section1 {
    padding-top: 8rem;
  }
  #section1 h2 {
    font-size: 5rem;
    text-align: center;
  }
  #section1 .desc {
    text-align: center;
  }
  #section1 .in1 .director {
    padding-top: 4rem;
  }
  #section1 .in2 .director {
    padding-bottom: 4rem;
  }
  #section2 h3,
  #section4 h2 {
    font-size: 4rem;
  }
  #section2 h4 {
    font-size: 2.4rem;
    line-height: 130%;
  }
  #section2 .title_box h5 {
    font-size: 2rem;
    padding: 1.6rem 2rem;
  }
  #section2 .title_box.type1 ul {
    padding-bottom: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
  #section2 .title_box.type1 ul li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #section2 .title_box:not(.type1) ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.8rem 2rem 2rem 2rem;
    gap: 2rem;
  }
  #section2 .title_box:not(.type1) ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    min-height: auto;
  }
  #section2 .title_box:not(.type1) ul span {
    padding: 1.2rem;
  }
  #section2 .title_box:not(:last-child) {
    margin-bottom: 4rem;
  }
  #section4 ul {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #section4 ul li:nth-child(2n-1) {
    padding-right: 2rem;
  }
  #section4 ul li:nth-child(2n) {
    padding-left: 2rem;
  }
  #section4 ul strong {
    font-size: 2rem;
  }
  #section4 ul span {
    font-size: 1.6rem;
  }
  #fnb1 div:first-child {
    display: none;
  }
  #fnb1 .contact {
    text-align: center;
  }
  h4 {
    font-size: 2.2rem;
  }
}