@charset "UTF-8";
#header {
  background: #10A05E;
  background: rgb(79, 169, 56);
  background: linear-gradient(to bottom, rgb(79, 169, 56) 0%, rgb(57, 147, 34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa938', endColorstr='#399322',GradientType=0 );
  /*margin-top:0;padding: 2px 0 8px*/
}

/*.wrapper{position: relative;top:0px;margin-bottom: 0;min-height: 800px}
.search-toggle, .marquee_wrap, .cityselect{display: none !important}*/
@media (max-width: 900px) {
  .sitename {
    margin-top: 5px;
  }
}
body {
  padding-top: 85px;
}

/* @media (min-width: 1025px){
    .container {width:1150px}
} */
.bx-loading {
  display: none;
}

/*detailpage*/
.detail_img {
  margin: 10px 0 20px;
  min-height: 300px;
  /* background: url(../images/noimg.jpg) center no-repeat; */
  max-height: 700px;
  overflow: hidden;
  /*    width: 600px;*/
}

.bxslider {
  padding-left: 0;
  list-style: none;
  min-height: 217px;
}

.detail_img .bx-wrapper {
  margin-bottom: 10px;
  z-index: 1;
}

.detail_img .bx-wrapper .bx-viewport {
  left: 0;
}

.detail_img .bx-wrapper:nth-child(2) {
  max-width: 89% !important;
}

.pager-control {
  width: 750px;
  position: absolute;
  z-index: 0;
  margin-top: -65px;
}

#pager-next > a, #pager-prev > a {
  text-decoration: none;
  /*    font-size: 20px;
      color: #067D41;
      border:1px solid #eee;*/
  background-image: url(../images/pager_controls.jpg);
  background-repeat: no-repeat;
  font-size: 0;
  height: 40px;
  width: 22px;
  display: block;
}

#pager-next > a {
  background-position: right top;
}

#pager-prev > a {
  background-position: left top;
}

#pager-next > a.disabled, #pager-prev > a.disabled {
  display: none;
}

#pager-prev, #pager-next {
  width: 20px;
}

#pager-next > a:hover, #pager-prev > a:hover {
  opacity: 0.9;
}

#pager-next > a:active, #pager-prev > a:active {
  opacity: 0.6;
}

#pager-prev {
  float: left;
}

#pager-next {
  float: right;
  margin-right: 10px;
}

.photohint {
  color: #45c424;
  width: 100%;
  display: block;
  padding: 5px;
  clear: left;
  text-align: center;
  padding-top: 0px;
  font-size: 11px;
}

@media screen and (min-width: 500px) {
  .detail_img .bx-wrapper .bx-viewport {
    height: 500px !important;
  }
  .detail_img .bx-wrapper:nth-child(2) .bx-viewport {
    height: auto !important;
  }
}
.detail_img .bxslider img {
  /* max-width: 100%;
   max-height: 420px;*/
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 500px;
}

.detail_img .bx-controls {
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}

.detail_img .bx-prev {
  left: 0;
}

.detail_img #bx-pager a {
  display: inline-block;
  float: left;
  /*width: 100px !important;*/
  height: 60px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  overflow: hidden;
}

.detail_img #bx-pager a:hover {
  opacity: 0.8;
}

.detail_img #bx-pager a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.detail_img .active img {
  box-shadow: 0 0 6px #888;
}

@media screen and (max-width: 768px) {
  #bx-pager {
    display: none;
  }
  .bx-wrapper .bx-pager {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .detail_img #bx-pager a {
    width: 85px;
  }
  .detail_img .bxslider img {
    width: 100%;
    height: 217px;
  }
  /*.detail_img .bx-wrapper .bx-viewport{height:auto !important;}*/
  .detail_img {
    overflow: hidden;
    min-height: 250px;
    max-height: 300px;
    margin-bottom: 0;
  }
}
.datail_intro {
  width: 340px;
  float: left;
  background: #fff;
  padding: 10px;
  min-height: 470px;
  letter-spacing: 1px;
}

.detail_name {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 8px;
}

.oprice, .sprice {
  display: inline-block;
  vertical-align: middle;
}

.oprice {
  font-weight: normal;
  position: relative;
  text-decoration: none;
  padding-left: 5px;
  margin-right: 10px;
}

.oprice::after {
  content: "";
  display: block;
  background: url(../images/oprice.png) no-repeat top center;
  height: 20px;
  position: absolute;
  top: 5px;
  width: 90%;
  left: -2px;
}

.sprice {
  display: inline;
  width: auto;
}

.rentoprice {
  vertical-align: middle;
}

.rentsprice > .rtxt {
  font-size: 20px;
  position: relative;
  top: -2px;
  font-family: "microsoft jhenghei";
}

.sprice > span {
  font-size: 24px;
}

.rentsprice > .cur, .sprice > .cur {
  font-size: 20px;
  color: #000;
  font-family: "microsoft jhenghei";
  position: relative;
  top: -3px;
}

.pub_add {
  margin-bottom: 2px;
}

.detail_info1 {
  width: auto;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 700px) {
  .detail_info1 {
    margin: auto;
    padding: 15px;
    display: block;
  }
}
.detail_info1 > .tr > .td {
  width: 100px;
  padding: 2px 0;
}

.land_info1, .land_info2, .land_info3 {
  margin-bottom: 2px;
}

.land_info3 {
  margin-bottom: 15px;
}

.pub_add, .detail_info1, .content_p_houses1, .parking_info, .other_price, #content_p_houses1 {
  font-size: 18px;
}

/* .other_price{
    display: flex;
    flex-wrap: wrap;
} */
/*.detail_intro{padding-right: 0}*/
.sales_wrap {
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}

