yanghyo 10-23
챗봇, 나의강의실, 루브릭만들기, sms, 인쇄 추가
@b07fbc2db256727ee4aad772d3071092c87c44e6
html/onSejong/common/main/main.html
--- html/onSejong/common/main/main.html
+++ html/onSejong/common/main/main.html
@@ -430,6 +430,120 @@
 						</section>
 					</div>
 				</div>
+				<ul class="site-float-area">
+					<li class="float-chatbot">
+						<button type="button" class="btn-float-chatbot">챗봇</button>
+						<div class="pupup-chatbot">
+							<div class="pop-header">
+								<h1>챗봇</h1>
+							</div>
+							<div class="pop-body msg-cont-body">
+								<p class="msg-time">2025년 10월 22일 10:33</p>
+								<div class="item my">
+									<div class="txt">문의</div>
+									<span class="time">2024-09-26 19:24</span>
+								</div>
+								<div class="item">
+									<div class="profile sm">
+										<div class="img-area">
+											<figure>
+												<img src="../../../../resources/front/site/SITE_00000/images/common/profile/profile-chatbot.svg" alt="챗봇">
+											</figure>
+										</div>
+										<div class="txt-area">
+											<strong class="profile-tit">챗봇</strong>
+										</div>
+									</div>
+									<div class="txt-guide">
+										<div class="txt">
+											<p>
+												잘 이해하지 못했어요.<br>
+												온라인학교 과정, 캠퍼스공동교육과정 중에 궁금한 부분의 버튼을 눌러주시면 잘 이해할 수 있어요.
+											</p>
+											<div class="btn-group dir-col">
+												<a href="#none" class="btn secondary sm">세종온라인학교</a>
+												<a href="#none" class="btn secondary sm">캠퍼스공동교육과정</a>
+												<a href="#none" class="btn secondary sm">로그인/회원가입</a>
+												<a href="#none" class="btn secondary sm">기타</a>
+											</div>
+										</div>
+									</div>
+									<span class="time">2024-09-26 19:24</span>
+								</div>
+								<div class="item my">
+									<div class="txt">로그인/회원가입</div>
+									<span class="time">2024-09-26 19:24</span>
+								</div>
+								<div class="item">
+									<div class="profile sm">
+										<div class="img-area">
+											<figure>
+												<img src="../../../../resources/front/site/SITE_00000/images/common/profile/profile-chatbot.svg" alt="챗봇">
+											</figure>
+										</div>
+										<div class="txt-area">
+											<strong class="profile-tit">챗봇</strong>
+										</div>
+									</div>
+									<div class="txt-guide">
+										<div class="guide-tit-area"><span class="label round">로그인/회원가입</span></div>
+										<ul class="accordion-list">
+											<li class="accordion-item">
+												<div class="accordion-tit-area">
+													<button type="button" class="btn-accordion-toggle">열기 닫기</button>
+													<span class="label">Q</span>
+													<div class="accordion-tit">로그인은 어떻게 하나요?</div>
+												</div>
+												<div class="accordion-txt-area">상단에 있는 로그인 선택 후 가입하신 "디지털원패스" 아이디 / 비번을 입력하시면 로그인 하실 수 있습니다.</div>
+											</li>
+											<li class="accordion-item">
+												<div class="accordion-tit-area">
+													<button type="button" class="btn-accordion-toggle">열기 닫기</button>
+													<span class="label">Q</span>
+													<div class="accordion-tit">회원가입은 어떻게 하나요?</div>
+												</div>
+												<div class="accordion-txt-area">상단에 있는 로그인 선택 후 가입하신 "디지털원패스" 아이디 / 비번을 입력하시면 로그인 하실 수 있습니다.</div>
+											</li>
+										</ul>
+									</div>
+									<span class="time">2024-09-26 19:24</span>
+								</div>
+								<div class="item">
+									<div class="profile sm">
+										<div class="img-area">
+											<figure>
+												<img src="../../../../resources/front/site/SITE_00000/images/common/profile/profile-chatbot.svg" alt="chatbot" />
+											</figure>
+										</div>
+										<div class="txt-area">
+											<strong class="profile-tit">챗봇</strong>
+										</div>
+									</div>
+									<div class="txt">테스트</div>
+									<span class="time">2024-09-26 19:24</span>
+								</div>
+								<div class="msg-fnc">
+									<button class="btn sm ico-arrow-left">이전으로</button>
+								</div>
+							</div>
+							<div class="pop-footer msg-cont-footer">
+								<div class="footer-fnc"><button type="button" class="btn circle ico-home">홈</button></div>
+								<div class="write">
+									<input type="text" title="메시지를 입력하세요." placeholder="메시지를 입력하세요." />
+									<div class="write-fnc-area">
+										<div class="r-area">
+											<button type="submit" class="btn circle sm ico-send primary">전송</button>
+										</div>
+									</div>
+								</div>
+							</div>
+							<button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button>
+						</div>
+					</li>
+					<li>
+						<a href="#" class="btn-float-top">TOP</a>
+					</li>
+				</ul>
 			</div>
 			<footer class="site-footer"></footer>
 		</div>
@@ -439,5 +553,14 @@
 
 		<!--popup-->
 		<div class="dim"></div>
+
+		<script>
+			  $(document).on('click', '.btn-float-chatbot',function() {
+				$('.float-chatbot').toggleClass('is-active');
+			});
+			$(document).on('click', '.pupup-chatbot .pop-close',function() {
+				$('.float-chatbot').removeClass('is-active');
+			});
+		</script>
 	</body>
 </html>
html/onSejong/index.html
--- html/onSejong/index.html
+++ html/onSejong/index.html
@@ -418,7 +418,7 @@
                 <li>
                     common
                     <ul>
-                        <li>메인,common/main/main.html</li>
+                        <li class="mod">메인,common/main/main.html</li>
                         <li>
                             회원계
                             <ul>
@@ -695,10 +695,11 @@
                         <li>
                             나의 강의실
                             <ul>
-                                <li class="working">
+                                <li>
                                     목록
                                     <ul>
-                                        <li>진행중/진행예정/진행완료,manager/myclass/classList.html</li>
+                                        <li class="design">진행중/진행완료,manager/myclass/myclass.html</li>
+                                        <li class="design">진행중/진행예정/진행완료,manager/myclass/classList.html</li>
                                         <li>[팝업]일정등록,manager/myclass/pop_scheduleWrite.html</li>
                                         <li>[팝업]일정보기,manager/myclass/pop_schedule.html</li>
                                         <li>
@@ -738,7 +739,7 @@
                                         <li class="working">성적직접관리,manager/myclass/gradeInput.html</li>
                                         <li class="working">[팝업]환산 기준 관리,manager/myclass/pop_homeworkScoreView.html</li>
                                         <li class="working">[팝업]과제 제출 리스트,manager/myclass/pop_homeworkSubmitList.html</li>
-                                        <li class="before">[팝업]성적 분포도</li>
+                                        <li>[팝업]성적 분포도,manager/myclass/pop_gradeChart.html</li>
                                     </ul>
                                 </li>
                                 <li class="working">
@@ -753,7 +754,7 @@
                                     루브릭 평가관리
                                     <ul>
                                         <li>루브릭 평가관리,manager/myclass/rubricManage.html</li>
-                                        <li>루브릭 만들기 </li>
+                                        <li>루브릭 만들기,manager/myclass/rubricWrite.html</li>
                                     </ul>
                                 </li>
                                 <li>
@@ -794,7 +795,7 @@
                                     </ul>
                                 </li>
                                 <li class="working">학습활동 보고서,manager/myclass/activityReport.html</li>
-                                <li class="before">SMS 보내기 </li>
+                                <li>SMS 보내기,manager/myclass/sms.html</li>
                             </ul>
                         </li>
                         <li>
@@ -802,7 +803,13 @@
                             <ul class="before">
                                 <li>마이 프로필</li>
                                 <li>강사 카드관리</li>
-                                <li>강사 확인증</li>
+                                <li>
+                                    강사 확인증
+                                    <ul>
+                                        <li>강사확인증</li>
+                                        <li>[인쇄]강사확인증,manager/mypage/print_career.html</li>
+                                    </ul>
+                                </li>
                             </ul>
                         </li>
                     </ul>
@@ -907,7 +914,12 @@
                                 </li>
                             </ul>
                         </li>
-                        <li class="before">마이페이지</li>
+                        <li class="before">
+                            마이페이지
+                            <ul>
+                                <li>[인쇄]이수증,member/mypage/print_certificate.html</li>
+                            </ul>
+                        </li>
                         <li class="before">
                             util
                             <ul>
 
html/onSejong/manager/myclass/myclass.html (added)
+++ html/onSejong/manager/myclass/myclass.html
@@ -0,0 +1,814 @@
+<!DOCTYPE html>
+<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" />
+		<!-- 공통 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>
+		<!-- //공통 plugin -->
+		<!-- 페이지 plugin-->
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
+		<!-- chart -->
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
+		<!-- //chart -->
+		<!-- //페이지 plugin-->
+		<!-- 공통 퍼블 layout: 개발시 삭제-->
+		<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+		<!--//퍼블 layout-->
+		<!-- 공통 메뉴 js-->
+		<!-- //공통 메뉴 js -->
+		<!--공통 퍼블 js-->
+		<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+		<!--//공통 퍼블 js-->
+	</head>
+
+	<body>
+		<div class="accessibility">
+			<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a>
+		</div>
+		<!-- for-teacher / for-student -->
+		<div class="container">
+			<!-- 통합 헤더 및 네비게이션 -->
+			<header class="site-header"></header>
+			<div class="site-body" id="skipToContents">
+				<div class="wrap">
+					<div class="site-cont">
+						<ul class="breadcrumb">
+							<li><a href="#none" class="home">홈</a></li>
+							<li><a href="#none">1depth</a></li>
+							<li><a href="#none">2depth</a></li>
+						</ul>
+						<div class="page-tit-area">
+							<div class="l-area">
+								<h2 class="title-xlg">나의 강의실</h2>
+							</div>
+							<div class="r-area"><a href="#none" class="btn lg cta ico-plus back">과정 개설하기</a></div>
+						</div>
+						<section class="section sm">
+							<h3 class="txt-hide">나의 강의</h3>
+							<ul class="tabs-nav">
+								<li><a href="#none" class="is-active">진행중</a></li>
+								<li><a href="#none">진행예정</a></li>
+								<li><a href="#none">진행완료</a></li>
+							</ul>
+							<div class="fnc-area">
+								<div class="l-area">
+									<p>
+										총
+										<em>156</em>
+										건
+									</p>
+								</div>
+								<div class="r-area">
+									<fieldset class="search-area">
+										<legend>검색</legend>
+										<div class="search">
+											<input type="text" placeholder="검색어를 입력하세요." title="검색어를 입력하세요." />
+											<button class="btn ico-search">검색</button>
+										</div>
+									</fieldset>
+								</div>
+							</div>
+							<div class="list-type">
+								<table>
+									<caption>강의 목록</caption>
+									<colgroup>
+										<col style="width: 80px" />
+										<col />
+										<col style="width: 400px" />
+										<col />
+										<col />
+										<col style="width: 200px" />
+										<col style="width: 160px" />
+									</colgroup>
+									<thead>
+										<tr>
+											<th scope="col">번호</th>
+											<th scope="col">수강구분</th>
+											<th scope="col">과정명</th>
+											<th scope="col">대상학년</th>
+											<th scope="col">과목/전공</th>
+											<th scope="col">수업시간</th>
+											<th scope="col">수강인원(청강인원)/총인원</th>
+											<th scope="col">
+												관리
+												<div class="tooltip dir-r">
+													<button type="button" class="btn-tooltip"><i class="ico-help primary">설명</i></button>
+													<div class="txt-area">학사관리 아이콘을 선택하시면 해당 페이지에서 출석, 성적, 진도, 수강생 등 해당 강좌에 관련된 항목들을 관리할 수 있습니다.</div>
+												</div>
+											</th>
+										</tr>
+									</thead>
+									<tbody>
+										<tr>
+											<td>1</td>
+											<td>온세종학교</td>
+											<td class="align-left">
+												<a href="#none" class="table-title">2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개</a>
+											</td>
+											<td data-tit="대상학년">관리자</td>
+											<td data-tit="과목/전공">수학</td>
+											<td data-tit="수업시간">
+												(수) 18:00 ~ 19:40
+												<br />
+												(목) 18:00 ~ 19:40
+											</td>
+											<td data-tit="수강인원(청강인원)/총인원">-(-) / 25</td>
+											<td>
+												<div class="btn-tbl-cont">
+													<a href="#none" class="btn sm circle ico-mortarboard">학사관리</a>
+													<button type="button" class="btn sm circle danger ico-delete">삭제</button>
+												</div>
+											</td>
+										</tr>
+									</tbody>
+								</table>
+							</div>
+							<ul class="pagenation">
+								<li class="ppv">
+									<a href="#none" class="btn ico-ppv circle sm" title="전체 목록에서 가장 처음 목록으로 이동합니다">처음으로</a>
+								</li>
+								<li class="pv">
+									<a href="#none" class="btn ico-pv circle sm" title="이전 목록으로 이동합니다">이전으로</a>
+								</li>
+								<li class="current">
+									<a href="#none" title="1번째 목록으로 이동합니다">1</a>
+								</li>
+								<li>
+									<a href="#none" title="2번째 목록으로 이동합니다">2</a>
+								</li>
+								<li>
+									<a href="#none" title="3번째 목록으로 이동합니다">3</a>
+								</li>
+								<li>
+									<a href="#none" title="4번째 목록으로 이동합니다">4</a>
+								</li>
+								<li>
+									<a href="#none" title="5번째 목록으로 이동합니다">5</a>
+								</li>
+								<li class="fw">
+									<a href="#none" class="btn ico-fw circle sm" title="다음 목록으로 이동합니다">다음으로</a>
+								</li>
+								<li class="ffw">
+									<a href="#none" class="btn ico-ffw circle sm" title="전체 목록에서 가장 마지막 목록으로 이동합니다">끝으로</a>
+								</li>
+							</ul>
+						</section>
+						<section class="calendar-area section">
+							<header class="calendar-header">
+								<div class="l-area">
+									<h3 class="calendar-tit">2025.09</h3>
+									<div class="fnc">
+										<button type="button" class="btn-calendar-pv">이전</button>
+										<button type="button" class="btn-calendar-fw">다음</button>
+									</div>
+								</div>
+								<div class="r-area">
+									<div class="btn-group">
+										<button type="button" class="btn ico-plus">일정등록하기</button>
+										<button type="button" class="btn ico-upload">내보내기</button>
+									</div>
+								</div>
+							</header>
+							<div class="calendar-tbl">
+								<table>
+									<caption>달력 테이블로 일, 월, 화, 수, 목, 금, 토로 구성되어 있습니다.</caption>
+									<thead>
+										<tr>
+											<th scope="col">일</th>
+											<th scope="col">월</th>
+											<th scope="col">화</th>
+											<th scope="col">수</th>
+											<th scope="col">목</th>
+											<th scope="col">금</th>
+											<th scope="col">토</th>
+										</tr>
+									</thead>
+									<tbody>
+										<tr>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">1</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">2</strong>
+													<div class="txt-area"></div>
+												</div>
+											</td>
+											<td class="is-today">
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">3</strong>
+													<span class="date-txt">개천절</span>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full" disabled="">선택</button>
+												<div class="cont">
+													<strong class="date">4</strong>
+													<div class="txt-area"></div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full" disabled="">선택</button>
+												<div class="cont">
+													<strong class="date">5</strong>
+													<div class="txt-area"></div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full" disabled="">선택</button>
+												<div class="cont">
+													<strong class="date">6</strong>
+													<div class="txt-area"></div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full" disabled="">선택</button>
+												<div class="cont">
+													<strong class="date">7</strong>
+													<div class="txt-area"></div>
+												</div>
+											</td>
+										</tr>
+										<tr>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">8</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full" disabled="">선택</button>
+												<div class="cont">
+													<strong class="date">9</strong>
+													<div class="txt-area"></div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">10</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">11</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">12</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">13</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">14</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+										</tr>
+										<tr>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">15</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">16</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">17</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">18</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">19</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">20</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">21</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+										</tr>
+										<tr>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">22</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">23</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">24</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">25</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">26</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">27</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">28</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+										</tr>
+										<tr>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">29</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">30</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">1</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">2</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">3</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">4</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+											<td>
+												<button type="button" class="lnk-full">선택</button>
+												<div class="cont">
+													<strong class="date">5</strong>
+													<div class="txt-area">
+														<div class="label-area">
+															<span class="label primary">수업</span>
+															<span class="label secondary">과제</span>
+															<span class="label accent">평가</span>
+															<span class="label">개인일정</span>
+														</div>
+													</div>
+												</div>
+											</td>
+										</tr>
+									</tbody>
+								</table>
+							</div>
+						</section>
+						<div class="section-row">
+							<section class="section">
+								<div class="section-tit-area">
+									<div class="l-area">
+										<h3 class="title-lg">수업 통계</h3>
+									</div>
+								</div>
+								<section class="section-box">
+									<header class="box-header">
+										<div class="l-area">
+											<h4 class="section-box-tit">학습 참여율</h4>
+										</div>
+									</header>
+									<div class="box-body">
+										<div class="chart-box">
+											<div class="chart-area sm">
+												<canvas id="classAttend"></canvas>
+											</div>
+											<div class="cont">
+												<ul class="chart-info-list">
+													<li>
+														<div class="l-area">
+															<span class="legend lg">
+																<i class="positive"></i>
+																참여
+															</span>
+														</div>
+														<div class="r-area">
+															<span class="label">40%</span>
+															<span>
+																<strong class="data">40</strong>
+																명
+															</span>
+														</div>
+													</li>
+													<li>
+														<div class="l-area">
+															<span class="legend lg">
+																<i></i>
+																미참여
+															</span>
+														</div>
+														<div class="r-area">
+															<span class="label">60%</span>
+															<span>
+																<strong class="data">60</strong>
+																명
+															</span>
+														</div>
+													</li>
+												</ul>
+											</div>
+											<div class="fnc">
+												<div class="bg-info-area">
+													<span>총</span>
+													<strong class="data">100명</strong>
+												</div>
+											</div>
+										</div>
+									</div>
+								</section>
+							</section>
+							<section class="section">
+								<div class="section-tit-area">
+									<div class="l-area">
+										<h3 class="title-lg">설문 관리</h3>
+									</div>
+								</div>
+								<div class="section-box">
+									<div class="box-body">
+										<ul class="item-txt-list">
+											<li>
+												<a href="#none" class="lnk-full">상세보기</a>
+												<span class="label num">1</span>
+												<div class="txt-area">
+													<p>다음주부터 신나는 여름방학이 시작된다.</p>
+													<ul class="info-inline-list no-style sm">
+														<li>
+															<i class="ico-profile" aria-hidden="true" title="작성자"></i>
+															<div class="txt-area">홍길동</div>
+														</li>
+														<li>
+															<i class="ico-calendar" aria-hidden="true" title="작성일"></i>
+															<div class="txt-area">2025. 07. 01</div>
+														</li>
+														<li>
+															<div class="txt-area">25년1학년3반</div>
+														</li>
+													</ul>
+												</div>
+											</li>
+											<li>
+												<a href="#none" class="lnk-full">상세보기</a>
+												<span class="label num">2</span>
+												<div class="txt-area">
+													<p>다음주부터 신나는 여름방학이 시작된다.</p>
+													<ul class="info-inline-list no-style sm">
+														<li>
+															<i class="ico-profile" aria-hidden="true" title="작성자"></i>
+															<div class="txt-area">홍길동</div>
+														</li>
+														<li>
+															<i class="ico-calendar" aria-hidden="true" title="작성일"></i>
+															<div class="txt-area">2025. 07. 01</div>
+														</li>
+														<li>
+															<div class="txt-area">25년1학년3반</div>
+														</li>
+													</ul>
+												</div>
+											</li>
+											<li>
+												<a href="#none" class="lnk-full">상세보기</a>
+												<span class="label num">3</span>
+												<div class="txt-area">
+													<p>다음주부터 신나는 여름방학이 시작된다.</p>
+													<ul class="info-inline-list no-style sm">
+														<li>
+															<i class="ico-profile" aria-hidden="true" title="작성자"></i>
+															<div class="txt-area">홍길동</div>
+														</li>
+														<li>
+															<i class="ico-calendar" aria-hidden="true" title="작성일"></i>
+															<div class="txt-area">2025. 07. 01</div>
+														</li>
+														<li>
+															<div class="txt-area">25년1학년3반</div>
+														</li>
+													</ul>
+												</div>
+											</li>
+										</ul>
+									</div>
+								</div>
+							</section>
+						</div>
+					</div>
+				</div>
+			</div>
+			<footer class="site-footer"></footer>
+		</div>
+		<!-- toast -->
+		<div class="toast"></div>
+		<!--popup-->
+		<div class="dim"></div>
+
+		<script>
+			$(document).ready(function () {
+				createChartDoughnut('classAttend', [40, 60], [gradientColorPositive, defaltBg]);
+			});
+		</script>
+	</body>
+</html>
 
