@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

html, body {
  font-family: 'Noto Sans TC','微軟正黑體', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333; }
  html a, html a:hover, html a:active, html a:focus, body a, body a:hover, body a:active, body a:focus {
    text-decoration: none; }
  @media screen and (max-width: 320px) {
    html, body {
      min-width: 320px; } }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, ul, li, p, span {
  margin: 0;
  padding: 0px; }

h1, .h1 {
  font-size: 36px;
  line-height: 50px; }

h2, .h2 {
  font-size: 30px;
  line-height: 40px; }

h3, .h3 {
  font-size: 24px;
  line-height: 30px; }

h4, .h4 {
  font-size: 20px;
  line-height: 30px; }

h5, .h5 {
  font-size: 18px;
  line-height: 30px; }

p {
  font-size: 16px;
  line-height: 20px; }

@media screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 40px; }
  h2, .h2 {
    font-size: 24px;
    line-height: 30px; }
  h3, .h3 {
    font-size: 20px;
    line-height: 30px; }
  h4, .h4 {
    font-size: 18px;
    line-height: 30px; }
  h5, .h5 {
    font-size: 18px;
    line-height: 30px; }
  p {
    font-size: 16px;
    line-height: 20px; } }

@media screen and (max-width: 560px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 30px; }
  h2, .h2 {
    font-size: 20px;
    line-height: 30px; }
  h3, .h3 {
    font-size: 18px;
    line-height: 30px; }
  h4, .h4 {
    font-size: 16px;
    line-height: 20px; }
  h5, .h5 {
    font-size: 16px;
    line-height: 20px; }
  p {
    font-size: 16px;
    line-height: 20px; } }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.btn-center {
  text-align: center; }

