/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');


html, body {
	margin:0;
	padding:0;
	height:100%;
	min-width: 1100px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif !important;
}

.main{
	background-color: #f6f7f8;
	text-align: center;
}

.login-page, .register-page{
	background:#4E88C7;
}

.login-logo img{
	margin:80px 0 0 0;
}

.chrome_bar{
	width:100%;
	height:80px;
	position:fixed;
	background-color:white;
	top:0;
	text-align: center;
	line-height: 79px;
	font-size:20px;
	font-family:NotoSansCJKkr-Medium,Noto Sans CJK KR;

}

.login_div{
	width:100%;
	min-width: 1400px;
	height:calc(100% - 76px);
	min-height: 890px;
	margin:0 auto;
	background-size:cover;
	background-color: white;
	background: url('/resource/images/CK_mkbtg051257_pc.png') center/cover no-repeat;
	text-align: center;
}

.logo-div{
    text-align: center;
    display: inline-block;
	margin-top:157px;
}
.logo-div img{
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 37px;
}
.logo-div span{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.login_back_color{
	background-color: rgb(255,255,255, 0.2);
	z-index: 999;
	height: 100%;;
}

.login_all_div{
	width:1100px;
	height:510px;
	margin:33px auto;
	text-align: left;
}

.login-info{
	width:50%;
	height:100%;
	float:left;
	/* background: rgb(1,180,208); */
	background-image: linear-gradient(150deg, #01b4d0 24%, #313193 139%);
	border-top-left-radius: 16px;;
	border-bottom-left-radius: 16px;
    box-shadow: 9px 9px 20px 4px #0000003d;
}

.login-box{	
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: white;
    text-align: center;
	margin: 0px;
    box-shadow: 9px 9px 20px 4px #0000003d;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
	padding: 0px !important;
}

.login-ment-box{
	width: 362px;
	display: inline-block;
	margin-top: 92px;
	margin-bottom: 18px;
	text-align: left;
}
.login-ment-box #box-welcome{
	font-family: 'Montserrat';
	font-size:32px;
	font-weight:600;
	color:#333333
}
.login-ment-box #box-text{
    font-size: 14px;
    color: #707070;
}

.login-box form{
    width: 285px;
	margin: 0 auto;
}

.has-feedback .form-control{
	padding:20px 0 20px 20px;
	border-radius: 5px;
}

.btn.btn-flat{
	padding:12px;
	border-radius: 24px;
	/*width: 200px;*/
}

.btn-primary {
	background-color: #43a6eb;
	border-color: #43a6eb;
}

.btn-primary:hover {
	color: #fff;
	background-color: #43a6eb;
	border-color: #43a6eb;
}

#login{
	background-image:url('/asset/img/icon_id.svg');
    background-position: left;
	background-repeat: no-repeat; 
    padding-top: 19px;
    padding-bottom: 19px;
	padding-left:33px;
	font-size:13px;
	border-color:#EDEDED; 
	border-radius: 8px; 
	height: 38px !important;
	line-height: 2px;
}

#password{
	background-image:url('/asset/img/icon_pw.svg');
    background-position: left;
	background-repeat: no-repeat; 
    padding-top: 19px;
    padding-bottom: 19px;
	padding-left:33px;
	font-size:13px; 
	border-color:#EDEDED; 
	border-radius: 8px; 
	height: 38px !important;
	line-height: 2px;
}

#login::placeholder, #password::placeholder{
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #aaa;
}

#login_btn{
    background-color: #AAAAAA;
    height: 40px;
    width: 240px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
	border-radius: 24px;
    display: inline-block;
}
#regi_btn{
    background-color: #838383;
    height: 40px;
    width: 240px;
	margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
	border-radius: 24px;
    display: inline-block;
}
#signup_btn{
	cursor: pointer;
	font-size: 12px;
	color: #707070;
}
#signup_btn span{
	font-weight: bold;
	color: #111111;

}

#login_btn_div1{
	margin:29px auto 0;
	width: 100%;
}

