@charset "UTF-8";
@font-face {
	font-family: "NEXON Lv2 Gothic";
	font-weight: 300;
	font-style: normal;
	src: url(NEXON Lv2 Gothic OTF Light.otf?) format("opentype"), url(NEXON Lv2 Gothic Light.ttf) format("truetype");
}
.popupwrap{
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;         /* 고정 높이 대신 내용에 맞춤 */
	min-height: 22.5rem;             /* 기존 최소 높이 유지 */
	max-height: 70vh;                /* 화면 높이 85%를 넘지 않게 (스크롤 생성용) */
	overflow: hidden;                /* 자식 요소가 튀어나가지 않게 */
	border-radius: 24px;
}
.popupwrap .txt-box {
	white-space: normal !important;   /* nowrap에서 변경 */
	overflow: visible !important;      /* hidden에서 변경 (본문은 아래 별도 스크롤 설정) */
	text-overflow: clip !important;    /* ellipsis(점점점) 제거 */
	padding: 1.5rem 0.7rem 1rem 1rem !important;
}
.popupwrap.lttot {
	background-color: transparent;
}
.popupwrap.lttot .txt-box {
	background-color: #573bab
}
.popupwrap.lttot .txt-box .mm-close {
	color: #fff;
    text-shadow: none;
}
.popupwrap.lttot .notice-bod {
	color: #573bab;
	background-color: #fff;
}
.popupwrap.lttot .txt-title {
	color: #fff;
}
.pop-header{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-right: 7px;
	background-color: #fff;
	height: 2rem;
}
.pop-header .mm-close{
	color: #fff;
}
.pop-con .txt-title{
    font-weight: 700;
    font-size: 1.250rem;
    color: #282a2e;
}
.pop-con{
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;       /* 헤더와 푸터를 뺀 나머지 공간 전체 차지 */
	height: auto !important;         /* 기존 calc(100% - 4.875rem) 제거 */
	min-height: 0;                   /* flex 내부 스크롤 버그 방지 */
}
.popupwrap .txt-body {
	flex: 1 1 auto !important;       /* 본문이 늘어나면서 푸터를 아래로 밀어냄 */
	height: auto !important;         /* 기존 calc(100% - 5.8rem) 제거 */
	overflow-y: auto !important;     /* 내용이 많으면 여기서 스크롤 발생 */
	padding: 1rem 1rem 1rem 1.5rem !important;
}
.popupwrap .txt-body > * {
	font-size: 1rem !important;
}
.popupwrap .txt-body img {
	width: 100%;
	margin-bottom: 1.5rem;
}
.pop-con .notice-bod {
    display: inline-block;
    padding: 0.50rem 0.625rem;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
	background-color: #3182f6 !important;
	border-radius: 50rem;
}
.pop-con .txt-con{
	margin-top: 10px;
	padding: 10px;
	overflow: auto;
	margin-top: 10px;
    padding: 10px;
    min-height: 390px;
    max-height: 390px;
}
.txt-con::-webkit-scrollbar {
    width: 8px;
    height: 8px
 }
.txt-con::-webkit-scrollbar-thumb {
   background-color: #1949a6b3;
   border-radius: 10px;
 }
