@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');
:target {
  padding-top: 20px;
  margin-top: -20px
}
:root {
  --bs-main: #008f3a; /**/
  --bs-main-text: #231815; /**/
  --bs-main-title: #81ab40; /**/
  --bs-title: #34A9B4; /**/
  --bs-main-span: #FF7880;
  --bs-border: #F0CAA8;
  --bs-blue: #34a9b4; /**/
  --bs-dark-green: #006934; /**/
  --bs-pink: #f05743; /**/
  --bs-black: #454545;
  --bs-gray: #808080;
  --bs-gray-span: #ACACAD;
  --bs-table-bg: #7FCEDD /**/
}
body {
  box-sizing: content-box;
  position: relative;
  background-color: #fbfbc3;
  font-family: "Noto Sans TC", sans-serif, "Helvetica","Arial","微軟正黑體" !important;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  z-index: -9;
}
a {
  text-decoration: none !important
}
a:hover {
  transform: scale(1.02);
  opacity: 0.9;
}
a:visited {
  text-decoration: none !important
}
a:active {
  text-decoration: none !important
}
a:hover {
  text-decoration: none !important;
}
.button {
  margin: 0 auto;
}
.button a:active {
  opacity: 0.75
}
.btn_ins:hover {
  filter: contrast(1);
  transform: scale(1.02);
  transition-duration: .4s;
}
.product img:hover {
  filter: contrast(2);
  filter: drop-shadow(0 2px 2px var(--bs-gray-span));
  transform: scale(1.05);
  transition-duration: .4s;
}

/* ----------------------------- 文字屬性 ----------------------------- */
p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 2.4vw;
  line-height: 1.5;
}
h2 {
  font-size: 5.4vw;
  margin-bottom: 0;
}
h3 {
  font-size: 4vw;
  line-height: 1.2;
  letter-spacing: 0.1vw;
  margin-bottom: 0;
}
h4 {
  font-size: 3vw;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
}
h5 {
  font-size: 2.7vw;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}
ul, li {
  line-height: 1.8;
}
span {
  font-size: 2.1vw;
  font-weight: 500;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
.span {
  font-size: 2.1vw;
  color: var(--bs-pink);
}

/* ----------------------------- navbar物件 ----------------------------- */
#navbar {
  box-shadow: 0 -1.5px 6px black;
}
.navbar-nav {
  margin-top: 5vw;
}
.navbar-nav a {
  margin-top: 1.5vw;
}
.nav-item {
  height: 8vw;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem
}
.navbar-toggler-icon {
  font-size: 1rem;
}

.header {
  position: relative;
  z-index: -1;
  background: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
  height: 114vw;
  background-image:url(./img/bg_kv_mb.jpg)
}

.kv_title {
  position: absolute;
  z-index: 2;
  width: 98%;
  left: -2vw;
  top: 48vw;
}
.coin {
  position: absolute;
  width: 10vw;
  top: -2vw;
  right: 35%;
}
.headline {
  display: block;
  width: 55vw;
  max-width: 100%;
  margin: auto;
}
.headTitle {
  display: block;
  width: 55vw;
  max-width: 100%;
  margin: 2vw auto;
}
.heading {
  color: var(--bs-pink);
  font-size: 2.67vw;
  letter-spacing: 0.5;
  margin: auto;
}
.headDate {
  font-size: 4.2vw;
  color: var(--bs-main-title);
}
.bg-title {
  z-index: -1;
  top: -25vw;
  left: 2.5vw;
  pointer-events: none;
  position: absolute;
}

.sec-1 , .sec-2 , .sec-3 , .sec-4 {
  position: relative;
  z-index: -1;
}
.sec-1 {
  margin-top: -5vw;
  padding-top: 15vw;
  padding-bottom: 10vw;
}
.sec-2 {
  background-image: url(./img/bg_2_mb.png);
  background-color: #fef7f2;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.sec-3 {
  background-color: #fff;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.sec-4 {
  background-image: url(./img/bg_2_mb.png);
  background-color: #fef7f2;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 10vw;
}


.titleLine h2 {
  font-weight: 700;
  text-align: center;
}
.titleLine{
  width: 100%;
  margin: auto;
  position: relative;
  line-height: 3;
}
.sec-1hr {
  border: var(--bs-main-text) 1px dashed;
  width: 80%;
  margin: 2vw auto;
  opacity: 1;
}

