@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
    margin: 0;
    height: 100%;
    background-color: #f0f0f0;
    width: 100%;
    font-family: "Microsoft JhengHei"; /*微軟正黑體*/ 
}
#gotop{
    text-align: center;
    position: fixed;
    z-index: 1;
    bottom: 15%;
    right: 2%;
    width: 200px;
    background-color: #e6d3c2;
    -webkit-box-shadow: 0 0 3px rgb(255 255 255 / 40%), 0 10px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgb(255 255 255 / 40%), 0 10px 20px rgb(0 0 0 / 20%);
    float: left;
    border-radius: 10px;
}
#gotop h2 {
    font-weight: normal;
    font-size: 1.1em;
    background-color: #982424;
    border-radius: 10px 10px 0 0;
    padding: 6px 0;
    color: #fff;
    margin: 0;
    transition: all .3s linear;
}
#gotop p {
    line-height: 1.8em;
    margin: 2.5%;
    color: #161419;
    font-weight: bold;
}
#gotop a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    width: 200px;
    display: block;
    text-align: center;
    padding: 6px 0;
    color: #982424;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}
#gotop a:hover {
    POSITION: relative;
    TOP: 0px;
    left: 0px;
    color: #982424;
    width: 200px;
    transform: scale(1.1);
    text-decoration: none;
}
#gotop a:active {
    color: #FF0;
    text-decoration: none;
}
#gotop a:last-child {
    border-bottom-style: none;
    border-top: 1px solid #fff;
}
#header-share {
    text-align: center;
    width: 900px;
}

#header-rwd {
    display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#noie{
    color: #FFF;
    width: 100%;
    height: 70px;
    text-align: center;
    border: 1px solid #006699;
    background-color: #669933;
    _z-index: 9999;
    z-index: 9999;
    position: fixed;

    _top:expression(documentElement.scrollTop+"px");/*讓選單覆蓋內容不會隨著捲軸滑動而消失專用*/
    left: 0;
    top: 0;
}
#noie a{
    color: #FC0;
}
#BodyContent {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1000px;
}
#banner {
    margin: 0 auto;
	position: relative;
}
#banner img{
	width: 100%;
	height: auto;
}
#banner h1 {
	top: 58%;
	left: 38%;
	font-size: 4em;
    line-height: 1.2em;
	color: #8b3166;
	position: absolute;
}
#banner h1 .sh {
	font-size: 0.6em;
    color:#e14e17;
    position: absolute;
    width: 45%;
    line-height: 1.1em;
    margin-top: 0.8em;
    margin-left: 0.2em;
}
#banner h2 {
	top: 86%;
    right: 5%;
    font-size: 1.4em;
    color: #544845;
    position: absolute;
}
#content {
    height: auto;
    width: 88%;
    clear: both;
    background-color: #FFF;
    padding-right: 6%;
    padding-left: 6%;
    /*background-image: url(../images/20190201_bg.png);*/
    overflow: hidden;
    position: relative;
    background: rgb(4,34,59); /* Old browsers */
    background: -moz-linear-gradient(right, #e7e1d5 4%,#e6d3c2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #e7e1d5 4%,#e6d3c2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e7e1d5 4%,#e6d3c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e1d5', endColorstr='#e6d3c2',GradientType=1 ); /* IE6-9 */
}
#content .feedback {
    padding: 0.5%;
    margin: 0 auto 0.5%;
    clear: both;
}
#content .intro{
    font-size: 1em;
    color: #000000;
	text-align:justify;
    /* text-indent:1em;*/
    line-height: 1.5em;
	padding-left: 15px;
    padding-right: 20px;
}
#content .intro strong{
    color: #d2691e;
}
.feedback_line{
    width: 88%;
    border: 0.5px dashed #b7b1af;
    margin-bottom: 2%;
    margin-top: 2%;
}
/*人名*/
.dialog {
    font-size: 18px;
    font-weight: bold;
    background-color: #40130e;
    color: #fff;
    display: block;
    text-align: center;
    padding: 2px;
    margin: 5px;
    width: 90px;
    position: absolute;
}

.dialog:before, .dialog:after {
	border: solid transparent;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}
.dialog:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 25px;
    border-color: transparent transparent transparent #40130e;
    position: absolute;
    right: -15%;
    bottom: calc( 20% - 5px );
    transform: rotate(12deg);
}


.dialog2 {
    font-size: 18px;
    font-weight: bold;
    background-color: #40130e;
    color: #fff;
    display: block;
    text-align: center;
    padding: 2px;
    margin: 5px;
    width: 90px;
}

