.kv {
  overflow: hidden;
}
.content_links {
  margin-bottom: 1.7vw;
}
.content_links ul {
  display: flex;
}
.content_links ul li {
  flex: 1;
}
.content_links ul li .link_image {
  background-image: url(../img/top/link1_top_wood_bg.png);
  background-size: cover;
  position: relative;
  height: 46.2vw;
}
.content_links ul li .link_image figure:nth-child(1) {
  position: absolute;
  top: 1.4vw;
  left: 0;
  width: 86.8%;
  right: 0;
  margin: 0 auto;
}
.content_links ul li .link_image figure:nth-child(2) {
  position: absolute;
  bottom: 1.1vw;
  width: 87%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.content_links ul li:nth-child(2) .link_image {
  background-image: url(../img/top/link1_top_iron_bg.png);
}
.content_links ul li > a {
  display: block;
  background-color: #020202;
  width: 49%;
  margin: 0 auto;
  margin-top: 1vw;
  position: relative;
  transition: all ease 0.3s;
}
.content_links ul li > a span {
  display: block;
}
.content_links ul li > a span:after {
  content: "";
  display: block;
  width: 2vw;
  background-image: url(../img/commons/right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 1vw;
  top: 0;
  height: 100%;
  transition: all ease 0.3s;
}
.content_links ul li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #020202;
  position: absolute;
  right: -0.4vw;
  bottom: -0.4vw;
  transition: all ease 0.3s;
  transform-origin: left top;
}
.content_links ul li > a:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #020202;
  position: absolute;
  right: -0.4vw;
  top: 0.4vw;
  transition: all ease 0.3s;
  transform-origin: left top;
}
.content_links ul li > a:hover {
  transform: translate3d(0.4vw, 0.4vw, 0);
}
.content_links ul li > a:hover span:after {
  transform: translate3d(0.5vw, 0, 0);
}
.content_links ul li > a:hover:before {
  transform: scaleX(0) scaleX(1);
}
.content_links ul li > a:hover:after {
  transform: scaleY(0) scaleY(1);
}

@media screen and (max-width: 750px) {
  .content_links ul li:nth-child(2) .link_image {
    background-position: 54%;
  }
  .content_links ul li .link_image {
    height: 61.9vw;
  }
  .content_links ul li .link_image figure:nth-child(1) {
    top: 2.1vw;
    left: -3vw;
    width: 108.6%;
  }
  .content_links ul li .link_image figure:nth-child(2) {
    position: absolute;
    bottom: 3.1vw;
    width: 92%;
  }
  .content_links ul li > a {
    width: 79%;
    margin-top: 3vw;
    padding: 0.8vw 0;
  }
  .content_links ul li > a span:after {
    width: 4vw;
  }
  .content_links {
    margin-bottom: 5.2vw;
  }
  .content_links ul li > a:before {
    right: -1vw;
    bottom: -1vw;
  }
  .content_links ul li > a:after {
    right: -1vw;
    top: 1vw;
  }
}
.banner_link {
  padding: 3vw 10vw;
  padding-bottom: 4.2vw;
}
.banner_link a {
  display: block;
  position: relative;
  transition: all ease 0.3s;
}
.banner_link a figure:nth-child(1) {
  position: absolute;
  right: 12vw;
  width: 32%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}
.banner_link a > div:after {
  z-index: 3;
  content: "";
  display: block;
  width: 7vw;
  background-image: url(../img/commons/right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2vw;
  top: 0;
  height: 100%;
  transition: all ease 0.3s;
}
.banner_link a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #020202;
  position: absolute;
  right: -0.8vw;
  bottom: -0.8vw;
  transition: all ease 0.3s;
  transform-origin: left top;
}
.banner_link a:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #020202;
  position: absolute;
  right: -0.8vw;
  top: 0.8vw;
  transition: all ease 0.3s;
  transform-origin: left top;
}
.banner_link a:hover {
  transform: translate3d(0.8vw, 0.8vw, 0);
}
.banner_link a:hover > div:after {
  transform: translate3d(0.5vw, 0, 0);
}
.banner_link a:hover:before {
  transform: scaleX(0) scaleX(1);
}
.banner_link a:hover:after {
  transform: scaleY(0) scaleY(1);
}

