@import url('//fonts.googleapis.com/earlyaccess/notosanstc.css');
.title{ position: absolute; z-index: 99999; color: #FFF; font-family: Roboto, Arial, Helvetica, 'Noto Sans TC', 'LiHei Pro', "微軟正黑體", "新細明體", 'Microsoft JhengHei',  sans-serif; font-size: 28px; font-weight: 500;letter-spacing: 15px;}
.title::before{content: ""; width: 254px; height: 94px; background: url(../Images/ui/logo_white.png) no-repeat;display: inline-block; margin-bottom: -25px;}

@media screen and (max-width: 640px) {
    .title{letter-spacing: 10px;}
    .title::before{width: 160px; height: 60px; margin-bottom: -15px; background-size: contain;}
}
@media screen and (max-height: 660px) {
	/* NB height */
}

