/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dt,
dd,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/ /*修改部分 by kevin 20140822*/
  /*vertical-align: baseline;*/ /*修改部分 by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  /*list-style: none;*/ /*修改部分 by kevin 20140822 會影響到網邊*/
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  /*border-collapse: collapse;
	border-spacing: 0;*/
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman",
    Times, serif, "微軟正黑體", "新細明體";
  /*overflow-x: hidden;*/
  letter-spacing: 1px;
  -webkit-text-size-adjust: none; /*解決iphone橫平轉豎屏時字變大的問題*/

  font-family: "jf_openhuninn";
}

/* ~~ 元素/標籤選取器 ~~ */
ul,
ol,
dl {
  /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
  padding: 0;
  margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul,
ol {
  padding-left: 40px;
}
/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

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

/*img{ display:block;}*/ /*清除IE7下方溢位*/

a img {
  /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
  border: none;
}

.clearfloat {
  /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
a {
  /*color:#ccc;*/ /*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
  text-decoration: none;
  outline: none; /* for Firefox Google Chrome  */ /*讓a點擊時不會出現框線*/
  behavior: expression(
    this.onFocus=this.blur()
  ); /* for IE */ /*讓a點擊時不會出現框線*/
}
a:hover {
  /*color:#ccc;*/ /*修改部分 by kevin 201450108 太醜了所以刪掉*/
  /* text-decoration: underline; */
  /*opacity:0.9;新增部分 by kevin 20150121*/ /*會影響到輪播 刪除 by kevin 20150324*/
}

a:active,
a:focus {
  /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
  text-decoration: none;
}

area {
  outline: none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
  font-family: "LigatureSymbols";
  src: url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot");
  src: url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix")
      format("embedded-opentype"),
    url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff")
      format("woff"),
    url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf")
      format("truetype"),
    url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols")
      format("svg");
  src: url("../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
.lsf,
.lsf-icon:before {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content: attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
  font-family: "jf_openhuninn"; /*jf open粉圓體*/
  src: url(../icon_fonts/jf_openhuninn_1_1/jf-openhuninn-1.1.ttf);
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*--------------------------------------loading畫面 開始---------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  text-align: center;

  /*新增by pekey 20171211*/
  padding-top: 250px;
}

/*Loading畫面CSS開始*/
#circularG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
}

.circularG {
  position: absolute;
  background-color: rgb(201, 9, 21); /*此為Loding的點點顏色*/
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(0.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(0.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(0.3);
  }
}
/*Loading畫面CSS結束*/

.loading_tit {
  padding: 20px 0px 0px 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  font-family: 微軟正黑體;
  text-align: center;
}
/*-------------------------------------loading畫面 結束---------------------------------*/

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
  background: #0052e5;
  color: #fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #0052e5;
  color: #fff;
}

.wrap {
  width: 80%;
  /* width: 85%; */
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1440px) {
  .wrap {
    width: 90%;
  }
}

@media (max-width: 990px) {
  .wrap {
    width: 90%;
  }
}

@media (max-width: 767px) {
  /* .wrap {
		width: auto;
		padding: 0px 15px;
	} */
}

/*-------input reset--------------------------------------------------------*/
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman",
    Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
  font-size: 15px;
  border-radius: 3px;
  border: solid 1px #aeaeae;
}
input[type="text"],
.input,
input[type="password"],
.input,
input[type="search"],
.input,
input[type="email"],
.input,
input[type="tel"],
input[type="time"],
input[type="number"] {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  height: 42px;
  line-height: 42px;
  width: 100%;
  transition: 0.2s ease all;
  padding: 0px 6px 0px 6px;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="number"]:focus {
  border: solid 1px #d5d5d5;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  width: 162px;
  height: 42px;
  background: #0467b3;
  color: #fff;
  border-radius: 5px;
  line-height: 42px;
  transition: 0.2s ease all;
  letter-spacing: 1px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  opacity: 0.7;
}

input[type="reset"] {
  background: #555;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  padding: 0px;
  outline: none;
  vertical-align: baseline;
  cursor: pointer;
}
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  line-height: 24px;
  width: 100%;
  resize: none;
  height: 117px;
  transition: 0.2s ease all;
  box-sizing: border-box;
  padding: 3px;
}
textarea:focus {
  border: solid 1px #d5d5d5;
}

select {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  padding: 9px 0px 10px 7px;
  transition: 0.2s ease all;
  background: #fff;
  letter-spacing: 1px;
  -webkit-appearance: none; /* Safari 和 Chrome */
  -moz-appearance: none; /* Firefox */
  -ms-appearance: none; /*for Internet Explorer*/
  -o-appearance: none; /*for Opera*/
  appearance: none;
  background: #fff url(../images/select_arrow.png) no-repeat;
  background-size: 13px;
  background-position: right;
  padding-right: 18px !important;
}
select::-ms-expand {
  /*for Internet Explorer*/
  display: none;
}
select:focus {
  border: solid 1px #d5d5d5;
}

label {
  cursor: pointer;
}

/*-------輪播----------------------------------------------------------------------------*/

/* 首頁輪播 */
/* .index_bannerArea{
	position:relative;
	overflow: hidden;
} */

.banner {
  background: #fff;
  position: relative;
}

.main .swiper-button-prev,
.main .swiper-button-next {
  position: absolute;
  top: 50%;
  margin: 0px;
  /* z-index: 10;
    cursor: pointer; */
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .swiper-button-prev {
  background-image: url(../index/images/left_arrow.png);
}
.main .swiper-button-next {
  background-image: url(../index/images/right_arrow.png);
}
.main .swiper-button-prev:after,
.main .swiper-button-next:after {
  /* content: 'prev'; */
  display: none;
}

/*輪播區*/
.swiper-container {
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}

/*輪播點點*/
.main .swiper-pagination {
  /* position: absolute;
			text-align: center;
			transition: .3s opacity;
			transform: translate3d(0,0,0);
			z-index: 10; */
  z-index: 888;
  height: 10px;
  opacity: 1;
}
.main .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #fff;
  z-index: 5;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.main
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0467b3;
}

.index_bannerArea .swiper-pagination {
  left: 15px !important;
  text-align: left;
}

/* .device {
		position:relative;
		overflow:hidden;
	} */
/*左右鍵*/
/* .device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		} */

/*左鍵*/
/* .device .arrow-left {
				left:-20px;
			} */

/*右鍵*/
/* .device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				} */

/*輪播區*/
.swiper-container {
  height: auto;
}
.swiper-wrapper {
}
.swiper-slide {
}
/* .swiper-slide img {
  width: 100%;
  height: auto;
} */

/*輪播點點*/
/* .pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			} */
.swiper-active-switch {
  /*輪播點點當前模式*/
  /* background: #c42605; */
}
/*客制區塊*/
/* .swiper-slide {
					position:relative; 
				}*/

.pcBanner,
.mobileBanner {
  /* background-position: center;
					background-repeat: no-repeat;
					background-size: cover; */
}

.pcBanner {
  /* min-height: 650px; */
  /* min-height: 740px; */
}
.mobileBanner {
  display: none;
  /* min-height: 380px;
					padding: 20px 0; */
}

@media (max-width: 990px) {
  .pcBanner {
    display: none;
  }
  .mobileBanner {
    display: block;
  }
}

@media (max-width: 540px) {
  
  .main .swiper-button-prev,
  .main .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: 30px;
}
}


/*/////////////////////////////////////////////////////////*/
/*-------banner_icon右側區域--------*/
/*/////////////////////////////////////////////////////////*/

/* banner_icon右側區域 */
.banner_iconBg {
  position: absolute;
  right: 0;
  z-index: 2;
  /* width: 50%; */
  width: 800px;
  /* max-width: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  /* background-color: rgba(255 255 255 / 55%); */
}
.banner_iconBg:after {
  position: absolute;
  content: "";
  width: 130%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../index/images/banner_bg.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

/* .index_bannerArea:after {
    position: absolute;
    content: "";
    width: 200%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255 255 255 / 55%);
    transform: perspective(0em) rotateX(17.5deg) rotateY(-35deg);
    z-index: -6;
} */

ul.banner_iconArea {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin: -15px -15px; */
  max-width: 70%;
  /* position: relative;
		z-index: 9; */
}
/* banner_icon列表 */
ul.banner_iconArea li {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  width: 50%;
  box-sizing: border-box;
  padding: 15px 15px;
}
.banner_iconList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: calc(100% - 20px * 2);
}

/* banner_icon圖片 */
.banner_icon_img {
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
}
.banner_icon_img a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 100%;
}
.banner_icon_img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  float: none;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: 0.3s ease all;
}

