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

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

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

@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
@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/css?family=Noto+Sans+KR:100,300,400,500,700');
@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:#2470e0;
     color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background:#2470e0;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background:#2470e0;
    color: #FFF;
    text-shadow: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family:'NanumSquare','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;
}
b {
	font-weight: bold;
}
img {
	vertical-align: middle;
}
/*************** LOGIN PAGE ******************/
#login {
	width: 100vw;
    height: 100vh;
    background: #494949;
}
#join {
	width: 100vw;
    height: 100vh;
    background: #494949;
}
.logo h1 {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Noto Sans kr';
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}
.logo h1 p {
	font-size: .8rem;
	font-weight: 400;
	margin-bottom: 5px;
}
.logo img {
	height: 46px;
	margin-right: 1rem;
	vertical-align: middle;
}
.login_header {
	display: flex;
	flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
	font-size: 1.25rem;
	color: #fff;
	height: 80px;
}
.login_header b {
	font-weight: bold;
}
.login_header img {
	height: 3rem;
	margin-right: 15px;
}
.login_header .sign_top {
	display: flex;
	margin-left: auto;
	align-items: center;
	font-size: 1rem;
}
.login_header .sign_top .sign_text {
	opacity: 0.5;
}
.login_header .sign_top .btn_sign {
	padding: 5px 10px;
	background: #f8f9fa;
	color: #29ABE2;
	border-radius: 3px;
	font-size: 1rem;
	margin-left: 10px;
	border: 1px solid transparent;
}
.login_body {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 80px);
}
.join_title {
	display: block;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	margin: 50px 0 30px;
	color: #fff;

}
.join_body {
	display: flex;
	justify-content: center;
}
.logo h4 {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	white-space: nowrap;
}
.cert_wrap {
	position: absolute;
	top: 160px;
	left: 15px;
	z-index: 1;
}
.cert_wrap img {
	width: 150px;
}
.cert_desc img {
	float: left;
	margin-right: 15px;
}
.cert_desc h3 {
	font-size: 13px;
	line-height: 2.5;
	font-weight: 600;

}
.cert_desc p {
	font-size: 11px;
	font-weight: 300;
}
.container {
	max-width: 1180px;
}

.join_container {
	display: block;
	width: 100%;
}
.join_wrap {
	position: relative;
	max-width: 800px;
	box-shadow: 0 7px 10px rgba(0,0,0,0.15);
	border-radius: 10px;
	padding: 50px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}
.login_container {
	display: block;
	background: #ffd000;
	box-shadow: 0 7px 10px rgba(0,0,0,0.15);
}
.login_top {
	padding: 2rem 0 1rem 4rem;
}
.login_top>h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
}
.login_bottom {
	padding: 1.5rem 2rem;
	text-align: right;
}
.login_wrap {
	position: relative;
	width: 100%;
	box-shadow: 0 7px 10px rgba(0,0,0,0.15);
	border-radius: 10px;
	padding: 50px;
	background: #fff;
	text-align: left;
	transform: translateX(4rem);
}
.signin_wrap {
	float: left;
	position: relative;
	max-width: 800px;
	box-shadow: 0 7px 10px rgba(0,0,0,0.15);
	border-radius: 10px;
	padding: 50px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}
.login_banner {
	float: right;
	background: #fff;
	border-radius: 10px;
	margin-left: 15px;
	padding: 25px;
	display: inline-block;
	width: 250px;
	height: 100%;
	/* background-image: #dedede url('../img/intro_banner_bg.png') no-repeat center bottom;
	background-size: contain; */
	background: linear-gradient(-55deg, #795548 0%, #4b2c20 100%);
	box-shadow: 0 7px 10px rgba(0,0,0,0.15);
	color: #ffeb3b;
	line-height: 1.2;
}
.login_banner h2 {
	font-family:'NanumSquare';
	font-size: 1.7rem;
	margin-bottom: 15px;
	font-weight: bold;
}
.login_banner .call {
	font-family:'Spoqa Han Sans';
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 50px;
}
.login_wrap .logo_brand {
	display: inline-block;
	position: absolute;
	top:-60px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	padding: 15px 20px 20px 20px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	border-radius: 100%;
}

.login_field {
	flex: 1;
}
.login_field h1 {
	font-size: 2.3rem;
	font-family:'NanumSquare';
	color: #000;
	line-height: 1.2;
}
.login_field .desc {
	margin-bottom: 2rem;
}
.login_field .desc p {
	font-size: 1rem;
	margin: 10px 0;
}
input::placeholder {
  color: #494949;
  font-weight: 100;
}
input {
	border: 1px solid #dbdde2 !important;
	box-shadow: none !important;
}
input:focus {
	border-color: #ffdf2b !important;
}
.login_field input[type=text], .login_field input[type=password] {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 20px !important;
    color: #000;
    font-family: 'Spoqa Han Sans';
    font-size: 13px;
    margin-bottom: 10px;
}
.help-block {
	font-size: 12px;
	line-height: 1.2;
}
/*
.login_field input[type=password] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px !important;
    color: #494949;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top:-1px;
}
*/
.panel-heading {
	border-bottom: 1px solid #333;
	font-size: 24px;
	font-weight: 300;
	color: #000;
}
.panel-body {
	padding: 30px;
}
.login_field input[id=autologin] {
	display: none;
}
.login_field input[id=autologin] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	vertical-align: middle;
}
.login_field input[id=autologin] + label:before {
	content: "";
	display: inline-block;
	border: 1px solid #dedede;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-right: 7px;
	vertical-align: middle;
}
.login_field input[id=autologin]:checked + label:before {
	font-family: 'Material Icons';
	content: "\e876";
	color: "#2470e0";
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	top:0;
	left:0;
	width: 18px;
	height: 18px;
	border: 1px solid #2470e0;
	background: #2470e0;
	color: #fff;
	/*background: #FFCC00;*/
}
.btn_login {
	display: block;
	width: 100%;
	background: #ffd000;
	border: none;
	border-radius: 5px;
	color: #000000;
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.2rem;
	cursor: pointer;
	padding: 1rem;
}
.btn_join {
	display: inline-block;
	background: #2470e0;
	border: 1px solid #2470e0;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
	font-weight: 700;
	font-size: 1rem;
	padding: 15px 30px;
	cursor: pointer;
}
.btn_find {
	display: inline-block;
	background: transparent;
	border: none;
	border-radius: 5px;
	color: #000;
	font-size: .8rem;
	opacity: .8;
	margin: 0 1rem;
}
.btn_find:hover {
	opacity: 1;
}
.divider {
 overflow: hidden;
 text-align: center;
 margin: 20px 0;
 font-size: 12px;
}
.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%;
}
.service_wrap {
	display: flex;
	justify-content: space-between;
}
.service_wrap .banner {
	flex: 1;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
	text-align: center;
	padding: 15px 0 10px;
	cursor: pointer;
	margin: 0 10px;
}
.service_wrap .banner i {
	vertical-align: middle;
	margin-right: 20px;
}
.service_wrap .banner.cs {
	background: #dedede;
}
.service_wrap .banner.kakaofriends {
	font-family: 'Kakao';
	font-weight: 500;
	background:#FAE100;
}
.service_wrap .banner.blog {
	font-family: 'Kakao';
	font-weight: 500;
	background:#32b44a;
	color: #fff;
}

