@CHARSET "UTF-8";

.academicList > .btns{
	width: 100%;
	height: 30px;	
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;	
}
.academicList > .btns > input {
	width: 100px;
	height: 100%;
	float: left;
	cursor: pointer;
	border-radius: 0px;
}
.view_type > div.off{
	background-color: rgb(150,150,150);
	color: white;
}
.view_type > div.off:hover{
	background-color: rgb(0,131,212); 
} 
.view_type > div.on {
	height: calc(100% - 4px);
	line-height: 26px;
	width: 96px;
	background-color: rgb(0,131,212); 
	border: 2px solid rgb(0,111,192);
	color: white;
}
.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% - 320px);
	height: 100%;
}
.search > input[type=button] {
	width: 100px;
	height: 100%;
	border-radius: 0px;
}

div.table.academic {
    margin-bottom: 10px;
    height: 400px;
}

div.table.academic > table > thead{position: sticky;top: -1px;}

.academic > table > thead > tr > th.type {width: 60px;}
.academic > table > thead > tr > th.date {width: 90px;}
.academic > table > thead > tr > th.title {}
.academic > table > tbody > tr > td.title {text-align: left;}

.academic > table > tbody > tr > td.title > div{
	width: 100%;
	line-height: 18px;
	height: 25%;
}
.academic > table > tbody > tr > td.title > div.title > .state {
    border-radius: 7px;
    color: white;
    font-size: 10px;
    padding: 2px 8px 2px 8px;
    background: rgb(211,103,126);
}
.academic > table > tbody > tr > td.title > div.title > a {
	color: rgb(0,131,212);
	padding: 2px 0px 2px 0px;
} 
.academic > table > tbody > tr > td.title > div.title{
	color: rgb(0,131,212);
}
.academic > table > tbody > tr > td.title > span.place{
	width: calc(100% - 2px);
	color: rgb(150,150,150);
	margin-left: 2px;
	float: left;
	height: 25%;
}
.academic > .form > .btns.top{
	margin: 10px 0px 10px 0px;
}
/* 전체 행사 리스트 */
.academic > table > thead > tr.academic > th.type {width: 80px;}
.academic > table > thead > tr.academic > th.info {width: calc(100% - 260px);}
.academic > table > thead > tr.academic > th.info.big {width: calc(100% - 180px);}
.academic > table > thead > tr.academic > th.btn {width: 180px;}

.academic > table > tbody > tr.academic{
	height: 70px;
}
.academic > table > tbody > tr.academic > td.info {
	text-align: left;
	padding: 5px 10px 5px 10px;
}

.academic > table > tbody > tr.academic > td.info > div{
	width: 100%;
	line-height: 18px;
}
.academic > table > tbody > tr.academic > td.info > div.title{
	color: rgb(0,131,212);	
    font-size: 14px;
}
.academic > table > tbody > tr.academic > td.info > div.title > .state {
    border-radius: 7px;
    color: white;
    font-size: 12px;
    padding: 2px 8px 2px 8px;
    background: rgb(211,103,126);
    vertical-align: bottom;
}
.academic > table > tbody > tr.academic > td.info > div.title > a {
	/* color: rgb(0,131,212);
	padding: 2px 0px 2px 0px; */
	text-decoration-line: none;
} 
.academic > table > tbody > tr.academic > td.info > span{
	float: left;
	margin-top: 5px;
	width: calc(100% - 2px);
	color: rgb(150,150,150);
}
.academic > table > tbody > tr.academic > td.info > span.place{
	color: rgb(211,103,126);
}
.academic > table > tbody > tr.academic > td.info > span.date{
	
}
.academic > table > tbody > tr.academic > td.btns > div.btns{
	margin: 4px 0px 4px 0px;
}
.academic > table > tbody > tr.academic > td.btns > div.btns > input{
	padding: 2px;
	width: 80px;
	height: 24px;
}

#calendar_box > #calendar{
	margin: 0;
	float: left;
}

#calendar_box > .daily_legend {
    overflow: auto;
    font-size: 10px;
    float: right;
	margin-bottom: 10px;
}

#calendar_box > .daily_legend > li {
    float: left;
    border-bottom: 10px solid white;
    padding: 5px 20px 2px 20px;
    width: 50px;
    text-align: center;
}

.participant_info{
	width: calc(100% - 2px);
    background: rgb(240,240,240);
    border: 1px solid rgb(220,220,220);
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
}

