body {
    background-color:#fff;
    font-family: 'Noto Sans KR',Helvetica,Arial,sans-serif;
}

#wrap {
    height: 100%;
}
#content {
    background: url(/assets/images/login/login-page-bg2.png) no-repeat 0 0;
    /*background: url(/assets/images/login/login-page-bg@3x.png) no-repeat 0 0;*/
    background-size: cover;
    height: 100%;
    padding: 0;
    margin: 0;
}
#login_wrap {
    left: 50%;
    top: 70%;
    position: absolute;
    transform: translate(-50%, -100%);
}

.logo_area {
    width: 350px;
    margin-bottom: 50px;
}
.logo_area h1{
    font-size: 40px;
    text-align: center;
}
.login_area {
    width: 390px;
    text-align: left;
}

#btn_login_wrap {
    width: 100%;
    display:inline-block;
    vertical-align: top;
    clear:both;
    margin-top: 30px;
}
#login_btn {
    width: 100%;
    font-family: NotoSansKR;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.88;
    letter-spacing: -0.48px;
    padding: 0;
}

.input_box {
    width: 100%;
    border-bottom: 1px solid #000;
    /*margin-bottom: 28px;*/
    padding-bottom: 7px;
    overflow: hidden;
}
.input_box:nth-child(2) {
    margin-top: 28px;
}
.input_box label{
	cursor: default;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.input_box input{
}
.login_area input#login_id,
.login_area input#login_pw,
.verify_area input#verify_code {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    /*color: #c9c9c9;*/
    color: #000;
    background: none;
    border: none;
    width: 300px;
    float: right;
    height: 23px;
}
.verify_area input#verify_code {
	width: 250px;
}
.captcha_box {
    width: 100%;
    margin: 40px 0 0 0;
    overflow: hidden;
}

div.captcha_txt{
    /*margin-right:5px;*/
    left:0;
}
div.captcha_input{
    right:0;
}

div.captcha_input input#login_captcha{
    /*width:60%*/
    width: 100%;
    /*color: #fff;*/
    box-sizing: border-box;
    width: 190px;
    height: 50px;
    padding: 16px 45px 15px 10px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    /*margin-right:5px;*/
}

#login_notice {
    /*padding:12px 0 5px 2px;*/
    font-size: 12px;
    color: #999;
    padding-top: 8px;
}

#login_account {
	font-size: 15px;
	padding-top: 15px;
	text-align: center;
}

a#refresh_captcha {
    /*color:#337ab7;*/
    color:#000;
    cursor:pointer;
}
a#refresh_captcha:hover {
    text-decoration:underline;
}

.info_con {position: absolute; top:16px; right:10px;}

#login_wrap .verify_area {
	width: 390px;
	min-height: 347px;
}

#verify_code_btn {
	width: 100%;
	font-family: NotoSansKR;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.88;
	letter-spacing: -0.48px;
	padding: 0;
}
#qr_box{
	text-align: center;
	/*margin-top: 20px;*/
	font-size: 12px;
}
#qr_code {
	width:200px;
	height:200px;
	margin: 5px 0;
}
#verify_notice{
	font-size: 12px;
	color: #999;
	padding-top: 8px;
}
#verify_notice span.info{
	position: relative;
	margin-left: 8px;
	font-size: 12px;
	text-decoration: none;
	color: #999;
	cursor: pointer;
}
#verify_notice span.info::before{
	content: "";
	position: absolute;
	top: 3px;
	left: -4px;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 50%;
}
#verify_notice .tooltip{
	position: absolute;
	left: 0;
	display: none;
	width: 375px;
	padding: 10px;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.3px;
	color: #3e3e3e;
	border: 1px solid #3e3e3e;
	background-color: #fff;
	opacity: 1;
	z-index: 1;
}
#btn_google_otp_guide{
	font-size: 15px;
	color: #999;
	padding-top: 8px;
	text-align: center;
}

/* popup common */
.fixed_center {
	z-index: 9999999;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	align-items: center;
	justify-content: center;
}

/* popup google otp guide */
.google_otp_guide .popup_area {
	padding: 24px 24px 54px 24px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	width: calc(100% - 100px);
	height: 86vh;
	max-width: 883px;
}
.google_otp_guide .popup_area .popup_header {
	position: relative;
	margin-top: 0;
}
.google_otp_guide .popup_area .popup_header .title{
	line-height: 24px;
	color: #3f3a8a;
}
.google_otp_guide .popup_header:not(.noborder) .title:before,
.google_otp_guide .popup_area .popup_header .title:before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 38px;
	width: 100%;
	height: 2px;
	background: #d5d5d5;
}
.google_otp_guide .popup_area .popup_header .btn_close{
	right: -4px;
	top: -4px;
}
.google_otp_guide .popup_area .popup_content {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 24px;
	top: 80px;
	right: 24px;
	bottom: 54px;
	border-bottom: 2px solid #d5d5d5;
	text-align: left;
}
.google_otp_guide ol.guide_list > li{
	position: relative;
	counter-increment: list-number;
	font-size: 15px;
	line-height: 21px;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 30px;
}
.google_otp_guide ol.guide_list > li .desc{
	font-weight: 700;
	word-break: keep-all;
	font-size: 19px;
	margin-bottom: 15px;
	line-height: 25px;
}
.google_otp_guide ol.guide_list > li .desc.type_2{
	font-weight: 400;
	font-size: 15px;
	margin: 0;
}
.google_otp_guide ol.guide_list > li > img{
	display: block;
	width: 100%;
	margin-top: 7px;
	border: 1px solid #d2d2d2;
}
.google_otp_guide ol.guide_list > li .icon_google_otp{
	width: 19px;
	vertical-align: middle;
}
.google_otp_guide .popup_area .popup_footer{
	position: absolute;
	left: 25px;
	bottom: 10px;
	right: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
