@import '../../assets/owlcarousel/assets/owl.carousel.min.css';
@import '../../assets/owlcarousel/assets/owl.theme.default.min.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import "../css/magnific-popup.css";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection {
  background: #F9A532;
  color: #fff;
}

*::selection {
  background: #F9A532;
  color: #fff;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans TC", "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  color: #333333;
  font-size: 1.8rem;
  overflow-x: hidden;
  background: url("../img/bg.png") center top/100% repeat-y, #fff;
}

.app {
  position: relative;
  overflow: hidden;
  display: block;
}
.app.inner::before {
  content: "";
  width: 100%;
  height: 90vh;
  background: #FFF3DD;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

a {
  cursor: pointer !important;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus, button:focus, input:focus {
  text-decoration: none;
}

pre {
  white-space: pre-line;
}

p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.container-fluid {
  width: 100%;
  max-width: 1600px;
}

.container {
  width: 100%;
  max-width: 1300px;
}

img {
  max-width: 100%;
  height: auto;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  padding: 0 !important;
  margin: 0 !important;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
  }
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/arrow-01.svg") center center/100% no-repeat;
  position: absolute;
  top: calc(50% - 45px);
  left: 25%;
}
@media screen and (max-width: 1200px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 13%;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../img/arrow-01.svg") center center/100% no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: calc(50% - 45px);
  right: 25%;
}
@media screen and (max-width: 1200px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 13%;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }
}

.owl-carousel button.owl-dot {
  position: relative !important;
  z-index: 100 !important;
  margin: 0 !important;
  padding: 10px 3px !important;
}
.owl-carousel button.owl-dot span {
  background: rgba(0, 0, 0, 0.5) !important;
  margin: 0 5px !important;
}
.owl-carousel button.owl-dot.active span {
  background: #F05A24 !important;
}

img.mfp-img {
  max-height: 95vh !important;
}

.header {
  width: 100%;
  display: block;
  padding: 0 20px;
  background: #fff;
  position: fixed;
  text-align: right;
  z-index: 100;
}
.header h1 {
  position: absolute;
  left: 20px;
  top: 12px;
  display: block;
  z-index: 10;
}
.header h1 a {
  display: block;
  width: 225px;
  height: 50px;
}
.header h1 a img {
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .header h1 {
    top: 7px;
    left: 12px;
  }
  .header h1 a {
    width: 200px;
    height: 45px;
  }
}
.header .menu {
  float: right;
}
.header ul.navbar-nav li {
  display: inline-block;
  color: #333333;
}
.header ul.navbar-nav li a {
  position: relative;
  display: inline-block;
  padding: 25px 10px;
  font-size: 2.3rem;
  color: #333333;
  letter-spacing: 1px;
}
@media screen and (max-width: 1250px) {
  .header ul.navbar-nav li a {
    font-size: 2rem;
    padding: 20px 10px;
  }
}
.header ul.navbar-nav li a::before {
  content: "";
  width: 0%;
  height: 5px;
  background: #F05A24;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header ul.navbar-nav li a:hover::before {
  width: 50%;
}

#banner {
  position: relative;
  margin: 65px auto 0;
  padding: 0;
}
#banner .container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
#banner .container .owl-theme .owl-dots {
  bottom: -6.5vw;
}
@media screen and (max-width: 1400px) {
  #banner .container {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 1200px) {
  #banner .container {
    padding: 20px 0 50px;
  }
  #banner .container .owl-theme .owl-dots {
    bottom: -8vw;
  }
}
@media screen and (max-width: 768px) {
  #banner .container {
    width: 96%;
    padding: 0;
  }
  #banner .container .owl-theme .owl-dots {
    bottom: -3vw;
  }
}
#banner a {
  display: block;
}
#banner i {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#banner p {
  position: relative;
  width: 95%;
  margin: -20px auto 0;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 450;
  color: #fff;
  background: #F05A24;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  #banner p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #banner p {
    font-size: 2rem;
  }
}

