.secondLink {
  margin-bottom: 4.0625vw; }

.sec1 {
  padding: 0 0 7.2916666667vw; }
  .sec1 .joke {
    width: 72.9166666667vw;
    margin: auto; }
    .sec1 .joke h1 {
      font-size: 1.6666666667vw;
      font-weight: bold;
      color: #333333;
      line-height: 1;
      margin-bottom: 2.03125vw; }
    .sec1 .joke .main {
      display: flex;
      justify-content: space-between; }
      .sec1 .joke .main .text {
        width: 43.75vw; }
        .sec1 .joke .main .text p {
          font-size: 0.8333333333vw;
          font-weight: 400;
          color: #333333;
          line-height: 2; }
      .sec1 .joke .main .itemList {
        width: 22.3958333333vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .sec1 .joke .main .itemList .item {
          display: flex;
          justify-content: space-between;
          padding-bottom: 1.4583333333vw;
          border-bottom: 1px solid #E6E6E6;
          position: relative; }
          .sec1 .joke .main .itemList .item .num h5 {
            font-size: 1.3541666667vw;
            font-weight: 400;
            font-family: OsMedium;
            color: #324299;
            line-height: 1; }
            .sec1 .joke .main .itemList .item .num h5 span {
              font-size: 3.125vw;
              font-family: OsMedium;
              font-weight: 400;
              color: #324299;
              display: inline-block;
              margin-right: 0.3645833333vw; }
          .sec1 .joke .main .itemList .item .num p {
            font-size: 0.8333333333vw;
            font-weight: 400;
            color: #333333;
            margin-top: 0.5208333333vw; }
          .sec1 .joke .main .itemList .item:after {
            content: "";
            width: 0.7291666667vw;
            height: 1px;
            background: #324299;
            position: absolute;
            left: 0;
            bottom: -1px;
            transition: 0.6s; }
          .sec1 .joke .main .itemList .item:hover:after {
            width: 100%; }
          .sec1 .joke .main .itemList .item:nth-child(1) img {
            width: 3.0729166667vw;
            height: 3.0729166667vw;
            display: block; }
          .sec1 .joke .main .itemList .item:nth-child(2) img {
            width: 2.65625vw;
            height: 3.28125vw;
            display: block; }
          .sec1 .joke .main .itemList .item:nth-child(3) img {
            width: 3.0729166667vw;
            height: 3.0729166667vw;
            display: block; }
    .sec1 .joke .img {
      display: block;
      width: 100%;
      margin-top: 3.90625vw; }
      .sec1 .joke .img img {
        display: block;
        width: 100%; }

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1024px) {
  .sec1 .joke .main .text p {
    font-size: 14px;
  }
  .sec1 .joke h1 {
    font-size: 24px;
  }
  .sec1 .joke .main .itemList .item .num p {
    font-size: 12px;
  }
  .sec1 .joke .main .itemList .item .num h5 {
    font-size: 12px;
  }
  .sec1 .joke .main {
    flex-direction: column;
  }
  .sec1 .joke .main .text {
    width: 100%;
  }
  .sec1 {
    padding: 40px 0 60px;
  }
  .sec1 .joke {
    width: 90%;
  }
  .sec1 .joke .main .itemList {
    flex-direction: row;
    width: 100%;
    margin: 40px 0 30px;
  }
  .sec1 .joke .main .itemList .item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .joke h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec1 .joke .main .text p {
    font-size: 12px;
  }
  .sec1 .joke .main .itemList  {
    display: block;
  }
  .sec1 .joke .main .itemList .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec1 .joke .main .itemList .item .num h5 span {
    font-size: 20px;
  }
  .sec1 .joke .main .itemList .item:nth-child(1) img {
    width: 30px;
    height: 30px;
  }
  .sec1 .joke .main .itemList .item:nth-child(2) img {
    width: 30px;
    height: unset;
  }
  .sec1 .joke .main .itemList .item:nth-child(3) img {
    width: 30px;
    height: 30px;
  }
  .sec1 .joke .main .itemList .item:after {
    width: 40px;
  }
  .sec1 {
    padding: 20px 0 40px;
  }
}

