section,
section * {
  position: relative;
}
body {
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Custom', 'Noto Sans TC', 'Nobel Book';
  text-align: justify;
  letter-spacing: 1px;
  background-color: #FFF;
  letter-spacing: 2px;
}
body[page="newsList"] nav .btnsWrap li[page="news"],
body[page="eventList"][type="tour"] nav .btnsWrap li[page="tour"],
body[page="eventList"][type="lecture"] nav .btnsWrap li[page="lecture"],
body[page="eventList"][type="venue"] nav .btnsWrap li[page="venue"],
body[page="eventInfo"][type="tour"] nav .btnsWrap li[page="tour"],
body[page="eventInfo"][type="lecture"] nav .btnsWrap li[page="lecture"],
body[page="eventInfo"][type="venue"] nav .btnsWrap li[page="venue"],
body[page="page"][type="100year"] nav .btnsWrap li[page="100year"],
body[page="page"][type="Mojiku"] nav .btnsWrap li[page="Mojiku"],
body[page="page"][type="railway"] nav .btnsWrap li[page="railway"],
body[page="page"][type="store"] nav .btnsWrap li[page="store"] {
  background-color: #f5f5f5;
}
li {
  list-style: none;
}
a {
  display: contents;
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: normal;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
  color: #d9d9d9;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  color: #d9d9d9;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
  color: #d9d9d9;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  color: #d9d9d9;
}
.fancybox-infobar {
  display: none;
}
/* 開發測試 */
.dev {
  display: none;
}
dev {
  display: none;
}
input,
textarea,
select {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
}
select {
  height: 50px;
  width: 220px;
  font-size: 20px;
  text-align-last: center;
  border: none;
  border-right: 10px solid #FFF;
  border-left: 10px solid #FFF;
}
.pc {
  display: block;
}
.m {
  display: none;
}
pc {
  display: block;
}
m {
  display: none;
}
.animateScroll {
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.animateScroll[aniName="fadein"] {
  opacity: 0;
}
.animateScroll[aniName="fadein"].active {
  opacity: 1;
}
.animateScroll[aniName="fadeindown"] {
  opacity: 0;
  transform: translate(0px, -100px);
}
.animateScroll[aniName="fadeindown"].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
.animateScroll[aniName="fadeinup"] {
  opacity: 0;
  transform: translate(0px, 100px);
}
.animateScroll[aniName="fadeinup"].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
.btn {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #FFF;
  width: 300px;
  margin: auto;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.btn.blue {
  background-color: #66b0d5;
}
.btn.blue:hover {
  background-color: #3c7e9e;
}
.btn.green {
  background-color: #99C73A;
}
.btn.green:hover {
  background-color: #6f991a;
}
.btn.teal {
  background-color: #3f978c;
}
.btn.teal:hover {
  background-color: #006F62;
}
.comingsoon {
  font-size: 30px;
  color: #e9e9e9;
  line-height: 1.4;
  margin-top: 100px;
  text-align: center;
}
.floating {
  animation: floating 2s infinite;
  -webkit-animation: floating 2s infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
centerwrap {
  position: relative;
  display: block;
  max-width: 1290px;
  margin: auto;
  z-index: 2;
}
.blackcover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #00000085;
  top: 0;
  left: 0;
}
.banner_slider {
  background-size: cover;
  height: 100%;
  background-position: center;
}
.banner_slider div {
  height: 100%;
}
.banner_slider div .each {
  width: 90%;
  height: 100%;
  margin: auto;
}
.banner_slider div .each .in {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.banner_slider div .each .blurbg {
  z-index: 0;
  background-color: #FFF;
}
.banner_slider div .each .photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100% - 20px);
  border: 1px solid #e9e9e9;
  margin-top: 5px;
  box-shadow: 0px 0px 10px #e8e5e5;
}
.banner_slider div .each .text {
  background-color: #0000008f;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #FFF;
  height: auto;
  line-height: 40px;
  text-align: center;
}
.banner_slider .slick-prev,
.banner_slider .slick-next {
  top: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner_slider .slick-next {
  right: 0px;
  background-image: url(/images/scroll-next.svg);
}
.banner_slider .slick-prev {
  left: 0px;
  background-image: url(/images/scroll-prev.svg);
}
.banner_slider .slick-dots {
  bottom: -43px;
  margin-left: 0px;
  z-index: 10;
  width: 100%;
  left: 0;
  text-align: center;
}
.banner_slider .slick-dots li button:before {
  color: #5b5b5b;
  font-size: 10px;
  opacity: 1;
}
.banner_slider .slick-prev:before,
.banner_slider .slick-next:before {
  color: transparent !important;
}
.banner_slider .slick-dots li.slick-active button:before {
  color: #81333c;
  opacity: 1;
}
.animates {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.animates01 {
  transform: translateY(500px);
}
.animates01.active {
  transform: translateY(0px);
}
.animates02 {
  transform: translateY(500px);
}
.animates02.active {
  transform: translateY(0px);
}
.animates03 {
  opacity: 0;
  transform: translateY(30px);
}
.animates03.active {
  opacity: 1;
  transform: translateY(0px);
}
.animates04 {
  opacity: 0;
  transform: translateY(30px);
}
.animates04.active {
  opacity: 1;
  transform: translateY(0px);
}
.animates05 {
  opacity: 0;
}
.animates05.active {
  opacity: 1;
}
article {
  max-width: 820px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
  color: #333;
  text-align: left;
}
article img {
  max-width: 100%;
  height: auto !important;
}
article .photos {
  width: 47%;
  margin: 1%;
  padding-bottom: 33%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-position: center;
  background-color: #FFF;
  background-repeat: no-repeat;
  border: 1px solid #E9E9E9;
}
article a[data-fancybox="photos"] {
  border: none;
}
article:after {
  content: '';
  display: block;
  clear: both;
}
article p {
  position: unset;
}
article li {
  list-style: inherit;
}
article tbody {
  vertical-align: top;
}
article td {
  padding: 10px;
  text-align: left;
}
article h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
article h3 {
  margin-block-start: inherit;
  margin-block-end: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
}
article a {
  padding-bottom: 0.05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(17, 17, 17, 0.3);
  display: inline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
article a:hover {
  opacity: 0.7;
}
article strong {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
nav.scrolled .wrap {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px #e9e9e9;
}
nav .wrap {
  position: fixed;
  background-color: #ffffff00;
  width: 100%;
  height: 100px;
  z-index: 10;
  top: 0px;
}
nav .wrap .logo {
  height: 60px;
  position: absolute;
  left: 20px;
  top: 18px;
}
nav .wrap.active {
  background-color: transparent;
}
nav .wrap.active .btnsWrap_m {
  right: 0%;
  opacity: 1;
}
nav .btnsWrap_m {
  background-color: #0094d8;
  width: 80%;
  position: fixed;
  height: 100%;
  right: -100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav .btnsWrap_m horizon {
  background-color: #FFF;
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.3;
}
nav .btnsWrap_m .in {
  padding: 30px;
  padding-top: 70px;
}
nav .btnsWrap_m .in li {
  line-height: 50px;
  cursor: pointer;
  font-weight: 400;
  color: #FFF;
}
nav .btnsWrap_m .in li[nav="0"] {
  display: none;
}
nav .btnsWrap_m .menuBtnClose {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  cursor: pointer;
  z-index: 1;
}
nav .btnsWrap_m .menuBtnClose svg {
  width: 20px;
  fill: #FFF;
}
nav .btnsWrap {
  position: absolute;
  right: 10px;
  color: #2a2a2a;
  font-size: 15px;
}
nav .btnsWrap li {
  color: #2a2a2a;
  font-size: 14px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  height: 100px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
nav .btnsWrap li:hover {
  color: #0094D8;
}
nav .btnsWrap li[nav="0"] {
  display: none;
}
nav .btnsWrap li.list01:hover {
  color: #2DA2DD;
}
nav .btnsWrap li.list01:after {
  content: '■ ■ ■';
  position: absolute;
  font-size: 9px;
  bottom: -22px;
  display: block;
  width: 100%;
  color: #2DA2DD;
  margin-left: 10px;
  pointer-events: none;
}
nav .btnsWrap li.list02:hover {
  color: #99C73A;
}
nav .btnsWrap li.list02:after {
  content: '■ ■ ■';
  position: absolute;
  font-size: 9px;
  bottom: -22px;
  display: block;
  width: 100%;
  color: #99C73A;
  margin-left: 10px;
  pointer-events: none;
}
nav .menuBtn {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
nav .menuBtn li {
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #000;
}
nav .menuBtn li:nth-child(1) {
  top: 24px;
  left: 29px;
  width: 12px;
}
nav .menuBtn li:nth-child(2) {
  top: 30px;
  left: 23px;
}
nav .menuBtn li:nth-child(3) {
  top: 36px;
  left: 23px;
  width: 12px;
}
footer .wrap {
  background-color: #99C73A;
  padding: 30px;
  color: #FFF;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: right;
}
footer .wrap .logoWrap {
  position: absolute;
  top: -10px;
}
footer .wrap .logoWrap .logo {
  height: 75px;
}
footer .wrap .logoWrap p {
  font-size: 13px;
}
footer .wrap .contactWrap {
  text-align: left;
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
  font-size: 14px;
}
footer .wrap .contactWrap li {
  line-height: 30px;
}
footer .wrap .btnWrap {
  text-align: left;
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
  font-size: 14px;
}
footer .wrap .btnWrap a {
  display: inline-block;
  padding: 20px;
}
section .titleWrap {
  text-align: left;
  padding: 30px;
  padding-top: 50px;
}
section .titleWrap .in {
  display: inline-block;
}
section .titleWrap .in h2 {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  letter-spacing: 6px;
  color: #555;
}
section .titleWrap .in h3 {
  display: inline-block;
  color: #b4b4b4;
  letter-spacing: 6px;
  border-bottom: 1px solid;
  height: 30px;
}
section .titleWrap .in .icon {
  display: inline-block;
  width: 45px;
  vertical-align: middle;
}
section .sidewrap {
  display: inline-block;
  width: 50%;
  margin: -3px;
  vertical-align: top;
}
body[page="eventList"] {
  padding-top: 60px;
}
body[page="eventList"] section.news {
  padding-top: 0px;
}
body[page="eventList"] section.news .wrap {
  background-color: transparent;
}
body[page="eventList"] .intro {
  background-color: #FAFAFA;
  padding: 40px;
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}
body[page="newsList"] {
  padding-top: 60px;
}
body[page="newsList"] section.news {
  padding-top: 0px;
}
body[page="newsList"] section.news .wrap {
  background-color: transparent;
}
body[page="newsInfo"] {
  padding-top: 60px;
}
body[page="newsInfo"] section.newsInfo {
  padding-top: 30px;
}
body[page="newsInfo"] section.newsInfo .titleWrap {
  text-align: center;
}
body[page="newsInfo"] section .titleWrap .in h3 {
  border: none;
}
body[page="newsInfo"] horizon {
  display: block;
  content: '';
  background-color: #eeeeee;
  width: 100%;
  height: 1px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
body[page="newsInfo"] .thetitle {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #0094d8;
  margin-left: 30px;
  margin-right: 30px;
}
body[page="newsInfo"] .date {
  color: #999;
  text-align: center;
  font-size: 14px;
}
body[page="newsInfo"] article table {
  word-break: normal;
  line-height: 1.2;
  font-size: 14px;
  border-collapse: collapse;
  overflow: hidden;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 0 20px #f4f3f3;
  border: 1px solid #e4e3e3;
}
body[page="newsInfo"] article table td {
  display: table-cell;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body[page="newsInfo"] article table tr:nth-child(even) td {
  background-color: #f9f9f9;
}
body[page="newsInfo"] article table tr:nth-child(1) td {
  background-color: #99c73a;
  color: #FFF;
}
body[page="page"] article h3 {
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  color: #169ddb;
  padding-bottom: 15px;
  padding-top: 15px;
}
section.banner {
  height: 50vw;
  background-color: #FFF;
  background-image: url('/images/banner-bg.png');
  overflow: hidden;
  max-height: 800px;
}
section.banner .ship {
  position: absolute;
  bottom: -11vw;
  height: 36vw;
  left: -4vw;
}
section.banner .plane {
  position: absolute;
  bottom: 0;
  height: auto;
  right: -80%;
  width: 195%;
  z-index: 1;
}
section.banner .khtext {
  position: absolute;
  right: 45px;
  z-index: 1;
  width: 100px;
  top: 110px;
}
section.banner .text {
  position: absolute;
  z-index: 1;
  bottom: 20vw;
  left: 22vw;
  font-size: 20px;
}
section.banner .text h2 {
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 34px;
}
section.banner .text b {
  font-size: 50px;
}
section.banner .text p {
  line-height: 2;
  color: #7d7d7d;
  margin-block-start: 0;
}
section.banner .text .dot {
  display: none;
}
section.banner .numbers {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: -15px;
  bottom: 13.5vw;
  transform: rotate(90deg);
}
section.banner .numbers p {
  display: inline-block;
  margin-right: 20px;
}
section.about {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
section.about .text {
  color: #545454;
  margin-right: 30px;
}
section.about .banner_slider div {
  height: 100%;
  height: 440px;
}
section.news {
  padding-top: 40px;
}
section.news .wrap {
  background-color: #FAFAFA;
  padding: 30px;
  border-radius: 50px;
}
section.news .wrap .list {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
section.news .wrap .list li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #555;
}
section.news .wrap .list li .date {
  margin-bottom: 7px;
}
section.news .wrap .list a:nth-last-child(1) li {
  border-bottom: none;
}
section.news .titleWrap {
  text-align: center;
}
body[page="store"] {
  padding-top: 60px;
}
body[page="store"] .titleWrap {
  padding-top: 50px;
  text-align: center;
}
body[page="store"] .titleWrap .in h2 {
  color: #000;
}
body[page="store"] .titleWrap .in h3 {
  color: #696969;
}
body[page="store"] section.productList {
  padding-top: 40px;
}
body[page="store"] section.productList .titleWrap {
  text-align: center;
}
body[page="store"] section.productList .intro {
  background-color: #FAFAFA;
  padding: 40px;
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}
body[page="store"] section.productList .btn {
  margin-bottom: 15px;
  width: 350px;
}
body[page="store"] section.productList .list {
  text-align: center;
}
body[page="store"] section.productList .list li {
  width: 45%;
  display: inline-block;
  margin: 1%;
  margin-bottom: 4%;
  vertical-align: top;
}
body[page="store"] section.productList .list li .photo {
  background-color: #f9f9f9;
  width: 90%;
  padding-bottom: 63%;
  margin: auto;
  /* height: 300px; */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
body[page="store"] section.productList .list li .name {
  color: #3391c0;
  margin: 15px;
  font-size: 22px;
}
body[page="store"] section.productList .list li .price {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #fffffff7;
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: -16px;
  padding: 7px;
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: 0px 0px 25px #c3c3c387;
  color: #0381ba;
  border: 3px solid #6dc3e9;
  border-radius: 9px;
}
body[page="store"] section.productList .list li .text {
  padding-left: 25px;
  padding-right: 25px;
  color: #868686;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
body[page="store"] section.productList .list li .tagWrap {
  margin-left: 25px;
  margin-right: 25px;
}
body[page="store"] section.productList .list li .tagWrap .tag {
  border: 1px solid #b3b3b3;
  display: inline-block;
  padding: 7px;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  color: #4e4e4e;
  letter-spacing: 0;
  font-size: 15px;
  margin-bottom: 10px;
}
body[page="eventInfo"] {
  padding-top: 60px;
}
body[page="eventInfo"] section.eventInfo {
  padding-top: 40px;
}
body[page="eventInfo"] section.eventInfo .titleWrap {
  text-align: center;
  background-color: #ecf9ff;
}
body[page="eventInfo"] section .titleWrap .in h3 {
  border: none;
}
body[page="eventInfo"] horizon {
  display: block;
  content: '';
  background-color: #eeeeee;
  width: 100%;
  height: 1px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
body[page="eventInfo"] .thephoto {
  margin: auto;
  display: block;
  max-width: 60%;
  margin-bottom: 40px;
}
body[page="eventInfo"] .thetitle {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 0px;
  color: #0094d8;
  padding-top: 33px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 25px;
}
body[page="eventInfo"] .thesubtitle {
  text-align: center;
  color: #555;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
body[page="eventInfo"] .date {
  color: #999;
  text-align: center;
  font-size: 14px;
}
body[page="eventInfo"] ol {
  padding-inline-start: 30px;
}
body[page="eventInfo"] article h3 {
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  color: #169ddb;
  padding-bottom: 15px;
  padding-top: 15px;
}
body[page="eventInfo"] article ul {
  margin-left: 25px;
}
body[page="eventInfo"] .applylink[href=""] {
  display: none;
}
body[page="eventInfo"] .applynow {
  margin-bottom: 50px;
}
body[page="eventInfo"] .applynotyet {
  display: none;
  background-color: #cbcbcb;
  pointer-events: none;
}
body[page="eventInfo"] .applynotyet[href=""] {
  display: block;
  margin-bottom: 50px;
}
section.event {
  padding-top: 40px;
  padding-bottom: 100px;
}
section.event .titleWrap {
  text-align: center;
}
section.event .typeBtnWrap {
  text-align: center;
  font-size: 20px;
  padding: 30px;
}
section.event .typeBtnWrap li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
section.event .typeBtnWrap li[type="tour"] {
  color: #99C73A;
}
section.event .typeBtnWrap li[type="lecture"] {
  color: #92D2F2;
}
section.event .typeBtnWrap li[type="venue"] {
  color: #DE7330;
}
section.event .list {
  text-align: center;
}
section.event .list li {
  width: 30%;
  min-height: 550px;
  display: inline-block;
  margin: 1%;
  vertical-align: top;
}
section.event .list li.none {
  display: none;
}
section.event .list li:hover .photo {
  transform: scale(1.1, 1.1);
  filter: brightness(1.1);
}
section.event .list li .type {
  background-color: #555;
  color: #FFF;
  width: 150px;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  margin: auto;
  margin-bottom: 15px;
}
section.event .list li .type[type="tour"] {
  background-color: #99C73A;
}
section.event .list li .type[type="lecture"] {
  background-color: #92D2F2;
}
section.event .list li .type[type="venue"] {
  background-color: #DE7330;
}
section.event .list li .date {
  border: 3px solid #cfcfcf;
  width: 90px;
  height: 90px;
  position: absolute;
  background-color: #FFF;
  margin-top: -85px;
  border-radius: 21px;
}
section.event .list li .date[type="tour"] {
  color: #99C73A;
  border-color: #99C73A;
}
section.event .list li .date[type="lecture"] {
  color: #92D2F2;
  border-color: #92D2F2;
}
section.event .list li .date[type="venue"] {
  color: #DE7330;
  border-color: #DE7330;
}
section.event .list li .date b {
  font-size: 25px;
  line-height: 28px;
}
section.event .list li .date .in {
  margin-top: 17px;
  font-size: 18px;
  letter-spacing: 0px;
}
section.event .list li .photo {
  width: 90%;
  padding-bottom: 90%;
  background-color: #eeeeee;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 30px;
  background-image: url(/images/default.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.event .list li .thetitle {
  font-size: 20px;
  color: #666;
  margin-left: 4%;
  margin-right: 4%;
}
section.event .list li .location {
  text-align: center;
  color: #999;
  margin-top: 10px;
}
section.page {
  min-height: 500px;
  margin-top: 100px;
  text-align: center;
}
section.page h1 {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body[page="eventInfo"] section .titleWrap .in h2 {
  color: #2e2e2e;
}
body[page="eventInfo"] section .titleWrap .in h3 {
  color: #FFF;
}
body[page="eventInfo"] .location {
  text-align: center;
  color: #999;
  margin-top: 10px;
  margin-bottom: 20px;
}
body[page="eventInfo"][type="tour"] section.eventInfo .titleWrap {
  background-color: #cce994;
}
body[page="eventInfo"][type="tour"] .thetitle {
  color: #99C73A;
}
body[page="eventInfo"][type="tour"] article h3 {
  color: #99C73A;
}
body[page="eventInfo"][type="lecture"] section.eventInfo .titleWrap {
  background-color: #bce1f2;
}
body[page="eventInfo"][type="lecture"] .thetitle {
  color: #0094d8;
}
body[page="eventInfo"][type="lecture"] article h3 {
  color: #0094d8;
}
body[page="eventInfo"][type="venue"] section.eventInfo .titleWrap {
  background-color: #ffd8c0;
}
body[page="eventInfo"][type="venue"] .thetitle {
  color: #DE7330;
}
body[page="eventInfo"][type="venue"] article h3 {
  color: #DE7330;
}
@media screen and (max-width: 1210px) and (min-width: 960px) {
  nav .wrap .logo {
    height: 43px;
    left: 20px;
    top: 25px;
  }
  nav .btnsWrap li {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 960px) {
  m {
    display: block;
  }
  pc {
    display: none;
  }
  nav .wrap {
    height: 64px;
  }
  nav .wrap .logo {
    top: 10px;
    height: 40px;
  }
  body {
    font-size: 14px;
  }
  section.banner {
    height: 80vh;
  }
  section.banner .plane {
    position: absolute;
    bottom: 0;
    height: 70vw;
    right: -269vw;
    width: auto;
    z-index: 1;
  }
  section.banner .ship {
    position: absolute;
    bottom: -17vw;
    height: 79vw;
    left: -14vw;
  }
  section.banner .khtext {
    position: absolute;
    right: 30px;
    z-index: 1;
    width: 71px;
    top: 75px;
  }
  section.banner .text {
    position: absolute;
    z-index: 1;
    bottom: 77vw;
    left: 33px;
    font-size: 18px;
  }
  section.banner .text .dot {
    display: block;
  }
  section.banner .text h2 {
    letter-spacing: 1px;
    font-size: 27px;
  }
  section.banner .text b {
    font-size: 42px;
    margin-right: 5px;
  }
  section.banner .numbers {
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    right: auto;
    bottom: -2.5vw;
    left: 30px;
    transform: rotate(0deg);
    z-index: 1;
    line-height: 38vw;
  }
  section.banner .numbers p {
    display: block;
    margin-right: 0px;
  }
  section.about .text {
    margin-right: 0px;
  }
  section.about .banner_slider div {
    height: 200px;
  }
  section.news .wrap {
    padding: 0px;
    border-radius: 50px;
    margin: 30px;
  }
  section.news .wrap .list {
    padding-left: 30px;
    padding-right: 30px;
  }
  section .sidewrap {
    display: block;
    width: auto;
    margin: 30px;
    vertical-align: top;
    margin-top: 0px;
  }
  section .titleWrap {
    text-align: center;
    padding: 30px;
    padding-top: 50px;
  }
  section .titleWrap .in h2 {
    font-size: 22px;
  }
  section .titleWrap .in h3 {
    height: 22px;
    font-size: 14px;
  }
  footer .wrap {
    height: auto;
    padding-bottom: 20px;
  }
  footer .wrap centerwrap {
    height: auto;
  }
  footer .wrap .btnWrap {
    text-align: center;
    display: block;
    position: relative;
    bottom: 20px;
    right: 0;
    margin: auto;
    border-top: 1px dashed #ffffff63;
    padding-top: 15px;
    border-bottom: 1px dashed #ffffff63;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  footer .wrap .logoWrap {
    position: relative;
    margin: auto;
    display: block;
    text-align: center;
  }
  footer .wrap .btnWrap a {
    display: block;
    padding: 8px;
  }
  footer .wrap .logoWrap .logo {
    height: 70px;
  }
  footer .wrap .contactWrap {
    margin: auto;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    display: block;
  }
  article {
    max-width: none;
    margin: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 50px;
    margin-top: 0px;
  }
  body[page="eventInfo"] section.eventInfo {
    padding-top: 0px;
  }
  body[page="eventInfo"] .thephoto {
    margin: auto;
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
  }
  body[page="eventInfo"] horizon {
    margin-bottom: 0px;
  }
  section.event .list li {
    width: 43%;
    min-height: 0px;
    display: inline-block;
    margin: 1%;
    min-height: auto;
    vertical-align: top;
    padding-bottom: 30px;
  }
  section.event .list li .thetitle {
    font-size: 14px;
  }
  section.event .list li .date {
    border: 3px solid #cfcfcf;
    width: 55px;
    height: 55px;
    position: absolute;
    background-color: #FFF;
    margin-top: -67px;
    border-radius: 13px;
  }
  section.event .list li .date b {
    font-size: 17px;
    line-height: 11px;
  }
  section.event .list li .type {
    background-color: #555;
    color: #FFF;
    width: 150px;
    border-radius: 50px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 15px;
  }
  section.event {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  section.event .list li .date .in {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0px;
  }
  section.page {
    margin-top: 50px;
  }
  section.about {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner_slider div .each {
    width: 100%;
  }
  article .photos {
    width: 99%;
    margin: 1%;
    padding-bottom: 66%;
    display: block;
    margin-bottom: 4%;
  }
  body[page="newsList"] section.news {
    padding-top: 0px;
    margin-top: -30px;
  }
  body[page="newsInfo"] section.newsInfo {
    padding-top: 0px;
  }
  body[page="store"] section.productList .list li {
    width: 90%;
  }
  body[page="store"] section.productList .list li .tagWrap .tag {
    font-size: 13px;
  }
  body[page="store"] section.productList .btn {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }
  body[page="store"] section.productList {
    padding-top: 0px;
  }
  body[page="store"] section.productList .list li .price {
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 0px;
  }
  body[page="eventInfo"] .location {
    padding-left: 30px;
    padding-right: 30px;
  }
}
