@import "./common.css";

@keyframes clipPath1 {
  from {
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
  }

  to {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}

@keyframes bgMotion {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes introV1 {
  0% {
    top: -50%;
    opacity: 0;
    transform: scale(1);
  }

  70% {
    top: 0;
    opacity: 1;
    transform: scale(1);
  }

  100% {
    top: 0;
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes introV2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes introV3 {
  60% {
    opacity: 0;
  }

  100% {
    top: 0;
    left: 0;
    opacity: 0;
  }
}

@keyframes introV4 {
  20% {
    opacity: 1;
  }

  70% {
    opacity: 1;
    width: 4.5625vw;
  }

  100% {
    width: 27.3943vw;
    opacity: 1;
  }
}

@keyframes introV4-m {
  20% {
    opacity: 1;
  }

  70% {
    opacity: 1;
    width: 10.9510638298vw;
  }

  100% {
    width: 60vw;
    opacity: 1;
  }
}

.main #container {
  padding-top: 0;
  padding-bottom: 0;
}

.main-intro {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-intro-end .main-promotion {
  animation-duration: 0.9s;
  animation-name: clipPath1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

.main-intro header {
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

.main-intro #intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 2000;
}

.main-intro #intro.active {
  animation-delay: 4.3s;
  animation-duration: 0.5s;
  animation-name: introV2;
  animation-direction: reverse;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.main-intro #intro.active .img-wrap {
  animation-delay: 0s;
  animation-duration: 1.2s;
  animation-name: introV1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.main-intro #intro.active .intro-text {
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-name: introV2;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.main-intro #intro.active .intro-img {
  animation-delay: 1.5s;
  animation-duration: 0.4s;
  animation-name: introV3;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.main-intro #intro.active .intro-img:nth-child(2n) {
  animation-delay: 1.4s;
}

.main-intro #intro.active .intro-box {
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-name: introV2;
  animation-direction: reverse;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.main-intro #intro.active .intro-logo {
  animation-delay: 2.5s;
  animation-duration: 1s;
  animation-name: introV4;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.main-intro .img-wrap {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.main-intro .intro-text {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 4rem;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  opacity: 0;
  text-align: center;
  vertical-align: middle;
}

.main-intro .intro-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 200px;
  max-height: 200px;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  filter: drop-shadow(rgba(22, 45, 161, 0.3) 1rem 1rem 32px);
}

.main-intro .intro-img:nth-child(1) {
  top: -34%;
  left: -80%;
}

.main-intro .intro-img:nth-child(2) {
  top: -69%;
  left: -40%;
}

.main-intro .intro-img:nth-child(3) {
  top: 0;
  left: -64%;
}

.main-intro .intro-img:nth-child(4) {
  top: 34%;
  left: -80%;
}

.main-intro .intro-img:nth-child(5) {
  top: 55%;
  left: -40%;
}

.main-intro .intro-img:nth-child(6) {
  top: -69%;
  left: 40%;
}

.main-intro .intro-img:nth-child(7) {
  top: -34%;
  left: 80%;
}

.main-intro .intro-img:nth-child(8) {
  top: 0;
  left: 64%;
}

.main-intro .intro-img:nth-child(9) {
  top: 34%;
  left: 80%;
}

.main-intro .intro-img:nth-child(10) {
  top: 55%;
  left: 40%;
}

.main-intro .intro-logo-wrap {
  position: absolute;
}

.main-intro .intro-logo {
  position: relative;
  margin: 0 auto;
  width: 4.5104166667vw;
  height: 4.113vw;
  opacity: 0;
  text-indent: -1000000em;
  font-size: 0;
  overflow: hidden;
}

.main-intro .intro-logo:after {
  content: "";
  position: absolute;
  right: -10%;
  height: 100%;
  width: 10%;
  background-color: rgba(255, 255, 255, 0.5);
}

.main-intro .intro-logo span {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 27.3943vw;
  height: 100%;
  background: url("../images/main/logo_intro.svg") no-repeat 0 / contain;
}

.mouse {
  display: inline-block;
  width: 2rem;
  height: 3.2rem;
  border: 2px solid #fff;
  border-radius: 1rem;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mouse:before {
  content: "";
  width: 2px;
  height: 0.6rem;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.2rem;
  opacity: 1;
  animation: wheel 1.5s infinite;
}
.mouse:after {
  content: "Scroll";
  position: absolute;
  left: 50%;
  top: 100%;
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  transform: translateX(-50%);
}

@keyframes wheel {
  to {
    opacity: 0.5;
    top: 1.2rem;
  }
}

.main-promotion {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0 !important;
  -webkit-clip-path: circle(0);
  clip-path: circle(0);
}

.main-promotion .section-inner {
  width: 100%;
}

.main-promotion .promotion-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: transform 5s 1s;
}
.main-promotion .swiper-slide-active .promotion-bg {
  transform: scale(1.3);
}

.main-promotion .spot-text {
  position: relative;
  color: #fff;
}

.main-promotion .swiper-slide-active .spot-text strong {
  opacity: 1;
  transform: translateY(0);
}

.main-promotion .swiper-slide-active .spot-text p {
  opacity: 1;
  transform: translateX(0);
}

.main-promotion .spot-text strong {
  display: block;
  font-size: 7rem;
  line-height: 1.29;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.5s;
}

.main-promotion .spot-text p {
  margin-top: 3rem;
  font-size: 2.4rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1s 1s, transform 1s 1s;
  transition-delay: 1.5s;
}

.main-promotion .spot-change {
  position: absolute;
  display: inline-flex;
  top: 0;
  left: -150vw;
  height: 100%;
  z-index: 10;
  font-size: 0;
  white-space: nowrap;
  font-size: 0;
}

.main-promotion .spot-change * {
  position: relative;
}

.main-promotion .swiper-slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-promotion .swiper-util-group {
  position: absolute;
  padding: 0 3rem;
  bottom: 10rem;
  left: 0;
  right: 0;
  margin: auto;
  gap: 0.8rem;
  max-width: 150rem;
  width: 100%;
  z-index: 3;
}

.main-promotion .promotion-fraction {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  text-align: left;
  position: absolute;
  bottom: 1.2rem;
}
.main-promotion .promotion-fraction strong {
  font-weight: 700;
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 1);
}
.main-promotion .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: absolute;
  left: 3rem;
  top: 0;
  width: 21.4rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.main-promotion .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition-duration: 5s !important;
}
.main-promotion .swiper-button-prev,
.main-promotion .swiper-button-next {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/main/icon_swiper.svg);
  background-size: cover;
  position: absolute;
  left: 25.8rem;
  margin: 0;
  top: -0.9rem;
}
.main-promotion .swiper-button-next {
  transform: rotate(180deg);
  left: 29rem;
}
.main-promotion .swiper-button-prev:after,
.main-promotion .swiper-button-next:after {
  display: none;
}

.main section {
  position: relative;
  overflow: hidden;
  padding: 18rem 0;
}

.main .section-head {
  position: relative;
  padding-right: 23rem;
  margin-bottom: 7rem;
}

.main .main-title .title-h2 {
  display: block;
  text-transform: uppercase;
  font-size: 6.2rem;
  color: #111;
}

.main .section-head .text-1 {
  margin-top: 2rem;
  color: #666;
  font-size: 2rem;
  font-weight: 300;
}
.main .section-head .text-1 strong {
  font-weight: 600;
  color: #444;
}

.main .section-head .btn-detail {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main .section-head.scr-eff .text-1,
.main .section-head.scr-eff .title-h2 {
  transform: translateY(150%) skew(-20deg, 0);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.main .section-head.scr-eff .title-h2 {
  transition-delay: 0.2s;
}

.main .section-head.scr-eff .text-1 {
  transition-delay: 0.6s;
}

.main .section-head.scr-eff-active .title-h2,
.main .section-head.scr-eff-active .text-1 {
  transform: translateY(0) skew(0, 0);
  opacity: 1;
}

.main .main-chammed .section-head {
  margin-bottom: 10rem;
}
.main .main-chammed .main-title .title-h2 {
  font-size: 6.8rem;
}
.main .main-chammed .section-head .text-1 {
  font-size: 2.2rem;
}

.main .main-chammed hr {
  background-color: #e0e0e0;
  height: 1px;
  border: 0;
  margin-bottom: 10rem;
}
.main-chammed .counter-list {
  display: flex;
  justify-content: space-between;
}
.main-chammed .counter-list li + li {
  margin-left: 3rem;
}
.main-chammed .counter-list li > strong {
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
  color: #333;
  line-height: 3.6rem;
}
.main-chammed .counter-list li > strong:before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  background: url(../images/main/icon_counter_1.svg) no-repeat center center/cover;
  margin-right: 1rem;
  vertical-align: text-bottom;
}
.main-chammed .counter-list li:nth-child(2) > strong:before {
  background-image: url(../images/main/icon_counter_2.svg);
}
.main-chammed .counter-list li:nth-child(3) > strong:before {
  background-image: url(../images/main/icon_counter_3.svg);
}
.main-chammed .counter-list li:nth-child(4) > strong:before {
  background-image: url(../images/main/icon_counter_4.svg);
}
.main-chammed .counter-list li {
  width: min(25%, 31rem);
}
.main-chammed .counter-list li > p {
  font-size: 3rem;
  font-weight: 500;
  color: var(--clr3);
  letter-spacing: -0.05em;
}
.main-chammed .counter-list li > p .count {
  font-weight: 500;
  font-size: 12rem;
  line-height: 16.7rem;
  /* padding-right:1.2rem; */
}

.main-philosophy {
  background-color: var(--bg);
}

.main-philosophy .section-inner {
  position: relative;
}

.main-philosophy .philosophy-list {
  display: flex;
  padding-left: 70%;
  width: 100%;
  gap: 1.4%;
  opacity: 0;
}

.main-philosophy .philosophy-item {
  position: relative;
  display: flex;
  width: 11.6%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 52rem !important;
  text-align: center;
  color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}

.main-philosophy .philosophy-item.over {
  width: 48%;
}

.main-philosophy .philosophy-item .thumb-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-philosophy .philosophy-item .thumb-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.main-philosophy .philosophy-item .thumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.main-philosophy .philosophy-item .info {
  position: relative;
  padding: 0 1rem;
}

.main-philosophy .philosophy-item .title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  transition: font 0.3s ease-out;
}

.main-philosophy .philosophy-item .text-1 {
  margin-top: 2rem;
  width: 100%;
}

.main-philosophy .philosophy-item .text-1,
.main-philosophy .philosophy-item .btn-wrap {
  display: none;
}

.main-philosophy .philosophy-item .btn-wrap {
  margin-top: 5rem;
}

.main-philosophy .scr-eff-active .over .text-1,
.main-philosophy .scr-eff-active .over .btn-wrap {
  display: block;
}

.main-philosophy .scr-eff-active .over .title {
  font-size: 4.8rem;
}

.main .main-news {
  padding-top: 0;
}
.main-news .news-list {
  display: flex;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s ease-out;
  transition-delay: 0.25s;
}
.main-news .news-list.scr-eff-active {
  opacity: 1;
  transform: translateY(0);
}
.main-news .news-list li {
  width: calc(100% / 3);
}
.main-news .news-list li + li {
  margin-left: 2rem;
}
.main-news .news-list li a {
  display: block;
  background-color: var(--bg);
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  padding: 5rem;
  padding-bottom: 0;
}
.main-news .news-list li .badge {
  color: var(--clr3);
  font-size: 2rem;
  font-weight: 500;
}
.main-news .news-list li .title {
  color: #111;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.214;
  height: 2.428em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5.6rem;
}
.main-news .news-list li .date {
  display: block;
  margin-top: 8rem;
}
.main-news .news-list li .thumb {
  margin-left: -5rem;
  border-radius: 0 2rem 0 2rem;
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 46.25%;
  margin-top: 4rem;
}
.main-news .news-list li .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.main-news .news-list li .thumb img[src*="nothumb"] {
  max-height: calc(100% - 4rem);
}
.main-news .news-list li .more-dot {
  position: absolute;
  right: 5rem;
  top: 5rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2f75ff;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
}
.main-news .news-list li .more-dot:before,
.main-news .news-list li .more-dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.main-news .news-list li .more-dot:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main-news .news-list li a:hover .more-dot {
  transform: scale(2);
}
.main-news .news-list li a:hover .more-dot:before,
.main-news .news-list li a:hover .more-dot:after {
  opacity: 1;
}

.main-biz .biz-contents {
  background: url(../images/main/bg_biz.png) no-repeat 51.5% bottom;
}
.biz-item {
  display: flex !important;
  align-items: center;
}
.biz-item .img-d {
  position: relative;
  width: min(45%, 63.7rem);
  flex: none;
}
.biz-item .biz-text {
  padding-left: 16rem;
  padding-right: 15rem;
  padding-top: 14rem;
  position: relative;
}
/* S: 240520 수정 */
.biz-item .biz-text.paddingRight {
  padding-right: 9rem;
}
/* E: 240520 수정 */
.biz-item .biz-text .title span {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
.biz-item .biz-text .title strong {
  display: block;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.6rem;
  color: #111;
}
.biz-item .biz-text .text {
  margin-top: 3rem;
  font-size: 2rem;
}
.biz-item .biz-text .btn-detail {
  margin-top: 7rem;
}
.main-biz-swiper {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s ease-out;
  transition-delay: 0.25s;
}
.main-biz-swiper.scr-eff-active {
  opacity: 1;
  transform: translateY(0);
}
.main-biz-swiper .swiper-slide {
  opacity: 0;
  transition: 0.6s ease-out;
}
.main-biz-swiper .swiper-slide-active {
  opacity: 1;
}
.main-biz .swiper-pagination.swiper-pagination-horizontal {
  left: min(45%, 63.7rem);
  text-align: left;
  width: auto;
  padding-left: 16rem;
  bottom: auto;
  top: 8rem;
}
.main-biz .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  font-size: 2.2rem;
  opacity: 1;
  color: #999;
  line-height: 1;
  margin: 0;
}
.main-biz .swiper-pagination-bullet-active {
  font-weight: 600;
  color: #111;
}
.main-biz .swiper-pagination-bullet + .swiper-pagination-bullet:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.6rem;
  background-color: #000;
  opacity: 0.1;
  margin: 0 2.4rem 0 2rem;
  vertical-align: middle;
}
.biz-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #ececed;
  display: none;
}
.biz-progress-drag {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.3333%;
  height: 100%;
  background: #666;
}