.dialog2:before, .dialog2:after {
	border: solid transparent;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}
.dialog2:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 25px;
    border-color: transparent transparent transparent #40130e;
    position: absolute;
    left: 15%;
    bottom: calc( 24% - 3px );
    transform: rotate(12deg);
}


.dialog3 {
    font-size: 18px;
    font-weight: bold;
    background-color: #40130e;
    color: #fff;
    display: block;
    text-align: center;
    padding: 2px;
    margin: 5px;
    width: 90px;
}

.dialog3:before, .dialog3:after {
	border: solid transparent;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}
.dialog3:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 25px;
    border-color: transparent transparent transparent #40130e;
    position: absolute;
    left: 15%;
    bottom: calc( 9% - 0px );
    transform: rotate(12deg);
}
/*人名*/

#content h2 {
    font-size: 1.2em;
    color: #000000;
    text-align: left;
    padding-left: 15px;
    padding-right: 20px;
}
#content h3 {
    color:#842626;
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0px;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    position: relative;    
}
#content h3:before {
    content: '';
    /*background: url(../images/20190201_ar.png) no-repeat top left;*/
    position: absolute;
    top: 28px;
    z-index: 2;
    left: -66px;
    transform: rotate(8deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28.5px 0 28.5px 49px;
    border-color: transparent transparent transparent #8d1a1f;
}
#content h4 {
    line-height: 1.5em;
    font-size: 2.1em;
    color: #ac1f23;
    margin: 2% 0;
    width: 50%;
    float: left;
}
#content h4 {
    font-size: 1.8em;
    color: #ac1f23;
    margin: 2% 0;
    width: 35%;
    float: left;
}
#content h4 img {
    width: 65%;
    padding: 0 1% 2%;
    border-radius: 0.8em;
}
.speaker_detail {
    width: 80%;
    margin: 0 10%;
    text-align: center;
}
.speaker_pic{
    width: 50%;
    float: left;
}
.speaker_pic img {
    width: 65%;
    height: auto;
    border-radius: 0.8em;
    margin: 5% 0;
}
.speaker_title{
    width: 50%;
    float: left;
    border-bottom: 1px solid #832624;
    border-top: 1px solid #832624;
    margin: 7% 0;
}
#content h5 {
    font-size: 1.15em;
    color: #221814;
    margin: 4.5% 0;
    width: 65%;
    float: left;
}

#content h6 {
    /* background-color: #c6aa72; */
    color: #ac1f23;
    margin: 0.5% 0px;
    text-align: justify;
    display: block;
    padding: 1%;
    font-size: 1.1em;
    line-height: 1.2em;
}
/* #content h6 a {
    color: #008283;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    display: block;
    width: 80px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: center;
    background-color: #E7F5F4;
    border: 1px solid #008283;
    border-radius: 25px;
    float:right;
    margin-top: 10px;
    margin-left: 5px;
}
#content h6 a:visited {
    color: #008283;
    text-decoration: none;
}
#content h6 a:hover {
    color: #C00;
    background-color: #ffe9e7;
    border: 1px solid #C00;
} */
#content ul , #content ol{
    /* border-top: 4px solid #842626; 
    list-style-type: none;*/
    padding: 0px;
    width: 100%;
    background-color: #fefefe;
    margin: 0px;
    font-size: 1.5em;
	display: inline-block;
}
#content ul li {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #b7b1af;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    display:block;
    height:auto;
    clear:both;
    font-size: 1.0em;
}
#content ul li::after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;}
#content ul li:nth-of-type(odd),#content table tr:nth-of-type(odd){background-color:#f7f7f7;}
#content ul li p {
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: 1.5em;
}
#content ul li p {
    _display: block;
    _float: left;
    _padding-right:20px;
}
#content ul li p:first-child {
    text-align: center;
    width: 25%;
    float: left;
    font-weight: bold;
    color:#220404;
}
#content ul li p:last-child {
    width: 70%;
    margin-left: 2%;
    float: left;
    /*text-align: center;*/
}
/*
#content ul li:first-child p {
font-size: 20px;
font-weight: bold;
text-align: center;
}*/
#content ul li font  {
    font-size: 15px;
    font-weight: normal;
    color: #CA3929;
}
#content ul li p a {
    color: #000;
    text-decoration: none;
}
#content ul li p a:visited {
    color: #000;
    text-decoration: none;
}
#content ul li p a:hover {
    color: #C00;
    text-decoration: underline;
    transition: 0.2s; 
}
#content ul li span {
    display: inline-block;
}
/*#content ul li span:first-child {
font-size: 1.0em;
line-height: 1.5em;
color: #0083B9;
}
#content ul li span:last-child {
line-height: 1.5em;
color: #e22319;
}*/
#content ul .s {
    font-size: 0.9em;
    color: #221814;
    font-weight: bold;
    padding-left: 4%;
}
#content ul strong{
    font-size: 1.2em;
    color: #822627;
    padding: 0 6px;
}
#content ol {
    background-color: #FFF;
}
#content ol li{
    padding: 1%;
    _padding: 5px;
    width: 23%;
    width: 22% /9;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #CCCCCC;
    height: 310px;
    height: 320px \9;
    _height: 350px;
    display: block;
    float: left;
    overflow: auto;
    text-align: center;
}
#content ol li:first-child {
    border-left-style: none;
    width: 22%;
}

