@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
/*-------------------------
共用
-------------------------*/
/*-- box-sizing --*/
div,
article,
section {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4f4f4f;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

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

a {
  text-decoration: none;
  color: #3197FA;
  font-weight: bold;
  text-decoration: underline;
}

/*-------------------------
H E A D E R
-------------------------*/
#header_block {
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: opacity 0.3s, transform 0.3s;
  visibility: visible;
  opacity: 1;
}
#header_block #header {
  /* height: 83px; */
  margin: 0 auto;
}
#header_block #header a {
  display: block;
}
#header_block #header a.logo_header {
  width: 201px;
  height: 42px;
  float: left;
  /* margin-top: 9px;
  margin-bottom: 9px; */
}
#header_block #header a.btn_menu {
  width: 24px;
  height: 29px;
  float: right;
  cursor: pointer;
}
#header_block #header a.logo_header img {
  width: 230px;
}
#header_block #header .header_catch {
  position: relative;
  width: 100%;
  height: 13px;
  background-image: linear-gradient(to right, #00b3fe, #039);
}
#header_block #header .header_catch img.header-goodcompany {
  position: absolute;
  top: 0;
  right: 0;
  height: 12px;
  width: auto;
}
#header_block #header .header-content {
  padding: 13px 20px 14px 20px;
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  align-items: center;
}
#header_block.active {
  transition: 0.3s;
}
#header_block.hide {
  transform: translate3d(0, -60px, 0);
  opacity: 0;
}

#menu_block {
  background: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: translate3d(100%, 0, 0);
  z-index: 1000;
}
#menu_block .menu_title {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 60px;
  padding-left: 20px;
  padding-bottom: 18px;
}
#menu_block .menu_title .btn_close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
}
#menu_block ul li a {
  display: block;
  color: #000;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
}
#menu_block ul li a:hover {
  color: #005bac;
}
#menu_block.active {
  display: block;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#menu_list {
  height: calc(100% - 100px);
  overflow: auto;
}
#menu_list ul li .menu_list_title {
  color: #000;
  font-weight: bold;
  padding: 20px 30px 0px 30px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
#menu_list ul li .menu_list_title a {
  color: #000;
  font-weight: bold;
  padding: 20px 0px 0px 20px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  display: initial;
  padding-left: 0;
}
#menu_list ul li .menu_list_title:after {
  content: "";
  position: absolute;
  background: url(../../../images/icon/arrow/slide_hover.svg);
  width: 44px;
  height: 44px;
  top: 75%;
  right: 8px;
  transform: translateY(-50%);
}
#menu_list ul li .goals {
  width: 13px;
  display: inline-block;
}
#menu_list ul li .menu_list_title.one_title:after {
  width: 0;
  height: 0;
}
#menu_list .menu_list_list {
  font-weight: bold;
  padding: 8px 20px;
  text-decoration: none;
  display: none;
}
#menu_list .menu_list.active .menu_list_list {
  display: block;
}
#menu_list .menu_list.active .menu_list_title:after {
  background: url(../../../images/icon/arrow/slide_up.svg);
}

#wallper {
  margin: 0 auto;
  padding-top: 80px;
}
#wallper #main {
  margin: 0 auto;
}
#wallper #main #container {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #wallper #menu_block {
    width: 100%;
    left: 0;
  }
  #header_block #header .header_catch {
    height: 9px;
  }
  #header_block #header .header_catch img.header-goodcompany {
    height: 9px;
  }
  #header_block #header .header-content {
    padding: 6px 20px 3px 15px;
  }
  #wallper #topBtn.active {
    transform: translate3d(-20px, -110px, 0);
  }
  #wallper #main #container {
    width: 100%;
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #wallper #main #container #insurancebtn_block .btn_standard {
    height: 60px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #wallper #main #container #insurancebtn_block.active {
    padding-bottom: 10px;
  }
  #header_block #header a.logo_header img {
    width: 190px;
  }
}
/* mask */
.off-canvas .off_canvas_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999;
  visibility: hidden;
  opacity: 1;
  background: url("../../../images/article/vehicle/peth/bg-mask.png");
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.off-canvas.on-canvas .off_canvas_mask {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  #wallper #menu_block {
    width: 320px;
    right: 0;
    border-left: #dddddd 1px solid;
  }
  #wallper #menu_block.active {
    transform: translateX(0);
  }
  #wallper #topBtn.active {
    transform: translate3d(-20px, -70px, 0);
  }
  #wallper #main #container {
    width: 100%;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #wallper #main #container #insurancebtn_block {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  #wallper #menu_block {
    width: 320px;
    right: 0;
    border-left: #dddddd 1px solid;
  }
  #wallper #menu_block.active {
    transform: translateX(0);
  }
  #wallper #topBtn.active {
    transform: translate3d(-20px, -70px, 0);
  }
  #wallper #main #container {
    width: 100%;
    min-height: 647px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #wallper #main #container #insurancebtn_block {
    padding-bottom: 10px;
  }
}
/*-------------------------
      F O O T E R
-------------------------*/
#footer_block {
  padding: 0;
}