.sales_info1 {
  display: block;
  margin-bottom: 5px;
  padding-top: 12px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sales_img {
  float: left;
  width: 150px; /*height: 200px;*/
  margin-right: 10px;
  text-align: center;
  color: #06c;
  text-decoration: underline;
  font-size: 0;
}

.showintrolink {
  font-size: 13px;
}

.nocursor {
  cursor: default;
}

.sales_img > img {
  max-width: 100%;
  max-height: 110px;
}

.sales_office, .sales_id {
  display: block;
}

.sales_office {
  font-size: 15px; /*margin-top: 5px;*/
}

.sales_name {
  font-size: 48px;
  line-height: 120%;
  padding-bottom: 5px;
  display: block;
}

.sales_id {
  font-size: 11px;
  padding: 5px;
  color: #067D41; /*margin-bottom: 10px;border-bottom: 1px solid #067D41;border-top: 1px solid #067D41;*/
  position: relative;
}

.sales_id:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(6, 125, 65) 0%, rgba(6, 125, 65, 0.99) 1%, rgba(125, 185, 232, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sales_info2, .sales_phone {
  display: block;
  clear: both;
  margin-bottom: 20px;
  color: red;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 15px;
}

.sales_tel {
  font-size: 32px;
  font-family: tahoma;
  color: #000;
}

.sales_tel a {
  color: #000;
}

.caseid {
  color: red;
  font-size: 15.5px;
  margin: 0 0 10px;
  letter-spacing: 1px;
  font-weight: bold;
  clear: both;
}

.sales_info_wrap .glyphicon {
  margin-right: 5px;
}

.store_info {
  font-size: 11px; /*width:200px;float: left;*/
  font-family: arial;
  margin-top: 10px;
  line-height: 190%;
  display: none;
  margin: 0;
}

.corp {
  display: block;
  margin-top: 0px;
  padding: 5px;
  color: #bd7a00;
  margin-bottom: 0;
  padding-bottom: 0;
}

.btn_contact {
  margin-top: 2px;
  letter-spacing: 1px;
  margin-left: 0;
  margin-bottom: 10px;
  border: 1px solid #03562d;
  padding: 10px 10px;
  font-size: 16px;
  background: #009B4F url(../images/icons.png) no-repeat 8px 6px;
  padding-left: 50px;
  /*background:#009B4F;*/
  color: #fff;
  border-radius: 5px;
  width: 100%;
}

.btn_contact:hover {
  background: #48A231 url(../images/icons.png) no-repeat 8px 6px;
}

.store_info-new {
  font-size: 15px;
  font-family: arial;
  margin-top: 10px;
  line-height: 190%;
  color: #009B4F;
  color: #e59400;
  /* background: #eee; */
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

.store_info-new:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -25px;
  background: radial-gradient(ellipse at center, rgba(100, 100, 100, 0.1) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}

.store_info-new .corp {
  padding-bottom: 5px;
}

.store_info-new > span {
  margin-right: 10px;
}

.store_info-new > .glyphicon {
  margin-right: 10px;
}

/* .store_info-new>span{margin-right:15px}
.store_info-new>span:last-child{margin-right:0} */
.case_service_table {
  background: #fff;
  width: 100%;
  display: none;
}

.modal-body .case_service_table {
  display: table;
}

.case_service_table td {
  padding: 0 5px;
}

#Text_Name, #Text_Mobile {
  margin: 10px 0 10px;
}

.labeltxt {
  color: #999;
  font-size: 12px;
  display: block;
}

.case_service_table .agree {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  padding: 10px 5px;
}

.case_service_table .submit_btn {
  width: 100%;
  margin-left: 0;
  margin-top: 8px;
}

.agree a {
  text-decoration: underline;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  margin-left: -15px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 5px;
}

.contact-toggle {
  width: auto;
}

.sales_phone, .sales_intro {
  display: none;
}

/*recom_caselist_wrap*/
.recom_caselist_wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.recom_caselist_wrap .detail_tab {
  padding-left: 10px;
  background: #009B4F;
  margin-left: 0px;
}

.newsrecomtab {
  padding-left: 10px;
  color: #009B4F;
  font-size: 20px;
  margin-bottom: -30px;
}

.recom_caselist {
  border-top: 3px solid #009B4F;
  margin-top: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.recom_caselist .intro {
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  .case_service_table {
    background: #f5f5f5;
  }
  .labeltxt {
    display: inline;
  }
  .recom_caselist_wrap .bx-wrapper {
    max-width: 100% !important;
    width: 100%;
  }
  .recom_caselist_wrap .bx-prev {
    left: 0;
  }
  .recom_caselist > li {
    border-bottom: 0;
    padding: 5px 0;
    float: left;
    width: 219px;
    margin-right: 5px;
  }
  .recom_caselist > li:hover {
    opacity: 0.9;
    box-shadow: none;
  }
  .recom_caselist_wrap .bx-wrapper .bx-controls-direction a {
    width: 20px;
    border-radius: 5px;
  }
  .recom_caselist_wrap .bx-prev {
    left: -30px;
    background: #ccc url(../images/recom_controls.png) no-repeat -1px -46px;
  }
  .recom_caselist_wrap .bx-next {
    right: -30px;
    background: #ccc url(../images/recom_controls.png) no-repeat -23px -46px;
  }
  .recom_caselist_wrap .bx-next:hover {
    background-position: -22px 0;
  }
  .recom_caselist_wrap .imgbox {
    height: 130px;
    float: none;
  }
  .recom_caselist_wrap .imgbox, .recom_caselist_wrap .case_img {
    margin-left: 0;
  }
  .recom_caselist_wrap .case_img {
    width: 100%;
  }
  .recom_caselist_wrap .name {
    font-size: 16px;
  }
  .recom_caselist_wrap .feature {
    width: 100%;
    font-size: 15px;
    margin: 0;
    line-height: 100%;
    overflow: hidden;
    height: 16px;
  }
  .recom_caselist_wrap .intro {
    font-size: 15px;
    line-height: 150%;
    padding-left: 0;
    overflow: hidden;
    display: inline-block;
    height: 2.8em;
  }
  .recom_caselist_wrap .info_wrap {
    float: none;
  }
  .recom_caselist_wrap .info_wrap2 {
    height: auto;
    line-height: 100%;
  }
  .recom_caselist_wrap .intro br {
    display: none;
  }
  .recom_caselist_wrap .size {
    display: block;
    padding-left: 0;
    font-size: 15px;
  }
  .recom_caselist_wrap .layout {
    display: block;
    margin-left: 0;
    font-size: 15px;
    line-height: 120%;
    padding-left: 0;
  }
  .recom_caselist_wrap .price_wrap {
    float: left;
    text-align: left;
    margin-top: 20px;
    position: unset;
  }
  .recom_caselist_wrap .sprice > span {
    font-size: 22px;
  }
  .recom_caselist_wrap .more {
    float: none;
  }
}
#Text_VCode {
  width: 100px;
}

.msales_info2 {
  display: none;
}

.htmlpage img {
  max-width: 100%;
}

/*about*/
/*.pagecover, .pagetitle{display:none}*/
.sky {
  background: url(../Upload_Img/images/page/sky.jpg) no-repeat top center;
  height: 394px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 200%;
  padding-top: 5%;
  color: #fff;
  font-family: "microsoft Jhenghei";
}

.slogan {
  font-family: "microsoft Jhenghei";
  background: url(../Upload_Img/images/page/sloganbg.jpg) no-repeat top center;
  height: 580px;
}

.sloganbox1 {
  padding: 20px 0 40px;
}

.sloganbox1 > div {
  padding-left: 10%;
}

.slogan_title {
  color: #92d050;
  font-weight: bold;
  font-size: 22px;
}

.slogan_txt {
  color: #10a05e;
  font-weight: bold;
  margin-top: 5px;
  font-size: 30px;
}

.intro {
  font-size: 20px;
}

.aboutbtn {
  background: #009B4D;
  color: #fff;
  font-size: 20px;
  margin-top: 25px;
}

.maincon > .container {
  width: 100%;
  padding: 0;
}

.purpose {
  background: #000 url(../Upload_Img/images/page/purposebg.jpg) no-repeat top center;
  height: 430px;
}

.purposetxt {
  font-size: 24px;
  color: #fff;
  padding-top: 45px;
  line-height: 200%;
}

.about > div {
  background: #000;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.about_img {
  opacity: 0.2;
  transition: 500ms all;
}

.about > div:hover img {
  opacity: 0.5;
}

.about_title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
  letter-spacing: 1px;
  line-height: 160%;
  top: 40%;
}

.store {
  width: 100%;
  background: #449E2D;
  margin-bottom: 30px;
}

.store > div {
  margin-top: 20px;
  margin-bottom: 15px;
}

.store a {
  display: block;
  overflow: hidden;
  color: #000;
  background: #fff;
  text-align: center;
  line-height: 200%;
}

.store a:hover {
  color: #555;
  text-decoration: none;
}

.store strong {
  color: #449E2D;
}

@media screen and (max-width: 1024px) {
  /*.sales_tel{font-size:20px;color:#000}*/
  .sales_name {
    font-size: 28px;
  }
  .slogan {
    height: auto;
  }
  .about {
    background: #000;
    margin: 0 0 30px;
  }
  .purpose {
    background: #000 url(../Upload_Img/images/page/purposebg.jpg) no-repeat top right;
    height: auto;
    background-size: 150% auto;
  }
  .sales_tel {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #1AA561;
    border-bottom: 3px solid #00753C;
    border-radius: 5px;
    padding: 2px 10px;
  }
  .sales_tel > a {
    color: #fff;
  }
  .case_service_table .agree {
    font-size: 13px;
  }
  .sales_img {
    font-size: 0;
  }
}
@media screen and (max-width: 500px) {
  .recom_caselist {
    border-top: 3px solid #009B4F;
    margin-top: 0;
    overflow: hidden;
    display: unset;
  }
  .store_info-new {
    display: none;
  }
  /* .store_info{display: block;} */
  .detail_intro {
    position: static;
    padding-right: 15px;
  }
  /*.sales_wrap .btn_contact{display: none}    */
  /*.sales_tel{font-size:20px;color:#000}*/
  .sales_wrap {
    display: none;
  }
  .sales_wrap {
    margin-bottom: 10px;
  }
  .detail_name {
    font-size: 25px;
  }
  .contact-toggle-pc {
    display: none;
  }
  /*.sales_info1{display: none}*/
  /*.store_info{font-size: 0}*/
  .sales_info2 {
    margin-bottom: 20px;
  }
  /*.store_info>.corp{font-size: 13px}*/
  .detail_img .bx-wrapper {
    visibility: hidden;
  }
  .sales_img {
    height: auto;
  }
  .detail_img::after {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/loading.gif) no-repeat top center;
    height: 250px;
    background-size: 50px 50px;
    margin-top: -250px;
  }
  .msales_info2 {
    display: block;
    color: red;
    margin: 0 15px;
  }
  .msales_info2 .sales_tel {
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
    background: #1AA561;
    border-bottom: 3px solid #00753C;
    text-decoration: none;
    display: inline-block;
    width: auto;
    float: right;
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .msales_info2 .sales_tel > a {
    color: #fff;
  }
  .msales_info2 .casestore {
    color: #000;
    clear: both;
  }
  .store_cover {
    margin: 0;
  }
  .tabcon_near br {
    display: none;
  }
  .tabcon_near > div {
    margin-bottom: 5px;
    line-height: 160%;
    padding-left: 0px !important;
    text-indent: 0px;
  }
  .tabcon_info .td {
    min-width: 10px;
    display: inline-block;
  }
  .sales_img {
    margin-right: 0;
    width: 130px;
  }
  .google-map-link {
    float: unset !important;
  }
}
.share {
  margin-bottom: -40px;
  padding-left: 190px;
}

.detail_tab {
  background-color: #009B4F;
  background-repeat: no-repeat;
  background-image: url(../images/icons.png);
  height: 35px;
  padding-top: 5px;
  position: relative;
  padding-left: 45px;
  width: 140px;
  color: #fff;
  font-size: 20px;
}

.detail_tab::after {
  content: "";
  display: block;
  position: absolute;
  right: -35px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #009B4F;
}

.tab_info {
  background-position: 5px -155px;
}

.tab_near {
  background-position: 5px -296px;
}

.tab_feature {
  background-position: 5px -486px;
}

.tab_map {
  background-position: 10px -659px;
}

.tab_contact {
  background-position: 5px 3px;
}

#street-view {
  height: 400px;
}

