@charset "utf-8";



/*공통*/

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

select[class^=size-] {
    padding-top: 0;
    padding-bottom: 0;
}



/* 폼 스타일 */


input,
select,
textarea {
   display: inline-block;
   height: 1.8em;
   font-size: 14px;
   background: #fff;
   border: 1px solid #D4D4D4;
   padding: 0 .75rem;
   box-sizing: border-box;
   line-height: 1em;
   color: #111;
}

input[type='text'].bg{
    background-color:#F1F1F1;
}

select {
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../../images/common/select-arw.svg');
    background-size: auto 4px;
    background-position: calc(100% - 10px) center;
    padding-right: 36px !important;
    background-repeat: no-repeat;
    background-color: #fff;
}
select.type02 {
    background-color:#ffe9e9;
}

select.sel-type01{
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../../images/common/select-arw.svg');
    background-size: auto 6px;
    background-position: calc(100% - 20px) center;
    padding-left:20px;
    padding-right: 36px !important;
    background-repeat: no-repeat;
    background-color: #F1F1F1;
    width:100%;
    height:28px;
    font-size:13px;
    color:#222;
}
select.sel-type01:focus{
    outline:0 !important;
    border: 0 !important;
}

select::-ms-expand {
    display: none
}

label {
    display: inline-block;
    font-size: 12px;
    box-sizing: border-box;
    color:#777;
    font-weight:bold;
}

textarea {
    min-height: 100px;
    resize: none;
    padding: .75rem;
    line-height: 1.4em;
}

textarea.size-xs {
    height: 40px !important;
    min-height: auto;
    font-size: 15px;
}

textarea.size-s {
    height: 60px !important;
    min-height: auto;
    font-size: 15px;
}

textarea.size-m {
    height: 90px !important;
    min-height: auto;
    font-size: 15px;
}

textarea.size-l {
    height: 120px !important;
    min-height: auto;
}

input.size-s {
    height: 1.9em;
    font-size: 12px;
    min-width:100px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}




/* 입력폼 상태효과 */

input:disabled.form-plaintxt,
input[readonly].form-plaintxt,
select:disabled.form-plaintxt,
select[readonly].form-plaintxt,
textarea:disabled.form-plaintxt,
textarea[readonly].form-plaintxt,
select.disabled.form-plaintxt,
select.readonly.form-plaintxt,
textarea.disabled.form-plaintxt,
textarea.readonly.form-plaintxt,
input.disabled.form-plaintxt,
input.readonly.form-plaintxt {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

input.focus,
input:focus,
select.focus,
select:focus,
textarea.focus,
textarea:focus {
    outline: 0;
    border: 1px solid #9ea4d0;
    -webkit-box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
    box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
}

input[type='file'].focus,
input[type='file']:focus,
input[type='checkbox'].focus,
input[type='checkbox']:focus,
input[type='radio'].focus,
input[type='radio']:focus {
    outline: none;
    box-shadow: none;
}

input.invalid,
.invalid,
input:focus:invalid {
    color: #ff515d !important;
    border-color: #ff767f !important;
}

.full-per {
	color:#176fd8;
}

input.invalid:focus,
input:focus:invalid:focus {
    border-color: #ff767f;
    -webkit-box-shadow: 0 0 2px 1px rgba(175, 178, 207, 0.3);
    -moz-box-shadow: 0 0 2px 1px rgba(175, 178, 207, 0.3);
    box-shadow: 0 0 2px 1px rgba(175, 178, 207, 0.3);
}

select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly],
input[disabled],
input[readonly],
.btn[disabled],
.btn[readonly],
select.disabled,
select.readonly,
textarea.disabled,
textarea.readonly,
input.disabled,
input.readonly,
.btn.disabled,
.btn.readonly {
    background-color: #f5f5f5;
    box-shadow: none;
    cursor: not-allowed;
    border-color: #bbbbbb;
    color:#aaa;
}