.copyright_div{
	width:100%;
	position:relative;
	bottom:0;
	text-align: center;
	color: #fff;
	padding:35px 0 15px 0;
}

.info-semi-ment{
	font-size:14px;
	font-family:NotoSansCJKkr-Medium,Noto Sans CJK KR;
	color:#FFFFFF;
	margin-bottom:35px;
}

.form-group .has-feedback{
	width:285px;
}
/* 
.placeholder{
	font-size: 11px;
	font-family:NotoSansCJKkr-Medium,Noto Sans CJK KR;
	color:#AAAAAA;
	padding-left:0px;
	
} */


input::placeholder{
	font-size: 11px;
	font-family:NotoSansCJKkr-Medium,Noto Sans CJK KR;
	color:#AAAAAA;
	padding-left:0px;
}

/* input:-ms-input-placeholder{
	font-size: 11px !important;
	font-family:NotoSansCJKkr-Medium,Noto Sans CJK KR !important;
	color:#AAAAAA !important;
	padding-left:0px !important;

}



input:focus:-ms-input-placeholder{
	font-size: 11px;
	font-family:NotoSansCJKkr-Medium,Noto Sans CJK KR;
	color:#AAAAAA;
	padding-left:0px;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px #F8F8F8 inset !important;
	-webkit-text-fill-color: #707070 !important;

}

.info_step{
	width:80px;
	height:24px;
	border:1px solid #FFFFFF;
	border-radius: 14px;
	float:left;
	text-align: center;
	font-size:12px;
	color:#FFFFFF;
	line-height:24px;
	font-family: 'Montserrat';
	font-weight: 600;
	margin-right:12px;
	/* margin-bottom:31px; */
}

/* 체크박스/라디오버튼 이미지 변경 */
/* The container */
.custombox {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-right: 12px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 23px;
	font-weight: normal;
}
.custombox_small{
	display: inline-block !important;
	position: relative;
	padding-left: 30px;
	margin: 15px 0px 52px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 28px;
	font-weight: normal;
	color: #aaaaaa;
}
.custombox_small_disactive {
	display: inline-block !important;
	position: relative;
	padding-left: 35px;
	margin: 10px 0px;
	cursor: not-allowed;
	color: #AAAAAA;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 28px;
	font-weight: normal;
}
.custombox_xsmall{
	display: inline-block !important;
	position: relative;
    padding-left: 15px;
    margin: 5px 0px 5px;
    cursor: pointer;
    font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 22px;
	font-weight: normal;
	color: #aaaaaa;
}
.custombox_xsmall_disactive {
	display: inline-block !important;
	position: relative;
	padding-left: 35px;
	margin: 10px 0px;
	cursor: not-allowed;
	color: #AAAAAA;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 28px;
	font-weight: normal;
}
  
  /* Hide the browser's default radio button */
.custombox input[type='radio'], .custombox input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custombox_small input[type='radio'], .custombox_small input[type='checkbox'], .custombox_small_disactive input[type='radio'], .custombox_small_disactive input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custombox_xsmall input[type='radio'], .custombox_xsmall input[type='checkbox'], .custombox_xsmall_disactive input[type='radio'], .custombox_xsmall_disactive input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
  
  /* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	/* background-color: #eee; */
	border-radius: 10%;
	border: 1px #707070 solid;
}
.checkmark_small{
	position: absolute;
	top: 6px;
	left: 0;
	height: 20px;
	width: 20px;
	/* background-color: #eee; */
	border-radius: 10%;
	border: 1px #aaaaaa solid;
}
.checkmark_small_disactive {
	position: absolute;
	top: 6px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 10%;
	border: 1px #AAAAAA solid;
}

.checkmark_xsmall{
	position: absolute;
	top: 6px;
	left: 0;
	height: 10px;
	width: 10px;
	/* background-color: #eee; */
	border-radius: 10%;
	border: 1px #aaaaaa solid;
}
.checkmark_xsmall_disactive {
	position: absolute;
	top: 6px;
	left: 0;
	height: 10px;
	width: 10px;
	background-color: #eee;
	border-radius: 10%;
	border: 1px #AAAAAA solid;
}
  
  /* On mouse-over, add a grey background color */
