@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:700,900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
}


/*---頁面---*/

body,
html {
    width: 100%;
    /*height: 100vh;
	overflow: hidden;*/
}

body {
    font-family: "微軟正黑體", "Microsoft JhengHei";
    background-color: #000;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    /*height: 100vh;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;*/
}

video {
    width: 100%;
    height: 100vh;
}

section {
    width: 100%;
    height: 100vh;
    position: relative;
}

.award {
    position: absolute;
    z-index: 50;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;
    width: 50%;
}

.award h1 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif', 'Noto Serif TC', serif;
    font-weight: black;
    font-size: 600%;
    text-shadow: 0px 5px 20px #fff8c8, 0px 5px 20px #fff8c8, 0px 5px 20px #fff8c8, 0px 5px 20px #fff8c8, 0px 5px 20px #fff8c8, 0px 5px 20px #fff8c8, 0px 5px 20px #fff8c8;
    padding: .5rem 0;
}

.redtext {
    color: #aa0000;
}

.award_count {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    padding: 0.5rem 5rem;
}

.award_count li.logo {
    width: 15%;
    padding-top: 3%;
}

.award_count li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .5rem;
}

.award_count h2 {
    font-size: 280%;
    font-family: 'Noto Serif TC', serif;
    font-weight: black;
    background: -webkit-gradient(linear, top, bottom, from(#fff162), to(#f4a11f));
    background: linear-gradient(to bottom, #fff162, #f4a11f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}


/*得獎人*/

.winner dd.winnerphoto {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.winnerphoto {
    z-index: 8;
    background-position: right -14px top 62px;
    background-size: 45%;
    background-repeat: no-repeat;
}

.winnername {
    position: absolute;
    z-index: 88;
    color: #fff;
    width: 44%;
    top: 35%;
}

.winnername h2 {
    font-size: 330%;
    margin-left: 24rem;
    text-align: right;
}

.winnername ul {
    padding-left: 18%;
    padding-top: 4%;
    font-size: 3rem;
}

.winnername ul li {
    line-height: 3rem;
}

.winnername ul h1 {
    float: right;
    font-size: 210%;
    padding-top: 2%;
    font-weight: bolder;
}

.staffnum {
    font-size: 80%;
}


/*得獎人列表*/

.winnerlist {
    background-image: url("../images/winnerlistbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.prizename {
    position: absolute;
    right: 15%;
    top: 20%;
    width: 70%;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: #500000;
    display: table;
    vertical-align: middle;
}

.prizename li {
    font-family: 'Noto Serif TC', serif;
    font-weight: black;
    display: table-cell;
    width: 50%;
    font-size: 3.5rem;
    color: #f2c306;
    text-align: center;
}

.winnerlistbox {
    overflow-x: hidden;
    overflow-y: auto;
    width: 70%;
    height: 45%;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 15%;
}

.winnerlistbox ul {
    display: table;
    width: 100%;
    margin-bottom: 0.5rem;
}

.winnerlistbox ul li:first-child {
    padding: 0;
}

.winnerlistbox ul li {
    display: table-cell;
    width: calc(100% / 4);
    font-size: 220%;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    padding: 0 .5rem;
}

.winnerlistbox ul li:first-child {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3.5rem;
}

.winnerlistbox ul li:first-child img {
    display: block;
    z-index: 8;
    width: 3.5rem;
}