@charset "UTF-8";
/* line 5, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: MSJHBD;
  src: url(msjhbd.ttf);
}
/* line 6, ../sass/_fonts.scss */
body {
  font-family: MSJHBD;
  font-size: 14px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  overflow-y: scroll;
}

/* line 17, ../sass/_fonts.scss */
.wrapper-outter {
  width: 100%;
  position: relative;
}

/* line 22, ../sass/_fonts.scss */
[v-cloak] {
  display: none;
}

/* ====== Header ====== */
/* line 2, ../sass/_header_footer.scss */
#header {
  height: 102px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
/* line 9, ../sass/_header_footer.scss */
#header .icon-outter .icon {
  display: inline-block;
}
/* line 14, ../sass/_header_footer.scss */
#header .header-left {
  position: relative;
  width: 261px;
  background: url(../../../images/white_bg.png) left top repeat-y;
}
/* line 19, ../sass/_header_footer.scss */
#header .header-left #logo {
  display: block;
  position: absolute;
  bottom: 0;
  left: 57px;
}
/* line 25, ../sass/_header_footer.scss */
#header .header-left #logo img {
  width: 100%;
  height: auto;
}
/* line 32, ../sass/_header_footer.scss */
#header .header-right {
  position: relative;
  width: 256px;
  height: 102px;
  padding-top: 40px;
  overflow: hidden;
  display: flex;
}
/* line 40, ../sass/_header_footer.scss */
#header .header-right .search-wrapper {
  display: flex;
  align-items: center;
  width: 115px;
  height: 32px;
  border-bottom: 1px solid #603912;
}
/* line 47, ../sass/_header_footer.scss */
#header .header-right .search-wrapper .search-input {
  border: 0;
  background: transparent;
  width: 83px;
  height: 31px;
  padding: 0 6px;
}
/* line 55, ../sass/_header_footer.scss */
#header .header-right .search-wrapper .btn-search {
  border: 0;
  padding: 0;
  height: 31px;
  background: transparent;
}
/* line 63, ../sass/_header_footer.scss */
#header .header-right .header-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 32px;
  margin-left: 2px;
}
/* line 71, ../sass/_header_footer.scss */
#header .header-right .header-icons a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
/* line 78, ../sass/_header_footer.scss */
#header .header-right .header-icons a .icon {
  display: inline-flex;
  color: #fff;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 87, ../sass/_header_footer.scss */
#header .header-right .header-icons a .icon.icon-fb {
  background: #0071b9;
  padding: 1px 0 0 0;
}
/* line 92, ../sass/_header_footer.scss */
#header .header-right .header-icons a .icon.icon-email {
  background: #ee5a23;
  padding: 0 0 0 1px;
}

/* ====== Footer ======	 */
/* line 103, ../sass/_header_footer.scss */
#footer {
  position: fixed;
  left: 0;
  padding-right: 20px;
  bottom: 5px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 8px;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}
/* line 115, ../sass/_header_footer.scss */
#footer .private {
  margin-right: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}

