@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background:#FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif , 微軟正黑體;
	}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:85;
	width:80px;
	height:80px;
	display:none;
  bottom:150px;
  right:30px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}
#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right:0px;
	}
#WRAPER.reveal{
	position:absolute;
	right:160px;
}	
	

#main_visual_group{
    float: left;
	width:100%;
	position: relative;
	text-align: center;
}	
#main_visual_group .mid_content{
	position: relative;
	z-index: 1;
}	
#main_visual_group .mid_content p{
	margin-top: 100px;
}
#main_visual_group .mid_content p span.big{
	font-size: 85px;
	color: #ed6d00;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 100px;
}	
#main_visual_group .mid_content p span.min{
	font-size: 60px;
	color: #FFFFFF;
	font-weight: normal;
}	

.main_visual{
	width:100%;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 0;
	}
.sub_des_wrap{
	margin-top:50px;
	}
.sub_des{
	display:inline-block;
	width:100%;
	font-size:18px;
	color:#231916;
	line-height:1.7;
	letter-spacing:1px;
	}
.sub_des_note{
	display:inline-block;
	width:100%;
	font-size:12px;
	color:#231916;
	line-height:1.3;
	letter-spacing:1px;
	margin-top:50px;
	}	

#CONTENT{
	display:inline-block;
	width:100%;
	margin-bottom:60px;
	text-align:center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}	
.mid_content{
	display:inline-block;
	width:1000px;
	position:relative;
	}
.social_group{
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
	}		
	
.mid_ppl_group{
	position:absolute;
	bottom:45px;
	width:100%;
	height:353px;
	text-align:center;
	z-index:2;
	}		
.pp1{
	display:inline-block;
	width:170px;
	height:353px;
	margin-right:19px;
	}
.pp2{
	display:inline-block;
	width:95px;
	height:220px;
	margin-bottom:80px;
	}	
.pp3{
	display:inline-block;
	width:110px;
	height:350px;
	margin-left:97px;
	margin-right:47px;
	}	
.pp4{
	display:inline-block;
	width:95px;
	height:260px;
	margin-right:98px;
	margin-bottom:60px;
	}
.pp5{
	display:inline-block;
	width:80px;
	height:215px;
	margin-right:20px;
	margin-bottom:80px;
	}	
.pp1 img, .pp2 img, .pp3 img, .pp4 img, .pp5 img{
	width:100%;
	display:block;
	}	
.ppl_name{
	font-size:16px;
	color:#231916;
	position:absolute;
	z-index:3;
	white-space: nowrap;
	}
.pp1_n{
	left:-30px;
	bottom:50px;
	}
.pp2_n{
	left:30px;
	bottom:-20px;
	}
.pp3_n{
	left:20px;
	bottom:-20px;
	}
.pp4_n{
	left:20px;
	bottom:-20px;
	}
.pp5_n{
	right:-40px;
	bottom:50px;
	}	
							
.nav{
	position:absolute;
	z-index:3;
	width:100%;
	bottom:10px;
	}
.standard{
	float:right;
	width:120px;
	height:51px;
	margin-right:54px;
	}
.today{
	float:right;
	width:120px;
	height:51px;
	margin-right:117px;
	}	
.hover_btn{
	position:relative;
	}		
.hover_btn:hover{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
	}	
.section{
	float:left;
	width:100%;
	background:#FFFFFF;
	text-align:center;
	margin-top:50px;
	}		
.section_head{
	float:left;
	width:100%;
	height:105px;
	background:url(../images/citi.png) right no-repeat;
	margin-top:20px;
	position:relative;
	}
.type_title{
	float:left;
	font-size:60px;
	color:#727171;
	font-weight:bold;
	letter-spacing:5px;
	margin:20px 0px 0px 0px;
	}	
.section_body{
	float:left;
	width:100%;
	background:#e3e5e6;
	text-align:center;
	position:relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top:55px;
	}
