@charset "UTF-8";

/* common object css*/
#header{
	/*padding: 0 1.563em ;*/
	border-bottom: 1px solid rgba(93, 93, 93, 0.2);
	height: 54px;
	line-height: 54px;
	display: flex;
	align-items: center;
}

#backBtn {
	width: 11px;
	height: 20px;
	background: url(../img/btn_back_dark@2x.png) center center no-repeat;
	background-image: url(../img/btn_back_dark@2x.png);
	background-size: contain;
}






.backBtnArea{
	padding: 0 1.563em;
}

.title{
    margin: 40px 0 25px 0;
    font-size: 25px;
    color: #000;
}
.mt-35{
	margin-top: 25px;
}

.submitBtn, .submitBtn_off {
    position: absolute;
    bottom: 6.25em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.submitBtn button, .submitBtn_off button {
    width: 100%;
    padding: 0 30px;
}

.submitBtn button span {
	height: 48px;
	line-height: 48px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
}

.submitBtn.on button span {
	background: #393938;
	color: #fff;
}

.submitBtn.off button span {
	background: #E0D8D2;
	color: #000000;
}

/* Curtain */
.curtain {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	background-size: cover;
	background-position: center center;
	z-index: 9;
}

.flex-row {
	padding: 5px 0;
}

.login-container {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden; 
}

.logo-box {
	flex: 1;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}

.img-logo {
	width: 203px;
}

/* modal popup css  */
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 16;
	transition: all 0.5s ease-in-out;
}

.modal-box {
	position: absolute;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* width: 90%; */
	width: 315px;
	height: 281px;
	text-align: center;
	padding: 5.75em 0.938em 1.75em;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 1);
	border: 2px solid #EFE7E6;
	min-height: 283px;
}

.modal-box.wide {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	/* height: 100px; */
	height: initial;
	padding: 24px 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
}

.modal-box.wide .modal-txt-wrapper {
	padding: 5px 35px 20px;
}

.modal-box.wide .modal-txt-wrapper h3 {
	font-size: 17px;
	margin-bottom: 30px;
}

.modal-box h4 {
	display: none;
	margin: 0;
	text-align: center;
	line-height: 16px;
}

.modal-box p {
	display: none;
	margin: 0 auto 1.875em;
	font-size: 15px;
	color: #575757;
}

.modal-box .btnBox li {
	width: 170px;
	height: 50px;
	border-radius: 36px;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 3.125em;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-box .btnBox li:first-child {
	border: 2px solid #EFE7E6;
}

.modal-box .btnBox li:first-child button {
	color: #393938;
	font-weight: bold;
	font-size: 14px;
}

.modal-box .btnBox li:last-child {
	margin-bottom: 0;
	border: 2px solid #393938;
	background: #393938;
}

.modal-box .btnBox li:last-child button {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.active, .modal-box h4.active {
	display: block;
}

.active, .modal-box p.active {
	display: block;
}

.mb-20 {
	margin-bottom: 1.25em;
}

.mb-10 {
	margin-bottom: 0.625em;
}
