@charset "utf-8";

body{
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif,"微軟正黑體";
	font-size: 16px;
    background-color: #444444;

}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------GO top-----------*/
.scroll2top:link,
.scroll2top:visited{
	background:url(../images/top.png) no-repeat 0 0;  
	width:80px; 
	height:80px; 
    margin: 0px;
	bottom:0px;
}
.scroll2top:hover{
	background:url(../images/top.png) no-repeat 0 -80px;
	-webkit-animation: icon-up 0.75s ease-out;
	-moz-animation: icon-up 0.75s ease-out;
	-o-animation: icon-up 0.75s ease-out;
	animation: icon-up 0.75s ease-out;	
}
@keyframes icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/*----------- 主視覺-動態大標 -----------*/
.mainViewBox {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.mainViewBox img {
    position: absolute;
    top:50px;
    left: calc(50% - 36%);
    max-width: 1183px;/*title-png大小*/ 
    width:55%;
    -webkit-animation: cssAnimation 1.5s ease-in infinite alternate;
    -moz-animation: cssAnimation 1.5s ease-in infinite alternate;
    -o-animation: cssAnimation 1.5s ease-in infinite alternate;
    animation: cssAnimation 1.5s ease-in infinite alternate;
    overflow:hidden;
} 
@-webkit-keyframes cssAnimation {
    from { -webkit-transform:translate(10px); }
    to { -webkit-transform:translate(0px); } 
} 
@-moz-keyframes cssAnimation {
    from { -moz-transform:translate(10px); }  
    to { -moz-transform:translate(0px); } 
} 
@-o-keyframes cssAnimation {
    from { -o-transform: translate(10px); }  
    to { -o-transform: translate(0px); } 
}
@keyframes cssAnimation {
    from { transform: translate(10px); }  
    to { transform: translate(0px); } 
}



/*----------- 主選單區 -----------*/
.intro-box{
    background:url(../images/arches_2X.png) repeat;
    background-color: #ffffff;
    padding-bottom: 4.5%;
}
p.intro-txt{
    font-size: 1.2em;
    color: #000000;
    line-height: 1.5;
}
.intro-btn{
    display: table;
    margin: 0 auto;/*屬性table 置中*/
    margin-top: 30px;
}
.intro-btn li{
    display: inline-block;
    text-align: center;
}   
.intro-btn li a{
    display: block;
    color:#8d8d8d;
    font-size: 1.4em;
    padding: 0px 50px;
    cursor: pointer;
    font-weight: bolder;
}
.intro-btn li a, .intro-btn li a:link, .intro-btn li a:visited{
    text-decoration: none;
    outline: none;
}
.intro-btn li a i{  
    font-size: 2.8em;
    border: 2px solid #8d8d8d;
    width:110px;
    height:110px; /*正圓形，所以寬與高都設一樣*/   
    -webkit-border-radius:99em;
    -moz-border-radius:99em;
    -o-border-radius:99em;
    border-radius:99em;
    padding: 22px 20px 16px 20px;
    margin-bottom: 20px;
}
.intro-btn li a:hover{
    color: #2f8b79;
}
.intro-btn li a:hover i{    
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out; 
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out;        
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    color: #2f8b79;
    border: 2px solid #2f8b79;
}


/*----------- 內容區 -----------*/
.wrapper{
}
.grunge-wall-bg{
    background-image: url(../images/grunge_wall_black.jpg);
}
.green-bg{
    background-image:url(../images/green-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat; 
    background-color: #2f8b79;
    background-size: 100%;     
}
.show-bg{
    background: url(../images/show-bg.jpg) no-repeat center bottom;
    background-color: #373737;
    background-size: cover;
}
.title{
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 2.4em;
    font-weight:normal;
    margin-bottom: 50px;
}
.title:before{
    content: " ";
    display: inline-block;
    width: 81px;
    height: 47px;
    background-image: url(../images/title-icon-left.png);
    background-size: 81px 47px;
}
.title:after{
    content: " ";
    display: inline-block;
    width: 81px;
    height: 47px;
    background-image: url(../images/title-icon-right.png);
    background-size: 81px 47px;
}
.wrapper h3 {
    display: block;
    color: #ffffff;
    font-size: 2.1em;
    font-weight: normal;
    margin-bottom: 15px;   
}
.wrapper p {
    color: #ffffff;
    font-size: 1.2em; 
    line-height: 1.6; 
}
.grunge-wall-bg img, .show-bg img{  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #545454;
    box-shadow: 0px 0px 1px  rgba(256,256,256,0.8);
}
.green-bg img{  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #257a69;
    box-shadow: 0px 0px 1px  rgba(256,256,256,0.8);
}
.grunge-wall-bg hr{
    border-top: 4px double #686868;
}
.green-bg hr{
    border-top: 4px double #4baa97;
}
.show-bg hr{
    border-top: 4px double #686868;
}
.margin-bottom-40{
    margin-bottom:40px; 
}
.margin-bottom-35{
    margin-bottom:35px; 
}
.margin-bottom-20{
    margin-bottom:20px; 
}

/*----------- c23模組專用 -----------*/
/*.intro-anchors-box:before {
    content: " ";
    display: none;
    height: 60px;
}
.fixing .intro-anchors-box:before {
    display: none;
}*/
.intro-anchors {
    display: none;
}
.intro-anchors a {
    display: none;
}
.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    position: relative;
}
.carrier h4{
    display: none;
}
.carrier li {
    overflow: hidden;
    min-height: 60px;
    line-height: 1.5;
    padding: 15px 30px;
    border: 1px dashed #585858;
    box-shadow: 4px 3px 0px #313131;
    background: rgba(0,0,0,0.3);
    margin-bottom: 10px;
}
.carrier li:hover {
    background: #242424;
    box-shadow:none;
    border-right: 4px solid #ff7200;    
    -webkit-transition:all .3s ease-out; 
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;      
    transition:all .3s ease-out;   
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);    
}
.carrier li a,
.carrier li a:link,
.carrier li a:visited {
    text-decoration: none;
    font-size: 1em;
    font-family: "微軟正黑體",Verdana, Geneva, sans-serif;
    color: #ff7200;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    line-height: 1.5;
}
.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 1.4em;
    color: #ffffff;
    margin: 0px 0px 4px 0px;
}
.carrier li em.price {
    font-size: 0.9em;
    color: #ffffff;
    font-family: Verdana, Geneva, sans-serif, arial, "微軟正黑體";
    float: right;
    background-color: #ff7300;
    padding: 3px 10px 3px 10px;
    position:relative;
}
.carrier li em.price:hover{   
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out; 
    transition:all .3s ease-out;      
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.carrier li em.price:after{
    content: " ";
    position:absolute;
    top:0px;
    right:-15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 15px;/*三角形*/
    border-color: transparent transparent transparent #ff7300;
}
.carrier li em.price span {
    font-size: 1.4em;
    font-weight: bold;
}
.box-head{
    display: none !important;
}
