.menu .logo img {
  height: auto;
  max-width: 196px;
}

.menu .menuMask .items.logo {
  flex: 0 0 45%;
}

.menu .menuMask .items {
  flex: 0 0 12%;
}
@media (max-width: 1000px) {
  .menu .menuMask .items {
    flex: 0 0 10%;
  }
}

#s1.dark {
  background-color: #fff;
}

@media (max-width: 640px) {
  .kv_cover_bk video#kvBg {
    width: 100%;
    max-width: unset;
  }
}

.menu .menuMask .items.active, .menu .menuMask .items:not(.logo):hover {
  color: #4b889e;
  opacity: 1;
}

.menu .menuMask .items:after {
  background: #4b889e;
}

.specificationBox .leftSlide > * {
  background: #4b889e;
}

.specificationBox .rightSlide {
  border: solid 17px #4b889e;
  border-left: none;
}

.specificationBox .rightSlide:after {
  background: #4b889e;
}

.specificationBox .rightSlide .mask {
  background: #4b889e;
}

.textBox .boxTitle .decoration {
  background: #4b889e;
}

.stopIframe, .adList, .textBox, .videoBox {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.adList.grid {
  width: 1080px;
  max-width: 90%;
}

.kv_cover_bk {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv_cover_bk img, .kv_cover_bk .video {
  max-width: unset;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .kv_cover_bk img, .kv_cover_bk .video {
    height: 100%;
  }
}

.kv_cover1 {
  position: absolute;
  width: 58%;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: auto;
}
@media (max-width: 640px) {
  .kv_cover1 {
    width: 94.5%;
    top: 8.5%;
  }
}
.kv_cover1 img {
  max-width: unset;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* object-position: center; */
  margin: 0 auto;
}

.info_cover {
  position: absolute;
  width: 30%;
}
@media (max-width: 640px) {
  .info_cover {
    width: 84%;
    transform: translateX(-50%);
  }
}
.info_cover img.cover_txt {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 42%;
  transform: translateX(-50%);
}
.info_cover video {
  border-radius: 1.1rem;
  width: 100%;
  height: 100%;
}
.info_cover:nth-of-type(2n+1) {
  left: 20%;
}
@media (max-width: 640px) {
  .info_cover:nth-of-type(2n+1) {
    left: 50%;
  }
}
.info_cover:nth-of-type(2n) {
  left: 51%;
}
@media (max-width: 640px) {
  .info_cover:nth-of-type(2n) {
    left: 50%;
  }
}

.info_cover.info5_cover1 {
  top: 45%;
  left: 21.5%;
  width: 21%;
}
@media (max-width: 640px) {
  .info_cover.info5_cover1 {
    top: 10.5%;
    width: 70%;
    left: 42%;
  }
}

.info6_cover1 {
  top: 13.3%;
}
@media (max-width: 640px) {
  .info6_cover1 {
    top: 7%;
  }
}

.info6_cover2 {
  top: 13.3%;
}
@media (max-width: 640px) {
  .info6_cover2 {
    top: 30%;
  }
}

.info6_cover3 {
  top: 57%;
}
@media (max-width: 640px) {
  .info6_cover3 {
    top: 53.5%;
  }
}

.info6_cover4 {
  top: 57%;
}
@media (max-width: 640px) {
  .info6_cover4 {
    top: 76.8%;
  }
}

.info6_cover5 {
  top: 54%;
}
@media (max-width: 640px) {
  .info6_cover5 {
    top: 64.5%;
  }
}

.info6-2_cover1 {
  width: 61%;
  top: 1%;
}
@media (max-width: 640px) {
  .info6-2_cover1 {
    width: 84%;
    top: 0%;
  }
}
.info6-2_cover1 img.cover_txt {
  left: 79%;
  bottom: 17%;
  width: 18%;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .info6-2_cover1 img.cover_txt {
    left: 50%;
    bottom: 5%;
    width: 85%;
  }
}

.info6-2_cover2.info_cover {
  width: 61%;
  top: 57%;
  left: 20%;
}
@media (max-width: 640px) {
  .info6-2_cover2.info_cover {
    width: 84%;
    top: 70%;
    left: 50%;
  }
}

.scaleImgBox {
  overflow: hidden;
}
.scaleImgBox .scaleImg {
  transform: scale(1.8);
  transform-origin: right top;
}
.scaleImgBox .scaleImg img {
  width: 100%;
}
.scaleImgBox .cover {
  position: absolute;
  left: 44%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 30.5vw;
}
@media (max-width: 640px) {
  .scaleImgBox .cover {
    left: 44%;
    top: 28%;
    width: 77vw;
  }
}

.adList .video.video01-cover {
  position: absolute;
  top: 40.8%;
  left: 15.5%;
  width: 69%;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .adList .video.video01-cover {
    top: 46.25%;
    left: 5.5%;
    width: 89%;
    border-radius: 15px;
  }
}

.adList .video.video02-cover {
  position: absolute;
  top: 5.8%;
  left: 15.5%;
  width: 69%;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .adList .video.video02-cover {
    top: 9.25%;
    left: 5.5%;
    width: 89%;
    border-radius: 15px;
  }
}

.adList .video.video03-cover {
  position: absolute;
  top: 58.6%;
  left: 15.5%;
  width: 69%;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .adList .video.video03-cover {
    top: 61%;
    left: 5.5%;
    width: 89%;
    border-radius: 15px;
  }
}

.adList {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;
  color: white;
  line-height: 1.5;
}

.adList.adList_gap0 {
  max-width: 100%;
}

.adList .video {
  width: 100%;
  display: block;
}

.adList .items {
  position: relative;
  grid-column-start: span 12;
}

.adList .items .photo,
.adList .items .photo img {
  display: block;
}

.adList .items .listTextBox .title,
.adList .items .listTextBox .detail {
  letter-spacing: 0;
}

.adList .items .listTextBox .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bolder;
}

.adList .items .listTextBox .decoration {
  width: 20px;
  height: 5px;
  margin-top: 20px;
  background: #4b889e;
}

@media (min-width: 641px) {
  .adList.grid .items:nth-child(1), .adList.grid .items:nth-child(2), .adList.grid .items:nth-child(3), .adList.grid .items:nth-child(4), .adList.grid .items:nth-child(5), .adList.grid .items:nth-child(6), .adList.grid .items:nth-child(7), .adList.grid .items:nth-child(8), .adList.grid .items:nth-child(9), .adList.grid .items:nth-child(10), .adList.grid .items:nth-child(11), .adList.grid .items:nth-child(12), .adList.grid .items:nth-child(13), .adList.grid .items:nth-child(14), .adList.grid .items:nth-child(15), .adList.grid .items:nth-child(16) {
    grid-column-start: span 6;
  }
  .adList.grid .items:nth-child(0) {
    height: 57.5%;
  }
  .adList.grid .items:nth-child(0) {
    margin-top: -36.4%;
  }
  .adList.grid .items:nth-child(5) {
    margin-top: 0%;
  }
  .adList.grid .items:nth-child(3) {
    height: unset;
  }
  .adList.grid .items .listTextBox {
    position: absolute;
    padding: 20px 20px;
  }
  .adList.grid .items .listTextBox.leftTop {
    left: 0;
    top: 0;
  }
  .adList.grid .items .listTextBox.leftBottom {
    left: 0;
    bottom: 0;
  }
  .adList.grid .items .listTextBox.rightTop {
    right: 0;
    top: 0;
  }
  .adList.grid .items .listTextBox.rightBottom {
    right: 0;
    bottom: 30px;
  }
  .adList.grid .items .listTextBox .title,
  .adList.grid .items .listTextBox .detail {
    color: white;
  }
  .adList.grid .items .listTextBox .decoration {
    background: white;
  }
}
@media (max-width: 640px) {
  .adList.grid .items .listTextBox {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .adList.grid .items .listTextBox .title,
  .adList.grid .items .listTextBox .detail {
    display: inline;
    vertical-align: top;
    letter-spacing: 0.05rem;
  }
  .adList.grid .items .listTextBox br {
    display: none;
  }
  .adList.grid .items .listTextBox .title {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .adList.grid .items .listTextBox .decoration {
    margin-top: 10px;
  }
}
.adList_gap0 {
  grid-gap: 0px;
}

.video_radius {
  border-radius: 20px;
}

@media (max-width: 640px) {
  .video_radius {
    border-radius: 5px;
  }
}
@media (min-width: 641px) {
  .specificationBox .leftSlide > .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 640px) {
  .specificationBox .leftSlide {
    background: #4b889e;
  }
}

.border-e {
  border-bottom: 1px #ededed solid;
}

.specificationBox {
  overflow: auto;
}

@media (min-width: 641px) {
  .specificationBox .leftSlide {
    width: 200px;
    min-width: 200px;
  }
}/*# sourceMappingURL=abs.css.map */