/* 공통 style */
.stateBox { background: #f1f1f1; display: flex; justify-content: space-between; padding: 15px; }
.stateBox > span { line-height: 26px; position: relative; padding-left: 11px; }
.stateBox > span::before { content: ""; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; background: #a1a1a1; }
.stateBox .stepBox b { font-size: 0; letter-spacing: -9999px; }
.stateBox .stepBox .step { background: #7c7c7c; color: #fff; font-weight: bold; width: 26px; height: 26px; display: inline-block; line-height: 25px; margin-left: 3px; border-radius: 50%; }
.stateBox .stepBox .step.on { background: #009de9; color: #fff; }
.stateBox .stepBox .txt { color: #009de9; margin: 0 4px; }


/* layout */
.wrapper.home .container {vertical-align:middle; }
.wrapper.home .header button.open { display: none; }
.contents { padding: 0; }


/* layout */
.wrapper { height:100%; margin:0 auto; width: 100%; padding: 0; }
.container { position: relative; }
.wrapper.home .container { vertical-align:middle; }
.wrapper.home .header button.open { display: none; }
.contents { padding: 0; }
.contents h2 { padding-top: 30px; }

@media screen and (max-width:600px){
	.wrapper { max-width: 600px; }
	.header { max-width: 600px; }
	.header .title { margin: 15px 50px; }
	.login .header .title { margin: 15px 50px; }
	.footer { max-width: 600px; }
}

.information { background: #f1f1f1; text-align: center; }

/* 공통 style */
.login_box .stateBox { background: #f1f1f1; display: flex; justify-content: space-between; padding: 15px; }
.login_box .stateBox > span { line-height: 26px; position: relative; padding-left: 11px; }
.login_box .stateBox > span::before { content: ""; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; background: #a1a1a1; }
.login_box .stateBox .stepBox b { font-size: 0; letter-spacing: -9999px; }
.login_box .stateBox .stepBox .step { background: #7c7c7c; color: #fff; font-weight: bold; width: 26px; height: 26px; display: inline-block; line-height: 25px; margin-left: 3px; border-radius: 50%; }
.login_box .stateBox .stepBox .step.on { background: #009de9; color: #fff; }
.login_box .stateBox .stepBox .txt { color: #009de9; margin: 0 4px; }

.login_box .information { background: #f1f1f1; text-align: center; }

/* 로그인페이지 */
.login_page { background: #f8f8fc; }
.login_box { margin-top: 30px; padding: 0 60px; border-radius: 10px; background: #ffffff; }
.login_box input[type=text], .login_box input[type=password] { padding: 15px 10px; width: 100%; border-radius:10px; }
.login_box input[type=text]:hover, .login_box input[type=password]:hover { border-radius: 10px 10px 0 0; }
.login_box input[type=text]:focus, .login_box input[type=password]:focus { border-radius: 10px 10px 0 0; }
.login_top { padding: 50px 0; text-align: center; }
.login_top img { width: 200px; }
.login_top h3 b { display:block; font-size: 28px; }
.login_top h3 span { display:block; font-size: 20px; }
.login_input { max-width: 350px; margin: 0 auto; box-sizing: border-box; }
.login_input ul li { margin-bottom: 10px; }
.login_input ul .pw { position: relative; }
.login_input ul .pw span { position: absolute; top: 15px; right: 14px; }
.login_input .check { text-align: left;}
.login_input .check .notice { text-align: right; color:red; }	
.login_box .buttonBox { max-width: 350px; margin: 0 auto; }
.login_box .buttonBox button { display: block; width: 100%; margin-bottom: 5px; margin-left: 0; padding: 12px 10px; border-radius: 10px; font-weight: 500; font-size: 16px; }
.login_auth { max-width: 350px; margin: 0 auto; box-sizing: border-box; }
.login_auth button { padding: 12px 10px; border-radius: 10px; font-weight: 500; font-size: 16px; }
.login_auth .time { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; padding: 10px 0; }

@media screen and (max-width: 600px) {
	.login_input, .login_auth { padding: 0; }
	.login_top { padding: 40px 0; }
}

/* 회원가입 */
.certifyBox { margin-top: 30px; padding: 30px 60px 0; border-radius: 10px; background: #ffffff; }
.certifyBox .inputList li:not(.off) { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; }
.certifyBox .inputList li.agreePhone li { margin-top: 10px; }
.certifyBox .inputList .inputHead { width: 120px; text-align: left; }
.certifyBox .inputList .inputBody { width: calc(100% - 120px); }
.certifyBox .inputList .inputHead.exp { width: 250px; }
.certifyBox .inputList .inputBody.exp { width: calc(100% - 250px); }
.certifyBox .inputList .inputBody.exp input[type=password] { width: 70%; }
.certifyBox .inputList .inputBody.cell { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; }
.certifyBox .inputList .inputBody.cell label + label { margin-left: 5px; }
.certifyBox .inputList .inputBody.cell input[type=text], .certifyBox .inputList .inputBody.cell input[type=password] { width: 45%; }
.certifyBox .inputList .inputBody select { margin-right: 5px; padding: 10px; border-radius:10px; }
.certifyBox .inputList .inputBody select + input[type=text] { margin-bottom: 5px; }
.certifyBox input[type=text], .certifyBox input[type=password] { padding: 10px; width: 100%; border-radius:10px; }
.certifyBox input[type=text]:hover, .certifyBox input[type=password]:hover { border-radius: 10px 10px 0 0; }
.certifyBox input[type=text]:active, .certifyBox input[type=password]:active { border-radius: 10px 10px 0 0; }
.certifyBox .inputList .inputBody.birth { display:flex; justify-content: flex-start; align-items: center; }
.certifyBox .inputList .inputBody.birth input[name=birth1] { width: 30%; }
.certifyBox .inputList .inputBody.birth span { margin: 0 5px; }
.certifyBox .inputList .inputBody.birth input[name=birth2] { width: 6%; }
.certifyBox .inputList .inputBody .phone { display: flex;  flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: space-between; padding: 10px; }
.certifyBox .inputList .inputBody .phone input[name=phone] { width: 36%; }
.certifyBox .confirmCount { margin-left: 5px; }
.certifyBox .buttonBox button { width: 150px; margin:0; padding: 12px 10px; border-radius: 10px; font-weight: 500; font-size: 16px; }


#step2.certifyBox .inputList { margin: 0 auto; max-width: 600px; }
#step2.certifyBox .inputList .inputHead.exp { width: 60%; }
#step2.certifyBox .inputList .inputBody.exp { width: 40%; }
#step2.certifyBox .inputList .inputBody.exp input { width: 100%; }
@media screen and (max-width: 1100px) {
	.certifyBox .inputList .inputBody.birth input[name=birth1] { width: 50%; }
	.certifyBox .inputList .inputBody.birth input[name=birth2] { width: 12%; }
}
@media screen and (max-width: 760px) {
	.certifyBox { padding: 0; }
	.certifyBox .inputList .inputBody .inputButton { margin: 5px 5px 5px 0; }
	.certifyBox .inputList .inputBody.cell input[type=text], .certifyBox .inputList .inputBody.cell input[type=password] { width: calc(100% - 150px); }
}
@media screen and (max-width: 600px) {
	.certifyBox .inputList .inputHead { width: 100%; }
	.certifyBox .inputList .inputBody { width: 100%; }
	.certifyBox .inputList .inputBody .phone select[name="tel_co"] { width: 20%; }
	.certifyBox .inputList .inputBody .phone input[name="cp_no"] { width: 76%; }
}
/* 본인인증확인 confirm */
.confirmBox { border: 1px solid #ddd; margin-left: 100px; padding: 5px 10px; }
.certify .confirmBox input[type="text"] { border: none; width: calc(100% - 70px); }
.confirmBox span { float: right; margin-top: 2px; color: red; }

.agreeBox { border: 1px solid #ccc; margin-bottom: 20px; }
.agreeBox .top {background: #f1f1f1; padding: 8px 10px; text-align: left; }
.agreeBox .cont { padding: 10px; border-top: 1px solid #ccc;}
.agreeBox .cont div {padding: 5px 0; }
.agreeBox .cont ul li { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; }

/* 비밀번호 변경 */
.changeBox { margin-top: 30px; padding: 30px 0 0; border-radius: 10px; background: #ffffff; }
.changeBox .inputList li { display: flex; margin-bottom: 5px; }
.changeBox .inputList .inputHead { width: 120px; text-align: left; }
.changeBox .inputList .inputBody { justify-content: flex-start; width: calc(100% - 120px); }
.changeBox .inputList .inputHead.exp { width: 280px; }
/* .changeBox .inputList .inputBody.exp { width: calc(100% - 280px); } */
.changeBox .inputList .inputBody.cell input[type=text], .changeBox .inputList .inputBody.cell input[type=password] { width: 100%; padding: 10px; border-radius: 10px; }
.changeBox .inputList .inputBody .desc { text-align: left; color: #999; margin: 5px; }
.changeBox .buttonBox button { width: 150px; margin: 0; padding: 12px 10px; border-radius: 10px; font-weight: 500; font-size: 16px; }

.changeBox .inputList { margin: 0 auto; max-width: 600px; }
.changeBox .inputList .inputHead.exp { width: 60%; }
.changeBox .inputList .inputBody.exp { width: 40%; }
.changeBox .inputList .inputBody.exp input { width: 100%; }
