@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
.slick-slider {
  -ms-touch-action: auto !important;
  touch-action: auto !important; }

/* more icon start ------------------------------------------------------- */
a .more {
  position: relative;
  left: 0px;
  transition: all 0.3s ease; }
  a .more svg {
    width: 40px;
    height: 10px; }
    @media (min-width: 768px) {
      a .more svg {
        width: 73px;
        height: 16px; } }
    a .more svg .more_path {
      fill: #000; }

a:hover .more {
  left: 10px; }

/* more icon end  ------------------------------------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots_bottom5 {
  padding-bottom: 5px; }
  .slick-dots_bottom5 .slick-dots {
    bottom: 0; }

.slick-dots_bottom80 {
  padding-bottom: 40px; }
  .slick-dots_bottom80 .slick-dots {
    bottom: 0; }

.slick-dots {
  display: none;
  bottom: 20px; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 40px; } }
  .slick-dots li {
    width: 50px;
    height: 5px;
    margin: 0 10px; }
    .slick-dots li button {
      width: 50px;
      height: 5px; }
      .slick-dots li button:before {
        width: 50px;
        height: 5px;
        content: "";
        background: #ffffff;
        border: 1px solid #a0c1c7; }
    .slick-dots li.slick-active button:before {
      background: #a0c1c7; }

.slick-prev:before, .slick-next:before {
  opacity: 1; }

.slick-prev {
  left: 10px;
  height: 120px;
  z-index: 9; }
  .slick-prev:before {
    content: "";
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/slide_arrow_left.svg");
    background-position: center center;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    width: 50px;
    height: 120px; }

.slick-next {
  right: 50px;
  height: 120px;
  z-index: 9; }
  .slick-next:before {
    content: "";
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/slide_arrow_right.svg");
    width: 50px;
    height: 120px;
    background-position: center center;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat; }

@media (min-width: 1200px) {
  .slider_arrow_outside .slick-prev {
    left: -60px; }
  .slider_arrow_outside .slick-next {
    right: -20px; }
  .slider_arrow_outside.slider_dots_outside .slick-prev, .slider_arrow_outside.slider_dots_outside .slick-next {
    top: 36%; } }

.search_bar .btn-outline-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.search_bar .btn-outline-primary:hover {
  color: #fff;
  background-color: #4f90f1;
  border-color: #4f90f1; }

.search_bar .rounded {
  border-radius: 0.25rem 0 0 0.25rem !important; }

.search_bar .hvr-word-sweep-to-right {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.search_bar .hvr-word-sweep-to-right:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: #e60021;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all .3s linear; }

.search_bar .hvr-word-sweep-to-right:hover::after {
  width: 100%; }

.search_bar .hvr-word-sweep-to-right:hover {
  font-weight: 500;
  color: #e60021; }

@media (max-width: 767px) {
  .search_bar .wrap {
    overflow: auto; }
    .search_bar .wrap::-webkit-scrollbar {
      display: none; } }

@media (max-width: 767px) {
  .search_bar .wrap ul {
    width: 1100px !important; } }

.search_bar .wrap ul li {
  margin: 3px 5px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #f9f9f9; }
  .search_bar .wrap ul li span {
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #6a6a6a; }

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.hvr-bob > img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-bob:hover > img, .hvr-bob:focus > img, .hvr-bob:active > img {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

.hvr-left-to-right1 {
  background: linear-gradient(to right, #4453C6 50%, #A7DFFF 50%);
  background-size: 205% 100%; }

.hvr-left-to-right2 {
  background: linear-gradient(to right, #67aecc 50%, #ffec3d 50%);
  background-size: 205% 100%; }

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform; }

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  transform: scale(0.9); }

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg); }

.zoomIn-element {
  animation: zoomIn;
  /* 引用動畫的 @keyframe 名稱 */
  animation-duration: 1s;
  /* 別忘了設定持續時間 */ }

.banner {
  background: #a4c9ff; }

.lookfor .tag {
  font-size: 16px;
  color: #fff;
  padding: 2px 6px 2px 2px;
  background-color: #e60000;
  border-radius: 0 50px 50px 0; }
  .lookfor .tag span {
    font-size: 14px; }
  @media (min-width: 768px) {
    .lookfor .tag {
      font-size: 18px;
      padding: 6px 10px 6px 6px; }
      .lookfor .tag span {
        font-size: 16px; } }

.lookfor h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000; }
  @media (min-width: 768px) {
    .lookfor h2 {
      font-size: 24px; } }

