/* CSS Document */
@font-face {
  font-family: "Sansumi-Bold";
  src: url("../fonts/Sansumi-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: "Microsoft Jhenghei";
  src: url("../fonts/Jhenghei.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
div { /* border: 1px solid black;*/	font-family: "Microsoft Jhenghei","Calibri"; color: #818181; }
#body { 
    margin-left: auto;
    margin-right: auto;
    height: 99%;
    width: 1206px;
}
a {
	text-decoration: none;
	color: inherit;
}
#header { margin: 20px 0 0 0; }
header_l { display: inline-block; margin: 0 0 0 95px; cursor: pointer; }
header_c { display: inline-block; width: 710px; margin: 0 0 0 40px; cursor: pointer; }
header_r { display: inline-block; width: 200px; margin: 0 0 10px 0; }
.btm_right { margin-top: 30px; width:1206px; height: 44px;}
#logo { float:right; width:204px; height: 44px; z-index: 2; margin-top: -44px; }
.lang { 
	width: 30px;
	background-color: #b3b3b3;
	border-radius: 3px;
	font-size: 12px;
	color: white;
	text-align: center;
	float: right;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.active { background-color: #ed1c24; }

#main { 
	width: 1206px;
	height: 531px;
	background:url(../images/bg_03.jpg) no-repeat;
}

#footer { text-align: center; }

.container {
	width: 1206px;
}
#inner_main{
	width: 1100px;
	height: 500px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	float: right;
}
#pages { 
	height: 500px;
	position: relative;
}
#page1 {
	height: 260px;
	width: 100%;
	padding-top: 240px;
	padding-left: 40px;
	float: left;
	position: relative;
}
#page2 {
	height: 500px;
	width: 100%;
	padding-top: 30px;
	float: left;
	position: relative;
}

.title { 
	color: #ed1c24;
	font: 32px/0 "Microsoft Jhenghei","Sansumi-Bold","Calibri";
	font-weight: bold;
}
.subject { 	color: #ed1c24; }

p { font: 16px/1.6 "Microsoft Jhenghei","Sansumi-Bold","Calibri"; }

#menus { 
	width: 178px; 
	float: left; 
	position: relative;
}

#menu_1,
#menu_2,
#menu_3,
#menu_4 { 
	height: 80px;
	cursor: pointer;
}

#menu_1_bg { float: left; background:url(../images/menu_icon_02.jpg) no-repeat -50px 12px; width: 50px;	height: 80px; margin-right: 3px; }
#menu_2_bg { float: left; background:url(../images/menu_icon_04.jpg) no-repeat -50px 7px; width: 50px; height: 80px; margin-right: 3px; }
#menu_3_bg { float: left; background:url(../images/menu_icon_06.jpg) no-repeat -50px 5px; width: 50px; height: 80px; margin-right: 3px; }
#menu_4_bg { float: left; background:url(../images/menu_icon_08.jpg) no-repeat -50px 17px; width: 50px; height: 50px;  margin-right: 3px; }

#menu_1_div,
#menu_2_div,
#menu_3_div,
#menu_4_div {
	margin-left: 53px;
	height: 80px;
	border-left: thin #b3b3b3 solid;
	padding-left: 8px;
}
#menu_4_div { height: 50px; }

#menu_1_div div,
#menu_2_div div,
#menu_3_div div,
#menu_4_div div {
	padding-top: 20px;
	height: 28px;
	width: 115px;
	border: none;
	border-bottom: thin #b3b3b3 solid;
	bottom: 0;
	font: 15px/1.6 "Microsoft Jhenghei","Calibri"; 
	color: #333333; 
}

#lines { 
	float: left;
	width: 30px;
}
#line_1 {
	float: left;
	margin-top: 48px;
	height: 240px;
	width: 30px;
	border-right: thin #b3b3b3 solid;
	border-top: thin #b3b3b3 solid;
	display:none;
}
#line_2 {
	float: left;
	margin-top: 128px;
	height: 160px;
	width: 30px;
	border-right: thin #b3b3b3 solid;
	border-top: thin #b3b3b3 solid;
	display:none;
}
#line_3 {
	float: left;
	margin-top: 208px;
	height: 80px;
	width: 30px;
	border-right: thin #b3b3b3 solid;
	border-top: thin #b3b3b3 solid;
	display:none;
}
#line_4 {
	float: left;
	margin-top: 288px;
	height: 1px;
	width: 30px;
	border-top: thin #b3b3b3 solid;
	display:none;
}

#pages {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

#contents {
	float: left;
	width: 870px;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#content_1,
#content_2,
#content_3,
#content_4 {
	float: left;
	position: relative;
	margin-top: 88px;
	margin-left: 1px;
	width: 880px;
	height: 200px;
	border-bottom: thin #b3b3b3 solid;
	display: none;
	padding-left: 10px;
    overflow: hidden;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}


