@charset "UTF-8";
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 15px;
  color: #7c8085;
  line-height: 1.7;
  font-family: 'Arial','Microsoft JhengHei'; }

a {
  text-decoration: none;
  color: #7c8085; }
  a:focus, a:hover, a:visited {
    text-decoration: none; }

.table-condensed {
  width: 230px; }

.label-text {
  color: #36393c; }

.gray-text {
  color: #6c6c6c; }

.alert-text, .alert_red {
  color: #fc553e; }

.import-text {
  color: #EE8A19; }

.link-text {
  color: #0099e7; }
  .link-text.under-line {
    text-decoration: underline; }

a.link-text:hover {
  color: #0072bb; }

.container {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1200px; } }

.btn {
  border-radius: 4px;
  padding: 7px 10px;
  border: none;
  color: #fff;
  font-size: 15px;
  background-color: #007FD0; }
  .btn:hover, .btn:focus {
    color: #fff;
    box-shadow: none; }
  .btn.btn-green {
    background-color: #03b696; }
    .btn.btn-green:hover {
      background-color: #04a88b; }
  .btn.btn-orange {
    background-color: #ff9555; }
    .btn.btn-orange:hover {
      background-color: #fa9050; }
  .btn.btn-blue {
    background-color: #007FD0; }
    .btn.btn-blue:hover {
      background-color: #0072bb; }
  .btn.btn-lightblue {
    background-color: #4BB6F4; }
    .btn.btn-lightblue:hover {
      background-color: #42afef; }
  .btn.btn-gray {
    background-color: #7B8B8D; }
    .btn.btn-gray:hover {
      background-color: #708385; }
  .btn.btn-full {
    width: 100%; }

button:focus, .btn:focus, input:focus, a:focus, select:focus {
  outline: none !important;
  box-shadow: none !important; }

a:focus {
  outline: 5px auto #66afe9 !important; }

.d-inline-block {
  display: inline-block; }

.xs-margin-bottom {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .xs-margin-bottom {
      margin-bottom: 0px; } }

.md-margin-bottom {
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .md-margin-bottom {
      margin-bottom: 0px; } }

/*拿掉電腦版使用input number 時的箭頭*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/*firefox */
input[type=number] {
  -moz-appearance: textfield; }

input[type=date] {
  -webkit-appearance: none; }
  input[type=date]::-webkit-clear-button {
    display: none;
    /* Hide the button */
    -webkit-appearance: none;
    /* turn off default browser styling */ }

.fixed-height.is-sticky .bottom-area:after, header.website .lg-header-area:after, header.website .lg-header-area .top-area:after, header.website .lg-header-area .top-area .header-right-area:after, .header-nav:after, footer .info-area .info-box-area:after, .index-calc-area:after, .index-calc-area .calc-input-area:after, .index-about-area:after, .index-service-area:after, .order-step-area:after, .order-step-area .order-step-box:after, .page-title-area:after, .page-btn-area .share-box:after, .calc-ship-note-area:after, .form-group div.has-btn:after, .sub-title-area:after, .order-plan-area .plan-box .plan-top-area:after, .order-plan-area .plan-box .plan-top-area .price-box:after, .has-forgot:after, .vcode-area:after {
  content: '';
  display: block;
  clear: both; }

.page_list {
  text-align: center;
  margin: 10px 0 0px 0; }
  .page_list .arr.right {
    margin-left: -8px; }
    @media screen and (min-width: 992px) {
      .page_list .arr.right {
        margin-left: 10px; } }
  .page_list .arr.left {
    margin-right: -8px; }
    @media screen and (min-width: 992px) {
      .page_list .arr.left {
        margin-right: 10px; } }
  .page_list ul {
    margin-bottom: 0px; }
    .page_list ul li {
      cursor: pointer;
      display: inline-block;
      width: 42px; }
      .page_list ul li > span, .page_list ul li > a {
        position: relative;
        background: none;
        border: none;
        font-size: 15px;
        font-family: '微軟正黑體';
        color: #36393c;
        font-weight: bold;
        border-radius: 4px !important;
        width: 35px;
        height: 35px;
        padding: 7px 0;
        border: none; }
        .page_list ul li > span i, .page_list ul li > a i {
          font-size: 20px; }
        .page_list ul li > span.selected, .page_list ul li > span:hover, .page_list ul li > span:focus, .page_list ul li > a.selected, .page_list ul li > a:hover, .page_list ul li > a:focus {
          color: #fff;
          background: #007FD0;
          border: none; }

#to-top {
  width: 38px;
  height: 38px;
  background: #007FD0 url("../img/footer/go_top_2x.png") center no-repeat;
  background-size: 38px auto;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  display: none;
  position: fixed;
  right: 28px;
  bottom: 40px;
  border-radius: 4px;
  font-size: 0; }
  #to-top.bot {
    position: absolute;
    top: -58px; }
  #to-top:hover {
    background-color: #0072bb; }
  @media screen and (min-width: 992px) {
    #to-top {
      right: calc(50% - 970px/2); } }
  @media screen and (min-width: 1200px) {
    #to-top {
      right: calc(50% - 1200px/2); } }
  @media screen and (min-width: 1550px) {
    #to-top {
      right: calc(50% - 1200px/2 - 152px); } }

.acart-proportion-box {
  height: 0;
  position: relative; }
  .acart-proportion-box > .proportion-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }
  .acart-proportion-box > iframe.proportion-item {
    width: 100%;
    height: 100%; }
  .acart-proportion-box.proportion-3-4 {
    padding-bottom: 133.33333%; }
  .acart-proportion-box.proportion-4-3 {
    padding-bottom: 75%; }
  .acart-proportion-box.proportion-16-9 {
    padding-bottom: 56.25%; }
  .acart-proportion-box.proportion-5-4 {
    padding-bottom: 80%; }
  .acart-proportion-box.proportion-4-5 {
    padding-bottom: 125%; }
  .acart-proportion-box.proportion-1-1 {
    padding-bottom: 100%; }

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
.fixed-height.is-sticky {
  z-index: 99 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  box-shadow: 0 2px 3px rgba(66, 73, 75, 0.1);
  background: #fff;
  border-bottom: 3px solid #0099e7; }
  @media screen and (min-width: 992px) {
    .fixed-height.is-sticky {
      height: 60px !important; } }
  .fixed-height.is-sticky .logo-area {
    bottom: 13px !important; }
    .fixed-height.is-sticky .logo-area img {
      height: 44px !important; }
  .fixed-height.is-sticky .top-area {
    display: none !important; }
  .fixed-height.is-sticky .bottom-area {
    padding-top: 14px !important;
    height: 50px !important;
    background-color: #fff !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    box-shadow: none !important;
    height: 100% !important;
    border-radius: 0px !important;
    width: auto !important; }
    .fixed-height.is-sticky .bottom-area .sticky-logo {
      display: inline-block !important;
      float: left; }
    .fixed-height.is-sticky .bottom-area nav {
      float: right;
      display: inline-block !important;
      padding-top: 4px; }
      .fixed-height.is-sticky .bottom-area nav .header-nav > li > a:not(.login-link) {
        font-size: 16px !important;
        padding-bottom: 20px !important; }
        .fixed-height.is-sticky .bottom-area nav .header-nav > li > a:not(.login-link):before {
          height: 4px !important;
          bottom: 3px !important; }
      .fixed-height.is-sticky .bottom-area nav .header-nav > li + li {
        margin-left: 24px !important; }
    .fixed-height.is-sticky .bottom-area .login-area {
      position: relative;
      width: auto !important; }
      .fixed-height.is-sticky .bottom-area .login-area span.sticky-word {
        display: block !important; }
      .fixed-height.is-sticky .bottom-area .login-area span.no-sticky-word {
        display: none !important; }
      .fixed-height.is-sticky .bottom-area .login-area .login-bg {
        display: none; }
      .fixed-height.is-sticky .bottom-area .login-area a {
        font-weight: bold;
        color: #fff;
        background-color: #0099e7;
        height: 25px;
        display: inline-block;
        border-radius: 25px;
        font-weight: bold;
        font-size: 15px !important;
        padding-top: 0 !important;
        padding: 0px 10px 0px 28px !important; }
        .fixed-height.is-sticky .bottom-area .login-area a:before {
          content: '';
          display: block;
          position: absolute;
          top: 3px;
          left: 7px;
          width: 18px;
          height: 18px;
          background: url(../img/header/icon_login_2x.png) center no-repeat;
          background-size: 100%; }
        .fixed-height.is-sticky .bottom-area .login-area a.member:before {
          background: url(../img/header/icon_member_2x.png) center no-repeat;
          background-size: 100%; }
        .fixed-height.is-sticky .bottom-area .login-area a span {
          padding-left: 0 !important; }
          .fixed-height.is-sticky .bottom-area .login-area a span:before {
            display: none !important; }
  .fixed-height.is-sticky .header-nav a {
    color: #36393c; }
  .fixed-height.is-sticky .header-nav2 {
    top: calc(100% + 15px); }

.fixed-height {
  height: 50px; }
  .fixed-height .container {
    height: 100%; }
  @media screen and (min-width: 992px) {
    .fixed-height {
      height: 116px; } }

header.website {
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 4px 0 rgba(5, 5, 5, 0.18);
  background: white;
  position: relative;
  z-index: 99; }
  header.website h1 {
    margin: 0; }
  header.website .lg-header-area {
    position: relative;
    height: 100%;
    width: 100%; }
    header.website .lg-header-area .top-area {
      padding-top: 14px; }
      header.website .lg-header-area .top-area .logo-area {
        float: left;
        padding-top: 6px; }
        header.website .lg-header-area .top-area .logo-area img {
          width: 154px; }
      header.website .lg-header-area .top-area .header-right-area {
        font-size: 0;
        float: right;
        padding-top: 13px; }
        header.website .lg-header-area .top-area .header-right-area .shipment-search-area {
          display: inline-block; }
          header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area {
            margin-left: 10px;
            width: 177px;
            height: 32px;
            position: relative;
            background-color: #fff;
            border: 1px solid #9ea2a7;
            border-radius: 5px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 32px;
            overflow: hidden; }
            header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area ::placeholder {
              color: #7c8085;
              font-size: 14px; }
            header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area ::-webkit-input-placeholder {
              /* Edge */
              color: #7c8085;
              font-size: 14px; }
            header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area :-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: #7c8085;
              font-size: 14px; }
            @media screen and (min-width: 1200px) {
              header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area {
                width: 177px; } }
            header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area input {
              background: transparent;
              color: #505050;
              font-size: 13px;
              border: none;
              width: 100%;
              height: 100%;
              padding: 0 40px 0 17px; }
            header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area .btn {
              color: transparent;
              overflow: hidden;
              width: 40px; }
            header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area input, header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area .btn {
              height: 100%; }
            header.website .lg-header-area .top-area .header-right-area .shipment-search-area .search-area .btn {
              position: absolute;
              right: 0;
              top: 0;
              border: none;
              background: url("../img/header/icon_search_2x.png") center right 10px no-repeat;
              background-size: 20px auto; }
        header.website .lg-header-area .top-area .header-right-area .link-btn-area {
          display: inline-block;
          vertical-align: top;
          margin-left: 15px;
          font-size: 0; }
          header.website .lg-header-area .top-area .header-right-area .link-btn-area .link-btn {
            display: inline-block;
            width: 34px;
            height: 34px;
            border-radius: 50%; }
            header.website .lg-header-area .top-area .header-right-area .link-btn-area .link-btn + .link-btn {
              margin-left: 15px; }
            header.website .lg-header-area .top-area .header-right-area .link-btn-area .link-btn.contact {
              background: url("../img/header/icon_contact_2x.png") center no-repeat;
              background-size: 34px; }
              header.website .lg-header-area .top-area .header-right-area .link-btn-area .link-btn.contact:hover {
                background: url("../img/header/icon_contact_hover_2x.png") center no-repeat;
                background-size: 34px; }
            header.website .lg-header-area .top-area .header-right-area .link-btn-area .link-btn.line {
              background: url("../img/header/icon_contact_line_2x.png") center no-repeat;
              background-size: 34px; }
              header.website .lg-header-area .top-area .header-right-area .link-btn-area .link-btn.line:hover {
                background: url("../img/header/icon_contact_line_hover_2x.png") center no-repeat;
                background-size: 34px; }
        header.website .lg-header-area .top-area .header-right-area .phone-area {
          margin-left: 15px;
          display: inline-block;
          vertical-align: middle;
          width: 173px;
          height: 32px;
          color: #fff;
          border-radius: 32px;
          text-align: center;
          font-weight: bold;
          padding-left: 23px;
          font-size: 20px;
          background: url("../img/header/icon_phone_2x.png") left 8px center no-repeat;
          background-size: 23px auto;
          background-color: #FF9555; }
    header.website .lg-header-area .bottom-area {
      box-shadow: 2px 2px 4px 0 rgba(5, 5, 5, 0.18);
      height: 68px;
      border-radius: 4px;
      background-color: #0099e7;
      position: absolute;
      bottom: -30px;
      padding-top: 21px;
      width: 970px;
      left: calc(50% - 485px); }
      @media screen and (min-width: 1200px) {
        header.website .lg-header-area .bottom-area {
          width: 1170px;
          left: calc(50% - 585px); } }
      header.website .lg-header-area .bottom-area .sticky-logo {
        display: none; }
      header.website .lg-header-area .bottom-area .container {
        padding: 0; }
    header.website .lg-header-area .search-area {
      margin-left: 10px;
      width: 200px;
      height: 30px;
      position: relative;
      background: #f5f5f5;
      border-radius: 15px;
      display: inline-block;
      vertical-align: middle; }
      header.website .lg-header-area .search-area input {
        background: transparent;
        color: #a5a5a5;
        font-size: 13px;
        border: none;
        width: 100%;
        height: 100%;
        padding: 0 40px 0 17px; }
      header.website .lg-header-area .search-area .btn {
        color: transparent;
        overflow: hidden;
        width: 40px; }
      header.website .lg-header-area .search-area input, header.website .lg-header-area .search-area .btn {
        height: 100%; }
      header.website .lg-header-area .search-area .btn {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: url("../img/header/header_icon_search.png") center right 10px no-repeat;
        background-size: 30px auto; }
        header.website .lg-header-area .search-area .btn:focus {
          outline: 2px rgba(102, 175, 233, 0.6) solid; }

.header-nav {
  list-style: none;
  padding: 0px;
  margin: 0;
  height: 100%;
  padding-left: 22px; }
  @media screen and (min-width: 1200px) {
    .header-nav {
      padding-left: 45px; } }
  .header-nav .header-nav2 {
    display: none;
    padding: 0px;
    list-style: none;
    box-shadow: 0px 1px 6px 0 rgba(5, 5, 5, 0.18); }
  .header-nav > li {
    float: left;
    position: relative;
    height: 100%; }
    .header-nav > li + li {
      margin-left: 27px; }
    .header-nav > li > a {
      font-size: 16px;
      position: relative;
      height: 100%;
      width: 100%;
      text-align: center;
      color: #fff;
      padding-bottom: 23px; }
    .header-nav > li > a:focus ~ .header-nav2 {
      display: block; }
    .header-nav > li.open .header-nav2 {
      display: block; }
    @media screen and (min-width: 1200px) {
      .header-nav > li > a {
        font-size: 18px; }
      .header-nav > li + li {
        margin-left: 27px; }
        .header-nav > li + li:before {
          left: -38px; } }
    .header-nav > li.open > a, .header-nav > li:hover > a {
      color: #fff; }
    .header-nav > li.active > a {
      color: #fff; }
    .header-nav > li:hover > a:not(.login-link):before {
      content: '';
      display: block;
      position: absolute;
      height: 6px;
      width: calc(100% + 12px);
      background-color: #4BC2FF;
      bottom: 1px;
      left: -6px; }
    .header-nav > li:hover .header-nav2 {
      display: block; }
      .header-nav > li:hover .header-nav2 > li {
        background-color: #fff; }
        .header-nav > li:hover .header-nav2 > li:hover {
          background-color: #4BB6F4; }
          .header-nav > li:hover .header-nav2 > li:hover > a {
            color: #fff; }
    .header-nav > li.active > a:not(.login-link):before {
      content: '';
      display: block;
      position: absolute;
      height: 6px;
      width: calc(100% + 12px);
      background-color: #4BC2FF;
      bottom: 1px;
      left: -6px; }
  .header-nav li.login-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 228px;
    text-align: center; }
    .header-nav li.login-area span.sticky-word {
      display: none; }
    .header-nav li.login-area:hover .login-bg:before {
      background-color: #0072bb; }
    .header-nav li.login-area > a {
      font-weight: bold;
      position: relative;
      padding-top: 22px;
      display: block; }
      .header-nav li.login-area > a span {
        position: relative;
        padding-left: 32px; }
        .header-nav li.login-area > a span.login:before {
          content: '';
          display: block;
          position: absolute;
          top: -6px;
          left: 0;
          width: 28px;
          height: 28px;
          background: url("../img/header/icon_login_2x.png") center no-repeat;
          background-size: 100%; }
        .header-nav li.login-area > a span.member:before {
          content: '';
          display: block;
          position: absolute;
          top: -6px;
          left: 0;
          width: 28px;
          height: 28px;
          background: url("../img/header/icon_member_2x.png") center no-repeat;
          background-size: 100%; }
    .header-nav li.login-area .login-bg {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-radius: 0 4px 4px 0; }
      .header-nav li.login-area .login-bg:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #007FD0;
        transform: skewX(-28deg);
        top: 0;
        right: -19px; }
      .header-nav li.login-area .login-bg:after {
        content: '';
        width: 198px;
        height: 70px;
        background: url("../img/header/pic_login_texure_2x.png") no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0; }
  .header-nav .header-nav2 {
    width: 100%;
    position: absolute;
    top: calc(100% + 17px);
    left: -6px;
    background: #fff;
    opacity: 0.95;
    width: 202px; }
    .header-nav .header-nav2 > li > a {
      position: relative;
      font-size: 15px;
      padding: 10px 25px 10px 25px;
      display: block;
      color: #6c6c6c; }
      .header-nav .header-nav2 > li > a:after {
        content: '';
        display: none;
        position: absolute;
        left: 14px;
        top: 18px;
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent transparent transparent;
        border-width: 4px 0 4px 6px; }
      .header-nav .header-nav2 > li > a:hover {
        color: #0099e7; }
        .header-nav .header-nav2 > li > a:hover:after {
          display: block; }
    @media screen and (min-width: 1200px) {
      .header-nav .header-nav2 > li > a {
        padding: 12px 12px 12px 22px;
        font-size: 16px; }
        .header-nav .header-nav2 > li > a:after {
          left: 15px;
          top: 23px; } }

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 60px;
  height: 100%; }
  div.mb-header .mb-logo-area {
    padding-top: 7px;
    display: inline-block;
    padding-left: 10px; }
    div.mb-header .mb-logo-area img {
      vertical-align: middle;
      width: 134px;
      max-width: 100%;
      height: auto; }
  div.mb-header .login-area {
    float: right;
    margin-top: 12px; }
    div.mb-header .login-area a {
      color: #fff;
      background-color: #0099e7;
      background-color: #007FD0;
      height: 25px;
      display: inline-block;
      border-radius: 25px;
      font-weight: bold;
      font-size: 12px;
      padding-top: 3px; }
      div.mb-header .login-area a span {
        padding: 0px 8px 0 24px;
        position: relative; }
        div.mb-header .login-area a span.login:before {
          content: '';
          display: block;
          position: absolute;
          top: -1px;
          left: 7px;
          width: 15px;
          height: 15px;
          background: url("../img/header/icon_login_2x.png") center no-repeat;
          background-size: 100%; }
        div.mb-header .login-area a span.member:before {
          content: '';
          display: block;
          position: absolute;
          top: -1px;
          left: 5px;
          width: 15px;
          height: 15px;
          background: url("../img/header/icon_member_2x.png") center no-repeat;
          background-size: 100%; }
  div.mb-header .button-area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  div.mb-header div.xs-menu {
    display: inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-size: 100%;
    background-position: 5px 50%;
    position: relative;
    padding: 0 10px; }
    div.mb-header div.xs-menu .icon-wrapper {
      display: inline-block;
      margin: 14px 0 0 0;
      width: 24px;
      height: 21px;
      position: relative; }
      div.mb-header div.xs-menu .icon-wrapper span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #0099e7;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(1) {
          top: 0; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(2) {
          top: 9px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
          top: 9px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
          top: 18px; }
    div.mb-header div.xs-menu.active span:nth-child(1) {
      top: 7px;
      width: 0%;
      left: 50%; }
    div.mb-header div.xs-menu.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    div.mb-header div.xs-menu.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    div.mb-header div.xs-menu.active span:nth-child(4) {
      top: 14px;
      width: 0%;
      left: 50%; }

header .main-area-quick-link {
  position: absolute;
  left: 15px;
  opacity: 0;
  color: #000; }
  header .main-area-quick-link:focus {
    opacity: 1; }

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #ECF4F5;
  padding-bottom: 20px; }
  div#mb-sidebar .slimScrollDiv {
    width: 100%; }
  div#mb-sidebar.hidden-sidebar {
    display: block;
    top: -100%;
    -webkit-animation-name: hiddensidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: hiddensidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  div#mb-sidebar.show-sidebar {
    display: block;
    top: 50px;
    height: calc(100vh - 50px);
    -webkit-animation-name: showsidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: showsidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  @media screen and (min-width: 992px) {
    div#mb-sidebar {
      display: none; }
      div#mb-sidebar.show-sidebar {
        display: none; } }
  div#mb-sidebar .sidebar-top.english .dropdown {
    width: 100%; }
  div#mb-sidebar .sidebar-top.english .share-box {
    display: none; }

@-webkit-keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@-moz-keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@-ms-keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@-webkit-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

@-moz-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

@-ms-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

@keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

div.sidebar-content {
  padding-bottom: 50px; }
  div.sidebar-content .search-area {
    padding: 17px 15px;
    background-color: #DFE1E1; }
    div.sidebar-content .search-area .input-group {
      width: 100%;
      height: 34px; }
      div.sidebar-content .search-area .input-group input {
        padding: 0 50px 0 14px;
        font-size: 14px;
        width: 100%;
        border: 1px solid #9EA2A7;
        border-radius: 34px; }
      div.sidebar-content .search-area .input-group .btn {
        width: 50px; }
      div.sidebar-content .search-area .input-group input, div.sidebar-content .search-area .input-group .btn {
        height: 100%; }
      div.sidebar-content .search-area .input-group .btn {
        color: transparent;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: url("../img/header/icon_search_2x.png") center no-repeat;
        background-size: 20px; }
  div.sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    div.sidebar-content ul li a {
      display: block;
      padding: 12px 30px;
      position: relative; }
      div.sidebar-content ul li a .sidebar-nav-icon {
        float: right;
        font-size: 22px;
        transition: all .5s; }
      div.sidebar-content ul li a.open .sidebar-nav-icon {
        transform: rotate(90deg); }
      div.sidebar-content ul li a.active ~ ul {
        display: block; }
    div.sidebar-content ul li.link-btn {
      position: relative; }
      div.sidebar-content ul li.link-btn a {
        padding-left: 65px; }
      div.sidebar-content ul li.link-btn.contact:after {
        content: '';
        position: absolute;
        left: 30px;
        top: 13px;
        display: block;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        background: url("../img/sidebar/icon_contact_2x.png") center no-repeat;
        background-size: 100% auto; }
      div.sidebar-content ul li.link-btn.facebook:after {
        content: '';
        position: absolute;
        left: 30px;
        top: 13px;
        display: block;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        background: url("../img/sidebar/icon_facebook_2x.png") center no-repeat;
        background-size: 100% auto; }
      div.sidebar-content ul li.link-btn.line:after {
        content: '';
        position: absolute;
        left: 30px;
        top: 13px;
        display: block;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        background: url("../img/sidebar/icon_line_2x.png") center no-repeat;
        background-size: 100% auto; }
    div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
      position: absolute;
      top: 17px;
      right: 20px;
      width: 10px;
      height: 17px;
      background: url("../img/sidebar/arrow_layer_02_2x.png") no-repeat center;
      background-size: 100%; }
    div.sidebar-content ul.layer-1 > li > a.open .sidebar-nav-icon {
      background: url("../img/sidebar/arrow_layer_01_2x.png") no-repeat center;
      background-size: 100%; }
    div.sidebar-content ul.layer-1 .phone-area {
      background-color: #36393C;
      text-align: center;
      padding: 7px 30px; }
      div.sidebar-content ul.layer-1 .phone-area .phone-title {
        display: inline-block;
        font-size: 20px;
        color: #ff9555;
        vertical-align: middle; }
      div.sidebar-content ul.layer-1 .phone-area .phone {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        color: #ff9555;
        font-family: Arial; }
        div.sidebar-content ul.layer-1 .phone-area .phone a {
          padding: 0;
          display: inline-block;
          color: #ff9555;
          font-weight: bold; }
    div.sidebar-content ul.layer-2 > li {
      position: relative; }
      div.sidebar-content ul.layer-2 > li > a {
        padding-left: 40px;
        position: relative; }
        div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
          font-size: 16px;
          position: absolute;
          top: 15px;
          right: 17px;
          transform-origin: center; }
        div.sidebar-content ul.layer-2 > li > a.active {
          padding-left: 55px; }
          div.sidebar-content ul.layer-2 > li > a.active:before {
            content: '';
            display: block;
            position: absolute;
            top: 21px;
            left: 40px;
            border-style: solid;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #fff;
            border-width: 4px 0 4px 6px; }
    div.sidebar-content ul.layer-3 > li {
      position: relative; }
      div.sidebar-content ul.layer-3 > li > a {
        padding-left: 44px; }
        div.sidebar-content ul.layer-3 > li > a.active {
          color: #ca6f27; }
    div.sidebar-content ul.layer-1 > li {
      border-top: 1px solid #D2D8D9; }
      div.sidebar-content ul.layer-1 > li > a {
        font-size: 16px;
        background: #ecf4f5;
        color: #636363; }
        div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
          color: #f3964b; }
        div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
          background: #0099e7;
          color: #fff; }
      div.sidebar-content ul.layer-1 > li:first-child {
        border: none; }
      div.sidebar-content ul.layer-1 > li:last-child {
        border-bottom: 1px solid #D2D8D9; }
    div.sidebar-content ul.layer-2 > li {
      border-top: 1px solid #51A6D8; }
      div.sidebar-content ul.layer-2 > li > a {
        font-size: 15px;
        background: #4bb6f4;
        color: #fff; }
        div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
          background: #4bb6f4; }
    div.sidebar-content ul.layer-3 > li {
      border-top: 1px solid #fffad6; }
      div.sidebar-content ul.layer-3 > li > a {
        font-size: 15px;
        background: #FED796;
        color: #36393c; }
        div.sidebar-content ul.layer-3 > li > a .sidebar-nav-icon {
          color: #f3964b; }
        div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
          background: #FED796; }
  div.sidebar-content > ul {
    display: block; }

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer {
  position: relative;
  background: url(../img/index/pic_calculate_dark.png) left -168px top 150px no-repeat;
  background-size: 578px auto;
  background-color: #36393C;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    footer:before {
      content: '';
      display: block;
      position: absolute;
      top: -300px;
      right: -250px;
      width: 578px;
      height: 581px;
      background: url(../img/index/pic_calculate_light.png) center no-repeat;
      background-size: 578px auto; } }
  footer .info-area {
    padding: 26px 0px; }
    @media screen and (min-width: 992px) {
      footer .info-area {
        padding-top: 60px; } }
    footer .info-area .info-box-area {
      position: relative;
      font-size: 0; }
      footer .info-area .info-box-area .info-box .footer-title {
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 5px; }
        footer .info-area .info-box-area .info-box .footer-title:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 63px;
          height: 3px;
          background: url("../img/index/footer_line_2x.png") no-repeat center;
          background-size: 63px auto; }
      footer .info-area .info-box-area .info-box.box1 {
        margin-bottom: 15px; }
      footer .info-area .info-box-area .info-box.box2 {
        margin-bottom: 15px; }
      footer .info-area .info-box-area .info-box.box3 {
        display: inline-block;
        width: 50%;
        vertical-align: top; }
      footer .info-area .info-box-area .info-box.box4 {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding-left: 25px; }
      footer .info-area .info-box-area .info-box .phone-title {
        display: block;
        font-size: 15px;
        color: #ff9555;
        margin-top: 18px;
        margin-bottom: 0px;
        line-height: 1; }
      footer .info-area .info-box-area .info-box .phone {
        display: block;
        font-size: 24px;
        color: #ff9555;
        font-family: Arial;
        line-height: 1;
        margin-top: 6px; }
        footer .info-area .info-box-area .info-box .phone a {
          color: #ff9555;
          font-weight: bold; }
      footer .info-area .info-box-area .info-box .line-btn {
        display: block;
        width: 150px;
        margin-top: 24px;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px 25px 5px;
        text-align: center; }
        footer .info-area .info-box-area .info-box .line-btn img {
          max-width: 100%;
          height: auto; }
        footer .info-area .info-box-area .info-box .line-btn span {
          display: block;
          color: #36393c;
          margin-top: 4px;
          font-size: 15px; }
      footer .info-area .info-box-area .info-box .info {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 2;
        margin-bottom: 0px;
        opacity: 0.5; }
        footer .info-area .info-box-area .info-box .info a {
          color: #fff; }
      footer .info-area .info-box-area .info-box a.info:hover {
        opacity: 0.8; }
      footer .info-area .info-box-area .info-box .other-link {
        display: block; }
        footer .info-area .info-box-area .info-box .other-link:hover {
          opacity: 0.8; }
      @media screen and (min-width: 600px) {
        footer .info-area .info-box-area .info-box.box3 {
          width: 40%; }
        footer .info-area .info-box-area .info-box.box4 {
          width: 60%; } }
      @media screen and (min-width: 768px) {
        footer .info-area .info-box-area {
          width: 100%; }
          footer .info-area .info-box-area .info-box {
            display: inline-block;
            vertical-align: top;
            padding: 0px 10px; }
            footer .info-area .info-box-area .info-box.box1 {
              margin-bottom: 0px;
              width: 30%;
              max-width: 220px; }
            footer .info-area .info-box-area .info-box.box2 {
              margin-bottom: 0px;
              width: 70%; }
            footer .info-area .info-box-area .info-box.box3 {
              margin-top: 50px;
              width: 30%;
              max-width: 220px; }
            footer .info-area .info-box-area .info-box.box4 {
              margin-top: 50px;
              padding-left: 0px;
              width: 70%; } }
      @media screen and (min-width: 992px) {
        footer .info-area .info-box-area .info-box {
          display: inline-block;
          vertical-align: top;
          padding: 0px 10px; }
          footer .info-area .info-box-area .info-box.box1 {
            margin-bottom: 0px;
            max-width: none;
            width: auto;
            margin-right: 15px; }
          footer .info-area .info-box-area .info-box.box2 {
            margin-bottom: 0px;
            width: auto;
            margin-right: 0px; }
          footer .info-area .info-box-area .info-box.box3 {
            margin-top: 0px;
            max-width: none;
            width: auto;
            float: right; }
          footer .info-area .info-box-area .info-box.box4 {
            margin-top: 0px;
            width: auto; } }
      @media screen and (min-width: 1200px) {
        footer .info-area .info-box-area .info-box {
          display: inline-block;
          vertical-align: top;
          padding: 0px 10px; }
          footer .info-area .info-box-area .info-box.box1 {
            margin-bottom: 0px;
            max-width: none;
            margin-right: 75px; }
          footer .info-area .info-box-area .info-box.box2 {
            margin-bottom: 0px;
            margin-right: 90px; }
          footer .info-area .info-box-area .info-box.box3 {
            margin-top: 0px;
            max-width: none; }
          footer .info-area .info-box-area .info-box.box4 {
            margin-top: 0px; } }
    footer .info-area .copyright {
      display: inline-block;
      color: #2E3033;
      font-size: 14px;
      position: absolute;
      bottom: -35px;
      left: 0px; }
    @media screen and (min-width: 550px) {
      footer .info-area .copyright {
        display: none; } }
  footer .copyright-area {
    background: #2E3033;
    padding: 5px 0px; }
    @media screen and (min-width: 768px) {
      footer .copyright-area {
        padding: 12px 0; } }
    footer .copyright-area .copyright {
      color: #fff; }
    footer .copyright-area .privacy {
      color: #bbe1fa;
      opacity: 0.8; }
    footer .copyright-area .powerby {
      margin-top: 3px;
      display: block;
      color: #fff;
      opacity: 0.5;
      font-family: Arial; }
      @media screen and (min-width: 768px) {
        footer .copyright-area .powerby {
          float: right;
          margin-top: 0; } }
      footer .copyright-area .powerby a {
        color: #fff; }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
/*index banner area */
.home-banner-area {
  background-color: #eef3f5; }
  @media screen and (min-width: 1170px) {
    .home-banner-area {
      height: 500px; } }
  .home-banner-area #home-banner-carousel {
    position: relative; }
    @media screen and (min-width: 768px) {
      .home-banner-area #home-banner-carousel .owl-box {
        position: relative;
        overflow: hidden;
        height: 34vw; } }
    @media screen and (min-width: 1170px) {
      .home-banner-area #home-banner-carousel .owl-box {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden; } }
    .home-banner-area #home-banner-carousel .owl-box a {
      display: block; }
    .home-banner-area #home-banner-carousel .banner-img {
      width: 100%;
      height: auto; }
      .home-banner-area #home-banner-carousel .banner-img.for-sm {
        display: none; }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .banner-img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .home-banner-area #home-banner-carousel .banner-img.for-xs {
            display: none; }
          .home-banner-area #home-banner-carousel .banner-img.for-sm {
            display: block; } }
    .home-banner-area #home-banner-carousel .owl-nav {
      display: none; }
    .home-banner-area #home-banner-carousel .owl-dots {
      position: absolute;
      bottom: 13px;
      right: 15px; }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .owl-dots {
          bottom: 4px; } }
      @media screen and (min-width: 992px) {
        .home-banner-area #home-banner-carousel .owl-dots {
          right: calc(50% - 460px); } }
      @media screen and (min-width: 1200px) {
        .home-banner-area #home-banner-carousel .owl-dots {
          right: calc(50% - 580px); } }
      .home-banner-area #home-banner-carousel .owl-dots .owl-dot {
        background: none;
        border: 0;
        padding: 0; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot span {
          border-radius: 0;
          width: 20px;
          height: 3px;
          margin: 5px 4px;
          background-color: #000;
          opacity: 0.3; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot.active span, .home-banner-area #home-banner-carousel .owl-dots .owl-dot:hover span {
          opacity: 5; }

/*  index banner area */
/*index calc*/
.index-calc-area {
  position: relative;
  background-image: url("../img/index/pic_calculate_dark.png");
  background-position: left -240px top -346px;
  background-repeat: no-repeat;
  background-size: 578px auto;
  background-color: #36393c;
  color: #fff;
  padding: 24px 0; }
  @media screen and (min-width: 992px) {
    .index-calc-area {
      background-image: url("../img/index/pic_calculate_dark.png"), url("../img/index/pic_calculate_light.png");
      background-position: left -240px top -346px, right -236px top -39px;
      background-repeat: no-repeat, no-repeat;
      background-size: 578px auto, 578px auto; } }
  .index-calc-area .top-bg {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1; }
  @media screen and (min-width: 992px) {
    .index-calc-area {
      height: 143px;
      padding: 40px 0; } }
  .index-calc-area .calc-input-area {
    font-size: 0; }
    .index-calc-area .calc-input-area input, .index-calc-area .calc-input-area select {
      background-color: #36393c;
      border: 1px solid #70767c;
      color: #fff; }
      .index-calc-area .calc-input-area input::placeholder, .index-calc-area .calc-input-area select::placeholder {
        color: #fff; }
      .index-calc-area .calc-input-area input::-webkit-input-placeholder, .index-calc-area .calc-input-area select::-webkit-input-placeholder {
        /* Edge */
        color: #fff; }
      .index-calc-area .calc-input-area input:-ms-input-placeholder, .index-calc-area .calc-input-area select:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff; }
    @media screen and (min-width: 992px) {
      .index-calc-area .calc-input-area {
        width: 85%;
        float: left; } }
    .index-calc-area .calc-input-area label {
      font-weight: normal;
      padding-left: 6px; }
    .index-calc-area .calc-input-area .calc-left-area {
      font-size: 15px;
      margin-bottom: 12px; }
      @media screen and (min-width: 992px) {
        .index-calc-area .calc-input-area .calc-left-area {
          margin-bottom: 0;
          display: inline-block;
          float: left;
          width: 33%; } }
    .index-calc-area .calc-input-area .calc-center-area {
      font-size: 15px;
      display: inline-block;
      width: 70%;
      vertical-align: top; }
      .index-calc-area .calc-input-area .calc-center-area .row {
        margin-left: -3px;
        margin-right: -3px; }
        .index-calc-area .calc-input-area .calc-center-area .row > [class^='col'] {
          padding-left: 3px;
          padding-right: 3px; }
      @media screen and (min-width: 992px) {
        .index-calc-area .calc-input-area .calc-center-area {
          display: inline-block;
          float: left;
          width: 40%;
          margin-left: 20px; }
          .index-calc-area .calc-input-area .calc-center-area .row {
            margin-left: -6px;
            margin-right: -6px; }
            .index-calc-area .calc-input-area .calc-center-area .row > [class^='col'] {
              padding-left: 6px;
              padding-right: 6px; } }
    .index-calc-area .calc-input-area .calc-right-area {
      font-size: 15px;
      display: inline-block;
      width: calc(30% - 16px);
      vertical-align: top;
      margin-left: 16px; }
      @media screen and (min-width: 992px) {
        .index-calc-area .calc-input-area .calc-right-area {
          display: inline-block;
          float: left;
          width: 21%;
          margin-left: 20px; } }
  .index-calc-area .calc-btn-area {
    margin-top: 22px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .index-calc-area .calc-btn-area {
        float: right;
        margin-top: 0; } }
    .index-calc-area .calc-btn-area .btn {
      position: relative;
      background-color: #4BB6F4;
      width: 134px;
      height: 40px;
      border-radius: 40px;
      margin: auto; }
      .index-calc-area .calc-btn-area .btn .btn-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }
        .index-calc-area .calc-btn-area .btn .btn-bg:before {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 47px);
          left: calc(50% - 47px);
          width: 94px;
          height: 94px;
          background-color: #fff;
          background-color: #4bb6f4;
          opacity: 0.25;
          border-radius: 50%;
          animation-duration: 1s;
          animation-name: btn_bg_layer1;
          animation-iteration-count: infinite;
          animation-direction: alternate; }
        .index-calc-area .calc-btn-area .btn .btn-bg:after {
          content: '';
          display: block;
          position: absolute;
          top: calc(50% - 41px);
          left: calc(50% - 41px);
          width: 82px;
          height: 82px;
          background-color: #fff;
          background-color: #4bb6f4;
          opacity: 0.5;
          border-radius: 50%;
          animation-duration: 1s;
          animation-name: btn_bg_layer1;
          animation-iteration-count: infinite;
          animation-direction: alternate; }
      .index-calc-area .calc-btn-area .btn .word {
        position: relative;
        z-index: 1; }
      @media screen and (min-width: 992px) {
        .index-calc-area .calc-btn-area .btn {
          width: 68px;
          height: 68px;
          border-radius: 50%; } }

@keyframes btn_bg_layer1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

/*index calc*/
.index-title-area {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }
  .index-title-area .index-title {
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    display: inline-block; }
    .index-title-area .index-title:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 64px;
      height: 4px;
      background: url("../img/index/title_line_2x.png") center no-repeat;
      background-size: 100%; }
    .index-title-area .index-title .ch {
      font-size: 26px;
      color: #36393c;
      line-height: 1;
      margin-top: 8px; }
    .index-title-area .index-title .en {
      line-height: 1;
      font-size: 15px;
      color: #4fa4d9; }

.index-area {
  position: relative;
  padding: 35px 0; }
  @media screen and (min-width: 992px) {
    .index-area {
      padding: 60px 0; } }
  .index-area.service {
    overflow: hidden;
    background-color: #eef3f5;
    margin-bottom: 0; }
    .index-area.service:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -320px;
      left: -280px;
      width: 585px;
      height: 586px;
      background: url("../img/index/pic_service_light.png") center no-repeat;
      background-size: 100%; }
      @media screen and (min-width: 992px) {
        .index-area.service:before {
          left: -220; } }
    @media screen and (min-width: 992px) {
      .index-area.service:after {
        content: '';
        display: block;
        position: absolute;
        right: -83px;
        top: -28px;
        width: 585px;
        height: 586px;
        background: url("../img/index/pic_service_dark.png") center no-repeat;
        background-size: 100%; } }
    @media screen and (min-width: 992px) {
      .index-area.service {
        padding: 50px 0 28px; } }
    @media screen and (min-width: 992px) {
      .index-area.service .index-title-area {
        margin-bottom: 50px; } }
  .index-area.news {
    margin-bottom: 68px; }
    @media screen and (min-width: 992px) {
      .index-area.news {
        margin-bottom: 80px; } }
    @media screen and (min-width: 992px) {
      .index-area.news .index-title-area {
        margin-bottom: 35px; } }
    .index-area.news .index-more-area {
      margin-top: 38px; }

.index-more-area {
  margin-top: 20px;
  text-align: center; }
  .index-more-area .more-btn {
    width: 140px;
    height: 45px;
    text-align: center;
    padding: 12px 0; }

/*  index about */
.index-about-area {
  position: relative; }
  .index-about-area .index-title-area {
    text-align: left; }
  .index-about-area .media-area {
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .index-about-area .media-area {
        float: left;
        width: 350px; } }
    @media screen and (min-width: 992px) {
      .index-about-area .media-area {
        width: 460px; } }
  .index-about-area .content-area {
    position: relative;
    margin-top: 20px;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .index-about-area .content-area {
        padding-left: calc(350px + 30px);
        padding-bottom: 45px;
        margin-top: 0; } }
    @media screen and (min-width: 992px) {
      .index-about-area .content-area {
        padding-left: calc(460px + 50px); } }
  @media screen and (min-width: 768px) {
    .index-about-area .index-more-area {
      position: absolute;
      bottom: 0;
      right: 0; } }

/*  index about */
/*  index service box */
.index-service-area {
  min-height: 450px;
  position: relative;
  z-index: 1; }

.service-outer-box + .service-outer-box {
  margin-top: 18px; }
  @media screen and (min-width: 992px) {
    .service-outer-box + .service-outer-box {
      margin-top: 0; } }

@media screen and (min-width: 992px) {
  .service-outer-box {
    float: left;
    display: inline-block;
    width: calc( 100% / 5); } }

.service-box {
  background-color: #fff;
  height: 350px;
  box-shadow: 0px 0px 5px 0 rgba(5, 5, 5, 0.18);
  padding: 35px 25px 32px;
  max-width: 400px;
  margin: auto;
  cursor: pointer;
  border-radius: 4px; }
  @media screen and (min-width: 992px) {
    .service-box {
      max-width: none;
      width: calc( 100% - 12px);
      height: 400px; } }
  .service-box .icon.amazon {
    width: 100px;
    height: 100px;
    background: url("../img/index/icon_service_amazon_2x.png") center no-repeat;
    background-size: 100%;
    margin: auto; }
  .service-box .icon.airfreight {
    width: 100px;
    height: 100px;
    background: url("../img/index/icon_service_airfreight_2x.png") center no-repeat;
    background-size: 100%;
    margin: auto; }
  .service-box .icon.alibaba {
    width: 100px;
    height: 100px;
    background: url("../img/index/icon_service_alibaba_2x.png") center no-repeat;
    background-size: 100%;
    margin: auto; }
  .service-box .icon.shipping {
    width: 100px;
    height: 100px;
    background: url("../img/index/icon_service_shipping_2x.png") center no-repeat;
    background-size: 100%;
    margin: auto; }
  .service-box .icon.express {
    width: 100px;
    height: 100px;
    background: url("../img/index/icon_service_express_2x.png") center no-repeat;
    background-size: 100%;
    margin: auto; }
  .service-box .title-area {
    text-align: center;
    color: #36393c;
    line-height: 1;
    margin: 25px 0 16px; }
    @media screen and (min-width: 992px) {
      .service-box .title-area {
        text-align: left; } }
    .service-box .title-area .en {
      font-size: 15px; }
    .service-box .title-area .ch {
      font-size: 20px;
      font-weight: bold;
      margin-top: 6px; }
  .service-box .content-area {
    font-size: 14px;
    opacity: 0.8; }
  .service-box .service-more-area {
    text-align: center;
    margin-top: 28px; }
  .service-box .more {
    margin: auto;
    display: inline-block;
    color: #18a7f0;
    border-radius: 4px;
    border: 1px solid #18a7f0;
    width: 116px;
    height: 34px;
    text-align: center;
    padding: 2px 0; }
  @media screen and (min-width: 992px) {
    .service-box:hover {
      border: 2px solid #f96a14;
      background-color: #FF9555;
      color: #fff;
      height: 444px;
      transform: translate(0, -23px);
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      .service-box:hover .title-area {
        color: #fff; }
      .service-box:hover .icon.amazon {
        width: 120px;
        height: 120px;
        background: url("../img/index/icon_service_amazon_hover_2x.png") center no-repeat;
        background-size: 100%;
        margin: auto; }
      .service-box:hover .icon.airfreight {
        width: 120px;
        height: 120px;
        background: url("../img/index/icon_service_airfreight_hover_2x.png") center no-repeat;
        background-size: 100%;
        margin: auto; }
      .service-box:hover .icon.alibaba {
        width: 120px;
        height: 120px;
        background: url("../img/index/icon_service_alibaba_hover_2x.png") center no-repeat;
        background-size: 100%;
        margin: auto; }
      .service-box:hover .icon.shipping {
        width: 120px;
        height: 120px;
        background: url("../img/index/icon_service_shipping_hover_2x.png") center no-repeat;
        background-size: 100%;
        margin: auto; }
      .service-box:hover .icon.express {
        width: 120px;
        height: 120px;
        background: url("../img/index/icon_service_express_hover_2x.png") center no-repeat;
        background-size: 100%;
        margin: auto; }
      .service-box:hover .service-more-area {
        margin-top: 54px; }
        .service-box:hover .service-more-area .more {
          color: #fff;
          border: none;
          width: 140px;
          height: 45px;
          background-color: #f96a14;
          font-size: 16px;
          padding: 9px 0; } }

/*  index service box */
#home-news-carousel .owl-nav {
  margin-top: 0;
  height: 0; }

#home-news-carousel .owl-prev, #home-news-carousel .owl-next {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  border: none;
  top: calc( (100vw - 30px) * 3 / 4  / 2); }
  @media screen and (min-width: 768px) {
    #home-news-carousel .owl-prev, #home-news-carousel .owl-next {
      top: calc(( (100vw - 30px - 30px) / 2) * 3 / 4 / 2); } }
  @media screen and (min-width: 992px) {
    #home-news-carousel .owl-prev, #home-news-carousel .owl-next {
      top: calc(( (970px - 30px - 60px) / 3) * 3 / 4 / 2); } }
  @media screen and (min-width: 992px) {
    #home-news-carousel .owl-prev, #home-news-carousel .owl-next {
      top: calc(( (1200px - 30px - 60px) / 3) * 3 / 4 / 2); } }

#home-news-carousel .owl-prev {
  background: url("../img/index/news_pre_2x.png") center no-repeat;
  background-size: 100%;
  left: -10px; }
  #home-news-carousel .owl-prev:hover {
    background: url("../img/index/news_pre_hover_2x.png") center no-repeat;
    background-size: 100%; }
  @media screen and (min-width: 992px) {
    #home-news-carousel .owl-prev {
      left: -16px; } }

#home-news-carousel .owl-next {
  background: url("../img/index/news_next_2x.png") center no-repeat;
  background-size: 100%;
  right: -10px; }
  #home-news-carousel .owl-next:hover {
    background: url("../img/index/news_next_hover_2x.png") center no-repeat;
    background-size: 100%; }
  @media screen and (min-width: 992px) {
    #home-news-carousel .owl-next {
      right: -16px; } }

#home-news-carousel .owl-dots {
  bottom: -55px; }

.page-area {
  padding-bottom: 78px; }

.news-type {
  display: inline-block;
  width: 38px;
  height: 20px;
  vertical-align: middle; }
  .news-type.hot {
    background: url(../img/index/news_type_2x.png) no-repeat;
    background-size: auto 20px; }
  .news-type.top {
    background: url(../img/index/news_type_2x.png) -38px 0px no-repeat;
    background-size: auto 20px; }

.field-title {
  position: relative;
  padding-left: 15px;
  font-weight: normal; }
  .field-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0px;
    width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #009FEA;
    border-width: 4px 4px 4px 7px; }
  .field-title span {
    display: inline-block; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .field-title span {
        display: block; } }
    @media screen and (min-width: 992px) {
      .field-title span {
        display: inline-block; } }

