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

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

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

.logo img {
	width: 220px
}

.chatfn {
	width: 80px;
	height: 100%;
	background: #2c3649
}

.chatfn .top {
	height: 330px;
	width: 80px;
	background: url(../images/chatfn-top.jpg) top center no-repeat
}

.chatfn .btm {
	bottom: 0;
	position: absolute;
	height: 170px;
	width: 80px;
	background: url(../images/chatfn-btm.jpg) bottom center no-repeat
}

.chathead {
	top: 0;
	position: absolute;
	background: #eef2f5;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	height: 36px;
	z-index: -1
}

.chatlist {
	top: 0;
	position: absolute;
	margin-left: 80px;
	padding-top: 36px;
	float: left;
	width: 280px;
	height: 100%;
	border-right: 1px solid #cccccc
}

.chatlist .search {
	width: 100%;
	height: 60px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: url(../images/chatlist-search.jpg) no-repeat center center
}

.chatlist ul {
	padding: 0;
	list-style: none;
	background: #fff
}

.chatlist ul li.active {
	background: #EDEFF2
}

.chatlist ul li {
	position: relative;
	cursor: pointer;
	height: 100px
}

.chatlist ul li .avatar {
	margin-left: 15px;
	margin-top: 24px;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 60px;
	vertical-align: middle
}

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

.chatlist ul li .user span.id {
	font-weight: bold;
	font-size: 16px
}

.chatlist ul li .user span.content {
	word-break: break-all;
	font-weight: regular;
	font-size: 14px;
	display: block
}

.chatlist ul li .enter {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 35px;
	margin-right: 15px;
	vertical-align: middle;
	z-index: 999;
	padding: 5px 10px;
	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
}

.chatbox {
	display: none;
	margin-top: 36px;
	top: 0;
	right: 0;
	padding-left: 359px;
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 1px solid #cccccc
}

.chatbox .chatsinglehead {
	background: #EEF2F5 url(../images/chatsingle-icon.jpg) right no-repeat;
	height: 60px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-left: 20px
}

.chatbox .chatsinglehead span {
	margin-right: 20px
}

.chatdiagif {
	display: none;
	margin: 0 auto;
	text-align: center
}

.chatdiagif img {
	width: 100%;
	margin: 0 auto
}

.container {
	max-width: 1280px
}

.featurearticle {
	text-decoration: none;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0 0 5px #c8c8c8;
	box-shadow: 0 0 5px #c8c8c8;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	
}

.featurearticle:hover {
	-webkit-box-shadow: 0 0 25px #bdbdbd;
	box-shadow: 0 0 25px #bdbdbd
}

.featurearticle h1 {
	margin: 0 auto;
	margin-top: 15px;
	width: 80%;
	color: #626262;
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.featurearticle p {
	color: #898989;
	font-size: 14px;
	width: 80%;
	margin: 0 auto
}

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

.featurearticle .articletype {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	padding-top: 15px;
	position: absolute;
	bottom: 10%
}

.featurearticle .typenews {
	background: #ffba00
}

.featurearticle .typetrend {
	background: #e60012
}

.featurearticle .typestrategy {
	background: #8fc31f
}

.featurearticle .typecreative {
	background: #00a0e9
}

.featurearticle hr {
	background: #c9c9c9;
	width: 80%
}

.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
}

.arrow {
	display: none;
	width: 80px;
	height: 80px;
	background: url(../images/arrow_sp.png) no-repeat left;
	position: fixed;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 0;
	margin-bottom: 50px;
	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: -1600px 0px
}

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

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

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

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

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

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

.section-2 {
	background: #eef2f5;
	padding-left: 40px;
	padding-right: 40px
}

.section-2 .title {
	padding-left: 10px;
	margin-bottom: 30px
}

.section-2 .content {
	width: 1200px
}

.agency {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	width: 120px;
	height: 120px
}

.agency img {
	width: 100%;
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.agency:hover img {
	-o-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

.agencycontent .feature img {
	width: 100%
}

.agencycontent .txt {
	color: #898989;
	font-size: 18px;
	padding-top: 20px
}

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

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

.section-3 {
	padding-left: 40px;
	padding-right: 40px
}

.section-3 a {
	text-decoration: none;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.section-4 {
	background: #2c3649
}

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

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

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

.badge {
	padding: 5px 15px;
	border-radius: 0px;
	font-size: 14px;
	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
}

.imggray {
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.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)
	}
}

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

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

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

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

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

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
#animation_container{
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
#animation_container:before{
    /* content: ""; */
    padding-top: 56.25%;
    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_1920.jpg") no-repeat bottom center;
	background-size: cover;
	width: 100vw !important;
	height: 100%;
}
.kv_1920_2{
	background: url("../images/kv2_1920.jpg") no-repeat bottom center;
	background-size: cover;
	width: 100vw !important;
	height: 100%;
	
}
.kv_1920_1{
	background: url("../images/kv1_1920.jpg") no-repeat bottom center;
	background-size: cover;
	width: 100vw !important;
	height: 100%;
}