.btn {
  font-family: 'Noto Sans TC','微軟正黑體', sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 1px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  background: none;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#c0963b), to(#d4ab22));
  background: -webkit-linear-gradient(bottom, #c0963b 0%, #d4ab22 100%);
  background: -o-linear-gradient(bottom, #c0963b 0%, #d4ab22 100%);
  background: linear-gradient(to top, #c0963b 0%, #d4ab22 100%);
  border: 5px solid #d4ab22;
  color: #fff;
  font-size: 20px;
  text-shadow: #916911 1px 1px 1px;
  margin-left: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn:hover {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#d4ab22), to(#c0963b));
    background: -webkit-linear-gradient(bottom, #d4ab22 0%, #c0963b 100%);
    background: -o-linear-gradient(bottom, #d4ab22 0%, #c0963b 100%);
    background: linear-gradient(to top, #d4ab22 0%, #c0963b 100%);
    border: 5px solid #c0963b;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.btn-red {
  background: -webkit-gradient(linear, left bottom, left top, from(#e70012), to(#e93543));
  background: -webkit-linear-gradient(bottom, #e70012 0%, #e93543 100%);
  background: -o-linear-gradient(bottom, #e70012 0%, #e93543 100%);
  background: linear-gradient(to top, #e70012 0%, #e93543 100%);
  border: 5px solid #dc0212; }
  .btn-red:hover {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#e93543), to(#e70012));
    background: -webkit-linear-gradient(bottom, #e93543 0%, #e70012 100%);
    background: -o-linear-gradient(bottom, #e93543 0%, #e70012 100%);
    background: linear-gradient(to top, #e93543 0%, #e70012 100%);
    border: 5px solid #dc0212;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.edm-btn {
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 15px; }

.buy-btn {
  width: 100%;
  font-size: 36px;
  padding: 5% 0; }

.more-btn {
  display: inline-block;
  border: none;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300; }
  .more-btn:hover {
    border: none;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }

@media screen and (max-width: 1280px) {
  .edm-btn {
    padding: 5px 10px;
    font-size: 18px; } }

@media screen and (max-width: 990px) {
  .edm-btn {
    margin-right: 5px;
    font-size: 16px; }
  .buy-btn {
    width: 100%;
    font-size: 24px;
    padding: 1% 0; } }

@media screen and (max-width: 560px) {
  .edm-btn {
    padding: 5px 10px; }
  .more-btn {
    font-size: 14px; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container > iframe, .video-container > object, .video-container > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*	使用方式
	.video-container
		iframe(src="https://www.youtube.com/embed/YygVVvuIWm4", frameborder="0", allowfullscreen) */
.go-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f0c436;
  cursor: pointer;
  z-index: 999; }
  .go-top a {
    display: block;
    width: 50px;
    height: 50px; }
    .go-top a:before, .go-top a:after {
      content: "";
      display: block;
      width: 15px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 999; }
    .go-top a:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 12px; }
    .go-top a:after {
      -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
      left: 12px; }

.go-top:hover {
  background-color: #f2005e; }

/* Dots */
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -25px;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      padding: 5px;
      cursor: pointer;
      outline: none;
      border: 0;
      font-size: 0;
      background-color: #d4ab22; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background-color: #f2005e; }
  .slick-dots li.slick-active button {
    background-color: #f2005e; }

.photo-carousel {
  padding: 30px 15px; }
  .photo-carousel .pic {
    margin: 30px; }
  .photo-carousel a.pic {
    outline: none; }
    .photo-carousel a.pic span {
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.8);
      opacity: 0; }
      .photo-carousel a.pic span i {
        -webkit-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 100%;
        opacity: 1;
        color: #f2005e;
        font-size: 30px; }
    .photo-carousel a.pic:hover span {
      opacity: 1; }
      .photo-carousel a.pic:hover span i {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1; }

.btn-slick {
  background: none;
  border: none;
  color: #d4ab22;
  font-size: 24px;
  text-shadow: none; }
  .btn-slick.next, .btn-slick.prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
  .btn-slick.next {
    right: -25px; }
  .btn-slick.prev {
    left: -25px; }
  .btn-slick:hover {
    background: none;
    border: none;
    color: #f2005e; }

section {
  padding-top: 3%; }

img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.container {
  width: 1140px;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (max-width: 1280px) {
    .container {
      width: 990px; } }
  @media screen and (max-width: 990px) {
    .container {
      width: 750px; } }
  @media screen and (max-width: 560px) {
    .container {
      width: 100%; } }

hr {
  border: none;
  border-bottom: solid 1px #d4ab22; }

@-webkit-keyframes click {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes click {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

h2.title {
  text-align: center; }
  h2.title::before {
    content: "123";
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100px;
    z-index: 1;
    opacity: 0.2; }
    @media screen and (max-width: 990px) {
      h2.title::before {
        font-size: 60px; } }

#top-bar {
  padding: 10px 15px;
  background-color: #d4ab22;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff; }
  #top-bar h3 {
    margin-bottom: 5px; }

#main {
  width: 100%;
  background-image: url(../img/main-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #main .kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #main .word {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
    margin-top: -10%; }
    #main .word h4 {
      margin: 15px 0;
      color: #fff;
      font-weight: 400; }
    #main .word .btns {
      margin: 15px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #main .teacher {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4; }
    #main .teacher .big {
      display: block; }
    #main .teacher .small {
      display: none; }
  @media screen and (max-width: 990px) {
    #main .kv {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #main .word {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 5%;
      margin-right: 30px;
      margin-left: 30px; }
    #main .teacher {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
      #main .teacher img {
        width: 50%; }
      #main .teacher .big {
        display: none; }
      #main .teacher .small {
        display: block; } }
  @media screen and (max-width: 560px) {
    #main .word {
      margin-right: 0px;
      margin-left: 0px; }
      #main .word .btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0 0 0; }
        #main .word .btns .btn {
          -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
          margin-bottom: 15px; }
    #main .teacher img {
      width: 60%; } }

#sale {
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(#d3a140), color-stop(14%, #eeebb4), color-stop(45%, #d3a140), color-stop(74%, #caa95c), color-stop(74%, #caa95c), to(#d5b978));
  background: -webkit-linear-gradient(left, #d3a140 0%, #eeebb4 14%, #d3a140 45%, #caa95c 74%, #caa95c 74%, #d5b978 100%);
  background: -o-linear-gradient(left, #d3a140 0%, #eeebb4 14%, #d3a140 45%, #caa95c 74%, #caa95c 74%, #d5b978 100%);
  background: linear-gradient(to right, #d3a140 0%, #eeebb4 14%, #d3a140 45%, #caa95c 74%, #caa95c 74%, #d5b978 100%);
  background-position: center center;
  color: #fff; }
  #sale .sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
  #sale .name {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9; }
    #sale .name h2 {
      font-weight: 500;
      color: #fff;
      text-align: center;
      font-size: 26px; }
      @media screen and (max-width: 560px) {
        #sale .name h2 {
          font-size: 20px; } }
      #sale .name h2 .yellow {
        display: inline-block;
        color: #fff100; }
      #sale .name h2.blue_bg {
        background-color: #00a0e9;
        padding: 5px 15px;
        border-radius: 30px;
        margin-bottom: 15px;
        margin-top: 15px; }
    #sale .name h3 {
      display: inline-block;
      font-size: 30px;
      font-weight: 500;
      color: #e70012; }
      #sale .name h3.yellow {
        color: #f0c436;
        display: inline-block;
        margin-left: 15px; }
        @media screen and (max-width: 560px) {
          #sale .name h3.yellow {
            margin-left: 0;
            margin-top: 5px; } }
      #sale .name h3 .yellow {
        color: #f0c436;
        display: inline-block; }
      #sale .name h3 .red {
        color: #e70014;
        display: inline-block; }
        #sale .name h3 .red span {
          font-size: 20px; }
          @media screen and (max-width: 560px) {
            #sale .name h3 .red span {
              display: block; } }
      #sale .name h3 span {
        font-size: 18px; }
      @media screen and (max-width: 560px) {
        #sale .name h3.ml-15 {
          width: 100%;
          font-size: 24px;
          text-align: center; } }
      @media screen and (max-width: 380px) {
        #sale .name h3.ml-15 {
          font-size: 20px; } }
    #sale .name hr {
      border-bottom: 1px dashed #fff;
      margin-top: 10px;
      margin-bottom: 5px; }
    #sale .name hr.white_line {
      border-bottom: 2px solid #fff;
      margin-top: 15px;
      margin-bottom: 15px; }
    #sale .name h5 {
      font-weight: 500;
      color: #333; }
    #sale .name p {
      font-weight: 300; }
      #sale .name p a {
        text-decoration: underline;
        color: #00a0e9; }
        #sale .name p a:hover {
          color: #fff100; }
    #sale .name .status {
      margin-top: 30px; }
    #sale .name .limited {
      display: inline-block;
      font-size: 20px;
      margin-bottom: 5px; }
      @media screen and (max-width: 560px) {
        #sale .name .limited {
          width: 100%;
          font-size: 18px;
          text-align: center; } }
    #sale .name .big-y {
      font-size: 24px;
      font-weight: bold;
      color: #fff100; }
    #sale .name .note-box {
      color: #333; }
      #sale .name .note-box .left {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 15px; }
      #sale .name .note-box .right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
      #sale .name .note-box .ttl {
        margin-top: 5px;
        margin-bottom: 5px;
        color: #333; }
        #sale .name .note-box .ttl span {
          color: #e70014;
          font-weight: 500; }
      #sale .name .note-box p {
        font-weight: 400; }
    #sale .name .sp, #sale .name .limited, #sale .name .price {
      color: #f0c436;
      display: inline-block; }
    #sale .name .circle {
      display: inline-block;
      color: #fff;
      background-color: #00a0e9;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      line-height: 1;
      padding: 5px;
      margin-right: -10px;
      text-align: center; }
      #sale .name .circle.free_yellow {
        color: #fff100; }
      @media screen and (max-width: 560px) {
        #sale .name .circle {
          width: 30px;
          height: 30px; } }
    #sale .name .price {
      font-weight: 400;
      margin-left: 15px;
      display: inline-block; }
    #sale .name .focus {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center; }
  #sale .btns {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative;
    margin: 0 5%; }
    #sale .btns .arrow {
      position: absolute;
      bottom: -35%;
      right: -20%;
      -webkit-animation: click 1s ease-out infinite;
      animation: click 1s ease-out infinite; }
    #sale .btns .new-bn, #sale .btns .new-bn2 {
      margin-left: 5px;
      margin-top: 15px; }
  @media screen and (max-width: 990px) {
    #sale {
      background-repeat: no-repeat;
      background-size: cover; }
      #sale .sale {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #sale .name {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        #sale .name ul.now-good li {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      #sale .btns {
        margin: 15px 0; }
        #sale .btns .arrow {
          width: 50px;
          right: 10%; } }
  @media screen and (max-width: 560px) {
    #sale .mb-hide {
      display: none; } }

.fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1; }

.detail {
  display: block; }

.hide {
  display: none; }

#info {
  background-color: #eee;
  padding: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 560px) {
    #info {
      padding: 10% 0; } }
  #info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #info .pic {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6; }
  #info .area {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    margin-left: 5%; }

#teacher {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #teacher .lecturer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #teacher .t-area {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7; }
  #teacher .photo {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    margin-left: 5%; }
  #teacher .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px; }
    #teacher .media .fb, #teacher .media .blog {
      margin: 0 15px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      #teacher .media .fb:hover, #teacher .media .blog:hover {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px); }
      #teacher .media .fb .arrow, #teacher .media .blog .arrow {
        position: absolute;
        bottom: -50%;
        right: -10%;
        -webkit-animation: click 1s ease-out infinite;
        animation: click 1s ease-out infinite; }
        #teacher .media .fb .arrow img, #teacher .media .blog .arrow img {
          width: 50px;
          height: 50px; }
  @media screen and (max-width: 560px) {
    #teacher .media {
      padding: 0; }
      #teacher .media .fb, #teacher .media .blog {
        margin: 0 5px; }
        #teacher .media .fb .arrow, #teacher .media .blog .arrow {
          position: absolute;
          bottom: -30%;
          right: -5%;
          -webkit-animation: click 1s ease-out infinite;
          animation: click 1s ease-out infinite; }
          #teacher .media .fb .arrow img, #teacher .media .blog .arrow img {
            width: 30px;
            height: 30px; } }

