@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

/*@font-face {
 		font-family: 'Noto Sans TC';
 		src: url('../fonts/NotoSansTC-Black.otf'),
 			 url('../fonts/NotoSansTC-Bold.otf'),
 			 url('../fonts/NotoSansTC-Light.otf'),
 			 url('../fonts/NotoSansTC-Medium.otf'),
 			 url('../fonts/NotoSansTC-Regular.otf'),
 			 url('../fonts/NotoSansTC-Thin.otf');
		src: url('../fonts/NotoSansTC-Black.otf') format('embedded-opentype'),
			 url('../fonts/NotoSansTC-Bold.otf') format('embedded-opentype'),
			 url('../fonts/NotoSansTC-Light.otf') format('embedded-opentype'),
			 url('../fonts/NotoSansTC-Medium.otf') format('embedded-opentype'),
			 url('../fonts/NotoSansTC-Regular.otf') format('embedded-opentype'),
			 url('../fonts/NotoSansTC-Thin.otf') format('embedded-opentype');
	}*/

/*---------- CLEAR & MAIN----------*/
	*{
		margin: 0;
		padding: 0;
		border: 0;
		text-decoration: none;
		list-style: none;
		color:inherit;
	}
	body{
		font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
		min-height: calc(100vh - 75px);
		position: relative;
		color:#646464;
	}
	input[type="text"],
	input[type="email"],
	input[type="password"],
	select,
	option{
		font-family: inherit;
	}
	a{
		outline:none;
	}
	select::-ms-expand {
	    display: none;
	}
	select{
		-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	}
	.sec{
		width: 100%;
		position: relative;
		/*background:#ccc;*/
	}

	.container{
		width: 1200px;
		margin:0 auto;
		position: relative;
	}
/*---------- END CLEAR & MAIN ----------*/
/*---------- LOADER ----------*/
	#preloader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #FFFFFF;
		z-index: 9999999;
	}

	.dots-loader:not(:required) {
		opacity: 1;
		overflow: hidden;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -4px;
		margin-top: -4px;
		text-indent: -9999px;
		display: inline-block;
		width: 8px;
		height: 8px;
		background: transparent;
		border-radius: 100%;
		box-shadow: #FFA900 -14px -14px 0 7px, #ffe740 14px -14px 0 7px, #7DAE64 14px 14px 0 7px, #ffe740 -14px 14px 0 7px;
		-webkit-animation: dots-loader 5s infinite ease-in-out;
		-o-animation: dots-loader 5s infinite ease-in-out;
		animation: dots-loader 5s infinite ease-in-out;
		transform-origin: 50% 50%;
		transform: scale(1);
		transition: .3s all;
	}

	@keyframes dots-loader {
		0% {
		box-shadow: #FFA900 -14px -14px 0 7px, #ffe740 14px -14px 0 7px, #7DAE64 14px 14px 0 7px, #ffe740 -14px 14px 0 7px;
		}
		8.33% {
		box-shadow: #FFA900 14px -14px 0 7px, #ffe740 14px -14px 0 7px, #7DAE64 14px 14px 0 7px, #ffe740 -14px 14px 0 7px;
		}
		16.67% {
		box-shadow: #FFA900 14px 14px 0 7px, #ffe740 14px 14px 0 7px, #7DAE64 14px 14px 0 7px, #ffe740 -14px 14px 0 7px;
		}
		25% {
		box-shadow: #FFA900 -14px 14px 0 7px, #ffe740 -14px 14px 0 7px, #7DAE64 -14px 14px 0 7px, #ffe740 -14px 14px 0 7px;
		}
		33.33% {
		box-shadow: #FFA900 -14px -14px 0 7px, #ffe740 -14px 14px 0 7px, #7DAE64 -14px -14px 0 7px, #ffe740 -14px -14px 0 7px;
		}
		41.67% {
		box-shadow: #FFA900 14px -14px 0 7px, #ffe740 -14px 14px 0 7px, #7DAE64 -14px -14px 0 7px, #ffe740 14px -14px 0 7px;
		}
		50% {
		box-shadow: #FFA900 14px 14px 0 7px, #ffe740 -14px 14px 0 7px, #7DAE64 -14px -14px 0 7px, #ffe740 14px -14px 0 7px;
		}
		58.33% {
		box-shadow: #FFA900 -14px 14px 0 7px, #ffe740 -14px 14px 0 7px, #7DAE64 -14px -14px 0 7px, #ffe740 14px -14px 0 7px;
		}
		66.67% {
		box-shadow: #FFA900 -14px -14px 0 7px, #ffe740 -14px -14px 0 7px, #7DAE64 -14px -14px 0 7px, #ffe740 14px -14px 0 7px;
		}
		75% {
		box-shadow: #FFA900 14px -14px 0 7px, #ffe740 14px -14px 0 7px, #7DAE64 14px -14px 0 7px, #ffe740 14px -14px 0 7px;
		}
		83.33% {
		box-shadow: #FFA900 14px 14px 0 7px, #ffe740 14px -14px 0 7px, #7DAE64 14px 14px 0 7px, #ffe740 14px 14px 0 7px;
		}
		91.67% {
		box-shadow: #FFA900 -14px 14px 0 7px, #ffe740 14px -14px 0 7px, #7DAE64 14px 14px 0 7px, #ffe740 -14px 14px 0 7px;
		}
		100% {
		box-shadow: #FFA900 -14px -14px 0 7px, #ffe740 14px -14px 0 7px, #7DAE64 14px 14px 0 7px, #ffe740 -14px 14px 0 7px;
		}
	}
	/*---------- END LOADER ----------*/
