.main {
  position: relative;
  width: 100%;
  overflow: hidden; }

.elipse-1, .elipse-2 {
  z-index: 12;
  pointer-events: none; }

.top-content {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 11;
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4); }
  .top-content .top-title {
    font-family: "Trajan", sans-serif;
    font-weight: 600;
    font-size: 4.87805rem; }
    .top-content .top-title strong {
      font-family: "DM-sans", sans-serif; }
  .top-content .top {
    font-weight: bold;
    font-size: 2.92683rem; }
  .top-content .except {
    font-size: 22px;
    margin-top: 2.43902rem; }
  .top-content .content {
    padding-right: 2.92683rem; }
  .top-content .thumb {
    height: 100vh;
    padding-top: 9.7561rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.modal-left {
  position: relative;
  padding-bottom: 10%;
  background-color: #000;
  border-radius: 50px;
  overflow: hidden;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0; }
  .modal-left .tag {
    position: absolute;
    padding: 1.46341rem 1.95122rem 0.97561rem;
    background-color: rgba(255, 255, 255, 0.52);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 5.56098rem;
    left: 0; }
    .modal-left .tag img {
      width: auto;
      height: 5.36585rem; }
  .modal-left .main-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .modal-left .main-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .modal-left .pictogram {
    text-align: center;
    padding: 0.97561rem 2.92683rem;
    font-size: 0; }

.top-thumb {
  width: 100%;
  position: relative;
  margin-top: 3.90244rem; }
  .top-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 1025px) {
    .top-thumb {
      position: absolute;
      left: 0;
      top: 0;
      height: 100vh;
      margin-top: 0; } }

.main-news-content {
  position: relative;
  z-index: 11;
  min-height: 100vh;
  background: #000;
  padding: 9.7561rem 0; }

.next-article {
  background-color: #000;
  position: relative;
  padding-bottom: 19.5122rem;
  margin-top: -0.09756rem; }

.article-item {
  display: grid;
  grid-template-columns: 40% 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .article-item .thumb {
    aspect-ratio: 4/3;
    overflow: hidden; }
    .article-item .thumb img {
      width: 100%; }
  .article-item .innerInOut {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .article-item .title {
    white-space: inherit; }
    .article-item .title strong {
      font-family: "DM-sans", sans-serif; }
  .article-item .info {
    padding-left: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
  .article-item .next-text {
    position: relative;
    padding-bottom: 1.95122rem;
    margin-bottom: 2.92683rem;
    width: 100%; }
    .article-item .next-text::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#B27E2B), to(#F8DE7B));
      background: linear-gradient(90deg, #B27E2B 0%, #F8DE7B 100%);
      display: block;
      width: 100%;
      height: 1px; }
  .article-item .btn {
    background-color: #B27E2B;
    border-radius: 10px;
    padding: 1.85366rem 2.2439rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .article-item .btn span {
      margin-left: 0.78049rem; }

.date-author img {
  margin-right: 0.4878rem; }

@media (max-width: 1024px) {
  .next-article {
    padding-bottom: 9.7561rem; }
  .article-item {
    grid-template-columns: 1fr; }
    .article-item .info {
      padding: 2.92683rem 1.46341rem; }
    .article-item .btn {
      border-radius: 6px;
      padding: 0.97561rem 2.2439rem; }
  .top-content {
    padding: 4.87805rem 1.46341rem;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .top-content .thumb {
      height: auto; }
    .top-content .except {
      font-size: 20px; }
    .top-content .top-title {
      font-size: 3.90244rem; }
  .top-thumb {
    display: none; }
  .main-news-content {
    padding: 4.87805rem 0 7.80488rem;
    min-height: auto; }
  .modal-left {
    padding-bottom: 0;
    border-radius: 1.95122rem;
    position: relative;
    width: 100%;
    height: auto; }
    .modal-left .tag {
      padding: 0.97561rem 1.95122rem 0.4878rem;
      top: 1.95122rem; }
      .modal-left .tag img {
        height: 3.5122rem; }
    .modal-left .main-thumb {
      aspect-ratio: 4/5; }
      .modal-left .main-thumb img {
        -o-object-position: top;
           object-position: top; }
    .modal-left .pictogram {
      padding: 0 1.46341rem;
      position: absolute;
      margin: 0;
      bottom: 0.97561rem;
      height: auto; } }