ul {
    /*Add if you want to disable the option of selecting the text while sliding*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-padding-start: 0px;
    position: absolute;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

li {
    font-size:16px;/*cool*/
    float: left;
	margin: 5px;
    height: 180px;
    color: #000;
    font-weight: 300;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    /*background: #FFF;*/
}
#c1_img_4,#c1_img_5,#c3_img_1,#c3_img_2,#c4_img_3,#c4_img_4 { cursor: default; }
/*==================================  content 1 ===================================*/
#content_1 {
	margin-top: 68px;
	height: 220px;
	padding-left: 0px;
}
#content_1 li { 
	height: 150px;
    width: 280px;
	padding-top: 30px;
	font: 14px/1.6 "Sansumi-Bold","Microsoft Jhenghei","Calibri"; 
}
#content_1_previous { 
	display: inline-block;
	width: 18px; height: 18px; 
	margin-left: 68px; 
	margin-right:15px; 
	background:url(../images/c1/arrow.gif) no-repeat; 
	cursor: pointer;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#content_1_next { 	
	display: inline-block;
 	width: 18px; height: 18px; 
	margin-left:15px; 
	background:url(../images/c1/arrow_r.gif) no-repeat; 
	cursor: pointer;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#c1_1,#c1_2,#c1_3,#c1_4,#c1_5 { 
	display: none;
	z-index: 1;
	position: absolute;
	padding: 15px 20px 15px 20px;
	top: 850px;
	left: 225px;
	float: left;
	width: 820px;
	height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
	border: thin #bbbbbb solid;	
	text-alignment: center;
	background-color: #FFF;
}

/*==================================  content 2 ===================================*/
#content_2 {
	margin-top: 68px;
	height: 220px;
	padding-left: 0px;
}
#content_2 li { 
	height: 150px;
    width: 280px;
	padding-top: 30px;
	font: 14px/1.6 "Sansumi-Bold","Microsoft Jhenghei","Calibri"; 
}
#content_2_previous { 
	display: inline-block;
	width: 18px; height: 18px; 
	margin-left: 68px; 
	margin-right:15px; 
	/*background:url(../images/c1/arrow.jpg) no-repeat; */
	cursor: pointer;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#content_2_next { 	
	display: inline-block;
 	width: 18px; height: 18px; 
	margin-left:15px; 
	/*background:url(../images/c1/arrow_r.jpg) no-repeat; */
	cursor: pointer;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#c2_1,#c2_2,#c2_3 { 
	display: none;
	z-index: 1;
	position: absolute;
	padding: 15px;
	top: 850px;
	left: 225px;
	float: left;
	width: 820px;
	height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
	border: thin #bbbbbb solid;	
	text-alignment: center;
	background-color: #FFF;
}

/*==================================  content 23 ===================================*/
#content_3 {
	margin-top: 68px;
	height: 220px;
	padding-left: 0px;
}
#content_3 li { 
	height: 150px;
    width: 280px;
	padding-top: 30px;
	font: 14px/1.6 "Sansumi-Bold","Microsoft Jhenghei","Calibri"; 
}
#content_3_previous { 
	display: inline-block;
	width: 18px; height: 18px; 
	margin-left: 68px; 
	margin-right:15px; 
	/*background:url(../images/c1/arrow.jpg) no-repeat; */
	cursor: pointer;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#content_3_next { 	
	display: inline-block;
 	width: 18px; height: 18px; 
	margin-left:15px; 
	/*background:url(../images/c1/arrow_r.jpg) no-repeat; */
	cursor: pointer;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#c3_1,#c3_2 { 
	display: none;
	z-index: 1;
	position: absolute;
	padding: 15px;
	top: 850px;
	left: 225px;
	float: left;
	width: 820px;
	height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
	border: thin #bbbbbb solid;	
	text-alignment: center;
	background-color: #FFF;
}

/*==================================  content 4 ===================================*/
#content_4  { 	margin-top: 0px; height: 288px; }
#content_4 li { 
	background: none; 
	height: 500px;
    width: 200px;
	font: 14px/1.6 "Microsoft Jhenghei","Calibri"; 
}
#c4_img_1 { margin-top: 85px; height: 150px; bottom: 0; background:url(../images/contact/contact_20.jpg) no-repeat center bottom; }
#c4_img_2 { margin-top: 85px; height: 150px; bottom: 0; background:url(../images/contact/contact_22.jpg) no-repeat center bottom; }
#c4_img_3 { margin-top: 85px; height: 150px; bottom: 0; background:url(../images/contact/contact_24.jpg) no-repeat center bottom; }
#c4_img_4 { margin-top: 85px; height: 150px; bottom: 0; background:url(../images/contact/contact_26.jpg) no-repeat center bottom; }
.btm_line { 
	position: relative;
	width: 50%;
	height: 10px;
	border-right: thin #b3b3b3 solid;	
}

#c4_4 { 
	display: none;
	z-index: 1;
	position: absolute;
	padding: 10px;
	top: 500px;
	left: 620px;
	float: left;
	width: 320px;
	height: 220px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
	border: thin #bbbbbb solid;	
	text-alignment: center;
	background-color: #FFF;
}