@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.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 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);
}

#FOOTER {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 50px 20px;
}

@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.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;
  }
}
