@charset "utf-8";
a, a:hover {text-decoration: none}
div.productImage img {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	border: none
}
button {
	background: #fff;
	border: #79a9b9 1px solid;
	border-radius: .25rem;
	color: #79a9b9;
	padding: .25rem .75rem;
	cursor: pointer
}
button:hover {
	background: #79a9b9;
	border: #79a9b9 1px solid;
	color: #fff
}
*[onclick] {cursor: pointer}

/*editor*/
div.editor {}

div.editor, div.editor p, div.editor dl, div.editor dd, div.editor ul, div.editor li {font-size: 1rem; font-weight: 400}
div.editor p {line-height: 1.5rem; letter-spacing: .05rem; margin-bottom: 1rem}
div.editor ul li, div.editor ol li {margin-bottom: 1.25rem}
div.editor ul li {list-style: disc}
div.editor ol li {list-style: decimal}
div.editor ol li p {margin-bottom: 0}
div.editor img {
	width: initial !important;
	padding: .5rem
}

div.imgRight {
	float: right;
	margin-left: 1.5rem;
	margin-bottom: .5rem;
}
div.imgLeft {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: .5rem;
}
div.imgRight img, div.imgLeft img {margin-bottom: 0}

div.editor table {width: 100% !important}

div.pageTitle {margin-bottom: 1.5rem}
div.pageTitle>h1 {
	border-bottom: #79a9b9 2px solid;
	font-size: 1.5rem;
	color: #79a9b9;
	padding-bottom: .5rem
}

/*news*/
div#HOME_NEWS {width: 80%; margin: 0 auto}

/* products1 */
ul.tabs {
    margin: 0 auto;
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: auto;
	width: 70%;
}
ul.tabs li {
    cursor: pointer;
    padding: 10px 30px;
    border: 1px solid #B2B2B2;
    color: #79a9b9;
    font-size: 18px;
	display: flex;
	align-items: center;
    justify-content: center;
}
ul.tabs li.active {
    border: 1px solid transparent;
	background-color: #79a9b9;
    color: white;
}
ul.tabs li:hover {
    border: 1px solid transparent;
	background-color: #79a9b9;
    color: white;
}

/* breadcrumb */
.breadcrumb{
	display: inline-block;
	background-color: transparent !important;
}
.breadcrumb a {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.breadcrumb i {
    color: #b2b2b2;
    margin-left: 1px;
}
.breadcrumb a {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.product {
    width: 100%;
    margin-bottom: 30px;
}
.product .imgbox {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.product .imgbox:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.product .imgbox img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(1);
	transition: all 0.30s ease-in-out;
}
.product .infobox {
    width: 100%;
    padding: 14px 0px;
    position: relative;
}
.product .infobox p {
    font-size: 20px;
    color: #79a9b9;
    text-align: center;
}
.product .cartbox {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 90%;
    background: #fff;
    padding: 8px 0;
    top: -50px;
    margin: 0 auto;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    color: #79a9b9;
    font-size: 16px;
    font-weight: 600;
}
/* products2-detail */
.product__carousel {
	display: block;
	max-width: 700px;
	margin: 1em auto 3em;
}

.product__carousel a {
	display: block;
	margin-bottom: 15px;
}

.product__carousel .gallery-top {
	margin-bottom: 5px;
	height: 400px !important;
}

.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	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;
	width: 100%;
	height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
	color: #E6E6E6;
}

.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	-webkit-transition: border .15s linear;
	transition: border .15s linear;
	border: 1px solid #E6E6E6;
	cursor: pointer;
	overflow: hidden;
	height: calc(100% - 2px);
	margin-top: 2px;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #79a9b9 !important;
}

.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.title_line h4, .title_line2 h4 {
    font-size: 20px;
	color: #79a9b9;
}

/*products*/
dl.products {}
dl.products>dt {
	border-bottom: #79a9b9 1px solid;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-bottom: .5rem
}
dl.products>dt::before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #7cb5c7;
	margin-right: .25rem
}
dl.products>dt>a {color: #79a9b9}
dl.products>dt>a:hover {color: #3b5b65}

dl.products>dd {text-align: center}
dl.products>dd>p {margin-bottom: 0}
dl.products>dd>figure {border: #ccc 1px solid; border-radius: .25rem; overflow: hidden; margin-bottom: 0}
dl.products>dd>figure>img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
dl.products>dd>figure:hover>img {-webkit-transform: scale(1.5); transform: scale(1.5)}

/*productDetail*/
div.productDetail {}
div.productImage>img {border: #7cb5c7 1px solid; padding: .5rem}


/*contact*/
dl.contactForm {}
dl.contactForm>dt {
	font-size: 1.5rem;
	font-weight: 400;
	color: #79a9b9;
	margin-bottom: 1rem
}
dl.contactForm>dd {}
dl.contactForm>dd>input, dl.contactForm>dd>textarea {width: 100%; border: #79a9b9 1px solid; padding: .5rem}
dl.contactForm>dd>textarea::placeholder {font-weight: 200; color: #666}
dl.contactForm>dd:last-of-type {text-align: center}

div.maps {border: #79a9b9 1px solid; padding: .5rem .5rem .15rem}
div.maps>iframe {width: 100% !important; height: 100% !important}

/* download */
.downloadbox {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0 5px;
	border-bottom: solid 1px #CFCFCF;
}
.downloadbox .textbox {
	width: calc(100% - 80px);
	padding: 20px 0;
}
.downloadbox .textbox .f18 {
	margin: 0 auto;
}
.downloadbox .iconbox {
	width: 80px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6A6A6A;
}
.downloadbox .iconbox i {
	font-size: 36px;
}
.downloadbox:hover .textbox {
	color: #79a9b9;
}
.downloadbox:hover .iconbox i {
	color: #79a9b9;
	font-size: 36px;
}
.downloadbox:hover .iconbox {
	color: #79a9b9;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.deskTop {display: none !important}
	.Tablets {display: none !important}
	.deskTopTablets {display: none !important}
	.product .infobox p {font-size: 16px;}
	ul.tabs li {margin: 5px auto}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	.deskTop {display: none !important}
	.Tablets {display: none !important}
	.deskTopTablets {display: none !important}
	.product .infobox p {font-size: 18px;}
	ul.tabs li {margin: 5px auto}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	.deskTop {display: none !important}
	.Mobile {display: none !important}
	dd.topCont {min-width: 210px}
	ul.tabs li {margin: 5px auto}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	.Mobile {display: none !important}
	.Tablets {display: none !important}
	.TabletsMobile {display: none !important}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.Mobile {display: none !important}
	.Tablets {display: none !important}
	.TabletsMobile {display: none !important}
}

/*ios use*/
/*iPhone 4 only Portrait or Landscape 基本上不用太理這支*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {
}

/*iPhone 5 Portrait or Landscape*/
@media only screen and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}
@media only screen and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape) {
}

/*iPhone 6 Portrait or Landscape*/
@media only screen and (device-width : 375px) and (orientation : portrait) {}
@media only screen and (device-width : 667px) and (orientation : landscape) {}

/*iPhone plus 6 Portrait or Landscape*/
@media only screen and (device-width : 414px) and (orientation : portrait) {}
@media only screen and (device-width : 736px) and (orientation : landscape) {}

/*ipad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}