@charset "UTF-8";

/*-- box-sizing --*/
/* line 3, ../sass/_guide.scss */
div,
article,
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3, ../sass/_element.scss */
#topBtn {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0px;
  bottom: 20px;
  z-index: 998;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(-20px, 190px, 0);
  -moz-transform: translate3d(-20px, 190px, 0);
  -ms-transform: translate3d(-20px, 190px, 0);
  -o-transform: translate3d(-20px, 190px, 0);
  transform: translate3d(-20px, 190px, 0);
}
#topBtn img {
  border-radius: 15px;
  }
/* line 19, ../sass/_element.scss */
#topBtn.bottom {
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
/* line 29, ../sass/_element.scss */
.font_bold {
  font-weight: bold;
}

/* line 34, ../sass/_element.scss */
.btn_standard {
  background-color: #EE5B6E;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
}

.endOfLine {
  color: #EE5B6E;
}

/* line 46, ../sass/_element.scss */
.btn_standard span {
  display: block;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

/* line 52, ../sass/_element.scss */
.btn_standard span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/btn/white.svg);
  background-size: 10px;
  background-position: top left;
  margin-left: 5px;
}

/* line 64, ../sass/_element.scss */
.btn_standard:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

/* line 5, ../sass/layout.scss */
html,
body {
  margin: 0;
  padding: 0;
  font-family: 微軟正黑體, Helvetica, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4f4f4f;
}

/* line 19, ../sass/layout.scss */
img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* line 25, ../sass/layout.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 28, ../sass/layout.scss */
ul li {
  margin: 0;
  padding: 0;
}

/* line 35, ../sass/layout.scss */
a {
  text-decoration: none;
  color: #3197FA;
  font-weight: bold;
  text-decoration: underline;
}

/* line 44, ../sass/layout.scss */
.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/bg-mask.png");
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* line 61, ../sass/layout.scss */
.off-canvas.on-canvas .off_canvas_mask {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}

/* line 74, ../sass/layout.scss */
#header_block {
  border-bottom: 1px solid #ddd;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  visibility: visible;
  opacity: 1;
}

/* line 88, ../sass/layout.scss */
#header_block #header {
  /* height: 83px; */
  margin: 0 auto;
}

/* line 91, ../sass/layout.scss */
#header_block #header a {
  display: block;
}

/* line 94, ../sass/layout.scss */
#header_block #header a.logo_header {
  width: 201px;
  height: 42px;
  float: left;
  /* margin-top: 9px;
  margin-bottom: 9px; */
}

/* line 101, ../sass/layout.scss */
#header_block #header a.btn_menu {
  width: 24px;
  height: 29px;
  float: right;
  cursor: pointer;
}

/* line 101, ../sass/layout.scss */
#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;
}

/* line 108, ../sass/layout.scss */
#header_block.active {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 115, ../sass/layout.scss */
#header_block.hide {
  -webkit-transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  opacity: 0;
}

/* line 126, ../sass/layout.scss */
#menu_block {
  background: #ffffff;
  position: fixed;
  top: 0;
  height: 100vh;
  opacity: 0;
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100% 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 1000;
}

/* line 142, ../sass/layout.scss */
#menu_block .menu_title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 50px;
  padding-left: 20px;
  padding-bottom: 30px;
}

/* line 149, ../sass/layout.scss */
#menu_block .menu_title .btn_close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* line 158, ../sass/layout.scss */
/* #menu_block ul {
  overflow-y: scroll;
} */

/* line 161, ../sass/layout.scss */
#menu_block ul li a {
  display: block;
  color: #000;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
}

/* line 167, ../sass/layout.scss */
#menu_block ul li a:hover {
  color: #005BAC;
}

/* line 173, ../sass/layout.scss */
#menu_block.active {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* line 229, ../sass/layout.scss */
#insurancebtn_block {
  position: relative;
  background: #ffffff;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  z-index: 2;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 240, ../sass/layout.scss */
#insurancebtn_block div {
  margin: auto;
}

/* line 245, ../sass/layout.scss */
#insurancebtn_block .btn_one .btn_standard {
  width: 100%;
}

/* line 251, ../sass/layout.scss */
#insurancebtn_block .btn_two .btn_standard {
  float: left;
  width: calc(50% - 5px);
}

/* line 254, ../sass/layout.scss */
#insurancebtn_block .btn_two .btn_standard:first-child {
  margin-left: 0px;
  margin-right: 5px;
}

/* line 258, ../sass/layout.scss */
#insurancebtn_block .btn_two .btn_standard:last-child {
  margin-left: 5px;
  margin-right: 0px;
}

