/*載入思源黑體*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

html {
	height: 100%;
	width: 100%;
    overflow-x: hidden;
}
body {
  font-size: 13px;
  color: #000000;
  height: 100%;
  width: 100%;
  font-family: 'Noto Sans TC', sans-serif, arial,"微軟正黑體","蘋果儷黑體", Verdana, Helvetica;
  margin: 0;
  padding: 0;
  background-color: #F7F7F7;
}
img, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.father {
	position: absolute;
}
a {
	color: #000000;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper_bg{
	background-image: url(../images/pc/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	overflow-x: hidden;
}
#wrapper_bg_book{
	overflow-x: hidden;
}

/* 版型頁眉-----------------------------------------*/
#header_box{
	width: 100%;
	z-index: 11;
	position: relative;
  background-color: #F7F7F7;
}
#header {
  width: 1300px;
  height: 200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/* 選單壓在圖上的寫法 */
#header_test {
	width: 1160px;
	height: 110px;
	position: absolute;
	margin-left: -580px;
	z-index: 10;
	left: 50%;
}
/* PC_logo連結框大小位址 */
#header .logo_box {
	width: 160px;
	height: 185px;
	background-color: #000000;
	display: inline-block;
}
#header .logo {
	width: 160px;
	height: 185px;
	display: block;
	float: left;
	background-image: url(../images/pc/logo.gif);
	background-color: #000000;
	position: relative;
	background-repeat: no-repeat;
}
#header .home {
	float: right;
	padding-top: 20px;
	color: #999999;
	padding-bottom: 3px;
	border-bottom: 1px solid #B1B1B1;
	visibility: hidden;
	margin-right: 10px;
}
#header .home a {
	color: #3A3A3A;
	text-decoration: none;
}
#header .home .tel {
	background-image: url(../images/pc/tel.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: left center;
	padding-right: 20px;
}
#header .home .mail {
	background-image: url(../images/pc/mail.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: left center;
}
/* PC選單 */
#header #menu {
  display: flex;
	position: absolute;
	top: 20px;
	margin: 0px;
	padding: 0px;
	word-spacing: -4px;
	left: 190px;/*letter-spacing: -4px;根據不同字體字號或許需要做一定的調整(inline-block空白問題需開啟)*/    /*font-size: 0;用来兼容chrome(inline-block空白問題需開啟)*/
}
#menu div{
	letter-spacing: normal;/*inline-block空白問題*/
	word-spacing: normal;/*inline-block空白問題*/
	cursor: pointer;
}
/* :nth-child()強大的選取器 */
#menu .text a{
	color: #646464;
	font-size: 15px;
	text-decoration: none;
	display: block;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 50px;
	padding-left: 10px;
}
#menu .text a:hover {
	color: #000000;
}
#menu .text span{
  color: #5B5B5B;
  font-size: 12px;
}
#menu_fixed{
  height: 65px;
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: #000000;
  transform: translateY(-70px);
  transition: all 0.5s ease;
}
#menu_fixed .logo{
	width: 160px;
	height: 65px;
	display: block;
	float: left;
	background-image: url(../images/pc/fixed_logo.gif);
	background-repeat: no-repeat;
	padding-left: 0px !important;
	padding-top: 0px !important;
}
#menu_fixed .contact_us{
}
#menu_fixed .contact_us a{
	text-align: left;
	display: inline;
}
#menu_fixed .contact_us .tel{
	background-image: url(../images/pc/tel2.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
	background-position: left center;
}
#menu_fixed .contact_us .mail{
	background-image: url(../images/pc/mail2.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: left center;
}
#menu_fixed .box{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#menu_fixed ul {
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu_fixed li {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  list-style-type: none;
}
#menu_fixed a {
  color: #C0C0C0;
  text-decoration: none;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#menu_fixed a:hover{
	color: #FFFFFF;
}
#menu_fixed a span {
	color: #919191;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* 手機選單icon */
#header #m_menu_icon {
	display: none;
}
/* 手機選單-----------------------------------------*/
#m_menu_nav {
	display:none;
}
/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/pc/footer_bg.png);
}
#footer .copyright {
	margin-right: auto;
	margin-left: auto;
	width: 1300px;
	font-size: 14px;
	color: #C5C5C5;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/pc/line_2.png);
	background-repeat: no-repeat;
	background-position: center top;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#footer a {
	color: #e1e1e1;
	text-decoration: none;
	line-height: 22px;
}
#footer a:hover {
	color: #FFFFFF;
}
.f_blog{
	height: 170px;
	background-image: url(../images/pc/line_3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.f_box1{
	width: 300px;
	vertical-align: top;
	background-image: url(../images/pc/line_1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
}
.f_box2{
	width: 360px;
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/pc/line_1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
}
.f_box3{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/pc/line_1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
	line-height: 24px;
}
.f_box3 span{
  font-size: 16px;
  font-weight: bold;
  color: #b19e86;
}
.f_box4{
	width: 150px;
	display: inline-block; 
	vertical-align: top;
	padding-left: 20px;
}
.f_logo{
	width: 185px;
	height: 60px;
	background-image: url(../images/pc/foot_logo.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	display: block;
}
.f_t{
  color: #FFFFFF;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}
.f_t2{
  color: #E0E0E0;
  font-size: 13px;
  padding-top: 5px;
  text-align: center;
}
.f_c{
	padding-top: 10px;
}
.fb-like{
	padding-top: 10px;
}
.icon1{
	background-image: url(../images/pc/icon1.webp);
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 28px;
}
.icon2{
	background-image: url(../images/pc/icon3.webp);
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 28px;
}
.icon3{
	background-image: url(../images/pc/icon2.webp);
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 28px;
}
.icon4{
	background-image: url(../images/pc/icon4.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 28px;
}
.web_share_i {
	width: 120px;
}
.web_share_i div{
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: inline-block;
}
.web_share_i .sh_facebook {
	background-image: url(../images/pc/facebook.png);
	background-repeat: no-repeat;
}
.web_share_i .sh_googleplus {
	background-image: url(../images/pc/googleplus.png);
	background-repeat: no-repeat;
}
.web_share_i .sh_twitter {
	background-image: url(../images/pc/twitter.png);
	background-repeat: no-repeat;
}
#footer2 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-size: 12px;
	color: #838383;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	text-align: center;
}
#footer2 a {
	color: #838383;
	text-decoration: none;
}
.footer2_c{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
#footer .f_blog_box {
	margin-right: auto;
	margin-left: auto;
	width: 1300px;
	font-size: 14px;
	color: #e1e1e1;
	padding-top: 20px;
	padding-bottom: 20px;
  display: flex;
  align-items: center; 
  justify-content: space-between;
}
#footer .f_blog_box2 {
	margin-right: auto;
	margin-left: auto;
	width: 1160px;
	padding: 20px;
  display: flex;
  justify-content: space-evenly;
}
#footer .f_blog_box2 img {
  cursor: pointer;
  padding: 10px;
}
.f_blog{
	display: inline-block; 
	vertical-align: top;
	padding-left: 140px;
	width: 600px;
}
.f_banner{
	display: inline-block; 
	vertical-align: top;
}
.my_content{
	display: inline-block; 
	vertical-align: top;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
}
.my_time{
	color: #b19e86;
	font-size: 12px;
}
.my_title{
	color: #FFFFFF;
	font-size: 17px;
	padding-top: 6px;
	border-bottom: 1px solid #606060;
	min-height: 50px;
}
.my_index_content{
	font-size: 14px;
	padding-top: 6px;
	color: #888888;
}
/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
#banner {
	width: 100%;
	overflow: hidden;
}
#m_banner {
	display: none;
}
.camera_wrap1{
	height: 700px;
}
#camera_wrap2{
	display: none;
}
.camera_wrap2{
	height: 400px;
	background-color: #000000;
}
.camera_wrap3 {
	height: 300px;
	background-color: #000000;
}
/* 首頁內容 ----------------------------------------*/
#main {
	margin-left: auto;
	margin-right: auto;
}
/* 首頁最新消息區塊 */
#main .news {
	width: 30%;
	float: left;
	background-image: url(../images/pc/news.png);
	background-repeat: no-repeat;
}
#main .news .content {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#main .news .line {
	border-bottom: 1px dashed #666666;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#main .news a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
}
#main .news a:hover {
	color: #0066CC;
}
#main .news .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 首頁產品區塊 */
#main .portfolio {
	width: 45%;
	float: left;
}
#main .portfolio .content {
	padding-top: 50px;
	padding-left: 20px;
}
#main .portfolio .box {
	width: 22%;
	padding-right: 3px;
	padding-left: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .portfolio .photo {
	overflow: hidden;
	height: 110px;
	margin:0 auto;
	background-color: #000000;
}
#main .portfolio img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all  0.3s linear;
	transition: all  0.3s linear;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);/* 可開啟GPU功能預防抖動 */
	max-width: 101%;
}
#main .portfolio img:hover {
	max-width: 120%;
	margin-left: -10%;
	margin-top: -10%;
	opacity: 0.6;
}
#main .portfolio .title {
	text-align: center;
	overflow: hidden;
	max-height: 36px;
	padding-top: 3px;
}

/* 首頁自定區塊 */
#main .n_box1 h2{
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main .n_box1 h2 span{
	font-size: 20px;
	padding-left: 10px;
	font-family:  Palatino;
}
#main .n_box2 h2{
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main .n_box2 h2 span{
	font-size: 20px;
	padding-left: 10px;
	font-family:  Palatino;
}
#main .n_box3 h2{
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main .n_box3 h2 span{
	font-size: 20px;
	padding-left: 10px;
	font-family:  Palatino;
}
#main .n_box4 h2{
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
#main .n_box4 h2 span{
	font-size: 20px;
	padding-left: 10px;
	font-family:  Palatino;
}
#main .n_box5 h2{
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main .n_box5 h2 span{
	font-size: 20px;
	padding-left: 10px;
	font-family:  Palatino;
}

#main .n_box1{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;	
}
#main .n_box1 h1{
	font-size: 22px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	line-height: 1.6;
	color: #333333;
	font-weight: bold;
}
#main .n_box1 .n_box1_desc {
	font-size: 15px;
	text-align: center;
	color: #555555;
	line-height: 1.9;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#main .n_box1 ul{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#main .n_box1 li{
	list-style-type: none;
	width: calc(100% / 5);
	display: block;
	float: left;
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
}
#main .n_box1 li img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#main .n_box1 li div{
	font-size: 25px;
	color: #494949;
	padding-top: 10px;
	padding-bottom: 20px;
}
#main .n_box1 li{
	font-size: 15px;
}
#main .n_box1 li h3{
	font-weight: bold;
	color: #c4b9a3;
	background-color: #333333;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	font-size: 16px;
}

