

/* 모달 */


.modal{ position: fixed; z-index: 100; left: 0; top: 0; bottom: 0; max-width: 100%; width: 100%; height: 100%;background-color: rgba(0,0,0,0.2); }
.modal-bg{    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c0c0c;
    opacity: .8;
    z-index: 100;
    transition: all .2s;
    }

.modal-wrap{background-color: #fff;padding:50px;position: fixed; width: auto; margin: 0 auto; top: 50%; transform: translate(-50%,-50%);  z-index: 120; box-shadow: 2px 4px 11px rgba(0,0,0,0.2);width: 100%;left:50%;}
.modal-con{padding: 40px 30px 40px; }
.modal-close{position: absolute; right: 16px; top: 16px; font-size: 1.35em; cursor: pointer; /* display: none; */ z-index: 102;}
.modal-body p.md-title{font-size: 1.1em; font-weight: 600;}
.modal-body .md-con{padding-top: 10px;}
.modal-body .md-con p{font-size: 16px; font-weight: 300;}
.modal-body .md-btn{text-align: right; padding-top: 50px;}
.modal-body .md-btn button{display: inline-block; cursor: pointer; margin:0 5px;  padding: 0 20px; height: 34px; border-radius: 3px; line-height: 34px; }

.show-modal{opacity: 1; visibility: visible; transform: scale(1);transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }

/* 기본알람창 크기 */
.modal-wrap.modal-xs{max-width: 520px;}
.modal-wrap.modal-sm{max-width: 760px;}
.modal-wrap.modal-md{max-width: 1024px;}
.modal-wrap.modal-lg{max-width: 1200px;}

/* 사용자 공통 알림/확인 (ModalUtil 제네릭 파란 버튼 대체) */
.modal.eco-user-dialog{
    z-index: 99999;
    display: block;
    background: transparent;
}
.modal.eco-user-dialog .modal-bg{
    opacity: 0.55;
}
.modal.eco-user-dialog .modal-wrap.modal-xs{
    max-width: 420px;
    width: calc(100% - 40px);
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}
.modal.eco-user-dialog .modal-con.modal-body{
    padding: 28px 24px 24px;
}
.modal.eco-user-dialog .md-con{
    padding-top: 0;
}
.modal.eco-user-dialog .md-con p.md-msg{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #222;
    word-break: keep-all;
    text-align: left;
}
.modal.eco-user-dialog .md-btn{
    padding-top: 28px;
    text-align: right;
}
.modal.eco-user-dialog .md-btn button{
    min-width: 88px;
    height: 40px;
    padding: 0 20px;
    margin: 0 0 0 8px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
}
/* 채용 사이트 메인 톤 (#1b3f8b) */
.modal.eco-user-dialog .md-btn button.md-btn-ok{
    background: #1b3f8b;
    color: #fff;
}
.modal.eco-user-dialog .md-btn button.md-btn-ok:hover{
    background: #204ca8;
}
.modal.eco-user-dialog .md-btn button.md-btn-cancel{
    background: #eef1f5;
    color: #444;
}
.modal.eco-user-dialog .md-btn button.md-btn-cancel:hover{
    background: #e2e6ec;
}
.modal.eco-user-dialog .md-btn button:focus-visible{
    outline: 2px solid #1b3f8b;
    outline-offset: 2px;
}



/* qna */

.su_notice .modal-out-tit{font-size:1.3rem; margin-bottom:30px; text-align: center;font-weight: 700; }
.su_notice ul{border-top:2px solid #115681}
.su_notice ul li{padding:20px 0;border-bottom:1px solid #ddd;}
.su_notice ul li p{width:100px;font-size:1rem;    display: flex;}
.su_notice ul li p span{font-size:1.125rem;color:#115681;transform: translateY(-2px);display: block;margin-left:4px}
.su_notice ul li input.text_input{width:calc(100% - 100px);font-size:1rem;background-color: #f5f5f5;border:1px solid #f5f5f5;padding:10px; outline: none;;}
.su_notice ul li input.file_input{font-size:1rem;padding:10px;width: auto;cursor: pointer;}
.su_notice ul li > div{display: flex;align-items: center;}
.su_notice ul li textarea{resize:none; height: 150px; overflow-y: scroll;background: #f5f5f5;width: calc(100% - 100px);border:1px solid #f5f5f5;padding:10px; outline: none;border-radius: 0;}


.su_notice ul li textarea::-webkit-scrollbar{width:15px;background-color: #f5f5f5;}
.su_notice ul li textarea::-webkit-scrollbar-thumb{background-color: #115681;}

.su_notice .btn{margin-top:30px;text-align: center;}
.su_notice .btn button{padding:15px 50px; background: #115681;color:#fff;font-size:1rem;}

    
.pas_check{display:flex;align-items: center;}


.pas_check input[type="checkbox"]{
    display: none;
  }
.pas_check input[type="checkbox"] + label{
    display: inline-block;z-index: 9;cursor: pointer;
    width: 15px;
    height: 15px;
    /* background-image: url(https://d2npjdo51qntuz.cloudfront.net/static/img/user/sub/check.png); */
    background-size: cover;
    border:1px solid #ddd;
    content:'';
    position: relative;
  }
.pas_check input[id="check1_m"]:checked + label::after{
    font-size: 25px;content:'';
    width: 13px;
    height: 13px;
    text-align: center;
    background-image: url(https://d2npjdo51qntuz.cloudfront.net/static/img/user/sub/check.png);
    background-size: cover;
    /* background-color: #115681; */
    position: absolute;
    border-color:#115681;
    left: 0;
    top:0;
  }
  .pas_check label span{position: absolute;width: max-content;left:22px;top:-4px}
  .pas_ch{margin-right:10px;width:85px;}


  





/* ********************************************* *
* 960px
* ********************************************* */
@media screen and (max-width: 960px){

.modal-wrap.modal-sm { max-width: 90%;    padding: 20px;}


}

/* ********************************************* *
* 500px
* ********************************************* */
@media screen and (max-width: 500px){

    .su_notice ul li input.text_input {padding: 5px;width: 100%;margin-top:5px;}
    .su_notice ul li textarea{padding: 5px;width: 100%;margin-top:5px;}
    .su_notice ul li p { width: 100%;}
    .su_notice ul li > div {flex-direction: column;}
    .su_notice .btn button {padding: 10px 30px;}
      .su_notice .btn {margin-top: 20px;}
        .pas_ch {width: 135px; }
        .modal-wrap.modal-sm {padding: 20px;}
}
/* ********************************************* *
* 400px
* ********************************************* */
@media screen and (max-width: 400px){

    .modal-wrap.modal-sm {padding: 10px;}
    .su_notice ul li {padding: 15px 0;}
    .su_notice ul li textarea {height: 120px;}
    .su_notice .modal-out-tit {
        font-size: 1.2rem;margin-top:10px;
        margin-bottom: 10px;}

        .modal-close {top: 10px;}



}









