* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: Open Sans;
	src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

body {
	font-family: Open Sans, Verdana, Arial, '思源黑體', '微軟正黑體', '新細明體';
	color: #000;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 36px;
	line-height: 1.5em;
}

h2 {
	font-size: 24px;
	line-height: 1.5em;
}

h3 {
	font-size: 20px;
	line-height: 1.5em;
}

h4 {
	font-size: 28px;
	line-height: 1.5em;
}

p {
	font-size: 16px;
	line-height: 1.5em;
}

img {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
}

button {
	outline: 0;
}

input[type=text],
input[type=password],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.container-fluid {
	width: 100%;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 50px;
}

.html_edit {
	width: 100%;
	overflow: hidden;
}

.html_edit table {
	table-layout: fixed;
}

.html_edit a {
	color: #d06e13;
	text-decoration: underline;
}

.html_edit a:hover {
	text-decoration: none;
}

.no_ul,
.no_ul>li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.table_block {
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}

.table_row {
	display: table-row;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.table_block .table_cell img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.flex_center {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.hidden {
	display: none !important;
}

/*三角超連結*/
a.common_tri_link {
	color: #d06e13;
	padding-left: 15px;
	position: relative;
}

a.common_tri_link:hover {
	text-decoration: none;
}

a.common_tri_link:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	color: #e9d764;
	position: absolute;
	top: 0;
	left: 0;
}


/*pc隱藏項目*/
.display_none {
	display: none;
}

@media screen and (min-width: 1260px) {
	.hidden_t {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.hidden_pc {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.hidden_m {
		display: none !important;
	}
}

html.noscroll,
body.noscroll {
	overflow: hidden;
	height: 100%;
}

body.noscroll {
	width: 100%;
	position: fixed;

}

body.noscroll .header_logo,
body.noscroll .container_block,
body.noscroll .footer_container_block {
	filter: blur(6px);
	-webkit-filter: blur(6px);
}

@media screen and (max-width: 1259px) {
	.container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 30px;
	}

	.container {
		padding: 0 10px;
	}

	.hidden_mobile {
		display: none !important;
	}

	body.noscroll .header_logo,
	body.noscroll .container_block,
	body.noscroll .footer_container_block {
		filter: blur(0);
		-webkit-filter: blur(0);
	}

}

/*遮罩層*/
.overlay {
	display: none;
	position: fixed;
	z-index: 10;
	background-color: #000;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	width: 100%;
	height: 100%;

}

/*--- Header start ---*/
.header_block {
	position: fixed;
	z-index: 500;
	background: transparent;
}

.header_block .container {
	position: relative;
	padding: 0;
	background: transparent;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: all;
	transition-property: all;
	transition-property: all;
	transition-property: all;
}

.header_logo {
	/*background: #fff;*/
	background: rgba(255, 255, 255, 0.75);
	width: 250px;
	height: 110px;
}

.header_logo img {
	width: 170px;
	height: 40px;
}

.header_block,
.header_logo,
.header_logo img {
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: all;
	transition-property: all;
	transition-property: all;
	transition-property: all;
}

/*header scroll樣式*/
.header_block.scroll_type {
	height: 56px;
	background: #fff;
}

.scroll_type .header_logo {
	width: 185px;
	height: 56px;
}

.scroll_type .header_logo img {
	width: 120px;
	height: 30px;
}

.resident_list {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

.resident_list li {
	float: right;

}

.resident_list li button {
	display: block;
	width: 63px;
	height: 56px;
	background: #313131;
	color: #fff;
	line-height: 56px;
	text-align: center;
	font-size: 24px;
	margin-left: 1px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.resident_list li button span {
	width: 24px;
	position: absolute;
	top: 0;
	right: 19.5px;
}

.resident_list li button i {
	color: inherit;
}

.resident_list li button:hover {
	background: #d06e13;
}

/*header search*/
.header_search_block {
	position: relative;

}

.header_search_btn .normal_type {
	display: block;
	margin: 0 auto;
}

.header_search_btn.active .normal_type {
	display: none;
}

.header_search_btn .active_type {
	display: none;
}

.header_search_btn.active .active_type {
	display: block;
}

.header_search_form {
	position: absolute;
	top: 0;
	right: 63px;
	height: 56px;
	display: block;
	width: 0;
	background: #313131;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.header_search_form.active {
	width: 500px;
}

.header_search_form.m_type {
	top: 56px;
	right: 0;
}

.header_search_form.m_type.active {
	width: 100%;
}

.header_search_input {
	display: block;
	width: 100%;
	color: #fff;
	background: transparent;
	font-size: 18px;
	line-height: 40px;
	height: 56px;
	/*For IE*/
	border: 0;
	outline: 0;
	padding: 8px;
}

/*For IE*/
.header_search_input::-ms-clear {
	display: none;
}

/*menu btn*/
.menu_btn {
	position: relative;
}

.menu_btn span {
	display: block;
	position: absolute;
	left: 21px;
	width: 21px;
	height: 3px;
	background: #fff;
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.menu_btn span:nth-child(1) {
	top: 19.5px;
}

.menu_btn span:nth-child(2),
.menu_btn span:nth-child(3) {
	top: 26.5px;
}

.menu_btn span:nth-child(4) {
	top: 33.5px;
}

.menu_btn.open span:nth-child(1) {
	top: 26.5px;
	width: 0%;
	left: 50%;
}

.menu_btn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu_btn.open span:nth-child(4) {
	top: 26.5px;
	width: 0%;
	left: 50%;
}

/*MENU*/
.menu_block {
	position: fixed;
	z-index: 1000;
	top: 56px;
	right: -100%;
	width: 380px;
	height: 100%;
	/*overflow-x:hidden;
	overflow-y: auto;*/
	overflow: hidden;
	height: -webkit-calc(100% - 56px);
	height: -moz-calc(100% - 56px);
	height: calc(100% - 56px);
	background: #eee;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	/*-webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);*/
}

.menu_block.open {
	right: 0;
}

.menu_block .no_ul,
.menu_block .no_ul li,
.menu_block .no_ul a {
	display: block;
	width: 100%;
}

.menu_block .no_ul a {
	text-decoration: none;
	position: relative;
	/*padding: 13px 50px 13px 30px;*/
	padding: 8px 50px 8px 30px;
}

.menu_block .menu_lv2>li>a {
	padding-left: 40px;
}

.menu_block .menu_lv3>li>a {
	padding-left: 60px;
}

.menu_block .menu_list>li>a.drop:after,
.menu_block .menu_lv2>li>a.drop:after,
.menu_block .drop:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	color: inherit;
	top: 0;
	right: 20px;
	/*height: 50px;*/
	height: 40px;
	/*line-height: 50px;*/
	line-height: 40px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;

}

.menu_block .drop.open:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

}

/*product search*/
.menu_block .menu_list .product_search:after {
	font-family: 'FontAwesome';
	content: "\f061";
	position: absolute;
	color: inherit;
	top: 0;
	right: 20px;
	/*height: 50px;*/
	height: 40px;
	/*line-height: 50px;*/
	line-height: 40px;
}

/*Lv1*/
.menu_list {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	height: -webkit-calc(100% - 56px);
	height: -moz-calc(100% - 56px);
	height: calc(100% - 56px);
}

.menu_list>li>a {
	color: #686667;
}

.menu_list>li>a.open,
.menu_list>li>a:hover,
.menu_list>li>a:active {
	background: #d2d2d2;
}



/*Lv2*/
.menu_list .menu_lv2,
.menu_list .menu_lv3 {
	display: none;
}

.menu_lv2>li>a {
	color: #fff;
	background: #8f9195;
}

.menu_lv2>li>a.open,
.menu_lv2>li>a:hover,
.menu_lv2>li>a:active {
	background: #686667;
}

/*Lv3*/
.menu_lv3>li>a {
	color: #fff;
	background: #434343
}

.menu_lv3>li>a.open,
.menu_lv3>li>a:hover,
.menu_lv3>li>a:active {
	text-decoration: underline;
}


/*Lang /Group btn*/
.menu_else_btn {
	display: block;
	width: 50%;
	font-size: inherit;
	/*line-height: 56px;
	height: 56px;*/
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #fff;
	float: left;
	text-align: center;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.lang_btn {
	background: #c5b23a;
}

.lang_btn img,
.group_btn img {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 4px;
}

.lang_btn img {
	/*width: 24px;*/
	width: 20px;
}

.group_btn {
	background: #d06e13;
}

.group_btn img {
	/*width: 30px;*/
	width: 20px;
}

/*Lang /Group list*/
.lang_list,
.group_list {
	position: absolute;
	/*top: 56px;*/
	top: 40px;
	right: -100%;
	width: 100%;
	height: 100%;
	height: -webkit-calc(100% - 56px);
	height: -moz-calc(100% - 56px);
	height: calc(100% - 56px);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.lang_list {
	background: #c5b23a;
}

.group_list {
	background: #d06e13;
}

.lang_list.open,
.group_list.open {
	right: 0;
}

.lang_list a,
.group_list a {
	color: #fff;
}

.lang_list a:hover,
.lang_list a:active,
.group_list a:hover,
.group_list a:active {
	background: #686667
}

#lang-btn {
	background-image: url(../images/common/yageo_lang.svg);
	background-position: center;
	background-size: 91%;
	background-repeat: no-repeat;
}

.lang-block {
	position: fixed;
	z-index: 1000;
	top: 56px;
	right: -100%;
	width: 380px;
	height: 100%;
	overflow: hidden;
	height: -webkit-calc(100% - 56px);
	height: -moz-calc(100% - 56px);
	height: calc(100% - 56px);
	background: #eee;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.lang-block.open {
	right: 0;
}

#lang-list {
	right: 0;
	top: 0;
	height: 100%;
}

#lang-list a {
	text-decoration: none;
	position: relative;
	/* padding: 13px 50px 13px 30px; */
	padding: 8px 50px 8px 30px;
	display: block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.header_block {
		background: #fff;
	}

	.scroll_type .header_logo,
	.header_logo {
		width: 104px;
		height: 56px;
		margin-left: 10px;
	}

	.scroll_type .header_logo img,
	.header_logo img {
		width: 98px;
		height: 24px;
	}

	.menu_btn span {
		left: 12.5px;
	}

	.resident_list li button {
		width: 46px;
	}

	.resident_list li button span {
		right: 11px;
	}

	.menu_block {
		width: 100%;
	}

	.menu_block .no_ul a {
		padding-right: 30px;
		padding-left: 10px;
	}

	.menu_block .menu_lv2>li>a {
		padding-left: 20px;
	}

	.menu_block .menu_lv3>li>a {
		padding-left: 30px;
	}

	.menu_block .menu_list .product_search:after,
	.menu_block .menu_list>li>a:after,
	.menu_block .menu_lv2>li>a:after,
	.menu_block .drop:after {
		right: 10px;
	}

	#lang-btn {
		background-size: 88%;
	}

	.lang-block {
		width: 100%;
	}
}


/*--- Footer start ---*/
/*Footer up*/
.footer_up_block {
	background: #eee;
	padding: 40px 50px 20px 50px;
	border-top: 1px solid #bfbfbf;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_list,
.footer_list_lv2 {
	display: block;
	width: 100%;
}

.footer_list>li {
	float: left;
	display: block;
	width: 16.66%;
	padding-right: 25px;
}

.footer_list .footer_lv1 {
	display: block;
	color: #000;
	line-height: 30px;
	/*margin-bottom: 24px;*/
	margin-bottom: 5px;
}

.footer_list_lv2>li {
	display: block;
	/*padding: 7px 0;*/
	margin-bottom: 5px;
}

.footer_list_lv2>li>a {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #686667;
	text-decoration: none;
}

.footer_list_lv2>li>a:hover,
.footer_list_lv2>li>a:active {
	color: #000;
	text-decoration: underline;
}

.ecia_block {
	/*padding-top: 60px;*/
	padding-top: 5px;
}

/*Footer down*/
.footer_down_block {
	background: #1b1b1b;
	padding: 20px 50px;
	color: #8f9195;
	font-size: 14px;
	line-height: 21px;
}

.footer_down_block a {
	color: #8f9195;
}

.footer_down_block a:hover,
.footer_down_block a:active {
	color: #d06e13;
}

.footer_down_block .left_block {
	float: left;
}

.footer_down_block .right_block {
	float: right;
}

.footer_down_block .footer_logo_block {
	width: 135px;
	height: 30px;
	/*margin-bottom: 30px;*/
	margin-top: 5px;
	margin-bottom: 25px;
}

.footer_down_block .copyright {
	display: block;
	font-size: 14px;
	margin-left: -1em;
}

.follow_list,
.footer_link_list {
	display: block;
}

.follow_list {
	margin-bottom: 10px;
}

.follow_list li,
.footer_link_list li {
	display: block;
	float: left;
}

.follow_list li a,
.footer_link_list li a {
	display: block;
	text-decoration: none;
}

.follow_list li {
	line-height: 40px;
	padding-left: 8px;
}

.footer_link_list li {
	padding-left: 25px;
}

.follow_block {
	float: right;
}

@media screen and (max-width: 768px) {
	.footer_up_block {
		padding: 0;
	}

	.footer_down_block {
		padding: 40px 10px;
	}

	.footer_list>li {
		float: none;
		width: 100%;
		position: relative;
		padding-right: 0;
		overflow: hidden;
	}

	.footer_list .footer_lv1 {
		border-bottom: 1px solid #fff;
		padding: 10px 30px 10px 10px;
		margin-bottom: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.footer_list .footer_lv1:after {
		font-family: 'FontAwesome';
		content: "\f0da";
		position: absolute;
		color: #686667;
		top: 6px;
		right: 10px;
		/*height: 50px;*/
		height: 30px;
		/*line-height: 50px;*/
		line-height: 30px;
		-webkit-transition: .3s linear;
		-moz-transition: .3s linear;
		-o-transition: .3s linear;
		transition: .3s linear;
	}

	.footer_list .footer_lv1.open:after {
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);

	}

	.footer_list_lv2 {
		display: none;
	}

	.footer_list_lv2>li {
		padding: 0;
		margin-bottom: 0;
	}

	.footer_list_lv2 a {
		background: #c9c9c9;
		/*padding: 14.5px 10px;*/
		padding: 5px 10px;
	}

	.ecia_block {
		padding: 35px 10px 45px 10px;
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.footer_down_block .left_block,
	.footer_down_block .right_block {
		width: 100%;
		float: none;
	}

	.footer_down_block .footer_logo_block {
		margin: 0 auto 40px auto;
	}

	.footer_link_block,
	.follow_block {
		float: none;
		text-align: center;
	}

	.footer_link_list,
	.follow_list {
		display: inline-block;
		width: 205px;
	}

	.follow_list {
		margin-bottom: 16px;
	}

	.footer_link_list li,
	.follow_list li {
		padding-left: 0;
		padding-right: 8px;
		float: none;
		display: inline-block;
	}

	.follow_list li:last-child {
		padding-right: 0;
	}

	.footer_link_list a {
		font-size: 14px;
		line-height: 30px;
	}

	.m_copyright {
		display: block;
		text-align: center;
		font-size: 14px;
		margin-top: 40px;
		padding: 0 10px;
	}
}


#go_top_btn {
	position: fixed;
	z-index: 1000;
	width: 44px;
	height: 44px;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	background-color: #d06e13;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#go_top_btn:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}

@media screen and (max-width: 768px) {
	#go_top_btn {
		right: 10px;
		bottom: 10px;
	}
}

/*---popup視窗---*/
/*遮罩層*/
.prod_overlay {
	display: none;
	position: fixed;
	z-index: 1500;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*popup win*/
.prod_popup_win {
	max-width: 600px;
	background: #fff;
	color: #37474f;
	text-align: center;
	padding: 60px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	border-top: 5px solid #f67c0b;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.prod_popup_win .prod_popwin_title {
	font-weight: bold;
	margin-bottom: 10px;
}

.prod_popup_win .common_btn {
	margin-top: 20px;
	margin-right: 15px;
	display: inline-block;
	width: 100px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: top;
	padding: 0;
}

.prod_popup_win .common_btn:last-child {
	margin-right: 0;
}

@media screen and (max-width: 550px) {
	.prod_popup_win {
		padding: 30px 15px;
	}
}

/*--- GDPR ---*/
/*2019.07.23 Elison cookie調整樣式*/
.cookie_statement {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #313131;
	padding: 10px 10px;
	z-index: 500;
}

.cookie_statement p {
	width: 74%;
	color: #fff;
	float: left;
	margin: 0;
	padding-right: 100px;
}

.cookie_statement a {
	color: #e98121;
	text-decoration: none;
}

.cookie_statement a:hover {
	text-decoration: underline;
}

/*2019.07.23 Elison cookie調整樣式*/
.cookie_statement .common_btn.orange_type {
	min-width: 120px;
	margin-top: 5px;
	text-align: center;
	padding: 5.5px 10px;
	float: left;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	background-color: #d06e13;
}

/*2019.07.23 Elison cookie調整樣式無hover*/
.cookie_statement .common_btn.orange_type::before,
.cookie_statement .common_btn.orange_type::after {
	display: none;
}

a.policy_link {
	color: #38ABEA;
	text-decoration: underline;
}

/*Change autofill background color*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #313131 inset !important;
}

/*Change text color in autofill textbox*/
input:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
}

/* For IE 11 */
:-ms-input-placeholder {
	color: #999 !important;
}

@media (max-width:767px) {
	.cookie_statement {
		text-align: center;
	}

	.cookie_statement p {
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
	}

	.cookie_statement .common_btn {
		display: inline-block;
	}

	.cookie_statement p,
	.cookie_statement .common_btn {
		float: none;
	}
}
