#intro {
	position: relative;
	height: 100vh;
	max-width: 1125px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background: radial-gradient(50% 50% at 50% 50%, #004D24 0%, #002910 100%);
}
#intro img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 170px;
}



#login {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	max-width: 1125px;
	margin: 0 auto;
	padding-top: 60px;
}
#login .lang {
	position: absolute;
	top: 30px;
	right: 30px;
}
#login .lang button {
    font-size: 14px;
    background: url("../images/ico-down.svg")no-repeat 100% 6px / 12px;
    display: block;
    padding-right: 17px;
}
#login .lang ul {
    display: none;
    position: absolute;
    top: 22px;
    left: -17px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    width: 70px;
    z-index: 2;
    padding: 5px 0;
}
#login .lang ul li {
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 2px;
}
#login .lang ul li a {
    padding: 2px 0;
    margin: 0 5px;
}
#login .lang ul li.active a {
	text-decoration: underline;
}
#login .lang ul li a img {
	float: right;
    width: 25px;
    margin-right: 10px;
    margin-top: 3px;
}
.logo {
	text-align: center;
	margin: 0 auto;
}
.logo img {
	width: 120px;
}
.loginBox {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    background: #fff;
    margin: 30px 20px 0;
    padding: 25px 20px 30px;
}
.inputForm > div {
	position: relative;
}
.loginBox .password {
	margin: 30px 0 10px;
}
.loginBox .loginFind {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 90px;
	text-align: right;
	font-size: 10px;
	color: #3e3e3e;
	font-weight: 350;
}
.loginBox .pwFind {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 10px;
    color: #3e3e3e;
    width: 85px;
    text-align: right;
    font-weight: 350;
}
.inputLine {
	position: relative;
	margin: auto;
	width: 100%;
	padding: 10px 0;
	display: block;
}
.inputLine .label {
	width: 50%;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 14px;
	color: #9D9D9D;
	font-weight: 300;
	transform-origin: 0 0;
	transition: all 0.2s ease;
}
.inputLine .border {
	position: absolute;
	bottom: 0;
	left: 0px;
	height: 1px;
	right: 0;
	background: #7D7D7D;
}
.inputLine input {
	-webkit-appearance: none;
	width: 70%;
	border: 0;
	font-family: inherit;
	font-size: 14px;
	background: none;
	border-radius: 0;
	color: #000;
	transition: all 0.15s ease;
}
.inputLine input:not(:placeholder-shown) + span {
	color: #4AA61B;
	transform: translateY(-25px) scale(0.85);
	font-weight: 500;
}
.inputLine input:focus {
	background: none;
	outline: none;
}
.inputLine input:focus + span {
  color: #4AA61B;
  transform: translateY(-25px) scale(0.85);
  transition-delay: 0.1s;
  font-weight: 500;
}
.inputLine input:focus + span + .border {
	background: #4AA61B;
}
.dribbble {
	position: fixed;
	right: 20px;
	bottom: 15px;
	transition: all 0.2s ease;
}
.dribbble span {
	font-size: 28px;
	color: #9098a9;
}

input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label.chk {
    position: relative;
    cursor: pointer;
}
input[type="checkbox"] + label.chk span {
	display: inline-block;
	vertical-align: 4px;
	margin-left: 5px;
	font-size: 10px;
	width: 80px;
}
input[type="checkbox"] + label.chk:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border: solid 1px #7D7D7D;
	position: relative;
	box-sizing: border-box;
}
input[type="checkbox"]:checked + label.chk:before {
	background: #4AA61B url("../images/ico-check.svg")no-repeat 50% 50% / 9px;
	border:1px solid #4AA61B;
}

.loginBtn {
	display: block;
	background: #7D7D7D;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	margin-top: 16px;
	font-family: inherit;
}
.loginBtn.on {
	background: #4AA61B;
	border: 1px solid #fff;
}
.joinBtn {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	width: 115px;
	text-indent: -10px;
	margin: 30px auto 0;
	background: url("../images/arrow-right-green.svg")no-repeat 100% 2px / 15px;
}

.bn {
	padding: 30px 15px;
}
.bn .swiper-pagination {
	bottom: 10px;
}
.bn .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(229, 229, 229, 0.8);
}
.bn .swiper-pagination-bullet-active {
	background: #004D24;
}


.loginPop .inputForm > div {
	position: relative;
}
.loginPop .inputLine {
	margin-top: 15px;
	border-bottom: 1px solid #7d7d7d;
	padding: 9px 0;
}    
.loginPop input[type="text"] {
	font-size: 14px;
}
.loginPop .inputForm > div:first-child label {
	margin-top: 10px;
}
.loginPop label + button {
    position: absolute;
    bottom: 6px;
    right: 0;
    font-size: 10px;
    width: 80px;
    height: 30px;
    background: #7d7d7d;
    color: #fff;
}
.loginPop label + button.on {
	background: #4AA61B;
}
.loginPop .time {
	display: none;
	padding-top: 10px;
}
.loginPop .time .fl {
	color: #F10000;
	font-size: 10px;
	font-weight: 500;
	margin-top: 2px;
}
.loginPop .time .fr button {
    width: 80px;
    height: 20px;
    background: #7D7D7D;
    color: #fff;
    font-size: 10px;
    padding-bottom: 2px;
}
.loginPop .btn {
    font-family: inherit;
    font-size: 14px;
    background: #7d7d7d;
    color: #fff;
    height: 40px;
    margin-top: 20px;
    cursor: pointer;
}
.loginPop .btn.on {
	background: #4AA61B;
}

#loginFind .modalContent {
}
#loginFind .findForm {
	
}
#loginFind .findResult {
	display: none;
	text-align: center;
}
#loginFind .findResult h3 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 50px;
}
#loginFind .findResult #resultId {
    display: inline-block;
    background: rgba(243, 243, 243, 0.8);
    border-radius: 5px;
    max-width: 90%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 9px 20px 10px;
    margin-top: 20px;
}
#loginFind .findResult .btnArea {
	margin-top: 73px;
}
#loginFind .findResult .btnArea button {
	flex: 1;
	height: 40px;
	font-size: 14px;
	background: #4AA61B;
	border: 1px solid #4AA61B;
	color: #fff;
}
#loginFind .findResult .btnArea button.findBtn {
	background: #F6F6F6;
	border: 1px solid #363636;
	color: #363636;
	margin-right: 10px;
}


#pwFind .resetForm {
	display: none;
}
#pwFind .btn {
	margin-top: 60px;
}