.card {
  margin: 30px 0;
  border-radius: 10px; }
  .card h2 {
    color: #fff;
    padding: 5px 15px; }
  .card ul {
    padding: 30px 15px; }
  .card li {
    margin-bottom: 15px; }
  .card::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    position: absolute;
    border-color: transparent #d4aa22 transparent transparent;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.special {
  border: 5px solid #d4ab22; }
  .special h2 {
    background: #d4ab22; }
  .special ul {
    padding: 30px 15px 15px 15px; }
  .special li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .special li i {
      font-size: 24px;
      margin-right: 10px;
      color: #c41d2e; }
    .special li h4 {
      line-height: 1.2; }
  .special .pic {
    position: absolute;
    right: -8%;
    top: -22%; }
    .special .pic img {
      width: 140px; }

.free {
  border: 5px solid #f2005e; }
  .free h2 {
    background: #f2005e;
    text-align: center; }
  .free ul {
    padding: 15px 15px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .free li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
    .free li i {
      margin-right: 10px;
      color: #c41d2e;
      font-size: 12px; }
    .free li a {
      color: #333; }
      .free li a:hover {
        text-decoration: underline; }
  .free .arrow {
    position: absolute;
    bottom: -10%;
    right: 10%;
    -webkit-animation: click 1s ease-out infinite;
    animation: click 1s ease-out infinite; }
    .free .arrow img {
      width: 50px;
      height: 50px; }
  .free::before {
    display: none; }

.experience {
  border: 5px solid #d4ab22;
  background-color: #fff; }
  .experience .name {
    display: inline-block; }
  .experience h2 {
    background: #d4ab22; }
  .experience h4 {
    margin-bottom: 15px; }
  .experience .info-word {
    padding: 15px 15px 0px 15px; }
  .experience::before {
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #d4aa22;
    left: 100%; }

.robot {
  border: 5px solid #0fa381;
  background-color: #eee; }
  .robot .name {
    display: inline-block; }
  .robot h2 {
    background: #0fa381; }
  .robot h4 {
    margin-bottom: 15px; }
  .robot::before {
    border-width: 20px 20px 20px 0;
    border-color: transparent #0fa381 transparent transparent;
    left: -20px; }

@media screen and (max-width: 990px) {
  #info .info, #info .lecturer, #info .chatGPT-wrap, #teacher .info, #teacher .lecturer, #teacher .chatGPT-wrap, #chatGPT .info, #chatGPT .lecturer, #chatGPT .chatGPT-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #info .pic, #info .t-area, #info .photo, #teacher .pic, #teacher .t-area, #teacher .photo, #chatGPT .pic, #chatGPT .t-area, #chatGPT .photo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px; }
  #info .area, #info .man, #teacher .area, #teacher .man, #chatGPT .area, #chatGPT .man {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0%; }
  .card h2 {
    text-align: center; }
  .card::before {
    border-width: 0px 20px 20px 20px;
    border-color: transparent transparent #d4aa22 transparent;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .experience::before {
    border-width: 20px 20px 0px 20px;
    border-color: #d4aa22 transparent transparent  transparent;
    top: auto;
    bottom: -20px; }
  .special ul {
    padding: 15px 15px 50px 15px; }
  .special .pic {
    top: auto;
    bottom: -30%;
    right: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130px; }
  .free {
    margin-right: 15px;
    margin-left: 15px; }
    .free li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .free .arrow {
      bottom: -5%; }
  .robot::before {
    border-color: transparent transparent #0fa381 transparent; } }

@media screen and (max-width: 560px) {
  .free .arrow {
    bottom: -5%; }
    .free .arrow img {
      width: 30px;
      height: 30px; } }

#good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee; }
  #good h2.title {
    margin-bottom: 3%; }
    #good h2.title::before {
      content: "Free";
      color: #d4ab22; }
  #good .feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #good .show {
    margin: 30px 15px;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%; }
  #good .c, #good .f, #good .i {
    display: none; }
  @media screen and (max-width: 990px) {
    #good .show {
      -ms-flex-preferred-size: 39%;
      flex-basis: 39%; }
    #good .c {
      display: block; }
    #good .b, #good .d, #good .h {
      display: none; } }
  @media screen and (max-width: 560px) {
    #good {
      margin: 0px 15px; }
      #good .show {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%; }
      #good .arrow {
        display: none; } }

#video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff; }
  #video .video {
    padding: 3% 0; }
    @media screen and (max-width: 990px) {
      #video .video {
        padding: 10% 0; } }
  #video h2.title {
    margin-bottom: 3%; }
    #video h2.title::before {
      content: "Video";
      color: #d4ab22; }
  #video .video-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3% 0 0 0; }
    #video .video-box .video-wrap {
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }
    #video .video-box h4 {
      padding: 3% 0; }
    @media screen and (max-width: 990px) {
      #video .video-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #video .video-box .video-wrap {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          padding: 0 15px; } }

#way {
  padding: 5% 0;
  background-image: url(../img/way-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #way .way h2.title {
    color: #fff;
    margin-bottom: 3%; }
    #way .way h2.title::before {
      content: "Best Buy";
      color: #fff; }
  #way .way h5.note {
    color: #fff;
    text-align: center;
    padding-top: 5%; }
  #way .paln-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3%; }
  #way a.paln-card {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: block;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    #way a.paln-card h2 {
      font-size: 24px;
      padding: 15px; }
      #way a.paln-card h2 span {
        font-size: 16px;
        margin: 0 5px; }
    #way a.paln-card h4, #way a.paln-card h5 {
      font-weight: 300; }
    #way a.paln-card .off {
      font-size: 80px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #fff; }
      #way a.paln-card .off span {
        font-size: 24px; }
    #way a.paln-card .ttl {
      font-size: 30px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #fff; }
      #way a.paln-card .ttl span {
        font-size: 24px; }
    #way a.paln-card h3.sub {
      font-size: 18px;
      padding: 0px 15px;
      margin-bottom: 15px;
      color: #333;
      line-height: 1.5; }
      #way a.paln-card h3.sub span {
        font-weight: 500;
        color: #f2005e; }
    #way a.paln-card .order-btn {
      display: inline-block;
      padding: 10px 30px;
      border-radius: 5px;
      font-size: 24px;
      margin: 15px 0;
      font-weight: 300; }
    #way a.paln-card:hover {
      -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
      transform: translateY(5%); }
  #way .one {
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px white;
    color: #fff; }
    #way .one .off {
      background-color: #0072e7; }
    #way .one .order-btn {
      background-color: #fff;
      color: #333; }
    #way .one span.h2 {
      color: #e60012;
      font-weight: 500; }
    #way .one:hover .order-btn {
      background-color: #0072e7;
      color: #fff; }
  #way .two {
    background-color: white;
    border: solid 1px white;
    color: #333; }
    #way .two .off {
      background-color: #f2005e; }
    #way .two .order-btn {
      background-color: #fff;
      border: 1px solid #f2005e;
      color: #333; }
    #way .two span.h2 {
      color: #f2005e;
      font-weight: 500; }
    #way .two:hover .order-btn {
      background-color: #f2005e;
      color: #fff; }
  #way .three {
    background-color: white;
    border: solid 1px white;
    color: #333; }
    #way .three .ttl {
      background-color: #f2005e; }
    #way .three .order-btn {
      background-color: #fff;
      border: 1px solid #f2005e;
      color: #333; }
    #way .three span.h2 {
      color: #f2005e;
      font-weight: 500; }
    #way .three span.p {
      display: block;
      font-size: 15px;
      color: #d4ab22; }
    #way .three:hover .order-btn {
      background-color: #f2005e;
      color: #fff; }
  @media screen and (max-width: 768px) {
    #way {
      padding: 10% 0; }
      #way .paln-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #way a.paln-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 15px 0; } }

