@charset "utf-8";
/* same for all edit part */
html {
	font-size: 18px;
}
body {
    background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405591473.jpg);
}
.mw-100 {
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	position: relative;
	width: 100%;
	display: block;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part {
	/*font-size: 1rem;*/
	line-height: 1.75rem;
	letter-spacing: 1px;
}
.edit_part .center {
	position: relative;
}
.edit-title {
	position: relative;
	max-width: 1200px;
    margin: 10px auto;
}
.edit-title h2 {
	position: relative;
	display: block;
	width: 250px;
	margin: 10px auto;
    padding: 10px;
	letter-spacing: 2px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.75rem;
	color: #333333;
	text-align: center;
}
.edit-title h2 small {
	position: relative;
	display: block;
	font-size: .85rem;
	color: #ccc;
	text-transform: uppercase;
}
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.row-reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row reverse;
	-ms-flex-direction: row reverse;
	flex-direction: row-reverse;
}
ul.equalHpart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
ul.equalHpart li {
	height: auto;
}
.shadow {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9 {
	width: 100%;
}
.pd-s {
	padding: 2%;
}
.mg-t-3 {
	margin-top: 30px;
}
.mg-b-3 {
	margin-bottom: 30px;
}
.bx-wrapper .bx-pager {
	bottom: -20px;
}
#products_list .slick-dots {
	position: relative;
	bottom: initial;
}
#products_list .product_img {
	margin-bottom: 10px;
}
.products_lists .product_img img {
    border-radius: 45px;
}
@media only screen and (min-width: 568px) {

	@media only screen and (min-width: 767px) {
		html {
			font-size: 20px;
		}
		.w-3 {width: 25%;}
		.w-4 {width: 33.3333%;}
		.w-5 {width: 41.6666%;}
		.w-6 {width: 50%;}
		.w-7 {width: 58.3333%;}
		.w-8 {width: 66.6666%;}
		.w-9 {width: 75%;}
		.bx-wrapper .bx-pager {
			bottom: 55px;
		}
		@media only screen and (min-width: 900px) {
			.bx-wrapper .bx-pager {
				bottom: 0px;
			}
		}
	}
}


/* menu */
#header {
	position: relative;
	background-color: #fff;
	height: 120px;
}
#logo {
	position: relative;
	margin: 5px 0px;
    width: 233px;
    height: 112px;
}
#navigation {
	margin-top: 0;
	margin-left: 233px;
	padding: 5px 0;
}
#mainnav {
	margin-top: 30px;
}
#mainnav li {
	position: relative;
	margin: 10px 15px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #333;
}
#mainnav li a:hover {
    color: #222;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 36px;
	height: 36px;
	margin: 0 5px;
	background-size: 36px 36px;
	position: relative;
}
#mainnav .line_topbtn {
	background-image: url();
}
#mainnav .facebook_topbtn {
	background-image: url();
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#header {
		padding-top: 5px;
		height: auto;
	}
	#logo {
		float: none;
	    margin: 0 auto;
	    width: 180px;
	    height: 89px;
	}
	#navigation {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	#mainnav {
		margin-top: 0;
	}
	#mainnav li {
		margin: 5px 10px;
	}
	#mainnav li a {
		margin: 0;
	}
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	#mainnav li:last-child a {
		margin: 0 3px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#header {
	    height: 80px;
	    padding-top: 5px;
	}
	#logo {
		float: none;
	    margin: 0 auto;
	    width: 140px;
	    height: 70px;
	}
	.menu-icon {
	    background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405594271.png);
	}
	#navigation {
		text-align: center;
		z-index: 100;
	    margin-top: 0;
	    margin-left: 0;
	    padding: 0;
	    top: 80px;
	    background-color: #fbfaf9;
	    border-top: 2px solid #919191;
	}
	#mainnav {
		margin-top: 0;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li a span { 
		margin: auto;
		display: block;
		width: 90px;
		text-align: center;
		text-align: justify;
		text-justify: distribute-all-lines;
		text-align-last: justify
	}
	#mainnav li:last-child{
		margin: 0;
		border-bottom: 4px solid #aaa;
	}
	#mainnav li:last-child a {
    	margin: 8px 5px!important;
	}
	#mainnav li a:hover {
    	color: #444;
	}
}