.custombox:hover input ~ .checkmark {
	background-color: #ccc;
}
.custombox_small:hover input ~ .checkmark_small {
	/* background-color: #ccc; */
}
.custombox_small:hover input ~ .checkmark_small_disactive {
	/* background-color: #ccc; */
}
  
  /* When the radio button is checked, add a blue background */
.custombox input:checked ~ .checkmark {
	background-color: #ffffff;
	/* background-color: #2196F3; */
	border: none;
}
.custombox_small input:checked ~ .checkmark_small {
	/* background-color: #2196F3; */
	/* border: #111111 solid 1px; */
}
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: url("/resource/images/ic_check_blue.svg");
	position: absolute;
	display: none;
}
.checkmark_small:after {
	content: url("/resource/images/ic_check_blue.svg");
	position: absolute;
	display: none;
}
.checkmark_xsmall:after {
	content: url("/resource/images/ic_check_blue.svg");
	position: absolute;
	display: none;
    width: 10px;
    height: 10px;
    transform: scale(0.5);
    top: -4px;
    left: -2px;
}
  
  /* Show the indicator (dot/circle) when checked */
.custombox input:checked ~ .checkmark:after {
	display: block;
}
.custombox_xsmall input:checked ~ .checkmark_xsmall:after ,
.custombox_small input:checked ~ .checkmark_small:after {
	display: block;
}
  
  /* Style the indicator (dot/circle) */
.custombox .checkmark:after {
	top: -2px;
	left: 5px;
	width: 8px;
	height: 8px;
	/* background-image: url("/resource/images/ic_check.svg"); */
}
.custombox_small .checkmark_small:after {
    top: -3px;
    left: -0.5px;
	width: 20px;
	height: 20px;
	/* background-image: url("/resource/images/ic_check.svg"); */
}
.custombox_small .checkmark_xsmall:after {
    top: -3px;
    left: -0.5px;
	width: 10px;
	height: 10px;
	/* background-image: url("/resource/images/ic_check.svg"); */
}


#loginformtext{
	color: #707070;
	text-align: left;
	font-size: 12px;
	font-family:Noto Sans CJK KR;
	margin-bottom:4px;
  }
  .btn-primary{
	border: none;
  }
  .btn-primary:hover{
	border: none;
  }
  .login-info{
  }
  
  #login_btn_div1 {
	display: inline-block;
	margin: 29px 0 20px;
}
  #login_btn_div2 {
	  display: inline-block;
	  margin: 10px 0;
  }
  #student_register_link{
	color: #43a6ed;
  }
  #student_register_link:hover{
	text-decoration: underline;
  }


  /* agree css start===================================================== */

.agree_div1{
	margin:20px 0 0 0;
	padding:0 15px 0 15px;
	font-weight:bold;
	font-size:16px;
	/* border:1px solid black; */
	width:100%;
}

.label_margin>label{
	margin-bottom:27px
}

.agree_div2 textarea{
	border:2px solid #ddd;
	border-radius: 5px;
	padding:15px;
	height:421px;
	line-height: 160%;
	text-align: justify;
	margin:0 0 20px 0;
	border-radius:24px;
	font-size:14px;
}

.agree_div2 textarea[readonly]{
	background:#fff;
}

#agree_btn1, #agree_btn_default{
	width:240px;
	margin:0 42% 50px;
	height:56px;
	font-size:18px;
	font-weight: bold;
	background-color:#AAAAAA;
	border-radius: 28px;
	border: none;
}

#agree_title{
	display: inline-block;
	min-width: 1004px;
    text-align: center;
	margin: 140px auto 75px;
    font-size: 36px;
	font-weight: bold;
}

#agree_title img{
	display: inline-block;
	margin: 0px auto;
	width: 140px;
}