/*---------- TXT ----------*/
	.page_title_en,
	.page_title_zh{
		color:#646464;
		letter-spacing: 5px;
		font-size: 1.4em;
		line-height: 40px;
		text-align: center;
		margin-bottom: 0;
		-webkit-animation: fadefromdown .7s forwards;
		-o-animation: fadefromdown .7s forwards;
		animation: fadefromdown .7s forwards;
	}
	.page_title_en{
		font-family: 'PT Sans', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.95em;
		letter-spacing: 3px;
	}
	.page_title_zh{
		font-size: 1.3em;
		font-weight: 500;
	}
	.page_title_zh:before,
	.page_title_zh:after{
		content:"";
		display: block;
		width: 10%;
		height: 1px;
		background:#818181;
		position: absolute;
		top:23px;
	}
	.page_title_zh:before{
		left: 30%;
	}
	.page_title_zh:after{
		right: 30%;
	}

	h3{
		font-size: 1.3em;
		line-height: 45px;
		letter-spacing: 5px;
		position: relative;
		font-weight: 300;
	}
	h4{
		font-size: 1.79em;
		font-weight: bold;
		letter-spacing: 10px;
		line-height: 1.6em;
	}
	h5{
		font-size: .9em;
		font-weight: bold;
		letter-spacing: 0px;
	}
	p{
		font-size:0.875em;
		line-height: 2em;
		/* text-align: justify; */
	}
	.txt_white{
		color:white;
	}

/*.content span.txt_white {
    display: inline-block;
    height: 220px;
    overflow: hidden;
}

.content span.txt_white h3 {
    line-height: initial;
}*/

	span.txt_white p{
		color:white;
	}
	span.txt_black p{
		color:#646464;
	}

	.txt_white:before,
	.txt_white:after{
		background:white;
	}
	.txt_orange{
		color:#FFB933;
	}