html/onSejong/manager/myclass/pop_gradeChart.html (added)
+++ html/onSejong/manager/myclass/pop_gradeChart.html
@@ -0,0 +1,128 @@
+<!DOCTYPE html>
+<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" />
+
+		<!-- 공통 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>
+		<!-- //공통 plugin -->
+
+		<!-- 페이지 plugin-->
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
+		<!-- chart -->
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
+		<!-- //chart -->
+		<!-- //페이지 plugin-->
+
+		<!-- 공통 퍼블 layout: 개발시 삭제-->
+		<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+		<!--//퍼블 layout-->
+
+		<!-- 공통 메뉴 js-->
+		<!-- //공통 메뉴 js -->
+
+		<!--공통 퍼블 js-->
+		<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+		<!--//공통 퍼블 js-->
+	</head>
+
+	<body>
+		<div class="popup-modal" data-popuppub="popupmodal">
+			<div class="pop-header">
+				<h1>성적 분포도</h1>
+			</div>
+			<div class="pop-body">
+				<div class="summary">
+					<i class="ico-info"></i>
+					<div class="txt-area">
+						<p>
+							분포도별 학생들을 대상으로 문자 메시지를 전송할 수 있습니다.
+							<br />
+							(점수구간 선택 후 SMS 전송하기를 선택하시면 해당 페이지로 이동합니다.)
+						</p>
+					</div>
+				</div>
+				<div class="border-box">
+					<ul class="chart-bar-list">
+						<li>
+							<div class="chart-tit-area">
+								<div class="checkradio">
+									<input type="checkbox" id="chk1">
+									<label for="chk1">
+										<div class="chart-tit">90~100(점)</div>
+									</label>
+								</div>
+							</div>
+							<div class="bar-area">
+								<button type="button" class="bar" style="width: 50%">50%</button>
+								<small class="chart-label">50%</small>
+							</div>
+						</li>
+						<li>
+							<div class="chart-tit-area">
+								<div class="checkradio">
+									<input type="checkbox" id="chk2">
+									<label for="chk2">
+										<div class="chart-tit">80~90(점)</div>
+									</label>
+								</div>
+							</div>
+							<div class="bar-area">
+								<button type="button" class="bar" style="width: 10%">10%</button>
+								<small class="chart-label">10%</small>
+							</div>
+						</li>
+						<li>
+							<div class="chart-tit-area">
+								<div class="checkradio">
+									<input type="checkbox" id="chk3">
+									<label for="chk3">
+										<div class="chart-tit">70~80(점)</div>
+									</label>
+								</div>
+							</div>
+							<div class="bar-area">
+								<button type="button" class="bar" style="width: 100%">100%</button>
+								<small class="chart-label">100%</small>
+							</div>
+						</li>
+					</ul>
+				</div>
+			</div>
+
+			<div class="pop-footer">
+				<div class="pop-btn-cont">
+					<button type="button" class="btn" onclick="popupClosePub('popupmodal')">닫기</button>
+					<button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">SMS 전송으로 이동</button>
+				</div>
+			</div>
+			<button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button>
+		</div>
+
+		<!-- toast -->
+		<div class="toast"></div>
+
+		<!--popup-->
+		<div class="dim"></div>
+
+		<script>
+			$(document).ready(function () {
+				popupOpenPub('popupmodal');
+			});
+		</script>
+	</body>
+</html>
 
html/onSejong/manager/myclass/print_certificate.html (added)
+++ html/onSejong/manager/myclass/print_certificate.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<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" />
+		<link href="/resources/front/site/SITE_00000/css/print/print.css" rel="stylesheet">
+	</head>
+	<body>  
+    <div class="print-page">
+        <section class="print-certificate">
+            <img src="/resources/front/site/SITE_00000/images/print/bg-certificate.jpg" alt="" class="print-bg">
+            <img src="/resources/front/site/SITE_00000/images/print/bg-certificate-symbol.jpg" alt="온세종학교" class="certificate-symbol">
+            <header class="certificate-header">
+                <h1>이 수 증</h1>
+            </header>
+            <div class="certificate-body">
+                <ul class="certificate-info-list">
+                    <li>
+                        <strong>과정명</strong>
+                        <div class="txt">인공지능수학</div>
+                    </li>
+                    <li>
+                        <strong>성명</strong>
+                        <div class="txt">홍길동</div>
+                    </li>
+                    <li>
+                        <strong>생년월일</strong>
+                        <div class="txt">2008년 6월 5일</div>
+                    </li>
+                    <li>
+                        <strong>교육과정</strong>
+                        <div class="txt">캠퍼스공동교육과정</div>
+                    </li>
+                    <li>
+                        <strong>교육기간</strong>
+                        <div class="txt">2025.10.01 ~ 2025.10.30</div>
+                    </li>
+                    <li>
+                        <strong>이수시간</strong>
+                        <div class="txt">40시간</div>
+                    </li>
+                    <li>
+                        <strong></strong>
+                        <div class="txt"></div>
+                    </li>
+                </ul>
+                <div class="certificate-txt">
+                    <p>위 사람은 상기 교육과정을 수료하였으므로<br>이 증서를 드립니다.</p>
+                </div>
+            </div>  
+            <div class="certificate-footer">
+                <div class="sign-area">
+                    <div class="txt">
+                        <span class="date">2025. 10. 01</span>
+                    </div>
+                    <div class="sign">
+                        <strong>세종특별자치시교육감</strong>
+                        <img src="/resources/front/site/SITE_00000/images/print/img-sign.png" alt="직인">
+                    </div>
+                </div>
+            </div>
+        </section>
+    </div>
+    <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+    <script>
+        $(document).ready(function () {
+            //프린트 열기
+            window.print();
+
+            //프린트 화면 닫기
+            window.onafterprint = function () {
+                self.opener = self;
+                window.close();
+            }
+        });
+    </script>
+</body>
+</html>
 
html/onSejong/manager/myclass/rubricWrite.html (added)
+++ html/onSejong/manager/myclass/rubricWrite.html
@@ -0,0 +1,428 @@
+<!DOCTYPE html>
+<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" />
+		<!-- 공통 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>
+		<!-- //공통 plugin -->
+		<!-- 페이지 plugin-->
+		<!-- //페이지 plugin-->
+		<!-- 공통 퍼블 layout: 개발시 삭제-->
+		<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+		<!--//퍼블 layout-->
+		<!-- 공통 메뉴 js-->
+		<!-- //공통 메뉴 js -->
+		<!--공통 퍼블 js-->
+		<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+		<!--//공통 퍼블 js-->
+	</head>
+
+	<body>
+		<div class="accessibility">
+			<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a>
+		</div>
+		<!-- for-teacher / for-student -->
+		<div class="container">
+			<!-- 통합 헤더 및 네비게이션 -->
+			<header class="site-header"></header>
+			<div class="site-body" id="skipToContents">
+				<div class="wrap">
+					<aside class="lnb"></aside>
+					<div class="site-cont">
+						<ul class="breadcrumb">
+							<li><a href="#none" class="home">홈</a></li>
+							<li><a href="#none">1depth</a></li>
+							<li><a href="#none">2depth</a></li>
+						</ul>
+						<div class="page-tit-area">
+							<div class="l-area">
+								<h2 class="title-xlg">루브릭 만들기</h2>
+							</div>
+						</div>
+						<section class="section">
+							<h3 class="txt-hide">루브릭 정보 입력</h3>
+							<div class="write-type">
+								<table>
+									<caption>루브릭 정보 입력</caption>
+									<colgroup>
+										<col style="width: 160px">
+										<col>
+									</colgroup>
+									<tbody>
+										<tr>
+											<th scope="row">
+												유형
+												<i class="required">필수</i>
+											</th>
+											<td>
+												<select title="유형 선택">
+													<option>3x3</option>
+													<option>4x4</option>
+													<option>5x5</option>
+												</select>
+											</td>
+										</tr>
+										<tr>
+											<th scope="row">
+												제목
+												<i class="required">필수</i>
+											</th>
+											<td>
+												<input type="text" class="q4" placeholder="제목을 입력하세요" title="제목 입력" />
+											</td>
+										</tr>
+										<tr>
+											<th scope="row">설명</th>
+											<td>-에디터-</td>
+										</tr>
+									</tbody>
+								</table>
+							</div>
+						</section>
+						<section class="section">
+							<header class="section-tit-area">
+								<div class="l-area">
+									<h3 class="title-lg">루브릭</h3>
+								</div>
+							</header>
+							<div class="rubric-write-area">
+								<div class="cont">
+									<ul class="rubric-write-list">
+										<li class="item">
+											<div class="item-fnc">
+												<div class="t-area">
+													<i class="ico-move">이동</i>
+												</div>
+												<div class="b-area">
+													<button type="button" class="btn sm circle ico-copy">복사</button>
+													<button type="button" class="btn sm circle danger ico-delete">삭제</button>
+												</div>
+											</div>
+											<div class="item-cont">
+												<div class="item-tit">
+													<textarea title="제목입력" placeholder="제목을 입력하세요."></textarea>
+												</div>
+												<div class="item-col-area">
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+												</div>
+											</div>
+											<div class="item-btn">
+												<button type="button" class="btn-add dir-col">수준추가</button>
+											</div>
+										</li>
+										<li class="item">
+											<div class="item-fnc">
+												<div class="t-area">
+													<i class="ico-move">이동</i>
+												</div>
+												<div class="b-area">
+													<button type="button" class="btn sm circle ico-copy">복사</button>
+													<button type="button" class="btn sm circle danger ico-delete">삭제</button>
+												</div>
+											</div>
+											<div class="item-cont">
+												<div class="item-tit">
+													<textarea title="제목입력" placeholder="제목을 입력하세요."></textarea>
+												</div>
+												<div class="item-col-area">
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+												</div>
+											</div>
+											<div class="item-btn">
+												<button type="button" class="btn-add dir-col">수준추가</button>
+											</div>
+										</li>
+										<li class="item">
+											<div class="item-fnc">
+												<div class="t-area">
+													<i class="ico-move">이동</i>
+												</div>
+												<div class="b-area">
+													<button type="button" class="btn sm circle ico-copy">복사</button>
+													<button type="button" class="btn sm circle danger ico-delete">삭제</button>
+												</div>
+											</div>
+											<div class="item-cont">
+												<div class="item-tit">
+													<textarea title="제목입력" placeholder="제목을 입력하세요."></textarea>
+												</div>
+												<div class="item-col-area">
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+													<div class="item-col">
+														<textarea title="내용입력" placeholder="내용을 입력하세요."></textarea>
+														<div class="fnc">
+															<div class="l-area">
+																<div class="num-area">
+																	<input type="number" title="점수 입력" value="0" />
+																	<span>점</span>
+																</div>
+															</div>
+															<div class="r-area">
+																<button class="ico-close">삭제</button>
+															</div>
+														</div>
+													</div>
+												</div>
+											</div>
+											<div class="item-btn">
+												<button type="button" class="btn-add dir-col">수준추가</button>
+											</div>
+										</li>
+									</ul>
+									<div class="item-total-area">
+										<strong class="total-tit">총점</strong>
+										<div class="total-col-area">
+											<div class="total-col">
+												<strong>0</strong>
+												<span>점</span>
+											</div>
+											<div class="total-col">
+												<strong>0</strong>
+												<span>점</span>
+											</div>
+											<div class="total-col">
+												<strong>0</strong>
+												<span>점</span>
+											</div>
+											<div class="total-col">
+												<strong>0</strong>
+												<span>점</span>
+											</div>
+											<div class="total-col">
+												<strong>0</strong>
+												<span>점</span>
+											</div>
+										</div>
+									</div>
+									<div class="item-btn-area">
+										<button class="btn-add">기준추가</button>
+									</div>
+								</div>
+							</div>
+						</section>
+						<div class="btn-cont">
+							<button class="btn lg">취소</button>
+							<button class="btn lg primary">저장</button>
+						</div>
+					</div>
+				</div>
+			</div>
+			<footer class="site-footer"></footer>
+		</div>
+		<!-- toast -->
+		<div class="toast"></div>
+		<!--popup-->
+		<div class="dim"></div>
+		<script>
+			$(document).ready(function () {
+				$('.rubric-write-list').sortable({
+					handle: $('.rubric-write-list .item').find('.ico-move'),
+					containment: 'parent',
+				});
+			});
+		</script>
+	</body>
+</html>
 
html/onSejong/manager/myclass/sms.html (added)
+++ html/onSejong/manager/myclass/sms.html
@@ -0,0 +1,424 @@
+<!DOCTYPE html>
+<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" />
+		<!-- 공통 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>
+		<!-- //공통 plugin -->
+		<!-- 페이지 plugin-->
+		<!-- //페이지 plugin-->
+		<!-- 공통 퍼블 layout: 개발시 삭제-->
+		<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+		<!--//퍼블 layout-->
+		<!-- 공통 메뉴 js-->
+		<!-- //공통 메뉴 js -->
+		<!--공통 퍼블 js-->
+		<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+		<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+		<!--//공통 퍼블 js-->
+	</head>
+
+	<body>
+		<div class="accessibility">
+			<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a>
+		</div>
+		<!-- for-teacher / for-student -->
+		<div class="container">
+			<!-- 통합 헤더 및 네비게이션 -->
+			<header class="site-header"></header>
+			<div class="site-body" id="skipToContents">
+				<div class="wrap">
+					<aside class="lnb"></aside>
+					<div class="site-cont">
+						<ul class="breadcrumb">
+							<li><a href="#none" class="home">홈</a></li>
+							<li><a href="#none">1depth</a></li>
+							<li><a href="#none">2depth</a></li>
+						</ul>
+						<div class="page-tit-area">
+							<div class="l-area">
+								<h2 class="title-xlg">SMS 보내기</h2>
+							</div>
+						</div>
+						<div class="bg-box">
+							<strong class="box-tit">이용 가이드</strong>
+							<ul class="bullet">
+								<li>해당 과정에 등록된 멤버들에게 SMS를 전송할 수 있습니다.</li>
+								<li>학부모는 자동으로 리스트에 표시 됩니다. (학생들이 회원정보에 등록)</li>
+								<li>최종적으로 SMS 보내기 버튼을 누르면 선택된 멤버들에게 메시지가 전송됩니다.</li>
+								<li>SMS 발송은 여러가지 원인(수신거부, 통신오류, 전화번호 오류 등)으로 인해 수신 되지 않을 수 있습니다.</li>
+							</ul>
+						</div>
+						<section class="section">
+							<h3 class="txt-hide">송신 정보 입력</h3>
+							<div class="write-type">
+								<table>
+									<caption>송신 정보 입력</caption>
+									<colgroup>
+										<col style="width: 160px" />
+										<col />
+									</colgroup>
+									<tbody>
+										<tr>
+											<th scope="row">송신번호</th>
+											<td><input type="text" title="송신번호 입력" placeholder="예)010-1234-5678" /></td>
+										</tr>
+										<tr>
+											<th scope="row">예약시간</th>
+											<td>
+												<div class="checkradio">
+													<input type="checkbox" id="time" name="time" />
+													<label for="time">사용하기</label>
+													<fieldset class="checkradio-option">
+														<legend>예약시간 입력</legend>
+														<input type="date" title="날짜 입력" />
+														<div class="input-flex-area">
+															<div class="input-box flex1">
+																<input type="number" class="input q0" title="시 입력" />
+																<span>시</span>
+															</div>
+															<div class="input-box flex1">
+																<input type="number" class="input q0" title="분 입력" />
+																<span>분</span>
+															</div>
+														</div>
+													</fieldset>
+												</div>
+											</td>
+										</tr>
+									</tbody>
+								</table>
+							</div>
+						</section>
+						<section class="section sms-write-area">
+							<h3 class="txt-hide">수신인 및 내용 입력</h3>
+							<div class="user-area">
+								<div class="fnc-area">
+									<div class="l-area">
+										<fieldset class="checkradio-area">
+											<legend>수신인 선택</legend>
+											<div class="checkradio">
+												<input type="checkbox" id="userAll" />
+												<label for="userAll">전체(52)</label>
+											</div>
+											<div class="checkradio">
+												<input type="checkbox" id="user1" />
+												<label for="user1">수강생(52)</label>
+											</div>
+											<div class="checkradio">
+												<input type="checkbox" id="user2" />
+												<label for="user2">청강생(52)</label>
+											</div>
+											<div class="checkradio">
+												<input type="checkbox" id="user3" />
+												<label for="user3">학부모(52)</label>
+											</div>
+											<div class="checkradio">
+												<input type="checkbox" id="user4" />
+												<label for="user4">팀티쳐(3)</label>
+											</div>
+										</fieldset>
+									</div>
+								</div>
+								<div class="user-box">
+									<section>
+										<header>
+											<div class="l-area">
+												<div class="checkradio">
+													<input type="checkbox" id="type1UserAll" />
+													<label for="type1UserAll">
+														<h4>공지능과 수학</h4>
+														<span>(25명)</span>
+													</label>
+												</div>
+											</div>
+										</header>
+										<div class="box-body">
+											<ul class="item-txt-list">
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User1" />
+														<label for="type1User1">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">학생명</strong>
+																	<span>세종미래고등학교 2학년1반 3번</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">학생(수강생)</span>
+													</div>
+												</li>
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User2" />
+														<label for="type1User2">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">나부모</strong>
+																	<span>홍길동</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">학부모</span>
+													</div>
+												</li>
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User3" />
+														<label for="type1User3">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">나선생</strong>
+																	<span>세종미래고등학학교</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">팀티쳐</span>
+													</div>
+												</li>
+											</ul>
+										</div>
+									</section>
+									<section>
+										<header>
+											<div class="l-area">
+												<div class="checkradio">
+													<input type="checkbox" id="type1UserAll" />
+													<label for="type1UserAll">
+														<h4>공지능과 수학</h4>
+														<span>(25명)</span>
+													</label>
+												</div>
+											</div>
+										</header>
+										<div class="box-body">
+											<ul class="item-txt-list">
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User1" />
+														<label for="type1User1">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">학생명</strong>
+																	<span>세종미래고등학교 2학년1반 3번</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">학생(수강생)</span>
+													</div>
+												</li>
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User2" />
+														<label for="type1User2">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">나부모</strong>
+																	<span>홍길동</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">학부모</span>
+													</div>
+												</li>
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User3" />
+														<label for="type1User3">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">나선생</strong>
+																	<span>세종미래고등학학교</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">팀티쳐</span>
+													</div>
+												</li>
+											</ul>
+										</div>
+									</section>
+									<section>
+										<header>
+											<div class="l-area">
+												<div class="checkradio">
+													<input type="checkbox" id="type1UserAll" />
+													<label for="type1UserAll">
+														<h4>공지능과 수학</h4>
+														<span>(25명)</span>
+													</label>
+												</div>
+											</div>
+										</header>
+										<div class="box-body">
+											<ul class="item-txt-list">
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User1" />
+														<label for="type1User1">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">학생명</strong>
+																	<span>세종미래고등학교 2학년1반 3번</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">학생(수강생)</span>
+													</div>
+												</li>
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User2" />
+														<label for="type1User2">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">나부모</strong>
+																	<span>홍길동</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">학부모</span>
+													</div>
+												</li>
+												<li>
+													<div class="checkradio">
+														<input type="checkbox" id="type1User3" />
+														<label for="type1User3">
+															<div class="profile">
+																<div class="img-area">
+																	<figure>
+																		<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일" />
+																	</figure>
+																</div>
+																<div class="txt-area">
+																	<strong class="profile-tit">나선생</strong>
+																	<span>세종미래고등학학교</span>
+																</div>
+															</div>
+														</label>
+													</div>
+													<div class="fnc">
+														<span class="label">팀티쳐</span>
+													</div>
+												</li>
+											</ul>
+										</div>
+									</section>
+								</div>
+							</div>
+							<div class="sms-area">
+								<div class="sms-box">
+									<div class="sms-txt-count-area">
+										<textarea placeholder="전송할 내용을 입력하세요." title="내용 입력"></textarea>
+										<div class="fnc">
+											<div class="l-area">
+												<div class="txt-count">
+													<strong>0</strong>/<span>19990</span>Byte
+												</div>
+											</div>
+											<div class="r-area">
+												<button type="button" class="btn-text">
+													다시쓰기
+													<i class="ico-refresh"></i>
+												</button>
+											</div>
+										</div>
+									</div>
+									<div class="bg-box">
+										<h4 class="tit-xsm margin-bottom-sm">이용 가이드</h4>
+										<ul class="bullet font-size-sm">
+											<li>80자 이상은 LMS문자로 전송됩니다.</li>
+											<li>1990Byte 이상은 입력하지 못합니다.</li>
+										</ul>
+									</div>
+								</div>
+							</div>
+						</section>
+						<div class="btn-cont">
+							<button class="btn lg primary">SMS보내기</button>
+						</div>
+					</div>
+				</div>
+			</div>
+			<footer class="site-footer"></footer>
+		</div>
+		<!-- toast -->
+		<div class="toast"></div>
+		<!--popup-->
+		<div class="dim"></div>
+		<script>
+			$(document).ready(function () {
+				$('.rubric-write-list').sortable({
+					handle: $('.rubric-write-list .item').find('.ico-move'),
+					containment: 'parent',
+				});
+			});
+		</script>
+	</body>
+</html>
 