.owl-main .owl-stage-outer {
  position: relative;
  width: 100%;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  padding: 80px 0;
  margin: 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .owl-main .owl-stage-outer {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}
@media screen and (max-width: 768px) {
  .owl-main .owl-stage-outer {
    -webkit-transform: scale(1);
            transform: scale(1);
    padding: 0 0 20px;
  }
}
.owl-main .owl-item.active {
  opacity: 0.8;
}
.owl-main .owl-item.active.center {
  opacity: 1;
}

h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
}
h2 img {
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  h2 {
    padding: 60px 0 40px;
  }
  h2 img {
    max-width: 250px;
  }
}

a.cta {
  display: table;
  background: #F05A24;
  color: #fff;
  padding: 15px 30px;
  border: 3px solid #fff;
  border-radius: 50px;
  margin: 40px auto;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
a.cta:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  a.cta {
    margin: 20px auto;
    font-size: 2rem;
  }
}

a.back {
  position: relative;
  display: table;
  background: #F05A24;
  color: #fff;
  padding: 10px 20px;
  border: 3px solid #fff;
  border-radius: 50px;
  margin: -20px auto 10px 0;
  font-size: 2rem;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
a.back:hover {
  background: #333333;
}

#news {
  padding: 1px 0 40px;
}
@media screen and (max-width: 992px) {
  #news {
    padding: 1px 10px 40px;
  }
}
#news a {
  position: relative;
  display: block;
  padding: 15px;
  border-bottom: 1px solid #D58F5D;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news a:hover {
  background: #FFF3DD;
}
#news a .date {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}
#news a .date span {
  display: inline-block;
  background: #666666;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 0 8px 0 0;
  padding: 8px 12px;
  border-radius: 50px;
}
#news a h3 {
  font-size: 2.4rem;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  #news a {
    padding: 12px;
  }
  #news a .date {
    margin: 0 0 8px;
  }
  #news a h3 {
    white-space: break-spaces;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 992px) {
  #news a .date {
    font-size: 1.8rem;
  }
  #news a .date span {
    font-size: 2rem;
  }
  #news a h3 {
    font-size: 2rem;
  }
}

#article ul.list {
  list-style-type: none;
}
#article ul.list li {
  padding: 0 10px;
}
#article ul.list li:nth-child(odd) a {
  border: 8px solid #F05A24;
}
#article ul.list li:nth-child(even) a {
  border: 8px solid #FFB43D;
}
#article ul.list li a {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px;
  background: #FFF3DD;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#article ul.list li a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
#article ul.list li a i {
  position: relative;
  clear: both;
  width: 100%;
  height: 320px;
  display: block;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#article ul.list li a h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 450;
  color: #333333;
  letter-spacing: 1px;
  margin: 10px 0 0;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  #article ul.list li a i {
    height: 30vw;
  }
}
@media screen and (max-width: 992px) {
  #article ul.list li a {
    margin: 0 0 20px;
  }
  #article ul.list li a h3 {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 576px) {
  #article ul.list li a i {
    height: 50vw;
  }
}

#video {
  position: relative;
}
#video ul.nav {
  display: table;
  margin: 0 auto;
  text-align: center;
  background: #FFE8C3;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #video ul.nav {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
