:root {
  --color-white: #fff;
  --color-black: #000;
  --color-orange: #f75d00;
  --color-light-orange1: #fb966e;
  --color-light-orange2: #faf7f5;
  --color-blue: #2d2d6c;
  --color-gray: #686868;
  --color-light-gray1: #bdc0ba;
  --color-light-gray2: #f2f2f2;
  --color-yellow: #ffba0d;
  --color-bodybg: #e0e0e0;
}

*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

html,
body {
  background: var(--color-bodybg);
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  width: 100%;
  display: block;
}

a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.web {
  display: block;
}

.phone {
  display: none;
}

.pos {
  position: absolute;
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
  line-height: 0;
}

.simpleheadbartmp {
  display: block;
  width: 100%;
  height: 57px;
  background: #fff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 666;
  position: fixed;
}
.simpleheadbartmp .logoArea {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.simpleheadbartmp .logoArea .logo a {
  width: 105px;
  height: 25px;
  cursor: pointer;
  background: url(../images/mobile_logo.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 16px 0px 16px 10px;
  display: block;
  font-size: 0;
  float: left;
  white-space: nowrap;
}
.simpleheadbartmp .logoArea .logo2 a {
  background: url(../images/DCB_Logo.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 140px;
  height: 23px;
  margin: 17px 10px 17px 0px;
  font-size: 0;
  float: right;
}

#footer {
  width: 98%;
  text-align: center;
  font-size: 12px;
  padding: 1%;
  background: var(--color-white);
  margin-top: 40px;
  margin-bottom: 19%;
}

.fixed-btn {
  position: fixed;
  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;
  width: 100%;
  bottom: 0;
  margin: auto;
  background: var(--color-white);
  z-index: 10;
}
.fixed-btn a {
  margin: 4px;
}

/*expanding & collapsing*/
.exp-col {
  margin: 3%;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 20px;
  padding: 4px 0;
}
.exp-col h3 {
  /*  margin: 5px;*/
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
}
.exp-col h3:first-child {
  border: none;
}
.exp-col h3 a:after {
  float: right;
  position: relative;
  content: "";
  background: url(../images/btn_arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.exp-col h3 a {
  display: block;
  padding: 8px 16px;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: left;
  color: #000000;
}
.exp-col .rule-info {
  text-align: justify;
  /*  word-break: break-all;*/
  margin: 12px;
  padding: 0 16px 16px;
}
.exp-col .rule-info ul {
  margin: 0;
}
.exp-col .rule-info li {
  font-size: 16px;
  list-style-type: square;
  margin-left: 1em;
  line-height: 1.7em;
  word-break: break-all;
}
.exp-col .rule-info li li {
  list-style-type: decimal;
}
.exp-col .rule-info li li a {
  text-decoration: underline;
  color: #dfad00;
}

.exp-col h3.open a:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*Content*/
.contArea {
  width: 100%;
  max-width: 768px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 57px auto 0;
  background: #FFB2C6;
}
.contArea .main-banner {
  position: relative;
}
.contArea .main-banner .ob-wrap img {
  position: absolute;
  z-index: 1;
}
.contArea .main-banner .ob-wrap .ob-1 {
  width: 20%;
  top: 22%;
  left: 9%;
}
.contArea .main-banner .ob-wrap .ob-2 {
  width: 7%;
  top: 32%;
  left: 85%;
}
.contArea .main-banner .ob-wrap .ob-3 {
  width: 9.5%;
  top: 85%;
  left: 10%;
}
.contArea .main-banner .ob-wrap .ob-4 {
  width: 14%;
  top: 43%;
  left: 78%;
}
.contArea .main-banner .title {
  position: relative;
  display: block;
  z-index: 2;
  width: 85%;
  margin: 20px auto 40px;
}
.contArea .sec-wrap {
  position: relative;
  z-index: 2;
  max-width: 712px;
  margin: 12px auto 40px;
}
.contArea .sec-wrap:first-child {
  margin-top: -10%;
}
.contArea .sec-wrap .title {
  position: relative;
  margin: 12px;
}
.contArea .sec-wrap .ob-wrap {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.contArea .sec-wrap .ob-wrap .flx {
  width: 60%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contArea .sec-wrap .ob-wrap .flx a {
  width: 50%;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (min-width: 540px) {
  .contArea .sec-wrap:first-child {
    margin-top: -5%;
  }
}
@media screen and (min-width: 768px) {
  .simpleheadbartmp {
    height: 67px;
  }
  .simpleheadbartmp .logoArea .logo a {
    width: 153px;
    height: 36px;
  }
  .simpleheadbartmp .logoArea .logo2 a {
    width: 190px;
    height: 31px;
    margin: 16px 10px 16px 0px;
  }
  .contArea {
    margin-top: 67px;
  }
}/*# sourceMappingURL=style.css.map */