@charset "UTF-8";
/*------- reset  --------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------- common ---------*/
body {
  font: 13px "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

/*------- txt color ----------------*/
.red {
  color: red; }

.blue {
  color: #2372d3; }

.b-color {
  color: #9b4633 !important; }

.read-green {
  color: #1b8264 !important; }

.search-red {
  color: #f2534f !important; }

.consult-blue {
  color: #00a0e9 !important; }

.learn-yellow {
  color: #ffc828 !important; }

/*------- bo color ----------------*/
.read-green-bo {
  border-color: #1b8264 !important; }

.search-red-bo {
  border-color: #f2534f !important; }

.consult-blue-bo {
  border-color: #00a0e9 !important; }

.learn-yellow-bo {
  border-color: #ffc828 !important; }

/*------- link color ----------------*/
a {
  color: #666; }
  a:hover {
    color: #9b4633; }

/*------- bg color ----------------*/
.bg-brand {
  background-color: #9b4633 !important; }

.bg-readGreen {
  background-color: #1b8264 !important; }

.bg-searchRed {
  background-color: #f2534f !important; }

.bg-consultBlue {
  background-color: #00a0e9 !important; }

.bg-learnYellow {
  background-color: #ffc828 !important; }

.bg-newsBlue {
  background-color: #242737 !important; }

.bg-userOrange {
  background-color: #ff9308 !important; }

.bg-gray {
  background-color: #f6f5f0 !important; }

.bg-red {
  background-color: #9b4633 !important; }

/*------- txt style ----------------*/
.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.f-bold, em {
  font-weight: bold !important; }

.f-normal {
  font-weight: normal !important; }

/*------- border style ----------------*/
.bo-none {
  border: none !important; }

.bo-t-none {
  border-top: none !important; }

.bo-r-none {
  border-right: none !important; }

.bo-b-none {
  border-bottom: none !important; }

.bo-l-none {
  border-left: none !important; }

/*------- float ----------------*/
.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.f-none {
  float: none !important; }

.clear {
  clear: both; }

/*------- position ----------------*/
.pos-relative {
  position: relative !important; }

.pos-absolute {
  position: absolute !important; }

.pos-inherit {
  position: inherit !important; }

/*------- animation ----------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../_font/icomoon.eot?9k1nx");
  src: url("../_font/icomoon.eot?9k1nx#iefix") format("embedded-opentype"), url("../_font/icomoon.ttf?9k1nx") format("truetype"), url("../_font/icomoon.woff?9k1nx") format("woff"), url("../_font/icomoon.svg?9k1nx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-consult:before {
  content: "\e904"; }

.icon-comsearch:before {
  content: "\e908"; }

.icon-world:before {
  content: "\e900"; }

.icon-book:before {
  content: "\e901"; }

.icon-freedial:before {
  content: "\e902";
  color: #009944; }

.icon-learn:before {
  content: "\e903"; }

.icon-read:before {
  content: "\e905"; }

.icon-user:before {
  content: "\e906"; }

.icon-digima:before {
  content: "\e907";
  color: #9b4633; }

/*-------- tit-type ---------------*/
.new-contents-title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  font-family: 'Lato', sans-serif; }
  .new-contents-title__cap {
    font-size: 12px;
    text-align: center;
    margin-top: 5px; }

.new-contents-title-bo {
  font-size: 26px;
  font-weight: bold;
  padding-left: 16px;
  border-left: 3px solid #ccc; }

/*-------- txt-type ---------------*/
.new-contents-read {
  margin-top: 20px;
  font-size: 14px; }

/* color */
/*-------- btn-type ---------------*/
.btn-type {
  display: inline-block;
  text-decoration: none;
  width: 222px;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  color: #000;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }
  .btn-type.btn-white {
    background: white; }
  .btn-type.btn-red {
    background: #f2534f;
    color: white; }

/*-------- btn-section ---------------*/
.btn-section {
  text-align: center;
  margin: 40px 0; }
  .btn-section__txt {
    font-size: 12px;
    font-family: '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    margin-bottom: 30px; }

/*-------- box-border ---------------*/
.box-border {
  border: 1px solid #ccc;
  padding: 20px; }

/*-------- contents-column ---------------*/
.contents-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .contents-column-item {
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none;
    color: #666; }
    .contents-column-item__img {
      margin-bottom: 8px; }
    .contents-column-item__map {
      margin-bottom: 8px;
      height: 340px;
      box-sizing: border-box;
      border: 1px solid #ccc; }
    .contents-column-item__title {
      margin-bottom: 3px; }
    .contents-column-item__txt {
      font-size: 14px; }
  .contents-column.cols-2 .contents-column-item {
    width: 48%; }

/*-------- dl-table ---------------*/
.dl-table {
  overflow: hidden;
  font-size: 16px; }
  .dl-table dt, .dl-table dd {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6; }
  .dl-table dt {
    clear: both;
    width: 26%; }
  .dl-table dd {
    width: 74%; }

/*-------- ul-list ---------------*/
.list-inline li {
  display: inline;
  white-space: nowrap;
  margin-right: 10px; }

/*-------- faq-list ---------------*/
.faq-list {
  font-size: 18px;
  margin-bottom: 60px; }
  .faq-list dt, .faq-list dd {
    text-indent: -1.8em;
    padding-left: 1.8em; }
  .faq-list dt {
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 15px; }
  .faq-list dd {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px; }

/*-------- form ---------------*/
.form-input {
  font-size: 14px;
  padding: 12px 15px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 5px; }

.form-radio,
.form-check {
  margin-right: 4px; }

.form-select select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  font-size: 14px;
  background: url(../_newimg/parts/select_alw.png) right 50% no-repeat #fff; }
  .form-select select::-ms-expand {
    display: none; }

.form-textarea {
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc; }

/*-------- form ---------------*/
.icon-flags {
  width: 70px;
  height: 47px;
  background: url(../_newimg/flags/icon_flags.png) no-repeat;
  display: inline-block; }
  .icon-flags.flag-china {
    background-position: 0 0; }
  .icon-flags.flag-hong-kong {
    background-position: -106px 0; }
  .icon-flags.flag-singapore {
    background-position: -212px 0; }
  .icon-flags.flag-taiwan {
    background-position: -318px 0; }
  .icon-flags.flag-indonesia {
    background-position: -423px 0; }
  .icon-flags.flag-south_korea {
    background-position: -529px 0; }
  .icon-flags.flag-vietnam {
    background-position: -635px 0; }
  .icon-flags.flag-thailand {
    background-position: -741px 0; }
  .icon-flags.flag-philippines {
    background-position: 0 -98px; }
  .icon-flags.flag-malaysia {
    background-position: -106px -98px; }
  .icon-flags.flag-india {
    background-position: -212px -98px; }
  .icon-flags.flag-myanmar {
    background-position: -318px -98px; }
  .icon-flags.flag-bangladesh {
    background-position: -423px -98px; }
  .icon-flags.flag-cambodia {
    background-position: -529px -98px; }
  .icon-flags.flag-mongolia {
    background-position: -635px -98px; }
  .icon-flags.flag-other_asia {
    background-position: -741px -98px; }
  .icon-flags.flag-united-kingdom {
    background-position: 0 -194px; }
  .icon-flags.flag-germany {
    background-position: -106px -194px; }
  .icon-flags.flag-middle_east {
    background-position: -212px -194px; }
  .icon-flags.flag-united_states {
    background-position: -318px -194px; }
  .icon-flags.flag-turkey {
    background-position: -423px -194px; }
  .icon-flags.flag-europe {
    background-position: -529px -194px; }
  .icon-flags.flag-brazil {
    background-position: -635px -194px; }
  .icon-flags.flag-central-and-south-america {
    background-position: -741px -194px; }
  .icon-flags.flag-oceania {
    background-position: 0 -293px; }
  .icon-flags.flag-africa {
    background-position: -106px -293px; }
  .icon-flags.flag-russia {
    background-position: -212px -293px; }
  .icon-flags.flag-other_english {
    background-position: -318px -293px; }

/*-------- for mobile---------------*/
@media screen and (max-width: 499px) {
  /*-------- tit-type ---------------*/
  .new-contents-title {
    font-size: 28px; }
  .new-contents-title-bo {
    font-size: 18px; } }

body, html {
  height: 100%; }

/*-------- header ---------*/
.new-header {
  width: 100%;
  background: white;
  border-bottom: 1px solid #f2f2f2;
  height: 55px; }
  .new-header .new-contents__inner {
    height: 100%; }
  .new-header__logo {
    float: left; }
    .new-header__logo a {
      display: block;
      padding: 10px 0; }
      .new-header__logo a img {
        width: 234px; }
  .new-header__txt {
    float: left;
    margin: 20px 0 0 20px;
    font-size: 12px;
    color: #666; }
  .new-header__link {
    float: right;
    height: 100%; }
    .new-header__link li {
      float: left;
      height: 100%; }
      .new-header__link li a {
        display: block;
        padding: 0 20px;
        text-align: center;
        text-decoration: none;
        height: 100%;
        line-height: 55px; }
        .new-header__link li a i.icons {
          margin-right: 5px; }
        .new-header__link li a.nav-regist {
          background: #f6f5f0;
          color: #000; }
        .new-header__link li a.nav-login {
          background: #9b4633;
          color: white; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 56px;
  height: 44px; }
  .menu-trigger em {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #313131 !important; }

.menu-trigger span {
  position: absolute;
  left: 32%;
  width: 45%;
  height: 2px;
  background-color: #313131;
  border-radius: 2px; }

.menu-trigger span:nth-of-type(1) {
  top: 14px; }

.menu-trigger span:nth-of-type(2) {
  top: 20px; }

.menu-trigger span:nth-of-type(3) {
  top: 27px; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

/*------- nav -----------*/
.new-gnav {
  width: 100%;
  margin: 12px 0 0;
  position: relative;
  z-index: 2000; }
  .new-gnav > ul {
    display: -webkit-flex;
    /* Safari */
    display: flex; }
    .new-gnav > ul > li {
      width: 20%; }
      .new-gnav > ul > li:hover > a {
        border-bottom: 4px solid #ccc; }
      .new-gnav > ul > li:hover > .new-gnav-mega {
        max-height: 9999px;
        opacity: 1; }
      .new-gnav > ul > li > a {
        display: block;
        padding: 10px 0 15px;
        text-decoration: none;
        text-align: center;
        position: relative;
        border-bottom: 4px solid white;
        color: #000;
        font-size: 13px; }
        .new-gnav > ul > li > a:before {
          position: absolute;
          content: "";
          height: 40px;
          width: 1px;
          top: 0;
          right: 0;
          background: #e3e3e3; }
      .new-gnav > ul > li:first-child > a:after {
        position: absolute;
        content: "";
        height: 40px;
        width: 1px;
        top: 0;
        left: 0;
        background: #e3e3e3; }
      .new-gnav > ul > li:first-child:hover > a {
        border-bottom-color: #1b8264; }
      .new-gnav > ul > li:nth-child(2):hover > a {
        border-bottom-color: #f2534f; }
      .new-gnav > ul > li:nth-child(3):hover > a {
        border-bottom-color: #00a0e9; }
      .new-gnav > ul > li:nth-child(4):hover > a {
        border-bottom-color: #ffc828; }
      .new-gnav > ul > li:nth-child(5):hover > a {
        border-bottom-color: #9b4633; }

/* new-gnav-mega */
.new-gnav-mega {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  position: absolute;
  background-color: rgba(238, 234, 228, 0.95);
  box-sizing: border-box; }
  .new-gnav-mega ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    /* Safari */
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: row;
    /* Safari */
    -moz-justify-content: row;
    -ms-justify-content: row;
    justify-content: row;
    padding: 10px 0 20px; }
    .new-gnav-mega ul li {
      width: 13.5%;
      margin-left: 1%; }
      .new-gnav-mega ul li:first-child {
        margin-left: 0; }
      .new-gnav-mega ul li a {
        display: block;
        width: 100%;
        text-decoration: none;
        text-align: center; }
        .new-gnav-mega ul li a img {
          width: 100%;
          height: auto; }

/*------- subhead update -----------*/
#subhead {
  border-top: 1px solid #d8d8d8; }

/*------- container -----------*/
.new-contents__inner {
  width: 1205px;
  margin: 0 auto;
  overflow: hidden; }

/*  bread  */
/*------- contact -----------*/
.new-contact {
  overflow: hidden;
  position: relative; }
  .new-contact__img {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box; }
    .new-contact__img img {
      vertical-align: bottom; }
  .new-contact__body {
    float: right;
    width: 50%;
    padding: 0 100px 0 10px;
    box-sizing: border-box;
    text-align: center; }
  .new-contact__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 40px; }
  .new-contact__txt {
    font-size: 14px;
    margin-bottom: 20px; }
  .new-contact__btn {
    text-align: center; }
    .new-contact__btn .btn-type {
      font-size: 24px;
      font-weight: normal;
      width: 360px;
      padding: 15px 0; }
  .new-contact-info {
    margin-top: 20px; }
    .new-contact-info__tel {
      font-size: 34px;
      font-weight: bold; }
      .new-contact-info__tel i {
        margin-right: 15px;
        position: relative;
        top: 2px;
        font-size: 90%; }
    .new-contact-info__global {
      font-weight: bold; }
    .new-contact-info__hours {
      font-weight: bold; }
  .new-contact__mark {
    position: absolute;
    top: 50px;
    left: 77px;
    background: #9b4633;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 50px;
    box-sizing: border-box; }
    .new-contact__mark em {
      font-size: 240%; }
    .new-contact__mark span {
      font-size: 180%; }

/*------- new-footer-bnr -----------*/
.new-footer-bnr {
  padding: 24px 0 10px;
  background: #f6f5f0; }
  .new-footer-bnr__l, .new-footer-bnr__s {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: row;
    /* Safari */
    -moz-justify-content: row;
    -ms-justify-content: row;
    justify-content: row;
    margin: 0 10%; }
    .new-footer-bnr__l li img, .new-footer-bnr__s li img {
      width: 100%;
      height: auto; }
  .new-footer-bnr__l li {
    width: 23%;
    margin: 0 1% 12px; }
  .new-footer-bnr__s li {
    width: 18%;
    margin: 0 1% 12px; }

/*------- new-footer -----------*/
.new-footer {
  padding: 10px 0; }
  .new-footer__copyright {
    text-align: center;
    color: #666; }

.sp-hide {
  display: initial; }

.sp-show {
  display: none; }

@media screen and (max-width: 599px) {
  .sp-hide {
    display: none; }
  .sp-show {
    display: initial; }
  /*-------- header ---------*/
  .new-header {
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; }
    .new-header .new-contents__inner {
      padding: 0; }
    .new-header__logo {
      width: 46%;
      margin-top: 4px; }
      .new-header__logo a {
        width: 100%;
        padding-left: 10px; }
        .new-header__logo a img {
          width: 100%;
          height: auto; }
    .new-header__txt {
      display: none; }
    .new-header__link li {
      width: 56px; }
      .new-header__link li a {
        padding: 8px 2px 3px;
        line-height: 1;
        font-size: 10px; }
        .new-header__link li a i.icons {
          display: block;
          font-size: 16px;
          margin-right: 0;
          margin-bottom: 5px; }
  /*------- nav -----------*/
  .new-gnav {
    position: fixed;
    top: 56px;
    right: -100%;
    width: 0;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    margin: 0;
    transition: all 0.6s ease; }
    .new-gnav.new-gnav__active {
      right: 0;
      width: 100%; }
    .new-gnav > ul {
      display: block;
      padding: 0; }
      .new-gnav > ul > li {
        width: 100%; }
        .new-gnav > ul > li:hover > .new-gnav-mega {
          max-height: 0;
          opacity: 0; }
        .new-gnav > ul > li.open > .new-gnav-mega {
          max-height: 9999px;
          opacity: 1; }
        .new-gnav > ul > li > a {
          text-align: left;
          border-bottom: none;
          padding: 10px;
          pointer-events: none; }
          .new-gnav > ul > li > a:after {
            display: none; }
          .new-gnav > ul > li > a:before {
            position: absolute;
            font-family: 'icomoon';
            top: 10px;
            left: 10px;
            font-size: 18px;
            background: none; }
        .new-gnav > ul > li:nth-child(1) > a {
          background: #1b8264;
          color: white;
          padding-left: 30px;
          position: relative; }
          .new-gnav > ul > li:nth-child(1) > a:before {
            content: '\e905'; }
        .new-gnav > ul > li:nth-child(2) > a {
          background: #f2534f;
          color: white;
          padding-left: 30px;
          position: relative; }
          .new-gnav > ul > li:nth-child(2) > a:before {
            content: '\e908';
            left: 4px; }
        .new-gnav > ul > li:nth-child(3) > a {
          background: #00a0e9;
          color: white;
          padding-left: 30px;
          position: relative; }
          .new-gnav > ul > li:nth-child(3) > a:before {
            content: '\e904';
            left: 9px; }
        .new-gnav > ul > li:nth-child(4) > a {
          background: #ffc828;
          color: white;
          padding-left: 30px;
          position: relative; }
          .new-gnav > ul > li:nth-child(4) > a:before {
            content: '\e903';
            left: 9px; }
        .new-gnav > ul > li:nth-child(5) > a {
          background: #9b4633;
          color: white;
          padding-left: 30px;
          position: relative; }
          .new-gnav > ul > li:nth-child(5) > a:before {
            content: '\e907';
            left: 5px;
            top: 15px;
            font-size: 10px; }
  /* new-gnav-mega */
  .new-gnav-mega {
    position: initial;
    background: none;
    padding-left: 10px;
    padding-right: 10px; }
    .new-gnav-mega ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: row;
      /* Safari */
      -moz-justify-content: row;
      -ms-justify-content: row;
      justify-content: row;
      margin-left: -3%; }
      .new-gnav-mega ul li {
        width: 45%;
        margin-left: 5% !important;
        margin-bottom: 3%;
        font-size: 11px; }
  /*------- container -----------*/
  .new-contents__inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; }
  /*------- contact -----------*/
  .new-contact {
    overflow: visible; }
    .new-contact__img {
      float: none;
      width: 40%;
      padding-top: 30px; }
    .new-contact__body {
      float: none;
      width: 70%;
      padding: 0;
      position: absolute;
      left: 30%;
      top: 0; }
    .new-contact__title {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 10px; }
    .new-contact__txt {
      font-size: 11px;
      display: none; }
    .new-contact__btn .btn-type {
      font-size: 16px;
      font-weight: normal;
      width: 80%;
      padding: 10px 0; }
    .new-contact-info {
      margin-top: 5px; }
      .new-contact-info__tel {
        font-size: 20px; }
      .new-contact-info__global, .new-contact-info__hours {
        font-size: 10px; }
    .new-contact__mark {
      display: none;
      width: 80px;
      height: 80px;
      font-size: 10px;
      padding-top: 20px;
      top: -40px;
      left: 0; }
      .new-contact__mark em {
        font-size: 200%; }
      .new-contact__mark span {
        font-size: 150%; }
  /*------- new-footer-bnr -----------*/
  .new-footer-bnr {
    padding-top: 15px; }
    .new-footer-bnr__l, .new-footer-bnr__s {
      margin-left: -1%;
      margin-right: 0; }
      .new-footer-bnr__l li, .new-footer-bnr__s li {
        margin-bottom: 5px; }
      .new-footer-bnr__l a, .new-footer-bnr__s a {
        display: block;
        width: 100%; }
    .new-footer-bnr__l li {
      width: 48%; }
    .new-footer-bnr__s li {
      width: 31%; }
  /*------- old update -----------*/
  .wrap {
    padding-top: 56px; } }

/*===================================
	page
===================================*/
/* page top */
/*-------- top-main ---------------*/
.top-main {
  width: 100%;
  height: 390px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 30px; }
  .top-main__slider-item {
    width: 680px;
    height: 390px;
    background: #ccc;
    border-radius: 5px;
    margin: 0 10px;
    text-align: center; }
    .top-main__slider-item a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
    .top-main__slider-item__body {
      position: absolute;
      bottom: 0;
      background: rgba(155, 155, 155, 0.9);
      width: 100%;
      border-radius: 0 0 5px 5px;
      color: white;
      overflow: hidden;
      box-sizing: border-box;
      padding: 15px 40px;
      opacity: 0.9; }
    .top-main__slider-item__title {
      float: left;
      font-size: 22px;
      font-weight: bold;
      width: 30%;
      text-align: left;
      line-height: 1.2; }
    .top-main__slider-item__txt {
      float: right;
      text-align: left;
      width: 70%;
      line-height: 1.4; }

.slick-prev, .slick-next {
  z-index: 1;
  background: white !important;
  border-radius: 50%;
  border: 1px solid #c9c9c9 !important;
  width: 38px !important;
  height: 38px !important; }
  .slick-prev:before, .slick-next:before {
    font-family: initial !important;
    color: #cccccc !important;
    font-weight: bold; }
  .slick-prev:hover, .slick-next:hover {
    border-color: #9b4633 !important; }
    .slick-prev:hover:before, .slick-next:hover:before {
      color: #9b4633 !important; }

.slick-prev {
  left: 50% !important;
  margin-left: -370px; }

.slick-next {
  right: 50% !important;
  margin-right: -370px; }

/*-------- top-counter ---------------*/
.top-counter {
  margin-bottom: 30px; }
  .top-counter ul {
    background: #f6f5f0;
    text-align: center;
    padding: 10px 0; }
    .top-counter ul li {
      display: inline;
      font-size: 18px;
      font-weight: bold;
      margin: 0 25px; }
      .top-counter ul li em {
        font-size: 22px; }

/*-------- top-contents-nav ---------------*/
.top-contents-nav {
  margin-bottom: 34px; }
  .top-contents-nav__items {
    overflow: hidden; }
  .top-contents-nav__item {
    float: left;
    border-radius: 5px;
    color: white; }
    .top-contents-nav__item .nav-default {
      width: 100%;
      height: 100%;
      position: relative;
      cursor: pointer; }
      .top-contents-nav__item .nav-default__txt {
        position: absolute;
        font-size: 24px;
        text-align: center;
        width: 100%;
        transition: all 0.6s ease; }
        .top-contents-nav__item .nav-default__txt em {
          font-size: 40px; }
      .top-contents-nav__item .nav-default .icons {
        position: absolute;
        transition: all 0.6s ease; }
      .top-contents-nav__item .nav-default__list {
        position: absolute;
        transition: all 0.6s ease;
        visibility: hidden;
        opacity: 0;
        font-size: 16px; }
        .top-contents-nav__item .nav-default__list a {
          color: white;
          text-decoration: none;
          display: block;
          padding: 5px; }
          .top-contents-nav__item .nav-default__list a:hover {
            opacity: 0.3; }
    .top-contents-nav__item.nav-hover .nav-default__list {
      visibility: visible;
      opacity: 1; }
    .top-contents-nav__item.nav-read {
      background: #1b8264;
      width: 541px;
      height: 432px;
      margin-right: 10px;
      box-sizing: border-box; }
      .top-contents-nav__item.nav-read .nav-default__txt {
        top: 56px;
        left: 0; }
      .top-contents-nav__item.nav-read .icons {
        font-size: 180px;
        top: 180px;
        left: 50%;
        margin-left: -73px; }
      .top-contents-nav__item.nav-read .nav-default__list {
        top: 200px;
        left: 120px; }
      .top-contents-nav__item.nav-read.nav-hover .icons {
        font-size: 70px;
        top: 38px;
        margin-left: -160px; }
      .top-contents-nav__item.nav-read.nav-hover .nav-default__txt {
        top: 30px;
        left: 20px; }
      .top-contents-nav__item.nav-read.nav-hover .nav-default__list {
        top: 170px; }
    .top-contents-nav__item.nav-search {
      background: #f2534f;
      width: 653px;
      height: 200px;
      margin-bottom: 10px; }
      .top-contents-nav__item.nav-search .nav-default__txt {
        width: 430px;
        top: 50px;
        left: 0; }
      .top-contents-nav__item.nav-search .icons {
        font-size: 140px;
        top: 30px;
        right: 85px; }
      .top-contents-nav__item.nav-search .nav-default__list {
        top: 130px;
        left: 130px;
        width: 370px;
        overflow: hidden; }
        .top-contents-nav__item.nav-search .nav-default__list li {
          float: left;
          width: 50%; }
      .top-contents-nav__item.nav-search.nav-hover .icons {
        font-size: 50px;
        top: 30px;
        right: 490px; }
      .top-contents-nav__item.nav-search.nav-hover .nav-default__txt {
        top: 36px;
        left: 180px;
        font-size: 24px;
        text-align: left; }
        .top-contents-nav__item.nav-search.nav-hover .nav-default__txt em {
          font-size: 24px; }
        .top-contents-nav__item.nav-search.nav-hover .nav-default__txt br {
          display: none; }
      .top-contents-nav__item.nav-search.nav-hover .nav-default__list {
        top: 110px; }
    .top-contents-nav__item.nav-consult {
      background: #00a0e9;
      width: 322px;
      height: 222px;
      margin-right: 10px; }
      .top-contents-nav__item.nav-consult .nav-default__txt {
        text-align: left;
        top: 40px;
        left: 20px;
        font-size: 20px;
        width: 155px; }
        .top-contents-nav__item.nav-consult .nav-default__txt em {
          font-size: 38px; }
      .top-contents-nav__item.nav-consult .icons {
        font-size: 97px;
        bottom: 30px;
        right: 20px; }
      .top-contents-nav__item.nav-consult .nav-default__list {
        top: 110px;
        left: 70px;
        font-size: 15px; }
        .top-contents-nav__item.nav-consult .nav-default__list a {
          padding: 3px 5px; }
      .top-contents-nav__item.nav-consult.nav-hover .nav-default__txt {
        top: 25px;
        left: 115px;
        line-height: 1.4; }
        .top-contents-nav__item.nav-consult.nav-hover .nav-default__txt em {
          font-size: 20px; }
        .top-contents-nav__item.nav-consult.nav-hover .nav-default__txt br {
          display: none; }
      .top-contents-nav__item.nav-consult.nav-hover .icons {
        font-size: 40px;
        bottom: 150px;
        right: 220px; }
      .top-contents-nav__item.nav-consult.nav-hover .nav-default__list {
        top: 90px; }
    .top-contents-nav__item.nav-learn {
      background: #ffc828;
      width: 322px;
      height: 222px; }
      .top-contents-nav__item.nav-learn .nav-default__txt {
        text-align: left;
        top: 40px;
        left: 20px;
        font-size: 20px;
        width: 155px; }
        .top-contents-nav__item.nav-learn .nav-default__txt em {
          font-size: 38px; }
      .top-contents-nav__item.nav-learn .icons {
        font-size: 97px;
        bottom: 30px;
        right: 20px; }
      .top-contents-nav__item.nav-learn .nav-default__list {
        top: 120px;
        left: 70px;
        font-size: 15px; }
        .top-contents-nav__item.nav-learn .nav-default__list a {
          padding: 3px 5px; }
      .top-contents-nav__item.nav-learn.nav-hover .nav-default__txt {
        top: 25px;
        left: 115px;
        line-height: 1.4; }
        .top-contents-nav__item.nav-learn.nav-hover .nav-default__txt em {
          font-size: 20px; }
        .top-contents-nav__item.nav-learn.nav-hover .nav-default__txt br {
          display: none; }
      .top-contents-nav__item.nav-learn.nav-hover .icons {
        font-size: 40px;
        bottom: 150px;
        right: 220px; }
      .top-contents-nav__item.nav-learn.nav-hover .nav-default__list {
        top: 100px; }

/*-------- top-contents-tab---------------*/
.top-contents-tab {
  width: 100%;
  background: #f6f5f0;
  padding: 50px 0; }
  .top-contents-tab__nav {
    margin-top: 30px;
    margin-bottom: 38px; }
    .top-contents-tab__nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      /* Safari */
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      margin-left: -5px; }
      .top-contents-tab__nav ul li {
        width: 188px;
        margin-left: 5px; }
        .top-contents-tab__nav ul li a {
          width: 100%;
          display: block;
          padding: 20px 0;
          text-decoration: none;
          color: #000;
          box-sizing: border-box;
          background: white;
          text-align: center;
          font-size: 13px; }
          .top-contents-tab__nav ul li a.active {
            background: #9b4633;
            color: white; }
  .top-contents-tab__items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: row;
    /* Safari */
    -moz-justify-content: row;
    -ms-justify-content: row;
    justify-content: row;
    display: none; }
    .top-contents-tab__items.tab-active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: row;
      /* Safari */
      -moz-justify-content: row;
      -ms-justify-content: row;
      justify-content: row; }
  .top-contents-tab__item {
    width: 285px;
    background: white;
    text-decoration: none;
    margin-bottom: 12px;
    margin-left: 12px; }
    .top-contents-tab__item:nth-child(n+9) {
      display: none; }
    .top-contents-tab__item .item-img {
      width: 100%;
      height: 200px; }
      .top-contents-tab__item .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: bottom; }
    .top-contents-tab__item .item-body {
      padding: 20px;
      position: relative;
      min-height: 150px;
      box-sizing: border-box; }
    .top-contents-tab__item .item-category {
      font-size: 12px;
      margin-bottom: 10px;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .top-contents-tab__item .item-title {
      font-size: 14px;
      line-height: 1.4;
      max-height: 4em;
      overflow: hidden; }
    .top-contents-tab__item .item-date {
      font-size: 11px;
      color: #999;
      position: absolute;
      bottom: 18px; }

/*-------- top-column---------------*/
.top-column {
  padding: 67px 0; }
  .top-column .new-contents__inner {
    overflow: inherit;
    *zoom: 1; }
    .top-column .new-contents__inner:after {
      content: "";
      display: table;
      clear: both; }
  .top-column__main {
    float: left;
    width: 900px; }
  .top-column__aside {
    float: right;
    width: 260px; }
    .top-column__aside .bnr-block {
      margin-bottom: 30px; }

/*-------- top-country---------------*/
.top-country {
  margin-bottom: 70px; }
  .top-country__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    /* Safari */
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around; }
    .top-country__list li {
      text-align: center;
      font-size: 11px;
      width: 106px; }
      .top-country__list li a {
        display: block;
        text-decoration: none;
        padding: 10px 18px; }
        .top-country__list li a:hover {
          background: #f6f5f0;
          opacity: 1; }

/*-------- top-company---------------*/
.top-company-recommend {
  margin-top: 40px; }
  .top-company-recommend__items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: row;
    /* Safari */
    -moz-justify-content: row;
    -ms-justify-content: row;
    justify-content: row;
    margin-top: 30px;
    margin-left: -3%; }
  .top-company-recommend__item {
    width: 28%;
    margin-left: 5%;
    margin-bottom: 3%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #000 !important; }
    .top-company-recommend__item .item-img {
      text-align: center;
      width: 268px;
      height: 257px;
      display: table-cell;
      vertical-align: middle; }
      .top-company-recommend__item .item-img img {
        vertical-align: bottom; }
    .top-company-recommend__item .item-osusume {
      position: absolute;
      top: 10px;
      left: -5px; }
    .top-company-recommend__item .item-body {
      padding: 10px;
      border-top: 1px solid #ccc; }
    .top-company-recommend__item .item-title {
      font-size: 14px;
      font-weight: bold;
      color: #000; }
    .top-company-recommend__item .item-country {
      margin-top: 10px; }
      .top-company-recommend__item .item-country dt {
        background: #9b4633;
        color: white;
        padding: 2px 5px;
        margin-bottom: 5px;
        font-size: 10px;
        display: inline-block; }
      .top-company-recommend__item .item-country dd {
        font-size: 11px; }

/* top-search-box */
.top-search-box {
  margin-top: 40px;
  background: #f6f5f0;
  padding: 30px;
  border-radius: 5px; }
  .top-search-box dl {
    overflow: hidden; }
  .top-search-box dt {
    float: left;
    clear: both;
    width: 320px;
    font-size: 18px;
    margin-top: 15px;
    padding: 5px 0 0 30px;
    box-sizing: border-box;
    font-weight: bold; }
    .top-search-box dt i {
      margin-right: 10px;
      font-size: 28px;
      position: relative;
      top: 3px; }
  .top-search-box dd {
    float: left;
    width: 370px;
    margin-top: 15px; }
  .top-search-box .btn-section {
    margin: 30px 0 0; }
  .top-search-box .btn-type {
    font-size: 20px;
    padding: 15px 0;
    font-weight: normal;
    width: 300px; }

/*-------- for mobile---------------*/
@media screen and (max-width: 499px) {
  /*-------- top-main ---------------*/
  .top-main {
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    padding-top: 56px; }
    .top-main__slider-item {
      width: 300px;
      height: auto; }
      .top-main__slider-item__body {
        padding: 10px; }
      .top-main__slider-item__title {
        font-size: 12px;
        width: 20%; }
      .top-main__slider-item__txt {
        font-size: 10px;
        width: 78%; }
        .top-main__slider-item__txt br {
          display: none; }
  .slick-prev {
    left: 0 !important;
    margin-left: 0; }
  .slick-next {
    right: 0 !important;
    margin-right: 0; }
  /*-------- top-counter ---------------*/
  .top-counter {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px; }
    .top-counter ul li {
      font-size: 11px;
      margin: 0 3px; }
      .top-counter ul li em {
        font-size: 11px; }
  /*-------- top-contents-nav ---------------*/
  .top-contents-nav {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; }
    .top-contents-nav__items {
      position: relative;
      width: 100%;
      height: 26vh; }
    .top-contents-nav__item {
      width: 48% !important;
      height: 80px !important;
      position: absolute;
      transition: all 0.4s ease; }
      .top-contents-nav__item .nav-default__txt {
        top: 20px !important;
        right: inherit !important;
        bottom: inherit !important;
        left: 0 !important;
        width: 70% !important;
        font-size: 10px !important;
        text-align: center !important; }
        .top-contents-nav__item .nav-default__txt em {
          font-size: 18px !important; }
      .top-contents-nav__item .nav-default .icons {
        font-size: 40px !important;
        top: 20px !important;
        right: 20px !important;
        bottom: inherit !important;
        left: inherit !important;
        margin-left: 0 !important; }
      .top-contents-nav__item .nav-default__list {
        top: 20px !important;
        left: 150px !important;
        right: inherit !important;
        bottom: inherit !important;
        font-size: 10px; }
        .top-contents-nav__item .nav-default__list li a {
          padding: 2px !important; }
      .top-contents-nav__item.nav-hover {
        width: 100% !important;
        height: 46vw !important;
        z-index: 10; }
        .top-contents-nav__item.nav-hover .nav-default__txt {
          width: 47% !important; }
        .top-contents-nav__item.nav-hover .icons {
          top: 70px !important;
          right: 72% !important; }
      .top-contents-nav__item.nav-read {
        top: 0;
        left: 0; }
      .top-contents-nav__item.nav-search {
        top: 0;
        right: 0; }
        .top-contents-nav__item.nav-search .icons {
          right: 12px !important; }
        .top-contents-nav__item.nav-search .nav-default__txt br {
          display: inherit !important; }
        .top-contents-nav__item.nav-search .nav-default__list li {
          float: none;
          width: 100%; }
        .top-contents-nav__item.nav-search.nav-hover .icons {
          right: 72% !important; }
      .top-contents-nav__item.nav-consult {
        bottom: 0;
        left: 0; }
        .top-contents-nav__item.nav-consult .nav-default__list {
          font-size: 10px !important; }
        .top-contents-nav__item.nav-consult.nav-hover .nav-default__txt br {
          display: inherit !important; }
          .top-contents-nav__item.nav-consult.nav-hover .nav-default__txt br.sp-hide {
            display: none !important; }
      .top-contents-nav__item.nav-learn {
        bottom: 0;
        right: 0; }
        .top-contents-nav__item.nav-learn .nav-default__list {
          font-size: 10px !important; }
        .top-contents-nav__item.nav-learn.nav-hover .nav-default__txt br {
          display: inherit !important; }
          .top-contents-nav__item.nav-learn.nav-hover .nav-default__txt br.sp-hide {
            display: none !important; }
  /*-------- top-contents-tab---------------*/
  .top-contents-tab {
    padding: 20px 0; }
    .top-contents-tab__nav {
      margin: 15px 0;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      .top-contents-tab__nav ul {
        width: 720px;
        height: 100%;
        margin-left: -10px; }
        .top-contents-tab__nav ul li {
          width: auto;
          height: 100%;
          margin-left: 10px; }
          .top-contents-tab__nav ul li a {
            padding: 15px;
            font-size: 11px; }
    .top-contents-tab__items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      display: none; }
      .top-contents-tab__items.tab-active {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari */
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        /* Safari */
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
    .top-contents-tab__item {
      width: 48%;
      margin-left: 0; }
      .top-contents-tab__item .item-img {
        height: 50%; }
      .top-contents-tab__item .item-body {
        padding: 10px;
        min-height: 120px; }
        .top-contents-tab__item .item-body .btn-section {
          margin: 10px 0; }
      .top-contents-tab__item .item-category {
        font-size: 10px;
        margin-bottom: 5px; }
      .top-contents-tab__item .item-title {
        overflow: hidden;
        height: 3.8em;
        font-size: 12px; }
      .top-contents-tab__item .item-date {
        bottom: 10px; }
  /*-------- top-column---------------*/
  .top-column {
    padding: 20px 0; }
    .top-column__main {
      float: none;
      width: 100%; }
    .top-column__aside {
      float: none;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .top-column__aside .bnr-block {
        width: 48%;
        margin-bottom: 10px; }
        .top-column__aside .bnr-block a {
          display: block;
          width: 100%; }
          .top-column__aside .bnr-block a img {
            width: 100%;
            height: auto; }
  /*-------- top-country---------------*/
  .top-country {
    margin-bottom: 30px; }
    .top-country__list {
      margin-top: 10px; }
      .top-country__list li {
        width: 86px; }
        .top-country__list li a {
          padding: 10px; }
  /*-------- top-company---------------*/
  .top-company-recommend__items {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .top-company-recommend__item {
    width: 100%;
    margin-left: 0;
    display: table; }
    .top-company-recommend__item .item-osusume {
      top: -5px; }
    .top-company-recommend__item .item-img {
      display: table-cell;
      vertical-align: middle;
      width: 30%;
      height: auto; }
    .top-company-recommend__item .item-body {
      display: table-cell;
      width: 68%;
      box-sizing: border-box;
      border-top: none; }
    .top-company-recommend__item .item-country {
      line-height: 1.2; }
  /* top-search-box */
  .top-search-box {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 15px 15px; }
    .top-search-box dl dt {
      float: none;
      width: 100%;
      padding-left: 0;
      padding-top: 0;
      margin-top: 10px;
      font-size: 18px; }
    .top-search-box dl dd {
      float: none;
      width: 100%;
      margin-top: 10px; }
    .top-search-box .btn-section {
      margin-top: 15px; }
    .top-search-box .btn-type {
      font-size: 16px;
      padding: 15px 0;
      font-weight: normal;
      width: 100%; } }
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 100px;
    position: absolute;
        overflow: hidden;

}

.loopSlider {
    margin: 0 auto;
    height:100px;
    margin-bottom:10px;
    margin-top:10px;
    text-align: left;
    position: relative;
        overflow: hidden;
        /*float:left;
        position: relative;
        /*width:90.4%;*/

}

.loopSlider ul {
    height: 100px;
    float: left;
        overflow: hidden;

}

.loopSlider ul li {
    width: 100px;
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/.looptop{
  height:65px;
  width:auto;
}
.loop-title{
  position:absolute;
  padding:20px;
  font-size:12px;
  font-weight:bold;
}
