/* ----------- 20240903指定後台編輯器的連結 ----------- */
article.editor > a,
article.editor div:not(.is-container-in) a:not(div.is-container-in a),
article.editor a.set_default_style_btn {
    color: #1A73E8;
    text-decoration: underline;
}
article.editor > a:hover,
article.editor div:not(.is-container-in) a:not(div.is-container-in a):hover,
article.editor a.set_default_style_btn:hover{
    color: #888;
    text-decoration: none;
}
/* ----------- about ----------- */
/* index */
.about-sect .txt-box .editor h3{
    position: relative;
    box-sizing: border-box;
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.about-sect .txt-box .editor p{
    margin: 0;
}
@media screen and (max-width: 1000px) {
    .about-sect .txt-box .editor h3{
        font-size: 20px;
    }
}
/* content */
.a_layout {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_pic{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_pic img {
    border-radius: 20px;
}
.a_layout .a_row {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 1082px;
}
.a_layout .a_row .a_col {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}
.a_layout .a_row .a_col.ent {
    text-shadow: 5px 5px 17px rgba(255,255,255,1);
}
.a_layout .a_row .a_col.ent h4 {
    position: relative;
    box-sizing: border-box;
    color: #F37F19;
    font-size: 45px;
    font-weight: bolder;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    font-family: 'Raleway', serif;
    text-shadow: 5px 5px 17px rgba(255,255,255,1);
}
.a_layout .a_row .a_col.ent h4 i {
    font-style: unset;
    display: block;
}
.a_layout .a_row .a_col.ent span {
    position: relative;
    box-sizing: border-box;
    color: #00A550;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    font-family: 'Raleway', serif;
    text-shadow: 5px 5px 17px rgba(255,255,255,1);
}
.a_layout .a_row .a_col.txt {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    padding: 57.815px 60px;
    box-shadow: 7px 7px 20px rgba(0,0,0,0.15);
    border-radius: 20px;
    background: #fff;
}
.a_layout .a_row .a_col.txt h3 {
    position: relative;
    box-sizing: border-box;
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.a_layout .a_row .a_col.txt p {
    margin: 0;
    position: relative;
    box-sizing: border-box;
    color: #535353;
    letter-spacing: 1px;
    line-height: 1.8;
}
@media screen and (max-width: 1280px) {
    .a_layout .a_row .a_col.ent h4 {
        font-size: 32px;
    }
    .a_layout .a_row .a_col.ent span {
        font-size: 22px;
    }
    .a_layout .a_row {
        max-width: 880px;
    }
    .a_layout .a_row .a_col.txt{
        padding: 40px;
        max-width: 550px;
    }
    .a_layout .a_row .a_col.txt h3{
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_row{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        flex-direction: column;
        max-width: unset;
    }
    .a_layout .a_row .a_col{
        width: 100%;
    }
    .a_layout .a_row .a_col.ent {
        padding: 15px;
    }
    .a_layout .a_row .a_col.txt {
        max-width: unset;
    }
    .a_layout .a_row .a_col.ent h4 i {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_row .a_col.ent h4 {
        font-size: 25px;
    }
    .a_layout .a_row .a_col.ent span {
        font-size: 20px;
    }
}
/**************************/
.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}
/* ----------- contact ----------- */
.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
    color: #111;
}
.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 30px;
    margin: 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: 15px;
    color: #00A650;
    position: absolute;
    left: 0;
    top: 6px;
}
.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: 18px;
    left: 3px;
    top: 4px;
}
.contact-info-list a:hover {
    text-decoration: underline;
}
/* ----------- terms ----------- */
.editor.terms-page {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.editor.terms-page h2 {
    color: #F57F1A;
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    .content.in {
        padding: 40px 0 0;
    }
    .banner.in,
    .content.in {
        margin: 0;
    }
    .has-side .content.terms {
        padding-top: 30px;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}