/*---------- END TXT ----------*/
/*---------- BTN ----------*/
	.btn,
	input[type=button],
	input[type=submit],
	input[type=reset] {
		font-family: inherit;
		display: inline-block;
		color:white;
		background:#fdaa2a;
		font-size: 0.875em;
		letter-spacing: 4px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border:none;
		outline:none;
		cursor: pointer;
		-webkit-transition: all .5s cubic-bezier(.06,.68,.35,.99);
		   -moz-transition: all .5s cubic-bezier(.06,.68,.35,.99);
			-ms-transition: all .5s cubic-bezier(.06,.68,.35,.99);
			 -o-transition: all .5s cubic-bezier(.06,.68,.35,.99);
				transition: all .5s cubic-bezier(.06,.68,.35,.99);
	}
	input[type="button" i],
	input[type="submit" i],
	input[type="reset" i],
	input[type="file" i]::-webkit-file-upload-button,
	button{
		cursor: pointer;
	}
	.btn:hover{
		box-shadow: 0 5px 15px rgba(170,110,10,.2),
					0 0 20px 5px rgba(255,169,0,1) inset;
		-webkit-transform: translateY(-1px);
		   -moz-transform: translateY(-1px);
			-ms-transform: translateY(-1px);
			 -o-transform: translateY(-1px);
				transform: translateY(-1px);
		background: rgba(255,169,0,.8);
	}
	.btn:active{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: none;
		top:0;
	}
	.btn_cancel{
		color:#FFB933;
		background: transparent;
		border:1px solid #FFB933;
	}
	.btn_cancel:hover{
		color:#FFB933;
		background: transparent;
		box-shadow: 0 5px 15px rgba(170,110,10,.2);
	}
	.btn_green{
		width: 120px;
		height: 32px;
		line-height: 32px;
		background-color: #7DAE64 !important;
		position: absolute;
		right: 0;
		top:20px;
		z-index: 101;
	}
	.btn_green:hover{
		box-shadow: none;
		background:#FFA900;
		-webkit-transform: translateY(0px);
			   -moz-transform: translateY(0px);
				-ms-transform: translateY(0px);
				 -o-transform: translateY(0px);
					transform: translateY(0px);
	}
	.btn_green:active{
		top:20px;
	}
/*---------- END BTN ----------*/
/*---------- INPUTS ----------*/
	/*radio&checkbox樣式覆蓋*/
		input[type=radio   ]:not(old),
		input[type=checkbox]:not(old){
			width     : 0;
			margin    : 0;
			font-size : 0;
			opacity   : 0;
			pointer-events: none;
            display: none;
		}
		input[type=radio   ]:not(old) + label,
		input[type=checkbox]:not(old) + label{
			display      : inline-block;
			line-height  : 1.5em;
			margin-right : 17px;
			cursor       : pointer;
		}
		input[type=radio   ]:not(old) + label > span,
		input[type=checkbox]:not(old) + label > span{
			display          : inline-block;
			width            : 24px;
			height           : 24px;
			margin           : 0px 8px 0px 0px;
			position         : relative;
			border-radius    : 12px;
			background       : rgba(255,255,255,.8);
			vertical-align   : middle;
			cursor           : pointer;
		}
		input[type=radio]:not(old):checked +  label > span > span{
			display          : block;
			width            : 16px;
			height           : 16px;
			margin           : auto;
			top: 0;right: 0;bottom: 0;left: 0;
			position         : absolute;
			border-radius    : 9px;
			background       : #FFB64D;
			-webkit-animation: showradio .2s forwards;
			-o-animation: showradio .2s forwards;
			animation: showradio .2s forwards ease;
		}
		input[type=checkbox]:not(old):checked + label > span:before{
			content     : '';
			display          : block;
			width            : 16px;
			height           : 16px;
			margin           : auto;
			top: 0;right: 0;bottom: 0;left: 0;
			position         : absolute;
			border-radius    : 9px;
			background       : #FFB64D;
			-webkit-animation: showradio .2s forwards;
			-o-animation: showradio .2s forwards;
			animation: showradio .2s forwards ease;
		}
/*---------- END INPUTS ----------*/
/*---------- ANIMATION ----------*/
	@keyframes fadefromdown{ /*頁首進場使用*/
		from{
			-webkit-transform: translateY(20px);
			   -moz-transform: translateY(20px);
				-ms-transform: translateY(20px);
				 -o-transform: translateY(20px);
					transform: translateY(20px);
			opacity: 0;
		}
		to  {
			-webkit-transform: translateY(0);
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
			opacity: 1;
		}
	}

	@keyframes showback{
		from{height: 0;opacity:0;}
		to  {height: 100%;opacity:1;}
	}
	@-webkit-keyframes showback{
		from{height: 0;opacity:0;}
		to  {height: 100%;opacity:1;}
	}


	@keyframes showradio{
		from{width: 0;height: 0;}
		to  {width: 16px;height: 16px;}
	}
	@-webkit-keyframes showradio{
		from{width: 0;height: 0;}
		to  {width: 16px;height: 16px;}
	}
	@keyframes showsmallradio{
		from{width: 0;height: 0;}
		to  {width: 10px;height: 10px;}
	}
	@-webkit-keyframes showsmallradio{
		from{width: 0;height: 0;}
		to  {width: 10px;height: 10px;}
	}

	@keyframes warning {
		from{
			outline-color: rgba(255, 171, 0, .5);
			outline-offset: 0px;
		}
		to{
			outline-color: rgba(255, 171, 0, 0);
			outline-offset: 10px;
		}
	}
	@-webkit-keyframes warning {
		from{
			outline-color: rgba(255, 171, 0, .5);
			outline-offset: 0px;
		}
		to{
			outline-color: rgba(255, 171, 0, 0);
			outline-offset: 10px;
		}
	}
