@charset "UTF-8";



/* main */
.right_section{
  width: 100%;
}

.form_section{
  width: 100%;
}

.search-container{
  width: 700px;
  margin: 0 auto;
}

.search-form{
  width: 100%;
  display: flex;
}

label{
  font-size: 14px;
  line-height: 32px;
  font-size: 14px;
  margin: 0 16px 0 20px;
}

.search-select{
  width: 150px;
  height: 32px;
  color: #202020;
  border: 1px solid #cfcfcf;
}

.sr-only{
  position: relative;
  margin-left: auto;
  margin-right: 20px;
}

.search-input{
  width: 390px;
  height: 32px;
  padding-left: 10px;
  border: 1px solid #cfcfcf;
}

.form_btn{
  position: absolute;
  width: 38px;
  height: 30px;
  top: 1px;
  right: 1px;
  background: url(/images/def/search.png) no-repeat center/20px;
  border: none;
  border-left: 1px solid #cfcfcf;

}

.form_btn>span{
  display: block;
  width: 100%;
  height: 100%;
}

.menu_list{
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #aaa;
}

.list_title{
  width: 100%;
  background: #eef0f1;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  font-weight: bold;
}

.list_title>h3{
  font-size: 16px;
  color: #444444;
}

.list_title>span{
  font-size: 12px;
  color: #67696e;
  margin-top: 2px;
}

.list_title>span>em{
  font-style: normal;
  margin: 0 5px;
  color: #75777e;
}

.menu_list>li{
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px;
}

.menu_info{
  width: 100%;
  display: flex;
}

.menu_info>h4{
  font-size: 14px;
  font-weight: normal;
}

.menu_right{
  font-size: 12px;
  color: #75777e;
  margin-left: auto;
}

.menu_right>em{
  font-style: normal;
  margin: 0 5px;
  color: #bfc3cf;
}

.menu_list>li>ul img{
  width: 12px;
  height: 12px;
}

.menu_list>li>ul{
  width: calc(100% + 30px); 
  display: none;
  margin-top: 15px;
  padding-top: 8px;
  margin-left: -15px;
  position: relative;
  text-align: center;
}

.menu_list>li.active ul{
  display: block;
  height: 40px;
  border-top: 1px solid #dfdfdf;
  padding: 10px 15px 0;
}

.menu_list>li>ul::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: #fcfcfc;
  z-index: -1;
}


.menu_list>li>ul>li{
  width: 100%;
}

.menu_list>li>ul>li label{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin:0 5px 0 0;
}

.menu_list>li>ul>li input{
  width: 200px;
  height: 23px;
  padding-left: 4px;
}

.password_btn{
  border: none;
  width: 80px;
  height: 25px;
  background: #d6d6d6;
}

.counsel_btn{
  display: block;
  width: 230px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  background: #ff8d3b;
  color: #fff;
}

.pagination2{
  width: auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pagination2>button{
  border: none;
}

.first_prev{
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/def/icon_prevend.png) no-repeat center/14px;
}

.prev{
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/def/icon_prev.png) no-repeat center/14px;
}

.page-num{
  background: transparent;
}

.page-num.active{
  font-weight: 700;
  text-decoration: underline;
  color: #FF6D12;
}

.next{
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/def/icon_next.png) no-repeat center/14px;
}

.end_next{
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/def/icon_nextend.png) no-repeat center/14px;
}

/* 상세화면 */
.page_title {
    padding-bottom: 10px;
}

.text_title {
    padding-top: 0px;
	padding: 10px;
    position: relative;
    text-align: left;
    padding: 24px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.title p {
	border-radius: 3px;
    background-color: #d0d0d0;
    color: #fff;
    max-width: 120px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    font-size: 15px !important;
    text-shadow: 0 0 black !important;
}

.title h4 { font-size: 18px; display: inline-block; padding: 0 5px; }
.title span {
    margin: 10px;
    font-size: 0.9em;
    color: #979797;
    border-left: 1px solid #b8b7b7;
    margin-left: 10px;
    padding-left: 10px;
    vertical-align: middle;
}

.detail_cont{ background:none; text-align: left;}
.cont_box{
    height: auto !important;
    box-shadow: 0 0 black !important;
    padding: 25px;
    border-bottom: 1px solid #cacaca;
	 }
.container{
	 min-height: 395px;
	 }
.ed_btn {
    text-align: center;
    position: relative;
    top: 30px;
} 
	 
.whed_btn {
    padding: 10px 16px;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
}

.blueed_btn { 
	padding: 10px 16px;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    background:#ff8d3b;
    color: white;
}

/* 수정화면 */


#wrap .wr_input {
	border: none;
	padding: 1.0em;
}

div #wrap div .wr_input {
	padding: 1.0em;
}

div #wrap table .edit {
	padding: 0px;
	margin: 0px;
}

div table .edit input #csSj {
	width: 100%;
	padding: 10px 10px 0;
	font-family: inherit;
}

div #wrap table .edit th .edit_th {
	font-size: 1.9em;
	padding: 5px;
}

.greened_btn {
    background: #FF6D12;
    color: white;
    border: 1px solid #E1E1E1;
    padding: 10px 16px;
}