@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	font-family: 'Noto Sans TC', Microsoft JhengHei, Helvetica, Arial, sans-serif
}

.wrap {
	padding: 0;
	margin: 0 auto;
	width: 640px;
	height: auto;
	display: none
}

.logo {
	margin-top: 20px;
	margin-left: 20px;
	position: fixed;
	z-index: 1
}

.logo img {
	width: 120px
}

a {
	text-decoration: none
}
._c:after{
	content:''; display:block; clear:both; visibility:hidden; height:0;

}

.section-1 .chatlist {
	position: relative;
	height: 1136px
}

.section-1 .chatlist .top {
	height: 110px;
	background: url(../images/chatlist-top.jpg) no-repeat
}

.section-1 .chatlist .btm {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: 86px;
	background: url(../images/chatlist-btm.jpg) no-repeat
}

.section-1 ul {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 40px;
	list-style: none
}

.section-1 ul hr {
	margin-top: 60px;
	margin-left: 150px
}

.section-1 ul li {
	cursor: pointer;
	position: relative;
	margin-top: 30px
}

.section-1 ul li .avatar {
	margin-right: 30px;
	width: 125px;
	height: 125px;
	float: left
}

.section-1 ul li .user {
	padding-top: 30px
}

.section-1 ul li .user span.id {
	font-weight: bold;
	font-size: 28px
}

.section-1 ul li .user span.content {
	word-break: break-all;
	font-weight: regular;
	font-size: 22px;
	display: block;
	color: #666666;
	padding-top: 10px
}

.section-1 ul li .enter {
	font-size: 22px;
	position: absolute;
	top: 0;
	margin-top: 35px;
	margin-left: 280px;
	vertical-align: middle;
	z-index: 999;
	padding: 5px 12px;
	cursor: pointer;
	display: inline-block;
	background: #8bc352;
	border-radius: 5px;
	border: 1px solid #333333;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: enterzoom 1.1s infinite;
	animation: enterzoom 1.1s infinite
}

.section-1 .chatbox {
	display: none;
	background: #7293C2;
	height: auto
}

.section-1 .chatbox .chatsinglehead {
	width: 100%;
	height: 110px;
	background: #263147 url(../images/chatsinglehead.jpg) no-repeat bottom
}

.section-1 .chatbox .chatsinglehead span.back {
	position: absolute;
	margin-top: 55px;
	margin-left: 65px;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	display: inline-block;
	font-size: 28px;
	cursor: pointer
}

.section-1 .chatbox .chatsinglehead span.name {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 28px;
	padding-top: 60px
}

.section-1 .chatbox .chatdiagif {
	min-height: 1024px;
	padding: 0;
	margin: 0
}

.section-1 .chatbox .chatdiagif img {
	padding: 0;
	margin: 0;
	border: none
}

@keyframes enterzoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes enterzoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.arrow {
	display: none;
	width: 60px;
	height: 60px;
	background: url(../images/arrow_sp.png) no-repeat left;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 0;
	margin-bottom: 20%;
	animation: arrowdown 1.3s steps(20) infinite;
	-webkit-animation: arrowdown 1.3s steps(20) infinite;
	-moz-animation: arrowdown 1.3s steps(20) infinite;
	-o-animation: arrowdown 1.3s steps(20) infinite
}

keyframes arrowdown 0% {
	background-position: 0 0
}

keyframes arrowdown to {
	background-position: -1200px 0px
}

@-webkit-keyframes arrowdown {
	0% {
		background-position: 0 0
	}

	to {
		background-position: -1200px 0px
	}
}

@-moz-keyframes arrowdown {
	0% {
		background-position: 0 0
	}

	to {
		background-position: -1200px 0px
	}
}

@-o-keyframes arrowdown {
	0% {
		background-position: 0 0
	}

	to {
		background-position: -1200px 0px
	}
}

.section-2 {
	padding: 60px;
	background: #eef2f5
}

.section-2 .title {
	margin-bottom: 60px
}

.section-2 .agency {
	margin-bottom: 60px;
	background: #fff;
	position: relative
}

.section-2 .agencylogo {
	position: absolute
}

.section-2 .agencylogo img {
	width: 120px
}

.section-2 .logoR {
	top: 0;
	right: 0;
	margin-top: -25px;
	margin-right: -25px
}

