yanghyo 10-21
과목선택, 모달팝업 > 팝업으로 수정
@4ccf28a8ed193a3264014bcded07de9c949d260b
html/onSejong/_module/achievecode.html
--- html/onSejong/_module/achievecode.html
+++ html/onSejong/_module/achievecode.html
@@ -1,12 +1,16 @@
 <fieldset class="achievecod-section achievecode-type checkradio-area">
 	<legend>교육과정, 테마 선택</legend>
 	<div class="checkradio">
-		<input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked />
+		<input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked>
 		<label for="achievecodeType-curriculum">교육과정</label>
 	</div>
 	<div class="checkradio">
-		<input type="radio" name="achievecodeType" id="achievecodeType-theme" />
-		<label for="achievecodeType-theme">테마</label>
+		<input type="radio" name="achievecodeType" id="achievecodeType-theme">
+		<label for="achievecodeType-major">전공학부</label>
+	</div>
+	<div class="checkradio">
+		<input type="radio" name="achievecodeType" id="achievecodeType-etc">
+		<label for="achievecodeType-etc">고시 외</label>
 	</div>
 </fieldset>
 <ul class="achievecod-section achievecode-sch">
@@ -27,21 +31,7 @@
 		</select>
 	</li>
 	<li class="is-disabled">
-		<input type="text" placeholder="과목" class="subject-sch" disabled />
+		<input type="text" placeholder="과목" title="과목 입력" class="subject-sch" disabled>
 		<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
 	</li>
-	<li class="is-disabled">
-		<input type="text" placeholder="성취기준, 코드검색" class="achievecode-sch" disabled />
-		<button type="button" class="btn-sch" onclick="popupOpenPub('popup-achievecode')" disabled>과목 검색</button>
-	</li>
-</ul>
-<div class="achievecod-section achievecode-keyword">
-	<strong>최근 선택한 과목</strong>
-	<div class="txt-area">
-		<button type="button">과목1</button>
-		<button type="button">과목2</button>
-		<button type="button">과목3</button>
-		<button type="button">과목4</button>
-		<button type="button">과목5</button>
-	</div>
-</div>
+</ul>
(파일 끝에 줄바꿈 문자 없음)
html/onSejong/common/sub/achievecode.html
--- html/onSejong/common/sub/achievecode.html
+++ html/onSejong/common/sub/achievecode.html
@@ -2,14 +2,14 @@
 <html lang="ko">
 	<head>
 		<title>온세종학교</title>
-		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-		<meta name="Author" content="" />
-		<meta name="Keywords" content="" />
-		<meta name="Description" content="" />
-		<meta name="format-detection" content="telephone=no" />
-		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-		<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
-		<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" />
+		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+		<meta name="Author" content="">
+		<meta name="Keywords" content="">
+		<meta name="Description" content="">
+		<meta name="format-detection" content="telephone=no">
+		<meta http-equiv="X-UA-Compatible" content="IE=edge">
+		<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
+		<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet">
 		<!-- 공통 plugin -->
 		<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
 		<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script>
@@ -39,25 +39,29 @@
 				<div class="wrap">
 					<div class="page-tit-area">
 						<div class="l-area">
-							<h2 class="title-xlg">성취기준 검색(공통)</h2>
+							<h2 class="title-xlg">교육과정 검색(공통)</h2>
 						</div>
 					</div>
 					<section class="section">
 						<header class="section-tit-area">
 							<div class="l-area">
-								<h3 class="title-lg">성취기준 코드 검색 disabled</h3>
+								<h3 class="title-lg">교육과정 검색 disabled</h3>
 							</div>
 						</header>
 						<div class="achievecode-sch-area">
 							<fieldset class="achievecod-section achievecode-type checkradio-area">
 								<legend>교육과정, 테마 선택</legend>
 								<div class="checkradio">
-									<input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked />
+									<input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked>
 									<label for="achievecodeType-curriculum">교육과정</label>
 								</div>
 								<div class="checkradio">
