@font-face {
  font-family: "yugothib-500";
  src: url("../assets/fonts/YuGothic-Medium-01.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "yugothib-600";
  src: url("../assets/fonts/YuGothic-Bold-01.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

:root {
  --bg-wave: #2196f3;
}

html,
body {
  font-family: "yugothib-500", sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.hidden {
  display: none !important;
}
.main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 50vh;
  margin-top: 75px;
}
.section1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 0;
  height: calc(100vh - 75px);
  padding: 0px 58.5px 58.5px 58.5px;
}
.section1-content {
  background-image: url("../assets/images/image1.jpg");
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 999;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 55px;
  height: 75px;
}

.logo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.logo-nav img {
  height: 65px;
}
.nav-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.nav-item {
  color: #0088ff;
  cursor: pointer !important;
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 20px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nav-item:hover {
  color: #fff;
  background-color: #0088ff;
}

.top-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.slogan-list-container {
  position: absolute;
  left: 15%;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.slogan-list-container .text {
  padding: 5px;
  background-color: #fff;
  font-size: 1.25rem;
  letter-spacing: 4%;
  width: fit-content;
  white-space: nowrap;
}

.logo1 {
  width: 480px;
  position: absolute !important;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.image-2 {
  left: -1%;
}

.image-3 {
  left: 10%;
}

.image-4 {
  left: -5%;
}

.company-section {
  position: relative;
  width: 100%;
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; */
  background-color: #2196f3;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 150px 0px;
}

.company-section-wrapper {
  position: relative;
  background-color: white;
}

.wave-top-contact {
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  background-color: #fafafa;
  margin-top: -1px;
  margin-bottom: -1px;
}
.wave-bottom-company {
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  background-color: #fafafa;
  margin-top: -1px;
  margin-bottom: -1px;
}

.wave-top,
.wave-bottom {
  display: block;
}

.wave-top {
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  margin-top: -1px;
  margin-bottom: -1px;
}

.wave-bottom {
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  margin-top: -1px;
  margin-bottom: -1px;
  -webkit-transform: translateZ(0);
  background-color: #fafafa;
}

.section-label {
  padding: 3px 15px;
  color: #fff;
  background-color: #e11952;
  border-radius: 15px;
  user-select: none;
  font-size: 16px;
}

.company-content {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company-title-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 200%;
}

.diagram-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  align-self: center;
  margin: 50px 0;
}

.company-diagram {
  width: 100%;
  height: auto;
}

.company-detail-text {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 210%;
  letter-spacing: 1%;
  margin-top: 20px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fafafa;
  padding: 20px 55px;
}

.footer {
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.footer-company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-text {
  color: #000000;
  font-size: 18px;
  padding-left: 10px;
}
.footer-nav-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.footer-nav {
  color: #000;
  cursor: pointer !important;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
}
.footer-nav:hover {
  background-color: #007bff;
  color: white;
}

.footer-logo {
  height: 110px;
  margin-bottom: 30px;
}
.bottom-footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px;
  flex-wrap: wrap;
}

.center-item {
  color: #000;
  font-size: 18px;
  text-wrap: nowrap;
}

.right-item {
  position: absolute;
  right: 0;
  color: #000;
  cursor: pointer !important;
  font-size: 18px;
  text-wrap: nowrap;
}

.menu-icon {
  display: none;
  cursor: pointer;
  font-size: 18px;
  color: #0088ff;
}

.menu-icon:hover {
  color: #0088ff;
  background-color: #fff;
}

/* Sidebar */
.sidebar {
  display: none;
  flex-direction: column;
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fafafa;
  overflow-x: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1000;
}

.sidebar .sp-links a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
  color: #0088ff;
  display: block;
}

.sidebar.show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}
.sidebar-close-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  font-size: 1.8rem;
  text-decoration: none;
  cursor: pointer;
  height: 60px;
  padding: 0 30px;
}
.close-button {
  color: #007bff;
  font-size: 18px;
}

.sidebar .sp-links {
  height: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding: 0px 15px;
}
.sidebar-logo {
  height: 50px;
  width: auto;
}
.sidebar-footer {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  font-size: 16px;
  color: #0088ff;
  padding: 10px 0;
}
.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation-delay: 1s;
}

