/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Regular";
  src: url("fonts/DINPro-Regular.eot");
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#DINPro-Regular") format("svg");
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

@font-face {
  font-family: "EurostileRegular";
  src: url("fonts/EurostileRegular.eot");
  src: url("fonts/EurostileRegular.eot?#iefix") format("embedded-opentype"), url("fonts/EurostileRegular.woff") format("woff"), url("fonts/EurostileRegular.ttf") format("truetype"), url("fonts/EurostileRegular.svg#EurostileRegular") format("svg");
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}

.navbar {
  margin-bottom: 0;
}

#service {
  background: url(https://asset.msi.com/event/mb/2018/ph-mb-freeswap/images/bg-s3.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  font-family: "DINPro-Regular";
  font-size: 110%;
  color: #fff;
}

#service section .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#service section .bottom {
  height: 50px;
  width: 100%;
}

#service section .top {
  height: 40px;
  width: 100%;
}

#service section .subtitle {
  border-bottom: #c00 1px solid;
  font-size: 2.5em;
  color: #c00;
  font-family: "DINPro-Bold";
}

#service #kv img {
  width: 100%;
  vertical-align: bottom;
}

#service #s1 {
  background: #c31111;
}

#service #s1 #h1title {
  font-size: 1.5em;
  line-height: 1.3em;
}

#service #s1 #h1title strong {
  font-size: 130%;
  font-family: "DINPro-Bold";
  line-height: 1.6em;
}

#service #s2 .top {
  background: -webkit-linear-gradient(75deg, transparent 160px, #c31111 0);
  background: -o-linear-gradient(75deg, transparent 160px, #c31111 0);
  background: linear-gradient(-345deg, transparent 160px, #c31111 0);
  height: 130px;
  margin-bottom: 1em;
}

#service #s2 .bottom {
  background: -webkit-linear-gradient(280deg, transparent 60px, #0d0d0d 0);
  background: -o-linear-gradient(280deg, transparent 60px, #0d0d0d 0);
  background: linear-gradient(170deg, transparent 60px, #0d0d0d 0);
  max-width: 800px;
  margin-top: 3em;
  float: right;
}

#service #s2 .note {
  color: #ccc;
  padding-top: 3em;
  font-size: 115%;
}

#service #s2 .txtbox {
  position: relative;
  border-left: #c00 10px solid;
  border-right: #c00 10px solid;
  margin: 2em 0;
  padding: 3em;
}

#service #s2 .txtbox .topleft, #service #s2 .txtbox .topright, #service #s2 .txtbox .downleft, #service #s2 .txtbox .downright {
  position: absolute;
  width: 30px;
  height: 10px;
  background: #c00;
}

#service #s2 .txtbox .topleft {
  top: 0;
  left: 0;
}

#service #s2 .txtbox .topright {
  top: 0;
  right: 0;
}

#service #s2 .txtbox .downleft {
  bottom: 0;
  left: 0;
}

#service #s2 .txtbox .downright {
  bottom: 0;
  right: 0;
}

#service #s2 .txtbox .date {
  font-family: "DINPro-Bold";
  font-size: 3em;
  padding: 0.5em 0;
}

#service #s2 .txtbox .txt {
  font-size: 1.5em;
  padding: 1em 0;
  line-height: 1.7em;
}

#service #s2:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#service #s3 {
  background: url(https://asset.msi.com/event/mb/2018/ph-mb-freeswap/images/bg-s3.jpg) top center no-repeat ;
  background-size: cover;
  padding: 0em 0 5em;
}

#service #s3 .listtb {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#service #s3 .listtb .tr {
  display: table-row;
}

#service #s3 .listtb .th {
  display: table-cell;
  width: calc(100% / 3);
}

#service #s3 .listtb .td {
  display: table-cell;
  width: auto;
}

#service #s3 .listtb .td {
  vertical-align: top;
}

#service #s3 .listtb .td:nth-child(2) ul {
  margin: 0 auto;
}

#service #s3 .listtb .td:nth-child(3) ul {
  float: right;
}

