/*input字體*/
@charset "utf-8";
@import "http://fonts.googleapis.com/earlyaccess/cwtexming.css";
@import "http://fonts.googleapis.com/earlyaccess/notosanstc.css";

*{
	transition: .4s;
}

body{
	font-family: Roboto, "Noto Sans TC", 微軟正黑體, 繁黑體, "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "LiHei Pro", sans-serif, 新細明體, PMingLiU;
	box-sizing: border-box;
	line-height: 1.3;
}

p{
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
}

.container-wrap{
/*
	position: relative;
	z-index: 1000;
*/
	position: absolute;
    top: 100vh;
	width: 100%;
}

section{
	padding: 40px 0;
}

.section-line{
	height: 3px;
	width: 100%;
	background: #ccc7e3; /* Old browsers */
	background: -moz-linear-gradient(left, #ccc7e3 1%, #331d90 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ccc7e3 1%,#331d90 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ccc7e3 1%,#331d90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc7e3', endColorstr='#331d90',GradientType=1 ); /* IE6-9 */
}

.header-logo {
	position: absolute;
	top: 15px;
	left: 8%;
	z-index: 10;
	
	width: 100px;
	height: 40px;
	background: url(../img/logo-cw.svg) center;
	background-size: cover;
}
.header-logo a{
	display: block;
	width: 100px;
	height: 40px;
}
/*
.header-logo img{
	width: 100px;
	height: auto;
}
*/
@media (max-width:767px){
	.header-logo {
	left: 15px;
	width: 80px;
	height: 32px;
	}
	.header-logo a{
	width: 80px;
	height: 32px;
	}
/*
	.header-logo img{
	width: 80px;
	}	
*/
}

/*ie main*/

.ie-main{
	background: url(../img/op-bg.jpg) center center;
    background-size: cover;
	height: 100vh;
}
.ie-container{
	padding: 26vh 5vw;
}
.ie-main .title1{
	font-size: 70px;
	line-height: 1;
	text-align: center;
    font-weight: 200;
}
.ie-main .title2{
    font-size: 100px;
    font-weight: 600;
    margin: 20px auto;
    padding: 0 0.2em;
	text-align: center;
}
.ie-main .s-title {
    background: #000;
    display: table;
    margin: 6vh auto;
    color: #bcb30d;
    padding: 7px 12px 7px 8px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.5;
}
.ie-main .s-title span {
    color: #fff;
}
.ie-main .date {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 7vh auto 0;
	display: block;
}
@media (max-width:767px){
	.ie-main{
		display: none;
	}
}

/*-----------------foreword------------------*/
.section-foreword{
	background:url(../img/section-bg.jpg) center center no-repeat;
	text-align: center;
	padding: 70px 0;
}
.section-foreword p::after{
	content: "";
	display: block;
	border: 3px solid #999;
	width: 25px;
	margin: 30px auto 30px;
}
.section-foreword p{
	letter-spacing: 2px;
	color: #ccc;
}
.section-foreword h3{
    font-size: 27px;
    font-weight: 400;
    line-height: 1.5;
	letter-spacing: 2px;
	color: #ccc;
}


/*-----------------speaker-----------------*/
.section-speaker{
	background-color: #e1e0e4;
	color: #222;
}
.section-speaker .title{
	margin-top: 30px;
}
.section-speaker .title-ch{
	font-size: 120px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
}
.section-speaker .title-en{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 4px;
	margin-left: 4px;
	position: relative;
	color: #fff;
}
.section-speaker .title-en::after{
	content: "";
	display: block;
	border-bottom: 6px solid #1c0384;
	width: 36px;
	position: absolute;
	top: 0;
	left: 220px;
}
.section-speaker .speaker-txt{
	padding: 70px 0 0 0;
	font-size: 16px;
}
.section-speaker .speaker-txt h5{
	color:#1c0384 ;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 10px auto;
}
.section-speaker .speaker-txt h2{
	color:#1c0384 ;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 10px auto 20px;
	line-height: 1;
}
.section-speaker .speaker-photo{
	margin-top: -120px;	
}
.section-speaker .speaker-photo img{
	max-width: 100%;
}
.section-speaker p{
	font-size: 15px;
}

.section-speaker .speaker-wrap{
	margin-top: 60px;
	margin-bottom: 30px;
}
/*
.section-speaker .speaker{
	margin:20px auto;
}
*/
.section-speaker .speaker-box{
	width: 49%;
	display: inline-block;
	color: #333;
}
.section-speaker .speaker-box-txt{
	padding-left: 10px;
	color:#1c0384 ;
	vertical-align: top;
}
.section-speaker .speaker-box img{
	width: 100%;
}
.section-speaker .speaker-box-txt h5{
	font-size: 14px;
    font-weight: 500;
	margin: 0;
	line-height: 1.4;
}
.section-speaker .speaker-box-txt h2{
	font-size: 32px;
    font-weight: 300;
	margin: 12px 0;
	line-height: 1;
}
@media (max-width:767px){
	.section-speaker .title {
     margin-top: 0px; 
	}
	.section-speaker .title-ch {
		font-size: 80px;
	}
	.section-speaker .title-en {
		font-size: 22px;
	}
	.section-speaker .title-en::after {
    width: 28px;
    left: 117px;
	}
	.section-speaker .speaker-txt {
    padding-top: 20px;
	}
	.section-speaker .speaker-txt h2 {
		font-size: 45px;
	}
	.section-speaker .speaker-photo {
     margin-top: 0px; 
	}
	.section-speaker .speaker-wrap {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.section-speaker .speaker-box img{
		padding-right: 10px;
	}
	.section-speaker .speaker{
		margin:0px auto 20px;
		border-top: 1px dashed #9590fd;
		padding-top: 30px;
	}


}
/*-----------------admission-----------------*/
.section-admission{
	background-color: #e1e0e4;
}
.section-admission .title{
	margin-top: 30px;
}
.section-admission .title-ch{
	font-size: 100px;
	font-weight: 300;
	line-height: 1.1;
	color: #fff;
}
.section-admission .title-en{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 4px;
	margin-left: 4px;
	position: relative;
	color: #fff;
}
.section-admission .title-en::after{
	content: "";
	display: block;
	border-bottom: 6px solid #1c0384;
	width: 36px;
	position: absolute;
	top: 0;
	left: 200px;
}

.section-admission .admission-wrap{
	margin-top: -150px;
}
.section-admission .information{
	text-align: center;
	margin-bottom: 60px;
}
.section-admission .information .time{
	font-weight: 600;
	font-size: 40px;
	color: #000;
}
.section-admission .information .time span{
	font-size: 26px;
}
.section-admission .information p.location{
	font-weight: 600;
	font-size: 22px;
	color: #1c0384;
}
.section-admission .information p{
	margin: 2px auto;
}

.section-admission .buy-wrap{
	text-align: center;
}
.section-admission .buy-wrap h3{
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
}
.section-admission .buy-wrap .price{
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
}
.section-admission .buy-wrap .price span{
	font-size: 15px;
	margin-left: 6px;
}
.section-admission .buy-wrap .buyBTN{
	font-size: 18px;
	letter-spacing: 4px;
	font-weight: 300;
	background-color: #1c0384;
	border: 3px solid #1c0384;
	padding: 12px 20px 12px 26px;
	display: inline-block;
	margin: 20px auto;
	color: #fff;
}
.section-admission .buy-wrap .buyBTN a:hover{
	text-decoration: none;
}
.section-admission .buy-wrap .buyBTN:hover {
	background-color: #fff;	
	color: #1c0384;
	font-weight: 500;
}
.section-admission .buy-wrap p{
	line-height: 1.6;
	font-size: 15px;
}
.section-admission .buy-wrap .buyBTN-red{
	background-color: #930000;
	border: 3px solid #930000;
}
.section-admission .buy-wrap .buyBTN-red:hover {
	color: #930000;
}
.section-admission .buy-wrap-left{
	border-right: 1px solid #999;
}
.section-admission .iframe-map{
	margin: 40px 20px;
	padding: 0;
}
.section-admission .iframe-map iframe{
	width:100%;
	height:300px;
}


@media (max-width:767px){
	.section-admission .title {
    	margin-top: 0px; 
	}
	.section-admission .title-ch {
		font-size: 70px;
	}
	.section-admission .title-en {
		font-size: 20px;
	}
	.section-admission .title-en::after {
		width: 28px;
		left: 140px;
	}
	.section-admission .admission-wrap {
     	margin-top: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	.section-admission .buy-wrap-left {
		border: none;
	}
	.section-admission .buy-wrap-left::after {
		display: block;
		content: "";
		border-bottom: 1px dashed #bbb;
	}
	.section-admission .buy-wrap {
    margin-bottom: 30px;
	}
}

/*-----------------AGENDA-----------------*/
.section-agnda{
	background-color: #f4f2f2;
	color: #222;
}
.section-agnda .title{
	margin-top: 30px;
}
.section-agnda .title-ch{
	font-size: 100px;
	font-weight: 300;
	line-height: 1;
	color: #cecccc;
}
.section-agnda .title-en{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 4px;
	margin-left: 4px;
	position: relative;
	color: #cecccc;
}
.section-agnda .title-en::after{
	content: "";
	display: block;
	border-bottom: 6px solid #1c0384;
	width: 36px;
	position: absolute;
	top: 0;
	left: 200px;
}
.section-agnda .agenda-item{
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #DCDCDC;
}
.section-agnda .agenda-item .box-time {
    text-align: center;
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	font-size: 15px;
    letter-spacing: 1px;
	color: #ddd;
	background-color: #5549b6;
}
.section-agnda .agenda-item .box-title{
    flex: 7;
    display: flex;
    align-items: center;
    position: relative;
    color: #555;
	padding: 8px 12px;
}
.section-agnda .agenda-item .box-title h4 {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 1.4;
	color: #1c0384;
	font-size: 16px;
	font-weight: 500;
}
.section-agnda .agenda-item .box-title span {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	letter-spacing: 1px;
}
.section-agnda .agenda-item .box-break{
	background: #fff;
	text-align: center;
	flex: 9;
}
.section-agnda .agenda-item .box-break h4{
	font-size: 14px;
	color: #555;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 10px auto;
}

/*-----------------partner-----------------*/
.section-partner{
	background-color: #f4f2f2;
	color: #222;
}
.section-partner .title{
	margin-top: 30px;
}
.section-partner .title-ch{
	font-size: 100px;
	font-weight: 300;
	line-height: 1.1;
	color: #cecccc;
}
.section-partner .title-en{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 4px;
	margin-left: 4px;
	position: relative;
	color: #cecccc;
}
.section-partner .title-en::after{
	content: "";
	display: block;
	border-bottom: 6px solid #1c0384;
	width: 36px;
	position: absolute;
	top: 0;
	left: 200px;
}

.section-partner .partner-wrap{
	text-align: center;
	margin-top: -150px;
}
.section-partner .company{
	display:inline-block;
	margin: 0 30px;
}
.section-partner .company p{
	display:inline-block;
	font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
	margin-right: 14px;
}
.section-partner .company img{
	height: 50px;
}


@media (max-width:767px){
	.section-partner .title {
     margin-top: 0px; 
	}
	.section-partner  .title-ch {
		font-size: 70px;
	}
	.section-partner  .title-en {
		font-size: 20px;
	}
	.section-partner  .title-en::after {
		width: 28px;
		left: 140px;
	}
	.section-partner .partner-wrap {
    text-align: left;
    margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
	}
	.section-partner .company {
    display: block;
     margin: 10px 0px; 
	}
	.section-partner .company img {
    height: 40px;
	}

}
/*-----------------footer-----------------*/
footer{
	text-align: center;
	background-color: #1c0384;
	font-size: 14px;
	letter-spacing: 2px;
	color: #888;
	padding: 20px 15px 18px;
	line-height: 1.6;
}