@charset "utf-8";
/* CSS Document */

/* -------------------------------- 

Memeber Common style

-------------------------------- */

.memberWrap {
	width: 100%;
	padding: 120px 0 135px 0;
}
.member_area {
	width: 1080px;
	margin: 0 auto;
}
.member_title {
	font-size: 375%;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	color: #222222;
	margin-bottom: 21px;
}
.member_explain {
	font-size: 112.5%;
	color: #222222;
	margin-bottom: 55px;
	line-height: 26px;
}
@media only screen and (max-width: 1080px) {
	.memberWrap {
		padding: 50px 0 70px 0;
	}
	.member_area {
		width: 90%;
		margin: 0 auto;
	}
	.member_title {
		font-size: 175%;
		margin-bottom: 15px;
	}
	.member_explain {
		font-size: 80%;
		margin-bottom: 35px;
		line-height: 20px;
	}
}

.combineTxt {
	color: #e94c35;
	font-size: 87.5%;
	margin-bottom: 45px;
}
/* -------------------------------- 

Memeber Button style

-------------------------------- */
.member_btn1 {
	display: inline-block;
	width: 450px;
	padding: 16px 0;
	margin: 0 auto 30px;
	color: #ffffff;
	font-size: 150.0%;
	font-weight: 600;
}
.member_btn2 {
	display: inline-block;
	width: 330px;
	padding: 13px 0;
	margin: 0 auto 30px;
	color: #ffffff;
	font-size: 97.5%;
	font-weight: 600;
}
.member_btn3 {
	display: inline-block;
	width: 330px;
	padding: 13px 0;
	margin: 40px auto 0;
	color: #ffffff;
	font-size: 97.5%;
	font-weight: 600;
}
.member_btn4 {
	display: inline-block;
	width: 160px;
	padding: 13px 0;
	margin: 0 12px 30px;
	color: #ffffff;
	font-size: 97.5%;
	font-weight: 600;
}
.member_btn5 {
	display: inline-block;
	width: 160px;
	padding: 13px 0;
	margin: 0 12px 30px;
	color: #e94c35;
	border: 1px #e94c35 solid;
	font-size: 97.5%;
	font-weight: 600;
}
.member_btn6 {
	display: inline-block;
	width: 125px;
	padding: 12px 0;
	margin-bottom: 7px;
	color: #e94c35;
	border: 1px #e94c35 solid;
	text-align: center;
}
.member_btn7 {
	display: inline-block;
	width: 120px;
	padding: 11px 0;
	margin: 0 0 0 5px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
}

