/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* index */
.about-sect .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #006DA5;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0 0 10px;
}
/* content */
.a_layout {
    position: relative;
    box-sizing: border-box;
    padding: 0 50px;
}
.a_layout  p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
}
.a_layout .a_item {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item+.a_item{
    margin: 80px 0 0;
}
.a_layout img {
    border-radius: 15px;
}
/* one */
.a_layout .a_item.one {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.a_layout .a_item.one h2{
    position: relative;
    box-sizing: border-box;
    color: #0074AE;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.a_layout .a_item.one h3{
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 10px 0;
}
.a_layout .a_item.one p{
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}
/* circle */
.a_layout .a_item.one .a_box_list {
    position: relative;
    box-sizing: border-box;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 850px;
}
.a_box_list .a_box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}
.a_box_list .a_box .a_pic {
    position: relative;
    box-sizing: border-box;
    width: 129px;
    height: 129px;
    border-radius: 100%;
    background: #F0F5F6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_box_list .a_box .a_pic img {
    max-width: 83px;
}
.a_box_list .a_box .a_txt {
    position: relative;
    padding: 10px 0 0;
}
.a_box_list .a_box .a_txt h4 {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
}
/* two */
.a_layout .a_item.two {
    display: block;
    text-align: center;
}
.a_layout .a_item.two::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 215px;
    height: 215px;
    border-radius: 100%;
    border: 65px solid #F0F5F6;
}
.a_layout .a_item.two .a_item_box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_layout .a_item.two .a_item_box:last-of-type{
    margin-top: -5%;
}
.a_layout .a_item.two .a_item_box .a_col {
    width: 50%;
    padding-right: 20px;
    z-index: 1;
}
.a_layout .a_item.two .a_item_box:first-of-type .a_col:first-of-type {
    margin-top: -5%;
}
.a_layout .a_item.two .a_item_box:last-of-type .a_col:last-of-type {
    margin-top: 5%;
}
.a_layout .a_item.two .a_item_box .a_col:last-of-type {
    position: relative;
    width: 50%;
    padding-right: 0;
    padding-left: 20px;
}
.a_layout .a_item.two .a_item_box:first-of-type .a_col:last-of-type:before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -50px;
    width: 278px;
    height: 231px;
    background: url(../../images/common/index/about_pic_bg.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.a_layout .a_item.two .a_item_box:last-of-type .a_col:first-of-type:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -50px;
    width: 278px;
    height: 231px;
    background: url(../../images/common/index/about_pic_bg.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.a_layout .a_item.two h3 {
    position: relative;
    box-sizing: border-box;
    color: #0074AE;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 15px;
}
/* three */
.a_layout .a_item.three {
    display: block;
    text-align: left;
}
.a_layout .a_item.three .a_item_box {
    position: relative;
    box-sizing: border-box;
    background: url(../../images/common/about/a_pic3.jpg) no-repeat;
    padding: 30% 0;
    margin:  0 auto 30px;
    border-radius: 15px;
}
.a_layout .a_item.three .a_item_box .a_bg {
    display: none;
}
.a_layout .a_item.three .a_item_box .a_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 368px;
    max-height: 368px;
}
.a_layout .a_item.three .a_item_box .a_circle::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -210px;
    border-radius: 100%;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    border: 1px dashed #1181B6;
    animation: loadingE 5s linear infinite;
}
@keyframes loadingE {
    100%{
        transform: rotate(360deg);
    }
}
.a_layout .a_item.three .a_item_box .a_circle h3 {
    position: absolute;
    box-sizing: border-box;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 10px 0;
    display: block;
    text-align: center;
}
.a_layout .a_item.three .a_item_box .a_content {
    position: absolute;
}
.a_layout .a_item.three .a_item_box .a_content h4 {
    box-sizing: border-box;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
}
.a_layout .a_item.three .a_item_box .a_content::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #0074AE;
}
@media screen and (min-width: 1201px){
    .a_layout .a_item.three .a_item_box .a_content:nth-of-type(1) {
        top: 17%;
        right: 65%;
    }
    .a_layout .a_item.three .a_item_box .a_content:nth-of-type(1)::before{
        top: 35px;
        right: -36px;
    }
    .a_layout .a_item.three .a_item_box .a_content:nth-of-type(2) {
        bottom: 42%;
        left: 73.3%;
    }
    .a_layout .a_item.three .a_item_box .a_content:nth-of-type(2)::before{
        top: 30px;
        left: -50px;
    }
    .a_layout .a_item.three .a_item_box .a_content:nth-of-type(3) {
        top: 89%;
        left: 47%;
    }
    .a_layout .a_item.three .a_item_box .a_content:nth-of-type(3)::before{
        top: -23px;
        left: -35px;
    }
}
@media screen and (min-width: 1301px){
    .a_layout .a_item.three .a_item_box .a_content:nth-of-type(3) {
        top: 85%;
    }
}
@media screen and (max-width: 1300px){
    .a_layout .a_item.three .a_item_box .a_content::before{
        display: none;
    }
    .a_layout .a_item.two h3 {
        font-size: 20px;
    }
    .a_layout p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1201px){
    .a_layout {
        padding: 0 15px;
    }
    .a_layout .a_item.three .a_item_box .a_content{
        display: none;
    }
    .a_layout .a_item.one h2 {
        font-size: 28px;
    }
    .a_layout .a_item.one h3{
        font-size: 18px;
    }
    .a_box_list .a_box .a_txt h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item+.a_item {
        margin: 50px 0 0;
    }
    .a_layout .a_item.one .a_box_list{
        flex-wrap: wrap;
        max-width: 500px;
    }
    .a_box_list .a_box{
        margin: 0 15px 15px;
    }
    .a_layout .a_item.two .a_item_box:last-of-type {
        margin-top: 0;
    }
    .a_layout .a_item.two .a_item_box:first-of-type .a_col:first-of-type {
        margin-top: 0;
    }
    .a_layout .a_item.two .a_item_box:last-of-type .a_col:last-of-type {
        margin-top: 0;
    }
    .a_layout .a_item.three .a_item_box .a_circle::before {
        animation: unset;
        margin-top: unset;
        margin-left: unset;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 800px){ 
    .a_layout .a_item+.a_item {
        margin: 30px 0 0;
    }
    .a_layout .a_item.two .a_item_box {
        flex-direction: column;
    }
    .a_layout .a_item.two .a_item_box:first-of-type .a_col:first-of-type {
        width: 100%;
        padding: 0 0 20px;
    }
    .a_layout .a_item.two .a_item_box .a_col:last-of-type{
        width: 100%;
        padding: 0 0 50px;
    }
    .a_layout .a_item.two .a_item_box:first-of-type .a_col:last-of-type:before,
    .a_layout .a_item.two .a_item_box:last-of-type .a_col:first-of-type:before {
        display: none;
    }
    .a_layout .a_item.two .a_item_box .a_col{
        width: 100%;
        padding: 0 0 20px;
    }
    .a_layout .a_item.two .a_item_box:last-of-type .a_col:last-of-type{
        padding: 0 0 15px;
    }
    .a_layout .a_item.three .a_item_box .a_circle h3 {
        font-size: 18px;
    }
    .a_layout .a_item.three .a_item_box {
        padding: 35% 0;
    }
}
/* -------- contact -------- */
.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: 10px 0 10px 47px;
    margin: 5px 0;
    line-height: 25px;
}
.contact-info-list li:before {
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #00A2E5;
    position: absolute;
    left: 0;
    top: 6px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgb(0, 162, 229, 0.5);
    border-radius: 100%;
}
.contact-info-list li.tel:before  {
    content: "\ff001";
}
.contact-info-list li.fax:before {
    content: "\ff002";
}
.contact-info-list li.mail:before {
    content: "\ff003";
}
.contact-info-list li.add:before {
    content: "\ff004";
    font-size: 20px;
}
.contact-info-list a:hover {
    text-decoration: underline;
}
/* -------- /contact -------- */
.editor-title {
    color: #00A0E4;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0.83em;
}
/* -------- terms -------- */
.terms-title {
    color: #00A0E4;
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 5px;
}
.terms-editor .row {
    margin: 0 -3%;
}
.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
}
/* -------- /terms -------- */
/* -------- 2.0 新增footer上方html區塊 -------- */
.footer-info-page:after{
	content: '';
	display: block;
	clear: both;
}
.footer-info-page .share{
	float: left;
	margin-top: 50px;
}
.footer-info-page .follow {
    text-align:center;
    float:none;
    letter-spacing: 6px;
}
.footer-info-page .follow > * {
    display: inline-block;
    vertical-align: top;
}
.footer-info-page .share .btn{
	font-size:30px;
	width: 60px;
	height: 60px;
	line-height:60px;
	border-radius:60px;
}
/* -------- /2.0 新增footer上方html區塊 -------- */
/* --------  後台範本  -------- */
.is-container-in .icon{
    background: none;
    text-align:center;
}
.is-rounded-button-medium a i{
    text-align: center;
}
[class*="ion-"]{
    text-indent:0;
}
.column.full .clearfix.is-boxed-button-big{
    display: inline-block;
}
.is-container-in .btn.btn-default.edit{
    padding: 7px 25px;
    line-height: 2em;
}
/* --------  /後台範本  -------- */
/* --------  rwd  -------- */
@media screen and (max-width: 800px) {
	.footer-info-page{
		text-align: center;
	}
	.footer-info-page .share,
	.footer-info-page .follow{
		float:none;
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
    .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;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}