.campaign-form .before-form {
  padding: 30px 0;
  background: #cccccc;
}
.campaign-form .before-form .content {
  padding: 15px;
  background: #aaaaaa;
  color: #ffffff;
}
.campaign-form .before-form .content .name {
  font-size: 36px;
}
.campaign-form .before-form .content .desc {
  font-size: 16px;
}
.campaign-form .form-title {
  font-size: 28.8px;
  color: #073674;
  line-height: 1.5;
  padding: 15px 0;
}
.campaign-form .form-desc {
  font-size: 16px;
  color: #073674;
  line-height: 1.5;
  padding: 20px 0 15px;
}
.campaign-form .form {
  position: relative;
  padding: 15px 0 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  background: #ffffff;
  transition: 300ms;
}
.campaign-form .form .logo-div {
  height: 0px;
  transition: 300ms;
  overflow: hidden;
}
.campaign-form .form .logo-div img {
  max-width: 100%;
  max-height: 100%;
}
.campaign-form .form .logo-div.open {
  height: 100px;
}
.campaign-form .form .section-div {
  position: relative;
  margin-top: 80px;
  height: 75px;
  list-style-type: none;
  transition: 300ms;
}
.campaign-form .form .section-div .section-col {
  position: absolute;
  display: inline-block;
  display: -webkit-inline-block;
  left: 100%;
  font-size: 36px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 0.7px;
  color: #ae9144;
  transition: 300ms;
  transform: translateX(-100%);
  cursor: pointer;
}
.campaign-form .form .section-div .section-col.active {
  left: 0%;
  font-size: 30px;
  color: #073674;
  transform: translateX(0%);
}
.campaign-form .form .section-div .section-col[data-type=activate],
.campaign-form .form .section-div .section-col[data-type=forgot] {
  display: none;
}
.campaign-form .form .section-div .section-col[data-type=activate].active,
.campaign-form .form .section-div .section-col[data-type=forgot].active {
  display: block;
}
.campaign-form .form .section-div .section-col[data-type=activate].active+.section-col,
.campaign-form .form .section-div .section-col[data-type=forgot].active+.section-col {
  display: none;
}
.campaign-form .form .magic-line {
  position: absolute;
  content: '';
  left: 15px;
  width: 38px;
  height: 5px;
  background: #072a55;
  transition: left 1000ms, width 500ms;
}
.campaign-form .form input[type=text],
.campaign-form .form input[type=number],
.campaign-form .form input[type=tel],
.campaign-form .form input[type=email],
.campaign-form .form input[type=password] {
  margin: 30px 0 0px;
  padding: 10px 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  border: none;
  border-bottom: solid 1px #979797;
  outline: none;
  background: transparent;
}
.campaign-form .form input[type=text]:focus,
.campaign-form .form input[type=number]:focus,
.campaign-form .form input[type=tel]:focus,
.campaign-form .form input[type=email]:focus,
.campaign-form .form input[type=password]:focus {
  color: #073674;
  border-bottom-color: #073674;
}
.campaign-form .form input[type=text]+.input-error,
.campaign-form .form input[type=number]+.input-error,
.campaign-form .form input[type=tel]+.input-error,
.campaign-form .form input[type=email]+.input-error,
.campaign-form .form input[type=password]+.input-error {
  display: none;
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
  color: #d0021b;
}
.campaign-form .form input[type=text].error,
.campaign-form .form input[type=number].error,
.campaign-form .form input[type=tel].error,
.campaign-form .form input[type=email].error,
.campaign-form .form input[type=password].error {
  border-bottom-color: #d0021b;
  background-image: url('./../images/regist/icon_mark.png');
  background-position: right center;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.campaign-form .form input[type=text].error+.input-error,
.campaign-form .form input[type=number].error+.input-error,
.campaign-form .form input[type=tel].error+.input-error,
.campaign-form .form input[type=email].error+.input-error,
.campaign-form .form input[type=password].error+.input-error {
  display: block;
}
.campaign-form .form select {
  margin: 30px 0 0px;
  padding: 9px 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  border: none;
  border-bottom: solid 1px #979797;
  outline: none;
}
.campaign-form .form select:focus {
  color: #073674;
  border-bottom-color: #073674;
}
.campaign-form .form .checkbox-div {
  position: relative;
  margin: 30px 0 0px;
  padding-left: 50px;
  height: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  transition: 300ms;
}
.campaign-form .form .checkbox-div .checkbox {
  margin: 0;
  left: 0;
  top: 0;
}
.campaign-form .form .checkbox-div a {
  color: #073674;
  font-weight: 600;
}
.campaign-form .form .section {
  margin: 40px 0 0px;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #073674;
}
.campaign-form .form .remark {
  margin: 30px 0 0px;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: left;
}
.campaign-form .form .remark >a {
  color: #073674;
  font-weight: 600;
}
.campaign-form .form .btn-submit {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 30px auto;
  padding: 12px 30px;
  width: 220px;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
  left: 50%;
  transform: translateX(-50%);
}
.campaign-under-banner {
  background: #073674;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.campaign-desc {
  margin-top: 30px;
  text-align: center;
  line-height: 1.5;
}
.campaign-desc .title {
  font-size: 24px;
  font-weight: bold;
  max-width: 600px;
  margin: 12px auto;
  line-height: 1.5;
}
.campaign-desc .content {
  font-size: 18px;
  line-height: 1.5;
  margin: 27px auto;
}
.campaign-desc .content p {
  margin-bottom: 18px;
}
.campaign-desc .terms-view {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  margin: 12px auto;
}
.campaign-desc .terms-view .after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url('./../images/common/icon_lookbook_drop.png');
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  transition: 300ms;
}
.campaign-desc .terms-view.open .after {
  transform: rotate(180deg);
}
.campaign-desc .terms {
  font-size: 14px;
  line-height: 2;
  margin: 12px auto;
  text-align: left;
  text-align: justify;
}
.events_lastest,
.events_top_three {
  margin: 60px 0;
}
.events_lastest .btn-vote,
.events_top_three .btn-vote {
  background: #073674;
  color: #ffffff;
  border: #073674 1px solid;
  min-width: 50%;
}
.events_lastest .btn-vote.voted,
.events_top_three .btn-vote.voted {
  background: #ffffff;
  color: #073674;
  pointer-events: none;
}
.events_lastest .flex-events,
.events_top_three .flex-events {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: nowrap;
}
.events_lastest .flex-events>div,
.events_top_three .flex-events>div {
  flex: 1;
  -webkit-flex: 1;
}
.events_lastest .flex-events>div.rank-1,
.events_top_three .flex-events>div.rank-1 {
  flex: 6;
  -webkit-flex: 6;
}
.events_lastest .flex-events>div.rank-1 img,
.events_top_three .flex-events>div.rank-1 img {
  width: 100%;
}
.events_lastest .flex-events>div.rank-0,
.events_lastest .flex-events>div.rank-2,
.events_lastest .flex-events>div.rank-3,
.events_top_three .flex-events>div.rank-0,
.events_top_three .flex-events>div.rank-2,
.events_top_three .flex-events>div.rank-3 {
  flex: 6;
  -webkit-flex: 5;
}
.events_lastest .flex-events>div.rank-0 img,
.events_lastest .flex-events>div.rank-2 img,
.events_lastest .flex-events>div.rank-3 img,
.events_top_three .flex-events>div.rank-0 img,
.events_top_three .flex-events>div.rank-2 img,
.events_top_three .flex-events>div.rank-3 img {
  width: 95%;
}
.events_lastest .flex-events>div.rank-0,
.events_top_three .flex-events>div.rank-0 {
  display: none;
}
.events_lastest.events_lastest .player-box,
.events_top_three.events_lastest .player-box {
  margin-bottom: 15px;
}
.events_lastest.events_lastest .player-box:nth-child(4n+1),
.events_top_three.events_lastest .player-box:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 767px) {
  .events_lastest.events_lastest .player-box:nth-child(2n+1) {
    clear: both;
  }
}
#pseudoBody,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
}
#pseudoBody {
  top: 0;
  z-index: 2;
  overflow-y: auto;
}
.game-home .buttons button {
  padding: 20px;
}
.take-photo .face {
  display: absolute;
  padding-top: 100vw;
}
.take-photo .overlay {
  position: absolute;
  background: #072a55;
  width: 100vw;
  height: 80vw;
  z-index: 1;
}
.take-photo .web-camera-container {
  position: absolute;
  z-index: 10;
}
.take-photo .web-camera {
  width: 100vw;
  height: 80vw;
  overflow: hidden;
}
.take-photo .web-camera video {
  position: fixed;
  z-index: -999;
  opacity: 0;
}
.take-photo .hair {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 20;
  pointer-events: none;
}
.take-photo .hair img {
  width: 100vw;
}
.take-photo .buttons {
  margin-top: 80vw;
  position: fixed;
  z-index: 9999;
}
.take-photo .buttons button {
  padding: 20px;
}
.dressing canvas {
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.dressing .buttons button {
  padding: 20px;
}
#MyGame {
  width: 100vw;
  height: 80vw;
  background: #073674;
  overflow: hidden;
  margin-top: 0px;
  position: relative;
  z-index: -1;
  padding: 0 0vw;
}
#MyGame img {
  width: 100%;
}
#MyGameOption {
  width: 100vw;
  height: calc(100vh - 80vw - 50px);
  overflow: auto;
}
#MyGameOption .btn-finish {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0 auto 20px;
  padding: 12px 30px;
  width: 220px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
  left: 50%;
  transform: translateX(-50%);
  background: #073674;
  width: auto;
}
#MyGameOption .btn-retake,
#MyGameOption .btn-usephoto,
#MyGameOption .btn-camera,
#MyGameOption .btn-upload,
#MyGameOption .btn-upload-image {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0 auto 10px;
  padding: 6px 15px;
  width: 220px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
  background: #073674;
  width: auto;
  border-radius: 30px;
  vertical-align: middle;
}
#MyGameOption .btn-upload-image {
  width: 36px;
  height: 36px;
  padding: 0;
  overflow: hidden;
  background-image: url('./../images/common/ic_add_image_grid.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#MyGameOption .btn-upload-image input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.undergame .swiper-slider-filter .item-filter {
  width: auto;
  display: inline-block;
  display: -webkit-inline-block;
}
.undergame .swiper-slider-filter .item-filter .title-label {
  margin-bottom: 1px;
  box-shadow: #073674 0px 0x 0px;
}
.undergame .swiper-slider-filter .item-filter .title-label.active {
  text-shadow: #073674 1px 0px;
  box-shadow: #073674 0px 1px 0px;
}
.undergame .swiper-slider-filter .title-label {
  padding: 9px 20px;
  display: inline-block;
  display: -webkit-inline-block;
  border-bottom: rgba(7,54,116,0.2) 1px solid;
  transition: 300ms;
}
.undergame .title-label {
  color: #073674;
  font-size: 18px;
  padding: 9px 0;
  line-height: 1.5;
  border-bottom: #073674 1px solid;
}
.undergame .take-photo-div {
  padding: 10px 0 20px;
  text-align: center;
  background: #073674;
}
.undergame .take-photo-div .btn-take-photo {
  background-image: url('./../images/common/camera.png');
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
}
.undergame .btn-take-photo {
  background-color: #073674;
  background-image: url('./../images/common/camera.png');
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
}
.undergame .next-div {
  text-align: center;
}
.undergame .swiper-slider-hair,
.undergame .swiper-slider-bg,
.undergame .swiper-slider-top,
.undergame .swiper-slider-bottom,
.undergame .swiper-slider-other,
.undergame .swiper-slider-sticker {
  margin: 10px 0;
}
.undergame .swiper-slider-hair .swiper-wrapper .swiper-slide,
.undergame .swiper-slider-bg .swiper-wrapper .swiper-slide,
.undergame .swiper-slider-top .swiper-wrapper .swiper-slide,
.undergame .swiper-slider-bottom .swiper-wrapper .swiper-slide,
.undergame .swiper-slider-other .swiper-wrapper .swiper-slide,
.undergame .swiper-slider-sticker .swiper-wrapper .swiper-slide {
  display: inline-block;
  display: -webkit-inline-block;
  width: auto;
}
.undergame .swiper-slider-hair .swiper-wrapper .swiper-slide img,
.undergame .swiper-slider-bg .swiper-wrapper .swiper-slide img,
.undergame .swiper-slider-top .swiper-wrapper .swiper-slide img,
.undergame .swiper-slider-bottom .swiper-wrapper .swiper-slide img,
.undergame .swiper-slider-other .swiper-wrapper .swiper-slide img,
.undergame .swiper-slider-sticker .swiper-wrapper .swiper-slide img {
  height: 90px;
  width: auto;
}
@media (max-width: 575px) {
  .events_top_three .flex-events {
    display: block;
  }
  .events_top_three .flex-events>div.rank-1 {
    display: none;
  }
  .events_top_three .flex-events>div.rank-0 {
    display: block;
  }
  .events_top_three .flex-events>div.rank-0,
  .events_top_three .flex-events>div.rank-2,
  .events_top_three .flex-events>div.rank-3 {
    margin-bottom: 15px;
  }
}
.player-page {
  min-height: calc(100vh - 320px - 175px);
  margin: 30px 0;
  margin-top: 50px;
}
.player-page .player-image-div {
  text-align: center;
}
.player-page .player-image-div img {
  width: 100%;
}
.player-page .player-info-div {
  text-align: left;
}
.player-page .btn-vote {
  background: #073674;
  color: #ffffff;
  border: #073674 1px solid;
  min-width: 50%;
  height: 74px;
  font-size: 20px;
  line-height: 62px;
}
.player-page .btn-vote.voted {
  background: #ffffff;
  color: #073674;
  pointer-events: none;
}
.player-page-back {
  background: #ededed;
  padding: 45px 0;
}
.player-page-back .btn-back {
  display: inline-block;
  display: -webkit-inline-block;
  height: 45px;
  background-image: url('./../images/gaming/back.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 60px;
  color: #01204f;
  font-size: 22px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .player-page .player-info-div {
    text-align: center;
  }
  .player-page .inner-rank {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .player-page .row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
.under-header {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .player-page {
    margin-top: 85px;
  }
  .under-header {
    margin-top: 85px;
  }
}
.inner-rank {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-rank.inner-rank-1 {
  background-image: url('./../images/gaming/rank/1.png');
  width: 120px;
  height: 84px;
}
.inner-rank.inner-rank-2 {
  background-image: url('./../images/gaming/rank/2.png');
  width: 63px;
  height: 67px;
}
.inner-rank.inner-rank-3 {
  background-image: url('./../images/gaming/rank/3.png');
  width: 63px;
  height: 67px;
}
#CouponLogoGroup {
  background: #073674;
  color: #ffffff;
}
#CouponLogoGroup .img-group {
  text-align: center;
  padding: 30px 15px;
}
#CouponLogoGroup .img-group img {
  width: 290px;
  display: inline-block;
  dieplay: -webkit-inline-block;
}
#CouponLogoGroup .remark {
  font-size: 9pt;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 10pt 0;
}
#CouponLogoGroup .remark.remark-right {
  text-align: right;
}
#CouponLogoGroup .title {
  padding: 10pt 0;
  font-size: 15pt;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
#CouponLogoGroup .title.title-left {
  text-align: left;
}
#MyURL,
#MyCoupon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: -1;
  font-size: 12px;
  background: transparent;
  border: none;
}
