/*! Writen  by SCSS */
.ceil {
  width: 33.34%; }

.floor {
  width: 33.33%; }

.round {
  width: 33.33%; }

.shadow {
  text-shadow: 0px 0px 0px #FFFFFF, 0px 0px 1px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 3px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 7px #FFFFFF, 0px 0px 8px #FFFFFF, 0px 0px 9px #FFFFFF, 0px 0px 10px #FFFFFF; }

.shadow2 {
  box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 1px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 3px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 7px #FFFFFF, 0px 0px 8px #FFFFFF, 0px 0px 9px #FFFFFF, 0px 0px 10px #FFFFFF; }

.media {
  color: blue; }
  @media screen and (max-width: 900px) {
    .media {
      color: yellow; } }
  @media screen and (max-width: 767px) {
    .media {
      color: red; } }

.bdr {
  border: solid 1px; }
  .bdr_2 {
    border: solid 2px; }

.main_wrap {
  border-bottom: solid 4px #003894; }

.cbtn li {
  padding: 5px 0 15px;
  background: linear-gradient(90deg, #e8eff7, #fff);
  border-top: solid 1px #90a8d0;
  position: relative;
  margin-bottom: 35px; }
  .cbtn li::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    background: #e8eff7; }
  .cbtn li .inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; }
    .cbtn li .inn .img {
      width: 50%;
      position: relative; }
      .cbtn li .inn .img img {
        transition: all 0.5s ease-in-out; }
      .cbtn li .inn .img .cap11 {
        right: 68%; }
      .cbtn li .inn .img .cap12 {
        right: 35%; }
    .cbtn li .inn .txt {
      width: 50%;
      text-align: right;
      padding: 0 35px; }
      .cbtn li .inn .txt .tinn {
        display: inline-block;
        text-align: left;
        width: 288px; }
      .cbtn li .inn .txt .t1 {
        font-size: 24px;
        color: #033887;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 30px; }
        .cbtn li .inn .txt .t1 span {
          display: inline-block;
          transform: translateY(2px);
          font-size: 160%; }
      .cbtn li .inn .txt .btn {
        display: inline-block; }
        .cbtn li .inn .txt .btn a {
          display: block;
          position: relative;
          background: #033887;
          border: solid 1px #033887;
          color: #fff;
          font-size: 16px;
          line-height: 2.4;
          width: 220px;
          text-align: center;
          transition: all 0.5s ease-in-out; }
          .cbtn li .inn .txt .btn a::before {
            content: "";
            position: absolute;
            top: calc(50% - 0.2em);
            right: 10px;
            width: 0;
            height: 0;
            border-top: 0.3em solid transparent;
            border-left: 0.4em solid #fff;
            border-bottom: 0.3em solid transparent;
            transition: all 0.5s ease-in-out; }
          body:not(.mobile) .cbtn li .inn .txt .btn a:hover {
            background: #fff;
            color: #033887; }
            body:not(.mobile) .cbtn li .inn .txt .btn a:hover::before {
              right: 3px;
              border-left: 0.4em solid #033887; }
  .cbtn li:nth-child(2n) {
    background: linear-gradient(90deg, #fff, #e8eff7); }
    .cbtn li:nth-child(2n)::after {
      left: 100%; }
    .cbtn li:nth-child(2n) .inn {
      flex-direction: row; }
      .cbtn li:nth-child(2n) .inn .img {
        width: 50%; }
      .cbtn li:nth-child(2n) .inn .txt {
        text-align: left; }
        .cbtn li:nth-child(2n) .inn .txt .tinn {
          width: auto; }

@media screen and (max-width: 767px) {
  .cbtn li {
    padding: 0;
    background: linear-gradient(0deg, #e8eff7, #fff);
    border-top: solid 1px #90a8d0;
    margin-bottom: 35px; }
    .cbtn li::after {
      display: none; }
    .cbtn li .inn {
      display: block; }
      .cbtn li .inn .img {
        width: 100%;
        position: relative;
        margin-bottom: 15px; }
        .cbtn li .inn .img .cap11 {
          right: 68%; }
        .cbtn li .inn .img .cap12 {
          right: 35%; }
      .cbtn li .inn .txt {
        width: 100%;
        text-align: center;
        padding: 0 15px 20px; }
        .cbtn li .inn .txt .tinn {
          display: inline-block;
          text-align: center;
          width: auto; }
        .cbtn li .inn .txt .t1 {
          font-size: 20px;
          margin-bottom: 20px; }
        .cbtn li .inn .txt .btn {
          display: inline-block; }
          .cbtn li .inn .txt .btn a {
            font-size: 16px;
            line-height: 2.4;
            width: 220px; }
    .cbtn li:nth-child(2n) {
      background: linear-gradient(0deg, #e8eff7, #fff); }
      .cbtn li:nth-child(2n) .inn .img {
        width: 100%; }
      .cbtn li:nth-child(2n) .inn .txt {
        text-align: center; } }

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