@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;700&family=Playfair+Display:wght@400;600;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: Helvetica, Arial, '微軟正黑體', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  background: #efece6;
  color: #505050;
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

a {
  color: inherit;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row > [class^="col-"].p-0 {
  padding: 0;
}

.row .col-2 {
  width: 16.66%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: calc(100% / 3);
}

.row .col-5 {
  width: 41.66%;
}

.row .col-6 {
  width: 50%;
}

.row .col-7 {
  width: 58.34%;
}

.row .col-8 {
  width: calc(100% * 2 / 3);
}

.row .col-9 {
  width: 75%;
}

.row .col-12 {
  width: 100%;
}

.row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px !important;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px !important;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px !important;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px !important;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px !important;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px !important;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px !important;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px !important;
}

.pt-1,
.p-1,
.py-1 {
  padding-top: 10px !important;
}

.pb-1,
.p-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.p-1,
.px-1 {
  padding-left: 10px !important;
}

.pr-1,
.p-1,
.px-1 {
  padding-right: 10px !important;
}

.mt-1,
.m-1,
.my-1 {
  margin-top: 10px !important;
}

.mb-1,
.m-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.m-1,
.mx-1 {
  margin-left: 10px !important;
}

.mr-1,
.m-1,
.mx-1 {
  margin-right: 10px !important;
}

.pt-2,
.p-2,
.py-2 {
  padding-top: 20px !important;
}

.pb-2,
.p-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.p-2,
.px-2 {
  padding-left: 20px !important;
}

.pr-2,
.p-2,
.px-2 {
  padding-right: 20px !important;
}

.mt-2,
.m-2,
.my-2 {
  margin-top: 20px !important;
}

.mb-2,
.m-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.m-2,
.mx-2 {
  margin-left: 20px !important;
}

.mr-2,
.m-2,
.mx-2 {
  margin-right: 20px !important;
}

.pt-3,
.p-3,
.py-3 {
  padding-top: 30px !important;
}

.pb-3,
.p-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.p-3,
.px-3 {
  padding-left: 30px !important;
}

.pr-3,
.p-3,
.px-3 {
  padding-right: 30px !important;
}

.mt-3,
.m-3,
.my-3 {
  margin-top: 30px !important;
}

.mb-3,
.m-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.m-3,
.mx-3 {
  margin-left: 30px !important;
}

.mr-3,
.m-3,
.mx-3 {
  margin-right: 30px !important;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 40px !important;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.p-4,
.px-4 {
  padding-left: 40px !important;
}

.pr-4,
.p-4,
.px-4 {
  padding-right: 40px !important;
}

.mt-4,
.m-4,
.my-4 {
  margin-top: 40px !important;
}

.mb-4,
.m-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.m-4,
.mx-4 {
  margin-left: 40px !important;
}

.mr-4,
.m-4,
.mx-4 {
  margin-right: 40px !important;
}

.pt-5,
.p-5,
.py-5 {
  padding-top: 50px !important;
}

.pb-5,
.p-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.p-5,
.px-5 {
  padding-left: 50px !important;
}

.pr-5,
.p-5,
.px-5 {
  padding-right: 50px !important;
}

.mt-5,
.m-5,
.my-5 {
  margin-top: 50px !important;
}

.mb-5,
.m-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.m-5,
.mx-5 {
  margin-left: 50px !important;
}

.mr-5,
.m-5,
.mx-5 {
  margin-right: 50px !important;
}

.pt-6,
.p-6,
.py-6 {
  padding-top: 60px !important;
}

.pb-6,
.p-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.p-6,
.px-6 {
  padding-left: 60px !important;
}

.pr-6,
.p-6,
.px-6 {
  padding-right: 60px !important;
}

.mt-6,
.m-6,
.my-6 {
  margin-top: 60px !important;
}

.mb-6,
.m-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.m-6,
.mx-6 {
  margin-left: 60px !important;
}

.mr-6,
.m-6,
.mx-6 {
  margin-right: 60px !important;
}

.pt-8,
.p-8,
.py-8 {
  padding-top: 80px !important;
}

.pb-8,
.p-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.p-8,
.px-8 {
  padding-left: 80px !important;
}

.pr-8,
.p-8,
.px-8 {
  padding-right: 80px !important;
}

.mt-8,
.m-8,
.my-8 {
  margin-top: 80px !important;
}

.mb-8,
.m-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.m-8,
.mx-8 {
  margin-left: 80px !important;
}

.mr-8,
.m-8,
.mx-8 {
  margin-right: 80px !important;
}

.pt-10,
.p-10,
.py-10 {
  padding-top: 100px !important;
}

.pb-10,
.p-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.p-10,
.px-10 {
  padding-left: 100px !important;
}

.pr-10,
.p-10,
.px-10 {
  padding-right: 100px !important;
}

.mt-10,
.m-10,
.my-10 {
  margin-top: 100px !important;
}

.mb-10,
.m-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.m-10,
.mx-10 {
  margin-left: 100px !important;
}

.mr-10,
.m-10,
.mx-10 {
  margin-right: 100px !important;
}

/* text */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-hidden {
  text-indent: -9999px;
  height: 0;
}

.text-focus {
  color: #bf877a;
}

.font-09 {
  font-size: .9em;
}

.font-1 {
  font-size: 1.1em;
}

.font-2 {
  font-size: 1.2em;
}

.font-3 {
  font-size: 1.3em;
}

.font-4 {
  font-size: 1.4em;
}

.font-6 {
  font-size: 1.6em;
}

.lh14 {
  line-height: 1.4;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.ls05 {
  letter-spacing: .05em;
}

.ls10 {
  letter-spacing: .1em;
}

/* background */
.bg_rb {
  background-color: #bf877a;
}

.bg_g {
  background-color: #67a3b0;
}

.bg_y {
  background-color: #ffcc01;
}

.bg_w {
  background-color: #fff;
}

.bg_gray {
  background-color: #737373;
}

/* color */
.color_g {
  color: #67a3b0;
}

.color_rb {
  color: #bf877a;
}

.color_Black {
  color: #000;
}

.color_white {
  color: #fff;
}

/* weight */
.bold {
  font-weight: bold;
}

/* position */
.relative {
  position: relative;
}

/* block */
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.all-content {
  position: relative;
  font-size: 1.1em;
  margin: 0 auto;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 577px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1281px) {
  .container-l,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1681px) {
  .container-xl {
    max-width: 1600px;
  }
}

.n_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-bottom: 15px;
  background: #efece6;
}

.n_header .n_header-in {
  width: 1240px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.n_header .logo .n_twlogo {
  display: inline-block;
  vertical-align: middle;
}

.n_header .logo .n_twlogo img {
  width: 130px;
  height: 50px;
}

.n_header .logo span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid;
  letter-spacing: .05em;
}

.n_header .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.n_header .menu__list {
  font-size: 0;
}

.n_header .menu__list li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  color: #000;
  margin: 0 2px;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 50px 1em 15px;
}