#video ul.nav li {
  display: inline-block;
}
#video ul.nav li a {
  position: relative;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: 450;
  color: #333333;
  background: #FFE8C3;
  padding: 20px 60px;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#video ul.nav li a:hover, #video ul.nav li a.active {
  background: #F05A24;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #video ul.nav li a {
    font-size: 2.2rem;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 340px) {
  #video ul.nav li a {
    padding: 20px 30px;
  }
}
#video .tab-content {
  width: 95%;
  max-width: 1350px;
  margin: 60px auto 0;
  padding: 0 0 0 0;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #D58F5D;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  #video .tab-content {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  #video .tab-content {
    margin: 30px auto 0;
  }
}
#video .yt-box {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
#video .yt-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video .media-list {
  overflow: hidden;
  overflow-y: auto;
  height: 484px;
  margin: 10px 0 0;
  padding: 0 10px;
}
#video .media-list::-webkit-scrollbar {
  width: 12px;
}
#video .media-list::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 30px;
}
#video .media-list::-webkit-scrollbar-thumb {
  background: #F05A24;
  border-radius: 30px;
}
@media screen and (max-width: 1510px) {
  #video .media-list {
    height: 34vw;
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #video .media-list {
    margin: 10px 0 0;
    height: 200px;
    min-height: auto;
  }
}
#video .media-list a {
  display: block;
  margin: 0;
  min-height: 120px;
  padding: 20px 10px 20px 120px;
  border-bottom: 1px solid #D58F5D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#video .media-list a .video-img {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
#video .media-list a .video-img img {
  width: 135%;
  height: 135%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#video .media-list a h3 {
  width: 100%;
  display: inline-block;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  color: #333333;
  line-height: 1.5em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #video .media-list a h3 {
    font-size: 1.6rem;
    padding: 0;
  }
}
#video .media-list a:hover {
  background: #f9f5f1;
}

