* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #000;
  font-family: "DINPro-Light", "cwTeXHei", "Microsoft JhengHei";
}

.monitor3M {
  color: #fff;
  /*ul
     font-size: 75%
     padding-left: 24px */
  /* section */
}

.monitor3M .display__none {
  display: none !important;
}

.monitor3M .white {
  color: #fff;
}

.monitor3M .black {
  color: #000;
}

.monitor3M h1, .monitor3M h2, .monitor3M h3, .monitor3M h4, .monitor3M h5 {
  font-family: "DINPro-Medium", "cwTeXHei", "Microsoft JhengHei";
}

.monitor3M h2 {
  color: #c00;
  font-size: 40px;
  padding: 10px 0 30px 0;
}

.monitor3M h3 {
  font-size: 30px;
  padding: 10px 0;
}

.monitor3M h4 {
  font-size: 24px;
  padding: 10px 0;
}

.monitor3M p {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}

.monitor3M p + p {
  margin-top: 20px;
}

.monitor3M p + a {
  margin-top: 30px;
}

.monitor3M p + .box {
  margin-top: 30px;
}

.monitor3M a {
  text-decoration: none;
  color: #ff0000;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

.monitor3M a:hover {
  text-decoration: underline;
}

.monitor3M a.btnRegular {
  color: #fff;
  display: inline-block;
  padding: 1.5vh 1.5vw;
  background: rgba(204, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.7);
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

.monitor3M a.btnRegular.active {
  background: rgba(204, 0, 0, 0.7);
  border: 1px solid red;
}

.monitor3M a.btnRegular.arrow {
  padding: 1.5vh 60px 1.5vh 38px;
  position: relative;
}

.monitor3M a.btnRegular.arrow::after {
  position: absolute;
  top: 0;
  right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  content: "\203A";
  font-size: 24px;
  -webkit-transform: scale(2);
          transform: scale(2);
  overflow-y: hidden;
}

.monitor3M a.btnRegular:hover {
  text-decoration: none;
  background: rgba(204, 0, 0, 0.7);
  border: 1px solid red;
  -webkit-animation: redShadow ease-in 1s infinite;
          animation: redShadow ease-in 1s infinite;
}

.monitor3M a.btnTag {
  color: #fff;
  display: inline-block;
  padding: 6px 16px;
  background: rgba(204, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.7);
  border-radius: 0px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

.monitor3M a.btnTag.active {
  background: rgba(204, 0, 0, 0.7);
  border: 1px solid red;
}

.monitor3M a.btnTag:hover {
  text-decoration: none;
  background: rgba(204, 0, 0, 0.7);
  border: 1px solid red;
  -webkit-animation: redShadow ease-in 1s infinite;
          animation: redShadow ease-in 1s infinite;
}

.monitor3M img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.monitor3M img.imglg {
  display: inline-block;
}

.monitor3M img.imgxs {
  display: none;
}

.monitor3M .wrapper {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto;
}

.monitor3M .wrapper-full {
  width: 100%;
  margin: 0 auto;
}

.monitor3M .center {
  text-align: center;
}

.monitor3M .left {
  text-align: left;
}

.monitor3M .right {
  text-align: right;
}

.monitor3M .box-left {
  width: 100%;
  text-align: left;
}

.monitor3M .box-right {
  width: 100%;
  text-align: right;
}

.monitor3M .submenu {
  width: 100%;
}

.monitor3M .submenu a {
  margin: .1vw;
}

.monitor3M .tagmenu {
  width: 90%;
  margin: 0 auto;
}

.monitor3M .tagmenu a {
  border-radius: 20px;
  min-width: 60px;
  margin: .5vh .1vw;
}

.monitor3M__kv {
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: #000;
}

.monitor3M__kv--logo {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 33.33%;
  padding: 2vh 0;
  text-align: center;
}

.monitor3M__kv--logo span {
  display: block;
  font-size: 100%;
}

.monitor3M__kv--logo img:nth-of-type(2) {
  mix-blend-mode: screen;
}

.monitor3M__kv--hashtag {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1%;
  font-size: 30px;
  margin: auto;
  font-weight: 700;
  text-shadow: 0px 5px 5px black;
  color: #fff;
}

.monitor3M__kv--hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 100%;
  max-width: 1920px;
  text-align: right;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 3;
}

.monitor3M__kv--hamburger--switch {
  display: inline-block;
  background: rgba(204, 0, 0, 0.3);
  border: 1px #cc0000 solid;
  width: 48px;
  height: 48px;
  position: relative;
}

.monitor3M__kv--hamburger--switch span {
  display: block;
  position: absolute;
  height: 4px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.monitor3M__kv--hamburger--switch span:nth-child(1) {
  top: 10px;
}

.monitor3M__kv--hamburger--switch span:nth-child(2), .monitor3M__kv--hamburger--switch span:nth-child(3) {
  top: 20px;
}

.monitor3M__kv--hamburger--switch span:nth-child(4) {
  top: 30px;
}

.monitor3M__kv--hamburger--switch.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.monitor3M__kv--hamburger--switch.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.monitor3M__kv--hamburger--switch.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.monitor3M__kv--hamburger--switch.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.monitor3M__kv--hamburger--menu {
  margin-top: -1px;
  color: #fff;
  display: inline-block;
  list-style: none;
  text-align: center;
  background: rgba(187, 0, 0, 0.9);
  border: 1px #ff0000 solid;
  display: none;
}

.monitor3M__kv--hamburger--menu.open {
  display: block;
}

.monitor3M__kv--hamburger--menu li {
  width: 100%;
}

.monitor3M__kv--hamburger--menu li a {
  font-size: 18px;
  display: inline-block;
  padding: 1vh;
  width: 100%;
  color: #fff;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.monitor3M__kv--hamburger--menu li a:hover {
  text-decoration: none;
  color: white;
  background: rgba(102, 0, 0, 0.8);
}

.monitor3M__menu {
  font-family: "DINPro-Medium", "cwTeXHei", "Microsoft JhengHei";
  background: #660000;
}

.monitor3M__menu ul {
  list-style: none;
}

.monitor3M__menu ul li {
  display: inline-block;
  text-align: center;
  width: calc( (100% / 5) - 10px);
}

.monitor3M__menu ul li a {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 1vh 0;
  font-size: 20px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.monitor3M__menu ul li a:hover {
  text-decoration: none;
  color: white;
  background: rgba(204, 0, 0, 0.8);
}

.monitor3M__menu--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.monitor3M__video {
  padding: 5vh 5vw;
  text-align: center;
}

.monitor3M__video p + a {
  margin-top: 4vh;
}

.monitor3M__video--btnPlay {
  position: relative;
  display: inline-block;
  margin: 4vh auto;
}

.monitor3M__video--btnPlay:hover figure {
  opacity: 1;
}

.monitor3M__video--btnPlay:hover .img-bottom {
  opacity: 1;
  border: 1px rgba(204, 0, 0, 0.8) solid;
  -webkit-animation: redShadow ease-in 1s infinite;
          animation: redShadow ease-in 1s infinite;
}

.monitor3M__video--btnPlay figure {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .8;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 30%;
}

.monitor3M__video--btnPlay figure img {
  border: none;
}

.monitor3M__video--btnPlay .img-bottom {
  z-index: 1;
  opacity: .8;
  border: 1px rgba(204, 0, 0, 0.7) solid;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.monitor3M__milestones .wrapper-full {
  position: relative;
  /*display: flex */
}

.monitor3M__milestones .btnRegular {
  -webkit-animation: redShadow ease-in 1s infinite;
          animation: redShadow ease-in 1s infinite;
}

.monitor3M__milestones--rightbox {
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5vw;
}

.monitor3M__milestones--bg {
  width: 100%;
  text-align: left;
}

.monitor3M__milestones--bg img {
  width: 70%;
}

.monitor3M__models {
  padding: 3vh 0;
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2021/cnd/3M-Monitor/models-bg.jpg") top center;
  background-size: cover;
  background-attachment: fixed;
}

.monitor3M__models--titlebox {
  padding: 3vh 5vw;
}

.monitor3M__models--panelsWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 3vh auto;
}

.monitor3M__models--panelsWrapper .panelbox {
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: none;
}

.monitor3M__models--panelsWrapper .panelbox.active {
  display: block;
}

.monitor3M__models--panelsWrapper .panelbox__content {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.monitor3M__models--panelsWrapper .panelbox__content--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  width: calc( (100% / 3) - 30px);
  margin: 10px;
  padding: 1.5vh 1.5vw;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

.monitor3M__models--panelsWrapper .panelbox__content--item.couple {
  width: calc( (70% / 2) - 30px);
}

.monitor3M__models--panelsWrapper .panelbox__content--item.couple img {
  width: 70%;
  z-index: 3;
}

.monitor3M__models--panelsWrapper .panelbox__content--item.active, .monitor3M__models--panelsWrapper .panelbox__content--item:focus, .monitor3M__models--panelsWrapper .panelbox__content--item:hover, .monitor3M__models--panelsWrapper .panelbox__content--item:active {
  background: rgba(204, 0, 0, 0.6);
  text-decoration: none;
}

.monitor3M__models--panelsWrapper .panelbox__content--item h4 {
  color: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.monitor3M__models--panelsWrapper .panelbox__content--item img {
  width: 70%;
  z-index: 3;
}

.monitor3M__partners {
  padding: 3vh 0;
  position: relative;
  background: url("https://storage-asset.msi.com/event/2021/cnd/3M-Monitor/partner-bg.jpg") top center no-repeat;
  background-size: 100%;
}

.monitor3M__partners--menu {
  margin: 3vh 0;
}

.monitor3M__partners--panelsWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 3vh auto;
}

.monitor3M__partners--panelsWrapper .panelbox {
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: none;
}

.monitor3M__partners--panelsWrapper .panelbox.active {
  display: block;
}

.monitor3M__partners--panelsWrapper .panelbox__content {
  text-align: center;
  width: 100%;
  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;
}

.monitor3M__partners--panelsWrapper .panelbox__content--imgbox {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 100%;
  text-align: center;
}

.monitor3M__partners--panelsWrapper .panelbox__content--txtbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  text-align: left;
  padding: 0 3vw;
  min-height: 50vh;
}

.monitor3M__partners--panelsWrapper .panelbox__content--txtbox figure {
  margin-top: 20px;
}

.monitor3M__partners--panelsWrapper .panelbox__content img {
  max-width: 80%;
  -webkit-filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.6));
}

.monitor3M__shoutout {
  padding: 3vh 0;
  position: relative;
}

.monitor3M__shoutout .noteBox {
  text-align: right;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.monitor3M__shoutout .noteBox a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #ccc;
}

.monitor3M__shoutout .noteBox a:hover {
  color: #ff0000;
}

.monitor3M__shoutout--commentWrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.monitor3M__shoutout--commentWrapper .comment {
  text-align: left;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  padding: 40px 50px;
  margin-bottom: 2vh;
  -webkit-animation: showup 1s forwards;
          animation: showup 1s forwards;
}

.monitor3M__shoutout--commentWrapper .comment__id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.monitor3M__shoutout--commentWrapper .comment__id--icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #ccc;
  margin-right: 16px;
  border-radius: 50%;
}

.monitor3M__shoutout--commentWrapper .comment__id--icon img {
  border-radius: 50%;
}

.monitor3M__shoutout--commentWrapper .comment__id--icon--name {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.monitor3M__shoutout--commentWrapper .comment__id__tags {
  margin-top: 16px;
}

.monitor3M__shoutout--commentWrapper .comment__id__tags--item {
  margin-right: 10px;
}

.monitor3M__shoutout--commentWrapper--btnWrapper {
  width: 90%;
  margin: auto;
  text-align: center;
}

.monitor3M__stayintouch {
  padding: 3vh 0;
  background: #101010;
}

.monitor3M__stayintouch form {
  max-width: 960px;
  margin: 0 auto;
}

.monitor3M__stayintouch form .form-send {
  text-align: center;
}

.monitor3M__stayintouch form .form-send .btn-submit {
  color: #fff;
  display: inline-block;
  padding: 1.5vh 1.5vw;
  background: rgba(204, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.7);
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}

.monitor3M__stayintouch form .form-send .btn-submit.active {
  background: rgba(204, 0, 0, 0.7);
  border: 1px solid red;
}

.monitor3M__stayintouch form .form-send .btn-submit.active::after {
  position: absolute;
  top: 0;
  right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  content: "\203A";
  font-size: 24px;
  -webkit-transform: scale(2);
          transform: scale(2);
  overflow-y: hidden;
}

.monitor3M__stayintouch form .form-send .btn-submit:hover {
  text-decoration: none;
  background: rgba(204, 0, 0, 0.7);
  border: 1px solid red;
  -webkit-animation: redShadow ease-in 1s infinite;
          animation: redShadow ease-in 1s infinite;
}

@media screen and (max-width: 1920px) {
  .monitor3M h2 {
    font-size: 34px;
  }
  .monitor3M h3 {
    font-size: 26px;
  }
  .monitor3M h4 {
    font-size: 20px;
  }
  .monitor3M p {
    font-size: 20px;
  }
  .monitor3M a {
    font-size: 20px;
    font-weight: 700;
  }
}

@media screen and (max-width: 960px) {
  .monitor3M {
    font-size: 18px;
  }
  .monitor3M .wrapper {
    width: 100%;
  }
  .monitor3M h2 {
    font-size: 28px;
  }
  .monitor3M h3 {
    font-size: 22px;
  }
  .monitor3M h4 {
    font-size: 18px;
  }
  .monitor3M a {
    font-size: 16px;
    font-weight: 700;
  }
  .monitor3M a.btnRegular {
    padding: .75vh 1.5vw;
  }
  .monitor3M a.btnRegular.arrow {
    padding: .75vh 56px .75vh 30px;
  }
  .monitor3M a.btnRegular.arrow::after {
    font-size: 20px;
  }
  .monitor3M a.btnTag {
    padding: .5vh 1.5vw;
    font-size: 16px;
  }
  .monitor3M a.btnTag.arrow {
    padding: .75vh 56px .75vh 30px;
  }
  .monitor3M img.imglg {
    display: none;
  }
  .monitor3M img.imgxs {
    display: block;
  }
  .monitor3M .box-left {
    text-align: center;
  }
  .monitor3M .box-right {
    text-align: center;
  }
  .monitor3M .tagmenu {
    width: 90%;
    margin: 0 auto;
  }
  .monitor3M .tagmenu a {
    margin: .4vh .1vw;
  }
  .monitor3M__kv--logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 100px auto;
    width: 85%;
    padding: 2vh 0;
    text-align: center;
  }
  .monitor3M__kv--logo span {
    display: block;
    font-size: 100%;
  }
  .monitor3M__kv--logo img:nth-of-type(2) {
    mix-blend-mode: screen;
  }
  .monitor3M__kv--hashtag {
    font-size: 28px;
    bottom: 50px;
    color: #fff;
  }
  .monitor3M__kv--hamburger {
    position: fixed;
    /*display: flex */
    display: block;
  }
  .monitor3M__menu {
    display: none;
  }
  .monitor3M__milestones .wrapper-full {
    position: relative;
    /*display: flex */
  }
  .monitor3M__milestones--rightbox {
    position: relative;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 3vh 5vw;
  }
  .monitor3M__milestones--bg {
    width: 100%;
    text-align: left;
  }
  .monitor3M__milestones--bg img {
    width: 100%;
    max-width: 100%;
  }
  .monitor3M__models--panelsWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 3vh auto;
  }
  .monitor3M__models--panelsWrapper .panelbox {
    width: 100%;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: none;
    background-color: none !important;
  }
  .monitor3M__models--panelsWrapper .panelbox.active {
    display: block;
  }
  .monitor3M__models--panelsWrapper .panelbox__content {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .monitor3M__models--panelsWrapper .panelbox__content--item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    width: calc( (100% / 2) - 20px);
    margin: 5px;
    padding: 1.5vh 1.5vw;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
  }
  .monitor3M__models--panelsWrapper .panelbox__content--item.couple {
    width: calc( (100% / 2) - 20px);
  }
  .monitor3M__models--panelsWrapper .panelbox__content--item.couple img {
    width: 70%;
    z-index: 3;
  }
  .monitor3M__models--panelsWrapper .panelbox__content--item.active, .monitor3M__models--panelsWrapper .panelbox__content--item:focus, .monitor3M__models--panelsWrapper .panelbox__content--item:hover, .monitor3M__models--panelsWrapper .panelbox__content--item:active {
    background: rgba(204, 0, 0, 0.6);
  }
  .monitor3M__models--panelsWrapper .panelbox__content--item h4 {
    z-index: 3;
  }
  .monitor3M__models--panelsWrapper .panelbox__content--item img {
    width: 70%;
    z-index: 3;
  }
  .monitor3M__partners {
    text-align: center;
    background-size: cover;
    background-position: bottom center;
  }
  .monitor3M__partners--txtbox {
    padding: 0vh 5vw;
  }
  .monitor3M__partners--panelsWrapper {
    padding: 0vh 5vw;
  }
  .monitor3M__partners--panelsWrapper .panelbox__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .monitor3M__partners--panelsWrapper .panelbox__content--txtbox {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: auto;
    padding: 3vh 0;
  }
  .monitor3M__partners--panelsWrapper .panelbox__content--txtbox figure {
    text-align: center;
  }
  .monitor3M__partners--panelsWrapper .panelbox__content--imgbox {
    width: 100%;
    padding: 1.5vh 0 0 0;
  }
  .monitor3M__partners--panelsWrapper .panelbox__content img {
    max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .monitor3M img.imglg {
    display: none;
  }
  .monitor3M img.imgxs {
    display: block;
  }
  .monitor3M .single-btnWrapper {
    text-align: center;
  }
  .monitor3M .single-btnWrapper a.btnRegular {
    font-size: 16px;
    width: 100%;
  }
  .monitor3M a {
    font-size: 12px;
    font-weight: 700;
  }
  .monitor3M a.btnRegular {
    padding: .75vh 1.5vw;
  }
  .monitor3M a.btnRegular.arrow {
    padding: .75vh 1.5vw;
  }
  .monitor3M a.btnRegular.arrow::after {
    display: none;
  }
  .monitor3M a.btnTag {
    font-size: 12px;
    padding: .5vh .1vw;
  }
  .monitor3M .submenu {
    width: 100%;
  }
  .monitor3M .submenu a {
    width: calc( ( 100% / 2 ) - 10px);
    margin: .3vh .2vw;
  }
  .monitor3M .tagmenu {
    width: 100%;
  }
  .monitor3M .tagmenu a {
    width: calc( ( 100% / 4 ) - 8px);
    margin: .3vh 0vw;
  }
  .monitor3M__kv--logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 40px auto;
    width: 85%;
    padding: 2vh 0;
    text-align: center;
  }
  .monitor3M__kv--logo span {
    display: block;
    font-size: 100%;
  }
  .monitor3M__kv--logo img:nth-of-type(2) {
    mix-blend-mode: screen;
  }
  .monitor3M__kv--hashtag {
    bottom: 30px;
  }
  .monitor3M__kv--hamburger {
    display: block;
  }
  .monitor3M__menu {
    display: none;
  }
  .monitor3M__shoutout--commentWrapper {
    position: relative;
    width: 90%;
    margin: 3vh auto;
  }
  .monitor3M__shoutout--commentWrapper .noteBox {
    text-align: center;
    font-size: 10px;
  }
  .monitor3M__shoutout--commentWrapper .noteBox a {
    font-size: 10px;
  }
  .monitor3M__shoutout--commentWrapper .comment__id__tags {
    margin-top: 16px;
  }
  .monitor3M__shoutout--commentWrapper .comment__id__tags--item {
    font-size: 18px;
    margin-right: 10px;
  }
  .monitor3M__shoutout--commentWrapper--btnWrapper {
    width: 100%;
    text-align: center;
  }
  .monitor3M__shoutout--commentWrapper--btnWrapper .btnRegular {
    width: 90%;
  }
  .monitor3M__shoutout--commentWrapper .single-btnWrapper {
    text-align: center;
  }
  .monitor3M__shoutout--commentWrapper .single-btnWrapper a.btnRegular {
    font-size: 16px;
    width: 90%;
  }
}

@-webkit-keyframes redShadow {
  0% {
    -webkit-box-shadow: 0px 0px 30px 0px #cc0000;
            box-shadow: 0px 0px 30px 0px #cc0000;
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(204, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(204, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 30px 0px #cc0000;
            box-shadow: 0px 0px 30px 0px #cc0000;
  }
}

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*# sourceMappingURL=monitor-3m-others.css.map */