/*
Cascading Style Sheet Name: bizalimtalk login
Author: KIM MIN SOO

Colors:
	basic yellow 	: #ffdc00
	screen yellow 	: #FAE100
	dark yellow 	: #FFCC00

Fonts:
	font-family: 'Spoqa Han Sans','Kakao' sans-serif;
	font-family: 'Noto Sans KR';
*/

@charset "utf-8";
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
/*@import url('http://meta-kage.kakaocdn.net/dn/osa/blog/assets/fonts/Kakao.css');*/
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          outline: none;
}
::selection {
    background:#FAE100;
    text-shadow: none;
}
::-moz-selection {
    background:#FAE100;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background:#FAE100;
    color: #FFF;
    text-shadow: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family:'kakao', sans-serif;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}
a {
	color: inherit;
    text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:link {
	color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
}
/***** 기본 레이아웃 *****/
.dhnWrap {
	width: 100%;
	display: flex;
    min-height: 100vh;
    position: relative;
    flex-direction: column;
}
.dhn_contents {
	flex: 1;
	padding: 120px 0 50px;
	min-height: 740px;
	background: url('/img/login_bg4.png')no-repeat right 50px bottom -20px, url('/img/login_bg3.png')no-repeat right top 50px, url('/img/login_bg00.png')no-repeat right -50px top -50px;
    background-size: 250px, 600px, 500px;
    background-color: #f8f8f8;
/*
	background: #f8f8f8 url(/img/login_bg2.png)no-repeat right 50px bottom;
	background-size: 300px;
*/
}
.dhn_footer {
	position: relative;
	padding: 25px;
	background-color: #fff;
	border-top: 1px solid #dedede;
}
.login_box {
	display: flex;
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.login_logo {
	position: absolute;
	top: 25px;
	left: 50px;
}
.login_logo img {
	width: 100px;
}
/******* 로그인 왼쪽 입력폼  ******/
.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: 'FontAwesome';
	content: "\f00c";
	color: #fff;
	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%;
}
.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;
}
.company_info h5 {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}
.company_info ul {
	margin-bottom: 5px;
	white-space: nowrap;
}
.company_info ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(0,0,0,0.2);
	line-height: 1;
	color: #8a92a5;
	font-weight: 300;
	font-size: 12px;
}
.company_info ul li:last-of-type {
	border: none;
	margin: 0;
}
.company_info ul:after {
	content: "";
	display: block;
	clear: both;
}
.company_info ul li a {
	color: inherit;
}
.company_info .txt_copyright {
    display: block;
    padding-top: 10px;
    font-size: 11px;
    font-family: 'Spoqa Han Sans';
}
.modal-dialog {
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
	.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;
	}
}

.terms_wrap table{width:100%;}
.terms_wrap table th{padding:10px 0; background-color: #f1f1f1;}
.terms_wrap ul {padding-inline-start: 20px;}
.terms_wrap li {list-style: none;}
