@charset "UTF-8";
/* base */ /* font */
/* base */
/* path */
/* media query */
/* font-size */
/* 말줄임 */
/* 수치 단위 변환 fx(to vw) */
/* flex */
/* background */
/* bullet */
/* gradient */
/* clear */
/* wordBreak */
/* ios css */
/* grid new */
@import "plugin/swiper-10.3.1.min.css";
@import "plugin/splitting.css";
@media (min-width: 1025px) {
  .col-1 {
    flex: 0 0 auto;
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-1 {
    margin-left: 8.3333333333%;
    position: relative;
  }
  .col-2 {
    flex: 0 0 auto;
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
    position: relative;
  }
  .col-3 {
    flex: 0 0 auto;
    flex-basis: 25%;
    width: 25%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-3 {
    margin-left: 25%;
    position: relative;
  }
  .col-4 {
    flex: 0 0 auto;
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
    position: relative;
  }
  .col-5 {
    flex: 0 0 auto;
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
    position: relative;
  }
  .col-6 {
    flex: 0 0 auto;
    flex-basis: 50%;
    width: 50%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-6 {
    margin-left: 50%;
    position: relative;
  }
  .col-7 {
    flex: 0 0 auto;
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
    position: relative;
  }
  .col-8 {
    flex: 0 0 auto;
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
    position: relative;
  }
  .col-9 {
    flex: 0 0 auto;
    flex-basis: 75%;
    width: 75%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-9 {
    margin-left: 75%;
    position: relative;
  }
  .col-10 {
    flex: 0 0 auto;
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
    position: relative;
  }
  .col-11 {
    flex: 0 0 auto;
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
    position: relative;
  }
  .col-12 {
    flex: 0 0 auto;
    flex-basis: 100%;
    width: 100%;
    padding: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5);
    box-sizing: border-box;
    position: relative;
  }
  .offset-12 {
    margin-left: 100%;
    position: relative;
  }
}
/* font */
/* reset */
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Pretendard", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  margin-block-end: 0;
  margin-block-start: 0;
}

select,
button,
input,
textarea,
pre {
  font-family: "Pretendard", Helvetica, Arial, sans-serif;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  color: #666;
}

pre {
  white-space: pre-wrap;
}

fieldset,
img,
button {
  border: 0;
}

img,
input,
button {
  vertical-align: top;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  word-wrap: break-word;
}

address,
em {
  font-style: normal;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  display: none;
}

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

a:hover,
a:active {
  text-decoration: none;
}

legend {
  position: absolute;
  left: -9999px;
  top: 0;
}

caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  background: none;
  cursor: pointer;
  -webkit-apperance: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blind {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

/* select arrow none */
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #ddd !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

.swiper-scrollbar-drag {
  cursor: pointer;
}

/* touch기능으로 mobile/tablet 판별하여 css에 root var 추가 <-- coarse 터치기기 : fine 웹 */
@media (min-width: 1025px) and (pointer: fine) {
  :root {
    --pointer: fine;
  }
}
@media (max-width: 1024px), (max-width: 1366px) and (pointer: coarse) {
  :root {
    --pointer: coarse;
  }
}
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/resources/global/fonts/Pretendard-Regular.eot");
  src: url("/resources/global/fonts/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("/resources/global/fonts/Pretendard-Regular.woff2") format("woff2"), url("/resources/global/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("/resources/global/fonts/Pretendard-Medium.eot");
  src: url("/resources/global/fonts/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("/resources/global/fonts/Pretendard-Medium.woff2") format("woff2"), url("/resources/global/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("/resources/global/fonts/Pretendard-SemiBold.eot");
  src: url("/resources/global/fonts/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("/resources/global/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("/resources/global/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  font-style: normal;
  font-weight: bold;
  src: url("/resources/global/fonts/Pretendard-Bold.eot");
  src: url("/resources/global/fonts/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("/resources/global/fonts/Pretendard-Bold.woff2") format("woff2"), url("/resources/global/fonts/Pretendard-Bold.woff") format("woff");
}
/* Manrope */
@font-face {
  font-family: "Manrope";
  src: url("/resources/global/fonts/Manrope-SemiBold.woff2") format("woff2"), url("/resources/global/fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/resources/global/fonts/Manrope-Regular.woff2") format("woff2"), url("/resources/global/fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/resources/global/fonts/Manrope-Light.woff2") format("woff2"), url("/resources/global/fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/resources/global/fonts/Manrope-Bold.woff2") format("woff2"), url("/resources/global/fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* layout */
/**
* header type
* bg 없는 기본 투명 type1
* bg 없는 color 타입: header_color
* bg 없는 color 타입: header_white
*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
}
header.on .header_inner {
  top: -2px;
}
@media (min-width: 1025px) and (pointer: fine) {
  header:hover .header_bg {
    height: 100%;
  }
}
header .header_inner {
  position: absolute;
  top: -400px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  transition: top 0.4s ease;
}
header .header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  transition: all 0.1s linear;
}
header .logo a {
  position: relative;
  display: block;
  width: max(calc(159px * var(--base-ratio)), calc(calc(159 / var(--base-size)) * var(--base-percent)));
  height: max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent)));
}
header .logo a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/logo/logo_saudi_wh.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
header .logo-america a:before {
  background-image: url("../images/common/logo/logo_america_white.svg");
}
header .logo-india a:before {
  background-image: url("../images/common/logo/logo_india_white.svg");
}
header .logo-mexico a:before {
  background-image: url("../images/common/logo/logo_mexico_white.svg");
}
header .logo-saudi a:before {
  background-image: url("../images/common/logo/logo_saudi_white.svg");
}
header .logo-thailand a:before {
  background-image: url("../images/common/logo/logo_thailand_white.svg");
}
header .logo-uae a:before {
  background-image: url("../images/common/logo/logo_uae_white.svg");
}
header .gnb > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
@media (min-width: 1025px) and (pointer: fine) {
  header .gnb .depth1:hover a {
    color: #ffffff;
    transition-delay: 0.4s;
    transition: color 0.4s linear;
  }
  header .gnb .depth1:hover a:after {
    width: 100%;
    transition-delay: 0.4s;
    transition: width 0.4s linear;
  }
}
header .gnb .depth1 a {
  position: relative;
  display: block;
  padding: max(calc(43px * var(--base-ratio)), calc(calc(43 / var(--base-size)) * var(--base-percent))) max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent))) max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent)));
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
}
header .gnb .depth1 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  background: #ffffff;
}
header .utils {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
header .utils .lang {
  position: relative;
}
header .utils .lang.active .lang_box {
  display: block;
}
header .utils .lang .toggle {
  position: relative;
  display: block;
  margin: 0 max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
}
header .utils .lang .toggle:after {
  content: "";
  position: absolute;
  bottom: max(calc(calc(6px * var(--base-ratio)) * -1), calc(calc(calc(6 / var(--base-size)) * var(--base-percent)) * -1));
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
header .utils .lang .lang_box_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
}
header .utils .lang .lang_box {
  display: none;
  padding: max(calc(9px * var(--base-ratio)), calc(calc(9 / var(--base-size)) * var(--base-percent))) 0;
  border-radius: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
  border: 1px solid #DDE1E6;
  background: #FFF;
}
header .utils .lang .lang_box li.current a {
  color: #1429A0;
  background: #E8EBFC;
}
header .utils .lang .lang_box a {
  display: block;
  padding: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent))) max(calc(19px * var(--base-ratio)), calc(calc(19 / var(--base-size)) * var(--base-percent)));
  color: #878D96;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (min-width: 1025px) and (pointer: fine) {
  header .utils .lang .lang_box a:hover {
    background: #E8EBFC;
  }
}
header .utils .hq {
  position: relative;
  width: max(calc(46px * var(--base-ratio)), calc(calc(46 / var(--base-size)) * var(--base-percent)));
  height: max(calc(54px * var(--base-ratio)), calc(calc(54 / var(--base-size)) * var(--base-percent)));
}
header .utils .hq a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  margin: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) 0 0;
  background-image: url("../images/common/icon_hq_wh.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .mobile {
  display: none;
  position: relative;
  width: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  height: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
}
header .mobile span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(23px * var(--base-ratio)), calc(calc(23 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/icon_hamburger.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 1024px) {
  header .header_inner {
    padding: 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  header .logo {
    padding: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent))) 0;
  }
  header .logo a {
    width: max(calc(121px * var(--base-ratio)), calc(calc(121 / var(--base-size)) * var(--base-percent)));
    height: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  }
  header .logo a:before {
    background-size: cover;
  }
  header .gnb {
    z-index: 2;
    opacity: 0;
    position: fixed;
    top: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
    right: -100%;
    width: calc(100% - max(calc(128px * var(--base-ratio)), calc(calc(128 / var(--base-size)) * var(--base-percent))));
    height: 100vh;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    transition: opacity 0.2s linear;
  }
  header .gnb > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header .gnb .depth1 {
    width: 100%;
    border-bottom: 1px solid rgba(221, 225, 230, 0.2);
  }
  header .gnb .depth1 a {
    width: 100%;
    padding: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) 0;
    font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFFFFF !important;
  }
  header .utils .lang {
    opacity: 0;
    position: fixed;
    top: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
    left: -100%;
    width: calc(100% - max(calc(128px * var(--base-ratio)), calc(calc(128 / var(--base-size)) * var(--base-percent))));
    transition: opacity 0.2s linear;
  }
  header .utils .lang:hover .lang_box {
    display: flex !important;
  }
  header .utils .lang.active .lang_box {
    display: flex !important;
  }
  header .utils .lang .toggle {
    display: none;
  }
  header .utils .lang .lang_box_wrap {
    position: absolute;
    bottom: unset;
    top: 0;
    left: 0;
    transform: unset;
    padding-top: 0;
  }
  header .utils .lang .lang_box {
    display: flex !important;
    position: absolute;
    bottom: unset;
    top: 0;
    left: max(calc(158px * var(--base-ratio)), calc(calc(158 / var(--base-size)) * var(--base-percent)));
    transform: unset;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
  }
  header .utils .lang .lang_box li.current a {
    opacity: 1;
    color: #fff;
    background: transparent;
  }
  header .utils .lang .lang_box li.current a:after {
    content: "";
    position: absolute;
    bottom: max(calc(calc(6px * var(--base-ratio)) * -1), calc(calc(calc(6 / var(--base-size)) * var(--base-percent)) * -1));
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  header .utils .lang .lang_box a {
    opacity: 0.6;
    position: relative;
    padding: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
    color: #fff;
  }
  header .utils .hq {
    display: block;
  }
  header .utils .hq a {
    margin: 0;
  }
  header .mobile {
    display: block;
  }
  header .header_inner:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: -100%;
    width: calc(100% - max(calc(128px * var(--base-ratio)), calc(calc(128 / var(--base-size)) * var(--base-percent))));
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    transition: right 0.4s linear;
  }
  header.mo-open .header_inner:before {
    right: 0;
  }
  header.mo-open .mobile span {
    width: 100%;
    height: 100%;
    background-image: url("../images/common/icon_menu_close.svg");
  }
  header.mo-open .gnb {
    right: 0;
    opacity: 1;
    transition-delay: 0.36s;
  }
  header.mo-open .lang {
    left: 0;
    opacity: 1;
    transition-delay: 0.36s;
  }
  header.mo-open .utils .hq {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header_inner {
    padding: 0 max(calc(9px * var(--base-ratio)), calc(calc(9 / var(--base-size)) * var(--base-percent))) 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  header .header_inner:before {
    width: 100%;
  }
  header .logo a {
    width: max(calc(107px * var(--base-ratio)), calc(calc(107 / var(--base-size)) * var(--base-percent)));
    height: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  }
  header .logo a:before {
    background-size: 100% auto;
  }
  header.mo-open .gnb {
    width: 100%;
  }
  header .gnb {
    top: max(calc(90px * var(--base-ratio)), calc(calc(90 / var(--base-size)) * var(--base-percent)));
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  header .utils .lang .lang_box {
    left: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  header .dim i {
    bottom: 15dvh;
    left: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
}
@media (min-width: 1025px), (max-width: 1366px) and (pointer: coarse) {
  header[data-fixed=true] .header_bg {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: none;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (pointer: fine), (max-width: 1366px) and (pointer: coarse) and (min-width: 1025px) and (pointer: fine) {
  header[data-fixed=true] .gnb .depth1:hover a {
    color: #ffffff;
  }
  header[data-fixed=true] .gnb .depth1:hover a:after {
    width: 100%;
    background-color: #ffffff;
  }
}
@media (max-width: 1024px), (max-width: 1366px) and (pointer: coarse) {
  header[data-fixed=true] .header_bg {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: none;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) and (pointer: fine), (max-width: 1366px) and (pointer: coarse) and (min-width: 1025px) and (pointer: fine) {
  header[data-fixed=true] .gnb .depth1:hover a {
    color: #ffffff;
  }
  header[data-fixed=true] .gnb .depth1:hover a:after {
    width: 100%;
    background-color: #ffffff;
  }
}

#wrap.header_dark header .header_bg {
  height: 100%;
  background-color: #ffffff !important;
  border-bottom: 1px solid #DDE1E6 !important;
}
#wrap.header_dark header .logo-america a:before {
  background-image: url("../images/common/logo/logo_america_blue.svg");
}
#wrap.header_dark header .logo-india a:before {
  background-image: url("../images/common/logo/logo_india_blue.svg");
}
#wrap.header_dark header .logo-mexico a:before {
  background-image: url("../images/common/logo/logo_mexico_blue.svg");
}
#wrap.header_dark header .logo-saudi a:before {
  background-image: url("../images/common/logo/logo_saudi_blue.svg");
}
#wrap.header_dark header .logo-thailand a:before {
  background-image: url("../images/common/logo/logo_thailand_blue.svg");
}
#wrap.header_dark header .logo-uae a:before {
  background-image: url("../images/common/logo/logo_uae_blue.svg");
}
#wrap.header_dark header .gnb .depth1 a {
  color: #222222;
  transition-delay: 0.4s;
  transition: color 0.4s linear;
}
@media (min-width: 1025px) and (pointer: fine) {
  #wrap.header_dark header .gnb .depth1:hover a {
    color: #1429A0;
  }
  #wrap.header_dark header .gnb .depth1:hover a:after {
    background-color: #1429A0;
  }
}
#wrap.header_dark header .utils .lang .toggle {
  color: #222222;
  transition-delay: 0.4s;
  transition: all 0.4s linear;
}
#wrap.header_dark header .utils .lang .toggle:after {
  background: #1429A0;
  transition: all 0.4s linear;
}
#wrap.header_dark header .utils .lang:hover {
  color: #1429A0;
}
#wrap.header_dark header .utils .lang:hover .lang_box {
  display: block;
}
#wrap.header_dark header .utils .hq a {
  background-image: url("../images/common/icon_hq_gray.svg");
  transition: background-image 0.4s linear;
}
#wrap.header_dark header .utils .hq a:hover {
  background-image: url("../images/common/icon_hq_bl.svg");
}
#wrap.header_dark header .header_inner {
  top: 0;
}
#wrap.header_dark header .mobile span {
  background-image: url("../images/common/icon_hamburger_active.svg");
}
#wrap.header_dark header .gnb .depth1 a:after {
  background: #1429A0;
}
@media (min-width: 1025px) and (pointer: fine) {
  #wrap.header_dark header .gnb .depth1:hover a {
    color: #1429A0;
  }
}
@media (max-width: 1024px) {
  #wrap.header_dark header.mo-open .mobile span {
    background-image: url("../images/common/icon_menu_close.svg");
  }
  #wrap.header_dark header .gnb .depth1 a {
    color: #FFFFFF;
  }
}

.global-branch {
  z-index: 99999;
  display: block;
  position: fixed;
  top: 0;
  right: -200%;
  width: max(calc(460px * var(--base-ratio)), calc(calc(460 / var(--base-size)) * var(--base-percent)));
  height: 100vh;
  background: #fff;
  transition: right 0.6s ease;
}
.global-branch .branch_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))) max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))) 0;
}
.global-branch .branchClose {
  z-index: 1;
  position: absolute;
  top: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  right: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  width: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  height: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/branchGlobal_close.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.global-branch .branch_title {
  opacity: 0;
  position: absolute;
  top: max(calc(59px * var(--base-ratio)), calc(calc(59 / var(--base-size)) * var(--base-percent)));
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.global-branch .branch_title span {
  display: block;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-align: center;
}
.global-branch .branch_img {
  overflow: hidden;
  position: relative;
  width: max(calc(430px * var(--base-ratio)), calc(calc(430 / var(--base-size)) * var(--base-percent)));
  height: max(calc(240px * var(--base-ratio)), calc(calc(240 / var(--base-size)) * var(--base-percent)));
}
.global-branch .branch_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/globalBranch_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.global-branch .branch_img .earth_img {
  position: absolute;
  bottom: -200%;
  left: 50%;
  transform: translate(-50%, 0);
  width: max(calc(600px * var(--base-ratio)), calc(calc(600 / var(--base-size)) * var(--base-percent)));
  height: max(calc(600px * var(--base-ratio)), calc(calc(600 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/globalBranch_earth.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.global-branch .branch_list {
  width: 100%;
  height: 100%;
  padding: max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent))) 0 0;
}
.global-branch .branch_list ul {
  overflow-y: hidden;
  height: 100%;
  padding: 0 max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
.global-branch .branch_list .item:last-of-type {
  margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
}
.global-branch .branch_list .item a {
  opacity: 0;
  transform: translateY(15px);
  position: relative;
  display: flex;
  align-items: center;
  padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  color: #222222;
  font-family: "Manrope", sans-serif;
  font-size: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
  border-bottom: 1px solid #DDE1E6;
  transition: color 0.5s ease;
  will-change: transform;
}
.global-branch .branch_list .item a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/globalBranch_spot.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: all 0.3s;
}
.global-branch .branch_list .item a span i {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  transform: translateY(-50%);
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
}
.global-branch .branch_list .item a span i:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/branchGlobal_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.global-branch .branch_list .item a span i:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/branchGlobal_arrow_active.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.global-branch .branch_list .item a:hover {
  color: #1428A0;
}
.global-branch .branch_list .item a:hover:before {
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  margin-right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.global-branch .branch_list .item a:hover span i:before {
  right: -100%;
  transition: right 0.3s;
}
.global-branch .branch_list .item a:hover span i:after {
  right: 0;
  transition: right 0.3s;
  transition-delay: 0.05s;
}
.global-branch .branch_list .item.on a {
  color: #1428A0;
}
.global-branch .branch_list .item.on a:before {
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  margin-right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.global-branch .branch_list .item.on a span i:before {
  right: -100%;
}
.global-branch .branch_list .item.on a span i:after {
  right: 0;
}
.global-branch.active {
  right: 0;
}
.global-branch.active .branch_title {
  opacity: 1;
  transition: opacity 0.8s ease-out;
  transition-delay: 0.4s;
}
.global-branch.active .branch_img .earth_img {
  bottom: -185%;
  transition: bottom 0.8s ease-in-out;
  transition-delay: 0.4s;
}
.global-branch.active .branch_list ul {
  overflow-y: auto;
  height: 70%;
  transition: height 0.8s;
  transition-delay: 1.3s;
}
@media (max-width: 1024px) {
  .global-branch {
    width: max(calc(440px * var(--base-ratio)), calc(calc(440 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_img {
    width: max(calc(410px * var(--base-ratio)), calc(calc(410 / var(--base-size)) * var(--base-percent)));
    height: max(calc(230px * var(--base-ratio)), calc(calc(230 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_img .earth_img {
    bottom: -230%;
  }
  .global-branch .branch_list {
    padding: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent))) 0 0;
  }
  .global-branch .branch_list ul {
    overflow-y: auto;
    max-height: 60%;
    padding: 0 0 max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_list .item a {
    padding: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .global-branch .branch_list .item.on a:before {
    margin-right: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch.active .branch_img .earth_img {
    bottom: -203%;
  }
  .global-branch.active .branch_list ul {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .global-branch {
    width: 100%;
  }
  .global-branch .branch_inner {
    padding: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) 0;
  }
  .global-branch .branchClose {
    top: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    right: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_title {
    top: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_title span {
    font-size: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .global-branch .branch_img {
    width: 100%;
    height: max(calc(160px * var(--base-ratio)), calc(calc(160 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_img .earth_img {
    bottom: -220%;
    width: max(calc(354px * var(--base-ratio)), calc(calc(354 / var(--base-size)) * var(--base-percent)));
    height: max(calc(354px * var(--base-ratio)), calc(calc(354 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_list {
    padding: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) 0 0;
  }
  .global-branch .branch_list ul {
    padding: 0 max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .global-branch .branch_list .item a {
    padding: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .global-branch.active .branch_img .earth_img {
    bottom: -165%;
  }
}

.global-dim {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}
.global-dim.active {
  display: block;
}

body[data-scroll=down] #wrap.header_dark header:not(.mo-open)[data-fixed=true] .header_inner {
  top: -400px;
}
body[data-scroll=down] #wrap.header_dark header:not(.mo-open)[data-fixed=true] .logo a:before {
  width: max(calc(107px * var(--base-ratio)), calc(calc(107 / var(--base-size)) * var(--base-percent)));
  height: auto;
}
body[data-scroll=down] header:not(.mo-open)[data-fixed=true] .header_inner {
  top: -400px;
}
body[data-scroll=down] header:not(.mo-open)[data-fixed=true] .logo a:before {
  width: max(calc(107px * var(--base-ratio)), calc(calc(107 / var(--base-size)) * var(--base-percent)));
  height: auto;
}
body[data-scroll=up] #wrap.header_dark .header_bg {
  height: 100%;
  background-color: #ffffff !important;
  border-bottom: 1px solid #DDE1E6 !important;
}
body[data-scroll=up] #wrap.header_dark .logo-america a:before {
  background-image: url("../images/common/logo/logo_america_blue.svg");
}
body[data-scroll=up] #wrap.header_dark .logo-india a:before {
  background-image: url("../images/common/logo/logo_india_blue.svg");
}
body[data-scroll=up] #wrap.header_dark .logo-mexico a:before {
  background-image: url("../images/common/logo/logo_mexico_blue.svg");
}
body[data-scroll=up] #wrap.header_dark .logo-saudi a:before {
  background-image: url("../images/common/logo/logo_saudi_blue.svg");
}
body[data-scroll=up] #wrap.header_dark .logo-thailand a:before {
  background-image: url("../images/common/logo/logo_thailand_blue.svg");
}
body[data-scroll=up] #wrap.header_dark .logo-uae a:before {
  background-image: url("../images/common/logo/logo_uae_blue.svg");
}
body[data-scroll=up] #wrap.header_dark .gnb .depth1 a {
  color: #222222;
  transition-delay: 0.4s;
  transition: color 0.4s linear;
}
@media (min-width: 1025px) and (pointer: fine) {
  body[data-scroll=up] #wrap.header_dark .gnb .depth1:hover a {
    color: #1429A0;
  }
  body[data-scroll=up] #wrap.header_dark .gnb .depth1:hover a:after {
    background-color: #1429A0;
  }
}
body[data-scroll=up] #wrap.header_dark .utils .lang .toggle {
  color: #222222;
  transition-delay: 0.4s;
  transition: all 0.4s linear;
}
body[data-scroll=up] #wrap.header_dark .utils .lang .toggle:after {
  background: #1429A0;
  transition: all 0.4s linear;
}
body[data-scroll=up] #wrap.header_dark .utils .lang:hover {
  color: #1429A0;
}
body[data-scroll=up] #wrap.header_dark .utils .lang:hover .lang_box {
  display: block;
}
body[data-scroll=up] #wrap.header_dark .utils .hq a {
  background-image: url("../images/common/icon_hq_gray.svg");
  transition: background-image 0.4s linear;
}
body[data-scroll=up] #wrap.header_dark .utils .hq a:hover {
  background-image: url("../images/common/icon_hq_bl.svg");
}
body[data-scroll=up] #wrap.header_dark header:not(.mo-open)[data-fixed=true] .header_inner {
  top: 0;
}
body[data-scroll=up] header .header_bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: none;
}
@media (min-width: 1025px) and (pointer: fine) {
  body[data-scroll=up] header .gnb .depth1:hover a {
    color: #ffffff;
  }
  body[data-scroll=up] header .gnb .depth1:hover a:after {
    width: 100%;
    background-color: #ffffff;
  }
}
body[data-scroll=up] header[data-fixed=true] .header_inner {
  top: -2px;
}
body[data-scroll=up] header[data-fixed=false] .header_bg {
  height: 0;
}

html {
  --window-w:100vw;
  --window-h:100vh;
  background: #0F0F0F;
}

:root {
  --base-ratio: 0.5;
  --base-size: 1920;
  --base-percent: 100vw;
}
@media (max-width: 1024px) {
  :root {
    --base-ratio: 1;
    --base-size: 1;
    --base-percent: 1px;
  }
}
@media (max-width: 767px) {
  :root {
    --base-ratio: 1;
    --base-size: 1;
  }
}

html,
body {
  font-size: max(max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))));
}
@media (min-width: 1920px) {
  html html,
html body,
body html,
body body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  html,
body {
    font-size: 14px;
  }
}
html.overflow,
body.overflow {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

#container {
  background: #ffffff;
}

.wrap {
  position: relative;
  width: 100%;
}

.row_wrap {
  padding: 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
}
@media (max-width: 1024px) {
  .row_wrap {
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 767px) {
  .row_wrap {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
}

.row {
  position: relative;
}
@media (min-width: 1025px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) * 0.5 * -1);
  }
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

/* skip_navi */
#skipNavi a {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -9999px;
  z-index: 1010;
  width: 100%;
  height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  line-height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  text-align: center;
  color: #fff;
  background-color: #1429A0;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
}

#skipNavi a:focus,
#skipNavi a:active {
  display: block;
  position: fixed;
  top: 0;
  outline-color: #252728;
  outline-offset: 0;
}

.wrap *::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.wrap *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.wrap *::-webkit-scrollbar-thumb {
  background: #252728;
}

.container {
  padding: max(calc(160px * var(--base-ratio)), calc(calc(160 / var(--base-size)) * var(--base-percent))) 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  transition: border 0.4s, transform 0.4s;
}
.container .top_cont h2 {
  font-size: max(calc(90px * var(--base-ratio)), calc(calc(90 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  color: #3C3D3F;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .container {
    padding: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent))) 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  }
  .container .top_cont h2 {
    font-size: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2916666667;
    letter-spacing: -0.02em;
  }
}

.pc_on {
  display: block;
}

.laptop_on {
  display: none;
}

.tablet_on {
  display: none;
}

.m_on {
  display: none;
}

.pc_none {
  display: none;
}

.laptop_none {
  display: block;
}

.tablet_none {
  display: block;
}

.m_none {
  display: block;
}

@media (max-width: 1366px) {
  .laptop_on {
    display: block;
  }
  .laptop_none {
    display: none;
  }
}
@media (max-width: 1024px) {
  .laptop_none {
    display: block;
  }
  .pc_on {
    display: none;
  }
  .tablet_on {
    display: block;
  }
  .m_on {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .tablet_none {
    display: none;
  }
  .m_none {
    display: block;
  }
}
@media (max-width: 767px) {
  .laptop_none {
    display: block;
  }
  .pc_on {
    display: none;
  }
  .tablet_on {
    display: none;
  }
  .m_on {
    display: block;
  }
  .pc_none {
    display: block;
  }
  .tablet_none {
    display: block;
  }
  .m_none {
    display: none;
  }
}
footer {
  width: 100%;
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
  background: #0F0F0F;
}
footer .footer_inner {
  width: 100%;
}
footer .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
}
footer .sns_box {
  justify-content: flex-end;
  margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  text-align: right;
}
footer .sns_box .sns {
  position: relative;
  margin-right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
footer .sns_box .sns:last-of-type {
  margin-right: 0;
}
footer .sns_box .sns.youtube a {
  background-image: url("../images/common/icon_youtube.svg");
}
@media (min-width: 1025px) and (pointer: fine) {
  footer .sns_box .sns.youtube a:hover {
    background-image: url("../images/common/icon_youtube_hover.svg");
  }
}
footer .sns_box .sns.facebook a {
  background-image: url("../images/common/icon_facebook.svg");
}
@media (min-width: 1025px) and (pointer: fine) {
  footer .sns_box .sns.facebook a:hover {
    background-image: url("../images/common/icon_facebook_hover.svg");
  }
}
footer .sns_box .sns.linkedin a {
  background-image: url("../images/common/icon_linkedin.svg");
}
@media (min-width: 1025px) and (pointer: fine) {
  footer .sns_box .sns.linkedin a:hover {
    background-image: url("../images/common/icon_linkedin_hover.svg");
  }
}
footer .sns_box .sns.eco a {
  background-image: url("../images/common/icon_eco.svg");
}
@media (min-width: 1025px) and (pointer: fine) {
  footer .sns_box .sns.eco a:hover {
    background-image: url("../images/common/icon_eco_hover.svg");
  }
}
footer .sns_box .sns a {
  display: block;
  width: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  height: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
}
footer .address {
  text-align: right;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.375;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
footer .address .tel {
  margin: 0 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
footer .logo {
  width: max(calc(200px * var(--base-ratio)), calc(calc(200 / var(--base-size)) * var(--base-percent)));
  height: max(calc(53px * var(--base-ratio)), calc(calc(53 / var(--base-size)) * var(--base-percent)));
}
footer .logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
footer .logo a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
footer .logo-america a:before {
  background-image: url("../images/common/logo/logo_america_white.svg");
}
footer .logo-india a:before {
  background-image: url("../images/common/logo/logo_india_white.svg");
}
footer .logo-mexico a:before {
  background-image: url("../images/common/logo/logo_mexico_white.svg");
}
footer .logo-saudi a:before {
  background-image: url("../images/common/logo/logo_saudi_white.svg");
}
footer .logo-thailand a:before {
  background-image: url("../images/common/logo/logo_thailand_white.svg");
}
footer .logo-uae a:before {
  background-image: url("../images/common/logo/logo_uae_white.svg");
}
@media (max-width: 1024px) {
  footer {
    z-index: 1;
    position: relative;
    padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  footer .sns_box {
    justify-content: flex-start;
    margin: 0 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    text-align: left;
  }
  footer .sns_box .sns {
    margin-right: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  footer .address {
    text-align: left;
  }
  footer .address .tel {
    margin: 0 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  }
  footer .logo {
    max-width: max(calc(190px * var(--base-ratio)), calc(calc(190 / var(--base-size)) * var(--base-percent)));
    margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 767px) {
  footer {
    padding: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  footer .sns_box {
    margin: 0 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  footer .sns_box .sns {
    margin-right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  footer .logo {
    max-width: max(calc(152px * var(--base-ratio)), calc(calc(152 / var(--base-size)) * var(--base-percent)));
    margin: 0 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  }
}

#topBtn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  z-index: 1999;
  transition: opacity 0.2s;
}
#topBtn.on {
  opacity: 1;
  visibility: visible;
}
#topBtn.fixed {
  position: fixed;
  bottom: 40px;
}
#topBtn button {
  position: relative;
  width: max(calc(64px * var(--base-ratio)), calc(calc(64 / var(--base-size)) * var(--base-percent)));
  height: max(calc(64px * var(--base-ratio)), calc(calc(64 / var(--base-size)) * var(--base-percent)));
  background: rgba(170, 170, 170, 0.3);
  backdrop-filter: blur(15px);
  border-radius: 11px;
}
#topBtn button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 22px;
  background: url(../images/common/btn_top.svg) center center no-repeat;
}

/* components */
/* button */
.btn_wrap {
  margin-top: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  font-size: 0;
  text-align: center;
}
.btn_wrap.left {
  text-align: left;
}
.btn_wrap.right {
  text-align: right;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.btn.arrow {
  width: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
  height: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-size: 0;
  text-indent: -9999px;
}
.btn.arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  overflow: hidden;
}
.btn.arrow i:before, .btn.arrow i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn.arrow i:before {
  background: url(../images/main/main_btn_arrow_white.svg) center center no-repeat;
  background-size: 100%;
}
.btn.arrow i:after {
  background: url(../images/main/main_btn_arrow_color.svg) center center no-repeat;
  background-size: 100%;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.btn.arrow.type2 {
  background: #F1F3FD;
}
.btn.arrow.type2 i:before {
  background: url(../images/main/main_btn_arrow_black.svg) center center no-repeat;
}
.btn.arrow.type2 i:after {
  background: url(../images/main/main_btn_arrow_white.svg) center center no-repeat;
}
.btn.arrow:hover {
  background: #fff;
  transition: 0.2s ease-out;
}
.btn.arrow:hover i:before {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-out;
}
.btn.arrow:hover i:after {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-out;
}
.btn.arrow:hover.type2 {
  background: #1429A0;
}
.btn.more {
  min-width: max(calc(180px * var(--base-ratio)), calc(calc(180 / var(--base-size)) * var(--base-percent)));
  padding: 0 max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #fff;
  height: max(calc(57px * var(--base-ratio)), calc(calc(57 / var(--base-size)) * var(--base-percent)));
  line-height: max(calc(57px * var(--base-ratio)), calc(calc(57 / var(--base-size)) * var(--base-percent)));
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 2;
  transition: 0.2s ease-out;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px) opacity(1);
}
.btn.more:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-102%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
  transition: 0.2s ease-out;
  z-index: -1;
}
.btn.more i {
  display: block;
  position: absolute;
  right: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  top: 50%;
  transform: translateY(-50%);
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  overflow: hidden;
}
.btn.more i:before, .btn.more i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-out;
}
.btn.more i:before {
  background: url(../images/main/main_btn_arrow_white.svg) center center no-repeat;
  background-size: 100%;
}
.btn.more i:after {
  background: url(../images/main/main_btn_arrow_color.svg) center center no-repeat;
  background-size: 100%;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.btn.more.type2 {
  background: #fff;
  color: #222;
  border-color: #C1C7CD;
}
.btn.more.type2:before {
  background: #1429A0;
}
.btn.more.type2 i:before {
  background: url(../images/main/main_btn_arrow_black.svg) center center no-repeat;
  background-size: 100%;
}
.btn.more.type2 i:after {
  background: url(../images/main/main_btn_arrow_white.svg) center center no-repeat;
  background-size: 100%;
}
.btn.more:hover {
  color: #1429A0;
}
.btn.more:hover:before {
  transform: translateX(0);
}
.btn.more:hover i:before {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.btn.more:hover i:after {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.btn.more:hover.type2 {
  color: #fff;
  border-color: #1429A0;
  background-color: transparent;
  transition: 0.2s ease-out, background 0.1s 0.2s cubic-bezier(0, 0, 0, 1);
}
.btn.default {
  min-width: max(calc(158px * var(--base-ratio)), calc(calc(158 / var(--base-size)) * var(--base-percent)));
  padding: 0 max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 300;
  height: max(calc(57px * var(--base-ratio)), calc(calc(57 / var(--base-size)) * var(--base-percent)));
  line-height: max(calc(57px * var(--base-ratio)), calc(calc(57 / var(--base-size)) * var(--base-percent)));
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 2;
  transition: 0.2s ease-out;
  box-sizing: border-box;
  background: #fff;
  color: #222;
  border: 1px solid #C1C7CD;
}
.btn.default:hover {
  color: #fff;
  border-color: #1429A0;
  background-color: #1429A0;
}
@media (max-width: 1024px) {
  .btn.default {
    min-width: max(calc(110px * var(--base-ratio)), calc(calc(110 / var(--base-size)) * var(--base-percent)));
    padding: 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    line-height: max(calc(39px * var(--base-ratio)), calc(calc(39 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 1024px) {
  .btn.more {
    min-width: max(calc(140px * var(--base-ratio)), calc(calc(140 / var(--base-size)) * var(--base-percent)));
    padding: 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    height: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
    line-height: max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent)));
  }
  .btn.more i {
    right: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
}
.btn:hover.arrow {
  background: #fff;
  transition: 0.2s ease-out;
}
.btn:hover.arrow i:before {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-out;
}
.btn:hover.arrow i:after {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-out;
}
.btn:hover.arrow.type2 {
  background: #1429A0;
}

/* paging_wrap */
.paging_wrap {
  padding-top: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  text-align: center;
}
.paging_wrap.mobile {
  display: none;
}
.paging_wrap * {
  vertical-align: middle;
}
.paging_wrap .arrow {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.paging_wrap .arrow > a {
  overflow: hidden;
  display: inline-block;
  width: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  height: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  margin: 0 max(calc(3px * var(--base-ratio)), calc(calc(3 / var(--base-size)) * var(--base-percent)));
  text-indent: -9999px;
  border-radius: 100%;
}
.paging_wrap .arrow a.first {
  background: url("../images/common/ico_paging_first.svg") center center no-repeat;
  background-color: #f5f5f5;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow a.first:hover {
  background: url("../images/common/ico_paging_first_w.svg") center center no-repeat;
  background-color: #1429A0;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow a.prev {
  background: url("../images/common/ico_paging_prev.svg") center center no-repeat;
  background-color: #f5f5f5;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow a.prev:hover {
  background: url("../images/common/ico_paging_prev_w.svg") center center no-repeat;
  background-color: #1429A0;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow a.next {
  background: url("../images/common/ico_paging_next.svg") center center no-repeat;
  background-color: #f5f5f5;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow a.next:hover {
  background: url("../images/common/ico_paging_next_w.svg") center center no-repeat;
  background-color: #1429A0;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow a.last {
  background: url("../images/common/ico_paging_last.svg") center center no-repeat;
  background-color: #f5f5f5;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow a.last:hover {
  background: url("../images/common/ico_paging_last_w.svg") center center no-repeat;
  background-color: #1429A0;
  background-size: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.paging_wrap .arrow.left {
  margin-right: 10px;
}
.paging_wrap .arrow.right {
  margin-left: 10px;
}
.paging_wrap .num {
  display: inline-block;
  width: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  height: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  margin: 0 max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  line-height: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  vertical-align: middle;
  color: #888;
  font-weight: 600;
}
.paging_wrap .num:hover {
  color: #1429A0;
}
.paging_wrap span.num {
  color: #1429A0;
  position: relative;
}
.paging_wrap span.num:before {
  content: "";
  width: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  height: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent)));
  background: #1429A0;
  position: absolute;
  left: calc(50% - max(calc(9px * var(--base-ratio)), calc(calc(9 / var(--base-size)) * var(--base-percent))));
  bottom: 0;
}

@media (max-width: 1024px) {
  /* paging_wrap */
  .paging_wrap {
    padding-top: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap.web {
    display: none;
  }
  .paging_wrap.mobile {
    display: block;
  }
  .paging_wrap .arrow > a {
    overflow: hidden;
    display: inline-block;
    width: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    margin: 0 max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.first {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.first:hover {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.prev {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.prev:hover {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.next {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.next:hover {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.last {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.last:hover {
    background-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow a.prev {
    background-position: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) center;
  }
  .paging_wrap .arrow a.next {
    background-position: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent))) center;
  }
  .paging_wrap .arrow.left {
    margin-right: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .arrow.right {
    margin-left: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .paging_wrap .num {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: auto;
    font-weight: 500;
  }
  .paging_wrap span.num {
    color: #888;
  }
  .paging_wrap span.num:before {
    width: 14px;
    height: 2px;
    left: calc(50% - max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))));
    bottom: max(calc(calc(2px * var(--base-ratio)) * -1), calc(calc(calc(2 / var(--base-size)) * var(--base-percent)) * -1));
  }
  .paging_wrap span.num.current {
    color: #1429A0;
  }
  .paging_wrap span.num.total:before {
    content: none;
  }
}
.iframe_popup, .image_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.iframe_popup .dim, .image_popup .dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.iframe_popup .cont, .image_popup .cont {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: max(calc(1000px * var(--base-ratio)), calc(calc(1000 / var(--base-size)) * var(--base-percent)));
  height: max(calc(564px * var(--base-ratio)), calc(calc(564 / var(--base-size)) * var(--base-percent)));
  text-align: right;
}
.iframe_popup .cont .image_view,
.iframe_popup .cont .youtube_view, .image_popup .cont .image_view,
.image_popup .cont .youtube_view {
  width: 100%;
  height: 100%;
  background: #000;
}
.iframe_popup .cont .image_view img,
.iframe_popup .cont .image_view iframe,
.iframe_popup .cont .youtube_view img,
.iframe_popup .cont .youtube_view iframe, .image_popup .cont .image_view img,
.image_popup .cont .image_view iframe,
.image_popup .cont .youtube_view img,
.image_popup .cont .youtube_view iframe {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.iframe_popup .cont .refer, .image_popup .cont .refer {
  display: none;
  position: absolute;
  margin: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) 0 0;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.375;
  letter-spacing: -0.02em;
}
.iframe_popup .cont .close_btn, .image_popup .cont .close_btn {
  position: relative;
  width: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  height: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  margin: 0 0 max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  background: #1428A0;
  font-size: 0;
  text-indent: -9999px;
}
.iframe_popup .cont .close_btn:before, .image_popup .cont .close_btn:before {
  content: "";
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  background: url(../images/main/sec_business_popup_close_icon.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iframe_popup.active, .image_popup.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .iframe_popup .cont, .image_popup .cont {
    top: 50%;
    width: calc(100% - max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))));
    height: auto;
    padding-top: 53.25%;
  }
  .iframe_popup .cont .image_view,
.iframe_popup .cont .youtube_view, .image_popup .cont .image_view,
.image_popup .cont .youtube_view {
    position: absolute;
    left: 0;
    top: 0;
  }
  .iframe_popup .cont .refer, .image_popup .cont .refer {
    font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3846153846;
    letter-spacing: -0.02em;
  }
  .iframe_popup .cont .close_btn, .image_popup .cont .close_btn {
    position: absolute;
    right: 0;
    top: max(calc(calc(48px * var(--base-ratio)) * -1), calc(calc(calc(48 / var(--base-size)) * var(--base-percent)) * -1));
    width: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .iframe_popup .cont .close_btn:before, .image_popup .cont .close_btn:before {
    content: "";
    width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    height: max(calc(27px * var(--base-ratio)), calc(calc(27 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 767px) {
  .iframe_popup .cont, .image_popup .cont {
    width: calc(100% - max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))));
  }
}

/* plugin */
/* pages */
.main .container {
  padding: 0;
}
.main .loading_dim {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.main .loading_dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/dim_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main .loading_dim .dim_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url("../images/common/dim_text.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .main .loading_dim {
    min-height: max(calc(750px * var(--base-ratio)), calc(calc(750 / var(--base-size)) * var(--base-percent)));
    height: calc(var(--vh, 1vh) * 100);
  }
  .main .loading_dim .dim_title {
    background-image: url("../images/common/t/dim_text.png");
  }
}
@media (max-width: 767px) {
  .main .loading_dim .dim_title {
    background-image: url("../images/common/m/dim_text.png");
  }
}
.main .sticky {
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.main .sec .inner {
  padding: 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  margin: 0 auto;
}
.main .sec .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0 0 max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
}
.main .sec .top > .btn_wrap {
  display: inline-block;
  margin: 0;
}
.main .sec .top .btn_wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
  transition: 0.5s 0.1s ease-out;
  transition-delay: 0.25s;
}
.main .sec .sec_tit {
  display: inline-block;
  font-size: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  color: #222222;
  letter-spacing: -1.12px;
}
.main .sec .sec_tit .word {
  position: relative;
  overflow: hidden;
}
.main .sec .sec_tit .word .char {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s 0.2s ease-out;
}
.main .sec .motion-box {
  opacity: 0;
  visibility: hidden;
  transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
  transition: 0.5s 0.1s ease-out;
}
@media (max-width: 1024px) {
  .main .sec .inner {
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec .top {
    margin: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec .sec_tit {
    padding-right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 767px) {
  .main .sec .inner {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec .top {
    margin: 0 0 max(calc(33px * var(--base-ratio)), calc(calc(33 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec .sec_tit {
    font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.64px;
  }
}
.main .sec_visual {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.main .sec_visual .video_trigger {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
}
.main .sec_visual.active .bg {
  opacity: 1;
  visibility: visible;
}
.main .sec_visual.active .slider_wrap .inner .txt {
  opacity: 0;
}
.main .sec_visual.active .slider_wrap .controller {
  opacity: 0;
}
.main .sec_visual.active .news_wrap {
  opacity: 0 !important;
  transition: 0.3s;
}
.main .sec_visual .bg_dim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, -0.09, 0.4, 1.23), visibility 0.5s cubic-bezier(0.4, -0.09, 0.4, 1.23);
  z-index: 2;
}
.main .sec_visual .m_sticky {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.main .sec_visual .slider_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main .sec_visual .slider_wrap .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
}
.main .sec_visual .slider_wrap .video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.main .sec_visual .slider_wrap .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec_visual .slider_wrap .video iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100.2vh;
}
.main .sec_visual .slider_wrap .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .sec_visual .slider_wrap .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.main .sec_visual .slider_wrap .inner {
  width: 100%;
  height: 100%;
  padding: 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) max(calc(110px * var(--base-ratio)), calc(calc(110 / var(--base-size)) * var(--base-percent)));
  box-sizing: border-box;
  display: flex;
  align-items: end;
}
.main .sec_visual .slider_wrap .inner .txt {
  opacity: 0;
  transition: 0.1s;
  width: calc(100% - max(calc(560px * var(--base-ratio)), calc(calc(560 / var(--base-size)) * var(--base-percent))));
}
.main .sec_visual .slider_wrap .inner .txt p {
  font-size: max(calc(90px * var(--base-ratio)), calc(calc(90 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1111111111;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #fff;
}
.main .sec_visual .slider_wrap .inner .txt p .whitespace {
  vertical-align: top;
}
.main .sec_visual .slider_wrap .inner .txt p .word {
  position: relative;
  overflow: hidden;
}
.main .sec_visual .slider_wrap .inner .txt p .word .char {
  vertical-align: top;
  line-height: 1;
}
.main .sec_visual .slider_wrap .inner .txt p + p {
  margin-top: max(calc(calc(10px * var(--base-ratio)) * -1), calc(calc(calc(10 / var(--base-size)) * var(--base-percent)) * -1));
}
.main .sec_visual .slider_wrap .inner .txt strong {
  display: block;
  margin: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) 0 0;
  font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #fff;
}
.main .sec_visual .slider_wrap .inner .txt strong .word {
  position: relative;
  overflow: hidden;
}
.main .sec_visual .slider_wrap .inner .txt strong .word .char {
  vertical-align: top;
  line-height: 1;
}
.main .sec_visual .slider_wrap .swiper-pagination {
  z-index: 1;
  position: absolute;
  left: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  bottom: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  width: auto;
}
.main .sec_visual .slider_wrap .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) 0;
  border-radius: 0;
  background: none;
}
.main .sec_visual .slider_wrap .swiper-pagination-bullet .rail {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.main .sec_visual .slider_wrap .swiper-pagination-bullet .rail .fill {
  width: 0;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.main .sec_visual .news_wrap {
  position: absolute;
  width: max(calc(552px * var(--base-ratio)), calc(calc(552 / var(--base-size)) * var(--base-percent)));
  right: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  bottom: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  z-index: 2;
  padding: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  background: rgba(170, 170, 170, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  transition: opacity 0.5s, transform 0.5s, background 0.25s ease-out;
}
.main .sec_visual .news_wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .sec_visual .news_wrap:hover {
  background: rgba(0, 0, 0, 0.5);
}
.main .sec_visual .news_wrap .top {
  height: max(calc(153px * var(--base-ratio)), calc(calc(153 / var(--base-size)) * var(--base-percent)));
}
.main .sec_visual .news_wrap .top a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.main .sec_visual .news_wrap .top a .img_area {
  width: calc(50% - max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))));
  height: max(calc(153px * var(--base-ratio)), calc(calc(153 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  overflow: hidden;
  transition: 0.3s ease-out;
  background: #000;
}
.main .sec_visual .news_wrap .top a .img_area img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-out;
}
.main .sec_visual .news_wrap .top a .txt_area {
  width: calc(50% - max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))));
  padding-left: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  box-sizing: border-box;
}
.main .sec_visual .news_wrap .top a .txt_area p.tit {
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  overflow: hidden;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.3;
  max-height: 3.9em;
  color: #fff;
  transition: 0.3s ease-out;
  text-decoration: underline transparent;
}
.main .sec_visual .news_wrap .top a .txt_area p.date {
  margin-top: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.main .sec_visual .news_wrap .top a:hover .img_area img {
  transform: scale(1.1);
}
.main .sec_visual .news_wrap .top a:hover .txt_area p.tit {
  text-decoration: underline #fff;
}
.main .sec_visual .news_wrap .top + .bot {
  margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.main .sec_visual .news_wrap .bot ul {
  display: flex;
  gap: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.main .sec_visual .news_wrap .bot ul li {
  width: calc(50% - max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))));
  height: max(calc(153px * var(--base-ratio)), calc(calc(153 / var(--base-size)) * var(--base-percent)));
}
.main .sec_visual .news_wrap .bot ul li.video a, .main .sec_visual .news_wrap .bot ul li.img a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  transition: 0.3s ease-out;
}
.main .sec_visual .news_wrap .bot ul li.video a .thumb_img, .main .sec_visual .news_wrap .bot ul li.img a .thumb_img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-out;
}
.main .sec_visual .news_wrap .bot ul li.video:hover a .thumb_img, .main .sec_visual .news_wrap .bot ul li.img:hover a .thumb_img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .main .sec_visual {
    width: 100%;
    height: auto;
  }
  .main .sec_visual .sticky {
    height: 100%;
    position: relative;
    overflow: visible;
  }
  .main .sec_visual .m_sticky {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  .main .sec_visual .slider_wrap .inner {
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(400px * var(--base-ratio)), calc(calc(400 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .slider_wrap .inner .txt {
    width: 100%;
  }
  .main .sec_visual .slider_wrap .inner .txt p {
    font-size: max(calc(64px * var(--base-ratio)), calc(calc(64 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .main .sec_visual .slider_wrap .inner .txt strong {
    margin: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) 0 0;
    font-size: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .main .sec_visual .slider_wrap .swiper-pagination {
    left: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    bottom: max(calc(315px * var(--base-ratio)), calc(calc(315 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap {
    width: max(calc(430px * var(--base-ratio)), calc(calc(430 / var(--base-size)) * var(--base-percent)));
    right: auto;
    left: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    padding: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top {
    height: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a {
    gap: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a .img_area {
    width: calc(50% - max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent))));
    height: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a .txt_area {
    width: calc(50% - max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent))));
    padding-left: 0;
  }
  .main .sec_visual .news_wrap .top a .txt_area p.tit {
    font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent)));
    max-height: max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a .txt_area p.date {
    margin-top: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
  .main .sec_visual .news_wrap .top + .bot {
    margin-top: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .bot ul {
    gap: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .bot ul li {
    width: calc(50% - max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent))));
    height: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 767px) {
  .main .sec_visual .slider_wrap .inner {
    padding: max(calc(95px * var(--base-ratio)), calc(calc(95 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(310px * var(--base-ratio)), calc(calc(310 / var(--base-size)) * var(--base-percent)));
    align-items: start;
  }
  .main .sec_visual .slider_wrap .inner .txt p {
    font-size: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
  .main .sec_visual .slider_wrap .inner .txt p .word {
    overflow: visible;
  }
  .main .sec_visual .slider_wrap .inner .txt p .word .char {
    line-height: 1.3;
  }
  .main .sec_visual .slider_wrap .inner .txt strong {
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-top: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .slider_wrap .swiper-pagination {
    left: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    bottom: max(calc(260px * var(--base-ratio)), calc(calc(260 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .slider_wrap .swiper-pagination .swiper-pagination-bullet {
    width: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
    padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) 0;
  }
  .main .sec_visual .slider_wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap {
    min-width: max(calc(430px * var(--base-ratio)), calc(calc(430 / var(--base-size)) * var(--base-percent)));
    max-width: calc(100% - max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))));
    left: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top {
    height: max(calc(94px * var(--base-ratio)), calc(calc(94 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a {
    gap: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a .img_area {
    height: max(calc(94px * var(--base-ratio)), calc(calc(94 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a .txt_area p.tit {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
    max-height: max(calc(42px * var(--base-ratio)), calc(calc(42 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_visual .news_wrap .top a .txt_area p.date {
    margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .main .sec_visual .news_wrap .bot ul li {
    height: max(calc(94px * var(--base-ratio)), calc(calc(94 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 469px) {
  .main .sec_visual .news_wrap {
    min-width: unset;
    max-width: unset;
    width: calc(100% - max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))));
  }
}
.main .sec_about {
  padding: max(calc(170px * var(--base-ratio)), calc(calc(170 / var(--base-size)) * var(--base-percent))) 0 max(calc(160px * var(--base-ratio)), calc(calc(160 / var(--base-size)) * var(--base-percent)));
}
.main .sec_about.active .sec_tit .word .char {
  transform: translateY(0);
  opacity: 1;
}
.main .sec_about.active .motion-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .sec_about.active .flex-item.boss {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main .sec_about.active .flex-item.site1, .main .sec_about.active .flex-item.site2 {
  clip-path: inset(0);
}
.main .sec_about .top {
  margin: 0;
}
.main .sec_about .top .flex-container {
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  padding: 0 max(calc(300px * var(--base-ratio)), calc(calc(300 / var(--base-size)) * var(--base-percent))) max(calc(76px * var(--base-ratio)), calc(calc(76 / var(--base-size)) * var(--base-percent))) max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
}
.main .sec_about .top .left {
  width: max(calc(410px * var(--base-ratio)), calc(calc(410 / var(--base-size)) * var(--base-percent)));
}
.main .sec_about .top .right {
  width: calc(100% - max(calc(410px * var(--base-ratio)), calc(calc(410 / var(--base-size)) * var(--base-percent))));
  color: #222222;
}
.main .sec_about .top .right.open .btn_more i:before {
  background-image: url("../images/common/icon_minus_wh.svg");
}
.main .sec_about .top .right.open .desc {
  height: auto;
}
.main .sec_about .top .right .h4 {
  display: block;
  margin: 0 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}
.main .sec_about .top .right .desc {
  margin: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent))) 0 0;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  line-height: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  height: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .sec_about .top .right .desc *,
.main .sec_about .top .right .desc p {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  word-break: keep-all;
}
.main .sec_about .top .right .btn_more {
  margin: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent))) 0 0;
  color: #222222;
}
.main .sec_about .top .right .btn_more i {
  position: relative;
  display: inline-block;
  width: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  height: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  margin-left: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  border-radius: 50%;
  background-color: #DBDBDB;
  vertical-align: middle;
  transition: all 0.4s;
}
.main .sec_about .top .right .btn_more i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  height: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/icon_plus_wh.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.main .sec_about .top .right .btn_more:hover {
  color: #1429A0;
}
.main .sec_about .top .right .btn_more:hover i {
  transform: rotate(360deg);
}
.main .sec_about .img_box {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: normal;
  width: 100%;
  height: max(calc(488px * var(--base-ratio)), calc(calc(488 / var(--base-size)) * var(--base-percent)));
  padding-left: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
}
.main .sec_about .flex-item {
  position: relative;
  height: 100%;
}
.main .sec_about .flex-item.boss {
  opacity: 0;
  visibility: hidden;
  width: max(calc(405px * var(--base-ratio)), calc(calc(405 / var(--base-size)) * var(--base-percent)));
  margin-right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  transform: translateX(max(calc(calc(100px * var(--base-ratio)) * -1), calc(calc(calc(100 / var(--base-size)) * var(--base-percent)) * -1)));
  transition: all 0.5s ease;
  transition-delay: 0.25s;
}
.main .sec_about .flex-item.boss .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  color: #fff;
  font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  line-height: 1.28125;
  letter-spacing: -0.02em;
}
.main .sec_about .flex-item.boss .name .position {
  display: block;
  margin: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent))) 0 0;
  font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2272727273;
  letter-spacing: -0.02em;
}
.main .sec_about .flex-item.boss .img_wrap {
  width: 100%;
  height: 100%;
}
.main .sec_about .flex-item.boss img {
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  object-fit: cover;
}
.main .sec_about .flex-item.site1 {
  width: max(calc(868px * var(--base-ratio)), calc(calc(868 / var(--base-size)) * var(--base-percent)));
  margin-right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease;
  transition-delay: 0.25s;
}
.main .sec_about .flex-item.site1 .swiper {
  height: 100%;
}
.main .sec_about .flex-item.site1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec_about .flex-item.site1 video,
.main .sec_about .flex-item.site1 img {
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
.main .sec_about .flex-item.site2 {
  width: max(calc(487px * var(--base-ratio)), calc(calc(487 / var(--base-size)) * var(--base-percent)));
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease;
  transition-delay: 0.25s;
}
.main .sec_about .flex-item.site2 .swiper {
  height: 100%;
}
.main .sec_about .flex-item.site2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec_about .flex-item.site2 video,
.main .sec_about .flex-item.site2 img {
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))) 0 0 max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
.main .sec_about .flex-item img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .main .sec_about {
    padding: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent))) 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .top .flex-container {
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .top .left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .top .left .btn_wrap {
    margin: 0;
    width: auto;
  }
  .main .sec_about .top .right {
    width: 100%;
  }
  .main .sec_about .top .right .h4 {
    font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2916666667;
    letter-spacing: -0.02em;
  }
  .main .sec_about .top .right .desc {
    font-size: max(calc(19px * var(--base-ratio)), calc(calc(19 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5263157895;
    letter-spacing: -0.02em;
    height: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .img_box {
    flex-wrap: wrap;
    gap: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    height: auto;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .flex-item.boss {
    order: 1;
    width: calc(50% - max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))));
    margin-right: 0;
  }
  .main .sec_about .flex-item.boss .img_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .main .sec_about .flex-item.boss img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main .sec_about .flex-item.boss .name {
    padding: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
  .main .sec_about .flex-item.boss .name .position {
    margin: max(calc(2px * var(--base-ratio)), calc(calc(2 / var(--base-size)) * var(--base-percent))) 0 0;
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1.375;
    letter-spacing: -0.02em;
  }
  .main .sec_about .flex-item.site1 {
    order: 3;
    width: 100%;
    margin-right: 0;
  }
  .main .sec_about .flex-item.site1 .swiper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.1%;
  }
  .main .sec_about .flex-item.site1 .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main .sec_about .flex-item.site1 video,
.main .sec_about .flex-item.site1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .flex-item.site2 {
    order: 2;
    width: calc(50% - max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))));
    margin: 0;
  }
  .main .sec_about .flex-item.site2 .swiper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .main .sec_about .flex-item.site2 .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main .sec_about .flex-item.site2 video,
.main .sec_about .flex-item.site2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 767px) {
  .main .sec_about {
    padding: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) 0 max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .sec_tit {
    width: 100%;
    padding: 0;
  }
  .main .sec_about .top .flex-container {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .top .left {
    margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .top .right .h4 {
    font-size: max(calc(19px * var(--base-ratio)), calc(calc(19 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2631578947;
    letter-spacing: -0.02em;
  }
  .main .sec_about .top .right .desc {
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5294117647;
    letter-spacing: -0.02em;
    height: max(calc(52px * var(--base-ratio)), calc(calc(52 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .img_box {
    flex-wrap: wrap;
    height: auto;
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_about .flex-item.boss {
    width: 100%;
  }
  .main .sec_about .flex-item.boss .name {
    padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2916666667;
    letter-spacing: -0.02em;
  }
  .main .sec_about .flex-item.boss .name .position {
    font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3888888889;
    letter-spacing: -0.02em;
  }
  .main .sec_about .flex-item.site1 {
    order: 2;
  }
  .main .sec_about .flex-item.site2 {
    order: 3;
    width: 100%;
  }
}
.main .sec_people {
  position: relative;
  width: 100%;
  background: #000000;
}
.main .sec_people.active .sec_tit .word .char {
  transform: translateY(0);
  opacity: 1;
}
.main .sec_people.active .top .btn_wrap,
.main .sec_people.active .top .desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .sec_people .bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .sec_people .bg:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main .sec_people .bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec_people .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
}
.main .sec_people .top {
  display: block;
  flex-shrink: 0;
  width: max(calc(547px * var(--base-ratio)), calc(calc(547 / var(--base-size)) * var(--base-percent)));
  height: auto;
  margin-right: max(calc(161px * var(--base-ratio)), calc(calc(161 / var(--base-size)) * var(--base-percent)));
}
.main .sec_people .top .sec_tit {
  position: relative;
  width: 100%;
  margin: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  color: #fff;
}
.main .sec_people .top .sec_tit .char {
  opacity: 1;
  display: inline-block;
  will-change: transform, opacity;
  transform-origin: center;
  backface-visibility: hidden;
  perspective: 1000px;
}
.main .sec_people .top .btn_wrap {
  transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
  transition: 0.5s 0.1s ease-out;
  transition-delay: 0.25s;
  margin: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
}
.main .sec_people .top .desc {
  opacity: 0;
  transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
  transition: 0.5s 0.1s ease-out;
  transition-delay: 0.25s;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) !important;
  line-height: 1.5 !important;
  color: #fff !important;
}
.main .sec_people .top .desc *,
.main .sec_people .top .desc p {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  word-break: keep-all;
}
.main .sec_people .right {
  overflow: hidden;
  position: relative;
  width: max(calc(1090px * var(--base-ratio)), calc(calc(1090 / var(--base-size)) * var(--base-percent)));
  padding: 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent))) max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) 0;
}
.main .sec_people .peopleSwiper {
  overflow: unset;
  flex-shrink: 0;
}
.main .sec_people .peopleSwiper .swiper-wrapper {
  align-items: center;
}
.main .sec_people .peopleSwiper .swiper-slide {
  overflow: hidden;
  opacity: 1;
  width: max(calc(600px * var(--base-ratio)), calc(calc(600 / var(--base-size)) * var(--base-percent)));
  height: max(calc(600px * var(--base-ratio)), calc(calc(600 / var(--base-size)) * var(--base-percent)));
  margin-right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  background-color: #fff;
  transition: background-color 0.5s;
  will-change: transform;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.main .sec_people .peopleSwiper .swiper-slide:last-of-type {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .main .sec_people .peopleSwiper .swiper-slide.hover_active {
    cursor: initial;
  }
  .main .sec_people .peopleSwiper .swiper-slide.hover_active .img_wrap {
    height: 0;
  }
  .main .sec_people .peopleSwiper .swiper-slide.hover_active .img i {
    transform: translate(-50%, -50%) scale(1);
  }
  .main .sec_people .peopleSwiper .swiper-slide.hover_active .intro_wrap .intro {
    overflow-y: auto;
    max-height: max(calc(400px * var(--base-ratio)), calc(calc(400 / var(--base-size)) * var(--base-percent)));
  }
}
.main .sec_people .peopleSwiper .swiper-scrollbar {
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) 0;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: max(calc(calc(140px * var(--base-ratio)) * -1), calc(calc(calc(140 / var(--base-size)) * var(--base-percent)) * -1));
  background: none;
  cursor: pointer;
}
.main .sec_people .peopleSwiper .swiper-scrollbar:before {
  content: "";
  width: 100%;
  height: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 49%;
}
.main .sec_people .peopleSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  left: 0;
  top: 49%;
  background: #fff;
  height: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
}
@media (min-width: 1025px) and (pointer: fine) {
  .main .sec_people .peopleSwiper .swiper-scrollbar:hover .swiper-scrollbar-drag {
    height: max(calc(9px * var(--base-ratio)), calc(calc(9 / var(--base-size)) * var(--base-percent)));
    margin-top: max(calc(calc(2px * var(--base-ratio)) * -1), calc(calc(calc(2 / var(--base-size)) * var(--base-percent)) * -1));
  }
}
.main .sec_people .peopleSwiper .img_wrap {
  overflow: hidden;
  position: relative;
  width: calc(100% - max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))));
  height: calc(max(calc(466px * var(--base-ratio)), calc(calc(466 / var(--base-size)) * var(--base-percent))) - max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))));
  margin: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))) auto 0;
  border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  transition: height 0.8s;
}
.main .sec_people .peopleSwiper .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 81.75%;
}
.main .sec_people .peopleSwiper .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transition: all 0.5s;
}
.main .sec_people .peopleSwiper .btn_play {
  z-index: 1;
  position: absolute;
  top: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  right: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  width: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  height: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/icon_play.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 1025px) and (pointer: fine) {
  .main .sec_people .peopleSwiper .btn_play:hover {
    background-image: url("../images/common/icon_play_hover.svg");
  }
}
.main .sec_people .peopleSwiper .desc {
  padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
}
.main .sec_people .peopleSwiper .desc .name_box {
  position: relative;
  width: 100%;
}
.main .sec_people .peopleSwiper .desc .name_box .hover_area {
  width: calc(100% - max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))));
}
.main .sec_people .peopleSwiper .desc p {
  color: #222222;
}
.main .sec_people .peopleSwiper .desc p.name {
  font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  line-height: 1.28125;
  letter-spacing: -0.02em;
  letter-spacing: -0.32px;
}
.main .sec_people .peopleSwiper .desc p.task {
  opacity: 0.6;
  margin: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.main .sec_people .peopleSwiper .desc .intro {
  overflow-y: hidden;
  height: auto;
  padding-right: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent))) !important;
  color: #222 !important;
  line-height: max(calc(27px * var(--base-ratio)), calc(calc(27 / var(--base-size)) * var(--base-percent))) !important;
}
.main .sec_people .peopleSwiper .desc .intro *,
.main .sec_people .peopleSwiper .desc .intro p {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  word-break: keep-all;
}
.main .sec_people .peopleSwiper .desc .btn_more {
  display: none;
  margin: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent))) 0 0;
  color: #222222;
}
.main .sec_people .peopleSwiper .desc .btn_more i {
  position: relative;
  display: inline-block;
  width: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  height: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  margin-left: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  border-radius: 50%;
  background-color: #DBDBDB;
  vertical-align: middle;
}
.main .sec_people .peopleSwiper .desc .btn_more i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  height: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/icon_plus_wh.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 1024px) {
  .main .sec_people {
    height: auto;
  }
  .main .sec_people .sticky {
    overflow: initial;
    height: auto;
  }
  .main .sec_people.active .top .desc {
    opacity: 0;
    visibility: hidden;
    transition-delay: 1s;
  }
  .main .sec_people.active .peopleSwiper {
    opacity: 1;
    visibility: visible;
  }
  .main .sec_people .inner {
    flex-direction: column;
    justify-content: center;
    padding-top: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .top {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main .sec_people .top .sec_tit {
    margin: 0 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    padding: 0;
  }
  .main .sec_people .top .btn_wrap {
    margin: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .top .desc {
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) 0 0;
    transition: all 0.5s ease-in-out;
    font-size: max(calc(19px * var(--base-ratio)), calc(calc(19 / var(--base-size)) * var(--base-percent))) !important;
    line-height: 1.4 !important;
    color: #fff !important;
  }
  .main .sec_people .right {
    width: 100%;
    height: auto;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(90px * var(--base-ratio)), calc(calc(90 / var(--base-size)) * var(--base-percent))) 0;
  }
  .main .sec_people .peopleSwiper {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    transition-delay: 1s;
  }
  .main .sec_people .peopleSwiper .swiper-slide {
    width: max(calc(466px * var(--base-ratio)), calc(calc(466 / var(--base-size)) * var(--base-percent)));
    height: max(calc(527px * var(--base-ratio)), calc(calc(527 / var(--base-size)) * var(--base-percent)));
    margin-right: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .peopleSwiper .swiper-slide.active .img_wrap {
    height: 0;
  }
  .main .sec_people .peopleSwiper .swiper-slide.active .desc .intro_wrap {
    display: block;
    margin: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))) 0 0;
  }
  .main .sec_people .peopleSwiper .swiper-slide.active .desc .btn_more i:before {
    background-image: url(../images/common/icon_minus_wh.svg);
  }
  .main .sec_people .peopleSwiper .swiper-scrollbar {
    position: relative;
    bottom: unset;
    width: 100%;
    padding: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent))) 0;
  }
  .main .sec_people .peopleSwiper .img_wrap {
    height: max(calc(360px * var(--base-ratio)), calc(calc(360 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .peopleSwiper .img i {
    transform: translate(-50%, -50%) scale(1);
  }
  .main .sec_people .peopleSwiper .desc {
    padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .peopleSwiper .desc p.name {
    font-size: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent)));
    line-height: 1.32;
    letter-spacing: -0.02em;
    letter-spacing: -0.25px;
  }
  .main .sec_people .peopleSwiper .desc p.task {
    margin: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))) 0 max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(19px * var(--base-ratio)), calc(calc(19 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3157894737;
    letter-spacing: -0.02em;
  }
  .main .sec_people .peopleSwiper .desc .intro {
    overflow-y: auto;
    height: max(calc(340px * var(--base-ratio)), calc(calc(340 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent))) !important;
    line-height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) !important;
  }
  .main .sec_people .peopleSwiper .desc .intro_wrap {
    display: none;
  }
  .main .sec_people .peopleSwiper .desc .btn_more {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .main .sec_people {
    height: calc(var(--vh, 1vh) * 100);
  }
  .main .sec_people .sticky {
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
  }
  .main .sec_people .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
  }
  .main .sec_people .top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .top .btn_wrap {
    margin: 0;
  }
  .main .sec_people .top .desc {
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 100%;
    margin: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) 0 0;
    transition: all 0.5s ease-in-out;
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent))) !important;
    line-height: 1.3 !important;
    color: #fff !important;
  }
  .main .sec_people .right {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .peopleSwiper {
    height: auto;
  }
  .main .sec_people .peopleSwiper .swiper-slide {
    opacity: 0.2;
    width: max(calc(290px * var(--base-ratio)), calc(calc(290 / var(--base-size)) * var(--base-percent)));
    height: max(calc(350px * var(--base-ratio)), calc(calc(350 / var(--base-size)) * var(--base-percent)));
    transition: opacity 0.5s ease;
  }
  .main .sec_people .peopleSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .main .sec_people .peopleSwiper .swiper-scrollbar {
    padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) 0 max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .peopleSwiper .img_wrap {
    height: max(calc(200px * var(--base-ratio)), calc(calc(200 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .peopleSwiper .btn_play {
    width: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    background-size: 100% auto;
  }
  .main .sec_people .peopleSwiper .desc {
    padding: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_people .peopleSwiper .desc p.name {
    font-size: max(calc(19px * var(--base-ratio)), calc(calc(19 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3157894737;
    letter-spacing: -0.02em;
    letter-spacing: -0.19px;
  }
  .main .sec_people .peopleSwiper .desc p.task {
    margin: max(calc(3px * var(--base-ratio)), calc(calc(3 / var(--base-size)) * var(--base-percent))) 0 0;
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1.25;
    letter-spacing: -0.02em;
  }
  .main .sec_people .peopleSwiper .desc .intro {
    height: max(calc(185px * var(--base-ratio)), calc(calc(185 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))) !important;
    line-height: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent))) !important;
  }
  .main .sec_people .peopleSwiper .desc .btn_more {
    margin: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) 0 0;
  }
}
.main .sec_people ::-webkit-scrollbar {
  width: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
}
.main .sec_people ::-webkit-scrollbar-track {
  background: #E8EBFC;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.main .sec_people ::-webkit-scrollbar-thumb {
  background: #1428A0;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business {
  position: relative;
  width: 100%;
  height: 130vh;
}
.main .sec_business .btn_area {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  z-index: 2;
  min-height: max(calc(726px * var(--base-ratio)), calc(calc(726 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .btn_area .m_select_btn {
  display: none;
}
.main .sec_business .btn_area .sub_tit.pc {
  display: block;
  font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
  margin: 0 0 max(calc(71px * var(--base-ratio)), calc(calc(71 / var(--base-size)) * var(--base-percent)));
  padding-left: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .btn_area ul li {
  opacity: 0;
  transform: translateY(50%);
  transition: transform 0.2s, opacity 0.2s;
}
.main .sec_business .btn_area ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.main .sec_business .btn_area ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.main .sec_business .btn_area ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.main .sec_business .btn_area ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.main .sec_business .btn_area ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.main .sec_business .btn_area ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.main .sec_business .btn_area ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.main .sec_business .btn_area ul li:nth-child(8) {
  transition-delay: 0.8s;
}
.main .sec_business .btn_area ul li:nth-child(9) {
  transition-delay: 0.9s;
}
.main .sec_business .btn_area ul li:nth-child(10) {
  transition-delay: 1s;
}
.main .sec_business .btn_area ul li:nth-child(11) {
  transition-delay: 1.1s;
}
.main .sec_business .btn_area ul li:nth-child(12) {
  transition-delay: 1.2s;
}
.main .sec_business .btn_area ul li:nth-child(13) {
  transition-delay: 1.3s;
}
.main .sec_business .btn_area ul li:nth-child(14) {
  transition-delay: 1.4s;
}
.main .sec_business .btn_area ul li:nth-child(15) {
  transition-delay: 1.5s;
}
.main .sec_business .btn_area ul li:nth-child(16) {
  transition-delay: 1.6s;
}
.main .sec_business .btn_area ul li:nth-child(17) {
  transition-delay: 1.7s;
}
.main .sec_business .btn_area ul li:nth-child(18) {
  transition-delay: 1.8s;
}
.main .sec_business .btn_area ul li:nth-child(19) {
  transition-delay: 1.9s;
}
.main .sec_business .btn_area ul li:nth-child(20) {
  transition-delay: 2s;
}
.main .sec_business .btn_area ul li:nth-child(21) {
  transition-delay: 2.1s;
}
.main .sec_business .btn_area ul li:nth-child(22) {
  transition-delay: 2.2s;
}
.main .sec_business .btn_area ul li:nth-child(23) {
  transition-delay: 2.3s;
}
.main .sec_business .btn_area ul li:nth-child(24) {
  transition-delay: 2.4s;
}
.main .sec_business .btn_area ul li:nth-child(25) {
  transition-delay: 2.5s;
}
.main .sec_business .btn_area ul li:nth-child(26) {
  transition-delay: 2.6s;
}
.main .sec_business .btn_area ul li:nth-child(27) {
  transition-delay: 2.7s;
}
.main .sec_business .btn_area ul li:nth-child(28) {
  transition-delay: 2.8s;
}
.main .sec_business .btn_area ul li:nth-child(29) {
  transition-delay: 2.9s;
}
.main .sec_business .btn_area ul li:nth-child(30) {
  transition-delay: 3s;
}
.main .sec_business .btn_area ul li:nth-child(31) {
  transition-delay: 3.1s;
}
.main .sec_business .btn_area ul li:nth-child(32) {
  transition-delay: 3.2s;
}
.main .sec_business .btn_area ul li:nth-child(33) {
  transition-delay: 3.3s;
}
.main .sec_business .btn_area ul li:nth-child(34) {
  transition-delay: 3.4s;
}
.main .sec_business .btn_area ul li:nth-child(35) {
  transition-delay: 3.5s;
}
.main .sec_business .btn_area ul li:nth-child(36) {
  transition-delay: 3.6s;
}
.main .sec_business .btn_area ul li:nth-child(37) {
  transition-delay: 3.7s;
}
.main .sec_business .btn_area ul li:nth-child(38) {
  transition-delay: 3.8s;
}
.main .sec_business .btn_area ul li:nth-child(39) {
  transition-delay: 3.9s;
}
.main .sec_business .btn_area ul li:nth-child(40) {
  transition-delay: 4s;
}
.main .sec_business .btn_area ul li:nth-child(41) {
  transition-delay: 4.1s;
}
.main .sec_business .btn_area ul li:nth-child(42) {
  transition-delay: 4.2s;
}
.main .sec_business .btn_area ul li:nth-child(43) {
  transition-delay: 4.3s;
}
.main .sec_business .btn_area ul li:nth-child(44) {
  transition-delay: 4.4s;
}
.main .sec_business .btn_area ul li:nth-child(45) {
  transition-delay: 4.5s;
}
.main .sec_business .btn_area ul li:nth-child(46) {
  transition-delay: 4.6s;
}
.main .sec_business .btn_area ul li:nth-child(47) {
  transition-delay: 4.7s;
}
.main .sec_business .btn_area ul li:nth-child(48) {
  transition-delay: 4.8s;
}
.main .sec_business .btn_area ul li:nth-child(49) {
  transition-delay: 4.9s;
}
.main .sec_business .btn_area ul li:nth-child(50) {
  transition-delay: 5s;
}
.main .sec_business .btn_area ul li button {
  display: block;
  min-width: max(calc(220px * var(--base-ratio)), calc(calc(220 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #fff;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0) opacity(0);
  -webkit-backdrop-filter: blur(0) opacity(0);
  position: relative;
  z-index: 1;
  transition: 0.2s ease-out, backdrop-filter 0.2s 1s ease-out;
  overflow: hidden;
  text-align: left;
}
.main .sec_business .btn_area ul li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-102%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
  transition: 0.2s ease-out;
  z-index: -1;
}
.main .sec_business .btn_area ul li button[data-con=popup] {
  display: flex;
  align-items: center;
  gap: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .btn_area ul li button[data-con=popup]:after {
  content: "";
  width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  display: inline-block;
  vertical-align: middle;
  background: url("/resources/global/images/main/sec_business_globe_icon.svg") center center no-repeat;
  background-size: 100%;
}
.main .sec_business .btn_area ul li button:hover {
  border-color: #fff;
}
.main .sec_business .btn_area ul li + li {
  margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .btn_area ul li.active button {
  color: #222;
}
.main .sec_business .btn_area ul li.active button:before {
  transform: translateX(0);
}
.main .sec_business .cont_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main .sec_business .cont_area .con {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: end;
  transition-property: clip-path;
  will-change: transform;
  transition: 0.4s;
}
.main .sec_business .cont_area .con .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .sec_business .cont_area .con .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max(calc(1090px * var(--base-ratio)), calc(calc(1090 / var(--base-size)) * var(--base-percent)));
  padding-right: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  box-sizing: border-box;
  overflow: hidden;
}
.main .sec_business .cont_area .con .inner .tit p {
  overflow: hidden;
  position: relative;
  font-size: max(calc(52px * var(--base-ratio)), calc(calc(52 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
  line-height: 1.5;
}
.main .sec_business .cont_area .con .inner .tit p.sub_tit {
  display: none;
  font-size: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s;
  margin: 0 0 max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .cont_area .con .inner .tit .btn {
  margin-top: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
  opacity: 0;
  visibility: hidden;
}
.main .sec_business .cont_area .con .inner .slider_wrap {
  overflow: visible;
  position: relative;
  width: 100%;
  margin: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0 0;
  padding: 0 0 max(calc(84px * var(--base-ratio)), calc(calc(84 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide {
  width: max(calc(440px * var(--base-ratio)), calc(calc(440 / var(--base-size)) * var(--base-percent)));
  margin-right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide:last-child {
  margin-right: 0;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  padding: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px) opacity(1);
  -webkit-backdrop-filter: blur(15px) opacity(1);
  overflow: hidden;
  transition: 0.3s ease-out, backdrop-filter 0.3s 0.9s;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area {
  padding-bottom: max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol {
  display: flex;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol li {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.3;
  color: #c1c7cd;
  transition: 0.3s ease-out;
  position: relative;
  padding: 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol li:first-child {
  padding-left: 0;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol li + li:before {
  content: "";
  width: 1px;
  height: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DDE1E6;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area p {
  font-size: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  margin-top: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  transition: 0.3s ease-out;
  height: max(calc(72px * var(--base-ratio)), calc(calc(72 / var(--base-size)) * var(--base-percent)));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-wrap: normal;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area {
  width: 100%;
  height: max(calc(260px * var(--base-ratio)), calc(calc(260 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.7) 100%);
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-out;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area p {
  box-sizing: border-box;
  padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent)));
  width: 100%;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a:hover {
  background: #fff;
  transition: 0.4s ease-out;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a:hover .txt_area ol li {
  color: #1428A0;
  transition: 0.4s ease-out;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a:hover .txt_area ol li:before {
  background-color: #1428a0;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a:hover .txt_area p {
  color: #222;
  transition: 0.4s ease-out;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a:hover .img_area img {
  transform: scale(1.1);
  transition: 0.4s ease-out;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-scrollbar {
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) 0;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: none;
  cursor: pointer;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-scrollbar:before {
  content: "";
  width: 100%;
  height: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 49%;
}
.main .sec_business .cont_area .con .inner .slider_wrap .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  left: 0;
  top: 49%;
  background: #fff;
  height: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
}
@media (min-width: 1025px) and (pointer: fine) {
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-scrollbar:hover .swiper-scrollbar-drag {
    height: max(calc(9px * var(--base-ratio)), calc(calc(9 / var(--base-size)) * var(--base-percent)));
    margin-top: max(calc(calc(2px * var(--base-ratio)) * -1), calc(calc(calc(2 / var(--base-size)) * var(--base-percent)) * -1));
  }
}
.main .sec_business .cont_area .con.active {
  opacity: 1;
  visibility: visible;
}
.main .sec_business .popup_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.main .sec_business .popup_area .dim {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px) opacity(1);
  -webkit-backdrop-filter: blur(10px) opacity(1);
  transition: backdrop-filter 0.2s 0.4s;
}
.main .sec_business .popup_area .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(1396px * var(--base-ratio)), calc(calc(1396 / var(--base-size)) * var(--base-percent)));
  height: max(calc(720px * var(--base-ratio)), calc(calc(720 / var(--base-size)) * var(--base-percent)));
  background: #fff;
  border-radius: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .close_btn {
  position: absolute;
  left: calc(100% + max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent))));
  top: 0;
  width: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  height: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(3px * var(--base-ratio)), calc(calc(3 / var(--base-size)) * var(--base-percent)));
  background-color: #1428A0;
  font-size: 0;
  text-indent: -9999px;
}
.main .sec_business .popup_area .cont .close_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  height: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
  background: url("/resources/global/images/main/sec_business_popup_close_icon.svg") center center no-repeat;
  background-size: 100%;
}
.main .sec_business .popup_area .cont .top {
  padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  border-bottom: 1px solid #dde1e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .sec_business .popup_area .cont .top p {
  font-size: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #222;
}
.main .sec_business .popup_area .cont .top .select_area {
  width: max(calc(460px * var(--base-ratio)), calc(calc(460 / var(--base-size)) * var(--base-percent)));
  height: auto;
  position: relative;
}
.main .sec_business .popup_area .cont .top .select_area a.current {
  display: flex;
  align-items: center;
  border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  padding: 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  height: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  border: 1px solid #C1C7CD;
  box-sizing: border-box;
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background: #fff;
}
.main .sec_business .popup_area .cont .top .select_area a.current:after {
  content: "";
  width: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  height: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  position: absolute;
  right: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  top: 50%;
  transform: translateY(-50%);
  background: url("/resources/global/images/main/sec_business_popup_select_icon.svg") center center no-repeat;
  background-size: 100%;
}
.main .sec_business .popup_area .cont .top .select_area .list {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  z-index: 1;
  padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) 0;
  width: 100%;
  height: max(calc(266px * var(--base-ratio)), calc(calc(266 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  border: 1px solid #c1c7cd;
  box-shadow: 4px 4px 20px 0px rgba(2, 27, 114, 0.15);
  background: #fff;
  overflow: hidden;
}
.main .sec_business .popup_area .cont .top .select_area .list ul {
  height: 100%;
  overflow-y: auto;
}
.main .sec_business .popup_area .cont .top .select_area .list ul::-webkit-scrollbar {
  width: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
  height: max(calc(4px * var(--base-ratio)), calc(calc(4 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .top .select_area .list ul::-webkit-scrollbar-track {
  background: #E8EBFC;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .top .select_area .list ul::-webkit-scrollbar-thumb {
  background: #1428A0;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .top .select_area .list ul li a {
  display: block;
  padding: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  letter-spacing: -0.01em;
  line-height: 1.5;
  font-weight: 400;
  color: #3c3d3f;
}
.main .sec_business .popup_area .cont .top .select_area .list ul li.active a {
  background-color: #F1F3FD;
}
.main .sec_business .popup_area .cont .top .select_area.active a.current {
  border-color: #1428A0;
}
.main .sec_business .popup_area .cont .top .select_area.active a.current:after {
  transform: translateY(-50%) rotate(180deg);
}
.main .sec_business .popup_area .cont .desc {
  padding: max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .desc > .tit {
  padding-right: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .desc > .tit p {
  font-size: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.01em;
  padding-left: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  position: relative;
}
.main .sec_business .popup_area .cont .desc > .tit p:before {
  content: "";
  width: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  height: max(calc(23px * var(--base-ratio)), calc(calc(23 / var(--base-size)) * var(--base-percent)));
  background: url("/resources/global/images/main/sec_business_popup_icon.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .sec_business .popup_area .cont .desc .list {
  margin-top: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  height: max(calc(426px * var(--base-ratio)), calc(calc(426 / var(--base-size)) * var(--base-percent)));
  padding-right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .desc .list ul {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-right: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
  display: flex;
  gap: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  flex-wrap: wrap;
}
.main .sec_business .popup_area .cont .desc .list ul::-webkit-scrollbar {
  width: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
  height: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .desc .list ul::-webkit-scrollbar-track {
  background: #E8EBFC;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .desc .list ul::-webkit-scrollbar-thumb {
  background: #1428A0;
  border-radius: max(calc(99px * var(--base-ratio)), calc(calc(99 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .desc .list ul li {
  width: calc(50% - max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent))));
  border: 1px solid #C1C7CD;
  border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  background: #fff;
  padding: max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  box-sizing: border-box;
  display: inline-flex;
  align-items: start;
  gap: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  justify-content: space-between;
  flex-direction: column;
}
.main .sec_business .popup_area .cont .desc .list ul li .caption {
  display: flex;
}
.main .sec_business .popup_area .cont .desc .list ul li .caption p {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
  coloR: #878d96;
  line-height: 1.3;
  position: relative;
  padding: 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.main .sec_business .popup_area .cont .desc .list ul li .caption p:first-child {
  padding-left: 0;
}
.main .sec_business .popup_area .cont .desc .list ul li .caption p:first-child:before {
  display: none;
}
.main .sec_business .popup_area .cont .desc .list ul li .caption p:before {
  content: "";
  width: 1px;
  height: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DDE1E6;
}
.main .sec_business .popup_area .cont .desc .list ul li p.title {
  font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #222;
  line-height: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  height: max(calc(84px * var(--base-ratio)), calc(calc(84 / var(--base-size)) * var(--base-percent)));
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-wrap: normal;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .sec_business .popup_area .cont .desc .list ul li.nodata.active {
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
}
.main .sec_business .popup_area.active {
  opacity: 1;
  visibility: visible;
}
.main .sec_business .popup_area.active .dim {
  backdrop-filter: blur(10px) opacity(1);
  -webkit-backdrop-filter: blur(10px) opacity(1);
}
.main .sec_business.active .btn_area .sub_tit.pc {
  opacity: 1;
  transform: translateY(0);
}
.main .sec_business.active .btn_area ul li {
  opacity: 1;
  transform: translateY(0);
}
.main .sec_business.active .btn_area ul li button {
  backdrop-filter: blur(10px) opacity(1);
  -webkit-backdrop-filter: blur(10px) opacity(1);
}
.main .sec_business.active .cont_area .con .inner .tit p.sub_tit {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .main .sec_business {
    height: auto;
  }
  .main .sec_business:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 2;
  }
  .main .sec_business .sticky {
    position: relative;
    height: max(calc(1024px * var(--base-ratio)), calc(calc(1024 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .btn_area {
    width: calc(100% - max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))));
    left: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    top: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
    min-height: auto;
    padding: 0;
    z-index: 3;
    opacity: 0;
  }
  .main .sec_business .btn_area .sub_tit.pc {
    display: none;
  }
  .main .sec_business .btn_area .m_select_btn {
    display: block;
    width: 100%;
    height: max(calc(52px * var(--base-ratio)), calc(calc(52 / var(--base-size)) * var(--base-percent)));
    padding: 0 max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
    box-sizing: border-box;
    border-radius: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
    position: relative;
    font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.4;
    color: #222;
    text-align: left;
  }
  .main .sec_business .btn_area .m_select_btn:before {
    content: "";
    width: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
    height: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
    position: absolute;
    right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    top: 50%;
    transform: translateY(-50%);
    background: url("/resources/global/images/main/sec_business_m_select_btn_icon.svg") center center no-repeat;
    background-size: 100%;
    transition: 0.2s;
  }
  .main .sec_business .btn_area .m_select_btn:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
    transition: 0.5s cubic-bezier(0.44, 0.13, 0, 0.62);
    border-radius: max(calc(44px * var(--base-ratio)), calc(calc(44 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .btn_area ul {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .main .sec_business .btn_area ul li {
    opacity: 1;
    transform: none;
  }
  .main .sec_business .btn_area ul li button {
    width: 100%;
    padding: max(calc(0px * var(--base-ratio)), calc(calc(0 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
    border: none;
    height: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
    background-color: #fff;
    color: #222;
  }
  .main .sec_business .btn_area ul li button:before {
    display: none;
  }
  .main .sec_business .btn_area ul li button[data-con=popup]:after {
    background: url("/resources/global/images/main/sec_business_globe_icon_black.svg") center center no-repeat;
    background-size: 100%;
  }
  .main .sec_business .btn_area ul li + li {
    margin-top: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .btn_area ul li.active button {
    color: #fff;
    background-color: #1428A0;
  }
  .main .sec_business .btn_area.active .m_select_btn {
    opacity: 0;
    visibility: hidden;
  }
  .main .sec_business .cont_area .con .inner {
    justify-content: space-between;
    width: 100%;
    padding: max(calc(172px * var(--base-ratio)), calc(calc(172 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .tit p {
    font-size: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .main .sec_business .cont_area .con .inner .tit p.sub_tit {
    display: block;
    margin: 0 0 max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .tit .btn {
    margin-top: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap {
    margin: 0;
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide {
    width: max(calc(337px * var(--base-ratio)), calc(calc(337 / var(--base-size)) * var(--base-percent)));
    margin-right: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a {
    display: block;
    padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area {
    padding-bottom: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol li {
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.3;
    padding: 0 max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol li + li:before {
    top: 40%;
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area p {
    font-size: max(calc(23px * var(--base-ratio)), calc(calc(23 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    margin-top: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
    line-height: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
    height: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area {
    height: max(calc(223px * var(--base-ratio)), calc(calc(223 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area p {
    padding: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .main .sec_business .popup_area .cont {
    width: calc(100% - max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))));
    height: calc(100vh - max(calc(260px * var(--base-ratio)), calc(calc(260 / var(--base-size)) * var(--base-percent))));
    border-radius: max(calc(11px * var(--base-ratio)), calc(calc(11 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .close_btn {
    left: unset;
    right: 0;
    top: max(calc(calc(56px * var(--base-ratio)) * -1), calc(calc(calc(56 / var(--base-size)) * var(--base-percent)) * -1));
  }
  .main .sec_business .popup_area .cont .top {
    padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    display: block;
    height: max(calc(202px * var(--base-ratio)), calc(calc(202 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top p {
    font-size: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_business .popup_area .cont .top .select_area {
    width: 100%;
    margin-top: max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top .select_area a.current {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    height: max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
  }
  .main .sec_business .popup_area .cont .top .select_area a.current:after {
    right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top .select_area .list {
    top: calc(100% - max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))));
    padding: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) 0;
    height: max(calc(260px * var(--base-ratio)), calc(calc(260 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top .select_area .list ul li a {
    font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
  .main .sec_business .popup_area .cont .desc {
    height: calc(100% - max(calc(202px * var(--base-ratio)), calc(calc(202 / var(--base-size)) * var(--base-percent))));
    padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc > .tit {
    padding-right: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc > .tit p {
    font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
    padding-left: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc > .tit p:before {
    width: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    height: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc .list {
    margin-top: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
    height: calc(100% - max(calc(52px * var(--base-ratio)), calc(calc(52 / var(--base-size)) * var(--base-percent))));
    padding-right: 0;
  }
  .main .sec_business .popup_area .cont .desc .list ul {
    padding-right: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    gap: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
    flex-wrap: wrap;
  }
  .main .sec_business .popup_area .cont .desc .list ul li {
    width: 100%;
    padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    gap: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc .list ul li .caption p {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
  .main .sec_business .popup_area .cont .desc .list ul li p.title {
    font-size: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent)));
    height: max(calc(105px * var(--base-ratio)), calc(calc(105 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business.open:before {
    opacity: 1;
    visibility: visible;
  }
  .main .sec_business.active .btn_area {
    opacity: 1;
  }
  .main .sec_business.active .btn_area .m_select_btn:after {
    width: 100%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .main .sec_business .sticky {
    height: max(calc(680px * var(--base-ratio)), calc(calc(680 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .btn_area {
    width: calc(100% - max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))));
    left: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    top: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .btn_area:before {
    left: max(calc(calc(20px * var(--base-ratio)) * -1), calc(calc(calc(20 / var(--base-size)) * var(--base-percent)) * -1));
    top: max(calc(calc(48px * var(--base-ratio)) * -1), calc(calc(calc(48 / var(--base-size)) * var(--base-percent)) * -1));
  }
  .main .sec_business .btn_area .m_select_btn {
    height: max(calc(46px * var(--base-ratio)), calc(calc(46 / var(--base-size)) * var(--base-percent)));
    padding: 0 max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent))) 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
  .main .sec_business .btn_area .m_select_btn:before {
    right: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .btn_area ul li button {
    padding: max(calc(0px * var(--base-ratio)), calc(calc(0 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    height: max(calc(46px * var(--base-ratio)), calc(calc(46 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
  .main .sec_business .btn_area ul li + li {
    margin-top: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner {
    padding: max(calc(118px * var(--base-ratio)), calc(calc(118 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .tit p {
    font-size: max(calc(35px * var(--base-ratio)), calc(calc(35 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .main .sec_business .cont_area .con .inner .tit p.sub_tit {
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2941176471;
    letter-spacing: -0.02em;
  }
  .main .sec_business .cont_area .con .inner .tit .btn {
    margin-top: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap {
    padding-bottom: max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide {
    width: max(calc(232px * var(--base-ratio)), calc(calc(232 / var(--base-size)) * var(--base-percent)));
    margin-right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a {
    padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area {
    padding-bottom: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol li {
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area ol li + li:before {
    top: 50%;
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .txt_area p {
    font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    margin-top: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
    line-height: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    height: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area {
    height: max(calc(128px * var(--base-ratio)), calc(calc(128 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-slide a .img_area p {
    padding: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .main .sec_business .cont_area .con .inner .slider_wrap .swiper-scrollbar {
    padding: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent))) 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont {
    width: calc(100% - max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))));
    height: calc(100vh - max(calc(200px * var(--base-ratio)), calc(calc(200 / var(--base-size)) * var(--base-percent))));
  }
  .main .sec_business .popup_area .cont .close_btn {
    right: 0;
    top: max(calc(calc(48px * var(--base-ratio)) * -1), calc(calc(calc(48 / var(--base-size)) * var(--base-percent)) * -1));
    width: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    height: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .close_btn:before {
    width: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    height: max(calc(27px * var(--base-ratio)), calc(calc(27 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top {
    padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    height: max(calc(162px * var(--base-ratio)), calc(calc(162 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top p {
    font-size: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main .sec_business .popup_area .cont .top .select_area {
    margin-top: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top .select_area a.current {
    padding: 0 max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    height: max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
  }
  .main .sec_business .popup_area .cont .top .select_area a.current:after {
    right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top .select_area .list {
    height: max(calc(240px * var(--base-ratio)), calc(calc(240 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .top .select_area .list ul li a {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
    line-height: 1.5;
    padding: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))) max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc {
    height: calc(100% - max(calc(162px * var(--base-ratio)), calc(calc(162 / var(--base-size)) * var(--base-percent))));
    padding: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent))) max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc > .tit {
    padding-right: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc > .tit p {
    font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    letter-spacing: -0.01em;
    padding-left: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc > .tit p:before {
    width: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    height: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc .list {
    margin-top: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    height: calc(100% - max(calc(38px * var(--base-ratio)), calc(calc(38 / var(--base-size)) * var(--base-percent))));
    padding-right: 0;
  }
  .main .sec_business .popup_area .cont .desc .list ul {
    padding-right: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc .list ul li {
    width: 100%;
    padding: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    gap: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_business .popup_area .cont .desc .list ul li .caption p {
    font-size: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
  .main .sec_business .popup_area .cont .desc .list ul li p.title {
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
    line-height: max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
    height: max(calc(84px * var(--base-ratio)), calc(calc(84 / var(--base-size)) * var(--base-percent)));
  }
}
.main .sec_news {
  padding: max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent))) 0 max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent)));
}
.main .sec_news.active .sec_tit .word .char {
  transform: translateY(0);
  opacity: 1;
}
.main .sec_news.active .btn_wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .sec_news.active .swiper-button-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .sec_news .top {
  justify-content: space-between;
  align-items: flex-start;
}
.main .sec_news .btn_wrap {
  margin: 0;
}
.main .sec_news .swiper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: normal;
  gap: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  padding: 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
}
.main .sec_news .swiper-slide {
  overflow: hidden;
  width: 25%;
  height: max(calc(467px * var(--base-ratio)), calc(calc(467 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
  background-color: #EFF1FA;
  transition: background-color 0.4s;
  pointer-events: none;
}
.main .sec_news .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .sec_news .swiper-slide .thumb {
  width: 100%;
  height: max(calc(270px * var(--base-ratio)), calc(calc(270 / var(--base-size)) * var(--base-percent)));
  overflow: hidden;
}
.main .sec_news .swiper-slide .thumb .img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67%;
}
.main .sec_news .swiper-slide .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.main .sec_news .swiper-slide .desc {
  position: relative;
  height: calc(100% - max(calc(270px * var(--base-ratio)), calc(calc(270 / var(--base-size)) * var(--base-percent))));
  padding: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent))) max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) max(calc(29px * var(--base-ratio)), calc(calc(29 / var(--base-size)) * var(--base-percent)));
}
.main .sec_news .swiper-slide .desc > p {
  color: #222222;
  font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2272727273;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.2272727273;
  max-height: 3.6818181818em;
}
.main .sec_news .swiper-slide .desc .date {
  position: absolute;
  bottom: max(calc(29px * var(--base-ratio)), calc(calc(29 / var(--base-size)) * var(--base-percent)));
  left: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  width: 100%;
  color: #878D96;
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.375;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) and (pointer: fine) {
  .main .sec_news .swiper-slide:hover {
    background-color: #D7D8E0;
    transition: all 0.6s;
  }
  .main .sec_news .swiper-slide:hover .thumb img {
    transform: scale(1.1);
    transition: all 0.6s;
  }
}
.main .sec_news .swiper-button-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
  transition: 0.5s 0.1s ease-out;
  transition-delay: 0.25s;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  margin: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent))) 0 0;
}
.main .sec_news .swiper-button {
  opacity: 1;
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  width: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  height: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
  margin-top: 0;
  border-radius: 50%;
  background-color: #F1F3FD;
  transition: 0.3s ease;
}
.main .sec_news .swiper-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  height: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main .sec_news .swiper-button:after {
  display: none;
}
.main .sec_news .swiper-button:hover {
  background-color: #1429A0;
}
.main .sec_news .swiper-button-prev {
  margin-right: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
}
.main .sec_news .swiper-button-prev:before {
  background-image: url("../images/common/icon_prev_bk.svg");
}
.main .sec_news .swiper-button-prev:hover:before {
  background-image: url("../images/common/icon_prev_wh.svg");
}
.main .sec_news .swiper-button-next:before {
  background-image: url("../images/common/icon_next_bk.svg");
}
.main .sec_news .swiper-button-next:hover:before {
  background-image: url("../images/common/icon_next_wh.svg");
}
.main .sec_news .swiper-button-disabled:before {
  opacity: 0.4;
}
@media (max-width: 1024px) {
  .main .sec_news {
    padding: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent))) 0;
  }
  .main .sec_news.active .swiper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main .sec_news .swiper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
    transition: 0.5s 0.1s ease-out;
    transition-delay: 0.25s;
    flex-wrap: wrap;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_news .swiper-wrapper {
    flex-wrap: wrap;
    gap: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_news .swiper-slide {
    width: calc(50% - max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))));
    height: max(calc(411px * var(--base-ratio)), calc(calc(411 / var(--base-size)) * var(--base-percent)));
    pointer-events: auto;
  }
  .main .sec_news .swiper-slide .thumb {
    position: relative;
    width: 100%;
    height: max(calc(222px * var(--base-ratio)), calc(calc(222 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_news .swiper-slide .desc {
    height: calc(100% - max(calc(222px * var(--base-ratio)), calc(calc(222 / var(--base-size)) * var(--base-percent))));
    padding: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_news .swiper-slide .desc > p {
    font-size: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2380952381;
    letter-spacing: -0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.2380952381;
    max-height: 3.7142857143em;
  }
  .main .sec_news .swiper-slide .desc .date {
    bottom: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    left: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
    width: 50%;
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .main .sec_news .swiper-button-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .main .sec_news {
    padding: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) 0;
  }
  .main .sec_news .swiper {
    gap: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) 0;
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_news .swiper-wrapper {
    gap: 0;
  }
  .main .sec_news .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
    border-radius: 0;
    background-color: transparent;
  }
  .main .sec_news .swiper-slide:last-child {
    margin: 0;
  }
  .main .sec_news .swiper-slide a {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: normal;
  }
  .main .sec_news .swiper-slide a:hover .desc p {
    text-decoration: underline;
  }
  .main .sec_news .swiper-slide .thumb {
    width: max(calc(140px * var(--base-ratio)), calc(calc(140 / var(--base-size)) * var(--base-percent)));
    height: auto;
    padding-right: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_news .swiper-slide .thumb .img_wrap {
    overflow: hidden;
    padding-top: 66%;
    border-radius: max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_news .swiper-slide .desc {
    width: calc(100% - max(calc(140px * var(--base-ratio)), calc(calc(140 / var(--base-size)) * var(--base-percent))));
    padding: 0;
  }
  .main .sec_news .swiper-slide .desc > p {
    margin: 0 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3125;
    letter-spacing: -0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.3125;
    max-height: 2.625em;
  }
  .main .sec_news .swiper-slide .desc .date {
    position: static;
    bottom: unset;
    left: unset;
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3571428571;
    letter-spacing: -0.02em;
  }
}
.main .sec_events {
  padding: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent))) 0 max(calc(96px * var(--base-ratio)), calc(calc(96 / var(--base-size)) * var(--base-percent)));
  background-color: #E8EBFC;
}
.main .sec_events.active .sec_tit .word .char {
  transform: translateY(0);
  opacity: 1;
}
.main .sec_events.active .top .btn_wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .sec_events.active .event_wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main .sec_events .top {
  justify-content: space-between;
  align-items: center;
}
.main .sec_events .top .btn_wrap {
  margin: 0;
}
.main .sec_events .top .btn {
  background-color: transparent;
}
.main .sec_events .event_wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))));
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: normal;
  width: 100%;
  gap: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  padding: 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  transition: 0.5s 0.1s ease-out;
}
.main .sec_events .event_wrap .left {
  width: 56%;
  padding-right: max(calc(112px * var(--base-ratio)), calc(calc(112 / var(--base-size)) * var(--base-percent)));
}
.main .sec_events .event_wrap .left .event {
  width: 100%;
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
.main .sec_events .event_wrap .left .event .thumb {
  padding-top: 56.3%;
}
.main .sec_events .event_wrap .left .event .desc {
  padding: max(calc(45px * var(--base-ratio)), calc(calc(45 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  color: #FFFFFF;
  background-color: #1429A0;
}
.main .sec_events .event_wrap .left .event .desc p {
  margin: 0 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3076923077;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.3076923077;
  max-height: 2.6153846154em;
}
.main .sec_events .event_wrap .left .event .desc .date {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
}
.main .sec_events .event_wrap .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  gap: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  width: 44%;
}
.main .sec_events .event_wrap .right .event {
  width: calc(50% - max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
}
.main .sec_events .event_wrap .right .event .thumb {
  padding-top: 56.2%;
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
.main .sec_events .event_wrap .right .event .desc {
  color: #222222;
}
.main .sec_events .event_wrap .right .event .desc p {
  margin: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent))) 0 max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2727272727;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.2727272727;
  max-height: 2.5454545455em;
}
.main .sec_events .event_wrap .right .event .desc .date {
  font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
  line-height: 1.375;
  letter-spacing: -0.02em;
  color: #878D96;
}
.main .sec_events .event_wrap .event {
  overflow: hidden;
  transition: background-color 0.4s;
}
.main .sec_events .event_wrap .event.default a {
  cursor: default;
}
.main .sec_events .event_wrap .event a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .sec_events .event_wrap .event .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
}
.main .sec_events .event_wrap .event .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.main .sec_events .event_wrap .event:hover:not(.default) .thumb img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.main .sec_events .event_wrap .event:hover:not(.default) .desc p {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .main .sec_events {
    padding: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent))) 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap {
    flex-wrap: wrap;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap .left {
    width: 100%;
    margin: 0 0 max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent)));
    padding-right: 0;
  }
  .main .sec_events .event_wrap .left .event .thumb {
    padding-top: 56.25%;
  }
  .main .sec_events .event_wrap .left .event .desc {
    padding: max(calc(34px * var(--base-ratio)), calc(calc(34 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap .left .event .desc p {
    margin: 0 0 max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2857142857;
    letter-spacing: -0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.2857142857;
    max-height: 2.5714285714em;
  }
  .main .sec_events .event_wrap .left .event .desc .date {
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1.375;
    letter-spacing: -0.02em;
  }
  .main .sec_events .event_wrap .right {
    width: 100%;
    gap: max(calc(48px * var(--base-ratio)), calc(calc(48 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap .right .event {
    width: calc(50% - max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent))));
  }
  .main .sec_events .event_wrap .right .event .desc p {
    margin: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(21px * var(--base-ratio)), calc(calc(21 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2380952381;
    letter-spacing: -0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.2857142857;
    max-height: 2.5714285714em;
  }
  .main .sec_events .event_wrap .right .event .desc .date {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .main .sec_events {
    padding: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0;
  }
  .main .sec_events .event_wrap {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap .left {
    margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap .left .event .desc {
    padding: max(calc(25px * var(--base-ratio)), calc(calc(25 / var(--base-size)) * var(--base-percent))) max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap .left .event .desc p {
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2941176471;
    letter-spacing: -0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.2941176471;
    max-height: 2.5882352941em;
  }
  .main .sec_events .event_wrap .left .event .desc .date {
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2857142857;
    letter-spacing: -0.02em;
  }
  .main .sec_events .event_wrap .right {
    gap: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_events .event_wrap .right .event {
    width: calc(50% - max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent))));
  }
  .main .sec_events .event_wrap .right .event .desc p {
    margin: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) 0 max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1.3125;
    letter-spacing: -0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.3125;
    max-height: 2.625em;
  }
  .main .sec_events .event_wrap .right .event .desc .date {
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2857142857;
    letter-spacing: -0.02em;
  }
}
.main .sec_contactUs {
  padding: max(calc(130px * var(--base-ratio)), calc(calc(130 / var(--base-size)) * var(--base-percent))) 0 max(calc(180px * var(--base-ratio)), calc(calc(180 / var(--base-size)) * var(--base-percent)));
}
.main .sec_contactUs .flex-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: normal;
  gap: 0 1%;
}
.main .sec_contactUs .flex-item {
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
.main .sec_contactUs .flex-item .info {
  padding: max(calc(50px * var(--base-ratio)), calc(calc(50 / var(--base-size)) * var(--base-percent)));
}
.main .sec_contactUs .flex-item strong {
  display: block;
  font-size: max(calc(36px * var(--base-ratio)), calc(calc(36 / var(--base-size)) * var(--base-percent)));
  line-height: 1;
  letter-spacing: -0.02em;
}
.main .sec_contactUs .contact {
  width: 65%;
  background-color: #f6f6f6;
}
.main .sec_contactUs .contact .info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: normal;
}
.main .sec_contactUs .contact strong {
  width: max(calc(300px * var(--base-ratio)), calc(calc(300 / var(--base-size)) * var(--base-percent)));
  padding-right: max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
  border-right: 1px solid #DDDDDD;
  color: #222222;
}
.main .sec_contactUs .contact .details {
  width: calc(100% - max(calc(300px * var(--base-ratio)), calc(calc(300 / var(--base-size)) * var(--base-percent))));
  padding-left: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
}
.main .sec_contactUs .contact .details .spot {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: flex-start;
  margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2692307692;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #222222;
}
.main .sec_contactUs .contact .details .spot:before {
  content: "";
  display: inline-block;
  width: max(calc(23px * var(--base-ratio)), calc(calc(23 / var(--base-size)) * var(--base-percent)));
  height: max(calc(29px * var(--base-ratio)), calc(calc(29 / var(--base-size)) * var(--base-percent)));
  margin-right: max(calc(13px * var(--base-ratio)), calc(calc(13 / var(--base-size)) * var(--base-percent)));
  background-image: url("../images/common/icon_map.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main .sec_contactUs .contact .details .address .tit, .main .sec_contactUs .contact .details .tel .tit {
  margin: 0 0 max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #222222;
}
.main .sec_contactUs .contact .details .address .desc, .main .sec_contactUs .contact .details .tel .desc {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #222222;
}
.main .sec_contactUs .contact .details .address {
  margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
}
.main .sec_contactUs .map {
  width: 35%;
}
.main .sec_contactUs .map a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
.main .sec_contactUs .map a:hover img {
  transform: scale(1.1);
}
.main .sec_contactUs .map img {
  display: block;
  width: 100%;
  height: max(calc(343px * var(--base-ratio)), calc(calc(343 / var(--base-size)) * var(--base-percent)));
  transition: transform 0.6s;
}
@media (max-width: 1024px) {
  .main .sec_contactUs {
    padding: max(calc(100px * var(--base-ratio)), calc(calc(100 / var(--base-size)) * var(--base-percent))) 0 max(calc(120px * var(--base-ratio)), calc(calc(120 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_contactUs .flex-container {
    flex-wrap: wrap;
  }
  .main .sec_contactUs .flex-item .info {
    padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_contactUs .contact {
    width: 100%;
    margin: 0 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_contactUs .contact strong {
    width: 100%;
    padding: 0 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
    font-size: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .main .sec_contactUs .contact .info {
    flex-wrap: wrap;
    padding: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_contactUs .contact .details {
    width: 100%;
    padding: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) 0 0;
  }
  .main .sec_contactUs .contact .details .spot {
    margin: 0 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2727272727;
    letter-spacing: -0.02em;
  }
  .main .sec_contactUs .contact .details .spot:before {
    width: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    height: max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
    background-size: 100% auto;
  }
  .main .sec_contactUs .contact .details .address .tit, .main .sec_contactUs .contact .details .tel .tit {
    margin: 0 0 max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .main .sec_contactUs .contact .details .address .desc, .main .sec_contactUs .contact .details .tel .desc {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1.4666666667;
    letter-spacing: -0.02em;
  }
  .main .sec_contactUs .contact .details .address {
    margin: 0 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_contactUs .map {
    width: 100%;
  }
  .main .sec_contactUs .map img {
    width: 100%;
    height: max(calc(431px * var(--base-ratio)), calc(calc(431 / var(--base-size)) * var(--base-percent)));
  }
}
@media (max-width: 767px) {
  .main .sec_contactUs {
    padding: max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent))) 0;
  }
  .main .sec_contactUs .flex-item .info {
    padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_contactUs .contact .info {
    padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  .main .sec_contactUs .contact .details .spot {
    font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2777777778;
    letter-spacing: -0.02em;
  }
  .main .sec_contactUs .map img {
    height: max(calc(210px * var(--base-ratio)), calc(calc(210 / var(--base-size)) * var(--base-percent)));
  }
}

#wrap.news .sec .inner {
  max-width: max(calc(1163px * var(--base-ratio)), calc(calc(1163 / var(--base-size)) * var(--base-percent)));
  width: 100%;
  margin: 0 auto;
  padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
#wrap.news .sec .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 max(calc(80px * var(--base-ratio)), calc(calc(80 / var(--base-size)) * var(--base-percent)));
}
#wrap.news .sec .top .tit {
  font-size: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1428571429;
  letter-spacing: -0.02em;
  color: #222222;
}
#wrap.news .tab_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  gap: 0 max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
}
#wrap.news .tab_list .tab {
  display: none;
  border: 1px solid #C1C7CD;
  border-radius: max(calc(999px * var(--base-ratio)), calc(calc(999 / var(--base-size)) * var(--base-percent)));
  background-color: #ffffff;
}
#wrap.news .tab_list .tab a {
  display: block;
  padding: max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent))) max(calc(22px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.2777777778;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #878D96;
}
#wrap.news .tab_list .tab.active {
  display: block;
  background-color: #091144;
  border-color: #091144;
}
#wrap.news .tab_list .tab.active a {
  color: #ffffff;
}
#wrap.news .tab_cont .tabpanel {
  display: none;
}
#wrap.news .tab_cont .tabpanel.active {
  display: block;
}
@media (max-width: 1024px) {
  #wrap.news .sec .inner {
    max-width: 100%;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  #wrap.news .sec .top {
    flex-direction: column;
    align-items: baseline;
    margin: 0 0 max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  #wrap.news .sec .top .tit {
    padding: 0 0 max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
    line-height: 1;
    letter-spacing: -0.02em;
  }
  #wrap.news .tab_list {
    gap: 0 max(calc(6px * var(--base-ratio)), calc(calc(6 / var(--base-size)) * var(--base-percent)));
  }
  #wrap.news .tab_list .tab a {
    padding: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent))) max(calc(10px * var(--base-ratio)), calc(calc(10 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2857142857;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  #wrap.news .sec .inner {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
}
#wrap.news.list .list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
  gap: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
}
#wrap.news.list .list_wrap .item {
  width: calc(50% - max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))));
}
#wrap.news.list .list_wrap .item a {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap.news.list .list_wrap .item a:hover .img_wrap img {
  transform: scale(1.1);
}
#wrap.news.list .list_wrap .item .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  padding-top: 66.5%;
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
#wrap.news.list .list_wrap .item .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-out;
  object-fit: cover;
}
#wrap.news.list .list_wrap .item .txt_wrap .desc {
  margin: 0 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.3076923077;
  max-height: 3.9230769231em;
  font-size: max(calc(26px * var(--base-ratio)), calc(calc(26 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3076923077;
  letter-spacing: -0.02em;
  color: #222222;
}
#wrap.news.list .list_wrap .item .txt_wrap .date {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #878D96;
}
@media (max-width: 1024px) {
  #wrap.news.list .list_wrap {
    gap: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent)));
  }
  #wrap.news.list .list_wrap .item {
    width: calc(50% - max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent))));
  }
  #wrap.news.list .list_wrap .item .img_wrap {
    margin: 0 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
    padding-top: 66.3%;
  }
  #wrap.news.list .list_wrap .item .txt_wrap .desc {
    margin: 0 0 max(calc(12px * var(--base-ratio)), calc(calc(12 / var(--base-size)) * var(--base-percent)));
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.2352941176;
    max-height: 3.7058823529em;
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
    line-height: 1.2352941176;
    letter-spacing: -0.02em;
  }
  #wrap.news.list .list_wrap .item .txt_wrap .date {
    font-size: max(calc(14px * var(--base-ratio)), calc(calc(14 / var(--base-size)) * var(--base-percent)));
    line-height: 1.4285714286;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  #wrap.news.list .list_wrap {
    gap: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0;
  }
  #wrap.news.list .list_wrap .item {
    width: 100%;
  }
}
#wrap.news.view .inner {
  max-width: max(calc(1154px * var(--base-ratio)), calc(calc(1154 / var(--base-size)) * var(--base-percent)));
  width: 100%;
  margin: 0 auto;
  padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
}
#wrap.news.view .board_view .board_top {
  margin: 0 0 max(calc(64px * var(--base-ratio)), calc(calc(64 / var(--base-size)) * var(--base-percent)));
  padding: 0 0 max(calc(64px * var(--base-ratio)), calc(calc(64 / var(--base-size)) * var(--base-percent)));
  border-bottom: 1px solid #DDE1E6;
}
#wrap.news.view .board_view .board_top .tit {
  font-size: max(calc(56px * var(--base-ratio)), calc(calc(56 / var(--base-size)) * var(--base-percent)));
  line-height: 1.1428571429;
  letter-spacing: -0.02em;
  color: #222222;
}
#wrap.news.view .board_view .board_top .date {
  margin: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) 0 0;
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #878D96;
}
#wrap.news.view .board_view .cont_area {
  padding: 0 max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent)));
}
#wrap.news.view .board_view .cont_area p {
  font-size: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #3C3D3F;
}
#wrap.news.view .board_view .cont_area img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
}
#wrap.news.view .board_view .bot_area {
  margin: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0;
}
#wrap.news.view .board_view .bot_area > dl {
  margin-bottom: max(calc(5px * var(--base-ratio)), calc(calc(5 / var(--base-size)) * var(--base-percent)));
  padding: max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))) max(calc(28px * var(--base-ratio)), calc(calc(28 / var(--base-size)) * var(--base-percent)));
  border-radius: max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  background-color: #F1F3FD;
}
#wrap.news.view .board_view .bot_area > dl:last-child {
  margin-bottom: 0;
}
#wrap.news.view .board_view .bot_area dd {
  display: inline-block;
  width: 100%;
}
#wrap.news.view .board_view .bot_area dd a {
  position: relative;
  display: block;
  width: 100%;
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5555555556;
  letter-spacing: -0.02em;
  color: #1C1C1C;
}
#wrap.news.view .board_view .bot_area dd a .ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: max(calc(23px * var(--base-ratio)), calc(calc(23 / var(--base-size)) * var(--base-percent)));
  height: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  background: url(../images/common/ico_download_b.svg) 0 0 no-repeat;
  background-size: cover;
}
#wrap.news.view .board_bottom {
  margin: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0 0;
  padding: max(calc(30px * var(--base-ratio)), calc(calc(30 / var(--base-size)) * var(--base-percent))) 0 0;
  border-top: 1px solid #DDE1E6;
}
#wrap.news.view .board_bottom .page_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
}
#wrap.news.view .board_bottom .page_list .box {
  width: max(calc(480px * var(--base-ratio)), calc(calc(480 / var(--base-size)) * var(--base-percent)));
}
#wrap.news.view .board_bottom .page_list .box strong {
  display: block;
  padding: 0 0 max(calc(8px * var(--base-ratio)), calc(calc(8 / var(--base-size)) * var(--base-percent)));
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #1C1C1C;
  font-weight: 600;
  transition: 0.3 ease;
}
#wrap.news.view .board_bottom .page_list .box .tit {
  font-size: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  line-height: 1.5;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.5;
  max-height: 3em;
  color: #1C1C1C;
  transition: 0.3 ease;
}
#wrap.news.view .board_bottom .page_list .box.prev {
  text-align: left;
}
#wrap.news.view .board_bottom .page_list .box.next {
  text-align: right;
}
#wrap.news.view .board_bottom .page_list .box:hover strong {
  color: #1429A0;
}
#wrap.news.view .board_bottom .page_list .box:hover .tit {
  color: #1429A0;
}
#wrap.news.view .board_bottom .btn_wrap {
  margin: max(calc(60px * var(--base-ratio)), calc(calc(60 / var(--base-size)) * var(--base-percent))) 0 0;
}
@media (max-width: 1024px) {
  #wrap.news.view .inner {
    max-width: 100%;
    padding: 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  #wrap.news.view .board_view .board_top {
    margin: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
    padding: 0 0 max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent)));
  }
  #wrap.news.view .board_view .board_top .tit {
    font-size: max(calc(32px * var(--base-ratio)), calc(calc(32 / var(--base-size)) * var(--base-percent)));
    line-height: 1.15625;
    letter-spacing: -0.02em;
  }
  #wrap.news.view .board_view .board_top .date {
    margin: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) 0 0;
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5333333333;
    letter-spacing: -0.02em;
  }
  #wrap.news.view .board_view .cont_area {
    padding: 0;
  }
  #wrap.news.view .board_view .cont_area p {
    font-size: max(calc(17px * var(--base-ratio)), calc(calc(17 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5294117647;
    letter-spacing: -0.02em;
  }
  #wrap.news.view .board_view .bot_area {
    margin: max(calc(24px * var(--base-ratio)), calc(calc(24 / var(--base-size)) * var(--base-percent))) 0 0;
  }
  #wrap.news.view .board_view .bot_area > dl {
    padding: max(calc(18px * var(--base-ratio)), calc(calc(18 / var(--base-size)) * var(--base-percent)));
  }
  #wrap.news.view .board_view .bot_area dd a {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5333333333;
    letter-spacing: -0.02em;
  }
  #wrap.news.view .board_bottom {
    margin: max(calc(23px * var(--base-ratio)), calc(calc(23 / var(--base-size)) * var(--base-percent))) 0 0;
    padding: 0;
  }
  #wrap.news.view .board_bottom .page_list .box {
    width: 100%;
    padding: max(calc(16px * var(--base-ratio)), calc(calc(16 / var(--base-size)) * var(--base-percent))) 0;
    border-bottom: 1px solid #DDE1E6;
  }
  #wrap.news.view .board_bottom .page_list .box:last-child {
    border: none;
  }
  #wrap.news.view .board_bottom .page_list .box strong {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5333333333;
    letter-spacing: -0.02em;
  }
  #wrap.news.view .board_bottom .page_list .box .tit {
    font-size: max(calc(15px * var(--base-ratio)), calc(calc(15 / var(--base-size)) * var(--base-percent)));
    line-height: 1.5333333333;
    letter-spacing: -0.02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.5333333333;
    max-height: 3.0666666667em;
  }
  #wrap.news.view .board_bottom .page_list .box.next {
    text-align: left;
  }
  #wrap.news.view .board_bottom .btn_wrap {
    margin: max(calc(40px * var(--base-ratio)), calc(calc(40 / var(--base-size)) * var(--base-percent))) 0 0;
  }
}
@media (max-width: 767px) {
  #wrap.news.view .inner {
    padding: 0 max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent)));
  }
}