@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Optima";
  src: url("./font/OPTIMA.woff");
}

@font-face {
  font-family: "OptimaBold";
  src: url("./font/OPTIMA_B.woff");
}

/* bisic ===================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
  font-family: 'Optima', 'Noto Sans TC', "微軟正黑體", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}

body.lock {
  overflow: hidden;
}

.optima_bold {
  font-family: 'OptimaBold', 'Noto Sans TC', "微軟正黑體", Arial, Helvetica, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  color: #0f634c;
}

ol > li {
  list-style-type: decimal;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 60px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}



h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}
.inpage p {
  padding: 10px 15px;
}
.inpage h3 {
  padding: 15px 0;
}
input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  colos: #333;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  colos: #333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  colos: #333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  colos: #333;
}

select {
  cursor: pointer;
}

.textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}

.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}

.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all .5s;
}

.hover_fade:hover > img {
  opacity: .85;
}

.video_icon {
  position: relative;
}

.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}

.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}

.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}

.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p {
  line-height: 1.8em;
}

.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}

.edit_wrap h1 {
  font-size: 20px;
}

.edit_wrap h2 {
  font-size: 18px;
}

.edit_wrap h3 {
  font-size: 16px;
}

.edit_wrap h4 {
  font-size: 15px;
}

.edit_wrap h5 {
  font-size: 22px;
}

.edit_wrap h6 {
  font-size: 24px;
}

.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 30px auto;
}

.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}

.edit_wrap iframe {
  width: 100%;
}

.edit_wrap table {
  border: 1px solid #ccc;
}

.edit_wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.edit_wrap table td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
  }
}

/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video_h video, .video_h iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.terms .box {
  margin-bottom: 30px;
}

.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.terms label:hover {
  color: #D90000;
}

.terms label input {
  margin-right: 10px;
}

.terms ul li, .terms ol li {
  margin-bottom: 10px;
}

.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}

.terms ul > li {
  list-style-type: disc;
}

.icon_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #0f634c;
  border-radius: 50%;
  transform: translateY(-1px);
}

.icon_arrow:before {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  border-top: 1px solid #fff;
}

.icon_arrow.line {
  background: none;
  border: 1px solid #fff;
}

.icon_arrow.left:before {
  border-left: 1px solid #fff;
  transform: translateX(20%) rotate(-45deg);
}

.icon_arrow.right:before {
  border-right: 1px solid #fff;
  transform: translateX(-20%) rotate(45deg);
}

.icon_arrow.gray {
  border-color: #666;
}

.icon_arrow.gray:before {
  border-color: #666;
}

.icon_arrow.white {
  background: #fff;
}

.icon_arrow.white:before {
  border-color: #333;
}

.slider_btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.slider_btn:hover {
  background: #0f634c;
}

.slider_btn:hover span:before {
  border-color: #fff !important;
}

.slider_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}

.slider_btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #666;
  transition: 0.3s ease;
}

.slider_btn.prev {
  left: 0;
}

.slider_btn.prev span:before {
  border-left: 1px solid #666;
  transform: translateX(3px) rotate(-45deg);
}

.slider_btn.next {
  right: 0;
}

.slider_btn.next span:before {
  border-right: 1px solid #666;
  transform: translateX(-3px) rotate(45deg);
}
.deloplocation{
	display:block;
	width: 100%;
}
.deloplocation span{
	padding:0px 15px;
	border-left:5px solid #0F634C;
	color:#0F634C;
	margin-bottom:20px;
}

.announcelist .logo{
	display:flex;
	align-items: center;
}
.announcelist .pd_item_wrap.grid_mode .item {
    width: 95%;
	margin-left: 3%;
}
.announcelist .icon_arrow.white{
	margin-left:10px;
}
.announcelist h3 {
    font-size: 17px;
}

@media screen and (max-width: 1050px) {
  .slider_btn {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .slider_btn {
    width: 30px;
    height: 30px;
  }
}

/* btn.css ==============================================*/
.close_btn {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}

.close_btn:before, .close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}

.close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close_btn:hover {
  transform: rotate(180deg) scale(1.3);
}

.btn {
  display: inline-block;
  width: 47%;
  max-width: 200px;
  margin: 0 1.5%;
  padding: 5px 20px;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn:hover {
  background: #333;
  color: #fff;
}

.cancel {
  background: #666;
}

/* scroll.css ==============================================*/
.scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  transform: translateX(-50%);
  width: 50px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.scroll img {
  width: 100%;
  margin: 0 auto;
  animation: scrollIcon 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

@keyframes scrollIcon {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  10% {
    opacity: 1;
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    ty(-50px) {
    }
  }
}

/* header.css ==============================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
  overflow: hidden;
}

.header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #0f634c;
}

.header.home_header .logo {
  opacity: 0;
}

.header.active:before, .header.in_header:before {
  width: 100%;
}

.header.active .logo, .header.in_header .logo {
  opacity: 1;
  transition-delay: .3s;
}

.header.in_header:before {
  transition-duration: .1s;
}

.header .logo {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100px;
  transition: 0.3s ease;
}

.header .logo img {
  width: 100%;
  vertical-align: middle;
}

.header .sub_menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  height: 100%;
}

.header .sub_menu .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10px 15px;
  line-height: 1em;
  background: #0f634c;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
.header .sub_menu .item:first-child {
  padding: 10px 6px;
}

.header .sub_menu .item:hover {
  background: rgba(0, 0, 0, 0.7);
}

.header .sub_menu .item img, .header .sub_menu .item span {
  margin-bottom: 7px;
}

.header .sub_menu .item img {
  display: block;
  width: 23px;
}
.header .sub_menu .item:first-child img {
  width: 35px;
  margin-bottom: 3px;
}

.header .sub_menu .item span {
  font-size: 14px;
}

.header .sub_menu .item strong {
  color: #ccb76c;
  font-weight: normal;
  transition: 0.3s ease;
}

.header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  background: #333;
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header .menu.active {
  height: 100%;
}

.header .menu .group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.header .menu .main, .header .menu .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  flex-direction: column;
}

.header .menu .main {
  width: 52%;
  position: relative;
  padding: 30px 0;
}

.header .menu .main:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #b2b2b2;
}

.header .menu .sub {
  width: 48%;
  margin-top: 50px;
}

.header .menu .sub .box {
  width: 100%;
  max-width: 550px;
}

.header .menu .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid #e9ce94;
  color: #fff;
  border-radius: 80px;
  background: #367b68;
  text-align: center;
}

.header .menu .sub a:hover {
  background: #0f634c;
}

.header .menu .sub a strong {
  margin-bottom: 10px;
  font-size: 42px;
  color: #e9ce94;
}

.header .menu .sub a span {
  font-size: 22px;
}

.header .menu .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: auto;
  margin: 0 auto;
}

.header .menu .item {
  position: relative;
  margin-bottom: 60px;
  font-size: 90px;
  line-height: 1em;
  color: #fff;
}

.header .menu .item:last-child {
  margin-bottom: 0;
}

.header .menu .item:hover strong {
  transform: scale(1.15);
}

.header .menu .item span, .header .menu .item strong {
  display: block;
  transition: 0.3s ease;
}

.header .menu .item span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 5px;
  transform: translateX(-30px);
}

.header .menu .item strong {
  position: relative;
  z-index: 0;
  letter-spacing: 15px;
  -webkit-text-stroke: 1px #ccb76c;
  text-stroke: 1px #ccb76c;
  color: transparent;
}

#home .video{
	width:100%;
	position:absolute;
}
#home video{
	width:100%;
	/* filter: blur(2px);
	 display: none; */
}

@media screen and (max-width: 1600px) {
  .header .menu .sub .box {
    width: 350px;
  }
  .header .menu .sub a {
    padding: 10px;
  }
  .header .menu .sub a strong {
    margin-bottom: 0;
    font-size: 26px;
  }
  .header .menu .sub a span {
    font-size: 20px;
  }
  .header .menu .item {
    font-size: 70px;
  }
  .header .menu .item span {
    font-size: 22px;
  }
  .header .menu .item strong {
    letter-spacing: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .header .menu .main {
    width: 60%;
  }
  .header .menu .sub {
    width: 40%;
  }
  .header .menu .sub .box {
    width: 300px;
  }
  .header .menu .sub a strong {
    font-size: 22px;
  }
  .header .menu .sub a span {
    font-size: 18px;
  }
  .header .menu .item {
    font-size: 60px;
  }
  .header .menu .item span {
    font-size: 20px;
  }
  .header .menu .item strong {
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 900px) {
  .header .menu .group {
    width: 90%;
    max-width: 410px;
    flex-direction: column;
  }
  .header .menu .main, .header .menu .sub {
    width: 100%;
  }
  .header .menu .main {
    padding: 0;
    margin-bottom: 40px;
  }
  .header .menu .main::before {
    display: none;
  }
  .header .menu .sub .box {
    width: 100%;
  }
  .header .menu .sub a {
    padding: 5px;
  }
  .header .menu .sub a strong {
    font-size: 20px;
  }
  .header .menu .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 35px;
  }
  .header .menu .item span {
    position: relative;
    font-size: 18px;
    transform: translate(0, 0);
  }
  .header .menu .item strong {
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 800px) {
  .header .logo {
    width: 80px;
  }
  .header .sub_menu .item span {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .header .sub_menu .item img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .header .menu .main {
    margin-bottom: 30px;
  }
  .header .menu .sub .box {
    max-width: 300px;
  }
  .header .menu .sub a {
    line-height: 1.5em;
  }
  .header .menu .sub a strong {
    font-size: 18px;
  }
  .header .menu .item {
    font-size: 38px;
  }
  .header .menu .item strong {
    margin-bottom: 8px;
  }
  .header .menu .box {
    width: 70vw;
  }
  .header .sub_menu .item {
    padding: 10px 6px;
  }
}

@media screen and (max-width: 375px) {
  .header .logo {
    width: 70px;
  }
  .header .sub_menu .item {
    font-size: 13px;
    padding: 7px 10px;
  }
}

@media screen and (max-width: 350px) {
  .header .menu .sub .box {
    max-width: 280px;
  }
  .header .menu .sub a {
    line-height: 1.3em;
  }
  .header .menu .item {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .header .menu .item strong {
    margin-bottom: 5px;
  }
}

/* mobilerBtn.css ==============================================*/
.menu_m {
  position: absolute;
  left: 2%;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 30px;
  cursor: pointer;
  padding-top: 17px;
  transition: 0.3s ease;
}

.menu_m::before, .menu_m::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 11px;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0;
  transition: 0.3s ease;
}

.menu_m::before {
  content: "MENU";
}

.menu_m::after {
  content: "CLOSE";
  opacity: 0;
}

.menu_m .group {
  position: relative;
  width: 100%;
  height: 16px;
  transition: 0.5s ease;
}

.menu_m .group div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}

.menu_m .group .line1 {
  top: 0;
}

.menu_m .group .line2, .menu_m .group .line3 {
  top: 50%;
  width: 60%;
  transform: translateY(-50%);
}

.menu_m .group .line4 {
  bottom: 0;
}

.menu_m:hover .group .line2, .menu_m:hover .group .line3 {
  width: 100%;
}

.menu_m.active::before {
  opacity: 0;
}

.menu_m.active::after {
  opacity: 1;
}

.menu_m.active .group .line1, .menu_m.active .group .line4 {
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}

.menu_m.active .group .line1 {
  transform: translateX(3px) rotate(30deg);
  transform-origin: 0 0;
}

.menu_m.active .group .line4 {
  transform: translateX(3px) rotate(-30deg);
  transform-origin: 0 100%;
}

.menu_m.active .group .line2, .menu_m.active .group .line3 {
  opacity: 0;
  left: 50%;
  width: 110%;
}

.menu_m.active .group .line2 {
  transform: translateX(-50%) rotate(30deg);
}

.menu_m.active .group .line3 {
  transform: translateX(-50%) rotate(-30deg);
}

.menu_m .group .line2, .menu_m .group .line3 {
  transition: all .5s 0 ease;
}

.menu_m .group .line1, .menu_m .group .line4, .menu_m.active .group .line2, .menu_m.active .group .line3 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

@media screen and (max-width: 800px) {
  .menu_m {
    padding-top: 0;
  }
  .menu_m::before, .menu_m::after {
    display: none;
  }
  .menu_m:hover .group .line1, .menu_m:hover .group .line4 {
    transform: translateX(0);
  }
  .menu_m:hover .group .line2, .menu_m:hover .group .line3 {
    transform: translate(0, -50%);
  }
  .menu_m.active .group .line2 {
    transform: translateX(-50%) rotate(30deg);
  }
  .menu_m.active .group .line3 {
    transform: translateX(-50%) rotate(-30deg);
  }
}

.tab_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tab_menu .tab_menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  background: #fff;
}

.tab_slide {
  position: relative;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tab_box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: .5s;
}

.tab_box.active {
  opacity: 1;
  visibility: visible;
}

.tab_item {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
}

.tab_item:last-child:after {
  display: none;
}

.tab_item::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent #e5e5e5 transparent;
  transition: 0.3s ease;
}

.tab_item:after {
  content: "/";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}

.tab_item:hover, .tab_item.active {
  color: #0f634c;
}

.tab_item:hover::before, .tab_item.active::before {
  opacity: 1;
}

/* index.css ==============================================*/
body {
  background: #f5f5f5;
}

.section {
  position: relative;
  z-index: 3;
  padding: 8vh 0;
}

.section_title {
  margin-bottom: 30px;
  text-align: center;
  padding-top: 30px;
}

.section_title.green h2 strong {
  color: #58aa94;
}

.section_title.bwn h2 strong {
  color: #ccb76c;
}

.section_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: normal;
}