#semiconductor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0072e7;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  #semiconductor:after {
    content: "";
    display: block;
    background-image: url(../img/circle-yellow.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 22%;
    left: 10%;
    width: 100%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 990px) {
      #semiconductor:after {
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 120%;
        height: 70%;
        background-size: 100%; } }
    @media screen and (max-width: 560px) {
      #semiconductor:after {
        top: 10%; } }
  #semiconductor h2.title {
    margin-bottom: 1%;
    color: #fff; }
    #semiconductor h2.title::before {
      content: "Semiconductor";
      color: #fff; }
      @media screen and (max-width: 560px) {
        #semiconductor h2.title::before {
          font-size: 45px; } }
      @media screen and (max-width: 320px) {
        #semiconductor h2.title::before {
          font-size: 36px; } }
  #semiconductor h2.plus {
    text-align: center;
    color: #fff;
    margin-bottom: 3%; }
    #semiconductor h2.plus span {
      background-color: #c41d2e;
      padding: 0 10px; }
  #semiconductor .semiconductor {
    padding: 3% 0;
    z-index: 2; }
    @media screen and (max-width: 990px) {
      #semiconductor .semiconductor {
        padding: 10% 0; } }
  #semiconductor .news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3% 0 0 0; }
    #semiconductor .news-box .video-wrap {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      margin-right: 15px; }
      #semiconductor .news-box .video-wrap .teacher-pic {
        max-width: 350px;
        margin: 0 auto; }
      #semiconductor .news-box .video-wrap .video-container {
        border: solid 5px #f8b500;
        margin-bottom: 30px; }
    #semiconductor .news-box .text {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
      max-width: 630px; }
      #semiconductor .news-box .text img {
        margin: 20px 0; }
      #semiconductor .news-box .text .ttl {
        margin: 0 auto;
        width: 90%; }
    #semiconductor .news-box h4 {
      padding: 3% 0; }
    @media screen and (max-width: 990px) {
      #semiconductor .news-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10% 0 0 0; }
        #semiconductor .news-box .box {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          padding: 0 15px; }
        #semiconductor .news-box .video-wrap {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 0; }
          #semiconductor .news-box .video-wrap .teacher-pic {
            max-width: 300px; }
        #semiconductor .news-box .text {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
          #semiconductor .news-box .text img {
            margin: 10px 0; } }
    @media screen and (max-width: 560px) {
      #semiconductor .news-box {
        padding: 5% 0 0 0; }
        #semiconductor .news-box .video-wrap .teacher-pic {
          max-width: 200px; } }
    @media screen and (max-width: 320px) {
      #semiconductor .news-box .video-wrap .teacher-pic {
        max-width: 180px; } }
  #semiconductor .line {
    width: 100%;
    height: 50px;
    background-color: #f8b500;
    z-index: 2; }

