/* 공통 */
@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=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Noto Serif", serif; */
/* Light 300 */
/* Regular 400 */
/* Medium 500 */
/* Bold 700 */
/* Black 900 */

.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: "Noto Sans KR", sans-serif;
  line-height: 1;
  letter-spacing: -1px;

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

.ore {
  width: 100%;
  /* background: #f5f5f5; */
  /* border: 1px solid #dadada; */
  /* text-align: center; */
  /* margin-top: 14%; */
  margin-top: 10%;
}

.ore.lo_ore_on {
  display: block;
}
.ore.lo_ore_no {
  display: none;
}
.ore span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #949494;
  display: block;
  padding: 4% 0;
}
.img_cat {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 3%;
  bottom: 3%;
}
/* 공통 끝 */

/* 사업개요 - planning */
.planning_page {
}
.planning_img {
  width: 100%;
}
.planning_page .desc {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 52px;
}
.planning_page .desc .items {
  width: 100%;
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.planning_page .desc .items .item {
  flex: 1;
}
.planning_page .desc .items .item .dummy {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  /* background: pink; */
}
.planning_page .desc .items .item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3c3938;
  margin-left: 16px;
}
.planning_page .desc .items .item .line {
  width: 100%;
  height: 1px;
  display: block;
  background: #3c3938;
  margin: 12px 0;
}
.planning_page .desc .items .item p {
  font-size: 20px;
  font-weight: 400;
  color: #3c3938;
  margin-left: 16px;
}
.planning_ore {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.planning_ore img {
  width: 4%;
  margin: 0 62px;
}

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

.pre_desc {
  width: 100%;
}
.pre_desc .item {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
.pre_desc .item .s_pre_img {
  width: 640px;
  height: 340px;
  background: #000;
  position: relative;
}
.pre_desc .item.item01 .s_pre_img {
  background: url("../sub_img/premium/premium01.png") no-repeat center center;
  background-size: cover;
}
.pre_desc .item.item02 .s_pre_img {
  background: url("../sub_img/premium/premium02.png") no-repeat center center;
  background-size: cover;
}
.pre_desc .item.item03 .s_pre_img {
  background: url("../sub_img/premium/premium03.png") no-repeat center center;
  background-size: cover;
}
.pre_desc .item.item04 .s_pre_img {
  background: url("../sub_img/premium/premium04.png") no-repeat center center;
  background-size: cover;
}
.pre_desc .item.item05 .s_pre_img {
  background: url("../sub_img/premium/premium05.png") no-repeat center center;
  background-size: cover;
}
.pre_desc .item.item06 .s_pre_img {
  background: url("../sub_img/premium/premium06.png") no-repeat center center;
  background-size: cover;
}

.pre_desc .item .s_pre_txt {
  width: calc(100% - 640px);
  text-align: start;
}
.pre_desc .item.item02 .s_pre_txt,
.pre_desc .item.item04 .s_pre_txt,
.pre_desc .item.item06 .s_pre_txt {
  text-align: end;
}
.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: 12%;
}
.pre_desc .item.item02 .s_pre_txt span,
.pre_desc .item.item04 .s_pre_txt span,
.pre_desc .item.item06 .s_pre_txt span,
.pre_desc .item.item02 .s_pre_txt h3,
.pre_desc .item.item04 .s_pre_txt h3,
.pre_desc .item.item06 .s_pre_txt h3,
.pre_desc .item.item02 .s_pre_txt p,
.pre_desc .item.item04 .s_pre_txt p,
.pre_desc .item.item06 .s_pre_txt p,
.pre_desc .item.item02 .s_pre_txt strong,
.pre_desc .item.item04 .s_pre_txt strong,
.pre_desc .item.item06 .s_pre_txt strong {
  margin-right: 12%;
}

.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: 18px;
  font-weight: 400;
  color: #3c3938;
  text-transform: uppercase;
}
.pre_desc .item .s_pre_txt span {
  display: block;
}
.pre_desc .item .s_pre_txt h3 {
  font-size: 32px;
  font-weight: 700;
  color: #705f4c;
  margin: 14px 12% 26px;
}
.pre_desc .item .s_pre_txt p {
  line-height: 28px;
  margin-bottom: 32px;
}
.pre_desc .item .s_pre_txt strong {
  font-size: 48px;
  font-weight: 700;
  color: #705f4c;
  opacity: 0.15;
  display: block;
}