.section_title h2:after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: #c7c7c7;
  margin-top: 20px;
}

.section_title h2 strong {
  margin-bottom: 5px;
  font-size: 46px;
  line-height: 1.2em;
}

.section_title h2 span {
  font-size: 22px;
  line-height: 1.2em;
  color: #666;
}

.title {
  margin-bottom: 40px;
  color: #0f634c;
}

.title h3 {
  margin-bottom: 10px;
  font-size: 32px;
}

.title p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 50px;
  font-size: 22px;
}

.title p::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  transform: translateY(13px);
  margin-right: 15px;
  background: #5a5a5a;
}

.more_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 30px;
  border-radius: 30px;
  line-height: 1em;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.more_btn.green {
  background: linear-gradient(to bottom, #58aa94, #408975);
}

.more_btn.gray {
  background: linear-gradient(to bottom, #6b6b6b, #777977);
}

.more_btn.gray_opa {
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0.7), rgba(80, 80, 80, 0.5));
  border: 1px solid #fff;
}

.more_btn:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0f634c;
  transition: 0.3s ease;
}

.more_btn:hover {
  color: #fff;
}

.more_btn:hover:before {
  opacity: 1;
}

.more_btn span, .more_btn img {
  position: relative;
  z-index: 1;
}

.more_btn span {
  margin-right: 10px;
}

.more_btn img {
  width: 22px;
  transform: translateY(-2px);
}

.section_line::before, .section_line::after {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #d3d3d3;
}

.section_line::after {
  left: auto;
  right: 15%;
}

.section_line.l::after {
  display: none;
}

.section_line.r:before {
  display: none;
}

.section_line .group {
  position: relative;
  z-index: 2;
}

.section_line_horz::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2.5%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
}

.section_line_horz::after {
  top: auto;
  bottom: 20%;
}

.line_bottom {
  border-bottom: 1px solid #d3d3d3;
}

.bg_green {
  background: url("../images/bg_green.jpg") repeat center center;
}

.basic_slider_wrap {
  position: relative;
  max-width: 1600px;
}

.basic_slider_wrap .slider_btn_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
}

.basic_slider_wrap .slider_btn_wrap .slider_btn.prev {
  transform: translate(-50%, -50%);
}

.basic_slider_wrap .slider_btn_wrap .slider_btn.next {
  transform: translate(50%, -50%);
}

.swiper-wrapper.marquee {
  transition-timing-function: linear;
}

.home {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.home.trans .bg, .home.trans .logo {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.home.trans .scroll {
  opacity: 1;
  transform: translate(-50%, 0);
}

.home::before {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #d3d3d3;
  z-index: 1;
}

.home .bg, .home .logo {
  opacity: 0;
  filter: blur(10px);
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_bg.jpg") no-repeat center center;
  background-size: 120%;
  transform: scale(1.3);
}

.home .main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.home .logo {
  transform: scale(1.2);
  width: 20%;
  max-width: 250px;
  min-width: 180px;
  transition-delay: .5s;
}

.home .logo img {
  width: 100%;
  filter: drop-shadow(0px 0px 5px rgba(15, 99, 76, 0.9));
}

.home .scroll {
  opacity: 0;
  transform: translate(-50%, -30px);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.home_new {
  position: relative;
}

.home_new .bg {
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 0;
  z-index: 0;
  width: 87%;
  height: 87%;
  background: url("../images/bg.jpg") repeat center center;
}

.home_new .slider_wrap {
  position: relative;
}

.home_new .item {
  position: relative;
  opacity: 0.3;
  width: 30vw;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.8);
}

.home_new .item.swiper-slide-prev, .home_new .item.swiper-slide-next, .home_new .item.swiper-slide-active {
  opacity: 1;
}

.home_new .item .pic_wrap {
  position: relative;
  width: 100%;
  padding: 0 7%;
}

.home_new .item .pic {
  border-radius: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}

.home_new .item .pic .cover_bg {
  padding-bottom: 137.5%;
}

.home_new .item .more_btn_wrap {
  position: absolute;
  right: 1%;
  bottom: 7%;
  z-index: 1;
  padding-top: 0;
}

.home_new .item .more_btn {
  padding-left: 15px;
  padding-right: 15px;
  font-style: italic;
  font-size: 16px;
}

.home_new .item .text {
  padding: 0 9%;
}

.home_new .item .text h3 {
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 36px;
  color: #ccb76c;
}

.home_new .item .text p {
  line-height: 1.3em;
}

.home_new .item .text .location span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1em;
  color: #878787;
}

.home_new .item .text .line {
  display: block;
  width: 40px;
  height: 1px;
  margin: 15px 0;
  background: #868686;
}

@media screen and (min-width: 601px) {
  .home_new .slider_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 3%;
    top: 43%;
	width: 100%;
  }
  .home_new .slider_btn {
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* position: relative; */
    /* background: none; */
    /* width: 55px; */
    /* height: 20px; */
  }
  .home_new .slider_btn {
	z-index: 2;
  }
  .home_new .slider_btn.prev {
	left: 5%;
  }
  .home_new .slider_btn.prev:hover img {
    transform: translateX(-10px);
  }
  .home_new .slider_btn.next:hover img {
    transform: translateX(10px);
  }
  .home_new .slider_btn span {
    /* display: none; */
  }
  .home_new .slider_btn img {
    width: 100%;
    transition: 0.3s ease;
  }
}