.section_body2{
	float:left;
	width:100%;
	background:#e3e5e6;
	text-align:center;
	position:relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top:20px;
	}		
.type_des_wrap{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:0px 0px 0px 200px;
	display:table;
	text-align:left;
	}	
.type_des_wrap .txt_box{
	display:table-cell;
	font-size:40px;
	color:#ec6e00;
	font-weight:bold;
	letter-spacing:1px;
	}
.type_des_wrap .txt_box span{
	font-size:60px;
	}	
	
.type_des_wrap .icon_box{
	display:table-cell;
	width:200px;
	position:relative;
	}
.type_des_wrap .icon_box img{
	width:100%;
	position:absolute;
	top:0px;
	right:0px;
	}				
			
.type_des_wrap2{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:0px 0px 0px 200px;
	text-align:left;
	}	
					
.f_orange{
	background:#fbc434;
	}
.f_purple{
	background:#b964a4;
	}
.f_green{
	background:#a0c34e;
	}
.f_blue{
	background:#00a4b1;
	}
.f_red{
	background:#11a180;
	}					
.f_gray{
	background:#727171;
	}			
.secfooter{
	float:left;
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom:10px;
	position:relative;
	margin-top:57px;
	text-align:center;
	}	
.secfooter .mid_content{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:200px;
	}
.secfooter2{
	float:left;
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom:10px;
	position:relative;
	margin-top:0px;
	text-align:center;
	}	
.secfooter2 .mid_content{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:160px;
	}			
.secfooter_doll{
	position:absolute;
	width:160px;
	bottom:0px;
	left:0px;
	}
.secfooter_doll2{
	position:absolute;
	width:120px;
	bottom:0px;
	left:0px;
	}	
.secfooter_note{
	float:left;
	width:100%;
	text-align:left;
	display:table;
	}
.secfooter_note .title_box{
	display:table-cell;
	vertical-align:middle;
	font-size:23px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:5px;
	position:relative;
	width:60px;
	}
.secfooter_note .title_box .shape {
	position:absolute;
	top:0px;
	right:0px;
  height: 100%;
  width: 20px;
  border-right: 1px solid #ffffff;
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}			
.secfooter_note .des_box{
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	color:#ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 10px 50px;
	letter-spacing:1px;
	line-height:1.3;
	}	
	
	
.tech_bg{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:40px 0px 40px 0px;
	}	
	
.tech_tb_wrap{
	float:left;
	width:100%;
	display:table;
	}	

.tech_tb_wrap .ppl_wrap{
	display:table-cell;
	vertical-align:middle;
	width:100px;
	}	
.tech_tb_wrap .ppl_wrap img{
	width:100%;
	}		
.tech_tb_wrap .speak_wrap{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:60px;
	padding-right:60px;
	}
.tech_tb_wrap .speak_wrap:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
	}	
.tech_tb_wrap .speak_wrap p{
	display:inline-block;
	font-size:25px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:2px;
	border:#ffffff 2px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 20px 10px 20px;
	position:relative;
	}
.click_btn{
	position:absolute;
	width:20px;
	height:28px;
	top:20px;
	right:-25px;
	}	
.tech_tb_wrap .speak_wrap ul{
	display:inline-block;
	width:100%;
	margin-top:20px;
	}	
.tech_tb_wrap .speak_wrap ul li{
	float:left;
	width:100%;
	font-size:28px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1.3;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
	}			
.tech_tb_wrap .icon_wrap{
	display:table-cell;
	vertical-align:middle;
	width:200px;
	}	
.tech_tb_wrap .icon_wrap img{
	width:100%;
	}					
.perfect_tech li{
	list-style-type:none !important;
	margin-left:0px !important;
	}	
.yellow{
	color:#fef200 !important;
	}	
.per_big{
	font-size:40px;
	}				



.secfooter_note2{
	float:left;
	width:100%;
	text-align:left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 10px 10px;
	}
.secfooter_note2 ul{
	float:left;
	width:100%;
	}	
