/*********** 前後台編輯器區塊共用的CSS設定 ***********/

.about-editor .row {
    position: relative;
    margin: 0 -30px;
}
.about-editor .row:before {
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.about-editor .col {
    padding: 0 30px;
    float: left;
    width: 50%;
}
.service-editor .row {
    margin: 0 -12px;
}
.service-editor .col {
    padding: 0 12px;
    float: left;
}
.service-editor .col1 {
    width: 49%;
}
.service-editor .col2 {
    width: 51%;
}
.service-pic-group {
    text-align: center;
}
.service-pic-group .row {
    margin: 0 -5px;
}
.service-pic-group .col {
    width: 33.33%;
    padding: 5px;
}

.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}

.contact-editor {
    padding: 0 2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 48%;
}
.contact-editor .col2 {
    width: 52%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
/*
.contact-info-list li:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/square.png') no-repeat;
    width: 3px;
    height: 3px;
    margin-right: 0px;
    position: absolute;
    left: 10px;
    top: 13px;
}*/
.contact-info-list .tel:before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_tel_ic.png') no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-info-list .fax:before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_fax_ic.png') no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-info-list .tel:before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_tel_ic.png') no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-info-list .mail:before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_mail_ic.png') no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-info-list .addr:before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_add_ic.png') no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-info-list li.tel:before  { background-position: 0 0; }
.contact-info-list li.mail:before { background-position: 0 50%; }
.contact-info-list li.addr:before { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
.editor-title {
    color: #197292;
    font-size: 18px;
    margin: 0 0 0.83em;
}
.terms-title {
    color: #EC6B00;
    font-size: 16px;
}
.terms-editor .row {
    margin: 0 -3%;
}
.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
}
/*----about content----*/
.about1{
	padding-bottom:30px;
	background:#eeeeee;
	margin-bottom:30px;
}
.about-row1{
	/*background:#eeeeee;*/
}
.about2{
	margin-bottom: 0px;
}

