@charset "UTF-8";
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
body, html {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif, "Microsoft JhengHei", "PingFang";
  color: #2f2f2f;
  background: #eaeaea;
}
body *, html * {
  box-sizing: border-box;
  position: relative;
}

h1 {
  font-size: 36px;
}

h2, h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

em {
  font-size: 18px;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:hover {
  color: #2fa7ca;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

button:focus {
  outline: #dba869 solid thick;
}

.linkInverse a:hover {
  color: #0d3774;
}

a, .btn {
  cursor: pointer;
}

a.btn {
  text-decoration: none;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main {
  min-height: calc(100vh - 280px);
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 28px;
  }
}
.skipLink {
  color: #2f2f2f;
  flex: none !important;
  width: 1.5rem;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0.5em;
}

.btn {
  padding: 0.5em 1em;
}
.btn > a {
  text-decoration: none;
}

.btnPill {
  padding: 0.5em 1em;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}

.tabNav {
  width: 100%;
  overflow-x: scroll;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tabNav li {
  white-space: nowrap;
  border: 1px solid #0d3774;
  color: #0d3774;
  padding: 0.5em 1em;
  margin-right: -1px;
  border-radius: 0.25em 0.25em 0 0;
  -webkit-border-radius: 0.25em 0.25em 0 0;
  -moz-border-radius: 0.25em 0.25em 0 0;
  -ms-border-radius: 0.25em 0.25em 0 0;
  -o-border-radius: 0.25em 0.25em 0 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.tabNav li:hover, .tabNav li.current {
  background-color: #0d3774;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .tabNav {
    margin-bottom: 0.5em;
  }
  .tabNav li {
    margin-right: 0.5rem;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
  }
}

.tabContent .list {
  display: none;
}
.tabContent .list.current {
  display: block;
}

.box {
  box-shadow: 3px 3px 5px rgba(47, 47, 47, 0.3);
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.modalBtn {
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.modalBtn:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.3);
  z-index: 998;
}
.modal .modalBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modalBox {
  padding: 1rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.modal .close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/icon/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal .title {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 1rem;
  line-height: 1.5;
}
.modal .title::before {
  content: "";
  width: 1em;
  margin-right: 2px;
  flex-shrink: 0;
  background-image: url(../img/icon/logoMark.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

.titleDeco {
  display: inline-flex;
  width: 1.5em;
  margin-right: 0.5em;
  background-image: url(../img/icon/logoMark.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.more {
  display: inline-block;
  font-size: 16px;
  margin-top: 1em;
}

.owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  font-size: 4rem;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.owl-dots {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.owl-dots button.owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 2;
  padding-left: 0.5rem;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/ ";
}
.breadcrumb a {
  color: #ea5421;
}

article {
  padding: 1rem 1rem 2rem;
}
article article.content {
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
article .viewer {
  display: block;
  position: relative;
  top: -1.5em;
  padding: 0 1rem;
  text-align: right;
}
@media screen and (max-width: 500px) {
  article {
    padding: 1rem 0.5rem;
  }
}

.pagination {
  margin: 1rem auto;
  font-size: 16px;
  text-align: center;
}
.pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.pagination ul .item {
  background-color: #fff;
  border-right: 1px solid #eaeaea;
  overflow: hidden;
}
.pagination ul .item.current {
  background-color: #ea5421;
  color: #fff;
}
.pagination ul .item:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  -webkit-border-radius: 0.25rem 0 0 0.25rem;
  -moz-border-radius: 0.25rem 0 0 0.25rem;
  -ms-border-radius: 0.25rem 0 0 0.25rem;
  -o-border-radius: 0.25rem 0 0 0.25rem;
}
.pagination ul .item:last-child {
  border: none;
  border-radius: 0 0.25rem 0.25rem 0;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  -ms-border-radius: 0 0.25rem 0.25rem 0;
  -o-border-radius: 0 0.25rem 0.25rem 0;
}
.pagination ul .item button {
  display: flex;
  min-width: 2rem;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
}
.pagination ul .item button:hover {
  background-color: rgba(234, 84, 33, 0.3);
}
.pagination ul .item .pageArrow {
  font-size: 1.25rem;
}

.pcHidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcHidden {
    display: block;
    width: 100%;
  }
  .padHidden {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .pcHidden, .padHidden {
    display: block;
    width: 100%;
  }
  .mobileHidden {
    display: none;
  }
}
header {
  width: 100%;
  height: 70px;
  padding: 0 1rem;
  position: sticky;
  top: 0;
  left: 0;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(47, 47, 47, 0.3);
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .logo {
  height: 60%;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .logo a {
  display: inline-block;
  height: 100%;
  margin-right: 0.5rem;
}
header .logo a img {
  height: 100%;
}
header .btn {
  border: 1px solid #0d3774;
  color: #0d3774;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header .btn:hover {
  background-color: #0d3774;
  color: #fff;
}
header .burger {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/icon/burger.svg);
  background-size: 100% auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  header .logo {
    flex: 1;
  }
  header .btn {
    white-space: nowrap;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  header .logo {
    flex: 1;
  }
  header .logo a {
    flex: 1;
    margin-right: 0.5rem;
  }
  header .logo img {
    width: 100%;
  }
  header .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  background-color: rgba(47, 47, 47, 0.3);
  z-index: 997;
}
.menu .menuBg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.menu ul {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  background-color: #fff;
  padding: 1rem 0;
}
.menu ul li {
  width: 100%;
  height: 3rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.menu a.btnPill {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.menu a.current {
  color: #ea5421;
}
.menu .btn {
  border: 1px solid #0d3774;
  color: #0d3774;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.menu .btn:hover {
  background-color: #0d3774;
  color: #fff;
}

footer {
  padding: 80px 1rem 2rem 1rem;
  line-height: 1.5;
  font-size: 16px;
  background-image: url(../img/bg/bg-mountainS.svg);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: right 1rem bottom;
}
footer .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}
footer .stamp {
  margin-bottom: 0.5em;
}
footer .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  footer {
    background-size: 35%;
  }
}
@media screen and (max-width: 768px) {
  footer {
    background-size: 50%;
  }
}
@media screen and (max-width: 500px) {
  footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .info {
    margin-bottom: 1rem;
  }
}

.bn {
  display: block;
  margin-bottom: 1rem;
}
.bn img {
  width: 100%;
}

.navMenu {
  position: sticky;
  top: 70px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 88;
}
.navMenu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow-x: scroll;
}
.navMenu ul::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.navMenu ul::-webkit-scrollbar:hover {
  background-color: rgba(47, 47, 47, 0.3);
}
.navMenu ul::-webkit-scrollbar-button {
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.navMenu ul::-webkit-scrollbar-track-piece {
  background: transparent;
}
.navMenu ul::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  background: transparent;
}
.navMenu ul::-webkit-scrollbar-thumb:hover {
  background-color: rgba(47, 47, 47, 0.3);
}
.navMenu ul::-webkit-scrollbar-track {
  box-shadow: transparent;
}
.navMenu a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.75em 0.5em;
  margin: 0 0.5rem;
}
.navMenu li {
  text-wrap: nowrap;
}
.navMenu li::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #ea5421;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.navMenu li:hover::after, .navMenu li:focus::after, .navMenu li.current::after {
  width: 100%;
}
.navMenu li:hover a, .navMenu li:focus a, .navMenu li.current a {
  color: #ea5421;
}
@media screen and (max-width: 768px) {
  .navMenu ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .navMenu {
    display: none;
  }
}

/*homepage*/
section {
  padding: 70px 1rem 50px;
}
section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding: 1rem;
  margin: 0 auto;
}
section h2.title {
  font-size: 24px;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section h2.title::before, section h2.title::after {
  content: "";
  display: inline-flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 1rem;
}
section h2.title::before {
  border-color: transparent transparent transparent #2fa7ca;
}
section h2.title::after {
  border-color: transparent #2fa7ca transparent transparent;
}
@media screen and (max-width: 1200px) {
  section .container {
    width: 100%;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  section {
    padding: 1rem 0.25rem;
  }
}

.lightBox .container {
  max-width: 1800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: stretch;
}
.lightBox .title {
  color: #0d3774;
}
.lightBox #indexPost {
  width: 65%;
}
.lightBox #indexVideo {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lightBox .container {
    display: flex;
    flex-direction: column;
  }
  .lightBox #indexPost {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .lightBox {
    padding-top: 0;
  }
}

#indexPost {
  margin-right: 1rem;
  padding: 1rem;
}
#indexPost .list {
  padding: 0.5rem 1rem;
  border: 1px solid #0d3774;
  margin-top: -1px;
  text-align: right;
}
#indexPost .list ul {
  width: 100%;
  text-align: left;
}
#indexPost .list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  line-height: 2;
}
#indexPost .list li .date {
  width: 6rem;
  flex-shrink: 0;
}
#indexPost .list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 500px) {
  #indexPost .tabNav {
    font-size: 1rem;
  }
  #indexPost .list {
    padding: 0;
  }
  #indexPost .list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0.5em;
  }
  #indexPost .list li .date {
    line-height: 2;
  }
  #indexPost .list li a {
    white-space: normal;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #indexPost .list .more {
    display: block;
    text-align: center;
    background-color: #0d3774;
    color: #fff;
    line-height: 2;
  }
}