.secfooter_note2 ul li{
	float:left;
	width:100%;
	font-size:20px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1.3;
	list-style-type:disc;
	list-style-position:outside;
	}		
.chart_cn_box{
	display:inline-block;
	width:100%;
	}
.full_chart{
	display:inline-block;
	width:752px;
	}
.half_chart{
	display:inline-block;
	width:45%;
	margin-right:5%;
	}
.half_chart:last-child{
	margin-right:0%;
	}				
.sec_white_con{
	float:left;
	width:100%;
	background:#ffffff;
	text-align:center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top:40px;
	padding-bottom:40px;
	}		
.sec_gray_con{
	float:left;
	width:100%;
	background:#e3e5e6;
	text-align:center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top:40px;
	padding-bottom:40px;
	}		
.sec_gray_con2{
	float:left;
	width:100%;
	background:#e3e5e6;
	text-align:center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom:20px;
	}		
.c_orange_border{
	border: 5px solid #f7ac00;
	}
.c_purple_border{
	border: 5px solid #b964a4;
	}
.c_green_border{
	border: 5px solid #a0c34e;
	}	
.c_blue_border{
	border: 5px solid #00a4b1;
	}
.c_white_border{
	border: 5px solid #ffffff;
	}
	
.c_orange_bg{
	background: #f7ac00;
	}
.c_purple_bg{
	background: #b964a4;
	}
.c_green_bg{
	background:#a0c34e;
	}	
.c_blue_bg{
	background: #00a4b1;
	}
.c_white_bg{
	background:#ffffff;
	}				
			
.left_b{
	margin-left:10%;
	}
.right_b{
	margin-right:10%;
	}		
.circle_note{
	display:inline-block;
	font-size:34px;
	font-weight:bold;
	color:#000000;
	border-radius: 44px;
    -moz-border-radius:  44px;
    -webkit-border-radius:  44px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px 20px 20px 90px;
	margin-bottom:20px;
	background:#FFFFFF;
	position:relative;
	}	
.circle_note:last-child{
	margin-bottom:0px;
	}
.circle_note .number{
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:65px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#ffffff;
	border-radius: 44px;
    -moz-border-radius:  44px;
    -webkit-border-radius:  44px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}		


.circle_note2{
	float:left;
	text-align:left;
	font-size:25px;
	font-weight:bold;
	color:#ffffff;
	border-radius: 68px;
    -moz-border-radius:  68px;
    -webkit-border-radius:  68px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px 20px 20px 160px;
	margin-bottom:40px;
	margin-top:40px;
	position:relative;
	}
.circle_note2 .number{
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:100px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#11a180;
		border-radius: 68px;
    -moz-border-radius:  68px;
    -webkit-border-radius:  68px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background:#ffffff;
	}			
.circle_note2 span{
	font-size:35px;
	}		
		
/**今周刊相關文章**/		
.tday_title{
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#000000;
	}
.article_wall{
	float:left;
	width:100%;
	margin-top:40px;
	}
.article_wall a{
	float:left;
	display:block;
	width:30%;
	margin-right:5%;
	margin-bottom:20px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border:#E9E9E9 1px solid;
	}
.article_wall a:nth-child(3n){
	margin-right:0%;
	}
.article_wall a:hover{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
	}	
.article_wall a .cover{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
.article_wall a .title{
	float:left;
	width:100%;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
	text-align:left;
	font-size:20px;
	color:#E67274;
	margin-bottom:5px;	
	}
.article_wall a .period{
	float:left;
	width:100%;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
	text-align:left;
	font-size:12px;
	color:#C1C1C1;
		margin-bottom:10px;
	}
.article_wall a .des{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:1.3;
	letter-spacing:1px;
	color:#6A6A6A;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* number of lines to show */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	}						
.chart{
	width: 100%;
  height: 500px;
	font-size: 11px;
	margin-bottom:20px;
  border: 1px solid #eee;
	}	
	
#desktop_txt{
	display:inline-block;
	}	
#mobile_txt{
	display:none;
	}	