.eng .main-chammed .counter-list li > p {
  font-size: 2.4rem;
}
.eng .main-chammed .counter-list li > p .count {
  font-size: 9.6rem;
  line-height: 18rem;
  padding-right: 1.2rem;
}

@media screen and (max-width: 1370px) {
  .main-chammed .counter-list li > p {
    font-size: 2.6rem;
  }
  .main-chammed .counter-list li > p .count {
    font-size: 11.2rem; /* padding-right:.8rem; */
  }
  .biz-item .biz-text {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  /* S: 240520 수정 */
  .biz-item .biz-text.paddingRight {
    padding-right: 6rem;
  }
  /* E: 240520 수정 */
  .main-biz .swiper-pagination.swiper-pagination-horizontal {
    padding-left: 8rem;
  }

  .eng .main-chammed .counter-list li > p {
    font-size: 2rem;
  }
  .eng .main-chammed .counter-list li > p .count {
    font-size: 8.8rem;
    line-height: 16rem;
  }
}

@media screen and (max-width: 992px) {
  .main-promotion .spot-text strong {
    font-size: 7rem;
  }

  .main-promotion .spot-text p {
    font-size: 2.5rem;
  }
  .main-chammed .counter-list li + li {
    margin-left: 1.2rem;
  }
}

@media screen and (max-width: 766px) {
  .main-intro .intro-text {
    padding: 0 1.6rem;
    font-size: 2rem;
  }

  .main-intro .intro-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 200px;
    max-height: 200px;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    filter: drop-shadow(rgba(22, 45, 161, 0.3) 1rem 1rem 32px);
  }

  .main-intro .intro-img:nth-child(1) {
    top: -34%;
    left: -95%;
  }

  .main-intro .intro-img:nth-child(3) {
    top: 0;
    left: -90%;
  }

  .main-intro .intro-img:nth-child(4) {
    top: 34%;
    left: -95%;
  }

  .main-intro .intro-img:nth-child(7) {
    top: -34%;
    left: 95%;
  }

  .main-intro .intro-img:nth-child(8) {
    top: 0;
    left: 90%;
  }

  .main-intro .intro-img:nth-child(9) {
    top: 34%;
    left: 95%;
  }
  .main section {
    padding: 8rem 0;
  }

  .main .section-head {
    padding-right: 0;
    margin-bottom: 4rem;
  }

  .main .main-title .title-h2,
  .main .main-chammed .main-title .title-h2 {
    font-size: 3.4rem;
  }
  .main .section-head .text-1,
  .main .main-chammed .section-head .text-1 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1.4rem;
  }

  .main .section-head .btn-detail {
    position: static;
    margin-top: 2rem;
  }

  .main .main-chammed hr {
    margin: 0 0 4rem 0;
  }

  .main-promotion .section-inner {
    height: 100%;
  }

  .main-promotion .spot-text {
    position: absolute;
    bottom: 12rem;
  }

  .main-promotion .spot-text strong {
    font-size: 3.2rem;
  }

  .main-promotion .spot-text p {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }

  .main-promotion .swiper-util-group {
    bottom: 4rem;
    padding: 0 1.6rem;
    gap: 0;
  }
  .main-promotion .swiper-button-next,
  .main-promotion .swiper-button-prev {
    display: none;
  }
  .main-promotion .swiper-progress {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }

  .main-promotion .promotion-fraction {
    bottom: 0.8rem;
  }
  .main-promotion .promotion-fraction strong {
    font-size: 2.4rem;
  }
  .main-promotion .swiper-pagination-progressbar.swiper-pagination-horizontal {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }

  .main .main-chammed .section-head {
    margin-bottom: 4rem;
  }
  .main-chammed .counter-list {
    flex-wrap: wrap;
    margin: 0 -1.6rem;
  }
  .main-chammed .counter-list > li {
    width: 50%;
    margin-left: 0 !important;
    padding: 0 1.6rem;
  }
  .main-chammed .counter-list li > strong {
    font-size: 1.6rem;
  }
  .main-chammed .counter-list li > strong:before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .main-chammed .counter-list li > p {
    font-size: 2rem;
  }
  .main-chammed .counter-list li > p .count {
    font-size: 6.4rem;
    line-height: 7.6rem;
    padding-right: 0.4rem;
  }
  .main-chammed .counter-list li:nth-child(n + 3) {
    margin-top: 2.4rem;
  }

  .main-philosophy .philosophy-list {
    flex-direction: column;
    gap: 0.8rem;
  }

  .main-philosophy .philosophy-item {
    padding: 2rem;
    width: 100% !important;
    height: auto !important;
    border-radius: 1.5rem;
  }

  .main-philosophy .philosophy-item .title {
    font-size: 1.6rem;
    transition: none;
  }
  .main-philosophy .philosophy-item .text-1 {
    font-size: 1.3rem;
    margin-top: 1.6rem;
  }

  .main-philosophy .philosophy-item.over {
    padding: 4rem 0;
    width: 100%;
  }

  .main-philosophy .philosophy-item.over .title {
    font-size: 2.4rem;
  }
  .main-news .news-list {
    overflow-x: auto;
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
  }
  .main-news .news-list > li {
    flex: none;
    width: min(32rem, calc(100vw - 4rem));
  }
  .main-news .news-list > li + li {
    margin-left: 0.8rem;
  }
  .main-news .news-list > li a {
    padding: 3rem;
    padding-bottom: 0;
  }
  .main-news .news-list li .more-dot {
    display: none;
  }
  .main-news .news-list li .badge {
    font-size: 1.6rem;
  }
  .main-news .news-list li .title {
    margin-top: 5rem;
    font-size: 2.4rem;
  }
  .main-news .news-list li .date {
    margin-top: 7rem;
    font-size: 1.4rem;
  }
  .main-news .news-list li .thumb {
    margin-top: 1.6rem;
    margin-left: -3rem;
  }

  .main-biz .biz-contents {
    background: transparent;
  }
  .biz-item {
    flex-wrap: wrap;
  }
  .biz-item .img-d {
    padding-right: 5.4rem;
    width: 100%;
    position: relative;
  }
  .biz-item .img-d:before {
    content: "";
    width: 12.4rem;
    height: 12.5rem;
    background: url(../images/main/bg_biz.png) no-repeat center center;
    position: absolute;
    right: -3.2rem;
    bottom: 0;
    background-size: cover;
    opacity: 0;
  }
  .biz-item .img-d img {
    width: min(27.4rem, 100%);
  }
  .biz-item .biz-text {
    padding-left: 0;
    padding-top: 3.2rem;
    opacity: 0;
    transition: 0.4s;
    padding-right: 0;
    position: relative;
  }
  .biz-item .biz-text .title span {
    font-size: 2rem;
  }
  .biz-item .biz-text .title strong {
    font-size: 4.2rem;
    margin-top: 1rem;
  }
  .biz-item .biz-text .title strong:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 2rem;
    background: url(../images/main/ico_link_arrow.svg) no-repeat center center/cover;
    margin-left: 1.2rem;
    vertical-align: middle;
  }
  .biz-item .biz-text .text {
    margin-top: 2rem;
  }
  .biz-item .biz-text .text-1 {
    font-size: 1.4rem;
  }
  .biz-item .biz-text .btn-detail {
    position: absolute;
    margin: 0;
    left: 0;
    top: 3.2rem;
    height: 8rem;
    width: 100%;
    opacity: 0;
  }
  .main-biz-swiper {
    padding-bottom: 4rem;
  }
  .main-biz-swiper .swiper-slide {
    opacity: 1;
  }
  .main-biz-swiper .swiper-slide-active .img-d:before {
    opacity: 1;
  }
  .main-biz .swiper-pagination.swiper-pagination-horizontal {
    display: none;
  }
  .biz-progress {
    display: block;
  }
  .swiper-slide-active.biz-item .biz-text {
    opacity: 1;
  }
  .mouse {
    display: none;
  }

  .eng .main-chammed .counter-list li > p {
    font-size: 5.6rem;
    margin-top: 3.1rem;
    padding-top: 3.6rem;
  }
  .eng .main-chammed .counter-list li > p .count {
    font-size: 5.6rem;
    line-height: 5.6rem;
    transform: translateY(-2.6rem);
  }
  .eng .main-chammed .counter-list li > p span br {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .main-chammed .counter-list li > p .count {
    font-size: 5.6rem;
    padding-right: 0.2rem;
  }
}

