@charset "UTF-8";

html, body, form {
	height: 100%;	
	background-color: #fff;	
	color: #575757;
	position: relative;
	
}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset ;  }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }

/* background */
.loginBack{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/* splash css */
.curtain{
  background: #fff url(../img/login/splash_back.png) center center no-repeat !important;
}

/* intro */
#introModal{
  height: 100%;
  position: relative;
  overflow: hidden;
}
#introModal .top_area{
  /* padding: 5.125em 0; */
  padding: 30px;
  margin: 0 auto;
  width: 190px;
  height: 50px;
}
#introModal .content_area{
  /* background: #fff url(../img/login/info_back.png) center bottom no-repeat;
  background-size: cover;
  height: 100%;
  margin-top: 3.75em;
  position: relative; */
  margin-top:150px;
  background-color:#FFBE23;
  height:350px;
  /* width:130%; */
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left:-10px;
  margin-right:-10px;
}
#introModal .content_area .text_box{
  /* padding: 9.75em 1.625em 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: 12.75em; */
  top:50%;
  width: 100%;
  text-align: center;
}
#introModal .content_area .text_box h2{
  font-size: 1.5em;
  color: #000;
  margin-bottom: 0.813em;
}
#introModal .content_area .text_box .ment_txt {
  font-size: 0.938em;
  color: #000;
  /* margin-bottom: 10px; */
  margin-bottom: 7px;
}
#introModal button{
  width: 88%;
  padding: 0.813em 0;
  background: #fff;
  color: #393938;
  font-size: 0.938em;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  bottom: 6.25em;
  left: 50%;
  transform: translateX(-50%);
  border:none;
  height: 46px;
}


/* login alert popup css*/
#alertModal .modal-box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  min-height: 256px;
}
#alertModal .modal-box h4{
  font-size: 1.125em;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.25em;
}

#alertModal .modal-box span{
  font-size:0.938em;	
}
#alertModal .modal-box span:first-child{
  margin-bottom: 0.625em;
}
#alertModal .modal-box button{
  font-size: 0.875em;
  color:#fff;
  font-weight:bold;
  padding:0.938em 2.813em;
  background: #393938;
  border-radius: 36px;
  margin:1.25em 0
}
#alertModal .modal-box a{
	font-size: 0.938em;
	text-decoration: underline !important;
	color: #000;
}
#login_form{
  display: none;
  background: url(../img/login/login_back.png);
  background-position: 50% 260px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
}

.input-box {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
}
.login-container label {	
	font-size: 12px;
}
/* .login-container input {
	width: 100%;
	height: 50px;
	margin-bottom: 16px;
	padding: 13px 15px;
	color: #474747;	
	border: 1px solid #FFC437 ;
	outline: none;
	border-radius: 30px;
    background: #F9F6F4;
    vertical-align: middle;
    font-size: 0.813em;
}
.login-container input::placeholder{
    
} */



.input-group{
    width: 100%;
	height: 46px;
	margin-bottom: 16px;
	/* padding: 13px 15px; */
	padding-left:15px;
    border: 1px solid #FFC437 ;
    background: #F9F6F4;
    vertical-align: middle;
    position: relative;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.input-group img{
    width: unset;
}
.input-group .input-item{
    color: #474747;  
    font-size: 0.813em;
    margin-left: 28px;
    line-height: normal;
	padding: 15px 20px 15px 0;

}
.input-group .input-item::placeholder{
    color: #D7CDCB; 
    font-size:13px;
    overflow: visible;
}

.button-box {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.login-btn {
	width: 100%;
	height: 48px;
	color: #000;
	line-height: 49px;
	text-align: center;
	border-radius: 24px;
	background: rgba(146,151,156,0.8);
	outline: none;
	font-size: 15px;
    font-weight: bold;
}
.forgot_pw{
	height: 24px;
	margin-bottom:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remember-find {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	margin-top: -15px;
}
.remember-me {
	margin-top: 5px;
}
.remember-find span {
	font-size: 12px;
}
.find-info {
	font-size: 0.813em;
	text-align: center;
	padding: 16px 0;
	margin-bottom: 20px;
}
.find-info a{
    display: inline-block;
    text-decoration: underline;
    color: #575757;

}
.join_snsBtn{
    width: 100%;
	height: 48px;
	margin-bottom: 16px;
	border: 1px solid #FFC437;
    border-radius: 24px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 46.5px;
}
.join_snsBtn.join_kakao{
    background: #393938 url(../img/login/icon_login_kakao.png) 15px center no-repeat ;
    color: #fff;
    background-size:29px;
}
.join_snsBtn.join_line{
    background: #59CE38 url(../img/login/icon_login_line.jpeg) 15px center no-repeat ;
    color: #fff;
    background-size:29px;
}
.join_snsBtn.join_google{
    background: #fff url(../img/login/icon_login_google.png) 15px center no-repeat ;
    color: #4A4A4A;
    background-size:25px;
}
.join_snsBtn.join_apple{
    background: #fff url(../img/login/icon_login_apple.png) 15px center no-repeat ;
    color: #4A4A4A;
    background-size:22px;
}
/* @@ */
.join_snsBtn.join_whale{
    background: #172973 url(../img/login/icon_login_whale.png) 15px center no-repeat ;
    color: #fff;
    background-size:25px;
}
.join_email{
    text-decoration: underline;
    color: #575757; 
	text-align: center;
	font-size: 13px;
}

/* The container */
.login-remember {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3px;
  padding: 0px 0px 0px 30px;  
  /* cursor: pointer; */
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.login-remember input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  border: 2px solid #575757;
  border-radius: 2px; 
}

/* When the checkbox is checked, add a blue background */
.login-remember input:checked ~ .checkmark {
  background-color: #575757;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.login-remember input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.login-remember .checkmark:after { 
  left: 4px;
  top: 0px;
  width: 7px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.join_info {
	font-size: 15px;
	text-align: center;
	padding: 16px 0;
	padding-top: 0;
	margin-bottom: 50px;
}



body, input, select, textarea, button {
    border: 0;
    border-radius: 0;
    background: 0 0;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer; 
    -webkit-text-size-adjust: none; 
}
label, img, input, select, textarea, button {
    vertical-align: middle;
}
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, menu, nav, section, article, aside, dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
    margin: 0;
    padding: 0;
    color: #000;
}
.blind {
    display: none;
}
* {
    outline: 0 !important;
}

ul {
    list-style-type: none;
}



@media only screen and (max-height: 750px) {
	/* .login-box {
		bottom: 7%;
	} */
}

@media only screen and (max-width: 340px) {
	.modal-box h4 {
		font-size: 14px;
	}
}