@charset "utf-8";





@media screen and (min-width: 1025px) {
  .mOnly {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pcOnly {
    display: none !important;
  }
}



.temp_header_skin1.on {
  background: #fff;
  box-shadow: unset;
}

.temp_header_skin1.on .logo path {
  fill: var(--main-color) !important;
}

.temp_header_skin1.on .header_con .gnb_depth_1>li>a {
  color: #222;
}

.temp_header_skin1.on .phone_num path {
  stroke: #222;
  transition: all .3s;
}

.temp_header_skin1.on .phone_num a {
  color: #222;
}

.temp_header_skin1.on.scrollUp {
  box-shadow: unset;
}

.temp_header_skin1.scrollUp.on .hamburger_icon i {
  background: #222;
}

.temp_header_skin1.on.active .hamburger_icon i {
  background: #fff;
}

.temp_header_skin1.on.active .phone_num path {
  stroke: #fff !important;
}

@media screen and (max-width: 1024px) {
  .temp_header_skin1.nav-mo.active .logo path {
    fill: #fff !important;
  }
}

.caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #FFF;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s;
}


@media screen and (max-width: 1024px) {
  .caption {
    left: 10px;
    bottom: 10px;
    font-size: 11px;
  }
}



/********************************************
  크게보기 버튼
********************************************/
.button_group {
  text-align: center;
  padding: clamp(20px, calc(40/640 * 100vw), 40px) 0;
  margin-bottom: 30px;
}

.button_group .round_btn {
  background: #004F50;
  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;
}

.button_group .round_btn i {
  margin-right: 10px;
}

/* .button_group .round_btn:hover {
  background: var(--point_color);
  box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;
} */

.button_group .round_btn span {
  margin-left: 10px;
}

.button_group .round_btn.gradient {
  background: linear-gradient(to right, rgba(0, 44, 139, 1) 0%, rgba(0, 146, 117, 1) 100%);
}

/********************************************
  계약 안내 — 관련 페이지 링크 버튼
********************************************/
.temp_design_skin1 .contract_link_group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: end;
  margin-bottom: clamp(20px, calc(40 / 640 * 100vw), 40px);
}

.temp_design_skin1 .contract_link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 5px;
  color: #fff;
  font-family: var(--font-suit, 'SUIT', sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: opacity 0.3s;
}
.temp_design_skin1 .contract_link_btn br {
  display: none;
}

.temp_design_skin1 .contract_link_btn.type_gray {
  background: #5a6770;
}

.temp_design_skin1 .contract_link_btn.type_beige {
  background: #b2a8a2;
}

.temp_design_skin1 .contract_link_btn .contract_link_txt {
  word-break: keep-all;
}

.temp_design_skin1 .contract_link_btn .ico_link {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.75 1.875H18.125V6.25M17.1875 2.8125L12.5 7.5M10.625 3.125H5C4.50272 3.125 4.02581 3.32254 3.67417 3.67417C3.32254 4.02581 3.125 4.50272 3.125 5V15C3.125 15.4973 3.32254 15.9742 3.67417 16.3258C4.02581 16.6775 4.50272 16.875 5 16.875H15C15.4973 16.875 15.9742 16.6775 16.3258 16.3258C16.6775 15.9742 16.875 15.4973 16.875 15V9.375' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media screen and (min-width: 1025px) {
  .temp_design_skin1 .contract_link_btn:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 768px) {
  .temp_design_skin1 .contract_link_group {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .temp_design_skin1 .contract_link_btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 15px;
    text-align: left;
    justify-content: space-between;
    font-size: clamp(13px, calc(16 / 768 * 100vw), 16px);
  }

  .temp_design_skin1 .contract_link_btn br {
    display: block;
  }

  .temp_design_skin1 .contract_link_btn .contract_link_txt {
    word-break: break-word;
    text-align: left;
  }

  .temp_design_skin1 .contract_link_btn .ico_link {
    width: 14px;
    height: 14px;
  }
}



/******************************************
  오리발
******************************************/
.foot_summary {
  text-align: left;
  /* max-width: 1100px; */
  margin-top: 100px;
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  padding: 20px;
}

.foot_summary li {
  color: #141414;
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.325px;
}

@media screen and (max-width: 1100px) {
  .foot_summary {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .foot_summary {
    margin-top: 60px;
  }
}

/******************************************
  컨텐츠 영역
******************************************/
.page_content {
  padding: 70px 0 217px;
  overflow: hidden;
}

.page_content .page_container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page_content .page_container img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .page_content .page_container {
    max-width: calc(1200px);
    padding: 0 60px;
  }
}

@media screen and (max-width: 1300px) {
  .page_content .page_container {
    max-width: calc(1200px - 80px);
    padding: 0 20px;
  }
}

@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 16px;
  }
}

/******************************************
  타이틀 영역
******************************************/
.sbpage_title {
  text-align: center;
  padding-bottom: 60px;
}

.sbpage_title dt {
  color: #000;
  text-align: center;
  font-family: SUIT;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

.sbpage_title dd {
  color: #015152;
  text-align: center;
  font-family: "MapoGoldenPier", "MapoGeumbitnaru", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 20px;
}

.sbpage_title dd br {
  line-height: 0;
}

.sbpage_title p {
  color: #333;
  text-align: center;
  font-family: SUIT;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}

.sbpage_title dd strong {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .sbpage_title {
    padding-bottom: 40px;
  }

  .sbpage_title dt {
    font-size: calc(16 / 375 * 100vw);
  }

  .sbpage_title dd {
    font-size: calc(22 / 375 * 100vw);
  }

  .sbpage_title p {
    font-size: calc(15 / 375 * 100vw);
    margin-top: 20px;
    word-break: keep-all;
  }
}


/******************************************
  이미지 내 타이틀
******************************************/
.img_sub_name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 264px;
  height: 30px;
  padding: 7px 30px;
  display: flex;
  justify-content: flex-end;
  color: #FFF;
  text-align: right;
  font-family: SUIT;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}




/******************************************
  사업개요
******************************************/
.temp_overview_skin1 .page_cont_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.temp_overview_skin1 .img_box {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.temp_overview_skin1 .img_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}

.temp_overview_skin1 .img_box>img:not(.overview_script) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.temp_overview_skin1 .img_box .overview_txt_box {
  position: absolute;
  top: 93px;
  right: 156px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  height: 514px;
  color: #fff;
}

.temp_overview_skin1 .img_box .overview_txt_box .line {
  flex-shrink: 0;
  width: 1px;
  height: 514px;
  background: #fff;
  opacity: 0.5;
  transform: scaleY(0);
  transition: transform 1.4s;
  transform-origin: 0 100%;
}

.temp_overview_skin1 .img_box .overview_txt_box .line_left {
  transition-delay: 2s;
}

.temp_overview_skin1 .img_box .overview_txt_box .line_right {

  transform-origin: 0 0;
  transition-delay: 1s;
}

.temp_overview_skin1 .img_box.aos-animate .line {
  transform: scaleY(1);
}


.temp_overview_skin1 .img_box .overview_txt_wrap {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 0 24px;
}

.temp_overview_skin1 .img_box .overview_txt_wrap h2,
.temp_overview_skin1 .img_box .overview_txt_wrap h3 {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: all 0.3s;
}

/* 세로 쓰기 — char 애니메이션은 translateX 대신 translateY 사용 */
.temp_overview_skin1 .overview_txt_wrap [data-text-ani="char"] .text-ani-char {
  transform: translateY(100%);
}

.temp_overview_skin1 .overview_txt_wrap [data-text-ani="char"].is-active .text-ani-char {
  transform: translateY(0);
}

.temp_overview_skin1 .img_box .overview_txt_wrap h2 {
  margin-top: 50px;
  font-family: 'Nanum Myeongjo', 'NanumMyeongjo', serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

.temp_overview_skin1 .img_box .overview_txt_wrap h3 {
  font-family: var(--font-suit, 'SUIT', sans-serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.temp_overview_skin1 .img_box .overview_copy {
  position: absolute;
  right: 347px;
  bottom: 67px;
  z-index: 2;
  width: 100%;
  max-width: 536px;
  height: auto;
  opacity: 0.7;
  pointer-events: none;
}

.temp_overview_skin1 .img_box .img_cut {
  position: absolute;
  right: 30px;
  bottom: 22px;
  z-index: 2;
  font-family: var(--font-suit, 'SUIT', sans-serif);
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.temp_overview_skin1 .overview_list {
  display: flex;
  gap: 28px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.temp_overview_skin1 .overview_list li {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  flex: calc(50% - 30px);
  border-top: 1px solid #636363;
}

.temp_overview_skin1 .overview_list h3 {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.temp_overview_skin1 .overview_list h4 {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
  word-break: keep-all;
  transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
  .temp_overview_skin1 .img_box .overview_copy {
    width: 30vw;
  }
}

@media screen and (max-width: 1024px) {
  .temp_overview_skin1 .page_cont_wrap {
    gap: 40px;
  }

  .temp_overview_skin1 .img_box {
    height: 520px;
  }

  .temp_overview_skin1 .img_box .overview_txt_box {
    top: 60px;
    height: 380px;
  }

  .temp_overview_skin1 .img_box .overview_txt_box .line {
    height: 380px;
  }

  .temp_overview_skin1 .img_box .overview_txt_wrap {
    gap: 16px;
    padding: 0 16px;
  }

  .temp_overview_skin1 .img_box .overview_txt_wrap h2 {
    margin-top: 38px;
    font-size: 26px;
  }

  .temp_overview_skin1 .img_box .overview_txt_wrap h3 {
    font-size: 16px;
  }

  .temp_overview_skin1 .img_box .overview_copy {
    left: 24px;
    right: auto;
    top: auto;
    bottom: 56px;
    width: min(62vw, 360px);
  }

  .temp_overview_skin1 .img_box .img_cut {
    right: 16px;
    bottom: 16px;
    font-size: 9px;
  }

  .temp_overview_skin1 .overview_list {}

  .temp_overview_skin1 .overview_list li {
    padding-bottom: 20px;
  }

  .temp_overview_skin1 .overview_list h3 {
    margin-bottom: 4px;
  }

  .temp_overview_skin1 .overview_list h3,
  .temp_overview_skin1 .overview_list h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .temp_overview_skin1 .img_box {
    height: 365px;
  }

  .temp_overview_skin1 .img_box .overview_txt_box {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    right: 10%;
  }

  .temp_overview_skin1 .img_box .overview_txt_box .line {
    height: 237px;
  }

  .temp_overview_skin1 .img_box .overview_txt_wrap h2 {
    margin-top: 32px;
    font-size: 17.548px;
  }

  .temp_overview_skin1 .img_box .overview_txt_wrap h3 {
    font-size: 10px;
  }

  .temp_overview_skin1 .img_box .overview_copy {
    width: 148px;
    bottom: 44px;
    width: min(50vw, 320px);
  }

  .temp_overview_skin1 .overview_list {
    flex-direction: column;
    gap: 16px;
  }
}

/******************************************
  프리미엄
******************************************/
.temp_premium_skin1 {
  word-break: keep-all;
}

.temp_premium_skin1 .premium_wrap {
  position: relative;
  padding-bottom: 74px;
  transition: all 0.3s;
}

.temp_premium_skin1 .premium_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/resources/img/sub/premium_bg.jpg') center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.temp_premium_skin1 .premium_head {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto;
  transition: all 0.3s;
  padding: 67px 0 42px;
}

.temp_premium_skin1 .premium_script {
  width: 457px;
  max-width: 72%;
  margin: 0 auto 0 0;
  opacity: 0.7;
}

.temp_premium_skin1 .premium_script svg {
  display: block;
  width: 100%;
  height: auto;
}

.temp_premium_skin1 .premium_title {
  width: 429px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 10px;
  z-index: 1;
  position: relative;
}

.temp_premium_skin1 .premium_title svg {
  display: block;
  width: 100%;
  height: auto;
}

.temp_premium_skin1 .premium_box {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: -66px auto 0;
  padding: 60px 50px 80px;
  background: #fff;
  transition: all 0.4s;
}

.temp_premium_skin1 .premium_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 440px));
  justify-content: space-between;
  row-gap: 80px;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  transition: all 0.3s;
  padding: 0;
}

.temp_premium_skin1 .premium_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.temp_premium_skin1 .premium_item .img_box {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.temp_premium_skin1 .premium_item .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temp_premium_skin1 .premium_item .txt_box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.temp_premium_skin1 .premium_item .icon_box {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  transition: all 0.3s;
}

.temp_premium_skin1 .premium_item .icon_box svg {
  display: block;
  width: 100%;
  height: 100%;
}

.temp_premium_skin1 .premium_item .text_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.temp_premium_skin1 .premium_item .title {
  color: #111;
  font-family: SUIT, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.3s;
}

.temp_premium_skin1 .premium_item .description {
  color: #333;
  font-family: SUIT, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.3s;
}

.temp_premium_skin1 .premium_item .description small {
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s;
}



@media screen and (max-width: 1100px) {
  .temp_premium_skin1 .premium_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 60px;
  }

  .temp_premium_skin1 .premium_box {
    padding: 50px 40px 70px;
    max-width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .temp_premium_skin1 .premium_wrap {
    padding: 34px 20px 54px;
    max-width: 80vw;
    margin: 0 auto;
  }

  .temp_premium_skin1 .premium_head {
    padding: 0;
  }

  .temp_premium_skin1 .premium_script {
    width: 240px;
    margin: 0 auto;
  }

  .temp_premium_skin1 .premium_title {
    width: 280px;
    padding-top: 20px;
  }

  .temp_premium_skin1 .premium_box {
    padding: 40px 20px 50px;
    margin: -15px auto 0;
    max-width: 100%;
  }

  .temp_premium_skin1 .premium_list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .temp_premium_skin1 .premium_item {
    gap: 20px;
  }

  .temp_premium_skin1 .premium_item .img_box {
    height: clamp(180px, 50vw, 240px);
  }

  .temp_premium_skin1 .premium_item .icon_box {
    width: 50px;
    height: 50px;
  }

  .temp_premium_skin1 .premium_item .title {
    font-size: 16px;
  }

  .temp_premium_skin1 .premium_item .description {
    font-size: 12px;
    letter-spacing: -0.24px;
  }

  .temp_premium_skin1 .premium_item .description small {
    font-size: 9px;
  }
}


@media screen and (max-width: 768px) {
  .temp_premium_skin1 .premium_wrap {
    max-width: 100%;
  }
}

/******************************************
  입지환경
******************************************/
.temp_location_skin1 {}

.temp_location_skin1 .page_container {
  overflow: hidden;
}

.temp_location_skin1 .location_box {
  position: relative;
  margin-bottom: 0;
  transition: all 0.3s;
}

.temp_location_skin1 .location_wrap {
  position: relative;
  background-color: #ede6e2;
  overflow: hidden;
  margin-top: 30px;
  padding: 100px 0 120px;
  transition: all 0.3s;
}

.temp_location_skin1 .location_wrap .copy_box {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 51px;
  transition: all 0.3s;
}

.temp_location_skin1 .location_wrap .location_content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 47px;
  max-width: 893px;
  margin: 0 auto;
  padding: 0;
  word-break: keep-all;
  transition: all 0.3s;
}

.temp_location_skin1 .location_wrap .location_deco {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 0;
}


.temp_location_skin1 .location_wrap .location_deco svg {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}


.temp_location_skin1 .copy_box {
  text-align: center;
  margin-bottom: 80px;
}

.temp_location_skin1 .copy_box h3 {
  color: #333;
  text-align: center;
  font-family: SUIT;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.temp_location_skin1 .copy_box p {
  color: #015152;
  text-align: center;
  font-family: SUIT;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  transition: all 0.3s;
}

.temp_location_skin1 .location_content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 47px;
  padding: 0;
  word-break: keep-all;
}

.temp_location_skin1 .location_img_grid {
  display: grid;
  grid-template-columns: 304px 166px;
  grid-template-rows: 302px 302px;
  column-gap: 9px;
  row-gap: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
}

.temp_location_skin1 .location_img_grid .img_cell {
  overflow: hidden;
}

.temp_location_skin1 .location_img_grid .img_cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temp_location_skin1 .location_img_grid .img_01 {
  grid-column: 1;
  grid-row: 1;
  width: 304px;
  height: 302px;
}

.temp_location_skin1 .location_img_grid .img_02 {
  grid-column: 2;
  grid-row: 1;
  width: 166px;
  height: 302px;
}

.temp_location_skin1 .location_img_grid .img_03 {
  grid-column: 1;
  grid-row: 2;
  width: 166px;
  height: 302px;
}

.temp_location_skin1 .location_img_grid .img_04 {
  grid-column: 2;
  grid-row: 2;
  width: 304px;
  height: 302px;
  margin-left: -138px;
}

.temp_location_skin1 .location_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 367px;
  flex-shrink: 0;
  margin: 49px 0 0;
  padding: 0;
  list-style: none;
}

.temp_location_skin1 .location_list .location_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.temp_location_skin1 .location_list .item_head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.temp_location_skin1 .location_list .num {
  color: #015152;
  font-family: SUIT, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  padding-bottom: 0;
}

.temp_location_skin1 .location_list .title {
  color: #111;
  font-family: SUIT, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 0;
  transition: all 0.3s;
}

.temp_location_skin1 .location_list .description {
  color: #333;
  font-family: SUIT, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.3s;
}

.temp_location_skin1 .location_list .description small {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}

.page_container.caution_wrap {
  padding-top: 0;
}

@media screen and (max-width: 1600px) {
  .temp_location_skin1 .location_wrap {
    padding-top: clamp(60px, 6.25vw, 100px);
    padding-bottom: clamp(60px, 7.5vw, 120px);
  }

  .temp_location_skin1 .location_wrap .location_content {
    gap: clamp(24px, 3vw, 47px);
    max-width: min(893px, 100%);
  }

  .temp_location_skin1 .location_wrap .location_deco {}

  .temp_location_skin1 .location_img_grid {
    grid-template-columns: clamp(200px, 19vw, 304px) clamp(110px, 10.4vw, 166px);
    grid-template-rows: clamp(200px, 18.9vw, 302px) clamp(200px, 18.9vw, 302px);
  }

  .temp_location_skin1 .location_img_grid .img_01,
  .temp_location_skin1 .location_img_grid .img_04 {
    width: clamp(200px, 19vw, 304px);
    height: clamp(200px, 18.9vw, 302px);
  }

  .temp_location_skin1 .location_img_grid .img_02,
  .temp_location_skin1 .location_img_grid .img_03 {
    width: clamp(110px, 10.4vw, 166px);
    height: clamp(200px, 18.9vw, 302px);
  }

  .temp_location_skin1 .location_img_grid .img_04 {
    margin-left: calc(-1 * clamp(90px, 8.6vw, 138px));
  }

  .temp_location_skin1 .location_list {
    width: clamp(280px, 23vw, 367px);
    margin-top: clamp(20px, 3vw, 49px);
    gap: clamp(30px, 3.1vw, 50px);
  }

  .temp_location_skin1 .location_list .title {
    font-size: clamp(18px, 1.5vw, 24px);
  }

  .temp_location_skin1 .location_list .description {
    font-size: clamp(14px, 1.1vw, 18px);
  }

  .temp_location_skin1 .location_list .description small {
    font-size: clamp(11px, 0.9vw, 14px);
  }
}

@media screen and (max-width: 1024px) {
  .temp_location_skin1 .location_box {
    margin-bottom: 30px;
  }

  .temp_location_skin1 .location_wrap {
    margin-top: 0;
    padding: 50px 20px 70px;
    max-width: 600px;
    margin: 0 auto;
  }

  .temp_location_skin1 .location_wrap .location_deco {
    opacity: 0;
    visibility: hidden;
  }

  .temp_location_skin1 .location_wrap .copy_box {
    margin-bottom: 30px;
  }

  .temp_location_skin1 .copy_box {
    margin-bottom: 30px;
  }

  .temp_location_skin1 .copy_box h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .temp_location_skin1 .copy_box p {
    font-size: 20px;
  }

  .temp_location_skin1 .copy_box p span {
    display: block;
  }

  .temp_location_skin1 .location_wrap .location_content,
  .temp_location_skin1 .location_content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0;
  }

  .temp_location_skin1 .location_img_grid {
    display: flex;
    gap: 6px;
    width: 100%;
    /* max-width: 338px; */
    justify-content: center;
  }

  .temp_location_skin1 .location_img_grid .img_cell {
    flex: 0 0 75px;
    width: 75px;
    height: 135px;
  }

  .temp_location_skin1 .location_img_grid .img_01,
  .temp_location_skin1 .location_img_grid .img_02,
  .temp_location_skin1 .location_img_grid .img_03,
  .temp_location_skin1 .location_img_grid .img_04 {
    width: unset;
    height: 135px;
    margin-left: 0;
    flex: 1;
  }

  .temp_location_skin1 .location_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    row-gap: 30px;
    width: 100%;
    /* max-width: 338px; */
    margin: 0;
  }

  .temp_location_skin1 .location_list .location_item {
    gap: 5px;
  }

  .temp_location_skin1 .location_list .item_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .temp_location_skin1 .location_list .num {
    font-size: 10px;
  }

  .temp_location_skin1 .location_list .title {
    font-size: 16px;
    line-height: 140%;
  }

  .temp_location_skin1 .location_list .description {
    font-size: 12px;
    letter-spacing: -0.24px;
  }

  .temp_location_skin1 .location_list .description small {
    font-size: 9px;
  }

  .page_container.caution_wrap {
    padding-top: 0;
  }
}


