@charset "utf-8";
/* 首頁 關於我們 開始 */
.index-about{
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}




.index-about .a-box{
    width: calc(100% / 6);
}

.index-about .t-img-1{
    margin: 0 28px 23px;
    display:block;
    /* margin-bottom:15px; */
    width: 56px;
    height: 56px;
}


.index-about .t-1{
    margin-bottom: 5px;
}
.index-about .t-1 .t-sub-1{
    font-family: 'Comfortaa', cursive;
    color: #333333;
    font-size: 42px;
    line-height: 42px;
}
.index-about .t-1 .t-sub-1 i{
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
}
.index-about .t-1 .t-sub-2{ 
    color: #666666;
    font-size: 15px;
    line-height: 15px;
}
.index-about .t-2{
    color: #555555;
    font-size: 22px;
    position: relative;
    padding-left: 30px;
}
.index-about .t-2:before{
    content: "";
    position: absolute;
    left: 3px;
    bottom: 9px;
    background: #2e3092;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all .3s ease;
}
.index-about .a-box:hover .t-2:before{
    transform: scale(1.3);
}
.index-about .a-box:nth-child(2) .t-2:before{
    background: #FFCC00;
}
.index-about .a-box:nth-child(3) .t-2:before{
    background: #008000;
}
.index-about .a-box:nth-child(4) .t-2:before{
    background: #008CDC;
}
.index-about .a-box:nth-child(5) .t-2:before{
    background: #E42E2D;
}
.index-about .a-box:nth-child(6) .t-2:before{
    background: #2828AA;
}
@media(max-width:1400px){
    .index-about {
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .index-about .a-box {
        width: 50%;
        margin-bottom: 30px;
    }
    .index-about .t-1 {
        padding-left: 28px;
    }
    .index-about .t-2 {
        text-align: left;
        display: inline-block;
        width: 120px;
        padding-left: 62px;
    }
    .index-about .t-2:before {
        left: 34px;
        bottom: 11px;
    }
}
@media(max-width:1000px){
    .index-about .t-1 .t-sub-1 {
        font-size: 30px;
        line-height: 30px;
    }
    .index-about .t-2 {
        font-size: 18px;
    }
    .index-about .t-1 {
        padding-left: 13px;
    }
    .index-about .t-2:before {
        left: 15px;
        bottom: 6px;
    }
    .index-about .t-2 {
        padding-left: 43px;
    }
}

/* 首頁 關於我們 結束 */

/*首頁 服務項目 開始*/
.service-sect .t-1{
    color: #444444;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 15px;
    height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
.service-sect .p-1{
    color: #525252;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    margin-bottom: 31px;
    height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media(max-width:1000px){
    .service-sect .t-1 {
        font-size: 18px;
        line-height: 23px;
        height: unset;
        display: block;
        margin-bottom: 15px;
    }
    .service-sect .p-1 {
        height: unset;
        display: block;
        margin-bottom: 15px;
    }
}
/*首頁 服務項目 結束*/

/*內頁 關於我們 開始*/
.page-about .a-1,
.page-about .a-2,
.page-about .a-3,
.page-about .a-4,
.page-about .a-5,
.page-about .a-6{
    display: flex;
    margin-bottom: 40px;
}
.page-about .a-col{
    width: 50%;
    box-sizing: border-box;
}
.page-about .a-col:nth-child(1){
    padding-right: 20px;
}
.page-about .a-col:nth-child(2){
    padding-left: 20px;
}
.page-about .title {
    margin-bottom: 20px;
    position: relative;
    margin-top: 42px;
}
.page-about .title:before {
    content: "";
    background: #562E83;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -124px;
    top: 19px;
    z-index: -1;
}
.page-about .title span {
    font-family: 'Comfortaa', cursive;
    color: #552D83;
    font-size: 45px;
    line-height: 45px;
    display: block;
    font-weight: normal;
}
.page-about .title h3 {
    display: inline-block;
    margin: 0;
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.page-about .title h3:before {
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 17px;
}
.page-about .title h3:after {
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: 14px;
    top: 17px;
}
.page-about .t-1{
    color: #212121;
    font-size: 26px;
    line-height: 35px;
    margin: 0;
    font-weight: normal;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.page-about .t-1 i{
    font-style: normal;
    font-size: 35px;
}
.page-about .p-1{
    color: #535353;
    font-size: 15px;
    margin: 0;
    margin-bottom: 15px;
    line-height: 26px;
}
.page-about  .page-list{
    display: flex;
    flex-wrap: wrap;
}
.page-about .a-box{
    width: calc(100% / 2);
    margin-bottom: 40px;
}
.page-about .t-1{
    margin-bottom: 20px;
}
.page-about .t-1 .t-sub-1{
    font-family: 'Comfortaa', cursive;
    color: #333333;
    font-size: 42px;
    line-height: 42px;
}
.page-about .t-1 .t-sub-1 i{
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
}
.page-about .t-1 .t-sub-2{ 
    color: #666666;
    font-size: 15px;
    line-height: 15px;
}
.page-about .t-2{
    color: #555555;
    font-size: 22px;
    position: relative;
    padding-left: 30px;
}
.page-about .t-2:before{
    content: "";
    position: absolute;
    left: 3px;
    bottom: 9px;
    background: #F08C37;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all .3s ease;
}
.page-about .a-box .t-1{ 
    margin-bottom: 3px;
}
.page-about .a-box:hover .t-2:before{
    transform: scale(1.3);
}
.page-about .a-box:nth-child(2) .t-2:before{
    background: #ECE050;
}
.page-about .a-box:nth-child(3) .t-2:before{
    background: #2C673B;
}
.page-about .a-box:nth-child(4) .t-2:before{
    background: #1CA6CA;
}
.page-about .a-box:nth-child(5) .t-2:before{
    background: #E42E2D;
}
.page-about .a-box:nth-child(6) .t-2:before{
    background: #363C92;
}
.page-about  .a-6 .a-col:nth-child(1){
    width: 40%;
}
.page-about  .a-6 .a-col:nth-child(2){
    width: 60%;
    margin-top: -40px;
}
@media(max-width:1200px){
    .page-about  .a-6 .a-col:nth-child(1){
        width: 0%;
    }
    .page-about  .a-6 .a-col:nth-child(2){
        width: 100%;
        margin-top: -10px;
    }
}
@media(max-width:800px){
    .page-about .a-1, .page-about .a-2, .page-about .a-3, .page-about .a-4, .page-about .a-5, .page-about .a-6 {
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .page-about .a-col {
        width: 100%;
    }
    .page-about .a-col:nth-child(1) {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .page-about .a-col:nth-child(2) {
        padding-left: 0;
    }
    .page-about .a-1 .a-col:nth-child(1) {
        text-align: center;
    }
    .page-about .a-3 .a-col:nth-child(1) {
        text-align: center;
    }
    .page-about .a-5 .a-col:nth-child(1) {
        text-align: center;
    }
    .page-about .title{
        text-align: center;
        margin-top:0px;
    }
    .page-about .title span {
        font-size: 32px;
        line-height: 32px;
    }
    .page-about .t-1 .t-sub-1 {
        font-size: 30px;
        line-height: 30px;
    }
    .page-about .t-2 {
        font-size: 19px;
        padding-left: 30px;
    }
    .page-about .t-2:before {
        width: 15px;
        height: 15px;
    }
    .page-about  .a-6 .a-col:nth-child(1){
        width: 100%;
        display: none;
    }
    .page-about  .a-6 .a-col:nth-child(2){
        width: 100%;
        margin-top: 0;
    }
    .page-about .t-1 {
        font-size: 24px;
        line-height: 31px;
    }
}
/*內頁 關於我們 結束*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #FFF;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(https://en.scout.org.tw/images/layout04-3/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(https://en.scout.org.tw/images/layout04-3/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(https://en.scout.org.tw/images/layout04-3/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #D1D1CF #D1D1CF #eee #eee ;
    border-style: solid;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.contact-info-txt i{
    font-size: 22px;
    color: #FFF;
    background: #F58D38;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.contact-info-txt i:before{
    font-family: 'icon-font2' !important;
}
.contact-info-txt .ic-locat:before{
    content: "\e1026";
}
.contact-info-txt .ic-tel:before{
    content: "\e1050";
}
.contact-info-txt .ic-mail:before{
    content: "\e1034";
}
.contact-info-txt .ic-mail{
    font-size: 16px;
    line-height: 23px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #562E83;
    font-size: 16px;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1{
        border-width: 0 0 1px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
    .contact-editor .col{
        border-color: #D1D1CF #D1D1CF #eee #eee ;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