.none_bg{
	background:none !important;
	}				
																																	
#FOOTER{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:35px 20px 35px 20px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:1.4;
	background:#000000;
	margin-top:50px;
	text-align:center;
	}
#FOOTER p{
	margin-top:5px;
	}			
	

		
@media screen and (max-width: 1000px) {					
	.mid_content{
	display:inline-block;
	width:100%;
	position:relative;
	moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	}
	
}
@media screen and (max-width: 900px) {
	
#main_visual_group .mid_content p span.big{
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 50px;
}	
#main_visual_group .mid_content p span.min{
	font-size: 50px;
	color: #FFFFFF;
	font-weight: normal;
}	
	
.pp1{
	display:inline-block;
	width:50px;
	height:104px;
	margin-right:19px;
	}
.pp2{
	display:inline-block;
	width:50px;
	height:116px;
	margin-bottom:0px;
	}	
.pp3{
	display:inline-block;
	width:50px;
	height:159px;
	margin-left:30px;
	margin-right:30px;
	}	
.pp4{
	display:inline-block;
	width:50px;
	height:137px;
	margin-right:30px;
	margin-bottom:60px;
	}
.pp5{
	display:inline-block;
	width:50px;
	height:134px;
	margin-right:20px;
	margin-bottom:80px;
	}	
.ppl_name{
	font-size:12px;
	color:#231916;
	position:absolute;
	z-index:3;
	white-space: nowrap;
	}
.pp1_n{
	left:5px;
	bottom:-15px;
	}
.pp2_n{
	left:5px;
	bottom:-15px;
	}
.pp3_n{
	left:5px;
	bottom:-15px;
	}
.pp4_n{
	left:5px;
	bottom:-15px;
	}
.pp5_n{
	right:5px;
	bottom:-15px;
	}		
.type_title{
	float:left;
	font-size:40px;
	color:#727171;
	font-weight:bold;
	letter-spacing:5px;
	margin:20px 0px 0px 20px;
	}	
.type_des_wrap{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:0px 0px 0px 60px;
	display:inline-block;
	text-align:left;
	}
.type_des_wrap2{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:0px 0px 0px 50px;
	text-align:left;
	}			
.type_des_wrap .txt_box{
	display:table-cell;
	font-size:30px;
	color:#ec6e00;
	font-weight:bold;
	letter-spacing:1px;
	}
.type_des_wrap .txt_box span{
	font-size:40px;
	}	
	
.type_des_wrap .icon_box{
	display:table-cell;
	width:60px;
	position:relative;
	}
.type_des_wrap .icon_box img{
	width:100%;
	position:absolute;
	top:auto;
	right:0px;
	bottom:0px !important;
	}		
	
.secfooter_doll{
	position:absolute;
	width:50px;
	bottom:auto;
	top:-80px;
	left:20px;
	}
.secfooter .mid_content{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:100px;
	}	
.circle_note{
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	border-radius: 44px;
    -moz-border-radius:  44px;
    -webkit-border-radius:  44px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px 20px 20px 90px;
	margin-bottom:20px;
	background:#FFFFFF;
	position:relative;
	}	
.circle_note .number{
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:50px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#ffffff;
	border-radius: 44px;
    -moz-border-radius:  44px;
    -webkit-border-radius:  44px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}

	
.circle_note2{
	float:left;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	border-radius: 68px;
    -moz-border-radius:  68px;
    -webkit-border-radius:  68px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px 20px 20px 120px;
	margin-bottom:40px;
	margin-top:40px;
	position:relative;
	}
.circle_note2 .number{
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:80px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#11a180;
		border-radius: 68px;
    -moz-border-radius:  68px;
    -webkit-border-radius:  68px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background:#ffffff;
	}

	
.circle_note2 span{
	font-size:25px;
	}		
