7
#footer_fix {
	display: none;
}
/* #footer_fix 과 header와 footer도 같이 있었음 */
/* #container {
	margin: 0 auto;
} */


.login {
	max-width:1360px; /* 221221 760d에서 1360으로 변경 */
	margin: 0 auto;
	padding: 0 20px;
}
.login h1.logo {
	text-align: center;
	margin: 40px 0;
}
.login h1.logo img {
	width: 100px;
}
.login .input_line {
	position: relative;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin: 20px 0;
}
.login .input_line input[type=text],
.login .input_line input[type=password] {
	display: block;
	width: 100%;
	height: 42px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.login .input_line input[type=password] {
	padding-right: 75px;
}
.login .input_line input[type=button] {
    color: #0047FF;
    font-size: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 20px;
    padding: 0;
    background: #fff url("../images/ico-pw.svg")no-repeat 50% 50%!important;
}
.login .input_line.on input[type=button] {
	background: #fff url("../images/ico-pw-on.svg?v=<?=time()?>")no-repeat 50% 50%!important;
	padding: 0;
}
.login .input_line.on input {
	padding-right: 75px;
}
.login .save {
	margin: 17px 0;
}
.login .save input[type=checkbox] {
	display: none;
}
.login .save input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	padding-left: 25px;
	font-size: 14px;
	color: #494949;
}
.login .save input[type=checkbox] + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 1px solid #A5AEBC;
}
.login .save input[type=checkbox]:checked + label:before {
	background: #222 url("../images/check.svg?v=<?=time()?>")no-repeat 50% 50% / 12px;
	border: 1px solid #222;
}
.login .regist_btn {
	display: block;
	width: 100%;
	height: 47px;
	border-radius: 4px;
	background: #222;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.login .join_btn {
	display: inline-block;
	width: 100%;
	height: 47px;
	line-height: 47px;
	border-radius: 4px;
	border: 1px solid #222;
	font-size: 16px;
	color: #222;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
	box-sizing: border-box;
}
.login .join_btn:first-child{
	margin-right:1%;
}
.login .util {
	margin-top: 30px;
	text-align: center;
}
.login .util a {
    display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #8e8e8e;
	text-decoration: underline;
}
.login .account_none {
	display: none;
	position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background: #222222;
	opacity: 0.8;
	border-radius: 4px;
	padding: 8px 16px;
	width: 185px;
	line-height: 1.3;
}

.login .kakao,
.join .kakao{
	width:100%;
	height:30px;
	margin-top:20px;
	text-align: center;
}

.login .kakao a,
.join .kakao a{
	color:#8e8e8e;
	font-size:13px;
	text-decoration: underline;
}

.login .pc,
.join .pc{
	display:block;
}

.login .m,
.join .m{
	display:none;
}
.kakaoimg{
	display:none;
	text-align: center;;
}
.kakaoimg img{
	width:100%;
	max-width:600px;
}

.join {
	margin-top: 30px;
}
.join .input_line {
	margin: 15px 0 25px;
}
#got_auth.error .input_line,
.join .form > div.error .input_line {
	border: 1px solid #FC3B30;
}
.join .form > div.error .input_line input::-webkit-input-placeholder{
	color:#FC3B30;
}



.join .form > div.error .txt {
	display: block;
	color: #FC3B30;
	margin-bottom: 15px;
}
.join .form > div > .txt {
	display: none;
}
.join .txt {
	color: #FC3B30;
	font-size: 12px;
	margin:-15px 0 10px;
}
.join .regist_btn {
	margin-top: 40px;
	background: #E6E6E6;
	color: #BFBFBF;
}
.join .regist_btn.on {
	background: #222;
	color: #fff;
}




.join_cert {
	margin-top: 30px;
}
.join_cert .mail {
	display: none!important;
}
.join_cert strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.join_cert strong p {
	color: #494949;
	font-size: 14px;
}
.join_cert input[type=text] {
	padding-right: 45px!important;
}
.join_cert .count {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #FC3B30;
	font-size: 12px;
}
.join_cert .new_code {
	font-size: 13px;
	font-weight: 500;
	color: #8e8e8e;
	margin-top: 0px; /* 221220 -20px > 0으로 변경 */
}
.join_cert .time_ex {
	font-size: 13px;
	font-weight: 500;
	color: #8e8e8e;
	margin-top: -10px;
    float: right;
}
.join_cert .util a.no_cert:after {
	content: '|';
	margin: 0 5px 0 7px;
}
.join_cert .util a {
	font-size: 13px;
	font-weight: 500;
	color: #8e8e8e;
	text-decoration: none;
}
/* 221220 새코드 요청, 시간연장 div */
.join_cert .join_newcode{
	width:100%;
	display: flex;
	justify-content: space-between;
}
/* //221220 새코드 요청, 시간연장 div */


