@charset "UTF-8";
@import url('base.css');
/*****************************************************
Basic
*******************************************************/
::selection {
	background-image:url(../images/bg.jpg);
	background: #0084e3;
	color: #f2f6f8;
}
::-moz-selection {
	background-image:url(../images/bg.jpg);
 background:#0084e3;
 color:#f2f6f8;
}
/*bg;font*/
body {
	overflow-x: hidden;
	border:0px;

}
a {
	color: #ffffff;
	display: block;
	float: left;
	opacity: 1;
	cursor: pointer;
}
a:hover {
}
.transition {
	transition: all 0.3s ease-out;
}
.overflownf {
	overflow: hidden;
}
.clear {
	float: none;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.w {
	display: block;
}
.m {
	display: none!important;
}
section {
	overflow: hidden;
}
/*****************************************************
Font
*******************************************************/
/*fontsize 14px*/
.info p, .info a.join {
	font-size: 1.17em;
}
.b {
	font-weight: bold;
}
/*****************************************************
Content
*******************************************************/
#container {
	display: none;
}
.full {
	position: relative;
	min-height: 700px;
}
#banner .content, .joinarea .lightbox .content {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
/* banner
================================================== */
#banner {
	color: #f2f6f8;
	background: #0254d2; /* Old browsers */
	background: linear-gradient(to bottom, #0254d2 0%, #0084e3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0254d2', endColorstr='#0084e3', GradientType=0 ); /* IE6-9 */
}
#banner .content {
	height: 570px;
}
.phone, .info {
	width: 46%;
	float: left;
	opacity: 0;
	transition: all 0.7s ease-out;
}
.phone {
	height: 100%;
	padding: 0 4% 0 0;
	transform: translate3d(0, -100px, 0);
}
.phone img {
	float: right;
}
.info {
	padding: 2% 0 0 4%;
	transform: translate3d(0, 100px, 0);
}
.info.act, .phone.act {
	transform: translate3d(0, 0, 0);
	transition-delay: 0.3s;
	opacity: 1;
}
.info h1 {
	font-size: 4.6em;
	color: #ffffff;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.1);
	margin-bottom: 0.5em;
}
.info h1 img {
	width: 1.45em;
	margin: 0 0.3em -0.14em 0;
}
.info h2 {
	color: #00eaff;
}
.info p {
	line-height: 1.57em;
}
.info p span {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 1.6em 0 4em;
}
.info a.join {
	letter-spacing: 0.12em;
	padding: 0 2.3em 0 1.5em;
	margin-bottom: 1.33em;
	background-repeat: no-repeat;
	background-image: url(../images/banner/arrow.png);
	background-position: left top;
	transition: color 0.3s ease-out;
}
.info a.join:hover {
	color: #00eaff;
	background-position: left bottom;
}
#banner ul.download, #banner .share {
	float: left;
}
ul.download li {
	display: inline;
}
ul.download li a {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	behavior: url(PIE_2.0/PIE.htc);
}
#banner ul.download li a {
	width: 142px;
	height: 42px;
	margin-right: 0.8em;
	background-color: #0A3B77;
	background-image: url(../images/banner/download.png);
	opacity: 0.8;
}
#banner ul.download li a:hover {
	opacity: 1;
	box-shadow: 0 0 2px #0853a1;
}
ul.download li a.appstore {
	background-position: center top;
}
ul.download li a.googleplay {
	background-position: center bottom;
}
.share, .down {
	font-size: 1px;
	text-indent: -9999px;
}
#banner .share .fb {
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url(../images/banner/share.png);
	background-position: center top;
	margin: 1.6em 0 0 0.5em;
}
#banner .share .fb:hover {
	box-shadow: 0 0 2px #0255d2;
}
#banner .ad-banner {
	display: block;
	position: absolute;
	bottom: -80px;
	width: 295px;
	height: 50px;
	margin-bottom: 15px;
	text-align: center;
	color: #e0e6e9;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-image:url(../images/bg.jpg);
	-moz-box-shadow: 0 3px 0 #005554, inset 0 1px 0 #009b9a;
	-webkit-box-shadow: 0 3px 0 #005554, inset 0 1px 0 #009b9a;
	box-shadow: 0 3px 0 #005554, inset 0 1px 0 #009b9a;
}
#banner .ad-banner img {
	vertical-align: middle;
}
#banner .ad-banner span {
	color: #fee900;
}
.down {
	position: absolute;
	left: 50%;
	bottom: 4%;
	width: 31px;
	height: 31px;
	background: #0774d3 url(../images/banner/down.png) no-repeat center 12px;
	border-radius: 30px;
	margin: 0 0 30px -15px;
	behavior: url(PIE_2.0/PIE.htc);
}
/* middle
================================================== */
.joinarea {
	color: #1f1f1f;
	background: #e0e6e9;
	position: relative;
}

