@charset 'utf-8';
.taiwan {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.taiwan .link-wrap a {
  background-color: #e87979;
  text-align: center;
  font-weight: bold;
  padding: .45em 1em .35em;
  border-radius: 3px;
  margin: 1em 0;
  font-size: 20px;
  color: #fff;
  width: 100%;
}
.taiwan .link-wrap-more a {
  background-color: #fcd9d9;/*#ffc6c6*/
  text-align: center;
  font-weight: bold;
  padding: .45em 1em .35em;
  border-radius: 2px;
  margin: 1em 0;
  font-size: 1em;
  color: #333232;
  width: 100%;
}
.taiwan header {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.taiwan .outline {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1em;
}
.taiwan .outline .intro ul {
  display: flex;
  flex-wrap: wrap;
}
.taiwan .outline .intro ul li {
  font-size: 1.1em;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .taiwan .outline .intro ul li {
    idth: 45%;
  }
}
.taiwan .outline .intro p {
  margin: 1em 0;
}
.taiwan .outline .cat-lesson .lesson-wrap .cat {
  margin: 0 0 1em;
}
.taiwan .outline .cat-lesson .lesson-wrap .cat img {
  width: 40px;
  display: block;
  margin: 0 auto;
}
.taiwan .outline .cat-lesson .lesson-wrap .cat h4 {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid white/*#ffb7af;*/
  background-color: white/*#ffb7af;*/
}
.taiwan .outline .cat-lesson .lesson-wrap .singolo a {
  display: block;
  position: relative;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 0 0 .5em 0;
  margin: .5em 0;
}
.taiwan .outline .cat-lesson .lesson-wrap .singolo a .lesson-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
}
.taiwan .outline .cat-lesson .lesson-wrap .singolo a .lesson-title {
  padding: 0 0 0 42px;
}
.taiwan .outline .cat-lesson .lesson-wrap .singolo a .lesson-title h3 {
  font-size: 1em;
  line-height: 1.3;
}
.taiwan .outline .cat-lesson .lesson-wrap .singolo a .lesson-title span {
  font-size: .8em;
}
.taiwan .outline .cat-lesson .lesson-wrap .singolo a .lesson-title .tutor-img {
  width: 25px;
  border-radius: 50%;
}
.taiwan .outline .cat-lesson .lesson-wrap .link-wrap a:hover {
  text-decoration: none;
  background: #ce9898;
}
.taiwan .outline .for-beginner .inner h3 {
  text-align: center;
  margin: 1em 0;
}
@media only screen and (min-width: 769px) {
  .taiwan .outline .for-beginner .inner h2 {
    margin: 3em 0 1em;
  }
}
.taiwan .outline .for-beginner .inner p {
  font-size: 1.1em;
  line-height: 1.6;
  margin: 1em 0;
}
.taiwan .outline .for-beginner .inner .link-wrap .startguide {
  background-color: #6181ce;
  display: block;
  margin: 0 auto;
  font-size: 1.35em;
}
.taiwan .outline .for-beginner .inner .link-wrap .startguide:hover {
  text-decoration: none;
  background: #7589af;
}


/*============================
#page-top
============================*/
#page-top {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 10;
}
#page-top a {
  font-size: 12px;
  padding: 30px 0;
  background: #8E7B87;
  text-decoration: none;
  color: #fff !important;
  width: 100px;
  height: 77px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #C0BBAC;
}