#indexVideo {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
#indexVideo .videoembed {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#indexVideo .videoembed iframe {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 256px;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  #indexVideo .videoembed iframe {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

#joinArea {
  background-color: #ea5421;
  background-image: url(../img/bg/bg-side.svg);
  background-size: 100% auto;
}
#joinArea .title {
  color: #fff;
}
#joinArea .title::before {
  border-color: transparent transparent transparent #eaeaea;
}
#joinArea .title::after {
  border-color: transparent #eaeaea transparent transparent;
}
#joinArea .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#joinArea .item {
  width: 20%;
  max-width: 250px;
  padding: 0.5rem;
}
#joinArea .item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  color: #ea5421;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#joinArea .item a:hover {
  box-shadow: 0 0 5px rgba(47, 47, 47, 0.6);
  transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  z-index: 2;
}
#joinArea .cover {
  height: auto;
  aspect-ratio: 1/1;
}
#joinArea .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#joinArea .name {
  height: 4em;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
#joinArea .owl-nav {
  color: #fff;
  top: 25%;
}
#joinArea button.owl-dot {
  border: 1px solid #0d3774;
}
#joinArea button.owl-dot.active {
  background-color: #0d3774;
}
@media screen and (max-width: 1024px) {
  #joinArea .item {
    width: 33.333%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #joinArea .item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #joinArea {
    padding: 50px 0 50px;
  }
  #joinArea .container {
    width: 100%;
    padding: 0;
  }
  #joinArea .joinOwl {
    width: 100%;
  }
  #joinArea .item {
    width: 100%;
    max-width: none;
  }
  #joinArea .item a {
    overflow: visible;
    background-color: transparent;
    align-items: center;
  }
  #joinArea .item .cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 47, 47, 0.6);
  }
  #joinArea .cover {
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
  }
  #joinArea .name {
    display: none;
    height: auto;
    background-color: #FFF;
    margin-top: 1rem;
    white-space: nowrap;
    border-radius: 0.5em;
    width: -moz-fit-content;
    width: fit-content;
  }
  #joinArea .center .item .cover::after, #joinArea a:focus .item .cover::after {
    display: none;
  }
  #joinArea .center .name, #joinArea a:focus .name {
    display: flex;
    opacity: 1;
    animation: popIn 0.3s linear forwards;
    -webkit-animation: popIn 0.3s linear forwards;
  }
  #joinArea .item a:focus .cover::after {
    display: none;
  }
  #joinArea .item a:focus .name {
    display: flex;
    opacity: 1;
    animation: popIn 0.3s linear forwards;
    -webkit-animation: popIn 0.3s linear forwards;
  }
}

