@charset "utf-8";


/*  */
.dis_flex_row{ display: flex; flex-direction: row;}
.dis_flex_column{ display: flex; flex-direction: column;}
.justify_center{display: flex; justify-self: center; align-items: center;}

.login_wrap{width:100%; height:100%;position:relative;}
.login_cont_grp{width:100%; height:100%;}
.login_left_box{width:calc(100% - 745px); height:100%; background-color:#2c2c2c; box-sizing:border-box; padding:0 143px; padding-top:200px;}
.login_logo{width:370px; margin-bottom:40px;}
.login_logo img{width:100%;}

.login_txt{color:#fff;}
.login_txt01{font-size:14px; font-weight:100; line-height:20.86px; opacity:0.6;}
.login_line{width:1px; height:240px; background-color:#50c678;margin-top:20px; margin-bottom:20px;}
.login_txt02{font-size:16px; line-height:29.29px; font-weight:300;}
.pointer_color{font-weight:500; color:#50c678;cursor: pointer;}
.pointer_color:hover{font-weight:800;}


.login_right_box{width:745px; height:100%;  padding:280px 180px 280px 160px; box-sizing:border-box; position:relative;}
.login_inp_tbox{ margin-bottom:20px;width:100%;}
.login_inp_tit{color:#50c678; font-size:17px; font-weight:400;line-height:17px;}

.login_inp_box{width:100%;}
.login_inp_box01{margin-bottom:20px;}

.login_inp{width:100%; box-sizing:border-box; border:1px solid #50c678 !important; font-size:15px !important; line-height:15.42px; color:#50c678 !important; font-weight:500 !important; margin-bottom:20px;
padding:19px 20px !important; border-radius:12px !important; }
.login_inp:last-child{margin-bottom:0;}
.login_inp::placeholder{color:#50c678;} 
.login_inp_box02{margin-bottom:70px; align-items: center;} 

.login_ck_inp[type="checkbox"]+label {
	width:10px;height:10px;
    display: block !important;
    background: url('/resource/image/pms/login/check_box_icon.png') no-repeat 0 0px / contain !important;
}

.login_ck_inp[type='checkbox']:checked+label {
    background: url('/resource/image/pms/login/in_check_box_icon.png') no-repeat 0 0px / contain !important;
}

/* .login_ck_inp[type="checkbox"] { */
/*     display: none; */
/* } */

.login_ck{font-size:13px; font-weight:100;color:#696969; padding-left:8px;cursor:pointer;}



.login_btn{height:62px; background-color:#50c678; display: flex; justify-content: center; align-items: center; width:100%; border-radius:100px; color:#fff; font-weight:500; font-size:20px;
cursor:pointer;}

.copy_txt{display:block; position:absolute; bottom:25px; right:40px; color:#a6a6a6; font-weight:100; font-size:11px;}


.login_right_box input:not(input[type=checkbox]){width:100%;}
.login_right_box input[type=checkbox] {
	display: none;
}

.login_right_box input[type=checkbox]+label {
	cursor: pointer; margin-left:4px;
}

.login_right_box input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #b9bdc7;
	vertical-align: middle;
}

.login_right_box input[type=checkbox]:checked+label:before {
	background-image: url(/resource/image/pms/menu/check_white.png); background-size: 12px; background-repeat: no-repeat; background-position: center;
	/*content: "\f00c";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: #fff;
	font-size: 12px;
	text-align: center; */
	background-color: #1A73E8;
	border-color: #1A73E8;
}



/* 본인확인 팝업 */
.meCheck_popup {width: 450px; height: 390px; transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s; z-index: 99999;
    border-radius: 10px; padding: 0px; margin: 0px; background-color: #ffffff; box-shadow: 0px 0px 25px #797979; position: absolute; top: 50%;
    left: 50%; transform: translate(-50%, -50%);}

.meCheck_title {width: 100%; text-align: center; margin: 37px 0 20px 0; font-size: 22px; font-weight: 600; color: #323338; line-height: 140%;}

.meCheck_subbox{padding: 0 50px;display: flex; flex-direction: column;}
.mesub_button {width: 100%;margin-bottom: 7px; display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
/* .btn_send:focus {outline: none !important; border: 1px solid #3469bd;} */

.meCheck_subbox input {height: 37px;padding: 4px 13px;}
input::placeholder {color:#b6b9bd; font-weight:400;}
input::-webkit-input-placeholder {color:#b6b9bd; font-weight:400;}
input:-ms-input-placeholder {color:#b6b9bd;font-weight:400;}

.meCheck_subbox p {font-size: 14px; color: #666; margin: 7px 0 20px 0;line-height: 135%;}
.meCheck_subbox button {background-color: #2672ED; color: #fff; border: 0; padding: 10px 0; border-radius: 10px; font-size: 15px; cursor: pointer; width:100px;}
.meCheck_subbox button:disabled {background-color:#e6e9ef; cursor: initial;}

.meCheck_btn { text-align: center; font-size: 17px; color: #f9162b; font-weight: 500;}
.meCheck_btn_button{width:100% !important;background-color: #2672ED; color: #fff; border: 0; border-radius: 10px; font-size: 15px; cursor: pointer;margin-top: 10px;}
.meCheck_btn_button:disabled {background-color:#e6e9ef; cursor: initial;}

/* PMS Coupon Login */
.cpLogin_wrap{
	width: 100%;
	height: 100%;
	background: #EFF5F1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.cpLogin_box{
	width:491px;
	padding: 80px 60px;
	box-sizing:border-box;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
	margin-bottom: 40px;
}

.cpLogin_box input:not(input[type=checkbox]){width:100%;}
.cpLogin_box input[type=checkbox] {
	display: none;
}

.cpLogin_box input[type=checkbox]+label {
	cursor: pointer; margin-left:4px;
}

.cpLogin_box input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #b9bdc7;
	vertical-align: middle;
}

.cpLogin_box input[type=checkbox]:checked+label:before {
	background-image: url(/resource/image/pms/menu/check_white.png); background-size: 12px; background-repeat: no-repeat; background-position: center;
	background-color: #1A73E8;
	border-color: #1A73E8;
}

.cpLogin_logo{
	width: 100%;    
  	height: 120px;    
  	background: url(/resource/image/pms/login/oa_coupon_logo.png) no-repeat center;
  	background-size: contain;
	margin-bottom: 40px;
}

.cpLogin_btn{height:62px; background-color:#006322; display: flex; justify-content: center; align-items: center; width:100%; border-radius:4px; color:#fff; font-weight:500; font-size:20px;
cursor:pointer; margin-top: 40px;}

 .cpLogin_inp{width:100%; box-sizing:border-box; border:1px solid #E4E4E4 !important; font-size:1rem !important; font-weight:500 !important; margin-bottom:20px;
padding:19px 20px !important; border-radius:4px !important; background: #F9FAFC !important;}
.cpLogin_inp:last-child{margin-bottom:0;}
.cpLogin_inp::placeholder{color:#989898;} 
.cpLogin_inp:focus{outline-color: #50c678 !important;}

.cpCopy_txt{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 140%;
}

.cpCopy_txt{position: absolute; bottom: 5%; display: flex; justify-content: center; color: #989898; font-size: 12px;}

/* 쿠폰 로그인 반응형 */
@media (max-width: 359px) {
	.cpLogin_box{width: 95%; padding: 60px 20px;}
	.cpLogin_logo{height: 70px; margin-bottom: 20px;}
}

@media (min-width: 360px) and (max-width: 575px) {
	.cpLogin_box{width: 95%; padding: 60px 20px;}
	.cpLogin_logo{height: 70px; margin-bottom: 20px;}
}