/* keyvisual */

.keyvisual {
  height: 100vh;
}
.keyvisualSlider {
  overflow: hidden;
}
.keyvisual_slide_wrap {
  width: 100%;
  height: 100%;
}
.keyvisual_slide_img {
  width: 100%;
  height: 100vh;
}
.keyvisual_slide_img img {
  width: 100%;
  height: 100%;
}
.keyvisual_slide_img1 {
  background: url(../../asset/img/main/keyvisual_1.jpg) no-repeat center/cover;
}
.keyvisual_slide_img2 {
  background: url(../../asset/img/main/keyvisual_2.jpg) no-repeat center/cover;
}
.keyvisual_slide_img3 {
  background: url(../../asset/img/main/keyvisual_3.jpg) no-repeat center/cover;
}
.keyvisual_slide_img4 {
  background: url(../../asset/img/main/keyvisual_4.jpg) no-repeat center/cover;
}
.keyvisual_slide_img5 {
  background: url(../../asset/img/main/keyvisual_5.jpg) no-repeat center/cover;
}
.keyvisual_slide_title {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.keyvisual_slide_title h3 {
  font-size: 66px;
  color: #fff;

  letter-spacing: -0.89px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 2px 20px rgb(0 0 0 / 40%);
}
.keyvisual_slide_title p {
  margin-top: 20px;
  padding-top: 7px;
  font-size: 16px;
  color: #fff;

  letter-spacing: -0.7px;
  text-align: center;
  word-break: keep-all;
  max-width: 370px;
  margin: 0 auto;
  text-shadow: 0 2px 20px rgb(0 0 0 / 40%);
}
.moreBtn {
  padding: 0 35px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin-top: 30px;
}

.moreBtn span {
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.1px;
  transition: color 0.3s;
}
.keyvisual_scroll {
  width: 1px;
  height: 60px;
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: #fff;
}
.keyvisual_scrollbar {
  width: 100%;
  height: 100%;
  background-color: #ffffff91;
  position: relative;
  overflow: hidden;
}
.keyvisual_scrollbar-color {
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scrollBar 2s infinite linear;
}

/* material */
.material {
  padding-top: 100px;
  overflow: hidden;
}

.material_title_p {
  font-size: 24px;
  color: #333;
  font-weight: 300;

  letter-spacing: -1px;
}
.material_title_p2 {
  padding-top: 4px;
  font-size: 20px;
  color: #333;

  letter-spacing: -0.1px;
}
.materialSlider_wrap {
  margin-top: 60px;
  padding-left: 180px;
  position: relative;
}

.material_contents_bg {
  width: 100%;
}
.material_contents_wrap {
  position: relative;
}
.material_contents_p {
  position: absolute;

  left: 26px;
  bottom: 26px;
  font-size: 26px;
  color: #fff;

  letter-spacing: -0.7px;
}
.material_navi {
  position: absolute;
  width: 150px;
  height: 150px;
  transform: translate(0, -50%);
  background: url(../../asset/img/icons/icon-main-drag.png) no-repeat
    center/cover;

  top: 50%;
  left: 100px;
  z-index: 1;
  cursor: pointer;
}
.materialSlider_cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 120px;
  height: 120px;
  opacity: 0;
  pointer-events: none;
}
/* tpyes */
.types {
  margin-top: 140px;
}
.types_bg {
  background-color: #ecebe7;
  margin-top: 50px;
  padding-bottom: 200px;
}
.types_nav_wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 100px;
  display: flex;
  justify-content: flex-end;
}
.types_nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.types_nav_list {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  text-align: center;
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
}
.types_nav_list.active {
  font-weight: 500;
}
.types_nav_list.active:after {
  width: 100%;
  height: 1px;
  background-color: #010101;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.types_contents {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 0.3fr 0.7fr;
  display: none;
}

.types_content3 {
  grid-column: 1/3;
  grid-row: 2/3;
  z-index: 1;
}
.types_content4 {
  grid-column: 1/3;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
}
.types_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.types_content_img {
  position: relative;
}
.types_content_img_text {
  transform: rotate(-90deg) translate(50%, 120px);
  position: absolute;
  right: 0;
  color: #707070;
  font-size: 13px;
  letter-spacing: -0.1px;
  font-weight: 300;
  top: 50%;
}
.types_content_img_text span {
  font-weight: 500;
}
.types_content_img_1 {
  transform: translate(0, -30px);
  width: 100%;
}
.types_content_img_2 {
  width: 50%;
}
.types_content_title {
  overflow: hidden;
}
.types_content_title_h {
  font-size: 120px;
  letter-spacing: 85px;
  color: #333;
  font-weight: 300;
  text-align: center;
  position: relative;
}
.types_content_img_3,
.types_content_data {
  width: 56%;
}
.types_content_data_p2 {
  padding-top: 14px;
  font-size: 20px;
  color: #333;

  letter-spacing: -0.1px;
}
.types_content_data_p {
  padding-top: 34px;
  padding-right: 30px;
  font-size: 21px;
  color: #333;
  font-weight: 300;

  letter-spacing: -0.7px;
  word-break: keep-all;
}
.types_content_data_btn_wrap {
  width: 100%;
  margin-top: 100px;
}
.types_content_data_btn {
  display: flex;
  width: 230px;
  align-items: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  justify-content: center;
  padding: 6px 40px 6px 6px;
}
.types_content_data_btn span {
  font-weight: 400;
  letter-spacing: -0.1px;
  border-color: #8d8d8d;

  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.7px;

  color: #333;

  position: relative;
}
.types_content_data_btn img {
  width: 30px;
}

