#sec1 {
  position: relative;
  padding: 300vh 0 20vw;
  overflow: hidden;
}
#sec1 .group-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#sec1 .group-img .bg-dark {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
#sec1 .group-img .bg-dark.active {
  opacity: 1;
}
#sec1 .group-img .img {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: 45vw;
  height: 45vh;
  transition: opacity 1s;
}
#sec1 .group-img .img.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s;
}
#sec1 .group-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
}
#sec1 .group-content h2 {
  margin: 0 auto 8vw;
  padding: 10vw 0 0;
  width: 20%; 
}
#sec1 .group-content .txt {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin: 0 var(--wrapPadding);
  text-align: left;
}
#sec1 .group-content .txt + .txt {
  margin-top: 20px;
}
#sec1 .group-content .txt span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 2500px 0 88px;
  }
  #sec1 .group-img .img {
    width: 36vw;
    height: 27vw;
  }
  #sec1 .group-content h2 {
    padding: 0;
    margin: 0 auto 57px;
  }
  #sec1 .group-content .txt {
    text-align: inherit;
    margin: 0;
  }
}

#sec2 {
  padding: 25vw 0 20vw;
  background: url("../img/shared/bg.jpg");
  position: relative;
  z-index: 3;
}
#sec2 .inner {
  position: relative;
}
#sec2 .inner .set1 {
  padding: 0 var(--wrapPadding);
}
#sec2 .inner .set1 .txt {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin: 40px 0 0 5px;
}
@media screen and (max-width: 767px) {
  #sec2 .inner .set1 h2 {
    padding: 0 10vw;
    width: 60%;
    margin: auto;
  }
}
#sec2 .inner .set1 .group {
  margin: 10vw 0 0;
}
#sec2 .inner .set1 .group .item h3 {
  margin: 10vw 20vw 6vw;
}
#sec2 .inner .set1 .group .item .sub-txt {
  text-align: center;
  line-height: 1.5;
  margin: 20px 0;
}
#sec2 .inner .set1 .s2-thumb {
  display: flex;
  justify-content: center;
  gap: 3vw;
  margin: 7vw 0 0;
}
#sec2 .inner .set1 .s2-thumb .thumb {
  font-size: 5vw;
  line-height: 1.8;
  padding: 0 5vw;
  letter-spacing: 0.1em;
  border: 1px solid;
}
#sec2 .inner .set1 .s2-thumb .thumb.active {
  background: #fbea00;
}
#sec2 .inner .set2 {
  margin: 25vw var(--wrapPadding) 0;
}
@media screen and (max-width: 767px) {
  #sec2 .inner .set2 h2 {
    margin: 0 10vw;
            width: 60%;
        margin: auto;
  }
  #sec2 .inner .set2 .map {
    margin: 0 0 12vw;
  }
}
#sec2 .inner .set2 .txt {
  margin: 5vw 0 6vw;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
#sec2 .inner .set2 .btn-link2 {
  margin: 12vw auto 0;
}
#sec2 .inner .set3 {
  margin: 25vw var(--wrapPadding) 0;
}
@media screen and (max-width: 767px) {
  #sec2 .inner .set3 h2 {
    margin: 0 5vw;
    width: 75%;
    margin: auto;
  }
  #sec2 .inner .set3 .map {
    margin: 0 0 12vw;
  }
}
#sec2 .inner .set3 .txt {
  margin: 5vw 0 6vw;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
