@charset "utf-8";
/* CSS Document */

/* reset */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Noto+Sans+TC:wght@100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

html {
  font-size: 15px;
  font-family: "Noto Sans TC", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: var(--textColor);
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  border: 0;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/

td,
th {
  padding: 0;
}


/*＝＝＝＝＝/網站全域設定/＝＝＝＝＝*/
:root {
  --m100: 100px;
  --m50: 50px;
  --m30: 30px;
  --f100: 100px;
  --f70: 70px;
  --f60: 60px;
  --f48: 48px;
  --f40: 40px;
  --f36: 36px;
  --f32: 32px;
  --f28: 28px;
  --f24: 24px;
  --f22: 22px;
  --f20: 20px;
  --f18: 18px;
  --mainColor: #00A484;
  --subColor: #F2902C;
  --textColor: #2C321F;
  --clG01: #00A484;
  --clG02: #F2902C;
  --clG03: #E4F5F2;
  --clG04: #8CBE6D;
  --clG05: #221814;
  --ff01: "Familjen Grotesk", serif;
}

@media (max-width:1024px) {
  :root {
    --m50: 40px;
    --m30: 25px;
    --f100: 80px;
    --f70: 60px;
    --f60: 50px;
    --f48: 40px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
  }
}

@media (max-width:768px) {
  :root {
    --m100: 70px;
    --m50: 30px;
    --m30: 20px;
    --f100: 70px;
    --f70: 50px;
    --f60: 40px;
    --f48: 32px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
  }
}

@media (max-width:600px) {
  :root {
    --m100: 50px;
    --m50: 25px;
    --f100: 60px;
    --f70: 40px;
    --f60: 32px;
    --f48: 28px;
    --f40: 24px;
    --f36: 22px;
    --f32: 20px;
    --f28: 18px;
    --f24: 18px;
    --f22: 18px;
    --f20: 17px;
    --f18: 16px;
  }
}

@media (max-width:375px) {
  :root {
    --f100: 40px;
    --f70: 33px;
    --f60: 27px;
    --f48: 24px;
    --f40: 20px;
    --f36: 18px;
    --f32: 18px;
    --f28: 17px;
    --f24: 17px;
    --f22: 17px;
    --f20: 16px;
    --f18: 15px;
  }
}


/*
========================================================================== 
================================= STYLE ==================================
========================================================================== 
*/



* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  box-sizing: border-box;
  list-style: none;
  max-width: 100%;
}

.both {
  clear: both;
}

.clear {
  clear: both;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.flex_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#both {
  clear: both;
}

a {
  outline: none;
  /* for Firefox */
  text-decoration: none;
}

/* hsiang 105 09 08 new add css */
.new_top_m {
  padding: 15px 3%;
  position: relative;
  z-index: 99999;
  background: #FFFFFF;
  color: var(--textColor);
  min-height: 40px;
}

.new_top_m.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--clG01);
  padding: 0;
  color: #FFF;
}

.new_top_m .topLogo img+img{
  margin-left: 10px;
}

/* .new_top_m *:not(a){transition: all .6s;} */
.topLogo {
  transition: all .3s;
}

.topLogo a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.topMenu {
  border-top: 1px solid #DDDDDD;
  width: calc(100% - 280px);
  max-width: 1000px;
}

.box_c {
  max-width: 1830px;
  margin: 0 auto;
  transition: all .3s;
  justify-content: space-between;
}

.new_top_m.sticky .box_c {
  min-height: 52px;
}

.new_top_m.sticky .topMenu {
  transition: all .3s;
  border-top: 0;
} 

/* .new_top_m.sticky .topLogo {
  position: absolute;
  left: 20px;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 1px 3px 14px 3px rgba(0, 0, 0, .5);
  z-index: 10;
}*/

.new_top_m.sticky .topLogo img {
  max-height: 46px;
  -webkit-filter:grayscale(1) brightness(10);
} 

.new_top_m.sticky .topLogo img+img{
  display: none;
}

.t_m_le {
  float: left;
}

.t_m_ri {
  float: right;
  margin-top: 20px;
}

/* baner */
.banner_box {
  width: 100%;
  margin: 0;
  background: #fff;
}


/* hsiang moved the css about slidershow effect  from common2.css */
.ad {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 405px;
  overflow: hidden;
}

.slider {
  position: absolute;
}

.num {
  position: absolute;
}

.slider li {
  list-style: none;
  display: inline;
}

.num {
  bottom: -30px;
  left: 0px;
}

