@charset "UTF-8";
/* Myself */
.privacy .wrap .outline {
  opacity: 0;
}
.privacy .wrap .content {
  opacity: 0;
}
.privacy .wrap.show .outline {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.privacy .wrap.show .content {
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.privacy article.container {
  position: relative;
  padding: 168px 0 240px;
  background-color: #2f3032;
}
@media only screen and (max-width: 1024px) {
  .privacy article.container {
    padding: 70px 0 240px;
  }
}
.privacy .gotop {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px;
  height: 75px;
  background-color: #181818;
  color: #fff;
  cursor: pointer;
}
.privacy .gotop i {
  -webkit-animation: gotop 1s infinite 0.3s;
          animation: gotop 1s infinite 0.3s;
}
.privacy .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .privacy .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privacy .outline {
  border-left: 3px solid #ff008f;
  padding: 200px 0;
  width: 39.3229%;
  text-align: center;
}
.privacy .outline-wrap {
  display: inline-block;
  text-align: left;
}
.privacy .outline p {
  margin: 20px 0;
  font-family: "Montserrat Light", "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}
.privacy .outline .main {
  font-size: 1.75rem;
  letter-spacing: 0.89px;
}
.privacy .outline .sub {
  font-size: 2.3rem;
  line-height: 2.625rem;
}
@media only screen and (max-width: 1024px) {
  .privacy .outline {
    margin-bottom: 24px;
    padding: 20px 20px 20px 17px;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .outline .sub {
    font-size: 2.125rem;
  }
}
.privacy .content {
  padding-right: 11.9792%;
  width: 60.6771%;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.53px;
}
@media only screen and (max-width: 1024px) {
  .privacy .content {
    padding: 0 20px;
    width: 100%;
  }
}
.privacy .content .b {
  margin-bottom: 15px;
  font-size: 1.25rem;
  letter-spacing: 0.66px;
}
.privacy .content .ul {
  margin-top: 90px;
}
.privacy .content .li p, .privacy .content .li li {
  margin-bottom: 30px;
}
.privacy .content .li p:last-child, .privacy .content .li li:last-child {
  margin-bottom: 0;
}
.privacy .content .li li {
  margin-left: 17px;
  list-style: disc;
}
.privacy .content .li:after {
  display: block;
  margin: 30px 0;
  width: 100%;
  height: 12px;
  background-color: #3a3b3c;
  content: "";
}
.privacy .content .li:last-child:after {
  content: none;
}
/*# sourceMappingURL=privacy.css.map */