#learnArea {
  background-image: url(../img/bg/bg_net.svg);
  background-size: 100% auto;
  background-position: center;
  color: #0d3774;
}
#learnArea .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#learnArea .item {
  width: 250px;
  margin: 0 0.5rem;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#learnArea .item a {
  text-decoration: none;
}
#learnArea .item:hover {
  transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  z-index: 2;
}
#learnArea .item:hover .cover {
  box-shadow: 0 0 5px rgba(47, 47, 47, 0.6);
}
#learnArea .cover {
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
#learnArea .cover img {
  width: 100%;
}
#learnArea .name {
  padding: 1em 0;
}
@media screen and (max-width: 1024px) {
  #learnArea .item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #learnArea {
    background-position: top center;
  }
}
@media screen and (max-width: 500px) {
  #learnArea {
    background-size: 150% auto;
  }
  #learnArea .list {
    display: flex;
    flex-direction: column;
  }
  #learnArea .item {
    width: 80%;
    margin-bottom: 1rem;
  }
}

#albumArea {
  background-color: #2fa7ca;
  color: #fff;
}
#albumArea::before, #albumArea::after {
  content: "";
  width: 10%;
  height: 3rem;
  position: absolute;
  background-repeat: no-repeat;
}
#albumArea::before {
  background-image: url(../img/bg/bg-arrowup.svg);
  background-size: 100% auto;
  background-position: bottom left;
  left: 1rem;
  bottom: 0;
}
#albumArea::after {
  background-image: url(../img/bg/bg-arrowdo.svg);
  background-size: 100% auto;
  background-position: top right;
  right: 1rem;
  top: 0;
}
#albumArea .title::before {
  border-color: transparent transparent transparent #0d3774;
}
#albumArea .title::after {
  border-color: transparent #0d3774 transparent transparent;
}
#albumArea .list {
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
#albumArea .item {
  margin: 0 0.5rem;
  width: 25%;
  max-width: 250px;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#albumArea .item:hover {
  transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
}
#albumArea .item .cover {
  aspect-ratio: 1/1;
}
#albumArea .item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#albumArea .item a {
  text-decoration: none;
}
#albumArea .name {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#albumArea .owl-nav {
  color: #fff;
}
#albumArea button.owl-dot {
  border: 1px solid #d19040;
}
#albumArea button.owl-dot.active {
  background-color: #d19040;
}
@media screen and (max-width: 1024px) {
  #albumArea .list {
    flex-wrap: wrap;
  }
  #albumArea .item {
    width: 33.333%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #albumArea::before, #albumArea::after {
    width: 20%;
  }
  #albumArea .item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #albumArea .item {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 1rem;
  }
  #albumArea .item a {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  #albumArea .name {
    position: absolute;
    width: 100%;
    padding: 0 0.5em;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background-color: rgba(47, 47, 47, 0.6);
  }
}