@media screen and (max-width: 750px) {
  .banner_link {
    padding: 3vw 6.4vw;
    padding-bottom: 7vw;
  }
  .banner_link a:before {
    right: -1.2vw;
    bottom: -1.2vw;
  }
  .banner_link a:after {
    right: -1.2vw;
    top: 1.2vw;
  }
}
.image1 {
  position: relative;
}
.image1 > p {
  position: absolute;
  z-index: 2;
  color: #fff;
  right: 8.3vw;
  bottom: 4.4vw;
  text-shadow: 0 0 0.3vw rgb(0, 0, 0), 0 0 0.5vw rgb(0, 0, 0), 0 0 0.5vw rgb(0, 0, 0);
  font-size: 1.8vw;
  line-height: 1.8;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .image1 figure {
    overflow: hidden;
    height: 61vw;
  }
  .image1 img {
    transform: scale(1.4);
    transform-origin: top;
  }
  .image1 > p {
    bottom: 6.4vw;
    line-height: 2;
    font-size: 2.8vw;
    right: 2vw;
  }
}
.top_product .bigText {
  text-align: center;
  font-size: 3.2vw;
  padding: 0.7vw;
}
.top_product .bigText rt {
  font-size: 28%;
  text-align: center;
}
.top_product .top_product_image {
  position: relative;
  text-align: center;
}
.top_product .top_product_image figure:nth-child(1) {
  position: absolute;
  z-index: 10;
  top: 19.1vw;
  left: 20.1vw;
  margin: 0 auto;
  width: 61%;
}
.top_product .product_list {
  display: flex;
  gap: 1vw;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 69.7vw;
  margin-top: -4vw;
  padding-bottom: 6.4vw;
}
.top_product .product_list li {
  flex: 0 1 calc((100% - 3vw) / 4);
}
.top_product .product_list li a {
  corner-shape: bevel;
  border-radius: 0 0.4vw 0 0;
  position: relative;
  display: block;
  background-color: #eff0ef;
}
.top_product .product_list li a figure:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease 0.3s;
}
.top_product .product_list li a figure:nth-child(2) {
  transition: all ease 0.3s;
}
.top_product .product_list li a p {
  font-weight: 600;
  position: absolute;
  bottom: 0.9vw;
  left: 0.5vw;
  color: #000;
  font-size: 0.9vw;
  line-height: 1.4;
}
.top_product .product_list li a:after {
  content: "";
  display: block;
  width: 2vw;
  background-image: url(../img/commons/right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.7vw;
  bottom: 0.7vw;
  height: 2vw;
  transition: all ease 0.3s;
}
.top_product .product_list li a:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/commons/border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: calc(100% + 0.1vw);
  height: calc(100% + 0.1vw);
  top: -0.1vw;
  left: 0;
  right: -0.1vw;
  bottom: 0;
  background-position: right;
}
.top_product .product_list li a:hover:after {
  transform: translate3d(0.5vw, 0, 0);
}
.top_product .product_list li a:hover figure {
  opacity: 0.7;
}

.top_productWood.top_product .product_list li a figure:nth-child(1) {
  top: 0.4vw;
}

.top_productIron.top_product .top_product_image figure:nth-child(1) {
  width: 38.5%;
  left: 31vw;
  top: 18.9vw;
}
.top_productIron.top_product .product_list {
  margin-top: -3.2vw;
  padding-bottom: 4.3vw;
}

@media screen and (max-width: 750px) {
  .top_product .bigText {
    font-size: 4.6vw;
  }
  .top_product .top_product_image figure:last-child {
    height: 56.5vw;
  }
  .top_product .top_product_image figure:last-child img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_product .top_product_image figure:nth-child(1) {
    position: absolute;
    top: 25.1vw;
    left: 12.1vw;
    width: 80%;
  }
  .top_product .product_list {
    max-width: 76.9vw;
    margin-top: -7vw;
    gap: 2vw;
    padding-bottom: 9.6vw;
  }
  .top_product .product_list li {
    flex: 0 1 calc((100% - 2vw) / 2);
  }
  .top_product .product_list li a {
    border-radius: 0 1vw 0 0;
  }
  .top_product .product_list li a p {
    bottom: 2.2vw;
    left: 0.5vw;
    font-size: 2vw;
    line-height: 1.4;
  }
  .top_product .product_list li a:after {
    width: 4vw;
    right: 1.7vw;
    bottom: 2.1vw;
    height: 4vw;
  }
  .top_productWood.top_product .product_list li a figure:nth-child(1) {
    top: 1vw;
  }
  .top_productIron.top_product .top_product_image figure:nth-child(1) {
    width: 49.8%;
    left: 25vw;
    top: 23.9vw;
  }
  .top_productIron.top_product .product_list {
    margin-top: -6vw;
    padding-bottom: 8.3vw;
  }
}
.all_user {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 2vw;
  z-index: 3;
}
.all_user .texts {
  position: absolute;
  right: 2.9vw;
  top: 5.3vw;
  z-index: 3;
}
.all_user .texts h2 {
  font-size: 3vw;
  margin-bottom: 1.7vw;
  text-align: right;
  line-height: 1.4;
}
.all_user .texts p {
  text-align: right;
  line-height: 2;
  font-weight: 600;
}
.all_user ul {
  position: absolute;
  display: flex;
  right: 5vw;
  bottom: 0;
  width: 50%;
  z-index: 2;
}
.all_user ul li {
  position: relative;
  width: 26vw;
}
.all_user ul li:nth-child(1) {
  width: 28.2vw;
}
.all_user ul li:nth-child(2) {
  width: 26vw;
}
.all_user ul li:nth-child(2) > div {
  bottom: 2.4vw;
  right: -1.5vw;
}
.all_user ul li > div {
  position: absolute;
  bottom: 1.7vw;
  right: 0;
}
.all_user ul li > div p {
  font-weight: 600;
}
.all_user ul li > div b {
  margin-top: 0.5vw;
  display: block;
  font-size: 1.7vw;
  line-height: 1.3;
}
.all_user ul li figure {
  width: 14.3vw;
}