.pop-con::-webkit-scrollbar-track {
   background-color: #eff2f7;
   border-radius: 10px;
 }
 .popupfoot .popfright > a {
 	background: #1949A6 !important;
 }
 .popupfoot .popfright > a:hover {
 	background: #1949a6db !important;
 }

 .in_popup{border:2px solid #ddd;background:#fff; text-align: center;}
.in_popup > a {display: block;}
.popupwrap {position:absolute;z-index:200;background:#fff;box-shadow: 0 0 30px 0 rgba(86, 91, 98, 0.3);border-radius: 24px;overflow:hidden;}
.popupfoot{
	flex-shrink: 0 !important;       /* 푸터가 절대 눌리거나 잘리지 않도록 고정 */
	display: flex;
	padding: 0.75rem 1rem !important; /* 여백을 조금 주어 답답함 해소 */
	align-items: center;
	background-color: #fff;
	justify-content: space-between !important;
}
.popupfoot .px-10{
	font-size: 12px;
}
/* 왼쪽 영역 (체크박스) */
.popupfoot .popfleft {
	display: flex !important;
	align-items: center !important;
	flex: 1; /* 왼쪽 공간 확보 */
}

/* 오른쪽 영역 (버튼) */
.popupfoot .popfright {
	display: flex !important;
	align-items: center !important;
	flex-shrink: 0; /* 버튼 크기 유지 */
	margin-left: 10px;
}
.popupfoot .popfright > a{display: block; border-radius: 5px; background-color: #3674D7;}
.popupfoot .popfright > a > span {display: block; padding: 5px 8px; line-height: 20px; font-weight:700; font-size: 1rem; color: #fff;}

.popupwrap .ck-label {display: inline-block; height:20px; line-height: 20px; margin-right: 10px; cursor: pointer;}
.popupwrap .ck-label:last-child {margin-right: 0;}
.popupwrap .ck-label > * {line-height:1; vertical-align: middle;}
.popupwrap .ck-label > input[type="checkbox"] {width: 0; height: 0; font-size: 0; box-shadow: none;}
.popupwrap .ck-label > input[type="checkbox"]:focus + .icon {border-color: #3674D7;}
.popupwrap .ck-label > span {display: inline-block; line-height: 20px; font-weight: 500; font-size: 0.775rem; vertical-align: middle; color: #6b7686;}
.popupwrap .ck-label .icon {
	display: inline-block !important;
	position: relative !important;
	width: 20px !important;
	height: 20px !important;
	margin-right: 5px !important;
	border: 2px solid rgba(30, 35, 55, 0.15) !important;
	border-radius: 5px !important;
	background-color: #fff !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
	transition: all 0.2s ease;
}

.popupwrap .ck-label > input[type="checkbox"]:checked + .icon {
	background-color: #3182f6 !important;
	border-color: #3182f6 !important;
}

.popupwrap .ck-label > input[type="checkbox"]:checked + .icon::before {
	content: "" !important;
	position: absolute !important;
	top: 2px !important;
	left: 6px !important;
	width: 5px !important;
	height: 10px !important;
	border: solid #ffffff !important;
	border-width: 0 2px 2px 0 !important;
	transform: rotate(45deg) !important;
	background: none !important;
}

.popupwrap .ck-label > input[type="checkbox"]:checked + .icon::after {
	display: none !important;
}

.popupwrap .ck-label > input[type="checkbox"]:checked ~ span {
	color: #3182f6 !important;
}

@media screen and (max-width:800px) {
	.popupwrap{top:80px !important;left:0 !important;}
}
@media screen and (max-width:600px) {
	.popupwrap{width:100%;}
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.splmnt-dmndt-data label{
	display: inline-block;
}
/*팝업 공지사항*/
.popupwrap.notice {
	background-color: transparent;
}
.popupwrap.notice .txt-box {
	background-color: #e6b769;
	padding-top: 14px;
}
.popupwrap.notice .txt-box .mm-close {
	color: #fff;
    text-shadow: none;
}
.popupwrap.notice .notice-bod {
	color: #252121;
	background-color: #fff;
}
.popupwrap.notice .txt-title {
	color: #252121;
}

/*팝업 기탁*/
.popupwrap.depostion {
	background-color: transparent;
}
.popupwrap.depostion .txt-box {
	background-color: #3b4098
}
.popupwrap.depostion .txt-box .mm-close {
	color: #fff;
    text-shadow: none;
}
.popupwrap.depostion .notice-bod {
	color: #3b4098;
	background-color: #fff;
}
.popupwrap.depostion .txt-title {
	color: #fff;
}
/*팝업 분양*/
.popupwrap.lotting-out {
	background-color: transparent;
}
.popupwrap.lotting-out .txt-box {
	background-color: #573bab
}
.popupwrap.lotting-out .txt-box .mm-close {
	color: #fff;
    text-shadow: none;
}
.popupwrap.lotting-out .notice-bod {
	color: #573bab;
	background-color: #fff;
}
.popupwrap.lotting-out .txt-title {
	color: #fff;
}
.popupwrap .mm-close {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	background-color: transparent !important;
	color: #000 !important;
	cursor: pointer;
	border: none !important;
	font-size: 2rem;
	font-weight: 400;
	padding: .5rem;
}

/* ========
   팝업 다크모드
   ============ */
.popupwrap.dark-pop {
    filter: none !important;
    background-color: #1a1a1a !important;
    background-image: none !important; /* 그라데이션 제거 */
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.popupwrap.dark-pop .txt-box,
.popupwrap.dark-pop .txt-body,
.popupwrap.dark-pop .popupfoot {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
}

.popupwrap.dark-pop .txt-title {
    color: #ffffff !important;
}
.popupwrap.dark-pop .ck-label .icon {
	background-color: #2c2f34 !important;
	border: 1.5px solid #454a52 !important;
	border-radius: 5px !important;
}

.popupwrap.dark-pop .ck-label > input[type="checkbox"]:checked + .icon {
	background-color: #3182f6 !important;
	border-color: #3182f6 !important;
}

.popupwrap.dark-pop .ck-label > input[type="checkbox"]:checked + .icon::before {
	content: "" !important;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 5px;
	height: 9px;
	border: solid #ffffff !important;
	border-width: 0 2px 2px 0 !important;
	transform: rotate(45deg) !important;
	background: none !important;
}

.popupwrap.dark-pop .ck-label > input[type="checkbox"]:checked + .icon::after {
	display: none !important;
}

.popupwrap.dark-pop .ck-label > span {
	color: #ffffff !important;
	font-weight: 500;
	margin-left: 2px;
}

.popupwrap.dark-pop .ck-label .icon {
	background-color: #2c2f34 !important;
	border-color: #454a52 !important;
}

.popupwrap.dark-pop .ck-label > input[type="checkbox"]:checked + .icon {
	background-color: #3182f6 !important;
	border-color: #3182f6 !important;
}

.popupwrap.dark-pop .ck-label > input[type="checkbox"]:checked + .icon::before {
	border-top-color: #ffffff !important; /* 다크모드에선 체크 표시를 흰색으로 하는게 깔끔합니다 */
}

.popupwrap.dark-pop .ck-label > input[type="checkbox"]:checked + .icon::after {
	border-top-color: #3182f6 !important;
}

.popupwrap.dark-pop .ck-label > span {
	color: #ffffff !important;
}
.popupwrap.dark-pop .ck-label > input[type="checkbox"]:checked ~ span {
	color: #3182f6 !important;
}
.popupwrap.dark-pop .popup-close {
	background-color: #5153558c !important;
	backdrop-filter: blur(10px) saturate(120%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(120%) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
}
.popupwrap.dark-pop .popup-close:hover {
	background-color: #515355b3 !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
	transform: translateY(-1px);
}

.popupwrap.dark-pop .popup-close:active {
	transform: scale(0.98);
	background-color: #515355 !important;
}

.popupwrap.dark-pop .mm-close {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	background-color: transparent !important;
	color: rgba(255, 255, 255, 0.7) !important;
	cursor: pointer;
	border: none !important;
	font-size: 2rem;
	font-weight: 400;
	padding: .5rem;
}


.dark-pop .txt-body::-webkit-scrollbar,
.dark-pop .txt-con::-webkit-scrollbar {
	width: 16px;
	height: 16px;
}

.dark-pop .txt-body::-webkit-scrollbar-thumb,
.dark-pop .txt-con::-webkit-scrollbar-thumb {
	background-color: #515355 !important;
	border-radius: 10px !important;
}

.dark-pop .txt-body::-webkit-scrollbar-thumb:hover,
.dark-pop .txt-con::-webkit-scrollbar-thumb:hover {
	background-color: #6a6d71 !important;
}

.dark-pop .txt-body::-webkit-scrollbar-track,
.dark-pop .txt-con::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px;
}

