@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;
}
.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;
}

.ps_ps{
	width: 100%;
	position: relative;
}

.participant_ps {
    position: absolute;
    /* top: 5px; */
    top: 0;
    left: 378px;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    width: calc(100% - 384px);
    color: red;
}  

.ps_special_list{
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.participant_ps a {
	color: blue;
	font-weight: normal;
}

.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;	
}
.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: 66px;}
.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 > .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);
}



.academic > .form > .input > .value > input:read-only{
	background-color: rgba(245,245,245,1);
}

.brline{
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(220, 220, 220, 1);
	margin-top: 45px;
	margin-bottom: 25px;
}


.form > .title > .main.onlytop{
	height: 30px;
    line-height: 30px;
}

.form > .input > div.value.autobr{
	height: auto;
}

.form > .input > div.value.autobr > textarea{
	overflow: hidden; 
	box-sizing:border-box;
	padding: 4px;
}

.file_upload_set{
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: row;
}

.file_upload_set > button {
    background-color: ghostwhite;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 13px;
    /* border: 1px solid grey; */
    min-width: 140px;
}

.file_upload_set > button:hover {
	border: 2px solid lightgrey;
	background-color: whitesmoke;	
}

.file_upload_set > input{
    flex: 1;
    border: 0 none;
    padding-left: 10px;
    font-size: 13px;
    color: darksalmon;
}




.paper_btn_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0 0 0;
}

.myBtn {
    padding: 5px 25px;
    /*background-color: rgba(40, 104, 176, 1);*/
    font-weight: 600;
    /* vertical-align: middle; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    cursor: pointer;
    letter-spacing: 1.5px;
    border: 2px solid black;
    background-color: ghostwhite;
    font-size: 13px;
    /* border: 1px solid grey; */
}

.myBtn.paperBtn {
    padding: 5px 0;
    margin-right: 11px;
    font-size: 15px;
    width: 45px;
}

.myBtn.paperBtn:hover {
    border: 2px solid lightgrey;
    background-color: whitesmoke;
}

.reg_row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 11px;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.reg_row_title {
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    color: royalblue;
}

.reg_row_value {
    font-size: 18px;
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.author {
	width: 100%;
    border-top: 2px solid darkgrey;
    border-bottom: 1px solid darkgrey;
	margin-top: 15px;
	position: relative;
}

.author_title {
    width: 100%;
    height: 30px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid darkgrey;
    padding-top: 15px;
}

.author_part {
    position: absolute;
    right: 0;
    top: 0;
}

.author > .input {
	width: 100%;
    /* height: 30px; */
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: auto;
    display: block;
}

.author > .input > div.value > input, .form > .input > div.value > select {
    font-family: nanumsqr;
    font-size: 12px;
}

.author > .input > .value.small {
	max-width: 200px;	
}
.author > .input > .key {
    width: 150px;
    height: 30px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}

.author > .input > .value{
	width: calc(100% - 165px);
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    word-wrap: break-word;
}



.author > .input > div{
    float: left;
}

.author > .input > .value > input{
	width: 100%;
	height: 100%;
	
}

.author > .input > div.value.short {
    width: calc(100% - 165px);
}

.author > .input > div.value.phone.short > div {
    width: 25px;
        height: 100%;
}

.author > .input > div.value.phone > div {
    width: 30px;
    float: left;
    text-align: center;
        height: 100%;
}

.author > .input > div.value.phone.short > select{
	width: 50px;
    float: left;
        height: 100%;
}

.author > .input > div.value.phone > input {
    width: 60px;
    float: left;
    text-align: center;
}

.author > .input > div.value.phone.short > input {
    width: 50px;
        height: 100%;
}

.form > .input > .values{
	width: calc(100% - 165px);
	line-height: 30px;
    word-wrap: break-word;
    border: 1px solid silver;
    box-sizing: border-box;
}

.form > .input > .values > input[type=radio]{
	margin-right: 10px;
}
.form > .input > div.values > label {
    display: block;
    float: left;
    padding-right: 25px;
    padding-left: 10px;
}

.form > .input > div.values > label > input[type=checkbox], .form > .input > div.values > label > input[type=radio] {
    margin-right: 5px;
}

.form > .input > div.values > label.cbox{
	width: 50%;
    float: left;
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.author_part {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
}

.author_part > label {
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 5px;
    letter-spacing: 1.5px;
}

.author_part input[type="radio"] {
    margin-right: 5px;
}

label.author_part_title {
    font-weight: 600;
    font-size: 13px;
}

div.px {
	padding: 20px 10px;
}

div.px > .title{
    color: blue;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
}

div.px > .cont{
	padding: 5px 0;
}

div.px > .last{
	padding-top: 10px;
	line-height: 20px;
}
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;
}
.academic > table > thead > tr > th.groups{width: 130px;}
.academic > table > thead > tr > th.titles{width: 265px;}
.academic > table > tbody > tr > td.titles{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
