@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
* {
  font-family: 'Noto Serif TC', serif;
  letter-spacing: .15rem;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
}

section {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.row {
  padding: 0;
}

.horizontal_976 {
  padding: 0;
}

header nav {
  background: #ffffff;
  transition: .5s;
}

header .navbar-light a.navbar-brand {
  color: #5f5145;
  font-weight: 300;
  letter-spacing: 2px;
}

header .navbar-light a.navbar-brand img:first-child {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  opacity: .7;
}

header .navbar-light a.navbar-brand img:last-child {
  height: 40px;
  margin-right: 10px;
  opacity: .7;
}

header ul li {
  font-size: 16px;
  padding: .5rem 1rem;
  transition: .5s;
  font-weight: 300;
  border-radius: 4px;
}

header ul li:hover {
  background: #d3c0af;
}

header ul li:hover a {
  color: #fff !important;
}

.window_show {
  display: block;
}

.window_show .row {
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;
}

@media (max-width: 796px) {
  .window_show .row {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.window_show .carousel .carousel-inner .carousel-item .hero_img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}

.window_show .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 20%;
}

.window_show .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 10px;
}

.window_show .carousel .carousel-inner .carousel-item .carousel-caption p {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #dddfe6;
}

.window_show .carousel .carousel-inner .carousel-item .carousel-caption p i {
  margin-right: 10px;
}

.window_show .carousel .carousel-inner .carousel-item:first-child img {
  object-fit: cover;
  object-position: center;
}

.phone_show {
  display: none;
}

.phone_show .carousel .carousel-inner .carousel-item .hero_img {
  width: 100%;
  height: calc( 100vh);
  object-fit: cover;
}

.phone_show .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 20%;
}

.phone_show .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 10px;
}

.phone_show .carousel .carousel-inner .carousel-item .carousel-caption p {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #f4f5f9;
}

.phone_show .carousel .carousel-inner .carousel-item .carousel-caption p i {
  margin-right: 10px;
}

section.about .bgI, section.services .bgI, section .bgI {
  position: relative;
  width: 100%;
}