.joinarea .content {
	width: 900px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}
.joinarea h3, .joinarea h3 img {
	opacity: 0;
	transition: all 1s ease-out;
}
.joinarea h3 {
	margin-bottom: 0.7em;
}
.joinarea h4.bgb {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
	background-color: #0672ba;
}
.joinarea h3 img, .joinarea h3 span {
	display: block;
}
.joinarea h3 span {
	color: #52575c;
	font-size: 0.63em;
	line-height: 1.57em;
	letter-spacing: 0.04em;
}
.joinarea h3 img {
	float: left;
	width: 3.85em;
	height: 3.85em;
	margin: 0.2em 1.3em 0 0;
	background: url(../images/joinarea/signicon.png) no-repeat center;
	background-size: contain;
	transform: rotateZ(-90deg);
}
.joinarea h3.act, .joinarea h3 img.act {
	opacity: 1;
}
.joinarea h3 img.act {
	transform: rotateZ(0deg);
}
.joinarea ul {
	padding: 3em 0 2.5em 0;
}
.joinarea li {
	font-weight: bold;
	position: relative;
	/*float: left;*/
}
.joinarea input, .joinarea ul li label {
	font-size: 1.25em;
	line-height: 1.75em;
}
.joinarea li input[type="text"] {
	font-family: "Verdana", Arial, "�׶� Pro", "LiHei Pro", "�L�n������", "Microsoft JhengHei", sans-serif;
	width: 14.1em;
	padding: 0.8em 3em 0.8em 5.5em;
	margin-right: 0.7em;
}
#signin li input[type="text"]:focus, #exchange li input[type="text"]:focus {
	border: none;
	background-color: #f3f6f8;
}
.joinarea li label {
	font-family: "calibri", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #52575c;
	letter-spacing: 0.02em;
	position: absolute;
	left: 1.43em;
	top: 0.9em;
}
.joinarea li input.phonenum {
	background: #d4dbdf url(../images/joinarea/phone.png) no-repeat 96% 17px;
}
.joinarea li input.email {
	background: #d4dbdf url(../images/joinarea/mail.png) no-repeat 97% 17px;
}
.joinarea li input.num {
	background: #d4dbdf;
	width: 12em;
	padding: 0.8em 1em 0.8em 9.6em;
}
.joinarea .phonenote, .joinarea .emailnote, .joinarea .numnote {
	font-size: 1em;
	width: 100%;
	float: left;
	color: #A84331;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.joinarea .phonenote.show, .joinarea .emailnote.show, .joinarea .numnote.show {
	margin: 1em 0 0;
	height: 1.3em;
}

