@charset "UTF-8";
@import url("../../../../../Common/Css/normalize.css");
@import url("../../../../../Common/Css/all.css");
ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
}

a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

* {
  -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: #4e0f3d;
  overflow-x: hidden;
}
@media all and (max-width: 720px) {
  body {
    font-size: 20px;
  }
}
@media all and (max-width: 525px) {
  body {
    font-size: 18px;
  }
}
@media all and (max-width: 460px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 360px) {
  body {
    font-size: 14px;
  }
}

#wrapper {
  width: 100%;
  height: 100%;
  background: transparent url("../images/wrap_bg2.jpg") center top repeat-y;
  background-size: 1921px;
}
@media all and (max-width: 1000px) {
  #wrapper {
    background-size: 184%;
  }
}
#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: 184%;
  }
}
#wrapper #wrapper_header #wrapper_footer {
  height: 100%;
  /*@include background('wrap_bg3', $position:center bottom, $size:1921px, $type: '.jpg');
  @include pc-width() {
      background-size: 205%;
  }*/
}

#container {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  #container {
    overflow: hidden;
    width: 100%;
  }
}

#content {
  height: auto;
  padding: 130% 2% 4%;
}
@media all and (max-width: 1000px) {
  #content {
    padding: 125% 0% 4%;
  }
}

/*==================== MENU ====================*/
.menu {
  padding: 2% 15%;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 720px) {
  .menu {
    padding: 2% 10%;
  }
}
.menu a {
  margin: 0 2%;
  width: 46%;
  display: block;
  float: left;
}
.menu a img {
  width: 100%;
  display: block;
}

/*====================內容====================*/
.item {
  width: 100%;
  height: auto;
  padding: 1% 0 2%;
  position: relative;
}
.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  .item .item-title {
    left: 0;
  }
}
.item .item-title img {
  display: block;
}
@media all and (max-width: 720px) {
  .item .item-title img {
    width: 40%;
  }
}
@media all and (max-width: 720px) {
  .item .item-title img.long {
    width: 50%;
  }
}
.item .item-con {
  padding: 1% 2%;
}
@media all and (max-width: 1000px) {
  .item .item-con {
    padding: 1% 2%;
  }
}

.teach-link {
  display: inline-block;
  position: relative;
  top: 4px;
}

/*====================共用====================*/
.color01 {
  color: #fff600;
}

.color02 {
  color: #00ffc6;
}

.color03 {
  color: #00d2ff;
}

.color04 {
  color: #ff2400;
}

.img_w {
  width: 100%;
}

.img_w90 {
  width: 90%;
}
@media all and (max-width: 720px) {
  .img_w90 {
    width: 100%;
  }
}

.img_w60 {
  width: 60%;
}
@media all and (max-width: 720px) {
  .img_w60 {
    width: 80%;
  }
}

ol {
  padding: 0 0 0 2em;
}
ol li {
  list-style: decimal;
}

.l-large {
  font-size: 1.2em;
}

.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: #fff600;
  position: absolute;
  margin: 0 0 0 -1em;
}
.list-group-type1 > li.large {
  font-size: 110%;
}

.list-text-num1 {
  padding: 0;
}
.list-text-num1 > li {
  list-style: none;
  counter-increment: cnt;
  padding: 0 0 0 3.7em;
}
.list-text-num1 > li:before {
  display: marker;
  content: "方式" counter(cnt) "：";
  text-align: center;
  position: absolute;
  margin: 0 0 0 -3.7em;
}

/*====================no-js====================*/
.SizeCh2 {
  display: none;
}

.Show-App {
  display: none;
}/*# sourceMappingURL=style.css.map */