@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.mClassLink > ul, .mClassLink .main, .classRowBox > ul a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .pageBox a.prevBtn::before, .pageBox a.nextBtn::before, .classColumnBox, .classRowBox, header .rightBox .bookingBtn svg, header .rightBox .bookingBtn .text, .btnCis .bg, .btnCis .text {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  _::-webkit-full-page-media,
_:future,
:root .safari_only {
    /*padding-bottom: 15px; //resize */
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
}
body {
  background-color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}
body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #ffce45;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.language {
  border-right: 1px solid #000;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.language a {
  font-size: 15px;
  display: inline-block;
}
.language a:last-child::after {
  display: none;
}
.language a::after {
  content: "\f111";
  font-family: FontAwesome;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  display: inline-block;
  position: relative;
}

.firsthover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00a7eb;
  z-index: 51;
  pointer-events: none;
  -webkit-transition: 0.8s 0.1s;
  transition: 0.8s 0.1s;
}
.firsthover.hide {
  opacity: 0;
}

.loadingOverflow {
  overflow: hidden;
}

@-webkit-keyframes logoshow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes logoshow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes loadhide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadhide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loadingArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00a7eb;
  z-index: 505;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loadingArea .loadLogo {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}
.loadingArea img {
  width: 225px;
}
.loadingArea.show {
  -webkit-animation: loadhide 4.5s linear forwards;
          animation: loadhide 4.5s linear forwards;
}
.loadingArea.show .loadLogo {
  -webkit-animation: logoshow 0.8s linear forwards;
          animation: logoshow 0.8s linear forwards;
}

.btn a {
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #fff;
  position: relative;
  display: inline-block;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  width: 160px;
}
.btn a span {
  position: relative;
  z-index: 3;
}
.btn a::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffce45;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn a:hover::after {
  width: 100%;
}

.btnCis {
  position: relative;
  width: 146px;
  height: 73px;
  margin-top: 60px;
}
.btnCis:hover .text {
  color: #ffce45;
}
.btnCis:hover .bg::before {
  top: 0;
  right: 0;
}
.btnCis a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnCis .text {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #000;
  text-transform: lowercase;
  font-family: "Sansita Swashed";
  z-index: 2;
  font-size: 25px;
  font-weight: 900;
  margin: 10px 0 0 0;
}
.btnCis .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}
.btnCis .bg::before {
  content: "";
  position: absolute;
  background-image: url(../images/btn_cis.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: 55px;
  }
}

.wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1210px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #00a7eb;
  border: none;
  cursor: pointer;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 480px) {
  #closeCart,
#closePrice,
#closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

@-webkit-keyframes morearrow {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(23px, 0);
            transform: translate(23px, 0);
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}

@keyframes morearrow {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(23px, 0);
            transform: translate(23px, 0);
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
@-webkit-keyframes arrowleft {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
@keyframes arrowleft {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
@-webkit-keyframes arrowright {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
@keyframes arrowright {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}
.arrowArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowArea a {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 42px;
  height: 42px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  border: 2px solid #000;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.arrowArea a:hover {
  background: #ffce45;
  color: #fff;
}
.arrowArea a:hover:first-child {
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}
.arrowArea a:hover:last-child {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
@media (max-width: 767px) {
  .arrowArea a {
    width: 30px;
    height: 30px;
  }
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
header.active .menulayer {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}
header > .wrap {
  max-width: 1756px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}
header .logo {
  width: 345px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 11;
}
header .logo a {
  display: block;
  width: 100%;
  height: 45px;
  background: url("../images/logo.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
header .menulayer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 33vw;
  min-width: 300px;
  padding: 0 60px;
  height: 100vh;
  background: url(../images/menubg.jpg) no-repeat bottom right, url(../images/dight01.png) no-repeat top left, #00a7eb;
  z-index: 10;
  overflow-y: auto;
  -webkit-transform: translate(calc(100% + 15px), 0);
          transform: translate(calc(100% + 15px), 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: -15px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 0px rgba(0, 0, 0, 0.1);
}
header .menulayer a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .menulayer a:hover {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}
header .menulayer > .wrap {
  max-width: 1170px;
  padding-top: 80px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .menulayer .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 50px;
}
header .menulayer .social a:hover svg {
  fill: #000;
}
header .menulayer address {
  padding: 0;
  width: 60%;
  color: #000;
}
header .menulayer address .left {
  padding-right: 50px;
}
header .menulayer address li b {
  color: #000;
}
header .menulayer address li a {
  color: #000;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 11;
}
header .rightBox a.main {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  z-index: 8;
}
header .rightBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .rightBox a.main span:before, header .rightBox a.main span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .rightBox a.main span:before {
  top: -7px;
}
header .rightBox a.main span:after {
  bottom: -7px;
}
header .rightBox a.main.show span {
  background-color: transparent;
}
header .rightBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .rightBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .rightBox .bookingBtn {
  position: relative;
  width: 138px;
  height: 65px;
}
header .rightBox .bookingBtn:hover .text {
  color: #fff;
}
header .rightBox .bookingBtn:hover svg {
  color: #000;
}
header .rightBox .bookingBtn a {
  width: 100%;
  display: block;
}
header .rightBox .bookingBtn .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  color: #000;
  width: 100%;
  text-align: center;
  z-index: 2;
}
header .rightBox .bookingBtn svg {
  width: 138px;
  height: 65px;
  color: #ffce45;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 8px #003e6e);
          filter: drop-shadow(2px 2px 8px #003e6e);
}
header.downshow {
  background: #00a7eb;
}
@media (max-width: 1796px) {
  header {
    padding: 0 10px;
  }
  header > .wrap {
    padding: 10px 0;
  }
}
@media (max-width: 1023px) {
  header .menulayer .social {
    padding-top: 30px;
  }
  header .menulayer address {
    display: none;
  }
}
@media (max-width: 767px) {
  header .menulayer {
    padding: 0 20px;
  }
  header .logo {
    width: 160px;
  }
  header .logo a {
    height: 30px;
  }
  header .rightBox .bookingBtn {
    display: none;
  }
}

/*menu*/
.menu > li {
  position: relative;
  padding-bottom: 35px;
}
.menu > li > a {
  position: relative;
  display: block;
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.menu > li > a:hover {
  text-shadow: 2px 2px 0 #efefef, 0px -1px 0 #efefef;
}
.menu .submenu a {
  line-height: 30px;
  padding-right: 20px;
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.menu .submenu a:hover {
  color: #000;
}
@media (max-width: 1023px) {
  .menu > li {
    padding-bottom: 20px;
  }
  .menu > li > a {
    font-size: 22px;
  }
}

@-webkit-keyframes bannerscroll {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: -30px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes bannerscroll {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: -30px;
  }
  100% {
    bottom: 20px;
  }
}
/*banner*/
.bannerArea {
  background: url(../images/bannerbg.jpg) no-repeat bottom right, url(../images/dight01.png) no-repeat top left #00a7eb;
  padding-top: 103px;
  clear: both;
  position: relative;
  z-index: 7;
}
.bannerArea div.scrollDown {
  position: absolute;
  z-index: 15;
  position: absolute;
  bottom: 0;
  right: 0px;
  -webkit-transform: translate(150%, 0);
          transform: translate(150%, 0);
  font-size: 32px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-shadow: -3px 2px 0 #000, 0px -1px 0 #000;
  cursor: pointer;
}
.bannerArea .bannerBox {
  max-width: 1756px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 10;
  border: 2px solid #ffce45;
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.1);
}
.bannerArea .bannerBox .arrowArea {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 11;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 0 #000;
          box-shadow: 0px 0px 0 #000;
}
.bannerArea .bannerBox .arrowArea a {
  width: 55px;
  height: 55px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 5px 5px 0 #000;
          box-shadow: 5px 5px 0 #000;
}
.bannerArea .bannerBox .arrowArea a:hover {
  background: #ffce45;
  color: #fff;
}
.bannerArea .bannerBox .arrowArea a:hover:first-child {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.bannerArea .bannerBox .arrowArea a:hover:last-child {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.bannerArea .bannerBox #banner {
  position: relative;
  z-index: 10;
}
.bannerArea .bannerBox #banner li {
  position: relative;
}
.bannerArea .bannerBox #banner li.view .Img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bannerArea .bannerBox #banner li img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerBox #banner li .Img {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1756px) {
  .bannerArea {
    padding-top: 83px;
  }
  .bannerArea .bannerBox {
    border-left: none;
    border-right: none;
    padding: 12px 0;
  }
  .bannerArea .bannerBox .arrowArea {
    position: absolute;
    bottom: 0px;
    left: 10px;
    -webkit-transform: translate(50%, 50%) rotate(-90deg);
            transform: translate(50%, 50%) rotate(-90deg);
  }
  .bannerArea .bannerBox .arrowArea a {
    width: 55px;
    height: 55px;
    background: #fff;
    border: none;
    -webkit-box-shadow: 5px 5px 0 #000;
            box-shadow: 5px 5px 0 #000;
  }
  .bannerArea .bannerBox .arrowArea a:hover {
    background: #ffce45;
    color: #fff;
  }
  .bannerArea .bannerBox .arrowArea a:hover:first-child {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  .bannerArea .bannerBox .arrowArea a:hover:last-child {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  .bannerArea .bannerBox #banner {
    position: relative;
    z-index: 10;
  }
  .bannerArea .bannerBox #banner li {
    position: relative;
  }
  .bannerArea .bannerBox #banner li.view .Img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .bannerArea .bannerBox #banner li img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .bannerArea .bannerBox #banner li .Img {
    position: relative;
    z-index: 10;
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@media (max-width: 767px) {
  .bannerArea {
    padding-top: 73px;
  }
  .bannerArea .bannerBox .arrowArea a {
    width: 40px;
    height: 40px;
  }
}

/*頁尾資訊*/
footer {
  background: #ffce45;
  position: relative;
  z-index: 4;
  padding: 180px 0 80px 0;
  position: relative;
}
footer.show .wrap > * {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}
footer::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg_footer.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}
footer::before {
  content: "";
  width: 40vw;
  min-width: 500px;
  height: 115px;
  display: block;
  background: url(../images/logo_footer_deco.svg) no-repeat bottom left;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 55px;
  z-index: 2;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .wrap > * {
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
  opacity: 0;
}
footer .wrap > *:nth-child(1) {
  -webkit-transition: 0.9s 0.5s;
  transition: 0.9s 0.5s;
}
footer .wrap > *:nth-child(2) {
  -webkit-transition: 0.9s 1s;
  transition: 0.9s 1s;
}
footer .wrap > *:nth-child(3) {
  -webkit-transition: 0.9s 1.5s;
  transition: 0.9s 1.5s;
}
footer .wrap > *:nth-child(4) {
  -webkit-transition: 0.9s 2s;
  transition: 0.9s 2s;
}
footer .wrap > *:nth-child(5) {
  -webkit-transition: 0.9s 2.5s;
  transition: 0.9s 2.5s;
}
footer .wrap > *:nth-child(6) {
  -webkit-transition: 0.9s 3s;
  transition: 0.9s 3s;
}
footer .wrap > *:nth-child(7) {
  -webkit-transition: 0.9s 3.5s;
  transition: 0.9s 3.5s;
}
footer .wrap > *:nth-child(8) {
  -webkit-transition: 0.9s 4s;
  transition: 0.9s 4s;
}
footer .wrap > *:nth-child(9) {
  -webkit-transition: 0.9s 4.5s;
  transition: 0.9s 4.5s;
}
footer .downLogo {
  width: 225px;
}
footer .downLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .right b {
  font-size: 18px;
  color: #00a7eb;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
}
footer .right .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .right .social a {
  padding: 0;
  margin: 0 10px 0 0;
  color: #000;
}
footer .right .social a svg {
  fill: #000;
}
footer .right .social a:hover svg {
  fill: #00a7eb;
}
footer .footerInfo {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 16px;
  letter-spacing: 1px;
  padding-top: 50px;
}
footer .footerInfo a {
  color: #000;
}
@media (max-width: 1023px) {
  footer::after {
    background-size: cover;
  }
  footer::before {
    min-width: 380px;
  }
  footer .wrap {
    display: block;
  }
  footer .wrap address {
    padding: 20px 0 0 0;
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 100px 0 40px 0;
  }
  footer::before {
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }
  footer .wrap {
    display: block;
  }
  footer .wrap address {
    display: block;
  }
  footer .wrap address li {
    padding-bottom: 20px;
  }
  footer .footerInfo {
    padding-top: 30px;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

address {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
address li {
  list-style-type: none;
  letter-spacing: 1px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
address li:last-child {
  padding-bottom: 0;
}
address li b {
  font-size: 18px;
  color: #00a7eb;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
}
address li a {
  display: block;
  position: relative;
  display: inline-block;
  color: #000;
}
address li a:hover {
  color: #00a7eb;
}

/*手機快捷選單*/
.fixedQuickLink {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 25;
  width: 100%;
  background-color: #000;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*********內頁**********/
.mainArea {
  padding: 100px 0;
  position: relative;
  z-index: 5;
  background: url(../images/dightbg.jpg) center bottom;
}
.mainArea .contentBox {
  clear: both;
}
@media (max-width: 1023px) {
  .mainArea {
    padding: 40px 0;
  }
}

.titleBox {
  position: relative;
}
.titleBox.center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
.titleBox.center h2 {
  line-height: 50px;
}
.titleBox h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 5px;
}
.titleBox em {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: lighter;
  font-weight: 600;
  line-height: 80px;
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
}
.titleBox em span {
  color: #ffce45;
  position: relative;
  z-index: 2;
  display: block;
  text-shadow: 5px 3px 0px #00a7eb;
}
@media (max-width: 1023px) {
  .titleBox.center {
    padding-bottom: 20px;
  }
  .titleBox h2 {
    font-size: 22px;
  }
  .titleBox em {
    font-size: 55px;
    line-height: 55px;
  }
}

.bread {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.bread a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread a:hover {
  color: #ffce45;
}
.bread i {
  padding: 0 10px;
  color: #b5b5b5;
}
@media (max-width: 1180px) {
  .bread {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 20px;
  }
  .bread i {
    padding: 0 5px;
  }
}

/*文章標題*/
.articleTitle {
  clear: both;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 25px;
  color: #000;
}
.articleTitle em {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  display: block;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .toptitle {
    display: block;
  }
}

/*類別*/
.classRowBox {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.classRowBox > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  margin: 2px;
}
.classRowBox > ul a {
  display: block;
  padding: 5px 20px;
  font-size: 18px;
  color: #000;
  position: relative;
}
.classRowBox > ul a.current {
  background: #ffce45;
  color: #fff;
}
.classRowBox > ul a.current:hover {
  color: #fff;
}
.classRowBox > ul a:hover {
  color: #ffce45;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #010101;
}
.classColumnBox > ul ul {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul ul li + li {
  border-top: 1px solid #ccc;
}
.classColumnBox > ul a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #777;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #00a7eb;
}
.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
  -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
          animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.mClassLink {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #ffce45;
}
.mClassLink .main::before {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #00a7eb;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #00a7eb;
}

.pageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
.pageBox a {
  color: #666;
  display: block;
  font-size: 15px;
  border-radius: 3px;
}
.pageBox a.prevBtn::before, .pageBox a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  position: absolute;
}
.pageBox a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox a:hover {
  background-color: #00a7eb;
  color: #fff;
}
.pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox.number.oval a {
  width: 50px;
}
.pageBox.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 1px;
  position: relative;
  text-align: center;
}
.pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox.number a.current {
  background-color: #ffce45;
  color: #fff;
}
.pageBox.number a:hover.firstBtn::before, .pageBox.number a:hover.firstBtn::after, .pageBox.number a:hover.lastBtn::before, .pageBox.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox.prevnext a {
  width: 100px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
}
.pageBox.prevnext a.prevBtn::before, .pageBox.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox.prevnext a.prevBtn {
  text-align: right;
}
.pageBox.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox.prevnext a.nextBtn::before {
  right: 15px;
}
.pageBox.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox.prevnext.circle a span {
  display: none;
}
.pageBox.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*頁籤*/
.tab {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ffce45;
}
.tab a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #fff;
}
.tab a.current {
  background: #ffce45;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  padding: 20px 0 0 0;
}
.tabContent > li {
  display: none;
}
.tabContent > li:first-child {
  display: block;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*title*/
.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social a {
  margin: 0 10px 0 0;
  color: #000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social a svg {
  fill: #000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.social a:hover svg {
  fill: #00a7eb;
}

/*最新消息icon*/
.newIcon {
  /*分類小圖示*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 400;
  color: #00a7eb;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0;
}
.newIcon::before {
  content: "";
  display: inline-block;
  background: #00a7eb;
  width: 30px;
  height: 2px;
  margin-bottom: 3px;
  margin-right: 10px;
}

.classNote {
  padding-bottom: 20px;
}

.side_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  padding-top: 20px;
}
.side_share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0px 3px 12px;
  color: #000;
}
.side_share a span {
  display: block;
}
.side_share a svg {
  border-radius: 99em;
  overflow: hidden;
  margin-right: 5px;
  fill: #fff;
}
.side_share a:hover svg {
  fill: #fff;
}
.side_share a.line {
  color: #4ecd00;
}
.side_share a.line svg {
  fill: #fff;
  background: #4ecd00;
}
.side_share a.fb {
  color: #3c77c7;
}
.side_share a.fb svg {
  fill: #fff;
  background: #3c77c7;
}
.side_share a.twitter {
  color: #43bceb;
}
.side_share a.twitter svg {
  fill: #fff;
  background: #43bceb;
}
@media (max-width: 767px) {
  .side_share {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side_share a span {
    display: none;
  }
}