/* CSS -- reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #FFF;
	background-color: #000;
}
/*common style*/
img {
	max-width: 100%;
	overflow: hidden;
}
.text-center {
	text-align: center;
}
/*Start*/
#id_shocking {
	font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif, 'cwTeXHei', 'Microsoft JhengHei';
	font-size: 16px;
}
#id_shocking .commonbox {
	max-width: 1440px;
	margin: 0 auto;
	width: 90%;
}
#id_shocking h2 {
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 2;
}
#id_shocking h3 {
	line-height: 2;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
}
#id_shocking .block2 {
	background: url(https://storage-asset.msi.com/event/2020/mnt/ID-Shocking-Year-End/images/b02-bg.jpg) no-repeat top;
	background-size: 100%;
}
#id_shocking .block2 p{font-size: 30px;}
#id_shocking .block2 span{font-style: italic;}
#id_shocking .block2__txt {
	text-align: center;
	padding: 3% 0;
	margin: 0 auto;
}
#id_shocking .block2__imgbox h2 {
	width: 100%;
}
#id_shocking .block2__imgbox {
	border: 10px solid #2c4a57;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: rgba(0,0,0,.4);
}
#id_shocking .block2__imgbox--item {
	width: calc(100% / 2 - 80px);
	text-align: center;
	padding: 3%;
}
#id_shocking .block3 {
	background: url(https://storage-asset.msi.com/event/2020/mnt/ID-Shocking-Year-End/images/b03-bg.jpg) fixed;
	background-size: cover;
	padding: 5% 0;
}
#id_shocking .block3 p.style1{ text-align: center;
    line-height: 4em;
    margin-top: -2.5em;
    font-size: 2.2rem;
}

#id_shocking .block4 {
	background: url(https://storage-asset.msi.com/event/2020/mnt/ID-Shocking-Year-End/images/b04-bg.jpg) fixed;
	background-size: cover;
	padding: 5% 0;
}
#id_shocking .block5 {
	background: url(https://storage-asset.msi.com/event/2020/mnt/ID-Shocking-Year-End/images/b04-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 5% 0;
}
#id_shocking .msiwtb {
	background: transparent !important;
}
/* redeem */
#id_shocking .btn-wrap .btn-block {
	width: 33%;
	text-align: center;
	margin-top: 0;
	display: flex;
	justify-content: space-evenly;
}
#id_shocking .block3 .btn {
	display: block;
	padding: 15px;
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	background: #164a61;
	text-align: center;
	width: 20%;
}
#id_shocking .block3__btn-wrap {
	padding: 1% 0 3%;
}
#id_shocking .step-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 70%;
	padding: 10% 0;
}
#id_shocking .step {
	width: 44%;
	text-align: center;
	margin: 0 auto;
	font-family: "DINPro-Light";
}
#id_shocking .step p.large{font-size: 2rem;}
#id_shocking .step p{line-height: 2em;margin: 0;}
#id_shocking .step p strong, .step a {
	color: #ad813c;
}
#id_shocking .step p strong {
	font-size: 3rem;
}
#id_shocking .step--iconbox {
	border-radius: 150px;
	margin: 0 auto;
	padding: 7%;
	box-shadow: 0px 0px 40px 25px rgb(87 255 255 / 50%);
	width: 50%;
}
#id_shocking .step--iconbox:hover{	box-shadow: 0px 0px 40px 25px rgb(87 255 255 / 80%); transition: 0.2s ease-out;}
/* activity tab */

#id_shocking .tabs__nav {
	margin-top: 150px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0px;
}
#id_shocking .tabs__tab {
	padding: 0;
	width: 50%;
}
#id_shocking .tabs ul {
	padding: 0;
	margin: 0;
}
#id_shocking .tabs__link {
	float: left;
	padding: 0.25em 0.75em;
	text-decoration: none;
	font-size: 1em;
	color: #222222;
	width: 100%;
}
#id_shocking .tabs--tabbed .tabs__link {
	color: #fff;
	background: #11394b;
	font-weight: 900;
	font-size: 24px;
	padding: 0 40px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 50px;
}
#id_shocking.tabs--tabbed .tabs__link:hover, #id_shocking .tabs--tabbed .tabs__link:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
#id_shocking .tabs--tabbed .is-selected .tabs__link {
	color: #fff;
	background: #164a61;
}
#id_shocking .tab-content {
	border: 10px solid #6ebdda;
	padding: 3% 0;
	background: rgba(0,0,0,.2);
}
#id_shocking .tabs__panel {
	display: none;
}
#id_shocking .tabs__panel.is-selected {
	display: block;
}
#id_shocking .tabs__panel h2 {
	margin-bottom: 0;
	font-size: 20px;
	color: #6ebdda;
}
/* promotion  */
#id_shocking .LD__promo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#id_shocking .LD__promo-list {
	width: 360px;
	margin: 30px;
	color: #fff;
	text-align: center;
}
#id_shocking .LD__promo-list >a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
#id_shocking .LD__promo-list >a img:hover {
	box-shadow: 0px 0px 40px 15px rgb(87 255 255 / 40%)
}
#id_shocking .LD__promo-list > a > p {
	margin-top: 20px;
	font-size: 20px;
}
/* popup */
.popup-inner a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
	z-index: 999;
	overflow: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
 .popup::-webkit-scrollbar {
 width: 0 !important;
}
.popup:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -4px;
	vertical-align: middle;
}
.popup-inner {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	position: relative;
	max-width: 900px;
	width: 100%;
	padding: 40px;
	-webkit-box-shadow: 0px 2px 6px #000;
	box-shadow: 0px 2px 6px #000;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	margin: 50px 0;
	word-wrap: break-word;
	color: #fff;
	border: 3px solid #007998;
	font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 600px) {
.popup-inner {
	padding: 40px 20px;
}
}
.popup-inner h2 {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
}
.popup-inner p {
	font-size: 24px;
	font-weight: 400;
}
.popup-close {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 100%;
	background: transparent;
	border: solid 4px #333333;
}
.popup-close:after, .popup-close:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 3px;
	height: 4px;
	width: 16px;
	border-radius: 30px;
	background: #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-close:hover {
	-webkit-transform: translate(50%, -50%) rotate(180deg);
	transform: translate(50%, -50%) rotate(180deg);
	background: #f00;
	text-decoration: none;
	border-color: #f00;
}
.popup-close:hover:after, .popup-close:hover:before {
	background: #fff;
}

