<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: #695a4c;
  background: #ffffff;  position: relative;
}
.container-fluid{
  border: 0px solid blue;
}

.container{
  border: 0px solid red;
}
.row {
  border: 0px solid #c7980a;
}
.div {
  border: 0px dashed #fe9fed;
}

.col {
  border: 0px solid #fe9fed;
}

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;
}




.text-pink {
  color: #bf7696;
}
.text-blue {
  color: #74a6b2;
}
.text-yellow {
  color: #c7a839;
}
.text-white {
  color: #ffffff;
}
.text-brown {
    color:  #a78f79;
}

.border-pink {
  border-top: 4px solid #e1b9ca;
  border-left: 1px dashed #e1b9ca;
  border-right: 1px dashed #e1b9ca;
  border-bottom: 4px solid #e1b9ca;
}
.border-blue {
  border-top: 4px solid #acd5df;
  border-left: 1px dashed #acd5df;
  border-right: 1px dashed #acd5df;
  border-bottom: 4px solid #acd5df;
}
.border-yellow {
  border-top: 4px solid #f3e09c;
  border-left: 1px dashed #f3e09c;
  border-right: 1px dashed #f3e09c;
  border-bottom: 4px solid #f3e09c;
}
.border-brown {
  border-top: 4px solid #c7bdb3;
  border-left: 1px dashed #c7bdb3;
  border-right: 1px dashed #c7bdb3;
  border-bottom: 4px solid #c7bdb3;
}



.bg-pink {
  background: #bf7696;
}
.bg-blue {
  background: #74a6b2;
}
.bg-yellow {
  background: #eed477;
}

.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: 0rem;
  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: #f3888d;border: 1px solid #f3888d;
}

.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: #f3888d !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 #f3888d;
  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: #f3888d !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: #f3888d !important;
  background-color: #ffffff !important;
  border-color: 1px solid #f3888d !important;
}

.ptop {
  padding-top: 5rem;
}
.pbottom {
  padding-bottom: 5rem;
}
.e-font {
font-family:Charcoal ; 
}
.e {
  font-size: 0.8rem;
  color: #a6a6a6;
}
.note {
  background: #c2c2c2;
  color: #ffffff;
  border-radius: 10px;
}
.border-dashed {
  border: 1px #b19079 dashed;
  border-radius: 20px;
}



/*index-section-bg_02 防溢乳墊 Q&amp;A*/
.index-section-bg_02 {
	margin-top: 6rem;position:relative;
}
.index-section-bg_02 .title{
	margin: 3rem 0;
}
.index-section-bg_02 .title img {
	max-height: 90px;
	padding: 0 3rem;
}

.index-section-bg_02 .content {
  background: url("../images/index-section-bg_02-rwd4.png");
  background-size: 4px auto;
  background-repeat: repeat-x;
}
.index-section-bg_02 .content .Q{

}


.index-section-bg_02 .content .Q .Q1 img{
margin-top: -50px;width: 416px;
}
.index-section-bg_02 .content .Q .Q2 img{
margin-top: 30px;width: 524px;
}
.index-section-bg_02 .content .Q .Q3 img{
margin-top: -100px;width: 524px;
}
.index-section-bg_02 .content .Q .Q4 img{
margin-top: 30px;width: 416px;
}
.index-section-bg_02 .content .Q1,
.index-section-bg_02 .content .Q2,
.index-section-bg_02 .content .Q3,
.index-section-bg_02 .content .Q4{
	text-align: center;
}


/*index-section-bg_03 哺育的大小事 交給母嬰用品專家*/
.index-section-bg_03 {
	margin-top: 6rem;position:relative;
}
.index-section-bg_03 .title{
	background: url(../images/index-section-title-bg_03-1.png);
	background-repeat: repeat-x;
	background-size: contain;
}

.index-section-bg_03 .title img {
	max-height: 180px;
}
.index-section-bg_03 .pic{

}
.index-section-bg_03 .pic img {
	max-height: 450px;
}
.index-section-bg_03 .wave{
	position: absolute;
	bottom: -18px;
}




/*index-section-bg_04 貝親防溢乳墊全系列*/
.index-section-bg_04 {
  margin-top: 6rem;position:relative;
}

.index-section-bg_04 .title{
  margin: 3rem 0;
}
.index-section-bg_04 .title img {
  max-height: 90px;
  padding: 0 3rem;
}


