@charset "utf-8";

.uiCenter_type {
  position: relative;
  font-size: 0;
  ;
  text-align: center;
}

.uiCenter_type img {
  max-width: 100%;
  ;
}

html,
body {
  height: auto !important;
  overflow: visible !important;
  /* hidden이 되어있으면 절대 안 내려감 */
}

.page_container {
  position: relative;
  overflow: visible !important;
}

/********************************************
  크게보기 버튼
********************************************/
.button_group {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: clamp(20px, calc(40/640 * 100vw), 40px) 0;
}

.button_group .round_btn {
  background: #353F49;
  border-radius: clamp(20px, calc(30/640 * 100vw), 30px);
  padding: clamp(10px, calc(15/640 * 100vw), 15px) clamp(20px, calc(40/640 * 100vw), 40px);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(14px, calc(18/640 * 100vw), 18px);
  transition: all .3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/******************************************
  푸터 애니메이션
*******************************************/
.copy_tit>span {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}

.copy_tit>span span {
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
}

[data-aos^=fade].aos-animate.copy_tit>span span {
  overflow: hidden;
  display: block;
  transform: translateY(0%);
}


/******************************************
  오리발
******************************************/
.foot_summary {
  text-align: left;
  max-width: 1380px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  background: #F6F6F6;
  padding: 30px;
  border-radius: 10px;
  margin: 60px auto 0;
}

.foot_summary li {
  font-family: var(--font-pretendard);
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-indent: -12px;
  margin-left: 12px;
  word-break: keep-all;
}

@media screen and (max-width: 1100px) {
  .foot_summary {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .foot_summary {
    margin-top: 40px;
  }
}

/******************************************
  공통 애니메이션
*******************************************/
.hidden_up {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}

.hidden_up span {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.8s;
}

.active .hidden_up span {
  transform: translateY(0%);
}

/******************************************
  컨텐츠 영역
******************************************/
.page_content {
  padding: 140px 0 250px;
  overflow: hidden;
}

.page_content .page_container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* padding-bottom: 100px; */
}

.page_content .page_container img {
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .page_content .page_container {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .page_content {
    padding: 60px 0 80px;
  }

  .page_content .page_container {
    padding: 0 25px 0;
  }
}

.section_inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .section_inner {
    width: 100%;
  }
}

.img-center img {
  margin: 0 auto;
}

/******************************************
  타이틀 영역
******************************************/



/******************************************
  사업개요
******************************************/
.section_overview .cg_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section_overview .cg_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 13%;
}

.section_overview .cg_wrap img {}