.secfooter_note2{
	float:left;
	width:100%;
	text-align:left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 10px 10px;
	}
.secfooter_note2 ul{
	float:left;
	width:100%;
	}	
.secfooter_note2 ul li{
	float:left;
	width:100%;
	font-size:16px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1.3;
	list-style-type:disc;
	list-style-position:outside;
	}		
.full_chart{
	display:inline-block;
	width:80%;
	}
	
	
.tech_tb_wrap .ppl_wrap{
	display:table-cell;
	vertical-align:middle;
	width:50px;
	}	
.tech_tb_wrap .speak_wrap{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:60px;
	padding-right:60px;
	}
.tech_tb_wrap .speak_wrap p{
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:2px;
	border:#ffffff 2px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 20px 10px 20px;
	}
.tech_tb_wrap .speak_wrap ul{
	display:inline-block;
	width:100%;
	margin-top:20px;
	}	
.tech_tb_wrap .speak_wrap ul li{
	float:left;
	width:100%;
	font-size:16px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1.3;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
	}			
.tech_tb_wrap .icon_wrap{
	display:table-cell;
	vertical-align:middle;
	width:100px;
	}		

				
			
}
		
@media screen and (max-width: 640px) {		
			
#main_visual_group .mid_content p{
	margin-top: 30px;
}
#main_visual_group .mid_content p span.big{
	font-size: 29px;
	color: #ed6d00;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0px !important;
}	
#main_visual_group .mid_content p span.min{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
}	

.sub_des_note{
	display:inline-block;
	width:100%;
	font-size:12px;
	color:#231916;
	line-height:1.3;
	letter-spacing:1px;
	margin-top:50px;
	text-align:left;
	}

.goTop{
	position:fixed;
	z-index:85;
	width:40px;
	height:40px;
	display:none;
  bottom:50px;
  right:10px;
	}
.standard{
	float:right;
	width:80px;
	height:34px;
	margin-right:10px;
	}
.today{
	float:right;
	width:80px;
	height:34px;
	margin-right:10px;
	}	
		
.mid_ppl_group{
	position:absolute;
	bottom:40px;
	width:100%;
	height:250px;
	text-align:center;
	z-index:2;
	}		

.pp1{
	display:inline-block;
	width:35px;
	height:auto;
	margin-right:10px;
	}
.pp2{
	display:inline-block;
	width:35px;
	height:auto;
	margin-bottom:0px;
	}	
.pp3{
	display:inline-block;
	width:35px;
	height:auto;
	margin-left:20px;
	margin-right:20px;
	}	
.pp4{
	display:inline-block;
	width:35px;
	height:auto;
	margin-right:20px;
	margin-bottom:0px;
	}
.pp5{
	display:inline-block;
	width:35px;
	height:auto;
	margin-right:10px;
	margin-bottom:0px;
	}	
.ppl_name{
	font-size:12px;
	color:#231916;
	position:absolute;
	z-index:3;
	white-space: nowrap;
	}
.pp1_n{
	left:-5px;
	bottom:-15px;
	}
.pp2_n{
	left:0px;
	bottom:-15px;
	}
.pp3_n{
	left:-5px;
	bottom:-15px;
	}
.pp4_n{
	left:-5px;
	bottom:-15px;
	}
.pp5_n{
	right:-5px;
	bottom:-15px;
	}	
.sub_des{
	display:inline-block;
	width:100%;
	font-size:12px;
	color:#231916;
	line-height:1.3;
	letter-spacing:1px;
	text-align:left;
	}	
.section_head{
	float:left;
	width:100%;
	height:50px;
	background:url(../images/citi.png) 180px no-repeat;
	background-size:auto 50px;
	margin-top:20px;
	position:relative;
	}			
.type_title{
	float:left;
	font-size:30px;
	color:#727171;
	font-weight:bold;
	letter-spacing:5px;
	margin:0px 0px 0px 10px;
	}
.secfooter{
	float:left;
	width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom:10px;
	position:relative;
	margin-top:20px;
	text-align:center;
	}	
	
