/* 공통 */
@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.lo_ore_on {
    display: none;
  }
  .ore.lo_ore_no {
    display: block;
  }
  .ore span {
    font-size: 1.7vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .img_cat {
    font-size: 2vw;
  }
}
/* 공통 끝 */

/* 서브페이지 */
@media all and (min-width: 720px) and (max-width: 1299px) {
  /* 프리미엄 premium */
  .pre_page {
    text-align: center;
  }
  .pre_page .title {
    width: 45%;
    margin: 0 auto 10%;
  }

  .pre_desc {
    width: 100%;
  }
  .pre_desc .item {
    width: 100%;
    margin-bottom: 5%;
  }
  .pre_desc .item .s_pre_img {
    width: 50vw;
    height: 26vw;
  }

  .pre_desc .item .s_pre_txt {
    width: 50vw;
  }
  .pre_desc .item .s_pre_txt span,
  .pre_desc .item .s_pre_txt h3,
  .pre_desc .item .s_pre_txt p,
  .pre_desc .item .s_pre_txt strong {
    margin-left: 10%;
  }
  .pre_desc .item.item02 .s_pre_txt span,
  .pre_desc .item.item04 .s_pre_txt span,
  .pre_desc .item.item02 .s_pre_txt h3,
  .pre_desc .item.item04 .s_pre_txt h3,
  .pre_desc .item.item02 .s_pre_txt p,
  .pre_desc .item.item04 .s_pre_txt p,
  .pre_desc .item.item02 .s_pre_txt strong,
  .pre_desc .item.item04 .s_pre_txt strong {
    margin-right: 10%;
  }

  .pre_desc .item.item02 .s_pre_txt h3,
  .pre_desc .item.item04 .s_pre_txt h3 {
    color: #b4a378;
  }

  .pre_desc .item .s_pre_txt span,
  .pre_desc .item .s_pre_txt p {
    font-size: 1.6vw;
  }
  .pre_desc .item .s_pre_txt span {
    display: block;
  }
  .pre_desc .item .s_pre_txt h3 {
    font-size: 2.6vw;
    margin: 2.5% 10% 4.5%;
  }
  .pre_desc .item .s_pre_txt p {
    line-height: 2.5vw;
    margin-bottom: 5%;
  }
  .pre_desc .item .s_pre_txt strong {
    font-size: 4vw;

    opacity: 0.15;
  }

  /* 오시는길 - contact */
  .contact_page {
  }
  .contact_page .title {
    margin-bottom: 5%;
  }
  .contact_page .title span {
    font-size: 32px;
  }
  .contact_page .title h2 {
    font-size: 48px;
    margin-top: 1.4%;
  }

  .contact_desc {
    width: 100%;
    height: 488px;
  }
  .contact_desc .map {
    width: 600px;
    height: 488px;
  }

  .contact_desc .detail {
    width: calc(100% - 600px);
    height: 100%;
  }
  .contact_desc .detail h3 {
    font-size: 52px;
  }
  .contact_desc .detail .items {
    margin: 42px 0 36px;
  }
  .contact_desc .detail .items .item {
  }
  .contact_desc .detail .items .item.item01 {
    margin-bottom: 16px;
  }
  .contact_desc .detail .items .item strong {
    font-size: 20px;
  }

  .contact_desc .detail .items .item .line {
    width: 2px;
    height: 10px;

    margin: 0 16px;
  }
  .contact_desc .detail .items .item p {
    font-size: 20px;
  }

  .contact_btn {
  }
  .contact_btn a {
    width: 180px;
    height: 42px;
  }
  .contact_btn a:first-child {
    margin-right: 16px;
  }
  .contact_btn a span {
    font-size: 16px;
  }
  .contact_btn a img {
  }

  .contact_desc .detail .call {
    margin-top: 52px;
  }
  .contact_desc .detail .call .fa {
    font-size: 36px;
  }
  .contact_desc .detail .call span {
    font-size: 42px;
  }

  /* 공공지원 민간임대주택 - public_assistance_benefits */
  .p_b_page {
  }
  .p_b_page .title {
    text-align: center;
  }
  .p_b_page .title h2 {
    font-size: 30px;
  }
  .p_b_page .title strong {
    font-size: 46px;
    margin: 10px 0 30px;
  }
  .p_b_page .title .line {
    width: 34px;
    height: 2px;
  }
  .p_b_page .title p {
    font-size: 22px;
    margin: 30px 0 14px;
  }
  .p_b_page .title p span {
    font-weight: 700;
  }
  .p_b_page .title h3 {
    font-size: 34px;
  }
  .p_b_page .title h3 strong {
    font-size: 34px;
  }

  .p_b_desc {
    width: 100%;
    margin-top: 7%;
  }
  .p_b_desc .items {
    margin-bottom: 8%;
  }
  .p_b_desc .items .p_b_img {
    width: 55%;
    height: 340px;
  }
  .p_b_desc .items .p_b_txts {
    margin-left: 5%;
  }
  .p_b_desc .items.items02 .p_b_txts {
    align-items: flex-end;
    margin-right: 5%;
  }
  .p_b_desc .items .p_b_txts .item {
  }
  .p_b_desc .items .p_b_txts .item h3 {
    font-size: 30px;
  }

  .p_b_desc .items .p_b_txts .item p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 4%;
  }
  .p_b_desc .items .p_b_txts .line {
    width: 34px;
    height: 2px;
    margin: 7% 0;
  }

  /* 입지환경 - location */
  .location_page {
  }
  .location_map {
    width: 100%;
  }

  .location_page .title {
    text-align: center;
    margin: 6% 0 7%;
  }
  .location_page .title h2 {
    font-size: 36px;
  }
  .location_page .title strong {
    font-size: 44px;
    margin-top: 1%;
  }

  .location_page .lo_desc {
  }
  .location_page .lo_desc .lo_wrap {
    width: 100%;
    position: relative;
  }
  .location_page .lo_desc .lo_wrap:last-child {
    margin-top: 7%;
  }
  .location_page .lo_desc .lo_wrap.lo_wrap01 {
    height: 750px;
  }
  .location_page .lo_desc .lo_wrap.lo_wrap02 {
    height: 900px;
  }
  .location_page .lo_items {
    display: flex;
    justify-content: flex-start;
    position: absolute;
  }
  .location_page .lo_items.lo_items01 {
    align-items: flex-start;
    top: 0;
    left: 20px;
  }
  .location_page .lo_items.lo_items02 {
    align-items: flex-end;
    right: 0;
    bottom: 0;
    text-align: end;
  }
  .location_page .lo_items.lo_items03 {
    align-items: flex-start;
    top: 90px;
    left: 0;
  }
  .location_page .lo_items.lo_items04 {
    align-items: flex-end;
    right: 20px;
    bottom: 0;
    text-align: end;
  }

  .location_page .lo_items .lo_item_img {
    position: relative;
  }
  .location_page .lo_items.lo_items01 .lo_item_img {
    width: 400px;
    height: 490px;
  }
  .location_page .lo_items.lo_items02 .lo_item_img {
    width: 490px;
    height: 360px;
  }
  .location_page .lo_items.lo_items03 .lo_item_img {
    width: 520px;
    height: 360px;
  }
  .location_page .lo_items.lo_items04 .lo_item_img {
    width: 640px;
    height: 360px;
  }
  .location_page .lo_items .lo_item_img .lo_point {
    position: absolute;
  }
  .location_page .lo_items.lo_items01 .lo_item_img .lo_point.lo_point01 {
    width: 81%;
    left: 0;
    bottom: -22px;
  }
  .location_page .lo_items.lo_items02 .lo_item_img .lo_point.lo_point02 {
    width: 65%;
    right: 2%;
    top: -30%;
  }
  .location_page .lo_items.lo_items03 .lo_item_img .lo_point.lo_point03 {
    width: 36.2%;
    top: -90px;
    left: 0;
  }
  .location_page .lo_items.lo_items04 .lo_item_img .lo_point.lo_point04 {
    width: 22%;
    right: 2%;
    top: -35%;
  }

  .location_page .lo_items .lo_item_txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .location_page .lo_items.lo_items01 .lo_item_txt,
  .location_page .lo_items.lo_items03 .lo_item_txt {
    margin-left: 32px;
    margin-top: 26px;
  }

  .location_page .lo_items.lo_items02 .lo_item_txt,
  .location_page .lo_items.lo_items04 .lo_item_txt {
    margin-right: 32px;
    margin-bottom: 26px;
    align-items: flex-end;
  }
  .location_page .lo_items .lo_item_txt strong {
    font-size: 30px;
  }
  .location_page .lo_items .lo_item_txt .line {
    width: 32px;
    height: 2px;

    margin: 32px 0 32px 0;
  }
  .location_page .lo_items .lo_item_txt h3 {
    font-size: 22px;

    margin-bottom: 18px;
  }
  .location_page .lo_items .lo_item_txt p {
    font-size: 18px;
    line-height: 30px;
  }

  /* checkpoint_page - 자격요건 및 체크포인트 */
  .checkpoint_page {
  }
  .checkpoint_page .container {
    padding: 20px;
  }

  .checkpoint_page .condition {
  }
  .checkpoint_page .condition li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
  }
  .checkpoint_page .condition li:last-child {
    margin-bottom: 52px;
  }
  .checkpoint_page .condition li i {
    margin-right: 0.5%;
    font-size: 20px;
  }
  .checkpoint_page .condition li p {
    font-size: 18px;
  }
  .checkpoint_page h3 {
    font-size: 20px;

    margin-bottom: 26px;
  }
  .checkpoint_page .desc {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid black; */
  }
  .checkpoint_page .desc .checkpoint_img {
    width: 42%;
  }
  .checkpoint_page .desc .checkpoin_ore {
  }
  .checkpoint_page .desc .checkpoin_ore span {
    font-size: 14px;
    line-height: 15px;
  }
  .checkpoint_page .desc .checkpoin_ore span i {
    font-size: 5px;
    transform: translateY(-3px);
    margin-right: 3px;
  }
  .checkpoint_page .desc .checkpoin_ore span:first-child {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 819px) and (max-width: 1000px) {
  .p_b_desc {
    width: 100%;
    margin-top: 7%;
  }
  .p_b_desc .items {
    margin-bottom: 8%;
  }
  .p_b_desc .items .p_b_img {
    width: 60%;
    height: 320px;
  }
  .p_b_desc .items .p_b_txts {
    margin-left: 5%;
  }
  .p_b_desc .items.items02 .p_b_txts {
    align-items: flex-end;
    margin-right: 5%;
  }
  .p_b_desc .items .p_b_txts .item {
  }
  .p_b_desc .items .p_b_txts .item h3 {
    font-size: 26px;
  }

  .p_b_desc .items .p_b_txts .item p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 3%;
  }
  .p_b_desc .items .p_b_txts .line {
    width: 10%;
    height: 0.1vw;
    margin: 8% 0;
  }
}