.sort .item .circle .circlepic {
  overflow: hidden;
  margin: auto; }
  .sort .item .circle .circlepic img {
    width: 100%;
    border-radius: 250px; }

.sort .item a .circle .circlepic img {
  transition: all 0.2s; }

.sort .item a:hover .circle .circlepic img {
  opacity: 0.65;
  border-radius: 0; }

.feature h3 span {
  font-size: 38px; }
  @media (min-width: 768px) {
    .feature h3 span {
      font-size: 48px; } }

.feature .feature01 {
  box-shadow: 0px 1px 5px #a8d1e8; }
  .feature .feature01 a {
    color: #0050b3; }
    .feature .feature01 a:hover {
      text-decoration: underline; }

@media (max-width: 767px) {
  .feature .feature04 .wrap,
  .feature .feature03 .wrap {
    overflow: auto; }
    .feature .feature04 .wrap::-webkit-scrollbar,
    .feature .feature03 .wrap::-webkit-scrollbar {
      display: none; } }

.feature .feature04 .wrap ul a span,
.feature .feature03 .wrap ul a span {
  display: block;
  margin: 15px 0px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px; }

@media (max-width: 767px) {
  .feature .feature03 .wrap ul {
    width: 1000px !important; } }

@media (max-width: 767px) {
  .feature .feature04 .wrap ul {
    width: 800px !important; } }

.feature .feature04 .wrap ul > span {
  display: block;
  color: #060606;
  margin: 8px 0;
  font-size: 12px; }
  @media (min-width: 768px) {
    .feature .feature04 .wrap ul > span {
      margin: 16px 0;
      font-size: 18px; } }

.rule .tab_sort ul {
  display: flex;
  align-items: end; }
  .rule .tab_sort ul span {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000; }
    @media (min-width: 768px) {
      .rule .tab_sort ul span {
        padding: 4px 12px;
        font-size: 30px; } }
  .rule .tab_sort ul li:nth-child(1) span {
    background-color: #ffbc00;
    padding: 20px 30px; }
  .rule .tab_sort ul li:nth-child(2) span {
    background-color: #115fbb;
    color: #fff; }
  .rule .tab_sort ul li:nth-child(3) span {
    background-color: rgba(218, 177, 45, 0.601); }

.rule .clickChang ul {
  padding: 0px 10px 10px 30px; }
  @media (min-width: 768px) {
    .rule .clickChang ul {
      padding: 30px 60px 60px; } }
  .rule .clickChang ul li {
    padding: 10px 0; }
    .rule .clickChang ul li p {
      font-size: 18px;
      line-height: 1.6;
      font-weight: 500; }
      @media (min-width: 768px) {
        .rule .clickChang ul li p {
          font-size: 20px; } }
      .rule .clickChang ul li p a {
        color: #0050b3; }
        .rule .clickChang ul li p a:hover {
          text-decoration: underline; }
    .rule .clickChang ul li p:first-child {
      font-size: 20px;
      font-weight: 600;
      text-indent: -1em; }
      @media (min-width: 768px) {
        .rule .clickChang ul li p:first-child {
          font-size: 24px; } }
      .rule .clickChang ul li p:first-child .rule_top_line {
        display: block;
        border-top: #004492 solid 1px;
        padding-top: 30px; }
      .rule .clickChang ul li p:first-child .rule_title {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 500; }
        @media (min-width: 768px) {
          .rule .clickChang ul li p:first-child .rule_title {
            font-size: 20px; } }
        .rule .clickChang ul li p:first-child .rule_title a {
          color: #0050b3; }
          .rule .clickChang ul li p:first-child .rule_title a:hover {
            text-decoration: underline; }
    .rule .clickChang ul li p:last-child span {
      display: block;
      padding: 0 20px;
      text-indent: -1em; }
      @media (min-width: 768px) {
        .rule .clickChang ul li p:last-child span {
          padding: 0 30px; } }

/*# sourceMappingURL=../../../../../../sass */