.detail_tabcon {
  border-top: 3px solid #009C4F;
  margin-left: 0;
  padding: 10px 15px;
}

.detail_tabcon > div {
  padding-left: 0;
}

.tabcon_near {
  line-height: 200%;
}

.tabcon_youtube {
  display: flex;
  flex-wrap: wrap;
}

.tabcon_youtube .youtube-iframe {
  background: #fff;
  width: 32.3%;
  padding: 10px;
  box-shadow: 0 5px 10px #aaa;
  margin-right: 1%;
  margin-bottom: 15px;
}

.tabcon_youtube .youtube-iframe iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  min-height: 200px;
}

@media screen and (max-width: 900px) {
  .tabcon_youtube .youtube-iframe {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .tabcon_youtube .youtube-iframe {
    width: 100%;
    margin-right: 0;
  }
}
.page_toolbar {
  display: none;
  background: #009B4F;
  opacity: 0.9;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 10;
  text-align: center;
}

.page_toolbar > a {
  color: #fff;
  padding: 8px 0px;
  margin: 0 10px;
  display: inline-block;
  font-size: 14px;
}

.page_toolbar > a:hover, .page_toolbar > a:focus {
  background: #fff;
  text-decoration: none;
  color: #01984E;
}

.page_toolbar > .btn_contact {
  border: 0;
}

.share_show, .sales_show {
  display: block !important;
  margin: 100px 0 0 !important;
  bottom: 35px;
  width: 100%;
  z-index: 99;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
}

.share_show {
  position: fixed;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.sales_show {
  position: relative;
}

.close_btn {
  position: absolute;
  top: -50px;
  right: 0;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 5px rgba(150, 150, 150, 0.1);
  font-size: 16px;
  color: red;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
}

.img_sales {
  max-width: 150px;
}

#pc_contact_modal .modal-dialog {
  width: 450px;
}

#Text_Name, #Text_Mobile {
  font-size: 16px;
  line-height: 20px;
}

input[type=text], input[type=password], .ui-autocomplete-input, textarea, .uneditable-input {
  font-size: 15px;
}

textarea {
  resize: none;
}

#Text_Question {
  height: 130px;
}

@media print {
  .qrcode, #contact, .tabcon_contact, .detail_tab::after, .tab_map, .tabcon_map, #footer {
    display: none;
  }
  .detail_tab {
    padding-left: 0;
    color: #009B4F;
  }
}
@media screen and (max-width: 1000px) {
  .share {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .share .sfb {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .detail_tabcon {
    margin-right: 0;
  }
  .userhtml {
    line-height: 200%;
  }
  .userhtml img {
    max-width: 100% !important;
    height: auto;
  }
  .userhtml iframe {
    max-width: 100%;
    height: auto;
  }
  .userhtml table {
    width: 100%;
  }
  .detail_tabcon {
    padding: 5px 0 0;
    margin-bottom: 15px;
  }
  .page_detail .maincon {
    padding: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .page_toolbar {
    display: block;
  }
  .page_toolbar > .btn_contact {
    background: none;
  }
  #footer {
    margin-top: 20px;
  }
  .share {
    display: none;
  }
  .share {
    display: none;
  }
  .photohint {
    width: 120%;
    margin-left: -10%;
    transform: scale(0.9);
    letter-spacing: -1px;
    padding-top: 20px;
  }
}
.qrcode {
  position: fixed;
  right: 25px;
  top: 50%;
  margin-top: -110px;
  text-align: center;
  background: #fff;
  z-index: 2;
}

.qrcode_img {
  width: 130px;
  transition: 500ms all;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
}

.qrcode_img:hover {
  width: 155px;
}

.qrcode_hint {
  display: block;
  width: 120px;
  margin-top: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .qrcode {
    display: none;
  }
}
/*page*/
.pagecover {
  background-size: 100% auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: none;
}
@media (max-width: 992px) {
  .pagecover {
    display: none;
  }
}

.sitepath {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 30px;
  float: right;
}

.pagetitle {
  color: #10A05E;
  letter-spacing: 1px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  float: left;
}

#service {
  width: 650px !important;
  margin: 0 auto !important;
}

#service td {
  width: auto;
}

