/*
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:'Noto Sans KR', 'NanumSquare','Kakao','sans-serif' !important;
  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;
}
ul{
    margin:0;
    padding: 0;
}
li{
    list-style: none;
}

/*************** LOGIN PAGE ******************/
#login {
	/* width: 100vw; */
	width: 100%;
    min-height: 100vh;
    background: #eee;
}
.logo h1 {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 25px;
	font-weight: 700;
}
.logo h1 p {
	font-size: 17.5px;
	font-weight: 400;
	margin-bottom: 3px;
}
.logo img {
	height: 60px;
	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: #000;
	height: 80px;
}
.login_header .logo{text-align:left; margin: 0 auto;}
.login_header .sign_top {
	display: flex;
	margin-left: auto;
	align-items: center;
	font-size: 13px;
}
.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: 13px;
	margin-left: 10px;
	border: 1px solid transparent;
}
.login_body {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 460px;
	/* height: calc(100vh - 80px); */
    margin:0 auto;
}
.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 {
    padding-top:80px;
	/* 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: #29ABE2; */
	/* box-shadow: 0 7px 10px rgba(0,0,0,0.15); */
}
.login_top {
	padding: 3rem 0 2rem 4rem;
}
.login_top>h2 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}
.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: 20px;
    padding: 50px 60px 60px;
	background: #fff;
	text-align: left;
	/* transform: translateX(4rem); */
}
.login_wrap .logo{
	text-align: center;
    margin-bottom:40px;
}
.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-size: 1.7rem;
	margin-bottom: 15px;
	font-weight: bold;
}
.login_banner .call {
	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;
	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: #999;
  font-weight: 400;
}
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-size: 13px; */
    margin-bottom: 10px;
    border-radius: 8px;
}
.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: flex;
    justify-content: center;
    position: relative;
	width: 100%;
	background: #ffd000;
	background: #60a7e5;
	border: none;
	border-radius: 8px;
	color: #000000;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
	/* font-size: 13px; */
	cursor: pointer;
	padding: 1rem;
}

.simple_login {
    position: relative;
    margin:30px 0 20px;
    /* font-size:12px; */
    color:#777;
    text-align: center;
}
.simple_login::after,
.simple_login::before{
    content: '';
    display: block;
    width:35%;
    height:1px;
    background-color: #ddd;
    position: absolute;
    top:8px;
    left:5px;
}
.simple_login::after{
    left:auto;
    right:5px;
}

/* 네이버로그인 */
.login_naver{
    background-color: #03a94d;
    color: #fff;
}
.login_kakao{
    color:#111;
    background-color: #fae100;
}
.btn_login > i.login_icon{
    display: inline-block;
    color:transparent;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.login_naver > i.login_icon{
    width: 60px;
    margin: 1px 1px 0 0;
    background-image: url(/images/main/logo_naver.png);
}
.login_kakao > i.login_icon{
    width: 20px;
    height: 17px;
    margin: 1px 1px 0 0;
    background-image: url(/images/main/logo_kakao.png);
}


.btn_join {
    color:#111;
	background: #d5d5d5;
}
.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;
}
/*************** LOGIN PAGE END ******************/



/* 회원가입 */
.wrap_reg_info {
    width: 100%;
    min-height: 100vh;
    padding:40px 0;
    background: #eee;
}
.wrap_reg_info label,
.wrap_reg_info input[type=checkbox],
.wrap_reg_info input[type=radio] {
    margin: 0;
}
.wrap_reg_info em {
    font-weight: 600;
    font-style: normal;
    color:red;
}
.wrap_reg_info h2{
    text-align: center;
}
.wrap_reg_info > main{
    position: relative;
    width: 560px;
    margin:0 auto;
    padding: 50px 60px 60px;
	background: #fff;
    border-radius: 20px;
}
.wrap_reg_info.wrap_agree_terms > main{
    width: 660px;
}
.wrap_find_account .wrap_find_pw .find_result input,
.wrap_reg_info .put_info input,
.wrap_reg_info input[type="text"]{
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 20px;
    color: #000;
    font-size: 13px;
    margin-bottom: 6px;
    border-radius: 8px;
}
.wrap_step {
	width: 100%;
	background: #fff;
	margin-bottom: 40px;
	padding-top: 90px;
    text-align: center;
}
.wrap_step ul {
	display: inline-block;
    width: auto;
    margin: 0 auto;
}
.wrap_step ul li {
	position: relative;
	display: inline-block;
    font-size: 16px;
    color: #aaa;
    width: 140px;
    padding-bottom:15px;
}
.wrap_step ul li::before{
    content: attr(data-step);
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
	top: -55px;
	width: 45px;
    height:45px;
    background-color: #f5f5f5;
    border-radius: 999px;
}
.wrap_step ul li.on::before{
	background-color: #ffdf2b;
}
.wrap_step li.on {
	font-weight: 700;
	color: #000;
	position: relative;
}
.wrap_step ul li:after  {
	content: "";
	display: block;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #ddd;
}
.wrap_step ul li.on:after  {
	background-color: #ffdf2b;
}
.wrap_reg_info h3{
    margin-bottom: 20px;
}
.wrap_reg_info article{
    margin-bottom: 20px;
    color:#666;
}
.wrap_reg_info article input[type="checkbox"]{
    margin-right:5px;
}
.wrap_reg_info article textarea{
    width:100%;
    height:100px;
    margin-top:5px;
    border:1px solid #ccc;
}
.wrap_reg_info label em,
.wrap_reg_info article em{
    margin-left:5px;
}
.wrap_reg_info .wrap_receive{
    margin-top:5px;
    padding:10px 20px;
    background: #f5f5f5;
    border:5px;
}
.wrap_reg_info .wrap_receive > span{
    margin-right:30px;
}
.wrap_reg_info .wrap_receive > input[type="checkbox"]:not(:first-of-type){
    margin-left:20px;
}
.wrap_reg_info .add_notice{
    font-size:13px;
    color:#666;
}
.wrap_reg_info .put_info{
    margin:10px 0;
}
.wrap_reg_info .wrap_agree_check input[type="checkbox"]{
    margin-right:5px;
}
.wrap_reg_info .welcome_box{
    margin:80px 0;
    text-align: center;
    font-size: 22px;
    color:#1091d0;
    font-weight: 600;
}

