@charset "utf-8"; 

/**********************************************************************
- Member Style
-----------------------------------------------------------------------
* Descript : 해당 사이트의 회원 서비스 영역에서 사용하는
             레이아웃 및 스타일
-----------------------------------------------------------------------
* 최초작성일 : 
* 최초작성자 : 

* 최후작성일 : 
* 최후작성자 : 
--
* 기본 가로 사이즈 : 


**********************************************************************/

.no-visual-title	{ text-align: center; font-size: 42px; padding: 60px 0 50px; }

.white-box	{
	position: relative;
	border: 1px solid #dfdfdf;
	border-top: 2px solid #373737;
	background: #fff; 
	padding: 30px;
	box-sizing: border-box;
}



/***************************************************************************
	Login Page
***************************************************************************/

#login_page		{ padding-bottom: 174px; overflow: hidden; }
#login_page .login-box	{ width: 480px; height: 350px; float: left; }
#login_page .login-box + .login-box	{ float: right; }

#find_info_page	{ padding-bottom: 165px; overflow: hidden; }

.login-link	{
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 45px 0;
	overflow: hidden;
}
.login-link span	{
	display: block;
	position: relative;
	float: left;
}
.login-link span + span	{ float: right; }
.login-link span:before	{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 8px;
	background: url('/images/member/bul_login_otherlink.png') no-repeat 0 0;
	margin-right: 5px;
}
.login-link a	{
	display: inline-block;
	vertical-align: middle;
}

.login-box h2	{
	text-align: center;
	font-size: 24px;
	padding: 5px 0 25px;
	font-weight: 600;
}

.login-box .frm-input	{
	position: relative;
	padding-left: 70px;
	line-height: 36px;
	margin-bottom: 10px;
}
.login-box .frm-input label	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-weight: 600;
	font-size: 15px;
}
.login-box .frm-input input	{ height: 36px; width: 100%; }
.login-box .frm-checkbox	{ text-align: right; padding: 5px 0 15px; }
.login-box .frm-checkbox label	{ color: #000; margin-right: 0; }
.login-box .frm-checkbox input[type="radio"] + label:before,
.login-box .frm-checkbox input[type="checkbox"] + label:before			{ width: 21px; height: 21px; border-radius: 0; }
.login-box .frm-checkbox input[type="radio"]:checked + label:before,
.login-box .frm-checkbox input[type="checkbox"]:checked + label:before	{ background-image: url('/images/member/ico_check.png'); }
.login-box .frm-button button	{
	width: 100%;
	height: 40px;
	background: #0193e9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.login-box .sns-inner	{
	padding: 25px 0;
	text-align: center;
}

.login-box .sns-inner a	{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.login-box .sns-inner a i	{
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	border-radius: 4px;
}

.login-box .sns-inner a + a	{ margin-left: 40px; }
.login-box .sns-inner a + a:before	{
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 18px;
	background: url('/images/member/ico_sns_line.png') no-repeat 0 0;
	left: -26px;
	top: 50%;
	margin-top: -24px;
}

.login-box .sns-inner a.ico-naver		{ color: #1dc800; }
.login-box .sns-inner a.ico-naver i		{ background: #1dc800; }
.login-box .sns-inner a.ico-facebook	{ color: #3b5999; }
.login-box .sns-inner a.ico-facebook i	{ background: #3b5999; }
.login-box .sns-inner a.ico-kakao		{ color: #3a2020; }
.login-box .sns-inner a.ico-kakao i		{ background: #ffeb00; }
.login-box .sns-inner a.ico-twitter		{ color: #2aaae0; }
.login-box .sns-inner a.ico-twitter i	{ background: #2aaae0; }
.login-box .sns-inner a span	{
	display: block;
	text-align: center;
	padding-top: 9px;
}
.login-box .txt-box	{
	padding-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #000000;
}



/***************************************************************************
	Find Password Page
***************************************************************************/

#find_info_page .find-nav	{ overflow: hidden; }
#find_info_page .find-nav a	{
	display: block;
	position: relative;
	float: left;
	width: 50%;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	background: #e3e3e3;
	color: #000000;
	font-size: 18px;
}
#find_info_page .find-nav a.on	{
	background: #002c5a;
	color: #fff;
	font-weight: 600;
}
#find_info_page .find-layout	{
	position: relative;
	padding: 80px 0;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top-width: 0;
}
#find_info_page .find-form	{
	position: relative;
	width: 418px;
	margin: 0 auto;
}

#find_info_page .frm-input	{
	position: relative;
	padding-left: 70px;
	line-height: 36px;
	margin-bottom: 10px;
}
#find_info_page .frm-input label	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-weight: 600;
	font-size: 15px;
}
#find_info_page .frm-input input	{ height: 36px; width: 100%; }
#find_info_page .frm-checkbox	{ text-align: right; padding: 5px 0 15px; }
#find_info_page .frm-checkbox label	{ color: #000; margin-right: 0; }
#find_info_page .frm-checkbox input[type="radio"] + label:before,
#find_info_page .frm-checkbox input[type="checkbox"] + label:before			{ width: 21px; height: 21px; border-radius: 0; }
#find_info_page .frm-checkbox input[type="radio"]:checked + label:before,
#find_info_page .frm-checkbox input[type="checkbox"]:checked + label:before	{ background-image: url('/images/member/ico_check.png'); }
#find_info_page .frm-button	{ padding-top: 20px; }
#find_info_page .frm-button button	{
	width: 100%;
	height: 40px;
	background: #0193e9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

#find_info_page .result-box	{ font-size: 18px; text-align: center; }
#find_info_page .find-result-form	{ width: 520px; margin: 0 auto;}
#find_info_page .find-result-form .point-box	{
	margin-top: 20px;
	line-height: 40px;
	border: 1px solid #dfdfdf;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	
}
#find_info_page .find-result-form .point-box .fc_cyan	{ color: #4db4f0; font-weight: 800; font-size: 18px; }



/***************************************************************************
	Member Register Form  Page
***************************************************************************/

#join_page	{ padding-bottom: 140px; color: #000; }
#join_page hr.padding	{
	display: block;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 60px;
}
#join_page h2	{
	font-size: 20px;
	margin-bottom: 20px;
}
#join_page .scroll-box	{
	background: #fff;
	font-size: 15px;
	color: #000000;
	height: 180px;
	padding: 30px;
}
#join_page input[type="radio"] + label:before, 
#join_page input[type="checkbox"] + label:before	{ width: 21px; height: 21px; border-radius: 0; }
#join_page input[type="radio"]:checked + label:before,
#join_page input[type="checkbox"]:checked + label:before	{ background-image: url('/images/member/ico_check.png'); }

