-
582dist/assets/css/style.css
-
2dist/assets/css/style.min.css
-
2dist/assets/css/style.min.css.map
-
BINdist/assets/images/common/blog.png
-
BINdist/assets/images/common/instagram.png
-
BINdist/assets/images/common/move-top.png
-
BINdist/assets/images/common/tv.png
-
BINdist/assets/images/ex/ex1.png
-
BINdist/assets/images/ex/ex2.png
-
BINdist/assets/images/ex/ex3.png
-
BINdist/assets/images/ex/ex4.png
-
BINdist/assets/images/ex/ex5-m.png
-
BINdist/assets/images/ex/ex5.png
-
BINdist/assets/images/ex/ex8.png
-
263dist/clips/clips.html
-
166dist/clips/detail.html
-
37dist/index.html
-
146dist/news/detail.html
-
164dist/news/news.html
-
141dist/shorts/detail.html
-
142dist/shorts/shorts.html
-
147dist/toons/detail.html
-
144dist/toons/toons.html
-
128src/html/clips/clips.html
-
90src/html/clips/detail.html
-
4src/html/include/footer.html
-
58src/html/include/form-box.html
-
2src/html/include/header.html
-
6src/html/include/pagination.html
-
7src/html/include/search_box.html
-
9src/html/include/sub-sns.html
-
25src/html/index.html
-
70src/html/news/detail.html
-
29src/html/news/news.html
-
69src/html/shorts/detail.html
-
7src/html/shorts/shorts.html
-
71src/html/toons/detail.html
-
9src/html/toons/toons.html
-
180src/scss/common/_layout.scss
-
10src/scss/components/_breadcrumbs.scss
-
9src/scss/components/_contents_box.scss
-
12src/scss/components/_pagination.scss
-
121src/scss/pages/_lists.scss
-
99src/scss/pages/main.scss
582
dist/assets/css/style.css
File diff suppressed because it is too large
View File
2
dist/assets/css/style.min.css
File diff suppressed because it is too large
View File
2
dist/assets/css/style.min.css.map
File diff suppressed because it is too large
View File
Before Width: 100 | Height: 100 | Size: 5.3 KiB After Width: 300 | Height: 300 | Size: 10 KiB |
Before Width: 100 | Height: 100 | Size: 6.4 KiB After Width: 300 | Height: 300 | Size: 23 KiB |
After Width: 50 | Height: 50 | Size: 1.3 KiB |
Before Width: 100 | Height: 100 | Size: 4.8 KiB After Width: 300 | Height: 300 | Size: 9.0 KiB |
Before Width: 419 | Height: 236 | Size: 199 KiB After Width: 627 | Height: 351 | Size: 34 KiB |
Before Width: 181 | Height: 181 | Size: 48 KiB After Width: 271 | Height: 271 | Size: 86 KiB |
Before Width: 185 | Height: 185 | Size: 54 KiB After Width: 277 | Height: 277 | Size: 105 KiB |
Before Width: 200 | Height: 358 | Size: 164 KiB After Width: 287 | Height: 528 | Size: 328 KiB |
After Width: 800 | Height: 357 | Size: 345 KiB |
Before Width: 801 | Height: 73 | Size: 26 KiB After Width: 1199 | Height: 107 | Size: 171 KiB |
Before Width: 358 | Height: 193 | Size: 152 KiB After Width: 537 | Height: 289 | Size: 308 KiB |
@ -0,0 +1,58 @@ |
|||
<div class="form-content-wrap"> |
|||
<h5 class="form-title">콘텐츠 품질 향상을 위해<br> 이해도와 만족도 조사를 실시하고 있습니다.</h5> |
|||
|
|||
<!-- 폼 1 시작 --> |
|||
<div class="form top"> |
|||
<!-- 만족도 시작 --> |
|||
<div class="form-content-box"> |
|||
<div class="form-box"> |
|||
<h6 class="question-title">현재 콘텐츠의 내용과 설명에 대해 만족하십니까?</h6> |
|||
<div class="form-radio-box"> |
|||
<div class="radio-item"><input type="radio" id="radio01-01" name="radio01" value="5"><label for="radio01-01">매우만족</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio01-02" name="radio01" value="4"><label for="radio01-02">만족</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio01-03" name="radio01" value="3"><label for="radio01-03">보통</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio01-04" name="radio01" value="2"><label for="radio01-04">불만족</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio01-05" name="radio01" value="1"><label for="radio01-05">매우불만족</label></div> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class="form-box"> |
|||
<h6 class="question-title">이 페이지에서 제공하는 콘텐츠가 얼마나 이해되십니까?</h6> |
|||
<div class="form-radio-box"> |
|||
<div class="radio-item"><input type="radio" id="radio02-01" name="radio02" value="5"><label for="radio02-01">매우만족</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio02-02" name="radio02" value="4"><label for="radio02-02">만족</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio02-03" name="radio02" value="3"><label for="radio02-03">보통</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio02-04" name="radio02" value="2"><label for="radio02-04">불만족</label></div> |
|||
<div class="radio-item"><input type="radio" id="radio02-05" name="radio02" value="1"><label for="radio02-05">매우불만족</label></div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<button id="submit-survey" class="form-btn">확인</button> |
|||
<!-- 만족도 끝 --> |
|||
</div> |
|||
<!-- 폼 1 끝 --> |
|||
|
|||
|
|||
<!-- 폼 2 시작 --> |
|||
<div class="form-02 cf"> |
|||
<!-- 만족도 시작 --> |
|||
<div class="form-content-box cf" style="border:0; padding-bottom:0;"> |
|||
<div class="form-box"> |
|||
<h5 class="question-title">콘텐츠에 대한 자유로운 의견을 남겨주세요.</h5> |
|||
<div class="form-radio-box other"> |
|||
<textarea placeholder="보내주신 의견은 검토하여 콘텐츠 제작에 반영할 예정입니다.(200자 이내) " name="strSurveyText" id="strSurveyText" onkeyup="fncChkByte(this,400)"></textarea> |
|||
</div> |
|||
<div class="textarea-num"> |
|||
<span id="byteInfo">0</span> |
|||
/ 400 |
|||
<span>byte</span> |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
<!-- 만족도 끝 --> |
|||
|
|||
<button id="submit-recommand" class="form-btn">확인</button> |
|||
</div> |
|||
<!-- 폼 2 끝 --> |
|||
</div> |