#lecture {
  padding: 1px 0 40px;
}
@media screen and (max-width: 992px) {
  #lecture {
    padding: 1px 20px 5px;
  }
}
#lecture .bnt {
  position: relative;
  display: inline-block;
  background: #F05A24;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 20px 0 0;
  font-size: 2rem;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lecture .bnt:hover {
  background: #F9A532;
}
@media screen and (max-width: 992px) {
  #lecture .bnt {
    margin: 20px auto;
    display: table;
  }
}
#lecture a.sign_up {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 0 60px;
}
#lecture a.sign_up .info {
  padding: 1.5% 2.8%;
}
#lecture a.sign_up i {
  position: relative;
  clear: both;
  width: 100%;
  height: 460px;
  display: block;
  margin: 0 auto;
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#lecture a.sign_up .date {
  display: block;
  color: #6A6A6A;
  font-size: 2rem;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
}
#lecture a.sign_up .date span {
  display: inline-block;
  background: #6A6A6A;
  color: #fff;
  padding: 8px 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  letter-spacing: 1px;
}
#lecture a.sign_up h3 {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: 550;
  color: #6A6A6A;
  letter-spacing: 1px;
  margin: 0 0 3%;
}
#lecture a.sign_up p {
  font-size: 2rem;
  color: #333333;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1.6em;
}
@media screen and (max-width: 992px) {
  #lecture a.sign_up {
    margin: 0 0 20px;
  }
  #lecture a.sign_up i {
    height: 50vw;
    margin: 0 0 20px;
    border-radius: 20px 20px 0 0;
  }
  #lecture a.sign_up h3 {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
  #lecture a.sign_up p {
    font-size: 1.8 rem;
  }
}
#lecture .item a {
  display: block;
  background: #FFF3DD;
  border-radius: 20px;
}
#lecture .item a .img {
  position: relative;
  display: block;
  margin: 0 0 10px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  #lecture .item a .img {
    margin: 0 0 20px;
  }
}
#lecture .item a .img span {
  position: absolute;
  right: 7px;
  top: 7px;
  background: #6A6A6A;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 6px 12px 8px;
  border-radius: 50px;
  z-index: 1;
}
#lecture .item a .img i {
  position: relative;
  clear: both;
  width: 100%;
  height: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1530px) {
  #lecture .item a .img i {
    height: 17.5vw;
  }
}
@media screen and (max-width: 1200px) {
  #lecture .item a .img i {
    height: 24.5vw;
  }
}
@media screen and (max-width: 992px) {
  #lecture .item a .img i {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #lecture .item a .img i {
    height: 50vw;
  }
}
#lecture .item a .img .bnt {
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
#lecture .item a h3 {
  color: #555555;
  letter-spacing: 1px;
  font-size: 2.3rem;
  line-height: 1.5em;
  padding: 10px 20px 20px;
}
@media screen and (max-width: 992px) {
  #lecture .item a h3 {
    font-size: 2rem;
  }
}
#lecture .owl-carousel {
  width: 95%;
  margin: 0 auto;
}
#lecture .owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}
#lecture .owl-carousel .owl-nav button.owl-next {
  right: -60px;
}
@media screen and (max-width: 1600px) {
  #lecture .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  #lecture .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}

#activity {
  position: relative;
  padding: 1px 0 60px;
  margin: 100px 0 0;
}
#activity .title-img {
  max-width: 300px;
}
@media screen and (max-width: 1200px) {
  #activity .title-img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#activity .item a {
  display: block;
  text-align: center;
}
#activity .item a i {
  position: relative;
  clear: both;
  width: 100%;
  height: 280px;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
  border: 8px solid #F05A24;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1530px) {
  #activity .item a i {
    height: 17.5vw;
  }
}
@media screen and (max-width: 1200px) {
  #activity .item a i {
    height: 24.5vw;
  }
}
@media screen and (max-width: 992px) {
  #activity .item a i {
    height: 32vw;
  }
}
@media screen and (max-width: 768px) {
  #activity .item a i {
    height: 68vw;
  }
}
#activity .item a h3 {
  color: #555555;
  letter-spacing: 1px;
  font-size: 2.3rem;
  line-height: 1.5em;
  padding: 5px;
}
@media screen and (max-width: 992px) {
  #activity .item a h3 {
    margin: 0 0 10px;
  }
}
#activity .owl-carousel {
  width: 95%;
  margin: 0 auto;
}
#activity .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
#activity .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
@media screen and (max-width: 1600px) {
  #activity .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  #activity .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}

.pagination {
  padding: 40px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding: 30px 0 40px;
  }
}
.pagination li a {
  font-size: 1.8rem;
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin: 0 10px;
  padding: 0;
  border-radius: 15px !important;
  text-align: center;
  background: #FFF3DD;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination li a.active, .pagination li a:hover {
  background: #FFB43D;
  color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.pagination li:first-child a, .pagination li:last-child a {
  width: auto;
  padding: 0 20px;
  border-radius: 15px;
  background: #F05A24;
  color: #fff;
}
.pagination li:first-child a:hover, .pagination li:last-child a:hover {
  background: #FFB43D;
  color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.pagination li.disabled a {
  background: #666 !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .pagination li a {
    width: 32px;
    height: 32px;
    line-height: 29px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .pagination li:first-child a, .pagination li:last-child a {
    padding: 0 12px;
  }
  .pagination li a {
    font-size: 1.2rem;
    margin: 0 5px;
  }
}

#footer {
  position: relative;
  background: #6A6A6A;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer p {
  width: 100%;
  padding: 0 10px;
  margin: 15px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: normal;
}
#footer p img {
  display: inline-block;
  margin: 0 5px 0 0;
}
#footer .side-btn {
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
#footer .side-btn ul {
  list-style-type: none;
}
#footer .side-btn ul li {
  text-align: center;
}
#footer .side-btn ul li a {
  display: block;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .side-btn ul li a.top {
  background: #F05A24;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
#footer .side-btn ul li a.top img {
  width: 40px;
  height: 40px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  #footer .side-btn ul li a.top {
    width: 40px;
  }
  #footer .side-btn ul li a.top img {
    width: 35px;
    height: 35px;
    margin: 6px auto 0;
  }
}
#footer .side-btn ul li a.top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.modal-dialog {
  max-width: 1100px !important;
}
.modal-dialog .close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #F9A532;
  border-radius: 50%;
}
.modal-dialog .modal-header {
  display: block;
  text-align: center;
}
.modal-dialog .modal-header img {
  max-width: 160px;
  margin: 0 auto;
}
.modal-dialog h3 {
  width: 90%;
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: #333333;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .modal-dialog h3 {
    font-size: 2.2rem;
  }
}
.modal-dialog .info-bg {
  padding: 3% 5%;
}
.modal-dialog .info-bg p {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .modal-dialog .info-bg p {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes move {
  0% {
    background: url("../img/tag_deco.svg") left 10px center/55px no-repeat;
  }
  50% {
    background: url("../img/tag_deco.svg") left center/55px no-repeat;
  }
  100% {
    background: url("../img/tag_deco.svg") left 10px center/55px no-repeat;
  }
}

@keyframes move {
  0% {
    background: url("../img/tag_deco.svg") left 10px center/55px no-repeat;
  }
  50% {
    background: url("../img/tag_deco.svg") left center/55px no-repeat;
  }
  100% {
    background: url("../img/tag_deco.svg") left 10px center/55px no-repeat;
  }
}
@-webkit-keyframes move_m {
  0% {
    background: url("../img/tag_deco_m.svg") left 10px center/55px no-repeat;
  }
  50% {
    background: url("../img/tag_deco_m.svg") left center/55px no-repeat;
  }
  100% {
    background: url("../img/tag_deco_m.svg") left 10px center/55px no-repeat;
  }
}
@keyframes move_m {
  0% {
    background: url("../img/tag_deco_m.svg") left 10px center/55px no-repeat;
  }
  50% {
    background: url("../img/tag_deco_m.svg") left center/55px no-repeat;
  }
  100% {
    background: url("../img/tag_deco_m.svg") left 10px center/55px no-repeat;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes wave02 {
  0% {
    top: -25px;
  }
  50% {
    top: -15px;
  }
  100% {
    top: -25px;
  }
}
@keyframes wave02 {
  0% {
    top: -25px;
  }
  50% {
    top: -15px;
  }
  100% {
    top: -25px;
  }
}
@-webkit-keyframes wave03 {
  0% {
    top: -180px;
  }
  50% {
    top: -190px;
  }
  100% {
    top: -180px;
  }
}
@keyframes wave03 {
  0% {
    top: -180px;
  }
  50% {
    top: -190px;
  }
  100% {
    top: -180px;
  }
}
@-webkit-keyframes wave04 {
  0% {
    top: -40px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: -40px;
  }
}
@keyframes wave04 {
  0% {
    top: -40px;
  }
  50% {
    top: -30px;
  }
  100% {
    top: -40px;
  }
}
@-webkit-keyframes wave05 {
  0% {
    bottom: -1px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: -1px;
  }
}
@keyframes wave05 {
  0% {
    bottom: -1px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: -1px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-toggler {
    background: #F05A24;
    padding: 5px 8px;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10;
  }
  .navbar-toggler-icon {
    background: url("../img/icon-menu.svg") center center/100% no-repeat;
  }
  .header {
    width: 100%;
    min-height: 50px;
    display: block;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .header h1 {
    top: 6px;
    left: 10px;
  }
  .header h1 a {
    width: 150px;
    height: 38px;
  }
  .header .menu {
    width: 100%;
    max-width: 1000px;
    margin: 0;
    margin-left: auto;
    max-width: none;
    padding: 50px 0 10px;
  }
  .header .menu ul.navbar-nav {
    padding: 0;
    border: 0;
  }
  .header .menu ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #8c8c8c;
    width: 100% !important;
  }
  .header .menu ul.navbar-nav li:last-child {
    border: 0;
  }
  .header .menu ul.navbar-nav li a {
    padding: 10px;
    text-align: right;
    font-size: 1.8rem;
    color: #333333 !important;
  }
  .header .menu ul.navbar-nav li a:hover {
    color: #F05A24 !important;
  }
  .header .menu ul.navbar-nav li a:hover::before {
    display: none;
  }
  .header .menu ul.navbar-nav li b {
    display: none;
  }
}