@charset "utf-8";
#ds {
	background: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/header_1_bg.jpg) no-repeat fixed;
	background-size: 100%;
	background-color: #000;
}
#ds h1 {
	color: #fecb2e;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
#ds h1.line-glow {
	position: relative;
	display: inline-block;
	padding: 5px 0 15px 0;
	background: #ff6c00;
	background: -moz-linear-gradient(to bottom, #ff6c00 3%, #fee300 30%, #ff6c00 40%, #fee300 90%, #ff6c00 50%);
	background: -webkit-linear-gradient(to bottom, #ff6c00 3%, #fee300 30%, #ff6c00 40%, #fee300 90%, #ff6c00 50%);
	background: linear-gradient(to bottom, #ff6c00 3%, #fee300 30%, #ff6c00 40%, #fee300 90%, #ff6c00 50%);
	background-clip: border-box;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#bebebe', GradientType=0 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 0 rgba(255, 255, 255, .1);
	margin-top: 0px;
	width: 60%;
}
#ds h1.line-glow::before {
	content: '';
	height: 1px;
	bottom: 10px;
	left: 0;
	margin: auto;
	margin-top: auto;
	background: #ff6c00;
	background: -moz-linear-gradient(to right bottom, #000 0%, #000 31%, #ff6c00 30%, #fecc00 77%, #ff6c00 100%, );
	background: -webkit-linear-gradient(to right bottom, #000 0%, #000 31%, #ff6c00 30%, #fecc00 77%, #ff6c00 100%);
	background: linear-gradient(to right bottom, #000 0%, #000 31%, #ff6c00 30%, #fecc00 77%, #ff6c00 100%);
	box-shadow: 0 0 15px rgba(255,71,0,.5), 0 0 15px rgba(255,71,0,.5), 0 0 15px rgba(255,71,0,.5);
	position: absolute;
	float: left;
	width: 55%;
	margin-top: -10px;
	opacity: 0.5;
}
#ds h1.line-glow::after {
	content: '';
	height: 1px;
	top: 10px;
	right: 0;
	margin: auto;
	margin-top: auto;
	background: #ff6c00;
	background: -moz-linear-gradient(to left bottom, #000 0%, #000 31%, #ff6c00 30%, #fecc00 77%, #ff6c00 100%);
	background: -webkit-linear-gradient(to left bottom, #000 0%, #000 31%, #ff6c00 30%, #fecc00 77%, #ff6c00 100%);
	background: linear-gradient(to left bottom, #000 0%, #000 31%, #ff6c00 30%, #fecc00 77%, #ff6c00 100%);
	box-shadow: 0 0 15px rgba(255,71,0,.5), 0 0 15px rgba(255,71,0,.5), 0 0 15px rgba(255,71,0,.5);
	position: absolute;
	float: left;
	width: 55%;
	margin-top: -10px;
	opacity: 0.5;
}
#ds h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
}
#ds .gift {
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
}
#ds .gift .grow {
	display: table;
	width: 65%;
	margin: 0 auto;
}
#ds .fa {
	font-size: 7em;
	display: block;
	color: #fff;
	text-shadow: 0 0 30px #777;
}
#ds .gift .grow .gtd {
	display: table-cell;
	width: 25%;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.0);
	padding: 10px;
	padding: 5% 0px;
}
#ds .gift .grow .gtd p {
	font-size: 1.3em;
}
#ds .ul.nav {
	background-color: none;
}
#ds .video {
	text-align: center;
}
#ds .video .owl-nav {
	font-size: 50px;
	font-weight: bold;
	color: #999;
}
#ds .video .owl-nav .owl-prev {
	position: absolute;
	left: -30px;
	top: 35%;
	outline: none;
}
#ds .video .owl-nav .owl-next {
	position: absolute;
	right: -30px;
	top: 35%;
	outline: none;
}
img {
	max-width: 100%;
width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
}
#ds #teambox {
	padding: 2rem 0 4rem;
	background-size: cover;
	text-align: center;
}
#ds #teambox h3 {
	padding-bottom: 2rem;
	font-size: 20px;
	color: #666;
}
#ds #teambox .itembox {
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
}
#ds .container {
	padding: 5rem 0;
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
}
#ds #teambox .itembox .item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 300px;
	margin: 10px;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
}
#ds #teambox .itembox .item a {
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
}
#ds #teambox .itembox .item:hover {
	box-shadow: 0 0 25px rgba(255,126,0,.3);
	border: 1px solid #fecb2e;
}
#ds #teambox .itembox .item a .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 16px;
	background: rgba(10, 10, 10, 0.6);
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	height: 60px;
	text-align: center;
}
#ds #teambox .itembox .item a .txt .title {
	padding: 8px 0 0;
	color: #ccc;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