.n_header .menu__list li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  border-right: 1px solid #bf877a;
  height: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.n_header .menu__list li span {
  position: relative;
  z-index: 2;
  display: block;
}

.n_header .menu__list li:hover, .n_header .menu__list li.active {
  color: #bf877a;
}

.n_header .menu__list li:hover:before, .n_header .menu__list li.active:before {
  height: 40px;
}

.n_header .menu__list li:hover:after, .n_header .menu__list li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -3px;
  background: #bf877a;
}

.n_header .signup {
  display: block;
  position: relative;
  margin-left: 1.5em;
  padding: 10px 2em;
  border: 1px solid #bf877a;
  color: #bf877a;
  background: #fff;
  line-height: 1;
  margin-bottom: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.n_header .signup:hover {
  background: #bf877a;
  color: #fff;
}

.n_header .burger_box {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 16px;
  margin-top: -8px;
  width: 30px;
  display: none;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.n_header .burger_box:hover {
  opacity: 0.7;
}

.n_header .burger_box.active .menu-icon_line--1 {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
          transform: translateY(7px) translateX(0) rotate(45deg);
  background: #000;
}

.n_header .burger_box.active .menu-icon_line--2 {
  opacity: 0;
  background: #000;
}

.n_header .burger_box.active .menu-icon_line--3 {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
          transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #000;
}

.n_header .burger_box span {
  background: #000;
  border: none;
  height: 2px;
  border-radius: 50em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.n_header .burger_box span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.n_header .burger_box span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}

.n_header.scroll {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.page__wrapper {
  position: relative;
  padding-top: 100px;
}

.page__content > li {
  display: none;
}

.page__content > li.active {
  display: block;
}

.page__content .page__title {
  padding: 4em 20px 0;
}

.page__content .page__title .txt {
  display: inline-block;
  width: 180px;
  height: 180px;
  border: 1px solid #bf877a;
}

.page__content .page__title .en {
  position: absolute;
  width: 280px;
  height: 133px;
  top: 0;
  left: 50%;
  margin-left: -140px;
  background: url(../images/pageTitle_en.png) no-repeat 0 0/auto 133px;
  background-image: -webkit-image-set(url(../images/pageTitle_en.png) 1x, url(../images/pageTitle_en@2x.png) 2x);
  background-image: image-set(url(../images/pageTitle_en.png) 1x, url(../images/pageTitle_en@2x.png) 2x);
}

.page__content .page__title .en.en__2 {
  background-position: -280px 0;
}

.page__content .page__title .cn {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 22px;
}

.page__content ul.list_main_style li {
  position: relative;
  padding-left: 1.5em;
}

.page__content ul.list_main_style li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #bf877a;
  top: 50%;
  margin-top: -4px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page__content ul.list_main_style li:nth-child(even):before {
  background: #67a3b0;
}

.page__content ul.list_main_style.multi li:before {
  top: 6px;
  margin-top: 0;
}

.page__content ul.list_main_style.style_black li:before {
  background: #000;
}

.page__content .main_btn_style {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page__content .main_btn_style:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.block__list .block {
  padding: 5em 0;
}

.block__list .main_top {
  width: 100%;
  position: relative;
  height: 870px;
  z-index: 1;
  background: url(../images/banner_bg.jpg) no-repeat center top/1920px auto;
  background-image: -webkit-image-set(url(../images/banner_bg.jpg) 1x, url(../images/banner_bg@2x.jpg) 2x);
  background-image: image-set(url(../images/banner_bg.jpg) 1x, url(../images/banner_bg@2x.jpg) 2x);
}

.block__list .main_top .inner {
  width: 1600px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.block__list .main_top .inner img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-animation: mainTop 8s;
          animation: mainTop 8s;
}

@-webkit-keyframes mainTop {
  0%,
  5% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes mainTop {
  0%,
  5% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.block__list .main_top .mo {
  display: none;
}

.block__list .block__1a .title {
  margin-left: -40px;
}

.block__list .block__1a ul li {
  list-style-type: circle;
}

.block__list .block__1b {
  padding: 0;
}

.block__list .block__1b .content {
  padding: 80px 16%;
  background: #fff;
}

.block__list .block__1b .content h2 {
  position: relative;
  padding-bottom: 20px;
  font-family: 'Noto Serif TC', serif !important;
}

.block__list .block__1b .content h2:after {
  content: '';
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  border-bottom: 2px solid #bf877a;
}

.block__list .block__1b .content a {
  border: 1px solid #bf877a;
  padding: 15px 4em;
}

.block__list .block__1b .video {
  padding: 40px;
}

.block__list .block__1b .video a {
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.block__list .block__1b .video a img {
  -webkit-transition: all .8s;
  transition: all .8s;
}

.block__list .block__1b .video a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.block__list .block__1c {
  position: relative;
}

.block__list .block__1c .content {
  position: relative;
  width: 590px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 3;
  padding: 0 20px;
}

.block__list .block__1c .content .title {
  margin-left: -120px;
}

.block__list .block__1c .content h3 {
  font-family: 'Noto Serif TC', serif !important;
  letter-spacing: .1em;
}

.block__list .block__1c .content a {
  position: relative;
  padding: 15px 3em;
  border: 1px solid;
}

.block__list .block__1c .content a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background: url(../images/i_1.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/i_1.png) 1x, url(../images/i_1@2x.png) 2x);
  background-image: image-set(url(../images/i_1.png) 1x, url(../images/i_1@2x.png) 2x);
  margin-right: 20px;
}

.block__list .block__1c .content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.block__list .block__1c > img {
  position: absolute;
  z-index: 2;
}

.block__list .block__1c .peo1 {
  z-index: 4;
  top: 27%;
  right: 73%;
}

.block__list .block__1c .peo2 {
  top: 20%;
  left: 61%;
}

.block__list .block__1c .peo3 {
  top: 46%;
  left: 78%;
}

.block__list .block__1c .circle {
  position: absolute;
  border-radius: 50%;
}

.block__list .block__1c .c__1 {
  width: 230px;
  height: 230px;
  top: 16%;
  right: 91%;
}

.block__list .block__1c .c__2 {
  width: 170px;
  height: 170px;
  top: 54%;
  right: 70%;
}

.block__list .block__1c .c__3 {
  z-index: 2;
  width: 80px;
  height: 80px;
  top: 27%;
  left: 89%;
}

.block__list .block__1c .c__4 {
  width: 300px;
  height: 300px;
  top: 29%;
  left: 88%;
}

.block__list .block__1d:before {
  content: '';
  position: absolute;
  mix-blend-mode: darken;
  bottom: 0;
  left: -100px;
  width: 583px;
  height: 477px;
  background: url(../images/b1d_bg1.jpg) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/b1d_bg1.jpg) 1x, url(../images/b1d_bg1@2x.jpg) 2x);
  background-image: image-set(url(../images/b1d_bg1.jpg) 1x, url(../images/b1d_bg1@2x.jpg) 2x);
}

.block__list .block__1d:after {
  content: '';
  position: absolute;
  mix-blend-mode: darken;
  top: 0;
  right: -250px;
  width: 958px;
  height: 660px;
  background: url(../images/b1d_bg2.jpg) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/b1d_bg2.jpg) 1x, url(../images/b1d_bg2@2x.jpg) 2x);
  background-image: image-set(url(../images/b1d_bg2.jpg) 1x, url(../images/b1d_bg2@2x.jpg) 2x);
}

.block__list .block__1d .container {
  z-index: 2;
}

.block__list .block__1d .title {
  margin-left: -55px;
}

.block__list .block__1d .label span {
  padding: 5px 1em;
}

.block__list .block__1d .course_list .ctl {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  color: #999;
}

.block__list .block__1d .price_list {
  border: 1px solid #bf877a;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__list .block__1d .price_list .price_list_l {
  width: 60%;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block__list .block__1d .price_list .price_list_r {
  width: 41%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block__list .block__1d .price_list .p__1 {
  color: #999;
  text-decoration: line-through;
}

.block__list .block__1d .price_list .p__2 b {
  font-family: 'Playfair Display', serif !important;
  font-weight: normal;
  line-height: 0.8;
}

.block__list .block__1d .price_list .p__2 b small {
  font-size: 70%;
}

.block__list .block__1d .price_list .openForm {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.block__list .block__1d .price_list .openForm:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/i_2.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/i_2.png) 1x, url(../images/i_2@2x.png) 2x);
  background-image: image-set(url(../images/i_2.png) 1x, url(../images/i_2@2x.png) 2x);
  margin-right: 10px;
}

.block__list .block__1d .price_list .openForm:hover {
  background: #444;
  -webkit-box-shadow: inset 0 -4px 0 0 #bf877a;
          box-shadow: inset 0 -4px 0 0 #bf877a;
}

.block__list .block__2a {
  overflow: hidden;
}

.block__list .block__2a .course_top_title {
  position: relative;
}

.block__list .block__2a .course_top_title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  background: #bf877a;
}

