@charset "utf-8";

#header.top .navigation .gnb > li:hover > a {
  color: #111;
}
@media (max-width: 1023px) {
  #header.top .navigation .gnb > li:hover > a {
    color: #fff;
  }
}

/* color */
.font-blue {
  color: #00348b;
}

/* 메인 비주얼 */
.visual {
  position: relative;
  height: 100vh;
  font-size: 0;
  color: #fff;
}
.visual .visual-txt {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-25%);
  margin: 0 auto;
  max-width: 1328px;
  display: block;
  line-height: 1;
  width: 100%;
  color: #fff;
  cursor: default;
}
.visual .visual-txt em {
  margin-bottom: 5rem;
  display: block;
  line-height: 1.25;
  font-size: 7.2rem;
  font-weight: 500;
  transition: all 0.3s ease-out 0.1s;
  text-transform: uppercase;
}
.visual .visual-txt em > br {
  display: none;
}
.visual .visual-txt p {
  display: block;
  font-weight: 600;
  line-height: 1.6;
  font-size: 2.4rem;
  transition: all 0.3s ease-out 0.2s;
}
.visual .visual-txt em,
.visual .visual-txt p,
.visual .visual-txt .btn-more {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  transform: translateY(-1rem);
}
.visual .visual-txt .btn-more {
  position: absolute;
  display: inline-block;
}
.visual .show {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.visual .swiper-container {
  height: 100vh;
  cursor: inherit !important;
}
.visual .swiper-slide {
  overflow: hidden;
}
.visual .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.visual .slide-inner::before {
  position: absolute;
  opacity: 0.2;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1;
}
.visual .swiper-pagination {
  position: relative;
  z-index: 2;
  bottom: 5rem;
  height: 10rem;
}
@media (max-width: 1400px) {
  .visual .visual-txt {
    padding: 0 2rem;
  }
  .visual .visual-txt p {
    font-size: 2.8rem;
  }
  .visual .visual-txt em {
    font-size: 7rem;
  }
}
@media (max-width: 1200px) {
  .visual .visual-txt p {
    font-size: 2.4rem;
  }
  .visual .visual-txt em {
    font-size: 6rem;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .visual,
  .visual .swiper-container {
    height: 74rem;
  }
  .visual .visual-txt {
    transform: translateY(-35%);
  }
  .visual .visual-txt p {
    font-size: 2rem;
  }
  .visual .visual-txt em {
    font-size: 5rem;
  }
  .visual .visual-txt em > br {
    display: block;
  }
}
@media (max-width: 480px) {
  .visual .visual-txt p {
    font-size: 1.8rem;
  }
  .visual .visual-txt em {
    font-size: 4rem;
  }
}

.visual .visual {
  position: relative;
  margin-bottom: 40px;
}
.visual .visual .swiper-container {
  position: relative;
}
.visual .visual-controls-wrap {
  position: absolute;
  bottom: 10rem;
  left: 0;
  display: flex;
  align-items: center;
  width: 40%;
  gap: 20px;
  z-index: 10;
}
.visual .visual-controls-wrap .custom-pagination {
  max-width: 60rem;
}
@media (max-width: 768px) {
  .visual .visual-controls-wrap {
    position: absolute;
    width: 100%;
    bottom: 7rem;
    gap: 2rem;
  }
  .visual .visual-controls-wrap .custom-pagination {
    max-width: inherit;
  }
}
.visual .custom-pagination {
  display: flex;
  align-items: center;
  max-width: 30rem;
}
.visual .custom-pagination .bar {
  flex: 1;
  width: 20rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.visual .custom-pagination .fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 3s linear;
}
.visual .arrow-wrap {
  display: flex;
}
.visual .visual-prev,
.visual .visual-next {
  width: 4rem;
  height: 4rem;
  background: url(../img/main/img_visual_arrow.svg) no-repeat 50% 50%;
  background-size: 17px 28px;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.visual .visual-prev {
  margin-right: 5px;
  transform: rotate(-180deg);
}

/* 공통 타이틀 */
[class^="area-"] h1 {
  margin-top: 14rem;
  font-size: 5.8rem;
  font-weight: 500;
}
[class^="area-"] h1 > span {
  display: inline-block;
  margin-left: 3rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1280px) {
  [class^="area-"] h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  [class^="area-"] h1 {
    margin-top: 9rem;
    font-size: 3.6rem;
    font-weight: 700;
  }
  [class^="area-"] h1 > span {
    display: block;
    margin-left: 0;
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 300;
  }
}

/* about */
.area-about {
  position: relative;
  padding: 14rem 0;
  margin-top: 14rem;
  width: 100%;
  background: #f7f7f7;
}
.area-about h1 {
  margin-top: 0;
}
.area-about mark {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  padding: 0 3rem;
}
.area-about .row [class^="grid-"] {
  height: 59.2rem;
}

.area-about img {
  border-radius: 1rem;
}
.area-about .btn-more {
  position: absolute;
  bottom: 0;
  left: 2rem;
  font-size: 0;
  text-indent: 100%;
  display: block;
  width: 12rem;
  height: 11rem;
  background: url(../img/main/icon_more.svg) no-repeat 50% 50%;
  transition: all 0.35s;
}
.area-about .btn-more:hover {
  left: 3rem;
  transition: all 0.1s;
}
svg.pulse-svg {
  position: absolute;
  overflow: visible;
  top: 50%;
  right: -4rem;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  transition: all 0.1s;
}
svg.pulse-svg .first-circle {
  fill: #ec1c24;
  transform: scale(0.5);
  transform-origin: center center;
}
svg.pulse-svg .third-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .fourth-circle {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulseAnimation 2s linear infinite;
}
svg.pulse-svg .second-circle {
  animation-delay: 0.5s;
}
svg.pulse-svg .third-circle {
  animation-delay: 1s;
}
svg.pulse-svg .fourth-circle {
  animation-delay: 2s;
}
.area-about .btn-more:hover svg.pulse-svg {
  right: -3rem;
}
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(0.15);
  }
  to {
    opacity: 0.35;
    transform: scale(1);
  }
}
@keyframes pulseAnimation {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@media (max-width: 1328px) {
  .area-about .row [class^="grid-"] {
    height: auto;
  }
  .area-about {
    position: relative;
    padding: 9rem 0;
  }
  .area-about mark {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .area-about {
    margin-top: 9rem;
    padding: 7rem 0;
  }

  .area-about mark {
    bottom: 2rem;
    right: 2rem;
    padding: 0;
  }
}
@media (max-width: 1328px) {
  .area-about .btn-more {
    position: relative;
    bottom: inherit;
    left: 0;
    width: 10rem;
    margin-top: 4rem;
  }
  .area-about .btn-more:hover {
    left: 0;
  }
  .area-about .btn-more svg.pulse-svg,
  .area-about .btn-more:hover svg.pulse-svg {
    right: -4rem;
  }
  svg.pulse-svg {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 480px) {
  .area-about .btn-more {
    width: 8rem;
  }
}

/* product */
.area-product {
  position: relative;
}
.area-product .product-swiper {
  position: relative;
  margin-top: 7rem;
}
.area-product .product-swiper .swiper-container {
  overflow: hidden;
}
.area-product .product-swiper .swiper-container .swiper-slide {
  position: relative;
  height: 35rem;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}
.area-product .product-swiper .swiper-container .thumbs {
  position: relative;
  height: 68%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.area-product .product-swiper .swiper-container .product-info {
  position: relative;
  padding: 3rem;
  transition: all 0.1s;
}
.area-product .product-swiper .swiper-container .product-info:after {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00348b;
  background-position: 50% 1%;
  transition: all 0.2s ease;
}
.area-product .product-swiper .swiper-container .product-info strong {
  position: relative;
  z-index: 2;
  color: #00348b;
  font-size: 1.7rem;
  font-weight: 500;
}
.area-product .product-swiper .swiper-container .product-info p {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
.area-product .product-swiper .swiper-container a:hover .product-info {
  padding: 3rem;
}
.area-product .product-swiper .swiper-container a:hover .product-info strong {
  color: #d0e4fb;
}
.area-product .product-swiper .swiper-container a:hover .product-info p {
  color: #fff;
}
.area-product .product-swiper .swiper-container a:hover .product-info:after {
  opacity: 0.9;
  background-position: 50% 99%;
  top: 0;
}
.area-product .product-swiper .func {
  position: absolute;
  z-index: 3;
  right: 0;
  top: -10rem;
  width: auto;
  height: 1.6rem;
  white-space: nowrap;
}
.area-product .product-swiper .func button {
  margin: 0 5px;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}
.area-product .product-swiper .func button img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .area-product .product-swiper .func {
    top: -13rem;
  }

  .area-product .product-swiper .swiper-container a .product-info {
    padding: 3rem;
  }
  .area-product .product-swiper .swiper-container a .product-info strong {
    color: #d0e4fb;
  }
  .area-product .product-swiper .swiper-container a .product-info p {
    color: #fff;
  }
  .area-product .product-swiper .swiper-container a .product-info:after {
    opacity: 0.9;
    background-position: 50% 99%;
    top: 0;
  }
}

/* youtube */
.area-youtube {
  position: relative;
  clear: both;
  overflow: hidden;
}
.area-youtube h1 {
  margin-bottom: 7rem;
}
.area-youtube .youtube-video {
  position: relative;
}
.area-youtube .youtube-video .thumbs {
  position: relative;
  height: 32rem;
  background-size: cover;
}
.area-youtube .youtube-video .thumbs::before {
  position: absolute;
  opacity: 0.2;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1;
  transition: all 0.35s ease-out 0s;
}
.area-youtube .youtube-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0.7;
  display: block;
  margin: -5rem 0 0 -3.5rem;
  text-align: center;
  width: 7rem;
  height: 5rem;
  transition: all 0.2s ease;
}
.area-youtube .youtube-video:hover i {
  opacity: 1;
}
.area-youtube .youtube-video em {
  margin: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}
.area-youtube .youtube-swiper {
  position: relative;
}
.area-youtube .youtube-swiper .swiper-container {
  overflow: hidden;
  height: 49rem;
}
.area-youtube .youtube-swiper .swiper-container .swiper-slide {
  height: 15rem;
  overflow: hidden;
}
.area-youtube .youtube-swiper .swiper-container .youtube-video {
  width: 50%;
  float: left;
}
.area-youtube .youtube-swiper .swiper-container .youtube-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0.7;
  display: block;
  margin: -1.5rem 0 0 -2rem;
  text-align: center;
  width: 4rem;
  height: 3rem;
  transition: all 0.2s ease;
}
.area-youtube .youtube-swiper .swiper-container .swiper-slide:hover i {
  opacity: 1;
}
.area-youtube .youtube-swiper .swiper-container .youtube-video .thumbs {
  position: relative;
  display: block;
  width: auto;
  height: 15rem;
}
.area-youtube .youtube-swiper .swiper-container p {
  padding: 4rem 4rem 0 0;
  width: 45%;
  float: right;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
}
.area-youtube .youtube-swiper .func {
  position: absolute;
  z-index: 3;
  right: 0;
  top: -10rem;
  width: auto;
  height: 1.6rem;
  white-space: nowrap;
}
.area-youtube .youtube-swiper .func button {
  margin: 0 5px;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}
.area-youtube .youtube-swiper .func button img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .area-youtube h1 {
    margin-bottom: 5rem;
  }
  .area-youtube .youtube-video em {
    margin: 3rem 0;
  }
  .area-youtube .youtube-swiper .func {
    top: -12rem;
  }
}
