@charset "utf-8";
/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

ul {
	list-style-position: outside;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

* {
	box-sizing: border-box;
}

a {
	transition: all 2s ease;
    text-decoration: none;
}
body {
	font-family: 'PingFang TC', '微軟正黑體修正', 'Microsoft JhengHei', sans-serif;
	color: #11100e;
}
.top_banner{
    text-align: center;
    width: 100%;
    background: #101116;
}
.youtube{
    background: #181e2e;
    padding: 2% 5%;
}
.youtube_container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: max-content;
}
.bg_text{
    background: #f4ecdf;
    padding: 2% 5%;
}
.text_container{
    max-width: 1100px;
    margin: 0 auto;
}
h1{
    color: #7e534a;
    font-size: 1.8em;
    line-height: 1.6em;
    text-align: center;
}
h2{
    background: #7e534a;
    color: #fff;
    padding: 0 15px;
    margin:  2% auto;
    width: 150px;
    text-align: center;
    font-size: 1.6em;
}
.platform{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.platform div{
    padding: 20px;
}
.platform a {
    font-size: 1.5em;
    color: #333237;
    font-weight: bold;
}
.platform a span{
    color: #7e534a;;
}

.line{
    height: 1.5%; 
    background:#fff;
}
p{
    padding: 10px 0;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: bold;
    color: #333237;
}
.bg_footer{
    padding: 2% 0;
}
.img100{
    max-width: 100%;
}
.live_block{
	position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding-bottom: 20px;
}
.live_block > div {
	width: 33.1%;
}
.live_block h4{
    font-size: 1.4em;
    color: #7e534a;
    padding: 5px 0;
    text-align: center;
}
.img_layer{
	position: relative;
}
.img_layer .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.newsimg-thumb {
    width: 9999px;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.newsimg-thumb img {
	transition: all .3s ease-out;
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.newsimg-thumb:hover img {
	transform: scale(1.1);
}

/*youtube*/
.youtube_player {
    width: 100%;
    height: 56.25%;
    padding-bottom: 56.25%;
    position: relative;
    text-align: center;
}

.youtube_player iframe, .youtube_player object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 650px) {
    h1{
        font-size: 1.3em;
        padding-bottom: 10px;
    }
    h2{
        font-size: 1.2em;
    }
    .platform{
        justify-content: start;
    }
    .bg_footer .platform {
        justify-content: center;
    }
    .platform div{
        padding: 10px;
    }
    .platform img{
        height: 30px;
    }
    .platform a ,p{
        font-size: 1.1em;
    }
    .live_block > div {
        width: 100%;
    }
}