
@font-face {
    font-family:"S-Core Dream";
    src:url("../fonts/SCDream/SCDream4.woff2") format("woff2"),url("../fonts/SCDream/SCDream4.woff") format("woff"),url("../fonts/SCDream/SCDream4.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"S-Core Dream";
    src:url("../fonts/SCDream/SCDream5.woff2") format("woff2"),url("../fonts/SCDream/SCDream5.woff") format("woff"),url("../fonts/SCDream/SCDream5.otf") format("opentype");
    font-style:normal;font-weight:500;
}
@font-face {
    font-family:"S-Core Dream";
    src:url("../fonts/SCDream/SCDream6.woff2") format("woff2"),url("../fonts/SCDream/SCDream6.woff") format("woff"),url("../fonts/SCDream/SCDream6.otf") format("opentype");
    font-style:normal;font-weight:600;
}
#userLogin.modal{
	font-size: 18px;
	font-family: 'Noto Sans KR';
}

#userLogin .d-logo {
    display: inline-block;
    width: 220px;
    height: 76px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/logo_login.png);
    background-position: center center;
}
#userLogin .d-logo>span {
    opacity: 0;
}

#userLogin .invalid-feedback {
    color: #d85f38;
    font-size: 14px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#userLogin.modal .was-validated .form-control:invalid, 
#userLogin.modal .form-control.is-invalid {
    border-color: #d85f38;
}


#userLogin .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 20px;
    outline: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
#userLogin .modal-dialog{
	max-width: 520px;
}

#userLogin.modal .modal-header {
    padding-bottom: 0px;
    border: 0;
}


#userLogin .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 32px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

#userLogin .clearfix h2 {
    padding-top: 20px;
    padding-bottom: 22px;
    font-family: "S-Core Dream";
    font-weight: bold;
    letter-spacing: -1.7px;
    color: #333;
    margin: 0;
    position: relative;
}
#userLogin .clearfix h2::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 5px;
    background-color: #3db54b;
    left: 0;
    top: 0;
}
#userLogin .clearfix h2::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 5px;
    background-color: #1553a3;
    left: 0;
    top: 0;
}


#userLogin.modal .modal-header button.close {
    opacity: 1;
    position: absolute;
    top: 30px;
    right: 30px;
}
#userLogin.modal .modal-header button.close>span {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    background-image: url(../images/close_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


#userLogin.modal .modal-body {
    padding: 0 32px;
}


#userLogin.modal .form-control {
    height: 58px;
    padding: 18px 0 20px 16px;
    font-size: 18px;
    color: #999;
    border-color: #ccc;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    letter-spacing: -1px;
}

#userLogin.modal .letter-1 {
    letter-spacing: -1px !important;
}

#userLogin.modal .font-weight-normal {
    font-weight: 400 !important;
}



#userLogin.modal .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.6875rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}

#userLogin.modal .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.34375rem;
    opacity: 0;
}

#userLogin.modal .custom-control.custom-checkbox .custom-control-label {
    padding-left: 20px;
}
#userLogin.modal .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

#userLogin.modal .custom-control.custom-checkbox .custom-control-label::before, 
#userLogin.modal .custom-control.custom-checkbox .custom-control-label::after {
    border-radius: 0;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#userLogin.modal .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
#userLogin.modal .custom-control-label::after {
    position: absolute;
    top: 0.34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}
#userLogin.modal .custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
#userLogin.modal .custom-control-label::before {
    position: absolute;
    top: 0.34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}


#userLogin.modal .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3eb54b;
    border-color: #3eb54b;
}

#userLogin.modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}


#userLogin.modal .custom-control-label{
	font-weight: 400;
}



#userLogin.modal .d-flex{
	display: flex;
}
#userLogin.modal .justify-content-between {
    justify-content: space-between !important;
}
#userLogin.modal .align-items-center {
    align-items: center !important;
}


#userLogin .mb-4{
	margin-bottom: 28px !important;
}
#userLogin .mb-5{
	margin-bottom: 35px !important;
}



#userLogin.modal .S-Core {
    font-family: "S-Core Dream" !important;
    font-weight: 500;
}
#userLogin.modal .btn {
    display: inline-block;
    vertical-align: middle;
    min-width: auto;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    padding: 18px 45px;
    font-size: 20px;
    height: auto;
}


#userLogin.modal .btn-success {
    color: #fff;
    background-color: #3eb54b;
    border-color: #3eb54b;
}


#userLogin.modal .icon {
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#userLogin.modal .icon.icon-login-kakao {
    width: 48px;
    height: 48px;
    background-image: url(../images/icon-kakao-i.png);
    background-size: contain;
}
#userLogin.modal .icon.icon-login-naver {
    width: 48px;
    height: 48px;
    background-image: url(../images/icon-naver-i.png);
    background-size: contain;
}





#userLogin.modal .modal-footer {
    border: 0;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
}









