@font-face {
    font-family: "Pretendard-Regular";
   /*src: url("./Pretendard-Regular.woff2") format("woff2");*/
    src: url("https://contents-em.infovine.co.kr/CareServiceFiles/homepage/fonts/Pretendard-Regular.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Pretendard-Bold";
    /*src: url("./Pretendard-Bold.woff2") format("woff2");*/
    src: url("https://contents-em.infovine.co.kr/CareServiceFiles/homepage/fonts/Pretendard-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Pretendard-Medium";
   /*src: url("./Pretendard-Medium.woff2") format("woff2");*/
    src: url("https://contents-em.infovine.co.kr/CareServiceFiles/homepage/fonts/Pretendard-Medium.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

* {
    box-sizing: border-box;
}
.pagination, .btnArea{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px;
    margin-bottom:33px;

}

.btnArea > button {
width: 100%;
    max-width: 152px;
    max-height: 60px;
    height: 60px;
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
    color: #171717;
    cursor: pointer;
}


.page-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    font-size: 16px;
    color: #888;
    font-family:Pretendard-Bold;
}

.page-btn:hover {
    background-color: #d0e5ff;
}

.page-btn.active {
    background-color: #3c5ef6;
    color: white;
}

.page-btn.left-arrow {
    width: 9px;
    height: 15px;
    object-fit: contain;
    transform: scaleX(-1); /* 좌우 반전 */
}
.page-btn:hover img {
    background-color: #d0e5ff;
}
.page-btn.right-arrow {
    width: 9px;
    height: 15px;
    object-fit: contain;
}
.notice-wrapper {
    width: 100%;
    max-width: 980px;
    margin: 60px auto 0px;
    padding: 0 16px;
}
.notice-title {
    width: 100%;
    font-family: Pretendard-Bold;
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -1.3px;
    text-align: center;
    color: #171717;
}
.notice-content {
    margin: 33px 0px;
    width: 100%;
    min-height: 500px;
}
.notice-list {
    border: 0px solid;
    border-radius: 0px 0px 24px 24px;
    padding: 40px;
    background-color: #fff;
}

.notice_contents {
    border: 0px solid;
    border-radius: 0px 0px 24px 24px;
    padding: 20px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.9px;
    color: #17191d;
}

.notice-list_top {
    height: 54px;
    border: 0px solid;
    border-radius: 24px 24px 0px 0px;
    background-color: #3e60ee;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    align-items: center;
    font-size: 20px;
    font-family: Pretendard-Bold;
    color: #fff;
}

.ellipsis-wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.notice-list_top >.font-weight-r{
    font-family: Pretendard-Regular;
}
.notice-dash {
    border-bottom: 1px solid #d8d8d8;
    margin: 32px 0px;
}
.notice_contents{
font-family:Pretendard-Regular;
color:#17191d;
}
.notice-item {
    display: flex;
    justify-content: space-between;
    font-size:20px;
    color: #17191d;
    letter-spacing: -1px;
    cursor: pointer;
}
.notice-title-text{
font-weight:bold;
font-family:Pretendard-Bold;
    font-weight: bold;
    font-family: Pretendard-Bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    cursor:pointer;
}

.notice-date{
color:#888888;
font-family:Pretendard-Regular;
}



@media (max-width: 1200px) {

}

@media (max-width: 765px) {

}

@media (max-width: 430px) {
.notice-title{
font-size:28px;
}
.notice-list_top{
height:36px;
}
.notice-list{
    padding: 16px 15px;
}
.notice-item{
    font-size: 14px;
    gap:18px;

}
.notice_contents{
font-size:14px;
}
.notice-dash{
margin: 16px 0px;
}
.notice-content{
margin-top:20px;
}
.page-btn{
width:30px;
height:30px;
font-size:14px;
}
.notice-wrapper{
margin: 40px auto 0px;
min-height: 90vh;
}
.notice_contents{
padding:20px;
}
.btnArea > button{
font-size: 14px;
  width: 120px;
  height: 38px;
}
.ellipsis-wrap{
font-size: 14px;
}
.font-weight-r{
    font-size:14px;
}
}

/* 1200px 이하 */
@media (max-width: 1200px) {
  .notice-title {
    font-size: 44px;
  }
  .notice-list_top {
    font-size: 18px;
    padding: 0 30px;
  }
  .notice-item {
    font-size: 18px;
  }
  .btnArea > button {
    font-size: 18px;
    height: 54px;
  }
}

/* 1080px 이하 */
@media (max-width: 1080px) {
  .notice-wrapper {
    padding: 0 12px;
  }
  .notice-title {
    font-size: 38px;
  }
  .notice-list_top {
    font-size: 16px;
    padding: 0 24px;
  }
  .notice-list {
    padding: 30px;
  }
  .notice-item {
    font-size: 16px;
  }
  .notice_contents {
    font-size: 16px;
  }
  .btnArea > button {
    font-size: 16px;
    width: 140px;
    height: 48px;
  }
}

/* 765px 이하 */
@media (max-width: 765px) {
  .notice-title {
    font-size: 32px;
  }
  .notice-list_top {
    height: 42px;
    font-size: 15px;
    padding: 0 16px;
  }
  .notice-list {
    padding: 20px;
  }
  .notice-item {
    font-size: 15px;
    gap: 16px;
  }
  .notice_contents {
    font-size: 15px;
    padding: 16px;
  }
  .notice-dash {
    margin: 14px 0;
  }
  .page-btn {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .btnArea > button {
    font-size: 13px;
    width: 110px;
    height: 36px;
  }
  .ellipsis-wrap {
    font-size: 13px;
  }
  .font-weight-r {
    font-size: 13px;
  }
}