/* NO CSS*/
/* foundation */
/* componenet*/
#section01 {
  position: relative;
  min-height: 100vh;
}
#section01 .bg {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#section01 .bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
#section01 .layout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section01 .layout .visual {
  position: relative;
  width: 100%;
}
#section01 .layout .visual-title-slide {
  width: 100%;
}
#section01 .layout .visual-title-slide-wrapper {
  overflow: hidden;
  position: relative;
}
#section01 .layout .visual-title-slide-wrapper-item {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section01 .layout .visual-title-slide-wrapper-item strong {
  display: block;
  font-size: 7rem;
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
#section01 .layout .visual-title-slide-wrapper-item strong span {
  color: #ff5838;
}
#section01 .layout .visual-title-slide-wrapper-item.on {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.4s;
}
#section01 .scroll-down {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
#section01 .scroll-down span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}
#section01 .scroll-down i {
  color: #fff;
  font-size: 2.8rem;
  animation: down linear 1s infinite;
}

#section02 {
  overflow: hidden;
}
#section02 .layout {
  width: 100%;
}
#section02 .layout .information {
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
}
#section02 .layout .information > div {
  width: 50%;
}
#section02 .layout .information-left {
  min-height: 300vh;
}
#section02 .layout .information-left-inner {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
#section02 .layout .information-left-inner-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4.9rem;
}
#section02 .layout .information-left-inner-item strong {
  font-size: 4.8rem;
  color: #ff5838;
  text-align: center;
  font-family: Play;
  font-weight: 700;
  line-height: normal;
}
#section02 .layout .information-left-inner-item .img-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#section02 .layout .information-left-inner-item .img-box em {
  font-family: 'Play';
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
}
#section02 .layout .information-left-inner-item p {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  padding: 0 2rem;
}
#section02 .layout .information-left-inner-item p span {
  font-size: 1.8rem;
  line-height: 140%;
  color: #292b2e;
  font-weight: 500;
}
@media (max-width: 768px) {
  #section02 .layout .information-left-inner-item p span {
    font-size: 15px;
  }
}
@media (max-width: 460px) {
  #section02 .layout .information-left-inner-item p span:first-child br {
    display: none;
  }
}
#section02 .layout .information-right {
  position: relative;
}
#section02 .layout .information-right-inner {
  display: flex;
  flex-direction: column;
}
#section02 .layout .information-right-inner-item {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#section02 .layout .information-right-inner-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
#section02 .layout .information-right-inner-item strong {
  color: #fff;
  text-align: center;
  font-family: Play;
  font-size: 10rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media (max-width: 768px) {
  #section02 .layout .information-right-inner-item strong {
    font-size: 8rem;
  }
}
#section02 .layout .information-right-inner-item span {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#section02 .layout .information-right-inner-item.item-01 {
  background: url(/public/images/main/section02-information-right-img01.png) no-repeat center
    center/cover;
}
#section02 .layout .information-right-inner-item.item-02 {
  background: url(/public/images/main/section02-information-right-img02.png) no-repeat center
    center/cover;
}
#section02 .layout .information-right-inner-item.item-03 {
  background: url(/public/images/main/section02-information-right-img03.png) no-repeat center
    center/cover;
}

#section03 {
  min-height: 100vh;
  padding: 19rem 0 7.5rem 0;
  position: relative;
}
#section03:before {
  content: '';
  width: 100%;
  height: 54rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #222;
}
#section03 .layout .autolink-title {
  display: flex;
  justify-content: center;
  margin-bottom: 3.6rem;
}
#section03 .layout .autolink-title strong {
  color: #222;
  text-align: center;
  font-family: Play;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#section03 .layout .autolink-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.9rem;
}
#section03 .layout .autolink-cont-video {
  position: relative;
  max-width: 98.6rem;
  width: 100%;
  padding-top: 36%;
}
#section03 .layout .autolink-cont-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
#section03 .layout .autolink-cont-txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.7rem;
}
#section03 .layout .autolink-cont-txt strong {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
#section03 .layout .autolink-cont-txt p {
  color: #d9d9d9;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 67.2rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #section03 .layout .autolink-cont-txt p {
    font-size: 15px;
  }
}
#section03 .layout .autolink-cont-txt p span {
  color: #ff5838;
  font-weight: 600;
}