.section_overview .cg_wrap .text_wrap {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.section_overview .cg_wrap h3 {
  font-family: 'THEJung150';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.section_overview .cg_wrap h3 span {
  font: inherit;
  overflow: hidden;
  /* line-height: 1; */
  vertical-align: middle;
}

.section_overview .cg_wrap svg {
  display: block;
  margin: 30px auto 0;
}

.overview_list {
  margin-top: 60px;
  display: flex;
  z-index: -1;
  gap: 80px;
}

.overview_list div {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex: 1;
}

.overview_item dt {
  position: relative;
  padding-bottom: 15px;
}

.overview_item dt h3 {
  color: #2A323A;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.overview_item dt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2A323A;
  display: block;
  opacity: 0.1;
}

.overview_item dd p {
  padding-top: 15px;
  color: #647283;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}


@media screen and (max-width: 1024px) {
  .section_overview .cg_wrap::before {
    height: 80px;
  }

  .section_overview .cg_wrap .text_wrap {
    top: 80px;
  }

  .section_overview .cg_wrap .text_wrap h3 {
    font-size: 24px;
  }

  .section_overview .cg_wrap .text_wrap svg {
    max-width: 190px;
    height: auto;
    margin-top: 13px;
  }

  .overview_list {
    margin-top: 40px;
    flex-direction: column;
    gap: 50px;
  }

  .overview_item dt h3 {
    font-size: 17px;
  }

  .overview_item dd p {
    font-size: 14px;
  }
}


/* SVG 로고 stroke 애니메이션 */
.section_overview .logo {
  position: relative;
}

.section_overview .logo-path {
  fill: transparent;
  transition: fill 0.6s ease-in-out 2s;
  transition-delay: 1.4s;
}


.section_overview .logo-path:nth-child(1) {
  transition-delay: 2.6s;
}

.section_overview .logo-path:nth-child(2) {
  transition-delay: 1.5s;
}

.section_overview .logo-path:nth-child(3) {
  transition-delay: 1.6s;
}

.section_overview .logo-path:nth-child(4) {
  transition-delay: 1.7s;
}

.section_overview .logo-path:nth-child(5) {
  transition-delay: 1.8s;
}

.section_overview .logo-path:nth-child(6) {
  transition-delay: 1.9s;
}

.section_overview .logo-path:nth-child(7) {
  transition-delay: 2s;
}

.section_overview .logo-path:nth-child(8) {
  transition-delay: 2.1s;
}

.section_overview .logo-path:nth-child(9) {
  transition-delay: 2.2s;
}

.section_overview .logo-path:nth-child(10) {
  transition-delay: 2.3s;
}

.section_overview .logo-path:nth-child(11) {
  transition-delay: 2.4s;
}

.active .section_overview .logo-path {
  fill: white;
}

.section_overview .cg_wrap::before {
  height: 0;
  transition: height 0.5s ease;
  transition-delay: 0.6s;
  z-index: 2;
}

.active .section_overview .cg_wrap::before {
  height: 13%;
}

@media screen and (max-width: 1024px) {
  .active .section_overview .cg_wrap::before {
    height: 80px;
  }
}


.section_overview .cg_wrap::before {
  height: 0;
  transition: height 0.5s ease;
  transition-delay: 0.6s;
}

.active .section_overview .cg_wrap::before {
  height: 13%;
}

@media screen and (max-width: 1024px) {
  .active .section_overview .cg_wrap::before {
    height: 60px;
  }
}

.section_overview .cg_wrap img {
  transition: all 4s ease;
  transition-delay: 0.3s;
  transform: scale(1.2);
}

.active .section_overview .cg_wrap img {
  transform: scale(1);
}

/******************************************
  루미엘 소개
******************************************/
.section_brand .cg_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.section_brand .cg_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 167px;
  z-index: 2;
  background: #fff;
}

.section_brand .cg_wrap .logo {
  position: absolute;
  right: 40px;
  top: 40px;
}

.section_brand .cg_wrap .text_wrap {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}

.section_brand .cg_wrap .text_wrap p {
  display: flex;
  flex-direction: row-reverse;
  margin-left: -28px;
  gap: 8px;
}

.section_brand .cg_wrap .text_wrap p span {
  color: #FFF;
  font-family: 'Nanum Myeongjo';
  font-size: 20px;
  font-style: normal;
  line-height: 90%;
  writing-mode: vertical-rl;
}

.section_brand .cg_wrap .text_wrap p span:last-child {
  margin-top: 70px;
}

.section_brand .cg_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brand_description {
  color: #fff;
  padding: 35px 40px;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-top: -74px;
  margin-left: auto;
  background: #4C5864;
}

.brand_description h3 {
  color: #69A9C5;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.44px;
  padding-bottom: 22px;
}

.brand_description p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.44px;
}

.brand_description p strong {
  color: #89A769;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .section_brand .cg_wrap {
    max-width: 716px;
  }

  .section_brand .cg_wrap .logo {
    right: 20px;
    top: 20px;
    max-width: 50px;
    height: auto;
  }

  .section_brand .cg_wrap::before {
    height: 90px;
  }

  .section_brand .cg_wrap .text_wrap {
    top: 110px;
  }

  .section_brand .cg_wrap .text_wrap p {
    margin-left: -20px;
  }

  .section_brand .cg_wrap .text_wrap p span {
    font-size: 13px;
  }

  .brand_description {
    padding: 32px 23px;
    max-width: 716px;
    text-align: center;
    margin: 0 auto;
  }

  .brand_description h3,
  .brand_description p {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
}

.section_brand .cg_wrap::before {
  height: 0;
  transition: height 0.5s ease;
  transition-delay: 0.6s;
}

.active .section_brand .cg_wrap::before {
  height: 167px;
}

@media screen and (max-width: 1024px) {
  .active .section_brand .cg_wrap::before {
    height: 90px;
  }
}

.section_brand .cg_wrap .text_wrap span:nth-child(1) {
  transform: translateY(20px);
  transition: all 1.5s ease;
  opacity: 0;
  transition-delay: 1.2s;
}

.section_brand .cg_wrap .text_wrap span:nth-child(2) {
  transform: translateY(-20px);
  transition: all 1.5s ease;
  opacity: 0;
  transition-delay: 2s;
}

.active .cg_wrap .text_wrap span:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
}

