<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: #776e67;
}

row {
  border: 1px solid red;margin: 0px;
}
.div {
  border: 1px dashed #fe9fed;
}
col-lg-10 {
  border: 1px solid green;margin: 0px;
}
col {
  border: 1px solid #004fcf;margin: 5px;
}
container-fluid  {
  border: 1px solid #9f6000;
}
container  {
  border: 1px solid blue;
}
border1 {
  border: 1px solid red;
}


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


/*navbar*/

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(77,148,185, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    color: #4d94b9!important;
    border-color: #4d94b9!important;
   border-radius:999em;width:50px;height:50px;
} 

.navbar-bg {
    background-image:url(../images/menubg.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.icon {
  position: fixed;
  top: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 50;
  border: 2px solid #8dcfca;
  cursor: pointer;
  background: transparent;
}

.icon span, .icon:before, .icon:after {
  content: '';
  display: block;
  width: 18px;
  height: 3px;
  position: absolute;
  background-color: #8dcfca;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transition: all .2s linear;
}

.icon span {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon:before {
  top: calc( 50% - 7px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon:after {
  top: calc( 50% + 7px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon.on span {
  opacity: 0;
}

.icon.on:before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon.on:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close {
    color: #4d94b9;
    opacity: 1;
text-shadow: none;
border-radius: 50%;
}
}
.close:hover{
    color: #8dcfca;
    opacity: 1;
}

.menu img{
max-width: 300px;
  }
.menu .modal-content li{
padding: .4rem 0rem;
  }

.menu .modal-content h3{
  color: #4d94b9;
  font-weight: 400;
  font-size: 1.5rem;
  display: inline-block;
}

.menu .modal-content h5{
  color: #4d94b9;
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
}
.menu .e{
  font-weight: 400;
  font-size: 1rem;
  font-family: arial;
  font-weight: 400;
  padding-left: 3px;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0rem;
    outline: 0;
}



.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-greenblue {
  color: #4d94b9;
}

.text-white {
  color: #ffffff;
}
.text-orange {
  color: #ff9a51;
}
.text-pink {
  color: #f980a8;
}



.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-white {
  background: #ffffff;
}
.bg-pink {
  background: #bf7696;
}
.bg-blue {
  background: #74a6b2;
}
.bg-yellow {
  background: #eed477;
}

.btn {
  display: inline-block;
  font-weight: 500!important;
  color: #695a4c!important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
  border: 2px solid transparent!important;
  padding-right: 30px;padding-left: 30px;
  padding-bottom: 15px;padding-top: 15px;
  position: relative;
  background-image: url(../images/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center bottom ; 
}


.btn:hover {
  display: inline-block;color: #4d94b9!important;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
 border: 2px dotted transparent!important;
  background-position: 5px bottom; 

}
.btn::after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-size: 20px 20px;
  background-position: center center;
  line-height: 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top:32%;
  z-index: 100;
}

.btn-outline-btn {
   border: 2px solid transparent!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: #695a4c!important;
  background-color:transparent!important;
border: 2px solid transparent!important;
}

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



.titleicon img{
max-width: 25px;
}

.point_note {
  border-bottom: dotted 2px #8dcfca; 
}




/*index-section_01*/
.index-section_01 {
}

.index-section-title img{
  max-height: 155px;
}

.index-section-title-line {
  border-bottom: double #a78f79;
}
.index-content-title h2{

}

.index-section_01_p3-1 img{
 width: 280px;
}


/*index-section_02*/

.step-1-point{
   background: url(../images/step-1-point.png);
   background-repeat: repeat-x;
   background-size:8px ; 
   background-position: bottom;
}
.step-2-point{
   background: url(../images/step-2-point.png);
   background-repeat: repeat-x;
   background-size:8px ; 
   background-position: bottom;
}
.step-3-point{
   background: url(../images/step-3-point.png);
   background-repeat: repeat-x;
   background-size:8px ; 
   background-position: bottom;
}
.index-section_02_p1t{
  max-height: 65px;
  }
.index-section_02_p1-btn{
  max-height: 50px;
transform:rotate(15deg);
}

.method {
    position: relative;
}
.method .link-1 {
    position: absolute;
    top: 0px;
    left: 35%;
    width: 30%;
    height: 45%;
    z-index: 9999;
}
.method .link-3 {
    position: absolute;
    bottom: 15%;
    right: 0px;
    width: 30%;
    height:45%;
}
.method .link-2 {
    position: absolute;
    bottom: 15%;
    left:  0px;
    width: 30%;
    height: 45%;
}


/*index-section_03*/
.index-section_03_p1t {
 padding-top: 1rem;
 max-height: 120px;
}

.star{
  max-height: 30px;
}
.index-section_03_bg{
   background: url(../images/index-section_03bg.jpg);
   background-repeat: repeat-y;
   background-size:contain;
   background-position: top center;
}

.index-section_03_icon{
  right:5rem;
  top:0rem;
  width: 5rem;
  height:  5rem;
  background: #444444;
  position: absolute;
}
.index-section_03 ul{
   list-style-type:circle;
}

/*index-section_04*/
.index-section_04 ul{
   list-style-type:circle;
}

.index-section_04_box_1 {
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
   background: #ffffff;
}
.index-section_04_p1 img{
-webkit-box-shadow: 6px 8px 0px 1px rgba(0,0,0,5%); 
box-shadow: 6px 8px 0px 1px rgba(0,0,0,5%);
}
.index-section_04_p2 img{
max-height: 400px;
}
.index-section_04_p2 .text{
color: #f980a8;font-style:italic;
}
.index-section_04_p3 img{
max-height: 400px;
}
.index-section_04_p3 .text{
color: #ff9a51;font-style:italic;
}
.point img{
max-height: 30px;
margin-bottom: 10px;
}


/*index-section_05*/
.index-section-title_05 .pic img{
  border: 1px solid #e2e2e2;
  background:#e2e2e2;
  padding: .5rem;
}



.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 screen and (min-width: 1441px) and (max-width: 3840px) {
.index-section-title img{
  max-height: 170px;
}
}

@media (max-width: 1440px) {


}

@media (max-width: 991.98px) {

.index-section_03_bg{
   background-size:100%;
   padding: 2rem 1rem;
}
.index-section-title img{
  max-height: 120px;
}
}

@media (max-width: 767.98px) {
.icon {
  background-color: rgb(255, 255,255 ,0.7);
}
.index-section-title img{
 max-height: 145px;
}
.index-section_03_bg{
   background: url(../images/index-section_03bg-rwd.jpg);
}
.index-section_04_box_1 {
border: 5px dotted rgba(28,110,164,0.47);
border-radius: 200px 200px 0px 200px;
padding: 5rem 2rem 2rem 2rem;
}
.index-section_04_p2 img,
.index-section_04_p3 img{
max-height: 90%;
margin-right: auto;
margin-left:  auto;
}
}

@media (max-width: 575.98px) {
#menu .navbar-bg {
    background-image:url(../images/menubg-rwd.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}
  .index-section_03_bg{background-size: 250%;
}
.ptop {
    padding-top: 2rem;
}
.pbottom: {
    padding-top: 2rem;
}
.menu .modal-content h3{
  font-size: 1rem;
}

.menu .modal-content h5{
  font-size: .8rem;
}
.titleicon img{
max-width: 30px;
}
.index-section_04_p2 img,
.index-section_04_p3 img{
max-height: 700px;
}
}

</pre></body></html>