-									<input type="radio" name="achievecodeType" id="achievecodeType-theme" />
-									<label for="achievecodeType-theme">테마</label>
+									<input type="radio" name="achievecodeType" id="achievecodeType-theme">
+									<label for="achievecodeType-major">전공학부</label>
+								</div>
+								<div class="checkradio">
+									<input type="radio" name="achievecodeType" id="achievecodeType-etc">
+									<label for="achievecodeType-etc">고시 외</label>
 								</div>
 							</fieldset>
 							<ul class="achievecod-section achievecode-sch">
@@ -78,52 +82,33 @@
 									</select>
 								</li>
 								<li class="is-disabled">
-									<input type="text" placeholder="과목" class="subject-sch" disabled />
+									<input type="text" placeholder="과목" title="과목 입력" class="subject-sch" disabled>
 									<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
 								</li>
-								<li class="is-disabled">
-									<input type="text" placeholder="성취기준, 코드검색" class="achievecode-sch" disabled />
-									<button type="button" class="btn-sch" onclick="popupOpenPub('popup-achievecode')" disabled>과목 검색</button>
-								</li>
 							</ul>
-							<div class="achievecod-section achievecode-keyword">
-								<strong>최근 선택한 과목</strong>
-								<div class="txt-area">
-									<button type="button">과목1</button>
-									<button type="button">과목2</button>
-									<button type="button">과목3</button>
-									<button type="button">과목4</button>
-									<button type="button">과목5</button>
-								</div>
-							</div>
 						</div>
 					</section>
+
 					<section class="section">
 						<header class="section-tit-area">
 							<div class="l-area">
-								<h3 class="title-lg">성취기준 코드 검색(테마) disabled</h3>
+								<h3 class="title-lg">교육과정 검색</h3>
 							</div>
 						</header>
 						<div class="achievecode-sch-area">
 							<fieldset class="achievecod-section achievecode-type checkradio-area">
 								<legend>교육과정, 테마 선택</legend>
 								<div class="checkradio">
-									<input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-curriculum" />
-									<label
-										for="achievecodeType-disabled-
-                                curriculum"
-									>
-										교육과정
-									</label>
+									<input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked>
+									<label for="achievecodeType-curriculum">교육과정</label>
 								</div>
 								<div class="checkradio">
-									<input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-theme" checked />
-									<label
-										for="achievecodeType-disabled-
-                                them"
-									>
-										테마
-									</label>
+									<input type="radio" name="achievecodeType" id="achievecodeType-theme">
+									<label for="achievecodeType-major">전공학부</label>
+								</div>
+								<div class="checkradio">
+									<input type="radio" name="achievecodeType" id="achievecodeType-etc">
+									<label for="achievecodeType-etc">고시 외</label>
 								</div>
 							</fieldset>
 							<ul class="achievecod-section achievecode-sch">
@@ -133,298 +118,55 @@
 										<option>초등학교</option>
 										<option>중학교</option>
 										<option>고등학교</option>
