@charset "UTF-8";
.cast-login main,
.cast-login{
	position: relative;
}
.grad-bg{
	background: rgb(255,81,79); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,81,79,1) 0%, rgba(255,164,99,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,81,79,1) 0%,rgba(255,164,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,81,79,1) 0%,rgba(255,164,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.cast-login .corner-grad{
	background: url('../../images/cast/corner-grad.png') no-repeat left bottom;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 80vh;
}
.fade-line{
	position: relative;
	height: 1px;
	max-width: 260px;
	margin: 22px auto;
	background: -moz-linear-gradient(left, rgba(53,39,36,0) 10%, rgba(53,39,36,1) 35%, rgba(53,39,36,1) 50%, rgba(53,39,36,1) 65%, rgba(53,39,36,0) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(53,39,36,0) 10%,rgba(53,39,36,1) 35%,rgba(53,39,36,1) 50%,rgba(53,39,36,1) 65%,rgba(53,39,36,0) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(53,39,36,0) 10%,rgba(53,39,36,1) 35%,rgba(53,39,36,1) 50%,rgba(53,39,36,1) 65%,rgba(53,39,36,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cast-login main{
	padding: 75px 0 60px;
}
.login-logo{
	width: 160px;
	margin: 0 auto 10px;
}
.cast-loginform select,
.cast-loginform label{
	border-radius: 50px;
	display: block;
	background: #fff;
	line-height: 1;
	padding: 15px;
	margin: 15px 0;
}
.cast-loginform select{
	width: 100%;
	font-size: 12px;
	color: #1d1d1d;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(220, 220, 220, 1);
	-moz-box-shadow: 0px 0px 6px 1px rgba(220, 220, 220, 1);
	box-shadow: 0px 0px 6px 1px rgba(220, 220, 220, 1);
}
.round-box.after-blend:before{
	border-radius: 10px;
}

.cast-loginform label[for="submit"]{
	font-weight: 600;
	color: #fff;
	background: rgb(91,45,44); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(91,45,44,1) 0%, rgba(30,30,30,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(91,45,44,1) 0%,rgba(30,30,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(91,45,44,1) 0%,rgba(30,30,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-align: center;
}
.guest-login .cast-loginform label[for="submit"]{
	background: rgb(255,81,79); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,81,79,1) 0%, rgba(255,164,99,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,81,79,1) 0%,rgba(255,164,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,81,79,1) 0%,rgba(255,164,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+ */
}
label.line-login {
    background: rgb(6,199,85);
    background: -moz-linear-gradient(left, rgba(205,213,85,1) 0%, rgba(6,199,85,1) 100%);
    background: -webkit-linear-gradient(left, rgba(205,213,85,1) 0%,rgba(6,199,85,1) 100%);
    background: linear-gradient(to right, rgba(205,213,85,1) 0%,rgba(6,199,85,1) 100%);
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.form-wrap{
	max-width: 270px;
	margin: 0 auto;
}
.cast-loginform .label-shade{
	overflow: hidden;
}
.cast-loginform select[for="sex"]>*,
.cast-loginform label[for="sms"]>*{
	display: inline-block;
	vertical-align: middle;
}
.cast-loginform label[for="sms"] span{
	width: 13px;
	margin-right: 5px;
}
.cast-loginform label[for="sms"] input{
	padding: 0;
	width: 18em;
	font-size: 12px;
}
.exam .f30{
	margin-bottom: 15px;
}
.exam .f30 span{
	display: inline-block;
	width: 16px;
	line-height: 1;
}
.exam .f30 span img{
	vertical-align: middle;
}
.sms-digit{
	margin-bottom: 38px;
}
.sms-digit input[type="text"]{
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-size: 20px;
	font-weight: 700;
}
.sms-digit form{
	margin-top: 25px;
}

.flow-lists li{
	font-weight: 600;
}
.flow-lists li:not(:last-child){
	margin-bottom: 25px;
}
.flow-lists li:not(:last-child):after{
	display: block;
	content: '';
	background: url('../../images/cast/icon-tri-down3.png') no-repeat left center;
	background-size: contain;
	padding: 4px 0;
	margin-top: 25px;
}
.flow-lists li>p:not(:last-child){
	margin-bottom: 20px;
}
.dot-line-top{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px dashed #ddd;
}

.guest-login{
	padding: 135px 0 60px;
	background: url('../../images/guest/kv-login.jpg') no-repeat center top;
	background-size: 100% auto;
}
.guest-login .logo-wrap{
	margin-bottom: -140px;
}
.guest-login .cast-loginform>p small{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.guest-login .cast-loginform>p:not(:last-child){
	margin-bottom: 25px;
}
.guest-login .login-logo{
	width: 245px;
}

.round-link{
	display: inline-block;
	padding: 15px;
	border-radius: 50px;
	border: 1px solid #535353;
	line-height: 1;
	font-size: 13px;
	width: 100%;
	max-width: 195px;
}

.login-nav {
	padding: 25px 0;
}
.login-nav li{
	display: inline-block;
}
.login-nav li:not(:last-child){
	margin-right: 10px;
}
.login-nav li a{
	display: block;
	color: #9a9a9a;
	border-bottom: 1px solid;
	font-size: 12px;
}

#overlay{
	display: none;
}
#social-login{
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 9999;
	width: 100%;
	display: none;
}
#social-login>div{
	display: inline-block;
	width: 90%;
	max-width: 350px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#social-login>div>p{
	background: #ff8f5c;
	color: #fff;
	font-size: 15px;
	padding: 10px;
}
#social-login>div>div{
	padding: 25px 15px 35px;
}
#social-login li:not(:last-child){
	margin-bottom: 15px;
}
#social-login li a{
	display: inline-block;
	max-width: 245px;
}
#social-login.notice-modal .ttl .close-modal{
	margin-top: -12px;
}
.login-alart {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.font-l {
	font-size: 125%;
}