@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
b {
  font-weight: bold !important;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
}
a img {
  outline: none;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}

body {
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: "Noto Serif TC", serif;
  background-color: #ffffff;
}

.goTop {
  position: fixed;
  z-index: 100;
  width: 48px;
  height: 48px;
  display: none;
  bottom: 180px;
  right: 20px;
}
.goTop:hover {
  opacity: 0.8;
}
.goTop img {
  width: 100%;
}

#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  right: 0px;
}

#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: #1a62ae;
  padding: 9px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logo {
  float: left;
  height: 58px;
}

#NAV {
  position: relative;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  float: right;
  margin-top: 18px;
}

nav {
  display: inline-flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}

nav div,
nav a {
  display: inline-flex;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

nav div span,
nav a span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

nav div img,
nav a img {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
}

nav div:hover,
nav a:hover {
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-note {
  position: absolute;
  z-index: 2;
  font-size: 13px;
  color: #ffffff;
}

.section-note.top {
  right: 40px;
  top: 40px;
}

.section-note.top_left {
  left: 40px;
  top: 40px;
}

.section-note.bottom {
  right: 40px;
  bottom: 40px;
}

.hero {
  min-height: calc(100vh - 76px);
  margin-top: 76px;
  box-sizing: border-box;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bg-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
}

video.bg-item {
  object-fit: cover;
}

div.bg-item {
  background-size: cover;
  background-position: center;
}

.bg-item.is-active {
  opacity: 1;
}

/* .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
} */

.hero-content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}

.hero-content.tp_lf {
  top: 70px;
  left: 70px;
}
.hero-content.bp_lf {
  bottom: 70px;
  left: 70px;
}

.hero-content h1 {
  border-left: #ffffff 8px solid;
  font-size: 60px;
  color: #f29600;
  font-weight: bold;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 20px;
  display: block;
}

.hero-content h3 {
  border-left: #ffffff 8px solid;
  font-size: 60px;
  color: #f29600;
  font-weight: bold;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 20px;
  display: block;
}

.hero-content h3.blue {
  color: #001455;
}
.hero-content h3.white {
  color: #ffffff;
}

.hero-content p {
  display: block;
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
}

.hero-content p.orange {
  color: #f29600;
}

.film_sec {
  min-height: calc(100vh - 76px);
  box-sizing: border-box;
}

.community_sec {
  float: left;
  width: 100%;
  background-color: #ffffff;
}

.community_intro {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  margin-top: 80px;
}
.community_intro_logo {
  height: 280px;
}
.community_intro_des {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 20px;
}

.community_intro_des h3 {
  font-size: 56px;
  font-weight: 500;
  color: #000;
}

.community_intro_des svg {
  max-width: 497px;
}
.community_intro_des p {
  font-size: 40px;
  color: #000;
}
.community_tree_img {
  float: right;
  width: 500px;
}
.mb_show {
  display: none;
}

.normal_sec {
  box-sizing: border-box;
}

.img-bg {
  position: relative;
  inset: 0;
  z-index: 0;
  min-height: calc(100vh - 76px);
  box-sizing: border-box;
  width: 100%;
  top: 0px;
  left: 0px;
}

.img-bg-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.location_dex {
  position: absolute;
  z-index: 3;
  left: 70px;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.location_dex h3 {
  font-size: 56px;

  color: #ffffff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}

.location_dex svg {
  max-width: 497px;
}
.location_dex p {
  font-size: 32px;
  color: #ffffff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}

/* ===== 區塊基礎 ===== */
.location_sec {
  background: #fff;
}

.location_wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}

.location_title {
  margin-top: 40px;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}

.location_x {
  display: inline-block;
  padding: 0 6px;
}

.location_line svg {
  display: block;
  margin: 14px auto 0;
  width: min(497px, 80%);
  height: 1px;
}

.location_subtitle {
  margin: 14px 0 28px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

/* ===== 圖片拼貼：桌機 ===== */
.location_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.7fr;
  grid-template-areas:
    "loc1 loc2 loc3"
    "loc4 loc5 loc3";
  gap: 12px;
}

.loc1 {
  grid-area: loc1;
}
.loc2 {
  grid-area: loc2;
}
.loc3 {
  grid-area: loc3;
}
.loc4 {
  grid-area: loc4;
}
.loc5 {
  grid-area: loc5;
}

.loc_item {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.loc_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 四張小圖：底部白條標籤 */
.loc1 figcaption,
.loc2 figcaption,
.loc4 figcaption,
.loc5 figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  font-size: 12px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
}

/* 右側大圖：桌機用「左上角小標籤」 */
.loc3 .loc3_cap {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 10px;
  font-size: 12px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  z-index: 1;
}

/* 讓桌機兩列高度一致 */
.location_grid {
  grid-auto-rows: 262px; /* 你可以依照片比例微調 */
}
.loc3 {
  grid-row: span 2;
}

/* ===== base ===== */
.med_sec {
  background: #fff;
}

.med_wrap {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0px 0px;
  box-sizing: border-box;
}

/* left image */
.med_left {
  flex: 0 0 20%;
}
.med_left img {
  display: block;
  width: 100%;
  height: auto;
}

.med_right_area {
  flex: 1; /* 右側剩餘空間 */
  display: flex;
  justify-content: flex-end; /* 置右 */
}

.med_right {
  width: 100%;
  max-width: 700px;
  text-align: left; /* 文字靠左 */
}

.med_topline svg,
.med_bottomline svg {
  display: block;
  height: 1px;
}

/* 讓線條在桌機靠右顯示（接近你截圖） */
.med_topline {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.med_topline svg {
  width: min(497px, 100%);
}

.med_bottomline {
  margin-top: 18px;
}
.med_bottomline svg {
  width: min(704px, 100%);
}

/* text */
.med_title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}
.med_title_blue {
  color: #1a62ae;
}
.med_sep {
  display: inline-block;
  margin: 0 0px;
  color: #1a62ae;
}

.med_desc {
  margin: 10px 0 0;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.4;
}

.plaza_sec {
  background: #fff;
  padding: 0 0 0px;
}

.plaza_wrap {
  width: 100%;
  margin: 0 auto;
}

/* 上方藍色標題條 */
.plaza_head {
  background: #1a62ae;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 60px 20px;
}

/* 圖片區 */
.plaza_hero {
  position: relative;
  overflow: hidden;
  background: #eee;
  height: calc(100vh - 76px);
}

.plaza_hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.plaza_tag {
  position: absolute;
  right: 16px;
  top: 70px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.plaza_tag_year {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
  white-space: nowrap;
}

.plaza_tag_big_v {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 2px;
  white-space: nowrap; /* 避免被換行成奇怪順序 */
}

/* 分隔線：用 SVG */
.plaza_tag_divider {
  display: flex;
  align-items: stretch; /* 讓裡面高度可以跟著撐 */
}

.plaza_tag_divider svg {
  display: block;
  width: 2px;
  height: 100%; /* 跟著內容高度 */
  min-height: 220px; /* 保底，不然字少時會太短，可調 */
}

.plaza_tag_right {
  padding-left: 0px;
}

.plaza_tag_name_v {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  font-size: 40px;
  letter-spacing: 1px;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* 右下角小註記 */
.plaza_note {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 13px;
  color: #fff;
}

/* 底部說明文字 */
.plaza_caption {
  margin: 50px 0 50px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  color: #111;
}

.villa_sec {
  background: #fff;
}

/* 圖片區：固定高度 */
.villa_hero {
  position: relative;
  height: calc(100vh - 76px);
  overflow: hidden;
}

/* 圖片撐滿容器 */
.villa_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sec_interior {
  background: #fff;
}

.sec_interior_wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 76px); /* 你要滿版高度 */
  overflow: hidden;
}

/* 讓 lightslider 的外層也吃滿高度 */
.sec_interior_wrap .lSSlideOuter,
.sec_interior_wrap .lSSlideWrapper,
#sec1-gallery {
  height: 100% !important;
}

/* 每一張 */
#sec1-gallery li {
  height: 100%;
}

/* 圖片滿版裁切 */
#sec1-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 左右箭頭 */
.sec_interior_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 56px;
  height: 56px;
  border: none;
  background: transparent; /* 用圖片就不需要底色 */
  padding: 0;
  cursor: pointer;

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

.sec_interior_btn img {
  width: 48px; /* 依你圖片視覺調整 */
  height: 48px;
  display: block;
  pointer-events: none; /* 避免點到 img 影響點擊 */
}

.sec1_left_btn {
  left: 18px;
}
.sec1_right_btn {
  right: 18px;
}

.sec_interior_btn:hover {
  opacity: 0.9;
}

/* ===== layout ===== */
.lighting_sec {
  background: #fff;
}

.lighting_wrap {
  width: 100%;
  display: flex;
}

/* 左右比例接近你截圖：左 40% 右 60% */
.lighting_left {
  flex: 0 0 40%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.lighting_right {
  flex: 1;
  position: relative;
  min-width: 0;
}

/* 左側內容 */
.lighting_line svg {
  display: block;
  width: min(497px, 100%);
  height: 1px;
  margin-bottom: 18px;
  margin-top: 30px;
}

.lighting_title {
  margin: 30px 30px 0;
  font-size: 32px;
  line-height: 1.35;
  letter-spacing: 2px;
  font-weight: 600;
  color: #111;
  text-align: left;
}

.lighting_desc {
  margin: 22px 30px 0;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #111;
  text-align: left;
}

.t_orange {
  color: #d59a2a;
}
.t_green {
  color: #6aa84f;
}

.lighting_tree {
  margin-top: auto; /* 把 tree3 推到底部 */
  width: 100%;
  height: auto;
  display: block;
}

.lighting_gallery_wrap {
  width: 100%;
  height: 660px; /* 你要固定 600 */
  overflow: hidden;
  position: relative;
  background: #fff;
}

/* ===== slider area ===== */
.lighting_slider {
  position: relative;
  height: 660px;
  overflow: hidden;
}

/* lightslider 的外層高度吃滿 */
.lighting_slider .lSSlideOuter,
.lighting_slider .lSSlideWrapper,
#lighting-gallery {
  height: 100% !important;
}

#lighting-gallery li {
  height: 100%;
}

