.visual {
  height: 100vh;
  width: 100%;
  position: relative;
}
.visual .inner {
  height: 100%;
  width: 100%;
  background: url("../image/visual_bg.png") no-repeat;
  animation: load_bg 2s both;
  animation-delay: 0.2s;
}
.visual .inner .title {
  width: 567px;

  margin-left: 95px;
  padding-top: 170px;
  animation: load_R 1s both;
  animation-delay: 1s;
}
.visual .inner .desc {
  display: flex;
  justify-content: center;
  height: 70px;
  width: 65%;
  margin: 0 auto;
  padding-top: 17.5%;
}
.visual .inner .desc .desc1 {
  animation: load_U 1s both;
  animation-delay: 0.8s;
}
.visual .inner .desc .desc2 {
  animation: load_U 1s both;
  animation-delay: 1s;
}
.visual .inner .desc .desc3 {
  animation: load_U 1s both;
  animation-delay: 1.2s;
}
.visual .inner .desc .desc4 {
  animation: load_U 1s both;
  animation-delay: 1.4s;
}
.visual .inner .desc .desc5 {
  animation: load_U 1s both;
  animation-delay: 1.6s;
}
.visual .inner .desc img {
  width: 100%;
  height: 100%;
}
.v-point {
  width: 338px;
  height: 100px;
  position: absolute;
  top: 14%;
  right: 5%;
  animation: load_L 1s both;
  animation-delay: 1.2s;
}

/* --------premium영역------- */
.sec02.premium {
  height: 774px;
  width: 100%;
  position: relative;
}
.sec02.premium .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("../image/premium_bg.png") no-repeat center;
}
.sec02.premium .inner .title {
  display: flex;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 83px;
  gap: 14px;
}
.sec02.premium .inner .desc {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.sec02.premium .inner .desc .pre_box {
  width: 355px;
  height: 406px;
  /* border: 1px solid #222222; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}

.sec02.premium .inner .desc .pre_box .pr_icon {
  margin-bottom: 49px;
  position: relative;
  display: block;
  opacity: 1;
}

.sec02.premium .inner .desc .pre_box .pr_icon-w {
  margin-bottom: 49px;
  position: absolute;
  display: block;
  opacity: 0;
}

.sec02.premium .inner .desc .pre_box .icon-box {
  height: 74px;
  margin: 20px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02.premium .inner .desc .pre_box .pr_box_title {
  position: relative;
}
.sec02.premium .inner .desc .pre_box .pr_box_title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #161616;
}
.sec02.premium .inner .desc .pre_box .pr_box_title strong {
  font-size: 26px;
  font-weight: 700;
  color: #7c0055;
  display: block;
  margin-bottom: 55px;
}
.sec02.premium .inner .desc .pre_box .pr_box_title::after {
  width: 34px;
  height: 1px;
  background-color: #5d5d5d;
  content: "";
  display: block;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.sec02.premium .inner .desc .pre_box .pr_box_desc {
  color: #5d5d5d;
  font-size: 18px;
}

/* =====hover===== */

.sec02.premium .inner .desc .pre_box:hover {
  animation: load_bg 0.7s both;
}

.sec02.premium .inner .desc .pre_box:hover .pr_icon {
  margin-bottom: 49px;
  position: relative;
  display: block;
  opacity: 0;
}
.sec02.premium .inner .desc .pre_box:hover .pr_icon-w {
  margin-bottom: 49px;
  position: absolute;
  display: block;
  opacity: 1;
}
.sec02.premium .inner .desc .pre_box:nth-child(1):hover {
  background: url("../image/pr_02_bg.png") no-repeat;
}
.sec02.premium .inner .desc .pre_box:nth-child(2):hover {
  background: url("../image/pr_02_bg.png") no-repeat;
}
.sec02.premium .inner .desc .pre_box:nth-child(3):hover {
  background: url("../image/pr_02_bg.png") no-repeat;
}
.sec02.premium .inner .desc .pre_box:nth-child(4):hover {
  background: url("../image/pr_02_bg.png") no-repeat;
}
.sec02.premium .inner .desc .pre_box:hover .pr_box_title p,
.sec02.premium .inner .desc .pre_box:hover .pr_box_title strong,
.sec02.premium .inner .desc .pre_box:hover .pr_box_desc {
  color: #ffffff;
}
.sec02.premium .inner .desc .pre_box:hover .pr_box_title::after {
  background-color: #ffffff;
}

/* --------location영역------- */

.sec03.location {
  height: 842px;
  width: 100%;
  position: relative;
  background: url("../image/location_bg.png") no-repeat center;
}
.sec03.location .inner {
  display: flex;
  padding-top: 6%;
  /* justify-content: center; */
  align-items: top;
  width: 100%;
}
.sec03.location .inner .desc {
  width: 520px;
  height: 630px;
  position: relative;
  margin-left: 200px;
}
.sec03.location .lo-pagination {
  position: absolute;
  position: absolute;
  top: 95%;
  left: 42%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #8c0052;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7c0055;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}

.sec03.location .inner .title {
  width: 407px;
  height: 217px;
  margin-left: 120px;
  padding-top: 5%;
}
.sec03.location .inner .title .lo_title01 {
  margin-bottom: 16px;
}
.sec03.location .more_btn {
  display: block;
  margin-top: 45px;
}

/* @media all and (min-width: 1250px) and (max-width: 1670px) {
  .visual .inner .r_btn {
    transform: scale(0.9);
    position: absolute;
    right: 2%;
  }
} */

/* ------contact영역------- */
.sec04.contactus {
  height: 770px;
  width: 100%;
  position: relative;
  background-color: #f7f8f9;
}
.sec04.contactus .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sec04.contactus .inner .title {
  display: flex;
  flex-direction: column;
  gap: 94px;
  margin-right: 83px;
  height: 40%;
}
.sec04.contactus .inner .title div {
  display: flex;
  flex-direction: column;
}
.sec04.contactus .inner .title .title_01 {
  display: flex;
  flex-direction: column;
  font-size: 29px;
  font-weight: 500;
}
.sec04.contactus .inner .title .title_01 .con_title01 {
  width: 248px;
  height: 41px;
  margin-bottom: 10px;
}

.sec04.contactus .inner .desc {
  display: flex;
  height: 474px;
}
.sec04.contactus .inner .desc .mapbox {
  width: 656px;
  height: 100%;
}
.sec04.contactus .inner .desc .mapbox img {
  width: 100%;
  height: 100%;
}
.sec04.contactus .inner .desc .addbox {
  display: flex;
  flex-direction: column;
}
.sec04.contactus .inner .desc .addbox img {
  width: 100%;
  height: 100%;
}