.chevron:nth-child(2) {
  animation-delay: 2s;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #0088ff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@media (max-width: 768px) {
  .scroll-down {
    bottom: 30px;
  }
  .nav-container {
    align-items: center;
    padding: 0px 30px;
    height: 60px;
  }
  .nav-item {
    font-size: 16px;
  }
  .main-content {
    margin-top: 60px;
  }
  .section1 {
    height: calc(100vh - 60px);
    padding: 0px 30px 30px 30px;
  }
  .logo1 {
    width: 250px;
    top: 100px;
  }
  .slogan-list-container {
    left: 60px;
    bottom: 60px;
    gap: 0.8rem;
  }
  .slogan-list-container .text {
    padding: 1px 4px;
    font-size: 1.1rem;
  }
  .logo-nav img {
    height: 50px;
  }
  .menu-icon {
    display: block;
  }
  .nav-links {
    display: none;
  }
  .company-content {
    width: 100%;
    padding: 0 30px;
  }
  .company-title-text {
    font-size: 18px;
  }
  .diagram-box {
    width: 250px;
  }
  .company-detail-text {
    font-size: 16px;
  }
  .section-label {
    font-size: 14px;
  }

  .bottom-footer {
    justify-content: space-between;
  }
  .footer-logo {
    height: 80px;
    margin-bottom: 15px;
  }

  .footer-section {
    padding: 50px 30px 10px 30px;
  }
  .footer-nav-box {
    gap: 3px;
    margin-top: 20px;
  }
  .footer-nav {
    padding: 2px 5px;
  }
  .footer-text,
  .center-item,
  .right-item,
  .footer-nav {
    font-size: 16px;
  }
  .right-item {
    position: relative;
  }
}
@media (max-width: 510px) {
  /* .logo1 {
    width: 250px;
  } */
  .card1 {
    width: 95%;
    flex-direction: column;
  }
  .card2 {
    width: 95%;
    flex-direction: column;
  }
}

/* Styles for 1080p and above */
@media (min-width: 1920px) {
  /* .logo1 {
    width: 700px;
  } */
  .slogan-list-container .text {
    font-size: 1.5rem;
  }
  .company-title-text {
    font-size: 24px;
  }
  .company-detail-text {
    font-size: 20px;
  }
  .section-label {
    font-size: 18px;
  }
  .company-section {
    padding: 200px 0px;
  }

  .footer-logo {
    height: 130px;
  }
  .footer-text,
  .center-item,
  .right-item,
  .footer-nav {
    font-size: 20px;
  }
}

/* Styles for QHD / 2K screens */
@media (min-width: 2560px) {
  /* .logo1 {
    width: 850px;
  } */
  /* .slogan-list-container {
    left: 8%;
  } */
  .company-title-text {
    font-size: 26px;
  }
  .slogan-list-container .text {
    font-size: 2rem;
  }
  .diagram-box {
    width: 450px;
  }
  .company-detail-text {
    font-size: 22px;
  }
  .section-label {
    font-size: 20px;
  }
  .company-section {
    padding: 230px 0px;
  }
  .company-content {
    margin: 50px 0;
  }
  .nav-item {
    font-size: 1.25em;
  }

  .footer-text,
  .center-item,
  .right-item,
  .footer-nav {
    font-size: 22px;
  }
}

/* Styles for 4K and above */
@media (min-width: 3840px) {
  .nav-container {
    height: 100px;
    padding: 0 78px;
  }
  .logo-nav img {
    height: 80px;
  }
  .nav-item {
    font-size: 1.375em;
  }
  .main-content {
    margin-top: 100px;
  }
  .section1 {
    height: calc(100vh - 100px);
    padding: 0px 78px 78px 78px;
  }

  .company-title-text {
    font-size: 36px;
  }
  .slogan-list-container {
    gap: 30px;
    bottom: 10%;
  }
  .slogan-list-container .text {
    font-size: 3rem;
    padding: 10px 20px;
  }
  .company-detail-text {
    font-size: 32px;
  }
  .section-label {
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 50px;
  }

  .company-content {
    margin: 5% 0;
  }

  .diagram-box {
    margin: 120px 0;
    width: 650px;
  }

  .company-section {
    padding: 230px 0px;
  }

  .right-label {
    font-size: 18px;
  }

  .footer-section {
    padding: 100px 78px 50px 78px;
  }
  .footer-logo {
    height: 150px;
  }
  .footer-text,
  .center-item,
  .right-item,
  .footer-nav {
    font-size: 28px;
  }
}