.index-section-bg_04 .content {
  background: url("../images/index-section-bg_02.png");
  background-size: 4px auto;
  background-repeat: repeat;
}
.index-section-bg_04 .product{
background: #ffffff;
width: 90%;
margin-top: 2rem;margin-bottom: 2rem;
margin-right: auto;margin-left: auto;

}
.index-section-bg_04 .product .name{
font-size: 1rem;
color: #666666;
margin-top: -1rem;
}
.index-section-bg_04 .product .pic img{
padding-left: 3rem;
padding-right: 3rem;
}
.index-section-bg_04 .product .feature{
font-size: 1.5rem;
color: #294793;
padding: 1rem;
}
.index-section-bg_04 .product .feature .star img{
width: 100px;
}
.index-section-bg_04 .product .point{
padding-left: 1rem;padding-right: 1rem;
}
.index-section-bg_04 .product .point p{
font-size: 1.1rem;
color: #f3888d;
margin-bottom:.4rem;
}
.index-section-bg_04 .product .point img{
max-width: 25px;
height: auto;padding-right: 5px;padding-bottom: 5px;
}


.index-section-bg_04 .product-content{
margin-top: 2rem;margin-bottom: 2rem;
margin-right: auto;margin-left: auto;
}
.index-section-bg_04 .product-content .name{
font-size: 1.1rem;
color: #666666;
margin-top: -1rem;
font-weight: 400;
}
.index-section-bg_04 .product-content .pic img{
padding-left: 1rem;
padding-right: 1rem;
}
.index-section-bg_04 .product-content .feature{
font-size: 1.5rem;
color: #294793;font-weight: 400;
padding: 1rem;
}
.index-section-bg_04 .product-content .feature span{
padding-top: .5rem;display: block;
}
.index-section-bg_04 .product-content .point{
padding-left: 1rem;padding-right: 1rem;
}
.index-section-bg_04 .product-content .point p{
font-size: 1.1rem;
color: #666666;
margin-bottom:.4rem;font-weight: 400;
}
.index-section-bg_04 .product-content .point img{
max-width: 35px;
height: auto;padding-right: 5px;padding-bottom: 5px;
}
.index-section-bg_04 .product-content .pic-content img{
padding-left: 1rem;
padding-right: 1rem;
}






/*index-section-bg_05*/
.index-section-bg_05 {
  margin-top: 6rem;position:relative;
}
.index-section-bg_05 .content {
  background: url("../images/index-section-bg_02.png");
  background-size: 4px auto;
  background-repeat: repeat;
}
.index-section-bg_05 .title{
  margin: 3rem 0;
}
.index-section-bg_05 .title img {
  max-height: 90px;
  padding: 0 3rem;
}
.index-section-bg_05 .product {
  background:#ffffff;  padding: 2rem;
}
.index-section-bg_05 .product .name {
  font-size: 1rem;
  line-height: 1.5rem;height: 2.5rem;
}
.index-section-bg_05 .product .pic img {
  width: 150px;
}



/*index-section-bg_06如何使用防溢乳墊？*/
.index-section-bg_06 {
  margin-top: 6rem;margin-bottom: 13rem;
}
.index-section-bg_06 .content {

}
.index-section-bg_06 .title{
  margin: 3rem 0;
}
.index-section-bg_06 .title img {
  max-height: 90px;
  padding: 0 3rem;
}
.index-section-bg_06 .step {
margin-top: 6rem;
}
.index-section-bg_06 .step .stepicon img {
  width: 50px;
}
.index-section-bg_06 .step p {
  font-size: .9rem;
  line-height: 1.5rem;
    padding: .5rem 1rem;
}
.index-section-bg_06 .step .pic {
  padding: .5rem 1rem;
}




/*icon 分類*/

.icon {
  text-align: center;
  margin-top: -8%;
}


.icon-shape img{
width: 100px;
}


.icon a .icon-shape:hover  {
  transform: translateY(-5px);  transition: all 200ms ease-in;
}

.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;
}

@media (max-width: 1024px) {
  .index-section-bg_02 .content .Q .Q3 img{
margin-top: -50px;
}
.index-section-bg_03 .wave{
  position: absolute;
  bottom: 0;
}
}

@media (max-width: 990px) {

  /*index-section-bg_02 防溢乳墊 Q&amp;A*/
.index-section-bg_02 .content {
  background: url("../images/index-section-bg_02.png");
  background-size: 4px auto;
  background-repeat: repeat-x;
}
.index-section-bg_02 .content .Q .Q3 img{
margin-top: -50px;
}
/*index-section-bg_03 哺育的大小事 交給母嬰用品專家*/
.index-section-bg_03 .wave{
  bottom: 20px;
}
}



