@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
/*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Sans TC', sans-serif;

	}



	/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-size: 100px 100px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:50px;
	height:50px;
	display:none;
  bottom:104px;
  right:80px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}


.btn{
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 86px;
	gap: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	border-radius: 100px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFEFB;
	border: none;
	cursor: pointer;
	white-space:nowrap;
	position: relative;
	z-index: 10;
	line-height: initial !important;
}

.btn:hover{
	 opacity:0.8;
}

.blue_btn{
	background: #2CB7AA;
}

.red_btn{
	background: #CF4119;
}

.white_btn{
	background: #FFFEFB;
	color: #768F45;
}



.green_btn{
	background: #768F45;
}

.btn_top{
	margin-top: 40px;
}


.origin_btn{
	background: none;
	border: 1px solid #8E8A62;
	color: #8E8A62;
}
.input_label {
	display: inline-block;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.1em;
color: #3E231E;
text-align: left;
margin-top: 40px;
}

.input_check_label{
	display: inline-block;
	width: 300px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #666666;
text-align: left;
margin-top: 40px;
margin-bottom: 5px;
}

.input_hint{
  font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #C5421D;
}

.input_style{
	display: inline-block;
	width: 300px;
	height: 34px;
	background: #FFFEFB;
	border: 1px solid #E9E6CA;
	border-radius: 10px;
	color: #8E8A62;
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.input_style:focus {
	border: 1px solid #657A3C;
	color: #657A3C;
}

.input_style.error {
	border: 1px solid #C5421D;
	color: #C5421D;
}

.disabled{
	background: #ECECEC;
border: 1px solid #E9E6CA;
color: #666666;
}
.note_link{
	font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: right;
letter-spacing: 0.1em;
color: #32AEA2;
}

.note_link.rt{
	float: right;
}

.sys_input{
	display: inline-block;
	width: 100%;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #3E231E;
}

.sys_input.txt{
	margin-top: 40px;
}
.hint_green{
	color: #768F45;
}
.first_btn{
	margin-right: 50px;
}




.mid_content{
	display: inline-block;
	width: 1440px;
	text-align: center;
	position: relative;
	z-index: 1;
}



#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	}



#HEADER{
	position: fixed;
	width:100%;
	height: 56px;
  z-index: 10;
  top:0px;
  left: 0px;
  text-align: center;
  background: #FAF8F5;
  border-top: #F5B724 4px solid;
  display: none;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.05));
}

#HEADER.show{
	display: block;
}



#logo{
	display: inline-block;
	width: 100px;
	margin-top: 60px;
}

#logo_small{
	float: left;
	width: 104px;
	margin-top: 10px;
	position: relative;
	z-index: 2;	
}



#KV{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	height: 750px;
	background: #FAF8F5;
	text-align: center;
}

#index_nav_wrap{
	float: right;
	z-index: 9;
	width: 317px;
	text-align: center;
}

#index_nav{
	float: left;
	width: 317px;
	height: 495px;
	background: #9AB834;
	margin-top: 45px;
	border-radius: 50px 200px 0px;
	text-align: center;
	display: table;
	position: relative;
	z-index: 10;
}

#index_nav .ct{
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

#index_nav .ct a{
	display: inline-block;
	width: 60px;
}

#index_nav .ct a.mid{
	margin-top: 30px;
	margin-bottom: 30px;
}

#index_nav .ct a:hover{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); // IE 5-7
  -moz-opacity:0.8;
  opacity: 0.8;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#index_nav .ct a img{
	width: 100%;
}

.index_kv{
	position: absolute;
	z-index: 0;
	height: 100%;
	bottom:0px;
	left: 0px;
}

.arrow_down{
	position: absolute;
	z-index: 3;
	width: 48px;
	left: 50%;
	bottom:30px;
	margin-left: -24px;
	cursor: pointer;
}
.arrow_down:hover{
	 filter: invert(53%) sepia(4%) saturate(5547%) hue-rotate(39deg) brightness(77%) contrast(70%);
}



.kv_slogan{
	float: left;
	width: 550px;
	position: relative;
	z-index: 1;
	text-align: left;
	margin-top: 328px;
	margin-left: 220px;
}



.kv_slogan h1{
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 66px;
	letter-spacing: 0.2em;
	color: #3E231E;
}


.kv_slogan h2{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1em;
}


.cookie_hint{
	position: fixed;
	z-index: 3;
	width: 574px;
	background: #768F45;
	border-radius: 30px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    display: table;
    left: 30px;
    bottom: 30px;
}

.cookie_hint .txt{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
		font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: #FFFEFB;
	padding-right: 20px;
}
.cookie_hint .btn_wrap{
	display: table-cell;

}



.quick_link{
	position: fixed;
	z-index: 4;
	right: 10px;
	bottom: 10%;
	width: 130px;
	cursor: pointer;
}

.quick_link img{
	width: 100%;
}

.quick_link:hover{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); // IE 5-7
  -moz-opacity:0.8;
  opacity: 0.8;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:30px;
	right:20px;
  	z-index:4;
	}	

#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}

#nav-icon3.light span{
  background: #CDCAAD;
}

#nav-icon3.dark span{
  background: #CDCAAD;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2){
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #CDCAAD;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



#NAV{
	float: left;
	position: absolute;
	z-index: 1;
	top:0px;
	left: 0px;
	width: 100%;
	height: 56px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
}


#NAV.reveal{
	right:0px;
	}	





nav{
	display: inline-block;
	width: 100%;
	height: 56px;
	text-align: center;
	position: relative;
	z-index: 1;
}



nav a {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
		font-weight: 700;
		font-size: 14px;
		line-height: 56px;
		letter-spacing: 0.2em;
		color: #3E231E;
}


nav .member_btn {
	float: right;
	padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
}

nav a span{
	display: none;
}


nav .button {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
		font-weight: 700;
		font-size: 14px;
		line-height: 56px;
		letter-spacing: 0.2em;
		color: #3E231E;
}


nav .button span {
	display: none;
}

nav a img, .button img {
	width: 22px;
	height: 22px;
}




nav a:hover {
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); // IE 5-7
  -moz-opacity:0.8;
  opacity: 0.8;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.status_btn{
	position: relative;
}

.status_box{
	position: absolute;
	z-index: 3;
	top:40px;
	right: 10px;
	background: #FAF8F5;
		box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
		border-radius: 20px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    display: none;
    overflow: hidden;
}
.status_box.show{
    display: block;
}

.status_box.fix_padding{
	padding: 0px;
}
.status_div{
	display: inline-block;
	width: 100%;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: #EBEAE2 1px solid;
    white-space:nowrap;
    text-align: left;
}
.member_name{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px !important;
	color: #3E231E;
}
.member_name p{
	width: 100%;
	font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px !important;
color: #3E231E;
letter-spacing: 0.1em;
margin-top: 10px;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.member_link{
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 26px !important;
letter-spacing: 0.1em;
color: #3E231E
}

.logout{
	background-image: url('../images/union.png');
	background-color: #FAF8F5;
	background-size: 22px 22px;
	background-position: left 20px center;
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #888888;
	padding-left: 50px;
	border: none;
	cursor: pointer;
}

.logout:hover{
	opacity: .8;
}

section {
 float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px;
    overflow: hidden;
}

.article_sec{
	background: #FFFEFB;
	 padding: 145px 30px 145px 30px;
}
.article_sec:after{
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30%;
	background: #FAF8F5;

}


.gray_color{
	background: #F3F2EE;
}

.khaki_color{
	background: #FFFEFB;
}

.brown_color{
	background: #FAF8F5;
}


.column{
	position: relative;
}

.table_view{
	display: table;
}
.table_view .ct{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.sec_grid_wrap {
  display: grid;
  grid-template-columns: 50% 50%;
}

.block_title{
	display: inline-block;
	font-style: normal;
	width: 100%;
	text-align: center;
font-weight: 600;
font-size: 28px;
line-height: 46px;
letter-spacing: 0.2em;
color: #3E231E;
margin-bottom: 21px;
}
.block_icon{
		display: inline-block;
		width: 22px;
		margin-bottom: 21px;
}

.block_subtitle{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.1em;
color: #382720;
}

.block_des{
			display: inline-block;
		width: 400px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
text-align: center;
letter-spacing: 0.05em;
color: #888888;
margin-bottom: 21px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;

}

.block_img{
	position: absolute;
	width: 100%;
	bottom:0px;
	left: 0px;
	z-index: 0;
}



.sec_curve{
	position: absolute;
	z-index: 1;
	width: 346px;
	top: 0px;
}
.sec_curve.left{
	left: 0px;
}
.sec_curve.right{
	right: 0px;
}

.cover_slider_wrap{
	float: left;
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
}

.cover_slider{
	float: left;
	width: 100%;
}

.cover_slider li img{
	width: 100%;
}

.cover_des{
	float: left;
	width: 100%;
	height: 150px;
	display: table;
	margin-top: -5px;
	border-radius: 0px 0px 20px 20px;
}
.cover_des .ct{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
		font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #FFFEF2;
}
.cover_des .ct span{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.1em;
}

.indexMap{
	float: left;
	width: 100%;
}

.blue_bg{
	background: #2CB7AA;
}
.red_bg{
	background: #CF4119;
}



.banner{
	float: left;
	width: 100%;
	height: 426px;
	margin-top: 56px;
	text-align: center;
	position: relative;
	z-index: 0;
}


.path{
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.path li{
  display: inline-block;
  font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #FFFEFB;
}

.path li a{
  display: inline-block;
  font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	color: rgba(255, 254, 251, 0.8);
}


.path li a:hover{
	color: rgba(255, 254, 251, 1);
}

.path.dark li{
	color: #3E231E;
}
.path.dark li a{
	color: #A4A4A4;
}
.path.dark li a:hover{
	color:#3E231E;

}

.banner_slogan{
	float: left;
	width: 500px;
	text-align: left;
	position: relative;
	z-index: 1;
	margin-top: 100px;
}
.banner_slogan h1{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.2em;
	color: #FFFEFB;
}
.banner_slogan h2{
	display: inline-block;
	vertical-align: middle;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.2em;
color: #FAF8F5;
margin-left: 20px;
}

.banner_slogan p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.1em;
color: #E9E6CA;
margin-top: 30px;
}

.banner_img{
	position: absolute;
	z-index: 0;
	height: 100%;
	top:0px;
	right: 0px;
}


.sec_title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 36px;
text-align: center;
letter-spacing: 0.2em;
color: #3E231E;
position: relative;
z-index: 1;
}

.sec_des{
	display: inline-block;
	width: 900px;
	text-align: center;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
text-align: center;
letter-spacing: 0.06em;
color: #888888;
margin-top: 50px;
position: relative;
z-index: 1;
}

.article_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	position: relative;
z-index: 1;
}
.article_item{
	display: inline-block;
	vertical-align: top;
	margin: 20px;
}

.a_50{
	width: 478px;
}
.a_30{
	width: 305px;
}

.article_item .article_item_cover{
	float: left;
	width: 100%;
	height: 305px;
	border-radius: 20px;
	overflow: hidden;
}

.article_item .article_item_cover:hover{
	filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.15));
}


.article_btn{
	display: inline-block;
	margin-top: 20px;
}
.article_btn span{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.1em;
color: #3E231E;
}
.article_btn .icon{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	margin-left: 15px;
}
.article_btn:hover{
	color: #657A3C;
	filter: invert(46%) sepia(29%) saturate(715%) hue-rotate(39deg) brightness(89%) contrast(83%);
}


.path_wrap{
	float: left;
	width: 100%;
	margin-top: 56px;
	text-align: center;
}

.white_box{

	width: 1000px;
	background: #FFFEFB;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:60px;
}



.full_column{
	position: relative;
	grid-column: 1 / 3;
	margin-bottom: 40px;
}

.password_column{
	position: relative;
	grid-column: 1 / 3;
}

.w_column{
	position: relative;
}
.w_column.first-child{
	border-right: #E9E6CA 1px solid;
}

.f_title{
	font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 45px;
text-align: center;
letter-spacing: 0.1em;
color: #3E231E;
}

.f_des{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: center;
letter-spacing: 0.1em;
color: #8E8A62;
margin-top: 8px;
}



.step_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.step_box{
		display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 80px;
}
.step_box p{
	display: inline-block;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #B4B4B4;
margin-top: 5px;
}

.step{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: none;
	border: 1.4px dashed #B4B4B4;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
	font-style: normal;
	border-radius: 25px;
	font-weight: 600;
	font-size: 24px;
	line-height: 50px;
	color: #B4B4B4;
}


.step_box.current .step{
	background: #768F45;
	border: 1px solid #FFFEFB;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
	color: #FFFEFB;
}

.step_box.current p{
color: #768F45;
}

.dash{
	display: inline-block;
	vertical-align: middle;
	border-top: 1.4px dashed #989898;
	width: 210px;
	height: 1px;
}




.announcement_body{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 50px;
}



.announcement_body h1{
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.1em;
	color: #382720;
	margin-bottom: 20px;
}

.announcement_body h2{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #777777;
	margin-bottom: 20px;
}

.announcement_body p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #777777;
	margin-bottom: 20px;
}

.announcement_body .dot_list{
	margin-bottom: 20px;
}

.announcement_body .dot_list li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #777777;
}



#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
  background: #FAF8F5;
}


.site_map_wrap{
	float: right;
		width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 57px;
	text-align: right;
	margin-top: 80px;
}


.site_map{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-right: 70px;
}

.site_map h2{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #382720;
}

.site_map ul{
	display: inline-block;
}

.site_map ul li{
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-top: 15px;
}
.site_map ul li a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

.block_top{
	margin-top: 40px;
}
.site_map ul li a:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); // IE 5-7
  -moz-opacity:0.8;
  opacity: 0.8;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.ft_curve{
	float: right;
	width: 650px;
}


.ft_img{
	position: absolute;
	z-index: 0;
	height: 100%;
	left: 0px;
	bottom:0px;
	opacity: .1;
}


.copyright{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: right;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 70px;
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 22px;
		color: #AA9E9A;
	margin-top: 80px;
	margin-bottom: 20px;
}



@media screen and (max-width: 1480px) {


.mid_content{
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
}


.banner{
	float: left;
	width: 100%;
	height: 426px;
	margin-top: 56px;
	text-align: center;
	position: relative;
	z-index: 0;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

#HEADER{
	position: fixed;
	width:100%;
	height: 56px;
  z-index: 10;
  top:0px;
  left: 0px;
  text-align: center;
  background: #FAF8F5;
  border-top: #F5B724 4px solid;
  display: none;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.05));
  			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.path_wrap{
	float: left;
	width: 100%;
	margin-top: 56px;
	text-align: center;
					-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
}


}




@media screen and (max-width: 1200px) {


	.kv_slogan{
		float: left;
		width: 400px;
		position: relative;
		z-index: 1;
		text-align: left;
		margin-top: 328px;
		margin-left: 100px;
	}

	.kv_slogan h1{
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 54px;
		letter-spacing: 0.1em;
		color: #3E231E;
	}


	.kv_slogan h2{
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.1em;
	}

.block_des{
			display: inline-block;
		width: 100%;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
text-align: center;
letter-spacing: 0.05em;
color: #888888;
margin-bottom: 21px;

}

.sec_des{
	display: inline-block;
	width: 100%;
	text-align: center;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
text-align: center;
letter-spacing: 0.06em;
color: #888888;
margin-top: 50px;
position: relative;
z-index: 1;
}

}

@media screen and (max-width: 1040px) {
.white_box{

	width: 100%;
	background: #FFFEFB;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	display: inline-block;
	width: 100%;
	grid-template-columns: 50% 50%;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px;
}


.w_column{
	display: inline-block;
	width: 100%;
	position: relative;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.w_column.first-child{
	border-right: none;
	border-bottom: #E9E6CA 1px solid;
	padding-top: 0px;
}

.input_label {
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.1em;
color: #3E231E;
text-align: left;
margin-top: 40px;
}

.input_style{
	display: inline-block;
	width: 100%;
	height: 34px;
	background: #FFFEFB;
	border: 1px solid #E9E6CA;
	border-radius: 10px;
	color: #8E8A62;
	margin-top: 8px;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}


.full_column{
	position: relative;
	grid-column: 1 / 3;
	margin-bottom: 0px;
}


}

@media screen and (max-width: 820px) {

.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  	z-index:4;
	}	

#NAV{
	float: left;
	position: fixed;
	z-index: 1;
	top:-600px;
	left: 0px;
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
	background: #FAF8F5;
}


#NAV.reveal{
	top:53px;
	}	




nav{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 1;
}



nav a {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: #EBEAE2 1px solid;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.1em;
		color: #3E231E;
}


nav a:last-child {
    border-bottom: none;
}

nav a span{
	display: block;
}




nav .button {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 0px;
    border-bottom: #EBEAE2 1px solid;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.1em;
		color: #3E231E;
		background: #FFFEFB;
}


nav .button span {
	display: block;
}

nav .member_btn {
	float: none;
	padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}


nav a img, nav .button img {
	display: none;
	width: 22px;
	height: 22px;
}

.status_box{
	position: relative;
	z-index: 3;
	top:0px;
	right: 0px;
	display: inline-block;
	width: 100%;
	background: #FFFEFB;
		box-shadow:none;
		border-radius: 0px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    display: block;
}
.status_box.show{
    display: block;
}


	#index_nav_wrap{
		float: right;
		z-index: 9;
		width: 317px;
		text-align: center;
		display: none;
	}

	#HEADER{
		position: fixed;
		width:100%;
		height: 52px;
	  z-index: 10;
	  top:0px;
	  left: 0px;
	  text-align: center;
	  background: #FAF8F5;
	  border-top: #F5B724 4px solid;
	  display: block;
	  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.05));
	}
		#HEADER.cover{
		height: 100%;
	}
		#HEADER.cover:after{
			content: '';
	position: absolute;
	z-index: 0;
	top:56px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .8;
	}


	#logo_small{
	float: left;
	width: 104px;
	margin-top: 10px;
	position: relative;
	z-index: 2;	
}

	#KV{
		position: relative;
		z-index: 1;
		float: left;
		width: 100%;
		height: auto;
		background: #FAF8F5;
		text-align: center;
		overflow: hidden;
	}

	.arrow_down{
		position: absolute;
		z-index: 3;
		width: 48px;
		left: 50%;
		bottom:30%;
		margin-left: -24px;
		cursor: pointer;
	}

	.kv_slogan{
		float: none;
		display: inline-block;
		width: 100%;
		position: relative;
		z-index: 1;
		text-align: center;
		margin-top: 206px;
		margin-left: 0px;
	}

	.index_kv{
		position: relative;
		z-index: 0;
		width: 100%;
		height: auto;
		bottom:0px;
		left: 0px;
		margin-top: 10px;
	}	


.cookie_hint{
	position: fixed;
	z-index: 3;
	width: 335px;
	background: #768F45;
	border-radius: 30px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    left: 50%;
    margin-left: -167px;
    bottom: 30px;
}

.cookie_hint .txt{
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
		font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: #FFFEFB;
	padding-right: 0px;
	padding-bottom: 20px;
}
.cookie_hint .btn_wrap{
		display: inline-block;
	width: 100%;
	text-align: center;

}




.site_map_wrap{
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
	text-align: right;
	margin-top: 80px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 50px 0px 50px;
}


.site_map{
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 40px;
}

.site_map h2{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #382720;
}


.ft_curve{
	float: right;
	width: 650px;
	display: none;
}


.ft_img{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: auto;
	left: 0px;
	bottom:0px;
	opacity: .1;
}


.copyright{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 22px;
		color: #AA9E9A;
	margin-top: 40px;
	margin-bottom: 20px;
}



.sec_grid_wrap {
  display: inline-block;
  width: 100%;
  grid-template-columns: 50% 50%;
}

.txt_block{
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 90px;
}

.sec_curve.left{
	left: -200px;
}
.sec_curve.right{
	right: -200px;
}


.banner{
	float: left;
	width: 100%;
	height: 334px;
	margin-top: 52px;
	text-align: center;
	position: relative;
	z-index: 0;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.banner_img{
	position: absolute;
	z-index: 0;
	height: 122px;
	top:0px;
	right: 0px;
}


.banner_slogan{
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
	margin-top: 80px;
}
.banner_slogan h1{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
font-weight: 700;
font-size: 26px;
line-height: 30px;
letter-spacing: 0.2em;
color: #FFFEFB;
}
.banner_slogan h2{
	display: inline-block;
	vertical-align: middle;
		width: 100%;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.2em;
color: #FAF8F5;
margin-left: 0px;
margin-top: 16px;
}

.banner_slogan p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.1em;
color: #E9E6CA;
margin-top: 20px;
}

.article_sec{
	background: #FFFEFB;
	 padding: 60px 30px 60px 30px;
}

.sec_title{
	display: inline-block;
	width: 100%;
	text-align: center;
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 36px;
text-align: center;
letter-spacing: 0.2em;
color: #3E231E;
position: relative;
z-index: 1;
}

.sec_des{
	display: inline-block;
	width: 100%;
	text-align: center;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
text-align: center;
letter-spacing: 0.06em;
color: #888888;
margin-top: 30px;
position: relative;
z-index: 1;
}

.article_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top:10px;
	position: relative;
z-index: 1;
}
.article_item{
	display: inline-block;
	vertical-align: top;
	margin: 20px 0px 20px 0px;
}

.a_50{
	width: 100%;
}
.a_30{
	width: 100$;
}



.step_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.step_box{
		display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 60px;
}
.step_box p{
	display: inline-block;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #B4B4B4;
margin-top: 5px;
}

.step{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: none;
	border: 1.4px dashed #B4B4B4;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
	font-style: normal;
	border-radius: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	color: #B4B4B4;
}


.dash{
	display: inline-block;
	vertical-align: middle;
	border-top: 1.4px dashed #989898;
	width: 40px;
	height: 1px;
}
.first_btn{
	margin-right: 0px;
}


.announcement_body{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 0px;
}


.announcement_body h1{
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #382720;
	margin-bottom: 20px;
}

}


@media screen and (max-width: 480px) {




.goTop{
	position:fixed;
	z-index:100;
	width:50px;
	height:50px;
	display:none;
  bottom:80px;
  right:16px;
	}




}






/**20260210 tom 文章新增**/
.block_sec{
	display: inline-block;
	text-align: center;
	margin-top: 56px;
}

