@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
#charge {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  font-family: "Pretendard-Regular";
}

.howto {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  flex-direction: column;
  position: relative;
  padding: 40px;
  background-color: #f8f8f8;
  text-align: center;
}
@media (max-width: 768px) {
  .howto {
    margin-bottom: 40px;
  }
}
.howto > p {
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.howto > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-sizing: border-box;
  border: 2px solid #F3B58C;
  background-color: #FF850A;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  padding: 24px 20px;
  width: calc(100% - 20px);
  max-width: 517px;
}
.howto > a:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url("/img/charge.png");
  margin-right: 10px;
}

h3.ch_tit {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
}

.adjust_time ul {
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adjust_time ul li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.adjust_time ul li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #5190FF;
  height: 180px;
  padding: 20px 32px;
}
.adjust_time ul li label.on {
  background-color: #51678E;
}
.adjust_time ul li label.on .vertical_set .for_check {
  background: url("/img/check_new.png");
}
.adjust_time ul li label .vertical_set {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.adjust_time ul li label .vertical_set .for_check {
  display: block;
  width: 33px;
  height: 33px;
  background: url("/img/nocheck_new.png");
  background-size: contain;
  margin-right: 50px;
}
.adjust_time ul li label .vertical_set .time_big {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
}
.adjust_time ul li label .vertical_set .time_big .dis_head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.adjust_time ul li label .vertical_set .time_big .dis_head span {
  color: rgba(255, 255, 255, 0.507);
  font-size: 16px;
  text-decoration: line-through;
}
.adjust_time ul li label .vertical_set .time_big .dis_head p {
  margin-left: auto;
  font-size: 1.125rem;
  background-color: #40DE6A;
  border-radius: 20px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 63px;
  color: #fff;
}
.adjust_time ul li label .vertical_set .time_big span {
  height: 23.7px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
  background: url("/img/pass.png") 0 0, url("/img/pass.png") 50px 0;
  background-repeat: no-repeat;
  color: #E44B4B;
  font-size: 16px;
  font-weight: normal;
}
.adjust_time ul li label .vertical_set .discount_ratio {
  margin-left: auto;
}
.adjust_time ul li label .vertical_set .discount_ratio .price {
  width: 172px;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  display: flex;
  align-items: flex-end;
}
.adjust_time ul li label .vertical_set .discount_ratio .price span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .adjust_time ul {
    padding: 0;
  }
  .adjust_time ul li label {
    padding: 20px 20px;
  }
  .adjust_time ul li label .vertical_set .for_check {
    margin-right: 30px;
  }
  .adjust_time ul li label .vertical_set .time_big {
    font-size: 40px;
  }
  .adjust_time ul li label .vertical_set .time_big span {
    margin-bottom: 10px;
  }
  .adjust_time ul li label .vertical_set .discount_ratio .price {
    width: 130px;
    font-size: 2rem;
  }
  .adjust_time ul li label .vertical_set .discount_ratio .price span {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .adjust_time ul {
    padding: 0;
  }
  .adjust_time ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .adjust_time ul li label {
    padding: 10px 10px;
    border-radius: 10px;
    height: 90px;
  }
  .adjust_time ul li label.on .vertical_set .for_check {
    background-size: contain;
  }
  .adjust_time ul li label .vertical_set {
    flex-wrap: initial;
  }
  .adjust_time ul li label .vertical_set .for_check {
    margin-right: 7px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .adjust_time ul li label .vertical_set .time_big {
    font-size: 20px;
    letter-spacing: -1px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }
  .adjust_time ul li label .vertical_set .time_big .dis_head p {
    font-size: 1rem;
    width: 53px;
    height: 22px;
    font-size: 13px;
  }
  .adjust_time ul li label .vertical_set .time_big span {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 0 8px;
    padding-left: 12px;
  }
  .adjust_time ul li label .vertical_set .discount_ratio {
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .adjust_time ul li label .vertical_set .discount_ratio .price {
    width: 130px;
    font-size: 20px;
    justify-content: flex-end;
  }
  .adjust_time ul li label .vertical_set .discount_ratio .price span {
    font-size: 1.25rem;
    margin-left: 10px;
  }
}
.about_vat {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .about_vat {
    margin-bottom: 40px;
  }
}
.about_vat ul {
  border: 1px solid #ddd;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 31px;
}
.about_vat ul li {
  line-height: 1.4;
  font-size: 1.125rem;
  color: #888;
  box-sizing: border-box;
  padding-left: 18px;
  position: relative;
}
.about_vat ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about_vat ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 10px;
}
.about_vat .caculator {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding-left: 34px;
  height: 40px;
  line-height: 40px;
  background: url("/img/calura.png") no-repeat 0 center;
  color: #FF850A;
}

.pay_way .pay_ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  max-width: 991px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.pay_way .pay_ul li {
  width: calc(25% - 7.5px);
}
.pay_way .pay_ul li label {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #666;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay_way .pay_ul li label.on {
  background-color: #4D4D4D;
  color: #fff;
}
.pay_way .pay_ul li label img {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .pay_way .pay_ul {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .pay_way .pay_ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .pay_way .pay_ul li label {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #666;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pay_way .pay_ul li label.on {
    background-color: #4D4D4D;
    color: #fff;
  }
}
.pay_way .pay_way_infor {
  max-width: 991px;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 40px;
}
.pay_way .pay_way_infor dl {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 512px;
  justify-content: space-between;
}
.pay_way .pay_way_infor dl dt {
  padding: 10px 0;
  font-size: 1.25rem;
  font-weight: 500;
  width: 50%;
}
.pay_way .pay_way_infor dl dt span.blue {
  color: #395F9E;
}
.pay_way .pay_way_infor dl dt span.sm {
  font-size: 14px;
  color: #888;
}
.pay_way .pay_way_infor dl dd {
  width: 50%;
  justify-content: flex-end;
  padding: 10px 0;
  text-align: right;
  color: #888;
  display: flex;
  align-items: flex-end;
}
.pay_way .pay_way_infor dl dd span.red {
  color: #E44B4B;
  font-weight: bold;
  font-size: 1.25rem;
  margin-right: 18px;
}
.pay_way #pay_confirm {
  width: calc(100% - 40px);
  max-width: 517px;
  background-color: #395F9E;
  color: #fff;
  height: 80px;
  border-radius: 10px;
  border: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.mod_ {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: calc(100% - 20px);
  background-color: #fff;
  z-index: 10;
  max-width: 572px;
}
.mod_.on {
  display: block;
}
.mod_.mod_calc {
  right: 10px;
  top: 50%;
  position: absolute;
}
@media (max-width: 768px) {
  .mod_.mod_calc {
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
}
@media (max-width: 768px) {
  .mod_ {
    width: calc(100% - 10px);
  }
}
.mod_.mod_consultant {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}
.mod_.mod_consultant .calc_head b {
  background: url("/img/charge2.png") no-repeat 0 center;
}
@media (max-width: 768px) {
  .mod_.mod_consultant {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  .mod_.mod_consultant .calc_body {
    max-height: calc(100vh - 100px);
  }
}
.mod_ .calc_head {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  height: 100px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .mod_ .calc_head {
    padding: 0 20px;
  }
}
.mod_ .calc_head b {
  font-size: 1.125rem;
  color: #FF850A;
  padding-left: 40px;
  display: block;
  line-height: 40px;
  background: url("/img/clock.png") no-repeat 0 center;
}
.mod_ .calc_head a {
  color: #888;
}
.mod_ .calc_body {
  box-sizing: border-box;
  padding: 30px 50px 50px 50px;
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .mod_ .calc_body {
    padding: 20px 20px 100px 20px;
  }
}
.mod_ .calc_body .clac_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mod_ .calc_body .clac_area label {
  width: calc(50% - 10px);
  color: #888;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mod_ .calc_body .clac_area label span {
  color: #395F9E;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.mod_ .calc_body .clac_area label select, .mod_ .calc_body .clac_area label input {
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  margin-top: 10px;
  height: 48px;
}
.mod_ .calc_body .clac_area label input {
  padding-right: 50px;
}
.mod_ .calc_body .calc_submit {
  box-sizing: border-box;
  border: 1px solid #395F9E;
  border-radius: 5px;
  margin-bottom: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  width: 100%;
  background-color: #fff;
  color: #395F9E;
}
.mod_ .calc_body .calced {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
}
.mod_ .calc_body .calced p {
  color: #888;
}
.mod_ .calc_body .calced b {
  display: 666;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}
.mod_ .calc_body .calced b span {
  font-weight: bold;
  color: #395F9E;
}
.mod_ .calc_body .calc_confirm {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  background-color: #395F9E;
  height: 57px;
}
.mod_ .calc_body .consul_tab {
  display: flex;
  margin-bottom: 37px;
}
.mod_ .calc_body .consul_tab a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  padding: 12px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.mod_ .calc_body .consul_tab a.on {
  color: #395F9E;
  border-bottom: 4px solid #395F9E;
}
.mod_ .calc_body .consul_content > li {
  display: none;
}
.mod_ .calc_body .consul_content > li.on {
  display: block;
}
.mod_ .calc_body .consul_content > li > div.number_ul {
  text-align: left;
}
.mod_ .calc_body .consul_content > li > div.number_ul:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.mod_ .calc_body .consul_content > li > div.number_ul:last-child ul li:before {
  content: "" !important;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 16px;
}
.mod_ .calc_body .consul_content > li > div.number_ul > b {
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
  line-height: 1.4;
  margin-bottom: 22px;
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li {
  line-height: 24px;
  margin-bottom: 10px;
  color: #888;
  box-sizing: border-box;
  padding-left: 32px;
  position: relative;
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li span {
  color: #E44B4B;
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li:before {
  content: "";
  margin-right: 12px;
  display: inline-block;
  width: 24px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  background-color: #395F9E;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li:nth-of-type(1):before {
  content: "1";
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li:nth-of-type(2):before {
  content: "2";
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li:nth-of-type(3):before {
  content: "3";
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li:nth-of-type(4):before {
  content: "4";
}
.mod_ .calc_body .consul_content > li > div.number_ul ul li:nth-of-type(5):before {
  content: "5";
}
.mod_ .calc_body .consul_content > li > div.number_ul .under_num {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 1.4;
  color: #888;
}

.theme {
  color: #395F9E;
}

.fwb {
  font-weight: bold;
}/*# sourceMappingURL=charge.css.map */