.banner_icon_text {
  line-height: 1.2;
  color: #666666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.banner_icon_text h3 {
  padding: 0;
  margin: 0;
  display: block;
  line-height: inherit;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
.banner_icon_text h2 {
  padding: 0;
  margin: 0;
  display: block;
  line-height: inherit;
  font-size: 18px;
  padding-top: 5px;
  font-weight: normal;
  /*font-family: 'Rubik', sans-serif;*/
}
.banner_icon_text h2:after {
  content: attr(data-name);
  font-size: 12px;
  /* font-family: 'Noto Sans TC', sans-serif; */
}

/* ul.banner_iconArea .power_plant{			
		}
			ul.banner_iconArea .power_plant .banner_icon_img{
				max-width: 40%;
			}
			ul.banner_iconArea .power_plant .banner_icon_text{	
				display: flex;		
				flex-wrap: wrap;
				flex-direction: row;
				margin-top: -10px;
			}
			ul.banner_iconArea .banner_text{
				font-size: 13px;
			} 
				ul.banner_iconArea .power_plant .banner_icon_text .list{
					box-sizing: border-box;
					width: 50%;	
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;	
					padding-top: 10px;	
				} */

@media (max-width: 1400px) {
  /* banner_icon右側區域 */
  .banner_iconBg {
    width: 600px;
  }
  ul.banner_iconArea {
    max-width: 80%;
  }
}

@media (max-width: 1280px) {
  /* banner_icon右側區域 */
  .banner_iconBg {
    width: 500px;
  }
  /* ul.banner_iconArea {
			max-width: 80%;
		} */

  ul.banner_iconArea li {
    padding: 5px;
  }
  .banner_iconList {
    border-radius: 10px;
    padding: 29.5px 10px;
    height: calc(100% - 29.5px * 2);
  }
  .banner_icon_img {
    max-width: 45%;
  }
  .banner_icon_text {
    padding-top: 10px;
  }
  /* .banner_icon_text h2 {
						font-size: 18px;
						padding-top: 5px;
					} */
}

@media (max-width: 1000px) {
  /* banner_icon右側區域 */
  .banner_iconBg {
    position: unset;
    right: unset;
    z-index: unset;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .banner_iconBg:after {
    display: none;
  }
  ul.banner_iconArea {
    width: 100%;
    max-width: 100%;
    margin: 0 -10px;
  }
  ul.banner_iconArea li {
    width: 25%;
    padding: 10px 10px;
    position: relative;
  }
  ul.banner_iconArea li:before {
    position: absolute;
    content: "";
    background-color: #ababab;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(0.2);
    /* background-color: #d5d5d5; */
    width: 15px;
    border-radius: 50%;
    height: 65%;
    filter: blur(10px);
  }
  ul.banner_iconArea li:after {
    position: absolute;
    content: "";
    background-color: #bbb;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) scaleX(0.05);
    /* background-color: #d5d5d5; */
    width: 15px;
    border-radius: 50%;
    height: 65%;
  }
  ul.banner_iconArea li:first-of-type:before,
  ul.banner_iconArea li:first-of-type:after {
    display: none;
  }
  .banner_iconList {
    border-radius: 0px;
    padding: 0px 0px;
    height: 100%;
  }
}

@media (max-width: 990px) {
  /* banner_icon右側區域 */
  .banner_iconBg {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  /* @media (max-width: 640px){ */

  ul.banner_iconArea li {
    width: 50%;
  }
  ul.banner_iconArea li:before,
  ul.banner_iconArea li:after {
    display: none;
  }
}

@media (max-width: 425px) {
  ul.banner_iconArea {
    margin: 0 -10px;
  }
  ul.banner_iconArea li {
    padding: 10px 10px;
  }
  .banner_icon_text {
    line-height: 1.2;
    /* padding-top: 10px; */
  }
  .banner_icon_text h3 {
    font-size: 12px;
  }
  .banner_icon_text h2 {
    /* font-size: 13px;
					padding-top: 5px; */
  }
  ul.banner_iconArea .power_plant .banner_icon_text {
    /* margin-top: -10px;*/
  }
}

/*-------頁次--RWD版 by kevin 20150921------------------------------------------------------------------------*/
.page_area_rwd {
  text-align: center;
  padding: 25px 0px 0px 0px;
}
.page_left_arrow,
.page_right_arrow {
  width: 83px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.page_left_arrow a,
.page_right_arrow a {
  text-decoration: none;
  display: block;
  transition: 0.2s ease all;
  color: #fff;
  line-height: 40px;
  background: #de484d;
  border-radius: 2px;
}
.page_left_arrow a:hover,
.page_right_arrow a:hover {
  background: #0467b3;
}
.page_select {
  display: inline-block;
  padding: 0px 7px;
  vertical-align: top;
}
.page_select select {
  width: auto !important;
  font-size: 15px !important;
  padding: 8px 18px 7px 16px !important;
  border: solid 1px #a4a4a4 !important;
  height: 40px !important;
  box-sizing: border-box;
  border-radius: 3px;
}

/*-------頁次--置中版--修改 by kevin 20150328------------------------------------------------------------------------*/
.page_area {
  margin: 0px 0px 0px 0px;
}
.page_area table {
  margin: 0 auto; /*置中*/
  /*margin: 0px 0px 0px auto;*/ /*靠右*/
}
.page_area table td {
  vertical-align: top;
}
.page_bot {
  float: left;
  padding-top: 3px;
  margin-right: 5px;
}
.page_pages {
  float: left;
  font-size: 12px;
  text-align: center;
  color: #000;
  line-height: 17px;
  margin-top: -5px;
  width: 55px;
}
.page_text {
  float: left;
  margin: 0;
  padding: 0;
  border: solid 1px #b5b5b5 !important;
  background: #fff !important;
  width: 54px !important;
  height: 19px !important;
  line-height: 17px !important;
  margin-left: 8px !important;
  margin-right: 5px !important;
}

.page_area a {
  transition: 0.2s ease all;
}

.page_area a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
}

/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
  border-bottom: solid 1px #c4c4c4;
}
.tabs_btn_now {
  transition: 0.3s ease all;
  font-size: 16px;
  line-height: 39px;
  padding: 0px 36px 0px 36px;
  text-align: center;
  display: none;
  position: relative;
  background: #fff;
  border-bottom: solid 1px #e3e3e3;
  font-weight: bold;
}
.tabs_btn_now:hover {
  background: #fff;
}
.tabs_btn_now_arrow {
  position: absolute;
  border-top: solid 5px #333;
  top: 17px;
  right: 20px;
  border-left: solid 5px rgba(255, 255, 255, 0);
  border-right: solid 5px rgba(255, 255, 255, 0);
}

.img-scroll {
  height: 39px;
  position: relative;
}
.img-list {
  position: relative;
}
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs li {
  line-height: 39px;
  float: left;
  position: relative;
  font-size: 14px;
  width: auto;
  color: #808080;
  border-right: solid 1px #c4c4c4;
}
.tabs span {
  text-decoration: none;
  display: block;
  padding: 0px 18px;
  transition: 0.3s ease all;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.tabs li span:hover {
  color: #333;
  box-shadow: 0 0 #3d3d3d inset;
}

.tabs li.active {
  /*當前模式*/
  color: #333;
}
.tabs li.active span {
  box-shadow: 0 -2px #3d3d3d inset;
}
.tabs li.active:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin: 0px 0px 0px -10px;
}

#tab1 {
}
.tab_content {
}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
  background: #fff;
  padding: 10px;
}
@media (max-width: 768px) {
  /*頁籤*/
  .tab_area {
    position: relative;
  }
  .tabs_btn_now {
    display: block;
  }

  .img-scroll {
    display: none;
    height: auto;
    /*position: absolute;*/
    width: 100%;
    z-index: 999;
  }
  .tabs li,
  .img-scroll1 .tabs li,
  .img-scroll2 .tabs li,
  .img-scroll3 .tabs li,
  .img-scroll4 .tabs li,
  .img-scroll5 .tabs li {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 15px;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #f3f3f3;
  }
  .tabs li.active:after {
    content: "";
  }
}

/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
  line-height: 37px;
  padding: 0px 0px 5px 0px !important;
}
.captcha input[type="text"] {
  width: 80px;
  margin-right: 5px;
}
.captcha a {
  transition: 0.5s ease all;
  color: #fff;
  /* background: #333; */
  border-radius: 5px;
  padding: 0px 11px;
  font-size: 14px;
  display: inline-block;
  margin: 9px 0px 7px;
  line-height: 29px;
  text-decoration: none;
}
.captcha a:hover {
}
.captcha img {
  vertical-align: middle;
}
.captcha span {
  color: #c30000;
}

/*-------表單區----------------------------------------------------------------------------*/
/*表單區底*/
.form_area_bg {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 20px;
}
@media (max-width: 900px) {
  .form_area_bg {
    padding: 0px;
  }
}

