@charset "UTF-8";
/*把變數帶入mixin中，此mixin只就單純把media queries寫到我的mixin中，
並且使用我上面設立的變數來調動media queries的width*/
.success-content, .content-space {
  padding-right: 35px; }
  @media screen and (max-width: 1120px) {
    .success-content, .content-space {
      padding-right: 25px; } }
  @media screen and (max-width: 991px) {
    .success-content, .content-space {
      padding-right: 0px; } }

/*-----------------------------------------------------------------------------
[TABLE OF CONTENTS]
    +common
    +section
        +ebuKvBox
        +menuBox
        +ebuConBox
        +ebuConBoxBd content
        +ebuConBoxBd feature
        +ebuConBoxBd preferential
        +ebuConBoxBd successCase
        +ebuConBoxBd faq
        +ebuConBoxBd joinForm
        +ebuConBoxBd video
        +o2oWrapperBox
    +jquery plugin
        +Slider
        +selectBoxIt
        +mCustomScrollbar
    +media
        + max-width : 1200px
        + max-width : 1000px
        + max-width : 767px
-----------------------------------------------------------------------------*/
/**
*
* common
*
**/
html, body {
  overflow-x: hidden; }

header .memberbar .EBUlogin {
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: 13px;
  background: #e4e4e4; }

header .memberbar .EBUlogin a {
  color: #333;
  font-weight: bold;
  top: auto;
  line-height: 30px;
  padding: 0 20px 0 20px;
  border-right: 0; }
  header .memberbar .EBUlogin a:hover {
    color: #ed0f00;
    background-color: #cfcfcf; }

header .navbar .toolsComplex a.mailComplex {
  background: url(../images/icon/icon_mail.gif) no-repeat center top; }

header .navbar .toolsComplex a:hover.mailComplex {
  background: url(../images/icon/icon_mailHover.gif) no-repeat center top; }

header .navbar .toolsComplex a.mailComplex,
header .navbar .toolsComplex a:hover.mailComplex {
  background-size: 36px auto; }

@media only screen and (max-width: 1020px) {
  header .navbar .toolsComplex a.mailComplex,
  header .navbar .toolsComplex a:hover.mailComplex {
    background-size: 28px auto; } }
@media only screen and (max-width: 980px) {
  header .navbar .toolsComplex a.msgComplex,
  header .navbar .toolsComplex a.qaComplex {
    display: inline-block; }

  header .navbar .toolsComplex {
    top: 10px; } }
@media only screen and (max-width: 1120px) {
  header .memberbar .EBUlogin {
    display: none; }

  header .navbar .navMobile a.FETnetComplex,
  header .navbar .navMobile a.msgComplex,
  header .navbar .navMobile a.qaComplex,
  header .navbar .navMobile a.retail {
    display: block; }

  header .navbar .navMobile a.mailComplex {
    float: left;
    width: 47px;
    height: 42px;
    font-size: 0;
    background: url(../images/mobile/btn_mail.jpg) no-repeat;
    background-size: 47px auto; }

  footer .mobileHdBox {
    margin: 0 -20px -20px -20px; } }
/**
*
* menuMobile 
*
**/
.menuMobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -250px;
  float: right;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1; }

.menuMobile.on {
  right: 0; }

.menuMobile .menubox {
  padding: 42px 0 0 0;
  width: 250px;
  height: 100%;
  background: #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3; }

.menuMobile .menubd {
  border-top: 1px #d8d8d8 solid; }

.menuMobile .menubd > ul {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 0; }

.menuMobile .menubd ul:nth-child(1) {
  background: #fff;
  padding: 0 0 0 15px; }

.menuMobile .menubd ul:nth-child(2) {
  background: #fff;
  border-top: 1px #efefef solid; }

.menuMobile .menubd ul > li {
  padding: 12px 0; }

.menuMobile .menubd > ul > li {
  border-top: 1px #efefef solid; }

.menuMobile .menubd ul li,
.menuMobile .menubd ul li a {
  display: block;
  color: #333;
  font: 15px/22px Helvetica, sans-serif; }

.menuMobile .menubd ul:nth-child(1) li,
.menuMobile .menubd ul:nth-child(1) li a {
  font-weight: bold; }

.menuMobile .menubd ul li a:hover {
  color: #333; }

.menuMobile .menubd ul li a b {
  color: #e71a0f;
  font-weight: normal; }

.menuMobile .menubd ul.subicon2 li {
  background-size: 30px auto; }

.menuMobile .menubd ul li.noArrow {
  background: none; }

.menuMobile .menubd ul > li:nth-child(1) {
  border-top: 0; }

.menuMobile .menubd ul.submenu2 {
  display: none; }

.menuMobile .menubd ul.submenu2 > li {
  padding: 12px 0 12px 35px;
  position: relative; }

.menuMobile .menubd ul.submenu2 li > a {
  font: 14px/22px Helvetica, sans-serif;
  color: #666;
  width: 190px;
  height: 22px;
  overflow: hidden; }

ul.submenu2 > li > a::before {
  content: "";
  position: absolute;
  display: block;
  left: 25px;
  top: 21px;
  height: 5px;
  width: 5px;
  background-color: #888; }

ul.submenu2 > li {
  background-color: #e5e5e5 !important; }

.pink-bg {
  position: relative;
  display: block;
  z-index: 1;
  padding-left: 12px; }

.pink-bg::after {
  content: "";
  background: #fef1f0;
  position: absolute;
  top: -9px;
  left: -11px;
  width: 242px;
  height: 40px;
  z-index: -1; }

.pink-bg::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent #ed1000; }

ul.submenu3 {
  display: none;
  margin-left: -35px;
  margin-bottom: -12px;
  margin-top: 12px; }

ul.submenu3 > li {
  padding-left: 35px !important;
  background-color: #efefef;
  border-top: #cfcfcf solid 1px; }

.subicon2 > li,
.submenu3 > li {
  position: relative; }

.subicon2 > li > a,
.submenu3 > li > a {
  display: inline-block;
  width: calc(100% - 40px);
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis; }

.subicon2 > li::after,
.submenu2 > li.js-slide-down::after,
.subicon2 > li::before,
.submenu2 > li.js-slide-down::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 22px;
  width: 15px;
  height: 2px;
  background-color: #dedede; }

.subicon2 > li::after,
.submenu2 > li::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: background-color .1s ease-in, -webkit-transform ease-in .2s;
  transition: background-color .1s ease-in, -webkit-transform ease-in .2s;
  transition: transform ease-in .2s, background-color .1s ease-in;
  transition: transform ease-in .2s, background-color .1s ease-in, -webkit-transform ease-in .2s; }

.subicon2 > li.active::after,
.subicon2 > li.active::before {
  background-color: #ec0f00; }

.subicon2 > li.active::after,
.submenu2 > li.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* 手機版－無子選單 */
.menuMobile .menubox .menubd.no-subNav .subicon2 > li::after,
.menuMobile .menubox .menubd.no-subNav .subicon2 > li::before {
  display: none; }

.memberbar {
  position: relative;
  z-index: 2; }

.menuMobile .menubox {
  padding-top: 66px; }

@media screen and (max-width: 480px) {
  .navbar {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

  .menuMobile .menubox {
    padding-top: 71px; } }
/* openSub */
.menuMobile .menubd.openSub {
  /* border-top: 1px #b5b5b5 solid; */ }

.menuMobile .menubd.openSub ul:nth-child(1) {
  /* background: #d4d2d2; */ }

.menuMobile .menubd.openSub ul:nth-child(1) a {
  color: #ec0f00; }

/* join */
.menuMobile .menubd.join ul {
  background: #f9736f; }

.menuMobile .menubd.join ul li a,
.menuMobile .menubd.join ul li a:hover {
  color: #fff; }

.menuMobile .menuft {
  padding: 10px 10px 15px 10px;
  background: #ececec;
  border-top: 1px #dfdede solid; }

.menuMobile .menuft .icon,
.menuMobile .menuft .box {
  display: table-cell;
  vertical-align: middle; }

.menuMobile .menuft .icon {
  max-width: 40px;
  padding-right: 15px;
  padding-left: 10px; }

.menuMobile .menuft .icon img {
  width: 100%; }

.menuMobile .menuft .box {
  color: #7a7a7a; }

.menuMobile .menuft .box .hd {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 3px; }

.menuMobile .menuft .box .bd {
  font-size: 11px;
  line-height: 16px; }

.menuMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  /* z-index: 2; */ }

/* section
*----------------------------------------------------------------------------*/
section.ebuEvent {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

/**
*
* crumbBox
*
**/
article.crumbBox {
  min-height: 33px;
  line-height: 33px;
  text-align: right; }

article.crumbBox .mainBox {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1280px) {
    article.crumbBox .mainBox {
      padding-right: 10px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  article.crumbBox .mainBox {
    padding-right: 24px; } }
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  article.crumbBox .mainBox {
    padding-right: 28px; } }
article.crumbBox .mainBox a,
article.crumbBox .mainBox h1.mainHead {
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-weight: normal; }

article.crumbBox .mainBox h1.mainHead {
  color: #ed0f00; }

/**
*
* EBUkvBox
*
**/
article.EBUkvBox {
  position: relative;
  height: 28vw;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 991px) {
    article.EBUkvBox {
      height: 360px; } }
  @media screen and (max-width: 1120px) {
    article.EBUkvBox {
      height: auto;
      max-height: 28vw; } }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    article.EBUkvBox {
      width: 150%;
      margin: 0 0 0 -20%;
      height: auto;
      max-height: auto; } }
  @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
    article.EBUkvBox {
      width: 130%;
      margin: 0 0 0 -10%;
      height: auto;
      max-height: auto; } }

article.EBUkvBox .slickLi div {
  width: 100%;
  padding-bottom: 28%;
  background-size: cover;
  background-position: center; }

.slick-links {
  display: block;
  background-color: #d5d5d5; }

article.EBUkvBox img {
  width: 100%; }
  @media screen and (min-width: 991px) {
    article.EBUkvBox img {
      position: absolute;
      left: 50%;
      width: auto;
      height: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    article.EBUkvBox img {
      height: 80%; } }

@media screen and (min-width: 991px) {
  .EBUkvBox .slick-links {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden; } }

@media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
  .EBUkvBox .slick-dots {
    bottom: 12px; } }
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .EBUkvBox .slick-dots {
    left: 46%; } }
@media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
  .EBUkvBox .slick-dots {
    left: 45.5%; } }

@media screen and (max-width: 480px) {
  article.EBUkvBox {
    max-height: 50vw; }

  article.EBUkvBox .slickLi div {
    padding-bottom: 50%; } }
/**
*
* menuBox
*
**/
.menuBox {
  position: relative;
  padding: 0 20px;
  display: none; }

.menuBox .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 44px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }

.menuBox .mainMenu {
  width: 100%;
  height: 56px;
  overflow: auto; }

.menuBox .mainMenu.hidden {
  display: none; }

.menuBox .buttonLeft {
  left: 0;
  background-image: url(../images/EBU/bg_scrollbarPrev.png); }

.menuBox .buttonRight {
  right: 0;
  background-image: url(../images/EBU/bg_scrollbarNext.png); }

.menuBox .buttonLeft,
.menuBox .buttonRight {
  display: none;
  position: absolute;
  width: 24px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-repeat: repeat-y;
  background-size: 24px 44px;
  z-index: 9; }

.menuBox .buttonLeft .bgArrow {
  left: 0; }

.menuBox .buttonRight .bgArrow {
  right: 0; }

.menuBox .buttonLeft .bgArrow,
.menuBox .buttonRight .bgArrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 44px; }

.menuBox .buttonLeft img,
.menuBox .buttonRight img {
  position: relative;
  max-width: 14px;
  vertical-align: middle;
  z-index: 1; }

.menuBox > div {
  text-align: center; }

.menuBox .slickLi {
  position: relative;
  display: inline-block;
  margin: 0 -2px; }

.menuBox .slickLi a {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 18px;
  line-height: 44px;
  color: #333; }

.menuBox .mainMenu .slickUl {
  margin: 0 auto;
  padding: 0 0 10px 0; }

.menuBox .mainMenu .slickLi a {
  color: #333; }

.menuBox .mainMenu .slickLi.active a {
  color: #fff;
  background-color: #ed0f00; }

.menuBox .mainMenu .slickLi a span {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -7px;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #ed0f00 transparent transparent transparent;
  display: none; }

.menuBox .mainMenu .slickLi.active a span {
  display: block; }

.tabsEBU .subMenu {
  margin: 20px 0 50px 0;
  text-align: center; }

.tabsEBU .subMenu.off {
  margin: 0 0 50px 0; }

.tabsEBU .subMenu li {
  margin: 0 0 15px 0;
  position: relative;
  display: inline-block;
  margin: 0 -2px; }

.tabsEBU .subMenu li a {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 18px;
  line-height: 22px;
  color: #666; }

.tabsEBU .subMenu li a:after {
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  content: "";
  width: 1px;
  background-color: #8f8f8f; }

.tabsEBU .subMenu li:last-child a:after {
  display: none; }

.tabsEBU .subMenu li.ui-tabs-active a {
  color: #f9736f; }

/**
*
* ebuConBox
*
**/
article.ebuConBox .main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
  min-height: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article.ebuConBox .main .ebuConBoxHd .h3 {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 24px;
  color: #333; }

article.ebuConBox .main .ebuConBoxHd > .h3:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -21px;
  width: 42px;
  height: 2px;
  content: "";
  background-color: #ec0f00; }

article.ebuConBox .main .ebuConBoxHd .text {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  color: #333; }

article.ebuConBox .main .ebuConBoxHd .successTitle {
  position: relative;
  text-align: right;
  margin: 0 0 25px 0;
  padding: 0 0 5px 0;
  background: url(../images/EBU/hr.gif) repeat-x bottom; }

article.ebuConBox .main .ebuConBoxHd .successTitle .h3 {
  position: absolute;
  right: 0;
  bottom: -65px;
  font-size: 50px;
  line-height: 50px;
  color: #dbdbdb;
  padding: 0 0 0 35px;
  background: url(../images/EBU/bg_successTitle.png) no-repeat left 80%;
  background-size: 30px auto; }

article.ebuConBox .main .ebuConBoxHd .successTitle a {
  color: #ed0f00; }

/* 
article.ebuConBox .main .ebuConBoxHd .intro .photoBox,
article.ebuConBox .main .ebuConBoxHd .intro .text {
    display: table-cell;
    vertical-align: bottom;
} */
article.ebuConBox .main .ebuConBoxHd .intro {
  position: relative; }

article.ebuConBox .main .ebuConBoxHd .intro .photoBox {
  padding: 0 30px 0 0; }

article.ebuConBox .main .ebuConBoxHd .intro .text {
  position: absolute;
  bottom: 0;
  left: 430px;
  right: 0;
  padding: 0 0 15px 0;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  background: url(../images/EBU/hr.gif) repeat-x bottom; }

article.ebuConBox .main .ebuConBoxHd .intro .text span {
  display: block; }

article.ebuConBox .main .ebuConBoxBd {
  margin: 40px 0 0 0; }

article.ebuConBox .main .ebuConBoxFt .loadMore a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #333;
  height: 34px;
  line-height: 34px;
  background-color: #e4e4e4;
  -webkit-box-shadow: inset 0px 0px 0px 0px #dedede;
          box-shadow: inset 0px 0px 0px 0px #dedede;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

article.ebuConBox .main .ebuConBoxFt .loadMore a img {
  max-width: 16px;
  vertical-align: middle; }

article.ebuConBox .main .ebuConBoxFt .loadMore a img.arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

article.ebuConBox .main .ebuConBoxFt .loadMore a:hover {
  -webkit-box-shadow: inset 0px 0px 200px 0px #dedede;
          box-shadow: inset 0px 0px 200px 0px #dedede; }

article.ebuConBox .main .ebuConBoxFt .pageList {
  margin: 20px 0 20px 0;
  text-align: center; }

article.ebuConBox .main .ebuConBoxFt .pageList a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  height: 30px;
  line-height: 30px; }

article.ebuConBox .main .ebuConBoxFt .pageList a.first,
article.ebuConBox .main .ebuConBoxFt .pageList a.prev,
article.ebuConBox .main .ebuConBoxFt .pageList a.next,
article.ebuConBox .main .ebuConBoxFt .pageList a.last {
  padding: 0 5px; }

article.ebuConBox .main .ebuConBoxFt .pageList a.page {
  position: relative;
  padding: 0 16px 0 10px; }

article.ebuConBox .main .ebuConBoxFt .pageList a.page:after {
  position: absolute;
  right: 2px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  content: "";
  background-color: #b5b5b5; }

article.ebuConBox .main .ebuConBoxFt .pageList a.active {
  color: #ed0f00; }

article.ebuConBox .main .ebuConBoxFt .pageList a img {
  max-width: 16px; }

article.ebuConBox .main .ebuConBoxFt .pageBtn {
  margin: 30px 0;
  text-align: center; }

article.ebuConBox .main .ebuConBoxFt .pageBtn a {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 20px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background-color: #999;
  -webkit-box-shadow: inset 0px 0px 0px 0px #bbbbbb;
          box-shadow: inset 0px 0px 0px 0px #bbbbbb;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

article.ebuConBox .main .ebuConBoxFt .pageBtn a:hover {
  -webkit-box-shadow: inset 0px 0px 200px 0px #bbbbbb;
          box-shadow: inset 0px 0px 200px 0px #bbbbbb; }

/**
*
* o2oWrapperBox
*
**/
.EBUPromotionsBox {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.EBUPromotionsBox .slick-list {
  padding-bottom: 5px; }

.EBUPromotionsBox .h2 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  padding: 35px 0 28px;
  text-align: center;
  color: #333; }
  @media screen and (max-width: 480px) {
    .EBUPromotionsBox .h2 {
      font-size: 18px;
      line-height: 24px; } }
  .EBUPromotionsBox .h2 a.info-more {
    position: absolute;
    right: 14px;
    top: 32px;
    bottom: 22px;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #f9736f;
    border-left: 1px solid rgba(249, 115, 111, 0.2);
    background-color: transparent;
    -webkit-transition: background-color .5s;
    transition: background-color .5s; }
    .EBUPromotionsBox .h2 a.info-more:before {
      top: 17px; }
    .EBUPromotionsBox .h2 a.info-more:hover {
      background-color: #f9736f;
      color: white; }
    @media screen and (max-width: 480px) {
      .EBUPromotionsBox .h2 a.info-more {
        right: -2px;
        top: 27px;
        bottom: 21px;
        padding-right: 4px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1;
        border-left: 1px solid rgba(249, 115, 111, 0.2);
        background-color: transparent; }
        .EBUPromotionsBox .h2 a.info-more:before {
          top: 8px; }
        .EBUPromotionsBox .h2 a.info-more:hover {
          background-color: #f9736f;
          color: white; } }

.EBUPromotionsBox .h2 span {
  position: relative; }

.EBUPromotionsBox .h2 span:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 30px;
  height: 2px;
  margin: 0 0 0 -15px;
  content: "";
  background-color: #ed0f00; }

.EBUPromotionsBox .slickUl .slickLi {
  position: relative;
  margin: 0 5px;
  -webkit-box-shadow: 0 2px 3px 1px rgba(150, 150, 150, 0.15);
  box-shadow: 0 2px 3px 1px rgba(150, 150, 150, 0.15);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.EBUPromotionsBox .slickUl .slickLi .photo,
.EBUPromotionsBox .slickUl .slickLi .photo img {
  width: 100%; }

.EBUPromotionsBox .slickUl .slickLi .conBox {
  padding: 18px 14px; }

.EBUPromotionsBox .slickUl .slickLi .title {
  padding-bottom: 5px;
  height: 1.2em;
  overflow: hidden;
  color: #f9736f;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUPromotionsBox .slickUl .slickLi .title {
      font-size: 16px;
      line-height: 22px; } }

.EBUPromotionsBox .slickUl .slickLi .text {
  height: 44px;
  overflow: hidden;
  color: #666;
  font-size: 15px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUPromotionsBox .slickUl .slickLi .text {
      font-size: 13px;
      line-height: 20px; } }

section.EBUmain .EBUPromotionsBox .slick-slider .slick-prev,
section.EBUmain .EBUPromotionsBox .slick-slider .slick-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin: 0;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  text-shadow: none;
  color: transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 1; }

section.EBUmain .EBUPromotionsBox .slick-slider .slick-prev {
  left: 0;
  background: url(../images/EBU/icon_slickPrev.png) no-repeat center;
  background-size: 24px auto; }
  @media screen and (max-width: 991px) {
    section.EBUmain .EBUPromotionsBox .slick-slider .slick-prev {
      left: -10px; } }

section.EBUmain .EBUPromotionsBox .slick-slider .slick-next {
  right: 0;
  background: url(../images/EBU/icon_slickNext.png) no-repeat center;
  background-size: 24px auto; }
  @media screen and (max-width: 991px) {
    section.EBUmain .EBUPromotionsBox .slick-slider .slick-next {
      right: -10px; } }

section.EBUmain .EBUPromotionsBox .slick-slider .slick-prev:hover,
section.EBUmain .EBUPromotionsBox .slick-slider .slick-next:hover {
  background-color: none; }

@media screen and (max-width: 480px) {
  .EBUPromotionsBox {
    padding-left: 0;
    padding-right: 0; }

  .EBUPromotionsBox .slickUl .slickLi {
    margin: 0;
    margin-left: 3px;
    margin-right: 3px; }

  .EBUPromotionsBox .h2 {
    padding: 25px; } }
/**
*
* o2oWrapperBox
*
**/
.o2oWrapperBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 23; }

.o2oWrapperBox .o2oMainBox {
  position: relative;
  margin: auto;
  width: 80%;
  padding-bottom: 50%;
  max-width: 850px;
  border: 36px #fff solid;
  background: #fff;
  opacity: 0;
  border-radius: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 21; }

.o2oWrapperBox.open .o2oMainBox {
  opacity: 1; }

.o2oWrapperBox.open .o2oMainBox a.close {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 28px;
  height: 28px;
  font-size: 0;
  background: url(../images/icon/icon_close.png) no-repeat center;
  background-size: 28px auto; }

.o2oWrapperBox .o2oMainBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

/*-----------------------------------------------------------------------------
Slider jQuery Plugin
-----------------------------------------------------------------------------*/
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /*margin: 0 auto;*/ }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 9; }

.slick-slider .slick-prev {
  background: url(../images/EBU/icon_arrow_top.png) no-repeat center;
  background-size: 60px auto; }

.slick-slider .slick-next {
  background: url(../images/EBU/icon_arrow_bottom.png) no-repeat center;
  background-size: 60px auto; }

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #999; }

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: block;
  list-style: none;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  background-color: #666;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  margin: -1px;
  background-color: #fff;
  border: 1px #666 solid; }

/*-----------------------------------------------------------------------------
selectBoxIt jQuery Plugin
-----------------------------------------------------------------------------*/
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

.selectboxit-container .selectboxit {
  width: auto !important;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  display: block;
  position: relative; }

.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block; }

.selectboxit-container span {
  height: 55px;
  line-height: 55px;
  display: block; }

.selectboxit-container .selectboxit:focus {
  outline: 0; }

.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

.selectboxit-container .selectboxit-options {
  min-width: 100% !important;
  width: 100%;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 99999999999;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none; }

.selectboxit-option {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  height: 30px; }

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

.selectboxit-optgroup-header {
  /*font-weight: bold;*/ }

.selectboxit-optgroup-header:hover {
  cursor: default; }

.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -2px; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.jqueryui .ui-icon {
  background-color: inherit; }

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.selectboxit-btn {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  line-height: normal;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectboxit-list .selectboxit-option-anchor {
  color: #333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #333;
  background-color: #dddddd;
  text-decoration: none; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999; }

/*-----------------------------------------------------------------------------
mCustomScrollbar jQuery Plugin
-----------------------------------------------------------------------------*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  display: none; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 0;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: none !important; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  opacity: 0.6;
  filter: "alpha(opacity=60)";
  -ms-filter: "alpha(opacity=60)"; }

.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/**
*
* Desktops
*
**/
@media only screen and (max-width: 1200px) {
  /**
  *
  * ebuConBoxBd preferential
  *
  **/
  article.ebuConBox .main .ebuConBoxBd.preferential .tableBody {
    width: auto;
    margin: 0 -20px 0 0; }

  article.ebuConBox .main .ebuConBoxBd.preferential .tableBody table.compareList {
    width: 130%; } }
@media only screen and (max-width: 1000px) {
  /**
  *
  * ebuKvBox
  *
  **/
  article.ebuKvBox .kvBox {
    max-height: 36vw; }

  article.ebuKvBox .kvBox .slickLi div {
    padding-bottom: 36%; }

  /**
  *
  * ebuConBox
  *
  **/
  article.ebuConBox .main .ebuConBoxHd .successTitle .h3 {
    position: relative;
    right: 0;
    bottom: -15px;
    text-align: left; }

  /**
  *
  * ebuConBoxBd content
  *
  **/
  article.ebuConBox .main .ebuConBoxBd.content .subBox {
    position: relative;
    margin: 0 0 0 40px;
    padding: 20px 20px 35px 90px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  article.ebuConBox .main .ebuConBoxBd.content .subBox .title {
    right: 0;
    padding: 0 0 0 30px;
    width: auto; }

  article.ebuConBox .main .ebuConBoxBd.content .photoBox {
    width: 145px; }

  /**
  *
  * ebuConBoxBd preferential
  *
  **/
  article.ebuConBox .main .ebuConBoxBd.preferential .tableLeft {
    width: 180px;
    min-width: 180px;
    max-width: 180px; }

  /**
  *
  * ebuConBoxBd joinForm
  *
  **/
  /**
  *
  * ebuConBoxBd video
  *
  **/
  article.ebuConBox .main .ebuConBoxBd.video .caseListBox .slickLi {
    width: calc(100% / 2); }

  /**
  *
  * ebuConBoxBd successCase
  *
  **/
  article.ebuConBox .main .ebuConBoxBd.successCase .caseListBox .slickLi {
    width: calc(100% / 2); } }
@media only screen and (max-width: 767px) {
  header .navbar .unitComplex {
    display: block; }

  /**
  *
  * ebuKvBox
  *
  **/
  article.ebuKvBox {
    min-height: 5px; }

  article.ebuKvBox .crumbBox {
    display: none !important; }

  article.ebuKvBox .kvBox {
    max-height: 44vw; }

  article.ebuKvBox .kvBox .slickLi div {
    padding-bottom: 44%; }

  section.ebuEvent .slick-dots {
    left: 0;
    right: 0;
    bottom: 15px; }

  /**
  *
  * menuBox
  *
  **/
  .menuBox .bg {
    height: 36px; }

  .menuBox .mainMenu {
    height: 46px; }

  .menuBox .slickLi a {
    padding: 0 15px;
    font-size: 13px;
    line-height: 36px; }

  .tabsEBU .subMenu {
    margin: 10px -10px 20px -10px; }

  .tabsEBU .subMenu.off {
    margin: 0 -10px 20px -10px; }

  .tabsEBU .subMenu li {
    margin: 0 0 10px 0; }

  .tabsEBU .subMenu li a {
    padding: 0 15px;
    font-size: 15px;
    line-height: 18px; }

  .menuBox .buttonLeft,
  .menuBox .buttonRight {
    height: 36px;
    line-height: 36px;
    background-size: 24px 36px; }

  .menuBox .buttonLeft .bgArrow,
  .menuBox .buttonRight .bgArrow {
    height: 36px; }

  /**
  *
  * ebuConBox
  *
  **/
  article.ebuConBox .main {
    padding: 15px 15px 20px 15px; }

  article.ebuConBox .main .ebuConBoxBd {
    margin: 15px 0 0 0; }

  article.ebuConBox .main .ebuConBoxHd .h3 {
    margin: 20px 0 0 0;
    padding: 0 0 8px 0;
    font-size: 18px; }

  article.ebuConBox .main .ebuConBoxHd .text {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 18px; }

  article.ebuConBox .main .ebuConBoxFt .pageList {
    margin: 10px 0 10px 0;
    text-align: center; }

  article.ebuConBox .main .ebuConBoxFt .pageList a {
    padding: 0 8px; }

  article.ebuConBox .main .ebuConBoxFt .pageList span.pageMete a:nth-child(1n+5) {
    display: none; }

  article.ebuConBox .main .ebuConBoxHd .successTitle .h3 {
    font-size: 24px;
    line-height: 24px;
    color: #dbdbdb;
    padding: 0 0 0 20px;
    background: url(../images/EBU/bg_successTitle.png) no-repeat left 80%;
    background-size: 18px auto; }

  article.ebuConBox .main .ebuConBoxHd .text {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 22px; }

  article.ebuConBox .main .ebuConBoxHd .intro .text {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    font-size: 18px;
    line-height: 22px;
    background: none; }

  article.ebuConBox .main .ebuConBoxHd .intro .text span {
    display: inline; }

  article.ebuConBox .main .ebuConBoxHd .intro .photoBox,
  article.ebuConBox .main .ebuConBoxHd .intro .photoBox img {
    width: 100%;
    padding: 0; }

  /**
  *
  * ebuConBoxBd content
  *
  **/
  article.ebuConBox .main .ebuConBoxBd.content .columnContainer {
    display: block;
    width: 100%;
    margin: 0; }

  article.ebuConBox .main .ebuConBoxBd.content .columnContainer > a.monitor {
    display: none; }

  article.ebuConBox .main .ebuConBoxBd.content .columnContainer > a.mobile {
    display: block; }

  article.ebuConBox .main .ebuConBoxBd.content .columnContainer:nth-child(odd) {
    padding: 15px 0 15px 40px; }

  article.ebuConBox .main .ebuConBoxBd.content .columnContainer:nth-child(even) {
    padding: 15px 0 15px 40px; }

  article.ebuConBox .main .ebuConBoxBd.content .columnContainer:nth-child(even) .photoBox {
    left: 0; }

  article.ebuConBox .main .ebuConBoxBd.content .photoBox {
    top: 15px;
    width: 44%; }

  article.ebuConBox .main .ebuConBoxBd.content .subBox {
    margin: 0;
    padding: 25px 15px 35px 44%; }

  article.ebuConBox .main .ebuConBoxBd.content .subBox .title {
    font-size: 0;
    text-indent: -9999px; }

  article.ebuConBox .main .ebuConBoxBd.content .subBox .text {
    font-size: 12px;
    line-height: 18px;
    min-height: 120px; }

  article.ebuConBox .main .ebuConBoxBd.content .subBox .text:before {
    position: absolute;
    top: -9px;
    content: attr(data-th) "";
    font-size: 14px;
    color: #fff; }

  /**
  *
  * o2oWrapperBox
  *
  **/
  .o2oWrapperBox .o2oMainBox {
    border: 10px #fff solid; }

  .o2oWrapperBox.open .o2oMainBox a.close {
    top: -46px;
    right: -12px; } }
.EBUmain > .main {
  padding-top: 0px; }

.EBUPromotionsBox {
  padding-bottom: 70px; }

.slickPromotions .slickLi {
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 0 10px rgba(0, 0, 0, 0.08); }

@media screen and (min-width: 480px) {
  .EBUkvBox .slick-dots {
    -webkit-transform: translateX(calc(-50% + 55px));
            transform: translateX(calc(-50% + 55px)); } }
@media only screen and (max-width: 480px) {
  article.ebuConBox .main .ebuConBoxBd.content .subBox .text {
    height: auto; }

  article.ebuConBox .main .ebuConBoxBd.joinForm .joinFormBox .slickLi.max-interest .con span {
    display: block;
    padding: 0; }

  header .navbar .unitComplex {
    font-size: 16px; }

  .slick-dots {
    bottom: 5px; }

  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    height: 7px;
    width: 7px; }

  .EBUPromotionsBox .slick-dots {
    bottom: 25px; }

  .EBUmain > .main {
    padding-top: 0px; }

  .EBUPromotionsBox {
    padding-bottom: 50px; } }
/**
*
* iPads
*
**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1120px) {
  header .navbar .unitComplex {
    top: 18px;
    left: 170px; }

  article.ebuConBox .main .ebuConBoxBd.preferential .tableHead:after {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    width: 40px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
    z-index: 2; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1120px) and (orientation: portrait) {
  header .navbar .unitComplex {
    top: 13px;
    font-size: 18px;
    left: 130px; }

  article.ebuConBox .main .ebuConBoxBd.preferential .tableBody {
    margin: 0;
    width: calc(100vw - 200px); }

  article.ebuConBox .main .ebuConBoxBd.preferential .tableBody table.compareList {
    width: 210%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1120px) and (orientation: landscape) {
  header .navbar .unitComplex {
    top: 13px;
    font-size: 18px; } }
/**
*
* iPhones 
*
**/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  article.ebuConBox .main .ebuConBoxBd.preferential .tableBody {
    margin: 0;
    width: calc(100vw - 165px); }

  article.ebuConBox .main .ebuConBoxBd.preferential .tableHead:after {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    width: 40px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
    z-index: 2; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  article.ebuConBox .main .ebuConBoxBd.preferential .tableBody table.compareList {
    width: 360%; } }
/**
*
* ratio: 1.5
*
**/
body:after {
  display: none;
  content: "large"; }

@media only screen and (min-width: 768px) {
  body:after {
    display: none;
    content: "large"; } }
@media only screen and (max-width: 767px) {
  body:after {
    display: none;
    content: "smail"; } }
/* AD */
header nav ul li.navUnit .subnav ul li {
  display: inline-block;
  width: calc(20% - 4px);
  padding: 0 10px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

header nav ul li.navUnit .subnav ul li a:last-child.hd {
  border: none; }

header nav ul li.navUnit .subnav {
  padding-bottom: 20px; }

/*customerService only for without children*/
.navUnit.customerService .main li {
  max-width: 135px;
  margin-right: 10px; }

@media screen and (max-width: 1120px) and (min-width: 768px) {
  header nav ul li.navUnit .subnav ul li {
    width: 25%; } }
@media screen and (max-width: 768px) and (min-width: 480px) {
  header nav ul li.navUnit .subnav ul li {
    width: 33%; } }
/* 當有子內容時，hover後是灰字(不可外連) */
header nav ul li.navUnit .subnav ul li > a:hover {
  color: #333;
  cursor: default; }

header nav ul li.navUnit .subnav ul li .hd-con-wrap > a:hover {
  color: #ec0f00; }

/* 當沒有子內容時，hover後是紅字(可外連) */
header nav ul li.navUnit .subnav ul li.no-cont a:hover {
  color: #ec0f00;
  cursor: pointer; }

section.EBUmain .EBUPromotionsBox .slick-slider .slick-prev,
section.EBUmain .EBUPromotionsBox .slick-slider .slick-next {
  margin-top: -20px;
  height: 50px; }

section.EBUmain .EBUPromotionsBox .slick-slider .slick-prev:hover,
section.EBUmain .EBUPromotionsBox .slick-slider .slick-next:hover {
  background-color: #f0f0f0; }

.subnav {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.navUnit > a {
  position: relative; }

.mainBox .slogen {
  font-size: 16px;
  text-align: right;
  letter-spacing: 7px;
  color: #6d6d6d; }
  @media screen and (max-width: 1120px) {
    .mainBox .slogen {
      margin-right: -6px; } }
  @media screen and (max-width: 1120px) and (orientation: landscape) {
    .mainBox .slogen {
      margin-right: -5px; } }

@media screen and (max-width: 1120px) {
  nav.pc-show {
    display: none; } }
.subnav {
  padding-left: 10px;
  padding-right: 10px; }

@media screen and (max-width: 1120px) and (min-width: 480px) {
  header nav ul li.navUnit .subnav ul {
    padding-left: 10px; }

  .footer .main {
    width: 750px; } }
@media screen and (max-width: 768px) {
  .block-wrapper {
    width: calc(100% - 80px); } }
@media screen and (max-width: 480px) {
  .mainBox {
    padding-left: 10px;
    padding-right: 10px; }

  .mainBox .slogen {
    font-size: 14px;
    text-align: center; } }
.subicon2 > li::after, .submenu2 > li.js-slide-down::after,
.subicon2 > li::before, .submenu2 > li.js-slide-down::before {
  background-color: #ccc; }

.slick-arrow {
  display: none; }

.EBUtool-box {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.08); }

.slickLi {
  position: relative;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.slick-more {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #d0d0d0; }

.slick-more::before,
.slick-more::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 70%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.slick-more::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.slickLi.slickLi-open .slick-more::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.slickLi {
  background-color: #fff; }

.slickLi.slickLi-open {
  background-color: #ececec; }

.stick-menu-panel {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: -1000px;
  width: 360px;
  height: 404px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -webkit-transition: left .5s ease-in, opacity .2s ease-out;
  transition: left .5s ease-in, opacity .2s ease-out; }

.stick-menu-panel.active {
  left: 95px;
  opacity: 1;
  -webkit-transition: opacity .9s, left .5s;
  transition: opacity .9s, left .5s; }

.EBUtool-box {
  z-index: 2; }

.stick-menu-panel > .panel-item {
  -webkit-transition: opacity .3s ease .5s;
  transition: opacity .3s ease .5s;
  overflow-y: hidden; }

.panel-item {
  line-height: 2em;
  font-size: 15px;
  color: #333;
  height: 100%;
  overflow: hidden; }

.panel-item > li {
  position: relative;
  width: 100%; }

.panel-item > li > a {
  display: inline-block;
  color: #666;
  width: calc(100% - 23px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4em;
  padding-top: 1px;
  vertical-align: middle; }

@media screen and (max-width: 480px) {
  .panel-item > li {
    width: 50%; } }
.panel-item > li > a:hover {
  color: #e71a0f; }

.panel-item > li:before {
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #666; }

.panel-item > li:hover:before {
  color: #e71a0f; }

.slide-wraper {
  width: 100%; }

@media screen and (min-width: 480px) {
  .slide-wraper {
    top: 0;
    width: 100%; } }
@media screen and (max-width: 1120px) {
  footer .monitor {
    display: block;
    padding-left: 90px;
    width: calc(100% - 90px); }

  footer .mobile {
    display: none; } }
@media screen and (max-width: 480px) {
  footer .monitor {
    display: none; }

  footer .mobile {
    display: block; }

  .EBUPromotionsBox .slickUl .slickLi .text {
    max-height: 3em; }

  .EBUPromotionsBox .slickUl .slickLi .conBox {
    padding: 9px; }

  .slide-wraper
  .slickLi span {
    display: block;
    font-size: 9px; }

  /* .slick-more { 
      transform: scale(.7)
  } */
  .stick-menu-panel {
    left: 0;
    z-index: 0;
    top: initial;
    top: inherit;
    bottom: -90vh;
    width: 100%;
    height: initial;
    height: auto;
    -webkit-transition: none;
    transition: none; }

  .stick-menu-panel.active {
    left: 0;
    bottom: 75px;
    position: fixed; }

  .stick-menu-panel-bg.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); }

  .word-brak {
    display: block; } }
header.minSize {
  -webkit-transition: top 0.5s;
  transition: top 0.5s; }

header nav {
  position: relative; }

header nav ul li.navUnit .subnav {
  position: absolute;
  top: 42px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.EBUmain {
    padding: 72px 0 0 0; } }
@media only screen and (max-device-width: 1120px) and (min-device-width: 768px) {
  section.EBUmain {
    padding: 66px 0 0 0; } }
@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  section.EBUmain {
    padding: 59px 0 0 0; } }
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-width: 100%; }

.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

.selectboxit-container .selectboxit {
  width: auto !important;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  display: block;
  position: relative; }

.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block; }

.selectboxit-container span {
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #888; }
  @media screen and (max-width: 480px) {
    .selectboxit-container span {
      font-size: 14px; } }

.selectboxit-container:hover span {
  color: #333; }

.selectboxit-container .selectboxit:focus {
  outline: 0; }

.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 9px; }

.selectboxit-container .selectboxit-options {
  min-width: 100% !important;
  width: 100%;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9;
  border-radius: 0;
  text-align: left;
  border: 1px solid #999; }

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none; }

.selectboxit-option {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  height: 30px; }

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

.selectboxit-optgroup-header {
  /*font-weight: bold;*/ }

.selectboxit-optgroup-header:hover {
  cursor: default; }

.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -2px; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.jqueryui .ui-icon {
  background-color: inherit; }

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.selectboxit-btn {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectboxit-btn.selectboxit-enabled:active,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
  color: #333; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  line-height: normal;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none; }

.selectboxit-list .selectboxit-option-anchor {
  color: #333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #333;
  background-color: rgba(153, 153, 153, 0.2);
  text-decoration: none; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999; }

.selectboxit-container .selectboxit-btn.selectboxit-enabled {
  color: #888; }

.select-group[class*="max"] {
  width: 100%; }

.select-group[class*="max"] label,
.select-group[class*="max"] .con {
  display: table-cell;
  vertical-align: top; }

.select-group.max-code label,
.select-group.max-interest > label {
  width: 130px; }

.select-group.max-interest > label span {
  color: #b3b3b3; }

.select-group.max-interest .con span {
  display: inline-block;
  padding: 0 15px 10px 0; }

.select-group.max-who span {
  padding: 0 10px 0 0;
  position: relative;
  top: 2px; }

.select-group.max-code label {
  min-width: 120px;
  vertical-align: middle; }

.select-group.max-code {
  width: 720px; }

.select-group.max-code .con {
  position: relative;
  width: 100%;
  padding: 38px 0 0 0; }

.select-group.max-code .con .codeInput,
.select-group.max-code .con .codeBox {
  position: absolute;
  top: 0;
  /* height: 38px; */ }

.select-group.max-code .con .codeInput {
  left: 0;
  right: 302px; }

.select-group.max-code .con .codeBox {
  right: 0;
  width: 300px; }

.select-group.max-code .con .codeBox > img {
  max-height: 100%;
  vertical-align: middle; }

.select-group.max-code .con .codeBox a.renew img {
  max-width: 32px; }

.select-group.max-who label {
  padding: 0 20px 0 0; }

.select-group.max-terms a.more {
  /*position: relative;top: 3px;*/
  color: #185196; }

.select-group.max-terms {
  margin: 20px 0 10px -4px; }

.select-group.max-terms label {
  margin: 0 0 0 30px;
  text-indent: -30px;
  display: inline-block;
  /* line-height: 15px; */ }

.select-group .con {
  font-size: 16px; }

.select-group label {
  display: block;
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #666;
  line-height: 20px; }

.select-group label em {
  font-style: normal;
  color: #ed0f00; }

.select-group .errorMsgMin {
  margin: 5px 0 0 0;
  color: #ed0f00;
  display: none; }

.select-group.error .errorMsgMin {
  display: block; }

.select-group .optionBox {
  width: 100%;
  /* border: 1px #ccc solid; */
  font-size: 14px; }

.select-group .selectboxit-container span {
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
  -webkit-font-smoothing: antialiased; }

.selectboxit-container:hover .selectboxit-btn.selectboxit-enabled {
  color: #888; }

.selectboxit-container:hover .selectboxit-arrow {
  border-top-color: #333; }

@media screen and (max-width: 1120px) {
  .ebu-select {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08); } }
.ebu-select .selectboxit-container .selectboxit-btn.selectboxit-enabled {
  background-color: #f2f2f2;
  border-color: transparent; }
.ebu-select .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: rgba(249, 115, 111, 0.2); }
.ebu-select .selectboxit-options {
  background-color: #f2f2f2;
  border-color: transparent;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13); }
.ebu-select .selectboxit-container .selectboxit-btn.selectboxit-enabled:focus {
  border-color: transparent; }

.select-header {
  display: none; }
  .select-header li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: #999; }
    @media screen and (max-width: 480px) {
      .select-header li {
        font-size: 16px; } }
    .select-header li.title-active {
      background-color: #666; }
      .select-header li.title-active::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent white transparent;
        bottom: -3px;
        left: calc(50% - 10px); }
  @media screen and (max-width: 1120px) {
    .select-header {
      display: block; }
      .select-header .select-title {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }

.select-body {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media screen and (max-width: 1120px) {
    .select-body {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 15px;
      display: block;
      margin-bottom: 5px; } }
  @media screen and (max-width: 480px) {
    .select-body {
      padding: 10px; } }

@media screen\0 {
  .select-group {
    float: left; }
    .select-group:nth-child(1) {
      width: 65%; }
    .select-group:nth-child(2) {
      width: 32.5%; } }
.select-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top; }
  @media screen and (max-width: 1120px) {
    .select-group {
      display: none;
      width: 100% !important; } }
  .select-group:nth-child(1) {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .select-group:nth-child(1) {
        width: 100%; } }
  .select-group:nth-child(2) {
    width: 50%;
    margin-left: 20px; }
    @media screen and (max-width: 1120px) {
      .select-group:nth-child(2) {
        margin-left: 0; } }
  .select-group.select-group-active {
    display: -webkit-inline-box;
    display: inline-flex;
    display: -ms-inline-flexbox; }
    @media screen and (max-width: 480px) {
      .select-group.select-group-active {
        display: block; } }
  .select-group .select-dropdown {
    position: relative;
    width: calc( 100% - 80px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f2f2f2; }
    @media screen and (max-width: 480px) {
      .select-group .select-dropdown {
        float: left;
        width: 100%; } }
  .select-group.width-100:nth-child(1) .select-dropdown:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7.5px;
    height: 30px;
    width: 1px;
    background-color: #a57656;
    opacity: .3; }
  @media screen and (max-width: 480px) {
    .select-group.width-100:nth-child(1) .select-dropdown {
      width: 50%; } }
  .select-group .select-search-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
            flex: 0 0 calc(100% - 80px); }
    @media all and (-ms-high-contrast: none) {
      .select-group .select-search-field {
        width: 100%; } }
    @media screen and (max-width: 1120px) {
      .select-group .select-search-field {
        width: calc(100% - 80px); } }
    @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
      .select-group .select-search-field {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 80px);
                flex: 0 0 calc(100% - 80px); } }
    @media screen and (max-width: 480px) {
      .select-group .select-search-field {
        width: 100%;
        font-size: 14px; } }
    .select-group .select-search-field input {
      border-radius: 0; }
  .select-group .select-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    font-size: 18px;
    color: white;
    border: none;
    background-color: #f9736f;
    cursor: pointer;
    margin: 0;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
    .select-group .select-btn:hover {
      background-color: rgba(249, 115, 111, 0.2);
      color: #f9736f; }
    @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
      .select-group .select-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px; } }
    @media screen and (max-width: 480px) {
      .select-group .select-btn {
        clear: both;
        width: 100%;
        height: 45px;
        margin-top: 10px;
        font-size: 14px; } }

.search-field::-webkit-input-placeholder {
  color: #999; }

.search-field:-moz-placeholder {
  color: #999;
  opacity: 1; }

.search-field::-moz-placeholder {
  color: #999;
  opacity: 1; }

.search-field:-ms-input-placeholder {
  color: #999; }

.search-field {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased; }
  .search-field:focus {
    color: #333; }

.icon-checkradios-checkmark, .icon-checkradios-circle {
  font-family: 'checkradios-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.checkradios-checkbox:after, .checkradios-radio:after {
  content: "";
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  vertical-align: middle; }

.icon-checkradios-checkmark:before,
.icon-checkradios-circle:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #000;
  content: ""; }

.icon-checkradios-circle:before {
  border-radius: 50%; }

.checkradios-checkbox, .checkradios-radio {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cccccc;
  color: #ab5f00;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: -3px 5px 0 0;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  background: #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(25%, #f1f1f1));
  background: linear-gradient(to bottom, #d9d9d9 0%, #f1f1f1 25%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#f1f1f1',GradientType=0 ); }

.checkradios-radio {
  border-radius: 50%; }

.checkradios-checkbox.icon-checkradios-checkmark,
.checkradios-radio.icon-checkradios-circle {
  color: #000;
  border-color: #000; }

.checkradios-checkbox input[type=checkbox], .checkradios-radio input[type=radio] {
  margin: 0;
  position: absolute;
  top: 0;
  left: -9999%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  vertical-align: bottom; }

/* EBUtoolsub*/
.EBUtoolSub {
  position: fixed;
  width: 95px;
  height: 100vh;
  left: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.EBUtoolSub .title {
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 33px;
  line-height: 30px;
  background-color: #f9736f; }

.EBUtoolSub .slider {
  position: relative;
  max-height: 320px;
  overflow: hidden; }

.EBUtoolSub .slider .slickLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  text-align: center;
  border-top: 1px #eaeaea solid; }

.EBUtoolSub .slider .slickLi img {
  max-width: 40px;
  margin: auto; }

.EBUtoolSub .slider .slickLi span {
  display: block;
  line-height: 1.25em; }

.EBUtoolSub .top-arrow,
.EBUtoolSub .bottom-arrow {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25px;
  text-indent: -200%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 28%;
  background-color: #c6c6c6;
  cursor: pointer; }

.EBUtoolSub .top-arrow.disable,
.EBUtoolSub .bottom-arrow.disable {
  background-color: #e0e0e0; }

.EBUtoolSub .top-arrow {
  background-image: url(../images/EBU/icon_arrow_top.png); }

.EBUtoolSub .bottom-arrow {
  background-image: url(../images/EBU/icon_arrow_bottom.png); }

.EBUtoolSub {
  -webkit-transition: top .2s, bottom 1s;
  transition: top .2s, bottom 1s;
  z-index: 1;
  /* Portrait */
  /* Landscape */ }
  @media screen and (max-width: 1120px) {
    .EBUtoolSub {
      top: 72px; } }
  @media screen and (max-width: 480px) {
    .EBUtoolSub {
      width: 100%;
      height: 75px;
      top: auto;
      top: initial;
      bottom: -110px;
      z-index: 40;
      bottom: -210px; } }
  @media screen and (max-width: 768px) and (min-width: 480px) and (orientation: landscape) {
    .EBUtoolSub {
      top: 72px; } }
  @media screen and (min-width: 1121px) {
    .EBUtoolSub {
      top: 136px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .EBUtoolSub {
      top: 59px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .EBUtoolSub {
      top: 66px; } }

.EBUtoolSub.fixed {
  -webkit-transition: top .5s, bottom 1s;
  transition: top .5s, bottom 1s; }
  @media screen and (max-width: 480px) {
    .EBUtoolSub.fixed {
      bottom: 0; } }
  @media screen and (max-width: 1120px) and (orientation: landscape) {
    .EBUtoolSub.fixed {
      top: 42px; } }
  @media screen and (min-width: 480px) {
    .EBUtoolSub.fixed {
      top: 42px; } }
  @media screen and (min-width: 1121px) {
    .EBUtoolSub.fixed {
      top: 106px; } }

.show {
  display: block; }

section {
  -webkit-transition: padding .5s;
  transition: padding .5s; }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    section {
      padding: 59px 0 0 0; } }
  @media screen and (max-width: 768px) and (min-width: 480px) and (orientation: landscape) {
    section {
      padding: 72px 0 0 0; } }

@media screen and (max-width: 768px) and (min-width: 480px) and (orientation: landscape) {
  .panel-item > li {
    width: 49%;
    display: none; }
    .panel-item > li:nth-child(1), .panel-item > li:nth-child(2), .panel-item > li:nth-child(3), .panel-item > li:nth-child(4) {
      display: inline-block; } }
@media screen and (max-width: 480px) {
  .EBUtoolSub .slider .slickLi span {
    font-size: 13px; }

  .EBUtool-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  .EBUtoolSub .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    word-break: break-all;
    height: inherit;
    line-height: 1.125em;
    padding-top: 13px;
    font-size: 13px; }

  .EBUtoolSub .top-arrow,
  .EBUtoolSub .bottom-arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    height: 75px;
    text-indent: -200%;
    background-size: auto 17px; }

  .EBUtoolSub .slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 75px;
    overflow: hidden; }

  .EBUtool-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

  .EBUtoolSub .slider .slide-wraper .slickLi {
    float: left;
    width: 85px;
    height: 75px;
    border-top: none;
    border-right: 1px #ececec solid; }

  .EBUtool-wrapper {
    position: relative;
    z-index: 40; }

  .EBUtoolSub .top-arrow {
    background-image: url(../images/EBU/icon_arrow_left_mob.png); }

  .EBUtoolSub .bottom-arrow {
    background-image: url(../images/EBU/icon_arrow_right_mob.png); } }
/* info */
.ebu-info {
  width: calc((100% - 46px)/10*3.75);
  float: left;
  margin-top: 30px;
  margin-right: 20px;
  -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 1120px) {
    .ebu-info {
      width: calc((100% - 46px)/3); } }
  @media screen and (max-width: 991px) {
    .ebu-info {
      margin-right: 0px; } }

.ebu-info:nth-child(2n+3) {
  width: calc((100% - 46px)/4);
  margin-right: 0; }
  @media screen and (max-width: 1280px) {
    .ebu-info:nth-child(2n+3) {
      width: calc((100% - 46px)/4); } }
  @media screen and (max-width: 1120px) {
    .ebu-info:nth-child(2n+3) {
      width: calc((100% - 46px)/3); } }

.ebu-info .info-header,
.info-page-header,
.ebu-info .info-label-header {
  position: relative;
  border-bottom: 3px solid #e5e5e5;
  padding: 11px 0 9px 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .ebu-info .info-header,
    .info-page-header,
    .ebu-info .info-label-header {
      font-size: 16px;
      line-height: 22px; } }

.info-page-header::after,
.info-header::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 60px;
  background-color: #ec0f00; }

.ebu-info .info-header,
.info-page-header {
  background: #fff; }

.info-page-header {
  padding-left: 0;
  margin-bottom: 20px;
  border-width: 1px; }
  .info-page-header::after {
    bottom: 0;
    width: 38px; }

.ebu-info .info-label-header {
  background-color: #fbaba9;
  padding: 0;
  border-width: 2px; }

.ebu-info .info-label-header > .info-more {
  background-color: rgba(255, 255, 255, 0.75); }

.info-label > li {
  font-size: 18px;
  line-height: 24px;
  color: white;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s; }
  @media screen and (max-width: 480px) {
    .info-label > li {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-width: 480px) {
    .info-label > li {
      height: 35px;
      line-height: 35px; } }

.info-label > li:hover {
  -webkit-box-shadow: 0 0 120px rgba(249, 115, 111, 0.85) inset;
          box-shadow: 0 0 120px rgba(249, 115, 111, 0.85) inset; }

.info-label > li.active {
  position: relative;
  background-color: #f9736f;
  cursor: initial; }

.info-label > li.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent; }

.info-col-2 {
  width: calc((100% - 46px)/10 * 7.5 + 20px);
  margin-right: 20px; }
  @media screen and (max-width: 1120px) {
    .info-col-2 {
      width: calc((100% - 46px)/3*2 + 20px); } }

.ebu-info .info-more {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 44px;
  background-color: rgba(249, 115, 111, 0.15);
  font-size: 14px;
  font-weight: normal;
  color: #f9736f;
  -webkit-transition: background-color .5s;
  transition: background-color .5s; }

.ebu-info .info-more:hover {
  background-color: #f9736f;
  color: white; }

.quote-more::before, .quote-more::before,
.info-more::before,
.info-more::before {
  content: "";
  position: absolute;
  height: 6.5px;
  width: 4px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-image: url(../images/EBU/icon-info-more.png);
  -webkit-transition: left .3s;
  transition: left .3s; }

.info-more:hover::before,
.ebu-info .info-more:hover::before {
  background-image: url(../images/EBU/icon-info-more_hover.png); }

.info-more::before {
  left: 20px;
  top: 18px; }
.info-more:hover::before {
  left: 22px; }

.info-body {
  position: relative;
  background-color: #fff; }

.info-body .info-pic {
  width: 100%;
  max-height: 220px;
  overflow: hidden; }

.info-body .info-pic.info-ad {
  width: 100%;
  padding-top: 75%;
  position: relative; }

.info-pic img {
  width: 100%; }

.info-pic a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.info-body .info-content {
  padding: 15px 20px;
  background: #fff; }

@media screen and (max-width: 1120px) {
  .info-body.info-list .info-content {
    padding: 10px 20px 12px; } }
@media screen and (max-width: 480px) {
  .info-body.info-list .info-content {
    padding: 10px 20px 4px; } }

.info-content .info-title {
  width: 100%;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f9736f;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .info-content .info-title {
      font-size: 16px;
      line-height: 22px; } }

.info-content > .panel-item {
  height: 293px;
  overflow-y: auto; }
  @media screen and (max-width: 1120px) {
    .info-content > .panel-item {
      height: 248px; } }
  @media screen and (max-width: 991px) {
    .info-content > .panel-item {
      height: auto; } }

.info-content > p {
  height: 3em;
  overflow: hidden;
  color: #666;
  font-size: 15px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .info-content > p {
      font-size: 13px;
      line-height: 20px; } }

.info-hover {
  display: none; }
  @media screen and (max-width: 480px) {
    .info-hover {
      display: block; } }

.slickPromotions > .slickLi:hover,
.info-body:hover {
  position: relative; }

.info-label-header + .info-body > .info-content {
  display: none; }

.info-label-header + .info-body > .info-content:first-child {
  display: block; }

.info-hover {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  margin: 1px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/EBU/readmore.png);
  background-color: rgba(250, 115, 112, 0.3);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in; }

.slickPromotions .slickLi:hover .info-hover,
.info-body:hover .info-hover {
  z-index: 3;
  opacity: 1; }
  @media screen and (max-width: 1120px) {
    .slickPromotions .slickLi:hover .info-hover,
    .info-body:hover .info-hover {
      opacity: 0; } }

.quote {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 20px);
  float: left;
  padding-left: 15px; }

.quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #ec0f00; }

.quote:nth-child(1),
.quote:nth-child(2) {
  margin-bottom: 12px; }
  @media screen and (max-width: 1120px) {
    .quote:nth-child(1),
    .quote:nth-child(2) {
      margin-bottom: 23px; } }

.quote:nth-child(1)::before,
.quote:nth-child(2)::before {
  height: 100%; }

.quote:nth-child(2n+1) {
  margin-right: 30px; }

.quote-header {
  position: relative;
  margin-bottom: 10px; }

.quote-header > .quote-more {
  position: absolute;
  right: -10px;
  top: 0;
  height: 15px;
  text-align: right;
  color: #f9736f; }
  @media screen and (max-width: 1120px) {
    .quote-header > .quote-more {
      right: 0; } }

.quote-more::before {
  top: 4px;
  left: -10px;
  height: 10px;
  width: 5px; }
.quote-more:hover::before {
  left: -8px; }

.quote-header > .quote-date {
  color: #999; }

.quote-body > p {
  width: calc(100% + 15px);
  height: 2.5em;
  font-size: 15px;
  line-height: 1.25em;
  overflow: hidden;
  color: #666;
  cursor: pointer; }
  .quote-body > p a {
    color: #666; }
    .quote-body > p a:hover {
      color: #ed0f00; }

@media screen and (min-width: 480px) {
  .panel-item a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
@media screen and (max-width: 1120px) and (min-width: 767px) and (orientation: landscape) {
  .info-content > .panel-item {
    overflow: hidden; }

  .quote-header > .quote-more {
    right: -10px !important; }

  section.EBUmain .adBox .monitor .slick-dots {
    -webkit-transform: translate(50%);
            transform: translate(50%); } }
@media screen and (max-width: 1120px) and (min-width: 767px) and (orientation: portrait) {
  .info-list .panel-item > li {
    display: inline-block;
    width: 49%;
    margin-right: 1%; }

  .panel-item > li:nth-child(2n) {
    margin-right: 0; }

  .panel-item > li:last-child {
    display: none; }

  .ebu-info:nth-child(3),
  .ebu-info:nth-child(4) {
    margin-top: 30px; }

  .ebu-info:nth-child(4) {
    margin-bottom: 5px; }

  .quote-header > .quote-more {
    right: -10px !important; }

  .adBox .monitor {
    padding-bottom: 40px; }

  section.EBUmain .banner-ad .slick-dots {
    bottom: 45px;
    -webkit-transform: translate(50%);
            transform: translate(50%); } }
@media screen and (max-width: 910px) {
  .ebu-info {
    width: calc((100% - 20px)/2); }

  .ebu-info:nth-child(2) {
    margin-right: 0; }

  .ebu-info:nth-child(3) {
    width: 100%; }

  .ebu-info.info-col-2 {
    width: 100%; }

  .ebu-info:nth-child(5) {
    display: none; }

  .stick-menu-panel > .panel-item > li {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .ebu-info {
    position: relative;
    width: 100%;
    margin-top: 25px;
    -webkit-box-shadow: none;
            box-shadow: none; }

  .ebu-info .info-header {
    margin-bottom: 17px;
    padding: 0 0 5px 0;
    border-bottom: 0;
    text-align: center;
    background-color: transparent; }

  .ebu-info .info-header span {
    font-weight: 700; }

  .ebu-info .info-label-header {
    position: static; }

  .info-header::after {
    left: 50%;
    bottom: -2px;
    margin-left: -15px;
    width: 30px;
    height: 2px; }

  .ebu-info .info-body {
    -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08); }

  .ebu-info .info-more {
    height: auto;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
    border-left: 1px solid rgba(249, 115, 111, 0.2);
    background-color: transparent; }

  .info-more::before {
    top: 8px; }

  .info-content .panel-item {
    height: auto; }

  .info-content .panel-item > li {
    display: none;
    /* width: 47%;
    margin-right: 3%;  */
    vertical-align: top; }

  .info-content .panel-item > li:nth-child(1),
  .info-content .panel-item > li:nth-child(2),
  .info-content .panel-item > li:nth-child(3),
  .info-content .panel-item > li:nth-child(4) {
    display: block;
    float: left;
    line-height: 1.2em;
    max-height: 2.4em;
    margin-bottom: 8px;
    overflow: hidden; }

  .info-content .panel-item > li:nth-child(4) {
    margin-bottom: 0px; }

  .info-label > li {
    width: 50%; }

  .info-label-header + .info-body .info-content {
    padding-bottom: 0; }

  .info-more-bottom,
  .info-more-bottom:link {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-left: initial;
    text-align: center;
    color: #f9736f !important; }
    .info-more-bottom::before,
    .info-more-bottom:link::before {
      content: "";
      display: inline-block;
      height: 8.5px;
      width: 4px;
      margin-right: 5px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center;
      background-image: url(../images/EBU/icon-info-more.png); }
    .info-more-bottom::after,
    .info-more-bottom:link::after {
      content: "";
      display: inline-block;
      position: absolute;
      width: calc(100% - 40px);
      height: 1px;
      background-color: #f2f2f2;
      top: -2px;
      left: 20px; }
    .info-more-bottom:hover,
    .info-more-bottom:link:hover {
      color: #f9736f; }

  .ebu-info .info-label-header > .info-more {
    display: none;
    bottom: 0;
    top: initial;
    width: 100%;
    padding: 10px 0;
    border-left: initial;
    text-align: center; }

  .info-label-header > .info-more::before {
    position: static;
    display: inline-block;
    margin-left: 0;
    left: 0;
    top: 12px;
    height: 10px;
    width: 8px; }

  .info-label-header > .info-more::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    left: 5%;
    top: -1px;
    background-color: #f8f5f4; }

  .stick-menu-panel > .panel-item li {
    padding-top: 2px;
    padding-bottom: 2px; }

  .ebu-info.info-col-2 {
    margin-bottom: 25px; }

  footer {
    padding-top: 0; }

  .quote {
    display: none;
    width: 100%;
    margin: 0 -8px 18px 0; }

  .quote-header > .quote-more {
    right: 0 !important; }

  .quote-header {
    position: static; }

  .quote:nth-child(2n+1) {
    border-right: none; }

  .quote:nth-child(1),
  .quote:nth-child(2) {
    display: block;
    padding-bottom: 0px; }

  .quote:nth-child(1)::before, .quote:nth-child(2)::before {
    height: 100%; }

  .quote-body > p {
    width: 84.8%;
    max-height: 2.5em;
    height: auto; }

  .quote-header > .quote-more {
    top: initial;
    right: -10px;
    bottom: 0; } }
@media screen and (max-width: 910px) {
  .inner-info.ebu-info {
    position: relative;
    width: 100%;
    margin-top: 25px;
    -webkit-box-shadow: none;
            box-shadow: none; }

  .inner-info .info-header {
    margin-bottom: 17px;
    padding: 0 0 5px 0;
    border-bottom: 0;
    text-align: center;
    background-color: transparent; }

  .inner-info .info-header span {
    font-weight: 700; }

  .inner-info .info-label-header {
    position: static; }

  .inner-info .info-header::after {
    left: 50%;
    bottom: -2px;
    margin-left: -15px;
    width: 30px;
    height: 2px; }

  .inner-info .info-body {
    -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08); }

  .inner-info .info-body,
  .inner-info .info-body .info-content {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }

  .inner-info .info-more {
    height: auto;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
    border-left: 1px solid rgba(249, 115, 111, 0.2);
    background-color: transparent; }

  .inner-info .info-more::before {
    top: 8px; }

  .inner-info .info-label-header > .info-more {
    display: none;
    bottom: 0;
    top: initial;
    width: 100%;
    padding: 10px 0;
    border-left: initial;
    text-align: center; } }
.ebu-inner-kv {
  width: 100%;
  background-color: #d5d5d5; }

.inner-kv {
  position: relative;
  width: 100%;
  height: 225px;
  margin-left: 95px; }
  @media screen and (max-width: 991px) {
    .inner-kv {
      height: 180px; } }
  @media screen and (max-width: 480px) {
    .inner-kv {
      width: 100%;
      padding-top: 35%;
      margin-left: 0;
      height: auto; } }
  @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
    .inner-kv {
      height: 150px; } }
  .inner-kv .inner-kv-img {
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 1280px) {
      .inner-kv .inner-kv-img {
        left: 0;
        -webkit-transform: translateX(0%);
                transform: translateX(0%); } }
    @media screen and (max-width: 1120px) {
      .inner-kv .inner-kv-img {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media screen and (max-width: 480px) {
      .inner-kv .inner-kv-img {
        width: 100%;
        padding-top: 35%;
        height: auto; } }
    @media screen and (max-width: 991px) {
      .inner-kv .inner-kv-img img {
        height: 100%; } }
    @media screen and (max-width: 480px) {
      .inner-kv .inner-kv-img img {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
      .inner-kv .inner-kv-img img {
        height: 100%; } }
    .inner-kv .inner-kv-img::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent); }
  .inner-kv .kv-page-name {
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    color: white;
    font-size: 42px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 1920px) {
      .inner-kv .kv-page-name {
        left: calc(50% - 600px); } }
    @media screen and (max-width: 1920px) and (min-width: 1281px) {
      .inner-kv .kv-page-name {
        left: calc(50% - 680px + 70px); } }
    @media screen and (max-width: 1280px) {
      .inner-kv .kv-page-name {
        left: 30px; } }
    @media screen and (max-width: 1120px) {
      .inner-kv .kv-page-name {
        left: calc(50% - 50vw + 30px); } }
    @media screen and (max-width: 991px) {
      .inner-kv .kv-page-name {
        font-size: 35px; } }
    @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
      .inner-kv .kv-page-name {
        font-size: 30px; } }
    @media screen and (max-width: 480px) {
      .inner-kv .kv-page-name {
        left: 20px;
        font-size: 22px; } }

.inner-kv.product-inner-Kv {
  text-align: center;
  width: calc(100% - 95px);
  padding-top: 22%;
  padding-top: 0;
  height: 300px; }
  @media screen and (max-width: 1120px) {
    .inner-kv.product-inner-Kv {
      height: 200px; } }
  @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
    .inner-kv.product-inner-Kv {
      height: 160px; } }
  @media screen and (max-width: 480px) {
    .inner-kv.product-inner-Kv {
      width: calc(100% );
      padding-top: 32%;
      height: auto; } }
  @media screen and (max-width: 1280px) {
    .inner-kv.product-inner-Kv .inner-kv-img {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media screen and (max-width: 1120px) {
    .inner-kv.product-inner-Kv .inner-kv-img {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .inner-kv.product-inner-Kv .inner-kv-img {
      padding-top: 32%; } }
  @media screen and (max-width: 1120px) {
    .inner-kv.product-inner-Kv .inner-kv-img img {
      width: auto;
      height: 100%;
      position: absolute;
      left: -25%; } }
  @media screen and (max-width: 480px) {
    .inner-kv.product-inner-Kv .inner-kv-img img {
      position: inherit;
      left: 50%; } }
  .inner-kv.product-inner-Kv .kv-page-name {
    width: 100%;
    font-size: 42px;
    line-height: 52px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 991px) {
      .inner-kv.product-inner-Kv .kv-page-name {
        width: 100%;
        font-size: 30px;
        line-height: 35px; } }
    @media screen and (max-width: 480px) {
      .inner-kv.product-inner-Kv .kv-page-name {
        width: 100%;
        font-size: 20px;
        line-height: 26px; } }
    .inner-kv.product-inner-Kv .kv-page-name small {
      font-size: 24px; }
      @media screen and (max-width: 991px) {
        .inner-kv.product-inner-Kv .kv-page-name small {
          font-size: 18px; } }
      @media screen and (max-width: 480px) {
        .inner-kv.product-inner-Kv .kv-page-name small {
          font-size: 14px; } }

@media only screen and (max-width: 768px) {
  .ebu-inner-kv {
    padding-bottom: 0px; } }
.side-ad {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 20px;
  width: 280px;
  background: #f2f2f2;
  float: left; }
  .side-ad .ebu-info {
    margin-top: 20px;
    width: 100%; }
  .side-ad .panel-item {
    height: auto; }
  @media screen and (max-width: 991px) {
    .side-ad {
      width: 100%;
      float: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); }
      .side-ad .ebu-info:nth-child(1),
      .side-ad .ebu-info:nth-child(2),
      .side-ad .ebu-info:nth-child(3),
      .side-ad .ebu-info:nth-child(4) {
        display: none; }
      .side-ad.pc-show {
        display: none; }
      .side-ad .ebu-info.mob-show {
        display: block !important;
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .side-ad {
      padding: 0; }
      .side-ad .ebu-info {
        width: 100%; }
      .side-ad .ebu-info:nth-child(1),
      .side-ad .ebu-info:nth-child(2),
      .side-ad .ebu-info:nth-child(3),
      .side-ad .ebu-info:nth-child(4) {
        display: none; }
      .side-ad .ebu-info .info-header,
      .side-ad .info-body,
      .side-ad .info-body .info-content {
        background: transparent; }
      .side-ad .info-header {
        margin-left: 10px;
        margin-right: 10px; }
      .side-ad .info-hover {
        display: block; }
      .side-ad .info-body {
        -webkit-box-shadow: initial;
                box-shadow: initial; }
      .side-ad .info-content {
        padding: 0 10px; } }
  .side-ad .EBUPromotionsBox {
    padding-bottom: 10px; }

    .adWrapper {
      margin-top: 30px;
      padding-bottom: 30px; }
      @media screen and (max-width: 480px) {
        .adWrapper {
          margin-top: 0px;
          padding-bottom: 0px; } }
      .adWrapper .monitor img {
        width: 100%;
        height: auto;
        border: 1px solid #efefef; }
      .adWrapper .monitor .slick-dots {
        bottom: 45px; }
        @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
          .adWrapper .monitor .slick-dots {
            bottom: 45px;
            left: 55%;
            -webkit-transform: initial;
                    transform: initial; } }
      .adWrapper .monitor .slick-slide {
        float: left; }
      @media screen and (max-width: 480px) {
        .adWrapper .mobile {
          padding-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .adWrapper .mobile .slick-dots {
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    
    .adWrapper .mobile {
      display: none; }
    @media screen and (max-width: 480px) {
      .adWrapper .monitor {
        display: none; } }
    
    footer .mobile.ch-footer .adWrapper .monitor {
      display: none; }
    footer .mobile.ch-footer .adWrapper .mobile {
      display: none; }
    @media screen and (max-width: 480px) {
      footer .mobile.ch-footer .adWrapper .mobile {
        display: block; } }

.ebuConBoxFt .pageList {
  margin: 20px 0 20px 0;
  text-align: center; }

.ebuConBoxFt .pageList a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  height: 30px;
  line-height: 30px; }

.ebuConBoxFt .pageList a:hover {
  background-color: #feeaea; }

.ebuConBoxFt .pageList span:hover.page {
  background: none; }

.ebuConBoxFt .pageList a.first,
.ebuConBoxFt .pageList a.prev,
.ebuConBoxFt .pageList a.next,
.ebuConBoxFt .pageList a.last {
  padding: 0 5px; }

.ebuConBoxFt .pageList span.page {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #333;
  height: 30px;
  line-height: 30px; }

.ebuConBoxFt .pageList span.page:after {
  position: absolute;
  right: 2px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  content: "";
  background-color: #b5b5b5; }

.ebuConBoxFt .pageList a.active {
  color: #f9736f; }

.ebuConBoxFt .pageList a img {
  position: relative;
  top: -2px;
  max-width: 16px; }

.ebuConBoxFt .pageList {
  margin: 10px 0 10px 0;
  text-align: center; }

.ebuConBoxFt .pageList a {
  padding: 0 10px; }

.magic-box .loadMore a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #333;
  height: 34px;
  line-height: 34px;
  background-color: rgba(249, 115, 111, 0.08);
  -webkit-box-shadow: inset 0px 0px 0px 0px #dedede;
          box-shadow: inset 0px 0px 0px 0px #dedede;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .magic-box .loadMore a img.arrow {
    max-width: 14px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .magic-box .loadMore a img {
    position: relative;
    top: -1px;
    max-width: 16px;
    vertical-align: middle; }

.magic-box .exhortBox {
  position: relative;
  display: none;
  padding: 20px;
  background-color: #f4f4f4; }

.magic-box .exhortBox {
  position: relative;
  display: none;
  padding: 20px;
  background-color: #f4f4f4; }

.magic-box .exhortBox ul li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 24px;
  text-align: left; }

.magic-box .exhortBox ul li:after {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #333; }

.magic-box .exhortBox a.open {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  font-size: 0;
  background: #e4e4e4 url(../images/icon/icon_descboxOpen.png) no-repeat;
  background-size: 26px auto;
  border-radius: 13px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1; }
  @media screen and (max-width: 991px) {
    .magic-box .exhortBox a.open {
      display: block; } }

.btn-filled,
.btn-filled:link {
  display: inline-block;
  padding: 10px 0;
  color: white;
  text-align: center;
  background-color: #f9736f;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .btn-filled:hover,
  .btn-filled:link:hover {
    background-color: #fba3a0; }
.btn-filled-fake {
  display: inline-block;
  padding: 10px 0; }

.btn-outline {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 125px;
  height: 35px;
  border: 2px solid #333;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 31px; }
  .btn-outline:hover {
    color: #ed0f00;
    border-color: #ed0f00; }
  @media screen and (max-width: 480px) {
    .btn-outline {
      width: calc((100% - 30px)/2);
      margin-right: 10px; } }

.btn-small {
  width: 95px; }

.mission .mission-intro {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #666; }
  @media screen and (max-width: 480px) {
    .mission .mission-intro {
      font-size: 14px;
      line-height: 22px; } }
.mission .mission-border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b9b9b9; }
  .mission .mission-border:last-child {
    border-color: transparent; }
    @media screen and (max-width: 480px) {
      .mission .mission-border:last-child {
        border-color: #b9b9b9; } }
.mission .mission-content {
  padding-left: 25px;
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .mission .mission-content {
      padding-left: 20px; } }
.mission .mission-title {
  position: relative;
  padding: 20px 0;
  font-size: 18px;
  line-height: inherit;
  font-weight: 700; }
  .mission .mission-title::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 25px;
    height: 2px;
    width: 10px;
    background-color: #333; }

.mission-fulid .mission-content {
  padding-bottom: 20px; }
.mission-fulid .mission-case {
  display: inline-block;
  width: calc((100% - 30px)/2);
  padding-bottom: 20px;
  vertical-align: top; }
  .mission-fulid .mission-case:nth-child(odd) {
    margin-right: 25px; }
    @media screen and (max-width: 1120px) {
      .mission-fulid .mission-case:nth-child(odd) {
        margin-right: 15px; } }
  @media screen and (max-width: 1120px) {
    .mission-fulid .mission-case {
      width: calc((100% - 20px)/2); } }
  @media screen and (max-width: 480px) {
    .mission-fulid .mission-case {
      width: 100%;
      margin-right: 0; } }

.mission-link-title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media only screen and (max-width: 1260px) {
  .owl-carousel {
    width: calc(100% - 60px);
    margin: 0 auto; }

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    color: transparent;
    width: 30px;
    height: 41px; }

  .owl-carousel .owl-nav .owl-prev {
    left: -30px;
    top: 0;
    background: #c6c6c6;
    background: -webkit-gradient(left top, right top, color-stop(0%, #c6c6c6), color-stop(100%, #efefef));
    background: -webkit-gradient(linear, left top, right top, from(#c6c6c6), to(#efefef));
    background: linear-gradient(to right, #c6c6c6 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#efefef', GradientType=1 ); }
    .owl-carousel .owl-nav .owl-prev:after {
      content: '';
      position: absolute;
      left: 8px;
      top: 8px;
      width: 12px;
      height: 25px;
      background: url(../images/EBU/icon_owl-prv-w.png) no-repeat center center;
      background-size: 100% auto; }

  .owl-carousel .owl-nav .owl-next {
    right: -30px;
    top: 0;
    background: #efefef;
    background: -webkit-gradient(left top, right top, color-stop(0%, #efefef), color-stop(100%, #c6c6c6));
    background: -webkit-gradient(linear, left top, right top, from(#efefef), to(#c6c6c6));
    background: linear-gradient(to right, #efefef 0%, #c6c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#c6c6c6', GradientType=1 ); }
    .owl-carousel .owl-nav .owl-next:after {
      content: '';
      position: absolute;
      left: 8px;
      top: 8px;
      width: 12px;
      height: 25px;
      background: url(../images/EBU/icon_owl-next-w.png) no-repeat center center;
      background-size: 100% auto; } }
@media only screen and (max-width: 991px) {
  .owl-carousel {
    width: calc(100% - 40px); }

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 22px;
    height: 35px; }

  .owl-carousel .owl-nav .owl-prev {
    left: -20px; }
    .owl-carousel .owl-nav .owl-prev:after {
      content: '';
      position: absolute;
      left: 6px;
      top: 8px;
      width: 8px;
      height: 20px;
      background: url(../images/EBU/icon_owl-prv-w.png) no-repeat center center;
      background-size: 100% auto; }

  .owl-carousel .owl-nav .owl-next {
    right: -20px; }
    .owl-carousel .owl-nav .owl-next:after {
      content: '';
      position: absolute;
      left: 7px;
      top: 8px;
      width: 8px;
      height: 20px;
      background: url(../images/EBU/icon_owl-next-w.png) no-repeat center center;
      background-size: 100% auto; } }
@media all and (-ms-high-contrast: none) {
  header nav ul {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

  /* IE11 */ }
.inner-page-content {
  float: left;
  width: calc(100% - 280px); }
  @media screen and (max-width: 991px) {
    .inner-page-content {
      width: 100%;
      float: none; } }
  .inner-page-content.fullWidth {
    width: 100%; }

.successCase .caseListBox .slickLi {
  float: left;
  width: calc(100% / 3);
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1120px) {
    .successCase .caseListBox .slickLi {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .successCase .caseListBox .slickLi {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.success-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 0 2px 10px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  background-color: rgba(249, 115, 111, 0.7);
  color: white; }
  .success-label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: rgba(249, 115, 111, 0.7) transparent transparent transparent;
    right: -22px;
    top: 0; }

.successCase .caseListBox > .slickLi:nth-child(1) {
  width: 100%;
  padding-left: 0; }
  .successCase .caseListBox > .slickLi:nth-child(1) > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (min-width: 480px) {
      .successCase .caseListBox > .slickLi:nth-child(1) > div {
        -webkit-box-shadow: initial;
                box-shadow: initial; } }
    @media screen and (max-width: 480px) {
      .successCase .caseListBox > .slickLi:nth-child(1) > div {
        display: block; } }
  .successCase .caseListBox > .slickLi:nth-child(1) .photoBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; }

/**
*
* tabsEBU
*
**/
.tabsEBU {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .tabsEBU {
      margin: 0;
      padding: 0 0 20px; } }
  .tabsEBU.exceptTabsEBU {
    margin: 0 35px 0 0; }
    @media screen and (max-width: 1120px) {
      .tabsEBU.exceptTabsEBU {
        margin: 0 25px 0 0; } }
    @media screen and (max-width: 991px) {
      .tabsEBU.exceptTabsEBU {
        padding: 0;
        margin: 0; } }

.tabsEBU .subMenuOverflow {
  height: 40px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 991px) {
    .tabsEBU .subMenuOverflow {
      height: 34px;
      margin: 0; } }

.tabsEBU .prod-subMenu {
  border-bottom: 1px #f9736f solid; }

.tabsEBU .prod-subMenu .item {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 -2px; }
  .tabsEBU .prod-subMenu .item:after {
    position: absolute;
    right: -1px;
    top: 10px;
    bottom: 10px;
    content: "";
    width: 1px;
    background-color: #e8e8e8; }
  .tabsEBU .prod-subMenu .item a:hover {
    -webkit-box-shadow: inset 0px -3px 0px 0px #f9736f;
    box-shadow: inset 0px -3px 0px 0px #f9736f; }

.tabsEBU .prod-subMenu .owl-item:last-child .item:after {
  width: 0; }

.tabsEBU .prod-subMenu .item a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #666; }

.tabsEBU .prod-subMenu .item a.active {
  color: #fff;
  background-color: #f9736f; }
  .tabsEBU .prod-subMenu .item a.active:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    content: "";
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #f9736f transparent transparent transparent; }

.tabsEBU .prod-subMenu .item a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  content: "";
  background-color: #f9736f;
  display: none; }

/**
*
* EBUproDescription
*
**/
.EBUproDescription .EBUproDescriptionHd {
  text-align: center; }

.EBUproDescription .EBUproDescriptionHd .box {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.EBUproDescription .EBUproDescriptionHd .icon,
.EBUproDescription .EBUproDescriptionHd .con {
  display: table-cell;
  vertical-align: middle; }

.EBUproDescription .EBUproDescriptionHd .icon {
  min-width: 60px; }

.EBUproDescription .EBUproDescriptionHd .icon .iconBox {
  position: relative;
  width: 100%;
  padding: 0 0 100% 0; }

.EBUproDescription .EBUproDescriptionHd .icon .iconBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.EBUproDescription .EBUproDescriptionHd .icon .iconBox img.link,
.EBUproDescription .EBUproDescriptionHd .box.active .icon .iconBox img.hover {
  display: none; }

.EBUproDescription .EBUproDescriptionHd .icon img {
  max-width: 60px; }

.EBUproDescription .EBUproDescriptionHd .con {
  display: none;
  padding: 0 0 0 20px; }

.EBUproDescription .EBUproDescriptionHd .box.active .con {
  display: table-cell; }

.EBUproDescription .EBUproDescriptionHd .box.active .icon .iconBox img.link {
  display: block; }

.EBUproDescription .EBUproDescriptionBd .box {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  background: url(../images/EBU/hr.gif) repeat-x top; }

.EBUproDescription .EBUproDescriptionBd .box:first-child {
  background: none; }

.EBUproDescription .EBUproDescriptionBd .icon,
.EBUproDescription .EBUproDescriptionBd .con {
  display: table-cell;
  vertical-align: middle; }

.EBUproDescription .EBUproDescriptionBd .icon {
  padding: 0 20px 0 0; }

.EBUproDescription .EBUproDescriptionBd .con .title {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #f9736f;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUproDescription .EBUproDescriptionBd .con .title {
      font-size: 16px;
      line-height: 22px; } }

.EBUproDescription .EBUproDescriptionBd .con .text {
  color: #333;
  font-size: 14px;
  line-height: 22px; }
  @media screen and (max-width: 480px) {
    .EBUproDescription .EBUproDescriptionBd .con .text {
      font-size: 13px;
      line-height: 20px; } }

/**
*
* EBUproFeature
*
**/
.EBUproFeature .EBUproFeatureHd p.text {
  font-size: 17px;
  line-height: 26px;
  color: #333; }

.EBUproFeature .EBUproFeatureHd .box.active .con {
  display: table-cell; }

.EBUproFeature .EBUproFeatureHd .box.active .icon .iconBox img.link {
  display: block; }

.EBUproFeature .EBUproFeatureBd .box {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  background: url(../images/EBU/hr.gif) repeat-x top; }
  @media screen and (max-width: 480px) {
    .EBUproFeature .EBUproFeatureBd .box {
      margin: 15px 0 0 0;
      padding: 15px 0 0 0; } }

.EBUproFeature .EBUproFeatureBd .box:first-child {
  margin: 0 0 0 0;
  background: none; }

.EBUproFeature .EBUproFeatureBd .box .title {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #f9736f;
  font-size: 22px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUproFeature .EBUproFeatureBd .box .title {
      font-size: 18px;
      line-height: 24px; } }

.EBUproFeature .EBUproFeatureBd .box .text {
  color: #666;
  font-size: 15px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUproFeature .EBUproFeatureBd .box .text {
      font-size: 13px;
      line-height: 20px; } }

/*
.EBUproFeature .EBUproFeatureBd .box .text span {
    position: relative;
    padding: 0 12px 0 14px;
}
.EBUproFeature .EBUproFeatureBd .box .text span:after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #ed0f00;
}
*/
/**
*
* ebuConBoxBd faq
*
**/
.EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi {
  background: url(../images/EBU/hr.gif) repeat-x top; }

.EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi:first-child {
  background: none; }

.EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi .asked a {
  padding: 15px 0 15px 30px;
  display: block;
  color: #333;
  background: url(../images/EBU/icon_open.png) no-repeat left 18px;
  background-size: 20px auto;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi .asked a {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-width: 480px) {
    .EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi .asked a {
      padding: 10px 0 10px 24px;
      background: url(../images/EBU/icon_open.png) no-repeat left 12px;
      background-size: 18px auto; } }

.EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi .reply {
  margin: 0 0 0 30px;
  padding: 0 0 0px 0;
  color: #666;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 200ms,padding 200ms;
  transition: max-height 200ms,padding 200ms;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi .reply {
      font-size: 14px;
      line-height: 22px; } }
  @media screen and (max-width: 480px) {
    .EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi .reply {
      margin: 0 0 0 24px; } }

.EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi.open .asked a {
  padding: 15px 0 7px 30px;
  color: #f9736f;
  background: url(../images/EBU/icon_close.png) no-repeat left 18px;
  background-size: 20px auto; }
  @media screen and (max-width: 480px) {
    .EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi.open .asked a {
      padding: 10px 0 5px 24px;
      background: url(../images/EBU/icon_close.png) no-repeat left 12px;
      background-size: 18px auto; } }

.EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi.open .reply {
  padding: 0 0 15px 0;
  max-height: initial;
  max-height: inherit; }

.EBUfaqBox .EBUfaqBoxBd .faqBox .slickLi.open .reply a {
  color: #185196; }

.EBUfaqBoxFt.loadMoreBox {
  margin: 30px 0 0; }
  @media screen and (max-width: 480px) {
    .EBUfaqBoxFt.loadMoreBox {
      margin: 20px 0 0; } }

.EBUfaqBoxFt .loadMore a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #333;
  height: 34px;
  line-height: 34px;
  background-color: #fef1f0;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ffddda;
          box-shadow: inset 0px 0px 0px 0px #ffddda;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.EBUfaqBoxFt .loadMore a img {
  max-width: 16px;
  vertical-align: middle; }

.EBUfaqBoxFt .loadMore a img.arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.EBUfaqBoxFt .loadMore a:hover {
  -webkit-box-shadow: inset 0px 0px 200px 0px #ffddda;
          box-shadow: inset 0px 0px 200px 0px #ffddda; }

.onoff-net-Menu {
  margin-bottom: 20px;
  padding: 8px 0;
  border-bottom: 1px dashed #d2d2d2; }

.onoff-net-Menu li {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px;
  font-size: 15px;
  line-height: 20px; }

.onoff-net-Menu li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #666; }

.onoff-net-Menu li:nth-child(1) {
  padding: 0 10px 0 0; }

.onoff-net-Menu li:nth-child(1):after {
  width: 0px; }

.onoff-net-Menu li.hover {
  position: relative; }

.onoff-net-Menu li:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: 11px;
  height: 20px;
  background-size: 11px auto; }

.onoff-net-Menu li:hover:nth-child(2):before {
  left: 14px; }

.onoff-net-Menu li:hover a {
  color: #ed0f00; }

.tabsEBUconLatOff .title {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #f9736f;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .tabsEBUconLatOff .title {
      font-size: 16px;
      line-height: 22px; } }

.explainBox {
  color: #333;
  font-size: 14px;
  line-height: 22px; }
  @media screen and (max-width: 480px) {
    .explainBox {
      font-size: 13px;
      line-height: 20px; } }

.explainBox .cont-text {
  margin: 0 0 14px 0; }

.squar-red {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
  top: -3px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ed0f00; }

.couponTicket {
  margin: 28px 0 25px; }
  @media screen and (max-width: 480px) {
    .couponTicket {
      margin: 15px 0 20px; } }
  .couponTicket .cou-item {
    float: left;
    margin: 0 10px 10px 0; }
    .couponTicket .cou-item img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      .couponTicket .cou-item {
        width: calc(50% - 10px); } }

@media only screen and (max-width: 991px) {
  .tab-content-wrap {
    padding: 10px 30px 20px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  .tabsEBU .prod-subMenu .item a {
    font-size: 14px;
    line-height: 34px; }

  .tabsEBU .prod-subMenu .item a:hover {
    -webkit-box-shadow: inset 0px -2px 0px 0px #f9736f;
    box-shadow: inset 0px -2px 0px 0px #f9736f; }

  .ebu-product > .side-ad {
    margin-left: 0;
    padding: 0 30px 20px 20px;
    width: calc(100% + 10px); } }
@media only screen and (max-width: 480px) {
  .tab-content-wrap {
    padding-left: 20px;
    padding-right: 20px; }

  .ebu-product > .side-ad {
    margin-left: 0;
    padding: 0;
    width: 100%; } }
.btnBox-wrap {
  display: inline-block;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); }

.btn-center {
  margin: 0 auto;
  text-align: center; }

.btnBox-wrap a {
  padding: 0 35px;
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  background-color: #f9736f;
  border: 2px #fff solid;
  -webkit-box-shadow: 0 0 0 #f9736f inset;
          box-shadow: 0 0 0 #f9736f inset;
  -webkit-transition: -webkit-box-shadow .2s linear;
  transition: -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear;
  transition: box-shadow .2s linear, -webkit-box-shadow .2s linear; }
  @media screen and (max-width: 480px) {
    .btnBox-wrap a {
      padding: 0 20px;
      height: 36px;
      line-height: 36px;
      font-size: 16px; } }

.btnBox-wrap a:hover {
  -webkit-box-shadow: 0 0 200px #f7433e inset;
          box-shadow: 0 0 200px #f7433e inset; }

.ebuConBoxFt {
  margin: 20px 0; }
  .ebuConBoxFt .loadMore a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #333;
    height: 34px;
    line-height: 34px;
    background-color: #fef1f0;
    -webkit-box-shadow: inset 0px 0px 0px 0px #dedede;
            box-shadow: inset 0px 0px 0px 0px #dedede;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .ebuConBoxFt .loadMore a img {
      position: relative;
      top: -1px;
      max-width: 16px;
      vertical-align: middle; }
      .ebuConBoxFt .loadMore a img.arrow {
        max-width: 14px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }

.hr-break-dots {
  margin: 30px 0;
  border: none;
  border-top: 1px dashed #d2d2d2;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .hr-break-dots {
      margin: 25px 0 20px; } }

/**
***  successExample page
**/
.btn-wrapper-box {
  margin: 30px auto;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .btn-wrapper-box {
      margin: 20px auto 30px; } }

.btn-page [type="button"] {
  padding: 4px 10px;
  color: #fff;
  background: #f9736f;
  font-size: 14px;
  line-height: 20px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ff8e8b;
          box-shadow: inset 0px 0px 0px 0px #ff8e8b;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  appearance: button;
  -moz-appearance: button;
  /* Firefox */
  -webkit-appearance: button;
  /* Safari 和 Chrome */
  border-radius: 0;
  -webkit-border-radius: 0; }
  .btn-page [type="button"]:hover {
    -webkit-box-shadow: inset 0px 0px 200px 0px #ff8e8b;
            box-shadow: inset 0px 0px 200px 0px #ff8e8b; }

.btn-page + .btn-page {
  margin: 0 0 0 30px; }

.serviceBox {
  margin: 0 0 40px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: right; }
  @media screen and (max-width: 480px) {
    .serviceBox {
      font-size: 13px; } }
  .serviceBox img.narrow {
    width: 7px;
    height: 11px;
    margin: 0 5px;
    vertical-align: 0%; }
    @media screen and (max-width: 480px) {
      .serviceBox img.narrow {
        width: 5px;
        height: auto;
        margin: 0;
        margin-right: 3px; } }
  .serviceBox img.circle {
    width: 42px;
    height: 42px;
    margin: 0 5px;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .serviceBox img.circle {
        height: 28px;
        width: 28px;
        margin: 0;
        margin-right: 3px; } }

.serviceBox > div {
  position: relative;
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: middle; }

.serviceBox .js-help-box > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.phoneDetailsBox {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  height: 70px;
  background: #fef1f0;
  border: 1px solid #f9736f;
  border-radius: 10px;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 7px 0px #a3a3a3;
  box-shadow: 0px 2px 7px 0px #a3a3a3; }
  @media screen and (max-width: 480px) {
    .phoneDetailsBox {
      top: -20px;
      width: 230px;
      height: 64px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }

.phoneDetailsBox .phoneDetail-inner {
  position: relative;
  padding: 15px 26px;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .phoneDetailsBox .phoneDetail-inner {
      padding: 12px 20px;
      font-size: 13px;
      line-height: 20px; } }
  .phoneDetailsBox .phoneDetail-inner .close {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 18px;
    height: 18px;
    cursor: pointer; }
    .phoneDetailsBox .phoneDetail-inner .close img {
      width: 100%; }

/**
***  customerService page
**/
.serice-Set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 30px 0 0;
  -webkit-box-shadow: 0px 0px 14px 0px #e5e5e5;
  box-shadow: 0px 0px 14px 0px #e5e5e5; }
  @media screen and (max-width: 480px) {
    .serice-Set {
      margin: 20px 0 0; } }
  .serice-Set .photo {
    position: relative;
    width: 260px;
    min-height: 226px;
    vertical-align: top;
    overflow: hidden; }
    .serice-Set .photo .photo-inner {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .serice-Set .photo .photo-inner img {
        width: 100%; }
  .serice-Set .content {
    width: calc(100% - 260px);
    vertical-align: top;
    padding: 25px 20px 25px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .serice-Set .content .content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
      .serice-Set .content .content-inner .service-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: calc(25% - 8px);
        margin: 4px;
        padding: 8px 10px;
        height: 64px;
        color: #333;
        border: 1px solid #333333;
        font-size: 18px;
        line-height: 24px;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 480px) {
          .serice-Set .content .content-inner .service-item {
            font-size: 16px;
            line-height: 22px; } }
        .serice-Set .content .content-inner .service-item .txt {
          max-height: 2.6em;
          overflow: hidden; }
        .serice-Set .content .content-inner .service-item a {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
        .serice-Set .content .content-inner .service-item span.narow {
          padding: 0 0 0 2px;
          -webkit-transition: all 100ms cubic-bezier(0.24, 0, 0.76, 0.89);
          transition: all 100ms cubic-bezier(0.24, 0, 0.76, 0.89); }
        .serice-Set .content .content-inner .service-item:hover {
          color: #ed0d03;
          border: 1px solid #ed0d03; }
          .serice-Set .content .content-inner .service-item:hover span.narow {
            -webkit-transform: translateX(2px);
                    transform: translateX(2px); }

/**
***  about us page
**/
.aboutUs-cont-wrap {
  margin: 20px 0; }

.cont-item-box {
  margin: 0 0 40px 0; }
  .cont-item-box .title-mainColor {
    margin: 0 0 12px 0;
    font-weight: bold;
    color: #f9736f;
    font-size: 18px;
    line-height: 24px; }
    @media screen and (max-width: 480px) {
      .cont-item-box .title-mainColor {
        font-size: 16px;
        line-height: 22px; } }
  .cont-item-box p {
    color: #333;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (max-width: 480px) {
      .cont-item-box p {
        font-size: 14px;
        line-height: 22px; } }

.EBUproFeature .EBUproFeatureHd p.text {
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .EBUproFeature .EBUproFeatureHd p.text {
      font-size: 14px;
      line-height: 22px; } }

/**
***  site map page
**/
.sitemap-title-wrapper {
  padding: 0 0 10px 15px;
  border-bottom: 1px dashed #d2d2d2; }
  @media screen and (max-width: 991px) {
    .sitemap-title-wrapper {
      padding: 0 0 10px 0; } }
  .sitemap-title-wrapper .title {
    font-weight: bold;
    color: #f9736f;
    font-size: 18px;
    line-height: 24px; }
    @media screen and (max-width: 480px) {
      .sitemap-title-wrapper .title {
        font-size: 16px;
        line-height: 22px; } }

.map-wrap-box {
  padding: 18px 36px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .map-wrap-box .map-box {
    width: 20%;
    float: left;
    padding: 0 10px 28px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .map-wrap-box .map-box .sub-ttl {
      position: relative;
      margin: 0 0 10px 15px;
      font-weight: bold;
      color: #333;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (max-width: 480px) {
        .map-wrap-box .map-box .sub-ttl {
          font-size: 16px;
          line-height: 22px; } }
      .map-wrap-box .map-box .sub-ttl:before {
        content: '';
        position: absolute;
        top: 12px;
        left: -14px;
        width: 8px;
        height: 2px;
        background: #333; }
        @media screen and (max-width: 480px) {
          .map-wrap-box .map-box .sub-ttl:before {
            top: 10px;
            width: 6px; } }
    .map-wrap-box .map-box ul {
      padding: 0; }
      .map-wrap-box .map-box ul li {
        margin: 0 0 10px 0;
        color: #666;
        font-size: 15px;
        line-height: 24px; }
        @media screen and (max-width: 480px) {
          .map-wrap-box .map-box ul li {
            font-size: 13px;
            line-height: 20px; } }

.map-wrap-box .map-box.map-box-2 {
  width: 20%;
  float: left;
  padding: 0 0 5px 0; }

/**
***  special page
**/
.specialItems .activityBox {
  position: relative;
  display: table;
  width: 100%;
  margin: 25px 0 0 0;
  -webkit-box-shadow: 0px 0px 8px 0px #cfcfcf;
  box-shadow: 0px 0px 8px 0px #cfcfcf;
  cursor: pointer; }
  .specialItems .activityBox:first-child {
    margin: 30px 0 0 0; }
  @media screen and (max-width: 1120px) {
    .specialItems .activityBox {
      margin: 25px 0 0 0; } }
  @media screen and (max-width: 480px) {
    .specialItems .activityBox {
      margin: 20px 0 0 0; } }
  .specialItems .activityBox a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .specialItems .activityBox .photo {
    display: table-cell;
    width: 187px;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .specialItems .activityBox .photo {
        width: 160px; } }
    .specialItems .activityBox .photo img {
      width: 100%; }
  .specialItems .activityBox .cont {
    position: relative;
    display: table-cell;
    width: calc(100% - 187px);
    padding: 18px 25px 18px 30px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1120px) {
      .specialItems .activityBox .cont {
        padding: 15px 25px 10px 20px; } }
    @media screen and (max-width: 480px) {
      .specialItems .activityBox .cont {
        width: calc(100% - 160px);
        padding: 10px 10px 10px 15px; } }
    .specialItems .activityBox .cont .arti-title {
      height: 1.3em;
      margin: 0 0 8px 0;
      color: #f9736f;
      overflow: hidden;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (max-width: 480px) {
        .specialItems .activityBox .cont .arti-title {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 1120px) {
        .specialItems .activityBox .cont .arti-title {
          margin: 0 0 2px 0; } }
    .specialItems .activityBox .cont .arti-cont {
      height: 4.7em;
      color: #666;
      overflow: hidden;
      font-size: 15px;
      line-height: 24px; }
      @media screen and (max-width: 480px) {
        .specialItems .activityBox .cont .arti-cont {
          font-size: 13px;
          line-height: 20px; } }
    .specialItems .activityBox .cont .linkTo-more {
      position: absolute;
      bottom: 18px;
      right: 25px;
      font-size: 13px;
      color: #f9736f; }
      .specialItems .activityBox .cont .linkTo-more span {
        padding: 0 0 0 16px;
        background: url(../images/EBU/icon_more.png) no-repeat 0 2px;
        background-size: 11px auto;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
      @media screen and (max-width: 480px) {
        .specialItems .activityBox .cont .linkTo-more {
          bottom: 8px;
          right: 12px; } }
  .specialItems .activityBox:hover .cont .linkTo-more span {
    background-position: 3px 2px; }

.EBUfaqBoxFt .loadMore a:hover {
  -webkit-box-shadow: inset 0px 0px 200px 0px #ffddda;
  box-shadow: inset 0px 0px 200px 0px #ffddda; }

/**
***  special article page
**/
.special-article-box .activityBox {
  position: relative;
  display: table;
  width: 100%;
  margin: 30px 0 0 0;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .special-article-box .activityBox {
      margin: 20px 0 0 0; } }
  .special-article-box .activityBox.padTop {
    margin: 24px 0 0 0; }
    @media screen and (max-width: 991px) {
      .special-article-box .activityBox.padTop {
        margin: 10px 0 0 0; } }
  .special-article-box .activityBox a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .special-article-box .activityBox .photo {
    display: table-cell;
    width: 40%;
    vertical-align: top; }
    @media screen and (max-width: 1120px) and (orientation: landscape) {
      .special-article-box .activityBox .photo {
        width: 50%; } }
    @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
      .special-article-box .activityBox .photo {
        display: table-cell;
        padding: 0 0 20px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 480px) {
      .special-article-box .activityBox .photo {
        display: block;
        width: 100%;
        margin: 0 0 10px 0; } }
    .special-article-box .activityBox .photo img {
      width: 100%; }
  .special-article-box .activityBox .cont {
    display: table-cell;
    width: 60%;
    padding: 0 5px 20px 26px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1120px) and (orientation: landscape) {
      .special-article-box .activityBox .cont {
        width: 50%;
        padding: 0 5px 20px 16px; } }
    @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
      .special-article-box .activityBox .cont {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 20px 13px; } }
    @media screen and (max-width: 991px) {
      .special-article-box .activityBox .cont {
        padding: 0 5px 0px 16px; } }
    @media screen and (max-width: 480px) {
      .special-article-box .activityBox .cont {
        display: block;
        width: 100%;
        padding: 0; } }
    .special-article-box .activityBox .cont .arti-title {
      height: 1.2em;
      margin: 0 0 6px 0;
      font-weight: bold;
      color: #f9736f;
      overflow: hidden;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (max-width: 480px) {
        .special-article-box .activityBox .cont .arti-title {
          font-size: 16px;
          line-height: 22px; } }
    .special-article-box .activityBox .cont .arti-cont {
      max-height: 16em;
      color: #666;
      overflow: hidden;
      font-size: 15px;
      line-height: 24px; }
      @media screen and (max-width: 480px) {
        .special-article-box .activityBox .cont .arti-cont {
          font-size: 13px;
          line-height: 20px; } }

.activ-table-wrap {
  margin: 30px 0 0 0;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .activ-table-wrap {
      margin: 20px 0 0 0; } }

.compareTable {
  width: 100%;
  margin: 0 0 30px 0;
  color: #333;
  font-size: 18px;
  line-height: 22px; }
  .compareTable .tableLeft {
    float: left;
    vertical-align: top;
    width: 160px;
    min-width: 160px;
    max-width: 160px; }
    .compareTable .tableLeft .tableHead {
      position: relative;
      height: 100%; }
      .compareTable .tableLeft .tableHead table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%; }
        .compareTable .tableLeft .tableHead table tr.withBG {
          color: #332f2a;
          background-color: #eaeaea; }
        .compareTable .tableLeft .tableHead table th {
          height: auto;
          font-weight: normal;
          padding: 8px 0px;
          text-align: center;
          vertical-align: middle;
          border: 2px #d2d2d2 solid;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .compareTable .tableRight {
    width: calc(100% - 160px);
    float: left;
    vertical-align: top;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .compareTable .tableRight .tableBody {
      position: relative;
      width: 100%;
      z-index: 1; }
      .compareTable .tableRight .tableBody .spaceBox {
        width: 100%;
        min-width: 625px; }
        .compareTable .tableRight .tableBody .spaceBox table.compareList {
          border-collapse: collapse;
          border-spacing: 0;
          width: 100%;
          border: 2px #d2d2d2 solid;
          -webkit-overflow-scrolling: touch; }
          .compareTable .tableRight .tableBody .spaceBox table.compareList tr.withBG {
            color: #332f2a;
            background-color: #eaeaea; }
          .compareTable .tableRight .tableBody .spaceBox table.compareList td {
            font-weight: normal;
            padding: 0;
            text-align: center;
            vertical-align: middle;
            border: 2px #d2d2d2 solid;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .compareTable .tableRight .tableBody .spaceBox table.compareList th {
            font-weight: normal;
            padding: 0;
            text-align: center;
            vertical-align: middle;
            border-right: 2px #d2d2d2 solid;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .compareTable .tableRight .tableBody .spaceBox table.compareList th:last-child {
              border: none; }
          .compareTable .tableRight .tableBody .spaceBox table.compareList .split-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .compareTable .tableRight .tableBody .spaceBox table.compareList .split-wrap .split {
              padding: 8px 0; }
            .compareTable .tableRight .tableBody .spaceBox table.compareList .split-wrap .split:nth-child(1) {
              border-bottom: 2px #d2d2d2 solid; }

table#exceptTable {
  width: 100%;
  text-align: center; }
  table#exceptTable tr {
    height: auto !important;
    font-weight: normal;
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    table#exceptTable tr th {
      font-weight: normal;
      padding: 10px 0px;
      text-align: center;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    table#exceptTable tr td {
      border: none; }
    table#exceptTable tr td.borderR {
      border-right: 2px solid #d2d2d2; }

/**
***  news-notice page
**/
.ebu-sub-search-wrapper {
  margin: 20px 0; }

.news-list-item {
  padding: 10px 0 20px; }
  .news-list-item .news-item {
    display: table;
    width: 100%;
    padding: 10px 8px;
    border-bottom: 1px dashed #d5d5d5;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .news-list-item .news-item {
        display: block;
        padding: 8px 6px; } }
    .news-list-item .news-item a {
      display: table;
      width: 100%; }
      .news-list-item .news-item a .news-title {
        display: table-cell;
        width: calc(100% - 86px);
        color: #333;
        font-size: 18px;
        line-height: 24px; }
        @media screen and (max-width: 480px) {
          .news-list-item .news-item a .news-title {
            font-size: 16px;
            line-height: 22px; } }
        @media screen and (max-width: 480px) {
          .news-list-item .news-item a .news-title {
            display: block;
            width: 100%;
            margin: 0 0 2px 0; } }
      .news-list-item .news-item a .news-date {
        display: table-cell;
        width: 86px;
        font-size: 13px;
        color: #999;
        text-align: right; }
        @media screen and (max-width: 480px) {
          .news-list-item .news-item a .news-date {
            display: block;
            width: 100%;
            text-align: left; } }
    .news-list-item .news-item:hover .news-title {
      color: #f9736f; }

/**
***  news-notice-article page
**/
.news-list-article {
  padding: 20px 0; }
  .news-list-article .artic-date {
    font-size: 13px;
    line-height: 16px;
    color: #666; }
  .news-list-article .artic-ttl {
    margin: 0 0 6px 0;
    font-weight: bold;
    color: #333;
    font-size: 22px;
    line-height: 30px;
    padding-top: 5px; }
    @media screen and (max-width: 480px) {
      .news-list-article .artic-ttl {
        font-size: 18px;
        line-height: 24px; } }
  .news-list-article .artic-cont {
    color: #666;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (max-width: 480px) {
      .news-list-article .artic-cont {
        font-size: 14px;
        line-height: 22px; } }
    .news-list-article .artic-cont .fromFetnet {
      margin: 40px 0 0 0;
      text-align: right; }

@media only screen and (max-width: 1260px) {
  .serice-Set .content .content-inner .service-item {
    width: calc(33.333% - 8px); } }
@media only screen and (max-width: 1100px) {
  .serice-Set {
    display: block; }
    .serice-Set .photo {
      position: relative;
      width: 100%;
      min-height: 266px;
      display: block;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .serice-Set .photo .photo-inner {
        width: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .serice-Set .content {
      display: block;
      width: 100%;
      padding: 20px 15px; }
      .serice-Set .content .content-inner .service-item {
        width: calc(50% - 8px);
        padding: 8px 10px; } }
@media only screen and (max-width: 1120px) {
  .map-wrap-box .map-box,
  .map-wrap-box .map-box.map-box-2 {
    width: 33.33%; } }
@media only screen and (max-width: 768px) {
  .EBUproDescription .EBUproDescriptionHd {
    display: none; }

  /**
  ***  about us page
  **/
  .EBUproDescription .EBUproDescriptionBd .box {
    margin: 4px 0 0 0;
    padding: 4px 0; }
    .EBUproDescription .EBUproDescriptionBd .box .icon {
      padding: 0 10px 0 0;
      width: 100px; }
      .EBUproDescription .EBUproDescriptionBd .box .icon img {
        width: 100%; }
    .EBUproDescription .EBUproDescriptionBd .box .con .title {
      margin: 0 0 2px 0;
      font-size: 14px;
      line-height: 20px;
      padding-top: 5px; }
    .EBUproDescription .EBUproDescriptionBd .box .con .text {
      font-size: 13px;
      line-height: 20px; }

  .cont-item-box {
    margin: 0 0 14px 0; }
    .cont-item-box .title-mainColor {
      margin: 0 0 6px 0; }

  /** site map page **/
  .map-wrap-box {
    padding: 15px 0; }
    .map-wrap-box .map-box {
      width: 50%;
      padding: 0 5px 28px;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .map-wrap-box .map-box.map-box-2 {
        width: 50%;
        padding: 0 0 5px 0 !important; }
      .map-wrap-box .map-box ul {
        padding: 0; }
        .map-wrap-box .map-box ul li {
          margin: 0 0 8px 0; }

  .map-wrap-box .map-box.map-box-2:last-child {
    padding: 0 0 28px 0 !important; }

  /** successExample page **/
  .successArticleBox .width60,
  .successArticleBox .width40 {
    display: block;
    width: 100%; }

  .successArticleBox .width50 {
    float: none;
    width: 100%; }

  .width50 + .width50 {
    padding-left: 0; }

  .serviceBox {
    margin: 0;
    font-size: 14px;
    text-align: left; }

  .serviceBox > div {
    margin: 0 0 0 6px; }

  .phoneDetailsBox {
    top: 0;
    right: 0;
    left: 50%; }

  /**
  ***  news notice page
  **/
  .news-list-article .artic-date {
    font-size: 13px;
    line-height: 16px; }

  /**
  ***  special article page
  **/
  .special-article-box .activityBox {
    display: block;
    width: 100%; }
    .special-article-box .activityBox .cont .arti-title {
      margin: 0 0 6px 0;
      overflow: hidden; }

  .activ-table-wrap .compareTable {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 18px; }
    .activ-table-wrap .compareTable .tableLeft {
      width: 120px;
      min-width: 120px;
      max-width: 120px;
      -webkit-box-shadow: 8px 0px 20px -11px #adadad;
      box-shadow: 8px 0px 20px -11px #adadad; }
    .activ-table-wrap .compareTable .tableRight {
      width: calc(100% - 120px); }
      .activ-table-wrap .compareTable .tableRight .tableBody .spaceBox {
        min-width: 500px; } }
@media screen and (max-width: 480px) {
  .serice-Set .photo {
    min-height: 180px; }

  .serviceBox > div {
    font-size: 13px;
    margin-left: 3px; }

  .map-wrap-box {
    padding: 0; }
    .map-wrap-box .map-box .sub-ttl {
      margin-left: 15px; }

  .sitemap-title-wrapper {
    margin-bottom: 15px; }

  /**
  ***  special article page
  **/
  .special-article-box .activityBox .cont .arti-cont {
    height: auto;
    height: initial;
    max-height: inherit;
    max-height: initial;
    max-height: auto;
    overflow: hidden; } }
@media only screen and (max-device-width: 768px) {
  .tabsEBU .prod-subMenu .item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none; } }
.successCase .caseListBox {
  padding-top: 10px; }

.successCase .caseListBox:after {
  content: "";
  display: table;
  clear: both; }

.successCase .caseListBox .slickLi {
  float: left;
  width: calc((100% - 36px)/ 3);
  padding: 10px 0 10px 0;
  margin-right: 15px; }
  .successCase .caseListBox .slickLi:nth-child(3n+4) {
    margin-right: 0; }
  @media screen and (max-width: 1120px) {
    .successCase .caseListBox .slickLi {
      width: calc((100% - 19px)/2);
      margin-right: 0; }
      .successCase .caseListBox .slickLi:nth-child(n+2) {
        margin-right: 15px; }
      .successCase .caseListBox .slickLi:nth-child(2n+1) {
        margin-right: 0px; } }
  @media screen and (max-width: 480px) {
    .successCase .caseListBox .slickLi {
      width: 100%; } }

.successCase .caseListBox .slickLi > div {
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 200ms ease-in;
  transition: -webkit-box-shadow 200ms ease-in;
  transition: box-shadow 200ms ease-in;
  transition: box-shadow 200ms ease-in, -webkit-box-shadow 200ms ease-in; }

.successCase .caseListBox .slickLi:hover > div {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); }

.successCase .caseListBox .slickLi > div > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.successCase .caseListBox .slickLi .subBox {
  padding: 0 0 40px 0;
  min-height: 132px; }
  @media screen and (max-width: 480px) {
    .successCase .caseListBox .slickLi .subBox {
      min-height: 102px; } }

.successCase .caseListBox .slickLi .photoBox img {
  width: 100%; }

.successCase .caseListBox .slickLi .title {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
  overflow: hidden;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 3.3em; }
  @media screen and (max-width: 480px) {
    .successCase .caseListBox .slickLi .title {
      font-size: 16px;
      line-height: 22px; } }

.successCase .caseListBox .slickLi .more {
  position: absolute;
  right: 20px;
  bottom: 15px; }

.successCase .caseListBox .slickLi .more span {
  color: #f9736f;
  padding: 0 0 0 16px;
  background: url(../images/EBU/icon_more.png) no-repeat 0 2px;
  background-size: 11px auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.successCase .caseListBox .slickLi:hover .subBox .more span {
  background-position: 3px 2px; }

.successCase .caseDetailBox p.txt {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 28px;
  color: #666; }

.successCase .caseDetailBox h3.h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-left: 2px #ed0f00 solid;
  color: #ed0f00; }
  @media screen and (max-width: 480px) {
    .successCase .caseDetailBox h3.h3 {
      font-size: 18px;
      line-height: 24px; } }

.success-first-case {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.case-title {
  font-size: 22px; }

.success-text {
  padding: 5px 20px 0;
  max-height: 4.5em;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .success-text {
      font-size: 13px;
      line-height: 20px; } }

.success-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 0 2px 10px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  background-color: rgba(249, 115, 111, 0.7);
  color: white; }
  .success-label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 23px 0 0;
    border-color: rgba(249, 115, 111, 0.7) transparent transparent transparent;
    right: -23px;
    top: 0; }

.successCase .caseListBox {
  padding-top: 10px; }
  .successCase .caseListBox .slickLi .title {
    font-weight: 700;
    max-height: 3.3em;
    padding-bottom: 0; }
  .successCase .caseListBox > .slickLi:nth-child(1) {
    width: 100%;
    padding-left: 0; }
    .successCase .caseListBox > .slickLi:nth-child(1) .success-text {
      padding-top: 5px; }
    .successCase .caseListBox > .slickLi:nth-child(1) > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media screen and (min-width: 480px) {
        .successCase .caseListBox > .slickLi:nth-child(1) > div {
          -webkit-box-shadow: initial;
                  box-shadow: initial; } }
      @media screen and (max-width: 480px) {
        .successCase .caseListBox > .slickLi:nth-child(1) > div {
          display: block; } }
    .successCase .caseListBox > .slickLi:nth-child(1) .photoBox {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 49%;
              flex: 1 0 49%; }

@media screen and (min-width: 480px) {
  .ebuConBoxFt.pc-show {
    display: block; } }
@media screen and (max-width: 480px) {
  .ebuConBoxFt {
    width: 100%;
    text-align: center; }
    .ebuConBoxFt .pageList {
      margin-top: -10px;
      margin-bottom: 30px; } }

/**
***  successExample page
**/
.main-title-wrapper {
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (max-width: 480px) {
    .main-title-wrapper {
      padding: 0 0 4px 0; } }
  .main-title-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 3px;
    background: #ed0f00;
    visibility: visible; }
  .main-title-wrapper .title {
    float: left;
    color: #333;
    font-size: 22px;
    line-height: 30px; }
    @media screen and (max-width: 480px) {
      .main-title-wrapper .title {
        font-size: 18px;
        line-height: 24px; } }
  .main-title-wrapper .backTo-Page {
    float: right;
    display: block; }
    .main-title-wrapper .backTo-Page a {
      color: #f9736f;
      font-size: 14px;
      line-height: 28px; }

.successArticleBox {
  padding: 10px 0 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1120px) {
    .successArticleBox {
      padding: 10px 0 10px; } }
  @media screen and (max-width: 480px) {
    .successArticleBox {
      padding: 0px; } }

.successArticleBox .successCase .caseListBox .slickLi > div {
  -webkit-box-shadow: none;
  box-shadow: none; }

.successArticleBox .successCase .caseListBox .slickLi .title {
  padding: 10px 0; }
  @media screen and (max-width: 480px) {
    .successArticleBox .successCase .caseListBox .slickLi .title {
      padding: 10px 0; } }

.successArticleBox .successCase .caseListBox .slickLi .success-text {
  padding: 5px 0 0; }
  @media screen and (max-width: 480px) {
    .successArticleBox .successCase .caseListBox .slickLi .success-text {
      padding: 5px 0 0; } }

.successArticleBox .successCase .caseListBox .slickLi {
  float: none;
  margin: 0; }

.successArticleBox .successCase .caseListBox > .slickLi:nth-child(1) > div {
  display: block; }

.successArticleBox .successCase .caseListBox > .slickLi:nth-child(1) .photoBox {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  display: block;
  float: left;
  width: 50%;
  padding-right: 2%; }
  @media screen and (max-width: 480px) {
    .successArticleBox .successCase .caseListBox > .slickLi:nth-child(1) .photoBox {
      float: none;
      width: 100%;
      padding-right: 0; } }

.successArticleBox .success-text {
  padding: 5px 20px 0 0;
  max-height: none;
  overflow: initial;
  overflow: inherit; }

.successArticleBox .successCase .caseListBox .slickLi .subBox {
  padding: 0; }

/*
.successArticleBox .title-blck{
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    color: #333;
    @include title-22-30;
    @include mob { 
        margin-bottom: 6px;
    }
}
.successArticleBox .title-mainColor {
    margin: 20px 0 10px;
    font-weight: bold;
    color: #f9736f;
    @include title-18;
    @include mob { 
        margin: 10px 0 4px;
    }

}
.successArticleBox p{
    color: #333;
    @include content-15 ;
}
.successArticleBox small.date{
    margin: 0 0 6px 0;
    font-size: 13px;
    color: #666;
}
.successArticleBox .width-wrap{
    margin: 20px 0; 
    @include mob {
        margin: 20px 0 0; 
    }
}
.successArticleBox .width50{
    float: left;
    width: 49%;
    vertical-align: top
}
.width50 + .width50{
    padding-left: 2%
}
.successArticleBox img.shadow{
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(163,163,163,1);
    box-shadow: 0px 0px 8px 0px rgba(163,163,163,1);
    @include big-pad{
        width: 100%;
    }

}
.successArticleBox .photoBox.imgFloatL{
    position: relative;
    float: left;
    margin: 0 2% 1% 0;

    @include big-pad{
        float: none;
        margin: 0 0 4% 0;
    }
}
.successArticleBox .mgBtm2{
    margin-bottom: 2%;
    @include mob {
        margin-bottom: 4%;
    }
}

*/
.faq .faqBox {
  margin-bottom: 30px;
  padding-top: 10px; }
  @media screen and (max-width: 480px) {
    .faq .faqBox {
      padding-top: 20px; } }

.faq .faqBox .slickLi {
  background: url(../images/EBU/hr.gif) repeat-x top; }

.faq .faqBox .slickLi:first-child {
  background: none; }

.faq .asked a {
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0 15px 30px;
  display: block;
  color: #333;
  background-image: url(../images/EBU/icon_open.png);
  background-repeat: no-repeat;
  background-position: left 18px;
  background-size: 20px auto; }
  @media screen and (max-width: 480px) {
    .faq .asked a {
      font-size: 16px;
      line-height: 22px; } }

.faq .faqBox .slickLi .reply {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 30px;
  padding: 0 0 0px 0;
  color: #666;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (max-width: 480px) {
    .faq .faqBox .slickLi .reply {
      font-size: 14px;
      line-height: 22px; } }

.faq .slickLi.open .asked {
  padding-bottom: 0; }

.faq .slickLi.open .asked a {
  color: #f9736f;
  background-image: url(../images/EBU/icon_close.png);
  padding-bottom: 7px; }
  @media screen and (max-width: 480px) {
    .faq .slickLi.open .asked a {
      padding-bottom: 0; } }

.faq .slickLi.open .reply {
  padding: 0 0 15px 0;
  max-height: initial;
  max-height: inherit; }
  @media screen and (max-width: 480px) {
    .faq .slickLi.open .reply {
      padding-top: 5px; } }

.faq .slickLi.open .reply a {
  color: #185196; }

.faq .asked {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media screen and (max-width: 480px) {
    .faq .asked {
      padding-bottom: 5px;
      display: block; } }
  .faq .asked a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 130px);
            flex: 1 1 calc(100% - 130px);
    overflow: hidden;
    line-height: 32px; }
    @media screen and (max-width: 991px) {
      .faq .asked a {
        height: auto;
        background-position: left 16px;
        background-size: 16px auto;
        padding: 10px 0 0 30px;
        line-height: 1.5em; } }
  .faq .asked small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    text-align: right;
    line-height: 50px; }
    @media screen and (max-width: 480px) {
      .faq .asked small {
        padding-left: 30px;
        line-height: 1.5em; } }

.faq .slickLi.open small {
  line-height: 43px; }
  @media screen and (max-width: 480px) {
    .faq .slickLi.open small {
      line-height: 1.5em; } }

.faq + .magic-box + .serviceBox {
  margin-top: 40px; }

.product-plan {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px dashed #cccccc; }
  @media screen and (min-width: 480px) {
    .product-plan:last-child {
      border-color: transparent;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .product-plan .btn-small {
      width: calc((100% - 15px)/4);
      margin-right: 0; } }

.plan-info {
  border: #b9b9b9 2px solid; }
  .plan-info .plan-header {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: #b9b9b9; }
  .plan-info .plan-tb {
    width: 100%; }
  .plan-info .plan-tb-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
  .plan-info tr {
    border-top: 1px solid #ececec; }
  .plan-info td {
    width: 85px;
    padding: 10px 0 10px 10px; }
    .plan-info td .btn-filled {
      width: 100%;
      margin-bottom: 3px;
      color: white !important; }
    .plan-info td:first-child {
      width: 45px;
      line-height: 1.125em; }
      @media screen and (max-width: 991px) {
        .plan-info td:first-child {
          width: 15px; } }
    .plan-info td:last-child {
      padding-right: 10px; }

.plan-th td {
  text-align: center; }

.plan-tb-row td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 97px; }
  .plan-tb-row td:first-child {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    background-color: rgba(249, 115, 111, 0.5); }

.joinForm .intro {
  padding: 30px 0;
  position: relative;
  text-align: center;
  background: url(../images/EBU/hr.gif) repeat-x top; }

.prompt {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: #ed0f00; }
  @media screen and (max-width: 480px) {
    .prompt {
      top: 0; } }

.joinForm .intro .text {
  font-size: 17px;
  line-height: 24px;
  color: #333; }

.joinForm .intro .text b {
  font-weight: normal;
  color: #ed0f00; }

.joinForm .joinFormBox fieldset {
  margin: 0 -14px; }

.joinForm .joinFormBox fieldset legend {
  font-size: 0; }

.joinForm .joinFormBox hr {
  margin: 30px auto;
  border: 0;
  border-bottom: 1px dashed #ccc;
  width: calc(100% - 28px); }

.joinForm .joinFormBox .slickLi {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 20px 0 20px -4px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .joinForm .joinFormBox .slickLi.Verifi-code-Box {
    width: calc(50% + 240px); }
    @media screen and (max-width: 991px) {
      .joinForm .joinFormBox .slickLi.Verifi-code-Box {
        width: 100%; } }

.joinForm .joinFormBox .slickLi.option {
  width: 100%; }

.joinForm .joinFormBox .slickLi[class*="max"] {
  width: 100%; }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi[class*="max"] {
      padding-left: 0;
      padding-right: 0; } }

.joinForm .joinFormBox .slickLi.max {
  margin-bottom: 20px; }

.joinForm .joinFormBox .slickLi.max-terms label,
.joinForm .joinFormBox .slickLi.max-terms .con {
  display: table-cell;
  vertical-align: top; }

.joinForm .joinFormBox .slickLi.max-code label,
.joinForm .joinFormBox .slickLi.max-interest > label {
  width: 130px; }

.joinForm .joinFormBox .slickLi.max-interest > label span {
  color: #b3b3b3; }

.joinForm .joinFormBox .slickLi.max-interest .con span {
  display: inline-block;
  padding: 0 15px 10px 0; }

.joinForm .joinFormBox .slickLi.max-who span {
  padding: 0 10px 0 0;
  position: relative;
  top: 2px; }

.joinForm .joinFormBox .slickLi.max-code label {
  min-width: 90px;
  vertical-align: middle; }

.joinForm .joinFormBox .slickLi.max-code .con {
  position: relative;
  width: 100%;
  padding: 38px 0 0 0; }

.joinForm .joinFormBox .slickLi.max-code .con .codeInput,
.joinForm .joinFormBox .slickLi.max-code .con .codeBox {
  position: absolute;
  top: 0;
  /* height: 38px; */ }

.joinForm .joinFormBox .slickLi.max-code .con .codeInput {
  left: 0;
  right: 302px; }

.joinForm .joinFormBox .slickLi.max-code .con .codeBox {
  right: 0;
  width: 300px; }
  @media screen and (max-width: 991px) {
    .joinForm .joinFormBox .slickLi.max-code .con .codeBox {
      right: 54px; } }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi.max-code .con .codeBox {
      right: 0px; } }

.joinForm .joinFormBox .slickLi.max-code .con .codeBox > img {
  max-height: 100%;
  vertical-align: middle; }

.joinForm .joinFormBox .slickLi.max-code .con .codeBox a.renew img {
  max-width: 32px; }

.joinForm .joinFormBox .slickLi.max-who label {
  padding: 0 20px 0 0; }

.joinForm .joinFormBox .slickLi.max-terms a.more {
  /*position: relative;top: 3px;*/
  color: #185196; }

.joinForm .joinFormBox .slickLi.max-terms {
  margin: 20px 0 10px 0px; }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi.max-terms {
      margin-left: 10px;
      width: calc(100% - 30px); } }

.joinForm .joinFormBox .slickLi.max-terms label {
  margin: 0 0 14px 30px;
  text-indent: -30px;
  display: inline-block;
  /* line-height: 15px; */ }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi.max-terms label {
      margin: 0 0 0 30px; } }

.joinForm .joinFormBox .slickLi .con {
  font-size: 16px; }

.joinForm .joinFormBox .slickLi label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #666;
  line-height: 20px; }

.joinForm .joinFormBox .slickLi label em {
  font-style: normal;
  color: #ed0f00; }

.joinForm .joinFormBox .slickLi .errorMsgMin {
  margin: 5px 0 0 0;
  color: #ed0f00;
  display: none; }

.joinForm .joinFormBox .slickLi.error .errorMsgMin {
  display: block; }

.joinForm ::-webkit-input-placeholder {
  color: #e0e0e0; }

.joinForm :-moz-placeholder {
  color: #e0e0e0;
  opacity: 1; }

.joinForm ::-moz-placeholder {
  color: #e0e0e0;
  opacity: 1; }

.joinForm :-ms-input-placeholder {
  color: #e0e0e0; }

.joinForm input,
.joinForm select,
.joinForm textarea {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  vertical-align: middle;
  resize: none;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
     border-image: initial; }

.joinForm textarea:focus {
  color: #333;
  border: 1px solid #000; }

.joinForm input[type="checkbox"] {
  -webkit-appearance: checkbox; }

.joinForm input[type="radio"] {
  -webkit-appearance: radio; }

.joinForm input[type="radio"] {
  position: relative;
  top: -3px; }

.joinForm input[type="checkbox"] {
  position: relative;
  top: -1px; }

.joinForm .joinFormBox .slickLi .optionBox {
  /* border: 1px #ccc solid; */
  font-size: 14px; }

.joinForm .joinFormBox .slickLi.option .optionBox {
  width: calc(50% - 14px);
  float: left;
  margin-right: 28px; }
  @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
    .joinForm .joinFormBox .slickLi.option .optionBox {
      width: calc(50% - 14px); } }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi.option .optionBox {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi.option .optionBox.multiple {
      margin-bottom: 10px; } }

.joinForm .joinFormBox .slickLi.option .optionBox:last-child {
  margin-right: 0; }

.joinForm .joinFormBox .slickLi .selectboxit-container > span {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block; }
  @media screen and (max-width: 991px) {
    .joinForm .joinFormBox .slickLi .selectboxit-container > span {
      font-size: 14px;
      height: 38px;
      line-height: 38px; } }

.selectboxit-container .selectboxit-btn.selectboxit-enabled {
  border: 1px #ccc solid; }

.selectboxit-container .selectboxit-btn.selectboxit-enabled:focus {
  border: 1px #000 solid; }

.joinForm .joinFormBox .slickLi .selectboxit-container .selectboxit-options {
  /* left: -1px;
  width: calc(100% + 2px); */ }

.joinForm .joinFormBox .slickLi input[type="text"],
.joinForm .joinFormBox .slickLi input[type="email"],
.joinForm .joinFormBox .slickLi input[type="number"],
.joinForm .joinFormBox .slickLi input[type="password"] {
  padding: 0 4px;
  font-size: 16px;
  height: 2.4em;
  line-height: 2.4em;
  width: calc(100% - 2px);
  border: 1px #ccc solid;
  text-indent: 5px;
  color: #888;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.joinForm .joinFormBox .slickLi input[type="text"]:focus,
.joinForm .joinFormBox .slickLi input[type="email"]:focus,
.joinForm .joinFormBox .slickLi input[type="number"]:focus,
.joinForm .joinFormBox .slickLi input[type="password"]:focus {
  border: 1px #000 solid;
  color: #333; }

.joinForm .joinFormBox .slickLi.error input[type="text"],
.joinForm .joinFormBox .slickLi.error input[type="email"],
.joinForm .joinFormBox .slickLi.error input[type="number"],
.joinForm .joinFormBox .slickLi.error input[type="password"] {
  border: 1px #ed0f00 solid; }

.selectboxit-container span {
  font-size: 16px;
  height: 40px;
  line-height: 40px; }

.joinForm .joinFormBox .slickLi .formBtn {
  text-align: center;
  margin: 40px 0 20px 0; }

.joinForm .joinFormBox .slickLi .formBtn span {
  margin: 0 10px;
  display: inline-block;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); }

.joinForm .joinFormBox .slickLi .formBtn input[type="reset"],
.joinForm .joinFormBox .slickLi .formBtn input[type="submit"],
.joinForm .joinFormBox .slickLi .formBtn input[type="button"] {
  vertical-align: middle;
  padding: 0 20px 0 20px;
  min-width: 140px;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background-color: #b3b3b3;
  border: 2px #fff solid;
  -webkit-box-shadow: inset 0px 0px 0px 0px #bbbbbb;
          box-shadow: inset 0px 0px 0px 0px #bbbbbb;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.joinForm .joinFormBox .slickLi .formBtn input[type="submit"] {
  background-color: #f9736f; }

.joinForm .joinFormBox .slickLi .formBtn span:hover input[type="reset"],
.joinForm .joinFormBox .slickLi .formBtn span:hover input[type="submit"],
.joinForm .joinFormBox .slickLi .formBtn span:hover input[type="button"] {
  -webkit-box-shadow: inset 0px 0px 200px 0px gray;
          box-shadow: inset 0px 0px 200px 0px gray; }

.joinForm .joinFormBox .slickLi .formBtn span.submit input[type="reset"],
.joinForm .joinFormBox .slickLi .formBtn span.submit input[type="button"] {
  background-color: #f9736f;
  -webkit-box-shadow: inset 0px 0px 0px 0px #333;
          box-shadow: inset 0px 0px 0px 0px #333; }

.joinForm .joinFormBox .slickLi .formBtn span.submit:hover input[type="reset"],
.joinForm .joinFormBox .slickLi .formBtn span.submit:hover input[type="button"] {
  -webkit-box-shadow: inset 0px 0px 200px 0px black;
          box-shadow: inset 0px 0px 200px 0px black; }

.joinForm .joinFormBox .slickLi .formBtn span.submit input[type="submit"] {
  -webkit-box-shadow: inset 0px 0px 0px 0px #f9736f;
          box-shadow: inset 0px 0px 0px 0px #f9736f; }

.joinForm .joinFormBox .slickLi .formBtn span.submit:hover input[type="submit"] {
  -webkit-box-shadow: inset 0px 0px 200px 0px #f7433e;
          box-shadow: inset 0px 0px 200px 0px #f7433e; }

@media only screen and (max-width: 767px) {
  .joinForm .joinFormBox .slickLi.max-terms .exhortBox a.open {
    display: block; }

  .joinForm .joinFormBox .slickLi.max-terms .exhortBox {
    margin: 10px 0 10px 0; }

  .joinForm .intro {
    padding: 15px 0 5px 0; }

  .joinForm .intro .text {
    font-size: 14px;
    line-height: 20px; }

  .joinForm .joinFormBox .slickLi {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    padding: 0 10px; }
    .joinForm .joinFormBox .slickLi.inline-block-fix {
      margin: 0 0 10px 0; }

  .joinForm .joinFormBox .slickLi label {
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 20px; }

  .joinForm .joinFormBox .slickLi input[type="text"],
  .joinForm .joinFormBox .slickLi input[type="email"],
  .joinForm .joinFormBox .slickLi input[type="number"],
  .joinForm .joinFormBox .slickLi input[type="password"] {
    font-size: 14px;
    height: 36px;
    line-height: 36px; }

  .selectboxit-container span {
    font-size: 14px;
    height: 36px;
    line-height: 36px; }

  .joinForm .joinFormBox hr {
    margin: 15px 10px;
    width: calc(100% - 20px); }

  .joinForm .joinFormBox .slickLi.max-code label,
  .joinForm .joinFormBox .slickLi.max-interest > label {
    width: auto; }

  .joinForm .joinFormBox .slickLi.max-code label,
  .joinForm .joinFormBox .slickLi.max-interest label,
  .joinForm .joinFormBox .slickLi.max-code .con {
    display: block; }

  .joinForm .joinFormBox .slickLi.max-code {
    width: 100%; }

  .joinForm .joinFormBox .slickLi .formBtn input[type="reset"],
  .joinForm .joinFormBox .slickLi .formBtn input[type="submit"],
  .joinForm .joinFormBox .slickLi .formBtn input[type="button"] {
    padding: 0 15px;
    height: 45px;
    font-size: 15px; }

  .joinForm .joinFormBox .slickLi.max-code {
    width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi.max-code {
      width: calc(100% - 20px);
      margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  .joinForm .joinFormBox .slickLi .con {
    font-size: 14px;
    /* line-height: 26px; */ }

  .joinForm .joinFormBox .slickLi.max-who span {
    /* top: -3px; */ }

  .joinForm .joinFormBox .slickLi.max-code .con,
  .joinForm .joinFormBox .slickLi.max-code .con .codeInput,
  .joinForm .joinFormBox .slickLi.max-code .con .codeBox {
    position: relative;
    height: auto; }

  .joinForm .joinFormBox .slickLi.max-code .con .codeInput,
  .joinForm .joinFormBox .slickLi.max-code .con .codeBox {
    padding: 0 0 10px 0; }

  .joinForm .joinFormBox .slickLi .formBtn {
    margin: 40px 0 5px 0; }

  .joinForm .joinFormBox .slickLi .formBtn span {
    margin: 0 5px; }

  .joinForm .joinFormBox .slickLi.max-code .con {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .joinForm .joinFormBox .slickLi.max-code {
    width: calc(100% - 20px);
    margin-left: 10px; }

  .joinForm .joinFormBox .slickLi.max-who span {
    display: inline-block; }

  .joinForm .joinFormBox .slickLi.max-interest .con span {
    display: block;
    padding: 3px 0; } }
.max-code .con {
  padding-top: 0 !important; }

.joinf-field {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .joinf-field {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .joinf-field #code {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 44px; }
    @media screen and (max-width: 480px) {
      .joinf-field #code {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .joinf-field .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px; }
    @media screen and (max-width: 480px) {
      .joinf-field .field {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-top: 5px; } }
    .joinf-field .field > img {
      width: 195px;
      height: 44px; }
      @media screen and (max-width: 480px) {
        .joinf-field .field > img {
          width: 50%; } }
    .joinf-field .field > .renew {
      display: inline-block;
      width: 40px; }

.floating-radio {
  position: absolute;
  right: 18px;
  top: 0;
  font-size: 14px; }

.joinForm .joinFormBox .slickLi .floating-radio label,
.joinForm .joinFormBox .slickLi.contactBox label {
  display: inline-block; }
  
  
  /* add */
.joinForm .joinFormBox .slickLi_custom {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 20px 0 20px -4px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .joinForm .joinFormBox .slickLi_custom.Verifi-code-Box {
    width: calc(50% + 240px); }
    @media screen and (max-width: 991px) {
      .joinForm .joinFormBox .slickLi_custom.Verifi-code-Box {
        width: 100%; } }

.joinForm .joinFormBox .slickLi_custom.option {
  width: 100%; }

.joinForm .joinFormBox .slickLi_custom[class*="max"] {
  width: 100%; }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi_custom[class*="max"] {
      padding-left: 0;
      padding-right: 0; } }

.joinForm .joinFormBox .slickLi_custom.max {
  margin-bottom: 20px; }

.joinForm .joinFormBox .slickLi_custom.max-terms label,
.joinForm .joinFormBox .slickLi_custom.max-terms .con {
  display: table-cell;
  vertical-align: top; }

.joinForm .joinFormBox .slickLi_custom.max-code label,
.joinForm .joinFormBox .slickLi_custom.max-interest > label {
  width: 130px; }

.joinForm .joinFormBox .slickLi_custom.max-interest > label span {
  color: #b3b3b3; }

.joinForm .joinFormBox .slickLi_custom.max-interest .con span {
  display: inline-block;
  padding: 0 15px 10px 0; }

.joinForm .joinFormBox .slickLi_custom.max-who span {
  padding: 0 10px 0 0;
  position: relative;
  top: 2px; }

.joinForm .joinFormBox .slickLi_custom.max-code label {
  min-width: 90px;
  vertical-align: middle; }

.joinForm .joinFormBox .slickLi_custom.max-code .con {
  position: relative;
  width: 100%;
  padding: 38px 0 0 0; }

.joinForm .joinFormBox .slickLi_custom.max-code .con .codeInput,
.joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox {
  position: absolute;
  top: 0;
  /* height: 38px; */ }

.joinForm .joinFormBox .slickLi_custom.max-code .con .codeInput {
  left: 0;
  right: 302px; }

.joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox {
  right: 0;
  width: 300px; }
  @media screen and (max-width: 991px) {
    .joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox {
      right: 54px; } }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox {
      right: 0px; } }

.joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox > img {
  max-height: 100%;
  vertical-align: middle; }

.joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox a.renew img {
  max-width: 32px; }

.joinForm .joinFormBox .slickLi_custom.max-who label {
  padding: 0 20px 0 0; }

.joinForm .joinFormBox .slickLi_custom.max-terms a.more {
  /*position: relative;top: 3px;*/
  color: #185196; }

.joinForm .joinFormBox .slickLi_custom.max-terms {
  margin: 20px 0 10px 0px; }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi_custom.max-terms {
      margin-left: 10px;
      width: calc(100% - 30px); } }

.joinForm .joinFormBox .slickLi_custom.max-terms label {
  margin: 0 0 14px 30px;
  text-indent: -30px;
  display: inline-block;
  /* line-height: 15px; */ }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi_custom.max-terms label {
      margin: 0 0 0 30px; } }

.joinForm .joinFormBox .slickLi_custom .con {
  font-size: 16px; }

.joinForm .joinFormBox .slickLi_custom label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #666;
  line-height: 20px; }

.joinForm .joinFormBox .slickLi_custom label em {
  font-style: normal;
  color: #ed0f00; }

.joinForm .joinFormBox .slickLi_custom .errorMsgMin {
  margin: 5px 0 0 0;
  color: #ed0f00;
  display: none; }

.joinForm .joinFormBox .slickLi_custom.error .errorMsgMin {
  display: block; }

.joinForm .joinFormBox .slickLi_custom .optionBox {
  /* border: 1px #ccc solid; */
  font-size: 14px; }

.joinForm .joinFormBox .slickLi_custom.option .optionBox {
  width: calc(50% - 14px);
  float: left;
  margin-right: 28px; }
  @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
    .joinForm .joinFormBox .slickLi_custom.option .optionBox {
      width: calc(50% - 14px); } }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi_custom.option .optionBox {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi_custom.option .optionBox.multiple {
      margin-bottom: 10px; } }

.joinForm .joinFormBox .slickLi_custom.option .optionBox:last-child {
  margin-right: 0; }

.joinForm .joinFormBox .slickLi_custom .selectboxit-container > span {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block; }
  @media screen and (max-width: 991px) {
    .joinForm .joinFormBox .slickLi_custom .selectboxit-container > span {
      font-size: 14px;
      height: 38px;
      line-height: 38px; } }

.joinForm .joinFormBox .slickLi_custom .selectboxit-container .selectboxit-options {
  /* left: -1px;
  width: calc(100% + 2px); */ }

.joinForm .joinFormBox .slickLi_custom input[type="text"],
.joinForm .joinFormBox .slickLi_custom input[type="email"],
.joinForm .joinFormBox .slickLi_custom input[type="number"],
.joinForm .joinFormBox .slickLi_custom input[type="password"] {
  padding: 0 4px;
  font-size: 16px;
  height: 2.4em;
  line-height: 2.4em;
  width: calc(100% - 2px);
  border: 1px #ccc solid;
  text-indent: 5px;
  color: #888;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.joinForm .joinFormBox .slickLi_custom input[type="text"]:focus,
.joinForm .joinFormBox .slickLi_custom input[type="email"]:focus,
.joinForm .joinFormBox .slickLi_custom input[type="number"]:focus,
.joinForm .joinFormBox .slickLi_custom input[type="password"]:focus {
  border: 1px #000 solid;
  color: #333; }

.joinForm .joinFormBox .slickLi_custom.error input[type="text"],
.joinForm .joinFormBox .slickLi_custom.error input[type="email"],
.joinForm .joinFormBox .slickLi_custom.error input[type="number"],
.joinForm .joinFormBox .slickLi_custom.error input[type="password"] {
  border: 1px #ed0f00 solid; }

.joinForm .joinFormBox .slickLi_custom .formBtn {
  text-align: center;
  margin: 40px 0 20px 0; }

.joinForm .joinFormBox .slickLi_custom .formBtn span {
  margin: 0 10px;
  display: inline-block;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); }

.joinForm .joinFormBox .slickLi_custom .formBtn input[type="reset"],
.joinForm .joinFormBox .slickLi_custom .formBtn input[type="submit"],
.joinForm .joinFormBox .slickLi_custom .formBtn input[type="button"] {
  vertical-align: middle;
  padding: 0 20px 0 20px;
  min-width: 140px;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background-color: #b3b3b3;
  border: 2px #fff solid;
  -webkit-box-shadow: inset 0px 0px 0px 0px #bbbbbb;
          box-shadow: inset 0px 0px 0px 0px #bbbbbb;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.joinForm .joinFormBox .slickLi_custom .formBtn input[type="submit"] {
  background-color: #f9736f; }

.joinForm .joinFormBox .slickLi_custom .formBtn span:hover input[type="reset"],
.joinForm .joinFormBox .slickLi_custom .formBtn span:hover input[type="submit"],
.joinForm .joinFormBox .slickLi_custom .formBtn span:hover input[type="button"] {
  -webkit-box-shadow: inset 0px 0px 200px 0px gray;
          box-shadow: inset 0px 0px 200px 0px gray; }

.joinForm .joinFormBox .slickLi_custom .formBtn span.submit input[type="reset"],
.joinForm .joinFormBox .slickLi_custom .formBtn span.submit input[type="button"] {
  background-color: #f9736f;
  -webkit-box-shadow: inset 0px 0px 0px 0px #333;
          box-shadow: inset 0px 0px 0px 0px #333; }

.joinForm .joinFormBox .slickLi_custom .formBtn span.submit:hover input[type="reset"],
.joinForm .joinFormBox .slickLi_custom .formBtn span.submit:hover input[type="button"] {
  -webkit-box-shadow: inset 0px 0px 200px 0px black;
          box-shadow: inset 0px 0px 200px 0px black; }

.joinForm .joinFormBox .slickLi_custom .formBtn span.submit input[type="submit"] {
  -webkit-box-shadow: inset 0px 0px 0px 0px #f9736f;
          box-shadow: inset 0px 0px 0px 0px #f9736f; }

.joinForm .joinFormBox .slickLi_custom .formBtn span.submit:hover input[type="submit"] {
  -webkit-box-shadow: inset 0px 0px 200px 0px #f7433e;
          box-shadow: inset 0px 0px 200px 0px #f7433e; }

@media only screen and (max-width: 767px) {
  .joinForm .joinFormBox .slickLi_custom.max-terms .exhortBox a.open {
    display: block; }

  .joinForm .joinFormBox .slickLi_custom.max-terms .exhortBox {
    margin: 10px 0 10px 0; }

  .joinForm .joinFormBox .slickLi_custom {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    padding: 0 10px; }
    .joinForm .joinFormBox .slickLi_custom.inline-block-fix {
      margin: 0 0 10px 0; }

  .joinForm .joinFormBox .slickLi_custom label {
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 20px; }

  .joinForm .joinFormBox .slickLi_custom input[type="text"],
  .joinForm .joinFormBox .slickLi_custom input[type="email"],
  .joinForm .joinFormBox .slickLi_custom input[type="number"],
  .joinForm .joinFormBox .slickLi_custom input[type="password"] {
    font-size: 14px;
    height: 36px;
    line-height: 36px; }

  .joinForm .joinFormBox .slickLi_custom.max-code label,
  .joinForm .joinFormBox .slickLi_custom.max-interest > label {
    width: auto; }

  .joinForm .joinFormBox .slickLi_custom.max-code label,
  .joinForm .joinFormBox .slickLi_custom.max-interest label,
  .joinForm .joinFormBox .slickLi_custom.max-code .con {
    display: block; }

  .joinForm .joinFormBox .slickLi_custom.max-code {
    width: 100%; }

  .joinForm .joinFormBox .slickLi_custom .formBtn input[type="reset"],
  .joinForm .joinFormBox .slickLi_custom .formBtn input[type="submit"],
  .joinForm .joinFormBox .slickLi_custom .formBtn input[type="button"] {
    padding: 0 15px;
    height: 45px;
    font-size: 15px; }

  .joinForm .joinFormBox .slickLi_custom.max-code {
    width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 480px) {
    .joinForm .joinFormBox .slickLi_custom.max-code {
      width: calc(100% - 20px);
      margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  .joinForm .joinFormBox .slickLi_custom .con {
    font-size: 14px;
    /* line-height: 26px; */ }

  .joinForm .joinFormBox .slickLi_custom.max-who span {
    /* top: -3px; */ }

  .joinForm .joinFormBox .slickLi_custom.max-code .con,
  .joinForm .joinFormBox .slickLi_custom.max-code .con .codeInput,
  .joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox {
    position: relative;
    height: auto; }

  .joinForm .joinFormBox .slickLi_custom.max-code .con .codeInput,
  .joinForm .joinFormBox .slickLi_custom.max-code .con .codeBox {
    padding: 0 0 10px 0; }

  .joinForm .joinFormBox .slickLi_custom .formBtn {
    margin: 40px 0 5px 0; }

  .joinForm .joinFormBox .slickLi_custom .formBtn span {
    margin: 0 5px; }

  .joinForm .joinFormBox .slickLi_custom.max-code .con {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .joinForm .joinFormBox .slickLi_custom.max-code {
    width: calc(100% - 20px);
    margin-left: 10px; }

  .joinForm .joinFormBox .slickLi_custom.max-who span {
    display: inline-block; }

  .joinForm .joinFormBox .slickLi_custom.max-interest .con span {
    display: block;
    padding: 3px 0; } }

.joinForm .joinFormBox .slickLi_custom .floating-radio label,
.joinForm .joinFormBox .slickLi_custom.contactBox label {
  display: inline-block; }
  
  
  

.lh-40 {
  line-height: 40px; }
  @media screen and (max-width: 991px) {
    .lh-40 {
      line-height: 20px; } }

.radioItem {
  margin: 0 15px 0 0; }
  @media screen and (max-width: 480px) {
    .radioItem {
      margin: 0 12px 0 0; } }

.radioItem:last-child {
  margin: 0; }

.join-form-wrap img.arrow {
  max-width: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .join-form-wrap img.arrow.open {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.con textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 9px;
  height: 100px;
  width: 100%;
  display: block;
  border-color: #cdcdcd;
  font-size: 16px; }
  @media screen and (max-width: 480px) {
    .con textarea {
      font-size: 14px; } }

/**************************************
**** 編輯器最外層 class:editorBox
****
****
**************************************/
.editorBox .table > tbody > tr > td, .editorBox .table > tbody > tr > th,
.editorBox .table > tfoot > tr > td, .editorBox .table > tfoot > tr > th,
.editorBox .table > thead > tr > td, .editorBox .table > thead > tr > th {
  padding: 8px; }
.editorBox .table-bordered > tbody > tr > td, .editorBox .table-bordered > tbody > tr > th,
.editorBox .table-bordered > tfoot > tr > td, .editorBox .table-bordered > tfoot > tr > th,
.editorBox .table-bordered > thead > tr > td, .editorBox .table-bordered > thead > tr > th {
  border: 1px solid #d2d2d2; }
.editorBox .table-bordered {
  border: 1px solid #d2d2d2; }
.editorBox .withBG {
  color: #332f2a;
  background-color: #eaeaea; }
.editorBox .withBG-light {
  color: #332f2a;
  background-color: #f5f5f5; }

.editorBox .compareTable {
  width: 100%;
  margin: 0 0 30px 0;
  color: #333;
  font-size: 18px;
  line-height: 22px; }
  .editorBox .compareTable .tableLeft {
    float: left;
    vertical-align: top;
    width: 180px;
    min-width: 180px;
    max-width: 180px; }
    @media screen and (max-width: 480px) {
      .editorBox .compareTable .tableLeft {
        width: 160px;
        min-width: 160px;
        max-width: 160px; } }
    .editorBox .compareTable .tableLeft .tableHead {
      position: relative;
      height: 100%; }
      .editorBox .compareTable .tableLeft .tableHead table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%; }
        .editorBox .compareTable .tableLeft .tableHead table tr.withBG {
          color: #332f2a;
          background-color: #eaeaea; }
        .editorBox .compareTable .tableLeft .tableHead table tr.withBG-light {
          color: #332f2a;
          background-color: #f5f5f5; }
        .editorBox .compareTable .tableLeft .tableHead table th {
          height: auto;
          font-weight: normal;
          padding: 8px;
          text-align: center;
          vertical-align: middle;
          border: 2px #d2d2d2 solid;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .editorBox .compareTable .tableLeft .tableHead table th.pd0 {
          padding: 0; }
        .editorBox .compareTable .tableLeft .tableHead table .split-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .editorBox .compareTable .tableLeft .tableHead table .split-wrap .split {
            padding: 8px 0; }
          .editorBox .compareTable .tableLeft .tableHead table .split-wrap .split:nth-child(1) {
            border-bottom: 2px #d2d2d2 solid; }
        .editorBox .compareTable .tableLeft .tableHead table .split-wrap-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .editorBox .compareTable .tableLeft .tableHead table .split-wrap-row .split {
            padding: 8px 0; }
  .editorBox .compareTable .tableRight {
    width: calc(100% - 180px);
    float: left;
    vertical-align: top;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 480px) {
      .editorBox .compareTable .tableRight {
        width: calc(100% - 160px); } }
    .editorBox .compareTable .tableRight .tableBody {
      position: relative;
      width: 100%;
      z-index: 1; }
      .editorBox .compareTable .tableRight .tableBody .spaceBox {
        width: 100%;
        min-width: 625px; }
        .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList {
          border-collapse: collapse;
          border-spacing: 0;
          width: 100%;
          border: 2px #d2d2d2 solid;
          -webkit-overflow-scrolling: touch; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList tr.withBG {
            color: #332f2a;
            background-color: #eaeaea; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList td {
            font-weight: normal;
            padding: 8px;
            text-align: center;
            vertical-align: middle;
            border: 2px #d2d2d2 solid;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList td.pd0 {
            padding: 0; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList th {
            font-weight: normal;
            padding: 8px;
            text-align: center;
            vertical-align: middle;
            border-right: 2px #d2d2d2 solid;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList th:last-child {
              border: none; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList th.pd0 {
            padding: 0; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList .split-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList .split-wrap .split {
              padding: 8px 0; }
            .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList .split-wrap .split:nth-child(1) {
              border-bottom: 2px #d2d2d2 solid; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList .split-wrap-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; }
          .editorBox .compareTable .tableRight .tableBody .spaceBox table.compareList.noPadding td {
            padding: 0px; }

.editorBox table#exceptTable {
  width: 100%;
  text-align: center; }
  .editorBox table#exceptTable tr {
    height: auto !important;
    font-weight: normal;
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .editorBox table#exceptTable tr th {
      font-weight: normal;
      padding: 10px 0px;
      text-align: center;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .editorBox table#exceptTable tr td {
      border: none; }
  .editorBox table#exceptTable .borderR {
    border-right: 2px solid #d2d2d2; }

.editorBox .color-link {
  color: #185196; }

.editorBox .text-center {
  text-align: center !important; }
.editorBox .text-right {
  text-align: right !important; }
.editorBox .text-left {
  text-align: left !important; }
.editorBox .text-bold {
  font-weight: bold !important; }
.editorBox .text-normal {
  font-weight: normal !important; }
.editorBox .text-light {
  font-weight: lighter !important; }

.editorBox .title-16 {
  font-size: 16px;
  line-height: 22px; }
.editorBox .title-22 {
  font-size: 22px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .editorBox .title-22 {
      font-size: 18px;
      line-height: 24px; } }
.editorBox .title-22-30 {
  font-size: 22px;
  line-height: 30px; }
  @media screen and (max-width: 480px) {
    .editorBox .title-22-30 {
      font-size: 18px;
      line-height: 24px; } }
.editorBox .title-18 {
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .editorBox .title-18 {
      font-size: 16px;
      line-height: 22px; } }

.editorBox .content-16 {
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .editorBox .content-16 {
      font-size: 14px;
      line-height: 22px; } }
.editorBox .content-15 {
  font-size: 15px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .editorBox .content-15 {
      font-size: 13px;
      line-height: 20px; } }
.editorBox .content-14 {
  font-size: 14px;
  line-height: 22px; }
  @media screen and (max-width: 480px) {
    .editorBox .content-14 {
      font-size: 13px;
      line-height: 20px; } }

/* color */
.editorBox .color-primary {
  color: #f9736f; }
.editorBox .color-FET-primary {
  color: #ed0f00; }
.editorBox .color-grey3 {
  color: #333; }
.editorBox .color-grey6 {
  color: #666; }
.editorBox .color-grey8 {
  color: #888; }
.editorBox .color-grey9 {
  color: #999; }

.editorBox .m-t-5 {
  margin-top: 5px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-t-5 {
      margin-top: 3px; } }
.editorBox .m-t-10 {
  margin-top: 10px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-t-10 {
      margin-top: 5px; } }
.editorBox .m-t-15 {
  margin-top: 15px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-t-15 {
      margin-top: 8px; } }
.editorBox .m-t-20 {
  margin-top: 20px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-t-20 {
      margin-top: 10px; } }
.editorBox .m-t-25 {
  margin-top: 25px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-t-25 {
      margin-top: 15px; } }
.editorBox .m-b-5 {
  margin-bottom: 5px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-b-5 {
      margin-bottom: 3px; } }
.editorBox .m-b-10 {
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-b-10 {
      margin-bottom: 5px; } }
.editorBox .m-b-15 {
  margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-b-15 {
      margin-bottom: 8px; } }
.editorBox .m-b-20 {
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-b-20 {
      margin-bottom: 10px; } }
.editorBox .m-b-25 {
  margin-bottom: 25px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-b-25 {
      margin-bottom: 15px; } }
.editorBox .m-r-5 {
  margin-right: 5px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-r-5 {
      margin-right: 3px; } }
.editorBox .m-r-10 {
  margin-right: 10px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-r-10 {
      margin-right: 5px; } }
.editorBox .m-r-15 {
  margin-right: 15px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-r-15 {
      margin-right: 8px; } }
.editorBox .m-r-20 {
  margin-right: 20px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-r-20 {
      margin-right: 10px; } }
.editorBox .m-r-25 {
  margin-right: 25px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-r-25 {
      margin-right: 15px; } }
.editorBox .m-l-5 {
  margin-left: 5px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-l-5 {
      margin-left: 3px; } }
.editorBox .m-l-10 {
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-l-10 {
      margin-left: 5px; } }
.editorBox .m-l-15 {
  margin-left: 15px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-l-15 {
      margin-left: 8px; } }
.editorBox .m-l-20 {
  margin-left: 20px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-l-20 {
      margin-left: 10px; } }
.editorBox .m-l-25 {
  margin-left: 25px; }
  @media screen and (max-width: 480px) {
    .editorBox .m-l-25 {
      margin-left: 15px; } }

.editorBox .pull-left {
  float: left; }
.editorBox .pull-right {
  float: right; }
.editorBox .table {
  display: table; }
.editorBox .table-cell {
  display: table-cell; }
.editorBox .table-cell-RWD {
  display: table-cell; }
  @media screen and (max-width: 767px) {
    .editorBox .table-cell-RWD {
      width: 100%;
      display: block; } }
.editorBox .vt {
  vertical-align: top !important; }
.editorBox .vb {
  vertical-align: bottom !important; }
.editorBox .vm {
  vertical-align: middle !important; }

.editorBox ul.disc {
  padding-left: 20px;
  list-style-type: disc; }
.editorBox ul.square {
  padding-left: 20px;
  list-style-type: none; }
  .editorBox ul.square li {
    position: relative; }
    .editorBox ul.square li:after {
      position: absolute;
      top: 50%;
      left: -15px;
      width: 6px;
      height: 6px;
      content: "";
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #ed0f00; }
.editorBox ul.square-align-top {
  padding-left: 20px;
  list-style-type: none; }
  .editorBox ul.square-align-top li {
    position: relative; }
    .editorBox ul.square-align-top li:before {
      position: absolute;
      top: 11px;
      left: -15px;
      width: 6px;
      height: 6px;
      content: "";
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #ed0f00; }
.editorBox span.list-square {
  position: relative;
  padding: 0 12px 0 14px; }
.editorBox span.list-square:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #ed0f00; }
.editorBox ol.decimal {
  padding-left: 20px;
  list-style-type: decimal; }

.editorBox .dashedBox {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  background: url(../images/EBU/hr.gif) repeat-x top; }
  .editorBox .dashedBox:nth-child(1) {
    background: none; }

/* utilty */
.block-wrapper {
  width: calc(100% - 95px);
  margin-left: 95px;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 480px) {
  .inner-crumbBox {
    display: none; } }

.balck-inner-wrapper {
  margin: 0 auto;
  max-width: 1260px; }

.ebu_index .balck-inner-wrapper {
  max-width: 1200px;
  margin: 0 calc(50% - 580px); }
  @media screen and (max-width: 1280px) {
    .ebu_index .balck-inner-wrapper {
      margin: 0 auto; } }

.content-header-space {
  padding-top: 30px; }
  @media screen and (max-width: 991px) {
    .content-header-space.ebu-product {
      width: calc(100% - 95px);
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .content-header-space.block-wrapper {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .content-header-space.ebu-product {
      width: 100%;
      padding: 0; } }

.mob-show {
  display: none !important; }
  @media screen and (max-width: 991px) {
    .mob-show {
      display: none !important; } }
  @media screen and (max-width: 991px) and (min-width: 480px) and (orientation: landscape) {
    .mob-show {
      display: none !important; } }
  @media screen and (max-width: 480px) {
    .mob-show {
      display: inline-block !important; } }

.mx-60 {
  margin-right: 60px;
  margin-left: 60px; }

.bg-white {
  background-color: white; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 10px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-10 {
  margin-bottom: 10px !important; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.lh-2em {
  line-height: 2em; }

.block {
  display: block !important; }

.width-100 {
  width: 100%;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; }

.fill-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.text-grey {
  color: #a5a5a5; }

@media screen and (min-width: 1500px) {
  .balck-inner-wrapper {
    margin: 0 calc(50% - 666px); } }
@media screen and (max-width: 768px) {
  footer .banner {
    display: none; } }
@media screen and (max-width: 480px) {
  .block-wrapper {
    width: calc(100% - 20px);
    margin: 0;
    padding-left: 15px;
    padding-right: 15px; }
    .block-wrapper.ebu_index {
      width: 100%; }

  .pc-show {
    display: none !important; }

  footer .banner {
    display: block; } }
.service-sp-space {
  margin-bottom: 20px; }

.bg-white {
  background-color: white; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.fill-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.txt-red {
  color: #ed0f00; }