@import url('var.css');
@import url('reset.css');
@import url('header.css');
@import url('body.css');
@import url('footer.css');

@media (min-width: 2400px) {
  *{
    overflow-x: hidden;
    transition: all 0.3s ease;
    /* font-size: 4vw; */
    font-family: 'En2' , 'Pretendard';
    font-weight: 500;
    font-size: 26px; /* 고정 크기로 변경 */
    color: var(--main-black-color);
    text-decoration: none;
    white-space: wrap;
    word-break: keep-all;
    /* line-height: 1.5; */
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 900px) {
  
  .main-text-title{
    margin-top: 16px;
    border-top: solid var(--main-black-color) var(--main-line-weight);
  }
  .main-text-title-noLine{
    /* margin-top: 16px; */
    border-top: none;
  }
}