#main .n_box1_flex{
  display: flex;
  align-items: center; 
  justify-content: center;
}
#main .n_box1_t {
  border: 2px solid #c4b9a3;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #c4b9a3;
  font-size: 30px;
  text-align: center;
  background-color: #161616;
  -webkit-box-shadow: 0px 0px 15px hsla(0,0%,0%,0.70);
  box-shadow: 0px 0px 15px hsla(0,0%,0%,0.70);
}
#main .n_box1_s {
  padding-top: 20px;
  color: #c4b9a3;
  font-size: 16px;
}

#main .n_box1_1{
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #333333;
  color: #FFFFFF;
  line-height: 28px;
}
#main .n_box1_1 h2 {
    color: #c4b9a3;
}
#main .n_box1_1 .pricing_icon{
	width: 110px;
	padding-right: 20px;
	padding-left: 20px;
}
#main .n_box1_1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#main .n_box1_1 .pricing_a{
	border: 1px solid #FFFFFF;
	font-size: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	display: inline-block;
	background-color: #212121;
	transition: all 0.8s ease 0s;
}

#main .n_box1_1 .pricing_a:hover{
	background-color: #7d6c55;
}

#main .n_box1_1 .pricing_a span{
	font-size: 16px;
}
#main .n_box1_1 span{
    color: #d6cebe;
	font-size: 28px;
}

.web_diy{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
	font-size: 14px;
}
.web_diy .cc{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.web_diy h2{
	font-size: 25px !important;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
	color: #494949;
	display: inline-block;
}
.web_diy a{
	font-size: 25px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #b19e86;
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
.web_diy_price{
	font-weight: bold;
	font-size: 16px;
}
.web_diy_price span{
	font-size: 13px;
}
#main .n_box2{
	visibility: hidden;	
}
#main .n_box2 .n_box2_photo{
	overflow: hidden;
}
#main .n_box2 div a{
	overflow: hidden;
	display: block;
	width: calc(100% / 4);
	float: left;
	background-color: #000000;
}
#main .n_box2 div img{
	opacity: 0.8;
	transition: all 0.8s ease 0s!important;
}
#main .n_box2 div img:hover{
	opacity: 1;
    transform: scale(1.2,1.2);
}

#main .n_box3{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
#main .n_box3 ul{
	margin: 0px;
	padding: 0px;
}
#main .n_box3 li{
	list-style-type: none;
	width: calc(90% / 2);
	display: block;
	float: left;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#main .n_box3 li h2{
	font-size: 25px;
	display: inline-block;
	background-color: #dcdcdc;
	border-radius: 10px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}
#main .n_box3 li div{
	padding-bottom: 20px;
}
#main .n_box3 li{
  font-size: 15px;
  line-height: 28px;
}
#main .n_box3 li h3{
  font-weight: bold;
  color: #c4b9a3;
  background-color: #333333;
  display: inline-block;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: 5px;
  font-size: 16px;
}
#main .n_box4{
	overflow: hidden;
	background-image: url(../images/pc/index_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}
#main .n_box4 ul{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 40px;
  padding: 0px;
}
#main .n_box4 li{
	list-style-type: none;
	width: calc(92% / 2);
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#main .n_box4 li h2{
	font-size: 25px;
	display: inline-block;
	border-radius: 10px;
	color: #b19e86;
	padding-left: 10px;
	padding-right: 10px;

	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	vertical-align: top;
}
#main .n_box4 li h3{
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #e7d7c2;
}
#main .n_box4 li h4{
  font-size: 15px;
  line-height: 28px;
}
#main .n_box4 li .title{
  display: flex;
  align-items: center; 
}
#main .n_box4 li{
	font-size: 14px;
}
#main .n_box5 {
	background-color: #eeeeee;
	padding-bottom: 50px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 10px hsla(0,0%,0%,0.52);
	box-shadow: inset 0px 0px 10px hsla(0,0%,0%,0.52);
}
#main .n_box5 .n_box5_3 a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
	transition: all 0.8s ease 0s;
	position: relative;
}
#main .n_box5 .n_box5_3 a:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #b19e86;
	height: 4px;
	width: 0%;
	transition: all 0.5s ease 0s;
	z-index: 2;
	left: 50%;
}
#main .n_box5 .n_box5_3 a:hover:after{
	width: 100%;
	left: 0px;
}

#main .n_box6 {
  padding-bottom: 80px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #333333;
  padding-top: 50px;
}
#main .n_box6 h2{
	color: #c4b9a3;
}
#main .n_box7 {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  padding-top: 70px;
  padding-bottom: 70px;
}
#main .n_box7_1 {
  width: 37%;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  padding-left: 10px;
  background-color: #232221;
  padding-top: 30px;
  padding-bottom: 30px;
}
#main .n_box7_1 .title1{
  font-size: 36px;
  font-weight: bold;
}
#main .n_box7_1 .title2{
	font-size: 20px;
}
#main .n_box7_1 img{
  width: 150px;
  padding: 10px;
}
#main .n_box7_2 {
  width: 63%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
}
#main .n_box7_2 ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 0px;
  flex-wrap: wrap;
}
#main .n_box7_2 li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#main .n_box7 .h2{
	font-size: 24px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main .n_box7 .n_but{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 20px;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  background-color: #232221;
  color: #c4b9a3;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  margin-right: 20px;
  margin-left: 20px;
  transition: all 0.8s ease 0s;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
#main .n_box7 .n_but:hover{
  background-color: #b19e86;
  color: #FFFFFF;
}
#main .n_box7 .line_in{
  background-image: url(/images/pc/icon_svg/white/line.svg);
  cursor: pointer;
}
#main .n_box7 .form{
  background-image: url(/images/pc/icon_svg/white/query.svg);
}
#main .n_box7 .tel{
  background-image: url(/images/pc/icon_svg/white/phone.svg);
}
#main .custom {
	width: 25%;
	height: 200px;
	float: left;
	background-image: url(../images/pc/custom.png);
	background-repeat: no-repeat;
}
#main .custom .content {
	width: auto;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.index_bottom{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 10px;
	background-color: #1D1D1D;
}
.index_bottom a{
	display: inline-block;
	width: 20%;
}
#main .m_box1{
	height: 770px;
}
#main .m_box1 .text{
	color: #FFFFFF;
	font-size: 20px;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	text-align: center;
	visibility: hidden;
}
#main .m_box1 .text h1{
	font-size: 45px;
	margin-bottom: 0px;
	text-align: center;
}
#main .m_box1 .text h2{
	font-size: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}
#main .m_box1 .text span{
	font-size: 50px;
	display: block;
	padding-top: 150px;
	padding-bottom: 20px;
}
#main .m_box1 img{
	margin-top: 30px;
	cursor: pointer;
}
#main .m_box2{
	text-align: center;
	font-size: 40px;
	padding-top: 50px;
	background-color: #FFFFFF;
	padding-bottom: 1px;
}
#main .m_box2 h2{
	font-size: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main .m_box2 ul{
	visibility: hidden;	
}
#main .m_box2 li{
	display: inline-block;
	border-radius: 50%;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 32px;
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
}
#main .m_box2 li:nth-child(odd){
	background-color: #b19e86;
}
#main .m_box2 li:nth-child(even){
	background-color: #777777;
	color: #FFFFFF;
}
#main .m_box3{
	background-color: #f0efef;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 50px;
}
#main .m_box3 h2{
	font-size: 38px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#main .m_box3_2{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
#main .m_box3_l{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	text-align: center;
}
#main .m_box3_l video{
	width: 800px;
}

#main .m_box3_r{
	display: inline-block;
	vertical-align: top;
	width: 29%;
}
#main .m_box3_r span{
	font-size: 40px;
	line-height: 50px;
}
#main .m_box4{
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}
#main .m_box4 h2{
	font-size: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#main .m_box4_2{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}
#main .m_box4_l{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
#main .m_box4_r{
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
#main .m_box4_r video{
	width: 640px;
}
#main .m_box4_l span{
	font-size: 40px;
	line-height: 50px;
}
#main .m_box5{
	background-color: #f0efef;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 50px;
}
#main .m_box5 h2{
	font-size: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#main .m_box5_2{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
#main .m_box5_l{
	display: inline-block;
	vertical-align: top;
	width: 74%;
	text-align: center;
}
#main .m_box5_r{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
#main .m_box5_r span{
	font-size: 40px;
	line-height: 50px;
}
#main .m_box6{
	text-align: center;
	font-size: 40px;
	padding-top: 50px;
	background-color: #fcc840;
	padding-bottom: 50px;
}
#main .m_box6_3 h2{
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
#main .m_box6_3 h3{
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#main .m_box6 li{
	display: inline-block;
	border-radius: 50%;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 32px;
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #F4F4F4;
	-webkit-box-shadow: inset 2px 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: inset 2px 2px 2px 2px rgba(0,0,0,0.3);
}
#main .m_box6 li span{
	color: #fcc840;
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
#main .m_box6_2{
	text-align: center;
	font-size: 40px;
	background-color: #2D2D2D;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #FFFFFF;
}
#main .m_box6_2 a{
	color: #FFFFFF;
}
#main .m_box6_3{
	text-align: center;
	font-size: 40px;
	background-color: #FFFFFF;
	overflow: hidden;	
}
#main .m_box6_3 div{
	padding-bottom: 50px;
}
#main .m_box6_3 img{
	margin: 0px;
	padding: 0px;
	float: left;
	width: calc(100%/8);
	filter: grayscale(100%);
}
.client_logo{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	visibility: hidden;
}
.client_logo li{
	width: calc(100%/5);
	list-style-type: none;
	margin-bottom: 20px;
	float: left;
}
.client_view{
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}
#main .m_box7{
	text-align: center;
	font-size: 50px;
	padding-top: 10px;
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 50px;
}
#main .m_box7 h2{
	font-size: 40px;
}
#main .m_box7 table{
	font-size: 16px;
}
#main .m_box7 td{
	padding-right: 5px;
	padding-left: 5px;
}
#main .m_box7 ul{
	margin-bottom: 10px;
}
#main .m_box7 li{
	font-size: 18px;
	color: #E7E7E7;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .m_box7 .table{
	font-size: 18px;
	color: #E7E7E7 !important;
	margin-bottom: 10px;
}
#main .m_box7 #form1{
	width: 410px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
