/*! * Start Bootstrap - SB Admin 2 v4.0.6 (https://startbootstrap.com/template-overviews/sb-admin-2) 
* Copyright 2013-2019 Start Bootstrap 
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE) 
*/
/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) 
* Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter,Inc. 
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

:root {
    --blue:#4e73df;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#e74a3b;
    --orange:#fd7e14;
    --yellow:#f6c23e;
    --green:#1cc88a;
    --teal:#20c9a6;
    --cyan:#36b9cc;
    --white:#fff;
    --gray:#858796;
    --gray-dark:#5a5c69;
    --primary:#4e73df;
    --secondary:#858796;
    --success:#1cc88a;
    --info:#36b9cc;
    --warning:#f6c23e;
    --danger:#e74a3b;
    --light:#f8f9fc;
    --dark:#5a5c69;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before {
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html {
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
    background-color:#161920;
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display:block
}
body {
    margin:0;
    font-family:Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#858796;
    text-align:left;
    background-color:#161920;
}
[tabindex="-1"]:focus {
    outline:0!important
}

.container {
	padding-top:200px;
    width:100%;
    max-width: 600px;
    padding-right:.75rem;
    padding-left:.75rem;
    margin-right:auto;
    margin-left:auto
}
.container-fluid {
    width:100%;
    padding-right:.75rem;
    padding-left:.75rem;
    margin-right:auto;
    margin-left:auto
}
.container-70 {
    padding-top:70px;
    width:100%;
    max-width: 600px;
    padding-right:.75rem;
    padding-left:.75rem;
    margin-right:auto;
    margin-left:auto;
    vertical-align: middle;
}
.container-regist {
    padding-top:40px;
    width:100%;
    max-width: 600px;
    padding-right:.75rem;
    padding-left:.75rem;
    margin-right:auto;
    margin-left:auto;
    vertical-align: middle;
}

.row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-.75rem;
    margin-left:-.75rem
}
.no-gutters {
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right:0;
    padding-left:0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position:relative;
    width:100%;
    padding-right:.75rem;
    padding-left:.75rem
}
.card-body {
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1.25rem
}

.form-control {
    display:block;
    width:100%;
    height:39px;
    padding:.375rem .75rem;
    font-size: 0.8rem;
    font-weight:400;
    line-height:1.5;
    color:#6e707e;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #d1d3e2;
    border-radius:.35rem;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition:none;
        transition:none
    }
}
.form-control::-ms-expand {
    background-color:transparent;
    border:0
}
.form-control:focus {
    color:#6e707e;
    background-color:#fff;
    border-color:#bac8f3;
    outline:0;
    -webkit-box-shadow:0 0 0 .2rem rgba(78,115,223,.25);
    box-shadow:0 0 0 .2rem rgba(78,115,223,.25)
}
.form-control::-webkit-input-placeholder {
    color:#858796;
    opacity:1
}
.form-control::-moz-placeholder {
    color:#858796;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#858796;
    opacity:1
}
.form-control::-ms-input-placeholder {
    color:#858796;
    opacity:1
}
.form-control::placeholder {
    color:#858796;
    opacity:1
}
.form-control:disabled,.form-control[readonly] {
    background-color:#eaecf4;
    opacity:1
}
.form-control-select {
    font-size: 16px;
}
select.form-control:focus::-ms-value {
    color:#6e707e;
    background-color:#fff
}
.form-control-file,.form-control-range {
    display:block;
    width:100%
}
.form-group {
    margin-bottom: 0.4rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.btn-regist {
    color: #fff;
    background-color: #008e47;
    border-color: #008e47;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-block {
    display: block;
    width: 100%;
}

.text-center {
    text-align:center!important;
}

.col-lg-12 .loginForm{
	padding-right: 9rem;
    padding-left: 9rem;
}

.col-lg-12 .registForm{
    padding-right: 5rem;
    padding-left: 5rem;
}

.text-white {
    color:#fff!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-bottom: 3.1rem;
    font-weight: 400;
    line-height: 1.2;
}
.h1,h1 {
    font-size:2.5rem
}
.h2,h2 {
    font-size:1.8rem
}
.h3,h3 {
    font-size:1.75rem
}
.h4,h4 {
    font-size:1.5rem
}
.h5,h5 {
    font-size:1.25rem
}
.h6,h6 {
    font-size:1rem
}
.h7,h7 {
    font-size:0.8rem
}

a{
	text-decoration:none;
}

.checks {position: relative;}
.checks input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}
.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
  content: ' ';
  display: inline-block;
  width: 21px;  /* 체크박스의 너비를 지정 */
  height: 21px;  /* 체크박스의 높이를 지정 */
  line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 8px 0 0;
  text-align: center; 
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius : 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checks input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */ 
  content: '\2714';  /* 체크표시 유니코드 사용 */
  color: #99a1a7;
  text-shadow: 1px 1px #fff;
  background: #e9ecee;
  border-color: #adb8c0;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
.checks.etrans input[type="checkbox"] + label {
  padding-left: 30px;
}
.checks.etrans input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: .6;
  box-shadow: none;
  border-color: #6cc0e5;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.checks.etrans input[type="checkbox"]:checked + label:before {
  position: absolute;
  content: "";
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity:1; 
  background: transparent;
  border-color:transparent #6cc0e5 #6cc0e5 transparent;
  border-top-color:transparent;
  border-left-color:transparent;
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.no-csstransforms .checks.etrans input[type="checkbox"]:checked + label:before {
  /*content:"\2713";*/
  content: "\2714";
  top: 0;
  left: 0;
  width: 21px;
  line-height: 21px;
  color: #6cc0e5;
  text-align: center;
  border: 1px solid #6cc0e5;
}