/* sbanner
================================================== */
#sbanner {
	height: 43em;
	background-color:#48aef8;
	/*background-image:url(../images/bg.jpg);*/
}
#sbanner .content {
}
#sbanner h2 {
	display: block;
	font-family: "微軟正黑體", "Microsoft JhengHei", arial;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.15);
	margin: 0.4em 0;
	width: 50%;
	float: left;
	text-align: center;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.6s ease-out;
	padding:0;
}
#sbanner h2.act {
	opacity: 1;
	transform: scale(1);
}
#sbanner h2 p {
	color: #FFF;
	line-height: 72px;
	letter-spacing: 1px;
}
#sbanner h2 p img {
	position: relative;
	display: inline-block;
	max-width: 420px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;

	top: -3px;
}
#sbanner h2 span {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 1px;
	margin-left: 10px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
	display: block;
}
#sbanner h2 small {
	display: block;
	font-size: 18px;
	line-height: 30px;s
	line-height: 0;
	text-shadow: none;
	vertical-align: top;
	color: #d9e4e4;
}
#sbanner h2 b {
	font-family: arial;
}
#sbanner h2 input[type="button"] {
	font-size: 15px;
	color: #007d7d;
	font-weight: bold;
	line-height: 15px;
	background: #d9e4e4;
	margin: 35px auto 0px auto !important;
}
#sbanner h2 input[type="button"]:hover {
	background: #fff;
}
#sbanner figure {
	position: relative;
	width: 50%;
	height: 342px;
	float: right;
}
#sbanner figure img {
	opacity: 0;
	position: absolute;
	margin: auto;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
}
#sbanner figure img.act {
	opacity: 1;
}
/* rule
================================================== */
#rule {
	background: #cecece;
}
#rule .content {
}
#rule h2 {
	display: block;
	font-family: "微軟正黑體", "Microsoft JhengHei", arial;
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.15);
	margin: 1.4em 0;
	width: 60%;
	float: left;
	text-align: center;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.6s ease-out;

}
#rule h2.act {
	opacity: 1;
	transform: scale(1);
}
#rule h2 p {
	color: #fee900;
	line-height: 72px;
	letter-spacing: 1px;
}
#rule h2 p img {
	position: relative;
	display: inline-block;
	max-width: 54px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
	top: -3px;
}
#rule h2 span {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 5px;
	margin-left: 10px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
	display: block;
}
#rule h2 small {
	display: block;
	font-size: 15px;
	line-height: 30px;s
	line-height: 0;
	text-shadow: none;
	vertical-align: top;
	color: #d9e4e4;
}
#rule h2 b {
	font-family: arial;
}
#rule h2 input[type="button"] {
	font-size: 15px;
	color: #007d7d;
	font-weight: bold;
	line-height: 15px;
	background: #d9e4e4;
	margin: 35px auto 0px auto !important;
}
#rule h2 input[type="button"]:hover {
	background: #fff;
}
#rule figure {
	position: relative;
	width: 316px;
	height: 302px;
	float: right;
}
#rule figure img {
	width: 0%;
	opacity: 0;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#rule figure img.act {
	opacity: 1;
}