/*---------- END ANIMATION ----------*/
/*---------- nav ----------*/
	nav{
		position: fixed;
		top:0;
		background: rgba(255,255,255,.7);
		width: 100%;
		height: 75px;
		z-index: 100;
		transition: .5s;
	}
	#nav_container{
		position: relative;
		margin: 0 auto;
		width: 1200px;
	}
	#nav_container ul li{
		display: inline-block;
		position: relative;
	}

	#nav_logo,
	#nav_logo_rwd{
		display: inline-block;
		position: absolute;
		top:16px;
		z-index: 101;
	}
	#nav_logo{
		background:url("../img/logo_top_b.png?a=1") 0 0 no-repeat;
		width: 271px;
		height: 37px;
	}
	#nav_logo_rwd{
		background:url("../img/logo_top_b_rwd.png?a=1") 0 0 no-repeat;
		display: none;
		width: 86px;
		height: 37px;
	}
	#nav_desktop{
		display: inline-block;
	}

	#rwdmenu{
		display: none;
	}
	#menu{
		display: inline-block;
		width:60%;
		max-width: 600px;
		min-width: 460px;
		position: absolute;
		top: 0;
		right:30px;
		/* right:140px; */
		/*background:#555;*/
	}
	#menu li{
		width: 16%;
		margin-left: -4px;
	}
	#menu li a{
		display: block;
		color: #646464;
		font-size: 0.875em;
		letter-spacing: 4px;
		text-align: center;
		height: 75px;
		box-sizing: border-box;
		padding:27px 0;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
			 -o-transition: all .5s ease;
				transition: all .5s ease;
	}
	#menu .submenu{
		display: none;
		opacity: 0;
		width: 100%;
		position: absolute;
		left: 0;
		top: 75px;
		margin-top: -1px;
		-webkit-transition: all .5s cubic-bezier(.06,.68,.35,.99);
		   -moz-transition: all .5s cubic-bezier(.06,.68,.35,.99);
			-ms-transition: all .5s cubic-bezier(.06,.68,.35,.99);
			 -o-transition: all .5s cubic-bezier(.06,.68,.35,.99);
				transition: all .5s cubic-bezier(.06,.68,.35,.99);
		-webkit-transform: translateY(20px);
		   -moz-transform: translateY(20px);
			-ms-transform: translateY(20px);
			 -o-transform: translateY(20px);
				transform: translateY(20px);
	}
	#menu .submenu li{
		display: block;
		width: 100%;
		padding:12px 0;
		margin-left: 0;
		text-align: center;
		background:rgba(255,255,255,.7);
		border-top: 1px solid rgba(0,0,0,.2);
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
			 -o-transition: all .5s ease;
				transition: all .5s ease;
	}
	#menu .submenu li a{
		height: auto;
	}
	#menu>li a.active,
	#menu>li a:hover,
	#menu .submenu li:hover{
		background:rgba(255,255,255,.8);
	}
	#menu .submenu li a:hover{
		background: transparent;
	}
	#menu .submenu li a{
		letter-spacing: 0;
		padding:0 1vw;
	}

	#hambergur,
	#close{
		display: none;
		cursor:pointer;
	}

.fixed_cart {
    text-align: center;
    line-height: 45px;
    width: 75px;
    padding: 10px;
    position: fixed;
    right: 10px;
    z-index: 9;
    top: 30%;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 3px 3px 12px rgba(0,0,0,.3);
    background: #E57373;
    border: 3px solid #fff;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
/*    overflow: hidden;*/
}