#price {
  padding: 5% 0;
  background-image: url(../img/new-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #price .paln-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #price .paln-card {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: block;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333; }
    #price .paln-card h2 {
      padding: 0 15px; }
      #price .paln-card h2 img {
        max-width: 380px; }
    #price .paln-card h4, #price .paln-card h5 {
      font-weight: 300; }
    #price .paln-card h5 span {
      color: #e60012;
      font-weight: bold; }
    #price .paln-card .off {
      font-size: 80px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #ffdb3f;
      font-weight: bold; }
      #price .paln-card .off span {
        font-size: 24px;
        font-weight: normal;
        color: #fff; }
      @media screen and (max-width: 380px) {
        #price .paln-card .off {
          font-size: 70px; } }
    #price .paln-card span.h2 {
      color: #e60012;
      font-weight: 500;
      font-size: 40px; }
    #price .paln-card .ttl {
      font-size: 30px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #fff; }
      #price .paln-card .ttl span {
        font-size: 24px; }
    #price .paln-card h3.sub {
      font-size: 18px;
      padding: 0px 15px;
      margin-bottom: 15px;
      color: #333;
      line-height: 1.5; }
      #price .paln-card h3.sub span {
        font-weight: 500;
        color: #f2005e; }
    #price .paln-card .order-btn {
      display: inline-block;
      padding: 10px 30px;
      border-radius: 5px;
      font-size: 24px;
      margin: 15px 0;
      font-weight: 300; }
  #price a.paln-card {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: block;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333; }
    #price a.paln-card h2 {
      padding: 0 15px; }
      #price a.paln-card h2 img {
        max-width: 380px; }
    #price a.paln-card h4, #price a.paln-card h5 {
      font-weight: 300; }
    #price a.paln-card h5 span {
      color: #e60012;
      font-weight: bold; }
    #price a.paln-card .off {
      font-size: 80px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #ffdb3f;
      font-weight: bold; }
      #price a.paln-card .off span {
        font-size: 24px;
        font-weight: normal;
        color: #fff; }
      @media screen and (max-width: 380px) {
        #price a.paln-card .off {
          font-size: 70px; } }
    #price a.paln-card span.h2 {
      color: #e60012;
      font-weight: 500;
      font-size: 40px; }
    #price a.paln-card .ttl {
      font-size: 30px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #fff; }
      #price a.paln-card .ttl span {
        font-size: 24px; }
    #price a.paln-card h3.sub {
      font-size: 18px;
      padding: 0px 15px;
      margin-bottom: 15px;
      color: #333;
      line-height: 1.5; }
      #price a.paln-card h3.sub span {
        font-weight: 500;
        color: #f2005e; }
    #price a.paln-card .order-btn {
      display: inline-block;
      padding: 10px 30px;
      border-radius: 5px;
      font-size: 24px;
      margin: 15px 0;
      font-weight: 300; }
    #price a.paln-card:hover {
      -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
      transform: translateY(5%); }
  #price .one {
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px white;
    color: #333; }
    #price .one .off {
      background-color: #0072e7; }
    #price .one .order-btn {
      background-color: #fff;
      border: solid 1px #0072e7;
      color: #333; }
    #price .one:hover .order-btn {
      background-color: #0072e7;
      color: #fff; }
  #price .two {
    background-color: white;
    border: solid 1px white;
    color: #333; }
    #price .two .off {
      background-color: #bf4292; }
    #price .two .order-btn {
      background-color: #fff;
      border: 1px solid #bf4292;
      color: #333; }
    #price .two:hover .order-btn {
      background-color: #bf4292;
      color: #fff; }
  #price .three {
    background-color: white;
    border: solid 1px white;
    color: #333; }
    #price .three .ttl {
      background-color: #f2005e; }
    #price .three .order-btn {
      background-color: #fff;
      border: 1px solid #f2005e;
      color: #333; }
    #price .three span.h2 {
      color: #f2005e;
      font-weight: 500; }
    #price .three span.p {
      display: block;
      font-size: 15px;
      color: #d4ab22; }
    #price .three:hover .order-btn {
      background-color: #f2005e;
      color: #fff; }
  @media screen and (max-width: 768px) {
    #price {
      padding: 10% 0; }
      #price .paln-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #price a.paln-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 15px 0; }
        #price a.paln-card span.h2 {
          font-size: 30px; } }

.btn-new {
  position: fixed;
  right: 15px;
  bottom: 20%;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  cursor: pointer; }
  .btn-new img {
    max-width: 200px; }
  .btn-new:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media screen and (max-width: 768px) {
    .btn-new img {
      max-width: 170px; } }

@media screen and (max-width: 768px) and (max-width: 560px) {
  .btn-new {
    bottom: 15%; }
    .btn-new img {
      max-width: 150px; } }

#chatGPT {
  padding: 5% 0;
  background-image: url(../img/chatGPT-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #chatGPT .chatGPT-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #chatGPT .photo {
    max-width: 340px;
    margin-right: 5%; }
  #chatGPT .t-area {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #chatGPT .ttl {
    max-width: 400px; }
  #chatGPT .card {
    width: 100%; }
  #chatGPT .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 15px; }
    #chatGPT .item.white {
      background-color: #fff; }
    #chatGPT .item .icon {
      margin-right: 15px;
      width: 50px;
      height: 50px; }
    #chatGPT .item .text {
      width: calc(100% - 50px); }
      #chatGPT .item .text.Q {
        margin-top: 8px; }
  @media screen and (max-width: 990px) {
    #chatGPT .photo {
      margin-right: 0; }
    #chatGPT .t-area {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  @media screen and (max-width: 560px) {
    #chatGPT .photo, #chatGPT .ttl {
      padding-right: 30px;
      padding-left: 30px; }
    #chatGPT .item {
      padding: 10px; }
      #chatGPT .item .icon {
        width: 30px;
        height: 30px; }
      #chatGPT .item .text {
        width: calc(100% - 30px); }
        #chatGPT .item .text.Q {
          margin-top: 5px; } }

