.seemorecontents-list {
  margin: 0 -10px;
  padding-bottom: 40px;
  position: relative;
}

.seemorecontents-list.noHideItem {
  padding-bottom: 0;
}

.seemorecontents-list:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}

.seemorecontents-list .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 20px;
  float: left;
}

.seemorecontents-list .col img {
  max-width: 100%;
}

.basic-page .seemorecontents-list .col .video {
  height: auto !important;
}

.basic-page .seemorecontents-list .col .video > div {
  position: relative;
  padding-top: 56.25%;
}

.basic-page .seemorecontents-list .col .video > div > .youtube-placeholder,
.basic-page .seemorecontents-list .col .video > div > .youtube-onlightbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.no-opacity .basic-page .seemorecontents-list .col .videoplayer {
  padding-bottom: 1px;
}

.no-opacity .basic-page .seemorecontents-list .col .video > div {
  height: auto !important;
}

.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-placeholder,
.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-onlightbox {
  height: 100% !important;
}

.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-placeholder *,
.no-opacity .basic-page .seemorecontents-list .col .video > div > .youtube-onlightbox * {
  height: 100% !important;
}

.seemorecontents-list.column-1 > .col {
  width: 100%;
}

.seemorecontents-list.column-2 > .col {
  width: 50%;
}

.seemorecontents-list.column-2 > .col:nth-child(2n+1) {
  clear: both;
}

.seemorecontents-list.column-3 > .col {
  width: 33.3333333%;
}

.seemorecontents-list.column-3 > .col:nth-child(3n+1) {
  clear: both;
}

.seemorecontents-list.column-4 > .col {
  width: 25%;
}

.seemorecontents-list.column-4 > .col:nth-child(4n+1) {
  clear: both;
}

.seemorecontents-list .col.hide {
  display: none;
}

.seemorecontents-list .col.hide + .seemorecontents-detail {
  display: none;
}

