body {
  background-color: #E4EEF3;
  /*font-family: 'Noto Sans TC',"微軟正黑體","Roboto", "Arial", "Verdana";*/
  font-family:  "LXGW WenKai Mono TC", monospace,"Roboto", "Arial", "Verdana";
  font-size: 1.25rem;
}

/*p {*/
/*  font-size:24px;*/
/*}*/

hr{
  color:#05414E;
}

h1{
	
 font-family:  "Noto Serif TC", monospace,"Roboto", "Arial", "Verdana";
 font-size: 50px;
 line-height: 1.8; 
 font-weight: 800;
	
}

h2{
	
 font-family:  "Noto Serif TC", monospace,"Roboto", "Arial", "Verdana";
 font-size: 36px;
 line-height: 1.8; 
 font-weight: 800;
	
}

h3{
	
 font-family:  "Noto Serif TC", monospace,"Roboto", "Arial", "Verdana";
 font-size: 28px;
 line-height: 1.8; 
 font-weight: 800;
	
}

h4{
	
 font-family:  "Noto Serif TC", monospace,"Roboto", "Arial", "Verdana";
 font-size: 28px;
 line-height: 1.8; 
 font-weight: 800;
	
}
.c_note{
  color:#E4EEF3;  
}

.c_black{
  color:#000000;  
}

.c_red{
  color:#7C3030;  
}

.c_gray{
  color:#4B4B4B;
}

.small-font{
  font-size:18px;
}

.medium-font{
  font-size:1.75rem;
}

.large-font{
  font-size:2rem;
}

.checkicon {
  width: 30px;
  height: 30px;
  margin-top:10px;
}
.redicon {
  width: 32px;
  height: 32px;
  margin-top:17px;
}
.m_top_nav {
  margin-top: 56px;
}

.c_border_no_radius{
  /*border:solid 1px #05414E*/;
}

.c_border{
  border:solid 1px #A4CCCA;/*Fangle 2025/0902 變淡*/
  border-radius: 5px;
  padding: 15px;
}
.red_border{
  border:solid 1px #7C3030;/*Fangle 2025/0902 變淡*/
  border-radius: 5px;
  padding: 15px;
}

.no_border_radius{
    border-radius:0;
}

.border-gradient {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
}

.border-gradient-red {
  border-image-source: linear-gradient(#FDECD2 0%, #05414E 50%, #FDECD2 100%);
}

.only-right{
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}

.only-bottom{
  border-left: 0;
  border-right: 0;
  border-top: 0;
}


/* 原本的 .custom-list 維持不變 */
.custom-list {
  list-style-type: disc; 
  padding-left: 30px;     
  font-size: 30px;       
  color: #222;           
  line-height: 1.8;      
  max-width: 400px;      
}

/* 加上這段：專門針對「點點」放大 */
.custom-list li::marker {
  font-size: 1.5em; /* 調整這裡的數字可以改變點點的大小，例如 1.2em 或 2em */
}

/* 下方底線設定維持不變 */
.custom-list li {
  padding-bottom: 15px;  
  margin-bottom: 15px;   
  border-bottom: 1px solid #b88686; 
}
.custom-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


@media(min-width:992px) and (max-width: 1200px) {
  .bg_from_left_to_center {
    background: url("../Images/img02.png");
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 95%;
    background-size: 45%;
  }
}

.bg_left {
  background: url("../Images/bg/bg_left.png");
  background-repeat: no-repeat;
  background-position-x: -130px;
  background-position-y: 50%;
  background-size: 150%;
}

.bg_right_bottom {
  background: url("../Images/bg/bg_right.png");
  background-repeat: no-repeat;
  background-size: 120%;
}

h4.title_dotted {
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #707070;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

h4.title_dotted span {
  background: #F9F7EF;
  padding: 0 10px;
}

p.custom_ps {
  padding-left: 34px;
}

p.custom_ps_wide {
  padding-left: 42px;
}

.bottom_padding_left {
  padding-left: 0;
}

.bottom_padding_right {
  padding-right: 0;
}

.bg_img_container {
  padding-bottom: 90%;
}

@media(min-width:520px) {
  .bg_img_container {
    padding-bottom: 90%;
  }
}

@media(min-width:992px) {
  .bg_img_container {
    padding-bottom: 60%;
  }
}

@media(min-width:1500px) {
  .bg_img_container {
    padding-bottom: 60%;
  }
}

@media(min-width:1700px) {
  .bg_img_container {
    padding-bottom: 65%;
  }
}

@media(min-width:2000px) {
  .bg_img_container {
    padding-bottom: 75%;
  }
}

/* 0719改 */

@media (min-width: 992px) {
  .title_last {
    margin-left: -160px;
  }

  .bottom_padding_left {
    padding-left: 13rem;
  }

  .bottom_padding_right {
    padding-right: 13rem;
  }

  .m-lg-top {
    margin-top: 56px;
  }

  .text-center.l {
    text-align: left !important;
  }

  .text-center.r {
    text-align: right !important;
  }

  .bg_center{
    background: url("../Images/bg/bg_center.png");
    background-repeat: no-repeat;
    background-position-y:center;
    background-position-x:center;
  }

  .bg_left {
    background: url("../Images/bg/bg_left.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 30%;
  }
	
  .bg_right {
    background: url("../Images/bg/bg_right.png");
    background-repeat: no-repeat;
    background-position-x: 200%;
    background-position-y: 50%;
    background-size: 60%;
  }

  .bg_left_bottom {
    background: url("../Images/banner/img-D01.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: 55%;
    margin-right: var(--bs-gutter-x, 0.75rem) * -1;
  }



  .bg_right_bottom {
    background: url("../Images/bg/bg_right.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 30%;
    background-size: 30%;
  }

  .bg_qa {
    background: url("../Images/bgqa.svg");
    background-repeat: no-repeat;
    background-position-x: 20%;
    background-position-y: top;
    background-size: contain;
  }

  .bg_bottom{
    background: url("../Images/bg/bg_left.png"), url("../Images/bg/bg_right");
    background-position-x: 0%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
  }


}

@media(max-width: 992px) {
  .pm-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pm-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}


.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}