html/onSejong/manager/mypage/print_career.html (added)
+++ html/onSejong/manager/mypage/print_career.html
@@ -0,0 +1,204 @@
+<!DOCTYPE html>
+<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" />
+		<link href="/resources/front/site/SITE_00000/css/print/print.css" rel="stylesheet">
+	</head>
+	<body>  
+    <div class="print-page">
+        <div class="print-box print-full">
+            <div class="print-header">
+                <div class="print-page-tit-area">
+                    <div class="c-area dir-col">
+                        <h1 class="print-title-xlg">세종 캠퍼스형 공동교육과정 강사 경력 증명서</h1>
+						<p class="ar" style="width: 100%;">제 (2025-OOOOOOO) 호</p>
+                    </div>
+                    <!-- <div class="r-area">
+                        <p class="print-time">출력일: 2022.10.30.</p>
+                    </div> -->
+                </div>
+            </div>
+            <div class="print-body">
+                <section class="print-section">
+                    <div class="print-tit-area">
+                        <div class="l-area">
+                            <h2 class="print-title">인적사항</h2>
+                        </div>
+                    </div>
+                    <div class="write-type">
+                        <table>
+                            <caption>인적사항 정보</caption>
+                            <colgroup>
+                                <col style="width:16%">
+                                <col>
+                                <col style="width:16%">
+                                <col>
+                            </colgroup>
+                            <tbody>
+                                <tr>
+                                    <th scope="row">지도교사(이름)</th>
+                                    <td>홍길동</td>
+									<th scope="row">생년월일</th>
+                                    <td>1988년 10월 01일</td>
+                                </tr>
+								<tr>
+                                    <th scope="row">주소</th>
+                                    <td colspan="3">(13155) 경기도 성남시 분당구 운중로 194, 이래빌딩 301호</td>
+                                </tr>
+                            </tbody>
+                        </table>
+                    </div>
+                </section>
+                <section class="print-section">
+                    <div class="print-tit-area">
+                        <div class="l-area">
+                            <h2 class="print-title">경력사항</h2>
+                        </div>
+                    </div>
+                   	<div class="info-type">
+                        <table>
+                            <caption>경력사항 목록</caption>
+                            <colgroup>
+                                <col>
+                                <col style="width: 20%;">
+                                <col>
+                                <col>
+                            </colgroup>
+							<thead>
+								<tr>
+									<th scope="col">구분</th>
+									<th scope="col">과목/전공</th>
+									<th scope="col">강좌명</th>
+									<th scope="col">운영기간</th>
+								</tr>
+							</thead>
+                            <tbody>
+                                <tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+								<tr>
+                                    <td>캠공 Ⅱ 영역(학생맞춤형 진로전공 탐구)</td>
+                                    <td>수학</td>
+									<td>인공지능 수학</td>
+                                    <td>2025-09-01 ~ 2025-09-30</td>
+                                </tr>
+                            </tbody>
+                        </table>
+                    </div>
+                </section>
+				<div class="print-sign">
+					<div class="txt">
+						<p>위와 같이 확인합니다.</p>
+						<span class="date">2025. 10. 01</span>
+					</div>
+					<div class="sign">
+						<strong>세종특별자치시교육감</strong>
+                        <img src="/resources/front/site/SITE_00000/images/print/img-sign.png" alt="직인">
+					</div>
+				</div>
+            </div>
+			<div class="print-footer">
+				<div class="write-type">
+					<table>
+						<caption>인적사항 정보</caption>
+						<colgroup>
+							<col style="width:16%">
+							<col>
+							<col style="width:16%">
+							<col>
+							<col style="width:16%">
+							<col>
+						</colgroup>
+						<tbody>
+							<tr>
+								<th scope="row">담당부서</th>
+								<td>중등교육과</td>
+								<th scope="row">직급</th>
+								<td>장학사</td>
+								<th scope="row">확인자</th>
+								<td>
+									<div class="flex-box">
+										<span class="flex1">김담당</span>
+										<span>(인)</span>
+									</div>
+								</td>
+							</tr>
+						</tbody>
+					</table>
+				</div>
+			</div>
+        </div>
+    </div>
+    <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+    <script>
+        $(document).ready(function () {
+            //프린트 열기
+            window.print();
+
+            //프린트 화면 닫기
+            window.onafterprint = function () {
+                self.opener = self;
+                window.close();
+            }
+        });
+    </script>
+</body>
+</html>
 
html/onSejong/member/mypage/print_certificate.html (added)
+++ html/onSejong/member/mypage/print_certificate.html
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<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" />
+		<link href="/resources/front/site/SITE_00000/css/print/print.css" rel="stylesheet">
+	</head>
+	<body>  
+    <div class="print-page">
+        <section class="print-certificate">
+            <img src="/resources/front/site/SITE_00000/images/print/bg-certificate.jpg" alt="" class="print-bg">
+            <img src="/resources/front/site/SITE_00000/images/print/bg-certificate-symbol.jpg" alt="온세종학교" class="certificate-symbol">
+            <header class="certificate-header">
+                <h1>이 수 증</h1>
+            </header>
+            <div class="certificate-body">
+                <ul class="certificate-info-list">
+                    <li>
+                        <strong>과정명</strong>
+                        <div class="txt">인공지능수학</div>
+                    </li>
+                    <li>
+                        <strong>성명</strong>
+                        <div class="txt">홍길동</div>
+                    </li>
+                    <li>
+                        <strong>생년월일</strong>
+                        <div class="txt">2008년 6월 5일</div>
+                    </li>
+                    <li>
+                        <strong>교육과정</strong>
+                        <div class="txt">캠퍼스공동교육과정</div>
+                    </li>
+                    <li>
+                        <strong>교육기간</strong>
+                        <div class="txt">2025.10.01 ~ 2025.10.30</div>
+                    </li>
+                    <li>
+                        <strong>이수시간</strong>
+                        <div class="txt">40시간</div>
+                    </li>
+                    <li>
+                        <strong></strong>
+                        <div class="txt"></div>
+                    </li>
+                </ul>
+                <div class="certificate-txt">
+                    <p>위 사람은 상기 교육과정을 수료하였으므로<br>이 증서를 드립니다.</p>
+                </div>
+            </div>  
+            <div class="certificate-footer">
+                <div class="sign-area">
+                    <div class="txt">
+                        <span class="date">2025. 10. 01</span>
+                    </div>
+                    <div class="sign">
+                        <strong>세종특별자치시교육감</strong>
+                        <img src="/resources/front/site/SITE_00000/images/print/img-sign.png" alt="직인">
+                    </div>
+                </div>
+            </div>
+        </section>
+    </div>
+    <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+    <script>
+        $(document).ready(function () {
+            //프린트 열기
+            window.print();
+
+            //프린트 화면 닫기
+            window.onafterprint = function () {
+                self.opener = self;
+                window.close();
+            }
+        });
+    </script>
+</body>
+</html>
resources/front/site/SITE_00000/css/common/component/_accordion.scss
--- resources/front/site/SITE_00000/css/common/component/_accordion.scss
+++ resources/front/site/SITE_00000/css/common/component/_accordion.scss
@@ -88,12 +88,14 @@
 			padding:$spacing-md;
 			transition: transform 0.3s ease, opacity 0.3s ease;
 			margin-top: $spacing-sm;
+			background: $color-background-default-secondary;
 		}
 	}
 	> li {
 		border:$stroke-secondary;
 		padding: $spacing-md $spacing-lg;
 		border-radius: $radius-sm;
+		background-color: $color-background-default-primary;
 		&:has(.etc-fnc-area.is-active) {
 			position:relative;
 			z-index: 2;
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
@@ -548,6 +548,9 @@
 			display: none;
 		}
     }
+	.c-area {
+		justify-content: center;
+	}
     .r-area  {
         justify-content: flex-end;
     }
resources/front/site/SITE_00000/css/common/layout/_layout.scss
--- resources/front/site/SITE_00000/css/common/layout/_layout.scss
+++ resources/front/site/SITE_00000/css/common/layout/_layout.scss
@@ -764,22 +764,29 @@
     z-index: 99;
     [class^=btn-float] {
         display: block;
-        width: 5.6rem;
+        width: 8rem;
         aspect-ratio: 1;
         background-size: contain;
         background-repeat: no-repeat;
         background-position: center center;
         font-size:0;
+        border-radius: $radius-full;
+        border:$stroke-secondary;
+        box-shadow: $shadow-sm;
+        background-color: $color-background-default-primary;
     }
     .btn-float {
         @each $type, $file in (
             top : "top",
-            chatbot: "chatbot", //챗봇
-            control: "control", //제어수업
+            chatbot: "chatbot"
         ){
             &-#{$type} {
                 background-image: url($url-img + 'common/btn-float/btn-float-#{$file}.svg');
+                @if $type == chatbot {
+                   border: $size-stroke-sm solid $color-stroke-brand-primary;
+                }
             }
+           
         }
     } 
 }
resources/front/site/SITE_00000/css/common/module/_message.scss
--- resources/front/site/SITE_00000/css/common/module/_message.scss
+++ resources/front/site/SITE_00000/css/common/module/_message.scss
@@ -106,8 +106,7 @@
         margin-bottom: $spacing-2xsm;
         text-align: left;
         position: relative;
-        white-space: wrap;
-       
+        white-space: wrap;   
     }
 }
 .msg-cont-body {
@@ -130,10 +129,30 @@
             border-radius:$radius-sm;
             border: $size-stroke-xsm solid $color-stroke-default-tertiary;
             background:$color-background-default-primary;
-            max-width: 48rem;
             width: fit-content;
             word-break: break-all;
             padding:$spacing-sm $spacing-md;
+            max-width: 32rem;
+        }
+        .txt-guide{
+            display: flex;
+            flex-direction: column;
+            gap:$spacing-md;
+            width: 100%;
+            max-width: 32rem;
+            .guide-tit-area {
+                width: 100%;
+                display: flex;
+                justify-content: center;;
+            }
+            .txt {
+                width: 100%;
+                .btn-group {
+                    display: flex;
+                    width: 100%;
+                    margin-top:$spacing-md;
+                }
+            }
         }
         &.my {
             align-items: flex-end;
@@ -143,12 +162,26 @@
             }
         }
     }