/* about */
.about-all {
	position: relative;
	padding: 50px 0;
}
.about-all:before {
	position: absolute;
	display: none;
	content: '';
	width: 100%;
	max-width: 2000px;
	height: 100%;
	max-height: 305px;
	left: 0;
	bottom: -2%;
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405588980.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.about-left,
.about-right {
	position: relative;
	width: 100%;
	padding: 2%;
}
.about-right img {
    position: relative;
	width: 100%;
    max-width: 943px;
    margin: auto;
}
.about-txt {
	position: relative;
	width: 90%;
	max-width: 755px;
	margin: 30px auto;
}
.about-txt img {
    position: relative;
	display: block;
	width: 95%;
    max-width: 577px;
    margin: 20px 0;
}
.about-txt p b{
	color: #D25F1F;
}
@media only screen and (min-width: 1200px){
	.about-all:before {
		display: block;
	}
	.about-left,
	.about-right {
		width: 50%;
	}
	.about-right img {
		margin-top: 100px;
	}
	.about-txt {
		margin-right: 3%;
		margin-bottom: 200px;
	}	
}

/* servive */
.service-all {
	position: relative;
	padding: 30px 0;
}
.service-all .edit-title h2 small {
	padding: 15px 0;
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	color: #656565;
}
.service-item-list {
	position: relative;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    max-width: 1600px;
    margin: 40px auto;
}
.service-item-list li {
    position: relative;
	width: calc(92% - 20px);
	margin: 30px auto;
}
.service-item-list .service-box {
    position: relative;
    width: 100%;
}
.service-item-list .service-box .mw-100 {
	width: 100%;
	max-width: initial;
}
.service-item-list .service-box .service-box-txt {
    position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 0.9rem;
}
.service-item-list .service-box .service-box-txt h3 {
	position: relative;
	display: block;
	padding: 5px;
	padding-left: 45px;
	border-bottom: 3px solid #D25F20;
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F173466511744.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.service-item-list .service-box + p {
	position: relative;
	margin-top: 10px;
	line-height: 1.5rem;
	font-size: .9rem;
}
.service-item-list .service-box + p small {
	color: #888;
}
/*
.service-item-list .service-box h3 {
    position: absolute;
	padding: 10px 0;
	left: 0;
	bottom: -47px;
	font-size: 1rem;
}
.service-item-list .service-box h3 b {
	position: relative;
	display: block;
	padding: 5px 0;
	border-bottom: 3px solid #D25F20;
	font-size: 1.2rem;
}
*/
@media only screen and (min-width: 559px){
	.service-item-list li {
		font-size: 1rem;
		width: calc(50% - 20px);
		margin: 30px 10px;
	}
	.service-item-list .service-box .service-box-txt {
		bottom: -15px;
	}
	.service-item-list .service-box .service-box-txt h3 {
		margin-bottom: 10px;
		padding: 10px 0 0 45px;
	}
	@media only screen and (min-width: 768px) {
		.service-item-list .service-box .service-box-txt {
			bottom: 0;
		}
		@media only screen and (min-width: 992px) {
			.service-item-list li {
				width: calc(33.3333% - 30px);
				margin: 30px 15px;
			}
			.service-item-list .service-box .service-box-txt {
				bottom: -10px;
			}
			.service-item-list .service-box .service-box-txt h3 {
				padding: 10px 0 0 45px;
			}
			@media only screen and (min-width: 1199px) {
				.service-item-list .service-box .service-box-txt {
					bottom: 2%;
				}
				.service-item-list .service-box .service-box-txt h3 {
					margin-bottom: 0;
				}
			}
		}
	}
}

/* area */
.area-all {
	position: relative;
	padding: 50px 0;
}
.area-all:before {
	position: absolute;
	content: '';
	width: 100%;
	max-width: 2000px;
	height: 100%;
	max-height: 892px;
	left: 0;
	top: -39px;
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405590422.png);
	background-position: 80% top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
	filter: blur(2px);
}
.area-txt {
	position: relative;
	width: 100%;
	max-width: 340px;
	margin: 200px auto;	
}
.area-txt .edit-title h2 {
	position: relative;
	width: auto;
	padding: 10px 0px;
	text-align: left;
}
.area-txt .edit-title h2 small {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	color: #656565;	
}
.area-txt .area-content p b {
	position: relative;
	font-size: 28px;
	padding-left: 48px;
}
.area-txt .area-content p b:before {
	position: absolute;
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    background-color: #D46122;
}
.area-content .call-bg {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
	margin-left: 20px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #555555;
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405601420.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    box-shadow: rgba(0, 0, 0, 0.10)5px 5px 5px;
	vertical-align:super;
}
@media only screen and (min-width: 992px) {
	.area-txt {
		margin-left: 20%;
	}
	.area-all:before {
	top: 30px;
	opacity: 1;
	filter: blur(0px);
}
}

/* C-mode */
#products_list {
	padding: 2vw 0;
}
#products_list .product_lists_bg {
	display: none;
}
#products_list .product_list_title {
	display: none;
	background-color: transparent;
	max-width: 1200px;
	margin: 20px auto;
	height: 45px;
	text-indent: -9999px;
}
#products_list .products_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
.products_lists .product_txt {
	padding-right: 2%;
	padding-left: 2%;
}
.products_lists .product_txt .product_name {
	color: #D46122;
}
.call-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.call-btn {
	position: relative;
	display: block;
	width: calc(50% - 10px);
	max-width: 320px;
	min-width: 200px;
	margin: 5px;
	margin-top: 20px;
	padding: 15px 8px;
	text-align: center;
	border-radius: 5px;
}
.call-btn.phone01 {
	background-color: #555555;
	color: #fff;
}
.call-btn.phone02 {
	background-color: #FFFFFF;
	color: #333333;
}
.call-btn span {
	position: relative;
	padding-left: 50px;
}
.call-btn span:before {
	position: absolute;
	content: '';
	display: block;
	width: 37px;
	height: 37px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
}
.call-btn.phone01 span:before {
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405601420.png);
}
.call-btn.phone02 span:before {
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405600985.png);
}
.add_to_cart {
	display: none;
}
.products_lists li .slick-dots li {
	width: 15px;
	height: 15px;
	line-height: 1.1rem;
	margin: 0 4px;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
}
.slick-dots li button:before {
    line-height: 18px;
    width: 15px;
    height: 15px;
}
.slick-prev, .slick-next {
	z-index: 10;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
@media only screen and (min-width: 768px){ 
	#products_list .product_img:before {
		display: block;
	}
}
/* contact */
#Contact {
	position: relative;
	display: none;
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: url(https://onepage.twservice.com.tw/035103918/web_images/F169405591980.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#Contact .edit-title h2 {
}
.contact_part .center {
    position: relative;
    padding: 100px 0;
    background-color: rgba(255,255,255,.7);
	box-shadow: rgba(0, 0, 0, 0.10)5px 5px 5px;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	display: none;
}
.contact_quick_social:after {
	display: none;
}
#Contact .edit-title + p {
	width: 100%;
	text-align: center;
    margin: 20px 0 0 auto;
	padding: 15px;
	font-size: .9rem;
}
.table01 {
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
    color: #555555;
    font-size: 0.9rem;
}
.buttoneffect {
    color: #555555;
    border: 1px solid #555555;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #555555;
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
}
.form_txt {
	color: #333;
}
@media only screen and (max-width:479px) {
	.formstyle ul li {
		padding-left: 5px;
	}
	.form_title {
		margin-left: 0;
	}
}