.active .cg_wrap .text_wrap span:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
}

.section_brand .cg_wrap .logo {
  transition: all 2s ease;
  transition-delay: 2.8s;
  opacity: 0;
  z-index: 2;
}

.active .section_brand .cg_wrap .logo {
  opacity: 1;
}

.section_brand .cg_wrap img {
  transition: all 8s ease;
  transition-delay: 1s;
  transform: scale(1.2);
}

.active .section_brand .cg_wrap img {
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .sub_brand [data-aos="fade-right"] {
    transform: translateY(-30px);
  }
}


/******************************************
  입지환경
******************************************/
@media screen and (max-width: 1024px) {
  .location_img_wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}

/******************************************
  프리미엄
******************************************/
.premium_wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

@media screen and (max-width: 1024px) {
  .premium_wrap {
    gap: 80px;
  }

  .premium_wrap .premium_item_img img {
    width: 100%;
  }
}

/******************************************
  오시는길
******************************************/
.sub_contact .page_content {
  padding-top: 110px;
}

.section_contact .section_inner {
  max-width: 1100px;
  width: 90%;
}

.contact_list {
  display: flex;
  gap: 40px;
}

.contact_list li {
  flex: 1;
}

.contact_item_img {
  border: 1px solid #EFEFEF;
}

.contact_item_content {
  margin-top: -1px;
  display: flex;
  text-align: center;
  color: #fff;
  flex-direction: column;
  align-items: center;
  background: #2A323A;
  padding: 48px 0;
}

.contact_item_content dt h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.52px;
  padding-bottom: 9px;
}

.contact_item_content dd p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 24px;
}

.map_link_wrap {
  display: flex;
  gap: 20px;
}

.map_link_wrap a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: SUIT;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

@media screen and (min-width: 1025px) {
  .map_link_wrap a:hover i {
    animation: arrow-move 1s infinite;
  }

  @keyframes arrow-move {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(3px);
    }

    100% {
      transform: translateX(0);
    }
  }
}

.naver_map_link p {
  color: #44D04D;
}

.kakao_map_link p {
  color: #EDC455;
}

.map_link_wrap i {
  display: block;
  width: 26px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='9' viewBox='0 0 26 9' fill='none'%3E%3Cpath opacity='0.2' d='M20.3797 0.188388C20.5004 0.0677633 20.664 0 20.8346 0C21.0052 0 21.1689 0.0677633 21.2895 0.188388L25.1501 4.04898C25.2707 4.16964 25.3385 4.33327 25.3385 4.50388C25.3385 4.6745 25.2707 4.83813 25.1501 4.95879L21.2895 8.81938C21.1682 8.93659 21.0056 9.00144 20.8369 8.99998C20.6682 8.99851 20.5068 8.93084 20.3875 8.81154C20.2682 8.69225 20.2006 8.53086 20.1991 8.36216C20.1976 8.19345 20.2625 8.03092 20.3797 7.90957L23.142 5.14732H0.643431C0.472783 5.14732 0.309124 5.07953 0.188457 4.95886C0.0677904 4.83819 0 4.67453 0 4.50388C0 4.33324 0.0677904 4.16958 0.188457 4.04891C0.309124 3.92824 0.472783 3.86045 0.643431 3.86045H23.142L20.3797 1.0982C20.2591 0.977539 20.1913 0.813909 20.1913 0.643294C20.1913 0.472679 20.2591 0.309049 20.3797 0.188388Z' fill='%2344D04D'/%3E%3C/svg%3E") center center/100% auto no-repeat;
}

.kakao_map_link i {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='9' viewBox='0 0 26 9' fill='none'%3E%3Cpath opacity='0.2' d='M20.3797 0.188388C20.5004 0.0677633 20.664 0 20.8346 0C21.0052 0 21.1689 0.0677633 21.2895 0.188388L25.1501 4.04898C25.2707 4.16964 25.3385 4.33327 25.3385 4.50388C25.3385 4.6745 25.2707 4.83813 25.1501 4.95879L21.2895 8.81938C21.1682 8.93659 21.0056 9.00144 20.8369 8.99998C20.6682 8.99851 20.5068 8.93084 20.3875 8.81154C20.2682 8.69225 20.2006 8.53086 20.1991 8.36216C20.1976 8.19345 20.2625 8.03092 20.3797 7.90957L23.142 5.14732H0.643431C0.472783 5.14732 0.309124 5.07953 0.188457 4.95886C0.0677904 4.83819 0 4.67453 0 4.50388C0 4.33324 0.0677904 4.16958 0.188457 4.04891C0.309124 3.92824 0.472783 3.86045 0.643431 3.86045H23.142L20.3797 1.0982C20.2591 0.977539 20.1913 0.813909 20.1913 0.643294C20.1913 0.472679 20.2591 0.309049 20.3797 0.188388Z' fill='%23EDC455'/%3E%3C/svg%3E") center center/100% auto no-repeat;
}

