html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Wanted Sans";
  vertical-align: baseline;
  box-sizing: border-box;
  font-style: normal;
}

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

html, body {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #111111;
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

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

.header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 12rem;
  transition: 0.2s ease;
  z-index: 10;
}
@media (max-width: 1280px) {
  .header {
    height: 6rem;
  }
}
.header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 9.6rem;
}
@media (max-width: 1280px) {
  .header .inner {
    padding: 0 1.6rem;
  }
}
.header.on {
  background-color: #FFFFFF;
  color: #111111;
}
.header.on .logo {
  background-image: url("../images/logo__black.webp");
}
.header.on .btn-language {
  background-image: url("../images/btn-language__black.webp");
}
.header.on .btn-language:hover {
  background-color: #F4F4F4;
}
.header.on .btn-language:active {
  background-color: #D3D3D3;
}
.header.on .gnb li {
  color: #111111;
}
.header.on .gnb li:not(:last-child):after {
  border-color: #111111;
}
.header.on .btn-mobile-menu {
  background-image: url("../images/icon-hamburger__black.webp");
}

.btn-mobile-menu {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icon-hamburger.webp") no-repeat center/cover;
}
@media (max-width: 1280px) {
  .btn-mobile-menu {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  transition: right 0.3s ease;
  z-index: 1000;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu .mobile-menu-head {
  position: relative;
  height: 6rem;
}
.mobile-menu .mobile-menu-head .btn-close {
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icon-close.webp") no-repeat center/cover;
}
.mobile-menu .mobile-menu-head .language-select {
  position: absolute;
  top: 1.6rem;
  left: 2rem;
  display: block;
}
.mobile-menu .mobile-menu-head .language-select .btn-language {
  width: 5.6rem;
  height: 2.8rem;
  background-image: url("../images/btn-language__mobile.webp");
}
.mobile-menu .mobile-menu-content {
  margin-top: 2rem;
  padding: 0 2rem;
}
.mobile-menu .mobile-menu-content .mobile-gnb ul:not(:last-child):after {
  display: block;
  width: 100%;
  margin: 2.4rem 0;
  border-bottom: 1px solid #E6E6E7;
  content: "";
}
.mobile-menu .mobile-menu-content .mobile-gnb ul a {
  display: flex;
  width: 100%;
}
.mobile-menu .mobile-menu-content .mobile-gnb ul .m-gnb-title {
  display: flex;
  align-items: center;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1.8rem;
}
.mobile-menu .mobile-menu-content .mobile-gnb ul a.m-gnb-title:after {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: url("../images/icon-arrow_more.webp") no-repeat center/cover;
  content: "";
}
.mobile-menu .mobile-menu-content .mobile-gnb ul ul {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 1.6rem;
}

.no-scroll {
  overflow: hidden;
}

.logo {
  width: 16.2rem;
  height: 4.4rem;
  background: url("../images/logo.webp") no-repeat 0 0/contain;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .logo {
    width: 10rem;
    height: 2.8rem;
    background-size: contain;
  }
}

.footer {
  background-color: #111111;
  color: #FFFFFF;
  line-height: 1.7em;
  font-weight: 400;
  font-size: 1.3rem;
}
.footer .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: none;
  padding: 6rem 10rem;
}
@media (max-width: 1280px) {
  .footer .inner {
    flex-direction: column;
    padding: 4rem 2rem;
  }
}

@media (max-width: 1280px) {
  .gnb {
    display: none;
  }
}
.gnb > ul {
  display: flex;
  gap: 7rem;
}
.gnb > ul > li {
  position: relative;
  color: #FFFFFF;
}
.gnb > ul > li > a {
  line-height: 1.2em;
  font-weight: 500;
  font-size: 2rem;
}
.gnb > ul > li:not(:last-child):after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 2rem;
  padding-left: 7rem;
  border-right: 1px solid #FFFFFF;
  content: "";
}
.gnb > ul li.active > a {
  color: #FC6955;
}
.gnb .expand-sub:hover .gnb-sub {
  display: block;
  height: auto;
  padding: 1.6rem 0;
  opacity: 1;
}
.gnb .gnb-sub {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(calc(-50% - 3.5rem));
  padding: 0;
  border-radius: 0.8rem;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s ease;
}
.gnb .gnb-sub li {
  transition: 0.2s ease;
  color: #333333;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 1.6rem;
}
.gnb .gnb-sub li a {
  display: flex;
  align-items: center;
  padding: 0.8rem 2.4rem;
  white-space: nowrap;
}
.gnb .gnb-sub li:hover {
  background-color: #FFF0EE;
}

.language-select {
  position: relative;
}
@media (max-width: 1280px) {
  .language-select {
    display: none;
  }
}
.language-select .btn-language {
  display: block;
  width: 6.4rem;
  height: 4.8rem;
  border: none;
  border-radius: 0.8rem;
  background: url("../images/btn-language.webp") no-repeat center/cover;
  transition: 0.2s ease;
}
.language-select .dropdown-list {
  position: absolute;
  top: 5.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 8rem;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 1.6rem 0;
}
.language-select .dropdown-list.open {
  display: block;
}
.language-select .dropdown-list .dropdown-btn {
  width: 100%;
  height: 4rem;
  background-color: #FFFFFF;
  color: #333333;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 1.6rem;
  transition: 0.2s ease;
}
.language-select .dropdown-list .dropdown-btn:hover {
  background-color: #FFF0EE;
}
.language-select .dropdown-list .dropdown-btn.select {
  color: #FC6955;
}