@media (max-width: 1279px) {
  /* line 123, ../sass/_header_footer.scss */
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    align-items: center;
    background: #fff;
    z-index: 10;
  }
  /* line 133, ../sass/_header_footer.scss */
  #header .icon-outter {
    width: 200px;
  }
  /* line 135, ../sass/_header_footer.scss */
  #header .icon-outter .icon {
    padding: 0 0 0 15px;
    color: #41210a;
    cursor: pointer;
  }
  /* line 142, ../sass/_header_footer.scss */
  #header .header-left {
    width: auto;
  }
  /* line 144, ../sass/_header_footer.scss */
  #header .header-left #logo {
    position: relative;
    left: initial;
  }
  /* line 150, ../sass/_header_footer.scss */
  #header .header-right {
    width: auto;
    height: auto;
    padding: 0 15px 0 0;
  }
  /* line 155, ../sass/_header_footer.scss */
  #header .header-right .header-icons {
    width: 68px;
  }

  /* line 161, ../sass/_header_footer.scss */
  #footer {
    position: absolute;
    bottom: 5px;
  }
}
@media (max-width: 639px) {
  /* line 169, ../sass/_header_footer.scss */
  #header .icon-outter {
    width: 103px;
  }
  /* line 174, ../sass/_header_footer.scss */
  #header .header-right .search-wrapper {
    position: absolute;
    top: -72px;
    border: 0;
  }
  /* line 180, ../sass/_header_footer.scss */
  #header .header-right .header-icons {
    width: 103px;
    justify-content: space-between;
    height: auto;
    margin: 0;
  }
  /* line 186, ../sass/_header_footer.scss */
  #header .header-right .header-icons a {
    width: 48px;
    height: 48px;
  }
  /* line 190, ../sass/_header_footer.scss */
  #header .header-right .header-icons a .icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  /* line 202, ../sass/_header_footer.scss */
  #header {
    height: 60px;
  }
  /* line 205, ../sass/_header_footer.scss */
  #header .icon-outter {
    width: 72px;
  }
  /* line 209, ../sass/_header_footer.scss */
  #header .icon-outter .icon .fa-3x {
    font-size: 2.2em;
  }
  /* line 215, ../sass/_header_footer.scss */
  #header .header-left {
    width: calc(100% - 210px);
    max-width: 130px;
  }
  /* line 220, ../sass/_header_footer.scss */
  #header .header-right {
    padding-right: 10px;
  }
  /* line 223, ../sass/_header_footer.scss */
  #header .header-right .header-icons {
    width: 72px;
  }
  /* line 226, ../sass/_header_footer.scss */
  #header .header-right .header-icons a {
    width: 28px;
    height: 28px;
  }
  /* line 230, ../sass/_header_footer.scss */
  #header .header-right .header-icons a .icon {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

  /* line 240, ../sass/_header_footer.scss */
  .wrapper-inner {
    margin-top: 60px;
  }
}
/* ====== 左側選單 ====== */
/* line 2, ../sass/_sidebar.scss */
.orange-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 9px 7.5px;
  border-color: transparent transparent #ef5822 transparent;
}

/* line 10, ../sass/_sidebar.scss */
.left-side {
  z-index: 50;
  position: absolute;
  top: 102px;
  width: 261px;
  background: url(../../../images/white_bg.png) left top repeat-y;
  padding: 40px 0 10px;
}
/* line 19, ../sass/_sidebar.scss */
.left-side .menu li {
  display: block;
}
/* line 23, ../sass/_sidebar.scss */
.left-side .menu a {
  text-decoration: none;
}
/* line 27, ../sass/_sidebar.scss */
.left-side .menu button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
/* line 34, ../sass/_sidebar.scss */
.left-side .menu ul {
  display: block;
}
/* line 39, ../sass/_sidebar.scss */
.left-side .menu ul.main-ul li.main-li {
  padding: 0 0 7px 0;
}
/* line 42, ../sass/_sidebar.scss */
.left-side .menu ul.main-ul li.main-li a {
  display: inline-flex;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #41210a;
  padding: 0 10px 0 66px;
}
/* line 51, ../sass/_sidebar.scss */
.left-side .menu ul.main-ul li.main-li button {
  padding: 0 10px 0 66px;
  color: #41210a;
  heihgt: 25px;
  line-height: 25px;
  letter-spacing: 0.1em;
}
/* line 57, ../sass/_sidebar.scss */
.left-side .menu ul.main-ul li.main-li button:focus, .left-side .menu ul.main-ul li.main-li button:active {
  outline: none;
}
/* line 64, ../sass/_sidebar.scss */
.left-side .menu ul.main-ul li.main-li:last-child a {
  height: 40px;
  line-height: 20px;
}
/* line 73, ../sass/_sidebar.scss */
.left-side .menu ul.main-ul li:hover a, .left-side .menu ul.main-ul li:hover button, .left-side .menu ul.main-ul li.active a, .left-side .menu ul.main-ul li.active button {
  background: #41210a;
  color: #fff;
}
/* line 82, ../sass/_sidebar.scss */
.left-side .menu ul .sub-menu {
  display: none;
}
/* line 85, ../sass/_sidebar.scss */
.left-side .menu ul .sub-menu.show {
  display: block;
}
/* line 87, ../sass/_sidebar.scss */
.left-side .menu ul .sub-menu.show ul.sub-ul {
  margin-top: 7px;
}
/* line 90, ../sass/_sidebar.scss */
.left-side .menu ul .sub-menu.show ul.sub-ul li.sub-li {
  padding-bottom: 7px;
}
/* line 92, ../sass/_sidebar.scss */
.left-side .menu ul .sub-menu.show ul.sub-ul li.sub-li a {
  display: flex;
  align-items: center;
  padding: 0 0 0 51px;
  color: #ef5a22;
  background: transparent;
}
/* line 99, ../sass/_sidebar.scss */
.left-side .menu ul .sub-menu.show ul.sub-ul li.sub-li a .icon {
  visibility: hidden;
}
/* line 105, ../sass/_sidebar.scss */
.left-side .menu ul .sub-menu.show ul.sub-ul li.sub-li a:hover .icon, .left-side .menu ul .sub-menu.show ul.sub-ul li.sub-li a.active .icon {
  padding-top: 2px;
  visibility: visible;
  display: inline-flex;
  align-items: flex-start;
}

