@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
	font-family: 'Arimo', '微軟正黑體', sans-serif;
	/* overflow-x: hidden; */
}

.XXXContent {
	margin-bottom: 12.41%; /* pc - 236px */
}

[class*="Box"] {
	position: relative;
}

a {
	/* cursor: pointer; */
	color: #595757;
}

img {
	vertical-align: text-top;
}

.mr-5 {
	margin-right: 5px;
}

/* 斷點顯示隱藏~ 
pc_xl =1920px
pc_lg =991px
sm =480px */
.pc_lg, .sm {
	display: none;
}



/* 錨點 .anchor_point */
.anchor_point {
	position: relative;
	top: -120px;
}

/* 標題 .title_h1 & .pageTitleStyle-1 & .pageTitleStyle-2 */
h1 {
	font-size: 40px;
	margin: 0;
	line-height: 1.2;
}
.title_h1,
.pageTitleStyle-1,
.pageTitleStyle-2 {
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}
.title_h1 h1,
.pageTitleStyle-1 span,
.pageTitleStyle-2 span {
	color: #595757;
	font-size: 40px;
	margin: 0;
	line-height: 1.2;
}
.title_h1 p,
.pageTitleStyle-2 small {
	font-size: 24px;
	color: #0097E0;
	margin-bottom: 0;
}

.title_h1_white h1, 
.title_h1_white p {
	color: #fff;
}

.title_h1::before,
.pageTitleStyle-1::before,
.pageTitleStyle-2::before {
	content: url("../img/title_h1_dot.svg");
	display: block;
	margin-bottom: 5px;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	color: #0097e0;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #be8a3a;
}

h4 {
	font-size: 22px;
	color: #be8a3a;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}
/* 指定編輯器內 ol */
.cke_editable ol, .editor ol, .editorBlock ol {
	list-style-position: initial;
}
/* 指定編輯器內 ul 不要出現列點.ul_no */
.cke_editable ul.ul_no, .editor ul.ul_no, .editorBlock ul.ul_no {
	list-style-type: none;
	padding-left: 0;
}

/* 左右對齊 */
.text-justify {
	text-align: justify;
}

/* .textBox_pb間距 */
.textBox_pb p:not(:last-of-type) {
	margin-bottom: 45px;
}

/* incline 斜切 */
.pt300px {
	padding-top: 300px;
}

.pb300px {
	padding-bottom: 300px;
}

.incline_tl_br {
	position: relative;
}
.incline_tl_br::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #fff;
	transform-origin: left bottom;
	transform: skewY(8.7deg);
}

.incline_tr_bl {
	position: relative;
}
.incline_tr_bl::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #fff;
	transform-origin: left bottom;
	transform: skewY(171.3deg);
}

.top300px::before {
	top: 300px;
}
.top_300px::before {
	top: -300px;
}