#section04 {
  position: relative;
  padding: 24rem 0 16.6rem;
  min-height: 100vh;
}
#section04:after {
  content: '';
  position: absolute;
  right: -12.8rem;
  bottom: -16rem;
  width: 70rem;
  height: 70rem;
  background: url(/public/images/sub/greeting-cont-img02.png) no-repeat center/cover;
  z-index: -1;
}
#section04 .product-title {
  display: flex;
  justify-content: center;
  margin-bottom: 7.2rem;
}
#section04 .product-title strong {
  color: #292b2e;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#section04 .product-service {
  display: flex;
  width: 100%;
}
#section04 .product-service-item {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 27rem;
  height: 60rem;
  padding: 5.6rem 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 1s;
}
#section04 .product-service-item:first-of-type {
  border-left: 0;
}
#section04 .product-service-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
#section04 .product-service-item-title span {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
#section04 .product-service-item-title i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 1.6rem;
  border-radius: 50%;
  background: #818181;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}
#section04 .product-service-item:first-of-type {
  background: url(/public/images/main/product-service-img01.png) no-repeat center center/cover;
}
#section04 .product-service-item:nth-of-type(2) {
  background: url(/public/images/main/product-service-img02.png) no-repeat center right/cover;
}
#section04 .product-service-item:nth-of-type(3) {
  background: url(/public/images/main/product-service-img03.png) no-repeat center right/cover;
}
#section04 .product-service-item:nth-of-type(4) {
  background: url(/public/images/main/product-service-img04.png) no-repeat center center/cover;
}
#section04 .product-service-item a {
  display: block;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56.5rem;
  padding: 6.9rem 6.1rem;
  background: #fff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#section04 .product-service-item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0.5;
}
#section04 .product-service-item a strong {
  display: block;
  color: #fff;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1.3rem;
}
#section04 .product-service-item a p {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 768px) {
  #section04 .product-service-item a p {
    font-size: 15px;
  }
}
#section04 .product-service-item a p span {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
  display: block;
}
@media (max-width: 768px) {
  #section04 .product-service-item a p span {
    font-size: 17px;
  }
}
#section04 .product-service-item a i {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5838;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  color: #fff;
}
#section04 .product-service-item.active {
  width: 50.307%;
  cursor: initial;
}
#section04 .product-service-item.active:before {
  display: none;
}
#section04 .product-service-item.active a {
  display: block;
}
#section04 .product-service-item.active .product-service-item-title {
  display: none;
}

#section05 .layout {
  width: 100%;
}
#section05 .layout .explanation {
  min-height: 100vh;
  display: flex;
  position: relative;
}
#section05 .layout .explanation-item {
  width: 50%;
  position: relative;
  display: flex;
}
#section05 .layout .explanation-item-inner {
  position: relative;
  height: 100%;
  max-width: 85rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section05 .layout .explanation-item-inner-img > a {
  display: block;
  width: 100%;
  height: 100%;
}
#section05 .layout .explanation-item-inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#section05 .layout .explanation-item:first-of-type {
  background: url(/public/images/main/explanation-item-bg01.png) no-repeat center center/cover;
  justify-content: flex-end;
  padding-right: 10.7rem;
}
#section05
  .layout
  .explanation-item:first-of-type
  .explanation-item-inner
  .explanation-item-inner-title {
  max-width: 43.2rem;
  margin-left: auto;
}
#section05
  .layout
  .explanation-item:first-of-type
  .explanation-item-inner
  .explanation-item-inner-img {
  width: 39.4rem;
  margin-top: -5rem;
}
#section05 .layout .explanation-item:nth-of-type(2) {
  background: url(/public/images/main/explanation-item-bg02.png) no-repeat center center/cover;
  justify-content: flex-start;
  padding-left: 10.7rem;
}
#section05 .layout .explanation-item:nth-of-type(2) .explanation-item-inner {
  transform: translateY(-3rem);
}
#section05
  .layout
  .explanation-item:nth-of-type(2)
  .explanation-item-inner
  .explanation-item-inner-title {
  max-width: 53.8rem;
}
#section05
  .layout
  .explanation-item:nth-of-type(2)
  .explanation-item-inner
  .explanation-item-inner-title
  strong {
  margin-top: -1.5rem;
}
#section05
  .layout
  .explanation-item:nth-of-type(2)
  .explanation-item-inner
  .explanation-item-inner-img {
  width: 60.2rem;
  margin-left: auto;
}
#section05 .layout .explanation-item.eng strong {
  margin-top: 1.35rem !important;
}
#section05 .layout .explanation-item-inner-title {
  position: relative;
  width: 100%;
  transition: transform 0.3s;
  z-index: 1;
  padding-top: 13.2rem;
}
#section05 .layout .explanation-item-inner-title strong {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: start;
}
#section05 .layout .explanation-item-inner-title strong span {
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
  transform: translateY(-1rem);
}
#section05 .layout .explanation-item-inner-title p {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  #section05 .layout .explanation-item-inner-title p {
    font-size: 15px;
  }
}
#section05 .layout .explanation-item-inner-title .more-btn {
  display: inline-block;
  color: #ff5838;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2.4rem;
  padding: 1rem 3rem;
  border: 1px solid #ff5838;
}
@media (max-width: 768px) {
  #section05 .layout .explanation-item-inner-title .more-btn {
    font-size: 15px;
  }
}
#section05 .layout .explanation-item-inner-title .more-btn:hover {
  background: #fff;
  border: 1px solid #fff;
}
#section05 .layout .explanation-item-inner-img {
  transition: all 0.3s;
}
#section06 {
  padding: 19rem 0 12.8rem 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
