/* 공통 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
/* font-family: 'Noto Sans KR', sans-serif; */
/* Light 300 */
/* Regular 400 */
/* Medium 500 */
/* Bold 700 */
/* Black 900 */

@import url("https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* font-family: "Unna", serif; */

@font-face {
  font-family: "SdGntw";
  src: url("../font/kor/SdGntwS.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "SdGntw";
  src: url("../font/kor/SdGntwR.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "SdGntw";
  src: url("../font/kor/SdGntwM.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "SdGntw";
  src: url("../font/kor/SdGntwB.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "SdGntw";
  src: url("../font/kor/SdGntwE.ttf") format("truetype");
  font-weight: 800;
}

/* font-family: "SdGntw", sans-serif;
  font-weight: 400; */

/* �곸뼱 �고듃 */
@font-face {
  font-family: "FuturaStd";
  src: url("../font/en/FuturaStdLight.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "FuturaStd";
  src: url("../font/en/FuturaStdMedium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "FuturaStd";
  src: url("../font/en/FuturaStdBook.otf") format("opentype");
  font-weight: 400;
}

/* font-family: "FuturaStd", sans-serif;
  font-weight: 500; */

.ani {
  opacity: 0;
  transform: translateY(15px);
  transition: all 1s;
}
.ani_T {
  opacity: 0;
  transform: translateY(-15px);
  transition: all 1s;
}
.ani_L {
  opacity: 0;
  transform: translateX(-15px);
  transition: all 1s;
}
.ani_R {
  opacity: 0;
  transform: translateX(15px);
  transition: all 1s;
}
.ani_O {
  opacity: 0;
  transition: all 1s;
}

.aniIn {
  opacity: 1;
  transform: translateY(0);
}
.aniIn_T {
  opacity: 1;
  transform: translateY(0);
}
.aniIn_L {
  opacity: 1;
  transform: translateX(0);
}
.aniIn_R {
  opacity: 1;
  transform: translateX(0);
}
.aniIn_O {
  opacity: 1;
}

.t-delay0_1 {
  transition-delay: 0.1s;
}
.t-delay0_2 {
  transition-delay: 0.2s;
}
.t-delay0_3 {
  transition-delay: 0.3s;
}
.t-delay0_4 {
  transition-delay: 0.4s;
}
.t-delay0_5 {
  transition-delay: 0.5s;
}
.t-delay0_6 {
  transition-delay: 0.6s;
}
.t-delay0_7 {
  transition-delay: 0.7s;
}
.t-delay0_8 {
  transition-delay: 0.8s;
}
.t-delay0_9 {
  transition-delay: 0.9s;
}
.t-delay1 {
  transition-delay: 1s;
}

::-webkit-scrollbar {
  width: 0px;
}

body {
  font-family: "FuturaStd";
  line-height: 1;
  letter-spacing: -0.5px;

  /* background: black; */
}

.sub_wrep {
  /* width: 1300px; */
  height: auto;
  margin: 0 auto 200px;
  overflow: hidden;

  background: white;
  /* border: 1px solid brown; */
}
.sub_wrep .inner {
  /* width: calc(100% - 100px); */
  height: auto;
  margin: 0 auto;
  /* border: 1px solid black; */
  position: relative;
}
.page {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}

.ore {
  width: 100%;
  /* background: #f5f5f5; */
  /* border: 1px solid #dadada; */
  text-align: center;
  /* margin-top: 14%; */
}
.ore span {
  font-size: 12px;
  line-height: 20px;
  color: #6e6e6e;
  letter-spacing: -0.5px;
}
.img_cat {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 3%;
  bottom: 4%;
}
/* 공통 끝 */

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 서브페이지 css작업 영역 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
/* .sub_wrep {
}
.sub_wrep .inner {
} */
.planning_page {
  width: 1500px;
}
.planning_page .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.planning_page .items .cont {
  width: 870px;
  height: 690px;
  position: relative;
}

.planning_slider {
  width: 100%;
}
.planning_slider .item {
  width: 100%;
  height: 570px;
  position: relative;
}
.planning_slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.planning_slider .item span {
}

.planning_slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.planning_slider .slick-dots li {
  width: 140px;
  height: 92px;
  cursor: pointer;
  display: block;
}
.planning_slider .slick-dots li span {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  filter: grayscale(100%);

  font-size: 0;

  background: url("../sub_img/planning/planning_slider01.png") no-repeat center
    center;
  background-size: cover;
}
.planning_slider .slick-dots li.slick-active span {
  filter: grayscale(0%);
}
.planning_slider .slick-dots li:last-child span {
  background: url("../sub_img/planning/planning_slider02.png") no-repeat center
    center;
  background-size: cover;
}
.planning_slider .slick-dots li span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid transparent;
  transition: 0.3s;
}
.planning_slider .slick-dots li.slick-active span::after {
  border: 4px solid #0d2144;
}

.planning_page .items .text_box {
  height: 570px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.planning_page .items .text_box h2 {
  font-size: 42px;
  font-family: "FuturaStd";
  font-weight: 500;
  color: #0d2144;
}
.planning_page .items .text_box .desc {
  margin-top: 32px;
}
.planning_page .items .text_box .desc .infor {
}
.planning_page .items .text_box .desc .infor .dummy {
  width: 530px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.planning_page .items .text_box .desc .infor .dummy li {
}
.planning_page .items .text_box .desc .infor:last-child .dummy li:first-child {
  border-bottom: 2px solid #0d2144;
}
.planning_page .items .text_box .desc .infor:last-child .dummy li:last-child {
  border-bottom: 2px solid #d9d9d9;
}
.planning_page .items .text_box .desc .infor .dummy li:first-child {
  width: 24.6%;
  border-top: 2px solid #0d2144;
}
.planning_page .items .text_box .desc .infor .dummy li:first-child h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0d2144;
  padding: 22px 0;
  margin-left: 12px;
}
.planning_page .items .text_box .desc .infor .dummy li:last-child {
  width: 73.5%;
  border-top: 2px solid #d9d9d9;
}
.planning_page .items .text_box .desc .infor .dummy li:last-child p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 22px 0;
  margin-left: 12px;
}
.planning_page .ore {
  margin: 60px 0 0 0;
}

/* location_page 입지환경 */
.location_page {
  width: 83%;
}
.location_page .title {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.location_page .title span {
  font-family: "Unna", serif;
  font-size: 24px;
  color: #ad997f;
  display: block;
}
.location_page .title .location_h2 {
  width: 460px;
}
.location_page .title h2 strong {
  display: block;
  font-weight: 900;

  color: #0d2144;
}
.location_page .title p {
  font-size: 15px;
  line-height: 30px;
  opacity: 0.7;
  font-weight: 400;
  margin-top: 33px;
}

.loc_map {
  width: 70%;
  margin: 60px auto 0;
}
.loc_map img {
  width: 100%;
  object-fit: cover;
}
.loc_map img.location_map2 {
  margin-top: 32px;
}

.loc_content {
  width: 80%;
  margin: 92px auto 0;
}
.loc_content .title {
  text-align: center;
}
.loc_content .title h3 {
  font-size: 56px;
  font-weight: 400;
  font-family: "Unna", serif;
  color: #0d2144;
}
.loc_content .title p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 12px;
}

.loc_content .items {
  width: 84%;
  margin: 45px auto 0;
  /*  */
  gap: 32px;
}
.loc_content .items .dummy {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.loc_content .items .dummy02 {
  margin-bottom: 0;
}
.loc_content .items .dummy .item {
  width: 100%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.loc_content .items .dummy .item .loc_img {
  width: 150px;
  height: 150px;
}

.loc_content .items .item .loc_img span {
}
.loc_content .items .item .loc_txt {
  margin-left: 16px;
  /* border: 1px solid black; */
}
.loc_content .items .item .loc_txt img {
  width: 100%;
}
/* .loc_content .items .item .loc_txt h4 {
  color: #8c704c;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.loc_content .items .item.item02 .loc_txt h4,
.loc_content .items .item.item04 .loc_txt h4 {
  color: #0d2144;
}
.loc_content .items .item .loc_txt p {
  font-size: 16px;
  line-height: 26px;
  color: rgb(0, 0, 0);
  opacity: 0.7;
}

.loc_content .items .item .loc_txt p br.mo_br {
  display: none;
} */

/* premium_page 프리미엄 */
.premium_page {
}
.premium_page .pre_cont {
  width: 87.5%;
  height: 740px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pre_items {
  height: 100%;

  display: flex;
  justify-content: space-between;
  position: relative;
}
.pre_items01 {
  width: 43%;
  align-items: flex-start;
  flex-direction: column;
}
.pre_items01 .title {
}
.pre_items01 .title span {
  font-family: "Futura Std";
  font-size: 24px;
  color: #ad997f;
  display: block;
}
.pre_items01 .title .premium_h2 {
  margin-top: 15px;
}

.pre_point {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre_point div {
  height: 510px;
}
.pre_point .pre_point01 {
  /* width: 620px; */
  width: 100%;

  background: url("../sub_img/premium/pre_cg.png") no-repeat center center;
  background-size: cover;
}
.pre_point .pre_point02 {
  width: 200px;
  background: url("../sub_img/premium/pre_point.png") no-repeat center center;
  background-size: cover;
}

.pre_items02 {
  width: 55%;

  align-items: flex-start;
}
.pre_slider {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pre_slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pre_slider .item .pre_img {
  width: 380px;
  height: 350px;
  background: #0d2144;
  position: relative;
  transform: scale(0.95);
  transition: 0.8s;
}
.pre_slider .item.slick-current .pre_img {
  transform: scale(1);
}

.pre_slider .item.item01 .pre_img {
  background: url("../sub_img/premium/premium01.png") no-repeat center center;
  background-size: cover;
}
.pre_slider .item.item02 .pre_img {
  background: url("../sub_img/premium/premium02.png") no-repeat center center;
  background-size: cover;
}
.pre_slider .item.item03 .pre_img {
  background: url("../sub_img/premium/premium03.png") no-repeat center center;
  background-size: cover;
}
.pre_slider .item.item04 .pre_img {
  background: url("../sub_img/premium/premium04.png") no-repeat center center;
  background-size: cover;
}
.pre_slider .item.item05 .pre_img {
  background: url("../sub_img/premium/premium05.png") no-repeat center center;
  background-size: cover;
}
.pre_slider .item.item06 .pre_img {
  background: url("../sub_img/premium/premium06.png") no-repeat center center;
  background-size: cover;
}
.pre_slider .item .pre_img span {
}
.pre_slider .item .pre_txt {
  width: 380px;
  overflow: hidden;
}
.pre_slider01 .item .pre_txt {
  margin-top: 26px;
}
.pre_slider02 .item .pre_txt {
  margin-bottom: 28px;
}
.pre_slider02 .item.item04 .pre_txt,
.pre_slider02 .item.item06 .pre_txt {
  margin-bottom: 50px;
}
.pre_slider .item .pre_txt span {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Futura Std";
  display: block;
}
.pre_slider .item .pre_txt h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin: 12px 0 20px;
  color: #0d2144;
}
.pre_slider .item .pre_txt p {
  font-size: 16px;
  line-height: 22px;
  color: rgb(0, 0, 0);
  opacity: 0.7;
  margin-bottom: 8px;
}
.pre_slider .item .pre_txt p b {
  font-weight: 700;
  font-family: "FuturaStd";
}
.pre_slider .item .pre_txt p br.pc_br {
  display: block;
}
.pre_slider .item .pre_txt p br.mo_br {
  display: none;
}
.pre_slider .item .pre_txt span,
.pre_slider .item .pre_txt h3,
.pre_slider .item .pre_txt p {
  transform: translateX(-20px);
  transition: 0.8s;
  opacity: 0;
}
.pre_slider .item.slick-current .pre_txt span,
.pre_slider .item.slick-current .pre_txt h3,
.pre_slider .item.slick-current .pre_txt p {
  transform: translateX(0);
  opacity: 0.7;
}
.pre_slider .item.slick-current .pre_txt span {
  transition-delay: 0.3s;
  color: #8c704c;
}
.pre_slider .item.slick-current .pre_txt h3 {
  opacity: 1;
  transition-delay: 0.45s;
}
.pre_slider .item.slick-current .pre_txt p:nth-child(3) {
  transition-delay: 0.6s;
}
.pre_slider .item.slick-current .pre_txt p:nth-child(4) {
  transition-delay: 0.75s;
}
.pre_slider .item.slick-current .pre_txt p:nth-child(5) {
  transition-delay: 0.9s;
}
/* slick-current slick-active */
.pre_slider .item .pre_txt p:last-child {
  margin-bottom: 0;
}
.pre_slider .item .pre_txt p strong {
  font-weight: 900;
  color: #8c704c;
}

.pre_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 0;
}
.pre_arrow img {
  width: 25px;
  height: 25px;
  cursor: pointer;
  object-fit: cover;
  display: block;
}
.pre_arrow img.pre_p {
  margin-right: 16px;
}
.pre_arrow img.pre_n {
  transform: rotate(180deg);
}

.premium_page .ore {
  margin-top: 120px;
}