/* 오시는길 - contact */
.contact_page {
  width: 100%;
  color: #fff;
}
.contact_page .title {
  text-align: center;
  margin-bottom: 56px;
}
.contact_page .title span {
  font-size: 32px;
  font-weight: 400;
  color: #3e3a39;
}
.contact_page .title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #c70037;
  margin-top: 16px;
}

.contact_desc {
  width: 100%;
  height: 560px;
  background: url("../sub_img/contact/contact_bg.png") no-repeat center bottom;
  background-size: cover;
  overflow: hidden;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_desc .map {
  width: 688px;
  height: 560px;
}

.contact_desc .detail {
  width: calc(100% - 688px);
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact_desc .detail h3 {
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
}
.contact_desc .detail .items {
  margin: 42px 0 36px;
}
.contact_desc .detail .items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact_desc .detail .items .item.item01 {
  margin-bottom: 16px;
}
.contact_desc .detail .items .item strong {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.contact_desc .detail .items .item .line {
  width: 2px;
  height: 10px;
  display: block;
  margin: 0 16px;
  background: white;
}
.contact_desc .detail .items .item p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_btn a {
  width: 190px;
  height: 42px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: white;
  border-radius: 50px;
  color: #c70037;
}
.contact_btn a:first-child {
  margin-right: 16px;
}
.contact_btn a span {
  font-size: 16px;
  font-weight: 700;
}
.contact_btn a img {
}

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

/* 공공지원 민간임대주택 - public_assistance_benefits */
.p_b_page {
}
.p_b_page .title {
  text-align: center;
}
.p_b_page .title h2 {
  font-size: 32px;
  font-weight: 400;
  color: #3e3a39;
}
.p_b_page .title strong {
  font-size: 48px;
  font-weight: 700;
  color: #c70037;
  margin: 12px 0 32px;
  display: block;
}
.p_b_page .title .line {
  width: 36px;
  height: 2px;
  background: #3c3938;
  margin: 0 auto;
}
.p_b_page .title p {
  font-size: 24px;
  font-weight: 400;
  color: #3e3a39;
  margin: 32px 0 16px;
}
.p_b_page .title p span {
  font-weight: 700;
  display: inline-block;
}
.p_b_page .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #3e3a39;
}
.p_b_page .title h3 strong {
  font-size: 36px;
  font-weight: 700;
  color: #c70037;
  display: inline-block;
  margin: 0;
}

.p_b_desc {
  width: 100%;
  margin-top: 7%;
}
.p_b_desc .items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
  margin-bottom: 8%;
}
.p_b_desc .items .p_b_img {
  width: 650px;
  height: 380px;
  border-radius: 20px;
  position: relative;
  box-shadow: 4px 4px 15px rgba(71, 71, 71, 0.274);
}
.p_b_desc .items .p_b_img.p_b_img01 {
  background: url("../sub_img/public_assistance_benefits/p_b_img01.png")
    no-repeat center center;
  background-size: cover;
}
.p_b_desc .items .p_b_img.p_b_img01 .img_cat {
  color: #3c3938;
}
.p_b_desc .items .p_b_img.p_b_img02 {
  background: url("../sub_img/public_assistance_benefits/p_b_img02.png")
    no-repeat center center;
  background-size: cover;
}
.p_b_desc .items.items02 {
  justify-content: flex-end;
  text-align: end;
}
.p_b_desc .items .p_b_txts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 8%;
}
.p_b_desc .items.items02 .p_b_txts {
  align-items: flex-end;
  margin-right: 8%;
}
.p_b_desc .items .p_b_txts .item {
}
.p_b_desc .items .p_b_txts .item h3 {
  font-size: 32px;
  font-weight: 700;
  color: #c70037;
}
.p_b_desc .items .p_b_txts .item:last-child h3 {
  color: #705f4c;
}
.p_b_desc .items .p_b_txts .item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #3e3a39;
  margin-top: 5%;
}
.p_b_desc .items .p_b_txts .line {
  width: 36px;
  height: 2px;
  background: #3c3938;
  margin: 8% 0;
  display: block;
}

