@CHARSET "UTF-8";

.search{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.search > *{
	float: left;
}
.search > .title{
    width: 60px;
    height: 100%;    
    text-align: center;	
}
.search > select{
    width: 100px;
    height: 100%;	
}
.search > input[type=text] {
	width: calc(100% - 60px - 100px - 100px);
	height: 100%;
}
.search > input[type=button] {
	width: 100px;
	height: 100%;
	border-radius: 0px;
}
.content > .title{
	width: 100%;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}
.content > .title > span.imp{
	color: rgb(211,103,126);
}
.content > .date{
	width: 100%;
    line-height: 20px;
    color: rgb(150,150,150);
}
.content > .date > span{
	color: rgb(0,131,212);
}
.content > .date_none{
    width: 100%;
    text-align: center;
}
.content > .file_list{
    color: rgb(80,80,80);
}
.content > .file_list > .box{
    width: calc(100% - 20px);
    height: 24px;
    line-height: 24px;
    padding: 0px 10px 0px 10px;
}
.content > .file_list > .box > img{
	height: calc(100% - 20px);
    margin: 10px 5px 10px 0px;
}
.content > .file_list > .box > *{
    float: right;
}
.content > .file_list > .box > span{
	margin-right: 5px;
}
.content > .file_list > .box > span.size{
	color: rgb(180, 180, 180);
}
.content > .file_list > .box > span.count{
	color: rgb(211, 103, 126);
}
.content > .cont{
	width: calc(100% - 20px);
	min-height: 300px;
	padding: 10px;
}
/* 댓글 */
.content > .reply {
	width: 100%;
	margin-bottom: 20px;
}
.content > .reply > .writer {
	width: calc(100% - 10px);
	height: 20px;
	line-height: 20px;
	padding: 5px;
}
.content > .reply > .writer > span {
	float: left;
	text-align: center;
}
.content > .reply > .writer > span.name{
	width: 5%;
}
.content > .reply > .writer > span.password{
	width: 10%;
}
.content > .reply > .writer > input {
	float: left;
	height: 100%;
}
.content > .reply > .writer > input.name {
	width: 15%;
}
.content > .reply > .writer > input.password {
	width: 20%;
}
.content > .reply > .form{
	height: 50px;
	line-height: 50px;
}
.content > .reply > .form > textarea {
	width: calc(100% - 100px);
    height: 100%;
    resize: none;
    float: left;
}
.content > .reply > .form > div {
	width: 98px;
	height: calc(100% - 2px);
	cursor: pointer;	
	float: left;
	text-align: center;
	
	border: 1px solid rgb(130,130,130);
    background-color: rgb(150,150,150);
    color: white;    
    transition: all 100ms ease-in-out;
}
.content > .reply > .list {
	width: calc(100% - 30px);
    background-color: rgb(250, 250, 250);
    margin-top: 20px;
    padding: 15px;
}
.content > .reply > .list > .count {
	width: calc(100% - 2px);
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid rgb(240,240,240);
}
.content > .reply > .list > .count > span{
	margin-left: 5px;
	color: rgb(0,131,212);
}
.content > .reply > .list > .box {
	width: 100%;
	border-bottom: 1px solid rgb(240,240,240);
}
.content > .reply > .list > .box > .cont {
    width: calc(100% - 4px);
    min-height: 40px;
    padding: 5px 2px 5px 2px;
    line-height: 16px;
    word-break: break-all;
}
.content > .reply > .list > .box > .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.content > .reply > .list > .box > .title > span.name {
	float: left;
	width: 80px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.content > .reply > .list > .box > .title > span.admin {
	color: rgb(0,131,212);
    font-weight: bold;
}
.content > .reply > .list > .box > .title > span.date {
	float: left;
	color: rgb(150,150,150);
    font-size: 10px;
}
.content > .reply > .list > .box > .title > img {
	float: right;
    width: 20px;
    margin: 5px;
    cursor: pointer; 
}






.btns.left{
	float: left;
} 

div.table.info{margin-bottom: 10px;}
div.table.info > table > thead > tr > th.num{width: 60px;}
div.table.info > table > thead > tr > th.title{}
div.table.info > table > thead > tr > th.date{width: 120px;}
div.table.info > table > thead > tr > th.hit{width: 60px;}
div.table.info > table > tbody > tr:hover{
	background-color: rgb(250,250,250);
}
div.table.info > table > tbody > tr > td > a{
	text-decoration: none;
	line-height: 16px;
}
div.table.info > table > tbody > tr > td > img{
    max-width: 12px;
}
div.table.info > table > tbody > tr > td.title {
	text-align: left;
	max-width: 12px;
}
div.table.info > table > tbody > tr > td.num {
	color: rgb(120,120,120);
}
div.table.info > table > tbody > tr > td.num.bold {
	font-weight: bold;
}
div.table.info > table > tbody > tr > td.title > a  > span.imp {
	font-weight: bold;
}
div.table.info > table > tbody > tr > td.title > span.cnt {
	color: rgb(120,120,120);
	margin-left: 2px;
}
div.table.info > table > tbody > tr > td.date {
	color: rgb(120,120,120);
}
div.table.info > table > tbody > tr > td.hit {
	color: rgb(120,120,120);
}
/* 증명서 신청 */
div.table.info > table > thead > tr > th.type {width: 100px;}
div.table.info > table > thead > tr > th.name {width: 80px;}
div.table.info > table > thead > tr > th.email {width: 150px;}
div.table.info > table > thead > tr > th.remarks {width: calc(100% - 580px);}
div.table.info > table > thead > tr > th.state {width: 70px;}

div.table.info > table > tbody > tr > td.type > a {
	float: none;
    color: rgb(0,131,212);    
}
div.table.info > table > tbody > tr > td.state > span.end {
    color: rgb(0,131,212);    
}
div.table.info > table > tbody > tr > td > div.etc {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


div.value.checkbox{
	text-align: right;
    font-weight: bold;
}
div.value.checkbox > label:first-of-type {
    display: block;
    width: 70px;
    height: 100%;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}
.value.checkbox > label > img {
    width: 20px;
    /* height: 100%; */
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.value.checkbox > label > input[type=checkbox] {
    display: none;
}

.file_btn{
    width: 100%;
    height: 100%;
	line-height: 20px;
}
.file_btn > .name{
	height: calc(100% - 10px);
    width: calc(80% - 20px);
    float: left;
    padding: 5px 10px 5px 10px;
    color: rgb(200,200,200);
}
.file_btn > .btn{
	height: calc(100% - 12px);
    width: 90px;
    float: right;
    border: 1px solid rgb(130,130,130);
    background-color: rgb(150,150,150);
	padding: 5px;
	text-align: center;
	cursor: pointer;
	color: white;
}


.file_name_list{
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid rgb(200,200,200);
}
.file_name_list.list{
	overflow-y: scroll;
}
.file_name_list > .box{
	padding: 5px 10px 5px 10px;
    height: 20px;
    width: calc(100% - 20px);
    line-height: 20px;
    border-bottom: 1px solid rgb(200, 200, 200);
}
.file_name_list:first-child > .box{
    border-bottom: 0px;
}
.file_name_list > .box > .name{
	width: calc(100% - 60px);
	float: left;
	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file_name_list > .box > .name > span.size{
	color: rgb(180,180,180);
}
.file_name_list > .box > input{
	width: 60px;
    height: 100%;
    float: right;
}
.file_name_list > .box.title{
	color: black !important;
	background-color: rgb(240,240,240);
}


/* -----갤러리 */
.gallery_detail > .item_box{
	width: calc(25% - 12px);
    height: 150px;
    margin: 5px;
    float: left;
    border: 1px solid rgb(220, 220, 220);
}
.gallery_detail > .item_box > .item{
    width: calc(100% - 10px);
    height: calc(100% - 30px);
    margin: 5px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery_detail > .item_box > .title{
	height: 15px;
    line-height: 15px;
    margin: 5px;    
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gallery > .gallery_box{
	overflow: auto;
	margin-top: 10px;
}
.gallery > .gallery_box > .item{
    width: calc(25% - 12px);
    height: 160px;	
    margin: 5px;
    float: left;
    border: 1px solid rgb(220, 220, 220);
}
.gallery > .gallery_box > .item > .img{
	height: 120px;
	width: 100%;
    text-align: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
}
.gallery > .gallery_box > .item > .img > .info{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: rgb(220,220,220);
    background-color: rgba(20,20,20,0.7);
    bottom: 0;
    position: absolute;
}
.gallery > .gallery_box > .item > .img > .info > div{
	width: 50%;
	text-align: center;
	float: left;
}
.gallery > .gallery_box > .item > .img > .info > div > span{
	margin-left: 5px;
}
.gallery > .gallery_box > .item > .title{
    height: 40px;
    width: calc(100% - 10px);
    text-align: left;
    padding: 0px 5px 0 5px;  
}
.gallery > .gallery_box > .item > .title > div{
	width : 100%;
	height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.gallery > .gallery_box > .item > .title > div:first-child{
	line-height: 27px;
    /* color: rgb(74,187,237); */
    /* font-size: 14px; */
    color: rgb(0,131,212);    
}
.big_img_box{
	width: 100%;
    height: 100%;
    z-index: 2;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}
.big_img{
	width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
}
.big_img_title{
	width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    position: absolute;
}




#back {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5;
   	background-color: rgba(255,255,255,0.5);
    display:none;
}
#window {
	background-color: rgb(255,255,255);
	height: 100px;
	width: 420px;
	z-index: 6;
	border: 1px solid rgb(200,200,200);
	top: 50%;
    left: calc(50% - 150px);
    margin-top: -35px;
    position: absolute;
	display: none;
}
#window > .title {
	width: 100%;
 	height: 30%;  
 	height: 20px;
 	line-height: 20px;
}
#window > .title > img {
	width: 20px;
	float: right;
	cursor: pointer;
}
#window > .cont {
	height: calc(100% - 80px);
	width: calc(100% - 80px);
	padding: 20px 40px 40px 40px;
	line-height: 20px;
}
#window > .cont > * {
	height: 100%;
}
#window > .cont > span {
	width: 40%;
	float: left;
}
#window > .cont > input[type=password] {
	float: left;
	width: 40%;
}
#window > .cont > input[type=button] {
	width: 20%;
}

/* 증명서 신청 */
#plus_input_2{
	display: none;
}
#plus_input_3{
	display: none;
	padding: 10px 0 5px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(240,240,240);
    border-top: 1px solid rgb(240,240,240);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form > .input > .state{
	color: rgb(0, 131, 212)
}



.check_form{
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid rgb(200,200,200);
    padding: 30px;    	
}
.check_form > .title{
	width: 100%;
    height: 30px;
    font-size: 16px;
    color: rgb(0,131,212);
    margin-bottom: 30px;    
}
.check_form > .input{
    width: 100%;
    height: 30px;
    line-height: 30px;    
    margin-bottom: 10px;
}
.check_form > .input > div.key{
	width: 100px;
	height: 100%;
	float: left;
}
.check_form > .input > div.value{
	width: calc(100% - 100px);
	height: 100%;
	float: left;
}
.check_form > .input > div.value > input{
	width: 100%;
	height: 100%;
}
.check_form > .input > div.value.phone > input{
	width: 30%;
	height: 100%;
	float: left;
}
.check_form > .input > div.value.phone > div{
	float: left;
	height: 100%;
	width: 5%;	
	text-align: center;
}
.check_form > .input > div.value.phone > select{
	width: 30%;
	height: 100%;
	float: left;
}


