@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/bootstrap-reboot.min.css");
@import url("scss/plugins/animate.css");
@import url("scss/plugins/aos.css");
.green {
  color: #8cc63f;
}

.green-bg {
  background-color: #8cc63f;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.blue {
  color: #2d76bb;
}

.blue-bg {
  background-color: #2d76bb;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.epilogue {
  font-family: 'Epilogue','Noto Sans TC', sans-serif;
}

.fw_500 {
  font-weight: 500;
}

.fw_300 {
  font-weight: 300;
}

.fw_bold {
  font-weight: bold;
}

.fs_95 {
  font-size: 95px;
}

.fs_45 {
  font-size: 45px;
}

.fs_40 {
  font-size: 40px;
}

.fs_35 {
  font-size: 35px;
}

.fs_32 {
  font-size: 32px;
}

.fs_30 {
  font-size: 30px;
}

.fs_24 {
  font-size: 24px;
}

.fs_22 {
  font-size: 22px;
}

.fs_20 {
  font-size: 20px;
}

.fs_18 {
  font-size: 18px;
}

.fs_16 {
  font-size: 16px;
}

.fs_15 {
  font-size: 15px;
}

.fs_12 {
  font-size: 12px;
}

@media (max-width: 576px) {
  .fs_22 {
    font-size: 18px;
  }
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, ul li {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p, label {
  margin-bottom: 0;
}

ul.noneStyle {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.noneList {
  padding: 0;
  list-style: none;
}

ul.noneStyle > li {
  list-style: none;
}

select {
  outline: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::-o-placeholder,
::-ms-placeholder,
::-ms-input-placeholder {
  color: #747474;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:disabled {
  background: none;
}

table {
  border-spacing: 0;
}

.btn:active, .btn:focus, .btn:visited {
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

body {
  width: 100% !important;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans TC','微軟正黑',"Microsoft JhengHei","Arial",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  min-width: 320px;
  letter-spacing: 0.03em;
  /*overflow-x:hidden;*/
}

@media (max-width: 576px) {
  body {
    font-size: 13px;
  }
}

/* ==========================================================================
pages 共用樣式
==========================================================================*/
.main {
  width: 100% !important;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.hidden {
  display: none !important;
}

.wp {
  width: 100%;
  margin: 0;
  padding: 0;
}

.w1500 {
  max-width: 1540px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.jqimgFill {
  width: 100%;
  height: 100%;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

#header-landing {
  width: 100%;
  height: 70px;
  background: #fff;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-landing .logo {
  float: left;
  padding-left: 30px;
}

#header-landing .sociallink {
  float: right;
  padding: 0 15px;
}

#header-landing .sociallink a {
  display: block;
  width: 22px;
  float: left;
  margin: 0 17px;
}

#header-landing .sociallink a svg path, #header-landing .sociallink a svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

#header-landing .sociallink a.icon-fb:hover svg path, #header-landing .sociallink a.icon-fb:hover svg rect {
  fill: #1B80E4 !important;
}

#header-landing .sociallink a.icon-youtube:hover svg path, #header-landing .sociallink a.icon-youtube:hover svg rect {
  fill: #FF0000 !important;
}

@media (max-width: 768px) {
  #header-landing .logo {
    padding-left: 0;
  }
  #header-landing .sociallink {
    padding: 0;
  }
}

@media (max-width: 576px) {
  #header-landing {
    padding: 0 20px;
  }
  #header-landing .sociallink a {
    margin: 0 8px;
  }
  #header-landing .sociallink a:nth-last-of-type(1) {
    margin-right: 0;
  }
}

.landingpage {
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 550px;
  background: #eee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landingpage .station-logo {
  position: absolute;
  margin: auto;
  top: 170px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landingpage .zoom {
  width: 50%;
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.75s all ease-in-out;
  transition: 0.75s all ease-in-out;
}

.landingpage .zoom .bg-img {
  -webkit-transition: 0.7s background-size ease-in-out;
  transition: 0.7s background-size ease-in-out;
  background-size: cover !important;
}

.landingpage .zoom .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(3, 34, 61, 0.6);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landingpage .zoom .linking-box {
  width: 425px;
  min-height: 120px;
  position: absolute;
  z-index: 10;
  bottom: 100px;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.landingpage .zoom .linking-box a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 25px;
}

.landingpage .zoom .linking-box span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}

.landingpage .zoom .linking-box .text-area {
  padding-left: 10px;
  padding-right: 30px;
}

.landingpage .zoom .linking-box .text-area .en {
  line-height: 1.25em;
  padding-top: 5px;
}

