﻿@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
}


body{
	min-height: 100%;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	background-color: #dfdfdf;
	font-family: "微軟正黑體",Microsoft JhengHei,"新細明體","PMingLiU","標楷體",DFKai-SB,sans-serif;
	width: 100%;
	color: #ffffff;
    top: 0;
		  }



@media only screen and (min-width: 1025px){
#bg_all{
	width:100%;
	height: 100%;
	background: url(../images/bg_all.png) repeat;
	position: fixed;
	display: block;
	margin: 0;
    padding: 0;
    border: 0;
	bottom: 0;
	top: 0;
	overflow-y: scroll;
}

#header{
width: 100%;
height: 60px;
background:rgba(233,233,233,0.8);
position:fixed;
z-index: 999;
top: 0;
left: 0;
display: block;
}
.center {
    width: 500px;
	margin: 0 auto;
}
.logo{
width: 38%;
float: left;
margin: 4% 0 0 10%;
//cursor: pointer;

	}
.logo img{
	width: 100%;
	display: block;
	float: none;
}

.btn-menu {
    width: 25px;
	height: 20px;
    float: right;
    margin: 17px 0px 0 0;
    cursor: pointer;
}
nav {
  height: 10vh;
}

.nav-toggle {
  position: relative;
  padding: 10px;
  background: transparent;
  border: 1px solid transparent;
  margin: 14px 0;
  left: -130%;
  
  /*
   * FOR PRESENTATION ONLY
   * Centers everything, remove for
   * practical purposes.
  */
   -webkit-transform(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
  background: #000000;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .2s ease all;
          transition: .2s ease all;
  
  /* 
   * ENLARGED FOR PRESENTATION
   * Keep these values at the same proportion 
   * for it to look correct
  */
  border-radius: 4px;
  height: 3px;
  width: 30px;
  margin-bottom: 4px;
  
  /*
   * Practical values:
   * border-radius: 2px;
   * height: 2px;
   * width: 25px;
   * margin-bottom: 4px;
  */
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
          transform-origin: 15% 15%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}
#menu{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	top:6%;
	display: block;
	position: fixed;
	
}
.menu_option{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #bdbebe solid;
	text-align: center;
	font-size: 20px;	
	letter-spacing: 5px;
	cursor: pointer;
	
}
.menu_option a{
	text-decoration:none;
	color: #ffffff;
	font-family: KBFO;
}

.menu_option a:hover{
	color: #51daee;
}	

#main_vision{
	width: 100%;
	display: block;
	position: relative;
    z-index: 997;
   	padding-top: 60px;
	
	   		}	
	
.main_bg{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 995;
	}	
	
.main_bg img{
	width:100%;
	display:block;
	float: none;
	}
	
.main_option{
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 996;	
	margin-top: -13%;
	}	
	
.option_block{
	padding: 2%;
	margin: 1%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	border-radius: 37.5px;
	background: rgba(32,42,37,0.8);
	display: inline-block;
	}	
	
.option_block a{
	color: #ffffff;
	text-decoration: none;
	}	
	
.option_block:hover{
		background: #202a25;
	}	
	
#main_border{
	width: 100%;
	position: relative;
	bottom: 0;
	display: block;
	margin-top: -1.2%;
	z-index: 998;
	}	
#main_border img{
	width:100%;
	display: block;
	float: none;
	}	
	
.content{
	max-width: 1000px;
	height: 100%;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;	

}
	
#latest_news{
	width: 100%;
	display: block;
	position: relative;
    background-color: #d3d0cb;
	padding-top: 1%;  
	
		}	
	
.title{
	margin-bottom: 50px;
	}	

.title p{
	font-size: 35px;
	font-weight: 300;
	color: #252525;
	text-align: center;
		}
.arrow{
	position: relative;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 3px solid #252525;
	border-bottom: 3px solid #252525;
	opacity: 1;		
	}
	

.box{
	width: 30.333%;
	display: block;
	position: relative;
	min-height: 1px;
	padding: 0.5%;
	float: left;
	cursor: pointer;
	margin-left: 1.5%;
	}
	
	
	
.box_pix{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;	
	display: block;
	}	
	
.box_pix img{
	width: 100%;
	height: auto;	
	float: none;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	flex-shrink: 0;
	}	

	
