/* font style */

* {
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-family: 'PingFang TC', 'Microsoft JhengHei';
    outline: none !important;
    font-size: 14px;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 1.25rem;
    letter-spacing: 0.3em;
    font-weight: 400;
}

.d-flex > * {
    align-self: center;
}

.notification {
    color: #fff;
    height: 30px;
}

.title {
    font-size: 4rem;
    letter-spacing: 10px;
    color: rgb(65, 65, 65);
    font-weight: 200;
    text-align: center;
}

/* header */

.header .navbar {
    min-height: 70px;
    background-color: #000;
}

.header button {
    border-radius: 8px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
}

.header img {
    max-height: 30px;
    max-width: 100%;
    display: inline-block;
    margin: 0 20px;
}

.header h1 {
    margin: 0 20px;
    color: #fff;
}

/* breadcrumb */

.breadcrumb {
    background-color: #fff0;
}

.breadcrumb-item a {
    color: #000;
}

/* fixed */
.fixed-bottom,
.fixed-top {
    background-color: #fff;
    border-radius: 0;
    min-height: 50px;
    transition: 0.2s linear;
}

.fixed-top .title {
    font-size: 1.5em;
}

.fixed-top {
    box-shadow: 0px 4px 0px #00000010;
}

.fixed-bottom {
    box-shadow: 0px -4px 0px #00000010;
}

.transparent {
    opacity: 0;
}

/*-button-*/

.backbutton {
    width: 200px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    color: #bc291d;
    background-color: #ffffff00;
    box-shadow: none;
    border-color: white;
    border-width: 0px;
    font-size: 1.2em;
}

.backbutton-2 {
    width: 200px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    color: #bc291d;
    background-color: #ffffff00;
    box-shadow: none;
    border-color: #bc291d;
    border-width: 1px;
    font-size: 1.2em;
}

.nextbutton {
    width: 200px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    color: white;
    background-color: #bc291d;
    box-shadow: none;
    border-color: white;
    border-width: 0px;
    font-size: 1.2em;
}

.backbutton:hover {
    color: #ae3728;
}

.nextbutton:hover {
    color: #ffffff;
    background-color: #ae3728;
}

/* theme color */
.text-color0 {
    color: #333 !important;
}

.text-color1 {
    color: #c00 !important;
}

.text-color2 {
    color: #bc291d !important;
}

.bg-color1 {
    background-color: #c00;
}

.border-color1 {
    border-color: #c00 !important;
}

.carousel-indicators .active {
    background-color: #ae3728;
}

.basic-info .options > button.active {
    border-color: #c00;
    color: #c00;
}

.basic-info .options > button:hover {
    color: #ffffff;
    background-color: #ae3728;
}

@media (max-width: 767px) {
    footer {
        display: none;
    }
    .fixed-top-padding {
        padding-top: 50px;
    }
    .backbutton,
    .nextbutton {
        width: 100%;
    }
}


.info_deatil ol li,
.info_deatil ul li {
  line-height: 1.8rem;
}

.list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

.list-inline li {
  list-style-type: none;
  display: inline-block;
}

.info_deatil ol {
  margin: 0;
  padding: 0;
}

.info_deatil ol > li {
  list-style-type: cjk-ideographic;
  margin-left: 50px;
}

.info_deatil ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}

.info_deatil ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: upper-alpha;
}

/* .info_deatil ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}

.info_deatil ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
} */

.info_deatil ol > li > ol > li > ol > li:nth-child(1n + 10):before {
  left: -32px;
}

.info_deatil ol > li > ol > li > ol > li > ol > li {
  list-style-type: lower-alpha;
}

.info_deatil ol > li > ol > li > ol > li > ol > li:after,.info_deatil  ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}

.info_deatil ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-roman;
}

.info_deatil ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}

.info_deatil ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}