#ds #teambox .itembox .item a .txt .title:after {
	content: "]";
	padding-left: 5px;
}
#ds #teambox .itembox .item a .txt .title:before {
	content: "[";
	padding-right: 5px;
}
#ds #teambox .itembox .item a .txt .icon {
	display: none;
	font-size: 40px;
	padding-bottom: 20px;
	opacity: 0;
}
#ds #teambox .itembox .item span {
	display: block;
}
#ds .video .works {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}
#ds .video .works img {
	opacity: 0.7;
	vertical-align: bottom;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	padding: 2px;
	background: #000000;
}
#ds .video .works img:hover {
	opacity: 1;
}
#ds .header {
	height: 50px;
	border-bottom: 3px solid #f80000;
	padding-bottom: 5px;
}
#ds .red {
	color: #f80000;
}
#ds .content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#ds .intro {
	width: 570px;
	float: right;
	padding-top: 50px;
	position: relative;
}
#ds ul.redul {
	padding: 30px 0 0 30px;
	margin: 0;
	font-size: 16px;
}
#ds ul.redul li {
	background: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/red.png) 3px 5px no-repeat;
	padding-left: 18px;
	list-style: none;
	margin-bottom: 15px;
}
#ds .modelbox {
	background: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/dotbg1.gif);
	color: #8c8c8c;
	font-size: 12px;
	padding: 10px;
	margin-top: 40px;
	line-height: 1em;
}
#ds .clear {
	clear: both;
}
#ds ul.nav {
	list-style: none;
	height: 40px;
	padding: 5px 5px 0 20px;
	margin: 0;
}
#ds ul.nav li {
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	display: block;
	font-size: 16px;
	cursor: pointer;
	background: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/line-b.gif) right 10px no-repeat;
}
#ds ul.nav li.on {
	background: #850000;
	-khtml-top-left-border-radius: 5px;
	-moz-top-left-border-radius: 5px;
	-webkit-top-left-border-radius: 5px;
	border-top-left-radius: 5px;
	-khtml-top-right-border-radius: 5px;
	-moz-top-right-border-radius: 5px;
	-webkit-top-right-border-radius: 5px;
	border-top-right-radius: 5px;
	margin-left: -1px;
}
#ds .fbox {
	position: relative;
	line-height: 1.5em;
}
#ds {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: 'DIN Pro', '微軟正黑體', 'PTSansNarrowRegular', '新細明體', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
}
#ds #toolbar {
	position: fixed;
	bottom: 0;
	right: 5px;
	z-index: 999;
	vertical-align: middle;
}
#ds #toolbar ul li {
	vertical-align: middle;
	margin: 2px;
	padding: 7px;
	border-radius: 3px;
	list-style: none;
}
#ds #toolbar a {
	margin: 0;
	line-height: 50px;
	text-align: center;
	background: #222;
	text-decoration: none;
	background: rgba(100,0,2,1.00);
	display: block;
}
#ds #toolbar a:hover {
	background-color: #f00;
	text-decoration: none;
}
#ds #toolbar .fa-icon {
	display: block;
	font-size: 25px!important;
	color: #FFF;
	padding: 0;
	margin: 0;
	font: normal normal normal 14px/1 FontAwesome;
}
/*----jump window--*/

.sideqik-partner-form-iframe {
	height: 1200px !important;
	overflow: hidden;
}

@media screen and (max-width: 720px) {
	
	.sideqik-partner-form-iframe {
	height: 1250px !important;
}
}
@media screen and (max-width: 480px) {
	
	.sideqik-partner-form-iframe {
	height: 1500px !important;
}
}

#ds .content p {
	background-color: #ce2c00;
	margin: 0px;
	padding: 2px;
	font-size: 20px;
	font-weight: bold;
}
#ds .modal-content {
	background-color: rgb(25, 1, 0);
	color: #fff;
	font-size: 1em;
	border: 1px solid #ce2c00;
	padding: 0%;
	letter-spacing: normal;
	border-radius: 0px !important;
	overflow: hidden;
}
#ds .modal-content .close {
	margin-top: 0px;
	color: #f00;
	opacity: 1;
	text-shadow: 0 0px 0 #000 !important;
	margin-right: 5px;
}
#ds .modal-dialog {
	margin-top: 5%;
		background-color: rgb(25, 1, 0);
}
#ds .modal-content ul {
	list-style: decimal;
	text-align: left;
	font-size: 18px;
	padding-top: 10px;
	line-height: 28px;
	margin: 0 35px;
}

@media (max-width: 1280px) {
}
#ds .about {
	background-color: rgba(82,0,0,.7);
	text-align: center;
}
#ds p {
	color: #fff;
	font-size: 20px;
	font-family: 'DINPro';
	line-height: 32px;
	margin-bottom: 20px;
	letter-spacing: normal;
}
#ds .about a {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	background-color: #b92700;
	background: -webkit-linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	background: -o-linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	background: -moz-linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	background: linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	display: inline-block;
	margin: 30px 0px;
	cursor: pointer
}
#ds .about a:hover {
	background-color: #fff;
	color: #ff0000;
}

@media screen and (max-width: 1366px) {
#ds #teambox .itembox .item {
	width: 280px;
}
}

@media screen and (max-width: 1280px) {
#ds #teambox .itembox .item {
	width: 250px;
}
}

