.about-list,
.about-list .about-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-list {
    margin-top: 20px;
}
.about-list .about-item {
    float: left;
    margin-right: 5.5px;
    margin-left: 5.5px;
    margin-bottom: 5.5px;
}
.about-list .about-item:nth-of-type(4n+1) {
    margin-left: 0px;
}
.about-list .about-item:nth-of-type(4n+4) {
    margin-right: 0px;
}
.about-list .about-item a,
.about-list .about-item a:visited {
    width: 195px;
    height: 35px;
    text-align: center;
    display: block;
    padding: 5px;
    white-space: nowrap;
    background-color: #6A6662;
    color: #FFF;
    font-size: 1.25em;
}
.about-list .about-item.active a,
.about-list .about-item a:hover,
.about-list .about-item a:active,
.about-list .about-item a:focus {
    background-color: #44B7C8;
}

.divid_line {
    border-top: 1px solid #9A9A9A;
}
.divid_bottom {
    height: 30px;
}

.about-tech{
	margin:25px 0 50px 0;
}
.tech-col,.tech-img,.tech-text{
	float:left;
}
.tech-col{
	width:50%;
	margin-bottom:40px;
}
.tech-col:nth-child(odd){
	clear:left;
}
.tech-img{
	width:26.4%;
}
.tech-img img{
	max-width:100%;
}
.tech-text{
	font-size:14px;
	width:73.6%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
.tech-text h3{
	margin:0 0 12px 0;
	font-size:26px;
    color: #6d665f;
}
.tech-text p{
	margin:0 0 12px 0;
	line-height:22px;
}
.tech-link{
	font-family: "NeoSansStd-BlackItalic",Arial,sans-serif;
	color:#0072bc;
	cursor:pointer;
}
.tech-link span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    background-image: url("../../images/arrow_blue.png");
    position: relative;
    top: 2px;
    background-repeat: no-repeat;
}
.tech-link:hover {
    color:#42bac5;
}
.tech-link:hover span{
    background-image: url("../../images/arrow_green.png");
}
.full-width{
	width:100%;
}
/******about tech start******/
.about_tech_more{
	width:100%;
	padding: 10px 0 10px 0;
    margin-top: 20px;
	position:fixed;
	z-index:150;
	top:20px;
	left:0;
    background: #fff;
    display:none;
    border-top: 5px #1678bd solid;
    border-bottom: 5px #1678bd solid;
}
.tech_close {
    background: url("../../images/sprite-icons.png") -22px -34px no-repeat;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    outline: 0;
    cursor: pointer;
}
.about_container{
	max-width: 1020px;
	margin:0 auto;
	padding:0 5px;
	overflow:auto;
	position: relative;
}
.highindex{
	z-index:151;
}
.ps-container>.ps-scrollbar-y-rail{
	width:2px;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover{
	background-color:rgba(0,0,0,0.15);
}
.ps-container>.ps-scrollbar-y-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
    background-color:rgba(0,0,0,0.15);
    opacity: 1;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	width: 4px;
	right: -1px;
	background-color:#1678bd;
}
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y
,.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y
,.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #42bac5;
}

/******about tech end******/


.tec-title-block {
    background-color: #EBEBEB;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 30px;
}
.tec-title-block h1 {
    margin-top: 0px;
    color: #1678bd;
    font-size: 4.15em;
    text-transform: uppercase;
    font-family: "NeoSansStd-BlackItalic", "微軟正黑體", "Microsoft JhengHei";;
}
.tec-title-block p {
    color: #1678bd;
    font-size: 1em;
    line-height: 24px;
}
.brooks-page-banner-box {
    height:auto;
}
.brooks-page-banner-box .banner-block {
     height: auto; 
     max-height: none; 
}

@media screen and (max-width: 768px){
    .about-list .about-item {
        width:100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 5.5px;
    }
    .about-list .about-item a{
        width:100%;
    }
    .tec-title-block h1 {
        font-size: 2em;
    }
/******about tech start******/
    .tech-col{
        width:100%;
    }
    .tech_detail_table td{
        display:block;
        width:100%;
        float:left/9;
    }
    .about_tech_more .tech_detail_table th {
        font-size: 2em;
    }
/******about tech end******/
}