.num li {
  text-align: center;
  line-height: 16px;
  background: #FFF;
  border: #E27070 1px solid;
  float: left;
  color: #666;
  cursor: pointer;
  padding: 3px 7px;
  margin-right: 5px;
}

.num li.on {
  background: #E27070;
  color: #FFF;
}


/* index.php */
#index {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  padding: 60px 20px;
  background: url(../images/all_bg.jpg);
}

.pageIndex #index {
  padding: 0;
  background: none;
}

#index_c {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* .obj_info #index_c, 
.obj_info .banner .pageTitle{
  max-width: 1000px;
} */

/* box left + right */
#btn_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}

#btn_right {
  padding-left: 200px;
}

/* left */
.btn_left_1 {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.btn_left_title {
  width: 100%;
  color: #fff;
  background: #5DAA77;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 7px;
  text-align: center;
}

.btn_left_1 ul {
  float: left;
  width: 100%;
  margin: 10px auto;
}

.btn_left_ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px #b4b4b4 dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.btn_left_ul li a {
  font-size: 15px;
  color: #999;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

.btn_left_ul li a:hover {
  color: #06C;
  background: #f3f3f3;
}

.btn_left_1 ul li,
.btn_left_1 ul li a {
  color: #999;
  line-height: 22px;
  font-size: 14px;
}

/* box index right  search*/
.i_search {
  padding: 60px 20px 0;
}

.btn_right_title * {
  color: #D96D00;
  font-size: 13px;
  letter-spacing: 1px;
}

.btn_right_title h3 {
  font-size: var(--f32);
  color: #221814;
  letter-spacing: .05em;
  font-weight: 500;
}

.btn_right_title h3 span {
  font-size: var(--f24);
  color: var(--clG01);
  display: block;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform:uppercase;
}

.newsPage .btn_right_title h3 span{
  color: var(--subColor);
}

.item_title {
  margin: 20px 0 30px;
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
  align-items: flex-start;
  align-content: flex-start;
}

.item_title>p {
  width: 100%;
  margin-top: 10px;
}

.item_title>p * {
  font-size: var(--f24);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: .05em;
  color: var(--textColor);
}

.visible-xs {
  display: none;
}

.btn_right_ch_all {
  margin: auto;
  background: #F8F8F8;
  padding: 30px;
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.btn_right_ch_all ul {
  width: calc(100% - 130px);
}

.btn_right_ch_all li {
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.btn_right_ch_all li+li {
  margin-top: 10px;
}

.btn_search_box:not(.btn_submit_box) {
  width: 20%;
  margin: 5px 0;
  padding-right: 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn_search_box.area_search>span {
  width: 100%;
  display: block;
}

.btn_search_box.extPrice {
  /* width: 40%; */
  width: auto;
  max-width: 60%;
}

.btn_search_box>p {
  width: 100%;
  color: var(--clG05);
  font-size: var(--f18);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .05em;
}

input.btn_img {
  background: url(../images/cs_search.svg) no-repeat center center, var(--subColor);
  border: none;
  width: 100px;
  height: 100px;
  transition: .6s;
  border-radius: 100px;
}

input.btn_img:hover {
  transform: scale(1.05);
}

.extPrice span:nth-of-type(1) {
  padding: 0 3px;
}

.extPrice span:nth-of-type(2),
.houseLayout span {
  padding-left: 3px;
}

/* box index right  search 搜尋按鈕的 邊框 CSS 設定*/
.box_search select,
.box_search input:not(.btn_img),
.box_search textarea {
  border: 1px #888888 solid;
  max-width: 100%;
  border-radius: 7px;
  padding: 3px 5px;
  width: 160px;
  color: #666666;
  background: #FFFFFF;
}

.box_search .houseLayout select {
  max-width: calc(100% - 25px);
}


/* box index right house case 首頁右邊的物件 css 設定 */
.i_recom {
  padding: 60px 20px;
}

.btn_right_pic_con ul {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

a.btn_right_pic_all {
  display: flex;
  position: relative;
  border: 1px solid #DDDDDD;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.item_pic {
  width: 100%;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}

.item_pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  object-fit: cover;
  transition: .3s;
}

a.btn_right_pic_all:hover .item_pic img {
  transform: translate(-50%, -50%) scale(1.1);
}

.house_sign {
  min-width: 80px;
  padding: 5px 10px;
  background: #F04335;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.obj_info .house_sign {
  position: relative;
  right: unset;
  bottom: unset;
}

.btn_right_pic_all dl {
  margin-top: 20px;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: .05em;
}

a.btn_right_pic_all dl h3 {
  font-size: var(--f20);
  color: var(--textColor);
}

a.btn_right_pic_all dd {
  color: var(--clG01);
  font-size: var(--f24);
  font-weight: bold;
}




/* box  foot  頁面下方 CSS 設定 */
.foot_m{
  width: 100%;
}
/*
.foot_m { width:100%; background: #fff; padding:10px 0; border-top: 1px #ccc solid;}
*/
.footer {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  font-size: var(--f18);
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.8;
}

.footer a {
  color: inherit;
}

.f_menu {
  background-color: var(--mainColor);
  color: #FFFFFF;
}

.f_menu ul {
  max-width: 1200px;
  width: 100%;
  padding: 10px 0;
  justify-content: space-between;
}

.f_menu li a {
  padding: 0px 7px;
  margin: 3px;
  display: block;
  position: relative;
}

.f_menu li a::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: .6s;
}

.f_menu li a:hover::after {
  width: 100%;
}

.copyRight {
  background: #221814;
  padding: 10px;
  color: #FFFFFF;
  font-size: 13px;
}

.copyRight a {
  display: block;
}

.f_info {
  padding: 20px 10px;
}

.certiNum {
  margin-top: 10px;
}

.certiNum b {
  color: var(--subColor);
  font-weight: normal;
}

a.footer_logo {
  padding: 10px;
  margin-bottom: 20px;
}

.double_key {
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
}

.double_key a {
  font-size: 13px;
  color: var(--MainColor);
  display: inline-block;
}

.double_key a:after {
  content: ' , ';
  font-size: 14px;
  color: var(--MainColor);
}

.double_key a:last-child:after {
  display: none;
}

/*fix*/
.fix_ri {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: fixed;
  justify-content: end;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  text-align: center;
}

.fix_ri a {
  display: grid;
  transition: all 0.3s;
  border-radius: 50px;
  gap: 6px;
  grid-template-columns: 20px 1fr;
  text-decoration: none;
  padding: 2px 10px;
  align-items: center;
}

.fix_ri a+a {
  margin-top: 5px;
}

.fix_ri a:hover {
  filter: brightness(1.1);
}

.fix_ri img {
  max-width: 35px;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.fix_ri p {
  text-align: center;
  line-height: 180%;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
}

.c_clickbox {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  flex-direction: row;
  padding: 0 5px;
  align-items: flex-end;
}

.c_click {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  right: 15px;
}

.c_clickbox u {
  background: #fff;
  font-style: normal;
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.c_clickbox:hover u {
  transform: rotate(225deg);
  background: #fff;
  color: var(--mainColor);
}

.c_clickbox u:after {
  content: "";
  background: var(--textColor);
  width: 15px;
  height: 3px;
  position: absolute;
}

.c_clickbox u:before {
  content: "";
  background: var(--textColor);
  width: 3px;
  height: 15px;
  position: absolute;
}

a.cstel {
  background: #D9A300;
}

a.csphone {
  background: #F16A21;
}

a.csline {
  background: var(--clG04);
}

a.csfb {
  background: #4271BF;
}

a.cssearch {
  background: #E75A5A;
}

/* search.php */
.search_list {
  width: 100%;
  margin: 10px auto;
  justify-content: flex-start;
}

.search_list li {
  font-size: var(--f18);
  letter-spacing: .05em;
}

.search_list li+li {
  margin-left: 20px;
}

.search_list a {
  color: #fff;
  width: 210px;
  height: 35px;
  background: var(--subColor);
  border-radius: 35px;
  text-align: center;
  padding: .1em .15em .1em .05em;
  transition: .3s;
  letter-spacing: .1em;
}

.search_list a:hover {
  background: var(--textColor);
}

.search_list span {
  color: #32774a;
}

.search_list2 {
  width: 100%;
  line-height: 24px;
  margin: 0 auto;
}

.search_list2 * {
  color: #858585;
  font-family: Arial, Helvetica, sans-serif;
}

.search_list2 span {
  color: var(--subColor);
}

.search_product_all {
  position: relative;
  border: 1px #e8e8e8 solid;
  background: #FFF;
  width: 100%;
  margin: 30px 0;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border: 1px solid #DDD;
}

.search_product_all .house_sign {
  min-width: 100px;
  z-index: 9999;
  right: 15px;
  bottom: 15px;
}

a.search_pic {
  width: 36.5%;
  background: #F7F7F7;
  padding: 15px;
  position: relative;
}

.search_picImg {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  height: 100%;
  padding-top: 65%;
  width: 100%;
  overflow: hidden;
}

.search_text_all {
  width: 63.5%;
  padding: 15px;
  border-left: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-start;
  justify-content: space-between;
  font-size: var(--f18);
}

a.search_pic img:not(.house_sign img) {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  object-fit: cover;
}

.search_text_all h2 {
  line-height: 1.6;
  font-size: var(--f22);
  color: #fff;
  background: var(--mainColor);
  padding: 3px 15px;
  font-weight: bold;
  align-self: flex-start;
}

.search_text_all ul {
  width: 100%;
  margin: 10px 0;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.search_text_all ul li {
  width: calc((100% / 3) - 10px);
  margin: 10px 0;
  padding-bottom: 1%;
  border-bottom: 2px #ccc dotted;
}

.search_text_all ul li.lastest {
  width: 100%;
}

.search_text_all a {
  display: flex;
  width: 210px;
  height: 35px;
  color: #FFFFFF;
  background: var(--subColor);
  border-radius: 50px;
  transition: background .3s;
}

.search_text_all a:hover {
  background: var(--textColor)
}

/* info_show.php */
.inside_all {
  margin: 10px auto;
  width: 100%;
  line-height: 1.6;
  color: var(--textColor);
}

.pt_li {
  margin: 30px auto 0;
}

.pt_li+.pt_li {
  margin-top: 50px;
}

.pt_li.lineLink {
  margin-top: 50px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pt_li.lineLink a {
  width: auto;
  min-width: 336px;
  height: 80px;
  border-radius: 50px;
  color: #FFFFFF;
  margin: 0 auto;
  background: var(--clG04);
  justify-content: space-between;
  padding: 15px;
  transition: .3s;
}

.pt_li.lineLink a:hover {
  background: var(--textColor);
}

.pt_li.lineLink a p {
  font-weight: bold;
  font-size: var(--f20);
  width: calc(100% - 70px);
  text-wrap:nowrap;
}

.pt_li.lineLink a span {
  font-size: var(--f20);
  display: block;
}

.pt_li_from>p {
  padding: 20px;
  background: var(--clG03);
  color: var(--textColor);
  font-size: var(--f18);
  letter-spacing: .1em;
  line-height: 2;
}

.pt_li_from ul {
  margin-top: 10px;
}

.pt_li_from li+li {
  margin-top: 10px;
}

.pt_li_from input,
.pt_li_from textarea {
  border-radius: 5px;
  border: 1px solid #878787;
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-size: var(--f18);
}

.pt_li_from input::placeholder,
.pt_li_from textarea::placeholder {
  color: #878787;
}

.ver_code {
  justify-content: flex-start;
}

.ver_code>*+* {
  margin-left: 10px;
}

.ver_code input {
  width: calc(100% - 140px);
  max-width: 250px;
}

#reload-img2 {
  color: #4C79FF;
}

.submitBtn {
  padding: 20px 0;
}

.submitBtn>*:first-child:nth-last-child(2), .submitBtn>*+*{
  max-width: calc(50% - 10px);
}

.submitBtn a,
.submitBtn input {
  width: 180px;
  height: 50px;
  background: var(--mainColor);
  color: #FFFFFF;
  font-weight: bold;
  font-size: var(--f18);
  text-align: center;
  transition: .3s;
}

.contactPage .submitBtn a,
.contactPage .submitBtn input{
  background: var(--subColor);
}

.submitBtn *+* {
  margin-left: 10px;
}

.submitBtn input[type=reset] {
  background: #FFFFFF;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.contactPage  .submitBtn input[type=reset]{
  color: var(--subColor);
  border: 1px solid var(--subColor);
}

.submitBtn a:hover,
.submitBtn input:hover {
  background: var(--textColor);
  border-radius: 50px;
}
.contactPage .submitBtn input[type=reset]:hover{
  border: 1px solid var(--textColor);
}

.submitBtn input[type=reset]:hover {
  color: #FFFFFF;
}

.pt_title_icon2 h3,
.pt_title_icon3 h3,
.pt_title_icon4 h3,
.pt_title_icon5 h3 {
  background: no-repeat left top;
  padding-left: 50px;
  margin-bottom: 10px;
}

.pt_title_icon1 {
  padding-left: 50px;
  letter-spacing: .05em;
  line-height: 1.8;
  background: url(../images/item_icon01.svg) left center no-repeat;
  margin-bottom: 30px;
}

.pt_title_icon1 h3 {
  font-size: 24px;
  font-weight: 500;
}

.pt_title_icon1 h3 span {
  color: var(--mainColor);
  font-size: var(--f20);
  padding: 0 20px;
}

.pt_title_icon1 h3 u{
  display: inline-block;
  font-size: var(--f20);
  color: #FF0000;
}

.pt_title_icon2 h3 {
  background-image: url(../images/paper_icon1.png)
}

.pt_title_icon3 h3 {
  background-image: url(../images/paper_icon2.png)
}

.pt_title_icon4 h3 {
  background-image: url(../images/paper_icon4.png)
}

.pt_title_icon5 h3 {
  background-image: url(../images/paper_icon4.png)
}

.box_auto_move {
  width: 100%;
  border: #ccc 1px solid;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: #ccc 1px solid;
}

.box_auto_move li {
  width: 50%;
  justify-content: flex-start;
  align-items: stretch;
}

.box_auto_move li {
  border-bottom: #ccc 1px solid;
}

.box_auto_move li:nth-last-child(2):nth-child(odd), .box_auto_move li:last-child{
  border-bottom: 0;
}

.box_auto_move li:nth-child(odd) {
  border-right: #ccc 1px solid;
}

.box_auto_move h4,
.box_auto_move p {
  padding: 5px 10px;
  min-height: 50px;
  font-size: var(--f18);
  margin: 0;
  width: calc(100% - 150px);
  color: #333;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  line-height: 1.6;
}

.box_auto_move h4 {
  width: 150px;
  background: var(--clG03);
  font-weight: bold;
}

.box_auto_move p#total_price {
  font-size: var(--f20);
  font-weight: 500;
}

.box_auto_move p#total_price span {
  display: block;
  color: #F04335;
  font-size: var(--f18);
  width: 100%;
}

.both_cleae {
  clear: both;
  width: 0;
  height: 0;
}


/* 物件左邊大圖顯示 */
.pic_view_club {
  width: 100%;
  position: relative;
  padding-top: 67.5%;
  margin-bottom: 10px;
}

.news_pic:not(.showNopic)::before,
.item_pic:not(.showNopic)::before, 
.recomPic:not(.showNopic)::before, 
.pic_view_club:not(.showNopic)::before, 
.search_picImg:not(.showNopic)::before, 
.inside_pic_b_all a.owl-item:not(.showNopic)::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/watermarker.svg) center no-repeat;
  background-size: auto 70%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.2;
  z-index: 5;
  transition: .3s;
}

a.btn_right_pic_all:hover .item_pic::before{
  transform: translate(-50%, -50%) scale(1.1);
}
/* 
.item_pic.showNopic::before, 
.recomPic.showNopic::before, 
.pic_view_club.showNopic::before, 
.search_picImg.showNopic::before, 
.inside_pic_b_all a.owl-item.showNopic::before{
  display: none;
} */

.item_pic.showNopic img, 
.recomPic.showNopic img, 
.pic_view_club.showNopic img, 
.search_picImg.showNopic img, 
.inside_pic_b_all a.owl-item.showNopic img{
  background: var(--clG03);
  /* border: 3px solid var(--mainColor); */
}

.search_picImg.showNopic img{
  background: #E3F4E7;
}

.pic_view_club img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* 物件右邊小圖 清單排列 顯示 */
.inside_pic_b_all {
  width: 100%;
  margin: 10px auto;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
  /* grid-gap: 10px; */
}

.inside_pic_b_all a.owl-item {
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.inside_pic_b_all a img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;

}

.inside_pic_b_all .fa-caret-left::before,
.inside_pic_b_all .fa-caret-right::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
}

.inside_pic_b_all .owl-nav .owl-prev,
.inside_pic_b_all .owl-nav .owl-next {
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.inside_pic_b_all .fa-caret-left::before {
  background: url(../images/arrow_l.svg) center no-repeat;
}

.inside_pic_b_all .fa-caret-right::before {
  background: url(../images/arrow_r.svg) center no-repeat;
}

.inside_text_all {
  width: 273px;
  margin: 20px 0 0 32px;
}

.inside_text_top,
.inside_text_btn {
  float: left;
  width: 273px;
}

.inside_text_cen {
  float: left;
  width: 273px;
  background: url(../images/inside_text_cen.jpg) repeat-y;
  padding: 0 0 0 5px;
}

.inside_ {
  float: left;
  width: 680px;
  margin: 15px 0 0 0;
  padding: 0 0 40px 0;
}

#aboutus {
  width: 690px;
}

#aboutus_left {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bolder;
  color: #333;
  width: 420px;
  float: left;
  line-height: 30px;
  background-image: url(../images/compacy_line.jpg);
  background-position: left bottom;
  height: 234px;
  background-repeat: no-repeat;
}

