@charset "utf-8";
/*-------------------------------------------------
Layout Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2015. 11. 20.
-------------------------------------------------*/
/* 회원서비스 레이어팝업 */
.member_layerPop {
	display: none;
	position: absolute;
	top: 250px;
	left: 50%;
	width: 380px;
	padding: 40px;
	background-color: #fff;
	border: solid 5px #eff0f2;
	transform: translateX(-50%);
	overflow: hidden;
	z-index: 100;
	}
.member_wrap {
	overflow: hidden;
	}
.member_wrap01,
.member_wrap02 {
	width: 420px;
    max-width: 95%;
	margin: 50px auto 0;
	font-size: 15px;
	overflow: hidden;
	}	
/* 회원로그인 */
#loginForm {
	position: relative;
	margin-top: 30px;
	}
#loginForm input[type="email"],
#loginForm input[type="password"] {
    width: 100%;
    height: 44px;
	margin-bottom: 6px;
	padding: 11px;
  	box-sizing: border-box;
  	font-size: 1.133em;
	}
.btn_login {
	margin-bottom: 12px;
	}	
#loginForm .id_save {
	display: block;
	float: left;
	letter-spacing: -0.05em;
	}
.btn_login .btn_colorType02 {
	width: 100%;
	height: 50px;
	padding: 0;
    background: #ef6c00;
    border: solid 1px #e05700;
    border-bottom-color: #e35b00;
    border-radius: 0;
  	box-sizing: border-box;
    text-shadow: 2px 1px 1px #ea5900;  	
    color: #fff;
    font-size: 1.067em;
	}	
.btn_login .btn_colorType02:hover {
    color: #fff;
	}
#loginForm	.custom-check {
	display: none;
	}
#loginForm .btn_area_center {
	margin-top: 37px;
	padding-top: 15px;
	border-top: solid 1px #efefef;
	}	
#loginForm .btn_area_center [class*="btn_colorType"] {
	width: 32.33%;
	padding: 7px 10px;
	letter-spacing: -0.1em;
    font-size: 0.933em;
	}
#loginForm .btn_area_center .btn_colorType05 {
	display: block;
	width: 99.6%;
	margin: 5px auto 0;
	}	
#loginForm .btn_area_center .btn_colorType06 {
	display: block;
	width: 32.5%;
	margin: 5px auto 0;
	margin-top : 15px;
	height: 38px;
	font-size: 1em;
	font-weight: 600;
	}	
/* 비회원로그인 */
.first_txt {
	letter-spacing: -0.08em;
	}	
.layerPop_logo {
	margin-bottom: 26px;
	text-align: center;
	}
.certify_area {
	margin: 20px 0 30px;
	color: #555;
	letter-spacing: -0.05em;
	text-align: center;
	font-size: 1.133em;
	font-weight: bold;
	overflow: hidden;
	}	
.certify_area li {
	float: left;
	width: 49%;
	padding: 30px 0;
	background: #fafbfd;
	border: 1px solid #e6e7e9;
	}	
.certify_area li:first-child {
	margin-right: 1%;
	}
.certify_area li a {
	display:block;
	padding-top: 67px;
	color:inherit;
	text-shadow:none;
	background: url(../../images/kps/member/certification_type.png) no-repeat center -135px;
	}	
.certify_area li a:hover{color:#000;}	
.certify_area li:first-child a {
	background-position: center 0;
	}
.certify_area li p{height:100px;font-size:14px;}

.join_go {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: solid 1px #efefef;
	overflow: hidden;
	}
.join_go .float_left {
	width: 68%;
	font-size: 0.933em;
	}
.join_go .float_right a {
	display: block;
	width: 110px;
	padding: 16px 0;
	background-color: #ef6c00;
	border: solid 1px #e05700;
	border-bottom-color: #e35b00;
	color: #fff;
	border-radius: 0;
	}	
.join_go .float_right a::after {	
	display: none;
	}
.btn_loginLink {
	overflow: hidden;
	}	
.btn_loginLink [class*="btn_colorType"] {
	width: 49%;
	padding: 8px 20px;
	}
[class*="btn_colorType"]::after {
	display: none;
	}
.member_layerPop .close	{
	position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    z-index: 100;
	}
.member_layerPop .close a {
	display: block;
	padding: 10px;
	}
.logo_wrap {
	margin-bottom: 25px;
	}	
.nonmember_login{font-size:17px;letter-spacing:-0.5px;font-weight:bold;}

.authentication_error {
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
	width: 900px;
	margin: auto;
	padding: 40px;
	background-color: #fff;
	box-sizing: border-box;
    transform: translate(-50%, -50%);
	overflow: hidden;
	z-index: 100;
	}
.authentication_error .title {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 4px solid #333;
	letter-spacing: -0.08em;
	line-height: 1;
	color: #333;
	font-size: 1.875em;
	}
.authentication_error .title .point01 {
	color: #ef6c00;
	}
.authentication_error .close {
	position: absolute;
    top: 50px;
    right: 40px;
	}
	
.error_list {
	margin: 0 -1% 30px;
	text-align: center;
	overflow: hidden;
	}	
.error_list > li {
	float: left;
	width: 48%;
	margin: 0 1%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
	}
.error_list > li > span {
	display: block;
	height: 52px;
	padding: 20px 0 15px;
	background-color: #49556d;
	color: #fff;
	}
.browser_download {
	margin-top: 25px;
	padding: 5px 18px;
	background-color: #f2f4f8;
	overflow: hidden;
	}	
.browser_download > li {
	position: relative;
	padding: 20px 0;
	border-top: 1px dotted #ddd;
	letter-spacing: -0.05em;
	font-weight: bold;
	overflow: hidden;
	}
.browser_download > li:first-child {
	border-top: none;
	}
.browser_download > li a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 240px;
	padding: 9px 15px;
	background-color: #fff;
	box-sizing: border-box;
	color: #333;
	letter-spacing: -0.08em;
	font-size: 0.875em;
	font-weight: normal;
	}	
.browser_download > li a i {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	transform: translateY(-50%);
	}

@media screen and (max-width: 420px){
#loginForm .btn_area_center [class*="btn_colorType"] {
	width: 32%;
	}
#loginForm .btn_area_center .btnErrorPop {
	width: 98.8%;
	}
#loginForm .btn_navySmall {	
    width: auto;
	}	
}
@media screen and (max-width: 350px){
#loginForm .btn_area_center [class*="btn_colorType"] {
	font-size: 0.833em;
	}
}