.visual {}

.visual .visual_bg {
  width: 100%;
  height: 100%;
  background: url("../image/visual_bg.png") no-repeat center center;
  background-size: cover;

  position: relative;
  overflow: hidden;

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

.visual .visual_bg .item {
  position: absolute;
  right: 140px;
  bottom: 0;
  /* bottom: -14px; */
  width: 51%;
  /* border: 1px solid black; */
}

.visual .visual_bg .item img {
  width: 6.7%;
  position: absolute;
  bottom: 0;
}

.visual .visual_bg .item img.vi_cg {
  width: 90%;
  left: 0;

  animation: load_T 1.5s both;
  animation-delay: 0.65s;
}

.visual .visual_bg .item img.vi_item01 {
  right: 8%;
  animation: load_T 1.5s both;
  animation-delay: 0.8s;
}

.visual .visual_bg .item img.vi_item02 {
  right: 0;
  animation: load_T 1.5s both;
  animation-delay: 1.15s;
}

.visual .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: absolute;
  right: 27%;
  top: 18%;
}

@media all and (min-width: 1250px) and (max-width: 1770px) {
  .visual .title {
    transform: scale(0.7);
    right: 15%;
    top: 20%;
  }
}

.visual .title .txt_point {
  width: 350px;
  height: 330px;

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

.visual .title div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.visual .title div img {}

.visual .title div.top img.vi_top01 {
  /* width: 61px; */
  animation: load_B 1.5s both;
  animation-delay: 1s;
}

.visual .title div.top img.vi_top02 {
  /* width: 60px; */
  animation: load_B 1.5s both;
  animation-delay: 1.5s;
}

.visual .title div.top img.vi_top03 {
  /* width: 60px; */
  animation: load_B 1.5s both;
  animation-delay: 1.7s;
}

.visual .title div.top img.vi_top04 {
  /* width: 55px; */
  /* width: 61px; */
  animation: load_B 1.5s both;
  animation-delay: 1.3s;
}

.visual .title div.cut img.vi_cut01 {
  /* width: 71px; */
  animation: load_B 1.5s both;
  animation-delay: 1.2s;
}

.visual .title div.cut img.vi_cut02 {
  /* width: 58px; */
  animation: load_B 1.5s both;
  animation-delay: 1.7s;
}

.visual .title div.cut img.vi_cut03 {
  /* width: 60px; */
  animation: load_B 1.5s both;
  animation-delay: 1.8s;
}

.visual .title div.cut img.vi_cut04 {
  /* width: 62px; */
  animation: load_B 1.5s both;
  animation-delay: 1.5s;
}

.visual .title div.btm img.vi_btm01 {
  /* width: 61px; */
  animation: load_B 1.5s both;
  animation-delay: 1.4s;
}

.visual .title div.btm img.vi_btm02 {
  /* width: 61px; */
  animation: load_B 1.5s both;
  animation-delay: 1.9s;
}

.visual .title div.btm img.vi_btm03 {
  /* width: 60px; */
  animation: load_B 1.5s both;
  animation-delay: 2.1s;
}

.visual .title div.btm img.vi_btm04 {
  /* width: 53px; */
  animation: load_B 1.5s both;
  animation-delay: 1.7s;
}

.visual .title span {
  position: absolute;
  right: -30%;
  bottom: 0;

  font-size: 36px;
  color: #0071bb;

  animation: load_B 1.5s both;
  animation-delay: 2.4s;
}

.visual .title .line {
  width: 62px;
  height: 2px;
  background: #333;
  display: block;

  margin: 52px 0;

  animation: load_B 1.5s both;
  animation-delay: 1.3s;
}

.visual .title .vi_logo {
  width: 221px;

  animation: load_B 1.5s both;
  animation-delay: 1.5s;
}

/* premium */
.premi {}

.premium .secInner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.premi .premi_bg .title {
  text-align: center;
  margin: 60px 0 52px;
  /* margin: 0 auto ; */
}

.premi .premi_bg .title span {
  font-size: 26px;
  font-family: "GothicA1-500";
  color: #0f0f0f;
  display: block;
  transform: translateX(-100px);
  transition: 0.7s;
  transition-delay: 0.7s;
  opacity: 0;
}

.premi .premi_bg .title h2 {
  font-size: 42px;
  font-family: "GothicA1-900";
  color: #ffffff;
  margin-top: 12px;
  -webkit-text-stroke: 1px #0071bb;
  transform: translateX(70px);
  transition: 0.7s;
  transition-delay: 0.7s;
  opacity: 0;
  display: block;
}

.premi .premi_bg.sec02_ani .title span {
  transform: translateX(0);
  opacity: 1;
}

.premi .premi_bg.sec02_ani .title h2 {
  transform: translateX(0);
  opacity: 1;
}

.premi .premi_bg .pre_cont {
  height: 540px;
  position: relative;
  transform: translateY(60px);
  transition: 0.7s;
  transition-delay: 0.7s;
  opacity: 0;
}

.premi .premi_bg.sec02_ani .pre_cont {
  transform: translateY(0);
  opacity: 1;
}

.pre_arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 86%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pre_arrow img {
  cursor: pointer;
}

.pre_arrow img.arrow_p {
  transform: rotate(180deg);
}

.pre_arrow img.arrow_n {}

@media all and (min-width: 1250px) and (max-width: 1770px) {
  .pre_arrow {
    display: none;
  }
}

.pre_slider {
  /* position: absolute;
  left: 50.5%;
  bottom: 0;
  transform: translateX(-50%); */
  width: 1510px;
  margin: 0 auto;
  transform: translateX(10px);
  /* border: 1px solid black; */
}

.pre_slider .item {
  width: 270px;
  height: 540px;
  padding-top: 40px;
  transition: 0.3s;
  margin: 0 16px;
  /* background: #000; */
}

.pre_slider .item .pre_img {
  width: 250px;
  height: 460px;
  position: relative;
}

.pre_slider .item.slick-center {
  transform: translateY(-40px);
}

.pre_slider .item .pre_img.pre_img01 {
  background: url("../image/pre_slider01.png") no-repeat center center;
  background-size: cover;
}

.pre_slider .item .pre_img.pre_img02 {
  background: url("../image/pre_slider02.png") no-repeat center center;
  background-size: cover;
}

.pre_slider .item .pre_img.pre_img03 {
  background: url("../image/pre_slider03.png") no-repeat center center;
  background-size: cover;
}

.pre_slider .item .pre_img.pre_img04 {
  background: url("../image/pre_slider04.png") no-repeat center center;
  background-size: cover;
}

.pre_slider .item .pre_img.pre_img05 {
  background: url("../image/pre_slider05.png") no-repeat center center;
  background-size: cover;
}

.pre_slider .item .pre_img.pre_img06 {
  background: url("../image/pre_slider06.png") no-repeat center center;
  background-size: cover;
}

.pre_slider .item .pre_img.pre_img07 {
  background: url("../image/pre_slider07.png") no-repeat center center;
  background-size: cover;
}

.pre_slider .item .pre_img .img_cat {}

.pre_slider .item .pre_txt {
  text-align: center;
  margin-top: 16px;
  opacity: 0;
  transition: 0.3s;
}

.pre_slider .item.slick-center .pre_txt {
  opacity: 1;
}

.pre_slider .item .pre_txt span {
  font-size: 22px;
  font-family: "GothicA1-600";
  color: #0f0f0f;
}

.pre_slider .item .pre_txt h3 {
  font-size: 28px;
  font-family: "GothicA1-800";
  color: #0071bb;
  margin: 16px 0;
}

.pre_slider .item .pre_txt p {
  font-size: 16px;
  font-family: "GothicA1-600";
  color: #0f0f0f;
}

/* location */
.loca {}

.loca .secInner {}

.loca .title {
  position: absolute;
  left: 120px;
  top: 220px;
  z-index: 3333;

  transition: 0.7s;
  transition-delay: 0.7s;
  opacity: 0;
}

.loca .loca_bg.sec03_ani .title {
  opacity: 1;
}

.loca .title h2 {
  font-size: 52px;
  font-family: "GothicA1-200";
  line-height: 64px;
  color: #fff;
}

.loca .title h2 span {
  font-size: 52px;
  font-family: "GothicA1-800";
  color: #fff100;
  display: block;
}

.lo_slider {
  width: 100%;
  height: 100%;
}

.lo_slider .item {
  width: 100%;
  height: 100vh;
  position: relative;
}

.lo_slider .item.lo_item01 {
  background: url("../image/location01.png") no-repeat center left;
  background-size: cover;
}

.lo_slider .item.lo_item02 {
  background: url("../image/location02.png") no-repeat center left;
  background-size: cover;
}

.lo_slider .item.lo_item03 {
  background: url("../image/location03.png") no-repeat center left;
  background-size: cover;
}

.lo_slider .item.lo_item04 {
  background: url("../image/location04.png") no-repeat center left;
  background-size: cover;
}

.lo_slider .item .txt {
  position: absolute;
  left: 120px;
  bottom: 310px;
  transition: 1s;
  transform: translateX(-20px);
  transition-delay: 0.9s;
  opacity: 0;
}

.loca_bg.sec03_ani .lo_slider .item .txt {
  transform: translateX(0);
  opacity: 1;
}

.lo_slider .item .txt h3 {
  font-size: 30px;
  font-family: "GothicA1-500";
  color: #fff;
  opacity: 0;
}

.lo_slider .item .txt h3 span {
  font-family: "GothicA1-800";
  color: #fff100;
}

.lo_slider .item .txt p {
  font-size: 20px;
  font-family: "GothicA1-600";
  line-height: 36px;
  color: #fff;
  margin-top: 28px;
  opacity: 0;
}

.lo_slider .item .txt h3,
.lo_slider .item .txt p {
  transform: translateX(-30px);
  transition: 0.5s;
}

.lo_slider .item.slick-current .txt h3,
.lo_slider .item.slick-current .txt p {
  transform: translateX(0);
  opacity: 1;
}

.lo_slider .item.slick-current .txt {}

.lo_slider .item.slick-current .txt h3 {
  transition-delay: 0.5s;
}

.lo_slider .item.slick-current .txt p {
  transition-delay: 0.7s;
}

.loca_bg .lo_btns {
  position: absolute;
  left: 120px;
  bottom: 100px;

  display: flex;
}

.loca_bg .lo_btns .btn {
  position: relative;
  display: block;

  transition: 0.7s;
  transform: translateY(20px);
  opacity: 0;
}

.loca_bg.sec03_ani .lo_btns .btn {
  transform: translateY(0);
  opacity: 1;
}

.lo_btns .btn.btn01 {
  margin-right: 37px;
  transition-delay: 0.9s;
}

.lo_btns .btn.btn02 {
  margin-right: 77px;
  transition-delay: 1.2s;
}

.lo_btns .btn.btn03 {
  margin-right: 66px;
  transition-delay: 1.4s;
}

.lo_btns .btn.btn04 {
  transition-delay: 1.1s;
}

.lo_btns .btn .icon {
  position: relative;
  height: 42px;
}

.lo_btns .btn .icon img {
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.lo_btns .btn.btn01 img {
  width: 42px;
}

.lo_btns .btn.btn02 img {}

.lo_btns .btn.btn03 img {}

.lo_btns .btn.btn04 img {
  width: 42px;
}

.lo_btns .btn .icon img.on {
  opacity: 0;
}

.lo_btns .btn .icon img.off {
  opacity: 1;
}

.lo_btns .btn.active .icon img.on {
  opacity: 1;
}

.lo_btns .btn.active .icon img.off {
  opacity: 0;
}

.lo_btns .btn .line {
  width: 62px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 32px 0;
  transition: 0.3s;
}

.lo_btns .btn.active .line {
  background: #fff100;
}

.lo_btns .btn h4 {
  font-size: 20px;
  font-family: "GothicA1-600";
  color: #fff;
  transition: 0.3s;
}

.lo_btns .btn.active h4 {
  color: #fff100;
}

/* point */
.point {}

.point .secInner {}

.point .title {
  position: absolute;
  left: 120px;
  bottom: 430px;
  z-index: 3333;
}

.point .title h2 {
  font-size: 52px;
  font-family: "GothicA1-700";
  line-height: 64px;
  color: #fff;
}

.point .title h2 span {
  display: block;

  transform: translateX(-30px);
  transition: 0.7s;
  transition-delay: 0.7s;
  opacity: 0;
}

.point .title h2 span:nth-of-type(1) {
  transition-delay: 0.7s;
}

.point .title h2 span:nth-of-type(2) {
  transition-delay: 0.9s;
}

.point .title h2 span:nth-of-type(3) {
  transition-delay: 1.1s;
}

.point .point_bg.sec04_ani .title h2 span {
  transform: translateX(0);
  opacity: 1;
}

@media all and (min-width: 1250px) and (max-width: 1770px) {
  .loca .title h2 {
    font-size: 42px;
    line-height: 64px;
  }

  .point .title h2 {
    font-size: 42px;
    line-height: 64px;
  }
}

.po_slider {
  width: 100%;
  height: 100%;
}

.po_slider .item {
  width: 100%;
  height: 100vh;
  position: relative;
}

.po_slider .item.po_item01 {
  background: url("../image/point01.png") no-repeat center left;
  background-size: cover;
}

.po_slider .item.po_item02 {
  background: url("../image/point02.png") no-repeat center left;
  background-size: cover;
}

.po_slider .item.po_item03 {
  background: url("../image/point03.png") no-repeat center left;
  background-size: cover;
}

.po_slider .item.po_item04 {
  background: url("../image/point04.png") no-repeat center left;
  background-size: cover;
}

.po_slider .item .txt {
  position: absolute;
  left: 120px;
  bottom: 200px;
  transition: 1s;
  transform: translateX(-20px);
  transition-delay: 0.9s;
  opacity: 0;
}

.point_bg.sec04_ani .po_slider .item .txt {
  transform: translateX(0);
  opacity: 1;
}

.po_slider .item .txt h3 {
  font-size: 30px;
  font-family: "GothicA1-500";
  color: #fff;
  opacity: 0;
}

.po_slider .item .txt p {
  font-size: 20px;
  font-family: "GothicA1-600";
  line-height: 36px;
  color: #fff;
  margin-top: 28px;
  opacity: 0;
}

.po_slider .item .txt h3,
.po_slider .item .txt p {
  transform: translateX(-30px);
  transition: 0.5s;
}

.po_slider .item.slick-current .txt h3,
.po_slider .item.slick-current .txt p {
  transform: translateX(0);
  opacity: 1;
}

.po_slider .item.slick-current .txt {}

.po_slider .item.slick-current .txt h3 {
  font-family: "GothicA1-800";
  color: #fff100;
  transition-delay: 0.5s;
}

.po_slider .item.slick-current .txt p {
  font-size: 22px;
  font-family: "GothicA1-600";
  line-height: 36px;
  color: #fff;
  margin-top: 28px;
  transition-delay: 0.7s;
}

.po_arrow {
  position: absolute;
  left: 120px;
  bottom: 100px;
}

.po_arrow img {
  cursor: pointer;
}

.po_arrow img.po_arrow_p {
  transform: rotate(180deg);
  margin-right: 32px;
}

.po_arrow img.po_arrow_n {}


/* 기본적으로 서브 메뉴 숨기기 */
/* menu_btn은 상대 위치 기준점 */
.menu_btn {
  position: relative;
}

/* 서브메뉴 기본 숨김 상태 */
.sub_menu_h {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: white;
  min-width: 160px;
  padding: 20px 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  border-radius: 5px;
}

/* hover 시 보이기 */
.menu_btn:hover .sub_menu_h {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* 서브메뉴 아이템 스타일 */
.sub_menu_h li {
  text-align: center;
  padding: 8px 0;
}

.sub_menu_h li a {
  display: block;
  text-decoration: none;
  color: #333 !important;
  padding: 8px 20px;
  white-space: nowrap;
}

.sub_menu_h li a:hover {
  background-color: #f0f0f0;
}


.header .s_meuu .access_menu .menu_btn li a {
  color: #000;
}