/* board - Search */
.board-search { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%;max-width: 993px; } 
.board-search > div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; border-radius: 1000px; border: 1px solid #DDD; padding: 0 10px 0 20px; background: #FFF; } 
.board-search > div input { height: 80px; line-height:80px; font-size: 18px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; outline: none; }
.board-search > div button { display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 60px; height: 60px; background-color: #E60012; } 

form.flex-end{
  display: flex;
  justify-content: flex-end;

}
form.flex-end select{
  outline: none;
  border-radius: 2px;
border: 1px solid #DDD;
margin-right: 10px;
background-color: #FFF;
padding: 20px;
width: 140px;
height: 60px;
color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.board-search.list-page{
width: 100% !important;
justify-content: flex-end;
}


.board-search.list-page > div {
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius:0px;
  border:none;
  padding: 0 ;
  background: #FFF;
}
.board-search.list-page > div button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  width: 60px;
  height: 60px;
  background-color: #E60012;
}
.board-search.list-page > div input { height: 60px; line-height:60px;
  padding: 20px;
  border-radius: 2px 0 0 2px;
  border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
border-left: 1px solid #DDD;
width: 340px;
}


/* board - List */
.board-list { border-top: 2px solid #000; margin-top: 45px; } 
.board-list__header { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px 0; border-bottom: 1px solid #000; } 
.board-list__header > div { text-align: center !important; font-size: 17px !important; color: #000 !important; } 
.board-list__record { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; padding: 20px 0; border-bottom: 1px solid #ddd; } 
a.board-list__record:hover { background-color: #f6f6f6; } 
.board-list__num { width: 90px; color: #505050; font-size: 17px; } 
.board-list__tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; color: #505050; } 
.board-list__date { width: 200px; font-size: 16px; color: #999; } 

/* board - Pager */
.list-pager { margin-top: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;
   -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;} 
.list-pager > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--888888, #888); text-align: center; font-family: Pretendard; font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; /* 28.8px */
 letter-spacing: -0.36px; } 
 .list-pager > a.num{
  padding: 0 12px;
 }
.list-pager .page-prev{
  padding-right: 12px;
}
.list-pager .page-next{
  padding-left: 12px;
}
.list-pager > a.active { color: #E60012;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 25%; /* 4.5px */
  text-underline-position: from-font;} 

/* board - View */
.board-view { border-top: 1px solid #DDD; } 
.board-view-tit {border-top: 2px solid #000; padding-inline: 20px; } 
.board-view-tit h3{
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin: 60px 0 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  min-height: 36px;

} 
.board-view-tit .flex{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  gap: 10px;
}
.board-view-tit .flex span{
  color: #888;
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.board-view-tit .flex span+span{
  display: flex;
  align-items: center;
  gap: 10px;

}
.board-view-tit .flex span+span::before{
  content: '';
  background-color: #ddd;
  width: 1px;
  height: 10px;
}
.board-view-info { padding: 15px 5px; text-align: right; font-size: 16px; color: #888; } 
.board-view-info span { margin: 0 6px; color: #ddd; } 
.board-view-ct .cont-box{min-height: 650px;
padding: 40px 0;
} 
.board-view-ct img { max-width: 100%; } 
.board-view-file li a{ 
  color: #444;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.36px; padding-left: 20px;  } 
.board-view-file a:hover { border-bottom: 1px dotted #666; } 
.editor-vod { position: relative; padding-bottom: 56.25%; height: 0; } 
.editor-vod iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 
.board-view-nav {  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } 
.board-view-nav li img { vertical-align: middle; } 
.board-view-nav li {  position: relative;padding: 33px 40px; } 
.board-view-nav li:first-child { border-bottom: 1px solid #ddd; } 
.board-view-nav .lb { 
  gap: 10px;
  display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; left: 18px; top: 18px; color: #333; font-weight: 500; } 

.board-view-btn { width: 200px; display: block; border: 1px solid #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 54px; height: 56px; font-size: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background-color: transparent; margin-left: auto; margin-right: auto; margin-top: 45px; } 
.board-view-btn:hover { background-color: #000; border-color: #000; color: #fff; } 


.board-view-nav li span{
  color: #AAA !important;
font-family: Pretendard;
font-size: 18px !important;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.board-view-nav a{
  color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
} 
.board-view-nav li {
  display: flex;
  align-items: center;
  gap: 40px;
}


.file_box .thumb{
  margin-right: 5px;
}
.file_box p{
  color: #AAA;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
letter-spacing: -0.36px;
}
.file_box{
  display: flex;
  align-items: center;
  padding: 30px 40px;
  border-radius: 4px;
background: #F7F7F7;
margin-bottom: 40px;
}






@media all and (max-width: 1024px){
 .board-view-tit { font-size: 32px; margin-bottom: 25px; } 
 }

@media all and (max-width: 768px){
 .board-list__header { display: none; } 
 .board-list__num { width: 70px; } 
 .board-list__date { width: 120px; } 
 .board-view-info { font-size: 14px; } 

 .board-search.list-page {
  gap: 10px;
}
form.flex-end select {
margin: 0;}
.board-search {
  max-width: unset;
}
.board-search.list-page > div input {
  width: auto !important;
}
.board-search.list-page > div {
  flex: auto;
}


 }

 @media all and (max-width: 640px){
   .board-search { width: 100%; } 
   .board-search select { font-size: 14px; width: 90px; margin-right: 10px; height: 40px; line-height: 40px; } 
   .board-search > div input { height: 60px; line-height: 40px; font-size: 14px; } 
   .board-list { margin-top: 45px; } 
   .board-list__record { flex-wrap: wrap; padding: 15px 10px; } 
   .board-list__num { display: none; } 
   .board-list__tit { width: 100%; flex: none; font-size: 15px; } 
   .board-list__date { width: 100%; font-size: 13px; margin-top: 5px; text-align: left; } 
   .list-pager { margin-top: 30px; } 
   .board-view-tit { font-size: 20px; margin-bottom: 20px; } 
   .board-view-info { padding: 10px 5px 15px 5px; font-size: 12px; } 
   .board-view-nav li { padding: 12px 5px 12px 20px; font-size: 13px; } 
   .board-view-nav .lb { left: 9px; top: 12px; } 
   .board-view-btn { width: 140px; font-size: 15px; line-height: 43px; height: 45px; margin-top: 40px; } 
   .board-search.list-page > div input {
     width: 200px;
    }
    
    .board-view-tit h3 {
      font-size: 28px;
    }
    .file_box {
      padding: 30px 20px;
    }
    .board-search > div button {
      width: 40px;
      height: 40px;
    }
    .search-area {
      gap: 40px;
    }
    
    .search-area span{
      display: none;
    }
    
  }
  
  @media all and (max-width: 500px){
    .board-search.list-page > div {
      width: 100%;
  }
  .board-search.list-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
    max-width: 993px;
    flex-direction: column;
    align-items: flex-end;
}
  }