@media all and (min-width: 819px) and (max-width: 1200px) {
  /* 오시는길 - contact */
  .contact_page {
  }
  .contact_page .title {
    margin-bottom: 5%;
  }
  .contact_page .title span {
    font-size: 32px;
  }
  .contact_page .title h2 {
    font-size: 48px;
    margin-top: 1.4%;
  }

  .contact_desc {
    width: 70%;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
  }
  .contact_desc .map {
    width: 100%;
    height: 48vw;
  }

  .contact_desc .detail {
    width: 100%;
    height: auto;
    margin: 10% 0;
  }
  .contact_desc .detail h3 {
    font-size: 52px;
  }
  .contact_desc .detail .items {
    margin: 42px 0 36px;
  }
  .contact_desc .detail .items .item {
  }
  .contact_desc .detail .items .item.item01 {
    margin-bottom: 16px;
  }
  .contact_desc .detail .items .item strong {
    font-size: 28px;
  }

  .contact_desc .detail .items .item .line {
    width: 2px;
    height: 10px;
    margin: 0 16px;
  }
  .contact_desc .detail .items .item p {
    font-size: 28px;
  }

  .contact_btn {
  }
  .contact_btn a {
    width: 240px;
    height: 52px;
  }
  .contact_btn a:first-child {
    margin-right: 16px;
  }
  .contact_btn a span {
    font-size: 16px;
  }
  .contact_btn a img {
  }

  .contact_desc .detail .call {
    margin-top: 52px;
  }
  .contact_desc .detail .call .fa {
    font-size: 36px;
  }
  .contact_desc .detail .call span {
    font-size: 42px;
  }
}