#sec2 .inner .set3 .s2-slide .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 16px;
}
#sec2 .inner .set3 .s2-slide .slick-dots li {
  margin: 0;
  border-radius: 0;
  width: 15px;
  height: 15px;
  background: #fff;
}
#sec2 .inner .set3 .s2-slide .slick-dots li.slick-active {
  background: #c7bd51;
}
#sec2 .inner .set3 .btn-link2 {
  margin: 12vw auto 0;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 219px 0 184px;
  }
  #sec2 .inner .right {
    width: calc(50% - 116px);
    margin: 0 0 0 auto;
    max-width: calc(100% - 632px);
  }
  #sec2 .inner .map {
    position: absolute;
    top: 74px;
    right: calc(50% + 26px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    z-index: 4;
  }
  #sec2 .inner .map.fixed {
    position: fixed;
    top: 127px;
  }
  #sec2 .inner .map.end {
    top: auto;
    bottom: 0;
  }
  #sec2 .inner .map.active {
    opacity: 1;
    visibility: visible;
  }
  #sec2 .inner .map .link1 {
    position: absolute;
    width: 99px;
    height: 75px;
    z-index: 2;
    left: 118px;
    top: 125px;
    cursor: pointer;
  }
  #sec2 .inner .map .link2 {
    position: absolute;
    width: 74px;
    height: 75px;
    z-index: 2;
    left: 219px;
    top: 125px;
    cursor: pointer;
  }
  #sec2 .inner .map .link3 {
    position: absolute;
    width: 82px;
    height: 74px;
    z-index: 2;
    left: 294px;
    top: 125px;
    cursor: pointer;
  }
  #sec2 .inner .map .link4 {
    position: absolute;
    cursor: pointer;
    top: 108px;
    width: 93px;
    height: 92px;
    right: 127px;
    z-index: 2;
  }
  #sec2 .inner .map .link5 {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    width: 266px;
    height: 83px;
    left: 118px;
    top: 263px;
  }
  #sec2 .inner .set1 {
    padding: 0;
  }
  #sec2 .inner .set1 .txt {
    margin: 28px 0 0 3px;
    width: 424px;
    max-width: 100%;
    letter-spacing: 0.1em;
  }
  #sec2 .inner .set1 .group {
    margin: 97px 0 0;
  }
  #sec2 .inner .set1 .group .item .right {
    position: relative;
  }
  #sec2 .inner .set1 .group .item h3 {
    margin: 0 0 39px;
  }
  #sec2 .inner .set1 .group .item .sub-txt {
    position: absolute;
    left: 220px;
    top: 17px;
    margin: 0;
    text-align: left;
  }
  #sec2 .inner .set1 .group .item3 .sub-txt {
    position: absolute;
    left: 0px;
    top: 427px;
    margin: 0;
    text-align: left;
  }  
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .inner .set1 .group .item .sub-txt {
    position: relative;
    margin: 0 0 20px;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .inner .set1 .group .item .img {
    width: 500px;
    max-width: calc(100% - 30px);
    height: 300px;
  }
  #sec2 .inner .set1 .group .item + .item {
    margin-top: 67px;
  }
  #sec2 .inner .set1 .group .item.item3 {
    padding-bottom: 70px;
  }
  #sec2 .inner .set2 {
    margin: 131px 0 0;
  }
  #sec2 .inner .set2 .txt {
    width: 428px;
    max-width: 100%;
    margin: 38px 0 67px;
  }
  #sec2 .inner .set2 .img {
    width: 500px;
    max-width: calc(100% - 3px);
    height: 300px;
    margin: 0 0 0 3px;
  }
  #sec2 .inner .set2 .btn-link2 {
    margin: 60px 0 0 3px;
  }
  #sec2 .inner .set2 .btn-link2 a span {
    line-height: 30px;
    padding: 12.5px 50px 12.5px 0;
  }
  #sec2 .inner .set3 {
    margin: 171px 0 0;
  }
  #sec2 .inner .set3 .txt {
    width: 450px;
    max-width: 100%;
    margin: 29px 0 93px;
  }
  #sec2 .inner .set3 .s2-slide {
    width: 500px;
    max-width: calc(100% - 30px);
    margin: 0 0 0 3px;
  }
  #sec2 .inner .set3 .s2-slide .img {
    height: 300px;
  }
  #sec2 .inner .set3 .s2-slide .slick-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 16px;
  }
  #sec2 .inner .set3 .s2-slide .slick-dots li:hover {
    opacity: 0.8;
  }
  #sec2 .inner .set3 .btn-link2 {
    margin: 50px 0 0 3px;
  }
  #sec2 .inner .set3 .btn-link2 a span {
    line-height: 30px;
    padding: 12.5px 50px 12.5px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1304px) {
  #sec2 .inner .map {
    right: auto;
    left: 30px;
  }
}