
/* 검색 */
#search_wrap {
  margin: 70px 0 !important;
  display: flex !important;
  justify-content: center !important;
}
.news_search_form {
  width: 70% !important;
  border: solid 1px var(--color-b8) !important;
  border-radius: 20px !important;
  padding: 20px 42px 20px 32px !important;
  display: flex !important;
  justify-content: space-between !important;
}
#news_search {
  width: 70% !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  outline: none !important;
  border: none !important;
}
.news_search_form button {
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}
.news_search_form button:hover {
  cursor: pointer !important;
}
.news_search_form img {
  width: 100% !important;
}

/* 인도네시아 뉴스 내용 */
#news_list {
  margin-top: 70px !important;
}
.news_line {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: solid 1px var(--color-cc) !important;
  margin-right: 72px !important;
}
.news_line:hover {
  cursor: pointer !important;
  transition: .3s !important;
}
.news_line:not(:first-child) {
  margin-top: 2px !important;
}
.notification {  
  background-color: var(--color-sub) !important;
}
.news_line > div {
  padding: 24px 32px 24px 24px !important;
}
/* 공지 */
.news_line .nameNdate p:first-of-type {
  font-weight: 600 !important;
  color: var(--color-76) !important;
}
.news_line .nameNdate p.mc {
  color: var(--color-main) !important;
}
.news_line .nameNdate p:not(:first-of-type) {
  font-size: 14px !important;
}
.news_line .title {
  width: 80% !important;
}
.news_line .title h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.notification .title h3 {
  font-weight: 600 !important;
}
.news_line .go_btn {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  margin-right: 32px !important;
}
.news_line .go_btn img {
  transition: .3s !important;
  cursor: pointer !important;
}
.tableA .nameNdate p:not(.mc),
.tableA .title h3 {
  color: black !important;
}

/* 태블릿 및 작은 데스크탑 (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #search_wrap {
    margin: 50px 0 !important;
    padding: 0 20px !important;
  }
  
  .news_search_form {
    width: 80% !important;
    padding: 18px 35px 18px 28px !important;
  }
  
  #news_search {
    font-size: 16px !important;
  }
  
  .news_line {
    margin-right: 20px !important;
  }
  
  .news_line > div {
    padding: 20px 28px 20px 20px !important;
  }
  
  .news_line .title h3 {
    font-size: 16px !important;
  }
  
  .news_line .go_btn {
    width: 28px !important;
    height: 28px !important;
    margin-right: 20px !important;
  }
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
  #search_wrap {
    margin: 40px 0 !important;
    padding: 0 15px !important;
  }
  
  .news_search_form {
    width: 100% !important;
    border-radius: 15px !important;
    padding: 15px 25px 15px 20px !important;
  }
  
  #news_search {
    width: 75% !important;
    font-size: 14px !important;
  }
  
  .news_search_form button {
    width: 24px !important;
    height: 24px !important;
  }
  
  #news_list {
    margin-top: 50px !important;
    padding: 0 15px !important;
  }
  
  .news_line {
    margin-right: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .news_line > div {
    padding: 15px 20px !important;
    width: 100% !important;
  }
  
  .news_line .nameNdate {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    border-bottom: 1px solid var(--color-f0) !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .news_line .nameNdate p:not(:first-of-type) {
    font-size: 12px !important;
  }
  
  .news_line .title {
    width: 100% !important;
    padding-top: 0 !important;
  }
  
  .news_line .title h3 {
    font-size: 15px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.4 !important;
  }
  
  .news_line .go_btn {
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    width: 24px !important;
    height: 24px !important;
    margin-right: 0 !important;
  }
  
  .news_line {
    position: relative !important;
    padding-right: 45px !important;
  }
}

/* 작은 모바일 (375px 이하) */
@media screen and (max-width: 375px) {
  #search_wrap {
    margin: 30px 0 !important;
    padding: 0 10px !important;
  }
  
  .news_search_form {
    border-radius: 12px !important;
    padding: 12px 20px 12px 15px !important;
  }
  
  #news_search {
    font-size: 13px !important;
  }
  
  .news_search_form button {
    width: 20px !important;
    height: 20px !important;
  }
  
  #news_list {
    margin-top: 40px !important;
    padding: 0 10px !important;
  }
  
  .news_line > div {
    padding: 12px 15px !important;
  }
  
  .news_line .nameNdate {
    padding-bottom: 8px !important;
    margin-bottom: 8px !important;
  }
  
  .news_line .nameNdate p:first-of-type {
    font-size: 13px !important;
  }
  
  .news_line .nameNdate p:not(:first-of-type) {
    font-size: 11px !important;
  }
  
  .news_line .title h3 {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  
  .news_line .go_btn {
    width: 20px !important;
    height: 20px !important;
    right: 10px !important;
    top: 12px !important;
  }
  
  .news_line {
    padding-right: 35px !important;
  }
}