.home_project .bg,.home_lastnew .bg {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 40%;
  background: url("../images/bg_green.jpg") repeat center center;
}

.home_project .swiper-wrapper,.home_lastnew .item_list,.home_lastnew .item_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.home_lastnew .item_list {
  height: 320px;
}
.home_project .item ,.home_lastnew .item {
  padding-bottom: 20px;
  width: 15vw;
  height: auto;
  cursor: pointer;
}
.home_lastnew .item {
  margin: 0 10px;
  width: 12vw;
}

.home_project .item .item_box ,.home_lastnew .item .item_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.home_project .item .item_box:hover ,.home_lastnew .item .item_box:hover {
  color: #333;
}

.home_project .item .item_box:hover .cover_bg,.home_lastnew .item .item_box:hover .cover_bg {
  transform: scale(1.1);
}

.home_project .item .pic, .home_project .item .text ,.home_lastnew .item .pic, .home_lastnew .item .text {
  z-index: 0;
}

.home_project .item .pic ,.home_lastnew .item .pic {
  overflow: hidden;
}

.home_project .item .pic .cover_bg {
  padding-bottom: 83%;
}
.home_lastnew .item .pic .cover_bg {
  padding-bottom: 125%;
}

.home_project .item .text {
  padding: 15px 20px;
  font-size: 15px;
  color: #666;
}
.home_lastnew .item .text {
    padding: 10px 20px;
    font-size: 13px;
    margin-top: -130px;
    z-index: 100;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-shadow: 0 0 25px rgba(255, 255, 255, 1);
    color: #333;
}
.home_project .item .text h3 {
  margin-bottom: 5px;
  color: #58aa94;
  line-height: 1.2em;
  font-size:21px;
}
.home_lastnew .item .text h3 {
    font-size: 16px;
}

.home_project .item .text .location img, .home_project .item .text .location span,
.home_lastnew .item .text .location img, .home_lastnew .item .text .location span {
  display: inline-block;
}

.home_project .item .text .location img {
  width: 11px;
  margin-right: 10px;
}

.home_project .slider_btn {
  position: absolute;
  top: 35%;
  z-index: 1;
}

.home_project .slider_btn.prev {
  left: 2.5%;
}

.home_project .slider_btn.next {
  right: 2.5%;
}

.home_project .slider_btn span:before {
  border-color: #7f7f7f;
}

.home_developer .slider_wrap {
  max-width: 1600px;
}

.home_developer .slider_btn_wrap {
  transform: translateY(-20px);
}

.home_developer .item {
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.home_developer .item .item_box {
	display:block;
  position: relative;
}

.home_developer .item .item_box:hover .pic .cover_bg {
  transform: scale(1.1);
}

.home_developer .item .pic {
  border-radius: 10px;
  overflow: hidden;
}

.home_developer .item .pic .cover_bg {
  padding-bottom: 75%;
}

.home_developer .item .text {
    display: -webkit-box;  /* ✅ iOS 兼容 */
    display: -ms-flexbox;  /* ✅ 老舊 IE 兼容 */
    display: flex;

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

    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto; /* ✅ 明確設定，避免 iOS 位置錯誤 */

    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%); /* ✅ iOS 兼容 */
    -ms-transform: translate(-50%, 50%);  /* ✅ 老舊 IE 兼容 */

    width: 90%;
    max-width: 200px;
    height: 70px;
    padding: 5px 0;
    background: #fff;
    border-radius: 10px;
}

.home_developer .item .text .contain_bg {
  position: relative;
  padding-bottom: 0;
  max-width: 160px;
  height: 100%;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home_communities .item {
  position: relative;
}

.home_communities .item .item_box {
  position: relative;
  display:block;
}

.home_communities .item .item_box:hover .pic .cover_bg {
  transform: scale(1.1);
}

.home_communities .item .pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.home_communities .item .pic:before, .home_communities .item .pic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30%;
}

.home_communities .item .pic:before {
  top: 0;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0));
}

.home_communities .item .pic::after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.home_communities .item .pic .cover_bg {
  position: relative;
  z-index: 0;
  padding-bottom: 153.3%;
}

.home_communities .item .text {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 40px 10px;
  text-align: center;
}
.home_communities .item .text span{
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    border-radius: 5px;
	margin: 10px;
	font-size: 10px;
	padding: 3px 5px 0 5px;
	line-height: 15px;
}
.home_communities .item .text h3 {
  line-height: 1.15em;
}

.home_communities .item .btn_wrap {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.section_slogan {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 9.5vw;
  line-height: 1em;
  color: #e9e3d2;
  -webkit-text-stroke: 1px #e9ce94;
  text-stroke: 1px #e9ce94;
}

.home_about .group, .home_service .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_about .text_box, .home_about .pic_box, .home_service .text_box, .home_service .pic_box {
  position: relative;
  width: 50%;
  padding: 0 3%;
  overflow: hidden;
}

.home_about .text_box, .home_service .text_box {
  padding-top: 6vw;
}

.home_about .left_box, .home_service .left_box {
  padding-left: 3%;
  padding-right: 1%;
}

.home_about .right_box, .home_service .right_box {
  padding-left: 1%;
  padding-right: 3%;
}

.home_about .head, .home_about .text, .home_service .head, .home_service .text {
  position: relative;
  z-index: 1;
}

.home_about .text, .home_service .text {
  padding-left: 50px;
}

.home_about .text_box {
  position: relative;
}

.home_about .section_slogan {
  transform: translateX(-20px);
}

.home_about .text p {
  margin-bottom: 10px;
  color: #555;
}

.home_about .text p:last-child {
  margin-bottom: 0;
}

.home_about .more_btn_wrap {
  justify-content: flex-start;
}

.home_about .video {
  width: 100%;
}

.home_service::before {
  display: none;
}

.home_service::after {
  z-index: 0;
}

.home_service .group {
  justify-content: flex-start;
}

.home_service .section_slogan,.home_newslist .section_slogan {
  left: auto;
  right: 2%;
}
.home_newslist .section_slogan {
  left: auto;
  right: 35%;
}
.home_service .pic_box {
  width: auto;
  padding-left: 0;
}

.home_service .pic_box img {
  max-width: 100%;
}

.home_service .item_wrap, .about_service .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home_service .item_wrap .item, .about_service .item_wrap .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home_service .item_wrap .item .pic, .about_service .item_wrap .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccb76c;
}

.home_service .item_wrap .item .pic div, .about_service .item_wrap .item .pic div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.home_service .item_wrap .item .pic img, .about_service .item_wrap .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}

.home_service .item_wrap .item p, .about_service .item_wrap .item p {
  text-align: center;
}

.home_service .item_wrap .item {
    width: 30%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.home_service .item_wrap .item:nth-child(3n) {
  margin-right: 0;
}

.home_service .item_wrap .item:nth-child(4) {
  margin-left: 10%;
  justify-self: flex-end;
}

.home_feedback {
  padding-bottom: 0;
}

.home_feedback .group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home_feedback .head ,.home_newslist .head {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 4.5vw;
}
.home_newslist .head {
	padding-top: 0;
}

.home_feedback .section_slogan {
  left: 15%;
}

.home_feedback .title {
  position: relative;
  z-index: 1;
}

.home_feedback .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.home_feedback .cover_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 85%;
  padding-bottom: 0;
  background-size: cover;
}

.home_feedback .item_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  padding: 40px 0;
}
.home_newslist .item_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  padding: 40px 0;
}
.home_feedback .item_wrap .item,.home_newslist .item_wrap .item {
  width: 25%;
  margin: 0 2.5%;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.3em;
  border-radius: 25px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.home_newslist .item_wrap .item {
	width: 65%;
}
.home_feedback .item_wrap .item img{
	width:100%;
}

.home_feedback .item_wrap .item:nth-child(2n), .home_feedback .item_wrap .item:nth-child(5n) {
  margin-top: 3%;
}
.home_newslist .item_wrap .item:nth-child(2n) {
  width: 60%;
}
.home_feedback .item_wrap .item .text p {
  margin-bottom: 10px;
}

.home_feedback .item_wrap .item .text p:last-child {
  margin-bottom: 0;
}

.home_feedback .item_wrap .item .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
}

.home_feedback .item_wrap .item .name::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background: #ccb76c;
}

/* 首頁跑馬燈 */
#news-ticker-container {
  width: 80%; /* 容器寬度 */
  height: 3.2em; /* 容器固定高度，允許多行顯示 */
  overflow: hidden; /* 隱藏超出部分 */
  position: relative;
  margin:0 auto;
  background: url(../images/bg_green.jpg) repeat center center;  
}

