
#noticeBox {
    width: 1400px;
    height: 260px;
    background:  radial-gradient(#4c4c4c, transparent);
    border-radius: 1.5rem;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;

}
#searchBox{
    width: 1300px;
    height: 230px;
    background: white;
    border-radius: 1.5rem;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
    top: 14px;
    border-bottom: 1px solid lightgrey;
}
.inputBox{
    margin: 10px;
    width: 384px;
    height: 45px;
    border: 1px solid #ced4da;
    border-radius: 5px; 
    padding-left: 15px;
    display: block;
}

#firstWrap{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 25px;
}
#secondWrap{
    
    align-items: center;
    margin-bottom: 25px;
}
#fourthWrap{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-start;
}
#fifthWrap{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: flex-end;
    margin-right: 30px;
}
#wrap1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 773px;
}
#wrap2{
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 45px;
}
#wrap1_1{
    display: flex;
    align-items: center;
}
#imgArea{
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
}
#thirdWrap{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

#main{
    margin: 0 auto;
    margin-top: 20px;
    width: 1400px;
}
#title{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;

}

#contentsBox{
    margin-top: 15px;
    margin-left: 15px;
    display: flex;
    justify-content: space-around;
}
#searchBtn{

    width: 210px; 
    background: #5A5A5A;
    color: white;
    border: 1px solid white;
    border-radius: 5px; 
    height: 45px;
    margin-right: 15px;
    
    }
#searchBtn:hover{
      background: #c9f8c0;
      color: black;
     
      
      }
.content{
    width: 350px;
    height: 250px;
    border: 1px solid gray;
    padding: 15px 20px;
    border-radius: 1.5rem;
    border-width: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.headLine{
    display: flex;
    justify-content: space-between;
}

.mainLine{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.footLine{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#thumbs{
    padding-right: 5px;
}

#title_sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;

}

table {
    border-collapse: collapse;
    background-color: white;
  }
  
  thead{
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
    background:  #5A5A5A; 
    border-bottom: solid 1px gray; 
    height: 35px;
  }

  
  /* 테이블 행 */
  td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    
    height: 39px;
  }
  
  th {
    padding: 8px;
    text-align: left;
    text-align: center;
  
  
    color: white;
    font-weight: normal;

  }
  .highlightBenefit{
    color: #50a14f;
    font-weight: bold;
  }
 
 
  /* 테이블 올렸을 때 */
  tbody tr:hover {
    background-color: #d3d3d3;
    opacity: 0.9;
    cursor: pointer;
    
  }
  
  /* 테이블 비율 */
  th:nth-child(1),
  td:nth-child(1) {
    width: 5%;
  
  }
  
  th:nth-child(2),
  td:nth-child(2) {
    width: 22%;
  
  }
  
  th:nth-child(3),
  td:nth-child(3) {
    width: 35%;
  
}
th:nth-child(4),
td:nth-child(4) {
  width: 5%;

}

th:nth-child(5),
td:nth-child(5) {
  width: 10%;

}

th:nth-child(6),
td:nth-child(6) {
  width: 9%;
 
}
th:nth-child(7),
td:nth-child(7) {
  width: 5%;

}



/* tr-pagination */
.tr-pagination{
    margin-top: 20px;
}
.tr-pagination { overflow: hidden; height: 35px; text-align: center;}
.tr-pagination li { display: inline-block; font-size: 0;}
.tr-pagination li a { display: block; position: relative; min-width: 32px; height: 32px; margin: 0 2px; padding: 0 11px; border-radius: 4px; font-size: 15px; line-height: 30px; text-align: center; color: #000; overflow: hidden; text-decoration: none;}
.tr-pagination li a:hover,
.tr-pagination li a:active { font-weight: 700; }
.tr-pagination li.tr-current a { background-color: #5A5A5A; color: #fff; font-weight: 700; }



.tr-page-prev.disabled{
   display: none;
}
.tr-page-next.disabled{
   display: none;
}

.highlight {
    background-color: yellow;
  }
  .typeSelect{
    margin: 10px;
    height: 45px;
    width: 150px!important;
    border: 1px solid #ced4da;
    border-radius: 5px; 
    padding-left: 15px;
    display: block;
}

#certiTitleVal:focus {
  border: 1px solid #ced4da;
  box-shadow: none !important; /* 그림자 효과도 제거 (Bootstrap에서 box-shadow를 적용하는 경우도 있으므로) */
}
.form-check-inline{
  display: flex !important;
  align-items: center;
  margin-right: 45px !important;
  
}
.form-check-input:focus{
  box-shadow: none !important;
}

.form-check-label{
  margin-left: 5px;
}
.form-check-input:checked{
  background-color: #292929 !important;
  border-color: #fff !important;
}
#certiCharacterText{
  margin-right: 100px;
}
#certiTypeText:focus{
  box-shadow: none !important; /* 그림자 효과도 제거 (Bootstrap에서 box-shadow를 적용하는 경우도 있으므로) */
  border: 1px solid #ced4da;
}
.form-select:focus{
  box-shadow: none !important; /* 그림자 효과도 제거 (Bootstrap에서 box-shadow를 적용하는 경우도 있으므로) */
  border: 1px solid #ced4da !important;
}

/* 오늘 하루 보지 않기 팝업 */
button {
  border: 0;
  background: none;
  cursor:pointer;
}

.main_popup {
  position: fixed;
  z-index: 1005;
  -webkit-box-shadow: 0px 13px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  top: 50px;
  left: 50px;
  display: none;

  &.on {
    display: block;
    background-color: #fff;
  }

  .img_wrap {
    width: 500px;
    height: 700px;
    display:flex;
    justify-content:center;
    align-items:center;
  }

  .btn_close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 0;
    border: 0;
    background: none;

    &::before {
      content: "";
      width: 2px;
      height: 32px;
      background-color: #333;
      position: absolute;
      top: 0;
      left: 15px;
      transform: rotate(45deg);
    }
    &::after {
      content: "";
      width: 32px;
      height: 2px;
      background-color: #333;
      position: absolute;
      top: 15px;
      left: 0;
      transform: rotate(45deg);
    }
  }

  .btn_today_close {
    width: 100%;
    height: 45px;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    span {
      display: block;
      line-height: 40px;
      vertical-align: bottom;
      opacity: 0.8;
    }
  }
}