.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.inline-css {
  margin-right: auto;
  margin-left: auto;
}

.overflow-x {
  width: 100%;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1200;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand:hover {
  opacity: 0.7;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  color: #fff;
}

.nav-menu.top {
  padding-top: 0px;
  padding-left: 20px;
  background-color: #2a2a2a;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}

.nav-link {
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 28px;
  background-image: url('../images/nav-login.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link.w--current {
  color: #8c8a45;
}

.nav-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 400;
}

.nav-link-2:hover {
  opacity: 0.7;
}

.nav-link-2.w--current {
  color: #8c8a45;
}

.nav-link-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.nav-link-3:hover {
  opacity: 0.7;
}

.nav-link-3.w--current {
  color: #8c8a45;
}

.nav-link-4 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.nav-link-4:hover {
  opacity: 0.7;
}

.nav-link-4.w--current {
  color: #8c8a45;
}

.nav-link-5 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  white-space: nowrap;
}

.nav-link-5:hover {
  opacity: 0.7;
}

.nav-link-5.w--current {
  color: #8c8a45;
}

.nav-link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 8px 15px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/nav-EN.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.nav-link-8 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.nav-link-8:hover {
  opacity: 0.7;
}

.nav-link-8.w--current {
  color: #547569;
}

.nav-link-9 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  white-space: nowrap;
}

.nav-link-9:hover {
  opacity: 0.7;
}

.nav-link-9.w--current {
  width: 0%;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #547569;
  color: #547569;
}

.nav-link-10 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  white-space: normal;
}

.nav-link-10:hover {
  opacity: 0.7;
}

.nav-link-10.w--current {
  border-bottom: 1px none #547569;
  color: #547569;
}

.nav-link-11 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  white-space: normal;
}

.nav-link-11:hover {
  opacity: 0.7;
}

.nav-link-11.w--current {
  border-bottom: 1px none #547569;
  color: #547569;
}

.nav-link-12 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  white-space: normal;
}

.nav-link-12:hover {
  opacity: 0.7;
}

.nav-link-12.w--current {
  border-bottom: 1px none #547569;
  color: #547569;
}

.nav-link-13 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.nav-link-13:hover {
  opacity: 0.7;
}

.nav-link-13.w--current {
  border-bottom: 1px none #547569;
  color: #547569;
}

.nav-link-14 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  white-space: normal;
}

.nav-link-14:hover {
  opacity: 0.7;
}

.nav-link-14.w--current {
  font-family: 'Noto Sans TC', sans-serif;
  color: #547569;
}

