@charset "UTF-8";
@font-face {
  font-family: "Kento";
  src: url("../fonts/Kento-Regular.eot");
  src: url("../fonts/Kento-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Kento-Regular.woff") format("woff"), url("../fonts/Kento-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Kento";
  src: url("../fonts/Kento-Bold.eot");
  src: url("../fonts/Kento-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Kento-Bold.woff") format("woff"), url("../fonts/Kento-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Kento";
  src: url("../fonts/Kento-Light.eot");
  src: url("../fonts/Kento-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Kento-Light.woff") format("woff"), url("../fonts/Kento-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Regular.eot");
  src: url("../fonts/Avenir-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Regular.woff") format("woff"), url("../fonts/Avenir-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.eot");
  src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway.eot");
  src: url("../fonts/Raleway.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway.woff") format("woff"), url("../fonts/Raleway.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
}
body {
  background-color: #E4E4E4;
}

.container {
  padding: 0 30px;
}

.heading {
  position: relative;
  padding: 15px 0 40px;
}
@media (max-width: 991px) {
  .heading {
    padding: 0 0 40px;
  }
}
.heading .title {
  font-size: 36px;
  font-weight: bold;
  font-family: "Kento", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .heading .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}

.content {
  padding: 50px 0 150px;
  background-color: #EFEFEF;
}
@media (max-width: 991px) {
  .content {
    padding: 25px 0 100px;
  }
}
.content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .content p {
    font-size: 14px;
  }
}
.content ol {
  position: relative;
  counter-reset: list;
  margin-left: 25px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .content ol {
    padding-left: 30px;
  }
}
.content ol li {
  list-style: none;
}
.content ol li::before {
  counter-increment: list;
  content: counter(list, lower-roman) ". ";
  position: absolute;
  left: 0;
}
.content .sub-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Kento", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #333333;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .content .sub-title {
    font-size: 18px;
  }
}
.content .sub-title span {
  font-weight: 500;
  font-size: 30px;
  font-family: "Raleway", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #9E5C58;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .content .sub-title span {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

hr {
  margin: 52px 0;
}
@media (max-width: 991px) {
  hr {
    margin: 40px 0;
  }
}/*# sourceMappingURL=privacy-policy.css.map */