<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont,
    "Microsoft JhengHei", "Segoe UI", Roboto, "Helvetica Neue", Arial,
  Sans-serif;
  color: #444444;
  background: #ffffff;  position: relative;
}


.number{
  font-family: arial;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  border: 0px !important;
  outline: none !important;
  color: #444444;
  text-decoration: none;
}
a {
  color: #444444;
}



.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238d8270'%2F%3E%3C%2Fsvg%3E");
  left: 0px;
  right: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238d8270'%2F%3E%3C%2Fsvg%3E");
  right: 0px;
  left: auto;
}


.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #8d8270;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #8d8270;
}



.font-red {
  color: #e65550;
}


.border-red {
  border: 2px solid #e65550;
  border-radius: 1rem;
  padding-right: .8rem;padding-left: .8rem;
  padding-top: .2rem;padding-bottom:.2rem;
}
.border-gray {
  border: 3px solid #eeefef;
  border-radius: 1rem;
  padding-right: .8rem;padding-left: .8rem;
  padding-top: .5rem;padding-bottom:.5rem;
}
.bg-red {
  background: #e65550;
}

.bg-gray {
  background: #eeefef;
  border-radius: 2rem;
}


.bg-nb {
  background: #579ed7;
}

.bg-pb {
  background: #a674b0;
}
.bg-pacifier {
  background:  #fdbb2e;
}