.block__list .block__2a .course_top_title h3 {
  display: inline-block;
  background: #bf877a;
  font-family: 'Noto Serif TC', serif !important;
  padding: 10px 20px 10px 0;
}

.block__list .block__2a .course_top_p:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  border-top: 1px solid #d6ae99;
}

.block__list .block__2a .course_top_p span {
  z-index: 2;
  background: #efece6;
  padding-right: 20px;
}

.block__list .block__2a .teacher {
  width: 365px;
  max-width: 100%;
  margin: 0 auto;
}

.block__list .block__2a .teacher .t_img_name {
  position: absolute;
  top: 60px;
  left: -40px;
}

.block__list .block__2a .teacher .t_img_name .name {
  font-size: 2em;
  font-family: 'Playfair Display', 'Noto Serif TC', serif !important;
  margin-top: 5px;
  letter-spacing: .02em;
}

.block__list .block__2a .teacher .p__btm {
  border: 1px solid;
  padding: 15px 25px;
}

.block__list .block__2a .course_intro {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.block__list .block__2a .course_intro_wrapper {
  margin: 50px auto 0;
  padding: 0 110px;
}

.block__list .block__2a .course_intro_wrapper:before, .block__list .block__2a .course_intro_wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -90px;
  width: 84px;
  height: 180px;
  background: url(../images/b2a_bg.jpg) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/b2a_bg.jpg) 1x, url(../images/b2a_bg@2x.jpg) 2x);
  background-image: image-set(url(../images/b2a_bg.jpg) 1x, url(../images/b2a_bg@2x.jpg) 2x);
}