#videoArea {
  background-color: #fff;
  background-image: url(../img/bg/bg-mountainS.svg);
  background-size: 70% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#videoArea .title {
  color: #0d3774;
}
#videoArea .title::before {
  border-color: transparent transparent transparent #d19040;
}
#videoArea .title::after {
  border-color: transparent #d19040 transparent transparent;
}
#videoArea .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#videoArea .item {
  padding: 1rem;
  flex: 1;
  margin: 1rem;
}
#videoArea .cover {
  width: 100%;
}
#videoArea .cover img {
  width: 100%;
  height: auto;
}
#videoArea .name {
  line-height: 1.5;
  margin-top: 0.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#videoArea .videoOwl {
  margin: 0 auto;
}
#videoArea .videoOwl .modalBtn:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
#videoArea button.owl-dot {
  border: 1px solid #2fa7ca;
  background: #eaeaea;
}
#videoArea button.owl-dot.active {
  background-color: #2fa7ca;
}
@media screen and (max-width: 1024px) {
  #videoArea .item {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #videoArea {
    background-image: url(../img/bg/bg-mountainS.svg);
    background-size: 100%;
  }
  #videoArea .owl-carousel {
    width: 90%;
    padding: 0 2rem;
  }
  #videoArea .owl-carousel .owl-nav {
    color: #2fa7ca;
  }
}
@media screen and (max-width: 500px) {
  #videoArea .owl-carousel {
    width: 100%;
    padding: 0 1rem;
  }
}

.modal#video {
  display: none;
}
.modal#video .modalBox {
  width: 60%;
}
.modal#video iframe {
  margin-top: 1em;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}

#linksArea {
  background-color: #e3bb8a;
  background-image: url(../img/bg/bg-sidtri.svg);
  background-size: 100% auto;
}
#linksArea .title {
  color: #0d3774;
}
#linksArea .title::before {
  border-color: transparent transparent transparent #eaeaea;
}
#linksArea .title::after {
  border-color: transparent #eaeaea transparent transparent;
}

.linksList {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.linksList .item {
  width: 25%;
  padding: 0.5rem;
}
.linksList .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.linksList .item a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.linksList .item .name {
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .linksList .item a {
    padding: 0.5rem;
  }
  .linksList .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1024px) {
  .linksList .item {
    width: 33.333%;
  }
}
@media screen and (max-width: 500px) {
  .linksList .item {
    width: 100%;
    font-size: 16px;
  }
  .linksList .item a {
    display: flex;
    flex-direction: row-reverse;
  }
  .linksList .item .cover {
    width: 50%;
  }
  .linksList .item .name {
    width: 50%;
    white-space: normal;
    line-height: 1.5;
    padding-left: 0.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

#modalVideo .modalBox {
  width: 50%;
  max-width: 80vw;
  height: auto;
}
#modalVideo .modalBox iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 1em;
}
@media screen and (max-width: 500px) {
  #modalVideo .modalBox {
    width: 90%;
    max-width: none;
  }
}