.nb {
    color: #579ed7;}
.pb {
    color: #a674b0;}
.bottle {
    color: #1344a7;}
.pacifier {
    color: #fdbb2e;}
.recommend{
    color: #375f80;}

.bottle-border {
  border:1px solid #1344a7;
      border-radius: 1rem;
    padding-right: .8rem;
    padding-left: .8rem;
    padding-top: .2rem;
    padding-bottom: .2rem;}
    
.nb-border {
  border:1px solid #579ed7;
    border-radius: 1rem;
    padding-right: .8rem;
    padding-left: .8rem;
    padding-top: .2rem;
    padding-bottom: .2rem}
.pb-border {
  border:1px solid #a674b0; 
    border-radius: 1rem;
    padding-right: .8rem;
    padding-left: .8rem;
    padding-top: .2rem;
    padding-bottom: .2rem;}
.pacifier-border {
  border:1px solid #fdbb2e;
    border-radius: 1rem;
    padding-right: .8rem;
    padding-left: .8rem;
    padding-top: .2rem;
    padding-bottom: .2rem}
.recommend-border {
  border:1px solid #e65550;}



.btn {
  display: inline-block;
  font-weight: 400;
  color: #ffffff!important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 30px;
  position: relative;
  background: #e65550;border: 1px solid #e65550;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(141 130 112 / 25%);
}
.btn:hover {
  display: inline-block;
  font-weight: 400;
  color: #e65550 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid #e65550;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-outline-btn {
  border-color: #e65550 !important;
}

.btn-outline-btn:not(:disabled):not(.disabled).active,
.btn-outline-btn:not(:disabled):not(.disabled):active,
.show &gt; .btn-outline-btn.dropdown-toggle {
  color: #e65550 !important;
  background-color: #ffffff !important;
  border-color: 1px solid #e65550 !important;
}


.btn1 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 30px;
  position: relative;
  color: #375f80 !important;
  background-color: #ffffff !important;
  border-color: 1px solid #375f80 !important;
}
.btn1:hover {
  display: inline-block;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #375f80!important;
  border: 1px solid #375f80!important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-btn1:not(:disabled):not(.disabled).active,
.btn-outline-btn1:not(:disabled):not(.disabled):active,
.show &gt; .btn-outline-btn1.dropdown-toggle {
  color: #ffffff!important;
    background: #375f80!important; border: 1px solid #375f80!important;
}

.btn-outline-btn1 {
border: 1px solid #375f80!important;
}


.point{
  color: #ffffff;background:#fdbb2e;
   border-radius: 5rem;padding: 2px;
   display: block;width: 100px;text-align: center;
   margin-top: 1rem;   margin-bottom: 1rem;
}

/*內容*/
.section-bg{
background: url(../img/section-bg.png);
background-size: 200px;
background-repeat: no-repeat;
}
.section-bg1{
background: url(../img/section-bg.png);
background-size: 150px;
background-repeat: no-repeat;
background-position: -50px 0px;
}
.content{
  margin-top: 8rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.content .title h2{
  font-size: 2.5rem;
  text-align: center;
  padding-top: 1rem;
  font-weight: normal;
  letter-spacing: .1rem;
  font-weight: 500;
}

.content .title h3{
  font-size: 1.2rem;
  text-align: center;
  padding-top: .5rem;  font-weight: normal;
  color: #e65550;
}
.content .title h4{
  font-size: 1rem;
  text-align: center;
  padding-top: .3rem;  font-weight: normal;
  color: #e65550;
  letter-spacing: .2rem;
}
.content .title h5{
  font-size: 1.1rem;
  text-align: center;
  padding-top: .5rem;  color: #4d4d4d;
}

/*內容單元-*/
.content .marked .title,
.content .product .title,
.content .recommend{
  font-size: 1.5rem;
  text-align: center;
  padding-top: .5rem;  font-weight: normal;
}


.content .marked h5,
.content .product h5,
.content .recommend h5{
  font-size: 1rem;
}
.content .marked img{
  width: 150px;
}
.content .product img{
  width: 180px;
}
.content .marked p,
.content .product p{
 display: block;
}
.content .marked .note,
.content .product .note,
.content .pacifier-note{
 display: block;font-weight: normal;
 font-size: .85rem;
 padding-top: .5rem;
}

 .content .marked .img-rounded {
  border-radius: 5rem;
  padding: .3rem;
  background: #ffffff;
}
 .content .pacifier-list h4 {
 font-size: 1.2rem;
}
 .content .pacifier-list ul li {
  padding:0;
}
 .content .recommend .name{
  height: 2.5rem;display: block;
 }

.weight {
    text-align: center;
    border: 1px dashed #c2bfbd;
    padding: 1rem 1rem;
    border-radius: 1rem;
    align-self: center;
}
.bg-line {
 background: url(../img/bg-line.png);
 background-repeat: repeat;
 background-size: 50%;
  }

.content .step img{
max-width: 180px;
  }
.content .step .line{
  border-bottom:1px solid #444444;
  padding-bottom: 5px;
  }
.content .method{
position: relative;
  } 
.content .method .link-1{
position: absolute;
top:60px;
width: 150px;
height:  170px;
  } 
.content .method .link-2{
position: absolute;
top:60px;
right: 0px;
width: 150px;
height:  170px;
  } 
.content .method .link-3{
position: absolute;
bottom: 0px;
right:  35%;left: 35%;
width: 150px;
height:  170px;
  }  
/*-內容*/

.go img{
width: 150px;
}

/*icon 分類*/

.icon {
  text-align: center;
  margin-top: -35%;z-index: 2;
}
.project-logo {
  z-index: 2;
  }
.project-logo img{
width: 450px;
}

.icon-shape{
background: url(../img/icon-shape.svg);
background-size: contain;
background-repeat: no-repeat;
width: 100px;
height: 80px;  z-index: 2;
}


.icon a .icon-shape:hover  {
transform: translateY(-5px);  transition: all 200ms ease-in;
background: url(../img/icon-shape-hover.svg);
background-size: contain;
background-repeat: no-repeat;
width: 100px;
height: 80px;  z-index: 2;color: #E65550;
}

.img_animate a img {
  margin-top: 0rem;
  transition: all 300ms ease-in;
}
.img_animate a img:hover {
  margin-top: -1rem;
  transition: all 300ms ease-out;
}
.img_animate_scale a img {
transform: scale(1);
  transition: all 300ms ease-in;
}
.img_animate_scale a img:hover {
  transform: scale(1.05);
  transition: all 300ms ease-out;
}

/*新生兒照護升級*/
  .dr-icon{
    width: 200px;
    position: fixed;
    top:20px;
    right:0px;
    z-index: 99;
  }

  




@media (max-width: 1440px) {
  .content{
max-width: 990px;
    }

.content .title h2{
  font-size: 2.1rem;
  text-align: center;
  padding-top: 1rem;
  font-weight: normal;
  letter-spacing: .1rem;
  font-weight: 500;
}
.icon-shape{
width: 85px;
height: 68px; 
}

.icon a .icon-shape:hover  {
width: 85px;
height: 68px; 
}
}


@media (max-width: 1024px) {
.project-logo  img{
width: 430px;
}
/*新生兒照護升級*/
  .dr-icon{
    width: 150px;
    position: fixed;
    top:20px;
    right:0px;
    z-index: 99;
  }
}

@media (max-width: 990px) {
/*icon 分類*/

.icon {
  text-align: center;
  margin-top: -10%;z-index: 2;
}
.section-bg1{
background: url(../img/section-bg.png);
background-size: 150px;
background-repeat: no-repeat;
background-position: -50px 550px;
}
}



@media (max-width: 768px) {
/*內容*/
.section-bg{
background: url(../img/section-bg.png);
background-size: 100px;
background-repeat: no-repeat;
}
.section-bg1{
background: url(../img/section-bg.png);
background-size: 150px;
background-repeat: no-repeat;
background-position: -50px 350px;
}
.content{
  margin-top: 2rem; margin-bottom: 5rem;
}
.content .title h2{
  font-size: 1.8rem;
  text-align: center;
  padding-top: 1rem;
  font-weight: normal;
  letter-spacing: .1rem;
  font-weight: 500;
}

.content .title h3{
  font-size: 1.2rem;
  text-align: center;
  padding-top: .5rem;  font-weight: normal;
  color: #e65550;
}
.content .title h4{
  font-size: .9rem;
  text-align: center;
  padding-top: .3rem;  font-weight: normal;
  color: #e65550;
  letter-spacing: .2rem;
}
.content .title h5{
  font-size: 1rem;
  text-align: center;
  padding-top: .5rem;  color: #4d4d4d;
}

/*內容單元-*/
.content .marked .title,
.content .product .title{
  font-size: 1.3rem;
  text-align: center;
  padding-top: .5rem;  font-weight: normal;
}

.content .marked h5,
.content .product h5{
  font-size: 1rem;
}
.content .product h4{
  font-size: 1.1rem;
}
.content .product img{
  width: 150px;
}


/*icon 分類*/
.icon {
  text-align: center;
  margin-top: -8%;z-index: 2;
}
.project-logo  img{
width: 350px;
}


.icon-shape{
width: 100px;
height: 80px; 
}

.icon a .icon-shape:hover  {
width: 100px;
height: 80px; 
}
/*新生兒照護升級*/
  .dr-icon{
    width: 120px;
    position: fixed;
    top:20px;
    right:0px;
    z-index: 99;
  }
  .dr-img img{
    width: 70%;
  }

}

@media (max-width: 576px) {
.section-bg1{
background: url(../img/section-bg.png);
background-size: 90px;
background-repeat: no-repeat;
background-position: 0px 300px;
}
/*icon 分類*/

.icon {
  text-align: center;
  margin-top: -20%;z-index: 2;
}
.project-logo {
  z-index: 2;
  }
.project-logo  img{
width: 250px;
}

.icon-shape{
width: 85px;
height: 68px;
font-size: .9rem
}
.icon a .icon-shape:hover  {
width: 85px;
height: 68px;
}
/*新生兒照護升級*/
  .dr-icon{
    width: 120px;
    position: fixed;
    top:55px;
    right:0px;
    z-index: 99;
  }
}

@media (max-width: 375px) {
.section-bg1{
background: url(../img/section-bg.png);
background-size: 80px;
background-repeat: no-repeat;
background-position: 0px 300px;
}
}</pre></body></html>