
#T1{
  	background-image: url("../web_img/bg01.png");
	background-repeat:no-repeat;		
	background-size:1600px 800px;
	background-attachment:fixed;
	background-size:cover;
	
}
#T2{  	
	background-color: #ffffff;
	background-image: url("../web_img/bg03.png");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: contain;
	width: 100%;
}
#T3{
	background-image:url("../web_img/bg02.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;

}

#T4{
	background-image:url("../web_img/bg04.png");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: contain;
}

#T5{
	background-image:url("../web_img/bg05.png");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

#T6{
	background-image:url("../web_img/bg06.png");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

#T7{
	background-image:url("../web_img/bg07.png");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}


img {
max-width: 100%;
height: auto;
}

li{
list-style:none
}
.bg {
    color: #fff;
    padding: 50px 50px 50px 50px;
    background: rgb(0 100 164 / 71%);
}

.line1 {	
	height: 10px;
	border-top: solid #ACC0D8 3px;
}

.line2 {
	width: 50%;		
	height: 10px;
	border-top: solid #ffffff 3px;
}



.line5 {
	width: 10%;	
	border-top: solid #ACC0D8 3px;
}

.link-right {
	width: 50px;
	height: 100%;
	border-right: solid #ACC0D8 3px;
}


.introduction {
	margin-bottom: 25px;
    background: #ffffff;
    padding: 15px;
}

.introduction2 {
	margin-bottom: 25px;
    background: #F0F8FF;
    padding: 15px;
}

.introduction3 {
	margin-bottom: 15px;
    background: #17a2b8;
    padding: 8px;
	padding-left:20px;
}


.large{					
	transition:0.5s;	
}
.large:hover{
	transform:scale(1.02);	/* 放大 */
}

.small{					
	transition:0.5s;	
}
.small:hover{
	transform:scale(0.9);	/* 縮小 */
}

.list-box {
    padding-bottom: 25px;		/* 分隔線 */
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}

.list-box2 {
    padding-bottom: 10px;		/* 分隔線 */
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {

  background-color: #ffffff;
}

#menu {
    background: #f8f8f8;
}

.bg2{
	background: rgba(20, 20, 20, 0.47);
}


.redate{							/* 變圓形 */
    border: 2px solid #244d8b;
	border-radius:50%;
    width: 90px;
    height: 90px;
    color: #244d8b;
    display: flex;
    justify-content: center;
    align-items: center;   
	background-color:;
	transition: all 0.5s;
	position: relative;
	text-align:center;
}

.redate:hover{
    border-radius:50%;
	color: #ffffff;
	background-color:#006fbd;
	border: #006fbd;
}

CSS
.box {
	height: 200px;
	width: 300px;
	margin: 20px;
	padding: 8px;
	border: 1px solid #ccc;
}
.top {
	box-shadow: 0 -5px 5px -5px #333;
}
.right {
	box-shadow: 5px 0 5px -5px #333;
}
.bottom {
	box-shadow: 0 5px 5px -5px #333;
}
.left {
	box-shadow: -5px 0 5px -5px #333;
}
.all {
	box-shadow: 0 0 5px #333;
}

.drop-shadow {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7))
}



/*時間軸測試2*/


.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content:"";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #232323;
    line-height: 48px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
	font-size: 25px;
    font-weight: 700;
    line-height: 24px;
	border-radius: 10px;
    margin: 0 0 15px 0;
    position: absolute;   
    box-sizing: border-box;
    padding: .5rem 0.8rem;    
    background-color: #629FBA;
    color: ffffff;
}


.main-timeline .description {
	margin-top: 20px;
    margin-left: 8px;
    padding: 1.5rem 2.5rem;
    border-radius: 10px;
    border-left: 3px solid var(--uiTimelineMainColor);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .12), 0 3px 10px 0 rgba(0, 0, 0, .24);
    background-color: var(--uiTimelineSecondaryColor);
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}




/*成果網站展示測試*/


.new-deal{
	width:100%;
	padding:15px 0;
}
.new-deal .item-slide{
	position: relative;
	overflow: hidden;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;margin:15px 0;
}
	
.new-deal .slide-hover{
	position: absolute;
	height: 100%;
	width: 100%;
	left: -100%; 
	background:rgba(0,0,0,.5);
	top: 0;
	transition:all .5s ease;-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;  
}
.new-deal .item-slide:hover .slide-hover{
	left:0px;
}
.new-deal img{
	max-width:100%;
}
.text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	z-index:999;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
}
.text-wrap h4{
	padding:2.5px;
}
.box-img{
	width: 100%;
	float: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.text-wrap .desc{
	width:50%;
	float:left;
	padding:0 5px;
}
.text-wrap p{
	padding: 15px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	text-shadow: 2px 2px 3px #000;
}
.text-wrap .desc h4{
	margin:0px;
	font: 400 17px/21px "Roboto";
}
.text-wrap .desc h3{
	margin:0px;
	font: 400 20px/24px "Roboto";
}
.new-deal .item-slide:hover .text-wrap{
	background:none
}
.book-now-c {
	float:right;
	padding:10px;
}
.book-now-c a {
	background: #00a7bd;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-top:0px;
	float: left;
	min-width: 101px;
	text-align: center;
	font-size: 16px;
}
.new-deal .item-slide:hover .box-img .text-wrap{
	bottom:-100%;
}




/*合作單位*/

.shadowbox{
	border: 1px solid #dcdddf;
    margin: 20px;
    position: relative;
	padding:15px;
	margin-bottom:20px;
	width:200px;
}





