.a_layout{
    position: relative;
}

.a_layout  .a-1{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 368px;
    margin-top: 50px;
}
.a_layout  .a-1 .col.pic{
    position: absolute;
    left: 0;
}

.a_layout  .a-1 .col.txt{
    position: relative;
    max-width: 540px; 
}

.a_layout  .a-1 .col.txt .title {
      position: relative;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: baseline;
}

.a_layout  .a-1 .col.txt .title h2{
     margin: 0;
     margin-bottom: 20px;
    color: #333333;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 4px;
}
.a_layout  .a-1 .col.txt .title span{
    color: #004398;
    font-size: 25px;
}

.a_layout  .a-1 .col.txt p{
      margin: 0;
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 60px;
    font-size: 16px;
    line-height: 2;
    color: #5C5C5C;
}

@media screen and (max-width: 1380px) {

    .a_layout .a-1 {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-height: 368px;
        margin-top: 20px;
        flex-direction: column-reverse;
    }
    .a_layout .a-1 .col.pic {
        position: absolute;
        left: 0;
        position: relative;
        margin-top: -40px;
    }

    .a_layout .a-1 .col.txt .title {
        position: relative;
        text-align: right;
        display: flex;
        justify-content: center;
        gap: 0;
        align-items: center;
        flex-direction: column-reverse;
    }

    .a_layout .a-1 .col.txt .title span {
       
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 1000px) {
    .a_layout .a-1 .col.txt .title span {
        margin-bottom: 0;
    }

    .a_layout .a-1 .col.txt .title span {
        margin-bottom: 15px;
    }

    .a_layout .a-1 .col.txt .title  h2 {
        font-size: 35px;
        letter-spacing: 3px;
    }

    .a_layout .a-1 .col.txt p {
       
        padding: 40px 30px;
    }
}

/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index-contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
}

.index-contact-list li {
    position: relative;
    padding-left: 5px;
}

.index-contact-list li + li {
    margin-top: 5px;
}

.index-contact-list li:before {
    content: ' ';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #767676;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: 10px;
}

.index-contact-list li a: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: #004398;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}

.editor-title {
    color: #FF5B2C;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}

.editor-title2 {
    color: #02A0B8;
    font-size: 14px;
    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: 56%;
}

.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: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 27px;
    margin: 8px 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: #858585;
    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;
}

/*----  後台範本  ----*/

.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: 15px;
    }
    .contact-info-list .tel a {
        font-size: 15px;
    }
    .contact-info-list li {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}
@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;
    }
}