#join_page .join_star	{ display: none; }

.join-form			{ width: 100%; border-top: 2px solid #373737; font-family: 'Nanum Gothic'; }
.join-form th,
.join-form td		{ padding: 10px; border-bottom: 1px solid #b6b6b6; }
.join-form th		{ background: #e3e3e3; }
.join-form td		{ line-height: 36px; }
.join-form input[type="text"],
.join-form input[type="password"]	{ width: 490px; height: 36px; }
.join-form input[type="text"].half,
.join-form input[type="password"].half	{ width: 230px; }
.join-form .nice-select	{
	height: 36px;
	line-height: 36px;
	float: none;
	vertical-align: middle;
}
.join-form .descript	{
	display: block;
	font-size: 15px;
	padding: 8px 0 10px;
	line-height: 1.2em;
}
.join-form button	{
	height: 36px;
	background: #333;
	color:#fff;
	padding: 0 20px;
}
.join-form i	{
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	border-radius: 3px;
	text-align: center;
	line-height: 27px;
	margin-right: 8px;
}
.join-form i img			{ max-width: 90%; vertical-align: middle; }
.join-form .ico-facebook i	{ background: #3b5999; }
.join-form .ico-naver i		{ background: #1dc800; }
.join-form .ico-twitter i	{ background: #2aaae0; }
.join-form .ico-kakao i		{ background: #ffeb00; }


.join-btn-box	{ padding: 50px 0 30px 0; text-align: center; }
.join-btn-box .ui-btn		{
	min-width: 150px;
	height: 45px;
	border-color: #cecece;
	background: #cecece;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.join-btn-box .ui-btn.point	{ background: #0193e9; border-color: #0193e9; }



/***************************************************************************
	Modify Form  Page
***************************************************************************/

#modify_page	{ padding-bottom: 150px; }

#withdraw_page	{ padding-bottom: 150px; }
.leave-form		{ max-width: 800px; margin: 0 auto; color: #000; }
.leave-form li	{ margin-bottom: 15px; font-size: 16px; }
.leave-form textarea	{ width: 100%; }