.visual {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  animation: load_bg 2s both;
  animation-delay: 0.2s;

  background: #001244;
}
.vi_left {
  width: 320px;
  height: 100%;
  background: #001244;

  animation: load_R 2s both;
  animation-delay: 0.5s;
}
.vi_left .desc {
  width: 100%;
  height: 100%;
}
.vi_left .desc .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vi_left .desc .item.vi_point {
  height: 77.3%;
  background: url("../image/vi_l_bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.vi_left .desc .item.vi_point img:nth-child(1) {
  margin-top: 160px;
  width: 13px;
}
.vi_left .desc .item.vi_point img:nth-child(2) {
  width: 56%;
  margin-bottom: -8%;
}

.vi_left .desc .item.vi_open {
  height: 10%;
  background: #ec6627;
  position: relative;
  z-index: 10;
}
.vi_left .desc .item.vi_open h3 {
  font-size: 32px;
  font-weight: 600;
  color: white;
}
.vi_left .desc .item.vi_open h3 span {
  font-size: 22px;
  font-weight: 300;
}

.vi_left .desc .item.vi_compos {
  height: calc(100% - 77.3% - 10%);
  flex-direction: column;
  position: relative;
  z-index: 10;
  background: #001244;
}
.vi_left .desc .item.vi_compos h3 {
  font-size: 28px;
  font-weight: 600;
  color: white;
}
/* .vi_left .desc .item.vi_compos h3 span {
  font-size: 16px;
  font-weight: 600;
} */
.vi_left .desc .item.vi_compos p {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-top: 10px;
}

.vi_right {
  width: calc(100% - 320px);
  height: 100%;
}

.vi_right .vi_slider {
  width: 100%;
  height: 100%;
}
.vi_right .vi_slider .vi_item {
  width: 100%;
  height: 100%;
  position: relative;
}
.vi_right .vi_slider .vi_item img.vi_bg {
  width: 100%;
  height: 100%;
}
.vi_right .vi_slider .vi_item img.title {
  width: 527px;
  position: absolute;
  z-index: 100;
  /* opacity: 0;
  transition: 0.3s;
  transition-delay: 0.7s; */
}
/* .vi_right .vi_slider .vi_item.slick-current img.title {
  opacity: 1;
} */
.vi_right .vi_slider .vi_item01 img.title {
  left: 50%;
  top: 23%;
  transform: translateX(-50%);
}
.vi_right .vi_slider .vi_item02 img.title {
  left: 15%;
  top: 30%;
  width: 600px;
}

/* premium */
.premium {
  height: 930px;
  background: url("../image/pr_bg.png") no-repeat center center;
  background-size: cover;
}

.premium .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 110px;
}
.premium .title span {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -1px;
  color: #151a59;
  font-family: "Philosopher", sans-serif;
  text-transform: uppercase;
}
.premium .title h2 {
  font-size: 43px;
  font-weight: 300;
  line-height: 43px;
  letter-spacing: -1px;
  color: #121212;
  margin: 18px 0 70px;
}
.premium .title h2 strong {
  font-size: 43px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -1px;
  color: #151a59;
  text-transform: uppercase;
}