.copyright {
	width: 1100px;
	color: #fff;
	font-family: 'Spoqa Han Sans';
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	z-index: 1;
	margin-top: 25px;
}
.copyright h3 {
	font-family: 'Spoqa Han Sans';
	font-size: 32px;
}
.copyright h4 {
	font-family: 'Spoqa Han Sans';
	font-size: 18px;
	margin-bottom: 10px;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: inherit;
}
.copyright ul {
	display: inline-block;
	margin-bottom: 10px;
}
.copyright ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
.copyright ul li:last-of-type {
	border: none;
	margin: 0;
}
.copyright ul:after {
	content: "";
	display: block;
	clear: both;
}
.copyright ul li a {
	color: #fff;
}
.copyright p {
	margin: 10px 0;
}
/* Right Promotion Area */
.promo {
	width: 400px;
	height: 100%;
	color: #fff;
	padding: 40px 0;
	font-family: 'Kakao';
	text-align: center;
	/*
	background-image: url("../img/promo_bg_01.png"), url("../img/promo_bg_alert.png");
	background-repeat: no-repeat;
	background-size: 120%, 70%;
	background-position: right -80px bottom -60px, center bottom;
	*/
	background-color: #2b2b2b;
	background-image: url("../images/2019/promo_bg_05.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: right -120px bottom -80px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: -5px 0 10px rgba(0,0,0,0.5);

}
.promo_txt {
	transform: translateY(-50%);
}
.promo_txt i {
	opacity: 0.2;
	font-size: 36px;
	line-height: 100%;
	display: block;
}
.promo_txt i:first-of-type {
	text-align: left;
}
.promo_txt i:last-of-type {
	text-align: right;
}
.promo h2 {
	font-family: 'Spoqa Han Sans';
	font-size: 24px;
	line-height: 32px;
}
.promo h3 {
	color: #FFCC00;
	margin-top: 50px;
	font-size: 18px;
	line-height: 150%;
}
.promo_num {
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #6b6b6b;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.btn_promo {
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #6b6b6b;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.btn_promo:hover {
	color: #fff;
	background: rgba(255,255,255,0.1);
}
/* feathericon setting */
.feather {
	vertical-align: middle;
	margin-right: 10px;
}
.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px;
    height: 24px;
}

.feather-32{
    width: 32px;
    height: 32px;
}
.send_list label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
label.file input {
    position: relative;
    display: none;
}
label.file {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
label.file:before {
    content: "파일선택";
    float: right;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    background-color: #666;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-left: -1px;
}
label.file:after {
    content: "선택된 파일이 없습니다.";
    display: block;
    line-height: 38px;
    background-color: #f0f1f3;
    padding: 0 15px;
    overflow: hidden;
    font-size: 12px;
    border: 1px solid #d4d8e1;
    height: 38px;
}
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
	.login_header  {
		height: 100%;
		margin: 15px 0;
	}
	.login_body {
		height: 100%;
	}
	.login_container {

	}
	.login_banner {
		display: none;
	}
	.login_header .sign_top {
		display: none;
	}
	.login_wrap {
		padding: 25px;
	}
	.login_header span {
		display: inline-block;
		vertical-align: middle;
		font-size: 0.9rem;
		line-height: 1.2;
	}
	.login_header b {
		font-size: 1.2rem;
		display: block;

	}
	.login_field .desc h1 {
	font-size: 1.3rem;
	font-family:'NanumSquare';
	color: #000;
	}
	.login_field .desc p {
		font-weight: 300;
	}
	.service_wrap {
		flex-direction: column;
	}
	.service_wrap .banner {
		width: 100%;
		margin-bottom: 15px;
	}
	.service_wrap .banner:last-of-type {
		margin-bottom: 0;
	}
}
/*************** LOGIN PAGE END ******************/