#Service_Question {
  margin-top: 3px;
}

.contact_btn {
  margin-top: 5px;
}

@media screen and (max-width: 650px) {
  #service {
    width: 100% !important;
  }
}
/*News*/
.NewsTitle h2 {
  font-weight: 500;
  color: #202020;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.NewsTitle small {
  display: block;
  border-top: 1px solid #E0E0E0;
  line-height: 30px;
  text-align: right;
  color: #00923F;
  letter-spacing: 1px;
  font-weight: bold;
}

.newsCon {
  background: #fff;
  min-height: 500px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
}

.newsCon + .Pnum {
  margin-bottom: 20px;
  overflow: hidden;
}

.newsClassList {
  border-bottom: #eee 1px solid;
  margin-bottom: 10px;
  padding: 10px 0;
}

.newsTitleList a {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-left: 5px;
}

.newsTitleList a:hover {
  border-left: 2px solid #00923F;
}

.newspage.pagecover {
  overflow: auto;
}

.newspage .sitepath {
  padding-bottom: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 650px) {
  .sitepath2 {
    overflow: hidden;
    width: 100%;
    text-align: left;
  }
  .sitepath2 .sitepath {
    float: none;
  }
}
/*環景看屋*/
.tabcon_photosphere {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}

.toolbar {
  position: relative;
  z-index: 2;
  margin-bottom: -37px;
  padding-top: 10px;
}

.drawer-tab-title > .glyphicon, .point-dropdown-wrap > .dropdown-toggle > .glyphicon {
  font-size: 12px;
  margin-left: 5px;
}

#psv-marker-bottomlogo {
  opacity: 1 !important;
  cursor: move;
}

#psv-marker-bottomlogo img {
  max-width: 100%;
  mix-blend-mode: lighten;
}

/* slider */
.photo-sphere-thumb-wrap {
  display: none;
}

.tabcon_photosphere > .photo-sphere-thumb-wrap {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 50px;
  padding: 20px 50px 20px;
  z-index: 1;
}

.photo-sphere-thumb {
  width: 100%;
  padding-bottom: 0;
  cursor: grab;
}

.photo-sphere-thumb img {
  max-width: 100%;
}

.photo-sphere-thumb .swiper-slide {
  text-align: center;
  position: relative;
  border: 1px solid transparent;
}

.photo-sphere-thumb .swiper-slide:hover {
  border: 1px solid #fff;
  cursor: pointer;
}

.photo-sphere-thumb .roomname {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  width: 100%;
  color: #fff;
  left: 0;
}

.photo-sphere-thumb-wrap .swiper-button-prev:focus, .photo-sphere-thumb-wrap .swiper-button-next:focus {
  outline: 0;
}

.photo-sphere-thumb-wrap .swiper-button-disabled {
  opacity: 0;
}

/*選點*/
.point-dropdown-wrap {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
  transition: 500ms all;
}

.point-dropdown-wrap:hover, .point-dropdown-wrap.open {
  opacity: 1;
}

.point-dropdown-wrap .dropdown-toggle {
  padding: 2px 10px;
  border: 1px solid #ccc;
  background: #fff !important;
}

.point-dropdown-wrap .dropdown-toggle:hover {
  background-color: #fff;
}

.point-dropdown-wrap .glyphicon-triangle-top, .thumb-open .glyphicon-triangle-top {
  display: none;
}

.point-dropdown-wrap.open .glyphicon-triangle-top, .thumb-open .glyphicon-triangle-top {
  display: inline-block;
}

.point-dropdown-wrap.open .glyphicon-triangle-bottom, .thumb-open .glyphicon-triangle-bottom {
  display: none;
}

.point-list > .active > a, .point-list > .active > a:hover, .point-list > .active > a:focus {
  background-color: #009B4F;
}

.point-list {
  min-width: 100%;
  opacity: 0.8;
  padding: 0;
}

.point-list > li > a {
  padding: 10px 10px;
}

.deploy-url {
  background: rgb(68, 158, 45);
  background: rgb(111, 178, 91);
  background: linear-gradient(to bottom, rgb(111, 178, 91) 0%, rgb(6, 125, 65) 100%);
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 2px solid #48A231;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.deploy-url:hover {
  border: 2px solid yellow;
}

/*選樓層*/
.drawer-wrap {
  bottom: 10px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  opacity: 0.5;
  transition: 500ms all;
}

.drawer-wrap:hover, .drawer-wrap.drawer-open {
  opacity: 1;
}