#agree_content, #regi_form{
	width: 1004px;
	margin: 0 auto 120px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	text-align: left;
}
#findme_form{
	width: 1004px;
	margin: 0 auto 120px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	text-align: center;
}

#regi_form_content{
	width: 425px;
	margin: auto;
}

#findme_form_content{
	width: 412px;
	margin: auto;
	font-size: 0px;
}

#findme_form_content p,
#findme_form_content span{
	font-size: 14px;
	color: #707070;
}
#findme_form_content p{
	margin-bottom: 15px;
}

#agree_fin{
    text-align: center;
    padding: 30px 0 70px;
}

.student-agree-title{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}
.student-agree-btn-cancel, .student-regi-btn-cancel{
	display: inline-block;
    background-color: #AAAAAA;
    border-radius: 24px;
	width: 280px;
	height: 48px;
    border: none;
    color: white;
    font-size: 16px;
	cursor: pointer;
	margin-bottom: 20px;
}
.student-agree-btn-ok, .student-regi-btn-ok{
	display: inline-block;
    background-color: #43A6ED;
    border-radius: 24px;
	width: 280px;
	height: 48px;
    border: none;
    color: white;
    font-size: 16px;
	cursor: pointer;
	margin-bottom: 20px;
}
.student-regi-btn-fin{
	display: inline-block;
    background-color: #838383;
    border-radius: 24px;
	width: 280px;
	height: 48px;
    border: none;
    color: white;
    font-size: 16px;
	cursor: pointer;
	margin-bottom: 20px;
}

.regi-form_title{
    color: #333;
    font-size: 28px;
	font-weight: 600;
    text-align: left;
    line-height: 50px;
    padding: 0;
    margin-top: 66px;
    margin-bottom: 10px;
    border-bottom: 2px solid #41a6ed;
}
.regi-form-text{
	font-size: 12px;
	font-weight: 500;
	color: #707070;
}
  /* agree css end===================================================== */
  