.article_mid_content{
	display: inline-block;
	width: 1024px;
	text-align: center;
	position: relative;
	z-index: 1;
}


.article_inner{
	display: inline-flex;
	width: 100%;
    align-items: stretch;
    gap: 80px; 
	margin-top: 80px;
	margin-bottom: 80px;
}
.inner_left{
  flex: 0 0 200px;
  width: 220px; 
}
.inner_right{
  flex: 1;         
  min-width: 0;
}
.sideMenu {
  width: 100%;
  max-width: 220px;
}

/* ===== CKEditor 內容隔離區 ===== */
.ck-content-wrap {
  text-align: initial;
  font: initial;
  color: initial;
  line-height: initial;
}

/* 只重置 CK 內容內部元素，避免吃到外部 reset */
.ck-content-wrap :where(*) {
  all: revert;
  box-sizing: border-box;
}

/* 再補回你希望的基本排版（很重要） */
.ck-content-wrap {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

/* 常用元素基本樣式（可依需求調整） */
.ck-content-wrap p { margin: 0 0 1em; }
.ck-content-wrap h1 { font-size: 2em; margin: 0.67em 0; font-weight: 700; }
.ck-content-wrap h2 { font-size: 1.5em; margin: 0.83em 0; font-weight: 700; }
.ck-content-wrap h3 { font-size: 1.25em; margin: 1em 0; font-weight: 700; }
.ck-content-wrap ul, .ck-content-wrap ol { margin: 0 0 1em 1.5em; }
.ck-content-wrap a { color: #0a66c2; text-decoration: underline; }
.ck-content-wrap img { max-width: 100%; height: auto; display: block; }
.ck-content-wrap table { border-collapse: collapse; width: 100%; }


/* 每一列 */
.sideMenuItem {
  --arrow-color: rgba(62, 35, 30, 0.7); 
  --text-color: #3E231E;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
text-align: left;
  padding: 10px 0;
  color: var(--text-color);
  text-decoration: none;
  line-height: 1.5;
  font-size: 18px;
  font-weight: normal;
}

/* 右側箭頭 */
.sideMenuItem::after {
  content: "";
  flex: 0 0 29px;
  width: 29px;
  height: 15px;

  
  background: var(--arrow-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='15' viewBox='0 0 29 15'%3E%3Cpath d='M21.6681 0L20.0505 1.68254L24.1268 5.93254H0V8.31349H24.1268L20.0505 12.5635L21.6681 14.25L28.5 7.12302L21.6681 0Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='15' viewBox='0 0 29 15'%3E%3Cpath d='M21.6681 0L20.0505 1.68254L24.1268 5.93254H0V8.31349H24.1268L20.0505 12.5635L21.6681 14.25L28.5 7.12302L21.6681 0Z'/%3E%3C/svg%3E")
    no-repeat center / contain;

  transition: transform 0.2s ease, background-color 0.2s ease;
}

/* hover / 鍵盤 focus */
.sideMenuItem:hover,
.sideMenuItem:focus-visible {
  outline: none;
}

.sideMenuItem:hover::after,
.sideMenuItem:focus-visible::after {
  transform: translateX(2px);
}




.article_h1{
	font-size: 28px;
	color: #3E231E;
	line-height: 1.4;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.article_inner_cover{
	width: 100%;
	margin-bottom: 20px;
}

.article_link_btn{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 86px;
	gap: 10px;
	background: #2CB7AA;
	border-radius: 100px;
	font-size: 18px;
	color: #FFFEFB;
	font-weight: 600;
	box-sizing: border-box;
	margin-top: 40px;
}

.article_link_btn:active, .article_link_btn:hover {
  background: #19756c;
  transition: transform 0.2s ease, background-color 0.2s ease;
}


.floatmenu{
	position:fixed;
	display: flex;
	flex-direction: column;
	gap: 5px;
	z-index:100;
	width:50px;
	bottom:159px;
    right:80px;
}


.floatmenu a{
	width:100%;
}
.floatmenu a img{
	width:100%;
}
.floatmenu a:hover img,
.floatmenu a:focus-visible img{
  opacity: .9;
}

.footer_animal{
	position: absolute;
	width: 380px;
	left: 80px;
	top:-130px
}



/* 區塊外層 */
.article_product_info_wrap{
  display: flex;
  align-items: flex-start;
  gap: 30px;                 /* 圖與文字間距 */
  width: 100%;
  margin: 24px 0 40px;
}

/* 左側商品圖 */
.article_product_cover{
  width: 360px;              /* 依截圖比例 */
  max-width: 100%;
  aspect-ratio: 1 / 1;       /* 固定正方形 */
  object-fit: cover;
  display: block;
  flex: 0 0 360px;
}

/* 右側資訊 */
.article_product_info{
  flex: 1;
  min-width: 0;
  color: #3E231E;
  text-align: left;
  margin-top: 20px;
}



/* 摘要區 */
.article_product_summary{
  margin-bottom: 28px;
  color: #8A8A8A;
}

/* 「產品摘要：」 */
.article_product_summary p:first-child{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  color: #3E231E;
}

/* 內容文字 */
.article_product_summary p:last-child{
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #888888;
}

/* 立即購買按鈕 */
.article_product_buy{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 86px;
  background: #CF4119;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background-color .2s ease, transform .2s ease;
}




.article_product_buy:hover,
.article_product_buy:focus-visible{
  background: #ECB22E;
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}


@media (max-width: 768px){
  .article_product_info_wrap{
    flex-direction: column;
    gap: 18px;
    margin: 12px 0 24px;
  }

  .article_product_cover{
    width: 100%;
    flex-basis: auto;
  }

  .article_product_info{
	border-bottom: #D9D9D9 1px solid;
	padding-bottom: 50px;
}

  .article_product_summary{
    margin-bottom: 18px;
  }

  .article_product_summary p:first-child{
    font-size: 20px;
    margin-bottom: 6px;
  }

  .article_product_summary p:last-child{
    font-size: 17px;
    line-height: 1.8;
  }

  .article_product_buy{


    display: flex;
    width: calc(100% - 24px);     /* 左右留白 */
    margin: 0 auto;
    justify-content: center;
  }
}


@media screen and (max-width: 1024px) {
.article_mid_content{
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}

}



@media screen and (max-width: 820px) {
.block_sec{
	margin-top: 52px;
}

}

@media screen and (max-width: 680px) {

.article_inner{
	flex-direction: column-reverse;
    gap: 80px; 
	margin-top: 50px;
}
  .inner_left,
  .inner_right{
    width: 100%;
    flex: 0 0 auto;
  }

  .floatmenu{
	position:fixed;
	z-index:100;
	width:40px;
	bottom:135px;
    right:20px;
}

.footer_animal{
	position: absolute;
	width: 200px;
	left:20px;
	top:-60px
}


}