@media all and (min-width: 820px) and (max-width: 1110px) {
  /* 입지환경 - location */
  .location_page {
  }
  .location_map {
    width: 100%;
  }

  .location_page .title {
    text-align: center;
    margin: 4 0 5%;
  }
  .location_page .title h2 {
    font-size: 28px;
  }
  .location_page .title strong {
    font-size: 36px;
    margin-top: 1.2%;
  }

  .location_page .lo_desc {
  }
  .location_page .lo_desc .lo_wrap {
    width: 100%;
    position: relative;
  }
  .location_page .lo_desc .lo_wrap:last-child {
    margin-top: 5%;
  }
  .location_page .lo_desc .lo_wrap.lo_wrap01 {
    height: 74vw;
  }
  .location_page .lo_desc .lo_wrap.lo_wrap02 {
    height: 80vw;
  }
  .location_page .lo_items {
    display: flex;
    justify-content: flex-start;
    position: absolute;
  }
  .location_page .lo_items.lo_items01 {
    align-items: flex-start;
    top: 0;
    left: 1vw;
  }
  .location_page .lo_items.lo_items02 {
    align-items: flex-end;
    right: 0;
    bottom: 0;
    text-align: end;
  }
  .location_page .lo_items.lo_items03 {
    align-items: flex-start;
    top: 7vw;
    left: 0;
  }
  .location_page .lo_items.lo_items04 {
    align-items: flex-end;
    right: 1vw;
    bottom: 0;
    text-align: end;
  }

  .location_page .lo_items .lo_item_img {
    position: relative;
  }
  .location_page .lo_items.lo_items01 .lo_item_img {
    width: 35vw;
    height: 48vw;
  }
  .location_page .lo_items.lo_items02 .lo_item_img {
    width: 45vw;
    height: 32vw;
  }
  .location_page .lo_items.lo_items03 .lo_item_img {
    width: 45vw;
    height: 32vw;
  }
  .location_page .lo_items.lo_items04 .lo_item_img {
    width: 55vw;
    height: 32vw;
  }
  .location_page .lo_items .lo_item_img .lo_point {
    position: absolute;
  }
  .location_page .lo_items.lo_items01 .lo_item_img .lo_point.lo_point01 {
    width: 60%;
    left: 0;
    bottom: -22px;
  }
  .location_page .lo_items.lo_items02 .lo_item_img .lo_point.lo_point02 {
    width: 55%;
    right: 2%;
    top: -25%;
  }
  .location_page .lo_items.lo_items03 .lo_item_img .lo_point.lo_point03 {
    width: 31%;
    top: -22%;
    left: 0;
  }
  .location_page .lo_items.lo_items04 .lo_item_img .lo_point.lo_point04 {
    width: 18%;
    right: 2%;
    top: -30%;
  }
  .location_page .lo_items .lo_item_txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .location_page .lo_items.lo_items01 .lo_item_txt,
  .location_page .lo_items.lo_items03 .lo_item_txt {
    margin-left: 3vw;
    margin-top: 2vw;
  }

  .location_page .lo_items.lo_items02 .lo_item_txt,
  .location_page .lo_items.lo_items04 .lo_item_txt {
    margin-right: 3vw;
    margin-bottom: 2vw;
    align-items: flex-end;
  }
  .location_page .lo_items .lo_item_txt strong {
    font-size: 3vw;
  }
  .location_page .lo_items .lo_item_txt .line {
    width: 3vw;
    height: 0.1vw;
    margin: 2vw 0;
  }
  .location_page .lo_items .lo_item_txt h3 {
    font-size: 2.2vw;
    margin-bottom: 1.2vw;
  }
  .location_page .lo_items .lo_item_txt p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}