@media screen and (min-width: 767px) {
  .eng .main-chammed .counter-list li {
    width: min(25%, 37rem);
  }
}

.window-mo .main-promotion .section-inner {
  height: 100%;
}

.window-mo .main-promotion .spot-text {
  position: absolute;
  bottom: 12rem;
}

.window-mo .main-promotion .spot-text strong {
  font-size: 3.2rem;
}

.window-mo .main-promotion .spot-text p {
  margin-top: 1.2rem;
  font-size: 1.6rem;
}

.window-mo .main-promotion .swiper-util-group {
  bottom: 4rem;
  padding: 0 1.6rem;
  gap: 0;
}
.window-mo .main-promotion .swiper-pagination-fraction {
  padding-left: 1.6rem;
}
.window-mo .main-promotion .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 2.4rem;
}
.window-mo .main-promotion .swiper-button-next,
.window-mo .main-promotion .swiper-button-prev {
  display: none;
}
.window-mo .main-promotion .swiper-progress {
  left: 1.6rem;
  width: calc(100% - 3.2rem);
}

.window-mo.main-intro #intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 2000;
}

.window-mo.main-intro #intro.active .intro-logo {
  animation-delay: 2.5s;
  animation-duration: 1s;
  animation-name: introV4-m;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.window-mo.main-intro .intro-logo {
  width: 10.9510638298vw;
  height: 8.8889vw;
}

.window-mo.main-intro .intro-logo span {
  width: 60vw;
}
