
.member_wrap									{position:relative;max-width:800px;margin:  auto; }

 
.member_info									{ max-width:800px;margin:  auto; padding:  20px;border:1px solid #ddd; border-top:0;background:#f5f5f5;}
.member_info p									{position:relative;padding:0 0 3px 12px;font-size:0.9em; }
.member_info p:after						{position:absolute; content:''; display:block; left:2px; top:11px; width:2px; height:2px; background:#999;  }
 

.member_check_wrap						{ background:#f5f5f5;padding:20px;} 
.member_check_txt							{padding:10px 0 20px 20px;font-weight:300;color:#777;font-size:0.9em;line-height:1.5;}
.member_check_txt p						{position:relative;padding:0 0 3px 15px; }
.member_check_txt p:after				{position:absolute; content:''; display:block; left:2px; top:11px; width:5px; height:2px; background:#999;  }

.member_check_all							{position:relative;font-size:1.05em;line-height:1.3; font-weight:400; padding:15px 20px; color:#333; letter-spacing:-1px;border:1px solid #ddd; background:#fff;border-radius:5px; }
.member_check									{position:relative;border:1px solid #ddd;  background:#fff;border-radius:5px; overflow:hidden;margin:0 0 10px 0;}
.member_check .tit							{ position:relative;overflow:hidden;font-size:1.05em;line-height:1.3; font-weight:400; padding:17px 20px; color:#333; letter-spacing:-1px; }  
.member_check label 						{float:left;}
.member_check .tit span				{font-size:0.85em;font-weight:normal; }
.member_check_wrap input[type=checkbox]				{ border:1px solid #ddd ;width:25px;height:25px;border-radius:30px; background:#fff; margin:0 10px 0 0;}  
.member_agree_box							{display:none;width:100%; min-height:50px; background:#fff; padding:20px;height:180px;  border-top:1px dashed #d5d5d5; overflow-x:hidden; color:#777; font-size:0.95em;}
.member_check_wrap .agree_view				{position:relative;float:right;font-size:0.85em;color:#999;letter-spacing:-1px; padding:2px 18px 0 0; cursor:pointer;}
.member_check_wrap .agree_view:after		{content:''; position:absolute; top:7px; right:0; border:solid #c5c5c5; border-width:2px 2px 0 0;  padding:4px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}

.member_check_cate_box					{padding:40px 0 0 0;text-align:center; display:flex;justify-content: space-between;}
.member_check_cate_box li				{position:relative;padding:30px 20px;width:48%;min-height:200px;background:#fff;border:1px solid #d5d5d5; cursor:pointer; display:flex;align-items: center; justify-content: center; flex-direction: column;box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);  }
.member_check_cate_box li .tit			{ color:#000;font-size:1.4em;letter-spacing:-1.5px;padding: 25px 0;}
.member_check_cate_box li .btn		{display:inline-block;font-size:0.9em;letter-spacing:-1px;background:#01315c;max-width:200px;width:80%;padding:10px;color:#fff; border-radius:2px;  }
.member_check_cate_box li .btn:hover		{background:#111;}
.member_check_cate_box .icon			{display:inline-block;width:110px;height:110px;  border-radius:50%; }
.member_check_cate30						{margin:auto;background:url('./img/member_icon1.png') no-repeat center 50% #f7f7f7 ;background-size:auto 50px;  }
.member_check_cate40						{margin:auto;background:url('./img/member_icon2.png') no-repeat center 50% #f7f7f7;background-size:auto 50px;   }
.member_check_cate50						{margin:auto;background:url('./img/member_icon3.png') no-repeat center 50% #f7f7f7;background-size:auto 50px;  }


/*  로그인  ==================================================================================== */
#login_box						{position:relative; background:#fff; max-width:500px; border:1px solid #dfdfdf;margin:0 auto; text-align:center; padding:60px; /* -webkit-box-shadow:0 5px 8px 0px rgba(0,0,0,0.2); -moz-box-shadow:0 5px 8px 0px rgba(0,0,0,0.2);box-shadow:0 5px 8px 0px rgba(0,0,0,0.2); */}
#login_box .logo img			{width:270px;} 
#login_box .field				{position:relative; padding:30px 0 10px 0; }
#login_box .field .tits			{padding:10px 0; font-size:1.2em; font-weight:500;}
#login_box .field input			{box-sizing:border-box; border:1px solid #ddd; background:#fff; font-size:1em; padding: 15px 10px; margin:3px 0;width:100%; letter-spacing:-0.75px;}
#login_box .field input:focus	{border-color:#2a89e1;}
#login_box .btns input			{display:inline-block; width:100%; height:60px; color:#fff; font-size:1.1em; line-height:60px; border:1px solid #343a40; background:#343a40;} 
#login_box .btns input:hover	{background:#000; border-color:#000;}

#login_box .field i				{position:absolute; bottom: 33px; z-index:1;right:10px; color:#888;}

#login_box .bottom							{margin-top:15px;}
#login_box .bottom li						{position:relative; display:inline-block; margin-right:20px;}
#login_box .bottom li a						{color:#979797; letter-spacing:-0.75px;}
#login_box .bottom li strong				{color:#222; font-weight:500;}
#login_box .bottom li a:after				{content:''; position:absolute; top:2px; right:-13px; bottom:0; width:1px; height:0.9em; margin:auto; background:#d1d1d2;}
#login_box .bottom li:last-child			{margin-right:0;}
#login_box .bottom li:last-child a:after	{display:none;}

#login_box .secret							{margin-bottom:15px;}
#login_box .secret #secret_key				{width:100%; border:0; border-bottom:1px solid #d4d4d4; background:transparent;padding: 8px 0px;}


@media screen and (max-width:820px) { 
	#login_box					{  padding:50px 40px;}
	#login_box .logo img		{width:150px;} 
	#login_box .field input		{padding:12px 10px; font-size:0.95em;}
	#login_box .btns input		{height:52px; line-height:52px; font-size:1em;}
	#login_box .bottom			{margin-top:10px;}
}




/*  회원가입,수정  ==================================================================================== */
#register_box					{border:1px solid #ddd; max-width:800px;margin:  auto; padding:70px 60px;background:#fff; border-top:1px solid #333;}
#register_box .tit1				{letter-spacing: -3px; font-size: 2em; padding-bottom: 50px; text-align:center;}
#register_box .tit2				{margin-bottom:10px; font-size:1.2em; color:#000; font-weight:700; letter-spacing:-1px; }
#register_box .tabs				{display:table; table-layout: fixed; position:relative; text-align:center; width:100%; padding-bottom:40px;}
#register_box .tabs li			{display:table-cell; font-size:1.1em; padding-bottom: 20px; border-bottom: 2px solid #eaeaea; cursor:pointer;}
#register_box .tabs .on			{font-weight:500; color:#00b19f; border-bottom: 2px solid #00b19f;}

#register_box .input_info		{padding-bottom: 40px;}
#register_box .input_info input::-webkit-input-placeholder {color: #bbb;} 
#register_box .input_info input::-moz-placeholder {color: #bbb;} 
#register_box .input_info input:-ms-input-placeholder {color: #bbb;} 
#register_box .input_info input:-moz-placeholder {color: #bbb;} 
#register_box dl							{overflow:hidden;}
#register_box dl dt					{float: left; width: 155px; line-height:49px; color:#222;padding:8px 0 0 0;}
#register_box dl dd					{position:relative; margin-left: 155px;  border-bottom: 0 solid #d0d0d0; padding:10px 0 5px 0px;}
#register_box dl dd.bnone		{border:none;line-height:39px;}
#register_box dl dd input[type="text"],
#register_box dl dd input[type="password"],
#register_box dl dd input[type="tel"],
#register_box dl dd input[type="email"]	{width:90%; border:0;border-bottom:  1px solid #d0d0d0;background:transparent; padding:0 8px;line-height:45px; }
#register_box dl dd select				{background:inherit;height:45px;}
#register_box dl dd .fas				{position:absolute; top:18px; z-index:1;}
#register_box dl dd .fa-check			{right:10px; color:#8fafdf;}
#register_box dl dd .fa-times			{right:10px; color:#8fafdf;}
#register_box dl dd .fa-eye,
#register_box dl dd .fa-eye-slash		{right:10px; }
#register_box dl dd .fa-key				{right:10px; color:#00851e;}
#register_box dl dd .input_form			{border: 1px solid #d4d4d4 !important; padding:3px !important;}
#register_box dl #pw_check_msg			{margin: 10px 0px 0px 155px;}
#register_box dl .pw_check_wrap			{margin: 10px 0px 0px 155px; display: flex;}
#register_box dl .pw_check_wrap div		{font-size:0.9em; text-align:center; color:#999;}
#register_box dl .pw_check_wrap div::before	{display: block; content: ''; width: 80px; height: 5px; margin-bottom: 5px; background: #cbcecc; border-left: 0.5px solid #fff;}
#register_box dl .pw_check_wrap div.on::before {background:#00851e;}
#register_box dl dd .btn_r					{position:absolute;right:0;top:6px;}
#register_box dl dd .stext						{padding:10px 0; font-size:0.9em;color:#888;}

#register_box input[type="radio"],
#register_box input[type="checkbox"]	{width:20px;height:20px;line-height:20px;}

#register_box .check_info_box			{background:#f7f7f7; padding:20px;}
#register_box .check_info				{position:relative; padding-bottom:10px;}
#register_box .check_info .fr			{font-size:0.8em; cursor:pointer; text-decoration:underline; color:#777;}
#register_box .check_info .acons		{clear: both; display:none; margin-top:32px;}
#register_box .check_info .acons .con	{font-size: 0.8em; width: 100%; height: 150px; padding: 5px; background: #fff; border: 1px solid #ddd; overflow: auto;}
#register_box .btn_info					{padding-top:40px; text-align:center;}

@media screen and (max-width:820px) {
	#register_box					{padding:10% 5%;}
	#register_box .tit1				{font-size:1.8em; padding-bottom:30px;}
	#register_box .tit2				{font-size:1.1em; font-weight:700;}
	#register_box dl dt				{float:none; width:100%; line-height:42px;}
	#register_box dl dd				{margin:0;}
}




/*  회원가입 STEP  ==================================================================================== */ 
#register_stepbox02						{ position:relative;overflow: hidden;display: block;margin-bottom:50px;text-align:center;display: flex; justify-content:center; gap:25px;}
#register_stepbox02:after				{position:absolute; content:''; display:block; left:22%; top:50%; width:55%;height:1px; border-top:1px dashed ;border-color:rgb(0,0,0,0.15); z-index:-1; }
#register_stepbox02 li					{position:relative;border:1px solid #d4d9e5;background:#eef1f6;  color:#557eda;width:70px;height:70px; border-radius:40px;}
#register_stepbox02 li.on				{border:1px solid #557eda;background:#557eda;min-width:190px; text-align:left;  }
#register_stepbox02 li .no			{line-height:70px;font-size:0.9em;font-weight:400;}  
#register_stepbox02 li .cont			{position:relative;padding:14px 0 0 80px;}
#register_stepbox02 li .cont:after			{position:absolute; content:''; display:block; left:65px; top:17px; width:1px; height:35px; background:rgb(255,255,255,0.2);  }
#register_stepbox02 li .step			{ font-size:0.7em;line-height:1.3;color:rgb(255,255,255,0.5);}
#register_stepbox02 li .tit				{ color:#fff;font-size:0.95em; }
#register_stepbox02 li .icon1:before		{background:url('./img/step1.png') no-repeat 0 0; position:absolute;content:'';background-size:30px;left:26px; top:20px;width:35px;height:35px; opacity:0.6;}
#register_stepbox02 li .icon2:before		{background:url('./img/step2.png') no-repeat 0 0; position:absolute;content:'';background-size:30px;left:26px; top:20px;width:35px;height:35px; opacity:0.6;}
#register_stepbox02 li .icon3:before		{background:url('./img/step3.png') no-repeat 0 0; position:absolute;content:'';background-size:30px;left:26px; top:20px;width:35px;height:35px; opacity:0.6;}
#register_stepbox02 li .icon4:before		{background:url('./img/step4.png') no-repeat 0 0; position:absolute;content:'';background-size:30px;left:26px; top:20px;width:35px;height:35px; opacity:0.6;}


@media screen and (max-width:560px) { 
#register_stepbox02						{ margin-bottom:35px; gap:10px; } 
#register_stepbox02 li.on				{ min-width:160px;   }
}