/*****************************************************
Footer
*******************************************************/
footer {
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	width: 90%;
	padding: 2.15em 0;
	margin: 0 auto;
	clear: both;
	position: relative;
}
footer li, footer a {
	font-weight: bold;
	line-height: 1.83em;
	display: inline!important;
	float: none;
}
footer li {
	color: #565b60;
}
footer a, footer span {
	color: #757C83;
}
footer a:hover {
	color: #f2f6f8 !important;
}
footer a:visited {
	color: #757C83;
}
footer span {
	font-size: 0.92em;
}
@media only screen and (min-width: 769px) {
footer img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
footer img.pi_icon {
	height: 2.75em;
	left: 0;
}
footer img.PChome_logo {
	height: 1.5em;
	right: 0;
}
footer span {
	font-size: 0.9em;
}
}
/*****************************************************
RWD
*******************************************************/
@media only screen and (max-width: 768px) {
.w {
	display: none!important;
}
.m {
	display: block!important;
}
/*****************************************************
Content
*******************************************************/
.full {
	height: auto!important;
	min-height: inherit;
}
.info, .joinarea .content, #signin .lightbox .content, #exchange .lightbox .content {
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
}
#banner .content, .joinarea .content, #sbanner {
	height: auto!important;
	position: relative;
}
#signin .lightbox .content {
	position: absolute;
}
/*****************************************************
Banner
*******************************************************/
.phone, .info {
	float: none;
}
.info {
	text-align: center;
	height: 70%;
	padding-top: 15%;
	padding-bottom: 15%;
	transform: translate3d(0, 0, 100px);
	transition: all 0.3s ease-out;
	transition-delay: 0s;
}
.info h1 {
	margin-bottom: 0.65em;
}
.info h2 {
	margin-bottom: 1.8em;
}
.info p {
	line-height: 1.7em;
	margin-bottom: 1.6em;
}
.info p.mb5 {
	margin-bottom: 5em;
}
.info a.join {
	font-weight: normal;
	line-height: 3.18em;
	padding: 0;
	margin: 0 auto 0.8em;
	float: none;
	background: #0853a1;
}
/*download*/
#banner ul.download {
	width: 33.72em;
	height: 5em;
	float: none;
	margin: 2.5em auto 0;
}
#banner ul.download li a {
	margin: 0;
	background-color: transparent;
	opacity: 1;
}
#banner ul.download li a:hover {
	box-shadow: none;
}
#banner .ad-banner {
	position: relative;
	bottom: inherit;
	width: 62%;
	margin: 0 auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: inherit;
	font-size: 1.57em;
	line-height: 3.18em;
	height: auto;
}
/* joinarea
================================================== */
.joinarea .content {
	padding-top: 15%;
	padding-bottom: 15%;
}
.joinarea h3 span {
	line-height: 1.43em;
}
.joinarea h3 img {
	margin: 0.4em 0.9em 0.9em 0;
}
.joinarea ul {
	padding: 2.5em 0 0 0;
}
.joinarea li {
	float: none;
}
.joinarea input, .joinarea ul li label {
	font-size: 1.43em;
	line-height: 1.9em;
}
.joinarea li input[type="text"] {
	width: 100%;
	height: 3.5em;
	padding-left: 25%;
	padding-right: 15%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.joinarea .phonenote, .joinarea .emailnote, .joinarea .numnote, .joinarea .phonenote.show, .joinarea .emailnote.show, .joinarea .numnote.show {
	margin: 0.5em 0 1.5em;
}
input[type="button"], input[type="button"]:focus, #exchange input[type="button"], #exchange input[type="button"]:focus, #exchange input[type="button"]:disabled, #exchange input[type="button"]:disabled:hover {
	padding: 0.8em 0;
}
input[type="button"], input[type="button"]:focus {
	margin: 2.4em auto 0!important;
}
#exchange input[type="button"], #exchange input[type="button"]:focus, #exchange input[type="button"]:disabled, #exchange input[type="button"]:disabled:hover {
	margin: 2.4em auto 3.5em!important;
}
/*lightbox*/
#signin .lightbox .content, #exchange .lightbox .content {
	padding-top: 21.2em;
	background-color: transparent;
	background-position: center 17em;
}
.lightbox .mask {
	background: #e0e6e9;
	opacity: 0.95;
}
.lightbox .content .close, .lightbox .content .close:hover {
	background-image: url(../images/joinarea/close_m.png);
	background-size: contain;
	transition: none;
	transform: none;
}
/*share*/
.share {
	background-repeat: no-repeat;
}
#exchange .share, .lightbox .share {
	width: 13.8em;
	height: 4.3em;
	margin: 4.5em auto 0;
	background-image: url(../images/share_m2.png);
	background-position: 48% center;
}
#exchange .share .fb, #exchange .share .line, .lightbox .share .fb, .lightbox .share .line {
	width: 4.3em;
	height: 4.3em;
	border-radius: 0;
	margin: 0 1.3em;
	transition: none;
	float: left;
	background-position: center;
	background-size: contain;
}
#exchange .share .fb, #exchange .share .fb:hover, .lightbox .share .fb, .lightbox .share .fb:hover {
	background-image: url(../images/share_fb_m.png);
}
#exchange .share .line, #exchange .share .line:hover, .lightbox .share .line, .lightbox .share .line:hover {
	background-image: url(../images/share_line_m.png);
}
.down {
	display: none;
}
/* signin
================================================== */

