@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap'); */
@font-face {
    font-family: 'Bd';
    src: url(../fonts/NanumSquareNeo-Bd.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Eb';
    src: url(../fonts/NanumSquareNeo-Eb.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Hv';
    src: url(../fonts/NanumSquareNeo-Hv.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Pretendard-B';
    src: url(../fonts/Pretendard-Bold.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
address, em, img, strong, i, dl, dt, dd, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, figure, button, input, select {
	margin: 0;
	padding: 0;
	border: 0;
    word-break: break-all;
}
:lang(ko) {word-break: keep-all;}
ul, li {list-style: none;}
a {text-decoration: none; color: inherit;}
em, address {font-style: normal;}
h1, h2, h3, h4, h5, h6, strong {font-weight: normal;}
img , article, aside, figcaption, figure, footer, header, nav, section, main {display: block;}
table {border-collapse: collapse; border-spacing:0;}
input, button {
    border-radius:0; -webkit-appearance:none; -moz-appearance:none; appearance:none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.img {
    width: 100%;
    margin: 0 auto;
}

body {
    font: 26px/1 'Eb', 'Noto Sans KR','돋움', dotum, AppleGothic sans-serif; letter-spacing: -1px;
    box-sizing: border-box;
    /* background: #ebebeb; */
    background-color: #cde9e6;
}

#bgbg {
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 100%;
    right: 0px;
    margin:auto;
    top:0px;
    bottom:0px;
}
#bgbar01 {
    position: absolute;
    background-color: #d6f1e2;
    width: 100%;
    height: 13.5%;
    right: 0px;
}

.hidden {
    width: 0; height: 0;
    position: absolute; left: -9999px; top: 0;
    overflow: hidden;
}

input:focus, select:focus, option:focus, textarea:focus, button:focus{
	outline: none;
}

/*뷰어 종료 메시지박스 디자인*/

#exitPopup {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000a6;
    z-index: 999;
}

#exitPopBox {
    position: relative;
    top: 360px;
    z-index: 1000;
    border-radius: 30px;
    background: #f2f2f2;
    width: 462px;
    height: 362px;
    margin: 0 auto;
}

#exitPopBox .title {
    font-size: 32px;
    position: relative;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    top: 60px;
    text-indent: 40px;
    line-height: 40px;
    font-family: 'Hv' !important;
}

#exitPopBox .title .tit_mark {
    position: absolute;
    left: 145px;
}

#exitPopBox .middlePan {
    position: relative;
    width: 400px;
    height: 80px;
    background-color: #fff;
    border-radius: 20px;
    margin: 80px auto;
}

.middlePan > input {
    width: 400px;
    height: 80px;
    margin: 0;
    /* border: 1px solid #e4e4e4; */
    border-radius: 20px;
    font: 20px 'Eb';
    text-align: center;
    letter-spacing: -0.5px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: auto;
}

.middlePan > input:focus {
    border: 2px solid #18d0b0;
    background-color: #e9fffb;
}

.middlePan span {
    font-size: 24px;
    right: 30px;
    top: 28px;
    position: absolute;
}

.bottomPan .btn_saveQuit {
    border: 2px solid #15bb9e;
    line-height: 65px;
    /* text-indent: 0px; */
    cursor: pointer;
    position: absolute;
    left: 30px;
    bottom: 60px;
    width: 195px;
    height: 65px;
    border-radius: 20px;
    text-align: center;
    font-family: 'Bd';
    background-color: #18d0b0;
    font-size: 22px;
    color: #fff;
}

.bottomPan .btn_ok {
    border: 2px solid #cecece;
    line-height: 65px;
    /* text-indent: 0px; */
    cursor: pointer;
    position: absolute;
    right: 30px;
    bottom: 60px;
    width: 195px;
    height: 65px;
    border-radius: 20px;
    text-align: center;
    font-family: 'Bd';
    background-color: #dbdbdb;
    font-size: 22px;
}

.bottomPan .btn_cancel {
    background: url(../images/icon/icon_close.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 38px;
    height: 38px;
}