@charset "utf-8";
/* CSS Document */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif
}
img {
	border: 0;
}
:focus {
	outline: 0;
}
a input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
a:active {
	border-style: none;
	border: 0px;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	scroll-behavior: smooth;
}
body {
	font-size: 1rem;
}
img {
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
main {
	padding-top: 50px;
	padding-bottom: 50px
}
/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background-color: rgba(0, 94, 111);
}
.start-header.scroll-on .navbar-brand img {
	height: 40px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	filter: brightness(1.75);
}
.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background-color: rgba(0, 94, 111, .3);
}
.navbar {
	padding: 0;
}
.navbar-brand img {
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #fff;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link {
	color: #fff !important;
	font-weight: 500;
	transition: all 200ms linear;
}
.nav-item:hover .nav-link {
	color: #0fc3db !important;
}
.nav-item.active .nav-link {
	color: #777 !important;
}
.nav-link {
	position: relative;
	/*padding: 5px 0 !important;*/
	display: inline-block;
}
/*.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
	transition: all 200ms linear;
}*/
.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after {
	opacity: 0;
}
.nav-item {
	position: relative;
	transition: all 200ms linear;
	font-size: 1.5rem
}
.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 1.25rem;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	transition: all 200ms linear;
}
.navigation-wrap .dropdown-toggle::after {
	position: absolute;
	display: block;
	right: -12%;
	top: 55%;
	margin-top: -8px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none
}
.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
	transition: all 200ms linear;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #fff;
	background-color: rgba(0,94,111,.6);
}
@media (max-width: 767px) {
.nav-item:after {
	display: none;
}
.nav-item::before {
	position: absolute;
	display: block;
	top: 15px;
	left: -30px;
}
.dropdown-item {
	color: #fff
}
.navigation-wrap {
	background-color: rgba(0, 94, 111)
}
.navbar-brand img {
	filter: brightness(1.75);
}
/*.dropdown-toggle::after {
	position: absolute;
	display: block;
	top: 10px;
	left: -23px;
	width: 1px;
	height: 11px;
	content: "";
	border: none;
	background-color: #fff;
	vertical-align: 0;
	transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(90deg);
	opacity: 0;
}*/
.dropdown-menu {
	padding: 0 !important;
	background-color: transparent;
	box-shadow: none;
	transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}
}
.banner {
	margin-top: 107px
}
.product h2.title, .index_about h2.title {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 3.6rem
}
.product a {
	color: #777
}
.product .index_more {
	position: relative;
	display: block;
	transition: all .3s ease;
	width: 150px;
	height: 46px;
	line-height: 46px;
	background: transparent;
	text-align: center;
	color: #333;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	z-index: 1;
	margin: 10px auto 50px;
}
.index_more a {
	font-size: 0;
	display: block;
	padding: 0;
	width: 150px;
	height: 46px;
	color: #777;
	border: none
}
.index_more a span {
	font-size: 14px;
	letter-spacing: 0.075em;
}
.index_more a:hover {
	color: #fff;!important  
	border-color: transparent;
	text-decoration: none;
}
.index_more:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	transition: all .6s ease;
	background: #005e6f;
	z-index: -1;
	color: #fff
}
.index_more:hover:after {
	width: 100%;
}
.index_about {
	background-color: rgba(0, 94, 111, .2);
	padding: 60px 0 80px 0;
	position: relative
}
.index_about h2.title span {
	color: transparent;
	-webkit-text-stroke: 1px #274649;
	line-height: .8;
	letter-spacing: 5px;
}
.index_about .img img {
	margin-top: -90px;
}
.index_about p {
	color: #777
}
/**About**/
.page-header {
	margin-top: 0;
	position: relative;
}
.side h1 {
	font-weight: 700
}
.side h1::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0c8";
	color: #005e6f;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px
}
.sub-nav ul, .sub-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	font-size: 0.95rem
}
.sub-nav li:after {
	position: absolute;
	right: 5%;
	top: 25%;
	content: "\203A"
}
.sub-nav a {
	text-decoration: none;
	color: #000;
	padding: 15px 8px;
	border-bottom: 1px solid #cecece;
	display: block;
}
.sub-nav li.select {
	background-color: #f2f2f2;
	border-bottom: 1px solid #005e6f;
	font-weight: bold
}
.sub-nav a:hover {
	background-color: #f2f2f2
}
.sub-nav ul li.tab ul {
	display: block;
}
.content h2.title, .content h1.title {
	font-size: 1.8rem;
	padding-bottom: 12px;
}
.content h2.title::before, .content h1.title::before {
	width: 45px;
	height: 8px;
	background-color: #005e6f;
	z-index: 2
}
.content h2.title::after, .content h1.title::after {
	width: 100%;
	height: 3px;
	background-color: #005e6f;
	z-index: 1
}
.content h2.title::before, .content h2.title::after, .content h1.title::before, .content h1.title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0
}
.content article {
	padding: 20px 0
}
.index_about .index_more {
	position: relative;
	display: block;
	transition: all .3s ease;
	width: 150px;
	height: 46px;
	line-height: 46px;
	background: transparent;
	text-align: center;
	color: #333;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	z-index: 1;
}
.pd {
	border-bottom: 1px dashed #005e6f;
	padding: 25px 0;
}
.pd-info ul li {
	list-style: none
}
.pd-info ul li.h3 {
	font-weight: 700;
	font-size: 1.4rem
}
/*catalog*/
.catalog-item p {
	font-size: 1.12rem
}
.catalog-item a {
	color: #000
}
.info {
	padding: 20px;
	color: #005e6f
}
.info a, .info-in a{
color: #005e6f
}
.info-in {
	background: #f7f7f7;
	padding: 20px;
	color: #005e6f
}
.info p:first-child, .info-in p:first-child {
	font-size: 2rem
}
footer {
	background: #005e6f;
	padding: 15px;
	color: #FFF
}
footer a {
	color: #fff
}
footer a:hover {
	color: #fff
}
footer ul.list li {
	list-style: none;
	display: inline-block;
	padding-right: 18px
}
footer ul.list li a {
	color: #fff;
	text-decoration: underline
}