article.content .tabContent {
  border: 1px solid #0d3774;
  margin-top: -1px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
article.content .tabContent .list {
  padding: 1rem 0.5rem;
}
article.content .tabContent .list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 1rem;
}
article.content .tabContent .list li .date {
  width: 6rem;
  flex-shrink: 0;
}

article.listPage h1.title, .logPage h1.title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
article.listPage h1.title::before, article.listPage h1.title::after, .logPage h1.title::before, .logPage h1.title::after {
  content: "";
  display: inline-flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 1rem;
}
article.listPage h1.title::before, .logPage h1.title::before {
  border-color: transparent transparent transparent #2fa7ca;
}
article.listPage h1.title::after, .logPage h1.title::after {
  border-color: transparent #2fa7ca transparent transparent;
}

article.listPage .container {
  max-width: 1600px;
  margin: 0 auto;
}
article.listPage .tabNav {
  justify-content: center;
}

.albumGallery > h1, article.news > h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}
.albumGallery > h1::before, article.news > h1::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 2rem;
  background-image: url(../img/icon/logoMark.svg);
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: left center;
}

article.news {
  background-color: #fff;
  padding: 1rem;
  margin: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
article.news > h1 {
  align-items: flex-start;
}
article.news small.date {
  display: block;
  font-size: 16px;
  margin-bottom: 1rem;
}
article.news article.content {
  padding: 1rem 0;
}
article.news .viewer {
  top: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  article.news > h1 {
    font-size: 1.25rem;
  }
  article.news > h1::before {
    height: 1.5rem;
  }
}

.albumList {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -2rem;
  padding-left: 1rem;
}
.albumList li {
  width: 17.8%;
  margin: 0 1.5rem 1.5rem 0;
  padding: 0.5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.albumList li:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.albumList li a {
  text-decoration: none;
}
.albumList .cover {
  aspect-ratio: 1/1;
}
.albumList .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumList .name {
  font-size: 16px;
  padding: 1rem 0;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .albumList li {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .albumList li {
    width: 33.333%;
  }
}
@media screen and (max-width: 500px) {
  .albumList {
    margin-right: -0.5rem;
  }
  .albumList li {
    width: 47.5%;
    margin: 0 0.5rem 0.5rem 0;
  }
}

.videoList {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.videoList .item {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  width: 31.5%;
  margin: 1rem 0.5rem 1rem;
}
.videoList .cover {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.videoList .cover img {
  width: 100%;
  height: auto;
}
.videoList .name {
  margin-top: 0.5rem;
  min-height: 2.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .videoList {
    margin: 0 -0.25em;
  }
  .videoList .item {
    width: 32%;
    margin: 0 0.25em 1em;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .videoList .item {
    width: 47%;
  }
}

.learnList {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.learnList li {
  width: 25%;
  padding: 0.5rem;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.learnList li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.learnList li .name {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.learnList li:hover {
  transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
}
.learnList li:hover .name {
  color: #2fa7ca;
}
.learnList .cover {
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.learnList .name {
  color: #0d3774;
  padding: 0.5rem 1rem 1rem;
}

.logPage {
  margin: 1rem auto;
}
.logPage .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}
.logPage .formBlock {
  width: 45%;
  max-width: 500px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  margin: 1rem;
}
.logPage .formBlock h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.logPage .formBlock input {
  line-height: 2;
  padding: 0 0.5em;
  border: 1px solid #eaeaea;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.logPage .formBlock .inlineBtn {
  color: #ea5421;
  font-size: 16px;
}
.logPage .loginForm {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-border-radius: 0 0 0.5rem 0.5rem;
  -moz-border-radius: 0 0 0.5rem 0.5rem;
  -ms-border-radius: 0 0 0.5rem 0.5rem;
  -o-border-radius: 0 0 0.5rem 0.5rem;
}
.logPage .formGroup {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.logPage .formGroup input {
  font-size: 1rem;
}
.logPage .btn {
  width: 7em;
  margin: 0 auto;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}
.logPage .captchaBlock button::after {
  content: "|";
  padding: 0 0.25em;
  color: #2f2f2f;
}
.logPage .captchaBlock button:last-child::after {
  content: "";
}
.logPage .btn.login {
  background-color: #ea5421;
  color: #fff;
}
.logPage .btn.login:hover {
  background-color: #fff;
  color: #ea5421;
}
.logPage .btn.signup {
  background-color: #2fa7ca;
  color: #fff;
}
.logPage .btn.signup:hover {
  background-color: #fff;
  color: #2fa7ca;
}
@media screen and (max-width: 768px) {
  .logPage .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logPage .formBlock {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
}

.identify {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-border-radius: 0 0 0.5rem 0.5rem;
  -moz-border-radius: 0 0 0.5rem 0.5rem;
  -ms-border-radius: 0 0 0.5rem 0.5rem;
  -o-border-radius: 0 0 0.5rem 0.5rem;
}
.identify a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 0.5rem;
  margin: 0.5rem 0;
  text-align: center;
}
.identify a p {
  text-align: left;
  margin: 0;
}
.identify a img {
  width: 100%;
  max-width: 250px;
}
.identify a:hover p {
  color: inherit;
  opacity: 0.8;
}

.studentLog .identify {
  background-color: rgba(47, 167, 202, 0.3);
}
.studentLog .identify a {
  background-color: #2fa7ca;
  color: #fff;
}
.studentLog .loginForm {
  border: 1px solid #2fa7ca;
}
.studentLog .systemLog {
  background-color: #2fa7ca;
}
.studentLog .systemLog h2 {
  color: #fff;
}
.studentLog .systemLog .loginForm {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  flex: 1;
  background-color: #fff;
}
.studentLog .systemLog button {
  margin: 1rem auto;
}
.studentLog .systemLog .hint {
  opacity: 0.6;
}
.studentLog .localLog {
  background-color: #fff;
}
.studentLog .localLog h2 {
  color: #2fa7ca;
}
.studentLog .localLog .loginForm {
  flex: 1;
}
.studentLog .localLog .formGroup:last-child {
  flex: 1;
  justify-content: flex-end;
}

.backendLog .identify {
  height: 100%;
  margin: 0;
  background-color: rgba(13, 55, 116, 0.3);
}
.backendLog .identify a {
  height: 100%;
  background-color: #0d3774;
  color: #fff;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.backendLog .identify a p {
  margin-bottom: 1rem;
}
.backendLog .systemLog {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.backendLog .systemLog h2 {
  color: #0d3774;
}
.backendLog .systemLog .loginForm {
  flex: 1;
}
.backendLog .localLog {
  background-color: #0d3774;
}
.backendLog .localLog h2 {
  color: #fff;
}
.backendLog .localLog .loginForm {
  background-color: #fff;
}
.backendLog .localLog a.home {
  font-size: 16px;
  text-align: center;
}

.albumGallery .container {
  background-color: #fff;
  margin: 0 -1rem;
  padding: 1rem 0;
}
.albumGallery > h1 {
  align-items: center;
  justify-content: center;
}
.albumGallery .btnGroup {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.albumGallery .btnGroup button {
  font-size: 16px;
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}
.albumGallery .btnGroup .download button {
  background-color: #ea5421;
  color: #fff;
}
.albumGallery .btnGroup .connect button {
  border: 1px solid #0d3774;
  color: #0d3774;
}
@media screen and (max-width: 768px) {
  .albumGallery .btnGroup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .albumGallery .btnGroup button {
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) {
  .albumGallery {
    padding: 0;
  }
  .albumGallery .container {
    margin: 0;
  }
}

.gallery {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.gallery li {
  list-style: none;
}

.mainPhoto {
  position: relative;
  background-color: #2f2f2f;
}
.mainPhoto img {
  width: 100%;
  height: auto;
  display: block;
}
.mainPhoto #currentScript {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background-color: rgba(47, 47, 47, 0.6);
  color: #fff;
  font-size: 16px;
  padding: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumbnail.owl-carousel {
  background-color: #2f2f2f;
  padding: 1rem 0;
}
.thumbnail.owl-carousel img {
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.thumbnail.owl-carousel img.active {
  opacity: 1;
}
.thumbnail.owl-carousel .owl-nav {
  position: static;
}
.thumbnail.owl-carousel .owl-nav button {
  position: absolute;
  height: 100%;
  top: 0;
  color: #fff;
  background-color: rgba(47, 47, 47, 0.6);
}
.thumbnail.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.thumbnail.owl-carousel .owl-nav button.owl-next {
  right: 0;
}/*# sourceMappingURL=style.css.map */