@media screen and (max-width: 1024px) {
  .sub_contact .page_content {
    padding-top: 80px;
  }

  .section_contact .section_inner {
    width: 100%;
  }

  .contact_list {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    gap: 30px;
  }

  .contact_item_content {
    padding: 40px 0;
  }

  .contact_item_content dt h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
    padding-bottom: 16px;
  }

  .contact_item_content dd p {
    font-size: 16px;
    padding-bottom: 14px;
  }

  .map_link_wrap i {
    width: 10px;
    height: 9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath opacity='0.2' d='M5.37971 0.188388C5.50037 0.0677634 5.664 0 5.83461 0C6.00523 0 6.16886 0.0677634 6.28952 0.188388L10.1501 4.04898C10.2707 4.16964 10.3385 4.33327 10.3385 4.50388C10.3385 4.6745 10.2707 4.83813 10.1501 4.95879L6.28952 8.81938C6.16817 8.93659 6.00564 9.00144 5.83693 8.99998C5.66822 8.99851 5.50684 8.93084 5.38755 8.81154C5.26825 8.69225 5.20058 8.53086 5.19911 8.36216C5.19765 8.19345 5.2625 8.03092 5.37971 7.90957L8.14196 5.14732H0.643432C0.472783 5.14732 0.309124 5.07953 0.188457 4.95886C0.0677907 4.83819 0 4.67453 0 4.50388C0 4.33324 0.0677907 4.16958 0.188457 4.04891C0.309124 3.92824 0.472783 3.86045 0.643432 3.86045H8.14196L5.37971 1.0982C5.25908 0.977539 5.19132 0.813909 5.19132 0.643294C5.19132 0.472679 5.25908 0.309049 5.37971 0.188388Z' fill='%2344D04D'/%3E%3C/svg%3E") center center/100% auto no-repeat;
  }

  .kakao_map_link i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath opacity='0.2' d='M5.37971 0.188388C5.50037 0.0677634 5.664 0 5.83461 0C6.00523 0 6.16886 0.0677634 6.28952 0.188388L10.1501 4.04898C10.2707 4.16964 10.3385 4.33327 10.3385 4.50388C10.3385 4.6745 10.2707 4.83813 10.1501 4.95879L6.28952 8.81938C6.16817 8.93659 6.00564 9.00144 5.83693 8.99998C5.66822 8.99851 5.50684 8.93084 5.38755 8.81154C5.26825 8.69225 5.20058 8.53086 5.19911 8.36216C5.19765 8.19345 5.2625 8.03092 5.37971 7.90957L8.14196 5.14732H0.643432C0.472783 5.14732 0.309124 5.07953 0.188457 4.95886C0.0677907 4.83819 0 4.67453 0 4.50388C0 4.33324 0.0677907 4.16958 0.188457 4.04891C0.309124 3.92824 0.472783 3.86045 0.643432 3.86045H8.14196L5.37971 1.0982C5.25908 0.977539 5.19132 0.813909 5.19132 0.643294C5.19132 0.472679 5.25908 0.309049 5.37971 0.188388Z' fill='%23EDC455'/%3E%3C/svg%3E") center center/100% auto no-repeat;
  }
}

/******************************************
  홍보영상
******************************************/
.section_video .section_inner {
  max-width: 1320px;
  width: 90%;
}

.section_video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .section_video .section_inner {
    width: 100%;
  }
}

/******************************************
  언론보도
******************************************/
.sub_news_list .page_content {
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
}

.news_tbl_th {
  display: grid;
  grid-template-columns: 80px 150px auto 100px;
  border-top: 2px solid var(--board_table_border);
}

.news_tbl_body .empty_data {
  text-align: center;
  padding: 50px 0
}

.news_tbl_th li {
  padding: 1.12rem 0;
  font-size: 1rem;
  background: #fff;
  color: var(--board_th_color);
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #b5b6b6;
  font-weight: 500;
}