#aboutus_right {
  float: right;
}

#flash {
  float: left;
  margin: 0 0 0 12px;
  width: 997px;
  height: 206px;
}



#search {
  /* float: left; */
  background: url(../images/search_bg.jpg) no-repeat;
  width: 903px;
  height: 121px;
  margin: 15px 0 0 48px;
  padding: 1px 0 0 25px;
}

.search_mb {
  /* float: left; */
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
  width: 500px;
}

.count {
  /* float: right; */
  text-align: right;
  padding-right: 10px;
}

.search_page_all {
  /* float: left; */
  margin: 15px 0 25px 125px;
  width: 440px;
}

.search_page_btn {
  /* float: left; */
  margin: 0 15px 0 0;
  color: #4cadf1;
  font-size: 14px;
}

.page_list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.page_list b,
.page_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 5px;
  color: var(--textColor);
  font-weight: bold;
  height: 35px;
  padding: 5px;
  transition: .3s;
}


.page_list b.pages,
.page_list a.pages {
  width: 35px;
  border-radius: 35px;
}

.page_list a.pages:hover,
.page_list a.pages.active,
.page_list b.pages.active {
  background: var(--mainColor);
  color: #fff;
}

.page_list a:not(.pages):hover {
  color: var(--subColor);
}


.keyword_btn {
  float: left;
  width: 195px;
  margin-bottom: 25px;
}

