.login_container {
	width: 100%;
	min-height: 100vh;
	background: #f8f8f8;
}

/****** 로그인 박스 *****/
.login_wrap {
	padding: 80px 0;
	margin: 0 auto;
	width: 480px;
}
@media screen and (max-width: 768px) {
.login_wrap {width:90%;}
}
.login_top {
	text-align: center;
	margin-bottom:20px;
}
.login_top img {
	width: 80px;
	margin-bottom: 10px;
}
.login_top h1 {
	font-size: 30px;
	font-weight: 700;
}
.login_top .desc {
	color: #666;
	font-size: 14px;
	/* font-weight: 300; */
}
.login_top .desc p{
	width:100%;
	display: inline-block;
	margin-bottom:10px;
}
.login_top .desc p span{
	color:#f00;
}
.login_top .desc p a{
	border: solid 1px #ddd;
	padding:5px 10px;
	background-color: #fff;

}
.login_box {
	display: flex;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

/******* 로그인 입력폼  ******/
.login_box .login_form {
	padding: 30px;
	flex: 1;
}
.login_box .login_form .form_logo {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}
.login_box .login_form .form_logo img {
	width: 28px;
	margin-right: 10px;
}
.login_box .login_form .form_login {

}
.login_box .login_form .form_login input {
	width: 100%;
	margin-bottom: 10px;
}
.form_login input[id=autologin] {
	display: none;
}
.form_login input[id=autologin] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
}
.form_login input[id=autologin] + label:before {
	content: "";
	display: inline-block;
	border: 1px solid #dedede;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 7px;
}
.form_login input[id=autologin]:checked + label:before {
	font-family: 'Material Icons';
	content: "\e5ca";
	color: #000;
	display: inline-block;
	font-size: 12px;
	top:0;
	left:0;
	text-align: center;
	width: 18px;
	height: 18px;
	background: #FFCC00;
	border-color: #FFCC00;
}
.btn_login2 {
	display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #ffe500;
    font-size: 15px;
    color: #333;
    margin-top: 30px;
}
.divider {
 overflow: hidden;
 text-align: center;
 margin: 20px 0;
 font-size: 13px;
 color: #afafaf;
}
.divider:before,
.divider:after {
 background-color: #e6e6e6;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.divider:before {
 right: 1em;
 margin-left: -50%;
}
.divider:after {
 left: 1em;
 margin-right: -50%;
}
.contact_info {
	text-align: center;
	font-size: 50px;
	font-weight: 300;
	font-family: 'Roboto';
}
.login_coptyright {
	margin-top: 20px;
    font-size: 10px;
    font-family: Roboto,sans-serif;
    line-height: 13px;
    color: #494949;
    text-align: center;
}
.login_coptyright img {
	height: 24px;
	margin-right: 10px;
}
.link_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
}
.link_wrap .banner {
	width: 100%;
	flex: 1;
	padding: 10px;
	margin: 0 5px;
	border-radius: 5px;
	font-family: 'Kakao';
	font-size: 12px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.link_wrap .banner i {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}

.link_wrap .banner.cs {
	border: 0;
	background: #b7dbed;
	color: #000;
}
.link_wrap .banner.kakao {
	border: 0;
	background: #fae100 ;
	color: #3c1e1e;
}
.link_wrap .banner.blog {
	border: 0;
	background: #32b44a ;
	color: #fff;
}
.link_wrap .banner.site {
	border: 0;
	color: #000;
	background-color:#f5d74d;
}
.link_wrap .banner.site > img {
	width: 30px;
	display: block;
	text-align: center;
	margin: 0 auto 5px;
}
.banner_bottom {
	display: block;
}
.banner_bottom.cert {
    background: url('/images/icon_cert.png')no-repeat left center;
	background-size: 80px;
	background-color: #fff;
	padding-left: 90px;
}
.banner_bottom h3 {
	font-size: 15px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
.banner_bottom p {
	color: #000;
	font-size: 12px;
}

/******* 로그인 오른쪽 배너  ******/
.login_box .login_ad {
	flex: 1;
	padding: 30px;
	position: relative;
	background: #fedc00;
	color: #181913;
	font-family: 'Kakao';
}
.login_box .login_ad > h1 {
	font-family: 'Kakao';
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
}
.login_box .login_ad > h2 {
	font-family: 'Kakao';
	font-size: 56px;
	font-weight: 300;
	line-height: 1;
}
.login_box .login_ad > h3 {
	font-family: 'Kakao';
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 100px;
}
.login_box .login_ad > p {
	font-family: 'Kakao';
	font-size: 14px;
	font-weight: 400;
}
.login_box .login_ad .call_num {
	font-size: 32px;
	font-weight: bold;
}
.login_box .login_ad .call_num > span {
	margin-right: 10px;
	font-weight: 300;
}
.ad_box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	background-color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
}
.test_info {
	padding-left: 80px;
	background: url(/img/icon/icon_alimtalk.png)no-repeat left 10px center;
	background-size: 50px;
}
.test_info > h3 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.test_info > h3 > span {
	font-weight: 300;
}
.test_info > p {
	font-size: 12px;
	color: #494949;
}
.test_send {
	width: 100%;
	display: flex;
	margin-top: 20px;
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}
input.test_num {
	flex: 1;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	height: 38px !important;
	padding: 0 15px !important;
}
.btn_send {
	display: inline-block;
	width: 100px;
	color: #000;
	font-size: 13px;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	border: none;
	background-color: #ffe500;
	text-align: center;
	margin-left: -1px;
    cursor: pointer;
}

.modal-dialog {
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
	.dhn_contents.bg1 {
		background: none;
	}
	.relation_wrap {
		display: none;
	}
	.dhn_contents {
		padding: 25px;
		min-height: auto;
		background: #f8f8f8;
	}
	.login_logo {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 25px;
	}
	.login_box {
		width: 100%;
		min-width: 240px;
		min-height: auto;
		margin-bottom: 50px;
	}
	.login_box .login_ad {
		display: none;
	}
	.form_info {
		display: none;
	}
}

.bg_black{position: absolute; top:0; width:100%; height:100%; background-color: #000; opacity: 0.5;}
.dormancy{position: absolute; top:190px; left:calc(50% - 250px); border:solid 3px #404040;}
.dormancy button{position: absolute; border: none; top:0; right:0; height:33px; line-height: 30px; padding:0 5px 3px 8px !important; font-size:25px; background-color: #404040; color:#fff;}
