|
|
|
@ -701,12 +701,14 @@ select:enabled{
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
.popup_inner{
|
|
|
|
|
margin: 30px auto;
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
padding: 40px 45px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: column;
|
|
|
|
|
gap: 1rem;
|
|
|
|
|
}
|
|
|
|
|
.inner_02{flex-direction: row;}
|
|
|
|
|
/* ****************************
|
|
|
|
|
* 2020.06.11. 박민규
|
|
|
|
|
* ".popup_inner *" 셀렉터 변경
|
|
|
|
@ -807,7 +809,7 @@ select:enabled{
|
|
|
|
|
.tbl03 {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
border:1px solid red;
|
|
|
|
|
border:1px solid #b7b7b7;
|
|
|
|
|
}
|
|
|
|
|
.tbl03 th, .tbl03 td {
|
|
|
|
|
border: 1px solid #b7b7b7;
|
|
|
|
@ -1269,10 +1271,10 @@ input:read-only {
|
|
|
|
|
background: url('../../images/common/content_header.png') 0 5px no-repeat;
|
|
|
|
|
padding-left: 20px;*/
|
|
|
|
|
border-bottom: 1px solid #c3c3c3;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
letter-spacing: -1.6px;
|
|
|
|
|
padding: 10px 10px 10px 15px;
|
|
|
|
|
padding: 10px 10px 10px 3px;
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1283,6 +1285,9 @@ input:read-only {
|
|
|
|
|
clear: both;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
}
|
|
|
|
|
.p_flr{
|
|
|
|
|
display: flex;
|
|
|
|
@ -1291,7 +1296,10 @@ input:read-only {
|
|
|
|
|
padding-left: 120px;
|
|
|
|
|
}
|
|
|
|
|
.flr a:last-child{
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
.align_center{
|
|
|
|
|
padding-left:0px;
|
|
|
|
|
}
|
|
|
|
|
.page_info{
|
|
|
|
|
position: absolute;
|
|
|
|
|