@import url("../css/normalize.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
/* HTML5 Boilerplate */
html{height:100%; }
html, button, input, select, textarea {color:#333;}
body{font-size:15px; color:#555; line-height:1.5;
	font-family:'Roboto', "Lucida Grande", "Lucida Sans Unicode", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "LiHei Pro", Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	font-weight:400;
	font-display:swap;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	height:auto!important;min-height:100%;height:100%;
	overflow-x:hidden;
}
@media screen and (max-width:812px){/* iX Landscape */
	html.menuOpened{
		overflow:hidden;
	}
}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

::-moz-selection {background:#f2cacc; color:#111;}
::selection {background:#f2cacc; color:#111;}

::-webkit-input-placeholder{color:#aaa;}
:-moz-placeholder{color:#aaa;}
.placeholder{color:#aaa;}

hr{display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}

/* 移除圖片底下間隙 */
img{vertical-align: middle;}

/* 移除fieldset預設樣式 */
fieldset{border:0; margin:0; padding:0;}

/* 只允許文字區域垂直調整大小 */
textarea{resize:vertical;}
a{color:#0499ef;}
a:hover, a:active, a:focus{color:#ed1c24;}
a{text-decoration:none;}
/* --- ! --- */


/* Clearfix: contain floats */
.clearfix:before,
.clearfix:after {
    content: ""; /* 1 */
    display: table; /* 2 */
}
.clearfix:after{clear: both;}
/* For IE 6/7 only */
.clearfix{*zoom: 1;}

/* --- GLOBAL --- */
.wrapper{
	min-width:1000px; width:1000px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
@media screen and (max-width:1024px){
	.wrapper{
		width:100%; min-width:100%;
	}
}

/*-------------------------------------------
HEADER
-------------------------------------------*/
#header-container{
	width:100%;
	height:90px;
	background-color:#111;
	position:absolute; top:0; left:0; z-index:100;
}
#header-container header{
	height:90px;
	position:relative; z-index:0;
}
#logo{
	margin:0;
	width:166px; height:64px;
	background:url(../images/fun-logo@2x.png) no-repeat;
	background-size:166px 64px;
	position:absolute; top:12px; left:10px; z-index:1;
	text-indent:-9999em;
}
@media screen and (max-width:812px){/* iX Landscape */
	#logo{
		left:15px;
	}
}

/*-------------------------------------------
Menu icon
-------------------------------------------*/
@media screen and (max-width:812px){/* iX Landscape */
	.toggleMenu{
		display:inline-block;
		width:54px;
		height:54px;
		line-height:50px;
		text-align:center;
		background-color:#ed1c24;
		border-radius:50%;
		position:fixed; right:15px; top:18px; z-index:700;
		box-shadow: 0 3px 8px rgba(0,0,0,.4);
		-webkit-transition:.5s ease; transition:.5s ease;
	}
	.toggleMenu.active{
		background-color:#fff;
	}
		#icon-menu{
			display:inline-block;
			width:30px;
			height:30px;
			margin-top:10px;
			position:relative;
			-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);
			-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;transition:.4s ease;
			cursor:pointer;
		}
			#icon-menu span{
				display:block;
				position:absolute; left:0;
				height:4px;
				width:100%;
				background-color:#fff;
				border-radius:30px;
				opacity:1;
				-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);
				-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;transition:.3s ease-in-out;
			}
			#icon-menu span:nth-child(1){top:12%;}
			#icon-menu span:nth-child(2){
				top:50%;
				margin-top:-6px;
				transform:scale(1);
				height:16px;
				background:url(../images/navigate_icon_heart-24px.svg) no-repeat 50% 50%;
				background-size:16px 16px;
			}
			#icon-menu span:nth-child(3){top:88%;}

		#icon-menu.active span{
			transition-delay:0s;-webkit-transition-delay:0s;
			background-color:#1c2b41;
		}
		#icon-menu.active span:nth-child(1){
			top:50%;
			-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
		}
		#icon-menu.active span:nth-child(2){
			transform:scale(0);
			opacity:0;
		}
		#icon-menu.active span:nth-child(3){
			top:50%;
			-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
		}
}
@media screen and (max-width:414px){/* i6+, i7+, i8+ */
	.toggleMenu{
		right:10px;
	}
}

