/* 內頁關於我們  開始*/
.page-a .pa-row{
    display: flex;
}
.page-a .pa-col:nth-child(1){
    box-sizing: border-box;
    width: 55%;
}
.page-a .pa-col:nth-child(2){
    box-sizing: border-box;
    width: 45%;
    padding-left: 20px;
}
.page-a .pa-t1{
    color: #0072CC;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 14px;
    margin-top: 32px;
}
.page-a .pa-p1{
    margin: 0;
    color: #666666;
    font-size: 15px;
    margin-bottom: 20px;
}

.page-a .pa-t2{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 17px;
    display: inline-block;
}
.page-a .pa-t3{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 7px;
    display: inline-block;
}

@media(max-width:1000px){
    .page-a .pa-row{
        flex-direction: column;
    }
    .page-a .pa-col:nth-child(1){
        width: 100%;
        text-align: center;
    }
    .page-a .pa-col:nth-child(2){
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .page-a .pa-t1 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .page-a .pa-t2 {
        font-size: 16px;
    }
    .page-a .pa-t3 {
        font-size: 16px;
    }
}
/* 內頁關於我們  結束*/


/*----contact----*/

.contact-editor .row {
    margin: 0 -2%;
    margin-bottom: 30px;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
}
.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: #000;
    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;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.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;
}


.contact-map iframe {
    display: block;
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
        
    }
    .contact-map {
        margin-bottom: 1.8em;
    }

}

@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}


/*------------ about-editor ------------*/
.about-editor .txt p {
    float: left;
    width: 53%;
    margin: 0;
}
.about-editor .title {
    color: #D25846;
    font-size: 20px;
    font-style: italic;
    clear: both;
}
.about-editor .title2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    display: block;
    color: #E8D1BD;
}
.about-editor .title2:before {
    content: "";
    height: 1px;
    width: calc(100% - 230px);
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    background: #F7EEE6;
}
.about-editor .list {
    margin: 0 0 0 -23px;
}
.about-editor .pic_right {
    float: right;
    width: 44%;
}
/*------------ products-editor ------------*/
.products-editor .col {
    float: left;
    width: 58%;
}
.products-editor .list {
    margin: 0 0 0 -23px;
}
.products-editor .pic_right {
    float: right;
    width: 40%;
}
/*------------ news-editor ------------*/
.news-editor .col {
    float: left;
    width: 45%;
}
.news-editor .col h2 {
    color: #D25846;
    font-size: 20px;
    font-style: italic;
    line-height: 1.2;
}
.news-editor .pic {
    float: right;
    text-align: right;
    width: 52%;
}
.news-editor .pic .txt {
    background: #FAF5F0;
    text-align: center;
    color: #A4A4A4;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 0 35px 15px;
    width: 262px;
    box-sizing: border-box;
}
.news-editor .pic .txt h3 {
    color: #E0AC72;
    font-weight: normal;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 2px;
    font-size: 30px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
/*------------ service-editor ------------*/
.service-editor .list,
.service-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-editor .list {
    text-align: center;
    margin: 0 -40px;
}
.service-editor .list li {
    display: inline-block;
    margin-right: -4px;
    padding: 0 40px;
    width: calc((100% / 3) - 0.1px);
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
}
.service-editor .list li:nth-child(3n+1) {
    clear: left;
}
.service-editor .list .box {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.service-editor .list .pic {
    border-radius: 50%;
    overflow: hidden;
}
.service-editor .list .text {
    padding: 0 10px;
}
.service-editor .list h2 {
    color: #007cba;
    border-left: 3px solid #007cba;
    padding: 0 0 0 10px;
    font-size: 20px;
    line-height: 1;
    margin: 25px 0 10px;
  
}
.service-editor .list p {
    margin: 0;
    letter-spacing: 0;
}
.service-editor .title {
    color: #007cba;
    font-size: 36px;
    margin: 0 0 25px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}
.service-editor .title i {
    display: inline-block;
    vertical-align: middle;
    width: 101px;
    height: 63px;
    background: url('../../images/common/service/title.jpg');
}
/*------------ terms-editor ------------*/
.terms-title {
    font-size: 16px;
    font-weight: bold;
    color: #007cba;
    margin: 0;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
    .service-editor .list li {
        width: 50%;
        padding: 0 40px 25px;
    }
    .service-editor .list li:nth-child(3n+1) {
        clear: none;
    }
    .service-editor .list li:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .news-editor .col,
    .news-editor .pic {
        float: none;
        width: 100%;
    }
    .news-editor .pic {
        margin: 25px auto 0;
        text-align: center;
        max-width: 533px;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .txt p,
    .about-editor .pic_right,
    .products-editor .col,
    .products-editor .pic_right {
        float: none;
        width: 100%;
    }
    .about-editor .pic_right,
    .products-editor .pic_right {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 600px) {
    .service-editor .list {
        margin: 0;
    }
    .service-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
}
@media screen and (max-width: 480px) {
    .news-editor .pic td {
        float: left;
        width: 100%;
        padding: 5px 0;
    }
    .news-editor .pic .txt {
        width: 100%;
    }
}
