@charset "utf-8";
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: none;
}
input[type="submit"], input[type="button"] {
  cursor: pointer;
}
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset, img {
  border: 0;
  padding: 0;
  margin: 0;
}
address, caption, cite, code, dfn, em, /*strong,*/ th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
  padding-left: 0;
}
caption, th {
  text-align: left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {}
abbr, acronym {
  border: 0;
}
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
/*==================================================================================*/
/*開頭設定*/
body {
  font-family: "Noto Serif TC", "Frank Ruhl Libre", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;
  font-weight: bold;
  background: url("../images/page_bg.gif") center top no-repeat #f4f5f6;
  background-size: 100% auto;
}
a {
  text-decoration: none;
  /*color: #b8956b ;*/ transition: all 0.6s ease 0s;
}
a:hover {
  color: #000;
}
.web_img {
  display: block !important;
}
.photo_img {
  display: none !important;
}
.w_100 {
  clear: both;
  max-width: 80vw;
  ;
  margin: 0 auto;
}
.w_100w {
  max-width: 1400px;
  margin: 0 auto;
}
.w_100s {
  max-width: 1024px;
  margin: 0 auto;
}
.w_all {
  width: 100%;
  overflow: hidden;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
/*MENU*/
header {
  width: 100%;
  height: 120px;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu_box {
  max-width: 90vw;
  width: 1620px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  height: 55px;
  width: 300px;
  font-size: 30px;
}
.logo a {
  width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease 0s;
  color: #222222;
}
.logo img {
  max-width: 100%;
  height: 60px;
  transition: all 0.5s ease 0s;
  margin-top: -5px;
  padding-right: 10px;
}
/*上方動態*/
.menu_box.on .logo {padding-top: 50px; opacity: 0;
animation:pho_move5 1s normal forwards;
animation-delay: 1s;
}
@keyframes pho_move5 {
	 0%{padding-top: 70px ; opacity: 0;}
  100%{padding-top: 0; opacity: 1;}
}
.menu_box.on .nav-menu {margin-top: -50px; opacity: 0;
animation:pho_move6 1s normal forwards;
	animation-delay: 1s;
}
@keyframes pho_move6 {
	 0%{margin-top: -50px ; opacity: 0;}
	80%{margin-top: 25px ; opacity: 1;}
  100%{margin-top: 0; opacity: 1;}
}
.content.on {padding-top: 50px; opacity: 0;
animation:pho_move7 1.5s normal forwards;
animation-delay: 1s;}
@keyframes pho_move7 {
	 0%{padding-top: 50px ; opacity: 0;}
  100%{padding-top: 0; opacity: 1;}
}
/*選單*/
/*選單手機板*/
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  header {
    height: 60px;
    position: fixed;
  }
  .menu_box {
    width: 100%;
    height: 60px;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 30px;
    margin-top: 0;
  }
  .logo p {
    font-size: 20px;
  }
  .nav-menu {
    padding-right: 0;
  }
  .nav-menu > ul > li.btn_com {
    position: inherit;
  }
  .mobile-nav .btn_com {
    display: block;
  }
}
/*明體標題字*/
.fon_sty01 {
  font-family: "Frank Ruhl Libre", "Noto Serif TC", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;
}
/*黑體*/
.fon_sty02 { /*font-family: Microsoft JhengHei, "微軟正黑體";*/
  font-family: "微軟正黑體", sans-serif;
  font-weight: normal;
  background-color: #e2e1dc;
}
.big_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/page_bg.gif") center top no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
/*==============================================================
                  首頁
==============================================================*/
/*輪播-------------------*/
.pho_box {
  width: 100%;
  padding: 60px 0 0 0;
}
.pho_bg { position: absolute; left: 0; right: 0; top: 60px; bottom: 0; background: url("../images/img_bg.png") center no-repeat; background-size:cover;}
.pho_bg img {height: 100%;}
/*輪播按鈕*/
.int_photo0 {
  position: relative;
}
.int_photo0 .owl-nav {
  font-size: 50px;
}
.int_photo0 .owl-prev {
  position: absolute;
  left: 0;
  top: -30px;
  bottom: 0;
  width: 5vw;
  transition: all 0.5s ease 0s;
  opacity: 0.5;
  z-index: 20;
}
.int_photo0 .owl-prev:hover {
  background-color: transparent !important;
  opacity: 1;
}
.int_photo0 .owl-next {
  position: absolute;
  right: 0;
  top: -30px;
  bottom: 0;
  width: 5vw;
  transition: all 0.5s ease 0s;
  opacity: 0.5;
  z-index: 20;
}
.int_photo0 .owl-next:hover {
  background-color: transparent !important;
  opacity: 1;
}
.int_photo0 .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100vw;
}
.int_photo0 .owl-theme .owl-dots .owl-dot {}
.int_photo0 .owl-theme .owl-nav {
  margin-top: 0;
}
@media screen and (max-width:760px) {
  .pho_box {
    padding: 40px 0 40px 0;
  }
	.pho_bg { top: 0px; background: url("../images/img_bgs.png") center no-repeat; background-size: 101% auto;}
}
.content {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
/*標題----------------------------*/
.top_tit {
  padding-top: 140px;
  margin-bottom: 40px;
}
.top_tit h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
}
.top_tit p {
  font-size: 44px;
  text-transform: uppercase;
  font-family: "Playfair Display";
  letter-spacing: 3px;
  text-transform: uppercase
}

/*經營理念-----------------------------------------------------------------*/
.about2 { display: flex; justify-content: space-between; align-items: center;padding: 120px 0;}
.abo_img2, .abo_text2 { width: 48%;}
.abo_text2 h2 {font-size: 40px;letter-spacing:2px; padding-bottom: 50px;font-weight: bold;
}
.abo_text2 h3 {font-size: 28px;letter-spacing:2px;padding-bottom: 40px;font-weight: bold;}
.abo_text2 p {font-size: 18px; line-height: 26px;font-family: "微軟正黑體", sans-serif;}
@media screen and (max-width:760px) {
	.about2 {display: flow-root; padding: 0;}
	.abo_img2, .abo_text2 { width: 100%;}
	.abo_img2 {padding-bottom: 20px;}
	.abo_text2 h2 {padding-bottom: 20px;}
	.top_tit {padding-top: 40px;}
}

/*銷售個案----------------------------*/

.cast_list_box {
  margin: 60px 0; /*margin-left:-75vw;*/ position: relative;
}
.cast_list_box .owl-carousel { /*margin-left: 15.6vw;*/
}
.cast_list_box .owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.cast_list_box .owl-theme .owl-dots {
  display: none;
}
.case_one {
  position: relative;
  margin: 0 auto;
}
.case_one a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  z-index: 100;
}
.ca_img2 {
  overflow: hidden;
  border-radius: 10px;
  width: 480px;
  max-width: 24vw;
  margin-bottom: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
	overflow: hidden;
}
.ca_img2 img {
  width: auto;
  /*height: 640px;*/
  transition: all 0.5s ease 0s;
}
.case_one:hover .ca_img2 img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cast_list_box .owl-carousel .owl-nav.disabled {
  display: block;
}
.cast_list_box .owl-next {
  position: absolute;
  right: 0;
  top: -120px;
  width: 50px;
  height: 50px;
  background: #000000 !important;
  color: #FFF !important;
  border-radius: 50% !important;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.cast_list_box .owl-prev {
  position: absolute;
  right: 80px;
  top: -120px;
  width: 50px;
  height: 50px;
  background: #000000 !important;
  color: #FFF !important;
  border-radius: 50% !important;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.cast_list_box .cast_list_box .owl-next.disabled, .cast_list_box .cast_list_box .owl-prev.disabled {
  opacity: 1 !important;
  background-color: #FFF;
  color: 000;
  border: 1px solid #000;
}
.cast_list_box .owl-theme .owl-nav .disabled {
  opacity: 1 !important;
  background-color: #FFF !important;
  color: #000 !important;
  border: 1px solid #000;
	transition: all 0.5s ease 0s;
}
.cast_list_box .owl-carousel .owl-nav button:hover, .cast_list_box .owl-theme .owl-nav .disabled button:hover{
	
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (orientation:portrait) {
  .ca_img2 img {
    width: auto;
   /*height: 500px;*/
  }
}
@media screen and (max-width:760px) {
  .top_tit h3 {
    font-size: 11px;
  }
  .top_tit p {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .cast_list_box .owl-prev, .cast_list_box .owl-next {
    width: 32px;
    height: 32px;
    top: -100px;
  }
  .cast_list_box .owl-prev {
    right: 50px;
  }
  .ca_img2 {
    max-width: none;
    width: 240px;
  }
  .ca_img2 img {
    width: 240px;
    height: 320px;
  }
}
.big_ba {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
/*最新消息-----------------------------------------------------------------*/
.news_box, .about_box {
  width: 48%;
  margin-bottom: 60px;
}
.news_box .top_tit, .about_box .top_tit {
  padding-bottom: 60px;
}
.news_box_in, .about_box_in {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  height: 640px;
  position: relative;
  font-weight: normal;
}
.news_list li {
  border-bottom: 1px dotted #000;
  padding: 20px 0;
}
.news_one {
  width: 100%;
  height: 100%;
  position: relative;
}
.news_list li:hover {
  border-bottom: 1px solid #000;
}
.news_one a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ne_day {
  font-size: 14px;
  letter-spacing: 1px;
}
.ne_tit {
  font-size: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.5px;
font-weight: 600;
}
.btn_02 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  border: 30px solid #f4f5f6;
  border-radius: 30px;
}
.btn_sty02 {
  padding: 5px 20px;
  background-color: #FFF;
  color: #000;
  border-radius: 30px;
  border: 1px solid #000;
  font-weight: normal;
  font-family: "Playfair Display";
  letter-spacing: 1px;
}
.btn_sty02:hover {
  color: #FFF;
  background-color: #000;
}
/*關於我們-----------------------------------------------------------------*/
.abo_img {
  margin-bottom: 40px;
}
.abo_text {
  line-height: 32px;
  font-size: 21px;
}
.abo_text p {
  padding-bottom: 20px;
}
@media screen and (max-width:760px) {
  .big_ba {
    display: flow-root;
  }
  .news_box, .about_box {
    width: 100%;
    clear: both;
  }
  .news_box_in, .about_box_in {}
  .news_box_in.w_100 {
    width: calc(100% - 80px);
  }
  .news_box .top_tit, .about_box .top_tit {
    padding-bottom: 0;
  }
}
/*===========================================
                 內頁
=================================================*/
/*--------------內頁底圖----------------*/
.bg_pp {
  background: url("../images/bg_pp.jpg") center top no-repeat;
  background-size: 100% auto;
}
.bg_00 .top_tit {
  padding-top: 140px;
}
.bg_01 {
  background: url("../images/bg_01.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_02 {
  background: url("../images/bg_02.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_03 {
  background: url("../images/bg_03.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_04 {
  background: url("../images/bg_04.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_05 {
  background: url("../images/bg_05.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_06 {
  background: url("../images/bg_06.jpg") center top no-repeat #FFF;
	background-size: 100% auto;
}
.bg_07 {
  background: url("../images/bg_08.jpg") center top no-repeat #FFF;
	background-size: 100% auto;
}
.bg_ww {
  background-color: #FFF;
}
@media screen and (max-width:760px) {
.bg_01 {
  background: url("../images/bg_01s.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_02 {
  background: url("../images/bg_02s.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_03 {
  background: url("../images/bg_03s.jpg") center top no-repeat;
	background-size: 100% auto;
	
}
	.bg_04 {
  background: url("../images/bg_04s.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_05 {
  background: url("../images/bg_05s.jpg") center top no-repeat;
	background-size: 100% auto;
}
.bg_06 {
  background: url("../images/bg_06s.jpg") center top no-repeat #FFF;
	background-size: 100% auto;
}
.bg_07 {
  background: url("../images/bg_08s.jpg") center top no-repeat #FFF;
	background-size: 100% auto;
}
}
/*---------------------------------------
               銷售個案
--------------------------------------------*/
/*--------------銷售列表----------------*/
.case_box2 {}
.cast_list_box2 {min-height: 1500px;}
.cast_list_box2 ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cast_list_box2 ul li {
  width: calc(50% - 40px);
  margin: 20px;
}
.ca_one {
  position: relative;
}
.ca_one a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ca_img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ca_img img {
  width: auto;
  height: 480px;
  transition: all 0.5s ease 0s;
}
.ca_one:hover .ca_img img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ca_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.ca_tit {
  width: 75%;
}
.ca_tit h4 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 5px;
}
.ca_tit p {
  font-size: 20px;
  font-family: "微軟正黑體", sans-serif;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ca_year {
  font-size: 62px;
  font-weight: normal;
  font-weight: 600;
}
.ca_tag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}
.ca_tag_in {
  margin: 0 20px;
}
.tag_sty1 {
  border: 1px solid #222222;
  border-radius: 10px;
  padding: 5px 15px;
}
@media screen and (max-width:760px) {
  .ca_tag {
    justify-content: center;
  }
  .ca_tag_in {
    margin: 0 10px;
  }
  .cast_list_box2 ul {
    display: flow-root;
  }
  .cast_list_box2 ul li {
    width: 100%;
    margin: 20px 0;
  }
  .ca_img img {
    height: auto;
  }
  .ca_tit h4 {
    font-size: 18px;
  }
  .ca_tit p {
    font-size: 15px;
  }
  .ca_year {
    font-size: 30px;
  }
  .tag_sty1 {
    padding: 5px 10px;
    font-size: 15px;
  }
}
/*--------------銷售列表修改----------------*/
.case_box2 {}
.cast_list_box2b {}
.cast_list_box2b ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cast_list_box2b ul li {
  width: calc(100% - 40px);
  margin: 20px;
}
.cast_list_box2b ul li .ca_one {display: flex; justify-content: space-between;align-items: center;width: 100%;}
.cast_list_box2b ul li:nth-child(even) .ca_one {flex-direction: row-reverse;}
.cast_list_box2b ul li .ca_one .ca_img {width: 60%;}
.cast_list_box2b ul li .ca_one .ca_img img {width: 100%;height: auto;}
.cast_list_box2b ul li .ca_one .ca_text {width: 34%; display: flow-root;margin-left: 6%;}
.cast_list_box2b ul li .ca_one .ca_year {font-size: 36px;}
.cast_list_box2b ul li .ca_tit { width: auto;}
.cast_list_box2b ul li .ca_tit p {overflow:auto;white-space:inherit;}

.cast_list_box2b ul li:nth-child(even) .ca_one .ca_text {margin-left: 0%;margin-right: 6%;}

.cast_list_box2c ul li {
  width: calc(33% - 40px);
  margin: 20px 20px 60px 20px;
}
.cast_list_box2c ul li .ca_img img { /*height: 320px;*/ width: 100%;}
.cast_list_box2c ul li .ca_year {font-size: 40px;}
/*--------------銷售內頁----------------*/
.case_box2_in {padding-top: 50px;}
.ca_photo .pho_box img {height: calc(100vh - 100px);}
.ca_info {
  background-color: #F4F5F6;
  margin-bottom: 40px;
}
.co_info_in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
}
.co_info_in h4 {
  font-size: 30px;
  padding-right: 20px;
  font-weight: bold;
}
.co_info_in ul {
  font-size: 16px;
}
.co_info_in li {
  border-left: 1px solid #222222;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.co_info_in li:first-child {
  border-left: none;
}
.co_info_text {
  font-family: "微軟正黑體", sans-serif;
}
.co_info_text p {
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 26px;
}
.co_info_text h1 {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
/*圖文編輯*/
.text_RL {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.text_R, .text_L {
  width: 48%;
}
.co_info2 {
  background-color: #F4F5F6;
  font-family: "微軟正黑體", sans-serif;
  margin-bottom: 80px;
}
.co_info2_in {
  padding: 40px 80px;
}
.co_tit2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
}
.co_info2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.co_info2 ul li {
  width: calc(50% - 20px);
  border-bottom: 1px solid #C1C1C1;
  padding: 10px 0;
}
.co_inf_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.co_t {
  width: 120px;
  font-size: 18px;
}
.co_t2 {
  width: calc(100% - 120px);
  font-size: 13px;
}
.co_info3 {
  background-color: #F4F5F6;
  font-family: "微軟正黑體", sans-serif;
  padding-bottom: 60px;
}
.co_info3_in {}
.co_RL {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.co_map {
  clear: both;
  width: 50%;
  padding-top: 60px;
}
.co_map iframe {
  width: 100%;
  height: 700px;
}
.co_tag {
  width: 45%;
  padding-top: 80px;
}
.co_inf_one2 {
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
	width: 100%;
}
.co_inf_one2w { width: 48%;}
.co_t3 {
  width: 80px;
  font-size: 18px;
  padding: 10px;
}
.co_t4 {
  width: calc(100% - 80px);
  letter-spacing: 3px;
}
.co_t4 input {
  width: calc(100% - 20px);
  height: 100%;
  padding: 10px;
}
.co_t4a { width:100%;}
.co_t4a input {
  width: calc(100% - 20px);
  height: 100%;
  padding: 10px;
}
.co_t4 textarea, .co_t4a textarea {
  height: 120px;
  width: calc(100% - 20px);
  padding: 10px;
}
.co_inf_one3 {width: 100%;}
.co_t5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inp_sty01 {
  width: 30px;
  height: 30px;
  padding-right: 10px;
  background-color: #222222;
  color: #FFF;
}
.co_t5 span {
  padding-left: 10px;
}
.tag_sty2 {
  bottom: inherit;
  width: calc(100% - 20px);
  height: 100%;
  padding: 10px;
}
.btn_co {
  padding: 40px 0;
  text-align: center;
}
.btn_sty03 {
  width: 185px;
  height: 70px;
  line-height: 70px;
  background-color: #3e3a39;
  color: #FFF;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 26px;
}
@media screen and (max-width:760px) {
	.cast_list_box2c ul li, .cast_list_box2b ul li{ width: calc(100% - 40px);}
	.cast_list_box2b ul li .ca_one { display: flow-root;}
	.cast_list_box2b ul li .ca_one .ca_img, .cast_list_box2b ul li .ca_one .ca_text { width: 100%;margin: 0;}
	.ca_photo .pho_box img, .cast_list_box2c ul li .ca_img img  {height: auto;}
	.case_box2_in .pho_box {padding: 40px 0 0 0;}
  .co_info_in h4 {
    font-size: 15px;
  }
  .co_info_in ul {
    font-size: 10px;
  }
  .text_RL, .co_RL {
    display: flow-root;
  }
  .co_map iframe {
    height: 480px;
  }
  .co_info2 ul li {
    width: calc(100% - 10px);
  }
  .text_L, .text_R, .co_map, .co_tag {
    width: 100%;
  }
  .co_info2_in {
    padding: 10px 20px;
  }
  .co_tit2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .co_t {
    font-size: 15px;
    width: 80px;
  }
  .co_t2 {
    font-size: 12px;
    width: calc(100% - 80px);
  }
}
/*---------------------------------------
               最新消息
--------------------------------------------*/
/*--------------最新列表----------------*/
.news_list2 {min-height: 500px; background: #FFF;border-radius: 10px;margin-top: 150px;letter-spacing:1px;}
.news_list2_in { padding: 50px 60px;}
.news_list2_in li { border-bottom: 1px dashed #000;padding: 15px 0;}
.news_list2_in .ne_tit { width: calc(100% - 160px);text-overflow:inherit;white-space:inherit;}
.ne_one {display: flex; justify-content: space-between; align-items: center;flex-wrap: wrap;}
.ne_time { width: 100%; display: block;font-size: 16px; padding-bottom: 5px;}
.ne_time span {padding: 0 10px;}
.ne_tit2 {font-size: 20px;}
.btn_04 {width: 120px;height: 40px;}
.btn_sty04 {
	display: block;
	font-size: 13px;
  width: 120px;height: 40px;
	line-height: 40px;
	text-align: center;
  background-color: #000;
  color: #FFF;
  border-radius: 20px;
  border: 1px solid #000;
  font-weight: normal;
  font-family: "Playfair Display";
  letter-spacing: 1px;
	font-style: normal;
}
.news_list2_in li:hover .btn_sty04 {
  color: #000;
  background-color: #FFF;
}
/*--------------最新內頁----------------*/

.ne_tit3 {padding-bottom: 80px;padding-top: 240px;}
.ne_tit3 h1 {font-size:30px; font-weight: bold;padding-bottom: 5px;letter-spacing:1px;}
.ne_text3 {font-size:18px;font-family: "微軟正黑體", sans-serif;line-height: 26px;min-height: 500px; }
.ne_text3 p { padding-bottom: 30px;font-weight: normal;}
.ne_text3 h2 {font-size: 23px;font-family:"Noto Serif TC", "Frank Ruhl Libre", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;font-weight: bold; padding-bottom: 20px;letter-spacing:1px;}
/*---------------------------------------
               關於我們
--------------------------------------------*/
.abo_page {padding-top: 0}
.abo_p1 {padding: 70px 0;}
.txt_tit {font-size: 26px;letter-spacing:4px; padding-bottom: 20px;font-weight: 600; font-family: "Noto Serif TC", "Frank Ruhl Libre", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;
;}
.abo_p1 p {font-size:18px;letter-spacing:1px;font-family: "微軟正黑體", sans-serif;line-height: 26px;padding-bottom: 70px;font-weight: 400; }
.apo_RL {width: 100%;display: flex;justify-content: space-between;align-items: center;
}
.apo_R {width: 60%;}
.apo_R img {max-width: 50vw;float: right;}
.apo_L { display: flex; align-items: center;width: 100%;justify-content: flex-end;}
.apo_L_in {width: 600px; max-width: 40vw;}
.apo_L_in h2 {font-size: 28px;padding: 50px 0;font-weight: 600;}
.apo_L_in p {font-size: 20px; line-height: 36px; letter-spacing:3px;text-align: justify;font-weight: 600;}
/*---------------------------------------
               聯絡我們
--------------------------------------------*/
.con_box { background: #F4F5F6;margin: 240px 0 120px 0;}
.con_box_in {padding: 85px 140px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
@media screen and (max-width:760px) {
	.con_box_in {padding: 20px; display: flow-root;}
	.co_inf_one2w { width: 100%;}
	.con_box {margin-top: 20px;}
	.abo_page {padding-top: 0;}
	.abo_p1 {padding: 40px 0;}
.abo_p1 h1 {font-size: 20px;padding-bottom: 20px;}
.abo_p1 h2 {font-size: 25px;}
.abo_p1 h3 {font-size: 15px;padding-bottom: 20px;}
.abo_p1 p {font-size:15px;line-height: 20px;}
.apo_RL {overflow: hidden;}
	.apo_R { width: 100%;}
	.apo_L {width: 90%;margin: 0 auto;}
	.apo_R img { max-width:100%;}
.apo_RL {display: flow-root;}
.apo_L_in { width: 100%;max-width: none;}
	
.apo_L_in h2 {font-size: 18px;padding: 0;padding-bottom: 20px;}
.apo_L_in p {font-size: 16px; line-height: 26px;letter-spacing:2px;}
	
}
/*---------------------------------------
}
/*---------------------------------------
               工程進度
--------------------------------------------*/
.pro_box .owl-dots { display: none;}
.pro_box .owl-next {
  position: absolute;
  right: -70px;
  top:calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #FFF !important;
  color: #222222 !important;
  border-radius: 50% !important;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.pro_box .owl-prev {
  position: absolute;
  left: -70px;
  top:calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #FFF !important;
  color: #222222 !important;
  border-radius: 50% !important;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.pro_box  .owl-next.disabled, .pro_box  .owl-prev.disabled {
  opacity: 0.5 !important;
  background-color: #222222;
  color: #FFF;
  border: 1px solid #000;
}

.pro_box .owl-theme .owl-nav .disabled {
  opacity: 1 !important;
  background-color: #222222 !important;
  color: #FFF !important;
  border: 1px solid #000;
}
#pop_process .co_info_in { color: #FFF; justify-content:space-between;max-width: 1200px;}
#pop_process .co_info_in li {border-left:1px solid #FFF;}
#pop_process .co_info_in li:first-child {border-left:none;}
.pro_box {margin:0 120px; color: #FFF;max-width: 1200px;}
.pro_one {}
.pro_one img {width: auto;}
.pro_one p {padding: 40px 0; text-align: center;}
.fancybox-content {background-color: transparent;}
@media screen and (max-width:760px) {
	.pro_box {margin:0 10px; }
	.pro_box .owl-dots { display: block;}
	.pro_box .owl-nav { display: none;}
}
/*==============================================================
                  內頁
==============================================================*/
/*標題*/
@media screen and (max-width:760px) {
  /*影片*/
  .move {}
  .move_box {
    margin: 20px 0;
  }
  .move {
    text-align: center;
    background-color: #000;
    margin-bottom: 20px;
  }
  .move_box iframe {
    width: calc((100vh - 80px) * 1.8);
    height: calc(100vh - 80px);
    margin: 0 auto;
    display: block;
    max-width: 90vw;
  }
}
@media screen and (max-width:760px) {
  .move_box iframe {
    height: calc(100vw / 2);
  }
}




/*==============================================================
                  實績參考
==============================================================*/
/*==============================================================
                  版權
==============================================================*/
footer {
  width: 100%;
  clear: both;
  color: #FFF;
  background: #222222;
}
.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 220px;
  color: #FFF;
}
.logo2 {}
.logo2 a {
  color: #FFF;
  font-size: 28px;
}
.foot_menu {}
.foot_menu li {
  display: inline-block;
  padding: 10px;
}
.foot_menu li a {
  font-size: 18px;
  color: #FFF;
}
.foot_menu p {
  font-size: 13px;
  text-align: right;
  padding: 10px 0;
}
@media screen and (max-width:760px) {
  .footer_box {
    display: flow-root;
    text-align: center;
    padding-top: 40px;
  }
  .foot_menu p {
    text-align: center;
    font-size: 11px;
  }
  .logo2 {
    width: 100%;
  }
  .logo2 a {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: -10px;
  }
  .foot_menu li a {
    font-size: 12px;
  }
}
/*數字頁*/
.no_list {padding-bottom: 60px;}
.no_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no_list ul li {
  margin: 20px 10px;
}
.no_list ul li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222222;
  color: #222222;
  background-color: #FFF;
}
.no_list ul li a:hover, .no_list ul li.on a {
  color: #FFF;
  background-color: #222222;
}
.no_list ul li.in a {
  border: none;
}
/*==============================================================
                 loading動畫
==============================================================*/
#gotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #FFF;
}
.at_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
	z-index: 1000;
}
.loader::after, .loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader::after {
  border-color: #222222;
  animation-delay: 1s;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*離場動畫測試*/
.at_loading.closure .loader { animation-name:loadload;
    animation-duration:2s;
	animation-fill-mode:forwards;
}

.load_1, .load_2 { position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: auto;}
.at_loading.closure .load_1 {animation-name:loadload2;
    animation-duration:2s;
	animation-fill-mode:forwards;}
.load_1:before {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(10deg) scale(1.1);
    background-color: #bababa;
    content: "";}
.at_loading.closure .load_2 {animation-name:loadload3;
    animation-duration:1.5s;
	animation-fill-mode:forwards;}
.load_2:before {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-10deg) scale(1.1);
    background-color: #222222;
    content: "";}

.at_loading.closure  {animation-name:loadload0;
    animation-duration:1.5s;
	animation-fill-mode:forwards;}

@keyframes loadload0 {
	 0%, 99% {
		 
		  transform:translateY(0%)
    
  } 100% {
    
	  transform:translateY(-120%)
   
	}
}
	
@keyframes loadload {
	 0% {
		 opacity: 100%;
		 
    
  } 20%, 100% {
    opacity: 0;
   
  } 
	
}
@keyframes loadload2 {
	 30% {
		 transform:translateX(0%)
    
  } 80%, 100% {
    transform:translateX(-150%)
   
  } 
	
}
@keyframes loadload3 {
	 10% {
		 transform:translateX(0%)
    
  } 70%, 100% {
    transform:translateX(150%)
   
  } 
	
}
