/* Scss Document */
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  align-items: flex-start; }
  .flex-container .flex-item {
    width: 50%; }

@media screen and (max-width: 960px) {
  .flex-container .flex-item {
    width: 100%; }
    .flex-container .flex-item:nth-child(1) {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .flex-container .flex-item:nth-child(2) {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .flex-container .flex-item:nth-child(3) {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 6rem; }
    .flex-container .flex-item:nth-child(4) {
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .flex-container .flex-item img {
      width: 100%;
      max-width: 100%; } }
.sub .saiWeb2019 .clm img {
  max-width: 100%; }
.sub .saiWeb2019 .clm .glo_sel {
  padding: 3rem 0; }
  .sub .saiWeb2019 .clm .glo_sel h3 {
    background: #235180;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
    border: solid 3px #235180;
    box-sizing: border-box; }
    .sub .saiWeb2019 .clm .glo_sel h3:before {
      content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #235180;
      z-index: 2; }
    .sub .saiWeb2019 .clm .glo_sel h3:after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #235180;
      z-index: 1; }
  .sub .saiWeb2019 .clm .glo_sel em {
    color: #235180; }
  .sub .saiWeb2019 .clm .glo_sel .sel_box {
    border: 3px solid #4b4b4b;
    margin-bottom: 1rem; }
    .sub .saiWeb2019 .clm .glo_sel .sel_box h3 {
      background-color: #4b4b4b;
      border: solid 3px #4b4b4b;
      color: #fff;
      min-height: 5rem; }
      .sub .saiWeb2019 .clm .glo_sel .sel_box h3:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #4b4b4b; }
      .sub .saiWeb2019 .clm .glo_sel .sel_box h3:after {
        display: none; }
    .sub .saiWeb2019 .clm .glo_sel .sel_box p {
      padding: 1rem;
      text-align: center;
      font-size: 1rem; }
    .sub .saiWeb2019 .clm .glo_sel .sel_box ul {
      text-align: center; }
  .sub .saiWeb2019 .clm .glo_sel .box-inner {
    margin-bottom: 1rem;
    padding-top: 1rem; }
    .sub .saiWeb2019 .clm .glo_sel .box-inner h4 {
      color: #235180;
      font-size: 1.4rem;
      line-height: 1.5;
      margin-bottom: 1rem; }
    .sub .saiWeb2019 .clm .glo_sel .box-inner ol {
      counter-reset: number;
      list-style-type: none !important;
      padding: 0.5em; }
      .sub .saiWeb2019 .clm .glo_sel .box-inner ol > li {
        position: relative;
        padding-left: 30px;
        line-height: 1.5em;
        padding: 0.5em 0.5em 0.5em 30px; }
        .sub .saiWeb2019 .clm .glo_sel .box-inner ol > li ul {
          padding-left: 1.5rem; }
          .sub .saiWeb2019 .clm .glo_sel .box-inner ol > li ul.lsn li {
            list-style: none; }
        .sub .saiWeb2019 .clm .glo_sel .box-inner ol > li li {
          list-style: disc;
          list-style-position: outside;
          padding: 0.2rem 0; }
      .sub .saiWeb2019 .clm .glo_sel .box-inner ol > li:before {
        position: absolute;
        counter-increment: number;
        content: counter(number);
        display: inline-block;
        background: #235180;
        color: white;
        font-family: 'Avenir','Arial Black','Arial',sans-serif;
        font-weight: bold;
        font-size: 15px;
        border-radius: 50%;
        left: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        top: 0.8rem; }
  .sub .saiWeb2019 .clm .glo_sel .cir {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #4b4b4b;
    text-align: center;
    line-height: 80px;
    color: #fff; }
    .sub .saiWeb2019 .clm .glo_sel .cir span {
      position: absolute;
      display: inline-block;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 140px;
      text-align: center;
      line-height: 1.2;
      font-weight: bold;
      font-size: 1.1rem;
      letter-spacing: 1px; }
  .sub .saiWeb2019 .clm .glo_sel .arrow {
    position: relative;
    width: 110px;
    height: 80px;
    text-align: center; }
    .sub .saiWeb2019 .clm .glo_sel .arrow img {
      vertical-align: baseline; }
    .sub .saiWeb2019 .clm .glo_sel .arrow span {
      position: absolute;
      display: inline-block;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 140px;
      text-align: center;
      line-height: 1.2;
      font-weight: bold;
      font-size: 1.1rem;
      letter-spacing: 1px; }
  @media screen and (max-width: 1200px) {
    .sub .saiWeb2019 .clm .glo_sel .cir {
      position: relative;
      display: inline-block;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #4b4b4b;
      text-align: center;
      line-height: 80px;
      color: #fff; }
      .sub .saiWeb2019 .clm .glo_sel .cir span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100px;
        text-align: center;
        line-height: 1.2;
        font-weight: bold;
        font-size: 1.1rem;
        letter-spacing: 1px; } }
  .sub .saiWeb2019 .clm .glo_sel .ecmall, .sub .saiWeb2019 .clm .glo_sel .linkage {
    padding-left: 30px;
    padding-right: 40px; }
    .sub .saiWeb2019 .clm .glo_sel .ecmall .sel_box ul, .sub .saiWeb2019 .clm .glo_sel .linkage .sel_box ul {
      padding: 0 0rem 1rem; }
    .sub .saiWeb2019 .clm .glo_sel .ecmall .sel_box li, .sub .saiWeb2019 .clm .glo_sel .linkage .sel_box li {
      display: inline-block;
      padding: 0.5rem; }
    .sub .saiWeb2019 .clm .glo_sel .ecmall .sel_box li.arrow, .sub .saiWeb2019 .clm .glo_sel .linkage .sel_box li.arrow {
      display: inline-block;
      padding: 1.5rem; }
  .sub .saiWeb2019 .clm .glo_sel .ecmall .sel_box h3 {
    background: #4b4b4b url(../img/glo/icon_chn.svg) no-repeat 30px center;
    padding: 1.5rem 1rem 1rem;
    font-size: 1.25rem; }
  @media screen and (max-width: 900px) {
    .sub .saiWeb2019 .clm .glo_sel .ecmall .sel_box h3 {
      background: #4b4b4b url(../img/glo/icon_chn.svg) no-repeat 6px center;
      background-size: 12%; } }
  .sub .saiWeb2019 .clm .glo_sel .linkage .sel_box h3 {
    background: #4b4b4b url(../img/glo/icon_linkage.svg) no-repeat 30px center;
    padding: 0.5rem;
    font-size: 1.1rem; }
  @media screen and (max-width: 900px) {
    .sub .saiWeb2019 .clm .glo_sel .linkage .sel_box h3 {
      background: #4b4b4b url(../img/glo/icon_linkage.svg) no-repeat 6px center;
      background-size: 12%; } }
  .sub .saiWeb2019 .clm .glo_sel .linkage .case h4 {
    background: #ECF2F8;
    text-align: center;
    margin-top: 2rem;
    padding: 0.5rem;
    font-size: 1rem; }
  .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-outline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4rem; }
    .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-outline .summary {
      padding: 0 0 0 2rem; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-outline .summary dt {
        padding-bottom: 1rem;
        font-weight: bold;
        font-size: 1.4rem;
        color: #235180; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-outline .summary dd {
        font-size: 1.1rem;
        line-height: 1.6; }
  .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail {
    padding-top: 2rem; }
    .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before, .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .after {
      border: 4px solid #235180;
      padding: 1.5rem 2rem;
      margin-bottom: 3rem; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before dt, .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .after dt {
        font-weight: bold;
        padding-bottom: 1rem;
        font-size: 1.4rem;
        color: #235180; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before dd, .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .after dd {
        line-height: 1.6;
        font-size: 1rem; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before em, .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .after em {
        font-weight: bold;
        text-decoration-line: underline;
        color: #4b4b4b; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before strong, .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .after strong {
        display: block;
        padding: 1rem;
        margin: 1rem 0 0;
        border: 3px solid #235180;
        text-align: center;
        font-size: 1.1rem; }
    .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before {
      position: relative;
      border-color: #4b4b4b; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before strong {
        border-color: #4b4b4b; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -30px;
        border: 30px solid transparent;
        border-top: 30px solid #4b4b4b; }
      .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .before:after {
        display: none; }
    .sub .saiWeb2019 .clm .glo_sel .linkage .case .case-detail .after strong em {
      color: #235180; }
  .sub .saiWeb2019 .clm .glo_sel .ecm-list ul {
    margin-bottom: 2rem;
    padding-left: 70px;
    background: url(/lib/img/glo/img_chn.png) no-repeat 0px 4px;
    font-weight: bold; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-list ul li {
      padding: 0 0 4px 0; }
  .sub .saiWeb2019 .clm .glo_sel .ecm-list p {
    text-align: center;
    padding: 2.5rem 0 1rem; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-list p strong {
      font-size: 1rem; }
  .sub .saiWeb2019 .clm .glo_sel .ecm-point .header1,
  .sub .saiWeb2019 .clm .glo_sel .ecm-point .header2,
  .sub .saiWeb2019 .clm .glo_sel .ecm-point .header3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header1 :nth-child(1),
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header2 :nth-child(1),
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header3 :nth-child(1) {
      flex: 4 0 40%; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header1 :nth-child(2),
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header2 :nth-child(2),
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header3 :nth-child(2) {
      flex: 4; }
  .sub .saiWeb2019 .clm .glo_sel .ecm-point .header1 .more,
  .sub .saiWeb2019 .clm .glo_sel .ecm-point .header2 .more {
    text-align: center;
    letter-spacing: 3px; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header1 .more a,
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .header2 .more a {
      text-indent: -5px; }
  .sub .saiWeb2019 .clm .glo_sel .ecm-point .more {
    border: 4px solid #235180;
    text-align: left;
    position: relative; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .more:after, .sub .saiWeb2019 .clm .glo_sel .ecm-point .more:before {
      border: solid transparent;
      content: '';
      height: 0;
      left: 0;
      left: -3px;
      top: 25%;
      position: absolute;
      width: 0;
      z-index: 2; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .more:after {
      border-width: 9px;
      border-left-color: #fff;
      top: 17px;
      margin-left: -1px; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .more:before {
      border-width: 13px;
      border-left-color: #235180;
      top: 13px;
      margin-left: 3px; }
    .sub .saiWeb2019 .clm .glo_sel .ecm-point .more a {
      display: block;
      padding: 1rem 1rem 1rem 1.5rem;
      font-weight: bold;
      font-size: 1rem; }
      .sub .saiWeb2019 .clm .glo_sel .ecm-point .more a:link, .sub .saiWeb2019 .clm .glo_sel .ecm-point .more a:visited {
        color: #235180; }
      .sub .saiWeb2019 .clm .glo_sel .ecm-point .more a:hover {
        background-color: #235180;
        color: #fff; }
.sub .saiWeb2019 .clm .formlink .cta {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 1rem; }
.sub .saiWeb2019 .clm .formlink .goto_form {
  margin: 0 2rem;
  border: 3px solid #4b4b4b;
  text-align: center;
  position: relative; }
  .sub .saiWeb2019 .clm .formlink .goto_form:after, .sub .saiWeb2019 .clm .formlink .goto_form:before {
    border: solid transparent;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    z-index: 2; }
  .sub .saiWeb2019 .clm .formlink .goto_form:after {
    border-width: 14px;
    border-top-color: #fff;
    top: -3px; }
  .sub .saiWeb2019 .clm .formlink .goto_form:before {
    border-width: 15px;
    border-top-color: #4b4b4b;
    top: 0px;
    margin-left: -1px; }
  .sub .saiWeb2019 .clm .formlink .goto_form a {
    display: block;
    margin-bottom: -4px;
    padding: 1.5rem 1rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    color: #4b4b4b; }
    .sub .saiWeb2019 .clm .formlink .goto_form a.opn {
      display: inline-block;
      width: 100%;
      height: 100%;
      line-height: 1;
      background: none;
      color: #4b4b4b;
      text-decoration: none;
      font-weight: bold;
      border: none;
      position: relative;
      overflow: hidden;
      z-index: 1; }
      .sub .saiWeb2019 .clm .formlink .goto_form a.opn:after {
        width: 100%;
        height: 0;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: #4b4b4b;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: .2s;
        z-index: -1; }
      .sub .saiWeb2019 .clm .formlink .goto_form a.opn:hover {
        color: #fff; }
      .sub .saiWeb2019 .clm .formlink .goto_form a.opn:hover:after {
        height: 360%;
        opacity: 1; }
      .sub .saiWeb2019 .clm .formlink .goto_form a.opn:active:after {
        height: 340%;
        opacity: 1; }
.sub .saiWeb2019 .clm .arrow {
  position: relative;
  width: 110px;
  height: 80px;
  text-align: center; }
  .sub .saiWeb2019 .clm .arrow img {
    vertical-align: baseline; }
  .sub .saiWeb2019 .clm .arrow span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 140px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 1px; }

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