/*-------------------------------------------
Smart Menu
-------------------------------------------*/
@media screen and (max-width:812px){/* iX Landscape */
	#menu-sp{
		display:block;
		position:fixed; top:0; left:0; bottom:0; 
		z-index:101;
		opacity:0;
		width:0vw; min-width:0vw;
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;
		background-color:rgba(0,0,0,.95);
		pointer-events:none;
		transform-origin:left top;
		transform:skewX(-10deg);
		transition:.5s ease;
	}
	#menu-sp.active{
		opacity:1;
		z-index:500;
		width:100vw;
		pointer-events:auto;
		-webkit-transform:skewX(0deg); transform:skewX(0deg);
	}
}

/*-------------------------------------------
Top Links
-------------------------------------------*/
#top-links{
	position:absolute; top:10px; right:10px;
	font-size:12px; color:#777;
	text-align:right;
}
	#top-links ul{margin:0; padding:0; list-style:none;}
		#top-links ul li{
			float:left;
		}
			#top-links ul li em{
				font-family:Arial;
				color:#777;
				padding:0 5px;
			}
			#top-links a{
				color:#fff;
			}
			#top-links a.cart{
				display:inline-block;
				background:url(../images/cart-24px.svg) no-repeat 0 50%;
				background-size:18px 18px;
				padding-left:22px;
			}
				#top-links a.cart span{
					display:none;
				}
			#top-links a.fb{
				display:inline-block;
				vertical-align:top;
				width:18px; height:18px;
				background:url(../images/flogo-HexRBG-Wht-72.svg) no-repeat 0 50%;
				background-size:18px 18px;
			}
				#top-links a.fb span{
					display:none;
				}
			#top-links a:hover{
				color:#f00;
			}
@media screen and (max-width:812px){/* iX Landscape */
	#top-links{
		position:static;
		font-size:125%; line-height:1;
		text-align:center;
		padding-top:35px;
	}
		#top-links ul li{
			float:none;
			padding:5px 0;
		}
			#top-links ul li em{
				display:none;
			}
			#top-links a{
				display:block;
				padding:8px 10px;
			}
			#top-links .home-logo{
				display:block;
				width:166px; height:64px;
				background:url(../images/fun-logo@2x.png) no-repeat 0% 50%;
				background-size:166px 64px;
				padding:0;
				margin:0 auto;
			}
				#top-links .home-logo span{
					display:none;
				}
			#top-links a.fb{
				width:24px; height:24px;
				background-size:24px 24px;
			}
}
@media screen and (max-width:568px){/* i5 Landscape */
	#top-links{
		padding-top:5px;
	}
		#top-links .home-logo{
			width:62px; height:64px;
			background-position:0% 50%;
			margin:2px 0 0 15px;
		}
}
@media screen and (max-width:360px){/* Xiaomi */

}
@media screen and (max-width:320px){/* i5 */
	#top-links{
		font-size:110%;
	}
		#top-links a{
			padding:5px 10px;
		}
}

/*-------------------------------------------
Menu
-------------------------------------------*/
header nav{
	position:absolute; bottom:10px; right:0; z-index:20;
}
#menu{
	list-style:none; 
	margin:0; padding:0;
	text-align:right;
}
	#menu > li{
		position:relative;
		display:inline-block;
		margin-left:30px;
	}
	#menu > li.nav-funBuy:before{
		display:inline-block;
		content:"New";
		background-color:#ed1c24;
		font-size:12px; line-height:18px;
		color:#fff;
		padding:0 3px;
		border-radius:3px;
		position:absolute; left:50%; top:-15px;
		transform:translateX(-50%);
	}
		#menu > li > .menulink{
			display:block;
			color:#fff; 
			font-size:16px; line-height:35px; font-weight:700;
			padding:0 5px;
		}
		#menu > li > .menulink[target*="_blank"]:after{
			content:"";
			display:inline-block;
			vertical-align:-2px;
			width:16px; height:16px;
			background:url(../images/icon-launch2-24px.svg?v=20190424) no-repeat 50% 50%;
			background-size:16px 16px;
			margin-left:5px;
			opacity:.5;
		}
		#menu > li > .menulink:hover{
			color:#f00;
		}
		#menu > li a:hover:active{
			text-decoration:none;
		}

			/* level2 */
			#menu .sub-menu{
				list-style:none;
				padding:0; margin:0;
				display:none;
				position:absolute; top:35px; left:0; z-index:251;
				min-width:100%; width:auto;
				background:#ed1c24;
				text-align:left;
				white-space:nowrap;
				opacity:0;
				border-radius:5px;
				overflow:hidden;
				box-shadow:0 3px 8px rgba(0,0,0,.4);
				-webkit-animation-duration:.3s;animation-duration:.3s
			}
			#menu > li:hover .sub-menu{
				display:block;
			}
				#menu .sub-menu li{
					line-height:18px;
				}
					#menu .sub-menu li a{
						display:block;
						padding:8px 10px;
						color:#fff;
						font-size:15px;
						border-bottom:1px solid #b50a11;
					}
					#menu .sub-menu li a[target*="_blank"]:after{
						content:"";
						display:inline-block;
						vertical-align:top;
						width:16px; height:16px;
						background:url(../images/icon-launch-24px.svg) no-repeat 50% 50%;
						background-size:16px 16px;
						margin-left:8px;
					}
					#menu .sub-menu li a:hover{
						background-color:#b50a11;
						color:#fff;
					}