/* fb-like(讚) button */
/* line 122, ../sass/_sidebar.scss */
#like_area {
  display: flex;
  padding: 15px 15px 5px 0;
  justify-content: flex-end;
}

@media (max-width: 1279px) {
  /* line 129, ../sass/_sidebar.scss */
  .left-side {
    position: fixed;
    background: #fff;
    top: 0;
    left: -280px;
    width: 280px;
    padding-top: 0;
    transition: left .2s;
    overflow-y: scroll;
    max-height: 100%;
  }
  /* line 140, ../sass/_sidebar.scss */
  .left-side.active {
    left: 0;
    z-index: 1000;
  }
  /* line 145, ../sass/_sidebar.scss */
  .left-side .left-side-head {
    position: relative;
    height: 36px;
    background: #fff;
  }
  /* line 150, ../sass/_sidebar.scss */
  .left-side .left-side-head .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 28px;
    font-weight: 100;
  }
  /* line 162, ../sass/_sidebar.scss */
  .left-side .menu {
    padding: 10px 0 20px;
  }
  /* line 165, ../sass/_sidebar.scss */
  .left-side .menu ul.main-ul li.main-li {
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  /* line 168, ../sass/_sidebar.scss */
  .left-side .menu ul.main-ul li.main-li a, .left-side .menu ul.main-ul li.main-li button {
    padding: 10px 0 10px 15px;
    display: block;
    height: auto;
    font-size: 17px;
    line-height: 1.4;
  }
  /* line 176, ../sass/_sidebar.scss */
  .left-side .menu ul.main-ul li.main-li button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px;
  }
  /* line 183, ../sass/_sidebar.scss */
  .left-side .menu ul.main-ul li.main-li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 567px) {
  /* line 193, ../sass/_sidebar.scss */
  .left-side .left-side-head {
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  /* line 197, ../sass/_sidebar.scss */
  .left-side .left-side-head .search-wrapper {
    display: inline-block;
    margin: 5px;
    border: 1px solid #b2b2b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 203, ../sass/_sidebar.scss */
  .left-side .left-side-head .search-wrapper .btn-search {
    padding: 0;
    width: 34px;
    height: 34px;
  }
  /* line 209, ../sass/_sidebar.scss */
  .left-side .left-side-head .search-wrapper .search-input {
    border: 0;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    border-right: 1px solid #b2b2b2;
  }
}
/* line 2, ../sass/_plugins.scss */
#___gcse_0 {
  position: absolute;
  top: -100%;
  right: -100%;
}

/* Media Query */
@media (min-width: 1280px) {
  /* line 5, ../sass/_media_query.scss */
  .hidden-ipad-pro-up {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  /* line 11, ../sass/_media_query.scss */
  .hidden-ipad-pro {
    display: none !important;
  }

  /* line 15, ../sass/_media_query.scss */
  .gsc-input-box {
    border: 0 !important;
  }

  /* line 19, ../sass/_media_query.scss */
  .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
  }

  /* line 30, ../sass/_media_query.scss */
  .wrapper-inner {
    margin-top: 72px;
  }
}
@media (min-width: 1025px) {
  /* line 36, ../sass/_media_query.scss */
  .hidden-laptop-up {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  /* line 42, ../sass/_media_query.scss */
  .hidden-laptop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 48, ../sass/_media_query.scss */
  .hidden-mobile-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../sass/_media_query.scss */
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 568px) {
  /* line 66, ../sass/_media_query.scss */
  .hidden-md-mobile-up {
    display: none !important;
  }
}
@media (max-width: 567px) {
  /* line 72, ../sass/_media_query.scss */
  .hidden-md-mobile {
    display: none !important;
  }
}
@media (max-width: 479px) {
  /* line 80, ../sass/_media_query.scss */
  .hidden-sm-mobile {
    display: none !important;
  }
}
@media (max-width: 479px) {
  /* line 86, ../sass/_media_query.scss */
  .wrapper-inner {
    margin-top: 60px;
  }
}
/* line 13, ../sass/index.scss */
body {
  background-image: url(../../../images/index_bg.png);
}

/* line 17, ../sass/index.scss */
.wrapper-inner {
  height: calc(100vh - 102px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 60px;
  min-height: 260px;
}

/* line 26, ../sass/index.scss */
.slick-outter {
  position: relative;
  display: flex;
  justify-content: center;
  background: #fff;
  width: 670px;
  height: auto;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
}
/* line 36, ../sass/index.scss */
.slick-outter .slick {
  width: 100%;
}
/* line 40, ../sass/index.scss */
.slick-outter .slide {
  height: 164px;
}
/* line 42, ../sass/index.scss */
.slick-outter .slide.slick-slide {
  padding: 6px 0 0 10px;
  background: url(../../../images/carousel-border.png) left top no-repeat;
}
/* line 48, ../sass/index.scss */
.slick-outter .index-slick-arrow {
  position: absolute;
  top: 40.5px;
  width: 94px;
  height: 93px;
  z-index: 10;
  border: 0;
}
/* line 56, ../sass/index.scss */
.slick-outter .index-slick-arrow:focus, .slick-outter .index-slick-arrow:active {
  outline: none;
}
/* line 61, ../sass/index.scss */
.slick-outter .index-slick-arrow#slick_prev {
  left: -42px;
  background: transparent url(../../../images/left-arrow.png) left top no-repeat;
}
/* line 65, ../sass/index.scss */
.slick-outter .index-slick-arrow#slick_prev:hover {
  background: transparent url(../../../images/left-arrow_a.png) left top no-repeat;
}
/* line 71, ../sass/index.scss */
.slick-outter .index-slick-arrow#slick_next {
  right: -40px;
  background: transparent url(../../../images/right-arrow.png) left top no-repeat;
}
/* line 75, ../sass/index.scss */
.slick-outter .index-slick-arrow#slick_next:hover {
  background: transparent url(../../../images/right-arrow_a.png) left top no-repeat;
}