.block__list .block__2a .course_intro_wrapper:before {
  left: 0;
}

.block__list .block__2a .course_intro_wrapper:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.block__list .block__2a .course_intro_wrapper .wrapper {
  border: 1px solid #bf877a;
  padding: 0 20px 20px;
}

.block__list .block__2a .course_intro_wrapper .wrapper .title {
  position: relative;
  top: -15px;
}

.block__list .block__2a .course_intro_wrapper .wrapper .title span {
  padding: 5px;
  width: 140px;
  max-width: 100%;
}

.block__list .block__2a .course_intro_wrapper .wrapper a {
  border-bottom: 1px solid;
}

.block__list .block__2b {
  background: #e3d7c7;
  padding-bottom: 12em;
}

.block__list .block__2b:before, .block__list .block__2b:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  background: repeating-linear-gradient(-45deg, #d6ae99, #d6ae99 4px, #fff 4px, #fff 8px);
}

.block__list .block__2b:before {
  top: 0;
}

.block__list .block__2b:after {
  bottom: 0;
}

.block__list .block__2b .container {
  z-index: 2;
}

.block__list .block__2b .tool_top_title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.block__list .block__2b .tool_list li .tl_chapter {
  width: 230px;
  height: 70px;
  background: url(../images/chapter.jpg) no-repeat 0 0/230px auto;
  background-image: -webkit-image-set(url(../images/chapter.jpg) 1x, url(../images/chapter@2x.jpg) 2x);
  background-image: image-set(url(../images/chapter.jpg) 1x, url(../images/chapter@2x.jpg) 2x);
}

.block__list .block__2b .tool_list li .tl_name {
  font-family: 'Noto Serif TC', serif !important;
  margin-top: 5px;
}

.block__list .block__2b .tool_list li .tl_content {
  padding: 30px 45% 30px 30px;
  width: calc(100% - 30px);
}

.block__list .block__2b .tool_list li .tl_content .list_main_style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__list .block__2b .tool_list li .tl_content .list_main_style li span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block__list .block__2b .tool_list li .tl_content .list_main_style li:not(:first-child) {
  margin-top: 10px;
}

.block__list .block__2b .tool_list li .tl_tool_content {
  position: absolute;
  width: 380px;
  max-width: 100%;
  top: 20px;
  right: -30px;
}

.block__list .block__2b .tool_list li .tl_tool_content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: 6px 6px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.block__list .block__2b .tool_list li .tl_tool_content.tl_tool_content__1 {
  background: #869760;
}

.block__list .block__2b .tool_list li .tl_tool_content .inner {
  z-index: 2;
  padding: 20px 30px;
}

.block__list .block__2b .tool_list li .tl_tool_content ol {
  padding-left: 1.2em;
}

.block__list .block__2b .tool_list li .tl_tool_content ol li {
  list-style: decimal;
  margin: 6px 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.3);
}

.block__list .block__2b .tool_list li:nth-child(1) .tl_content {
  border: 1px solid #869760;
}

