/*임시*/
html, body, form, #pager{
  height: 100%;
}
section#wrap{
  min-height: calc(100% - 80px);
  height: fit-content;
  padding-top: 140px;
  background-color: #1A1617;
}
@media (max-width: 768px){
  section#wrap{
    min-height: calc(100% - 80px);
    padding-top: 140px;
  }
}
footer.header-set{
  position: relative;
  bottom: 0;
}
#page_section{
  max-width: 980px;
  margin:auto;
}
.subtitle .subtitle_cetner {color: #fff; flex-grow: 4; text-align:center;}
.subtitle_cetner.section-subhead{
  line-height: 56px;
}
#seekText{
  width: 300px;
  border-radius: 8px;
}
.input-group #seekText{
  width: auto;
  height: auto;
  padding-left: 0;
}
.input-group .btn{
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #efefef;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.input-group > .form-control, .input-group > .form-select{
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
/*임시*/

.search_input{
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.input-group{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.seek_wrap{
  border: 0px solid #e7e6e6;
  padding: 0;
  text-align: center;
  position: relative;
}
.input-group.seek_wrap{
  background-color: #323231;
  width: 30%;
  height: 52px;
  border-radius: 12px;
  margin: auto;
  margin-top: 16px;
}
@media (max-width: 1100px){
  .input-group.seek_wrap{
    width: 56%;
  }
}
@media (max-width: 880px){
  .input-group.seek_wrap{
    width: 80%;
  }
}
@media (max-width: 560px){
  .input-group.seek_wrap{
    height: 48px;
    border-radius: 9px;
    width: 100%;
  }
}
.input-group img{
  width: 17px;
  height: 17px;
}
.input-group-text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}
.input-group.seek_wrap span, .input-group.seek_wrap input, .input-group.seek_wrap button{
  font-size: 16px;
  background-color: unset;
  border: unset;
}
@media (min-width: 1101px){
  .input-group.seek_wrap{
    min-width: 360px;
  }
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.seek_wrap input{
  padding-left: 0;
}
.seek_wrap input{
  padding: 8px;
  color: #efefef;
  font-weight: 600;
}

#ul_list_default {
  min-height:320px;
  padding: 24px 16px 64px 16px;
}

#ul_list_default > li {
    border:0;
    padding: 24px;
    background-color:unset;
    border-bottom: 1px solid #3b3b39;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#ul_list_default > li:hover {
  background-color:#323231;
}

#ul_list_default > li.normal {
  margin-bottom: 0;
  padding:8px 24px;
}
#ul_list_default > li.dateTitle {
  font-size:12px;font-weight:500; color:#4B4B4D;background-color:#F5F5F5;
  padding:3px 24px;margin-bottom: 0;
}

#ul_list_default .cs_list {
  /*display: block; */
  /*letter-spacing: -0.1px;*/
  /*margin:1em 0;*/
  /*position: relative;*/
  margin: unset;
  color: #fff;
}

#ul_list_default .cs_list .upper { 
  /*font-size: 16px; color: #090b0d; font-weight: 700; */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#ul_list_default .cs_list .lower { 
  /*font-size: 12px; color: #8b8a8d;*/
  color: #999;
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
} 
#ul_list_default .cs_list .mst { font-weight: 400; }

#ul_list_default > li.bottom_btn {
  padding:unset;
  border-radius: 0;
  box-shadow: none;
  background-color: unset;
  margin-top: 24px;
  margin-bottom: 16px;
}

button.more { 
  /*width: 100%; border: 0px; background-color: #246c72; border-radius: 4px; height: 40px; font-size: 16px; color: #f2f2f2;*/
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #8F4DE6;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border: 0;
}

div.board {
  margin-left: 16px;
  margin-right: 16px;
}

div.board.title {
  /*font-size: 1.2rem; color: #090b0d; font-weight: 700;*/
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-bottom:10px;
    border-bottom:1px solid #4B4B4D;
}

div.board.date {
  /*font-size: 12px; color: #8b8a8d; border-bottom:1px solid #dfdfdf;*/
  color: #999;
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
}

div.board.content {
  /*font-size: 1rem; color: #090b0d;*/
  border-radius: 10px;
  background-color: #FDFDFD;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
  padding: 16px 16px 24px 16px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

div.board.content > p {margin-bottom:0.2rem;}

.fctextarea{
  height:200px !important;
}

.page_wrap{
  padding-top: 16px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 48px;
}
#ul_list_default .page_navi, #ul_list_dart .page_navi{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ul_list_default .page_navi li, #ul_list_dart .page_navi li{
  display: block;
  color: #9f9f9d;
  background-color: unset;
  width: 30px;
  height: 40px;
  padding-top: 7px;
  border-radius: 0;
  margin-right: 19.2px;
}
#ul_list_default .page_navi li.pageEnd, #ul_list_default .page_navi li.pageStart, #ul_list_dart .page_navi li.pageEnd, #ul_list_dart .page_navi li.pageStart{
  padding-top: 2px;
}
#ul_list_default .page_navi li.active, #ul_list_dart .page_navi li.active{
  color: #CC112C;
  border-bottom: 3px solid #CC112C;
}
#ul_list_default .page_navi li.pageEnd, #ul_list_dart .page_navi li.pageEnd{
  margin-right: 0;
}

.cs_img{
  width: 360px;
  height: auto;
  margin-right: 24px;
  border-radius: 9px;
}
@media (max-width: 880px){
  .cs_img{
    width: 240px;
    margin-right: 16px;
    border-radius: 8px;
  }
  .search_input{
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 560px){
  #ul_list_default > li{
    flex-direction: column;
    align-items: flex-start;
  }
  .cs_img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.ly_title .box_5{
  display: none;
}