#content ol li a img{
    width:90%;
    max-width: 126px;
    width:126px \9;
    border: 1px solid #FFF;
}
#content ol li h3{
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #0083B9;
    line-height: 1.2em;
}
#content ol li h3 a{
    color: #0083B9;
    text-decoration: none;
}
#content ol li h3 a:visited {
    color: #0083B9;
    text-decoration: none;
}
#content ol li h3 a:hover {
    color: #C00;
    text-decoration: none;
    position: relative;
    left: 2px;
    top: -2px;
}
#content ol li h4{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    width: 100%;
    text-indent: 0px;
    line-height: 1em;
}
#content ol li h5{
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 0px;
    text-decoration: line-through;
    margin: 0px;
    font-weight: normal;
    background-color: #FFF;
    width: 100%;
}
#content ol li h6{
    font-size: 15px;
    font-weight: normal;
    color: #C00;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    width: 100%;
}
#content table {
    clear: both;
    float: none;
}

#content table span, #content span {font-size: .8em; padding-left: 1%;}
#content table th {
    background-color:#982424;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
}
#content table .list {
    text-align: center;
    width: 30%;
    font-weight: bold;
    color:#842626;
    padding: 1% 0;
}
#content table .list img {
	border-radius: 0.3em;
}
#content table .txt {
    font-size: 0.85em;
    width: 20%;
    color: #000;
    /* border-left: 1px dashed #b7b1af; */
    padding: 8px 20px;
}
#content table .runtime {
    width: 7%;
    color: #000;
    border-left: 1px dashed #b7b1af;
    padding: 8px 20px;
    text-align: center;
}

#content table dl {    
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 3%;
}

#content table dd {
    width: auto;
    margin: 1%;
    font-size: 0.9em;
    /* display: inline-block; */
    padding: 1% 0;
}
#content table dd:before {
    /*content: url(../images/ico-list.png);
    display: inline;
    padding: 0 10px;*/
}
#content table dd::after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#content table dd:nth-of-type(odd) {
    /*background-color:#f7f7f7;*/
}

#content table #sing-up {
    /* border-top: 4px solid #842626; */
    list-style-type: disc !important;
    padding: 0px;
    width: 100%;
    background-color: #fefefe;
    margin: 1%;
    font-size: 1.0em;
	display: inline-block;
}
#content table #sing-up li {
    list-style-type: disc !important;
    border-bottom: none;
    padding: 6%;
    display: block;
    height: auto;
    clear: both;
    font-size: 1.0em;
}
#content table ul li::after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#content table ul li:nth-of-type(odd){
    background-color:#f7f7f7;
}

.list_mg_img {
    width: 35%;
    float: left;
    margin-right: 2%;
}


.list_mg_img img {
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.list_mg_detial {
    float: left;
    width: 60%;
    margin-left: 3%;
    margin-top: 2%;
}
#content table .date {
    text-align: center;
    width: 10%;
    border-right: 1px dashed #b7b1af;
    font-weight: bold;
    color:#220404;
}

