과목선택, 모달팝업 > 팝업으로 수정
@4ccf28a8ed193a3264014bcded07de9c949d260b
--- html/onSejong/_module/achievecode.html
+++ html/onSejong/_module/achievecode.html
... | ... | @@ -1,12 +1,16 @@ |
| 1 | 1 |
<fieldset class="achievecod-section achievecode-type checkradio-area"> |
| 2 | 2 |
<legend>교육과정, 테마 선택</legend> |
| 3 | 3 |
<div class="checkradio"> |
| 4 |
- <input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked /> |
|
| 4 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked> |
|
| 5 | 5 |
<label for="achievecodeType-curriculum">교육과정</label> |
| 6 | 6 |
</div> |
| 7 | 7 |
<div class="checkradio"> |
| 8 |
- <input type="radio" name="achievecodeType" id="achievecodeType-theme" /> |
|
| 9 |
- <label for="achievecodeType-theme">테마</label> |
|
| 8 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-theme"> |
|
| 9 |
+ <label for="achievecodeType-major">전공학부</label> |
|
| 10 |
+ </div> |
|
| 11 |
+ <div class="checkradio"> |
|
| 12 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-etc"> |
|
| 13 |
+ <label for="achievecodeType-etc">고시 외</label> |
|
| 10 | 14 |
</div> |
| 11 | 15 |
</fieldset> |
| 12 | 16 |
<ul class="achievecod-section achievecode-sch"> |
... | ... | @@ -27,21 +31,7 @@ |
| 27 | 31 |
</select> |
| 28 | 32 |
</li> |
| 29 | 33 |
<li class="is-disabled"> |
| 30 |
- <input type="text" placeholder="과목" class="subject-sch" disabled /> |
|
| 34 |
+ <input type="text" placeholder="과목" title="과목 입력" class="subject-sch" disabled> |
|
| 31 | 35 |
<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
|
| 32 | 36 |
</li> |
| 33 |
- <li class="is-disabled"> |
|
| 34 |
- <input type="text" placeholder="성취기준, 코드검색" class="achievecode-sch" disabled /> |
|
| 35 |
- <button type="button" class="btn-sch" onclick="popupOpenPub('popup-achievecode')" disabled>과목 검색</button>
|
|
| 36 |
- </li> |
|
| 37 |
-</ul> |
|
| 38 |
-<div class="achievecod-section achievecode-keyword"> |
|
| 39 |
- <strong>최근 선택한 과목</strong> |
|
| 40 |
- <div class="txt-area"> |
|
| 41 |
- <button type="button">과목1</button> |
|
| 42 |
- <button type="button">과목2</button> |
|
| 43 |
- <button type="button">과목3</button> |
|
| 44 |
- <button type="button">과목4</button> |
|
| 45 |
- <button type="button">과목5</button> |
|
| 46 |
- </div> |
|
| 47 |
-</div> |
|
| 37 |
+</ul>(파일 끝에 줄바꿈 문자 없음) |
--- html/onSejong/common/sub/achievecode.html
+++ html/onSejong/common/sub/achievecode.html
... | ... | @@ -2,14 +2,14 @@ |
| 2 | 2 |
<html lang="ko"> |
| 3 | 3 |
<head> |
| 4 | 4 |
<title>온세종학교</title> |
| 5 |
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|
| 6 |
- <meta name="Author" content="" /> |
|
| 7 |
- <meta name="Keywords" content="" /> |
|
| 8 |
- <meta name="Description" content="" /> |
|
| 9 |
- <meta name="format-detection" content="telephone=no" /> |
|
| 10 |
- <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|
| 11 |
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> |
|
| 12 |
- <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> |
|
| 5 |
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
| 6 |
+ <meta name="Author" content=""> |
|
| 7 |
+ <meta name="Keywords" content=""> |
|
| 8 |
+ <meta name="Description" content=""> |
|
| 9 |
+ <meta name="format-detection" content="telephone=no"> |
|
| 10 |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
| 11 |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> |
|
| 12 |
+ <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet"> |
|
| 13 | 13 |
<!-- 공통 plugin --> |
| 14 | 14 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> |
| 15 | 15 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> |
... | ... | @@ -39,25 +39,29 @@ |
| 39 | 39 |
<div class="wrap"> |
| 40 | 40 |
<div class="page-tit-area"> |
| 41 | 41 |
<div class="l-area"> |
| 42 |
- <h2 class="title-xlg">성취기준 검색(공통)</h2> |
|
| 42 |
+ <h2 class="title-xlg">교육과정 검색(공통)</h2> |
|
| 43 | 43 |
</div> |
| 44 | 44 |
</div> |
| 45 | 45 |
<section class="section"> |
| 46 | 46 |
<header class="section-tit-area"> |
| 47 | 47 |
<div class="l-area"> |
| 48 |
- <h3 class="title-lg">성취기준 코드 검색 disabled</h3> |
|
| 48 |
+ <h3 class="title-lg">교육과정 검색 disabled</h3> |
|
| 49 | 49 |
</div> |
| 50 | 50 |
</header> |
| 51 | 51 |
<div class="achievecode-sch-area"> |
| 52 | 52 |
<fieldset class="achievecod-section achievecode-type checkradio-area"> |
| 53 | 53 |
<legend>교육과정, 테마 선택</legend> |
| 54 | 54 |
<div class="checkradio"> |
| 55 |
- <input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked /> |
|
| 55 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked> |
|
| 56 | 56 |
<label for="achievecodeType-curriculum">교육과정</label> |
| 57 | 57 |
</div> |
| 58 | 58 |
<div class="checkradio"> |
| 59 |
- <input type="radio" name="achievecodeType" id="achievecodeType-theme" /> |
|
| 60 |
- <label for="achievecodeType-theme">테마</label> |
|
| 59 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-theme"> |
|
| 60 |
+ <label for="achievecodeType-major">전공학부</label> |
|
| 61 |
+ </div> |
|
| 62 |
+ <div class="checkradio"> |
|
| 63 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-etc"> |
|
| 64 |
+ <label for="achievecodeType-etc">고시 외</label> |
|
| 61 | 65 |
</div> |
| 62 | 66 |
</fieldset> |
| 63 | 67 |
<ul class="achievecod-section achievecode-sch"> |
... | ... | @@ -78,52 +82,33 @@ |
| 78 | 82 |
</select> |
| 79 | 83 |
</li> |
| 80 | 84 |
<li class="is-disabled"> |
| 81 |
- <input type="text" placeholder="과목" class="subject-sch" disabled /> |
|
| 85 |
+ <input type="text" placeholder="과목" title="과목 입력" class="subject-sch" disabled> |
|
| 82 | 86 |
<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
|
| 83 | 87 |
</li> |
| 84 |
- <li class="is-disabled"> |
|
| 85 |
- <input type="text" placeholder="성취기준, 코드검색" class="achievecode-sch" disabled /> |
|
| 86 |
- <button type="button" class="btn-sch" onclick="popupOpenPub('popup-achievecode')" disabled>과목 검색</button>
|
|
| 87 |
- </li> |
|
| 88 | 88 |
</ul> |
| 89 |
- <div class="achievecod-section achievecode-keyword"> |
|
| 90 |
- <strong>최근 선택한 과목</strong> |
|
| 91 |
- <div class="txt-area"> |
|
| 92 |
- <button type="button">과목1</button> |
|
| 93 |
- <button type="button">과목2</button> |
|
| 94 |
- <button type="button">과목3</button> |
|
| 95 |
- <button type="button">과목4</button> |
|
| 96 |
- <button type="button">과목5</button> |
|
| 97 |
- </div> |
|
| 98 |
- </div> |
|
| 99 | 89 |
</div> |
| 100 | 90 |
</section> |
| 91 |
+ |
|
| 101 | 92 |
<section class="section"> |
| 102 | 93 |
<header class="section-tit-area"> |
| 103 | 94 |
<div class="l-area"> |
| 104 |
- <h3 class="title-lg">성취기준 코드 검색(테마) disabled</h3> |
|
| 95 |
+ <h3 class="title-lg">교육과정 검색</h3> |
|
| 105 | 96 |
</div> |
| 106 | 97 |
</header> |
| 107 | 98 |
<div class="achievecode-sch-area"> |
| 108 | 99 |
<fieldset class="achievecod-section achievecode-type checkradio-area"> |
| 109 | 100 |
<legend>교육과정, 테마 선택</legend> |
| 110 | 101 |
<div class="checkradio"> |
| 111 |
- <input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-curriculum" /> |
|
| 112 |
- <label |
|
| 113 |
- for="achievecodeType-disabled- |
|
| 114 |
- curriculum" |
|
| 115 |
- > |
|
| 116 |
- 교육과정 |
|
| 117 |
- </label> |
|
| 102 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked> |
|
| 103 |
+ <label for="achievecodeType-curriculum">교육과정</label> |
|
| 118 | 104 |
</div> |
| 119 | 105 |
<div class="checkradio"> |
| 120 |
- <input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-theme" checked /> |
|
| 121 |
- <label |
|
| 122 |
- for="achievecodeType-disabled- |
|
| 123 |
- them" |
|
| 124 |
- > |
|
| 125 |
- 테마 |
|
| 126 |
- </label> |
|
| 106 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-theme"> |
|
| 107 |
+ <label for="achievecodeType-major">전공학부</label> |
|
| 108 |
+ </div> |
|
| 109 |
+ <div class="checkradio"> |
|
| 110 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-etc"> |
|
| 111 |
+ <label for="achievecodeType-etc">고시 외</label> |
|
| 127 | 112 |
</div> |
| 128 | 113 |
</fieldset> |
| 129 | 114 |
<ul class="achievecod-section achievecode-sch"> |
... | ... | @@ -133,298 +118,55 @@ |
| 133 | 118 |
<option>초등학교</option> |
| 134 | 119 |
<option>중학교</option> |
| 135 | 120 |
<option>고등학교</option> |
| 136 |
- </select> |
|
| 137 |
- </li> |
|
| 138 |
- <li class="is-disabled"> |
|
| 139 |
- <select title="학년 선택" disabled> |
|
| 140 |
- <option>학년</option> |
|
| 141 |
- <option>1학년</option> |
|
| 142 |
- <option>2학년</option> |
|
| 143 |
- <option>3학년</option> |
|
| 144 |
- </select> |
|
| 145 |
- </li> |
|
| 146 |
- <li class="is-disabled"> |
|
| 147 |
- <input type="text" placeholder="과목" class="subject-sch" disabled /> |
|
| 148 |
- <button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
|
|
| 149 |
- </li> |
|
| 150 |
- </ul> |
|
| 151 |
- <div class="achievecod-section achievecode-keyword"> |
|
| 152 |
- <strong>최근 선택한 과목</strong> |
|
| 153 |
- <div class="txt-area"> |
|
| 154 |
- <button type="button">과목1</button> |
|
| 155 |
- <button type="button">과목2</button> |
|
| 156 |
- <button type="button">과목3</button> |
|
| 157 |
- <button type="button">과목4</button> |
|
| 158 |
- <button type="button">과목5</button> |
|
| 159 |
- </div> |
|
| 160 |
- </div> |
|
| 161 |
- </div> |
|
| 162 |
- </section> |
|
| 163 |
- <section class="section"> |
|
| 164 |
- <header class="section-tit-area"> |
|
| 165 |
- <div class="l-area"> |
|
| 166 |
- <h3 class="title-lg">성취기준 코드 검색(테마) disabled</h3> |
|
| 167 |
- </div> |
|
| 168 |
- </header> |
|
| 169 |
- <div class="achievecode-sch-area"> |
|
| 170 |
- <fieldset class="achievecod-section achievecode-type checkradio-area"> |
|
| 171 |
- <legend>교육과정, 테마 선택</legend> |
|
| 172 |
- <div class="checkradio"> |
|
| 173 |
- <input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-curriculum" /> |
|
| 174 |
- <label |
|
| 175 |
- for="achievecodeType-disabled- |
|
| 176 |
- curriculum" |
|
| 177 |
- > |
|
| 178 |
- 교육과정 |
|
| 179 |
- </label> |
|
| 180 |
- </div> |
|
| 181 |
- <div class="checkradio"> |
|
| 182 |
- <input type="radio" name="achievecodeType-disabled2" id="achievecodeType-disabled-theme" checked /> |
|
| 183 |
- <label for="achievecodeType-disabled-them">테마</label> |
|
| 184 |
- </div> |
|
| 185 |
- </fieldset> |
|
| 186 |
- <ul class="achievecod-section achievecode-sch"> |
|
| 187 |
- <li> |
|
| 188 |
- <select title="학교급 선택"> |
|
| 189 |
- <option>학교급</option> |
|
| 190 |
- <option>초등학교</option> |
|
| 191 |
- <option>중학교</option> |
|
| 192 |
- <option>고등학교</option> |
|
| 193 |
- </select> |
|
| 194 |
- </li> |
|
| 195 |
- <li class="is-disabled"> |
|
| 196 |
- <select title="학년 선택" disabled> |
|
| 197 |
- <option>학년</option> |
|
| 198 |
- <option>1학년</option> |
|
| 199 |
- <option>2학년</option> |
|
| 200 |
- <option>3학년</option> |
|
| 201 |
- </select> |
|
| 202 |
- </li> |
|
| 203 |
- <li class="is-disabled"> |
|
| 204 |
- <input type="text" placeholder="과목" class="subject-sch" disabled /> |
|
| 205 |
- <button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
|
|
| 206 |
- </li> |
|
| 207 |
- <li class="is-disabled"> |
|
| 208 |
- <select title="학년 선택" disabled> |
|
| 209 |
- <option>학년</option> |
|
| 210 |
- <option>1학년</option> |
|
| 211 |
- <option>2학년</option> |
|
| 212 |
- <option>3학년</option> |
|
| 213 |
- </select> |
|
| 214 |
- </li> |
|
| 215 |
- <li class="is-disabled"> |
|
| 216 |
- <input type="text" placeholder="과목" class="subject-sch" disabled /> |
|
| 217 |
- <button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')" disabled>과목 검색</button>
|
|
| 218 |
- </li> |
|
| 219 |
- </ul> |
|
| 220 |
- <div class="achievecod-section achievecode-keyword"> |
|
| 221 |
- <strong>최근 선택한 과목</strong> |
|
| 222 |
- <div class="txt-area"> |
|
| 223 |
- <button type="button">과목1</button> |
|
| 224 |
- <button type="button">과목2</button> |
|
| 225 |
- <button type="button">과목3</button> |
|
| 226 |
- <button type="button">과목4</button> |
|
| 227 |
- <button type="button">과목5</button> |
|
| 228 |
- </div> |
|
| 229 |
- </div> |
|
| 230 |
- </div> |
|
| 231 |
- </section> |
|
| 232 |
- <section class="section"> |
|
| 233 |
- <header class="section-tit-area"> |
|
| 234 |
- <div class="l-area"> |
|
| 235 |
- <h3 class="title-lg">성취기준 코드 검색</h3> |
|
| 236 |
- </div> |
|
| 237 |
- </header> |
|
| 238 |
- <div class="achievecode-sch-area"> |
|
| 239 |
- <fieldset class="achievecod-section achievecode-type checkradio-area"> |
|
| 240 |
- <legend>교육과정, 테마 선택</legend> |
|
| 241 |
- <div class="checkradio"> |
|
| 242 |
- <input |
|
| 243 |
- type="radio" |
|
| 244 |
- name="achievecodeType2" |
|
| 245 |
- id="achievecodeType2- |
|
| 246 |
- curriculum" |
|
| 247 |
- checked |
|
| 248 |
- /> |
|
| 249 |
- <label |
|
| 250 |
- for="achievecodeType2- |
|
| 251 |
- curriculum" |
|
| 252 |
- > |
|
| 253 |
- 교육과정 |
|
| 254 |
- </label> |
|
| 255 |
- </div> |
|
| 256 |
- <div class="checkradio"> |
|
| 257 |
- <input |
|
| 258 |
- type="radio" |
|
| 259 |
- name="achievecodeType2" |
|
| 260 |
- id="achievecodeType2- |
|
| 261 |
- theme" |
|
| 262 |
- /> |
|
| 263 |
- <label |
|
| 264 |
- for="achievecodeType2- |
|
| 265 |
- theme" |
|
| 266 |
- > |
|
| 267 |
- 테마 |
|
| 268 |
- </label> |
|
| 269 |
- </div> |
|
| 270 |
- </fieldset> |
|
| 271 |
- <ul class="achievecod-section achievecode-sch"> |
|
| 272 |
- <li> |
|
| 273 |
- <select title="학교급 선택"> |
|
| 274 |
- <option>학교급</option> |
|
| 275 | 121 |
</select> |
| 276 | 122 |
</li> |
| 277 | 123 |
<li> |
| 278 | 124 |
<select title="학년 선택"> |
| 279 | 125 |
<option>학년</option> |
| 126 |
+ <option>1학년</option> |
|
| 127 |
+ <option>2학년</option> |
|
| 128 |
+ <option>3학년</option> |
|
| 280 | 129 |
</select> |
| 281 | 130 |
</li> |
| 282 | 131 |
<li> |
| 283 |
- <input type="text" placeholder="과목" class="subject-sch" /> |
|
| 132 |
+ <input type="text" placeholder="과목" class="subject-sch"> |
|
| 284 | 133 |
<button type="button" class="btn-sch" onclick="popupOpenPub('popup-subject')">과목 검색</button>
|
| 285 | 134 |
</li> |
| 135 |
+ </ul> |
|
| 136 |
+ </div> |
|
| 137 |
+ </section> |
|
| 138 |
+ |
|
| 139 |
+ <section class="section"> |
|
| 140 |
+ <header class="section-tit-area"> |
|
| 141 |
+ <div class="l-area"> |
|
| 142 |
+ <h3 class="title-lg">전공학부 선택</h3> |
|
| 143 |
+ </div> |
|
| 144 |
+ </header> |
|
| 145 |
+ <div class="achievecode-sch-area"> |
|
| 146 |
+ <fieldset class="achievecod-section achievecode-type checkradio-area"> |
|
| 147 |
+ <legend>교육과정, 테마 선택</legend> |
|
| 148 |
+ <div class="checkradio"> |
|
| 149 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-curriculum" checked> |
|
| 150 |
+ <label for="achievecodeType-curriculum">교육과정</label> |
|
| 151 |
+ </div> |
|
| 152 |
+ <div class="checkradio"> |
|
| 153 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-theme"> |
|
| 154 |
+ <label for="achievecodeType-major">전공학부</label> |
|
| 155 |
+ </div> |
|
| 156 |
+ <div class="checkradio"> |
|
| 157 |
+ <input type="radio" name="achievecodeType" id="achievecodeType-etc"> |
|
| 158 |
+ <label for="achievecodeType-etc">고시 외</label> |
|
| 159 |
+ </div> |
|
| 160 |
+ </fieldset> |
|
| 161 |
+ <ul class="achievecod-section achievecode-sch"> |
|
| 286 | 162 |
<li> |
| 287 |
- <input type="text" placeholder="성취기준, 코드검색" class="achievecode-sch" /> |
|
| 288 |
- <button type="button" class="btn-sch" onclick="popupOpenPub('popup-achievecode')">과목 검색</button>
|
|
| 163 |
+ <select title="전공학부 선택"> |
|
| 164 |
+ <option>선택</option> |
|
| 165 |
+ <option>인문(어문)학부</option> |
|
| 166 |
+ <option>사회과학부</option> |
|
| 167 |
+ </select> |
|
| 289 | 168 |
</li> |
| 290 | 169 |
</ul> |
| 291 |
- <div class="achievecod-section achievecode-item-list-box"> |
|
| 292 |
- <div class="item"> |
|
| 293 |
- <div class="txt-area"> |
|
| 294 |
- <ul class="info-inline-list"> |
|
| 295 |
- <li> |
|
| 296 |
- <strong class="info-tit">영역</strong> |
|
| 297 |
- <div class="txt-area">수와연산</div> |
|
| 298 |
- </li> |
|
| 299 |
- <li> |
|
| 300 |
- <strong class="info-tit">성취기준</strong> |
|
| 301 |
- <div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div> |
|
| 302 |
- </li> |
|
| 303 |
- <li> |
|
| 304 |
- <strong class="info-tit">내용요소1</strong> |
|
| 305 |
- <div class="txt-area">소인수분해</div> |
|
| 306 |
- </li> |
|
| 307 |
- <li> |
|
| 308 |
- <strong class="info-tit">내용요소2</strong> |
|
| 309 |
- <div class="txt-area">소인수분해의 뜻</div> |
|
| 310 |
- </li> |
|
| 311 |
- </ul> |
|
| 312 |
- </div> |
|
| 313 |
- <div class="item-fnc-area"> |
|
| 314 |
- <a href="#none" class="ico-delete">삭제</a> |
|
| 315 |
- </div> |
|
| 316 |
- </div> |
|
| 317 |
- <div class="item"> |
|
| 318 |
- <div class="txt-area"> |
|
| 319 |
- <ul class="info-inline-list"> |
|
| 320 |
- <li> |
|
| 321 |
- <strong class="info-tit">영역</strong> |
|
| 322 |
- <div class="txt-area">수와연산</div> |
|
| 323 |
- </li> |
|
| 324 |
- <li> |
|
| 325 |
- <strong class="info-tit">성취기준</strong> |
|
| 326 |
- <div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div> |
|
| 327 |
- </li> |
|
| 328 |
- <li> |
|
| 329 |
- <strong class="info-tit">내용요소1</strong> |
|
| 330 |
- <div class="txt-area">소인수분해</div> |
|
| 331 |
- </li> |
|
| 332 |
- <li> |
|
| 333 |
- <strong class="info-tit">내용요소2</strong> |
|
| 334 |
- <div class="txt-area">소인수분해의 뜻</div> |
|
| 335 |
- </li> |
|
| 336 |
- </ul> |
|
| 337 |
- </div> |
|
| 338 |
- <div class="item-fnc-area"> |
|
| 339 |
- <a href="#none" class="ico-delete">삭제</a> |
|
| 340 |
- </div> |
|
| 341 |
- </div> |
|
| 342 |
- <div class="item"> |
|
| 343 |
- <div class="txt-area"> |
|
| 344 |
- <ul class="info-inline-list"> |
|
| 345 |
- <li> |
|
| 346 |
- <strong class="info-tit">영역</strong> |
|
| 347 |
- <div class="txt-area">수와연산</div> |
|
| 348 |
- </li> |
|
| 349 |
- <li> |
|
| 350 |
- <strong class="info-tit">성취기준</strong> |
|
| 351 |
- <div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div> |
|
| 352 |
- </li> |
|
| 353 |
- <li> |
|
| 354 |
- <strong class="info-tit">내용요소1</strong> |
|
| 355 |
- <div class="txt-area">소인수분해</div> |
|
| 356 |
- </li> |
|
| 357 |
- <li> |
|
| 358 |
- <strong class="info-tit">내용요소2</strong> |
|
| 359 |
- <div class="txt-area">소인수분해의 뜻</div> |
|
| 360 |
- </li> |
|
| 361 |
- </ul> |
|
| 362 |
- </div> |
|
| 363 |
- <div class="item-fnc-area"> |
|
| 364 |
- <a href="#none" class="ico-delete">삭제</a> |
|
| 365 |
- </div> |
|
| 366 |
- </div> |
|
| 367 |
- <div class="item"> |
|
| 368 |
- <div class="txt-area"> |
|
| 369 |
- <ul class="info-inline-list"> |
|
| 370 |
- <li> |
|
| 371 |
- <strong class="info-tit">영역</strong> |
|
| 372 |
- <div class="txt-area">수와연산</div> |
|
| 373 |
- </li> |
|
| 374 |
- <li> |
|
| 375 |
- <strong class="info-tit">성취기준</strong> |
|
| 376 |
- <div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div> |
|
| 377 |
- </li> |
|
| 378 |
- <li> |
|
| 379 |
- <strong class="info-tit">내용요소1</strong> |
|
| 380 |
- <div class="txt-area">소인수분해</div> |
|
| 381 |
- </li> |
|
| 382 |
- <li> |
|
| 383 |
- <strong class="info-tit">내용요소2</strong> |
|
| 384 |
- <div class="txt-area">소인수분해의 뜻</div> |
|
| 385 |
- </li> |
|
| 386 |
- </ul> |
|
| 387 |
- </div> |
|
| 388 |
- <div class="item-fnc-area"> |
|
| 389 |
- <a href="#none" class="ico-delete">삭제</a> |
|
| 390 |
- </div> |
|
| 391 |
- </div> |
|
| 392 |
- <div class="item"> |
|
| 393 |
- <div class="txt-area"> |
|
| 394 |
- <ul class="info-inline-list"> |
|
| 395 |
- <li> |
|
| 396 |
- <strong class="info-tit">영역</strong> |
|
| 397 |
- <div class="txt-area">수와연산</div> |
|
| 398 |
- </li> |
|
| 399 |
- <li> |
|
| 400 |
- <strong class="info-tit">성취기준</strong> |
|
| 401 |
- <div class="txt-area">수인수분해의 뜻을 알고, 자연수를 소인수분해 할 수 있다.</div> |
|
| 402 |
- </li> |
|
| 403 |
- <li> |
|
| 404 |
- <strong class="info-tit">내용요소1</strong> |
|
| 405 |
- <div class="txt-area">소인수분해</div> |
|
| 406 |
- </li> |
|
| 407 |
- <li> |
|
| 408 |
- <strong class="info-tit">내용요소2</strong> |
|
| 409 |
- <div class="txt-area">소인수분해의 뜻</div> |
|
| 410 |
- </li> |
|
| 411 |
- </ul> |
|
| 412 |
- </div> |
|
| 413 |
- <div class="item-fnc-area"> |
|
| 414 |
- <a href="#none" class="ico-delete">삭제</a> |
|
| 415 |
- </div> |
|
| 416 |
- </div> |
|
| 417 |
- </div> |
|
| 418 |
- <div class="achievecod-section achievecode-keyword"> |
|
| 419 |
- <strong>최근 선택한 과목</strong> |
|
| 420 |
- <div class="txt-area"> |
|
| 421 |
- <button type="button">과목1</button> |
|
| 422 |
- <button type="button">과목2</button> |
|
| 423 |
- <button type="button">과목3</button> |
|
| 424 |
- <button type="button">과목4</button> |
|
| 425 |
- <button type="button">과목5</button> |
|
| 426 |
- </div> |
|
| 427 |
- </div> |
|
| 428 | 170 |
</div> |
| 429 | 171 |
</section> |
| 430 | 172 |
</div> |
... | ... | @@ -453,7 +195,7 @@ |
| 453 | 195 |
<fieldset class="search-area"> |
| 454 | 196 |
<legend>검색</legend> |
| 455 | 197 |
<div class="search"> |
| 456 |
- <input type="text" placeholder="과목명으로 검색하세요." title="과목명 입력" class="subject-sch" /> |
|
| 198 |
+ <input type="text" placeholder="과목명으로 검색하세요." title="과목명 입력" class="subject-sch"> |
|
| 457 | 199 |
<button class="btn ico-search">검색</button> |
| 458 | 200 |
</div> |
| 459 | 201 |
</fieldset> |
... | ... | @@ -485,27 +227,27 @@ |
| 485 | 227 |
<fieldset class="checkradio-custom-area"> |
| 486 | 228 |
<legend>공통 과목</legend> |
| 487 | 229 |
<div class="checkradio round"> |
| 488 |
- <input type="radio" name="subject" id="subject1-1" /> |
|
| 230 |
+ <input type="radio" name="subject" id="subject1-1"> |
|
| 489 | 231 |
<label for="subject1-1" onclick="popupClosePub('popup-subject')">수학1</label>
|
| 490 | 232 |
</div> |
| 491 | 233 |
<div class="checkradio round"> |
| 492 |
- <input type="radio" name="subject" id="subject1-2" /> |
|
| 234 |
+ <input type="radio" name="subject" id="subject1-2"> |
|
| 493 | 235 |
<label for="subject1-2" onclick="popupClosePub('popup-subject')">수학2</label>
|
| 494 | 236 |
</div> |
| 495 | 237 |
<div class="checkradio round"> |
| 496 |
- <input type="radio" name="subject" id="subject1-3" /> |
|
| 238 |
+ <input type="radio" name="subject" id="subject1-3"> |
|
| 497 | 239 |
<label for="subject1-3" onclick="popupClosePub('popup-subject')">미적분</label>
|
| 498 | 240 |
</div> |
| 499 | 241 |
<div class="checkradio round"> |
| 500 |
- <input type="radio" name="subject" id="subject1-4" /> |
|
| 242 |
+ <input type="radio" name="subject" id="subject1-4"> |
|
| 501 | 243 |
<label for="subject1-4" onclick="popupClosePub('popup-subject')">확률과 통계</label>
|
| 502 | 244 |
</div> |
| 503 | 245 |
<div class="checkradio round"> |
| 504 |
- <input type="radio" name="subject" id="subject1-5" /> |
|
| 246 |
+ <input type="radio" name="subject" id="subject1-5"> |
|
| 505 | 247 |
<label for="subject1-5" onclick="popupClosePub('popup-subject')">수학과제 탐구</label>
|
| 506 | 248 |
</div> |
| 507 | 249 |
<div class="checkradio round"> |
| 508 |
- <input type="radio" name="subject" id="subject1-6" /> |
|
| 250 |
+ <input type="radio" name="subject" id="subject1-6"> |
|
| 509 | 251 |
<label for="subject1-6" onclick="popupClosePub('popup-subject')">경제수학</label>
|
| 510 | 252 |
</div> |
| 511 | 253 |
</fieldset> |
... | ... | @@ -523,27 +265,27 @@ |
| 523 | 265 |
<fieldset class="checkradio-custom-area"> |
| 524 | 266 |
<legend>공통 과목</legend> |
| 525 | 267 |
<div class="checkradio round"> |
| 526 |
- <input type="radio" name="subject" id="subject1-1" /> |
|
| 268 |
+ <input type="radio" name="subject" id="subject1-1"> |
|
| 527 | 269 |
<label for="subject1-1" onclick="popupClosePub('popup-subject')">수학1</label>
|
| 528 | 270 |
</div> |
| 529 | 271 |
<div class="checkradio round"> |
| 530 |
- <input type="radio" name="subject" id="subject1-2" /> |
|
| 272 |
+ <input type="radio" name="subject" id="subject1-2"> |
|
| 531 | 273 |
<label for="subject1-2" onclick="popupClosePub('popup-subject')">수학2</label>
|
| 532 | 274 |
</div> |
| 533 | 275 |
<div class="checkradio round"> |
| 534 |
- <input type="radio" name="subject" id="subject1-3" /> |
|
| 276 |
+ <input type="radio" name="subject" id="subject1-3"> |
|
| 535 | 277 |
<label for="subject1-3" onclick="popupClosePub('popup-subject')">미적분</label>
|
| 536 | 278 |
</div> |
| 537 | 279 |
<div class="checkradio round"> |
| 538 |
- <input type="radio" name="subject" id="subject1-4" /> |
|
| 280 |
+ <input type="radio" name="subject" id="subject1-4"> |
|
| 539 | 281 |
<label for="subject1-4" onclick="popupClosePub('popup-subject')">확률과 통계</label>
|
| 540 | 282 |
</div> |
| 541 | 283 |
<div class="checkradio round"> |
| 542 |
- <input type="radio" name="subject" id="subject1-5" /> |
|
| 284 |
+ <input type="radio" name="subject" id="subject1-5"> |
|
| 543 | 285 |
<label for="subject1-5" onclick="popupClosePub('popup-subject')">수학과제 탐구</label>
|
| 544 | 286 |
</div> |
| 545 | 287 |
<div class="checkradio round"> |
| 546 |
- <input type="radio" name="subject" id="subject1-6" /> |
|
| 288 |
+ <input type="radio" name="subject" id="subject1-6"> |
|
| 547 | 289 |
<label for="subject1-6" onclick="popupClosePub('popup-subject')">경제수학</label>
|
| 548 | 290 |
</div> |
| 549 | 291 |
</fieldset> |
... | ... | @@ -579,7 +321,7 @@ |
| 579 | 321 |
</select> |
| 580 | 322 |
</div> |
| 581 | 323 |
<div class="search"> |
| 582 |
- <input type="text" placeholder="성취기준코드, 성취기준으로 검색" title="성취기준코드, 성취기준으로 검색해주세요." class="achievecode-sch" /> |
|
| 324 |
+ <input type="text" placeholder="성취기준코드, 성취기준으로 검색" title="성취기준코드, 성취기준으로 검색해주세요." class="achievecode-sch"> |
|
| 583 | 325 |
<button class="btn ico-search">검색</button> |
| 584 | 326 |
</div> |
| 585 | 327 |
</fieldset> |
... | ... | @@ -588,7 +330,7 @@ |
| 588 | 330 |
<div class="extend-fnc-area"> |
| 589 | 331 |
<div class="l-area"> |
| 590 | 332 |
<div class="checkradio"> |
| 591 |
- <input type="checkbox" id="check-all" /> |
|
| 333 |
+ <input type="checkbox" id="check-all"> |
|
| 592 | 334 |
<label for="check-all">전체 선택</label> |
| 593 | 335 |
</div> |
| 594 | 336 |
<button class="btn xsm secondary">선택 추가</button> |
... | ... | @@ -599,13 +341,13 @@ |
| 599 | 341 |
<table> |
| 600 | 342 |
<caption>성취기준 선택</caption> |
| 601 | 343 |
<colgroup> |
| 602 |
- <col style="width: 36px" /> |
|
| 603 |
- <col /> |
|
| 604 |
- <col /> |
|
| 605 |
- <col style="width: 36%" /> |
|
| 606 |
- <col /> |
|
| 607 |
- <col /> |
|
| 608 |
- <col style="width: 100px" /> |
|
| 344 |
+ <col style="width: 36px"> |
|
| 345 |
+ <col> |
|
| 346 |
+ <col> |
|
| 347 |
+ <col style="width: 36%"> |
|
| 348 |
+ <col> |
|
| 349 |
+ <col> |
|
| 350 |
+ <col style="width: 100px"> |
|
| 609 | 351 |
</colgroup> |
| 610 | 352 |
<thead> |
| 611 | 353 |
<tr> |
... | ... | @@ -622,7 +364,7 @@ |
| 622 | 364 |
<tr> |
| 623 | 365 |
<td> |
| 624 | 366 |
<label class="checkbox icon-only"> |
| 625 |
- <input type="checkbox" /> |
|
| 367 |
+ <input type="checkbox"> |
|
| 626 | 368 |
<span>선택</span> |
| 627 | 369 |
</label> |
| 628 | 370 |
</td> |
... | ... | @@ -640,7 +382,7 @@ |
| 640 | 382 |
<tr> |
| 641 | 383 |
<td> |
| 642 | 384 |
<label class="checkbox icon-only"> |
| 643 |
- <input type="checkbox" /> |
|
| 385 |
+ <input type="checkbox"> |
|
| 644 | 386 |
<span>선택</span> |
| 645 | 387 |
</label> |
| 646 | 388 |
</td> |
... | ... | @@ -658,7 +400,7 @@ |
| 658 | 400 |
<tr> |
| 659 | 401 |
<td> |
| 660 | 402 |
<label class="checkbox icon-only"> |
| 661 |
- <input type="checkbox" /> |
|
| 403 |
+ <input type="checkbox"> |
|
| 662 | 404 |
<span>선택</span> |
| 663 | 405 |
</label> |
| 664 | 406 |
</td> |
... | ... | @@ -676,7 +418,7 @@ |
| 676 | 418 |
<tr> |
| 677 | 419 |
<td> |
| 678 | 420 |
<label class="checkbox icon-only"> |
| 679 |
- <input type="checkbox" /> |
|
| 421 |
+ <input type="checkbox"> |
|
| 680 | 422 |
<span>선택</span> |
| 681 | 423 |
</label> |
| 682 | 424 |
</td> |
... | ... | @@ -694,7 +436,7 @@ |
| 694 | 436 |
<tr> |
| 695 | 437 |
<td> |
| 696 | 438 |
<label class="checkbox icon-only"> |
| 697 |
- <input type="checkbox" /> |
|
| 439 |
+ <input type="checkbox"> |
|
| 698 | 440 |
<span>선택</span> |
| 699 | 441 |
</label> |
| 700 | 442 |
</td> |
... | ... | @@ -712,7 +454,7 @@ |
| 712 | 454 |
<tr> |
| 713 | 455 |
<td> |
| 714 | 456 |
<label class="checkbox icon-only"> |
| 715 |
- <input type="checkbox" /> |
|
| 457 |
+ <input type="checkbox"> |
|
| 716 | 458 |
<span>선택</span> |
| 717 | 459 |
</label> |
| 718 | 460 |
</td> |
... | ... | @@ -730,7 +472,7 @@ |
| 730 | 472 |
<tr> |
| 731 | 473 |
<td> |
| 732 | 474 |
<label class="checkbox icon-only"> |
| 733 |
- <input type="checkbox" /> |
|
| 475 |
+ <input type="checkbox"> |
|
| 734 | 476 |
<span>선택</span> |
| 735 | 477 |
</label> |
| 736 | 478 |
</td> |
... | ... | @@ -748,7 +490,7 @@ |
| 748 | 490 |
<tr> |
| 749 | 491 |
<td> |
| 750 | 492 |
<label class="checkbox icon-only"> |
| 751 |
- <input type="checkbox" /> |
|
| 493 |
+ <input type="checkbox"> |
|
| 752 | 494 |
<span>선택</span> |
| 753 | 495 |
</label> |
| 754 | 496 |
</td> |
... | ... | @@ -766,7 +508,7 @@ |
| 766 | 508 |
<tr> |
| 767 | 509 |
<td> |
| 768 | 510 |
<label class="checkbox icon-only"> |
| 769 |
- <input type="checkbox" /> |
|
| 511 |
+ <input type="checkbox"> |
|
| 770 | 512 |
<span>선택</span> |
| 771 | 513 |
</label> |
| 772 | 514 |
</td> |
... | ... | @@ -784,7 +526,7 @@ |
| 784 | 526 |
<tr> |
| 785 | 527 |
<td> |
| 786 | 528 |
<label class="checkbox icon-only"> |
| 787 |
- <input type="checkbox" /> |
|
| 529 |
+ <input type="checkbox"> |
|
| 788 | 530 |
<span>선택</span> |
| 789 | 531 |
</label> |
| 790 | 532 |
</td> |
--- resources/front/site/SITE_00000/css/common/component/_component.scss
+++ resources/front/site/SITE_00000/css/common/component/_component.scss
... | ... | @@ -1424,7 +1424,7 @@ |
| 1424 | 1424 |
background: $color-white-alpha60; |
| 1425 | 1425 |
font-size: 0; |
| 1426 | 1426 |
text-align: center; |
| 1427 |
- z-index: 101; |
|
| 1427 |
+ z-index: 1000; |
|
| 1428 | 1428 |
backdrop-filter:blur(8px); |
| 1429 | 1429 |
gap: $spacing-2xsm; |
| 1430 | 1430 |
figure {
|
--- resources/front/site/SITE_00000/css/common/component/_popup.scss
+++ resources/front/site/SITE_00000/css/common/component/_popup.scss
... | ... | @@ -52,7 +52,8 @@ |
| 52 | 52 |
} |
| 53 | 53 |
} |
| 54 | 54 |
.popup, |
| 55 |
-.popup-alert {
|
|
| 55 |
+.popup-alert, |
|
| 56 |
+.popup-modal {
|
|
| 56 | 57 |
border: 1px solid $color-gray30; |
| 57 | 58 |
max-width: calc(100% - $size-wrap-spacing * 2); |
| 58 | 59 |
left: 50%; |
... | ... | @@ -102,6 +103,8 @@ |
| 102 | 103 |
// } |
| 103 | 104 |
.popup, |
| 104 | 105 |
.popup-modal {
|
| 106 |
+ display: none; |
|
| 107 |
+ max-height: calc(100vh - $size-wrap-spacing * 2); |
|
| 105 | 108 |
max-width: calc(100% - $pop-gap*2); |
| 106 | 109 |
width: $size-popup-md; |
| 107 | 110 |
z-index: 100; |
... | ... | @@ -163,8 +166,7 @@ |
| 163 | 166 |
} |
| 164 | 167 |
} |
| 165 | 168 |
.popup {
|
| 166 |
- display: none; |
|
| 167 |
- max-height: calc(100vh - $size-wrap-spacing * 2); |
|
| 169 |
+ |
|
| 168 | 170 |
} |
| 169 | 171 |
.pop-close {
|
| 170 | 172 |
position: absolute; |
... | ... | @@ -328,45 +330,45 @@ |
| 328 | 330 |
} |
| 329 | 331 |
} |
| 330 | 332 |
} |
| 331 |
-.popup-modal-area {
|
|
| 332 |
- display: none; |
|
| 333 |
- position: fixed; |
|
| 334 |
- flex-direction: column; |
|
| 335 |
- align-items: center; |
|
| 336 |
- justify-content: center; |
|
| 337 |
- top: 0; |
|
| 338 |
- left: 0; |
|
| 339 |
- right: 0; |
|
| 340 |
- bottom: 0; |
|
| 341 |
- z-index: 100; |
|
| 342 |
- overflow: hidden; |
|
| 343 |
- .dim-modal {
|
|
| 344 |
- position: fixed; |
|
| 345 |
- inset: 0; |
|
| 346 |
- background-color: rgba(0, 0, 0, 0.2); |
|
| 347 |
- backdrop-filter: blur(4px); |
|
| 348 |
- z-index: -1; |
|
| 349 |
- } |
|
| 350 |
- &.is-active {
|
|
| 351 |
- display: flex; |
|
| 352 |
- .popup-modal {
|
|
| 353 |
- display: flex; |
|
| 354 |
- animation: modalShow 0.5s forwards; |
|
| 355 |
- } |
|
| 356 |
- } |
|
| 357 |
-} |
|
| 358 |
-.popup-modal {
|
|
| 359 |
- position: fixed; |
|
| 360 |
- right:0; |
|
| 361 |
- top:0; |
|
| 362 |
- bottom:0; |
|
| 363 |
- display: none; |
|
| 364 |
- transform: translateX(100%); |
|
| 365 |
- &.is-active {
|
|
| 366 |
- display: flex; |
|
| 367 |
- animation: modalShow 0.5s forwards; |
|
| 368 |
- } |
|
| 369 |
-} |
|
| 333 |
+// .popup-modal-area {
|
|
| 334 |
+// display: none; |
|
| 335 |
+// position: fixed; |
|
| 336 |
+// flex-direction: column; |
|
| 337 |
+// align-items: center; |
|
| 338 |
+// justify-content: center; |
|
| 339 |
+// top: 0; |
|
| 340 |
+// left: 0; |
|
| 341 |
+// right: 0; |
|
| 342 |
+// bottom: 0; |
|
| 343 |
+// z-index: 100; |
|
| 344 |
+// overflow: hidden; |
|
| 345 |
+// .dim-modal {
|
|
| 346 |
+// position: fixed; |
|
| 347 |
+// inset: 0; |
|
| 348 |
+// background-color: rgba(0, 0, 0, 0.2); |
|
| 349 |
+// backdrop-filter: blur(4px); |
|
| 350 |
+// z-index: -1; |
|
| 351 |
+// } |
|
| 352 |
+// &.is-active {
|
|
| 353 |
+// display: flex; |
|
| 354 |
+// .popup-modal {
|
|
| 355 |
+// display: flex; |
|
| 356 |
+// animation: modalShow 0.5s forwards; |
|
| 357 |
+// } |
|
| 358 |
+// } |
|
| 359 |
+// } |
|
| 360 |
+// .popup-modal {
|
|
| 361 |
+// position: fixed; |
|
| 362 |
+// right:0; |
|
| 363 |
+// top:0; |
|
| 364 |
+// bottom:0; |
|
| 365 |
+// display: none; |
|
| 366 |
+// transform: translateX(100%); |
|
| 367 |
+// &.is-active {
|
|
| 368 |
+// display: flex; |
|
| 369 |
+// animation: modalShow 0.5s forwards; |
|
| 370 |
+// } |
|
| 371 |
+// } |
|
| 370 | 372 |
.pop-msg-area {
|
| 371 | 373 |
display: flex; |
| 372 | 374 |
flex-direction: column; |
--- resources/front/site/SITE_00000/css/custom/page/_chart.scss
+++ resources/front/site/SITE_00000/css/custom/page/_chart.scss
... | ... | @@ -339,7 +339,7 @@ |
| 339 | 339 |
background: $color-background-default-secondary; |
| 340 | 340 |
border:none; |
| 341 | 341 |
} |
| 342 |
- @at-root .row .section-box {
|
|
| 342 |
+ @at-root .row .section-box, .section-row .section-box{
|
|
| 343 | 343 |
margin-bottom: 0; |
| 344 | 344 |
} |
| 345 | 345 |
} |
--- resources/front/site/SITE_00000/css/style.css
+++ resources/front/site/SITE_00000/css/style.css
... | ... | @@ -8341,7 +8341,8 @@ |
| 8341 | 8341 |
} |
| 8342 | 8342 |
|
| 8343 | 8343 |
.popup, |
| 8344 |
-.popup-alert {
|
|
| 8344 |
+.popup-alert, |
|
| 8345 |
+.popup-modal {
|
|
| 8345 | 8346 |
border: 1px solid #B1B8BE; |
| 8346 | 8347 |
max-width: calc(100% - var(--size-wrap-spacing) * 2); |
| 8347 | 8348 |
left: 50%; |
... | ... | @@ -8355,6 +8356,8 @@ |
| 8355 | 8356 |
|
| 8356 | 8357 |
.popup, |
| 8357 | 8358 |
.popup-modal {
|
| 8359 |
+ display: none; |
|
| 8360 |
+ max-height: calc(100vh - var(--size-wrap-spacing) * 2); |
|
| 8358 | 8361 |
max-width: calc(100% - var(--pop-gap) * 2); |
| 8359 | 8362 |
width: var(--size-popup-md); |
| 8360 | 8363 |
z-index: 100; |
... | ... | @@ -8434,11 +8437,6 @@ |
| 8434 | 8437 |
.popup-modal .pop-close {
|
| 8435 | 8438 |
top: calc(var(--pop-gap) - 0.4rem); |
| 8436 | 8439 |
right: var(--pop-gap); |
| 8437 |
-} |
|
| 8438 |
- |
|
| 8439 |
-.popup {
|
|
| 8440 |
- display: none; |
|
| 8441 |
- max-height: calc(100vh - var(--size-wrap-spacing) * 2); |
|
| 8442 | 8440 |
} |
| 8443 | 8441 |
|
| 8444 | 8442 |
.pop-close {
|
... | ... | @@ -8646,63 +8644,6 @@ |
| 8646 | 8644 |
} |
| 8647 | 8645 |
.popup-overlay-area .thumb-list .thumb-txt-area .label {
|
| 8648 | 8646 |
background-color: #464C53; |
| 8649 |
-} |
|
| 8650 |
- |
|
| 8651 |
-.popup-modal-area {
|
|
| 8652 |
- display: none; |
|
| 8653 |
- position: fixed; |
|
| 8654 |
- -webkit-box-orient: vertical; |
|
| 8655 |
- -webkit-box-direction: normal; |
|
| 8656 |
- -ms-flex-direction: column; |
|
| 8657 |
- flex-direction: column; |
|
| 8658 |
- -webkit-box-align: center; |
|
| 8659 |
- -ms-flex-align: center; |
|
| 8660 |
- align-items: center; |
|
| 8661 |
- -webkit-box-pack: center; |
|
| 8662 |
- -ms-flex-pack: center; |
|
| 8663 |
- justify-content: center; |
|
| 8664 |
- top: 0; |
|
| 8665 |
- left: 0; |
|
| 8666 |
- right: 0; |
|
| 8667 |
- bottom: 0; |
|
| 8668 |
- z-index: 100; |
|
| 8669 |
- overflow: hidden; |
|
| 8670 |
-} |
|
| 8671 |
-.popup-modal-area .dim-modal {
|
|
| 8672 |
- position: fixed; |
|
| 8673 |
- inset: 0; |
|
| 8674 |
- background-color: rgba(0, 0, 0, 0.2); |
|
| 8675 |
- backdrop-filter: blur(4px); |
|
| 8676 |
- z-index: -1; |
|
| 8677 |
-} |
|
| 8678 |
-.popup-modal-area.is-active {
|
|
| 8679 |
- display: -webkit-box; |
|
| 8680 |
- display: -ms-flexbox; |
|
| 8681 |
- display: flex; |
|
| 8682 |
-} |
|
| 8683 |
-.popup-modal-area.is-active .popup-modal {
|
|
| 8684 |
- display: -webkit-box; |
|
| 8685 |
- display: -ms-flexbox; |
|
| 8686 |
- display: flex; |
|
| 8687 |
- -webkit-animation: modalShow 0.5s forwards; |
|
| 8688 |
- animation: modalShow 0.5s forwards; |
|
| 8689 |
-} |
|
| 8690 |
- |
|
| 8691 |
-.popup-modal {
|
|
| 8692 |
- position: fixed; |
|
| 8693 |
- right: 0; |
|
| 8694 |
- top: 0; |
|
| 8695 |
- bottom: 0; |
|
| 8696 |
- display: none; |
|
| 8697 |
- -webkit-transform: translateX(100%); |
|
| 8698 |
- transform: translateX(100%); |
|
| 8699 |
-} |
|
| 8700 |
-.popup-modal.is-active {
|
|
| 8701 |
- display: -webkit-box; |
|
| 8702 |
- display: -ms-flexbox; |
|
| 8703 |
- display: flex; |
|
| 8704 |
- -webkit-animation: modalShow 0.5s forwards; |
|
| 8705 |
- animation: modalShow 0.5s forwards; |
|
| 8706 | 8647 |
} |
| 8707 | 8648 |
|
| 8708 | 8649 |
.pop-msg-area {
|
... | ... | @@ -13215,7 +13156,7 @@ |
| 13215 | 13156 |
background: rgba(255, 255, 255, 0.75); |
| 13216 | 13157 |
font-size: 0; |
| 13217 | 13158 |
text-align: center; |
| 13218 |
- z-index: 101; |
|
| 13159 |
+ z-index: 1000; |
|
| 13219 | 13160 |
backdrop-filter: blur(8px); |
| 13220 | 13161 |
gap: 0.4rem; |
| 13221 | 13162 |
} |
... | ... | @@ -30884,7 +30825,7 @@ |
| 30884 | 30825 |
background: var(--color-background-default-secondary); |
| 30885 | 30826 |
border: none; |
| 30886 | 30827 |
} |
| 30887 |
-.row .section-box {
|
|
| 30828 |
+.row .section-box, .section-row .section-box {
|
|
| 30888 | 30829 |
margin-bottom: 0; |
| 30889 | 30830 |
} |
| 30890 | 30831 |
|
--- 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
| 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
| This diff is too big to display. |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?