.box_title{
	width: 100%;
	height: 65px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
	bottom: 0;
	padding: 5px 2px;
 	}	
	
.box_info{
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	overflow: hidden;
	padding-top: 3%;
	padding: 5px 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}	
	
.box_date{
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 20px;	
	}	
	
.date_block{
	position: absolute;
	padding: 10px 5px 0px 5px;
	font-size: 13px;
	color: #6b6b6b;
	letter-spacing: 1px;
	margin-top: 2px;	
	}	

#financial{
	width: 100%;
	display: block;
	position: relative;
    background-color: #eeeeee;
	padding-top: 1%;  
	
	}		
	
.seemore{
	padding: 1% 4%;
	border-radius: 25px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	color: #414040;
	cursor: pointer;
	margin-top: 5%;
	background:#c6c6c6;
	margin-bottom: 20px;
	}	
	
.seemore a{
	color: #414040;
	text-decoration: none;
	}	
	
.seemore:hover{
	background:#a1a0a0;	
	}	
	
#live{
	width: 100%;
	display: block;
	position: relative;
    background-color: #9abec5;
	padding-top: 1%; 
	}	
	
#video_frame{
	width: 95%;
	margin: 0 auto;
		}	
	
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;height:0;overflow:hidden;

}


.video-container iframe,
.video-container object,
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}	
	
	
#footer{
	width: 100%;
	display:block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.copyright{
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	line-height: 18px;
	font-family: "微軟正黑體",Microsoft JhengHei,"新細明體","PMingLiU","標楷體",DFKai-SB,sans-serif;
	color: #252525;
	}
	
	
}

@media screen and (min-width: 768px) and (max-width: 1024px){
#bg_all{
	width:100%;
	height: 100%;
	background: url(../images/bg_all.png) repeat;
	position: fixed;
	display: block;
	margin: 0;
    padding: 0;
    border: 0;
	bottom: 0;
	top: 0;
	overflow-y: scroll;
}

#header{
width: 100%;
height: 60px;
background:rgba(233,233,233,0.8);
position:fixed;
z-index: 999;
top: 0;
left: 0;
display: block;
}
.center {
    width: 500px;
	margin: 0 auto;
}
.logo{
width: 38%;
float: left;
margin: 4% 0 0 10%;
//cursor: pointer;

	}
.logo img{
	width: 100%;
	display: block;
	float: none;
}

.btn-menu {
    width: 25px;
	height: 20px;
    float: right;
    margin: 17px 0px 0 0;
    cursor: pointer;
}
nav {
  height: 10vh;
}

.nav-toggle {
  position: relative;
  padding: 10px;
  background: transparent;
  border: 1px solid transparent;
  margin: 14px 0;
  left: -130%;
  
  /*
   * FOR PRESENTATION ONLY
   * Centers everything, remove for
   * practical purposes.
  */
   -webkit-transform(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
  background: #000000;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .2s ease all;
          transition: .2s ease all;
  
  /* 
   * ENLARGED FOR PRESENTATION
   * Keep these values at the same proportion 
   * for it to look correct
  */
  border-radius: 4px;
  height: 3px;
  width: 30px;
  margin-bottom: 4px;
  
  /*
   * Practical values:
   * border-radius: 2px;
   * height: 2px;
   * width: 25px;
   * margin-bottom: 4px;
  */
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
          transform-origin: 15% 15%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}
#menu{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	top:5%;
	display: block;
	position: fixed;
	
}
.menu_option{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #bdbebe solid;
	text-align: center;
	font-size: 20px;	
	letter-spacing: 5px;
	cursor: pointer;
	
}
.menu_option a{
	text-decoration:none;
	color: #ffffff;
	font-family: KBFO;
}

.menu_option a:hover{
	color: #51daee;
}	

#main_vision{
	width: 100%;
	display: block;
	position: relative;
    z-index: 997;
   	padding-top: 60px;
	
	   		}	
	
.main_bg{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 995;
	}	
	
.main_bg img{
	width:100%;
	display:block;
	float: none;
	}
	
.main_option{
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 996;	
	margin-top: -13%;
	}	
	
.option_block{
	padding: 2%;
	margin: 1%;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-radius: 37.5px;
	background: rgba(32,42,37,0.8);
	display: inline-block;
	}	
	
