@font-face {
    font-family: 'LINESeedKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 700;
  }
  
  @font-face {
    font-family: 'LINESeedKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Rg.woff2') format('woff2');
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'LINESeedKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Th.woff2') format('woff2');
    font-weight: 100;
  }
  
  body {
    font-family: 'LINESeedKR', 'NanumSquare', 'Nanum Gothic', sans-serif;
  }
  
  .main-banner p {
    margin-bottom: -1rem;
  }
  
  .reservation-contact {
    display: flex;
    justify-content: space-between;
  }
  
  .reservation-contact-bar {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background: #000;
  }
  
  .reservation-contact-button-group {
    max-width: 600px;
    padding: 7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .reservation-contact-title {
    font-family: 'Book Antiqua';
    font-weight: 400;
    font-size: 3.5rem;
    color: #000;
    text-align: center;
    margin: 0;
  }
  
  .reservation-contact-subtitle {
    font-family: 'LINESeedKR';
    font-weight: 400;
    font-size: 45px;
    background: #000;
    color: #fff !important;
    padding: 8px 10px 0;
    margin: 3rem 0;
  }
  
  .reservation-contact-button-group p {
    color: #000;
    line-height: 1.4;
  }
  
  .reservation-contact-button-group p:nth-child(3) {
    font-size: 25px;
    margin-bottom: 3rem;
    text-align: right;
  }
  
  .reservation-contact-button-group a {
    font-size: 32px;
    color: #000;
    border: 1px solid #000;
    border-radius: 35px;
    padding: 8px 20px 0;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    transition: 0.5s;
  }
  
  .reservation-contact-button-group a:hover {
    color: #fff;
    background: #000;
  }
  
  .portfolio-title-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  
  .portfolio-title {
    font-size: 47px;
    margin: 0;
    color: #000;
  }
  
  .portfolio-section {
    border-top: 1px solid #000;
    padding-top: 20px;
  }
  
  .main-content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  
  .grid-group {
    display: flex;
  }
  
  .grid-group:nth-child(1) {
    margin-top: 7px;
  }
  
  .grid {
    margin: 7px 7px;
  }
  
  .grid1 {
    width: 550px;
    margin-left: 0;
  }
  
  .grid3 {
    margin-right: 0;
  }
  
  .grid2,
  .grid3 {
    width: 330px;
  }
  
  .grid-group2 .grid1 {
    margin-right: 0;
    margin-left: 7px;
  }
  
  .grid-group2 .grid2 {
    margin-left: 0px;
  }
  
  .grid-group2 .grid3 {
    margin-right: 7px;
  }
  
  .grid-text {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
  }
  
  .news-section {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5% 0;
    margin: 5% 0;
    display: flex;
  }
  
  .news-title-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2%;
    line-height: 1.2;
  }
  
  .news-title {
    font-size: 47px;
    color: #000;
  }
  
  .news-group {
    width: 50%;
  }
  
  .news-group:nth-child(1) {
    padding-right: 5%;
    border-right: 1px solid #000;
  }
  
  .news-group:nth-child(2) {
    padding-left: 5%;
  }
  
  .news-group:nth-child(2) .news-title-group {
    margin-bottom: 0;
    padding-bottom: 3%;
  }
  
  .news-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .news-slide-content {
    width: 260px;
  }
  
  .news-slide-number {
    border-bottom: 1px solid #000;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 0px 15px;
    line-height: 1.2;
    color: #000;
  }
  
  .news-slide-text {
    padding: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
  }
  
  .works-slide {
    position: relative;
  }
  

  
  .works-slide-content p:nth-child(2) {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-top: 30px;
  }
  
  .works-slide-nav {
    position: absolute;
    bottom: 10px;
    left: 17px;
  }
  
  .works-slide-nav p {
    font-size: 40px;
    color: #a7a8aa;
  }
  
  .works-slide-nav p span {
    color: #000;
  }
  
  .about-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5%;
    border-bottom: 1px solid #000;
    margin-bottom: 5%;
  }
  
  .about-text p {
    color: #000;

  }
  
  .about-text p:nth-child(1) {
    font-size: 50px;
    line-height: 1.3;

  }
  
  .about-text p:nth-child(2) {
    font-size: 19px;
    line-height: 1.5;
    margin-top: 15px;
  }
  
  .about-slider {
    display: flex;
  }
  
  .about-img-group {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  
  .about-img-group:nth-child(1) {
    margin: 0 2% 0 0;
  }
  
  .about-img-group:nth-child(2) {
    margin: 0 0 0 2%;
  }
  
  .about-img {
    margin-bottom: 0;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .overlay p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
  }
  
  .overlay:hover {
    background: rgba(0,0,0,0.4);
  }
  
  .video-content {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  .video-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .video-text-container {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    color: #fff;
  }
  
  .video-text-group a {
    font-size: 32px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 35px;
    padding: 7px 0 0 0;
    width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin: 30px auto;
    transition: 0.5s;
    font-size: 3rem;
  }
  
  .video-text-group a:hover {
    background: #fff;
    color: #000;
  }
  
  .video-text-group .button-group {
    display: flex;
    max-width: 400px;
    margin: 25px auto;
    justify-content: space-around;
    align-items: center;
  }
  
  .video-text-group .button-group a {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 35px;
  }
  
  .video-text-group .button-group a img {
    padding: 15px;
  }
  
  .video-subtitle {
    font-size: 27px;
    margin-top: 2rem;
  }
  
  .video-title {
    color: #fff;
    margin-bottom: 0;
    font-family: 'LINESeedKR';
    font-size: 55px;
    font-weight: 700;
  }
  
  @keyframes slidein {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 3;
      transform: none;
    }
  }
  
  .slick-prev,
  .slick-next {
    width: 41px;
    height: 42px;
  }
  
  .slick-prev {
    left: -60px;
  }
  
  .slick-next {
    right: -60px;
  }
  
  .slick-prev:before {
    content: '';
    width: 41px;
    height: 42px;
    display: inline-block;
    background: url(../../images/index/logoRow2.png);
  }
  
  .slick-next:before {
    content: '';
    width: 41px;
    height: 42px;
    display: inline-block;
    background: url(../../images/index/logoRow1.png);
  }
  
  .partners-section {
    width: calc(100% - 160px);
    margin: 3% auto;
    text-align: center;
  }
  
  .slick-prev:before,
  .slick-next:before {
    color: #fff;
  }
  
  .logo-img {
    margin: 0 17px;
  }
  
  .partners-title-group {
    text-align: center;
    margin-bottom: 5%;
  }
  
  .partners-title {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
    line-height: 1;
  }
  
  .partners-title span {
    font-family: 'Book Antiqua';
    font-size: 50px;
    display: inline-block;
  }
  
  .partners-text {
    font-size: 28px;
    color: #000;
  }
  
  .partners-section a {
    width: 200px;
    height: 55px;
    display: inline-block;
    margin: 0 auto;
    color: #000;
    font-size: 26px;
    border: 1px solid;
    border-radius: 40px;
    line-height: 55px;
    margin-top: 4%;
    transition: 0.3s
  }
  
  .partners-section a:hover {
    color: #fff;
    background: #000;
  }
  
  .grid-title {
    font-size: 22px;
    color: #000;
    letter-spacing: -1px;
    line-height: 1.3;
  }
  
  .grid-title span {
    font-size: 24px;
    font-weight: 700;
  }
  
  .mobile-show {
    display: none;
  }
  
  .portfolio-list {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 8%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  
  .portfolio-grid {
    cursor: pointer;
    position: relative;
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  
  .portfolio-grid-text h2 {
    font-size: 50px;
    font-family: ageo-bold;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
  }
  
  .portfolio-grid-text {
    position: absolute;
    bottom: 3%;
    left: 5%;
    width: 90%;
    color: white;
  }
  
  .portfolio-grid-text p {
    font-size: 26px;
    font-family: AppleSDGothicNeo;
    letter-spacing: -0.65px;
  }
  
  .portfolio-grid-text p span:last-child {
    margin-left: 10%;
  }
  
  .cover {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  
 

  @media(max-width:1150px) {
    .portfolio-grid-text h2 {
      font-size: 3.5rem;
    }

    .main-content {
      padding: 0 24px;
    }
    .about-section{
      padding-bottom: 5%;
    }
    .portfolio-title-group {
      margin-top: 2%;
    }
    .reservation-contact-title {
      font-size: 40px;
    }
    .news-section {
      flex-direction: column;
    }
    .news-group {
      width: 100%;
    }
    .news-group:nth-child(1) {
      padding-right: 0;
      border: none;
      padding-bottom: 5%;
    }
    .news-group:nth-child(2) {
      padding-left: 0%;
    }
    .news-slide-content {
      width: calc(50% - 20px);
    }
    .news-slide-content:nth-child(1) {
      margin-right: 10px;
    }
    .news-slide-content:nth-child(2) {
      margin-left: 10px;
    }
    .news-group:nth-child(2) .news-title-group {
      margin-bottom: 35px;
      padding-bottom: 0%;
      border-bottom: 1px solid #000;
    }
  }
  
  @media(max-width:768px) {
    .reservation-contact-button-group{
      max-width: unset;
      width: 100%;
      padding: 5%;
    }
    .about-section{
      display: flex;
      flex-direction: column;
  
    }
    .portfolio-grid {
      width: calc(50% - 5px);
      margin-bottom: 10px;
    }
    .portfolio-grid-text h2 {
      font-size: 3rem;
    }
    .portfolio-grid-text {
      bottom: 5%;
      height: 90%;
    }
    .portfolio-grid-text p span:first-child {
     display: none;
    }
    .portfolio-grid-text p span:last-child {
      margin-left: 0;
  }
    .desktop-show {
      display: none;
    }
    .mobile-show {
      display: block;
    }
    .video-content {
      height: auto;
    }
    .video-title {
      font-size: 45px;
    }
    .video-text-group a {
      font-size: 30px;
      width: 280px;
      height: 55px;
      padding: 8px 0;
    }
    .reservation-contact {
      margin: 35px 0;
    }
    .reservation-contact-title {
      font-size: 3.8rem;
      font-family: 'LINESeedKR';
      margin-bottom: 18px;
    }
    .reservation-contact-title span {
      top: 0;
      margin-left: 0;
      font-style: initial;
    }
    .reservation-contact-button-group a {
      margin: 40px auto 0;
      padding: 8px 0;
    }
    .reservation-contact-button-group p span {
      font-weight: 700;
    }
    .about-text p:nth-child(1) {
      font-size: 35px;
    }
    .overlay p {
      font-size: 21px;
    }
    .portfolio-list img {
      max-width: 100%;
    }
  }
  @media(max-width:520px) {
    .portfolio-grid-text h2 {
      font-size: 2.5rem;
    }
    .portfolio-list .portfolio-grid-text img {
      max-width: 50px;
    }
    .video-text-group .video-subtitle + p a{
      display: none;
    }
  }
  
  @media(max-width:450px) {
    .portfolio-grid {
      width: 100%;
      margin-bottom: 5px;
    }
    .video-title {
      font-size: 35px;
    }
    .video-subtitle {
      font-size: 23px;
      margin-top: 4rem;
    }
    .video-text-group a {
      font-size: 25px;
      width: 250px;
    }
    .reservation-contact-title {
      font-size: 29px;
      margin-bottom: 10px;
    }
    .reservation-contact-subtitle {
      font-size: 32px;
    }
    .reservation-contact-button-group p:nth-child(3) {
      font-size: 21px;
    }
    .reservation-contact-button-group a {
      font-size: 24px;
      margin: 20px auto 0;
    }
    .grid-group {
      flex-wrap: wrap;
    }
    .grid,
    .grid2,
    .grid3,
    .grid2 img,
    .grid3 img {
      width: 100%;
    }
    .grid-title {
      font-size: 26px;
      font-weight: 600;
    }
    .news-slide-text {
      font-size: 15px;
    }
    .news-slide-content {
      width: calc(50% - 10px);
    }
    .news-slide-content:nth-child(2) {
      margin-left: 5px;
    }
    .news-slide-content:nth-child(1) {
      margin-right: 5px;
    }
    .works-slide-content p:nth-child(2) {
      font-size: 16px;
    }
    .news-section {
      padding: 13% 0 5%;
    }
    .partners-section {
      margin: 6% auto 10%;
    }
    .news-slide-number {
      padding: 0;
    }
    .news-title-group {
      align-items: flex-end;
    }
    .news-title {
      margin-bottom: 0;
    }
    .news-title-group {
      margin-bottom: 5%;
    }
    .news-group:nth-child(2) .news-title-group {
      padding-bottom: 18px;
    }
    .video-text-group .button-group {
      max-width: 300px;
    }
    .video-text-group .button-group a {
      width: 45px;
      height: 45px;
      border: 2px solid #fff;
    }
    .video-text-group .button-group a img {
      padding: 5px;
    }
  }
  
  @media(max-width:380px) {
    .reservation-contact-title {
      font-size: 25px;
    }
    .reservation-contact-subtitle {
      font-size: 28px;
    }
    .reservation-contact-button-group p:nth-child(3) {
      font-size: 18px;
    }
    .reservation-contact-button-group a {
      font-size: 21px;
      margin: 10px auto 0;
      width: 150px;
      height: 40px;
      padding: 2px 20px 0;
    }
    .news-slide-text {
      font-size: 13px;
    }
  }

  .slick-list {
    height: 100px;
  }