+    .msg-time {
+        text-align: center;
+        @include typo("label-sm");
+        color: $color-font-default-tertiary;
+    }
+    .msg-fnc {
+        position: fixed;
+        bottom:11.2rem;
+        width: 100%;
+        display: flex;
+        justify-content: center;
+        gap:$spacing-xsm;
+    }
 }
 .msg-cont-footer {
     padding: $spacing-lg;
     display: flex;
-    flex-direction: column;
-    gap: $spacing-md;
+    align-items: center;
+    // flex-direction: column;
+    gap: $spacing-xsm;
     align-items: flex-start;
     .write {
         display: flex;
@@ -175,7 +208,10 @@
         &:has(input[type=text]) {
             padding-top:0;
             padding-bottom:0;
+            border-radius: 3rem;
             flex-direction: row;
+            border:none;
+            box-shadow: $shadow-md;
             input[type=text] {
                 flex:1;
             }
@@ -225,39 +261,35 @@
     display: none;
     position: absolute;
     flex-direction: column;
-	background-color: $color-background-default-primary;
+    background: $color-background-default-secondary;
     padding:0;
     box-shadow: $shadow-md;
     border-radius: $radius-md;
     overflow: hidden;
-    width: 36rem;
+    width: 44rem;
     height: 64rem;
     max-height: calc(100vh - 8rem);
-    border: $size-stroke-sm solid $color-stroke-default-primary;
+    border: $size-stroke-xsm solid $color-stroke-default-primary;
     .pop-header {
         padding:$spacing-md $spacing-lg;
-        background: $color-background-default-primary-inverse;
         h1 {
             @include typo('tit-md');
-            color: $color-font-default-primary-inverse;
         }
     }
     .msg-cont-body {
-        background: $color-background-default-secondary;
         padding:$spacing-lg;
         flex-grow: 1;
 		overflow-y: auto;
     }
     .pop-footer {
-        padding:$spacing-sm $spacing-lg;
-        box-shadow: $shadow-md;
+        padding:0 $spacing-lg $spacing-2xlg;
     }
     .pop-close {
-        top: $spacing-xsm;
-        right:$spacing-xsm;
-        &::before {
-            background:$color-icon-default-primary-inverse;
-        }
+        top: $spacing-sm;
+        right:$spacing-md;
+        // &::before {
+        //     background:$color-icon-default-primary-inverse;
+        // }
     }
 }
 .site-float-area {
resources/front/site/SITE_00000/css/custom/page/_sub.scss
--- resources/front/site/SITE_00000/css/custom/page/_sub.scss
+++ resources/front/site/SITE_00000/css/custom/page/_sub.scss
@@ -2832,11 +2832,10 @@
 
 // 루브릭
 .rubric-write-area {
-	width: 100%;
-	.cont {
-		width: 108rem;
-	}
 	overflow-x: auto;
+	.cont {
+		min-width: 108rem;
+	}
 	.item {
 		display: grid;
 		grid-template-columns: 6rem 1fr 10.8rem;
@@ -2847,6 +2846,7 @@
 			justify-content: space-between;
 			>.t-area,
 			>.b-area {
+				padding: $spacing-sm 0;
 				display: flex;
 				flex-direction: column;
 				gap:$spacing-2xsm;
@@ -2898,6 +2898,9 @@
 				min-width: 0;
 			}
 		}
+		&~ .item {
+			margin-top:-.1rem;
+		}
 	}
 	.item-total-area {
 		display: grid;
@@ -2933,6 +2936,77 @@
 	}
 }
 
+//sms 
+.sms-write-area {
+	display: grid;
+	grid-template-columns: 1fr 40rem;
+	gap:$size-gutter-lg;
+	.user-box {
+		display: grid;
+		gap:$spacing-md;
+		padding:$spacing-lg;
+		border-radius: $radius-md;
+		background: $color-background-default-tertiary;
+		max-height: 80rem;
+		overflow-y: auto;
+		section {
+			border-radius: inherit;
+			overflow: hidden;
+			background: $color-background-default-primary;
+			border:$stroke-tertiary;
+			header {
+				padding: $spacing-md $spacing-lg;
+				background-color:$color-background-default-secondary;
+			}
+			.box-body {
+				padding:0 $spacing-lg;
+			}
+		}
+	}
+	.sms-box {
+		position: relative;
+		display: grid;
+		padding: $spacing-3xlg $spacing-2xlg $spacing-2xlg;
+		flex-direction: column;
+		align-items: flex-start;
+		gap: $spacing-lg;
+		border-radius: $radius-xlg;
+		border: 1.6rem solid $color-gray5;
+		background: $color-background-default-primary;
+		box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.10);
+		&::before {
+			content: "";
+			position: absolute;
+			width: 8rem;
+			height: 1.6rem;
+			left: 16rem;
+			top: 4rem;
+			border-radius: .8rem;
+			background: $color-gray5;
+		}
+	}
+	.sms-txt-count-area {
+		width: 100%;
+		textarea{
+			border:none;
+			border-radius: 0;
+			width: 100%;
+			height: 40rem;
+		}
+		.txt-count {
+			@include typo('label-md');
+			color: $color-font-default-tertiary;
+			strong {
+				@include typo('label-md', 'strong');
+				color: $color-font-default-primary;
+			}
+		}
+		.fnc {
+			@extend %flexArea;
+		}
+	}
+}
+
 @include responsive(mobile) {
 	.reference-list {
 		grid-template-columns: initial;
resources/front/site/SITE_00000/css/print/print.css
--- resources/front/site/SITE_00000/css/print/print.css
+++ resources/front/site/SITE_00000/css/print/print.css
@@ -6,34 +6,25 @@
 */
 /* reference size */
 @font-face {
-  font-family: "Pretendard";
+  font-family: "KakaoBigSans";
   font-style: normal;
-  font-weight: 300;
-  src: url("../font/Pretendard-Light.woff2") format("woff2"), url("../font/Pretendard-Light.woff") format("woff");
+  font-display: swap;
+  font-weight: 800;
+  src: local("KakaoBigSans ExtraBold"), url("../common/font/KakaoBigSans-ExtraBold.woff2") format("woff2");
 }
 @font-face {
-  font-family: "Pretendard";
+  font-family: "KakaoBigSans";
   font-style: normal;
-  font-weight: 400;
-  src: url("../font/Pretendard-Regular.woff2") format("woff2"), url("../font/Pretendard-Regular.woff") format("woff");
-}
-@font-face {
-  font-family: "Pretendard";
-  font-style: normal;
-  font-weight: 500;
-  src: url("../font/Pretendard-Medium.woff2") format("woff2"), url("../font/Pretendard-Medium.woff") format("woff");
-}
-@font-face {
-  font-family: "Pretendard";
-  font-style: normal;
+  font-display: swap;
   font-weight: 700;
-  src: url("../font/Pretendard-Bold.woff2") format("woff2"), url("../font/Pretendard-Bold.woff") format("woff");
+  src: local("KakaoBigSans Bold"), url("../common/font/KakaoBigSans-Bold.woff2") format("woff2");
 }
 @font-face {
-  font-family: "Pretendard";
+  font-family: "KakaoBigSans";
   font-style: normal;
-  font-weight: 900;
-  src: url("../font/Pretendard-Black.woff2") format("woff2"), url("../font/Pretendard-Black.woff") format("woff");
+  font-display: swap;
+  font-weight: 400;
+  src: local("KakaoBigSans Regular"), url("../common/font/KakaoBigSans-Regular.woff2") format("woff2");
 }
 html, body {
   height: 100%;
@@ -48,7 +39,7 @@
 
 body {
   line-height: 1.5;
-  font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
+  font-family: "KakaoBigSans", KakaoBigSans, "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
   background-color: transparent;
   color: #111;
   font-weight: 400;
@@ -101,7 +92,7 @@
 }
 
 h1, h2, h3, h4, h5, h6 {
-  font-weight: 500;
+  font-weight: 700;
   line-height: 1em;
 }
 
@@ -196,7 +187,7 @@
   vertical-align: top;
   padding: 0 15px;
   height: 36px;
-  border: 1px solid #C1BFC8;
+  border: 1px solid #B1B8BE;
   width: 260px;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
@@ -220,12 +211,12 @@
 }
 
 textarea {
-  border: 1px solid #C1BFC8;
+  border: 1px solid #B1B8BE;
 }
 
 input:hover,
 textarea:hover {
-  border: 1px solid #C1BFC8;
+  border: 1px solid #B1B8BE;
 }
 
 input[type=file]:hover {
@@ -234,7 +225,7 @@
 
 input:focus,
 textarea:focus {
-  border: 1px solid #C1BFC8;
+  border: 1px solid #B1B8BE;
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
           box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
 }
@@ -267,7 +258,7 @@
 input[readonly]:not(.datepicker), input[readonly]:not(.datepicker):hover, input[readonly]:not(.datepicker):focus,
 input[disabled]:not(.datepicker), input[disabled]:not(.datepicker):hover, input[disabled]:not(.datepicker):focus {
   background: #f9f9f9;
-  border: 1px solid #C1BFC8;
+  border: 1px solid #B1B8BE;
   font-weight: 300;
   -webkit-box-shadow: none;
           box-shadow: none;
@@ -342,6 +333,13 @@
   clip-path: polygon(0 0, 0 0, 0 0);
 }
 
+.dir-col {
+  -webkit-box-orient: vertical !important;
+  -webkit-box-direction: normal !important;
+      -ms-flex-direction: column !important;
+          flex-direction: column !important;
+}
+
 .print-tit-area, .print-page-tit-area {
   display: -webkit-box;
   display: -ms-flexbox;
@@ -395,6 +393,16 @@
 .print-page-tit-area .r-area .checkradio {
   margin-right: 0;
 }
+.print-tit-area .c-area, .print-page-tit-area .c-area {
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+}
+.print-tit-area .c-area.dir-col, .print-page-tit-area .c-area.dir-col {
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
 .print-tit-area .r-area, .print-page-tit-area .r-area {
   -webkit-box-pack: end;
       -ms-flex-pack: end;
@@ -417,7 +425,7 @@
 }
 
 .print-page {
-  font-size: 9pt;
+  font-size: 1.4rem;
   width: 210mm;
   width: 100%;
   -webkit-box-sizing: border-box;
@@ -438,7 +446,7 @@
 }
 
 .print-page-tit-area {
-  margin-bottom: 1.6rem;
+  margin-bottom: 2.4rem;
 }
 
 .print-tit-area {
@@ -461,7 +469,7 @@
 }
 
 .print-border-box {
-  border: 1px solid #DDDAE3;
+  border: 1px solid #CDD1D5;
   padding: 1.6rem;
 }
 .print-border-box img {
@@ -470,9 +478,9 @@
 
 /* table */
 table th {
-  font-weight: 500;
-  background-color: #EFEEF3;
-  color: #5A585E;
+  font-weight: 800;
+  background-color: #F7F7F8;
+  color: #464C53;
 }
 
 .write-type,
@@ -480,7 +488,7 @@
   border-top: 0.1rem solid #111;
   word-break: keep-all;
   word-wrap: break-word;
-  font-size: 9pt;
+  font-size: 1.4rem;
   margin-bottom: 2.4rem;
 }
 .write-type.border-top-none,
@@ -504,7 +512,7 @@
 .write-type td,
 .info-type th,
 .info-type td {
-  border: 1px solid #DDDAE3;
+  border: 1px solid #CDD1D5;
   padding: 0.4rem 0.8rem;
 }
 .write-type th:first-child,
@@ -526,13 +534,13 @@
 }
 
 .print-time {
-  color: #5A585E;
+  color: #464C53;
 }
 
 .counsel-header {
-  border-left: 1px solid #C1BFC8;
-  border-right: 1px solid #C1BFC8;
-  border-radius: 1px solid #C1BFC8;
+  border-left: 1px solid #B1B8BE;
+  border-right: 1px solid #B1B8BE;
+  border-radius: 1px solid #B1B8BE;
   margin-bottom: 1.2rem;
 }
 .counsel-header .counsel-tit-area {
@@ -595,14 +603,14 @@
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
-  background-color: #333333;
+  background-color: #33363D;
 }
 
 .bullet-dash > li:before {
   top: 0.8rem;
   width: 0.6rem;
   height: 0.1rem;
-  background-color: #5A585E;
+  background-color: #464C53;
 }
 
 .bullet-tit > li {
@@ -611,7 +619,7 @@
 .bullet-tit > li cite {
   position: absolute;
   left: 2rem;
-  font-weight: 700;
+  font-weight: 800;
 }
 
 .bullet-hangul li {
@@ -663,6 +671,194 @@
   content: "㉭";
 }
 
+.flex-box {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-wrap: wrap;
+      flex-wrap: wrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  gap: 0.8rem;
+}
+
+.flex1 {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+}
+
+.print-page:has(.print-full, .print-certificate) {
+  height: 100%;
+}
+
+.print-page:has(.print-bg) {
+  position: relative;
+}
+.print-page:has(.print-bg) .print-bg {
+  position: absolute;
+  width: 100%;
+  height: 100%;
+  inset: 0;
+  z-index: -1;
+}
+
+.print-full {
+  display: grid;
+  grid-template-rows: auto 1fr auto;
+  height: 100%;
+}
+
+.print-sign {
+  display: grid;
+  gap: 2.4rem;
+}
+.print-sign .txt {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  gap: 0.4rem;
+  text-align: center;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+.print-sign .date {
+  font-weight: 800;
+}
+.print-sign .sign {
+  position: relative;
+  text-align: center;
+  width: -webkit-fit-content;
+  width: -moz-fit-content;
+  width: fit-content;
+  margin: 0 auto;
+  font-size: 1.6rem;
+  font-weight: 800;
+}
+.print-sign .sign img {
+  position: absolute;
+  vertical-align: middle;
+  top: 50%;
+  -webkit-transform: translate(-20%, -50%);
+          transform: translate(-20%, -50%);
+  z-index: -1;
+}
+
+.print-certificate {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  height: 100%;
+  padding: 1.4cm;
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+}
+.print-certificate .certificate-symbol {
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  -webkit-transform: translate(-50%, -50%);
+          transform: translate(-50%, -50%);
+  z-index: -1;
+}
+.print-certificate .certificate-header,
+.print-certificate .certificate-body,
+.print-certificate .certificate-footer {
+  padding-left: 4rem;
+  padding-right: 4rem;
+}
+.print-certificate .certificate-header {
+  padding: 8rem 0;
+  text-align: center;
+}
+.print-certificate .certificate-header h1 {
+  font-size: 4.8rem;
+  font-weight: 800;
+}
+.print-certificate .certificate-body {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+}
+.print-certificate .certificate-footer {
+  padding: 8rem 0;
+}
+.print-certificate .certificate-info-list {
+  display: grid;
+  gap: 1.2rem;
+  font-size: 1.6rem;
+}
+.print-certificate .certificate-info-list > li {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+.print-certificate .certificate-info-list > li strong {
+  width: 10rem;
+  font-weight: 700;
+}
+.print-certificate .certificate-txt {
+  padding-top: 4rem;
+  padding-bottom: 4rem;
+}
+.print-certificate .certificate-txt p {
+  text-align: center;
+  font-size: 2rem;
+  font-weight: 800;
+}
+.print-certificate .sign-area {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -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;
+  gap: 1.6rem;
+}
+.print-certificate .sign-area .date {
+  display: block;
+  text-align: center;
+  font-weight: 800;
+}
+.print-certificate .sign-area .sign {
+  position: relative;
+  text-align: center;
+  width: -webkit-fit-content;
+  width: -moz-fit-content;
+  width: fit-content;
+  margin: 0 auto;
+  font-size: 1.6rem;
+  font-weight: 800;
+}
+.print-certificate .sign-area .sign strong {
+  font-size: 2.4rem;
+}
+.print-certificate .sign-area .sign img {
+  position: absolute;
+  vertical-align: middle;
+  top: 50%;
+  -webkit-transform: translate(-20%, -50%);
+          transform: translate(-20%, -50%);
+  z-index: -1;
+}
+
 @page {
   size: A4;
   margin: 0;
resources/front/site/SITE_00000/css/print/print.css.map
--- resources/front/site/SITE_00000/css/print/print.css.map
+++ resources/front/site/SITE_00000/css/print/print.css.map
@@ -1,1 +1,1 @@
-{"version":3,"sources":["print.css","print.scss"],"names":[],"mappings":"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","file":"print.css"}
(파일 끝에 줄바꿈 문자 없음)
+{"version":3,"sources":["print.css","print.scss"],"names":[],"mappings":"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","file":"print.css"}
(파일 끝에 줄바꿈 문자 없음)
resources/front/site/SITE_00000/css/print/print.min.css
--- resources/front/site/SITE_00000/css/print/print.min.css
+++ resources/front/site/SITE_00000/css/print/print.min.css
@@ -1,1 +1,1 @@
-@font-face{font-family:"Pretendard";font-style:normal;font-weight:300;src:url("../font/Pretendard-Light.woff2") format("woff2"),url("../font/Pretendard-Light.woff") format("woff")}@font-face{font-family:"Pretendard";font-style:normal;font-weight:400;src:url("../font/Pretendard-Regular.woff2") format("woff2"),url("../font/Pretendard-Regular.woff") format("woff")}@font-face{font-family:"Pretendard";font-style:normal;font-weight:500;src:url("../font/Pretendard-Medium.woff2") format("woff2"),url("../font/Pretendard-Medium.woff") format("woff")}@font-face{font-family:"Pretendard";font-style:normal;font-weight:700;src:url("../font/Pretendard-Bold.woff2") format("woff2"),url("../font/Pretendard-Bold.woff") format("woff")}@font-face{font-family:"Pretendard";font-style:normal;font-weight:900;src:url("../font/Pretendard-Black.woff2") format("woff2"),url("../font/Pretendard-Black.woff") format("woff")}html,body{height:100%;-webkit-print-color-adjust:exact}html{border:0;outline:0;font-size:62.5%}body{line-height:1.5;font-family:"Pretendard",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;background-color:rgba(0,0,0,0);color:#111;font-weight:400;letter-spacing:-0.025em;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;width:100%;padding:0;margin:0}::-moz-selection{color:#fff;background-color:#111}::selection{color:#fff;background-color:#111}::-moz-selection{color:#fff;background-color:#111}table{width:100%;border-collapse:collapse;border-spacing:0;border-spacing:0;table-layout:fixed}table caption{height:0;font-size:.1em;color:#fff;opacity:0;filter:alpha(opacity=0)}html,body,nav,section,article,figure,figcaption,h1,h2,h3,h4,h5,h6,menu,ul,ol,dl,li,dt,dd,p,form{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1em}img{margin:0;border:none}ul,ol,dl,li{list-style:none}cite,em,address{font-style:normal}b,strong{font-weight:700}iframe{border:none;outline:0}a>span{cursor:pointer}a{text-decoration:none;color:#111}a:hover,a:focus{text-decoration:none}a:before{content:" ";position:absolute;font-size:0}fieldset{border:0;margin:0;padding:0;display:block}fieldset legend{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;font-size:0;line-height:0}fieldset label{margin-right:17px;font-size:16px}button{-webkit-appearance:none;-webkit-border-radius:0;vertical-align:middle;letter-spacing:-0.01em;outline:none;border:none;background-color:rgba(0,0,0,0);cursor:pointer}input[type=text],input[type=password],input[type=number]{font-size:16px;vertical-align:top;padding:0 15px;height:36px;border:1px solid #c1bfc8;width:260px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s}input[type=number]{padding:0;text-align:center}input[type=file],input[type=file]:hover{padding:0;border:none}td input{vertical-align:top}textarea{border:1px solid #c1bfc8}input:hover,textarea:hover{border:1px solid #c1bfc8}input[type=file]:hover{border:none}input:focus,textarea:focus{border:1px solid #c1bfc8;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}textarea[disabled=disabled]{border:none}textarea:focus[disabled=disabled]{-webkit-box-shadow:none;box-shadow:none}input[type=ratio],input[type=checkbox]{border:0;height:auto;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;vertical-align:middle}input[type=checkbox]{width:20px;height:20px;background:none}input[readonly]:not(.datepicker),input[readonly]:not(.datepicker):hover,input[readonly]:not(.datepicker):focus,input[disabled]:not(.datepicker),input[disabled]:not(.datepicker):hover,input[disabled]:not(.datepicker):focus{background:#f9f9f9;border:1px solid #c1bfc8;font-weight:300;-webkit-box-shadow:none;box-shadow:none}.al{text-align:left !important}.ar{text-align:right !important}.ac{text-align:center !important}.fs-xlg{font-size:14pt}.fs-lg{font-size:12pt}.fs-sm{font-size:8pt}em{font-weight:700}.mr5{margin-right:.5cm}.mr10{margin-right:1cm}.mr15{margin-right:1.5cm}.mr20{margin-right:2cm}.mb5{margin-bottom:.5cm}.mb10{margin-bottom:1cm}.mb15{margin-bottom:1.5cm}.mb20{margin-bottom:2cm}.txt-hide{position:absolute;width:.1rem;height:.1rem;margin:-0.1rem;overflow:hidden;clip-path:polygon(0 0, 0 0, 0 0)}.print-tit-area,.print-page-tit-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.8rem}.lg.print-tit-area,.lg.print-page-tit-area{gap:.8rem 1.6rem}.sm.print-tit-area,.sm.print-page-tit-area{gap:.4rem}.print-tit-area .l-area,.print-page-tit-area .l-area,.print-tit-area .c-area,.print-page-tit-area .c-area,.print-tit-area .r-area,.print-page-tit-area .r-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem .8rem}.print-tit-area .l-area>*,.print-page-tit-area .l-area>*,.print-tit-area .c-area>*,.print-page-tit-area .c-area>*,.print-tit-area .r-area>*,.print-page-tit-area .r-area>*{margin-bottom:0}.print-tit-area .l-area:only-child,.print-page-tit-area .l-area:only-child,.print-tit-area .c-area:only-child,.print-page-tit-area .c-area:only-child,.print-tit-area .r-area:only-child,.print-page-tit-area .r-area:only-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.print-tit-area .l-area .checkradio,.print-page-tit-area .l-area .checkradio,.print-tit-area .c-area .checkradio,.print-page-tit-area .c-area .checkradio,.print-tit-area .r-area .checkradio,.print-page-tit-area .r-area .checkradio{margin-right:0}.print-tit-area .r-area,.print-page-tit-area .r-area{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.center.print-tit-area,.center.print-page-tit-area{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vcenter.print-tit-area,.vcenter.print-page-tit-area{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.print-tit-area .dir-col,.print-page-tit-area .dir-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.print-page{font-size:9pt;width:210mm;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:21.7cm;margin:0 auto}.print-page img{max-width:100%}.print-box{page-break-before:always}.print-section{margin-bottom:2.4rem}.print-page-tit-area{margin-bottom:1.6rem}.print-tit-area{margin-bottom:.8rem}.print-title-xlg{font-size:2.8rem;font-weight:700}.print-title-lg{font-size:1.8rem;font-weight:700}.print-title{font-size:1.4rem;font-weight:700}.print-border-box{border:1px solid #dddae3;padding:1.6rem}.print-border-box img{max-width:100%}table th{font-weight:500;background-color:#efeef3;color:#5a585e}.write-type,.info-type{border-top:.1rem solid #111;word-break:keep-all;word-wrap:break-word;font-size:9pt;margin-bottom:2.4rem}.write-type.border-top-none,.info-type.border-top-none{border-top:none}.write-type table,.info-type table{text-align:center}.write-type tr,.info-type tr{page-break-inside:avoid;page-break-after:auto}.write-type .tbl-col-area,.info-type .tbl-col-area{padding:0}.write-type th,.write-type td,.info-type th,.info-type td{border:1px solid #dddae3;padding:.4rem .8rem}.write-type th:first-child,.write-type td:first-child,.info-type th:first-child,.info-type td:first-child{border-left:none}.write-type th:last-child,.write-type td:last-child,.info-type th:last-child,.info-type td:last-child{border-right:none}.write-type tbody th,.write-type tbody td{text-align:left}.print-time{color:#5a585e}.counsel-header{border-left:1px solid #c1bfc8;border-right:1px solid #c1bfc8;border-radius:1px solid #c1bfc8;margin-bottom:1.2rem}.counsel-header .counsel-tit-area{padding:1.6rem}.counsel-header cite{font-size:16pt}.counsel-header h1{font-weight:700;font-size:30px}.bullet,.bullet-tit,.bullet-dash,.bullet-none,.bullet-hangul{margin-bottom:1.6rem}.bullet:last-child,.bullet-tit:last-child,.bullet-dash:last-child,.bullet-none:last-child,.bullet-hangul:last-child{margin-bottom:0}.bullet>li,.bullet-tit>li,.bullet-dash>li,.bullet-none>li,.bullet-hangul>li{position:relative;padding-left:1.6rem}.bullet>li~li,.bullet-tit>li~li,.bullet-dash>li~li,.bullet-none>li~li,.bullet-hangul>li~li{margin-top:.4rem}.bullet>li:before,.bullet-tit>li:before,.bullet-dash>li:before,.bullet-none>li:before,.bullet-hangul>li:before{content:"";position:absolute;top:.8rem;left:0}.bullet-none li{padding-left:0}.bullet>li:before,.bullet-tit>li:before{width:.4rem;height:.4rem;border-radius:50%;background-color:#333}.bullet-dash>li:before{top:.8rem;width:.6rem;height:.1rem;background-color:#5a585e}.bullet-tit>li{padding-left:12rem}.bullet-tit>li cite{position:absolute;left:2rem;font-weight:700}.bullet-hangul li{padding-left:2rem}.bullet-hangul li::before{top:.1rem}.bullet-hangul li:nth-child(1)::before{content:"㉠"}.bullet-hangul li:nth-child(2)::before{content:"㉡"}.bullet-hangul li:nth-child(3)::before{content:"㉢"}.bullet-hangul li:nth-child(4)::before{content:"㉣"}.bullet-hangul li:nth-child(5)::before{content:"㉤"}.bullet-hangul li:nth-child(6)::before{content:"㉥"}.bullet-hangul li:nth-child(7)::before{content:"㉦"}.bullet-hangul li:nth-child(8)::before{content:"㉧"}.bullet-hangul li:nth-child(9)::before{content:"㉨"}.bullet-hangul li:nth-child(10)::before{content:"㉩"}.bullet-hangul li:nth-child(11)::before{content:"㉪"}.bullet-hangul li:nth-child(12)::before{content:"㉫"}.bullet-hangul li :nth-child(13)::before{content:"㉬"}.bullet-hangul li :nth-child(14)::before{content:"㉭"}@page{size:A4;margin:0;padding:1cm;marks:none;@bottom-center{counter-increment:page/2;content:"- " counter(page) " -";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:12px;height:.8cm}.pdf-page{padding:0 .5cm;-webkit-box-sizing:border-box;box-sizing:border-box}}/*# sourceMappingURL=print.min.css.map */
(파일 끝에 줄바꿈 문자 없음)
+@font-face{font-family:"KakaoBigSans";font-style:normal;font-display:swap;font-weight:800;src:local("KakaoBigSans ExtraBold"),url("../common/font/KakaoBigSans-ExtraBold.woff2") format("woff2")}@font-face{font-family:"KakaoBigSans";font-style:normal;font-display:swap;font-weight:700;src:local("KakaoBigSans Bold"),url("../common/font/KakaoBigSans-Bold.woff2") format("woff2")}@font-face{font-family:"KakaoBigSans";font-style:normal;font-display:swap;font-weight:400;src:local("KakaoBigSans Regular"),url("../common/font/KakaoBigSans-Regular.woff2") format("woff2")}html,body{height:100%;-webkit-print-color-adjust:exact}html{border:0;outline:0;font-size:62.5%}body{line-height:1.5;font-family:"KakaoBigSans",KakaoBigSans,"Pretendard",Pretendard,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;background-color:rgba(0,0,0,0);color:#111;font-weight:400;letter-spacing:-0.025em;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;width:100%;padding:0;margin:0}::-moz-selection{color:#fff;background-color:#111}::selection{color:#fff;background-color:#111}::-moz-selection{color:#fff;background-color:#111}table{width:100%;border-collapse:collapse;border-spacing:0;border-spacing:0;table-layout:fixed}table caption{height:0;font-size:.1em;color:#fff;opacity:0;filter:alpha(opacity=0)}html,body,nav,section,article,figure,figcaption,h1,h2,h3,h4,h5,h6,menu,ul,ol,dl,li,dt,dd,p,form{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1em}img{margin:0;border:none}ul,ol,dl,li{list-style:none}cite,em,address{font-style:normal}b,strong{font-weight:700}iframe{border:none;outline:0}a>span{cursor:pointer}a{text-decoration:none;color:#111}a:hover,a:focus{text-decoration:none}a:before{content:" ";position:absolute;font-size:0}fieldset{border:0;margin:0;padding:0;display:block}fieldset legend{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;font-size:0;line-height:0}fieldset label{margin-right:17px;font-size:16px}button{-webkit-appearance:none;-webkit-border-radius:0;vertical-align:middle;letter-spacing:-0.01em;outline:none;border:none;background-color:rgba(0,0,0,0);cursor:pointer}input[type=text],input[type=password],input[type=number]{font-size:16px;vertical-align:top;padding:0 15px;height:36px;border:1px solid #b1b8be;width:260px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s}input[type=number]{padding:0;text-align:center}input[type=file],input[type=file]:hover{padding:0;border:none}td input{vertical-align:top}textarea{border:1px solid #b1b8be}input:hover,textarea:hover{border:1px solid #b1b8be}input[type=file]:hover{border:none}input:focus,textarea:focus{border:1px solid #b1b8be;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}textarea[disabled=disabled]{border:none}textarea:focus[disabled=disabled]{-webkit-box-shadow:none;box-shadow:none}input[type=ratio],input[type=checkbox]{border:0;height:auto;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;vertical-align:middle}input[type=checkbox]{width:20px;height:20px;background:none}input[readonly]:not(.datepicker),input[readonly]:not(.datepicker):hover,input[readonly]:not(.datepicker):focus,input[disabled]:not(.datepicker),input[disabled]:not(.datepicker):hover,input[disabled]:not(.datepicker):focus{background:#f9f9f9;border:1px solid #b1b8be;font-weight:300;-webkit-box-shadow:none;box-shadow:none}.al{text-align:left !important}.ar{text-align:right !important}.ac{text-align:center !important}.fs-xlg{font-size:14pt}.fs-lg{font-size:12pt}.fs-sm{font-size:8pt}em{font-weight:700}.mr5{margin-right:.5cm}.mr10{margin-right:1cm}.mr15{margin-right:1.5cm}.mr20{margin-right:2cm}.mb5{margin-bottom:.5cm}.mb10{margin-bottom:1cm}.mb15{margin-bottom:1.5cm}.mb20{margin-bottom:2cm}.txt-hide{position:absolute;width:.1rem;height:.1rem;margin:-0.1rem;overflow:hidden;clip-path:polygon(0 0, 0 0, 0 0)}.dir-col{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.print-tit-area,.print-page-tit-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.8rem}.lg.print-tit-area,.lg.print-page-tit-area{gap:.8rem 1.6rem}.sm.print-tit-area,.sm.print-page-tit-area{gap:.4rem}.print-tit-area .l-area,.print-page-tit-area .l-area,.print-tit-area .c-area,.print-page-tit-area .c-area,.print-tit-area .r-area,.print-page-tit-area .r-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem .8rem}.print-tit-area .l-area>*,.print-page-tit-area .l-area>*,.print-tit-area .c-area>*,.print-page-tit-area .c-area>*,.print-tit-area .r-area>*,.print-page-tit-area .r-area>*{margin-bottom:0}.print-tit-area .l-area:only-child,.print-page-tit-area .l-area:only-child,.print-tit-area .c-area:only-child,.print-page-tit-area .c-area:only-child,.print-tit-area .r-area:only-child,.print-page-tit-area .r-area:only-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.print-tit-area .l-area .checkradio,.print-page-tit-area .l-area .checkradio,.print-tit-area .c-area .checkradio,.print-page-tit-area .c-area .checkradio,.print-tit-area .r-area .checkradio,.print-page-tit-area .r-area .checkradio{margin-right:0}.print-tit-area .c-area,.print-page-tit-area .c-area{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.print-tit-area .c-area.dir-col,.print-page-tit-area .c-area.dir-col{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.print-tit-area .r-area,.print-page-tit-area .r-area{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.center.print-tit-area,.center.print-page-tit-area{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vcenter.print-tit-area,.vcenter.print-page-tit-area{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.print-tit-area .dir-col,.print-page-tit-area .dir-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.print-page{font-size:1.4rem;width:210mm;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:21.7cm;margin:0 auto}.print-page img{max-width:100%}.print-box{page-break-before:always}.print-section{margin-bottom:2.4rem}.print-page-tit-area{margin-bottom:2.4rem}.print-tit-area{margin-bottom:.8rem}.print-title-xlg{font-size:2.8rem;font-weight:700}.print-title-lg{font-size:1.8rem;font-weight:700}.print-title{font-size:1.4rem;font-weight:700}.print-border-box{border:1px solid #cdd1d5;padding:1.6rem}.print-border-box img{max-width:100%}table th{font-weight:800;background-color:#f7f7f8;color:#464c53}.write-type,.info-type{border-top:.1rem solid #111;word-break:keep-all;word-wrap:break-word;font-size:1.4rem;margin-bottom:2.4rem}.write-type.border-top-none,.info-type.border-top-none{border-top:none}.write-type table,.info-type table{text-align:center}.write-type tr,.info-type tr{page-break-inside:avoid;page-break-after:auto}.write-type .tbl-col-area,.info-type .tbl-col-area{padding:0}.write-type th,.write-type td,.info-type th,.info-type td{border:1px solid #cdd1d5;padding:.4rem .8rem}.write-type th:first-child,.write-type td:first-child,.info-type th:first-child,.info-type td:first-child{border-left:none}.write-type th:last-child,.write-type td:last-child,.info-type th:last-child,.info-type td:last-child{border-right:none}.write-type tbody th,.write-type tbody td{text-align:left}.print-time{color:#464c53}.counsel-header{border-left:1px solid #b1b8be;border-right:1px solid #b1b8be;border-radius:1px solid #b1b8be;margin-bottom:1.2rem}.counsel-header .counsel-tit-area{padding:1.6rem}.counsel-header cite{font-size:16pt}.counsel-header h1{font-weight:700;font-size:30px}.bullet,.bullet-tit,.bullet-dash,.bullet-none,.bullet-hangul{margin-bottom:1.6rem}.bullet:last-child,.bullet-tit:last-child,.bullet-dash:last-child,.bullet-none:last-child,.bullet-hangul:last-child{margin-bottom:0}.bullet>li,.bullet-tit>li,.bullet-dash>li,.bullet-none>li,.bullet-hangul>li{position:relative;padding-left:1.6rem}.bullet>li~li,.bullet-tit>li~li,.bullet-dash>li~li,.bullet-none>li~li,.bullet-hangul>li~li{margin-top:.4rem}.bullet>li:before,.bullet-tit>li:before,.bullet-dash>li:before,.bullet-none>li:before,.bullet-hangul>li:before{content:"";position:absolute;top:.8rem;left:0}.bullet-none li{padding-left:0}.bullet>li:before,.bullet-tit>li:before{width:.4rem;height:.4rem;border-radius:50%;background-color:#33363d}.bullet-dash>li:before{top:.8rem;width:.6rem;height:.1rem;background-color:#464c53}.bullet-tit>li{padding-left:12rem}.bullet-tit>li cite{position:absolute;left:2rem;font-weight:800}.bullet-hangul li{padding-left:2rem}.bullet-hangul li::before{top:.1rem}.bullet-hangul li:nth-child(1)::before{content:"㉠"}.bullet-hangul li:nth-child(2)::before{content:"㉡"}.bullet-hangul li:nth-child(3)::before{content:"㉢"}.bullet-hangul li:nth-child(4)::before{content:"㉣"}.bullet-hangul li:nth-child(5)::before{content:"㉤"}.bullet-hangul li:nth-child(6)::before{content:"㉥"}.bullet-hangul li:nth-child(7)::before{content:"㉦"}.bullet-hangul li:nth-child(8)::before{content:"㉧"}.bullet-hangul li:nth-child(9)::before{content:"㉨"}.bullet-hangul li:nth-child(10)::before{content:"㉩"}.bullet-hangul li:nth-child(11)::before{content:"㉪"}.bullet-hangul li:nth-child(12)::before{content:"㉫"}.bullet-hangul li :nth-child(13)::before{content:"㉬"}.bullet-hangul li :nth-child(14)::before{content:"㉭"}.flex-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.flex1{-webkit-box-flex:1;-ms-flex:1;flex:1}.print-page:has(.print-full,.print-certificate){height:100%}.print-page:has(.print-bg){position:relative}.print-page:has(.print-bg) .print-bg{position:absolute;width:100%;height:100%;inset:0;z-index:-1}.print-full{display:grid;grid-template-rows:auto 1fr auto;height:100%}.print-sign{display:grid;gap:2.4rem}.print-sign .txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.print-sign .date{font-weight:800}.print-sign .sign{position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;font-size:1.6rem;font-weight:800}.print-sign .sign img{position:absolute;vertical-align:middle;top:50%;-webkit-transform:translate(-20%, -50%);transform:translate(-20%, -50%);z-index:-1}.print-certificate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:1.4cm;-webkit-box-sizing:border-box;box-sizing:border-box}.print-certificate .certificate-symbol{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:-1}.print-certificate .certificate-header,.print-certificate .certificate-body,.print-certificate .certificate-footer{padding-left:4rem;padding-right:4rem}.print-certificate .certificate-header{padding:8rem 0;text-align:center}.print-certificate .certificate-header h1{font-size:4.8rem;font-weight:800}.print-certificate .certificate-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.print-certificate .certificate-footer{padding:8rem 0}.print-certificate .certificate-info-list{display:grid;gap:1.2rem;font-size:1.6rem}.print-certificate .certificate-info-list>li{display:-webkit-box;display:-ms-flexbox;display:flex}.print-certificate .certificate-info-list>li strong{width:10rem;font-weight:700}.print-certificate .certificate-txt{padding-top:4rem;padding-bottom:4rem}.print-certificate .certificate-txt p{text-align:center;font-size:2rem;font-weight:800}.print-certificate .sign-area{display:-webkit-box;display:-ms-flexbox;display:flex;-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;gap:1.6rem}.print-certificate .sign-area .date{display:block;text-align:center;font-weight:800}.print-certificate .sign-area .sign{position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;font-size:1.6rem;font-weight:800}.print-certificate .sign-area .sign strong{font-size:2.4rem}.print-certificate .sign-area .sign img{position:absolute;vertical-align:middle;top:50%;-webkit-transform:translate(-20%, -50%);transform:translate(-20%, -50%);z-index:-1}@page{size:A4;margin:0;padding:1cm;marks:none;@bottom-center{counter-increment:page/2;content:"- " counter(page) " -";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:12px;height:.8cm}.pdf-page{padding:0 .5cm;-webkit-box-sizing:border-box;box-sizing:border-box}}/*# sourceMappingURL=print.min.css.map */
(파일 끝에 줄바꿈 문자 없음)
resources/front/site/SITE_00000/css/print/print.min.css.map
--- resources/front/site/SITE_00000/css/print/print.min.css.map
+++ resources/front/site/SITE_00000/css/print/print.min.css.map
@@ -1,1 +1,1 @@
-{"version":3,"sources":["print.min.css","print.scss"],"names":[],"mappings":"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","file":"print.min.css"}
(파일 끝에 줄바꿈 문자 없음)
+{"version":3,"sources":["print.min.css","print.scss"],"names":[],"mappings":"AAAA,WCgEA,0BACI,CAAA,iBACA,CAAA,iBACA,CAAA,eACA,CAAA,sGACA,CAAA,WAEJ,0BACI,CAAA,iBACA,CAAA,iBACA,CAAA,eACA,CAAA,4FACA,CAAA,WAEJ,0BACI,CAAA,iBACA,CAAA,iBACA,CAAA,eACA,CAAA,kGACA,CAAA,UAKJ,WACC,CAAA,gCACA,CAAA,KAED,QACC,CAAA,SACA,CAAA,eACA,CAAA,KAED,eACC,CAAA,mMAba,CAAA,8BAeb,CAAA,UA1Fa,CAAA,eA4Fb,CAAA,uBACA,CAAA,kCACA,CAAA,6BACA,CAAA,UAEA,CAAA,SACA,CAAA,QACA,CAAA,iBAED,UACC,CAAA,qBAtGa,CAmGb,YAED,UACC,CAAA,qBAtGa,CAAA,iBAyGd,UACC,CAAA,qBA1Ga,CAAA,MA6Gd,UACC,CAAA,wBACA,CAAA,gBACA,CAAA,gBACA,CAAA,kBACA,CAAA,cAED,QACC,CAAA,cACA,CAAA,UACA,CAAA,SACA,CAAA,uBACA,CAAA,gGAED,QAIC,CAAA,SACA,CAAA,kBAED,eAhFsB,CAAA,eAkFrB,CAAA,IAED,QACC,CAAA,WACA,CAAA,YAED,eACC,CAAA,gBAED,iBACC,CAAA,SAED,eACC,CAAA,OAED,WACC,CAAA,SACA,CAAA,OAED,cACC,CAAA,EAED,oBACC,CAAA,UA3Ja,CAAA,gBA8Jd,oBAEC,CAAA,SAOD,WACC,CAAA,iBACA,CAAA,WACA,CAAA,SAED,QACC,CAAA,QACA,CAAA,SACA,CAAA,aACA,CAAA,gBAED,SACC,CAAA,uBACA,CAAA,iBACA,CAAA,KACA,CAAA,MACA,CAAA,OACA,CAAA,QACA,CAAA,eACA,CAAA,WACA,CAAA,aACA,CAAA,eAED,iBACC,CAAA,cACA,CAAA,OAED,uBACC,CAAA,uBACA,CAAA,qBACA,CAAA,sBACG,CAAA,YACH,CAAA,WACA,CAAA,8BACA,CAAA,cACA,CAAA,yDAED,cAGC,CAAA,kBACA,CAAA,cACA,CAAA,WACA,CAAA,wBAtMgB,CAAA,WAwMhB,CAAA,6BACA,CADA,qBACA,CAAA,0BACA,CAEA,kBACA,CAAA,mBAED,SACC,CAAA,iBACA,CAAA,wCAED,SAEC,CAAA,WACA,CAAA,SAED,kBACC,CAAA,SAED,wBA3NiB,CAAA,2BA8NjB,wBA9NiB,CAAA,uBAkOjB,WACC,CAAA,2BAED,wBArOiB,CAAA,0CAwOhB,CAxOgB,kCAwOhB,CAAA,4BAED,WACC,CAAA,kCAED,uBACC,CADD,eACC,CAAA,uCAED,QAEC,CAAA,WACA,CAAA,uBACA,CADA,eACA,CAAA,cACA,CAAA,qBACA,CAAA,qBAED,UACC,CAAA,WACA,CAAA,eACA,CAAA,8NAED,kBAEC,CAAA,wBA/PgB,CAAA,eAiQhB,CAAA,uBACA,CADA,eACA,CAAA,IAED,0BACC,CAAA,IAED,2BACC,CAAA,IAED,4BACC,CAAA,QAED,cACC,CAAA,OAED,cACC,CAAA,OAED,aACC,CAAA,GAED,eACC,CAAA,KAED,iBACC,CAAA,MAED,gBACC,CAAA,MAED,kBACC,CAAA,MAED,gBACC,CAAA,KAED,kBACC,CAAA,MAED,iBACC,CAAA,MAED,mBACC,CAAA,MAED,iBACC,CAAA,UAED,iBACC,CAAA,WACG,CAAA,YACA,CAAA,cACA,CAAA,eACA,CAAA,gCACA,CAAA,SAEJ,sCACC,CADD,uCACC,CADD,oCACC,CADD,gCACC,CAAA,qCAED,mBACI,CADJ,mBACI,CADJ,YACI,CAAA,wBACA,CADA,qBACA,CADA,6BACA,CAAA,SAxSU,CAAA,2CA0SV,gBACF,CAAA,2CAED,SA9Sc,CAAA,+JAiTZ,mBAGI,CAHJ,mBAGI,CAHJ,YAGI,CAAA,kBACA,CADA,cACA,CAAA,wBACA,CADA,qBACA,CADA,kBACA,CAAA,eACA,CAAA,2KACA,eACK,CAAA,iOAEJ,kBACI,CADJ,UACI,CADJ,MACI,CAAA,uOAEV,cACC,CAAA,qDAGF,uBACC,CADD,oBACC,CADD,sBACC,CAAA,qEACA,wBACC,CADD,qBACC,CADD,kBACC,CAAA,qDAGC,oBACI,CADJ,iBACI,CADJ,wBACI,CAAA,mDAEJ,uBACF,CADE,oBACF,CADE,sBACF,CAAA,qDAED,wBACC,CADD,qBACC,CADD,kBACC,CAAA,uDAEE,uBACI,CADJ,oBACI,CADJ,sBACI,CAAA,YAGR,gBACC,CAAA,WACA,CAAA,UACA,CAAA,6BACA,CADA,qBACA,CAAA,gBACA,CAAA,aACA,CAAA,gBACA,cACC,CAAA,WAGF,wBACC,CAAA,eAED,oBA/Va,CAAA,qBAmWb,oBAnWa,CAAA,gBAuWb,mBA1Wc,CAAA,iBA8Wd,gBACC,CAAA,eACA,CAAA,gBAED,gBACC,CAAA,eACA,CAAA,aAED,gBACC,CAAA,eACA,CAAA,kBAGD,wBAhZkB,CAAA,cAuBL,CAAA,sBA4XZ,cACC,CAAA,SAKD,eArXsB,CAAA,wBA/CT,CAAA,aAOC,CAAA,uBAmaf,2BAEC,CAAA,mBACA,CAAA,oBACA,CAAA,gBA5Xa,CAAA,oBAfD,CAAA,uDA8YZ,eACC,CAAA,mCAED,iBACC,CAAA,6BAED,uBACC,CAAA,qBACA,CAAA,mDAED,SACC,CAAA,0DAED,wBAnbiB,CAAA,mBAsbhB,CAAA,0GACA,gBACC,CAAA,sGAED,iBACC,CAAA,0CAMD,eAEC,CAAA,YAKH,aA5ce,CAAA,gBAidf,6BA9ciB,CAAA,8BAAA,CAAA,+BAAA,CAAA,oBAuBJ,CAAA,kCA4bZ,cA3bY,CAAA,qBA8bZ,cACC,CAAA,mBAED,eACC,CAAA,cACA,CAAA,6DAGF,oBAtca,CAAA,oHA4cZ,eACC,CAAA,4EAED,iBACC,CAAA,mBAhdW,CAAA,2FAkdX,gBArda,CAAA,+GAwdb,UACC,CAAA,iBACA,CAAA,SACA,CAAA,MACA,CAAA,gBAKF,cACC,CAAA,wCAGF,WAEC,CAAA,YACA,CAAA,iBACA,CAAA,wBAhgBc,CAAA,uBAmgBf,SACC,CAAA,WACA,CAAA,YACA,CAAA,wBAvgBc,CAAA,eA0gBf,kBACC,CAAA,oBACA,iBACC,CAAA,SACA,CAAA,eAteqB,CAAA,kBA2etB,iBACC,CAAA,0BACA,SACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,uCAED,WACC,CAAA,wCAED,WACC,CAAA,wCAED,WACC,CAAA,wCAED,WACC,CAAA,yCAED,WACC,CAAA,yCAED,WACC,CAAA,UAIH,mBACC,CADD,mBACC,CADD,YACC,CAAA,kBACA,CADA,cACA,CAAA,wBACG,CADH,qBACG,CADH,kBACG,CAAA,SA9iBU,CAAA,OAijBd,kBACC,CADD,UACC,CADD,MACC,CAAA,gDAED,WACC,CAAA,2BAED,iBACC,CAAA,qCACA,iBACC,CAAA,UACA,CAAA,WACA,CAAA,OACA,CAAA,UACA,CAAA,YAGF,YACC,CAAA,gCACA,CAAA,WACA,CAAA,YAED,YACC,CAAA,UApkBY,CAAA,iBAskBZ,mBACC,CADD,mBACC,CADD,YACC,CAAA,2BACA,CADA,4BACA,CADA,yBACA,CADA,qBACA,CAAA,SA5kBa,CAAA,iBA8kBb,CAAA,uBACA,CADA,oBACA,CADA,sBACA,CAAA,wBACA,CADA,qBACA,CADA,kBACA,CAAA,kBAED,eAlkBsB,CAAA,kBAqkBtB,iBACC,CAAA,iBACA,CAAA,yBACA,CADA,sBACA,CADA,iBACA,CAAA,aACA,CAAA,gBACA,CAAA,eA1kBqB,CAAA,sBA4kBrB,iBACC,CAAA,qBACA,CAAA,OACA,CAAA,uCACA,CADA,+BACA,CAAA,UACA,CAAA,mBAKH,mBACC,CADD,mBACC,CADD,YACC,CAAA,2BACA,CADA,4BACA,CADA,yBACA,CADA,qBACA,CAAA,WACA,CAAA,aACA,CAAA,6BACA,CADA,qBACA,CAAA,uCACA,iBACC,CAAA,OACA,CAAA,QACA,CAAA,uCACA,CADA,+BACA,CAAA,UACA,CAAA,mHAED,iBA7mBc,CAAA,kBAAA,CAAA,uCAmnBd,cACC,CAAA,iBACA,CAAA,0CACA,gBACC,CAAA,eA7mBoB,CAAA,qCAinBtB,kBACC,CADD,UACC,CADD,MACC,CAAA,uCAED,cACC,CAAA,0CAED,YACC,CAAA,UAtoBW,CAAA,gBAwoBX,CAAA,6CACA,mBACC,CADD,mBACC,CADD,YACC,CAAA,oDACA,WACC,CAAA,eA7nBkB,CAAA,oCAkoBrB,gBA7oBc,CAAA,mBAAA,CAAA,sCAgpBb,iBACC,CAAA,cACA,CAAA,eAxoBoB,CAAA,8BA4oBtB,mBACC,CADD,mBACC,CADD,YACC,CAAA,2BACA,CADA,4BACA,CADA,yBACA,CADA,qBACA,CAAA,wBACA,CADA,qBACA,CADA,kBACA,CAAA,UA5pBW,CAAA,oCA8pBX,aACC,CAAA,iBACA,CAAA,eACA,CAAA,oCAED,iBACC,CAAA,iBACA,CAAA,yBACA,CADA,sBACA,CADA,iBACA,CAAA,aACA,CAAA,gBACA,CAAA,eA3pBoB,CAAA,2CA6pBpB,gBACC,CAAA,wCAED,iBACC,CAAA,qBACA,CAAA,OACA,CAAA,uCACA,CADA,+BACA,CAAA,UACA,CAAA,MAKJ,OACI,CAAA,QACA,CAAA,WACH,CAAA,UACA,CAAA,eAEA,wBACC,CAAA,+BACC,CAAA,mBACA,CADA,mBACA,CADA,YACA,CAAA,qBACA,CADA,kBACA,CADA,oBACA,CAAA,cACA,CAAA,WACA,CAAA,UAED,cACA,CAAA,6BACA,CADA,qBACA,CAAA","file":"print.min.css"}
(파일 끝에 줄바꿈 문자 없음)
resources/front/site/SITE_00000/css/print/print.scss
--- resources/front/site/SITE_00000/css/print/print.scss
+++ resources/front/site/SITE_00000/css/print/print.scss
@@ -10,22 +10,22 @@
 // color
 $color-black: #111;
 $color-white: #fff; 
-$color-gray5:#F8F8FB;
-$color-gray10:#F0F0F5;
-$color-gray20:#EFEEF3;
-$color-gray30:#DDDAE3;
-$color-gray40:#C1BFC8;
-$color-gray50:#918F97;
-$color-gray60:#727077;
-$color-gray70:#5A585E;
-$color-gray80:#333333;
-$color-gray90:#202020;
-$stroke-primary: 1px solid $color-gray40;
-$stroke-secondary:1px solid $color-gray30;
+$color-gray5: #F7F7F8;
+$color-gray10: #E6E8EA;
+$color-gray20: #CDD1D5;
+$color-gray30: #B1B8BE;
+$color-gray40: #8A949E;
+$color-gray50: #6D7882;
+$color-gray60: #58616A;
+$color-gray70: #464C53;
+$color-gray80: #33363D;
+$color-gray90: #1E2124;
+$stroke-primary: 1px solid $color-gray30;
+$stroke-secondary:1px solid $color-gray20;
 $color-background-default-primary: $color-white;
 $color-background-default-secondary: $color-gray5;
-$color-background-default-tertiary: $color-gray20;
-$color-background-default-quaternary: $color-gray30;
+$color-background-default-tertiary: $color-gray10;
+$color-background-default-quaternary: $color-gray20;
 $color-font-default-primary: $color-gray80;
 $color-font-default-secondary: $color-gray70;
 $color-font-default-tertiary: $color-gray60;
@@ -42,53 +42,50 @@
 $spacing-none: 0;
 $spacing-3xsm: 0.2rem;
 $spacing-2xsm: 0.4rem;
-$spacing-xsm: 0.8rem; 
+$spacing-xsm: 0.8rem;
 $spacing-sm: 1.2rem;
 $spacing-md: 1.6rem;
 $spacing-lg: 2.4rem;
 $spacing-xlg: 3.2rem;
 $spacing-2xlg: 4rem;
+$spacing-2xlg-2: 4.8rem;
+$spacing-2xlg-4: 5.6rem;
+$spacing-2xlg-6: 6.4rem;
 $spacing-3xlg: 8rem;
 $size-stroke-none: 0;
 $size-stroke-xsm: 0.1rem;
 $size-stroke-sm: 0.2rem;
 $size-stroke-md: 0.4rem;
 $size-stroke-lg: 0.8rem;
-$size-font-weight-xlg: 700;
-$size-font-weight-lg: 500;
+$size-font-weight-xlg: 800;
+$size-font-weight-lg: 700;
 $size-font-weight-md: 400;
-$size-font-md:9pt;
+$size-font-md:1.4rem;
 $ratio:1;
 @font-face {
-    font-family: 'Pretendard';
+    font-family: "KakaoBigSans";
     font-style: normal;
-    font-weight: 300;
-    src: url('../font/Pretendard-Light.woff2') format('woff2'), url('../font/Pretendard-Light.woff') format('woff');
+    font-display: swap;
+    font-weight: 800;
+    src: local("KakaoBigSans ExtraBold"), url("../common/font/KakaoBigSans-ExtraBold.woff2") format("woff2");
 }
 @font-face {
-    font-family: 'Pretendard';
+    font-family: "KakaoBigSans";
     font-style: normal;
-    font-weight: 400;
-    src: url('../font/Pretendard-Regular.woff2') format('woff2'), url('../font/Pretendard-Regular.woff') format('woff');
-}
-@font-face {
-    font-family: 'Pretendard';
-    font-style: normal;
-    font-weight: 500;
-    src: url('../font/Pretendard-Medium.woff2') format('woff2'), url('../font/Pretendard-Medium.woff') format('woff');
-}
-@font-face {
-    font-family: 'Pretendard';
-    font-style: normal;
+    font-display: swap;
     font-weight: 700;
-    src: url('../font/Pretendard-Bold.woff2') format('woff2'), url('../font/Pretendard-Bold.woff') format('woff');
+    src: local("KakaoBigSans Bold"), url("../common/font/KakaoBigSans-Bold.woff2") format("woff2");
 }
 @font-face {
-    font-family: 'Pretendard';
+    font-family: "KakaoBigSans";
     font-style: normal;
-    font-weight: 900;
-    src: url('../font/Pretendard-Black.woff2') format('woff2'), url('../font/Pretendard-Black.woff') format('woff');
+    font-display: swap;
+    font-weight: 400;
+    src: local("KakaoBigSans Regular"), url("../common/font/KakaoBigSans-Regular.woff2") format("woff2");
 }
+$font-family: "KakaoBigSans", KakaoBigSans, "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", 
+"Malgun Gothic", sans-serif;
+
 html, body {
 	height: 100%;
 	-webkit-print-color-adjust:exact; 
@@ -100,8 +97,7 @@
 }
 body {
 	line-height: 1.5;
-	font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", 
-	"Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
+	font-family: $font-family;
 	background-color: transparent;
 	color: $color-black;
 	font-weight: 400;
@@ -143,7 +139,7 @@
 	padding: 0;
 }
 h1, h2, h3, h4, h5, h6 {
-	font-weight: 500;
+	font-weight: $size-font-weight-lg;
 	line-height: 1em;
 }
 img {
@@ -337,6 +333,9 @@
     overflow: hidden;
     clip-path: polygon(0 0, 0 0, 0 0);
 }
+.dir-col {
+	flex-direction: column !important;
+}
 %flexArea {
     display: flex;
     justify-content: space-between;
@@ -364,6 +363,12 @@
 			margin-right: 0;
 		}
     }
+	.c-area {
+		justify-content: center;
+		&.dir-col {
+			align-items: center;
+		}
+	}
     .r-area  {
         justify-content: flex-end;
     }
@@ -378,7 +383,7 @@
     }
 }
 .print-page {
-	font-size: calc(9pt*$ratio);
+	font-size: calc($size-font-md*$ratio);
 	width:calc(210mm*$ratio);
 	width: 100%;
 	box-sizing: border-box;
@@ -397,7 +402,7 @@
 // title
 .print-page-tit-area {
 	@extend %flexArea;
-	margin-bottom: $spacing-md;
+	margin-bottom: $spacing-lg;
 }
 .print-tit-area {
 	@extend %flexArea;
@@ -426,8 +431,8 @@
 /* table */
 table {
 	th {
-		font-weight: 500;
-		background-color: $color-background-default-tertiary;
+		font-weight: $size-font-weight-xlg;
+		background-color: $color-background-default-secondary;
 		color:$color-font-default-secondary;
 	}
 }
@@ -592,16 +597,148 @@
 		}
 	}
 }
-// .pdf-page{
-// 	@include pdf(1);
-// 	display: flex;
-// 	flex-direction: column;
-// 	gap:calc(5mm*$ratio) 0;
-// 	margin:0 auto;
-// 	&.view {
-// 		padding:0.5cm;
-// 	}
-//  }
+.flex-box {
+	display: flex;
+	flex-wrap: wrap;
+    align-items: center;
+	gap: $spacing-xsm;
+}
+.flex1 {
+	flex:1;
+}
+.print-page:has(.print-full, .print-certificate) {
+	height: 100%;
+}
+.print-page:has(.print-bg) {
+	position: relative;
+	.print-bg {
+		position: absolute;
+		width: 100%;
+		height: 100%;
+		inset: 0;
+		z-index: -1;
+	}
+}
+.print-full {
+	display: grid;
+	grid-template-rows:auto 1fr auto;
+	height: 100%;
+}
+.print-sign {
+	display: grid;
+	gap:$spacing-lg;
+	.txt {
+		display: flex;
+		flex-direction: column;
+		gap:$spacing-2xsm;
+		text-align: center;
+		justify-content: center;
+		align-items: center;
+	}
+	.date {
+		font-weight: $size-font-weight-xlg;
+	}
+	.sign {
+		position: relative;
+		text-align: center;
+		width:fit-content;
+		margin:0 auto;
+		font-size:1.6rem;
+		font-weight: $size-font-weight-xlg;
+		img {
+			position: absolute;
+			vertical-align: middle;
+			top:50%;
+			transform: translate(-20%, -50%);
+			z-index: -1;
+		}
+	}
+}
+//이수증
+.print-certificate {
+	display: flex;
+	flex-direction: column;
+	height: 100%;
+	padding:1.4cm;
+	box-sizing: border-box;
+	.certificate-symbol {
+		position: absolute;
+		top: 50%;
+		left:50%;
+		transform: translate(-50%, -50%);
+		z-index: -1;
+	}
+	.certificate-header,
+	.certificate-body,
+	.certificate-footer {
+		padding-left:$spacing-2xlg;
+		padding-right: $spacing-2xlg;
+	}
+	.certificate-header {
+		padding:$spacing-3xlg 0;
+		text-align: center;
+		h1 {
+			font-size:4.8rem;
+			font-weight: $size-font-weight-xlg;
+		}
+	}
+	.certificate-body {
+		flex:1;
+	}
+	.certificate-footer {
+		padding:$spacing-3xlg 0;
+	}
+	.certificate-info-list {
+		display: grid;
+		gap:$spacing-sm;
+		font-size:1.6rem;
+		> li {
+			display: flex;
+			strong {
+				width: 10rem;
+				font-weight: $size-font-weight-lg;
+			}
+		}
+	}
+	.certificate-txt {
+		padding-top:$spacing-2xlg;
+		padding-bottom: $spacing-2xlg;
+		p {
+			text-align: center;
+			font-size:2rem;
+			font-weight: $size-font-weight-xlg;
+		}
+	}
+	.sign-area {
+		display: flex;
+		flex-direction: column;
+		align-items: center;
+		gap:$spacing-md;
+		.date {
+			display: block;
+			text-align: center;
+			font-weight: 800;
+		}
+		.sign {
+			position: relative;
+			text-align: center;
+			width:fit-content;
+			margin:0 auto;
+			font-size:1.6rem;
+			font-weight: $size-font-weight-xlg;
+			strong {
+				font-size:2.4rem;
+			}
+			img {
+				position: absolute;
+				vertical-align: middle;
+				top:50%;
+				transform: translate(-20%, -50%);
+				z-index: -1;
+			}
+		}
+	}
+}
 @page {
     size: A4; 
     margin: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
@@ -8815,11 +8815,13 @@
   transition: transform 0.3s ease, opacity 0.3s ease;
   transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
   margin-top: 1.2rem;
+  background: var(--color-background-default-secondary);
 }
 .accordion-list > li {
   border: 0.1rem solid var(--color-stroke-default-tertiary);
   padding: 1.6rem 2.4rem;
   border-radius: 1.2rem;
+  background-color: var(--color-background-default-primary);
 }
 .accordion-list > li:has(.etc-fnc-area.is-active) {
   position: relative;
@@ -11269,7 +11271,7 @@
   font-size: var(--size-font-xlg) !important;
 }
 
-.student-mn .student-mn-today .box .box-header, .article-box .box-header, .section-box .box-header, .chart-legend, .class-viewer .viewer-header, .rubric-write-area .item .item-col .fnc, .border-list > li, .container .site-header .site-menu-area .menu-info, .container .site-header .wrap, .agree-area .agree-header, .form-list .form-tit-area, .agendar-view-area .agendar-tit-area, .form-view .form-section-header, .form-view-result .a-area .a-fnc,
+.student-mn .student-mn-today .box .box-header, .article-box .box-header, .section-box .box-header, .chart-legend, .class-viewer .viewer-header, .sms-write-area .sms-txt-count-area .fnc, .rubric-write-area .item .item-col .fnc, .border-list > li, .container .site-header .site-menu-area .menu-info, .container .site-header .wrap, .agree-area .agree-header, .form-list .form-tit-area, .agendar-view-area .agendar-tit-area, .form-view .form-section-header, .form-view-result .a-area .a-fnc,
 .form-view .a-area .a-fnc, .form-write .form-item .form-item-fnc, .form-write .form-section-footer,
 .form-view-result .form-section-footer,
 .form-view .form-section-footer, .org-cont .org-cont-header, .msg-cont-footer .write-fnc-area, .msg-nav .msg-nav-body > li, .reply-area .reply-write-area .write-fnc-area, .board-view-area .view-cont-tit-area, .board-view-area .view-cont-fnc-area, .board-view-area .view-header, .view-area .view-header, .info-block-list .info-fnc-area, .summary-box, .fnc-extend-area .extend-default-area,
@@ -11291,7 +11293,7 @@
           justify-content: space-between;
   gap: 0.8rem;
 }
-.student-mn .student-mn-today .box .lg.box-header, .article-box .lg.box-header, .section-box .lg.box-header, .lg.chart-legend, .class-viewer .lg.viewer-header, .rubric-write-area .item .item-col .lg.fnc, .border-list > li.lg, .container .site-header .site-menu-area .lg.menu-info, .container .site-header .lg.wrap, .agree-area .lg.agree-header, .form-list .lg.form-tit-area, .agendar-view-area .lg.agendar-tit-area, .form-view .lg.form-section-header, .form-view-result .a-area .lg.a-fnc,
+.student-mn .student-mn-today .box .lg.box-header, .article-box .lg.box-header, .section-box .lg.box-header, .lg.chart-legend, .class-viewer .lg.viewer-header, .sms-write-area .sms-txt-count-area .lg.fnc, .rubric-write-area .item .item-col .lg.fnc, .border-list > li.lg, .container .site-header .site-menu-area .lg.menu-info, .container .site-header .lg.wrap, .agree-area .lg.agree-header, .form-list .lg.form-tit-area, .agendar-view-area .lg.agendar-tit-area, .form-view .lg.form-section-header, .form-view-result .a-area .lg.a-fnc,
 .form-view .a-area .lg.a-fnc, .form-write .form-item .lg.form-item-fnc, .form-write .lg.form-section-footer,
 .form-view-result .lg.form-section-footer,
 .form-view .lg.form-section-footer, .org-cont .lg.org-cont-header, .msg-cont-footer .lg.write-fnc-area, .msg-nav .msg-nav-body > li.lg, .reply-area .reply-write-area .lg.write-fnc-area, .board-view-area .lg.view-cont-tit-area, .board-view-area .lg.view-cont-fnc-area, .board-view-area .lg.view-header, .view-area .lg.view-header, .info-block-list .lg.info-fnc-area, .lg.summary-box, .fnc-extend-area .lg.extend-default-area,
@@ -11307,7 +11309,7 @@
 .lg.btn-flex-area, .lg.btn-area, .calendar-area .lg.calendar-header {
   gap: 0.8rem 1.6rem;
 }
-.student-mn .student-mn-today .box .sm.box-header, .article-box .sm.box-header, .section-box .sm.box-header, .sm.chart-legend, .class-viewer .sm.viewer-header, .rubric-write-area .item .item-col .sm.fnc, .border-list > li.sm, .container .site-header .site-menu-area .sm.menu-info, .container .site-header .sm.wrap, .agree-area .sm.agree-header, .form-list .sm.form-tit-area, .agendar-view-area .sm.agendar-tit-area, .form-view .sm.form-section-header, .form-view-result .a-area .sm.a-fnc,
+.student-mn .student-mn-today .box .sm.box-header, .article-box .sm.box-header, .section-box .sm.box-header, .sm.chart-legend, .class-viewer .sm.viewer-header, .sms-write-area .sms-txt-count-area .sm.fnc, .rubric-write-area .item .item-col .sm.fnc, .border-list > li.sm, .container .site-header .site-menu-area .sm.menu-info, .container .site-header .sm.wrap, .agree-area .sm.agree-header, .form-list .sm.form-tit-area, .agendar-view-area .sm.agendar-tit-area, .form-view .sm.form-section-header, .form-view-result .a-area .sm.a-fnc,
 .form-view .a-area .sm.a-fnc, .form-write .form-item .sm.form-item-fnc, .form-write .sm.form-section-footer,
 .form-view-result .sm.form-section-footer,
 .form-view .sm.form-section-footer, .org-cont .sm.org-cont-header, .msg-cont-footer .sm.write-fnc-area, .msg-nav .msg-nav-body > li.sm, .reply-area .reply-write-area .sm.write-fnc-area, .board-view-area .sm.view-cont-tit-area, .board-view-area .sm.view-cont-fnc-area, .board-view-area .sm.view-header, .view-area .sm.view-header, .info-block-list .sm.info-fnc-area, .sm.summary-box, .fnc-extend-area .sm.extend-default-area,
@@ -11323,7 +11325,7 @@
 .sm.btn-flex-area, .sm.btn-area, .calendar-area .sm.calendar-header {
   gap: 0.4rem;
 }
-.student-mn .student-mn-today .box .box-header .l-area, .article-box .box-header .l-area, .section-box .box-header .l-area, .chart-legend .l-area, .class-viewer .viewer-header .l-area, .rubric-write-area .item .item-col .fnc .l-area, .border-list > li .l-area, .container .site-header .site-menu-area .menu-info .l-area, .container .site-header .wrap .l-area, .agree-area .agree-header .l-area, .form-list .form-tit-area .l-area, .agendar-view-area .agendar-tit-area .l-area, .form-view .form-section-header .l-area, .form-view-result .a-area .a-fnc .l-area,
+.student-mn .student-mn-today .box .box-header .l-area, .article-box .box-header .l-area, .section-box .box-header .l-area, .chart-legend .l-area, .class-viewer .viewer-header .l-area, .sms-write-area .sms-txt-count-area .fnc .l-area, .rubric-write-area .item .item-col .fnc .l-area, .border-list > li .l-area, .container .site-header .site-menu-area .menu-info .l-area, .container .site-header .wrap .l-area, .agree-area .agree-header .l-area, .form-list .form-tit-area .l-area, .agendar-view-area .agendar-tit-area .l-area, .form-view .form-section-header .l-area, .form-view-result .a-area .a-fnc .l-area,
 .form-view .a-area .a-fnc .l-area, .form-write .form-item .form-item-fnc .l-area, .form-write .form-section-footer .l-area,
 .form-view-result .form-section-footer .l-area,
 .form-view .form-section-footer .l-area, .org-cont .org-cont-header .l-area, .msg-cont-footer .write-fnc-area .l-area, .msg-nav .msg-nav-body > li .l-area, .reply-area .reply-write-area .write-fnc-area .l-area, .board-view-area .view-cont-tit-area .l-area, .board-view-area .view-cont-fnc-area .l-area, .board-view-area .view-header .l-area, .view-area .view-header .l-area, .info-block-list .info-fnc-area .l-area, .summary-box .l-area, .fnc-extend-area .extend-default-area .l-area,
@@ -11342,6 +11344,7 @@
 .section-box .box-header .c-area,
 .chart-legend .c-area,
 .class-viewer .viewer-header .c-area,
+.sms-write-area .sms-txt-count-area .fnc .c-area,
 .rubric-write-area .item .item-col .fnc .c-area,
 .border-list > li .c-area,
 .container .site-header .site-menu-area .menu-info .c-area,
@@ -11386,6 +11389,7 @@
 .section-box .box-header .r-area,
 .chart-legend .r-area,
 .class-viewer .viewer-header .r-area,
+.sms-write-area .sms-txt-count-area .fnc .r-area,
 .rubric-write-area .item .item-col .fnc .r-area,
 .border-list > li .r-area,
 .container .site-header .site-menu-area .menu-info .r-area,
@@ -11435,7 +11439,7 @@
           align-items: center;
   gap: 0.4rem var(--flexarea-spacing);
 }
-.student-mn .student-mn-today .box .box-header .l-area > *, .article-box .box-header .l-area > *, .section-box .box-header .l-area > *, .chart-legend .l-area > *, .class-viewer .viewer-header .l-area > *, .rubric-write-area .item .item-col .fnc .l-area > *, .border-list > li .l-area > *, .container .site-header .site-menu-area .menu-info .l-area > *, .container .site-header .wrap .l-area > *, .agree-area .agree-header .l-area > *, .form-list .form-tit-area .l-area > *, .agendar-view-area .agendar-tit-area .l-area > *, .form-view .form-section-header .l-area > *, .form-view-result .a-area .a-fnc .l-area > *,
+.student-mn .student-mn-today .box .box-header .l-area > *, .article-box .box-header .l-area > *, .section-box .box-header .l-area > *, .chart-legend .l-area > *, .class-viewer .viewer-header .l-area > *, .sms-write-area .sms-txt-count-area .fnc .l-area > *, .rubric-write-area .item .item-col .fnc .l-area > *, .border-list > li .l-area > *, .container .site-header .site-menu-area .menu-info .l-area > *, .container .site-header .wrap .l-area > *, .agree-area .agree-header .l-area > *, .form-list .form-tit-area .l-area > *, .agendar-view-area .agendar-tit-area .l-area > *, .form-view .form-section-header .l-area > *, .form-view-result .a-area .a-fnc .l-area > *,
 .form-view .a-area .a-fnc .l-area > *, .form-write .form-item .form-item-fnc .l-area > *, .form-write .form-section-footer .l-area > *,
 .form-view-result .form-section-footer .l-area > *,
 .form-view .form-section-footer .l-area > *, .org-cont .org-cont-header .l-area > *, .msg-cont-footer .write-fnc-area .l-area > *, .msg-nav .msg-nav-body > li .l-area > *, .reply-area .reply-write-area .write-fnc-area .l-area > *, .board-view-area .view-cont-tit-area .l-area > *, .board-view-area .view-cont-fnc-area .l-area > *, .board-view-area .view-header .l-area > *, .view-area .view-header .l-area > *, .info-block-list .info-fnc-area .l-area > *, .summary-box .l-area > *, .fnc-extend-area .extend-default-area .l-area > *,
@@ -11454,6 +11458,7 @@
 .section-box .box-header .c-area > *,
 .chart-legend .c-area > *,
 .class-viewer .viewer-header .c-area > *,
+.sms-write-area .sms-txt-count-area .fnc .c-area > *,
 .rubric-write-area .item .item-col .fnc .c-area > *,
 .border-list > li .c-area > *,
 .container .site-header .site-menu-area .menu-info .c-area > *,
@@ -11498,6 +11503,7 @@
 .section-box .box-header .r-area > *,
 .chart-legend .r-area > *,
 .class-viewer .viewer-header .r-area > *,
+.sms-write-area .sms-txt-count-area .fnc .r-area > *,
 .rubric-write-area .item .item-col .fnc .r-area > *,
 .border-list > li .r-area > *,
 .container .site-header .site-menu-area .menu-info .r-area > *,
@@ -11539,7 +11545,7 @@
 .calendar-area .calendar-header .r-area > * {
   margin-bottom: 0;
 }
-.student-mn .student-mn-today .box .box-header .l-area:only-child, .article-box .box-header .l-area:only-child, .section-box .box-header .l-area:only-child, .chart-legend .l-area:only-child, .class-viewer .viewer-header .l-area:only-child, .rubric-write-area .item .item-col .fnc .l-area:only-child, .border-list > li .l-area:only-child, .container .site-header .site-menu-area .menu-info .l-area:only-child, .container .site-header .wrap .l-area:only-child, .agree-area .agree-header .l-area:only-child, .form-list .form-tit-area .l-area:only-child, .agendar-view-area .agendar-tit-area .l-area:only-child, .form-view .form-section-header .l-area:only-child, .form-view-result .a-area .a-fnc .l-area:only-child,
+.student-mn .student-mn-today .box .box-header .l-area:only-child, .article-box .box-header .l-area:only-child, .section-box .box-header .l-area:only-child, .chart-legend .l-area:only-child, .class-viewer .viewer-header .l-area:only-child, .sms-write-area .sms-txt-count-area .fnc .l-area:only-child, .rubric-write-area .item .item-col .fnc .l-area:only-child, .border-list > li .l-area:only-child, .container .site-header .site-menu-area .menu-info .l-area:only-child, .container .site-header .wrap .l-area:only-child, .agree-area .agree-header .l-area:only-child, .form-list .form-tit-area .l-area:only-child, .agendar-view-area .agendar-tit-area .l-area:only-child, .form-view .form-section-header .l-area:only-child, .form-view-result .a-area .a-fnc .l-area:only-child,
 .form-view .a-area .a-fnc .l-area:only-child, .form-write .form-item .form-item-fnc .l-area:only-child, .form-write .form-section-footer .l-area:only-child,
 .form-view-result .form-section-footer .l-area:only-child,
 .form-view .form-section-footer .l-area:only-child, .org-cont .org-cont-header .l-area:only-child, .msg-cont-footer .write-fnc-area .l-area:only-child, .msg-nav .msg-nav-body > li .l-area:only-child, .reply-area .reply-write-area .write-fnc-area .l-area:only-child, .board-view-area .view-cont-tit-area .l-area:only-child, .board-view-area .view-cont-fnc-area .l-area:only-child, .board-view-area .view-header .l-area:only-child, .view-area .view-header .l-area:only-child, .info-block-list .info-fnc-area .l-area:only-child, .summary-box .l-area:only-child, .fnc-extend-area .extend-default-area .l-area:only-child,
@@ -11558,6 +11564,7 @@
 .section-box .box-header .c-area:only-child,
 .chart-legend .c-area:only-child,
 .class-viewer .viewer-header .c-area:only-child,
+.sms-write-area .sms-txt-count-area .fnc .c-area:only-child,
 .rubric-write-area .item .item-col .fnc .c-area:only-child,
 .border-list > li .c-area:only-child,
 .container .site-header .site-menu-area .menu-info .c-area:only-child,
@@ -11602,6 +11609,7 @@
 .section-box .box-header .r-area:only-child,
 .chart-legend .r-area:only-child,
 .class-viewer .viewer-header .r-area:only-child,
+.sms-write-area .sms-txt-count-area .fnc .r-area:only-child,
 .rubric-write-area .item .item-col .fnc .r-area:only-child,
 .border-list > li .r-area:only-child,
 .container .site-header .site-menu-area .menu-info .r-area:only-child,
@@ -11645,7 +11653,7 @@
       -ms-flex: 1;
           flex: 1;
 }
-.student-mn .student-mn-today .box .box-header .l-area .checkradio, .article-box .box-header .l-area .checkradio, .section-box .box-header .l-area .checkradio, .chart-legend .l-area .checkradio, .class-viewer .viewer-header .l-area .checkradio, .rubric-write-area .item .item-col .fnc .l-area .checkradio, .border-list > li .l-area .checkradio, .container .site-header .site-menu-area .menu-info .l-area .checkradio, .container .site-header .wrap .l-area .checkradio, .agree-area .agree-header .l-area .checkradio, .form-list .form-tit-area .l-area .checkradio, .agendar-view-area .agendar-tit-area .l-area .checkradio, .form-view .form-section-header .l-area .checkradio, .form-view-result .a-area .a-fnc .l-area .checkradio,
+.student-mn .student-mn-today .box .box-header .l-area .checkradio, .article-box .box-header .l-area .checkradio, .section-box .box-header .l-area .checkradio, .chart-legend .l-area .checkradio, .class-viewer .viewer-header .l-area .checkradio, .sms-write-area .sms-txt-count-area .fnc .l-area .checkradio, .rubric-write-area .item .item-col .fnc .l-area .checkradio, .border-list > li .l-area .checkradio, .container .site-header .site-menu-area .menu-info .l-area .checkradio, .container .site-header .wrap .l-area .checkradio, .agree-area .agree-header .l-area .checkradio, .form-list .form-tit-area .l-area .checkradio, .agendar-view-area .agendar-tit-area .l-area .checkradio, .form-view .form-section-header .l-area .checkradio, .form-view-result .a-area .a-fnc .l-area .checkradio,
 .form-view .a-area .a-fnc .l-area .checkradio, .form-write .form-item .form-item-fnc .l-area .checkradio, .form-write .form-section-footer .l-area .checkradio,
 .form-view-result .form-section-footer .l-area .checkradio,
 .form-view .form-section-footer .l-area .checkradio, .org-cont .org-cont-header .l-area .checkradio, .msg-cont-footer .write-fnc-area .l-area .checkradio, .msg-nav .msg-nav-body > li .l-area .checkradio, .reply-area .reply-write-area .write-fnc-area .l-area .checkradio, .board-view-area .view-cont-tit-area .l-area .checkradio, .board-view-area .view-cont-fnc-area .l-area .checkradio, .board-view-area .view-header .l-area .checkradio, .view-area .view-header .l-area .checkradio, .info-block-list .info-fnc-area .l-area .checkradio, .summary-box .l-area .checkradio, .fnc-extend-area .extend-default-area .l-area .checkradio,
@@ -11664,6 +11672,7 @@
 .section-box .box-header .c-area .checkradio,
 .chart-legend .c-area .checkradio,
 .class-viewer .viewer-header .c-area .checkradio,
+.sms-write-area .sms-txt-count-area .fnc .c-area .checkradio,
 .rubric-write-area .item .item-col .fnc .c-area .checkradio,
 .border-list > li .c-area .checkradio,
 .container .site-header .site-menu-area .menu-info .c-area .checkradio,
@@ -11708,6 +11717,7 @@
 .section-box .box-header .r-area .checkradio,
 .chart-legend .r-area .checkradio,
 .class-viewer .viewer-header .r-area .checkradio,
+.sms-write-area .sms-txt-count-area .fnc .r-area .checkradio,
 .rubric-write-area .item .item-col .fnc .r-area .checkradio,
 .border-list > li .r-area .checkradio,
 .container .site-header .site-menu-area .menu-info .r-area .checkradio,
@@ -11749,7 +11759,7 @@
 .calendar-area .calendar-header .r-area .checkradio {
   margin-right: 0;
 }
-.student-mn .student-mn-today .box .box-header .l-area:empty, .article-box .box-header .l-area:empty, .section-box .box-header .l-area:empty, .chart-legend .l-area:empty, .class-viewer .viewer-header .l-area:empty, .rubric-write-area .item .item-col .fnc .l-area:empty, .border-list > li .l-area:empty, .container .site-header .site-menu-area .menu-info .l-area:empty, .container .site-header .wrap .l-area:empty, .agree-area .agree-header .l-area:empty, .form-list .form-tit-area .l-area:empty, .agendar-view-area .agendar-tit-area .l-area:empty, .form-view .form-section-header .l-area:empty, .form-view-result .a-area .a-fnc .l-area:empty,
+.student-mn .student-mn-today .box .box-header .l-area:empty, .article-box .box-header .l-area:empty, .section-box .box-header .l-area:empty, .chart-legend .l-area:empty, .class-viewer .viewer-header .l-area:empty, .sms-write-area .sms-txt-count-area .fnc .l-area:empty, .rubric-write-area .item .item-col .fnc .l-area:empty, .border-list > li .l-area:empty, .container .site-header .site-menu-area .menu-info .l-area:empty, .container .site-header .wrap .l-area:empty, .agree-area .agree-header .l-area:empty, .form-list .form-tit-area .l-area:empty, .agendar-view-area .agendar-tit-area .l-area:empty, .form-view .form-section-header .l-area:empty, .form-view-result .a-area .a-fnc .l-area:empty,
 .form-view .a-area .a-fnc .l-area:empty, .form-write .form-item .form-item-fnc .l-area:empty, .form-write .form-section-footer .l-area:empty,
 .form-view-result .form-section-footer .l-area:empty,
 .form-view .form-section-footer .l-area:empty, .org-cont .org-cont-header .l-area:empty, .msg-cont-footer .write-fnc-area .l-area:empty, .msg-nav .msg-nav-body > li .l-area:empty, .reply-area .reply-write-area .write-fnc-area .l-area:empty, .board-view-area .view-cont-tit-area .l-area:empty, .board-view-area .view-cont-fnc-area .l-area:empty, .board-view-area .view-header .l-area:empty, .view-area .view-header .l-area:empty, .info-block-list .info-fnc-area .l-area:empty, .summary-box .l-area:empty, .fnc-extend-area .extend-default-area .l-area:empty,
@@ -11768,6 +11778,7 @@
 .section-box .box-header .c-area:empty,
 .chart-legend .c-area:empty,
 .class-viewer .viewer-header .c-area:empty,
+.sms-write-area .sms-txt-count-area .fnc .c-area:empty,
 .rubric-write-area .item .item-col .fnc .c-area:empty,
 .border-list > li .c-area:empty,
 .container .site-header .site-menu-area .menu-info .c-area:empty,
@@ -11812,6 +11823,7 @@
 .section-box .box-header .r-area:empty,
 .chart-legend .r-area:empty,
 .class-viewer .viewer-header .r-area:empty,
+.sms-write-area .sms-txt-count-area .fnc .r-area:empty,
 .rubric-write-area .item .item-col .fnc .r-area:empty,
 .border-list > li .r-area:empty,
 .container .site-header .site-menu-area .menu-info .r-area:empty,
@@ -11853,7 +11865,25 @@
 .calendar-area .calendar-header .r-area:empty {
   display: none;
 }
-.student-mn .student-mn-today .box .box-header .r-area, .article-box .box-header .r-area, .section-box .box-header .r-area, .chart-legend .r-area, .class-viewer .viewer-header .r-area, .rubric-write-area .item .item-col .fnc .r-area, .border-list > li .r-area, .container .site-header .site-menu-area .menu-info .r-area, .container .site-header .wrap .r-area, .agree-area .agree-header .r-area, .form-list .form-tit-area .r-area, .agendar-view-area .agendar-tit-area .r-area, .form-view .form-section-header .r-area, .form-view-result .a-area .a-fnc .r-area,
+.student-mn .student-mn-today .box .box-header .c-area, .article-box .box-header .c-area, .section-box .box-header .c-area, .chart-legend .c-area, .class-viewer .viewer-header .c-area, .sms-write-area .sms-txt-count-area .fnc .c-area, .rubric-write-area .item .item-col .fnc .c-area, .border-list > li .c-area, .container .site-header .site-menu-area .menu-info .c-area, .container .site-header .wrap .c-area, .agree-area .agree-header .c-area, .form-list .form-tit-area .c-area, .agendar-view-area .agendar-tit-area .c-area, .form-view .form-section-header .c-area, .form-view-result .a-area .a-fnc .c-area,
+.form-view .a-area .a-fnc .c-area, .form-write .form-item .form-item-fnc .c-area, .form-write .form-section-footer .c-area,
+.form-view-result .form-section-footer .c-area,
+.form-view .form-section-footer .c-area, .org-cont .org-cont-header .c-area, .msg-cont-footer .write-fnc-area .c-area, .msg-nav .msg-nav-body > li .c-area, .reply-area .reply-write-area .write-fnc-area .c-area, .board-view-area .view-cont-tit-area .c-area, .board-view-area .view-cont-fnc-area .c-area, .board-view-area .view-header .c-area, .view-area .view-header .c-area, .info-block-list .info-fnc-area .c-area, .summary-box .c-area, .fnc-extend-area .extend-default-area .c-area,
+.fnc-extend-area .extend-filter-area .c-area,
+.fnc-extend-area .extend-fnc-area .c-area, .page-tit-area .c-area,
+.page-fnc-area .c-area,
+.section-tit-area .c-area,
+.tit-area .c-area,
+.tit-box-area .c-area,
+.tit-border-area .c-area,
+.fnc-area .c-area,
+.flex-area .c-area, .btn-flex-cont .c-area,
+.btn-flex-area .c-area, .btn-area .c-area, .calendar-area .calendar-header .c-area {
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+}
+.student-mn .student-mn-today .box .box-header .r-area, .article-box .box-header .r-area, .section-box .box-header .r-area, .chart-legend .r-area, .class-viewer .viewer-header .r-area, .sms-write-area .sms-txt-count-area .fnc .r-area, .rubric-write-area .item .item-col .fnc .r-area, .border-list > li .r-area, .container .site-header .site-menu-area .menu-info .r-area, .container .site-header .wrap .r-area, .agree-area .agree-header .r-area, .form-list .form-tit-area .r-area, .agendar-view-area .agendar-tit-area .r-area, .form-view .form-section-header .r-area, .form-view-result .a-area .a-fnc .r-area,
 .form-view .a-area .a-fnc .r-area, .form-write .form-item .form-item-fnc .r-area, .form-write .form-section-footer .r-area,
 .form-view-result .form-section-footer .r-area,
 .form-view .form-section-footer .r-area, .org-cont .org-cont-header .r-area, .msg-cont-footer .write-fnc-area .r-area, .msg-nav .msg-nav-body > li .r-area, .reply-area .reply-write-area .write-fnc-area .r-area, .board-view-area .view-cont-tit-area .r-area, .board-view-area .view-cont-fnc-area .r-area, .board-view-area .view-header .r-area, .view-area .view-header .r-area, .info-block-list .info-fnc-area .r-area, .summary-box .r-area, .fnc-extend-area .extend-default-area .r-area,
@@ -11871,7 +11901,7 @@
       -ms-flex-pack: end;
           justify-content: flex-end;
 }
-.student-mn .student-mn-today .box .center.box-header, .article-box .center.box-header, .section-box .center.box-header, .center.chart-legend, .class-viewer .center.viewer-header, .rubric-write-area .item .item-col .center.fnc, .border-list > li.center, .container .site-header .site-menu-area .center.menu-info, .container .site-header .center.wrap, .agree-area .center.agree-header, .form-list .center.form-tit-area, .agendar-view-area .center.agendar-tit-area, .form-view .center.form-section-header, .form-view-result .a-area .center.a-fnc,
+.student-mn .student-mn-today .box .center.box-header, .article-box .center.box-header, .section-box .center.box-header, .center.chart-legend, .class-viewer .center.viewer-header, .sms-write-area .sms-txt-count-area .center.fnc, .rubric-write-area .item .item-col .center.fnc, .border-list > li.center, .container .site-header .site-menu-area .center.menu-info, .container .site-header .center.wrap, .agree-area .center.agree-header, .form-list .center.form-tit-area, .agendar-view-area .center.agendar-tit-area, .form-view .center.form-section-header, .form-view-result .a-area .center.a-fnc,
 .form-view .a-area .center.a-fnc, .form-write .form-item .center.form-item-fnc, .form-write .center.form-section-footer,
 .form-view-result .center.form-section-footer,
 .form-view .center.form-section-footer, .org-cont .center.org-cont-header, .msg-cont-footer .center.write-fnc-area, .msg-nav .msg-nav-body > li.center, .reply-area .reply-write-area .center.write-fnc-area, .board-view-area .center.view-cont-tit-area, .board-view-area .center.view-cont-fnc-area, .board-view-area .center.view-header, .view-area .center.view-header, .info-block-list .center.info-fnc-area, .center.summary-box, .fnc-extend-area .center.extend-default-area,
@@ -11889,7 +11919,7 @@
       -ms-flex-pack: center;
           justify-content: center;
 }
-.student-mn .student-mn-today .box .vcenter.box-header, .article-box .vcenter.box-header, .section-box .vcenter.box-header, .vcenter.chart-legend, .class-viewer .vcenter.viewer-header, .rubric-write-area .item .item-col .vcenter.fnc, .border-list > li.vcenter, .container .site-header .site-menu-area .vcenter.menu-info, .container .site-header .vcenter.wrap, .agree-area .vcenter.agree-header, .form-list .vcenter.form-tit-area, .agendar-view-area .vcenter.agendar-tit-area, .form-view .vcenter.form-section-header, .form-view-result .a-area .vcenter.a-fnc,
+.student-mn .student-mn-today .box .vcenter.box-header, .article-box .vcenter.box-header, .section-box .vcenter.box-header, .vcenter.chart-legend, .class-viewer .vcenter.viewer-header, .sms-write-area .sms-txt-count-area .vcenter.fnc, .rubric-write-area .item .item-col .vcenter.fnc, .border-list > li.vcenter, .container .site-header .site-menu-area .vcenter.menu-info, .container .site-header .vcenter.wrap, .agree-area .vcenter.agree-header, .form-list .vcenter.form-tit-area, .agendar-view-area .vcenter.agendar-tit-area, .form-view .vcenter.form-section-header, .form-view-result .a-area .vcenter.a-fnc,
 .form-view .a-area .vcenter.a-fnc, .form-write .form-item .vcenter.form-item-fnc, .form-write .vcenter.form-section-footer,
 .form-view-result .vcenter.form-section-footer,
 .form-view .vcenter.form-section-footer, .org-cont .vcenter.org-cont-header, .msg-cont-footer .vcenter.write-fnc-area, .msg-nav .msg-nav-body > li.vcenter, .reply-area .reply-write-area .vcenter.write-fnc-area, .board-view-area .vcenter.view-cont-tit-area, .board-view-area .vcenter.view-cont-fnc-area, .board-view-area .vcenter.view-header, .view-area .vcenter.view-header, .info-block-list .vcenter.info-fnc-area, .vcenter.summary-box, .fnc-extend-area .vcenter.extend-default-area,
@@ -11907,7 +11937,7 @@
       -ms-flex-align: center;
           align-items: center;
 }
-.student-mn .student-mn-today .box .box-header .dir-col, .article-box .box-header .dir-col, .section-box .box-header .dir-col, .chart-legend .dir-col, .class-viewer .viewer-header .dir-col, .rubric-write-area .item .item-col .fnc .dir-col, .border-list > li .dir-col, .container .site-header .site-menu-area .menu-info .dir-col, .container .site-header .wrap .dir-col, .agree-area .agree-header .dir-col, .form-list .form-tit-area .dir-col, .agendar-view-area .agendar-tit-area .dir-col, .form-view .form-section-header .dir-col, .form-view-result .a-area .a-fnc .dir-col,
+.student-mn .student-mn-today .box .box-header .dir-col, .article-box .box-header .dir-col, .section-box .box-header .dir-col, .chart-legend .dir-col, .class-viewer .viewer-header .dir-col, .sms-write-area .sms-txt-count-area .fnc .dir-col, .rubric-write-area .item .item-col .fnc .dir-col, .border-list > li .dir-col, .container .site-header .site-menu-area .menu-info .dir-col, .container .site-header .wrap .dir-col, .agree-area .agree-header .dir-col, .form-list .form-tit-area .dir-col, .agendar-view-area .agendar-tit-area .dir-col, .form-view .form-section-header .dir-col, .form-view-result .a-area .a-fnc .dir-col,
 .form-view .a-area .a-fnc .dir-col, .form-write .form-item .form-item-fnc .dir-col, .form-write .form-section-footer .dir-col,
 .form-view-result .form-section-footer .dir-col,
 .form-view .form-section-footer .dir-col, .org-cont .org-cont-header .dir-col, .msg-cont-footer .write-fnc-area .dir-col, .msg-nav .msg-nav-body > li .dir-col, .reply-area .reply-write-area .write-fnc-area .dir-col, .board-view-area .view-cont-tit-area .dir-col, .board-view-area .view-cont-fnc-area .dir-col, .board-view-area .view-header .dir-col, .view-area .view-header .dir-col, .info-block-list .info-fnc-area .dir-col, .summary-box .dir-col, .fnc-extend-area .extend-default-area .dir-col,
@@ -17452,12 +17482,43 @@
   border-radius: 1.2rem;
   border: 0.1rem solid var(--color-stroke-default-tertiary);
   background: var(--color-background-default-primary);
-  max-width: 48rem;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   word-break: break-all;
   padding: 1.2rem 1.6rem;
+  max-width: 32rem;
+}
+.msg-cont-body .item .txt-guide {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  gap: 1.6rem;
+  width: 100%;
+  max-width: 32rem;
+}
+.msg-cont-body .item .txt-guide .guide-tit-area {
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+}
+.msg-cont-body .item .txt-guide .txt {
+  width: 100%;
+}
+.msg-cont-body .item .txt-guide .txt .btn-group {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  width: 100%;
+  margin-top: 1.6rem;
 }
 .msg-cont-body .item.my {
   -webkit-box-align: end;
@@ -17468,17 +17529,35 @@
   border: none;
   background-color: var(--color-primary10);
 }
