/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
 
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
 
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
 
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
 
audio:not([controls]) {
    display: none;
    height: 0;
}
 
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
 
[hidden] {
    display: none;
}
 
/* ==========================================================================
   Base
   ========================================================================== */
 
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
 
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
 
html,
button,
input,
select,
textarea {
    font-family: serif;
}
 
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
 
body {
    margin: 0;
    font-family:'微軟正黑體', 'Open Sans', sans-serif;
}
 
/* ==========================================================================
   Links
   ========================================================================== */
 
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
 
a:focus {
    outline: thin dotted;
}
 
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
 
a:active,
a:hover {
    outline: 0;
}
 
/* ==========================================================================
   Typography
   ========================================================================== */
 
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
 
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
 
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: 800;
}
 
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
 
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
 
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
 
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
 
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
 
abbr[title] {
    border-bottom: 1px dotted;
}
 
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
 
b,
strong {
    font-weight: bold;
}
 
blockquote {
    margin: 1em 40px;
}
 
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
 
dfn {
    font-style: italic;
}
 
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
 
mark {
    background: #ff0;
    color: #000;
}
 
/*
 * Addresses margins set differently in IE 6/7.
 */
 
p,
pre {
    margin: 1em 0;
}
 
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
 
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
 
/*
 * Improves readability of pre-formatted text in all browsers.
 */
 
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
 
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
 
q {
    quotes: none;
}
 
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
 
q:before,
q:after {
    content: '';
    content: none;
}
 
small {
    font-size: 75%;
}
 
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
 
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
sup {
    top: -0.5em;
}
 
sub {
    bottom: -0.25em;
}
 
/* ==========================================================================
   Lists
   ========================================================================== */
 
/*
 * Addresses margins set differently in IE 6/7.
 */
 
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
 
dd {
    margin: 0 0 0 40px;
}
 
/*
 * Addresses paddings set differently in IE 6/7.
 */
 
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
 
/*
 * Corrects list images handled incorrectly in IE 7.
 */
 
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
 
/* ==========================================================================
   Embedded content
   ========================================================================== */
 
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
 
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
 
/*
 * Corrects overflow displayed oddly in IE 9.
 */
 
svg:not(:root) {
    overflow: hidden;
}
 
/* ==========================================================================
   Figures
   ========================================================================== */
 
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
 
figure {
    margin: 0;
}
 
/* ==========================================================================
   Forms
   ========================================================================== */
 
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
 
form {
    margin: 0;
}
 
/*
 * Define consistent border, margin, and padding.
 */
 
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
 
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
 
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
 
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
 
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
 
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
 
button,
input {
    line-height: normal;
}
 
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
 
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
 
/*
 * Re-set default cursor for disabled elements.
 */
 
button[disabled],
input[disabled] {
    cursor: default;
}
 
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
 
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
 
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
 
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
 
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
 
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
 
/*
 * Removes inner padding and border in Firefox 3+.
 */
 
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
 
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
 
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
 
/* ==========================================================================
   Tables
   ========================================================================== */
 
/*
 * Remove most spacing between table cells.
 */
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   User Styles
   ========================================================================== */
 
/*
 * Put all your custom styles here.
 */
 
 
