/* 網頁重設 CSS - 排版一致 */
@import url("../css/reset.css");

@font-face {
	font-family: 'CenturyGothic';
	src:url('../fonts/CenturyGothic/CenturyGothic.eot');
	src:url('../fonts/CenturyGothic/CenturyGothic.eot#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic/CenturyGothic.woff') format('woff'),
		url('../fonts/CenturyGothic/CenturyGothic.ttf') format('truetype'),
		url('../fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothic-Bold';
	src:url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.eot');
	src:url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.eot#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff') format('woff'),
		url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf') format('truetype'),
		url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothic-BoldItalic';
	src:url('../fonts/CenturyGothic-BoldItalic/CenturyGothic-BoldItalic.eot');
	src:url('../fonts/CenturyGothic-BoldItalic/CenturyGothic-BoldItalic.eot#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic-BoldItalic/CenturyGothic-BoldItalic.woff') format('woff'),
		url('../fonts/CenturyGothic-BoldItalic/CenturyGothic-BoldItalic.ttf') format('truetype'),
		url('../fonts/CenturyGothic-BoldItalic/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothic-Italic';
	src:url('../fonts/CenturyGothic-Italic/CenturyGothic-Italic.eot');
	src:url('../fonts/CenturyGothic-Italic/CenturyGothic-Italic.eot#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic-Italic/CenturyGothic-Italic.woff') format('woff'),
		url('../fonts/CenturyGothic-Italic/CenturyGothic-Italic.ttf') format('truetype'),
		url('../fonts/CenturyGothic-Italic/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    background: url("../images/concept_bottom_bg.png");
    text-align: center;
    text-decoration: none;
    font-family: CenturyGothic, sourcehansans-tc-extralight, Microsoft JhengHei, 微軟正黑體, sans-serif;
}

/* 滑鼠失效 */ 

.disable-select-cilck {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#sponsor h3 {
    text-align: center;
    display: inline-box;
    border: 5px solid rgba(245,54,153,1);
    color: rgba(245,54,153,1);
    background: rgba(255,255,255,1);
    padding: 1em;
    font-size: 2.2em;
    font-family: CenturyGothic-Bold, sourcehansans-tc-bold, Microsoft JhengHei, 微軟正黑體, sans-serif;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 0px 100px rgba(255,255,255,0.5);
    
}

#sponsor a {
    text-decoration: none;
}

#content {
    margin-bottom: 50px;
}

#content p {
    color: rgba(255,255,255,1);
    padding: 26px;
    line-height: 2em;
    font-size: 1.2em;
    margin-bottom: 1.4em;
    text-align: justify;
    font-weight: bold;
    display: inline-box;
    font-family: CenturyGothic-BoldItalic, sourcehansans-tc-regular, Microsoft JhengHei, 微軟正黑體, sans-serif;
    letter-spacing: 0.1em;
    width: 66%;
    display: inline-block;
    margin: 0 auto;
}

#sponsor ul {
    float: left;
}

#sponsor li {
    margin-bottom: 80px;
}

#sponsor ul li .bg-block {
    background: rgba(255,255,255,1);
    margin: 0 auto;
    display: block;
    padding: 30px;
    padding-top: 50px;
    width: 60%;
    box-shadow: 0px 0px 100px rgba(255,255,255,0.5);
}

#sponsor ul li .introduce {
    padding-top: 40px;
    width: 90%;
    margin: 0 auto;
    display: block;
    color: rgba(245,54,153,1);
    font-family: CenturyGothic-Bold, sourcehansans-tc-bold, Microsoft JhengHei, 微軟正黑體, sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: justify;
    text-decoration: none;
}


#sponsor li img {
    width: 70%;
    height: auto;
}

.clear {
    height: 100px;
}