#monthly-kd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/kd-main-bg.png), #040001;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  #monthly-kd h2.title {
    margin-bottom: 1%;
    color: #fff; }
    #monthly-kd h2.title::before {
      content: "Stochastic Oscillator";
      color: #fff; }
      @media screen and (max-width: 560px) {
        #monthly-kd h2.title::before {
          font-size: 45px; } }
      @media screen and (max-width: 320px) {
        #monthly-kd h2.title::before {
          font-size: 36px; } }
  #monthly-kd h2.plus {
    text-align: center;
    color: #fff;
    margin-bottom: 3%; }
    #monthly-kd h2.plus span {
      background-color: #c41d2e;
      padding: 0 10px; }
  #monthly-kd .semiconductor {
    padding: 3% 0;
    z-index: 2; }
    @media screen and (max-width: 990px) {
      #monthly-kd .semiconductor {
        padding: 10% 0; } }
  #monthly-kd .kv-ttl {
    margin: 5% auto 0 auto;
    max-width: 700px; }
    @media screen and (max-width: 560px) {
      #monthly-kd .kv-ttl {
        margin: 0 auto 0 auto; } }
  #monthly-kd .news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0; }
    #monthly-kd .news-box .video-wrap {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }
      #monthly-kd .news-box .video-wrap .teacher-pic {
        max-width: 450px;
        margin: 0 auto 5px auto; }
      #monthly-kd .news-box .video-wrap .video-container {
        margin-bottom: 30px; }
      #monthly-kd .news-box .video-wrap .video-container:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        background: -webkit-gradient(linear, left top, left bottom, from(#9b792c), color-stop(32%, #e9d67d), color-stop(52%, #f5eca6), color-stop(72%, #e9d67d), to(#9b792c));
        background: -webkit-linear-gradient(top, #9b792c 0%, #e9d67d 32%, #f5eca6 52%, #e9d67d 72%, #9b792c 100%);
        background: -o-linear-gradient(top, #9b792c 0%, #e9d67d 32%, #f5eca6 52%, #e9d67d 72%, #9b792c 100%);
        background: linear-gradient(to bottom, #9b792c 0%, #e9d67d 32%, #f5eca6 52%, #e9d67d 72%, #9b792c 100%);
        z-index: -1; }
    #monthly-kd .news-box .text {
      -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
      max-width: 650px;
      margin-right: 15px; }
      @media screen and (max-width: 560px) {
        #monthly-kd .news-box .text {
          margin-right: 0; } }
      #monthly-kd .news-box .text .ttl {
        margin: 0 auto;
        width: 100%;
        mix-blend-mode: screen;
        margin-bottom: 15px; }
        @media screen and (max-width: 560px) {
          #monthly-kd .news-box .text .ttl {
            margin-bottom: 0; } }
    #monthly-kd .news-box h4 {
      padding: 3% 0; }
    @media screen and (max-width: 990px) {
      #monthly-kd .news-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10% 0 0 0; }
        #monthly-kd .news-box .box {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          padding: 0 15px; }
        #monthly-kd .news-box .video-wrap {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 0; }
          #monthly-kd .news-box .video-wrap .teacher-pic {
            max-width: 400px; }
        #monthly-kd .news-box .text {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    @media screen and (max-width: 560px) {
      #monthly-kd .news-box {
        padding: 5% 0 0 0; }
        #monthly-kd .news-box .video-wrap .teacher-pic {
          max-width: 300px; } }
  #monthly-kd .kd-fire {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 50%;
    background: url(../img/kd-fire.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right; }
    @media screen and (max-width: 990px) {
      #monthly-kd .kd-fire {
        width: 100%;
        height: 70%;
        background-position: bottom left; } }
  #monthly-kd .line {
    width: 100%;
    height: 50px;
    background-color: #E83820;
    z-index: 2; }