#footer {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  clear: both;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  font-size: 0.875rem;
  background: #005bac;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0;
}
#footer .footerList {
  padding: 10px 0 5px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 850px) {
  #footer .footerList {
    padding: 10px;
  }
}
.footer_img img {
  width: 240px;
}

#footer .footerList li {
  display: inline-block;
  border-right: 2px solid #4594d8;
  padding: 0 10px;
  letter-spacing: -0.6px;
}
#footer .footerList li:last-of-type {
  border: 0;
}
#footer .copyright {
  padding: 5px 0 0;
}
#footer .copyright span {
  border-right: 2px solid #4594d8;
  padding: 0 10px;
}
#footer .copyright span:last-of-type {
  border: none;
}
#footer .commonFooter__friendly {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 0;
  margin-bottom: 10px;
}
#footer .commonFooter__friendly a {
  color: #fff;
  text-decoration: underline;
}
#footer a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}
#footer .footer_bottom {
  border-top: 1px solid #fff;
  background-image: linear-gradient(to right, #00b3fe, #039);
}
#footer .footer_bottom img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#footer .footer_bottom .footer_bottom_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../../../images/logo/bg-footer.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
#footer .footer_bottom .footer_bottom_inner .footer_head {
  padding-left: 40px;
}
#footer .footer_bottom .footer_bottom_inner .footer_body {
  padding: 19px 133px 18px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .footer_bottom .footer_bottom_inner .footer_body .footer_copy {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 3px 0;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 850px) {
  #footer .footerList li {
    display: block;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #4594d8;
    text-align: left;
  }
  #footer .footerList li:last-of-type {
    border: none;
  }
}
@media screen and (max-width: 850px) {
  #footer .copyright {
    text-align: left;
    line-height: 25px;
    padding: 10px 0 20px;
  }
  #footer .copyright span {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  #footer .commonFooter__friendly {
    justify-content: flex-start;
    margin: 0 20px 10px 20px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_bottom {
    position: relative;
  }
  #footer .footer_bottom .footer_bottom_inner {
    justify-content: flex-end;
    padding: 7px 14px 20px;
    background-size: 72px;
  }
  #footer .footer_bottom .footer_bottom_inner .footer_head {
    position: absolute;
    top: 6px;
    left: 15px;
    padding: 0;
  }
  #footer .footer_bottom .footer_bottom_inner .footer_head .footer_logo > img {
    width: 137px;
  }
  #footer .footer_bottom .footer_bottom_inner .footer_body {
    padding: 0;
  }
  #footer .footer_bottom .footer_bottom_inner .footer_body .footer_img {
    margin-bottom: 2px;
  }
  #footer .footer_bottom .footer_bottom_inner .footer_body .footer_img img {
    width: 140px;
  }
  #footer .copyright span {
    border: none;
  }
}
/*-------------------------
     GO BACK UP BUTTON
-------------------------*/
#topBtn {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0px;
  bottom: 20px;
  z-index: 998;
  transition: opacity 0.5s, transform 0.5s;
  transform: translate3d(-20px, 190px, 0);
}
#topBtn img {
  border-radius: 15px;
}
#topBtn.bottom {
  transform: translate3d(-20px, 0, 0);
}/*# sourceMappingURL=header-footer.css.map */