.icon {
  position: static;
  margin-right: 0px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.homepic-1 {
  width: 100%;
  height: 100%;
  padding-bottom: 54%;
  background-image: url('../images/0_home_v09_01.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.mask {
  height: 100%;
}

.slide-nav {
  left: 634px;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  position: absolute;
  left: 12%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
}

.heading.green {
  color: #c0ff00;
  line-height: 45px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f1e9;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1180 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1180.reg {
  margin-top: 0%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #939393;
  font-size: 12px;
}

.text-block {
  color: #939393;
  font-size: 12px;
}

.left-arrow {
  width: 90px;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.div-block-5 {
  position: relative;
  width: 70%;
  font-family: 'Noto Sans TC', sans-serif;
}

.banner {
  width: 100%;
  height: 100%;
}

.horiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horiz._2 {
  margin-bottom: 10%;
}

.heading-green {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 5%;
  padding-top: 0px;
  padding-bottom: 70px;
  background-image: url('../images/login-line.svg');
  background-position: 50% 100%;
  background-size: auto 60px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #557569;
  font-size: 46px;
  line-height: 70px;
  text-align: center;
}

.heading-green.left {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
  background-position: 0% 100%;
  text-align: left;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-9 {
  width: 47%;
}

.subheading {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 3%;
  font-family: 'Noto Sans TC', sans-serif;
  color: #08d167;
  font-size: 36px;
  text-transform: uppercase;
}

.subheading._1 {
  margin-top: 15%;
  margin-bottom: 5%;
}

.subheading._3 {
  margin-top: 0%;
  margin-bottom: 5%;
}

.paragraph-3 {
  margin-bottom: 5%;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}

.paragraph-3.disclamier {
  margin-top: 5%;
  margin-bottom: 10%;
  padding: 3%;
  border: 1px solid #939148;
  color: #939148;
  font-weight: 300;
}

.paragraph-3.contact {
  display: none;
  font-size: 22px;
  line-height: 24px;
}

.paragraph-3.center {
  text-align: center;
}

.abtpic1 {
  padding-bottom: 65%;
  background-image: url('../images/1_about_v09_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-11 {
  position: absolute;
  width: 100%;
  margin-left: 50px;
}

.div-block-12 {
  position: relative;
  width: 53%;
}

.abtpic1-bg {
  position: absolute;
  width: 100%;
  padding-bottom: 50%;
  background-image: url('../images/1_about_v09_04_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-13 {
  position: absolute;
  top: 210px;
  width: 100%;
  margin-left: 201px;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100.000164%;
  max-width: 1180px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  width: 100%;
  margin-top: 0px;
  margin-right: 375px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-color: #000;
  font-family: 'Noto Sans TC', sans-serif;
  color: #11d35a;
  font-size: 20px;
  line-height: 46px;
}

.heading-2.role {
  margin-right: 285px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3 {
  overflow: auto;
  width: 100%;
  height: 46px;
  padding-left: 40px;
  background-color: rgba(233, 232, 205, 0.3);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  line-height: 46px;
}

.div-block-17 {
  width: 100%;
}

.text-block-3-copy {
  overflow: auto;
  width: 100%;
  height: 46px;
  padding-left: 40px;
  background-color: transparent;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  line-height: 46px;
}

.inquiry-committee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: 5%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-19 {
  width: 55%;
}

.div-block-20 {
  width: 100%;
  padding-bottom: 65%;
  background-image: url('../images/1_about_v09_07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-21 {
  width: 42%;
  margin-top: -250px;
  padding-left: 0px;
}

.review-committee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: -240px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-19-copy {
  width: 60%;
  text-align: left;
}

.div-block-22 {
  padding-bottom: 73%;
  background-image: url('../images/1_about_v09_08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23 {
  width: 75%;
}

.div-block-23-bg {
  width: 35%;
}

.div-block-22-bg {
  margin-top: -60px;
  padding-bottom: 73%;
  background-image: url('../images/1_about_v09_11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._1920 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  width: 33%;
  height: 400px;
  margin-top: 60px;
  padding-bottom: 0px;
  border-right: 1.5px solid #000;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-27 {
  width: 100%;
  padding-bottom: 100%;
  background-image: url('../images/1_about_v09_19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.deco {
  width: 10%;
  margin-bottom: 40px;
  margin-left: 1491px;
}

.div-block-29 {
  display: block;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-30 {
  width: 100%;
  padding-bottom: 60%;
  background-image: url('../images/1_about_v09_22.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-31 {
  width: 100%;
}

.contact-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1480px;
  margin-top: -308px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-33 {
  width: 60%;
}

.div-block-34 {
  width: 100%;
  padding-bottom: 63%;
  background-image: url('../images/1_about_v09_17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #08d167;
  font-size: 19px;
  line-height: 50px;
  font-weight: 700;
}

.paragraph-4.contact {
  font-size: 20px;
}

.text-block-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  background-image: url('../images/email.svg');
  background-position: 0% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 19px;
  line-height: 50px;
  text-decoration: none;
}

.text-block-5 {
  padding-left: 60px;
  background-image: url('../images/post-box.svg');
  background-position: 0% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 19px;
  line-height: 50px;
}

.white-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  margin-top: 4%;
  margin-right: 5%;
  margin-bottom: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 64, 64, 0.26);
}

.div-block-36 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none transparent;
}

.div-block-36.contact {
  padding-left: 10%;
}

.div-block-38 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 30%;
  height: 50px;
  background-color: #2a2a2a;
}

.text-block-6 {
  padding-left: 28px;
  background-image: url('../images/nav-EN.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #333;
}

.text-block-6.hm {
  color: #fff;
}

.icon-4 {
  color: #333;
}

.icon-4.hm {
  color: #fff;
}

.dropdown-toggle {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dropdown-toggle:hover {
  opacity: 0.7;
}

.dropdown-toggle.w--open {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 9%;
  bottom: auto;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}

.leftarrowpic {
  position: relative;
  width: 70px;
  height: 70px;
  background-image: url('../images/arrowLeft.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-40 {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  margin-left: 20px;
}

.div-block-40:hover {
  opacity: 0.7;
}

.rightarrowpic {
  position: relative;
  width: 70px;
  height: 70px;
  background-image: url('../images/arrowRight.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.right-arrow {
  width: 90px;
}

.div-block-40-copy {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  margin-right: 20px;
  margin-left: 0px;
}

.div-block-40-copy:hover {
  opacity: 0.7;
}

.dropdown-list {
  margin-left: 35px;
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #000;
  color: #fff;
}

.dropdown-link {
  background-color: #000;
  color: #fff;
}

.dropdown-link:hover {
  opacity: 0.7;
}

.news_toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #333;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.news_toggle:hover {
  mix-blend-mode: luminosity;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-left: 0%;
  font-family: 'Noto Sans TC', sans-serif;
  color: #9d9d9d;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.news-list {
  display: none;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #fff;
}

.news-title {
  width: 80%;
  max-width: 817px;
  padding-right: 66px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.date {
  width: 20%;
  margin-right: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 35px;
  border-right: 4px solid #929147;
  background-image: url('../images/clock.svg');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}

.icon-5 {
  position: absolute;
  left: auto;
  top: 20px;
  right: 2%;
  bottom: auto;
  display: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #3b75be;
  font-size: 20px;
  cursor: pointer;
}

.icon-5:hover {
  mix-blend-mode: luminosity;
}

.downarrowpic {
  width: 50px;
  height: 60px;
  margin-top: 0px;
  background-image: url('../images/arrowDown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.down-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.down-arrow:hover {
  opacity: 0.7;
}

.news-title-copy {
  width: auto;
  margin-right: 10px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.div-block-41 {
  width: 30px;
  height: 30px;
  background-image: url('../images/file-download.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.div-block-41:hover {
  opacity: 0.36;
}

.news-title-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 818px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hk-e-legislation {
  overflow: hidden;
  width: 100%;
}

.hk-e-legislation-pic {
  width: 100.0000569%;
  padding-bottom: 40%;
  /* background-image: url('../images/3_ordinance_v09_06.jpg'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000049%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 20px 0 rgba(64, 64, 64, 0.26);
}

.button {
  max-width: 378px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 40px 15px 70px;
  background-color: #03d166;
  background-image: url('../images/ordinance-laro.svg');
  background-position: 20% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
}

.button:hover {
  opacity: 0.7;
}

.hkila {
  overflow: hidden;
  width: 100%;
}

.hkila-pic {
  width: 100.0000569%;
  padding-bottom: 40%;
  /* background-image: url('../images/3_ordinance_v09_03.jpg'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-2 {
  max-width: 378px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 40px 15px 80px;
  background-color: #03d166;
  background-image: url('../images/ordinance-pdf.svg');
  background-position: 5% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
}

.button-2:hover {
  opacity: 0.7;
}

.bg-deco {
  position: absolute;
  left: auto;
  top: 31%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 90%;
  height: 300px;
  background-image: url('../images/3_ordinance_v09_09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-3 {
  margin-top: 20%;
  margin-bottom: 30px;
  color: #939148;
  font-size: 22px;
  line-height: 24px;
}

.paragraph-3-copy {
  margin-bottom: 40px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}

.use-of-title {
  margin-bottom: 10%;
}

.button-2-register {
  margin-top: 10px;
  margin-bottom: 100px;
  padding: 20px 40px;
  background-color: #03d166;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button-2-register:hover {
  opacity: 0.7;
}

.button-registered {
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 20px 33px 20px 70px;
  background-color: #03d166;
  background-image: url('../images/ordinance-laro.svg');
  background-position: 10% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button-registered:hover {
  opacity: 0.7;
}

.button-block {
  width: 100%;
  height: 165px;
  min-height: 150px;
  padding: 33px 55px 33px 25px;
  background-color: #03d166;
  background-image: url('../images/arrowGo.svg');
  background-position: 95% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.button-block._2 {
  height: 165px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.button-block._3 {
  height: 165px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.div-block-42-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-42-copy.vertical-align-top {
  display: none;
}

.wbg-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 20px 0 rgba(64, 64, 64, 0.26);
}

.devel-bureau {
  display: block;
  width: 100%;
  height: 300px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.devel-bureau-pic {
  height: 100%;
  background-image: url('../images/links-bureau.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hkila-copy {
  width: 100%;
  height: 300px;
  padding: 25px;
}

.hkila-pic-copy {
  height: 100%;
  background-image: url('../images/3_ordinance_v09_03.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.greening {
  width: 100%;
  height: 300px;
  padding: 25px;
}

.greening-pic {
  height: 100%;
  background-image: url('../images/links-greening.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.login-bg-pic {
  width: 100%;
  height: 975px;
  background-image: url('../images/7_login_v09_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-bg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: 80px;
}

.white-bg-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 600px;
  height: 670px;
  margin-top: 225px;
  margin-right: 20%;
  margin-left: auto;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 64, 64, 0.26);
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  width: 32%;
  margin-bottom: 0px;
  padding-left: 35px;
  background-image: url('../images/login-email.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #547569;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
}

.field-label-2 {
  width: 32%;
  margin-bottom: 0px;
  padding-left: 35px;
  background-image: url('../images/login-pw.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #547569;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
}

.text-field {
  width: 60%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e5b7;
}

.text-field:hover {
  opacity: 0.7;
}

.text-field-2 {
  width: 60%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e5b7;
}

.text-field-2:hover {
  opacity: 0.7;
}

.submit-button {
  display: none;
  width: 100%;
  background-color: #08d167;
  background-image: url('../images/login-arrow.svg');
  background-position: 33% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  cursor: pointer;
}

.submit-button:hover {
  opacity: 0.7;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-7 {
  margin-top: 10px;
  margin-left: 38px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #929147;
  text-align: right;
}

.link {
  color: #929147;
  text-decoration: none;
}

.link:hover {
  opacity: 0.7;
}

.faq {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #999;
  background-color: #fff;
}

.faq_toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}

.faq_toggle:hover {
  mix-blend-mode: luminosity;
}

.faqnumber {
  position: relative;
  width: 8%;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-right: 4px none #929147;
  background-image: url('../images/sq.svg');
  background-position: 90% 90%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.faq-title {
  width: 100%;
  font-family: 'Noto Sans TC', sans-serif;
  color: #557569;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.faq-list {
  display: none;
  width: 100%;
  padding-bottom: 3%;
  background-color: #fff;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-left: 0%;
  font-family: 'Noto Sans TC', sans-serif;
  color: #9d9d9d;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-block:hover {
  opacity: 0.7;
}

.faqnumber-copy {
  position: relative;
  width: 8%;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-right: 4px none #929147;
  background-image: url('../images/sq.svg');
  background-position: 100% 90%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.download-block {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subheading-dl {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 3%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 3px solid #c3c3c3;
  background-image: url('../images/meeting.svg');
  background-position: 100% 50%;
  background-size: auto 150px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #08d167;
  font-size: 36px;
  text-transform: uppercase;
}

.subheading-dl.meeting {
  background-position: 100% 50%;
  background-size: auto 150px;
  font-size: 33px;
}

.subheading-dl.ordinance {
  background-image: url('../images/ordinance.svg');
  background-size: auto 130px;
  font-size: 33px;
}

.subheading-dl.guidelines {
  background-image: url('../images/guidelines.svg');
  font-size: 33px;
}

.subheading-dl.forms {
  background-image: url('../images/forms.svg');
  background-size: auto 130px;
  font-size: 33px;
}

.list-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: square;
}

.list-item-2 {
  padding: 7px;
  color: #868444;
  font-size: 16px;
  line-height: 25px;
}

.text-span {
  color: #848484;
  text-decoration: none;
}

.div-block-49 {
  width: 100%;
  margin-bottom: 10%;
}

.bg-deco-useful-links {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 90%;
  height: 300px;
  background-image: url('../images/3_ordinance_v09_09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.useful-links-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.useful-links-block.vertical-align-top {
  margin-bottom: 20%;
}

.go-button {
  height: 130px;
  padding: 25px 31px 25px 25px;
  background-color: #08d167;
  background-image: url('../images/arrowGo.svg');
  background-position: 95% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  opacity: 0.7;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  opacity: 0.7;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  opacity: 0.7;
}

.white-bg-contact {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  margin-bottom: 4%;
  padding: 8% 10% 8% 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 64, 64, 0.26);
}

.form-block {
  margin-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  line-height: 60px;
}

.field-label-3 {
  width: 100.0000266%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 35px;
  background-image: url('../images/contact-name.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #547569;
  line-height: 40px;
  font-weight: 400;
}

.field-label-3.name {
  width: 100%;
  margin-top: 20px;
  padding-right: 0px;
  background-image: url('../images/contact-name.svg');
  line-height: 40px;
}

.field-label-3.phone {
  width: 196px;
  padding-right: 0px;
  background-image: url('../images/contact-phone.svg');
  line-height: 40px;
}

.field-label-3.email {
  width: 100%;
  margin-top: 20px;
  padding-right: 0px;
  background-image: url('../images/contact-email.svg');
  line-height: 40px;
}

.field-label-3.subject {
  width: 163px;
  padding-right: 0px;
  background-image: url('../images/contact-subject.svg');
  line-height: 40px;
}

.field-label-3.message {
  width: 163px;
  padding-right: 0px;
  background-image: url('../images/contact-message.svg');
  line-height: 40px;
}

.field-label-3.address {
  width: 100%;
  margin-top: 20px;
  padding-right: 0px;
  background-image: url('../images/contact-subject.svg');
  line-height: 40px;
}

.field-label-3.reportdate {
  margin-top: 20px;
  background-image: url('../images/complaint-date.svg');
  background-position: 0% 0%;
  line-height: 28px;
}

.field-label-3.date1 {
  margin-top: 20px;
  background-image: url('../images/complaint-date.svg');
}

.field-label-3.name-copy {
  width: 163px;
  padding-right: 0px;
  background-image: url('../images/contact-name.svg');
  line-height: 40px;
}

.field-label-3.email-copy {
  width: 163px;
  padding-right: 0px;
  background-image: url('../images/contact-email.svg');
  line-height: 40px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52.message {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button-2 {
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 60px;
  background-color: #08d167;
  background-image: url('../images/login-arrow.svg');
  background-position: 10% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
}

.submit-button-2:hover {
  opacity: 0.7;
}

.text-field-3 {
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  border: 1px solid #e6e5b7;
}

.text-field-3.message {
  height: 250px;
}

.text-field-3._1st-name {
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-field-3.lastname {
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-bg-pic {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: none;
  width: 100%;
  height: 616px;
  margin-top: -540px;
  margin-bottom: 10%;
  background-image: url('../images/9_contact_v09_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-box-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1480px;
  margin-top: -304px;
  margin-bottom: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 5%;
  font-family: 'Noto Sans TC', sans-serif;
  color: #939148;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.reg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none #999;
  background-color: #fff;
  cursor: pointer;
}

.arrowpic {
  width: 40px;
  height: 30px;
  background-image: url('../images/application-arrow.svg');
  background-position: 0% 0%;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reg-title {
  width: 100%;
  margin-bottom: 0%;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  cursor: pointer;
}

.reg-pic-1 {
  width: 1180px;
  padding-bottom: 1080px;
  background-image: url('../images/5_application_v09_03.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.reg-list {
  display: none;
  width: 100%;
  margin-bottom: 5%;
  background-color: #fff;
}

.div-block-54 {
  overflow: auto;
  width: 100.000164%;
}

.reg-pic-2 {
  overflow: auto;
  width: 1180px;
  height: auto;
  padding-bottom: 1457px;
  background-image: url('../images/application-pic2_03.jpg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

._1180-alignleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: 40px;
  margin-bottom: 10%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-2 {
  color: #939148;
}

.link-3 {
  color: #939148;
}

.link-4 {
  color: #939148;
}

.link-5 {
  color: #939148;
}

.sub-heading-green {
  display: none;
  margin: 60px auto 40px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #939148;
  font-size: 22px;
  line-height: 24px;
}

.sub-heading-green.complaint {
  margin-top: 20px;
}

.black-no-box {
  margin-top: 5px;
  margin-right: 20px;
  background-color: #000;
}

.text-block-8 {
  padding: 8px 10px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.architect-pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 13px;
  line-height: 32px;
}

.div-block-57 {
  width: 50%;
}

.appli-pic {
  width: 100%;
  padding-bottom: 70%;
  background-image: url('../images/5_application_v09a_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-59 {
  width: 45%;
}

.div-block-60 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.use-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.complaint-stage-pic {
  width: 100%;
  padding-bottom: 100%;
  background-image: url('../images/complaint-01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-61 {
  overflow: auto;
  width: 100%;
}

.paragraph-8 {
  margin-bottom: 5%;
  padding: 4%;
  border: 1px solid #939148;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}

.form-block-2 {
  margin-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  line-height: 60px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form25 {
  width: 25%;
}

.form70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form70-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field-4 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e6e5b7;
}

.div-block-62-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field-5 {
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e6e5b7;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field {
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e6e5b7;
  background-color: #fff;
  color: #9f9f9f;
}

.div-block-62-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.complaint-form-bg-pic {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: none;
  width: 100%;
  height: 616px;
  margin-top: -471px;
  margin-bottom: 10%;
  background-image: url('../images/9_contact_v09_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.complaint-pic {
  width: 100%;
  padding-bottom: 62%;
  background-image: url('../images/10_complaint_v09_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-2 {
  display: block;
  width: 100%;
  background-color: transparent;
}

.container-2 {
  width: 100%;
  max-width: 1180px;
}

.brand-2 {
  margin-left: 20px;
}

.icon-6 {
  color: #fff;
  font-size: 44px;
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0.45);
}

.image {
  height: 80px;
}

.nav-menu-2 {
  padding: 20px;
  background-color: #000;
  font-family: 'Noto Sans TC', sans-serif;
}

.header-white-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1200;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

.navbar-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.nav-menu-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  font-family: 'Noto Sans TC', sans-serif;
  color: #000;
  font-weight: 500;
}

.nav-link-home {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 0px 10px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
}

.nav-link-home:hover {
  opacity: 0.7;
}

.nav-link-home.w--current {
  color: #c0ff03;
}

.nav-link-news {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 0px 10px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  white-space: normal;
}

.nav-link-news:hover {
  opacity: 0.7;
}

.nav-link-news.w--current {
  border-bottom: 1px solid #547569;
  color: #547569;
}

.nav-link-11-ordinance {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 0px 10px;
  color: #333;
  white-space: normal;
}

.nav-link-11-ordinance:hover {
  opacity: 0.7;
}

.nav-link-11-ordinance.w--current {
  border-bottom: 1px solid #547569;
  color: #547569;
}

.nav-link-register {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 0px 10px;
  color: #333;
  white-space: normal;
}

.nav-link-register:hover {
  opacity: 0.7;
}

.nav-link-register.w--current {
  border-bottom: 1px solid #547569;
  color: #547569;
}

.nav-link-faq {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 0px 10px;
  color: #333;
}

.nav-link-faq:hover {
  opacity: 0.7;
}

.nav-link-faq.w--current {
  border-bottom: 1px solid #547569;
  color: #547569;
}

.nav-link-links {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 0px 10px;
  color: #333;
  white-space: normal;
}

.nav-link-links:hover {
  opacity: 0.7;
}

.nav-link-links.w--current {
  margin-right: 20px;
  padding-right: 0px;
  border-bottom: 1px solid #547569;
  color: #547569;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-9-about {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 0px 10px;
  color: #333;
  white-space: nowrap;
}

.nav-link-9-about:hover {
  opacity: 0.7;
}

.nav-link-9-about.w--current {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #547569;
  color: #547569;
}

.heading-4-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 40px;
  border: 1px solid #939148;
  font-family: 'Noto Sans TC', sans-serif;
  color: #939148;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.image-2 {
  margin-top: -1px;
}

.navbar-4 {
  position: fixed;
  display: block;
  width: 100%;
  padding-left: 0%;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}

.brand-4 {
  margin-left: 20px;
}

.menu-button-4.w--open {
  background-color: #557569;
}

.icon-6-copy {
  font-size: 44px;
}

.reg-pic-1b {
  display: none;
  width: 1146px;
  padding-bottom: 94%;
  background-image: url('../images/5_application_v09_03.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.reg-pic-1c {
  display: none;
  width: 1146px;
  padding-bottom: 94%;
  background-image: url('../images/5_application_v09_03.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-2 {
  position: fixed;
  z-index: 1200;
  width: 100%;
}

.div-block-68 {
  width: 163px;
}

.div-block-69 {
  width: 100%;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-6 {
  color: #939148;
  text-decoration: underline;
}

.link-10 {
  color: #939148;
}

.link-11 {
  text-decoration: none;
}

.link-12 {
  text-decoration: none;
}

.link-13 {
  text-decoration: none;
}

.link-14 {
  text-decoration: none;
}

.link-15 {
  text-decoration: none;
}

.link-16 {
  text-decoration: none;
}

.link-17 {
  text-decoration: none;
}

.useful-link-block {
  display: block;
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
}

.div-block-72 {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1500;
  display: block;
  width: 100%;
  height: 100%;
}

.popup_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1502;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.popup-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
}

.button-3 {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #03d166;
  font-size: 16px;
  line-height: 30px;
}

.button-3:hover {
  opacity: 0.7;
}

.paragraph-9 {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.popup_mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1501;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.div-block-74 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-19 {
  color: #333;
  text-decoration: none;
}

.dropdown-link-5 {
  color: #fff;
}

.dropdown-link-5:hover {
  opacity: 0.7;
}

.homepic-2 {
  background-image: url('../images/131000657.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepic2 {
  width: 100%;
  height: 100%;
  padding-bottom: 54%;
  background-image: url('../images/0_home_v09_01c2_01.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.homepic3 {
  width: 100%;
  height: 100%;
  padding-bottom: 54%;
  background-image: url('../images/0_home_v09c3_01.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block-9 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.list-3 {
  margin-bottom: 10%;
  padding-left: 30px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-item-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-pw-bg {
  position: relative;
  width: 100%;
  height: 950px;
  background-image: url('../images/p01_forgot_pw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._1180-white-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 95%;
  height: 670px;
  margin-top: 225px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 64, 64, 0.26);
}

.f-pw-field {
  width: 100%;
  height: 43px;
  margin-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e5b7;
}

.f-pw-field:hover {
  opacity: 0.7;
}

.form-submit-button {
  width: 28%;
  background-color: #08d167;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.form-submit-button:hover {
  opacity: 0.7;
}

.form-submit-button.changepw {
  margin-top: 60px;
  margin-bottom: 60px;
}

.f-pw-field-label {
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #547569;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
}

.div-block-47-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-green-copy {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 5%;
  padding-top: 0px;
  padding-bottom: 70px;
  background-image: url('../images/login-line.svg');
  background-position: 50% 100%;
  background-size: auto 60px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #557569;
  font-size: 46px;
  line-height: 70px;
  text-align: center;
}

.reg-form-w-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 95%;
  height: auto;
  margin: -550px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 64, 64, 0.26);
}

.reg-form-w-bg.completed {
  margin-top: -800px;
}

.reg-bg {
  position: relative;
  width: 100%;
  height: 950px;
  padding-top: 80px;
  background-image: url('../images/p01_forgot_pw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.greybar {
  height: 30px;
  margin-bottom: 20px;
  background-color: #d5d5d5;
}

.form-title {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #557569;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}

.form-sect-head {
  width: 100%;
  color: #557569;
  font-size: 20px;
}

.form-sect-head.declar {
  margin-bottom: 30px;
}

.body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  /* font-size: 16px; */
}

.radio-button-label {
  color: #557569;
  font-size: 20px;
}

._100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 60px;
  padding-bottom: 20px;
}

.radio-button-field.e {
  padding-right: 0px;
}

.reg-form-field {
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #547569;
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
}

.reg-form-field.e {
  padding-left: 20px;
}

.reg-field {
  width: 100%;
  height: 43px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e5b7;
}

.reg-field:hover {
  opacity: 0.7;
}

.reg-field.e {
  margin-left: 20px;
}

._45w {
  width: 45%;
}

._100w-even {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._100w-even.c2 {
  padding-top: 20px;
  padding-bottom: 0px;
}

._100w-even.d {
  padding-top: 20px;
}

._100w-even.e {
  padding-bottom: 0px;
  padding-left: 20px;
}

._100w-even.payment {
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._100w-even.aligntop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-text {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  text-align: justify;
}

.attach-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 186px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

._100w-blk {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._100w-blk.office {
  width: 100%;
  padding-top: 80px;
}

._100w-blk.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._100w-blk.e {
  padding-top: 10px;
  padding-bottom: 10px;
}

._100w-blk.sece {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.text-span-2 {
  color: #939148;
}

.greenbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #557569;
}

.greenbar._02 {
  width: 50%;
}

.greenbar._03 {
  width: 75%;
}

.greenbar._04 {
  width: 100%;
  padding-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.greenbar.renew02 {
  width: 66%;
}

.greenbar-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.attach-icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/icon-attach.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.attach-box-text {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #d2d2d2;
  line-height: 24px;
  text-align: center;
}

.form-next-button {
  position: relative;
  margin: 60px 20px;
  padding: 15px 60px;
  background-color: #04d166;
  text-decoration: none;
}

.form-next-button:hover {
  opacity: 0.7;
}

.profile-button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
  background-image: url('../images/edit-icon.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.profile-button-text.pw {
  background-image: url('../images/change-pw-icon.svg');
}

.form---heading-green {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 5%;
  padding-top: 0px;
  padding-bottom: 70px;
  background-image: url('../images/login-line.svg');
  background-position: 50% 100%;
  background-size: auto 60px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #557569;
  font-size: 46px;
  line-height: 70px;
  text-align: center;
}

.form-add-button {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 40px;
  background-color: #04d166;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.form-add-button:hover {
  opacity: 0.7;
}

.add-button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
  background-image: url('../images/icon-add.svg');
  background-position: 0% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

._45w-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-form-field-no {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #547569;
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
}

.radio-button-label-2 {
  color: #557569;
  font-size: 16px;
  text-align: justify;
}

.declar-blk {
  padding-left: 20px;
}

._100w-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-text {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  text-align: justify;
}

.payment-text.paymethod {
  padding-top: 20px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71%;
  padding-top: 15px;
}

.fps-logo {
  display: none;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 6px;
  background-image: url('../images/logo-FPS.svg'), -webkit-gradient(linear, left top, left bottom, from(#f7f7e7), to(#f7f7e7));
  background-image: url('../images/logo-FPS.svg'), linear-gradient(180deg, #f7f7e7, #f7f7e7);
  background-position: 50% 50%, 0px 0px;
  background-size: 34px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.fps-logo:focus {
  border-color: #557569;
  background-image: url('../images/logo-FPS.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/logo-FPS.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 34px, auto;
  background-repeat: no-repeat, repeat;
}

.payme-logo {
  position: relative;
  display: none;
  width: 125px;
  height: 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 6px;
  background-image: url('../images/logo-PayMe.svg'), -webkit-gradient(linear, left top, left bottom, from(#f7f7e7), to(#f7f7e7));
  background-image: url('../images/logo-PayMe.svg'), linear-gradient(180deg, #f7f7e7, #f7f7e7);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 34px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.payme-logo:focus {
  border-color: #557569;
  background-image: url('../images/logo-PayMe.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/logo-PayMe.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 34px, auto;
  background-repeat: no-repeat, repeat;
}

.payme-qrcode {
  position: absolute;
  left: auto;
  top: auto;
  right: 23px;
  bottom: 9%;
  overflow: hidden;
  width: 170px;
  height: 170px;
  background-image: url('../images/qr-code-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._100w-center-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-save-button {
  position: relative;
  width: 35%;
  margin: 60px 20px;
  padding: 15px 60px;
  background-color: #04d166;
  text-decoration: none;
}

.form-save-button:hover {
  opacity: 0.7;
}

.qrcode-bg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 214px;
  height: 230px;
  background-image: url('../images/QRcode-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fps-qrcode {
  position: absolute;
  left: auto;
  top: auto;
  right: 23px;
  bottom: 9%;
  overflow: hidden;
  width: 170px;
  height: 170px;
  background-image: url('../images/1_QPYlLGBJdfaJN7mu9B0mYw.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fps-qrcode-bg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 214px;
  height: 230px;
  background-image: url('../images/QRcode-bg-fps.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fps {
  width: 40px;
  height: 40px;
}

.tab-link-tab-1 {
  margin-right: 15px;
  padding: 15px;
  border-radius: 6px;
  background-color: #f7f7e7;
}

.tab-link-tab-1.w--current {
  border: 1px solid #557569;
  background-color: #fff;
}

.tab-link-tab-2 {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  border-radius: 6px;
  background-color: #f7f7e7;
}

.tab-link-tab-2.w--current {
  border-color: #557569;
  background-color: #fff;
}

.payme {
  height: 40px;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-pane-tab-2 {
  width: 100%;
}

.up-receipt-button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40px;
  background-color: #557569;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.up-receipt-button:hover {
  opacity: 0.7;
}

.tabs-content {
  overflow: visible;
}

.pre-filled-text {
  padding-bottom: 10px;
  color: #6a6a6a;
  line-height: 30px;
}

.pre-filled-text.secf {
  padding-bottom: 0px;
  padding-left: 25px;
  background-image: url('../images/icon-attach.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.pic-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 186px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: url('../images/id-pic.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

._50w {
  width: 50%;
}

.form-text-center {
  width: 100%;
  line-height: 30px;
  text-align: center;
}

.form-title-with-dots {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url('../images/login-line.svg');
  background-position: 50% 100%;
  background-size: auto 60px;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', sans-serif;
  color: #557569;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}

.reg-bg-copy {
  position: relative;
  width: 100%;
  height: 1110px;
  margin-top: 80px;
  background-image: url('../images/p01_forgot_pw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.member-green-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #557569;
}

.logout {
  padding-right: 30px;
  background-image: url('../images/icon-logout.svg');
  background-position: 100% 50%;
  background-size: auto 21px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.profile-subj {
  width: 35%;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #939148;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.profile-field {
  width: 100%;
  height: 31px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e5b7;
  line-height: 24px;
}

.profile-field:hover {
  opacity: 0.7;
}

.text-block-11 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.profile-w-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 95%;
  height: auto;
  margin: -722px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 64, 64, 0.26);
}

.prof-bg {
  position: relative;
  width: 100%;
  height: 950px;
  padding-top: 80px;
  background-image: url('../images/p01_forgot_pw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs {
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
}

.member-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #557569;
}

.profile-tab-1 {
  padding: 20px 60px;
  background-color: transparent;
  color: #557569;
}

.profile-tab-1.w--current {
  padding: 20px 60px;
  background-color: #557569;
  color: #fff;
}

.prof-tab-head {
  padding-left: 25px;
  background-image: url('../images/profile-icon-1w.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 17px;
  font-weight: 700;
}

.prof-tab-head._2 {
  background-image: url('../images/profile-icon-2.svg');
}

.prof-tab-head._3 {
  background-image: url('../images/profile-icon-3.svg');
}

.prof-tab-head._4 {
  background-image: url('../images/profile-icon-4.svg');
}

.profile-button {
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
  padding: 10px 60px;
  background-color: #04d166;
  text-decoration: none;
}

.profile-button:hover {
  opacity: 0.7;
}

.memb-btn-head {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 25px;
  background-image: url('../images/profile-icon-1w.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 20px;
}

.memb-btn-head.renewal {
  background-image: url('../images/profile-icon-2.svg');
  color: #557569;
}

.memb-btn-head.history {
  background-image: url('../images/profile-icon-3.svg');
  color: #557569;
}

.memb-btn-head.dowload {
  background-image: url('../images/profile-icon-4.svg');
  color: #557569;
}

.memb-btn-head.profile {
  background-image: url('../images/profile-icon-1.svg');
  color: #557569;
}

.memb-btn-head.renewal-wt {
  background-image: url('../images/profile-icon-2w.svg');
}

.memb-btn-head.profile-w {
  background-image: url('../images/profile-icon-1w.svg');
  color: #fff;
}

.memb-btn-head.history-wt {
  background-image: url('../images/profile-icon-3w.svg');
}

.memb-btn-head.dowload-wt {
  background-image: url('../images/profile-icon-4w.svg');
}

.member-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.member-btn:hover {
  opacity: 0.7;
}

.member-btn.w--current {
  background-color: #557569;
}

.member-btn.profile {
  background-color: #557569;
}

.memb-btn-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #557569;
}

.form-block-3 {
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
}

._965px {
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px;
}

.renewal-apply-btn {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #08d167;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.renewal-apply-btn:hover {
  opacity: 0.7;
}

.history-subj {
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #939148;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.history-text {
  padding-bottom: 20px;
}

.history-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-col-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.renewal-subj {
  width: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #939148;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.history-100w-even {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.memb-down-head {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c3c3c3;
  font-family: 'Noto Sans TC', sans-serif;
  color: #08d167;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.reg-form-btn-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
}

.list-4 {
  display: none;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: lower-roman;
}

.renew-declar {
  padding-bottom: 30px;
  padding-left: 20px;
  line-height: 24px;
}

.text-span-3 {
  color: #557569;
  font-weight: 700;
}

.list-6 {
  display: none;
  list-style-type: lower-roman;
}

.link-20 {
  text-decoration: none;
  cursor: pointer;
}

.link-20:hover {
  opacity: 0.7;
}

._1920-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._30w {
  width: 30%;
}

.submit-button-3 {
  display: none;
}

.field-label-4 {
  color: #557569;
  line-height: 36px;
  font-weight: 400;
}

.search-field {
  height: 32px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.search-btn {
  width: 45px;
  height: 30px;
  background-color: #0ed35c;
  background-image: url('../images/search-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reg-list-contant-blk {
  width: 100%;
  padding-bottom: 140px;
}

.list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  margin-top: 0px;
  margin-right: 375px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: 'Noto Sans TC', sans-serif;
  color: #11d35a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.list-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  min-width: 135px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-col.email {
  width: 33%;
  min-width: 373px;
}

.list-col.othername {
  width: 22%;
  min-width: 214px;
}

.list-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(233, 232, 205, 0.3);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.list-text-block-wt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 46px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.reg-list-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100.000164%;
  max-width: 1180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-14 {
  padding-bottom: 20px;
  line-height: 36px;
}

._100w-hor-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._100w-hor-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._100w-hor-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-text {
  width: 100%;
  line-height: 24px;
}

.list-100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.declar-v {
  width: 100%;
}

.list-no {
  width: 40px;
  line-height: 24px;
  text-align: left;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.save-head {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.submit-btn {
  position: relative;
  width: 40%;
  margin: 60px 20px;
  padding: 15px 60px;
  background-color: #04d166;
  text-decoration: none;
}

.submit-btn:hover {
  opacity: 0.7;
}

.login-btn {
  position: relative;
  padding: 10px 60px;
  background-color: #04d166;
  text-decoration: none;
}

.login-btn:hover {
  opacity: 0.7;
}

.login-btn-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 17px;
  background-image: url('../images/login-arrow.svg');
  background-position: 33% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
}

.listbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  text-align: center;
}

.blackarrow {
  max-width: 2%;
  margin-right: 1%;
  cursor: w-resize;
}

.blackarrow:hover {
  opacity: 0.6;
}

.image-27 {
  width: 100%;
}

.button-4 {
  margin-right: 1%;
  margin-left: 1%;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: transparent;
  color: #46494b;
}

.button-4:hover {
  opacity: 0.6;
}

.button-4.current {
  border-color: #0ed35c;
  background-color: #0ed35c;
  color: #fff;
}

.nextarrow {
  max-width: 2%;
  margin-left: 1%;
  cursor: e-resize;
}

.nextarrow:hover {
  opacity: 0.6;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}

.checkbox-3 {
  margin-top: 6px;
  margin-right: 10px;
}

html.w-mod-js *[data-ix="fade-in-left-to-right"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-to-left"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="bottom-to-top-31"] {
  opacity: 0;
  -webkit-transform: translate(0px, 31px);
  -ms-transform: translate(0px, 31px);
  transform: translate(0px, 31px);
}

html.w-mod-js *[data-ix="bottom-to-top-61"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="bottom-to-top-93"] {
  opacity: 0;
  -webkit-transform: translate(0px, 93px);
  -ms-transform: translate(0px, 93px);
  transform: translate(0px, 93px);
}

html.w-mod-js *[data-ix="scale-up"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

@media screen and (min-width: 1280px) {
  .header {
    display: block;
    background-color: transparent;
  }

  .navbar {
    color: transparent;
  }

  .container {
    background-color: transparent;
  }

  .nav-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-3 {
    font-size: 14px;
    line-height: 21px;
  }

  .nav-link-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-8.w--current {
    color: #fff;
  }

  .homepic-1 {
    padding-bottom: 40%;
  }

  .slide-nav {
    left: 970px;
  }

  .div-block-3 {
    left: 16%;
    max-width: 800px;
    margin-top: 40px;
  }

  .heading {
    width: 100%;
    font-size: 40px;
    line-height: 55px;
  }

  .heading.green {
    width: 100%;
    font-size: 40px;
    line-height: 55px;
  }

  ._1180 {
    padding-right: 1%;
    padding-left: 1%;
  }

  ._1180.reg {
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-green {
    margin-top: 200px;
  }

  .paragraph-3.center {
    text-align: center;
  }

  .review-committee {
    margin-top: -80px;
  }

  ._1920 {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-box {
    margin-top: -380px;
  }

  .text-block-4 {
    color: #000;
  }

  .div-block-38 {
    height: 51px;
  }

  .text-block-6 {
    color: #fff;
    line-height: 20px;
  }

  .icon-4 {
    color: #fff;
  }

  .dropdown-toggle {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .dropdown-toggle.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown {
    position: relative;
    top: auto;
    right: auto;
    display: block;
  }

  .dropdown-list {
    background-color: #2a2a2a;
  }

  .dropdown-link {
    background-color: #2a2a2a;
  }

  .news-list {
    display: none;
    width: 100%;
  }

  .downarrowpic {
    height: 68px;
  }

  .div-block-41 {
    background-size: 33px;
  }

  .button {
    margin-top: 20px;
  }

  .hkila {
    overflow: hidden;
  }

  .button-2 {
    max-width: 378px;
    margin-top: 20px;
  }

  .button-2-register {
    margin-top: 40px;
    margin-bottom: 140px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .button-2-register:hover {
    opacity: 0.7;
  }

  .button-registered {
    margin-top: 40px;
  }

  .button-registered:hover {
    opacity: 0.7;
  }

  .devel-bureau-pic {
    height: 100%;
  }

  .hkila-copy {
    padding: 25px;
  }

  .login-bg {
    margin-top: 105px;
  }

  .faq-title {
    padding-right: 5px;
  }

  .subheading-dl.meeting {
    font-size: 35px;
  }

  .subheading-dl.ordinance {
    font-size: 35px;
  }

  .subheading-dl.guidelines {
    font-size: 35px;
  }

  .subheading-dl.forms {
    font-size: 35px;
  }

  .list-item-2 {
    padding: 10px;
  }

  .text-span {
    border: 1px none #000;
    text-decoration: none;
    cursor: pointer;
  }

  .bg-deco-useful-links {
    top: 49%;
  }

  .useful-links-block.vertical-align-top {
    margin-bottom: 25%;
  }

  .go-button {
    font-size: 18px;
  }

  .link-block-2 {
    color: #fff;
  }

  .contact-box-copy {
    margin-top: -380px;
  }

  .reg-pic-2 {
    width: 1180px;
  }

  ._1180-alignleft {
    padding-right: 0%;
    padding-left: 0%;
  }

  .link-2 {
    cursor: pointer;
  }

  .navbar-2 {
    display: block;
  }

  .header-white-bg {
    display: block;
  }

  .nav-link-home {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-news {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-11-ordinance {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-register {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-faq {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-links {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-9-about {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-4 {
    display: none;
  }

  .header-2 {
    display: none;
  }

  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-11 {
    text-decoration: none;
  }

  .link-12 {
    text-decoration: none;
    cursor: auto;
  }

  .link-13 {
    text-decoration: none;
  }

  .link-14 {
    text-decoration: none;
  }

  .link-15 {
    text-decoration: none;
  }

  .link-16 {
    text-decoration: none;
  }

  .button-3 {
    font-size: 18px;
  }

  .button-3:hover {
    opacity: 0.7;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 32px;
  }

  .popup_mask {
    background-color: rgba(0, 0, 0, 0.85);
  }

  .link-18 {
    color: #333;
  }

  .link-19 {
    color: #333;
  }

  .homepic2 {
    padding-bottom: 40%;
  }

  .homepic3 {
    padding-bottom: 40%;
    background-image: url('../images/0_home_v09c3_01.jpg');
  }

  .image-3 {
    height: 85px;
    max-width: none;
  }

  .image-4 {
    height: 85px;
    max-width: none;
  }

  .f-pw-bg {
    height: 920px;
    background-image: url('../images/p01_forgot_pw.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  ._1180-white-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: 1180px;
  }

  .reg-form-w-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: 1180px;
    margin-top: -720px;
  }

  .reg-form-w-bg.completed {
    margin-top: -771px;
  }

  .reg-bg {
    height: 1170px;
    padding-top: 127px;
    background-image: url('../images/p01_forgot_pw.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .greybar {
    margin-bottom: 20px;
  }

  .form-sect-head.photo {
    margin-top: 100px;
  }

  .form-sect-head.b1 {
    margin-top: 100px;
  }

  .form-sect-head.b2 {
    margin-top: 100px;
  }

  .body {
     line-height: 36px;
  }

  .reg-field {
    margin-bottom: 20px;
  }

  ._100w-even {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._100w-even.e {
    padding-bottom: 0px;
  }

  ._100w-blk.preview-paym {
    padding-bottom: 100px;
  }

  ._100w-blk.sece {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .greenbar {
    width: 75%;
  }

  .greenbar._03 {
    width: 75%;
  }

  .greenbar._01 {
    width: 25%;
  }

  .greenbar.renew01 {
    width: 33%;
  }

  .form-next-button {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-10 {
    color: #333;
  }

  .radio-button {
    margin-top: 12px;
  }

  .form-add-button {
    margin-top: 20px;
  }

  .reg-form-field-no {
    margin-bottom: 20px;
  }

  .declar-blk {
    padding-left: 25px;
  }

  .payment-text {
    width: 25%;
  }

  .div-block-76 {
    width: 75%;
    margin-left: 0%;
  }

  .payme-qrcode {
    right: 30px;
  }

  .qrcode-bg {
    width: 230px;
  }

  .fps-qrcode {
    right: 30px;
  }

  .fps-qrcode-bg {
    width: 230px;
  }

  .up-receipt-button {
    margin-bottom: 60px;
  }

  .pre-filled-text {
    padding-bottom: 20px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 34px;
  }

  .pre-filled-text.secf {
    padding-bottom: 0px;
    padding-left: 26px;
    background-image: url('../images/icon-attach.svg');
    background-position: 0% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
  }

  .pic-box {
    width: 150px;
    background-image: url('../images/id-pic.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  ._50w {
    width: 50%;
  }

  .form-title-with-dots {
    padding-bottom: 70px;
  }

  .reg-bg-copy {
    height: 1210px;
    margin-top: 0px;
    padding-top: 127px;
    background-image: url('../images/p01_forgot_pw.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .member-green-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 59px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #557569;
    font-size: 20px;
    line-height: 24px;
  }

  .logout {
    padding-right: 30px;
    background-image: url('../images/icon-logout.svg');
    background-position: 100% 50%;
    background-size: auto 21px;
    background-repeat: no-repeat;
    font-size: 16px;
    text-decoration: none;
  }

  .profile-subj {
    width: 40%;
    color: #939148;
    font-size: 16px;
    line-height: 24px;
  }

  .profile-field {
    margin-bottom: 0px;
  }

  .text-block-11 {
    color: #fff;
  }

  .profile-w-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: 1180px;
    margin-top: -710px;
  }

  .prof-bg {
    height: 967px;
    padding-top: 106px;
    background-image: url('../images/p01_forgot_pw.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .memb-btn-head.profile {
    background-image: url('../images/profile-icon-1.svg');
    color: #557569;
  }

  .memb-btn-head.renewal-wt {
    background-image: url('../images/profile-icon-2w.svg');
    color: #fff;
  }

  .memb-btn-head.profile-w {
    background-image: url('../images/profile-icon-1w.svg');
    color: #fff;
  }

  ._965px {
    max-width: 965px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 20px;
    color: #333;
  }

  .renewal-apply-btn {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }

  .history-subj {
    width: auto;
    color: #939148;
    font-size: 16px;
    line-height: 24px;
  }

  .history-col-1 {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history-col-2 {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history-col-3 {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history-col-4 {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .history-col-5 {
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .renewal-subj {
    width: 40%;
    color: #939148;
    font-size: 16px;
    line-height: 24px;
  }

  .history-100w-even {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._30w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button-3 {
    display: none;
  }

  .field-label-4 {
    color: #557569;
    font-weight: 400;
  }

  .search-field {
    height: 32px;
    margin-right: 10px;
    margin-bottom: 0px;
    border: 1px solid #e6e5b7;
  }

  .search-btn {
    width: 45px;
    height: 30px;
    background-color: #0ed35a;
    background-image: url('../images/search-icon.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .reg-list-contant-blk {
    padding-bottom: 140px;
  }

  .list-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }

  .list-col {
    width: 15%;
    min-width: 137px;
  }

  .list-col.email {
    width: 33%;
    min-width: 377px;
  }

  .list-col.othername {
    width: 22%;
    min-width: 217px;
  }

  .list-text-block {
    padding-left: 0px;
    text-align: center;
  }

  .list-text-block-wt {
    padding-left: 0px;
    text-align: center;
  }

  .reg-list-table {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .radio-button-b1 {
    margin-top: 10px;
  }

  .button-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .checkbox {
    margin-top: 12px;
  }

  .checkbox-2 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    display: none;
  }

  .brand {
    margin-left: 5%;
  }

  .container {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    top: 280px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 2%;
    background-color: #000;
  }

  .nav-menu.top {
    top: 31px;
  }

  .nav-link {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-10.w--current {
    border-bottom: 1px none #547569;
    color: #547569;
  }

  .nav-link-11 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-11.w--current {
    border-bottom: 1px none #557569;
    color: #557569;
  }

  .nav-link-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-12.w--current {
    border-bottom: 1px none #557569;
    color: #557569;
  }

  .nav-link-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-13.w--current {
    border-bottom: 1px none #557569;
    color: #557569;
  }

  .nav-link-14 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-14.w--current {
    border-bottom: 1px none #557569;
    color: #557569;
  }

  .icon {
    margin-left: 0px;
  }

  .homepic-1 {
    height: auto;
    padding-bottom: 73%;
  }

  .div-block-2 {
    width: 100%;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-3 {
    left: 11%;
    max-width: 600px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.green {
    font-size: 30px;
  }

  .div-block-4 {
    padding-right: 5%;
    padding-left: 5%;
  }

  ._1180 {
    padding-right: 2%;
    padding-left: 2%;
  }

  ._1180.reg {
    padding-right: 2%;
    padding-left: 2%;
  }

  .left-arrow {
    width: 70px;
  }

  .icon-2 {
    font-size: 20px;
  }

  .icon-3 {
    font-size: 23px;
  }

  .div-block-5 {
    width: 100%;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: hsla(0, 4%, 81.6%, 0.5);
  }

  .banner {
    height: auto;
  }

  .heading-green {
    margin-top: 130px;
    font-size: 39px;
    line-height: 50px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-9 {
    display: block;
    width: 100%;
  }

  .subheading {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .subheading._1 {
    width: 100.000083%;
    margin-top: 5%;
    margin-bottom: 3%;
    font-size: 32px;
  }

  .subheading._3 {
    margin-top: 10%;
  }

  .paragraph-3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }

  .paragraph-3.contact {
    font-size: 18px;
    text-align: center;
  }

  .div-block-11 {
    position: static;
    display: block;
    width: 100%;
    margin-left: 0px;
  }

  .div-block-12 {
    position: static;
    width: 100%;
  }

  .div-block-13 {
    position: static;
    display: none;
  }

  .table {
    width: 100%;
  }

  .heading-2 {
    padding-left: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-3 {
    overflow: auto;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
  }

  .text-block-3-copy {
    overflow: auto;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 40px;
  }

  .inquiry-committee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-19 {
    width: 100%;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 0px;
  }

  .review-committee {
    margin-top: 0px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .div-block-19-copy {
    width: 100%;
  }

  .div-block-23-bg {
    display: none;
  }

  .div-block-25 {
    display: none;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deco {
    display: none;
  }

  .div-block-29 {
    width: 100%;
  }

  .contact-box {
    margin-top: 0px;
  }

  .div-block-33 {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .paragraph-4.contact {
    line-height: 30px;
  }

  .text-block-4 {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .white-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 90%;
    margin-left: 5%;
  }

  .div-block-36 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-36.contact {
    padding-right: 10%;
  }

  .dropdown-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown-toggle.w--open {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown {
    right: 9%;
    display: block;
  }

  .leftarrowpic {
    width: 50px;
    height: 50px;
  }

  .div-block-40 {
    width: 50px;
  }

  .rightarrowpic {
    width: 50px;
    height: 50px;
  }

  .right-arrow {
    width: 70px;
  }

  .div-block-40-copy {
    width: 50px;
  }

  .dropdown-link {
    background-color: #000;
  }

  .news_toggle {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .news-list {
    display: none;
    width: 100%;
    padding: 2% 0%;
  }

  .news-title {
    width: 65%;
    max-width: 545px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .news {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .date {
    margin-right: 40px;
    padding-left: 30px;
    background-size: 20px;
    font-size: 14px;
  }

  .icon-5 {
    font-size: 18px;
  }

  .news-title-copy {
    font-size: 14px;
  }

  .news-title-download {
    width: 65%;
  }

  .div-block-42 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wbg {
    display: inline-block;
  }

  .button {
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .button-2 {
    width: auto;
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .bg-deco {
    top: 29%;
  }

  .heading-3 {
    font-size: 20px;
  }

  .paragraph-3-copy {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }

  .button-2-register {
    width: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    background-position: 5% 50%;
    background-size: 35px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }

  .button-registered {
    margin-top: 20px;
    padding-right: 30px;
    font-size: 17px;
    line-height: 25px;
  }

  .button-block {
    height: 156px;
    min-height: auto;
    padding: 50px 30px 50px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-block._2 {
    max-height: 156px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-block._3 {
    max-height: 156px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-42-copy {
    display: block;
    margin-bottom: 25%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-42-copy.vertical-align-top {
    margin-bottom: 15%;
  }

  .wbg-48 {
    width: 49%;
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .devel-bureau {
    display: block;
    height: 200px;
    padding: 15px;
  }

  .hkila-copy {
    height: 200px;
    padding: 5px;
  }

  .greening {
    height: 200px;
    padding: 15px;
  }

  .login-bg-pic {
    height: 850px;
  }

  .login-bg {
    margin-top: 69px;
  }

  .white-bg-30 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 630px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  .faq {
    margin-top: 1%;
    margin-bottom: 1%;
    padding-bottom: 20px;
  }

  .faq_toggle {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .faqnumber {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-position: 100% 80%;
    font-size: 28px;
  }

  .faq-title {
    width: 88%;
    font-size: 15px;
    line-height: 25px;
  }

  .faq-list {
    display: none;
    width: 100%;
    padding: 5%;
  }

  .faq-paragraph {
    font-size: 14px;
    line-height: 30px;
  }

  .faq-block {
    margin-bottom: 10px;
  }

  .faqnumber-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-position: 100% 80%;
    font-size: 28px;
  }

  .subheading-dl {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 32px;
  }

  .subheading-dl.meeting {
    margin-top: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: auto 110px;
    font-size: 24px;
  }

  .subheading-dl.ordinance {
    margin-top: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: auto 100px;
    font-size: 24px;
  }

  .subheading-dl.guidelines {
    margin-top: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: auto 110px;
    font-size: 24px;
  }

  .subheading-dl.forms {
    margin-top: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: auto 90px;
    font-size: 24px;
  }

  .list-2 {
    margin-top: 25px;
  }

  .list-item-2 {
    margin-bottom: 10px;
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-49 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .bg-deco-useful-links {
    top: 45%;
  }

  .useful-links-block {
    display: block;
    margin-bottom: 25%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .useful-links-block.vertical-align-top {
    margin-bottom: 17%;
  }

  .go-button {
    padding-right: 26px;
    background-position: 96% 50%;
    background-size: 20px;
    font-size: 15px;
    line-height: 23px;
  }

  .white-bg-contact {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 90%;
    padding-right: 5%;
    padding-left: 4%;
  }

  .field-label-3.name {
    font-size: 18px;
  }

  .field-label-3.phone {
    width: 136px;
    font-size: 18px;
  }

  .field-label-3.email {
    padding-right: 0px;
    font-size: 18px;
  }

  .field-label-3.subject {
    width: 136px;
    font-size: 18px;
  }

  .field-label-3.message {
    width: 136px;
    font-size: 18px;
  }

  .field-label-3.address {
    font-size: 18px;
  }

  .field-label-3.reportdate {
    font-size: 18px;
    line-height: 25px;
  }

  .field-label-3.date1 {
    background-position: 0% 0%;
    font-size: 18px;
    line-height: 25px;
  }

  .field-label-3.name-copy {
    width: 136px;
    font-size: 18px;
  }

  .field-label-3.email-copy {
    width: 136px;
    padding-right: 0px;
    font-size: 18px;
  }

  .contact-box-copy {
    margin-top: 0px;
  }

  .reg {
    margin-top: 1%;
    margin-bottom: 1%;
    padding-bottom: 20px;
  }

  .arrowpic {
    height: 40px;
    margin-right: 5px;
  }

  .reg-title {
    width: 88%;
    font-size: 15px;
    line-height: 25px;
  }

  .reg-pic-1 {
    display: none;
    overflow: auto;
    width: 1000px;
    height: auto;
    padding-bottom: 1000px;
    background-size: cover;
  }

  .reg-list {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 0%;
    padding-bottom: 0%;
  }

  .div-block-54 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reg-pic-2 {
    overflow: auto;
    width: 1000px;
    height: auto;
    padding-bottom: 1200px;
    background-position: 50% 0%;
    background-size: cover;
  }

  ._1180-alignleft {
    padding-right: 2%;
    padding-left: 2%;
  }

  .text-block-8 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .paragraph-6 {
    line-height: 22px;
  }

  .div-block-57 {
    width: 100%;
  }

  .div-block-59 {
    width: 100%;
  }

  .div-block-60 {
    position: static;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-7 {
    line-height: 22px;
  }

  .paragraph-8 {
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }

  .div-block-62 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .complaint-form-bg-pic {
    margin-top: -567px;
  }

  .navbar-2 {
    position: fixed;
    display: block;
    width: 100%;
    background-color: transparent;
  }

  .container-2 {
    background-color: transparent;
  }

  .brand-2 {
    margin-left: 20px;
  }

  .homepic {
    width: 100%;
  }

  .icon-6 {
    color: #fff;
    font-size: 35px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0.45);
  }

  .image {
    width: auto;
    height: 70px;
  }

  .nav-menu-2 {
    padding: 10px;
    background-color: #000;
    font-family: 'Noto Sans TC', sans-serif;
  }

  .header-white-bg {
    display: none;
  }

  .nav-menu-copy {
    top: 280px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 2%;
    background-color: #000;
  }

  .nav-link-home {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-news {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-11-ordinance {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-register {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-faq {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-links {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-3 {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-9-about {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-4-copy {
    padding: 20px 30px;
    font-size: 18px;
  }

  .navbar-4 {
    position: fixed;
    display: block;
    width: 100%;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
  }

  .brand-4 {
    margin-left: 20px;
  }

  .menu-button-4.w--open {
    background-color: #557569;
  }

  .icon-6-copy {
    font-size: 35px;
  }

  .reg-pic-1b {
    display: block;
    overflow: auto;
    width: 100%;
    height: auto;
    padding-bottom: 1160px;
    background-image: url('../images/application-pic_03.jpg');
    background-size: cover;
  }

  .reg-pic-1c {
    display: none;
    overflow: auto;
    width: 130%;
    height: auto;
    padding-bottom: 1160px;
    background-image: url('../images/application-pic_03.jpg');
    background-size: cover;
  }

  .div-block-68 {
    width: 136px;
  }

  .div-block-70 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-52-copy {
    width: 100%;
  }

  .useful-link-block {
    margin-right: 1%;
  }

  .popup-content {
    width: 70%;
  }

  .button-3 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .homepic-2 {
    width: 100%;
  }

  .homepic2 {
    height: auto;
    padding-bottom: 73%;
  }

  .homepic3 {
    height: auto;
    padding-bottom: 73%;
  }

  .text-block-9 {
    font-size: 15px;
    line-height: 30px;
  }

  .list-3 {
    margin-bottom: 7%;
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-75 {
    padding-bottom: 70px;
  }

  .f-pw-bg {
    height: 805px;
  }

  ._1180-white-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 630px;
    height: 633px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-submit-button {
    width: 45%;
    font-size: 20px;
  }

  .heading-green-copy {
    margin-top: 130px;
    font-size: 39px;
    line-height: 50px;
  }

  .reg-form-w-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin: -520px auto 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .reg-form-w-bg.completed {
    margin-top: -620px;
  }

  .reg-bg {
    height: 805px;
  }

  .greybar {
    margin-bottom: 10px;
  }

  .form-title {
    margin-top: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .form-sect-head {
    font-size: 18px;
  }

  .radio-button-label {
    font-size: 18px;
  }

  .reg-form-field {
    font-size: 18px;
  }

  ._45w {
    width: 47%;
  }

  ._100w-even {
    padding-bottom: 0px;
  }

  ._100w-even.payment {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._100w-blk {
    padding-top: 40px;
  }

  ._100w-blk.office {
    padding-top: 40px;
  }

  ._100w-blk.photo {
    padding-top: 40px;
  }

  .greenbar-text {
    font-size: 13px;
    line-height: 15px;
  }

  .form-next-button {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-10 {
    font-size: 13px;
  }

  .form---heading-green {
    margin-top: 60px;
    font-size: 39px;
    line-height: 50px;
  }

  .form-add-button {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .add-button-text {
    font-size: 18px;
    line-height: 28px;
  }

  ._45w-hor {
    width: 47%;
  }

  .reg-form-field-no {
    font-size: 18px;
  }

  .payment-text {
    width: 42%;
  }

  .div-block-76 {
    width: 60%;
  }

  ._100w-center-copy {
    padding-bottom: 0px;
  }

  .form-save-button {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .up-receipt-button {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  ._50w {
    width: 47%;
  }

  .form-title-with-dots {
    margin-top: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .reg-bg-copy {
    height: 824px;
    margin-top: 70px;
  }

  .profile-w-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin: -605px auto 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .prof-bg {
    height: 805px;
    padding-top: 70px;
  }

  .member-profile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-button {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .memb-btn-blk {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._965px {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .history-subj {
    padding-bottom: 30px;
  }

  .history-col-1 {
    width: 17%;
    padding-bottom: 0px;
  }

  .history-col-2 {
    width: 42%;
    padding-bottom: 0px;
  }

  .history-col-3 {
    width: 14%;
    padding-bottom: 0px;
  }

  .history-col-4 {
    width: 12%;
    padding-bottom: 0px;
  }

  .history-col-5 {
    width: 12%;
    padding-bottom: 0px;
  }

  .history-100w-even {
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .memb-down-head {
    font-family: 'Noto Sans TC', sans-serif;
  }

  .reg-form-btn-text {
    font-size: 22px;
    line-height: 25px;
  }

  .reg-list-contant-blk {
    padding-bottom: 100px;
  }

  .list-head {
    font-size: 15px;
    line-height: 23px;
  }

  .list-text-block {
    overflow: auto;
    height: 40px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
  }

  .list-text-block-wt {
    overflow: auto;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .reg-list-table {
    width: 100%;
  }

  .text-block-14 {
    font-size: 15px;
    line-height: 30px;
  }

  .save-head {
    font-size: 20px;
  }

  .submit-btn {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .login-btn {
    padding: 10px 40px;
  }

  .login-btn-text {
    background-size: auto;
  }

  .listbutton {
    margin-top: 0%;
  }

  .button-4 {
    font-size: 13px;
    line-height: 19px;
  }

  .checkbox {
    margin-top: 4px;
  }

  .checkbox-2 {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 35%;
  }

  .nav-link {
    padding-left: 23px;
    background-size: 15px;
  }

  .nav-link-10.w--current {
    border-bottom-style: none;
  }

  .nav-link-11.w--current {
    border-bottom-style: none;
  }

  .nav-link-12.w--current {
    border-bottom-style: none;
  }

  .homepic-1 {
    padding-bottom: 65%;
  }

  .div-block-3 {
    left: 14%;
    max-width: 400px;
  }

  .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .heading.green {
    font-size: 20px;
    line-height: 28px;
  }

  .footer {
    position: relative;
  }

  ._1180 {
    padding-right: 3%;
    padding-left: 3%;
  }

  ._1180.reg {
    padding-right: 3%;
    padding-left: 3%;
  }

  .paragraph {
    margin-top: 0px;
  }

  .left-arrow {
    width: 50px;
  }

  .icon-2 {
    margin-right: 10px;
    font-size: 15px;
  }

  .icon-3 {
    margin-left: 10px;
    font-size: 15px;
  }

  .horiz._2 {
    margin-bottom: 15%;
  }

  .heading-green {
    margin-top: 110px;
    padding-bottom: 45px;
    background-size: auto 40px;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .heading-green.left {
    margin-top: 0%;
    margin-bottom: 30px;
    background-position: 50% 100%;
    text-align: center;
  }

  .div-block-8 {
    margin-bottom: 5%;
  }

  .subheading {
    font-size: 24px;
    line-height: 30px;
  }

  .subheading._1 {
    margin-top: 7%;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .paragraph-3.contact {
    font-size: 15px;
  }

  .table {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-2 {
    padding-left: 20px;
    font-size: 14px;
  }

  .text-block-3 {
    padding-left: 20px;
    font-size: 13px;
  }

  .text-block-3-copy {
    padding-left: 20px;
    font-size: 13px;
    white-space: nowrap;
  }

  .inquiry-committee {
    padding-right: 3%;
    padding-left: 3%;
  }

  .review-committee {
    padding-right: 3%;
    padding-left: 3%;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-4.contact {
    font-size: 16px;
    line-height: 23px;
  }

  .text-block-4 {
    background-size: 40px;
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-5 {
    background-size: 40px;
    font-size: 15px;
    line-height: 30px;
  }

  .div-block-36.contact {
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-block-6 {
    padding-left: 23px;
    background-size: 15px;
    color: #333;
  }

  .icon-4 {
    color: #333;
  }

  .dropdown-toggle {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .dropdown-toggle.w--open {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .dropdown {
    right: 11%;
  }

  .leftarrowpic {
    width: 30px;
    height: 30px;
  }

  .div-block-40 {
    width: 30px;
  }

  .rightarrowpic {
    width: 30px;
    height: 30px;
  }

  .right-arrow {
    width: 50px;
  }

  .div-block-40-copy {
    width: 30px;
  }

  .news_toggle {
    height: auto;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-5 {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }

  .news-list {
    display: none;
  }

  .news-title {
    width: 58%;
    max-width: 327px;
    padding-right: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .news {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .date {
    width: 23%;
    margin-right: 5%;
    padding-left: 20px;
    border-right-width: 2px;
    background-size: 15px;
    font-size: 13px;
  }

  .icon-5 {
    margin-left: 3%;
  }

  .downarrowpic {
    width: 40px;
    height: 40px;
  }

  .down-arrow {
    width: 40px;
  }

  .news-title-copy {
    margin-right: 3px;
    font-size: 13px;
  }

  .div-block-41 {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }

  .news-title-download {
    width: 58%;
  }

  .div-block-42 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hk-e-legislation {
    width: 88%;
  }

  .wbg {
    margin-right: 1%;
    margin-left: 1%;
  }

  .button {
    max-width: 330px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 45px;
    background-size: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .hkila {
    width: 88%;
  }

  .button-2 {
    max-width: 330px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    background-position: 5% 50%;
    background-size: 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .bg-deco {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 95%;
  }

  .heading-3 {
    margin-top: 5%;
    font-size: 18px;
  }

  .paragraph-3-copy {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .use-of-title {
    margin-bottom: 15%;
  }

  .button-2-register {
    margin-bottom: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .button-registered {
    margin-bottom: 60px;
    padding: 10px 22px 10px 45px;
    background-size: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .button-block {
    height: 120px;
    min-height: auto;
    padding: 7% 10% 7% 7%;
    background-size: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-block._2 {
    height: 120px;
    padding: 7%;
  }

  .button-block._3 {
    height: 120px;
    padding: 7%;
  }

  .div-block-42-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-42-copy.vertical-align-top {
    margin-bottom: 10%;
  }

  .wbg-48 {
    width: 95%;
    margin-bottom: 40px;
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .devel-bureau {
    padding: 5%;
  }

  .hkila-copy {
    padding: 5%;
  }

  .greening {
    padding: 5%;
  }

  .login-bg-pic {
    height: 460px;
    background-position: 10% 50%;
  }

  .white-bg-30 {
    width: 90%;
    height: 400px;
    margin-top: 90px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .div-block-45 {
    margin-bottom: 0%;
  }

  .field-label {
    padding-left: 30px;
    background-size: 23px;
    font-size: 15px;
    line-height: 30px;
  }

  .field-label-2 {
    padding-left: 30px;
    background-size: 23px;
    font-size: 15px;
  }

  .text-field {
    width: 70%;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .text-field-2 {
    width: 70%;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .submit-button {
    padding-right: 0px;
    padding-left: 0px;
    background-position: 37% 50%;
    background-size: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-7 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 13px;
  }

  .faq {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq_toggle {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .faqnumber {
    padding-right: 10px;
    border-right-width: 2px;
    background-position: 100% 90%;
    background-size: 18px;
    font-size: 23px;
    line-height: 50px;
  }

  .faq-title {
    position: relative;
    font-size: 13px;
    line-height: 22px;
  }

  .faq-list {
    display: none;
    padding: 4%;
  }

  .faq-paragraph {
    font-size: 13px;
    line-height: 22px;
    text-align: left;
  }

  .faqnumber-copy {
    padding-right: 10px;
    border-right-width: 2px;
    background-position: 100% 90%;
    background-size: 18px;
    font-size: 23px;
    line-height: 50px;
  }

  .download-block {
    margin-right: 0%;
  }

  .download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subheading-dl {
    font-size: 24px;
    line-height: 30px;
  }

  .subheading-dl.meeting {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
    background-position: 100% 50%;
    background-size: auto 85px;
    font-size: 20px;
  }

  .subheading-dl.ordinance {
    border-bottom-width: 2px;
    background-position: 100% 50%;
    background-size: auto 80px;
    font-size: 20px;
  }

  .subheading-dl.guidelines {
    border-bottom-width: 2px;
    background-size: auto 80px;
    font-size: 20px;
  }

  .subheading-dl.forms {
    border-bottom-width: 2px;
    background-size: auto 70px;
    font-size: 20px;
  }

  .list-2 {
    margin-bottom: 20px;
  }

  .bg-deco-useful-links {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 95%;
  }

  .useful-links-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .useful-links-block.vertical-align-top {
    margin-bottom: 10%;
  }

  .go-button {
    height: 120px;
    padding: 20px 24px 20px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .white-bg-contact {
    width: 95%;
    padding-right: 4%;
  }

  .field-label-3.name {
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .field-label-3.phone {
    width: 100px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .field-label-3.email {
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .field-label-3.subject {
    width: 100px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .field-label-3.message {
    width: 100px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .field-label-3.address {
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .field-label-3.reportdate {
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 20px;
    background-position: 0% 50%;
    background-size: 20px;
    font-size: 15px;
    line-height: 40px;
  }

  .field-label-3.date1 {
    margin-top: 10px;
    padding-left: 20px;
    background-position: 0% 50%;
    background-size: 20px;
    font-size: 15px;
    line-height: 40px;
  }

  .field-label-3.name-copy {
    width: 100px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .field-label-3.email-copy {
    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px;
    font-size: 15px;
  }

  .div-block-52 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .submit-button-2 {
    margin-top: 30px;
    background-position: 15% 50%;
    background-size: 30px;
    font-size: 15px;
    line-height: 28px;
  }

  .text-field-3._1st-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-field-3.lastname {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-box-copy {
    margin-bottom: 15%;
  }

  .heading-4 {
    font-size: 18px;
  }

  .reg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrowpic {
    width: 25px;
    height: 25px;
    background-size: 20px;
  }

  .reg-title {
    position: relative;
    font-size: 13px;
    line-height: 22px;
  }

  .reg-pic-1 {
    width: 780px;
    padding-bottom: 780px;
  }

  .reg-list {
    display: none;
  }

  .div-block-54 {
    display: block;
  }

  .reg-pic-2 {
    width: 780px;
    padding-bottom: 962px;
    background-position: 0% 0%;
  }

  ._1180-alignleft {
    padding-right: 3%;
    padding-left: 3%;
  }

  .sub-heading-green {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .sub-heading-green.complaint {
    margin-top: 10px;
  }

  .black-no-box {
    margin-right: 10px;
  }

  .text-block-8 {
    padding: 4px 7px;
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph-7 {
    font-size: 13px;
  }

  .complaint-stage-pic {
    width: 800px;
    padding-bottom: 800px;
  }

  .paragraph-8 {
    margin-bottom: 10%;
    padding: 3%;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .div-block-62 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form25 {
    width: 100%;
  }

  .form70 {
    width: 100%;
  }

  .form70-copy {
    width: 100%;
  }

  .text-field-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-62-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .select-field {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .complaint-form-bg-pic {
    margin-top: -557px;
  }

  .brand-2 {
    margin-left: 15px;
  }

  .icon-6 {
    font-size: 29px;
  }

  .image {
    width: auto;
    height: 65px;
  }

  .heading-4-copy {
    padding: 15px 20px;
    font-size: 15px;
  }

  .brand-4 {
    margin-left: 10px;
  }

  .icon-6-copy {
    font-size: 29px;
  }

  .reg-pic-1b {
    display: none;
    width: 780px;
    padding-bottom: 1160px;
  }

  .reg-pic-1c {
    display: block;
    width: 100%;
    padding-bottom: 235%;
    background-image: url('../images/application-pic_06.jpg');
  }

  .div-block-68 {
    width: 100px;
  }

  .div-block-52-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-52-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .useful-link-block {
    display: block;
    width: 48%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .popup-content {
    width: 100%;
  }

  .button-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .paragraph-9 {
    line-height: 28px;
  }

  .homepic2 {
    padding-bottom: 65%;
  }

  .homepic3 {
    padding-bottom: 65%;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 28px;
  }

  .list-3 {
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-75 {
    padding-bottom: 0px;
  }

  .f-pw-bg {
    height: 460px;
    background-position: 10% 50%;
  }

  ._1180-white-bg {
    width: 90%;
    height: 400px;
    margin-top: 90px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .f-pw-field {
    width: 80%;
    margin-bottom: 30px;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .form-submit-button {
    width: 40%;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    font-size: 17px;
    line-height: 28px;
  }

  .form-submit-button.changepw {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-pw-field-label {
    width: 80%;
    background-image: none;
    font-size: 15px;
    line-height: 45px;
  }

  .heading-green-copy {
    margin-top: 40px;
    padding-bottom: 45px;
    background-size: auto 40px;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .reg-form-w-bg {
    margin-top: -230px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .reg-form-w-bg.completed {
    margin-top: -520px;
    margin-bottom: 70px;
  }

  .reg-bg {
    height: 460px;
    background-position: 10% 50%;
  }

  .form-title {
    margin-top: 40px;
    background-image: none;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .form-sect-head {
    font-size: 17px;
  }

  .form-sect-head.b1 {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-label {
    font-size: 15px;
  }

  ._100w {
    font-size: 15px;
  }

  .radio-button-field {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
  }

  .reg-form-field {
    background-image: none;
    font-size: 15px;
    line-height: 25px;
  }

  .reg-field {
    height: 33px;
    margin-bottom: 10px;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  ._45w {
    width: 48%;
  }

  ._100w-even.payment {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-text {
    font-size: 15px;
    line-height: 20px;
  }

  ._100w-blk {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  ._100w-blk.office {
    padding-top: 20px;
  }

  ._100w-blk.photo {
    padding-top: 20px;
  }

  .greenbar-text {
    line-height: 13px;
  }

  .attach-box-text {
    font-size: 15px;
  }

  .profile-button-text.pw {
    line-height: 24px;
  }

  .form---heading-green {
    margin-top: 40px;
    padding-bottom: 45px;
    background-size: auto 40px;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .form-add-button {
    margin-top: 10px;
  }

  .add-button-text {
    font-size: 16px;
    line-height: 27px;
  }

  ._45w-hor {
    width: 48%;
  }

  .reg-form-field-no {
    background-image: none;
    font-size: 15px;
    line-height: 25px;
  }

  .radio-button-label-2 {
    font-size: 15px;
  }

  ._100w-hor {
    margin-bottom: 0px;
  }

  .payment-text {
    width: 49%;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-76 {
    width: 51%;
  }

  .payme-qrcode {
    right: 12px;
    bottom: 7%;
    width: 140px;
    height: 140px;
  }

  .form-save-button {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 20px;
  }

  .qrcode-bg {
    width: 164px;
    height: 177px;
  }

  .fps-qrcode {
    right: 12px;
    bottom: 6%;
    width: 140px;
    height: 140px;
  }

  .fps-qrcode-bg {
    width: 164px;
    height: 177px;
  }

  .fps {
    width: 30px;
    height: 30px;
  }

  .tab-link-tab-1 {
    padding: 10px;
  }

  .tab-link-tab-2 {
    padding: 10px;
  }

  .tab-link-tab-2.w--current {
    padding: 10px;
  }

  .payme {
    height: 30px;
  }

  .pre-filled-text {
    font-size: 15px;
    line-height: 25px;
  }

  ._50w {
    width: 48%;
  }

  .form-text-center {
    font-size: 15px;
    line-height: 25px;
  }

  .form-title-with-dots {
    margin-top: 40px;
    padding-bottom: 45px;
    background-size: auto 40px;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .reg-bg-copy {
    height: 666px;
    margin-top: 65px;
    background-position: 50% 50%;
  }

  .profile-subj {
    width: 40%;
    background-image: none;
    font-size: 15px;
    line-height: 20px;
  }

  .profile-field {
    height: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .text-block-11 {
    font-size: 18px;
  }

  .profile-w-bg {
    margin-top: -260px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .prof-bg {
    height: 460px;
    padding-top: 65px;
    background-position: 10% 50%;
  }

  .member-profile {
    padding-right: 10px;
    padding-left: 10px;
  }

  .profile-button {
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .memb-btn-head.renewal {
    padding-left: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .memb-btn-head.history {
    font-size: 15px;
    line-height: 18px;
  }

  .memb-btn-head.dowload {
    padding-left: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .memb-btn-head.profile {
    padding-left: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .memb-btn-head.renewal-wt {
    font-size: 15px;
    line-height: 18px;
  }

  .memb-btn-head.profile-w {
    font-size: 15px;
    line-height: 18px;
  }

  .memb-btn-head.history-wt {
    padding-left: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .memb-btn-head.dowload-wt {
    padding-left: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .memb-btn-blk {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._965px {
    padding-top: 40px;
  }

  .renewal-apply-btn {
    background-image: none;
    font-size: 15px;
    line-height: 20px;
  }

  .history-subj {
    padding-bottom: 30px;
    background-image: none;
    font-size: 15px;
    line-height: 20px;
  }

  .history-text {
    font-size: 15px;
    white-space: normal;
  }

  .history-col-1 {
    min-width: 130px;
  }

  .history-col-2 {
    min-width: 280px;
  }

  .history-col-3 {
    min-width: 100px;
  }

  .history-col-4 {
    width: 14%;
    min-width: 100px;
  }

  .history-col-5 {
    min-width: 100px;
  }

  .renewal-subj {
    background-image: none;
    font-size: 15px;
    line-height: 20px;
  }

  .history-100w-even {
    overflow: auto;
    width: 100%;
    max-width: 800px;
  }

  .reg-form-btn-text {
    font-size: 20px;
  }

  .field-label-4 {
    font-size: 15px;
    line-height: 22px;
  }

  .reg-list-contant-blk {
    padding-bottom: 60px;
  }

  .list-head {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
  }

  .list-col {
    min-width: 110px;
  }

  .list-col.email {
    min-width: 320px;
  }

  .list-col.othername {
    min-width: 180px;
  }

  .list-text-block {
    height: 35px;
    font-size: 13px;
  }

  .list-text-block-wt {
    height: 35px;
    font-size: 13px;
    white-space: nowrap;
  }

  .reg-list-table {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 28px;
  }

  ._100w-hor-copy {
    margin-bottom: 0px;
  }

  ._100w-hor-copy {
    margin-bottom: 0px;
  }

  ._100w-hor-copy {
    margin-bottom: 20px;
  }

  .list-text {
    font-size: 15px;
    line-height: 20px;
  }

  .list-100w {
    margin-bottom: 0px;
  }

  .list-no {
    font-size: 15px;
    line-height: 20px;
  }

  .save-head {
    line-height: 20px;
  }

  .submit-btn {
    width: 60%;
  }

  .login-btn-text {
    font-size: 20px;
    line-height: 25px;
  }

  .listbutton {
    margin-top: 0%;
  }

  .blackarrow {
    max-width: 4%;
  }

  .button-4 {
    line-height: 19px;
  }

  .button-4.current {
    line-height: 18px;
  }

  .nextarrow {
    max-width: 4%;
  }

  .checkbox-field {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-3 {
    margin-top: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkbox-label {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 45%;
  }

  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .homepic-1 {
    padding-bottom: 145%;
  }

  .div-block-3 {
    left: 13%;
    max-width: 239.891px;
  }

  .heading {
    font-size: 16px;
    line-height: 24px;
  }

  .heading.green {
    font-size: 16px;
  }

  ._1180 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .left-arrow {
    width: 35px;
    font-size: 15px;
  }

  .icon-2 {
    font-size: 15px;
  }

  .heading-green {
    margin-top: 100px;
    font-size: 25px;
  }

  .heading-green.left {
    margin-bottom: 10px;
  }

  .subheading {
    margin-bottom: 5%;
    font-size: 22px;
    line-height: 25px;
  }

  .subheading._1 {
    margin-top: 10%;
    margin-bottom: 5%;
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-3 {
    margin-bottom: 10%;
    line-height: 20px;
    text-align: left;
  }

  .paragraph-3.disclamier {
    font-size: 13px;
    line-height: 17px;
  }

  .table {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    padding-left: 10px;
  }

  .div-block-15 {
    width: 243px;
  }

  .text-block-3 {
    overflow: auto;
    max-height: 40px;
    padding-left: 10px;
  }

  .text-block-3-copy {
    overflow: auto;
    max-height: 40px;
    padding-left: 10px;
  }

  .inquiry-committee {
    padding-right: 5%;
    padding-left: 5%;
  }

  .review-committee {
    padding-right: 5%;
    padding-left: 5%;
  }

  .paragraph-4 {
    font-size: 13px;
    line-height: 15px;
  }

  .paragraph-4.contact {
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-4 {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-left: 40px;
    background-size: 30px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-5 {
    padding-left: 40px;
    background-size: 30px;
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-36 {
    padding-left: 4%;
  }

  .text-block-6 {
    padding-left: 18px;
  }

  .icon-4 {
    margin-right: 26px;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
  }

  .dropdown-toggle.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown {
    right: 10%;
  }

  .div-block-40 {
    margin-left: 5px;
  }

  .right-arrow {
    width: 35px;
  }

  .div-block-40-copy {
    margin-right: 5px;
  }

  .news_toggle {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .news-list {
    display: none;
    margin-bottom: 20px;
    padding: 0%;
  }

  .news-title {
    width: 85%;
    max-width: 348px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    white-space: normal;
  }

  .date {
    margin-right: 0%;
    padding-right: 77px;
    font-size: 12px;
    line-height: 10px;
  }

  .icon-5 {
    margin-left: 2%;
    white-space: normal;
  }

  .downarrowpic {
    width: 30px;
    height: 30px;
    margin-top: 0px;
  }

  .down-arrow {
    width: 30px;
    height: 30px;
    margin-top: 20px;
  }

  .news-title-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
  }

  .div-block-41 {
    background-size: 25px;
  }

  .news-title-download {
    width: 80%;
  }

  .hk-e-legislation {
    width: 100%;
  }

  .hk-e-legislation-pic {
    padding-bottom: 38%;
  }

  .wbg {
    display: block;
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .button {
    max-width: 227px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .hkila {
    overflow: hidden;
    width: 100%;
  }

  .hkila-pic {
    padding-bottom: 38%;
  }

  .button-2 {
    max-width: 227px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 45px;
  }

  .bg-deco {
    top: 65%;
    width: 100%;
  }

  .paragraph-3-copy {
    margin-bottom: 10%;
    line-height: 20px;
    text-align: left;
  }

  .button-2-register {
    margin-top: 10px;
    padding-right: 28px;
    padding-left: 28px;
    background-position: 5% 50%;
    line-height: 20px;
    text-align: center;
  }

  .button-registered {
    margin-top: 10px;
    line-height: 20px;
  }

  .button-block._2 {
    padding-right: 10%;
  }

  .button-block._3 {
    padding-right: 10%;
  }

  .wbg-48 {
    height: 280px;
    margin-bottom: 20px;
  }

  .login-bg-pic {
    height: 490px;
  }

  .white-bg-30 {
    width: 95%;
    height: 430px;
  }

  .div-block-45 {
    display: block;
    margin-bottom: 10px;
  }

  .div-block-46 {
    display: block;
    margin-bottom: 10px;
  }

  .field-label {
    width: 100%;
    padding-left: 25px;
  }

  .field-label-2 {
    width: 100%;
    padding-left: 25px;
    line-height: 30px;
  }

  .text-field {
    width: 100%;
  }

  .text-field-2 {
    width: 100%;
  }

  .submit-button {
    background-position: 32% 50%;
  }

  .text-block-7 {
    margin-bottom: 30px;
    margin-left: 25px;
  }

  .link {
    text-decoration: none;
  }

  .faq_toggle {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .faqnumber {
    padding-left: 0px;
    background-position: 100% 100%;
    background-size: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .faq-title {
    width: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
  }

  .faq-list {
    padding-right: 5%;
  }

  .faqnumber-copy {
    padding-left: 0px;
    background-position: 100% 100%;
    background-size: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .download-block {
    width: 100%;
  }

  .subheading-dl {
    margin-bottom: 5%;
  }

  .subheading-dl.meeting {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 100% 50%;
    background-size: auto 50px;
    font-size: 18px;
  }

  .subheading-dl.ordinance {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 100% 50%;
    background-size: auto 50px;
    font-size: 18px;
  }

  .subheading-dl.guidelines {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: auto 50px;
    font-size: 18px;
  }

  .subheading-dl.forms {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: auto 45px;
    font-size: 18px;
  }

  .list-item-2 {
    padding: 2px;
  }

  .bg-deco-useful-links {
    top: 65%;
    width: 100%;
  }

  .go-button {
    width: 100%;
    height: auto;
    padding-right: 32px;
  }

  .link-block {
    width: 100.000087%;
  }

  .link-block-3 {
    width: 100%;
  }

  .white-bg-contact {
    width: 100%;
  }

  .field-label-3.email {
    margin-top: 10px;
  }

  .field-label-3.reportdate {
    margin-top: 25px;
    background-position: 0% 50%;
  }

  .field-label-3.email-copy {
    margin-top: 10px;
  }

  .div-block-52 {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .submit-button-2 {
    margin-top: 40px;
  }

  .text-field-3 {
    width: 100%;
  }

  .text-field-3.message {
    width: 99%;
  }

  .text-field-3.name {
    width: 100%;
  }

  .text-field-3.phone {
    width: 100%;
  }

  .text-field-3._1st-name {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .text-field-3.lastname {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .heading-4 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
  }

  .arrowpic {
    margin-right: 2px;
  }

  .reg-title {
    width: 100%;
  }

  .reg-pic-1 {
    overflow: auto;
    width: 530px;
    padding-bottom: 530px;
    background-size: cover;
  }

  .reg-pic-2 {
    overflow: auto;
    width: 530px;
    padding-bottom: 654px;
    background-size: cover;
  }

  ._1180-alignleft {
    padding-right: 5%;
    padding-left: 5%;
  }

  .sub-heading-green {
    font-size: 18px;
  }

  .black-no-box {
    margin-bottom: 3px;
  }

  .architect-pt {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-6 {
    line-height: 20px;
  }

  .use-list {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-7 {
    line-height: 20px;
  }

  .complaint-stage-pic {
    width: 600px;
    padding-bottom: 600px;
  }

  .paragraph-8 {
    margin-top: 12px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 4%;
    line-height: 20px;
    text-align: left;
  }

  .form70 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form70-copy {
    width: 100%;
  }

  .text-field-4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .div-block-62-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-5 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .select-field {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .complaint-form-bg-pic {
    margin-top: -545px;
  }

  .brand-2 {
    margin-left: 10px;
  }

  .icon-6 {
    font-size: 27px;
  }

  .menu-button-2 {
    height: 60px;
  }

  .image {
    height: 58px;
  }

  .container-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-4-copy {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .brand-4 {
    margin-left: 0px;
  }

  .menu-button-4 {
    height: 60px;
  }

  .icon-6-copy {
    font-size: 27px;
  }

  .reg-pic-1b {
    overflow: auto;
    width: 530px;
    padding-bottom: 530px;
    background-size: cover;
  }

  .reg-pic-1c {
    overflow: auto;
    background-size: cover;
  }

  .div-block-69 {
    width: 100%;
  }

  .div-block-52-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-52-copy {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .useful-link-block {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .popup-content {
    width: 100%;
  }

  .button-3 {
    font-size: 13px;
    line-height: 30px;
  }

  .paragraph-9 {
    font-size: 13px;
    line-height: 23px;
  }

  .homepic2 {
    padding-bottom: 145%;
  }

  .homepic3 {
    padding-bottom: 145%;
  }

  .text-block-9 {
    line-height: 20px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .list-item-3 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .f-pw-bg {
    height: 490px;
  }

  ._1180-white-bg {
    width: 95%;
  }

  .f-pw-field {
    width: 100%;
  }

  .form-submit-button {
    background-position: 32% 50%;
  }

  .f-pw-field-label {
    width: 100%;
    line-height: 45px;
  }

  .heading-green-copy {
    font-size: 25px;
  }

  .reg-form-w-bg {
    width: 95%;
    margin-top: -250px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .reg-form-w-bg.completed {
    margin-top: -461px;
  }

  .reg-bg {
    height: 490px;
  }

  .form-title {
    font-size: 23px;
  }

  .form-sect-head {
    font-size: 16px;
  }

  .radio-button-label {
    line-height: 25px;
  }

  ._100w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._100w.fm-btn-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .radio-button-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
  }

  .radio-button-field.b1 {
    width: 100%;
  }

  .radio-button-field.e {
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reg-form-field {
    width: 100%;
    line-height: 25px;
  }

  .reg-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .reg-field.e {
    width: 100%;
  }

  ._45w {
    width: 100%;
  }

  ._100w-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._100w-even.c2 {
    padding-top: 0px;
  }

  .form-text {
    padding-top: 0px;
    font-size: 14px;
  }

  .attach-box {
    margin-bottom: 10px;
  }

  ._100w-blk {
    padding-top: 30px;
  }

  ._100w-blk.photo {
    padding-top: 20px;
  }

  .greenbar._04 {
    padding-right: 40px;
  }

  .greenbar-text {
    font-size: 12px;
  }

  .attach-box-text {
    font-size: 14px;
    line-height: 20px;
  }

  .form-next-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .profile-button-text {
    font-size: 16px;
  }

  .form---heading-green {
    font-size: 25px;
  }

  .radio-button {
    margin-right: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .form-add-button {
    margin-bottom: 30px;
  }

  .add-button-text {
    font-size: 16px;
    line-height: 26px;
  }

  ._45w-hor {
    width: 100%;
  }

  .reg-form-field-no {
    line-height: 25px;
  }

  .radio-button-label-2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .declar-blk {
    padding-left: 0px;
  }

  ._100w-hor {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment-text {
    width: 100%;
    padding-bottom: 0px;
  }

  .div-block-76 {
    width: 100%;
    padding-top: 10px;
  }

  ._100w-center-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-save-button {
    width: 48%;
    margin: 30px 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .up-receipt-button {
    margin-bottom: 30px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pic-box {
    margin-bottom: 10px;
  }

  ._50w {
    width: 100%;
  }

  .form-text-center {
    padding-top: 0px;
    font-size: 14px;
  }

  .form-title-with-dots {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 23px;
  }

  .reg-bg-copy {
    height: 595px;
    margin-top: 60px;
  }

  .member-green-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-subj {
    width: 100%;
    line-height: 25px;
  }

  .profile-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .profile-w-bg {
    width: 95%;
    margin-top: -310px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .prof-bg {
    height: 490px;
    padding-top: 60px;
  }

  .profile-button {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .memb-btn-head {
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: auto 18px;
    font-size: 14px;
    line-height: 15px;
  }

  .memb-btn-head.renewal {
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: auto 18px;
    font-size: 14px;
  }

  .memb-btn-head.history {
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: auto 18px;
    font-size: 14px;
    line-height: 15px;
  }

  .memb-btn-head.dowload {
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: auto 18px;
    font-size: 14px;
  }

  .memb-btn-head.profile {
    padding-top: 20px;
    padding-left: 0px;
    background-image: url('../images/profile-icon-1.svg');
    background-position: 50% 0%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    font-size: 14px;
  }

  .memb-btn-head.renewal-wt {
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: auto 18px;
    font-size: 14px;
  }

  .memb-btn-head.profile-w {
    font-size: 14px;
    line-height: 15px;
  }

  .memb-btn-head.history-wt {
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: auto 18px;
    font-size: 14px;
  }

  .memb-btn-head.dowload-wt {
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
    background-size: auto 18px;
    font-size: 14px;
  }

  .member-btn {
    width: 24%;
  }

  .member-btn.profile {
    width: 24%;
  }

  .memb-btn-blk {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .renewal-apply-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: none;
  }

  .history-subj {
    line-height: 25px;
  }

  .history-col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .history-col-2 {
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history-col-3 {
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .history-col-4 {
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .history-col-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .renewal-subj {
    width: 100%;
    line-height: 25px;
  }

  .history-100w-even {
    overflow: auto;
    width: auto;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .memb-down-head {
    font-size: 18px;
    line-height: 20px;
  }

  .reg-form-btn-text {
    font-size: 16px;
  }

  ._30w {
    width: 100%;
  }

  .reg-list-contant-blk {
    padding-bottom: 40px;
  }

  .list-col {
    width: 243px;
  }

  .list-text-block {
    overflow: auto;
    max-height: 40px;
  }

  .list-text-block-wt {
    overflow: auto;
    max-height: 40px;
  }

  .reg-list-table {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-14 {
    line-height: 20px;
  }

  ._100w-hor-copy {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._100w-hor-copy {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._100w-hor-copy {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-100w {
    width: 100%;
  }

  .list-no {
    width: 24px;
    font-size: 15px;
    line-height: 20px;
  }

  .save-head {
    font-size: 16px;
  }

  .radio-button-b1 {
    margin-right: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .submit-btn {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .login-btn-text {
    font-size: 16px;
  }

  .blackarrow {
    max-width: 5%;
  }

  .button-4 {
    font-size: 11px;
    line-height: 17px;
  }

  .button-4.current {
    line-height: 17px;
  }

  .nextarrow {
    max-width: 5%;
  }

  .checkbox-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .checkbox-3 {
    margin-top: 4px;
    margin-left: -12px;
  }
}