/*表單區備註*/
.form_remark {
  /* text-align: center; */
  font-size: 15px;
  line-height: 22px;
  padding: 10px 0px 5px 0px;
}
.form_remark.form_remark_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
}
.form_remark.form_remark_btn .btn_area {
  margin: 0;
}
.form_remark.form_remark_btn .btn_area input[type="button"] {
  background: rgb(4, 4, 4);
  margin: 0;
}
/*必填icon*/
.requirde_icon {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: #c13e42;
  line-height: 18px;
  padding: 0px 5px;
}
/*表單區*/
.form_area {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 新增 修改樣式 modify by Patty 20221202 start */
.form_left{
  width: 100%;
}
/* 新增 修改樣式 modify by Patty 20221202 end */
.form_list {
  font-size: 15px;
  line-height: 21px;
  /* border-bottom: dotted 1px #0f0f0f; */
  padding: 12px 0px 0px 0px;
}
.form_list.fLType2 {
  width: 46%;
}
.fL_tit {
  font-weight: bold;
  padding: 3px 0px 6px 0px;
  position: relative;
}
/*必填icon*/
.fL_tit .requirde_icon {
  position: absolute;
  right: 0px;
}
.fL_tit .requirde_icon.requirde_icon_left {
  right: auto;
  left: 70px;
}
.inputFile {
  position: relative;
  border: solid 1px #aeaeae;
  background: #fff;
  border-radius: 3px;
  padding: 0px 80px 0px 0px;
  /* margin: 0px 0px 17px; */
}
.inputFile input[type="text"] {
  border: none;
  background: none;
}
.inputFile label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
}
.inputFile label div {
  background: #ffd000;
  color: #3d3d3d;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  width: 80px;
  display: inline-block;
  transition: 0.3s ease all;
}
.inputFile input[type="file"] {
  display: none;
}

.fL_info {
  padding: 0px 0px 9px 0px;
  padding: 0px 0px 17px 0px;
}
.fL_info a {
  color: #333;
  text-decoration: none;
}

.fL_info .letter {
  color: #0467b3;
}
/*沒有輸入框時*/
.fL_info.no_input {
  padding: 10px 0px 25px 0px;
  line-height: 24px;
}

.fL_info label {
  display: inline-block;
}

/*地址樣式*/
.fL_info.address select {
  margin: 0px 5px 0px 0px;
}
.fL_info.address input[type="text"]:nth-of-type(1) {
  width: 97px;
}
.fL_info.address input[type="text"]:last-of-type {
  margin: 12px 0px 0px 0px;
}

/*生日樣式*/
.fL_info.birthday {
}
.fL_info.birthday select {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 990px) {
  /*表單區左*/ /*表單區右*/
  .form_left,
  .form_right {
    float: none;
    width: auto;
  }
  /*沒有輸入框時*/
  .fL_info.no_input {
    padding: 0px 0px 5px 0px;
  }
  .fL_info label {
    padding: 6px 0px;
  }
  .form_list.fLType2 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cart_big_tit span.red {
    padding: 0px;
  }
}
@media (max-width: 500px) {
  .cBT_checkbox {
    display: block;
    padding: 5px 0px 0px 0px;
  }
  .receiving_record {
    padding: 0px;
  }
}
@media (max-width: 320px) {
  /*生日樣式*/
  .fL_info.birthday {
    letter-spacing: 0px;
    white-space: nowrap;
    font-size: 12px;
  }
}

.form_list_remark {
  font-size: 15px;
  line-height: 21px;
  color: #c13e42;
  padding: 12px 0px 0px 0px;
}

