/* Top hook CSS */
#htmlcontent_top ul {
  margin: 0;
  overflow: hidden; }
  #htmlcontent_top ul li {
    padding: 0;
    width: 12.5%;
    position: relative;
    border-bottom: 1px solid #d2dae3;
    border-right: 1px solid #d2dae3; }
    #htmlcontent_top ul li:last-child {
      border-right-color: rgba(255, 255, 255, 0); }
    @media (max-width: 767px) {
      #htmlcontent_top ul li {
        width: 25%; } }
    #htmlcontent_top ul li .bannerBox {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block; }
    #htmlcontent_top ul li a.item-link {
      width: 100%;
      height: 100%;
      display: block; }
      @media (min-width: 768px) {
        #htmlcontent_top ul li a.item-link:hover .item-html h2 {
          -moz-transform: translate3d(0, -10px, 0);
          -ms-transform: translate3d(0, -10px, 0);
          -o-transform: translate3d(0, -10px, 0);
          -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); }
          #htmlcontent_top ul li a.item-link:hover .item-html h2:before {
            color: white; }
        #htmlcontent_top ul li a.item-link:hover:before {
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        #htmlcontent_top ul li a.item-link:before {
          background: #102747;
          content: "";
          height: calc(100% + 1px);
          left: -1px;
          right: -1px;
          position: absolute;
          top: 0;
          -moz-transition: -moz-transform 0.3s ease 0s;
          -o-transition: -o-transform 0.3s ease 0s;
          -webkit-transition: -webkit-transform 0.3s ease;
          -webkit-transition-delay: 0s;
          transition: transform 0.3s ease 0s;
          -moz-transform: translate3d(0, 100%, 0);
          -ms-transform: translate3d(0, 100%, 0);
          -o-transform: translate3d(0, 100%, 0);
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); } }
    #htmlcontent_top ul li .item-html {
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translate(0, -56%);
      -ms-transform: translate(0, -56%);
      -o-transform: translate(0, -56%);
      -webkit-transform: translate(0, -56%);
      transform: translate(0, -56%);
      width: 100%; }
      #htmlcontent_top ul li .item-html h2 {
        text-transform: uppercase;
        margin: 0;
        padding: 0 5%;
        width: 100%;
        text-align: center;
        letter-spacing: 0.06em;
        font-size: 15px;
        font-size: 0.97vw;
        line-height: 1.3;
        color: #fe9f38;
        -moz-transition: -moz-transform 0.5s ease 0s;
        -o-transition: -o-transform 0.5s ease 0s;
        -webkit-transition: -webkit-transform 0.5s ease;
        -webkit-transition-delay: 0s;
        transition: transform 0.5s ease 0s;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        #htmlcontent_top ul li .item-html h2:before {
          display: block;
          font-size: 7vw;
          line-height: 1.15;
          color: #102747;
          -moz-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease; }
        @media (max-width: 767px) {
          #htmlcontent_top ul li .item-html h2 {
            font-size: 1.9vw; }
            #htmlcontent_top ul li .item-html h2:before {
              font-size: 15vw; } }
    #htmlcontent_top ul li > span {
      display: block;
      padding-top: 50%;
      padding-bottom: 50%; }
    #htmlcontent_top ul li img {
      max-width: 100%;
      height: auto; }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