.option_block a{
	color: #ffffff;
	text-decoration: none;
	}	
	
.option_block:hover{
		background: #202a25;
	}	
	
#main_border{
	width: 100%;
	display: block;
	margin-top: -1.3%;
	position: relative;
	z-index: 998;
		}	
	
#main_border img{
	width:100%;
	display: block;
	float: none;
	}	
	
.content{
	max-width: 700px;
	height: 100%;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;	

}
	
#latest_news{
	width: 100%;
	display: block;
	position: relative;
    background-color: #d3d0cb;
	padding-top: 1%;  
	
		}	
	
.title{
	margin-bottom: 50px;
	}	

.title p{
	font-size: 30px;
	font-weight: 300;
	color: #252525;
	text-align: center;
		}
.arrow{
	position: relative;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 3px solid #252525;
	border-bottom: 3px solid #252525;
	opacity: 1;		
	}
	

.box{
	width: 45%;
	display: block;
	position: relative;
	min-height: 1px;
	padding: 0.5%;
	float: left;
	cursor: pointer;
	margin-left: 2.5%;
	}
	
	
	
.box_pix{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;	
	display: block;
	}	
	
.box_pix img{
	width: 100%;
	height: auto;	
	float: none;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	flex-shrink: 0;
	}	

	
.box_title{
	width: 100%;
	height: 65px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
	bottom: 0;
	padding: 5px 2px;
 	}	
	
.box_info{
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	overflow: hidden;
	padding-top: 3%;
	padding: 5px 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}	
	
.box_date{
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 20px;	
	}	
	
.date_block{
	position: absolute;
	padding: 10px 5px 0px 5px;
	font-size: 13px;
	color: #6b6b6b;
	letter-spacing: 1px;
	margin-top: 2px;	
	}	

#financial{
	width: 100%;
	display: block;
	position: relative;
    background-color: #eeeeee;
	padding-top: 1%;  
	
	}		
	
.seemore{
	padding: 1% 4%;
	border-radius: 25px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	color: #414040;
	cursor: pointer;
	margin-top: 5%;
	background:#c6c6c6;
	margin-bottom: 20px;
	width: 50%;
	height: 10%;
	}	
	
.seemore a{
	color: #414040;
	text-decoration: none;
	}	
	
.seemore:hover{
	background:#a1a0a0;	
	}	
	
#live{
	width: 100%;
	display: block;
	position: relative;
    background-color: #9abec5;
	padding-top: 1%; 
	}	
	
#video_frame{
	width: 95%;
	margin: 0 auto;
		}	
	
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;height:0;overflow:hidden;

}


.video-container iframe,
.video-container object,
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}	
	
	
#footer{
	width: 100%;
	display:block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.copyright{
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	line-height: 18px;
	font-family: "微軟正黑體",Microsoft JhengHei,"新細明體","PMingLiU","標楷體",DFKai-SB,sans-serif;
	color: #252525;
	}
}

@media only screen and (max-width: 767px) {
#bg_all{
	width:100%;
	height: 100%;
	background: url(../images/bg_all.png) repeat;
	position: fixed;
	display: block;
	margin: 0;
    padding: 0;
    border: 0;
	bottom: 0;
	top: 0;
	overflow-y: scroll;
}

#header{
width: 100%;
height: 60px;
background:rgba(233,233,233,0.8);
position:fixed;
z-index: 999;
top: 0;
left: 0;
display: block;
}
.center {
    width: 350px;
	margin: 0 auto;
}
.logo{
width: 50%;
float: left;
margin: 5% 0 0 10%;
//cursor: pointer;

	}
.logo img{
	width: 100%;
	display: block;
	float: none;
}

.btn-menu {
    width: 25px;
	height: 20px;
    float: right;
    margin: 17px 0px 0 0;
    cursor: pointer;
}
nav {
  height: 10vh;
}

