@charset "utf-8";
li{list-style-type: none;}
.contents_sub{width:100%;max-width:1400px;margin:0 auto;margin-bottom:100px;}
.sub_tit{font-family: 'Gmarket Sans';font-size:37px; line-height:1.4; color:#000;letter-spacing:-0.6px; font-weight:700;padding-top:30px; text-align:center;}
/*---------------------------------------------------  로그인  -----------------------------------------------------------*/
.fix-width {
	width:100%;
	margin:0 auto;
}
.finish_tit.padding_no {
	padding:0px;
}
.login_wrap {
	width:500px;
	margin:0 auto;
	padding-top:40px;
}
.login_wrap input {
	width:500px;
	height:60px;
	line-height:60px;
	color:#777;
	margin-bottom:15px;
	padding:0px 20px;
	outline:none;
	border:1px solid #ddd;
	font-size:16px;
	font-weight:300;
	vertical-align: middle;
}
.login_wrap button {
	width:500px;
	height:60px;
	line-height:60px;
	background:#0e6ca5;
	color:#fff;
	font-size:18px;
	vertical-align:middle;
	border:0 none;
	letter-spacing: -0.3px;
	cursor:pointer;
	outline:none;
}
.login_wrap .check_wrap {
	font-size: 16px;
	color: #777;
	padding:15px 0px 40px 0px;
}
.login_wrap .check_wrap:after {
	content:'';
	display:block;
	clear:both;
}
.login_wrap .login_check {
	float: left;
}
.login_wrap .login_check > .checks {
	display:inline-block;
}
.login_wrap .login_check > .checks:first-child {
	margin-right:12px;
}
.login_wrap .find_login {
	float: right;
}
.login_wrap .find_login:after {
	content:'';
	display:block;
	clear:both;
}
.login_wrap .find_login > li {
	float:left;
}
.login_wrap .find_login > li a {
	color: #777;
}
.login_wrap .find_login > li:after {
	content:'';
	display:inline-block;
	width:1px;
	height:10px;
	background:#cdcdcd;
	margin: 0px 8px;
}
.login_wrap .find_login > li:last-child:after {
	display:none;
}
.login_wrap .etc_login > a {
	display:block;
	width:500px;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.login_wrap .etc_login .naver_login {
	background:#03cf5d;
	margin-bottom:15px;
}
.login_wrap .etc_login .naver_login > img {
	vertical-align: sub;
	margin-right: 9px;
}
.login_wrap .etc_login .no_login {
	background:#ff9a40;
	margin-bottom:15px;
}
.login_wrap .etc_login .no_addpay {
	background:#2da3ed;
	margin-bottom:15px;
}
.login_wrap .etc_login .no_hosting {
	background:#0F74C0;
	margin-bottom:15px;
}
.checks input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0
}
.checks input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.checks {
	position: relative;
}
.checks input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 20px;  /* 체크박스의 너비를 지정 */
	height: 20px;  /* 체크박스의 높이를 지정 */
	line-height: 20px; /* 세로정렬을 위해 높이값과 일치 */
	margin: 0px 10px 0 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #b5b5b5;
	background: #fff;
	vertical-align: middle;
	top: -2px;
	position: relative;
}
.checks.Bchecks input[type="checkbox"] + label:before {
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0px 8px 0 0;
	border: 2px solid #ddd;
	border-radius:50%;
	background:url('/images/common/portfolio_check.png') no-repeat center center;
}
.checks input[type="checkbox"] + label:active:before, .checks input[type="checkbox"]:checked + label:active:before {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.checks input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
	content: '\2714';  /* 체크표시 유니코드 사용 */
	color: #1592f4;
	background:#fff;
}
.checks.Bchecks input[type="checkbox"]:checked + label:before {
	content:'';
	background:#1eb7f0 url('/images/common/portfolio_check_on.png') no-repeat center center;
	border: 2px solid #1eb7f0;
}
.checks.Bchecks input[type="checkbox"]:checked + label {
	color: #1e1e1e;
	font-weight:500;
}
 @media only screen and (max-width: 768px) {
 .login_wrap {
max-width:100%;
margin:0 auto;
padding:30px 15px 0;
}
 .login_wrap button {
width:100%;
height:60px;
line-height:60px;
background:#0e6ca5;
color:#fff;
font-size:18px;
}
 .login_wrap input {
width:100%;
height:60px;
line-height:60px;
color:#777;
margin-bottom:15px;
padding:0px 20px;
}
 .login_wrap .etc_login > a {
display:block;
width:100%;
height:60px;
line-height:60px;
color:#fff;
font-size:18px;
text-align:center;
}
 .login_wrap .check_wrap {
font-size: 16px;
color: #777;
padding:15px 10px 40px 10px;
}
 .login_wrap .login_check {
float: left;
width:100%
}
 .login_wrap .find_login {
float:left;
width:100%;
margin-top:10px
}
}