@media (max-width: 950px) {
.popup-inner {
	max-width: 900px;
	width: 90%;
}
}
/* Where to buy */
#id_shocking .modal-content {
	background-color: #000 !important;
}
/* Terms and Conditions */
.modal-content {
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.modal-content .modal-header h5 {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 0;
	margin: 20px 0;
	color: #fff;
}
.modal-content .modal-body {
	text-align: left;
}
.modal-content .modal-body ul:nth-of-type(1) {
	list-style-type: none;
}

.modal-content .modal-body p:nth-of-type(1) {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
	background: #007998;
	padding: 10px;
}
.modal-content .modal-body p {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
}
.modal-content .modal-body h4 {
	font-size: 20px;
	padding: 10px 0;
	font-weight: 900;
	color: #000;
}
.modal-content .modal-body ul li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 0 0 0 10px;
}
.modal-content .modal-body ul li ol {
	padding: 0 0 0 5px;
}
.modal-content .modal-body ul li ol:nth-of-type(1) li:nth-of-type(4) ol li {
	list-style-type: decimal;
}
.modal-content .modal-body ul li ol.list-symbol li {
	list-style-type: disc;
}
.modal-content .modal-body ul li ol.list-symbol li ul li {
	list-style-type: none;
}
.modal-content .modal-body .draw-prize .list-style {
	border: 1px solid #2f2f2f;
	padding: 15px;
	margin: 20px 0;
	list-style-type: none;
}
.modal-content .modal-body .draw-prize .list-style li:nth-of-type(1) {
	list-style-type: none;
}
.modal-content .modal-body .draw-prize .list-style li {
	color: #5fd3fffa;
	font-size: 20px;
	font-weight: 900;
	padding-left: 15px;
}
.modal-content .modal-body .draw-prize .list-style-sub {
	list-style: square;
}
.modal-content .modal-body .draw-prize .list-style-sub li {
	font-weight: normal;
	color: #80b8e0;
	font-size: 16px;
	padding-left: 0;
}
.modal-content .modal-body .draw-prize .list-style-sub li:nth-of-type(1) {
	list-style-type: disc;
}
.modal-content .modal-body .draw-prize .list-style-sub li:first-child {
	padding-top: 15px;
}
.modal-content .modal-body .draw-prize .list-style-sub li:last-child {
	list-style-type: none;
}
.modal-content .modal-body .paragraph-style .list-style li:first-child {
	padding-top: 10px;
}
.modal-content .modal-body .paragraph-style .list-style li:last-child {
	padding-bottom: 10px;
}
.lower-roman {
	list-style: lower-roman;
}
.lower-alpha {
	list-style: lower-alpha;
}
.product-item {
	border: 1px solid #ccc;
	margin-top: 20px;
}
.product-item tr:nth-of-type(1) td:nth-of-type(1) {
	color: #fff;
}
.product-item td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #a1a1a1;
}

@media screen and (max-width: 1920px) {
#id_shocking h3 {
	font-size: 26px;
}
}

@media screen and (max-width: 1366px) {
#id_shocking .tabs__tab {
	width: auto;
}
}

@media (max-width: 960px) {
#id_shocking h3 {
	font-size: 20px;
}
#id_shocking h2 {
	font-size: 36px;
}
#id_shocking .commonbox {
	width: 96%;
}
#id_shocking .block2__imgbox--item {
	width: calc(100% / 2 - 0px);
}
#id_shocking .block3 .btn {
	width: 50%;
}
#id_shocking .tab-content {
	padding: 2%;
}
#id_shocking .tabs--tabbed .tabs__link {
	font-size: 20px;
	line-height: 36px;
}
#id_shocking .step-wrap {
	width: 90%;
}
}

@media (max-width: 486px) {
	#id_shocking .tabs__tab{width: 100%;}
	#id_shocking .tabs ul{flex-wrap: wrap;}
#id_shocking .step p strong {
    font-size: 2rem;
}
#id_shocking .block2 p{font-size: 20px;}
#id_shocking .step-wrap {
	width: 90%;
	display: block;
}
#id_shocking .step {
	width: 90%;
	padding-bottom: 20%;
}
}