select[disabled],
select[readonly],
select.disabled,
select.readonly {
    background-image: url('../../images/common/select-arw.svg');
}

.toggle-switch.disabled,
.toggle-switch.readonly,
.toggle-switch.disabled span {
    opacity: 0.7;
    cursor: not-allowed;
}

input::placeholder,
textarea::placeholder {
    color: #bbb;
}
input.time {
    padding-top:3px;
    padding-bottom:3px;
}


/*input file*/

.input-file-box {
    position: relative;
    overflow: hidden;
}

.input-file-box>input {
    float: left;
}

.input-file-box .file-input-div {
    position: absolute;
    right: 0;
    overflow: hidden;
}

.input-file-box .file-input-div .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-file-box .file-input-div .file-input-hidden {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}



/* 폼 - 체크박스, 라디오 */

.checkbox,
.radio {
    position: relative;
    display: inline-block;
    padding-left: 0;
    min-width: 16px;
    margin-right:30px;
}
.checkbox:last-child,
.radio:last-child {    
    margin-right:0;
}


.checkbox.single,
.radio.single {
    padding-left: 0;
    padding-right: 0;
}

.checkbox+.checkbox {
    margin-right: 30px;
}

.checkbox>i,
.radio>i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    z-index: 0;
    border-style: solid;
    border-radius: 1px;
    font-size: 12px;
}

.checkbox>i:before,
.radio>i:before {
    position: absolute
}

.checkbox>input, 
 .radio>input {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 1;
    margin-top: 0 !important;
    cursor: pointer;
}

.checkbox>input~i:before,
.radio>input~i:before {
    opacity: 0
}

.checkbox>input:checked~i {
    background-image: url(../../images/common/icon_checkbox_on.svg);
}

.checkbox>input:checked~i:before,
.radio>input:checked~i:before {
    opacity: 1;
    color: #fff;
}

.checkbox>input:disabled,
.radio>input:disabled {
    opacity: 0;
    cursor: not-allowed;
}

.checkbox>input:disabled~i,
.radio>input:disabled~i {
    opacity: .5;
}

.checkbox>input:disabled~label,
.radio>input:disabled~label {
    opacity: .5;
    cursor: not-allowed;
}

.checkbox>i {
    width: 12px;
    height:12px;
    background-image:url(../../images/common/icon_checkbox.svg);
    box-sizing: border-box;
    margin-top:-5px;
}