.dotline{
    position:relative;
}
.dotline:before{
    content:'';
    display:inline-block;
    position:absolute;
    background-image: url('../../images/common/dot.png');
    width:2px;
    height:238px;
    top:18%;
    left: -15px;
}
.dotline:after{
    content:'';
    display:inline-block;
    position:absolute;
    background-image: url('../../images/common/dot.png');
    width:2px;
    height:238px;
    right:-15px;
    top:18%;
}
.ab_arrow{
	text-align:center;
	margin: 0px auto 20px;
}
.about-row3{
	height:300px;
	/*padding: 0 30px;*/
	margin: 0 15px 70px;
	position:relative;
	text-align:center;
}
.about3-col1{
	display: inline-block;
	width: 16%;
	position:relative;
}
.about3-col1:before{
	background: url('../../images/common/ab3-line.png') no-repeat;
	content:'';
	display:inline-block;
	position:absolute;
	width:61px;
	height:61px;
	top:calc(100% + 10px);
	left:calc(100% - 30px);
}
.about3-col2{
	display: inline-block;
	width: 16%;
	position:relative;
	top:calc(100% - 76px);
}
.about3-col2:before{
	background: url('../../images/common/ab3-line2.png') no-repeat;
	content:'';
	display:inline-block;
	position:absolute;
	width:61px;
	height:61px;
	bottom:calc(100% + 0px);
	left:calc(100% - 30px);
}
.about3-col3{
	display: inline-block;
	width: 16%;
	position:relative;
}
.about3-col3:before{
	background: url('../../images/common/ab3-line.png') no-repeat;
	content:'';
	display:inline-block;
	position:absolute;
	width:61px;
	height:61px;
	top:calc(100% + 10px);
	left:calc(100% - 30px);
}
.about3-col4{
	display: inline-block;
	width: 16%;
	position:relative;
	top:calc(100% - 76px);
}
.about3-col4:before{
	background: url('../../images/common/ab3-line2.png') no-repeat;
	content:'';
	display:inline-block;
	position:absolute;
	width:61px;
	height:61px;
	bottom:calc(100% + 0px);
	left:calc(100% - 30px);
}
.about3-col5{
	display: inline-block;
	width: 16%;
	position:relative;
}
.about3-col5:before{
	background: url('../../images/common/ab3-line.png') no-repeat;
	content:'';
	display:inline-block;
	position:absolute;
	width:61px;
	height:61px;
	top:calc(100% + 10px);
	left:calc(100% - 30px);
}
.about3-col6{
	display: inline-block;
	width: 16%;
	position:relative;
	top:calc(100% - 76px);
}
.tel span{
	color:#EC6B00;
}
.tel span:hover{
	color:#EC6B00;
	text-decoration: underline;
}
.mail span:hover{
	color:#EC6B00;
	text-decoration: underline;
}
.about1_img img{
	margin: 0 0;
}
/*----End----*/
.margin-25 {
    margin: 0px 25px 25px!important;
}
.is-container-in {
    margin: 32px auto;
}
@media screen and (max-width: 1200px) {
	.about3-col1:before{
	left: calc(100% - 45px);
	}
	.about3-col3:before{
	left: calc(100% - 45px);
	}
	.about3-col5:before{
	left: calc(100% - 45px);
	}
	.about3-col2:before{
	bottom: calc(100% + 10px);
	}
	.about3-col4:before{
	bottom: calc(100% + 10px);
	}
}
@media screen and (max-width: 1000px) {
    .service-editor > .row > .col {
        width: 100%;
    }
    .service-editor > .row > .col+.col {
        margin-top: 1.8em;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }
    .terms-editor .col {
        width: 100%;
    }
    .terms-editor .col + .col {
        margin-top: 1.8em;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .row:before {
        display: none;
    }
    .about-editor .col {
        width: 100%;
    }
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
		.dotline:before{
	display: none;
	}
	.dotline:after{
	display: none;
	}
	.about-row3{
		height: 100%;
	}
	.about3-col1{
	width: 40%;
	margin:5px;
	}
	.about3-col2{
	width: 40%;
	margin:5px;
	}
	.about3-col3{
	width: 40%;
	margin:5px;
	}
	.about3-col4{
	width: 40%;
	margin:5px;
	}
	.about3-col5{
	width: 40%;
	margin:5px;
	}
	.about3-col6{
	width: 40%;
	margin:5px;
	}
	.about3-col1:before{
	top: calc(40% + 70px);
	left: calc(100% - 25px);
	/*left: calc(100% - 45px);*/
	transform:rotate(270deg);
	}
	.about3-col3:before{
	top: calc(40% + 70px);
	left: calc(100% - 25px);
	/*left: calc(100% - 45px);*/
	transform:rotate(270deg);
	}
	.about3-col5:before{
	top:50px;
	left: calc(100% - 25px);
	transform:rotate(135deg);
	}
	.about3-col2:before{
	bottom: calc(0% + 45px);
	left: calc(0% - 37px);
	transform:rotate(45deg);
	}
	.about3-col4:before{
	bottom: calc(0% + 45px);
	left: calc(0% - 37px);
	transform:rotate(45deg);
	}
	
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
		.about3-col1{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col2{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col3{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col4{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col5{
	width: 40%;
	margin:5px 14px 5px;
	}
	.about3-col6{
	width: 40%;
	margin:5px 14px 5px;
	}
	/*
	.about3-col1:before{
	transform:rotate(135deg);
	background-size:70%;
	left:calc(50% + 45px);
	top:calc(50% + 55px);
	}
	.about3-col2:before{
	bottom:-75px;
	left:-50px;
	}
	.about3-col3:before{
	transform:rotate(135deg);
	background-size:70%;
	left:calc(50% + 45px);
	top:calc(50% + 55px);
	}
	.about3-col4:before{
	bottom:-75px;
	left:-50px;
	}
	.about3-col5:before{
		transform:rotate(135deg);
	background-size:70%;
	left:calc(50% + 45px);
	top:calc(50% + 55px);
	}*/
}
@media screen and (max-width: 450px) {
	.is-container-in {
        padding: 0 15px;
    }
	.center {
    	text-align: center;
	}
	.ab_arrow img{
		width: auto !important;
	}
	.about-row3{
		height: 100%;
		margin:0;
	}
	.about3-col1{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col2{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col3{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col4{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col5{
	width: 40%;
	margin:5px 14px 5px;
	}
	.about3-col6{
	width: 40%;
	margin:5px 14px 5px;
	}
	.about3-col1:before{
		left: calc(100% - 15px);
		top: calc(40% + 125px);
	}
	.about3-col2:before{
		background-size:50%;
		bottom: -40px;
		left: -46px;
	}
	.about3-col3:before{
		left: calc(100% - 15px);
		top: calc(40% + 125px);
	}
	.about3-col4:before{
		background-size:50%;
		bottom: -40px;
		left: -46px;
	}
	.about3-col5:before{
		background-size:50%;
		top:calc(40% + 50px);
		left: calc(50% + 35px);
	}
}
@media screen and (max-width: 370px) {
	.about3-col1{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col2{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col3{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col4{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col5{
	width: 40%;
	margin:5px 14px 80px;
	}
	.about3-col6{
	width: 40%;
	margin:5px 14px 5px;
	}
	.about3-col1:before{
		background-size:80%;
		left: calc(50% - 30px);
		top: calc(40% + 115px);
		transform:rotate(45deg);
	}
	.about3-col2:before{
		background-size: 80%;
		bottom: -80px;
		left: calc(50% - 40px);
		transform:rotate(135deg);
	}
	.about3-col3:before{
		background-size:80%;
		left: calc(50% - 30px);
		top: calc(40% + 115px);
		transform:rotate(45deg);
	}
	.about3-col4:before{
		background-size: 80%;
		bottom: -80px;
		left: calc(50% - 40px);
		transform:rotate(135deg);
	}
	.about3-col5:before{
		background-size:80%;
		left: calc(50% - 30px);
		top: calc(40% + 115px);
		transform:rotate(45deg);
	}
}