/* 首頁 關於我們 開始 */
.about-sect .t-1{
    color: #1F5F66;
    font-size: 20px;
    margin: 0;
    margin-bottom: 6px;
    font-weight: normal;
    text-align: center;
}
.about-sect .p-1{
    color: #585F72;
    font-size: 15px;
    margin: 0;
    font-weight: normal;
}
/* 首頁 關於我們 結束 */

/* 內頁 關於我們 開始 */
.page-box .row{
    display: flex;
    margin-top: 20px;
}
.page-box .col:nth-child(1){
    width: 525px;
    box-sizing: border-box;
    padding-right: 15px;
}
.page-box .col:nth-child(2){
    width: calc(100% - 525px);
    box-sizing: border-box;
    padding-left: 15px;
}
.page-box .t-1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.page-box .t-1:before{
    content: "";
    background: #79C9D2;
    width: 36px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-box .t-1-col{
    width: 100%;
}
.page-box .t-1-col:nth-child(1){
    width: 330px;
}
.page-box .t-1-col:nth-child(2){
    color: #4D5865;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding-left: 10px;
}
.page-box .t-1-en:nth-child(1){
    font-family: 'Noto Serif TC', serif;
    font-size: 50px;
    line-height: 50px;
    color: #04A3B3;
    font-weight: bold;
}
.page-box .t-1-en:nth-child(2){
    font-family: 'Noto Serif TC', serif;
    font-size: 50px;
    line-height: 50px;
    color: #0C8B99;
    font-weight: bold;
}
.page-box .t-2{
    color: #1F6067;
    font-size: 22px;
    margin: 0;
    font-weight: normal;
    margin-bottom: 20px;
}
.page-box .p-1{
    color: #585F72;
    font-size: 15px;
    margin: 0;
    margin-bottom: 30px;
}
@media(max-width:1400px){
    .page-box .row {
        flex-direction: column;
    }
    .page-box .col:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .page-box .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
}
@media(max-width:1000px){
    .page-box .col:nth-child(1) {
        text-align: center;
    }
    .page-box .col:nth-child(2) {
        text-align: center;
    }
    .page-box .t-1 {
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
        flex-direction: column;
    }
    .page-box .t-1-en:nth-child(1) {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 3px;
    }
    .page-box .t-1-en:nth-child(2) {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .page-box .t-1-col:nth-child(1) {
        margin-bottom: 17px;
    }
    .page-box .t-1:before {
        left: calc(50% - 18px);
    }
    .page-box .t-2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
}
/* 內頁 關於我們 結束 */

/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* 
.site-info .index-contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
}
.site-info .index-contact-list li {
    position: relative;
    font-size: 15px;
    color: #BD6628;
}
.site-info .index-contact-list li a b {
    color: #F6B23C;
    font-weight: bold;
    transition: all 0.3s ease;
}
.site-info .index-contact-list li a b:hover {
    text-decoration: underline;
} */
.about-editor .row {
    margin: 0 -5px;
}
.about-editor .col {
    float: left;
    padding: 0 5px;
}
.about-editor .col1 {
    width: 56%;
}
.about-editor .col2 {
    width: 44%;
    text-align: center;
}
.terms-title {
    color: #42b4d5;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.editor-title {
    color: #108592;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
}
.editor-title2 {
    color: #0e8a98;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.editor-grid .row {
    margin: 0 -20px;
}
.editor-grid .col {
    padding: 0 20px;
    float: left;
}
.editor-grid.x3 .col {
    width: 33.33%;
}
.editor-grid.x2 .col {
    width: 50%;
}
.contact-editor .row {
    margin: 2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 50%;
    padding-top: 30px;
}
.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 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-info-list .tel a {
    font-size: 20px;
}
/* ------------- about -------------*/
/* index */
.a_layout {
    position: relative;
    display: flex;
}
.a_center {
    width: 35%;
    position: relative;
    padding-left: 0px;
}
.a_center .a_title {
    position: relative;
    padding-bottom: 30px;
    display: inline-flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
}
.a_center .a_title:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: -9px;
    width: 90px;
    height: 90px;
    background: #FDF5E4;
    border-radius: 50%;
    z-index: -1;
}
.a_center .a_title:after {
    content: "";
    display: block;
    position: absolute;
    left: 120px;
    top: -22px;
    width: 60px;
    height: 40px;
    background: url('../../images/common/index/about_ti_deco.png') 45% 50% no-repeat;
}
.a_center .a_title span {
    color: #BD6626;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-style: initial;
    text-align: center;
    position: relative;
    margin: auto;
    letter-spacing: 2px;
}
.a_center .a_title h2 {
    color: #513928;
    font-size: 30px;
    font-weight: normal;
    font-style: initial;
    margin: auto;
    position: relative;
}
.a_center .a_title span:after {
    content: '';
    position: absolute;
    width: 182px;
    height: 7px;
    background: url(../../images/common/index/title_line.png) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 105px;
    z-index: -1;
}
.a_txt {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 197px;
    color: #725233;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.75;
}
.a_txt h3 {
    position: relative;
    color: #F0990B;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}
.a_txt h4 {
    position: relative;
    color: #F0990B;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
    padding: 0 0 15px 40px;
}
.a_txt h4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    width: 29px;
    height: 1px;
    background: #F0990B;
}
.a_txt p {
    position: relative;
    margin: 0;
    text-align: justify;
    letter-spacing: 0.8px;
    line-height: 1.75;
}
@media screen and (max-width: 1820px) {
    .a_center .a_title h2:after {
        right: 0;
    }
}
@media screen and (max-width: 1784px) {
    .a_txt {
        height: auto;
    }
}
@media screen and (max-width: 1500px) {
    .a_right .a_title h2 {
        font-size: 28px;
    }
    .a_right .a_title span {
        font-size: 20px;
    }
    .a_center .a_title h2:after {
        left: 20%;
        right: auto;
    }
}
@media screen and (max-width: 1200px) {
    .a_center .a_title h2:after {
        left: 25%;
        right: auto;
    }
}
@media screen and (max-width: 1100px) {
    .a_center .a_title h2:after {
        right: auto;
        left: 15%;
    }
    .a_txt {
        -webkit-line-clamp: initial;
        height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout {
        flex-direction: column-reverse;
    }
    .a_right {
        width: 100%;
        padding: 0 0 50px;
    }
    .a_txt h4 {
        font-size: 18px;
    }
    .a_right .a_title span {
        font-size: 18px;
        margin: 0 0 7px;
    }
    .a_right .a_title h2 {
        font-size: 24px;
    }
    .a_txt h3 {
        font-size: 18px;
    }
    .a_right .a_title span {
        font-size: 18px;
        margin: 0 0 7px;
    }
    .a_right .a_title, .a_right .a_title h2 {
        text-align: center;
    }
    .slogan span {
        font-size: 35px;
    }
    .a_center .a_title h2:after {
        left: 23%;
    }
}
@media screen and (max-width: 768px) {
    .a_center .a_title h2:after {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .slogan span {
        font-size: 30px;
        letter-spacing: 0;
    }
    .a_right {
        padding: 0 0 30px;
    }
}
/* content */
.ac_layout {
    position: relative;
    box-sizing: border-box;
}
.ac_layout p {
    position: relative;
    margin: 0;
    color: #525252;
    font-size: 15px;
    letter-spacing: 2.1px;
    line-height: 1.75;
    text-align: justify;
}
.ac_top, .ac_center {
    position: relative;
    display: flex;
    margin: 0 0 50px;
    align-items: center;
}
.ac_col {
    position: relative;
    width: 50%;
}
.ac_top .ac_col:first-of-type {
    padding: 0 40px 0 42px;
}
.ac_center .ac_col:last-of-type {
    padding-left: 0px;
}
.ac_tilte {
    position: relative;
    margin: 0 0 30px;
    text-align: left;
}
.ac_tilte span {
    position: relative;
    color: #92501F;
    font-size: 22px;
    letter-spacing: 1px;
    width: 100%;
    padding-left: 30px;
}
.ac_tilte span:before {
    content: "";
    background-color: #FFB401;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 10px;
}
.ac_tilte span:after {
    content: "";
    background: url(../../images/common/about/about-line.png);
    width: 420px;
    height: 4px;
    position: absolute;
    left: 161px;
    bottom: 12px;
}
.ac_center .text {
    position: relative;
    margin: 0px;
    padding: 0 0 0 10px;
}
.ac_center b,
.ac_bottom b {
    font-size: 18px;
    display: block;
    color: #DA6625;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2;
    padding-top: 20px;
}
.ac_center2 {
    position: relative;
    padding-bottom: 70px;
}
.ac_bottom {
    position: relative;
    margin: auto;
    width: 70%;
}
.ac_bottom .ac_col {
    width: 100%;
}
.ac_bottom .ac_tilte {
    text-align: center;
    position: relative;
}
.ac_bottom .text {
    padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .a_right .a_title span {
        font-size: 20px;
    }
}
@media screen and (max-width: 1300px) {
    .ac_tilte span {
        font-size: 20px;
    }
    .ac_layout p {
        font-size: 15px;
        line-height: 1.6;
    }
    .a_left {
        width: 35%;
        position: relative;
    }
    .ac_bottom {
        width: 100%;
    }
}
@media screen and (max-width: 1080px) {
    .ac_tilte {
        margin: 0 0 10px;
    }
    .a_txt {
        -webkit-line-clamp: initial;
        height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .ac_tilte span:after {
        display: none;
    }
    .ac_center b, .ac_bottom b {
        font-size: 16px;
    }
    .a_layout {
        flex-direction: column-reverse;
    }
    .a_left {
        width: 100%;
    }
    .a_right {
        width: 100%;
        padding: 0 0 50px;
    }
    .a_right .a_title span {
        font-size: 18px;
        margin: 0 0 7px;
    }
    .a_right .a_title h2 {
        font-size: 24px;
    }
    .a_right .a_title span {
        font-size: 18px;
        margin: 0 0 7px;
    }
    .a_right .a_title, .a_right .a_title h2 {
        text-align: center;
    }
    .ac_top {
        flex-direction: column-reverse;
        margin: 0 0 30px;
    }
    .ac_center {
        flex-direction: column-reverse;
    }
    .ac_col {
        width: 100%;
    }
    .ac_top .ac_col:first-of-type {
        /* padding-right: 0; */
        padding: 30px 0;
    }
    .ac_center .ac_col:last-of-type {
        padding-left: 0;
        padding-bottom: 0;
    }
    .ac_top .ac_col:last-of-type, .ac_center .ac_col:first-of-type {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .a_right {
        padding: 0 0 30px;
    }
}
/*----  後台範本  ----*/
.is-container-in .icon {
    background: none;
    text-align: center;
}
.is-rounded-button-medium a i {
    text-align: center;
}
[class*="ion-"] {
    text-indent: 0;
}
.column.full .clearfix.is-boxed-button-big {
    display: inline-block;
}
.is-container-in .btn.btn-default.edit {
    padding: 7px 25px;
    line-height: 2em;
}
@media screen and (max-width: 1200px) {
    .about-editor .col,
    .editor-grid.x2 .col,
    .editor-grid.x3 .col {
        width: 100%;
    }
    .about-editor .col+.col,
    .editor-grid.x2 .col+.col,
    .editor-grid.x3 .col+.col {
        margin-top: 1.7em;
    }
}
@media screen and (max-width: 1000px) {
    .terms-title,
    .editor-title {
        font-size: 14px;
    }
    .contact-info-list {
        font-size: 14px;
    }
    .contact-info-list .tel a {
        font-size: 14px;
    }
    .contact-info-list li {
        padding: 2px 0 2px 40px;
        margin: 0;
        line-height: 20px;
    }
}
@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;
    }
}