/* 입지환경 - location */
.location_page {
}
.wwap {
  position: relative;
  width: 100%;
  margin-top: 7%;
}
.location_map_point {
  position: absolute;
  right: 0;
  top: -10%;
  width: 10%;
}
.location_map {
  width: 100%;
}

.location_page .title {
  text-align: center;
  margin: 82px 0 100px;
}
.location_page .title h2 {
  font-size: 38px;
  font-weight: 400;
  color: #3e3a39;
}
.location_page .title strong {
  font-size: 48px;
  font-weight: 700;
  color: #c70037;
  display: block;
  margin-top: 14px;
}

.location_page .lo_desc {
}
.location_page .lo_desc .lo_wrap {
  width: 100%;
  height: auto;
  position: relative;
}
.location_page .lo_desc .lo_wrap:last-child {
  margin-top: 50px;
}
.location_page .lo_desc .lo_wrap.lo_wrap01 {
  height: 700px;
}
.location_page .lo_desc .lo_wrap.lo_wrap02 {
  height: 890px;
}
.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 {
  background: black;
  position: relative;
}
.location_page .lo_items.lo_items01 .lo_item_img {
  width: 360px;
  height: 490px;
  background: url("../sub_img/location/location01.png") no-repeat center center;
  background-size: cover;
}
.location_page .lo_items.lo_items02 .lo_item_img {
  width: 490px;
  height: 360px;
  background: url("../sub_img/location/location02.png") no-repeat center center;
  background-size: cover;
}
.location_page .lo_items.lo_items03 .lo_item_img {
  width: 490px;
  height: 360px;
  background: url("../sub_img/location/location03.png") no-repeat center center;
  background-size: cover;
}
.location_page .lo_items.lo_items04 .lo_item_img {
  width: 640px;
  height: 360px;
  background: url("../sub_img/location/location04.png") no-repeat center center;
  background-size: cover;
}
.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;
  font-weight: 500;
  color: #c70037;
  font-family: "Noto Serif", serif;
}
.location_page .lo_items .lo_item_txt .line {
  width: 32px;
  height: 2px;
  background: #3c3938;
  margin: 32px 0 32px 0;
}
.location_page .lo_items .lo_item_txt h3 {
  font-size: 22px;
  font-weight: 700;
  color: #3e3a39;
  margin-bottom: 18px;
}
.location_page .lo_items .lo_item_txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #3e3a39;
}

/* 돋보기 */
.magnifier {
  width: 350px;
  height: 350px;
  position: absolute;
  border-radius: 90%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85),
    0 0 3px 3px rgba(0, 0, 0, 0.25);
  display: none;
}

/* 특장점 */
.gong_title {
}
.gong_title .gong_txt {
  text-align: center;

  /* line-height: 48px; */
  /* padding: 40px; */
}
.gong_title .gong_txt h2 {
  font-size: 40px;
}
.gong_title .gong_txt strong {
  font-size: 40px;
  font-weight: 700;
  color: #c70037;
  margin: 12px 0 0;
  display: block;
}
.gong_title .line {
  width: 36px;
  height: 2px;
  background: #3c3938;
  margin: 46px auto;
}
.main_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 72px 0 26px;
}
.main_title01 {
  margin-top: 0;
}
.main_title img {
  width: 1.67%;
  margin-right: 0.5%;
}
.main_title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #3c3938;
}

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: 10%;
}

.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 {
  background-color: #dfdfdf;
  color: #fff;
  text-align: center;
  border: 1px solid rgb(168, 168, 168);
  color: #202020;
}
td {
  font-size: 15.5px;
  color: #333;
  line-height: 1.6;
}
ul {
}
li {
}

.m_table {
  display: none;
}

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

.web_table {
  /* display: block; */
}
.mo_table {
  display: none;
}