.footer-logo {
  position: absolute;
  width: 16.2rem;
  height: 4.4rem;
  background: url("../images/logo.webp") no-repeat 0 0/contain;
}
@media (max-width: 1280px) {
  .footer-logo {
    position: relative;
    width: 10rem;
    height: 2.8rem;
    background-size: contain;
  }
}

.footer-address {
  padding-left: 26.2rem;
}
@media (max-width: 1280px) {
  .footer-address {
    margin: 4rem 0 2.4rem;
    padding-left: 0;
  }
}

.section__title {
  text-align: center;
}
.section__title h2 {
  margin: 0 auto;
  text-align: center;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 6rem;
}
@media (max-width: 1280px) {
  .section__title h2 {
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.8rem;
  }
}
.section__title p {
  margin-bottom: 1.2rem;
  color: #FC6955;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .section__title p {
    margin-bottom: 0.8rem;
    line-height: 1.4em;
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.section__title + .section__desc {
  margin-top: 2.4rem;
}
@media (max-width: 1280px) {
  .section__title + .section__desc {
    margin-top: 2rem;
  }
}

.section__desc {
  text-align: center;
  color: #444444;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .section__desc {
    line-height: 1.5em;
    font-weight: 400;
    font-size: 1.6rem;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.banner-section {
  height: 34rem;
  background-color: #F6F6F6;
}
@media (max-width: 1280px) {
  .banner-section {
    height: 32rem;
  }
}
.banner-section .inner {
  display: flex;
  height: 100%;
  padding: 4rem 0;
}
@media (max-width: 1280px) {
  .banner-section .inner {
    flex-direction: column;
    padding: 0;
  }
}
.banner-section .inner .banner-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem;
  background-repeat: no-repeat;
  background-position: center right 6rem;
  background-size: 10rem;
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item {
    height: 16rem;
    padding: 0 2.8rem 0 9.2rem;
    background-size: 4.8rem;
    background-position: center left 2.8rem;
  }
}
.banner-section .inner .banner-item.bn__recruitment {
  background-image: url("../images/bn-recruit-icon.webp");
}
.banner-section .inner .banner-item.bn__contact {
  background-image: url("../images/bn-contact-icon.webp");
}
.banner-section .inner .banner-item:not(:last-child) {
  border-right: 1px solid #E6E6E7;
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #E6E6E7;
  }
}
.banner-section .inner .banner-item .banner__text {
  transform: translateY(2rem);
  transition: 0.2s ease;
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item .banner__text {
    transform: translateY(0);
  }
}
.banner-section .inner .banner-item .title {
  color: #FC6955;
  line-height: 1.3em;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item .title {
    line-height: 1.3em;
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.banner-section .inner .banner-item .subtitle {
  margin-top: 0.4rem;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 3.2rem;
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item .subtitle {
    line-height: 1.5em;
    font-weight: 600;
    font-size: 1.8rem;
  }
}
.banner-section .inner .banner-item .go__link {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  color: #111111;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1.6rem;
  transform: translateY(-3.5rem);
  transition: 0.2s ease;
  opacity: 0;
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item .go__link {
    position: absolute;
    top: 50%;
    right: 2.8rem;
    transform: translateY(-50%);
    opacity: 1;
  }
  .banner-section .inner .banner-item .go__link span {
    display: none;
  }
}
.banner-section .inner .banner-item .go__link:after {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.6rem;
  background: url("../images/icon-chevron_right_circle.webp") no-repeat center/cover;
  content: "";
}
.banner-section .inner .banner-item:hover .banner__text {
  transform: translateY(0);
}
.banner-section .inner .banner-item:hover .go__link {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item:hover .go__link {
    transform: translateY(-50%);
  }
}

.banner-section .inner .banner-item .subtitle.en {
  line-height: 1.3;
  font-size: 3rem;
}
@media (max-width: 1280px) {
  .banner-section .inner .banner-item .subtitle.en {
    line-height: 1.5;
    font-size: 1.8rem;
  }
}

.slide-navigation {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  margin-top: 2.4rem;
}
@media (max-width: 1280px) {
  .slide-navigation {
    justify-content: space-between;
    margin-top: 1.6rem;
  }
}
.slide-navigation .slide-btn {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: url("../images/slide-nav-sprite.svg") no-repeat;
  cursor: pointer;
}
.slide-navigation .slide-btn.slide-prev-btn {
  background-position: -32px 0;
}
.slide-navigation .slide-btn.slide-next-btn {
  background-position: -32px -32px;
}
.slide-navigation .slide-btn.swiper-button-disabled {
  background-position-x: 0;
  cursor: default;
}
@media (max-width: 1280px) {
  .slide-navigation .slide-btn {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
  .slide-navigation .slide-btn.slide-prev-btn {
    background-position: -24px -64px;
  }
  .slide-navigation .slide-btn.slide-next-btn {
    background-position: -24px -88px;
  }
  .slide-navigation .slide-btn.swiper-button-disabled {
    background-position-x: 0;
  }
}
.slide-navigation .slide-pagination {
  width: 4rem;
  line-height: 1.3em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .slide-navigation .slide-pagination {
    font-size: 1.4rem;
  }
}