img {
  width: auto;
  height: auto;
  max-width: 100%;
}

h3{
  font-weight: 700;
  color: #5bba46;
  padding-top: 90px;
  }
  h2{
    font-size: 5rem;
    font-weight: 500;
    padding-bottom: 30px;
  }

  .btn{
    background-color: #5bba46;
    font-size: 1.8rem;
    color: #fff;
    height: 40px;
    padding: 0 25px;
}
  .btn-delet{
    background-color: #777777;
    font-size: 1.8rem;
    color: #fff;
    height: 40px;
    padding: 0 25px;
}

.content {
  margin: 0 auto;
  padding-top: 340px;
  max-width: 1480px;
}

.content-padding {
  flex: 0 1 220px;
}

.visual {
  background-image: url(../img/information/visual_image.jpg);
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  z-index: -50;
}

.visual-box {
  height: 60px;
  background-color: #5bba46aa;
  width: 100%;
  position: absolute;
  top: 340px;
}

.location {
  height: 50px;
  display: flex;
  justify-content: flex-end;
} 

.location li {
  padding: 17px 0 0 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.tab-box{
  padding-bottom: 180px;
}
.tab-box input[type="radio"] {
  display: none;
}

.tab-box input[type="radio"]+label {
  width: 49%;
  display: inline-block;
  height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding-top: 15px;
  margin-right: -5px;
}

.tab-box input[type="radio"]:checked+label {
  background-color: #fff;
  color: #00713b;
}

.content-notice,
.content-data {
  display: none;
}

.tab-box input[id="tab-menu-1"]:checked~.content-notice {
  display: block;
}

.tab-box input[id="tab-menu-2"]:checked~.content-data {
  display: block;
}

/* 탭버튼 트랜지션 */
.tab-box input[type="radio"]+label{
  transition: all 0.6s;
}
.tab-box input[type="radio"]:hover+label{
  background-color: #fff;
  color: #00713b;
}

.notice-top{
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

table{
  text-align: center;
}
thead{
  border-top: 3px solid #00713b;
  text-align: center;
}
thead tr{
  height: 65px;
  vertical-align: middle;
}
thead th{
  font-size: 2.2rem;
  font-weight: 500;
}

tr td{
  height: 50px;
  vertical-align: middle;
}
tr td:nth-of-type(3){
  text-align: left;
}

.notice-bottom{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.notice-page {
  font-size: 1.6rem;
  font-weight: 700;
}
.notice-page-span{
  color: #5bba46;
}


.btn-search{
  width: 95px;
  font-size: 18px;
  padding:5px 0 0 0;
  --bs-btn-padding-x:20px
}

.dropdown{
  width: 440px;
  display: flex;
  justify-content: space-between;
}
.dropdown-title{
  width: 110px;
}
.dropdown-menu li{
  font-size: 18px;
}

.me-2{
  font-size: 18px;
  width: 230px;
}


.page-link{
  color: #777;
  background-color: transparent;
  border: none;
  font-size: 2rem;
}
.page-item:active .page-link{
  z-index: 5;
  color: #5bba46;
  background-color: transparent;
  border: none;
}

.page-link:focus, .page-link:hover{
  color: #5bba46;
  background-color: transparent;
}
.view-title {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 27px;
  text-align: center;
  color: #5BBA46;
  margin-top:100px;
}
.view-main-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin-top:30px;
}
.view-smLine {
  border: 1px solid #000000;
  width: 40px;
  margin-top:30px;
}
.view-date-search {
  display: flex;
  justify-content: center;
  margin-top:30px;
}
.view-date {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 21px;
  text-align: right;
  color: #000000;
}
.view-search {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 21px;
  text-align: center;
  color: #777777;
  margin-left: 15px;
}
.view-largeLine {
  border-top: 2px solid #00713B; 
  margin-top: 40px;
}
.view-text {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 27px;
  color: #555555;
  margin-top: 30px;
}
.view-fileTitle {
  margin-top:30px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 21px;
  color: #2A2A2A;
}
.view-file {
  background: #F5F5F5;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #DFDFDF;
  margin-top:15px;
}
.view-list {
  background: #FFFFFF;
  border: 1px solid #949494;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 21px;
  text-align: center;
  color: #555555;
  padding:10px 24px;
  margin-top:40px;
}
.view-largeLine2 {
  border-top: 1px solid #949494; 
  margin-top: 30px;
}
.view-imgTool {
  width: 952px; 
  height:435px; 
  max-height: 435px;
  border:1px solid #777777;
  margin-top:48px;
}