File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
*{
font-family: 'Noto Sans KR', sans-serif;
}
body{
font-family: 'Noto Sans KR', sans-serif;
}
.file_upload_popup{
width: 721px;
height: 316px;
border: 1px solid #ccc;
box-shadow: 1px 2px 6px rgba(8,26,49,0.42);
padding: 25px 35px 20px 35px;
}
.file_upload_title{
font-size: 20px;
}
.file_upload_title select{
font-size: 15px;
width: 179px;
height: 34px;
border: 1px solid #e6e8ed;
color: #ccc;
border-radius: 50px;
margin-left: 15px;
font-weight: 500;
font-family: 'Noto Sans KR', sans-serif;
}
.file_upload_title select:focus{
color: #0388d2;
border: 1px solid #0388d2;
}
.file_upload_title select:focus option{
color: #333;
}
.file_upload_title input{
float: right;
text-align: right;
font-size: 15px;
padding-right: 7px;
width: 89px;
height: 28px;
color: #fff;
border-radius: 5px;
background:#0388d2 url(/direct/img/add_file_btn.png) no-repeat 8% center;
box-shadow: 0px 2px 4px rgba(8,26,49,0.42);
border: none;
}
/*upload_title 끝*/
/*upload_box 시작*/
.file_upload_box{
width: 644px;
height: 200px;
text-align: center;
vertical-align: middle;
border: 1px dashed #ccc;
padding: 0 37px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 5px;
}
.file_upload_box img{
margin-top: 50px;
}
.upload_box_text{
margin-top: 5px;
line-height: 19px
}
.file_upload_text_1{
font-weight: 700;
font-size: 15px;
}
.file_upload_text_2{
font-weight: 400;
display: block;
font-size: 15px;
color: #ccc;
}
.upload_btns{
text-align: center;
}
.upload_btns input[type="button"]{
border: 1px solid #777;
font-size: 15px;
width: 100px;
height: 38px;
border-radius: 5px;
box-shadow: 0px 0px 6px rgba(16,74,107,0.42);
font-family: 'Noto Sans KR', sans-serif;
font-weight: 700;
background-color: #fff;
}
.upload_btns input[type="button"]:first-child{
border: 1px solid #0388d2;
color: #0388d2;
}
.upload_btns input[type="button"]:last-child{
margin-left: 15px;
}