#section06:before {
  content: '';
  display: block;
  width: 47.5rem;
  height: 70rem;
  position: absolute;
  bottom: -32rem;
  left: -1rem;
  background: url(/public/images/main/section06-before.png) no-repeat center center/cover;
}
#section06 .layout .news-title {
  color: #222;
  text-align: center;
  font-family: Play;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#section06 .layout .news-board {
  margin-top: 7.8rem;
  display: flex;
  gap: 16.8rem;
}
#section06 .layout .news-board-img {
  width: 35rem;
  flex-shrink: 0;
}
#section06 .layout .news-board-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
#section06 .layout .news-board-list {
  width: 100%;
}
#section06 .layout .news-board-list-item {
  padding: 5.1rem 0 6.6rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
#section06 .layout .news-board-list-item.type02 {
  padding: 5.1rem 25rem 6.6rem 0;
}
#section06 .layout .news-board-list-item strong {
  display: flex;
  align-items: center;
  color: #292b2e;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  gap: 1rem;
}
@media (max-width: 1023px) {
  #section06 .layout .news-board-list-item strong {
    justify-content: center;
  }
}
#section06 .layout .news-board-list-item strong span {
  height: 2.9rem;
  display: flex;
  padding: 0 1.5rem;
  border-radius: 1.5rem;
  background: #222;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
#section06 .layout .news-board-list-item p {
  color: #292b2e;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  max-height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#section06 .layout .news-board-list-item-img {
  width: 21rem;
  position: absolute;
  right: 0;
  top: 5.1rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}
#section06 .layout .news-board-list-item:hover strong {
  text-decoration: underline;
}
#section06 .layout .news-board-list-item:hover p {
  text-decoration: underline;
}

#section07 {
  padding: 8.8rem 0;
  background: url(/public/images/main/section07-bg01.png) no-repeat center center/cover;
}
#section07 .layout .contact .contact-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
#section07 .layout .contact .contact-title strong {
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#section07 .layout .contact .contact-title p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
  letter-spacing: -0.036em;
}
@media (max-width: 768px) {
  #section07 .layout .contact .contact-title p {
    font-size: 15px;
  }
}
#section07 .layout .contact .contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.55rem;
}
#section07 .layout .contact .contact-btn a {
  width: 30rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: #ff5838;
}
#section07 .layout .contact .contact-btn a span {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
}