@media (max-width: 1279px) {
  /* line 83, ../sass/index.scss */
  body {
    background-image: url(../../../images/bg/index_bg-1280.png);
  }

  /* line 86, ../sass/index.scss */
  .wrapper-inner {
    height: calc(100vh - 72px);
    padding-bottom: 40px;
    min-height: 214px;
  }
}
@media (max-width: 767px) {
  /* line 94, ../sass/index.scss */
  body {
    background-image: url(../../../images/bg/index_bg-768.png);
  }

  /* line 98, ../sass/index.scss */
  .slick-outter {
    width: 400px;
  }
}
@media (max-width: 479px) {
  /* line 104, ../sass/index.scss */
  body {
    background-image: url(../../../images/bg/index_bg-480.png);
  }

  /* line 108, ../sass/index.scss */
  .wrapper-inner {
    height: calc(100vh - 60px);
  }

  /* line 112, ../sass/index.scss */
  .slick-outter {
    width: 240px;
  }
  /* line 115, ../sass/index.scss */
  .slick-outter .slide.slick-slide {
    padding: 6px 0 0 6px;
    background: transparent;
  }
}
@media (max-width: 375px) {
  /* line 123, ../sass/index.scss */
  .slick-outter {
    width: 240px;
  }
  /* line 126, ../sass/index.scss */
  .slick-outter .slide.slick-slide {
    padding: 6px 0 0 6px;
    background: transparent;
  }
}
