.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: 1;
}


button.close span {
    font-weight: 400;
    font-size: 24px;
    vertical-align: middle;
}

button.close:hover {
    color: #000 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.form-horizontal,
.personal {
    padding: 20px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: auto;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding-right: 0!important;
}

/* .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -50%);
}

.modal.fade .modal-dialog1 {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.show .modal-dialog1 {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
} */

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;
    top: 50%;
    padding: 0 15px;
}

.modal-dialog1 {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    top: auto;
    padding: 0 15px;
}

.modal-dialog3 {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    top: auto;
    padding: 0 15px;
}

.modal-dialog4 {
    width: 1000px !important;
}

.wk-modal{
	top: 0;
	padding: 15px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal .bg-danger .modal-title,
.modal .bg-default .modal-title,
.modal .bg-info .modal-title,
.modal .bg-primary .modal-title,
.modal .bg-secondary .modal-title,
.modal .bg-success .modal-title,
.modal .bg-warning .modal-title {
    color: #fff !important;
}

.modal-content {
    border-radius: 0.4rem !important;
    border: 0 !important;
}


.modal-content img {
    width: 100%;
}

.modal-content img.stamp_img {
    width: 50px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

/*
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
*/

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    position: relative;
    padding:15px;
    border-bottom: 1px solid #ddd;
}

.modal-header .close {
    padding: 10px 15px;
}

.modal-header .close1{
    position: absolute;
    right: 15px;
    z-index: 1;
}

.calendar-modal  .modal-header .close1{
	line-height: 1;
    padding: 0;
    top: 9px;
    margin: 0;
}

.modal-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body1{
    text-align: center;
}

.modal-body1 h2{
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-body .md_btn{
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.modal-body .md_btn1{
    display: block;
    float: right;
}

.modal-body .md_btn > a{
    margin: 0 3px;
}

.modal-body .md_btn > a{
    font-size: 15px;
    color: #fff;
    background: #5169d3;
    padding: 0;
    border-radius: 5px;
    font-weight: 400;
    text-shadow: none;
    float: none;
    display: block;
    width: 90px;
    height: 40px;
    line-height: 38px;
}

.modal-body .md_btn1 > a{
    float: left;
}


.modal-body .md_btn > a:hover{
    opacity: 1 !important;
}

.modal-txtarea{
    margin: 15px 0;
}

.blue{
    background: #5169d3 !important;
    color: #fff !important;
}

.blue:hover{
    color: #fff !important;
    background: #5169d3 !important;
}

.black{
    background: #000 !important;
    color: #fff !important;
}

.black:hover{
    color: #fff !important;
    background: #000 !important;
}

.black2{
    border: 1px solid #555;
    color: #000 !important;
    background: #fff !important;
}

.black2:hover{
    color: #fff !important;
    background: #000 !important;
}

.modal-footer {
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

#test {
    width: 600px;
    padding: 30px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

#test p {
    color: #666;
    text-shadow: none;
}

.modalBox-header {
    padding: 15px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    background: #f1f1f1;
}

.modalBox-header h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.modalBox-header p {
    color: #444;
    font-size: 1em;
    line-height: 1.6em;
    margin: 0;
    margin-bottom: 15px;
    text-shadow: none;
}

.modalBox-con {
    padding: 15px;
}

.modalBox .txt-fld {
    position: relative;
    padding: 14px 20px;
    border-bottom: 1px solid #EEE;
    text-align: right;
}

.modalBox .btn-fld {
    overflow: hidden;
    padding: 12px 20px 12px 20px;
}

.modalBox .txt-fld label {
    display: block;
    float: left;
    width: 90px;
    padding-top: 8px;
    color: #222;
    font-size: 1.1em;
    text-align: left;
}

.modalBox .txt-fld input {
    width: 70%;
    padding: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #F7F7F7;
    font-family: "Helvetica Neue";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}

.modalBox .txt-fld input.good_input {
    background: #DEF5E1;
}

.modalBox .txt-fld input.error_input {
    background: #FDE0E0;
}

.txt-fld input:focus,
.txt-fld textarea:focus {
    background-color: #FAF9DC;
}

#main-sidebar .top-bar-list ul li > a span:after {
    content: none;

}

.approver_modal .modal-header{
	justify-content:flex-start;
}


/* modal-dialog3 추가*/
.modal-dialog3 .modal-header{
	border-bottom: 0;
}

.modal-dialog3 .modal-body .md_btn > a{
	width: 100%;
}

.modal-dialog3 .modal-body1 h2{
	margin-bottom: 35px;
}

.calendar-modal .modal-header{
	border-bottom: 0;
	align-items: center;
	justify-content: start;
}


.calendar-modal .modal-header h2{
	font-size: 19px;
}

.orgg-modal .modal-header .reset{
    position: absolute;
    right: 50px;
    z-index: 1;
    cursor: pointer;
}

.orgg-modal .list_info .list_box {
    width: 80%;
}

.orgg-modal .list_info{
    justify-content: center;
}

.orgg-modal2 .list_info .list_box {
    width: 100%;
}



@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 0 auto;
        top: 20%;
    }

    .modal-dialog1 {
        width: 400px;
        margin: 1.75rem auto;
        top: auto;
    }

    .modal-dialog2 {
        width: 900px;
    }
    
    .modal-dialog3 {
        width: 500px;
    }

    .approver_modal{
    	width:900px;
    	max-width:100%;
    }

	.wk-modal{
		width:1200px;
    	max-width:100%;
    	top: 10%;
	}
	
	.modal.show .modal-dialog1 {
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	}

    .modal-dialog-mg {
        margin: 20px auto;
    }

    .modal-dialog-mg30 {
        margin: 30px auto;
    }

    .modal-dialog-1 {
        width: 1000px;
        margin: 60px auto;
    }

    .modal-dialog_join {
        width: 80%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }


    .map_wr .modal-dialog {
        width: 800px;
        top: 10%;
    }




}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width: 991px) {

    .modal-dialog4 {
        width: auto !important;
    }
}