/* footer */
.to_top {
    background-image: none;
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 5%;
    right: 2%;
    width: 65px;
    height: 65px;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: #D56223;
    border-radius: 50px;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.total_num {
	display: block;
	margin-bottom: 10px;
}
.main_color_bg {
	background-color: transparent;
}
.footer a {
	color: #FFFFFF;
}
.footer .copyR {
	position: relative;
	margin: auto;
	padding: 25px 15px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	background-color: #E5E5E5;
}
.footer .copyR a {
	color: #333333;
}
.footer {
	position: relative;
    padding: 0;
    color: #FFFFFF;
	text-align: left;
	background-color: #2e3736;
    background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169407089941.jpg);
    background-position: right top;
    background-repeat: no-repeat;
	background-size: contain;	
}
.footer .footer-map {
	width: 100%;
	margin: 20px auto;
}
.footer .footer-map iframe {
	line-height: 0;
   /* -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
}
.footer-all {
	position: relative;
	padding: 40px 2%;
}
.footer-all-inner {
    position: relative;
	max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    margin: auto;
}
.footer-logo,
.footer-text {
	position: relative;
	width: 100%;
	padding: 10px 2%;
}
.footer-text .footer-info {
	position: relative;
	max-width: 385px;
	margin: 20px auto;
}
.footer-text .footer-info li {
	position: relative;
	margin: 10px 0;
	font-size: .9rem;
	padding: 3px 0;
	padding-left: 40px;
	background-position: left;
    background-repeat: no-repeat;
}
.footer-info li.footer_tel01 {
    background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169406315275.png);
}
.footer-info li.footer_tel02 {
    background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F16940631578.png);
}
.footer-info li.footer_add {
    background-image: url(	https://onepage.twservice.com.tw/035103918/web_images/F16940631626.png);
}
.footer-info li.footer_add b {
	display: block;
}
.footer-info li.footer_qrcode {
	position: relative;
	display: block;
	max-width: 215px;
	width: 60%;
	margin: auto;
	padding-left: 0;
}
.footer-info li.footer_qrcode a {
	display: block;
}
.footer-info li.footer_qrcode img {
	position: relative;
	display: block;
	max-width: 100%;
}
.footer_qrcode:after {
	position: absolute;
    content: '';
    display: block;
    width: 25%;
    max-width: 60px;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #47D001;
    border-radius: 100%;
    background-image: url(../images/svg-line-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 68%;
}
@media screen and (min-width: 499px) {
	.footer-info li.footer_qrcode {
		position: absolute;
        right: 0;
        top: -10px;
        width: calc(100% - 285px);
    }
	@media screen and (min-width: 870px) {
		.footer-logo {
			width: 35%;
			max-width: 250px;
		}
		.footer-text {
			width: 65%;
		}
		.footer-text .footer-info {
			margin-left: 15%;
		}
		.footer-info li.footer_add b {
			display: inline;
		}
		.footer-info li.footer_qrcode {
			top: -25px;
		}
	}
}
.float-btn {
	position: fixed;
    z-index: 100;
    width: 65px;
    right: 2%;
    bottom: 180px;
}
.float-btn a {
	display: block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    margin: 5px 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 35px 35px;
}
.float_call {
	background-color: #555555;
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405601420.png);
}
.float_line {
	background-color: #41A81E;
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169622390269.png);
}
a.float_line {
	background-size: 55px;
}
.float-btn a:hover {
	opacity: 1;
}

/* banner call */
.i-sliderAll {
	position: relative;
}
.i-sliderAll .slide-bottom-call {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 5px;
	width: 100%;
}
.slide-call-btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px .4em;
	padding-left: 35px;
	color: #555;
	text-align: center;
	letter-spacing: 0.15vw;
	font-size: 1.1rem;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 1);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: left calc(50% - 72px) center;
}
.slide-call-btn.phone {
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405600985.png);
}
.slide-call-btn.line {
	grid-column: 1 / 3;
	letter-spacing: .05vw;
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F178952935735.png);
}
.slide-call-btn:hover {
	color: #fff;
	background-color: #555;
}
.slide-call-btn.phone:hover {
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F169405601420.png);
}
.slide-call-btn.line:hover {
	background-image: url(https://onepage.twservice.com.tw/035103918/web_images/F178952958220.png);
}
@media only screen and (min-width: 768px) {
	.i-sliderAll .slide-bottom-call {
		position: absolute;
		width: 90%;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		left: 5%;
		bottom: 0;
	}
	.slide-call-btn {
		font-size: 1.2rem;
		padding: .75vw .4em;
		padding-left: 40px;
		background-position: left calc(50% - 100px) center;
		background-color: rgba(255, 255, 255, .8);
	}
	.slide-call-btn.line {
		grid-column: initial;
	}
	.slide-call-btn:not(:last-child) {
		border-right: 1px solid #fff;
	}
}