.member_searchId a {
	font-size: 97.5%;
	color: #3995d1;
}
.member_line {
	color: #3995d1;
	font-size: 97.5%;
	vertical-align: middle;
	padding: 0 10px;
}
.member_slice {
	margin: 40px 0;
	border-bottom: 1px #e0e0e0 solid;
}
.member_txtBtn {
	font-size: 150.0%;
	color: #3995d1;
	font-weight: 600;
	line-height: 24px;
}
@media only screen and (max-width: 480px) {
	.member_btn1 {
		width: 100%;
	}
}
@media only screen and (max-width: 736px) and (min-width: 480px) {
	.member_btn1 {
		width: 65%;
	}
}
@media only screen and (max-width: 1080px) {
	.combineTxt {
		color: #e94c35;
		font-size: 80%;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.member_btn1 {
		display: block;
		padding: 14px 0;
		margin: 0 auto 20px;
		color: #ffffff;
		font-size: 112.5%;
		font-weight: 600;
	}
	.member_btn2 {
		display: block;
		width: 280px;
		padding: 13px 0;
		margin: 0 auto 30px;
		color: #ffffff;
		font-size: 93.8%;
		font-weight: 600;
	}
	.member_btn3 {
		display: block;
		width: 247px;
		padding: 13px 0;
		margin: 40px auto 0;
		color: #ffffff;
		font-size: 93.8%;
		font-weight: 600;
	}
	.member_btn4 {
		display: inline-block;
		width: 130px;
		padding: 13px 0;
		margin: 0 5px 30px;
		color: #ffffff;
		font-size: 97.5%;
		font-weight: 600;
	}
	.member_btn5 {
		display: inline-block;
		width: 130px;
		padding: 13px 0;
		margin: 0 5px 30px;
		color: #e94c35;
		border: 1px #e94c35 solid;
		font-size: 97.5%;
		font-weight: 600;
	}
	.member_btn7 {
		display: inline-block;
		width: 80px;
		padding: 11px 0;
		margin: 0 0 0 5px;
		color: #ffffff;
		font-weight: 600;
		text-align: center;
		vertical-align: top;
	}
	.member_searchId a {
		font-size: 87.5%;
		color: #3995d1;
	}
	.member_line {
		color: #3995d1;
		font-size: 87.5%;
		vertical-align: middle;
		padding: 0 10px;
	}
	.member_slice {
		margin: 30px 0;
	}
	.member_txtBtn {
		font-size: 112.5%;
	}
}
/* -------------------------------- 

Memeber Box style

-------------------------------- */
.member_box_wrap {
	width: 1080px;
	margin: 0 auto;
}
.member_box {
	width: 1080px;
	background: #f8f8f8;
	padding: 60px 50px;
	margin-bottom: 40px;
}
.member_box > .name {
	font-size: 187.5%;
	color: #e94c35;
	font-weight: 600;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	margin-bottom: 25px;
}
.member_box > .name_small {
	font-size: 150%;
	color: #222222;
	font-weight: 600;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	margin-bottom: 30px;
}
.member_box > .explain {
	font-size: 97.5%;
	color: #666666;
	line-height: 28px;
}
@media only screen and (max-width: 1080px) {
	.member_box_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.member_box {
		width: 100%;
		background: #f8f8f8;
		padding: 30px;
		margin-bottom: 30px;
	}
	.member_box > .name {
		font-size: 131.5%;
		color: #e94c35;
		font-weight: 600;
		font-family: 'NanumSquare', 'Nanum Square' !important; 
		font-style: normal;
		margin-bottom: 15px;
	}
	.member_box > .name_small {
		font-size: 112.5%;
		color: #222222;
		font-weight: 600;
		font-family: 'NanumSquare', 'Nanum Square' !important; 
		font-style: normal;
		margin-bottom: 25px;
	}
	.member_box > .explain {
		font-size: 87.5%;
		color: #666666;
		line-height: 20px;
	}
}

/* -------------------------------- 

Form Style

-------------------------------- */
/* Radio Style */
.common_radio > input[type="radio"] {
	vertical-align: middle;
	margin-right: 3px;
}
.common_radio > label {
	font-weight: 600;
	color: #666666;
	margin-right: 17px;
}

.radio_area {
	display: block;
	width: 450px;
	margin: 0 auto;
}
.radio_area > input[type="radio"] {
	vertical-align: middle;
}
.radio_area > label {
	font-size: 87.5%;
	font-weight: 600;
	color: #666666;
	margin-right: 15px;
}
@media only screen and (max-width: 1080px) {
	.radio_area {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
}
/* Input Focus Style */
.input_area {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.focus_input {
	position: relative;
	display: block;
	overflow: hidden;
	width: 450px;
	height: 60px;
	margin: 0 auto 25px;
}
.focus_input > label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 97.5%;
	color: #999999;
	text-align: center;
	cursor: text;
	line-height: 63px;
	background: transparent;
}
.focus_input > input {
	position: relative;
	display: block;
	font-size: 97.5%;
	color: #404040;
	font-weight: 600;
	text-align: center;
	width: 450px;
	height: 60px;
	padding: 0 60px;
	border-bottom: 1px #404040 solid;
	background-color: transparent;
}
.focus_input input.userId {
	background: url(../../images/icon/icon_id.png) no-repeat 10px center;
}
.focus_input input.userPw {
	background: url(../../images/icon/icon_pw.png) no-repeat 10px center;
}
@media only screen and (max-width: 480px) {
	.focus_input {
		width: 95%;
	}
}
@media only screen and (max-width: 736px) and (min-width: 480px) {
	.focus_input {
		width: 65%;
	}
}
@media only screen and (max-width: 1080px) {
	.focus_input {
		height: 50px;
		margin: 0 auto 25px;
	}
	.focus_input label {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		font-size: 87.5%;
		color: #aaaaaa;
		text-align: center;
		cursor: text;
		line-height: 53px;
	}
	.focus_input input {
		position: relative;
		display: block;
		font-size: 87.5%;
		color: #404040;
		font-weight: 600;
		text-align: center;
		width: 100%;
		height: 50px;
		padding: 0 50px;
		border-bottom: 1px #404040 solid;
	}
	.focus_input > input.userId {
		background: url(../../images/icon/icon_id_m.png) no-repeat 10px center;
		background-size: 25px 25px;
	}
	.focus_input > input.userPw {
		background: url(../../images/icon/icon_pw_m.png) no-repeat 10px center;
		background-size: 25px 25px;
	}
}
.customer_inquiry {
	font-size: 97.5%;
	color: #000000;
}
@media only screen and (max-width: 1080px) {
	.customer_inquiry {
		width: 80%;
		margin: 0 auto;
		font-size: 80%;
		line-height: 20px;
	}
}
/* Checkbox Style */
.inputCheck {
	display: inline-table;
	width: 100%;
	margin-top: 30px;
	text-align: left;
}
.inputCheck > .checks {
	margin-bottom: 20px;
}
.inputCheck > .checks > input[type="checkbox"] {
	width: 13px;
	height: 13px;
	background: #ffffff;
	border: 1px #707070 solid;
	vertical-align: middle;
}
.inputCheck > .checks > label {
	font-size: 87.5%;
	font-weight: bold;
	color: #222222;
	padding-left: 5px;
}
.join_check {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.join_check > input[type="checkbox"] {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #ffffff;
	border: 1px #707070 solid;
	vertical-align: top;
	margin-top: 3px;
}
.join_check > label {
	display: inline-block;
	font-size: 93.8%;
	width: 90%;
	padding-left: 5px;
	line-height: 20px;
}
@media only screen and (max-width: 1080px) {
	.inputCheck > .checks > input[type="checkbox"] {
		display: inline-block;
		width: 13px;
		vertical-align: top;
		margin-top: 3px;
	}
	.inputCheck > .checks > label {
		display: inline-block;
		width: 90%;
		font-size: 80%;
		padding-left: 0;
		line-height: 20px;
	}
}
/* Textarea Style */
.txtArea {
	display: block;
	width: 100%;
	height: 200px;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
	padding: 15px;
	
	color: #666666;
	overflow-y:scroll;
	margin-bottom: 20px;
}

.txtArea > h3 {
	font-weight:bold;
	line-height:1em;
}

.txtArea > p, .txtArea > ol > li{
	line-height:1.5em;
	margin-bottom:20px;
	font-size: 87.5%;
}


/* Textfield Style */
.txtField1 {
	width: 500px;
	height: 37px;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
	padding: 0 15px;
	font-size: 87.5%;
	color: #404040;
}
.txtField2 {
	width: 290px;
	height: 37px;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
	padding: 0 15px;
	font-size: 87.5%;
	color: #404040;
}
.txtField3 {
	width: 290px;
	height: 37px;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
	padding: 0 15px;
	font-size: 87.5%;
	color: #404040;
}
.txt_info {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	color: #222222;
	font-size:93.8%;
}
@media only screen and (max-width: 1080px) {
	.txtField1, .txtField2 {
		width: 100%;
		height: 37px;
	}
	.txtField3 {
		width: 67%;
		height: 37px;
	}
	.txt_info {
		margin-left: 0;
		margin-top: 10px;
	}
}

/* -------------------------------- 

Memeber Icons style

-------------------------------- */
.icon_idChange {
	margin-top: 30px;
	height: 150px;
	background: url(../../images/icon/icon_idChange.png) no-repeat center top;
	background-size: 120px 150px;
	text-indent: -555555px;
}
.idChange_p {
	font-size: 97.5%;
	color: #666666;
	line-height: 28px;
	margin: 50px 0;
}
.icon_email {
	height: 113px;
	background: url(../../images/icon/icon_email.png) no-repeat center top;
	background-size: 130px 113px;
	text-indent: -555555px;
}
.email_p {
	font-size: 112.5%;
	font-weight: 600;
	color: #e94c35;
	margin: 15px 0 30px 0;
}
.email_explain {
	font-size: 97.5%;
	color: #444444;
}
@media only screen and (max-width: 1080px) {
	.icon_idChange {
		margin-top: 15px;
		height: 110px;
		background: url(../../images/icon/icon_idChange.png) no-repeat center top;
		background-size: 89px 110px;
		text-indent: -555555px;
	}
	.idChange_p {
		font-size: 87.5%;
		color: #666666;
		line-height: 28px;
		margin: 30px 0;
	}
	.icon_email {
		height: 70px;
		background: url(../../images/icon/icon_email.png) no-repeat center top;
		background-size: 80px 70px;
		text-indent: -555555px;
	}
	.email_p {
		font-size: 97.5%;
		font-weight: 600;
		color: #e94c35;
		margin: 12px 0 17px 0;
	}
	.email_explain {
		font-size: 87.5%;
		line-height: 20px;
	}
}

/* -------------------------------- 

Memeber Text style

-------------------------------- */
.email_find {
	display:inline-block;
	font-size: 150.0%;
	color: #888888;
	font-weight: 600;
	margin-top: 20px;
}
.email_find_explain {
	font-size: 87.5%;
	color: #444444;
	margin-top: 25px;
	margin-bottom: 40px;
	line-height: 24px;
}
.find_id_m {
	display: none;
}
.find_id {
	display: block;
	line-height: 46px;
}
.find_id  .id_show {
	font-size: 187.5%;
	font-weight: 600;
	color: #e94c35;
}
.find_id  .date_entry {
	font-size: 150.0%;
	font-weight: 600;
	color: #444444;
}
@media only screen and (max-width: 1080px) {
	.email_find {
		font-size: 112.5%;
		line-height: 28px;
		margin-top: 10px;
	}
	.email_find_explain {
		font-size: 80%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.find_id {
		display: none;
	}
	.find_id_m {
		display: block;
		line-height: 18px;
	}
	.find_id_m .id_show {
		font-size: 112.5%;
		font-weight: 600;
		color: #e94c35;
	}
	.find_id_m .date_entry {
		font-size: 87.5%;
		font-weight: 600;
		color: #444444;
	}
}
/* -------------------------------- 

Memeber Join style

-------------------------------- */
.joinInput_area {
	width: 840px;
	margin: 30px auto 0;
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	.joinInput_area {
		width: 100%;
		margin: 30px auto 0;
		text-align: left;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
	.joinInput_area {
		width: 90%;
		margin: 30px auto 0;
		text-align: left;
	}
}

/* -------------------------------- 

Agree style

-------------------------------- */
.agree_area {
	margin-top: 60px;
	text-align: left;
}
.agree_area .agree_title {
	color: #555555;
	font-size: 97.5%;
	margin-bottom: 10px;
	font-weight: 600;
}
.agree_area .agree_con {
	color: #777777;
	font-size: 87.5%;
	margin-bottom: 40px;
	line-height: 24px;
}
@media only screen and (max-width: 1080px) {
	.agree_area {
		padding: 0 5%;
	}
	.agree_area .agree_title {
		font-size: 87.5%;
	}
	.agree_area .agree_con {
		font-size: 80%;
	}
}