.secfooter_note .title_box{
	display:table-cell;
	vertical-align:middle;
	font-size:20ˇpx;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:5px;
	position:relative;
	width:60px;
	}
.secfooter_note .title_box .shape {
	position:absolute;
	top:0px;
	right:0px;
  height: 100%;
  width: 20px;
  border-right: 1px solid #ffffff;
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}			
.secfooter_note .des_box{
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	color:#ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 10px 50px;
	letter-spacing:1px;
	line-height:1.3;
	}	
.circle_note{
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	min-height:80px;
	border-radius: 44px;
    -moz-border-radius:  44px;
    -webkit-border-radius:  44px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px 20px 20px 90px;
	margin-bottom:20px;
	background:#FFFFFF;
	position:relative;
	}	
.circle_note .number{
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:50px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#ffffff;
	border-radius: 44px;
    -moz-border-radius:  44px;
    -webkit-border-radius:  44px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}

	
.circle_note2{
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	min-height:80px;
	color:#ffffff;
	border-radius: 68px;
    -moz-border-radius:  68px;
    -webkit-border-radius:  68px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 10px 10px;
	margin-bottom:40px;
	margin-top:40px;
	position:relative;
	}
.circle_note2 .number{
	display:none;
	position:absolute;
	top:-5px;
	left:-5px;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#11a180;
		border-radius: 68px;
    -moz-border-radius:  68px;
    -webkit-border-radius:  68px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background:#ffffff;
	}

	
.circle_note2 span{
	font-size:12px;
	}	
.secfooter .mid_content{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:80px;
	}	
.secfooter_note .title_box{
	display:table-cell;
	vertical-align:top;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:5px;
	position:relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 0px 0px 0px;
	width:60px;
	}
.secfooter_note .title_box .shape {
	position:absolute;
	top:0px;
	right:0px;
  height: 40px;
  width: 20px;
  border-right: 1px solid #ffffff;
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}			
.secfooter_note .des_box{
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	color:#ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 10px 10px;
	letter-spacing:1px;
	line-height:1.3;
	}		
.secfooter2 .mid_content{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:120px;
	}		
.full_chart{
	display:inline-block;
	width:90%;
	}	
.half_chart{
	display:inline-block;
	width:90%;
	margin-right:0%;
	margin-bottom:40px;
	}
.half_chart:last-child{
	margin-right:0%;
	margin-bottom:0px;
	}	
.tech_tb_wrap .ppl_wrap{
	display:table-cell;
	vertical-align:middle;
	width:50px;
	}	
.tech_tb_wrap .speak_wrap{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
	}
.tech_tb_wrap .speak_wrap p{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:2px;
	border:#ffffff 2px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 20px 10px 20px;
	}
.tech_tb_wrap .speak_wrap ul{
	display:inline-block;
	width:100%;
	margin-top:20px;
	}	
.tech_tb_wrap .speak_wrap ul li{
	float:left;
	width:100%;
	font-size:14px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1.3;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
	}			
.tech_tb_wrap .icon_wrap{
	display:table-cell;
	vertical-align:middle;
	width:50px;
	}	
.article_wall a{
	float:left;
	display:block;
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border:#E9E9E9 1px solid;
	}
.article_wall a:nth-child(3n){
	margin-right:0%;
	}
.type_des_wrap .txt_box{
	display:table-cell;
	font-size:20px;
	color:#ec6e00;
	font-weight:bold;
	letter-spacing:1px;
	}
.type_des_wrap .txt_box span{
	font-size:30px;
	}	
.section_body{
	float:left;
	width:100%;
	background:#e3e5e6;
	text-align:center;
	position:relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top:20px;
	}	
.left_b{
	margin-left:0px;
	}
.right_b{
	margin-right:0px;
	}	
#desktop_txt{
	display:none;
	}	
#mobile_txt{
	display:inline-block;
	}																							
}