.news_tbl_body li a {
  display: grid;
  grid-template-columns: 80px 150px auto 100px;
  padding: 1rem 0;
  font-size: 1rem;
  word-break: break-all;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  color: #000;
  line-height: 1.6;
  text-align: center;
}

.news_tbl_body li a div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_tbl_body li .sbj {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 30px;
}

.news_tbl_body .nodata {
  padding: 6rem 0;
}

.news_tbl_body .media {
  padding: 0 1rem;
}

.news_tbl_body .media span {
  display: block;
  background-color: #263d6b;
  color: #fff;
  padding: 0.3rem 0;
  font-size: 0.87rem;
  width: 100%;
}

.news_tbl_body .sbj {
  text-align: left;
  font-weight: 500;
  padding-left: 1rem;
}

.news_tbl_body .num {
  font-weight: 600;
}

.news_tbl_body .date {
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}


@media screen and (max-width: 1024px) {
  .sub_news_list .page_content {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .news_tbl_th {
    grid-template-columns: 120px auto 80px;
  }

  .news_tbl_body li a {
    grid-template-columns: 120px auto 100px;
  }

  .news_tbl_body .media {
    padding: 0 0.3rem;
  }

  .news_tbl_th li:first-child {
    display: none;
  }

  .news_tbl_body .num {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .news_tbl_th {
    display: none;
  }

  .news_tbl_body {
    border-top: 1px solid var(--board_table_border);
  }

  .news_tbl_body li a {
    grid-template-rows: repeat(2, 1fr);
  }

  .news_tbl_body .media {
    padding-left: 0;
  }

  .news_tbl_body .sbj {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 4;
    padding-left: 0;
    padding-top: 0.5rem;
  }

  .news_tbl_body .date {
    grid-column-start: 3;
  }
}

.top_search_box {
  display: flex;
  padding: 2rem 0;
  justify-content: space-between;
}

.top_search_box .news_tab {
  display: inline-flex;
}

.top_search_box .news_tab li {
  margin-right: 1rem;
}

.top_search_box .news_tab li a {
  display: block;
  position: relative;
  padding: 0.3rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  font-weight: 400;
  overflow: hidden;
}

.top_search_box .news_tab li a strong {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0.3rem;
}

.top_search_box .news_tab li a strong::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
}

.top_search_box .news_tab li a.on strong::before {
  background: #000;
}

.top_search_box .news_tab li a.on {
  color: #000;
}

.top_search_box .search_in {
  margin-left: auto;
  padding-left: 1rem;
  display: flex;
}

.top_search_box .search_in .inner_con {
  position: relative;
  padding-right: 50px;
  background: #fff;
  border: 1px solid #333;
  margin-right: 1rem;
  display: flex;
}

.top_search_box .search_in .placeholder {
  display: inline-block;
  padding: 0 1rem;
}

.top_search_box .search_in .placeholder label {
  font-size: 0.92rem;
  top: 0.7rem;
  left: 1rem;
  color: #999;
}

.top_search_box .search_in .placeholder input {
  height: 45px;
  line-height: 45px;
  border: 0;
  border: none;
  padding-left: 0;
  font-size: 1rem;
}

.top_search_box .search_in .btn {
  display: inline-block;
  height: 45px;
  color: transparent;
  background: none;
  line-height: 45px;
  font-size: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.top_search_box .search_in .btn::before {
  content: "\e86f";
  font-family: Linearicons-Free;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  text-indent: 0;
  margin-top: 3px;
  display: inline-block;
}

.top_search_box h4 {
  width: 100%;
}

.list_toggle {
  display: flex;
}

.list_toggle li {
  flex: 1;
}

.list_toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #909090;
  width: 3.2rem;
  margin-left: -1px;
  height: 100%;
}

.list_toggle a.thumb_btn .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(auto, auto));
  gap: 0.1rem;
}

.list_toggle a.thumb_btn em {
  width: 0.4rem;
  height: 0.4rem;
  background: #909090;
}

.list_toggle li.active a {
  border-color: #000;
  position: relative;
  z-index: 10;
}

.list_toggle li.active a em {
  background: #000;
}

.list_toggle i {
  font-size: 2rem;
}

.notice_table {
  max-width: 1510px;
  width: 100%;
  margin: 100px auto 1rem;
  border-top: 2px solid #b5b6b6;
}