+.msg-cont-body .msg-time {
+  text-align: center;
+  font-size: var(--font-label-sm);
+  font-weight: var(--size-font-weight-md);
+  line-height: var(--size-font-lineheight-xsm);
+  color: var(--color-font-default-tertiary);
+}
+.msg-cont-body .msg-fnc {
+  position: fixed;
+  bottom: 11.2rem;
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  gap: 0.8rem;
+}
 
 .msg-cont-footer {
   padding: 2.4rem;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
-  -webkit-box-orient: vertical;
-  -webkit-box-direction: normal;
-      -ms-flex-direction: column;
-          flex-direction: column;
-  gap: 1.6rem;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  gap: 0.8rem;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
@@ -17516,10 +17595,14 @@
 .msg-cont-footer .write:has(input[type=text]) {
   padding-top: 0;
   padding-bottom: 0;
+  border-radius: 3rem;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
+  border: none;
+  -webkit-box-shadow: 0rem 0.4rem 1.6rem rgba(17, 17, 17, 0.1);
+          box-shadow: 0rem 0.4rem 1.6rem rgba(17, 17, 17, 0.1);
 }
 .msg-cont-footer .write:has(input[type=text]) input[type=text] {
   -webkit-box-flex: 1;
@@ -17568,29 +17651,26 @@
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
-  background-color: var(--color-background-default-primary);
+  background: var(--color-background-default-secondary);
   padding: 0;
   -webkit-box-shadow: 0rem 0.4rem 1.6rem rgba(17, 17, 17, 0.1);
           box-shadow: 0rem 0.4rem 1.6rem rgba(17, 17, 17, 0.1);
   border-radius: 2.4rem;
   overflow: hidden;
-  width: 36rem;
+  width: 44rem;
   height: 64rem;
   max-height: calc(100vh - 8rem);
-  border: 0.2rem solid var(--color-stroke-default-primary);
+  border: 0.1rem solid var(--color-stroke-default-primary);
 }
 .pupup-chatbot .pop-header {
   padding: 1.6rem 2.4rem;
-  background: var(--color-background-default-primary-inverse);
 }
 .pupup-chatbot .pop-header h1 {
   font-size: var(--font-tit-md);
   font-weight: var(--size-font-weight-xlg);
   line-height: var(--size-font-lineheight-sm);
-  color: var(--color-font-default-primary-inverse);
 }
 .pupup-chatbot .msg-cont-body {
-  background: var(--color-background-default-secondary);
   padding: 2.4rem;
   -webkit-box-flex: 1;
       -ms-flex-positive: 1;
@@ -17598,16 +17678,11 @@
   overflow-y: auto;
 }
 .pupup-chatbot .pop-footer {
-  padding: 1.2rem 2.4rem;
-  -webkit-box-shadow: 0rem 0.4rem 1.6rem rgba(17, 17, 17, 0.1);
-          box-shadow: 0rem 0.4rem 1.6rem rgba(17, 17, 17, 0.1);
+  padding: 0 2.4rem 4rem;
 }
 .pupup-chatbot .pop-close {
-  top: 0.8rem;
-  right: 0.8rem;
-}
-.pupup-chatbot .pop-close::before {
-  background: var(--color-icon-default-primary-inverse);
+  top: 1.2rem;
+  right: 1.6rem;
 }
 
 .site-float-area .float-chatbot.is-active .pupup-chatbot {
@@ -20780,21 +20855,24 @@
 }
 .site-float-area [class^=btn-float] {
   display: block;
-  width: 5.6rem;
+  width: 8rem;
   aspect-ratio: 1;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
   font-size: 0;
+  border-radius: 100%;
+  border: 0.1rem solid var(--color-stroke-default-tertiary);
+  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 4px 8px 16px 0 rgba(0, 0, 0, 0.04);
+          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 4px 8px 16px 0 rgba(0, 0, 0, 0.04);
+  background-color: var(--color-background-default-primary);
 }
 .site-float-area .btn-float-top {
   background-image: url("../images/common/btn-float/btn-float-top.svg");
 }
 .site-float-area .btn-float-chatbot {
   background-image: url("../images/common/btn-float/btn-float-chatbot.svg");
-}
-.site-float-area .btn-float-control {
-  background-image: url("../images/common/btn-float/btn-float-control.svg");
+  border: 0.2rem solid var(--color-stroke-brand-primary);
 }
 
 /* lnb */
@@ -28727,11 +28805,10 @@
 }
 
 .rubric-write-area {
-  width: 100%;
   overflow-x: auto;
 }
 .rubric-write-area .cont {
-  width: 108rem;
+  min-width: 108rem;
 }
 .rubric-write-area .item {
   display: grid;
@@ -28754,6 +28831,7 @@
 }
 .rubric-write-area .item .item-fnc > .t-area,
 .rubric-write-area .item .item-fnc > .b-area {
+  padding: 1.2rem 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
@@ -28808,6 +28886,9 @@
   width: 100%;
   min-width: 0;
 }
