*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
	background:#999 !important;	
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block;
}
html, body, .container, .scroller {
	height: 100%;
}
@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-light_1-webfont.woff2') format('woff2'),
         url('fonts/roboto-light_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-reg';
    src: url('fonts/roboto-regular_2-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.scroller {
	overflow:hidden;
}
.scroller,
.scroller-inner {
	/*position: relative;*/
}
.container {
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.menu-work-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
#wrapper {
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
#login-bg {
    display: block;
}
#login-bg-2 {
    display: none;
}
.login-bg-img {
    height: 100%;
    display: grid;
    overflow: hidden;
}
.center-fit {

    max-width: 100%;

    /*max-height: 100vh;*/

    margin: auto;

}
.slide1-bg{
    width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
}
.form-area {
    width: 100%;
    height: auto;
    position: absolute;
    top: 43%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-area input {
    width: 85%;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
    background: none;
    margin-bottom: 5px;
    border: solid 1px #e51188;
}
.q1 {
    width: 80%;
	height: auto;
	margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 10%;
}
.q2 {
    width: 80%;
	height: auto;
	margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 10%;
}
.q3 {
    width: 80%;
	height: auto;
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
}
.q1-check{
    width: 100%;
    position: absolute;
    top: 45%;
    font-size: 3vw;
    font-family: 'roboto-reg';
}
.q1-check span{
    position: relative;
    top: -4px;
    left: -4px;
}
.q1-check input{
   margin-left: 5%;
}
.q2-check{
    width: 100%;
    position: absolute;
    top: 45%;
    font-size: 3vw;
    font-family: 'roboto-reg';
}
.q2-check span{
    position: relative;
    top: -4px;
    left: -4px;
}
.q2-check input{
    margin-left: 5%;
}
.q3-check{
    width: 100%;
    position: absolute;
    top: 40%;
    font-size: 3vw;
    font-family: 'roboto-reg';
}
.q3-check span{
    position: relative;
    top: -4px;
    left: -4px;
}
.q3-check input{
    margin-left: 5%;
}
.q4-check{
    width: 100%;
    position: absolute;
    top: 45%;
    font-size: 3vw;
    font-family: 'roboto-reg';
}
.q4-check span{
    position: relative;
    top: -4px;
    left: -4px;
}
.q4-check input{
    margin-left: 5%;
}
input[type="radio"]{
    appearance: none;
    border: 1px solid #5c3689;
    width: 4vw;
    height: 4vw;
    content: none;
    outline: none;
    margin-right: 10px;
    border-radius: 1vw;
 }
 input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
    border-radius: 1vw;
  }
  
  input[type="radio"]:checked::before{
    position: absolute;
    color: #fff !important;
    content: "\00A0\2713\00A0" !important;
    border: 1px solid #5c3689;
    font-weight: bolder;
    font-size: 3vw;
    border-radius: 1vw;
    background-color: #5c3689;
  }
.sub-2 {
	width: 80%;
    height: 35px;
    position: absolute;
    top: 75%;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
    border: none;
    left: 10%;
	background-color:#5c4296;
	color: #FFF;
	line-height: 35px;
	letter-spacing: 10px;
    font-family: roboto-reg;
}
.sub-2:active{
    background-color:#7f4296;
    
}

.drname {
    width: 650px;
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
	margin-bottom: 15px;
    border: solid 1px #e51188;
}

.sub {
    width: 85%;
    height: 35px;
    border-radius: 5px;
    padding: 0px 10px;
    border: none;
    color: white;
    margin-top: 0px;
    background-color:#5c4296;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    font-family: roboto-reg;
	letter-spacing: 10px;
}
.sub:active{
    background-color:#7f4296;
    
}
  
  .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	left: 50%;
	top: 120px;
    width: 907px;
	margin-left: -453px;
	position: relative;
	transition: all 5s ease-in-out;
  }
  
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
	position: absolute;
	top: 0px;
	width: 110px;
	height: 110px;
	right: 0px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
  }
  .popup .content {
	max-height: 30%;
	overflow: auto;
  }
  
  