#main .m_box7 input{
	font-size: 18px;
	width: 300px;
	border-radius: 10px;
}
#main .m_box7 select{
	font-size: 18px;
	width: 310px;

	border-radius: 10px;
	color: #000000;
	padding-left: 10px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
#main .m_box7 .right{
	text-align: left;
}
#main .m_box7 .but6{
	font-size: 24px;
	background-color: #b19e86;
	border-radius: 10px !important;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
}
#main .m_box7 .t_quiz{
	margin-top: 10px;
}
#main .m_box8{
	text-align: center;
	background-image: url(../images/pc/m5.jpg);
	background-repeat: no-repeat;
	font-size: 40px;
	padding-top: 90px;
	padding-bottom: 70px;
	background-size: cover;
	background-position: center center;
	color: #000000;
}
#main .m_box8 li{
	display: inline-block;
	font-size: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .m_box8 a{
	text-decoration: none;
	color: #B5946A;
}
#main .pr_box1{
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
}

#main .pw_box1{
  height: 400px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/pc/public-welfare.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 50px;
}
#main .pw_box1 h1 {
  font-size: 50px;
  color: #cd6355;
  z-index: 2;
  position: relative;
}
#main .pw_box1 h1::before {
  -webkit-text-stroke: 0.4vw #FFFFFF;
  text-stroke: 0.4vw #FFFFFF;
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
}
#main .pw_box1 h2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#main .pw_box1 h2 .strokeText {
  font-size: 32px;
  color: #d77700;
  position: relative;
  z-index: 2;
  display: block;
}
#main .pw_box1 h2 .strokeText::before {
  -webkit-text-stroke: 0.4vw #FFFFFF;
  text-stroke: 0.4vw #FFFFFF;
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
}
#main .pw_box2 {
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
#main .pw_box2 .title{
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  color: #262626;
  text-align: center;
  margin-top: 50px;
}
#main .pw_box2_c {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#main .pw_box2_c h2{
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main .pw_box2_c h3{
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
}

#main .bk_box1{
	height: 600px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	background-image: url(../images/pc/booking/banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
#main .bk_box1 h1{
	font-size: 50px;
	margin-top: 200px;
}
#main .bk_box1 h2{
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#main .bk_box2 {
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
#main .bk_box2_c {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
#main .bk_box2_c h2{
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main .bk_box1{
	height: 600px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	background-image: url(../images/pc/booking/banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
#main .bk_box1 h1{
	font-size: 50px;
	margin-top: 200px;
}
#main .bk_box1 h2{
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#main .bk_box2 {
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
#main .bk_box2_c {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
#main .bk_box2_c h2{
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main .bk_box2_c h2 img{
	width: 50px;
	padding-right: 10px;
}
#main .bk_box2_c h3{
  font-size: 16px;
  line-height: 28px;
}
#main .bk_box3 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #a96139;
	text-align: center;
}
#main .bk_box3 h2{
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #FFFFFF;
  font-size: 28px;
}
#main .bk_box3 h3{
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
#main .bk_box4 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #eeeeee;
	font-size: 16px;
}
#main .bk_box4 img{
	width: 360px;
	border: 1px solid #686868;
}
#main .bk_box4_title{
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
  line-height: 40px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
#main .bk_box4 ul{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}
#main .bk_box4 li{
	display: inline-block;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 31%;
	vertical-align: top;
	margin-bottom: 30px;
}
#main .bk_box4 h2{
	margin-top: 15px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 25px;
	color: #a96139;
}
#main .bk_box4 h3{
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #171717;
}
#main .bk_box5 {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#main .bk_box5 ul{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#main .bk_box5 li{
	display: inline-block;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
}
#main .bk_box5 a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 26px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 21px;
	background-color: #e7364f;
	border-radius: 10px;
}
#main .bk_box5 a:hover{
  background-color: #D31B35;
}
#main .bk_box6{
  margin-left: auto;
  margin-right: auto;
  background-color: #0063a6;
  padding: 10px;
  text-align: center;
}
#main .bk_box6 h2{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  color: #FFFFFF;
  font-size: 28px;
}
#main .bk_box6 h3{
	margin: 0px;
  padding: 5px;
	color: #FFFFFF;
  text-align: center;
}
#main .bk_box7{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#main .bk_box7 .price{
  border: 2px solid #BFBFBF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.3);
  box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.3);
  border-radius: 10px;
  margin: 10px;
  text-align: center;
  color: #131313;
  font-size: 22px;
  width: 40%;
}
#main .bk_box7 .title1{
  color: #FFFFFF;
  font-size: 30px;
  background-color: #ffa600;
  font-weight: bold;
  padding: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#main .bk_box7 .title2{
  color: #FFFFFF;
  font-size: 30px;
  background-color: #e25b5b;
  font-weight: bold;
  padding: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#main .bk_box7 .p1{
  padding: 20px;
  line-height: 30px;
}
#main .bk_box7 .p2{
  padding: 20px;
  background-color: #E9E9E9;
}
#main .bk_box7 .p3{
  padding: 20px;
}
#main .bk_box7 .t1{
  display: block;
  color: #c10002;
  font-size: 16px;
}
#main .bk_box7 .t2{
  color: #c10002;  
}
#main .bk_box8{
  text-align: center;
  padding: 20px;
  font-size: 20px;
  color: #3E3E3E;
  font-weight: bold;
}
#main .bk_box8 a{
  padding: 10px;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  background-color: #246DC4;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 10px;
}
#main .bk_box9{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* 內頁 ----------------------------------------*/
#page {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
  display: flex;
  align-items: flex-start;
}
#content {
  width: 100%;
}

/* 所有選單最外層包裝 ---------*/
#links {
  width: 280px;
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 20px;
  border: 1px solid #D0D0D0;
  margin-top: 60px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0px 5px hsla(0,0%,0%,0.20);
  box-shadow: 0 0px 5px hsla(0,0%,0%,0.20);
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 270px;
	display: inline-block;
	margin-bottom: 10px;
}
/* 選單標頭(所有，但不包含部落格) */
#links .title_menu_id_8 {
	height: 50px;
	background-image: url(../images/pc/menu-about.jpg);
	background-repeat: no-repeat;
}
/* 部落格選單標頭 */
#links .blog_title {
	color: #464646;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../images/pc/list_title.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
/* 部落格日期分類 */
#links .blog_date {
	width: 80%;
	color: #363636;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
}
/* 部落格rss */
#links .blog_rss {
	background-image: url(../images/pc/rss_article.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 20px 10px;
	width: 100px;
	height: 30px;
}
/* 選單外層 */

#links .class {
	border-bottom: 1px dotted #999999;
	width: 240px;
	margin-left: 15px;
}
/* 選單-無分類 */
#links .list a {
	width: 240px;
	display: block;
	border-bottom: 1px dotted #696969;
	color: #646464;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 7px;
}
#links .list a:hover {
	color: #000000;
}
#links .list .by{
	color: #6D6D6D;
	font-size: 12px;
}
/* 選單分類一 */
#links .class1 {
	display: block;
	color: #3a3a3a;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(../images/pc/list_img1.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#links .class1 a {
	color: #646464;
	text-decoration: none;
}
/* 選單分類二 */
#links .class2 a {
	height: 25px;
	display: block;
	color: #646464;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 40px;
	background-image: url(../images/pc/list_img2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#links .class2 a:hover {
	color: #000000;
}
#links .class1_toggle a{
	display: block;
	color: #646464;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(../images/pc/arrow_top.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left center;
}
#links .class1_toggle a:hover {
	color: #000000;
}
#links .class2_toggle {
	display: none;
}
#links .class2_toggle a{
	height: 25px;
	display: block;
	color: #646464;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 40px;
	background-image: url(../images/pc/list_img2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#links .class2_toggle a:hover {
	color: #000000;
}
/* 選單底部 */
#links .down {
	width: 100%;
	height: 20px;
}
/* 選單自定義區塊 */
#links .custom1 {
	width: 100%;
	height: 120px;
	background-image: url(../images/pc/page_custom.jpg);
	background-repeat: no-repeat;
}
/* 內容標頭(所有頁面) */
#content .title_menu_id_8 ,.title_menu_id_5 ,.title_menu_id_7 {
	display: none;
}
#content .title_menu_id_3 {
	text-align: center;
	padding: 45px 0 15px 0;
	margin-bottom: 10px;
	visibility: hidden;
}
#content .title_name {
  padding-bottom: 15px;
  color: #1e293b;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #bfa17a;
  display: inline-block;
  padding-top: 10px;
  margin: 0px 0px 15px 0px;
}
#content .title_name2 {
  color: #64748b;
  font-size: 15px;
  padding: 0 20px;
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  
}
#content .title_name a {
	color: #141414;
	text-decoration: none;
}
#content .title_name a:hover {
	color: #00A5E0;
}
#content .title_share {
	float: right;
	width: 140px;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
}
/* 內容 */
#content .content {
	word-wrap: break-word;
	overflow: hidden;
	clear: both;
	font-size: 17px;
	line-height: 32px;
}
#content .pd_description{
	padding-bottom: 5px;
}
#content .bottom {
}
/* 最新消息 */
#content .line {
	border-bottom: 1px dashed #666666;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* 最新消息-連結 */
#content .line a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
}
#content .line a:hover {
	color: #0066CC;
}
/* 最新消息-日期 */
#content .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 最新消息-分頁數字 */
#content .number {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	visibility: visible;
}
#content .number span {
	display: inline;
	padding: 4px;
	color: #BBBBBB;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}