-									</select>
-								</li>
-								<li class="is-disabled">
-									<select title="학년 선택" disabled>
-										<option>학년</option>
-										<option>1학년</option>
-										<option>2학년</option>
-										<option>3학년</option>
-									</select>
-								</li>
-								<li class="is-disabled">
-									<input type="text" placeholder="과목" class="subject-sch" disabled />
-									<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
-								</li>
-							</ul>
-							<div class="achievecod-section achievecode-keyword">
-								<strong>최근 선택한 과목</strong>
-								<div class="txt-area">
-									<button type="button">과목1</button>
-									<button type="button">과목2</button>
-									<button type="button">과목3</button>
-									<button type="button">과목4</button>
-									<button type="button">과목5</button>
-								</div>
-							</div>
-						</div>
-					</section>
-					<section class="section">
-						<header class="section-tit-area">
-							<div class="l-area">
-								<h3 class="title-lg">성취기준 코드 검색(테마) disabled</h3>
-							</div>
-						</header>
-						<div class="achievecode-sch-area">
-							<fieldset class="achievecod-section achievecode-type checkradio-area">
-								<legend>교육과정, 테마 선택</legend>
-								<div class="checkradio">
-									<input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-curriculum" />
-									<label
-										for="achievecodeType-disabled-
-                                curriculum"
-									>
-										교육과정
-									</label>
-								</div>
-								<div class="checkradio">
-									<input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-theme" checked />
-									<label for="achievecodeType-disabled-them">테마</label>
-								</div>
-							</fieldset>
-							<ul class="achievecod-section achievecode-sch">
-								<li>
-									<select title="학교급 선택">
-										<option>학교급</option>
-										<option>초등학교</option>
-										<option>중학교</option>
-										<option>고등학교</option>
-									</select>
-								</li>
-								<li class="is-disabled">
-									<select title="학년 선택" disabled>
-										<option>학년</option>
-										<option>1학년</option>
-										<option>2학년</option>
-										<option>3학년</option>
-									</select>
-								</li>
-								<li class="is-disabled">
-									<input type="text" placeholder="과목" class="subject-sch" disabled />
-									<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
-								</li>
-								<li class="is-disabled">
-									<select title="학년 선택" disabled>
-										<option>학년</option>
-										<option>1학년</option>
-										<option>2학년</option>
-										<option>3학년</option>
-									</select>
-								</li>
-								<li class="is-disabled">
-									<input type="text" placeholder="과목" class="subject-sch" disabled />
-									<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
-								</li>
-							</ul>
-							<div class="achievecod-section achievecode-keyword">
-								<strong>최근 선택한 과목</strong>
-								<div class="txt-area">
-									<button type="button">과목1</button>
-									<button type="button">과목2</button>
-									<button type="button">과목3</button>
-									<button type="button">과목4</button>
-									<button type="button">과목5</button>
-								</div>
-							</div>
-						</div>
-					</section>
-					<section class="section">
-						<header class="section-tit-area">
-							<div class="l-area">
-								<h3 class="title-lg">성취기준 코드 검색</h3>
-							</div>
-						</header>
-						<div class="achievecode-sch-area">
-							<fieldset class="achievecod-section achievecode-type checkradio-area">
-								<legend>교육과정, 테마 선택</legend>
-								<div class="checkradio">
-									<input
-										type="radio"
-										name="achievecodeType2"
-										id="achievecodeType2-
-                                curriculum"
-										checked
-									/>
-									<label
-										for="achievecodeType2-
-                                curriculum"
-									>
-										교육과정
-									</label>
-								</div>
-								<div class="checkradio">
-									<input
-										type="radio"
-										name="achievecodeType2"
-										id="achievecodeType2-
-                                theme"
-									/>
-									<label
-										for="achievecodeType2-
-                                theme"
-									>
-										테마
-									</label>
-								</div>
-							</fieldset>
-							<ul class="achievecod-section achievecode-sch">
-								<li>
-									<select title="학교급 선택">
-										<option>학교급</option>
 									</select>
 								</li>
 								<li>
 									<select title="학년 선택">
 										<option>학년</option>
+										<option>1학년</option>
+										<option>2학년</option>
+										<option>3학년</option>
 									</select>
 								</li>
 								<li>
-									<input type="text" placeholder="과목" class="subject-sch" />
+									<input type="text" placeholder="과목" class="subject-sch">
 									<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')">과목 검색</button>
 								</li>
+							</ul>
+						</div>
+					</section>
+
+					<section class="section">
+						<header class="section-tit-area">
+							<div class="l-area">
+								<h3 class="title-lg">전공학부 선택</h3>
+							</div>
+						</header>
+						<div class="achievecode-sch-area">
+							<fieldset class="achievecod-section achievecode-type checkradio-area">
+								<legend>교육과정, 테마 선택</legend>
+								<div class="checkradio">
+									<input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked>
+									<label for="achievecodeType-curriculum">교육과정</label>
+								</div>
+								<div class="checkradio">
+									<input type="radio" name="achievecodeType" id="achievecodeType-theme">
+									<label for="achievecodeType-major">전공학부</label>
+								</div>
+								<div class="checkradio">
+									<input type="radio" name="achievecodeType" id="achievecodeType-etc">
+									<label for="achievecodeType-etc">고시 외</label>
+								</div>
+							</fieldset>
+							<ul class="achievecod-section achievecode-sch">
 								<li>