.keyword_top {
  float: left;
  width: 195px;
}

.keyword_cen {
  float: left;
  width: 175px;
  background: url(../images/keyword_cen.jpg) repeat-y;
  line-height: 20px;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
}

.keyword_cen a {
  color: #999;
}

.keyword_cen a:hover {
  color: #999;
}

.inside_search_all {
  float: left;
  width: 697px;
  height: 126px;
  background: url(../images/inside_search_bg.jpg) no-repeat;
  margin: 0 0 10px 0;
}

.link_bg1 {
  background: url(http://pic.eapple.com.tw/penny/ykqk/index_titile_s_1.jpg) no-repeat;
  width: 193px;
  height: 25px;
  padding: 4px 0 0 7px;
}

.link_bg2 {
  background: url(http://pic.eapple.com.tw/penny/ykqk/index_titile_s_1_icon.jpg) no-repeat left 4px;
  padding-left: 12px;
}

.index_page_n {
  width: 685px;
  text-align: center;
}


/* 首頁最新消息 */
.i_news {
  background: var(--clG03);
  padding: 60px 20px;
}

.i_news .btn_right_title {
  text-align: center;
}

.news_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  grid-gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
}

.news_list li{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.news_list a {
  width: 100%;
  background: #FFF;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  transition: .3s;
}

.news_list li:hover a {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
}

.news_pic {
  width: 100%;
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.news_pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: cover;
  transition: .3s;
}

.news_list li:hover a .news_pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.news_list li h6 {
  width: 100%;
  color: var(--textColor);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  font-size: var(--f18);
  font-weight: 500;
}

.news_list li .news_title {
  width: 100%;
}

.i_news #index_c>a {
  width: 200px;
  height: 50px;
  background: var(--subColor);
  color: #FFFFFF;
  font-weight: bold;
  font-size: var(--f20);
  letter-spacing: .1em;
}

.i_intr {
  background: url(../images/cs_i_bg01.jpg) center no-repeat;
  padding: 60px 20px;
  color: var(--textColor);
  font-size: var(--f18);
  line-height: 1.8;
  letter-spacing: 0;
  min-height: 1175px;
}

.i_intr ul {
  margin-top: 30px;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
}

.i_intr li {
  background: rgba(255, 255, 255, .9);
  padding: 20px;
}

.i_intr .btn_right_title * {
  color: #FFFFFF;
}

.i_intr_proTitle {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  font-size: var(--f24);
  letter-spacing: .05em;
  margin-bottom: 20px;
  padding-left: 60px;
  background: url(../images/cs_i_img01.svg) left center no-repeat;
}

.i_intr_proTitle span {
  color: var(--mainColor);
  display: block;
  line-height: 1.4;
  font-size: var(--f18);
}


/* about */
#aboutbg {
  background-image: url(../images/aboutbg.jpg);
  height: 1433px;
  background-repeat: no-repeat;
}