.nav-toggle {
  position: relative;
  padding: 10px;
  background: transparent;
  border: 1px solid transparent;
  margin: 14px 0;
  left: -130%;
  
  /*
   * FOR PRESENTATION ONLY
   * Centers everything, remove for
   * practical purposes.
  */
   -webkit-transform(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
  background: #000000;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .2s ease all;
          transition: .2s ease all;
  
  /* 
   * ENLARGED FOR PRESENTATION
   * Keep these values at the same proportion 
   * for it to look correct
  */
  border-radius: 4px;
  height: 3px;
  width: 30px;
  margin-bottom: 4px;
  
  /*
   * Practical values:
   * border-radius: 2px;
   * height: 2px;
   * width: 25px;
   * margin-bottom: 4px;
  */
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
          transform-origin: 15% 15%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}
#menu{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	top:8%;
	display: block;
	position: fixed;
	
}
.menu_option{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #bdbebe solid;
	text-align: center;
	font-size: 20px;	
	letter-spacing: 5px;
	cursor: pointer;
	
}
.menu_option a{
	text-decoration:none;
	color: #ffffff;
	font-family: KBFO;
}

.menu_option a:hover{
	color: #51daee;
}	

#main_vision{
	width: 100%;
	display: block;
	position: relative;
    z-index: 997;
   	padding-top: 60px;
	
	   		}	
	
.main_bg{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 995;
	}	
	
.main_bg img{
	width:100%;
	display:block;
	float: none;
	}
	
.main_option{
	width: 100%;
	display: none;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 996;	
	margin-top: -13%;
	}	
	
.option_block{
	padding: 2%;
	margin: 1%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	border-radius: 37.5px;
	background: rgba(32,42,37,0.8);
	display: inline-block;
	}	
	
.option_block a{
	color: #ffffff;
	text-decoration: none;
	}	
	
.option_block:hover{
		background: #202a25;
	}	
	
#main_border{
	width: 100%;
	position: relative;
	bottom: 0;
	display: block;
	margin-top: -1.3%;
	z-index: 998;
		}	
	
#main_border img{
	width:100%;
	display: block;
	float: none;
	}	
	
.content{
	max-width: 350px;
	height: 100%;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;	

}
	
#latest_news{
	width: 100%;
	display: block;
	position: relative;
    background-color: #d3d0cb;
	padding-top: 1%;  
	
		}	
	
.title{
	margin-bottom: 20px;
	}	

.title p{
	font-size: 30px;
	font-weight: 300;
	color: #252525;
	text-align: center;
		}
.arrow{
	position: relative;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-right: 3px solid #252525;
	border-bottom: 3px solid #252525;
	opacity: 1;		
	}
	

.box{
	width: 100%;
	display: block;
	position: relative;
	min-height: 1px;
	padding: 0.5%;
	float: left;
	cursor: pointer;
		}
	
	
	
.box_pix{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;	
	display: block;
	}	
	
.box_pix img{
	width: 100%;
	height: auto;	
	float: none;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	flex-shrink: 0;
	}	

	
.box_title{
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	position: relative;
	bottom: 0;
	padding: 5px 2px;
 	}	
	
.box_info{
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	overflow: hidden;
	padding-top: 3%;
	padding: 5px 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}	
	
.box_date{
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 20px;	
	}	
	
.date_block{
	position: absolute;
	padding: 10px 5px 0px 5px;
	font-size: 12px;
	color: #6b6b6b;
	letter-spacing: 1px;
	margin-top: 2px;	
	}	

#financial{
	width: 100%;
	display: block;
	position: relative;
    background-color: #eeeeee;
	padding-top: 1%;  
	
	}		
	
.seemore{
	padding: 1% 4%;
	border-radius: 25px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	color: #414040;
	cursor: pointer;
	margin-top: 5%;
	background:#c6c6c6;
	margin-bottom: 20px;
	width: 50%;
	height: 10%;
	}	
	
.seemore a{
	color: #414040;
	text-decoration: none;
	}	
	
.seemore:hover{
	background:#a1a0a0;	
	}	
	
#live{
	width: 100%;
	display: block;
	position: relative;
    background-color: #9abec5;
	padding-top: 1%; 
	}	
	
#video_frame{
	width: 100%;
    margin: 0 auto;
		}	
	
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;height:0;overflow:hidden;

}


.video-container iframe,
.video-container object,
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}	
	
	
#footer{
	width: 100%;
	display:block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.copyright{
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	line-height: 18px;
	font-family: "微軟正黑體",Microsoft JhengHei,"新細明體","PMingLiU","標楷體",DFKai-SB,sans-serif;
	color: #252525;
	}
}