@media screen and (max-width:812px){/* iX Landscape */
	header nav{
		position:static;
		padding:10px 20px 30px;
	}
	#menu{
		border-top:1px solid rgba(100%,100%,100%,.1);
		text-align:center;
		font-size:125%;
		padding-top:10px;
	}
		#menu > li{
			display:block;
			margin-left:0;
			padding:5px 0;
		}
			#menu > li > a.menulink{
				display:block;
				font-size:100%; line-height:1; font-weight:400;
				padding:8px 10px;
			}
			#menu > li > .menulink:hover{
				color:#fff;
			}
				#menu > li.nav-funBuy:before{
					top:0;
					margin-left:3.5em;
				}
			#menu .sub-menu{
				position:static;
			}
			#menu > li:hover .sub-menu{
				display:none !important;
			}
			#menu > li:hover .sub-menu.active,
			#menu .sub-menu.active{
				display:block !important;
			}
				#menu .sub-menu li a{
					padding:12px 10px;
					text-align:center;
				}
}
@media screen and (max-width:360px){/* Xiaomi */

}
@media screen and (max-width:320px){/* i5 */
	#menu{
		font-size:110%;
	}
		#menu > li > a.menulink{
			padding:5px 10px;
		}
}

/*-------------------------------------------
CONTAINER
-------------------------------------------*/
#content-container{
	position:relative; z-index:0;
	height:auto!important;min-height:500px;height:500px;
	padding-top:90px;
}
	#content-container article{
		position:relative;
		padding:50px 20px;
		height:auto!important;min-height:350px;height:350px;
		transition:.3s; -webkit-transition:.3s;
	}
	#content-container .bgcolor{
		background-color:#FFFBF2;	
	}
.page-title{
	margin:0;
	text-align:center;
	padding:30px 0;
}
	.page-title h1{
		position:relative;
		font-size:350%; line-height:1; font-weight:400;
		color:#ed1c24;
	}
		.page-title h1:before{
			content:"";
			width:1em;
			border-bottom:3px solid #ed1c24;
			position:absolute; bottom:-15px; left:50%;
			margin-left:-.5em;
		}
.part-title{
	text-align:center;
}
	.part-title h2{
		position:relative;
		display:inline-block;
		margin:0;
		padding-bottom:20px;
		font-size:250%; line-height:1.2;
		color:#111;
	}
		.part-title h2:before{
			content:"";
			display:inline-block;
			position:absolute; right:-5px; top:-15px;
			width:18px; height:18px;
			background:url(../images/icon-heart-24px.svg?v=20190501) no-repeat;
			background-size:18px 18px;
			transform:rotate(-15deg);
		}
@media screen and (max-width:812px){/* iX Landscape */
	.page-title h1{
		font-size:300%;
	}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */
	#content-container article{
		padding-top:30px;
	}
		.page-title{
			text-align:left;
		}
			.page-title h1{
				font-size:250%;
			}
			.page-title:first-of-type h1{
				margin-left:15px;
			}
			.page-title h1:before{
				left:0;
				margin-left:0;
			}
}

/*-------------------------------------------
Breadcrumbs
-------------------------------------------*/
#breadcrumbs{
	text-align:right;
	color:#999; font-size:12px; line-height:14px;
	position:absolute; top:43px; right:0px;
}
	#breadcrumbs a{color:#999;}