#aboutpull {
  padding-top: 265px;
}

#abouttext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  padding-right: 20px;
  padding-left: 20px;
}

#both {
  clear: both;
}

#left_link {
  width: 195px;
  top: 15px;
}


#left_link_mid {
  background-image: url(../images/link_mid_bg.jpg);
  background-repeat: repeat-y;
}

#left_link_mid_1 {
  float: left;
  padding-right: 7px;
  padding-bottom: 15px;
  padding-left: 4px;
}

#left_link_mid_4 {
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#left_link_mid_2 {
  float: left;
  padding-bottom: 15px;
}

#left_link_mid_3 {
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

.patt_all_c {
  background: url(../images/patt_c.jpg) repeat-y;
  text-align: center;
}

.pt_product_over {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.pt_product_over a {
  max-width: 100%;
  border: 1px solid #aaa;
  color: #666;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
  height: 100%;
  justify-content: flex-start;
}

.recomPic {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  margin-bottom: 10px;
}

.pt_product_over a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
}

.pt_product_over a h3 {
  font-size: var(--f20);
  font-weight: 500;
  color: var(--textColor);
}

.pt_product_over a h6 {
  color: var(--mainColor);
  font-weight: 600;
  font-size: var(--f24);
}

#all_link {
  padding-top: 3px;
  padding-bottom: 5px;
}