/* .notice_thumb {margin-top: 1.5rem; margin-bottom: 1rem;}
.notice_thumb ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(150px, auto));
  gap: 1.3rem;
}
.notice_thumb ul.less {grid-template-rows: repeat(1, minmax(150px, auto));}
.notice_thumb ul li {margin-bottom: 2.5rem;}
.notice_thumb ul li .thumbimg {
    /* background: linear-gradient(45deg, rgba(126,204,43,1) 0%, rgba(40,61,155,1) 87%, rgba(40,61,155,1) 100%); */
/* position: relative;    
    padding-bottom: 70%;
    background: url("/resources/img/sub/no_thumb.jpg") no-repeat 0 0;
    background-size: 100% 100%; */
/* } */
.notice_thumb ul li .thumbimg span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.notice_thumb ul li .thumbimg span.noimg {
  background-size: 50%;
}

.notice_thumb ul li dl {
  color: #000;
}

.notice_thumb ul li dt {
  font-weight: 500;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 1.3;
  margin: 1rem 0;
  height: 3.2rem;
  word-break: break-all;
}

.notice_thumb.galley_thumb ul li dd {
  padding-top: 1rem;
}

.notice_thumb.galley_thumb ul li dt {
  margin-bottom: 0;
}

.notice_thumb ul li dd {
  font-weight: 600;
}

.notice_thumb ul li dd .cate {
  display: inline-block;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  color: #283d9b;
  padding-right: 1rem;
}

*/ .news_tbl_list tbody td.empty_data {
  padding: 5rem 0;
  text-align: center;
}







/******************************************
  페이지네이션 (Pagination)
******************************************/
.pagination {
  clear: both;
  font-family: "Montserrat", tahoma, sans-serif, arial;
  text-align: center;
  font-weight: 400;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  width: 1.7rem;
  height: 2rem;
  line-height: 2rem;
  color: #333;
  font-size: 1rem;
  text-align: center;
  padding: 0 !important;
  margin: 0 3px;
  display: inline-block;
}

.pagination strong {
  font-size: 1rem;
  font-weight: 500;
  width: 1.7rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0;
  border-bottom: 1px solid #333;
  position: relative;
  text-align: center;
  color: #000;
}

.pagination a.pagbtn {
  background-color: #fff;
  font-size: 0;
  color: transparent;
}

.pagination a.prev,
.pagination a.first,
.pagination a.next,
.pagination a.last {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: transparent;
}

