body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f9fbfd;
	overflow-y:auto;
}

.auth-wrapper {
  min-height: 100vh
}
.position-relative {
  position: relative !important
}

.align-items-center {
  -webkit-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
  -ms-flex-pack: center;
}

.align-items-center:after{
	content:'';
	min-height:inherit;
	font-size:0;
}
.text-center {
    text-align: center!important;
}
.justify-content-center {
  -webkit-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
}
.d-flex {
    display: flex!important;
	display: -webkit-flex!important;
	display: -ms-flex!important;
}

.p-3 {
    padding: 1rem!important;
}

.row {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mt-3, .my-3 {
    margin-top: 1rem;
}
.mt-4, .my-4 {
    margin-top: 1.5rem;
}

.mt-5, .my-5 {
    margin-top: 3rem!;
}

.mb-5 {
    margin-bottom: 4rem!;
}
.form-group {
    margin-bottom: 1rem;
}

.bg-white {
    background-color: #fff!important;
}


.h2, h2 {
    font-size: 1.875rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}
a.link, body {
    color: #7c8798;
}

.text-dark {
    color: #1c2d41!important;
}

dd, h1, h2, h3, h4, h5, h6, label {
    margin-bottom: .5rem;
}

a.text-danger {
    color: #ff0332!important;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #4F5467;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control input {
	font-family: font-family: 'Noto Sans CJK KR' , 'Noto Sans KR', 'Noto Sans EOT', SimHei, Sans-serif,'맑은고딕','Malgun Gothic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,"FangSong", "仿宋", STFangSong, "华文仿宋","Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",AppleGothic,Dotum,arial,sans-serif;
}
.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 15px;
    border-radius: 2px;
	font-family: 'Noto Sans CJK KR' , 'Noto Sans KR', 'Noto Sans EOT', SimHei, Sans-serif,'맑은고딕','Malgun Gothic', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,"FangSong", "仿宋", STFangSong, "华文仿宋","Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",AppleGothic,Dotum,arial,sans-serif;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:focus{
	color:#fff;
}
.btn-dark {
    color: #fff;
    background-color: #1c2d41;
    border-color: #1c2d41;
}



.auth-wrapper .auth-box {
    /* box-shadow: 0 3px 9px 0 rgb(162 176 190 / 15%); */
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    max-width: 950px;
    margin: 5% 0;
    position: relative;
	width: 100%;
}

.auth-wrapper .auth-box .modal-bg-img {
    background-size: cover;
    background-position: top center;
    min-height: 300px;
	position:relative;
	background-repeat: no-repeat;
}


.auth-wrapper .auth-box .modal-bg-img .bg{
	position:absolute;
	background: rgba(0, 0, 0, 0.015);
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.auth-wrapper .auth-box .modal-bg-img .bg-txt{
	text-align:center;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
	height:58.33333%;
}

.auth-wrapper .auth-box .modal-bg-img .bg h2{
	color:#fff;
	text-align:center;
	display:inline-block;
}

/* .login-box label{font-weight:400;} */
.auth-wrapper .auth-box .login-box h2{color:#444; margin:0 0 12px;font-family: score; font-size:24px; font-weight:600;}
.auth-wrapper .auth-box .login-box p{color:#777777; word-break: keep-all; font-size:15px;line-height: 1.2;}
.auth-wrapper .auth-box .login-box p.copyright{color:rgba(124,135,152,0.7); font-size:12px;}
.auth-wrapper .auth-box .login-box .radio-box label{font-weight:400;}
.auth-wrapper .auth-box .login-box .radio-box input[type=radio]{margin-right: 3px; margin-bottom: 2px;}
.auth-wrapper .auth-box .login-box .btn-box{position:relative; margin: 5px 0 47px;}
.auth-wrapper .auth-box .login-box input::placeholder {
	color:#b8c3d5;
	opacity:1;
	font-size:14px;
}
.auth-wrapper .auth-box .login-box .p-3{padding:50px 15px 15px !important;}

#loginFrm{margin:35px 0 0;}
.btn#login_btn{
	background:#5367ce; 
	padding: 12px 0; 
	border-radius:25px;
	box-shadow: 0px 0px 30px 0 rgba(83, 103, 206, 0.3);
}
.btn#login_btn:hover{color:#fff;}

/* 메세지 */
#message{font-size:14px; position:absolute; top:55px; color:#ff4f70 !important }



@media (max-width: 992px){
	.auth-wrapper .auth-box .login-box{width:100%;}
	.auth-wrapper .auth-box .login-box .col-sm-12{width:100%;}
	.auth-wrapper .auth-box .modal-bg-img{display:none;}
	.auth-wrapper .auth-box{margin: 5%;}
}

