@charset "utf-8";

div.msgBox {
    position: fixed;
    z-index: 6000;
    font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    width: 430px;
    min-height: 160px;
    color: #00335e;
    background-color: #fff;
}

div.msgBoxBackGround {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 5000;
}

div.msgBoxTitle {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #232433;
    width: 100%;
    border-bottom: 1px solid #f2f5fd;
    background: #f2f5fd;
}

div.msgBoxImage {
    display: none;
    margin: 20px 5px 0 5px;
    float: left;
    height: 75px;
    width: 75px;
}

div.msgBoxImage img {
    height: 75px;
    width: 75px;
}

div.msgBoxContent {
    font-size: 16px;
    text-align: center;
    display: block;
    float: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 35px 0;
}

div.msgBoxContent p {
    padding: 0;
    display: block;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span {
    display: block;
    vertical-align: middle;
    color: #333333;
    font-size: 16px;
    line-height: 23px;
}

/* Content class for IE7*/

div.msgBoxContentIEOld {
    font-size: 11pt;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 90px;
    width: 319px;
    position: relative;
}

div.msgBoxContentIEOld p {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
}

div.msgBoxContentIEOld span {
    position: relative;
    top: -50%;
}

/* Content class for IE7*/

div.msgBoxButtons {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

div.msgBoxButtons input[type='button'] {
    cursor: pointer;
    margin: 2px;
    height: 40px;
    line-height: 40px;
    min-width: 90px;
    padding: 0 10px;
    border: 1px solid #5b5fe4;
    background-color: #5b5fe4;
    color: #FFFFFF;
    outline: none;
}

div.msgBoxButtons input.btns_gray {
    border: 1px solid #666e79;
    background-color: #747e8c;
}

div.msgBoxInputs {
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    width: 195px;
}

div.msgInput input[type='text'],
div.msgInput input[type='password'] {
    padding: 4px;
    border: 1px solid #DFDFDF;
    color: #2f2f2f;
    width: 180px;
}

div.msgInput text {
    color: #2f2f2f;
    font-size: 10pt;
}