/*폰트*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html{
	height:100%;
}
body {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	letter-spacing: -0.25px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f8f9;
}

ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

p,h1,h2,h3{
	padding: 0;
	margin: 0;
}

div,
button,
input,
textarea{
	box-sizing: border-box;
}

input, button {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
}

button{
	border: 0;
	cursor: pointer;
}

button:focus,
input:focus {
	outline: none;
}

button:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);   /* For IE8 and earlier */
}

a{
	text-decoration: none;
}

/* 기본 레이아웃 */
.wrap{
	width: 100%;
	max-width: 460px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/* 인덱스 */
.index{
	width: 100%;
	text-align: center;
	line-height: 0;
}
.index img{
	width: 100%;
	max-width: 930px;
}

/* 메인 */
.main-img{
	background:url('/img/main_img_bg.png') no-repeat;
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	text-align: center;
	padding: 15px 0 0 0;
}
.main-img .main-img-logo img{
	width: 100px;
}
.main-img h1{
	color: #FFFFFF;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: -0.1px;
	padding: 13px 0 15px 0;
}

.main-content{
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px 0 20px 0;
}
.main-content .main-content-title{
	color: #070707;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: -0.1px;
}
.main-content .main-content-img{
	padding: 15px 0 5px 0;
}
.main-content .main-content-img img{
	width: 30px;
}
.main-content .main-content-stitle{
	color: #c67328;
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
}
.main-content .main-content-text{
	width: 94%;
	margin: 15px auto 0  auto;
	background-color: #f1f1f1;
	color: #303030;
	font-size: 13px;
	line-height: 18px;
	padding: 15px 10px;
}
.btn-register{
	width: 100%;
	display: block;
	background-color: #99ca3c;
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
}

/* step top */
.step-top{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #53b7e8;
}
.step-top .step-top-prev{
	width: 10%;
	height: 50px;
	text-align: center;
	border-right: 1px solid #75c5ed;	
	float: left;
}
.step-top .step-top-prev a{
	display: block;
}
.step-top .step-top-prev img{
	width: 14px;
	padding: 13px 0 8px 0;
}
.step-top .step-top-name{
	width: 90%;
	height: 50px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: -0.1px;
	float: left;
	padding: 0 0 0 20px;
}
.step-menu{
	width: 100%;
	overflow: hidden;
}
.step-menu li{
	width: 33%;
	background-color: #f1f1f1;
	border-right: 1px solid #dcdcdc;
	float: left;
	text-align: center;
	color: #757575;
	font-size: 13px;
	line-height: 13px;
	padding: 10px 0;
}
.step-menu .li-3{
	width: 34%;
	border-right: 0;
}
.step-menu li .step-menu-img{
	padding: 0 0 10px 0;
}
.step-menu li .step-menu-img img{
	height: 21px;
}
.step-menu .on{
	background-color: #0d2b4c;
	color: #FFFFFF;
}

/* step-기본레이아웃 */
.step-content{
	width: 92%;
	margin: 30px auto;
	overflow: hidden;
}
.step-content .step-content-title{
	color: #070707;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	letter-spacing: -1.0px;
}
.step-content .step-content-text1{
	color: #737373;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -1.0px;
	padding: 7px 0 0 0;
}

/* step-동의하기 */
.step-content .step-content-checkbox{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 0 0;
}
.step-content .step-content-checkbox li{
	overflow: hidden;
	padding: 5px 0;
}
.step-content .step-content-checkbox .li-1{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c1c1c1;
}
.step-content .step-content-checkbox .li-1 input[type=checkbox] + label{
	color: #070707;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.step-content .step-content-checkbox .li-2{
	margin: 10px 0 0 0;
}
.step-content .step-content-checkbox li .scc-input{
	width: 80%;
	float: left;
}
.step-content .step-content-checkbox li .scc-view{
	width: 20%;
	float: left;
	text-align: right;
}
.step-content .step-content-checkbox li .scc-view a{
	color: #545454;
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #c1c1c1;
	padding: 2px 4px;
}


/* 약관 자세히보기내용 */
.box-agree{
	position: absolute;
	top: 40px;
	left: 10px;
	padding: 50px 20px 20px;
	width: calc( 100% - 20px );
	max-width: 400px;
	height: 80%;
	line-height: 24px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #c1c1c1;
	border-radius: 10px;
	background: #FFFFFF;
	z-index: 3;
}
.other-agree-list{
	height: calc( 100% - 50px );
	overflow: hidden;
	overflow-y: auto;
}
.other-agree-list b{
	font-size: 14px;
	font-weight: 700;
}
.btn-agreeclose{
	position: absolute;
	bottom: 10px;
	left: 25%;
	margin: 0 auto;
	width: calc( 50% );
	height: 40px;
	line-height: 38px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #333;
	border: 1px solid #c1c1c1;
	border-radius: 0;
	display: block;
}

/* 개인정보 입력 */
.step-content .step-content-input{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 10px 0;
}
.step-content .step-content-input1{
	padding: 5px 0 10px 0;
}
.step-content .step-content-input li{
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.step-content .step-content-input li input{
	height: 46px;
	border: 1px solid #c1c1c1;
	color: #070707;
	font-size: 16px;
	line-height: 44px;
	letter-spacing: -0.5px;
	padding: 0 10px;
}
.step-content .step-content-input li input::placeholder{
	color: #737373;
}
.step-content .step-content-input li input:-webkit-input-placeholder{
	color: #737373;
}
.step-content .step-content-input li input:-moz-input-placeholder{
	color: #737373;
}
.step-content .step-content-input li input:-ms-input-placeholder{
	color: #737373;
}

.step-content .step-content-input li .input-name{
	width: 100%;
}
.step-content .step-content-input li .input-hp1{
	width: 20%;	
	margin: 0 2% 0 0;
	float: left;
}
.step-content .step-content-input li .input-hp2{
	width: 52%;	
	margin: 0 2% 0 0;
	float: left;
}
.step-content .step-content-input li .btn-number{
	width: 24%;
	height: 46px;
	background-color: #53b7e8;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -0.5px;
	text-align: center;
	float: left;
}
.step-content .step-content-input li .input-number{
	width: 74%;	
	margin: 0 2% 0 0;
	float: left;
}
.step-content .step-content-input li .btn-confirm{
	width: 24%;
	height: 46px;
	background-color: #a0a0a0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -0.5px;
	text-align: center;
	float: left;
}
.step-content .step-content-checkbox1{
	width: 100%;
	overflow: hidden;
}
.step-content .step-content-stitle{
	color: #737373;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.5px;
	padding: 0 0 5px 0;
}
.step-content  .step-content-checkbox1 li{
	padding: 10px 0 0 0;
}
.step-content .step-content-checkbox1 li input[type=checkbox] + label{
	color: #070707;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.5px;
}

/*방문등록완료*/
.step-content .step-content-title1{
	color: #070707;
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -0.5px;
	text-align: center;
}
.step-content .step-content-time{
	width: 100%;
	background-color: #2e2a25;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: -0.5px;
	padding: 20px 0;
	margin: 20px 0;
}
.step-content .step-content-text2{
	color: #737373;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.5px;
	text-align: center;
}

/* 체크박스 */
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
	height: 28px;
	color: #070707;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 36px;
	margin: 0;
}
input[type=checkbox]+ label:before {
	content: "";
	display: inline-block;

	width: 28px;
	height: 28px;

	position: absolute;
	left: 0;	
	background-color: #FFFFFF;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
}
input[type=checkbox]:checked + label:before{
    content: "\2713";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    background: #53b7e8;
    text-align: center;
    line-height: 24px;
}