/*-------------------------------------------
search block
-------------------------------------------*/
#search-block{
	padding:0 0 55px 0; text-align:center;
	position:relative;
	z-index:99;
}
#search-block ul{
	margin:40px 0 0; padding:0; list-style:none;
	display:inline-block;
}
#search-block ul li{
	display:inline-block;
	margin:0 15px 0;
}
#search-block ul li.search{
	margin:0;
	text-align:left;
}
#search-block .btn-search{
	margin:0 !important; padding:0 !important;
	width:64px; height:64px;
	background:url(../images/icon-search-24px.svg?v=20190424) 50% 50% no-repeat #df151d;
	background-size:50px 50px;
	border-radius:50%;
	text-indent:-99999em;
	position:absolute; left:50%; margin-left:-32px !important; top:100px;
	box-shadow:none;
}

#search-block .btn-search2{
	margin:0 !important; padding:0 !important;
	width:64px; height:64px;
	background:url(../images/btn-search2.png) 50% 50% no-repeat #df151d;
	background-size:64px 64px;
	border-radius:50%;
	text-indent:-99999em;
	position:absolute; left:50%; margin-left:-32px !important; top:100px;
	box-shadow:none;
}
/*-------------------------------------------
message
-------------------------------------------*/
.message{
	padding:20px;
	background-color:#fff;
    border:2px solid #dac1a8;
    text-align:center;
}
.message.alert{
	color:FireBrick;
}
/*-------------------------------------------
Page
-------------------------------------------*/
#page{
	padding:15px;
	margin-top:10px;
	font-size:75%;
}
	#page a, #page .current{
		display:inline-block;
		vertical-align:top;
		margin-bottom:5px;
		padding:5px 10px;
		line-height:18x; color:#333;
		border-radius:3px;
	}
	#page a{
		vertical-align:1px;
	}
	#page a:hover{
		background:#df151d;
		color:#fff;
		vertical-align:0;
	}
	#page .total{
		color:#666;
	}
	#page .current{
		background:#9b9b9b;
		color:#fff;
	}

/*-------------------------------------------
Social Share
-------------------------------------------*/
#social-share{
	clear:both;
	padding:10px 5px;
	height:55px;
	clear:both;
	border-top:1px solid #ddd; border-bottom:1px solid #ddd;
}
#social-share strong{
	display:inline-block;
	float:left;
	width:50px;
	line-height:32px;
}
#social-share a{
	display:inline-block;
	width:32px; height:32px;
	margin-left:7px;
	background-image:url(../images/icons-social@2x.png);
	background-repeat:no-repeat;
	background-size:32px 192px;
	text-indent:-9999em;
	overflow:hidden;
	border-radius:3px;
}
#social-share .fb     {background-position:0 0;}
#social-share .gl     {background-position:0 -32px; display:none;}
#social-share .twitter{background-position:0 -64px;}
#social-share .plurk  {background-position:0 -96px; display:none;}
#social-share .lineIcon  {background-position:0 -128px;}

/*-------------------------------------------
Footer
-------------------------------------------*/
footer{
	height:auto!important;min-height:83px;height:83px;
	color:#999; font-size:13px;
	position:relative; z-index:0;
	padding:35px 20px 25px;
	border-top:1px solid #e1e1e1;
	background-color:#f7f7f7;
}
	#footer-menu, #footer-menu ul{
		margin:0; padding:0; list-style:none;
		display:-webkit-box; display:-ms-flexbox;
		display:flex; display:-webkit-flex;
		flex-wrap:wrap; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap;
	}
		#footer-menu > li{
			flex:1;
		}
		#footer-menu > li:nth-child(4){
			flex:2;
		}
			#footer-menu li .menulink{
				position:relative;
				color:#111; font-size:15px;
			}
				#footer-menu li .menulink:before{
					content:"";
					width:1em;
					border-top:2px solid #ed1c24;
					position:absolute; left:0; bottom:-5px;
				}
			#footer-menu ul{
				margin-top:10px;
			}
				#footer-menu > li:nth-child(4) ul li{
					flex:0 0 50%;
				}
				#footer-menu ul li{
					flex:0 0 100%;
				}
				#footer-menu .notice-nav li{
					
				}
					#footer-menu ul li a{
						color:#777; font-size:13px;
					}
					#footer-menu a:hover{
						color:#e62129;
					}
	footer .qr{
		background:url(../images/fun-qr@2x.png) 50% 50% no-repeat;
		background-size:118px 118px;
		height:130px;
		margin:40px 0 20px;
	}
	footer .footer-logo{
		background:url(../images/footer-logo@2x.png?2019) 50% 0% no-repeat;
		background-size:166px 64px;
		height:64px;
		position:relative;
	}
		/*
		footer .footer-logo .btn-fb{
			display:inline-block;
			background:url(../images/footer-btn-fb.png?201505262328) no-repeat;
			width:32px; height:32px;
			text-indent:-99999em;
			position:absolute; left:50%; margin-left:110px; top:14px;
		}
		footer .footer-logo .btn-fb:hover{
			background-position:0 bottom;
		}
		*/
		footer .twcasealWrap{
			position:absolute; margin-top:-5px;
		}
	footer .copyright{
		font-size:12px; 
		color:#999;
		text-align:center;
		padding:12px 0;
	}
	footer .designedByNfi, 
	footer .designedByNfi a{
		color:#999;
	}