.fixed_cart span {
    color: #FFF;
}

.fixed_cart p {
    color: #FFF;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.fixed_cart:hover {
    opacity: 1;
}


/*
.fixed_cart:hover:before, .fixed_cart:focus:before, .fixed_cart:active:before {
    width: 25px;
    height: 25px;
}
.fixed_cart:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
*/


/*
.fixed_cart:hover:before, .fixed_cart:focus:before, .fixed_cart:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.fixed_cart:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c94444;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
*/


.fixed_cart:hover:before, .fixed_cart:focus:before, .fixed_cart:active:before {
    width: 25px;
    height: 25px;
}
.fixed_cart:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}


.ribbon {
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 80px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #FF0000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 12px;
    right: -18px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #FF0000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF0000;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #FF0000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FF0000;
}




/*---------- END nav ----------*/
/*---------- footer ----------*/
	footer{
		width: 100%;
		position: relative;
		background-size: cover;
		background-color:#31343d;
		/*overflow: hidden;*/
	}
	footer .container{
		width: 950px;
		padding-top: 20px;
	}
	#logo_footer{
		width: 118px;
		height: 128px;
		margin:0 auto 30px;
	}
	.footer_company{
		letter-spacing: 10px;
		text-align: center;
		position: relative;
	}
	.footer_company:before,
	.footer_company:after{
		content:"";
		display: block;
		width: 25%;
		height: 1px;
		background: #FFA900;
		position: absolute;
		top:20px;
	}
	.footer_company:before{
		left:0;
	}
	.footer_company:after{
		right:0;
	}
	.footer_main{
		width: 100%;
		box-sizing: border-box;
		padding:20px 10px 10px;
		position: relative;
	}
	.footer_left{
		display: inline-block;
		vertical-align: top;
		font-size: 1em;
	}
	.footer_right{
		display: inline-block;
		vertical-align: top;
		width: 340px;
		/*height: 220px;*/
		margin-top: 5px;
		position: absolute;
		right: 0px;
		top: 20px;
	}
	.footer_left li{
		margin-bottom: 5px;
		letter-spacing: 1px;
	}
	.footer_left span{
		margin-right: 5px;
	}
	a[href^="tel"]{
		color:inherit;
		text-decoration:none;
	}
	.footer_left .txt_grey{
		margin-left: 10px;
		letter-spacing: 1px;
	}
	.footer_right .txt_orange,
	.footer_right .icon_footer{
		vertical-align: top;
	}
	.icon_footer{
		display: inline-block;
		padding:0 15px;
		-webkit-filter: grayscale(100%) brightness(150%); /* Chrome, Safari, Opera */
		filter: grayscale(100%) brightness(150%);
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
			-ms-transition: all .25s ease;
			 -o-transition: all .25s ease;
				transition: all .25s ease;
	}
	.icon_footer:hover{
		-webkit-filter: none; /* Chrome, Safari, Opera */
		filter: none;
	}

	.footer_title{
		font-size: 1.3em;
		font-weight: bold;
		letter-spacing: 5px;
	}

	.footer_items{
		font-size: 1.125em;
		font-weight: bold;
		letter-spacing: 5px;
	}
	.footer_items > p,
	.footer_items > ul,
	.footer_items > ul >li{
		display: inline-block;
		vertical-align: top;
	}
	.footer_items > p{
		margin-left: 5px;
		margin-right: 57px;
	}
	.footer_items > ul{
		display: block;
		width: 100%;
		padding-left: 5px;
	}
	.footer_items > ul >li{
		margin-right: 4.5%;
		position: relative;
	}
	.footer_items > ul > li > a:hover{
		color:#FFB933;
	}
	.footer_items > ul >li:after{
		content:"";
		display: block;
		width: 4px;
		height: 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: white;
		position: absolute;
		top: 12px;
		right: -20px;
	}
	.footer_items > ul >li:last-child{
		margin-right: 0;
	}
	.footer_items > ul >li:last-child:after{
		display: none;
	}
	.copyright{
		text-align: center;
		font-size: 0.75em;
		color:#C6C6C6;
		line-height: 45px;
	}


