@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

.bh-pull--left {
  float: left;
}

.bh-pull--right {
  float: right;
}

body {
  overflow-y: scroll;
  height: 100%;
  background: url(https://i2.bahamut.com.tw/html_bg.gif) center top;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, "Lucida Grande", "PingFang TC", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #464646;
}

a {
  color: #464646;
  text-decoration: none;
}

a:hover {
  color: #0055aa;
  text-decoration: underline;
}

#BH-wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#BH-wrapper.is-fixedmenu {
  margin-top: 50px;
}

input[type="button"],
input[type="submit"] {
  padding: 2px 10px;
}

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.bh-banner {
  margin-top: 35px;
}

#BH-bigbanner {
  text-align: center;
  background: transparent;
}

#BH-bigbanner > div {
  display: inline-block;
}

.TOP-data {
  max-width: 1250px;
  width: 100%;
}

.mfp-wrap {
  pointer-events: auto;
}

.mfp-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.white-popup {
  position: relative;
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 8px;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10010;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: .85;
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10010;
  opacity: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}

.popup-wrap.is-show {
  opacity: 1;
}

.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
  box-sizing: border-box;
}

.popup-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup-content {
  position: relative;
  z-index: 10010;
  display: inline-block;
  margin: 0 auto;
  width: 98%;
  text-align: left;
  vertical-align: middle;
}

.modal {
  position: relative;
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 8px;
}

.modal__footer {
  padding: 15px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0 0 18px 10px;
  width: 44px;
  height: 44px;
  font-style: normal;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.65;
  cursor: pointer;
}

.modal-close:hover {
  color: black;
}

.modal-close > i {
  line-height: 44px;
}

.modal-ctrl {
  text-align: center;
}

.fade {
  transition: opacity 150ms linear;
}

.fade .modal {
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}

