@charset "UTF-8";
/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
@keyframes bubbleAnimate {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1.5deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate3d(0, 0, 1, -1.5deg); }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  30% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1.5deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1.5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1.5deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1.5deg); }
  90% {
    -webkit-transform: scale3d(1.13, 1.13, 1.13);
    transform: scale3d(1.13, 1.13, 1.13); }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
    opacity: 0; } }
.bubbleAnimate {
  -webkit-animation-name: bubbleAnimate;
  animation-name: bubbleAnimate; }

@-webkit-keyframes shineIn {
  from {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes shineIn {
  from {
    opacity: 0; }
  50% {
    opacity: 1; } }
.shineIn {
  -webkit-animation-name: shineIn;
  animation-name: shineIn; }

@keyframes handMove01 {
  0% {
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes handMove02 {
  0% {
    -webkit-transform: translate(0, 260px);
    transform: translate(0, 260px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes handMove03 {
  0% {
    -webkit-transform: translate(0, 445px);
    transform: translate(0, 445px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes handMove04 {
  0% {
    -webkit-transform: translate(0, 445px);
    transform: translate(0, 445px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes handMove05 {
  0% {
    -webkit-transform: translate(0, 445px);
    transform: translate(0, 445px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes handMove06 {
  0% {
    -webkit-transform: translate(500px, 0);
    transform: translate(500px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes showIn {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
@keyframes quoteIn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(3px, 2px) rotate(0.2deg);
    transform: translate(3px, 2px) rotate(0.2deg); } }
@keyframes btnArrow {
  from {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  to {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0); } }
@keyframes leftIn {
  0% {
    -webkit-transform: translate(-110vw, 0);
    transform: translate(-110vw, 0); }
  75% {
    -webkit-transform: translate(2vw, 0);
    transform: translate(2vw, 0); }
  85%,100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", 微軟正黑體, Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 1.8rem; }
  @media (max-width: 768px) {
    body {
      min-height: 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 20px 0 10px;
  line-height: 1.2; }

h1 {
  font-size: 36px;
  margin-bottom: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px;
  font-weight: 600; }

h6 {
  font-size: 20px;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    margin-bottom: 20px; }

  h2 {
    font-size: 28px;
    margin: 1%; }

  h3 {
    font-size: 24px;
    margin: 1%; }

  h4 {
    font-size: 20px;
    margin: 1%; }

  h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 1%; }

  h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 1%; }

  p {
    font-size: 14px; } }
strong {
  font-weight: 700; }

p {
  font-size: 1.8rem;
  line-height: 1.6em; }

p:last-child {
  margin-bottom: 0px; }

ul {
  list-style: none;
  line-height: 1.9em; }

ul li {
  list-style: none; }

.ma10 {
  margin: 10px; }

.mat30 {
  margin-top: 30px; }

.mat20 {
  margin-top: 20px; }

.mab10 {
  margin-bottom: 10px; }

.pa0 {
  padding: 0; }

.ul-check {
  margin-left: 5px;
  list-style: none; }

.ul-check > li {
  display: inline-block;
  margin-left: 22px;
  word-break: keep-all; }

.ul-check > li:before {
  content: "\f00c";
  font-family: 'fontawesome';
  position: absolute;
  font-size: 12px;
  margin-left: -15px; }

.border-china {
  border: 3px solid #da8027; }

.border-group {
  border: 3px solid #265ab6; }

a {
  transition: all .3s ease;
  color: #265ab6; }
  a:hover {
    color: #143062;
    text-decoration: none; }

button,
.btn {
  color: #ddd;
  transition: all .3s ease;
  font-size: 16px; }
  button:focus, button:hover,
  .btn:focus,
  .btn:hover {
    color: #ddd; }
  @media (max-width: 991px) {
    button,
    .btn {
      white-space: initial; } }

.btn--default {
  background: #fff;
  border: 2px solid #531d8d;
  margin-top: 20px;
  min-width: 120px;
  color: #531d8d;
  display: inline-block;
  width: 45%;
  margin: 1%;
  padding: 10px 0;
  font-size: 18px; }

.btn--default:focus,
.btn--default:hover,
.btn--default:active {
  color: #fff;
  background: #531d8d; }

section,
header {
  position: relative; }

section {
  padding: 2.5rem 1.5rem;
  margin: 0; }
  section:last-of-type {
    margin-bottom: 0; }

.tag {
  border-radius: 5px;
  background-color: #265ab6;
  color: #fff;
  padding: 5px 8px;
  font-size: 85%; }

.d-flex {
  display: flex; }
  @media (max-width: 991px) {
    .d-flex {
      display: block; } }

header .menu-search-parent .bar__search-input {
  float: left;
  margin-bottom: 16px;
  width: 100%;
  padding: 14px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #333;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #f6f6f6;
  border-radius: 0;
  transition: .15s ease-in-out; }
  header .menu-search-parent .bar__search-input:focus {
    outline: none; }
@media (max-width: 1199px) {
  header .menu-search-parent .bar__search-li {
    user-select: auto;
    position: absolute; } }
header .menu-search-parent .bar__search-btn {
  cursor: pointer;
  width: 44px;
  height: 50px;
  margin-top: 20px; }
  header .menu-search-parent .bar__search-btn:hover, header .menu-search-parent .bar__search-btn:focus {
    color: #333;
    background-color: #83ddfe;
    border-bottom: none; }
    header .menu-search-parent .bar__search-btn:hover .bar__search-toggle::before, header .menu-search-parent .bar__search-btn:focus .bar__search-toggle::before {
      border-color: #83ddfe; }
    header .menu-search-parent .bar__search-btn:hover .bar__search-toggle::after, header .menu-search-parent .bar__search-btn:focus .bar__search-toggle::after {
      background: #83ddfe; }
  @media (max-width: 1199px) {
    header .menu-search-parent .bar__search-btn {
      display: none; } }
  header .menu-search-parent .bar__search-btn .menu__search-toggle::before {
    border-color: #83ddfe; }
  header .menu-search-parent .bar__search-btn .menu__search-toggle::after {
    background-color: #83ddfe; }
header .menu-search-parent .bar__search-toggle {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  cursor: pointer; }
  @media (max-width: 1199px) {
    header .menu-search-parent .bar__search-toggle {
      top: 0; } }
  header .menu-search-parent .bar__search-toggle::before, header .menu-search-parent .bar__search-toggle::after {
    content: '';
    position: absolute;
    display: block;
    transition: 0.1s linear; }
  header .menu-search-parent .bar__search-toggle::before {
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff; }
  header .menu-search-parent .bar__search-toggle::after {
    height: 2px;
    width: 7px;
    top: 13px;
    left: 10px;
    background: #fff;
    transform: rotate(45deg); }
  header .menu-search-parent .bar__search-toggle.active::before {
    left: 7px;
    top: 1px;
    width: 0;
    border: none;
    border-left: 2px solid white;
    border-radius: 0;
    transform: rotate(45deg); }
  header .menu-search-parent .bar__search-toggle.active::after {
    width: 16px;
    left: 0px;
    top: 8px; }
header .menu-search-parent .bar__dropform {
  display: none;
  position: relative;
  z-index: 999999;
  width: calc(100% - 30px);
  background-color: rgba(204, 204, 204, 0.9);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  animation-name: fadeIn;
  animation-duration: .3s; }
  @media (max-width: 1199px) {
    header .menu-search-parent .bar__dropform {
      width: 100%; } }
  header .menu-search-parent .bar__dropform form {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0; }
  header .menu-search-parent .bar__dropform-btn {
    margin-top: 10px;
    margin-left: 16px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(58, 58, 58, 0.96);
    background-color: #f6f6f6;
    transition: .2s ease; }
    header .menu-search-parent .bar__dropform-btn:focus {
      color: rgba(58, 58, 58, 0.96);
      background-color: #fbfbfb;
      outline: none; }
    header .menu-search-parent .bar__dropform-btn:hover {
      color: rgba(58, 58, 58, 0.96);
      background-color: #fbfbfb; }
    header .menu-search-parent .bar__dropform-btn:active {
      color: rgba(67, 67, 67, 0.96);
      background-color: #f1f1f1;
      outline: none; }
  header .menu-search-parent .bar__dropform .pull-left {
    width: 88%; }
  header .menu-search-parent .bar__dropform .radio-label {
    margin-right: 30px;
    margin-bottom: 0;
    padding-left: 22px;
    color: #fff; }
    header .menu-search-parent .bar__dropform .radio-label::before, header .menu-search-parent .bar__dropform .radio-label::after {
      top: 5px;
      width: 16px;
      height: 16px; }
    header .menu-search-parent .bar__dropform .radio-label::before {
      background-color: transparent;
      border: 2px solid #fff;
      box-shadow: none; }
    header .menu-search-parent .bar__dropform .radio-label::after {
      background-color: #fff; }
  header .menu-search-parent .bar__dropform .radio-input:checked + .radio-label {
    font-weight: normal; }
  header .menu-search-parent .bar__dropform .radio-input:checked + .radio-label::after {
    transform: scale(0.5, 0.5); }
header .menu-search-parent .bar__mask {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  animation-name: fadeIn;
  animation-duration: .3s; }
  header .menu-search-parent .bar__mask--open {
    display: block; }

.dropdown-badge {
  position: static;
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-bottom; }

.show-ask,
.show-notice,
.show-list-ask,
.show-list-notice,
.menu__avatar .notification__badge {
  display: none; }

@media (min-width: 1160px) {
  .show-ask,
  .show-notice {
    display: block; }

  .menu__container {
    max-width: 1170px; }

  .header__inner {
    max-width: 1170px; } }
@media (min-width: 1110px) and (max-width: 1159px) {
  .show-ask,
  .show-list-notice,
  .menu__avatar .notification__badge {
    display: block; }

  .menu__container {
    width: 98%; }

  .header__inner {
    width: 98%; } }
@media (min-width: 856px) and (max-width: 1109px) {
  .show-list-ask,
  .show-list-notice,
  .menu__avatar .notification__badge {
    display: block; }

  .menu__account {
    display: none; }

  .menu__container {
    width: 98%; }

  .header__inner {
    width: 98%; } }
@media (max-width: 866px) {
  .show-list-ask,
  .show-list-notice,
  .menu__avatar .notification__badge {
    display: block; }

  .menu__account {
    display: none; }

  .menu__avatar {
    margin-right: 8px; } }
@media (max-width: 991px) {
  .menu__left {
    transform: translateX(0); }
  .menu__logo {
    display: none; } }
@media (min-width: 768px) and (max-width: 1159px) {
  .menu__dropform .pull-left {
    width: 80%; } }
@media (max-width: 767px) {
  .menu__dropform form {
    padding: 30px 0 40px; }

  .menu__dropform .pull-left {
    width: 100%; }

  .menu__dropform-btn {
    margin-top: 16px;
    margin-left: 0; } }
.mask__patch {
  overflow: hidden; }

.section--kv {
  background: url("../img/kv-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 0;
  margin: 0;
  margin-top: 90px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .section--kv .kv-content {
    max-width: 1200px;
    margin: 0 auto;
    display: inline-block;
    padding: 0 50px 50px;
    position: relative;
    z-index: 1; }
    .section--kv .kv-content .kv-text {
      width: 100%;
      display: inline-block;
      z-index: 1; }
    .section--kv .kv-content .kv-link {
      text-decoration: none;
      background-color: #ed4c21;
      color: #ffffff;
      border-radius: 50%;
      width: 200px;
      height: 200px;
      line-height: 200px;
      font-size: 3rem;
      font-weight: 600;
      display: inline-block;
      position: absolute;
      bottom: 30px;
      right: 50px;
      z-index: 2;
      cursor: pointer;
      box-shadow: 0 5px 0 #bd2f09;
      transition: all .3s ease-in; }
      .section--kv .kv-content .kv-link:hover, .section--kv .kv-content .kv-link:focus {
        background-color: #ff4b1a;
        box-shadow: 0 2px 0 #bd2f09;
        transform: translateY(3px); }

.modal-pickCompany.modal-open .modal {
  padding-right: 0; }
.modal-pickCompany .modal-pickCompany-wrapper {
  width: 90%;
  top: 95px;
  margin: auto; }
.modal-pickCompany .modal-content {
  background-color: #98d0fc;
  box-shadow: 0px 0px 10px #fffefa; }
  .modal-pickCompany .modal-content .modal-header {
    padding: 0;
    position: relative;
    border: none; }
    .modal-pickCompany .modal-content .modal-header .close {
      position: absolute;
      top: -2rem;
      right: -2rem;
      z-index: 9;
      color: #fff;
      font-size: 6rem;
      opacity: .8; }
    .modal-pickCompany .modal-content .modal-header .modal-header-bg {
      position: absolute;
      z-index: 0; }
    .modal-pickCompany .modal-content .modal-header .modal-title {
      position: relative;
      width: 100%;
      z-index: 1;
      color: #fff;
      font-weight: bold;
      font-size: 4.5rem;
      text-align: center;
      margin: 3% 0; }
  .modal-pickCompany .modal-content .modal-body .btn-company {
    background-color: #ffffff;
    color: #1f297d;
    padding: 10px;
    width: 40%;
    margin: 1.5% 4% 0.5%;
    font-size: 2.8rem;
    font-weight: bold;
    white-space: initial;
    border-bottom: 3px solid #bea735;
    transition: all .3s ease-in; }
    .modal-pickCompany .modal-content .modal-body .btn-company:hover, .modal-pickCompany .modal-content .modal-body .btn-company:focus {
      background-color: #ffdd3a;
      transform: translateY(3px); }
    @media (max-width: 991px) {
      .modal-pickCompany .modal-content .modal-body .btn-company {
        width: 92%; } }
  .modal-pickCompany .modal-content .modal-footer {
    text-align: center;
    padding: 10px 0 20px;
    font-weight: 500;
    border: none; }

.sideEvent .col-xs-12 {
  padding: 0; }
.sideEvent .img-outer {
  text-align: center;
  min-height: 192px;
  max-height: 192px;
  overflow: hidden;
  background-color: #eee; }
  @media (max-width: 767px) {
    .sideEvent .img-outer {
      width: 100%;
      min-width: auto;
      min-height: auto; } }
  @media (max-width: 767px) {
    .sideEvent .img-outer {
      max-width: 100%; } }
.sideEvent .img-outer img {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  transition: all .3s ease-out; }
.sideEvent .img-outer img:hover {
  transform: scale(1.1); }
.sideEvent .share-ban {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0; }
  .sideEvent .share-ban .share-title {
    color: #ffffff;
    background-color: #21297d;
    border-radius: 30px;
    border: 3px solid #21297d;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.3;
    padding: 1px 10px;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .sideEvent .share-ban .share-title {
        border-radius: 0px;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px; } }
    .sideEvent .share-ban .share-title::after {
      content: '';
      background: url("../img/deco-title.svg") no-repeat;
      width: 34px;
      height: 40px;
      background-size: 100%;
      position: absolute;
      right: -36px;
      top: -6px; }
      @media (max-width: 767px) {
        .sideEvent .share-ban .share-title::after {
          display: none; } }
  .sideEvent .share-ban .share-title-trail {
    display: inline-block; }
    @media (max-width: 767px) {
      .sideEvent .share-ban .share-title-trail {
        display: block;
        width: 100%;
        background: #ffffff;
        text-align: center; } }
    .sideEvent .share-ban .share-title-trail .share-title-top {
      border-bottom: 2px solid #21297d;
      margin: 0;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.4em;
      margin-left: -20px;
      padding-left: 54px;
      padding-right: 10px;
      position: relative; }
      @media (max-width: 767px) {
        .sideEvent .share-ban .share-title-trail .share-title-top {
          margin-left: 0;
          padding-left: 0; } }
    .sideEvent .share-ban .share-title-trail .share-title-down {
      color: #21297d;
      line-height: 1.4em;
      margin: 0;
      padding-left: 34px;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .sideEvent .share-ban .share-title-trail .share-title-down {
          padding-left: 0;
          letter-spacing: 0.5px; } }
.sideEvent .more a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5%; }

.section--intro {
  background: #3b88fc;
  background: -moz-linear-gradient(top, #2760db 0%, #3b88fc 100%);
  background: -webkit-linear-gradient(top, #2760db 0%, #3b88fc 100%);
  background: linear-gradient(to bottom, #3b88fc 0%, #2760db 100%);
  color: #ffffff; }
  .section--intro .intro-main .intro-title {
    color: #ffdb35;
    text-shadow: 0 5px 5px #1f2a7f;
    font-size: 5.8rem;
    border-radius: 20px;
    padding: 1px 8px 1px;
    text-align: center;
    margin: 10px 0; }
  .section--intro .intro-news {
    background-color: #ffffff;
    padding: 0 10px 20px;
    border-radius: 10px;
    color: #333333;
    border-bottom: 15px solid #d82577;
    border-top: 5px solid #d82577;
    margin-top: 40px; }
    .section--intro .intro-news:before {
      content: '';
      background: url("../img/deco-intro.svg") no-repeat top;
      position: absolute;
      top: -30px;
      left: 0px;
      min-width: 330px;
      width: 100%;
      height: 100px;
      z-index: 0; }
    .section--intro .intro-news .intro-title {
      color: #21297d;
      border-radius: 20px;
      padding: 1px 8px 1px;
      text-align: center;
      margin-bottom: 20px;
      position: relative;
      z-index: 1; }
    .section--intro .intro-news .award {
      background-color: #f16b0b;
      color: #ffffff;
      padding: 0 7px;
      border-radius: 5px;
      display: inline-block;
      margin-right: 3px; }
      .section--intro .intro-news .award::nth-of-type(2) {
        background-color: #ff0f94; }
    .section--intro .intro-news .link {
      color: #ffffff;
      background-color: #21297d;
      padding: 2px 7px;
      border-radius: 10px; }

.section--article {
  background-color: #2760db; }
  .section--article .article-container {
    max-width: 1200px;
    padding: 0; }
  .section--article .article-list {
    padding: 0 15px; }
    .section--article .article-list article {
      margin-bottom: 0.6%;
      padding: 5px;
      border-radius: 10px;
      transition: all .3s ease-out; }
      .section--article .article-list article:hover, .section--article .article-list article:focus {
        transform: translateY(-2px); }
      .section--article .article-list article .article-link {
        display: block; }
      .section--article .article-list article .article-img {
        max-width: 290px;
        overflow: hidden;
        max-height: 150px;
        min-height: 150px; }
        @media (max-width: 1199px) {
          .section--article .article-list article .article-img {
            max-width: 100%; } }
      .section--article .article-list article .article-text {
        background-color: #ffffff;
        box-shadow: 0 3px 3px #aaaaaa;
        padding: 10px;
        color: #333333; }
        .section--article .article-list article .article-text .tag {
          padding: 2px 8px 3px;
          font-weight: 700; }
        .section--article .article-list article .article-text .tag-new {
          background-color: #ffee9e;
          color: #21297d; }
        .section--article .article-list article .article-text .tag-hot {
          background-color: #ce1805;
          color: #ffffff; }
        .section--article .article-list article .article-text .article-title {
          font-size: 2.6rem;
          word-break: break-word;
          margin: 10px 0;
          height: 64px;
          overflow: hidden; }
        .section--article .article-list article .article-text .words {
          font-size: 90%;
          word-break: break-word;
          line-height: 1.5;
          height: 7.29rem;
          overflow: hidden; }

.section--product {
  background-color: #dddddd; }
  .section--product .product-carousel .item {
    background-color: #ffffff;
    padding: 10px; }
  .section--product .product-carousel .item-slogan {
    margin: 20px 0; }
  .section--product .product-carousel .item-flex {
    display: flex;
    padding: 0 10px; }
    .section--product .product-carousel .item-flex .item-img {
      text-align: center;
      overflow: hidden;
      max-height: 340px;
      padding: 0 15px;
      background-color: #fff; }
    .section--product .product-carousel .item-flex .item-info {
      padding: 0 15px; }
      .section--product .product-carousel .item-flex .item-info .words {
        height: 250px;
        margin-bottom: 30px;
        overflow: hidden;
        text-align: justify;
        position: relative; }
        @media (max-width: 767px) {
          .section--product .product-carousel .item-flex .item-info .words {
            height: 100px; } }
        .section--product .product-carousel .item-flex .item-info .words::after {
          content: '';
          width: 100%;
          height: 50px;
          background: -moz-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
          position: absolute;
          bottom: 0;
          left: 0; }
  .section--product .product-carousel .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    background-color: #21297d;
    padding: 4px 10px; }
  .section--product .product-carousel .arrow-left {
    width: 100px;
    position: absolute;
    top: 30%;
    left: -100px;
    opacity: .8; }
  .section--product .product-carousel .arrow-right {
    width: 100px;
    position: absolute;
    top: 30%;
    right: -100px;
    opacity: .8; }

.section--experi {
  background-color: #dddddd; }
  .section--experi .experi-item-flex {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .section--experi .experi-item-flex {
        display: block; } }
  .section--experi .experi-item {
    background: #ffffff url(../img/bg-experi-article.png) no-repeat bottom;
    background-size: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 96%;
    margin: 2% auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section--experi .experi-img {
    background-color: #ffffff;
    box-shadow: 0 0 10px #333333;
    border-radius: 20px;
    min-width: 100%;
    padding: 20px;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .section--experi .experi-img a {
      cursor: pointer; }
    .section--experi .experi-img img {
      width: 100%; }
  .section--experi .experi-text {
    padding: 0 10px 0; }
    .section--experi .experi-text .experi-text-title {
      text-align: center;
      color: #21297d; }
    .section--experi .experi-text .experi-list {
      line-height: 1.3;
      padding: 0 5px;
      list-style: none;
      counter-reset: li; }
      .section--experi .experi-text .experi-list li {
        margin-bottom: 8px;
        padding: 0 0 0 2rem;
        border-bottom: 1px dotted #cccccc;
        font-size: 90%;
        text-align: justify;
        height: 50px;
        overflow: hidden;
        counter-increment: li; }
      .section--experi .experi-text .experi-list li::before {
        content: counter(li);
        color: #22b3d0;
        font-size: 2rem;
        display: inline-block;
        width: 2rem;
        margin-left: -2rem; }
  .section--experi .experi-gift {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #21297d;
    padding: 0 10px 0;
    height: 178px; }
    @media (max-width: 1024px) {
      .section--experi .experi-gift {
        display: block;
        text-align: center; } }
    .section--experi .experi-gift .words {
      color: #333;
      line-height: 1.3;
      height: 140px;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .section--experi .experi-gift img {
      max-width: 140px;
      width: 100%;
      align-items: center;
      margin: 10px; }
  .section--experi .experi-btn {
    border-bottom: 2px solid #21297d;
    border-radius: 0;
    color: #21297d;
    padding: 6px 10px;
    background-color: transparent;
    opacity: 1;
    position: relative;
    bottom: 0;
    height: 50px;
    align-self: flex-end; }
    .section--experi .experi-btn:hover {
      opacity: .8;
      color: #3946cb;
      border-bottom: 2px solid #3946cb; }
    .section--experi .experi-btn .experi-btn-icon {
      display: inline-block;
      border-radius: 50%;
      background-color: #21297d;
      line-height: 1.8;
      padding: 3px 7px;
      color: #ffffff; }

.section--org {
  padding-bottom: 8rem; }
  .section--org .org__logobox img {
    max-width: 300px;
    margin: auto; }
  .section--org .org__logobox-left {
    right: 1%; }
    @media (max-width: 768px) {
      .section--org .org__logobox-left {
        right: 0; } }
  .section--org .org .title-layer {
    background: #e2edf9;
    color: #5f5f5f;
    font-size: 1.8rem;
    padding: 4px 3px;
    text-align: center;
    border-radius: 10px; }
  .section--org .org h3 {
    color: #333333; }

.subPage .section--kv .kv-content {
  max-width: 800px;
  background-position: top center; }

.section--vendor-header {
  background: #174a7e;
  padding: 0; }
  .section--vendor-header::after {
    content: '';
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, #174a7e 0%, rgba(23, 74, 126, 0) 100%);
    background: -webkit-linear-gradient(top, #174a7e 0%, rgba(23, 74, 126, 0) 100%);
    background: linear-gradient(to bottom, rgba(23, 74, 126, 0) 0%, #174a7e 100%);
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 0; }
  .section--vendor-header .vendor-header-container {
    padding: 0 3rem;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .section--vendor-header .vendor-header-container {
        display: block; } }
  .section--vendor-header .vendor-header-img {
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 768px) {
      .section--vendor-header .vendor-header-img {
        max-width: 300px;
        margin: auto; } }
    .section--vendor-header .vendor-header-img img {
      width: 100%; }
  .section--vendor-header .vendor-header-text {
    color: #ffffff;
    padding: 0 10px 5px 30px; }
    @media (max-width: 768px) {
      .section--vendor-header .vendor-header-text {
        padding: 0;
        margin: 2% 0; } }
    .section--vendor-header .vendor-header-text .vendor-name-cover {
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .section--vendor-header .vendor-header-text .vendor-name-cover {
          display: block; } }
    .section--vendor-header .vendor-header-text .vendor-name {
      color: #ffffff;
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 3.2rem; }
    .section--vendor-header .vendor-header-text ul {
      line-height: 1.4em; }
    .section--vendor-header .vendor-header-text .vender-social li {
      display: inline-block;
      background-color: #fff;
      color: #174a7e;
      border-radius: 6px;
      padding: 2px 6px;
      margin: 3px;
      text-align: center;
      font-size: 15px;
      transition: all .3s ease-in; }
      .section--vendor-header .vendor-header-text .vender-social li:hover, .section--vendor-header .vendor-header-text .vender-social li:focus {
        background-color: #ddd; }
    .section--vendor-header .vendor-header-text .vendor-info {
      margin-bottom: 5px; }
      .section--vendor-header .vendor-header-text .vendor-info a {
        color: #fff; }
      .section--vendor-header .vendor-header-text .vendor-info i {
        padding: 0px 2px;
        line-height: 1.2;
        width: 20px;
        text-align: center; }
    .section--vendor-header .vendor-header-text .vendor-web i {
      font-size: 20px; }
    .section--vendor-header .vendor-header-text .vendor-mail i {
      font-size: 16px; }
    .section--vendor-header .vendor-header-text .vendor-desc {
      font-size: 90%;
      line-height: 1.5;
      text-align: justify; }

.section--vendor-award {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #174a7e;
  background: -moz-linear-gradient(top, #dddddd 0%, #174a7e 100%);
  background: -webkit-linear-gradient(top, #dddddd 0%, #174a7e 100%);
  background: linear-gradient(to bottom, #174a7e 0%, #dddddd 100%); }
  .section--vendor-award .vendor-award-container {
    background: #ffffff; }
  .section--vendor-award .vendor-award-row {
    padding: 10px 30px; }
  .section--vendor-award .vendor-award-title {
    margin: 3% 0; }
  .section--vendor-award .vendor-award {
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .section--vendor-award .vendor-award {
        flex-wrap: wrap;
        flex-direction: column; } }
    .section--vendor-award .vendor-award .vendor-award-info-icon {
      margin-right: 10px; }
      .section--vendor-award .vendor-award .vendor-award-info-icon img {
        width: 100%; }
      @media (max-width: 767px) {
        .section--vendor-award .vendor-award .vendor-award-info-icon {
          max-width: 100px; } }
    .section--vendor-award .vendor-award .words {
      max-width: 600px; }
    .section--vendor-award .vendor-award .vendor-award-info-gift {
      margin: 1%;
      max-width: 100%;
      text-align: center; }
      .section--vendor-award .vendor-award .vendor-award-info-gift img {
        width: 100%;
        max-width: 250px; }
  .section--vendor-award .btn-vendor-award {
    position: relative;
    left: 75%;
    background-color: #fad62e;
    color: #4a2200;
    min-width: 200px;
    margin: 1%;
    font-weight: bold;
    padding: 10px;
    font-size: 2.5rem;
    letter-spacing: 2px;
    align-self: flex-start; }
    .section--vendor-award .btn-vendor-award:hover, .section--vendor-award .btn-vendor-award:focus {
      background-color: #f9d115; }

.section--vendor-article {
  background-color: #dddddd; }
  .section--vendor-article .article-container {
    max-width: 1200px;
    padding: 0; }
    @media (max-width: 767px) {
      .section--vendor-article .article-container {
        padding: 0 15px; } }
  .section--vendor-article .article-list {
    padding: 0 15px;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap; }
    .section--vendor-article .article-list article {
      margin-bottom: 0.6%;
      padding: 5px;
      border-radius: 10px;
      transition: all .3s ease-out;
      float: none;
      overflow: hidden; }
      .section--vendor-article .article-list article:hover, .section--vendor-article .article-list article:focus {
        transform: translateY(-2px); }
      @media (max-width: 767px) {
        .section--vendor-article .article-list article {
          padding: 5px 0; } }
      .section--vendor-article .article-list article .article-link {
        display: block;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        height: 100%; }
      .section--vendor-article .article-list article .article-img {
        width: 100%; }
      .section--vendor-article .article-list article .article-img img {
        width: fit-content; }
      .section--vendor-article .article-list article .article-text {
        background-color: #ffffff;
        box-shadow: 0 3px 3px #aaaaaa;
        padding: 10px;
        color: #333333;
        display: flex;
        display: -ms-flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        height: 100%; }
        .section--vendor-article .article-list article .article-text .tag {
          padding: 2px 8px 3px;
          font-weight: 700;
          width: fit-content;
          width: -moz-fit-content; }
        .section--vendor-article .article-list article .article-text .tag-new {
          background-color: #ffee9e;
          color: #21297d; }
        .section--vendor-article .article-list article .article-text .tag-hot {
          background-color: #ce1805;
          color: #ffffff; }
        .section--vendor-article .article-list article .article-text .article-title {
          font-size: 2.6rem;
          margin: 10px 0; }
        .section--vendor-article .article-list article .article-text .words {
          text-align: justify;
          font-size: 90%;
          line-height: 1.5; }

.section--vendor-experi {
  background-color: #dddddd; }
  .section--vendor-experi .vendor-experi-row {
    background-color: #ffffff; }
  .section--vendor-experi .vendor-experi-item {
    border-bottom: 1px solid #aaa;
    padding: 15px; }
    .section--vendor-experi .vendor-experi-item .experi-img {
      max-height: 330px;
      overflow: hidden;
      padding: 10px 15px; }
      .section--vendor-experi .vendor-experi-item .experi-img img {
        width: 100%; }
    .section--vendor-experi .vendor-experi-item .experi-content {
      padding: 10px 15px; }
      .section--vendor-experi .vendor-experi-item .experi-content .experi-title {
        margin-top: 0; }
      .section--vendor-experi .vendor-experi-item .experi-content .experi-text {
        height: 150px;
        overflow: hidden;
        position: relative; }
        .section--vendor-experi .vendor-experi-item .experi-content .experi-text::after {
          content: '';
          width: 100%;
          height: 50px;
          background: -moz-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
          position: absolute;
          bottom: 0;
          left: 0; }
    .section--vendor-experi .vendor-experi-item .experi-info .experi-author {
      font-size: 85%; }
      .section--vendor-experi .vendor-experi-item .experi-info .experi-author .author-avatar {
        max-width: 60px; }
        @media (max-width: 767px) {
          .section--vendor-experi .vendor-experi-item .experi-info .experi-author .author-avatar {
            max-width: 40px; } }
    .section--vendor-experi .vendor-experi-item .experi-info .expri-time {
      float: right; }

.section--vender-product {
  background-color: #dddddd; }
  .section--vender-product .product-carousel .item {
    background-color: #ffffff;
    padding: 10px 10px 0; }
  .section--vender-product .product-carousel .item-slogan {
    margin: 20px 0; }
  .section--vender-product .product-carousel .item-flex {
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .section--vender-product .product-carousel .item-flex {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .section--vender-product .product-carousel .item-flex .item-img {
      text-align: center;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 565px;
      max-height: 340px;
      overflow: hidden;
      background-color: #fff; }
    .section--vender-product .product-carousel .item-flex .item-info {
      padding: 0 15px; }
      @media (max-width: 767px) {
        .section--vender-product .product-carousel .item-flex .item-info {
          max-height: 300px;
          overflow: hidden;
          margin-bottom: 10px; } }
      .section--vender-product .product-carousel .item-flex .item-info .words {
        height: 250px;
        margin-bottom: 30px;
        overflow: hidden;
        text-align: justify;
        position: relative; }
        @media (max-width: 767px) {
          .section--vender-product .product-carousel .item-flex .item-info .words {
            height: 100px; } }
        .section--vender-product .product-carousel .item-flex .item-info .words::after {
          content: '';
          width: 100%;
          height: 50px;
          background: -moz-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
          position: absolute;
          bottom: 0;
          left: 0; }
      .section--vender-product .product-carousel .item-flex .item-info .item-info-title {
        margin-top: 0; }
  .section--vender-product .product-carousel .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    background-color: #21297d;
    padding: 10px 18px; }
    @media (max-width: 767px) {
      .section--vender-product .product-carousel .btn {
        position: relative;
        right: 0;
        margin-top: 5px; } }
  .section--vender-product .product-carousel .arrow-left {
    width: 100px;
    position: absolute;
    top: 30%;
    left: -100px;
    opacity: .8; }
  .section--vender-product .product-carousel .arrow-right {
    width: 100px;
    position: absolute;
    top: 30%;
    right: -100px;
    opacity: .8; }

.section--vendor-read {
  background-color: #dddddd; }
  .section--vendor-read .read-list {
    background-color: #ffffff;
    padding: 10px; }
    .section--vendor-read .read-list article {
      margin-bottom: 0.6%;
      padding: 5px;
      border-radius: 10px;
      transition: all .3s ease-out; }
      .section--vendor-read .read-list article:hover, .section--vendor-read .read-list article:focus {
        transform: translateY(-2px); }
      .section--vendor-read .read-list article .read-link {
        display: block; }
      .section--vendor-read .read-list article .read-text {
        background-color: #ffffff;
        box-shadow: 0 3px 3px #aaaaaa;
        padding: 10px;
        color: #333333; }
        .section--vendor-read .read-list article .read-text .read-title {
          font-size: 1.8rem;
          margin: 10px 0;
          height: 42px;
          overflow: hidden; }

@media (max-width: 1200px) {
  .section--kv .kv-content .kv-link {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
    right: 0;
    bottom: 0;
    line-height: unset;
    margin: 2% 0;
    padding: 10px;
    font-size: 2.2rem; }

  .section--experi .experi-item {
    margin-left: -10px;
    margin-right: -10px; } }
@media (max-width: 992px) {
  .section--guest .guest-content .guest-content-btnBox {
    margin-top: auto; } }
@media (max-width: 768px) {
  section {
    padding: 1.8rem 1.5rem; }

  .sideEvent .btn {
    width: 100%; }

  .section--kv {
    margin-top: 65px; }

  .section--intro .intro-main .intro-title {
    font-size: 3.2rem; }

  .section--intro .intro-news {
    padding: 20px 10px 40px; }

  .section--intro .intro-news .link {
    width: 100%;
    text-align: center; }

  .sideEvent .share-ban .share-title {
    display: block;
    left: 0;
    text-align: center; }

  .sideEvent .share-ban span {
    margin: 8px 0;
    width: 100%;
    text-align: center; }

  .sideEvent .share-ban span:after {
    content: none; }

  .section--experi .experi-item {
    margin: 0;
    margin-top: 20px;
    height: auto;
    width: 100%; }

  .section--experi .experi-img {
    width: 90%;
    min-width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: -10px; }

  .section--product .product-carousel .item-flex {
    display: block; }

  .section--product .product-carousel .btn {
    position: relative;
    right: 0; }

  .section--experi .experi-btn {
    position: relative; } }
@media (max-width: 667px) {
  .title {
    font-size: 1.8em; }

  .navbar-header .navbar-logo {
    margin: 6px; }

  .guest-content-intro-title .tag, .guest-content-intro-time .tag, .section--guest .guest-content .guest-content-intro .guest-content-intro-title > .tag {
    display: block;
    text-align: center;
    height: auto;
    width: 100%; }

  .section--guest .guest-content .guest-content-intro .guest-content-intro-title {
    display: block; }

  .section--guest .guest-wraper > .tag {
    left: -4px; }

  .section--guest .guest-avatar {
    margin-top: 15px; } }
@media (max-width: 1680px) {
  .section--group {
    background-size: 90%, cover; }

  .section--slogan .sloganbox__text {
    margin-top: 10px; } }
@media (max-width: 1400px) {
  .section--group {
    background-size: 110%, cover; }

  .section--slogan .sloganbox {
    background-size: 100%;
    padding-top: 0px; }

  .section--slogan .sloganbox__text {
    margin: 12rem 0; }

  .section--kv .kv__text {
    width: 40%; } }
@media (max-width: 1216px) {
  .section--kv .kv__text {
    width: 45%; }

  .section--slogan .sloganbox {
    background-size: 100%;
    background-image: url(../../../../images/ironman/10th/bg-slogan-s.png), linear-gradient(to bottom, #ffd82f 0%, #b87f12 100%);
    background-position: right; }

  .section--slogan .sloganbox__text {
    margin: 12rem 0; }

  .section--group {
    background-size: 100%, cover; } }
@media (max-width: 1199px) {
  .navbar-inverse .menu-user__name {
    width: 100%;
    border-left: none; }
    .navbar-inverse .menu-user__name:hover, .navbar-inverse .menu-user__name:focus {
      border-left: none; }

  .fa-chevron-down:before {
    content: ''; }

  .navbar-inverse .menu-user--down {
    display: block;
    float: left;
    top: 0;
    background-color: #999999;
    height: auto !important; } }
  @media (max-width: 1199px) and (max-width: 1199px) {
    .navbar-inverse .menu-user--down {
      left: 0; } }

@media (max-width: 1199px) {
  .navbar-inverse .menu-user {
    margin-left: 0px; }

  .navbar-inverse .menu-user a {
    max-width: 100%; }

  .navbar-inverse .menu-user .menu-user__name--login-a {
    color: #ffffff; } }
@media (max-width: 990px) {
  .section--kv .kv__text {
    width: 70%;
    position: absolute;
    left: 0;
    bottom: 0; }

  .section--slogan .sloganbox {
    padding: 9% 0;
    background-image: #fff url(../../../../images/ironman/10th/bg-slogan-s.png), linear-gradient(to bottom, #fff 0%, #fff 100%); }

  .section--slogan .sloganbox__title {
    font-size: 2.7rem;
    margin-top: 0; }

  h3 {
    font-size: 20px;
    margin: 2% 0 2%; }

  h4 {
    font-size: 22px;
    margin: 2% 0 1%; }

  p {
    font-size: 1.6rem;
    line-height: 1.5em; }

  .section--speaker .speaker-card {
    background: #ffffff;
    padding: 1% 0;
    border-bottom: 5px solid red; }

  .section--speaker .speaker-card__man img {
    width: 20%;
    left: 0;
    float: left; }

  .section--speaker .speaker-card__man .ban {
    background: transparent;
    position: relative;
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    padding: 1%;
    color: #333; }
    .section--speaker .speaker-card__man .ban:before {
      background: transparent;
      border: none; }
    .section--speaker .speaker-card__man .ban:after {
      background: transparent;
      border: none; }

  .section--speaker .speaker-card__man .ban__til {
    color: #666600; }

  .section--speaker .speaker-card__man .ban__name {
    color: #333;
    font-size: 2.8rem; }

  .section--speaker .speaker-card__quote {
    width: 90%;
    font-size: 1.9rem;
    display: block;
    top: auto;
    float: left;
    left: 5%;
    margin-top: 5%; }

  .section--speaker .speaker-card__video {
    float: right;
    position: relative;
    border-bottom: 3px solid #ddd;
    border-radius: 0;
    width: 96%;
    right: 0;
    margin: 2%;
    background: #eee; }

  .section--award .award--content__item {
    width: 48%;
    left: 0; }
    .section--award .award--content__item p {
      height: 50px;
      margin: 1% 3%; }
    .section--award .award--content__item h4 {
      margin: 5% 0 2%; }

  .award--content__item__img img {
    width: 250px;
    margin: auto; }

  .section--award .more {
    background: red;
    border: 2px solid #fff;
    padding: 3% 5%;
    margin: 3%;
    width: 100%;
    border-radius: 10px;
    text-align: center; }

  .section--share {
    background: #a21b02 url(../../../../images/ironman/10th/bg-share.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }

  .section--org .org__logobox {
    right: 0;
    float: left;
    width: 100%;
    padding: 2%;
    margin-top: 2%; }
    .section--org .org__logobox img {
      float: none;
      margin: auto; } }
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav li a.sponsor:after {
    right: 30px; }

  .title:before {
    top: -6rem;
    background-size: 80%;
    left: calc(50% - 24px); }

  .section--speaker .title:before {
    top: -6rem;
    background-size: 80%;
    left: calc(50% - 24px); }

  .section--ten {
    padding: 2rem 1.5rem; }

  .section--ten h1 {
    font-size: 5rem; }
    .section--ten h1 span {
      font-size: 9rem; }

  .section--ten h4 {
    font-size: 2.5rem; }
    .section--ten h4 .num {
      font-size: 3rem;
      display: inline-block;
      margin: 5px auto;
      width: auto; }

  .section--slogan .sloganbox {
    background: linear-gradient(to bottom, #fdf7dd 0%, #ffd482 100%); }

  .section--slogan .sloganbox__text {
    margin: 0; }

  .type--content {
    text-align: center; }

  .section--type .type--content__til:after {
    left: calc(50% - 72px); }

  .section--type .type--content__ul {
    text-align: left;
    margin: 8%;
    margin-left: 30%; }

  .section--award .award--content__item.center {
    margin: auto;
    padding-top: 5px; }

  .section--group {
    background-image: linear-gradient(to bottom, #ffdf50 0%, #ffd30f 50%, #a58018 100%); } }
@media (max-width: 667px) {
  .section--ten h1 {
    font-size: 3rem; } }
@media (max-width: 480px) {
  section {
    padding: 6rem .5rem 3rem; }

  .section--kv .kv__text {
    width: 100%;
    top: 0; }

  .section--slogan .sloganbox {
    background: linear-gradient(to bottom, #fdf7dd 0%, #ffd482 100%); }

  .section--ten h1 {
    font-size: 30px;
    max-width: 250px;
    margin: auto; }
    .section--ten h1 span {
      font-size: 5rem; }

  .section--ten h4 .num {
    font-size: 3rem; }

  .section--type .type--content__til:after {
    top: 45px; }

  .section--award .award--content__item {
    width: 100%;
    margin: 1% auto;
    padding-top: 2%; }
    .section--award .award--content__item img {
      width: 180px;
      margin: auto; }

  .section--award .ribbon {
    background-size: 100%;
    width: 100%; }

  .section--speaker .speaker-card__man .ban {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    text-align: center; }

  .section--speaker .speaker-card__man .ban__til {
    color: #ffd82f;
    z-index: 9;
    position: relative; }

  .section--speaker .speaker-card__man .ban__name {
    color: #ffffff;
    z-index: 9;
    position: relative; }

  .section--speaker .speaker-card__video {
    width: 100%;
    margin: 0;
    margin-bottom: -4%;
    padding-bottom: 4%; }

  .section--speaker .speaker-card__man img {
    position: relative;
    position: relative;
    width: 70%;
    float: none;
    margin: auto;
    z-index: -1; }

  .section--org .org__logobox img {
    max-width: 100%; }

  .section--org .title:before {
    background-size: 80%;
    top: -6rem; }

  .section--org .org__logobox-left {
    right: 0;
    float: left;
    width: 100%;
    padding: 2%; } }

/*# sourceMappingURL=main.css.map */