-									<input type="text" placeholder="성취기준, 코드검색" class="achievecode-sch" />
-									<button type="button" class="btn-sch" onclick="popupOpenPub('popup-achievecode')">과목 검색</button>
+									<select title="전공학부 선택">
+										<option>선택</option>
+										<option>인문(어문)학부</option>
+										<option>사회과학부</option>
+									</select>
 								</li>
 							</ul>
-							<div class="achievecod-section achievecode-item-list-box">
-								<div class="item">
-									<div class="txt-area">
-										<ul class="info-inline-list">
-											<li>
-												<strong class="info-tit">영역</strong>
-												<div class="txt-area">수와연산</div>
-											</li>
-											<li>
-												<strong class="info-tit">성취기준</strong>
-												<div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소1</strong>
-												<div class="txt-area">소인수분해</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소2</strong>
-												<div class="txt-area">소인수분해의 뜻</div>
-											</li>
-										</ul>
-									</div>
-									<div class="item-fnc-area">
-										<a href="#none" class="ico-delete">삭제</a>
-									</div>
-								</div>
-								<div class="item">
-									<div class="txt-area">
-										<ul class="info-inline-list">
-											<li>
-												<strong class="info-tit">영역</strong>
-												<div class="txt-area">수와연산</div>
-											</li>
-											<li>
-												<strong class="info-tit">성취기준</strong>
-												<div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소1</strong>
-												<div class="txt-area">소인수분해</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소2</strong>
-												<div class="txt-area">소인수분해의 뜻</div>
-											</li>
-										</ul>
-									</div>
-									<div class="item-fnc-area">
-										<a href="#none" class="ico-delete">삭제</a>
-									</div>
-								</div>
-								<div class="item">
-									<div class="txt-area">
-										<ul class="info-inline-list">
-											<li>
-												<strong class="info-tit">영역</strong>
-												<div class="txt-area">수와연산</div>
-											</li>
-											<li>
-												<strong class="info-tit">성취기준</strong>
-												<div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소1</strong>
-												<div class="txt-area">소인수분해</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소2</strong>
-												<div class="txt-area">소인수분해의 뜻</div>
-											</li>
-										</ul>
-									</div>
-									<div class="item-fnc-area">
-										<a href="#none" class="ico-delete">삭제</a>
-									</div>
-								</div>
-								<div class="item">
-									<div class="txt-area">
-										<ul class="info-inline-list">
-											<li>
-												<strong class="info-tit">영역</strong>
-												<div class="txt-area">수와연산</div>
-											</li>
-											<li>
-												<strong class="info-tit">성취기준</strong>
-												<div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소1</strong>
-												<div class="txt-area">소인수분해</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소2</strong>
-												<div class="txt-area">소인수분해의 뜻</div>
-											</li>
-										</ul>
-									</div>
-									<div class="item-fnc-area">
-										<a href="#none" class="ico-delete">삭제</a>
-									</div>
-								</div>
-								<div class="item">
-									<div class="txt-area">
-										<ul class="info-inline-list">
-											<li>
-												<strong class="info-tit">영역</strong>
-												<div class="txt-area">수와연산</div>
-											</li>
-											<li>
-												<strong class="info-tit">성취기준</strong>
-												<div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소1</strong>
-												<div class="txt-area">소인수분해</div>
-											</li>
-											<li>
-												<strong class="info-tit">내용요소2</strong>
-												<div class="txt-area">소인수분해의 뜻</div>
-											</li>
-										</ul>
-									</div>
-									<div class="item-fnc-area">
-										<a href="#none" class="ico-delete">삭제</a>
-									</div>
-								</div>
-							</div>
-							<div class="achievecod-section achievecode-keyword">
-								<strong>최근 선택한 과목</strong>
-								<div class="txt-area">
-									<button type="button">과목1</button>
-									<button type="button">과목2</button>
-									<button type="button">과목3</button>
-									<button type="button">과목4</button>
-									<button type="button">과목5</button>
-								</div>
-							</div>
 						</div>
 					</section>
 				</div>
@@ -453,7 +195,7 @@
 					<fieldset class="search-area">
 						<legend>검색</legend>
 						<div class="search">