.row.padding-sm {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 12px; }
  .row.padding-sm > div {
    padding: 0px 3px; }
  @media screen and (min-width: 768px) {
    .row.padding-sm {
      margin-bottom: 0; } }

.page-banner-area img {
  max-width: 100%; }

.breadcrumbs {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #808689; }
  .breadcrumbs a {
    color: #889195; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .path_alert {
    color: #808689; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      margin-bottom: 25px; } }

.page-content-area {
  margin-bottom: 30px; }
  .page-content-area .right-menu-area {
    width: 100%; }
  .page-content-area:after {
    content: '';
    display: block;
    clear: both; }

.page-banner-area {
  height: 100px;
  background: #eef3f5 url("../img/page/page_banner_xs.jpg") no-repeat center;
  background-size: 800px 100px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .page-banner-area {
      height: 200px;
      background: #eef3f5 url("../img/page/page_banner.jpg") no-repeat center;
      background-size: 1920px 200px; } }
  .page-banner-area .page-banner-text-area {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 33px);
    color: #fff; }
    @media screen and (min-width: 768px) {
      .page-banner-area .page-banner-text-area {
        top: calc(50% - 14px); } }
    .page-banner-area .page-banner-text-area:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 64px;
      height: 4px;
      background: url("../img/list/title_line_white_xs_2x.png") center no-repeat;
      background-size: 100%; }
      @media screen and (min-width: 992px) {
        .page-banner-area .page-banner-text-area:before {
          background: url("../img/list/title_line_white_2x.png") center no-repeat;
          background-size: 100%; } }
    .page-banner-area .page-banner-text-area .ch {
      font-size: 22px;
      line-height: 1;
      margin-top: 8px; }
    .page-banner-area .page-banner-text-area .en {
      line-height: 1;
      font-size: 13px;
      opacity: 0.5; }

.member-menu-area .row {
  margin-bottom: -20px; }

.member-menu-area .member-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto; }
  .member-menu-area .member-icon.address {
    background: url("../img/page/icon_member_address.png") no-repeat center;
    background-size: 100%; }
    .member-menu-area .member-icon.address:hover, .member-menu-area .member-icon.address.active {
      background: url("../img/page/icon_member_address_hover.png") no-repeat center;
      background-size: 100%; }
  .member-menu-area .member-icon.logout {
    background: url("../img/page/icon_member_logout.png") no-repeat center;
    background-size: 100%; }
    .member-menu-area .member-icon.logout:hover, .member-menu-area .member-icon.logout.active {
      background: url("../img/page/icon_member_logout_hover.png") no-repeat center;
      background-size: 100%; }
  .member-menu-area .member-icon.profile {
    background: url("../img/page/icon_member_profile.png") no-repeat center;
    background-size: 100%; }
    .member-menu-area .member-icon.profile:hover, .member-menu-area .member-icon.profile.active {
      background: url("../img/page/icon_member_profile_hover.png") no-repeat center;
      background-size: 100%; }
  .member-menu-area .member-icon.receipt {
    background: url("../img/page/icon_member_receipt.png") no-repeat center;
    background-size: 100%; }
    .member-menu-area .member-icon.receipt:hover, .member-menu-area .member-icon.receipt.active {
      background: url("../img/page/icon_member_receipt_hover.png") no-repeat center;
      background-size: 100%; }
  .member-menu-area .member-icon.record {
    background: url("../img/page/icon_member_record.png") no-repeat center;
    background-size: 100%; }
    .member-menu-area .member-icon.record:hover, .member-menu-area .member-icon.record.active {
      background: url("../img/page/icon_member_record_hover.png") no-repeat center;
      background-size: 100%; }
  .member-menu-area .member-icon.send {
    background: url("../img/page/icon_member_send.png") no-repeat center;
    background-size: 100%; }
    .member-menu-area .member-icon.send:hover, .member-menu-area .member-icon.send.active {
      background: url("../img/page/icon_member_send_hover.png") no-repeat center;
      background-size: 100%; }
  .member-menu-area .member-icon.alibaba {
    background: url("../img/page/icon_member_alibaba.png") no-repeat center;
    background-size: 100%; }
    .member-menu-area .member-icon.alibaba:hover, .member-menu-area .member-icon.alibaba.active {
      background: url("../img/page/icon_member_alibaba_hover.png") no-repeat center;
      background-size: 100%; }

