.screen {
  position: relative;
  text-transform: uppercase;
  transition: all 1s ease-out; }

.screen.left {
  clip-path: inset(0 100% 0 0); }

.screen.left.show {
  clip-path: inset(0); }

.screen.right {
  clip-path: inset(0 0 0 100%); }

.screen.right.show {
  clip-path: inset(0); }

body {
  background-color: #fff; }

.contents {
  width: 100%;
  margin: 80px auto 0; }
  .contents .kv {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .contents .kv h2 {
      font-size: 30px;
      writing-mode: horizontal-tb;
      font-weight: 400;
      letter-spacing: -0.05em;
      color: #0A0A0A;
      position: relative;
      text-align: center; }
      .contents .kv h2 span {
        position: absolute;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.1em;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        color: #0A0A0A; }
      .contents .kv h2:after {
        content: "";
        width: 1px;
        height: 60px;
        background-color: #999;
        position: absolute;
        bottom: -110px;
        left: 50%;
        transform: translateX(-50%); }
  .contents .inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0 120px; }
    .contents .inner h5 {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.6;
      color: #0A0A0A;
      text-align: left;
      margin: 50px 0 10px; }
    .contents .inner p {
      font-size: 14px;
      font-weight: 400;
      line-height: 2;
      color: #0A0A0A;
      text-align: left;
      margin: 0; }
    .contents .inner .news_select {
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      margin: 60px auto 120px;
      gap: 40px; }
      .contents .inner .news_select li {
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        color: #0A0A0A;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-right: 40px;
        letter-spacing: 0.1em;
        border-right: 1px dotted #707070; }
        .contents .inner .news_select li a {
          text-decoration: none;
          color: #0A0A0A; }
      .contents .inner .news_select li:last-child {
        padding-right: 0;
        border-right: none; }
    .contents .inner .news_wrap {
      width: 100%;
      margin: 0 auto; }
      .contents .inner .news_wrap ul {
        display: flex;
        flex-direction: column; }
        .contents .inner .news_wrap ul .news_item {
          width: 100%;
          border-bottom: 1px dotted #DFDFDF;
          margin-bottom: 30px;
          padding-bottom: 30px; }
          .contents .inner .news_wrap ul .news_item a {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            width: 100%;
            text-decoration: none;
            border-left: 4px solid #E0E0E0;
            padding-left: 20px; }
            .contents .inner .news_wrap ul .news_item a .date {
              flex-basis: 140px;
              margin: 0; }
              .contents .inner .news_wrap ul .news_item a .date p {
                font-size: 14px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.1em;
                color: #003571;
                position: relative; }
              .contents .inner .news_wrap ul .news_item a .date p:after {
                content: "";
                width: 30px;
                height: 1px;
                background-color: #003571;
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%); }
            .contents .inner .news_wrap ul .news_item a .category {
              margin: -2px 0 0;
              flex-basis: calc(100% - 240px); }
              .contents .inner .news_wrap ul .news_item a .category span {
                background-color: #003571;
                color: #fff;
                padding: 3px 5px;
                border-radius: 5px;
                font-size: 12px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.1em;
                border-radius: 3px 0 3px 0; }
            .contents .inner .news_wrap ul .news_item a .summary_ttl {
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5;
              color: #0A0A0A;
              margin: 15px 0 0;
              text-align: left;
              flex-basis: 100%; }
          @media (hover: hover) and (pointer: fine) {
            .contents .inner .news_wrap ul .news_item:hover a {
              border-left: 4px solid #AC2437; } }
    .contents .inner .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      margin: 20px auto 0;
      gap: 10px; }
      .contents .inner .pagination li {
        border: 1px solid #003571;
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #003571; }
        .contents .inner .pagination li a {
          text-decoration: none;
          color: #003571; }
    .contents .inner .news_archive {
      width: 100%;
      margin: 0 auto; }
      .contents .inner .news_archive .news_ttl {
        width: 100%;
        border-bottom: 1px dotted #DFDFDF;
        margin-bottom: 30px;
        padding-bottom: 30px; }
        .contents .inner .news_archive .news_ttl .news_item {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          width: 100%;
          text-decoration: none;
          border-left: 4px solid #AC2437;
          padding-left: 20px; }
          .contents .inner .news_archive .news_ttl .news_item .date {
            flex-basis: 140px;
            margin: 0; }
            .contents .inner .news_archive .news_ttl .news_item .date p {
              font-size: 14px;
              font-weight: 400;
              line-height: 1;
              letter-spacing: 0.1em;
              color: #003571;
              position: relative; }
            .contents .inner .news_archive .news_ttl .news_item .date p:after {
              content: "";
              width: 30px;
              height: 1px;
              background-color: #003571;
              position: absolute;
              top: 50%;
              right: 20px;
              transform: translateY(-50%); }
          .contents .inner .news_archive .news_ttl .news_item .category {
            margin: -2px 0 0;
            flex-basis: calc(100% - 240px); }
            .contents .inner .news_archive .news_ttl .news_item .category span {
              background-color: #003571;
              color: #fff;
              padding: 3px 5px;
              border-radius: 5px;
              font-size: 12px;
              font-weight: 400;
              line-height: 1;
              letter-spacing: 0.1em;
              border-radius: 3px 0 3px 0; }
          .contents .inner .news_archive .news_ttl .news_item .summary_ttl {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
            color: #0A0A0A;
            margin: 15px 0 0;
            text-align: left;
            flex-basis: 100%; }
      .contents .inner .news_archive .news_summary {
        margin: 0 auto 20px;
        width: 100%; }
        .contents .inner .news_archive .news_summary .news_img {
          width: 100%;
          margin: 0 auto 20px; }
          .contents .inner .news_archive .news_summary .news_img img {
            width: 100%;
            height: auto; }
        .contents .inner .news_archive .news_summary .news_text {
          margin: 0 auto;
          width: 100%; }
          .contents .inner .news_archive .news_summary .news_text h6 {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.8;
            color: #0A0A0A;
            text-align: left;
            margin: 0 auto 10px; }
          .contents .inner .news_archive .news_summary .news_text p {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.8;
            color: #0A0A0A;
            text-align: left; }
      .contents .inner .news_archive .news_tag {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin: 60px auto; }
        .contents .inner .news_archive .news_tag li {
          background-color: #E0E0E0;
          padding: 7px 12px;
          border-radius: 30px;
          margin-top: 2px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .contents .inner .news_archive .news_tag li a {
            text-decoration: none; }
            .contents .inner .news_archive .news_tag li a span {
              font-size: 14px;
              font-weight: 500;
              line-height: 1;
              color: #003571;
              margin: 0 auto 2px;
              display: block; }
      .contents .inner .news_archive .news_nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 30px; }
        .contents .inner .news_archive .news_nav .btn_next {
          width: 200px;
          height: 42px;
          background-color: #fff;
          border: 1px solid #D9D9D9;
          display: flex;
          justify-content: center;
          align-items: center;
          transition-duration: .5s;
          margin: 0; }
          .contents .inner .news_archive .news_nav .btn_next p {
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            color: #0a0a0a; }
          .contents .inner .news_archive .news_nav .btn_next p:after {
            content: "";
            background-image: url(../img/arrow_bk.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 27px;
            height: 8px;
            position: absolute;
            right: -14px;
            top: 50%;
            transform: translateY(-50%);
            transition-duration: .5s; }
          .contents .inner .news_archive .news_nav .btn_next:hover p:after {
            right: -32px; }
        .contents .inner .news_archive .news_nav .btn_prev {
          width: 200px;
          height: 42px;
          background-color: #fff;
          border: 1px solid #D9D9D9;
          display: flex;
          justify-content: center;
          align-items: center;
          transition-duration: .5s;
          margin: 0; }
          .contents .inner .news_archive .news_nav .btn_prev p {
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            color: #0a0a0a; }
          .contents .inner .news_archive .news_nav .btn_prev p:before {
            content: "";
            background-image: url(../img/arrow_prev.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 27px;
            height: 8px;
            position: absolute;
            left: -14px;
            top: 50%;
            transform: translateY(-50%);
            transition-duration: .5s; }
          .contents .inner .news_archive .news_nav .btn_prev:hover p:before {
            left: -32px; }

@media (max-width: 780px) {
  .contents {
    width: 100%;
    margin: 12vw auto 0; }
    .contents .kv {
      width: 100%;
      height: 60vw;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .contents .kv h2 {
        font-size: 4.8717948718vw;
        writing-mode: horizontal-tb;
        font-weight: 400;
        letter-spacing: 0.2em;
        color: #0A0A0A;
        position: relative;
        text-align: center; }
        .contents .kv h2 span {
          position: absolute;
          font-size: 2.5641025641vw;
          font-weight: 400;
          letter-spacing: 0.1em;
          bottom: -5vw;
          left: 50%;
          transform: translateX(-50%);
          color: #0A0A0A;
          white-space: nowrap; }
        .contents .kv h2:after {
          content: "";
          width: 1px;
          height: 15vw;
          background-color: #999;
          position: absolute;
          bottom: -24vw;
          left: 50%;
          transform: translateX(-50%); }
    .contents .inner {
      width: 100%;
      max-width: 90vw;
      margin: 0 auto;
      padding: 15vw 0; }
      .contents .inner h5 {
        font-size: 3.5897435897vw;
        font-weight: 600;
        line-height: 1.6;
        color: #0A0A0A;
        text-align: left;
        margin: 10vw 0 1.5vw; }
      .contents .inner p {
        font-size: 3.3333333333vw;
        font-weight: 400;
        line-height: 2;
        color: #0A0A0A;
        text-align: left;
        margin: 0; }
      .contents .inner .news_select {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 90vw;
        margin: 10vw auto 15vw;
        gap: 0; }
        .contents .inner .news_select li {
          flex-basis: 43vw;
          font-size: 3.5897435897vw;
          font-weight: 400;
          line-height: 1;
          color: #0A0A0A;
          text-align: center;
          margin: 0 auto 2vw;
          padding: 0 0 2vw;
          padding-right: 0;
          letter-spacing: 0.1em;
          border-right: none;
          border-bottom: 1px dotted #DFDFDF;
          margin-bottom: 4vw; }
          .contents .inner .news_select li a {
            text-decoration: none;
            color: #0A0A0A; }
        .contents .inner .news_select li:nth-child(2) {
          padding-right: 0;
          border-right: none; }
        .contents .inner .news_select li:last-child {
          padding-right: 0;
          border-right: none; }
      .contents .inner .news_wrap {
        width: 100%;
        margin: 0 auto; }
        .contents .inner .news_wrap ul {
          display: flex;
          flex-direction: column; }
          .contents .inner .news_wrap ul .news_item {
            width: 90vw;
            border-bottom: 1px dotted #DFDFDF;
            margin-bottom: 5vw;
            padding-bottom: 5vw; }
            .contents .inner .news_wrap ul .news_item a {
              display: flex;
              flex-wrap: wrap;
              align-items: flex-start;
              width: 90vw;
              text-decoration: none;
              border-left: 4px solid #E0E0E0;
              padding-left: 4vw; }
              .contents .inner .news_wrap ul .news_item a .date {
                flex-basis: 32vw;
                margin: 0; }
                .contents .inner .news_wrap ul .news_item a .date p {
                  font-size: 3.3333333333vw;
                  font-weight: 400;
                  line-height: 1;
                  letter-spacing: 0.1em;
                  color: #003571;
                  position: relative; }
                .contents .inner .news_wrap ul .news_item a .date p:after {
                  content: "";
                  width: 10vw;
                  height: 1px;
                  background-color: #003571;
                  position: absolute;
                  top: 50%;
                  right: 3vw;
                  transform: translateY(-50%); }
              .contents .inner .news_wrap ul .news_item a .category {
                margin: -.4vw 0 0;
                flex-basis: 53vw; }
                .contents .inner .news_wrap ul .news_item a .category span {
                  background-color: #003571;
                  color: #fff;
                  padding: .5vw 1.2vw;
                  border-radius: 5px;
                  font-size: 2.5641025641vw;
                  font-weight: 400;
                  line-height: 1;
                  letter-spacing: 0.1em;
                  border-radius: 3px 0 3px 0; }
              .contents .inner .news_wrap ul .news_item a .summary_ttl {
                flex-basis: 86vw;
                font-size: 3.3333333333vw;
                font-weight: 500;
                line-height: 1.5;
                color: #0A0A0A;
                margin: 2vw 0 0;
                text-align: left; } }
          @media (max-width: 780px) and (hover: hover) and (pointer: fine) {
            .contents .inner .news_wrap ul .news_item:hover a {
              border-left: 4px solid #AC2437; } }
@media (max-width: 780px) {
      .contents .inner .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        margin: 5vw auto 0;
        gap: 2vw; }
        .contents .inner .pagination li {
          border: 1px solid #003571;
          padding: 2.5vw;
          font-size: 2.8205128205vw;
          font-weight: 400;
          line-height: 1;
          color: #003571; }
          .contents .inner .pagination li a {
            text-decoration: none;
            color: #003571; }
      .contents .inner .news_archive {
        width: 100%;
        margin: 0 auto; }
        .contents .inner .news_archive .news_ttl {
          width: 100%;
          border-bottom: 1px dotted #DFDFDF;
          margin-bottom: 30px;
          padding-bottom: 30px; }
          .contents .inner .news_archive .news_ttl .news_item {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            width: 90vw;
            text-decoration: none;
            border-left: 4px solid #AC2437;
            padding-left: 4vw; }
            .contents .inner .news_archive .news_ttl .news_item .date {
              flex-basis: 32vw;
              margin: 0; }
              .contents .inner .news_archive .news_ttl .news_item .date p {
                font-size: 3.3333333333vw;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.1em;
                color: #003571;
                position: relative; }
              .contents .inner .news_archive .news_ttl .news_item .date p:after {
                content: "";
                width: 10vw;
                height: 1px;
                background-color: #003571;
                position: absolute;
                top: 50%;
                right: 3vw;
                transform: translateY(-50%); }
            .contents .inner .news_archive .news_ttl .news_item .category {
              margin: -.4vw 0 0;
              flex-basis: 53vw; }
              .contents .inner .news_archive .news_ttl .news_item .category span {
                background-color: #003571;
                color: #fff;
                padding: .5vw 1.2vw;
                border-radius: 5px;
                font-size: 2.5641025641vw;
                font-weight: 400;
                line-height: 1;
                letter-spacing: 0.1em;
                border-radius: 3px 0 3px 0; }
            .contents .inner .news_archive .news_ttl .news_item .summary_ttl {
              flex-basis: 86vw;
              font-size: 3.3333333333vw;
              font-weight: 500;
              line-height: 1.5;
              color: #0A0A0A;
              margin: 2vw 0 0;
              text-align: left; }
        .contents .inner .news_archive .news_summary {
          margin: 0 auto 5vw;
          width: 100%; }
          .contents .inner .news_archive .news_summary .news_img {
            width: 100%;
            margin: 0 auto 5vw; }
            .contents .inner .news_archive .news_summary .news_img img {
              width: 100%;
              height: auto; }
          .contents .inner .news_archive .news_summary .news_text {
            margin: 0 auto;
            width: 100%; }
            .contents .inner .news_archive .news_summary .news_text h6 {
              font-size: 3.5897435897vw;
              font-weight: 700;
              line-height: 1.8;
              color: #0A0A0A;
              text-align: left;
              margin: 0 auto 10px; }
            .contents .inner .news_archive .news_summary .news_text p {
              font-size: 3.0769230769vw;
              font-weight: 400;
              line-height: 1.8;
              color: #0A0A0A;
              text-align: left; }
        .contents .inner .news_archive .news_tag {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          gap: 2vw;
          margin: 10vw auto; }
          .contents .inner .news_archive .news_tag li {
            background-color: #E0E0E0;
            padding: 1vw 2vw;
            border-radius: 30px;
            margin-top: .2vw;
            display: flex;
            align-items: center;
            justify-content: center; }
            .contents .inner .news_archive .news_tag li a {
              text-decoration: none; }
              .contents .inner .news_archive .news_tag li a span {
                font-size: 2.8205128205vw;
                font-weight: 500;
                line-height: 1;
                color: #003571;
                margin: 0 auto 2px;
                display: block;
                white-space: nowrap; }
        .contents .inner .news_archive .news_nav {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 0 auto 5vw; }
          .contents .inner .news_archive .news_nav .btn_next {
            width: 25vw;
            height: 9vw;
            background-color: #fff;
            border: 1px solid #D9D9D9;
            display: flex;
            justify-content: center;
            align-items: center;
            transition-duration: .5s;
            margin: 0; }
            .contents .inner .news_archive .news_nav .btn_next p {
              font-size: 2.8205128205vw;
              font-weight: 400;
              line-height: 1;
              color: #0a0a0a; }
            .contents .inner .news_archive .news_nav .btn_next p:after {
              content: "";
              background-image: url(../img/arrow_bk.svg);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              width: 3vw;
              height: 1vw;
              position: absolute;
              right: -2vw;
              top: 50%;
              transform: translateY(-50%);
              transition-duration: .5s; }
          .contents .inner .news_archive .news_nav .btn_prev {
            width: 25vw;
            height: 9vw;
            background-color: #fff;
            border: 1px solid #D9D9D9;
            display: flex;
            justify-content: center;
            align-items: center;
            transition-duration: .5s;
            margin: 0; }
            .contents .inner .news_archive .news_nav .btn_prev p {
              font-size: 2.8205128205vw;
              font-weight: 400;
              line-height: 1;
              color: #0a0a0a; }
            .contents .inner .news_archive .news_nav .btn_prev p:before {
              content: "";
              background-image: url(../img/arrow_prev.svg);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              width: 3vw;
              height: 1vw;
              position: absolute;
              left: -2vw;
              top: 50%;
              transform: translateY(-50%);
              transition-duration: .5s; } }
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-wrapper {
  overflow: hidden; }

.remodal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s; }

.remodal-is-opened,
.remodal.is-opened,
.remodal.remodal-is-opened {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s; }

.remodal {
  padding: 0;
  position: absolute;
  inset: 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  transform: unset !important;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-container {
  max-width: 980px;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 45px;
  position: relative; }
  .modal-container .remodal-cancel {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: none;
    background-image: url(../img/showcase/modal_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-width: inherit;
    border: none; }

.modal-content {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .modal-content ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto; }
    .modal-content ul .photo {
      flex-basis: 440px; }
      .modal-content ul .photo img {
        max-width: 100%; }
    .modal-content ul .text {
      flex-basis: 420px;
      text-align: left; }
      .modal-content ul .text h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #000;
        margin: 0 0 20px; }
      .modal-content ul .text p {
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.05em;
        color: #000;
        margin: 0 0 20px; }
      .modal-content ul .text span {
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.05em;
        display: block;
        margin: 0 0 20px; }
      .modal-content ul .text .enbtn {
        width: 100%;
        height: 42px;
        margin: 0 auto;
        border: 1px solid #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
        transition-duration: .5s; }
        @media (hover: hover) and (pointer: fine) {
          .modal-content ul .text .enbtn:hover {
            background-color: #AC2437;
            border: 1px solid #AC2437; }
            .modal-content ul .text .enbtn:hover p {
              font-size: 14px;
              margin: 0;
              font-weight: 400;
              line-height: 1;
              color: #fff;
              width: 100%;
              position: relative; }
              .modal-content ul .text .enbtn:hover p:after {
                content: "";
                background-image: url(../img/arrow_wh.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                width: 27px;
                height: 8px;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%); } }
        .modal-content ul .text .enbtn p {
          font-size: 14px;
          margin: 0;
          font-weight: 400;
          line-height: 1;
          color: #0A0A0A;
          width: 100%;
          position: relative; }
          .modal-content ul .text .enbtn p:after {
            content: "";
            background-image: url(../img/arrow_bk.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 27px;
            height: 8px;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition-duration: .5s; }

@media (max-width: 780px) {
  .remodal-overlay {
    background: rgba(0, 0, 0, 0.8); }

  .remodal {
    padding: 5vw 0;
    position: absolute;
    max-width: 100vw;
    inset: 0;
    margin: auto; }

  .modal-container {
    max-width: 100%;
    background-color: #fff;
    width: 90vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll; }
    .modal-container .remodal-cancel {
      position: absolute;
      right: 0;
      top: 0;
      width: 8vw;
      height: 8vw;
      background: none;
      background-image: url(../img/showcase/modal_close.svg);
      background-repeat: no-repeat;
      background-size: contain;
      border: none; }

  .modal-content {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
    padding: 10vw 0;
    box-sizing: border-box; }
    .modal-content ul {
      display: flex;
      justify-content: space-center;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      max-width: 80vw;
      margin: 0 auto; }
      .modal-content ul .photo {
        flex-basis: 80vw; }
        .modal-content ul .photo img {
          max-width: 100%;
          margin-bottom: 5vw; }
      .modal-content ul .text {
        flex-basis: 80vw;
        text-align: left; }
        .modal-content ul .text h3 {
          font-size: 3.8461538462vw;
          font-weight: 600;
          line-height: 1.5;
          letter-spacing: 0.05em;
          color: #000;
          margin: 0 0 2vw; }
        .modal-content ul .text p {
          font-size: 3.0769230769vw;
          font-weight: 400;
          line-height: 2;
          letter-spacing: 0.05em;
          color: #000;
          margin: 0 0 2vw; }
        .modal-content ul .text span {
          font-size: 3.0769230769vw;
          font-weight: 400;
          line-height: 2;
          letter-spacing: 0.05em;
          display: block;
          margin: 0 0 2vw; }
        .modal-content ul .text .enbtn {
          width: 80vw;
          height: 9vw;
          margin: 4vw auto;
          border: 1px solid #D9D9D9;
          display: flex;
          justify-content: center;
          align-items: center;
          transition-duration: .5s; }
          .modal-content ul .text .enbtn p {
            font-size: 2.5641025641vw;
            margin: 0;
            font-weight: 400;
            line-height: 1;
            color: #0A0A0A;
            width: 100%;
            position: relative; }
            .modal-content ul .text .enbtn p:after {
              content: "";
              background-image: url(../img/arrow_bk.svg);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              width: 3vw;
              height: 1vw;
              position: absolute;
              right: 2vw;
              top: 50%;
              transform: translateY(-50%);
              transition-duration: .5s; } }

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