+.rubric-write-area .item ~ .item {
+  margin-top: -0.1rem;
+}
 .rubric-write-area .item-total-area {
   display: grid;
   grid-template-columns: 22rem 1fr;
@@ -28852,6 +28933,83 @@
           flex: 1;
 }
 
+.sms-write-area {
+  display: grid;
+  grid-template-columns: 1fr 40rem;
+  gap: var(--size-gutter-lg);
+}
+.sms-write-area .user-box {
+  display: grid;
+  gap: 1.6rem;
+  padding: 2.4rem;
+  border-radius: 2.4rem;
+  background: var(--color-background-default-tertiary);
+  max-height: 80rem;
+  overflow-y: auto;
+}
+.sms-write-area .user-box section {
+  border-radius: inherit;
+  overflow: hidden;
+  background: var(--color-background-default-primary);
+  border: 0.1rem solid var(--color-stroke-default-quaternary);
+}
+.sms-write-area .user-box section header {
+  padding: 1.6rem 2.4rem;
+  background-color: var(--color-background-default-secondary);
+}
+.sms-write-area .user-box section .box-body {
+  padding: 0 2.4rem;
+}
+.sms-write-area .sms-box {
+  position: relative;
+  display: grid;
+  padding: 8rem 4rem 4rem;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  -webkit-box-align: start;
+      -ms-flex-align: start;
+          align-items: flex-start;
+  gap: 2.4rem;
+  border-radius: 4rem;
+  border: 1.6rem solid #F7F7F8;
+  background: var(--color-background-default-primary);
+  -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
+          box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
+}
+.sms-write-area .sms-box::before {
+  content: "";
+  position: absolute;
+  width: 8rem;
+  height: 1.6rem;
+  left: 16rem;
+  top: 4rem;
+  border-radius: 0.8rem;
+  background: #F7F7F8;
+}
+.sms-write-area .sms-txt-count-area {
+  width: 100%;
+}
+.sms-write-area .sms-txt-count-area textarea {
+  border: none;
+  border-radius: 0;
+  width: 100%;
+  height: 40rem;
+}
+.sms-write-area .sms-txt-count-area .txt-count {
+  font-size: var(--font-label-md);
+  font-weight: var(--size-font-weight-md);
+  line-height: var(--size-font-lineheight-xsm);
+  color: var(--color-font-default-tertiary);
+}
+.sms-write-area .sms-txt-count-area .txt-count strong {
+  font-size: var(--font-label-md);
+  font-weight: var(--size-font-weight-md);
+  line-height: var(--size-font-lineheight-xsm);
+  font-weight: var(--size-font-weight-lg);
+  color: var(--color-font-default-primary);
+}
 @media (max-width: 767px) {
   .reference-list {
     grid-template-columns: initial;
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.
resources/front/site/SITE_00000/images/common/btn-float/btn-float-chatbot.svg
--- resources/front/site/SITE_00000/images/common/btn-float/btn-float-chatbot.svg
+++ resources/front/site/SITE_00000/images/common/btn-float/btn-float-chatbot.svg
@@ -1,81 +1,17 @@
-<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M0 28C0 12.536 12.536 0 28 0V0C43.464 0 56 12.536 56 28V28C56 43.464 43.464 56 28 56V56C12.536 56 0 43.464 0 28V28Z" fill="url(#paint0_linear_2694_49503)"/>
-<g clip-path="url(#clip0_2694_49503)">
-<path d="M44.1417 29.6731C44.1417 36.8614 38.3142 42.6889 31.1259 42.6889H24.8718C17.6844 42.6889 11.856 36.8614 11.856 29.6731C11.856 22.4839 17.6835 16.6573 24.8718 16.6573H31.1259C38.3142 16.6573 44.1417 22.4839 44.1417 29.6731Z" fill="url(#paint1_radial_2694_49503)"/>
-<path d="M20.4196 22.6846H35.5774C37.9678 22.6846 39.9091 24.6259 39.9091 27.0163V32.3317C39.9091 34.7221 37.9687 36.6625 35.5783 36.6625H20.4187C18.0283 36.6625 16.0879 34.7221 16.0879 32.3317V27.0163C16.0879 24.6259 18.0292 22.6846 20.4196 22.6846Z" fill="url(#paint2_radial_2694_49503)"/>
-<path opacity="0.2" d="M39.91 27.0145C39.91 24.6232 37.9705 22.6837 35.5783 22.6837H20.4196C18.0274 22.6837 16.0879 24.6223 16.0879 27.0145V28.7209C31.8019 25.5871 39.9091 28.7209 39.9091 28.7209V27.0145H39.91Z" fill="white"/>
-<path d="M24.6172 29.305C24.6172 30.2518 23.8495 31.0186 22.9036 31.0186C21.9577 31.0186 21.1909 30.2518 21.1909 29.305C21.1909 28.3582 21.9577 27.5923 22.9036 27.5923C23.8495 27.5923 24.6172 28.3591 24.6172 29.305Z" fill="url(#paint3_linear_2694_49503)"/>
-<path d="M35.2993 29.305C35.2993 30.2518 34.5325 31.0186 33.5857 31.0186C32.6389 31.0186 31.8721 30.2518 31.8721 29.305C31.8721 28.3582 32.6389 27.5923 33.5857 27.5923C34.5325 27.5923 35.2993 28.3591 35.2993 29.305Z" fill="url(#paint4_linear_2694_49503)"/>
-<path style="mix-blend-mode:screen" d="M17.1243 20.3806L17.2935 21.6649C17.2935 21.6649 16.0875 22.0411 15.2847 22.9492C15.2847 22.9492 15.1614 21.4138 17.1243 20.3806Z" fill="url(#paint5_linear_2694_49503)"/>
-<path style="mix-blend-mode:screen" d="M21.1908 18.7597C21.1908 18.7597 22.4706 17.884 24.447 18.0802H31.2141C31.2141 18.0802 33.3129 18.343 33.7728 19.1305L21.1899 18.7588L21.1908 18.7597Z" fill="url(#paint6_linear_2694_49503)"/>
-<path d="M29.0406 14.4073H28.1406V16.6573H29.0406V14.4073Z" fill="url(#paint7_linear_2694_49503)"/>
-<path d="M30.1798 13.1005C30.1798 13.978 29.4688 14.6899 28.5913 14.6899C27.7138 14.6899 27.001 13.9789 27.001 13.1005C27.001 12.2221 27.7129 11.5111 28.5913 11.5111C29.4697 11.5111 30.1798 12.2212 30.1798 13.1005Z" fill="url(#paint8_radial_2694_49503)"/>
-<path d="M12.7316 24.0796H11.4383C11.4383 24.0796 9.78774 25.8058 10.0235 29.44C10.0235 29.44 9.93984 32.698 11.3663 34.3279H12.6695L12.7316 24.0805V24.0796Z" fill="url(#paint9_linear_2694_49503)"/>
-<path d="M13.1437 24.0796H12.2437V34.327H13.1437V24.0796Z" fill="url(#paint10_linear_2694_49503)"/>
-<path d="M43.2686 24.0796H44.5637C44.5637 24.0796 46.2125 25.8058 45.9776 29.44C45.9776 29.44 46.0613 32.698 44.6348 34.3279H43.3316L43.2695 24.0805L43.2686 24.0796Z" fill="url(#paint11_linear_2694_49503)"/>
-<path d="M43.7555 24.0796H42.8555V34.327H43.7555V24.0796Z" fill="url(#paint12_linear_2694_49503)"/>
+<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M53.9873 31.1289H39.3454C36.0245 31.1289 33.3328 33.8206 33.3328 37.1415V43.0333C33.3328 46.3542 36.0245 49.0459 39.3454 49.0459H54.4215L57.7566 54.6627C58.4691 55.6277 59.9999 55.1236 59.9999 53.9244V37.1415C59.9999 33.8206 57.3082 31.1289 53.9873 31.1289Z" fill="#4AD8D8"/>
+<path d="M46.6655 31.0126V36.9044C46.6655 40.2236 43.9746 42.917 40.6529 42.917H25.5776L22.2434 48.533C21.53 49.498 20 48.9955 20 47.7946V31.0126C20 27.6909 22.6909 25 26.0126 25H40.6537C43.9755 25 46.6655 27.6909 46.6655 31.0126Z" fill="#0F78EF"/>
+<g filter="url(#filter0_f_8866_2889)">
+<path d="M46.6655 32.5073V36.7507C46.6655 40.07 43.9746 42.7634 40.6529 42.7634H33.3311V38.5199C33.3311 35.1982 36.0244 32.5073 39.3462 32.5073H46.6655Z" fill="#0058AF"/>
 </g>
+<path d="M39.9997 36.4184C40.9202 36.4184 41.6664 35.6722 41.6664 34.7517C41.6664 33.8312 40.9202 33.085 39.9997 33.085C39.0792 33.085 38.333 33.8312 38.333 34.7517C38.333 35.6722 39.0792 36.4184 39.9997 36.4184Z" fill="white"/>
+<path d="M33.3327 36.4184C34.2532 36.4184 34.9994 35.6722 34.9994 34.7517C34.9994 33.8312 34.2532 33.085 33.3327 33.085C32.4122 33.085 31.666 33.8312 31.666 34.7517C31.666 35.6722 32.4122 36.4184 33.3327 36.4184Z" fill="white"/>
+<path d="M26.666 36.4184C27.5865 36.4184 28.3327 35.6722 28.3327 34.7517C28.3327 33.8312 27.5865 33.085 26.666 33.085C25.7455 33.085 24.9993 33.8312 24.9993 34.7517C24.9993 35.6722 25.7455 36.4184 26.666 36.4184Z" fill="white"/>
 <defs>
-<linearGradient id="paint0_linear_2694_49503" x1="0" y1="0" x2="56" y2="56" gradientUnits="userSpaceOnUse">
-<stop stop-color="#1E90FF"/>
-<stop offset="1" stop-color="#002E62"/>
-</linearGradient>
-<radialGradient id="paint1_radial_2694_49503" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(27.9984 29.6731) scale(14.6628)">
-<stop stop-color="#FBFBFF"/>
-<stop offset="0.551" stop-color="#F7F4FF"/>
-<stop offset="1" stop-color="#E3E3F5"/>
-</radialGradient>
-<radialGradient id="paint2_radial_2694_49503" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(27.9985 29.6686) scale(9.765 9.07169)">
-<stop stop-color="#504C58"/>
-<stop offset="0.551" stop-color="#1F1E22"/>
-<stop offset="1"/>
-</radialGradient>
-<linearGradient id="paint3_linear_2694_49503" x1="21.6922" y1="28.0945" x2="24.115" y2="30.5173" gradientUnits="userSpaceOnUse">
-<stop stop-color="#00E5FF"/>
-<stop offset="1" stop-color="#0079E8"/>
-</linearGradient>
-<linearGradient id="paint4_linear_2694_49503" x1="31.8721" y1="29.3059" x2="35.2993" y2="29.3059" gradientUnits="userSpaceOnUse">
-<stop stop-color="#00E5FF"/>
-<stop offset="1" stop-color="#0079E8"/>
-</linearGradient>
-<linearGradient id="paint5_linear_2694_49503" x1="15.2838" y1="21.6649" x2="18.0522" y2="21.6649" gradientUnits="userSpaceOnUse">
-<stop stop-color="white"/>
-<stop offset="1"/>
-</linearGradient>
-<linearGradient id="paint6_linear_2694_49503" x1="21.1908" y1="18.5914" x2="38.5185" y2="18.5914" gradientUnits="userSpaceOnUse">
-<stop stop-color="white"/>
-<stop offset="1"/>
-</linearGradient>
-<linearGradient id="paint7_linear_2694_49503" x1="28.1406" y1="15.5323" x2="29.0406" y2="15.5323" gradientUnits="userSpaceOnUse">
-<stop stop-color="#FBFBFF"/>
-<stop offset="0.551" stop-color="#F7F4FF"/>
-<stop offset="1" stop-color="#E3E3F5"/>
-</linearGradient>
-<radialGradient id="paint8_radial_2694_49503" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(28.5904 13.1005) scale(1.5894)">
-<stop stop-color="#FBFBFF"/>
-<stop offset="0.551" stop-color="#F7F4FF"/>
-<stop offset="1" stop-color="#E3E3F5"/>
-</radialGradient>
-<linearGradient id="paint9_linear_2694_49503" x1="11.3654" y1="24.3019" x2="11.3654" y2="33.9355" gradientUnits="userSpaceOnUse">
-<stop stop-color="#FBFBFF"/>
-<stop offset="0.515" stop-color="#ECE4EF"/>
-<stop offset="1" stop-color="#CFCFE1"/>
-</linearGradient>
-<linearGradient id="paint10_linear_2694_49503" x1="12.6937" y1="34.327" x2="12.6937" y2="24.0796" gradientUnits="userSpaceOnUse">
-<stop stop-color="#0079E8"/>
-<stop offset="1" stop-color="#00E5FF"/>
-</linearGradient>
-<linearGradient id="paint11_linear_2694_49503" x1="44.6339" y1="9.99999" x2="44.6339" y2="33.9355" gradientUnits="userSpaceOnUse">
-<stop stop-color="#FBFBFF"/>
-<stop offset="0.515" stop-color="#ECE4EF"/>
-<stop offset="1" stop-color="#CFCFE1"/>
-</linearGradient>
-<linearGradient id="paint12_linear_2694_49503" x1="43.3055" y1="9.99999" x2="43.3055" y2="9.99999" gradientUnits="userSpaceOnUse">
-<stop stop-color="#0079E8"/>
-<stop offset="1" stop-color="#00E5FF"/>
-</linearGradient>
-<clipPath id="clip0_2694_49503">
-<rect width="36" height="36" fill="white" transform="translate(10 10)"/>
-</clipPath>
+<filter id="filter0_f_8866_2889" x="29.3311" y="28.5073" width="21.3345" height="18.2559" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
+<feFlood flood-opacity="0" result="BackgroundImageFix"/>
+<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
+<feGaussianBlur stdDeviation="0" result="effect1_foregroundBlur_8866_2889"/>
+</filter>
 </defs>
 </svg>
resources/front/site/SITE_00000/images/common/btn-float/btn-float-top.svg
--- resources/front/site/SITE_00000/images/common/btn-float/btn-float-top.svg
+++ resources/front/site/SITE_00000/images/common/btn-float/btn-float-top.svg
@@ -1,11 +1,3 @@
-<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M0 28C0 12.536 12.536 0 28 0V0C43.464 0 56 12.536 56 28V28C56 43.464 43.464 56 28 56V56C12.536 56 0 43.464 0 28V28Z" fill="#333333"/>
-<g clip-path="url(#clip0_2694_49521)">
-<path d="M29 36.9999V22.4189L34.582 28.0189L36 26.6049L28.708 19.2919C28.517 19.1105 28.2635 19.0093 28 19.0093C27.7365 19.0093 27.483 19.1105 27.292 19.2919L20 26.6049L21.416 28.0169L27 22.4139V36.9999H29Z" fill="white"/>
-</g>
-<defs>
-<clipPath id="clip0_2694_49521">
-<rect width="24" height="24" fill="white" transform="translate(16 16)"/>
-</clipPath>
-</defs>
+<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M41.3333 51.9998V32.5584L48.7759 40.0251L50.6666 38.1398L40.9439 28.3891C40.6892 28.1471 40.3513 28.0122 39.9999 28.0122C39.6486 28.0122 39.3107 28.1471 39.0559 28.3891L29.3333 38.1398L31.2213 40.0224L38.6666 32.5518V51.9998H41.3333Z" fill="#58616A"/>
 </svg>
 
resources/front/site/SITE_00000/images/print/bg-certificate-symbol.jpg (Binary) (added)
+++ resources/front/site/SITE_00000/images/print/bg-certificate-symbol.jpg
Binary file is not shown
 
resources/front/site/SITE_00000/images/print/bg-certificate.jpg (Binary) (added)
+++ resources/front/site/SITE_00000/images/print/bg-certificate.jpg
Binary file is not shown
 
resources/front/site/SITE_00000/images/print/img-sign.png (Binary) (added)
+++ resources/front/site/SITE_00000/images/print/img-sign.png
Binary file is not shown
Add a comment
List