.member {
	padding: 20px 0;
    width: 100%;
    margin: 0 auto;
	min-height:35rem;
}

.width50 {
	width: 50%;
}

.width100 {
	width: 100%;
}



.member .main-buttons {
	padding:10px 16px 10px 10px;
	border-bottom:0px #d9d9d9 solid;
	text-align:center;
}

/* 공통 */
.member .buttons {
	padding:15px 0;
	text-align:center;
}
.member .buttons input[type=button],
.member .buttons input[type=submit] {
	padding:10px 15px;
	border:1px #777 solid;
	border-radius:3px;
	background-color:#ccc;
	color:#000;
	font-size:14px;
	cursor:pointer;
}

/* 로그인 ----------------------------------------------------------*/
.member .login {
	margin:10px auto;
	background-color:#f2f2f2;
	border:1px #d7d7d7 solid;
	padding:10px;
	max-width:500px;
	border-radius:10px;
}
.member .login  h3{
	padding-left:20px;
}

.member .itembox {
	position:relative;
	padding:20px;
	border-bottom:0px #d9d9d9 solid;
}

/* 로그인 아이디 input, 비밀번호 input 가로 100% */
.itembox_login_id_input, .itembox_login_pw_input {width:100%}

/* 이메일 input,비밀번호 input 성명 input 타이틀 <p>테그  아래 마진 */
.input_title {margin-bottom:5px;}









.member .itembox:first-child { 
border-top: 0px #d9d9d9 solid;
	}
.member .itembox:last-child { 
    border-bottom: 0px #d9d9d9 solid;
    }

.member .itembox input[type=text],
.member .itembox input[type=password],
.member .itembox input[type=number],
.member .itembox input[type=tel],
.member .itembox input[type=email] {
	
	border-radius: 6px;
	font-size:inherit;
}
.member .itembox input::placeholder {
  color: #75b8eb;
 
}












.member .login .optionbox {
	padding:20px 0;
	text-align:center;
}
.member .login .links {
	padding:10px 0;
	text-align:center;
}
.member .login .links input[type=button] {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}

.member .login .links input[type=button]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}


.member .login .sns-login {
	padding:10px 0;
	text-align:center;
}
.member .login .sns-login .btnwrap {
	display:inline-block;
	vertical-align:top;
}


/* 약관동의 */
.member .agreement {
	margin:10px 0;
	background-color:#f2f2f2;
	border:1px #d7d7d7 solid;
	padding:10px;
	border-radius:10px;
}
.member .agreement .agreebox {
	margin:10px 0 20px;
}
.member .agreement .agreetitle {
	font-weight:700;
	padding:3px 0;
}

@media screen and (max-width: 500px) { 
.member .agreement .agreetitle {
	font-size:15px;
}
}
.member .agreement .content {
	height: 10rem;
    padding: 10px;
	border:1px #ccc solid;
	overflow-y:scroll;
	white-space:pre-wrap;
	background-color:#fff;
	font-size:12px;
	margin:5px 0;
	border-radius: 6px;
}
.member .agreement .agree-btn {
	text-align:right;
}
@media screen and (max-width: 500px) { 
.member .agreement .agree-btn {
	font-size:15px;
}
}
.member .agreement .optionbox {
	padding:10px 0;
	text-align:center;
	font-weight:800;
}
.member .agreement .optionbox * {vertical-align:middle;}

.member .agreement .main-buttons {
	border-bottom:0px #d9d9d9 solid;
}
.member .agreement .main-buttons input[type=button] {
	width:50%;
}

.member .agreement .sns-login {
	padding:20px 0;
	text-align:center;
}
.member .agreement .sns-login .btnwrap {
	display:inline-block;
	vertical-align:top;
}


/* 회원가입/수정 */
.member .join {
	margin: 10px 0;
	background-color:#f2f2f2;
	border:1px #d7d7d7 solid;
	padding:10px;
	border-radius:10px;
}

.member .join .itembox select {
	border:1px #ccc solid;
	
}

												/*
												@media only screen and (max-width: 1100px) {
												  .member .join .itembox select {
													width:25%;
												  }
												}

												@media only screen and (max-width: 610px) {
												  .member .join .itembox select {
													width:26%;
												  }
												}
												*/