/* 立即查看按鈕 */
.over {
  position: relative;
  background-color: #34A9B4;
  margin-top: 2.5vw;
}
.over p {
  line-height: 2.5;
  font-weight: 700;
  letter-spacing: 0.25vw;
  color: #fff;
  margin-bottom: 0;
}
.over:hover, .over:active {
  background-color: #8566CD;
  box-shadow: 2px 2px 4px #483573;
  transition: .4s;
}

/* 立即試算按鈕動畫 */
.product a:active {
  transform: scale(1);
  filter: var(--bs-main);
  transition-duration: .15s;
}
.frame {
  background-color: #fff;
  position: relative;
}
.award {
  margin: 3vw 0;
  box-shadow: .5vw .5vw .8vw var(--bs-gray);
}
.award ul {
  content: "";
  list-style-image: url(./img/listStyle.png);
  margin-bottom: .25rem;
  margin-left: -.25rem;
}
.award p {
  font-size: 3.24vw;
}
.award h3 {
  font-size: 5.64vw;
  margin-bottom: .5rem;
}
.awardTitle {
  color: #fff;
  background-color: var(--bs-main-title);
  border-radius: 2.4vw;
  padding: 1vw 2.4vw;
  font-weight: 700;
}
.award-1 {
  position: static;
  margin: 2vw auto 4vw;
  width: 56vw;
}
.award-2 {
  position: static;
  margin: 4vw auto 4vw;
  width: 62vw;
}

/* 線上投保商品 */
.product {
  position: relative;
  text-align: center;
  margin: 5vw 0;
}
.product_img {
  width: 54vw;
  margin: auto;
}
.product {
  font-size: 2.8vw;
}
.product h2 {
  font-size: 7.4vw;
  color: var(--bs-title);
}
.product ul {
  font-weight: 600;
  list-style: none;
  list-style-image: url(./img/point.png);
  margin-left: -.5rem !important;
}
/* 花朵項目符號 */
.product ul li::before{
  content: "";
  color: var(--bs-border);
  width: .25rem;
  margin-left: .25rem;
}
.productIns {
  width: 210px;
  margin: 4vw auto 0;
}
.sec-3hr {
  border: var(--bs-border) 1px dashed;
  width: 80%;
  margin: 2vw auto;
  opacity: 1;
}

.sec-4 .titleLine h2 {
  color: #fff;
}
.sec-4 .titleLine {
  background-color: #98C93C;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}

.indent {
  padding-left: 44px !important
}
.remark {
  text-align: justify;
}
.roundBottom {
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
}
.draw {
  width: 100%;
  margin-top: 3vw;
  margin-bottom: 1vw;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}
.draw p {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.draw th p {
  color: #fff;
}
.draw table, .draw tr, .draw td {
  border:1.5px solid var(--bs-table-bg);
  vertical-align: middle;;
}
.indent {
  padding-left: 5px
}
.text_content {
  text-indent: -2.8vw
}

/* 立即查看按鈕動畫 */
.OverMouse {
  position: absolute;
  left: 57%;
  top: 20.5%;
  width: 5.2%;
}
.over:hover .OverMouse {
  transform: scale(1.2);
  transition-duration: 0.6s;
  left: 56%;
}

/* 立即投保/TOP按鈕 */
a.insured:hover {
  transform: scale(1.08)
}
a.insured:active {
  opacity: 0.8
}
a.back-to-top:hover {
  transform: scale(1.08);
}
a.back-to-top:active {
  opacity: 0.8
}
a.insured {
  z-index: 9;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 3vw;
  bottom: 22vw;
  width: 18vw;
  height: 18vw;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.3))
}
a.back-to-top {
  position: fixed;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 7vw;
  bottom: 10vw;
  width: 10vw;
  height: 10vw;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.3))
}

/* 頁尾 */
.footer {
  margin-top: 5vw;
  color: #34a9b4;
}
.footer_content {
  width: 100%;
  font-size: 0.7375rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
}
.footer_content ul {
  margin: 0;
  padding: 0;
}
.footer_content li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.footer_content li a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.footer_content li a:after {
  content: "";
  background-color: #094;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  transition: .3s;
}
.footer_content li a:hover:after {
  width: 100%;
  left: 0;
}
.footer_content li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.footer_content a:hover {
  color: #000;
}
.footer_copyright {
  color: #000;
  font-size: 0.675rem;
  text-align: center;
  padding: 20px 0
}
.footer_content br, .footer_copyright br {
  display: none;
}