#news-ticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news-item {
  width: 100%;
  height:3.2em;
  box-sizing: border-box; /* 確保內距不影響寬度計算 */
  text-align: center;
  font-size: 16px;
  word-wrap: break-word; /* 防止長字超出容器 */
  line-height: 1.3em; /* 提高行間距適應多行文字 */
  opacity: 0.5; /* 預設半透明 */
  transition: opacity 0.5s; /* 動畫過渡效果 */
  display:flex;
  align-items:center;
  justify-content:center;
}
.news-item.active {
  opacity: 1; /* 不透明 */
}
.inpage h1{
	color: #ccb76c;
}
.in_wrap.articleContent{
	width:90%;
	background: #fff;
    border-radius: 25px;
    padding: 50px;
}

.inpage .section {
    padding: 2vh 0;
}
.section_title {
    padding: 0 30px;
	padding-top:30px;
}

.section_thumbnail{
	width:70%;
	margin:0 auto;
}
.section_thumbnail .pic{
  text-align: center;
}
.section_thumbnail img{
	max-height: 600px;
  max-width: 100%;
}
.icon_sns{
	margin-left: -10px;
}
.icon_sns img{
	width:35px;
}
.icon_sns a:hover{
	text-decoration:none;
}

.home_newslist .text{
	display: flex;
    justify-content: center;
}
.home_newslist .text .item{
	padding-left:80px;
}
.home_newslist .text a:hover{
	font-weight: 900;
    font-size: 18px;
}
.property_main .side .newslist {
	margin-top:10px;
}
.property_main .side .newslist p{
	padding: 5px 10px;
}
.property_main .side .newslist p:hover{
    background: #ccb76c !important;
	border:0px;
}
.property_main .side .newslist p a:hover {
    color:#fff;
}
@media screen and (max-width: 1360px) {
  #home .video {
    bottom: 0;
	}
  #home video {
    height: 110%;
	width: unset;
	top: 100px;
	position: relative;
	}
}
@media screen and (max-width: 1280px) {
  .title p {
    padding-left: 30px;
  }
  .home_new .item .text h3 {
    font-size: 28px;
  }
  .home_new .item .text p {
    font-size: 16px;
  }
  .home_new .item .text .location span {
    font-size: 14px;
  }
  .home_new .item .text .line {
    margin: 8px 0;
  }
  .home_developer .item .text {
	  
    display: -webkit-box;  /* ✅ iOS 兼容 */
    display: -ms-flexbox;  /* ✅ 老舊 IE 兼容 */
    display: flex;

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

    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto; /* ✅ 明確設定，避免 iOS 位置錯誤 */

    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%); /* ✅ iOS 兼容 */
    -ms-transform: translate(-50%, 50%);  /* ✅ 老舊 IE 兼容 */

    width: 90%;
    padding: 5px 0;
    background: #fff;
    border-radius: 10px;
	  
    max-width: 210px;
    height: 70px;
  }
  .home_developer .item .text .contain_bg {
    max-width: 200px;
  }
  .home_newslist .text_box {
    width: 100%;
  }
  .home_about .text_box, .home_service .text_box {
    width: 60%;
  }
  .home_about .pic_box, .home_service .pic_box {
    width: 40%;
  }
  .home_about text, .home_service text {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1040px) {
  .title {
    text-align: center;
  }
  .title p {
    padding-left: 0;
    justify-content: center;
    font-size: 22px;
    color: #666;
  }
  .title p:before {
    display: none;
  }
  .section_slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 11.5vw;
  }
  .home_about .group, .home_service .group, .home_newslist .group {
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
  }
  .home_about .left_box, .home_about .right_box, .home_service .left_box, .home_service .right_box {
    padding-left: 0;
    padding-right: 0;
  }
  .home_about .text_box, .home_about .pic_box, .home_service .text_box, .home_service .pic_box {
    width: 100%;
  }
  .home_about .text_box, .home_service .text_box, .home_newslist .text_box  {
    padding-top: 7.5vw;
    margin-bottom: 40px;
  }
  .home_about .group {
    flex-direction: column;
  }
  .home_about .section_slogan {
    transform: translateX(0);
  }
  .home_about .text {
    padding-left: 0;
  }
  .home_about .more_btn_wrap {
    justify-content: center;
  }
  .home_service {
    border-bottom: 1px solid #c7c7c7;
  }
  .home_service .section_slogan,.home_newslist .section_slogan {
    right: auto;
  }
  .home_service .group {
    flex-direction: column-reverse;
  }
  .home_service .pic_box {
    border-radius: 25px 0 0 25px;
  }
  .home_feedback .section_slogan {
    left: auto;
  }
  .home_feedback .head {
    padding-top: 7.5vw;
  }
  .home_feedback .item_wrap {
    padding-bottom: 0;
  }
  .home_feedback .item_wrap .item {
    width: 40%;
  }
  .home_newslist .section_slogan {
		right: auto;
		padding-top: 45px;
	}
  .home_feedback .item_wrap .item, .home_newslist .item_wrap .item {
	    width: 100% !important;
		margin-top: 0 !important;
        padding-left: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .section {
    padding: 5vh 0;
  }
}

@media screen and (max-width: 800px) {
  .section_title {
    margin-bottom: 20px;
  }
  .section_title h2:after {
    height: 30px;
    margin-top: 10px;
  }
  .section_title h2 strong {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .basic_slider_wrap .slider_btn_wrap .slider_btn.prev {
    transform: translate(-30%, -50%);
  }
  .basic_slider_wrap .slider_btn_wrap .slider_btn.next {
    transform: translate(30%, -50%);
  }
  .home_feedback .item_wrap .item {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .home_developer .item .text {
	  
    display: -webkit-box;  /* ✅ iOS 兼容 */
    display: -ms-flexbox;  /* ✅ 老舊 IE 兼容 */
    display: flex;

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

    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto; /* ✅ 明確設定，避免 iOS 位置錯誤 */

    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%); /* ✅ iOS 兼容 */
    -ms-transform: translate(-50%, 50%);  /* ✅ 老舊 IE 兼容 */

    width: 90%;
    padding: 5px 0;
    background: #fff;
    border-radius: 10px;
	  
    max-width: 210px;
    height: 70px;
  }
}

@media screen and (max-width: 600px) {
  .home_new .slider_btn {
    top: 43%;
    z-index: 2;
  }
  .home_new .slider_btn.prev {
    left: 3%;
  }
  .home_new .slider_btn.next {
    right: 3%;
  }
  .home_new .slider_btn img , .newslist {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .section_title h2 strong {
    font-size: 30px;
  }
  .home .bg{
	  background-size: cover;
  }
	.in_wrap.articleContent{
		padding: 30px 20px;
		width:95%;
	}
  .section_title {
		padding: 0 10px;
	}
	.section_thumbnail{
		width:100%;
		margin:0 auto;
	}
  .section_thumbnail img{
    width: 100%;
    height: unset;
  }
	#news-ticker-container {
		width: 90%;
	}
  .home_lastnew .item_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .home_lastnew .item {
    width: 95vw;
  }
  .home_lastnew .item .pic {
    width: 50vw;
  }
  .home_lastnew .item_list {
    height: auto;
  }
  .home_lastnew .item .text{
    margin-top: 0;
    width: 50vw;
    justify-content: flex-start;
  }
  .home_lastnew .item .item_box{
    display: flex;
  }
  .home_lastnew .item:nth-child(2n) .item_box{
    flex-direction: row-reverse;
  }
  
}

@media screen and (max-width: 400px) {
  .basic_slider_wrap .slider_btn_wrap .slider_btn.prev {
    left: 10px;
    transform: translate(0, -50%);
  }
  .basic_slider_wrap .slider_btn_wrap .slider_btn.next {
    right: 10px;
    transform: translate(0, -50%);
  }
}

.top_btn_wrap {
  position: sticky;
  top: calc(100vh - 30px);
  z-index: 5;
  width: 100%;
}

.top_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(-180%);
  padding: 5px 10px;
  color: #878787;
  line-height: 1em;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.3s ease;
}

.top_btn.active {
  opacity: 1;
  visibility: visible;
}

.top_btn:hover {
  border-color: #ccc;
  background: #fff;
}

.top_btn img {
  width: 9px;
  margin-right: 5px;
}

.basic_page {
  padding-top: 50px;
}

.in_banner {
  position: relative;
  width: 100%;
}

.in_banner img {
  width: 100%;
}

.in_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(15, 99, 76, 0.65); /* 綠色，70% 透明度 */
    pointer-events: none; /* 確保覆蓋層不影響點擊事件 */
}

.in_banner .section_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(25px);
  margin-bottom: 0;
  padding: 0 2%;
  z-index:1;
}

.in_banner .section_title h2 span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.in_banner .section_title h2 span img {
  width: 14px;
  margin-right: 10px;
}

.in_banner .section_title h2:after {
  background: #ccb76c;
}

.in_content {
  position: relative;
  padding: 40px 0;
}

.in_content.section_line:after {
  right: 20%;
}

.in_main_wrap {
  position: relative;
  z-index: 2;
}

.in_wrap {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}

.path {
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
}
.basic_page .path {
  margin-bottom: 0;
}
.path a, .path span, .path i {
  display: inline-block;
  margin-right: 7px;
}