@media (max-width: 767px) {
    
    button.close span{
    	font-size: 20px;
    }
    
	/*결재자 선택 모달*/
	.approver_modal{
		padding:0;
		top:auto;
		width:100%;
	}
	
	.approver_modal .modal-content{
		border-radius:0!important;
		min-height: 100vh;
	}
	
	.modal.fade .approver_modal,
	.modal.show .approver_modal{
		transform:none;
	}
	
	.approver_modal .modal-header{
		display:block;
	}
	.approver_modal .modal-title{
		display: block;
		width:100%;
        margin-bottom: 10px;
	}

 	.approver_modal .modal-header .close1{
 		top:15px;
 	}
 	
 	
 	
 	/*작업실적 정보등록 모달*/
	.wk-modal{
		padding:0;
		top:auto;
		width:100%;
	}
	
	.wk-modal .modal-content{
		border-radius:0!important;
		min-height: 100vh;
	}
	
	.modal.fade .wk-modal,
	.modal.show .wk-modal{
		transform:none;
	}
	
	.wk-modal .modal-header{
		display:block;
	}
	.wk-modal .modal-title{
		display: block;
		width:100%;
	}

 	.wk-modal .modal-header .close1{
 		top:15px;
 	}
 	

 	.modal-body .md_btn1{
 		margin-top: 15px !important;
	    float: none;
	    text-align: center !important;
	    display: flex;
 	}
 	
 	.modal-body .md_btn > a{
	    width: 70px;
	    height: 36px;
	    line-height: 34px;
	    font-size: 14px;
 	}
 	
 	.modal-body .md_btn2 > a{
 		font-size: 13px;
 		padding: 0 10px;
 	}

    .orgg-modal{
        width: 400px;
        max-width: 100%;
    }

    .orgg-modal{
        padding: 0;
        top: auto;
        width: 100%;
        height: 100%;
    }

    .orgg-modal .list_info .list_box {
        height: 100%;
    }

    .orgg-modal .list_wrap .tbl-content {
        min-height: 80vh;
        max-height: 80vh;
        height: 80vh;
    }

    .orgg-modal .modal-content{
        border-radius:0!important;
        min-height: 100vh;
    }

    .modal.fade .orgg-modal,
    .modal.show .orgg-modal{
        transform:none;
    }

    .orgg-modal .modal-header{
        display:block;
    }
    .orgg-modal .modal-title{
        display: block;
        width:100%;
    }

    .orgg-modal .list_info .list_box{
        height:100%;
        margin: auto;
    }

    .orgg-modal .modal-header .close1{
        top:15px;
    }

    .orgg-modal .modal-header .reset{
        top: 20px;
    }
 	
}

