*:focus { outline:none !important; }
#index {
    margin: 0%;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
}
.header {
    width:100%;
    height: 30%;
}
.imgs {
    width: 100%;
    height: 300px;
}
.contents {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
#title {
    font-size: 1.875rem;
    letter-spacing : -0.2rem;
}
#telNumForm {
    width: 100%;
    height: 60px;
    background-color: #F1EFEF;
    border-radius: 15px;
    font-size: 0.9375rem;
    color: darkgray;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 17px;
}
#telNumForm:focus {
    border: 0.3rem solid #0B9B70;
    outline: none !important;
    border-radius: 1rem;
}
.wrap label {
    padding-left: 10px;
    padding-top: 3px;
    font-size: 2rem;
}
.check-label::after {
    width: 27px !important;
    height: 27px !important;
}
.check-label::before {
    width: 27px !important;
    height: 27px !important;
}
.check-input:checked~.check-label::before {
    border-color: #0B9B70 !important;
    background-color: #0B9B70 !important;
}
#showTerms {
    width: 100%;
    text-align: right;
    margin-left: 0px;
    margin-top: -35px;
    padding-top: 0px;
    padding-right: 5px;
    border: none;
    outline: none;
    box-shadow: none;
}
#show {
    font-size: 18px;
    text-decoration: underline;
    color: darkgray;
}
.footer {
    position: absolute;
    bottom: 0;
    width:100%;
    height: 50px;
}
.loginBTN {
    width:100%;
    height: 50px;
    border: none;
    background-color: #707070;
    font-size: 24px;
    color: white;
    position: fixed;
}
.modal-dialog {
    max-width: 330px !important;
    margin: 0px auto !important;
    margin-top: 65px !important;
    max-height: calc(70% - -20px) !important;
}
#popupHead {
    border-bottom: none;
    text-align: center;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}
.popupText {
    text-align: center;
    font-size: 24px;
}
#popupHeadImg {
    width: 100%;
    height: 10%;
    top: 0;
    margin-bottom: 28px;
}
.popupBody {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.popupTitle {
    font-size: 20px;
    margin-left: 0px;
    text-align: center;
}
.popupCon {
    font-size: 13px;
    color: darkgray;
    padding-left: 20px;
    padding-right: 20px;
}
.agreeBTN {
    width:100%;
    height: 100%;
    border: none;
    background-color: #0B9B70;
    font-size: 20px;
    color: white;
    margin: 0 !important;
}
.popupFoot {
    width: 100%;
    height: 60px;
    padding: 0 !important;
    padding-top: 0px !important;
}

/* --------------- stamp.html --------------- */
.stamp-header {
    width:100%;
    height: 40%;
}
.image-text {
    width: 100%;
    height: 10%;
    position: absolute;
    padding-top: 0px;
    font-size: 20px;
    left: 0px;
    top: 217px;
    text-align: center;
}
.stamp-contents {
    width: 100%;
    padding-top: 20px;
}
#content1 {
    border-bottom: 1px solid gray;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 0px;
}
#content2 {
    padding-left: 20px;
    padding-top: 20px;
}
.content-title {
    font-size: 18px;
    color: darkgray;
    margin-bottom: 5px;
}
.content-text {
    font-size: 20px;
}
.alertBody {
    display: inline-block;
    text-align: center;
    border-bottom: 0px solid gray;
    height: 130px;
}
.alertMSG {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 58px;
    top: 0;
    left: 0;
    font-size: 15px;
    color: darkgray;
}
.alertFoot {
    padding-top: 0;
    height: 60px;
}
.confirmBTN {
    width:100%;
    height: 100%;
    border: none;
    background-color: white;
    font-size: 17px;
    color: #0B9B70;
    margin: 0 !important;
}
.alert {
    margin-top: 130px !important;
}