@media all and (min-width: 319px) and (max-width: 819px) {

  /* location */

    .location_page .pre_title {
    padding: 8vw 0;

  }

    .location_page .pre_title img {
      width: 80%;
    } 


  /* 사업개요 - planning */
  .planning_page {
  }
  .planning_img {
    width: 100%;
  }
  .planning_page .desc {
    width: 90%;
    margin: 0 auto;
  }
  .planning_page .desc .items {
    width: 100%;
    gap: 0;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
  .planning_page .desc .items .item {
    width: 100%;
    margin-top: 6vw;
  }
.planning_page .desc .items .item2 {
    margin-top: 0 !important;
}
  .planning_page .desc .items .item h3 {
    font-size: 4vw;
    margin-left: 2vw;
  }
  .planning_page .desc .items .item .line {
    margin: 3vw 0;
  }
  .planning_page .desc .items .item p {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 2vw;
  }
  .planning_ore {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .planning_ore img {
    width: 4%;
    margin: 0 3vw 0 0;
  }

  .po_ore_no {
    font-size: 4vw;
  }

  /* 프리미엄 premium */
  .pre_page {
    text-align: center;
  }
  .pre_page .title {
    width: 80%;
    margin: 0 auto 15%;
  }

  .pre_desc {
    width: 100%;
  }
  .pre_desc .item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5%;
  }
  .pre_desc .item.item02,
  .pre_desc .item.item04,
  .pre_desc .item.item06 {
    /* flex-direction: column-reverse; 는 자식들의 서로 위치를 변경해 줄 수 있는 코드 */
    flex-direction: column-reverse;
  }
  .pre_desc .item .s_pre_img {
    width: 98vw;
    height: 50vw;
  }

  .pre_desc .item .s_pre_txt {
    width: 98vw;
    margin: 5vw 0 10vw;
  }
  .pre_desc .item .s_pre_txt span,
  .pre_desc .item .s_pre_txt h3,
  .pre_desc .item .s_pre_txt p,
  .pre_desc .item .s_pre_txt strong {
    margin-left: 10%;
  }
  .pre_desc .item.item02 .s_pre_txt span,
  .pre_desc .item.item04 .s_pre_txt span,
  .pre_desc .item.item02 .s_pre_txt h3,
  .pre_desc .item.item04 .s_pre_txt h3,
  .pre_desc .item.item02 .s_pre_txt p,
  .pre_desc .item.item04 .s_pre_txt p,
  .pre_desc .item.item02 .s_pre_txt strong,
  .pre_desc .item.item04 .s_pre_txt strong {
    margin-right: 10%;
  }

  .pre_desc .item.item02 .s_pre_txt h3,
  .pre_desc .item.item04 .s_pre_txt h3,
  .pre_desc .item.item06 .s_pre_txt h3 {
    color: #b4a378;
  }

  .pre_desc .item .s_pre_txt span,
  .pre_desc .item .s_pre_txt p {
    font-size: 3.6vw;
  }
  .pre_desc .item .s_pre_txt span {
    display: block;
  }
  .pre_desc .item .s_pre_txt h3 {
    font-size: 4.6vw;
    margin: 2.5% 10% 4.5%;
  }
  .pre_desc .item .s_pre_txt p {
    line-height: 5.5vw;
    margin-bottom: 5%;
  }
  .pre_desc .item .s_pre_txt strong {
    font-size: 10vw;

    opacity: 0.15;
  }

  /* 오시는길 - contact */

  .detail .items .item01 .line {
    margin-left: 29px;
  }


  .contact_page {
    width: 90%;
  }
  .contact_page .title {
    margin-bottom: 8%;
  }
  .contact_page .title span {
    font-size: 5vw;
  }
  .contact_page .title h2 {
    font-size: 7vw;
    margin-top: 1.6%;
  }

  .contact_desc {
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
  }
  .contact_desc .map {
    width: 100%;
    height: 71.7vw;
  }

  .contact_desc .detail {
    width: 100%;
    height: auto;
    margin: 10% 0;
  }
  .contact_desc .detail h3 {
    font-size: 8vw;
  }
  .contact_desc .detail .items {
    margin: 7vw 0 9vw;
  }
  .contact_desc .detail .items .item {
  }
  .contact_desc .detail .items .item.item01 {
    margin-bottom: 4vw;
  }
  .contact_desc .detail .items .item strong {
    font-size: 4vw;
  }

  .contact_desc .detail .items .item .line {
    width: 2px;
    height: 2vw;
    margin: 0 3vw;
  }

  .contact_desc .detail .items .item .line02 {
  margin-left: 2.5vw !important;
}

.contact_desc .detail .items .line_ore {
  margin-top: 10px; margin-left: 17vw;
  font-size: 2.8vw;
}

  .contact_desc .detail .items .item p {
    font-size: 4vw;
  }

  .contact_btn {
  }
  .contact_btn a {
    width: 34vw;
    height: 8vw;
  }
  .contact_btn a:first-child {
    margin-right: 4vw;
  }
  .contact_btn a span {
    font-size: 2.5vw;
  }
  .contact_btn a img {
  }

  .contact_desc .detail .call {
    margin-top: 8vw;
  }
  .contact_desc .detail .call .fa {
    font-size: 6vw;
  }
  .contact_desc .detail .call span {
    font-size: 7vw;
  }

  /* complex_special */

  .complex_warp {
    display: none;
  }
  .complex_warp_mo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .complex_warp_mo .complex_box {
    margin: 5vw 0;
  }
  .complex_box {
    width: 100%;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .item_img {
    width: 100%;
    height: 200px;
  }

  .item_box {
    position: relative;
    margin-top: -11vw;
  }

  .item_box img {
    width: 72px;
    height: 72px;
  }

  .item_img1{
  background: url(../sub_img/complex_special/com_img01.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

  .item_img2{
  background: url(../sub_img/complex_special/com_img02.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

  .item_img3{
  background: url(../sub_img/complex_special/com_img03.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}
  .item_img4{
  background: url(../sub_img/complex_special/com_img04.png) no-repeat center center;
  background-size: cover;
  width: 100%;
}
  .item_img5{
  background: url(../sub_img/complex_special/com_img05.png) no-repeat center center;
  background-size: cover;
  width: 100%;
}
  .item_img6{
  background: url(../sub_img/complex_special/com_img06.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

  .text_box {
    padding: 0 0 10vw 0;
    text-align: center;
  }

  .complex_special_page .text_box h2 {
    font-size: 6vw;
  }

  .complex_special_page .text_box span {
    font-size: 3vw;
    line-height: 4vw;
  }

  .complex_special_page .title h2{
      font-size: 5vw;
  }

  .complex_special_page .title strong{
      font-size: 5vw;
  }

    .complex_special_page .title p{
      font-size: 3vw;
  }


  /* 공공지원 민간임대주택 - public_assistance_benefits */
  .p_b_page {
  }
  .p_b_page .title {
    text-align: center;
  }
  .p_b_page .title h2 {
    font-size: 4.5vw;
  }
  .p_b_page .title strong {
    font-size: 7vw;
    margin: 1.7vw 0 4vw;
  }
  .p_b_page .title .line {
    width: 5vw;
    height: 0.4vw;
  }
  .p_b_page .title p {
    font-size: 3.4vw;
    margin: 4vw 0 2vw;
  }
  .p_b_page .title p span {
    font-weight: 700;
  }
  .p_b_page .title h3 {
    font-size: 5vw;
  }
  .p_b_page .title h3 strong {
    font-size: 5vw;
  }
  .p_b_desc {
    width: 100%;
    margin-top: 7%;
  }
  .p_b_desc .items {
    align-items: center;
    flex-direction: column;
    margin-bottom: 18%;
  }
  .p_b_desc .items02 {
    flex-direction: column-reverse;
  }
  .p_b_desc .items .p_b_img {
    width: 98%;
    height: 50vw;
    margin-bottom: 5vw;
    border-radius: 10px;
  }
  .p_b_desc .items .p_b_txts {
    align-items: center;
    text-align: center;
    margin-left: 0%;
  }
  .p_b_desc .items.items02 .p_b_txts {
    align-items: center;
    margin-right: 0%;
  }
  .p_b_desc .items .p_b_txts .item {
  }
  .p_b_desc .items .p_b_txts .item h3 {
    font-size: 6.3vw;
  }

  .p_b_desc .items .p_b_txts .item p {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-top: 3%;
  }

  .p_b_desc .items .p_b_txts .line {
    width: 10%;
    height: 0.1vw;
    margin: 8% 0;
  }

  /* 입지환경 - location */
  .location_page {
  }

  .wwap {
    position: relative;
    width: 100%;
    margin-top: 12%;
  }
  .po_box {
    margin-top: 0 !important;
  }
  .location_map_point {
    position: absolute;
    right: 0;
    top: -16%;
    width: 18%;
  }
  .location_map {
    width: 100%;
  }

  .location_page .title {
    text-align: center;
    margin: 7% 0;
  }
  .location_page .title h2 {
    font-size: 4.2vw;
  }
  .location_page .title strong {
    font-size: 5.4vw;
    margin-top: 1.2%;
  }

  .location_page .lo_desc {
  }
  .location_page .lo_desc .lo_wrap {
    width: 100%;
    position: relative;
  }
  .location_page .lo_desc .lo_wrap:last-child {
    margin-top: 5%;
  }
  .location_page .lo_desc .lo_wrap.lo_wrap01 {
    height: auto;
  }
  .location_page .lo_desc .lo_wrap.lo_wrap02 {
    height: auto;
    margin-top: 0;
  }
  .location_page .lo_items {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 15%;
  }
  .location_page .lo_items.lo_items01 {
    align-items: center;
    top: 0;
    left: 0;
  }
  .location_page .lo_items.lo_items02 {
    align-items: center;
    right: 0;
    bottom: 0;
    text-align: end;
    flex-direction: column-reverse;
  }
  .location_page .lo_items.lo_items03 {
    align-items: center;
    top: 0;
    left: 0;
  }
  .location_page .lo_items.lo_items04 {
    align-items: center;
    right: 0;
    bottom: 0;
    text-align: end;
    flex-direction: column-reverse;
  }

  .location_page .lo_items .lo_item_img {
    position: relative;
  }
  .location_page .lo_items.lo_items01 .lo_item_img {
    width: 100%;
    height: 55vw;
  }
  .location_page .lo_items.lo_items02 .lo_item_img {
    width: 100%;
    height: 55vw;
  }
  .location_page .lo_items.lo_items03 .lo_item_img {
    width: 100%;
    height: 55vw;
  }
  .location_page .lo_items.lo_items04 .lo_item_img {
    width: 100%;
    height: 55vw;
  }
  .location_page .lo_items .lo_item_img .lo_point {
    position: absolute;
  }
  .location_page .lo_items.lo_items01 .lo_item_img .lo_point.lo_point01 {
    width: 40%;
    left: 0;
    bottom: -5%;
  }
  .location_page .lo_items.lo_items02 .lo_item_img .lo_point.lo_point02 {
    width: 37%;
    right: 1%;
    top: -23%;
  }
  .location_page .lo_items.lo_items03 .lo_item_img .lo_point.lo_point03 {
    width: 31%;
    top: -28%;
    left: 0;
  }
  .location_page .lo_items.lo_items04 .lo_item_img .lo_point.lo_point04 {
    width: 18%;
    right: 2%;
    top: -30%;
  }

  .location_page .lo_items .lo_item_txt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5%;
  }
  .location_page .lo_items.lo_items01 .lo_item_txt,
  .location_page .lo_items.lo_items03 .lo_item_txt {
    margin-left: 10%;
    margin-top: 5;
  }

  .location_page .lo_items.lo_items02 .lo_item_txt,
  .location_page .lo_items.lo_items04 .lo_item_txt {
    margin-right: 10%;
    margin-bottom: 0;
    align-items: flex-end;
  }

  .location_page .lo_items .lo_item_txt strong {
    font-size: 5.2vw;
  }
  .location_page .lo_items .lo_item_txt .line {
    width: 4vw;
    height: 0.3vw;
    margin: 4.5vw 0;
  }
  .location_page .lo_items .lo_item_txt h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .location_page .lo_items .lo_item_txt p {
    font-size: 3vw;
    line-height: 1.5;
  }
  .magnifier {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
  }

  /* checkpoint_page - 자격요건 및 체크포인트 */
  .checkpoint_page {
  }
  .checkpoint_page .container {
    padding: 20px;
  }

  .checkpoint_page .condition {
    padding: 0;
  }
  .checkpoint_page .condition li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
  }
  .checkpoint_page .condition li:last-child {
    margin-bottom: 52px;
  }
  .checkpoint_page .condition li i {
    margin-right: 0.5%;
    font-size: 1.8vw;
  }
  .checkpoint_page .condition li p {
    font-size: 2.1vw;
  }
  .checkpoint_page h3 {
    font-size: 3vw;

    margin-bottom: 26px;
  }
  .checkpoint_page .desc {
    width: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .checkpoint_page .desc .checkpoint_img {
    width: 100%;
  }
  .checkpoint_page .desc .checkpoin_ore {
    width: 100%;
    margin-top: 5vw;
  }
  .checkpoint_page .desc .checkpoin_ore span {
    font-size: 2.1vw;
    line-height: 3vw;
  }
  .checkpoint_page .desc .checkpoin_ore span i {
    font-size: 5px;
    transform: translateY(-5px);
    margin-right: 3px;
  }
  .checkpoint_page .desc .checkpoin_ore span:first-child {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 309px) and (max-width: 720px) {
  .gong_title {
  }
  .gong_title .gong_txt {
    text-align: center;
  }
  .gong_title .gong_txt h2 {
    font-size: 3vw;
  }
  .sp_web .sup_txt {
    padding: 0;
    padding-bottom: 1vw;  
  }
  
  .gong_title .gong_txt strong {
    font-size: 6.4vw;
    margin: 2vw 0 0;
  }
  .gong_title .line {
    width: 8vw;
    margin: 6vw auto;
  }
  .main_title {
    margin: 11vw 0 5vw;
  }
  .main_title01 {
    margin-top: 0;
  }
  .main_title img {
    width: 3%;
    margin-right: 2%;
  }
  .main_title h2 {
    font-size: 5vw;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  th,
  td {
    border: 1px solid #7d7d7dc4;
    padding: 16px;
    vertical-align: middle;
  }
  .td01 {
    padding: 0;
    background-color: #f7f7f7;
    width: 20%;
  }
  .td01 .td_title {
    width: 100%;
    padding: 0;
  }

  .td_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 250px;
    text-align: center;
    padding: 16px;
    color: #7b3f46;
    font-weight: bold;
    flex-direction: column;
  }

  th {
    font-size: 3vw;
    background-color: #dfdfdf;
    color: #202020;
    text-align: center;
  }
  td {
    font-size: 2.5vw;
    color: #333;
    line-height: 1.6;
    padding: 2%;
  }
  ul {
    margin: 0;
    padding-left: 20px;
  }
  li {
    margin-bottom: 8px;
  }

  .m_table {
    display: none;
  }

  .one {
    text-align: end;
    margin-bottom: 10px;
  }

  .web_table {
    display: none;
  }
  .mo_table {
    display: table;
  }

.sp_web th,td {
padding: 1.2vw;
font-size: 1.9vw;
}

/* community */

.community_page .title p {
  font-size: 3vw;
  line-height: 4vw;
}

/* location */

.location_page .title p {
  font-size: 3vw;
  line-height: 4vw;
}

/* point */
.point_page .title02 {
  font-size: 4.2vw;
}

/* position */
  .position_page .title strong {
    font-size: 4.5vw;
  }
  .position_page .title .line {
    top: 8vw;
  }

  /* supply */

  .sp_web .sup_txt span{
    font-size: 2vw;
  }
}