.device-pc-i {
  display: inline;
}
.device-pc-b {
  display: block;
}
.device-m-i, .device-m-b {
  display: none;
}
html, body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
* {
  position: relative;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  outline: none;
  vertical-align: middle;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  display: inline-block;
}
figure {
  margin: 0;
  padding: 0;
}
a, a:LINK, a:VISITED, a:ACTIVE {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
span {
  font-size: inherit;
  font-weight: inherit;
}
[class^=device-m-] {
  display: none;
}
.device-pc-i {
  display: inline;
}
.device-pc-b {
  display: block;
}
.underline {
  text-decoration: underline;
}
.w-100 {
  font-weight: 100;
}
.w-300 {
  font-weight: 300;
}
.w-500 {
  font-weight: 500;
}
.w-700 {
  font-weight: 700;
}
.w-900 {
  font-weight: 800;
}
.c-main {
  color: #43C8AB;
}
.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  display:block; 
  content: ''; 
  line-height: 0;
}
.clearfix::after {
  clear: both;
}
button {
  outline: none;
  cursor: pointer;
}
button.btn {
  width: 120px;
  height: 50px;
  color: #FFF;
  border-radius: 15px;
  font-size: 20px;
  border: none;
  padding-bottom: 4px;
}
button.btn.type-1 {
  background: #F37723;
}
button.btn.type-2 {
  background: #02C88B;
}
header {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 1300px;
  height: 40px;
  transform: translateX(-50%);
  z-index: 9;
}
header > img, header > nav {
  position: absolute;
  top: 0;
}
header > img {
  left: 0;
}
header > img:first-of-type {
  cursor: pointer;
}
header > nav {
  right: 0;
}
header > nav > ul > li {
  font-size: 18px;
  font-weight: 700;
  margin-left: 50px;
  line-height: 38px;
}
header > nav > ul > li > a {
  transition: all 0.2s;
}
header > nav > ul > li > a:HOVER {
  color: #F37723;
  transition: all 0.2s;
} 
header > nav > ul > li img {
  margin-top: -4px;
}
header > nav > ul > li.active {
  color: #F37723;  
}
header > nav > ul > li > ul {
  position: absolute;
  width: 400px;
  height: 40px;
  border-radius: 40px;
  background: #323846;
  padding-left: 35px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
header > nav > ul > li > ul.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
}
header > nav > ul > li > ul > li {
  font-size: 16px;
  margin-right: 30px;
}
header > nav > ul > li > ul > li:last-child {
  margin-right: 0;
}
header > nav > ul > li > ul > li::before {
  content: '';
  position: absolute;
  top: 17px;
  left: -12px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #43C8AB;
}
footer {
  background: #000;
  padding: 90px 0 30px;
}
footer > div {
  width: 1200px;
  margin: auto;
}
footer > div .title {
  padding-left: 400px;
  margin-bottom: 90px;
}
footer > div .title h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 42px;
  font-weight: 700;
}
footer > div .title p {
  font-size: 14px;
  padding-top: 8px;
  color: #A5A5A5;
}
footer > div .title p:last-child {
  color: #43C8AB;
}
footer > div .title p:last-child img {
  vertical-align: top;
  margin-top: 2px;
  margin-left: 10px;
}
footer > div hr {
  border-bottom: 2px solid #7A7A7A;
  margin-bottom: 100px;
}
footer > div > nav {
  width: 100%;
  margin-bottom: 120px;
}
footer > div > nav > ul {
  float: right;
  margin-top: 7px;
}
footer > div > nav > ul > li {
  margin-left: 45px;
  font-size: 18px;
}
footer .copyright {
  font-size: 14px;
  color: #A5A5A5;
}
#wrapper-aside {
  position: fixed;
  top: 90px;
  right: -270px;
  width: 270px;
  height: 480px;
  background: #323846;
  padding: 36px 46px 80px;
  z-index: 9;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#wrapper-aside.show {
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#wrapper-aside > h3 {
  font-size: 18px;
  color: #F37723;
  margin-bottom: 30px;
}
#wrapper-aside > img.qr {
  margin-bottom: 40px;
}
#wrapper-aside > a {
  display: block;
  margin-bottom: 20px;
}
#wrapper-aside > img:not(.qr) {
  width: 100%;
}
div[id^=wrapper-] > section > div {
  margin: auto;
}
div[id^=wrapper-] > section:last-child {
  padding: 56px 0 80px;
  background: #171F33;
}
div[id^=wrapper-] > section:last-child > div > h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 58px;
  text-align: center;
}
div[id^=wrapper-] > section:last-child > div > .btn-area {
  text-align: center;
}
div[id^=wrapper-] > section:last-child > div > .btn-area > button {
  width: 230px;
  height: 70px;
  margin: 0 12px;
  font-size: 24px;
}
#wrapper-sub > section:first-child {
  background: #171F33;
  padding: 136px 0 0;
}
#wrapper-sub > section:first-child > div > h1 {
  font-size: 40px;
  font-weight: 700;
  color: #F37723;
  text-align: center;
}
#side-menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 414px) {
  [class*=device-pc-] {
    display: none;
  }
  button.btn {
    width: 173px;
    height: 50px;
  }
  .device-m-i {
    display: inline;
  }
  .device-m-b {
    display: block;
  }
  header {
    width: 100%;
    top: 20px;
    left: 0;
    transform: none;
  }
  header > img {
    left: 30px;
  }
  header > img:first-of-type {
    height: 39px;
  }
  header > img.btn-menu-m {
    top: 9px;
    left: auto;
    right: 30px;
  }
  header > nav {
    display: none;
  }
  footer {
    padding: 38px 30px 40px;
  }
  footer > div {
    width: 100%;
  }
  footer > div .title {
    padding: 0 0 33px;
    margin: 0;
  }
  footer > div .title h1 {
    font-size: 20px;
  }
  footer > div .title p {
    font-size: 10px;
    padding: 30px 0 8px;
  }
  footer > div .title p:last-child {
    font-size: 16px;
    padding: 0;
  }
  footer > div .title p:last-child img {
    margin-top: 3px;
    margin-left: 5px;
  }
  footer > div hr {
    border: none;
    border-bottom: 2px solid #232323;
    margin-bottom: 47px;
  }
  footer > div > nav {
    margin: 0;
  }
  footer > div > nav > ul {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 105px;
  }
  footer > div > nav > ul li {
    display: block;
    margin: 0;
    margin-bottom: 17px;
    font-size: 16px;
  }
  footer > div > nav > img {
    position: absolute;
    bottom: -85px;
    left: 50%;
    width: 197px;
    transform: translateX(-50%);
  }
  footer .copyright {
    text-align: center;
  }
  div[id^=wrapper-] > section:last-child {
    padding: 60px 0;
  }
  div[id^=wrapper-] > section:last-child > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  div[id^=wrapper-] > section:last-child > div > h1 {
    font-size: 20px !important;
    line-height: 25px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  div[id^=wrapper-] > section:last-child > div > .btn-area > button {
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 7px;
    padding: 0;
  }
  div[id^=wrapper-] > section:last-child > div > .btn-area > button:first-child {
    margin: 0 5px 0 0;
  }
  div[id^=wrapper-] > section:last-child > div > .btn-area > button:last-child {
    margin: 0 0 0 5px;
  }
  #side-menu {
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #171F33;
    padding: 20px 20px 0;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 0.2s;
  }
  #side-menu.show {
    right: 0;
    visibility: visible;
    opacity: 0.992;
    transition: all 0.2s;
  }
  #side-menu > .header {
    margin-bottom: 38px;
  }
  #side-menu > .header .btn-home {
    width: 264px;
  }
  #side-menu > .header .btn-close {
    float: right;
    margin-top: 8px;
  }
  #side-menu > ul {
    width: 100%;
    margin-bottom: 20px;
  }
  #side-menu > ul > li {
    width: 100%;
    line-height: 49px;
    font-size: 18px;
    font-weight: 700;
    color: #B0BEC5;
    border-bottom: 1px solid #4A4A4A;
    padding: 0 10px;
  }
  #side-menu > ul > li div.sub-menu {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    background: #323846;
    border-top: 1px solid #4A4A4A;
  }
  #side-menu > ul > li div.sub-menu a {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 49px;
    color: #43C8AB;
    padding-left: 32px;
  }
  #side-menu > ul > li div.sub-menu a:nth-child(-n + 2) {
    border-bottom: 1px solid #4A4A4A;
  }
  #side-menu > ul > li div.sub-menu a::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 15px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #43C8AB;
  }
  #side-menu > div.link-download {
    padding: 28px 20px 50px;
    background: #323846;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #side-menu > div.link-download h3 {
    font-size: 18px;
    font-weight: 700;
    color: #F37723;
    margin-bottom: 20px;
  }
  #side-menu > div.link-download .qr {
    width: 125px;
  }
  #side-menu > div.link-download img:not(.qr) {
    position: absolute;
    right: 20px;
    width: 150px;
  }
  #side-menu > div.link-download img.googleplay {
    top: 70px;
  }
  #side-menu > div.link-download img.appstore {
    top: 142px;
  }
}
@media screen and (max-width: 375px) {
  div[id^=wrapper-] > section:last-child > div > h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 360px) {
  header > img:first-of-type {
    top: 2px;
    left: 20px;
    height: 35px;
  }
  header > img.btn-menu-m {
    right: 20px;
  }
  footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  #side-menu > .header .btn-home {
    width: auto;
    height: 35px;
    margin-top: 2px;
  }
}