/* 공통 */
@media all and (min-width: 720px) and (max-width: 1299px) {
  .sub_wrep {
    width: 100%;
    margin: 0 auto 30%;
  }
  .sub_wrep .inner {
    width: calc(100% - 100px);
  }

  .ore span {
    font-size: 16px;
    line-height: 28px;
  }
  .img_cat {
    font-size: 10px;
  }
}
/* 공통 끝 */
/* 공통 */
@media all and (min-width: 274px) and (max-width: 819px) {
  .sub_wrep {
    width: 98vw;
    margin: 0 auto 30%;
  }
  .sub_wrep .inner {
    width: 98vw;
  }

  .ore span {
    font-size: 1.7vw;
    line-height: 1.7;
  }
  .img_cat {
    font-size: 2vw;
  }
}
/* 공통 끝 */
@media all and (min-width: 1300px) and (max-width: 1600px) {
  .planning_page {
    width: 90%;
  }
  .planning_page .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .planning_page .items .cont {
    width: 60%;
    height: 580px;
    position: relative;
  }

  .planning_slider {
    width: 100%;
  }
  .planning_slider .item {
    width: 100%;
    height: 460px;
    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;
  }
  .planning_slider .slick-dots li span {
    width: 100%;
    height: 100%;
  }
  .planning_slider .slick-dots li.slick-active span {
    filter: grayscale(0%);
  }
  .planning_slider .slick-dots li:last-child span {
  }
  .planning_slider .slick-dots li span::after {
    border: 4px solid transparent;
  }
  .planning_slider .slick-dots li.slick-active span::after {
    border: 4px solid #0d2144;
  }

  .planning_page .items .text_box {
    height: 460px;
    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", sans-serif;
  }
  .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: 450px;
  }
  .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;
    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;
    padding: 22px 0;
    margin-left: 12px;
  }
  .planning_page .ore {
    margin: 60px 0 0 0;
  }

  /* premium_page 프리미엄 */
  .premium_page {
  }
  .premium_page .pre_cont {
    width: 95%;
    height: 700px;
  }
  .pre_items {
    width: 50%;
    height: 100%;
  }
  .pre_items01 {
    align-items: flex-start;
    flex-direction: column;
  }
  .pre_items01 .title {
  }
  .pre_items01 .title span {
    font-family: "Unna", serif;
    font-size: 20px;
    color: #ad997f;
    display: block;
  }
  .pre_items01 .title .premium_h2 {
    width: 90%;
    margin-top: 3%;
  }

  .pre_point {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pre_point div {
    height: 480px;
  }
  .pre_point .pre_point01 {
    width: 600px;
  }
  .pre_point .pre_point02 {
    width: 140px;
  }

  .pre_items02 {
    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: 310px;
    height: 330px;
  }
  .pre_slider .item .pre_img span {
  }
  .pre_slider .item .pre_txt {
    width: 310px;
    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;
  }
  .pre_slider .item .pre_txt h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 18px;
  }
  .pre_slider .item .pre_txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  /* 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: 35px;
    bottom: 0;
  }
  .pre_arrow img {
    width: 25px;
    height: 25px;
  }
  .pre_arrow img.pre_p {
    margin-right: 12px;
  }
}

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 서브페이지 반응형(노트북, 테블릿 사이즈) css작업 영역 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
@media all and (min-width: 720px) and (max-width: 1299px) {
  .planning_page {
    width: 90%;
  }
  .planning_page .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .planning_page .items .cont {
    width: 100%;
    height: 65vw;
    position: relative;
  }

  .planning_slider {
    width: 100%;
  }
  .planning_slider .item {
    width: 100%;
    height: 50vw;
    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: -15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .planning_slider .slick-dots li {
    width: 20vw;
    height: 12vw;
  }
  .planning_slider .slick-dots li span {
    width: 100%;
    height: 100%;
  }
  .planning_slider .slick-dots li.slick-active span {
    filter: grayscale(0%);
  }
  .planning_slider .slick-dots li:last-child span {
  }
  .planning_slider .slick-dots li span::after {
    border: 4px solid transparent;
  }
  .planning_slider .slick-dots li.slick-active span::after {
    border: 4px solid #0d2144;
  }

  .planning_page .items .text_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 6vw;
  }
  .planning_page .items .text_box h2 {
    font-size: 5vw;
    font-family: "FuturaStd", sans-serif;
  }
  .planning_page .items .text_box .desc {
    width: 100%;
    margin-top: 3vw;
  }
  .planning_page .items .text_box .desc .infor {
    width: 100%;
  }
  .planning_page .items .text_box .desc .infor .dummy {
    width: 100%;
  }
  .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: 29%;
    border-top: 2px solid #0d2144;
  }
  .planning_page .items .text_box .desc .infor .dummy li:first-child h3,
  .planning_page .items .text_box .desc .infor .dummy li:last-child p {
    font-size: 1.55vw;
    padding: 2.5vw 0;
    margin-left: 1.3vw;
  }
  .planning_page .items .text_box .desc .infor .dummy li:last-child {
    width: 69%;
    border-top: 2px solid #d9d9d9;
  }

  .planning_page .ore {
    margin: 60px 0 0 0;
  }

  /* location_page 입지환경 */
  .location_page {
    width: 95%;
  }
  .location_page .title {
  }
  .location_page .title span {
    font-size: 22px;
  }
  .location_page .title .location_h2 {
    width: 50%;
    margin-top: 15px;
  }
  .location_page .title p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 28px;
  }

  .loc_map {
    width: 100%;
    margin-top: 52px;
  }
  .loc_map img {
    width: 100%;
    object-fit: cover;
  }

  .loc_content {
    width: 100%;
    margin: 72px auto 0;
  }
  .loc_content .title {
  }
  .loc_content .title h3 {
    font-size: 52px;
  }
  .loc_content .title p {
    font-size: 18px;
    margin-top: 12px;
  }
  .loc_content .items {
    width: 100%;
    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;
  }
  .loc_content .items .item .loc_txt h4 {
    font-size: 22px;
    margin-top: 32px;
  }
  .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: 14px;
    line-height: 26px;
    margin-top: 20px;
  }

  /* premium_page 프리미엄 */
  .premium_page {
  }
  .premium_page .pre_cont {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pre_items {
    width: 100%;
    height: 100%;
  }
  .pre_items01 {
    align-items: flex-start;
    flex-direction: column;
  }
  .pre_items01 .title {
  }
  .pre_items01 .title span {
    font-family: "Unna", serif;
    font-size: 3vw;
    color: #ad997f;
    display: block;
  }
  .pre_items01 .title .premium_h2 {
    width: 120%;
    margin-top: 3%;
    margin-bottom: 6vw;
  }

  .pre_point {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw;
  }
  .pre_point div {
    height: 50vw;
  }
  .pre_point .pre_point01 {
    flex: 4;
  }
  .pre_point .pre_point02 {
    flex: 1;
  }

  .pre_items02 {
    align-items: flex-start;
    margin-top: 5vw;
  }
  .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: 38vw;
    height: 40vw;
  }
  .pre_slider .item .pre_img span {
  }
  .pre_slider .item .pre_txt {
    width: 38vw;
    overflow: hidden;
  }
  .pre_slider01 .item .pre_txt {
    margin-top: 3vw;
  }
  .pre_slider02 .item .pre_txt {
    margin-bottom: 3vw;
  }
  .pre_slider02 .item.item04 .pre_txt,
  .pre_slider02 .item.item06 .pre_txt {
    margin-bottom: 5vw;
  }
  .pre_slider .item .pre_txt span {
    font-size: 2.5vw;
  }
  .pre_slider .item .pre_txt h3 {
    font-size: 2.8vw;
    line-height: 3.8vw;
    margin: 10px 0 18px;
  }
  .pre_slider .item .pre_txt p {
    font-size: 1.5vw;
    line-height: 2vw;
    margin-bottom: 8px;
  }

  /* 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: 50%;
    transform: translateX(-50%);
    bottom: -10vw;
  }
  .pre_arrow img {
    width: 6vw;
    height: 6vw;
  }
  .pre_arrow img.pre_p {
    margin-right: 10vw;
  }
  .premium_page .ore {
    margin-top: 20vw;
  }
}

/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 서브페이지 반응형(테블릿, 모바일 사이즈) css작업 영역 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
@media all and (min-width: 319px) and (max-width: 819px) {
  .planning_page {
    width: 90%;
  }
  .planning_page .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .planning_page .items .cont {
    width: 100%;
    height: 65vw;
    position: relative;
  }

  .planning_slider {
    width: 100%;
  }
  .planning_slider .item {
    width: 100%;
    height: 50vw;
    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: -15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .planning_slider .slick-dots li {
    width: 20vw;
    height: 12vw;
  }
  .planning_slider .slick-dots li span {
    width: 100%;
    height: 100%;
  }
  .planning_slider .slick-dots li.slick-active span {
    filter: grayscale(0%);
  }
  .planning_slider .slick-dots li:last-child span {
  }
  .planning_slider .slick-dots li span::after {
    border: 4px solid transparent;
  }
  .planning_slider .slick-dots li.slick-active span::after {
    border: 4px solid #0d2144;
  }

  .planning_page .items .text_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 6vw;
  }
  .planning_page .items .text_box h2 {
    font-size: 5vw;
    font-family: "FuturaStd", sans-serif;
  }
  .planning_page .items .text_box .desc {
    width: 100%;
    margin-top: 3vw;
  }
  .planning_page .items .text_box .desc .infor {
    width: 100%;
  }
  .planning_page .items .text_box .desc .infor .dummy {
    width: 100%;
  }
  .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: 29%;
    border-top: 2px solid #0d2144;
  }
  .planning_page .items .text_box .desc .infor .dummy li:first-child h3,
  .planning_page .items .text_box .desc .infor .dummy li:last-child p {
    font-size: 2vw;
    padding: 3vw 0;
    margin-left: 1.3vw;
  }
  .planning_page .items .text_box .desc .infor .dummy li:last-child {
    width: 69%;
    border-top: 2px solid #d9d9d9;
  }

  .planning_page .ore {
    margin: 60px 0 0 0;
  }

  /* location_page 입지환경 */
  .location_page {
    width: 95%;
  }
  .location_page .title {
  }
  .location_page .title span {
    font-size: 3vw;
  }
  .location_page .title .location_h2 {
    width: 80%;
    margin-top: 2vw;
  }
  .location_page .title p {
    font-size: 1.6vw;
    line-height: 2.8vw;
    margin-top: 28px;
  }

  .loc_map {
    width: 100%;
    margin-top: 5vw;
  }
  .loc_map img {
    width: 100%;
  }
  .loc_map img.location_map2 {
    margin-top: 3vw;
  }
  .loc_content {
    width: 100%;
    margin: 6vw auto 0;
  }
  .loc_content .title {
  }
  .loc_content .title h3 {
    font-size: 6vw;
  }
  .loc_content .title p {
    font-size: 2.6vw;
    margin-top: 2vw;
  }
  .loc_content .items {
    width: 95%;
    margin: 3vw auto 0;
    /*  */
    gap: 0;
  }
  .loc_content .items .dummy {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  .loc_content .items .dummy02 {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .loc_content .items .dummy .item {
    width: 100%;

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

  .loc_content .items .item .loc_img span {
  }
  .loc_content .items .item .loc_txt {
    margin-left: 3vw;
  }
  .loc_content .items .item .loc_txt h4 {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .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: 2.8vw;
    line-height: 3.6vw;
    margin-top: 3vw;
  }
  .loc_content .items .item .loc_txt p br.pc_br {
    display: none;
  }
  .loc_content .items .item .loc_txt p br.mo_br {
    display: block;
  }

  .item01 , .item02 , .item03 , .item04 {
    margin-bottom: 5vw;
  }

  /* premium_page 프리미엄 */
  .premium_page {
  }
  .premium_page .pre_cont {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pre_items {
    width: 100%;
    height: 100%;
  }
  .pre_items01 {
    align-items: flex-start;
    flex-direction: column;
  }
  .pre_items01 .title {
  }
  .pre_items01 .title span {
    font-family: "FuturaStd";
    font-size: 3vw;
    color: #ad997f;
    display: block;
  }
  .pre_items01 .title .premium_h2 {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 6vw;
  }

  .pre_point {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw;
  }
  .pre_point div {
    height: 50vw;
  }
  .pre_point .pre_point01 {
    flex: 4;
  }
  .pre_point .pre_point02 {
    flex: 1;
  }

  .pre_items02 {
    align-items: flex-start;
    margin-top: 5vw;
  }
  .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: 42vw;
    height: 25vw;
  }
  .pre_slider .item .pre_img span {
  }
  .pre_slider .item .pre_txt {
    width: 42vw;
    overflow: hidden;
  }
  .pre_slider01 .item .pre_txt {
    margin-top: 3vw;
  }
  .pre_slider02 .item .pre_txt {
    margin-bottom: 5.4vw;
  }
  .pre_slider02 .item.item04 .pre_txt,
  .pre_slider02 .item.item06 .pre_txt {
    margin-bottom: 5.3vw;
  }
  .pre_slider02 .item.item06 .pre_txt {
    margin-bottom: 8.2vw;
  }
  .pre_slider .item .pre_txt span {
    font-size: 2.5vw;
  }
  .pre_slider .item .pre_txt h3 {
    font-size: 2.8vw;
    line-height: 3.8vw;
    margin: 10px 0 18px;
  }
  .pre_slider .item .pre_txt p {
    font-size: 2.1vw;
    line-height: 3.2vw;
    margin-bottom: 8px;
  }
  .pre_slider .item .pre_txt p br.pc_br {
    display: block;
  }
  .pre_slider .item .pre_txt p br.mo_br {
    display: block;
  }

  /* 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: 50%;
    transform: translateX(-50%);
    bottom: -10vw;
  }
  .pre_arrow img {
    width: 6vw;
    height: 6vw;
  }
  .pre_arrow img.pre_p {
    margin-right: 10vw;
  }
  .premium_page .ore {
    margin-top: 20vw;
  }
}
