@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Big Caslon";
  src: url("./fonts/BigCaslonFB-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Big Caslon";
  src: url("./fonts/BigCaslonFB-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Big Caslon";
  src: url("./fonts/BigCaslonFB-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Big Caslon";
  src: url("./fonts/BigCaslonFB-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Big Caslon";
  src: url("./fonts/BigCaslonFB-BoldItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Big Caslon";
  src: url("./fonts/BigCaslonFB-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
:root {
  --gap: 50px;
  --ico_w: 180px;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Big Caslon", "Roboto";
  font-feature-settings: "lnum", "pnum";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  outline: none;
  letter-spacing: -0.005em;
  line-height: 1.5;
  word-break: break-word;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
}
.kr .mg {
  font-family: "Noto Serif KR" !important;
}
.kr {
  font-family: "Pretendard";
}
.cn .mg {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
}

.cn {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif !important;
  font-style: normal;
}
*:focus {
  outline: none;
}
.container {
  overflow-x: hidden;
}
input,
button,
input[type="button"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
textarea {
  resize: none;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1;
  background-color: #f9f8f6;
}
body.scroll_active {
  height: 100%;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.hide {
  display: none !important;
}
input,
select {
  vertical-align: middle;
}
ul {
  list-style: none;
}
li {
  display: inline-block;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.05);
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex.subject.between {
  justify-content: start;
}
.wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative;
}
header {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  background-color: #f9f8f6;
}
header.mobile {
  width: 100%;
  top: -100vw;
  left: 0;
  display: none;
  position: fixed;
}
header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background-color: #f9f8f6;
  left: 0;
}
header .wrapper {
  padding: 15px 30px;
}
header .logo img {
  max-height: 45px;
}
header .language {
  padding-top: 22px;
}
header .language a {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}
.cn header .language a {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}
header .language a.active {
  cursor: default;
  font-weight: 700;
  color: #9e8d61;
}
header .language i {
  display: inline-block;
  margin: 0px 10px;
  width: 2px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
}
section {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
h6.title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 25px;
}
.cn h6.title {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 25px;

  word-break: break-all;

  font-family: source-han-serif-korean, serif;
  font-weight: 600;
  font-style: normal;
}
section.banner {
  padding-top: 40px;
  padding-bottom: 100px;
}
section.banner h2 {
  width: auto;
}
section.banner h2 > i {
  color: #9e8d61;
  font-style: italic;
}
section.banner h2,
section.banner h2 > i {
  font-weight: 300;
  font-size: 80px;
  line-height: 1.1;
}
section.banner h2 span,
section.banner h2 div {
  position: relative;
  display: inline-block;
  line-height: 1.1;
}
section.banner h2 div {
  overflow: hidden;
}
section.banner h2 em {
  padding: 0;
  margin: 0;
  display: none;
}
section.banner h2 span {
  display: block;
  transform: translateY(150%);
  transition: transform 1.5s ease;
}
section.banner h2 span.s1 {
  transition-delay: calc(0.3s * 1);
}
section.banner h2 span.s2 {
  transition-delay: calc(0.3s * 1.5);
}
section.banner h2 span.s3 {
  transition-delay: calc(0.3s * 2);
}
section.banner h2 span.s4 {
  transition-delay: calc(0.3s * 2.5);
}
section.banner h2 span.s5 {
  transition-delay: calc(0.3s * 3);
}
section.banner h2 span.s6 {
  transition-delay: calc(0.3s * 3.5);
}
section.banner.active h2 span {
  transform: translateY(0%);
}
section.banner .news {
  max-width: 550px;
  position: relative;
}
section.banner .news .slick {
  overflow: hidden;
  padding-right: 20px;
}
section.banner .news .slick .slick-slide {
  margin-bottom: 40px;
}
section.banner .news * {
  font-family: "Roboto";
}
.cn section.banner .news * {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
body.kr section.banner .news * {
  font-family: "Pretendard";
}
body.cn section.banner .news * {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.banner .news .item .article {
  color: #1d1d1d;
  font-size: 20px;
  line-height: 1.2em;
  height: calc(1.2em * 5);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  overflow: hidden;
}
body.kr section.banner .news .item .article {
  font-size: 19px;
}
body.cn section.banner .news .item .article {
  font-size: 19px;
  word-break: break-all;

  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.banner .news .item .thumb img {
  border-radius: 50%;
}
section.banner .news .item .thumb {
  padding-right: 10px;
}
section.banner .news .item .info * {
  line-height: 1.1;
}
section.banner .news .item .info h6 {
  padding-top: 2px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 2px;
}
section.banner .news .item .info p {
  font-size: 16px;
  font-weight: 400;
}
section.banner .news .slick-dots {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 8px;
  height: auto;
  transform: translateY(-50%);
}
section.banner .news .slick-dots li {
  display: block;
  width: 8px;
  height: 8px;
  margin: 6px 0px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(158, 141, 97, 0.25);
  transition: background 0.5s ease;
}
section.banner .news .slick-dots li.slick-active {
  background: rgba(158, 141, 97, 1);
}
section.banner .news .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
  cursor: pointer;
}
section.top_visual {
  padding-bottom: 50px;
}
section.top_visual video {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px;
  max-height: calc(100vw / 1.777);
}
section.top_visual p {
  font-weight: 300;
  width: 60%;
  font-size: 40px;
  line-height: 1.3;
}
body.kr section.top_visual p {
  font-family: "Noto Serif KR";
  line-height: 1.4;
  font-weight: 500;
}
body.cn section.top_visual p {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 400;
}
section.seoul {
  padding-bottom: 40px;
}
section.seoul h6 img {
  max-height: 45px;
}
section.seoul video {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: calc(100% / 1.777);
  overflow: hidden;
}
section.featured {
  padding-bottom: 120px;
}
section.featured h6.title {
  padding-bottom: 40px;
}
.cn section.featured h6.title {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.featured > .box {
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  padding-bottom: 70px;
}
section.featured ul {
  width: 60%;
  box-sizing: border-box;
  padding-right: 30px;
}
section.featured ul * {
  font-family: "Roboto";
}
.cn section.featured ul * {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
body.kr section.featured ul * {
  font-family: "Pretendard";
}
body.cn section.featured ul * {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.featured ul li {
  display: flex;
  line-height: 1.3;
  font-size: 24px;
  align-items: center;
  padding: 25px 0px;
  border-bottom: 1px solid #c5c5c5;
}
section.featured ul li:first-child {
  border-top: 1px solid #c5c5c5;
}
section.featured ul li > span {
  line-height: 1.3;
  font-weight: 300;
  font-size: 16px;
  min-width: 160px;
  display: inline-block;
}
section.featured .thumb {
  width: 40%;
  position: relative;
}
section.featured .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.featured p.des {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  padding-bottom: 40px;
}
body.kr section.featured p.des {
  padding-top: 60px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
}

body.cn section.featured p.des {
  padding-top: 60px;
  font-size: 38px;
  line-height: 1.2;

  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-variation-settings: "wght" 200;
}
section.featured .box2 {
  align-items: center;
  width: 100%;
  gap: 20px;
}
section.featured .box2 > img {
  width: calc(50% - (20px / 2));
}
section.priorities {
  padding-bottom: 160px;
}
.cn section.priorities .title {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}

section.priorities > .box {
  margin-top: -70px;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
section.priorities .item {
  width: 45%;
  box-sizing: border-box;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  padding-top: 160px;
}
section.priorities .item li {
  height: 80px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  transition: height 0.5s ease;
}
section.priorities .item li.active {
  height: 280px;
}
section.priorities .item li:not(.active) {
  cursor: pointer;
}
section.priorities .item li > div {
  display: flex;
  vertical-align: top;
}
section.priorities .item li span {
  font-family: "Roboto";
  padding-top: 8px;
  display: inline-block;
  width: 40px;
  font-weight: 400;
  color: #9e8d61;
  font-size: 24px;
}
section.priorities .item li h4 {
  display: inline-block;
  font-size: 56px;
  font-weight: 700;
}
.cn section.priorities .item li h4 {
  font-size: 36px;
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.priorities .item li h4 > i {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
}
.cn section.priorities .item li h4 > i {
  display: inline-block;
  font-style: italic;

  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.priorities .item li p {
  padding-top: 30px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Roboto";
}
body.kr section.priorities .item li p {
  font-family: "Pretendard";
}
body.cn section.priorities .item li p {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.priorities .thumb {
  position: relative;
  width: 55%;
  overflow: hidden;
}
section.priorities .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
section.priorities .thumb img.b {
  top: 100%;
}
section.service {
  padding-bottom: 100px;
}
.cn section.service .title {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-weight: 600;
  font-style: normal;
}
section.service ul {
  flex-wrap: wrap;
  gap: 30px;
}
section.service li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  width: calc(100% / 3 - (30px * 2) / 3);
}
section.service li *:not(h5) {
  font-family: "Roboto";
}
body.kr section.service li p {
  font-family: "Pretendard";
}
body.cn section.service li p {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.service li span {
  width: 118%;
  position: relative;
  display: block;
  transform: scaleX(0.85);
  transform-origin: left center;
  letter-spacing: -0.03em;
  font-size: 24px;
  line-height: 1.2;
  color: #9e8d61;
  font-weight: 500;
  padding-bottom: 5px;
}
section.service li h5 {
  transform-origin: left center;
  position: relative;
  display: block;
  letter-spacing: -0em;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 30px;
}
.cn section.service li h5 {
  transform-origin: left center;
  position: relative;
  display: block;
  letter-spacing: -0em;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 200;
  padding-bottom: 30px;

  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.service li p {
  letter-spacing: -0.03em;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  padding-bottom: 50px;
}
section.service li img {
  width: 100%;
  object-fit: cover;
}
section.solutions {
  padding-bottom: 100px;
}
.cn section.solutions .title {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.solutions ul {
  flex-wrap: wrap;
  gap: 30px;
}
section.solutions ul li {
  background: #fff;
  width: calc(100% / 4 - (30px * 3) / 4);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
section.solutions ul li:hover {
  box-shadow: 0px 25px 30px rgb(158, 141, 97, 0.25);
  background: #9e8d61;
}
section.solutions ul li a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 30px;
}
section.solutions ul li a *:not(h4) {
  font-family: "Roboto";
}
.cn section.solutions ul li a *:not(h4) {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
body.cn section.solutions ul li h4 {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
body.kr section.solutions ul li p {
  font-family: "Pretendard";
}
body.cn section.solutions ul li p {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.solutions ul li .ico {
  width: var(--ico_w);
  padding-right: 30px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
section.solutions ul li .ico img {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
section.solutions ul li:hover .ico {
  filter: grayscale(1) brightness(10);
}
section.solutions ul li .item {
  width: calc(100% - var(--ico_w));
}
section.solutions ul li h4 {
  padding-top: 10px;
  color: #000;
  position: relative;
  display: block;
  transform-origin: left center;
  letter-spacing: -0em;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 15px;
  transition: color 0.3s ease;
}
.cn section.solutions ul li h4 {
  font-weight: 200;
}
section.solutions ul li:hover h4 {
  color: #fff;
}
section.solutions ul li p {
  color: #000;
  position: relative;
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.6;
  transition: color 0.3s ease;
}
section.solutions ul li:hover p {
  color: #fff;
}
section.leadership {
  height: auto;
  padding-bottom: 120px;
}
section.leadership h6.title {
  margin-bottom: calc(-50px - var(--gap));
}
.cn section.leadership h6.title {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.leadership > div {
  display: flex;
}
section.leadership .fix_article {
  width: 40%;
}
section.leadership .fix_article > div {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  padding: calc(50px + var(--gap)) 20px 80px 50px;
}
body.kr section.leadership .fix_article > div {
  letter-spacing: -0.03em;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
  zoom: 0.99;
}
body.cn section.leadership .fix_article > div {
  letter-spacing: -0.03em;
  font-size: 38px;
  line-height: 1.4;
  zoom: 0.99;

  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.leadership .images-container {
  width: 60%;
  font-size: 0;
  padding-top: calc(58px + var(--gap));
}
section.leadership .images-container .first {
  position: relative;
}
section.leadership .images-container .first img {
  width: 100%;
  filter: brightness(0.8);
}
section.leadership .images-container .first .memo {
  width: 40%;
  padding-left: 50px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
body.kr section.leadership .images-container .first .memo {
  width: 45%;
  line-height: 1.3;
}
body.cn section.leadership .images-container .first .memo {
  width: 45%;
  line-height: 1.3;

  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.leadership .images-container img {
  max-width: 100%;
  align-self: stretch;
  object-fit: cover;
}
section.leadership .images-container .gray img {
  filter: grayscale(1);
  transition: filter 0.5s ease;
}
section.leadership .images-container .gray img:hover {
  filter: grayscale(0);
}
section.leadership .images-container .layout {
  padding-top: 30px;
  gap: 30px;
  flex-wrap: wrap;
}
section.leadership .images-container .layout div {
  width: 40%;
  flex-direction: column;
  gap: 30px;
}
section.leadership .images-container .layout div > img {
  height: 50%;
}
section.leadership .images-container .layout .big {
  width: calc(60% - 30px);
}
section.news {
  padding-bottom: 80px;
}
.cn section.news .title {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-variation-settings: "wght" 200;
}
section.news ul li {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
section.news ul li > div {
  overflow: hidden;
  min-height: 95px;
}
section.news ul li.active {
  grid-template-rows: 1fr;
}
section.news ul li:not(.active) {
  cursor: pointer;
}
section.news ul li {
  padding: 60px 0px 60px 30px;
  border-bottom: 1px solid #000;
}
section.news ul li:first-child {
  border-top: 1px solid #000;
}
section.news ul li .ico {
  padding-top: 8px;
  width: 100px;
}
section.news ul li .ico img {
  transition: transform 0.3s ease;
}
section.news ul li.active .ico img {
  transform: rotate(90deg);
}
section.news ul li .subject {
  flex-direction: column;
  width: calc(45% - 100px);
  box-sizing: border-box;
  padding-right: 120px;
}
.cn section.news ul li .subject h4 {
  width: 100%;
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-weight: 600;
}
section.news ul li .subject .thumb {
  font-size: 0;
}
section.news ul li .subject .thumb img {
  width: 100%;
  margin-bottom: 30px;
}
section.news ul li .subject .thumb img:last-child {
  margin-bottom: 0px;
}
section.news ul li .memo {
  color: #222;
  padding-right: 30px;
  overflow: hidden;
  width: 55%;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.cn section.news ul li .memo {
  color: #222;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;

  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.news ul li .memo a:visited b {
  color: #9e8d61;
}
section.news ul li .memo a b {
  font-family: "Roboto";
  font-weight: 500;
  color: #9e8d61;
  transition: color 0.3s ease;
}
.cn section.news ul li .memo a b {
  color: #9e8d61;
  transition: color 0.3s ease;

  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.news ul li .memo a:hover b {
  color: #000;
}
body.kr section.news ul li .memo {
  font-family: "Pretendard";
}
body.kr section.news ul li .memo a b {
  font-family: "Pretendard";
}
body.cn section.news ul li .memo {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
body.cn section.news ul li .memo b {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-variation-settings: "wght" 400;
}
body.en section.news ul li .memo b {
  font-family: "Roboto";
}
body.cn section.news ul li .memo a b {
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.news ul li h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 70px;
}
.cn section.news ul li h4 {
  font-weight: 200;
}
section.contact .title {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-variation-settings: "wght" 200;
}
section.contact .box {
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
section.contact .info,
section.contact .map,
section.contact .form {
  position: relative;
  width: calc(50% - (30px / 2));
}
section.contact .form * {
  font-family: "Roboto";
}
.cn section.contact .form * {
  word-break: break-all;
  font-family: source-han-serif-korean, serif;
  font-style: normal;
  font-variation-settings: "wght" 100;
}
section.contact .form h5 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 30px;
}
section.contact .form .input_box {
  border: 1px solid #b6b6b6;
  padding: 30px;
}
section.contact .form .input_box input {
  width: 100%;
  border: 1px solid #b6b6b6;
  display: block;
  box-sizing: border-box;
  padding: 12px 15px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
textarea::placeholder,
input::placeholder {
  color: #b6b6b6;
}
section.contact .form .input_box textarea {
  width: 100%;
  border: 1px solid #b6b6b6;
  display: block;
  box-sizing: border-box;
  padding: 12px 15px;
  line-height: 1.2;
  font-size: 24px;
  background-color: transparent;
  font-weight: 400;
  margin-bottom: 30px;
}
section.contact .form .input_box textarea:focus,
input:focus {
  background: #fff;
}
section.contact .form .input_box a {
  width: 100%;
  text-align: center;
  border: 1px solid #b6b6b6;
  display: block;
  background: #9e8d61;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 15px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s ease;
}
section.contact .form .input_box a:hover {
  background: #000;
}
section.contact .map {
  position: relative;
}
section.contact .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.contact .info {
  padding: 30px 0px;
}
section.contact .info > div {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
section.contact .info * {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto";
}
.cn section.contact .info * {
  font-size: 20px;
  line-height: 1.4;

  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
section.contact .info b {
  font-weight: 700;
}
.cn section.contact .info b {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Roboto";
}
section.contact .info span {
  display: block;
  font-family: "Pretendard";
}
.cn section.contact .info span {
  display: block;
  word-break: break-all;
  font-family: tt-hei-chs-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
footer {
  display: block;
  background: #000;
  min-height: 50px;
  box-sizing: border-box;
  padding: 30px 0px;
}
footer * {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  section.banner h2,
  section.banner h2 > i {
    font-size: 68px;
  }
  section.banner .news .item .article {
    font-size: 22px;
    margin-bottom: 15px;
  }
  section.priorities .item li h4 {
    font-size: 3.2vw !important;
  }
  section.priorities .item {
    width: 50%;
    padding-right: 3vw;
    padding-top: 10vw;
  }
  section.priorities .thumb {
    width: 50%;
  }
  section.priorities .item li p {
    padding-top: 2vw;
    padding-left: 3.5vw;
    font-size: 1.7vw;
  }
  section.priorities .item li.active {
    height: 20vw;
  }
  section.priorities .item li {
    height: 5vw;
  }
  section.priorities .item li span {
    padding-top: 0.7vw;
    width: 3.5vw !important;
    font-size: 1.5vw;
  }
  section.solutions ul {
    gap: 2vw;
  }
  section.solutions ul li {
    width: calc(100% / 4 - (2vw * 3) / 4);
  }
  section.solutions ul li a {
    padding: 2vw;
  }
  section.solutions ul li .ico {
    width: 8vw;
    padding-right: 20px;
  }
  section.solutions ul li .item {
    width: calc(100% - 8vw);
  }
  section.solutions ul li h4 {
    padding-top: 1.5vw;
    font-size: 1.6vw;
    padding-bottom: 0.5vw;
  }
  section.solutions ul li p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1680px) {
  section.leadership .images-container {
    padding-top: calc(50px + var(--gap));
  }
  section.leadership .images-container .first .memo {
    padding-left: 4vw;
    font-size: 1.75vw;
  }
  body.kr section.leadership .fix_article > div,
  section.leadership .fix_article > div {
    font-size: 2.2vw;
  }
  body.cn section.leadership .fix_article > div,
  section.leadership .fix_article > div {
    font-size: 2.2vw;
  }
  section.news ul li h4 {
    font-size: 2.5vw;
    padding-bottom: 5vw;
  }
  section.news ul li > div {
    min-height: 6.2vw;
  }
  section.news ul li .memo {
    padding-right: 3vw;
    font-size: 1.7vw;
  }
  section.news ul li .subject {
    width: calc(45% - 8vw);
    padding-right: 7vw;
  }
  section.news ul li .ico {
    padding-top: 0.5vw;
    width: 8vw;
  }
  section.news ul li .ico img {
    width: 3.5vw;
  }
  section.contact .info {
    width: 100%;
    gap: 30px;
  }
  section.contact .info > div {
    width: 50%;
  }
}
@media screen and (max-width: 1380px) {
  section.banner h2 em {
    display: block;
  }
  section.banner h2 div {
    margin-top: -2vw;
  }
  section.banner .news {
    max-width: 50%;
  }
  section.banner .news .item .article {
    font-size: 18px !important;
    line-height: 1.5em;
    height: calc(1.5em * 5);
    margin-bottom: 10px;
  }
  body.kr section.banner .news .item .article {
    font-size: 17px !important;
  }
  body.cn section.banner .news .item .article {
    font-size: 17px !important;
  }
  section.top_visual p {
    width: 70%;
    font-size: 3.5vw !important;
  }
  body.cn section.top_visual p {
    width: 70%;
    font-size: 3.5vw;
  }
  section.featured .thumb {
    width: 50%;
  }
  section.featured ul {
    width: 50%;
    padding-right: 30px;
  }
  section.featured ul li > span {
    font-size: 14px !important;
    min-width: 120px;
  }
  section.featured ul li {
    font-size: 20px !important;
    padding: 20px 0px;
  }
  section.service li {
    padding: 30px;
    background: #fff;
    width: calc(100% / 2 - (30px * 1) / 2);
  }
  section.solutions ul {
    gap: 2vw;
  }
  section.solutions ul li {
    width: calc(100% / 2 - (2vw * 1) / 2);
  }
  section.solutions ul li a {
    padding: 2vw;
  }
  section.solutions ul li .ico {
    width: 11vw;
    padding-right: 20px;
  }
  section.solutions ul li .item {
    width: calc(100% - 11vw);
  }
  section.solutions ul li h4 {
    padding-top: 1.5vw;
    font-size: 3vw !important;
    padding-bottom: 0.5vw;
  }
  section.solutions ul li p {
    font-size: 1.8vw !important;
  }
  section.contact .form_map {
    flex-direction: column-reverse;
  }
  section.contact .form_map .map {
    min-height: 50vw;
  }
  section.contact .form_map .map,
  section.contact .form_map .form {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  section.service li h5 {
    font-size: 4vw !important;
    padding-bottom: 20px;
  }
  section.service li p {
    font-size: 2vw !important;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  header.mobile {
    top: 0;
  }
  header .logo img,
  section.seoul h6 img {
    height: 5vw;
  }
  header .language {
    padding-top: 3vw !important;
  }
  section.banner > .flex {
    flex-direction: column;
  }
  section.banner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  section.banner .news,
  section.banner h2 {
    width: 100%;
    max-width: 100%;
  }
  section.banner .news {
    padding-top: 40px;
  }
  section.banner .news .item .article {
    font-size: 18px !important;
    height: calc(1.5em * 4);
    margin-bottom: 10px;
  }
  section.banner .news .item .info h6 {
    padding-top: 0px;
  }
  section.banner .news .slick-dots {
    top: inherit;
    bottom: 2vw;
    width: 8px;
    transform: translateY(0%);
  }
  section.top_visual p {
    width: 100% !important;
    font-size: 3.5vw !important;
  }
  section.top_visual video {
    border-radius: 2vw;
    margin-bottom: 4vw;
  }
  section.featured h6.title {
    padding-bottom: 25px;
  }
  section.featured > .box {
    padding-bottom: 7vw;
    flex-direction: column;
  }
  section.featured .thumb {
    width: 100%;
    height: 50vw;
  }
  section.featured ul {
    width: 100%;
    padding-right: 0px;
  }
  section.featured ul li > span {
    font-size: 14px !important;
    min-width: 120px !important;
  }
  section.featured ul li {
    font-size: 20px;
    padding: 20px 0px;
  }
  section.featured ul li:last-child {
    margin-bottom: 4vw;
  }
  body.kr section.featured p.des,
  section.featured p.des {
    padding-top: 0;
    font-size: 5vw !important;
    padding-bottom: 7vw;
  }
  body.cn section.featured p.des,
  section.featured p.des {
    padding-top: 0;
    font-size: 5vw !important;
    padding-bottom: 7vw;
  }
  section.priorities .thumb {
    width: 100%;
    display: none;
  }
  section.priorities .item {
    width: 100%;
    padding-right: 0vw;
    padding-top: 0vw;
  }
  section.priorities > .box {
    margin-top: 0px;
  }
  section.priorities .item li {
    height: 9vw;
  }
  section.priorities .item li p {
    height: calc(1.2em * 5);
    padding-top: 2vw;
    padding-left: 0vw;
    padding-bottom: 2vw;
    font-size: 1.7vw !important;
  }
  section.priorities .item li img.hide {
    width: 100%;
    height: 52vw;
    object-fit: cover;
    display: block !important;
  }
  section.priorities .item li.active {
    height: 85vw;
  }
  section.featured {
    padding-bottom: 10vw;
  }
  section.news,
  section.leadership,
  section.solutions,
  section.service,
  section.priorities {
    padding-bottom: 10vw;
  }
  section.priorities .item li span {
    padding-top: 1vw;
    width: 3.5vw !important;
    font-size: 2vw !important;
  }
  section.priorities .item li h4 {
    font-size: 6.2vw !important;
  }
  section.priorities .item li p {
    line-height: 1.4em;
    height: calc(1.4em * 5);
    font-size: 2.5vw !important;
  }
  section.leadership h6.title {
    margin-bottom: 0;
  }
  section.leadership > .flex {
    flex-direction: column-reverse;
  }
  section.leadership .images-container,
  section.leadership .fix_article {
    width: 100%;
  }
  section.leadership .images-container {
    padding-top: 5vw;
  }
  section.leadership .images-container .first .memo {
    padding-left: 5vw;
    font-size: 3.5vw !important;
  }
  section.leadership .images-container .layout .big {
    width: calc(60% - 3vw);
  }
  section.leadership .images-container .layout div {
    gap: 3vw;
  }
  section.leadership .images-container .layout {
    padding-top: 3vw;
    gap: 3vw;
  }
  body.kr section.leadership .fix_article > div,
  section.leadership .fix_article > div {
    padding: 0;
    font-size: 3.5vw !important;
  }
  body.cn section.leadership .fix_article > div,
  section.leadership .fix_article > div {
    padding: 0;
    font-size: 3.5vw !important;
  }
  section.leadership .fix_article .sticky {
    transform: translateY(0) !important;
  }
  section.news ul li > div {
    flex-wrap: wrap;
  }
  section.news ul li h4 {
    font-size: 4vw !important;
    padding-bottom: 5vw;
  }
  section.news ul li .memo {
    width: 100%;
    padding-right: 0vw;
    padding-top: 4vw;
    padding-left: 6vw;
  }
  section.news ul li .subject {
    width: calc(100% - 6vw);
    padding-right: 0vw;
  }
  section.news ul li .ico {
    padding-top: 0.3vw;
    width: 6vw;
  }
  section.news ul li {
    padding: 6vw 0px 6vw 3vw;
  }
  section.news ul li > div {
    min-height: 5.2vw;
  }
  section.news ul li {
    padding: 3vw 0px 3vw 3vw;
  }
  section.news ul li .memo {
    font-size: 2.5vw !important;
    padding-bottom: 3vw;
  }
  section.contact .form h5 {
    font-size: 3.5vw !important;
    padding-bottom: 3vw;
  }
  section.contact .form .input_box {
    padding: 3vw;
  }
  section.contact .form .input_box textarea,
  section.contact .form .input_box input {
    padding: 1.5vw 3vw;
    font-size: 3vw !important;
    margin-bottom: 3vw;
  }
  section.contact .form .input_box a {
    padding: 3vw 2vw;
    font-size: 4vw !important;
  }
  section.contact .info > div {
    padding-right: 2vw;
  }
  section.contact .box {
    gap: 4vw;
  }
  section.contact .info * {
    font-size: 2.7vw !important;
  }
  footer > .flex {
    flex-direction: column;
  }
  footer a {
    padding-bottom: 1.5vw;
  }
  footer * {
    font-size: 2.5vw !important;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding: 0px 15px;
    max-width: 100%;
  }
  header .wrapper {
    padding: 2vw 15px 2vw 15px;
  }
  header .logo img,
  section.seoul h6 img {
    height: 7vw;
  }
  h6.title,
  header h6.title {
    font-size: 7vw !important;
  }
  section.featured h6.title,
  h6.title {
    padding-bottom: 5vw !important;
  }
  header .language a {
    font-size: 3vw !important;
  }
  header .language i {
    margin: 0px 1.5vw 0 2vw;
    width: 2px;
    height: 2.2vw;
  }
  section.banner {
    padding-bottom: 10vw;
  }
  section.banner h2,
  section.banner h2 > i {
    font-size: 11.5vw !important;
    line-height: 1.1;
  }
  section.banner h2 em {
    display: block;
  }
  section.banner .news {
    padding-top: 6vw;
  }
  body.kr section.banner .news .item .article,
  section.banner .news .item .article {
    font-size: 3.5vw !important;
    margin-bottom: 10px;
  }
  body.kr section.banner .news .item .article {
    height: calc(1.5em * 5);
  }
  body.kr section.banner .news .item .info h6,
  section.banner .news .item .info h6 {
    padding-top: 2px;
    font-size: 5.5vw !important;
  }
  body.cn section.banner .news .item .article,
  section.banner .news .item .article {
    font-size: 3.5vw !important;
    margin-bottom: 10px;
  }
  body.cn section.banner .news .item .article {
    height: calc(1.5em * 5);
  }
  body.cn section.banner .news .item .info h6,
  section.banner .news .item .info h6 {
    padding-top: 2px;
    font-size: 5.5vw;
  }
  section.banner .news .item .info p {
    font-size: 3vw !important;
  }
  section.banner .news .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 5px 0px;
  }
  section.top_visual p {
    font-size: 6vw !important;
  }
  section.featured ul li {
    font-size: 3.7vw !important;
    padding: 3vw 0px;
  }
  section.featured ul li > span {
    font-size: 2.3vw;
    min-width: 21vw;
  }
  body.kr section.featured p.des,
  section.featured p.des {
    font-size: 7vw !important;
    padding-bottom: 7vw;
  }
  body.cn section.featured p.des,
  section.featured p.des {
    font-size: 7vw !important;
    padding-bottom: 7vw;
  }
  section.featured .box2 {
    flex-direction: column;
    gap: 3vw;
  }
  section.featured .box2 > img {
    width: 100%;
  }
  section.priorities .item li {
    padding-top: 2vw;
    height: 13vw;
    box-sizing: border-box;
  }
  section.priorities .item li.active {
    height: 100vw;
  }
  .cn section.priorities .item li.active {
    height: 95vw;
  }
  section.priorities .item li span {
    padding-top: 1vw;
    font-weight: 500;
    width: 6vw !important;
    font-size: 3.5vw !important;
  }
  section.priorities .item li h4 {
    font-size: 6.2vw !important;
  }
  section.priorities .item li p {
    line-height: 1.4em;
    height: calc(1.4em * 5);
    font-size: 4vw !important;
  }
  .cn section.priorities .item li p {
    line-height: 1.4em;
    height: calc(1.4em * 4);
    font-size: 4vw !important;
  }
  section.service li {
    padding: 20px;
    background: #fff;
    width: 100%;
  }
  section.service li span {
    font-size: 5vw !important;
    line-height: 1.2;
    color: #9e8d61;
    font-weight: 500;
    padding-bottom: 1vw;
  }
  section.service li h5 {
    font-size: 7vw !important;
    padding-bottom: 4vw !important;
  }
  section.service li p {
    line-height: 1.5;
    font-size: 4vw !important;
    padding-bottom: 6vw;
  }
  section.solutions .title i {
    display: block;
  }
  section.solutions ul {
    gap: 2vw;
  }
  section.solutions ul li {
    width: 100%;
  }
  section.solutions ul li a {
    padding: 5vw;
  }
  section.solutions ul li .ico {
    width: 30vw;
    padding-right: 5vw;
  }
  section.solutions ul li .item {
    width: calc(100% - 30vw);
  }
  section.solutions ul li h4 {
    padding-top: 2.5vw;
    font-size: 6vw !important;
    padding-bottom: 2vw;
  }
  .cn section.solutions ul li h4 {
    padding-bottom: 5vw !important;
  }
  section.solutions ul li p {
    padding-top: 3vw;
    font-size: 4.5vw !important;
  }
}
@media screen and (max-width: 480px) {
  body.kr section.featured p.des,
  section.featured p.des {
    font-size: 6vw !important;
  }
  body.cn section.featured p.des,
  section.featured p.des {
    font-size: 6vw !important;
  }
  section.top_visual p {
    font-size: 5vw !important;
  }
  body.kr section.leadership .fix_article > div,
  section.leadership .fix_article > div {
    font-size: 5.2vw !important;
  }
  body.cn section.leadership .fix_article > div,
  section.leadership .fix_article > div {
    font-size: 5.2vw !important;
  }
  section.news ul li h4 {
    font-size: 5vw !important;
    padding-bottom: 5vw;
  }
  section.news ul li .memo {
    font-size: 3.5vw !important;
    padding-bottom: 5vw;
  }
  section.news ul li > div {
    min-height: 6.2vw;
  }
}