@media (max-width: 767.98px) {
  div {
    border: 0px dashed red;
  }
/*index-section-bg_02 防溢乳墊 Q&amp;A*/

.index-section-bg_02 .content {
  background: url("../images/index-section-bg_02-rwd2.png");
  background-size: 5px auto;
  background-repeat: repeat-x;
}
.index-section-bg_02 .content .Q .Q1 img{
width: 500px;
padding-bottom:2rem
}
.index-section-bg_02 .content .Q .Q2 img{
width: 500px;padding-bottom:2rem;margin-top: 0;
}
.index-section-bg_02 .content .Q .Q3 img{
width: 500px;padding-bottom:2rem;margin-top: 0;
}
.index-section-bg_02 .content .Q .Q4 img{
width: 500px;margin-top: 0;
}

/*index-section-bg_03 哺育的大小事 交給母嬰用品專家*/
.index-section-bg_03 {
	margin-top: 8rem;position:relative;
}

.index-section-bg_04 .product .feature{
font-size: 1.4rem;
color: #294793;
padding: 1rem;
}
.index-section-bg_04 .product .name{
font-size: 1.1rem;
color: #666666;
margin-top: -1rem;
}
.index-section-bg_04 .product .point p{
font-size: 1rem;
color: #f3888d;
margin-bottom:.4rem;
}
.index-section-bg_04 .product-content .feature{
font-size: 1.4rem;
}
.index-section-bg_04 .product-content .pic img{
padding-left: 2rem;padding-right: 2rem;
}
}

@media (max-width: 575.98px) {

 .index-section-bg_02,
 .index-section-bg_03,
 .index-section-bg_04,
 .index-section-bg_05,
  .index-section-bg_06 {
  margin-top: 2rem;position:relative;
}
/*index-section-bg_02 防溢乳墊 Q&amp;A*/

.index-section-bg_02 .content {
  background: url("../images/index-section-bg_02-rwd2.png");
  background-size: 5px auto;
  background-repeat: repeat-x;
}
.index-section-bg_02 .content .Q .Q1 img{
width: auto;
padding-bottom:1rem
}
.index-section-bg_02 .content .Q .Q2 img{
width: auto;padding-bottom:1rem;margin-top: 0;
}
.index-section-bg_02 .content .Q .Q3 img{
width: auto;padding-bottom:1rem;margin-top: 0;
}
.index-section-bg_02 .content .Q .Q4 img{
width: auto;margin-top: 0;
}
/*index-section-bg_03 哺育的大小事 交給母嬰用品專家*/
.index-section-bg_03 .wave{
  position: absolute;
}
.index-section-bg_04 .product-content .pic-content img{
padding-left: 0rem;
padding-right: 0rem;
}
.index-section-bg_05 .product {
  padding: 0rem;
}
.index-section-bg_02 .title img, 
.index-section-bg_04 .title img,
.index-section-bg_05 .title img,
.index-section-bg_06 .title img{
  max-height: 110px;
  padding: 0 2rem;
}
.index-section-bg_06 .step {
    margin-top: 3rem;
}
.index-section-bg_06 .step .pic {
  padding: .5rem 0rem 0rem 0rem;
}
.index-section-bg_06 .step p {
padding: 0rem 0rem;
}
}

@media (max-width: 425px) {
/*index-section-bg_02 防溢乳墊 Q&amp;A*/
.index-section-bg_02 .content {
  background: url("../images/index-section-bg_02-rwd3.png");
  background-size: 5px auto;
  background-repeat: repeat-x;
}
}

@media (max-width: 375px) {
/*index-section-bg_02 防溢乳墊 Q&amp;A*/
.index-section-bg_02 .content {
  background: url("../images/index-section-bg_02-rwd3.png");
  background-size: 5px auto;
  background-repeat: repeat-x;
}
}



@media (min-width: 1440px) {
  body,
  html {
    font-size: 18px;
  }

.icon-shape img {
    width: 110px;
}
.index-section-bg_02 .title img, 
.index-section-bg_04 .title img,
.index-section-bg_05 .title img,
.index-section-bg_06 .title img{
  max-height: 110px;
  padding: 0 2rem;
}
.index-section-bg_02 .content {
  background: url("../images/index-section-bg_02-rwd4.png");
  background-size: 5px auto;
  background-repeat: repeat-x;
}
.index-section-bg_02 .content .Q .Q1 img{
width: 499px;
padding-bottom:2rem;margin-top: -50px;
}
.index-section-bg_02 .content .Q .Q2 img{
width: 628px;padding-bottom:2rem;margin-top: 30px;
}
.index-section-bg_02 .content .Q .Q3 img{
width: 628px;padding-bottom:2rem;margin-top: -120px;
}
.index-section-bg_02 .content .Q .Q4 img{
width: 499px;margin-top: 30px;
}
.index-section-bg_03 .title img {
  max-height: 250px;
}
.index-section-bg_03 .pic{

}
.index-section-bg_03 .pic img {
  max-height: 650px;
}
.index-section-bg_03 .wave{
  position: absolute;
  bottom: 0px;
}
.index-section-bg_06 .step .stepicon img {
  width: 70px;
}
}

@media (min-width: 1880px) {
.index-section-bg_02 .content .Q .Q3 img{
padding-bottom:2rem;margin-top: -120px;
}
}</pre></body></html>