@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
body {}

#mtkContainer,
#mtkContainer * {
  box-sizing: border-box;
}

#mtkContainer {
  background: #fcdca2;
}


.pc {
  display: block;
  width: 100%;
}

.m {
  display: none;
  width: 100%;
}

.content {
  margin: 0 auto;
  padding: 50px;
  width: 95%;
  max-width: 1300px;
  border-radius: 20px;
  background: white;
}

h1 {
  font: 900 35px/1.5 "Noto Sans TC";
  text-align: center;
  letter-spacing: 2px;
  color: #08bf5b;
}

h2 {
  font: 900 30px/1.5 "Noto Sans TC";
  text-align: center;
  letter-spacing: 2px;
  color: #08bf5b;
}

h3 {
  font: 900 25px/1.5 "Noto Sans TC";
  text-align: left;
  letter-spacing: 2px;
  color: #08bf5b;
}


.content b { 
  color: red;
  font: 900 35px/1.5 "Noto Sans TC";
  display: block;
  text-align: center;
  background: yellow;
}


p {
  font: 500 20px/1.5 "Noto Sans TC";
}

.style1 li {
  margin-bottom: 20px;
  font: 500 18px/1.8 "Noto Sans TC";
}

.style1>li {

  list-style: circle;
  list-style-position: inside;

}

.style1>li ol {
  padding-left: 20px;
}

.style1.num>li {

  list-style: decimal;
  list-style-position: inside;
}

@media screen and (max-width:1024px) {
  .content {

    padding: 20px;

  }

  .pc {
    display: none;
    width: 100%;
  }

  .m {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:600px) {
  h1 {
    font: 900 25px/1.5 "Noto Sans TC";

  }

  h2 {
    font: 900 25px/1.5 "Noto Sans TC";
  }

  h3 {
    font: 900 20px/1.5 "Noto Sans TC";
  }

  .style1 li {
    margin-bottom: 16px;
    font: 500 16px/1.8 "Noto Sans TC";
  }

}

/************通用 CSS 結束********************/
/************通用 CSS 結束********************/
/************通用 CSS 結束********************/
/************通用 CSS 結束********************/
/************通用 CSS 結束********************/