@media screen and (max-width: 750px) {
  .all_user .texts h2 {
    font-size: 7vw;
    margin-bottom: 4.2vw;
    text-align: right;
    line-height: 1.3;
  }
  .all_user > figure {
    height: 176.1vw;
  }
  .all_user > figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .all_user ul {
    width: 90%;
  }
  .all_user ul li:nth-child(1) {
    width: 46.2vw;
  }
  .all_user ul li figure {
    width: 25.3vw;
  }
  .all_user ul li > div b {
    font-size: 3.2vw;
  }
  .all_user ul li > div p {
    font-size: 2.3vw;
  }
  .all_user ul li:nth-child(2) {
    width: 44vw;
  }
  .all_user {
    margin-bottom: 5vw;
  }
}
.contents h2 {
  padding: 0.7vw;
  padding-left: 6vw;
  background: linear-gradient(to right, #1c2e3e 0%, rgba(28, 46, 62, 0) 100%);
  position: relative;
}
.contents h2:after {
  content: "";
  display: block;
  width: calc(100% - 1.8vw);
  position: absolute;
  height: calc(100% - 1.4vw);
  top: 0.7vw;
  left: 0.7vw;
  background: linear-gradient(to right, #0c1923 0%, #4a6988 50%, rgba(74, 105, 136, 0) 80%);
}
.contents h2 img {
  position: relative;
  z-index: 3;
  width: 27vw;
}
.contents .contents_in {
  background: linear-gradient(to right, #d9281c 0%, #831616 100%);
}
.contents .contents_in h3 {
  width: 43.6vw;
  margin-bottom: 2vw;
}
.contents .contents_inReport {
  background: none;
}
.contents .contents_inReport h3 {
  width: 16.2vw;
}
.contents .contents_inReport .contents_inwrap > p {
  color: #000;
}
.contents .contents_inReport .contents_swiper a {
  color: #000;
  transition: all ease 0.3s;
}
.contents .contents_inReport .contents_swiper a:hover {
  opacity: 0.7;
}
.contents .contents_inwrap {
  padding-left: 10vw;
  padding-right: 10vw;
  color: #fff;
  padding-bottom: 2.3vw;
}
.contents .contents_inwrap > p {
  margin-bottom: 1.7vw;
}
.contents .contents_swiper a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 0.8vw;
}
.contents .contents_swiper a figure {
  margin-bottom: 0.3vw;
}
.contents .contents_swiper a {
  transition: all ease 0.3s;
}
.contents .contents_swiper a:hover {
  opacity: 0.7;
}
.contents .contents_swiper .swiper-button-next {
  position: absolute;
  top: -2.6vw;
  width: 2vw;
  right: 0.4vw;
}
.contents .contents_swiper .swiper-button-next:after {
  content: "";
  background-image: url(../img/commons/right_white.png);
  width: 2vw;
  height: 2vw;
  background-size: contain;
}
.contents .contents_swiper .swiper-button-prev {
  position: absolute;
  width: 2vw;
  top: -2.6vw;
  right: 4.4vw;
  left: auto;
}
.contents .contents_swiper .swiper-button-prev:after {
  content: "";
  background-image: url(../img/commons/right_white.png);
  width: 2vw;
  height: 2vw;
  background-size: contain;
  transform: rotate(180deg);
}
.contents .contents_inReport .swiper-button-next {
  position: absolute;
  top: -2.6vw;
  width: 2vw;
  right: 0.4vw;
}
.contents .contents_inReport .swiper-button-next:after {
  content: "";
  background-image: url(../img/commons/right_black.png);
  width: 2vw;
  height: 2vw;
  background-size: contain;
}
.contents .contents_inReport .swiper-button-prev {
  position: absolute;
  top: -2.6vw;
  width: 2vw;
  right: 4.4vw;
  left: auto;
}
.contents .contents_inReport .swiper-button-prev:after {
  content: "";
  background-image: url(../img/commons/right_black.png);
  width: 2vw;
  height: 2vw;
  background-size: contain;
  transform: rotate(180deg);
}
.contents .contents_inMovies .contents_inMovies_bg {
  background-image: url(../img/top/movie_bg.png);
  background-size: cover;
}
.contents .contents_inMovies .youtube_movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.contents .contents_inMovies .youtube_movie iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.contents .contents_inMovies .contents_inwrap {
  padding-right: 10vw;
  padding-bottom: 5.4vw;
}
.contents .contents_inMovies.contents_in h3 {
  margin-bottom: 4vw;
  width: 16.4vw;
}
.contents .contents_inMovies .movie_list {
  display: flex;
  gap: 1vw;
  row-gap: 3.6vw;
  flex-wrap: wrap;
}
.contents .contents_inMovies .movie_list > * {
  flex: 0 1 calc((100% - 3vw) / 4);
}
.contents .contents_inMovies .movie_list a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8vw;
}
.contents .contents_inMovies .movie_list a figure {
  margin-bottom: 0.5vw;
}
.contents .contents_inMovies .movie_list a {
  transition: all ease 0.3s;
}
.contents .contents_inMovies .movie_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .contents h2 img {
    width: 57vw;
  }
  .contents h2 {
    padding: 1.3vw;
    padding-left: 6vw;
  }
  .contents .contents_in h3 {
    width: 94.6vw;
    margin-bottom: 4vw;
  }
  .contents .contents_inwrap {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 8vw;
  }
  .contents .contents_inwrap > p {
    margin-bottom: 3.4vw;
  }
  .contents .contents_swiper .swiper-button-prev {
    top: -7.7vw;
    right: 6.4vw;
    width: 5vw;
  }
  .contents .contents_swiper .swiper-button-prev:after {
    width: 5vw;
    height: 5vw;
  }
  .contents .contents_swiper .swiper-button-next {
    top: -7.7vw;
    right: -4.6vw;
    width: 5vw;
  }
  .contents .contents_swiper .swiper-button-next:after {
    width: 5vw;
    height: 5vw;
  }
  .contents .contents_inReport h3 {
    width: 35.6vw;
  }
  .contents .contents_swiper a {
    font-size: 2.8vw;
  }
  .contents .contents_inMovies.contents_in h3 {
    width: 35.4vw;
    margin-bottom: 7.7vw;
  }
  .contents .contents_inMovies .contents_inwrap {
    padding-right: 5vw;
    padding-left: 5vw;
    padding-bottom: 13vw;
  }
  .contents .contents_inMovies .movie_list {
    gap: 2.4vw;
  }
  .contents .contents_inMovies .movie_list > * {
    flex: 0 1 calc((100% - 2.4vw) / 2);
  }
  .contents .contents_inMovies .movie_list a {
    font-size: 2vw;
  }
}
.bottom_slide {
  background-color: #121212;
  padding: 2vw 10vw;
  overflow: hidden;
}
.bottom_slide .bottom_slide-swiper {
  position: relative;
}
.bottom_slide .bottom_slide-swiper {
  overflow: visible;
}
.bottom_slide .bottom_slide-swiper .swiper-slide {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.bottom_slide .swiper-button-next {
  right: -9.6vw;
  height: 2vw;
  width: 2vw;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.bottom_slide .swiper-button-next:after {
  background-size: contain;
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #fff;
}
.bottom_slide .swiper-button-prev {
  left: -9.6vw;
  height: 2vw;
  width: 2vw;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.bottom_slide .swiper-button-prev:after {
  background-size: contain;
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #fff;
}

.swiper {
  overflow: visible !important;
}

@media screen and (max-width: 750px) {
  .bottom_slide {
    padding: 2vw 8.6vw;
  }
  .bottom_slide .swiper-button-prev {
    left: -7.2vw;
    height: 6vw;
    width: 6vw;
  }
  .bottom_slide .swiper-button-next {
    right: -7.2vw;
    height: 6vw;
    width: 6vw;
  }
}/*# sourceMappingURL=style.css.map */