.block__list .block__2b .tool_list li:nth-child(1) .tl_tool_content:before {
  border: 1px solid #869760;
  background-image: linear-gradient(to right, #cad6ae 1px, transparent 1px), linear-gradient(to bottom, #cad6ae 1px, transparent 1px);
}

.block__list .block__2b .tool_list li:nth-child(1) .tl_tool_content .inner {
  background: #869760;
}

.block__list .block__2b .tool_list li:nth-child(2) .tl_chapter {
  background-position: 0 -70px;
}

.block__list .block__2b .tool_list li:nth-child(2) .tl_content {
  border: 1px solid #7a8ea1;
}

.block__list .block__2b .tool_list li:nth-child(2) .tl_tool_content:before {
  border: 1px solid #7a8ea1;
  background-image: linear-gradient(to right, #abbac9 1px, transparent 1px), linear-gradient(to bottom, #abbac9 1px, transparent 1px);
}

.block__list .block__2b .tool_list li:nth-child(2) .tl_tool_content .inner {
  background: #7a8ea1;
}

.block__list .block__2b .tool_list li:nth-child(3) .tl_chapter {
  background-position: 0 -140px;
}

.block__list .block__2b .tool_list li:nth-child(3) .tl_content {
  border: 1px solid #9baea8;
}

.block__list .block__2b .tool_list li:nth-child(3) .tl_tool_content:before {
  border: 1px solid #9baea8;
  background-image: linear-gradient(to right, #becfca 1px, transparent 1px), linear-gradient(to bottom, #becfca 1px, transparent 1px);
}

.block__list .block__2b .tool_list li:nth-child(3) .tl_tool_content .inner {
  background: #9baea8;
}

.block__list .block__2b .tool_list li:nth-child(4) .tl_chapter {
  background-position: 0 -210px;
}

.block__list .block__2b .tool_list li:nth-child(4) .tl_content {
  border: 1px solid #c0a278;
}

.block__list .block__2b .tool_list li:nth-child(4) .tl_tool_content:before {
  border: 1px solid #c0a278;
  background-image: linear-gradient(to right, #e0c8a6 1px, transparent 1px), linear-gradient(to bottom, #e0c8a6 1px, transparent 1px);
}

.block__list .block__2b .tool_list li:nth-child(4) .tl_tool_content .inner {
  background: #c0a278;
}

.block__list .block__2b .tool_list li:nth-child(5) .tl_chapter {
  background-position: 0 -280px;
}

.block__list .block__2b .tool_list li:nth-child(5) .tl_content {
  border: 1px solid #bf877a;
}

.block__list .block__2b .tool_list li:nth-child(5) .tl_tool_content:before {
  border: 1px solid #bf877a;
  background-image: linear-gradient(to right, #e2b7ae 1px, transparent 1px), linear-gradient(to bottom, #e2b7ae 1px, transparent 1px);
}

.block__list .block__2b .tool_list li:nth-child(5) .tl_tool_content .inner {
  background: #bf877a;
}

.block__list .block__2b .b2b_bg1 {
  position: absolute;
  top: 15%;
  left: 80%;
}

.block__list .block__2b .b2b_bg2 {
  position: absolute;
  top: 40%;
  right: 80%;
}

.block__list .block__2b .b2b_bg3 {
  position: absolute;
  bottom: 0;
  left: 80%;
}

.block__list .block__3a li:nth-child(4n+1) {
  background: #e3d7c7;
}

.block__list .block__3a li:nth-child(4n+3) {
  background: #cec6bb;
}

.block__list .block__3a .wrapper {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

.block__list .block__3a .name {
  font-family: 'Playfair Display', 'Noto Serif TC', serif !important;
}

.block__list .block__3a .title {
  border-bottom: 1px solid #bf877a;
  font-family: 'Noto Serif TC', serif !important;
  font-weight: 600;
}

.block__list .block__3a .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3d3d3d;
}

.block__list .block__3a .des > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block__list .block__3a .des > * {
  line-height: 1.4;
}

.block__list .block__3a .des p .border {
  border-bottom: 2px solid #bf877a;
}

.block__list .block__3a .comment {
  padding: 25px 45px 25px 35px;
  background: #fff;
  background-size: 12px 12px;
  background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px);
}

.block__list .block__3a .comment p {
  font-family: 'Noto Serif TC', serif !important;
}

.block__list .block__3a .comment:after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 80px;
  height: 70px;
  background: url(../images/i_3.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../images/i_3.png) 1x, url(../images/i_3@2x.png) 2x);
  background-image: image-set(url(../images/i_3.png) 1x, url(../images/i_3@2x.png) 2x);
}

#faq {
  position: relative;
  width: 600px;
  max-width: 95%;
  margin: 100px auto;
  background: #fff;
  border: 1px solid #bf877a;
  padding: 40px;
}

#faq li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

#faq .mfp-close {
  font-size: 15px;
}

.gofooter {
  position: relative;
  z-index: 100;
  background: #67a3b0;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

.gofooter .wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.gofooter .f_logo {
  width: 130px;
  height: 50px;
}

.gofooter .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.gofooter .contact li {
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.gofooter .contact li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.gofooter .contact a {
  display: block;
}

.gofooter .contact a:hover {
  text-decoration: underline;
}

.gofooter .social a {
  display: inline-block;
  margin: 0 2px;
}

.gofooter .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .05em;
  margin-top: 20px;
}

.form-style {
  position: relative;
  padding: 28px 40px;
  width: 430px;
  max-width: 95%;
  margin: 40px auto 100px;
  background: #fff;
  font-size: 15px;
}

.form-style .form__content h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #333333;
  letter-spacing: 6px;
}

