.banner {
  margin-top: 42px;
}

.banner__img {
  width: 60%;
  margin: 0 auto;
}

.banner__img img {
  width: 100%;
}

/* concept */
.concept {
  margin-top: 23px;
}

.concept__title {
  width: 42%;
  margin: 0 auto;
}

.concept__content p {
  text-align: center;
}

.concept__content-main {
  margin: 23px 0;
}

.concept__content-main p {
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: #222;
}

/* video */
.video {
  margin-top: 80px;
}

.video .container {
  display: flex;
  gap: 100px;
  justify-content: center;
}

.video .video__left {
  cursor: pointer;
  width: 52%;
}

.video .video__left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video__right {
  height: 326px;
  width: 31%;
  object-fit: cover;
  position: relative;
  flex-shrink: 0;
}

.video__right img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.video__right-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video__right-content p {
  font-size: 22px;
  line-height: 35px;
  color: #222;
  max-width: 277px;
}

.video__right-content .btn {
  border: 1px solid #737373;
  width: 256px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  gap: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.video__right-content .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  background-color: #737373;
  transition: all 0.5s;
}
.video__right-content .btn .arrow,
.video__right-content .btn span {
  z-index: 2;
}

.video__right-content .btn:hover {
  color: #fff;
}
.video__right-content .btn:hover .arrow .line {
  background-color: #fff;
}
.video__right-content .btn:hover .arrow .triangle {
  border-top-color: #fff;
  border-right-color: #fff;
}
.video__right-content .btn:hover::before {
  right: 0%;
}

.video__right-content .btn .arrow {
  display: flex;
  align-items: center;
}

.video__right-content .btn .arrow .line {
  background: #737373;
  height: 1px;
  width: 50px;
}

.video__right-content .btn .arrow .triangle {
  border: 1px solid #737373;
  width: 15px;
  height: 15px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
  margin-left: -17px;
}
/* popup */
.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.popup-video.active {
  visibility: visible;
  opacity: 1;
}

.popup-video .overlay {
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.popup-video .content {
  position: absolute;
  width: 65%;
  height: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.popup-video .content .content-video {
  position: absolute;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-video .content .content-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-video .close-icon {
  position: absolute;
  top: -60px;
  right: -80px;
  cursor: pointer;
  transition: all 0.5s;
}

.popup-video .close-icon:hover {
  transform: rotate(180deg);
}

.popup-video .close-icon svg {
  width: 60px;
  height: 60px;
}

/* map */

.map {
  margin-top: 90px;
  padding: 100px 0px;
  margin-bottom: 250px;
}

.map__content {
  position: relative;
}

.map__content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.map__content-aboslute {
  max-width: 250px;
  position: absolute;
}
.map__content-aboslute p {
  font-size: 16px;
  line-height: 26px;
}

.map__content-aboslute:nth-child(2) {
  top: 0;
  right: 50px;
}

.map__content-aboslute:nth-child(3) {
  top: 0;
  left: 0;
}
.map__content-aboslute:nth-child(3) {
  bottom: 0;
  left: 0;
}

.map__content-center .branch {
  position: absolute;
}
.map__content-center .branch .num {
  background-color: #0d3275;
  width: 45px;
  height: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.map__content-center .branch .line {
  border: 1px #0d3275 solid;
  width: 252px;
  height: 50px;
}

.map__content-center .branch:nth-child(2) {
  right: 70%;
  display: flex;
  align-items: baseline;
}

.map__content-center .branch:nth-child(2) .line {
  border-top-color: transparent;
  border-right-color: transparent;
}

.map__content-center .branch:nth-child(3) {
  top: 82%;
  right: 60%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
} 

.map__content-center .branch:nth-child(3) .num {
  margin-left: auto;
  transform: translateX(50%);
}

.map__content-center .branch:nth-child(3) .line {
  width: 298px;
  height: 75px;
  border-top-color: transparent;
  border-left-color: transparent;
}

.map__content-center .branch:last-child {
  top: 40%;
  left: 79%;
}
.map__content-center .branch:last-child .line {
  width: 100px;
  height: 40px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.map__content-center .branch:last-child .num {
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .banner__img {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .concept__title {
    width: 60%;
  }
}

@media only screen and (max-width: 1000px) {
  .map__content-aboslute:nth-child(3) {
    bottom: 80%;
    top: unset;
    left: 80px;
  }

  .map__content-center .branch:nth-child(2) {
    right: 70%;
    display: flex;
    align-items: baseline;
    top: 107px;
  }

  .map__content-center .branch .line {
    width: 170px;
    height: 187px;
  }

  .map__content-center .branch:nth-child(3) .line {
    width: 110px;
  }
  .map__content-aboslute:last-child {
    left: 48px;
  }
}

@media only screen and (min-width: 1900px)  {
  .banner {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .video .container {
    flex-direction: column;
  }
  .video .video__right,
  .video .video__left {
    width: 100%;
  }
  
  .video__right-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 894px) {
  .map__content-aboslute:nth-child(3) {
    left: 4%;
  }
}
@media only screen and (max-width: 780px) {
  .map__content-aboslute:nth-child(2) {
    top: -13%;
  }
  .map__content-center .branch:last-child .line {
    border-bottom-color: initial;
     border-right-color: initial;
     border-top-color: transparent;
     border-left-color: transparent;
     height: 90px;
  }

  .map__content-center .branch:last-child {
    top: 33%;
  }

  .map__content-center .branch:last-child .num {
    transform: translate(-50%, -50%);
  }

  
}

@media only screen and (max-width: 626px) {
  .map__content-aboslute:nth-child(2) {
    right: -14px;
  }

  .map {
    margin-top: 300px;
  }

  .map__content-aboslute:nth-child(3) {
    bottom: 107%;
  }

  .map__content-center .branch .line {
    width: 66px;
    height: 304px;
  }
  .map__content-center .branch:nth-child(2) {
    top: -17px;
  }
}