@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Fira+Sans";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC";
body {
  color: #595757 !important;
  font-family: "Fira Sans", "Microsoft JhengHei", sans-serif; }
  @media (min-width: 1200px) {
    body {
      font-family: "Fira Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif; } }

a {
  color: #595757; }
  a:hover {
    color: #e23f2a; }

button:focus {
  outline: 0; }

h1, .h1 {
  font-size: 2rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 1.75rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1rem; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 1rem; }

.container {
  max-width: 1200px; }

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal; }
  [data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

.text-primary {
  color: #e23f2a !important; }

.btn {
  min-width: 150px;
  padding-left: 1rem;
  padding-right: 1rem; }

[class*="btn-outline-"] {
  position: relative;
  border-radius: 0;
  overflow: hidden; }
  [class*="btn-outline-"]:hover, [class*="btn-outline-"]:active {
    color: #e23f2a !important;
    border-color: #e23f2a !important;
    background-color: #fff !important; }
  [class*="btn-outline-"]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  [class*="btn-outline-"]:hover:before {
    bottom: -60%; }
  [class*="btn-outline-"]:hover:after {
    top: -60%; }
  [class*="btn-outline-"]:before, [class*="btn-outline-"]:after {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    content: "";
    background-color: #e23f2a;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  [class*="btn-outline-"]:before {
    bottom: -150%;
    left: -50%; }
  [class*="btn-outline-"]:after {
    top: -150%;
    right: -50%; }

.btn-outline-primary {
  color: #e23f2a;
  border-color: #e23f2a;
  background-color: #fff; }

.btn-outline-light {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.custom-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: 48px;
  z-index: 10;
  color: inherit;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s; }
  @media (min-width: 1200px) {
    .custom-arrow {
      bottom: 68px; } }
  .custom-arrow:hover {
    color: inherit; }
  .custom-arrow .line {
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .custom-arrow .line:after {
      background: #e23f2a;
      content: '';
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block; }
  .custom-arrow .line1 {
    height: 22px;
    left: 14px;
    top: 3px;
    border-radius: 0 0 2px 2px; }
    .custom-arrow .line1:after {
      -webkit-animation: custom-arrow-anim 3s 0s ease-in-out  infinite;
      animation: custom-arrow-anim 3s 0s ease-in-out  infinite; }
  .custom-arrow .line2 {
    height: 10px;
    left: 17px;
    top: 17px;
    -webkit-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotateZ(-135deg); }
    .custom-arrow .line2:after {
      -webkit-animation: custom-arrow-anim 3s .5s ease-in-out  infinite;
      animation: custom-arrow-anim 3s .5s ease-in-out  infinite; }
  .custom-arrow .line3 {
    height: 10px;
    left: 11px;
    top: 17px;
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg); }
    .custom-arrow .line3:after {
      -webkit-animation: custom-arrow-anim 3s .5s ease-in-out  infinite;
      animation: custom-arrow-anim 3s .5s ease-in-out  infinite; }

@-webkit-keyframes custom-arrow-anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  20% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  80% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes custom-arrow-anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  20% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  80% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.list-dot {
  margin-bottom: 0;
  padding-left: 24px; }
  .list-dot > dt {
    position: relative; }
    .list-dot > dt:before {
      left: -22px;
      position: absolute;
      content: "・"; }
      @media (min-width: 768px) {
        .list-dot > dt:before {
          left: -24px; } }
  .list-dot > dd {
    position: relative; }
    .list-dot > dd:before {
      left: -20px;
      position: absolute;
      content: "・"; }
      @media (min-width: 768px) {
        .list-dot > dd:before {
          left: -21px; } }

.list-dot-lg {
  margin-bottom: 0;
  padding-left: 27px; }
  .list-dot-lg > dt {
    position: relative; }
    .list-dot-lg > dt:before {
      left: -27px;
      position: absolute;
      content: "⦿"; }
  .list-dot-lg > dt, .list-dot-lg > dd {
    margin-bottom: 0; }

.line-at {
  right: 2%;
  bottom: 2%;
  position: fixed;
  z-index: 100; }
  @media (min-width: 576px) {
    .line-at {
      bottom: 10%; } }
  .line-at img {
    width: 54px;
    height: auto; }
    @media (min-width: 576px) {
      .line-at img {
        width: 64px; } }

.navbar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1020;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff; }
  .navbar .navbar-brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .navbar .navbar-brand img {
      height: 23px; }
      @media (min-width: 370px) {
        .navbar .navbar-brand img {
          height: 29px; } }
      @media (min-width: 992px) {
        .navbar .navbar-brand img {
          height: 40px; } }
  .navbar.navbar-red {
    background-color: #e23f2a; }
    .navbar.navbar-red .hamburger-inner {
      background-color: #fff; }
      .navbar.navbar-red .hamburger-inner:before, .navbar.navbar-red .hamburger-inner:after {
        background-color: #fff; }

.nav-sidebar {
  top: 54px;
  left: 0;
  position: fixed;
  width: 100%;
  height: calc(100vh - 54px);
  z-index: 1010;
  background-color: #e23f2a;
  overflow-y: auto;
  -webkit-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  transform: translateX(-102%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  @media (min-width: 992px) {
    .nav-sidebar {
      width: 43%;
      height: calc(100vh - 76px);
      top: 76px; } }
  @media (min-width: 1200px) {
    .nav-sidebar {
      width: 31%; } }
  .nav-sidebar.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .nav-sidebar .nav {
    padding: 2rem 2.15rem; }
    @media (min-width: 992px) {
      .nav-sidebar .nav {
        padding: 2rem 3rem; } }
    .nav-sidebar .nav .nav-item {
      width: 100%;
      margin-bottom: 1rem; }
    .nav-sidebar .nav .nav-link {
      position: relative;
      padding: .5rem 2rem;
      color: #fff;
      font-size: 1.25rem;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .nav-sidebar .nav .nav-link:hover:before {
        opacity: 1; }
      .nav-sidebar .nav .nav-link:before {
        top: 50%;
        left: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        content: "";
        display: block;
        margin-top: -10px;
        background: url(../img/icons/radio.svg) 0 0 no-repeat;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }

.nav-sidebar-overlay {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .nav-sidebar-overlay.open {
    opacity: 1;
    visibility: visible; }

.footer-top {
  padding: 1.25rem 0;
  background-color: #dee2e6; }
  @media (min-width: 576px) {
    .footer-top {
      padding: 3rem 0; } }
  .footer-top .footer-social-icons {
    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-bottom: 0.75rem; }
    @media (min-width: 576px) {
      .footer-top .footer-social-icons {
        width: 100%;
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0; } }
  .footer-top .footer-copyright {
    text-align: center; }
    @media (min-width: 576px) {
      .footer-top .footer-copyright {
        text-align: left; } }

.footer-bottom {
  padding: 2rem 0 5rem;
  color: #e23f2a;
  line-height: 1.2;
  text-align: center; }
  .footer-bottom a {
    color: #e23f2a; }
  .footer-bottom .footer-brand {
    margin-bottom: 20px; }
    .footer-bottom .footer-brand .brand-logo {
      width: 80%; }
      @media (min-width: 576px) {
        .footer-bottom .footer-brand .brand-logo {
          width: auto;
          height: 40px; } }
  .footer-bottom .footer-title {
    font-weight: bold;
    font-size: 20px; }
  .footer-bottom .footer-address {
    margin-bottom: 14px;
    font-size: 18px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #e23f2a;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.57143px, -7px, 0);
    transform: rotate(-45deg) translate3d(-3.57143px, -7px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
    transform: translate3d(0, -18px, 0) rotate(-90deg); }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #e60012;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #FFF;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #e23f2a; }

.section {
  position: relative; }

.section-heading {
  position: relative;
  z-index: 1;
  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;
  width: calc(100% - 30px);
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 10px solid #e23f2a;
  background-color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .section-heading {
      width: 100%; } }
  .section-heading .section-heading-title {
    margin-bottom: 0; }

#hero .item-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh - 26px); }
  @media (min-width: 768px) {
    #hero .item-img {
      height: calc(100vw * 900/1920); } }

#hero .owl-carousel .owl-dots {
  bottom: 60px;
  left: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px; }
  @media (min-width: 1200px) {
    #hero .owl-carousel .owl-dots {
      left: 50%;
      bottom: 80px;
      margin-left: -600px;
      text-align: left; } }

#hero .owl-control {
  bottom: 55px;
  left: 15px;
  position: absolute;
  z-index: 1; }
  @media (min-width: 1200px) {
    #hero .owl-control {
      left: 50%;
      bottom: 75px;
      margin-left: -600px;
      text-align: left; } }
  #hero .owl-control .play, #hero .owl-control .stop {
    display: block;
    margin: 0;
    color: #e23f2a;
    font-size: 2rem;
    cursor: pointer; }
    #hero .owl-control .play span, #hero .owl-control .stop span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #hero .owl-control .play {
    display: none;
    font-size: 2.15rem; }
    #hero .owl-control .play span {
      top: 1px;
      left: -2px; }

#about .section-heading {
  margin-top: -2.35rem; }

#about .about-01 {
  width: 100%;
  height: calc(100vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: url(../img/about_bg_01_m.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 768px) {
    #about .about-01 {
      height: 860px;
      background: url(../img/about_bg_01.jpg) center center no-repeat;
      background-size: cover; } }
  @media (min-width: 992px) {
    #about .about-01 {
      height: 820px; } }
  #about .about-01 .about-01-content {
    padding: 0 1rem; }
  #about .about-01 .about-title, #about .about-01 .about-summary,
  #about .about-01 .about-title-en, #about .about-01 .about-summary-en {
    text-shadow: #6e462a 0 0 25px; }
  #about .about-01 .about-title {
    font-weight: bold;
    font-size: 30px; }
    @media (min-width: 768px) {
      #about .about-01 .about-title {
        font-size: 42px; } }
  #about .about-01 .about-title-en {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      #about .about-01 .about-title-en {
        font-size: 38px;
        line-height: 1.2; } }
  #about .about-01 .about-summary {
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      #about .about-01 .about-summary {
        font-size: 22px; } }
  #about .about-01 .about-summary-en {
    line-height: 1.3;
    font-size: 14px; }
    @media (min-width: 768px) {
      #about .about-01 .about-summary-en {
        font-size: 19px; } }