#service #s3 .listtb .td:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#service #s3 .listtb ul {
  width: 95%;
  padding: 25px 0 0;
}

#service #s3 .listtb ul li {
  padding: 8px;
  border: #333 1px dashed;
}

@media screen and (max-width: 960px) {
  #service #s3 .listtb .th, #service #s3 .listtb .td {
    width: 100%;
    display: block;
  }
  #service #s3 .listtb .th ul, #service #s3 .listtb .td ul {
    width: 100%;
  }
}

#service #s4 {
  padding-bottom: 3em;
}

#service #s4 .top {
  background: -webkit-linear-gradient(100deg, transparent 60px, #0d0d0d 0);
  background: -o-linear-gradient(100deg, transparent 60px, #0d0d0d 0);
  background: linear-gradient(-370deg, transparent 60px, #0d0d0d 0);
  max-width: 800px;
  margin-bottom: 3em;
}

#service #s4 .note {
  padding: 2em 0;
}

#service #s4 .cidtb {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5em;
  background: rgba(0, 0, 0, 0.6);
  border: #c00 5px solid;
}

#service #s4 .cidtb .tr {
  display: table-row;
}

#service #s4 .cidtb .th {
  display: table-cell;
  width: calc(100% / 3);
}

#service #s4 .cidtb .td {
  display: table-cell;
  width: auto;
}

#service #s4 .cidtb .th {
  border: #c00 1px solid;
  padding: 20px 0;
  font-weight: bolder;
  background: #f00;
}

#service #s4 .cidtb .td {
  border-bottom: #c00 1px dashed;
  vertical-align: middle;
}

#service #redeem .bottom {
  background: -webkit-linear-gradient(280deg, transparent 60px, #000 0);
  background: -o-linear-gradient(280deg, transparent 60px, #000 0);
  background: linear-gradient(170deg, transparent 60px, #000 0);
  max-width: 800px;
  float: right;
  margin-top: 3em;
}

#service #redeem .subtitle {
  padding-top: 1.5em;
}

#service #redeem .step {
  padding: 0;
  margin: 2em 0 4em;
}

#service #redeem .step .img {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: #c00 10px solid;
  width: 150px;
  height: 150px;
  line-height: 120px;
  -webkit-box-shadow: #f00 0 0 20px;
  -moz-box-shadow: #f00 0 0 20px;
  box-shadow: #f00 0 0 20px;
  background: #f00;
  margin: 0 auto 20px;
}

#service #redeem .step .img .img {
  width: 100px;
}

#service #redeem .step li {
  float: left;
  -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;
}

#service #redeem .step li:nth-child(even) {
  width: 10%;
}

#service #redeem .step li:nth-child(odd) {
  width: calc(80% / 3);
}

#service #redeem .step li .img img {
  width: 80%;
  vertical-align: middle;
}

#service #redeem .step li:hover .img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-box-shadow: #fff 0 0 20px;
  -moz-box-shadow: #fff 0 0 20px;
  box-shadow: #fff 0 0 20px;
  border: #999 10px solid;
  background: #fff;
}

#service #redeem .step li .txt {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  line-height: 1.5em;
}

#service #redeem .step li a {
  color: #f00;
  cursor: pointer;
  -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;
}

#service #redeem .step li a:hover {
  background: #f00;
  color: #fff;
}

#service #redeem .step .button a {
  border: #f00 3px solid;
  margin-top: 0.5em;
  padding: 10px 0;
  display: block;
}

#service #redeem:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#service #s5 {
  background: #000;
}

#service #s5 .container {
  padding: 4em 0;
}

#service #s5 .container ul {
  text-align: left;
  padding-top: 1.5em;
}

#service #s5 .container ul li {
  background: url(https://asset.msi.com/event/mb/2018/ph-mb-freeswap/images/list.jpg) top left no-repeat;
  padding-left: 25px;
  padding-bottom: 15px;
  line-height: 1.3em;
}

#service #s5 .container ul li a {
  color: #f00;
}

#service #s5 .container ul li a:hover {
  border-bottom: #f00 1px solid;
}
