@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../vendor/fonts/NotoSansTC-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: 400;
  src: url("../vendor/fonts/times new roman italic.ttf") format("TrueType");
}
@font-face {
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 700;
  src: url("../vendor/fonts/times new roman bold.ttf") format("TrueType");
}
@font-face {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: 700;
  src: url("../vendor/fonts/times new roman bold italic.ttf") format("TrueType");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src: url("../vendor/fonts/Helvetica-Bold.ttf") format("TrueType");
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #4b4f54;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  padding-top: 149px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 54px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  transition: color 300ms;
}

a:focus {
  outline: none;
}

img {
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1480px;
  }
}

#onetrust-banner-sdk, .trustcookie-bottom, .trustcookie-bottom-only-gt {
  bottom: 0;
  top: auto !important;
}

.header {
  background: #003595;
}

.navbar {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1699px) {
  .navbar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.navbar__wrap {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.navbar__logo {
  display: block;
  width: 144px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .navbar__logo {
    width: 100px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 70px;
  }
}
.navbar__logo img {
  display: block;
}
@media (max-width: 1199px) {
  .navbar__head {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: #ffffff;
}
.fixed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
}

/*# sourceMappingURL=alcon.css.map */