#content table .class_date {
    font-size: 0.65em;
    text-align: center;
    width: 9%;
    /* border-left: 1px dashed #b7b1af;*/
    color:#220404;
}
#content table td {
    font-size: 0.8em;
    line-height: 1.5em;
    color: #000;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #b7b1af;
    padding-top: 3px;
    padding-bottom: 3px;
}
#content td a {
    font-size: 1.0em;
    color: #113b6d;
    text-decoration: none;
    _margin-right: 1%;
    _margin-bottom: 5%;
    font-weight: bold;
}
#content td a:visited    {
    color: #000;
    text-decoration: underline;
}
#content td a:hover    {
    font-size: 1.0em;
    color: #CC0000;
    text-decoration: none;
    position: relative;
    left: 2px;
    top: -2px;
}
#content .note li {
    font-size: 0.8em;
    padding: 3px;
}
#content .note h3 {
    background-color: #e6d3c2;
    color: #842626;
    font-size: 1.2em;
    line-height: 2em;
    margin: 0px;
    padding: 1%;
    position: relative;
    text-align: center;
}
#content .note h3:before {
    display: none;
}
.fb-video-area{    
    width: 86%;
    text-align: center;
    margin: 2% 7%;
}
.buy {
    font-size: 0.9em !important;
    color: #FFF !important; 
    text-decoration: none;
    margin-top: 3%;
    margin-left: 1%;
    font-weight: bold;
	background-color:#ae1f25;
	border-radius: 0.5em;
	padding: 0.2em 0.8em;
}
.buy a {
    color: #FFF !important; 
}
.detail {
    font-size: 0.75em !important;
    color: #FFF !important; 
    text-decoration: none;
    margin-left: 3%;
    margin-bottom: 5%;
    font-weight: bold;
	background-color:#ae1f25;
	border-radius: 0.5em;
	padding: 0.2em 0.8em;
}
.Sign {
    font-size: 0.7em !important;
    color: #FFF !important; 
    text-decoration: none;
    margin-left: 1%;
    font-weight: bold;
	background-color: #e22319;
	border-radius: 0.5em;
	padding: 0.2em 0.8em;
}
.Sign a {
    color: #FFF !important; 
}
.memo {
    width: 100%;
    background: linear-gradient(to left, #c6aa72 5% ,#e8981d 75%);
    font-size: 1.0em;
    line-height: 1.5em;
    text-align: left;
    color: #FFF;
    padding: 15px 0;
}
.memo p{
    line-height: 1.2em;
    text-align: left;
    color: #FFF;
    padding-left: 30px;
	padding-right: 20px;
	text-indent:-1em;
	text-align:justify;
}
#content .memo h2 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 20px;
    width: 85%;
    margin: 0 5%;
    line-height: 1.5em;
}

.memo a {
    color: #FFF;
}
.memo a:hover {
    font-size: 1.0em;
    color: #982424;
    text-decoration: none;
    position: relative;
    left: 2px;
    top: -2px;
}
.sale{
    width: 100%;
    background-color: #e22319;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    color: #FFF;
    padding: 15px 0;
}
.sale .title{
    font-size: 1.2em;
    line-height: 1.5em;
    color: #e0c39e;
    padding: 10px 0;
}
.sale .s{
    font-size: 0.7em;
    color: #fff;
}
.sale p{
    font-size: 1em;
    /*line-height: 0.5em;*/
    color: #FFF;
    background-color: #e22319;
    padding-top: 5px;
    text-align: left;
    margin: 0 20%;
}
.sale p a{
    color: #000;
    text-decoration: none;
}
.sale p :hover {
    color: #fff000;
    text-decoration: underline;
    transition: 0.2s; 
}

.red  {
    color: #900;
}
.navlink{width:100%;margin: 5% auto 2%;text-align:center;font-size:1.25em}
.navlink a{color:#FFF;background:#b9a081;padding:.5% 2%;text-decoration:none;border-radius:.5em;font-weight:700;margin-right: 4%;}
.navlink a:hover{background:#66533c;}




.more {
    width: 80%;
   /* max-width: 900px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #900;
    clear: both;
    float: none;
    padding-right: 10%;
    padding-left: 10%;
    /*background-image: url(../images/20190201_bg2.png);*/
    background: linear-gradient(to right, #842626 4%, #96120b 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#842626', endColorstr='#96120b',GradientType=1 ); /* IE6-9 */
}
.more ul {
    clear: both;
    float: none;
}
.more p {
    font-size: 19px;
    font-weight: bold;
    color: #dda254;
    margin: 5px 0px;
    padding: 0px;
}
.more ul {
    margin: 0px;
    list-style-position: outside;
    list-style-type: disc;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.more .NewsStyle {
    color: #FFF;
    margin: 0px;
    padding: 0px;
}
.more .NewsStyle a {
    font-size: 15px;
    line-height: 1.5em;
    color: #FFF;
    text-decoration: none;
}
.more .NewsStyle a:visited {
    color: #FFF;
    text-decoration: none;
}
.more .NewsStyle a:hover {
    color: #FFF;
    text-decoration: underline;
}
.more .NewsStyle a:active {
    color: #FFF;
    text-decoration: underline;
}