.public_content02 {
  width: 100%;
}
.public_content02 .desc.desc01 {
  padding: 32px;
  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);
}
.public_content02 .desc.desc01.on {
  display: block;
}
.public_content02 .desc.desc01.mo {
  display: none;
}
.public_content02 .desc.desc01 h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.public_content02 .desc.desc01 h4 span {
  /* border: 1px solid black; */
  display: inline-block;
  transform: translateX(-8px);
}
.public_content02 .desc.desc01 p {
  font-size: 15.5px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.public_content02 .desc.desc01 p:last-child {
  margin: 0;
}

/* 신청방법  */
.public_content02 .desc.desc02 {
  /* width: 100%; */
}

/* 청약신청 이미지 */
.public_wrap .main_box img{
  width: 100%;

}
.public_content02 .desc.desc02 .container {
  padding: 60px 40px;
  background: #ede6e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.public_content02 .desc.desc02 .content {
  /* width: 1120px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.public_content02 .desc.desc02 .content .items {
  width: 100%;
  text-align: center;
}
.public_content02 .desc.desc02 .content .items .fa {
  transform: rotate(180deg);
  position: relative;
  margin: 6px 0;

  font-size: 42px;
  color: #c70037;
  /* display: block; */
}
.public_content02 .desc.desc02 .content .items .item {
  width: 100%;
  height: 66px;

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

  border: 2px solid;
  box-sizing: border-box;
  background: white;
  position: relative;
  border-radius: 10px;
}
.public_content02 .desc.desc02 .content .items .item .point {
  font-size: 16px;
  font-weight: 600;
  color: white;

  width: 30px;
  height: 30px;
  border-radius: 50px;
  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: #c70037;
}

.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: #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.item06 .point,
.public_content02 .desc.desc02 .content .items .item.item08 .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.item05 .point,
.public_content02 .desc.desc02 .content .items .item.item07 .point {
  background: #71604d;
}

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

.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;
  color: #c70037;

  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;
  color: #7a7a7a;
}
.public_content02 .desc.desc02 .container .checkpoin_ore span b {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
}

/* checkpoint_page - 자격요건 및 체크포인트 */
.checkpoint_page {
}
.checkpoint_page .container {
  padding: 30px 24px;
  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 {
}
.checkpoint_page .condition.on {
  display: block;
}
.checkpoint_page .condition.mo {
  display: none;
}
.checkpoint_page .condition li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  border: 1px solid black;
  background: white;
  border-radius: 20px;
}
.checkpoint_page .condition li:last-child {
  margin-bottom: 52px;
}
/* .checkpoint_page .condition li i {
  margin-right: 0.5%;
  font-size: 26px;
  color: #424242;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.checkpoint_page .condition li img {
  width: 2.5%;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.checkpoint_page .condition li p {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #323232;
  padding: 16px 0;
}
.checkpoint_page .condition li p span {
  font-size: 28px;
  font-weight: 600;
  color: #c70037;
}
.checkpoint_page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #424242;
  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: 44%;
}
.checkpoint_page .desc .checkpoin_ore {
}
.checkpoint_page .desc .checkpoin_ore span {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 18px;
  color: #323232;
  display: block;
}
.checkpoint_page .desc .checkpoin_ore span i {
  font-size: 5px;
  transform: translateY(-3px);
  margin-right: 3px;
  display: inline-block;
}
.checkpoint_page .desc .checkpoin_ore span:first-child {
  margin-bottom: 10px;
  display: block;
}

/* ede6e0 */

/* public_doc_page - 구비서류 */
.public_doc_page {
}
.public_doc_page div {
  width: 100%;
}
.public_doc_page div img {
}

.public_doc_page .top {
}
.public_doc_page .public_document01 {
  width: 100%;
}

.public_doc_page .btm {
}
.public_doc_page .public_document02 {
  width: 100%;
}

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

/* web_table02 document table css */

/* web_table02 document table css */

.web_table02 thead th,
td {
  padding: 8px 12px;
}

.web_table02 .td_title {
  flex-direction: row;
}

.web_table02 .td_title .flex_box1 {
  padding-right: 20px;
}

.web_table02 .td_title .flex_box1:after {
  position: absolute;
  clear: both;
  content: "";
  width: 1px;
  height: 375px;
  left: 70px;
  top: 532px;
  border-right: 1px solid #ddd;
}

.web_table02 .td_center {
  text-align: center;
}

.m_web_table02 .td_center {
  text-align: center;
}
.table_margin {
  padding-left: 20px;
}

.m_web_table02 {
  display: none;
}

.m_web_table03 {
  display: none;
}