/* line 265, ../sass/layout.scss */
#insurancebtn_block.active {
  position: fixed;
  bottom: 0;
  border-top: #005BAC 3px solid;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 275, ../sass/layout.scss */
#insurancebtn_block.bottom {
  position: relative;
  border-top: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translate3d(0%, 0px, 0);
  -moz-transform: translate3d(0%, 0px, 0);
  -ms-transform: translate3d(0%, 0px, 0);
  -o-transform: translate3d(0%, 0px, 0);
  transform: translate3d(0%, 0px, 0);
}

/* line 288, ../sass/layout.scss */
#wallper {
  margin: 0 auto;
  padding-top: 80px;
}

/* line 292, ../sass/layout.scss */
#wallper #main {
  margin: 0 auto;
}

/* line 294, ../sass/layout.scss */
#wallper #main #container {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  /* line 303, ../sass/layout.scss */
  #wallper #menu_block {
    width: 100%;
    left: 0;
  }

  #header_block #header .header_catch,#header_block #header .header_catch img.header-goodcompany {
    height: 9px;
  }


  #header_block #header .header-content {
    padding: 6px 20px 3px 15px;
  }

  /* line 308, ../sass/layout.scss */
  #wallper #topBtn.active {
    -webkit-transform: translate3d(-20px, -110px, 0);
    -moz-transform: translate3d(-20px, -110px, 0);
    -ms-transform: translate3d(-20px, -110px, 0);
    -o-transform: translate3d(-20px, -110px, 0);
    transform: translate3d(-20px, -110px, 0);
  }

  /* line 317, ../sass/layout.scss */
  #wallper #main #container {
    width: 100%;
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 323, ../sass/layout.scss */
  #wallper #main #container #insurancebtn_block .btn_standard {
    height: 60px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  /* line 328, ../sass/layout.scss */
  #wallper #main #container #insurancebtn_block.active {
    padding-bottom: 40px;
  }

  #header_block #header a.logo_header img{
    width: 190px;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  /* line 371, ../sass/layout.scss */
  #wallper #menu_block {
    width: 320px;
    right: 0;
    border-left: #dddddd 1px solid;
  }

  /* line 375, ../sass/layout.scss */
  #wallper #menu_block.active {
    transform: translateX(0);
  }

  /* line 380, ../sass/layout.scss */
  #wallper #topBtn.active {
    -webkit-transform: translate3d(-20px, -70px, 0);
    -moz-transform: translate3d(-20px, -70px, 0);
    -ms-transform: translate3d(-20px, -70px, 0);
    -o-transform: translate3d(-20px, -70px, 0);
    transform: translate3d(-20px, -70px, 0);
  }

  /* line 389, ../sass/layout.scss */
  #wallper #main #container {
    width: 100%;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* line 394, ../sass/layout.scss */
  #wallper #main #container #insurancebtn_block {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 434, ../sass/layout.scss */
  #wallper #menu_block {
    width: 320px;
    right: 0;
    border-left: #dddddd 1px solid;
  }

  /* line 438, ../sass/layout.scss */
  #wallper #menu_block.active {
    transform: translateX(0);
  }

  /* line 443, ../sass/layout.scss */
  #wallper #topBtn.active {
    -webkit-transform: translate3d(-20px, -70px, 0);
    -moz-transform: translate3d(-20px, -70px, 0);
    -ms-transform: translate3d(-20px, -70px, 0);
    -o-transform: translate3d(-20px, -70px, 0);
    transform: translate3d(-20px, -70px, 0);
  }

  /* line 452, ../sass/layout.scss */
  #wallper #main #container {
    width: 100%;
    min-height: 647px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* line 457, ../sass/layout.scss */
  #wallper #main #container #insurancebtn_block {
    padding-bottom: 10px;
  }
}

/*-------------------------
      F O O T E R
-------------------------*/
#footer_block{
  padding: 0;
}

 #footer {
  clear: both;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  background: #005bac;
  font-weight: 300;
  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: -.6px;
}
 #footer .footerList li:last-of-type {
  border: 0;
}
@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;
 }
}

 #footer .copyright {
  padding: 5px 0 10px;
}
 #footer .copyright span {
  border-right: 2px solid #4594d8;
  padding: 0 10px;
}
 #footer .copyright span: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;
 }
}

 #footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

 #footer .footer_bottom {
  border-top: 1px solid white;
  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.73rem;
  font-weight: 400;
  padding: 3px 0;
  letter-spacing: .2px;
}
@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;
 }
}

#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");
}