.drawer-tab-title {
  background: #fff !important;
  color: #555;
  border-radius: 4px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.drawer-list {
  display: none;
  list-style: none;
  padding: 10px;
  margin: -3px 0 0;
  position: absolute;
  background: #fff;
  width: 320px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 0 5px 5px 5px;
}

.drawer-list > li {
  border-bottom: 1px solid #009B4F;
  letter-spacing: 1px;
}

.drawer-list > li:last-child {
  border-bottom: 0;
}

.drawer-list > li:hover {
  background: #009B4F;
  color: #fff;
}

.drawer-list > li > .map-img {
  display: none;
}

.drawer-tab-title .glyphicon-triangle-top {
  display: none;
}

.drawer-open .glyphicon-triangle-top {
  display: inline-block;
}

.drawer-open .glyphicon-triangle-bottom {
  display: none;
}

.drawer-open .drawer-list, .drawer-list .active > .map-img {
  display: block;
}

.map-name {
  padding: 5px;
  cursor: pointer;
}

.map-img {
  position: relative;
}

.map-img > img {
  max-width: 100%;
  max-width: 300px;
}

#photosphere {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

.psv-button {
  order: 1;
}

.psv-navbar {
  background: none;
}

.psv-caption {
  text-align: left;
  letter-spacing: 2px;
  visibility: visible;
}

.psv-loader-canvas {
  display: none;
}

.psv-loader-text {
  max-width: 100% !important;
  padding-top: 40px;
  background: url(../images/loading.gif) no-repeat top center;
  background-size: 35px 35px;
}

.psv-marker {
  opacity: 0.5;
}

.psv-marker:hover {
  opacity: 1;
}

.psv-tooltip {
  text-align: center;
  font-size: 15px;
  font-family: microsoft jhenghei, sans-serif;
}

@media screen and (max-width: 500px) {
  .drawer-list {
    width: 94%;
  }
}
.img-label-outer {
  top: 10px;
  left: 30px;
}

@media screen and (max-width: 768px) {
  .case_list > li > a {
    display: unset;
  }
  .info_wrap, .info_wrap2, .price_wrap {
    padding: 0px 5px;
    width: calc(75% - 120px);
  }
  .imgbox, .info_wrap, .info_wrap2, .price_wrap {
    vertical-align: top;
    float: left;
  }
}
.detail-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border-bottom: #4EC55A solid 2px;
  margin-bottom: 30px;
}
.detail-top .breadcrumb {
  padding-left: 12px;
  margin-bottom: 0px;
}
.detail-top .breadcrumb a {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 400;
  color: #636363;
  text-decoration: none;
  margin: 0 4px;
  letter-spacing: 2px;
}
.detail-top .search {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.detail-top .search .form-control {
  font-size: 15px;
  border-radius: 30px;
  padding: 12px 16px;
  margin: 12px 0;
}
@media (max-width: 1199px) {
  .detail-top {
    margin: 0px;
  }
  .detail-top .breadcrumb {
    padding-left: 0px;
  }
  .detail-top .breadcrumb a {
    font-size: 14px;
  }
  .detail-top .search {
    margin-top: 95px;
    padding-top: 0px;
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .detail-top .breadcrumb {
    padding-top: 24px;
  }
  .detail-top .search {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .detail-top .breadcrumb {
    padding-top: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .detail-top .search {
    margin-top: 0px;
  }
}

.detailmain {
  margin-bottom: 30px;
}
.detailmain .swiper-outer .swiper .swiper-wrapper {
  margin-bottom: 12px;
}
.detailmain .swiper-outer .swiper .swiper-wrapper img {
  height: auto;
  aspect-ratio: 12/9;
  overflow: hidden;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailmain .info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 30px;
}
.detailmain .info h2.obj-title {
  font-size: 40px;
  font-weight: 600;
  font-family: sans-serif;
  color: #0201BF;
  letter-spacing: 2px;
  margin-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #00923F;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .detailmain .info h2.obj-title {
    font-size: 32px;
  }
}
.detailmain .info h2.obj-title.rent-obj-title {
  color: #00753C;
}
.detailmain .info .label p {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  border-radius: 4px;
  color: #fff;
  background-color: #EC8A21;
}
.detailmain .info .price-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: #ddd solid 1px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detailmain .info .price-area h2 {
  font-size: 50px;
  font-weight: 900;
}
.detailmain .info .price-area .title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 36px;
  font-family: sans-serif;
  font-weight: 500;
  color: #636363;
  letter-spacing: 2px;
}
.detailmain .info .price-area .title > div {
  width: 50%;
}
.detailmain .info .price-area .title h3 {
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}
.detailmain .info .price-area .title h3 .price {
  font-weight: 600;
}
.detailmain .info .price-area .title .price {
  font-weight: 600;
}
.detailmain .info .price-area .title h2.price {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .detailmain .info .price-area .title h2.price {
    flex-wrap: wrap;
  }
}
.detailmain .info .price-area .title h2.price span:empty {
  display: none;
}
.detailmain .info .price-area .title h2.price span {
  padding-right: 12px;
}
.detailmain .info .price-area .title h2.price span:first-child {
  padding-left: 12px;
  color: #00923F;
}
.detailmain .info .price-area .title .tips {
  font-size: 18px;
  color: #00923F;
}
@media (max-width: 767px) {
  .detailmain .info .price-area .title {
    flex-wrap: wrap;
  }
}
.detailmain .info .price-area .priceouter {
  display: flex;
}
.detailmain .info .price-area .price {
  color: red;
  letter-spacing: 2px;
}
.detailmain .info .price-area .price span {
  font-size: 28px;
  font-weight: 900;
  color: #636363;
}
@media (max-width: 992px) {
  .detailmain .info .price-area .price {
    display: block;
  }
}
.detailmain .info .price-area .title2 {
  font-size: 20px;
  width: 50%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .detailmain .info .price-area .title2 {
    align-items: flex-start;
    flex-direction: column;
  }
}
.detailmain .info .price-area .title2 span:first-child {
  font-weight: 600;
}
.detailmain .info .price-area .title2 span.t2_tips {
  padding-left: 10px;
  font-size: 14px;
  color: #00923F;
}
@media (max-width: 767px) {
  .detailmain .info .price-area .title2 span.t2_tips {
    padding-left: 0;
  }
}
.detailmain .info .price-area .title2 span.price {
  color: #f00;
  font-size: 20px;
  font-weight: 900;
}
.detailmain .info .detail-tb {
  margin-bottom: 12px;
  width: 100%;
  letter-spacing: 2px;
}
.detailmain .info .detail-tb .label td {
  font-size: 18px;
  font-weight: 400;
  font-family: sans-serif;
  color: #636363;
}
.detailmain .info .detail-tb tr td {
  font-size: 20px;
  font-weight: 600;
  font-family: sans-serif;
  padding-right: 24px;
  color: #212121;
}
.detailmain .info .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.detailmain .info .item h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: sans-serif;
  padding: 12px 30px;
  color: #65481C;
  background-color: #eee;
}
.detailmain .info .item h3 i {
  color: #65481C;
  font-size: 20px;
  margin-right: 8px;
}
.detailmain .info .item h3:first-child {
  background-color: #E8CE9D;
}
.detailmain .info .place {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
.detailmain .info .place .place_item {
  padding: 0px 0 12px;
  color: #000;
  font-weight: 600;
}
.detailmain .info .place .place_item:first-child {
  flex: 1 0 31%;
}
.detailmain .info .place .place_item:nth-child(2n) {
  flex: 1 0 64%;
}
.detailmain .info .place .place_item:nth-child(3) {
  flex: 1 0 64%;
}
@media (max-width: 767px) {
  .detailmain .info .place .place_item:nth-child(3) {
    flex: 1 1 100%;
  }
}
.detailmain .info .place tr td {
  font-size: 20px;
  font-weight: 500;
  font-family: sans-serif;
  color: #636363;
}
.detailmain .info .place tr td:first-child {
  padding-right: 30px;
}
.detailmain .info .line {
  height: 0px;
  width: 100%;
  border-bottom: #BDBDBD solid 1px;
  margin: 12px 0;
  display: inline-block;
}
.detailmain .info .contact-area {
  width: 100%;
  border: #4EC55A solid 1px;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.detailmain .info .contact-area .contact {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-left: 20px;
}
.detailmain .info .contact-area .contact img {
  margin-right: 30px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .detailmain .info .contact-area .contact img {
    width: 100px;
  }
}
.detailmain .info .contact-area .contact img[src=""] {
  display: none;
}
.detailmain .info .contact-area .contact .name {
  flex: 1;
  margin-right: 60px;
}
.detailmain .info .contact-area .contact .name h3 {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 400;
  color: #636363;
}
.detailmain .info .contact-area .contact .name h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: sans-serif;
  color: #333;
  border-bottom: #4EC55A solid 1px;
}
.detailmain .info .contact-area .contact .name p {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  color: #636363;
}
@media (max-width: 992px) {
  .detailmain .info .contact-area .contact .name p {
    font-size: 13px;
  }
}
.detailmain .info .contact-area .contact .code {
  float: right;
  text-align: center;
}
.detailmain .info .contact-area .contact .code img {
  text-align: right;
  transition: all 0.5s ease-in;
  margin: 0;
  width: 100px;
  height: auto;
}
@media (max-width: 992px) {
  .detailmain .info .contact-area .contact .code img {
    width: 70px;
  }
}
.detailmain .info .contact-area .contact .code a {
  text-decoration: none;
}
.detailmain .info .contact-area .contact .code p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.detailmain .info .contact-area .contact .code:hover img {
  transform: scale(1.2);
}
.detailmain .info .contact-area .cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}
.detailmain .info .contact-area .cell p {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 400;
  color: #636363;
  margin-right: 30px;
  width: 100px;
  text-align: center;
}
.detailmain .info .contact-area .cell h2 {
  font-size: 50px;
  font-weight: 600;
}
.detailmain .info .contact-area .cell h2 a {
  text-decoration: none;
  color: red;
}
@media (max-width: 1199px) {
  .detailmain {
    margin: 0px;
    margin-top: 20px;
  }
  .detailmain .swiper-outer {
    padding: 0px;
  }
  .detailmain .swiper-outer .swiper .swiper-wrapper img {
    aspect-ratio: 9/4;
  }
  .detailmain .info {
    padding-left: 0px;
  }
  .detailmain .info h2 {
    font-size: 50px;
  }
  .detailmain .info .price-area h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .detailmain .swiper-outer {
    padding: 0px;
  }
  .detailmain .swiper-outer .swiper .swiper-wrapper img {
    aspect-ratio: 9/7;
  }
  .detailmain .info h2 {
    font-size: 36px;
  }
  .detailmain .info .price-area h3 {
    margin-left: 0px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: flex;
  }
  .detailmain .info .detail-tb .label td {
    font-size: 16px;
  }
  .detailmain .info .detail-tb tr td {
    padding-right: 18px;
    font-size: 14px;
  }
  .detailmain .info .item h3 {
    padding: 12px 10px;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .detailmain .info .place {
    margin-top: 12px;
  }
  .detailmain .info .place tr td {
    font-size: 16px;
  }
  .detailmain .info .contact-area {
    padding: 16px 10px;
  }
  .detailmain .info .contact-area .contact {
    margin-left: 0px;
  }
  .detailmain .info .contact-area .contact img {
    margin-right: 0px;
  }
  .detailmain .info .contact-area .contact .name {
    margin-right: 8px;
  }
  .detailmain .info .contact-area .contact .name h3 {
    font-size: 18px;
  }
  .detailmain .info .contact-area .contact .name h2 {
    font-size: 32px;
  }
  .detailmain .info .contact-area .cell {
    margin-left: 0px;
  }
  .detailmain .info .contact-area .cell p {
    margin-right: 0;
    width: 120px;
    text-align: center;
  }
  .detailmain .info .contact-area .cell h2 {
    font-size: 28px;
  }
}

.line {
  height: 1px;
  width: 100%;
  border: #4EC55A solid 1px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .line {
    width: auto;
    margin: 30px 15px 30px;
  }
}
@media (max-width: 767px) {
  .line {
    width: auto;
  }
}

