/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* about */
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 36px 0 0;
}
.a_layout .a_col{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_col:first-of-type{
    padding-right: 26px;
    width: 47.8%;
}
.a_layout .a_col:last-of-type{
    padding-left: 26px;
    padding-top: 50px;
    width: 42%;
}
.a_layout .a_title{
    position: relative;
    margin: 0 0 30px;
    display: flex;
    align-items: baseline;
}
.a_layout .a_title h2{
    position: relative;
    color: #535353;
    font-size: 24px;
    letter-spacing: 0.3px;
    margin: 0;
}
.a_layout .a_title span{
    position: relative;
    color: #006646;
    font-size: 24px;
    font-family: 'Montserrat',serif;
    padding-left: 15px;
    font-weight: 600;
}
.a_layout p{
    position: relative;
    margin: 0;
    letter-spacing: 0.3px;
    color: #535353;
    line-height: 1.7;
}
.a_layout .a_pic{
    position: absolute;
    bottom: 56px;
    right: 0;
}
.a_layout .a_pic img{
    max-width: unset;
}
@media screen and (max-width: 1500px) {
    .a_layout .a_col:last-of-type {
        width: 50%;
    }
}
@media screen and (max-width: 1400px) {
    .a_layout .a_col:last-of-type {
        padding-top: 0;
    }
    .a_layout .a_pic {
        bottom: 20px;
    }
    .a_layout .a_title {
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 1330px) {
    .a_layout .a_col:last-of-type {
        width: 52%;
    }
    .a_layout .a_pic{
        position: relative;
        bottom: unset;
        max-width: 100%;
        margin: 30px 0;
    }
    .a_layout .a_pic img{
        max-width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .a_layout .a_col:last-of-type{
        padding-left: 15px;
        width: 50%;
    }
    .a_layout .a_col:first-of-type{
        padding-right: 15px;
        width: 50%;
    }
    .a_layout p {
        line-height: 1.5;
    }
    .a_layout .a_title h2,
    .a_layout .a_title span {
        font-size: 22px;
    }
    .a_layout .a_title{
        flex-direction: column;
    }
    .a_layout .a_title span{
        padding: 0;
    }
}
@media screen and (max-width: 1200px) {
    .a_layout .a_col:last-of-type{
        padding-left: 15px;
        width: 55%;
    }
    .a_layout .a_col:first-of-type{
        padding-right: 15px;
        width: 45%;
    }
    .a_layout p {
        line-height: 1.4;
    }
}
@media screen and (max-width: 1150px) {
    .a_layout{
        flex-direction: column;
    }
    .a_layout .a_col:first-of-type{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .a_layout .a_col:last-of-type{
        padding: 30px 15px 0;
        width: 100%;
    }
    .a_layout p {
        line-height: 1.7;
    }
    .a_layout .a_pic{
        text-align: center;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout{
        padding: 0;
    }
}
/* contact */
.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 50%;
}
.contact-editor .col2 {
    width: 50%;
}
.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: #535353;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0;
    margin: 8px 0;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.contact-info-list li i {
    margin: 0;
    color: #59611B;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    padding-right: 10px;
}
.contact-info-list li i.ic3-line::before {
    font-family: 'community' !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;
    content: "\e905";
}
.contact-info-list a{
    transition: all 0.3s ease;
}
.contact-info-list a:hover {
    color: #59611B;
    text-decoration: underline;
}
.notice-editor-title {
    color: #70AC92;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin: 0 0 0.4em;
}
.notice-editor-title img {
    vertical-align: text-bottom;
}
.terms-title {
    color: #59611B;
    font-size: 17px;
    margin: 0 0 5px;
}
@media screen and (max-width: 1280px) {
    .pro-editorr .row, 
    .pro-editor .col,
    .notice-editor .row, 
    .notice-editor .col,
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
    }
    .about-editor .row {
        max-width: 900px;
        margin: 0 auto;
    }
    .pro-editor .col1,
    .notice-editor .col2,
    .about-editor .col1 {
        padding: 0;
        margin-bottom: 4px;
        text-align: center;
    }
    .about-editor .col2 {
        padding: 0%;
    }
}
@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
        
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    .news-editor{
        max-width:auto;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}