/********** seemorecontents-btn **********/
.seemorecontents-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.seemorecontents-btn.button a {
  display: inline-block;
  border: 1px solid #cecece;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  background-color: #f2f2f2;
  background: linear-gradient(#ffffff, #f2f2f2);
  height: 36px;
  color: #00a0c6;
}

.seemorecontents-btn.button a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.seemorecontents-btn.button a span {
  display: inline-block;
  padding: 0 16px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.seemorecontents-btn.button a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  vertical-align: middle;
}

.seemorecontents-btn.button a:after {
  background: url(../images/img-arrow-down-blue.png) no-repeat;
}

.seemorecontents-btn.button a.close::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.seemorecontents-btn.button.darkgrey a {
  background: #353333;
  background: linear-gradient(#464444, #262525);
  border: none;
  color: #FFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.seemorecontents-btn.button.darkgrey a::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTMuNHB4IiBoZWlnaHQ9IjguMXB4IiB2aWV3Qm94PSIwIDAgMTMuNCA4LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzLjQgOC4xOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHBvbHlsaW5lIHBvaW50cz0iMC43LDAuNyA2LjcsNi43IDEyLjcsMC43IiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiAvPg0KPC9zdmc+");
  background: none;
  height: auto;
}
.seemorecontents-btn.button.lightgrey a {
  background: #DEDEDE;
  background: linear-gradient(#f5f5f5, #c8c8c8);
  color: #1f1f1f;
  border: none;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.seemorecontents-btn.button.lightgrey a::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTMuNHB4IiBoZWlnaHQ9IjguMXB4IiB2aWV3Qm94PSIwIDAgMTMuNCA4LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzLjQgOC4xOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHBvbHlsaW5lIHBvaW50cz0iMC43LDAuNyA2LjcsNi43IDEyLjcsMC43IiBmaWxsPSJub25lIiBzdHJva2U9IiMxZjFmMWYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiAvPg0KPC9zdmc+");
  background: none;
  height: auto;
}

.seemorecontents-btn.button.noicon a:after {
  display: none !important;
}

.seemorecontents-btn.icn-text a {
  display: inline-block;
  color: #00a0C6;
}

.seemorecontents-btn.icn-text a > span {
  display: inline-block;
  vertical-align: middle;
}

.seemorecontents-btn.icn-text a > span.text {
  font-size: 14px;
  font-weight: bold;
}

.seemorecontents-btn.icn-text a > span.icn + span.text {
  margin-left: 0.57em;
}

.seemorecontents-btn.icn-text a > span.text:first-child:not(:last-child) {
  margin-right: 0.57em;
}

.seemorecontents-btn.icn-text.vertical a > span {
  display: block;
}

.seemorecontents-btn.icn-text.vertical a > span.text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.seemorecontents-btn.icn-text.vertical a > span.icn + span.text {
  margin-top: 0.57em;
}

.seemorecontents-btn.icn-text.vertical a > span.text:first-child:not(:last-child) {
  margin-bottom: 0.57em;
}

.seemorecontents-btn.icn-text a > span.text.normal {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: normal;
}

.seemorecontents-btn.icn-text a > span.text.size-plus {
  font-size: 15px;
}

.seemorecontents-btn.icn-text a > span.text.size-2plus {
  font-size: 17px;
}

.seemorecontents-btn.icn-text a > span.text.size-3plus {
  font-size: 19px;
}

.seemorecontents-btn a.close {
  display: none;
}

.seemorecontents-btn.showedAll a.open {
  display: none;
}

.seemorecontents-btn.showedAll a.close {
  display: inline-block;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .seemorecontents-list.column-2 > .col,
  .seemorecontents-list.column-3 > .col,
  .seemorecontents-list.column-4 > .col {
    width: auto;
  }

  .seemorecontents-list.column-2 > .col:nth-child(2n+1),
  .seemorecontents-list.column-3 > .col:nth-child(3n+1),
  .seemorecontents-list.column-4 > .col:nth-child(4n+1) {
    clear: none;
  }

  .seemorecontents-list.xs-column-1 > .col {
    width: 100%;
    float: none;
  }

  .seemorecontents-list.xs-column-2 > .col {
    width: 50%;
  }

  .seemorecontents-list.xs-column-2 > .col:nth-child(2n+1) {
    clear: both;
  }

  .seemorecontents-list.xs-column-3 > .col {
    width: 33.3333333%;
  }

  .seemorecontents-list.xs-column-3 > .col:nth-child(3n+1) {
    clear: both;
  }

  .basic-page .seemorecontents-list .col .video > div .youtube-placeholder {
    height: 100% !important;
  }

  .basic-page .seemorecontents-list .col .video > div .youtube-placeholder > iframe {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .seemorecontents-btn {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-sbox-sizing: border-box;
    box-sizing: border-box;
  }

  .seemorecontents-btn.button a span {
    padding: 0 5px;
    font-size: 0.75rem;
  }

  .seemorecontents-btn.icn-text a > span.text {
    font-size: 0.75rem;
  }

  .seemorecontents-btn.icn-text a > span.text.size-plus {
    font-size: 13px;
  }

  .seemorecontents-btn.icn-text a > span.text.size-2plus {
    font-size: 14px;
  }

  .seemorecontents-btn.icn-text a > span.text.size-3plus {
    font-size: 15px;
  }
}
/* recommendedpages */
.recommendedpages:not(:first-child) .seemorecontents {
  margin-top: 20px;
}

.recommendedpages .seemorecontents .seemorecontents-panel .Title p {
  margin-top: 10px;
}

.recommendedpages .seemorecontents a {
  color: #00a0c6;
  display: block;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .recommendedpages:not(:first-child) .seemorecontents {
    margin-top: 10px;
  }

  .recommendedpages .seemorecontents .seemorecontents-panel .Title p {
    margin-top: 5px;
  }
}