@media (max-width: 410px) {
    .modalBox .txt-fld input {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .modal-body .md_btn2 > a{
 		padding: 0 5px;
 	}
}




.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}



/*20180814*/
@media (max-width: 767px) {
    .map_wr .modal-dialog {
        top: 30%;
    }
}

@media (max-width: 615px) {
    form.form-contact .one-half {
        width: 100% !important;
        padding-left: 0 !important;
    }

    form.form-contact .input-email {
        width: 60% !important;
    }
}

@media (max-width: 420px) {
    form.form-contact .input-email {
        width: 43% !important;
    }
}

.one-half,
.one-third,
.one-fourth,
.one-fifth {
    display: block;
    float: left;
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.33333333%
}

.one-fourth {
    width: 25%
}

.one-fifth {
    width: 20%
}

.one-sixth {
    width: 16.6666%
}

.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 textarea {
    color: #777;
    padding: .6em .6em;
    display: inline-block;
    font-size: 1em;
    transition: .15s linear border;
    -webkit-appearance: none;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    font-family: inherit;
}

.wpcf7 {
    margin-top: 20px;
}

.wpcf7-mg0 {
    margin-top: 0;
}

.wpcf7-select {
    padding: 7px 60px;
}

div.wpcf7 .wpcf7-not-valid {
    border-color: #F00
}

div.wpcf7 p {
    margin-bottom: 10px
}

span.wpcf7-not-valid-tip {
    display: none !important
}

div.wpcf7 input,
div.wpcf7 textarea {
    max-width: 100%;
    width: 100%;
}

div.wpcf7-validation-errors {
    margin: 20px 0 0;
    padding: 10px;
    color: #c4690e;
    background: #fffdf3;
    text-align: center;
    border: 1px solid #fad7b5;
    font-weight: 400;
    font-size: 0.923em;
}

div.wpcf7 .wpcf7-mail-sent-ok {
    margin: 10px 0 0;
    padding: 10px;
    background: #edfdd3;
    border: 1px solid #c4dba0;
    text-align: center;
    color: #657e3c;
    font-weight: normal;
}

div.wpcf7-mail-sent-ng {
    margin: 0;
    padding: 10px;
    background: #ffe9e9;
    color: #d04544;
    border: 1px solid #e7a9a9;
}

.wpcf7 input,
.wpcf7 textarea {
    margin-top: 5px
}

div.wpcf7 .col input {
    width: 100%
}

div.wpcf7 .one-half input {
    width: 100%
}

div.wpcf7 .one-half {
    padding-left: 20px
}

div.wpcf7 .one-half.first {
    padding-left: 0
}

div.wpcf7 .full-width input {
    width: 100%
}

div.wpcf7 .wpcf7-submit {
    max-width: 100%;
    width: 100%;
    background: #14407e;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 0;
    font-weight: bold;
}

div.wpcf7 .wpcf7-submit-blue {
    max-width: 50%;
    width: 49%;
    background: #14407e;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 0;
    font-weight: bold;
    float: left;
}

div.wpcf7 .wpcf7-submit-gray {
    max-width: 50%;
    width: 49%;
    background: #555;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 0;
    font-weight: bold;
}


.modal-content .form-horizontal img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
