/*------------ about-editor ------------*/

.about-editor {
    text-align: center;
}

.about-editor .pic img {
    margin: 0 0 5px;
}


/*------------ news-editor ------------*/

.news-editor .pic img {
    padding: 0 5px 10px;
}


/*------------ notice-editor ------------*/

.notice-editor .title {
    font-size: 16px;
    font-weight: bold;
    color: #F29800;
}

.notice-editor .title:before {
    content: "\e1005";
    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: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.notice-editor .color02 {
    color: #538C15;
}

.notice-editor .line {
    display: block;
    border-bottom: 1px dotted #ACACAC;
}

.notice-editor .ul01 {
    list-style-type: decimal;
}

.notice-editor .ul01 .tit {
    font-weight: bold;
    color: #333333;
}

.notice-editor .ul01 li {
    margin-bottom: 20px;
}

.notice-editor .title02 {
    color: #333333;
    font-size: 25px;
    line-height: 1.65;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #8DC220;
    margin: 0 0 85px;
}

.notice-editor .title02 span {
    display: inline-block;
    background: #fff;
    padding: 0 35px;
    position: relative;
    top: 15px;
}

.notice-editor .ul02,
.notice-editor .ul02 li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-editor .ul02 {
    margin: 0 -20px;
}

.notice-editor .ul02 li {
    width: calc((100% / 3) - 0.1px);
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}


/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.terms-editor .title {
    font-size: 16px;
    font-weight: bold;
    color: #F29800;
}

.terms-editor .title:before {
    content: "\e1005";
    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: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}


/*------------ index-about-editor ------------*/

.index-about-editor {
    font-size: 16px;
    color: #202020;
    line-height: 1.75;
    text-align: center;
}

/*--------------about page CSS---------------*/
.about-page {

    margin: auto;
}
.about-page .row {
    margin: auto;
    display:flex;
    align-items:center;
    position: r;
}

.about-page .col {
    width:50%
}
.about-page .col:nth-child(1){
    width:100%;
}
.about-page .col:nth-child(2){
    background:#fff;
    box-sizing:border-box;
    padding:50px;
    text-align:center;
    border:1px solid #dcdcdc;
    position: absolute;
    right: 0;
    max-width: 500px;
    box-shadow: -15px 10px 20px rgba(0, 0, 0, 0.3);
}
.about-page .col+.col {
    
}

.about-page .col .title {
    color: #f39801;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
    line-height:1;
    font-family: 'Roboto', serif;
}
.about-page .col .title span{
    color:#AB9474;
    display:block;
    font-size: 24px;

}
.about-page .col .title.t2 {
    font-size: 24px;
    color:#444;
    position: relative;
}
.about-page .col .title.t2:before{
    content:'';
    display:inline-block;
    width:25px;
    height:1px;
    margin-right:10px;
    background:#444;
    position:relative;
    top:-6px;
}
.about-page .col .title.t2:after{
    content:'';
    display:inline-block;
    width:25px;
    height:1px;
    margin-left:10px;
    background:#444;
    position:relative;
    top:-6px;
}
.about-page .col .txt {
    text-align: center;
    margin: auto;
}
.about_txt img{
    margin-top:20px;
}
.about_pic{
text-align: center;
}
/*------------ rwd ------------*/


/*----  後台範本  ----*/

.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;
}


/*----  後台範本end  ----*/

@media screen and (max-width: 1024px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
    .about-editor .tb02 td {
        padding: 10px;
        text-align: center;
    }
    .about-editor .tb01 .pic,
    .about-editor .tb02 .pic {
        width: 100%;
        padding: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .notice-editor .ul02 {
        margin: 0;
    }
    .notice-editor .ul02 li {
        width: 100%;
        padding: 0 0 50px;
        text-align: center;
    }
    .index-about-editor {
        font-size: 14px;
       margin-bottom:20px;
    }
    .terms-editor {
        font-size: 14px;
      
    }
    .about-page .row {
         flex-wrap:wrap;
    }
    .about-page .row .col{
        width:100%;
        margin: 0 auto;
    }
    .about-page .col:nth-child(2){
        position:relative;
        margin:-100px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .news-editor .pic img {
        padding: 0 0 10px;
    }
    .about-page .col .title {
        font-size:30px;
    }
    .about-page .col .title.t2{
        font-size:20px;
    }
}
