@charset "UTF-8";
.order__info-ctrl, .index__prod, .index__rights, .banner, .login__form, .login__wrap, .navbar, .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 48em) {
  .order__info-ctrl, .index__prod, .index__rights, .banner, .login__form, .login__wrap, .navbar, .row-flex {
    row-gap: 0.8rem;
  }
}
@media (max-width: 36em) {
  .order__info-ctrl, .index__prod, .index__rights, .banner, .login__form, .login__wrap, .navbar, .row-flex {
    row-gap: 0.6rem;
  }
}

.grecaptcha-badge {
  z-index: 99999;
}

.row.gap {
  row-gap: 0.25rem;
}
@media (max-width: 48em) {
  .row.gap {
    row-gap: 0.8rem;
  }
}
@media (max-width: 36em) {
  .row.gap {
    row-gap: 0.6rem;
  }
}
.row.gap.form {
  margin: 1rem -10px;
  padding: 0px;
}

hr {
  margin: 1.25rem 0rem;
}

label, p {
  font-size: 1rem;
}

.color01 {
  color: #f10000;
}

.color02 {
  color: #555;
}

.color03 {
  color: #b80f00;
}

.color04 {
  color: #e62310;
}

.color05 {
  color: #4f4f4f;
}

.bg-color {
  background-color: #fffbfa;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "PingFang TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #202020;
}

a {
  color: #e62310;
}
a:hover {
  color: #e62310;
  text-decoration: none;
  font-weight: bold;
}
a:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

.main {
  text-align: center;
  padding-top: 5rem;
}
@media (max-width: 48em) {
  .main {
    padding-top: 3rem;
  }
}

.compare {
  margin-top: 70.59px;
  padding-bottom: 35px;
}
@media (max-width: 62em) {
  .compare {
    margin-top: 44.38px;
  }
}

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
#scrollToTopBtn svg {
  width: 20px;
  height: 20px;
  fill: #E62310;
}

