@charset "UTF-8";
/* CSS Document */
@import url(../public/css/contentbuilder.css);
.itemList .Img::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.itemList .Img::before, .itemList .Txt h3::before {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

/******類別******/
.productClassBox {
  position: relative;
  z-index: 1; }
  @media (min-width: 769px) {
    .productClassBox {
      padding-bottom: 60px; }
      .productClassBox::before {
        top: auto;
        bottom: 0;
        height: 200%;
        border-color: rgba(239, 239, 239, 0.1); }
      .productClassBox::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 200%;
        background-color: #5c656d; } }

.productClassLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto; }
  .productClassLink li {
    padding: 30px; }
    @media (min-width: 641px) {
      .productClassLink li {
        width: calc(100% / 3); } }
    @media (min-width: 769px) and (max-width: 960px) {
      .productClassLink li {
        padding: 15px; } }
    @media (max-width: 768px) {
      .productClassLink li {
        padding: 10px; } }
    @media (max-width: 640px) {
      .productClassLink li {
        width: 100%; } }
    .productClassLink li a {
      display: block;
      padding: 35px 20px 25px;
      font-size: 19px;
      font-family: "Artegra Bold", "Poppins", "微軟正黑體", sans-serif;
      color: #fff;
      background-color: #858c91;
      border-radius: 1px;
      text-align: center; }
      @media (max-width: 768px) {
        .productClassLink li a {
          padding: 20px 15px;
          font-size: 17px; } }
      @media (max-width: 640px) {
        .productClassLink li a {
          padding: 15px 10px; } }
      .productClassLink li a img {
        display: block;
        max-width: 100%;
        margin: 0 auto 30px; }
        @media (min-width: 641px) and (max-width: 768px) {
          .productClassLink li a img {
            margin-bottom: 10px; } }
        @media (max-width: 640px) {
          .productClassLink li a img {
            display: inline-block;
            vertical-align: middle;
            height: 30px;
            margin: 0 10px 0 0; } }
      .productClassLink li a.current {
        text-decoration: underline; }
  .productClassLink:hover li a.current {
    background-color: #858c91;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .productClassLink li a:hover,
  .productClassLink li a.current,
  .productClassLink:hover li a.current:hover {
    background-color: #ff671f;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

.classNote {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  color: #5c656d;
  text-align: left; }
  .classNote .getH3title {
    font-style: normal;
    color: #333f48; }
    @media (min-width: 769px) {
      .classNote .getH3title {
        margin-top: 80px;
        margin-bottom: 40px;
        font-size: 38px; } }

/******列表******/
.itemList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
  @media (max-width: 480px) {
    .itemList {
      margin-top: 30px; } }
  .itemList li {
    padding: 25px 30px 30px; }
    @media (max-width: 480px) {
      .itemList li {
        padding: 20px 0; } }
  .itemList .item {
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    overflow: hidden; }
  .itemList .Img {
    position: relative; }
    .itemList .Img::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border: 6px solid #ff671f;
      pointer-events: none;
      opacity: 0; }
    .itemList .Img a {
      display: block;
      overflow: hidden; }
    .itemList .Img img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .itemList .item:hover .Img::before {
    opacity: 1; }
  .itemList .Txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .itemList .Txt h3 {
      position: relative;
      display: inline-block;
      padding: 0 20px;
      font-size: 17px;
      font-family: "Artegra Bold", "Poppins", "微軟正黑體", sans-serif;
      line-height: 40px;
      color: #fff; }
      .itemList .Txt h3 a {
        position: relative;
        z-index: 1;
        display: block;
        color: #fff; }
      .itemList .Txt h3::before {
        content: '';
        position: absolute;
        top: 0;
        left: -14%;
        width: 120%;
        min-width: 160px;
        height: 100%;
        background-color: #333f48;
        -webkit-transform: skewX(-17deg);
        -ms-transform: skewX(-17deg);
        transform: skewX(-17deg);
        pointer-events: none; }
  .itemList .item:hover .Txt h3::before {
    background-color: #ff671f; }