-							<input type="text" placeholder="과목명으로 검색하세요." title="과목명 입력" class="subject-sch" />
+							<input type="text" placeholder="과목명으로 검색하세요." title="과목명 입력" class="subject-sch">
 							<button class="btn ico-search">검색</button>
 						</div>
 					</fieldset>
@@ -485,27 +227,27 @@
 						<fieldset class="checkradio-custom-area">
 							<legend>공통 과목</legend>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-1" />
+								<input type="radio" name="subject" id="subject1-1">
 								<label for="subject1-1" onclick="popupClosePub('popup-subject')">수학1</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-2" />
+								<input type="radio" name="subject" id="subject1-2">
 								<label for="subject1-2" onclick="popupClosePub('popup-subject')">수학2</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-3" />
+								<input type="radio" name="subject" id="subject1-3">
 								<label for="subject1-3" onclick="popupClosePub('popup-subject')">미적분</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-4" />
+								<input type="radio" name="subject" id="subject1-4">
 								<label for="subject1-4" onclick="popupClosePub('popup-subject')">확률과 통계</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-5" />
+								<input type="radio" name="subject" id="subject1-5">
 								<label for="subject1-5" onclick="popupClosePub('popup-subject')">수학과제 탐구</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-6" />
+								<input type="radio" name="subject" id="subject1-6">
 								<label for="subject1-6" onclick="popupClosePub('popup-subject')">경제수학</label>
 							</div>
 						</fieldset>
@@ -523,27 +265,27 @@
 						<fieldset class="checkradio-custom-area">
 							<legend>공통 과목</legend>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-1" />
+								<input type="radio" name="subject" id="subject1-1">
 								<label for="subject1-1" onclick="popupClosePub('popup-subject')">수학1</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-2" />
+								<input type="radio" name="subject" id="subject1-2">
 								<label for="subject1-2" onclick="popupClosePub('popup-subject')">수학2</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-3" />
+								<input type="radio" name="subject" id="subject1-3">
 								<label for="subject1-3" onclick="popupClosePub('popup-subject')">미적분</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-4" />
+								<input type="radio" name="subject" id="subject1-4">
 								<label for="subject1-4" onclick="popupClosePub('popup-subject')">확률과 통계</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-5" />
+								<input type="radio" name="subject" id="subject1-5">
 								<label for="subject1-5" onclick="popupClosePub('popup-subject')">수학과제 탐구</label>
 							</div>
 							<div class="checkradio round">
-								<input type="radio" name="subject" id="subject1-6" />
+								<input type="radio" name="subject" id="subject1-6">
 								<label for="subject1-6" onclick="popupClosePub('popup-subject')">경제수학</label>
 							</div>
 						</fieldset>
@@ -579,7 +321,7 @@
 									</select>
 								</div>
 								<div class="search">
-									<input type="text" placeholder="성취기준코드, 성취기준으로 검색" title="성취기준코드, 성취기준으로 검색해주세요." class="achievecode-sch" />
+									<input type="text" placeholder="성취기준코드, 성취기준으로 검색" title="성취기준코드, 성취기준으로 검색해주세요." class="achievecode-sch">
 									<button class="btn ico-search">검색</button>
 								</div>
 							</fieldset>
@@ -588,7 +330,7 @@
 					<div class="extend-fnc-area">
 						<div class="l-area">
 							<div class="checkradio">
-								<input type="checkbox" id="check-all" />
+								<input type="checkbox" id="check-all">
 								<label for="check-all">전체 선택</label>
 							</div>
 							<button class="btn xsm secondary">선택 추가</button>
@@ -599,13 +341,13 @@
 					<table>
 						<caption>성취기준 선택</caption>
 						<colgroup>
-							<col style="width: 36px" />
-							<col />
-							<col />
-							<col style="width: 36%" />
-							<col />
-							<col />
-							<col style="width: 100px" />
+							<col style="width: 36px">
+							<col>
+							<col>
+							<col style="width: 36%">
+							<col>
+							<col>
+							<col style="width: 100px">
 						</colgroup>
 						<thead>
 							<tr>