.bgc_blue::before {
	background-color: #0097E0;
}
.bgc_linear_blue::before {
	background: linear-gradient(to left, #00ace3 0%, #0097E0 100%);
}

/* 按鈕all */
/* .read_more */
.read_more {
	text-align: center;
}
.read_more a {
	position: relative;
	display: inline-block;
	font-size: 20px;
}
.read_more a * {
	transition: all .5s ease-in-out;
}
.read_more a img {
	padding-left: 25px;
}
	@media (max-width: 576px) {
		.read_more a img {
			padding-left: 10px;
		}
	}
.read_more .before,
.read_more .after {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.read_more .after {
	opacity: 0;
}
.read_more a:hover .before {
	opacity: 0;
}
.read_more a:hover .after {
	opacity: 1;
	transform: translate(7px,-50%);
}

/* .read_more_small */
.read_more_small a {
	font-size: 14px;
}
.read_more_small a img {
	padding-left: 15px;
}

/* .blue_bg 按鈕 */
.blue_bg {
	color: #fff !important;
	background-color: #0097e0;
	border: 1px solid #0097e0;
	text-decoration: none !important;
}
.blue_bg:hover {
	border: 1px solid #0097e0;
	background: #fff;
	color: #0097E0 !important;
	transition: all .3s ease-in-out;
}

/* 四邊形按鈕 */
/* quadrilateral_bg 按鈕 */
.quadrilateral_bg {
	margin-bottom: 50px;
}

.quadrilateral_bg span {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1.2;
	color: #fff;
	padding: 12px 20px;
	margin-left: 12px;
	z-index: 1;
}
.quadrilateral_bg span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0090d9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewX(-20deg);
}
.quadrilateral_bg span small {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* .quadrilateral_border 按鈕 */
.quadrilateral_border {
	display: flex;
	align-items: center;
	justify-content: center;
}
.quadrilateral_border a {
	padding: 10px 50px;
	border: 1px solid #0097e0;
	transition: all .3s ease-in-out;
	transform: skewX(-20deg);
}
.quadrilateral_border a span {
	color: #0097e0;
	display: block;
	transform: skewX(20deg);
}
.quadrilateral_border a:hover {
	background: #0097e0;
}
.quadrilateral_border a:hover span {
	color: #fff;
}


/* slick button & button:hover 預設設定消除 */
.slick-slider .slick-arrow {
	color: #0097e0;
	border-radius: 0px;
	background-color: transparent;
	opacity: 1;
	z-index: 9;
}
.slick-slider .slick-arrow:hover {
	background-color: transparent;
}

.slick-slider .slick-arrow i {
	padding: 0em;
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
}

/* 上選單 .top_menu_block */
.top_menu_block {
	margin-bottom: 60px;
}

.top_menu_block .slick-slider {
	padding: 0 40px;
	overflow: visible;
}

.top_menu_block .slick-track {
	margin: 0 auto;
}

.top_menu_block .slick-slider .slick-arrow {
	font-size: 32px;
	font-weight: 900;
}
.top_menu_block .slick-slider .slick-arrow.slick-disabled {
	color: #bcbec0;
}

/* 上選單 .top_menu01 */
.top_menu01_area {
	position: relative;
	text-align: center;
}
.top_menu01_area::before {
	content: "";
	width: calc(100% - 81px);
	height: 100%;
	display: block;
	position: absolute;
	left: 39.6px;
	bottom: 0;
	z-index: -1;
	transform: skewX(-20deg);
	background-color: #EFEFEF;
}

.top_menu01 {
    transform: skewX(-20deg);
}

.top_menu01 a {
	position: relative;
	font-weight: bold;
	font-size: 22px;
	/* padding: 0 10px; */
	padding: 5px 10px;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	transform: skewX(20deg);
	height: 67.2px;
	margin-left: -1px;
	font-family: 'Arimo', '微軟正黑體', sans-serif;
}

.top_menu01 a::before {
	content: '';
	width: 0;
	height: 100%;
	z-index: -1;
	position: absolute;
	transform: skewX(-20deg);
	top: 0;
	right: 0;
	transition: all 1s;
	background-color: #0097E0;

	/* 為了解決客上選單跑板問題 */
	width: 100%;
	background-color: #EFEFEF;
}

.top_menu01 a span	{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: 'Arimo', '微軟正黑體', sans-serif;
}

.top_menu01 .slick-arrow i {
    transform: skewX(20deg);
}

.top_menu01 li:hover a,
.top_menu01 li.active a {
	color: #fff;
}
.top_menu01 li:hover a::before,
.top_menu01 li.active a::before {
	width: 100%;
	right: auto;
	left: 0;

	/* test 0303 */
	background-color: #0097E0;
}

/* 上選單 .top_menu02 */
.top_menu02_area {
	margin-top: 30px;
}

.top_menu02 li {
	line-height: 1;
	text-align: center;
}

.top_menu02 li:not(:last-of-type) {
	border-right: solid 1px #e2e2df;
}

.top_menu02 li a {
	padding: 0 5px;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	height: 49px;
}

.top_menu02 li a span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_menu02 li.active a,
.top_menu02 li a:hover {
	color: #0097e0;
}

/* .category_list 類別上選單 */
.category_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
}

.category_list a {
	width: calc((100% - 200px) / 6);
	text-align: center;
	border: 1px solid #e2e2df;
	font-size: 20px;
	padding: 6px 0;
	margin-bottom: 10px;
	transition: all .5s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.category_list a:hover,
.category_list a.active {
	color: #0097e0;
	border: 1px solid #ffb901;
}


/* --- all icon區域 --- */
/* 標題共用設定 */
.big_title_area,
.mid_title_area,
.small_title_area,
.square_title_area {
	position: relative;
}

.big_title,
.mid_title,
.small_title,
.square_title {
	font-weight: bold;
	margin-bottom: 2.2%;
}

.big_title h2,
.mid_title h3,
.small_title h4,
.square_title span {
	font-size: inherit;
}

.big_title::before,
.mid_title::before,
.small_title::before,
.square_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

/* .big_title_area 大標 */
.big_title_area {
	padding-left: 35px;
}

.big_title {
	font-size: 30px;
	color: #0097e0;
}

.big_title::before {
	width: 0.68em;
	height: 0.68em;
	background-color: #ffb901;
	border-radius: 50%;
	top: 0.5em;
}

/* .mid_title_area 中標 */
.mid_title_area {
	padding-left: 62px;
}

.mid_title {
	font-size: 24px;
	color: #be8a3a;
}

.mid_title::before {
	content: url(../img/mid_title.svg);
	top: 0.2em;
	left: 35px;
}

	/* 中標.indent_less */
.mid_title_area.indent_less {
	padding-left: 35px;
}
.mid_title_area.indent_less .mid_title::before {
	left: 0;
}

/* .small_title_area 小標 */
.small_title_area {
	padding-left: 97px;
}

.small_title {
	font-size: 22px;
	font-weight: 400;
	color: #be8a3a;
}

.small_title::before {
	content: url(../img/small_title.svg);
	top: 0.1em;
	left: 72px;
}

	/* 小標.indent_less */
.small_title_area.indent_less {
	padding-left: 62px;
}
.small_title_area.indent_less .small_title::before {
	left: 35px;
}

/* .square_title_area 方標 */
.square_title_area {
	padding-left: 106px;
	margin-bottom: 60px;
}

.square_title {
	font-size: 24px;
	color: #be8a3a;
	font-weight: initial;
}

.square_title::before {
	width: 0.5em;
	height: 0.5em;
	background-color: #be8a3a;
	top: 0.6em;
	left: 84px;
}

	/* 方標.indent_less */
.square_title_area.indent_less {
	padding-left: 97px;
}
.square_title_area.indent_less .square_title::before {
	left: 72px;
}

/* 標題title不要::before設定 */
.big_title.no_icon::before, 
.mid_title.no_icon::before,
.small_title.no_icon::before,
.square_title.no_icon::before {
	display: none;
}

/* 標題如有排序包裡面設定(大標包下) */
.big_title_area .mid_title_area {
	padding-left: 30px;
}
.big_title_area .mid_title::before {
	left: 0px;
}

.big_title_area .small_title_area {
	padding-left: 30px;
}
.big_title_area .small_title::before {
	left: 5px;
}

.big_title_area .square_title_area {
	padding-left: 82px;
}
.big_title_area .square_title::before {
	left: 60px;
}


/* .not_indent 標題不要縮排 */
.big_title_area.not_indent {
	padding-left: 0;
}
.big_title_area.not_indent .big_title {
	padding-left: 35px;
}

.mid_title_area.not_indent {
	padding-left: 0;
}
.mid_title_area.not_indent .big_title {
	padding-left: 62px;
}

/* three_dots_small */
.three_dots_small {
	padding-left: 0.8em;
}
.three_dots_small::before {
	content: url(../img/three_dots_small.svg);
	margin-left: -0.8em;
	padding-right: 0.6em;
	position: relative;
	top: 0.1em;
}

/* .icon_i */
.icon_i {
	margin-left: 1.6em;
}
.icon_i i {
	margin-left: -1.6em;
	margin-right: 0.6em;
}

/* .icon_img */
.icon_img {
	position: relative;
	display: inline-block;
	margin-left: 1.5em;
}
.icon_img img {
	position: absolute;
	margin-left: -1.5em;
	top: 0.3em;
}

/* indent 縮排設定 */
.indent_area {
	position: relative;
	padding-left: 2em;
}
.indent_area span {
	position: absolute;
	left: 0;
}

/***** table 共通設定 S *****/
/* table用 .selectBox */
.selectBox {
	margin-bottom: 30px;
}
.selectBox select {
	width: 200px;
	padding: 14px 20px 14px 30px;
	font-size: 20px;
	border: 1px solid #ffb901;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
}

/* 編輯器table用 出現拉霸 */
.table_scroll {
	overflow: auto;
}
.table_scroll table {
	width: 100%;
	white-space: nowrap;
	padding-bottom: 10px;
}

/* table、a.icon_pdf 用 a img 連結換圖 */
table .before,
a.icon_pdf .before {
	display: inline-block;
}
table .after,
a.icon_pdf .after {
	display: none;
}

table a:hover .before,
a.icon_pdf:hover .before {
	display: none;
}
table a:hover .after,
a.icon_pdf:hover .after {
	display: inline-block;
}

a.icon_pdf .before,
a.icon_pdf .after {
	height: 18px;
}

/* .table_style
th交叉深淺藍、td交叉灰白、底線藍色 */
.table_style {
	overflow: auto;
	padding-bottom: 10px;
	margin-top: 40px;
	/* max-width: 1410px; */
}

.table_style table {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.table_style th {
	color: #fff;
	/* font-size: 22px; */
	font-weight: 400;
}

.table_style th:nth-child(odd) {
	background-color: #0097e0;
}
.table_style th:nth-child(even) {
	background-color: #21c2f4;
}

.table_style table tr:nth-child(2n) {
	background-color: #f6f6f5;
}

.table_style table th,
.table_style table td {
	border-bottom: solid 1px #A2C8D9;
}

.table_style table th:not(:last-child),
.table_style table td:not(:last-child) {
	border-right: solid 6px #fff;
}

.table_style table th,
.table_style table td {
	padding: 5px 10px;
	height: 48px;
}

/* .td_bgc_white */
.table_style table tr td.td_bgc_white {
	background-color: #fff;
}
/* .td_bgc_light_gray */
.table_style table tr td.td_bgc_light_gray {
	background-color: #f6f6f5;
}

/* table_tr_hover */
.table_tr_hover table tr:not(:first-child):hover {
	background-color: #0097E0;
	color: #fff;
}

/* .bb_thin 底線細 (放置最後) */
table th.bb_thin,
table td.bb_thin {
	border-bottom: 2px solid #fff;
}
/***** table 共通設定 E *****/


/* page_banner 設定 */
.pageBanner img {
	width: 100%;
}

.cowboyPageBanner01 .banner_content {
	width: 100%;
	text-align: left;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 80%);
}

.cowboyPageBanner01 .banner_content .banner_txt_one {
	color: #fff;
	/* font-size: 2.35vw; */
	font-size: 45px;
	font-weight: bold;
	font-family: inherit;
	line-height: 1;
	margin-bottom: 0.7em;
}
.cowboyPageBanner01 .banner_content .banner_txt_one span {
	border-bottom: 1px solid #fff;
	padding-bottom: 0.2em;
	display: inline-block;
}

.cowboyPageBanner01 .banner_content .banner_txt_two {
	color: #fff;
	/* font-size: 1.15vw; */
	font-size: 22px;
	font-weight: 300;
	font-family: inherit;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
	@media (max-width: 1499px) {
		.cowboyPageBanner01 .banner_content .banner_txt_one {
			font-size: 40px;
		}
		.cowboyPageBanner01 .banner_content .banner_txt_two {
			font-size: 18px;
		}
	}

.XXXContent {
	position: relative;
}
.breadcrumb {
	width: 100%;
	position: absolute;
	top: -16vh;
	right: 0;
}
.breadcrumb a {
	font-size: 16px;
}


/* header */
header {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.headerStyle03 .navBar .container_full {
	padding-left: 0; 
}

header.scroll {
	background-color: rgba(255,255,255,1) !important;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.headerStyle03 .navBar .navBarContent {
	justify-content: flex-end;
}

.headerStyle03 .navBar .navBarContent>div:first-child.navBarContent_01 {
	margin-left: 180px;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
}

header .navBar .navBarContent .logo img {
	height: initial;
}

.headerStyle03 .navBar .navBarContent>div:nth-child(2) .navMenu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .navBar .navBarContent_02 .navMenu {
	margin-right: 30px;
}

header .navBar .navBarContent_02 .navMenu>li>a {
	color: #4D4D4D;
	align-items: center;
	font-size: 18px;
	cursor: default;
}
header .navBar .navBarContent_02 .navMenu>li>a.pointer {
	cursor: pointer;
}

header .navBar .navMenu>li.moreMenu:hover ul,
header .navBar .navMenu>li.bigMenu:hover .inner {
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

header .navBar .navMenu.hoverEffect_01>li>a>span {
	top: 9%;
}

header .navBar .navMenu.hoverEffect_01>li>a>span:after {
	background-color: #0097E0;
	bottom: 0;
}

header .navBar .navMenu.hoverEffect_01>li:hover span:after {
	height: auto;
}
header .navBar .navMenu.hoverEffect_01>li:hover>a>span:after {
	height: 4px;
}

.headerStyle03 .navBar .navBarContent>div:last-child.navBarContent_03 {
	-ms-flex: 0 0 310px;
	flex: 0 0 310px;
}

.headerStyle03 .subNavMenu {
	height: 90px;
}

.headerStyle03 .subNavMenu li {
	transform: skewX(-30deg);
	background-color: #585757;
}

.headerStyle03 .subNavMenu li>a {
	transform: skewX(30deg);
	position: relative;
	background-color: transparent !important;
}

.headerStyle03 .subNavMenu li:nth-child(1) {
	background-color: #0097e0;
}
.headerStyle03 .subNavMenu li:nth-child(1)>a {
	width: 130px;
}

.headerStyle03 .subNavMenu li:nth-child(1)>a span {
	font-size: 20px;
}

.headerStyle03 .subNavMenu li:nth-child(2)>a {
	width: 90px;
}

.headerStyle03 .subNavMenu li>a .inner {
	top: 56%;
}

.headerStyle03 .subNavMenu a .inner i {
	font-size: 24px;
}

.headerStyle03 .subNavMenu>li:nth-child(3)>a {
	width: 90px;
	display: block;
	margin-left: 0;
	background-color: #585757 !important;
	z-index: -1;
	cursor: pointer;
}
.headerStyle03 .subNavMenu li:nth-child(3)>a::before {
	background-color: #585757;
}

.headerStyle03 .subNavMenu a .inner i.fa-search {
	font-weight: 400;
}

.headerStyle03 .subNavMenu button:hover {
	background: none;
}

/* 語系下拉單 S */
.headerStyle03 .language_area {
	position: relative;
	overflow: hidden;
	border-right: solid 1px #b4b4b5;
	z-index: 1;
}
.headerStyle03 .language_area>a {
	cursor: initial;
}
.headerStyle03 .language_area .language_select {
	position: absolute;
	top: 100%;
	left: 43%;
	min-width: 90px;
	z-index: 100;
	transform: skewX(30deg);
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
.headerStyle03 .language_area .language_select a {
	width: 100%;
	font-size: 16px;
	display: block;
	background: #fff !important;
	border-bottom: 1px solid #eee;
	color: #000;
	line-height: 1.5;
	/* padding: 0.6em 1em; */
	padding: 0.6em 0.8em;
	text-align: left;
}
.headerStyle03 .language_area .language_select a:last-child {
	border-bottom: none;
}

.headerStyle03 .language_area:hover {
	overflow: visible;
}
.headerStyle03 .language_area .language_select a:hover {
	background-color: #eee !important;
	color: #0097e0;
}
/* 語系下拉單 E */

/* 以下語系彈跳設定 .language_area S */
/* .language_area {
	width: 80%;
	max-width: 500px;
	box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.8);
}
.language_area ul {
	text-align: center;
	line-height: 3;
	padding: 15px;
}
.down {
	top: -20%;
	opacity: 0;
	transition: all 0.3s 0.3s ease-in-out;
}
.fancybox-enabled .down {
	top: 0;
	opacity: 1;
	transition: all 0.3s 0.3s ease-in-out;
} */
/* 以上語系彈跳設定 .language_area E */

/* 以下搜尋設定 #searchForm S */
.fancybox-is-open .fancybox-bg {
	opacity: 0.6;
}

.fancybox-slide>div {
	background-color: transparent;
}
.modal.modal_half {
	max-width: 820px;
	padding: 30px 10px;
}
#searchForm .srh_content {
	position: relative;
}
#searchForm .srh_content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	line-height: 60px;
	font-family: FontAwesome;
	content: '\f002';
	text-align: center;
	color: #0097E0;
	font-size: 20px;

}
#searchForm .cont_form input {
	padding-left: 60px;
	border-radius: 50px;
	height: 60px;
	font-size: 20px;
}
.fancybox-close-small:after {
	background-color: transparent;
	right: 0;
	top: 10px;
	color: #fff;
}
/* 以上搜尋設定 #searchForm E */

/* .navBarContent_02 以下主選單下拉 S */
header .navBar .navMenu>li.moreMenu>ul li:last-child {
    border-bottom: none;
}

header .navBar .navMenu>li.moreMenu>ul li:hover>a {
	color: #0097e0;
}

header .navBar .navMenu>li.moreMenu>ul li.moreMenu>ul {
	max-height: 40vh;
	overflow-y: auto;
}

.bigMenu {
	position: relative;
	overflow: hidden;
}

.bigMenu .inner {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	z-index: 100;
	overflow-y: auto;
}

/* 0414 header-增加下拉陰影或框線設置 */
/* header .navBar .navMenu>li.moreMenu:hover>ul,
header .navBar .navMenu>li.bigMenu:hover .inner {
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
} */

/* .bigMenu .inner>div的這層設定 */
/* .bigMenu .inner>div {
	min-height: 847px;
} */
.bigMenu .inner.row_3>div {
	width: 33.33%;
	padding: 50px 3.9% 100px;
}
.bigMenu .inner>div.child_2,
.bigMenu .inner.row_3>div.child_2,
.bigMenu .inner>div.child_3,
.bigMenu .inner.row_3>div.child_3 {
	padding: 0;
}

/* .bigMenu .inner>div的下層設定 */

.bigMenu .quadrilateral_bg {
	text-align: center;
	margin-bottom: 65px;
}
header .navBar .navMenu .bigMenu .quadrilateral_bg a {
	display: inline-block;
}
.bigMenu .quadrilateral_bg span {
	color: #231815;
	transition: all .3s ease-in-out;
}
.bigMenu .quadrilateral_bg span::after {
	height: 100%;
	width: 0;
	right: 0;
	transition: all 1s;
	transform: skewX(-20deg);
}
header .navBar .navMenu.hoverEffect_01>li:hover .quadrilateral_bg span:after {
	height: 100%;
	transform: skewX(-20deg);
}

.bigMenu .inner p {
	font-size: 18px;
	color: #0097e0;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

header .navBar .navMenu .bigMenu .inner ul li {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #595757;
}

header .navBar .navMenu .bigMenu .inner ul li a {
	font-size: 18px;
	color: #595757;
}

.child_4 {
 display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
.child_4 .list {
	width: 43%;
	height: 255px;
	position: relative;
}
.child_4 .list:nth-child(-n+2) {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #bfbfbf;
}
.child_4 .list:nth-child(odd)::after {
	content: "";
	position: absolute;
	top: 0;
	right: -16.5%;
	width: 1px;
	height: 225px;
	background-color: #bfbfbf;
}

.child_2 {
	display: flex;
	text-align: center;
}
.child_2 .list {
	width: 50%;
	padding: 50px 0 100px;	
}
.child_2 .list .list_content {
	padding: 0 15px;
	/* height: 413px; */
}
.child_2 .list:first-child .list_content {
	/* border-right: solid 1px #bfbfbf; */
	position: relative;
}
.child_2 .list:first-child .list_content::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 225px;
	background-color: #bfbfbf;
}

.child_2 .list .list_content>p {
	margin-bottom: 0;
}
/* .child_2 .list .list_content>p:not(:last-of-type) {
	margin-bottom: 35px;
} */

/* .child_3已設置好，按照提版樣式，但0210客戶不要此樣式先隱藏 */
.child_3 {
	display: flex;
	text-align: center;
}
.child_3 .list {
	width: 33.33%;
	padding: 50px 0 145px;
}
.child_3 .list .list_content {
	padding: 0;
	height: 413px;
}
.child_3 .list:nth-child(-n+2) .list_content {
	border-right: solid 1px #bfbfbf;
}
.child_3 .list .list_content>p:not(:last-of-type) {
	margin-bottom: 35px;
}

	/* .bigMenu 移入樣式 */
header .navBar .navMenu>li.bigMenu:hover {
	overflow: visible;
	position: static;
}

.bigMenu .inner>div:hover {
	background-color: #f2f2f2;
}

header .navBar .navMenu .bigMenu .child_4 li a:hover {
	color: #0097e0;
}

.bigMenu .inner>div:hover .quadrilateral_bg span {
	color: #fff;
}
header .navBar .navMenu.hoverEffect_01>li.bigMenu .inner>div:hover .quadrilateral_bg span::after {
	height: 100%;
	width: 100%;
	right: auto;
}
.bigMenu .inner .quadrilateral_bg a:hover span {
	transform: scale(1.03);
}

.bigMenu .inner>div.child_2:hover {
	background-color: transparent;
}
.bigMenu .inner>div.child_2:hover .quadrilateral_bg span {
	color: #231815;
}
header .navBar .navMenu.hoverEffect_01>li.bigMenu .inner>div.child_2:hover .quadrilateral_bg span::after {
	height: 100%;
	width: 0;
	right: 0;
}
.bigMenu .inner>div.child_2>.list:hover {
	background-color: #f2f2f2;
}
.bigMenu .inner>div.child_2>.list:hover .quadrilateral_bg span {
	color: #fff;
}
header .navBar .navMenu.hoverEffect_01>li.bigMenu .inner>div.child_2>.list:hover .quadrilateral_bg span::after {
	height: 100%;
	width: 100%;
	right: auto;
}

/* .child_3已設置好，按照提版樣式，但0210客戶不要此樣式先隱藏 */
.bigMenu .inner>div.child_3:hover {
	background-color: transparent;
}
.bigMenu .inner>div.child_3:hover .quadrilateral_bg span {
	color: #231815;
}
header .navBar .navMenu.hoverEffect_01>li.bigMenu .inner>div.child_3:hover .quadrilateral_bg span::after {
	height: 100%;
	width: 0;
	right: 0;
}
.bigMenu .inner>div.child_3>.list:hover {
	background-color: #f2f2f2;
}
.bigMenu .inner>div.child_3>.list:hover .quadrilateral_bg span {
	color: #fff;
}
header .navBar .navMenu.hoverEffect_01>li.bigMenu .inner>div.child_3>.list:hover .quadrilateral_bg span::after {
	height: 100%;
	width: 100%;
	right: auto;
}

/* 230306 .proMenu產品中心menu新增all按鈕 S */
.bigMenu .inner.row_3.proMenu>div:nth-child(-n+3) {
	width: 33.33%;
	padding: 50px 3.9% 45px;
	min-height: 747px;
}
.bigMenu .inner.proMenu>div.quadrilateral_border {
	width: 100%;
	padding: 0;
	min-height: 90px;
}
/* 230306 .proMenu產品中心menu新增all按鈕 E */
/* .navBarContent_02 以上主選單下拉 E */


/* mbPanel .cowboy_mbPanel_3 */
.forcmp {
	padding-top: 60px!important;
}

.cowboy_mbPanel_3 .cmpTop {
	height: 60px;
}
.cowboy_mbPanel_3 .cmpTop::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(0 0 0 / 10%);
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.cowboy_mbPanel_3 .cmpTop>div:first-child {
	padding-left: 35px;
	width: calc(100% - 60px);
	justify-content: flex-start;
}
.cowboy_mbPanel_3 .cmpTop>div:last-child {
	width: 60px;
	background-color: #0390bf;
}

.cowboy_mbPanel_3 .cmpTop>div a img {
	max-height: 37px;
}

.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn {
	width: 26px;
}
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn:before,
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn:after,
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn div {
	height: 2px;
	background: #fff;
}
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn:before {
	width: 20px;
}
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn div {
	width: 26px;
}
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn::after {
	width: 14px;
}

.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn.open {
	width: 14px;
}
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn.open:before,
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn.open:after {
	width: 18px;
}
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn.open:before {
	top: 25%;
}
.cowboy_mbPanel_3 .cmpTop>div a.cmpBtn.open:after {
	bottom: 18%;
}

 /* 展開設定 .cmpContent */
.cowboy_mbPanel_3 .cmpContent {
	top: 60px;
	height: 0;
	transition: all .8s;
}
.cowboy_mbPanel_3 .cmpContent.open {
	height: calc(100% - 60px);
}

.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav {
	transition: all .8s;
}

.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav li {
	border-top: none;
	border-bottom: 1px solid #e2e2df;
}

.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav>li:nth-last-of-type(-n+3) {
	background-color: #f6f6f5;
}

.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav a {
	font-size: 18px !important;
	padding: 0 40px 0 35px !important;
	height: 60px;
	display: flex !important;
	align-items: center;
}

.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav .moremenu>a:after {
	color: #0097e0;
	right: 25px;
}

.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav i {
	margin-right: 10px;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav i.fa.fa-search {
	font-weight: 300;
	transform: rotate(90deg);
}

.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav>li .submenu li:first-child a {
	border-top: none;
	border-bottom: none;
	font-size: 22px !important;
	font-weight: bold;
	color: #fff;
	background-color: #63b2e2;
	padding: 0 130px 0 35px !important;
	line-height: 1.2;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav>li .submenu li:first-child a:after {
	content: "\f104\00A0\00A0\00A0\00A0\00A0回上一層";
	font-size: 14px;
	right: 40px;
}


/* footer */
footer {
	position: relative;
	font-size: 14px;
	background: url(../img/footer_bg.png) no-repeat top left / cover;
	color: #F1F2F2;
	padding: 230px 0 1.3%;
	z-index: 1;
}

footer a.logo {
    display: inline-block;
				line-height: 0;
}

footer a {
	color: #F1F2F2;
}

.footer_top {
	margin: 50px 0 80px;
	display: flex;
	flex-wrap: wrap;
}

.footer_top .item {
	width: 14.28%;
}

.footer_top.hoverEffect_02 .item p a {
	position: relative;
	font-size: 18px;
	color: #00FFFF;
	padding: 0 9% 5px;
}

.footer_top.hoverEffect_02 .item p a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	border: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.2s ease-in;
	background: linear-gradient(to right, transparent 0%, #00FFFF 50% ,transparent 100%);
}

.footer_top.hoverEffect_02 .item p a:hover::after {
	width: 100%;
	left: 0;
	right: 0;
}

.footer_top.hoverEffect_02 .item ul {
	padding: 0 9%;
}

.footer_top.hoverEffect_02 .item ul li {
	margin-bottom: 0.2rem;
	/* white-space: nowrap; */
}

.footer_top.hoverEffect_02 .item ul li a:visited,
.footer_top.hoverEffect_02 .item ul li a:focus {
	color: #F1F2F2;
}
.footer_top.hoverEffect_02 .item ul li a:hover,
.footer_top.hoverEffect_02 .item ul li a:active {
	color: #00FFFF;
} 

.footer_bottom>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin-top: 30px;
}

.footer_bottom form {
	display: inherit;
}

.footer_bottom input[type="email"] {
	margin-right: -2px;
	width: 370px;
	height: 34px;
	padding: 5px 0px 5px 45px;
	border-radius: 3px;
	font-size: 14px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.footer_bottom input[type="email"]::placeholder {
	color: #fff;
}

.footer_bottom input[type="email"]:focus {
	border: 1px solid #00FFFF;
	animation: glow 800ms ease-out infinite alternate;
}
.footer_bottom input[type="email"]:focus::-webkit-input-placeholder { 
	color:transparent; 
}

.footer_bottom form a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: .5s;
	border-radius: 3px;
}

.footer_bottom form a span {
	position: absolute;
	display: block;
}

.footer_bottom form a span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #00FFFF);
	animation: btn-anim1 1s linear infinite;
}

.footer_bottom form a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

.footer_bottom form a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

.footer_bottom form a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

.footer_bottom input[type="submit"] {
	cursor: pointer;
	height: 34px;
	padding: 5px 20px;
	border-radius: 3px;
	color: #00ffff;
	background-color: transparent;
}

.footer_bottom form a:hover {
	transition: .5s;
	box-shadow: 0px 0px 20px rgb(0,255,255,0.6);
	background-color: #00ffff;
}
.footer_bottom form a:hover input[type="submit"] {
	color: #132E4B;
}

.footer_bottom .footer_icon {
	margin-left: 50px;
}

.footer_bottom .footer_icon a {
	display: inline-block;
	line-height: 0;
	border-radius: 20px;
}

.footer_bottom .footer_icon a:last-child {
	margin-left: 15px;
}

.footer_bottom .footer_icon a:hover {
	box-shadow: 0px 0px 25px rgb(0,255,255,0.8);
}

.footer_bottom>div:last-of-type * {
	color: #ffffff;
}

.footer_bottom>div:last-of-type .footer_privacy {
	margin-left: 30px;
}

.footer_bottom>div:last-of-type .footer_privacy * {
	display: inline-block;
}

.footer_bottom>div:last-of-type .footer_privacy a:hover {
	color: #00FFFF;
}


/* gotop */
.floatIconBar {
	transform: initial;
	z-index: 9;
}

.gotop {
	bottom: 3%;
}

.goTop_area {
	position: relative;
}

.goTop_area img {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .5s ease-in-out;
	min-width: 60px;
	width: 60px;
	height: 45px;
}

.goTop_area .after {
	opacity: 0;
}

.goTop_area:hover .before {
	opacity: 0;
}
.goTop_area:hover .after {
	opacity: 1;
	transform: translateY(-12px);
	transition: all .5s ease-in-out;
}


/* contact_us_box */
.contact_us_box {
	position: fixed;
	z-index: 9;
	right: 0;
	/* bottom: 35%; */
	bottom: 2.2%;
	width: 40px;
	height: 130px;
	background-color: #FFB901;
	transition: all .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.contact_us_box span {
	color: #fff;
	font-size: 24px;
	writing-mode: vertical-lr;
}
.contact_us_box:hover {
	width: 45px;
	height: 135px;
}


/* gdpr */
.gdprBlock {
	min-height: 130px;
	display: flex;
	align-items: center;
}
.gdprBlock:before {
	background-color: #fff;
	opacity: 1;
}

.gdprBlock .gdprBlock_cont {
	max-width: 1560px;
	flex-grow: 1;
}

.gdprBlock .gdprBlock_cont .gdprBlockItem__lt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
}
.gdprBlock .gdprBlock_cont .gdprBlockItem__rt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
}

.gdprBlock__txt {
	font-size: 14px;
	font-weight: 400;
	color: #606060;
	text-align: left;
}

.GDPR__btnArea {
	display: flex;
	justify-content: space-evenly;
}
.GDPR__btnArea>a {
	position: relative;
	top: 0;
	width: 45.8%;
	color: #fff;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	display: inline-block;
	border-radius: 50px;
	padding: 0;
	white-space: nowrap;
}
.GDPR__btnArea .gdpr__Btn {
	background-color: #0097e0;
	border: 1px solid #0097e0;
	margin: 0;
}
.GDPR__btnArea .gdpr__Link {
	background-color: #606060;
	border: 1px solid #606060;
	margin-bottom: 0;
}

.GDPR__btnArea>a:hover {
	top: -12px;
	/* transform: translateY(-10px); */
	transition: all .3s ease-in-out;
}
.GDPR__btnArea .gdpr__Btn:hover {
	box-shadow: 0 0 20px rgba(0, 151, 224, .6);
}
.GDPR__btnArea .gdpr__Link:hover {
	box-shadow: 0 0 15px rgba(96, 96, 96, .6);
}


/* index_page */
/* -- banner -- */
.bannerStyle01 {
	position: relative;
}

.bannerStyle01 .swiper-wrapper {
	height: 107vh;
}

.bgVideo,
.banner_img {
	width: 100%;
	/* height: 100%; */
	height: auto;
	padding-bottom: 56%;
	position: relative;
}

.bgVideo video,
.banner_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.bgVideo img {
	position: absolute;
	z-index: 2;
}

/* -- swiper-pagination -- */
.bannerStyle01 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: initial;
	left: initial;
	top: 30%;
	right: 90px;
	width: auto;
}
.bannerStyle01 .swiper-pagination-bullet:before {
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
}
.bannerStyle01 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 15px 0;
	display: block;
}
.bannerStyle01 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	/* background: #000;
	opacity: .4; */
	background: #ccc;
	opacity: 1;
}
.bannerStyle01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	/* -webkit-box-shadow: 0 0 0 1px #fff;
	background: #fff; */
	-webkit-box-shadow: 0 0 0 2px #fff;
	background: #aaa;
	opacity: 1;
}

