/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.subpagehead {
  padding-bottom: 20px;
}
.subpagehead select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  width: 100%;
  padding: 0 20px;
  text-align-last: center;
  text-align: center;
  font-family: "Muli", sans-serif;
  font-size: 0.875em;
  line-height: 40px;
  color: #fff;
  background: #003367 url(../img/icon/select_arrow_w.svg) right 17px center no-repeat;
  background-size: 11px 6px;
}
.subpagehead select::-ms-expand {
  display: none;
}
.subpagehead .lvl-1 a {
  min-width: 75px;
  text-align: center;
}
.subpagehead .lvl-2 {
  background: #fff;
}
.subpagehead .lvl-2 .tab-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.subpagehead .lvl-2 .tab-row .tab {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.9375em;
  line-height: 126%;
  font-weight: 700;
  background-color: #fff;
  color: #6F5507;
  border-radius: 19.5px;
  border: 1px solid #6F5507;
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: calc((100% - 60px) / 3);
}
.subpagehead .lvl-2 .tab-row .tab:hover,
.subpagehead .lvl-2 .tab-row .tab:focus {
  text-decoration: none;
}
.subpagehead .lvl-2 .tab-row .tab:hover {
  background-color: #6F5507;
  color: #fff;
}
.subpagehead .lvl-2 .tab-row .tab:not(:last-child) {
  margin-right: 29px;
}
.subpagehead .lvl-2 .tab-row .tab.active {
  background-color: #6F5507;
  color: #fff;
}
.ust-content {
  padding-top: 25px;
  color: #575757;
}
.ust-content h2 {
  font-size: 1.5em;
  line-height: 150%;
  color: #003367;
  margin-bottom: 10px;
  font-weight: 700;
}
.ust-content .intro {
  margin-bottom: 35px;
}
.ust-content .intro p {
  margin-bottom: 24px;
}
.ust-content .btn-more {
  margin-top: 40px;
  text-align: center;
}
.ust-content .btn-more a {
  color: #fff;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 127%;
  background-color: #6F5507;
  padding: 8px;
  min-width: 132px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ust-content .btn-more a:hover,
.ust-content .btn-more a:focus {
  text-decoration: none;
}
.ust-content .btn-more a:hover {
  background-color: #574305;
}
.session {
  margin-bottom: 30px;
}
.session .subject {
  width: 128px;
  color: #003367;
  position: relative;
  padding-top: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.session .subject .sub1 {
  font-size: 1.375em;
  line-height: 127.2%;
  letter-spacing: 0.92px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.session .subject .sub2 {
  font-weight: 700;
  font-size: 2.8em;
  line-height: 124%;
  text-align: center;
}
.session .subject:after {
  content: "";
  background-color: #bababa;
  height: calc(100% - 12px);
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.session .details {
  width: calc(100% - 128px);
  padding-left: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.session .details .datetime {
  font-size: 1.125em;
  line-height: 127.7%;
  color: #6F5507;
  margin-bottom: 14px;
}
.session .details .datetime .date {
  font-weight: 700;
  margin-right: 20px;
}
.session .details .remarks {
  color: #000000;
  font-size: 0.875em;
  line-height: 128.5%;
  margin-bottom: 16px;
}
.session .details .desc {
  font-size: 1.375em;
  line-height: 154.5%;
  color: #003367;
  font-weight: 700;
}
.session .details .desc ul {
  list-style-type: none;
  padding-left: 35px;
  margin-bottom: 20px;
}
.session .details .desc ul li {
  color: #003367;
  font-weight: 700;
}
.session .details .desc ul li.highlight {
  color: #0366A4;
  font-weight: 400;
}
.session .details .desc .label {
  font-weight: 400;
  font-size: 18px;
}
.session .details .to-sect {
  color: #0366A4;
}
.session .details .to-sect:hover,
.session .details .to-sect:focus {
  color: #0366A4;
}
.galleries .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.galleries .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.galleries .swiper-container.gallery-top {
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.galleries .swiper-container.gallery-top a {
  display: block;
}
.galleries .swiper-container.gallery-top .swiper-slide {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.galleries .swiper-container.gallery-top .image {
  max-height: 500px;
}
.galleries .swiper-container.gallery-thumbs .swiper-slide {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.galleries .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.galleries .swiper-container.gallery-thumbs .swiper-slide:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.galleries .swiper-container.gallery-thumbs .image {
  cursor: pointer;
}
.galleries .swiper-container .swiper-button-next {
  right: 0;
}
.galleries .swiper-container .swiper-button-prev {
  left: 0;
}
.mfp-content {
  padding: 0 50px;
  min-width: 200px;
}
.mfp-content .mfp-close {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  position: absolute;
  top: 13px;
  right: 0;
  height: 25px;
  width: 25px;
  padding-right: 0;
  color: transparent;
  background: transparent url(../img/icon/icon-close.svg) center center no-repeat;
}
.mfp-content .mfp-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mfp-content .mfp-bottom-bar {
  top: 15px;
  margin-top: 0;
  padding-right: 30px;
}
.mfp-content .mfp-counter {
  position: static;
  font-size: 16px;
  color: #fff;
}
.mfp-content .mfp-figure {
  max-width: 100%;
}
.mfp-content .mfp-figure:after {
  max-width: 100%;
  top: 50px;
  bottom: 30px;
}
.mfp-content .mfp-img {
  padding: 50px 0 30px;
}
.mfp-content .mfp-arrow {
  width: 20px;
  height: 35px;
  opacity: 1;
  margin-top: -17px;
  background: transparent center center no-repeat;
}
.mfp-content .mfp-arrow:before,
.mfp-content .mfp-arrow:after {
  display: none;
}
.mfp-content .mfp-arrow.mfp-arrow-left {
  left: 10px;
  background-image: url(../img/icon/icon-arrow-left.svg);
}
.mfp-content .mfp-arrow.mfp-arrow-right {
  right: 10px;
  background-image: url(../img/icon/icon-arrow-right.svg);
}
@media (max-width: 991px) {
  .session .details .desc {
    font-size: 1.125em;
  }
  .subpagehead {
    padding-top: 20px;
  }
  .subpagehead + .ust-content {
    padding-top: 0;
  }
  .subpagehead .lvl-2 > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .ust-content .intro {
    margin-bottom: 15px;
  }
  .ust-content .intro + .subpagehead {
    padding-top: 0;
  }
  .galleries .swiper-container.gallery-top .image {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .session {
    margin-bottom: 0;
  }
  .session .subject {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .session .subject:after {
    display: none;
  }
  .session .subject .sub1,
  .session .subject .sub2 {
    display: inline-block;
  }
  .session .subject .sub1 {
    margin-bottom: 0;
    margin-right: 10px;
    width: auto;
  }
  .session .subject .sub2 {
    position: relative;
  }
  .session .subject .sub2:after {
    content: "";
    background-color: #bababa;
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
  }
  .session .details {
    width: 100%;
    padding-left: 0;
  }
  .session .details .datetime {
    margin-bottom: 10px;
  }
  .session .details .desc ul {
    padding-left: 0;
  }
  .ust-content .btn-more {
    margin-top: 25px;
  }
  .galleries .swiper-container.gallery-top .image {
    max-height: 400px;
  }
}
