@charset "UTF-8";
@import url("../../../../../Common/Css/normalize.css");
ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
}

a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

/*====================主要架構====================*/
body {
  font-size: 24px;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Hiragino Sans GB", "Source Han Sans CN", Fira Sans, "Droid Sans", "Helvetica Neue", arial, sans-serif;
  color: #FFFFFF;
  background: #041b6e;
  overflow-x: hidden;
}

@media all and (max-width: 525px) {
  body {
    font-size: 20px;
  }
}

@media all and (max-width: 460px) {
  body {
    font-size: 18px;
  }
}

@media all and (max-width: 360px) {
  body {
    font-size: 16px;
  }
}

#wrapper {
  width: 100%;
  height: 100%;
}

#wrapper #wrapper_header {
  height: 100%;
  background: transparent url("../images/wrap_bg.jpg") center top no-repeat;
  background-size: 1921px;
}

@media all and (max-width: 1000px) {
  #wrapper #wrapper_header {
    background-size: 170%;
  }
}

#wrapper #wrapper_header #wrapper_footer {
  height: 100%;
}

#container {
  width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 1000px) {
  #container {
    overflow: hidden;
    width: 100%;
  }
}

#content {
  height: auto;
  padding: 130% 1% 2%;
}

@media all and (max-width: 1000px) {
  #content {
    padding: 90% 1% 2%;
  }
}

#footer {
  width: 100%;
  height: 75px;
  background: #000 url("../../../../Global/foot.jpg") center top no-repeat;
  background-size: auto;
  position: absolute;
}

@media all and (max-width: 720px) {
  #footer {
    background: #000 url("../../../../Global/foot2.jpg") center top no-repeat;
    background-size: auto;
  }
}

@media all and (max-width: 525px) {
  #footer {
    background-size: 100%;
  }
}

@media all and (max-width: 460px) {
  #footer {
    height: 55px;
  }
}

@media all and (max-width: 360px) {
  #footer {
    height: 45px;
  }
}

/*====================LOGO、FB、浮動ICON====================*/
#logo {
  margin: 10px 0 0 5px;
  z-index: 90;
  width: 110px;
  height: 85px;
  background: transparent url("../../../../Global/logo.png") center top no-repeat;
  background-size: 100%;
  float: left;
}

@media all and (max-width: 500px) {
  #logo {
    width: 80px;
    height: 60px;
  }
}

@media all and (max-width: 400px) {
  #logo {
    width: 60px;
    height: 47px;
  }
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.mark {
  margin: 20px 0 0 0;
  width: 38px;
  height: 40px;
  background: transparent url("../../../../Global/logo_mark.png") center top no-repeat;
  background-size: 100%;
  float: left;
}

@media all and (max-width: 500px) {
  .mark {
    width: 35px;
    height: 40px;
    margin: 15px 0 0 0;
  }
}

@media all and (max-width: 400px) {
  .mark {
    width: 30px;
    height: 32px;
    margin: 10px 0 0 0;
  }
}

#fb {
  margin: 0 5px 0 0;
  width: 222px;
  height: 56px;
  display: block;
  background: transparent url("../../../../Global/fb_btn.png") center top no-repeat;
  background-size: 100%;
  float: right;
}

@media all and (max-width: 720px) {
  #fb {
    width: 180px;
    height: 40px;
  }
}

@media all and (max-width: 500px) {
  #fb {
    width: 160px;
    height: 36px;
    margin: 0;
  }
}

@media all and (max-width: 400px) {
  #fb {
    width: 135px;
    height: 32px;
  }
}

/*====================內容====================*/
.item {
  width: 100%;
  height: auto;
  padding: 1% 2% 2%;
  position: relative;
}

.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.item .item-title img {
  display: block;
}

@media all and (max-width: 720px) {
  .item .item-title img {
    width: 40%;
  }
  .item .item-title img.titleType1 {
    width: 55%;
  }
}

.item .item-con {
  padding: 1% 1% 1% 6%;
}

@media all and (max-width: 1000px) {
  .item .item-con {
    padding: 1% 2%;
  }
}

.teach-link {
  display: inline-block;
  position: relative;
  top: 4px;
}

/*====================共用====================*/
.color01 {
  color: #e61142;
}

.color02 {
  color: #fff;
}

ol {
  padding: 0 0 0 1em;
}

ol li {
  list-style: decimal;
}

.list-group-zero > li {
  list-style: decimal-leading-zero;
}

.list-group-num1 > li {
  padding: 0 0 0 2em;
  counter-increment: cnt;
  list-style: none;
}

.list-group-num1 > li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  text-align: center;
  position: absolute;
  margin: 0 0 0 -2em;
  width: 2em;
}

.list-group-type1 {
  padding: 0 0 0 1em;
}

.list-group-type1 > li {
  list-style: none;
}

.list-group-type1 > li:before {
  content: '★';
  color: yellow;
  position: absolute;
  margin: 0 0 0 -1em;
}

.list-group-type2 {
  padding: 0 0 0 1em;
}

.list-group-type2 > li {
  list-style: none;
  margin-bottom: 15px;
}

.list-group-type2 > li:before {
  content: '▲';
  position: absolute;
  margin: 0 0 0 -1em;
  width: 1rem;
  height: 2rem;
}

@media all and (max-width: 720px) {
  .list-group-type2 > li:before {
    background-position-y: 0.8rem;
  }
}

@media all and (max-width: 500px) {
  .list-group-type2 > li:before {
    background-position-y: 0.4rem;
  }
}

/*====================no-js====================*/
.SizeCh2 {
  display: none;
}

.Show-App {
  display: none;
}

.l_underline {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */