@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* 리셋 CSS */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

/*바디 컬러, 폰트사이즈*/

body {
	font-family: 'Noto Sans KR', sans-serif;
	/*    background-color: #f1f1f1;*/
	height: 100%;
	background-color: #f9f9f9;
	text-align: center;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
}

.body-wrap {
	/*padding: 0 20px;*/
}

/*인트로 로고*/

.logo {
	margin: 100px auto 50px;
	width: 250px;
	color: rgb(206, 206, 206);
}

@media only screen and (max-width: 600px) {
	.logo {
		margin: 25% auto 10%;
		width: 250px;
	}
}

.logo img {
	width: 100%;

}

.logo label {
	font-size: 20px;
	color: rgb(214, 214, 214);

}
/*로그인 인풋*/

.login-wrap {
	width: 100%;
	height: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 2px;
}

.login-wrap.down {
	margin-top: 20px;
}

.login-wrap.down ul {
	display: flex;
}

.login-wrap.down ul li {
	/*width: 50%;*/
}

.login-wrap.down ul li img {
	width: 100%;
}

.login-wrap.down ul li .p1 {
	font-size: 21px;
	color: #555;
	text-align: left;
	font-weight: bold;
}

.login-wrap.down ul li .p2 {
	font-size: 38px;
	color: #ff9600;
	text-align: left;
	font-weight: bold;
	line-height: 40px;
}

.login-wrap.down ul li .p3 {
	font-size: 14px;
	color: #666;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	vertical-align: middle;
}

.login-wrap.down ul li .p3 a {
	color: #666;
}

.login-wrap.down ul li .p3 span {
	font-size: 10px;
}

.wrap {
	width: 79%;
	margin: auto;
}

.textbox {
	/*margin: 15px auto;*/
	position: relative;
	width: 100%;
	padding: 5px 8px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.textbox label {
	position: absolute;
	top: -5px;
	left: 1px;
	padding: .8em .5em;
	color: #999;
	cursor: text;
}

.textbox input[type="text"],
.textbox input[type="tel"],
.textbox input[type="password"] {
	width: 100%;
	height: 40px;
	font-size: 16px;
	/* padding: .8em .5em; */
	border-radius: 0;
	outline-style: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	/*border-bottom: 0.5px solid rgb(214, 214, 214);*/
	box-sizing: border-box;
	border-bottom: none !important;
}
/*  */

.textbox ::placeholder{
	color: rgb(206, 206, 206);
	font-size: 15px;
}
/*체크박스*/

.chack_box {
	width: 79%;
	height: 35px;
	margin: auto;
}

.chack_box {
	position: relative;
	text-align: left;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	padding-left: 34px;
	font-size: 15px;
	line-height: 24px;
	/* padding-top: 5px; */
	color: rgb(214, 214, 214);
	background: url('../img/off.png') left/24px no-repeat;

}

input[type=checkbox]:checked + label {
	background-image: url('../img/on_b.png');
}

/*로그인버튼*/

.login_button {
	/*width: 79%;*/
	width: 100%;
	height: 45px;
	margin-top: 25px;
	background-color: #ff9600;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
}

/*아이디 찾기*/

.find_box {
	width: 100%;
	height: 15px;
	/*	background-color: bisque;*/
	margin: 14px auto;
	text-align: center;
}

.find_box ul {
	width: 100%;
	height: 100%;
	margin: auto;
	display:inline-block;
	/*	background-color: aquamarine;*/
}

.find_box ul a li {
	/* float: left; */
	display:inline-block;;
	/* width: 30.333%; */
	height: 100%;
	box-sizing: border-box;
	color: rgb(214, 214, 214);
	font-size: 12px;
	/*line-height: 1.1em;*/
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	/*	background-color: black;*/
}

.s1 {
	font-size: 12px !important;
	color: #666 !important;
	/*border-right: 0.5px solid rgb(214, 214, 214);*/
	float: left;
}

.s2 {
	font-size: 12px !important;
	color: #666 !important;
	/*border-right: 0.5px solid rgb(214, 214, 214);*/
	float: left;
}

.s3 {
	font-size: 12px !important;
	color: #000 !important;
	/*font-weight: bold;*/
	border-right: 0.5px solid rgb(255, 255, 255);
	float: right;
}


.logo-table {
	width: 100%;
}

.logo-table tr td {
	width: 50%;
	padding: 15px 5px;
	text-align: center;
	border: 1px solid #eee;
}

.logo-table tr td span {
	font-size: 12px;
	padding-left: 5px;
	vertical-align: middle;
}

.logo-table tr td img{
	/*width: 100%;*/
	/*width: 30px;*/
	vertical-align: middle;
}

.footer {
	font-size: 11px;
	color: #9e9e9e;
	text-align: center;
	margin-top: 100px;
	padding: 10px 5px;
	background-color: #efefef;
}



@media only screen and (max-width: 400px) {
	.login-wrap{
		padding: 30px 20px !important;
	}
	.wrap {
		width: 100% !important;
	}
}



@media only screen and (max-width: 400px) {
	.login-wrap{
		padding: 30px 20px !important;
	}
	.wrap {
		width: 100% !important;
	}
}

@media only screen and (max-width: 440px) {
	.logo-table tr td span {
		font-size: 11px;
	}
}

@media only screen and (max-width: 370px) {
	.logo-table tr td span {
		font-size: 10px;
		word-break: keep-all;
	}
}

@media only screen and (max-width: 610px) {
	.login-wrap.down ul li .p1 {
		font-size: 18px;
	}

	.login-wrap.down ul li .p2 {
		font-size: 32px;
		line-height: 30px;
	}

	.login-wrap.down ul li .p3 {
		font-size: 12px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 535px) {
	.login-wrap.down ul li .p1 {
		font-size: 16px;
	}

	.login-wrap.down ul li .p2 {
		font-size: 29px;
		line-height: 25px;
	}

	.login-wrap.down ul li .p3 {
		font-size: 12px;
		margin-top: 8px;
	}
}

@media only screen and (max-width: 465px) {
	.login-wrap.down ul li .p1 {
		font-size: 13px;
	}

	.login-wrap.down ul li .p2 {
		font-size: 23px;
		line-height: 22px;
	}

	.login-wrap.down ul li .p3 {
		font-size: 12px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 350px) {
	.login-wrap.down ul li .p1 {
		font-size: 12px;
	}

	.login-wrap.down ul li .p2 {
		font-size: 21px;
		line-height: 20px;
	}

	.login-wrap.down ul li .p3 {
		font-size: 11px;
		margin-top: 3px;
	}
}

@media only screen and (max-width: 320px) {
	.login-wrap.down ul li .p1 {
		font-size: 11px;
	}

	.login-wrap.down ul li .p2 {
		font-size: 19px;
		line-height: 18px;
	}

	.login-wrap.down ul li .p3 {
		font-size: 10px;
		margin-top: 1px;
	}
}