.member-menu-area .word {
  text-align: center;
  margin-top: 8px;
  color: #6c6c6c;
  font-size: 16px;
  margin-bottom: 20px; }

.member-menu-area + .page-title-area {
  margin-top: 48px; }

.order-step-area {
  margin-top: 28px;
  margin-bottom: 38px;
  padding: 18px 0px 18px 18px;
  background-color: #F6F9FA;
  border: 1px solid #cbd6db;
  border-radius: 5px; }
  @media screen and (min-width: 1200px) {
    .order-step-area {
      padding: 18px 0px 18px 78px; } }
  .order-step-area .order-step-title {
    float: left;
    font-size: 16px;
    color: #36393c;
    display: inline-block;
    margin-right: 10px;
    padding-top: 8px; }
  .order-step-area .order-step-box {
    float: left;
    display: inline-block; }
    .order-step-area .order-step-box .order-step {
      display: inline-block;
      background-color: #f6f9fa;
      border: 1px solid #7c8085;
      color: #7c8085;
      border-radius: 5px;
      padding: 6px 24px;
      float: left;
      position: relative; }
      .order-step-area .order-step-box .order-step + .order-step {
        margin-left: 35px; }
        @media screen and (min-width: 1200px) {
          .order-step-area .order-step-box .order-step + .order-step {
            margin-left: 60px; } }
        .order-step-area .order-step-box .order-step + .order-step:before {
          content: '';
          display: block;
          position: absolute;
          top: 12px;
          left: -24px;
          width: 11px;
          height: 14px;
          background: url("../img/page/icon_send_arrow_2x.png") no-repeat center;
          background-size: 100%; }
          @media screen and (min-width: 1200px) {
            .order-step-area .order-step-box .order-step + .order-step:before {
              left: -35px; } }
      .order-step-area .order-step-box .order-step.can-click {
        border: 1px solid #0099e7;
        color: #0099e7; }
        .order-step-area .order-step-box .order-step.can-click:hover, .order-step-area .order-step-box .order-step.can-click.active {
          color: #fff;
          background-color: #0099e7; }

.page-title-area {
  padding-bottom: 10px;
  border-bottom: 2px solid #CBD6DB;
  margin-bottom: 15px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .page-title-area {
      padding-right: 130px;
      padding-bottom: 10px; } }
  .page-title-area h2 {
    font-size: 24px;
    color: #0099e7;
    margin: 0;
    line-height: 1.2;
    display: inline-block;
    margin-top: 8px; }
  .page-title-area .date-title-box {
    margin-top: 8px; }
    .page-title-area .date-title-box h2 {
      margin-top: 0; }
  .page-title-area .date {
    margin-bottom: 2px;
    color: #b7babe;
    font-size: 15px; }
  .page-title-area .page-btn-area {
    float: right; }
    @media screen and (min-width: 992px) {
      .page-title-area .page-btn-area {
        position: absolute;
        right: 0;
        bottom: 12px; } }
  .page-title-area.no-mb {
    margin-bottom: 0; }
  .page-title-area.no-pr {
    padding-right: 0; }

.sub-title-area {
  border-bottom: 1px solid #DDE2E4;
  padding-bottom: 4px;
  margin-bottom: 20px; }
  .sub-title-area.no-mb {
    margin-bottom: 0; }
  .sub-title-area .sub-title {
    position: relative;
    font-size: 17px;
    padding-left: 12px;
    color: #36393c; }
    .sub-title-area .sub-title:before {
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      height: calc( 100% - 10px);
      top: 4px;
      left: 0;
      background-color: #007FD0; }

.timezone-area {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
  color: #36393c; }
  .timezone-area .list-row {
    display: table-row;
    font-size: 14px;
    text-align: left; }
    @media screen and (min-width: 336px) {
      .timezone-area .list-row {
        font-size: 15px;
        text-align: center; } }
    .timezone-area .list-row + .list-row .list-item {
      border-bottom: 1px solid #CCCCCC; }
      @media screen and (min-width: 768px) {
        .timezone-area .list-row + .list-row .list-item {
          padding-left: 0; } }
    .timezone-area .list-row:last-child .list-item {
      border-bottom: none; }
    .timezone-area .list-row .list-item {
      width: 20%;
      display: table-cell;
      padding: 15px 10px;
      vertical-align: middle;
      text-align: left;
      color: #6c6c6c; }
      @media screen and (min-width: 336px) {
        .timezone-area .list-row .list-item {
          width: 50%;
          text-align: center; } }
      .timezone-area .list-row .list-item.title {
        background: #EEF3F5;
        border-bottom: none;
        padding: 7px 0;
        color: #36393c; }
      .timezone-area .list-row .list-item + .list-item {
        padding-left: 15px; }
        @media screen and (min-width: 336px) {
          .timezone-area .list-row .list-item + .list-item {
            padding: 0; } }

.edit-area, #tinymce {
  padding: 0px 0 10px 0; }
  .edit-area h3, #tinymce h3 {
    position: relative;
    font-size: 16px;
    color: #6c6c6c;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
    line-height: 1.5;
    color: red !important; }
  .edit-area h4, #tinymce h4 {
    position: relative;
    font-size: 15px;
    color: #6c6c6c;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
    line-height: 1.5; }
  .edit-area p, #tinymce p {
    margin-bottom: 0px; }
  .edit-area a, #tinymce a {
    color: #0099e7; }
    .edit-area a:hover, #tinymce a:hover {
      text-decoration: underline; }
  .edit-area ul, #tinymce ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 5px; }
    .edit-area ul li, #tinymce ul li {
      position: relative;
      padding-left: 24px;
      margin-bottom: 5px;
      line-height: 1.7em; }
      .edit-area ul li:before, #tinymce ul li:before {
        content: '';
        top: 11px;
        left: 7px;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #6c6c6c; }
  .edit-area ol, #tinymce ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0px;
    margin-top: 5px; }
    .edit-area ol li, #tinymce ol li {
      position: relative;
      margin-bottom: 5px;
      padding-left: 24px;
      line-height: 1.7em; }
      .edit-area ol li:before, #tinymce ol li:before {
        top: 1px;
        left: 0px;
        position: absolute;
        content: counter(item) ".";
        counter-increment: item;
        width: 20px;
        text-align: right;
        color: #6c6c6c;
        margin: 0px 10px 0px 0px; }
  .edit-area table, #tinymce table {
    max-width: 100%;
    border-collapse: collapse; }
    .edit-area table tr th, .edit-area table tr td, #tinymce table tr th, #tinymce table tr td {
      border: 1px solid #d9dee0;
      font-size: 15px;
      padding: 5px 5px;
      font-weight: normal;
      text-align: left; }
      @media screen and (min-width: 400px) {
        .edit-area table tr th, .edit-area table tr td, #tinymce table tr th, #tinymce table tr td {
          padding: 6px 30px; } }
    .edit-area table tr th, #tinymce table tr th {
      font-size: 16px;
      background-color: #f0f4f6; }
  .edit-area img, #tinymce img {
    max-width: 100%;
    height: auto; }
  .edit-area iframe, #tinymce iframe {
    max-width: 100%; }
  .edit-area:after, #tinymce:after {
    content: '';
    display: block;
    clear: both; }