#about .about-02 {
  width: 100%;
  height: calc(135vh);
  background: url(../img/about_bg_02_m.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 400px) {
    #about .about-02 {
      height: 110vh; } }
  @media (min-width: 768px) {
    #about .about-02 {
      height: 860px;
      padding-top: 2.5rem;
      background: url(../img/about_bg_02.jpg) center bottom no-repeat;
      background-size: cover; } }
  @media (min-width: 992px) {
    #about .about-02 {
      height: 820px; } }
  #about .about-02 .about-02-content {
    padding: 0 1rem; }
    @media (min-width: 768px) {
      #about .about-02 .about-02-content {
        padding: 0 4rem; } }
    @media (min-width: 1200px) {
      #about .about-02 .about-02-content {
        padding: 0 2rem; } }
  #about .about-02 .about-heading {
    position: relative;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    color: #e23f2a;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      #about .about-02 .about-heading {
        margin-bottom: 1.5rem;
        font-size: 52px; } }
    #about .about-02 .about-heading:after {
      bottom: 0;
      left: -2rem;
      position: absolute;
      width: 100%;
      height: 4px;
      content: "";
      background: url(../img/about_heading_line.jpg) 0 0 no-repeat; }
      @media (min-width: 768px) {
        #about .about-02 .about-heading:after {
          left: -74px; } }
  #about .about-02 .about-title {
    margin-left: -10px;
    font-weight: bold;
    font-size: 25px; }
    @media (min-width: 768px) {
      #about .about-02 .about-title {
        font-size: 42px;
        margin-left: -20px; } }
  @media (min-width: 768px) {
    #about .about-02 .about-summary {
      font-size: 20px; } }
  #about .about-02 .about-summary-en {
    line-height: 1.4;
    font-size: 14px; }
    @media (min-width: 768px) {
      #about .about-02 .about-summary-en {
        width: 50%;
        font-size: 16px; } }

