html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
/* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }*/
/*---------------------------------------下方左右按鈕---------------------------------------*/
.box_page {
	position: absolute;
    bottom:-30px;
	width:100%;
	height:53px;
	z-index:3;
}
.page_center {
	width:176px;
	height:53px;
	margin:0 auto;
}
.bt_next {
	width:53px;
	height:53px;
	float:right;
	background:url(../../situation_web/images/bt_next.png) no-repeat;
	background-size:53px 106px;
}
.bt_next:hover {
	background-position:left bottom;
}
.bt_next:active {
	background-position:left bottom;
}
.bt_back {
	width:53px;
	height:53px;
	margin-right:70px;
	float:left;
	background:url(../../situation_web/images/bt_back.png) no-repeat;
	background-size:53px 106px;
}
.bt_back:hover {
	background-position:left bottom;
}
.bt_back:active {
	background-position:left bottom;
}
/*---------------------------------------圖片切換效果---------------------------------------*/
.slidizle-slide {
    position: absolute;
    top: -78px;
    left: -3px;
    width:973px;
    height:645px;
    background-size: 973px 645px;
    background-position: 50% 50%;
    display: none;
}
.slidizle-slide.active {
    display: block;
}
.slidizle-navigation {
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.slidizle-navigation li {
    display: inline-block;
    width: 11px;
    height: 11px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 5px;
    background: white;
    opacity: .2;
    font-size: 1px;
    text-indent: -99999px;
    margin: 0 10px;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.slidizle-navigation li:hover, .slidizle-navigation li.active {
    opacity: 1;
}
.slidizle-next,
.slidizle-previous {
    z-index: 30;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.slidizle-next.disabled, .slidizle-previous.disabled {
    opacity: 0.15;
    cursor: default;
}
.slidizle-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) url(../../situation_web/images/loader.gif) no-repeat center 40%;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.loading .slidizle-loading {
    opacity: .8;
    pointer-events: auto;
}
.container {
    margin: -3px auto;
}
.sample {
    position: relative;
    width: 970px;
    margin:0 auto;
    height: 750px;
    /* padding-bottom: 56%;*/
    text-align: center;
    margin-bottom: 50px;
}
.slider-progressbar {
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fbd665;
    z-index: 20;
}
/*---------------------------------------切換的圖片---------------------------------------*/
.pic_li_web01_bg , .pic_li_web02_bg , .pic_li_web03_bg, .pic_li_app04, .pic_li_app05 {
	background-position:center;
	background-size:973px 551px;
	background-repeat:no-repeat;
}	
.pic_li_project07_bg {
	position:relative;
	background:url(../../situation_web/images/03project/project07_s_bg.png);
	background-repeat:no-repeat;
}
.pic_li_project06_bg {
	position:relative;
	background:url(../../situation_web/images/03project/project06_s.png);
	background-repeat:no-repeat;
}
.pic_li_project05_bg {
	position:relative;
	background:url(../../situation_web/images/03project/project05_s.png);
	background-repeat:no-repeat;
}
.pic_li_project04_bg {
	position:relative;
	background:url(../../situation_web/images/03project/project04_s.png);
	background-repeat:no-repeat;
}
.pic_li_project03_bg {
	position:relative;
	background:url(../../situation_web/images/03project/project03_s_bg.png);
	background-repeat:no-repeat;
}
.pic_li_project02_bg {
	position:relative;
	background:url(../../situation_web/images/03project/project02_s_bg.png);
	background-repeat:no-repeat;
}
.pic_li_project01_bg {
	position:relative;
	background:url(../../situation_web/images/03project/project01_s.png);
	background-repeat:no-repeat;
}
/*---------------------------------------彈跳視窗---------------------------------------*/
.lightbox-target {
    position: fixed;
	z-index:3;
    top: -100%;
    width: 100%;
	height:100%;
	height: 100% !important;
	min-height:100%; 
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}
.lightbox-target .content {
    width: 40%;
    /*max-width:420px;*/
	max-height:700px;
    height: 80%;
    padding:0px;
    margin: auto;
    box-sizing: border-box;
    /*border-bottom:5px solid rgba(0, 0, 0, 0.3);*/
    color: #333;
    font-family:"微軟正黑體 Light", Arial, sans-serif; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    /*-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);*/
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    overflow: auto;
}
.max-w500 {
	max-width:500px;
}
h5 {
	width:100%;
	font-size:1.000em;
	color:#fff;
	padding:20px;
	text-align:center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}
.lightbox-target:target img {
	width:100%;
	height:auto;
	padding:0px;
}
.lightbox-target:target .lightbox-close {
    /*top: 13.5%;
    right:30%;*/
	float:left;
	margin-left:30px;
}
.lightbox-close {
	display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #139dd7;
    color: #fff;
    position:absolute; 
    margin-top:133px;
    margin-right:50px;
    right:18%;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.lightbox-close:before, .lightbox-close:after {
    content: " ";
    display: block;
    height: 30px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 26px;
    top: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lightbox-close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*---------------------------------------壓克力說明牌---------------------------------------*/
.tour_web {
	width:236px;
	height:313px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:left;
	top: 148px;
	right:-10px;
	position:absolute;
	z-index:3;
	background:url(../../situation_web/images/02web/setume_web.png) no-repeat;
}
h3 {
	padding:20px 40px 7px 30px;
	font-size:1.250em;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
	text-shadow:1px 1px 7px rgba(0,0,0,0.2);
	color:#b07b1e;
	/*background: #9e662f;
    background: -moz-linear-gradient(top,  #9e662f 0%, #d99c19 25%, #9e662f 50%, #d99c19 75%, #9e662f 100%);
    background: -webkit-linear-gradient(top,  #9e662f 0%,#d99c19 25%,#9e662f 50%,#d99c19 75%,#9e662f 100%);
    background: linear-gradient(to bottom,  #9e662f 0%,#d99c19 25%,#9e662f 50%,#d99c19 75%,#9e662f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e662f', endColorstr='#9e662f',GradientType=0 ); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
h4 {
	font-size:0.85em;
	line-height:1.8;
	padding:0px 40px 20px 30px;
}
.linktext {
	font-size:0.85em;
	padding-left:30px;
	position:absolute;
	bottom:40px;
	color:#0D77CD;
	text-decoration:underline;
}
.linktext a {
	color:#0D77CD;
}
/*---------------------------------------永遠的花輪播圖---------------------------------------*/
.pic_carousel_project07_bt {
	width: 566px;
    height:433px;
	overflow:hidden;
    position:absolute;
	margin-left:84px;
	margin-top:162px;
	z-index:3;
}
.pic_carousel_project07 {
    width: 566px;
    height:433px;
	overflow:hidden;
    position:absolute;
	margin-left:84px;
	margin-top:162px;
}
.pic_carousel_project07 div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pic_carousel_project07 div img {
	width:100%;
	height:auto;
}
.pic_carousel_project07 div {
    -webkit-animation: r_project07 16s linear infinite;
            animation: r_project07 16s linear infinite;
}
@-webkit-keyframes r_project07 {
    6.25% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0-1秒 淡入*/
    }
    25% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1-4秒靜止*/
    }
    31.25% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 4-5秒淡出*/
    }
}
@keyframes r_project07 {
    6.25% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0-1秒 淡入*/
    }
    25% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1-4秒靜止*/
    }
    31.25% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 4-5秒淡出*/
    }
}
.pic_carousel_project07 div:nth-child(4) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.pic_carousel_project07 div:nth-child(3) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}
.pic_carousel_project07 div:nth-child(2) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}
.pic_carousel_project07 div:nth-child(1) {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
}
/*---------------------------------------永遠的花海報---------------------------------------*/
.pic_carousel_project06_bt {
    width: 667px;
    height:433px;
	overflow:hidden;
    position:absolute;
	margin-left:43px;
	margin-top:155px;
	z-index:3;	
}
.pic_carousel_project06 {
    width: 667px;
    height:433px;
	overflow:hidden;
    position:absolute;
	margin-left:43px;
	margin-top:155px;	
}
/*---------------------------------------永遠的花網站---------------------------------------*/
.pic_carousel_project05_bt {
    width: 298px;
    height:397px;
	overflow:hidden;
    position:absolute;
	margin-left:265px;
	margin-top:143px;
	z-index:3;
}
.pic_carousel_project05 {
    width: 298px;
    height:397px;
	overflow:hidden;
    position:absolute;
	margin-left:265px;
	margin-top:143px;
}
/*---------------------------------------疊疊樂插畫---------------------------------------*/
.pic_carousel_project04_bt {
    width: 444px;
    height:439px;
	overflow:hidden;
    position:absolute;
	margin-left:167px;
	margin-top:158px;
	z-index:3;
}
.pic_carousel_project04 {
    width: 444px;
    height:439px;
	overflow:hidden;
    position:absolute;
	margin-left:167px;
	margin-top:158px;
}
/*---------------------------------------疊疊樂輪播---------------------------------------*/
.pic_carousel_project03_bt {
    width: 634px;
    height:392px;
	overflow:hidden;
    position:absolute;
	margin-left:56px;
	margin-top:160px;
	z-index:3;
}
.pic_carousel_project03 {
    width: 634px;
    height:392px;
	overflow:hidden;
    position:absolute;
	margin-left:56px;
	margin-top:160px;
}
.pic_carousel_project03 div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pic_carousel_project03 div img {
	width:100%;
	height:auto;
}
.pic_carousel_project03 div {
    -webkit-animation: r_project03 8s linear infinite;
            animation: r_project03 8s linear infinite;
}
@-webkit-keyframes r_project03 {
    12.5% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 4秒靜止*/
    }
    62.5% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 4-5秒淡出*/
    }
}
@keyframes r_project03 {
    12.5% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 4秒靜止*/
    }
    62.5% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 4-5秒淡出*/
    }
}
.pic_carousel_project03 div:nth-child(2) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.pic_carousel_project03 div:nth-child(1) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}
/*---------------------------------------戰國棋輪播圖---------------------------------------*/
.pic_carousel_project02_bt {
    width: 634px;
    height:392px;
	overflow:hidden;
    position:absolute;
	margin-left:56px;
	margin-top:160px;
	z-index:3;
}
.pic_carousel_project02 {
    width: 634px;
    height:392px;
	overflow:hidden;
    position:absolute;
	margin-left:56px;
	margin-top:160px;
}
.pic_carousel_project02 div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pic_carousel_project02 div img {
	width:100%;
	height:auto;
}
.pic_carousel_project02 div {
    -webkit-animation: r_project02 12s linear infinite;
            animation: r_project02 12s linear infinite;
}
@-webkit-keyframes r_project02 {
    8.333% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    33.332% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 4秒靜止*/
    }
    41.665% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 4-5秒淡出*/
    }
}
@keyframes r_project02 {
    8.333% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    33.332% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 4秒靜止*/
    }
    41.665% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 4-5秒淡出*/
    }
}
.pic_carousel_project02 div:nth-child(3) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.pic_carousel_project02 div:nth-child(2) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}
.pic_carousel_project02 div:nth-child(1) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}
/*---------------------------------------疊疊樂插畫---------------------------------------*/
.pic_carousel_project01_bt {
    width: 298px;
    height:422px;
	overflow:hidden;
    position:absolute;
	margin-left:265px;
	margin-top:163px;
	z-index:3;
}
.pic_carousel_project01 {
    width: 298px;
    height:422px;
	overflow:hidden;
    position:absolute;
	margin-left:265px;
	margin-top:163px;
}