#regi_form_content label{
	display: inline-block;
	width: 80px;
	font-size: 12px;
	font-weight: 500;
	color: #111111;
}
#regi_form_content input:focus-visible{
	/* border: solid 1px #d5d5d5; */
	outline: none;
}
.student_register_form{
	display: inline-block;
	width: 340px;
	height: 32px;
	border-radius: 8px;
	border: solid 1px #d5d5d5;
	background-color: #fff;
	padding-left: 16px;
	margin-bottom: 4px;
}
.student_register_form::placeholder {
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.student_register_form.email{
	display: inline-block;
	width: 260px;
	border-radius: 8px 0 0 8px;
	border-right: none;
	vertical-align: bottom;
}
.student_register_form.email_check{
    display: inline-block;
    width: 80px;
    height: 32px;
    border-radius: 0 8px 8px 0;
    border-left: none;
    padding: 13px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 0;
    letter-spacing: -0.32px;
    color: #fff;
    margin-left: -4px;
    border: solid 1px #7fb5dd;
    background-color: #8bbfe5;
}
.form_vaildation{
	display: none;
	margin: 0px;
	font-size: 11px;
	font-weight: 500;
	color: #fc0505;
}
.form_vaildation.email.confirm{
	color: #16b034;
}
  

.ccheck input[type="checkbox"] {
	display:none;
}

.ccheck label{
	width:100%;
	height:20px;
	/* border:1px solid green; */
}

.agree_margin{
	margin-bottom:27px;
}

.ccheck label .col-xs-11{
	padding:0;
	float:left;
	margin-left:8px;

	/* border:1px solid green; */
}

.ccheck label .col-xs-10{
	display: inline-block;
	float:none;
	padding:0;
	font-weight:400;
	line-height: 160% !important;
	/* border:1px solid green; */
}

.col-xs-1{
	margin-top:3px;
}

.col-xs-2{
	width:17.666667%;
}

.col-xs-3{
	width:28%;
	font-size:20px;
	font-weight: bold;;
}

.agree_span{
	font-size:14px;
	color:#43A6ED;
	font-weight: bold;
}

.ccheck input[type="checkbox"] + label .col-xs-1 {
	/* display: inline-block; */
	padding:0;
	position: relative;
	bottom:6px;
	/* float: right; */
	float: left;
	width:32px;
	height:32px;
	background:url("../../../img/check01_off.svg")no-repeat;
	vertical-align: top;
	cursor:pointer;
	/* border:1px solid green; */
}
.ccheck input[type="checkbox"]:checked + label .col-xs-1 {
	background:url("/asset/img/check01_on.svg")no-repeat;
}

.ccheck_disable input[type="checkbox"]{
	display:none;
}

.ccheck_disable label{
	width:100%;
	height:20px;
}

.ccheck_disable label .col-xs-10{
	display: inline-block;
	float:none;
	padding:0;
	font-weight:400;
	line-height: 160% !important;
	color:#ccc;
	width:100%;
}

.main-footer{
    margin: 0 auto;
    background-color: #FFF;
    width: 100%;
	min-width: 1400px;
    height: 75px;
    text-align: center;
    padding: 0;
    position: relative;
    border-top: 1px solid #d5d5d5;
}

.regi_form_table{
	display: table;
	margin-top: 12px;
}

.regi_form_cell{
	display: table-cell;
}
.regi_form_cell span {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin: 0 5px 0 5px;
}

.form_deny{
	border: 1px solid #fd0505;
}

/* 커스텀 select 시작 */

.regi_custom_select {
	display: inline-block;
	line-height: 30px;
    /* margin: 20px; */
}
.regi_custom_select.type {
	width: 152px;
}
.regi_custom_select.school_name {
	width: 180px;
	margin-left: 4px;
}

.regi_custom_select.grade, .regi_custom_select.class, .regi_custom_select.number {
	width: 88px;
}
.regi_custom_select .box {
    display: inline-block;
    position: relative;
    /* width: 150px; */
}
.regi_custom_select .box .select {
    display: inline-block;
    width: 150px;
    height: 32px;
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
    border-radius: 8px;
    border: solid 1px #d5d5d5;
    background-color: #fff;
    padding-left: 16px;
    margin-bottom: 4px;
}
.type .box .select {
	width: 152px !important;
}
.school_name .box .select {
	width: 180px !important;
}
.grade .box .select, .class .box .select, .number .box .select {
	width: 88px !important;
}
.gender .box .select {
	width: 120px !important;
}
.regi_custom_select .box .select:after {
    background: url(/resource/images/custom_select_down_arrow_3x.png) no-repeat 0px 0px;
    background-size: cover;
    background-position: 3px 3px;
    content: '';
    /* content: '▼'; */
    position: absolute;
    top: 0;
    right: 10px;
    width: 28px;
    height: 28px;
}
.regi_custom_select.on .box .select:after {
    background: url(/resource/images/custom_select_down_arrow_3x.png) no-repeat 0px 0px;
    background-size: cover;
    background-position: 3px -1px;
    content: '';
    /* content: '▼'; */
    position: absolute;
    top: 0;
    right: 10px;
    width: 28px;
    height: 28px;
	transform: scaleY(-1);
}
.regi_custom_select .box .list {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 10;
    border-radius: 8px;
    border: solid 1px #d5d5d5;
    background-color: #fff;
    box-sizing: border-box;
    padding: 9px 0;
    width: 100%;
    max-height: 200px;
}
.regi_custom_select .box .list::-webkit-scrollbar {
    width: 10px;
    height: 0;
}
.regi_custom_select .box .list::-webkit-scrollbar-button:start:decrement,
.regi_custom_select .box .list::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
}
.regi_custom_select .box .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.regi_custom_select .box .list::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.regi_custom_select .box .list>li {
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    font-size: 11px;
    color: #707070;
}
.regi_custom_select .box .list>li:hover {
    background-color: #eff8ff;
}

/* 커스텀 select 끝 */