.area-360 {
  margin-bottom: 30px;
}
.area-360 .title h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: sans-serif;
  color: #636363;
}
.area-360 .pic-360 {
  border-top: unset;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
  height: 400px;
}
.area-360 .pic-360 .toolbar {
  padding-top: 0px;
  margin-bottom: -62px;
}
@media (max-width: 1199px) {
  .area-360 {
    margin: 0 15px 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .area-360 .title h2 {
    font-size: 28px;
  }
}

.detail-intro {
  padding: 30px 30px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  margin-bottom: 30px;
}
.detail-intro .main-title h2 {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  font-family: sans-serif;
  color: #636363;
  padding-bottom: 20px;
  border-bottom: #ccc dashed 1px;
}
.detail-intro .title h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: sans-serif;
  color: #4EC55A;
  margin-top: 20px;
  margin-bottom: 40px;
}
.detail-intro .row {
  padding-bottom: 30px;
  border-bottom: #ccc solid 1px;
}
.detail-intro .row .col-lg-4 {
  font-size: 20px;
  font-weight: 400;
  font-family: sans-serif;
  color: #333;
  margin-bottom: 12px;
}
.detail-intro .row .col-lg-8 {
  font-size: 20px;
  font-weight: 400;
  font-family: sans-serif;
  color: #333;
  margin-bottom: 12px;
}
.detail-intro .row:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
}
.detail-intro .row.intro_point {
  border: 0;
  height: 120px;
  overflow: hidden;
}
.detail-intro .more-area {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.detail-intro .more-area span {
  width: 80%;
  border: #ccc dashed 1px;
  margin-right: 12px;
}
.detail-intro .more-area .intro-more {
  padding: 12px 28px;
  background-color: #4EC55A;
  border-radius: 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: sans-serif;
  border: unset;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.detail-intro .more-area .intro-more i {
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .detail-intro {
    margin: 0 15px 30px;
    width: auto;
  }
  .detail-intro .more-area .intro-more {
    padding: 12px 18px;
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .detail-intro {
    margin: 0 15px 30px;
    width: auto;
    padding: 30px 18px;
  }
  .detail-intro .main-title h2 {
    font-size: 28px;
  }
  .detail-intro .title h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .detail-intro .more-area span {
    width: 60%;
  }
  .detail-intro .more-area .intro-more {
    padding: 12px 18px;
    font-size: 16px;
    margin-top: 15px;
  }
}

.google-map {
  padding-bottom: 20px;
  border-bottom: #4EC55A solid 2px;
  margin-bottom: 30px;
}
.google-map .title h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: sans-serif;
  color: #636363;
  padding-bottom: 20px;
}
.google-map .title h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: sans-serif;
  color: #636363;
  padding-bottom: 20px;
}
.google-map .item {
  align-items: stretch;
}
.google-map .item .col-lg-4 .item-area {
  padding: 20px 10px 20px 20px;
  border-radius: 12px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.google-map .item .col-lg-4 .item-area .item-title {
  font-size: 20px;
  font-weight: 600;
}
.google-map .item .col-lg-4 .item-area .item-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  padding: 0;
  border-radius: 50%;
  margin-right: 10px;
}
.google-map .item .col-lg-4 .item-area h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: sans-serif;
  color: #636363;
  margin-top: 20px;
  letter-spacing: 2px;
}
.google-map .item .col-lg-4 p {
  font-size: 24px;
  font-weight: 500;
  font-family: sans-serif;
  color: #636363;
  margin-top: 20px;
  padding-left: calc(16px + 0.68em);
  text-indent: -0.68em;
}
@media (max-width: 768px) {
  .google-map .item .col-lg-4 p {
    margin: 0;
  }
}
.google-map .item .col-lg-4 p i {
  color: #4EC55A;
  margin-right: 8px;
}
.google-map .item .col-lg-4:nth-child(1) .item-title i {
  background-color: #32B33F;
}
.google-map .item .col-lg-4:nth-child(2) .item-title i {
  background-color: #13A9CA;
}
.google-map .item .col-lg-4:nth-child(3) .item-title i {
  background-color: #7B40DB;
}
@media (max-width: 1199px) {
  .google-map {
    width: auto;
    margin: 0 0px 30px;
  }
}
@media (max-width: 992px) {
  .google-map .item .col-lg-4 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .google-map .title h2 {
    font-size: 28px;
  }
  .google-map .title h3 {
    font-size: 24px;
  }
  .google-map .item .col-lg-4 p {
    font-size: 20px;
  }
}