.media {
    position: fixed;
/*    bottom: calc(39% - 185px);*/
    bottom: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
/*    box-shadow: 0 0 10px rgba(0,0,0,.5);*/
}

.media.bottom {
    position: fixed;
    width: 50%;
    bottom:0;
    right: calc(50% - 25%);
    z-index: 999;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
/*    box-shadow: 0 0 10px rgba(0,0,0,.5);*/
}

.media.bottom a:hover {
    opacity: 1;
    animation: bounce2 1s infinite;
}

.media .close_sidebar_banner {
    position: absolute;
    right: 15px;
    left: initial;
    top: 15px;
    color: #FFF;
    opacity: 1;
    z-index: 99;
}
.media .close_sidebar_banner .ti-close {
    color: #FFF;
    text-shadow: 0 0 5px rgb(0,0,0);
}

.media:hover .close_sidebar_banner {
    opacity: 1;
}

.close_sidebar_banner {
    font-size: 2em;
    background-color: transparent;
}

.area_toggle {
    margin-bottom: 7px;
}

.area_toggle div {
    border: 1px solid #FFF;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.area_toggle div:hover {
    background-color: rgba(255, 185, 51, 0.52);
}

.area_toggle div.area_active {
    background-color: #ffb933;
}

.info_disable {
    display: none;
}
.info_active {
    display: inline-block;
}

/*---------- END footer ----------*/

/* --------- forget --------- */
.main{

}
#forget_filter{
	width: 100%;
	height: 50vh;
	box-sizing: border-box;
/*	background-color: rgba(255,255,255,.4);*/
	position: fixed;
	z-index: 20;
	display: none;
}
.forget_box{
	max-width: 800px;
	width: 80%;
	height: 350px;
	background-color: white;
	box-sizing: border-box;
	padding:50px;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin:auto;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.forget_box h4{
	font-size: 1.5em;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
}
.forget_box ul{
	width: 90%;
	margin:0 auto;
}
.forget_box li{
	padding:5px 0;
}
.forget_box .enter_verify{
	width: 100px;
}
.btns{
	text-align: center;
	margin-top: 20px;
}
.forget_box .btn{
	width: 100px;
	height: 40px;
	line-height: 38px;
	margin:0 5px;
}
#verify{
	display: inline-block;
	vertical-align: top;
	background-color: #aaa;
	width: 100px;
	height: 29px;
}
.check_atm {
    cursor: pointer;
    background-color: #e03737;
    text-align: center;
}
/* --------- END forget --------- */
/*---------- m_footer (for member & process)----------*/
	#m_footer {
		background: #31343d;
		min-height: 130px;
		z-index: 3;
	}
	#m_footer .container{
		padding-top:30px;
	}