#content .number .now {
	color: #FFFFFF;
	background-color: #2F2F2F;
	text-decoration: none;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	border: 1px solid #7E7E7E;
	margin-right: 2px;
	margin-left: 2px;
}
#content .number a {
	color: #222222;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	border: 1px solid #7E7E7E;
	margin-left: 2px;
	margin-right: 2px;
}
#content .number a:hover {
	color: #000000;
}
/* 最新消息-共幾頁數字 */
#content .total {
	float: right;
}
#content .total span {
	color: #0066FF;
	font-weight: bold;
}
/* 最新消息-內頁標題 */
#content .news_title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	color: #333333;
	padding-bottom: 10px;
}
/* 最新消息-內頁日期 */
#content .news_date {
	float: right;
	color: #999999;
	font-size: 12px;
}
/* 最新消息-內頁內容 */
#content .news_content {
	padding-top: 10px;
}
/* 最新消息-回上一頁 */
#content .back{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
}
#content .back a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: inline-block;
	background-color: #313131;
	padding-left: 20px;
	padding-right: 30px;
}
#content .back a:hover {
	color: #CDCDCD;
}
/* 商品---------------------------------------- */
.pd_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
}
.pd_name {
  color: #404040;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  padding: 15px;
  overflow: hidden;
  font-weight: bold;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pd_name:hover{
  background-color: #EDEDED;
}
.pd_name a{
	background-color: #FFFFFF !important;
	text-decoration: none;
	color: #4F4F4F;
}
.pd_list_content{
	color: #898989;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}
.pd_price_box {
	font-size: 14px;
	text-align: center;
	color: #353535;
}
.pd_price {
	color: #000000;
	font-size: 18px;
}
.read_more{
	position: absolute;
	top: 0px;
	left: 80px;
	opacity: 0;
	z-index: 5;
}
ul.pd a {
	display: block;
    text-decoration: none;    
}
ul.pd {
	padding: 0px;
margin: 0 auto;
}
ul.pd .pdli {
  list-style-type: none;
  border-radius: 10px;
  width: 235px;
  margin: 10px;
  float: left;
  -webkit-box-shadow: 0 0px 5px hsla(0,0%,0%,0.20);
  box-shadow: 0 0px 5px hsla(0,0%,0%,0.20);
}
.pdli .pd_img img{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.pdli .pd_img{
	 cursor: url('../images/pc/search2.png'), auto;
}
.pd_a2{
	text-decoration: none;
	height: 100%;
	width: 100%;
	background-color: hsla(0,0%,0%,0.00) !important;
}

/* 商品內頁 */
.pd_left {
	width: 45%;
	float: left;
}
.pd_right {
	width: 55%;
	float: left;
}
.pd_right .padding {
	padding-left: 20px;
	padding-right: 15px;
}
.web_share {
	float: right;
	width: 70px;
}
.web_share div{
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
/*圖片從這來http://www.sharethis.com/*/
.sh_facebook {
	background-image: url(../images/pc/share/facebook_32.png);
	background-repeat: no-repeat;
}
.sh_googleplus {
	background-image: url(../images/pc/share/googleplus_32.png);
	background-repeat: no-repeat;
}
.sh_twitter {
	background-image: url(../images/pc/share/twitter_32.png);
	background-repeat: no-repeat;
}
.pd_spec {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_spec_list {
	display: inline-block;
}
.pd_spec_name {
	width: 70px;
	display: inline-block;
}
.pd_album_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.pd_photo_big {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/pc/loading.gif), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-image: url(../images/pc/loading.gif), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(233,233,233,1.00) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #D0D0D0;
	margin-top: 50px;
}
.pd_photo_big img{
	max-height: 550px;
	-webkit-box-shadow: 1px 1px 5px #ADADAD;
	box-shadow: 1px 1px 5px #ADADAD;
}
.pd_content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 50px;
}
.pd_content_price {
	color: #353535;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pd_call {
	color: #BE0000;
	font-weight: bold;
}
.pd_link_title{
	background-color: #E9E9E9;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	color: #333333;
	margin-top: 10px;
}
.pd_link_box {
	border: 1px solid #D1D1D1;
}

/* 商品頁籤內容相關 */
.pd_tab_box {
	clear: both;
	padding-top: 10px;
}
.pd_tab_content {
	padding-top: 20px;
	border-top-color: #E9E9E9;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
}
.pd_tab {
	margin: 0px;
	padding: 0px;
}
.pd_tab_a {
	display: inline-block; 
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #606060;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}
.pd_tab_a:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
    margin-top: 0;
    padding-bottom: 7px;
}
.pd_tab_select {
	display: inline-block; 
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00b7f0;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}
.pd_add_cart {
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #5C5C5C;
	box-shadow: 0px 0px 5px #5C5C5C;
	padding: 5px;
	border-radius: 5px;
	top: -70px;
	display: none;
	width: 120px;
}
.pd_add_cart a {
	text-decoration: none;
	color: #00A3FF;
	font-size: 16px;
}
.pd_add_cart_close {
	float: right;
}
/* 商品頁籤內容相關結束 */
ul.pd_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_list li {
	width: 17%;
	display: inline-block; 
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_album_list li a {
    cursor: pointer;
    text-decoration: none;
}
ul.pd_album_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: center;
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
}
ul.pd_album_list li {
	width: 9%;
	display: inline-block;
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
.pd_link_photo{
	width: 150px;
}
/* 部落格---------------------------------------- */
.blog_box_box{
}
.blog_box_box a{
	text-decoration: none;
}
.blog_box{
	border: 1px solid #D0D0D0;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 20px;
	margin-top: 60px;
	overflow: hidden;
}
.blog_box_list{
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  padding-right: 20px;
  margin-right: 20px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  -webkit-box-shadow: 0 0px 5px hsla(0,0%,0%,0.20);
  box-shadow: 0 0px 5px hsla(0,0%,0%,0.20);
}
.blog_box_p{
  width: 265px;
  margin-right: 20px;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.blog_box_c{
	flex: 1;
}
.blog_h1_title{
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.blog_title{
  color: #1E1E1E;
  font-size: 20px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 10px;
}
.blog_title h1{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
}
.blog_top{
	background-image: url(../images/pc/hot.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-left: 290px;
	background-position: 270px top;
}
.blog_date{
	color: #6d6d6d;
	font-size: 12px;
	padding-bottom: 10px;
}
.blog_content{
  padding-bottom: 20px;
}
.blog_content li{
  margin-bottom: 20px;  
}
.blog_content_list{
  overflow: hidden;
  height: 75px;
  color: #343434;
  border-top: 1px solid #E3E3E3;
  padding-top: 10px;
  line-height: 25px;
  font-size: 16px;
}
.blog_more{
	padding-top: 8px;
	text-align: right;
	padding-bottom: 8px;
}
.blog_more img{
	width: 60px;
}
.blog_footer {
  color: #6d6d6d;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}
.blog_footer li{
	display: inline-block;
}
.blog_footer a{
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.blog_tag li{
	display: inline-block;
	margin-right: 2pt;
	margin-bottom: 5px;
}
.blog_tag a{
	color: #414141;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #E9E9E9;
	border: 1px solid #A1A1A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	font-size: 12px;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: both;
}
.blog_bottom li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.blog_bottom a{
  color: #434343;
  text-decoration: none;
}
.blog_bottom a:hover {
	color: #000000;
}
.blog_number{
	color: #6d6d6d;
	font-weight: bold;
}
/* 部落格回應表單 */
.blog_reply_form {
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 38%;
	margin-bottom: 5px;
}
.blog_reply_form :focus {
	border: 1px solid #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
.blog_reply_form textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 85%;

	height: 80px;
}
.blog_reply_form .reply_form_title{
	color: #494949;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form span{
  color: #0066B1;
}
/* 部落格回應框 */
.blog_reply {
	background-color: #FAFAFA;
	border: 1px solid #D0D0D0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.reply_title {
	padding-bottom: 10px;
	color: #474747;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/pc/blog_reply.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
}
.reply_title span {
	font-size: 12px;
	font-weight: normal;
	color: #898989;
}
.reply_content {
	padding-bottom: 10px;
}
.reply_but {
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
}
/* 部落格回復框 */
.blog_reply_to {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
/* 部落格標籤雲 */
.taglist{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.taglist a{
	padding: 2px;
	display: inline-block;
	white-space: nowrap;
	border: 0;
	text-decoration: none;
	color: #4B4B4B;
}
.taglist a:hover {
	color: #000000;
}
a.size1{
	padding: 10px;
	font-size: 12px;
	color: #4B4B4B;
}
a.size2{
	padding: 7px;

	font-size: 14px;
	color: #4B4B4B;
}
a.size3{
	padding: 5px;
	font-size: 16px;
	color: #4B4B4B;
}
a.size4{
	padding: 5px;
	font-size: 14px;
	color: #4B4B4B;
}
a.size5{
	padding: 5px;
	font-size: 18px;
	color: #4B4B4B;
}
a.size6{
	padding: 0px;
	font-size: 14px;
	color: #4B4B4B;
}
a.size7{
	padding: 0px;
	font-size: 20px;
	color: #4B4B4B;
}
a.size8{
	padding: 0px;
	font-size: 20px;
	color: #4B4B4B;
}
a.size9{
	padding: 0px;
	font-size: 16px;
	color: #4B4B4B;
}
/* 部落格搜尋 */
#searchform {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#searchform .icon {
	background-image: url(../images/pc/search.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-position: 5px 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}
#searchform input {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  outline: medium none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-right: 7px;
  font-size: 18px;
  background-color: #FFFFFF;
}
#searchform .submit {
  width: 65px;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  background-image: -webkit-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
  color: #FFFFFF;
  font-size: 16px;
}
/* 留言板 ---------------------------------------- */
.guestbook_bt {
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 20px;
}
.guestbook_bt a {
	background-image: url(../images/pc/guest_but.png);
	display: block;
	width: 150px;
	height: 40px;
	float: right;
}
.guestbook_con {
	border: 1px solid #e1e1e1;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.guest_top {
	height: 30px;
	position: relative;
}
.guest_top .user_name {
	position: absolute;
	left: 4px;
	top: 0;
	line-height: 30px;
	font-weight: bold;
	color: #2B2B2B;
}
.guest_user {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-top: 1px dashed #e1deda;
	border-bottom: 1px dashed #e1deda;
}
.guest_admin {
	background: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.guest_admin .name {
	font-weight: bold;
	color: #292929;
}
.guest_bottom {
	text-align: right;
	color: #aaa;
	font-size: 12px;
}
.guest_code{
	color: #0093FF;
}
/* 登入註冊 ----------------------------------------*/
#box {
	background-image: url(../images/pc/b2.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	display: none;
}
.p_box{
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
	display: none;
}
.photo_box{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/pc/footer_bg.png);
	background-repeat: repeat;
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.54);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.54);
	position: relative;
}
.photo_box .box_close2{
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/pc/x.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: -20px;
}
.photo_box .title{
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.photo_box .photo{
	height: 600px;
	margin-left: 15px;
	margin-right: 15px;
}
.photo_box .description{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #C4C4C4;
}
.url{
	color: #2EB3FF;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 15px;
	display: block;
	padding-bottom: 20px;
	background-image: url(../images/pc/weburl.png);
	background-repeat: no-repeat;
	background-size: 20px auto;

	background-position: 15px top;
}
#log_in {
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 70px;
	background-image: url(../images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.log_in_content {

	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.log_in_title {
	color: #282828;
	font-size: 22px;
}
.but_log_in{
	width: 50%;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	color: #232323;
	font-size: 18px;
}

textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	font-size: 16px;
}
textarea:focus {
	border: 1px solid #0099FF;
}
#twzipcode select {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90px;
}
#twzipcode input {
	width: 30px;
}
.address{
	padding-top: 8px;
}
.passwd_forgot{
	color: #717171;
}
/* 會員專區 ----------------------------------------*/
.member_box {
	padding: 20px;
	background-color: #FFFFFF;
}
.member_box_div1 {
	width: 10px;
	float: left;
	height: 1px;
}
.member_tab {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E9E9E9;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #535353;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
.member_tab:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_tab_select {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_content {
	padding: 20px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	font-size: 16px;
}
.member_title {
	font-size: 22px;
	font-weight: bold;
	color: #858585;
	background-image: url(../images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#form_member_edit{
	width: 70%;
}
.member_placard {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
/* 購物車 ----------------------------------------*/
#m_menu_shop{
	display: none;
}
.shop_box {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 16px;
}
.shop_content {
	padding: 10px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 28px;
}
.shop_title {
	font-size: 22px;
	font-weight: bold;
	color: #555555;
	background-image: url(../images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.shop_title_tr1 {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	height: 30px;
}
tr.shop_title_tr2 td {
	border-bottom: 1pt solid #D8D8D8;
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;


	padding-bottom: 15px;
	color: #303030;
}
tr.shop_title_tr3 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
}
tr.shop_title_tr4 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #303030;
}
tr.shop_title_tr5 td {
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #303030;
}
.shop_a{
	color: #0073B3;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}

.shop_total{
	color: #C80002;
	font-weight: bold;
}
.payment {
	border: 1px solid #DCDCDC;
	padding: 10px;
	margin-bottom: 10px;
}
.shipping {
	border: 1px solid #DCDCDC;
	padding: 10px;
}
.shop_button {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.shop_member {
	width: 70%;
}
.shop_member_but{
	width: 32%;
	float: left;
	text-align: center;
}
.shop_bar{
	border-radius: 3px;
	border: 1px solid #8E8E8E;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	background-color: #4E4E4E;
	display: inline-block;
	margin-left: 5px;
	background-image: url(../images/pc/cart_icon.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 2px 3px;
}
.shop_notice{
	display: inline-block;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(../images/pc/shop_light.gif);
}
.shop_ban{
	display: inline-block;
	background-color: #00CBFF;
	color: #000000;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 5px;
}
.shop_qa{
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.shop_time{
	font-size: 12px;
	color: #A2A2A2;
	padding-bottom: 5px;
}
.select_shipping_box{
	font-size: 13px;
	color: #000000;
}
#iDate {
	width: 90px;
}
.disabled span{
    color:black !important;
    background: red !important;    
}
.enabled a{
    color:black !important;
    background: PowderBlue !important;    
}
.ui-datepicker-trigger{
	padding-bottom: 10px;
	padding-left: 5px;
}
.order_search_title{
	color: #515151;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 20px;
}
.order_search_table{
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}
.order_search_table td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
/* 表單 */
#form1 {
	width: 500px;
}
#form1 .table{
	padding-top: 3px;
	padding-bottom: 3px;
}
#form1 .left{
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 8px;
  font-size: 15px;
}
#form1 .right{
	overflow: hidden
}

#form1 .down{
	text-align: center;
	padding-top: 20px;
}
input {
	border-left: 0 solid #CCCCCC;
	border-right: 0 solid #CCCCCC;
	border-bottom: 1px solid #A3A3A3;
	border-top: 0px solid #CCCCCC;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	border-radius: 0px;
	background-color: #f4f4f4;
}
input:focus {
	border: 1px solid #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
input[type="radio"]{
	height: 18px;
}
input[type="checkbox"]{
	height: 18px;
}
select{
	border-left: 0 solid #CCCCCC;
	border-right: 0 solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 0 solid #CCCCCC;
	background-color: #f4f4f4;
	color: #515151;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
textarea{
	border-left: 0 solid #CCCCCC;
	border-right: 0 solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 0 solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	height: 80px;
	background-color: #f4f4f4;
}
#twzipcode{
	float: left;
}
#address{
	width: 350px;
}

#o_mail{
	width: 350px;

}
.o_mail_h{
	display: inline-block;
}
#quiz{
	width: 100px !important;
	text-align: left;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.input2 {
	width: 20px !important;
}
/* 按鈕類 */
.but {
	color: #333333;
	width: 100px !important;

	border-radius: 3px;

	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	cursor: pointer;
}
.but1 {
	width: 100px;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	color: #232323;
	font-size: 18px;
}
.but2 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	width: 250px;
	height: 80px;
}
.but3 {
	width: 120px;
	height: 35px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	border: 1px solid #AFAFAF;
}
.but4 {
	width: 150px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	display: inherit;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: #999999;
}
.but5 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.but6 {
	cursor: pointer;
	color: #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 140px;
	background-color: #313131;
	border-radius: 0px !important;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
.but7 {
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #434343;
	font-size: 13px;
	padding-left: 22px;
	padding-right: 22px;
	border: 1px solid #BDBDBD;
	font-weight: bold;
	background-color: #ECECEC;
}
.but8 {
	font-size: 24px;
	background-color: #00a0e9;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.moon_url{
	color: #b19e86 !important;
}
.about_box{
  background-image: url(../up_photo/images/about_bg.png);
  background-repeat: no-repeat;
  height: 740px;
  background-position: center top;
  display: flex;
  margin-left: 140px;
}
.about_box_c1{
  display: inline-block;
  vertical-align: top;
  padding-top: 150px;
  padding-left: 8px;
  visibility: hidden;
  font-size: 15px;
}
.about_box_c2{
	display: inline-block;
	vertical-align: top;
	padding-top: 350px;
	padding-left: 200px;
	color: #000000;
	width: 470px;
	visibility: hidden;
}
.about_box_c2 li{
	float: left;
	width: 180px;
	font-size: 13px;
}
.back_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 3;
  bottom: 7px;
  right: 10px;
}
#back_top{
  width: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#line_qa{
	cursor:pointer;
}
.footer3{
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 7px;
	background-color: #000000;
	bottom: 0px;
}
.contactus_1{
  width: 42%;
  float: left;
  background-color: #ebeaea;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 440px;
  font-size: 15px;
}
.contactus_1 a{
	font-size: 18px;
	text-decoration: none;
}
.contactus_2{
	width: 41.5%;
	float: right;
	border: 5px solid #535353;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: url(../images/pc/ContactUs.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #f4f4f4;
	height: 450px;
}
.contactus_title{
	color: #262626;
	font-size: 24px;
	border-bottom: 1px dotted #949494;
	padding-bottom: 20px;
}
.contactus_title h1{
	font-size: 24px;
}
.contactus_line{
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  background-color: #07b53b;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 40px;
  background-image: url(/images/pc/click_w.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 30px auto;
  cursor: pointer;
}
.about_service{
	display: none;
	font-size: 18px;
}
.table_line{
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 23px;
	color: #000000;
}
.table_line td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.tr_line td{
	background-color: #ececec !important;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #1E1E1E;
	padding-bottom: 5px;
	padding-top: 5px;
}
.tr_line td a{
	color: #000000;
	text-decoration: none;
	display: block;
}
.tr_line td a:hover {
	color: #0086B7;
}
.table_line tr:nth-child(even){
	background-color: #F4F4F4;
}
.table_line tr:hover {
	background-color: #EDEDED;
}
.member_number{
	color: #3B3B3B;
	text-align: right;
	padding-bottom: 10px;
	font-size: 15px;
}
.member_number span{
	color: #B70003;
	font-weight: bold;
	font-size: 18px;
}
.data_other{
	margin-bottom: 50px;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #F7F7F7;
}
.shop_system_box{
	border: 1px solid #A6A6A6;
	margin-top: 80px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #f4f4f4;
	text-align: center;
	padding-bottom: 20px;
}
.shop_system_box .title{
	background-color: #252525;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-size: 22px;
}
.shop_system_box span{
	color: #bc0000;
}
.shop_system_box td{
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 10px;
	font-size: 16px;
}
.shop_system_other{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	font-size: 15px;
	line-height: 24px;
	color: #272727;
}
.shop_system_buy{
	border: 1px solid #C7C7C7;
	margin-bottom: 10px;
	margin-right: 10px;
}
.shop_system_buy input[type="radio"] {
	width: 18px;
}
.shop_system_box select {
	font-size: 16px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #2A2A2A;
	background-color: #FFFFFF;
}
.shop_system_name{
	display: none;
}
.shop_system_address{
	display: none;
}
.shop_system_number{
	display: none;
}
.shop_system_company{
	display: none;
}
.shop_sys_month{
	display: none;
}
.pc_show{
	display: inherit;
}
.m_show{
	display: none;
}
.qa_box {
	border: 5px solid #535353;

	margin-top: 50px;
	margin-bottom: 30px;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	padding-left: 0px;
}
.qa_box .q_title{
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.qa_box .q_title h1{
	font-size: 36px;
}
.qa_box .q_title div{
	font-size: 20px;
}
.qa_box .q_title span{
	font-size: 16px;
}
.qa_box ul{
	margin: 0px;
	padding: 0px;
}
.qa_box li{
	list-style-type: none;
}
.qa_box .q{
	background-color: #ebeaea;
	padding-left: 50px;
	padding-right: 50px;
	border-top: 1px dashed #787878;
	overflow: hidden;	
}
.qa_box .q span{
	float: left;
	padding-bottom: 0px;
	font-size: 20px;
}
.qa_box .q .t{
	padding-top: 10px;
}
.qa_box .q img{
	padding-right: 10px;
	width: 45px;
}
.qa_box .a{
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  color: #2E2E2E;
  background-color: #FFFFFF;
  line-height: 34px;
}
.qa_box .a h2{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-size: 24px !important;
	text-align: left !important;
	color: #B5946A;
}
.pricing_head {
	text-align: center;
	margin-bottom: 30px;
	font-size: 15px;
}
.pricing_head h1{
	font-size: 25px !important;
	font-weight: bold;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.pricing_head h3{
	font-size: 20px;
	font-weight: bold;
}
.data_type {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	font-size: 16px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #F3F3F3;
}
.data_type .class{
	background-color: #3B3B3B;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.data_type .subject{
	padding: 20px;
	display: block;
	line-height: 26px;
	height: 60px;
}
.data_type .content_c{
	padding: 20px;
	line-height: 26px;
	color: #4F4F4F;
	font-size: 15px;
}
.data_type .pric_m{
	background-color: #3b3b3b;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
}
.data_type .pric_y{
	background-color: #ffcc00;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
}
.data_type .pric_m span{
	font-size: 14px;
}
.data_type .pric_y span{
	font-size: 14px;
}
.data_other_c{
	margin-left: 10px;
	margin-right: 10px;
}
.data_other_c strong{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.data_other_c span{
	font-size: 18px;
}
.table_content{
	background-color: #F3F3F3;
	color: #2C2C2C;
	font-size: 16px;
}
.td_title{
	background-color: #363a3c;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.table_content td{
	padding: 10px;
	line-height: 26px;
}
.td_list{
  background-color: #6096ab;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px solid #5F5F5F;
  border-left: 1px solid #5F5F5F;
}
.td_list2{
  background-color: #e9eef2;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #b7c3cd;
}
.td_list3{
	background-color: #7d64bd;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
}

.td_content{
	border-bottom: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
}
.title_type{
	text-align: center;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
	overflow: hidden;
	padding-top: 15px;
	margin-top: 15px;
}
.title_type a{
  text-decoration: none;
  font-size: 17px;
  color: #2D3643;
  padding-right: 20px;
  margin: 8px 6px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #e2e8f0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  vertical-align: middle;
}
.title_type a .tag_icon {
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.title_type a:hover .tag_icon {
  transform: scale(1.15) rotate(5deg);
  opacity: 1;
}
.title_type a span{
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 18px;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
	margin-right: 10px;
	font-weight: 500;
}
.title_type a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.06);
  border-color: #cbd5e1;
  color: #1e293b;
}
.cus_tag{
	background-color: #e11d48;
}
.mod_tag{
	background-color: #02ccd2;
}
.pricing_tag{
	background-color: #bfa17a;
}
.title_tag{
	background-color: #fffbeb !important;
	border: 1.5px solid #e11d48 !important;
	font-weight: bold;
	color: #e11d48 !important;
	box-shadow: 0 4px 12px rgba(217, 119, 6, 0.1) !important;
}
.title_tag2{
	background-color: #f7fbff !important;
	border: 1.5px solid #475569 !important;
	font-weight: bold;
	color: #1e293b !important;
	box-shadow: 0 4px 12px rgba(71, 85, 105, 0.1) !important;
}
.table_content_2{
  color: #2C2C2C;
  font-size: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.1);
  line-height: 22pt;
  border-collapse: collapse;
}
.table_content_2 td{
  padding: 10px;
  border-top: 1px solid #C1C1C1;
}
.td_bg_color{
  background-color: #f3f6f9;
  border-top: 1px solid #b7c3cd;
  border-bottom: 1px solid #b7c3cd;
}
.td_title2_1{
  background-color: #f39c12;
  color: #FFFFFF;
}
.td_title2_2{
  background-color: #5d7d95;
  color: #FFFFFF;
}
.td_title2 h2{
	font-size: 25px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.td_title3{
	background-color: #333e48;
}
.td_title3 h3{
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ccc;
  text-align: center;
  font-weight: 400;
}
.td_left_line{
  border-left: 1px solid #c9c9c9;
}
.td_left_line2{
	border-right: 1px solid #FFFFFF;
}
.td_left_line3{
	border-bottom: 1px solid #FFFFFF;
}
.td_pricing {
  font-weight: bold;
  font-size: 22px;
  color: #e74c3c;
}
.td_pricing_remark {
  font-weight: bold;
  font-size: 14px;
  color: #737373;
  line-height: 25px;
}
.web_pricing_c{
  text-align: center;
  font-size: 18px;
  padding: 30px;
  line-height: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.web_pricing_box{
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.pr_box1 h1{
	font-size: 28px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333e48;
}
.line-popup{
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 360px;
	margin: 20px auto;
	text-align: center;
}
.line-popup .t1{
	font-size: 19px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.line-popup .t2{
	font-size: 16px;
}
.line-popup .t3{
	font-size: 15px;
	color: #222222;
}
.line-popup span{
	color: #00b900;
	font-weight: bold;
}
.line-popup .t3 a{
	color: #00b900;
	font-weight: bold;
}
.ban{
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #000000;
}
.ban_img{
	max-width: none;
	height: 100% !important;
}

.ban_c{
	width: 700px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
}

.ban_1{
	color: #FFFFFF;
	font-size: 30px;
}
.ban_1 svg{
	width: 300px;
}
.ban_1 #t1{
}

.ban_1 .year{
	font-size: 50px;
	background-color: rgba(0,0,0,0.90);
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	width: 100px;
}
.ban_2{
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.90);
	text-align: center;
	font-size: 18px;
	margin: 10px;
	padding: 10px;
	line-height: 30px;
}
.ban_3{
	text-align: center;
}

#web_website{
	max-width: 600px;
	font-size: 14px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
.but_website{
	background-color: #222222;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
}
.all_checkbox{
	margin: 0px;
	padding: 0px;
}
.all_checkbox li{
	display: inline-block;
}
.all_checkbox input{
	width: 20px;
}
.all_checkbox input:nth-child(2) {
    width: 80px;
}
.all_radio{
	margin: 0px;
	padding: 0px;
}
.all_radio li{
	display: inline-block;
}
.all_radio input{
	width: 20px;
}
.all_radio input:nth-child(2) {
    width: 80px;
}
.all_radio span{
    display: inline-block;
}
.but_web{
	display: inline-block;
	color: #FFFFFF;
	padding: 8px;
	margin-top: 5px;
	text-decoration: none;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
}
.but_web1{
  background-color: #7ea34d;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-flex;
  position: relative;
  font-size: 17px;
  transition: all 0.3s ease;
}
.but_web1:hover {
  background-color: #5C7838;
  transform: scale(1.05);
}
.but_web1::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-25deg);
  animation: guidance_shimmer 3s infinite;
}

.but_web2{
  background-color: #af3c3c;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-flex;
  position: relative;
  font-size: 17px;
  transition: all 0.3s ease;
}
.but_web2:hover {
  background-color: #742727;
  transform: scale(1.05);
}
.but_web2::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-25deg);
  animation: guidance_shimmer 3s infinite;
}

.nt{
  font-size: 14px;
  color: #515151;
}
.mfp-title {
  font-size: 15px;
  position: relative;
}
.mfp-title a {
  color: #ffbf00;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: none;
  background-image: url(/images/pc/link.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  margin-left: 5px;
}
.mfp-title a:hover{
  color: #FFFFFF;
}
.mfp-title .po_url{
  color: #000000;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffbf00;
  position: absolute;
  z-index: 2;
  display: block;
  font-weight: bold;
  background-image: url();
  right: 0px;
  top: -38px;
}
.mfp-title .po_url:hover{
  color: #FFFFFF;
  background-color: #00c1ff;
}

img.mfp-img {
	padding-top: 0px!important;
}
/* 背景開始 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* 背景暫停 */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* 背景離開 */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* 內容開始 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
	transform: translateX(-50px);
}
/* 內容暫停 */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
	transform: translateX(0);
}
/*內容離開 */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
	transform: translateX(50px);
}
.link_7 {
    order: 2;
}
.ban_3 img{
  width: 260px;  
}
.pricing_qa{
  color: #FFFFFF;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 10px;
  background-color: #07b53b;
  border-radius: 10px;
  cursor: pointer;
  background-image: url(/images/pc/click_w.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px auto;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s ease;
}
.pricing_qa:hover{
   transform: translateY(-6px);
}

.pricing_po{
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
}
.pricing_po a{
  margin: 5px;
  display: block;
  border: 1px solid #000000;
}
.pricing_t{
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px;
  background-color: #bd8933;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}
.pricing_c{
  color: #191919;
  font-size: 19px;
  font-weight: 500;
  line-height: 35px;
}
.count_box{
  margin: 20px;
  padding: 20px;
  background-color: #eae9e4;
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.1);
}
.count_box .title{
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  background-color: #0094b5;
  border-radius: 5px;
  padding: 5px;
}
.count_box input[type="radio"]{
  width: 22px;
  height: 22px;
}
.count_box input[type="checkbox"]{
  width: 22px;
  height: 22px;
}
.count_box .w_add{
  background-color: #FFFFFF;
  font-size: 17px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #8E8E8E;
}
.count_box .sub_add{
  background-color: #FFFFFF;
  font-size: 17px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #8E8E8E;
  width: 70px;
  text-align: center;
  font-weight: bold;
}
.count_box select{
  background-color: #FFFFFF;
  font-size: 20px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #8E8E8E;
}
.count_box .button_box{
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  text-align: center;
  border-top: 1px dashed #AFAFAF;
}
.count_box .sum{
  text-align: center;
  font-size: 20px;
}
.count_box .sum span{
  width: 140px;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  color: #e74c3c;
  font-weight: bold;
  font-size: 28px;
}
.count_box .table_box{
  color: #2A2A2A;
  font-size: 17px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  width: 730px;
}
.count_box .t_box{
  display: flex;
  align-items: center; /*上下居中*/
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.20);
}
.count_box .t1{
  background-color: #958e89;
  padding: 7px;
  border-radius: 5px;
  margin-right: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
}
.count_box .t2{
  width: 480px;
}
.count_box .t2 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.count_box .t2 li{
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  margin-left: 5px;
}
.count_box .t2 .ssl{
  color: #bf0002;
  text-align: right;
  font-size: 14px;
  padding-top: 2px;
}
.count_box .t3{
  text-align: center;
  flex: 1;
  font-weight: bold;
}
.count_box .t_color{
  background-color: #fdfaea;
  border: 2px solid #d1c4b0;
}
.count_box .t_color2{
  background-color: #FFFFFF;
}
.count_box .directions{
  padding: 20px;
  color: #282828;
  font-size: 16px;
  margin: 20px;
  border: 2px solid #D4D4D4;
  background-color: #FFFFFF;
  border-radius: 10px;
  line-height: 26px;
}
.count_box .host{
  padding-left: 5px;  
}
.count_box .t_connect{
  display: none;
}
.count_box .t_box_year{
  border: 3px solid #ffb100;
  border-radius: 5px;
  margin-bottom: 5px;
}
.count_box .year_title{
  background-color: #ffb100;
  color: #1F1F1F;
  font-size: 17px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.web_designer_c{
  padding: 15px;
  font-size: 18px;
  line-height: 34px;
  color: #1D1D1D;
}
.web_designer_c_title {
  text-align: center;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.web_designer_c_title h2{
  font-size: 28px;
  color: #333e48;
}
.web_designer_c h2{
  color: #e11d48;
  border-bottom: 2px solid #e11d48;
  text-align: left!important;
  font-size: 26px!important;
  margin-top: 40px;
  margin-bottom: 10px;
}
/* 網頁設計師頁面專屬表格美學優化 */
.designer_table {
  width: 100%;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 35px;
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.04), 0 2px 6px -2px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  border-collapse: collapse;
  background-color: #fffefc;
}
.designer_table td {
  padding: 20px 24px !important;
  line-height: 1.8 !important;
  font-size: 16px;
  color: #334155;
  transition: all 0.2s ease;
  border-top: 1px solid #e11d48;
}
.designer_table td strong{
  font-size: 18px;
}
.designer_table tr:first-child td {
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  background-color: #e11d48 !important;
  color: #ffffff !important;
  padding: 16px 20px !important;
}
.designer_table .td_left_line {
  border-left: 1px solid #e11d48;
  border-bottom: 1px solid #e11d48;
}
.designer_table tr:last-child .td_left_line {
  border-bottom: none !important;
}
.pw_box{
  background-color: #fffaf6;
  border: 1px solid #343434;
  margin-bottom: 20px;
  padding: 30px;
  background-image: url(/images/pc/pw.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.pw_box .t1{
  color: #cd6355;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
}
.pw_box .t2{
  color: #cd6355;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
}
.pw_box .t3{
  color: #303e59;
  font-size: 24px;
  font-weight: bold;
}
.pw_box .t4{
  color: #303e59;
  font-size: 24px;
  font-weight: bold;
}
.pw_box a{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #ebab53;
  text-decoration: none;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pw_in_box{
  background-color: #fffaf6;
  margin-bottom: 20px;
  padding: 30px;
  background-image: url(/images/pc/pw.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  text-align: center;
}
.pw_in_box .t1{
  color: #cd6355;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
}
.pw_in_box .t2{
  color: #cd6355;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
}
.pw_in_box .t3{
  color: #303e59;
  font-size: 24px;
  font-weight: bold;
}
.pw_in_box .t4{
  color: #303e59;
  font-size: 24px;
  font-weight: bold;
}
.pw_in_box a{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #ebab53;
  text-decoration: none;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: 10px;
}
.faq_box{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.faq_box .chapter{
  border: 1px solid #414141;
  width: 250px;
  padding: 10px;
  margin-left: 10px;
}
.faq_box .chapter .title1{
  font-size: 20px;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px;
  margin-bottom: 10px;
}
.faq_box .chapter .title2{
  font-size: 16px;
  font-weight: bold;
  background-color: #E4E4E4;
  padding: 5px;
  margin-bottom: 10px;
}
.faq_box .con{
  border: 1px solid #414141;
  flex: 1;
  font-size: 18px;
  line-height: 32px;
}
.faq_box .con li{
  font-size: 18px;
}
.faq_box .con span{
  background-color: #fff69f;
}
.faq_box .chapter ol{
  padding-left: 30px;
}
.faq_box .chapter li{
  font-size: 16px;
}
.faq_box .chapter li li::marker{
  content: counters(list-item,"-",list-item)" ";
  font-size: 15px;
  font-weight: bold;
  background-color: #000000;
}
.faq_box .chapter a{
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 14px;
  display: block;
}
.faq_box a:hover{
  color: #29af94;
}
.faq_box .h2_top{
  height: 50px;
}
.faq_box h1{
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 0px;
  line-height: 45px;
}
.faq_box h2{
  font-size: 26px!important;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: #f1f1f1;
  border-bottom: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
}
.faq_box .content{
  padding-right: 20px;
  padding-left: 20px;  
}
.price_table{
  border-collapse: collapse;
  background-color: #fffcf3;
}
.price_table td{
  border: 1px solid #5B5B5B;
  padding: 10px;
}
.recommend_table{
  border-collapse: collapse;
  border: 2px solid #3b6383;
}
.recommend_table_title{
  border-collapse: collapse;
  background-color: #3b6383;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}
.recommend_table_title a{
  color: #FFFFFF;
}
.recommend_table td{
  border: 1px solid #5B5B5B;
  padding: 10px;
}
.recommend_table tr:nth-child(even) {
    background-color: #fffcf3;
}
.text_code{
  height: 500px;  
}

#main .do_box1{
	height: 600px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	background-image: url(../images/pc/donate/banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
#main .do_box1 h1{
	font-size: 50px;
	margin-top: 200px;
}
#main .do_box1 h2{
	font-size: 22px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#main .do_box2 {
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
#main .do_box2_c {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
#main .do_box2_c h2{
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #375157;
  font-size: 25px;
}
#main .do_box2_c h2 img{
  width: 50px;
  margin-right: 20px;
}
#main .do_box3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f37578;
  text-align: center;
  color: #FFFFFF;
}
#main .do_box3 h2{
  font-size: 28px;
}
#main .do_box6{
  margin-left: auto;
  margin-right: auto;
  background-color: #99c9d3;
  padding: 10px;
  text-align: center;
}
#main .do_box6 h2{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  color: #FFFFFF;
  font-size: 28px;
}
#main .do_box6 h3{
	margin: 0px;
  padding: 5px;
	color: #FFFFFF;
  text-align: center;
}
.trust-badge-footer {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ABABAB;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 10px;
}
.trust-badge-footer .highlight {
  color: #af3c3c;
  font-weight: bold;
}
.trust-badge-footer strong {
  color: #6096ab;
}
/* FAQ 外層容器 */
.faq-section {
  padding-right: 20px;
  padding-left: 20px;
  width: 50%;  
}
.faq-section h2 { text-align: center; color: #333; margin-bottom: 30px; font-size: 1.8em; }

/* 單個問答區塊 */
.faq-item { border-bottom: 1px solid #ddd; background: #fff; }
.faq-item:first-child { border-top: 1px solid #ddd; }

/* 問題按鈕 */
.faq-question {
  font-size: 18px;
  width: 100%;
  padding: 20px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #000000;
  text-align: left;
  transition: color 0.3s;
}
.faq-question:hover { color: #803c00; }
.faq-question .faq-t{
  text-align: center;
  width: 100%;
}
/* 右側箭頭樣式 */
.faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    transform: rotate(45deg);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 15px;
    flex-shrink: 0;
}

/* 激活狀態下的箭頭 */
.faq-item.active .faq-arrow {
    transform: rotate(-135deg);
    border-color: #803c00;
}

/* 內容滑順展開核心 */
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}
.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}
.answer-content {
  overflow: hidden;
  color: #CCC2B0;
  line-height: 1.8;
  padding: 0 20px;
  transition: padding 0.4s ease;
  font-size: 16px;
  background-color: #333333;
  text-align: center;
}
.answer-content a{
  color: #FFFFFF;
}
.faq-item.active .answer-content {
    padding: 10px 20px 30px 20px; /* 展開後的間距 */
}
.n_box5_2 {
  display: flex;
  padding: 20px;
  align-items: flex-start;
}
.n_box5_3 {
  width: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 3px 0px hsla(0,0%,0%,0.10);
  box-shadow: 0px 0px 3px 0px hsla(0,0%,0%,0.10);
  margin-right: 20px;
  margin-left: 20px;
}
.faq_box2 {
  border-top: 1px solid #e2e8f0;
  margin-top: 60px;
  padding: 60px 20px;
  background-color: #f0f3f7;
}
.faq2-title {
  text-align: center;
  color: #1e293b;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.faq2-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 1800px;
  margin: 0 auto;
}
.faq2-item {
  border: 1px solid #f1f5f9;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  transition: all 0.3s ease;
  overflow: hidden;
}
.faq2-item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}
.faq2-question {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #1C2026;
  font-size: 17px;
  line-height: 24px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.faq2-question:hover {
  background-color: #faf8f5;
  color: #bfa17a;
}
.faq2-question span {
  flex: 1;
  text-align: left;
}
.faq2-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #22272E;
  line-height: 1.8;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq2-item.active .faq2-answer {
  max-height: 500px;
  padding: 20px 24px 24px 24px;
  border-top: 1px solid #f1f5f9;
}
.faq2-icon {
  font-size: 20px;
  line-height: 1;
  margin-left: 15px;
  color: #94a3b8;
  transition: all 0.4s ease;
}
.faq2-item.active .faq2-question {
  color: #bfa17a;
}
.faq2-item.active .faq2-icon {
  transform: rotate(45deg);
  color: #bfa17a;
}

.faq_pricing_container {
  padding: 0 15px;
}
.faq_pricing_main_title {
  text-align: center;
  font-size: 28px;
  color: #0056b3;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}
.faq_pricing_main_title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff6600;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faq_pricing_item {
  background: #fff;
  border: 1px solid #e1e8f0;
  border-left: 5px solid #0056b3; /* 左側強調線 */
  border-radius: 4px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.faq_pricing_question {
  margin: 0 0 15px 0;
  font-size: 19px;
  color: #004085;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.faq_pricing_question::before {
  content: "Q.";
  margin-right: 10px;
  color: #ff6600;
  font-size: 22px;
}
.faq_pricing_answer {
  line-height: 1.8;
  color: #2b2b2b;
  font-size: 17px;
  padding-left: 30px; 
}
.faq_pricing_answer strong {
  color: #d9534f; 
}
.faq_pricing_answer a {
  color: #0056b3;
  text-decoration: underline;
}
.faq_pricing_answer a:hover {
  color: #ff6600;
}
.faq-container-simple {
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-top: 3px solid #005c97; /* 配合月光創意的企業藍色調 */
}
.faq-head-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
}
.faq-block {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.faq-block:last-child {
    border-bottom: none;
}
.faq-q {
    font-size: 18px;
    color: #d32f2f; /* 強調問題，吸引目光 */
    margin-bottom: 10px;
    font-weight: bold;
}
.faq-a {
    font-size: 17px;
    color: #272727;
    line-height: 1.7;
    padding-left: 5px;
}
/* 容器設計 */
.guidance_container {
  max-width: 66rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* 卡片主體 */
.guidance_promo-card {
  background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%);
  border-left: 6px solid #e11d48;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .guidance_promo-card {
      flex-direction: row;
      text-align: left;
  }
}

.guidance_promo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* 標籤設計 */
.guidance_badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  background-color: #e11d48;
  margin-bottom: 1rem;
}

.guidance_badge svg {
  width: 12px;
  height: 12px;
  margin-right: 0.5rem;
}

/* 文字內容 */
.guidance_content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  color: #111827;
}

.guidance_highlight {
  color: #e11d48;
  display: inline-block;
}

.guidance_description {
  color: #343D49;
  line-height: 1.6;
  margin: 0;
  font-size: 18px;
}

.guidance_description strong {
  color: #e11d48;
}

/* 按鈕設計 */
.guidance_cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  background-color: #e11d48;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}

.guidance_cta-button:hover {
  background-color: #be123c;
  transform: scale(1.05);
}
.guidance_cta-button::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-25deg);
  animation: guidance_shimmer 3s infinite;
}
@keyframes guidance_shimmer {
  100% { left: 150%; }
}
.guidance_cta-button svg {
  width: 18px;
  height: 18px;
  margin-left: 0.75rem;
}
.guidance_footer-note {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #555555;
}
.pricing_type_box {
  z-index: 2;
  top: 64px;
  position: fixed;
  transform: translateY(-60px);
  transform-origin: top left; /* 從左上角開始縮放 */
  transition: all 0.3s ease;
  visibility: hidden;
  padding-left: 20px;
  width: 1260px;
}
.pricing_type_title {
  display: flex;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding-left: 150px;
}
.pricing_type_title .title1 {
  background-color: #f39c12;
  padding: 5px;
  width: 352px;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}
.pricing_type_title .title2 {
  background-color: #5d7d95;
  padding: 5px;
  width: 758px;
  text-align: center;
}
.pricing_tag_red{
  color: #e74c3c;
}
.web_pricing_table{
  width: 100%;  
}
@media screen and (max-width: 900px) {
  .web_pricing_table{
    width: 900px!important;
  }
  .scroll_hint {
    display: block!important;
  }
  
}

.table_container {
  overflow-x: auto;
  padding: 20px;
}
.li_project{
  margin: 0px;
  padding: 0px;
}
.li_project li{
  list-style: none;
  background-image: url(/images/pc/check.svg);
  background-repeat: no-repeat;
  background-position: left 12px;
  background-size: 15px 15px;
  padding-left: 25px;
}
.ol_project{
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
  padding-bottom: 0px;
}
.scroll_hint {
  background-color: #e1e1e1;
  color: #616161;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 18px;
  padding-left: 18px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  white-space: nowrap;
  width: 80%;
  margin-bottom: 5px;
  margin-top: 5px;
  animation: moveSideToSide 3s ease-in-out infinite;
}

/* 定義左右移動的動畫腳本 */
@keyframes moveSideToSide {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    75% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
.donate-faq-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 15px;
}
.donate-faq-title {
    text-align: center;
    color: #d32f2f;
    margin-bottom: 40px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.donate-faq-container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.donate-faq-item {
    border-bottom: 1px solid #f0f0f0;
}
.donate-faq-item:last-child {
    border-bottom: none;
}
.donate-faq-question {
    padding: 22px 25px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    background-color: #fafafa;
    position: relative;
    cursor: default;
    display: flex;
    align-items: center;
}
.donate-faq-question::before {
    content: "Q.";
    color: #d32f2f;
    margin-right: 12px;
    font-size: 1.3rem;
    font-style: italic;
}
.donate-faq-answer {
  padding: 20px 25px 25px 55px;
  color: #3A3A3A;
  background-color: #fff;
  font-size: 17px;
  line-height: 32px;
}
.donate-faq-answer p {
    margin: 0;
}
.donate-faq-answer strong {
    color: #d32f2f;
}
.author-profile-box {
  display: flex;
  gap: 30px;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-position: 0%;
  border: 1px solid #e1e8f5;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  align-items: center;
  background-image: -webkit-linear-gradient(315deg,rgba(255,255,255,1.00) 0%,rgba(248,250,255,1.00) 100%);
  background-image: -moz-linear-gradient(315deg,rgba(255,255,255,1.00) 0%,rgba(248,250,255,1.00) 100%);
  background-image: -o-linear-gradient(315deg,rgba(255,255,255,1.00) 0%,rgba(248,250,255,1.00) 100%);
  background-image: linear-gradient(135deg,rgba(255,255,255,1.00) 0%,rgba(248,250,255,1.00) 100%);
}
.author-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.author-label {
  font-size: 16px;
  font-weight: 800;
  color: #2988db;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}
.author-name {
  margin: 0;
  font-size: 24px;
  color: #1e293b;
}
.author-name small {
  font-weight: 400;
  font-size: 14px;
  color: #94a3b8;
  margin-left: 10px;
  display: inline-block;
}
.author-title {
  margin: 5px 0 15px;
  color: #475569;
  font-weight: 500;
}
.author-bio {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 20px;
}
.pd_search {
    max-width: 600px;
    margin: 30px auto;
    position: relative;
}
.search_flex_row {
    display: flex;
    flex-direction: row;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
}
.search_flex_row:focus-within {
    box-shadow: 0 10px 25px rgba(191,161,122,0.15);
    border-color: #bfa17a;
}
.relative_wrap {
    position: relative;
}
.dropdown_btn {
    width: 160px;
    height: 100%;
    padding: 12px 20px;
    background: #f8fafc;
    border: none;
    border-right: 1px solid #cbd5e1;
    border-radius: 30px 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #475569;
    outline: none;
    transition: background 0.2s;
}
.dropdown_btn:hover { background: #f1f5f9; }
.search_input_wrap {
    flex: 1;
    display: flex;
    align-items: center;
}
.search_input_wrap input {
    width: 100%;
    border: none !important;
    padding: 12px 24px !important;
    font-size: 15px !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1e293b;
}
.search_submit_btn {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 60px;
    outline: none;
    color: #94a3b8;
}
.search_submit_btn:hover {
    background-color: transparent;
}
.search_submit_btn:hover .search_icon {
    transform: scale(1.15);
    color: #bfa17a;
}
.search_icon {
    width: 18px;
    height: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}
.dropdown_menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 280px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226,232,240,0.8);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    z-index: 999;
    display: none;
    max-height: 380px;
    overflow-y: auto;
    border-radius: 12px;
}
.dropdown_menu::-webkit-scrollbar {
    width: 6px;
}
.dropdown_menu::-webkit-scrollbar-track {
    background: transparent;
}
.dropdown_menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.dropdown_menu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.dropdown_menu.show { display: block; animation: fadeInDown 0.3s ease-out; }
@keyframes fadeInDown {  
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.category_title {
  padding: 15px 20px 8px 20px;
  font-size: 18px;
  color: #bfa17a;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: left;
  border-bottom: 1px solid #cdd5dd;
  margin-top: 5px;
}
.dropdown_item {
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  color: #242E3D;
  text-align: left;
}
.dropdown_item:hover {
  background: #faf8f5;
  color: #755B38;
  padding-left: 25px;
}

.blog_citation {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #2988db;
  color: #474747;
  line-height: 1.6;
  border-radius: 0 4px 4px 0;
}
.blog_citation a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease;
}
.blog_citation a:hover {
    color: #2988db; 
    border-bottom-color: #2988db;
}

/* ==========================================================================
   網頁設計公司推薦頁面專用精美樣式 (Aesthetic Optimization)
   ========================================================================== */

/* 1. 高質感 CTA 諮詢轉化區塊 */
.recommend_cta_box {
  background: linear-gradient(135deg, #1f2d3d 0%, #0d1520 100%);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  margin: 40px auto;
  max-width: 1000px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}
.recommend_cta_box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(177,158,134,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.recommend_cta_title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.recommend_cta_desc {
  color: #c5c5c5;
  font-size: 16px;
  max-width: 750px;
  margin: 0 auto 25px;
  line-height: 1.6;
}
.recommend_cta_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta_btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.cta_btn_line {
  background-color: #06C755;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(6,199,85,0.3);
}
.cta_btn_line:hover {
  background-color: #05b04b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6,199,85,0.4);
}
.cta_btn_price {
  background-color: #b19e86;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(177,158,134,0.3);
}
.cta_btn_price:hover {
  background-color: #9d8a73;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(177,158,134,0.4);
}

/* 2. 避坑警示卡片 */
.avoid_card_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 25px 0 40px;
}
.avoid_card {
  background-color: #fff;
  border-left: 5px solid #e74c3c;
  padding: 20px 25px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.avoid_card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.avoid_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #c0392b;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.avoid_card_desc {
  font-size: 16px;
  color: #323232;
  line-height: 1.6;
}

/* 3. 專業指南卡片 */
.guide_card_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 25px 0 40px;
}
.guide_card {
  background-color: #fff;
  border-left: 5px solid #3b6383;
  padding: 20px 25px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.guide_card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.guide_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #3b6383;
  margin: 0 0 8px 0;
}
.guide_card_desc {
  font-size: 16px;
  color: #323232;
  line-height: 1.6;
}

/* 4. 價格級別與總結小標題 */
.price_level_title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 30px 0 15px 0;
}

/* 行動裝置適應優化 */
@media screen and (max-width: 767px) {
  .recommend_cta_box {
    padding: 30px 20px;
    margin: 25px auto;
  }
  .recommend_cta_title {
    font-size: 20px;
  }
  .recommend_cta_desc {
    font-size: 14px;
  }
  .cta_btn {
    padding: 10px 25px;
    font-size: 14px;
    width: 100%;
  }
  .recommend_cta_buttons {
    gap: 12px;
  }
}