section.about .bgI figure, section.services .bgI figure, section .bgI figure {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.about .bgI figure img, section.services .bgI figure img, section .bgI figure img {
  width: 550px;
  height: 320px;
  object-fit: cover;
  border: 3px solid #f4f5f9;
  border-radius: 5px;
  margin: 15px 0;
}

section.about .bgI .text_detail h2, section.services .bgI .text_detail h2, section .bgI .text_detail h2 {
  padding-bottom: 2rem;
  border-bottom: solid 1px #d3c0af;
  font-size: 40px;
  color: #5f5145;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  color: #7e706a;
  font-weight: 500;
}

section.about .bgI .text_detail .bg_frame, section.services .bgI .text_detail .bg_frame, section .bgI .text_detail .bg_frame {
  background: #fff;
  box-shadow: 0 3px 5px #a3a3a3;
  padding: 20px 50px;
  margin-top: 50px;
}

section.about .bgI .text_detail .bg_frame p, section.services .bgI .text_detail .bg_frame p, section .bgI .text_detail .bg_frame p {
  font-size: 16px;
  color: #5a514d;
}

section.serve {
  margin-top: 100px;
}

section.serve .serve_p {
  position: relative;
  width: 100%;
  height: 100%;
}

section.serve .serve_p::before {
  content: "";
  background-image: url(../img/course/course_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  background-position: 50% 30%;
  height: 100%;
  filter: blur(2px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

section.serve .serve_p h2 {
  padding-bottom: 2rem;
  border-bottom: solid 1px #d3c0af;
  font-size: 40px;
  color: #5f5145;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.serve .serve_p .container-rwd {
  width: 1390px;
  margin: 0 auto;
}

section.serve .serve_p .container-rwd .serve_content {
  padding-top: 50px;
}

section.serve .serve_p .container-rwd .serve_content .pic_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.serve .serve_p .container-rwd .serve_content .pic_center figure {
  width: 400px;
  height: 550px;
  border: 3px solid #f4f5f9;
  box-shadow: 0px 0px 5px #5f5145;
  border-radius: 5px;
}

section.serve .serve_p .container-rwd .serve_content .pic_center figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.serve .serve_p .container-rwd .serve_content .detail {
  background: #f4f5f9cc;
  padding: 20px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20px 20px 20px;
}

section.serve .serve_p .container-rwd .serve_content .detail h5 {
  font-size: 26px;
  letter-spacing: 3px;
}

section.serve .serve_p .container-rwd .serve_content .detail ul {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

section.serve .serve_p .container-rwd .serve_content .detail ul li {
  margin: 10px;
  font-size: 20px;
}

section.serve .serve_p .container-rwd .serve_content .reservation {
  text-align: center;
}

section.serve .serve_p .container-rwd .serve_content .reservation a {
  color: #f4f5f9;
  background: #5f5145;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 5px;
}

section.serve .serve_p .container-rwd .serve_content .reservation a:hover {
  background: #d3c0af;
  color: white;
  box-shadow: 1px 1px 3px #7f7f7f;
}

section.services {
  padding-top: 1.5rem;
  margin-bottom: 0rem !important;
}

section.services .service_item {
  display: flex;
}

section.services i {
  font-size: 2rem;
  margin-right: .75rem;
  opacity: .25;
}

section.teacher {
  margin-top: 5rem;
}

section.teacher h2 {
  padding-bottom: 2rem;
  border-bottom: solid 1px #d3c0af;
  font-size: 40px;
  color: #5f5145;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 50px 0 70px 0;
}

section.teacher .service_item {
  position: relative;
  height: 60px;
  opacity: .3;
}

section.teacher .service_item.bg_1 {
  background: url("../img/service/1.png") no-repeat center/contain;
}

section.teacher .service_item.bg_2 {
  background: url("../img/service/2.png") no-repeat center/contain;
}

section.teacher .service_item.bg_3 {
  background: url("../img/service/3.png") no-repeat center/contain;
}

section.teacher .service_item.bg_4 {
  background: url("../img/service/4.png") no-repeat center/contain;
}

section.teacher .service_item.bg_5 {
  background: url("../img/service/5.png") no-repeat center/contain;
}

section.teacher .service_item.bg_6 {
  background: url("../img/service/6.png") no-repeat center/contain;
}

section.teacher .service_item.bg_7 {
  background: url("../img/service/7.png") no-repeat center/contain;
}

section.teacher .service_item.bg_8 {
  background: url("../img/service/8.png") no-repeat center/contain;
}

.everyWhereTeacher {
  margin-top: 0rem;
  position: relative;
  height: 100%;
  padding: 10px 80px;
}

.everyWhereTeacher::before {
  content: "";
  width: 100%;
  background-position: 50% 80%;
  height: 100%;
  filter: blur(2px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.everyWhereTeacher h2 {
  padding-bottom: 2rem;
  border-bottom: solid 1px #d3c0af;
  font-size: 40px;
  color: #5f5145;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 50px 0;
  padding-top: 50px;
}

.everyWhereTeacher .row > * {
  padding: 0;
}

.everyWhereTeacher .bg_border {
  border: 1px solid #5f5145;
  background: #ffffffb4;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.everyWhereTeacher .bg_border:hover {
  background: #dddfe6;
}

.everyWhereTeacher .bg_border h4 {
  font-size: 22px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

.everyWhereTeacher .bg_border h4 span {
  font-size: 18px;
  font-weight: 200;
}

.everyWhereTeacher .bg_border p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.everyWhereTeacher .bg_border p:nth-child(2) {
  margin-top: 20px;
  font-size: 24px;
}

.everyWhereTeacher .bg_border p:nth-child(4) {
  font-weight: 600;
  letter-spacing: 3px;
  cursor: pointer;
}

.everyWhereTeacher .bg_border p:nth-child(4) i {
  margin-right: 5px;
}

.everyWhereTeacher .bg_border p:nth-child(4):hover {
  color: #d3c0af;
}

.everyWhereTeacher .bg_border a {
  border: 2px solid #5f5145;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 10px;
  display: block;
  transition: .5s;
  text-align: center;
  margin-top: 25px;
  color: #5f5145;
  text-decoration: none;
  letter-spacing: 2px;
}

.everyWhereTeacher .bg_border a i {
  margin-right: 10px;
}

.everyWhereTeacher .bg_border a:hover {
  background: #d3c0af;
  color: #f4f5f9;
}

section.portfolio {
  margin-top: 5rem;
  overflow-x: hidden;
}

section.portfolio .nav-link {
  outline: solid 1px #d3c0af;
  margin: .5rem .5rem 0;
}

section.portfolio li {
  margin-bottom: 1rem;
}

section.portfolio h2 {
  padding-bottom: 2rem;
  border-bottom: solid 1px #d3c0af;
  font-size: 40px;
  color: #5f5145;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
}

section.portfolio a.ask {
  padding: .3rem 3rem;
  margin: 10px;
  transition: .5s;
  text-align: center;
  text-decoration: none;
}

section.portfolio .slick-slide {
  width: 60vw;
  opacity: .5;
  transition: .5s;
}

@media (max-width: 796px) {
  section.portfolio .slick-slide {
    width: 80vw;
  }
}

section.portfolio .slick-center {
  opacity: 1;
}

section.portfolio .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}

section.portfolio .slick-prev, section.portfolio .slick-next {
  height: 100%;
  width: 20vw;
  background: #ffffff86;
  z-index: 10;
  transition: .5s;
}

@media (max-width: 796px) {
  section.portfolio .slick-prev, section.portfolio .slick-next {
    width: 10vw;
  }
}

section.portfolio .slick-prev::before, section.portfolio .slick-next::before {
  font-size: 50px;
  color: #000;
  opacity: .2;
  transition: .5s;
}

@media (max-width: 796px) {
  section.portfolio .slick-prev::before, section.portfolio .slick-next::before {
    font-size: 25px;
  }
}

section.portfolio .slick-prev:hover, section.portfolio .slick-next:hover {
  background: #ffffff00;
}

@media (min-width: 796px) {
  section.portfolio .slick-prev:hover::before, section.portfolio .slick-next:hover::before {
    font-size: 70px;
    opacity: 0;
  }
}

section.portfolio .slick-next {
  right: 0px;
}

section.portfolio .slick-prev {
  left: 0px;
}

section.portfolio .img_box {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 796px) {
  section.portfolio .img_box {
    height: 40vh;
  }
}

section.portfolio .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  filter: grayscale(0.3);
  transition: .5s;
}

section.portfolio .img_box:hover {
  overflow: hidden;
}

section.portfolio .img_box:hover img {
  transform: scale(1.3);
  filter: grayscale(0);
}

section.contact_us {
  background: #d3c0af;
}

section.contact_us .logo {
  display: inline-block;
  width: 100px;
  margin-bottom: 2rem;
  mix-blend-mode: multiply;
}

section.contact_us .store_detail {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.contact_us .store_detail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

section.contact_us .store_detail h2 {
  padding-bottom: 2rem;
  border-bottom: solid 1px #d3c0af;
  font-size: 40px;
  color: #5f5145;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 120px 0 50px 0;
}

section.contact_us .store_detail p {
  color: #5f5145;
}

section.contact_us .store_detail p a {
  color: #5f5145;
  letter-spacing: 2px;
  padding: .25rem 2rem;
  padding-left: 1rem;
  display: inline-block;
}

section.contact_us .store_detail p a i {
  margin-right: 5px;
}

section.contact_us .social {
  display: flex;
  margin-top: 2rem;
}

section.contact_us .social a {
  display: block;
  margin-right: 20px;
}

section.contact_us .social a i {
  font-size: 2rem;
  color: #d3c0af;
}

section.contact_us .social a i:hover {
  color: #5f5145;
}

.map iframe {
  filter: grayscale(1);
}

.sidebar {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 5px 0 0 3px;
  color: #d3c0af;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  padding: 20px;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

footer {
  background: #5f5145;
  color: #dddfe6;
}

@media (max-width: 1400px) {
  section.teacher .pic::before {
    width: 455px;
    height: 540px;
  }
  section.teacher .pic figure {
    width: 100%;
    height: 100%;
  }
  section.serve .serve_p .container-rwd {
    width: 1150px;
  }
  section.serve .serve_p .container-rwd .serve_content .pic_center figure {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  section.about .bgI {
    height: auto;
  }
  section.about .bgI::before {
    height: calc( 205vh - 10px);
  }
  section.about .bgI figure img {
    width: 70%;
    height: 70%;
  }
  section.serve .serve_p .container-rwd {
    width: auto;
  }
  section.serve .serve_p .container-rwd .serve_content {
    flex-direction: column;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 0 20px 0 40px;
    width: 50%;
  }
  section.teacher .pic::before {
    width: 365px;
    height: 500px;
    left: 6%;
    top: 4%;
  }
  section.teacher .pic figure {
    width: 100%;
    height: 100%;
  }
  section.teacher .detail ul {
    padding: 0;
  }
}

@media (max-width: 976px) {
  section.about .bgI::before {
    height: calc( 210vh - 10px);
  }
  section.about .bgI .horizontal_976 {
    display: flex;
    flex-direction: column;
  }
  section.about .bgI .horizontal_976 figure img {
    width: 100%;
    height: 400px;
  }
  section.serve .serve_p {
    padding-bottom: 20px;
  }
  section.serve .serve_p .container-rwd {
    max-width: 976px;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 {
    margin-left: 20px;
  }
  section.teacher .pic::before {
    left: 12%;
  }
  section.teacher .pic figure {
    margin: 0 auto;
  }
  section.teacher .detail {
    margin-top: 50px;
  }
  section.teacher .detail h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  section.teacher .detail ul {
    padding: 0;
  }
  section.teacher .detail ul.teacher_be {
    text-align: center;
  }
  section.contact_us .store_detail p {
    font-size: 20px;
  }
}

@media (max-width: 796px) {
  section.serve .serve_p {
    padding-bottom: 50px;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 {
    flex-direction: column;
    margin-left: 0;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .pic_center figure {
    width: 70%;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 0 30px 0 40px;
    width: auto;
  }
  section.teacher .detail {
    margin-left: 0;
  }
  section.contact_us .store_detail {
    margin-bottom: 95px;
  }
  section.contact_us .store_detail::before {
    background-position: 8% 85%;
  }
  .window_show {
    display: block;
  }
  .phone_show {
    display: none;
  }
  section.about .bgI .text_detail {
    width: 100%;
  }
}

@media (max-width: 576px) {
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .pic_center figure {
    width: 90%;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 20px 20px;
  }
  .everyWhereTeacher {
    padding: 10px 20px;
  }
  .everyWhereTeacher .bg_border {
    min-height: auto;
  }
  section.teacher .pic img {
    vertical-align: top;
  }
  section.teacher .pic::before {
    width: 0;
  }
  section.teacher .detail .social a {
    margin: 0;
  }
  section.about .bgI {
    margin-bottom: 40px;
  }
  section.about .bgI::before {
    background-attachment: unset;
    height: calc( 135vh - 10px);
    background-size: cover;
    background-position: unset;
  }
  section.serve {
    padding: 0;
  }
}

@media (max-width: 420px) {
  header .navbar-light img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 5px !important;
  }
  header .navbar-light a.navbar-brand {
    font-size: 15px !important;
  }
}

@media (max-width: 375px) {
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .pic_center figure {
    width: 90%;
  }
  section.serve .serve_p .container-rwd .serve_content .horizontal_1200 .detail {
    margin: 0 20px;
  }
  section.teacher .detail .social a {
    margin: 0;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: 50px;
  background: #fff;
  opacity: 1;
}

@media (max-width: 796px) {
  .carousel-control-next, .carousel-control-prev {
    width: 25px;
  }
}

.carousel-control-next-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='eee'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat;
  opacity: .5;
}

.carousel-control-prev-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='eee'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") no-repeat;
  opacity: .5;
}

.color_brown {
  color: #7e706a;
}

.color_pink {
  color: #d3c0af;
}

.carousel-indicators {
  bottom: -2.5rem;
}

.carousel-indicators [data-bs-target] {
  background-color: #4f4f4f;
}

.btn-secondary {
  background: #d3c0af;
  border: solid 1px #d3c0af;
}

.btn-secondary:hover {
  background: #cc8181;
  border: solid 1px #cc8181;
}

.card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
}

.nav-tabs .nav-item .active {
  background: #d3c0af;
  color: #fff;
}

.nav-tabs .nav-item button {
  padding: .5rem 3rem;
  border: none;
  border-radius: 5px;
  color: gray;
}

.nav-tabs .nav-item button:hover {
  color: #fff;
  background: #b09a86;
}

.cata_style {
  background: #7e706a;
  color: #fff;
  padding: .25rem 1rem;
  margin-right: .5rem;
}

.border_l {
  padding-left: 1rem;
  border-left: solid 3px #d3c0af;
}

.btn_group {
  border-top: solid 1px #d4d4d4;
}

p {
  line-height: 1.7rem;
}

.dropdown-menu {
  display: none;
  width: fit-content;
  transform: translate3d(0%, 40px, 0px) !important;
  background: #fff;
  height: fit-content;
  overflow-y: scroll;
}

.dropdown-menu .nav-link {
  outline: none !important;
  width: fit-content;
}
/*# sourceMappingURL=main.css.map */