#about .owl-carousel .owl-nav {
  top: 43.5%;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    #about .owl-carousel .owl-nav {
      top: 50%; } }
  #about .owl-carousel .owl-nav .owl-prev, #about .owl-carousel .owl-nav .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    color: #e23f2a; }
    @media (min-width: 768px) {
      #about .owl-carousel .owl-nav .owl-prev, #about .owl-carousel .owl-nav .owl-next {
        font-size: 5rem; } }
    #about .owl-carousel .owl-nav .owl-prev:hover, #about .owl-carousel .owl-nav .owl-next:hover {
      background-color: transparent; }
    #about .owl-carousel .owl-nav .owl-prev:before, #about .owl-carousel .owl-nav .owl-next:before {
      font-family: 'ElegantIcons';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
    #about .owl-carousel .owl-nav .owl-prev span, #about .owl-carousel .owl-nav .owl-next span {
      display: none; }
  #about .owl-carousel .owl-nav .owl-prev:before {
    content: "\34";
    margin-left: -14px; }
    @media (min-width: 768px) {
      #about .owl-carousel .owl-nav .owl-prev:before {
        margin-left: 0; } }
  #about .owl-carousel .owl-nav .owl-next:before {
    content: "\35";
    margin-right: -11px; }
    @media (min-width: 768px) {
      #about .owl-carousel .owl-nav .owl-next:before {
        margin-right: 0; } }