/* indexBox */
.index_incline {
	position: relative;
	margin-top: -10%;
}
.index_incline::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #fff;
	transform-origin: left bottom;
	transform: skewY(-5deg);
}

.index_page {
	position: relative;
	z-index: 2;
}

.indexBox01 {
	padding: 160px 0 40px;
	z-index: 2;
}

.indexBox01_area .slider-area {
	/* padding-left: 12.6%; */
	padding: 0 25px;
}

.indexBox01_area .slick-initialized .slick-slide {
	/* width: 23.45vw; */
	/* margin-right: 45px; */
	margin: 0 22px;
}

.indexBox01_area .slider-area h3 {
	width: 100%;
	height: 0;
	padding-bottom: 66.5%;
	position: relative;
}

.indexBox01_area .slider-area h3 img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	filter: opacity(0.8);
}

.indexBox01_area .slider-area .text_box {
	height: 100px;
	background: #0097E0;
	line-height: 100px;
}

.indexBox01_area .slider-area .text_box p {
	color: #fff;
	font-size: 18px;
	margin-left: 60px;
	padding-right: 10px;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.indexBox01_area .slider-area .text_box p::before {
	content: "";
	width: 1px;
	height: 81px;
	background-color: #fff;
	position: absolute;
	top: -20px;
	left: -13px;
	z-index: 2;
}

.indexBox01_area .slick-slider .slick-dots {
	margin-top: 15px;
	margin-right: 13.3%;
}
.slick-slider .slick-dots li+li {
	margin-left: 20px;
}
.slick-slider .slick-dots li button {
	cursor: pointer;
	width: 12px;
	height: 12px;
}
.slick-slider .slick-dots li button:after {
	background: #fff;
	border: 2px solid #BCBEC0;
}
.slick-slider .slick-dots li.slick-active button:after {
	background: #0097E0;
	border: 2px solid #0097E0;
}

.indexBox01_area .slick-slider .slick-arrow {
	background-color: transparent;
	opacity: 1;
	font-size: 0;
	line-height: 0;
}
.indexBox01_area .slick-slider .slick-arrow:hover {
	background-color: transparent;
}
/* .indexBox01_area .slick-slider .slick-arrow.slick-prev {
	left: 10%;
} */
.indexBox01_area .slick-prev:before {
	content: url(../img/applications_slid_pre.png);
	opacity: 1;
}
/* .indexBox01_area .slick-slider .slick-arrow.slick-next {
	right: 9.5%;
} */
.indexBox01_area .slick-next:before {
	content: url(../img/applications_slid_next.png);
	opacity: 1;
}

.indexBox01_area .slick-slide * {
	transition: all .25s linear;
}

.indexBox01_area .slick-list {
	padding-bottom: 15px;
	/* padding-left: 15px; */
}

/* .indexBox01_area 輪播焦點 */
.indexBox01_area .slick-slide:hover
/*,.indexBox01_area .slick-slide.slick-current*/ {
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
.indexBox01_area .slick-slide:hover h3 img
/*,.indexBox01_area .slick-slide.slick-current h3 img*/ {
	filter: opacity(1);
}
.indexBox01_area .slick-slide:hover .text_box
/*,.indexBox01_area .slick-slide.slick-current .text_box*/ {
	background-color: #fff;
}
.indexBox01_area .slick-slide:hover .text_box p
/*,.indexBox01_area .slick-slide.slick-current .text_box p*/ {
	color: #0097E0;
}
.indexBox01_area .slick-slide:hover .text_box p::before
/*,.indexBox01_area .slick-slide.slick-current .text_box p::before*/ {
	background-color: #0097E0;
}
/* 原.indexBox01_area .slick-slide.slick-active
			改.indexBox01_area .slick-slide.slick-current */


.indexBox02 {
	background: url(../img/indexBox02_bg.jpg) fixed no-repeat center / cover;
	color: #fff;
	padding: 230px 0 200px;
	z-index: -1;
}
.indexBox02::before {
	content: "";
	background: linear-gradient(rgba(0,116,163,.9),rgba(0,151,224,.9));
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.indexBox02 .container {
	position: relative;
	z-index: 1;
}

.indexBox02_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.indexBox02_area .indexBox02_left {
	width: 44.5%;
	padding-top: 50px;
	margin-bottom: 1em;
}

.indexBox02_area .indexBox02_right {
	width: 48.5%;
}

.wrapper .block {
		padding: 20px 0;
}

.wrapper .block > * {
		margin-bottom: 10px;
}

.progress-bar {
		height: 1.2px;
		width: 100%;
		position: relative;
		background-color: #1FC4F6;
}

.progress-bar .progress {
		position: relative;
		height: 2px;
		background-color: #00FFFF;
		border-radius: 0px 2px 2px 0px;
		box-shadow: 0 0 10px #00ffff, 0 0 20px #9AF2F4;
		top: -0.5px;
}

.label {
	opacity: 0;
	color: white;
	text-shadow: 0px 0px 2px #cfd6dd;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px !important;
}
.label>span:first-of-type {
	font-size: 28px;
	margin: 0 30px 0 10px;
}
.label>span:last-of-type {
	font-size: 20px;
	width: 205px;
}
.label>span:last-of-type b {
	position: relative;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin-right: 10px;
}
.label>span:last-of-type b.plus {
	margin-right: 30px;
}
.plus::after {
	content: "+";
	font-size: 36px;
	font-weight: 400;
	position: absolute;
	top: -5px;
}

.label.aos-animate {
		opacity: 1;
}  

.fill-1 {
		width: 33.5%;
}
.fill-2 {
		width: 15%;
}
.fill-3 {
		width: 40%;
}
.fill-4 {
		width: 80.5%;
}


.indexBox03 {
	background-color: #fff;
	z-index: 3;
}

.indexBox03 .pic01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 66%;
}

/* news_items 共用 */
.news_items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 48px;
}

.news_items * {
	transition: all .3s ease-in-out;
}

.news_items>a {
	width: 44%;
	border-bottom: solid 1px #A7A9AC;
	padding: 0 4% 2% 2%;
	margin-bottom: 20px;
}

.news_items .date {
	color: #B5B5B6;
	font-size: 18px;
}

.news_items>a>div {
	display: flex;
}

.news_items .text {
	font-size: 24px;
	color: #595757;
	width: 87%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_items .icon {
	position: relative;
	width: 13%;
}
.news_items .icon .before, .news_items .icon .after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_items .icon .after {
	opacity: 0;
}

.news_items>a:hover .text {
	color: #0097E0;
}
.news_items>a:hover .icon .before {
	opacity: 0;
}
.news_items>a:hover .icon .after {
	opacity: 1;
}

/* search_items 共用 */
.search_items_title {
	position: relative;
	font-size: 24px;
	color: #0097E0;
	margin-bottom: 80px;
	padding-left: 10px;
}
.search_items_title::after {
	content: "";
	display: block;
	height: 2px;
	width: 50%;
	background-color: #0097e0;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.search_items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 48px;
}

.search_items * {
	transition: all .3s ease-in-out;
}

.search_items>a {
	width: 98%;
	/* border-bottom: solid 1px #A7A9AC; */
	padding: 0 4% 2% 2%;
	margin-bottom: 20px;
}

.search_items .date {
	color: #B5B5B6;
	font-size: 18px;
}

.search_items>a>div {
	display: flex;
}

.search_items .text {
	font-size: 24px;
	color: #595757;
	/* width: 87%; */
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.search_items .icon {
	/* position: relative;
	width: 13%; */
	display: none;
}
.search_items .icon .before, .search_items .icon .after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search_items .icon .after {
	opacity: 0;
}

.search_items>a:hover .text {
	color: #0097E0;
}
.search_items>a:hover .icon .before {
	opacity: 0;
}
.search_items>a:hover .icon .after {
	opacity: 1;
}

.search_contact {
	padding-left: 10px;
	color: #0097e0;
}


.indexBox04 {
	padding: 40px 0;
	z-index: 1;
}

.the_ethnic_group {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.the_ethnic_group>div {
 width: 14.28%;
	text-align: center;
	z-index: 4;
}

.the_ethnic_group .icon {
	position: relative;
	width: 185px;
	height: 185px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.the_ethnic_group img {
	position: absolute;
	width: 154px;
	height: 154px;
}

.the_ethnic_group img.after {
	opacity: 0;
}

.the_ethnic_group p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 1.5em;
}

.the_ethnic_group a * {
	transition: all .5s linear;
}
.the_ethnic_group a:hover .icon,
.the_ethnic_group a.active .icon {
	/* box-shadow: 0 0 20px rgb(0 255 255 / 80%), 0 0 50px rgb(0 255 255 / 70%), 0 0 80px rgb(0 255 255 / 50%); */
	box-shadow: 0 0 20px rgb(0 255 255 / 80%), 0 0 30px rgb(0 255 255 / 50%);
	background-color: #00ffff;
}
.the_ethnic_group a:hover .icon img.before,
.the_ethnic_group a.active .icon img.before {
	opacity: 0;
}
.the_ethnic_group a:hover .icon img.after,
.the_ethnic_group a.active .icon img.after {
	opacity: 1;
}

.indexBox05 {
	padding: 260px 0 130px;
	z-index: 1;
}

.indexBox05 .title_h1 {
	margin-bottom: 42px;
}

.indexBox05_area {
	padding: 0 0 40px;
}

.indexBox05_area .slick-slider {
	padding: 0 48px;
}

.slider-nav .slick-slide {
    cursor: pointer;
}

.indexBox05_area .slick-slide h3 {
	background-color: transparent;
	padding: 0;
	position: relative;
	text-align: center;
	height: 0;
	padding-bottom: 65%;
}

.indexBox05_area .slick-slide h3 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.indexBox05_area .slider-single {
	margin: .3rem;
}

.indexBox05_area .slider-single h3 {
	overflow: hidden;
	margin-top: 190px;
}

.indexBox05_area .slider-single h3 p {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.indexBox05_area .slider-nav {
	margin-bottom: 30px;
}

.indexBox05_area .slider-nav h3 {
	background-color: transparent;
	margin: .3rem;
}

.indexBox05_area .slick-slider .slick-arrow {
	background-color: transparent;
	color: #000;
	opacity: 1;
	font-size: 0;
	line-height: 0;
}
.indexBox05_area .slick-slider .slick-arrow:hover {
	background-color: transparent;
}
.indexBox05_area .slick-slider .slick-arrow.slick-prev {
	left: 0;
}
.indexBox05_area .slick-prev:before {
	content: url(../img/project_slid_pre.png);
	opacity: 1;
}
.indexBox05_area .slick-slider .slick-arrow.slick-next {
	right: 0;
}
.indexBox05_area .slick-next:before {
	content: url(../img/project_slid_next.png);
	opacity: 1;
}

.indexBox05_area .slick-initialized .slick-slide {
 opacity: 0.7;
}
.indexBox05_area .slick-center {
	position: relative;
	opacity: 1 !important;
	z-index: 3;
	padding: 130px 0;
	transform: scale(1.65);
}
.indexBox05_area .slick-center h3 {
	overflow: visible !important;
	box-shadow: 0 0 15px rgb(0 255 255 / 90%);
	margin-top: 0px !important;
}
.indexBox05_area .slick-center h3::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: linear-gradient(transparent 0%, black 100%);
}
.indexBox05_area .slick-center h3 p {
	opacity: 1;
}
.indexBox05_area .is-active {
	opacity: 1 !important;
}

.indexBox05_area .slider-nav .slick-slide:hover {
	opacity: 1;
	transition: all .3s ease;
}


/* cp_page */
.cowboyPageBanner01 {
	background-color: #fff;
}

.cp_page {
	position: relative;
	z-index: 2;
}

.cpBox01, .cpBox02 {
	z-index: 2;
}

.cpBox01 .textBox_pb {
	margin-bottom: 120px;
}
.cpBox01 sup {
	font-size: 12px;
}

.cpBox01_img_area {
	display: flex;
	flex-wrap: wrap;
}
.cpBox01_img_area>img {
	width: 25%;
}

.cpBox02 {
	padding: 120px 0 0; 
}

.cpBox02 .cpBox02_area {
	max-width: 820px;
	margin: 0 auto;
}

.memorabilia {
	display: flex;
	justify-content: space-between;
}

.memorabilia_year {
	max-width: 130px;
	width: 100%;
	padding-right: 15px !important;
}
/* .memorabilia_year::after {
	content: "";
	position: absolute;
	top: 0;
	right: 27px;
	width: 1px;
	height: 100%;
	background: #afafaf;
	z-index: -1;
} */

.memorabilia_content {
	max-width: 600px;
	width: 100%;
}

.memorabilia_year,
.memorabilia_content {
	/* padding: 80px 0 30px; */
	padding: 55px 0;
}

.memorabilia_year p {
	position: relative;
	font-size: 24px;
	/* margin-bottom: 50px; */
	margin: 25px 0;
	cursor: pointer;
	line-height: 1.2;
}

.memorabilia_content .quadrilateral_bg {
	margin-bottom: 18px;
	margin-top: 25px;
}

.memorabilia_content .quadrilateral_bg span {
	font-size: 24px;
	padding: 8px 25px;
}

.memorabilia_content .small_img {
	width: 70%;
	margin: 0 auto;
}

.mb-50 {
	margin-bottom: 50px;
}

/* .memorabilia .slick-current 焦點 */
.memorabilia_year .slick-current {
	color: #0090d9;
}
/* .memorabilia_year .slick-current p::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 5px solid #0090d9;
	border-radius: 50%;
	right: 0;
} */

/* .memorabilia arrow */
.memorabilia .slick-arrow {
	background-color: transparent;
	opacity: 1;
	color: #000;
	top: auto;
	left: 10% !important;
	transform: initial;
	text-align: start;
}
.memorabilia .slick-slider .slick-arrow.slick-prev {
	top: 0;
}
.memorabilia .slick-slider .slick-arrow.slick-prev img {
	transform: rotate(180deg);
}

.memorabilia .slick-slider .slick-arrow.slick-next {
	right: auto;
	bottom: 0;
}

.memorabilia .slick-slider .slick-arrow:hover {
	background-color: transparent;
}

.cpBox03_block {
	z-index: 0;
}

.cpBox03 {
	color: #fff;
	background: linear-gradient(to left, #00ace3 0%, #0097E0 100%);
	z-index: 1;
}

.cpBox03_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cpBox03_area_left {
	width: 46.85%;
	align-self: center;
}

.cpBox03_area_right {
	width: 49.65%;
	text-align: center;
}

.cpBox04 {
	display: flex;
	flex-wrap: wrap;
	z-index: -1;
}

.cpBox04_left {
	width: 55%;
	padding: 200px 15px 330px;
	background-color: #f8f8f8;
}

.cpBox04_left .textBox_pb {
	padding: 0 11.5%;
}

.cpBox04_right {
	width: 45%;
}
.cpBox04_right>div {
	height: 100%;
	background: url(../img/cpBox04_img01_lg.jpg) rgba(36,36,47,.6);
	-webkit-background-blend-mode: multiply;
	background-blend-mode: multiply;
	-webkit-background-attachment: fixed;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cpBox05 {
	z-index: 1;
}

.cpBox05_area {
	display: flex;
	flex-wrap: wrap;
}

.cpBox05_area>div {
	width: 50%;
}

.cpBox05_left {
	text-align: center;
}

.cpBox05_right {
	padding-left: 42px;
	align-self: center;
}


/* hr_page */
.hrBox02 {
	z-index: 1;
	color: #fff;
}

.hrBox02_area {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hrBox02_area .items {
	width: 38.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hrBox02_area .items:nth-child(n+3) {
	margin-top: 13%;
}

.hrBox02_area .items>div:last-of-type {
	padding-left: 40px;
	align-self: flex-start;
	padding-top: 35px;
}

.hrBox02_area .items p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hrBox03 {
	padding-bottom: 5.3%;
	z-index: 1;
}

.hrBox03 p {
	margin-bottom: 40px;
}

.hrBox03_area {
	margin-top: 30px;
}

.hrBox03_area .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hrBox03_area .items:first-child {
	background-color: #f6f6f5;
	margin-bottom: 13px;
}

.hrBox03_area .items .item {
	background-color: #f6f6f5;
	width: 32.8%;
	display: flex;
}

.hrBox03_area .items .item .item_img {
	width: 45%;
	background: linear-gradient(to left, #00ace3 0%, #0097E0 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 200px;
}
.hrBox03_area .items .item .item_img.no_bgc {
	background: none;
}

.hrBox03_area .items .item .item_img img {
	display: block;
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.hrBox03_area .items .item .item_img img {
		width: 55%;
	}
}
@media (max-width: 1199px) {
	.hrBox03_area .items .item .item_img img {
		width: 40%;
	}
}

.hrBox03_area .items .item .item_img span {
	color: #fff;
	display: inline-block;
	line-height: 1.3;
	margin: 10px 5px 0px;
	font-size: 22px;
}
@media (max-width: 768px) {
	.hrBox03_area .items .item .item_img span {
		font-size: 18px;
	}
}

.hrBox03_area .items .item .item_text {
	width: 55%;
	align-self: center;
	padding-left: 15px;
	padding-right: 5px;
}

.hrBox04 {
	background: linear-gradient(to left, #00ace3 0%, #0097E0 100%);
	color: #fff;
}

.hrBox04_area {
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hrBox04_area .items {
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12%;
}

.hrBox04_area .items>div:first-child {
	max-width: 150px;
	width: 100%;
}

.hrBox04_area .items>div:last-child {
	width: calc(100% - 150px);
	padding-left: 50px;
}

.hrBox04_area h3 {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}

.hrBox04_area p {
	margin-bottom: 0;
}

.hrBox04_area li {
	font-size: 22px;
	display: inline-block;
	margin-right: 18px;
	margin-top: 5px;
}
.hrBox04_area li a {
	font-size: 14px;
	color: #0097e0;
	background-color: #fff;
	width: 180px;
	height: 37px;
	line-height: 37px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
}
.hrBox04_area li a:hover {
	background-color: rgb(0 255 255);
	box-shadow: 0px 0px 25px rgb(0 255 255 / 80%);
	transition: all .5s;
}

.hrBox04_area a.email {
	color: #fff;
}


.hrBox05 {
	z-index: 1;
}

.hrBox05_area {
	max-width: 1230px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.hrBox05_area>div:first-child {
	max-width: 530px;
	width: 100%;
}
.hrBox05_area>div:last-child {
	max-width: 700px;
	width: 100%;
	padding-left: 10.5%;
}

.hrBox05_area li.li_bottom {
	margin-bottom: 7%;
}

.hrBox05_area li span {
	font-size: 22px;
}


/* news */
.newsListType1 {
	margin: 0;
}
/* .page_btn 共用 */
.page_btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}

.page_btn * {
	transition: all .3s ease-in-out;
}

.page_btn a {
	font-size: 20px;
}

.page_btn a img {
	vertical-align: middle;
}

.page_btn .prev small {
	padding-left: 60px;
}
.page_btn .next small {
	padding-right: 60px;
}

.page_btn .prev,
.page_btn .next {
	position: relative;
}

.page_btn .prev img,
.page_btn .next img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.page_btn .prev .before,
.page_btn .prev .after {
	left: 0;
}
.page_btn .next .before,
.page_btn .next .after {
	right: 0;
}

.page_btn .prev .after,
.page_btn .next .after {
	opacity: 0;
}

.page_btn a:hover {
	color: #0097E0;
}
.page_btn a.prev:hover .before,
.page_btn a.next:hover .before {
	opacity: 0;
}
.page_btn a.next:hover .after {
	opacity: 1;
	transform: translate(7px,-50%);
}
.page_btn a.prev:hover .after {
	opacity: 1;
	transform: translate(-7px,-50%);
}

/* .page_btn_list */
.page_btn.page_btn_list {
	justify-content: center;
	padding-top: 20px;
}

.page_btn_list .page_btn_num {
	padding: 0 40px;
}
.page_btn_list .page_btn_num a.active {
	color: #0097E0;
}


/* newsdetail */
.share_social {
	margin-top: 0;
	margin-bottom: 30px;
	color: #0069bf;
}

.share_social img {
	width: 20px;
	height: 20px;
}

.newsD_main {
	margin-bottom: 100px;
}

.newsD_main .big_title {
	margin-bottom: 0;
}

.newsAside .aside_title {
	font-size: 24px;
	font-weight: bold;
	color: #0097E0;
	border-bottom: solid 4px #ffb901;
	padding-bottom: 5px;
	margin-bottom: 14px;
	height: 133px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.newsAside .news_items {
	flex-direction: column;
}

.newsAside .news_items>a {
	width: 100%;
	border-bottom: solid 1.18px #A7A9AC;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

.newsAside .news_items .text {
	font-size: 20px;
	color: #6d6e71;
	-webkit-line-clamp: 2;
	padding-right: 20px;
	line-height: 1.5;
	height: 60px;
}


/* .page_btn_detail */
.page_btn.page_btn_detail {
	justify-content: space-between;
}

.page_btn_detail .page_btn_undo a {
	display: block;
	text-align: center;
	width: 200px;
	border-radius: 20px;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
}
.page_btn_detail .page_btn_undo a i {
	margin-right: 8px;
}


/* contact - b2b_edit.php */
.pageTitleStyle-1:after, 
.pageTitleStyle-1:before {
	width: auto;
	height: auto;
	position: relative;
	left: auto;
	bottom: auto;
	background-color: transparent;
}

.contact_row {
	justify-content: space-between;
}

/* 表單共用設定 */
.cont_form input, .cont_form select, .cont_form textarea {
	border: 1.14px solid #6d6e71;
}

label.must::before {
	display: none;
}
label.must::after {
	color: #ed1c24;
	content: "*";
	margin-left: 5px;
}

.form_group {
	margin-bottom: 30px;
}

.cont_form select {
	background-image: url(../img/arrow_down.png);
}

.asktype_area {
	display: flex;
	flex-wrap: wrap;
}
.asktype_area>div {
	margin-right: 25px;
}
input[type="checkbox"] {
	margin-right: 6px;
	width: 16px;
	height: 16px;
}

.cont_form textarea {
	height: 300px;
}

.authenticateCode .updateCode {
	display: inline-block;
}

.authenticateCode img {
	vertical-align: middle;
}

.authenticateCode a {
	color: #333333;
}

.authenticateCode button {
	height: 35px;
	margin-left: 30px;
}
.btn-cis1 {
	font-size: 18px;
	min-width: 188px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
}

.cont_form input::placeholder,
.cont_form textarea::placeholder {
	color: #808285;
}

/* .contactBox02_block */
.contactBox02_block {
	margin-bottom: 15.5%;
}

.contactBox02_block.incline_tl_br::before {
	background-color: #f6f6f5;
	z-index: -1;
}

.contactBox02 .items {
	margin-bottom: 120px;
}

.contactBox02 h2 {
	margin-bottom: 30px;
}

.contactarea_big {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactarea_big .img_box {
	width: 52.4%;
}
.contactarea_big .text_box {
	width: 47.6%;
	padding-left: 7.3%;
}

.contactarea_big .text_box h2 {
	line-height: 1.2;
}

.contactarea_big ul:first-of-type {
	margin-bottom: 40px;
}

.contactarea_big .ul_left {
	margin-left: 30px;
}

.contactarea_row {
	display: flex;
	flex-wrap: wrap;
}
.contactarea_row>div {
	width: 50%;
}

.contactarea_small {
	display: flex;
	flex-wrap: wrap;
}

.contactarea_small .img_box {
	width: 39.8%;
}

.contactarea_small .text_box {
	width: 60.2%;
	padding: 0 5% 0;
}


/* partner */
.partnerBox {
	margin-bottom: 40px;
}

.partnerBox .item {
	margin-bottom: 70px;
	text-align: center;
}

.partnerBox .text {
	margin-top: 20px;
	font-weight: bold;
	color: #808285;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.partnerBox a:hover .text {
	color: #0069bf;
}


/* warranty */
.warrantyBox01 {
	margin-bottom: 30px;
}

.warranty_table_area {
	padding-left: 2em;
}

.warranty_table_area .table_style {
	max-width: 1339px;
}

.warranty_table_area table th:nth-child(1) {
	width: 305px;
}
.warranty_table_area table th:nth-child(3) {
	width: 165px;
}

.warrantyBox02_block {
	margin-bottom: 15.5%;
	padding-top: 160px;
}

.warrantyBox02_block.incline_tl_br::before {
	background-color: #f9f9f9;
	z-index: -1;
}

.warrantyBox02_area {
	max-width: 1280px;
	margin: 0 auto;
}

/* .file_upload 檔案上傳設定 */
.file_upload {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.file_upload .left * {
	display: inline-block;
}
/* .file_upload .left {
	padding-left: 1em;
} */
.file_upload label:not(:last-of-type) {
	margin-right: 1em;
}

.file_upload_btn {
	display: inline-block;
	cursor: pointer;
	width: auto;
	height: 36px;
	line-height: 36px;
	border: solid 1px #6d6e71;
	background-color: #e6e7e8;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 20px;
}
.file_upload_btn.show_file {
	width: auto;
	height: auto;
	padding: 0 15px;
}
.file_upload_btn img {
	padding-right: 5px;
}

label.agree, 
label.submit {
	color: #fff;
	background-color: #0097E0;
	border-radius: 20px;
	padding: 3px 40px;
}

label.submit {
	cursor: pointer;
	letter-spacing: 2px;
}


/* .service_page */
.service_page table th:nth-child(1) {
	width: 100px;
}
.service_page table th:nth-child(3) {
	width: 220px;
}

.service_page .page_btn.page_btn_list {
	margin-top: 50px;
}


/* .application_page */
.applicationBox02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 130px;
	column-gap: 20px;
}

.applicationBox02 .list {
	width: calc((100% - 60px) / 4);
	display: flex;
	flex-wrap: wrap;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
	@media (min-width: 992px) and (max-width: 1499px) {
		.applicationBox02 .list {
			width: calc((100% - 40px) / 3);
		}
	}
	@media (max-width: 600px) {
		.applicationBox02 .list {
			width: calc((100% - 40px) / 3);
		}
	}
	@media (max-width: 450px) {
		.applicationBox02 .list {
			width: calc((100% - 20px) / 2);
		}
	}

.applicationBox02 .list>div {
	width: 50%;
}

.applicationBox02 .list_img a {
	display: block;
	overflow: hidden;
	height: 100%;
}

.applicationBox02 .list_img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 200/163;
	transition: all .5s;
}
.applicationBox02 .list_img a:hover img {
	transform: scale(1.05);
}

.applicationBox02 .list_text {
	/* padding: 9% 10px 7% 6%; */
	padding: 6% 10px 6% 6%;
	display: flex;
	flex-direction: column;
}

.applicationBox02 .list_text .title {
	flex-grow: 1;
	margin-bottom: 10px;
}
.applicationBox02 .list_text .title span {
	font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.applicationBox02 .read_more {
	text-align: left;
}
.applicationBox02 .read_more a {
	font-size: 16px;
}
	@media (max-width: 1199px) {
		.applicationBox02 .read_more a img {
			padding-left: 5px;
		}
	}


/* .fr_page */
.fr_page table tr:nth-child(1) th:not(:first-child) {
	background-color: #21c2f4;
}

.fr_page table tr:nth-child(1) th:nth-child(1) {
	width: 140px;
}

.fr_page table tr:nth-child(2) th {
	width: 160px;
	background-color: #b2e6f2;
	color: #6d6e71;
	line-height: 1.2;
}
.fr_page table tr:nth-child(2) th:last-child {
	border-right: solid 6px #fff;
}
.fr_page table tr:nth-child(2) th:not(:last-child),
.fr_page table tr td:nth-child(2),
.fr_page table tr td:nth-child(3),
.fr_page table tr td:nth-child(4) {
	border-right: solid 2px #fff;
}


/* .ar_page, .ps_page, .ic_page */
.ar_page table tr th:nth-child(1),
.ps_page table tr th:nth-child(1),
.ic_page table tr th:nth-child(1) {
	width: 140px;
}
.ar_page table tr th:nth-child(3),
.ps_page table tr th:nth-child(3),
.ic_page table tr th:nth-child(3) {
	width: 200px;
}


/* .bo_page */
.bo_page table tr th:nth-child(1),
.irar_page table tr th:nth-child(1) {
	width: 140px;
}
.bo_page table tr th:nth-child(3),
.irar_page table tr th:nth-child(3) {
	width: 150px;
}


/* .smi_page */
.smi_page table tr th:first-child {
	width: 150px;
}

.smi_page table tr th:not(:first-child) {
	background-color: #21c2f4;
	width: calc((1410px - 150px) / 3);
}


/* .committee_page */
.square_title_area .li_obvious {
	font-size: 22px;
	color: #be8a3a;
	margin-bottom: 10px;
}

.square_title_area .li_obvious_black {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* .table_example.table_style 使用在用編輯器設定的表格上 S */
.table_example.table_style {
	margin-bottom: 2.2%;
}

.table_example.table_style th:not(:first-child) {
	background-color: #00c4ed;
}

.table_example.table_style table th:not(:last-child), 
.table_example.table_style table td:not(:last-child) {
	border-right: solid 2px #fff;
}

/* 0329 表格修改要有底線藍色-隱藏的是提版樣式 */
/* .table_example.table_style table th,
.table_example.table_style table td {
	border-bottom: none;
} */

	/* -webkit-scrollbar */
.table_example.table_style::-webkit-scrollbar {
	width: 12px;
	height: 5px;
	background-color: #F5F5F5;
}
.table_example.table_style::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: #bbb;
}
.table_example.table_style::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
	border-radius: 10px;
	background-color: #F5F5F5;
}
	/* .table_example.table_style "指定特殊樣式.class" */
.table_example.table_style .border-top {
	border-top: solid 2px #fff !important;
}
.table_example.table_style .border-left {
	border-left: solid 2px #fff !important;
}
.table_example.table_style .border-right {
	border-right: solid 2px #fff !important;
}
/* 0329 表格修改要有底線藍色-.border-bottom不需要了 */
/* .table_example.table_style .border-bottom {
	border-bottom: solid 2px #fff !important;
} */
.table_example.table_style .background-color-00c4ed {
	background-color: #00c4ed !important;
}
.table_example.table_style .background-color-0097e0 {
	background-color: #0097e0 !important;
}
.table_example.table_style .background-color-ffffff {
	background-color: #ffffff !important;
}
.table_example.table_style .background-color-f6f6f5 {
	background-color: #f6f6f5 !important;
}
/* .table_example.table_style 使用在用編輯器設定的表格上 E */


/* .proAll_page */
.proAllBox01 .item {
 display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.proAllBox01 .item:not(:last-child) {
	border-bottom: 1px solid #b4b4b4;
}

.proAllBox01 .item ul {
	width: 20%;
	padding-right: 15px;
	padding-bottom: 30px;
}

.proAllBox01 .item ul li {
 color: #595757;
}

.proAllBox01 .item ul li:first-child {
	font-size: 22px;
	color: #0097E0;
	margin-bottom: 10px;
}

.proAllBox01 .item ul li a:hover {
	color: #0097E0;
	transition: all .5s;
}


/* productlist_page */
.productlist .sectionBlock {
	margin-bottom: 0;
}

.productlist_editor{
	width:100%;
	word-wrap:break-word;
}

.productlist_area {
	display: flex;
	flex-wrap: wrap;
}

.productlist_area_list {
	width: calc((100% - 150px) / 4);
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
}
.productlist_area_list:not(:nth-child(4n)) {
	margin-right: 50px;
}

.productlist_area_list_img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.productlist_area_list_img a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.productlist_area_list_img a:hover img {
	transform: scale(1.05);
}

.productlist_area_list_text {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.productlist_area_list_text span {
	font-size: 24px;
	color: #0097e0;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.productlist_area_list_text ul {
	margin: 10px 0 20px;
	flex-grow: 1;
}

.productlist_area_list_text ul li {
	line-height: 1.2;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.productlist_area_list_text_input,
.productlist_area_list_text_label {
	display: none;
}


/* .faq_page */
.faqItemStyle-2 .faqItem .faqItem_head {
	font-size: 22px;
}
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_head,
.faqItemStyle-2 .faqItem .faqItem_head:hover {
	color: #0097e0;
	background-color: transparent;
}
.faqItemStyle-2 .faqItem .faqItem_head:after {
	font-size: 14px;
}
.faqItemStyle-2 .faqItem .faqItem_head:hover:after,
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_head::after {
	color: #0097e0;
}
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_body {
	background-color: #f9f9f9;
	padding-left: 70px;
}


/* .stakeholders_page */
/* 企業永續共用 S */
.mb-45 {
	margin-bottom: 45px;
}

.mb-55 {
	margin-bottom: 55px;
}

.lightBlueTop {
	background-color: #00c4ed;
	/* font-size: 24px; */
	color: #fff;
	text-align: center;
	height: 48px;
	padding: 5px 10px;
}

.lightGrayBottom {
	background-color: #f6f6f5;
	padding: 20px 30px;
}

/* .rectangle_style01 */
.rectangle_style01 {
	display: flex;
	flex-wrap: wrap;
}
.rectangle_style01 .rectangle {
 margin-right: 12px;
	margin-bottom: 45px;
	width: calc((100% - 24px) / 3);
	display: flex;
	flex-direction: column;
}
.rectangle_style01 .rectangle:nth-child(3n) {
	margin-right: 0;
}
.rectangle_style01 .lightBlueTop {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
}
.rectangle_style01 .lightGrayBottom {
	flex-grow: 1;
}

/* .rectangle_style02 */
.rectangle_style02 {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.rectangle_style02 .rectangle {
 margin-right: 50px;
	margin-bottom: 50px;
	width: calc((100% - 50px) / 2);
	min-height: 395px;
	display: flex;
	flex-direction: column;
	padding: 50px 30px;
}
.rectangle_style02 .rectangle:nth-child(2n) {
	margin-right: 0;
}
.rectangle_style02 .rectangle:nth-child(1) {
	background-color: #00c4ed;
}
.rectangle_style02 .rectangle:nth-child(2) {
	background-color: #00b0e7;
}
.rectangle_style02 .rectangle:nth-child(3) {
	background-color: #0096df;
}
.rectangle_style02 .rectangle:nth-child(4) {
	background-color: #0082d6;
}
.rectangle_style02 .rectangle .top {
	text-align: center;
	margin-bottom: 30px;
}
.rectangle_style02 .rectangle .top span {
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	opacity: 0.25;
}
.rectangle_style02 .rectangle .text {
	flex-grow: 1;
}
.rectangle_style02 .rectangle .text span {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
}
.rectangle_style02 .rectangle .text p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}

/* .rectangle_style03 */
.rectangle_style03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rectangle_style03 .rectangle {
	margin-bottom: 25px;
	width: 49.5%;
	padding: 20px;
	background-color: #f6f6f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 178px;
}
.rectangle_style03 .number {
	width: 170px;
	padding-left: 2.5%;
}
.rectangle_style03 .text {
	width: calc(100% - 170px);
}
.rectangle_style03 .number span {
	font-weight: bold;
	line-height: 1;
	font-size: 100px;
	color: rgba(135,135,135,0.2);
}
.rectangle_style03 .text p {
	margin-bottom: 0;
}

/* .rectangle_style04 */
.rectangle_style04 .rectangle {
	display: flex;
	flex-wrap: wrap;
}
.rectangle_style04 .rectangle .left {
	width: 25.5%;
	background-color: #0097e0;
	display: flex;
	justify-content: center;
	align-items: center
}
.rectangle_style04 .rectangle .right {
	width: 74.5%;
	background-color: #f6f6f5;
	padding: 45px 50px;
}
.rectangle_style04 .rectangle ol {
	padding-left: 2.2em;
	padding-bottom: 5.5%;
}
.rectangle_style04 .rectangle .download {
	text-align: right;
}

/* .round_style01 */
.round_style01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 6.5%;
}
.round_style01 .round {
	width: 25%;
	padding: 0 27.5px;
	margin-bottom: 20px;
}

/* .table_cross */
.table_cross {
	overflow: auto;
	padding-bottom: 10px;
}
.table_cross table {
	width: 100%;
	white-space: nowrap;
}
.table_cross tbody tr {
	border-bottom: 1px solid #006699;
}
.table_cross tbody tr:last-child {
	border-bottom: transparent;
}
.table_cross tr th:not(:last-child) {
	border-right: solid 1px #fff;
}
.table_cross tr th {
	padding: 27.5px 20px;
	font-weight: 400;
}
.table_cross tr td {
	background-color: #f6f6f5;
	height: 220px;
}
.table_cross tr td.text {
	padding: 40px;
	line-height: 2;
	white-space: initial;
	vertical-align: text-top;
}
.table_cross tr td.blue {
	background-color: #0097e0;
}
.table_cross tr td.gray {
	background-color: #878787;
}
.table_cross .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 10px;
}

/* .table_grayBg_borderBold */
.table_grayBg_borderBold {
	overflow: auto;
	padding-bottom: 10px;
}

.table_grayBg_borderBold table {
	white-space: nowrap;
	width: 100%;
}

.table_grayBg_borderBold table th,
.table_grayBg_borderBold table td {
	padding: 5px 10px;
	vertical-align: middle;
	height: 48px;
}

.table_grayBg_borderBold table th:not(:last-of-type),
.table_grayBg_borderBold table td:not(:last-of-type) {
	border-right: solid 7px #fff;
}

.table_grayBg_borderBold tr {
	background-color: #f6f6f5;
}
/* 改細線_左深灰.td_style02_新表格 */
.table_grayBg_borderBold.moreThin table th:not(:last-of-type),
.table_grayBg_borderBold.moreThin table td:not(:last-of-type) {
	border-right: solid 3px #fff;
}
.table_grayBg_borderBold.moreThin table td{
	text-align: center;
}
.table_grayBg_borderBold.moreThin table {
    width: 100%;
    max-width: 912px;
	margin: 0 auto;
}
.table_grayBg_borderBold.moreThin table .tableRemark{
	background: #fff;
    text-align: left;
    white-space: normal;
    font-size: 14px;
    padding-top: 15px;
}
.table_grayBg_borderBold.table_sameH table th{
	height: 60px;
}
.table_grayBg_borderBold.table_sameH table td{
	height: 70px;
}
.table_grayBg_borderBold.td_left table{
	width: 100%;
	max-width: 700px;
}
.table_grayBg_borderBold.td_left td{
	text-align: left;
}
.table_grayBg_borderBold.td_left table td:not(:last-of-type){
	text-align: center;
}

.table_grayBg_borderBold tr:not(:last-of-type) {
	border-bottom: 2px solid #fff;
}

.table_grayBg_borderBold tr th {
	background-color: #00c4ed;
	color: #fff;
	/* font-size: 24px; */
	font-weight: 400;
	text-align: center;
}
/* 滾動條樣式 */
.table_grayBg_borderBold::-webkit-scrollbar {
    width: 12px;
				height: 5px;
    background-color: #F5F5F5;
}
.table_grayBg_borderBold::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #bbb;
}
.table_grayBg_borderBold::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/* 企業永續共用 E */

.stakeholdersBox02 {
	margin-top: 120px;
}

.stakeholdersBox02 i {
	color: #fbb040;
}

.esg_contact {
	margin-bottom: 50px;
}
.esg_contact p {
	margin-bottom: 0.5em;
}
.esg_contact span,
.esg_contact span a {
	color: #003b91;
}
.esg_contact span:first-of-type {
	margin-right: 100px;
}
.esg_contact i {
	color: #fbb040;
}
.esg_contact span a:hover {
	color: #0097E0;
}

.stakeholdersBox03_block::before {
	background-color: #f6f6f5;
	z-index: -1;
}
.stakeholdersBox03_block::after {
	content: "";
	background-color: #f6f6f5;
	z-index: -1;
	width: 100%;
	height: 45vh;
	position: absolute;
	top: 100%;
	left: 0;
}

.stakeholders_form {
	max-width: 1150px;
	margin: 0 auto;
}

.stakeholders_form .authenticateCode button {
	margin-left: 6%;
	flex: 0 1 125px;
	max-width: 125px;
	min-width: 125px;
}


/* .cem_page */
.cemBox01, .cemBox02 {
	margin-bottom: 120px;
}

/* .cemBox01 .text_left {
	max-width: 1116px;
	margin-right: auto;
} */
.cemBox01 .text_left p {
	margin-bottom: 0;
}

.cemBox01 .download {
	text-align: right;
}
.download a.quadrilateral_bg {
	display: inline-block;
	margin-bottom: 0;
}
.download a.quadrilateral_bg span {
	font-size: 18px;
	font-weight: bold;
	padding: 16px 27px;
}
.download a.quadrilateral_bg:hover {
	transition: all .5s;
	transform: scale(1.08);
}

.cem_table01 {
	overflow: auto;
	padding-bottom: 10px;
}
.cem_table01 table {
	white-space: nowrap;
	text-align: center;
	width: auto;
	margin: 0 auto;
}
.cem_table01 table * {
	padding: 5px 10px;
}
.cem_table01 table th,
.cem_table01 table td {
	height: 48px;
}

.cem_table01 tr:nth-child(odd) {
	background-color: #f6f6f5;
}

.cem_table01 tr th {
	background-color: #00c4ed;
	color: #fff;
	/* font-size: 24px; */
	font-weight: 400;
}
.cem_table01 tr:last-child td {
	background-color: #00c4ed;
	color: #fff;
}

.cem_table01 tr th:first-child,
.cem_table01 tr:last-child td:first-child {
	background-color: #0097e0;
	color: #fff;
	/* font-size: 24px; */
	font-weight: 400;
}

.cem_table01 tr th:not(:last-child),
.cem_table01 tr td:not(:last-child) {
	border-right: solid 2px #fff;
}

.cem_table01 tr th {
	/* width: calc((100% - 168px) / 4); */
	width: 180px;
}
.cem_table01 tr th:first-child {
	/* width: 160px; */
	width: 120px;
}
/* 滾動條樣式 */
.cem_table01::-webkit-scrollbar {
    width: 12px;
				height: 5px;
    background-color: #F5F5F5;
}
.cem_table01::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #bbb;
}
.cem_table01::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #F5F5F5;
}


.cemBox02 .table_cross tr td:first-child {
	width: 345px;
	min-width: 150px;
}
.cemBox02 .table_cross tr td:last-child {
	width: calc(100% - 345px);
	min-width: 500px;
}


/* .ec_page */ 
.ecBox01 {
	margin: 25px 0 60px;
}

/* .imgHoverArea 共用-預設一排三個 */
.imgHoverArea {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	margin: 0 auto;
}

.imgHoverArea .listImg {
	width: calc((100% - 100px) / 3);
	margin-bottom: 60px;
	position: relative;
	transition: all .5s;
}
.imgHoverArea .listImg::before {
	content: "";
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	@media (max-width: 1199px) {
		.imgHoverArea .listImg {
			width: calc((100% - 50px) / 2);
		}
	}
	@media (max-width: 500px) {
		.imgHoverArea .listImg {
			width: 100%;
		}
	}

.imgHoverArea .listImg>img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 417/417;
}

.imgHoverArea .imgTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.imgHoverArea .imgTxt p {
	margin-bottom: 0;
	padding: 0 5px;
}

.imgHoverArea .hoverIn {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 11.76% 7.058%;
	background-color: #0097e0;
	opacity: 0;
	transition: all .5s;
	pointer-events: none;
	max-height: 100%;
	overflow-y: auto;
}
.imgHoverArea .hoverIn .top {
	margin-bottom: 8.219%;
}
.imgHoverArea .hoverIn .top span {
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	opacity: 0.25;
}
.imgHoverArea .hoverIn .text span {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.imgHoverArea .hoverIn .text p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}

.imgHoverArea .listImg:hover .hoverIn {
	top: 0;
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}
/* 滾動條樣式 */
.imgHoverArea .hoverIn::-webkit-scrollbar {
    width: 5px;
				height: 5px;
    background-color: #F5F5F5;
}
.imgHoverArea .hoverIn::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #bbb;
}
.imgHoverArea .hoverIn::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #F5F5F5;
}


.ecBox02 {
	margin-bottom: 90px;
}

/* .bigImgContent 共用 */
.bigImgContent {
	position: relative;
}

.bigImgContent .Img img {
	display: block;
	width: 100%;
}

.bigImgContent .Content {
	position: relative;
	width: 63.05%;
	margin: -13% auto 0;
	padding: 2.627% 5.254% 0;
	background-color: #fff;
	z-index: 2;
}

.bigImgContent .rectangle_style03 .rectangle {
	width: 100%;
}
	@media (max-width: 1199.98px) {
		.bigImgContent .Content {
			width: 85%;
		}
	}
	@media (max-width: 576px) {
		.bigImgContent .Content {
			width: 95%;
			padding: 15px;
			margin: -10% auto 0;
		}
	}


.ecBox03 .table_cross tr td:nth-child(odd) {
	width: 250px;
	min-width: 150px;
}
.ecBox03 .table_cross tr td:nth-child(even) {
	width: 435px;
	min-width: 350px;
}
.ecBox03 .table_cross tr td.text {
	padding: 20px;
	vertical-align: middle;
}
.ecBox04{
	margin-top: 90px;
	display: block;
}

/* .sum_page */
.sumBox01 .rectangle_style02 {
	max-width: 880px;
}

.sumBox02 {
	margin-top: 90px;
}

.sumBox02_area {
	display: flex;
	flex-wrap: wrap;
}
.sumBox02_area .list {
	position: relative;
	padding-left: 30px;
	margin-right: 5.9%;
	width: calc((100% - 5.9%) / 2);
	margin-bottom: 40px;
}
.sumBox02_area .list:nth-child(2n) {
	margin-right: 0;
}
.sumBox02_area .list:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.sumBox02_area .list .mid_title::before {
	left: 0;
}

.sumBox02_area .list p {
	margin-bottom: 0;
}
.supply-management_1 .sumBox03 {
	margin-top: 45px;
}
@media (min-width: 768px){
	.supply-management_1 .sumBox02_area .list {
		padding-left: 0px;
	}
	.supply-management_1 .sumBox02_area .list .mid_title::before {
		left: -28px;
	}
}
@media (max-width: 767.98px){
	.supply-management_1 .sumBox02_area .list .mid_title::before {
		padding-left: 5px;
	}
	.supply-management_1 .sumBox02_area .list {
		padding-left: 0px
	}
	.supply-management_1 .sumBox02 .mid_title h3{
		padding-left: 30px
	}
}


/* .solution_page */
.solutionBox01 .the_ethnic_group .icon {
	box-shadow: 2px 5px 13px rgb(0 0 0 / 10%);
}
.solutionBox01 .the_ethnic_group p {
	color: #595757;
}

	/* .group_area */
.group_area {
	margin-bottom: 80px;
}

.group_content {
	margin-top: 80px;
}
.group_content .content {
	overflow: hidden;
	width: 100%;
	height: 0;
}
/* 編輯器限高 */
/* .group_content .text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
} */

.group_content .img_area {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.group_content .img_area>div {
	margin-right: 30px;
	width: calc((100% - 60px) / 3);
}
.group_content .img_area>div:nth-child(3n) {
	margin-right: 0;
}
.group_content .img_area img {
	aspect-ratio: 450 / 300;
	display: block;
}
.group_content .read_more {
	margin-top: 60px;
	padding-bottom: 30px;
}

.group_content .content.active {
	height: auto;
}

.solutionBox02_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solutionBox02_area .left {
	width: 48.5%;
}
.solutionBox02_area .right {
	width: 47%;
}
.solutionBox02_area .left p {
	margin-bottom: 30px;
}


/* .project_page */
.project_page .category_list {
	margin: 50px 0 70px;
}
.project_page .category_list a {
	width: calc((100% - 160px) / 5);
}

/* .container_full {
	padding-right: 15px;
	padding-left: 15px;
} */
.container_w1480 {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.projectBox01 {
	max-width: 1480px;
	margin: 0 auto;
}
.project_content {
	padding: 0 35px;
}
.project_content .mid_title {
	margin-bottom: 0;
}
.project_content .slick-arrow.slick-disabled {
	color: #bcbec0;
}
.project_content .slick-arrow i {
	font-size: 48px;
	font-weight: bold;
}

.project_content_row {
	padding-left: 62px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project_content_row .text {
	width: 46%;
	margin-top: 25px;
}
.project_content_row .img {
	width: 47.8%;
}
.project_content_row .project_img_slide img {
	aspect-ratio: 645/400;
	object-fit: cover;
}
.project_content_row .project_img_slide .slick-dots {
	margin-top: 20px;
}

.project_content .read_more {
	margin-top: 40px;
	padding-bottom: 30px;
}
.project_content .read_more img {
	display: inline-block;
}


/* .esg_page */
.esg_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}
.esg_unit .left {
	width: 44%;
}
.esg_unit .right {
	width: 52%;
}

.esg_unit .table_grayBg_borderBold table th:not(:last-of-type), 
.esg_unit .table_grayBg_borderBold table td:not(:last-of-type) {
    border-right: solid 4px #fff;
}

.esg_unit .table_grayBg_borderBold table tr td:last-child {
	padding-left: 30px;
}

.td_style01 {
	background-color: #eaeaea;
	text-align: center;
	line-height: 1.2;
}
.td_style02 {
	background-color: #878787;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
.esg_group .table_grayBg_borderBold {
	margin: 45px 0 80px;
	text-align: center;
}

.esg_group table {
	width: auto;
	margin: 0 auto;
}
.esg_group table th {
	/* width: 330px; */
	width: 250px;
}

.esgBox02 .rectangle_style02 .rectangle {
	width: calc((100% - 150px) / 4);
	min-height: 350px;
	padding: 35px 35px 25px;
}
.esgBox02 .rectangle_style02 .rectangle:nth-child(odd) {
    background-color: #0097e0;
}
.esgBox02 .rectangle_style02 .rectangle:nth-child(even) {
    background-color: #878787;
}
.esgBox02 .rectangle_style02 .rectangle .top {
    margin-bottom: 20px;
				min-height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.esgBox02 .rectangle_style02 .rectangle .text span {
    text-align: center;
    display: block;
}
.esgBox03 .imgHoverArea{
	color: #585757;
}
.esgBox03 .imgHoverArea .listImg .hoverIn{
	opacity: 1;
	top: 0;
	position: relative;
    background-color: #ffffff;
    border: solid 1px #b9b9b9;
}
.esgBox03 .imgHoverArea .hoverIn ol {
    text-align: left;
}
.esgBox03 .imgHoverArea .hoverIn .text li {
    font-size: 16px;
}
.esgBox03 .imgHoverArea .hoverIn .top span {
    font-size: 46px;
    line-height: 80px;
    opacity: 1;
    background: #0097e0;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
}

/* .environmental_page */
.environmentalBox01 .imgHoverArea {
	max-width: 880px;
}
.environmentalBox01 .imgHoverArea .listImg {
	width: calc((100% - 50px) / 2);
}
@media (max-width: 500px) {
	.environmentalBox01 .imgHoverArea .listImg {
		width: 100%;
	}
}

.environmentalBox01 .rectangle_style01 {
	max-width: 880px;
	margin: 0 auto 6%;
}
.environmentalBox01 .rectangle_style01 .rectangle {
	margin-right: 50px;
	width: calc((100% - 50px) / 2);
}
.environmentalBox01 .rectangle_style01 .rectangle:last-child {
	margin-right: 0;
}
.environmentalBox01 .rectangle_style01 li.file a {
	font-weight: 500;
	color: #fbb040;
}
.environmentalBox01 .rectangle_style01 li.file a:hover {
	color: #0097E0;
}

.environmentalBox02 table {
	white-space: initial;
}

.environmentalBox02_table01 table th {
	padding: 5px 1.85%;
}
.environmentalBox02_table01 table td {
	padding: 2.2% 1.85%;
}
.environmentalBox02_table01 table thead tr:first-child {
	border-bottom: 7px solid #fff;
}
.environmentalBox02_table01 table thead tr:last-child th:nth-child(1) {
	background-color: #0096df;
	width: 120px;
	min-width: 90px;
}
.environmentalBox02_table01 table thead tr:last-child th:nth-child(2) {
	width: 385px;
	min-width: 300px;
}
.environmentalBox02_table01 table thead tr:last-child th:nth-child(3) {
	width: 425px;
	min-width: 350px;
}
.environmentalBox02_table01 table thead tr:last-child th:nth-child(4) {
	width: 410px;
	min-width: 350px;
}
.environmentalBox02_table01 table tbody tr td:first-child {
	text-align: center;
}

.environmentalBox02 .mid_title_area {
	margin: 60px 0 120px;
}

.environmentalBox02_table02 table th {
	line-height: 1.2;
	padding: 5px 10px;
}
.environmentalBox02_table02 table td {
	padding: 2.2% 10px;
}
.environmentalBox02_table02 table thead tr:first-child th:nth-child(1) {
	background-color: #0096df;
	min-width: 125px;
}
.environmentalBox02_table02 table thead tr:first-child th:nth-child(2) {
	min-width: 150px;
}
.environmentalBox02_table02 table thead tr:first-child th:nth-child(3) {
	min-width: 330px;
}
.environmentalBox02_table02 table thead tr:first-child th:nth-child(4) {
	min-width: 230px;
}
.environmentalBox02_table02 table thead tr:first-child th:nth-child(5) {
	min-width: 220px;
}
.environmentalBox02_table02 table thead tr:first-child th:nth-child(6) {
	min-width: 250px;
}
.environmentalBox02_table02 table thead tr:last-child th:nth-child(1),
.environmentalBox02_table02 table thead tr:last-child th:nth-child(2) {
	min-width: 165px;
}
/* 滾動條樣式 */
.environmentalBox02_table01::-webkit-scrollbar,
.environmentalBox02_table02::-webkit-scrollbar {
    width: 12px;
				height: 5px;
    background-color: #F5F5F5;
}
.environmentalBox02_table01::-webkit-scrollbar-thumb,
.environmentalBox02_table02::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #bbb;
}
.environmentalBox02_table01::-webkit-scrollbar-track,
.environmentalBox02_table02::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #F5F5F5;
}


/* .imgTxtArea 共用 - 圖左文右 */
.imgTxtArea {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.967%;
	justify-content: space-between;
}
.imgTxtArea>div {
	position: relative;
	width: 48.5165%;
}

.imgTxtArea .left img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imgTxtArea .right .list {
	background-color: #f6f6f5;
	padding: 6.15% 4.6%;
}
.imgTxtArea .right .list + .list {
	margin-top: 20px;
}
	@media (max-width: 991px) {
		.imgTxtArea>div {
			width: 100%;
		}
		.imgTxtArea .right {
			margin-top: 20px;
		}
	}


/* .imgTxtInclineArea 共用 - 文左右放斜切圖 */
.imgTxtInclineArea {
	position: relative;
	background-color: #f6f6f5;
	min-height: 475px;
	padding-top: 60px;
	overflow: hidden;
}

.imgTxtInclineArea .imgTxt {
	position: relative;
	z-index: 2;
	max-width: 430px;
}
@media (min-width:1101px) {
	.imgTxtInclineArea .imgTxt {
		padding-bottom: 30px;
	}
}

.imgTxtInclineArea .rectangle_style03 .rectangle {
	width: 100%;
	min-height: auto;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.imgTxtInclineArea .rectangle_style03 .rectangle + .rectangle {
	margin-top: 30px;
}

.imgTxtInclineArea .rectangle_style03 .number {
	width: 110px;
	padding-left: 0;
} 
.imgTxtInclineArea .rectangle_style03 .number span {
	font-size: 65px;
} 
.imgTxtInclineArea .rectangle_style03 .text {
	width: calc(100% - 110px);
}

.imgTxtInclineArea .imgIncline {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 100%;
}
.imgTxtInclineArea .imgIncline img {
	display: block;
	margin-left: auto;
	transition: all .5s;
	height: 100%;
}
.imgTxtInclineArea .imgIncline img.two {
	display: none;
}
@media (max-width: 1600px) {
	.imgTxtInclineArea .imgIncline img {
		transform: translateX(7%);
	}
}
@media (max-width: 1499px) {
	.imgTxtInclineArea .imgIncline img {
		transform: translateX(33%);
	}
}
@media (max-width: 1199px) {
	.imgTxtInclineArea .imgIncline img {
		transform: translateX(48%);
	}
}
/* 1100px就會掉下來了 */
@media (max-width: 1100px) {
	.imgTxtInclineArea {
		padding-top: 43px;
	}
	.imgTxtInclineArea .imgIncline {
		position: relative;
		margin-top: 43px;
	}
	.imgTxtInclineArea .imgIncline img {
		/* transform: translateX(61%); 三角 */
		transform: none;  /* 梯形、長方形 */
	}
	.imgTxtInclineArea .imgIncline img.one {
		display: none;
	}
	.imgTxtInclineArea .imgIncline img.two {
		display: block;
	}
}


.environmentalBox03 .tableArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.environmentalBox03 .tableArea>div {
	width: 48.3%;
	text-align: center;
}

.environmentalBox03 .rectangle_style02 {
	max-width: 880px;
}


.top_menu01 a .governancepc {
	display: -webkit-box;
}
.top_menu01 a .governancemb {
	display: none;
}
@media (max-width: 1200px) {
	.top_menu01 a .governancepc {
		display: none ;
	}
	.top_menu01 a .governancemb {
		display: -webkit-box;
	}
}



/* .dc_page 下載中心頁 */
/* .dc_page .table_style tr:hover a {
	color: #0097E0;
	cursor: pointer;
} */
.dc_page .table_style tr:hover {
	color: #0097E0;
	cursor: pointer;
}
.dc_page .table_style tr:hover .before {
	display: none;
}
.dc_page .table_style tr:hover .after {
	display: inline-block;
}

.dc_page table th:nth-child(1) {

}

	/* .dcModal 彈跳視窗 */
.dcModal.modal {
	max-width: 600px;
	margin: 30px auto;
	background-color: #fff;
	padding: 0;
}

.dcModal .fancybox-close-small {
	width: 62px;
	height: 62px;
}
.dcModal .fancybox-close-small:after {
	color: #333333;
	top: 15px;
	right: 15px;
}

.dcModal .inner > div {
	padding: 15px;
}	

.dcModal .top .title {
	font-size: 18px;
	color: #be8a3a;
}

.dcModal .center {
	font-size: 16px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.dcModal .bottom {
	text-align: right;
}
.dcModal .bottom .blue_bg {
	display: inline-block;
	padding: 5px 10px;
}






















/* ----------------------------------------Media-------------------------------------- */
/* 因為上選單箭頭突出，更改.container */
@media (min-width: 768px) {
	.container {
		width: 698px;
	}
	.top_menu01_area::before {
		width: calc(100% - 28px);
		left: 14.6px;
	}
	.top_menu_block .slick-slider {
		padding: 0 14px;
	}
	.top_menu_block .slick-slider .slick-arrow.slick-prev {
		left: -20px;
	}
	.top_menu_block .slick-slider .slick-arrow.slick-next {
		right: -20px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 922px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
	.container {
		width: 1130px;
	}
}
@media (min-width: 1500px) {
	.container {
		width: 1440px;
	}
}

/* 因為內容輪播箭頭突出，設置.container_w1480 */
@media (min-width: 808px) {
	.container_w1480 {
		width: 808px;
	}
}
@media (min-width: 1032px) {
	.container_w1480 {
		width: 1032px;
	}
} 
@media screen and (min-width: 1240px) and (max-width: 1499px) {
	.container_w1480 {
		width: 1240px;
	}
}
@media (min-width: 1500px) {
	.container_w1480 {
		width: 1480px;
	}
	.indexBox02_area .indexBox02_right img {
    max-width: 42vw;
    min-width: 100%;
	}
}

@media (max-width: 1700px) {
	.headerStyle03 .navBar .navBarContent>div:first-child.navBarContent_01 {
		margin-left: 15px;
		flex: 0 0 170px;
	}
}

@media (max-width: 1600px) {
	.bannerStyle01 .swiper-wrapper {
		height: auto;
	}
	.breadcrumb {
		top: -8vh;
	}
	.gdprBlock .gdprBlock_cont {
		padding: 0 5%;
	}
}

@media (max-width: 1499px) {
	body {
    font-size: 16px;
	}
	a.icon_pdf .before,
	a.icon_pdf .after {
		height: 16px;
	}
	header .navBar .navBarContent_02 .navMenu>li>a {
    font-size: 16px;
	}
	.title_h1 h1, .pageTitleStyle-1 span, .pageTitleStyle-2 span {
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	.big_title {
		font-size: 24px;
	}
	.mid_title, .square_title {
		font-size: 22px;
	}
	.small_title {
		font-size: 20px;
	}
	.quadrilateral_bg span {
		font-size: 22px;
	}
	.top300px::before {
		top: 230px;
	}
	.top_300px::before {
		top: -230px;
	}
	.pt300px {
		padding-top: 230px;
	}
	.pb300px {
		padding-bottom: 230px;
	}
	.indexBox01_area .slick-initialized .slick-slide {
		margin: 0 10px;
	}
	/* .indexBox01_area .slick-slider .slick-arrow.slick-next {
		right: 8.5%;
	} */
	.indexBox01 {
		padding: 80px 0 40px;
	}
	.indexBox02 {
		padding: 230px 0 300px;
	}
	.the_ethnic_group .icon {
		width: 150px;
		height: 150px;
	}
	.the_ethnic_group img {
		width: 140px;
		height: 140px;
	}
	.indexBox05 {
		padding: 230px 0 130px;
	}
	.news_items .text {
		font-size: 18px;
	}
	.memorabilia .slick-arrow {
		left: 5% !important;
	}
	.memorabilia_year p {
		font-size: 20px;
	}
	.hrBox02_area .items {
		width: 50%;
	}
	.hrBox02_area .items>div:first-child {
		text-align: center;
	}
	.hrBox02_area .items>div:first-child img {
		width: 85%;
	}
	.hrBox04_area {
		justify-content: space-around;
	}
	.hrBox04_area .items>div:first-child {
		max-width: 120px;
	}
	.hrBox04_area h3 {
		font-size: 24px;
	}
	.hrBox05_area {
		max-width: 900px;
	}
	.cpBox04_left {
    padding: 100px 15px 230px;
	}
	/* .table_style th,
	.cem_table01 tr th,
	.cem_table01 tr th:first-child, 
	.cem_table01 tr:last-child td:first-child,
	.lightBlueTop,
	.table_grayBg_borderBold tr th,
	.td_style01 {
		font-size: 20px;
	} */
	.table_cross tr th {
    padding: 17.5px 20px;
	}
	.table_cross tr td {
		height: 200px;
	}
	.table_cross .icon {
		padding: 30px 10px;
	}
	.table_cross tr td.text {
		padding: 30px;
	}
	.faqItemStyle-2 .faqItem .faqItem_head {
		font-size: 20px;
	}
	.square_title_area .li_obvious,
	.square_title_area .li_obvious_black {
		font-size: 18px;
	}
	.esgBox02 .rectangle_style02 .rectangle .text span {
		font-size: 18px;
	}
}

@media (max-width: 1439.98px) {
	header .navBar .navBarContent_02 .navMenu {
		margin-right: 0;
	}
	header .navBar .navBarContent_02 .navMenu>li>a {
		padding: 0 0.6em;
		font-size: 16px;
	}
	.bigMenu .quadrilateral_bg span {
		padding: 12px 7px;
	}
}

@media (max-width: 1300px) {
	.bannerStyle01 .swiper-container-horizontal>.swiper-pagination-bullets {
		top: 25%;
		right: 15px;
	}
	/* .indexBox01_area .slick-slider .slick-arrow.slick-next {
		right: 7%;
	} */
}

@media (min-width: 1201px) {
	.cowboy_mbPanel_3 {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.esgBox02 .rectangle_style02 .rectangle:nth-child(2n) {
					margin-right: 50px;
	}
	.esgBox02 .rectangle_style02 .rectangle:nth-child(4n) {
					margin-right: 0;
	}
}

@media (max-width: 1200px) {
	body {
		padding-top: 60px !important;
	}
	.cowboy_mbPanel_3 {
		display: block !important;
	}
	.headerStyle03 {
		display: none;
	}
	.breadcrumb {
		display: none;
	}
	.contact_us_box {
		height: 115px;
	}
	.contact_us_box span {
		font-size: 20px;
	}
	.gdprBlock .gdprBlock_cont {
		flex-direction: column;
	}
	.gdprBlock .gdprBlock_cont .gdprBlockItem__lt,
	.gdprBlock .gdprBlock_cont .gdprBlockItem__rt {
		flex: 0 0 100%;
		width: 100%;
	}
	.gdprBlock__txt {
		text-align: center;
		margin: 20px 10px;
	}
	.GDPR__btnArea>a {
		width: 160px;
	}
}

@media (max-width: 1199.98px) {
	.category_list a {
		width: calc((100% - 80px) / 3);
	}
	.project_page .category_list a {
		width: calc((100% - 80px) / 3);
	}
	.news_items .date {
		font-size: 16px;
	}
	/* .indexBox01_area .slick-slider .slick-arrow.slick-next {
		right: 6%;
	} */
	.indexBox02_area .indexBox02_left {
		width: 100%;
		padding: 0 100px 50px;
	}
	.indexBox02_area .indexBox02_right {
		width: 100%;
		text-align: center;
		padding: 0 100px;
	}
	.the_ethnic_group {
		justify-content: space-evenly;
	}
	.the_ethnic_group>div {
		width: 25%;
	}
	.the_ethnic_group p {
		margin-top: 0.2em;
	}
	.indexBox05_area .slick-center {
		padding: 90px 0;
	}
	.indexBox05_area .slider-single h3 {
		margin-top: 130px;
	}
	.cpBox03_area_left, .cpBox03_area_right,
	.cpBox04_left, .cpBox04_right,
	.cpBox05_area>div {
		width: 100%;
	}
	.cpBox03_area_right {
		order: -1;
		margin-bottom: 30px;
	}
	.cpBox04_left {
		padding: 200px 15px 30px;
	}
	.cpBox04_left .textBox_pb {
		padding: 0;
		max-width: 962px;
		margin: 0 auto;
	}
	.cpBox04_right>div {
			background: url(../img/cpBox04_img01_mb.jpg) rgba(36,36,47,.6);
		-webkit-background-blend-mode: multiply;
		background-blend-mode: multiply;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		height: 80vh;
		padding-bottom: 150px;
	}
	.cpBox04_right img {
		padding: 0 15px;
	}
	.cpBox05_left {
		margin-bottom: 30px;
	}
	.cpBox05_right {
		padding-left: 0;
	}
	.hrBox03_area {
		max-width: 550px;
		margin: 0 auto;
	}
/* 註解第一個.items的子類別分開有間隔 */
/* .hrBox03_area .items:first-child {
		background-color: transparent;
		margin-bottom: 0;
} */
	.hrBox03_area .items .item {
		width: 100%;
		margin-bottom: 13px;
	}
	.hrBox03_area .items:first-of-type .item:nth-child(2) {
		width: 45%;
	}
	.hrBox03_area .items:first-of-type .item:nth-child(3) {
		width: 55%;
		align-self: flex-start;
	}
	/* 註解第一個.items的子類別相同高度 */
	/* .hrBox03_area .items:first-of-type>.item {
		height: 239px;
	} */
	.hrBox03_area .items:first-of-type .item:nth-child(n+2) .item_text {
		width: 100%;
	}
	.hrBox03_area .items:first-of-type .item:nth-child(n+2) .item_img {
		display: none;
	}
	/* .hrBox03_area .items .item .item_img {
		width: 35%;
	}
	.hrBox03_area .items .item .item_text {
		width: 65%;
	} */
	.contactarea_big .img_box {
		width: 100%;
	}
	.contactarea_big .text_box {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contactarea_big .text_box h2 {
		width: 100%;
	}
	.contactarea_big .text_box .ul_left {
		width: 48.5%;
		margin-left: 0;
	}
	.contactarea_big ul:first-of-type {
		margin-bottom: 0;
		padding-right: 30px;
	}
	.contactarea_row.items .contactarea_small:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.contactarea_row>div {
    width: 100%;
	}
	.contactarea_small .img_box {
    width: 31%;
	}
	.contactarea_small .text_box {
    width: 69%;
				padding: 0 0 0 5%;
	}
	.rectangle_style01 .rectangle {
		width: calc((100% - 12px) / 2);
	}
	.rectangle_style01 .rectangle:nth-child(3n) {
		margin-right: 12px;
	}
	.rectangle_style01 .rectangle:nth-child(2n) {
		margin-right: 0;
	}
	.esg_contact span {
		margin-right: 0 !important;
		display: block;
	}
	/* .ecBox01 .rectangle_style02 .rectangle {
		width: calc((100% - 50px) / 2);
		min-height: 425px;
	}
	.ecBox01 .rectangle_style02 .rectangle:nth-child(3n) {
		margin-right: 50px;
	}
	.ecBox01 .rectangle_style02 .rectangle:nth-child(2n) {
		margin-right: 0;
	} */
	.esgBox02 .rectangle_style02 {
		max-width: 700px;
	}
	.esgBox02 .rectangle_style02 .rectangle {
    width: calc((100% - 50px) / 2);
	}
}

@media (max-width: 1080px) {
	/* .indexBox01_area .slick-slider .slick-arrow.slick-next {
		right: 4%;
	} */
}

@media (max-width: 1031px) {
	.project_content_row .text {
		width: 100%;
	}
	.project_content_row .img {
		width: 75%;
		margin: 30px auto 0;
	}
}

@media (min-width: 992px) {
	.newsdetail_row {
		justify-content: space-between;
	}
	.newsdetail_row .col-lg-8 {
		flex: 0 0 71.58%;
		max-width: 71.58%;
	}
	.newsdetail_row .col-lg-4 {
		flex: 0 0 25%;
		max-width: 25%;
	} 
	.contact_row .col-lg-6 {
		flex: 0 0 46.8%;
		max-width: 46.8%;
	}
}

@media (max-width: 992px) {
	.page_btn a {
		font-size: 18px;
	}
}

@media (max-width: 991.98px) {
	.pc_xl {
		display: none;
	}
	.pc_lg {
		display: block;
	}
	footer {
		padding: 150px 0 30px;
	}
	.footer_top .item {
		display: none;
		width: 25%;
	}
	.footer_top .item:nth-child(-n+4) {
		display: block;
	}
	.footer_top.hoverEffect_02 .item ul li {
		display: none;
	}
	.footer_top.hoverEffect_02 .item ul li:nth-child(-n+5) {
		display: block;
	}
	.top_menu01 a, .top_menu02 li a {
		font-size: 18px;
	}
	.index_incline {
		margin-top: 0;
	}
	.top300px::before {
		top: 160px;
	}
	.top_300px::before {
		top: -160px;
	}
	.pt300px {
		padding-top: 160px;
	}
	.pb300px {
		padding-bottom: 160px;
	}
	.indexBox01 {
		padding: 40px 0;
	}
	/* .indexBox01_area .slider-area {
		padding: 0;
	}
	.indexBox01_area .slick-list {
		padding: 0 15px 15px;
	} */
	.indexBox01_area .slider-area .text_box {
		height: 80px;
		line-height: 80px;
	}
	.indexBox01_area .slider-area .text_box p {
		margin-left: 20%;
		font-size: 16px;
	}
	.indexBox01_area .slider-area .text_box p::before {
		height: 70px;
	}
	.indexBox01_area .slick-slider .slick-dots {
		margin-right: 0;
	}
	/* .indexBox01_area .slick-slider .slick-arrow.slick-prev {
		left: 6px;
	} */
	/* .indexBox01_area .slick-slider .slick-arrow.slick-next {
		right: 6px;
	} */
	.news_items>a {
		width: 46%;
		padding: 0 2% 25px 2%;
	}
	.indexBox02 {
  padding: 150px 0 150px;
	}
	.indexBox05 {
    padding: 150px 0 70px;
	}
	.indexBox05_area {
    padding: 15px 0;
	}
	.cpBox04_left .textBox_pb {
		max-width: 738px;
	}
	.hrBox02_area .items {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.hrBox02_area .items>div:last-of-type {
		padding-left: 0;
		align-self: center;
		padding-top: 15px;
	}
	.hrBox04_area .items {
		flex-direction: column;
	}
	.hrBox04_area .items:last-of-type {
		align-self: center;
	}
	.hrBox04_area .items>div {
		max-width: 100% !important;
		width: 100% !important;
	}
	.hrBox04_area .items>div:last-child {
		padding-left: 0;
		padding-top: 15px;
	}
	.cont_form textarea {
		height: 200px;
	}
	.contactarea_big h3 span {
		display: block;
	}
	.file_upload {
		flex-direction: column;
	}
	.file_upload .left {
		padding-left: 0;
	}
	.file_upload .right {
		margin-top: 15px;
	}
	.applicationBox02 .list {
		flex-direction: column;
	}
	.applicationBox02 .list>div {
		width: 100%;
	}
	/* 應用領域圖片限制大小 */
	/* .applicationBox02 .list_img {
		position: relative;
		height: 0;
		padding-bottom: 75%;
	}
	.applicationBox02 .list_img img {
		position: absolute;
	} */
	.applicationBox02 .list_text {
		flex-grow: 1;
		padding: 12% 10px 9% 10px;
	}
	.proAllBox01 .item ul {
		width: 33.33%;
	}
	.productlist_area_list {
		width: calc((100% - 50px) / 2);
	}
	.productlist_area_list:not(:nth-child(4n)) {
		margin-right: 0;
	}
	.productlist_area_list:not(:nth-child(2n)) {
		margin-right: 50px;
	}
	.round_style01 .round {
		width: 40%;
	}
	.cemBox01 .download {
		margin-top: 15px;
	}
	.rectangle_style03 .rectangle {
		width: 100%;
	}
	.solutionBox02_area {
		flex-direction: column;
	}
	.solutionBox02_area .left {
		width: 100%;
	}
	.solutionBox02_area .right {
		width: 100%;
		text-align: center;
		margin: 0 auto 30px;
		order: -1;
	}
	.esg_unit .left {
		width: 100%;
	}
	.esg_unit .right {
		width: 100%;
	}
	.environmentalBox03 .tableArea>div {
    width: 100%;
    padding: 0 10%;
	}
	.environmentalBox03 .tableArea .tableLeft {
		margin-bottom: 35px;
	}
}

@media (max-width: 768px) {
	/* 首頁banner拉高 */
	.bgVideo, .banner_img {
		padding-bottom: 130.8%;
	}
	/* pageBanner 文字 */
	.cowboyPageBanner01 .banner_content {
		text-align: center;
	}
	/* .cowboyPageBanner01 .banner_content .banner_txt_one {
		font-size: 6.35vw;
	}
	.cowboyPageBanner01 .banner_content .banner_txt_two {
		font-size: 3.1vw;
	} */
	.authenticateCode button {
		margin-left: 0 !important;
		display: block;
	}
.contactBox02 .items {
	margin-bottom: 60px;
	}
	.indexBox01_area .slick-initialized .slick-slide {
    margin: 0 15px;
	}
	.page_btn a {
		font-size: 16px;
	}
	.page_btn a.prev {
		padding-right: 10px;
	}
	.page_btn a.next {
		padding-left: 10px;
	}
	.page_btn_detail .page_btn_undo a {
		font-size: 16px;
	}
	.page_btn .prev small {
		padding-left: 45px;
	}
	.page_btn .next small {
		padding-right: 45px;
	}
		.page_btn .prev img, .page_btn .next img {
		top: 46%;
	}
}

@media (max-width: 767.98px) {
/* 標題icon 縮排取消 S */
.big_title_area,
.mid_title_area,
.small_title_area,
.square_title_area {
	padding-left: 0;
}
.big_title_area.indent_less,
.mid_title_area.indent_less,
.small_title_area.indent_less,
.square_title_area.indent_less {
	padding-left: 0;
}
.big_title_area .mid_title_area,
.big_title_area .small_title_area,
.big_title_area .square_title_area {
	padding-left: 0;
}

.big_title,
.mid_title,
.small_title,
.square_title {
	padding-left: 30px;
}
.big_title.no_icon,
.mid_title.no_icon,
.small_title.no_icon,
.square_title.no_icon {
	padding-left: 0;
}

.mid_title::before,
.big_title_area .mid_title::before {
	left: 5px;
}
.small_title::before, 
.big_title_area .small_title::before {
	left: 7px;
}
.square_title::before,
.big_title_area .square_title::before {
	left: 7px;
}

.mid_title_area.indent_less .mid_title::before {
	left: 5px;
}
.small_title_area.indent_less .small_title::before {
	left: 7px;
}
.square_title_area.indent_less .square_title::before {
	left: 7px;
}
/* 標題icon 縮排取消 E */
	.gotop {
		right: 5px;
		width: 45px;
	}
	.title_h1, .pageTitleStyle-1, .pageTitleStyle-2 {
		margin-bottom: 50px;
	}
	.square_title_area {
		margin-bottom: 30px;
	}
	.selectBox select {
		padding: 7px 10px 7px 15px;
		font-size: 18px;
	}
	.textBox_pb p:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.footer_bottom .footer_icon {
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-top: 30px;
	}
	.footer_bottom>div:last-of-type {
		display: block;
	}
	.footer_bottom>div:last-of-type .footer_privacy {
		margin-left: 0;
	}
	.indexBox02_area .indexBox02_left {
		padding: 0 0 50px;
	}
	.indexBox02_area .indexBox02_right {
		padding: 0;
	}
	.the_ethnic_group .icon {
		width: 130px;
		height: 130px;
	}
	.the_ethnic_group img {
		width: auto;
		height: auto;
	}
	.indexBox05_area .slick-slider {
		padding: 0 25px;
	}
	.indexBox05_area .slider-single h3 {
    margin-top: 100px;
	}
	.indexBox05_area .slick-center {
    padding: 70px 0;
	}
	.indexBox05_area .slider-single h3 p {
		right: 5px;
		font-size: 3px;
	}
	.indexBox06 {
		height: 160px;
	}
	.cpBox01 .text {
		margin-bottom: 60px;
	}
	.cpBox01_img_area>img {
    width: 50%;
	}
	.cpBox02 {
		padding-top: 60px;
	}
	.cpBox04_left {
		padding: 120px 15px 30px;
	}
	.hrBox04_area .items>div:first-child img {
		width: 90px;
	}
	.hrBox05_area {
		flex-direction: column;
		justify-content: center;
	}
	.hrBox05_area>div:first-child,
	.hrBox05_area>div:last-child {
		max-width: 100%;
		width: 100%;
	}
	.hrBox05_area>div:first-child {
		text-align: center;
	}
	.hrBox05_area>div:last-child {
		order: -1;
		padding-left: 0;
		max-width: 300px;
		margin: 0 auto;
	}
	.contactarea_big .text_box .ul_left {
		width: 100%;
		margin-left: 0;
	}
	.contactarea_big ul:first-of-type {
		margin-bottom: 30px;
		padding-right: 0;
	}
	.contactarea_big h3 span {
    display: inline-block;
	}
	.applicationBox02 {
		margin-top: 65px;
	}
	.proAllBox01 .item ul li:first-child {
		font-size: 20px;
	}
	.productlist_area_list {
		margin-bottom: 50px;
	}
	.productlist_area_list_text span {
		margin-top: 15px;
		font-size: 20px;
	}
	.faqItemStyle-2 .faqItem .faqItem_head {
		font-size: 18px;
	}
	.stakeholdersBox02 {
    margin-top: 60px;
	}
	.rectangle_style01 {
		justify-content: center;
	}
	.rectangle_style01 .rectangle {
		width: 80%;
		margin-right: 0;
	}
	.rectangle_style01 .rectangle:nth-child(3n) {
		margin-right: 0;
	}
	.cemBox01, .cemBox02 {
    margin-bottom: 60px;
	}
		.ecBox01 {
					margin: 25px 0 0px;
	}
	.rectangle_style02 {
		justify-content: center;
	}
	.rectangle_style02 .rectangle {
		margin-right: 0 !important;
		margin-bottom: 30px !important;
		width: 90% !important;
		min-height: auto !important;
		padding: 20px;
	}
	.rectangle_style02 .rectangle .top {
		margin-bottom: 15px;
	}
	.rectangle_style02 .rectangle .top span {
		font-size: 70px;
	}
	.ecBox02 {
    margin-bottom: 35px;
	}
	.sumBox02 {
		margin-top: 35px;
	}
	.sumBox02_area .list .mid_title {
		padding-left: 0;
	}
	.group_area {
		margin-bottom: 40px;
	}
	.group_content {
		margin-top: 40px;
	}
	.group_content .img_area {
		justify-content: center;
	}
	.group_content .img_area>div {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
				margin-bottom: 20px;
	}
	.group_content .img_area>div:nth-child(2n) {
    margin-right: 0;
	}
	.group_content .img_area>div:nth-child(3n) {
    margin-right: 20px;
	}
	.project_content_row {
		padding-left: 0;
	}
	.project_content_row .img {
		width: 100%;
	}
	.esg_group .table_grayBg_borderBold {
    margin: 45px 0 60px;
	}
	.rectangle_style04 .rectangle {
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
	}
	.rectangle_style04 .rectangle .left,
	.rectangle_style04 .rectangle .right {
		width: 90%;
		padding: 20px 25px;
		padding: 35px 35px 25px;
	}
	.rectangle_style04 .rectangle ol {
		padding-left: 0;
	}
	.environmentalBox01 .rectangle_style01 .rectangle {
					margin-right: 0;
					width: 100%;
					padding: 0 20%;
	}
	.environmentalBox02 .mid_title_area {
					margin: 60px 0 60px;
	}
}

@media (max-width: 576px) {
	.footer_top {
    margin: 25px 0 30px;
	}
	.footer_top .item {
		width: 50%;
		margin-bottom: 15px;
	}
	.gdprBlock .gdprBlock_cont {
		padding: 0;
	}
	.category_list a {
		width: calc((100% - 40px) / 2);
	}
	.project_page .category_list a {
		width: calc((100% - 40px) / 2);
	}
	.footer_bottom input[type="email"] {
		width: 200px;
		padding: 5px 10px;
	}
	.footer_bottom>div:last-of-type>span {
		text-align: center;
	}

	.indexBox01_area .slick-initialized .slick-slide {
		margin: 0;
	}

	.wrapper .block {
		padding: 20px 0 0;
	}
	.label,
	.label>span:first-of-type, 
	.label>span:last-of-type {
		display: block;
		width: 100%;
	}
	.label>span:first-of-type {
		font-size: 22px;
		margin: 0;
	}
	.label>span:last-of-type {
		font-size: 18px;
		margin-top: 10px;
		text-align: right;
	}
	.news_items>a {
		width: 100%;
	}
	.indexBox04 {
		padding: 40px 0 0;
	}
		.the_ethnic_group {
					justify-content: space-evenly;
	}
	.the_ethnic_group>div {
					width: 50%;
	}
	.the_ethnic_group p {
		font-size: 16px;
	}
	.indexBox05_area .slick-center {
		padding: 0;
		transform: scale(1);
	}
	.indexBox05_area .slider-single h3 {
		margin-top: 0;
		box-shadow: none;
	}
	.indexBox05_area .slider-single h3 p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.hrBox03_area .items .item .item_text {
		padding-left: 5px;
	}
	.hrBox04_area li {
		font-size: 16px;
	}
	.hrBox04_area li a {
		width: 130px;
	}
	.page_btn_detail>a {
		width: 32%;
		white-space: nowrap;
	}
	.page_btn_detail .page_btn_undo {
		width: 33%;
	}
	.page_btn_detail .page_btn_undo a {
		width: 100%;
	}
	.page_btn a,
	.page_btn_detail .page_btn_undo a {
		font-size: 14px;
	}
	.page_btn_detail>a,
	.page_btn_detail>div {
		margin-bottom: 10px;
	}
	.contactarea_small .img_box {
    width: 100%;
	}
	.contactarea_small .text_box {
    width: 100%;
				padding: 20px 0 0;
	}
	.proAllBox01 .item ul {
    width: 50%;
	}
	.round_style01 .round {
    width: 50%;
				padding: 0 10px;
	}
	.sumBox02_area .list {
		margin-right: 0;
		width: 100%;
	}
	.sumBox02_area .list:nth-last-child(-n+2) {
		margin-bottom: 40px;
	}
	.sumBox02_area .list:last-child {
		margin-bottom: 0;
	}
/* 手機編輯器限高 */
	/* .group_content .text {
		-webkit-line-clamp: 10;
	} */
	.environmentalBox01 .rectangle_style01 .rectangle {
					padding: 0;
	}
	.environmentalBox03 .tableArea>div {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.pc_lg {
		display: none;
	}
	.sm {
		display: block;
	}
	.productlist_area_list {
		width: 100%;
	}
	.productlist_area_list:not(:nth-child(2n)) {
		margin-right: 0;
	}
	.productlist_area_list_text ul {
		margin: 10px 0;
	}
	.productlist_area_list_text_ul>li:nth-of-type(n+2) {
		display: none;
		opacity: 0;
		max-height: 0;
		font-size: 0;
		transition: .25s ease;
	}
	.productlist_area_list_text_input:checked ~ .productlist_area_list_text_ul>li:nth-of-type(n+2) {
		display: -webkit-box;
		opacity: 1;
		max-height: 999em;
		font-size: inherit;
	}
	.productlist_area_list_text_label {
		display: block; 	
		transition: all .5s ease;
		cursor: pointer;
		font-size: 14px;
		text-align: center;
		color: #0097E0;
		border: 1px solid #0097E0;
		margin-bottom: 20px;
		margin-left: auto;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
	}
	.productlist_area_list_text_input ~ .productlist_area_list_text_label::before{
		content: "\f107";
		font-family: FontAwesome;
	}
	.productlist_area_list_text_input:checked ~ .productlist_area_list_text_label {
		background: #0097E0;
		color: #fff;
	}
	.productlist_area_list_text_input:checked ~ .productlist_area_list_text_label::before {
		content: "\f106";
		font-family: FontAwesome;
	}
	.rectangle_style01 .rectangle {
    width: 100%;
	}
	.rectangle_style03 .number {
		width: 70px;
		padding-left: 0;
	}
	.rectangle_style03 .number span {
		font-size: 50px;
	}
	.rectangle_style03 .text {
		width: calc(100% - 70px);
	}
}


/* 0329 表格要有底線藍色 -備選案增加class控制.bb_A2C8D9 */
.bb_A2C8D9.table_example.table_style table th, 
.bb_A2C8D9.table_example.table_style table td {
    border-bottom: solid 1px #A2C8D9;
}
.bb_A2C8D9.table_example.table_style .border-bottom {
    border-bottom: solid 1px #A2C8D9 !important;
}