@media screen and (max-width: 1024px) {
#ds #teambox .itembox .item {
	width: 200px;
}
}

@media screen and (max-width: 960px) {
#ds .container {
	padding: 0px;
}
#ds #teambox .titlebox {
	padding: 0;
	margin-bottom: 30px;
}
#ds #teambox .titlebox h2.title {
	padding-bottom: 15px;
}
#ds #teambox .titlebox h3 {
	padding-bottom: 0;
	font-size: 18px;
}
#ds #teambox .itembox .item {
	width: 300px;
	margin: 10px 0px;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
}
}

@media screen and (max-width:768px) {
#ds h1.line-glow, #ds .gift .grow {
	width: 100%;
}
#ds .fa {
	font-size: 4em;
}
#ds .hh p {
	font-size: 12px;
	line-height: 1;
}
#ds h1 {
	font-size: 26px;
}
#ds p {
	font-size: 18px;
	font-family: 'DINPro-Light';
	line-height: normal;
}
#ds .about {
	padding-top: 5px;
}
}

@media screen and (max-width:480px) {
#ds .gift .grow .gtd p {
	line-height: 18px;
	font-size: 1em;
}
#ds #teambox .itembox .item {
	width: 150px !important;
}
}
#ds #dskv {
	width: 100%;
	position: absolute;
	top: 0px;
}
#ds .kv{position: relative;}
#ds .bg-animation {
	width: 100%;
	background-image: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/header_1.png);
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 0;
}
#ds .bg-animation::after {
	width: 100%;
	content: "";
	background-image: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/header_1_2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	animation-name: opacity-eye;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
#ds .bg-animation::before {
	width: 100%;
	content: "";
	background-image: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/header_1_3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	animation-name: opacity-eye;
	animation-duration: 2s;
	animation-delay: 1.5s;
	animation-iteration-count: infinite;
}
 @keyframes opacity-eye {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
    /*animated scroll arrow animation*/
    
    @-webkit-keyframes fade_move_down {
 0% {
 -webkit-transform: translate(0, -10px) rotate(45deg);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: translate(0, 10px) rotate(45deg);
 opacity: 0;
}
}
 @-moz-keyframes fade_move_down {
 0% {
 -moz-transform: translate(0, -10px) rotate(45deg);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -moz-transform: translate(0, 10px) rotate(45deg);
 opacity: 0;
}
}
 @keyframes fade_move_down {
 0% {
 transform: translate(0, -10px) rotate(45deg);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: translate(0, 10px) rotate(45deg);
 opacity: 0;
}
}
 @keyframes rainbowBorder {
 0% {
 box-shadow: 0 0 5px #ff0000;
}
 12.5% {
 box-shadow: 0 0 5px #ff9000;
}
 25% {
 box-shadow: 0 0 5px #feff00;
}
 37.5% {
 box-shadow: 0 0 5px #1dff00;
}
 50% {
 box-shadow: 0 0 5px #00ffe6;
}
 62.5% {
 box-shadow: 0 0 5px #0042ff;
}
 75% {
 box-shadow: 0 0 5px #e200ff;
}
 87.8% {
 box-shadow: 0 0 5px #ff00b6;
}
 100% {
 box-shadow: 0 0 5px #ff0000;
}
}
 @keyframes rainbowText {
 0% {
 color: #ff0000;
 border: #ff0000 1px solid;
}
 12.5% {
 color: #ff9000;
 border: #ff9000 1px solid;
}
 25% {
 color: #feff00;
 border: #feff00 1px solid;
}
 37.5% {
 color: #1dff00;
 border: #1dff00 1px solid;
}
 50% {
 color: #00ffe6;
 border: #00ffe6 1px solid;
}
 62.5% {
 color: #0042ff;
 border: #0042ff 1px solid;
}
 75% {
 color: #e200ff;
 border: #e200ff 1px solid;
}
 87.8% {
 color: #ff00b6;
 border: #ff00b6 1px solid;
}
 100% {
 color: #ff0000;
 border: #ff0000 1px solid;
}
}

@media screen and (max-width:768px) {
#ds #dskv {
	width: 100%;
	padding-bottom: 50%;
	background-size: cover;
	height: 400px;
	background-position: 49% 50%;
}
#ds .bg-animation {
	position: relative;
	width: 100%;
	background-image: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/header_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	background-position: 49% 50%;
}
#ds .bg-animation::after {
	width: 100%;
	content: "";
	background-image: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/header_1_2.png);
	background-repeat: no-repeat;
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	animation-name: opacity-eye;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	background-size: cover;
	height: 400px;
	background-position: 49% 50%;
}
#ds .bg-animation::before {
	width: 100%;
	content: "";
	background-image: url(https://storage-asset.msi.com/event/2019/dragon_squad_v2/images/header_1_3.png);
	background-repeat: no-repeat;
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	animation-name: opacity-eye;
	animation-duration: 2s;
	animation-delay: 1.5s;
	animation-iteration-count: infinite;
	background-size: cover;
	height: 400px;
	background-position: 49% 50%;
}
}