#signin p.agree {
	color: #52575c;
	background: none;
	padding: 1em 0 2.4em 0;
	line-height: 1.4em;
}
#signin p.agree img {
	float: left;
	margin-right: 0.9em;
}
/* sbanner
================================================== */
#sbanner h2 {
	line-height: 1.43em;
	text-align: center;
	margin: 0 0 0.7em 0;
	width: 100%;
	float: none;
}
#sbanner figure {
	margin: 0 auto;
	width:65%;
	float: none;
}
#sbanner .content {
	padding: 10% 0 0;
}
#sbanner h2 input[type="button"] {
	margin: 35px auto 0px auto !important;
}
/* note
================================================== */
#note {
	padding: 18% 7%;
}
#note h6 {
	letter-spacing: 0.04em;
}
#note h6 span.heighlight .line.act {
	width: 5.05em;
}
#note ul.download li a.appstore, #note ul.download li a.googleplay {
	margin: 0 auto;
}
/* footer
================================================== */
footer {
	line-height: 1.8em;
	width: 80%;
	padding: 13% 10%;
}
footer .flogo {
	margin-bottom: 2.5em;
}
footer img.pi_icon {
	height: 3.55em;
	margin-right: 2.5em;
}
footer img.PChome_logo {
	height: 2.29em;
	margin-bottom: 0.45em;
}
footer li, footer a {
	font-weight: normal;
}
footer span {
	font-size: 0.75em;
}
footer ul.m {
	font-size: 0.93em;
	margin-top: 1.6em;
}
}
 @media only screen and (min-width: 640px) and (max-width: 768px) {
body, .joinarea h3 span {
	font-size: 14px;
}
/* info
================================================== */
.info h1 {
	font-size: 5.14em;
}
.info h2 {
	font-size: 2.57em;
}
.info p {
	font-size: 1.43em;
}
.info a.join {
	font-size: 1.57em;
	width: 62%;
}
#banner ul.download li a {
	width: 16.857em;
	height: 100%;
}
/* joinarea
================================================== */
.joinarea h3 {
	font-size: 1.857em;
}
.joinarea h3 .clear {
	display: none!important;
}
.joinarea li input.phonenum, .joinarea li input.email {
	background-position: 95% -19px;
}
input[type="button"], input[type="button"]:focus, #exchange input[type="button"], #exchange input[type="button"]:focus, #exchange input[type="button"]:disabled, #exchange input[type="button"]:disabled:hover {
	width: 43%;
}
.joinarea li input.num {
	padding-left: 37%;
	padding-right: 5%;
}
#exchange .share, .lightbox .share {
	font-size: 14px;
	background-image: url(../images/share_m.png);
}
/*lightbox*/
.lightbox .content h6 {
	font-size: 2.3em;
}
.lightbox .content p {
	font-size: 1.7em;
}
.lightbox .content .close, .lightbox .content .close:hover {
	width: 3.5em;
	height: 3.5em;
}
/* sbanner
================================================== */
#sbanner h2 {
	font-size: 3.286em;
}
#sbanner figure img {
	padding-top:10px;
	padding-bottom: 200px;
}
/* note
================================================== */
#note h6 {
	font-size: 2.29em;
}
#note ul.download {
	width: 495px;
}
#note ul.download li a.appstore {
	margin-right: 25px;
}
/* footer
================================================== */
footer {
	font-size: 17.5px;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
body {
	font-size: 13px;
	letter-spacing: 0;
}
/* info
================================================== */
.info {
	padding-top: 20%;
}
.info h2 {
	font-size: 2.2em;
}
.info a.join {
	font-size: 1.3em;
	width: 62%;
}
#banner ul.download {
	width: 30.35em;
	height: 4.5em;
}
#banner ul.download li a {
	width: 50%;
	height: 100%;
}
/* joinarea
================================================== */
.joinarea h3 .clear {
	display: none!important;
}
.joinarea h3 span {
	font-size: 13px;
}
.joinarea li input.phonenum, .joinarea li input.email {
	background-position: 95% -22px;
}
input[type="button"], input[type="button"]:focus, #exchange input[type="button"], #exchange input[type="button"]:focus, #exchange input[type="button"]:disabled, #exchange input[type="button"]:disabled:hover {
	width: 60%;
}
.joinarea li input.num {
	padding-left: 43%;
	padding-right: 2%;
}
#exchange .share, .lightbox .share {
	font-size: 13px;
}
/*lightbox*/
.lightbox .content .close, .lightbox .content .close:hover {
	width: 3.5em;
	height: 3.5em;
}
/* sbanner
================================================== */
#sbanner h2 {
	font-size: 2.8em;
}