/* made */
.made {
  padding: 100px 0;
  background-color: #f6f5f3;
}
.made_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.made_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.made_title_h {
  font-size: 32px;
  color: #333;

  letter-spacing: -0.1px;
}
.made_title_p {
  padding-top: 16px;
  font-size: 16px;
  color: #333;
  font-weight: 300;

  letter-spacing: -0.7px;
  text-align: center;
}
.made_vid {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
.made_vid iframe {
  width: 100%;
  height: 100%;
}
.made_more {
  padding-bottom: 1px;
  padding-right: 12px;
  font-size: 14px;
  color: #333;

  letter-spacing: -0.7px;
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #010101;
}
.made_more:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../../asset/img/icons/icon-arrow-contact.png) no-repeat
    center/cover;
}
/* product */
.product {
  padding: 100px 0;
}
.product_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_title_h {
  font-size: 32px;
  color: #333;

  letter-spacing: -0.1px;
  text-align: center;
}
.product_nav {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.product_ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.product_list {
  width: 88px;
}
.product_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_list a span {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.67px;
}
.product_pick {
  padding-top: 100px;
  width: 100%;
}
.pick_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pick_title_h {
  font-weight: 400;
  font-size: 32px;
  color: #333;
  letter-spacing: -0.1px;
}

.pick_ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.pick_list {
  width: auto;
  font-size: 14px;
  color: #adadad;
  font-weight: 500;
  letter-spacing: -0.7px;
  position: relative;
  cursor: pointer;
}
.swiper-pagination-bullet {
  background: none;
  opacity: 1;
}
.pick_list.active {
  color: #010101;
}
.pick_list:after {
  width: 1px;
  height: 11px;
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #e7e7e7;
}
.pick_list:last-child:after {
  display: none;
}
.product_wrap {
  padding-top: 50px;
}
.product_slide_wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.product_contents_wrap {
  width: 100%;
  height: 100%;
}
.product_item_img {
  position: relative;
}
.product_item_text {
  position: absolute;
  bottom: 16px;
  left: 20px;
}
.product_item_text p {
  font-size: 16px;
  color: #fff;

  letter-spacing: -0.1px;
}
.product_item_wrap {
  display: flex;
  justify-content: space-between;
}
/* builtin */
.product_left,
.product_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_builtin .product_left {
  width: 57.74%;
}
.product_builtin .product_right {
  width: 41.45%;
}
.builtin_img_3 {
  width: 42.03%;
}
.builtin_item3 {
  display: flex;
  justify-content: flex-end;
}

/* tile */
.product_tile .product_left {
  width: 48.7%;
}
.product_tile .product_right {
  width: 50.48%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tile_item2,
.tile_item3 {
  display: block;
  flex: 1;
}

/* door */
.product_door .product_left {
  width: 41.45%;
}
.product_door .product_right {
  width: 57.74%;
}
.door_img_3 {
  width: 42.03%;
}
.door_item3 {
  display: flex;
  justify-content: flex-end;
}
/* middledoor */
.product_middledoor .product_left {
  width: 57.74%;
}
.product_middledoor .product_right {
  width: 41.45%;
}
.middledoor_img_3 {
  width: 42.03%;
}
.middledoor_item3 {
  display: flex;
  justify-content: flex-end;
}
/* window */
.product_window .product_left {
  width: 41.45%;
}
.product_window .product_right {
  width: 57.74%;
}
.window_img_3 {
  width: 42.03%;
}
.window_item3 {
  display: flex;
  justify-content: flex-start;
}
/* tile */
.product_wall .product_left {
  width: 48.7%;
}
.product_wall .product_right {
  width: 50.48%;
}
/* bannber */
.banner {
  height: 80vh;
  width: 100%;
}
.bannerBg {
  width: 100%;
  height: 100%;
  background: url(../../asset/img/main/main-img-brand.jpg) no-repeat
    center/cover;
}
.banner_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner_title_h {
  font-size: 34px;
  color: #fff;

  letter-spacing: -0.1px;
  text-align: center;
}

.banner_title_p {
  padding-top: 13px;
  margin: 0 auto;
  max-width: 382px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;

  letter-spacing: -0.58px;
}
.banner_btn {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  height: 40px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  transition: all 0.3s;
}
.banner_btn span {
  background-color: transparent;
  font-size: 14px;
  color: #fff;

  letter-spacing: -0.7px;
  transition: all 0.3s;
}
/* magazine */
.magazine {
  padding: 100px 0;
}
.magazine_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.magazine_title_h {
  float: left;
  font-size: 32px;
  letter-spacing: -1.2px;

  color: #333;
}
.magazine_more {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.09px;

  color: #333;
  border-bottom: 1px solid #8d8d8d;
  margin-top: 14px;
}
.magazine_ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.magazine_list {
  flex: 1;
}
.magazine_img {
  margin-bottom: 20px;
}
.magazine_text_p {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.7px;
  color: #333;
  margin-top: 14px;
  padding-right: 8px;

  overflow: hidden;
}
.magazine_text_p span {
  font-weight: 600;
}

/* etc */
.br_mob {
  display: none;
}
@keyframes scrollBar {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}

/* hovers */
@media (hover: hover) {
  .moreBtn:hover {
    background-color: #fff;
  }
  .moreBtn:hover span {
    color: #010101;
  }
  .banner_btn:hover {
    background-color: #fff;
  }
  .banner_btn:hover span {
    color: #010101;
  }
}

.product_slide_wrap_mob {
  display: none;
}