.section-2 .logoL {
	top: 0;
	left: 0;
	margin-top: -25px;
	margin-left: -25px
}

.section-2 .agencyimg img {
	width: 100%
}

.section-2 .agencycontent {
	padding: 20px
}

.section-2 .agencycontent p {
	color: #898989;
	font-size: 18px;
	line-height: 28px;
	/* text-align: justify */
	word-break: break-all;
}

.section-3 .section-title h1 {
	color: #535353
}

.section-4 .section-title h1 {
	color: #fff
}

.section-title {
	text-align: center;
	margin-bottom: 60px
}

.section-title h1 {
	text-align: center;
	font-size: 24px;
	display: inline-block;
	position: relative;
	letter-spacing: 5px
}

.section-title h1:after {
	content: '';
	position: absolute;
	left: 25%;
	display: inline-block;
	height: 40px;
	width: 50%;
	border-bottom: 1px solid;
	margin-top: 15px
}

.section-3 {
	padding: 60px
}

.section-4 {
	padding: 60px;
	text-align: center;
	background: #2c3649
}

.section-4 ul {
	list-style: none
}

.section-4 ul li {
	text-align: left;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px
}

.section-4 ul li a {
	text-decoration: none;
	color: #fff
}

.section-4 ul li span {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 0px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-right: 10px
}

.badge-news {
	background: #ffba00
}

.badge-marketing {
	background: #999999
}

.badge-creative {
	background: #059fdd
}

.badge-trend,.badge-survay {
	background: #e60012
}

.badge-people {
	background: #1baece
}

.badge-vision {
	background: #ffb800
}

.badge-way {
	background: #eb0014
}

.badge-plan {
	background: #94c329
}

.featurearticle {
	margin-bottom: 50px;
	/* height: 158px; */
	width: 100%;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #c8c8c8;
	box-shadow: 0 0 5px #c8c8c8;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
	position: relative;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.featurearticle h1 {
	line-height: 24px;
	padding-top: 30px;
	padding-left: 20px;
	width: 85%;
	color: #626262;
	font-size: 18px;
	font-weight: 700;
	text-align: justify
}

.featurearticle p {
	line-height: 20px;
	color: #898989;
	font-size: 14px;
	width: 80%;
	padding-left: 20px
}

.featurearticle img {
	width: 100%;
	border-radius: 0px 0px 0px  5px
}

.featurearticle .articletype {
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #ccc;
	font-size: 14px;
	text-align: center;
	border-radius: 200px;
	line-height: 50px;
	position: absolute;
	margin-top: -25px;
	margin-left: -25px;

}

.featurearticle .typenews {
	background: #ffb800
}

.featurearticle .typetrend {
	background: #e60012
}

.featurearticle .typestrategy {
	background: #8fc31f
}

.featurearticle .typecreative {
	background: #00a0e9
}
.featurearticle .typemarket {
	background: #99999999
}

.featurearticle hr {
	background: #c9c9c9;
	width: 85%;
	border: none;
	height: 1px
}

.featurearticle .fL {
	width: 40%;
	/* float: left */
}

.featurearticle .fL img {
	height: 100%
}

.featurearticle .fR {
	width: 60%;
	padding-bottom: 5vw;
	/* float: right */
}

.loading {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}

.loader {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #000;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 0.7em solid #e3e3e3;
	border-right: 0.7em solid #e3e3e3;
	border-bottom: 0.7em solid #e3e3e3;
	border-left: 0.7em solid #999;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.1s infinite linear;
	animation: loading 1.1s infinite linear
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)	;
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
}
}

#animation_container{
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%  !important;
    height: auto !important;
}
#animation_container:before{
    /* content: ""; */
    padding-top: 177.7778%;
    display: block;
}
#dom_overlay_container{
    display: none;
}
#animation_container canvas{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    overflow: hidden;
}
.kv_slick{
	width: 100%;
	height: 100%;
}
.kv_1920_3{
	background: url("../images/kv3.jpg") no-repeat bottom center;
	background-size: cover;
	width: 100vw !important;
	height: 100%;
}
.kv_1920_2{
	background: url("../images/kv2.jpg") no-repeat bottom center;
	background-size: cover;
	width: 100vw !important;
	height: 100%;
}
.kv_1920_1{
	background: url("../images/kv1.jpg") no-repeat bottom center;
	background-size: cover;
	width: 100vw !important;
	height: 100%;
}