/*---------- END m_footer ----------*/
/*---------- RWD ----------*/
	@media only screen and (max-width: 1250px){
		#nav_container{
			width: 90%;
			min-width:300px;
		}
		.container{
			width: 90%;
		}
	}
	@media only screen and (max-width: 980px){
		body{
			min-height: calc(100vh - 50px);
		}
		h4{
			font-size: 1.6em;
		}
		nav{
			height: 50px;
		}
		#nav_logo,
		#nav_logo_rwd{
			top:7px;
			-webkit-transform: scale(0.8);
			   -moz-transform: scale(0.8);
				-ms-transform: scale(0.8);
				 -o-transform: scale(0.8);
					transform: scale(0.8);
		}
		.btn_green {
			position: absolute;
			right: 60px;
			top: 9px;
		}
		#menu{
			display: none;
		}
		#rwdmenu{
			display: none;
			position: fixed;
			top: 50px;
			left: 0;
			width: 100vw;
			height: 100vh;
			background: rgba(255,255,255,.8);
			color:#646464;
			z-index: 100;
		}
		#rwdmenu.open{
			display: block;
			-webkit-animation: showmenu .5s forwards;
			-o-animation: showmenu .5s forwards;
			animation: showmenu .5s forwards;
		}
		@keyframes showmenu{
			from{
				opacity: 0;
				-webkit-transform: translateY(50px);
				   -moz-transform: translateY(50px);
					-ms-transform: translateY(50px);
					 -o-transform: translateY(50px);
						transform: translateY(50px);
			}
			to  {
				opacity: 1;
				-webkit-transform: translateY(0px);
				   -moz-transform: translateY(0px);
					-ms-transform: translateY(0px);
					 -o-transform: translateY(0px);
						transform: translateY(0px);
			}
		}
		#rwdmenu a{
			color:#646464;
			font-weight: bold;
		}
		#rwdmenu ul{
			width: 28vw;
			height: 60vh;
			font-size: 5vw;
			display: block;
			float: none;
			position: absolute;
			text-align: center;
			top: 0;right: 0;bottom: 0;left: 0;
			margin:auto;
		}
		#rwdmenu ul li{
			margin-bottom: 10px;
			position: relative;

		}
		#rwdmenu > ul > li:before,
		#rwdmenu > ul > li:after{
			content: "";
			display: block;
			width: 20%;
			height: 1px;
			background: #646464;
			position: absolute;
			top:4vw;
		}
		#rwdmenu > ul > li:before{
			left: -30%;
		}
		#rwdmenu > ul > li:after{
			right: -30%;
		}
		#hambergur{
			display: inline-block;
			width: 25px;
			height: 25px;
			position: absolute;
			right: 0;
			padding: 14px;
			z-index: 999;
		}
		#hambergur>span{
			display: block;
			width: 25px;
			height: 4px;
			margin-bottom: 5px;
			background: #646464;
			border-radius: 2.5px;
			transition:.5s;
		}
		#hambergur.close > span:nth-child(1){
			transform:rotateZ(45deg) translate(6px,6px);
		}
		#hambergur.close > span:nth-child(2){
			background: transparent;
		}
		#hambergur.close > span:nth-child(3){
			transform:rotateZ(-45deg) translate(6px,-6px);
		}
		#rwdmenu .submenu{
			height: auto;
			position: relative;
			display: none;
		}
		#rwdmenu .submenu li{
			margin-bottom: 0;
		}
		#rwdmenu .submenu a{
			font-size: 4.5vw;
		}
		footer .container{
			width: 90%;
		}
		.footer_items > ul >li {
			margin-right: 2%;
		}
		.footer_items > ul >li:after {
			right: -10%;
		}
		.footer_items > p{
			margin-right: 20px;
		}

		.page_title_zh:before{
			left: 25%;
		}
		.page_title_zh:after{
			right: 25%;
		}
	}
	@media only screen and (max-width: 768px){
		.footer_right{
			display: block;
			max-width: 340px;
			width: 100%;
			/*height: 220px;*/
			margin-top: 25px;
			position: relative;
			top: 0;
			right: 0;
		}
	}
	@media only screen and (max-width: 700px){
		.footer_company:before,
		.footer_company:after {
			width: 15%;
		}
		.page_title_zh:before{
			left: 15%;
		}
		.page_title_zh:after{
			right: 15%;
		}
        .forget_box h4 {
            font-size: 1.2em;
        }
	}
	@media only screen and (max-width: 480px){
		#nav_logo{
			display: none;
		}
		#nav_logo_rwd{
			display: inline-block;
		}
		.btn_green{
			right: 70px;
		}
		#hambergur{
			right: 0;
		}
		#rwdmenu li{
			font-size: 6vw;
		}
		#rwdmenu ul li:before,
		#rwdmenu ul li:after{
			top:5vw;
		}

		.footer_company:before,
		.footer_company:after {
			width: 5%;
		}
		.footer_left li{
			margin-bottom:5px;
		}
		.footer_left .txt_grey{
			display: block;
		}
		.icon_footer{
			padding:10px 10px;
		}
		.footer_items > ul >li:after {
			right: -7%;
		}

		.page{
			width: 230px;
		}
		.p_num{
			margin:0 10px;
		}
		.p_num li{
			padding:5px;
		}
        .forget_box {
            padding: 25px;
        }
	}
	@media only screen and (max-width: 350px){
		.footer_company{
				letter-spacing: 10px;
		}
		.footer_company:before,
		.footer_company:after {
			width: 0;
		}
	}
/*---------- END RWD ----------
