.hide {
  display: none !important;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .hidden-xs {
    display: none !important;
  }
}
#pageILD-craft .visible-xs {
  display: none;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .visible-xs {
    display: block !important;
  }
}
#cboxLoadedContent {
  padding-top: 30px !important;
  margin-bottom: 0 !important;
}
#cboxClose {
  position: absolute;
  top: 00px;
  right: 00px;
  background: url('../img/ild-craft/close.png') no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  opacity: 0.8;
}
#pageILD-craft {
  font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background: #292054;
}
#pageILD-craft .page-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width:  1201px ) {
  #pageILD-craft .page-container {
    width: 970px;
  }
}
@media (min-width:  1280px ) {
  #pageILD-craft .page-container {
    width: 1230px;
  }
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .page-container {
    width: 750px;
  }
}
@media (max-width:  767px ) {
  #pageILD-craft .page-container {
    width: 100%;
  }
}
#pageILD-craft #page__top {
  position: relative;
}
#pageILD-craft #page__top .visual {
  width: 100%;
  height: auto;
  padding-bottom: 32%;
  background-size: cover;
  background-position: top center;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft #page__top .visual {
    padding-bottom: 35%;
  }
}
#pageILD-craft #page__top .top__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#pageILD-craft #page__top .top__content .article-wrapper {
  padding: 1.5em 2.5em;
  background: white url('../img/ild-craft/deco.png') no-repeat top right;
  background-size: 186px 195px;
}
#pageILD-craft #page__top .top__content .article-wrapper article {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
#pageILD-craft #page__top .top__content .article-wrapper article .title {
  font-size: 35px;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.1;
  margin: 0.5em 0;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft #page__top .top__content .article-wrapper article .title {
    font-size: 26px;
  }
}
#pageILD-craft #page__top .top__content .article-wrapper article .body {
  font-size: 14px;
  line-height: 1.7;
  margin: 1em 0;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft #page__top .top__content .article-wrapper article .body {
    font-size: 12px;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft #page__top .top__content {
    position: relative;
  }
  #pageILD-craft #page__top .top__content .article-wrapper {
    margin-top: -16%;
  }
}
@media (max-width:  767px ) {
  #pageILD-craft #page__top .top__content .article-wrapper {
    background-size: 124px 130px;
  }
}
#pageILD-craft .ild-table {
  width: 100%;
}
#pageILD-craft .ild-table .col-video {
  background-size: cover;
  background-position: center;
  width: 65%;
  position: relative;
}
#pageILD-craft .ild-table .col-video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292054;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pageILD-craft .ild-table .col-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width:  767px ) {
  #pageILD-craft .ild-table .col-video .btn-play {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
}
#pageILD-craft .ild-table .col-video:hover:before {
  opacity: 0.3;
}
#pageILD-craft .ild-table .col-video:hover .btn-play {
  opacity: 0.9;
}
#pageILD-craft .ild-table .col-text {
  width: 35%;
  background-size: cover;
  background-position: center;
}
#pageILD-craft .ild-table .col-text .spacing {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
#pageILD-craft .ild-table .col-text .spacing .wrapper-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 30px 35px ;
}
@media (max-width:  767px ) {
  #pageILD-craft .ild-table .col-text .spacing .wrapper-text {
    padding: 15px 25px;
  }
}
#pageILD-craft .ild-table .col-text .spacing .wrapper-text.text-top {
  bottom: auto;
  top: 0;
}
#pageILD-craft .ild-table .col-text .spacing article {
  color: white;
}
#pageILD-craft .ild-table .col-text .spacing article .headline {
  font-size: 40px;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.1;
  margin: 0.2em 0;
}
@media (min-width:  1280px ) {
  #pageILD-craft .ild-table .col-text .spacing article .headline {
    font-size: 48px;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .ild-table .col-text .spacing article .headline {
    font-size: 32px;
  }
}
#pageILD-craft .ild-table .col-text .spacing article .body {
  font-size: 14px;
  line-height: 1.7;
  margin: 0.5em 0;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .ild-table .col-text .spacing article .body {
    font-size: 12px;
  }
}
#pageILD-craft .ild-table .col-text.col-text-1 {
  background-image: url('../img/ild-craft/img1.jpg');
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .ild-table .col-text.col-text-1 {
    background-image: url('../img/ild-craft/img1-m.jpg');
  }
}
#pageILD-craft .ild-table .col-text.col-text-2 {
  background-image: url('../img/ild-craft/img2.jpg');
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .ild-table .col-text.col-text-2 {
    background-image: url('../img/ild-craft/img2-m.jpg');
  }
}
#pageILD-craft .ild-table .col-text.col-text-3 {
  background-image: url('../img/ild-craft/img3.jpg');
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .ild-table .col-text.col-text-3 {
    background-image: url('../img/ild-craft/img3-m.jpg');
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .ild-table {
    display: block;
  }
  #pageILD-craft .ild-table tbody,
  #pageILD-craft .ild-table tr {
    display: block;
  }
  #pageILD-craft .ild-table .col-video,
  #pageILD-craft .ild-table .col-text {
    display: block;
    width: 100%;
  }
  #pageILD-craft .ild-table .col-video {
    padding-bottom: 60%;
  }
  #pageILD-craft .ild-table .col-text {
    background-position: center center;
  }
  #pageILD-craft .ild-table .col-text .spacing {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  #pageILD-craft .ild-table .col-text .spacing .wrapper-text {
    position: relative;
  }
}
@media (max-width:  767px ) {
  #pageILD-craft .ild-table .col-text .spacing {
    padding-top: 15%;
  }
}
@media (min-width:  768px ) and (max-width:  1200px ) {
  #pageILD-craft .ild-table .col-text .spacing {
    padding-top: 25%;
  }
}