@@ -622,7 +364,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -640,7 +382,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -658,7 +400,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -676,7 +418,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -694,7 +436,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -712,7 +454,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -730,7 +472,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -748,7 +490,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -766,7 +508,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
@@ -784,7 +526,7 @@
 							<tr>
 								<td>
 									<label class="checkbox icon-only">
-										<input type="checkbox" />
+										<input type="checkbox">
 										<span>선택</span>
 									</label>
 								</td>
resources/front/site/SITE_00000/css/common/component/_component.scss
--- resources/front/site/SITE_00000/css/common/component/_component.scss
+++ resources/front/site/SITE_00000/css/common/component/_component.scss
@@ -1424,7 +1424,7 @@
 	background: $color-white-alpha60;
 	font-size: 0;
 	text-align: center;
-	z-index: 101;
+	z-index: 1000;
 	backdrop-filter:blur(8px);
 	gap: $spacing-2xsm;
 	figure {
resources/front/site/SITE_00000/css/common/component/_popup.scss
--- resources/front/site/SITE_00000/css/common/component/_popup.scss
+++ resources/front/site/SITE_00000/css/common/component/_popup.scss
@@ -52,7 +52,8 @@
 	}
 }
 .popup,
-.popup-alert {
+.popup-alert,
+.popup-modal {
 	border: 1px solid $color-gray30;
 	max-width: calc(100% - $size-wrap-spacing * 2);
 	left: 50%;
@@ -102,6 +103,8 @@
 // }
 .popup,
 .popup-modal {	
+	display: none;
+	max-height: calc(100vh - $size-wrap-spacing * 2);
 	max-width: calc(100% - $pop-gap*2);
 	width: $size-popup-md;
 	z-index: 100;
@@ -163,8 +166,7 @@
 	}
 }
 .popup {
-	display: none;
-	max-height: calc(100vh - $size-wrap-spacing * 2);
+	
 }
 .pop-close {
 	position: absolute;
@@ -328,45 +330,45 @@
         }
     }
 }
-.popup-modal-area {
-	display: none;
-	position: fixed;
-	flex-direction: column;
-	align-items: center;
-	justify-content: center;
-	top: 0;
-	left: 0;
-	right: 0;
-	bottom: 0;
-	z-index: 100;
-	overflow: hidden;
-	.dim-modal {
-		position: fixed;
-		inset: 0;
-		background-color: rgba(0, 0, 0, 0.2);
-		backdrop-filter: blur(4px);
-		z-index: -1;
-	}
-	&.is-active {
-		display: flex;
-		.popup-modal {
-			display: flex;
-			animation: modalShow 0.5s forwards;
-		}
-	}
-}
-.popup-modal {
-	position: fixed;
-	right:0;
-	top:0;
-	bottom:0;
-	display: none;
-	transform: translateX(100%);
-	&.is-active {
-		display: flex;
-		animation: modalShow 0.5s forwards;
-	}
-}
+// .popup-modal-area {
+// 	display: none;
+// 	position: fixed;
+// 	flex-direction: column;
+// 	align-items: center;
+// 	justify-content: center;
+// 	top: 0;
+// 	left: 0;
+// 	right: 0;
+// 	bottom: 0;
+// 	z-index: 100;
+// 	overflow: hidden;
+// 	.dim-modal {
+// 		position: fixed;
+// 		inset: 0;
+// 		background-color: rgba(0, 0, 0, 0.2);
+// 		backdrop-filter: blur(4px);
+// 		z-index: -1;
+// 	}
+// 	&.is-active {
+// 		display: flex;
+// 		.popup-modal {
+// 			display: flex;
+// 			animation: modalShow 0.5s forwards;
+// 		}
+// 	}
+// }
+// .popup-modal {
+// 	position: fixed;
+// 	right:0;
+// 	top:0;
+// 	bottom:0;
+// 	display: none;
+// 	transform: translateX(100%);
+// 	&.is-active {
+// 		display: flex;
+// 		animation: modalShow 0.5s forwards;
+// 	}
+// }
 .pop-msg-area {
 	display: flex;
 	flex-direction: column;
resources/front/site/SITE_00000/css/custom/page/_chart.scss
--- resources/front/site/SITE_00000/css/custom/page/_chart.scss
+++ resources/front/site/SITE_00000/css/custom/page/_chart.scss
@@ -339,7 +339,7 @@
 		background: $color-background-default-secondary;
 		border:none;
 	}