@media screen and (max-width:812px){/* iX Landscape */
	#footer-menu{
		display:none;
	}
	footer .qr{
		margin-top:0;
	}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */
	footer .footer-logo{
		text-align:center;
		height:auto;
	}
		footer .twcasealWrap{
			display:inline-block;
			position:static;
			margin-top:80px;
		}
}

/*-------------------------------------------
ScrollUp
-------------------------------------------*/
.scrollup{
	width:32px; height:32px;
	background:url(../images/btn-top.png?201505262328) no-repeat;
	background-size:32px 32px;
	border-radius:50%;
	overflow:hidden;
	text-indent:-9999px;
	position:fixed; bottom:105px; right:15px; z-index:104;
	display:none !important;
}

/*-------------------------------------------
Form
-------------------------------------------*/
/* --- Input, Select, Textarea --- */
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=address], textarea, select{
	-webkit-appearance:none; appearance:none;
	vertical-align:middle;
	font-size:16px; line-height:18px;
	padding:8px;
	margin:0;
	background-color:#fff;
	border:1px solid #bbb;
	border-radius:5px;
	box-shadow:inset 0 1px 2px rgba(0%,0%,0%,.1), 0 1px 1px rgba(100%,100%,100%,.4);
	-moz-box-shadow:inset 0 1px 2px rgba(0%,0%,0%,.1), 0 1px 1px  rgba(100%,100%,100%,.4);
	-webkit-box-shadow:inset 0 1px 2px rgba(0%,0%,0%,.1), 0 1px 1px  rgba(100%,100%,100%,.4);
}
select{
	padding:9px 24px 9px 8px;
	background-image:url(../images/icon-drop-down-24px.svg?v=20190521);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:24px 24px;
}
	select option{
		padding:8px;
		background:#fff;
	}