.pagination a.prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 1.3rem;
  color: #333;
  margin-left: -3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pagination a.first:before {
  font-family: 'FontAwesome';
  content: "\f100";
  font-size: 1.3rem;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pagination a.next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 1.3rem;
  color: #333;
  margin-left: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pagination a.last:before {
  font-family: 'FontAwesome';
  content: "\f101";
  font-size: 1.3rem;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pagination button:disabled {
  opacity: 0.3;
  cursor: default;
}

.pagination button.pagbtn {
  margin: 0 1rem;
  color: #333;
  cursor: pointer;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  font-size: 0.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/******************************************
  단지배치도
******************************************/
.danzi_m_2 {
  margin-top: 10vh;
}



/******************************************
  분양일정
******************************************/
.schedule {
  display: none;
}

@media screen and (max-width: 1024px) {
  .schedule {
    margin: 20px auto;
    position: relative;
    color: #464646;
    display: block;
  }

  .schedule h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 0;
    background: #645456;
  }

  .schedule table {
    width: 100%;
    border-collapse: separate;
    /**border-collapse: collapse;*/
    table-layout: fixed;
    border-top: 1px solid #ddd;
  }

  .schedule tbody {
    border-left: 1px solid #ddd;
  }

  .schedule td {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 15px;
  }

  .schedule .line {
    border-right: 1px solid #ddd;
  }

  .schedule td span,
  .schedule td a {
    display: block;
  }

  .schedule .date {
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px 5px;
  }

  .schedule .date b,
  .schedule .date span {
    display: block;
  }

  .schedule .date b {
    font-size: 18px;
    margin-bottom: 5px;
    color: #777;
    font-weight: 300;
  }

  .schedule .date span {
    font-size: 14px;
  }

  .schedule .event {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%
  }

  .schedule .link {
    font-size: 13px;
    padding: 10px 10px 0 0;
  }

  .schedule .tag {
    font-size: 13px;
    padding: 10px 10px 0 0
  }

  .schedule .clr1 {
    color: #e84969;
  }

  .schedule .clr2 {
    color: #96b164;
  }

  .schedule .clr3 {
    color: #e0b663;
  }

  .schedule .clr4 {
    color: #6daac8;
  }

  .schedule .clr5 {
    color: #2a3d49;
  }

  .schedule .clr6 {
    color: #4b4948;
  }

  .schedule .clr7 {
    color: #6a72b5;
  }
}

@media screen and (max-width:540px) {
  .schedule table colgroup {
    display: none;
  }

  .schedule table td {
    width: 100%;
    display: block;
    text-align: left !important;
    padding: 20px;
  }

  .schedule .date {
    padding: 20px;
  }

  .schedule .date b,
  .schedule .date span {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500
  }

  .schedule .date br {
    display: none;
  }

  .schedule .date span {
    padding-left: 10px;
  }
}


/******************************************
  모집공고
******************************************/
.gonggo_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gonggo_top {
  width: 100%;
  display: flex;
}

.gg_top_img {
  width: 57%;
}

.gg_top_img img {
  width: 100%;
}

.gg_top_con {
  width: 43%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 85px;
}

.gonggo_h2 {
  color: #000;
  text-align: center;
  font-family: THEJung150;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin-bottom: 52px;
}

.gg_top_con a {
  width: 90%;
  transition: box-shadow .4s;
}

.gg_top_con a:hover {
  box-shadow: 8px 13px 15px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow .4s;
}

.gg_top_con a img {
  width: 100%;
}

.gg_top_con a:last-child {
  margin-top: 10px;
}

.gonggo_bottom {
  margin-top: 30px;
  width: 100%;
}

.gonggo_bottom img {
  width: 100%;
}

@media screen and (max-width:1024px) {
  .gonggo_top {
    flex-direction: column;
    align-items: center;
  }

  .gg_top_img,
  .gg_top_con,
  .gg_top_con a {
    width: 100%;
  }

  .gg_top_con {
    padding-top: 10px;
  }

  .gonggo_bottom {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .gonggo_h2 {
    font-size: 5vw;
  }
}


.gg_moo_top_img,
.gg_moo_top_img img {
  width: 100%;
  position: relative;
}

.gg_moo_btn {
  position: absolute;
  width: 41%;
  height: 20%;
  right: 1.3%;
  bottom: 0;
}
@media screen and (max-width:1024px) {
  .gg_moo_btn {
    width: 100%;
    height: 29%;
    right: 0;
  }
}





/******************************************
  오피스텔 모집공고
******************************************/
.officetel_gonggo_wrap {}
.officetel_gonggo_wrap .titleBox {font-size:30px; text-align:center;; margin-bottom: 30px; line-height:1.3;}
.officetel_gonggo_wrap .contentBox {position:relative; font-size:0;}
.officetel_gonggo_wrap .contentBox a {position:absolute; text-indent: -9999px; overflow:hidden;}
.officetel_gonggo_wrap .contentBox a.btn01 {right:1.66%; top:58.19%; width:40.45%; height: 14.37%;;}
.officetel_gonggo_wrap .contentBox a.btn02 {left:0; bottom: 0; width:100%; height:23.04%;}

@media screen and (max-width: 1024px) {
  .officetel_gonggo_wrap {}
  .officetel_gonggo_wrap .titleBox {font-size:24px; margin-bottom:20px;}
  .officetel_gonggo_wrap .contentBox {}
  .officetel_gonggo_wrap .contentBox a {}
  .officetel_gonggo_wrap .contentBox a.btn01 {right:0; top:auto; bottom:0; width:100%; height:29.08%;;}
  .officetel_gonggo_wrap .contentBox a.btn02 {display: none;}
}



/***************************************
  이벤트 당첨자
****************************************/
.event_winner .tab.event_tab {
  margin: 2rem 0 2rem;
}

.event_winner .result_inner {
  background: #fff;
  padding-top: 2rem;
}

.event_winner .result_inner p.tit {
  padding: 1rem 0 0;
  text-align: center;
}

.event_winner .result_inner p.tit span {
  display: inline-block;
  padding: 1rem 0;
  color: #fff;
  background: #064c44;
  font-weight: 600;
  font-size: 1.3rem;
  width: 970px;
}


.event_winner .resultBox {
  display: flex;
  background: #fff;
  max-width: 1176px;
  /*height:780px;*/
  margin: 0 auto;
  padding: 20px 25px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  gap: 3px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .event_winner .resultBox {
    display: block;
  }

  .event_winner .resultBox table {
    width: 100%;
  }

  .event_winner .resultBox table~table tr:first-child {
    display: none;
  }
}

.event_winner .resultBox table {
  flex: 1;
}

.event_winner .resultBox table th,
.event_winner .resultBox table td {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #111;
  font-family: SUIT;
}

.event_winner .resultBox table th {
  background: #081948;
  font-weight: 500;
  height: 60px;
  color: #fff;
}

.event_winner .resultBox table td {
  padding: 20px 0;
  /* border-bottom : 1px solid #EDEDED; */
  background-color: #F1F1F1;
}


.event_winner .resultBox table td:first-child {
  width: 40%;
}

.event_winner .resultBox .inner {
  flex: 1;
}




.event_winner .resultBox .tit {
  height: 56px;
  background: #3B2C19;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

.event_winner .resultBox ul {
  padding: 74px 0;
  position: relative;
}

.event_winner .resultBox ul li {
  font-size: 20px;
  font-weight: 300;
}

.event_winner .resultBox ul li~li {
  margin-top: 30px;
}

.event_winner .resultBox ul li .name {
  margin-right: 15px;
}

.event_winner .resultBox .inner:nth-child(2) .tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: -12px;
}

.event_winner .resultBox .inner:nth-child(2) ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 1px;
  bottom: 17px;
  background: #e6e6e6;
}

.event_winner .winner_con {
  background: url("/resources/img/sub/event_winner_bg01.jpg") 0 0 repeat-y;
  background-size: 100% auto;
  margin-top: 35px;
}

.event_winner .event_inner {
  background: url("/resources/img/sub/event_winner_bg02.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  padding: 113px 0 50px;
}

.event_footer {
  background: #001140;
  padding: 50px 2rem 50px;
}

.event_footer ul {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.event_footer ul li {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-indent: -22px;
  padding: 0 0 0 22px;
}


@media screen and (max-width: 1024px) {
  .event_winner .winner_con {
    background-image: url("/resources/img/sub/event_winner_bg01_m.jpg");
  }

  .event_winner .event_inner {
    background-image: url("/resources/img/sub/event_winner_bg02_m.jpg");
    padding: 99px 11px 50px;
  }
}

@media screen and (max-width: 600px) {
  .event_footer ul li {
    font-size: 16px;
  }
}

.event_winner h4 {
  color: #FFF;
  text-align: center;
  font-family: Paperlogy;
  font-size: 80px;
  font-weight: 600;
  line-height: 130%;
}

@media screen and (max-width: 960px) {
  .temp_community_skin .community .community_info ul li>div {
    flex-direction: column;
  }

  .temp_community_skin .community .community_info ul li>div>div br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .event_winner h4 {
    font-size: 37px;
    line-height: 1.1;
  }

  .event_winner .resultBox table th {
    height: 32px;
    font-size: 14px;
    ;
  }

  .event_winner .resultBox table td {
    padding: 10px 0;
    font-size: 14px;
  }

  .event_winner .noticeTxt {
    font-size: 14px;
    padding-left: 12px;
    text-indent: -12px;
  }

  .event_winner .prize_img~.prize_img {
    margin-top: 60px;
  }
}

.event_winner p {
  max-width: 700px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_winner p span {
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 41.7px;
  font-weight: 400;
  letter-spacing: -0.834px;
}

.event_winner .prize_img {
  display: flex;
  justify-content: center;
  padding: 2rem 0 64px;
  width: 30%;
  margin: 0 auto;
  transform: translateX(-7%);
}

.event_winner .noticeTxt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  max-width: 1176px;
  margin: 22px auto 0;
}

@media screen and (max-width: 800px) {
  .event_winner p {
    max-width: 90%;
  }

  .event_winner p span {
    font-size: 5vw;
  }

  .event_winner .prize_img {
    width: 215px;
    margin: 0 auto;
    transform: translateX(-2%);
    padding: 0 0 54px;
  }
}

/******************************************
  자금 조달 및 입주계획서
******************************************/
.button_mobile {
  margin: 0 auto;
}

.button_mobile .button_box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 1rem;
  border-radius: 10px;
  width: fit-content;
  background: #2A3746;
  margin: 0 auto;
  gap: 13px;
}

.button_mobile .button_box p {
  color: #FFF;
  font-family: "Sandoll GothicNeo1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

.button_mobile .button_box .link_box {
  display: flex;
  gap: 5px;
}

.button_mobile .button_box .link_box a {
  border-radius: 5px;
  background: #FFF;
  padding: 8px 7px 7px 8px;
}