.premium .inner {
  width: 89.34%;
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.premium .inner .pr_slider01 {
  width: 64.7%;
  height: 540px;
}
.premium .inner .pr_slider01 .item {
  width: 1100px;
  height: 540px;
  position: relative;
  transition: 0.5s;
  background: black;
}
.premium .inner .pr_slider01 .item img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.premium .inner .pr_slider01 .item .pr_tltle {
  position: absolute;
  left: 40px;
  bottom: 40px;
  overflow: hidden;
}
.premium .inner .pr_slider01 .item .pr_tltle.slick-current {
}
.premium .inner .pr_slider01 .item .pr_tltle span {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  font-family: "Philosopher", sans-serif;
  text-transform: uppercase;
  display: block;
}
.premium .inner .pr_slider01 .item .pr_tltle h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  color: #fff;
  margin-top: 13px;
}
.premium .inner .pr_slider01 .item .pr_tltle span,
.premium .inner .pr_slider01 .item .pr_tltle h3 {
  transform: translateX(-30px);
  opacity: 0;
}
.premium .inner .pr_slider01 .item.slick-active .pr_tltle span,
.premium .inner .pr_slider01 .item.slick-active .pr_tltle h3 {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
.premium .inner .pr_slider01 .item.slick-active .pr_tltle span {
  transition-delay: 0.2s;
}
.premium .inner .pr_slider01 .item.slick-active .pr_tltle h3 {
  transition-delay: 0.3s;
}
.premium .inner .pr_slider01 .item p {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
}
.pr_cont {
  width: 880px;
  height: 100%;
  position: relative;
}
.pr_cont .pr_arrow {
  /* display: none; */
  width: 108px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 78px 0 0 472px;
}
.pr_cont .pr_arrow img {
  cursor: pointer;
}

.pr_cont .pr_slider02 {
  width: 880px;
  height: 394px;
  position: absolute;
  left: -300px;
  bottom: 0;
}
.pr_cont .pr_slider02 div {
  /* width: 415px; */
  /* height: 394px; */
}
.pr_cont .pr_slider02 div img {
  /* width: 415px; */
  /* height: 394px; */
  object-fit: cover;
}

/* banner */
.banner {
  height: 540px;
  background: url("../image/banner_bg.png") no-repeat center center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.banner .title {
  margin-top: 100px;
}

/* contact */
.contact {
  height: 730px;
  background: url("../image/contact_bg.png") no-repeat center right;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .inner {
  width: 1290px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .inner .desc {
  width: 430px;
  overflow: hidden;
}
.contact .inner .desc .title {
}
.contact .inner .desc .title span {
  font-size: 25px;
  font-weight: 400;
  color: #001244;

  display: block;
  margin-bottom: 14px;
  margin-left: 5px;
}
.contact .inner .desc .title h2 {
  font-size: 53px;
  font-weight: 600;
  color: #001244;
}

.con_items {
  margin: 57px 0 28px;
}
.con_items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.con_items .item:nth-child(2) {
  margin-top: 42px;
}
.con_items .item img {
  margin-right: 35px;
}
.con_items .item div {
}
.con_items .item div h3 {
  font-size: 25px;
  font-weight: 700;
  color: #001244;
  margin-bottom: 12px;
}
.con_items .item div h3 span {
  font-weight: 400;
}
.con_items .item div strong {
  font-size: 23px;
  font-weight: 400;
  color: #434343;
  display: block;
}
.con_items .item:nth-child(2) div strong {
  font-size: 18px;
  font-weight: 400;
  color: #434343;
}
.con_items .item div span.con_span {
  font-size: 16px;
  font-weight: 400;
  color: #434343;
  line-height: 24px;
  margin-top: 6px;
  margin-left: -5px;
  display: block;
}

.con_link {
  width: 100%;
  height: 50px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con_link .link {
  width: 210px;
  height: 100%;
  background: pink;

  display: flex;
  justify-content: center;
  align-items: center;
}
.con_link .link.naver {
  background: #03cf5e;
}
.con_link .link.kakao {
  background: #f4e101;
}

.con_link .link img {
  margin-right: 15px;
  display: block;
}
.con_link .link span {
  font-size: 1fpx;
  font-weight: 400;
  color: #fff;
}
.con_link .link.kakao span {
  color: #292929;
}
.contact .inner .map {
  width: 672px;
  height: 485px;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.233);
}
.contact .inner .map img {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 1250px) and (max-width: 1670px) {
  /* premium */
  .premium .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .premium .inner .pr_slider01 {
    width: 100%;
    height: 540px;
  }
  .premium .inner .pr_slider01 .item {
    width: 100%;
    height: 540px;
  }
  .premium .inner .pr_slider01 .item img {
    width: 100%;
    height: 540px;
    object-fit: cover;
  }
  .pr_cont {
    width: 105%;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .pr_cont .pr_arrow {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    position: relative;
  }
  .pr_cont .pr_arrow::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    z-index: -1;
  }
  .pr_cont .pr_slider02 {
    display: none;
  }
}
