/* 2017 RushBit copyright */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

@font-face {
	font-family: "HanSansTWHK-Regular";
    src: url("../fonts/SourceHanSansTWHK-Regular.otf");
}

@font-face {
	font-family: "HelveticaCE35Thin";
    src: url("../fonts/HelveticaCE35Thin.eot");
    src: url("../fonts/HelveticaCE35Thin.woff2") format("woff2");
}
@font-face {font-family: "Myriad Pro";
    src: url("../fonts/Myriad Pro.eot");
    src: url("../fonts/Myriad Pro.woff2") format("woff2");
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?df8vfp');
  src:  url('../fonts/icomoon.eot?df8vfp#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?df8vfp') format('truetype'),
    url('../fonts/icomoon.woff?df8vfp') format('woff'),
    url('../fonts/icomoon.svg?df8vfp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\f007";
}
.icon-lock:before {
  content: "\f023";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}

body {
	font-family: 'Noto Sans TC', sans-serif;
    margin:0;
    padding:0;
    background-color: #2D2D2D;
    color: white;
}
footer{
	padding:24px 0;
}
a,a:hover{text-decoration:none;}
p{margin:0; padding:0;line-height: 1.7em;}
figure{margin:0;}
ul{
	list-style: none;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
li{box-sizing: border-box;}
div{
	box-sizing: border-box;
}
h1{
	margin: 0px;
	padding: 32px 0;
}
img{
	max-width: 100%;
}

footer{	
	position: relative;
	background-color: #222;
	background-image: url("../img/nav_bg.jpg");
	background-size: cover;
}
footer p{
	font-size: 15px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
section{
	background-color: #2D2D2D;
	text-align: left;
	padding: 36px 0;
	box-shadow: 0px 12px 48px 3px rgba(30, 30, 35, 0.5) inset;
	position: relative;
}

nav #main_menu{
	position: relative;
	height: 72px;
	background-color: #222;
	background-image: url("../img/nav_bg.jpg");
    background-size: cover;
    padding-left: 200px;
    padding-right: 24px;
}
nav #logo{
	position: absolute;
	left: 12px;
	top:12px;
}
nav #logo img{
    height: 48px;
}

nav #bar{
	line-height: 72px;
    font-size: 24px;
    text-align: right;
    cursor: pointer;
}

nav #language{
	background-color: #1E1E23;
	padding: 0 12px; 
}

nav #language li{
	letter-spacing: 1px;
    color: #E6E6E6;
    display: inline-block;
    padding: 8px 10px;
    cursor: pointer;
}
nav #language li.on{
	color: #0BA8FF
}
nav #language li:hover{
	color: #0BA8FF
}
header{
	background-color: #1E1E23;
}

.item_font{
	font-family: HelveticaCE35Thin;
	letter-spacing: 1px;
}

.text_l{
	text-align: left;
}
.text_r{
	text-align: right;
}
.text_c{
	text-align: center;
}

.mobile_768{
	display: none;
}
.table_768{
	display: block;
}

.content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 36px;
}

.w_border{
	border-radius: 12px;
	border:5px solid white;
}
.bottom_title{
	font-size: 40px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	text-align: center;
}
.bottom_title:after{
    content: "";
    bottom: 0px;
    height: 6px;
    width: 96px;
    display: block;
    background: #8DDFFF;
    margin: 8px auto;
    border-radius: 3px;
}
.sub_title{
	font-size: 26px;
	letter-spacing: 1px;
	padding: 12px;
}
.left_line{
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.left_line::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 26px;
	left: -6px;
	top: 21px;
	background-color: #8DDFFF;
	border-radius: 6px;
}
.padding24{
	padding-top: 24px;
	padding-bottom: 24px;
}

.column{
	font-size: 0px;
	text-align: center;
}
.col-3{
	width: 33.33%;
	display: inline-block;
}
.col-2{
	width: 50%;
	display: inline-block;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}
.bg-parallax {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;

}

nav #menu_txt{
	padding: 14px 0;
}
nav #menu_txt li{
    color: #E6E6E6;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    padding: 5px 12px;
    position: relative;
    transition: transform 0.3s;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
}
nav #menu_txt li.on{
	color: #8ddfff;
}

@media screen and (min-width: 768px) {
	nav #menu_txt a{
	    position: relative;
	    display: inline-block;
	    margin: 10px 12px;
	    line-height: 1.2em;
	    outline: none;
	    overflow: hidden;
	}
	nav #menu_txt li::before {
		color: #8ddfff;
	    position: absolute;
	    top: calc( 100% + 5px );
	    content: attr(data-hover);
	    font-weight: 700;
	    -webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	nav #menu_txt a:hover li, nav #menu_txt a:focus li{
	    -webkit-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    transform: translateY(-100%);
	}
}
@media screen and (max-width: 767px) {

	.mobile_768{
		display: block;
	}
	.table_768{
		display: none;
	}

	nav #menu_txt{
	    position: absolute;
	    width: 100%;
	    top: 72px;
	    left: 0px;
	    background-color: #272727;
	    z-index: 9998;
	    padding: 12px 12px;
	    box-sizing: border-box;
		overflow: hidden;
	}

	nav #menu_txt li{
		width: 100%;
		text-align: center;  
    	border-bottom: 1px dashed #fff;
    	line-height: 60px;
	}
	nav #menu_txt li:hover{
		color: #8ddfff;
	}

	.content{
		padding: 0 24px;
	}
	.bottom_title{
		font-size: 32px;
	}
	.col-3{
		width: 100%;
	}
	.col-2{
		width: 100%;
	}
}

