@charset "UTF-8";
@import 'reset.css';
body{width:100%;overflow:hidden}
#Loader{
 	position:fixed;
 	left: 0;
 	top: 0;
 	width: 100vw;
 	height: 100vh;
 	background-color:#fff;
 	display:flex;
 	align-items: center;
 	justify-content: center;
 	z-index:5000;
 }
 

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 182, 36);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 182, 36);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 182, 36);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 182, 36);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 182, 36);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(138, 182, 36);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 116, 181);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 116, 181);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 116, 181);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 116, 181);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}


.container {
  margin: 0 auto;
  padding-left: var(--gap);
  padding-right: var(--gap);
  max-width: var(--xl);
}

.container.relative {
  position: relative;
}

.gutter-xxl {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (max-width: 1660px) {
  .gutter-xxl {
    padding-left: var(--gap-sm);
    padding-right: var(--gap-sm);
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 10rem;
  transition: all 500ms;
}

.header--container {
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  will-change: auto;
  overflow: hidden;
  transition: all 500ms;
  position: relative;
  background-color: transparent;
  padding-bottom: 0;
  height: 100%;
  z-index: 5;
}

.header--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding-right: max(7.8vw, 13rem);
  padding-left: max(7.8vw, 13rem);
}

@media (max-width: 1660px) {
  .header--wrap {
    padding-left: var(--gap-md);
    padding-right: var(--gap-md);
  }
}
.header .brand {
  width: 148px;
  height: 44px;
  background: url("../images/common/logo-white.png") no-repeat 0 0;
}

.header .brand a {
  display: block;
  width: 100%;
  height: 100%;
}

.header nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 10rem;
}

.header .gnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}

.header .gnb--li1 {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header .gnb--li1:last-child .bro {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateX(100%);
  padding-left: 2.5rem;
  height: 28rem;
  display: flex;
  align-items: end;
  padding-bottom: 2rem;
}

.header .gnb--li1:last-child .bro a {
  display: block;
  background: url("../images/common/bro.png") no-repeat 0 0;
  width: 16.8rem;
  height: 12.2rem;
}

.header .gnb--li1:nth-child(1):hover::after, .header .gnb--li1:nth-child(1):focus::after {
  background-image: url("../images/common/gnb1.png");
}

.header .gnb--li1:nth-child(2):hover::after, .header .gnb--li1:nth-child(2):focus::after {
  background-image: url("../images/common/gnb2.png");
}

.header .gnb--li1:nth-child(3):hover::after, .header .gnb--li1:nth-child(3):focus::after {
  background-image: url("../images/common/gnb3.png");
}

.header .gnb--li1:nth-child(4):hover::after, .header .gnb--li1:nth-child(4):focus::after {
  background-image: url("../images/common/gnb4.png");
}

.header .gnb--li1:nth-child(5):hover::after, .header .gnb--li1:nth-child(5):focus::after {
  background-image: url("../images/common/gnb5.png");
}

.header .gnb--li1:nth-child(6):hover::after, .header .gnb--li1:nth-child(6):focus::after {
  background-image: url("../images/common/gnb6.png");
}

.header .gnb--li1::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #0c589e;
  background-repeat: no-repeat;
  background-position: 0% 0;
  background-size: cover;
  height: 38rem;
  top: 0rem;
  min-width: 169px;
  transition: all 500ms;
}

.header .gnb--li1 .menuitem {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding: 0 2.75rem;
  font-size: 1.8rem;
  white-space: nowrap;
  min-width: 100px;
  position: relative;
  z-index: 3;
}

.header .gnb--li1 .menuitem span {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: top;
}

.header .gnb--li1 .menuitem span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  height: 2px;
  width: 0%;
  transition: all 0.25s;
  background: linear-gradient(to right, #147bb6, #4e978f, #85b348);
}

.header .gnb--li1:hover .menuitem span {
  color: #fff;
}

.header .gnb--li1:hover .menuitem span::after {
  width: 100%;
}

.header .gnb--li1:hover .depth {
  border: 0;
}

.header .gnb--li1:hover::after {
  opacity: 1;
  visibility: visible;
  height: 38rem;
  z-index: 2;
}

.header .gnb .depth {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 2rem 0;
  height: 28rem;
  border-right: 1px solid #e5e5e5;
}

.header .gnb .depth li {
  line-height: 1;
}

.header .gnb .depth li a {
  text-align: center;
  display: block;
  color: #999;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0.75rem 0;
}

.header .gnb .depth li a:hover, .header .gnb .depth li a:focus {
  color: #fff;
}

.header .util {
  display: flex;
  align-items: center;
  gap: 0 2.3rem;
}

.header .util .special-links a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 2.3rem;
  gap: 0 0.7rem;
}

.header .util .special-links span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
}

.header .util .special-links i {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url("../images/common/util-arrow-white.png") no-repeat;
}

.header .util .lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
}

.header .util .lang a span {
  color: #fff;
  font-size: 1.6rem;
}

.header .util .lang a i {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/lang-white.png") no-repeat;
}

/*
.gnb-bg{
    display: none;
    background-color: #fff;
    height: 280px;
    left: 0;
    right: 0;
    z-index: 10;
}
*/
body:has(header.open) .black-dimmed {
  transition-duration: 0.25s;
  transition-delay: 0s;
  opacity: 1;
  z-index: 999;
}

.black-dimmed {
  display: block;
  opacity: 0;
  transition: opacity 0.25s 0.1s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.hide {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  transform: translateY(-100%);
}

.upto-header .header--container, .open .header--container, ._sub .header--container, .up .header--container {
  background-color: #fff;
}

.upto-header .brand, .open .brand, ._sub .brand, .up .brand {
  background-image: url("../images/common/logo-black.png");
}

.upto-header .gnb .gnb--li1 .menuitem, .open .gnb .gnb--li1 .menuitem, ._sub .gnb .gnb--li1 .menuitem, .up .gnb .gnb--li1 .menuitem {
  color: #000000;
}

.upto-header .util .special-links a, .open .util .special-links a, ._sub .util .special-links a, .up .util .special-links a {
  border-color: #0a529d;
}

.upto-header .util .special-links a span, .open .util .special-links a span, ._sub .util .special-links a span, .up .util .special-links a span {
  color: #0a529d;
}

.upto-header .util .special-links a i, .open .util .special-links a i, ._sub .util .special-links a i, .up .util .special-links a i {
  background-image: url("../images/common/util-arrow.png");
}

.upto-header .util .lang a i, .open .util .lang a i, ._sub .util .lang a i, .up .util .lang a i {
  background-image: url("../images/common/lang-black.png");
}

.upto-header .util .lang a span, .open .util .lang a span, ._sub .util .lang a span, .up .util .lang a span {
  color: #424242;
}

._sub {
  transition-duration: 200ms;
}

._sub.hide, ._sub.up {
  position: fixed;
}

.open .header--container {
  background-color: #fff;
  padding-bottom: 38rem;
}

.open .header--wrap {
  border-bottom: 1px solid #e5e5e5;
}

.open .gnb {
  width: 100%;
}

.open .gnb--li1 .menuitem {
  padding: 0 5rem;
  min-width: 170px;
}

.open .gnb--li1 a {
  letter-spacing: 0;
}

.open .black-dimmed {
  display: block;
}

.sticky-breadcrumb {
  will-change: auto;
}

.breadcrumb {
  transition: all 0.5s;
  position: absolute;
  top: var(--header);
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #f1f6f9;
}

@media (max-width: 1440px) {
  .breadcrumb {
    top: var(--lg-header);
  }
}
.breadcrumb--container {
  width: 100%;
  height: 6rem;
  background-color: #f1f6f9;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .breadcrumb--container {
    height: 4.5rem;
  }
}
.breadcrumb .fx a {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/common/sub-home.png") no-repeat;
}

@media (max-width: 1000px) {
  .breadcrumb .fx {
    display: none;
  }
}
.breadcrumb--menu_drop {
  position: relative;
  height: 100%;
  padding-right: 3.5rem;
  padding-left: 2.5rem;
}

.breadcrumb--menu_drop::after {
  content: "";
  display: block;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  width: 0.1rem;
  height: 1.8rem;
  background-color: #d8d8d8;
  transform: translateY(-50%);
}

@media (max-width: 1000px) {
  .breadcrumb--menu_drop {
    width: 35%;
    padding-left: 0;
    padding-right: 0;
  }
}
.breadcrumb--menu_drop .trigger {
  position: relative;
  padding-right: 5rem;
  height: 100%;
}

.breadcrumb--menu_drop .trigger span {
  color: #0a529d;
  font-size: 1.8rem;
}

.breadcrumb--menu_drop .trigger::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.15s;
  background: url("../images/common/breadcrumb-arw.png");
  width: 8px;
  height: 5px;
}

@media (max-width: 1000px) {
  .breadcrumb--menu_drop .trigger {
    padding-right: 0;
    padding-left: 1.5rem;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
  }
  .breadcrumb--menu_drop .trigger::after {
    right: 1rem;
  }
  .breadcrumb--menu_drop .trigger span {
    font-size: 1.4rem;
  }
}
.breadcrumb--menu_drop .trigger._open::after {
  transform: translateY(-50%) rotate(180deg);
}

.breadcrumb--menu_drop .trigger._open + .first-list {
  opacity: 1;
  visibility: visible;
}

.breadcrumb--menu_drop .trigger._open + .first-list li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.breadcrumb--menu_drop .trigger._open + .first-list li:nth-child(1) {
  transition-delay: 0.15s;
}

.breadcrumb--menu_drop .trigger._open + .first-list li:nth-child(2) {
  transition-delay: 0.3s;
}

.breadcrumb--menu_drop .trigger._open + .first-list li:nth-child(3) {
  transition-delay: 0.45s;
}

.breadcrumb--menu_drop .trigger._open + .first-list li:nth-child(4) {
  transition-delay: 0.6s;
}

.breadcrumb--menu_drop .trigger._open + .first-list li:nth-child(5) {
  transition-delay: 0.75s;
}

.breadcrumb--menu_drop .trigger._open + .first-list li:nth-child(6) {
  transition-delay: 0.9s;
}

.breadcrumb--menu_drop .first-list {
  position: absolute;
  left: 0;
  top: calc(100% + 0.4rem);
  right: 0;
  border-radius: 1rem;
  background-color: #0a529d;
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

@media (max-width: 1000px) {
  .breadcrumb--menu_drop .first-list {
    left: 0.5rem;
    right: 0.5rem;
  }
}
.breadcrumb--menu_drop .first-list li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.5rem);
}

.breadcrumb--menu_drop .first-list li > a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0 1rem 2.5rem;
}

@media (max-width: 1000px) {
  .breadcrumb--menu_drop .first-list li > a {
    font-size: 1.3rem;
  }
}
.breadcrumb--sub_list {
  padding-left: 5rem;
  border-left: 0;
  height: 100%;
}

.breadcrumb--sub_list button {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  padding-left: 4rem;
}

.breadcrumb--sub_list button::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.15s;
  background: url("../images/common/breadcrumb-arw-black.png");
  width: 8px;
  height: 5px;
}

.breadcrumb--sub_list button._open::after {
  transform: translateY(-50%) rotate(180deg);
}

.breadcrumb--sub_list button._open + ul {
  opacity: 1;
  visibility: visible;
}

.breadcrumb--sub_list button._open + ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.35s ease-in-out;
}

.breadcrumb--sub_list button._open + ul li:nth-child(1) {
  transition-delay: 0.15s;
}

.breadcrumb--sub_list button._open + ul li:nth-child(2) {
  transition-delay: 0.3s;
}

.breadcrumb--sub_list button._open + ul li:nth-child(3) {
  transition-delay: 0.45s;
}

.breadcrumb--sub_list button._open + ul li:nth-child(4) {
  transition-delay: 0.6s;
}

.breadcrumb--sub_list button._open + ul li:nth-child(5) {
  transition-delay: 0.75s;
}

.breadcrumb--sub_list button._open + ul li:nth-child(6) {
  transition-delay: 0.9s;
}

@media (max-width: 1000px) {
  .breadcrumb--sub_list {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    width: 65%;
  }
  .breadcrumb--sub_list button {
    display: flex;
    align-items: center;
  }
}
.breadcrumb--sub_list ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 5rem;
}

.breadcrumb--sub_list ul li a {
  color: #999;
}

.breadcrumb--sub_list ul li._current a {
  color: #127ab7;
}

@media (max-width: 1000px) {
  .breadcrumb--sub_list ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 0.4rem);
    right: 0;
    border-radius: 1rem;
    background-color: #0a529d;
    padding: 1rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    height: auto;
  }
  .breadcrumb--sub_list ul li._current {
    display: none;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .breadcrumb--sub_list ul {
    left: 0.5rem;
    right: 0.5rem;
  }
}
@media (max-width: 1000px) {
  .breadcrumb--sub_list ul li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(2.5rem);
  }
  .breadcrumb--sub_list ul li > a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem 0 1rem 2.5rem;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .breadcrumb--sub_list ul li > a {
    font-size: 1.3rem;
  }
}
.alliance {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  transform: scale(0);
}

@media (max-width: 1000px) {
  .alliance {
    display: none;
  }
}
.alliance--container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: none;
  opacity: 0.45;
}

.alliance--inner {
  background-color: transparent;
  overflow: hidden;
  width: 120rem;
  margin: 0 auto;
  border-radius: 2rem;
  padding: 6rem;
  position: relative;
  transition: none;
}

.alliance--title {
  position: relative;
  margin-bottom: 6rem;
  opacity: 0;
  transform: translateY(6rem);
  transition: none;
  z-index: 2;
}

.alliance--title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alliance--title h2 span {
  font-weight: 500;
  font-size: 3.6rem;
  background: linear-gradient(to right, #177cb5, #60a17e);
  -webkit-background-clip: text;
  color: transparent;
}

.alliance--title h2 span b {
  font-weight: 700;
  font-size: 1em;
  background: linear-gradient(to right, #68a574, #92ba54);
  -webkit-background-clip: text;
  color: transparent;
}

.alliance--title .alliance--close {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.7s 1.55s;
  z-index: 2;
}

.alliance--title .alliance--close span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 0;
}

.alliance--title .alliance--close span::before, .alliance--title .alliance--close span::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 1.4rem;
  background-color: #fff;
}

.alliance--title .alliance--close span::before {
  transform: rotate(45deg);
}

.alliance--title .alliance--close span::after {
  transform: rotate(-45deg);
}

.alliance--content {
  display: flex;
  align-items: center;
  gap: 0 15px;
  position: relative;
  z-index: 2;
}

.alliance--content .link {
  width: 26rem;
  height: 41rem;
  opacity: 0;
  transform: translateX(-6rem);
  transition: none;
}

.alliance--content .link:nth-child(1) a {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-01.png);
}

.alliance--content .link:nth-child(1) a:hover, .alliance--content .link:nth-child(1) a:focus {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-01-hover.png);
}

.alliance--content .link:nth-child(2) a {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-02.png);
}

.alliance--content .link:nth-child(2) a:hover, .alliance--content .link:nth-child(2) a:focus {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-02-hover.png);
}

.alliance--content .link:nth-child(3) a {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-03.png);
}

.alliance--content .link:nth-child(3) a:hover, .alliance--content .link:nth-child(3) a:focus {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-03-hover.png);
}

.alliance--content .link:nth-child(4) a {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-04.png);
}

.alliance--content .link:nth-child(4) a:hover, .alliance--content .link:nth-child(4) a:focus {
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/alliance-04-hover.png);
}

.alliance--content .link a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.5rem;
  height: 100%;
  width: 100%;
  padding: 6rem 4rem 4rem 4rem;
  background-color: #f3f3f3;
  transition: all 0.25s;
}

.alliance--content .link a .alliance--subject:has(small) small {
  display: block;
  font-weight: 700;
  color: #000000;
  font-size: 1.8rem;
}

.alliance--content .link a .alliance--subject:has(small) h3 {
  font-size: 3.6rem;
}

.alliance--content .link a .alliance--subject h3 {
  font-weight: 700;
  font-size: 3.2rem;
  transition: all 0.25s;
}

.alliance--content .link a .alliance--subject p {
  transition: all 0.25s;
  color: #9e9e9e;
  margin-top: 1.4rem;
  font-size: 1.1rem;
}

.alliance--content .link a .btn--shape {
  width: 6.5rem;
  height: 6.5rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.25s;
}

.alliance--content .link a .btn--shape span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.alliance--content .link a .btn--shape span::before, .alliance--content .link a .btn--shape span::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #9f9f9f;
}

.alliance--content .link a .btn--shape span::before {
  transform: translate(0, 0px);
}

.alliance--content .link a .btn--shape span::after {
  transform: rotate(90deg) translate(-2px, 0);
}

.alliance--content .link a:hover, .alliance--content .link a:focus {
  background-color: #0a5298;
}

.alliance--content .link a:hover .alliance--subject h3, .alliance--content .link a:focus .alliance--subject h3 {
  color: #fff;
}

.alliance--content .link a:hover .alliance--subject small, .alliance--content .link a:focus .alliance--subject small {
  color: #fff;
}

.alliance--content .link a:hover .alliance--subject p, .alliance--content .link a:focus .alliance--subject p {
  opacity: 0.3;
}

.alliance--content .link a:hover .btn--shape, .alliance--content .link a:focus .btn--shape {
  background-color: #003468;
}

.alliance--content .link a:hover .btn--shape span::before, .alliance--content .link a:hover .btn--shape span::after, .alliance--content .link a:focus .btn--shape span::before, .alliance--content .link a:focus .btn--shape span::after {
  background-color: #fff;
}

.alliance svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  transition: none;
}

.alliance svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 4385.6;
  stroke-dashoffset: 4385.6;
}

.alliance.active {
  transform: scale(1);
}

.alliance.active .alliance--container {
  opacity: 1;
  transition: opacity 0.35s;
}

.alliance.active .alliance--inner {
  background-color: #fff;
  transition: background 0.5s 1.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.alliance.active .alliance--title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s 1.45s;
}

.alliance.active .alliance--close {
  opacity: 1;
}

.alliance.active .alliance--content .link {
  transition: all 1s 1.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translateX(0);
}

.alliance.active .alliance--content .link:nth-child(1) {
  transition-delay: 1.65s;
}

.alliance.active .alliance--content .link:nth-child(2) {
  transition-delay: 1.75s;
}

.alliance.active .alliance--content .link:nth-child(3) {
  transition-delay: 1.865s;
}

.alliance.active .alliance--content .link:nth-child(4) {
  transition-delay: 1.95s;
}

.alliance.active svg rect {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.5s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  -webkit-font-smoothing: antialiased;
}

#mobileAside {
  position: relative;
  z-index: 1000;
}

.header._sub .mobile-button span {
  background-color: #000;
}

@media (max-width: 1440px) {
  .header {
    height: auto;
    z-index: 1001;
  }
  .header .container-xxl {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
  .header--wrap {
    height: 50px;
  }
  .header .brand {
    width: calc(156px / 2);
    height: calc(42px / 2);
    background-size: auto 100%;
    transition: background 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  }
  .header nav {
    display: none;
  }
  .header .util .special-links {
    visibility: hidden;
    display: none;
  }
  .header .util .lang {
    opacity: 0;
    visibility: hidden;
  }
  .header .util .lang a span {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .header .util .lang a i {
    background: url("../images/common/mobile-utils-lang.png") no-repeat 0 0;
    width: calc(33px / 2);
    height: calc(33px / 2);
    background-size: 100% auto;
  }
  .header .mobile-button {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .header:has(#btnMobile.active) .brand {
    transition: background 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    background-image: url("../images/common/logo-blue.png");
  }
  .header:has(#btnMobile.active) .util .lang {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  }
}
.mobile-button {
  opacity: 0;
  visibility: hidden;
  width: 25px;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.mobile-button span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.mobile-button span:nth-child(2) {
  margin: 5px 0;
}

.mobile-button.active span {
  background-color: #333;
}

.mobile-button.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-button.active span:nth-child(2) {
  opacity: 0;
}

.mobile-button.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-gnb-wrapper {
  visibility: hidden;
  padding-top: 50px;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0vw;
  transition: transform 800ms cubic-bezier(0.77, 0, 0.175, 1), width 800ms cubic-bezier(0.77, 0, 0.175, 1), visibility 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-gnb-wrapper {
  padding-top: 5rem;
  top: 0;
}

.mobile-menu {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-top: 1.25rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  height: 100%;
}

.mobile-menu .gnb--li1 a {
  white-space: nowrap;
}

.mobile-menu .gnb--li1 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.8rem;
}

.mobile-menu .gnb--li1 > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("../images/common/mobile-gnb-arrow.png");
  background-size: auto 100%;
  transform: rotate(180deg);
  transition: all 0.15s;
  opacity: 0.6;
}

.mobile-menu .gnb--li1.active > a::after {
  transform: rotate(0deg);
  opacity: 1;
}

.mobile-menu .gnb--li1.active .depth {
  max-height: 500px;
  padding: 1.25rem 3rem;
  opacity: 1;
}

.mobile-menu .gnb--li1 .depth {
  border-radius: 1.5rem;
  background-color: #f6f6f6;
  padding: 0 3rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: auto;
  transition: max-height 0.5s ease-out, padding 0.3s ease-out, opacity 0.4s ease-in;
}

.mobile-menu .gnb--li1 .depth li {
  line-height: 1;
}

.mobile-menu .gnb--li1 .depth li a {
  display: block;
  padding: 1.25rem 0;
  font-size: 1.4rem;
}

.mobile-menu .gnb--li1 .depth li a:focus {
  color: #127ab7;
}

body:has(#btnMobile.active) .mobile-gnb-wrapper {
  width: 100vw;
  visibility: visible;
}

.header.up .mobile-button .line {
  background-color: #000;
}

.footer {
  background: #121212;
  padding: 8rem 0;
      z-index: 3;
    position: relative;
}

@media (max-width: 1000px) {
  .footer {
    padding: 4rem 0 5rem;
  }
}
.footer .gutter-xxl {
  transition: padding 0.25s;
}

.footer-logo {
  background: url("../images/common/footer-logo.png") no-repeat 50% 50%;
  width: 148px;
  height: 48px;
  margin-bottom: 3rem;
}



@media (max-width: 1000px) {
  .footer-logo {
    margin: 0 auto;
    width: 74px;
    height: 24px;
    background-size: 100% auto;
    margin-bottom: 1.5rem;
  }
}
.footer--content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6rem;
}

@media (max-width: 1000px) {
  .footer--content {
    padding-bottom: 2rem;
    display: block;
  }
}
.footer--content .addr {
  display: flex;
  gap: 0 5rem;
  color: #999;
  margin-bottom: 2rem;
}

.footer--content .addr p,
.footer--content .addr a {
  font-size: 1.4rem;
}

.footer--content .addr .tel {
  display: flex;
  margin-top: 1rem;
  gap: 0 2rem;
}

.footer--content .addr .tel a {
  display: inline-block;
  line-height: 1;
  color: #999;
}

@media (max-width: 1000px) {
  .footer--content .addr {
    font-size: 1rem;
    gap: 0;
    text-align: center;
    justify-content: space-between;
  }
  .footer--content .addr p,
  .footer--content .addr a {
    font-size: 1rem;
  }
  .footer--content .addr .tel {
    justify-content: center;
    gap: 0 1rem;
  }
}
@media (max-width: 576px) {
  .footer--content .addr {
    flex-direction: column;
    gap: 1.5rem 0;
  }
  .footer--content .addr .tel {
    margin-top: 0.5rem;
  }
}
.footer--content .family {
  position: relative;
}

.footer--content .family .dropdownButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
  background-color: #212121;
  color: #fcfcfc;
  font-weight: 700;
  font-size: 1.4rem;
  width: 250px;
  height: 54px;
  padding: 0 30px;
}

.footer--content .family .dropdownButton .arw {
  color: #a4a4a4;
  font-size: 3rem;
  transform: rotate(0deg);
  transition: all 0.35s;
}

.footer--content .family .dropdownButton[aria-expanded=true] .arw {
  transform: rotate(180deg);
}

.footer--content .family .dropdownButton[aria-expanded=true] + .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0rem);
}

.footer--content .family .dropdown-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  border: 0.2rem solid #000;
  padding: 1rem 0;
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3.5rem);
  transition: all 0.5s ease-in-out;
}

.footer--content .family .dropdown-content a {
  padding: 1rem 0 1rem 2.4rem;
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
}

.footer--content .family .dropdown-content a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer--content .family .dropdown-content a:hover, .footer--content .family .dropdown-content a:focus {
  color: #0a529d;
}

@media (max-width: 1000px) {
  .footer--content .family .dropdownButton {
    margin: 0 auto;
    width: clamp(16.67vw, 34.72vw, 250px);
    font-size: 1.1rem;
    height: auto;
    padding: 1rem 1.5rem;
  }
}
.footer--copy {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}

@media (max-width: 1000px) {
  .footer--copy {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.footer--copy .copyright {
  color: #999;
  font-size: 1.4rem;
}

@media (max-width: 1000px) {
  .footer--copy .copyright {
    font-size: 1rem;
  }
}
.footer--copy .links {
  display: flex;
  gap: 0 2rem;
}

@media (max-width: 1000px) {
  .footer--copy .links {
    margin-bottom: 3rem;
  }
}
.footer--copy .links a {
  display: block;
}

.footer--copy .links a:nth-child(1) {
  background: url("../images/common/footer-link-01.png");
  width: 27px;
  height: 24px;
}

.footer--copy .links a:nth-child(2) {
  background: url("../images/common/footer-link-02.png");
  width: 32px;
  height: 24px;
}

body:has(header.hide) #btnTop {
  opacity: 1;
}

#btnTop {
  position: fixed;
  transition: all 0.25s;
  opacity: 0;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #127ab7;
  width: 6rem;
  height: 6rem;
}

#btnTop i {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/common/btnTop.png") no-repeat;
}

@media (max-width: 1000px) {
  #btnTop {
    visibility: hidden;
  }
}
[data-layout=sub] {
  padding-top: 23rem;
  padding-bottom: 23rem;
  display: block;
}

@media (max-width: 1440px) {
  [data-layout=sub] {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (max-width: 1000px) {
  [data-layout=sub] {
    padding-top: 15rem;
    padding-bottom: 13rem;
  }
}
[data-layout=sub]:has(.board--view) {
  padding-top: 16rem;
}

[data-layout=sub]:has(.board--view) .intro--banner {
  display: none;
}

/*
body{
    &:has(.header.hide, .header.up){
        &:not(:has(.promotion , .press)){
            .intro--banner{
                &_title{
                    margin-top: 17rem;
                }
            }
        }
    }
   &:has(.header.up){
        .intro--banner{
            &_title{
                margin-top: 1.6rem;
            }
        }
    }
}*/
.intro--banner {
  position: relative;
  margin-bottom: 15rem;
  max-width: var(--xl);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1000px) {
  .intro--banner {
    margin-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .intro--banner {
    margin-bottom: 7rem;
  }
}
.intro--banner_title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  margin-top: 23rem;
}

.intro--banner_title.is-break {
  position: absolute;
}

@media (max-width: 1000px) {
  .intro--banner_title {
    margin-top: 15rem;
  }
}
.intro--banner_title.is-break h2,
.intro--banner_title.is-break p, .intro--banner_title.is-active h2,
.intro--banner_title.is-active p {
  color: #fff;
}

.intro--banner_title h2, .intro--banner_title p {
  transition: color 0.25s;
}

.intro--banner_title h2 {
  font-weight: 400;
  color: #127ab7;
  font-size: 2.4rem;
  padding-bottom: 1rem;
}

.intro--banner_title p {
  color: #000;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.34;
}

@media (max-width: 1000px) {
  .intro--banner_title h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    padding-bottom: 1.5rem;
  }
  .intro--banner_title p {
    font-size: clamp(1.9rem, 3.8vw, 4rem);
  }
}
.intro--banner-wrap {
  position: relative;
  width: 100%;
}

.intro--banner_bg {
  position: relative;
  height: 50rem;
  margin-top: 23rem;
}

@media (max-width: 1440px) {
  .intro--banner_bg {
    margin-top: 28rem;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1000px) {
  .intro--banner_bg {
    height: 40rem;
    margin-top: 15rem;
  }
}
@media (max-width: 768px) {
  .intro--banner_bg {
    height: 35rem;
    margin-top: 10rem;
  }
}
.intro--banner_bg .intro--visual {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  width: 1440px;
  transform: translateX(-50%);
  height: 100%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 1440px) {
  .intro--banner_bg .intro--visual {
    width: 100%;
  }
}
.intro--banner_bg.__business {
  background-image: url("../images/business/bg.png");
}

.intro--banner_bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  display: none;
}

@media (min-width: 1660px) {
  .intro--banner_bg {
    min-width: 1440px;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-del._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-del-white.png");
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .icon-del._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.icon-close._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-close-white.png");
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .icon-close._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.icon-window._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-window-white.png");
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .icon-window._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.icon-download._white {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/icon-download-white.png");
  width: 1.9rem;
  height: 1.9rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .icon-download._white {
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.form-radio {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 0 1rem;
}

@media (max-width: 1000px) {
  .form-radio {
    gap: 0 0.7rem;
  }
}
.form-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
}

.form-radio i {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  transition: all 0.25s;
}

@media (max-width: 1000px) {
  .form-radio i {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.form-radio i::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
  border-radius: 50%;
  background-color: #fff;
}

.form-radio span {
  color: #555555;
  font-size: 1.9rem;
}

@media (max-width: 1440px) {
  .form-radio span {
    font-size: clamp(1.3rem, 1.7vw, 1.9rem);
  }
}
@media (max-width: 1000px) {
  .form-radio span {
    font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  }
}
.form-radio input:checked + i {
  background-color: #0a529d;
  border-color: #0a529d;
}

.form-radio input:checked + i::after {
  width: 0.8rem;
  height: 0.8rem;
}

@media (max-width: 1000px) {
  .form-radio input:checked + i::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.form-radio input[type=checkbox] + i {
  border-radius: 0;
}

.form-radio input[type=checkbox]:checked + i::after {
  border-radius: 0;
}

.form-radio span span {
  color: #007ab4;
  font-size: 1.9rem;
}

@media (max-width: 1000px) {
  .form-radio span span {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .form-radio span span {
    font-size: 1.2rem;
  }
}
.form-input {
  display: inline-block;
  border-radius: 1rem;
  border: 1px solid #8e8e8e;
  padding: 0 2rem;
  height: 6rem;
  width: 100%;
}

@media (max-width: 1000px) {
  .form-input {
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .form-input {
    font-size: 1.3rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
  }
}
.form-textarea {
  display: inline-block;
  border-radius: 1rem;
  border: 1px solid #8e8e8e;
  padding: 2rem;
  overflow-y: auto;
  width: 100%;
}

@media (max-width: 1440px) {
  .form-textarea {
    padding: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .form-textarea {
    font-size: 1.4rem;
  }
}
/*
    table
*/
.table {
  border-bottom: 1px solid #555555;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.table th,
.table td {
  padding: 3rem;
  border: 1px solid #d8d8d8;
  text-align: left;
  vertical-align: middle;
  font-size: 1.9rem;
}

@media (max-width: 1000px) {
  .table th,
  .table td {
    padding: 2rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .table th,
  .table td {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.table th:first-child,
.table td:first-child {
  border-left: none;
}

.table th:last-child,
.table td:last-child {
  border-right: none;
}

.table .tac {
  text-align: center;
}

.table thead {
  border-top: 2px solid #555555;
}

.table thead th {
  background-color: #f0f0f0;
  text-align: center;
}

.table tbody td {
  background-color: #fff;
}

.list__square > li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.25;
}

@media (max-width: 1000px) {
  .list__square > li {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .list__square > li {
    font-size: clamp(1.2rem, 2.08vw, 1.4rem);
  }
}
.list__square > li + li {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .list__square > li + li {
    margin-top: 1.2rem;
  }
}
.list__square > li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media (max-width: 768px) {
  .list__square > li::before {
    width: 3px;
    height: 3px;
    top: 0.5rem;
  }
}
.list__circle > li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 2.1rem;
  color: #555;
  text-align: left;
  line-height: 1.25;
}

@media (max-width: 1000px) {
  .list__circle > li {
    font-size: 1.4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 768px) {
  .list__circle > li {
    font-size: clamp(1.2rem, 2.08vw, 1.4rem);
  }
}
.list__circle > li + li {
  margin-top: 1.5rem;
}

.list__circle > li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #555;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 1rem;
}

@media (max-width: 1000px) {
  .list__circle > li::before {
    width: 2px;
    height: 2px;
    top: 0.5rem;
  }
}
.tabs {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #c6c6c6;
  border-radius: 1rem;
}

@media (max-width: 768px) {
  .tabs {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tabs .full {
    grid-column: 1/-1;
  }
}
.tabs > div {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .tabs > div:nth-child(3), .tabs > div:nth-child(4) {
    border-top: 1px solid #ddd;
  }
}
.tabs > div:has(a[aria-selected=true]) {
  border-color: #0a529d;
}

.tabs > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.1rem;
  width: 100%;
  height: 6rem;
  gap: 0 0.4rem;
}

@media (max-width: 1440px) {
  .tabs > div a {
    height: 5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .tabs > div a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .tabs > div a {
    height: 4rem;
    font-size: 1.3rem;
  }
}
.tabs > div a[aria-selected=true] {
  color: #fff;
  background-color: #0a529d;
}

.tabs > div a small {
  font-size: 0.8095em;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a, .pagination strong, .pagination span {
  transition: all 0.25s;
}

.pagination .adri {
  display: flex;
  align-items: center;
  height: 4rem;
  color: #555555;
}

@media (max-width: 768px) {
  .pagination .adri {
    height: 3rem;
  }
}
.pagination a,
.pagination strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  height: 4rem;
  width: 4rem;
}

@media (max-width: 768px) {
  .pagination a,
  .pagination strong {
    height: 3rem;
    width: 3rem;
  }
}
.pagination .paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  margin: 0 3rem;
}

@media (max-width: 1000px) {
  .pagination .paging {
    margin: 0 1.5rem;
  }
}
.pagination .paging a,
.pagination .paging strong {
  border-radius: 0.5rem;
  font-size: 1.7rem;
}

@media (max-width: 1000px) {
  .pagination .paging a,
  .pagination .paging strong {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .pagination .paging a,
  .pagination .paging strong {
    font-size: 1.2rem;
  }
}
.pagination .paging a:hover, .pagination .paging a:focus,
.pagination .paging strong:hover,
.pagination .paging strong:focus {
  background-color: #f8f8f8;
  color: #717171;
}

.pagination .paging strong {
  color: #fff;
  background-color: #0a529d;
  font-weight: 700;
}

.pagination .fir,
.pagination .prev,
.pagination .next,
.pagination .last {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
}

@media (max-width: 1000px) {
  .pagination .fir,
  .pagination .prev,
  .pagination .next,
  .pagination .last {
    width: 4rem;
  }
}
.pagination .fir span,
.pagination .prev span,
.pagination .next span,
.pagination .last span {
  white-space: nowrap;
  color: #555555;
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  .pagination .fir span,
  .pagination .prev span,
  .pagination .next span,
  .pagination .last span {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .pagination .fir span,
  .pagination .prev span,
  .pagination .next span,
  .pagination .last span {
    font-size: 1.1rem;
  }
}
.pagination .fir:hover, .pagination .fir:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.pagination .last:hover,
.pagination .last:focus {
  color: #007ab4;
}

.pagination .fir:hover span, .pagination .fir:focus span,
.pagination .prev:hover span,
.pagination .prev:focus span,
.pagination .next:hover span,
.pagination .next:focus span,
.pagination .last:hover span,
.pagination .last:focus span {
  color: #007ab4;
}

body:has(.modal.active) {
  overflow: hidden;
}

body:has(.modal.active) .modal__bg {
  display: block;
}

.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  display: none;
}

.modal__container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  .modal__container {
    padding-top: 1.5rem;
  }
}
.modal__container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .modal__container::before {
    display: none;
  }
}
.modal__body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  transform: scale(1);
}

.modal.active .modal__body {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
body:has(.modal.active) #all4land {
  filter: blur(0.2rem);
}

.skip {
  position: relative;
  z-index: 10;
}
.skip a {
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.25s;
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skip a:focus, .skip a:hover {
  transform: translateY(0%);
}

.eng_download {
  position: relative;
}
.eng_download .modal__close {
  display: block;
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #000;
  border-radius: 50%;
  font-size: 0;
}

svg .svg-elem-1 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

svg.active .svg-elem-1 {
  fill: rgb(137, 182, 63);
}

svg .svg-elem-2 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .svg-elem-2 {
  fill: rgb(137, 182, 63);
}

svg .svg-elem-3 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

svg.active .svg-elem-3 {
  fill: rgb(137, 182, 63);
}

svg .svg-elem-4 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-4 {
  fill: rgb(1, 122, 182);
}

svg .svg-elem-5 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-5 {
  fill: rgb(1, 122, 182);
}

svg .svg-elem-6 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-6 {
  fill: rgb(76, 76, 76);
}

svg .svg-elem-7 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-7 {
  fill: rgb(76, 76, 76);
}

svg .svg-elem-8 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-8 {
  fill: rgb(76, 76, 76);
}

svg .svg-elem-9 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-9 {
  fill: rgb(76, 76, 76);
}

svg .svg-elem-10 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-10 {
  fill: rgb(1, 122, 182);
}

svg .svg-elem-11 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-11 {
  fill: rgb(76, 76, 76);
}

svg .svg-elem-12 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-12 {
  fill: rgb(76, 76, 76);
}

svg .svg-elem-13 {
  fill: transparent;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-13 {
  fill: rgb(1, 122, 182);
}

body._hidden .header {
  transform: translateY(-100%);
}
body.index {
  overflow: hidden;
}
body.index .all4land {
  opacity: 0;
}
body:not(body:has(.loader)) {
  overflow-y: auto;
}
body:not(body:has(.loader)) .all4land {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.97, 0.01, 0.36, 0.99);
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #fff;
}
.loader__logo {
  display: flex;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.main-title-group {
  text-align: center;
}
.main-title-group h2 {
  font-size: 1.8rem;
  letter-spacing: 0.72rem;
  text-transform: uppercase;
  padding-bottom: 3rem;
}
@media (max-width: 1000px) {
  .main-title-group h2 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    padding-bottom: 1.5rem;
  }
}
.main-title-group .summary {
  font-weight: 700;
  font-size: 6rem;
}
@media (max-width: 1000px) {
  .main-title-group .summary {
    font-size: clamp(1.5rem, 5vw, 5rem);
  }
}
.main-title-group:has(h2.white) h2 {
  color: #fff;
}
.main-title-group:has(h2.white) h2 + p {
  color: #fff;
}

.lg-show {
  display: none;
}

@media (max-width: 1000px) {
  .lg-show {
    display: block;
  }
  .lg-hide {
    display: none;
  }
}
.main-video {
  position: relative;
  overflow: hidden;
}

.main-video-inner {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.visual--video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.visual--video-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: inset(0);
}
.visual--video-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
}

/* Native Background Video */
.jt-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: inset(0);
}

.jt-background-video__vod {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateZ(0);
}

.jt-background-video__vod video {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* **************************************** *
 * VISUAL
 * **************************************** */
.story-visual {
  position: relative;
  overflow: hidden;
}

.story-visual__video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.story-visual__video-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.story-visual__video-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
}

.story-visual__scene {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -5rem;
}

.story-visual__scene b {
  display: block;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.17em;
  background: linear-gradient(73deg, #137ab7, #137ab7, #89b53f, #89b53f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1000px) {
  .story-visual__scene b {
    font-size: clamp(3.5rem, 5vw, 5rem);
  }
}

.story-visual__content {
  position: relative;
}

.story-visual__content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  text-align: center;
  padding-top: 70rem;
  line-height: 1.34;
  position: relative;
}

.story-visual__content-item > p {
  color: #fff;
}

.story-visual__content-item--01 {
  padding-top: 0;
  align-items: flex-end;
  opacity: 0;
}

.story-visual__content-item--01 > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 6rem;
  padding-left: max(7.8vw, 13rem);
  padding-right: max(7.8vw, 13rem);
}
.text-group img{max-width:100%}
.story-visual__content-item--01 > div .text-group {
  text-align: right;
}
.story-visual__content-item--01 > div .text-2 {
  margin-right: 50rem;
}
@media (max-width: 1660px) {
  .story-visual__content-item--01 > div {
    padding-left: var(--gap-md);
    padding-right: var(--gap-md);
  }
}
@media (max-width: 1440px) {
  .story-visual__content-item--01 > div .by {
    width: 18vw;
  }
  .story-visual__content-item--01 > div .text-group {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: end;
  }
  .story-visual__content-item--01 > div .text-group p:first-child {
    width: 51.04vw;
  }
  .story-visual__content-item--01 > div .text-group p:nth-child(2) {
    width: 38.229vw;
  }
  .story-visual__content-item--01 > div .text-group p:nth-child(3) {
    width: 38.229vw;
  }
  .story-visual__content-item--01 > div .text-2 {
    margin-right: 26.04vw;
  }
}

.visual__title-text {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .visual__title-text {
    font-size: 2.4375vw;
  }
}
@media (max-width: 1000px) {
  .visual__title-text {
    font-size: 6.5vw;
  }
}
@media (max-width: 1000px) {
  .story-visual__content-item--03 .visual__title-text {
    font-size: 5.5vw;
  }
}

.story-visual__down {
  position: fixed;
  bottom: 9rem;
  left: max(7.8vw, 13rem);
}
@media (max-width: 1660px) {
  .story-visual__down {
    left: var(--gap-md);
  }
}

.story-visual__down p {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1cap;
}

/* MOTION */
.story-visual__scene {
  opacity: 0;
}

.visual--item--02,
.visual--item--03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  text-align: center;
  padding-top: 66rem;
}
.visual--item--02 p,
.visual--item--03 p {
  font-weight: 700;
  font-size: 45px;
}

.visual__title-text .char {
  vertical-align: top;
  display: inline-block;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s;
}
.visual__title-text .char.char01, .visual__title-text .char.char03 {
  transition-delay: 0.1s;
}
.visual__title-text .char.char04, .visual__title-text .char.char02 {
  transition-delay: 0.2s;
}
.visual__title-text .char.char05 {
  transition-delay: 0.3s;
}

.active .char {
  opacity: 1;
  transform: translateY(0);
}

#mainBusiness {
  position: relative;
}
#mainBusiness .business-visual__center {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
#mainBusiness .business-visual__center h2 {
  color: #127ab7;
}
#mainBusiness .main-title-group {
  text-align: center;
  width: 100%;
}
#mainBusiness .wraps {
  position: relative;
  max-width: calc(100vw - max(7.8vw, 13rem));
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #mainBusiness .wraps {
    max-width: 100%;
  }
}

.businiss-visual-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 30px;
}

.vh-100 {
  height: 100vh;
}

._700 {
  transform-style: preserve-3d;
  transform: translateZ(-700px);
}

._600 {
  transform-style: preserve-3d;
  transform: translateZ(-600px);
}

._500 {
  transform-style: preserve-3d;
  transform: translateZ(-500px);
}

._400 {
  transform-style: preserve-3d;
  transform: translateZ(-400px);
}

._300 {
  transform-style: preserve-3d;
  transform: translateZ(-300px);
}

._200 {
  transform-style: preserve-3d;
  transform: translateZ(-200px);
}

._100 {
  transform-style: preserve-3d;
  transform: translateZ(-150px);
}

.scrollImages {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  transform: translateZ(100px);
  z-index: 10;
}
.scrollImages .gall-img {
  aspect-ratio: 4/5;
  width: 45%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform-origin: center;
}
.scrollImages .gall-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.scrollImages .gall-img.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}
.scrollImages .gall-img-frame {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
}
.scrollImages .gall-img-frame img {
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#mainBusiness {
  background: url("../images/main/s2-bg.png") no-repeat 50% 0;
  background-size: cover;
  background-attachment: scroll;
  transition: background-attachment 1s;
}
#mainBusiness.bg-active {
  background-attachment: fixed;
  background-position: 50% 100%;
}
#mainBusiness.bg-active .main-title-group .summary,
#mainBusiness.bg-active .main-title-group h2 {
  transition: all 0.5s;
  color: #fff !important;
}

.gallery_sticky:has(.gallery__list.active) .bs_mid_title {
  opacity: 0;
  transition: opacity 0.45s ease-in-out;
}
.gallery_sticky:has(.gallery__list.active) .bs_end_title {
  opacity: 1;
}
.gallery_sticky:has(.gallery__list.active) .swr {
  opacity: 1;
  visibility: visible;
}

.swr {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.25s;
}

.bs_end_title {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  height: 16.5rem;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 1.8rem;
  letter-spacing: 0.72rem;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s 0.5s;
}
@media (max-width: 768px) {
  .bs_end_title {
    position: static;
    width: 100%;
    text-align: center;
    transform: translate(0);
    height: auto;
    margin-bottom: 2rem;
  }
}

.bs_mid {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100vh;
  z-index: 3;
}

.bs_mid_title {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  opacity: 1;
}
.bs_mid_title .wraps {
  transform: translateY(-50%);
}

.gallery_trigger {
  height: 350vh;
}

.gallery_track {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery_sticky {
  perspective: 30px;
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
  transition: all 2s;
}

.gallery__list {
  position: absolute;
}
@media (max-width: 767px) {
  .gallery__list {
    bottom: 50%;
    transform: translateY(50%);
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .gallery__list {
    height: 100vh;
    align-items: center;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.gallery__list .link-item img{max-width: 100%}
@media (min-width: 768px) {
  .gallery__list > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 120rem;
  }
  .gallery__list > div .link-item {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10rem);
    transition: all 0.5s;
    position: relative;
  }
  .gallery__list > div .link-item:nth-child(1) {
    transition-delay: 0.6s;
  }
  .gallery__list > div .link-item:nth-child(2) {
    transition-delay: 0.7s;
  }
  .gallery__list > div .link-item:nth-child(3) {
    transition-delay: 0.8s;
  }
  .gallery__list > div .link-item:nth-child(4) {
    transition-delay: 0.9s;
  }
  .gallery__list > div .link-item:nth-child(5) {
    transition-delay: 1s;
  }
  .gallery__list > div .link-item:nth-child(6) {
    transition-delay: 1.1s;
  }
  .gallery__list > div .link-item:nth-child(7) {
    transition-delay: 1.2s;
  }
  .gallery__list.active > div .link-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .link-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.link-item > a {
  display: contain;
}
.link-item > a figure {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .link-item > a figure img {
    width: 100%;
  }
}
.link-item > a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(16, 71, 161, 0) 0, rgba(16, 71, 161, 0));
  color: #fff;
  transition: all 1s;
}
@media (max-width: 767px) {
  .link-item > a figure figcaption {
    background: linear-gradient(0deg, #1047a1 0, rgba(16, 71, 161, 0.7) 15%, rgba(16, 71, 161, 0.15));
  }
}
.link-item > a figure figcaption h3 {
  color: #fff;
  font-size: 3.6rem;
  padding: 5.5rem 0 0 5.5rem;
}
@media (max-width: 768px) {
  .link-item > a figure figcaption h3 {
    font-size: 2rem;
    padding: 3rem 0 0 3rem;
  }
}
.link-item > a figure figcaption p {
  color: #fff;
  /* padding-left: 5.5rem; */
  text-align: center;
  padding-top: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .link-item > a figure figcaption p {
    padding-top: 1.7rem;
    padding-left: 3rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .link-item > a figure figcaption p {
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(50px);
  }
}
.link-item > a figure figcaption div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .link-item > a figure figcaption div {
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .link-item > a figure figcaption div {
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(50px);
  }
}
.link-item > a figure figcaption div span {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
}
.link-item > a figure figcaption div span i {
  display: inline-block;
  background: url("../images/main/arw.png") no-repeat 0 0;
  width: 1.3rem;
  height: 1.3rem;
}
@media (max-width: 767px) {
  .link-item > a figure figcaption div span {
    font-size: 1.3rem;
  }
}
.link-item > a:hover figure figcaption, .link-item > a:focus figure figcaption {
  background: linear-gradient(0deg, #1047a1 0, rgba(16, 71, 161, 0.7) 15%, rgba(16, 71, 161, 0.15));
}
.link-item > a:hover figure figcaption p, .link-item > a:focus figure figcaption p {
  opacity: 1;
  transform: translateY(0px);
}
.link-item > a:hover figure figcaption div, .link-item > a:focus figure figcaption div {
  opacity: 1;
  transform: translateY(0px);
}

#mainSolution {
  position: relative;
  background: url("../images/main/solution-bg.gif") no-repeat 50% 0;
  background-size: cover;
}
#mainSolution .main-title-group h2,
#mainSolution .main-title-group p {
  color: #fff;
}
#mainSolution .main-title-group .bi-g {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}
@media (max-width: 1000px) {
  #mainSolution .main-title-group .bi-g img {
    max-width: 30vw;
  }
}

.solution--stage {
  position: relative;
}

.solution-visual__item--01 {
  transform: translateY(-50%);
}

.solution-visual__center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.solution--visual__content {
  position: relative;
  z-index: 10;
}

.slowed-images {
  position: relative;
  padding-top: 60rem;
  padding-bottom: 27rem;
  top: 0;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1000px) {
  .slowed-images {
    padding-top: 40rem;
    padding-bottom: 15rem;
  }
}

.slowed-image {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 0px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.slowed-image a {
  display: block;
}

.slowed-image .imgVid {
  position: absolute;
  width: auto;
  height: auto !important;
  display: block;
  transform: scale(0.95) translateY(30%);
  overflow: hidden;
  border-radius: 1rem;
}

.slowed-image:nth-child(1) .imgVid {
  left: 14.8rem;
  top: 0;
}

.slowed-image:nth-child(2) .imgVid {
  right: 0;
  top: -4.5rem;
  max-width: 40%;
  height: auto;
}

.slowed-image:nth-child(3) .imgVid {
  left: 0;
  top: -4.5rem;
}

.slowed-image:nth-child(4) .imgVid {
  left: 27rem;
  top: -4.5rem;
}

.slowed-image:nth-child(5) .imgVid {
  right: 0;
  top: -4.5rem;
}

.slowed-image:nth-child(6) .imgVid {
  left: 10rem;
  top: -6.5rem;
}

.slowed-image:nth-child(7) .imgVid {
  right: 10rem;
  top: -9.5rem;
}

@media (max-width: 1000px) {
  .slowed-image:nth-child(1) .imgVid {
    left: 0;
  }
  .slowed-image:nth-child(2) .imgVid {
    right: 0;
    top: 1rem;
  }
  .slowed-image:nth-child(3) .imgVid {
    left: 0;
    top: -2rem;
  }
  .slowed-image:nth-child(4) .imgVid {
    right: 0;
    left: inherit;
    top: -1rem;
  }
  .slowed-image:nth-child(5) .imgVid {
    left: 0;
    top: -1rem;
  }
  .slowed-image:nth-child(6) .imgVid {
    right: 0;
    top: -1rem;
  }
  .slowed-image:nth-child(7) .imgVid {
    left: 0;
    top: 0rem;
  }
  .slowed-image .imgVid {
    max-width: 66% !important;
    position: absolute;
  }
}

.vh15 {
  height: 15vh;
}

.vh30 {
  height: 30vh;
}
@media (max-width: 768px) {
  .vh30 {
    height: 20vh;
  }
}

.solution--titles {
  position: absolute;
  height: auto;
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  left: 0;
  right: 0;
  height: 100vh;
}

.solution--visual__bi-2 {
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.solution--visual__bi {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1000px) {
  .solution--visual__bi img {
    max-width: 60%;
  }
}

#mainAbout {
  position: relative;
  overflow: hidden;
  height: 450vh;
  background-color: #f1f6f9;
}

.about-stage {
  position: relative;
}

.about-wraps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.inner {
  position: relative;
  height: 100vh;
}
.inner .tit_wraps {
  text-align: center;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .inner .tit_wraps {
    height: 30vh;
  }
}
.inner .tit_wraps h2 {
  color: #127ab7;
  font-size: 1.8rem;
  font-weight: 800;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .inner .tit_wraps h2 {
    font-size: 1.2rem;
  }
}
.inner .tit_wraps h3 {
  font-weight: 800;
  background: linear-gradient(73deg, #137ab7, #137ab7, #89b53f, #89b53f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6rem;
  padding: 3rem 0;
}
@media (max-width: 1000px) {
  .inner .tit_wraps h3 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .inner .tit_wraps h3 {
    font-size: 2.4rem;
    padding: 1rem 0 2rem;
  }
}
.inner .tit_wraps .summary {
  line-height: 1.4;
  color: #666666;
  font-weight: 400;
  font-size: 2.2rem;
}
@media (max-width: 1000px) {
  .inner .tit_wraps .summary {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .inner .tit_wraps .summary {
    font-size: 1.4rem;
  }
}

.start-thumbs-caption {
  padding-top: 10rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.start-thumbs-caption h3 {
  font-size: 6rem;
}
.start-thumbs-caption .summary {
  color: #666666;
  font-size: 2.2rem;
}

.start-thumbs-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
}

.end-thumbs-wrapper {
  height: 50vh;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .end-thumbs-wrapper {
    height: 70vh;
  }
}
.end-thumbs-wrapper .wraps {
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  max-width: 1400px;
  background: url(../images/main/main-about-bg.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 2rem 2rem 0 0;
}
@media (max-width: 1440px) {
  .end-thumbs-wrapper .wraps {
    max-width: calc(100% - 3rem);
  }
}

.end-move-thumb {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(50%);
}

.end-move-in-content {
  text-align: center;
}
@media (max-width: 768px) {
  .end-move-in-content .icon svg,
  .end-move-in-content .icon img {
    transform: scale(0.675);
  }
}
.end-move-in-content .num {
  color: #fff;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  padding: 3rem 0;
}
@media (max-width: 1000px) {
  .end-move-in-content .num {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .end-move-in-content .num {
    font-size: 3rem;
    padding: 0.5rem 0 1.5rem;
  }
}
.end-move-in-content .en-text {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .end-move-in-content .en-text {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
}
.end-move-in-content .kr-text {
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .end-move-in-content .kr-text {
    font-size: 1.6rem;
  }
}

.end-titles-inner {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transform: translateY(30%);
  opacity: 0;
}

.end-scen {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.end-scen h2,
.end-scen p {
  color: #fff;
}

.about-links {
  padding-top: 5rem;
}
.about-links a {
  color: #fff;
  background-color: #127ab7;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.about-links a span {
  display: inline-block;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.about-links a i {
  position: relative;
  width: 7rem;
  height: 7rem;
  background: url("../images/main/icon-files.png") no-repeat 50% 50%;
}
.about-links a i::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2.3rem;
  width: 0.1rem;
  background-color: #fff;
  opacity: 0.2;
  transform: translateY(-50%);
}

.ceo .intro--banner_bg .intro--visual {
  background-image: url("../images/company/bg-ceo.png");
}

.history .intro--banner_bg .intro--visual {
  background-image: url("../images/company/bg-history.png");
}

.vision .intro--banner_bg .intro--visual {
  background-image: url("../images/company/bg-vision.png");
}

.client .intro--banner_bg .intro--visual {
  background-image: url("../images/company/bg-client.png");
}

.ci .intro--banner_bg .intro--visual {
  background-image: url("../images/company/bg-ci.png");
}

.map .intro--banner_bg .intro--visual {
  background-image: url("../images/company/bg-map.png");
}

.ceo{padding-bottom:0}

.ceo__mobile--img {
  display: none;
  text-align: center;
  background-color: #f8f8f8;
  margin-bottom: 2.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 3rem 9.5rem 0;
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
}
.ceo__mobile--img img {
  vertical-align: top;
}
@media (max-width: 1000px) {
  .ceo__mobile--img {
    /*display: block;*/
  }
}
@media (min-width: 1400px) {
  .ceo__narrative {
    margin-top: -3.5rem;
  }
}
.ceo__narrative--text1 {
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.5rem;
}
.ceo__narrative--text1 b {
  color: #0a529d;
}
.ceo__narrative--text2 {
  color: #1d1d1d;
  line-height: 1.5;
  font-size: 1.7rem;
  margin-top: 3.5rem;
}
@media (max-width: 1440px) {
  .ceo__narrative {
    /*width: 65vw;*/
  }
}
@media (max-width: 1000px) {
  .ceo__narrative {
    text-align: center;
    width: 100%;
  }
  .ceo__narrative--text1 {
    font-size: clamp(17px, 17px + 8 * (100vw - 1000px) / 400, 25px);
  }
  .ceo__narrative--text2 {
    font-size: clamp(13px, 13px + 4 * (100vw - 1000px) / 400, 17px);
  }
}
.ceo__goals {
  margin-top: 6rem;
  background-color: #f0f0f0;
}
.ceo__goals .container {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.ceo__goals--text1 {
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1.34;
  font-size: 2.2rem;
}
.ceo__goals--text1 b {
  color: #0a529d;
}
@media (max-width: 1440px) {
  .ceo__goals--text1 {
    /*width: 65vw;*/
    font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  }
}
@media (max-width: 1000px) {
  .ceo__goals--text1 {
    width: 100%;
    font-size: clamp(14px, 14px + 6 * (100vw - 768px) / 232, 20px);
    text-align: center;
  }
}
.ceo__goals--text2 {
  color: #1d1d1d;
  line-height: 1;
  font-size: 1.7rem;
  margin-top: 2.5rem;
  line-height: 1.5;
}
.ceo__goals--text2 p + p {
  margin-top: 2.5rem;
}
@media (max-width: 1440px) {
  .ceo__goals--text2 {
    /*width: 65vw;*/
  }
  .ceo__goals--text2 p {
    font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  }
}
@media (max-width: 768px) {
  .ceo__goals--text2 {
    width: 100%;
    text-align: center;
  }
  .ceo__goals--text2 p {
    font-size: 1.3rem;
  }
}
.ceo__goals--name {
  font-weight: 700;
  color: #1d1d1d;
  margin-top: 8rem;
  font-size: 2.5rem;
}
.ceo__goals--name b {
  color: #0a529d;
}
@media (max-width: 768px) {
  .ceo__goals--name {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .ceo__goals--name {
    margin-top: 5rem;
    text-align: center;
  }
}
.ceo__wrap{text-align:center;}
.ceo__goals--titleImg {
  display:none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.2%;
}
@media (max-width: 1000px) {
  .ceo__goals--titleImg {
    opacity: 0;
    visibility: hidden;
  }
}

.history__title {
  border-color: #0a529d;
}
.history__title--item01 {
  background-image: url("../images/company/history-1.png");
}
.history__title--item01 h2,
.history__title--item01 p {
  color: #fff;
}
.history__title--item02 {
  background-image: url("../images/company/history-2.png");
}
.history__title--item02.active {
  background-image: url("../images/company/history-2-active.png");
}
.history__title--item03 {
  background-image: url("../images/company/history-3.png");
}
.history__title--item03.active {
  background-image: url("../images/company/history-3-active.png");
}

.history__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding: 0 var(--gap);
  max-width: calc(90rem + var(--gap));
  width: 100%;
  margin-bottom: 8rem;
}
.history__tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1d;
  background-color: #f1f1f1;
  font-size: 1.7rem;
  height: 7rem;
}
.history__tabs button:nth-child(1) {
  border-radius: 1rem 0 0 1rem;
}
.history__tabs button:nth-child(3) {
  border-radius: 0 1rem 1rem 0;
}
.history__tabs button._selected {
  background-color: #0a529d;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .history__tabs {
    margin-bottom: 5rem;
  }
  .history__tabs button {
    font-size: 1.4rem;
    height: 5rem;
  }
}
.history__content {
  margin: 0 auto;
  position: relative;
  padding: 0 var(--gap);
  max-width: calc(var(--xl) + var(--gap));
}
.history__content .inner {
  position: static;
  height: auto;
}
.history__content .progress-bar {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  transform: translateX(-50%);
  background-color: #f0f0f0;
}
.history__content .progress-indicator {
  position: relative;
  width: 100%;
  height: 0%;
  background-color: #0a529d;
  transition: height 0.15s;
  will-change: auto;
}
.history__content .progress-step {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(calc(-50% + 0.3rem), 50%);
  width: 7rem;
  height: 7.3rem;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/company/history-head.png);
}
@media (max-width: 1000px) {
  .history__content .progress-bar {
    left: 2.7rem;
    transform: translateX(0%);
    width: 0.2rem;
  }
  .history__content .progress-step {
    background-size: cover;
    width: 4rem;
    height: 4rem;
    transform: translate(calc(-50% + 0.15rem), 50%);
  }
}
.history__content--rows {
  display: flex;
  flex-wrap: wrap;
  gap: 0 11%;
}
@media (max-width: 1000px) {
  .history__content--rows {
    gap: 0;
    flex-direction: column;
    padding-left: 4rem;
  }
}
.history__content--rows:not(:last-child) {
  margin-bottom: 12rem;
}
.history__content--rows > div {
  width: 44.5%;
}
@media (max-width: 1000px) {
  .history__content--rows > div {
    width: 100%;
  }
}
.history__content--rows._revers {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .history__content--rows._revers {
    flex-direction: row;
  }
}
.history__content--rows._revers ol > li {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .history__content--rows._revers ol > li {
    flex-direction: row;
  }
}
.history__content--rows._revers ol > li ul li {
  text-align: right;
  padding-right: 0.9rem;
  padding-left: 0;
}
.history__content--rows._revers ol > li ul li::before {
  left: inherit;
  right: 0;
}
@media (max-width: 1000px) {
  .history__content--rows._revers ol > li ul li {
    text-align: left;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
  .history__content--rows._revers ol > li ul li::before {
    left: 0;
    right: inherit;
  }
}
.history__content--title {
  height: 22rem;
  border: 1px solid #f3f4f4;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #f1f1f2;
  padding: 4rem;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.5s;
}
.history__content--title h2 {
  font-size: 4.8rem;
  transition: all 0.5s;
}
.history__content--title p {
  font-size: 2.1rem;
  transition: all 0.5s;
}
.history__content--title.active h2,
.history__content--title.active p {
  color: #fff;
}
@media (max-width: 1000px) {
  .history__content--title {
    height: 20rem;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .history__content--title h2 {
    font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  }
  .history__content--title p {
    font-size: clamp(1.4rem, 1.4vw, 2.1rem);
  }
}
@media (max-width: 768px) {
  .history__content--title {
    height: 15rem;
  }
}
.history__content--list ol > li {
  display: flex;
  flex-direction: row;
  gap: 0 4.5rem;
}
.history__content--list ol > li > strong {
  color: #1d1d1d;
  font-size: 2.5rem;
}
.history__content--list ol > li + li {
  margin-top: 5rem;
}
.history__content--list ol > li ul {
  padding-top: 0.7rem;
}
.history__content--list ol > li ul li {
  color: #1d1d1d;
  font-size: 1.7rem;
  padding-left: 0.9rem;
  line-height: 1.45;
}
.history__content--list ol > li ul li::before {
  top: 0.7rem;
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 1000px) {
  .history__content--list ol > li {
    gap: 0 2.5rem;
  }
  .history__content--list ol > li > strong {
    font-size: 2rem;
  }
  .history__content--list ol > li + li {
    margin-top: 3rem;
  }
  .history__content--list ol > li ul li {
    font-size: 1.2rem;
  }
}

.map iframe {
  margin-bottom: 9rem;
  height: 50rem;
}
@media (max-width: 1000px) {
  .map iframe {
    height: 35rem;
  }
}
@media (max-width: 768px) {
  .map iframe {
    margin-bottom: 4.5rem;
    height: 25rem;
  }
}
.map iframe:last-child {
  margin-bottom: 0;
}

.map-info {
  display: flex;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .map-info {
    display: block;
    margin-bottom: 3rem;
  }
}
.map-info dt {
  font-size: 4rem;
  color: #1d1d1d;
}
@media (max-width: 1000px) {
  .map-info dt {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .map-info dt {
    font-size: 2rem;
  }
}
.map-info dt strong {
  margin-left: 1rem;
  display: inline-block;
  font-weight: bold;
}

.map-info dt strong.ml0{
	margin-left:0;
	display:block;
  }
.map-info dd {
  padding-left: 8.5rem;
}
@media (max-width: 1000px) {
  .map-info dd {
    padding-left: 5rem;
  }
  .map-info dt strong.ml0{
	margin-left:1rem;
	display:inline-block;
  }
}
@media (max-width: 768px) {
  .map-info dd {
    margin-top: 1.5rem;
    padding-left: 0rem;
  }
}
.map-info__address {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  color: #1d1d1d;
}
@media (max-width: 1000px) {
  .map-info__address {
    font-size: 1.8rem;
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 768px) {
  .map-info__address {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.map-info__tel {
  display: flex;
  color: #1d1d1d;
}
.map-info__tel div {
  font-size: 2.4rem;
}
@media (max-width: 1000px) {
  .map-info__tel div {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .map-info__tel div {
    font-size: 1.2rem;
  }
}
.map-info__tel div + div {
  margin-left: 6rem;
}
@media (max-width: 1000px) {
  .map-info__tel div + div {
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  .map-info__tel div + div {
    margin-left: 3rem;
  }
}
.map-info__tel div strong {
  display: inline-block;
  margin-right: 1.4rem;
  font-weight: bold;
}

.client {
  padding-bottom: 0;
}
.client .intro--banner {
  margin-bottom: 0;
}
.client__wrap {
  background: #f4f4f6;
  padding-top: 9.5rem;
  padding-bottom: 14rem;
}
@media (max-width: 1000px) {
  .client__wrap {
    padding-top: 7rem;
    padding-bottom: 10.5rem;
  }
}
@media (max-width: 768px) {
  .client__wrap {
    padding-top: 4.25rem;
    padding-bottom: 7rem;
  }
}
.client__ti {
  text-align: center;
  font-size: 3.2rem;
  color: #1d1d1d;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  .client__ti {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .client__ti {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.client__li {
  display: grid;
  gap: 1.6rem 3rem;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1000px) {
  .client__li {
    gap: 1.4rem 2rem;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .client__li {
    gap: 1.2rem 1rem;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.vision {
  padding-bottom: 0;
}
.vision .intro--banner {
  margin-bottom: 0;
}
.vision__wrap {
  background: #f4f4f6;
  padding-top: 9.5rem;
  padding-bottom: 14rem;
}
@media (max-width: 1000px) {
  .vision__wrap {
    padding-top: 7rem;
    padding-bottom: 10.5rem;
  }
}
@media (max-width: 768px) {
  .vision__wrap {
    padding-top: 4.25rem;
    padding-bottom: 7rem;
  }
}
.vision .vision__item--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  background: #fff;
  border-radius: 2rem;
  height: 44.5rem;
}
@media (max-width: 1000px) {
  .vision .vision__item--wrap {
    flex-direction: column;
    height: auto;
  }
  .vision .vision__item--wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.vision .vision__item--wrap > div {
  width: 50%;
}
@media (max-width: 1000px) {
  .vision .vision__item--wrap > div {
    width: 100%;
  }
}
.vision .vision__item--wrap > div.banners {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: calc(50% - 10px);
}
@media (max-width: 1000px) {
  .vision .vision__item--wrap > div.banners {
    width: 100%;
    line-height: 0;
  }
}
.vision .vision__item--wrap > div.banners img {
  height: 100%;
}
@media (max-width: 1000px) {
  .vision .vision__item--wrap > div.banners img {
    width: 100%;
  }
}
.vision .vision__item--wrap:last-child {
  margin-bottom: 0;
}
.vision__item--info {
  margin-left: 7.1rem;
}
@media (max-width: 1000px) {
  .vision__item--info {
    margin-left: 0;
    padding: 2rem 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .vision__item--info {
    padding: 1.5rem;
  }
}
.vision__item--info .eng {
  color: #0a529d;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .vision__item--info .eng {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.vision__item--info .kor {
  color: #1d1d1d;
  font-size: 4rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .vision__item--info .kor {
    font-size: 2rem;
    margin-bottom: 1.75rem;
  }
}
.vision__item--info .txt {
  color: #717171;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .vision__item--info .txt {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.ci .ci__wrap .ci__item {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item {
    display: block;
    margin-bottom: 2rem;
  }
}
.ci .ci__wrap .ci__item dt {
  width: 30rem;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item dt {
    width: 100%;
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .ci__item dt {
    font-size: 2rem;
  }
}
.ci .ci__wrap .ci__item dd {
  width: calc(100% - 30rem);
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item dd {
    width: 100%;
  }
}
.ci .ci__wrap .ci__item--info p {
  font-size: 1.7rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item--info p {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .ci__item--info p {
    font-size: 1.3rem;
  }
}
.ci .ci__wrap .ci__item--info p:last-child {
  margin-bottom: 0;
}
.ci .ci__wrap .ci__item--info p .colors_blue {
  color: #127ab7;
}
.ci .ci__wrap .ci__item--info p .colors_green {
  color: #8ab63f;
}
.ci .ci__wrap .ci__item--colors {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item--colors {
    display: block;
  }
}
.ci .ci__wrap .ci__item--colors > dl {
  width: 50%;
  border-radius: 1.6rem;
  padding: 4rem;
  color: #fff;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item--colors > dl:first-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item--colors > dl {
    width: 100%;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .ci__item--colors > dl {
    padding: 2rem;
  }
}
.ci .ci__wrap .ci__item--colors > dl dt {
  font-size: 2.4rem;
  margin-bottom: 6rem;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item--colors > dl dt {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .ci__item--colors > dl dt {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
.ci .ci__wrap .ci__item--colors > dl dd {
  display: flex;
  gap: 2.6rem;
}
.ci .ci__wrap .ci__item--colors > dl dd div {
  font-size: 1.7rem;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item--colors > dl dd div {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .ci__item--colors > dl dd div {
    font-size: 1.1rem;
  }
}
.ci .ci__wrap .ci__item--colors--blue {
  background: #127ab7;
}
.ci .ci__wrap .ci__item--colors--green {
  background: #8ab63f;
}
.ci .ci__wrap .ci__item .Signature_down {
  margin-top: 2rem;
  background: #000;
  background-image: url(../images/recruit/ico-down.png);
  background-position: 13rem;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  height: 5.6rem;
  line-height: 5.6rem;
  padding-left: 6rem;
  text-align: left;
  width: 20rem;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .ci__item .Signature_down {
    font-size: 1.4rem;
    width: 18rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .ci__item .Signature_down {
    font-size: 1.1rem;
    width: 100%;
    background-position: 95% center;
    padding-left: 0;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
  }
}
.ci .ci__wrap .box {
  border: 7px solid #f0f0f0;
  border-radius: 4rem;
  height: 36rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ci .ci__wrap .box img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .box {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .box {
    margin-bottom: 5rem;
    padding: 3rem;
    height: auto;
  }
}
.ci .ci__wrap .box.signature {
  gap: 15rem;
}
@media (max-width: 1000px) {
  .ci .ci__wrap .box.signature {
    gap: 11rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .box.signature {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .ci .ci__wrap .box.symbol img {
    max-width: 50%;
  }
}
.ci .txt01 {
  font-size: 1.7rem;
  color: #1d1d1d;
}
@media (max-width: 1000px) {
  .ci .txt01 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ci .txt01 {
    font-size: 1.3rem;
  }
}
.ci .txt01.mb25 {
  margin-bottom: 2.5rem;
}
@media (max-width: 1000px) {
  .ci .txt01.mb25 {
    margin-bottom: 1.5rem;
  }
}
.ci .txt02 {
  font-size: 1.5rem;
  color: #999999;
}
@media (max-width: 1000px) {
  .ci .txt02 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ci .txt02 {
    font-size: 1.1rem;
  }
}

.effect-txt,
.effect-txt02 {
  opacity: 0;
  transition: all 2s;
}
.effect-txt.active,
.effect-txt02.active {
  opacity: 1;
}

/* 

*/
body:has(.vision) .intro--banner {
  display: none;
}

.vision__visual {
  position: relative;
  overflow: hidden;
}
.vision__visual__bg {
  background: url("../images/company/bg-vision.png") no-repeat 50% 50%;
  background-size: cover;
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: inset(120px 120px 60px 120px round 56px);
  z-index: -1;
  transition: clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1000px) {
  .vision__visual__bg {
    clip-path: inset(6rem 4rem 6rem 4rem round 56px);
  }
}
@media (max-width: 768px) {
  .vision__visual__bg {
    clip-path: inset(4rem 1.5rem 4rem 1.5rem round 56px);
  }
}
.vision__visual.is-active .vision__visual__bg {
  clip-path: inset(0 round 0px);
}

.vision__visual__content {
  position: relative;
}

.vision__visual--item {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision__visual--item:first-child {
  padding-top: 10rem;
}
.vision__visual--item .txt p {
  color: #fff;
  text-align: center;
}
.vision__visual--item .txt .nor {
  padding-bottom: 3.5rem;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .vision__visual--item .txt .nor {
    font-size: 1.7rem;
    padding-bottom: 1.5rem;
  }
}
.vision__visual--item .txt .bold {
  font-weight: 700;
  line-height: 1.34;
  font-size: 4.8rem;
}
@media (max-width: 1000px) {
  .vision__visual--item .txt .bold {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .vision__visual--item .txt .bold {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.soil .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-soil.png");
}

.ocean .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-ocean.png");
}

.adminstra .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-adminstra.png");
}

.survey .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-survey.png");
}

.digital .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-digital.png");
}

.rnd .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-rnd.png");
}

.ai .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-ai.png");
}
.oceanrnd .intro--banner_bg .intro--visual {
  background-image: url("../images/business/bg-oceanrnd.png");
}

#videoContainer {
  padding-bottom: 56.25%;
  position: relative;
}
#videoContainer video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.business {
  background-color: #fff;
}
.business__detail {
  border-radius: 2rem;
  width: 46.5rem;
  background-color: #fff;
  background-position: calc(100% + 5.5rem) calc(100% + 5.5rem);
  background-image: url("../images/business/logo.png");
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .business__detail {
    width: 100vw !important;
    max-width: calc(100vw - var(--gap-md) * 2);
  }
}
.business__detail.width-auto {
  width: auto;
}
@media (max-width: 1000px) {
  .business__detail.width-auto {
    width: 100%;
    max-width: calc(100vw - var(--gap-md) * 2);
  }
}
.business__detail._video {
  width: 85rem;
}
@media (max-width: 1000px) {
  .business__detail._video {
    width: 100%;
    max-width: calc(100vw - var(--gap-md) * 2);
  }
}
.business__detail._video header {
  padding: 0;
  border-bottom: 0;
  position: relative;
  z-index: 2;
}
.business__detail header {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding: 4.5rem 0 2rem;
}
@media (max-width: 1000px) {
  .business__detail header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.business__detail header h2 {
  text-align: center;
  font-weight: 500;
  color: #1d1d1d;
  font-size: 3.2rem;
  grid-column: span 2;
}
@media (max-width: 1000px) {
  .business__detail header h2 {
    font-size: 2rem;
  }
}
.business__detail header .modal__close {
  position: absolute;
  right: 3.5rem;
  top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #000;
}
@media (max-width: 1000px) {
  .business__detail header .modal__close {
    width: 3rem;
    height: 3rem;
    top: 2.5rem;
    right: 3rem;
  }
}
.business__detail header .modal__close i {
  font-size: 0;
}
.business__detail:has(._grid-2) {
  width: auto;
}
.business__detail--inner {
  padding: 4rem 4rem 12rem;
}
@media (max-width: 1000px) {
  .business__detail--inner {
    padding: 0 2rem 4.5rem;
    margin-top: 4.5rem;
    overflow-y: auto;
    max-height: calc(100svh - 7.5rem - 1.5rem - 9rem);
  }
}
.business__detail--inner._grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 10rem;
  width: 82rem;
}
@media (max-width: 1000px) {
  .business__detail--inner._grid-2 {
    width: 100%;
    gap: 2rem 5rem;
    max-width: calc(100vw - var(--gap-md) * 2);
  }
}
@media (max-width: 768px) {
  .business__detail--inner._grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0;
  }
}
.business__detail--list > strong {
  display: inline-block;
  font-weight: 700;
  color: #1d1d1d;
  font-size: 1.9rem;
  padding-bottom: 1.5rem;
}
.business__detail--list > strong + ul + strong {
  margin-top: 2.5rem;
}
.business__row + .business__row {
  margin-top: 16rem;
}
@media (max-width: 1000px) {
  .business__row + .business__row {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  .business__row + .business__row {
    margin-top: 6rem;
  }
}
.business__hgroup {
  text-align: center;
}
.business__hgroup--title {
  font-weight: 700;
  font-size: 4rem;
}
.business__hgroup--title small {
  font-weight: 700;
  font-size: 2.4rem;
  color: #0a529d;
}
.business__hgroup--title small._black {
  color: #1d1d1d;
}
.business__hgroup--title span {
  color: #0a529d;
}
@media (max-width: 1000px) {
  .business__hgroup--title {
    font-size: 3rem;
  }
  .business__hgroup--title small {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .business__hgroup--title {
    font-size: 2rem;
  }
  .business__hgroup--title small {
    font-size: 1.7rem;
  }
}
.business__hgroup--desc {
  color: #555;
  line-height: 1.6;
  font-size: 2.1rem;
  padding-top: 3.5rem;
}
.business__hgroup--desc:has(.list__circle) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4rem;
}
@media (max-width: 1000px) {
  .business__hgroup--desc:has(.list__circle) {
    gap: 1.5rem 0;
  }
}
@media (max-width: 1000px) {
  .business__hgroup--desc {
    padding-top: 2.5rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .business__hgroup--desc {
    padding-top: 2rem;
    font-size: clamp(1.2rem, 2.08vw, 1.5rem);
  }
}
.business__hgroup--button {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}
.business__hgroup--button button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  border-radius: 3rem;
  color: #fff;
  gap: 0 1.5rem;
  padding: 0 3.5rem;
  height: 6rem;
  font-size: 1.9rem;
}
@media (max-width: 1000px) {
  .business__hgroup--button {
    padding-top: 3rem;
  }
  .business__hgroup--button button {
    font-size: 1.7rem;
    height: 5rem;
  }
}
@media (max-width: 768px) {
  .business__hgroup--button {
    padding-top: 2rem;
  }
  .business__hgroup--button button {
    font-size: 1.3rem;
    height: 4rem;
  }
}
.business__imgs {
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  background-color: #f3f3f3;
  padding: 4.5rem 5.5rem;
  display: grid;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 10rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1000px) {
  .business__imgs {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .business__imgs {
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem;
    margin-top: 3.5rem;
  }
}
.business__imgs._multi {
  padding: 6rem 7.8rem;
  gap: 4rem;
}
@media (max-width: 1000px) {
  .business__imgs._multi {
    padding: 4rem;
    gap: 2rem;
  }
}
@media (max-width: 1000px) {
  .business__imgs._multi {
    padding: 2rem;
  }
}
.business__imgs.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .business__imgs.column-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.business__imgs.column-3-d {
  grid-template-columns: 27rem repeat(2, 1fr);
  gap: 0 2rem;
  padding: 9.5rem 7.8rem;
}
@media (max-width: 1000px) {
  .business__imgs.column-3-d {
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .business__imgs.column-3-d {
    padding: 2.5rem;
    gap: 2rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.business__imgs .figure {
  position: relative;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.business__imgs .figure._play {
  cursor: pointer;
}
.business__imgs .figure._play::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3) url("../images/solution/play.png") no-repeat 50% 50%;
}
.business__imgs .figure:has(.figure__tit) {
  border-top: 0;
  position: relative;
  padding-top: 5rem;
}
.business__imgs .figure__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0060a8;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5rem;
}
@media (max-width: 1000px) {
  .business__imgs .figure__tit {
    height: 4rem;
  }
}
.business__imgs .figure .gap-0 {
  gap: 0 !important;
}
.business__imgs .figure.grid-full {
  grid-column: 1/-1;
}
.business__imgs .figure__grid {
  border: 0;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-row: 2;
  grid-column: 1/3;
  display: grid;
  gap: 0 4rem;
}
@media (max-width: 1440px) {
  .business__imgs .figure__grid {
    gap: 0 2rem;
  }
}
@media (max-width: 768px) {
  .business__imgs .figure__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column: auto;
    grid-row: auto;
    gap: 2rem 0;
  }
  .business__imgs .figure__grid.figure__mobile-block {
    display: block;
  }
  .business__imgs .figure__grid.figure__mobile-block .caption__long {
    margin-top: 0;
    margin-right: -1px;
  }
}
.business__imgs .figure__grid--item {
  position: relative;
  display: flex;
  overflow: hidden;
}
.business__imgs .figure__grid.row-col-2 {
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (max-width: 768px) {
  .business__imgs .figure__grid.row-col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.business__imgs .figure__grid.row-col-2 .caption {
  width: 82%;
}
.business__imgs .figure__grid.row-col-2::after, .business__imgs .figure__grid.row-col-2::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e7e7e7;
  z-index: 1;
}
@media (max-width: 768px) {
  .business__imgs .figure__grid.row-col-2::after, .business__imgs .figure__grid.row-col-2::before {
    display: none;
  }
}
.business__imgs .figure__grid.row-col-2::after {
  left: 0;
  width: 100%;
  height: 1px;
  top: 50%;
}
.business__imgs .figure__grid.row-col-2::before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.business__imgs .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__imgs .figure.bd_0 {
  border: 0;
}
.business__imgs .figure .caption {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: center;
  font-weight: 700;
  background: linear-gradient(to right, #157bb6, #87b443); /* 수평 그라데이션 */
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  color: #fff;
  padding-left: 6rem;
  font-size: 1.9rem;
  width: 75%;
  max-width: 340px;
  height: 5rem;
}
.business__imgs .figure .caption.big {
  max-width: 40rem;
  width: 100%;
}
@media (max-width: 1000px) {
  .business__imgs .figure .caption {
    height: 4rem;
    font-size: 1.5rem;
    padding-left: 4rem;
    width: 90%;
    max-width: auto;
  }
}
@media (max-width: 768px) {
  .business__imgs .figure .caption {
    height: 3rem;
    font-size: 1.2rem;
  }
}
.business__imgs .figure .caption.small {
  width: 19rem;
  padding-left: 4.7rem;
}
.business__imgs .figure .caption__long {
  text-align: center;
  padding-left: 0;
  background: linear-gradient(to right, #157bb6, #87b443); /* 수평 그라데이션 */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/4;
  grid-row: 2;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .business__imgs .figure .caption__long {
    height: 4rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .business__imgs .figure .caption__long {
    margin-top: -2rem;
    font-size: 1.4rem;
    height: 3.5rem;
  }
}

.survey .business__imgs {
  gap: 4rem;
}
@media (max-width: 1000px) {
  .survey .business__imgs {
    gap: 2rem;
  }
}

.solution__cloud {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4rem;
}
.solution__cloud > .figure:nth-child(1) {
  grid-column: 1/2;
}
.solution__cloud > .figure:nth-child(2) {
  grid-column: span 2;
  gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.solution__recon .figure__asymmetry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/-1;
  gap: 0;
}
.solution__recon .figure__asymmetry .figure__grid--item:nth-child(1) {
  grid-column: 1/8;
}
.solution__recon .figure__asymmetry .figure__grid--item:nth-child(2) {
  grid-column: 8/13;
}
.solution__citygml .figure:nth-child(1) {
  order: 1;
}
.solution__citygml .figure:nth-child(2) {
  order: 3;
}
.solution__citygml .figure:nth-child(3) {
  order: 2;
  position: relative;
  z-index: 2;
}
.solution__citygml .figure:nth-child(3) .cml__arw {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 20.4rem;
  height: 12rem;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/solution/citycml.png);
}
.solution__citygml .figure:nth-child(4) {
  order: 4;
}
@media (max-width: 768px) {
  .solution__citygml .figure:nth-child(1) {
    order: 1;
  }
  .solution__citygml .figure:nth-child(2) {
    order: 2;
  }
  .solution__citygml .figure:nth-child(3) {
    order: 3;
  }
}

.container:has(.solution__citygml--download){
	margin-top:30px;
}

.solution__citygml--download {
  grid-column: 1/-1;
  border: 1px solid #0a529d;
  border-radius:10px;
  background-color: #fff;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 5;
}
.solution__citygml--download div:first-child {
  color: #0a529d;
  font-size: 1.7rem;
}
.solution__citygml--download button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a529d;
  color: #fff;
  padding: 0 3.5rem;
  height: 5rem;
  font-size: 1.9rem;
  gap: 0 0.5rem;
}
@media (max-width: 1000px) {
  .solution__citygml--download {
    padding: 2rem;
    flex-wrap: wrap;
  }
  .solution__citygml--download div:first-child {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
  }
  .solution__citygml--download button {
    margin-top: 1rem;
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
  }
}

.figure__column4{
	grid-template-columns: repeat(4, minmax(0,1fr));
}
@media (max-width: 768px){
	.moilbe\:figure__column2{grid-template-columns: repeat(2, minmax(0,1fr));}
}

.ai .figure__column3,
.solution .figure__column3 {
  display: grid;
  gap: 0;
  grid-column: 1/-1;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .ai .figure__column3,
  .solution .figure__column3 {
    grid-template-columns: repeat(1, 1fr);
    display: block;
  }
  .ai .figure__column3 .figure__grid--item + .figure__grid--item ,
  .solution .figure__column3 .figure__grid--item + .figure__grid--item {
    margin-top: 1.5rem;
  }
  .ai .figure__column3 .figure__column3 .caption__long,
  .solution .figure__column3 .caption__long {
    margin-top: 0;
  }
}
.ai .figure__long,
.solution .figure__long {
  border: 0;
  display: flex;
  grid-column: 1/-1;
  gap: 0 4rem;
}
@media (max-width: 768px) {
  .ai .figure__long,
  .solution .figure__long {
    display: block;
  }
}
.ai .figure__long > div:nth-child(1),
.solution .figure__long > div:nth-child(1) {
  width: 52%;
}
.ai .figure__long > div:nth-child(2),
.solution .figure__long > div:nth-child(2) {
  display: grid;
  width: 45.5%;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
	.ai .figure__long > div,
  .solution .figure__long > div {
    display: block;
  }
  .ai .figure__long > div:nth-child(1),
  .solution .figure__long > div:nth-child(1) {
    width: 100%;
  }
  .ai .figure__long > div:nth-child(2),
  .solution .figure__long > div:nth-child(2) {
    display: block;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ai .figure__long .caption__long,
.solution .figure__long .caption__long {
  grid-column: 1/-1;
}
@media (max-width: 768px) {
  .ai .figure__long .caption__long,
  .solution .figure__long .caption__long {
    margin-top: 0;
  }
}

[data-modal-type=video] {
  cursor: pointer;
}

.solution .intro--banner_bg {
  background-image: url("../images/solution/bg-solution.png");
  height: 70rem;
}

.solution__visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 16rem;
}
.solution__visual__bg {
  background: url("../images/solution/bg-solution.png") no-repeat 50% 50%;
  background-size: cover;
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: inset(120px 120px 60px 120px round 56px);
  z-index: -1;
  transition: clip-path 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1000px) {
  .solution__visual__bg {
    clip-path: inset(6rem 4rem 6rem 4rem round 56px);
  }
}
@media (max-width: 768px) {
  .solution__visual__bg {
    clip-path: inset(4rem 1.5rem 4rem 1.5rem round 56px);
  }
}
.solution__visual.is-active .solution__visual__bg {
  clip-path: inset(0 round 0px);
}

.solution__visual__content {
  position: relative;
}

.solution__visual--item {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution__visual--item:first-child {
  padding-top: 10rem;
}
.solution__visual--item .txt p {
  color: #fff;
  text-align: left;
}
.solution__visual--item .txt .nor {
  padding-bottom: 3.5rem;
  font-size: 2.4rem;
  text-align: left;
}
@media (max-width: 1000px) {
  .solution__visual--item .txt .nor {
    font-size: 1.7rem;
    padding-bottom: 1.5rem;
  }
}
.solution__visual--item .txt .bold {
  font-weight: 700;
  line-height: 1.34;
  font-size: 4.8rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 1000px) {
  .solution__visual--item .txt .bold {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .solution__visual--item .txt .bold {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}

.multi_img {
  display: none;
}

@media (max-width: 1000px) {
  .multi_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 5rem;
  }
  .multi_img div {
    opacity: 0;
    transition: all 1s;
    transform: translateY(25%) scale(0.875);
  }
  .multi_img div.active {
    opacity: 1;
    transform: translateY(0%) scale(1);
  }
  .multi_img div + div {
    margin-top: 2.5rem;
  }
  .one_img {
    display: none;
  }
}
body:has(.solution) .intro--banner {
  display: none;
}
@media (max-width: 1000px) {
  body:has(.solution) .breadcrumb--sub_list button::after {
    display: none;
  }
  body:has(.solution) .breadcrumb--sub_list ul {
    display: none;
  }
}

.bar {
  height: 0.3rem;
  background-color: #127ab7;
}

.md-show {
  display: none;
}

@media (max-width: 768px) {
  .md-show {
    display: block;
  }
  .md-hide {
    display: none;
  }
}
.esg .intro--banner_bg .intro--visual {
  background-image: url("../images/esg/bg-esg.png");
}

.envir .intro--banner_bg .intro--visual {
  background-image: url("../images/esg/bg-envir.png");
}

.human .intro--banner_bg .intro--visual {
  background-image: url("../images/esg/bg-human.png");
}

.health .intro--banner_bg .intro--visual {
  background-image: url("../images/esg/bg-health.png");
}

.ethics .intro--banner_bg .intro--visual {
  background-image: url("../images/esg/bg-ethics.png");
}

.community .intro--banner_bg .intro--visual {
  background-image: url("../images/esg/bg-community.png");
}

.esg__slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2rem;
  overflow: hidden;
  padding: 8rem 0;
  background: linear-gradient(to right, #358c9e 0%, #358c9e, #6ba76e 100%);
}
.esg__slogan p {
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  font-size: 4rem;
}
@media (max-width: 1440px) {
  .esg__slogan {
    border-radius: 0rem;
  }
  .esg__slogan p {
    font-size: clamp(2rem, 2.08vw, 4rem);
  }
}
@media (max-width: 1000px) {
  .esg__slogan {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .esg__slogan {
    padding: 4rem 0;
  }
  .esg__slogan p {
    font-size: clamp(1.3rem, 2.08vw, 2rem);
  }
}
.esg__important {
  padding: 16rem 0;
}
@media (max-width: 1000px) {
  .esg__important {
    padding: 12rem 0;
  }
}
@media (max-width: 768px) {
  .esg__important {
    padding: 8rem 0;
  }
}
.esg__important--group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.esg__important--group:nth-child(2) {
  flex-direction: row-reverse;
  margin: 14rem 0;
}
@media (max-width: 1000px) {
  .esg__important--group {
    flex-wrap: wrap;
  }
  .esg__important--group:nth-child(2) {
    margin: 10rem 0;
  }
}
@media (max-width: 768px) {
  .esg__important--group:nth-child(2) {
    margin: 7rem 0;
  }
}
.esg__important .desc {
  width: 32%;
  padding-left: 8rem;
}
@media (max-width: 1000px) {
  .esg__important .desc {
    width: 100%;
    padding-left: 4rem;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .esg__important .desc {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .esg__important .desc {
    padding-left: 1rem;
    justify-content: space-between;
  }
}
.esg__important .desc .txt {
  color: #666666;
  line-height: 1.6;
  font-size: 2.1rem;
}
@media (max-width: 1000px) {
  .esg__important .desc .txt {
    padding: 0 0 0 2rem;
    font-size: clamp(1.4rem, 2.09vw, 1.9rem);
  }
}
@media (max-width: 576px) {
  .esg__important .desc .txt {
    padding: 0;
  }
}
.esg__important .hgroup {
  position: relative;
  padding: 4rem 0 3rem;
}
.esg__important .hgroup span {
  position: absolute;
  font-weight: 900;
  color: #f3f3f3;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  line-height: 0.75;
  font-size: 24rem;
  z-index: 1;
}
@media (max-width: 1000px) {
  .esg__important .hgroup span {
    font-size: clamp(15rem, 24vw, 20rem);
    top: 50%;
    transform: translateY(-50%);
  }
}
.esg__important .hgroup p {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.esg__important .hgroup .large {
  color: #127ab7;
  font-weight: 900;
  font-size: 5rem;
}
@media (max-width: 1000px) {
  .esg__important .hgroup .large {
    font-size: clamp(2rem, 5vw, 5rem);
  }
}
.esg__important .hgroup .eng {
  font-weight: 900;
  color: #127ab7;
  font-size: 1.9rem;
  padding: 1.5rem 0 0.3rem 0;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .esg__important .hgroup .eng {
    font-size: clamp(1.2rem, 2vw, 1.9rem);
  }
}
.esg__important .hgroup .kr {
  color: #000000;
  font-weight: 700;
  font-size: 1.9rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .esg__important .hgroup .kr {
    font-size: clamp(1.2rem, 2vw, 1.9rem);
  }
}
.esg__important .banners {
  width: 68%;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.esg__important .banners img {
  width: 100%;
  opacity: 0;
}
.esg__important .banners::after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #107ab7;
}
.esg__important .banners.active img {
  opacity: 1;
  transition: opacity 0.4s ease-in 0.6s;
}
.esg__important .banners.active::after {
  left: 100%;
  transition: left 1s cubic-bezier(0.71, -0.03, 0.14, 0.99);
}
@media (max-width: 1000px) {
  .esg__important .banners {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.esg__sign {
  border-radius: 1rem;
  overflow: hidden;
  padding: 13rem 0;
  background: url("../images/esg/esg-sign.png") no-repeat 50% 50%;
  background-size: cover;
}
.esg__sign .esg__sign--txt {
  filter: blur(1rem);
  transition: all 1s ease-in-out;
}
.esg__sign.active .esg__sign--txt {
  filter: blur(0rem);
}
.esg__sign--txt {
  text-align: center;
}
.esg__sign--txt span {
  color: #c6c6c6;
  font-size: 2.1rem;
}
.esg__sign--txt strong {
  color: #fff;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .esg__sign {
    padding: 5rem 0;
  }
  .esg__sign--text span {
    font-size: 1.4rem;
  }
  .esg__sign--text strong {
    font-size: 1.8rem;
  }
}

[data-current=esg] .scroll__wrap {
  position: relative;
}

.scroll__background > .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .scroll__background > .container {
    display: block;
  }
}
.scroll__background .text__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: 23rem;
}
@media (max-width: 768px) {
  .scroll__background .text__pin {
    padding-top: 12rem;
    padding-bottom: 12rem;
    height: auto;
  }
}
.scroll__background .text__pin--title {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  font-size: 4.8rem;
}
.scroll__background .text__pin--shabby {
  color: #fff;
  line-height: 1.7;
  font-size: 2.1rem;
  margin: 5rem 0;
}
.scroll__background .text__pin--sign {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  margin-top: 4rem;
}
.scroll__background .text__pin--sign .txt {
  color: #fff;
}
.scroll__background .text__pin--sign .txt p:nth-child(1) {
  font-size: 2.1rem;
}
.scroll__background .text__pin--sign .txt p:nth-child(2) {
  font-size: 2.5rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .scroll__background .text__pin--title {
    font-size: 2.4rem;
  }
  .scroll__background .text__pin--shabby {
    font-size: 1.4rem;
    margin: 2.5rem 0;
  }
  .scroll__background .text__pin--sign {
    margin-top: 2rem;
    font-size: 1em;
  }
}

.cards__wrap {
  position: relative;
  padding-top: 18rem;
}
@media (max-width: 768px) {
  .cards__wrap {
    padding-top: 5rem;
  }
}

.cards__figure {
  position: absolute;
  overflow: hidden;
  width: 37.3rem;
  height: 46.7rem;
  background-color: #fff;
  background-image: url("../images/esg/bg-card.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  border-radius: 2rem;
  padding: 4rem 3.2rem;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cards__figure--title {
  font-size: 1.7rem;
}
.cards__figure--desc {
  line-height: 1.7;
  color: #666;
  font-size: 1.9rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cards__figure {
    position: relative;
    margin: 0 auto;
    right: inherit !important;
    left: 0 !important;
    top: 0 !important;
    width: 900%;
    max-width: 32rem;
    padding: 2rem;
  }
  .cards__figure--title {
    font-size: 1.7rem;
  }
  .cards__figure--desc {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.cards__figure--01 {
  right: 50rem;
  top: 34rem;
}

.cards__figure--02 {
  right: 4rem;
  top: 53rem;
}

.cards__figure--03 {
  right: 50rem;
  top: 93rem;
}

.cards__figure--04 {
  right: 4rem;
  top: 118rem;
}

.cards__figure--05 {
  right: 50rem;
  top: 143rem;
}

.cards__figure--06 {
  right: 4rem;
  top: 168rem;
}

.cards__figure--07 {
  right: 50rem;
  top: 193rem;
}

.cards__figure--08 {
  right: 4rem;
  top: 218rem;
}

.cards__figure--09 {
  right: 50rem;
  top: 243rem;
}

.cards__figure--10 {
  right: 4rem;
  top: 268rem;
}

.progress__bar {
  height: 2px;
  width: 33rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.progress__bar--gage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 10%;
}

.envir {
  padding-bottom: 0;
}
.envir .scroll__background {
  background: linear-gradient(to bottom, #7eb376 0%, #74af79, #6aaa7c 100%);
}
.envir .cards__figure--title {
  color: #88b53f;
}

.human {
  padding-bottom: 0;
}
.human__wrap {
  position: relative;
}
.human .scroll__background {
  background: linear-gradient(to top, #2d8c9e 0%, #2688a3, #1d84a8 100%);
}
.human .cards__figure--title {
  color: #007ab4;
}

.health {
  padding-bottom: 0;
}
.health__wrap {
  position: relative;
}
.health .scroll__background {
  background: linear-gradient(to top, #7c8185 0%, #6c737a, #646c75 100%);
}
.health .cards__figure--title {
  color: #000001;
}

.ethics {
  padding-bottom: 0;
}
.ethics__wrap {
  position: relative;
}
.ethics .scroll__background {
  background: linear-gradient(to top, #4275ad 0%, #386eaa, #2f67a7 100%);
}
.ethics .cards__figure--title {
  color: #0a529d;
}

.community__wrap {
  position: relative;
}
.community__title {
  text-align: center;
  padding-bottom: 5rem;
}
.community__title h3 {
  font-weight: 700;
  line-height: 1;
  font-size: 4rem;
}
.community__title p {
  color: #555555;
  font-size: 2.1rem;
  margin-top: 3rem;
}
.community__title p b {
  font-weight: 400;
  color: #007ab4;
}
@media (max-width: 1000px) {
  .community__title {
    padding-bottom: 4rem;
  }
  .community__title h3 {
    font-size: 3rem;
  }
  .community__title p {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .community__title {
    padding-bottom: 3rem;
  }
  .community__title h3 {
    font-size: 2rem;
  }
  .community__title p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.community__row {
  padding: 7.55rem 0;
  border-top: 1px solid #c6c6c6;
}
.community__row .wrap.flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0 13%;
}
@media (max-width: 1000px) {
  .community__row .wrap.flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 1000px) {
  .community__row .wrap .community__frm--col:nth-child(2) {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #c6c6c6;
  }
}
@media (max-width: 1000px) {
  .community__row {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .community__row {
    padding: 4rem 0;
  }
}
.community__frm--title {
  padding-bottom: 3.5rem;
}
.community__frm--title span {
  display: inline-block;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 2.5rem;
}
.community__frm--title span.required {
  position: relative;
}
.community__frm--title span.required::after {
  content: "*";
  display: inline-block;
  font-weight: 400;
  color: #007ab4;
  font-size: 0.76em;
  margin-left: 0.3rem;
}
.community__frm--title p {
  color: #717171;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 3.5rem;
}
@media (max-width: 1000px) {
  .community__frm--title {
    padding-bottom: 2rem;
  }
  .community__frm--title span {
    font-size: 2rem;
  }
  .community__frm--title p {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
.community__frm--type {
  display: flex;
  gap: 0 4rem;
}
@media (max-width: 1440px) {
  .community__frm--type {
    gap: 0 2.5vw;
  }
}
@media (max-width: 768px) {
  .community__frm--type {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .community__frm--type {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.community__frm--label {
  margin-bottom: 1rem;
}
.community__frm--label label {
  display: inline-block;
  color: #2d2d2d;
  font-size: 1.9rem;
}
.community__frm--label label.required {
  position: relative;
}
.community__frm--label label.required::after {
  content: "*";
  display: inline-block;
  color: #007ab4;
  font-size: 1em;
  margin-left: 0.3rem;
}
@media (max-width: 1000px) {
  .community__frm--label label {
    font-size: 1.5rem;
  }
}
.community__frm--desc {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #717171;
}
.community__frm--input {
  display: flex;
  gap: 0 2rem;
}
.community__frm--group + .community__frm--group {
  margin-top: 3.5rem;
}
.community__frm--group .form-textarea {
  height: 29rem;
}
.community__end {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5rem;
}
.community__end button {
  color: #fff;
  font-size: 1.9rem;
  height: 6rem;
  width: 12rem;
  border-radius: 1rem;
  transition: all 0.25s;
}
.community__end button:nth-child(1) {
  background-color: #0a529d;
  border: 1px solid #0a529d;
}
.community__end button:nth-child(1):hover, .community__end button:nth-child(1):focus {
  background-color: #0660a5;
}
@media (max-width: 1000px) {
  .community__end button {
    height: 4rem;
    font-size: 1.4rem;
  }
}

/*
    별도
*/
#drop-area {
  border: 1px dashed #8e8e8e;
  background-color: #f0f0f0;
  padding: 6rem 0;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  #drop-area {
    padding: 4rem 0;
  }
}
#drop-area .wrap {
  text-align: center;
}
#drop-area .wrap p {
  color: #2d2d2d;
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
#drop-area .wrap .button {
  color: #fff;
  background-color: #000;
  border-radius: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0 0.7rem;
  font-size: 1.9rem;
  height: 6rem;
  padding: 0 3.5rem;
  cursor: pointer;
}
#drop-area .wrap .button i {
  display: inline-block;
  width: 13px;
  height: 14px;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/esg/icon-filedrop.png);
}
@media (max-width: 1000px) {
  #drop-area .wrap p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #drop-area .wrap .button {
    font-size: 1.5rem;
    height: 5rem;
    padding: 0 2.5rem;
  }
}
@media (max-width: 768px) {
  #drop-area .wrap .button {
    height: 4.5rem;
    font-size: 1.4rem;
  }
}

#file-list {
  margin-top: 3rem;
}

.files__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 3rem;
  border-radius: 1rem;
  border: 1px solid #c6c6c6;
}
.files__item + * {
  margin-top: 1rem;
}
.files__info {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.files__del {
  color: #555555;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  gap: 0 0.9rem;
}
@media (max-width: 1000px) {
  .files__item {
    padding: 1.2rem 1.5rem;
  }
  .files__info {
    font-size: 1.4rem;
  }
  .files__del {
    font-size: 1.4rem;
    gap: 0 0.5rem;
  }
}

.fn_files_total {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}
.fn_files_total span {
  font-size: 1.9rem;
  color: #2d2d2d;
}
.fn_files_total .count {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
}
.fn_files_total .count .state-count {
  color: #0a529d;
  font-weight: 700;
}
.fn_files_total .btn_files_del {
  color: #555555;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  gap: 0 0.9rem;
}
@media (max-width: 1000px) {
  .fn_files_total span {
    font-size: 1.5rem;
  }
  .fn_files_total .count {
    font-size: 1.4rem;
  }
  .fn_files_total .btn_files_del {
    font-size: 1.4rem;
    gap: 0 0.5rem;
  }
}

.areement__content {
  border: 1px solid #c6c6c6;
  border-radius: 1rem;
  padding: 2rem;
}
.areement__content ._first {
  line-height: 1.6;
  color: #555555;
  font-size: 1.9rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 1000px) {
  .areement__content ._first {
    font-size: 1.4rem;
  }
}
.areement__content ol li strong {
  color: #2d2d2d;
  font-size: 1.7rem;
}
@media (max-width: 1000px) {
  .areement__content ol li strong {
    font-size: 1.3rem;
  }
}
.areement__content ol li p {
  color: #555555;
  font-size: 1.7rem;
  margin-top: 1.5rem;
}
@media (max-width: 1000px) {
  .areement__content ol li p {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.areement__content ol li + li {
  margin-top: 1.5rem;
}
@media (max-width: 1000px) {
  .areement__content ol li + li {
    margin-top: 1rem;
  }
}
.areement__input {
  border-radius: 1rem;
  background-color: #e5f1f7;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  margin-top: 2.5rem;
}
@media (max-width: 1000px) {
  .areement__input {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  body:has(.press) .intro--banner_bg {
    height: auto;
  }
}
@media (max-width: 768px) {
  body:has(.press) .intro--banner_bg .intro--visual {
    height: auto;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}

.press ._board {
  overflow: hidden;
  border-radius: 2rem;
}
.press ._board .intro--visual {
  z-index: 4;
}
.press ._board .press__latest {
  padding: 8rem 10rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}
@media (max-width: 1440px) {
  .press ._board .press__latest {
    padding: 8rem 5.2vw;
  }
}
@media (max-width: 1000px) {
  .press ._board .press__latest {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .press ._board .press__latest {
    flex-direction: column;
    padding: 0;
  }
}
.press ._board .press__latest .thumb {
  width: 50%;
}
.press ._board .press__latest .thumb a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 55.25%;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .press ._board .press__latest .thumb a {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .press ._board .press__latest .thumb a::after {
    content: "";
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.9) 6.25%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.1));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.press ._board .press__latest .thumb a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .press ._board .press__latest .thumb {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .press ._board .press__latest .thumb {
    width: 100%;
  }
}
.press ._board .press__latest .info {
  width: 50%;
  padding-left: 5.5rem;
}
@media (max-width: 1440px) {
  .press ._board .press__latest .info {
    width: 60%;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .press ._board .press__latest .info {
    width: 100%;
    width: 100%;
    padding: 2rem;
    background: #000;
  }
}
.press ._board .press__latest .info .subject a {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 4rem;
}
@media (max-width: 1440px) {
  .press ._board .press__latest .info .subject a {
    font-size: clamp(2rem, 2.083vw, 4rem);
  }
}
.press ._board .press__latest .info .desc {
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 2rem 0;
}
.press ._board .press__latest .info .desc a {
  color: #fff;
}
@media (max-width: 1440px) {
  .press ._board .press__latest .info .desc {
    font-size: 1.214vw;
  }
}
@media (max-width: 1000px) {
  .press ._board .press__latest .info .desc {
    font-size: 1.4rem;
  }
}
.press ._board .press__latest .info .date {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .press ._board .press__latest .info .date {
    font-size: 1.2rem;
  }
}
.press ._board .press__latest .info .link a {
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
  color: #0a529d;
  font-size: 1.9rem;
  gap: 0 1.4rem;
  padding: 2rem 4rem;
  border-radius: 3rem;
  margin-top: 2.5rem;
}
@media (max-width: 1440px) {
  .press ._board .press__latest .info .link a {
    font-size: clamp(1.5rem, 1.357vw, 1.9rem);
  }
}
@media (max-width: 1000px) {
  .press ._board .press__latest .info .link a {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}
.press ._board .press__latest .info .link a i {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  height: 1.4rem;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/board/icon-links.png);
}
.press ._board::after {
  display: block;
  z-index: 3;
  background-color: #0a529d !important;
  opacity: 0.7 !important;
}
.press ._board .back--img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 100%;
  left: 0;
  top: -50%;
}
.press ._board .back--img img {
  width: 100%;
  filter: blur(1.2rem);
}

.board--paging {
  padding-top: 16rem;
}
@media (max-width: 1440px) {
  .board--paging {
    padding-top: 12rem;
  }
}
@media (max-width: 1000px) {
  .board--paging {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .board--paging {
    padding-top: 7rem;
  }
}
.board--search {
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  margin-bottom: 6rem;
}
@media (max-width: 1000px) {
  .board--search {
    margin-bottom: 4rem;
  }
}
.board--search form {
  width: 100%;
}
.board--search__wrap {
  width: 68rem;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.board--search__wrap label {
  font-size: 1.9rem;
  color: #2d2d2d;
  width: 7rem;
}
.board--search__wrap input[type=text] {
  display: block;
  border-radius: 0.5rem;
  border: 1px solid #8e8e8e;
  width: calc(100% - 7rem);
  height: 6rem;
  padding-left: 2rem;
  padding-right: 6rem;
}
.board--search__wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board--search__wrap button i {
  width: 2.6rem;
  height: 2.6rem;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/board/icon-search.png);
}
@media (max-width: 1000px) {
  .board--search__wrap {
    width: min(100%, 80vw);
  }
  .board--search__wrap label {
    font-size: 1.3rem;
    width: 5rem;
  }
  .board--search__wrap input[type=text] {
    width: calc(100% - 5rem);
    height: 4.2rem;
    font-size: 1.4rem;
    padding-right: 4rem;
  }
  .board--search__wrap button {
    width: 4rem;
  }
  .board--search__wrap button i {
    width: 2rem;
    height: 2rem;
    background-size: 100% auto;
  }
}
.board--total {
  font-weight: 700;
  color: #2d2d2d;
  font-size: 2.1rem;
  margin-bottom: 2.5rem;
}
.board--total b {
  color: #0a529d;
}
@media (max-width: 1440px) {
  .board--total {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .board--total {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .board--total {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.board--gall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
}
@media (max-width: 1440px) {
  .board--gall {
    gap: 4rem 2.5rem;
  }
}
@media (max-width: 1000px) {
  .board--gall {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media (max-width: 576px) {
  .board--gall {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.board--gall__item > a {
  display: block;
}

.video-open .board--gall__thumb{position:relative;} 
.video-open .board--gall__thumb::after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:rgba(0,0,0,.5) url(../images/board/icon-play.png) no-repeat 50% 50%;
    background-size: 100px 100px;
}

.board--gall__item > a:hover img, .board--gall__item > a:focus img {
  transform: translate(-50%, -50%) scale(1.125);
}
.board--gall__thumb {
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/board/noimage.png);
}
.board--gall__thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  display: block;
  transition: all 5s;
  width: 100%;
  height: 100%;
}
.board--gall__info {
  padding-top: 2.7rem;
}
@media (max-width: 1000px) {
  .board--gall__info {
    padding-top: 2rem;
  }
}
.board--gall__title {
  font-weight: 700;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 7.8rem;
  font-size: 2.5rem;
}
@media (max-width: 1440px) {
  .board--gall__title {
    font-size: 2rem;
    height: 6rem;
  }
}
@media (max-width: 1000px) {
  .board--gall__title {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    height: auto;
    -webkit-line-clamp: 1;
    margin-bottom: 1rem;
  }
}
.board--gall__desc {
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 5.7rem;
  font-size: 1.9rem;
  margin-top: 2rem;
}
@media (max-width: 1440px) {
  .board--gall__desc {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 1000px) {
  .board--gall__desc {
    font-size: 1.3rem;
    margin-top: 1.2rem;
    height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .board--gall__desc {
    font-size: 1.2rem;
    margin-top: 0;
    height: 3.3rem;
  }
}
.board--gall__date {
  margin-top: 1.5rem;
  color: #555555;
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  .board--gall__date {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
@media (max-width: 1000px) {
  .board--gall__date {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.board--tabs {
  margin-bottom: 6rem;
}
@media (max-width: 1440px) {
  .board--tabs {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1000px) {
  .board--tabs {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .board--tabs {
    margin-bottom: 3rem;
  }
}

.board--view__top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 30rem;
  padding: 6.5rem 0 6rem;
  text-align: center;
  border-bottom: 2px solid #000;
}
@media (max-width: 1440px) {
  .board--view__top {
    height: 25rem;
    padding: 5rem 0 4rem;
  }
}
@media (max-width: 1000px) {
  .board--view__top {
    border-bottom-width: 1px;
    height: 20rem;
    padding: 4rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .board--view__top {
    height: 14rem;
    padding: 3rem 0 2.5rem;
  }
}
.board--view__title {
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .board--view__title {
    font-size: clamp(1.7rem, 3.33vw, 4rem);
  }
}
.board--view__date {
  color: #717171;
  font-size: 1.7rem;
}
@media (max-width: 1440px) {
  .board--view__date {
    font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  }
}
.board--view__content {
  color: #555555;
  line-height: 1.7;
  padding: 10rem 0;
}
.board--view__content p {
  font-size: 1.9rem;
}
@media (max-width: 1440px) {
  .board--view__content p {
    font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  }
}
@media (max-width: 1000px) {
  .board--view__content p {
    font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  }
}
@media (max-width: 1440px) {
  .board--view__content {
    padding: 8rem 0;
  }
}
@media (max-width: 1000px) {
  .board--view__content {
    padding: 7rem 0;
  }
}
@media (max-width: 768px) {
  .board--view__content {
    padding: 5rem 0;
  }
}
.board--view__files {
  border: 1px solid #c6c6c6;
  border-radius: 0.5rem;
  padding: 2rem 3rem;
}
.board--view__files__list + * {
  margin-top: 0.5rem;
}
.board--view__files__list a {
  display: inline-flex;
  align-items: center;
  gap: 0 0.5rem;
  max-width: 100%;
}
.board--view__files__list a span {
  color: #555;
}
@media (max-width: 1440px) {
  .board--view__files {
    padding: 1.5rem 2rem;
  }
  .board--view__files a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1000px) {
  .board--view__files {
    padding: 1.2rem 1.5rem;
  }
  .board--view__files a {
    font-size: 1.2rem;
  }
}
.board--view__navigation {
  margin-top: 10rem;
}
@media (max-width: 1440px) {
  .board--view__navigation {
    margin-top: 8rem;
  }
}
@media (max-width: 1000px) {
  .board--view__navigation {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .board--view__navigation {
    margin-top: 5rem;
  }
}
.board--view__navigation .item {
  display: block;
  border-top: 1px solid #ddd;
}
.board--view__navigation .item:last-child {
  border-bottom: 1px solid #ddd;
}
.board--view__navigation .item a {
  display: grid;
  align-items: center;
  grid-template-columns: 20rem auto 20rem;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  padding: 4rem 0;
}
@media (max-width: 1440px) {
  .board--view__navigation .item a {
    padding: 3rem 0;
    grid-template-columns: 15rem auto 15rem;
  }
}
@media (max-width: 1000px) {
  .board--view__navigation .item a {
    grid-template-columns: 10rem auto 10rem;
  }
}
@media (max-width: 768px) {
  .board--view__navigation .item a {
    grid-template-columns: 5rem auto 7rem;
  }
}
.board--view__navigation .item a .cate {
  text-align: center;
  color: #555555;
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  .board--view__navigation .item a .cate {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .board--view__navigation .item a .cate {
    font-size: 1.2rem;
  }
}
.board--view__navigation .item a .subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2d2d2d;
  font-size: 2.5rem;
}
@media (max-width: 1440px) {
  .board--view__navigation .item a .subject {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  .board--view__navigation .item a .subject {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .board--view__navigation .item a .subject {
    font-size: 1.4rem;
  }
}
.board--view__navigation .item a .date {
  text-align: center;
  color: #555555;
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  .board--view__navigation .item a .date {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .board--view__navigation .item a .date {
    font-size: 1.2rem;
  }
}
.board--view__back {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .board--view__back {
    padding-top: 5rem;
  }
}
@media (max-width: 1000px) {
  .board--view__back {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .board--view__back {
    padding-top: 3rem;
  }
}
.board--view__back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.5rem;
  height: 6rem;
  border-radius: 0.5rem;
  font-size: 1.9rem;
  transition: all 0.25s ease-in;
  background-color: #0a529d;
  color: #fff;
  border: 1px solid #555555;
  color: #555555;
  background-color: #fff;
}
.board--view__back a:hover, .board--view__back a:focus {
  background-color: #0a529d;
  color: #fff;
}
@media (max-width: 1440px) {
  .board--view__back a {
    height: 5rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 1000px) {
  .board--view__back a {
    height: 4.5rem;
    font-size: 1.5rem;
    max-width: calc(100% - 10vw);
  }
}
@media (max-width: 768px) {
  .board--view__back a {
    font-size: 1.3rem;
  }
}
.board--view:not(.board--view:has(.board--view__files)) .board--view__navigation {
  margin-top: 0;
}

.promotion__visual--player {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  overflow: hidden;
  border-radius: 2rem;
}
.promotion__visual--player.play::after {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1440px) {
  .promotion__visual--player {
    padding-bottom: 56.25%;
    border-radius: 0;
  }
}
.promotion__visual--player .thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.promotion__visual--player .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion__visual--player-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
  height: 25rem;
  z-index: 3;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/board/icon-play.png);
}
@media (max-width: 1000px) {
  .promotion__visual--player-button {
    width: 12.5rem;
    height: 12.5rem;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .promotion__visual--player-button {
    width: 6rem;
    height: 6rem;
  }
}
.promotion__visual--player::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 6.25%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.1) 100%);
}
.promotion__visual--player .desc {
  position: absolute;
  z-index: 3;
  bottom: 6.25%;
  left: 0;
  right: 0;
  text-align: center;
}
.promotion__visual--player .desc .titles {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
.promotion__visual--player .desc .date {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .promotion__visual--player .desc .titles {
    font-size: 2.2rem;
  }
  .promotion__visual--player .desc .date {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.promotion__visual--player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.promotion .intro--banner_bg .intro--visual {
  height: auto;
  transform: translateX(0);
  position: static;
}
.promotion .intro--banner_bg {
  z-index: 3;
}
.promotion .intro--banner_bg {
  height: auto;
}

.recruit:not(:has(#fn)) .intro--banner {
  display: none;
}

.recruit .intro--banner_bg .intro--visual {
  background-image: url("../images/recruit/bg-recruit.png");
}
.recruit--gall {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .recruit--gall {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .recruit--gall {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.recruit--gall__inner {
  position: relative;
  padding: 3.2rem;
  border: 1px solid #c6c6c6;
  border-radius: 2rem;
  height: 24.7rem;
  max-height: 24.7rem;
}
@media (max-width: 1000px) {
  .recruit--gall__inner {
    padding: 2.4rem;
    height: 18.7rem;
  }
}
@media (max-width: 768px) {
  .recruit--gall__inner {
    padding: 1.6rem;
    height: 13.7rem;
  }
}
.recruit--gall__progress span {
  display: inline-block;
  padding: 0.9rem 2.3rem;
  min-width: 8.7rem;
  color: #717171;
  text-align: center;
  background: #f1f1f1;
  border-radius: 0.4rem;
  font-size: 1.5rem;
}
@media (max-width: 1000px) {
  .recruit--gall__progress span {
    padding: 0.65rem 1.7rem;
    font-size: 1.2rem;
    min-width: 7.5rem;
  }
}
@media (max-width: 768px) {
  .recruit--gall__progress span {
    padding: 0.4rem 1.1rem;
    font-size: 0.9rem;
    min-width: 4.5rem;
  }
}
.recruit--gall__progress span.ing {
  color: #007ab4;
  background: #cce4f0;
}
.recruit--gall__ti {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 2.5rem;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1000px) {
  .recruit--gall__ti {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .recruit--gall__ti {
    margin-top: 1.2rem;
    font-size: 1.25rem;
    width: 95%;
  }
}
.recruit--gall__data {
  position: absolute;
  left: 3.2rem;
  right: 3.2rem;
  border-top: 1px solid #e4e4e4;
  bottom: 3.2rem;
  color: #555555;
  padding-top: 2rem;
}
@media (max-width: 1000px) {
  .recruit--gall__data {
    font-size: 1.2rem;
    left: 2.4rem;
    right: 2.4rem;
    bottom: 2.4rem;
    padding-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .recruit--gall__data {
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    font-size: 1rem;
    padding-top: 1rem;
  }
}

.recruit__wrap .recruit--view__top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 18rem;
  padding: 0 0 7.5rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .recruit__wrap .recruit--view__top {
    height: 13.5rem;
    padding: 0 0 5rem;
  }
}
@media (max-width: 768px) {
  .recruit__wrap .recruit--view__top {
    height: 9rem;
    padding: 0 0 3.5rem;
  }
}
.recruit__wrap .recruit--view__title {
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  font-size: 4.8rem;
}
@media (max-width: 1000px) {
  .recruit__wrap .recruit--view__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .recruit__wrap .recruit--view__title {
    font-size: 2.4rem;
  }
}
.recruit__wrap .recruit--view__date {
  color: #717171;
  font-size: 1.7rem;
}
.recruit__wrap .recruit--view__content {
  color: #555555;
  line-height: 1.7;
}
.recruit__wrap .recruit--view__files {
  border: 1px solid #c6c6c6;
  border-radius: 0.5rem;
  padding: 2rem 3rem;
}
.recruit__wrap .recruit--view__files__list + * {
  margin-top: 0.5rem;
}
.recruit__wrap .recruit--view__files__list a {
  display: inline-flex;
  align-items: center;
  gap: 0 0.5rem;
  max-width: 100%;
}
.recruit__wrap .recruit--view__files__list a span {
  color: #555;
}
.recruit__wrap .recruit--view__navigation {
  margin-top: 10rem;
}
@media (max-width: 1440px) {
  .recruit__wrap .recruit--view__navigation {
    margin-top: 8rem;
  }
}
@media (max-width: 1000px) {
  .recruit__wrap .recruit--view__navigation {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .recruit__wrap .recruit--view__navigation {
    margin-top: 5rem;
  }
}
.recruit__wrap .recruit--view__navigation .item {
  display: block;
  border-top: 1px solid #ddd;
}
.recruit__wrap .recruit--view__navigation .item:last-child {
  border-bottom: 1px solid #ddd;
}
.recruit__wrap .recruit--view__navigation .item a {
  display: grid;
  align-items: center;
  grid-template-columns: 20rem 13rem auto 20rem;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  padding: 4rem 0;
}
@media (max-width: 1440px) {
  .recruit__wrap .recruit--view__navigation .item a {
    padding: 3rem 0;
    grid-template-columns: 15rem 10rem auto 15rem;
  }
}
@media (max-width: 1000px) {
  .recruit__wrap .recruit--view__navigation .item a {
    grid-template-columns: 10rem 9rem auto 10rem;
  }
}
@media (max-width: 768px) {
  .recruit__wrap .recruit--view__navigation .item a {
    grid-template-columns: 5rem 6rem auto 7rem;
  }
}
.recruit__wrap .recruit--view__navigation .item a .cate {
  text-align: center;
  color: #555555;
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  .recruit__wrap .recruit--view__navigation .item a .cate {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .recruit__wrap .recruit--view__navigation .item a .cate {
    font-size: 1.2rem;
  }
}
.recruit__wrap .recruit--view__navigation .item a .subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2d2d2d;
  font-size: 2.5rem;
}
@media (max-width: 1440px) {
  .recruit__wrap .recruit--view__navigation .item a .subject {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  .recruit__wrap .recruit--view__navigation .item a .subject {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .recruit__wrap .recruit--view__navigation .item a .subject {
    font-size: 1.4rem;
  }
}
.recruit__wrap .recruit--view__navigation .item a .date {
  text-align: center;
  color: #555555;
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  .recruit__wrap .recruit--view__navigation .item a .date {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .recruit__wrap .recruit--view__navigation .item a .date {
    font-size: 1.2rem;
  }
}

.dl-style01 {
  margin-bottom: 10rem;
}
@media (max-width: 1000px) {
  .dl-style01 {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 768px) {
  .dl-style01 {
    margin-bottom: 5rem;
  }
}
.dl-style01 > dt {
  font-size: 2.5rem;
  color: #2d2d2d;
  margin-bottom: 4rem;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .dl-style01 > dt {
    font-size: 1.87rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .dl-style01 > dt {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.dl-style01 > dd {
  font-size: 1.9rem;
  color: #2d2d2d;
}
@media (max-width: 1000px) {
  .dl-style01 > dd {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .dl-style01 > dd {
    font-size: 1.2rem;
  }
}
.dl-style01 > dd .small-txt {
  font-size: 1.5rem;
}
@media (max-width: 1000px) {
  .dl-style01 > dd .small-txt {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .dl-style01 > dd .small-txt {
    font-size: 1rem;
  }
}
.dl-style01.mb0 {
  margin-bottom: 0;
}

.dl-style02 {
  margin-bottom: 5rem;
}
@media (max-width: 1000px) {
  .dl-style02 {
    margin-bottom: 3.7rem;
  }
}
@media (max-width: 768px) {
  .dl-style02 {
    margin-bottom: 2.5rem;
  }
}
.dl-style02:last-child {
  margin-bottom: 0;
}
.dl-style02 dt {
  font-size: 1.9rem;
  color: #2d2d2d;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  .dl-style02 dt {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .dl-style02 dt {
    margin-bottom: 0.5rem;
  }
}
.dl-style02 dd {
  color: #717171;
}
@media (max-width: 1000px) {
  .dl-style02 dd {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .dl-style02 dd {
    font-size: 1.1rem;
  }
}

.li-style01 li {
  position: relative;
  padding-left: 1.5rem;
  color: #717171;
}
.li-style01 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #85bfdb;
  box-sizing: border-box;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .li-style01 li {
    padding-left: 1.3rem;
    font-size: 1.4rem;
  }
  .li-style01 li:before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 768px) {
  .li-style01 li {
    padding-left: 0.9rem;
    font-size: 1.2rem;
  }
  .li-style01 li:before {
    top: 0.7rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.li-style02 li {
  position: relative;
  padding-left: 1.8rem;
}
.li-style02 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #a3c3db;
  box-sizing: border-box;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .li-style02 li {
    padding-left: 1.3rem;
    font-size: 1.4rem;
  }
  .li-style02 li:before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 768px) {
  .li-style02 li {
    padding-left: 0.9rem;
    font-size: 1.2rem;
  }
  .li-style02 li:before {
    top: 0.6rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}

.recruit-step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem;
  margin: 5rem auto 0;
  max-width: 1100px;
}
@media (max-width: 1000px) {
  .recruit-step {
    margin-top: 4rem;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .recruit-step {
    gap: 2rem;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
}
@media (max-width: 576px) {
  .recruit-step {
    padding: 0 5%;
    grid-template-columns: repeat(2, 2fr);
  }
}
.recruit-step li {
  border: 1px solid #c2c2c2;
  position: relative;
  text-align: center;
  border-radius: 50%;
  font-size: 2.1rem;
  font-weight: bold;
  background: #fff;
  aspect-ratio: 1;
}
@media (max-width: 1000px) {
  .recruit-step li {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .recruit-step li {
    font-size: 1.4rem;
  }
}
.recruit-step li:before {
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1.8rem;
  height: 3.4rem;
  background-image: url("../images/recruit/step-arrow.png");
}
@media (max-width: 1000px) {
  .recruit-step li:before {
    right: -3.5rem;
  }
}
@media (max-width: 768px) {
  .recruit-step li:before {
    display: none;
  }
}
.recruit-step li:last-child::before {
  display: none;
}
.recruit-step li > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .recruit-step li > div {
    font-size: 1.2rem;
  }
}
.recruit-step li span {
  display: block;
  font-size: 1.5rem;
  color: #a3a3a3;
}
@media (max-width: 768px) {
  .recruit-step li span {
    font-size: 1.1rem;
  }
}

.recruit-resume {
  border: 1px solid #0a529d;
  padding: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 1000px) {
  .recruit-resume {
    display: block;
    padding: 2.46rem;
  }
}
@media (max-width: 768px) {
  .recruit-resume {
    padding: 1.85rem;
  }
}
.recruit-resume p {
  font-size: 1.7rem;
  color: #0a529d;
}
@media (max-width: 1000px) {
  .recruit-resume p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .recruit-resume p {
    font-size: 1.2rem;
  }
}
.recruit-resume div a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  width: 25rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: left;
  padding-left: 3rem;
  background-image: url("../images/recruit/ico-down.png");
  background-repeat: no-repeat;
  background-position: 21rem center;
  border-radius: 0.5rem;
}
.recruit-resume div a + a {
  margin-left: 2rem;
}
@media (max-width: 1000px) {
  .recruit-resume div a {
    width: 50%;
    background-position: 95% center;
  }
}
@media (max-width: 768px) {
  .recruit-resume div a {
    font-size: 1.1rem;
    width: 100%;
    padding-left: 0;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 1000px) {
  .recruit-resume div {
    display: flex;
  }
}
@media (max-width: 768px) {
  .recruit-resume div {
    font-size: 1.2rem;
  }
}

.recruit-inqury {
  display: flex;
  border: 1px solid #e7e7e7;
  height: 8rem;
  background: #f3f3f3;
  justify-content: center;
  align-items: center;
  gap:5rem
}
.recruit-inqury dl {
  display: flex;
}
.recruit-inqury dl dt {
  font-size: 1.9rem;
  margin-right: 5rem;
}
@media (max-width: 1000px) {
	.recruit-inqury{
		flex-direction: column;
	}
    
  .recruit-inqury dl dt {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .recruit-inqury dl dt {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
}
.recruit-inqury dl dd {
  position: relative;
  font-size: 2.1rem;
  padding-left: 4rem;
}
@media (max-width: 1000px) {
  .recruit-inqury dl dd {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .recruit-inqury dl dd {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}
.recruit-inqury dl dd::before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  display: block;
  content: "";
  width: 2.1rem;
  height: 2.4rem;
  background-image: url("../images/recruit/ico-call.png");
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .recruit-inqury dl dd::before {
    top: 0;
  }
}
@media (max-width: 768px) {
  .recruit-inqury dl dd::before {
    font-size: 1.2rem;
    background-size: 1.5rem;
  }
}
.recruit-inqury dl dd + dd {
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .recruit-inqury dl dd + dd {
    margin-left: 2rem;
  }
}
.recruit-inqury dl dd + dd::before {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../images/recruit/ico-mail.png");
}

.apply-wrap {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .apply-wrap {
    margin-top: 2rem;
  }
}
.apply-wrap .apply-btn {
  display: inline-block;
  width: 22.3rem;
  height: 7rem;
  line-height: 7rem;
  background-color: #0a529d;
  border-radius: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
}
@media (max-width: 1000px) {
  .apply-wrap .apply-btn {
    width: 15rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .apply-wrap .apply-btn {
    width: 11.3rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
  }
}

.recruit__frm {
  display: flex;
  border-top: 2px solid #000000;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .recruit__frm {
    flex-direction: column;
  }
}
.recruit__frm .community__frm--group {
  margin-top: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .recruit__frm .community__frm--group {
    width: 100%;
  }
}

.text_overshow {
  overflow: hidden;
}
.text_overshow > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.personnel {
  padding-bottom: 0;
}
.personnel .intro--banner_bg .intro--visual {
  background-image: url("../images/recruit/bg-recruit02.png");
}
.personnel .tp-wrap {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .personnel .tp-wrap {
    margin-bottom: 4rem;
  }
}
.personnel .person-ti {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .personnel .person-ti {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .personnel .person-ti {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.personnel .person-txt {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}
@media (max-width: 1000px) {
  .personnel .person-txt {
    font-size: 2.7rem;
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 768px) {
  .personnel .person-txt {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.personnel .tp-card-list {
  max-width: 1190px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .personnel .tp-card-list {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .personnel .tp-card-list {
    display: block;
  }
}
.personnel .tp-card-list dl {
  color: #fff;
  width: 33rem;
  height: 43rem;
  text-align: center;
  background-image: url("../images/recruit/tp-card01.png");
  border-radius: 4rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1000px) {
  .personnel .tp-card-list dl {
    height: 31rem;
  }
}
@media (max-width: 768px) {
  .personnel .tp-card-list dl {
    height: 21.5rem;
  }
}
@media (max-width: 576px) {
  .personnel .tp-card-list dl {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    background-size: cover;
    border-radius: 2rem;
    margin-top: 2rem;
  }
  .personnel .tp-card-list dl:first-child {
    margin-top: 0;
  }
}
.personnel .tp-card-list dl + dl {
  background-image: url("../images/recruit/tp-card02.png");
}
.personnel .tp-card-list dl + dl + dl {
  background-image: url("../images/recruit/tp-card03.png");
}
.personnel .tp-card-list dl dt {
  font-size: 4rem;
  font-weight: bold;
  padding-top: 11.5rem;
}
@media (max-width: 1000px) {
  .personnel .tp-card-list dl dt {
    padding-top: 7rem;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .personnel .tp-card-list dl dt {
    padding-top: 5rem;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .personnel .tp-card-list dl dt {
    padding-top: 3rem;
  }
}
.personnel .tp-card-list dl dd {
  font-size: 2.1rem;
  padding-top: 3.8rem;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .personnel .tp-card-list dl dd {
    padding-top: 2.5rem;
    font-size: 1.65rem;
  }
}
@media (max-width: 768px) {
  .personnel .tp-card-list dl dd {
    padding-top: 1.9rem;
    font-size: 1.2rem;
  }
}
.personnel .welfare-wrap {
  background: #f0f0f0;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .personnel .welfare-wrap {
    padding: 4rem 0;
  }
}
.personnel .welfare-wrap .welfare-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  /*max-width: 1190px;*/
  gap: 5.5rem 3rem;
}
@media (max-width: 1000px) {
  .personnel .welfare-wrap .welfare-list {
    gap: 1.8rem 3%;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .personnel .welfare-wrap .welfare-list {
    gap: 1.1rem 2%;
  }
}
.personnel .welfare-wrap .welfare-list li {
  position: relative;
  width: 21rem;
  height: 16rem;
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .personnel .welfare-wrap .welfare-list li {
    font-size: 1.5rem;
    padding: 2.2rem;
    width: 31%;
    height: 12rem;
  }
}
@media (max-width: 768px) {
  .personnel .welfare-wrap .welfare-list li {
    font-size: 1.3rem;
    padding: 1.5rem;
    width: 49%;
  }
}
.personnel .welfare-wrap .welfare-list li .small {
  margin-top: 0.5rem;
  display: block;
  color: #555555;
  font-size: 1.5rem;
  font-weight: normal;
}
.personnel .welfare-wrap .welfare-list li i {
  display: inline-block;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .personnel .welfare-wrap .welfare-list li i {
    width: 3rem;
  }
}
.personnel .person-step-wrap {
  padding: 8rem 0;
  background: #0a529d;
}
@media (max-width: 768px) {
  .personnel .person-step-wrap {
    padding: 4rem 0;
  }
}
.personnel .person-step-wrap .recruit-step li:before {
  background-image: url("../images/recruit/step-arrow-white.png");
}
.personnel .person-step-wrap .person-ti {
  color: #fff;
}
.personnel .person-step-wrap .recruit-inqury {
  background: #0a529d;
  border: none;
  color: #fff;
  padding-top: 8rem;
  height: auto;
}
@media (max-width: 768px) {
  .personnel .person-step-wrap .recruit-inqury {
    padding-top: 4rem;
  }
}
.personnel .person-step-wrap .recruit-inqury dl dd::before {
  background-image: url("../images/recruit/ico-call-white.png");
}
.personnel .person-step-wrap .recruit-inqury dl dd + dd::before {
  background-image: url("../images/recruit/ico-mail-white.png");
}

.sr-only {display: none;}

#PlayerModal{position:fixed;left:0;width:100%;height:100%;top:0;z-index:100015;display:none;align-items: center;justify-content: center;}
#PlayerModal .black-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;background:#000;opacity:0.4}
#PlayerModal .player-content{background:#fff;width:768px;position:relative;z-index:4;border-radius:10px;}
#PlayerModal .player-content header{height:100px;display:flex;align-items: center;justify-content: center;position:relative;}
#PlayerModal .player-content header h2{font-size:32px;font-weight:500;}
#PlayerModal .player-content header .close{position:absolute;right:35px;top:25px;}
#PlayerModal .player-content header .close span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 0;
}

#PlayerModal .player-content header .close span::before, 
#PlayerModal .player-content header .close span::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 1.4rem;
  background-color: #fff;
}

#PlayerModal .player-content header .close span::before {
  transform: rotate(45deg);
}

#PlayerModal .player-content header .close span::after {
  transform: rotate(-45deg);
}

#PlayerModal .player-content .iframe-zone{
	padding-bottom:56.25%;
	position:relative;
}
.line-box{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;padding:30px 35px;}
#PlayerModal .player-content .iframe-zone iframe{position:absolute;left:0;top:0;width:100%;height:100%;;}
.video-con{height:50px;overflow-y:auto;padding:0 25px;line-height:1.5;margin-top:10px}

@media (max-width: 768px){
	#PlayerModal{padding:0 25px;}
	.line-box{padding:20px 25px;}
	#PlayerModal .player-content header .close{right:10px;top:10px;}
	#PlayerModal .player-content{width: 100%;}
	#PlayerModal .player-content header{height:6.5rem}
	#PlayerModal .player-content header h2{font-size:1.8rem}
	#PlayerModal .player-content header .close span{width:3rem;height:3rem}
}

.business-render img{max-width:100%}

.business-render {
  margin: 0 auto;
  background-color: #f3f3f3;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  max-width: 1410px;
  padding: 6rem 0rem 6rem 8rem;
  gap: 0 40px;
  display: flex;
}
@media (max-width: 1440px) {
  .business-render {
    margin-left: 15px;
    margin-right: 15px;
    padding: 3rem;
  }
}
@media (max-width: 1200px) {
  .business-render {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .business-render {
    padding: 1.7rem;
  }
}
.business-render:nth-child(odd) {
  background: none;
  border: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 6rem 8rem 6rem 8rem;
}
@media (min-width: 1201px) {
.business-render:nth-child(odd) .slide-thumb{
  justify-content: end;
  width: 100%;
}
}
@media (max-width: 1440px) {
  .business-render:nth-child(odd) {
    padding: 3rem;
  }
}
@media (max-width: 1200px) {
  .business-render:nth-child(odd) {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .business-render:nth-child(odd) {
    padding: 1.7rem;
  }
}
.business-render + .business-render {
  margin-top: 8rem;
}
@media (max-width: 1200px) {
  .business-render + .business-render {
    margin-top: 4rem;
  }
}
.business-render .img-slide {
  width: 60.6rem;
  flex-shrink: 0;
  border-radius: 13px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .business-render .img-slide {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .business-render .img-slide {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.business-render .img-item {
  display: none;
  position: relative;
}
.business-render .img-item.active {
  display: block;
}
.business-render .img-item .label {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #0a529d;
  background-color: #cedceb;
  font-size: 19px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  border-radius: 10px 0 0 0;
  z-index:3;
}
@media (max-width: 1200px) {
  .business-render .img-item .label {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
  }
}
.business-render .txt-group {
  display: flex;
  align-items: center;
}
.business-render .txt-group:has(.slide-thumb) {
  flex-direction: column-reverse;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .business-render .txt-group:has(.slide-thumb) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}
.business-render .slide-thumb {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 1200px) {
  .business-render .slide-thumb {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .business-render .slide-thumb {
    gap: 0 5px;
  }
}
.business-render .thumb-item {
  width: 90px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.business-render .thumb-item img{width:100%;}

@media (max-width: 1200px) {
  .business-render .thumb-item {
    border-radius: 4px;
  }
}
@media (max-width: 800px) {
  .business-render .thumb-item {
    width: 16.666%;
    max-width: 90px;
    height: auto;
  }
}
.business-render .thumb-item.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #007ab4;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .business-render .thumb-item.active::after {
    border-width: 1px;
    border-radius: 4px;
  }
}
.business-render .sub-title {
  color: #000;
  font-size: 36px;
}
@media (max-width: 1440px) {
  .business-render .sub-title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .business-render .sub-title {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .business-render .sub-title:has(> em) span {
    padding-bottom: 0;
  }
}
.business-render .sub-title:has(> em) > em {
  padding-bottom: 25px;
}

.business-render .sub-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  display: inline-flex;
  align-items: center;
  position: static;
  flex-wrap: wrap;
  
}
.business-render .sub-title.kpass-line span{
	position: relative;
    width: 100%;
}
.business-render .sub-title.kpass-line span a{
	position:absolute;
	right:0;
	top:5px;
	width:115px;
	height:40px;
	margin-left:9px;
	background: #fff url("../images/n/kpass02.png") no-repeat 50% 50%;
	background-size: 100px;
	padding: 0 5px;
	border-radius:5px;
}
@media (max-width: 1200px) {
	.business-render .sub-title.kpass-line span a{
		width:70px;
		background-size: 60px;
	}
	.business-render .sub-title span{justify-content: center;}
	.business-render .sub-title.sub-title-block span{
		flex-direction: column;
		gap:10px;
	} 
}
.business-render .sub-title span b {
  color: #0a529d;
  white-space: nowrap;
  display:inline-block;
  margin-left:5px;
}
.business-render .sub-title span.inline {
  padding-right: 0;
}
.business-render .sub-title .more {
  margin-left: 9px;
  background-color: #000;
  height: 48px;
  width: 48px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .business-render .sub-title .more {
    width: 30px;
    height: 30px;
    margin-top:-3px;
  }
}
.business-render .sub-title .more-txt{
  margin-left: 9px;
  background-color: #000;
  height: 48px;
  display: flex;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  font-size:17px;
  color:#fff;
  padding: 0 20px;
  font-weight:normal;
}
@media (max-width: 1200px) {
  .business-render .sub-title .more-txt {
  	height: 30px;
  	font-size:12px;
  }
}
.business-render .sub-title em {
  flex-basis: 100%;
  display: block;
  color: #0a529d;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 1200px) {
	.business-render .sub-title em{
		font-size:17px;
	}	
}
@media (max-width: 800px) {
  .business-render .sub-title em {
    font-size: 15px;
  }
}
.business-render .sub-title em.black {
  color: #000;
}
.business-render .txt {
  line-height: 1.5;
  color: #555555;
  font-size: 20px;
  padding-top: 18px;
}
@media (max-width: 1440px) {
  .business-render .txt {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .business-render .txt {
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  .business-render .txt {
    font-size: 13px;
  }
}
.business-render .txt ul li {
  position: relative;
  padding-left: 12px;
  font-size: 21px;
}
@media (max-width: 1440px) {
  .business-render .txt ul li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .business-render .txt ul li {
    padding-top: 0;
  }
  .business-render .txt ul li br {
    display: none;
  }
}
@media (max-width: 800px) {
  .business-render .txt ul li {
    font-size: 12px;
  }
}
.business-render .txt ul li::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 14px;
  width: 3px;
  height: 3px;
  background-color: #555;
}
@media (max-width: 800px) {
  .business-render .txt ul li::after {
    top: 7px;
    width: 2px;
    height: 2px;
  }
}

.bafore {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.original,
.remodeling {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.original img,
.remodeling img {
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.remodeling {
  position: static;
}

.original {
  z-index: 1;
  width: 50%;
}
.original::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-color: #000;
}

.scroller {
  position: absolute;
  width: 3px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #1b7aef;
  z-index: 3;
  pointer-events: auto;
  cursor: grab;
  touch-action: pan-y;
}
.scroller::after {
  content: "";
  display: block;
  background: url("../images/n/control.png") no-repeat 50% 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ba{position:absolute; top: 10px;display:inline-block; font-size:17px; font-weight:700;color:#fff;z-index:2;border-radius:20px;
padding:10px 18px;
}
.ba.l{background:rgba(0,0,0,0.7);border:1px solid #161515;left:10px;}
.ba.r{background:rgba(13,76,143,0.7);border:1px solid #0d4c8f;right:10px}

.exhausted {
  position: relative;
  background-color: #000;
}
.exhausted .front {
  position: relative;
  z-index: 1;
}
.exhausted .front .under {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  margin: 0 auto;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.exhausted .front .under .image {
  width: 100%;
  height: 100%;
  margin: auto;
}
.exhausted .front .under .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhausted .repeat {
  position: relative;
  z-index: 3;
}
.exhausted .repeat-card {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: block;
  margin-top: -150vh;
}
.exhausted .repeat-card .under {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*padding-right: 100%;*/
  z-index: 10;
}
.exhausted .repeat-card .image {
  width: 52.9906542056vw;
}

body {
  overflow-x: hidden;
}

.exh-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.sec-title {
  text-align: center;
  color: #fff;
  position: absolute;
  transform: translateX(50%);
}
.sec-title * {
  white-space: nowrap;
}
.sec-title.n1 {
  position: absolute;
  left: 0%;
  top: calc(50% - 184px);
}
.sec-title.n2 {
  right: unset;
  left: calc(0% + 2px);
  top: calc(50% - 184.5px);
}
.sec-title.n2 * {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.overlay-txt1 {
  font-size: 18px;
}

.overlay-txt2 {
  font-size: 60px;
  padding: 30px 0;
}

.overlay-txt3 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 250px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 320px;
  font-size: 21px;
}

.story-visual {
  z-index: 2;
}

.story-visual__video {
  background-color: #000;
}

.back-bg {
  background-color: #000;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.back-bg > div {
  height: 50%;
  width: 100%;
}
.back-bg > div strong {
  font-size: 10.416vw;
  line-height: 0.74;
  background: linear-gradient(73deg, #137ab7, #137ab7, #89b53f, #89b53f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}
.back-bg > div:first-child {
  text-align: left;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.back-bg > div:first-child::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px; /* border 두께 */
  background: linear-gradient(73deg, #137ab7, #137ab7, #89b53f, #89b53f); /* 그라디언트 색상 */
  pointer-events: none; /* 클릭 방지 */
  opacity: 0.8;
}
.back-bg > div:last-child {
  text-align: right;
}

.minbox {
  width: auto;
  position: relative;
  overflow: hidden;
}
.minbox .txt {
  position: absolute;
  top: 50%;
  left: 8rem;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 0 30px;
  transform: translateY(-50%);
}
.minbox .txt .st1 {
  font-size: 5.2vw;
}
.minbox .txt .st2 a {
  display: inline-flex;
  width: 9rem;
  height: 9rem;
  background: url(../images/main/btn.png);
}

.overs {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 100%;
  z-index: -1;
}
.overs .inline {
  display: inline-block;
  text-align: right;
}

.minbox .st1,
.overs .st1 {
  color: #fff;
  font-size: 3rem;
}
.minbox .st2 a,
.overs .st2 a {
  font-size: 2rem;
  color: #fff;
}

.mobile-busi {
  display: none;
  margin: 0 auto;
  overflow: hidden;
  padding:15vh 0;
  
  background-color:#000
}
.mobile-busi .title-g {
  padding: 0 15px;
  margin-bottom: 5rem;
}
.mobile-busi .title-g h3 {
  color: #127ab7;
  font-size: 2vw;
}
.mobile-busi .title-g h2 {
  color: #fff;
  font-weight: 700;
  font-size: 4vw;
  margin-top: 0.5rem;
}
.mobile-busi .title-g div a {
  display: inline-block;
  color: #127ab7;
  border: 1px solid #127ab7;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 2vw;
  margin-top: 4rem;
  font-weight: 700;
}

#mobile-slide img{max-width:100%}

#mobile-slide {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}
#mobile-slide .swiper-slide.swiper-slide-active a::before {
  background-color: transparent;
}
#mobile-slide .swiper-slide a {
  position: relative;
  display: block;
}
#mobile-slide .swiper-slide a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
#mobile-slide .swiper-slide a div {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
#mobile-slide .swiper-slide a div strong {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#mobile-slide .swiper-button-prev {
  right: unset;
  left: 0vw;
  padding-right: 20px;
  color: #fff;
  z-index:2;
}
#mobile-slide .swiper-button-next {
	z-index:2;
  right: 0vw;
  left: unset;
  padding-left: 20px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .front {
    display: none;
  }
  .back-bg {
    display: none;
  }
  .repeat {
    display: none;
  }
  .mobile-busi {
    display: block;
  }
}

.resume-btn-wrap{
	text-align:right;
	margin-bottom:2rem;
}
@media (max-width: 1000px) {
  .resume-btn-wrap {
    margin-bottom:1rem;
  }
}
.resume-btn{
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  width: 25rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: left;
  padding-left: 3rem;
  background-image: url("../images/recruit/ico-down.png");
  background-repeat: no-repeat;
  background-position: 21rem center;
  border-radius: 0.5rem;
}
.resume-btn + a {
  margin-left: 2rem;
}
@media (max-width: 1000px) {
  .resume-btn {
    width: 50%;
    background-position: 95% center;
  }
}
@media (max-width: 768px) {
  .resume-btn{
    font-size: 1.1rem;
    padding-left: 0;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
  }
}