.page {
  min-height: calc(100vh - 318px);
}
.page .content {
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 48em) {
  .page .content {
    padding: 1.3rem;
    margin: 1rem;
  }
}
@media (max-width: 36em) {
  .page .content.detail {
    padding: 1rem;
    margin: 0.5rem;
  }
}
@media (max-width: 36em) {
  .page .content {
    padding: 0.6rem;
    margin: 0.5rem;
  }
}
.page .content .box {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
.page .content .tit {
  position: relative;
  padding-left: 2.5rem;
  margin: 1rem 0 0 0;
  color: #e62310;
  position: relative;
  font-size: 1rem;
}
.page .content .tit i {
  position: absolute;
  left: 8px;
  top: 5px;
  color: #202020;
}
.page .content .title {
  border-bottom: 1px solid #e7e7e7;
  margin: -1rem -1.7rem 1rem -1.7rem;
  padding: 1rem 1rem 1.25rem 2rem;
  font-weight: bold;
}
@media (max-width: 36em) {
  .page .content .title {
    margin: 0rem -1.7rem 1rem;
  }
}
.page .content .title__border {
  margin-top: 1rem;
  padding: 1.25rem 0rem 1.25rem 2rem;
  border-top: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
}
.page .container.sub {
  padding: 3rem 0rem;
}
@media (max-width: 36em) {
  .page .container.sub {
    padding: 0.5rem 0rem;
  }
}
.page .container.sub .content {
  text-align: center;
}
.page .container.sub .success__tit {
  color: #313131;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
@media (max-width: 48em) {
  .page .container.sub .success__tit {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.page .container.sub .success__txt {
  color: #313131;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.page .banner {
  min-height: 170px;
}
.page .banner h2 {
  color: #fff;
  text-shadow: 0 0 10px #000000;
  padding: 0 1rem;
}

.total {
  background-color: rgba(230, 35, 16, 0.08);
  padding: 1.5rem 1rem;
}
.total p {
  margin-bottom: 0;
}

.side .bg01 {
  padding: 1rem;
  margin: -1rem -1rem 0.3rem -1rem;
}

.member-area p {
  color: #636363;
}

.step > div {
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
}
.step > div span {
  background: #fff;
  padding-right: 0.6rem;
}
.step > div:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 49%;
  height: 2px;
  width: 95%;
  background: #e62310;
}
.step > div:last-child {
  padding-right: 0rem;
}
.step > div:last-child:after {
  display: none;
}
.step > div b {
  border-radius: 20px;
  border: 2px solid #e62310;
  color: #e62310;
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.select-2 {
  border: none;
  font-weight: 600;
  padding-right: 1rem;
  color: #b49013;
}

.svgicon {
  width: 100%;
  max-width: 58px;
  height: 58px;
  margin: 0 auto;
  display: block;
  fill: black;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.svgicon use {
  width: 100%;
}
.svgicon:hover {
  fill: #e62310;
}

.form-check.lb-mb-0 > label {
  font-size: 1rem;
  margin-bottom: 0;
}

.loading-image {
  height: 100%;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading-image.hide {
  display: none;
}

.success-info {
  width: 80%;
  border-radius: 8px;
  margin: 1.5rem auto;
  padding: 1.25rem 2.5rem;
  background-color: #FFEAEA;
}
.success-info ol > li {
  list-style: decimal;
  margin-left: 1rem;
}
.success-info h5 {
  font-weight: 600;
}
.success-info hr {
  border-color: #e7e7e7;
}
@media (max-width: 48em) {
  .success-info {
    width: 100%;
  }
}

.splide {
  padding: 0rem;
}
.splide .splide__arrow--next {
  right: 0;
}
.splide .splide__arrow--prev {
  left: 0;
}
.splide .splide__arrow {
  border-radius: 0px;
  background-color: transparent;
}
.splide .splide__arrow:hover svg {
  fill: #e7e7e7;
}
.splide .splide__arrow svg {
  fill: #e7e7e7;
}
.splide .splide__pagination__page {
  height: 5px;
  width: 40px;
  border-radius: 2px;
}
.splide .splide__pagination__page:hover {
  background: #e7e7e7;
}
.splide .splide__pagination__page.is-active {
  background: #e62310;
  -webkit-transform: none;
          transform: none;
}
.splide .splide__track--nav > .splide__list > .splide__slide,
.splide .splide__track--nav > .splide__list > .splide__slide.is-active {
  border-width: 2px;
  border-radius: 3px;
}
.splide .splide__track--nav > .splide__list > .splide__slide.is-active {
  border-color: #e62310;
  opacity: 1;
}
.splide .splide__slide img {
  height: 100%;
  width: 100%;
}
.splide__main {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.splide__main .splide__slide {
  width: 100%;
  aspect-ratio: 1/1;
}
.splide__main .splide__slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.splide__thumbnail {
  margin-top: 0.5rem;
  padding: 0 2rem 0 2rem;
}
.splide__thumbnail .splide__arrow,
.splide__thumbnail .splide__arrow svg {
  height: 1.2rem;
  width: 1.2rem;
}
.splide__thumbnail .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.splide__index {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 36em) {
  .splide__index .splide__pagination {
    position: relative;
    margin-top: 0.5rem;
  }
}
.splide__index .splide__arrow--next {
  right: 5px;
}
.splide__index .splide__arrow--prev {
  left: 5px;
}
.splide__index .splide__arrow,
.splide__index .splide__arrow svg {
  height: 2rem;
  width: 2rem;
}
.splide__index .splide__arrow {
  background-color: transparent;
  border-radius: 1000rem;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -15.5rem;
}
.splide__index .splide__arrow:hover svg {
  fill: white;
}
.splide__index .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.splide__track--nav > .splide__list > .splide__slide {
  opacity: 0.3;
}

.splide__pagination__page {
  opacity: 1;
}

ol li,
ul li {
  line-height: 1.875rem;
}

.list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.list-inline li {
  list-style-type: none;
  display: inline-block;
}

ol {
  font-size: 1rem;
  color: #4f4f4f;
  letter-spacing: 0.05rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ol > li {
  list-style-type: decimal;
  margin: 0px 15px 0px 35px;
}
ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}
ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}
ol > li > ol > li > ol > li:nth-child(1n+10):before {
  left: -32px;
}
ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}
ol > li > ol > li > ol > li > ol > li:after, ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}
ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}
ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}

.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}
.table thead th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table thead th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.table tbody th {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}

.table-style01 {
  border: 1px solid #e6e6e6;
}
.table-style01 tr {
  border-bottom: 1px solid #e7e7e7;
}
.table-style01 td {
  border: none;
}
.table-style01 thead th {
  background: #e62310;
}
.table-style01 tbody th {
  background: #fffbfa;
  color: #313131;
}

.table-style02 {
  border: none;
  border-top: 1px solid #e6e6e6;
}
.table-style02 td {
  border-color: #e6e6e6;
  border-width: 0 0 1px 0;
}
.table-style02 thead th {
  background: none;
  color: #4e4e4e;
  border-color: #e6e6e6;
  border-width: 0 0 1px 0 !important;
}
.table-style02.td-3-gray tbody tr td:nth-child(4) {
  color: #999999;
}

.table-style03 {
  background-color: white;
}
.table-style03 thead th {
  background-color: #e62310;
  color: white;
  text-align: center;
}
.table-style03 tbody th {
  background-color: white;
  color: #202020;
}
@media only screen and (max-width: 36em) {
  .table-style03 tbody th,
  .table-style03 tbody td,
  .table-style03 thead th {
    padding: 0.3rem;
  }
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

@media (max-width: 991px) {
  .table {
    font-size: 0.9rem;
  }
  .table td,
  .table th {
    padding: 0.5rem 0.75rem;
  }
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd thead {
    display: none;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.4rem 0.75rem;
  }
  .table-rwd tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-rwd td {
    border: none;
    padding: 0.4rem 0.75rem 0.1rem;
  }
  .table-rwd td:last-child {
    padding: 0.4rem 0.75rem;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-style01 tr:nth-child(even) {
    background: transparent;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
}
.table-date thead th {
  border: none;
}
.table-date tbody tr td {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.table-date tbody tr td a .day {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
}
.table-date tbody tr td a .money {
  color: #e60012;
}
.table-date tbody tr td a .booking {
  color: #fff;
  background: #6d6d6d;
  border-radius: 5px;
  font-size: 0.8rem;
}
.table-date tbody tr td:hover {
  background: rgba(0, 0, 0, 0.04);
}
.table-date .prev,
.table-date .next {
  background: #e62310;
}
.table-date .prev a,
.table-date .next a {
  display: block;
  color: #fff;
}

.overflow {
  width: auto;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .table-date {
    width: 760px;
  }
  .table-date tbody tr td a .day {
    color: rgb(0, 0, 0);
  }
  .table-date tbody tr td a .money {
    font-size: 1rem;
  }
  .table-date tbody tr td a .booking {
    font-size: 0.7rem;
  }
}
.table-compare {
  border-radius: 10px;
  background: #fff;
  margin-top: 25px;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 48em) {
  .table-compare {
    padding: 1.5rem 0.5rem;
  }
}
.table-compare .tnav {
  position: relative;
}
@media (max-width: 48em) {
  .table-compare .tnav.fixed {
    position: fixed;
    width: 100%;
    top: 100px;
    max-width: 496px;
    width: 100%;
    z-index: 90;
  }
  .table-compare .tnav.fixed .tr.mask::before {
    content: "";
    position: absolute;
    max-width: 496px;
    width: 100%;
    top: 0;
    background: white;
    height: 60px;
  }
}
@media (max-width: 36em) {
  .table-compare .tnav.fixed {
    max-width: 100%;
    left: 0;
    top: 0;
  }
  .table-compare .tnav.fixed .tr {
    padding: 0 22px;
    top: 44px;
  }
  .table-compare .tnav.fixed .tr.mask::before {
    content: "";
    max-width: calc(100% - 44px);
  }
}
.table-compare .tnav .tr {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  justify-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  width: 100%;
  top: -200px;
}
@media (max-width: 62em) {
  .table-compare .tnav .tr {
    top: -130px;
  }
}
@media (max-width: 48em) {
  .table-compare .tnav .tr {
    grid-template-columns: 50% 50%;
    top: -59px;
  }
}
.table-compare .tnav .th {
  padding: 0 0.5rem 1rem 0.5rem;
  width: 100%;
}
.table-compare .tnav .th:first-of-type {
  padding: 0 0.5rem;
}
@media (max-width: 48em) {
  .table-compare .tnav .th {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .table-compare .tnav .th:first-of-type {
    display: none;
  }
}
@media (max-width: 48em) {
  .table-compare .thead.fixed {
    position: fixed;
    width: 100%;
    top: 100px;
    max-width: 496px;
    width: 100%;
    z-index: 90;
    background: #fff;
  }
}
@media (max-width: 36em) {
  .table-compare .thead.fixed {
    max-width: calc(100% - 44px);
    top: 103px;
  }
}
.table-compare .thead .tr {
  display: grid;
  grid-template-columns: 15% 25% 30% 30%;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 48em) {
  .table-compare .thead .tr {
    grid-template-columns: 50% 50%;
  }
}
.table-compare .thead .th {
  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;
  padding: 1rem 0.5rem;
  font-weight: bold;
  text-align: center;
  min-height: 50px;
}
.table-compare .thead .th:first-of-type {
  display: block;
  text-align: left;
}
@media (max-width: 48em) {
  .table-compare .thead .th:first-of-type {
    display: none;
  }
  .table-compare .thead .th:nth-of-type(2) {
    display: none;
  }
}
.table-compare .tbody .tr {
  display: grid;
  grid-template-columns: 15% 25% 30% 30%;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 48em) {
  .table-compare .tbody .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table-compare .tbody .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.75rem 10px;
  text-align: start;
  min-height: 50px;
}
@media (max-width: 48em) {
  .table-compare .tbody .th {
    min-height: 30px;
    padding: 0.5rem 10px;
  }
}
.table-compare .tbody .th:first-of-type {
  display: block;
}
@media (max-width: 48em) {
  .table-compare .tbody .th:first-of-type {
    padding: 0.75rem 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
  }
}
.table-compare .tbody .th:nth-of-type(3n+2) {
  color: #646464;
  font-size: 14px;
  line-height: 1.3;
}
.table-compare .tbody .th:nth-of-type(3n+2) span {
  width: 100%;
  text-align: start;
}
@media (max-width: 48em) {
  .table-compare .tbody .th:nth-of-type(3n+2) {
    padding: 0 10px 0 10px;
  }
  .table-compare .tbody .th:nth-of-type(3n+2) span {
    position: relative;
    display: grid;
    padding-left: 10px;
  }
  .table-compare .tbody .th:nth-of-type(3n+2) span::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #DEDEDE;
    display: block;
    position: absolute;
  }
}
.table-compare .tbody .th:nth-of-type(3n+3) {
  font-size: 12px;
}
@media (max-width: 48em) {
  .table-compare .tbody .th:nth-of-type(3n+3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.table-compare .tbody .th:nth-of-type(3n+4) {
  font-size: 12px;
}
@media (max-width: 48em) {
  .table-compare .tbody .th:nth-of-type(3n+4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.btn {
  border-radius: 0.5rem;
  background: #fff;
  color: #e62310;
  padding: 0.5rem 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.disabled, .btn:disabled {
  background: #aaa;
  border-color: #aaa;
}
.btn.disabled:hover, .btn:disabled:hover {
  background: #aaa;
  border-color: #aaa;
}
.btn__primary {
  background-color: #e62310;
  color: white;
  padding: 0.5rem 1.6rem;
}
.btn__primary:hover {
  background-color: #b80f00;
  color: white;
}
.btn__secondary {
  background-color: #202020;
  color: white;
}
.btn__secondary:hover {
  background-color: #6d6d6d;
  color: white;
}
.btn__secondary__light {
  color: #202020;
  background-color: white;
  padding: 0.5rem 1.6rem;
}
.btn__secondary__light:hover {
  background-color: #202020;
  color: white;
}
.btn__cancel {
  background-color: #767676;
  color: white;
  padding: 0.5rem 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.btn__cancel:hover {
  background-color: #313131;
  color: white;
}
.btn__cancel-s {
  background-color: #767676;
  color: white;
  padding: 0.5rem 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
}
.btn__cancel-s:hover {
  background-color: #313131;
  color: white;
}
@media (max-width: 75em) {
  .btn__cancel-s {
    max-width: 100%;
  }
}
@media (max-width: 62em) {
  .btn__cancel-s {
    max-width: 50%;
    padding: 0.5rem 0.8rem;
  }
}
@media (max-width: 36em) {
  .btn__cancel-s {
    max-width: 100%;
    width: 100%;
  }
}
.btn__info {
  background-color: #e62310;
  color: white;
  padding: 0.5rem 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.btn__info:hover {
  background-color: #b80f00;
  color: white;
}
.btn__info-s {
  background-color: #e62310;
  color: white;
  padding: 0.5rem 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
}
.btn__info-s:hover {
  background-color: #b80f00;
  color: white;
}
@media (max-width: 75em) {
  .btn__info-s {
    max-width: 100%;
  }
}
@media (max-width: 62em) {
  .btn__info-s {
    max-width: 50%;
    padding: 0.5rem 0.8rem;
  }
}
@media (max-width: 36em) {
  .btn__info-s {
    max-width: 100%;
    width: 100%;
  }
}

.btn__fixed-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1031;
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: #767676;
  border-radius: 100px;
  border: 1px solid white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn__fixed-back-top:focus {
  outline: 0;
}
.btn__fixed-back-top::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.btn__fixed-back-top:hover {
  background-color: #ff5343;
  bottom: 34px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e7e7e7;
  z-index: 99;
  padding: 0.8rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.isScroll {
  background-color: white;
  padding: 0.3rem 0rem;
}
@media (max-width: 48em) {
  .header {
    background-color: white;
    padding: 0.3rem 0rem;
  }
}

.navbar-toggler {
  z-index: 999;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  margin: 0px;
  top: 0px;
  right: 0px;
  position: relative;
}
.navbar-toggler .hamburger {
  position: relative;
}
.navbar-toggler .hamburger .menui {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
          transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
  top: 8px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background-color: #6d6d6d;
  opacity: 0;
  margin-top: 0;
}
.navbar-toggler .hamburger .menui:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.navbar-toggler .hamburger .menui:last-child {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui {
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui:first-child {
  top: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .hamburger .menui:last-child {
  top: 14px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-nav a {
  color: #202020;
}
.navbar-nav li {
  margin: 0 0.75rem;
}
.navbar-nav li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #202020;
}
.navbar-nav li .btn-logout {
  color: #e62310;
  font-weight: 700;
}
.navbar-nav li .btn-logout:hover {
  color: rgb(158.4756097561, 24.1158536585, 11.0243902439);
}
.navbar-nav li:last-child {
  margin: 0 0 0 0.75rem;
}

@media (max-width: 991px) {
  .navbar-nav {
    margin-bottom: 5px;
  }
  .navbar-nav li {
    padding: 5px;
  }
  .navbar-nav li a {
    width: 100%;
    display: block;
  }
  .navbar-nav li .btn-logout {
    background: #e62310;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0.4rem;
  }
  .navbar-nav li .btn-logout:hover {
    color: #fff;
    background: rgb(158.4756097561, 24.1158536585, 11.0243902439);
  }
}
.navbar-brand.logo {
  width: auto;
  height: 45px;
}
.navbar-brand.logo .img-fluid {
  max-width: none;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .navbar-brand.logo {
    height: 35px;
  }
}
.navbar-brand.logo h1 {
  padding-left: 1rem;
  border-left: 1px solid #999999;
}
@media only screen and (max-width: 48em) {
  .navbar-brand.logo h1 {
    font-size: 1rem;
  }
}

.navbar-brand {
  margin-right: auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.step-process-2 {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 1.5rem 0rem;
}
@media only screen and (max-width: 36em) {
  .step-process-2 {
    padding: 1rem 0rem;
  }
}
.step-process-2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  background-color: #fffbfa;
}
@media only screen and (max-width: 48em) {
  .step-process-2 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step-process-2 > div:not(:first-child) {
  padding-left: 10px;
}
@media only screen and (max-width: 48em) {
  .step-process-2 > div:not(:first-child) {
    padding-left: 0;
  }
}
.step-process-2 > div::before {
  counter-increment: num;
  content: counter(num);
  display: grid;
  place-content: center;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 100rem;
  border: 2px solid #e62310;
  color: #e62310;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (max-width: 62em) {
  .step-process-2 > div::before {
    height: 28px;
    width: 28px;
    min-width: 28px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 48em) {
  .step-process-2 > div::before {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 36em) {
  .step-process-2 > div::before {
    height: 24px;
    width: 24px;
    min-width: 24px;
    font-size: 13px;
  }
}
.step-process-2 > div > span {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 48em) {
  .step-process-2 > div > span {
    line-height: 1.2rem;
    font-size: 13px;
    padding: 0;
  }
}
@media only screen and (max-width: 36em) {
  .step-process-2 > div > span {
    max-width: 54px;
    line-height: 1rem;
  }
}
.step-process-2 > div.active::before {
  background-color: #e62310;
  color: white;
}
.step-process-2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e62310;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .step-process-2::after {
    top: 35px;
  }
}
@media only screen and (max-width: 36em) {
  .step-process-2::after {
    width: calc(100% - 30px);
    left: 15px;
    top: 26px;
  }
}

/*日期jq*/
.dtp div.dtp-picker-month {
  padding: 0px 0 15px !important;
}
.dtp div.dtp-time,
.dtp div.dtp-date {
  background: #e62310;
  opacity: 0.6;
  padding-bottom: 7px;
}
.dtp div.dtp-time > div:last-child,
.dtp div.dtp-date > div:last-child {
  margin-top: 0.3rem !important;
}
.dtp div.dtp-time > div:last-child i,
.dtp div.dtp-date > div:last-child i {
  margin-top: 0.1rem;
}
.dtp div.dtp-time .p10 > a,
.dtp div.dtp-date .p10 > a {
  color: #fff;
}
.dtp .year-picker-item:hover,
.dtp .year-picker-item.active {
  color: #e62310;
  font-size: 1.2rem;
}
.dtp .year-picker-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.dtp div.dtp-actual-year {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}
.dtp table.dtp-picker-days tr > th {
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
}
.dtp .dtp-content > .dtp-date-view > header.dtp-header,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #e62310;
}
.dtp div.dtp-picker {
  padding-bottom: 0.2em;
}
.dtp .btn-default {
  padding: 0 !important;
}
.dtp .dtp-close {
  right: 0;
}
.dtp .dtp-close a {
  padding: 10px;
}
.dtp .btn-flat {
  margin: 0.1rem 0 0 0.3rem;
  font-size: 0.8rem;
  border: 1px solid #e62310;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  background: #fff;
}
.dtp .btn-flat:hover {
  background: #e62310;
  color: #fff;
}

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 1035;
}
.loader-box__txt {
  display: block;
  color: #ff5343;
  z-index: 55;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding: 1rem 0;
  width: 100px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff5343;
  color: #ff5343;
  -webkit-box-shadow: 9984px 0 0 0 #ff5343, 9999px 0 0 0 #ff5343, 10014px 0 0 0 #ff5343;
          box-shadow: 9984px 0 0 0 #ff5343, 9999px 0 0 0 #ff5343, 10014px 0 0 0 #ff5343;
  -webkit-animation: dotCarousel 1.5s infinite linear;
          animation: dotCarousel 1.5s infinite linear;
}

@-webkit-keyframes dotCarousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
            box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
  }
  50% {
    -webkit-box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
            box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
  }
  100% {
    -webkit-box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
            box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
  }
}

@keyframes dotCarousel {
  0% {
    -webkit-box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
            box-shadow: 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343;
  }
  50% {
    -webkit-box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
            box-shadow: 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343, 9999px 0 0 1px #ff5343;
  }
  100% {
    -webkit-box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
            box-shadow: 9999px 0 0 1px #ff5343, 10014px 0 0 -1px #ff5343, 9984px 0 0 -1px #ff5343;
  }
}
#windowAlert {
  pointer-events: none;
  z-index: 2000;
}
#windowAlert .modal-content {
  padding: 1.5rem 1rem;
}
#windowAlert .box {
  padding: 0;
}

#windowAlertMsg {
  font-size: 15px;
}

.wrap__login {
  max-width: 720px;
  padding: 3rem 2rem;
  margin: 2rem auto;
  background-color: white;
  text-align: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-shadow: 0px 4px 10px #e7e7e7;
          box-shadow: 0px 4px 10px #e7e7e7;
}
@media (max-width: 48em) {
  .wrap__login {
    max-width: 540px;
  }
}
@media (max-width: 36em) {
  .wrap__login {
    max-width: 100%;
    padding: 2rem;
  }
}
.wrap__login h2 {
  color: #313131;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 150%;
  width: 100%;
}
@media (max-width: 48em) {
  .wrap__login h2 {
    font-size: 1.3rem;
  }
}
.wrap__login p {
  color: #e62310;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}
.wrap__login hr {
  color: #e7e7e7;
  opacity: 1;
  width: 80%;
  margin: 0px;
}
.wrap__login .flex-box {
  width: 420px;
}
@media (max-width: 36em) {
  .wrap__login .flex-box {
    width: 100%;
  }
}
.wrap__login .flex-box div {
  width: 100%;
}
.wrap__login .flex-box label {
  text-align: left;
  width: 100%;
}

.btn-row {
  width: 100%;
  gap: 1rem;
}

/*login page*/
.login__wrap {
  width: 100%;
}
.login__left {
  overflow: hidden;
  background-image: url(../_img/login-bg.jpg);
  background-position: center;
}
.login__left img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .login__left {
    display: none;
  }
}
.login__right {
  min-height: 79.1vh;
}
.login__right img {
  max-width: 130px;
}
@media (max-width: 36em) {
  .login__right img {
    max-width: 120px;
  }
}
.login__right > div:nth-child(1) {
  margin: 4rem auto;
}
@media (max-width: 48em) {
  .login__right > div:nth-child(1) {
    margin-top: 2rem;
  }
}
@media (max-width: 48em) {
  .login__right {
    min-height: 50vh;
  }
}
.login__form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 303px;
}
.login__form .form-group {
  width: 100%;
}
.login__form #recaptcha {
  margin: 1rem auto;
}

.vr {
  display: inline-block;
  width: 1px;
  min-height: 2.5rem;
  max-height: 100%;
  height: 100%;
  border-left: 1px solid #e7e7e7;
}

.hr {
  display: inline-block;
  height: 1px;
  width: 200%;
  border-top: 1px solid #e7e7e7;
  margin: 0rem -2rem;
}

.page__title {
  color: #202020;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0625rem;
  padding: 0px;
  padding-left: 1rem;
}
@media only screen and (max-width: 48em) {
  .page__title {
    font-size: 1.3rem;
  }
}

.banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
}
@media (max-width: 48em) {
  .banner {
    margin-top: 40px;
  }
}
.banner h1 {
  font-size: 1.25rem;
}
.banner img {
  width: 100%;
}
@media (max-width: 36em) {
  .banner img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 36em) {
  .banner {
    height: 180px;
  }
}

/*index page*/
.index__rights {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: white;
  margin-top: -3rem;
  padding: 1.5rem;
  z-index: 10;
  font-weight: 400;
  line-height: 1.875rem;
}
.index__rights h2 {
  color: #e62310;
  font-size: 2.5rem;
}
.index__rights h2 span {
  margin-left: 0.5rem;
}
.index__rights h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #313131;
  width: 100%;
}
.index__rights p,
.index__rights span {
  color: #6d6d6d;
  font-size: 1rem;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .index__rights > div:nth-child(2) {
    border-left: none;
    padding-left: 0rem;
    padding-right: 0rem;
    border-top: 1px solid #e7e7e7;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .index__rights {
    text-align: center;
  }
}
.index__prod {
  gap: 2rem;
}
.index__bg {
  background-color: white;
  border-top: 1px solid #e7e7e7;
  padding: 1rem 0.5rem;
}
.index__bg a {
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 15px;
}
.index__bg a:hover {
  text-decoration: none;
  font-weight: inherit;
  background-color: #f9eeeb;
}
.index__bg a:hover img {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 48em) {
  .index__bg a {
    padding: 8px;
  }
}
.index__bg2 {
  background-color: #fffbfa;
  padding: 2rem 0;
}
.index__title {
  padding: 2rem 0rem;
  width: 100%;
  text-align: center;
}
.index__title h3 {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #313131;
}
.index__title p {
  margin-bottom: 0rem;
  color: #999999;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
}
.index__imgframe {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #74b1f4;
  overflow: hidden;
}
.index__imgframe img {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  width: 100%;
  height: 100%;
}
.index__infoframe {
  color: #313131;
  margin: 0 auto;
  background-color: transparent;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.index__infoframe h5 {
  font-size: 1.15rem;
  line-height: 1.8rem;
  height: 100%;
  margin: 0 0 0 10px;
  padding: 0.8rem 0 0.5rem 1rem;
  border-left: 0.15rem solid;
  border-color: #e62310;
}
@media (max-width: 75em) {
  .index__infoframe h5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 48em) {
  .index__infoframe h5 {
    font-size: 1rem;
  }
}
.index__infoframe h5 span {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  padding-right: 0.5rem;
}
@media (max-width: 48em) {
  .index__infoframe h5 {
    margin-left: 5px;
    padding: 5px 0px 3px 1rem;
    line-height: 1.5rem;
  }
}
.index__infoframe p {
  font-size: 0.9rem;
  margin: 0 0 0 10px;
  padding: 0rem 0 0.3rem 1rem;
  height: 100%;
  border-left: 0.15rem solid;
  margin-bottom: 0;
  border-color: #d9d9d9;
  color: #999999;
  letter-spacing: 0.05rem;
}
@media (max-width: 48em) {
  .index__infoframe p {
    margin-left: 5px;
    padding: 0px 0px 3px 1rem;
  }
}

/*tc*/
.check {
  padding: 1rem 3rem;
  font-size: 0.9rem;
  position: relative;
}

/*detail*/
.product-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
.product-detail p {
  margin-bottom: 0;
}
.product-detail label {
  color: #202020;
  font-size: 1rem;
  margin-bottom: 0;
}
.product-detail .pditem__tit {
  color: #313131;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09375rem;
}
@media (max-width: 48em) {
  .product-detail .pditem__tit {
    margin-top: 2rem;
  }
}
.product-detail .pditem__txt {
  color: #313131;
  font-family: PingFang TC;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}
.product-detail .pditem__txt span {
  color: #e62310;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1rem;
}
.product-detail .specs span {
  color: #6d6d6d;
  border: 1px solid #e7e7e7;
  padding: 0.5rem 1rem;
  background: transparent;
  border-radius: 0;
  margin: 0.2rem 0.2rem 0.2rem 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-detail .specs span:hover {
  background-color: #f9eeeb;
}
.product-detail .specs span.active {
  border-color: #e62310;
  color: #e62310;
  position: relative;
}
.product-detail .specs span.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #e62310 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-detail .specs span.active::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(../_img/check.svg) center right no-repeat;
  background-size: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-detail .specs span:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.product-detail div {
  color: #313131;
}
.product-detail .notice__title {
  color: #313131;
  font-size: 1rem;
  font-weight: 500;
}

/*form*/
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  height: calc(1.5em + 0.75rem + 2px);
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

label {
  margin-bottom: 0.3rem;
}

.form-control.disable {
  background-color: #e9e9e9;
}

input:focus,
textarea:focus,
button:focus,
button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.form-control::-webkit-input-placeholder {
  color: rgba(37, 37, 38, 0.5019607843);
}

.form-control::-moz-placeholder {
  color: rgba(37, 37, 38, 0.5019607843);
}

.form-control:-ms-input-placeholder {
  color: rgba(37, 37, 38, 0.5019607843);
}

.form-control::-ms-input-placeholder {
  color: rgba(37, 37, 38, 0.5019607843);
}

.form-control::placeholder {
  color: rgba(37, 37, 38, 0.5019607843);
}

.form-check {
  position: relative;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
}

input[type=checkbox]:disabled + label:before {
  border: 2px solid #e60012;
  opacity: 0.5;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #e60012;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 2px solid #e60012;
}

input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 28px;
  top: 21px;
  width: 7px;
  height: 14px;
  pointer-events: none;
  border: solid #e60012;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 48em) {
  input[type=checkbox]:checked ~ .checkmark:after {
    left: 22px;
    top: 18px;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  line-height: 2rem;
}

input[type=radio]:disabled + label:before {
  border: 2px solid #e60012;
  opacity: 0.5;
}

input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #e60012;
}

input[type=radio]:checked + label:before {
  background: #e62310;
  border: 2px solid #e62310;
}

input[type=radio]:checked ~ .checkmark {
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 3.5px;
  top: 12.5px;
  width: 6px;
  height: 6px;
  pointer-events: none;
  background: white;
  border-radius: 10px;
}
@media (max-width: 62em) {
  input[type=radio]:checked ~ .checkmark:after {
    left: 4.5px;
  }
}
@media (max-width: 48em) {
  input[type=radio]:checked ~ .checkmark:after {
    left: 0.5px;
  }
}
@media (max-width: 36em) {
  input[type=radio]:checked ~ .checkmark:after {
    top: 11.5px;
  }
}

.detail__check {
  display: grid;
  grid-template-columns: 1fr 6fr;
  grid-row-gap: 1.25rem;
  font-size: 1rem;
}
@media (max-width: 62em) {
  .detail__check {
    grid-template-columns: 1fr 5fr;
  }
}
@media (max-width: 48em) {
  .detail__check {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 36em) {
  .detail__check {
    grid-template-columns: 1fr 2fr;
  }
}
.detail__check div:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 1.25rem;
}

/*order list*/
.order {
  display: grid;
  background-color: white;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 36em) {
  .order {
    padding: 0.8rem;
    margin: 1rem;
  }
}
.order__num {
  font-size: 1rem;
}
@media only screen and (max-width: 36em) {
  .order__num {
    grid-column: 1/span 2;
    font-size: 15px;
  }
}
.order__time {
  text-align: right;
  font-size: 0.9rem;
  color: rgba(var(--color-text), 0.5);
}
@media only screen and (max-width: 36em) {
  .order__time {
    text-align: left;
    font-size: 15px;
    grid-column: 1/span 2;
  }
}
.order__info {
  margin-top: 1rem;
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 100px 4fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}
@media only screen and (max-width: 62em) {
  .order__info {
    grid-template-columns: 100px 3fr 1fr 1fr;
  }
}
@media only screen and (max-width: 48em) {
  .order__info {
    grid-template-columns: 100px 1fr 1fr;
  }
}
.order__info-txt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 62em) {
  .order__info-txt {
    grid-template-columns: auto;
    grid-column: 2/span 3;
  }
}
.order__info-txt > div {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 4rem 1fr;
  grid-column: 1/span 3;
}
.order__info-txt .tit {
  color: #999999;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.order__info-txt .txt {
  color: #313131;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}
.order__info-txt .txt.name {
  font-weight: 600;
}
.order__info-pic {
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.order__info-rights {
  text-align: center;
  color: #999999;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.order__info-rights span {
  color: #e62310;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 48em) {
  .order__info-rights {
    grid-row: 2;
  }
}
.order__info-state {
  color: #4f4f4f;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (max-width: 48em) {
  .order__info-state {
    grid-row: 2;
  }
}
.order__info-ctrl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0.5rem;
}
@media only screen and (max-width: 62em) {
  .order__info-ctrl {
    grid-column: 3/span 2;
    grid-row: 2/span 1;
    gap: 1rem;
  }
}

.modal-body .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-body h5 {
  margin-top: 1rem;
  margin-bottom: 0rem;
  text-align: center;
  width: 100%;
  font-weight: 500;
  line-height: 1.875rem;
  /* 187.5% */
  letter-spacing: 0.05rem;
}
.modal-body p {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
  letter-spacing: 0.05rem;
}

.modal-dialog {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 25rem);
}
@media (max-width: 36em) {
  .modal-dialog {
    min-height: calc(100% - 10rem);
  }
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 48em) {
  html {
    font-size: 14px;
  }
}