-	@at-root .row .section-box {
+	@at-root .row .section-box, .section-row .section-box{
 		margin-bottom: 0;
 	}
 }
resources/front/site/SITE_00000/css/style.css
--- resources/front/site/SITE_00000/css/style.css
+++ resources/front/site/SITE_00000/css/style.css
@@ -8341,7 +8341,8 @@
 }
 
 .popup,
-.popup-alert {
+.popup-alert,
+.popup-modal {
   border: 1px solid #B1B8BE;
   max-width: calc(100% - var(--size-wrap-spacing) * 2);
   left: 50%;
@@ -8355,6 +8356,8 @@
 
 .popup,
 .popup-modal {
+  display: none;
+  max-height: calc(100vh - var(--size-wrap-spacing) * 2);
   max-width: calc(100% - var(--pop-gap) * 2);
   width: var(--size-popup-md);
   z-index: 100;
@@ -8434,11 +8437,6 @@
 .popup-modal .pop-close {
   top: calc(var(--pop-gap) - 0.4rem);
   right: var(--pop-gap);
-}
-
-.popup {
-  display: none;
-  max-height: calc(100vh - var(--size-wrap-spacing) * 2);
 }
 
 .pop-close {
@@ -8646,63 +8644,6 @@
 }
 .popup-overlay-area .thumb-list .thumb-txt-area .label {
   background-color: #464C53;
-}
-
-.popup-modal-area {
-  display: none;
-  position: fixed;
-  -webkit-box-orient: vertical;
-  -webkit-box-direction: normal;
-      -ms-flex-direction: column;
-          flex-direction: column;
-  -webkit-box-align: center;
-      -ms-flex-align: center;
-          align-items: center;
-  -webkit-box-pack: center;
-      -ms-flex-pack: center;
-          justify-content: center;
-  top: 0;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  z-index: 100;
-  overflow: hidden;
-}
-.popup-modal-area .dim-modal {
-  position: fixed;
-  inset: 0;
-  background-color: rgba(0, 0, 0, 0.2);
-  backdrop-filter: blur(4px);
-  z-index: -1;
-}
-.popup-modal-area.is-active {
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-}
-.popup-modal-area.is-active .popup-modal {
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  -webkit-animation: modalShow 0.5s forwards;
-          animation: modalShow 0.5s forwards;
-}
-
-.popup-modal {
-  position: fixed;
-  right: 0;
-  top: 0;
-  bottom: 0;
-  display: none;
-  -webkit-transform: translateX(100%);
-          transform: translateX(100%);
-}
-.popup-modal.is-active {
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  -webkit-animation: modalShow 0.5s forwards;
-          animation: modalShow 0.5s forwards;
 }
 
 .pop-msg-area {
@@ -13215,7 +13156,7 @@
   background: rgba(255, 255, 255, 0.75);
   font-size: 0;
   text-align: center;
-  z-index: 101;
+  z-index: 1000;
   backdrop-filter: blur(8px);
   gap: 0.4rem;
 }
@@ -30884,7 +30825,7 @@
   background: var(--color-background-default-secondary);
   border: none;
 }
-.row .section-box {
+.row .section-box, .section-row .section-box {
   margin-bottom: 0;
 }
 
resources/front/site/SITE_00000/css/style.css.map
--- resources/front/site/SITE_00000/css/style.css.map
+++ resources/front/site/SITE_00000/css/style.css.map
This diff is too big to display.
resources/front/site/SITE_00000/css/style.min.css
--- resources/front/site/SITE_00000/css/style.min.css
+++ resources/front/site/SITE_00000/css/style.min.css
This diff is too big to display.
resources/front/site/SITE_00000/css/style.min.css.map
--- resources/front/site/SITE_00000/css/style.min.css.map
+++ resources/front/site/SITE_00000/css/style.min.css.map
This diff is too big to display.
Add a comment
List