.map-pic {
  padding-bottom: 20px;
  border-bottom: #4EC55A solid 2px;
  margin-bottom: 30px;
}
.map-pic #map-view {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  height: 430px;
}
.map-pic #street-view {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  height: 430px;
}
@media (max-width: 1199px) {
  .map-pic {
    width: auto;
    margin: 0 0px 30px;
  }
}

.detail-recom {
  margin-bottom: 30px;
}
.detail-recom .title {
  font-size: 40px;
  font-weight: 600;
  font-family: sans-serif;
  color: #636363;
  padding-bottom: 20px;
}
.detail-recom .swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}
.detail-recom .swiper .swiper-wrapper .swiper-slide a .pic img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.detail-recom .swiper .swiper-wrapper .swiper-slide a .info {
  margin-top: 12px;
}
.detail-recom .swiper .swiper-wrapper .swiper-slide a .info h2 {
  font-size: 28px;
  font-family: sans-serif;
  font-weight: 400;
  color: #333;
}
.detail-recom .swiper .swiper-wrapper .swiper-slide a .info p {
  font-family: sans-serif;
  font-weight: 400;
  color: #636363;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .detail-recom {
    width: auto;
    margin: 0 0px 30px;
  }
}
@media (max-width: 767px) {
  .detail-recom .title {
    font-size: 28px;
  }
  .detail-recom .swiper .swiper-wrapper .swiper-slide .info h2 {
    font-size: 20px;
  }
}

.info .info-area {
  padding: 0 12px;
  border-bottom: 1px solid #4EC55A;
  margin-bottom: 20px;
}
.info .rent-info-area {
  width: 100%;
  margin-bottom: 20px;
}
.info .rent-info-area .main-title {
  font-size: 52px;
  font-family: sans-serif;
  font-weight: 600;
  color: #176b20;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #176b20;
}
.info .rent-info-area .outer .price-area {
  display: flex;
  align-items: start;
  width: 100%;
}
.info .rent-info-area .outer .price-area .title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.info .rent-info-area .outer .price-area .title h3 {
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 600;
  color: #333;
}
.info .rent-info-area .outer .price-area .title h3 span {
  font-size: 28px;
  font-weight: 600;
  color: red;
}
.info .rent-info-area .outer .price-area .title h4 {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 500;
  color: #176b20;
  margin-left: 20px;
}
.info .rent-info-area .outer .label {
  margin-left: 0px;
}
.info .rent-info-area .outer .label p {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 12px;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  border-radius: 4px;
  color: #fff;
  background-color: #EC8A21;
}
.info .rent-info-area .outer .address {
  font-size: 28px;
  font-family: sans-serif;
  font-weight: 500;
  color: #0000D4;
  margin-left: 20px;
  letter-spacing: 2px;
}
.info .rent-info-area .outer .part-area {
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.info .rent-info-area .outer .part-area .part {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.info .rent-info-area .outer .part-area .part h3 {
  width: 50%;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 500;
  color: #636363;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .info .rent-info-area .main-title {
    font-size: 28px;
    margin-left: 0px;
  }
}

.rent-service {
  border-bottom: #4EC55A solid 2px;
  margin-bottom: 30px;
}
.rent-service .title {
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 600;
  color: #636363;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .rent-service .title {
    font-size: 28px;
  }
}
.rent-service .caption {
  margin-bottom: 30px;
}
.rent-service .caption h3 {
  font-size: 28px;
  font-family: sans-serif;
  font-weight: 400;
  color: #636363;
}
.rent-service .caption h3 i {
  margin-right: 12px;
}
.rent-service .caption h3:last-child {
  text-indent: 2.5rem;
}
.rent-service .caption .caption-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.rent-service .caption .caption-item .item {
  width: 14.2857142857%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rent-service .caption .caption-item .item .icon {
  text-align: center;
}
.rent-service .caption .caption-item .item .icon img {
  width: 60%;
}
.rent-service .caption .caption-item .item .txt {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  color: #636363;
}
@media (max-width: 768px) {
  .rent-service .caption h3 {
    font-size: 24px;
  }
  .rent-service .caption h3:last-child {
    text-indent: unset;
  }
  .rent-service .caption .caption-item .item {
    width: calc(33.3333% - 8px);
    margin-right: 8px;
  }
  .rent-service .caption .caption-item .item .icon img {
    width: 105px;
  }
  .rent-service .caption .caption-item .item .txt {
    font-size: 12px;
  }
}

.rent-special {
  width: 100%;
  border-bottom: #4EC55A solid 2px;
  margin-bottom: 30px;
}
.rent-special h2 {
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 600;
  color: #636363;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .rent-special h2 {
    font-size: 28px;
  }
}
.rent-special .special-area {
  background-color: #eee;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.rent-special .special-area h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: sans-serif;
  color: #333;
  margin-bottom: 12px;
}
.rent-special .btn-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.rent-special .btn-area .btn {
  font-size: 28px;
  font-weight: 600;
  font-family: sans-serif;
  padding: 8px 24px;
  border-radius: 12px;
  border: #4EC55A solid 2px;
  margin-bottom: 20px;
  text-align: right;
}
.rent-special .btn-area .btn a {
  text-decoration: none;
  color: #4EC55A;
}

.rent-house-d {
  margin-bottom: 30px;
}
.rent-house-d .house-d-area .title {
  font-size: 40px;
  font-weight: 600;
  font-family: sans-serif;
  color: #636363;
}
.rent-house-d .house-d-area .col-md-6 h3 {
  font-size: 28px;
  font-weight: 500;
  font-family: sans-serif;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .rent-house-d .house-d-area .col-md-6 h3 {
    font-size: 24px;
  }
}