.form-style .form__inner {
  margin-top: 24px;
  margin-bottom: 16px;
  background-color: #f7f7f9;
  padding: 10px 10px 16px;
}

.form-style .form_line {
  position: relative;
  margin-top: 8px;
}

.form-style .form_line .form-input {
  border: none;
  height: 1.4375em;
  background: none;
  padding: 10px 0px 10px 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: calc(100% - 12px);
  border-bottom: 1px solid #c3c3c3;
}

.form-style .form_line .form-input::-webkit-input-placeholder {
  color: #b8b8b8;
  letter-spacing: 1px;
  font-weight: 400;
}

.form-style .form_line .form-input:-ms-input-placeholder {
  color: #b8b8b8;
  letter-spacing: 1px;
  font-weight: 400;
}

.form-style .form_line .form-input::-ms-input-placeholder {
  color: #b8b8b8;
  letter-spacing: 1px;
  font-weight: 400;
}

.form-style .form_line .form-input::placeholder {
  color: #b8b8b8;
  letter-spacing: 1px;
  font-weight: 400;
}

.form-style .form_line .form-input:hover {
  border-color: #000;
}

.form-style .form_line .form-input:focus {
  outline: none;
}

.form-style .form_line .form-input[aria-invalid="true"] {
  border-color: #d32f2f;
}

.form-style .form_line .error-txt {
  color: #d32f2f;
  font-size: .75rem;
  margin-top: 3px;
  display: none;
}

.form-style .phoneVerify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

.form-style .phoneVerify .form_line {
  width: 180px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-style .phoneVerify input[type="button"] {
  border-radius: 50em;
  font-size: 14px;
  outline: none;
  line-height: 1.75;
  min-width: 64px;
  padding: 8px;
  white-space: nowrap;
  border: none;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.form-style .phoneVerify input[type="button"]:hover {
  background: rgba(255, 255, 255, 0.6);
}

.form-style .phoneVerify input[type="button"].disabled {
  color: rgba(0, 0, 0, 0.26);
  background: rgba(0, 0, 0, 0.12);
  pointer-events: none;
  cursor: default;
}

.form-style .form-button {
  text-align: center;
  color: #fff;
  display: block;
  border: none;
  border-radius: 50em;
  min-width: 64px;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  padding: 6px 40px;
  font-size: 16px;
  line-height: 1.75;
  background: #21c09b;
  -webkit-transition: all .2s;
  transition: all .2s;
  letter-spacing: 1px;
}

.form-style .form-button:hover {
  opacity: .82;
}

.form-style .form-button.fb-login {
  background: #0773f6;
  margin-bottom: 10px;
}

.form-style .form-button.line-login {
  background: #00b901;
  margin-bottom: 20px;
}

.form-style .form-button.disabled {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-style .form-button.disabled:hover {
  opacity: 1;
}

.form-style .form-button.register-submit.disabled {
  background: #e4e4e4;
}

.form-style .social-login-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.form-style .social-login-title:before, .form-style .social-login-title:after {
  content: '';
  display: block;
  width: 100px;
  border-top: 1px solid #ccc;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.form-style .social-login-title span {
  margin: 0 16px;
  letter-spacing: 1px;
  color: #c3c3c3;
}

.form-style .form-btm {
  color: #7f7f7f;
  font-size: 15px;
}

.form-style .form-btm a {
  color: #21c09b;
  margin-left: 5px;
}

.form-style .form-private {
  font-size: 12px;
  color: #7f7f7f;
  letter-spacing: 0.8px;
}

.form-style .form-private input[type="checkbox"] {
  display: none;
}

.form-style .form-private input[type="checkbox"] + label {
  position: relative;
  padding-left: 42px;
  display: block;
  cursor: pointer;
  padding-right: 11px;
}

.form-style .form-private input[type="checkbox"] + label a {
  text-decoration: underline;
  font-weight: bold;
  color: inherit;
}

.form-style .form-private input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
  left: 11px;
  top: 50%;
  margin-top: -10px;
}

.form-style .form-private input[type="checkbox"]:checked + label:before {
  background: #214f6d;
  border-color: #214f6d;
}

.form-style .form-private input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 16px;
  top: 10px;
}

.select_countryCode {
  position: relative;
  color: rgba(0, 0, 0, 0.87);
}

.select_countryCode .countryCode {
  position: relative;
  padding: 16.5px 14px;
  font-size: 15px;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.select_countryCode .countryCode:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #72d3bd transparent transparent transparent;
}

.select_countryCode .countryCode:hover, .select_countryCode .countryCode.active {
  border-color: #000;
}

.select_countryCode .countryCode_list {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 8px 0;
  background: #fff;
  border-radius: 4px;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

.select_countryCode .wrapper input[type="radio"] {
  display: none;
}

.select_countryCode .wrapper input[type="radio"] + label {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  padding: 6px 16px;
  cursor: pointer;
}

.select_countryCode .wrapper input[type="radio"] + label:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.select_countryCode .wrapper input[type="radio"]:checked + label {
  background: rgba(34, 79, 109, 0.08);
}

.select_countryCode .wrapper input[type="radio"]:checked + label:hover {
  background: rgba(34, 79, 109, 0.12);
}

#welcome_pop {
  position: relative;
  width: 650px;
  max-width: 95%;
  margin: 100px auto;
}

#welcome_pop .mfp-close {
  font-size: 21px !important;
}