input.datepicker{
	width:150px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=date]:focus, input[type=address]:focus, textarea:focus, select:focus{
	outline:0;
	background-color:#fffeee;
	border:1px solid #67cfff;
	box-shadow:0 0 3px rgba(123,211,255,0.8), inset 0 1px 2px #ddd;
	webkit-appearance:none;
}
input[type=checkbox], input[type=radio]{
	vertical-align:-2px;
}
textarea{
	width:100%;
}
/* Radio & Checkbox */
input[type=radio], input[type=checkbox]{
	margin:0; padding:0;
	display:none;
}
input[type=radio] + label:before, 
input[type=checkbox] + label:before{
	display:inline-block;
	content:"  ";
	height:24px;
	line-height:24px;
	padding-left:28px;
	vertical-align:-7px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
input[type=radio] + label:before{
	background-image:url(../images/icon-radio-24px.svg);
}
input[type=checkbox] + label:before{
	background-image:url(../images/icon-checkbox-24px.svg);
}
/* checked */
input[type=radio]:checked + label:before{
	background-image:url(../images/icon-radio-checked-24px.svg);
}
input[type=checkbox]:checked + label:before{
	background-image:url(../images/icon-checkbox-checked-24px.svg);
}
/* disabled */
input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label:before{
	opacity:.4;
}
/* --- ! --- */

/* --- Buttons --- */
input[type=submit], input[type=button], input[type=reset], a.btn{
	-webkit-appearance:none;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:18px; font-weight:400;
	font-family:inherit;
	cursor:pointer;
	margin:0 3px;
	padding:10px 12px;
	background-color:#ed1c24;
	border:none;
	border-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, a.btn:hover,
input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, a.btn:focus{
	background-color:#a1060c !important;
	color:#fff !important;
	text-decoration:none;
}
.btn-secondary{
	background:#999 !important;
}
.btn-secondary:hover,
.btn-secondary:focus{
	background:#666 !important;
}
input.disabled[type='text'],
select.disabled[type='text'],
input.disabled[type='submit']{
	color:#aaa; opacity:.4;
}

.buttons{
	clear:both;
	text-align:center;
	padding:15px 0;
	font-family:inherit;
}
	.buttons input,
	.buttons .btn{
		font-size:16px; line-height:1; font-weight:700;
		padding:12px 20px;
		min-width:120px;
		margin-bottom:8px;
	}
/* --- ! --- */

/* JQuery UI fo Fun */
#ui-datepicker-div{
	width:100%;
	font-family:inherit;
	border-radius:5px;
	box-shadow:0 0 10px rgba(0,0,0,.4);
}

/* --- Global --- */
.explanation{font-size:13px; color:Chocolate;}
div.explanation{margin-top:5px;}
.required{font-size:13px; color:#f00; margin-right:3px;}
.important{color:#f00;}
.floatL{float:left;}
.floatR{float:right;}
.datepicker{
	background-image:url(../images/icon-date-range-24px.svg);
	background-position:right 6px center;
	background-repeat:no-repeat;
	background-color:#fff;
	background-size:18px 18px;
}
.popupBlock{
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
}
.overlay{
	background:#333;
	position:fixed;
	z-index:9998;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.7;
	-moz-opacity:.7;
	-webkit-opacity:.7;
	filter:alpha(opacity=70);
}
.popupContent{
	margin:0; padding:36px;
	width:640px;
	height:auto!important;min-height:200px;height:200px;
	position:absolute;
	top:40%;
	margin-top:-120px;
	left:50%;
	margin-left:-320px;
	z-index:9999;
	border:1px solid #be8b52;
	border-radius:3px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 25px rgba(0,0,0,.4);
	-moz-box-shadow:0 0 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0 0 25px rgba(0,0,0,.4);
}
.popupContent .btn-close {
	display:block;
	width:32px;
	height:32px;
	background:url(../images/btn-close.png) center 50% no-repeat #be8b52;
	background-size:32px 32px;
	position:absolute; z-index:2;
	top:0px;
	right:0px;
	text-indent:-99999em;
}



/* Line */
.btn-line{
	display:block;*display:block;zoom:1;
	width:0px; height:auto;
	padding:8px 8px 30px 8px;
	background:url(../images/line_btn.png) 50% 8px no-repeat #fff;
	padding:50px 25px 10px 10px;
	text-align:center;
	color:#093;
	position:fixed; top:50%; right:0; margin-top:10px;
	border:2px solid #0C0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index:999;
}

.btn-line:hover{ color:#093;}

.line{
	width:350px;
	background-color:#fff;
	position:fixed; right:50%; margin-right:-175px; top:350px; margin-top:-110px;
	color:#0C0;
	padding:20px 30px;
	box-sizing:border-box;
	display:none;
	font-size:28px;
	text-align:center;
	z-index:99;
	border:3px solid red;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:0 0 10px #ccc;
	z-index:999;
	display:none !important;
}
	.btn-line-close{
		display:block;
		width:30px; height:30px;
		background:url(../images/news-btn-close.png) no-repeat;
		background-size:30px 30px;
		text-indent:-99999em;
		position:absolute; top:0; right:0px;
}

.bilk{
	width:900px;
	background-color:rgba(0,0,0,0.9);
	position:fixed; right:50%; margin-right:-450px; top:350px; margin-top:-160px; z-index:99;
	color:#fff;
	padding:15px 20px;
	z-index:999;
}
	.bilk h3{
		margin:0;
		color:#f00;
		line-height:1.2;
	}
	.btn-bilk-close{
		display:block;
		width:30px; height:30px;
		background:url(../images/news-btn-close.png) no-repeat;
		background-size:30px 30px;
		text-indent:-99999em;
		position:absolute; top:0; right:0px;
		
	}
@media screen and (max-width:812px){/* iX Landscape */
	.bilk{
		width:auto;
		left:25px; right:25px; top:140px;
		margin-right:0; margin-top:0;
	}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */

}