.news-pagecover .container {
  border-bottom: #333 solid 1px;
  align-items: center;
}
.news-pagecover .container .search {
  padding-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news-pagecover .container .search .form-control {
  font-size: 15px;
  border-radius: 30px;
  padding: 12px 16px;
  margin: 12px 0;
}
.news-pagecover .sitepath {
  display: none;
}
@media (max-width: 992px) {
  .news-pagecover .container .pagetitle {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .news-pagecover .container {
    border-bottom: unset;
  }
  .news-pagecover .container .pagetitle {
    margin-bottom: 0px;
    padding-top: 0px;
    padding: 20px 0;
  }
  .news-pagecover .container .search {
    padding: 0px;
  }
}

.newslistpage .news-menu {
  justify-content: center;
  align-items: center;
}
.newslistpage .news-menu .system {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: #999999 solid 2px;
  border-radius: 8px;
  margin-top: 30px;
  width: auto;
}
@media (max-width: 768px) {
  .newslistpage .news-menu .system {
    align-items: unset;
  }
}
.newslistpage .news-menu .system h3 {
  padding: 12px 24px;
  margin-bottom: 0px;
  border-right: #999 solid 2px;
}
.newslistpage .news-menu .system h3:last-child {
  border-right: unset;
}
.newslistpage .news-menu .system h3 a {
  text-decoration: none;
  color: #636363;
  font-size: 24px;
  font-weight: 500;
  font-family: sans-serif;
  letter-spacing: 3px;
}
.newslistpage .sort {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.newslistpage .sort p {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  color: #999;
}
.newslistpage ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}
.newslistpage ul li .newsClassList {
  border-bottom: unset;
  padding: 0 15px 20px;
}
.newslistpage ul li .newsClassList .newsimg a img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.newslistpage ul li .newsClassList .newsTitleList {
  margin-top: 8px;
}
.newslistpage ul li .newsClassList .newsTitleList a {
  font-size: 20px;
  font-weight: 400;
  font-family: sans-serif;
  color: #666;
  text-decoration: none;
  letter-spacing: 2px;
}
.newslistpage ul li .newsClassList .newsDateList {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  font-family: sans-serif;
  color: #666;
  padding-right: 0px;
  border-right: unset;
}
.newslistpage ul li .newsClassList .newsDateList .viewnum {
  padding: 0 8px;
  border-right: #ddd solid 2px;
  border-left: #ddd solid 2px;
  margin-left: 8px;
}
.newslistpage ul li .newsClassList .newsDateList .sharebar .likebtn {
  padding: 4px 8px;
  border-right: #ddd solid 2px;
  color: red;
}
.newslistpage ul li .newsClassList .newsDateList .sharebar .fbshare {
  padding: 4px 8px;
  border-right: #ddd solid 2px;
}
.newslistpage ul li .newsClassList .newsDateList .sharebar .fbshare img {
  width: 30px;
}
.newslistpage ul li .newsClassList .newsDateList .sharebar .lineshare {
  padding: 4px 8px;
}
.newslistpage ul li .newsClassList .newsDateList .sharebar .lineshare img {
  width: 40px;
}
@media (max-width: 992px) {
  .newslistpage .sort p {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .newslistpage ul .row {
    padding: 0 15px;
  }
  .newslistpage ul .row .newsClassList .newsDateList {
    font-size: 16px;
  }
  .newslistpage ul .row .newsClassList .newsDateList .sharebar .fbshare img {
    width: 20px;
  }
  .newslistpage ul .row .newsClassList .newsDateList .sharebar .lineshare img {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .newslistpage .news-menu {
    padding: 0 15px;
  }
  .newslistpage .news-menu .system {
    padding: 0px;
    margin-top: 12px;
    width: 100%;
  }
  .newslistpage .news-menu .system h3 {
    text-align: center;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    flex: 1;
  }
  .newslistpage .news-menu .system h3 a {
    font-size: 16px;
    display: inline-block;
    padding: 0;
    width: 3em;
  }
  .newslistpage ul .row {
    padding: 0 15px;
  }
  .newslistpage ul .row .newsClassList .newsimg a img {
    aspect-ratio: 3/2;
  }
  .newslistpage ul .row .newsClassList .newsDateList {
    font-size: 12px;
  }
  .newslistpage ul .row .newsClassList .newsDateList .sharebar .fbshare img {
    width: 15px;
  }
  .newslistpage ul .row .newsClassList .newsDateList .sharebar .lineshare img {
    width: 25px;
  }
}

.pagination li {
  border-bottom: 0 !important;
}
.pagination li a {
  padding: 8px 16px;
}

.store_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fbfbfb;
  padding: 0;
}

.store_cover {
  width: 50%;
  aspect-ratio: 4/2.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .store_cover {
    width: 100%;
    margin: 0;
  }
}

.store_txt {
  width: 50%;
  font-size: 20px;
  padding: 30px;
  line-height: 1.5;
}
.store_txt a {
  text-decoration: none;
  color: #333;
}
.store_txt strong {
  display: inline-block;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.store_txt .gmap_btn {
  margin: 40px 0 0;
  display: inline-block;
  padding: 24px 48px;
  font-size: 12px;
  background-color: #fff;
  min-width: 200px;
  letter-spacing: 4px;
  text-transform: uppercase;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.083);
}
@media (max-width: 992px) {
  .store_txt {
    width: 100%;
  }
}

.pagetop {
  padding: 30px;
  margin-bottom: 20px;
  border-bottom: #ddd solid 1px;
}
.pagetop h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.pagetop h1 span {
  color: #BDBDBD;
  display: block;
}

.brand .brand-area {
  background-image: url(/images/page10.jpg);
  background-size: 100%;
  padding: 50px;
}
@media (max-width: 768px) {
  .brand .brand-area {
    padding: 30px;
  }
}
.brand .brand-area .title h2 {
  font-size: 50px;
  width: 2em;
  font-family: sans-serif;
  font-weight: 600;
  color: #333;
}
.brand .brand-area .title h2 .sp {
  font-weight: 500;
  color: #BDBDBD;
}
.brand .brand-area .txt {
  max-width: 800px;
  margin: auto;
}
.brand .brand-area .txt h3 {
  font-size: 28px;
  font-family: sans-serif;
  font-weight: 500;
  color: #4ABD07;
  line-height: 150%;
  letter-spacing: 6px;
}
@media (max-width: 768px) {
  .brand .brand-area .txt h3 {
    font-size: 5vw;
  }
}

.brand-pic-area .brand-pic {
  margin-bottom: 30px;
}
.brand-pic-area .brand-pic img {
  width: 100%;
}
@media (max-width: 992px) {
  .brand-pic-area .brand-pic img {
    width: 100% !important;
  }
}
.brand-pic-area .brand-txt {
  text-align: center;
  margin-bottom: 50px;
}
.brand-pic-area .brand-txt i {
  font-size: 30px;
  color: #4ABD07;
  width: 50px;
  height: 50px;
}
.brand-pic-area .brand-txt h3 {
  font-size: 28px;
  font-family: sans-serif;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .brand-pic-area .brand-txt h3 {
    padding: 0 40px;
    font-size: 18px;
  }
}

.brand-pic-area2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-pic-area2 .pic img {
  margin: 0 12px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .brand-pic-area2 .pic img {
    width: 100%;
    margin: 0 0 12px;
  }
}
.brand-pic-area2 .txt {
  font-size: 28px;
  font-family: sans-serif;
  font-weight: 500;
  color: #514848;
  margin: 40px 0;
  text-align: center;
  letter-spacing: 6px;
  line-height: 150%;
}

.brand-pic-area3 {
  margin-bottom: 40px;
}
.brand-pic-area3 .row .col-md-4 img {
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.brand-pic-area3 .row .col-md-4 h3 {
  font-size: 28px;
  font-family: sans-serif;
  font-weight: 500;
  color: #514848;
  letter-spacing: 6px;
  margin-top: 20px;
  text-align: center;
}

.rent-house-d .item-title {
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 600;
  color: #636363;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .rent-house-d .item-title {
    font-size: 28px;
  }
}
.rent-house-d .house-d-area {
  display: flex;
  flex-wrap: wrap;
}
.rent-house-d .house-d-area .title2 {
  width: 50%;
  font-size: 28px;
  font-weight: 600;
}
.rent-house-d .house-d-area .title2 .price {
  color: #f00;
}
.rent-house-d .house-d-area .title2 .t2_tips {
  color: #545454;
}
@media (max-width: 767px) {
  .rent-house-d .house-d-area .title2 {
    width: 100%;
    font-size: 24px;
  }
  .rent-house-d .house-d-area .title2 .priceouter {
    text-align: right;
  }
  .rent-house-d .house-d-area .title2 .priceouter .price {
    display: inline-block;
    width: 3em;
  }
  .rent-house-d .house-d-area .title2 .priceouter .price:empty {
    display: none;
  }
}
@media (max-width: 767px) {
  .rent-house-d .house-d-area .line {
    width: 100%;
  }
}/*# sourceMappingURL=page.css.map */