@charset "UTF-8";
span {
  text-overflow: ellipsis;
  overflow: hidden;
}

span {
  text-overflow: ellipsis;
  overflow: hidden;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover,
a:focus a:active {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
  letter-spacing: 0.02187rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

h2 {
  font-size: 2.0625rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

p {
  font-size: 1rem;
  color: #dc3545;
  margin-bottom: 3px;
  text-align: justify;
  line-height: 25px;
  letter-spacing: 0.02187rem;
}

span {
  font-size: 0.75rem;
}

.position {
  position: absolute;
  top: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*********************************************body 元件*********************************************/
#ALL {
  width: 100%;
  position: relative;
  margin-top: -3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 0px;
  /* overflow: hidden; */
  height: 100%;
  background-size: 100%;
}

.frame-Bg ul {
  text-align: justify;
  font-size: 1rem;
  line-height: 28px;
  font-style: normal;
}

.frame-Bg .reserved {
  font-size: 0.875rem;
  color: #040404;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 80px;
  margin-top: 3rem;
  padding-bottom: 80px;
}

@media screen and (max-width: 428px) {
  .frame-Bg .reserved {
    margin-top: 3rem;
    margin-bottom: 50px;
  }
}

.frame-Bg td:nth-child(3) {
  white-space: nowrap;
}

.frame-header {
  width: 100%;
  height: 280px;
  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;
}

.coverBG {
  background-size: cover;
  background-position: center center;
}

.frame-logo {
  max-width: 12rem;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 13px;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .frame-logo {
    max-width: 9rem;
    margin-bottom: 15px;
  }
}

.frame-logo-w {
  max-width: 20rem;
}

@media screen and (max-width: 992px) {
  .frame-logo-w {
    max-width: 17rem;
    margin-bottom: 15px;
  }
}

/*********************************************【著作權授權同意暨肖像授權同意書】*********************************************/
.frameH1 {
  font-size: 1.375rem;
  letter-spacing: 0px;
  line-height: 35px;
  font-weight: lighter;
  margin: 100px 0 40px 0px;
}

@media screen and (max-width: 428px) {
  .frameH1 {
    font-size: 1.75rem;
    margin: 50px 0 40px 0px;
  }
}

.frame-titlesub {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 3px;
  display: block;
  font-weight: 300;
  text-align: center;
  line-height: 28px;
  margin: 15px;
}

@media screen and (max-width: 428px) {
  .frame-titlesub {
    margin: 0px;
    font-size: 1.25rem;
  }
}

.privacyBg {
  background-image: url(../images/privacy/privacy-header.png);
}

@media screen and (max-width: 768px) {
  .privacyBg {
    background-position: -400px 0px;
    background-size: cover;
  }
}

@media screen and (max-width: 428px) {
  .privacyBg {
    background-position: -190px 0px;
    background-size: cover;
    height: 200px;
  }
}

.list1 > li {
  list-style: cjk-ideographic;
  margin-bottom: 25px;
  margin-left: 31px;
}

.list2 > li {
  list-style: decimal;
  margin-left: 31px;
  margin-bottom: 15px;
  font-style: normal;
}

.list3 {
  list-style: decimal-leading-zero;
  margin-left: 31px;
}

.list3 li {
  margin-bottom: 15px;
}

.list4 {
  list-style: circle;
  margin-left: 31px;
  margin-bottom: 10px;
}

.consent-mark {
  color: #466ef4;
  font-weight: 500;
  font-size: initial;
}

.uldisc {
  list-style: disc;
  list-style-position: outside;
  margin-left: 31px;
}

.uldisc li {
  margin-bottom: 10px;
}

.privacy {
  font-weight: initial;
}

.privacy li {
  margin-bottom: 10px;
}

/* .privacy > li:nth-child(1) {
  text-decoration: underline;
} */
