:root {
  --color-theme: #4a42cc;
  --font-color-theme: #3a32a2;
  --font-color-default: #121212;
  --font-color-default-soft: rgba(#121212, 0.8);
  --font-color-black: #292929;
  --font-color-violet: #4a42cc;
  --font-color-blue: #182249;
  --font-color-gray: #929292;
  --font-color-gray-soft: #e6e6e6;
  --font-color-gray-pastel: #f8f8f8;
  --font-color-red: #dc3545;
  --font-color-pink: #e77786;
  --font-color-yellow: #fed11b;
  --font-color-blue: #006ee0;
  --link-color-hover: #0a58ca;
  --link-color-hover-soft: rgba(10, 88, 202, .3);
  --bg-color-gray: #ebebeb;
  --bg-color-gray-soft: #f7f7f7;
  --bg-color-violet: #f5f5ff;
  --bg-color-blue: #f6f9ff;
  --bg-color-black: #222222;
  --border-color-gray-hard: #717376;
  --border-color-gray-soft: #ebebeb;
  --border-color-gray-pastel:#f7f7f7;
  --section-gap: 120px;
  --section-padding: 95px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  font-family: inherit;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("fonts/pretended//woff2/PretendardVariable.woff2") format("woff2-variations");
}
:root {
  --link-color:rgb(13,110,253);
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Pretendard Variable", sans-serif;
  word-break: keep-all;
  letter-spacing: -0.057em;
  color: var(--font-color-default);
  font-size: 16px;
  min-width: 320px;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

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

button {
  letter-spacing: inherit;
}

button, a, input, textarea {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

input {
  font-size: 16px;
}

p {
  word-break: keep-all;
}

.is-empty {
  font-size: 20px;
  padding: 50px 0;
  text-align: center;
  color: #6c757d;
  font-size: 16px;
}

.hidden,
.readonly {
  display: none !important;
}

.unselectable {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clear::after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}

@media all and (min-width: 1025px) {
  .mb-only {
    display: none !important;
  }
}
@media all and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
.container {
  width: 100%;
  max-width: 1720px;
  padding: 0 40px;
  margin: 0 auto;
}

.subpage .header-wrapper.fixed {
  padding-top: 91px;
}
.subpage .header-wrapper.fixed .header {
  position: fixed;
  top: 0;
  left: 0;
}

.header-wrapper .header {
  position: absolute;
  top: 0;
  left: 0;
}

header.header {
  position: relative;
  width: 100%;
  z-index: 9000;
}
header.header .header-content h1 svg path {
  transition: fill 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header.header .header-content h1 {
  color: #fff;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header.header .header-main {
  transition: border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header.header .header-sub {
  transition: box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header.header:hover .header-content h1 svg path {
  fill: #121212;
}
header.header:hover .header-content h1 {
  color: #121212;
}
header.header:hover .header-main {
  border-color: #bbbbbb;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
header.header:hover .header-sub {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
header.header:hover .depth1-li-a {
  text-shadow: none;
  color: inherit;
}
header.header:hover .select-language .lang-current span {
  background-color: #214e1f;
  border-color: #214e1f;
}

.header-main {
  border-bottom: 1px solid transparent;
}

.header-content {
  display: flex;
  gap: 200px;
  align-items: center;
}
.header-content h1 {
  display: flex;
  flex: 0 0 147px;
  align-items: center;
  line-height: 1;
}
.header-content h1 a {
  position: relative;
}
.header-content h1 img {
  width: 100%;
}
.header-content h1 svg {
  width: 100%;
}
.header-content .global-menu {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
}

.logo-reverse {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@keyframes menuBulletStart {
  from {
    right: 100%;
    transform: translateX(0);
  }
  to {
    right: 0;
    transform: translateX(0);
  }
}
@keyframes menuBulletEnd {
  from {
    right: 0;
    transform: translateX(0);
  }
  to {
    right: 0;
    transform: translateX(100%);
  }
}
header.header .gnb {
  display: flex;
  height: 100%;
  flex: 1 1 100%;
  align-items: center;
}
header.header .depth1-li {
  display: flex;
  height: 100%;
  flex: 1 1 200px;
  justify-content: center;
  align-items: center;
  height: 90px;
}
header.header .depth1-li.current .depth1-li-a {
  font-weight: bold;
}
header.header .depth1-li.on .depth1-li-a {
  border-bottom: 3px solid #214e1f;
}
header.header .depth1-li-a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 20px;
  padding: 0 35px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05), -1px -1px 1px rgba(0, 0, 0, 0.05), 1px -1px 1px rgba(0, 0, 0, 0.05), -1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-font-smoothing: subpixel-antialiased;
}
header.header .depth1-li-a-span {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
header.header .header-sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
header.header .header-sub-content {
  display: flex;
  padding-left: 347px;
  padding-right: 275px;
}
header.header .gnb-wrap {
  display: flex;
  flex: 1 1 100%;
}
header.header .depth2 {
  flex: 1 1 100%;
  padding: 15px 0 30px 0;
}
header.header .gnb-col-sub {
  display: flex;
  height: 100%;
  flex: 1 1 200px;
}
header.header .gnb-col-sub .depth2-li.current .depth2-li-a {
  color: #214e1f;
  font-weight: 600;
}
header.header .gnb-col-sub.on .depth2-li-a {
  opacity: 0.9;
}
header.header .gnb-col-sub.on .depth2-li-a:hover {
  opacity: 1;
  font-weight: 600;
}
header.header .depth2-li {
  text-align: center;
}
header.header .depth2-li-a {
  display: block;
  font-size: 18px;
  padding: 12px 0;
}
header.header .depth2-li-a:hover .depth2-li-a-span {
  border-color: #214e1f;
}
header.header .depth2-li-a-span {
  padding: 2px 0;
  border-bottom: 2px solid transparent;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
}
header.header .header-sub {
  transform: none;
  transform-origin: 50% -50px;
  transition: transform 250ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  pointer-events: none;
}
header.header .depth2-li-a-span {
  opacity: 0;
  transform: scale(1.1, 1.1) translateZ(0);
}

.header.opened .header-sub {
  transform: none;
  opacity: 1;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header.opened .depth2-li-a-span {
  opacity: 1;
  transform: scale(1, 1) translateZ(0);
}
.header.opened .depth2-li:nth-child(1) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.05s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.05s;
}
.header.opened .depth2-li:nth-child(2) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
.header.opened .depth2-li:nth-child(3) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.15s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.15s;
}
.header.opened .depth2-li:nth-child(4) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}
.header.opened .depth2-li:nth-child(5) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.header.opened .depth2-li:nth-child(6) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
.header.opened .depth2-li:nth-child(7) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.35s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.35s;
}
.header.opened .depth2-li:nth-child(8) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
.header.opened .depth2-li:nth-child(9) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.45s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.45s;
}
.header.opened .depth2-li:nth-child(10) .depth2-li-a-span {
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
}

.select-language {
  position: relative;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
.select-language button {
  background-color: transparent;
}
.select-language .lang-current span {
  display: block;
  width: 75px;
  padding: 7px 10px;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.select-language .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 8em;
  padding: 3px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid rgb(210, 210, 210);
  background: #fff;
  z-index: 1;
  margin-top: 5px;
}
.select-language .lang-dropdown::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.select-language .lang-dropdown.active {
  display: block;
}
.select-language .lang-dropdown li a {
  display: flex;
  width: 100%;
  height: 26px;
  padding: 0 1em;
  align-items: center;
  justify-content: space-between;
  color: #7f7f7f;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.select-language .lang-dropdown li a i {
  margin-left: auto;
  font-size: 12px;
}
.select-language .lang-dropdown li a:hover {
  background: #f8f9fa;
}

.footer {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.footer svg {
  max-width: 147px;
  width: 100%;
}

.footer-row {
  display: flex;
  gap: 120px;
}

.footer-col.logo {
  flex: 0 0 147px;
}
.footer-col.info {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.footer-nav,
.footer-info {
  flex: 1 1 100%;
}

.footer-nav nav ul {
  display: flex;
}
.footer-nav nav ul li a {
  font-size: 18px;
  font-weight: 500;
}
.footer-nav nav ul li a:hover {
  color: var(--link-color);
}
.footer-nav nav ul li + li {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
}
.footer-nav nav ul li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  background: #121212;
  transform: translateY(-50%);
}

.footer-info {
  color: #888888;
  font-size: 16px;
}
.footer-info strong {
  color: #666;
  font-weight: bold;
}
.footer-info .col-content::before {
  content: ": ";
}

.footer-row-row {
  display: flex;
  gap: 80px;
}

.footer-col-col strong.col-title {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.5em;
}

.lang-en .footer-info {
  font-size: 14px;
}

.main-overlays {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  pointer-events: none;
}
.main-overlays .container {
  height: 100%;
}
.main-overlays a {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: auto;
}

.main-overlays.hide a {
  opacity: 0;
  pointer-events: none;
}

.main-overlays.absolute {
  position: absolute;
}

.overlays-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.link-inquiry, .link-inquiry-mobile {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 164px;
  height: 164px;
  background: #2a4429;
  padding: 25px;
  border-radius: 50%;
}
.link-inquiry span, .link-inquiry-mobile span {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #437441;
  font-weight: bold;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 24px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.link-inquiry span::before, .link-inquiry-mobile span::before {
  content: "";
  position: absolute;
  top: 82%;
  right: 82%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  transform: rotate(-35deg);
}

.mainpage main {
  position: relative;
}

#section1 .section-content, #section1 .container, #section1 .section-content-inner {
  height: 100%;
}

.section-content-inner {
  position: relative;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.mainpage .link-rect {
  display: inline-block;
  line-height: 1;
  padding: 0.9em 1.2em;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.mainpage .link-rect:hover {
  border: 1px solid #214e1f;
  color: #214e1f;
}
.mainpage .link-rect:hover .arrow::before {
  box-shadow: inset -1px 1px 0 0 #214e1f;
}
.mainpage .link-rect:hover .arrow::after {
  background-color: #214e1f;
}
.mainpage .link-rect.vertical {
  justify-content: center;
  text-align: center;
  padding: 0.9em 1.8em;
}
.mainpage .link-rect.vertical .on {
  display: none;
}
.mainpage .link-rect.vertical .arrow {
  margin: 0;
}
.mainpage .link-rect.vertical .arrow-wrap {
  justify-content: center;
}
.mainpage .link-rect.vertical:hover .on {
  display: inline-block;
}
.mainpage .link-rect.vertical:hover .off {
  display: none;
}
.mainpage .link-rect.vertical .txt {
  display: block;
  margin: 0.6em 0 0.4em 0;
}
.mainpage #section2 {
  background-image: url("../img/main/bg2.jpg");
}
.mainpage #section3 {
  background-image: url("../img/main/bg3.jpg");
}
.mainpage #section4 {
  background-image: url("../img/main/bg4.jpg");
}
.mainpage .section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mainpage .section .section-content-inner {
  text-align: center;
  font-size: 60px;
  color: #fff;
}
.mainpage .section .section-content-inner strong {
  font-weight: 600;
}
.mainpage .section .section-content-inner p {
  line-height: 1.4;
}
.mainpage .section .section-content-inner p.buttons {
  font-size: 30px;
  margin-top: 60px;
}
.mainpage .arrow-wrap {
  display: flex;
  align-items: center;
}
.mainpage .arrow {
  position: relative;
  display: block;
  width: 2em;
  height: 1em;
  text-decoration: none;
  margin-right: 0.2em;
  margin-left: 1em;
}
.mainpage .arrow::after, .mainpage .arrow::before {
  content: "";
  display: block;
  position: absolute;
}
.mainpage .arrow::before {
  top: 50%;
  right: 0;
  width: 14.1421356237px;
  height: 14.1421356237px;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg) translateZ(0);
  box-shadow: inset -1px 1px 0 0 #fff;
  backface-visibility: hidden;
  backface-visibility: hidden;
}
.mainpage .arrow::after {
  top: 50%;
  right: 0;
  width: 2em;
  height: 1px;
  transform: translate(0, -0.5px);
  background-color: #fff;
}

.cover-txt {
  overflow: hidden;
}
.cover-txt span {
  display: inline-block;
  transform: translate(0, 100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.buttons a {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 50%) scale(1.1, 1.1);
  transition: opacity 0.6s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section.on .cover-txt span, .section.on .cover-txt a, .section.on .buttons span, .section.on .buttons a {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}

.lang-en.mainpage .section .section-content-inner {
  font-size: 40px;
}

.subpage-header.contain-submenu {
  margin-bottom: 45px;
}

.subpage-submenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 100;
}
.subpage-submenu .container-banner-inner {
  background: #214e1f;
}
.subpage-submenu .container-banner-inner ul {
  display: flex;
  color: #fff;
}
.subpage-submenu .container-banner-inner ul li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.subpage-submenu .container-banner-inner ul li a, .subpage-submenu .container-banner-inner ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 90px;
  font-size: 24px;
  padding: 0 2em;
}
.subpage-submenu .container-banner-inner ul li a {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.subpage-submenu .container-banner-inner ul li a::before {
  content: "";
  height: 10px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transition: transform 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: center top;
}
.subpage-submenu .container-banner-inner ul li a:hover {
  color: #fff;
}
.subpage-submenu .container-banner-inner ul li a:hover::before {
  transform: scale(1, 1);
}

.container-banner {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
.container-banner .container-sub {
  max-width: 1200px;
  padding: 0;
}

.container-sub {
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}

.subpage-header {
  position: relative;
}
.subpage-header h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}
.subpage-header img {
  width: 100%;
}

.sub-contents {
  padding-top: 130px;
  padding-bottom: 130px;
}
.sub-contents h3.subpage-title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0;
}
.sub-contents h3.subpage-title small {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 1em;
  white-space: wrap;
}

.tab-menu {
  margin-bottom: 45px;
}
.tab-menu ul {
  display: flex;
  gap: 20px;
}
.tab-menu ul li {
  flex: 1 1 50%;
}
.tab-menu ul li.current a {
  background: #2a4429;
  color: #fff;
  white-space: nowrap;
}
.tab-menu ul li a {
  display: block;
  padding: 22px;
  font-size: 24px;
  color: #2a4429;
  line-height: 1;
  text-align: center;
  border: 1px solid #2a4429;
}

.breadcrumbs {
  position: relative;
  border-bottom: 1px solid var(--border-color-gray-soft);
  z-index: 8000;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.breadcrumbs ol {
  display: flex;
}
.breadcrumbs ol > li {
  position: relative;
  padding: 20px 30px;
}
.breadcrumbs ol > li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--font-color-default);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs .sub {
  display: flex;
  justify-content: space-between;
  min-width: 300px;
  border-right: 1px solid var(--border-color-gray-soft);
}
.breadcrumbs .home {
  border-left: 1px solid var(--border-color-gray-soft);
  border-right: 1px solid var(--border-color-gray-soft);
  padding: 0;
}
.breadcrumbs .home .bc-a {
  color: var(--font-color-default-soft);
  padding: 20px 30px;
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs .home:hover .bc-a {
  color: var(--font-color-violet);
}
.breadcrumbs .bc-a {
  display: flex;
  align-items: center;
}
.breadcrumbs .sub-more {
  position: relative;
  display: block;
}
.breadcrumbs .icon-more {
  display: none;
  margin-left: 1em;
}
.breadcrumbs .icon-more-inner {
  position: relative;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs .icon-more-inner i {
  display: flex;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs .do-close {
  position: absolute;
  left: 0;
  bottom: 100%;
  opacity: 0;
}
.breadcrumbs .breadcrumbs-sub {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  width: calc(100% + 2px);
  margin-top: 1px;
  overflow: hidden;
  pointer-events: none;
}
.breadcrumbs .breadcrumbs-sub-list {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  background: #fff;
  border: 1px solid var(--border-color-gray-soft);
  border-top: none;
  padding: 15px 0;
  transform: translateY(-101%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs .breadcrumbs-sub-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 1px;
  height: 100%;
  border-right: 1px solid var(--border-color-gray-soft);
}
.breadcrumbs .breadcrumbs-sub-list .current a {
  opacity: 0.6;
}
.breadcrumbs .breadcrumbs-sub-list a {
  display: flex;
  padding: 5px 30px;
}
.breadcrumbs .breadcrumbs-sub-list a:hover .menu-wrapper {
  opacity: 1;
  transform: none;
}
.breadcrumbs .breadcrumbs-sub-list a:hover .menu-wrapper i {
  opacity: 1;
}
.breadcrumbs .breadcrumbs-sub-list a:hover .menu-wrapper span {
  opacity: 1;
}
.breadcrumbs .menu-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0, 1, 1, 1);
  transform: translateX(-1.4em);
}
.breadcrumbs .menu-wrapper i {
  width: 1em;
  margin-right: 0.4em;
  opacity: 0;
  font-size: 14px;
  transition: opacity 0.3s cubic-bezier(0, 1, 1, 1);
}
.breadcrumbs .menu-wrapper span {
  transition: opacity 0.3s cubic-bezier(0, 1, 1, 1);
  letter-spacing: -0.526px;
}
.breadcrumbs .sub.sub-more {
  display: flex;
}
.breadcrumbs .sub.sub-more .icon-more {
  display: block;
}
.breadcrumbs .sub.sub-more:hover .icon-more-inner {
  transform: translateY(100%);
}
.breadcrumbs .sub.sub-more:hover .do-close {
  opacity: 1;
}
.breadcrumbs .sub.sub-more:hover .do-open {
  opacity: 0;
}
.breadcrumbs .sub.sub-more:hover .breadcrumbs-sub {
  pointer-events: auto;
}
.breadcrumbs .sub.sub-more:hover .breadcrumbs-sub-list {
  transform: translateY(0);
}
.breadcrumbs .home:hover::before,
.breadcrumbs .sub.sub-more:hover::before {
  opacity: 1;
}

/* common */
@media all and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
/* mobile navigation */
@media all and (max-width: 1024px) {
  html, body {
    height: 100%;
  }
  body {
    overflow-y: auto;
  }
  body.fixed {
    overflow-y: hidden !important;
  }
}
.offcanvas {
  position: relative;
  z-index: 9999;
}

.offcanvas-custom {
  position: relative;
  z-index: 9999;
}

.btn-hamburg {
  position: fixed;
  top: 10px;
  right: 100%;
  width: 40px;
  height: 40px;
  transform: translateX(-10px) scale(1) rotate(0);
  z-index: 1100;
  transition: background-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 23px;
  height: 18.4px;
  backface-visibility: hidden;
}
.hamburger .opener .bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #214e1f;
  backface-visibility: hidden;
}
.hamburger .opener .bar.top {
  top: 0;
}
.hamburger .opener .bar.mid {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger .opener .bar.bot {
  bottom: 0;
}
.hamburger .closer .bar {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
}
.hamburger .closer .bar.left {
  transform: translateY(-50%) rotate(-45deg);
}
.hamburger .closer .bar.right {
  transform: translateY(-50%) rotate(45deg);
}
.hamburger .closer .bar .bar-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #214e1f;
  backface-visibility: hidden;
}

.hamburger .opener .bar {
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hamburger .opener .bar.top {
  transition-delay: 0.2s;
}
.hamburger .opener .bar.mid {
  transition-delay: 0.25s;
}
.hamburger .opener .bar.bot {
  transition-delay: 0.3s;
}

.hamburger .closer .bar .bar-inner {
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hamburger .closer .bar.left .bar-inner {
  transition-delay: 0;
  opacity: 0;
  transform: translateX(10px);
}
.hamburger .closer .bar.right .bar-inner {
  transition-delay: 0.05s;
  opacity: 0;
  transform: translateX(-10px);
}

.canvas {
  --font-color-default: #000;
  --color-theme: #214e1f;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 320px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 8px 0px, rgba(0, 0, 0, 0.05) 0px 1px 8px 0px, rgba(0, 0, 0, 0.05) 0px 2px 8px 0px;
  z-index: 1099;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.navi-opened .canvas {
  transform: translateX(0%);
}
.navi-opened .btn-hamburg {
  background: #fff;
  transform: translateX(50%) scale(0.8) rotate(360deg);
}
.navi-opened .offcanvas-closer {
  opacity: 1;
  pointer-events: auto;
}
.navi-opened .hamburger .opener .bar.top {
  transform: translateX(-10px);
  opacity: 0;
  transition-delay: 0;
}
.navi-opened .hamburger .opener .bar.mid {
  transform: translateX(5px) translateY(-50%);
  opacity: 0;
  transition-delay: 0.05s;
}
.navi-opened .hamburger .opener .bar.bot {
  transform: translateX(-5px);
  opacity: 0;
  transition-delay: 0.1s;
}
.navi-opened .hamburger .closer .bar.left .bar-inner {
  transform: none;
  opacity: 1;
  transition-delay: 0.2s;
}
.navi-opened .hamburger .closer .bar.right .bar-inner {
  transform: none;
  opacity: 1;
  transition-delay: 0.25s;
}

.canvas-head {
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  padding: 10px 2em;
  height: 57px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #214e1f;
}
.canvas-head a {
  display: flex;
  align-items: center;
}
.canvas-head svg, .canvas-head img {
  width: 100px;
  color: #fff;
}

.canvas-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.canvas-logo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: right;
}
.canvas-logo-inner a {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.canvas-logo-inner img {
  width: 150px;
}

.canvas-area {
  border-top: 1px solid var(--border-color-gray-soft);
  border-bottom: 1px solid var(--border-color-gray-soft);
  padding: 15px;
  background: var(--bg-color-gray-soft);
}

.canvas-search-area .header-search {
  float: none;
  width: 100%;
  padding-right: 40px;
}
.canvas-search-area .header-search input {
  height: 40px;
}
.canvas-search-area .header-search input:active, .canvas-search-area .header-search input:focus {
  box-shadow: none !important;
  border: none !important;
}
.canvas-search-area .header-search button {
  width: 40px;
  height: 40px;
}

.header-search {
  position: relative;
  float: left;
  width: 370px;
  padding-right: 46px;
  border: 2px solid var(--font-color-blue);
  border-radius: 7px;
  background: white;
  margin-right: 30px;
}
.header-search input {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border: none;
  background: transparent;
}
.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: transparent;
  border: none;
}
.header-search button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--color-theme);
}
.header-search button:hover i {
  color: var(--color-theme);
}

.canvas-body {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 56px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  line-height: 1.45;
}
.canvas-body a {
  text-decoration: none !important;
}

.gnb-mb-wrapper {
  width: 100%;
  height: 100%;
}

.gnb-mb {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}
.gnb-mb .depth1-li {
  border-bottom: 2px solid var(--bg-dark);
  padding: 0;
}
.gnb-mb .depth1-li .depth1-li-a {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  color: #000;
}
.gnb-mb .depth1-li.current .depth1-li-a {
  color: #214e1f;
  font-size: 18px;
}
.gnb-mb .depth1-li.current .depth1-li-a .depth1-li-a-content::before {
  opacity: 1;
}
.gnb-mb .depth1-li.actived .collapse-arrow {
  transform: translateY(100%);
}
.gnb-mb .depth1-li.actived .collapse-arrow .arrow-up {
  opacity: 1;
}
.gnb-mb .depth1-li.actived .collapse-arrow .arrow-down {
  opacity: 0;
}
.gnb-mb .depth1-li.actived .depth2 {
  border-color: var(--color-theme);
}
.gnb-mb .depth1-li-a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 20px 20px;
}
.gnb-mb .depth1-li-a > span {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.gnb-mb .depth1-li-a > span svg {
  width: 2em;
  height: 1em;
  margin-right: 0.5em;
  fill: #17a2b8;
}
.gnb-mb .depth1-li-a > span > i {
  color: var(--color-theme);
  margin-right: 1em;
}
.gnb-mb .depth1-li-a .depth1-li-a-content {
  position: relative;
}
.gnb-mb .depth1-li-a .depth1-li-a-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-theme);
  opacity: 0;
}
.gnb-mb .depth1-li-a-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.gnb-mb .collapse-arrow {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-theme);
  transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gnb-mb .arrow-up {
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0;
  color: var(--color-theme);
}
.gnb-mb .arrow-down {
  opacity: 1;
}
.gnb-mb .depth2-wrapper {
  height: 0;
  transition: height 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow: hidden;
}
.gnb-mb .arrow-wrapper {
  transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gnb-mb .depth2 {
  background: rgba(33, 78, 31, 0.1);
  padding: 20px 0;
  box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08), inset 0px -2px 0px rgba(0, 0, 0, 0.08);
}
.gnb-mb .depth2-li {
  position: relative;
  color: #121212;
}
.gnb-mb .depth2-li.current::before {
  opacity: 1;
}
.gnb-mb .depth2-li.current .depth2-li-a {
  color: #121212;
  font-weight: bold;
  font-size: 18px;
}
.gnb-mb .depth2-li + li {
  margin-top: 5px;
}
.gnb-mb .depth2-li-a {
  display: block;
  font-size: 16px;
  padding: 0.7em 30px;
  font-weight: normal;
}
.gnb-mb .depth2-li-a .fa-external-link-alt {
  margin: 0;
  margin-left: 1em;
}
.gnb-mb .depth2-li-a i {
  margin-right: 1em;
  opacity: 0.5;
}

.offcanvas-closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1098;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: rgba(46, 78, 104, 0.3);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 0.5px inset;
  -webkit-backdrop-filter: blur(5px) brightness(80%) saturate(150%);
  backdrop-filter: blur(5px) brightness(80%) saturate(150%);
}

.canvas-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #214e1f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-top: 1px solid var(--border-color-gray-soft);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0;
}

.offcanvas-catalog a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  padding: 0.4em 1em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  font-weight: bold;
  height: 50px;
}

