/* 공통 */
@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;
  }

  /* 추가 */
  .public_content02 {
    width: 100%;
  }
  .public_content02 .desc.desc01 {
    padding: 32px;
  }
  .public_content02 .desc.desc01 h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .public_content02 .desc.desc01 p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .public_content02 .desc.desc01 p:last-child {
  }

  .public_content02 .desc.desc02 {
  }
  .public_content02 .desc.desc02 .container {
    padding: 60px 40px;
    margin-bottom: 32px;
  }
  .public_content02 .desc.desc02 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }

  .public_content02 .desc.desc02 .content .items {
    width: 100%;
  }
  .public_content02 .desc.desc02 .content .items .fa {
    margin: 6px 0;
    font-size: 42px;
  }
  .public_content02 .desc.desc02 .content .items .item {
    height: 66px;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .public_content02 .desc.desc02 .content .items .item .point {
    font-size: 16px;
    font-weight: 600;
    color: white;

    width: 30px;
    height: 30px;
    border: 2px solid white;

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: -15px;
    top: -15px;
  }
  .public_content02 .desc.desc02 .content .items .item.item01,
  .public_content02 .desc.desc02 .content .items .item.item03,
  .public_content02 .desc.desc02 .content .items .item.item06,
  .public_content02 .desc.desc02 .content .items .item.item08 {
    border-color: #81503b;
  }
  .public_content02 .desc.desc02 .content .items .item.item02,
  .public_content02 .desc.desc02 .content .items .item.item04,
  .public_content02 .desc.desc02 .content .items .item.item05,
  .public_content02 .desc.desc02 .content .items .item.item07 {
    border-color: #f58026;
  }
  .public_content02 .desc.desc02 .content .items .item.item01 .point,
  .public_content02 .desc.desc02 .content .items .item.item03 .point,
  .public_content02 .desc.desc02 .content .items .item.item06 .point,
  .public_content02 .desc.desc02 .content .items .item.item08 .point {
    background: #81503b;
  }
  .public_content02 .desc.desc02 .content .items .item.item02 .point,
  .public_content02 .desc.desc02 .content .items .item.item04 .point,
  .public_content02 .desc.desc02 .content .items .item.item05 .point,
  .public_content02 .desc.desc02 .content .items .item.item07 .point {
    background: #f58026;
  }

  .public_content02 .desc.desc02 .content .items .item p {
    font-size: 14.5px;
    line-height: 16px;
  }

  .public_content02 .desc.desc02 .content .arrow_point {
    width: 43px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(90deg) translateY(-2px);
    /* border: 1px solid black; */
  }
  .public_content02 .desc.desc02 .arrow_point .fa {
    font-size: 42px;
    line-height: 12px;

    transform-origin: center center;
  }
  .public_content02 .desc.desc02 .container .checkpoin_ore {
    margin-top: 32px;
  }
  .public_content02 .desc.desc02 .container .checkpoin_ore span {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }
  .public_content02 .desc.desc02 .container .checkpoin_ore span b {
    font-size: 15px;
    font-weight: 600;
  }
}

