@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;
}

* {
  -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: black;
  background: transparent;
  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%;
  background: transparent url("../images/wrap_bg2.jpg") center top repeat-y;
  background-size: 1921px;
}

@media all and (max-width: 1000px) {
  #wrapper {
    background-size: 170%;
  }
}

#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%;
  /*@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: 85% 2% 0% 2%;
}

@media all and (max-width: 1000px) {
  #content {
    padding: 75% 3% 0%;
  }
}

/*==================== MENU ====================*/
.menu {
  padding: 2% 15%;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  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;
}

/*==================== 框架 ====================*/
.con-top {
  height: 0;
  padding-bottom: 12%;
  background: transparent url("../images/con_top.png") center top no-repeat;
  background-size: 100%;
  position: relative;
}

@media all and (max-width: 720px) {
  .con-top {
    background-size: 100%;
  }
}

.con-mid {
  padding: 4% 3% 1%;
  height: auto;
  background: transparent url("../images/con_mid.png") center top repeat-y;
  background-size: 100%;
  overflow: hidden;
}

@media all and (max-width: 720px) {
  .con-mid {
    background-size: 100%;
  }
}

.con-fot {
  height: 0;
  padding-bottom: 5%;
  background: transparent url("../images/con_fot.png") center bottom no-repeat;
  background-size: 100%;
  position: relative;
  top: -1px;
}

@media all and (max-width: 720px) {
  .con-fot {
    background-size: 100%;
  }
}

/*====================內容====================*/
.ul_yeollow li::before {
  content: "■";
  color: #e8007d;
}

.item .item-con ul.item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item .item-con ul.item2 li {
  width: 50%;
}

.item {
  width: 100%;
  height: auto;
  padding: 1% 0 2%;
  position: relative;
}

.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: white;
}

@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%;
  }
}

.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: #fff000;
}

.color02 {
  color: #ff5d5d;
}

ol {
  padding: 0 0 0 2em;
}

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: #ff146b;
  position: absolute;
  margin: 0 0 0 -1em;
}

.place {
  padding: 0 0 0 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.place div {
  width: 50%;
}

.place div:before {
  content: "★";
  color: #ff146b;
  position: absolute;
  margin: 0 0 0 -1em;
}

.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;
}

.Img-Pic01 {
  margin: 0 0 2% 0;
}
/*# sourceMappingURL=style.css.map */