#lighting-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* arrows */
.lighting_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 56px;
  height: 56px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;

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

.lighting_btn img {
  width: 48px;
  height: 48px;
  display: block;
  pointer-events: none;
}

.lighting_left_btn {
  left: 18px;
}
.lighting_right_btn {
  right: 18px;
}

.villaLife_sec {
  background: #fff;
}

.villaLife_wrap {
  width: 100%;
}

/* 上方標題區 */
.villaLife_head {
  padding: 50px 20px;
  text-align: center;
  box-sizing: border-box;
}

.villaLife_title {
  margin: 0;
  font-weight: 600;
  letter-spacing: 2px;
  color: #111;
  line-height: 1.2;
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
}

.villaLife_en {
  font-size: 50px;
  letter-spacing: 3px;
}

.villaLife_zh {
  font-size: 50px;
  letter-spacing: 2px;
}

.villaLife_line {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

.villaLife_line svg {
  display: block;
  width: min(497px, 92vw);
  height: 1px;
}

/* 圖片區（滿版高度） */
.villaLife_imgWrap {
  height: calc(100vh - 76px);
  overflow: hidden;
}

.villaLife_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* 桌機：人物偏右（你截圖人物在右側） */
  object-position: 70% center;
}

.map_sec img {
  width: 100%;
}