.wow.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 1640px) {
  .block__list .main_top {
    height: 53vw;
    background-size: cover;
  }
}

@media only screen and (max-width: 1400px) {
  .block__list .block__1c .peo1 {
    width: 250px;
    right: 79%;
  }
  .block__list .block__1c .peo2 {
    width: 340px;
  }
  .block__list .block__1c .peo3 {
    width: 260px;
  }
  .block__list .block__1c .c__2 {
    width: 100px;
    height: 100px;
    top: 52%;
    right: 78%;
  }
  .block__list .block__1c .c__4 {
    width: 250px;
    height: 250px;
    left: 90%;
  }
}

@media only screen and (max-width: 1280px) {
  .block__list .block__1b .content p {
    font-size: .95em;
  }
}

@media only screen and (max-width: 991px) {
  .block__list .block__1b .col-6 {
    width: 100%;
  }
  .block__list .block__1b .video {
    margin-top: 0 !important;
  }
  .block__list .block__1c {
    padding: 5em 0 20em;
  }
  .block__list .block__1c .content .title {
    margin-left: 0;
  }
  .block__list .block__1c .c__1,
  .block__list .block__1c .peo3 {
    display: none;
  }
  .block__list .block__1c .peo1 {
    top: auto;
    bottom: 0;
    right: 67%;
  }
  .block__list .block__1c .peo2 {
    width: 300px;
    top: auto;
    bottom: 10%;
  }
  .block__list .block__1c .c__2 {
    top: auto;
    bottom: 14%;
    right: 50%;
    right: 62%;
  }
  .block__list .block__2b .tool_list > li:not(:first-child) {
    margin-top: 80px !important;
  }
  .block__list .block__2b .tool_list > li .tl_content {
    padding: 30px 0 0;
    width: calc(100% - 20px);
  }
  .block__list .block__2b .tool_list > li .tl_content ul {
    padding: 0 20px;
  }
  .block__list .block__2b .tool_list > li .tl_tool_content {
    position: relative;
    width: 100%;
    top: 20px;
    right: 0;
    left: 20px;
  }
  .block__list .block__2b .b2b_bg1 {
    top: 2%;
  }
  .block__list .block__2b .b2b_bg2 {
    position: relative;
    right: auto;
    margin-top: 60px;
  }
  .block__list .block__2b .b2b_bg3 {
    left: auto;
    right: 10%;
  }
  .gofooter .row .col-4:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .gofooter .row .col-4:not(:first-child) {
    width: 50%;
    text-align: center;
  }
  .gofooter .contact {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 769px) {
  .n_header.scroll {
    padding: 5px 0;
  }
  .n_header.scroll .menu__list li {
    padding: 20px 1em 20px;
  }
  .n_header.scroll .menu__list li:before, .n_header.scroll .menu__list li:after {
    display: none;
  }
  .n_header.scroll .n_header-in,
  .n_header.scroll .overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .n_header.scroll .signup {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .all-content {
    font-size: 1.05em;
  }
  .n_header {
    padding-bottom: 0;
  }
  .n_header .n_header-in {
    padding: 4px 15px;
  }
  .n_header .burger_box {
    display: block;
  }
  .n_header .overlay {
    position: fixed;
    display: block;
    padding-top: 100px;
    background: #e3d7c7 url(../images/b2b_bg2.jpg) no-repeat center 90%/200px auto;
    background-image: -webkit-image-set(url(../images/b2b_bg2.jpg) 1x, url(../images/b2b_bg2@2x.jpg) 2x);
    background-image: image-set(url(../images/b2b_bg2.jpg) 1x, url(../images/b2b_bg2@2x.jpg) 2x);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .n_header .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .n_header .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .n_header .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .n_header .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .n_header .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .n_header .overlay nav {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.2em;
  }
  .n_header .overlay ul {
    display: inline-block;
    width: 180px;
    position: relative;
  }
  .n_header .overlay ul li {
    display: block;
    position: relative;
    font-size: 21px;
    letter-spacing: .05em;
    opacity: 0;
    padding: 20px !important;
    margin: 0 !important;
    color: #000;
  }
  .n_header .overlay ul li.active {
    border-color: #000;
  }
  .n_header .signup {
    position: relative;
    z-index: 2;
    margin: 30px auto 0;
    display: block;
    width: 180px;
    text-align: center;
    font-size: 21px;
    padding: 15px;
  }
  .n_header .menu__list li:before {
    display: none;
  }
  .n_header .menu__list li:hover:after, .n_header .menu__list li.active:after {
    bottom: 5px;
  }
  .page__wrapper {
    padding-top: 58px;
  }
  .block__list .main_top {
    background-size: 118% auto;
  }
  .block__list .block__1a .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block__list .block__1a .row .col-6 {
    width: 100%;
  }
  .block__list .block__1a .title {
    margin-left: 0;
  }
  .block__list .block__1a .pr-4 img {
    width: 50%;
  }
  .block__list .block__1b .content {
    padding: 60px 40px;
  }
  .block__list .block__1d {
    padding-bottom: 0;
  }
  .block__list .block__1d .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block__list .block__1d .row .col-6 {
    width: 100%;
  }
  .block__list .block__1d .row .col-6 > img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  .block__list .block__1d .price_list {
    margin-bottom: 30px;
  }
  .block__list .block__2a .col-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .block__list .block__2a .col-6:first-child .teacher {
    border-bottom: 1px solid #bf877a;
    padding-bottom: 20px;
  }
  .block__list .block__2a .teacher {
    max-width: 75%;
  }
}

@media only screen and (max-width: 650px) {
  .block__list .main_top {
    height: 100vw;
    background: url(../images/banner_bg-m.jpg) no-repeat center top/cover;
    background-image: -webkit-image-set(url(../images/banner_bg-m.jpg) 1x, url(../images/banner_bg-m@2x.jpg) 2x);
    background-image: image-set(url(../images/banner_bg-m.jpg) 1x, url(../images/banner_bg-m@2x.jpg) 2x);
  }
  .block__list .main_top .pc {
    display: none;
  }
  .block__list .main_top .mo {
    display: inline-block;
  }
}

@media only screen and (max-width: 576px) {
  .all-content {
    font-size: 1em;
  }
  .page__content .page__title .txt {
    width: 150px;
    height: 150px;
  }
  .page__content .page__title .txt .en {
    width: 224px;
    height: 106px;
    background-size: auto 106px;
    margin-left: -112px;
  }
  .page__content .page__title .txt .en.en__2 {
    background-position: -224px 0;
  }
  .block__list .block__1b .content {
    padding: 40px 30px;
  }
  .block__list .block__1b .content .font-6 {
    font-size: 1.25em;
  }
  .block__list .block__1b .content p {
    text-align: left;
    font-size: 1em;
  }
  .block__list .block__1b .video {
    padding: 20px;
  }
  .block__list .block__1c .peo1 {
    width: 42%;
    right: auto;
    left: 8%;
  }
  .block__list .block__1c .peo2 {
    width: 52%;
    left: auto;
    right: -60px;
    z-index: 4;
  }
  .block__list .block__1c .c__2 {
    right: 88%;
  }
  .block__list .block__1d .title {
    margin-left: 0;
  }
  .block__list .block__1d:before {
    width: 350px;
    height: 286px;
  }
  .block__list .block__1d:after {
    width: 574px;
    height: 396px;
  }
  .block__list .block__2a .teacher .t_img_name {
    top: 20px;
    left: -30px;
  }
  .block__list .block__2a .course_top_title h3 {
    display: block;
    width: 70%;
  }
  .block__list .block__2a .course_intro {
    padding: 0 40px;
  }
  .block__list .block__2a .course_intro > p {
    text-align: left;
  }
  .block__list .block__2a .course_intro_wrapper {
    padding: 0 0 20px;
  }
  .block__list .block__2a .course_intro_wrapper:before {
    left: -60px;
  }
  .block__list .block__2a .course_intro_wrapper:after {
    right: -60px;
  }
  .block__list .block__2a .course_intro_wrapper .wrapper {
    position: relative;
    z-index: 3;
  }
  .block__list .block__2b .b2b_bg1 {
    width: 23%;
  }
  .block__list .block__2b .b2b_bg2 {
    width: 56%;
  }
  .block__list .block__2b .b2b_bg3 {
    width: 36%;
  }
  .block__list .block__3a .col-3,
  .block__list .block__3a .col-9 {
    width: 100%;
  }
  .block__list .block__3a .col-3 {
    position: relative;
    text-align: left;
    min-height: 120px;
    margin-bottom: 30px;
    padding-left: 160px;
  }
  .block__list .block__3a .col-3 img {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .block__list .block__3a .col-3 .name {
    margin-top: 30px !important;
    font-size: 1.6em;
  }
  .gofooter .contact {
    display: block;
  }
  .gofooter .contact li {
    padding: 0;
    border: none !important;
  }
  .gofooter .contact li a {
    display: block;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 5px 0;
  }
  .gofooter .copyright {
    font-size: 12px;
  }
  .form-style {
    padding: 30px 20px;
  }
  .form-style .form__content h2 {
    font-size: 21px;
    letter-spacing: 3px;
  }
  .form-style .phoneVerify .form_line {
    width: 140px;
  }
  .form-style .phoneVerify input[type="button"] {
    display: block;
    margin: 10px auto 0;
  }
}

@media only screen and (max-width: 470px) {
  .block__list .block__1d .price_list {
    display: block;
    text-align: center;
  }
  .block__list .block__1d .price_list > * {
    width: 100% !important;
  }
}

@media only screen and (max-width: 420px) {
  .n_header .logo .n_twlogo img {
    width: 110px;
    height: 42px;
  }
  .n_header .logo span {
    font-size: .9em;
  }
  .block__list .block__1c .peo2 {
    width: 60%;
    right: -40px;
  }
  .block__list .block__1c .c__2 {
    width: 80px;
    height: 80px;
    right: 73%;
    bottom: 16%;
  }
  .block__list .block__1d ul li small {
    display: block;
  }
  .block__list .block__2a .wrapper small {
    display: block;
  }
}