/*mssage*/
.msg_box_hs_t {
  display: block;
  list-style: none;
  width: 100%;
  margin: 10px auto;
}

.msg_box_hs_t li {
  text-align: right;
}

.msg_box_hs_t a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #093;
  padding: 3px 15px;
}

.msg_box_hs_t a:hiver {
  background: #333;
}

.msg_box_hs {
  display: block;
  list-style: none;
  width: 100%;
  margin: 10px auto;
  background: #f0f0f0;
  padding: 10px;
}

.msg_box_hs li {
  padding: 5px;
  margin-bottom: 5px;
}

.box_li_msg_1 h3 {
  font-size: 20px;
  color: #121212;
  font-weight: 400;
}

.box_li_msg_2 * {
  display: inline-block;
  background: #7cb37c;
  color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
}

.box_li_msg_3 {
  background: #fff;
}

.box_li_msg_4 {
  background: #fff;
}


.msg_box_hs_b {
  display: block;
  list-style: none;
  width: 100%;
  margin: 10px auto;
}

.msg_box_hs_b li {
  text-align: center;
}

/*問與答*/
.box_qa {
  margin-top: 50px;
}

.qa {
  color: var(--textColor);
  font-size: var(--f18);
  letter-spacing: .05em;
  line-height: 1.8;
  background: var(--clG03);
  line-height: 150%;
}

.qa>* {}

.qa .question {
  width: 100%;
  border-bottom: 1px #DDDDDD solid;
  font-size: var(--f20);
  line-height: 1.2;
  transition: background .3s;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 10px;
}

.qa .question.openAns,
.qa:hover .question {
  background: rgba(0,164,132,.6);
  color: #FFFFFF;
}

.qa .question span {
  width: 40px;
  height: 40px;
  background: var(--mainColor);
  border-radius: 50px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
}

.qa .question.openAns span,
.qa:hover .question span {
  color: var(--mainColor);
  background: #FFFFFF;
}

.qa .question p {
  width: calc(100% - 60px);
}

.qa .answer {
  display: none;
  width: 100%;
  border-bottom: 1px #aaa dotted;
  padding: 20px 3%;
  line-height: 180%;
}


/*最新消息*/

.box_news table {
  width: 100%;
  margin-top: 30px;
}

.box_news td {
  border-bottom: 1px #ccc dashed;
  padding: 15px;
}

.box_news td:nth-child(1) {
  width: 120px;
  background: #eee;
}

.box_news p,
.box_news a {
  color: #666;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
}

.box_news tr:hover {
  background: rgba(93, 170, 119, 0.1);
}

.box_news tr:hover a {
  color: #060;
  letter-spacing: 2px;
}

.n_page {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.n_page>p {
  width: 100%;
}

.n_in_tab {
  border-bottom: 1px #ccc solid;
  width: 100%;
  padding-bottom: 10px;
  justify-content: space-between;
  margin: 30px auto;
}

.n_in_tab h2 {
  /* width: calc(100% - 100px); */
  width: 100%;
  font-size: var(--f24);
  font-weight: 500;
}

a.newsBack {
  width: 100px;
  color: #FFFFFF;
  background: var(--subColor);
  height: 35px;
  text-align: center;
  transition: ease .3s;
  border-radius: 50px;
  margin: 0 auto;
  font-size: var(--f18);
}

a.newsBack:hover {
  letter-spacing: 2px;
}

.n_in_banner img {
  max-width: 100%;
}

.n_in_c {
  margin: 30px auto;
  padding: 10px;
}

.n_in_c * {
  line-height: 160%;
  max-width: 100%;
}

.n_in_c img {
  display: block;
  margin: 0 auto;
}

.banner {
  position: relative;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--mainColor);
}

