#sub4-1_01 > select {
    width: 150px;
    margin: 0 0 10px;
	height:30px;
    padding: 0 10px;
    border: 1px solid #cdcdcd;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:16px;
    background: url("/img/sub3/select_arrow.png") no-repeat 96% 50%/* 화살표 아이콘 추가 */;
	outline:none;
	float:right;
}
#sub4-1view_01 .ongoing, #sub4-1view_02 .ongoing{color: #e42f44;}
#sub4-1_01 table thead tr{
    border-top: 2px solid #0080c6;
    border-bottom: 1px solid #d8d8d8;
    height: 50px;
    background-color: #f9f9f9;
}

#sub4-1_01 table thead tr th{
    vertical-align: middle;
	font-weight:700;
}

#sub4-1_01 table tbody tr{
    border-bottom: 1px solid #f9f9f9;
}

#sub4-1_01 table tbody tr.finish td , #sub4-1_01 table tbody tr.finish p{
	color:#999;
}

#sub4-1_01 table tr th, #sub4-1_01 table tr td {
    font-size: 16px;
    padding: 17px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align:center;
}

#sub4-1_01 table tr td:nth-child(3) p{
	width:100%;
	max-width: 450px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#sub4-1_01 table tr td:nth-child(3){
	text-align:left;
}

#sub4-1_01 table tr th:nth-child(4) , #sub4-1_01 table tr td:nth-child(4){
	letter-spacing:-2px;
}
@media screen and (max-width: 1100px){
	#sub4-1_01 table tr td:nth-child(3) p{
		width:100%;
		max-width: 400px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

@media screen and (max-width: 800px){
	#sub4-1_01 table tr td, #sub4-1_01 table tr th {
		padding: 14px 0;
	}
	#sub4-1_01 table tr th:nth-child(1) , #sub4-1_01 table tr td:nth-child(1) , #sub4-1_01 table tr th:nth-child(4) , #sub4-1_01 table tr td:nth-child(4){
		display:none;
	}
	#sub4-1_01 table tr th:nth-child(2), #sub4-1_01 table tr td:nth-child(2) {
		width:25%;
	}
	#sub4-1_01 table tr th:nth-child(3), #sub4-1_01 table tr td:nth-child(3) {
		width: 60%;
	}
	#sub4-1_01 table tr td:nth-child(3) p{
		width:100%;
		max-width: 400px;
	}
	#sub4-1_01 table tr th:nth-child(5), #sub4-1_01 table tr td:nth-child(5) {
		width:15%;
	}
}

@media screen and (max-width: 600px){
	#sub4-1_01 table tr td:nth-child(3) p{
		max-width: 340px;
	}
}

@media screen and (max-width: 500px){
	#sub4-1_01 table tr th, #sub4-1_01 table tbody tr td {
        font-size: 14px !important;
        padding: 10px 0 !important;
	}
	#sub4-1_01 table tr td:nth-child(3) p{
		max-width: 250px;
    }
    #sub4-1_01 table thead tr{
        height: 35px !important;
    }
}
@media screen and (max-width: 450px){
	#sub4-1_01 table tr td:nth-child(3) p{
		max-width: 200px;
	}
}
@media screen and (max-width: 350px){
	#sub4-1_01 table tr td:nth-child(3) p{
		max-width: 150px;
		padding-left:10px;
	}
}

#sub4-1_01 .buttons {
    border-top: 1px solid #d5d5d5;
    padding: 15px 0 60px;
}

.buttons {
    text-align:right;
}