.join_detail strong {
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #222;
}
.join_detail i {
	font-size: 13px;
	font-weight: 500;
	color: #EC463D;
	margin-left: 5px;
}
.join_detail .form > div {
	margin-bottom: 25px;
}
.join_detail .form > div > p {
	font-weight: 500;
	color: #222;
	margin-bottom: 15px;
}
.join_detail .form > div.grid2 {
	font-size: 0;
}
.join_detail .form > div.grid2 p {
	font-size: 15px;
}
.join_detail .form > div.grid2 select {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 5px);
}
.join_detail .form > div.grid2 select:first-child {
	margin-right: 10px;
}
.join_detail select {
	height: 42px;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    opacity: .5;
}
.join_detail select.active {
	opacity: 1;
	border: 1px solid #e6e6e6;
}
.join_detail .birth select {
	flex: 1;
	margin-right: 10px;
}
.join_detail .birth select:last-child {
	margin-right: 0;
}
.join_detail .birth select[name=join_year] {
	flex: 2;
}
.join_detail .radio > div {
	display: inline-block;
	vertical-align: middle;
}
.join_detail .radio input {
	display: none;
}
.join_detail .radio input + label {
	position: relative;
	padding-left: 25px;
	margin-right: 25px;
}
.join_detail .radio input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	box-sizing: border-box;
}
.join_detail .radio input:checked + label:before {
	border: 1px solid #222;
}
.join_detail .radio input:checked + label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #222;
}
.join_detail .agree {
    border-top: 1px solid #e6e6e6;
    margin: 30px -20px -15px;
    padding: 30px 20px 0;
    box-sizing: border-box;
}
.join_detail .agree > p {
	font-weight: 500;
}
.join_detail .agree .check > div {
	position: relative;
	padding: 12px 0;
}
.join_detail .agree .check > div.all {
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.join_detail .agree .check > div.all input + label {
	font-weight: 500;
}
.join_detail .agree .check input {
	display: none;
}
.join_detail .agree .check input + label {
	position: relative;
	display: block;
	padding: 0 30px;
}
.join_detail .agree .check input + label span {
	color: #8E8E8E;
	margin-right: 5px;
}
.join_detail .agree .check input + label span.required {
	color: #EC463D;
}
.join_detail .agree .check input + label:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	box-sizing: border-box;
}
.join_detail .agree .check input:checked + label:before {
	border: 1px solid #222;
	background: #222 url("../images/check.svg")no-repeat 50% 50% / 12px;
}
.join_detail .agree .check > div button {
	position: absolute;
	top: 14px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/ic_arrow_right.svg")no-repeat 50% 50% / 15px;
}
.join_detail .taC {
	font-size: 13px;
	padding: 15px 0 25px;
}
.join_pop .scroll {
	height: calc(100vh - 52px);
}
.join_pop .box {
	padding: 0 20px 20px;
	white-space: pre-line;
}




.join_complete {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 20px;
    max-width: 720px;
    text-align: center;
    box-sizing: border-box;
}
.join_complete .logo img {
	width: 142px;
}
.join_complete strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.join_complete strong + div {
	font-size: 14px;
	color: #494949;
	line-height: 1.5;
	margin-bottom: 30px;
}




.find_pw .grid2 {
	font-size: 0;
	margin-top: 25px;
}
.find_pw .grid2 input {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 110px);
	height: 42px;
	margin-right: 10px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
}
.find_pw .grid2 button {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 42px;
	background: #E6E6E6;
	border-radius: 4px;
	color: #BFBFBF;
	font-size: 16px;
	font-weight: 500;
	box-sizing: border-box;
}
.find_pw .grid2 button.on {
	background: #363636;
	color: #fff;
}
.find_pw .cert_form {
	display: none;
}




.reset_pw strong + p {
	color: #8e8e8e;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 25px;
}

.reset_pw .form > div > p {
	color: #8e8e8e;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 25px;
}

.reset_pw .input_line {
	margin: 10px 0;
}
.reset_pw .regist_btn {
	margin-top: 30px;
}



#agree_pop .modal_cont {
	max-width: 760px;
}
#agree_pop .scroll {
	height: calc(75vh - 52px);
}
#agree_pop .box {
	padding: 0 0 20px;
}


/* 인증번호를 받지 못하셨나요? */

.check_number{
	width:100%;
	padding:40px 20px 0;
	box-sizing: border-box;
}
.check_number h3{
	font-size:18px;
	color:#222;
	margin-bottom:20px;
}
.check_number p{
	font-size:15px;
	color:#666;
	line-height:1.5;
	margin-bottom:20px;
	word-break: keep-all;
}
.check_number p a{
	color:#555;
}
.check_number ol{
	
}
.check_number ol li{
	font-size:16px;
	line-height: 1.5;
	margin-bottom:20px;
	color:#666;
	word-break: keep-all;
}


/* //인증번호를 받지 못하셨나요? */


@media all and (max-width:580px){
	.join_cert{
		margin-top:100px;
	}
	.login .pc,
	.join .pc{
		display:none;
	}
	.login .m,
	.join .m{
		display:block;
	}
	.kakaoimg{
		display:block;
		text-align: center;;
	}
	.kakaoimg img{
		width:100%;
		max-width:600px;
	}

}