#camp {
  background: url(../img/camp_bg_m.jpg) center bottom no-repeat;
  background-size: 100% auto; }
  #camp .section-heading {
    margin-top: -2.35rem; }
  @media (min-width: 768px) {
    #camp {
      background: url(../img/camp_bg.jpg) center center no-repeat;
      background-size: cover; } }
  #camp .section-content {
    padding: 0 0 15rem; }
    @media (min-width: 768px) {
      #camp .section-content {
        padding: 3rem 0 6rem; } }
  #camp .camp-list {
    list-style: none;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      #camp .camp-list {
        margin: 0 2rem; } }
    #camp .camp-list dd {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        #camp .camp-list dd {
          margin-bottom: 2.5rem; } }
    #camp .camp-list .h4 {
      color: #e23f2a; }

#theme a:hover {
  text-decoration: none; }

#theme .h4 {
  margin-bottom: 1rem; }

#theme .theme-thumb {
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 25px #d5d5d6;
  box-shadow: 0 0 25px #d5d5d6; }

#contact .section-content {
  background: url(../img/contact_bg_m.jpg) center center no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    #contact .section-content {
      background: url(../img/contact_bg.jpg) center center no-repeat;
      background-size: cover; } }

#contact .contact-inner {
  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;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    #contact .contact-inner {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

#contact .contact-info {
  background-color: rgba(255, 255, 255, 0.5); }
  #contact .contact-info .container {
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757; }
  #contact .contact-info .contact-inner {
    padding: 2rem 0; }
    @media (min-width: 768px) {
      #contact .contact-info .contact-inner {
        padding: 3.5rem 0; } }

#contact .contact-link {
  padding: 2rem 0 11rem; }
  @media (min-width: 768px) {
    #contact .contact-link {
      padding: 6rem 0 7rem; } }

.section-theme {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.theme-heading {
  border-top: 8px solid #e23f2a; }
  .theme-heading [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    @media (min-width: 768px) {
      .theme-heading [class*="col-"] {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
  .theme-heading.theme-heading-en {
    border-top: 1px solid #e23f2a; }
  .theme-heading h2 {
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .theme-heading h2 {
        font-size: 2rem; } }

.theme-header-image {
  -webkit-box-shadow: 0 0 25px #d5d5d6;
  box-shadow: 0 0 25px #d5d5d6; }

.theme-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .theme-register {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .theme-register .btn {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .theme-register .btn {
        margin-bottom: 0; } }
    .theme-register .btn:last-child {
      margin-bottom: 0; }

@media (min-width: 992px) {
  .theme-info-heading {
    padding: 0 9rem; } }

.theme-info-heading h5 {
  margin-bottom: 0px;
  padding: 0.75rem 1rem;
  color: #fff;
  background-color: #595757;
  text-align: center; }

.theme-info * {
  line-height: 1.5; }

.theme-info h4, .theme-info h5, .theme-info h6, .theme-info p {
  margin-bottom: 0;
  line-height: 1.5; }

.theme-info h6 {
  font-size: 1.125rem; }

.theme-info > dt, .theme-info > dd {
  padding: 1rem 0;
  margin: 0; }
  @media (min-width: 992px) {
    .theme-info > dt, .theme-info > dd {
      padding: 1rem 9rem; } }

.theme-info > dt {
  color: #e23f2a;
  border-top: 1px solid #e23f2a;
  text-align: center; }

.theme-info > dd {
  border-top: 1px solid #595757; }

.theme-info .table {
  border-bottom: 1px solid #dee2e6; }
  .theme-info .table th, .theme-info .table td {
    vertical-align: middle; }
    .theme-info .table th:first-child, .theme-info .table td:first-child {
      border-right: 1px solid #dee2e6; }
  .theme-info .table th {
    border-top-color: transparent; }
  .theme-info .table td {
    color: #595757; }

/*# sourceMappingURL=style.css.map */