.fade.is-show .modal {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn-popup.btn-popup {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 15px 10px;
  background-color: #FFEEB3;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #d4b878;
  transition: all 150ms ease-in;
}

.btn-popup.btn-popup i {
  display: inline-block;
  font-size: 18px;
  vertical-align: text-bottom;
}

.btn-popup.btn-popup:after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: -14px;
  width: 80px;
  height: 80px;
  background: url(https://i2.bahamut.com.tw/dailyBonus/coin.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.33;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  z-index: -1;
  transition: bottom 150ms ease-in;
}

.btn-popup.btn-popup:hover {
  background-color: #ffe58a;
  text-decoration: none;
}

.btn-popup.btn-popup:hover:after {
  bottom: -20px;
}

.btn-popup.btn-popup.btn-block {
  display: block;
}

.btn-popup.btn-popup.is-active {
  background-color: #fff4cd;
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
}

.btn-popup.btn-popup.is-active:after {
  bottom: -32px;
  opacity: .18;
}

.check-text {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

.popoup-ctrl-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #039CAD;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}

.popoup-ctrl-btn i {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: bottom;
}

.popoup-ctrl-btn:hover {
  background-color: #02818f;
  color: #fff;
  text-decoration: none;
}

.popoup-ctrl-btn.btn-block {
  display: block;
}

.daily-header {
  padding-top: 15px;
}

.daily-title {
  display: block;
  margin: 0 auto 15px;
  padding: 12px 0 0;
  height: 66px;
  background: url(https://i2.bahamut.com.tw/dailyBonus/ribbon-desktop.svg) no-repeat center bottom;
  background-size: contain;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 667px) {
  .daily-title {
    height: 60px;
    background: url(https://i2.bahamut.com.tw/dailyBonus/ribbon-app.svg) no-repeat center top;
  }
}

.daily-title__text {
  font-size: 24px;
  line-height: 1;
  color: #7B4901;
}

.daily-progress-wrap {
  padding: 80px 35px 15px;
}

@media (max-width: 667px) {
  .daily-progress-wrap {
    padding: 15px 0 20px;
  }
}

.reword-progress-wrap {
  margin-bottom: 10px;
  padding: 0 20px 0 0;
}

@media (max-width: 667px) {
  .reword-progress-wrap {
    display: none;
  }
}

.reword-progress {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #D9D9D9;
  box-sizing: border-box;
}

.reword-progress-bar {
  height: 100%;
  background-color: #FFD859;
  transition: width 300ms ease-in;
}

.reword-progress-node {
  position: absolute;
  top: 0;
  left: calc(25% - 8px);
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border: 4px solid #D9D9D9;
  border-radius: 100%;
  background-color: #fefefe;
  transition: border 250ms ease-in;
}

.reword-progress-node.sec {
  left: calc(50% - 8px);
}

.reword-progress-node.third {
  left: calc(75% - 8px);
}

.reword-progress-node.fourth {
  left: calc(100% - 8px);
}

.reword-progress-node.is-active {
  border: 4px solid #FFD859;
}

.reword-content {
  position: absolute;
  top: -65px;
  right: -18px;
}

.bonus-month .daily-tips {
  padding: 0 20px;
}

.bonus-month__content {
  margin-bottom: 5px;
  padding: 15px 15px 0;
  background-color: #FFEEB3;
}

@media (max-width: 667px) {
  .bonus-month__content {
    padding: 8px 8px 0;
  }
}

.bonus-month-title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1;
  color: #8C6631;
}

.bonus-day {
  position: relative;
  margin-bottom: 16px;
  padding: 6px 4px;
  background-color: #fefefe;
  border: 3px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
}

.bonus-day.is-active {
  border: 3px solid #64A6AE;
  transition: all 300ms ease-in;
}

.bonus-day.is-active .daily-check {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 667px) {
  .bonus-day {
    margin-bottom: 8px;
    padding: 15% 2%;
  }
}

.daily-check {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: rgba(254, 254, 254, 0.7) url(https://i2.bahamut.com.tw/dailyBonus/check.svg) center center no-repeat;
  transition: all 150ms ease-in;
  -webkit-transform: translate(0, -12%);
          transform: translate(0, -12%);
}

@media (max-width: 667px) {
  .daily-check {
    background-size: 60%;
  }
}

.daily-img {
  margin: 0 auto 5px;
  width: 40px;
  height: 40px;
  background: transparent center center no-repeat;
}

@media (max-width: 667px) {
  .daily-img {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}

@media (max-width: 480px) {
  .daily-img {
    width: 20px;
    height: 20px;
  }
}

.daily-num {
  text-align: center;
}

@media (max-width: 667px) {
  .daily-num {
    font-size: 16px;
  }
}

@media (max-width: 667px) {
  .coin-unit {
    display: none;
  }
}

.daily-tips {
  font-size: 12px;
}

@media (max-width: 667px) {
  .daily-tips {
    text-align: center;
  }
  .daily-tips.mobile-tip {
    font-size: 18px;
  }
}

@media (max-width: 667px) {
  .daily-tips .daily-tips__prompt {
    display: none;
  }
}

.bonus-card-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}

.bonus-card-mask.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 150ms ease-in;
}

.bonus-card-mask.is-show .bonus-card {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.bonus-card {
  position: relative;
  margin: 0 auto;
  padding: 45px 60px 35px;
  width: 280px;
  height: 390px;
  background-color: #fefefe;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  opacity: 0;
  transition: all 300ms ease-in;
  -webkit-transform: translate3d(0, -10%, 0);
          transform: translate3d(0, -10%, 0);
}

.card-img {
  margin-bottom: 30px;
  width: 160px;
  height: 160px;
  background-size: 80%;
}

.bonus-card__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5;
  color: #7B4901;
}

.bonus-card__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.bonus-seal {
  position: absolute;
  left: 5px;
  bottom: 8px;
  visibility: hidden;
  width: 100px;
  height: 100px;
  background: url(https://i2.bahamut.com.tw/dailyBonus/seal.svg) center center no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transform: rotate(-30deg) scale(2);
          transform: rotate(-30deg) scale(2);
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.bonus-seal.is-show {
  visibility: visible;
  opacity: .3;
  -webkit-transform: rotate(-30deg) scale(1);
          transform: rotate(-30deg) scale(1);
}

.c-fixed--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-quicktool {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 8px;
  width: 50px;
}

.c-quicktool__section + .c-quicktool__section {
  padding-top: 24px;
}

.c-quicktool .jumpfloor {
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 6px;
  background: #fafafa;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
  box-sizing: border-box;
}

.c-quicktool .jumpfloor i.updown {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 8px;
  width: 26px;
  height: 26px;
  background-image: url("../forum/jumpfloor.svg");
  background-size: 100% auto;
}

.c-quicktool .jumpfloor input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 30px;
  font-size: 13px;
  padding: 3px;
  text-align: center;
}

.c-quicktool .goback {
  display: block;
  margin-bottom: 8px;
  padding: 12px;
  background: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
  box-sizing: border-box;
  text-align: center;
}

.c-quicktool .goback:hover {
  background: #51A0B4;
  color: #FFF;
}

.c-quicktool .gotop {
  display: block;
  border: 0;
  padding: 8px;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
}

.c-quicktool .gotop i {
  font-size: 28px;
  color: #a6a6a6;
}

.c-quicktool .gotop:hover {
  background: #51A0B4;
}

.c-quicktool .gotop:hover i {
  color: #FFF;
}

.mes-quick-btn {
  position: relative;
  padding: 12px;
  border: 1px solid #0e8f94;
  border-radius: 2px;
  background: #0e8f94;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
}

.mes-quick-btn:hover {
  border-color: #0b6b6e;
  background: #0b6b6e;
}

.mes-quick-btn.is-notify:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background: #F33813;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-sizing: border-box;
}

[class*="col-"] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  box-sizing: border-box;
}

[class*="col-"][class*="-noWrap"] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

[class*="col-"][class*="-center"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class*="col-"][class*="-right"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}

[class*="col-"][class*="-padding"] {
  padding: 0 8px;
}

@media (max-width: 667px) {
  [class*="col-"][class*="-padding"] {
    padding: 0 4px;
  }
}

[class*="grid-1"] > .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

[class*="grid-2"] > .col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

[class*="grid-3"] > .col {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

[class*="grid-4"] > .col {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

[class*="grid-5"] > .col {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

[class*="grid-6"] > .col {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

[class*="grid-7"] > .col {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
  max-width: 14.28571%;
}

[class*="grid-8"] > .col {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*="grid-9"] > .col {
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
  max-width: 11.11111%;
}

[class*="grid-10"] > .col {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}

[class*="grid-11"] > .col {
  -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
  max-width: 9.09091%;
}

[class*="grid-12"] > .col {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
}

@media (max-width: 1024px) {
  [class*="grid-wp-1"] > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-2"] > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-3"] > .col {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-4"] > .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-5"] > .col {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-6"] > .col {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-7"] > .col {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-8"] > .col {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-9"] > .col {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-10"] > .col {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-11"] > .col {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
}

@media (max-width: 1024px) {
  [class*="grid-wp-12"] > .col {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-1"] > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-2"] > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-3"] > .col {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-4"] > .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-5"] > .col {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-6"] > .col {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-7"] > .col {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-8"] > .col {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-9"] > .col {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-10"] > .col {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-11"] > .col {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
}

@media (max-width: 768px) {
  [class*="grid-wm-12"] > .col {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-1"] > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-2"] > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-3"] > .col {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-4"] > .col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-5"] > .col {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-6"] > .col {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-7"] > .col {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-8"] > .col {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-9"] > .col {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-10"] > .col {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-11"] > .col {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
}

@media (max-width: 667px) {
  [class*="grid-wm-l-12"] > .col {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

[class*="col-1"] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
}

[class*="col-2"] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

[class*="col-3"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

[class*="col-4"] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

[class*="col-5"] {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
}

[class*="col-6"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

[class*="col-7"] {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
}

[class*="col-8"] {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

[class*="col-9"] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

[class*="col-10"] {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
}

[class*="col-11"] {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
}

[class*="col-12"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  [class*="col-wp-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (max-width: 1024px) {
  [class*="col-wp-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (max-width: 768px) {
  [class*="col-wm-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

[class*="col-wm-l-1"] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
}

[class*="col-wm-l-2"] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

[class*="col-wm-l-3"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

[class*="col-wm-l-4"] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

[class*="col-wm-l-5"] {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
}

[class*="col-wm-l-6"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

[class*="col-wm-l-7"] {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
}

[class*="col-wm-l-8"] {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

[class*="col-wm-l-9"] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

[class*="col-wm-l-10"] {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
}

[class*="col-wm-l-11"] {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
}

[class*="col-wm-l-12"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.is-hide {
  display: none;
}

.is-show {
  display: block;
}

.txt-align-l {
  text-align: left;
}

.txt-aling-c {
  text-align: center;
}

.txt-align-r {
  text-align: right;
}

.link-block {
  position: relative;
  display: block;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/*# sourceMappingURL=basic.css.map */