.landingpage .zoom .linking-box .link-arrow {
  min-width: 50px;
  height: 38px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landingpage .zoom .linking-box .link-arrow img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.landingpage .zoom .linking-box .link-arrow:after {
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landingpage .zoom .linking-box:hover .link-arrow img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.landingpage .zoom .linking-box:hover .link-arrow:after {
  width: 52px;
  height: 52px;
}

.landingpage .zoom .linking-box.blue-bg {
  background-color: rgba(45, 118, 187, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landingpage .zoom .linking-box.blue-bg:hover {
  background-color: #245f96;
}

.landingpage .zoom .linking-box.green-bg {
  background-color: rgba(140, 198, 63, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.landingpage .zoom .linking-box.green-bg:hover {
  background-color: #67922e;
}

.landingpage .zoom:hover .mask {
  opacity: 0;
  visibility: hidden;
}

.landingpage .zoom.active {
  width: calc(100% - 405px);
}

.landingpage .zoom.shrink {
  width: 405px;
}

.landingpage .zoom.shrink .linking-box {
  opacity: 0;
}

.landingpage:hover .station-logo {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 2000px) {
  .landingpage .zoom .bg-img {
    background-size: auto auto !important;
  }
}

@media (max-height: 800px) {
  .landingpage .station-logo {
    top: 15%;
  }
}

@media (max-width: 1200px) {
  .landingpage .zoom .linking-box {
    width: 78%;
    max-width: 425px;
  }
  .landingpage .zoom .linking-box .text-area {
    padding-right: 10px;
  }
}

@media (max-width: 1025px) {
  .landingpage {
    min-height: 700px;
  }
}

@media (max-width: 1025px) and (max-height: 800px) {
  .landingpage .station-logo {
    top: 8%;
  }
}

@media (max-width: 1025px) {
  .landingpage .zoom .linking-box {
    height: auto;
    width: 280px;
  }
  .landingpage .zoom .linking-box a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .landingpage .zoom .linking-box span {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .landingpage .zoom .linking-box .icon-ing {
    width: 100%;
    text-align: center;
  }
  .landingpage .zoom .linking-box .text-area {
    width: 100%;
    text-align: center;
    padding: 15px 10px 0 10px;
  }
  .landingpage .zoom .linking-box .text-area .en {
    max-width: 200px;
    margin: 0 auto;
  }
  .landingpage .zoom .linking-box .link-arrow {
    margin-top: 15px;
  }
  .landingpage .zoom.active {
    width: calc(100% - 250px);
  }
  .landingpage .zoom.shrink {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .landingpage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 600px;
  }
  .landingpage .station-logo {
    max-width: 400px;
    width: 50%;
    max-height: 205px;
    height: auto;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .landingpage .station-logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .landingpage .zoom {
    width: 100%;
    height: 50%;
    min-height: 300px;
  }
  .landingpage .zoom .bg-img {
    background-size: cover !important;
  }
  .landingpage .zoom .linking-box {
    bottom: auto;
    max-height: 255px;
    width: 78%;
  }
  .landingpage .zoom .linking-box a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .landingpage .zoom .linking-box .text-area {
    text-align: left;
    padding: 0 10px;
  }
  .landingpage .zoom .linking-box .text-area .en {
    margin: 0;
  }
  .landingpage .zoom.diesel-station .linking-box {
    top: calc(50% - 80px);
  }
  .landingpage .zoom.diesel-eec .linking-box {
    bottom: calc(50% - 80px);
  }
  .landingpage .zoom.active {
    width: 100%;
  }
  .landingpage .zoom.shrink {
    width: 100%;
  }
  .landingpage .zoom.shrink .linking-box {
    bottom: 0;
  }
}

@media (max-width: 576px) {
  .landingpage {
    height: calc(100vh - 70px);
    min-height: 500px;
  }
  .landingpage .zoom {
    min-height: 250px;
  }
  .landingpage .zoom .linking-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }
  .landingpage .zoom .linking-box a {
    padding: 11px 15px;
  }
  .landingpage .zoom .linking-box .icon-img {
    width: 50px;
    min-width: 50px;
  }
  .landingpage .zoom .linking-box .icon-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .landingpage .zoom .linking-box .text-area {
    text-align: left;
  }
  .landingpage .zoom .linking-box .link-arrow {
    margin-top: 0;
    min-width: 40px;
  }
  .landingpage .zoom .linking-box .link-arrow img {
    width: 80%;
  }
  .landingpage .zoom .linking-box .link-arrow:after {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 370px) {
  .landingpage .zoom .linking-box .icon-img {
    width: 40px;
    min-width: 40px;
  }
  .landingpage .zoom .linking-box .link-arrow {
    margin-top: 0;
    min-width: 35px;
  }
  .landingpage .zoom .linking-box .link-arrow img {
    width: 80%;
  }
  .landingpage .zoom .linking-box .link-arrow:after {
    width: 28px;
    height: 28px;
  }
}
/*# sourceMappingURL=landing.css.map */