@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document login
--------------------------------------------------------- */

#login h2 {
	margin-bottom: 5vw;
	font-weight: 800;
	font-size: 6vw;
	line-height: 1;
}

#login .flex {
	margin-bottom: 6vw;
	padding-bottom: 10vw;
	border-bottom: solid 1px #c0c0c0;
}

#login .flex ul {
	text-align: left;
}

#login .flex li {
	margin-bottom: 10px;
}

#login input[type='password'],
#login input[type='text'] {
	width: 100%;
	height: 56px;
	padding: 0 2.8em;
	border-radius: 5px;
	border: 0;
	background: #efefef url(../images/icon_user.png) no-repeat 15px / 21px auto;
	font-size: 16px;
}

#login input[type='password'] {
	background-image: url(../images/icon_password.png);
}


#login .flex label {
	display: inline-block;
	vertical-align: top;
	margin-top: 3vw;
	font-size: 3.5vw;
	line-height: 5vw;
}

#login input[type='checkbox'] {
	vertical-align: top;
	width: 5vw;
	height: 5vw;
	margin-right: 0.8em;
}

#login .submit {
	margin-top: 8vw;
}

#login input[type='submit'] {
	width: 100%;
	height: 15vw;
	border-radius: 5px;
	background: #18447a;
	font-weight: 600;
	font-size: 4.5vw;
	color: #fff;
}

#login .id_password ol {
	display: flex;
	justify-content: center;
	color: #666;
}

#login .id_password li:not(:last-of-type):after {
	content: '|';
	margin: 0 1em;
}

#login .id_password a {
	text-decoration: none;
	color: #666;
}

#login .agreement {
	margin-top: 40px;
}

#login .agreement li {
	margin-top: 10px;
}

#login .agreement a {
	display: block;
	height: 14vw;
	border-radius: 6px;
	background: #fee500;
	text-decoration: none;
	font-weight: 600;
	font-size: 4vw;
	line-height: 14vw;
	color: #191600;
}

#login .agreement a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 5vw;
	height: 100%;
	margin-right: 1em;
	background: url(../images/icon_kakao.png) no-repeat left / 100% auto;
}

#login .agreement .icon_naver a:before {
	background-image: url(../images/icon_naver.png);
}

#login .agreement .icon_naver a {
	background: #03c75a;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document agreement
--------------------------------------------------------- */

#agreement h2 {
	margin-bottom: 10vw;
	font-weight: 800;
	font-size: 6vw;
	line-height: 1;
	color: #17447a;
}

#agreement .agreement {
	margin-bottom: 50px;
}

#agreement .agreement h3 {
	text-align: left;
	font-weight: 800;
	font-size: 5vw;
}

#agreement .agreement p {
	margin-bottom: 20px;
	text-align: left;
}

#agreement .agreement li {
	margin-top: 10px;
}

#agreement .agreement a {
	display: block;
	height: 14vw;
	border-radius: 6px;
	background: #fee500;
	text-decoration: none;
	font-weight: 600;
	font-size: 4vw;
	line-height: 14vw;
	color: #191600;
}

#agreement .agreement a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 5vw;
	height: 100%;
	margin-right: 1em;
	background: url(../images/icon_kakao.png) no-repeat left / 100% auto;
}

#agreement .agreement .icon_naver a:before {
	background-image: url(../images/icon_naver.png);
}

#agreement .agreement .icon_naver a {
	background: #03c75a;
	color: #fff;
}

#agreement .id_password h3 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 4vw;
	line-height: 1;
	position: relative;
	z-index: 0;
}

#agreement .id_password h3:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

#agreement .id_password h3 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.5em;
	background: #fff;
	color: #666;
}

#agreement .id_password a {
	display: block;
	height: 14vw;
	border-radius: 6px;
	background: #efefef;
	text-decoration: none;
	font-weight: 600;
	font-size: 4vw;
	line-height: 14vw;
	color: #191600;
}
