2023/11/16 찾아가는 저작권 교육 > 마이페이지 퍼블리싱 + 실무역량강화 > 강의목록 퍼블리싱 수정
This commit is contained in:
parent
f65fe4ca05
commit
a8928588c8
@ -288,8 +288,9 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
.tb_tit02.titBtn {margin-bottom: 10px;}
|
||||
.tb_tit02.titBtn button {height: 34px; font-size: 14px; padding: 0 12px;}
|
||||
|
||||
.best_list {display:flex; width:100%; justify-content: space-between; padding:0 0 60px 0;}
|
||||
.best_list .best_con {position: relative; width:23%; border:1px solid #d5d5d5; border-radius: 20px 0; overflow: hidden;}
|
||||
.best_list {display:flex; width:100%; padding:0 0 60px 0;}
|
||||
.best_list .best_con {position: relative; width:24%; border:1px solid #d5d5d5; border-radius: 20px 0; overflow: hidden; margin: 0 30px 0 0;}
|
||||
.best_list .best_con:last-child{margin: 0;}
|
||||
.best_list .best_con:hover::after {position: absolute; content: ""; width: calc(100% - 4px); height: calc(100% - 4px); border: 2px solid #ed5908; border-radius: 20px 0; left: 0;top: 0;}
|
||||
.best_list .best_con:hover {box-shadow: 0px 0px 10px rgba(237,89,8,0.8);}
|
||||
.best_list .best_con .img {width: 100%; height: 215px; overflow: hidden; background-color: #f2f4f9;}
|
||||
@ -750,9 +751,30 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li p span{font-weight: 500;}
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num .sus_te p b span{font-size: 15px; font-weight: 400;}
|
||||
|
||||
/*마이페이지 추가*/
|
||||
.mypage_wrap .mypage{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 40px 0;}
|
||||
.mypage_wrap .mypage li{width: calc((100% - 170px)/4);}
|
||||
.mypage_wrap .mypage .wrap{height: 178px; border-radius: 10px; background-color: #eaedf1;}
|
||||
.mypage_wrap .mypage .wrap .title{border-radius: 10px 10px 0 0; background-color: #3a72db; text-align: center; font-size: 20px; color: #fff; font-weight: 500; line-height: 53px;}
|
||||
.mypage_wrap .mypage .wrap .title p img{margin: 0 0 4px 0;}
|
||||
.mypage_wrap .mypage .wrap .inner_text{width: calc(100% - 68px); height: calc(100% - 116px); padding: 7px 7px 10px 7px; margin: 23px auto 0 auto; border-radius: 10px; background-color: #fff; font-size: 18px; font-weight: 400; color: #666; text-align: center; line-height: 1.4;}
|
||||
.mypage_wrap .mypage .wrap .inner_text a i{display: inline-block; width: 4px; height: 4px; background-color: #3a72db; margin: 0 5px 4px 0; border-radius: 100%;}
|
||||
.mypage_wrap .mypage .wrap .inner_text a p span{margin: 0 0 0 20px; font-size: 22px; font-weight: 500; color: #222;}
|
||||
.mypage_wrap .mypage .wrap .inner_text a:hover *{color: #e95504;}
|
||||
.mypage_wrap .tb_tit02 .tb_tit02_left .t_best{background-image: none; padding: 0;}
|
||||
.mypage_wrap .tb_list02 thead tr th{font-weight: 500;}
|
||||
.mypage_wrap .tb_list02 tbody tr td{height: 47px;}
|
||||
.mypage_wrap .mypage_table{display: flex;}
|
||||
.mypage_wrap .mypage_table .right{margin: 0 60px 0 0;}
|
||||
.mypage_wrap .mypage_table table tbody tr{cursor: pointer;}
|
||||
.mypage_wrap .mypage_table table tbody tr:hover{color: #e95504;}
|
||||
.mypage_wrap .first_line{margin: 0 0 60px 0;}
|
||||
|
||||
/*마이페이지_m 추가*/
|
||||
.mypage_m .mypage_m_list ul{border-top: none;}
|
||||
|
||||
/*교육소개 추가*/
|
||||
@media all and (max-width: 1300px){
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 55%;}
|
||||
}
|
||||
|
||||
@ -771,12 +793,17 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
|
||||
}
|
||||
|
||||
/*교육소개 추가*/
|
||||
@media all and (max-width: 1100px){
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 80%;}
|
||||
|
||||
/*마이페이지 추가*/
|
||||
.mypage_wrap .mypage{margin: 0 0 20px 0;}
|
||||
.mypage_wrap .mypage li{width: calc((100% - 45px)/2); margin: 0 0 40px 0;}
|
||||
.mypage_wrap .mypage .wrap .inner_text{width: calc(100% - 67px); height: calc(100% - 116px); padding: 7px 7px 11px 7px; margin: 21px auto 0 auto;}
|
||||
.mypage_wrap .mypage_table .right{margin: 0 40px 0 0;}
|
||||
}
|
||||
|
||||
|
||||
@media all and (max-width: 1280px){
|
||||
.list_top {padding: 15px 20px;}
|
||||
input[type="text"] {padding: 0 12px;}
|
||||
@ -804,8 +831,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
|
||||
}
|
||||
|
||||
/*교육소개 추가*/
|
||||
@media all and (max-width: 860px){
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 100%;}
|
||||
}
|
||||
|
||||
@ -983,20 +1010,26 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
.edu_process .edu_close .text_area p {font-size:16px; font-weight:500; }
|
||||
.edu_process .edu_close .text_area p span {font-size:30px; font-weight: 500; }
|
||||
.tb_list02 {display:none;}
|
||||
|
||||
|
||||
/*마이페이지 추가*/
|
||||
.mypage_wrap .mypage{margin: 0 0 -60px 0;}
|
||||
}
|
||||
|
||||
|
||||
/*교육소개 추가*/
|
||||
@media all and (max-width: 640px) {
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li p{margin: auto auto auto 6px;}
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num .sus_te p b span{font-size: 14px;}
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li p b{padding: 0 5px 0 0; margin: 0 5px 0 0;}
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li p b::after{height:12px; top:5px;}
|
||||
|
||||
/*마이페이지 추가*/
|
||||
.mypage_wrap .mypage{margin: 0 0 -40px 0;}
|
||||
.mypage_wrap .mypage li{width: calc((100% - 26px)/2); margin: 0 0 25px 0;}
|
||||
.mypage_wrap .mypage .wrap .inner_text{width: calc(100% - 63px); height: calc(100% - 113px); padding: 9px 7px 8px 7px; margin: 21px auto 0 auto;}
|
||||
}
|
||||
|
||||
/*교육소개 추가*/
|
||||
@media all and (max-width: 560px){
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li{padding: 5px;}
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li p{line-height: 1.2;}
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li p b::after{display: none;}
|
||||
@ -1004,7 +1037,6 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
.edu_wrap .edu_img img{width: 100%;}
|
||||
}
|
||||
|
||||
|
||||
@media all and (max-width: 520px) {
|
||||
/* list top3 */
|
||||
.list_top3 ul li {width: calc(100%);}
|
||||
@ -1016,17 +1048,24 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
.list_view .view_info {display: block;}
|
||||
.list_view .view_info p {margin-bottom: 10px;}
|
||||
.list_view .view_info p:last-child {margin-bottom: 0;}
|
||||
|
||||
/*마이페이지 추가*/
|
||||
.mypage_wrap .mypage li{width: calc((100%)/1);}
|
||||
}
|
||||
|
||||
/*교육소개 추가*/
|
||||
@media all and (max-width: 400px){
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li{border-radius: 10px; padding: 10px;}
|
||||
|
||||
/* .edu_wrap .tb_type01 table tbody .edu_sus_num li p img{width: 8%;}*/
|
||||
|
||||
/*마이페이지 추가*/
|
||||
.mypage_wrap .tb_tit02{margin: -5px 0 10px 0;}
|
||||
.mypage_wrap .tb_tit02 .tb_tit02_left .t_best{font-size: 19px;}
|
||||
}
|
||||
|
||||
/*교육소개 추가*/
|
||||
@media all and (max-width: 340px){
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 110%; padding: 5px;}
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li .num{width: 20px; height: 20px; font-size: 14px;}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
998
src/main/webapp/visitEdu/usr/publish/sub_mypage.html
Normal file
998
src/main/webapp/visitEdu/usr/publish/sub_mypage.html
Normal file
@ -0,0 +1,998 @@
|
||||
<html lang="ko">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>한국저작권위원회 저작권 교육 시스템 > 마이페이지</title>
|
||||
|
||||
<!-- css -->
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/publish/css/reset.css">
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/datapicker/default.css">
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/publish/css/font.css">
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/publish/css/common.css">
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/publish/css/content.css">
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/publish/css/popup.css">
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/publish/datepicker/classic.css">
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/usr/publish/datepicker/classic.date.css">
|
||||
|
||||
|
||||
<!-- script -->
|
||||
<script src="/offedu/visitEdu/usr/publish/script/jquery-3.5.0.js"></script>
|
||||
<script src="/offedu/visitEdu/usr/datapicker/duet.system.js"></script>
|
||||
<script src="/offedu/visitEdu/usr/datapicker/duet.js"></script>
|
||||
<script src="/offedu/visitEdu/usr/datapicker/duet.esm.js"></script>
|
||||
<script src="/offedu/visitEdu/usr/publish/script/common.js"></script>
|
||||
<script src="/offedu/visitEdu/usr/publish/script/content.js"></script>
|
||||
<script src="/offedu/visitEdu/usr/publish/script/popup.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- skip menu -->
|
||||
<div class="skip_menu">
|
||||
<a href="#sub" class="contGo" title="본문 바로가기">본문 바로가기</a>
|
||||
</div>
|
||||
|
||||
<!-- 팝업을 위한 mask -->
|
||||
<div class="mask2" onclick="timeLayerUtil()"></div>
|
||||
<div class="mask"></div>
|
||||
|
||||
<!-- 교육신청 취소 -->
|
||||
<div class="tooltip-wrap">
|
||||
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="sub01_pop01" data-focus="sub01_pop01" data-focus-prev="sub01_pop01_close">
|
||||
<div class="popup_tit">
|
||||
<p>교육신청 취소</p>
|
||||
<button class="btn_popup_close tooltip-close" data-focus="sub01_pop01_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<div class="cont_body">
|
||||
<div class="popup_table_top">
|
||||
<button type="button" class="btnType06">다운로드</button>
|
||||
</div>
|
||||
<div class="pop_tb_type01">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width:22%;">
|
||||
<col style="">
|
||||
</colgroup>
|
||||
<tr>
|
||||
<th>첨부파일</th>
|
||||
<td>
|
||||
<div class="btn_wrap">
|
||||
<button type="button" class="btnType01 right">파일찾기</button>
|
||||
</div>
|
||||
<div class="file_wrap">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: auto;">
|
||||
<col style="width: 15%;">
|
||||
<col style="width: 15%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<th>파일 명</th>
|
||||
<th>종류</th>
|
||||
<th>크기</th>
|
||||
</thead>
|
||||
<tbody class="tb_file_before">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<p>첨부하실 파일을 <span>마우스끌어서</span> 넣어주세요.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>취소사유</th>
|
||||
<td><textarea></textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="pop_btn_wrap btn_layout01">
|
||||
<div class="btn_left">
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btnType05">제출</button><button type="button" class="btnType02 tooltip-close" data-focus="imsi-close" data-focus-next="imsi">취소</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--// 교육신청 취소 -->
|
||||
|
||||
<!-- 교육대상자 확인 -->
|
||||
<div class="tooltip-wrap">
|
||||
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="target_confirm_popup" data-focus="target_confirm_popup" data-focus-prev="target_confirm_popup_close">
|
||||
<div class="popup_tit">
|
||||
<p>교육대상자 확인</p>
|
||||
<button class="btn_popup_close tooltip-close" data-focus="target_confirm_popup_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<div class="cont_body">
|
||||
<div class="pop_tb_type01" style="overflow:visible;">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width:38%;">
|
||||
<col style="width:auto;">
|
||||
</colgroup>
|
||||
<tr>
|
||||
<th>성명</th>
|
||||
<td>
|
||||
<input type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>주민번호앞자리</th>
|
||||
<td>
|
||||
<div class="calendar_wrap">
|
||||
<duet-date-picker identifier="date" class="startDate"></duet-date-picker>
|
||||
</div>
|
||||
<script src="/offedu/visitEdu/usr/publish/script/duetdatepicker2.js"></script>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="pop_btn_wrap btn_layout01">
|
||||
<div class="btn_left">
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btnType05">제출</button><button type="button" class="btnType02 tooltip-close" data-focus="target_confirm_popup-close" data-focus-next="target_confirm_popup">취소</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--// 교육신청 취소 -->
|
||||
|
||||
<!-- 교육문의 -->
|
||||
<div class="tooltip-wrap">
|
||||
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="edu_in" data-focus="edu_in" data-focus-prev="edu_in_close">
|
||||
<div class="popup_tit">
|
||||
<p>교육문의하기</p> <button class="btn_popup_close tooltip-close" data-focus="edu_in_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<p class="text_greeting">안녕하세요.</br>한국저작권위원회입니다.</p>
|
||||
<div class="popup_texta"><textarea placeholder="문의내용을 입력해 주세요."></textarea></div>
|
||||
<div class="pop_btn_wrap btn_layout01">
|
||||
<div class="btn_left">
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<button type="button" class="btnType05">문의하기</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--// 교육문의 -->
|
||||
|
||||
|
||||
|
||||
<header class="">
|
||||
<div class="gnb_wrap">
|
||||
<div class="inner">
|
||||
<button class="site" alt="새창열림">
|
||||
<img src="/offedu/visitEdu/usr/publish/images/common/kcc_ci.png" alt="한국저작권위원회">
|
||||
<p>GO</p>
|
||||
</button>
|
||||
<div class="area_right">
|
||||
<a href="#" class="header_login"><i></i>로그인</a>
|
||||
<a href="#" class="header_join"><i></i>회원가입</a>
|
||||
<div class="btn_util">
|
||||
<button class="btn_minus" title="글자 축소"></button>
|
||||
<button class="btn_plus" title="글자 확대"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--// skip menu -->
|
||||
|
||||
<!-- header -->
|
||||
<div class="header">
|
||||
<div class="header_inner">
|
||||
<h1 class="logo"><a href="#none"><img src="/offedu/visitEdu/usr/publish/images/common/ci.png"
|
||||
alt="한국저작권위원회 저작권 교육 시스템"></a></h1>
|
||||
<div class="nav_wrap">
|
||||
<nav id="menu">
|
||||
<ul class="depth01 dep_li_04">
|
||||
<li class="depth01_li"><a href="#" class="menu_link">찾아가는 저작권교육<span
|
||||
class="menu_link_br">청소년</span></a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><a href="#" class="menu_link">찾아가는 저작권교육<span
|
||||
class="menu_link_br">성인</span></a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><a href="#" class="menu_link">교육콘텐츠 신청</a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><a href="#" class="menu_link">저작권 체험교실</a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="area_right">
|
||||
<button class="btn_search" title="검색영역 열기"></button>
|
||||
<button class="btn_menu" title="전체메뉴 열기"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<!--// header -->
|
||||
|
||||
<!-- full menu -->
|
||||
<div class="full_menu">
|
||||
<div class="inner">
|
||||
<h1 class="logo"><img src="/offedu/visitEdu/usr/publish/images/common/ci.png" alt="한국저작권위원회 저작권 교육 시스템"></h1>
|
||||
<ul class="depth01">
|
||||
<li class="depth01_li"><a href="#" class="menu_link">찾아가는 저작권교육<span>청소년</span></a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><a href="#" class="menu_link">찾아가는 저작권교육<span>성인</span></a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><a href="#" class="menu_link">교육과정 안내</a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><a href="#" class="menu_link">알림마당</a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
<li><a href="#">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><a href="#none" class="menu_link" target="_blank" title="새창열림">이용안내</a>
|
||||
<ul class="depth02">
|
||||
<li><a href="#none" target="_blank" title="새창열림">개인정보처리방침 <i class="link"></i></a></li>
|
||||
<li><a href="#none" target="_blank" title="새창열림">이메일무단수집거부 <i class="link"></i></a></li>
|
||||
<li><a href="#none" target="_blank" title="새창열림">고객서비스헌장 <i class="link"></i></a></li>
|
||||
<li><a href="#none" target="_blank" title="새창열림">저작권정책 <i class="link"></i></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<button class="btn_close" title="전체메뉴 닫기"></button>
|
||||
</div>
|
||||
</div>
|
||||
<!--// full menu -->
|
||||
|
||||
<!-- moblie menu -->
|
||||
<div id="m_menu" class="">
|
||||
<ul class="depth01">
|
||||
<li class="depth01_li"><button class="menu_tit" title="소메뉴 열기">찾아가는 저작권교육 <span>청소년</span></button>
|
||||
<ul class="depth02">
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><button class="menu_tit" title="소메뉴 열기">찾아가는 저작권교육 <span>성인</span></button>
|
||||
<ul class="depth02">
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><button class="menu_tit" title="소메뉴 열기">교육과정 안내</button>
|
||||
<ul class="depth02">
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><button class="menu_tit" title="소메뉴 열기">알림마당</button>
|
||||
<ul class="depth02">
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
<li><a href="#none">depth02</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="depth01_li"><button class="menu_tit" title="소메뉴 열기">마이페이지</button>
|
||||
<ul class="depth02">
|
||||
<li><a href="#">개인정보관리</a></li>
|
||||
<li><a href="#">신청현황</a></li>
|
||||
<li><a href="#">대리인정보관리</a></li>
|
||||
<li><a href="#">신청문의</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btn_close_wrap"><button class="btn_close" title="모바일메뉴 닫기"></button></div>
|
||||
</div>
|
||||
<!--// moblie menu -->
|
||||
|
||||
<!-- content -->
|
||||
<div class="container">
|
||||
<div class="navigation">
|
||||
<div class="inner">
|
||||
<ul class="list">
|
||||
<li class="home"><a href="/user/main/main.do">메인화면</a></li>
|
||||
<li>
|
||||
<button type="button" class="navi_title" id="p_menu_nm_navi" title="하위메뉴 열기">알림마당</button>
|
||||
<ul class="navi_depth" id="navi_depth_1">
|
||||
<li><a href="#">찾아가는 저작권교육 청소년</a></li>
|
||||
<li><a href="#">찾아가는 저작권교육 성인</a></li>
|
||||
<li><a href="#">저작권체험교실</a></li>
|
||||
<li><a href="#">교육콘텐츠 신청</a></li>
|
||||
<li><a href="#">알림마당</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<button type="button" class="navi_title" id="menu_nm_navi" title="하위메뉴 열기">공지사항</button>
|
||||
<ul class="navi_depth" id="navi_depth_2">
|
||||
<li><a href="#">공지사항</a></li>
|
||||
<li><a href="#">교육자료실</a></li>
|
||||
<li><a href="#">FAQ</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="path">
|
||||
<div class="pathedfr">
|
||||
<ul>
|
||||
<li class="home"><i></i>HOME</li>
|
||||
<li> > </li>
|
||||
<li>교육신청·확인</li>
|
||||
<li> > </li>
|
||||
<li>교육신청</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="inner">
|
||||
<!-- <div class="snb">
|
||||
<h2>찾아가는 저작권 교육<span>청소년</span></h2>
|
||||
<div class="ssleftxt">
|
||||
<ul>
|
||||
<li><a href="#none">교육신청 방법</a></li>
|
||||
<li><a href="#none">교육일정 안내</a></li>
|
||||
<li class="menu_on"><a href="#none">교육신청</a></li>
|
||||
<li><a href="#none">교육신청 조회</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="cont_wrap mypage_wrap">
|
||||
<div class="cont_tit">
|
||||
<h2>마이페이지</h2>
|
||||
<div class="sns_go">
|
||||
<button type="button" title="새창열림" onclick="window.open('http://www.facebook.com/koreacopyright')"><img
|
||||
src="/offedu/visitEdu/usr/publish/images/content/facebook_icon.png" alt="페이스북 바로가기"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="mypage">
|
||||
<li>
|
||||
<div class="wrap">
|
||||
<div class="title">
|
||||
<p><img src="/offedu/visitEdu/usr/publish/images/content/mypage_icon01.png" alt="찾아가는 교육 청소년 마이페이지 아이콘"> 찾교(청소년)</p>
|
||||
</div>
|
||||
<div class="inner_text">
|
||||
<a href="#">
|
||||
<p><i></i>교육진행 <span>01</span>건</p>
|
||||
</a>
|
||||
<a href="#">
|
||||
<p><i></i>교육종료 <span>10</span>건</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="wrap">
|
||||
<div class="title">
|
||||
<p><img src="/offedu/visitEdu/usr/publish/images/content/mypage_icon02.png" alt="찾아가는 성인 마이페이지 아이콘"> 찾교(성인)</p>
|
||||
</div>
|
||||
<div class="inner_text">
|
||||
<a href="#">
|
||||
<p><i></i>교육진행 <span>10</span>건</p>
|
||||
</a>
|
||||
<a href="#">
|
||||
<p><i></i>교육종료 <span>12</span>건</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="wrap">
|
||||
<div class="title">
|
||||
<p><img src="/offedu/visitEdu/usr/publish/images/content/mypage_icon03.png" alt="체험교실 마이페이지 아이콘"> 찾교(체험교실)</p>
|
||||
</div>
|
||||
<div class="inner_text">
|
||||
<a href="#">
|
||||
<p><i></i>교육진행 <span>10</span>건</p>
|
||||
</a>
|
||||
<a href="#">
|
||||
<p><i></i>교육종료 <span>05</span>건</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="wrap">
|
||||
<div class="title">
|
||||
<p><img src="/offedu/visitEdu/usr/publish/images/content/mypage_icon04.png" alt="실무역량강화 마이페이지 아이콘"> 실무역량강화</p>
|
||||
</div>
|
||||
<div class="inner_text">
|
||||
<a href="#">
|
||||
<p><i></i>교육진행 <span>05</span>건</p>
|
||||
</a>
|
||||
<a href="#">
|
||||
<p><i></i>교육종료 <span>18</span>건</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="mypage_table first_line">
|
||||
<div class="tb_list02 right">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">찾아가는 교육 청소년</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="찾아가는 교육 청소년 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<table>
|
||||
<caption>찾아가는 교육 청소년 목록표</caption>
|
||||
<colgroup>
|
||||
<col style="width:15%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:15%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>교육일</th>
|
||||
<th>신청유형</th>
|
||||
<th>신청상태</th>
|
||||
<th>설문</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-26</td>
|
||||
<td>오프라인</td>
|
||||
<td>교육예정</td>
|
||||
<td>미완료</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-26</td>
|
||||
<td>오프라인</td>
|
||||
<td>교육확정</td>
|
||||
<td>완료</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-21</td>
|
||||
<td>오프라인</td>
|
||||
<td>교육취소</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tb_list02">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">찾아가는 교육 성인</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="찾아가는 교육 성인 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<table>
|
||||
<caption>찾아가는 교육 성인 목록표</caption>
|
||||
<colgroup>
|
||||
<col style="width:15%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:15%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>교육일</th>
|
||||
<th>신청유형</th>
|
||||
<th>신청상태</th>
|
||||
<th>설문</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-26</td>
|
||||
<td>오프라인</td>
|
||||
<td>교육예정</td>
|
||||
<td>미완료</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-26</td>
|
||||
<td>온라인</td>
|
||||
<td>교육완료</td>
|
||||
<td>완료</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-21</td>
|
||||
<td>오프라인</td>
|
||||
<td>교육취소</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mypage_table">
|
||||
<div class="tb_list02 right">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">체험교실</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="체험교실 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<table>
|
||||
<caption>체험교실 목록표</caption>
|
||||
<colgroup>
|
||||
<col style="width:15%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:15%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>운영연도</th>
|
||||
<th>교육내용</th>
|
||||
<th>처리상태</th>
|
||||
<th>결과보고서</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023년</td>
|
||||
<td>담당교과</td>
|
||||
<td>운영확정</td>
|
||||
<td>미제출</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2022년</td>
|
||||
<td>체육</td>
|
||||
<td>운영종료</td>
|
||||
<td>제출완료</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023년</td>
|
||||
<td>교과수업</td>
|
||||
<td>운영종료</td>
|
||||
<td>제출완료</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="tb_list02">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">실무역량강화 교육</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="실무역량강화 교육 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<table>
|
||||
<caption>실무역량강화 교육 목록표</caption>
|
||||
<colgroup>
|
||||
<col style="width:15%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:12%;">
|
||||
<col style="width:15%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>교육일</th>
|
||||
<th>신청상태</th>
|
||||
<th>설문</th>
|
||||
<th>이수증</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-26</td>
|
||||
<td>오프라인</td>
|
||||
<td>교육예정</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-26</td>
|
||||
<td>온라인</td>
|
||||
<td>교육완료</td>
|
||||
<td>출력</td>
|
||||
</tr>
|
||||
<tr onclick="location.href='#'">
|
||||
<td>2023-07-21</td>
|
||||
<td>오프라인</td>
|
||||
<td>교육취소</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- moblie table -->
|
||||
<div class="tb_list01_m mypage_m">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">찾아가는 교육 청소년</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="찾아가는 교육 청소년 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mypage_m_list">
|
||||
<a href="#">
|
||||
<ul style="border-top: 2px solid #000;">
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-26</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청유형</span>
|
||||
<span>오프라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>교육예정</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>미완료</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-26</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청유형</span>
|
||||
<span>오프라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>교육확정</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>완료</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-21</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청유형</span>
|
||||
<span>오프라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>교육취소</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>-</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_list01_m mypage_m">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">찾아가는 교육 성인</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="찾아가는 교육 성인 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mypage_m_list">
|
||||
<a href="#">
|
||||
<ul style="border-top: 2px solid #000;">
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-26</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청유형</span>
|
||||
<span>오프라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>교육예정</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>미완료</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-26</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청유형</span>
|
||||
<span>온라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>교육완료</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>완료</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-21</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청유형</span>
|
||||
<span>오프라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>교육취소</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>-</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_list01_m mypage_m">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">체험교실</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="체험교실 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mypage_m_list">
|
||||
<a href="#">
|
||||
<ul style="border-top: 2px solid #000;">
|
||||
<li>
|
||||
<span>운영연도</span>
|
||||
<span>2023년</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>교육내용</span>
|
||||
<span>담당교과</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>처리상태</span>
|
||||
<span>운영확정</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>결과보고서</span>
|
||||
<span>미제출</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>운영연도</span>
|
||||
<span>2022년</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>교육내용</span>
|
||||
<span>체육</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>처리상태</span>
|
||||
<span>운영종료</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>결과보고서</span>
|
||||
<span>제출완료</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>운영연도</span>
|
||||
<span>2023년</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>교육내용</span>
|
||||
<span>교과수업</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>처리상태</span>
|
||||
<span>운영종료</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>결과보고서</span>
|
||||
<span>제출완료</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_list01_m mypage_m">
|
||||
<div class="tb_tit02">
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best">실무역량강화 교육</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="실무역량강화 교육 더보기" class="con_more" onclick="location.href='#'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mypage_m_list">
|
||||
<a href="#">
|
||||
<ul style="border-top: 2px solid #000;">
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-26</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>오프라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>교육예정</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>이수증</span>
|
||||
<span>-</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-26</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>온라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>교육완료</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>이수증</span>
|
||||
<span>출력</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
<a href="#">
|
||||
<ul>
|
||||
<li>
|
||||
<span>교육일</span>
|
||||
<span>2023-07-21</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>신청상태</span>
|
||||
<span>오프라인</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>설문</span>
|
||||
<span>교육취소</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>이수증</span>
|
||||
<span>-</span>
|
||||
</li>
|
||||
</ul>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--// moblie table -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--// content -->
|
||||
|
||||
<!-- footer -->
|
||||
<footer>
|
||||
<div class="inner">
|
||||
<div class="site">
|
||||
<ul>
|
||||
<li><a href="/">개인정보처리방침</a></li>
|
||||
<li><a href="/">이메일무단수집거부</a></li>
|
||||
<li><a href="/">고객서비스헌장</a></li>
|
||||
<li><a href="/">저작권정책</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="area_top">
|
||||
<h1 class="logo"><a href="#none"><img src="/offedu/visitEdu/usr/publish/images/common/ci.png"
|
||||
alt="한국저작권위원회 저작권 교육 시스템"></a></h1>
|
||||
<address>
|
||||
<p>진주 [52852] 경상남도 진주시 충의로 19, 1/2/5층 ☎ 대표번호 055.792.0000</p>
|
||||
<p>서울 [04323] 서울특별시 용산구 후암로 107, 5/16층 ☎ 대표번호 02.2669.0010</p>
|
||||
</address>
|
||||
<div class="site_go">
|
||||
<label for="site_select" class="label">관련사이트 선택</label>
|
||||
<select name="" id="site_select">
|
||||
<option value="">관련사이트</option>
|
||||
<option value="">관련사이트</option>
|
||||
<option value="">관련사이트</option>
|
||||
<option value="">관련사이트</option>
|
||||
</select>
|
||||
<button class="btn_go" title="사이트 이동 새창열림">이동</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!--// footer -->
|
||||
</body>
|
||||
Loading…
Reference in New Issue
Block a user