.text-color{
    color: #506E8F !important;
}

.row-height {
    height: 580px;
}

.add,
.add-btn {
    right: 19px;
    position: absolute;
    top: 9px;
    border: solid 1px;
    background-color: #4167D5;
    color: #fff!important;
    padding: 5px 30px;
    border-radius: 5px;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    /* color: #fff; */
}

.add a,
.add-btn a {
    text-decoration: none !important;
    color: #fff;
}

.cancel{
    right: 111px;
    position: absolute;
    top: 9px;
    border: solid 1px;
    background-color: #D5419F;
    color: #fff;
    padding: 5px 25px;
    border-radius: 3px;
}

.sweet-alert .cancel {
    position: static;
}

.add-close{
    position: absolute;
    right: 202px;
    top: 9px;
    border: solid 1px #464E50;
    padding: 5px 25px;
    border-radius: 3px;
}

.add-close a{
    text-decoration: none !important;
    color: #464E50;
}

.check-1{
    margin-right: 7px;
    font-size: 1em;
    border: solid 1px #4167D5;
    margin-left: 5px;
    color: #4167D5;
    background-color: #fff;
}

.check-2{
    border: solid 1px #D5419F;
    font-size: 1em;
    color: #D5419F;
    background-color: #fff;
}

.check{
    font-size: 1em;
    border: solid 1px #4167D5;
    margin-left: 5px;
    background-color: #fff;
    color: #4167D5;
}

.edit{
    padding: 3px 7px;
    font-size: 1em;
    border: solid 1px #4167D5;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
}

.current{
    padding: 3px 7px;
    font-size: 1em;
    border: solid 1px #4167D5;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
}

.delete{
    border: solid 1px #e4362b;
    margin-left: 5px;
    background-color: #fff;
    color: #e4362b;
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 1em;
    box-sizing: border-box;
}

/* 정보 입력 INPUT */
.one-line-input-title
{
    width: 30%;
    /* float: left; */
}

.one-line-input-info
{
    font-size: 14px;
    width: 100%;
    height: 2.5rem;
    /* float: right; */
    border: 1px solid #DFDFDF;
    padding: 5px;
    padding-left : 8px;
    padding-right : 8px;
    border-radius: 5px;
    margin: 5px 0;
}

.one-line-input-info-do
{
    font-size: 14px;
    width: 100%;
    height: 3rem;
    /* float: right; */
    border: 2px dotted #3d61ce;
    padding: 5px;
    padding-left : 8px;
    padding-right : 8px;
    border-radius: 5px;
    margin: 5px 0;
}

.one-input-info
{
    font-size: 16px;
    /* float: left; */
    margin: 5px 0;
}

.two-line-input-info
{
    font-size: 14px;
    width: 100%;
    border: 1px solid #DFDFDF;
    padding: 5px;
    margin: 5px 0;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    margin-right: 5px;
}