.path a:last-child, .path span:last-child, .path i:last-child {
  margin-right: 0;
}

.path a:hover {
  color: #ccb76c;
}

.path i {
  transform: translateY(-2px);
  font-style: normal;
}

.pd_wrap {
  margin-bottom: 40px;
}

.tag {
  margin-bottom: 20px;
}

.tag.gd span {
  background: #ccb76c;
}

.tag.white span {
  background: #fff;
  color: #333;
}

.tag span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 10px 3px 10px;
  background: #999;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.1em;
}

.calculator {
  width: 100%;
}

.calculator .form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.calculator .form .item {
  margin-right: 20px;
  text-align: center;
}

.calculator .form .item span {
  display: block;
  font-size: 16px;
  color: #999;
}

.calculator .form .item input, .calculator .form .item select {
  height: 30px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  text-align: center;
  width: 100px;
  font-size: 15px;
}

.calculator .result {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.calculator .result p {
  margin-right: 30px;
}

.calculator .result p > span {
  margin-right: 10px;
}

.calculator .result p span {
  font-size: 16px;
}

.calculator .result p strong {
  font-size: 32px;
  color: #ccb76c;
}

.calculator .result a {
  padding: 5px 15px;
  background: #0f634c;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
}

.calculator .result a:hover {
  background: #ccb76c;
}

.unit {
  margin-bottom: 50px;
}

.unit_title {
  margin-bottom: 25px;
}

.unit_title h3 {
  font-size: 24px;
}

.unit_title h3 strong {
  margin-right: 10px;
  color: #0f634c;
}

.unit_title p {
  font-size: 16px;
  color: #999;
}

.property_wrap {
  margin-bottom: 40px;
}

.property_wrap .in_wrap {
  position: relative;
  z-index: 2;
}

.property_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.property_block02 .property_main {
	flex-direction: column;
}

.property_main .main {
  width: 64%;
}

.property_main .main .slider_wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
}
.property_main .main .slider_wrap .pic_box{
	display:inline-block;
	width:25%;
	padding:5px;
	vertical-align: top;
}
.property_main .main .slider_wrap img {
  width:100%;
  border-radius:10px;
}

.property_main .main .slider_btn_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
}

.property_main .main .slider_btn_wrap .slider_btn {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
}

.property_main .main .slider_btn_wrap .slider_btn.prev {
  left: 10px;
}

.property_main .main .slider_btn_wrap .slider_btn.next {
  right: 10px;
}

.property_main .main .head {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.property_main .main .head::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #c7c7c7;
  margin-top: 15px;
}

.property_main .main .head h2 {
  margin-bottom: 10px;
  color: #0f634c;
  font-size: 24px;
  line-height: 1.3em;
}

.property_main .main .head p {
  font-size: 16px;
}

.property_main .main .head p span {
  color: #666;
}

.property_main .main .head .price {
  margin-bottom: 10px;
}

.property_main .main .head .price strong {
  color: #ccb76c;
  font-size: 22px;
  margin-right: 5px;
}