/* ------------------------------------------------- 479 UP ------------------------------------------------- */

@media ( min-width : 479px ){
  .container {
    max-width: 690px;
  }
  .side-collapse-container-left {
    position: relative;
    left: 0;
    transform: left .4s
  }
  .side-collapse-container-left.out {
    left: 50%
  }
  .side-collapse-left {
    top:58px;
    bottom: 0;
    left:0;
    width: 50%;
    opacity: 0.98;
    position: fixed;
    overflow: hidden;
    transform: .4s;
  }
  .side-collapse-left.in {
    width: 0;
  }
  .productIns {
    width: 230px;
  }
  a.insured {
    right: 4vw;
    bottom: 18vw;
    width: 15vw;
    height: 15vw
  }
  a.back-to-top {
    right: 7.8vw;
    bottom: 9vw;
    width: 7vw;
    height: 7vw
  }
}
/* ------------------------------------------------- 768 UP ------------------------------------------------- */
@media ( min-width : 768px ){
  .container {
    max-width: 690px;
  }
  p {
    font-size: 1.1rem
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.24rem;
  }
  .span {
    font-size: 0.94rem !important;
  }
  span {
    font-size: 1rem;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
  .navbar-nav {
    margin-top: auto
  }
  .navbar-nav a {
    margin-top: auto;
  }
  .nav-item {
    height: auto;
  }
  .navbar-nav p {
    font-size: 12pt;
  }
  .navbar-expand-md .navbar-collapse {
    flex-direction: row-reverse;
  }

  .header {
    height: 720px;
  }
  header.header {
    background-image: url(./img/bg_kv_pc.jpg) !important;
  }
  .kv_title {
    top: 300px;
    width: 100%;
    left: 0;
  }
  .heading {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    margin: auto;
  }
  .headline {
    width: 420px;
  }
  .headTitle {
    width: 420px;
    margin: 12px auto;
  }
  .coin {
    width: 90px;
    top: -55px;
    right: 38%;
  }
  .bg-title {
    position: relative;
    width: 700px;
    top: -455px;
    left: 5px;
  }
  .headDate {
    font-size: 1.7rem;
  }
  .flowerY {
    position: absolute;
    width: 140px;
    bottom: -80px;
    left: -120px;
  }
  .flowerR {
    position: absolute;
    width: 150px;
    top: -60px;
    right: -60px;
  }

  .sec-1 {
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 40px;
    z-index: -2;
  }
  .sec-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec-4 {
    padding-bottom: 50px;
  }
  .sec-4 .titleLine {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;  
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .roundBottom {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
  }

  .sec-1hr {
    margin: 15px auto
  }
  .sec-3hr {
    width: 440px;
    margin: 5px 0 5px auto;
  }
  .award {
    margin: 20px 0;
  }
  .awardTitle {
    margin-bottom: 10px;
    padding: 8px 16px;
    border-radius: 10px;
  }
  .award h3 {
    font-size: 1.9rem;
  }
  .award p {
    font-size: 1rem;
  }
  .award-1 {
    position: absolute;
    margin: auto;
    width: 260px;
    right: 20px;
    top: 80px;
  }
  .award-2 {
    position: absolute;
    margin: 0;
    width: 235px;
    right: 25px;
    top: 40px;
  }

  .product {
    font-size: 1rem;
  }
  .product_img {
    width: 220px; 
  }
  .product h2 {
    font-size: 3rem;
    text-align: start;
  }
  .product ul {
    text-indent: -.3rem;
    margin-left: -.5rem !important;
  }
  .productIns {
    position: absolute;
    width: 180px;
    margin: 25px auto 0;
    top: 0;
    right: 0;
  }

  .remark p {
    font-size: 1.1rem;
    margin: 10px 0;
  }
  .text_content {
    text-indent: -1.25rem;
  }
  .draw {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .over {
    margin: 15px 0;
    border-radius: 5px;
  }
  .over p{
    font-size: 1.2rem;
    line-height: 2.1;
  }

  a.insured {
    right: 40px;
    bottom: 120px;
    width: 130px;
    height: 130px
  }
  a.back-to-top {
    right: 75px;
    bottom: 40px;
    width: 60px;
    height: 60px
  }

  .footer {
    margin-top: 50px;
  }
  .footer_copyright {
    font-size: 0.875rem;
    padding: 15px 0  !important
  }
  .footer_content {
    font-size: 0.9375rem;
  }
}
/* ------------------------------------------------- 991 UP ------------------------------------------------- */
@media ( min-width : 991px ){
  .container {
    max-width: 960px;
  }
  .kv_title {
    top: 300px;
  }
  .header {
    height: 820px;
  }
  .heading {
    font-size: 1.35rem;
    line-height: 1.3;
  }
  .headline {
    width: 480px;
  }
  .headTitle {
    width: 480px;
    margin: 10px auto;
  }
  .headDate {
    font-size: 1.7rem;
  }
  .bg-title {
    width: 840px;
    top: -515px;
    left: 0;
  }
  .sec-3hr {
    width: 615px;
  }
  .award h3 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: .9rem;
  }
  .award p {
    font-size: 1.4rem;
  }
  .award-1 {
    width: 300px;
    right: 70px;
  }
  .award-2 {
    width: 310px;
    right: 40px;
  }
  .product {
    margin: 5px 0;
  }
  .product_img {
    width: 300px;
    margin: auto 25px auto 35px;
  }
  .over p {
    line-height: 2.3;
  }
  .text_content {
    text-indent: -1.22rem;
  }
  a.insured {
    right: 40px;
    bottom: 120px;
    width: 130px;
    height: 130px
  }
  a.back-to-top {
    right: 75px;
    bottom: 50px;
    width: 60px;
    height: 60px
  }
}
/* ------------------------------------------------- 1199 UP ------------------------------------------------- */
@media ( min-width : 1199px ) {
  html {
    font-size: 12.4pt;
  }
  .container {
    max-width: 1000px;
  }
  h3 {
    font-size: 2.1rem;
    font-weight: 700;
  }
  h5 {
    font-size: 1.5rem;
  }
  span {
    font-size: 1.08rem;
  }
  .header {
    height: 860px;
  }
  .heading {
    font-size: 1.4rem;
  }
  .coin {
    right: auto
  }
  .kv_title {
    top: 320px;
  }
  .bg-title {
    width: 840px;
    top: -540px;
  }
  .sec-1 {
    margin-top: 0;
    padding-top: 0;
  }
  .award p {
    font-size: 1.33rem;
  }
  .award-1 {
    width: 420px;
    right: 35px;
    top: 90px;
  }
  .award-2 {
    width: 355px;
    right: 50px;
  }
  .product ul {
    text-indent: -1.6rem;
    list-style-position: inside;
  }
  .product ul li::before {
    margin-left: 0.5rem;
  }
  .product ul {
    font-weight: 500;
  }
  .product_img {
    padding: 25px 0 0;
  }
  .indent {
    padding-left: 20px
  }
  .remark p {
    margin: 10px 0
  }
  .text_content {
    margin-top: 10px;
    text-indent: -1.2rem
  }
  a.insured {
    right: 60px;
    bottom: 140px;
    width: 130px;
    height: 130px;
    -webkit-filter: drop-shadow(0 1px 2px #555 );
    filter: drop-shadow(0 1px 2px #555 )
  }
  a.back-to-top {
    right: 90px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    -webkit-filter: drop-shadow(0 1px 2px #555 );
    filter: drop-shadow(0 1px 2px #555 )
  }
}
/* ------------------------------------------------- 1679 UP ------------------------------------------------- */
@media ( min-width : 1679px ) {
  .container {
    max-width: 1080px;
  }
  .header {
    height: 1100px;
  }
  .heading {
    font-size: 1.5rem;
  }
  .headline {
    width: 540px;
  }
  .headTitle {
    width: 540px;
  }
  .kv_title {
    top: 320px;
  }
  .bg-title {
    width: 960px;
    top: -590px;
  }
  .sec-1 {
    margin-top: -150px;
    padding-top: 0px;
    z-index: 0;
  }
  .product_img {
    width: 340px;
  }
  .sec-3hr {
    width: 655px;
  }
}