/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor-title {
    color: #44D6E7;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}
.about-editor .row_1{
    display: flex;
    margin-bottom: 40px;
}
.about-editor .row_2{
    padding: 0 15px;
}
.about-editor .row_1 .col1{
    width: 49.528%;
    padding-right: 23px;
    display: flex;
}
.about-editor .row_1 .col2{
    width: 53%;
}
.about_tit:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #993031
}
.about_tit {
    position: relative;
    margin-right: 30px;
    width: 60px;
    display: flex;
    align-items: baseline;
}
.about_tit div{
    position: relative;
    z-index: 2;
    padding: 5px;
    background: #ECE9E2;
    border:solid 1px #993031;

}
.about_tit div span{
    background: #993031;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
    font-family: Noto Serif TC;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 50px;

}
.about_tit div span:last-child{
    margin-bottom: 0;
}
.about_tag{
    display: block;
    background: #993031;
    color: #fff;
    font-family: Noto Serif TC;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 20px;
    letter-spacing: 1px;
}
.about_tag2:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #993031;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;

}
.about_tag2{
    display: block;
    margin-top: 10px;
    color: #333333;
    font-size: 18px;
    margin-bottom: 38px;
    letter-spacing: 0;
}
.about_box{
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
    letter-spacing: 1.8px;
    padding-right: 31px;
    line-height: 1.55;
}
.about_box:last-child{
    margin-bottom: 0;
}
.about_box .box_tit{
    width: 46px;
    background: #C8493D;
    line-height: 46px;
    color: #FFFFFF;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-weight: bold;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    padding: 12px 0;
    margin-right: 10px;
}
.about_box2 {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.about_box2:nth-child(even) .pic{
    order: 2
}
.about_box2 .pic{
    width: 38.75%;
    position: relative;
    z-index: 23;
}
.about_box2 .text:before{
    content: '';
    display: block;
    position: absolute;
    background: #EF7D52;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
}
.about_box2:nth-child(even) .text:before{
    left: auto;
    right: 10px;
}
.about_box2 .text{
    position: relative;
    width: 72.25%;
    margin-left: -11%;
    box-sizing: border-box;
}
.about_box2:nth-child(even) .text{
    margin-left: 0;
    margin-right: -11%;
}
.about_box2 .text_tit{
    font-family: Noto Serif TC;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 13px;
    margin-bottom: 17px;
    display: block;
    background: url(../../images/common/about/border.png) repeat-x bottom;
}
.about_box2 .bg{
    background: #FCFAEE;
    padding-left: 20.223%;
    padding-right: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
    position: relative;
}
.about_box2:nth-child(even) .bg{
    padding-right: 20.223%;
    padding-left: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
}
.about_box2 .text_tit span{
    color: #993031;
    font-weight: bold;
    font-size: 16px;
    font-family: Noto Serif TC;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.contact-info-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contact-info-list .ic {
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #993031;
    display:flex;
    align-items:center;
    justify-content: center;
}
.contact-info-list li,
.contact-info-list .ic-wrap,
.contact-info-list .txt {
    display: inline-block;
    vertical-align: middle;
    position:relative;
}
.contact-info-list li {
    width: 50%;
    padding: 0 5px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-info-list li:first-child {
    font-size: 14px;
}
.contact-info-list .txt {
    /*width: calc(100% - 110px);*/
    margin-left: 10px;
    color: #787878;
    font-weight: bold;
    line-height: 1.5;
}
.terms-title {
    color: #993031;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0.3em;
}
@media screen and (max-width: 1000px) {
    .about-editor .row_1{
        display: block;
    }
    .about-editor .row_1 .col{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .about-editor .row_1 .col2{
        text-align: center;

    }
    .about_tit{
        display: none;
    }
    .about_box{
        padding-right: 0;
    }
    .about_box2{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .about_box2 .pic{
        width: 100%;
    }
    .about_box2:nth-child(n) .text{
        width: 100%;
        margin-left: 0%;
        margin-top: -11%;
        order: 2;
    }
    .about_box2:nth-child(n) .bg{
        padding-top: 15%;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .about_box2:nth-child(even) .text:before {
        right: auto;
        left: 10px;
    }
    .contact-info-list li {
        
        
        padding: 0;
    }
    .contact-info-list li:nth-child(n) {
        font-size: 16px;
    }
    .contact-info-list .ic-wrap {
        width: 60px;
    }
    .contact-info-list .txt {
        /*width: calc(100% - 75px);*/
    }
}
@media screen and (max-width: 767px) {
    .contact-info-list .ic{
        margin: 0 15px 0 0;
    }
    .contact-info-list li{
        width: 100%;
    }
    .contact-info-list li:nth-child(n) {
        text-align: center;
    }
    .contact-info-list .txt {
        display: block;
        width: auto;
        margin: 5px 0 0;
    }
  
}
