﻿#Itself_logo .bannerLogo {
    position: absolute;
    top: 4px;
    left: 90px;
    width: 96px;
    /*transform: translateY(-50%);*/
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1));
}

#Itself_logo .bannerText {
    width: 200px;
    position: absolute;
    top: 4px;
    left: 190px;
    /*transform: translateY(-50%);*/
    text-align: center;
    font-family: 微軟正黑體;
    font-weight: bold;
}

    #Itself_logo .bannerText .bannerText_top {
        font-size: 20px;
        color: #4060ac;
        text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
    }

    #Itself_logo .bannerText .bannerText_hr {
        background-image: linear-gradient(to right,rgba(31, 124, 208, 0) 0%,rgba(31, 124, 208, 1) 20%,rgba(31, 124, 208, 1) 80%,rgba(31, 124, 208, 0) 100%);
        height: 1px;
    }

    #Itself_logo .bannerText .bannerText_bottom {
        font-size: 20px;
        color: #3e828a;
        text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
    }