/* .row label{
	display: inherit;
	font-size: 16px;
	font-weight: 500;
	color: #111111;
} */
.row input:focus-visible{
	border: solid 1px #d5d5d5;
	outline: none;
}
.student_find_title{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 72px;
    margin-bottom: 35px;
    letter-spacing: -1px;
    font-family: Pretendard;
}
.student_find_form{
	width: 400px;
	height: 40px;
	border-radius: 8px;
	border: solid 1px #d5d5d5;
	background-color: #fff;
	padding-left: 16px;
	margin-bottom: 16px;
	font-size: 11px;
}

.student_find_form::placeholder{
	font-family: Pretendard;
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #aaa;
}

.student_find_form.phone{
	width: 284px;
}

.student_find_form.pin{
	width: 412px;
}

.form_vaildation{
	font-size: 11px;
	font-weight: 500;
	color: #fc0505;
}
.student-find-btn-ok{
	display: inline;
	width: 285px;
	height: 48px;
	border-radius: 24px;
    background-color: #43A6ED;
    border: none;
    color: white;
    font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.36px;
	color: #ffffff;
	cursor: pointer;
    margin: 35px 0 78px;
}
.student-find-btn-message{
	display: inline;
    width: 120px;
	height: 40px;
    border-radius: 8px;
    background-color: #AAAAAA;
    vertical-align: top;
    border: none;
    color: white;
    font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.36px;
	color: #ffffff;
    margin-left: 8px;
	cursor: pointer;
}




 /* custom modal pop */

 .modal_alert1_div{
	position:fixed;
	width:400px;
	min-height:299px;
	height:auto;
	background-color:white;
	border-radius:10px;
	z-index:9999;
	top:320px;
	left:50%;
	transform: translateX(-50%);
	/* padding: 28px 24px 24px; */
}

.modal_margin{
	margin:56px 0;
}

.modal_alert1_img{
	margin: 0 auto;
    /* text-align: center; */
    display: block;
    margin-bottom: 24px;
}

.modal_alert1_close_img{
	position: absolute;
    top: -25px;
	right: 0px;
	cursor:pointer;
}

.modal_alert1_text{
	font-size: 16px;
    color: #111;
    font-weight: 500;
    font-family: Pretendard;
    text-align: center;
	margin: 50px;
}

.modal_alert1_sub_text{
	font-size:15px;
	color:#636d73;
	font-family: Pretendard;
	font-weight:500;
	text-align: center;
	margin-top:16px;
}

.modal_alert1_bottom_text{
	color: #aaaaaa;
    font-weight: normal;
    line-height: 20px;
}

.modal_alert1_btn_row{
	text-align: center;
	margin-top:24px;
}

.modal_alert1_no_btn{
	display: inline-block;
    width: 142px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #3076bc;
    color: #3076bc;
    background-color: white;
    text-align: center;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
	cursor:pointer;
}
.logout_btn_box .modal_alert1_yes_btn{
	margin-left: 0;
}
.modal_alert1_yes_btn{
	width: 100px;
    height: 32px;
    border-radius: 25px;
    background-color: #5436ff;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-family: 'Pretendard';
    font-weight: bold;
    text-align: center;
    line-height: 32px;
	/* margin: 0 auto; */
	/* margin-top:24px; */
	/* margin-bottom: 30px; */
	margin-left: 10px;
}

.modal_alert1_yes_btn2{
	display:inline-block;
	width: 142px;
    height: 40px;
    border-radius: 8px;
    background-color: #3076bc;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.logout_btn_box{
	display: flex; 
	margin-bottom: 30px;
	justify-content: center;
}



#mb-0{
	margin-bottom: 0px !important;
}

.employee_signup_modal{
	padding: 60px 67px 30px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.employee_modal_txt_box{
	width: 100%;	
	margin-bottom: 40px;
}
.employee_modal_txt{
	font-family: 'Pretendard';
	font-size: 14px;
	font-weight: 500;		
	line-height: 20px;
	letter-spacing: normal;
	text-align: center;
	color: #111;	
}