::-webkit-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px; }

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #0A2542; }

a {
  text-decoration: none; }

html,
body {
  background-color: #0A2542;
  width: 100%;
  height: 100%;
  scrollbar-width: none; }

body.lock {
  overflow: hidden; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.container {
  padding: 0 140px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 120px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 110px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 100px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 42px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 32px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 16px; } }

.scene {
  height: 100vh;
  width: 100%;
  padding-top: 95px; }

.new_box {
  margin-top: 180px; }
  .new_box .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .new_box .container .left_side {
      width: 50%;
      padding: 10px; }
      .new_box .container .left_side .image {
        width: 82%; }
        .new_box .container .left_side .image img {
          width: 100%;
          object-fit: cover; }
    .new_box .container .right_side {
      padding: 10px;
      width: 50%;
      display: flex;
      flex-direction: column; }
      .new_box .container .right_side .title p {
        color: #ffffff;
        font-family: RussoOne;
        font-size: 36px; }
      .new_box .container .right_side .description {
        margin-top: 30px; }
        .new_box .container .right_side .description p {
          color: #ffffff;
          font-family: Roboto;
          font-size: 18px;
          line-height: 28px; }
        .new_box .container .right_side .description .second {
          margin-top: 20px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .new_box {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 170px; }
      .new_box .container .right_side .title p {
        font-size: 28px; }
      .new_box .container .right_side .description {
        margin-top: 30px; }
        .new_box .container .right_side .description p {
          font-size: 16px;
          line-height: 22px; }
        .new_box .container .right_side .description .second {
          margin-top: 20px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .new_box {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 160px; }
      .new_box .container .right_side .title p {
        font-size: 26px; }
      .new_box .container .right_side .description {
        margin-top: 30px; }
        .new_box .container .right_side .description p {
          font-size: 16px;
          line-height: 22px; }
        .new_box .container .right_side .description .second {
          margin-top: 20px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .new_box {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 150px; }
      .new_box .container .right_side .title p {
        font-size: 26px; }
      .new_box .container .right_side .description {
        margin-top: 30px; }
        .new_box .container .right_side .description p {
          font-size: 15px;
          line-height: 20px; }
        .new_box .container .right_side .description .second {
          margin-top: 20px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .new_box {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 150px; }
      .new_box .container .left_side .image {
        width: 100%; }
      .new_box .container .right_side .title p {
        font-size: 21px; }
      .new_box .container .right_side .description {
        margin-top: 25px; }
        .new_box .container .right_side .description p {
          font-size: 14px;
          line-height: 20px; }
        .new_box .container .right_side .description .second {
          margin-top: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .new_box {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 100px; }
      .new_box .container .left_side .image {
        width: 100%; }
      .new_box .container .right_side .title p {
        font-size: 15px; }
      .new_box .container .right_side .description {
        margin-top: 20px; }
        .new_box .container .right_side .description p {
          font-size: 12px;
          line-height: 16px; }
        .new_box .container .right_side .description .second {
          margin-top: 10px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .new_box {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 50px; }
      .new_box .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        .new_box .container .left_side {
          width: 100%;
          padding: 2px; }
          .new_box .container .left_side .image {
            width: 72%; }
            .new_box .container .left_side .image img {
              width: 100%;
              object-fit: cover; }
        .new_box .container .right_side {
          margin-top: 20px;
          padding: 2px;
          width: 100%;
          display: flex;
          flex-direction: column; }
          .new_box .container .right_side .title p {
            font-size: 20px; }
          .new_box .container .right_side .description {
            margin-top: 30px; }
            .new_box .container .right_side .description p {
              font-size: 14px;
              line-height: 20px; }
            .new_box .container .right_side .description .second {
              margin-top: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .new_box {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 50px; }
      .new_box .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        .new_box .container .left_side {
          width: 100%;
          padding: 2px; }
          .new_box .container .left_side .image {
            width: 72%; }
            .new_box .container .left_side .image img {
              width: 100%;
              object-fit: cover; }
        .new_box .container .right_side {
          margin-top: 20px;
          padding: 2px;
          width: 100%;
          display: flex;
          flex-direction: column; }
          .new_box .container .right_side .title p {
            font-size: 16px; }
          .new_box .container .right_side .description {
            margin-top: 20px; }
            .new_box .container .right_side .description p {
              font-size: 13px;
              line-height: 18px; }
            .new_box .container .right_side .description .second {
              margin-top: 20px; } }

.banner {
  background: url("../../image/news/main/Banner.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .banner p {
    font-size: 120px;
    font-family: RussoOne;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 100px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 95px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 90px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 70px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 90px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 60px; } }

/*# sourceMappingURL=style.css.map */