/*-------hack----------------------------------------------------------------------------*/
.hack {
  padding: 20px;
}
.hack_demo {
  float: left;
  width: 50%;
  line-height: 200px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

/* IE10、11、edge模式 */
@media all and (-ms-high-contrast: none) {
  .ie10Up {
    color: #fff;
    background: #06f;
  }
  *::-ms-backdrop,
  .ie10Up {
    color: #fff;
    background: #06f;
  }
}

/*firefox*/
@-moz-document url-prefix() {
  .firefox {
    color: #fff;
    background: #c00;
  }
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .safariAndChrome {
    color: #fff;
    background: #333;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------首頁內容--------*/
/*/////////////////////////////////////////////////////////*/

.main {
}

/*首頁內容區塊*/
.mainContent {
}

/* 首頁標題 ------------------*/
/* .index_tit{
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 1.5;
	color: #0467b3;
	text-align: center;
}
	.index_tit h2{
		padding: 0;
		margin: 0;
		font-size: inherit;
		line-height: inherit;
		display: inline-block;
		position: relative;
		display: block;
		font-weight: normal;
	} */

/* 首頁_button--------------------------- */
.index_btn {
  text-align: right;
  font-size: 18px;
  line-height: 1;
}
.index_btn a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #0467b3;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}

.index_btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef800000;
  z-index: -2;
}
.index_btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  /* background-color: #0467b3;*/
  background-image: linear-gradient(to left, #000 0%, #000 100%);
  transition: all 0.3s;
  z-index: -1;
}
.index_btn a:hover {
  color: #fff;
  /* background-color: #fff0; */
}
.index_btn a:hover:before {
  width: 100%;
  z-index: -1;
}

@media (max-width: 990px) {
  /*首頁內容區塊*/
  .mainContent {
  }

  /* 首頁標題 ------------------*/
  /* .index_tit{
			margin-bottom: 20px;
			font-size: 25px;
		} */

  /* 首頁_button--------------------------- */
  .index_btn {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .index_btn a b {
  }
  .index_btn a svg {
    width: 56.05px;
    height: 5.605px;
  }
}

/*=============================================================*/
/*-------首頁最新消息區塊_頁籤樣式--------*/
/*/=============================================================*/

.indexNewsBg {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.indexNewsBg .tabs_btn_now {
  background: #fff0;
  border-bottom: solid 0px #e3e3e3;
  border-radius: 0px;
  background-color: #0467b3;
  padding: 0px 45px;
  color: #fff;
  font-weight: normal;
}

.indexNewsBg .tabs_btn_now_arrow {
  position: absolute;
  border: none;
  top: 50%;
  right: 20px;
  transform: translate(0px, -50%);
  width: 20px;
  height: 20px;
  /* background-color: #bd8f8f; */
}
.indexNewsBg .tabs_btn_now_arrow:before {
  position: absolute;
  transition: 0.3s ease all;
  font-family: "Bootstrap-icons";
  content: "\F282";
  top: -9px;
  right: 0px;
  color: #fff;
  font-size: 20px;
  transform-origin: center;
}

.indexNewsBg .tab_area {
  border-bottom: solid 2px #0467b3;
}
.indexNewsBg .img-scroll {
  height: 50px;
}

.indexNewsBg .tabs li {
  border-color: #fff;
  font-size: 25px;
  line-height: 50px;
}
.indexNewsBg .tabs span {
  background-color: #3288da;
  padding: 0 13px;
  border-radius: 0;
  color: #ffffff;
  border: none;
}

/* 當前 */
.indexNewsBg .tabs li.active span {
  background-color: #0467b3;
  box-shadow: none;
}
/* .indexNewsBg .tabs li.active span {
			box-shadow: none;
		} */

/*產品內頁頁籤的網編區*/
.indexNewsBg .p_tab_text_area {
  background: #fff0;
  padding: 0px 0px 0px;
}

@media (max-width: 990px) {
  .indexNewsBg {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .indexNewsBg .img-scroll {
    height: 30px;
  }
  .indexNewsBg .tabs li {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .indexNewsBg .tabs span {
    border: 1px #fff0 dashed;
    border-radius: 0;
  }
  .indexNewsBg .tab_area {
    border-bottom: solid 0px #0467b3;
  }
}

/*=============================================================*/
/*-------首頁最新消息區塊--------*/
/*/=============================================================*/

.index_NAbg {
  box-sizing: border-box;
  /* width: calc(100% - 600px);
	padding: 60px 0px;
	padding-right: 50px; */
}

ul.index_NAarea {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  padding: 30px 0px;
}

/* 首頁_最新消息_列表 */
ul.index_NAarea li {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  position: relative;
  padding: 15px 0;
  padding-left: 135px;
  /* border-bottom: 1px #d7d7d7 dashed; */
  color: #333;
}
/* 最新消息_張貼日期 */
ul.index_NAarea .time {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  text-align: center;
  color: #959595;
}

/* 最新消息_標題 */
ul.index_NAarea h3.title {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  /* overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap; */
  font-weight: normal;
  font-size: 19px;
  line-height: 1.5;
}
ul.index_NAarea h3.title a {
  display: block;
  text-decoration: none;
  color: #959595;
  transition: 0.3s ease all;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
ul.index_NAarea h3.title a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

@media (max-width: 990px) {
}

@media (max-width: 640px) {
  ul.index_NAarea {
    padding: 20px 0px;
  }
  /* 首頁_最新消息_列表 */
  ul.index_NAarea li {
    position: unset;
    padding: 10px 0;
    border-bottom: 1px #d7d7d7 dashed;
  }
  /* 最新消息_張貼日期 */
  ul.index_NAarea .time {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    text-align: left;
    font-size: 15px;
    margin-bottom: 5px;
  }
  ul.index_NAarea h3.title {
    font-size: 16px;
  }
  ul.index_NAarea h3.title a {
    -webkit-line-clamp: 2;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

.main.inmain {
}

/*內頁banner*/
/* .inbanner{
	}
		.inbanner img{
			width: 100%;
			height: auto; 
		}	*/

/*上方區塊*/
/* .pageContent_topArea{
		padding: 10px 0px;
		border-bottom: 1px solid #0467b3;
	} */

/*麵包屑*/
/* .crumb_bg{
			color: #0467b3;
			font-size: 14px;
		}
			.crumb_area{				
			}
				.crumb_area i{
					display: inline-block;
					vertical-align: middle;
					font-size: 18px;
				}
				.crumb_area i:nth-of-type(1){
					color: #0467b3;
				}
				.crumb_area a{
					text-decoration: none;
					display: inline-block;
					vertical-align: middle;
					color: #0467b3;
					font-size: 14px;
					line-height: 22px;
					transition: 0.3s ease all;
				} */
/*hover*/
/* .crumb_area a:hover{
					color: #252525;
					transition: 0.3s ease all;
				}
				
				.crumb_area span{
					display: inline-block;
					vertical-align: middle;
					font-size: 14px;
					margin-right: -1px;
					line-height: 22px;
				}	 */

/*內頁內容區塊*/
.pageContent {
  padding: 50px 0px;
}

@media (max-width: 990px) {
  /*內頁內容區塊*/
  .pageContent {
    padding: 25px 0px;
  }
}

/*左右側-------------------------------*/
.page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*左側*/
.left {
  /* float:left; */
  width: 256px;
  box-sizing: border-box;
  line-height: 1.5;
}

/*左側表單名稱*/
.leftList_tit {
  /* font-weight: bold; */
  font-size: 23px;
  color: #595757;
  padding-bottom: 15px;
}

/*左側選單列表*/
.leftListArea {
}
.leftList {
  font-size: 18px;
}
.leftList.active > a {
  color: #0467b3;
  position: relative;
  transition: 0.2s ease all;
}
.leftList > a {
  display: block;
  color: #313131;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  padding: 15px 20px 15px 0px;
  text-decoration: none;
  transition: 0.2s ease all;
  border-bottom: 1px solid #8c8c8c;
  position: relative;
}
.leftList:hover > a {
  color: #000;
  /*background-color:#dfdfdf;*/
}

/*兩層按鈕附加leftListArea2*/
.leftListArea.leftListArea2 {
  position: relative;
}

.leftListArea.leftListArea2 .leftList > a:after {
  position: absolute;
  content: "+";
  transition: 0.3s ease all;
  right: 0px;
  top: 14px;
  font-size: 20px;
  font-weight: 100;
  color: #666;
}

/*當前模式*/
.leftListArea.leftListArea2 .leftList.active > a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*左側選單列表第二層*/
.leftList_open {
  display: none;
}
.leftList_open.active {
  display: block;
}
.leftList_open_list {
}
.leftList_open_list a {
  display: block;
  color: #696969;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 20px;
  text-decoration: none;
  transition: 0.2s ease all;
  border-bottom: 1px solid #c9caca;
}
.leftList_open_list.active a {
  color: #0467b3;
  position: relative;
  transition: 0.2s ease all;
}
.leftList_open_list a:hover {
  color: #0467b3;
  position: relative;
  transition: 0.2s ease all;
}

/*右側-------------------------------*/
.right {
  width: calc(100% - 300px);
  box-sizing: border-box;
}

/*沒有左側附加noleft樣式*/
.right.noleft {
  /* float:none; */
  width: 100%;
}

/*右側標題1---------------------------------*/
.in_titStyle1 {
  font-size: 25px;
  font-weight: normal;
  color: #0467b3;
  line-height: 1.5;
  width: auto;
  margin-bottom: 30px;
}
.in_titStyle1 h2 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
}

/*右側標題2---------------------------------*/
.in_titStyle2 {
  font-size: 20px;
  font-weight: normal;
  color: #6d6d6d;
  line-height: 1.5;
  width: auto;
  margin-bottom: 30px;
  position: relative;
  padding-right: 350px;
  padding-bottom: 10px;
  border-bottom: 1px #e5e5e5 solid;
}
.in_titStyle2 h2 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
}

.in_titStyle2 .in_titStyleRight {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: #6d6d6d;
  font-size: 13px;
}

.right_title2Date {
  font-weight: normal;
}
/* .right_title2Issued {
		font-weight: normal;
		padding-left: 10px;
		margin-left: 10px;
		position: relative;
	}
	.right_title2Issued:before {
		position: absolute;
		content: "";
		left: 0;
		top: 50%;
		width: 1px;
		height: 12px;
		background-color: #6d6d6d;
		transform: translateY(-50%);
	} */

/*右側標題3---------------------------------*/
/* .in_titStyle3{
	padding-right: 155px;
}
	.in_titStyle3 h2{
		padding: 0;
		margin: 0;
		font-weight: inherit;
		font-size: inherit;
		line-height: inherit;
		display: block;
	} */

/*右側內容區塊*/
.right_contentBg {
}

/*網編區塊------------------------------------------*/
.text_area {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
}
.text_area img {
  max-width: 100%;
  height: auto;
}
.text_area iframe {
  max-width: 100%;
}

/*按鈕-----------------------------*/
.btn_area {
  text-align: center;
  margin: 40px 0px 0px;
}
.btn_area input {
  font-size: 14px;
  margin: 0px 5px;
  border-radius: 30px;
  font-weight: bold;
  width: 115px;
  /*width:49%;*/
}
.btn_area input:nth-child(2n + 1) {
  background: #0467b3;
  color: #ffffff;
  border-color: #0467b3;
}
.btn_area input:nth-child(2n) {
  color: #fff;
  background: #333;
  border-color: #333;
}

.btn_area.disAbled input {
  background: #c5c5c5;
  color: #e4e4e4;
  border: 1px solid #c5c5c5;
  cursor: default;
}
.btn_area.disAbled input:hover {
  opacity: 1;
}

/*右側返回按鈕*/
.btn_area input.back {
  background: #eeeeee;
  color: #666666;
}

@media (max-width: 990px) {
  .inmain .page {
    padding: 20px 0px 20px;
    display: block;
    justify-content: unset;
  }

  /*左側*/
  .left {
    width: 100%;
    margin-bottom: 10px;
    transition: 0.3s ease all;
  }

  /*左側表單名稱*/
  .leftList_tit {
    border: 1px #dbdbdb solid;
    border-radius: 3px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    padding: 0px 0px 0px 20px;
  }
  .leftList_tit:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 20px;
    border-top: solid 8px #0467b3;
    border-left: solid 6px #fff;
    border-right: solid 6px #fff;
    /* margin: 0 0 0 10px; */
    transition: 0.3s ease all;
    transform-origin: center;
  }
  .leftList_tit.active:after {
    transform: rotate(180deg);
    transition: 0.3s ease all;
    transform-origin: center;
  }

  /*左側表單*/
  .leftListArea {
    display: none;
    padding: 0px 20px;
  }

  /*右側*/
  .right,
  .right.noleft {
    /*沒有左側附加noleft樣式*/
    margin-top: 20px;
    width: 100%;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------燈箱--------*/
/*/////////////////////////////////////////////////////////*/

/*燈箱*/
.lightboxArea {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 124px 0px;
  display: none;

  height: 100%;
  min-height: 100vh;
}
/*燈箱黑底*/
.lightboxBG {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
}

/*燈箱主體*/
.lightboxMain {
  height: 360px;
  width: 80%;
  margin: 0 auto;
  background: #000;
  border-radius: 5px;
  position: relative;
  transition: 0.3s ease all;
  transform: scale(0);
  top: 0px;
  box-sizing: border-box;
  font-size: 0px;
}
/*關閉燈箱按鍵*/
.lightboxCloseBtn {
  font-size: 17px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background: #0467b3;
  cursor: pointer;
  position: absolute;
  top: -24px;
  right: -24px;
  transition: 0.3s ease all;
  z-index: 2;

  display: flex;
}
.lightboxCloseBtn:hover {
  /* background:#221912; */
  background: #a0a0a0;
  color: #fff;
}
.lightboxCloseBtn svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin: auto;
}

/*燈箱資料區*/
.lightboxContentArea {
  /* height: 100%; */
  height: 80vh;
}

.index_video_list {
  position: relative;
  float: left;
  cursor: pointer;
  background: #000;
  margin: 28px 0px 0px 0px;
}
.index_video_list > img {
  opacity: 0.6;
  transition: 0.3s ease all;
  width: 100%;
  height: auto;
}
.vL_text_area {
  position: absolute;
  width: 100%;
  /* max-width:80px; */
  max-width: 15%;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  /*padding:70px 20px 20px 20px;*/
  /*font-size:16px;
		line-height:22px;*/
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
}
.vL_text_area img {
  width: 100%;
  height: auto;
  /*padding:0px 0px 8px 0px;*/
}
/*hover*/
.index_video_list:hover > img {
  opacity: 1;
}

.video_list_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 0px;
  margin: 0 -12px -30px;
  /*margin: 20px -15px 0px -14px;*/
}
/*firefox hack*/
@-moz-document url-prefix() {
  .video_list_area {
    padding: 8px 0px 0px 0px;
  }
}

.video_list {
  box-sizing: border-box;
  /*display:inline-block;
		vertical-align:top;*/
  padding: 0px 12px 30px;
  /*width:485px;*/
  width: 33.3%;
}

.video_list2 {
  width: 100%;
  padding: 0px 0px 30px;
}

/*firefox hack*/
@-moz-document url-prefix() {
  .video_list {
    padding: 65px 11px 0px 11px;
  }
}
.video_list .index_video_list {
  float: none;
  margin: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.video_list_remark {
  font-size: 18px;
  line-height: 24px;
  color: #3d3d3d;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
}

/*影音燈箱顯示時才會加*/
.video_use {
  padding: 100px 0px;
}
.video_use .lightboxMain {
  height: 450px;
}

/*影音燈箱*/
.video {
  height: 100%;
}
.video iframe {
  height: 1px;
  height: 100%;
  width: 100%;
}

@media (max-width: 950px) {
  /*燈箱資料區*/
  .lightboxContentArea {
    height: 100%;
  }

  /*---Video---*/
  .video_list_area {
    margin: 0px 0px 0px 0px;
  }
  .video_list {
    /*width: 46%;*/
  }
  /*.video_list:nth-child(2n+1) {
			padding: 35px 25px 30px 0px;
		}
		.video_list:nth-child(2n+0) {
			padding: 35px 0px 30px 25px;
		}*/
}
@media (max-width: 768px) {
  .vL_text_area {
    max-width: 50px;
  }

  /*---Video---*/
  /*.video_list:nth-child(2n+1) {
		padding: 35px 20px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 20px;
	}*/
}
@media (max-width: 600px) {
  .video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
  }

  /*---Video---*/
  .video_list {
    width: 100%;
    padding: 0 0 30px;
  }
  /*.video_list:nth-child(2n+1) {
		padding: 35px 0px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 0px;
	}*/
}

/*/////////////////////////////////////////////////////////*/
/*-------當期出版_標題--------*/
/*/////////////////////////////////////////////////////////*/

/* 當期出版_標題 ------------------*/
.current_publishing_tit {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.2;
  color: #000000;
  border-bottom: 5px solid #0467b3;
  padding-right: 250px;
  padding-bottom: 10px;
  position: relative;
}
.current_publishing_tit > h2 {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  display: block;
  font-weight: normal;
}

/* 當期出版_日期 */
.current_publishing_tit > .date {
  position: absolute;
  right: 180px;
  bottom: 6px;
  color: #000;
  font-size: 18px;
}
/* 當期出版_編號 */
.current_publishing_tit > .number {
  position: absolute;
  right: 0;
  bottom: -6px;
  color: #000;
  font-size: 60px;
  /* line-height: 60px; */
}
.current_publishing_tit > .number:before {
  font-size: 18px;
  color: #000;
  content: attr(data-name);
  /* font-weight: lighter; */
}

/* 出版_標題 ------------------*/
.publishing_tit {
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  padding-left: 20px;
}
.publishing_tit > h2 {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  display: block;
  font-weight: normal;
}
/* 新增 cursor modify by Patty 20221130 start */
/* 編輯室的話 */
.publishing_tit > .edit_words {
  color: #7d7d7d;
  font-size: 17px;
  padding-top: 15px;
  cursor: pointer;
}
/* 新增 cursor modify by Patty 20221130 end */
.publishing_tit > .edit_words:before {
  font-size: 21px;
  color: #000;
  content: attr(data-name);
  /* font-weight: lighter; */
}

/*/////////////////////////////////////////////////////////*/
/*-------工作論文資訊--------*/
/*/////////////////////////////////////////////////////////*/

.indexPaperBg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.indexPaperBg.fullPapper .wrap {
  width: 100%;
}
.indexPaperBg.fullPapper {
  padding-top: 20px;
}
/* 工作論文資訊 */
.paperBg {
  display: grid;
  grid-template-columns: auto 330px;
  column-gap: 105px;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 1.5;
}

/* 專題論文_左----------------------------- */
.paperLeftBg {
  box-sizing: border-box;
}
.paperLeftArea {
  height: 100%;
  display: grid;
}

/* 專題論文_大項目 */
.paperItem {
  display: grid;
  /* align-items: center; */
  grid-template-columns: 105px auto;
  column-gap: 30px;
  padding-bottom: 65px;
}

/* .paperItemIn{				
			} */

/* 專題論文_大項目_標題 */
.headline {
  box-sizing: border-box;
  font-size: 30px;
  color: #000;
  /* background-color: #00416b; */
  /* padding-bottom: 35px; */
  overflow: hidden;
  position: relative;
}
.headline h3 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  background-color: #fff;
  padding: 15px 5px;
  display: flex;
  /* text-align: center; */
  /* border-top: 2px #00416b solid;
						border-left: 2px #00416b solid;	 */
  position: relative;
  height: 100%;
}
.headline:before {
  position: absolute;
  content: "";
  background-image: url(../images/tit_4.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50% 0;
  z-index: 1;
}
.headline:after {
  position: absolute;
  content: "";
  background-image: url(../images/tit_1.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50% 0;
  /* content: "\F229";
						top: -23px;
						left: -17px;
						color: #00416b;
						font-size: 34px;
						transform: rotate(130deg);
						transform-origin: center;
						transition: 0.3s ease all;
						font-family:'Bootstrap-icons'; */
}

.headline h3:before {
  position: absolute;
  content: "";
  background-image: url(../images/tit_2.svg);
  background-position: left bottom;
  background-repeat: repeat-y;
  background-size: contain;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
}
.headline h3:after {
  position: absolute;
  content: "";
  background-image: url(../images/tit_3.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 50% 0;
  /* background-color: #fff; */
}

.headline h3 b {
  font-weight: normal;
  /* text-align: center; */
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 專題論文_內容區 */
.paperBox {
  box-sizing: border-box;
  border-bottom: 3px #ddd dashed;
}

/* 專題論文_內容區_列表 */
.paperList {
  border-bottom: 3px #ddd dashed;
  padding: 30px 0px;
  font-size: 16px;
}
.paperList:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.paperList h4.title {
  padding: 0;
  margin: 0;
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  color: #282828;
  padding-bottom: 10px;
}
.paperList h4.title a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease all;
}
.paperList h4.title a:hover {
  opacity: 0.5;
}
.paperList h4.title.tw {
  font-size: 25px;
}
.paperList h4.title.en {
  color: #959595;
  font-size: 15px;
  margin: 10px 0;
}

/* 期刊作者 */
.paperList .author {
  margin: 10px 0;
}

/* 期刊關鍵字 */
.paperList .keyword {
  margin: 10px 0;
}
.paperList .keyword h4 {
}

/* 期刊摘要 */
.paperList .summary {
  margin: 10px 0;
}

/* 期刊中文關鍵字 */
.paperList .keyword.tw {
}
/* 期刊英文關鍵字 */
.paperList .keyword.en {
}

.paperList .title:before,
.paperList .author:before,
.paperList .keyword:before,
.paperList .summary:before,
.paperList .stage:before {
  color: #0467b3;
  content: attr(data-name);
}
.paperList .summary:before {
  display: block;
}

/* 期刊全文下載 */
.download_btn {
  /* width: 100px; */
  font-size: 15px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.download_btn a {
  color: #fff;
  display: block;
  /* align-items: center; */
  /* justify-content: center; */
  background-color: #0467b3;
  border-radius: 35px;
  padding: 8px 20px;
  text-decoration: none;
  transition: 0.3s ease all;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}
/* .download_btn a:hover{
							background-color: #000;
						} */
.download_btn span {
  box-sizing: border-box;
}
/* .download_btn svg{
								box-sizing: border-box;	
								fill: #fff;
								width: 18px;
								height: 18px;
								margin-left: 10px;
								stroke-width: 0.5;
								stroke: #fff;
							} */

.download_btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef800000;
  z-index: -2;
}
.download_btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  /* background-color: #0467b3;*/
  background-image: linear-gradient(to left, #000 0%, #000 100%);
  transition: all 0.3s;
  z-index: -1;
}
.download_btn a:hover {
  color: #fff;
  /* background-color: #fff0; */
}
.download_btn a:hover:before {
  width: 100%;
  z-index: -1;
}

/* 專題論文_右----------------------------- */
.paperRightBg {
  box-sizing: border-box;
  color: #333;
  text-align: right;
  position: relative;
}

/* 專題論文_封面 */
.paperBg .front_cover {
  overflow: hidden;
  border-radius: 10px;
  /* border-bottom: 10px #fff solid; */
}
.paperBg .front_cover a {
  position: relative;
  display: block;
  padding-top: 129%;
}
.paperBg .front_cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  float: none;
  /* border-radius: 50%; */
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

@media (max-width: 1280px) {
  /* 工作論文資訊 */
  .paperBg {
    grid-template-columns: auto 200px;
    column-gap: 50px;
  }
}

@media (max-width: 990px) {
  /*-------工作論文資訊--------*/
  .indexPaperBg {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  /* 當期出版_標題 ------------------*/
  .current_publishing_tit {
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #0467b3;
    padding-right: 200px;
    padding-bottom: 5px;
  }
  /* 當期出版_日期 */
  .current_publishing_tit > .date {
    right: 110px;
    /* bottom: 6px; */
    font-size: 14px;
  }
  /* 當期出版_編號 */
  .current_publishing_tit > .number {
    bottom: 0px;
    font-size: 30px;
  }
  .current_publishing_tit > .number:before {
    font-size: 16px;
  }

  /* 出版_標題 ------------------*/
  .publishing_tit {
    font-size: 18px;
    padding-left: 10px;
  }
  /* 編輯室的話 */
  .publishing_tit > .edit_words {
    font-size: 13px;
    padding-top: 10px;
  }
  .publishing_tit > .edit_words:before {
    font-size: 16px;
  }

  /* 工作論文資訊 */
  .paperBg {
    /* grid-template-columns: auto 100px; */
    column-gap: 20px;
  }
  /* 專題論文_左----------------------------- */
  /* .paperLeftBg{
	} */

  /* 專題論文_大項目 */
  .paperItem {
    grid-template-columns: 60px auto;
    column-gap: 15px;
    padding-bottom: 20px;
  }

  /* 專題論文_大項目_標題 */
  .headline {
    font-size: 20px;
  }
  .headline h3:before {
    top: 55px;
    height: calc(100% - 110px);
  }

  /* 專題論文_內容區_列表 */
  .paperList {
    padding: 15px 0px;
  }
  .paperList h4.title.tw {
    font-size: 18px;
  }
  .paperList h4.title.en,
  .paperList .author,
  .paperList .keyword,
  .paperList .summary {
    margin: 5px 0;
  }

  /* 期刊全文下載 */
  .download_btn {
    margin-top: 10px;
  }

  /* 專題論文_右----------------------------- */
  /* .paperRightBg{
	}
		.paperRightBg:after {
			width: 100px;
			height: 100px;
			background-size: 100px;
		} */
}

@media (max-width: 860px) {
  /* 工作論文資訊 */
  .paperBg {
    display: flex;
    flex-direction: column-reverse;
    grid-template-columns: unset;
    column-gap: unset;
  }

  /* 專題論文_左----------------------------- */
  /* .paperLeftBg{
		} */

  /* 出版_標題 ------------------*/
  .publishing_tit {
    /* font-size: 18px; */
    padding-left: 0px;
  }

  /* 專題論文_大項目 */
  .paperItem {
    display: block;
    grid-template-columns: unset;
    column-gap: unset;
    padding: 15px 0;
  }
  .paperList:last-of-type {
    /* border-bottom: 0px #ddd dashed; */
    padding-bottom: 15px;
  }
  .paperItem:last-of-type .paperItemIn:last-of-type {
    /* padding-bottom: 0px; */
  }
  /* 專題論文_大項目_標題 */
  .headline {
    padding-bottom: 0;
    /* color: #fff; */
    color: #000;
    border-radius: 3px;
    background-color: #fff0;
    position: unset;
  }
  .headline h3 {
    position: unset;
    border: none;
    padding: 5px 10px;
    /* background-color: #0467b3; */
    background-color: #ffd000;
  }
  .headline:before,
  .headline:after,
  .headline h3:before,
  .headline h3:after {
    display: none;
  }

  .headline h3 b {
    margin: 0;
    -webkit-writing-mode: unset;
    writing-mode: unset;
  }

  /* 期刊全文下載 */
  /* .download_btn{
				width: 100%;
			}
				.download_btn a{
					padding: 10px 5px;
				}	 */

  /* 專題論文_右----------------------------- */
  .paperRightBg {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  /* 當期出版_標題 ------------------*/
  .current_publishing_tit {
    padding-right: 0px;
  }
  /* 當期出版_日期 */
  .current_publishing_tit > .date {
    position: unset;
    right: unset;
    text-align: right;
  }
  /* 當期出版_編號 */
  .current_publishing_tit > .number {
    position: unset;
    bottom: unset;
    text-align: right;
  }
  .current_publishing_tit > .number:before {
    /* font-size: 16px; */
  }
}












/* 新增 加past_years右側圖片不顯示 modify by Judy 20230207 start */

/*/////////////////////////////////////////////////////////*/
/*-------歷年出版--------*/
/*/////////////////////////////////////////////////////////*/

/* 工作論文資訊 */
.past_years .paperBg {
  /* display: grid;
  grid-template-columns: auto 330px;
  column-gap: 105px;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 1.5; */
  grid-template-columns: auto;
}
  /* 專題論文_右----------------------------- */
  .past_years .paperRightBg {
    display: none;
  }


/* 新增 加past_years右側圖片不顯示 modify by Judy 20230207 end */







/*/////////////////////////////////////////////////////////*/
/*-------站內搜尋結果--------*/
/*/////////////////////////////////////////////////////////*/

/* 站內搜尋結果區 */
ul.searchArea {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  box-sizing: border-box;
  margin: -30px 0 0;
}
ul.searchArea li {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  box-sizing: border-box;
}
ul.searchArea .searchList {
  padding: 30px 0;
  border-bottom: 1px #e5e5e5 solid;
}
ul.searchArea h3.title {
  font-size: 20px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
}
ul.searchArea h3.title a {
  display: block;
  text-decoration: none;
  color: #0467b3;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.search_remark {
  color: #060101;
  font-size: 16px;
  line-height: 1.5;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 990px) {
  /* 站內搜尋結果區 */
  ul.searchArea {
    margin: -15px 0 0;
  }

  ul.searchArea .searchList {
    padding: 15px 0;
  }
  ul.searchArea h3.title {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .search_remark {
    font-size: 14px;
  }
}

/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/
.number_pageArea {
  text-align: center;
  padding: 40px 0px 0px;
  position: relative;
  z-index: 5;

  /*font-family: 'Rubik', sans-serif;*/
}
/*左側區塊*/
.numberPage_leftArea {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_leftList {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_leftList a {
  display: block;
  text-decoration: none;
}

/*modify by pekey 20181114*/
img.hover_after {
  display: none;
  background-color: #0467b3;
  border-radius: 50%;
}
/*modify by pekey 20181114*/
.numberPage_leftList a:hover img.hover_after {
  display: block;
}
/*modify by pekey 20181114*/
.numberPage_leftList a:hover img.hover_before {
  display: none;
}

/*中間區塊*/
.numberPage_middleArea {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 8px;
}
.numberPage_middleList {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 4px;
}
.numberPage_middleList a {
  display: block;
  text-decoration: none;
  width: 31px;

  border-radius: 100%;
  background-color: transparent;
  color: #808080;
  padding: 7.5px 0px;
}
/*active*/
.numberPage_middleList.active a {
  background-color: #0467b3;
  color: #fff;
}
/*hover*/
.numberPage_middleList a:hover {
  background-color: #909090;
  color: #fff;
}

/*右邊區塊*/
.numberPage_rightArea {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_rightList {
  display: inline-block;
  vertical-align: middle;
}
.numberPage_rightList a {
  display: block;
  text-decoration: none;
}

/*modify by pekey 20181114*/
.numberPage_rightList a:hover img.hover_after {
  display: block;
}
/*modify by pekey 20181114*/
.numberPage_rightList a:hover img.hover_before {
  display: none;
}

.numberPage_leftList span,
.numberPage_rightList span {
  display: inline-block;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 23px;
  color: #0467b3;
  vertical-align: middle;
  font-weight: bold;
}

@media (max-width: 900px) {
  .number_pageArea {
    padding: 40px 0px 15px;
  }
}

@media (max-width: 640px) {
  .number_pageArea {
    /*padding-top: 30px;*/
    padding: 30px 0px 0px;
  }

  .numberPage_leftList:first-child {
    display: none;
  }

  .numberPage_middleArea {
    padding: 0px;
  }
  .numberPage_middleList {
    padding: 0px;
  }

  .numberPage_rightList:last-child {
    display: none;
  }
}

/*-------團隊委員--------*/
/*/////////////////////////////////////////////////////////*/

.staffBg {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

/* 委員清單 */
.staffList {
  width: 25%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.staffList_in {
  padding: 15px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: box-shadow 0.5s ease;
}

/* 圖片 */

.staffImg {
  position: relative;
  padding-top: 115%;
  display: block;
  cursor: default;
}
.staffImg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  float: none;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: 0.3s ease all;
  object-position: 50% -9%;
}

/* 右半邊 */
ul.staffRight {
  display: block;
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #959595;
  word-wrap: break-word;
  word-break: break-all;
}
/* 標題	 */
.staffRight li {
  /* display: block; */
  display: flex;
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  color: #0467b3;
}
.staffRight li:nth-child(2) {
  display: block;
}
.staffRight li:nth-child(2) .staffRight_info {
  padding-top: 6px;
}

/* feather新增20211216 */
.staffRight li:nth-of-type(3) {
  display: block;
}

.staffRight li:last-of-type {
  /* display: inline-flex; */
  display: block;
}
.staffRight li:last-of-type .staff_tit {
  /* display: block; */
  padding-bottom: 6px;
}

.staffRight li span {
  color: #333;
  line-height: 18px;
}

.staffRight li section {
  color: #333;
}

.staffRight li a {
  color: #333;
  line-height: 18px;
  text-decoration: none;
}
/* 詳細介紹按鈕 */
.staffRight li.btn {
  text-align: right;
  padding: 10px 0px 0px;
  margin: 0;
  display: block;
}
.staffRight li.btn a {
  transform: scale(0.9);
  transform-origin: left;
  text-decoration: none;
  color: #fff;
  background-color: #697b7c;
  padding: 10px 20px;
  border-radius: 18px;
  display: inline-block;
}
/* hover */
.staffRight li.btn a:hover {
  transition: 0.3s ease all;
  background-color: #a9a9a9;
}
/* 內網邊 */
.staffRight_info {
  display: flex;
  flex-direction: column;
}
/* E-mail與業務內容最小寬度 */
.staff_tit {
  /* max-width: 64px; */
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .staffList {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .staffList {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------*/
/*-------下載--------*/
/*/////////////////////////////////////////////////////////*/

.DownloadArea {
  padding: 0px 0px 20px;
}

/*下載列表*/
.DownloadList {
  position: relative;
  border-bottom: 1px #b5b5b5 dashed;
  padding: 20px 142px 20px 100px;
}

.DownloadTag {
  position: absolute;
  /*top:15px;*/
  left: 0px;
  font-size: 16px;
  /*font-weight: bold;*/
  color: #b56767;
  text-align: left;
}

.DownloadDate {
  position: absolute;
  left: 0px;
  top: 20px;
  font-family: "Montserrat", sans-serif;
  color: #575757;
  font-size: 13px;
  line-height: 30px;
  /* line-height: 22px; */
}
/* modify by david 20220628 start */
/* .DownloadTit{
			font-weight:bolder;
			font-size: 16px;
			line-height: 22px;
			color: #2e2e2e;
			display: block;
		} */
.DownloadTit {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.DownloadTit a {
  font-weight: bolder;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  display: block;
}
.DownloadTit a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 990px) {
  /*下載列表*/
  .DownloadList {
    padding: 15px 0px 10px 0px;
    margin-bottom: 10px;
  }

  .DownloadDate {
    position: unset;
    left: unset;
    margin-bottom: 10px;
  }
  .DownloadTit {
    margin-left: 0px;
  }
  .Download {
    position: unset;
    top: unset;
    bottom: 0px;
  }
  .Download .fileUpload {
    margin-bottom: 0;
  }
  .DownlFile {
    /*float: left;*/
    padding: 0px 10px 0px 0px;
  }
}

/* --------登入------------------------------------- */
/* 登入login  */
.login_contentBg {
  margin: 30px auto;
  /* width: 400px; */
  width: 520px;
  max-width: 100%;
  padding: 17.5px 27.5px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
}
.login_contentIn .right_title {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #0467b3;
}
.login_contentIn .form_listBg {
  margin-top: 20px;
}
.form_listArea .form_list {
  position: relative;
  padding: 7.5px 0px;
  box-sizing: border-box;
}
.form_list {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 21px;
  width: 100%;
}
.form_listArea .form_list .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  padding: 7px 0px;
}
.form_listArea .form_list .content {
  padding: 0px 0px 0px 125px;
  font-size: 15px;
  /* line-height: 21px; */
  line-height: 38px;
  letter-spacing: 1px;
}
.form_listArea .form_list.login_button {
  text-align: center;
}
.form_listArea .form_list.login_button.two input {
  margin: 25px 10px 10px;
}
.form_listArea .form_list.login_button.two .register {
  background: #ffd000;
  color: #333;
}
.form_listArea .form_list .content.captcha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 0px 0px 125px !important;
}
.form_listArea .form_list .title.captcha_title {
  top: 30%;
}
.deco_bg {
  padding: 25px 0px 15px;
}
.deco_bg .content {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.other_bg {
  padding: 0px;
  text-align: center;
}
.other_bg .other_list a {
  color: #0467b3;
}
.login_contentIn .other_bg .other_list {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}

@media (max-width: 1240px) {
  .login_contentBg {
    width: 480px;
    padding: 12.5px 15px 22.5px;
  }
  .login_contentBg .form_listArea .form_list .title {
    font-size: 13px;
    line-height: 17px;
    position: static;
    left: unset;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    text-align: left;
  }
  .login_contentBg .form_listArea .form_list .content {
    padding-left: 0 !important;
  }
}

/* 按鈕位置 */
.btn_area {
  text-align: center;
  margin: 50px 0 0 0;
}
.btn_area input {
  display: inline-block;
}
.btn_area.one {
  display: inline-block;
  margin-right: 10px;
}
.btn_area.disAbled input {
  background: #c5c5c5;
  color: #e4e4e4;
  border: 1px solid #c5c5c5;
  cursor: default;
}
.btn_area.disAbled input:hover {
  opacity: 1;
}

.no_bg input[type="button"].fill_disAbled {
  background: #c5c5c5;
  color: #e4e4e4;
  border: 1px solid #c5c5c5;
  cursor: default;
}
.no_bg input[type="button"].fill_disAbled:hover {
  opacity: 1;
}

/* 隱私權 */
.agreeToTerms {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  margin: 20px 0px 0px;
}

.agreeToTerms a {
  color: #c30000;
  display: inline-block;
  text-decoration: none;
}

/* ----------Table表格區-------------------------------------------------------------------------------------------- */
.no_bg {
  padding-top: 20px;
}
.no_bg table {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.1;
  color: #333;
}
.no_bg thead th {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #2271b1;
  min-width: 120px;
}

.no_bg tbody tr:nth-child(2n + 1) td {
  background: #fff;
}
.no_bg td.success,
.fL_info.success {
  font-weight: 600;
  color: green;
}
.no_bg td.fail {
  color: red;
  font-weight: 600;
}
.no_bg td.comment {
  text-align: left;
}
.no_bg td input.withdraw {
  background: #040404;
  border: 1px solid #040404;
}
.no_bg tbody tr td:first-of-type {
  border-left: 1px solid #cccccc;
}
.no_bg tbody tr td:last-of-type {
  border-right: 1px solid #cccccc;
}
.no_bg input[type="button"] {
  background: #2271b1;
  color: #ffffff;
  border: 1px solid #2271b1;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  /* margin-right: 15px; */
}
.no_bg input[type="button"].fill {
  background: #2271b1;
  border: 1px solid #2271b1;
}
.no_bg input[type="button"].cancel {
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
}
td.disAbled input[type="button"] {
  background: #c5c5c5;
  color: #e4e4e4;
  border: 1px solid #c5c5c5;
  cursor: default;
}
.no_bg td {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  padding: 15px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  border-right: 2px dashed #e6e6e6;
  background: #f5f5f5;
}
.no_bg td.paper_title {
  text-align: left;
}
.no_bg td a {
  text-decoration: none;
  color: #2271b1; /* 20230509 Abby 修改 */
}
.no_bg td a:hover {
  color: rgb(142, 141, 141);
}
.ativityArea tbody tr td.screenings {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
}

.no_bg input[type="button"]:nth-child(1),
.no_bg input[type="button"]:nth-child(2) {
  width: 120px;
}
@media (max-width: 1240px) {
  .no_bg table {
    border-top: solid 1px #bebebe;
    border-radius: 5px;
  }
  .no_bg tr td:first-of-type {
    width: auto;
    padding: 10px 14px;
    border-top: solid 0px #adabab;
  }
  .no_bg tr td:last-of-type {
    width: auto;
    padding: 10px 14px;
    border-bottom: solid 1px #adabab;
  }
  .no_bg td {
    display: block;
    border: none;
    text-align: left;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    padding: 5px 14px;
  }
  .no_bg td:before {
    color: #7b7b7b;
    content: attr(data-name);
  }
  .no_bg thead {
    display: none;
  }
  .no_bg input[type="button"] {
    width: 100%;
    margin: 10px 0;
  }
  .ativityArea tbody td:nth-of-type(1) {
    /* display: flex; */
  }
  .ativityArea tbody td.apply_name {
    display: flex;
  }
  .ativityArea tbody td.apply_name div {
    margin-left: 5px;
  }
  .no_bg input[type="button"]:nth-child(1),
  .no_bg input[type="button"]:nth-child(2) {
    width: 100%;
  }
  td .fL_info {
    justify-content: flex-start;
  }
  .ativityArea tbody tr td.screenings {
    text-overflow: unset;
    overflow: auto;
    white-space: initial;
    max-width: initial;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .no_bg table {
    border-top: solid 1px #bebebe;
    border-radius: 5px;
  }
  .no_bg tr td:first-of-type {
    width: auto;
    padding: 10px 14px;
    border-top: solid 0px #adabab;
  }
  .no_bg tr td:last-of-type {
    width: auto;
    padding: 10px 14px;
    border-bottom: solid 1px #adabab;
  }
  .no_bg td {
    display: block;
    border: none;
    text-align: left;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    padding: 5px 14px;
  }
  .no_bg td:before {
    color: #7b7b7b;
    content: attr(data-name);
  }
  .no_bg thead {
    display: none;
  }
  .no_bg input[type="button"] {
    width: 100%;
    margin: 10px 0;
  }
  .ativityArea tbody td:nth-of-type(1) {
    /* display: flex; */
  }
  .ativityArea tbody td.apply_name {
    display: flex;
  }
  .ativityArea tbody td.apply_name div {
    margin-left: 5px;
  }
  .no_bg input[type="button"]:nth-child(1),
  .no_bg input[type="button"]:nth-child(2) {
    width: 100%;
  }
  td .fL_info {
    justify-content: flex-start;
  }
}
@media (max-width: 1240px) {
  .ativityArea tbody td:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
}

/* --------------------檔案下載按鈕-------------------- */
.Download_small {
  position: absolute;
  right: 0;
  top: 20px;
}
.Download_small a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #2271b1;
  border-radius: 4px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.Download_small a:hover {
  opacity: 0.7;
}

.Download_small a span {
  font-size: 14px;
  vertical-align: -15%;
}

/* --------------------線上投稿/excel匯出按鈕---------------------------------- */

.draft a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #ffd000;
  color: #121212;
  border-radius: 4px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.draft span {
  vertical-align: -15%;
}
.draft .excel span {
  vertical-align: -25%;
}
.draft.fileUpload_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 990px) {
  .draft {
    margin-bottom: 20px;
  }
  .draft a {
    margin-right: auto;
    margin-bottom: 10px;
  }
  .draft.fileUpload_search {
    flex-direction: column;
    align-items: self-start;
  }
  .search_area2 {
    width: 100%;
  }
}
/*會員搜尋*/
/*/////////////////////////////////////////////////////////*/

.search_area2 {
  width: 50%;
  text-align: right;
  /*padding:20px 0px;*/
  /* padding:0px 0px 20px; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: -5px;
  justify-content: flex-end;
}
.search_select2 {
  box-sizing: border-box;
  width: 180px;
  padding-right: 5px;
}
.search_select2 select {
  width: 75%;
  height: 38px;
}

.search2 {
  box-sizing: border-box;
  padding-right: 5px;
  width: 165px;
}
.search2 input {
  width: 100%;
  height: 38px;
}

.search_area2 .search_btn2 {
  padding-right: 5px;
}
.search_area2 .search_btn2 label.lsf {
  font-size: 25px;
  width: 42px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  background: #040404;
  color: #fff;
  vertical-align: top;
  text-align: center;
  transition: 0.3s ease all;
  letter-spacing: 0px;
}
.search_area2 .search_btn2 label.lsf:hover {
  opacity: 0.7;
}
.search_area2 .search_btn2 label.lsf input[type="submit"] {
  display: none;
}
@media (max-width: 990px) {
  .search_area2 {
    width: 100%;
    /* margin-top: 20px; */
    justify-content: flex-start;
  }
  .search_select2 select {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .search_area {
    margin: 0px -5px;
    flex-wrap: wrap;
  }

  .search_select {
    width: 50%;
    padding: 5px 5px;
  }
  .search {
    width: 50%;
    padding: 5px 5px;
  }
  .search_area .search_btn {
    width: 100%;
    padding: 5px 5px;
  }
  .search_area .search_btn label.lsf {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .search_select {
    width: 100%;
  }
  .search_select2 {
    width: 170px;
  }
}

/* ------------------------------------------- */
.paperItem.paperItem_in {
  display: block;
}

.paperItem.paperItem_in .paperBox {
  border: none;
}
.paperItem.paperItem_in .paperList {
  padding: 0;
}
.download_btn.paperDownload {
  margin-top: 0;
  justify-content: flex-start;
}
.download_btn.paperDownload input[type="button"] {
  width: 150px;
  height: 38px;
  line-height: 38px;
}

.paperDownload .search_area2 {
  text-align: left;
  width: auto;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 990px) {
  .download_btn.paperDownload {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }
  .paperDownload .search_area2 {
    text-align: left;
    width: auto;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
}

/* --------------------------------------- */
.form_list .no_bg {
  padding-top: 0;
}

/* -------------紅字標註------------------------------ */
.InfoRemark {
  padding: 5px 0px 0px;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  color: #c13e42;
}
/* ------------------------------------------- */
.paperBg.noPhoto {
  display: block;
}
.paperBg.noPhoto .paperBox {
  border: none;
}
/* -------------------------------------------- */
@media (max-width: 990px) {
  .no_bg {
    padding-top: 0px;
  }
}
/* ----------------------------------- */
/*著作權上傳--------*/
.OrderListUp.inputFile {
  position: relative;
  background: #ffd000;
  color: #121212;
  border: 1px solid #ffd000;
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px;
}
.OrderListUp.inputFile input[type="text"] {
  border: none;
  background: none;
  text-align: center;
  margin: 0px;
  width: 100px;
  padding: 0px;
}
.OrderListUp.inputFile label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.OrderListUp.inputFile label:hover div {
  transition: 0.3s ease all;
  opacity: 0.7;
}
.OrderListUp.inputFile label div {
  background: #ffffff00;
  color: #121212;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  width: auto;
  display: inline-block;
  transition: 0.3s ease all;
}
.OrderListUp.inputFile input[type="file"] {
  display: none;
}

@media (max-width: 715px) {
  .OrderListUp.inputFile {
    display: inline-block;
    vertical-align: 12%;
  }
  .OrderListUp.inputFile label,
  .OrderListUp.inputFile label div {
    text-align: center;
  }
}

@media (max-width: 510px) {
  /*稿件上傳*/
  .FileUploadBtn {
    text-align: center;
  }
  .FileUploadBtn a {
    display: block;
  }
}
/* ------------當期出版版頭樣式2------------------------------------------ */
.another_current_publishing_tit {
  position: relative;
  margin-bottom: 45px;
}
.another_current_publishing_tit > .date {
  position: absolute;
  color: #000;
  font-size: 18px;
}
.another_current_publishing_tit > .page {
  position: absolute;
  color: #000;
  font-size: 18px;
  right: 0;
}
.another_current_publishing_tit > .number {
  position: absolute;
  font-size: 60px;
  line-height: 60px;
  left: 120px;
  top: -30px;
}
.another_current_publishing_tit > .number:before {
  font-size: 18px;
  color: #000;
  content: attr(data-name);
}
@media (max-width: 990px) {
  .another_current_publishing_tit > .page {
    left: 0;
  }
}
/* --------------------------------- */
.leftListArea3 .noOpenList a::after {
  display: none;
}

/*回上一頁*/
.back {
  padding: 30px 0px 30px;
}
.back a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease all;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #595757;
  border-radius: 2px;
  font-size: 15px;
  line-height: 42px;
  width: 162px;
}
.back a:hover {
  background: #00a54c;
}
/* -------------------------------------------------------------------------- */
.swiper-slide{
  width: 100%;
}
.swiper-slide a{
  display: block;
}
.banner_area{
  color: #fff;
  width: 100%;
  position: relative;
}
.banner_title{
  text-align: center;
  position: absolute;
    top: 82%;
    left: 50%;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    height: auto;
    font-size: 36px;
    transform: translate(-50%, -50%);
  padding: 50px;
  line-height: 4.5rem;

}
@media (max-width: 1440px){
  .banner_title{
      top: 86%;
      font-size: 24px;
    padding: 50px;
    line-height:32px;
  }
}
@media (max-width: 1024px){
  .banner_title{
      top: 82%;
  }
}
@media (max-width: 990px){
  .banner_title{
    top: 84%;
    width: 60%;
    padding: 45px;

  
  }
}
@media (max-width: 880px){
  .banner_title{
    font-size: 20px;
    padding: 30px;
  }
}
@media (max-width: 768px){
  .banner_title{
    font-size: 16px;
  }
}
@media (max-width: 600px){
  .banner_title{
    top: 86%;
    font-size: 12px;
    padding: 20px;
    line-height: 12px;
  }
}
@media (max-width: 540px){
  .banner_title{
    top: 73%;
  }
}
/* -------------------------------------------------------- */
@media (max-width: 990px) {
}
/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and (max-width: 950px) {
}

/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px) {
}
