/* --------- about-editor --------- */
/* 首頁關於我們 */
.about-sect .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 20px;
    padding: 0 0 15px;
}
.about-sect .editor h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #A33037;
    bottom: -1.5px;
    left: 0;
}
@media screen and (max-width: 1200px) {
    .about-sect .editor h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .about-sect .editor h3 {
        font-size: 15px;
    }
}
/* 內頁關於我們 */
.a_layout {
    position: relative;
    box-sizing: border-box;
}
.a_layout p {
    margin: 0;
    letter-spacing: 0.8px;
    line-height: 1.8;
}
.a_layout img {
    border-radius: 15px;
}
.a_layout .a_item {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item.one {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.a_layout .a_item .a_col {
    width: 50%;
    padding-right: 30px;
}
.a_layout .a_item .a_col:last-of-type {
    padding-right: 0;
    padding-left: 30px;
}
.a_layout .title {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.a_layout .title span {
    position: relative;
    box-sizing: border-box;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
    font-family: 'Montserrat', serif;
}
.a_layout .title h2 {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_item.one h3 {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 10px;
    padding: 0 0 20px;
}
.a_layout .a_item.one h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #A33037;
    bottom: -1px;
    left: 0;
}
.a_layout .a_item.two {
    margin: 0 0 50px;
}
.a_layout .a_item.two h3,
.a_layout .a_item.three h3 {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.a_layout .a_item.two .a_pic_list {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-items: center;
    margin: 30px -15px 0;
}
.a_layout .a_item.two .a_pic_list .a_box{
    padding: 0 15px;
}
.a_layout .a_item.three .a_pic_list {
    margin: 30px 0 0;
    display: block;
    text-align: center;
}
.a_layout .a_item.three .a_pic_list img {
    max-width: 70%;
}
@media screen and (max-width: 1280px) {
    .a_layout .a_item.two .a_pic_list {
        margin: 30px -5px 0;
    }
    .a_layout .a_item.two .a_pic_list .a_box {
        padding: 0 5px;
    }
}
@media screen and (max-width: 1100px) {
    .a_layout .a_item.one {
        margin: 0 0 50px;
        flex-wrap: wrap;
    }
    .a_layout .a_item .a_col {
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item .a_col:last-of-type {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .a_layout .title h2 {
        font-size: 25px;
    }
    .a_layout .a_item.one h3 {
        font-size: 17px;
    }

}
@media screen and (max-width: 767px) {
    .a_layout .a_item.two .a_pic_list {
        margin: 30px 0 0;
        flex-wrap: wrap;
        display: block;
        text-align: center;
    }
    .a_layout .a_item.two .a_pic_list .a_box {
        padding: 0 0 15px;
    }
    .a_layout .a_item.two .a_pic_list .a_box:last-of-type {
        padding: 0;
    }
}
/* --------- contact-editor --------- */
/* 首頁聯絡資訊 */
.contact_list {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    margin: 0 -8px;
}
.contact_list .contact_item {
    position: relative;
    width: calc(100% / 3);
    margin: 0 8px;
    padding: 15px;
    background: url(../../images/common/bg1.jpg);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
}
.contact_list .contact_item:last-of-type {
    width: calc(((100% / 3)) + 12%);
}
.contact_list .contact_item .contact_title {
    position: relative;
    box-sizing: border-box;
    color: #A33037;
    line-height: 1.2;
    padding: 0 0 5px;
    margin: 0;
}
.contact_list .contact_item .contact_title::before {
    content: '．';
}
.contact_list .contact_item .contact_box {
    position: relative;
    box-sizing: border-box;
}
.contact_list .contact_item .contact_box+.contact_box{
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 1100px) {
    .contact_list {
        flex-wrap: wrap;
        margin: 0;
    }
    .contact_list .contact_item {
        width: 100%;
        margin: 0 5px 10px;
    }
    .contact_list .contact_item:last-of-type {
        width: 100%;
        margin: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .contact_list .contact_item .contact_title {
        margin: 0 0 0 -25px;
    }
}
@media screen and (max-width: 480px) {
    .contact_list .contact_item {
        text-align: left;
    }
    .contact_list .contact_item .contact_title {
        margin: 0;
    }
}
/* 內頁聯絡資訊 */
.contact-editor {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 1px solid #E5E5E5;
}
.contact-editor a {
    transition: all 0.5s ease;
}
.contact-editor a:hover {
    color: #A33037;
}
.contact_top .row {
    width: 100%;
    padding: 0 0 15px;
}
.contact_top .row .col2 {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: baseline;
}
.contact_top .row .col2 .title {
    position: relative;
    box-sizing: border-box;
    color: #A33037;
    line-height: 1.2;
    padding: 0;
    margin: 0 30px 0 0;
}
.contact_top .row .col2 .title::before {
    content: '．';
}
.contact_top .row .col2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.contact_top .row .col2 li{
    padding: 0;
}
.contact_top .row .col2 li+li::before {
    content: ' 、 ';
}
.contact_bottom {
    position: relative;
    box-sizing: border-box;
}
.contact_bottom .row {
    display: flex;
    margin: 0 -10px;
}
.contact_bottom .col {
    position: relative;
    box-sizing: border-box;
    width: calc(100% / 2 - 10px);
    margin: 0 10px;
    padding: 20px;
    background: url(../../images/common/bg1.jpg);
    border-radius: 15px;
}
.contact_bottom .col.col2 {
    display: block;
}
.contact_bottom .col .title,
.contact_bottom .col.col2 .title {
    position: relative;
    box-sizing: border-box;
    color: #A33037;
    line-height: 1.2;
    padding: 0 0 5px;
    margin: 0;
}
.contact_bottom .col .title::before {
    content: '．';
}
.contact_bottom .col ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
.contact_bottom .col ul li {
    padding: 0 0 0 15px;
}
.contact_bottom .col ul li span{
    display: block;
}
.contact_bottom .col.col1 ul li {
    display: flex;
}
@media screen and (max-width: 1100px) {
    .contact-editor {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }
    .contact_top .row .col2 {
        padding: 15px 0;
        flex-wrap: wrap;
    }
    .contact_top .row .col2 ul {
        padding: 0 0 0 15px;
        flex-wrap: wrap;
    }
    .contact_top .row .col2 li+li::before {
        display: none;
    }
    .contact_top .row .col2 .title {
        padding: 0 0 0 15px;
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .contact_bottom .row {
        flex-wrap: wrap;
        margin: 0;
    }
    .contact_bottom .col {
        padding: 15px;
        margin: 0;
        width: 100%;
    }
    .contact_bottom .col+.col {
        margin: 15px 0 0;
    }
}
/* --------- terms-editor --------- */
.terms-editor .terms-title {
    font-size: 18px;
    font-weight: normal;
    color: #A33037;
    margin: 0;
}