.property_main .main .head .info p {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.property_main .main .head .info p span {
  width: 80px;
  margin-right: 10px;
}

.property_main .main .head .info p strong {
  width: calc(100% - 90px);
}

.property_main .main .intro {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.property_main .main .intro p {
  margin-bottom: 15px;
}

.property_main .side {
  width: 33%;
}

.property_main .side .box {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.property_main .side .profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #dedede;
}

.property_main .side .profile .pic {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.property_main .side .profile .pic .cover_bg {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.property_main .side .profile .text {
  width: calc( 100% - 110px);
}

.property_main .side .profile .text h4 {
  font-size: 16px;
  color: #999;
}

.property_main .side .profile .text h4 strong {
  margin-right: 10px;
  color: #0f634c;
}

.property_main .side .profile .text .tag {
  margin-bottom: 20px;
}

.property_main .side .profile .text .info {
  margin-bottom: 20px;
  word-break: break-word;
}

.property_main .side .profile .text .info p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.4em;
  font-size: 15px;
}

.property_main .side .profile .text .info p img {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  transform: translateY(1px);
}

.property_main .side .profile .text .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.property_main .side .profile .text .btn_wrap a {
  padding: 7px 20px;
  background: #0f634c;
  border-radius: 30px;
}

.property_main .side .profile .text .btn_wrap a:hover {
  background: #ccb76c;
}

.property_main .side .profile .text .btn_wrap a img {
  width: 100px;
  display:block;
}

.property_main .side .contact {
  background: #fff;
}

.property_main .side .contact .head {
  margin-bottom: 20px;
}

.property_main .side .contact .head h3 {
  font-size: 20px;
}

.property_main .side .contact .head h3 strong {
  margin-right: 10px;
  color: #0f634c;
  font-size: 24px;
}

.property_main .side .map {
  position: relative;
  width: 100%;
  height: 300px;
  background: none;
  padding: 0;
  border: 1px solid #b9b9b9;
  overflow: hidden;
  margin: 0;
}

.property_main .side .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact .form .item {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact .form .item:last-child {
  margin-bottom: 0;
}

.contact .form .item p {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
}

.contact .form .item p span {
  width: 100px;
  padding: 0 5px;
  color: #777;
}

.contact .form .item p span input, .contact .form .item p span select {
  border-right: 1px solid #c3c3c3;
}

.contact .form .item p input, .contact .form .item p select {
  border: none;
  border-radius: 0;
}

.contact .form input, .contact .form select, .contact .form textarea {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
}

.contact .form input, .contact .form select {
  height: 35px;
}

.contact .form textarea {
  height: 120px;
}

.contact .form .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .form .btn_wrap button {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  background: #ccb76c;
  color: #fff;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  transition: 0.3s ease;
}

.contact .form .btn_wrap button:hover {
  background: #0f634c;
}

.project_wrap {
  margin-bottom: 30px;
}

.project_wrap .section_title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}

.project_wrap .section_title h2 {
  position: relative;
}

.project_wrap .section_title h2::after {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  height: 40px;
  background: #ccb76c;
}

.project_wrap .group {
  padding: 40px 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.project_wrap .slider_wrap .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}

.project_wrap .slider_wrap .item .tag {
  position: absolute;
  right: 5px;
  top: 5px;
}

.project_wrap .slider_wrap .item .text {
  padding: 10px;
}

.project_wrap .slider_wrap .item .text p {
  font-size: 15px;
  color: #999;
}

.project_wrap .slider_btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.community_detail .main {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.community_detail .main .in_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.community_detail .main .info {
  position: relative;
  z-index: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
}

.community_detail .main .info .location, .community_detail .main .info .head, .community_detail .main .info .text {
  width: 100%;
  padding-right: 38%;
}

.community_detail .main .info .location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: #666;
}

.community_detail .main .info .location img {
  width: 14px;
  margin-right: 8px;
}

.community_detail .main .info .head {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.community_detail .main .info .head::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #c3c3c3;
}

.community_detail .main .info .head h1 {
  margin-bottom: 5px;
  line-height: 1.2em;
  font-size: 28px;
  color: #0f634c;
}

.community_detail .main .info .text p {
  margin-bottom: 15px;
}

.community_detail .main .info .text p:last-child {
  margin-bottom: 0;
}

.community_detail .main .info .more_btn_wrap {
  justify-content: flex-start;
}

.community_detail .main .pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}

.community_detail .main .pic img {
  width: 100%;
}

.nearby .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.nearby .item_wrap .item {
  padding: 10px;
  width: 23%;
  max-width: 200px;
  margin-right: 2%;
  border: 1px solid #d7c78c;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 2%;
  display: flex;
    justify-content: center;
    flex-direction: column;
}

.nearby .item_wrap .item p,.nearby .item_wrap .item span {
  display: block;
  line-height: 1.3em;
}

.nearby .item_wrap .item p {
  margin-bottom: 5px;
}
.nearby .item_wrap .item p:first-child {
	font-size: 14px;
}
.nearby .item_wrap .item span {
  font-size: 15px;
  color: #0f634c;
  font-weight: bold;
}

.highlight {
  width: 100%;
}

.highlight .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.highlight .pic {
  width: 30%;
}

.highlight .pic .slider_wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.highlight .pic .cover_bg {
  padding-bottom: 100%;
}

.highlight .pic .slider_btn_wrap {
  position: absolute;
  left: 4%;
  top: 50%;
  z-index: 1;
  width: 92%;
}

.highlight .pic .slider_btn_wrap .slider_btn {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.highlight .text {
  width: 70%;
  padding-left: 5%;
}
.property_page .highlight .text{
	  width: 100%;
}
.highlight .text li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 25px;
}

.highlight .text li:last-child {
  margin-bottom: 0;
}

.highlight .text li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 20px;
  transform: translateY(2px);
  background: url("../images/icon_list.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.text li::before , .process_content li::before {
  content: "";
  display: block;
  position: relative;
    left: -25px;
    top: 18px;
  width: 17px;
  height: 20px;
  transform: translateY(2px);
  background: url("../images/icon_list.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.community_detail .gallery .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.community_detail .gallery .item_wrap .item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.community_detail .gallery .item_wrap .item:nth-child(4n) {
  margin-right: 0;
}

.about_page .about_main {
  padding-top: 0;
}

.about_page .about_main .in_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about_page .about_main .pic, .about_page .about_main .text {
  width: 47%;
}

.about_page .about_main .pic {
  border-radius: 15px;
  overflow: hidden;
}

.about_page .about_main .pic img {
  display: block;
  width: 100%;
}

.about_page .about_main .text h3 {
  margin-bottom: 20px;
}

.about_page .about_main .text p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

.about_page .about_main .text p:last-child {
  margin-bottom: 0;
}

.about_page .about_service .unit_title {
  margin-bottom: 40px;
}

.about_page .about_service .item_wrap {
  justify-content: center;
}

.about_page .about_service .item_wrap .item {
  margin: 0 20px;
}

.about_page .contact {
  /* background: #fff; */
}

.about_page .contact .group {
  padding: 40px 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.about_page .contact .in_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about_page .contact .info {
  width: calc( 100% - 450px);
}

.about_page .contact .info .unit_title {
  padding-bottom: 20px;
  text-align: left;
}

.about_page .contact .info .box {
  margin-bottom: 30px;
}

.about_page .contact .info .item {
  margin-bottom: 20px;
}

.about_page .contact .info .item:last-child {
  margin-bottom: 0;
}

.about_page .contact .info .item span {
  display: block;
  color: #666;
  margin-bottom: 8px;
  font-size: 20px;
}

.about_page .contact .info .item p {
  line-height: 1.3em;
}

.about_page .contact .info .btn_wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.about_page .contact .info .btn_wrap a {
  margin-right: 20px;
  padding: 15px 20px;
  background: #0f634c;
  border-radius: 20px;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
}

.about_page .contact .info .btn_wrap a:hover {
  background: #58aa94;
}

.about_page .contact .info .btn_wrap a:last-child {
  margin-right: 0;
}

.about_page .contact .info .btn_wrap a p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
}

.about_page .contact .info .btn_wrap a p:last-child {
  margin-bottom: 0;
}

.about_page .contact .info .btn_wrap a img {
  height: 14px;
  margin-right: 10px;
  transform: translateY(3px);
}

.about_page .contact .form {
  width: 400px;
}
.BasePlan .unit_content{
	display: flex;
}
.unit .pic {
    height: 150px;
    overflow: hidden;
    position: relative;
}
.BasePlan.unit .pic {
	height: 300px;
}
.unit .pic img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.BasePlan .unit_content .pic {
	width: 30%;
}
.BasePlan .unit_content .text {
	width: 70%;
	padding-left: 3%;
}
.property_main .main .BasePlan .slider_wrap .pic_box{
	width:100%;
}


.li {
  display:block;
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 25px;
}

li:last-child {
  margin-bottom: 0;
}

.purchase_process .unit_content,.carrying_cost .unit_content{
	display:flex;
}
.purchase_process .unit_content .process,.carrying_cost .unit_content .process{
	width:33%;
}
.carrying_cost .unit_content .process {
    padding: 0 10px;
}
.purchase_process .unit_content .process.handover,.carrying_cost .unit_content .process.handover{
	width:34%;
}
.purchase_process .unit_content .process ul,.carrying_cost .unit_content .process ol,.carrying_cost .unit_content .process ul{
	font-size:16px;
	/* margin-top:20px; */
}
.purchase_process .unit_content .process ul ul{
	margin-top:0;
}
.purchase_process .unit_content .process ul ul li::before,.carrying_cost .unit_content .process ol ul li::before{
  background: url("../images/icon_list_s.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.purchase_process .unit_content .process ul strong{
	text-decoration:underline;
}

.process_title {
	width:100%;
	color:#fff;
    display: flex;
    align-items: center; /* 垂直置中 */
    justify-content: flex-start; /* 水平靠左 */
    gap: 8px; /* 圖片和文字之間的間距，可根據需要調整 */
	padding-left:10px;
	padding-right: 20px;
	border-radius:10px 0 0 10px;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%); /* 創建斜切效果 */
}

.process_title img{
	height:50px;
}
.carrying_cost .process_title img{
	height: 30px;
    margin: 10px;
}
.process_title_bg{
	border-radius:30px 0 0 30px;
}
.order .process_title{  /*#67A38F  #B6A62F, */ 
	background : #2B5841;
}
.order .process_title_bg{
	border-radius:10px 0 0 10px;
	background : #B6A62F;
}

.carrying_cost .process_title,.carrying_cost .process_title_bg {
	clip-path:unset;
	border-radius:10px !important;
}

.signpay .process_title{  /*#67A38F  #B6A62F, */
	border-radius:0; 
	background : #B6A62F;
}
.signpay .process_title_bg{
	border-radius:10px 0 0 10px;
	background : #67A38F;
}
.signpay .process_content span{
    padding-left: 60px;
    font-size: 14px;
}
.handover .process_title{  /*#67A38F  #B6A62F, */
	border-radius:0; 
	background : #67A38F;
}
.handover .process_title_bg{
	border-radius:10px 0 0 10px;
	background : unset;
}

.pay_process li::before {
	display:none;
}
.pay_process li {
	margin:20px auto;
	width:60%;
	text-align: center;
	border:1px solid #d7c78c;
	padding:5px;
	border-radius: 15px;
}


.pay_process li::after {
	content: "";
    display: block;
    width: 75px;
    height: 30px;
    background-color: #d7c78c;
    position: absolute;
    left: 50%;
    margin-left: -5%;
    clip-path: polygon(50% 10px, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px), 0 0);
}

.pay_process li:last-child::after{
	display:none;
}


.pay_process .process_content strong:last-child {
	color: #0f634c;
	text-align:center;
	width:100%;
	display:block;
}

.pay_process li strong ,.carrying_cost li strong{
	font-size: 13px;
    padding-left: 10px;
    color: red !important;
}
.pay_process li strong {
	display:block;
    padding-left: 0;
}


.carrying_cost .signpay .process_content{
	padding-top:20px;
}
.RecomPatternText .ratetext{
	font-size: 13px;
}
.RecomPatternText table{
	text-align:center;
	border:0;
	border-collapse: collapse;
}
.RecomPatternText table td,.RecomPatternText table th{
	padding:10px 0;
	border:0;
}
.RecomPatternText table td{
	border-bottom:2px solid #0F624B;
}
.RecomPatternText table tr td:first-child,.RecomPatternText table tr th:first-child{
	color:#0F624B;
}

.RecomPatternText table tr th{
	background-color:#dee8e4;
}
.RecomPatternText table tr th:first-child{
	background-color:#b2d3c8;
}

@media screen and (max-width: 1200px) {
  .in_banner .section_title {
    transform: translateY(18px);
  }
  .in_banner .section_title h2::after {
    height: 35px;
    margin-top: 12px;
  }
  .in_banner .section_title h2 strong {
    font-size: 32px;
  }
  .in_banner .section_title h2 span {
    font-size: 18px;
  }
  .in_content {
    padding: 30px 0;
  }
  .community_detail .main .info .location, .community_detail .main .info .head, .community_detail .main .info .text {
    padding-right: 33%;
  }
}

@media screen and (max-width: 1000px) {
  .in_banner {
    height: 50vh;
    max-height: 400px;
  }
  .in_banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .about_page .section_line::before {
    display: none;
  }
  .about_page .in_wrap {
    flex-wrap: wrap;
  }
  .about_page .about_main .in_wrap .pic, .about_page .about_main .in_wrap .text {
    width: 100%;
  }
  .about_page .about_main .in_wrap .pic {
    margin-bottom: 25px;
  }
  .about_page .about_service .item_wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .about_page .about_service .item_wrap .item {
    margin-bottom: 25px;
  }
  .about_page .contact .info, .about_page .contact .form {
    width: 100%;
  }
  .about_page .contact .info {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .about_page .contact .info .unit_title {
    text-align: center;
  }
  .about_page .contact .info .box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .about_page .contact .info .btn_wrap {
    justify-content: center;
  }
  .about_page .contact .form {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .property_main .side .profile {
    flex-direction: column;
    align-items: center;
  }
  .property_main .side .profile .pic {
    margin-bottom: 10px;
  }
  .property_main .side .profile .text {
    width: 100%;
  }
  .property_main .side .profile .text h4, .property_main .side .profile .text .tag {
    text-align: center;
  }
  .property_main .side .profile .text .btn_wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .community_detail .gallery .item_wrap .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .community_detail .gallery .item_wrap .item:nth-child(4n) {
    margin-right: 2%;
  }
  .community_detail .gallery .item_wrap .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .in_content.section_line:after {
    display: none;
  }
  .property_main {
    flex-wrap: wrap;
  }
  .property_main .main, .property_main .side {
    width: 100%;
  }
  .community_detail .nearby .item_wrap .item {
    width: 32%;
    max-width: none;
  }
  .community_detail .nearby .item_wrap .item:nth-child(3n) {
    margin-right: 0;
  }
  .community_detail .nearby .item_wrap .item p, .community_detail .nearby .item_wrap .item span {
    display: block;
    line-height: 1.3em;
  }
  .community_detail .nearby .item_wrap .item p {
    margin-bottom: 10px;
  }
  .community_detail .nearby .item_wrap .item span {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .community_detail .main .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .community_detail .main .info .location, .community_detail .main .info .head, .community_detail .main .info .text {
    padding-right: 0;
  }
  .community_detail .main .info .location, .community_detail .main .info .head {
    width: 100%;
  }
  .community_detail .main .info .location {
    justify-content: center;
  }
  .community_detail .main .info .head {
    text-align: center;
  }
  .community_detail .main .info .pic {
    position: relative;
  }
  .community_detail .main .info .text {
    width: 65%;
  }
  .community_detail .main .info .more_btn_wrap {
    padding-left: 35%;
  }
  .community_detail .highlight .box {
    flex-wrap: wrap;
  }
  .community_detail .highlight .pic, .community_detail .highlight .text {
    width: 100%;
  }
  .community_detail .highlight .pic {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .community_detail .highlight .text {
    padding-left: 0;
  }
  .community_detail .highlight .text li {
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .community_detail .highlight .text li:last-child {
    margin-bottom: 0;
  }
  .community_detail .gallery .item_wrap .item {
    width: 48%;
    margin-right: 4%;
  }
  .community_detail .gallery .item_wrap .item:nth-child(3n) {
    margin-right: 4%;
  }
  .community_detail .gallery .item_wrap .item:nth-child(2n) {
    margin-right: 0;
  }
	.purchase_process .unit_content .process,.carrying_cost .unit_content .process,
	.purchase_process .unit_content .process.handover,.carrying_cost .unit_content .process.handover,
	.BasePlan .unit_content .pic,.BasePlan .unit_content .text	{
		width: 100%;
		margin-bottom: 20px;
	}
	.purchase_process .unit_content, .carrying_cost .unit_content {
		display: block;
	}
	.BasePlan .unit_content{
		display:block;
	}
	.property_main .main .slider_wrap .pic_box {
		width: 50%;
	}
	.nearby .item_wrap .item {
		width: 48%;
	}
	.pay_process li {
		width: 100%;
		padding: 5px 10px;
	}
	.pay_process li::after{
		margin-left: -9%;
	}
	.process_title,.signpay .process_title ,.handover .process_title{
		clip-path:unset;
		border-radius: 10px;
	}
	.process_title_bg{
		background: unset !important;
	}
	.purchase_process .process::after{
		content: "";
		display: block;
		width: 100%;
		height: 50px;
		margin-bottom:10px;
		background-color: #2B5841;
		clip-path: polygon(50% 20px, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
	}
	.purchase_process .signpay::after{
		background-color: #B6A62F;
	}
	.purchase_process .handover::after{
		background-color: #67A38F;
	}
	
}

.unit_title {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .community_detail .main .info {
    display: block;
  }
  .community_detail .main .info .pic, .community_detail .main .info .text {
    width: 100%;
  }
  .community_detail .main .info .pic {
    max-width: 250px;
    margin: 0 auto 25px auto;
  }
  .community_detail .main .info .more_btn_wrap {
    justify-content: center;
    padding-left: 0;
  }
  .about_page .contact .info .btn_wrap {
    flex-direction: column;
  }
  .about_page .contact .info .btn_wrap a {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .about_page .contact .info .btn_wrap a:last-child {
    margin-bottom: 0;
  }
  .about_page .contact .info .btn_wrap a p {
    margin-bottom: 3px;
  }
  .about_page .contact .form {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .community_detail .nearby .item_wrap .item {
    width: 48%;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  .community_detail .nearby .item_wrap .item:nth-child(3n) {
    margin-right: 4%;
  }
  .community_detail .nearby .item_wrap .item:nth-child(2n) {
    margin-right: 0;
  }
  .community_detail .nearby .item_wrap .item p {
    margin-bottom: 5px;
  }
  .about_page .about_service .item_wrap {
    max-width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .community_detail .gallery .item_wrap .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .community_detail .gallery .item_wrap .item:last-child {
    margin-bottom: 0;
  }
  
.home_service .item_wrap, .about_service .item_wrap {
    font-size: 15px;
}
  
}

.search_wrap {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.search_wrap .search_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
  padding: 5px;
  border-radius: 50px;
  border: 1px solid #c3c3c3;
  background: #fff;
  font-size: 16px;
}

.search_wrap .search_menu .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  padding: 0 10px;
  border-right: 1px solid #c3c3c3;
}

.search_wrap .search_menu .item:last-child {
  border: none;
}

.search_wrap .search_menu .keyword_item {
  flex: 2;
  width: 300px;
}

.search_wrap .search_menu .keyword_item img {
  width: 14px;
  margin-right: 8px;
  transform: translateY(-1px);
}

.search_wrap .search_menu .submit_item {
  padding-right: 0;
}

.search_wrap input, .search_wrap select, .search_wrap button {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 16px;
  color: #777;
  cursor: pointer;
  transition: 0.3s ease;
}

.search_wrap input:-webkit-autofill, .search_wrap input:-webkit-autofill:hover, .search_wrap input:-webkit-autofill:focus, .search_wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.search_wrap input:-webkit-autofill {
  -webkit-text-fill-color: #777 !important;
}

.search_wrap input::-webkit-input-placeholder {
  color: #777;
}

.search_wrap input:-moz-placeholder {
  color: #777;
}

.search_wrap input::-moz-placeholder {
  color: #777;
}

.search_wrap input:-ms-input-placeholder {
  color: #777;
}

.search_wrap input:hover::-webkit-input-placeholder {
  color: #0f634c;
  background: none;
}

.search_wrap input:hover:-moz-placeholder {
  color: #0f634c;
  background: none;
}

.search_wrap input:hover::-moz-placeholder {
  color: #0f634c;
  background: none;
}

.search_wrap input:hover:-ms-input-placeholder {
  color: #0f634c;
  background: none;
}

.search_wrap select:hover {
  color: #0f634c;
}

.search_wrap .submit_btn {
  border-radius: 50px;
  background: #0f634c;
  color: #fff;
  text-align: center;
  width: 100%;
}

.search_wrap .submit_btn:hover {
  background: #ccb76c;
}

.search_wrap .search_result {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
}

.search_wrap .search_result .head p {
  margin-bottom: 8px;
  line-height: 1em;
}

.search_wrap .search_result .head h3 {
  line-height: 1em;
  font-size: 28px;
  color: #999;
}

.search_wrap .search_result .sort {
  margin-bottom: 5px;
}

.search_wrap .search_result .sort select {
  padding: 0 10px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #c3c3c3;
  background: #fff;
  width: 160px;
}

@media screen and (max-width: 1200px) {
  .search_wrap {
    margin-bottom: 30px;
  }
  .search_wrap .search_menu {
    margin-bottom: 30px;
  }
  #home .video {
    height: 100%;
	}
  #home video {
    height: 100%;
	width: unset;
	top: 0;
	}
}

@media screen and (max-width: 1100px) {
  .search_wrap .search_menu .item {
    padding: 0 5px;
  }
  .search_wrap .search_menu .keyword_item {
    flex: 2;
  }
}

@media screen and (max-width: 1000px) {
  .search_wrap .search_menu {
    background: none;
    border: none;
    padding: 0;
  }
  .search_wrap .search_menu .item {
    width: 32%;
    margin-bottom: 15px;
    flex: none;
    border-radius: 50px;
    border: 1px solid #c3c3c3;
    background: #fff;
  }
  .search_wrap .search_menu .item:last-child {
    margin-bottom: 0;
  }
  .search_wrap .search_menu .keyword_item {
    width: 66%;
  }
  .search_wrap .search_menu .submit_item {
    width: 100%;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .search_wrap .search_result .sort select {
    width: 120px;
  }
}

@media screen and (max-width: 430px) {
  .search_wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .search_wrap .search_menu .item {
    width: 48.5%;
  }
  .search_wrap .search_menu .keyword_item, .search_wrap .search_menu .submit_item {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .search_wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .search_wrap .search_result .head h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 325px) {
  .search_wrap .search_menu .item {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.pd_item_wrap {
  width: 100%;
}

.pd_item_wrap.list_mode .item {
  width: 100%;
}

.pd_item_wrap.list_mode .item .pic {
  width: 32%;
}
.announcelist .pd_item_wrap.list_mode .item .pic {
  width: 18%;
}

.pd_item_wrap.list_mode .item .pic .cover_bg {
  height: 100%;
  padding-bottom: 0;
}

.pd_item_wrap.list_mode .item .text {
  width: 68%;
}
.announcelist .pd_item_wrap.list_mode .item .text {
  width: 82%;
}

.announcelist .inpage p {
    padding: 10px 0 !important;
}

.pd_item_wrap.grid_mode {
  display: flex;
  align-items: stretch;
  justify-content: cneter;
  flex-wrap: wrap;
}
.developerlist .pd_item_wrap.grid_mode div {
  display: flex;
  align-items: stretch;
  justify-content: cneter;
  flex-wrap: wrap;
  align-items: center;
}

.developerlist .pd_item_wrap.grid_mode {
  display: unset;
}

.pd_item_wrap.grid_mode .item {
  width: 23.5%;
  margin-right: 2%;
}
.pd_item_wrap.grid_mode .comm_lv1 .item {
  width: 25%;
}
.pd_item_wrap.grid_mode .item:nth-child(4n) {
  margin-right: 0;
}

.pd_item_wrap.grid_mode .item .pic, .pd_item_wrap.grid_mode .item .text {
  width: 100%;
}

.pd_item_wrap.grid_mode .item .pic .cover_bg {
  padding-bottom: 100%;
}
.pd_item_wrap.grid_mode .comm_lv1 .item .pic .cover_bg {
    padding-bottom: 25% !important;
}
.pd_item_wrap.grid_mode .item .pic .logo, .pd_item_wrap.grid_mode .item .pic .location {
  z-index: 2;
}

.pd_item_wrap.grid_mode .item .pic .location {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 15px;
  border-radius: 20px;
  padding: 5px 10px 3px 10px;
  line-height: 1em;
  background: #fff;
}

.pd_item_wrap.grid_mode .item .pic .logo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  bottom: 15px;
  padding: 0 10px;
  width: 100%;
  max-width: none;
  background: none;
  line-height: 1.3em;
  color: #fff;
}
.pd_item_wrap.grid_mode .comm_lv1 .item .pic .logo {
  bottom: 7px;
}
.pd_item_wrap.square_mode .item .pic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.pd_item_wrap.shadow .item {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.pd_item_wrap .item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.comm_lv1,.comm_lv2{
	width:100%;
}
.comm_lv1{
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.pd_item_wrap .comm_lv1 .item,.pd_item_wrap .comm_lv2 .item {
  display: inline-block;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}

.pd_item_wrap .item .pic {
  position: relative;
  overflow: hidden;
}

.pd_item_wrap .item .pic:hover .cover_bg {
  transform: scale(1.05);
}

.pd_item_wrap .item .pic .cover_bg {
  z-index: 0;
}

.pd_item_wrap .item .pic .logo {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 1;
  width: 35%;
  max-width: 200px;
  min-width: 100px;
  padding: 0 5%;
  background: #fff;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.pd_item_wrap .item .pic .logo .contain_bg {
  padding-bottom: 50%;
}

.pd_item_wrap .item .text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 25px 30px;
  background: #fff;
  font-family: 'OptimaBold', 'Noto Sans TC', "微軟正黑體", Arial, Helvetica, sans-serif;
}

.pd_item_wrap .item .text .text_wrap {
  margin-bottom: 30px;
}

.pd_item_wrap .item .text .info::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 20px 0;
  background: #c3c3c3;
}

.pd_item_wrap .item .text .info p {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 8px;
  line-height: 1.3em;
}

.pd_item_wrap .item .text .info p:last-child {
  margin-bottom: 0;
}

.pd_item_wrap .item .text .info p span {
  width: 90px;
  color: #777;
  font-size: 16px;
}

.pd_item_wrap .item .text .info p strong {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.announcelist .pd_item_wrap .item .text .info p strong {
  padding-left: 0;
}

.pd_item_wrap .item .text .intro {
  color: #666;
}

.pd_item_wrap .item .text .intro p {
  font-size: 15px;
  line-height: 1.7em;
}

.pd_item_wrap .item .text .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.pd_item_wrap .item .text .btn_wrap .contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pd_item_wrap .item .text .btn_wrap .contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 10px;
  background: #999;
}

.pd_item_wrap .item .text .btn_wrap .contact a:hover {
  background: #0f634c;
}

.pd_item_wrap .item .text .btn_wrap .contact a img {
  width: 16px;
}

.pd_item_wrap .item .text .btn_wrap .more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1em;
}

.pd_item_wrap .item .text .btn_wrap .more:hover {
  transform: translateX(8px);
}

.pd_item_wrap .item .text .btn_wrap .more strong {
  margin-right: 5px;
  color: #0f634c;
}

.pd_item_wrap .item .text .btn_wrap .more .icon_arrow {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1000px) {
  .pd_item_wrap.grid_mode .item {
    width: 32%;
  }
  .pd_item_wrap.grid_mode .item:nth-child(4n) {
    margin-right: 2%;
  }
  .pd_item_wrap.grid_mode .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 850px) {
  .pd_item_wrap.list_mode .item .pic, .pd_item_wrap.list_mode .item .text,
  .announcelist .pd_item_wrap.list_mode .item .pic,.announcelist .pd_item_wrap.list_mode .item .text {
    width: 100%;
  }
  .pd_item_wrap.list_mode .item .pic .cover_bg {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media screen and (max-width: 680px) {
  .pd_item_wrap.grid_mode .item {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .pd_item_wrap.grid_mode .item:nth-child(3n) {
    margin-right: 3%;
  }
  .pd_item_wrap.grid_mode .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .pd_item_wrap .item .pic .logo {
    width: 20%;
  }
  .pd_item_wrap .item .text {
    padding: 15px 20px;
  }
  .pd_item_wrap .item .text .text_wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 430px) {
  .pd_item_wrap.grid_mode .item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .pd_item_wrap.grid_mode .item .pic .cover_bg {
    padding-bottom: 70%;
  }
}

/* pager.css ==============================================*/
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px 0;
  text-align: center;
}

.pager a.prev, .pager a.next {
  width: 24px;
  height: 24px;
}

.pager a.prev:hover, .pager a.next:hover {
  background: #0f634c;
}

.pager a.prev:hover::before, .pager a.next:hover::before {
  border-color: #fff;
}

.pager div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0	20px;
}

.pager div a {
  position: relative;
  cursor: pointer;
  line-height: 1em;
  margin: 0 5px;
  padding: 0 5px;
  color: #666;
}

.pager div a.active, .pager div a:hover {
  color: #ccb76c;
}

@media screen and (max-width: 1000px) {
  .pager {
    margin: 30px auto;
  }
  #home .video {
    height: 100%;
	}
  #home video {
    height: 100%;
	width: unset;
	}
}

/* footer.css ==============================================*/
.footer {
  padding: 5vh 0;
  background: #0f634c;
  color: #fff;
}

.footer .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1400px;
}

.footer .footer_logo {
  width: 30%;
  text-align: center;
}

.footer .footer_logo img {
  width: 60%;
  margin-bottom: 30px;
  margin-top: 10%;
}

.footer .footer_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  width: 70%;
}

.footer .footer_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 20%;
  min-width: 150px;
  margin-right: 5%;
}

.footer .footer_menu a {
  margin-bottom: 10px;
  color: #fff;
}

.footer .footer_menu a:last-child {
  margin-bottom: 0;
}

.footer .footer_menu a:hover {
  color: #ccb76c;
}

.footer .footer_text {
  font-size: 16px;
}

.footer .footer_text p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.footer .footer_text p:last-child {
  margin-bottom: 0;
}

.footer .footer_text p .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 1em;
  margin-right: 10px;
}

.footer .footer_text p .icon_tel img {
  width: 16px;
}

.footer .footer_text p .icon_address img {
  width: 13px;
}

.footer .footer_text p .icon_mail img {
  width: 18px;
  transform: translateY(2px);
}

.footer .footer_text p a {
  position: relative;
  color: #ccb76c;
}

.footer .footer_text p a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  /* background: #ccb76c; */
}

.footer .footer_text p a:hover:before {
  width: 100%;
}

.footer .footer_copyright {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  font-size: 13px;
  line-height: 1.3em;
}

@media screen and (max-width: 1040px) {
  .footer .footer_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_logo {
    width: 190px;
  }
  .footer .footer_main {
    width: calc(100% - 240px);
  }
  .footer .footer_menu {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: none;
    margin-right: 0;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer .footer_menu a {
    position: relative;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .footer .footer_menu a:before {
    content: "/";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer .footer_menu a:last-child {
    margin-right: 0;
  }
  .footer .footer_menu a:last-child:before {
    display: none;
  }
  .footer .footer_copyright {
    justify-content: flex-start;
    border-color: rgba(255, 255, 255, 0.5);
  }
  #home .video {
    height: 100%;
	}
  #home video {
    height: 100%;
	width: unset;
	}
}

@media screen and (max-width: 680px) {
  .footer .wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_logo {
    margin-bottom: 30px;
  }
  .footer .footer_logo img {
    margin-bottom: 15px;
  }
  .footer .footer_logo p {
    color: #ccb76c;
  }
  .footer .footer_main {
    width: 100%;
  }
  .footer .footer_menu {
    justify-content: center;
  }
  #home .video {
    width: 100%;
    bottom: 0;
    height: 100%;
	right: 110%;
	}
  #home video {
    height: 100%;
	width: unset;
	}
}

@media screen and (max-width: 480px) {
  .footer .footer_menu a {
    width: 43%;
    padding: 5px 10px z;
    margin: 0 3% 15px 3% !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    text-align: center;
  }
  .footer .footer_menu a:before {
    display: none;
  }
  .home_about .text, .home_service .text {
    padding: 0 10px;
  }
  .home_service .item_wrap .item {
	margin-right: 5%;
  }
  

	.home_service .item_wrap .item:nth-child(3n) {
	  margin-right: unset;
	}

	.home_service .item_wrap .item:nth-child(4) {
	  margin-left: unset;
	}

  
  
  #home .video {
    width: 100%;
    bottom: 0;
    height: 100%;
	right: 110%;
	}
  #home video {
    height: 100%;
	width: unset;
	}
}


.wp-block-ub-content-toggle-accordion{
  border-color: #0f634c !important;
}
.wp-block-ub-content-toggle-accordion-title-wrap{
  background-color:#0f634c !important;
}
.wp-block-ub-content-toggle-accordion-title,.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right{
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */