:root {
  --environment-px: 60px;
}
.sub-wrap br.mobile {
  display: none;
}
.sub-visual {
  width: 100%;
  position: relative;
}
.sub-visual.sv01 .bg {
  background-image: url("/img/sub/bg_sub_01.jpg");
}
.sub-visual.sv02 .bg {
  background-image: url("/img/sub/bg_sub_02.jpg");
}
.sub-visual.sv03 .bg {
  background-image: url("/img/sub/bg_sub_03.jpg");
}
.sub-visual.sv04 .bg {
  background-image: url("/img/sub/bg_sub_04.jpg");
}
.sub-visual.sv05 .bg {
  background-image: url("/img/sub/bg_sub_05.jpg");
}
.sub-visual.sv06 .bg {
  background-image: url("/img/sub/bg_sub_06.jpg");
}
.sub-visual.sv07 .bg {
  background-image: url("/img/sub/bg_sub_07.jpg");
}
.sub-visual.sv08 .bg {
  background-image: url("/img/sub/bg_sub_08.jpg");
}
.sub-visual .bg-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sub-visual .bg-box.small {
  height: 500px;
}
.sub-visual .bg-box.big {
  height: 100vh;
}
.sub-visual .bg,
.sub-visual .column {
  width: 100%;
  height: 100%;
}
.sub-visual .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(1.08);
  transform-origin: center bottom;
  transition: transform 1.6s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub-visual .column {
  justify-content: center;
  text-align: center;
  padding-top: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-visual .column * {
  color: var(--color-white);
}
.sub-visual .column > * {
  transition: all 1s;
}
.sub-visual h2 {
  font-size: var(--font70);
  font-weight: 500;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.sub-visual .path-box,
.sub-visual .path-box li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-visual .path-box {
  opacity: 0;
  transform: translateY(80px);
}
.sub-visual .path-box .path {
  display: none;
}
.sub-visual .path-box .path::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/img/svg/angle_right.svg") no-repeat center/100%;
  opacity: 0.5;
  margin: 0 20px;
}
.sub-visual .path-box .path.on a {
  font-weight: 700;
}
.sub-visual:has(.big) .column {
  flex-direction: column-reverse;
  row-gap: 40px;
  padding-top: 0;
}
.sub-visual:has(.big) h2 {
  font-size: calc(var(--font70) + 2rem);
  font-weight: 600;
  margin-top: 30px;
}
.sub-visual:has(.big) p {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(80px);
}
.sub-visual:has(.big) .path-box {
  transform: translateY(-80px);
}
.sub-visual.on .bg {
  transform: translate(-50%, -50%) scale(1);
}
.sub-visual.on h2 {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.sub-visual.on .path-box,
.sub-visual.on p {
  opacity: 1;
  transform: translateY(0);
}

.sub-contents .lnb-box {
  z-index: 1;
  display: none;
}
.sub-contents h3,
.sub-contents h4 {
  font-weight: 500;
  font-family: var(--font-suit);
}
.sub-contents h3 {
  color: #111;
  font-size: var(--font46);
  line-height: 1.4345;
}
.sub-contents h4 {
  color: #222;
  font-size: var(--font36);
}
.sub-contents .text p {
  color: #333;
  font-size: 2rem;
  line-height: 1.7;
  font-family: var(--font-suit);
}
.sub-contents .about .information {
  width: 100%;
  height: 100vh;
}
.sub-contents .about .information * {
  color: var(--color-white);
}
.sub-contents .about .information .video-box {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.sub-contents .about .information .video-box video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .about .information .content {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.sub-contents .about .information .content > * {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
.sub-contents .about .information .content > *.on {
  opacity: 1;
  top: 50%;
  pointer-events: inherit;
}
.sub-contents .about .information .title h2 {
  font-size: var(--font70);
  font-weight: 600;
  margin-bottom: 40px;
}
.sub-contents .about .information .title h4 {
  line-height: 1.5;
}
.sub-contents .about .information .text p {
  font-size: 3.6rem;
  line-height: 1.65;
}
.sub-contents .about  .diagram {
  position: relative;
}
.sub-contents .about  .diagram .line {
  width: 76.4705%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .about  .diagram .img {
  width: 100%;
  max-width: 89.411764705%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sub-contents .about  .diagram .img svg {
  overflow: inherit;
}
.sub-contents .about  .diagram .list * {
  transform-box: content-box;
  transition: all 0.6s;
}
.sub-contents .about  .diagram .right * {
  transform-origin: right top;
}
.sub-contents .about  .diagram .left * {
  transform-origin: left top;
}
.sub-contents .about  .diagram .text-box {
  display: none;
}
@media screen and (hover: hover) and (min-width: 768px) {
  .sub-contents .about  .diagram .list:hover .title {
    transform: scale(1.2);
  }
  .sub-contents .about  .diagram .list:hover .text {
    transform: scale(1.1);
  }
}
.sub-contents .about .detail {
  display: flex;
  justify-content: space-between;
  column-gap: var(--gap100);
  position: relative;
  z-index: 1;
}
.sub-contents .about .detail::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F7F6F1;
  border-radius: 50px 50px 0 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .about .detail .text-box {
  display: none;
}
.sub-contents .about .detail .text {
  padding-top: 50px;
}
.sub-contents .about .detail .text p {
  font-size: 2.2rem;
  line-height: 1.6363;
}
.sub-contents .about .detail .img {
  flex-shrink: 0;
}
.sub-contents .about .detail .ani.off::after {
  background: #F7F6F1;
}
.sub-contents .ceo {
  background: url("/img/sub/bg_ceo.png") no-repeat center top/100%;
}
.sub-contents .ceo .item-box {
  display: flex;
  column-gap: var(--gap100);
}
.sub-contents .ceo .img {
  flex-shrink: 0;
}
.sub-contents .ceo .text {
  row-gap: 60px;
}
.sub-contents .ceo .text h3 em {
  color: var(--color-main);
}
.sub-contents .ceo .text > p {
  column-gap: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.sub-contents .ceo .text > p b {
  font-weight: 500;
}
.sub-contents .location .item {
  column-gap: var(--gap100);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.sub-contents .location .text,
.sub-contents .location .map {
  width: calc(50% - 50px);
}
.sub-contents .location .text h6 {
  column-gap: 15px;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sub-contents .location .text h6 em {
  width: 35px;
  height: 35px;
  background: var(--color-main);
  border-radius: 50%;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .location .text h3 {
  margin: 10px 0 40px;
}
.sub-contents .location .text ul {
  display: flex;
  column-gap: 10px;
}
.sub-contents .location .text ul li {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 40px 0 40px 40px;
}
.sub-contents .location .text ul p {
  height: 4.8em;
  line-height: 1.6;
  margin-top: 30px;
}
.sub-contents .location .map {
  height: 450px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.sub-contents .location .map::before,
.sub-contents .location .map iframe {
  width: 100%;
  height: 100%;
}
.sub-contents .location .map::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sub-contents .location .map:hover::before {
  opacity: 0;
}
.sub-contents .introduction {
  background: url("/img/sub/point_introduction.png") no-repeat center -30px/67.7%;
}
.sub-contents .introduction .information .item-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  align-items: flex-start;
  margin-top: var(--gap60);
  position: relative;
}
.sub-contents .introduction .information .item {
  width: 100%;
  border-radius: 20px;
  padding: 67.075% 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub-contents .introduction .information .item:nth-child(1) {
  background-image: url("/img/sub/img_introduction_01_1.png");
}
.sub-contents .introduction .information .item:nth-child(2) {
  background-image: url("/img/sub/img_introduction_01_2.png");
}
.sub-contents .introduction .information .item:nth-child(3) {
  background-image: url("/img/sub/img_introduction_01_3.png");
}
.sub-contents .introduction .information .item:nth-child(4) {
  background-image: url("/img/sub/img_introduction_01_4.png");
}
.sub-contents .introduction .information .item * {
  color: var(--color-white);
}
.sub-contents .introduction .information .item:nth-child(even) {
  margin-top: 40px;
}
.sub-contents .introduction .information .item h5 {
  font-size: 3rem;
  font-weight: 600;
  position: absolute;
  left: 60px;
  bottom: 60px;
  display: none;
}
.sub-contents .introduction .information .item .text {
  padding: 60px;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .introduction .information .item .text::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .introduction .information .item .text h5 {
  display: block;
}
.sub-contents .introduction .information .item.on:nth-child(1) {
  transition-delay: 0.1s;
}
.sub-contents .introduction .information .item.on:nth-child(2) {
  transition-delay: 0.2s;
}
.sub-contents .introduction .information .item.on:nth-child(3) {
  transition-delay: 0.3s;
}
.sub-contents .introduction .information .item.on:nth-child(4) {
  transition-delay: 0.4s;
}
@media screen and (hover: hover) and (min-width: 1024px) {
  .sub-contents .introduction .information .item h5 {
    display: block;
  }
  .sub-contents .introduction .information .item .text {
    opacity: 0;
  }
  .sub-contents .introduction .information .item .text h5 {
    display: none;
  }
  .sub-contents .introduction .information .item:hover .text {
    opacity: 1;
  }
}
.sub-contents .introduction .information button {
  column-gap: 10px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sub-contents .introduction .information button em {
  font-size: 2rem;
  font-weight: 500;
}
.sub-contents .introduction .information button figure {
  width: 25px;
  height: 25px;
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .introduction .video .item-box {
  display: grid;
  grid-template-columns: auto 74.705%;
  column-gap: 40px;
}
.sub-contents .introduction .video .buttons {
  display: flex;
  column-gap: 30px;
}
.sub-contents .introduction .video .buttons button {
  color: #aaa;
  font-size: 2.4rem;
  font-weight: 600;
}
.sub-contents .introduction .video .buttons button.on {
  color: var(--color-main);
}
.sub-contents .introduction .video .video-box {
  width: 100%;
  border-radius: 20px;
  padding: 28.125% 0;
  position: relative;
  overflow: hidden;
}
.sub-contents .introduction .video .video-box > div,
.sub-contents .introduction .video .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .introduction .video .video-box > div {
  opacity: 0;
  pointer-events: none;
}
.sub-contents .introduction .video .video-box > div::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .introduction .video .video-box > div > button {
  width: 80px;
  height: 80px;
  background: var(--color-main);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .introduction .video .video-box > div.on {
  opacity: 1;
  pointer-events: inherit;
}
.sub-contents .introduction .video .video-box > div.off::before,
.sub-contents .introduction .video .video-box > div.off > button {
  opacity: 0;
  pointer-events: none;
}
.sub-contents .introduction .material .row {
  align-items: center;
  justify-content: space-between;
  background: url("/img/sub/bg_introduction_03.png") no-repeat center/cover;
  border-radius: 20px;
  padding: 135px 100px;
}
.sub-contents .introduction .material .item-box {
  display: flex;
  column-gap: 20px;
  justify-content: flex-end;
}
.sub-contents .introduction .material a {
  width: 360px;
  background: var(--color-white);
  border-radius: 10px;
  padding: 25px 35px;
}
.sub-contents .introduction .material a::before {
  z-index: 0;
}
.sub-contents .introduction .ci > .row h4 {
  width: 25.294%;
  flex-shrink: 0;
}
.sub-contents .introduction .ci > .row .content {
  width: 100%;
}
.sub-contents .introduction .ci .p-box {
  margin-bottom: 40px;
}
.sub-contents .introduction .ci .dot {
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  font-family: var(--font-suit);
}
.sub-contents .introduction .ci .grid {
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, #f2f2f2 1px, rgba(255, 255, 255, 0) 1px), linear-gradient(0deg, #f2f2f2 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 8px 8px;
  border-radius: 20px;
  position: relative;
}
.sub-contents .introduction .ci .grid::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.sub-contents .introduction .explan h3 {
  line-height: 1.3;
  margin-bottom: 30px;
}
.sub-contents .introduction .explan .item-box {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}
.sub-contents .introduction .explan .item {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  text-align: center;
  padding: 40px 30px;
}
.sub-contents .introduction .explan figure {
  margin: 0 auto 15px;
}
.sub-contents .introduction .explan p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
}
.sub-contents .introduction .type .item-box {
  display: flex;
  column-gap: 20px;
}
.sub-contents .introduction .type .item {
  width: 100%;
}
.sub-contents .introduction .type h6 {
  color: #333;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sub-contents .introduction .type .grid {
  padding: 80px 125px;
  padding: 50px 125px;
  position: relative;
}
.sub-contents .introduction .type .grid > .logo {
  width: 171.66px;
  height: 120px;
}
.sub-contents .introduction .type .minimum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
  text-align: center;
  position: absolute;
  right: 65px;
  bottom: 40px;
}
.sub-contents .introduction .type .minimum span {
  display: block;
  color: #666;
  font-size: 1.8rem;
}
.sub-contents .introduction .system .item-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  margin-bottom: 30px;
}
.sub-contents .introduction .system .item-box .item {
  border: 1px solid #eee;
  border-radius: 20px;
  text-align: center;
  padding: 50px 20px 30px;
  padding: 30px 20px;
}
.sub-contents .introduction .system .item-box .item p {
  color: #666;
  font-size: 1.8rem;
}
.sub-contents .introduction .system .item-box .basic {
  border-color: var(--color-black);
}
.sub-contents .introduction .system .item-box .basic p {
  color: #333;
  font-weight: 600;
}
.sub-contents .introduction .system .item-box .item .logo {
  width: 114.44px;
  height: 80px;
  margin: 0 auto 30px;
  margin: 0 auto 20px;
}
.sub-contents .introduction .system .item .logo-2 .logo-line {
  fill: #FFB718;
}
.sub-contents .introduction .system .item .logo-2 .logo-bg {
  fill: #E31D1A;
}
.sub-contents .introduction .system .item .logo-r .logo-line {
  fill: #E31D1A;
}
.sub-contents .introduction .system .item .logo-r .logo-bg {
  fill: #E31D1A;
}
.sub-contents .introduction .system .item .logo-b .logo-line {
  fill: #231F20;
}
.sub-contents .introduction .system .item .logo-b .logo-bg {
  fill: #231F20;
}
.sub-contents .introduction .color-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  margin-left: auto;
}
.sub-contents .introduction .color-box .item {
  width: 100%;
  background: var(--color-white);
  border-radius: 20px;
  padding: 20px 20px 30px;
  position: relative;
}
.sub-contents .introduction .color-box .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.sub-contents .introduction .color-box .item .color {
  width: 100%;
  height: 80px;
  background-image: var(--color);
  background-color: var(--color);
  border-radius: 10px;
  margin-bottom: 20px;
}
.sub-contents .introduction .color-box .item dl dt {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
}
.sub-contents .introduction .color-box .item dl dd {
  color: #666;
}
.sub-contents .introduction .system .list-box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  background: #f9f9f9;
  border-radius: 20px;
  padding: 40px 60px;
}
.sub-contents .introduction .system .list-box > div {
  display: flex;
  align-items: center;
}
.sub-contents .introduction .system .list-box > div > dl {
  width: 100%;
}
.sub-contents .introduction .system .list-box > div > dl dt {
  color: #222;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.sub-contents .introduction .system .list-box > div > dl dd {
  color: #333;
  font-size: 2.0rem;
  font-weight: 300;
}
.sub-contents .introduction .system .color-box {
  max-width: 860px;
  flex-shrink: 0;
}
.sub-contents .introduction .system .color-box .item {
  max-width: calc((100% - 20px) / 3);
}
.sub-contents .introduction .metallic p {
  color: #333;
  font-size: 2.0rem;
  font-weight: 300;
  margin-bottom: 30px;
}
.sub-contents .introduction .metallic .item-box {
  display: flex;
  column-gap: 10px;
}
.sub-contents .introduction .metallic .item-box > div {
  width: 100%;
}
.sub-contents .introduction .metallic .grid {
  justify-content: center;
}
.sub-contents .introduction .metallic .logo {
  width: 123.74px;
  height: 86.5px;
}
.sub-contents .introduction .metallic .logo-line {
  fill: #A68141;
}
.sub-contents .introduction .metallic .logo-bg {
  fill: #ED1C2A;
}
.sub-contents .introduction .popup {
  width: 1070px;
  background: var(--color-white);
  padding: 40px 60px;
}
.sub-contents .introduction .popup .close-button {
  top: 0;
  right: 0;
}
.sub-contents .introduction .popup .inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sub-contents .introduction .popup .text {
  display: inline-flex;
  position: absolute;
  top: 18%;
  right: 20px;
}
.sub-contents .vision .information {
  position: relative;
}
.sub-contents .vision .information .item-box {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 20px;
}
.sub-contents .vision .information .item {
  display: flex;
  column-gap: 20px;
}
.sub-contents .vision .information .img-box,
.sub-contents .vision .information .text {
  width: calc(50% - 10px);
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.sub-contents .vision .information .img-box {
  position: relative;
}
.sub-contents .vision .information .img-box span {
  color: var(--color-white);
  font-size: 6rem;
  font-weight: 800;
  opacity: 0.4;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.sub-contents .vision .information .img-box span.left {
  left: 60px;
}
.sub-contents .vision .information .img-box span.right {
  right: 60px;
}
.sub-contents .vision .information .img-box .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.sub-contents .vision .information .img-box .img img {
  min-width: 100%;
  max-width: inherit;
  min-height: 100%;
  max-height: inherit;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .vision .information .text {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.sub-contents .vision .information .text * {
  opacity: 0;
  transition: all 0.8s;
}
.sub-contents .vision .information .text em,
.sub-contents .vision .information .text h4 {
  font-weight: 600;
}
.sub-contents .vision .information .text em,
.sub-contents .vision .information .text p {
  font-size: 1.8rem;
}
.sub-contents .vision .information .text em {
  color: var(--color-main);
}
.sub-contents .vision .information .text h4 {
  margin: 15px 0 30px;
}
.sub-contents .vision .information .text p {
  color: #333;
  line-height: 1.6666;
}
.sub-contents .vision .information .text.left * {
  transform: translateX(60px);
}
.sub-contents .vision .information .text.right * {
  transform: translateX(-60px);
}
.sub-contents .vision .information .text.on * {
  opacity: 1;
  transform: translateX(0);
}
.sub-contents .vision .information .text.on h4 {
  transition-delay: 0.1s;
}
.sub-contents .vision .information .text.on p {
  transition-delay: 0.2s;
}
.sub-contents .vision .information .logo {
  width: 140px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .vision .information .logo img {
  transform: translateY(100%);
  transition: all 0.8s;
}
.sub-contents .vision .information .logo.on img {
  transform: translateY(0);
}
.sub-contents .vision .motto .item-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
}
.sub-contents .vision .motto .item,
.sub-contents .vision .motto .item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sub-contents .vision .motto .item > div {
  width: 100%;
}
.sub-contents .vision .motto .item .plus {
  width: 100%;
  position: relative;
}
.sub-contents .vision .motto .item .plus span {
  display: block;
  width: 60px;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .vision .motto .item .plus span:first-child {
  background: #E9632E;
  left: -60px;
}
.sub-contents .vision .motto .item .plus span:last-child {
  background: #E11B28;
  right: -60px;
}
.sub-contents .vision .motto .item h6 {
  width: 100%;
  height: 60px;
  background: var(--color);
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .vision .motto .item h6::before {
  content: "";
  display: block;
  height: 100%;
  background: var(--color);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.sub-contents .vision .motto .item:nth-child(1) h6::before, .sub-contents .vision .motto .item:nth-child(3) h6::before {
  width: 30px;
}
.sub-contents .vision .motto .item:nth-child(1) h6 {
  border-radius: 30px 0 0 30px;
}
.sub-contents .vision .motto .item:nth-child(1) h6::before {
  right: -30px;
}
.sub-contents .vision .motto .item:nth-child(2) h6::before {
  width: calc(100% + 60px);
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .vision .motto .item:nth-child(3) h6 {
  border-radius: 0 30px 30px 0;
}
.sub-contents .vision .motto .item:nth-child(3) h6::before {
  left: -30px;
}
.sub-contents .vision .motto .item button {
  width: 100%;
  height: 150px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s;
}
.sub-contents .vision .motto .item button span {
  display: block;
  width: 25px;
  height: 25px;
  background: var(--color-black);
  border-radius: 50%;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  transform: translateY(-50%);
}
.sub-contents .vision .motto .item button span::before, .sub-contents .vision .motto .item button span::after {
  content: "";
  display: block;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .vision .motto .item button span::before {
  width: 12px;
  height: 2px;
}
.sub-contents .vision .motto .item button span::after {
  width: 2px;
  height: 12px;
}
@media screen and (hover: hover) and (min-width: 1024px) {
  .sub-contents .vision .motto .item button span {
    opacity: 0;
    right: 0;
  }
  .sub-contents .vision .motto .item button:hover {
    background: var(--color-white);
    border-color: var(--color-black);
  }
  .sub-contents .vision .motto .item button:hover span {
    opacity: 1;
    right: 30px;
  }
}
.sub-contents .vision .motto .item .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-contents .vision .motto .item .text p {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666;
}
.sub-contents .vision .popup {
  width: 1000px;
}
.sub-contents .vision .popup .inner {
  height: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .vision .popup .slide-wrap {
  width: 100%;
}
.sub-contents .vision .popup .slide-box {
  overflow: hidden;
}
.sub-contents .vision .popup .item {
  background: var(--color-white);
  text-align: center;
}
.sub-contents .vision .popup .swiper-slide * {
  opacity: 0;
}
.sub-contents .vision .popup .swiper-slide-active * {
  opacity: 1;
}
.sub-contents .vision .popup .item h4 {
  color: #111;
  font-size: var(--font40);
  font-weight: 500;
}
.sub-contents .vision .popup .item em,
.sub-contents .vision .popup .item p {
  font-size: 1.8rem;
}
.sub-contents .vision .popup .item em {
  display: inline-block;
  color: #ccc;
  font-weight: 600;
  margin: 10px 0 40px;
}
.sub-contents .vision .popup .item p {
  font-family: var(--font-suit);
  line-height: 1.6666;
}
.sub-contents .vision .popup .swiper-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: 60px;
  transform: translateX(-50%);
}
.sub-contents .vision .popup .swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  background: #eee;
  border-radius: 50%;
  cursor: pointer;
}
.sub-contents .vision .popup .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-main);
}
.sub-contents .vision .popup .button-box {
  width: calc(100% - 80px);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .vision .popup .icon {
  opacity: 0.08;
  filter: grayscale(1);
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.sub-contents .history .history-top {
  width: 100%;
  height: 80px;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 1;
}
.sub-contents .history .progress-bar {
  width: 100vw;
  height: 2px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .history .progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
}
.sub-contents .history .history-tab {
  width: 100%;
  column-gap: 60px;
  margin: auto 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.sub-contents .history .history-tab li button {
  color: #aaa;
  font-size: 2.2rem;
  font-weight: 600;
  transition: all 0.4s;
}
.sub-contents .history .history-tab li:hover button, .sub-contents .history .history-tab li.on button {
  color: var(--color-main);
}
.sub-contents .history .top {
  text-align: center;
}
.sub-contents .history .top .year {
  color: #111;
  font-size: var(--font100);
}
.sub-contents .history .top p {
  color: #111;
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 10px;
}
.sub-contents .history .top p em {
  color: var(--color-main);
}
.sub-contents .history .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(var(--gap150) + 10px);
  position: relative;
}
.sub-contents .history .img-box,
.sub-contents .history .list-box {
  width: 100%;
}
.sub-contents .history .img-box {
  display: flex;
  flex-direction: column;
}
.sub-contents .history .img-box .z-1 {
  position: relative;
  z-index: -1;
}
.sub-contents .history .img-box .margin {
  margin: -4% 0 0 auto;
  margin: -30px 0 0 auto;
}
.sub-contents .history .img-box .img1-3 {
  margin: 54% 0 18%;
  margin: 415px 0 140px;
}
.sub-contents .history .img-box .img1-5 {
  margin: 26% 0 10%;
  margin: 200px 0 80px;
}
.sub-contents .history .img-box .img2-1 {
  margin: 13% 0 78%;
  margin: 100px 0 600px;
}
.sub-contents .history .img-box .img2-3 {
  margin: 3% 0 20%;
  margin: 25px 0 150px;
}
.sub-contents .history .img-box .img3-1 {
  margin: 13% 0 16%;
  margin: 100px 0 125px;
}
.sub-contents .history .img-box .img3-3 {
  margin: 4% 0 -4%;
  margin: 30px 0 -30px;
}
.sub-contents .history .img-box .img3-5 {
  margin: 21% 0 0;
  margin: 160px 0 0;
}
.sub-contents .history .img-box .img4-2 {
  margin: 8% 0 -8%;
  margin: 60px 0 -65px;
}
.sub-contents .history .img-box .img4-3 {
  margin-left: auto;
}
.sub-contents .history .bar-box,
.sub-contents .history .bar {
  position: absolute;
  top: 0;
  left: 50%;
}
.sub-contents .history .bar-box {
  width: 1px;
  height: 100%;
  background: #ddd;
}
.sub-contents .history .bar {
  width: 1px;
  height: 0;
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
.sub-contents .history .bar span {
  display: block;
  background: var(--color-main);
}
.sub-contents .history .bar .line {
  width: 100%;
  height: 100%;
}
.sub-contents .history .bar .circle,
.sub-contents .history .bar .circle::before {
  border-radius: 50%;
}
.sub-contents .history .bar .circle {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .history .bar .circle::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: rgba(237, 28, 42, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .history .list-box dl {
  width: 100%;
}
.sub-contents .history .list-box dl dt {
  color: #aaa;
  font-size: 6rem;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.6s;
}
.sub-contents .history .list-box dl dd {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 22px 30px;
  margin: -1px 0;
}
.sub-contents .history .list-box dl dd * {
  color: #333;
  font-family: var(--font-suit);
}
.sub-contents .history .list-box dl .row {
  column-gap: 60px;
}
.sub-contents .history .list-box dl b,
.sub-contents .history .list-box dl p {
  font-size: 2rem;
}
.sub-contents .history .list-box dl b {
  width: 45px;
  flex-shrink: 0;
  font-weight: 600;
}
.sub-contents .history .list-box dl .column {
  width: 100%;
  row-gap: 25px;
}
.sub-contents .history .list-box dl .column > p {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
}
.sub-contents .history .list-box dl .column a {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  height: 25px;
  border: 1px solid var(--color-black);
  border-radius: 25px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
}
.sub-contents .history .list-box dl .column a img {
  width: 7px;
  filter: brightness(0);
}
.sub-contents .history .list-box dl.on dt {
  color: var(--color-main);
}
.sub-contents .history .list-box ol {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
}
.sub-contents .history .list-box ol em,
.sub-contents .history .list-box ol p {
  color: #666;
  font-size: 1.8rem;
}
.sub-contents .history .list-box ol li {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
}
.sub-contents .history .list-box ol li em {
  display: inline-block;
  width: 70px;
  flex-shrink: 0;
  font-weight: 600;
}
.sub-contents .history .list-box.reverse {
  align-items: flex-end;
  text-align: right;
}
.sub-contents .history .list-box.reverse dl .row,
.sub-contents .history .list-box.reverse ol li {
  flex-direction: row-reverse;
}
.sub-contents .history .list-box.reverse dl .column > p {
  justify-content: flex-end;
}
.sub-contents .group .information .bottom,
.sub-contents .group .information .sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sub-contents .group .information .bottom {
  column-gap: 60px;
  margin-top: 60px;
}
.sub-contents .group .information .sns {
  column-gap: 20px;
}
.sub-contents .sunjin .item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.sub-contents .sunjin .item-box .item {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  padding: 60px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub-contents .sunjin .item-box .item:nth-child(1) {
  background-image: url("/img/sub/img_sunjin_02_1.png");
}
.sub-contents .sunjin .item-box .item:nth-child(2) {
  background-image: url("/img/sub/img_sunjin_02_2.png");
}
.sub-contents .sunjin .item-box .item:nth-child(3) {
  background-image: url("/img/sub/img_sunjin_02_3.png");
}
.sub-contents .sunjin .item-box .item:nth-child(4) {
  background-image: url("/img/sub/img_sunjin_02_4.png");
}
.sub-contents .sunjin .item-box .item::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(237, 26, 46, 0) 0%, rgba(237, 26, 46, 0.5) 37.33%, #FCB034 100%);
  border-radius: 20px;
  opacity: 1;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .sunjin .item-box .item * {
  color: var(--color-white);
}
.sub-contents .sunjin .item-box .item .inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sub-contents .sunjin .item-box .item em {
  font-size: 2.2rem;
  font-weight: 700;
  opacity: 0.6;
}
.sub-contents .sunjin .item-box .item .text {
  margin-top: auto;
  position: relative;
  transition: all 0.6s;
}
.sub-contents .sunjin .item-box .item .column {
  padding-top: 20px;
}
.sub-contents .sunjin .item-box .item h4 {
  font-size: var(--font40);
  font-weight: 500;
}
.sub-contents .sunjin .item-box .item p {
  line-height: 1.3;
}
.sub-contents .sunjin .item-box .item p::before {
  background: var(--color-white);
}
.sub-contents .sunjin .item-box .item:hover::before, .sub-contents .sunjin .item-box .item.hover::before {
  top: 0;
  opacity: 1;
}
@media screen and (hover: hover) and (min-width: 1024px) {
  .sub-contents .sunjin .item-box .item::before {
    opacity: 0;
    top: 100%;
  }
  .sub-contents .sunjin .item-box .item:hover::before, .sub-contents .sunjin .item-box .item.hover::before {
    top: 0;
    opacity: 1;
  }
}
.sub-contents .ns .item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.sub-contents .ns .item-box .item {
  height: 600px;
  flex-grow: 1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
}
.sub-contents .ns .item-box .item:nth-child(1) {
  background: url("/img/sub/img_ns_02_1.png") no-repeat center;
}
.sub-contents .ns .item-box .item:nth-child(2) {
  background: url("/img/sub/img_ns_02_2.png") no-repeat center;
}
.sub-contents .ns .item-box .item:nth-child(3) {
  background: url("/img/sub/img_ns_02_3.png") no-repeat center;
}
.sub-contents .ns .item-box .item:nth-child(4) {
  background: url("/img/sub/img_ns_02_4.png") no-repeat center;
}
.sub-contents .ns .item-box .item:nth-child(5) {
  background: url("/img/sub/img_ns_02_5.png") no-repeat center;
}
.sub-contents .ns .item-box .item::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.32%, #000 100%);
  border-radius: 20px;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .ns .item-box .item * {
  color: var(--color-white);
}
.sub-contents .ns .item-box .item .blur {
  border-radius: 20px;
  padding: 0 0 40px 40px;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .ns .item-box .item .inner {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sub-contents .ns .item-box .item .text {
  margin-top: auto;
  position: absolute;
  bottom: 0;
  transition: all 0.6s;
}
.sub-contents .ns .item-box .item .text * {
  white-space: nowrap;
}
.sub-contents .ns .item-box .item .p-box {
  padding-top: 20px;
}
.sub-contents .ns .item-box .item h4 {
  font-size: 3rem;
  font-weight: 500;
  transition: all 0.4s;
}
.sub-contents .ns .item-box .item p {
  line-height: 1.3;
}
.sub-contents .ns .item-box .item p::before {
  background: var(--color-white);
}
.sub-contents .ns .item-box .item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1600px) {
  .sub-contents .ns .item-box .item:hover, .sub-contents .ns .item-box .item.hover {
    flex-grow: 3.3635;
  }
  .sub-contents .ns .item-box .item:hover .blur, .sub-contents .ns .item-box .item.hover .blur {
    backdrop-filter: blur(5px);
  }
  .sub-contents .ns .item-box .item:hover h4, .sub-contents .ns .item-box .item.hover h4 {
    font-size: var(--font40);
  }
  .sub-contents .ns .item-box .item .p-box {
    width: 660px;
    position: absolute;
  }
  .sub-contents .ns .item-box .item.off h4 {
    opacity: 0.3;
  }
}
.sub-contents .corporations {
  background: #f5f5f5;
  padding: var(--gap150) 0 calc(var(--gap150) + 50px);
  margin-bottom: -50px;
}
.sub-contents .corporations .contents {
  padding-top: 50px;
  position: relative;
}
.sub-contents .corporations .contents h3 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .corporations .contents .row {
  width: 100%;
  max-width: 1740px;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .corporations .contents .refer {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--color-white);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  padding: 30px;
  margin-left: auto;
}
.sub-contents .corporations .contents .refer p {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #333;
  font-size: 1.8rem;
}
.sub-contents .corporations .contents .refer span {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sub-contents .corporations .contents .refer span.red {
  background: #ED1C2A;
}
.sub-contents .corporations .contents .refer span.orange {
  background: #F56331;
}
.sub-contents .corporations .contents .refer span.purple {
  background: #7646DC;
}
.sub-contents .corporations .contents .refer span.green {
  background: #4CB256;
}
.sub-contents .corporations .contents .refer span.blue {
  background: #0C7CE3;
}
.sub-contents .corporations .contents .refer span.yellow {
  background: #FCB034;
}
.sub-contents .corporations .contents .refer span.gray {
  background: #888888;
}
.sub-contents .corporations .map-box .korea-logo,
.sub-contents .corporations .map-box .korea-circle,
.sub-contents .corporations .map-box .line-box {
  transform-origin: center;
  transform-box: content-box;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.sub-contents .corporations .map-box .korea-logo,
.sub-contents .corporations .map-box .korea-circle {
  animation-duration: 2s;
}
.sub-contents .corporations .map-box .korea-logo {
  transform: translateY(0);
  animation-name: koreaLogo;
}
.sub-contents .corporations .map-box .korea-circle {
  transform: scale(0);
  animation-name: koreaCircle;
}
.sub-contents .corporations .map-box .line-box {
  clip-path: circle(0% at 37.95% 23.6%);
  animation-name: mapLine;
  animation-duration: 4s;
}
.sub-contents .corporations .map-box .line-box.pause {
  animation-fill-mode: forwards;
  animation-iteration-count: inherit;
}
@keyframes koreaLogo {
  50% {
    transform: translateY(20px);
  }
}
@keyframes koreaCircle {
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes mapLine {
  to {
    clip-path: circle(100% at 37.95% 23.6%);
  }
}
.sub-contents .corporations .tooltip {
  min-width: 28.125%;
  position: absolute;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s;
}
.sub-contents .corporations .tooltip .inner {
  column-gap: 40px;
  background: var(--color-white);
  border: 1px solid var(--color);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.sub-contents .corporations .tooltip .inner::before {
  content: "";
  display: block;
  background: var(--color);
  border-radius: 20px;
  z-index: -1;
  filter: blur(10px) opacity(0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .corporations .tooltip .inner .logo {
  flex-shrink: 0;
}
.sub-contents .corporations .tooltip .inner h6 {
  color: #111;
  font-size: 2rem;
  font-weight: 700;
}
.sub-contents .corporations .tooltip .inner .row,
.sub-contents .corporations .tooltip .inner .row > div {
  align-items: center;
}
.sub-contents .corporations .tooltip .inner .row {
  column-gap: 30px;
  padding: 0;
}
.sub-contents .corporations .tooltip .inner .row > div {
  display: flex;
  column-gap: 10px;
}
.sub-contents .corporations .tooltip .inner span,
.sub-contents .corporations .tooltip .inner .flag {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.sub-contents .corporations .tooltip .inner span {
  display: block;
  background: var(--color);
  border-radius: 50%;
}
.sub-contents .health {
  background: url("/img/sub/point_health.png") no-repeat right bottom/63.5415%;
}
.sub-contents .health .item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .health .info-box {
  width: 47.05%;
  flex-shrink: 0;
  position: relative;
}
.sub-contents .health .one,
.sub-contents .health .text-box,
.sub-contents .health .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .health .one {
  width: 40%;
}
.sub-contents .health .text-box {
  width: 56.25%;
  padding: 25% 0;
  opacity: 0;
  transition: all 0.6s;
}
.sub-contents .health .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 13% 0 30px;
  width: 100%;
  height: 100%;
}
.sub-contents .health .item h4 {
  color: #222;
  font-size: calc(var(--font46) - 0.2rem);
  font-weight: 700;
  font-family: var(--font-inter);
}
.sub-contents .health .item p {
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 30px 0 auto;
}
.sub-contents .health .buttons-box,
.sub-contents .health .buttons-box button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .health .buttons-box {
  column-gap: 30px;
  position: absolute;
  left: 50%;
  bottom: 22%;
  transform: translateX(-50%);
}
.sub-contents .health .buttons-box svg {
  width: 14px;
  height: 22px;
  filter: brightness(0);
}
.sub-contents .health .buttons-box path {
  stroke-width: 1px;
}
.sub-contents .health .text {
  padding: 0 60px;
}
.sub-contents .health .text .p-box {
  row-gap: 40px;
}
.sub-contents .esg .top {
  text-align: center;
}
.sub-contents .esg .top .bar {
  width: 1px;
  height: 100px;
  margin: 60px auto 0;
  position: relative;
  overflow: hidden;
}
.sub-contents .esg .top .bar span {
  display: block;
  width: 100%;
  height: 200%;
  background: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(50%);
  }
}
.sub-contents .environment .img {
  position: relative;
}
.sub-contents .environment .process {
  width: 100%;
  max-width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .environment .process .list-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--environment-px);
}
.sub-contents .environment .process .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 30px;
}
.sub-contents .environment .process .list:last-child h6::before, .sub-contents .environment .process .list:last-child h6::after {
  display: none;
}
.sub-contents .environment .process .icon {
  width: 100%;
  background: url("/img/sub/border_environment_01.png") no-repeat center/100%;
  padding: 50% 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .environment .process .icon::before, .sub-contents .environment .process .icon::after {
  content: "";
  display: block;
  background: var(--color-black);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .environment .process .icon::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: calc(100% - 2.5px);
}
.sub-contents .environment .process .icon::after {
  width: 1px;
  height: calc(var(--environment-px) / 2);
  top: 100%;
}
.sub-contents .environment .process .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .environment .process .text,
.sub-contents .environment .process h6 {
  width: 100%;
}
.sub-contents .environment .process h6::before, .sub-contents .environment .process h6::after,
.sub-contents .environment .process b::before,
.sub-contents .environment .process b::after {
  content: "";
  display: block;
  width: var(--environment-px);
  height: var(--environment-px);
}
.sub-contents .environment .process h6 {
  height: var(--environment-px);
  margin-bottom: 20px;
  position: relative;
}
.sub-contents .environment .process h6::before, .sub-contents .environment .process h6::after {
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.sub-contents .environment .process h6::before {
  background: rgba(0, 0, 0, 0.05);
}
.sub-contents .environment .process h6::after {
  background: url("/img/svg/angle_right.svg") no-repeat center/10px;
  opacity: 0;
  transition: all 0.6s;
}
.sub-contents .environment .process h6.on::after {
  opacity: 1;
}
.sub-contents .environment .process b {
  background: var(--color);
  color: var(--color-white);
  font-weight: 700;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .environment .process b::before, .sub-contents .environment .process b::after {
  background: var(--color);
  position: absolute;
  top: 0;
  bottom: 0;
}
.sub-contents .environment .process b::before {
  left: calc(-1 * var(--environment-px));
}
.sub-contents .environment .process b::after {
  right: calc(-1 * var(--environment-px));
}
.sub-contents .environment .process b.b-1 {
  border-radius: var(--environment-px) 0 0 var(--environment-px);
}
.sub-contents .environment .process b.b-1::before {
  display: none;
}
.sub-contents .environment .process b.b-3::before {
  border-radius: var(--environment-px) 0 0 var(--environment-px);
}
.sub-contents .environment .process b.b-4 {
  border-radius: 0 var(--environment-px) var(--environment-px) 0;
}
.sub-contents .environment .process b.b-4::after {
  display: none;
}
.sub-contents .environment .process span {
  font-size: 1.5rem;
}
.sub-contents .environment .process .arrow {
  margin: 25px 0 15px;
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: opacity 0.2s;
}
.sub-contents .environment .process .arrow.on {
  opacity: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition: all 1.4s, opacity 0.2s;
}
.sub-contents .environment .process p {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
}
.sub-contents .governance .holdings h3 {
  text-align: center;
  margin-bottom: 30px;
}
.sub-contents .governance .table-box table tr > * {
  height: 50px;
  font-size: 2rem;
  padding: 10px 20px;
}
.sub-contents .areas .entire {
  background: url("/img/sub/bg_areas_01.png") no-repeat center/100%;
}
.sub-contents .areas .entire .item-box {
  column-gap: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .areas .entire .img,
.sub-contents .areas .entire .text {
  width: calc(50% - 50px);
}
.sub-contents .areas .entire .text {
  padding-left: 50px;
}
.sub-contents .areas .information .item-box {
  height: 500px;
  display: grid;
  grid-template-columns: calc(60% - 20px) 40%;
  column-gap: 20px;
}
.sub-contents .areas .information .slide-wrap {
  position: relative;
}
.sub-contents .areas .information .slide-box,
.sub-contents .areas .information .slide-box .img {
  height: 100%;
}
.sub-contents .areas .information .slide-box .img {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.sub-contents .areas .information .slide-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .areas .information .swiper-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: 30px;
  transform: translateX(-50%);
}
.sub-contents .areas .information .swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.sub-contents .areas .information .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-white);
}
.sub-contents .areas .information .button-box {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .areas .information .button-box svg {
  width: 18px;
  height: 26px;
}
.sub-contents .areas .information .button-box path {
  stroke-width: 1px;
}
.sub-contents .areas .information .text {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 20px;
  padding: 60px;
  position: relative;
}
.sub-contents .areas .information .text .icon {
  position: absolute;
  top: 60px;
  right: 60px;
}
.sub-contents .areas .information .text h5 {
  color: #111;
  font-size: 2.8rem;
  font-weight: 600;
}
.sub-contents .areas .information .text p {
  font-size: 1.8rem;
  margin: 20px 0 auto;
}
.sub-contents .areas .information .text ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
.sub-contents .areas .information .text ul.last {
  width: calc(50% + 60px);
}
.sub-contents .philosophy em {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 600;
}
.sub-contents .philosophy h5 {
  color: #111;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.sub-contents .philosophy .explan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  column-gap: 20px;
  padding-bottom: 60px;
}
.sub-contents .philosophy .explan .img,
.sub-contents .philosophy .explan .text {
  width: 100%;
}
.sub-contents .philosophy .explan .text {
  height: 100%;
  border-radius: 20px 100px 20px 20px;
  background: #F7F6F1;
  text-align: center;
  padding: 20px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sub-contents .philosophy .explan .text .point {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.sub-contents .philosophy .explan .text h3 {
  margin: 10px 0 40px;
}
.sub-contents .philosophy .information .info h3 {
  margin-top: 10px;
}
.sub-contents .philosophy .information .info .text {
  padding-top: 50px;
}
.sub-contents .philosophy .map .img-box {
  width: 100vw;
  margin-bottom: -50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .philosophy .map .img,
.sub-contents .philosophy .map .img img,
.sub-contents .philosophy .map svg {
  width: 100%;
  height: 100%;
}
.sub-contents .philosophy .map .img {
  position: relative;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .philosophy .map .building * {
  transition: all 0.4s;
}
.sub-contents .philosophy .map .building .building-pin {
  cursor: pointer;
}
.sub-contents .philosophy .map .building .building-pin *:not(.white) {
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.3));
}
.sub-contents .philosophy .map .building .building-text,
.sub-contents .philosophy .map .building .building-cover {
  opacity: 0;
}
.sub-contents .philosophy .map .building.on .building-text,
.sub-contents .philosophy .map .building.on .building-cover {
  opacity: 1;
}
.sub-contents .philosophy .map .building.off .building-line-1 {
  stroke-dasharray: 8 8;
}
.sub-contents .philosophy .map .building.off .list .white,
.sub-contents .philosophy .map .building.off .building-pin {
  opacity: 0;
}
.sub-contents .systematization .chain {
  position: relative;
}
.sub-contents .systematization .chain > span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26rem;
  font-style: italic;
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: -0.3em;
  z-index: -1;
}
.sub-contents .systematization .chain .row {
  align-items: center;
  column-gap: var(--gap100);
}
.sub-contents .systematization .chain h6 {
  font-size: 2.4rem;
}
.sub-contents .systematization .chain .info {
  width: 100%;
  max-width: 52.9415%;
  flex-shrink: 0;
  position: relative;
}
.sub-contents .systematization .chain .info .item-box {
  width: 100%;
  max-width: 72.225%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10px;
  column-gap: 50px;
  padding: 60px 0;
  margin: 0 auto;
}
.sub-contents .systematization .chain .info .item {
  position: relative;
  margin: -60px -25px;
}
.sub-contents .systematization .chain .info .circle,
.sub-contents .systematization .chain .info .circle::after,
.sub-contents .systematization .chain .info .inner {
  border-radius: 50%;
}
.sub-contents .systematization .chain .info .circle::after,
.sub-contents .systematization .chain .info .inner {
  z-index: 1;
}
.sub-contents .systematization .chain .info .circle {
  width: 100%;
  background: var(--color-white);
  padding: 50% 0;
  margin: 0 auto;
  position: relative;
}
.sub-contents .systematization .chain .info .circle::after {
  content: "";
  display: block;
  width: 85.715%;
  height: 85.715%;
  background: url("/img/svg/border_systematization_02.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rotate 20s linear infinite;
}
@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.sub-contents .systematization .chain .info .inner {
  width: 71.4285%;
  height: 71.4285%;
  background: var(--color);
  text-align: center;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .systematization .chain .info .inner * {
  color: var(--color-white);
}
.sub-contents .systematization .chain .info .inner em {
  display: block;
  margin: 20px 0 5px;
}
.sub-contents .systematization .chain .info .inner h6 {
  font-weight: 700;
}
.sub-contents .systematization .chain .info .p-box {
  min-width: 190px;
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
  background: var(--color-white);
  border: 2px solid var(--color);
  border-radius: 15px;
  padding: 20px;
  position: absolute;
  z-index: 1;
}
.sub-contents .systematization .chain .info .p-box .line {
  position: absolute;
}
.sub-contents .systematization .chain .info .p-box p {
  column-gap: 5px;
  font-size: 1.8rem;
  white-space: nowrap;
}
.sub-contents .systematization .chain .info .red {
  grid-area: 1/2/1/4;
}
.sub-contents .systematization .chain .info .red .p-box {
  top: 0;
  left: calc(100% + 10px);
}
.sub-contents .systematization .chain .info .red .p-box .line {
  top: 45%;
  left: -46%;
}
.sub-contents .systematization .chain .info .orange {
  grid-area: 3/1/2/3;
}
.sub-contents .systematization .chain .info .orange .p-box {
  top: -150px;
  left: -110px;
}
.sub-contents .systematization .chain .info .orange .p-box .line {
  right: -33%;
  bottom: -25%;
}
.sub-contents .systematization .chain .info .yellow {
  grid-area: 3/3/2/5;
}
.sub-contents .systematization .chain .info .yellow .p-box {
  top: -70px;
  left: calc(100% - 65px);
}
.sub-contents .systematization .chain .info .yellow .p-box .line {
  top: 96%;
  left: -10px;
}
.sub-contents .systematization .chain .info .link-box,
.sub-contents .systematization .chain .info .link-box figure {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .systematization .chain .info .link-box {
  column-gap: 120px;
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .systematization .chain .info .link-box figure {
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
}
.sub-contents .systematization .chain .info .link-box figure img {
  filter: brightness(0) invert(1);
}
.sub-contents .systematization .chain .text {
  row-gap: 60px;
}
.sub-contents .systematization .chain .text h6 {
  color: #111;
}
.sub-contents .systematization .chain .text h3 {
  margin-bottom: 15px;
}
.sub-contents .systematization .chain .text dl dt {
  column-gap: 10px;
  color: #222;
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sub-contents .systematization .chain .text dl dt figure {
  flex-shrink: 0;
}
.sub-contents .brand .row {
  column-gap: 40px;
  justify-content: space-between;
}
.sub-contents .brand .item-box {
  width: 100%;
  max-width: 64.705%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.sub-contents .brand .item {
  border-radius: 20px;
  padding: 50% 0;
  position: relative;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1s;
}
.sub-contents .brand .item::before, .sub-contents .brand .item::after,
.sub-contents .brand .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .brand .item::before, .sub-contents .brand .item::after {
  content: "";
  display: block;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.4s;
}
.sub-contents .brand .item::before {
  border: 1px solid var(--color-border);
}
.sub-contents .brand .item::after {
  border: 2px solid var(--color-main);
  opacity: 0;
}
.sub-contents .brand .item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .brand .item .logo {
  width: calc(100% - 40px);
  text-align: center;
  margin: 0 auto;
}
.sub-contents .brand .item:hover::before {
  opacity: 1;
}
.sub-contents .brand .item:hover::after {
  opacity: 1;
}
.sub-contents .brand .item-box.on .item {
  opacity: 1;
  transform: translateX(0);
}
.sub-contents .brand .item-box.on .item:nth-child(1) {
  transition-delay: 0.08s;
}
.sub-contents .brand .item-box.on .item:nth-child(2) {
  transition-delay: 0.16s;
}
.sub-contents .brand .item-box.on .item:nth-child(3) {
  transition-delay: 0.24s;
}
.sub-contents .brand .item-box.on .item:nth-child(4) {
  transition-delay: 0.32s;
}
.sub-contents .brand .item-box.on .item:nth-child(5) {
  transition-delay: 0.4s;
}
.sub-contents .brand .item-box.on .item:nth-child(6) {
  transition-delay: 0.48s;
}
.sub-contents .brand .item-box.on .item:nth-child(7) {
  transition-delay: 0.56s;
}
.sub-contents .brand .item-box.on .item:nth-child(8) {
  transition-delay: 0.64s;
}
.sub-contents .tour .item-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  margin-top: var(--gap60);
  position: relative;
}
.sub-contents .tour .item-box::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url("/img/sub/line_tour_01.png") no-repeat center 60px/100%;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .tour .item {
  border-radius: 20px;
  padding: 60.95% 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub-contents .tour .item:nth-child(1) {
  background-image: url("/img/sub/img_tour_01_1.png");
}
.sub-contents .tour .item:nth-child(2) {
  background-image: url("/img/sub/img_tour_01_2.png");
}
.sub-contents .tour .item:nth-child(3) {
  background-image: url("/img/sub/img_tour_01_3.png");
}
.sub-contents .tour .item:nth-child(4) {
  background-image: url("/img/sub/img_tour_01_4.png");
}
.sub-contents .tour .item a {
  row-gap: 20px;
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .tour .item h6 {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.sub-contents .tour .item-box.on::before {
  opacity: 1;
  transition-delay: 1s;
}
.sub-contents .tour .item-box.on .item {
  opacity: 1;
  transform: translateY(0);
}
.sub-contents .tour .item-box.on .item:nth-child(1) {
  transition-delay: 0.1s;
}
.sub-contents .tour .item-box.on .item:nth-child(2) {
  transition-delay: 0.2s;
}
.sub-contents .tour .item-box.on .item:nth-child(3) {
  transition-delay: 0.3s;
}
.sub-contents .tour .item-box.on .item:nth-child(4) {
  transition-delay: 0.4s;
}
.sub-contents .urban .information {
  display: flex;
  align-items: flex-end;
  column-gap: var(--gap100);
}
.sub-contents .urban .information .img {
  width: 51.765%;
  flex-shrink: 0;
}
.sub-contents .urban .information dl {
  display: flex;
  column-gap: 35px;
  align-items: flex-start;
  margin-top: 10px;
}
.sub-contents .urban .information dl em {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #aaa;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .urban .information dl dt {
  column-gap: 15px;
  color: #444;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sub-contents .urban .information dl dd {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  font-family: var(--font-suit);
}
.sub-contents .urban .details {
  row-gap: 60px;
}
.sub-contents .urban .details * {
  font-family: var(--font-suit);
}
.sub-contents .urban .details h6 {
  color: #222;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sub-contents .urban .details .item-box {
  display: flex;
  column-gap: 20px;
}
.sub-contents .urban .details .item-box > * {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 20px;
}
.sub-contents .urban .overview .item {
  padding: 40px;
}
.sub-contents .urban .overview dl {
  margin-top: 20px;
}
.sub-contents .urban .overview dl dt {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sub-contents .urban .overview dl dd {
  font-size: 2rem;
  font-weight: 300;
}
.sub-contents .urban .overview dl dd span {
  display: block;
  font-size: 1.8rem;
  margin-top: 10px;
}
.sub-contents .urban .direction .item {
  text-align: center;
  padding: 40px 30px;
}
.sub-contents .urban .direction figure {
  margin: 0 auto 15px;
}
.sub-contents .urban .direction p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
}
.sub-contents .urban .introduce a {
  padding: 35px 40px;
}
.sub-contents .fbh .information .item-wrap {
  margin-top: var(--gap60);
  position: relative;
}
.sub-contents .fbh .information .item-wrap > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: var(--font-suit);
  margin-top: 20px;
}
.sub-contents .fbh .information .gradient-line {
  width: 60.5%;
  height: 20px;
  background-image: linear-gradient(90deg, #FCB034 0%, #ED1A2E 100%);
  opacity: 0.3;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .fbh .information .item-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.sub-contents .fbh .information .item {
  background: #f9f9f9;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  text-align: center;
  padding: 50px 20px 65px;
}
.sub-contents .fbh .information .icon {
  width: 130px;
  height: 130px;
  background: var(--color);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .fbh .information dl dt {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.sub-contents .fbh .information dl dd {
  color: #444;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  font-family: var(--font-suit);
}
.sub-contents .management .item-box {
  row-gap: 20px;
  column-gap: 20px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.sub-contents .management .item,
.sub-contents .management .chart {
  display: flex;
  flex-direction: column;
}
.sub-contents .management .item {
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 40px 60px 60px;
}
.sub-contents .management .item h6 {
  flex-shrink: 0;
  column-gap: 10px;
  color: #111;
  font-size: 2.2rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sub-contents .management .item h6 span {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
}
.sub-contents .management .chart-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.sub-contents .management .amount {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(9, 1fr);
  row-gap: 25px;
  flex-shrink: 0;
  text-align: right;
  padding-bottom: calc(1.2rem + 10px);
}
.sub-contents .management .amount li {
  column-gap: 25px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .management .amount li span {
  width: 60px;
  flex-shrink: 0;
  font-size: 1.5rem;
}
.sub-contents .management .amount li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url("/img/sub/line_management.png") no-repeat center/100%;
}
.sub-contents .management .amount li:last-child::after {
  background: #ccc;
}
.sub-contents .management .chart {
  width: calc(100% - 85px);
  height: calc(100% - 1rem);
  row-gap: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sub-contents .management .chart .chart-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 40px;
  padding: 0 60px;
}
.sub-contents .management .chart .chart-inner > * {
  width: 100%;
}
.sub-contents .management .bars {
  height: 100%;
  align-items: flex-end;
}
.sub-contents .management .bars .bar {
  height: 0;
  background: linear-gradient(180deg, #AAA 0%, #DDD 100%);
  border-radius: 10px 10px 0 0;
  position: relative;
}
.sub-contents .management .bars .bar span {
  display: inline-block;
  height: 25px;
  background: #333;
  border-radius: 25px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  padding: 4.5px 10px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .management .bars .bar.current {
  background: var(--color-main);
}
.sub-contents .management .bars .bar.current span {
  background: var(--color-main);
  font-weight: 900;
}
.sub-contents .management .year {
  flex-shrink: 0;
  text-align: center;
}
.sub-contents .management .year li {
  color: #333;
}
.sub-contents .disclosure .contents {
  text-align: center;
}

/* 20250714 뉴스룸 추가 */
.mo-br { 
  display: none; 
}
.sub-visual .search-area {
  position: absolute;
  width: 100%;
  max-width:1700px;
  padding: 0 20px;
  right: 50%;
  bottom: 34px;
  transform:translateX(50%);
}
.sub-visual .search-area > form {
  display: flex;
  justify-content:right;
  align-items:center;
  gap:10px;
  width: 100%;
  height: 100%;
}
.sub-visual .search-area .search-input{
  overflow:hidden;
  width: 400px;
  transition:0.3s ease-out;
}
.sub-visual .search-area .search-input > input {
  width: 100%;
  height: 60px;
  border-radius:60px;
  padding: 0 40px;
  font-size: 1.8rem;
  color: #111;
  background-color: #fff;
}
.sub-visual .search-area .search-input > input::placeholder{
  color: #888;	
}
.sub-visual .search-area .search-btn {
  overflow:hidden;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius:50%;
}
.sub-visual .search-area .search-btn .btn-search {
  width: 100%;
  height: 100%;
  background: url("/img/svg/icon_search_2.svg") no-repeat center center/auto #111;
}
.sub-visual .search-area .search-btn .cover{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor:pointer;
}

.newsroom .move-tabs {
  height: 90px;
  padding: 6px;
}
.newsroom .move-tabs ul li > * {
    font-family: 'SUIT', sans-serif;
}
.newsroom .move-tabs ul li:hover > *, .newsroom .move-tabs ul li.on > * {
    font-size: 2.6rem;
}
.board-tag {
  display: flex;
  justify-content:center;
  align-items:center;
  gap: 25px;
  padding-top: 20px;
  margin-bottom: 100px;
}
.board-tag > span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #111111;
}
.board-tag .tag-area {
  display: flex;
  flex-wrap:wrap;
  align-items:center;
  gap: 10px;
}

.board-tag .tag-area .space { 
  display: none;
}
.board-tag .tag-area .tag {
  padding: 10px 20px;
  border-radius:100px;
  font-family: 'SUIT', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  color: #888888;
  background-color: #F5F5F5;
}
.board-tag .tag-area .tag.on {
  color: #ffffff;
  background-color: var(--color-main);
}
.board-sort {
  display: flex;
  align-items:center;
  gap:20px;
  margin-bottom: 60px;
}
.board-sort > a {
  position: relative;
  min-width: 70px;
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #AAA;
  text-align: center;
}
.board-sort > a::after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #AAAAAA;
}
.board-sort > a.on {
  font-weight: 700;
  color: var(--color-main);
}
.board-sort > a.on::after{
  background-color: var(--color-main);
}
.board-gallery {
  display: flex;
  flex-wrap:wrap;
  gap: 100px 40px;
}
.board-gallery .item {
  overflow:hidden;
  border:1px solid #EEEEEE;
  border-radius:20px;
  width: calc((100% - 80px)/3);
}
.board-gallery .item .img { 
  overflow: hidden;
  position: relative;
}
.board-gallery .item .img::before { 
  content:"";
  display: block;
  padding-top: 61%;
}
.board-gallery .item .img img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 50%; 
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit:cover;
  transition:0.3s ease-out;
}
.board-gallery .text {
  padding: 40px;
}
.board-gallery .text .date {
  font-size: 1.6rem;
  color: #999;
}
.board-gallery .text .title {
  overflow: hidden;
  white-space: normal; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  margin-top: 0.625em;
  font-family: 'SUIT', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  word-break: normal;
}
.board-gallery .text .title.lh-16{
  line-height: 1.6;
}
.board-gallery .text .title .tag {
  margin-right: 15px;
  border:1px solid var(--color-main);
  border-radius:5px;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-main);
  vertical-align:0.1em;
}
.board-gallery .text .category {
  display: inline-block;
  margin-top: 1.937em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ED1C2A;
}
.board-gallery .item > a .text .top {
  display: flex;
  align-items:center;
  justify-content:space-between;
}
.board-gallery .item > a .text .top .category {
  margin-top: 0;
}
.board-gallery .item > a .text .top + .title {
  margin-top: 0.833em;
} 
.board-gallery .item > a:hover .img img {
  transform: translate(-50%, -50%) scale(1.036);
}
.board-list {
  border-top:2px solid #000;
}
.newsroom .board-list {
  margin-top: 100px;
}
.board-list .item {
  border-bottom:1px solid #EEEEEE;
}
.board-list .item > a {
  position: relative;
  display: flex;
  align-items:center;
  gap: 20px 60px;
  padding: 40px;
}
.board-list .item > a::after {
  content:"";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: 0.3s ease-out;
}
.board-list .item > a .img {
  overflow:hidden;
  position: relative;
  width: 285px;
  border-radius:15px;
}
.board-list .item > a .img::before{
  content:"";
  display: block;
  padding-top: 61.05%;
}
.board-list .item > a .img img {
  position: absolute;
  width: 100%;
  min-height:100%;
  left: 50%;
  top: 50%;
  -moz-object-fit:cover;
  object-fit:cover;
  transform:translate(-50%,-50%);
  transition:0.3s ease-out;
}
.board-list .item > a:hover .img img {
  transform: translate(-50%, -50%) scale(1.08);
}
.board-list .item > a:hover::after{
  width: 100%;
}
.board-list .item > a .text {
  width: calc(100% - 285px - 60px);
}
.board-list .item > a .text .title {
  overflow:hidden;
  font-family: 'SUIT', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #111;
  white-space:nowrap;
  text-overflow: ellipsis;
}
.board-list .item > a .text p {
  overflow:hidden;
  margin-top: 0.833em;	
  margin-bottom: 1.66em;	
  font-family: 'SUIT', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #666;
  white-space:nowrap;
  text-overflow: ellipsis;
}
.board-list .item > a .text .date {
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #999;
}
.board-list .item > a .tag-box {
  display: flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px;
  margin-top: 22px;
}
.board-list .item > a .tag-box .tag {
  border:1px solid #CCCCCC;
  border-radius:50px;
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #666;
}

.newsroom .paging {
  margin-top: 100px;
}
.newsroom .view-box .top .row {
  display: block;
}
.view-box .top h3 .tag {
  padding: 5px 10px;
  border-radius:5px;
  margin-right: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-main);
  border:1px solid var(--color-main);
  vertical-align:0.5em;
}
.view-box .top .row .category {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-main);
}
.view-box .top .row .date{
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #999;
}
.view-box .top .row .sub-area {
  position: relative;
  display: flex;
  justify-content:space-between;
  align-items:center;
  margin-top: 25px;
}
.view-box .top .row .board-info {
  display: flex;
  align-items:center;
  column-gap:32px;
}
.view-box .top .row .board-info span{
  position: relative;
} 
.view-box .top .row .board-info span::after {
  content:"";
  position: absolute;
  left: -18px;
  top: 50%;	
  display: block;
  width: 2px;
  height: 12px;
  background-color: #EEEEEE;
  transform:translateY(-50%);
}
.view-box .top .row .board-info span:first-child::after{
  display: none;
}
.newsroom .view-box .top h3 {
  line-height: 1.3;
}
.view-box .top .row .board-info .category {
  margin-bottom: 0;
}
.view-box .top .row .share-box {
  position: absolute;
  right: 0;
  top:50%;	
  display: flex;
  justify-content:space-between;
  align-items:center;
  gap:5px;
  transform:translateY(-50%);
}
.view-box .top .row .share-box a {
  display: block;
  width: 30px;
  border: 1px solid #CCC;
  border-radius:50%;
}
.view-box .top .row .share-box a img {
  width: 100%;
}
.view-box .content-info {
  margin-top: 60px;
  margin-bottom: 40px;
}
.view-box .content-info .link-flex {
  margin-top: 0;
  margin-bottom: 80px;
}
.view-box .content-info .link-flex .btn-pdf {
  display: flex;
  justify-content:space-between;
  align-items:center;
  width: 185px;
  height: 63px;
  padding: 0 30px;
  border:1px solid #EEEEEE;
  font-size: 1.8rem;
  color: #333;
}
.view-box .content-info .link-flex .btn-pdf::after{
  content:"";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/img/svg/icon_btn_pdf.svg") no-repeat center center/contain;
}
.view-box .content-info .view-info {
  padding: 20px;
  border:1px solid #EEEEEE;
  border-radius:10px;
  background-color: #F9F9F9;
  text-align: center;
}
.view-box .content-info .view-info > img {
  display: inline-block;
}
.view-box .content-info .view-info > p {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
}

.view-box .tool-list > li {
  border-bottom: 1px solid var(--color-border);
  padding: 30px 40px;
}
.view-box .tool-list > li.flex {
  display: flex;
  gap: 20px 120px;
}
.view-box .tool-list > li:first-child {
  border-top: 1px solid var(--color-border);
}
.view-box .tool-list > li > dl {
  display: flex;
  align-items:center;
}
.view-box .tool-list > li > dl.al-fs{
  align-items:flex-start;
}
.view-box .tool-list > li > dl * {
  font-size: 1.8rem;
}
.view-box .tool-list > li > dl dt {
  display: flex;
  column-gap: 10px;
  align-items: center;
  flex-shrink: 0;
  width:143px;
  color: #333;
  font-weight: 500;
}
.view-box .tool-list > li > dl dt .icon {
  width: 18px;
}
.view-box .tool-list > li > dl dd {
  display: flex;
  flex-wrap: wrap;
}
.view-box .tool-list > li > dl .tag-box {
  gap:10px;
}
.view-box .tool-list > li > dl .tag-box .tag {
  padding: 4px 10px;
  border:1px solid #CCCCCC;
  border-radius:50px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #666666;
}
.view-box .tool-list > li > dl .file-box {
  flex-direction: column;
  row-gap: 15px;
}
.view-box .tool-list > li > dl dd a {
  font-family: 'SUIT', sans-serif;
  color: #666;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-position: under;
}
.view-box .tool-list > li > dl dd .btn-round {
  display: flex;
  align-items:center;
  padding: 9px 14px;
  border:1px solid #DDDDDD;
  border-radius:50px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
}

.view-box .tool-list > li > dl dd .btn-round::after{
  content:"";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 15px;
  background: no-repeat center center/contain;
}
.view-box .tool-list > li > dl dd .btn-text-copy::after {
  background-image: url("/img/svg/icon_text_copy.svg");
}
.view-box .tool-list > li > dl dd .btn-img-download::after {
  background-image: url("/img/svg/icon_image_download.svg");
}

.view-box .tool-list + .link-flex {
  margin-top: 80px;
}
.recommend-box {
  margin-top: 150px;
}
.recommend-box > h4 {
  font-size: 4rem;
  font-weight: 500;
  color: #111;
}
.recommend-list {
  margin-top: 40px;
  border-top:2px solid #000;
}
.recommend-list > li {
  border-bottom:1px solid #EEEEEE;
}
.recommend-list > li > a {
  position: relative;
  display: flex;
  align-items:center;
  gap: 10px 45px;
  padding: 30px;
  height: 100%;
}
.recommend-list > li > a::after {
  content:"";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: 0.3s ease-out;
}
.recommend-list > li > a .img { 
  overflow:hidden;
  position: relative;
  width: 164px;
  border-radius:10px;
}
.recommend-list > li > a .img::before {
  content:"";
  display: block;
  padding-top: 60.97%;
}
.recommend-list > li > a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-height:100%;
  -moz-object-fit:cover;
  object-fit:cover;
  transform:translate(-50%, -50%);
  transition: 0.3s ease-out;
}
.recommend-list > li > a .text {
   width: calc(100% - 209px);
}
.recommend-list > li > a .text .title{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-family: 'SUIT', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #111;
}
.recommend-list > li > a .text .date {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #999;
}
.recommend-list > li > a:hover .img img{
    transform:translate(-50%, -50%) scale(1.043);
}
.recommend-list > li > a:hover::after {
  width: 100%;
}

.search-top .search-area {
  margin-bottom: 60px;
}
.search-top .search-area > form {
  display: flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  width: 100%;
  max-width:960px;
  height: 100%;
  margin: 0 auto;
}
.search-top .search-area .search-input {
  width: calc(100% - 110px);
}
.search-top .search-area .search-input > input {
  width: 100%;
  height: 90px;
  border-radius:90px;
  border:2px solid #000000;
  padding: 0 60px;
  font-size: 3rem;
  color: #000;
  background-color: #fff;
}
.search-top .search-area .search-input > input::placeholder{
  color: #888;	
}
.search-top .search-area .search-btn {
  overflow:hidden;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius:50%;
}
.search-top .search-area .search-btn .btn-search {
  width: 100%;
  height: 100%;
  background: url("/img/svg/icon_search_3.svg") no-repeat center center/auto var(--color-main);
}
.search-top > p {
  margin-bottom: 100px;
  font-size: 3rem;
  color: #000;
  text-align: center;
}
.search-top > p > em {
  color: var(--color-main);
}
.search-top > p > em.word{
  font-family: 'SUIT', sans-serif;
}
.search-top .lnb-box {
  margin-bottom: 90px;
}
.search-result + .search-result {
  margin-top: 100px;
}
.search-result .result-top {
  display: flex;
  justify-content:space-between;
  align-items:flex-end;
  padding-bottom: 38px;
}
.search-result .result-top h3 {
  font-size: 4rem;
  font-weight: 500;
}
.search-result .result-top h3 .num {
  font-family: 'SUIT', sans-serif;
  font-size: 0.5em;
  font-weight: 500;
  color: var(--color-main);
}
.search-result .result-top .btn-link-more {
  display: flex;
  align-items:center;
  font-size: 1.8rem;
  color: #888;
}
.search-result .result-top .btn-link-more::after {
  content:"";
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  background: url("/img/svg/icon_link_more.svg") no-repeat center center/contain;
}

.search-result .table-type-line {
  border-top: 2px solid #000;
}
.search-result .table-type-line td {
	height: 86px;
	padding: 0 20px;
	border-bottom:1px solid #EEEEEE;
}
.search-result .table-type-line td .title {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
}
.search-result .table-type-line td .date {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  color: #999;
}
.search-result .no-result {
  padding-top: 60px;
  text-align: center;
}
.search-result .no-result > p {
  margin-top: 60px;
  font-size: 1.8rem;
  color: #666;
}
.search-result .table-type-line .no-result {
  padding-top: 100px;
}

/* 
	2024-10-07 수정
*/
/* 이전 개인정보 처리방침 버튼 */
.sub-contents .policy .download-button{ 
	width: 340px;
	border: 1px solid #EEE;
	border-radius: 10px;
	padding: 20px 35px;
	padding-right: 20px;
}

/* 이전 개인정보처리방침 팝업 */
.sub-contents .privacy-popup { 
	width: 1000px;
	padding: 80px 100px;
}
.privacy-popup h4{
	color: #000;
	text-align: center;
}
.privacy-popup .policy {
	margin-top: 40px;
}
.privacy-popup .scrollable {
	height: 490px;
	overflow-x: clip;
}
.privacy-popup .scrollable::-webkit-scrollbar{
	width: 23px;
}
.privacy-popup .scrollable::-webkit-scrollbar-track {
  background: #EEE;
  background-clip: padding-box; 
  border: 10px solid transparent;
  border-radius: 100px;
}
.privacy-popup .scrollable::-webkit-scrollbar-thumb {
  background: var(--color-main);
  background-clip: padding-box; 
  border: 10px solid transparent;
  border-radius: 100px;
}
.sub-contents .privacy-popup .policy .text * {
	color: #666;
}
.sub-contents .privacy-popup .policy .text {
	margin-top: 0;
}


@media (max-width: 1400px){
	/* 이전 개인정보 처리방침 버튼 */
	.sub-contents .policy .download-button { 
		padding: 20px 25px;
	}
}

@media (max-width: 1200px){
	/* 이전 개인정보처리방침 팝업 */
	.sub-contents .privacy-popup { 
		width: calc(100% - 40px);
	}
}

@media (max-width: 1024px){
	/* 이전 개인정보 처리방침 버튼 */
	.sub-contents .policy .download-button {
		width: 320px;
    }

	/* 이전 개인정보처리방침 팝업 */
	.sub-contents .privacy-popup {
		padding: 40px 60px;
	}
	.privacy-popup .policy {
		margin-top: 20px;
	}
	.privacy-popup .scrollable {
		height: 430px;
	}
}

@media (max-width: 768px){
	/* 이전 개인정보 처리방침 버튼 */
	.sub-contents .policy .download-button{ 
		width: 100%;
	}

	/* 이전 개인정보처리방침 팝업 */
	.sub-contents .privacy-popup .policy .text * {
		font-size: 1.6rem;
	}
}

@media (max-width: 640px){
	/* 이전 개인정보처리방침 팝업 */
	.sub-contents .privacy-popup {
		padding: 30px 20px;
	}
	.sub-contents .privacy-popup .inner{
		position: relative;
	}
	.sub-contents .privacy-popup .close-button {
		top: 0; 
		right: 0;
	}
}