@charset "UTF-8";
/* ====================== */
/* 分頁按鈕 pagination     */
/* ====================== */
.portfolio__items:after {
	content: "";
	display: table;
	clear: both;
}

.search__list-input::-webkit-input-placeholder {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.search__list-input::-moz-placeholder {
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.search__list-input:-ms-input-placeholder {
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.search__list-input::-ms-input-placeholder {
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.slider .slick-arrow, .highlight .more, .project .more, .project .slick-arrow, .news .more, .listbox__card-more, .search__list-input::placeholder {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.banner-application__item, .highlight__image, .highlight__image:before, .highlight__image:after, .portfolio__overlay-effect, .portfolio__text, .listbox__card-img, .listbox__card-img:before, .listbox__card-img:after {
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.listbox__card-img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.products__row:after {
	content: '';
	width: 100px;
	height: 24px;
	background-image: url("../../images/icon-cable_line.svg");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100px 12px;
}

.revealOnScroll {
	opacity: 0;
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		        transform: translate3d(20%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		        transform: translate3d(20%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	        animation-name: fadeInRight;
}

@-webkit-keyframes sloganfadeIn {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		        transform: translate3d(200px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@-webkit-keyframes sloganfadeIn2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		        transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.slider .slick-arrow {
	position: absolute !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-family: 'icomoon';
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.slider .prev,
.slider .next {
	top: 50% !important;
	width: 40px;
	height: 40px;
	background-color: #ccc;
	color: #fff;
	border-radius: 5px;
	position: relative;
}

.slider .prev:before,
.slider .next:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 30px;
	line-height: 40px;
	color: inherit;
}

.slider .prev:before,
.slider .next:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.slider .prev:hover,
.slider .next:hover {
	color: #000;
}

@media only screen and (max-width: 768px) {
	.slider .prev,
	.slider .next {
		width: 30px;
		height: 30px;
		color: #fff;
		position: relative;
	}
	.slider .prev:before,
	.slider .next:before {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		font-family: 'icomoon';
		font-size: 20px;
		line-height: 30px;
		color: inherit;
	}
}

.slider .prev {
	left: -50px;
}

.slider .prev:before {
	content: "\f104";
}

.slider .next {
	right: -50px;
}

.slider .next:before {
	content: "\f105";
}

.slider .prev2,
.slider .next2 {
	top: auto !important;
	bottom: 26px;
	z-index: 2;
	left: calc(18vw + 300px);
	width: 30px;
	height: 30px;
	margin: 0 10px;
	padding-left: 10px;
	border-radius: 50%;
	color: #fff;
	position: relative;
}

.slider .prev2:before,
.slider .next2:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 30px;
	font-family: 'icomoon';
	font-size: 30px;
	line-height: 30px;
	color: inherit;
}

.slider .prev2:hover,
.slider .next2:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color: #ed1c2e;
}

@media only screen and (max-width: 1280px) {
	.slider .prev2,
	.slider .next2 {
		left: calc(9vw + 300px);
	}
}

@media only screen and (max-width: 768px) {
	.slider .prev2,
	.slider .next2 {
		bottom: 50%;
	}
}

.slider .prev2:before {
	content: "\f104";
}

@media only screen and (max-width: 768px) {
	.slider .prev2 {
		left: 0;
	}
}

.slider .next2 {
	margin-left: 60px;
}

.slider .next2:before {
	content: "\f105";
}

@media only screen and (max-width: 768px) {
	.slider .next2 {
		left: auto !important;
		right: 0;
	}
}

.banner {
	position: relative;
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
	.banner {
		margin-bottom: 40px;
	}
}

.banner .slick-dots {
	bottom: 40px;
	left: 18vw;
	width: auto;
	height: 30px;
}

@media only screen and (max-width: 1280px) {
	.banner .slick-dots {
		left: 9vw;
	}
}

@media only screen and (max-width: 768px) {
	.banner .slick-dots {
		left: 50%;
		width: 100%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@media only screen and (max-width: 480px) {
	.banner .slick-dots {
		bottom: 20px;
	}
}

.banner .slick-dots li {
	width: 30px;
	height: 30px;
	margin-right: 30px;
	font-family: "Titillium Web", serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	text-align: center;
	border-radius: 50%;
}

.banner .slick-dots li:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 768px) {
	.banner .slick-dots li {
		margin: auto;
		margin: 0 20px;
	}
}

.banner .slick-dots li a {
	color: #fff;
}

.banner .slick-dots li a:hover {
	color: #ed1c2e;
}

.banner .slick-dots li a:hover i:before {
	color: #ed1c2e;
}

.banner .slick-dots .slick-active a {
	color: #ed1c2e;
}

.banner .slick-dots .slick-active a:hover {
	color: #ed1c2e;
}

.banner .slick-dots .slick-active a:hover i:before {
	color: #ed1c2e;
}

.banner .slick-current .banner__item .slogan__title, .banner .slick-current .banner__item .slogan__subtitle {
	-webkit-animation-name: sloganfadeIn;
	        animation-name: sloganfadeIn;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
}

.banner .slick-current .banner__item .slogan__btn {
	-webkit-animation-name: sloganfadeIn2;
	        animation-name: sloganfadeIn2;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
}

.banner__item {
	position: relative;
	background-color: #cfd0d2;
	vertical-align: top;
}

.banner__item img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

.banner .slogan {
	position: absolute;
	left: 18vw;
	bottom: 10vw;
	z-index: 99;
	width: 80%;
}

@media only screen and (max-width: 1280px) {
	.banner .slogan {
		left: 9vw;
		bottom: 9vw;
	}
}

@media only screen and (max-width: 1024px) {
	.banner .slogan {
		left: 9vw;
	}
}

@media only screen and (max-width: 768px) {
	.banner .slogan {
		bottom: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: calc(100% - 100px);
		text-align: center;
	}
}

.banner .slogan__title, .banner .slogan__subtitle {
	display: block;
	padding: 0 0 20px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.banner .slogan__title {
	font-family: "微軟正黑體", Arial, Verdana, Geneva, sans-serif;
	font-size: 62px;
	font-size: 3.875rem;
	line-height: 5rem;
	letter-spacing: 0.15rem;
}

@media only screen and (max-width: 1024px) {
	.banner .slogan__title {
		font-size: 46px;
		font-size: 2.875rem;
		line-height: 3.625rem;
	}
}

@media only screen and (max-width: 480px) {
	.banner .slogan__title {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}

.banner .slogan__subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: 0.1rem;
}

.banner .slogan__btn {
	width: 160px;
	margin: 1vw 0;
	border: 0;
}

@media only screen and (min-width: 1024px) {
	.banner .slogan__btn:hover {
		background-color: #c20e1a;
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@media only screen and (max-width: 768px) {
	.banner .slogan__btn {
		width: 140px;
		margin: 4vw auto;
		padding-left: 35px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
	}
}

.scroll-down {
	bottom: -50px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 10;
	width: 50px;
	height: 70px;
	padding-top: 40px;
	font-family: "Titillium Web", serif;
	font-size: 13px;
	color: #ed1c2e;
	font-weight: bold;
	text-transform: uppercase;
}

.scroll-down:before {
	content: '';
	top: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background-color: #ed1c2e;
}

.banner-application {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	width: 300px;
	height: 100%;
	padding-right: 10px;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(90%, rgba(0, 0, 0, 0.8)));
	background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
}

@media only screen and (max-width: 1024px) {
	.banner-application {
		display: none;
	}
}

.banner-application__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 12vw;
	height: calc(100% / 7);
}

@media only screen and (max-width: 1700px) {
	.banner-application__item {
		width: 180px;
	}
}

.banner-application .banner-application__item + .banner-application__item {
	border-top: 1px solid #3a3a38;
}

.banner-application__image {
	width: 2.5vw;
	height: 2.5vw;
	margin: 15px;
}

.banner-application__image i {
	font-size: 200%;
	color: #fff;
}

.banner-application__image img {
	width: 100%;
	height: auto;
}

.banner-application .icon-application-01 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 5.125rem;
}

.banner-application__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
}

.section {
	padding-top: 4vw;
}

@media only screen and (max-width: 1024px) {
	.section {
		padding-top: 30px;
	}
}

.world_map {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto 20px;
	padding-left: 26%;
}

@media only screen and (max-width: 1280px) {
	.world_map {
		padding-left: 0;
	}
}

.world_map__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	max-width: 600px;
	padding-left: 50px;
}

@media only screen and (max-width: 1280px) {
	.world_map__content {
		position: relative;
		width: 90%;
		max-width: 600px;
		margin: auto;
		padding: 30px 10px;
		text-align: center;
	}
}

.world_map__pewc {
	font-size: 46px;
	font-size: 2.875rem;
	line-height: 3.75rem;
	font-weight: 500;
}

@media only screen and (max-width: 480px) {
	.world_map__pewc {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}

.world_map__title {
	display: block;
	padding: 20px 0 30px;
	font-family: "Titillium Web", serif;
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 4.125rem;
	line-height: 1.1;
	color: #f97d55;
}

@media only screen and (max-width: 1700px) {
	.world_map__title {
		font-size: 46px;
		font-size: 2.875rem;
		line-height: 3.5rem;
	}
}

@media only screen and (max-width: 1280px) {
	.world_map__title {
		padding: 10px 0 20px;
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}

@media only screen and (max-width: 1024px) {
	.world_map__title {
		font-size: 32px;
		font-size: 2rem;
		line-height: 2.25rem;
	}
}

@media only screen and (max-width: 480px) {
	.world_map__title {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 2rem;
	}
}

.world_map__text {
	padding-left: 40px;
	padding-bottom: 40px;
	background-image: url("../../images/electrical_cable.svg");
	background-position: 0 100%;
	background-repeat: no-repeat;
	line-height: 2;
	letter-spacing: 0.1rem;
}

@media only screen and (max-width: 1700px) {
	.world_map__text {
		padding-left: 30px;
		padding-bottom: 30px;
		line-height: 2;
	}
}

@media only screen and (max-width: 1280px) {
	.world_map__text {
		position: relative;
		padding-left: 0;
		padding-bottom: 30px;
		background-image: url("../../images/cable.svg");
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: 70px auto;
		text-align: center;
	}
	.world_map__text:before {
		content: '';
		position: absolute;
		left: 10%;
		bottom: 5px;
		width: 30%;
		height: 4px;
		background-color: #f97d55;
		border-radius: 3px;
	}
	.world_map__text:after {
		content: '';
		position: absolute;
		right: 10%;
		bottom: 5px;
		width: 30%;
		height: 4px;
		background-color: #f97d55;
		border-radius: 3px;
	}
}

.world_map__picture {
	width: 100%;
	padding: 0 10px;
	text-align: right;
}

.description {
	pointer-events: none;
	position: absolute;
	z-index: 5;
	display: none;
	margin: 0 auto;
	padding: 5px 10px;
	background: #4d4d4d;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #fff;
	text-align: center;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
	.description {
		padding: 2px 8px;
	}
}

.description.active {
	display: block;
}

/* ====================== */
/* 首頁 重點強調 highlight */
/* ====================== */
.highlight {
	padding: 100px 20px 50px;
	background-image: url("../../images/highlight_line.svg");
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media only screen and (max-width: 1280px) {
	.highlight {
		background-size: 1680px auto;
	}
}

@media only screen and (max-width: 1024px) {
	.highlight {
		padding-top: 20px;
		background-size: 1200px auto;
	}
}

.highlight__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	max-width: 1680px;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.highlight__row {
		max-width: 600px;
	}
}

.highlight__item {
	position: relative;
	width: calc(100% / 3 - 80px);
	margin: 20px 40px;
}

@media only screen and (max-width: 1280px) {
	.highlight__item {
		width: calc(100% / 3 - 40px);
		margin: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.highlight__item {
		width: calc(100% - 40px);
	}
}

@media only screen and (max-width: 480px) {
	.highlight__item {
		width: calc(100% - 20px);
		margin: 10px 10px 40px;
	}
}

.highlight__item:hover .highlight__image {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.highlight__item:hover .highlight__image:before {
	opacity: 0.6;
}

.highlight__item:hover .highlight__image:after {
	background-color: rgba(237, 28, 46, 0.8);
}

.highlight__item:hover .more {
	display: block;
}

.highlight__image {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.highlight__image {
		border-radius: 10px;
	}
}

.highlight__image:before {
	opacity: 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-image: url("../../images/cable_line.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: translate(55%, 30%);
	    -ms-transform: translate(55%, 30%);
	        transform: translate(55%, 30%);
}

.highlight__image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 28, 46, 0);
}

.highlight__content {
	padding: 10px;
}

.highlight__title {
	padding: 20px 0 30px;
	background-image: url("../../images/icon-cable.svg");
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 60px 12px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #1c1c1c;
	font-weight: 600;
}

.highlight__text {
	padding-top: 15px;
}

.highlight .more {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
	font-family: "Titillium Web", serif;
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
	vertical-align: sub;
}

.highlight .more:after {
	content: '\f105';
	margin-left: 5px;
	font-family: 'icomoon';
	font-size: 24px;
	line-height: 1;
	vertical-align: sub;
}

/* ====================== */
/* 首頁 產品區 product      */
/* ====================== */
.product {
	border-top: 1px solid #ccc;
}

.product__row {
	margin: 3vw 0 10px;
}

@media only screen and (max-width: 480px) {
	.product__row {
		margin: 30px 0;
	}
}

.portfolio {
	width: 100%;
	overflow: hidden;
}

.portfolio__items {
	position: relative;
	margin: 0 -1px;
}

@media only screen and (max-width: 1024px) {
	.portfolio__items {
		height: auto !important;
		margin: 0;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.portfolio__grid {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 1024px) {
	.portfolio__grid:hover .portfolio__overlay-effect {
		top: 0;
		background: rgba(194, 14, 26, 0.85);
	}
	.portfolio__grid:hover .portfolio__text {
		opacity: 1;
		margin-top: 10px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.portfolio__grid:hover .portfolio__text {
		margin-top: 5px;
	}
}

.portfolio__overlay-effect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2vw;
	background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1280px) {
	.portfolio__overlay-effect {
		padding: 1.5vw;
	}
}

@media only screen and (max-width: 1024px) {
	.portfolio__overlay-effect {
		display: block;
		opacity: 1;
		top: 0;
		bottom: auto;
		width: 100%;
		height: 100%;
		padding: 15px;
		background: rgba(0, 0, 0, 0.2);
	}
}

.portfolio__overlay-effect a,
.portfolio__overlay-effect a:hover {
	color: #fff;
}

.portfolio__title {
	width: 100%;
	font-size: 30px;
}

@media only screen and (max-width: 1280px) {
	.portfolio__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		font-size: 24px;
	}
	.portfolio__title > a {
		display: block;
		width: 100%;
		height: 100%;
		white-space: normal;
	}
}

.portfolio__text {
	opacity: 0;
	position: relative;
	width: 100%;
	margin-top: 1.2vw;
}

@media only screen and (max-width: 1024px) {
	.portfolio__text {
		display: none;
		opacity: 1;
		margin-top: 5px;
		font-size: 16px;
		text-align: center;
	}
}

.portfolio__text li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.portfolio__text li:before {
	content: '\f105';
	width: 20px;
	font-family: 'icomoon';
	font-size: 20px;
	font-style: normal;
	color: #fff;
	text-align: center;
}

.masonry {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
	padding: 1px;
}

.masonry.regular {
	width: calc(100% * 0.2);
}

.masonry.wide2 {
	width: calc(100% * 0.4);
}

.masonry.wide3 {
	width: calc(100% * 0.6);
}

@media only screen and (max-width: 1024px) {
	.masonry {
		position: relative;
		top: auto !important;
		left: auto !important;
		display: inline-block;
		width: 30vw !important;
		height: auto !important;
		margin: 1px 1px 15px;
		padding: 0;
		border-radius: 5px;
		vertical-align: top;
	}
	.masonry:first-of-type {
		margin-left: 20px;
	}
	.masonry:last-of-type {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.masonry {
		width: 40vw !important;
	}
}

@media only screen and (max-width: 480px) {
	.masonry {
		width: 65vw !important;
	}
}

/* ====================== */
/* 首頁 標題               */
/* ====================== */
.heading {
	font-size: 58px;
	font-size: 3.625rem;
	line-height: 6.25rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3rem;
}

@media only screen and (max-width: 768px) {
	.heading {
		font-size: 42px;
		font-size: 2.625rem;
		line-height: 5rem;
		letter-spacing: 0.2rem;
	}
}

@media only screen and (max-width: 480px) {
	.heading {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 3.75rem;
	}
}

.heading .color2 {
	color: #ed1c2e;
}

.bg_color {
	background-color: #fcf7f2;
}

/* ====================== */
/* 首頁 服務項目 service    */
/* ====================== */
.service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding-top: 4vw;
	padding-bottom: 4vw;
}

@media only screen and (max-width: 1280px) {
	.service {
		padding: 5vw 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.service {
		padding: 20px;
	}
}

.service__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 27%;
}

@media only screen and (max-width: 1280px) {
	.service__heading {
		font-size: 50px;
		letter-spacing: 0.3rem;
	}
}

@media only screen and (max-width: 1024px) {
	.service__heading {
		width: 100%;
		font-size: 58px;
		letter-spacing: 0.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.service__heading {
		font-size: 42px;
		letter-spacing: 0.1rem;
	}
}

.service__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 72%;
	height: 25vw;
}

@media only screen and (max-width: 1280px) {
	.service__list {
		height: 30vw;
	}
}

@media only screen and (max-width: 1024px) {
	.service__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.service__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-width: 600px;
		margin: auto;
	}
}

@media only screen and (max-width: 480px) {
	.service__list {
		margin: 30px auto;
	}
}

@media only screen and (min-width: 1024px) {
	.service__item.active .service__image, .service__item:hover .service__image {
		opacity: 1;
		z-index: 2;
	}
	.service__item.active .service__content:after, .service__item:hover .service__content:after {
		background-color: #ed1c2e;
		-webkit-transform: scaleX(1.5);
		    -ms-transform: scaleX(1.5);
		        transform: scaleX(1.5);
		-webkit-transform-origin: right;
		    -ms-transform-origin: right;
		        transform-origin: right;
	}
	.service__item.active .service__content .more, .service__item:hover .service__content .more {
		opacity: 1;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	.service__item.active .service__content .more:after, .service__item:hover .service__content .more:after {
		visibility: visible;
		-webkit-transform: scaleX(1);
		    -ms-transform: scaleX(1);
		        transform: scaleX(1);
	}
}

@media only screen and (max-width: 1024px) {
	.service__item {
		width: calc(100% / 3);
		padding: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.service__item {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.service__item {
		padding: 20px 10px;
	}
}

.service__image {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 68%;
	height: 100%;
	padding-right: 5vw;
	overflow: hidden;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

@media only screen and (max-width: 1280px) {
	.service__image {
		padding-right: 4vw;
	}
}

@media only screen and (max-width: 1024px) {
	.service__image {
		opacity: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 0;
		border-radius: 10px;
	}
}

.service__image:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.service__image img {
	width: 100%;
	height: auto;
}

.service__content {
	position: relative;
	right: 0;
	left: 68%;
	z-index: 3;
	width: 30%;
	padding: 15px 0 0 35px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
	.service__content {
		left: 0;
		width: 100%;
		padding: 10px 0 0 35px;
		border: 0;
		overflow: hidden;
	}
}

.service__content:after {
	content: ' ';
	position: absolute;
	display: inline-block;
	top: -2px;
	left: 0;
	right: 0;
	z-index: 3;
	height: 3px;
	background-color: transparent;
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
}

@media only screen and (max-width: 1024px) {
	.service__content:after {
		display: none;
	}
}

.service__content--number {
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.25rem;
	font-weight: 700;
}

@media only screen and (max-width: 1024px) {
	.service__content--number {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.service__content--number {
		border-bottom: 2px solid #ed1c2e;
	}
}

.service__content--title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	.service__content--title {
		padding: 10px 0;
	}
}

.service__content .more {
	opacity: 0;
	position: relative;
	display: inline-block;
	margin-top: 6px;
	padding: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
	font-weight: 500;
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

@media only screen and (max-width: 1280px) {
	.service__content .more {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.service__content .more {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: 16px;
		text-indent: -100px;
	}
}

.service__content .more:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #ed1c2e;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

@media only screen and (max-width: 1024px) {
	.service__content .more:after {
		display: none;
	}
}

/* ====================== */
/* 首頁 交貨實績 project    */
/* ====================== */
.project__row {
	padding: 2vw 40px;
}

@media only screen and (max-width: 768px) {
	.project__row {
		padding: 30px 40px;
	}
}

.project__slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	max-width: 1680px;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.project__slider {
		max-width: 600px;
	}
}

.project__item {
	position: relative;
	width: calc(100% / 4);
	padding: 20px;
}

@media only screen and (max-width: 480px) {
	.project__item {
		padding: 10px;
	}
}

@media only screen and (min-width: 1024px) {
	.project__item:hover .project__image {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.project__item:hover .project__image:before {
		opacity: 0.6;
	}
	.project__item:hover .project__image:after {
		background-color: rgba(237, 28, 46, 0.8);
	}
	.project__item:hover .more {
		display: block;
	}
}

.project__image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.project__image:before {
	opacity: 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-image: url("../../images/cable_line.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: translate(35%, 25%);
	    -ms-transform: translate(35%, 25%);
	        transform: translate(35%, 25%);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.project__image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 28, 46, 0);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.project__content {
	padding: 10px;
	text-align: center;
}

.project__title {
	padding: 10px 0;
	font-size: 26px;
	color: #1c1c1c;
	font-weight: 500;
}

.project__text {
	width: 60px;
	margin: auto;
	border-top: 1px solid #000;
	padding: 10px 0;
}

.project .more {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
	font-family: "Titillium Web", serif;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}

.project .slick-arrow {
	position: absolute !important;
	bottom: 50%;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	color: #1d4094;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
}

.project .slick-arrow:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 50px;
	line-height: 40px;
	color: inherit;
}

.project .slick-arrow:hover {
	color: #000;
}

@media only screen and (max-width: 768px) {
	.project .slick-arrow {
		width: 30px;
		height: 30px;
		background-color: #ccc;
		color: #fff;
		position: relative;
	}
	.project .slick-arrow:before {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		font-family: 'icomoon';
		font-size: 30px;
		line-height: 30px;
		color: inherit;
	}
}

.project .prev {
	left: -32px;
}

.project .prev:before {
	content: "\f104";
}

.project .next {
	right: -32px;
}

.project .next:before {
	content: "\f105";
}

/* ======================== */
/* 首頁 產品應用 applications */
/* ======================== */
.application__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	max-width: 1520px;
	margin: auto;
	padding: 20px 0 40px;
}

@media only screen and (max-width: 480px) {
	.application__row {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		max-width: 300px;
	}
}

.application__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 10px;
}

@media only screen and (max-width: 480px) {
	.application__item {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		margin: 0;
		padding: 10px 10px;
	}
	.application__item:not(:last-child) {
		border-bottom: 1px solid #d5ba8c;
	}
}

@media only screen and (min-width: 480px) {
	.application__item:hover .application__title {
		color: #c20e1a;
	}
	.application__item:hover .application__image::after {
		opacity: 0.2;
		background-color: #c20e1a;
		-webkit-transform: translate(-50%, -50%) scale(1.25);
		    -ms-transform: translate(-50%, -50%) scale(1.25);
		        transform: translate(-50%, -50%) scale(1.25);
	}
}

.application__image {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

@media only screen and (max-width: 1280px) {
	.application__image {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (max-width: 480px) {
	.application__image {
		width: 70px;
		height: 70px;
		margin-right: 20px;
	}
}

.application__image::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	    -ms-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.application__image img, .application__image svg {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

.application__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 60px;
	margin-top: 15px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #1c1c1c;
	font-weight: 500;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	.application__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media only screen and (max-width: 1024px) {
	.application__title {
		height: 50px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

@media only screen and (max-width: 480px) {
	.application__title {
		margin-top: 0;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.75rem;
		text-align: left;
	}
}

/* ====================== */
/* 首頁 影片 video         */
/* ====================== */
.video {
	padding-top: 5vw;
	padding-bottom: 1vw;
}

@media only screen and (max-width: 1700px) {
	.video {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.video {
		padding: 8vw;
	}
}

.video__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	max-width: 1520px;
	margin: auto;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
	.video__row {
		-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	}
}

.video__container, .video__content {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.video__container, .video__content {
		width: 100%;
	}
}

.video__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 2vw 4vw;
}

@media only screen and (max-width: 480px) {
	.video__content {
		padding: 4vw;
	}
}

.video__title, .video__subtitle {
	display: block;
	padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
	.video__title, .video__subtitle {
		text-align: center;
	}
}

.video__title {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 3.75rem;
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.video__title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 480px) {
	.video__title {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.875rem;
	}
}

.video__subtitle {
	margin-bottom: 3vw;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.875rem;
	color: #444;
}

@media only screen and (max-width: 480px) {
	.video__subtitle {
		border-top: 1px solid #ccc;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.video__btn {
	display: block;
	width: 160px;
	padding: 5px 20px 5px 40px;
	border: 0;
	background-color: #ed1c2e;
	border-radius: 40px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.125rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1rem;
	overflow: hidden;
	position: relative;
}

.video__btn:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 42px;
	line-height: 40px;
	color: inherit;
	top: 50%;
	left: 15px;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
	.video__btn:hover {
		background-color: #c20e1a;
		color: #fff;
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@media only screen and (max-width: 1024px) {
	.video__btn {
		width: 140px;
		margin: 0 auto 3vw;
		padding: 5px 15px 6px 35px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
	}
}

/* ====================== */
/* 首頁 公告事項 news       */
/* ====================== */
.news {
	background-image: url("../../images/news_bg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1700px) {
	.news {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.news {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.news__row {
	width: 100%;
	max-width: 1560px;
	margin: auto;
	padding: 2vw 0;
}

@media only screen and (max-width: 480px) {
	.news__row {
		padding: 20px 0 40px;
	}
}

.news__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news__item {
	position: relative;
	width: calc(100% / 3 - 40px);
	margin: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

@media only screen and (max-width: 768px) {
	.news__item {
		width: 100%;
		max-width: 600px;
		margin: 20px auto;
	}
}

.news__item:hover {
	-webkit-box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.news__item:hover .news__image:before {
	opacity: 0.6;
}

.news__item:hover .news__image:after {
	background-color: rgba(237, 28, 46, 0.8);
}

.news__item:hover .more {
	display: block;
}

.news__image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news__image:before {
	opacity: 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-image: url("../../images/cable_line.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: translate(67%, 25%) scale(1.5);
	    -ms-transform: translate(67%, 25%) scale(1.5);
	        transform: translate(67%, 25%) scale(1.5);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.news__image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 28, 46, 0);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.news__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	padding: 30px;
	padding-left: 110px;
}

@media only screen and (max-width: 1024px) {
	.news__content {
		padding: 25px 20px 30px;
	}
}

.news__date {
	position: absolute;
	top: 45px;
	left: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 60px;
	padding-top: 25px;
	padding-left: 5px;
	font-family: "Titillium Web", serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #333;
	text-align: center;
	font-style: italic;
}

@media only screen and (max-width: 1024px) {
	.news__date {
		position: relative;
		top: auto;
		left: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 100%;
		padding: 0;
	}
}

.news__date--date {
	letter-spacing: -0.1px;
}

.news__date--year {
	padding-top: 8px;
	font-size: 22px;
}

@media only screen and (max-width: 1024px) {
	.news__date--year::before {
		content: ' . ';
	}
}

@media only screen and (max-width: 1024px) {
	.news__date--date, .news__date--year {
		padding: 5px 0;
		font-size: 16px;
		letter-spacing: -0.1px;
	}
}

.news__date::before {
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 100%;
	height: 5px;
	border-radius: 2.5px;
	background-color: #ed1c2e;
}

@media only screen and (max-width: 1024px) {
	.news__date::before {
		width: 80px;
		left: 0;
		height: 2px;
	}
}

.news__title {
	width: 100%;
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-weight: 500;
}

@media only screen and (max-width: 1280px) {
	.news__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media only screen and (max-width: 1024px) {
	.news__title {
		padding-bottom: 5px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}

.news__text {
	overflow: hidden;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #666;
}

.news .more {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
	font-family: "Titillium Web", serif;
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
	vertical-align: sub;
}

.news .more:after {
	content: '\f105';
	margin-left: 5px;
	font-family: 'icomoon';
	font-size: 24px;
	line-height: 1;
	vertical-align: sub;
}

.news__btn {
	display: block;
	width: 160px;
	margin: 40px auto;
	padding: 5px 20px 5px 40px;
	border: 0;
	background-color: #ed1c2e;
	border-radius: 40px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.125rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1rem;
	overflow: hidden;
	position: relative;
}

.news__btn:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 42px;
	line-height: 40px;
	color: inherit;
	top: 50%;
	left: 15px;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
	.news__btn {
		width: 140px;
		margin: 4vw auto;
		padding: 5px 15px 6px 35px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
	}
}

.news__btn:hover {
	background-color: #c20e1a;
	color: #fff;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* ====================== */
/* 首頁 sloganImg         */
/* ====================== */
.banner-slogan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
	padding: 0;
}

/* ====================== */
/* 首頁下方 sloganImg         */
/* ====================== */
.bottom-slogan {
	overflow: hidden;
	position: relative;
	padding-top: 35.3125%;
	background-image: url("../../images/slogan-02.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1280px) {
	.bottom-slogan {
		padding-top: 45%;
	}
}

@media only screen and (max-width: 1024px) {
	.bottom-slogan {
		padding-top: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.bottom-slogan {
		padding-top: 60%;
	}
}

.bottom-slogan__content {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	font-family: "Titillium Web", serif !important;
	color: #fff;
	letter-spacing: 0.3px;
	text-align: center;
}

.bottom-slogan__text {
	width: 100%;
	font-size: 52px;
	font-size: 3.25rem;
	line-height: 5.563rem;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	.bottom-slogan__text {
		font-size: 46px;
		font-size: 2.875rem;
		line-height: 4.938rem;
	}
}

@media only screen and (max-width: 768px) {
	.bottom-slogan__text {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
	}
}

@media only screen and (max-width: 480px) {
	.bottom-slogan__text {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 2.563rem;
	}
}

@media only screen and (max-width: 375px) {
	.bottom-slogan__text {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 2.125rem;
	}
}

.bottom-slogan__row {
	width: 100%;
	padding: 2% 20px 0;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	.bottom-slogan__row {
		padding: 0 10px;
	}
}

.bottom-slogan__item {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1vw 20px;
}

@media only screen and (max-width: 1024px) {
	.bottom-slogan__item {
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
		margin: 1vw 10px;
	}
}

.bottom-slogan__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.bottom-slogan__count .text-lg {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 6.375rem;
	line-height: 4rem;
}

@media only screen and (max-width: 768px) {
	.bottom-slogan__count .text-lg {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
	}
}

@media only screen and (max-width: 480px) {
	.bottom-slogan__count .text-lg {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 375px) {
	.bottom-slogan__count .text-lg {
		font-size: 26px;
		font-size: 1.625rem;
		line-height: 2.813rem;
	}
}

.bottom-slogan__count .text-sm {
	word-break: break-word;
}

.bottom-slogan__name {
	width: 100%;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}

.products {
	position: relative;
}

.products__nav {
	overflow: hidden;
	background-color: #f8f8f8;
}

.products__nav-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px 0;
}

.products__nav-name {
	display: inline-block;
	margin: 5px 10px;
	padding: 10px 20px;
	background-color: #e9ecef;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25rem;
	border-radius: 20px;
}

.products__banner {
	overflow: hidden;
}

.products__banner img {
	display: block;
	width: 100%;
	height: auto;
}

.products__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px 0;
	border: 1px solid #dee2e6;
	border-width: 1px 0;
}

.products__title {
	width: 100%;
	font-size: 48px;
	font-size: 3rem;
	line-height: 4.25rem;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.products__section {
	padding: 40px 0 80px;
}

.products__download-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 20px;
	background-color: #f7f7f7;
}

.products__download-text {
	width: calc(100% - 160px);
	padding-right: 10px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.products__download-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 160px;
	padding: 0 5px;
	border: 1px solid #ced4da;
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75rem;
	border-radius: 3px;
	letter-spacing: 0.5px;
}

.products__download-btn i {
	margin-right: 5px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #ed1c2e;
}

@media only screen and (max-width: 1280px) {
	.products__nav-name {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.25rem;
	}
}

@media only screen and (max-width: 768px) {
	.products__nav-row {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 10px 20px;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.products__nav-row li {
		display: inline-block;
	}
	.products__nav-name {
		margin: 5px 2px;
		padding: 5px 10px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.products__banner {
		position: relative;
		height: 200px;
		background-color: #edf1f5;
	}
	.products__banner img {
		position: absolute;
		top: 0;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: auto;
		max-width: none;
		height: 200px;
	}
	.products__download-text {
		width: 100%;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.products__download-btn {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.products__top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.products__photo {
		width: 100%;
		padding: 0 40px;
	}
	.products__info {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
}

.listbox__img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.listbox__card {
	position: relative;
	width: calc(100% / 3 - 120px);
	margin: 30px 60px;
}

@media only screen and (min-width: 1024px) {
	.listbox__card:hover .listbox__card-img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
	}
	.listbox__card:hover .listbox__card-img:before {
		opacity: 0.6;
	}
	.listbox__card:hover .listbox__card-img:after {
		background-color: rgba(237, 28, 46, 0.8);
	}
	.listbox__card:hover .listbox__card-more {
		display: block;
	}
}

.listbox__card--app {
	position: relative;
	width: calc(100% / 4 - 80px);
	margin: 40px;
}

@media only screen and (min-width: 1024px) {
	.listbox__card--app:hover .listbox__card-img {
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
		-webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0);
		        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0);
	}
	.listbox__card--app:hover .listbox__card-img:before {
		opacity: 0;
	}
	.listbox__card--app:hover .listbox__card-img:after {
		background-color: rgba(237, 28, 46, 0);
	}
}

.listbox__card-img {
	position: relative;
	overflow: hidden;
}

.listbox__card-img:before {
	opacity: 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-image: url("../../images/cable_line.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: translate(40%, 30%);
	    -ms-transform: translate(40%, 30%);
	        transform: translate(40%, 30%);
}

.listbox__card-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 28, 46, 0);
}

.listbox__card-body {
	padding: 10px;
}

.listbox__card-title {
	padding: 10px 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	color: #1c1c1c;
	font-weight: 500;
	text-align: center;
}

.listbox__card-more {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
	font-family: "Titillium Web", serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
	color: #fff;
	text-align: center;
	vertical-align: sub;
}

.listbox__card-more:after {
	content: '\e92b';
	margin-left: 5px;
	font-family: 'icomoon';
	font-size: 24px;
	line-height: 1;
	vertical-align: sub;
}

@media only screen and (max-width: 1280px) {
	.listbox__card {
		width: calc(100% / 3 - 80px);
		margin: 30px 40px;
	}
	.listbox__card-title {
		padding: 10px 0 20px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 2.563rem;
	}
}

@media only screen and (max-width: 768px) {
	.listbox__card {
		width: calc(100% / 2 - 60px);
		margin: 20px 30px;
	}
	.listbox__card-title {
		padding: 10px 0 20px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 2.125rem;
	}
	.listbox__card-img {
		border-radius: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.listbox__card {
		width: calc(100% / 2 - 40px);
		margin: 20px;
	}
	.listbox__card-body {
		padding: 10px;
	}
	.listbox__card-title {
		padding: 0;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
		font-weight: normal;
	}
}

.products__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 60px 0;
	border-top: 1px solid #dee2e6;
	border-width: 1px 0;
}

.products__photo-wrap {
	position: relative;
	width: 35%;
	padding: 0 70px;
}

.products__info {
	width: 75%;
	min-height: 400px;
	padding-left: 60px;
	border-left: 1px solid #e9ecef;
}

.products__info .edit {
	margin: 30px 0;
}

.products__info-title {
	width: 100%;
	padding-bottom: 20px;
	background-image: url("../../images/icon-cable_line.svg");
	background-position: 20px 100%;
	background-repeat: no-repeat;
	background-size: 100px 12px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 4.25rem;
	color: #000;
	font-weight: 500;
}

.products__name {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.75rem;
	color: #2664bf;
	text-align: center;
}

.products__directions {
	padding: 0 20px;
}

.products__related-wrap {
	padding: 0 80px;
}

.products__related-item {
	position: relative;
	padding: 30px 40px;
}

.products__related-item:hover .listbox__card-img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

.products__related-item:hover .listbox__card-img:before {
	opacity: 0.6;
}

.products__related-item:hover .listbox__card-img:after {
	background-color: rgba(237, 28, 46, 0.8);
}

.products__related-item:hover .listbox__card-more {
	display: block;
}

@media only screen and (max-width: 1280px) {
	.products__photo-wrap {
		width: 45%;
		padding: 0 70px;
	}
	.products__info {
		width: 55%;
	}
}

@media only screen and (max-width: 1024px) {
	.products__info-title {
		padding-bottom: 20px;
		background-position: 50% 100%;
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3rem;
		text-align: center;
	}
	.products__related-wrap {
		padding: 0 60px;
	}
	.products__related-item {
		position: relative;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 768px) {
	.products__top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.products__photo-wrap {
		width: 100%;
		max-width: 500px;
		margin: auto;
		padding: 0 70px;
	}
	.products__info {
		width: 100%;
		min-height: auto;
		padding: 20px 20px 0;
		border: none;
	}
	.products__info .btn {
		display: block;
		margin: auto;
	}
}

@media only screen and (max-width: 480px) {
	.products__photo-wrap, .products__related-wrap {
		padding: 0 60px;
	}
	.products__photo, .products__related-item {
		padding: 0;
	}
	.products__directions {
		padding: 0 5px;
	}
}

.search__list {
	width: 100%;
	padding: 0 20px 20px;
}

.search__list .listbox--row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

@media only screen and (max-width: 1024px) {
	.search__list .listbox--row {
		grid-gap: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.search__list .listbox--row {
		grid-template-columns: 1fr;
	}
}

.search__list-form {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
	background-color: #f2f2f2;
	border-radius: 40px;
}

.search__list-input {
	width: 100%;
	height: 50px;
	padding: 0 50px 0 20px;
	border: 0;
	border: 2px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.5rem;
	color: #333;
	letter-spacing: 0.03;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 40px;
}

.search__list-input:focus::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.search__list-input:focus::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.search__list-input:focus:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.search__list-input:focus::-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.search__list-input:focus::placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.search__list-input::-webkit-input-placeholder {
	color: #333;
}

.search__list-input::-moz-placeholder {
	color: #333;
}

.search__list-input:-ms-input-placeholder {
	color: #333;
}

.search__list-input::-ms-input-placeholder {
	color: #333;
}

.search__list-input::placeholder {
	color: #333;
}

@media only screen and (max-width: 1700px) {
	.search__list-input::-webkit-input-placeholder {
		color: #333;
	}
	.search__list-input::-moz-placeholder {
		color: #333;
	}
	.search__list-input:-ms-input-placeholder {
		color: #333;
	}
	.search__list-input::-ms-input-placeholder {
		color: #333;
	}
	.search__list-input::placeholder {
		color: #333;
	}
}

.search__list-input:focus::-webkit-input-placeholder, .search__list-input:hover::-webkit-input-placeholder {
	color: rgba(204, 204, 204, 0.25);
}

.search__list-input:focus::-moz-placeholder, .search__list-input:hover::-moz-placeholder {
	color: rgba(204, 204, 204, 0.25);
}

.search__list-input:focus:-ms-input-placeholder, .search__list-input:hover:-ms-input-placeholder {
	color: rgba(204, 204, 204, 0.25);
}

.search__list-input:focus::-ms-input-placeholder, .search__list-input:hover::-ms-input-placeholder {
	color: rgba(204, 204, 204, 0.25);
}

.search__list-input:focus::placeholder, .search__list-input:hover::placeholder {
	color: rgba(204, 204, 204, 0.25);
}

@media only screen and (max-width: 1700px) {
	.search__list-input:focus::-webkit-input-placeholder, .search__list-input:hover::-webkit-input-placeholder {
		color: rgba(51, 51, 51, 0.25);
	}
	.search__list-input:focus::-moz-placeholder, .search__list-input:hover::-moz-placeholder {
		color: rgba(51, 51, 51, 0.25);
	}
	.search__list-input:focus:-ms-input-placeholder, .search__list-input:hover:-ms-input-placeholder {
		color: rgba(51, 51, 51, 0.25);
	}
	.search__list-input:focus::-ms-input-placeholder, .search__list-input:hover::-ms-input-placeholder {
		color: rgba(51, 51, 51, 0.25);
	}
	.search__list-input:focus::placeholder, .search__list-input:hover::placeholder {
		color: rgba(51, 51, 51, 0.25);
	}
}

.search__list-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 5px;
}

.search__list-btn:hover {
	color: #c20e1a;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	padding: 10px 0 20px;
}

.pagination > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-left: 5px;
	border-style: solid;
	border-width: 0;
	border-color: #f5f5f5;
	border-radius: 2px;
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #555;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.pagination > a {
		margin-left: 0;
		width: 24px;
	}
}

.pagination > a:first-child {
	margin-left: 0;
}

.pagination > a.active {
	background: #c20e1a;
	color: #fff;
}

.pagination > a.disabled {
	background: rgba(0, 0, 0, 0);
	color: #999;
	cursor: auto;
	border-width: 0;
}

.pagination > a:hover:not([class*="disabled"]) {
	border-color: #f5f5f5;
	background: rgba(194, 14, 26, 0.8);
	color: #fff;
}

.inquiry .products__row {
	padding-bottom: 0;
	border-bottom: 0;
}

.inquiry__wrap {
	padding: 10px;
}

.inquiry__row {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-columns: minmax(160px, auto);
	padding: 20px;
	border: 1px solid #ced4da;
	border-width: 1px 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
}

.inquiry__item {
	grid-column: 1;
	padding: 10px;
	border-right: 1px solid #ced4da;
	color: #2664bf;
	text-align: center;
}

.inquiry__name {
	grid-column: 2 / 5;
	padding: 10px 10px 10px 30px;
}

@media only screen and (max-width: 1024px) {
	.inquiry__wrap {
		padding: 10px 0 0;
	}
	.inquiry__row {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.inquiry__item {
		grid-column: 1 / 5;
		padding: 10px 10px 0;
		border-right: 0;
		text-align: left;
	}
	.inquiry__name {
		grid-column: 1 / 5;
		margin-bottom: 10px;
		padding: 5px 10px;
		border: 1px solid #e5e5e5;
		background-color: #f5f5f5;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
	}
}

.shareholder {
	position: relative;
}

.shareholder__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding: 20px 0px 20px 40px;
}

.shareholder__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 15px 30px;
	border: 1px solid #dee2e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dee2e6));
	background: -o-linear-gradient(#fff, #dee2e6);
	background: linear-gradient(#fff, #dee2e6);
}

.shareholder__item-title {
	padding: 5px 0;
	font-size: 32px;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #000;
}

.shareholder__item-text {
	color: #2664bf;
}

.shareholder__item-link {
	display: block;
	padding: 10px 0;
	color: #00497f;
}

.shareholder__item-link:after {
	content: "";
	font-family: 'icomoon';
	font-size: 20px;
	color: #c20e1a;
	margin-left: 5px;
}

@media only screen and (max-width: 1700px) {
	.shareholder__item-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
}

@media only screen and (max-width: 1280px) {
	.shareholder__list {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		padding: 20px 0px 20px 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.shareholder__list {
		padding: 20px;
	}
	.shareholder__item-title {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.875rem;
	}
}

@media only screen and (max-width: 480px) {
	.shareholder__list {
		grid-template-columns: 1fr;
		grid-gap: 30px;
		padding: 20px 10px;
	}
}