.aboutPage .banner{
  background: url(../images/bannerA.jpg) center no-repeat;
}

.banner .pageTitle {
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}

.banner .pageTitle h3 {
  font-size: var(--f36);
  color: #FFFFFF;
  letter-spacing: .1em;
  line-height: 1.4;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .65);
  position: absolute;
}

.banner .pageTitle img{
  object-fit: cover;
  width: 100%;
  min-height: 150px;
  height: 100%;
}

/* 聯絡我們頁面 */

.map_iframe {
  padding-top: calc(100% / 3);
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  min-height: 200px;
}

.map_iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.contact_form {
  font-size: var(--f18);
}

.contact_form ul {
  border: 1px solid #DDDDDD;
  margin-bottom: 50px;
}

.contact_form li {
  display: grid;
  grid-template-columns: 150px 1fr;
}

.contact_form li+li {
  border-top: 1px solid #DDDDDD;
}

.formAnser {
  padding: 10px;
}

.formTitle {
  padding: 10px 10px 10px 25px;
  background: var(--clG03);
  font-weight: bold;
  justify-content: flex-start;
  border-right: 1px solid #DDDDDD;
  font-size: var(--f20);
}

.fromText input:not(input[type=radio]),
.fromText textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
}

.fromText input:not(input[type=radio])::placeholder,
.fromText textarea::placeholder {
  color: #868686;
}

.fromText textarea {
  min-height: 225px;
}

.fromRadio .formAnser {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.fromRadio .formAnser span {
  color: #EA4334;
  font-size: var(--f18);
  letter-spacing: .1em;
  line-height: 2;
}

.formAnser label {
  min-width: 85px;
  padding: 10px;
}

.formAnser input[type=radio] {
  outline: none;
  appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.formAnser input[type=radio]::before,
.formAnser input[type=radio]::after {
  content: '';
  border-radius: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
}

.formAnser input[type=radio]::before {
  border: 1px solid #BBBBBB;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
}

.formAnser input[type=radio]::after {
  display: none;
  z-index: 5;
  background: #BBBBBB;
  width: 10px;
  height: 10px;
}

.formAnser input[type=radio]:checked:after {
  display: block;
}

/*featured.php*/
.business_inf{
  padding: 50px 5%;
  background: var(--clG03);
}
.business_inf section{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.business_inf section i{
  display: block;
  line-height: 0;
}
.business_inf section i img{
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.business_inf ul{
  font-size: var(--f18);
  margin-left: 5%;
  letter-spacing: 1px;
}
.business_inf ul li{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3px;
}

.business_inf li:first-child{
  font-size: var(--f28);
  font-weight: 600;
  line-height: 130%;
}
.business_inf li:nth-child(2){
  font-size: var(--f24);
  font-weight: 600;
  line-height: 140%;
}
.business_inf li:nth-child(2) a{
  display: block;
  color: #2C321F;
}
.business_inf ul li span{
  display: inline-block;
  min-width: 85px;
  font-size: var(--f18);
}

#featured #index_c{
  max-width: 100%;
  padding: 50px 5%;
}
#featured .box_ri_search{
  max-width: 1200px;
  margin: 0 auto;
}
#featured .box_ri_search h4{
  text-align: center;
  font-size: var(--f32);
  color: #221814;
  letter-spacing: .05em;
  font-weight: 500;
}
#featured .box_ri_search h4 span{
  font-size: var(--f24);
  color: var(--clG01);
  display: block;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}


.b_business_inf section{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.b_business_inf i{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  width: 50%;
  max-width: 200px;
  max-height: 200px;
  background: #eee;
  padding: 5px;
}
.b_business_inf i img{
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.b_business_inf ul{
  font-size: var(--f24);
  font-weight: 600;
  margin-left: 3%;
}
.b_business_inf ul a{
  display: block;
  color: #2C321F;
}

/*關鍵字*/
.key_words {
  height: 0;
  max-height: 0;
  overflow: hidden;
}

.key_words h2,
.key_words h3,
.key_words h4,
.key_words h5,
.key_words h6 {
  color: rgba(255, 255, 255, .0);
}