.canvas-footer a {
  display: flex;
  align-items: center;
}
.canvas-footer a i {
  color: var(--font-color-blue);
  margin-right: 10px;
}
.canvas-footer a .lang {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .btn-hamburg {
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-nav {
    display: none !important;
  }
  .navbar > .container {
    max-width: 100% !important;
  }
  .btn-bd-primary {
    --bs-btn-padding-x: 0.375rem;
    --bs-btn-padding-y: 0.375rem;
    padding: 0.2rem 0.375rem !important;
  }
  .btn-bd-primary .bi {
    width: 0.8em;
    height: 0.8em;
  }
}
@media (max-width: 575px) {
  .navbar-brand-custom {
    margin-left: 0 !important;
  }
}
[data-bs-theme=dark] .hamburger .opener .bar {
  background: #fff;
}
[data-bs-theme=dark] .canvas {
  background: var(--bg-dark);
}
[data-bs-theme=dark] .canvas-head,
[data-bs-theme=dark] .canvas-footer {
  background: rgb(43, 48, 53);
}
[data-bs-theme=dark] .gnb-mb .depth1-li.current .depth1-li-a {
  color: #fff;
}
[data-bs-theme=dark] .gnb-mb .depth1-li .depth1-li-a {
  color: rgba(255, 255, 255, 0.6);
}
[data-bs-theme=dark] .gnb-mb .depth1-li {
  border-color: rgb(43, 48, 53);
  border-width: 1px;
}

@media all and (max-width: 1690px) {
  .header-content {
    gap: 100px;
  }
  .header-content h1 {
    flex: 0 0 147px;
  }
  header.header .depth1-li {
    flex: 1 1 100px;
  }
  header.header .depth2-li {
    flex: 1 1 100px;
  }
  header.header .header-sub-content {
    padding-left: 247px;
    padding-right: 175px;
  }
  header.header .depth1-li-a {
    font-size: 18px;
  }
  header.header .depth2-li-a {
    font-size: 18px;
  }
}
@media all and (max-width: 1440px) {
  .header-content {
    gap: 50px;
  }
  .header-content h1 {
    flex: 0 0 147px;
  }
  header.header .depth1-li {
    flex: 1 1 100px;
  }
  header.header .depth2-li {
    flex: 1 1 100px;
  }
  header.header .header-sub-content {
    padding-left: 197px;
    padding-right: 125px;
  }
  header.header .depth1-li-a {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media all and (max-width: 1024px) {
  header.header {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  header.header .header-main {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .header-main {
    display: flex;
    align-items: center;
    height: 60px;
    background: #fff;
  }
  .header-main .container {
    line-height: 1;
  }
  header.header .header-content {
    display: flex;
    justify-content: space-between;
  }
  header.header .header-content h1 {
    color: #214e1f;
    flex: 0 0 100px;
  }
  .global-quickbar {
    margin-right: 40px;
  }
  .select-language .lang-current span {
    background-color: #214e1f;
    border-color: #214e1f;
    font-size: 14px;
    padding: 5px 15px;
    width: auto;
  }
}
/* footer */
@media all and (max-width: 1280px) {
  .footer-row-row {
    flex-wrap: wrap;
    gap: 0;
  }
  .footer-col-col.col1 {
    flex: 1 1 100%;
    margin-bottom: 1em;
  }
  .footer-col-col.col2,
  .footer-col-col.col3 {
    flex: 1 1 50%;
  }
}
@media all and (max-width: 1024px) {
  .footer-col-col strong.col-title {
    font-size: 20px;
  }
  .footer-row {
    gap: 60px;
  }
  .footer-col-col.col1 {
    flex: 1 1 100%;
    margin-bottom: 1em;
  }
  .footer-col-col.col2 {
    margin-bottom: 1em;
  }
  .footer-col-col.col2,
  .footer-col-col.col3 {
    flex: 1 1 100%;
  }
}
@media all and (max-width: 800px) {
  .footer-col-col strong.col-title {
    font-size: 18px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer-row {
    flex-wrap: wrap;
    gap: 0;
  }
  .footer-col.logo {
    flex: 1 1 100%;
    margin-bottom: 1rem;
    display: flex;
  }
  .footer-col.logo img {
    max-width: 147px;
    width: 100%;
  }
  .footer strong {
    font-weight: bold;
    color: #666;
  }
  .footer .divider {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
  }
  .footer svg {
    max-width: 100px;
  }
}
@media all and (max-width: 640px) {
  .footer-col.logo {
    align-items: center;
    justify-content: center;
  }
  .footer-col.logo img {
    max-width: 100px;
  }
  .footer {
    padding: 20px 0;
    font-size: 14px;
  }
  .footer-row {
    gap: 10px;
  }
  .footer-info {
    font-size: 14px;
  }
}
/* subpage */
@media all and (max-width: 1024px) {
  .subpage .wrap {
    padding-top: 60px;
  }
  .subpage-header h2 {
    font-size: 30px;
  }
  .subpage-submenu .container-banner-inner ul li a, .subpage-submenu .container-banner-inner ul li span {
    font-size: 16px;
    height: 60px;
  }
  .subpage-header.contain-submenu {
    margin-bottom: 30px;
  }
  .sub-contents {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sub-contents h3.subpage-title {
    font-size: 28px;
  }
  .sub-contents h3.subpage-title {
    margin-bottom: 60px;
  }
  .container-banner {
    padding: 0 20px;
  }
  .container-sub {
    padding: 0 20px;
  }
  .subpage-header.contain-submenu {
    margin-bottom: 0;
  }
  .sub-contents h3.subpage-title small {
    font-size: 18px;
  }
}
@media all and (max-width: 800px) {
  .sub-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sub-contents h3.subpage-title {
    margin-bottom: 45px;
  }
  .container-banner {
    padding-top: 20px;
  }
  .subpage-submenu .container-banner-inner {
    background: transparent;
  }
  .subpage-submenu .container-banner-inner ul {
    flex-wrap: wrap;
    margin-top: -1px;
    margin-left: -1px;
  }
  .subpage-submenu .container-banner-inner ul li {
    flex: 0 0 50%;
    padding-left: 1px;
    padding-top: 1px;
  }
  .banner-wrapper {
    position: relative;
    height: 250px;
  }
  .banner-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .subpage-submenu {
    position: static;
    transform: none;
  }
  .subpage-submenu .container-banner-inner ul li a, .subpage-submenu .container-banner-inner ul li span {
    height: auto;
    background: #214e1f;
    width: 100%;
    height: 100%;
    padding: 0.2em 10px;
  }
  .subpage-submenu .container-banner-inner ul li a:hover::before {
    display: none;
  }
  .sub-contents h3.subpage-title small {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .banner-wrapper {
    height: 200px;
  }
  .container-banner {
    padding: 10px;
    padding-bottom: 0;
  }
  .container-sub {
    padding: 0 10px;
  }
  .sub-contents h3.subpage-title {
    margin-bottom: 30px;
  }
}
/* tab menu */
@media all and (max-width: 1024px) {
  .tab-menu ul li a {
    padding: 15px;
    font-size: 19px;
  }
}
@media all and (max-width: 800px) {
  .tab-menu ul {
    gap: 10px;
  }
  .tab-menu ul li a {
    font-size: 18px;
  }
  .tab-menu {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .tab-menu ul li a {
    padding: 10px;
    font-size: 16px;
  }
  .tab-menu ul {
    gap: 5px;
  }
}
/* index */
@media all and (max-width: 1690px) {
  .mainpage .section .section-content-inner {
    font-size: 40px;
  }
  .mainpage .section .section-content-inner p.buttons {
    font-size: 20px;
  }
  .lang-en.mainpage .section .section-content-inner {
    font-size: 20px;
  }
  .mainpage .link-rect.vertical img {
    width: 40px;
  }
  .link-inquiry-mobile {
    position: fixed;
    width: auto;
    bottom: 10px;
    right: 10px;
    border-radius: 1000px;
    height: auto;
    padding: 0.5em;
  }
  .link-inquiry-mobile span {
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 1000px;
    background: #fff;
    height: auto;
    line-height: 1;
  }
  .link-inquiry-mobile span::before {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .mainpage .section .section-content-inner {
    font-size: 30px;
  }
  .mainpage .section .section-content-inner p.buttons {
    font-size: 18px;
  }
  .mainpage .section .section-content-inner br {
    display: block;
  }
  .mainpage .section .section-content-inner p.buttons {
    margin-top: 40px;
  }
  .lang-en.mainpage .section .section-content-inner {
    font-size: 18px;
  }
  .main-overlays .link-inquiry {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .mainpage .section .section-content-inner {
    font-size: 20px;
  }
  .mainpage .section .section-content-inner p.buttons {
    font-size: 18px;
  }
  .mainpage .link-rect {
    padding: 0.8em 1em;
  }
  .mainpage .link-rect.vertical img {
    width: 30px;
  }
}
/* title */
@media all and (min-width: 1025px) {
  .lang-en header.header .depth2-li-a {
    font-size: 16px;
  }
  .lang-en .subpage-submenu .container-banner-inner ul li a {
    font-size: 18px;
  }
  .subpage-submenu {
    transition: transform 0.2s linear, top 0.2s linear;
  }
  .subpage-submenu .container-banner {
    transition: max-width 0.2s linear, top 0.2s linear, padding 0.2s linear, top 0.2s linear;
  }
  .subpage-submenu.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    transform: translateY(30px);
  }
  .subpage-submenu.fixed .container-banner {
    max-width: 100%;
    padding: 0 30px;
  }
}