@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) {
  /* 사업개요 - 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-top: 0;
  }
  .planning_page .desc .items .item {
    width: 100%;
    margin-top: 6vw;
  }
  .planning_page .desc .items .item {
  }
  .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;
    margin-left: 2vw;
  }
  .planning_ore {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .planning_ore img {
    width: 4%;
    margin: 0 3vw 0 0;
  }

  /* 프리미엄 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 */
  .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 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;
  }

  /* 공공지원 민간임대주택 - 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%;
  }
  .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.on {
    display: none;
  }
  .checkpoint_page .condition.mo {
    display: block;
  }
  .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: 6vw;
  }
  .checkpoint_page .condition li i {
    margin-right: 1.5%;
    font-size: 2.8vw;
  }
  .checkpoint_page .condition li p {
    font-size: 2.44vw;
    line-height: 3.2vw;
  } */
  .checkpoint_page {
  }
  .checkpoint_page .container {
    padding: 30px 10px;
    background: rgba(249, 249, 249, 0.5);
    border: 2px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .checkpoint_page .condition {
    padding-left: 0;
  }
  .checkpoint_page .condition.on {
    display: block;
  }
  .checkpoint_page .condition.mo {
    display: none;
  }
  .checkpoint_page .condition li {
    margin-bottom: 2vw;
  }
  .checkpoint_page .condition li:last-child {
    margin-bottom: 7vw;
  }
  .checkpoint_page .condition li img {
    width: 3%;
    left: 3vw;
  }
  .checkpoint_page .condition li p {
    font-size: 2.7vw;
    line-height: 3.2vw;
    padding: 3vw 0;
  }
  .checkpoint_page .condition li p span {
    font-size: 3.5vw;
  }
  .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;
  }

  /* 추가 */
  .public_content02 {
    width: 100%;
  }
  .public_content02 .desc.desc01 {
    padding: 4vw 3vw;
  }
  .public_content02 .desc.desc01.on {
    display: none;
  }
  .public_content02 .desc.desc01.mo {
    display: block;
  }
  .public_content02 .desc.desc01 h4 {
    font-size: 1.9vw;
    margin-bottom: 10px;
  }
  .public_content02 .desc.desc01 p {
    margin-bottom: 0;
    font-size: 1.88vw;
    line-height: 3.5vw;
  }
  .public_content02 .desc.desc01 p:last-child {
  }

  .public_content02 .desc.desc02 {
  }
  .public_content02 .desc.desc02 .container {
    padding: 60px 40px;
    margin-bottom: 32px;
  }
  .public_content02 .desc.desc02 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .public_content02 .desc.desc02 .content .items {
    width: 100%;
  }
  .public_content02 .desc.desc02 .content .items .fa {
    margin: 6px 0;
    font-size: 5vw;
  }
  .public_content02 .desc.desc02 .content .items .item {
    height: 10vw;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .public_content02 .desc.desc02 .content .items .item .point {
    font-size: 1.7vw;
    font-weight: 600;
    color: white;

    width: 5vw;
    height: 5vw;
    border: 2px solid white;

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: -2.5vw;
    top: -2.5vw;
  }

  .public_content02 .desc.desc02 .content .items .item.item01,
  .public_content02 .desc.desc02 .content .items .item.item03,
  .public_content02 .desc.desc02 .content .items .item.item05,
  .public_content02 .desc.desc02 .content .items .item.item07 {
    border-color: #c70037;
  }
  .public_content02 .desc.desc02 .content .items .item.item02,
  .public_content02 .desc.desc02 .content .items .item.item04,
  .public_content02 .desc.desc02 .content .items .item.item06,
  .public_content02 .desc.desc02 .content .items .item.item08 {
    border-color: #71604d;
  }
  .public_content02 .desc.desc02 .content .items .item.item01 .point,
  .public_content02 .desc.desc02 .content .items .item.item03 .point,
  .public_content02 .desc.desc02 .content .items .item.item05 .point,
  .public_content02 .desc.desc02 .content .items .item.item07 .point {
    background: #c70037;
  }
  .public_content02 .desc.desc02 .content .items .item.item02 .point,
  .public_content02 .desc.desc02 .content .items .item.item04 .point,
  .public_content02 .desc.desc02 .content .items .item.item06 .point,
  .public_content02 .desc.desc02 .content .items .item.item08 .point {
    background: #71604d;
  }

  .public_content02 .desc.desc02 .content .items .item p {
    font-size: 2.4vw;
    line-height: 3.4vw;
  }

  .public_content02 .desc.desc02 .content .arrow_point {
    width: 43px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(180deg) translateY(0);
    margin: 6px 0;
    /* border: 1px solid black; */
  }
  .public_content02 .desc.desc02 .arrow_point .fa {
    font-size: 5vw;
    line-height: 0;
    display: none;
  }
  .public_content02 .desc.desc02 .arrow_point .fa:last-child {
    display: block;
  }
  .public_content02 .desc.desc02 .container .checkpoin_ore {
    margin-top: 32px;
  }
  .public_content02 .desc.desc02 .container .checkpoin_ore span {
    font-size: 1.65vw;
    font-weight: 500;
    line-height: 2.65vw;
  }
  .public_content02 .desc.desc02 .container .checkpoin_ore span b {
    font-size: 1.8vw;
    font-weight: 600;
  }
}

@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: 5.4vw;
  }
  .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 #ddd;
    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;
  }
  .supply_table th , td {
    padding: 6px;
    font-size: 2vw;
  }
  .sup_ore{
    font-size: 2.5vw !important;
  }

  /* supply */

  th {
    font-size: 2.4vw;
    background-color: #dfdfdf;
    color: #202020;
    text-align: center;
    border: 1px solid rgb(168, 168, 168);
  }
  td {
    font-size: 2.3vw;
    color: #333;
    line-height: 1.6;
    padding: 1.1%;
    padding-left: 5px;
  }
  ul {
    margin: 0;
  }
  li {
    margin-bottom: 8px;
    font-size: 2.5vw;
  }

  .m_table {
    display: none;
  }

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

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

  .public_document_ore.on {
    display: none;
  }
  .public_document_ore.mo {
    display: block;
  }

  /* 공급안내 */
  .web_table02 .td_title .flex_box1:after {
    display: none;
    position: absolute;
    clear: both;
    content: "";
    width: 1px;
    height: 145vw;
    left: 12vw;
    top: 189vw;
    border-right: 1px solid #ddd;
  }

  .web_table03 {
    display: none;
  }

  .web_table02 {
    display: none;
  }

  .m_web_table02 {
    display: block;
  }
  .m_web_table03 {
    display: block;
  }

  .m_web_table02 {
    width: 100%;
  }
  .ta_margin {
    margin: 5vw 0;
  }
  .m_web_table03 .td_title {
    min-height: 40px;
  }

  .table_margin {
    padding-left: 2vw;
  }
}