#monthly-price {
  padding: 5% 0;
  background-image: url(../img/kd-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #monthly-price h2.title {
    margin-bottom: 3%;
    color: #fff; }
    #monthly-price h2.title::before {
      content: "Best Buy";
      color: #fff; }
  #monthly-price .paln-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #monthly-price .paln-card {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: block;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333; }
    #monthly-price .paln-card h2 {
      padding: 0 15px; }
      #monthly-price .paln-card h2 img {
        max-width: 380px; }
    #monthly-price .paln-card h4, #monthly-price .paln-card h5 {
      font-weight: 300; }
    #monthly-price .paln-card h5 span {
      color: #e60012;
      font-weight: bold; }
    #monthly-price .paln-card .off {
      font-size: 80px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #ffdb3f;
      font-weight: bold; }
      #monthly-price .paln-card .off span {
        font-size: 24px;
        font-weight: normal;
        color: #fff; }
      @media screen and (max-width: 380px) {
        #monthly-price .paln-card .off {
          font-size: 70px; } }
    #monthly-price .paln-card span.h2 {
      color: #e60012;
      font-weight: 500;
      font-size: 40px; }
    #monthly-price .paln-card .ttl {
      font-size: 30px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #fff; }
      #monthly-price .paln-card .ttl span {
        font-size: 24px; }
    #monthly-price .paln-card h3.sub {
      font-size: 18px;
      padding: 0px 15px;
      margin-bottom: 15px;
      color: #333;
      line-height: 1.5; }
      #monthly-price .paln-card h3.sub span {
        font-weight: 500;
        color: #f2005e; }
    #monthly-price .paln-card .order-btn {
      display: inline-block;
      padding: 10px 30px;
      border-radius: 5px;
      font-size: 24px;
      margin: 15px 0;
      font-weight: 300; }
  #monthly-price a.paln-card {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: block;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333; }
    #monthly-price a.paln-card h2 {
      padding: 0 15px; }
      #monthly-price a.paln-card h2 img {
        max-width: 380px; }
    #monthly-price a.paln-card h4, #monthly-price a.paln-card h5 {
      font-weight: 300; }
    #monthly-price a.paln-card h5 span {
      color: #e60012;
      font-weight: bold; }
    #monthly-price a.paln-card .off {
      font-size: 80px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      font-weight: bold; }
      #monthly-price a.paln-card .off span {
        font-size: 24px;
        font-weight: normal; }
      @media screen and (max-width: 380px) {
        #monthly-price a.paln-card .off {
          font-size: 70px; } }
    #monthly-price a.paln-card span.h2 {
      color: #e60012;
      font-weight: 500;
      font-size: 40px; }
    #monthly-price a.paln-card .ttl {
      font-size: 30px;
      font-weight: 500;
      padding: 20px 15px;
      margin-bottom: 15px;
      color: #fff; }
      #monthly-price a.paln-card .ttl span {
        font-size: 24px; }
    #monthly-price a.paln-card h3.sub {
      font-size: 18px;
      padding: 0px 15px;
      margin-bottom: 15px;
      color: #333;
      line-height: 1.5; }
      #monthly-price a.paln-card h3.sub span {
        font-weight: 500;
        color: #f2005e; }
    #monthly-price a.paln-card .order-btn {
      display: inline-block;
      padding: 10px 30px;
      border-radius: 5px;
      font-size: 24px;
      margin: 15px 0;
      font-weight: 300; }
    #monthly-price a.paln-card:hover {
      -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
      transform: translateY(5%); }
  #monthly-price .one {
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px #f0c436;
    color: #333; }
    #monthly-price .one .off {
      background-color: #0072e7;
      color: #ffdb3f; }
      #monthly-price .one .off span {
        color: #fff; }
    #monthly-price .one .order-btn {
      background-color: #fff;
      border: solid 1px #0072e7;
      color: #333; }
    #monthly-price .one:hover .order-btn {
      background-color: #0072e7;
      color: #fff; }
  #monthly-price .two {
    background-color: white;
    border: solid 1px #f0c436;
    color: #333; }
    #monthly-price .two .off {
      background: -webkit-gradient(linear, left top, left bottom, from(#9b792c), color-stop(32%, #e9d67d), color-stop(52%, #f5eca6), color-stop(72%, #e9d67d), to(#9b792c));
      background: -webkit-linear-gradient(top, #9b792c 0%, #e9d67d 32%, #f5eca6 52%, #e9d67d 72%, #9b792c 100%);
      background: -o-linear-gradient(top, #9b792c 0%, #e9d67d 32%, #f5eca6 52%, #e9d67d 72%, #9b792c 100%);
      background: linear-gradient(to bottom, #9b792c 0%, #e9d67d 32%, #f5eca6 52%, #e9d67d 72%, #9b792c 100%);
      color: #e60012; }
      #monthly-price .two .off span {
        color: #333; }
    #monthly-price .two .order-btn {
      background-color: #fff;
      border: 1px solid #e60012;
      color: #333; }
    #monthly-price .two:hover .order-btn {
      background-color: #e60012;
      color: #fff; }
    #monthly-price .two .kd-ten {
      position: absolute;
      right: 5px;
      top: 50%;
      max-width: 140px;
      -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      transform: rotate(-15deg); }
      @media screen and (max-width: 990px) {
        #monthly-price .two .kd-ten {
          right: -25%;
          top: 60%; } }
      @media screen and (max-width: 768px) {
        #monthly-price .two .kd-ten {
          display: none; } }
    #monthly-price .two .kd-ten-mb {
      display: none; }
      @media screen and (max-width: 768px) {
        #monthly-price .two .kd-ten-mb {
          display: block;
          width: 150px;
          margin: 15px auto 0 auto;
          -webkit-transform: rotate(-15deg);
          -ms-transform: rotate(-15deg);
          transform: rotate(-15deg); } }
  #monthly-price .three {
    background-color: white;
    border: solid 1px white;
    color: #333; }
    #monthly-price .three .ttl {
      background-color: #f2005e; }
    #monthly-price .three .order-btn {
      background-color: #fff;
      border: 1px solid #f2005e;
      color: #333; }
    #monthly-price .three span.h2 {
      color: #f2005e;
      font-weight: 500; }
    #monthly-price .three span.p {
      display: block;
      font-size: 15px;
      color: #d4ab22; }
    #monthly-price .three:hover .order-btn {
      background-color: #f2005e;
      color: #fff; }
  @media screen and (max-width: 768px) {
    #monthly-price {
      padding: 10% 0; }
      #monthly-price .paln-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #monthly-price a.paln-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 15px 0; }
        #monthly-price a.paln-card span.h2 {
          font-size: 30px; } }