.member .join .itembox .tel {
	width:60px;
}

/* 우편번호 입력창 넓이 , 택스트 중앙정렬 */
.addrbox_input {width:80px; text-align:center;}
.address01, .address02 {margin:5px 0 0 0;}

.member .join .itembox .itemrem {
	padding:2px 0 0 5px;
	color:#08f;
	font-size:12px;
}
.member .join .itembox .item-msg {
	margin-top:5px;
	font-size:12px;
}

.member .join .itembox input[type=button] {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}

.member .join .itembox input[type=button]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}

.member .join .itembox {
	padding:10px 0;
}



.member .join .itembox.row1 > label {
	display:inline-block;
	width:100px;
	vertical-align:middle;
	border-right:0px #d7d7d7 solid;
	padding: 8px 0px 12px 0;
	text-align:left;
}
.member .join .itembox.row2 > label {
	display:block;
	width:90px;
	text-align:left;
	padding:10px 0;
	border-right:0px #d7d7d7 solid;
}
.member .join .itembox.row1 .inneritems {
	display:inline-block;
	text-align:left;
	padding-left:10px;
}

@media only screen and (max-width: 423px) {
	.member .join .itembox.row1 .inneritems {
		padding-left:0px;
	}
}





.member .join .itembox.row2 .inneritems {
	display:block;
}



/* 가입창 이메일 박스 */


.emailid_domain_option {     }

					@media only screen and (max-width: 400px) {

						.emailid_id_input {width:45%; float:left;}
						.emailid_id_golbeng2 {width: 10%; text-align: center; display: inline-block; padding: 6px 0 6px 0;}
						.emailid_domain_input {width:45%; float:right;}
						.emailid_domain_option {display:none;}
					}


.member .join input:required {
	border-color:#fa0;width: 42%;
}

.member .main-buttons.edit input[type=submit],
.member .main-buttons.edit input[type=button] {
	margin:5px 0;	
}


/* 비번찾기 */
.member .forget {
	max-width:500px;
	margin:10px auto;
}
.member .forget .tabs {
	padding:0px;
}
.member .forget .tab {
	border:0;
	width:50%;
	float:left;
	padding:7px 0;
	text-align:center;
	background-color:#eee;
	color:#000;
	font-weight:bold;
}
.member .forget .active {
	color:#FFF;
	background-color:#555;
}

.member .forget h3 {
    padding-left: 20px;
}

.member .forget .content-wrap {
	clear:both;
	padding: 0 1.25rem;
}
.member .forget .itembox {
	text-align:center;
}
.member .forget input[type=text], input[type=email], input[type=password]{width:100%;}
.member .pointlist > div {
	padding:5px;
	border-bottom:1px #ccc solid;
}
.member .pointlist label {
	display:block;
	padding:3px 0;
}


/* 내정보-회원정보 */
  	/*  우편번호 찾기*/

.post_input {width:70px;}
.btn_findaddr_input {     } 
.addr1_input, .addr1_input {width:100%; margin:5px 0;}












/* SNS 통한 가입 페이지 */
.member .snsjoin {
	padding:0;
}
.member .snsjoin .title {
	padding:15px 0;
	background-color:#333;
	color:#fff;
	text-align:center;
}
.member .snsjoin .contentbox {
	height:300px;
	padding:10px;
	overflow-y:scroll;
}
.member .snsjoin .agreebox {
	background-color:#f1f1f1;
	border:1px #d7d7d7 solid;
	padding:5px;
	margin:3px 0;
}
.member .snsjoin .agreebox .agreetitle {
	font-weight:bold;
	padding-bottom:4px;
}




.member .snsjoin .agreebox .content {
	height:80px;
	overflow-y:scroll;
	border:1px #d7d7d7 solid;
	white-space:pre-wrap;
	font-size:12px;
	margin-bottom:3px;
}
.member .snsjoin .agreebtn {
	font-size:12px;
}
.member .snsjoin .agreebtn span {
	float:right;
}
.member .snsjoin .optionbox {
	padding:10px 0;
	text-align:center;
}
.member .snsjoin .main-buttons {
	padding:0 10px;
}
.member .snsjoin .main-buttons input[type=button] {
	width:100%;
	height:50px;
	font-size:16px;
	font-weight:bold;
}