.buttons > button {
	text-align:right;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.buttons > button:hover{
	background-color:#666;
	color:#fff;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.buttons > button > i {
    color: #fff;
}
@media screen and (max-width: 800px){
	.buttons {
		padding: 10px 0 40px;
	}
	.buttons > button {
		padding: 0 15px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

/* view */





#sub4-1view_02{
	margin-bottom: 30px;
}
#sub4-1view_02 table tbody{
	border:1px solid #b3b3b3;
}
#sub4-1view_02 table tbody tr:not(:last-child){
	border-bottom: 1px solid #b3b3b3;
}
#sub4-1view_02 table tbody tr th{
	width:200px;
    text-align: center;
    vertical-align: middle;
    background-color: #ebebeb;
    border-right: 1px solid #b3b3b3;
	padding: 17px 0;
}
#sub4-1view_02 table tbody tr td{
	padding:17px 20px;
	line-height: 1.7;
	word-break: keep-all;
}

@media screen and (max-width: 500px){
	#sub4-1view_02 table tbody tr th{
		width: 100px;
	}
	#sub4-1view_02 table tbody tr th {
		padding: 13px 0;
		font-size: 14px;
		
	}
	#sub4-1view_02 table tbody tr td{
		padding:13px 13px;
		font-size: 14px;
	}
}

@media screen and (max-width: 400px){
	#sub4-1view_02 table tbody tr th{
		width: 80px;
	}
}





#sub4-1view_03{
    padding:50px 0;
    font-size: 16px;
}
.buttons > button.btn_write{
	background-color:#0080c6;
}
.buttons > button.btn_write:hover{
	background-color:#666;
}
@media screen and (max-width: 500px){
	#sub4-1view_03{
		font-size:14px;
	}
}




/*write*/
/* #sub4-1write2_01{
	
}
#sub4-1write2_01 table{
	margin-bottom:50px;
}
#sub4-1write2_01 > form{
	border:1px solid #b3b3b3;
}
#sub4-1write2_01 > form p{
	width:100%;
	text-align: center;
    border-bottom: 1px solid #b3b3b3;
	vertical-align: middle;
	text-align:left;
}
#sub4-1write2_01 > form > p::after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width: 500px){
	#sub4-1write2_01 > form p th{
		width: 150px;
	}
	#sub4-1write2_01 > form p th {
		padding: 13px 0;
		font-size: 14px;
		
	}
	#sub4-1write2_01 > form p td{
		padding:13px 13px;
		font-size: 14px;
	}
}

@media screen and (max-width: 400px){
	#sub4-1write2_01 table tbody p th{
		width: 120px;
	}
}




#sub4-1write2_01 > form > p > input {
    display: inline-block;
    float: left;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    height: 35px;
    margin-left: 18px;
    margin-top: 7.5px;
    padding: 10px;
}
#sub4-1write2_01 form > p > label {
    float: left;
    display: block;
    background-color: #ebebeb;
    width: 200px;
    height: 51px;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #b3b3b3;
}
#sub4-1write2_01 form > p > select {
    width: 150px;
    height: 35px;
    margin-left: 18px;
    margin-top: 7.5px;
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:16px;
    background: url("/img/sub3/select_arrow.png") no-repeat 96% 50%;
	outline:none;
	padding: 0 10px;
}

#sub4-1write2_01 form > p:nth-child(3) b {
    float: left;
    display: block;
    width: 300px;
    height: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-top: 7px;
	margin-left: 18px;
}

#sub4-1write2_01 form > p:nth-child(3) b > label {
    float: left;
    display: block;
    background-color: #ebebeb;
    height: 35px;
    width: 70px;
    line-height: 35px;
    text-align: center;
}

#sub4-1write2_01 form > p:nth-child(3) b > input {
    float: left;
    display: block;
    height: 35px;
    width: 178px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

#sub4-1write2_01 form > p > div > label{
	float:left;
	display: block;
    background-color: #ebebeb;
    height: 35px;
    width: 70px;
    line-height: 35px;
    text-align: center;
}
#sub4-1write2_01 form > p > div > input {
    float: left;
    display: block;
    height: 35px;
    width: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
	border: 1px solid #ebebeb;
}

#sub4-1write2_01 table tbody p:nth-child(5) input {
    display: inline-block;
    height: 35px;
    width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
	border: 1px solid #ebebeb;
}
.center_text{
	margin:0 5px;
} */