.participant_info.form > .input.req > div.key:before{
	content: '\2731';
	color: rgb(211,103,126);
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.participant_info > .input{
    margin-bottom: 5px;
}
.participant_info > .input > .value {
	padding-right: 15px;
	width: calc(100% - 180px) !important;
}
.participant_info > .input > .value.radio {
	height: auto !important;
}
.participant_info > .input > .value.radio > label{
	width: 180px !important;
}
.participant_info > .pc_title{
	width: calc(100% - 30px);
    font-size: 12px;
    padding: 10px 15px 5px 15px;
    font-weight: bold;
    border-bottom: 1px solid rgb(220,220,220);
    margin-bottom: 10px;
	height: 16px;
    line-height: 16px;
}
.participant_info > .pc_title > *{
	float: left;
}
.participant_info > .pc_title > .title{
	width: calc(100% - 113px);
}
.participant_info > .pc_title > .title > span{
	float: left;
}
.participant_info > .pc_title > .title > span.none{
	text-align: center;
	width: 150px;
	color: rgb(211,103,126);
    margin-left: 10px;
}
.participant_info > .pc_title > input.same{
	width: 13px;
}
.participant_info > .pc_title > span.same{
	width: 100px;	
	text-align: center;
}

.participant_info > .pc_title > img{
	float: right;
	height: 100%;
	cursor: pointer;
}

.add{
	width: 100%;
    height: 30px;
    text-align: center;
    margin: 10px 0px 10px 0px;
}
.add > img{
	height: 100%;
	cursor: pointer;
}

.payment{
	width: calc(100% - 2px);
    padding: 10px 0px 0px 0px;
    background: rgb(240,240,240);
    border: 1px solid rgb(220,220,220);
}

.result{
    margin-top: 30px;
}
.result > .title{
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 20px;	
}
.result > .title.yes{
    color: rgb(0,131,212);	
}
.result > .title.no{
	color: rgb(211,103,126);
}
.result > .text{
    font-size: 12px;
    /* height: 40px; */
    line-height: 20px;
    margin-bottom: 10px;	
}
.result > .text > span{
    color: rgb(0,131,212);
    font-weight: bold;
    margin: 0 5px 0 5px;
    font-size: 14px;
}
.result > .caution{
    border: 1px solid rgb(220,220,220);
    padding: 10px;
    line-height: 20px;	
    background-color: rgb(245,245,245);    
}
.result > .caution > div.title{
    font-weight: bold;
    margin-bottom: 5px;
	color: rgb(211,103,126);
}
.result > .caution > div > span{
    color: rgb(0,131,212);	
}
.result > .btns{
    width: 100%;
    height: 30px;
    margin-top: 30px;
    text-align: center;	
}
.result > .btns > .btn{
	width: 100px;
	height: 100%;
}


.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;
}
/* academicMyList */
.academic_title{
    width: calc(100% - 12px);
    height: 20px;
    border-left: 2px solid rgb(74,187,237);
    padding-left: 10px;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;	
}

#body > #body_content > #content > .content{
	position: relative !important;
}
.excelBtn{
	position: absolute;
	right: 0;
	top: 15px;
}
.excelBtn > input.btn{
	padding: 5px 10px;
}
.academic > table > thead > tr > th.code {width: 180px;}
.academic > table > thead > tr > th.price {width: calc(100% - 590px);}
.academic > table > thead > tr > th.kinds {/* width: 140px; */width: 85px;}
.academic > table > thead > tr > th.state {width: 100px;}
.academic > table > thead > tr > th.print {width: 120px;}
.academic > table > tbody > tr > td.btn > a {color: rgb(0,131,212);}
.academic > table > tbody > tr > td.print > input {width: 50%; height: 24px;}
.academic > table > thead > tr > th.approval {width: 85px;}
.academic > table > tbody > tr > td.approval > input {width: 50%; height: 24px;}

.academic > .form > .input > .value.file{
	height: auto;
}

.academic > .form > .input > .value > .file_list{
    color: rgb(80,80,80);
}
.academic > .form > .input > .value > .file_list > .box{
    height: 24px;
    line-height: 24px;
}
.academic > .form > .input > .value > .file_list > .box > *{
    float: left;
} 
.academic > .form > .input > .value > .file_list > .box > img{
    height: calc(100% - 14px);
    margin: 7px 5px 7px 0px;
    float: left;
}
.academic > .form > .input > .value > .file_list > .box > span{
	margin-right: 5px;
}
.academic > .form > .input > .value > .file_list > .box > span.size{
	color: rgb(180, 180, 180);
}
.academic > .form > .input > .value > .file_list > .box > span.count{
	color: rgb(211, 103, 126);
}

.form > .guide{
    color: rgb(31,31,31);
    width: calc(100% - 12px);
    height: 30px;
    padding-left: 10px;
    margin: 20px 0 20px 0;
}
.form > .guide > .cont{
	color: salmon;
    height: 11px;
    line-height: 12px;
    font-size: 11px;
    padding-bottom: 10px;
}


.search_set {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.search > .title_main {
    width: 100px;
    height: 100%;
    text-align: center;
    /* color: orange; */
    font-size: 13px;
    font-weight: bold;
}

.search > select.long{
	width:calc(100% - 130px);
}

#body > #body_content > #content > .linebot {
    border-bottom: 1px solid rgb(220, 220, 220);
    padding-bottom: 20px;
    background-color: rgba(60, 70, 80, 0.1);
}

.search_set > input[type="text"] {
    padding: 5px 10px;
    width: 50%;
    margin-right: 10px;
}

.search_set > input[type="button"] {
    padding: 5px 20px;
    border-radius: 5px;
}

.search_set > input[type="button"]:hover{
	background-color: white;
}

.academic > table > thead > tr > th.titles {
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileBtn {
    position: absolute;
    right: 120px;
    top: 15px;
}

.fileBtn > input.btn {
    padding: 5px 10px;
}

.approBtn {
    position: absolute;
    right: 230px;
    top: 15px;
}

.approBtn > input.btn {
    padding: 5px 10px;
}

div.px {
	padding: 20px 10px;
}

div.px > .title{
    color: blue;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    /*text-align: center;*/
}

div.px > .cont{
	padding: 5px 0;
}

div.px > .last{
	padding-top: 10px;
	line-height: 1.5;
	/*text-align: center;*/
}
div.px > .cont > table{
	width: 100%;
}

div.px > .cont > table > thead > tr > td{
	background-color: lightgray;
	
}

div.px > .cont > table > tbody > tr > td{
	color: red;
	font-weight: bold;
}

div.px > .cont > table tr > td{
	padding: 5px;
	border: 1px solid black;
	text-align: center;
}