/*==========自訂頁面=========*/

#about h3 {
    text-align: center;
}

#about #about_title_h3 {
    margin: 0px 0px 30px 0px !important;
}

#about #about_title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 110%;
    font-family: Noto Sans TC;
    color: #373638;

}

#about #about_title::before {
    content: '';
    position: absolute;
    height: 29px;
    background: url(../../img/custom/neil_web_23.png) no-repeat left top;
    width: 106px;
    left: -115px;
    top: 11px;
}

#about #about_title::after {
    content: '';
    position: absolute;
    height: 29px;
    background: url(../../img/custom/neil_web_22.png) no-repeat left top;
    width: 106px;
    right: -115px;
    top: 11px;
}

#about {
    position: relative;
    padding: 35px 10px 0px 10px;
}

#about .conrent_each {
    margin: 0px 0px 40px 0px;
}

#about #img_box {
    margin: 20px 0px 30px 0px;
    border: 1px solid #AFAFAF;
    padding: 8px 8px 0px 8px;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    transition: all .55s ease .1s;
}

#about #img_box img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all .55s ease .1s;
}

#about #img_box:hover {
    border: 1px solid #DB0402;
}

#about #img_box:hover img {
    transform: scale(1.5, 1.5);
}

#about p {
    text-indent: 2em;
    color: #232323;
    font-size: 100%;
}

#about b {
    color: #3188A5;
    font-size: 110%;
}

#about .page-header {
    position: relative;
    font-size: 85%;
    margin: 0px 0px 20px 0px;
}

#about .page-header:nth-child(3) {
    position: relative;
    font-size: 85%;
    margin: 30px 0px 20px 0px;
}

#about strong {
    display: inline-block;

    padding: 0px 0px 30px 0px !important;
    color: #BC0000;
    line-height: 180%;
}

#about .page-header h4 {
    font-size: 170%;
    line-height: 160%;
    margin: 0px 0px;
}

#about .page-header small {
    padding: 0px 0px 0px 5px;
    font-size: 80%;
}

/*============關於尼爾網站設計=================*/
.page1 #about .leftbox {
    color: #CC2500;
    font-weight: 550;
}

/*==========網站設計服務==============*/
.page2 #about #psd-desc{
margin: 0px 0px 30px 0px;
}

/*==========模組開發服務==============*/
.page3 #about #conrent_01{
margin: 0px 0px 20px 0px;
}
/*==========佈景設計服務==============*/
.page4 #about #conrent_01{
margin: 0px 0px 20px 0px;
}

/*============動畫=================*/

.animationtrue #about #conrent_01 {
    position: relative;
    animation-duration: 2s;
    animation-name: conrent_01;
    opacity: 1;
}

.animationtrue #about .conrent_each {
    position: relative;
    animation-duration: 1.5s;
    opacity: 0;
}

@keyframes aboutcenter {
    from {
        top: 9.375rem;
        opacity: 0;
    }

    to {
        top: 0rem;
        opacity: 1;
    }
}

@keyframes conrent_01 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}