.fc01{ color: #ffea00;}
.fc02{ color:#2ac6c6;}
.fc03{ color: #f8549b;}
	
.bt01{ padding:10px 20px; border:0; border-radius:6px; -webkit-border-radius:6px; background:#d6298a; font-size:1.5em; font-weight:bold; font-family:"微軟正黑體"; color:#FFF;}	
.bt02{ margin:20px 0 0; padding:10px 20px; border:0; border-radius:6px; -webkit-border-radius:6px; background:#ffda2d; font-size:1.5em; font-weight:bold; font-family:"微軟正黑體"; color:#d6298a;}	

	
	
	
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  
.pullcontainer a#pull {  
    display: none;  
}
header { background-color: #fff;}

.logo {
    float: left;
    text-align: right;
	width:40%;
    height: 70px;
	background:url(../img/event_logo.gif) no-repeat;
	background-size:contain;
	background-position:right;
    background-color: #000;
}

nav { float: left;}
nav ul { margin: 0;}
nav ul li { list-style: none; float: left;}
nav ul li a {
    display: block;
    padding: 20px 15px 0;
    text-transform: uppercase;
    color: #000;
	font-family:'微軟正黑體', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
	font-weight: bold;
    letter-spacing: 0;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
nav ul li a:hover {
    text-decoration: none;
    color: #e73dad;
	transition:.3s;
}
nav ul li a.active {
    color: #d6298a;
}

/*banner*/
.banner { background:url(../img/bn_bg.jpg) center;  width: 100%; height:980px; }
.banner h1{ margin:0; padding:0; text-indent:-9999px;}
.banner .main{ margin:0 auto; width:100%;  padding:0; overflow:hidden;  }
.banner .main .people{ margin:0 auto 360px; width:1200px; position:relative; }
.banner .main .people img{ width:240px; height:auto; position: absolute; animation:hactive .8s linear infinite alternate; }
@keyframes hactive{	from{ right:0px; top:-30px;}
                    to{ right:0px; top:0px;}	}
.banner .youtube{ width:900px; margin:30px auto; }


/*區塊隱藏*/
.dis01{ display:block;}
.dis02{ display:none;}


/*前言*/
.foreword { width:100%; background: url(../img/foreword_bg.gif) center #f8549b; overflow:hidden;}
.foreword .wrap{ margin:0 auto; width:100%; max-width:1200px;}
.foreword h2{
	margin:0 auto 40px; padding:0; width:74%; border-radius:50px; -webkit-border-radius:50px; background:#FFF;
	font-size:2.2rem; line-height:60px; text-align:center;
	}
.foreword .left{ float:left; margin:0 2% 0 8%; width:360px;}
.foreword .right{ float:left; margin:5% 0 0 0; width:45%; font-size:1.4rem; color:#FFF;  }


/*留言*/
.fb { width:100%; background: #5163d5; overflow:hidden;}
.fb .box01{ height:280px; background:url(../img/fb_bg1.jpg) center;}
.fb .wrap{ margin:0 auto; width:100%; max-width:1000px;}
.fb .box01 p{ margin:0; padding:70px 0 0 50px; width:70%; color:#FFF; font-size:1.3rem; text-align:justify;}
.fb .box02{ padding:0 0 60px; height:auto; background:url(../img/fb_bg2.jpg) top center;}
.fb .box02 .m_pic img{ display:none;}
.fb .box02 .main{ margin:0 auto ; width:900px; padding:60px; border-radius:15px; -webkit-border-radius:15px; background:#FFF; text-align:center;}
.fb .box02 .main img{ width:80%;}


/*加碼*/
.plus{ padding:80px 0 0; height:620px; background: url(../img/plus_bg.jpg) center #4ec8ef; overflow:hidden;}
.plus .wrap{ margin:0 auto; width:100%; max-width:1000px; }
.plus h2{ margin:0 0 10px; padding:0; font-size:2.8rem; text-align:center; color:#FFF;}
.plus h3{ width:100%; margin:0 0 40px; font-size:1.4rem; text-align:center;}
.plus .left{ float:left; width:58%;}
.plus .left ul{  list-style:none; margin:0; padding:0 0 0 40px; text-align:center;  }
.plus .left li{ float:left; margin:0 20px 0 0; }
.plus .left img{ width:240px; height:auto; border-radius:15px; box-shadow:0px 0px 8px rgba(20%,20%,40%,0.5);}

	
.plus .right{ float:right; width:42%; }
.plus .right p{ width:100%; margin:0 0 10px; font-size:1.4em; }
.plus .right .input-text {
	appearance:none;
	-webkit-appearance:none;
	border:1px solid #ccc;
	border-radius:3px;
	padding:6px 5px;
	color:#CCC;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:1em;
	width:90%;
	}
.plus .right select{ 
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px;
	color:#333;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:1em;}
.plus .right .bt { float:left; margin:8px 0 0; }
.plus .right .bt img{ width:180px; height:auto; margin-right:8px;}



/*版權區*/
footer { background-color:#000; padding: 20px 0;	text-align:center;}
footer img{	float:right; width:150px; height:50px;}
footer p{ font-size:18px; color:#fff;}
	
	
/* Go Top 按鈕 */
.goTop {
position: fixed;
bottom: 20px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
right: 10px; /* 與右方的距離 */
width: 50px; /* 按鈕原始寬度 */
height: 50px; /* 按鈕原始高度 */
opacity: 0.6; /* 按鈕原始透明度 */
z-index: 10;
cursor: pointer;
transition: all .5s; /* 動畫效果 持續期間 */
-webkit-transition: all .5s;
-moz-transition: all .5s;
}
.goTop:hover { /* 滑鼠經過按鈕時 */
opacity: 1; /* 透明度 */
width: 50px; /* 按鈕寬度 */
height: 50px; /* 按鈕高度 */
}



/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){
	
.fc01{ color: #ffea00;}
.fc02{ color: #4be2e2;}
.fc03{ color: #f8549b;}

	
.logo {
    float: left;
    text-align: right;
	width:80%;
    height: 60px;
	background:url(../img/event_logo.gif) no-repeat;
	background-size:contain;
	background-position:right;
    background-color: #000;
}
.banner2 {width:100%; background:#f8549b; padding:0 0 20px;}
.banner2 .youtube{ width:90%; margin:30px auto; }


/*區塊隱藏*/
.dis01{ display:none;}
.dis02{ display:block;}


/*前言*/
.foreword { width:100%; background:#f8549b; overflow:hidden;}
.foreword .wrap{ margin:0 auto; padding:10px 15px 30px; width:100%; max-width:1200px;}
.foreword h2{
	margin:0 auto 20px; padding:0; width:100%; border-radius:10px; -webkit-border-radius:10px; background:none;
	font-size:1.5rem; line-height:1.3; text-align:center; color:#FFF;
	}
.foreword .left{ float:none; margin:0; width:100%;  }
.foreword .right{
	float:none; margin:0; padding:20px; width:100%; border-radius:15px; -webkit-border-radius:15px;
	font-size:1rem; color:#333; text-align:justify; background:#FFF; }


/*留言*/
.fb { width:100%; background: #5163d5; overflow:hidden;}
.fb .box01{ padding:30px 15px 15px; height: auto; background:none;}
.fb .wrap{ margin:0 auto; width:100%; max-width:1000px;}
.fb .box01 p{ margin:0; padding:0; width:100%; color:#FFF; font-size:1rem; text-align:justify;}
.fb .box02{ padding:0 15px 15px; height:auto; }
.fb .box02 .m_pic img{ display:block;}
.fb .box02 .main{ margin:0 auto; width:100%; padding:20px; border-radius:15px; -webkit-border-radius:15px; background:#FFF;}
.fb .box02 .main img{ width:100%;}



/*加碼*/
.plus{ padding:30px 15px 30px; height: auto; background: #4ec8ef; overflow:hidden;}
.plus .wrap{ margin:0 auto; width:100%; max-width:1000px; }
.plus h2{ margin:0 0 10px; padding:0; font-size:2.1rem; text-align:center; color:#FFF;}
.plus h3{ width:100%; margin:0 0 10px; font-size:1.2rem; text-align:center;}
.plus .left{ float:none; margin:0 0 20px; width:100%; overflow: hidden;}
.plus .left ul{  list-style:none; margin:0 ; padding:0; text-align:center; }
.plus .left li{ float:left; margin:10px;  }
.plus .left img{ width:80%; height:auto; border-radius:15px; box-shadow:none;}

.plus .right{ float:none; width:100%;  }
.plus .right p{ width:100%; margin:0 0 10px; font-size:1.4em; }
.plus .right .input-text {
	appearance:none;
	-webkit-appearance:none;
	border:1px solid #ccc;
	border-radius:3px;
	padding:6px 5px;
	color:#CCC;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:1em;
	width:100%;
	}
.plus .right select{ 
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px;
	color:#333;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:1em;}
.plus .right .bt { float:none; display:inline-block; margin:8px 0 0; text-align:center; }
.plus .right .bt img{ width:46%; height:auto; margin:0 5px; margin-right:0;}	


/*版權區*/
footer { background-color:#000; padding: 20px 0;	text-align:center;}
footer img{	float: none; width:150px; height:50px;}
footer p{ font-size:20px;	}


.goTop { display:none;}

}





/* == 平版版型區 ============================================================================= */
@media screen and ( min-width:768px ) and ( max-width:1024px ){
	

/*banner*/
.banner { background:url(../img/bn_bg.jpg) 40% 0%; background-size:cover; padding-bottom:87%;  width: 100%; height:0; }
.banner h1{ margin:0 0 230px; padding:0; text-indent:-9999px;}
.banner .main{ margin:0 auto; width:100%;  padding:0; overflow:hidden;  }
.banner .main .people{ display:none; }
.banner .main .people img{ width:240px; height:auto; position: absolute; animation:hactive .8s linear infinite alternate; }
@keyframes hactive{	from{ right:0px; top:-30px;}
                    to{ right:0px; top:0px;}	}
.banner .youtube{ width:88%; margin:0 auto; }


/*區塊隱藏*/
.dis01{ display:block;}
.dis02{ display:none;}


/*前言*/
.foreword { width:100%; background: url(../img/foreword_bg.gif) center #f8549b; overflow:hidden;}
.foreword .wrap{ margin:0 auto; width:100%; max-width:1200px;}
.foreword h2{
	margin:0 auto 40px; padding:0; width:90%; border-radius:50px; -webkit-border-radius:50px; background:#FFF;
	font-size:1.8rem; line-height:54px; text-align:center;
	}
.foreword .left{ float:left; margin:0 2%; width:40%;}
.foreword .right{ float:left; margin:2% 0 0 0; width:50%; font-size:1.4rem; color:#FFF;  }


/*留言*/
.fb { width:100%; background: #5163d5; overflow:hidden;}
.fb .box01{ height:280px; background:url(../img/fb_bg1.jpg) 55% 0%;}
.fb .wrap{ margin:0 auto; width:100%; max-width:1000px;}
.fb .box01 p{ margin:0; padding:60px 0 0 30px; width:68%; color:#FFF; font-size:1.3rem; text-align:justify;}
.fb .box02{ padding:0 30px 30px; height:auto; background:url(../img/fb_bg2.jpg) top center; }
.fb .box02 .m_pic img{ display:none;}
.fb .box02 .main{ margin:0 auto; width:100%; padding:40px; border-radius:15px; -webkit-border-radius:15px; background:#FFF; text-align:center;}
.fb .box02 .main img{ width:80%;}




/*加碼*/
.plus{ padding:60px 20px 0; height:0; background-size:cover; padding-bottom:50%; background: url(../img/plus_bg.jpg) 44% 0 #4ec8ef; overflow:hidden;}
.plus .wrap{ margin:0 auto; width:100%; max-width:1000px; }
.plus h2{ margin:0 0 10px 100px; padding:0; font-size:2.6rem; text-align:center; color:#FFF;}
.plus h3{ margin:0 0 40px 45px; width:100%; font-size:1.2rem; text-align:center;}
.plus .left{ float:left; width:54%;}
.plus .left ul{  list-style:none; margin:0; padding:0; text-align:center;  }
.plus .left li{ float:left; margin:0 15px 0 0; }
.plus .left img{ width:170px; height:auto; border-radius:15px; box-shadow:0px 0px 8px rgba(20%,20%,40%,0.5);}

	
.plus .right{ float:right; width:46%; }
.plus .right p{ width:100%; margin:0 0 5px; font-size:1.4em; }
.plus .right .input-text {
	appearance:none;
	-webkit-appearance:none;
	border:1px solid #ccc;
	border-radius:3px;
	padding:6px 5px;
	color:#CCC;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:100%;
	}
.plus .right select{ 
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px;
	color:#333;
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-size:0.9em;}
.plus .right .bt { float:left; margin:8px 0 0; }
.plus .right .bt img{ width:150px; height:auto; margin-right:8px;}
 

/*版權區*/
footer { background-color:#000; padding: 20px 0; text-align:center;}
footer img{	float:left; width:150px; height:50px;}
footer p{ font-size:18px; color:#fff;}
	
	
	}



@keyframes round {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }

    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
}