@keyframes down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1630px) {
  #section02 .layout {
    padding: 0;
  }
  #section05 .layout {
    padding: 0;
  }
}
@media (max-width: 1280px) {
  #section02 .layout {
    padding: 0;
  }
  #section02 .layout .information {
    flex-direction: column;
    min-height: auto;
  }
  #section02 .layout .information > div {
    width: 100%;
    min-height: auto;
  }
  #section02 .layout .information-left {
    padding: 10rem 0;
  }
  #section02 .layout .information-left-inner {
    height: auto;
  }
  #section02 .layout .information-right:before {
    display: none;
  }
  #section02 .layout .information-right-inner {
    display: flex;
    flex-direction: row;
  }
  #section02 .layout .information-right-inner-item {
    height: auto;
  }
  #section02 .layout .information-right-inner-item-title {
    width: 100%;
    padding: 16rem 4rem;
  }
  #section03 {
    padding: 10rem 0;
    min-height: auto;
  }
  #section03:before {
    height: 60%;
  }
  #section04 {
    padding: 10rem 0;
    min-height: auto;
  }
  #section04 .layout .product-service {
    flex-direction: column;
  }
  #section04 .layout .product-service-item {
    align-items: center;
    width: 100%;
    height: 12rem;
    padding: 0 2rem;
    border-left: 0;
  }
  #section04 .layout .product-service-item.active {
    width: 100%;
    height: 45rem;
  }
  #section05 .layout .explanation {
    min-height: auto;
    flex-direction: column;
  }
  #section05 .layout .explanation-item {
    width: 100%;
    padding: 8rem;
  }
  #section05 .layout .explanation-item-inner {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    justify-content: space-between;
    gap: 4rem;
  }
  #section05 .layout .explanation-item-inner-title {
    padding-top: 0;
  }
  #section05 .layout .explanation-item:first-of-type {
    padding-right: 8rem;
  }
  #section05
    .layout
    .explanation-item:first-of-type
    .explanation-item-inner
    .explanation-item-inner-title {
    margin: 0;
    max-width: 100%;
  }
  #section05
    .layout
    .explanation-item:first-of-type
    .explanation-item-inner
    .explanation-item-inner-img {
    margin-top: 0;
  }
  #section05 .layout .explanation-item:nth-of-type(2) {
    padding-right: 8rem;
  }
  #section05 .layout .explanation-item:nth-of-type(2) .explanation-item-inner {
    transform: none;
    flex-direction: row-reverse;
  }
  #section05
    .layout
    .explanation-item:nth-of-type(2)
    .explanation-item-inner
    .explanation-item-inner-img {
    margin-left: 0;
  }
  #section05
    .layout
    .explanation-item:nth-of-type(2)
    .explanation-item-inner
    .explanation-item-inner-title {
    margin: 0;
    max-width: 100%;
  }
  #section06 {
    padding: 10rem 0;
  }
  #section06 .layout .news-board {
    gap: 10rem;
  }
}
@media (max-width: 1024px) {
  #section01 .layout .visual-title-slide-wrapper-item strong {
    font-size: 6rem;
  }
  #section05 .layout .explanation-item-inner-title p br {
    display: none;
  }
  #section06 .layout .news-board {
    gap: 5rem;
    flex-direction: column;
  }
  #section06 .layout .news-board-img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #section04 .layout .product-service-item.active {
    height: 50rem;
  }
}
@media (max-width: 640px) {
  #section03 .layout .autolink-cont-video {
    height: 34rem;
    padding-top: 0;
  }
  #section05 .layout .explanation-item {
    padding: 5rem;
  }
  #section05 .layout .explanation-item-inner {
    flex-direction: column-reverse !important;
  }
  #section05 .layout .explanation-item-inner-title strong {
    font-size: 5.5rem;
  }
  #section05 .layout .explanation-item:first-of-type {
    padding-right: 5rem;
  }
  #section05
    .layout
    .explanation-item:first-of-type
    .explanation-item-inner
    .explanation-item-inner-img {
    width: 25rem;
  }
  #section05
    .layout
    .explanation-item:first-of-type
    .explanation-item-inner
    .explanation-item-inner-img
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #section05 .layout .explanation-item:nth-of-type(2) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #section05 .layout .explanation-item:nth-of-type(2) .explanation-item-inner-title strong {
    font-size: 5rem !important;
  }
  #section05
    .layout
    .explanation-item:nth-of-type(2)
    .explanation-item-inner
    .explanation-item-inner-img {
    width: 41rem;
  }
  #section05
    .layout
    .explanation-item:nth-of-type(2)
    .explanation-item-inner
    .explanation-item-inner-img
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  #section01 .layout .visual-title-slide-wrapper-item strong {
    font-size: 4.5rem;
  }
  #section04 .product-service-item.active a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #section04 .product-service-item a {
    width: 100%;
    height: 100%;
  }
}