.card-body
{
    flex: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

textarea
{
    resize: none;
}

input::placeholder
{
    color: rgb(192, 192, 192);

}

/* 정보 입력란 상단 바(부제목) 관련 */
.info-base-detail-wrapper
{
    width: 48%;
    /* height: 700px; */
    /* width: 201.734px; */
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.info-contract-detail-wrapper
{
    width: 32%;
    height: 277px;
    float: left;
}

.info-contract-account-detail-wrapper
{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}


.top-bar-wrapper
{
    width: 100%;
    height: (57-15)px;
    padding: 15px;
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    color: #6282E3;
    /* border-bottom: 1px solid #464E50; */
    background-color: #F8F9FC;
}

.info-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-row {
    display: flex;
    align-items: center;
}

.price-info-wrapper
{
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-price-info-wrapper
{
    width: 440px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.input-memo
{
    height: 150px;
}


.input-address
{
    cursor: pointer;
}

.top-bar-menu
{
    justify-content: space-between;
    padding : 20px;
    padding-left : 0;
    padding-right : 0;
    padding-bottom : 0;
    margin-left : 30px;
    margin-right : 30px;
    margin-bottom: 30px;
    border-bottom : 1px solid #DFDFDF;
}

.top-bar-menu-custom{
    width: 100%;
    height: 45px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

.top-bar-menu-element
{
    cursor : pointer;
    float : left;
    padding : 10px;
    padding-left : 15px;
    padding-right : 15px;
    border-radius: 5px 0px 5px 0px;
    color : #858796;
}

.top-bar-menu-click
{
    border-top : 1px solid #DFDFDF;
    border-left : 1px solid #DFDFDF;
    border-right : 1px solid #DFDFDF;
    color: #4E73DF;
}

.btn-edit
{
    /* font-size: 24px;
    padding-left : 10px;
    padding-right : 10px;
    color: #4167D5;
    background-color : transparent;
    border : 1px solid #4167D5;
    border-radius: 10px; */
}

.btn-edit .text
{
    padding-bottom : 2px;
    padding-top : 2px;
}

.require-file-upload-link-wrapper
{
    float: right;
}

#require-file-table
{
    width: 100%;
    height: 200px;
    border: 1px solid #DDD;
    border-collapse: unset !important;
}

#require-file-table thead,
#require-file-table tr
{
    border-bottom: 1px solid #DDD;
}

#require-file-table td, #require-file-table th
{
    border: 1px solid #DDD;
    text-align: center;
    padding: 5px 15px 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.require-file-table-footer
{
    width: 100%;
    height: 60px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.require-file-disapprove-wrapper
{
    float: left;
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    margin-left: 20px;
    height: 100%;
}

.require-file-add-btn-wrapper
{
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(50% - 20px);
    margin-right: 20px;
    height: 100%;
}

.file_none {
    display: none;
}

.selectbox {
    appearance: none;
    background: url(/assets/img/triangle_1.svg) no-repeat 95% 50%;
}

.reviewboardbox {
    position: relative;
}

#reviewBoardList {
position: absolute;
top: 105%;
left: 0;
background-color: white;
border: #DFDFDF solid 1px;
border-radius: 5px;
width: 45%;
padding: 8px;
max-height: 25rem;
overflow-y: auto
}

#reviewBoardList > option {
background-color: white;
border: #DFDFDF solid 1px;
border-radius: 5px;
padding: 6px;
padding-left: 7px;
margin-bottom: 5px;
font-size: 16px;
cursor: pointer;
}

/* 모달 */
.modal-dialog
{
    min-width: 852px;
    width: 100%;
    /* height: 85%; */
    display: flex;
    align-items: center;
}

.modal-input-info-wrapper
{
    width: 100%;
    display: flex;
    align-items: center;
    height: 53px;
}

.modal-one-line-input-title
{
    width: 30%;
    float: left;
}

.modal-one-line-input-content
{
    width: 50%;
    font-size: 14px;
    border: 1px solid #DFDFDF;
    padding: 5px;
    padding-left : 8px;
    padding-right : 8px;
    border-radius: 5px;
}

.modal-one-line-input-btn
{
    margin-left : 12px;
    padding: 4px;
    padding-left : 20px;
    padding-right : 20px;
}

.radio-inline{
    margin-left: 10px;
}

.inline-sample{
    display: none;
}

.inline-sample.active{
    display: block;
}

.custom-mg{
    margin-bottom: 15px;
}

.box-style{
    width: 33%;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}

.box-style input{
    margin-bottom: 10px;
}

.box-style:last-child{
    border: 0;
}




.switch {
    position: absolute;
    display: inline-block;
    width: 53px;
    height: 25px;
    right: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.address-custom {
    background: #fff;
    width: 9.8%;
    height: 30px;
    border: 1px solid #4167D5;
    border-radius: 5px;
    color: #4167D5;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.add:hover,
.add-btn:hover {
    color: #Fff;
    text-decoration: none;
}

.data-box{
    display: flex;
    width: 100%;
}

.data-start{
    width: 30%;
    border: solid 0.5px #707070;
    height: 300px;
    border-radius: 30px;
    margin-right: 20px;
}

.step-box{
    display: flex;
    width: 100%;
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid; */
}

.data-step{
    width: 70%;
}

.step{
    width: 32%;
    margin-right: 20px;
    border: solid 0.5px #707070;
    border-radius: 30px;
    height: 130px;
}

.step:last-child{
    margin: 0;
}

.data-text{
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.title-img{
    display: flex;
    align-items: center;
}

.title-img > img{
    margin-right: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.profile_img {
    width: 100%;
    background-image: url('/assets/img/profile_img.png');
}

/* 도움말 */
.help-icon {
    display: flex;
    align-items: center;
}

.help-text {
    opacity: 0;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    border: #eff1f1 solid 1px;
    padding: 15px 41px 15px 15px;
}

.help-icon:hover .help-text {
    opacity: 1;
}


.employee-name {
    font-size: 20px;
    margin-top: 1.5rem;
  }
  
  .box-text-employee {
    font-size: 14px !important;
    text-align: justify !important;
    color: #222 !important;
  }
  
  .modal-box-title {
    font-size: 18px !important;
    text-align: justify !important;
    color: #222 !important;
    margin-top: 2rem;
    margin-bottom: 9px;
  }
  
  .modal-text {
    font-size: 16px !important;
    text-align: justify !important;
  }

  .modal-box-ex-text {
    font-size: 14px !important;
    text-align: justify !important;
  }
  
  .modal-box {
    border: #eff1f1 solid 1px;
  }

  .point-give-input {
    width: 90px;
    height: 42px;
    border: #bdbdbd solid 1px;
    border-radius: 5px;
  }

  .swal2-actions {
    width: 75% !important;
    flex-wrap: nowrap !important;
  }

  .swal2-styled {
    width: 25% !important;
    margin: 1em !important;
  }

.participation-table > tr {
    font-size: 16px;
    font-weight: 700;
}

.participation-tbody  {
    font-size: 14px;
    font-weight: 300;
    color: #575757;
}