.checkbox>input {
    width: 12px;
    height: 12px;
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.checkbox>i:before {
    width: 14px;
    height: 14px;
    top: -3px;
    left: 1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.checkbox>label {
    margin-bottom: 0;
    padding-left: 15px;
    font-size:14px;
    color:#000;
    font-weight: 400;
    top:0;
}

.checkbox>label.hidden {
    font-size: 0;
    padding-left: 15px;
    height: 0;
}

.checkbox.size-xs>label,
.radio.size-xs>label {
    font-size: 12px;
}

.checkbox.size-s>label,
.radio.size-s>label {
    font-size: 14px;
    font-weight:400;
}

.checkbox.size-m>label,
.radio.size-m>label {
    font-size: 15px;
}

.checkbox.size-l>label,
.radio.size-l>label {
    font-size: 16px;
}

.checkbox.type02.single,
.radio.type02.single {
    min-width: 18px;
    vertical-align: middle;
}

.checkbox.type02 input,
.checkbox.type02 i {
    width: 18px;
    height: 18px;
    border: 2px solid #d7daf1;
    box-sizing: border-box;
}

.checkbox.type02 label,
.radio.type02 label {
    padding-left: 25px;
}

.checkbox.type02 i,
.radio.type02 i {
    margin-top: -9px;
}

.checkbox.type02 input:checked~i {
    border-color: #666faf;
}

.checkbox.type02 input:checked~i:before {
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: -1px;
    font-size: 15px;
}

.radio>i {
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.radio>i:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #5D62FF;
    top: 3px;
    left: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.radio>input {
    width: 14px;
    height: 14px;
}

.radio>label {
    margin-bottom: -1px;
    padding-left: 22px;
    top:0px;
    color:#222;
    font-size:13px;
    font-weight:400;
}

.radio>label.hidden {
    font-size: 0;
    padding-left: 15px;
    height: 0;
}

.radio input:checked~i {
    border-color: #5D62FF;
}

.radio.type02 input,
.radio.type02 i {
    width: 18px;
    height: 18px;
    border: 2px solid #9ea4d0;
    box-sizing: border-box;
}

.radio.type02 input:checked~i:before {
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
}

.form-check.inline {
    display: inline-block;
    margin-right: 0.75rem;
}

.checkbox.size-xs,
.radio.size-xs {
    padding: 5px 8px 5px 0;
}

.checkbox.size-s,
.radio.size-s {
    padding: 9px 12px 9px 0;
}

.checkbox.size-m,
.radio.size-m {
    padding: 12px 15px 12px 0;
}

.checkbox.size-l,
.radio.size-l {
    padding: 16px 20px 16px 0;
}

.checkbox.size-xs.single,
.radio.size-xs.single,
.checkbox.size-s,
.radio.size-s,
.checkbox.size-m,
.radio.size-m,
.checkbox.size-l,
.radio.size-l
 {
    padding-left: 0;
    padding-right: 0;
}

/* 버튼 스타일 */

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em;
    margin: 5px 5px;
    width:max-content;
    border-radius:2px;
    background-color:#222;
    color:#fff;
}

.btn.size-s {
    padding:5px 15px 6px;
    font-size:12px;
    border-radius:6px;
    margin:2px;
}

.btn.size-m {
    padding:18px 18px;
    font-size:13px;
    font-weight:400;
    letter-spacing:0px;
}

.btn.size-m.wide {
    padding:6px 50px;    
}

.btn.half { /*20210809수정*/
    width:47.0%;
} 
.btn.half:nth-child(1) {
    margin-left:0
}
.btn.half:nth-child(2) {
    margin-right:0
}  
.btn.full {
    width:100%;
    margin:5px 0;
}  
.btn.pad {
    padding-right:30px;
    padding-left:30px;
}     

.btn.size-l {
    padding-left: 30px;
    padding-right: 30px;
    font-size:16px;
}

.crl-blue {
    background:#5D62FF;
    color:#fff;
}
.crl-grey {
    background:#F1F1F1;
    color:#222222;
}
.crl-red {
    background:linear-gradient(#fff9f9, #feeded);
    border:1px solid #ddb1b1;
    color:#de3d3d;
}



.btn[disabled],
.btn.disabled {
    background: #e3e5ed !important;
    border: 1px solid #caccd9 !important;
    color: #afb2cf;
}

.btn:last-of-type {
    margin-right: 0 !important;
}

.btn-line {
    margin: 1rem 0;
}

.btn-line.large {
    margin: 40px 0;
}
.btn-line.non-margin {
    margin: 5px 0;
}





/*tab*/
.tab-zone {
    position: relative;
    text-align:left;
}
.tab-type01 {
    position: relative;
    display: inline-block;
}
.tab-type01 .tab-inner {
    width: 100%;
}
.tab-type01 .tab-inner > div {
    float: left;
}
.tab-type01 .tab-inner > div:first-child a {    
    border-left:1px solid #bbbbbb;
}
.tab-type01 .tab-inner > div:first-child a.active {    
    border-left:1px solid #1a1a67;
}
.tab-type01 .tab-inner > div a {
    position: relative;
    display: inline-block;
    padding: 9px 20px;
    min-width:220px;
    text-align:center;
    line-height: 1.4em;
    color: #72747c;
    background-color:#e8e7ed;
    border:1px solid #cdcad8;
}
.tab-type01 .tab-inner > div a.active {
    background-color: #fff;
    border:1px solid #28286a;
    color: #28286a;
    font-weight:bold;
}
.tab-container01 {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding:20px;
    z-index: 10;
    min-height:600px;
    max-height:600px;
    overflow-y:auto;
}
.tab-container01 .tab-content01 {
    position: relative;
    font-size:13px;    
    color:#555;
    line-height: 1.8em;
}
.tab-container01 .tab-content01 p {
    margin-bottom:1em;
}
.tab-container01 .tab-content01 .bold {
    font-weight:bold;  
}
.tab-container01 .tab-content01 .red {
    color:#e13e3e;
    font-weight:bold;  
}
.tab-container01 .tab-content01 .blue {
    color:#244dff;
    font-weight:bold;  
}
.tab-container01 .tab-content01 a {
    color:#244dff;
    text-decoration: underline; 
}



/*paging*/

.paginate {
    display:inline-block;
    width:100%;
    margin: 40px 0;
    text-align: center;
    font-size: 0;
}

.paginate .first {
    display: inline-block;
    width: 27px;
    height: 34px;
    margin-right: 4px;
    line-height: 34px;
    background-image:url(../../images/common/icon_page_first.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:15px 14px;
}

.paginate .first.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.paginate .first span {
    color: #fff;
    font-size: 18px;
}

.paginate .prev {
    display: inline-block;
    width: 27px;
    height: 34px;
    margin-right: 20px;
    line-height: 34px;
    background-image:url(../../images/common/icon_page_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:8px 14px;
}

.paginate .prev.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.paginate .prev span {
    color: #fff;
    font-size: 18px;
}

.paginate .next {
    display: inline-block;
    width: 27px;
    height: 34px;
    margin-left: 20px;
    line-height: 34px;
    background-image:url(../../images/common/icon_page_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:8px 14px;
}

.paginate .next.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.paginate .next span {
    color: #fff;
    font-size: 18px;
}

.paginate .last {
    display: inline-block;
    width: 27px;
    height: 34px;
    margin-left: 4px;
    line-height: 34px;
    background-image:url(../../images/common/icon_page_last.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:15px 14px;
}

.paginate .last.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.paginate .last span {
    color: #fff;
    font-size: 18px;
}

.paginate a {
    vertical-align: middle;
}

.paginate span strong {
    vertical-align: middle;
}

.paginate span a {
    display: inline-block;
    width: 27px;
    height: 34px;
    color: #999;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}

.paginate span a.active,
.paginate span a:hover
 {
    position: relative;
    color: #333;
    font-weight:600;
    
}
.paginate span a.active:before,
.paginate span a:hover:before{
    position: absolute;
    content:'';
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:11px;
    height:3px;
    background-color: #333;
}
.paginate span {
    display: inline-block;
    font-size: 18px;
    color: #888;
    font-weight: 500;
    line-height: 33px;
    vertical-align: middle;
}
.paginate span .present {
    font-size: 18px;
    font-weight: 600;
    color: #364085;
    padding: 0 5px 0 20px;
}
.paginate span .total {
    padding: 0 20px 0 5px;
}

.style-set {
    position: relative;
    padding: 25px 0;
}

/* 리스트 */

.list-type01 {
    margin-left:10px;
    margin-bottom:20px;
}
.list-type01 li {
    padding-left: 11px;
    font-size: 12px;
    line-height: 1.6em;
    color: #555;
    position: relative;
}

.list-type01 li:before {
    display: block;
    content: "";
    width: 3px;
    height: 2px;
    background: #bbbbbb;
    position: absolute;
    top: 8px;
    left: 0;
}



/* 주의글 */

.txt-care {
    font-size:12px;
    line-height:1.4em;
}
.txt-care.col-blue {
    color:#5936a2;
}
.txt-care.col-red {
    color:#f43d3d;
}
.txt-care.col-gray {
    color:#777777;
}

/* 타이틀 */
.title-type01 {
    position: relative;
    display:inline-block;
    font-size:13px;
    color:#111;
    font-weight: bold;
    padding-left:10px;    
    margin-right:10px;
}
.title-type01:before {
    position: absolute;
    left:0;
    top:2px;    
    content:'';
    width:3px;
    height:11px;   
    background-color:#4f2f92;
}
.title-type02 {
    position: relative;
    font-size:13px;
    color:#111;
    font-weight: bold;
    padding-left:10px;    
    margin-bottom:6px;
}
.title-type02:before {
    position: absolute;
    left:0;
    top:7px;    
    content:'';
    width:3px;
    height:11px;   
    background-color:#4f2f92;
}


/*테이블*/
.table-wrap { 
    position: relative;
    border:1px solid #707070;
    border-bottom:0;
    margin-bottom:4px;
    overflow: auto;
    border-bottom:1px solid #707070;
	background-color:#fff;
	overflow-x:hidden;
}

.table-wrap .head{
    background-color: #E6F4FF;
    font-size:13px;
    color:#222;
    padding:8px 20px;
    font-weight:500;
    text-align:left;
    border-bottom:1px solid #707070;
    display: flex;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index:10;
}
.table-wrap .head .left{
    font-size:14px;
    color:#000;
    font-weight:500;
}
.table-wrap .head .right{
    font-size:14px;
    color:#000;
    font-weight:500;
}
.table-type01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;    
	margin-left:1px;
}
.table-type01.top-mg {
    border-top:1px solid #707070;
	margin-top:20px;
}
.table-type01 thead th {
    position: relative;
    padding: 8px 12px;
    text-align: center;
    font-size: 13px;
    font-weight:500;
    color: #222;   
    background-color: #EBEBFF; 
    border-bottom:1px solid #707070;
    border-right:1px solid #707070;
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    top: 51x;
    z-index:10;
}

.table-cont-wrapper{
    height:calc(100vh - 178px);
    display: flex;
    flex-direction: column;
}
.table-cont-wrapper.notice{
    height:calc(100vh - 140px);
}

.table-wrap.scroll {
   /* height:650px; */
   min-height:53.6%;
}
.table-wrap.scroll:nth-child(2) {
   /* height:650px; */
   min-height:43.6%;
}
.table-wrap.scroll thead th {
    top: 30px;
}
.table-type01 thead th:last-child {    
    border-right:0;
}
.table-type01 tbody td {
    padding: 4px 12px;
    text-align: center;
    line-height: 1.4em;
    font-size: 13px;
    vertical-align: middle;
    color: #222;
    word-break: break-word;
    border-top:1px solid #707070;
    border-right:1px solid #707070;
    background-color: #fff;
}
.table-type01 tbody tr:first-child td {
    border-top:0;
}
.table-type01 tbody tr:last-child td {
    border-bottom:1px solid #707070;
}
.table-type01:last-child tbody tr:last-child td {
    border-bottom:0;
}
.table-type01 td .btn {
    margin:-2px 0;
}
.table-type01 td.left {
    text-align: left;
}
.table-type01 tfoot th {
    padding: 8px 12px;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    vertical-align: middle;
    color: #222;
    font-weight:500;
    word-break: break-word;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
    border-right:1px solid #707070;
    background-color: #EBEBFF;
}
.table-type01 tfoot th:last-child {
    border-right:0;
}
.table-type01:last-child tfoot tr:last-child th,
.table-type01:last-child tfoot tr:last-child td{
    border-bottom:0;
}
.table-type01 tfoot td {
    padding: 8px 12px;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    vertical-align: middle;
    color: #222;
    font-weight:500;
    word-break: break-word;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
    border-right:1px solid #707070;
    background-color: #fff;
}
.table-type01 tfoot,
.table-type01 tfoot th,
.table-type01 tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.table-type02 {
    margin-top: 10px;
    width: 100%;
    border:1px solid #707070;
}
.table-type02 th {
    padding: 8px 12px;
    text-align: center;
    line-height: 1.4em;
    font-size: 13px;
    vertical-align: middle;
    color: #222;
    font-weight:500;
    word-break: break-word;
    border-bottom:1px solid #707070;
    border-left:1px solid #707070;
    background-color: #EBEBFF;
}
.table-type02 td {
    padding: 8px 12px;
    text-align: center;
    line-height: 1.4em;
    font-size: 13px;
    vertical-align: middle;
    color: #222;
    word-break: break-word;
    border-bottom:1px solid #707070;
    border-left:1px solid #707070;
    background-color: #F1F1F1;
}
.table-type02 td:first-child,
.table-type02 th:first-child  {    
    border-left:0;
}
.table-type02 td.left {
    text-align: left;
}

.table-type03 {
    margin-top: 10px;
    width: 100%;
    border:1px solid #707070;
}
.table-type03 th {
    padding: 30px 12px;
    text-align: center;
    line-height: 1.4em;
    font-size: 13px;
    vertical-align: middle;
    color: #222;
    font-weight:500;
    word-break: break-word;
    border-bottom:1px solid #707070;
    border-left:1px solid #707070;
    background-color: #EBEBFF;
}
.table-type03 td {
    padding: 30px 12px;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    vertical-align: middle;
    color: #222;
    word-break: break-word;
    border-bottom:1px solid #707070;
    border-left:1px solid #707070;
    background-color: #fff;
}
.table-type03 td:first-child,
.table-type03 th:first-child  {    
    border-left:0;
}
.table-type03 td.left {
    text-align: left;
}




.table-type04 {
    margin-top: 10px;
    width: 100%;
}
.table-type04 thead th {
    position: relative;
    padding: 8px 10px;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    font-weight:500;
    color: #222;
    background-color:#EBEBFF;
    border-top:1px solid #707070;
    border-bottom:1px solid #707070;
    border-right:1px solid #707070;
    vertical-align: middle;
}
.table-type04 thead th:first-child,
.table-type04 tbody td:first-child {    
    border-left:1px solid #707070;
}
.table-type04 tbody td {
    padding: 8px 10px;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    vertical-align: middle;
    color: #222;
    word-break: break-word;
    border-bottom:1px solid #707070;
    border-right:1px solid #707070;
}
.table-type04 tbody th {
    padding: 2px 10px 2px;
    text-align: center;
    line-height: 1.4em;
    font-size: 12px;
    font-weight:bold;
    vertical-align: middle;
    color: #555;
    word-break: break-word;
    background-color:#efefef;
    border-bottom:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;
    border-left:1px solid #aaaaaa;
}
.table-type04 td.left {
    text-align: left;
}

.table-search {
    width:100%;
}
.table-search tbody th {
    padding: 6px 12px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    color: #222;
    font-weight:500;
    background-color: #EBEBFF;
    word-break: break-word;
    border-bottom:1px solid #707070;
    border-left:1px solid #707070;
}
.table-search tbody th:first-child {
    border-left:0;
}
.table-search tbody td {
    padding: 6px 22px;
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
    color: #222;
    word-break: break-word;
    border-bottom:1px solid #707070;
    border-left:1px solid #707070;
    background-color: #fff;
}
.table-search tbody td input {
   margin: -15px 0 -8px;
}
.table-search tbody td.select,
.table-search tbody td.btn-type{
    padding: 0;    
}
.table-search tbody td .sch-btn {
   display: inline-block;
   width:100%;
   background-color: #444444;
   padding: 21px 0 22px;
   text-align: center;
   font-size:16px;
   color:#fff;  
}

/*popup*/
.popup-layer-wrap.on{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: auto;
    filter: unquote("progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8c000000', endColorstr='#8c000000')");
}
.popup-layer {
    position: absolute;
    display:none;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:700px;
    min-height:400px;
    /* max-height:760px;
    overflow-y:auto; */
    z-index:200;
}
.popup-layer.type01 {
    position: absolute;
    display:none;
    top:100px;
    transform:translateX(-50%);
    width:750px;
    min-height:400px;
    z-index:200;
}
.popup-layer.type02 {
    position: absolute;
    display:none;
    top:100px;
    left:50%;
    transform:translateX(-50%);
    width:1000px;
    min-height:400px;
    z-index:200;
}
.popup-layer.type03 {
    position: absolute;
    display:none;
    top:100px;
    left:50%;
    transform:translateX(-50%);
    width:1200px;
    min-height:400px;
    z-index:200;
}
.popup-layer.on {
    display:block;
}
.popup-layer > .head {
    position: relative;
    height:120px;
    width:100%;
    background-color:#000000;
    padding:26px 10px;
    border:20px solid #fff;
}
.popup-layer > .head .h-title {
    font-size:25px;
    color:#fff;
    text-align: center;
}
.popup-layer > .head .pop-close {
    position: absolute;
    top:0;
    right:0;
    width:25px;
    height:25px;
    font-size:0;
    background:url('../../images/common/icon_close2.png') no-repeat center center;
}
.popup-layer .cont {
    position: relative;
    padding:20px;
    background-color: #fff;
}
.popup-layer .cont .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.popup-layer .cont .top .title {
    font-size:16px;
    color:#222;
    font-weight:500;
    font-family:'noto sans kr';
    margin-top:25px;
}
.popup-layer .cont .top .title .icon {
    margin-right:10px;
}
.popup-layer .cont .top .mid-tit {
    font-size:16px;
    color:#222;
    font-weight:500;
    font-family:'noto sans kr';
}
.popup-layer .cont .top .btn-line {
    margin:0;
}
.popup-layer .cont .top .stit {
    font-size:14px;
    color:#000;
    font-weight:500;
    font-family:'noto sans kr';
    margin-top:25px;
}

.popup-layer .cont .text-box {
    border:1px solid #707070;
    padding:20px;
    font-size:14px;
    color:#222;
    line-height: 1.4em;
    margin-top:10px;
}
.popup-layer .cont .text-box .radio-wrap {
    margin-right:30px;
    display:inline-block;
}
.popup-layer .cont .text-box .radio-wrap .tit {
    font-size:14px;
    color:#5D62FF;
    font-weight:500;
    font-family:'noto sans kr';
    display: block;
}

.popup-layer .cont .text-box .input-wrap {
    margin-right:30px;
    display:inline-block;
    margin-top:3px;
    margin-bottom:3px;
    font-size:14px;
}
.popup-layer .cont .text-box .input-wrap label {
    font-size:14px;
    color:#000000;
    font-family: 'noto sans kr';
    font-weight:300;
    margin-right:4px;
    
}
.popup-layer .cont .text-box .input-wrap input {
    width:50px;
    font-size:12px;
}
.popup-layer .cont .text-box .input-wrap .txt {
    font-size:14px;
    color:#000000;
    font-family: 'noto sans kr';
    font-weight:300;
    vertical-align: middle;
}


.popup-layer .cont .top-line {
    position: relative;
    width:100%;
    display: table;
    margin-bottom:10px;
}
.popup-layer .cont .top-line .left {
    display:table-cell;
    text-align:left;
    width:50%;
}
.popup-layer .cont .top-line .right {
    display:table-cell;
    text-align:right;
    width:50%;
}
.popup-layer .cont .top-line .tit {
    font-size:12px;
    font-weight:bold;
    color:#555;
}
.popup-layer .cont .top-line .txt {
    font-size:12px;
    color:#111;
    margin-right:20px;
}
.popup-layer .foot {
    height:100px;
}
.dark {
    position: absolute;
    opacity:0;
    visibility: hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    transition: visibility 0s, opacity 0.3s linear;
}
.dark.on {
    opacity:1;
    visibility: visible;
    z-index:150;
}