.contact_sec {
  background: #eaf6fb;
  padding: 100px 20px;
  box-sizing: border-box;
}

.contact_wrap {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}

.contact_logo {
  display: block;
  width: min(348px, 70%);
  height: auto;
  margin: 0 auto 12px;
}

.contact_title {
  margin: 20px 0px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 600;
}

/* form grid */
.form_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  height: 44px;
  border: 2px solid #1a62ae;
  background: #f9fdff;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 14px;
  color: #111;
  outline: none;
}

.field textarea {
  height: 180px;
  padding: 12px 14px;
  resize: none;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #333;
}

/* select arrow */
.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;

  background-image: linear-gradient(45deg, transparent 50%, #1a62ae 50%),
    linear-gradient(135deg, #1a62ae 50%, transparent 50%);
  background-position: calc(100% - 20px) 18px, calc(100% - 14px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* 三欄區 */
.field_3col {
  grid-column: auto;
}

/* textarea 佔滿 */
.field_textarea {
  grid-column: 1 / -1;
}

/* bottom */
.contact_bottom {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 18px;
  align-items: start;
}

.contact_notice {
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  text-align: left;
}

.contact_submit {
  height: 46px;
  border: none;
  background: #f59a23;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Noto Serif TC", serif;
}

.contact_submit:hover {
  opacity: 0.95;
}

/* ===== desktop：三欄下拉排一列 ===== */
@media (min-width: 769px) {
  .form_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 前四個：各自一整列 */
  .form_grid .field:nth-child(1),
  .form_grid .field:nth-child(2),
  .form_grid .field:nth-child(3),
  .form_grid .field:nth-child(4) {
    grid-column: 1 / -1;
  }

  /* 三欄下拉：各佔 1/3 */
  .field_3col {
    grid-column: span 1;
  }
}

/* ===== mobile ===== */
@media (max-width: 768px) {
  .contact_sec {
    background: #eaf6fb;
    padding: 50px 0px;
    box-sizing: border-box;
  }

  .contact_wrap {
    width: min(420px, calc(100% - 32px));
  }

  .contact_title {
    font-size: 22px;
  }

  .contact_bottom {
    grid-template-columns: 1fr;
  }

  .contact_submit {
    width: 100%;
  }
}

.site_footer {
  display: block;
  background: #1a62ae;
  color: #fff;
  padding: 50px 20px;
  box-sizing: border-box;
}

.footer_wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.footer_line {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.9;
}

/* ===== mobile ===== */
@media (max-width: 768px) {
  .site_footer {
    padding: 18px 12px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1700px) {
  .community_intro_logo {
    height: 168px;
  }

  .community_intro_des h3 {
    font-size: 50px;
    font-weight: 500;
    color: #000;
  }

  .community_intro_des svg {
    max-width: 497px;
  }
  .community_intro_des p {
    font-size: 32px;
    color: #000;
  }
  .community_tree_img {
    float: right;
    width: 370px;
  }
}

@media screen and (max-width: 1440px) {
  .hero-content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
  .hero-content.tp_lf {
    top: 50px;
    left: 50px;
  }
  .hero-content.bp_lf {
    bottom: 50px;
    left: 50px;
  }

  .hero-content h1 {
    border-left: #ffffff 8px solid;
    font-size: 50px;
    color: #f29600;
    font-weight: bold;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    display: block;
  }

  .hero-content h3 {
    border-left: #ffffff 8px solid;
    font-size: 50px;
    color: #f29600;
    font-weight: bold;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    display: block;
  }

  .hero-content p {
    display: block;
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
  }
}

@media screen and (max-width: 960px) {
  #HEADER {
    position: fixed;
    width: 100%;
    top: inherit;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    background-color: #1a62ae;
    padding: 9px 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .logo {
    display: none;
  }

  #NAV {
    position: relative;
    width: 100%;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-top: 0px;
  }

  #NAV nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px; /* 手機間距 */
    width: 100%;
  }

  #NAV nav a,
  #NAV nav div {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* icon 上、文字下 */
    gap: 3px;
    padding: 10px 0;
  }

  #NAV nav img {
    height: 22px;
  }

  #NAV nav span {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap; /* 避免換行 */
  }
  .hero {
    min-height: calc(100vh - 80px);
    margin-top: 0px;
    box-sizing: border-box;
  }

  .film_sec {
    min-height: calc(100vh - 80px);
    box-sizing: border-box;
  }

  .community_sec {
    display: flex;
  }
  .community_intro {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px 40px;
  }
  .community_intro_logo {
    height: 117px;
  }
  .community_intro_des {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 20px;
  }

  .community_intro_des h3 {
    font-size: 50px;
    font-weight: 500;
    color: #000;
  }

  .community_intro_des svg {
    max-width: 497px;
  }
  .community_intro_des p {
    font-size: 32px;
    color: #000;
  }
  .community_tree_img {
    width: 320px;
    margin-left: auto;
    align-self: flex-end;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .section-note.top {
    left: 20px;
    bottom: 40px;
    right: auto;
    top: auto;
  }
  .section-note.top_left {
    left: 20px;
    top: 40px;
  }

  .section-note.bottom {
    right: 20px;
    bottom: 40px;
  }

  .hero-content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
  .hero-content.tp_lf {
    top: 30px;
    left: 30px;
  }
  .hero-content.bp_lf {
    bottom: 30px;
    left: 30px;
  }

  .hero-content h1 {
    border-left: #ffffff 6px solid;
    font-size: 30px;
    color: #f29600;
    font-weight: bold;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    display: block;
  }
  .hero-content h3 {
    border-left: #ffffff 6px solid;
    font-size: 30px;
    color: #f29600;
    font-weight: bold;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    display: block;
  }

  .hero-content p {
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
  }

  .community_sec {
    display: flex;
    flex-direction: column;
  }
  .community_intro {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px 20px;
  }
  .community_intro_logo {
    height: 117px;
  }
  .community_intro_des {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .community_intro_des h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
  }

  .community_intro_des svg {
    max-width: 220px;
  }
  .community_intro_des p {
    font-size: 20px;
    color: #000;
  }
  .community_tree_img {
    width: 320px;
    margin-left: auto;
    align-self: flex-end;
    float: none;
  }
  .mb_show {
    display: block;
  }
  .location_dex {
    position: relative;
    z-index: 3;
    left: auto;
    bottom: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    align-items: center;
  }
  .location_dex h3 {
    font-size: 30px;
    color: #1a62ae;
    text-shadow: none;
  }

  .location_dex svg {
    max-width: 320px;
  }

  .location_dex svg stop:first-child {
    stop-color: #1a62ae !important;
    stop-opacity: 1 !important;
  }
  .location_dex svg stop:last-child {
    stop-color: #1a62ae !important;
    stop-opacity: 0.2 !important;
  }

  .location_dex p {
    font-size: 20px;
    color: #1a62ae;
    text-shadow: none;
  }

  .location_wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px;
  }

  .location_title {
    font-size: 30px;
  }
  .location_line svg {
    display: block;
    margin: 14px auto 0;
    width: min(220px, 80%);
    height: 1px;
  }

  .location_subtitle {
    margin: 14px 0 28px;
    text-align: center;
    font-size: 20px;
    color: #000000;
  }

  .location_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "loc1 loc2"
      "loc4 loc5"
      "divider divider"
      "loc3 loc3";
    grid-auto-rows: 160px;
    gap: 5px;
  }

  /* 手機：大圖標題改成「置中在圖片上方」 */
  .loc3 .loc3_cap {
    position: static;
    display: block;
    margin: 8px 0 10px;
    padding: 0;
    background: none;
    font-size: 14px;
    text-align: center;
    color: #000;
    border-radius: 0;
  }

  /* 手機：大圖不要固定 160px 高，讓它自然撐高比較像截圖 */
  .loc3 img {
    height: auto;
  }
  .med_wrap {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 30px 0px 0;
  }

  /* 文字置中 */
  .med_right {
    width: 100%;
    text-align: center;
    order: 1;
  }

  /* 上下線條：手機可以縮短＋置中（或你也可直接 display:none） */
  .med_topline,
  .med_bottomline {
    justify-content: center;
    display: none;
  }

  .med_title {
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .med_desc {
    font-size: 20px;
    margin-top: 12px;
    box-sizing: border-box;
    padding: 0 20px;
  }

  /* 圖片移到下面，並靠左（符合你截圖樹在下方左側） */
  .med_left {
    width: 100%;
    order: 2;
    display: flex;
    justify-content: flex-start;
  }
  .med_left img {
    width: 82%;
    max-width: 520px;
  }
  .plaza_wrap {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }

  .plaza_head {
    background: #1a62ae;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 60px 20px;
  }

  .plaza_tag {
    right: auto;
    left: 20px;
    top: 56px;
    gap: 10px;
  }
  .plaza_tag_year {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  .plaza_tag_big_v {
    font-size: 40px;
  }
  .plaza_tag_name_v {
    font-size: 20px;
  }

  .plaza_caption {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 10px;
  }

  .plaza_note {
    position: absolute;
    right: 20px;
    bottom: 40px;
    font-size: 13px;
    color: #fff;
  }

  .sec_interior_btn {
    width: 46px;
    height: 46px;
  }
  .sec_interior_btn img {
    width: 40px;
    height: 40px;
  }
  .sec1_left_btn {
    left: 10px;
  }
  .sec1_right_btn {
    right: 10px;
  }

  .lighting_wrap {
    flex-direction: column;
    min-height: auto;
  }

  .lighting_right {
    order: 1;
  }

  .lighting_gallery_wrap {
    width: 100%;
    height: 300px; /* 你要固定 600 */
    overflow: hidden;
    position: relative;
    background: #fff;
  }

  /* ===== slider area ===== */
  .lighting_slider {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .lighting_left {
    order: 2;
    padding: 26px 0px 0;
    text-align: center;
    align-items: center;
  }

  .lighting_line {
    width: 100%;
    display: none;
    justify-content: center;
  }

  .lighting_title {
    font-size: 20px;
    text-align: center;
  }

  .lighting_desc {
    font-size: 20px;
    margin-top: 16px;
    text-align: center;
  }

  .lighting_tree {
    margin-top: 18px; /* 手機 tree3 在文字下面 */
    max-width: 520px;
  }

  .lighting_btn {
    width: 46px;
    height: 46px;
  }
  .lighting_btn img {
    width: 40px;
    height: 40px;
  }
  .lighting_left_btn {
    left: 10px;
  }
  .lighting_right_btn {
    right: 10px;
  }

  .villaLife_head {
    padding: 50px 20px;
  }

  .villaLife_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    width: 100%;
  }

  .villaLife_en {
    font-size: 30px;
  }
  .villaLife_zh {
    font-size: 30px;
  }
  .villaLife_line svg {
    display: block;
    width: min(220px, 92vw);
    height: 1px;
  }

  .villaLife_img {
    object-position: 75% center;
  }
}
