.main_wrap {
  background: url(../img/main_bg.svg) center no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
}

.main_wrap ul {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.main_wrap ul li {
  color: #fff;
  font-size: 18px;
}

.main_wrap ul li h1 {
  font-size: 24px;
}

.main_wrap ul li:last-child {
  margin-top: 16px;
  padding: 0 22px;
}

.contents_wrap article {
  padding-top: 120px;
}

.contents_wrap .token_api_wrap .icon_box, .contents_wrap .free_wrap .icon_box {
  width: 152px;
  height: 152px;
  border-radius: 16px;
  position: relative;
  margin: 0 auto 24px;
}

.contents_wrap .token_api_wrap .icon_box img, .contents_wrap .free_wrap .icon_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contents_wrap .token_api_wrap ul, .contents_wrap .free_wrap ul {
  text-align: center;
}

.contents_wrap .token_api_wrap ul li h2, .contents_wrap .free_wrap ul li h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.contents_wrap .token_api_wrap ul li > span, .contents_wrap .free_wrap ul li > span {
  font-size: 18px;
  display: block;
}

.contents_wrap .token_api_wrap .icon_box {
  background-color: #E01E5A;
}

.contents_wrap .token_api_wrap .icon_box img {
  width: 84px;
}

.contents_wrap .free_wrap {
  padding-bottom: 120px;
}

.contents_wrap .free_wrap .icon_box {
  background-color: #18978F;
}

.contents_wrap .free_wrap .icon_box img {
  left: 52%;
  width: 73px;
}

.contents_wrap .token_guide_wrap {
  background-color: #f5f5f5;
  padding-bottom: 160px;
}

.contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap {
  padding-right: 0;
}

.contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap {
  background: url(../img/token_guide_title_bg_m.svg) no-repeat;
  background-size: cover;
  height: 180px;
  position: relative;
}

.contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul {
  position: absolute;
  top: 60%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li {
  font-size: 18px;
  color: #fff;
}

.contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li:last-child {
  padding-right: 90px;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 40px 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.012);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.012);
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper_wrap {
  position: relative;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper {
  padding-bottom: 20px;
  height: auto;
  width: 100%;
  height: 100%;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .number_icon_box {
  background: url(../img/icon_guide_dot.svg) no-repeat;
  width: 36px;
  height: 28px;
  background-size: contain;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .number_icon_box span {
  font-size: 14px;
  color: #fff;
  padding: 3px 0 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box {
  width: calc(100% - 44px);
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box img {
  max-width: 100%;
  margin-top: 20px;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box .sub_text {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  display: block;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box .sub_text_first {
  margin-top: 12px;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box.text_box04 .box04_img01 {
  margin-right: 16px;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li:last-child {
  border-bottom: 0;
  margin: 0;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-next, .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-prev {
  display: none;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-pagination {
  bottom: 0;
}

.contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #18978F;
}

@media all and (min-width: 450px) {
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap {
    background: url(../img/token_guide_title_bg_450.svg) no-repeat;
    background-size: cover;
    height: 200px;
  }
}

@media all and (min-width: 600px) {
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap {
    background: url(../img/token_guide_title_bg_600.svg) no-repeat;
    background-size: cover;
    height: 200px;
  }
}

@media all and (min-width: 768px) {
  .main_wrap {
    height: 600px;
  }
  .main_wrap ul li {
    font-size: 24px;
  }
  .main_wrap ul li h1 {
    font-size: 36px;
  }
  .main_wrap ul li:last-child {
    margin-top: 20px;
    padding: 0;
  }
  .contents_wrap article {
    padding-top: 160px;
  }
  .contents_wrap .token_api_wrap .icon_box, .contents_wrap .free_wrap .icon_box {
    width: 180px;
    height: 180px;
    border-radius: 20px;
    margin: 0 auto 40px;
  }
  .contents_wrap .token_api_wrap ul li h2, .contents_wrap .free_wrap ul li h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .contents_wrap .token_api_wrap ul li > span, .contents_wrap .free_wrap ul li > span {
    font-size: 22px;
    color: #333;
  }
  .contents_wrap .token_api_wrap .icon_box img {
    width: auto;
  }
  .contents_wrap .free_wrap {
    padding-bottom: 160px;
  }
  .contents_wrap .free_wrap .icon_box img {
    width: auto;
  }
  .contents_wrap .token_guide_wrap {
    padding-bottom: 200px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap {
    height: 240px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul {
    top: 55%;
    left: 40px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li {
    font-size: 22px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li:last-child {
    padding-right: 0px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap {
    border-radius: 0 0 20px 20px;
    padding: 60px 40px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .number_icon_box {
    width: 41px;
    height: 32px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .number_icon_box span {
    font-size: 16px;
    padding: 3px 0 0 8px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box {
    width: calc(100% - 53px);
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box img {
    margin-top: 24px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box .sub_text_first {
    margin-top: 16px;
  }
}

@media all and (min-width: 600px) {
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap {
    background: url(../img/token_guide_title_bg_800.svg) no-repeat;
    background-size: cover;
    height: 200px;
  }
}

@media all and (min-width: 1024px) {
  .main_wrap {
    height: 600px;
  }
  .main_wrap ul li {
    font-size: 28px;
  }
  .main_wrap ul li h1 {
    font-size: 44px;
  }
  .contents_wrap article {
    padding-top: 200px;
  }
  .contents_wrap .token_api_wrap ul li h2, .contents_wrap .free_wrap ul li h2 {
    font-size: 40px;
  }
  .contents_wrap .token_api_wrap ul li > span, .contents_wrap .free_wrap ul li > span {
    font-size: 26px;
  }
  .contents_wrap .free_wrap {
    padding-bottom: 200px;
  }
  .contents_wrap .token_guide_wrap {
    padding-bottom: 200px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap {
    height: 240px;
    background: url(../img/token_guide_title_bg_1024.svg) no-repeat;
    background-size: cover;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul {
    top: 55%;
    left: 130px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li {
    font-size: 26px;
  }
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap ul li h2 {
    font-size: 40px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap {
    padding: 60px 130px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper .swiper-wrapper .swiper-slide ul li .text_box p {
    font-size: 18px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-next, .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-prev {
    display: block;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-prev::after, .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-next::after {
    display: none;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-next {
    right: -90px;
    background: url(../img/icon_arrow_right.svg) no-repeat;
    width: 50px;
    height: 50px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-button-prev {
    left: -90px;
    background: url(../img/icon_arrow_left.svg) no-repeat;
    width: 50px;
    height: 50px;
  }
  .contents_wrap .token_guide_wrap .center_wrap .token_guide_con_wrap .swiper-pagination {
    display: none;
  }
}

@media all and (min-width: 1220px) {
  .contents_wrap .token_guide_wrap .token_guide_center_wrap.center_wrap .token_guide_title_wrap {
    background: url(../img/token_guide_title_bg.svg) no-repeat;
    background-size: cover;
  }
}
