@charset "UTF-8";
main {
  background-color: #D0EBF5;
  overflow-x: hidden;
}

.gold {
  color: #c9ab77;
}

.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl span {
  background-color: #396592;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 2rem;
  width: 32px;
  height: 32px;
  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-left: -0.15rem;
  margin-right: -0.15rem;
}
.ttl.green span {
  background-color: #4d7c0f;
}
.ttl.line::before, .ttl.line::after {
  content: "——";
  color: #396592;
}
.ttl.line::before {
  padding-right: 0.5rem;
}
.ttl.line::after {
  padding-left: 0.5rem;
}

.border-green {
  border: 2px solid #898989;
  background-color: white;
  border-radius: 1rem;
}

.shadow-text {
  text-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.95);
}

.radius {
  border-radius: 3rem;
  padding: 0.1rem 0.25rem;
}

.speaker-border {
  border-left: 2px solid #D0EBF5;
}

.text-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#F6EA84), to(#F6EA84));
  background: linear-gradient(0deg, #F6EA84, #F6EA84);
}

.triangle {
  background: url("../../dist/img/triangle.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-y: 45px;
  background-color: white;
}

.circular-bg {
  background: url("../../dist/img/circular-bg.png"), white;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.tag {
  position: absolute;
  z-index: 10;
  color: white;
  text-align: left;
  line-height: 1.25;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  min-height: 60%;
  padding: 0.75rem 0.5rem;
  right: 0;
  font-size: 1.25rem;
  text-shadow: 0.1em 0.1em 0.05em #333;
}
.tag.left {
  right: auto;
}
.tag span {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

#price.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.cursor {
  width: 20px;
  display: inline-block;
  margin-left: -0.25rem;
  margin-bottom: -0.5em;
}

.price-bar .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 540px) {
  .price-bar .container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

#default {
  background: url("../../dist/img/kv-bg.svg"), #396592;
  background-repeat: no-repeat;
  background-size: auto 1000px;
  background-position: calc(50% - 360px) 0;
}
@media screen and (max-width: 1024px) {
  #default {
    background-position: calc(50% - 410px) 0;
  }
}
#default .txt {
  text-shadow: 0em 0em 0.75em #231815;
}
#default .teacher-kv {
  position: absolute;
  bottom: 0;
  left: 3rem;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 240px;
  background-size: cover;
  background-position: center;
}

.infoSwiper-event {
  height: 425px;
}
@media screen and (max-width: 768px) {
  .infoSwiper-event {
    height: 280px;
  }
}

.swiper-txt {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: left;
  padding-left: 1rem;
  font-size: 1.5rem;
  color: white;
  background: #0d1e32;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #0d1e32), color-stop(60%, rgba(13, 30, 50, 0)));
  background: linear-gradient(90deg, #0d1e32 40%, rgba(13, 30, 50, 0) 60%);
  bottom: 0;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-top-pointer-events: none;
}

#more .item .pic {
  border-bottom: 3px solid #4d7c0f;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.link a {
  border: 2px solid #bcbcbc;
  background-color: white;
  color: #bcbcbc;
  font-size: 18px;
  margin: 0 10px;
  padding: 3px 6px;
}
.link a.active {
  background-color: #bd0081;
  border: 2px solid #c9ab77;
  color: #F6EA84;
}