.page-btn-area .share-box {
  display: inline-block;
  position: relative;
  vertical-align: top; }
  .page-btn-area .share-box:before {
    content: '';
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -39px;
    background: url("../img/page/icon_share_2x.png");
    background-size: 38px auto; }
  .page-btn-area .share-box .share-btn {
    width: 38px;
    height: 38px;
    display: inline-block;
    text-indent: -9999999px; }
    .page-btn-area .share-box .share-btn.facebook {
      background: url("../img/page/icon_fb_2x.png") no-repeat center;
      background-size: 100%; }
      .page-btn-area .share-box .share-btn.facebook:hover {
        background-image: url("../img/page/icon_fb_hover_2x.png");
        background-size: 100%; }
    .page-btn-area .share-box .share-btn.line {
      background: url("../img/page/icon_line_2x.png") no-repeat center;
      background-size: 100%;
      margin-left: 2px; }
      .page-btn-area .share-box .share-btn.line:hover {
        background-image: url("../img/page/icon_line_hover_2x.png");
        background-size: 100%; }

.page-bottom-btn-area {
  text-align: center;
  margin-top: 30px; }
  .page-bottom-btn-area .back-btn {
    width: 140px;
    height: 45px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    padding: 12px 0px; }

.quick-search-table {
  color: #6c6c6c;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .quick-search-table {
      display: table; } }
  .quick-search-table .t-row {
    padding: 15px 0;
    border-bottom: 1px solid #E3E8EA; }
    .quick-search-table .t-row:first-child {
      border-bottom: none;
      padding: 0; }
    @media screen and (min-width: 768px) {
      .quick-search-table .t-row {
        display: table-row;
        padding: 0; } }
    .quick-search-table .t-row .t-cell:not(.t-head) + .t-cell {
      margin-top: 15px; }
      @media screen and (min-width: 768px) {
        .quick-search-table .t-row .t-cell:not(.t-head) + .t-cell {
          margin-top: 0; } }
    @media screen and (min-width: 768px) {
      .quick-search-table .t-row .t-cell {
        display: table-cell;
        width: 25%;
        padding: 12px 10px;
        border-bottom: 1px solid #E3E8EA; } }
    .quick-search-table .t-row .t-cell.t-head {
      display: none;
      color: #36393c; }
      @media screen and (min-width: 768px) {
        .quick-search-table .t-row .t-cell.t-head {
          background-color: #EEF3F5;
          display: table-cell; } }
    .quick-search-table .t-row .t-cell.xs-t-head {
      background-color: #EEF3F5;
      padding: 12px 10px; }
      @media screen and (min-width: 768px) {
        .quick-search-table .t-row .t-cell.xs-t-head {
          display: none; } }
    .quick-search-table .t-row .t-cell:before {
      content: attr(data-title);
      display: block;
      color: #36393c; }
      @media screen and (min-width: 768px) {
        .quick-search-table .t-row .t-cell:before {
          display: none; } }

.calc-ship-note-area {
  margin-top: 10px;
  margin-bottom: 20px; }
  .calc-ship-note-area ul {
    padding-left: 20px; }
  @media screen and (min-width: 768px) {
    .calc-ship-note-area .text {
      display: inline-block; }
    .calc-ship-note-area .right-btn-area {
      float: right; } }

.jump-page-box {
  margin-top: 50px;
  margin-bottom: 64px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .jump-page-box {
      margin-top: 76px; } }
  .jump-page-box .img-area img {
    margin: 0 auto;
    height: auto;
    max-width: 100%; }
  .jump-page-box .img-area.page-404 img {
    width: 306px; }
  .jump-page-box .img-area.page-success img {
    width: 380px; }
  .jump-page-box .text-area {
    text-align: center;
    font-size: 22px;
    margin-top: 22px; }
    .jump-page-box .text-area .ch {
      font-size: 22px;
      font-family: 'Microsoft JhengHei';
      color: #6c6c6c; }
    @media screen and (min-width: 992px) {
      .jump-page-box .text-area {
        margin-top: 44px; } }
    .jump-page-box .text-area #error-time {
      color: #4bb6f4;
      font-size: 26px; }

.radio-inline, .checkbox-inline {
  line-height: 26px;
  vertical-align: top; }
  .radio-inline input, .checkbox-inline input {
    margin: 7px 0 0; }

/*  index news box */
.list-news-area .list-news-box {
  margin-bottom: 15px; }
  .list-news-area .list-news-box .photo-area {
    position: relative;
    text-align: center; }
    .list-news-area .list-news-box .photo-area img {
      max-width: 100%;
      border-radius: 3px; }
    .list-news-area .list-news-box .photo-area:after {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background: url(../img/index/news_bg_2x.png) no-repeat;
      background-size: 50px;
      position: absolute;
      bottom: -1px;
      right: -1px; }
  .list-news-area .list-news-box .content-area .date-area {
    font-size: 14px;
    font-family: Arial;
    color: #00a0e9;
    line-height: 20px;
    margin: 10px 0px; }
  .list-news-area .list-news-box .content-area .title-area {
    font-size: 15px;
    color: #424749;
    line-height: 1.4em;
    max-height: 63px;
    overflow: hidden; }

.list-news-area .show-450 {
  display: none; }

@media screen and (max-width: 450px) {
  .list-news-area .list-news-box {
    position: relative;
    padding-left: 165px;
    min-height: 130px; }
    .list-news-area .list-news-box .photo-area {
      position: absolute;
      width: 145px;
      top: 0px;
      left: 0px; } }

@media screen and (min-width: 450px) {
  .list-news-area {
    margin-left: -15px;
    margin-right: -15px; }
    .list-news-area .list-news-box {
      width: 50%;
      padding: 0px 15px;
      float: left; }
    .list-news-area:after {
      content: '';
      display: block;
      clear: both; }
    .list-news-area .show-450 {
      display: block; } }

@media screen and (min-width: 768px) {
  .list-news-area .list-news-box {
    width: 33.33333%; }
  .list-news-area .show-450 {
    display: none; } }

/*  index news box */
.ellipsis-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  .ellipsis-area.line-1 {
    -webkit-line-clamp: 1; }
  .ellipsis-area.line-2 {
    -webkit-line-clamp: 2; }
  .ellipsis-area.line-3 {
    -webkit-line-clamp: 3; }
  .ellipsis-area.line-4 {
    -webkit-line-clamp: 4; }

.list-area {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-area ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .list-area a {
    display: block; }
    .list-area a:hover .title-area {
      color: #007fd0; }
  .list-area .date {
    font-size: 15px;
    display: inline-block;
    color: #b7babe;
    margin-bottom: 5px;
    line-height: 1; }
  .list-area .media-tag {
    z-index: 1; }
    .list-area .media-tag.top {
      width: 90px;
      height: 40px;
      background: url("../img/index/news_label_top_2x.png") center no-repeat;
      background-size: 100%; }
    .list-area .media-tag.hot {
      width: 90px;
      height: 40px;
      background: url("../img/index/news_label_hot_2x.png") center no-repeat;
      background-size: 100%; }
    .list-area .media-tag.all {
      width: 170px;
      height: 40px;
      background: url("../img/index/news_label_all_2x.png") center no-repeat;
      background-size: 100%; }
  .list-area .title-area {
    font-size: 18px;
    color: #0099e7;
    line-height: 1.5; }
  .list-area .desc-area {
    font-size: 14px;
    color: #7c8085;
    line-height: 1.7; }
  .list-area .row.type-1 [class^='col'] {
    margin-bottom: 54px; }
    @media screen and (min-width: 992px) {
      .list-area .row.type-1 [class^='col'] {
        margin-bottom: 78px; } }
  .list-area .media-list {
    font-size: 0; }
    .list-area .media-list.type-1 {
      padding-top: 13px; }
      .list-area .media-list.type-1 .acart-proportion-box:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: rgba(0, 0, 0, 0.05) 1px solid; }
      .list-area .media-list.type-1 .media-area {
        position: relative; }
        .list-area .media-list.type-1 .media-area .media-tag {
          position: absolute;
          top: -13px;
          left: -6px; }
      .list-area .media-list.type-1 .content-area {
        position: relative;
        margin-top: 24px; }
        .list-area .media-list.type-1 .content-area .title-area {
          margin: 4px 0; }

.page-title-noline {
  position: relative;
  font-size: 18px;
  color: #49565d;
  margin: 0;
  line-height: 1.5em;
  margin-bottom: 10px; }
  .page-title-noline .btn-link {
    float: right;
    padding: 3px 10px; }

.ori-table {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  color: #6c6c6c; }
  .ori-table.have-thead thead tr {
    border-top: 2px solid #98CFE4; }
  .ori-table.have-thead tr {
    border-top: 1px solid #98CFE4; }
  .ori-table thead:before {
    content: '';
    top: -2px;
    left: 0px; }
  .ori-table tr + tr {
    border-top: 1px solid #98CFE4; }
  .ori-table:before {
    content: '';
    height: 4px;
    width: 50px;
    background: url(../img/page/title_line_2x.png) no-repeat;
    background-size: 50px 4px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .ori-table.info-style th, .ori-table.info-style td {
    vertical-align: top; }
  .ori-table.info-style td + td {
    padding-top: 0px; }
    @media screen and (min-width: 768px) {
      .ori-table.info-style td + td {
        padding-top: 0px; } }
  .ori-table.info-style td.mb-full {
    display: block; }
    @media screen and (min-width: 768px) {
      .ori-table.info-style td.mb-full {
        display: table-cell;
        padding-right: 30px; }
        .ori-table.info-style td.mb-full.sm-percent-60 {
          width: 60%; }
        .ori-table.info-style td.mb-full.sm-percent-40 {
          width: 40%; } }

.ori-table2 {
  color: #36393c;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .ori-table2 thead {
    background: #EEF3F5; }
  .ori-table2 tbody tr {
    border-bottom: 1px solid #E3E8EA; }
  .ori-table2 th, .ori-table2 td {
    font-weight: normal;
    padding: 12px 10px; }
    .ori-table2 th .order-number, .ori-table2 td .order-number {
      color: #EE8C07; }
  .ori-table2 td {
    padding: 20px 10px;
    color: #6c6c6c; }
    .ori-table2 td .deleteAddressBtn {
      color: #f02196; }

.package-table .w-id, .mobile-table .w-id {
  width: 8%; }

.package-table .w-weight, .mobile-table .w-weight {
  width: 30%; }

.package-table .xs-th-bg, .mobile-table .xs-th-bg {
  background-color: #EEF3F5; }
  @media screen and (min-width: 768px) {
    .package-table .xs-th-bg, .mobile-table .xs-th-bg {
      background-color: #fff; } }

.package-table input.form-control, .mobile-table input.form-control {
  padding: 0; }

.package-table th, .package-table td, .mobile-table th, .mobile-table td {
  font-weight: normal; }

.package-table td, .mobile-table td {
  color: #6c6c6c; }

.package-table tbody tr, .mobile-table tbody tr {
  border-bottom: 1px solid #E3E8EA; }

.package-table label, .mobile-table label {
  font-weight: normal; }

.package-table {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .package-table tr.tr-two-col td:first-child {
    width: 50%; }
    @media screen and (min-width: 400px) {
      .package-table tr.tr-two-col td:first-child {
        width: 60%; } }
    @media screen and (min-width: 768px) {
      .package-table tr.tr-two-col td:first-child {
        width: 80%; } }
  .package-table tr.tr-two-col td:last-child {
    width: 50%; }
    @media screen and (min-width: 400px) {
      .package-table tr.tr-two-col td:last-child {
        width: 40%; } }
    @media screen and (min-width: 768px) {
      .package-table tr.tr-two-col td:last-child {
        width: 20%; } }
  .package-table .pt-id {
    padding-top: 30px; }
  .package-table th, .package-table td {
    padding: 12px 10px;
    line-height: 1em;
    color: #36393c; }
    .package-table th input, .package-table td input {
      text-align: center; }
  .package-table td {
    padding: 20px 10px;
    color: #6c6c6c; }
  .package-table thead {
    background: #EEF3F5; }
  .package-table tbody.border-top {
    border-top: 1px solid #DDDDDD; }
  .package-table tbody td {
    text-align: center;
    vertical-align: top; }
    .package-table tbody td.text-right {
      text-align: right; }
    .package-table tbody td.text-left {
      text-align: left; }
  .package-table tbody .price-sub-amount {
    font-size: 16px;
    color: #fc553e; }
    @media screen and (min-width: 375px) {
      .package-table tbody .price-sub-amount {
        font-size: 20px; } }
  .package-table tbody .price-amount {
    color: #E98901;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 16px; }
    @media screen and (min-width: 375px) {
      .package-table tbody .price-amount {
        font-size: 24px; } }
  .package-table tbody .deletePkItemBtn {
    cursor: pointer;
    color: #f02196; }
  .package-table.padding-bg tbody td {
    padding: 20px 20px 20px 10px; }

.mobile-table {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .mobile-table th, .mobile-table td {
    padding: 12px 10px;
    line-height: 1em;
    color: #36393c; }
    .mobile-table th input, .mobile-table td input {
      text-align: center; }
  .mobile-table td {
    padding: 20px 10px; }
  .mobile-table thead {
    background: #EEF3F5; }
  .mobile-table tbody.border-top {
    border-top: 1px solid #DDDDDD; }
  .mobile-table tbody td {
    text-align: center; }
    .mobile-table tbody td.text-right {
      text-align: right; }
    .mobile-table tbody td.text-left {
      text-align: left; }
    .mobile-table tbody td.clearfix {
      padding: 0px; }
  .mobile-table tbody .price-amount {
    color: #E98901;
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
    line-height: 1.3em; }
  .mobile-table tbody .deleteCtItemBtn {
    cursor: pointer;
    color: #f02196; }
  @media screen and (max-width: 767px) {
    .mobile-table tbody tr {
      display: block; }
      .mobile-table tbody tr td.full {
        display: block;
        background: #EEF3F5;
        border-bottom: 1px solid #DDDDDD;
        text-align: left; }
      .mobile-table tbody tr td.sub-full {
        display: block !important;
        border-bottom: 1px solid #DDDDDD;
        text-align: center; }
        .mobile-table tbody tr td.sub-full.border-top {
          border-top: 1px solid #DDDDDD; }
      .mobile-table tbody tr td.half {
        width: 50%;
        float: left; } }

.sub-title-with-menu {
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px; }
  .sub-title-with-menu.green {
    color: #94BD53;
    background: #EAF4DC; }
  .sub-title-with-menu.orange {
    color: #E7890B;
    background: #FAEAD3; }
  .sub-title-with-menu .form-control {
    float: right;
    width: 220px;
    margin-left: 15px; }
  .sub-title-with-menu:after {
    content: '';
    display: block;
    clear: both; }

.form-area {
  margin-top: 26px; }
  @media screen and (min-width: 992px) {
    .form-area.login > .row > [class^='col']:first-child {
      border-right: 1px solid #E3E8EA;
      padding-right: 30px; } }
  @media screen and (min-width: 992px) {
    .form-area.login > .row > [class^='col']:nth-child(2) {
      padding-left: 30px; } }
  .form-area.modify-pw {
    margin-top: 46px; }

.form-area {
  margin-bottom: 10px;
  color: #36393c; }
  .form-area label {
    font-weight: normal; }
  .form-area .form-column {
    margin-bottom: 10px; }
    .form-area .form-column .right-box {
      float: right;
      margin-left: 15px; }
      .form-area .form-column .right-box .other-link {
        display: inline-block;
        line-height: 26px;
        color: #00A1EA;
        text-decoration: underline;
        margin-right: 10px;
        font-family: 新細明體;
        font-size: 13px; }
    .form-area .form-column:after {
      content: '';
      display: block;
      clear: both; }

.form-button-area {
  text-align: right;
  margin-top: 30px; }
  .form-button-area .btn {
    padding: 3px 10px; }

.form-button-area2 {
  margin-top: 30px; }
  .form-button-area2 .btn-right {
    float: right; }
  .form-button-area2:after {
    content: '';
    display: block;
    clear: both; }

.order-note {
  border: 1px solid #D2D2D2;
  padding: 20px;
  height: 320px;
  overflow-y: scroll;
  line-height: 2em;
  font-size: 14px;
  font-family: 微軟正黑體,Arial; }

.order-detail-function-menu {
  text-align: right; }
  .order-detail-function-menu .function-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer; }
    .order-detail-function-menu .function-btn i {
      color: #00A0EB; }

.login-password-area {
  display: table;
  width: 100%; }
  .login-password-area .input-area {
    display: table-cell; }
  .login-password-area .forgot-btn-area {
    display: table-cell;
    width: 90px;
    text-align: right; }

.info-text-area {
  color: #6c6c6c; }

.confirm-title {
  color: #0099e7; }

.login-right-area {
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    .login-right-area {
      margin-top: 0; } }

/* error page */
.error-page-text {
  text-align: center;
  font-size: 28px; }

.error-sitemap-area {
  position: relative;
  padding-bottom: 70px; }
  .error-sitemap-area .sitemap-box-area {
    margin-left: -5px;
    margin-right: -5px;
    width: 100%; }
    .error-sitemap-area .sitemap-box-area .sitemap-box {
      float: left;
      width: 50%;
      padding: 0px 10px; }
      .error-sitemap-area .sitemap-box-area .sitemap-box ul {
        list-style: none;
        padding-left: 0px; }
        .error-sitemap-area .sitemap-box-area .sitemap-box ul li h3 {
          display: inline-block;
          font-size: 16px;
          color: #49565d;
          padding: 0px 3px 5px 3px;
          border-bottom: 2px solid #00a0e9;
          margin-bottom: 15px; }
        .error-sitemap-area .sitemap-box-area .sitemap-box ul li a {
          position: relative;
          display: inline-block;
          font-size: 14px;
          color: #28485a;
          line-height: 1.3em;
          padding-left: 15px;
          margin-bottom: 5px; }
          .error-sitemap-area .sitemap-box-area .sitemap-box ul li a:after {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 0px;
            width: 4px;
            border-style: solid;
            border-color: transparent transparent transparent #596F7D;
            border-width: 4px 4px 4px 7px; }
    .error-sitemap-area .sitemap-box-area:after {
      content: '';
      display: block;
      clear: both; }
  @media screen and (min-width: 768px) {
    .error-sitemap-area .sitemap-box-area {
      display: table; }
      .error-sitemap-area .sitemap-box-area .sitemap-box {
        float: none;
        width: auto;
        display: table-cell; } }

/* error page */
/* time zone */
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px; }

#pac-input:focus {
  border-color: #4d90fe; }

.pac-container {
  font-family: Roboto; }

/* time zone */
.form-control {
  border: 1px solid #DDE2E4;
  box-shadow: none; }

.form-group label {
  color: #36393c;
  font-weight: normal; }

.form-group div.has-btn input:not(.btn) {
  width: calc(100% - 90px - 12px);
  display: inline-block;
  float: left; }

.form-group div.has-btn .btn-address {
  width: 90px;
  display: inline-block;
  float: left;
  margin-left: 12px; }

fieldset + fieldset {
  margin-top: 40px; }
  @media screen and (min-width: 992px) {
    fieldset + fieldset {
      margin-top: 70px; } }

.sub-title-area {
  position: relative; }
  .sub-title-area .sub-title {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .sub-title-area .sub-title {
        padding-right: 240px; } }
  .sub-title-area .sub-title-right-area {
    float: right; }
    @media screen and (min-width: 768px) {
      .sub-title-area .sub-title-right-area {
        float: none;
        position: absolute;
        right: 0;
        bottom: 10px; } }
    .sub-title-area .sub-title-right-area select {
      width: 160px; }
    .sub-title-area .sub-title-right-area .note-add-area .note {
      text-decoration: underline;
      color: #4BB6F4;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      margin-top: 9px; }
    .sub-title-area .sub-title-right-area .note-add-area .btn {
      width: 77px;
      display: inline-block;
      vertical-align: middle; }

.form-btn-area {
  font-size: 0;
  text-align: center;
  margin-top: 20px; }
  @media screen and (min-width: 992px) {
    .form-btn-area {
      margin-top: 70px; } }
  .form-btn-area .btn-note {
    text-align: left;
    color: #fc553e;
    margin-bottom: 8px;
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      .form-btn-area .btn-note {
        text-align: center; } }
  .form-btn-area .btn {
    width: 100%;
    display: block;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .form-btn-area .btn {
        display: inline-block;
        width: calc((100% - 40px) / 3); } }
    @media screen and (min-width: 992px) {
      .form-btn-area .btn {
        width: 140px; } }
    .form-btn-area .btn + .btn {
      margin-top: 15px; }
      @media screen and (min-width: 768px) {
        .form-btn-area .btn + .btn {
          margin-top: 0;
          margin-left: 20px; } }
  .form-btn-area.login {
    margin-top: 35px;
    text-align: right; }

.order-plan-area .plan-note {
  font-size: 15px;
  color: #6c6c6c;
  margin: 7px 0 8px 0; }

.order-plan-area .plan-box {
  padding: 5px 18px 8px 18px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #dde2e4; }
  .order-plan-area .plan-box > label {
    display: block;
    cursor: pointer;
    font-weight: normal; }
  .order-plan-area .plan-box + .plan-box {
    margin-top: 15px; }
  .order-plan-area .plan-box .plan-top-area {
    padding: 10px 0 16px 0;
    border-bottom: 1px solid #e7ebec; }
    .order-plan-area .plan-box .plan-top-area .plan-title {
      display: inline-block;
      cursor: pointer;
      position: relative;
      font-weight: normal;
      font-size: 18px;
      color: #36393c;
      padding-top: 6px;
      padding-left: 38px; }
      .order-plan-area .plan-box .plan-top-area .plan-title input {
        width: 0;
        height: 0;
        opacity: 0; }
        .order-plan-area .plan-box .plan-top-area .plan-title input:checked ~ .custom-check-area:after {
          transform: scale(1); }
    .order-plan-area .plan-box .plan-top-area .price-box {
      float: right;
      padding-top: 6px;
      text-align: right; }
      .order-plan-area .plan-box .plan-top-area .price-box .plan-price {
        font-size: 26px;
        line-height: 1;
        color: #ff7725; }
        .order-plan-area .plan-box .plan-top-area .price-box .plan-price .nt {
          font-size: 18px; }
      .order-plan-area .plan-box .plan-top-area .price-box .promotion-desc {
        display: inline-block;
        border-radius: 50px;
        color: #ff2525;
        font-size: 13px;
        background-color: #FFECD3;
        padding: 0px 11px;
        font-weight: bold; }
  .order-plan-area .plan-box .plan-bottom-area {
    padding-top: 10px;
    font-weight: normal; }
  .order-plan-area .plan-box:hover, .order-plan-area .plan-box.active {
    border: 2px solid #4bb6f4; }
    .order-plan-area .plan-box:hover .plan-title, .order-plan-area .plan-box.active .plan-title {
      color: #0099e7; }

.order-plan-area .custom-check-area {
  top: 8px;
  left: 0;
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #CCD2D5; }
  .order-plan-area .custom-check-area:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    color: #18BB55;
    left: 2px;
    top: 2px;
    transform: scale(0);
    transition: all 0.2s cubic-bezier(0.37, -0.48, 0.68, 1.43); }

.has-forgot input {
  float: left;
  width: calc(100% - 60px - 12px);
  margin-right: 12px; }

.has-forgot .forgot-btn-area {
  float: left;
  width: 60px;
  padding-top: 3px; }

.vcode-area input {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  @media screen and (min-width: 500px) {
    .vcode-area input {
      margin-bottom: 0;
      width: calc(100% - 10px - 120px - 10px - 34px); } }

.vcode-area .auth_code {
  float: left;
  width: 120px;
  height: 34px; }
  @media screen and (min-width: 500px) {
    .vcode-area .auth_code {
      margin-left: 10px; } }

.vcode-area .refresh_img {
  float: left;
  width: 34px;
  height: 34px;
  color: #FF9122;
  margin-left: 10px;
  background-color: #0099e7;
  border-radius: 4px; }
  .vcode-area .refresh_img i {
    color: #DAEFFF;
    font-size: 25px;
    padding-top: 6px;
    padding-left: 6px; }

.xs-mt {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .xs-mt {
      margin-top: 0; } }

.xs-sm-mt {
  margin-top: 15px; }
  @media screen and (min-width: 992px) {
    .xs-sm-mt {
      margin-top: 0; } }

.login-form-area {
  margin-top: 26px; }

.socail-login-area {
  margin-top: 30px;
  margin-bottom: 30px; }
  .socail-login-area .row {
    margin-left: -7px;
    margin-right: -7px; }
    .socail-login-area .row [class^='col'] {
      padding-left: 7px;
      padding-right: 7px; }
  .socail-login-area .btn {
    width: 100%;
    height: 34px; }
    .socail-login-area .btn .icon {
      width: 22px; }
    .socail-login-area .btn span {
      position: relative;
      padding-left: 25px; }
      .socail-login-area .btn span:before {
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 22px;
        height: 22px;
        background: url("../img/page/login_icon_facebook_2x.png") center no-repeat;
        background-size: 100%; }
  .socail-login-area .btn-fb {
    background-color: #1877f2;
    color: #fff; }
    .socail-login-area .btn-fb:before {
      content: '';
      display: block;
      position: absolute; }
    .socail-login-area .btn-fb:hover {
      background-color: #136de1; }
  .socail-login-area .btn-line {
    background-color: #00c300;
    color: #fff; }
    .socail-login-area .btn-line span:before {
      background: url("../img/page/login_icon_line_2x.png") center no-repeat;
      background-size: 100%; }
    .socail-login-area .btn-line:hover {
      background-color: #00b100; }
  .socail-login-area .btn-google {
    background-color: #fff;
    color: #6c6c6c;
    border: 1px solid #CBD6DB; }
    .socail-login-area .btn-google span:before {
      background: url("../img/page/login_icon_google_2x.png") center no-repeat;
      background-size: 100%; }
    .socail-login-area .btn-google:hover {
      background-color: #eef3f5; }

.btn.pick-file {
  width: 100%;
  position: relative;
  height: 34px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  border: 0px;
  line-height: 34px;
  padding: 0;
  cursor: pointer !important; }
  .btn.pick-file input[type="file"] {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: 34px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 100;
    cursor: pointer; }

.upload-file > .row {
  margin-left: -10px;
  margin-right: -10px; }
  .upload-file > .row > [class^='col'] {
    padding-left: 10px;
    padding-right: 10px; }

.form-area.contact iframe {
  border: 1px solid #CBD6DB;
  width: 100%;
  height: 390px; }
  @media screen and (min-width: 768px) {
    .form-area.contact iframe {
      margin-top: 32px; } }

/*# sourceMappingURL=maps/base.css.map */
