    * {
    padding: 0;
    margin: 0;
    }
    @font-face {
    font-family: "Helvetica Bold";
    src: url("./font/Helvetica Bold.woff2") format("woff2"),
            url("./font/Helvetica Bold.woff") format("woff"),
            url("./font/Helvetica Bold.ttf") format("truetype"),
            url("./font/Helvetica Bold.eot") format("embedded-opentype"),
            url("./font/Helvetica Bold.svg") format("svg");
    }
    img {
    width: 100%;
    border: none;
    content: normal;
    vertical-align: top;
    }
  .container {
    width: 100%;
    height: 3.69791667vw;
    background: #052236;
  }
  .container .header-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60.9375vw;
    height: 3.69791667vw;
    margin: 0 auto;
  }
  .container .header-con .logo-wrapper {
    width: 4.73958333vw;
    height: auto;
  }
  .container .header-con .logo-wrapper .logo {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 53.84%;
  }
  .container .header-con .language {
    /* padding: 0.10416667vw 0.52083333vw;
    border: solid 0.05208333vw #494949;
    border-radius: 0.20833333vw;
    font-size: 0.83333333vw; */
  }
  .container .header-con .language a {
    color: #c9c9c9;
    padding: 0.10416667vw 0.52083333vw;
    border: solid 0.05208333vw #494949;
    border-radius: 0.20833333vw;
    font-size: 0.83333333vw;
    margin-right: 10px;
  }
  .container .text {
    width: 60.9375vw;
    height: auto;
    color: #494949;
    margin: 2.1875vw auto 0 auto;
    font-size: 0.72916667vw;
  }
  .container .text .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1.82291667vw;
    line-height: 1.82291667vw;
    font-size: 0.83333333vw;
    background: #f3f3f3;
    padding-left: 1.04166667vw;
  }
  .container .text p {
    padding-left: 1.04166667vw;
    line-height: 1.66666667vw;
    text-align: justify;
    margin: 1.04166667vw 0 1.04166667vw 0;
  }
  .container .text .date {
    text-align: right;
    margin-top: 0;
  }
  .container .text a {
    display: block;
    width: 7.29166667vw;
    height: 2.08333333vw;
    margin: 1.04166667vw 0 3.125vw 1.04166667vw;
    text-align: center;
    line-height: 2.08333333vw;
    border-radius: 0.3125vw;
    border: 1px solid #374A58;
  }
  .container .text [title],
  .container .text [bold],
  .container .text [weight] {
    font-weight: bold;
  }
  .container .text [title][center] {
    text-align: center;
    padding-left: 0;
  }
  .container .text [indent] {
    text-indent: 2em;
  }
  .container .text .line {
    width: 100%;
    height: 0.05208333vw;
    background: #dcdcdc;
  }
  .container .text .language {
    display: inline-block;
    padding: 0 0.52083333vw;
    border: solid 0.05208333vw #494949;
    border-radius: 0.20833333vw;
    font-size: 0.72916667vw;
    height: 1.875vw;
    line-height: 1.875vw;
    margin: 0.625vw 0 3.22916667vw 1.04166667vw;
  }
  .container .text .language a {
    color: #494949;
  }
  .container .text [margin] {
    padding-left: 3.125vw;
  }
  .container .footer {
    width: 100%;
    height: 7.8125vw;
    background: #282828;
    font-size: 0.83333333vw;
    color: #878787;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container .footer .logo-wrapper {
    width: 4.73958333vw;
    height: auto;
    margin-left: 1.5625vw;
  }
  .container .footer .logo-wrapper .logo {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 53.84%;
  }
  @media screen and (max-width: 500px) {
    .container {
      width: 100%;
      height: 9.46666667vw;
      background: #052236;
    }
    .container .header-con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 66.66666667vw;
      height: 9.46666667vw;
      margin: 0 auto;
    }
    .container .header-con .logo-wrapper {
      width: 12.13333333vw;
      height: auto;
    }
    .container .header-con .logo-wrapper .logo {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-bottom: 53.84%;
    }
    .container .header-con .language {
      padding: 0.26666667vw 1.33333333vw;
      border: solid 0.13333333vw #494949;
      border-radius: 0.53333333vw;
      font-size: 2.13333333vw;
    }
    .container .header-con .language a {
      color: #c9c9c9;
    }
    .container .footer {
      width: 100%;
      height: 20vw;
      background: #282828;
      font-size: 2.13333333vw;
      color: #878787;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .container .footer .logo-wrapper {
      width: 12.13333333vw;
      height: auto;
      margin-left: 4vw;
    }
    .container .footer .logo-wrapper .logo {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-bottom: 53.84%;
    }
  }