#sbanner figure {
	width: 421px;
	height: 343px;
}
#sbanner figure img {
	padding-top:10px;
	padding-bottom: 200px;
}
/* note
================================================== */
#note h6 {
	font-size: 1.84em;
}
#note ul.download {
	width: 100%;
}
#note ul.download li a.appstore {
	margin-right: 15px;
}
#note ul.download li a {
	width: 188px;
	height: 51px;
}
/* footer
================================================== */
footer {
	font-size: 15px;
}
footer img.pi_icon {
	height: 3.55em;
}
footer img.PChome_logo {
	height: 2.29em;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
body {
	font-size: 12px;
	letter-spacing: 0;
}
/* info
================================================== */
.info {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20%;
}
.info h1 {
	font-size: 40px;
}
.info h2 {
	font-size: 1.8em;
}
.info p br {
	display: none;
}
.info a.join {
	font-size: 1.25em;
	width: 80%;
}
#banner ul.download {
	width: 100%;
	height: 4em;
}
#banner ul.download li a {
	width: 50%;
	height: 100%;
}
#banner .ad-banner {
	width: 80%;
	font-size: 1.25em;
	font-weight: normal;
}
/* joinarea
================================================== */
.joinarea h3 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
}
.joinarea h3 span {
	font-size: 12px;
}
.joinarea h3 img {
	margin: 0 auto 0.5em;
	float: none;
}
.joinarea input, .joinarea ul li label {
	font-size: 14px;
}
.joinarea li label {
	left: 0.7em;
}
.joinarea li input.phonenum, .joinarea li input.email {
	background-position: 97% 16px;
}
#signin p.agree img {
	width: 2.8em;
	margin-top: 0.8em;
}
input[type="button"], input[type="button"]:focus, #exchange input[type="button"], #exchange input[type="button"]:focus, #exchange input[type="button"]:disabled, #exchange input[type="button"]:disabled:hover {
	width: 80%;
}
.joinarea li input.num {
	padding-left: 46%;
	padding-right: 1%;
}
#exchange .share, .lightbox .share {
	font-size: 12px;
	width: 9em!important;
	height: 3em!important;
}
#exchange .share .fb, #exchange .share .line, .lightbox .share .fb, .lightbox .share .line {
	width: 2.5em;
	height: 2.5em;
	margin: 0 1em;
}
/*lightbox*/
#signin .lightbox .content, #exchange .lightbox .content {
	padding-top: 55%;
	background-position: center 25%;
}
.lightbox .content h6 {
	font-size: 1.6em;
}
.lightbox .content p {
	font-size: 1.25em;
}
.lightbox .content .close, .lightbox .content .close:hover {
	width: 2.7em;
	height: 2.7em;
}
/* sbanner
================================================== */
#sbanner h2 {
	font-size: 2em;
	font-weight: normal;
	text-shadow: none;
}
#sbanner h2 p {
	font-weight: bold;
	line-height: 42px;
}
#sbanner h2 p img {
	max-width: 320px;
	display: block;
	margin: 0 auto;
}

#sbanner h2 span {
	font-size: 18px;
	text-shadow: none;
	letter-spacing: 0;


}
#sbanner h2 small {
	font-size: 12px;
	line-height: 18px;
}
#sbanner figure {
	padding-bottom:0px;
	width: 100%;
}
#sbanner figure img {
	padding-top:10px;
	padding-bottom: 170px;
}
/* note
================================================== */
#note h6 {
	font-size: 20px;
}
#note h6 br {
	display: none;
}
#note h6 span.heighlight .line {
	display: none;
}
#note h6 p {
	font-size: 0.77em;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	margin: 1.2em 0;
}
#note p {
	font-size: 1.3em;
}
#note ul.download {
	width: 100%;
}
#note ul.download li a {
	width: 208px;
	height: 56px;
	float: none;
}
#note ul.download li a.appstore {
	margin-bottom: 15px;
}
/* footer
================================================== */
footer {
	font-family: "Calibri", Arial, "�׶� Pro", "LiHei Pro", "�L�n������", "Microsoft JhengHei", sans-serif;
	font-size: 14px;
}
footer img.pi_icon {
	height: 2.5em;
	margin-right: 1.5em;
}
footer img.PChome_logo {
	height: 1.8em;
}
footer span {
	font-size: 12px;
	letter-spacing: 0.6px;
}
}