/******************************************
  오시는 길
******************************************/
.temp_contact_skin1 .page_container {
  overflow: hidden;
}

.temp_contact_skin1 .page_cont_wrap {
  position: relative;
}

.temp_contact_skin1 .contact_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  min-height: 660px;
  padding: 80px 0;
  word-break: keep-all;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.temp_contact_skin1 .contact_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1436px;
  /* height: auto; */
  opacity: 0.4;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_map_box,
.temp_contact_skin1 .contact_info_box {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_map_box {
  flex-shrink: 0;
  border: 1px solid #eaeaea;
  overflow: hidden;
  max-width: 480px;
  transition: all 0.3s;
  width: 100%;
}

.temp_contact_skin1 .contact_map_box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_info_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 420px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_logo {
  width: 255px;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.temp_contact_skin1 .contact_info_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.temp_contact_skin1 .contact_info_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.temp_contact_skin1 .contact_txt {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #111;
  text-transform: uppercase;
}

.temp_contact_skin1 .contact_txt .label {
  font-family: SUIT, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_txt .addr {
  font-family: SUIT, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
  text-transform: none;
  transition: all 0.3s;
}

.temp_contact_skin1 .contact_map_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.temp_contact_skin1 .contact_map_links a {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.temp_contact_skin1 .contact_map_links img {
  display: block;
  width: 100%;
  height: 100%;
}

.temp_contact_skin1 .contact_divider {
  width: 100%;
  line-height: 0;
  height: 1px;
  background: #919191;
}

@media screen and (max-width: 1200px) {
  .temp_contact_skin1 .contact_inner {
    gap: 60px;
    padding: 30px 22px 70px;
  }

  .temp_contact_skin1 .contact_map_box {}

  .temp_contact_skin1 .contact_info_box {
    width: 36vw;
    max-width: 420px;
  }
}

@media screen and (max-width: 1024px) {
  .temp_contact_skin1 .contact_inner {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
  }

  .temp_contact_skin1 .contact_bg img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 471px;
    width: 100%;
    opacity: 0.4;
    height: 100%;
  }

  .temp_contact_skin1 .contact_map_box {
    width: 100%;
    max-width: 360px;
    /* height: 285px; */
    /* aspect-ratio: auto; */
  }

  .temp_contact_skin1 .contact_info_box {
    width: 100%;
    max-width: 360px;
    gap: 40px;
  }

  .temp_contact_skin1 .contact_logo {
    width: 169px;
  }

  .temp_contact_skin1 .contact_txt {
    flex-direction: column;
  }

  .temp_contact_skin1 .contact_txt .label {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .temp_contact_skin1 .contact_txt .addr {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}



/******************************************
  언론보도
******************************************/
.news_list_type ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.news_list_type ul li {
  height: 320px;
  margin-bottom: 2.5rem;
  background: #fff;
  text-align: left;
  border: 1px solid #bbb;
  transition: box-shadow .4s;
}

.news_list_type ul li:hover {
  box-shadow: 8px 13px 15px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow .4s;
}

.news_list_type ul li.empty_data {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans';
  font-size: 1rem;
  color: #000;
}

.news_list_type ul li.empty_data:hover {
  box-shadow: none;
}

.news_list_type ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem;
  font-size: 1rem;
  color: #000;
}

.news_list_type ul li a .news_con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.news_list_type ul li a .news_con span {
  word-break: break-all;
  white-space: normal;
  display: block;
  font-family: 'Noto Sans';
  color: #001241;
  font-size: 17px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.news_list_type ul li a .news_con dl {
  height: 60px;
  word-break: break-all;
  white-space: normal;
}

.news_list_type ul li a .news_con dl dt {
  word-break: break-all;
  white-space: normal;
  line-height: 25px;
  font-size: 18px;
  font-family: 'Noto Sans';
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list_type ul li a .news_con dl dd {
  word-break: break-all;
  white-space: normal;
  margin: 1rem 0;
  font-family: 'Noto Sans';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list_type ul li a .news_con .news_content {
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.news_list_type ul li a .news_con .news_content p {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  font-weight: 500;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_list_type ul li a .news_con .news_b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_list_type ul li a .news_con .news_b .date {
  color: #000;
  font-family: 'Noto Sans';
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.news_list_type ul li a .news_con .news_b h3 {
  font-size: 14px;
  font-family: 'Noto Sans';
  color: #000;
  font-weight: bold;
}

.paging_wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 3.5rem 0;
}

.paging_wrap a {
  display: inline-flex;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  font-family: "Montserrat";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.paging_wrap a.current {
  background: #000;
  color: #fff;
}

.news_fixed_content {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  display: none !important;
}

.news_fixed_content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.news_fixed_content ul li {
  background: #F3F3F3;
  padding: 23px 10px 13px;
}

.news_fixed_content ul li .tit {
  color: #000;
  text-align: left;
  font-family: "Noto Serif KR";
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 11px;
}

.news_fixed_content ul li .info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
  padding: 6px;
  /*border-top: 1px solid #000;*/
  border-bottom: 1px solid #000;
}

.news_fixed_content ul li .info p {
  color: #000;
  font-family: "Noto Serif KR";
  font-size: 14px;
  font-weight: 400;
}

.news_fixed_content ul li .content {
  padding: 0 12px;
}

.news_fixed_content ul li .content p {
  color: #000;
  font-family: "Noto Serif KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}

.news_fixed_content ul li .content img {
  width: 100%;
}

.news_fixed_content ul li .date {
  color: #000;
  text-align: right;
  font-family: "Noto Serif CJK KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .news_list_type ul {
    flex-direction: column;
  }

  .news_list_type ul li {
    width: 100%;
  }

  .news_list_type ul li a {
    padding: 3rem;
    width: 100%;
  }

  .news_list_type ul li a span {
    font-size: 13px;
  }

  .news_list_type ul li a dl dt {
    line-height: 1.8rem;
  }

  .news_list_type ul li .new {
    left: 85.5%;
  }

  .news_list_type ul li {
    margin-left: 0;
    margin-right: 0;
  }

  .news_fixed_content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 960px) {
  .news_list_type ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .news_list_type ul li {
    width: 100%;
  }

  .news_list_type ul li a {
    padding: 3rem;
    width: 100%;
  }

  .news_list_type ul li a span {
    font-size: 13px;
  }

  .news_list_type ul li a dl dt {
    line-height: 1.8rem;
  }

  .news_list_type ul li .new {
    left: 85.5%;
  }

  .news_list_type ul li {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 660px) {
  .news_fixed_content ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .news_list_type ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .news_list_type ul li a dl dt {
    font-size: 1.1rem;
  }

  .news_list_type ul li a span {
    margin-bottom: 0.5rem;
  }

  .news_list_type ul li a span.date {
    margin-top: 1rem;
  }
}

/******************************************
  페이지네이션 (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;
}

/******************************************
  이벤트
******************************************/
.temp_evnet_skin1 .event_img_box {
  position: relative;
}

.temp_evnet_skin1 .event_img_box.evnet_end::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5) url("/resources/img/sub/event_end.png") no-repeat center;
  background-size: 530px auto;
}

/* OPEN CONCERT 축전영상 — 이미지 위 오버레이, 유튜브 상단 제목 영역 크롭 */
.temp_evnet_skin1 .event_video_tit {
  position: absolute;
  left: 50%;
  top: 14.4%;
  z-index: 2;
  transform: translate(-50%, -100%);
  margin: 0 0 24px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.temp_evnet_skin1 .event_video_wrap {
  position: absolute;
  left: 50%;
  top: 15.4%;
  z-index: 1;
  transform: translateX(-50%);
  width: 66.2%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.temp_evnet_skin1 .event_video_wrap .video_area {
  position: relative;
  width: 100%;
  height: 100%;
}

.temp_evnet_skin1 .event_video_wrap .js_youtube_poster.poster_type10 {
  background: #000 url("/resources/img/sub/concert_thumb.png") center / cover no-repeat;
}

.temp_evnet_skin1 .event_video_wrap .js_youtube_poster::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.temp_evnet_skin1 .event_video_wrap .js_youtube_poster.is-playing::after {
  opacity: 0;
}

.temp_evnet_skin1 .event_video_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 재생 시 상·하단 크롭(제목·검정 여백 제거), 재생바는 보이게 유지 */
.temp_evnet_skin1 .event_video_wrap .js_youtube_poster.is-playing iframe {
  top: -70px;
  height: calc(100% + 140px);
}

.temp_evnet_skin1 .event_video_wrap .js_youtube_poster_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.temp_evnet_skin1 .event_video_wrap .js_youtube_poster_btn svg {
  width: 84px;
  height: 84px;
  transition: transform 0.2s ease;
}

.temp_evnet_skin1 .event_video_wrap .js_youtube_poster_btn:hover svg {
  transform: scale(1.06);
}

/* 홍보영상 (video.php) — 포스터·딤드·재생 크롭 */
.temp_video_skin .video_wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.temp_video_skin .video_wrap .video_area {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.temp_video_skin .video_wrap .js_youtube_poster.poster_type_pr {
  background: #000 url("/resources/img/sub/pr_video_thumb.png") center / cover no-repeat;
}

.temp_video_skin .video_wrap .js_youtube_poster::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.temp_video_skin .video_wrap .js_youtube_poster.is-playing::after {
  opacity: 0;
}

.temp_video_skin .video_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.temp_video_skin .video_wrap .js_youtube_poster.is-playing iframe {
  top: -60px;
  height: calc(100% + 120px);
}

.temp_video_skin .video_wrap .js_youtube_poster_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.temp_video_skin .video_wrap .js_youtube_poster_btn svg {
  width: 84px;
  height: 84px;
  transition: transform 0.2s ease;
}

.temp_video_skin .video_wrap .js_youtube_poster_btn:hover svg {
  transform: scale(1.06);
}

@media (max-width: 1024px) {
  .temp_video_skin .video_wrap .js_youtube_poster.is-playing iframe {
    top: calc(-49 / 390 * 100vw);
    height: calc(100% + (97 / 390 * 100vw));
  }

  .temp_video_skin .video_wrap .js_youtube_poster_btn svg {
    width: calc(48 / 390 * 100vw);
    height: calc(48 / 390 * 100vw);
  }
}

.temp_evnet_skin1 .event_btn_link {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: #B2A8A2;
  border-radius: 10px;
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 504px;
  height: 80px;
}

.event_btn_link_txt {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.event_btn_link_icon {
  width: 14px;
  height: 25px;
  margin-left: 32px;
}

@media (max-width: 1024px) {
  .temp_evnet_skin1 .event_video_tit {
    top: 13.5%;
    margin-bottom: calc(16 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
  }

  .temp_evnet_skin1 .event_video_wrap {
    top: 14.5%;
    width: 75.5%;
  }

  .temp_evnet_skin1 .event_video_wrap .js_youtube_poster.is-playing iframe {
    top: calc(-44.85 / 390 * 100vw);
    height: calc(100% + (90 / 390 * 100vw));
  }

  .temp_evnet_skin1 .event_video_wrap .js_youtube_poster_btn svg {
    width: calc(48 / 390 * 100vw);
    height: calc(48 / 390 * 100vw);
  }

  .temp_evnet_skin1 .event_btn_link {
    width: calc(276 / 390 * 100vw);
    height: calc(52 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    margin-top: calc(100 / 390 * 100vw);
  }

  .event_btn_link_txt {
    font-size: calc(20 / 390 * 100vw);
  }

  .event_btn_link_icon {
    width: calc(7 / 390 * 100vw);
    height: calc(13 / 390 * 100vw);
    margin-left: calc(20 / 390 * 100vw);
  }

  .temp_evnet_skin1 .event_img_box.evnet_end::after {
    background-size: calc(250 / 390 * 100vw) auto;

  }
}


/******************************************
  이벤트 당첨자
******************************************/
.temp_event_winner_skin1 .winner_box {
  background: #004845;
  color: #fff;
  position: relative;
  padding: 80px 100px;
}

.temp_event_winner_skin1 .winner_box:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background: url('/resources/img/sub/winner_pattern_img_01.png') no-repeat top center;
  background-size: contain;
}

.temp_event_winner_skin1 .winner_box .winner_inner {
  max-width: 990px;
  width: 100%;
}

.temp_event_winner_skin1 .winner_box .winner_logo {
  margin: 0 auto clamp(30px, calc(90 / 1920 * 100vw), 90px);
  height: auto;
  display: block;
}

.temp_event_winner_skin1 .winner_box .winner_txt {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "TtangsBudaeJjigae";
  font-size: clamp(32px, calc(95 / 1920 * 100vw), 95px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.temp_event_winner_skin1 .winner_box .winner_txt h2,
.temp_event_winner_skin1 .winner_box .winner_txt h3 {
  font: inherit;
}

.temp_event_winner_skin1 .winner_box .winner_txt h3 {
  color: #F1CB42;
}

.temp_event_winner_skin1 .winner_prize_box {
  position: relative;
  margin: clamp(20px, calc(40 / 1920 * 100vw), 40px) auto 0;
  width: min(100%, clamp(280px, calc(544.529 / 1920 * 100vw), 544.529px));
  aspect-ratio: 544.529 / 498;
}

.temp_event_winner_skin1 .winner_prize_box img {
  position: absolute;
  height: auto;
  max-width: none;
}

.temp_event_winner_skin1 .winner_prize_box .winner_prize_order {
  position: absolute;
  z-index: 3;
  left: 98%;
  top: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(80px, calc(170 / 1920 * 100vw), 170px);
  height: clamp(80px, calc(170 / 1920 * 100vw), 170px);
  border-radius: 50%;
  background: #F1CB42;
  font-size: clamp(32px, calc(60/ 1920 * 100vw), 60px);
  font-weight: 700;
  color: #000;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.47);
}

.temp_event_winner_skin1 .winner_prize_box .img_item_01 {
  left: 1.426%;
  top: 0;
  width: 98.088%;
  aspect-ratio: 89 / 83;
  z-index: 2;
}

.temp_event_winner_skin1 .winner_prize_box .img_item_02 {
  left: 12.435%;
  top: 11.945%;
  width: 75.631%;
  aspect-ratio: 30 / 19;
  z-index: 3;
  transform: translateY(clamp(40px, calc(160 / 1920 * 100vw), 160px));
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.temp_event_winner_skin1 .winner_prize.aos-animate .img_item_02 {
  transform: translateY(0);
  transition-delay: 1.2s;
}

.temp_event_winner_skin1 .winner_prize_box .img_item_03 {
  left: 0;
  top: 35.576%;
  width: 100%;
  aspect-ratio: 464 / 265;
  z-index: 3;
}

.temp_event_winner_skin1 .winner_prize_box .winner_prize_txt {
  position: absolute;
  left: 51.1%;
  bottom: 8.195%;
  transform: translateX(-50%);
  width: 86.86%;
  color: #004845;
  text-align: center;
  font-family: SUIT, sans-serif;
  font-size: clamp(18.6px, calc(40 / 1920 * 100vw), 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  z-index: 4;
}

.temp_event_winner_skin1 .winner_prize_deco_box img {
  position: absolute;
  top: 13%;
}

.temp_event_winner_skin1 .winner_prize_deco_box img:first-child {
  left: 10px;
}

.temp_event_winner_skin1 .winner_prize_deco_box img:last-child {
  right: 10px;
}

.temp_event_winner_skin1 .winner_result {
  position: relative;
  margin-top: clamp(40px, calc(80 / 1920 * 100vw), 80px);
  width: 100%;
}

.temp_event_winner_skin1 .winner_result .result_winner {
  width: 100%;
}

.temp_event_winner_skin1 .winner_result .winner_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

.temp_event_winner_skin1 .winner_result .winner_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.temp_event_winner_skin1 .winner_result .winner_list .list_head {
  order: -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3px;
  width: 100%;
  margin-bottom: 3px;
}

.temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: clamp(44px, calc(60 / 1920 * 100vw), 60px);
  background: #B2A8A2;
}

.temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: clamp(15px, calc(20 / 1920 * 100vw), 20px);
  font-family: 'SUIT', sans-serif;
  font-weight: 400;
}

.temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit span+span {
  /* border-left: 3px solid #fff; */
}

.temp_event_winner_skin1 .winner_result .winner_list .list_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3px;
  width: 100%;
}

.temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  min-height: 55px;
  color: #111;
  font-size: clamp(14px, calc(20 / 1920 * 100vw), 20px);
  font-family: 'SUIT', sans-serif;
  font-weight: 500;
  background: #F1F1F1;
  text-align: center;
}

.temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data .user_name,
.temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data .user_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
}

.temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data .user_phone {
  /* border-left: 3px solid #fff; */
}

.temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data.pd_bt {
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .page_location_nav .path-item.path_depth_2 dt span br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .temp_event_winner_skin1 .winner_box {
    padding: 28px 20px;
  }

  .temp_event_winner_skin1 .winner_box:before {
    top: 4%;
  }

  .temp_event_winner_skin1 .winner_box .winner_logo {
    max-width: 136px;
  }

  .temp_event_winner_skin1 .winner_prize_box .winner_prize_order {
    left: 90%;
    top: 40%;
    width: clamp(65px, calc(75 / 390 * 100vw), 75px);
    height: clamp(65px, calc(75 / 390 * 100vw), 75px);
    font-size: clamp(22px, calc(26/ 390 * 100vw), 26px);

  }

  .temp_event_winner_skin1 .winner_prize_deco_box img {
    top: 5%;
    width: clamp(220px, calc(240 / 1920 * 100vw), 350px);
  }

  .temp_event_winner_skin1 .winner_result .winner_list {
    padding: 16px;
    border-radius: 16px;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_head {
    grid-template-columns: 1fr;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit.mo_none {
    display: none;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit span+span {
    border-left: none;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_body {
    grid-template-columns: 1fr;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data {
    min-height: 55px;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data .user_phone {
    border-left: none;
    min-height: 55px;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data.pd_m_none.pd_bt {
    padding-bottom: 0;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data {
    display: flex;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data .user_name {
    width: 36%;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_body .user_data .user_phone {
    width: 64%;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit {
    display: flex;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit span {
    width: 36%;
  }

  .temp_event_winner_skin1 .winner_result .winner_list .list_head .user_tit span+span {
    width: 64%;
  }
}





/******************************************
  분양캘린더
******************************************/

@media screen and (max-width: 1024px) {
  .temp_schedule_skin1 .schedule {
    display: block;
    max-width: 360px;
    margin: auto;
  }

  .temp_schedule_skin1 .schedule ul {
    border-top: 1px solid #111;
    padding-top: 13px;
  }

  .temp_schedule_skin1 .schedule ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }

  .temp_schedule_skin1 .schedule ul li span {
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px 0 10px 0;
    flex-shrink: 0;
  }

  .temp_schedule_skin1 .schedule ul li.li07 span {
    background: #5A6770;
  }

  .temp_schedule_skin1 .schedule ul li.li01 span {
    background: #015152;
  }

  .temp_schedule_skin1 .schedule ul li.li02 span {
    background: #7A9A99;
  }

  .temp_schedule_skin1 .schedule ul li.li03 span {
    background: #B2A7A1;
  }

  .temp_schedule_skin1 .schedule ul li.li04 span {
    background: #000;
  }

  .temp_schedule_skin1 .schedule ul li.li05 span {
    background: #7EA3BE;
  }

  .temp_schedule_skin1 .schedule ul li.li06 span {
    background: #E4E0DD;
    color: #111;
    font-size: 14px;
  }

  .temp_schedule_skin1 .schedule ul li.li08 span {
    background: #A89D99;
    color: #111;
    font-size: 14px;
  }

  .temp_schedule_skin1 .schedule ul li p {
    font-size: 16px;
    color: #111;
    font-weight: 300;
  }
}





/******************************************
  단지설계
******************************************/
.design_info_txt {
  margin-top: 60px;
}

.design_info_txt ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.design_info_txt ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  font-family: SUIT;
}

.design_info_txt_tit {
  width: 100%;
  padding: 8px 15px;
  background-color: #B2A8A2;
}

.design_info_txt_tit h4 {
  color: #FFF;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.design_info_txt_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 0 10px 0;
}

.design_info_txt_con p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  word-break: keep-all;
}

.design_info_txt_con p b {
  color: #111;
  font-weight: 500;
}

.design_info_img {
  margin-top: 80px;
  width: 100%;
}

.design_info_img ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2px;
}

.design_info_img ul li {
  width: 50%;
}

.design_info_img ul li img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .design_info_txt {
    margin-top: 20px;
  }

  .design_info_txt ul {
    flex-direction: column;
    gap: 20px;
  }

  .design_info_txt ul li {
    width: 100%;
    gap: 20px;
  }

  .design_info_txt_tit {
    padding: 4.5px 15px;
  }

  .design_info_txt_tit h4 {
    font-size: 16px;
  }

  .design_info_txt_con {
    gap: 10px;
  }

  .design_info_txt_con p {
    font-size: 14px;
  }

  .design_info_img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .design_info_img ul {
    flex-direction: column;
  }

  .design_info_img ul li {
    width: 100%;
  }
}




/******************************************
  단지조경
******************************************/
.landscape_info_img {
  margin-top: 2px;
}

.landscape_info_img ul {
  width: 100%;
  display: flex;
  gap: 2px;
}

.landscape_info_img ul li {
  position: relative;
}

.landscape_info_img ul li img {
  display: block;
  width: 100%;
}

.landscape_info_txt {
  margin-top: 10px;
}

.landscape_info_txt ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.landscape_info_txt ul li {
  width: 50%;
  padding: 0 20px;
  border-left: 3px solid #015152;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.landscape_info_txt_tit h4 {
  color: #111;
  font-family: SUIT;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.landscape_info_txt_con p {
  color: #333;
  font-family: SUIT;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 900px) {
  .landscape_info_txt ul {
    flex-direction: column;
  }

  .landscape_info_txt ul li {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .landscape_info_img ul {
    flex-direction: column;
  }

  .landscape_info_img ul li {
    width: 100%;
  }
}





/******************************************
  커뮤니티
******************************************/
.temp_community_skin1 .page_container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EFF3F5;
}

.temp_community_skin1 .page_container:nth-child(2) {
  background-color: #F3F0EE;
  margin-top: 30px;
}

.temp_community_skin1 .sbpage_title p {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #333;
}

.community_info_txt {
  margin-top: 10px;
}

.community_info_txt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}

.community_info_txt ul li {
  margin-top: 60px;
  width: 29%;
  border-top: 2px solid #015152;
  padding-top: 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.community_info_txt_tit h4 {
  color: #111;
  font-family: SUIT;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.community_info_txt_con p {
  color: #333;
  font-family: SUIT;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  word-break: keep-all;
}

.community_info_img {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 2px;
  padding: 0 30px;
}

.community_info_img_item {
  width: 33.33%;
  position: relative;
}

.community_info_img_item img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {

  .community_info_txt ul,
  .community_info_img {
    padding: 0 20px;
  }

  .community_info_txt ul li {
    width: 47%;
  }
}

@media screen and (max-width: 800px) {
  .community_info_txt ul li {
    width: 100%;
  }

  .community_info_txt ul li {
    margin-top: 30px;
  }

  .community_info_img {
    margin-top: 40px;
    flex-direction: column;
  }

  .community_info_img_item {
    width: 100%;
  }
}

.temp_community_skin1 #vue_summary {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .temp_community_skin1 #vue_summary {
    max-width: calc(1200px - 80px);
  }
}




/******************************************
  시스템
******************************************/

.temp_system_skin1 .tab_conlist {
  margin-top: 100px;
}

.temp_system_skin1 .sbpage_title {
  padding-bottom: 30px;
}

.temp_system_skin1 .sbpage_title dd {
  font-size: 30px;
}

.system_img_box {
  width: 100%;
}

.system_img_box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
}

.system_img_box ul li {
  width: 32.5%;
  margin-top: 40px;
  font-family: SUIT;
}

.system_img_box ul li img {
  width: 100%;
}

.system_img_box ul li h2 {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 10px;
}

.system_img_box ul li h2 b {
  font-size: 14px;
  font-weight: 500;
}

.system_img_box ul li span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  word-break: keep-all;
}

.system_notice_box {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #D4D4D4;
  ;
}

.system_notice_box .txt01 {
  font-size: 22px;
  color: #111;
  ;
  font-weight: 500;
  line-height: 1.5;
}

.system_notice_box .txt01 .sub {
  font-size: 16px;
}

.system_notice_box .txt02 {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  ;
}


.system_img_box ul li span b {
  font-size: 12px;
  font-weight: 400;
}

.system_txt_box {
  margin-top: 100px;
  padding: 50px 30px;
  background-color: #F3F0EE;
}

.system_txt_box p {
  color: #333;
  font-family: SUIT;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  text-indent: -19px;
  margin-left: 19px;
  word-break: keep-all;
}

.system_txt_box p b {
  color: #015152;
  font-weight: 500;
}

.system_txt_box p img {
  width: 111px !important;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 1024px) {
  .temp_system_skin1 .tab_conlist {
    margin-top: 50px;
  }

  .temp_system_skin1 .sbpage_title {
    padding-bottom: 0;
  }

  .temp_system_skin1 .sbpage_title dd {
    font-size: 20px;
    margin-top: 0;
  }

  .system_img_box ul li {
    width: 49%;
  }

  .system_txt_box {
    margin-top: 50px;
    padding: 20px;
  }


  .system_notice_box {
    padding-top: 30px;
    margin-top: 30px;
  }

  .system_notice_box .txt01 {
    font-size: 18px;
  }

  .system_notice_box .txt01 .sub {
    font-size: 14px;
  }

  .system_notice_box .txt02 {
    margin-top: 10px;
    font-size: 14px;
  }

}

@media screen and (max-width: 640px) {
  .temp_system_skin1 .sbpage_title dd {
    font-size: 4vw;
  }

  .system_img_box ul li {
    width: 100%;
  }

  .system_txt_box {
    padding: 20px 10px;
  }
}






/******************************************
  라이프업
******************************************/
.temp_lifeup_skin1 .tab_conlist {
  margin-top: 100px;
}

.temp_lifeup_skin1 .sbpage_title {
  padding-bottom: 30px;
}

.temp_lifeup_skin1 .sbpage_title dd {
  font-size: 30px;
}

.temp_lifeup_skin1 .sbpage_title p+p {
  margin-top: 5px;
}

.lifeup_img_box {
  width: 100%;
}

.lifeup_img_box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
}

.lifeup_img_box ul li {
  width: 48.5%;
  margin-top: 40px;
  font-family: SUIT;
}

.lifeup_img_box ul li.only_text {
  width: 100%;
  margin-top: 0px;
}

.lifeup_img_box ul li img {
  width: 100%;
}

.lifeup_img_box ul li h2 {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 10px;
}

.lifeup_img_box ul li h2 b {
  font-size: 14px;
  font-weight: 500;
}

.lifeup_img_box ul li span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  word-break: keep-all;
}

.lifeup_img_box ul li span b {
  font-size: 12px;
  font-weight: 400;
}



@media screen and (max-width: 1024px) {
  .temp_lifeup_skin1 .tab_conlist {
    margin-top: 50px;
  }

  .temp_lifeup_skin1 .sbpage_title dd {
    font-size: 20px;
    margin-top: 0;
  }

  .temp_lifeup_skin1 .sbpage_title p+p {
    margin-top: 0;
  }

  .temp_lifeup_skin1 .sbpage_title p.mt-20 {
    margin-top: 20px;
  }

  .temp_lifeup_skin1 .sbpage_title p.mt-5 {
    margin-top: 5px;
  }

  .lifeup_img_box ul li {
    width: 100%;
  }

  .lifeup_img_box ul li.only_img {
    margin-top: 2px;
  }
}




/******************************************
  프리미엄 브랜드
******************************************/

.premiumbrand_img_box {
  width: 100%;
}

.premiumbrand_img_box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.premiumbrand_img_box ul li {
  width: 48.7%;
  margin-top: 50px;
  font-family: SUIT;
}

.premiumbrand_img_box ul .premiumbrand_thumb {
  font-size: 0;
  position: relative;
}

.premiumbrand_img_box ul .premiumbrand_thumb .imgCut {
  position: absolute;
  right: 19px;
  bottom: 9px;
  color: #000;
  font-size: 16px;
}

.premiumbrand_img_box ul .premiumbrand_thumb img {
  width: 100%;
}

.premiumbrand_img_box ul li .premiumbrand_img_box_txt img {
  height: 64px;
  width: auto;
  object-fit: cover;
  margin-top: 30px;
}

.premiumbrand_img_box ul li .premiumbrand_img_box_txt h2 {
  background-color: #B2A8A2;
  width: 100%;
  padding: 8px 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin: 30px 0;
}

.premiumbrand_img_box ul li .premiumbrand_img_box_txt span {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .premiumbrand_img_box ul li {
    width: 100%;
    margin-top: 40px;
  }

  .premiumbrand_img_box ul li .premiumbrand_img_box_txt img {
    height: 50px;
    margin-top: 20px;
  }

  .premiumbrand_img_box ul li .premiumbrand_img_box_txt h2 {
    font-size: 16px;
    margin: 20px 0;
  }

  .premiumbrand_img_box ul li .premiumbrand_img_box_txt span {
    font-size: 16px;
  }
}


/******************************************
E모델하우스
******************************************/
.temp_emodelhouse_skin1 .ui_tabcontents .tab_conlist iframe {
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 1024px) {
  .temp_emodelhouse_skin1 .ui_tabcontents .tab_conlist iframe {
    height: 400px;
  }
}

/* 마감재 보기 버튼 — Figma 1130:3090 */
.temp_emodelhouse_skin1 .emodelhouse_btn_wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  gap: 10px;
}

.temp_emodelhouse_skin1 .btn_material_view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  min-width: 210px;
  height: 50px;
  padding: 0 24px;
  border-radius: 10px;
  background: #015152;
  color: #fff;
  font-family: SUIT, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.temp_emodelhouse_skin1 .btn_material_view img {
  display: block;
  width: 11px;
  height: 8px;
  flex-shrink: 0;
}

.temp_emodelhouse_skin1 .btn_material_view.btn_exhibition_view {
  background: var(---04, #B2A8A2)
}

@media (hover: hover) and (pointer: fine) {
  .temp_emodelhouse_skin1 .btn_material_view:hover {
    opacity: 0.88;
  }
}

@media screen and (max-width: 768px) {
  .temp_emodelhouse_skin1 .emodelhouse_btn_wrap {
    margin-top: 24px;
    gap: 8px;
  }

  .temp_emodelhouse_skin1 a {
    flex: 1;
  }

  .temp_emodelhouse_skin1 .btn_material_view {
    min-width: unset;
    height: 46px;
    gap: 15px;
    font-size: 14px;
    padding: 0 18px;
  }
}

/******************************************
모집공고 — gonggo_box (Figma 1130:4539 / 1130:4647)
******************************************/
.temp_gonggo_skin1 .gonggo_box {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
}

.temp_gonggo_skin1 .gonggo_visual {
  flex: 1 1 auto;
  min-width: 0;
  height: 600px;
  overflow: hidden;
  background: #111;
}

.temp_gonggo_skin1 .gonggo_visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temp_gonggo_skin1 .gonggo_panel {
  position: relative;
  flex: 0 0 290px;
  width: 290px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 40px 56px;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.page_content .temp_gonggo_skin1 .page_container .gonggo_logo {
  display: block;
  width: 153px;
  height: auto;
}

.temp_gonggo_skin1 .gonggo_divider {
  display: block;
  width: 1px;
  height: 70px;
  margin: 20px 0 40px;
  background: #d8d8d8;
}

.temp_gonggo_skin1 .gonggo_copy {
  width: 100%;
  text-align: center;
}

.temp_gonggo_skin1 .gonggo_copy strong {
  display: block;
  margin-bottom: 15px;
  color: #111;
  font-family: SUIT, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}

.temp_gonggo_skin1 .gonggo_copy p {
  margin: 0;
  color: #333;
  font-family: SUIT, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.temp_gonggo_skin1 .gonggo_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.temp_gonggo_skin1 .gonggo_arrow img {
  display: block;
  width: 61px;
  height: 53px;
}

.temp_gonggo_skin1 .adobe_box {
  position: relative;
}

.temp_gonggo_skin1 .adobe_box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.temp_gonggo_skin1 .adobe_box>a {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10vw;
  height: 10vw;
  z-index: 2;
}



@media (hover: hover) and (pointer: fine) {
  .temp_gonggo_skin1 .gonggo_panel:hover .gonggo_arrow {
    opacity: 0.75;
  }
}



/* 모바일 ≤1024 — Figma 1130:4647 */
@media screen and (max-width: 1024px) {
  .temp_gonggo_skin1 .gonggo_box {
    flex-direction: column;
    max-width: 100%;
    gap: 0;
  }

  .temp_gonggo_skin1 .gonggo_visual {
    flex: none;
    width: 100%;
    height: auto;
  }

  .temp_gonggo_skin1 .gonggo_panel {
    flex: none;
    width: 100%;
    min-height: 248px;
    padding: 39px 24px 36px;
    align-items: stretch;
    margin-top: 10px;
  }

  .temp_gonggo_skin1 .gonggo_logo {
    width: 111px !important;
    margin: 0 auto;
  }

  .temp_gonggo_skin1 .gonggo_divider {
    display: none;
  }

  .temp_gonggo_skin1 .gonggo_copy {
    margin-top: 40px;
    padding-right: 56px;
    text-align: left;
  }

  .temp_gonggo_skin1 .gonggo_copy strong {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .temp_gonggo_skin1 .gonggo_copy p {
    font-size: 14px;
  }

  .temp_gonggo_skin1 .gonggo_arrow {
    position: absolute;
    right: 19px;
    bottom: 40px;
    margin-top: 0;
  }

  .temp_gonggo_skin1 .gonggo_arrow img {
    width: 41px;
    height: 36px;
  }

  .temp_gonggo_skin1 .adobe_box {
    display: none;
  }

}





/******************************************
전시품목
******************************************/
.temp_display_skin1 .tab_conlist {
  margin-top: 100px;
}

.temp_display_skin1 .ui_tabcontents .tabtab li:last-child {
  border-right: 1px solid #DDD;
}


@media screen and (max-width: 1024px) {
  .temp_display_skin1 .tab_conlist {
    margin-top: 30px;
  }

  .temp_display_skin1 .ui_tabcontents .tabtab li a {
    font-size: 14px;
    padding: 12px 0;
  }

  .temp_display_skin1 .ui_tabcontents .tabtab li {
    flex: 33.33333%;
  }

  .temp_display_skin1 .ui_tabcontents .tabtab li {
    border-top: 1px solid #DDD;
  }

  .temp_display_skin1 .ui_tabcontents .tabtab li:nth-child(1),
  .temp_display_skin1 .ui_tabcontents .tabtab li:nth-child(2),
  .temp_display_skin1 .ui_tabcontents .tabtab li:nth-child(3) {
    border-top: none;
  }

  .temp_display_skin1 .ui_tabcontents .tabtab li:nth-child(3),
  .temp_display_skin1 .ui_tabcontents .tabtab li:nth-child(6) {
    border-right: 1px solid #DDD;
  }

  .temp_display_skin1 .ui_tabcontents .tabtab li:nth-child(4),
  .temp_display_skin1 .ui_tabcontents .tabtab li:nth-child(7) {
    border-left: none;
  }
}


/******************************************
인테리어
******************************************/
.temp_interior_skin1 .sbpage_title dd {
  font-size: 30px;
  margin-top: 100px;
}

.temp_interior_skin1 .sbpage_title {
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .temp_interior_skin1 .tab_conlist {
    margin-top: 50px;
  }

  .temp_interior_skin1 .sbpage_title dd {
    font-size: 20px;
    margin-top: 0;
  }
}




/******************************************
이동통신설비협의
******************************************/
.temp_comm_results_skin1 .page_cont_wrap {
  display: flex;
  flex-direction: column;
}

.temp_comm_results_skin1 .comm_results_box {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
  margin-bottom: 20px;
}

.temp_comm_results_skin1 .comm_results_panel {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.page_content .temp_comm_results_skin1 .page_container .comm_results_logo {
  display: block;
  width: 153px;
  height: auto;
}

.temp_comm_results_skin1 .comm_results_divider {
  display: block;
  width: 1px;
  height: 70px;
  margin: 20px 0;
  background: #d8d8d8;
}


.temp_comm_results_skin1 .comm_results_copy {
  width: 100%;
  text-align: center;
}

.temp_comm_results_skin1 .comm_results_copy strong {
  display: block;
  margin-bottom: 15px;
  color: #111;
  font-family: SUIT, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}

.temp_comm_results_skin1 .comm_results_copy p {
  margin: 0;
  color: #333;
  font-family: SUIT, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.temp_comm_results_skin1 .comm_results_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.temp_comm_results_skin1 .comm_results_arrow img {
  display: block;
  width: 61px;
  height: 53px;
}

.temp_comm_results_skin1 .adobe_box {
  position: relative;
}

.temp_comm_results_skin1 .adobe_box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.temp_comm_results_skin1 .adobe_box>a {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10vw;
  height: 10vw;
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
  .temp_comm_results_skin1 .comm_results_panel:hover .comm_results_arrow {
    opacity: 0.75;
  }
}




/* 모바일 ≤1024 — Figma 1130:4647 */
@media screen and (max-width: 1024px) {
  .temp_comm_results_skin1 .comm_results_box {
    flex-direction: column;
    max-width: 100%;
    gap: 0;
  }

  .temp_comm_results_skin1 .comm_results_visual {
    flex: none;
    width: 100%;
    height: auto;
  }

  .temp_comm_results_skin1 .comm_results_panel {
    flex: none;
    width: 100%;
    min-height: 248px;
    padding: 50px 0;
    align-items: stretch;
  }

  .temp_comm_results_skin1 .comm_results_logo {
    width: 111px !important;
    margin: 0 auto;
  }

  .temp_comm_results_skin1 .comm_results_divider {
    display: none;
  }

  .temp_comm_results_skin1 .comm_results_copy {
    margin-top: 40px;
  }

  .temp_comm_results_skin1 .comm_results_copy strong {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .temp_comm_results_skin1 .comm_results_copy p {
    font-size: 14px;
  }

  .temp_comm_results_skin1 .comm_results_arrow {
    position: relative;
    margin-top: 40px;
  }

  .temp_comm_results_skin1 .comm_results_arrow img {
    width: 41px;
    height: 36px;
  }

  .temp_comm_results_skin1 .adobe_box {
    display: none;
  }

}

/******************************************
  콘서트 당첨자 (concert_winner)
******************************************/
.temp_concert_winner_skin1 {
  --cw-line: #d9d5ca;
  --cw-title: #d3b292;
  --cw-text: #5a534c;
}

.temp_concert_winner_skin1 .page_container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 40px 0 80px;
  background: url('/resources/img/sub/concert_winner/bg.png') center top / cover no-repeat;
  background-color: transparent;
}

.temp_concert_winner_skin1 .cw_frame {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.temp_concert_winner_skin1 .cw_frame_top,
.temp_concert_winner_skin1 .cw_frame_bot {
  width: 100%;
  height: 0;
  padding-bottom: calc(79 / 1158 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.temp_concert_winner_skin1 .cw_frame_top {
  background-image: url('/resources/img/sub/concert_winner/frame_top.svg');
}

.temp_concert_winner_skin1 .cw_frame_bot {
  background-image: url('/resources/img/sub/concert_winner/frame_bot.svg');
}

.temp_concert_winner_skin1 .cw_frame_mid {
  background-image: url('/resources/img/sub/concert_winner/frame_mid.svg');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.temp_concert_winner_skin1 .cw_inner {
  padding: 40px clamp(28px, 4.5vw, 72px) 60px;
  box-sizing: border-box;
}

.temp_concert_winner_skin1 .cw_title {
  text-align: center;
  color: var(--cw-title);
  font-family: 'Paperozi', SUIT, sans-serif;
  font-size: clamp(42px, 6.25vw, 120px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.temp_concert_winner_skin1 .cw_title p {
  margin: 0;
}

.temp_concert_winner_skin1 .cw_desc {
  margin: clamp(24px, 2.5vw, 48px) auto 0;
  text-align: center;
  color: #fff;
  font-family: 'Paperozi';
  font-size: 34px;
  line-height: 160%;
  text-transform: uppercase;
}

.temp_concert_winner_skin1 .cw_title {
  max-width: 716px;
  width: 100%;
  margin: 0 auto;
}

.temp_concert_winner_skin1 .cw_title img {
  display: block;
}

.temp_concert_winner_skin1 .cw_seat {
  margin: clamp(36px, 7vw, 77px) auto 0;
  max-width: 1011px;
}

.temp_concert_winner_skin1 .cw_seat_img {
  display: block;
  width: 100%;
  height: auto;
}

.temp_concert_winner_skin1 .cw_seat_zoom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.temp_concert_winner_skin1 .cw_btn_zoom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 120px;
  height: 42px;
  border-radius: 100px;
  background: #B2A8A2;
  color: #fff;
  font-family: Pretendard, SUIT, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.temp_concert_winner_skin1 .cw_btn_zoom_icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.temp_concert_winner_skin1 .cw_btn_zoom_txt {
  color: #fff;
}

.temp_concert_winner_skin1 .cw_info_row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 48px);
  margin-top: clamp(36px, 3.5vw, 56px);
}

.temp_concert_winner_skin1 .cw_legend {
  flex: 0 1 396px;
  max-width: 396px;
  width: 100%;
}

.temp_concert_winner_skin1 .cw_legend img {
  display: block;
  width: 100%;
  height: auto;
}

.temp_concert_winner_skin1 .cw_notice {
  padding-top: 4px;
}

.temp_concert_winner_skin1 .cw_notice_tit {
  display: block;
  margin-bottom: 17px;
  color: #fff;
  font-family: SUIT, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: underline;
}

.temp_concert_winner_skin1 .cw_notice_txt {
  color: #FFF;
  font-family: SUIT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  word-break: keep-all;
  /* 24px */
}

.temp_concert_winner_skin1 .cw_winners {
  display: flex;
  gap: 12px;
  margin: clamp(48px, 5vw, 80px) auto 0;
  max-width: 100%;
}

.temp_concert_winner_skin1 .cw_winner_col {
  flex: 1 1 0;
  width: 50%;
  min-width: 0;
  background: #fff;
}

.temp_concert_winner_skin1 .cw_winner_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.temp_concert_winner_skin1 .cw_winner_table thead th {
  height: 60px;
  padding: 0 8px;
  background: #000;
  color: #fff;
  font-family: SUIT, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.temp_concert_winner_skin1 .cw_winner_table tbody td {
  height: 40px;
  padding: 0 8px;
  color: #5a534c;
  font-family: SUIT, sans-serif;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.temp_concert_winner_skin1 .cw_winner_table .seat {
  width: 46%;
}

.temp_concert_winner_skin1 .cw_winner_table .name {
  width: 22%;
}

.temp_concert_winner_skin1 .cw_winner_table .phone {
  width: 32%;
}

@media screen and (max-width: 1600px) {
  .temp_concert_winner_skin1 .page_container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1300px) {
  .temp_concert_winner_skin1 .page_container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .temp_concert_winner_skin1 .page_container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .temp_concert_winner_skin1 {
    padding: 24px 0 48px;
  }

  .temp_concert_winner_skin1 .page_container {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 16px;
    background: url('/resources/img/sub/concert_winner/bg_m.png') center top / cover no-repeat;
  }

  .temp_concert_winner_skin1 .cw_frame {
    width: 100%;
    max-width: 100%;
  }

  .temp_concert_winner_skin1 .cw_frame_top,
  .temp_concert_winner_skin1 .cw_frame_bot {
    padding-bottom: calc(40 / 328 * 100%);
  }

  .temp_concert_winner_skin1 .cw_frame_top {
    background-image: url('/resources/img/sub/concert_winner/frame_top_mo.svg');
  }

  .temp_concert_winner_skin1 .cw_frame_bot {
    background-image: url('/resources/img/sub/concert_winner/frame_bot_mo.svg');
  }

  .temp_concert_winner_skin1 .cw_frame_mid {
    background-image: url('/resources/img/sub/concert_winner/frame_mid_mo.svg');
  }

  .temp_concert_winner_skin1 .cw_inner {
    padding: 20px 18px 36px;
  }

  .temp_concert_winner_skin1 .cw_title {
    max-width: 246px;
  }

  .temp_concert_winner_skin1 .cw_desc {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.55;
  }

  .temp_concert_winner_skin1 .cw_seat {
    margin-top: 28px;
    max-width: 460px;
  }

  .temp_concert_winner_skin1 .cw_seat_zoom {
    margin: 16px auto 0;
    width: fit-content;
  }

  .temp_concert_winner_skin1 .cw_btn_zoom {
    width: calc(100 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
    gap: calc(6 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
  }

  .temp_concert_winner_skin1 .cw_btn_zoom_icon {
    width: calc(14 / 390 * 100vw);
    height: calc(14 / 390 * 100vw);
  }

  .temp_concert_winner_skin1 .cw_winner_col:last-child .cw_winner_table thead {
    display: none;
  }

  .temp_concert_winner_skin1 .cw_info_row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 28px;
    padding: 0;
  }

  .temp_concert_winner_skin1 .cw_legend {
    max-width: 460px;
    flex: none;
  }

  .temp_concert_winner_skin1 .cw_notice {
    max-width: 100%;
    flex: none;
    text-align: center;
  }

  .temp_concert_winner_skin1 .cw_notice_tit {
    font-size: 15px;
  }

  .temp_concert_winner_skin1 .cw_notice_txt {
    font-size: 13px;
  }

  .temp_concert_winner_skin1 .cw_winners {
    flex-direction: column;
    gap: 0;
    margin-top: 36px;
  }

  .temp_concert_winner_skin1 .cw_winner_col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .temp_concert_winner_skin1 .cw_winner_table thead th {
    height: 48px;
    font-size: 13px;
  }

  .temp_concert_winner_skin1 .cw_winner_table .seat {
    width: 33%;
  }

  .temp_concert_winner_skin1 .cw_winner_table tbody td {
    height: 38px;
    font-size: 12px;
  }
}