/* 버튼들 */
.wrap_reg_info button.btn_reg{
    width:100%;
    margin-top:5px;
    padding:10px 5px;
    background: #ffdf2b;
    border:1px solid #ffdf2b;;
    border-radius: 10px;
}
.wrap_reg_info section > button.btn_reg.reg_next{
    background: none;
}
.wrap_reg_info .wrap_agree_check p{
    padding:5px 10px;
    font-size: 13px;
    color:#999;
}


/* 아이디 비번찾기 */
.wrap_reg_info.wrap_find_account main{
    width:650px;
}
.wrap_find_account .find_account_text{
    margin:20px 0;
}
.wrap_find_account section{
    padding:40px 30px 25px;
    border:1px solid #e5e5e5;
    border-radius: 10px;
}
.wrap_find_account .find_result{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap_find_account .wrap_find_pw:has(.find_end) .find_result{
    flex-direction: column;
}
.wrap_find_account .wrap_find_pw:has(.find_end) .find_result > *{
    width:100%;
}
.wrap_find_account .wrap_find_pw .find_result .find_end{
    padding:10px 0 30px;;
    font-size:16px;
    font-weight: 600;
    text-align: center;
}
.wrap_find_account .find_result button {
    padding: 8px 15px;
    /* color: #ffdf2b; */
    background: #fff;
    border: 1px solid #ffdf2b;
    border-radius: 5px;
}
.wrap_find_account .find_way{
    font-size: 16px;
}
.wrap_find_account .find_way:not(:last-of-type){
    padding-bottom: 40px;
    margin-bottom:40px;
    border-bottom:1px solid #e5e5e5;
}
.wrap_find_account .way_input input{
    width:100%;
}
.wrap_find_account .way_input input:not(:last-of-type){
    margin-bottom:5px;
}

.login_wrap .find_id_pw {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_reg_info main > a[href="/home"],
.login_wrap form > a[href="/home"]{
    position: absolute;
    top:-15px;
    left:-15px;
    display: block;
    width:50px;
    height:50px;
}
.wrap_reg_info main > a[href="/home"]::before,
.login_wrap form > a[href="/home"]::before{
    content: '\e88a';
    position: absolute;
    top:5px;
    left:5px;
    line-height: 1;
    font-family: 'Material Icons';
    font-size:40px;
    color:#fff;
    z-index: 999;
}
.wrap_reg_info main > a[href="/home"] button,
.login_wrap form > a[href="/home"] button{
    position: relative;
    width:100%;
    height:100%;
    color:transparent;
    background: #ffc400;
    border:none;
    border-radius: 999px;
}

@media only screen and (max-width: 767px) {
    #login .container {
		width: 100%;
        margin: 0;
        padding:0;
	}
    #login .login_body {
        width: 100%;
        margin:0;
        /* margin:0; */
    }


    /* .login_wrap{
        position: relative; width:90% !important; transform: none !important; margin-left: 5%;
    }
    .logo{margin: 0 auto;} */


	/* .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 {
        width:100%;
		padding: 30px 25px 40px;
        border-radius: 0;
	}
    .login_wrap form > a[href="/home"]{
        display: none;
    }
    .wrap_reg_info main > a[href="/home"]{
        position: relative;
        top:50%;
        left:50%;
        transform: translate(-50% , -50%);
        margin-top:20px;
    }


	/* .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;
	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;
	} */


    .wrap_reg_info.wrap_agree_terms > main {
        width: 100%;
    }
    .wrap_reg_info {
        padding: 0px 0;
    }
    .wrap_reg_info > main {
        padding: 30px 20px 30px;
        border-radius: 0;
    }
    .wrap_step ul li {
        width: 100px;
    }
    .receive_terms .wrap_receive > span{
        display: block;
        margin-bottom:5px;
    }
    .wrap_reg_info.wrap_find_account main {
        width: auto;
    }










}
