﻿.user-guide .flow {
  padding: 50px 0 140px 0;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow {
    padding: 50px 0 75px 0;
  }
}
.user-guide .flow ol {
  margin: 0 0 40px 0;
}
.user-guide .flow ol li + li {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow ol li + li {
    margin-top: 40px;
  }
}
.user-guide .flow ol li:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow ol li:nth-of-type(2) {
    margin-top: 40px;
  }
}
.user-guide .flow ol .headLabel {
  display: flex;
  gap: 20px;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow ol .headLabel {
    margin: 0 0 10px 0;
    padding: 0;
    gap: 10px;
  }
}
.user-guide .flow ol .headLabel::before {
  content: none;
}
.user-guide .flow ol .headLabel em {
  font-style: normal;
}
.user-guide .flow ol .btn_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 10px 0 0 75px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow ol .btn_box {
    margin: 10px 0 0 0;
    flex-wrap: wrap;
  }
}
.user-guide .flow ol .btn_box .btn {
  width: fit-content;
  padding: 0 50px 0 30px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow ol .btn_box .btn {
    width: 320px;
    margin: 0 auto;
  }
}
.user-guide .flow ol p {
  margin: 0 0 0 75px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow ol p {
    margin: 0;
  }
}
.user-guide .flow ol .flow-link {
  display: block;
  width: fit-content;
  text-align: right;
  margin: -25px 0 0 auto;
  border-bottom: 2px solid #4d320d;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow ol .flow-link {
    margin-top: 10px;
  }
}
.user-guide .flow .bg_orange {
  padding: 40px 40px 40px;
  border-radius: 15px;
  background-color: #fff8ed;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow .bg_orange {
    padding: 20px;
  }
}
.user-guide .flow .bg_orange .headLabel {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow .bg_orange .headLabel {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.user-guide .flow .bg_orange .headLabel::before {
  content: none;
}
.user-guide .flow .bg_orange p {
  margin: 0 0 0 60px;
}
@media screen and (max-width: 1000px) {
  .user-guide .flow .bg_orange p {
    margin: 0;
    text-align: justify;
  }
}
.user-guide .origin {
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 1000px) {
  .user-guide .origin {
    padding: 30px 0 10px 0;
  }
}
.user-guide .origin__main {
  max-width: 100%;
  margin-right: 0;
}
.user-guide .origin .headLabel {
  padding: 0 10px 0 20px;
}
@media screen and (max-width: 1000px) {
  .user-guide .origin .headLabel {
    padding: 0;
  }
}
.user-guide .origin p {
  padding: 0 10px 0 55px;
}
@media screen and (max-width: 1000px) {
  .user-guide .origin p {
    padding: 0;
    text-align: justify;
  }
}
.user-guide .service {
  padding-bottom: 170px;
}
@media screen and (max-width: 1000px) {
  .user-guide .service {
    padding-bottom: 90px;
  }
}
.user-guide .service .pay {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .user-guide .service .pay {
    margin-top: 20px;
  }
}
.user-guide .service .pay h3 {
  display: flex;
  margin: 50px 0 20px 0;
  padding: 0 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .user-guide .service .pay h3 {
    font-size: 1.8rem;
    margin: 40px 0 10px 0;
    padding: 0;
  }
}
.user-guide .service .pay h3::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #4d320d;
  border-radius: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .user-guide .service .pay h3::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.user-guide .service .pay h3:first-child {
  margin-top: 0;
}
.user-guide .service .pay p {
  padding: 0 10px 0 65px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .user-guide .service .pay p {
    padding: 0;
    text-align: justify;
  }
}
.user-guide .service .pay .pay_lst {
  margin: 15px 10px 0 65px;
}
@media screen and (max-width: 1000px) {
  .user-guide .service .pay .pay_lst {
    margin: 5px auto 0;
  }
}
.user-guide .service .pay .pay_cr {
  width: 438px;
}
@media screen and (max-width: 1000px) {
  .user-guide .service .pay .pay_cr {
    width: 100%;
  }
}
.user-guide .service .pay .pay_qr {
  width: 784px;
}
@media screen and (max-width: 1000px) {
  .user-guide .service .pay .pay_qr {
    width: 100%;
  }
}