html{
	width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
  font-family:'Noto Sans KR', sans-serif;
  background-color: #F8F9FD;
  margin:0px;
  color: #3d3d3d;
  height: 100%;
  overflow: auto;
  background-image: url(../img/login/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

* {
  box-sizing: border-box;
}

/* style inputs and link buttons */
input{
	width: 70%;
    padding: 7px;
    border: 1px solid #7b7b7b;
    border-radius: 4px;
    margin: 3px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
}


input:hover,
.btn:hover {
  opacity: 1;
}

.btn_join {
    display: inline-block;
    height: 35px;
    width: 90px;
    border: 1px solid #1e1e1e;
    font-size: 14px;
    line-height: 33px;
    color: #1e1e1e;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    background-color: #fff0be;
}
.btn_join:hover{
	color: #fff;
	background-color: #1e1e1e;
}



/* layer modal */
.layer_area{
	width: 100%;
	height: 100%;
	position: fixed;
	left:0px;
	top:0px;
	display: none;
	z-index: 101;
}

.layer_area > .modal_area{
	position: absolute;
	width: 700px;
	height: 700px;
    top: calc(50% - 350px);
    left: calc(50% - 350px);
    background-color: white;
    border: 1px solid #757575;
    box-shadow: 3px 0px 7px -2px #a7a7a7;
    user-select: none;
}

.modal_area > .modal_top{
	background-color: #e4e4e4;
    height: 35px;
}

.modal_area > .modal_top > span{
	padding: 0px 10px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
}

.modal_area > .modal_top > .close_btn{
	float: right;
    margin: 2px 7px;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 20px;
}

.modal_area > .modal_content{
	width: 100%;
	height: calc(100% - 35px);
}

.modal_area > .modal_content > iframe{
	width:100%;
	height: 100%;
	border: none;
}

/* 
.modalContainer{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    display: none;
    z-index: 100;
}

.modalContent{
	position: absolute;
	width: 500px;
	height: 500px;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    background-color: white;
    border: 1px solid #afafaf;
    box-shadow: 1px 2px 3px -2px;
}

.modalTop {
	background-color: #e4e4e4;
	height: 35px;
}
.modalTop #modalTitle{
	padding: 0px 10px;
    line-height: 35px;
    user-select: none;
}

.modalContainer .fa-times{
    float: right;
    font-size: 24px;
    margin: 5px 10px;
    cursor: pointer;
    color: #404040;
} */

.section{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.content{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.wrap {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0 10px 34px -15px rgba(0,0,0,.24);
    box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
}

.left-wrap, .right-wrap {
    width: 50%;
    padding: 1.5rem!important;
}

.left-wrap {
    position: relative;
    background: #fff;
}

.right-wrap{
		text-align: center;
		display: flex;
	    align-items: center!important;
	    -webkit-box-align: center!important;
	    color: #fff;
}

.right-wrap p{
	font-size: 18px;
}

.becha .right-wrap{
	background: #63cdf5;
	background: -moz-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-gradient(left top,right bottom,color-stop(0%,#63cdf5),color-stop(100%,#2220af));
	background: -webkit-linear-gradient(-45deg, #63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -ms-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: linear-gradient(135deg,#63cdf5 0%,#2220af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cdf5', endColorstr='#2220af', GradientType=1 );
}

.owner .right-wrap{
	background: #63cdf5;
	background: -moz-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-gradient(left top,right bottom,color-stop(0%,#63cdf5),color-stop(100%,#2220af));
	background: -webkit-linear-gradient(-45deg, #63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -ms-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: linear-gradient(135deg,#63cdf5 0%,#2220af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cdf5', endColorstr='#2220af', GradientType=1 );
}

.right-wrap .home{
	border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 7px 20px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 10px;
}

.right-wrap .home:hover{
	border: 1px solid transparent;
    background: #fff;
    color: #000;
}

.login-form{
	margin-top:90px;
}

.login-form .form-group{
	margin-bottom: 1.2rem!important;
}

.login-form .form-group label {
    display: inline-block;
    margin-bottom: .2rem;
    font-weight: 700;
    font-size: 15px;
}

.login-form .form-control {
    display: block;
    width: 100%;
	height: 48px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    background: rgba(0,0,0,.05);
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

input[type=submit].form-control{
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.becha input[type=submit].form-control{
	background: #63cdf5;
	background: -moz-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-gradient(left top,right bottom,color-stop(0%,#63cdf5),color-stop(100%,#2220af));
	background: -webkit-linear-gradient(-45deg, #63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -ms-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: linear-gradient(135deg,#63cdf5 0%,#2220af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cdf5', endColorstr='#2220af', GradientType=1 );
}

.owner input[type=submit].form-control{
	background: #63cdf5;
	background: -moz-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-gradient(left top,right bottom,color-stop(0%,#63cdf5),color-stop(100%,#2220af));
	background: -webkit-linear-gradient(-45deg, #63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -ms-linear-gradient(-45deg,#63cdf5 0%,#2220af 100%);
	background: -webkit-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: -o-linear-gradient(315deg,#63cdf5 0%,#2220af 100%);
	background: linear-gradient(135deg,#63cdf5 0%,#2220af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63cdf5', endColorstr='#2220af', GradientType=1 );
}

.form-control:focus, .form-control:active {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0,0,0,.07);
    border-color: transparent;
}

.login-form .find-text{
	float: right;
    text-decoration: none;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 25px;
}

@media (min-width: 576px){
	.container {
	    max-width: 540px;
	}
}
@media (min-width: 768px){
	.container {
	    max-width: 720px;
	}
	.content {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.wrap {
	    display: -webkit-box!important;
	    display: -ms-flexbox!important;
	    display: flex!important;
	}
	.right-wrap {
	    -webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	    order: 13;
	}
}

@media (min-width: 992px){
	.container {
	    max-width: 960px;
	}
	.content {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 83.33333%;
	    flex: 0 0 83.33333%;
	    max-width: 83.33333%;
	}
	.left-wrap, .right-wrap {
	    padding: 3rem!important;
	}
}

@media (min-width: 1200px){
	.container {
	    max-width: 1210px;
	}
}
@media (max-width: 991.98px){
	.left-wrap, .right-wrap {
	    width: 100%;
	}
	
	.section{
		margin: 4em 0;	
	}
	
}


@media only screen and (min-width:1101px){
	#login_box{
	width:30%;
	position:absolute;
	left:10%;
	top:20%;
	}
}

@media only screen and (max-width:1100px){
	#login_box{
	width:560px;
	left:30%;
	margin-top:15%;
	}
	
	.slide_img01{
		display: none;
	}
}

@media screen and (max-width:640px){
	#login_box {
	    width: 90%;
	    left: 10%;
	    margin-top: 15%;
	}

	.modalContent{
		width: 90%;
	    left: 5%;
	}
	
	.href_text {
	    margin-right: 10%;
	}
}