diff --git a/src/main/webapp/visitEdu/usr/publish/00_guide.html b/src/main/webapp/visitEdu/usr/publish/00_guide.html index c9138fba..cce15e4d 100644 --- a/src/main/webapp/visitEdu/usr/publish/00_guide.html +++ b/src/main/webapp/visitEdu/usr/publish/00_guide.html @@ -84,6 +84,11 @@
  • m.저작권 체험교실 > 운영신청서 > 사전설문조사
  • m.저작권 체험교실 > 운영신청서 > 설문결과 상세
  • m.저작권 체험교실 > 운영신청서 > 설문결과 수정
  • +
  • 교육기반강화연수
  • +
  • 교육기반강화연수 > 목록
  • +
  • 교육신청자 대시보드
  • +
  • 기소유예
  • +
  • 기소유예 교육신청 대시보드
  • 강사용
  • 청소년 대상
  • diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index e449e0aa..971ff015 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -252,6 +252,87 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa .cal_table_in {position: relative;} .tb_type01 table tbody tr td.chx_block div {margin-bottom: 7px;} .tb_type01 table tbody tr td.chx_block div:last-child {margin-bottom: 0;} + +/* 교육기반강화연수 */ +.tb_tit02 {display: flex; width: 100%; justify-content: space-between; align-items: flex-end; margin:-5px 0 15px 0;} +.tb_tit02>p {font-size: 18px;} +.tb_tit02 .tb_tit02_left {display: flex; align-items: center;} +.tb_tit02 .tb_tit02_left p{font-size: 22px; font-weight: 600; color: #222; } +.tb_tit02 .tb_tit02_left .t_best {height:26px; background-image: url(../images/content/best_icon.jpg); background-repeat: no-repeat; font-size:22px; font-weight: 600; color: #222; padding: 0 0 0 35px; } +.tb_tit02 .tb_tit02_left .t_edu {height:24px; background-image: url(../images/content/edu_icon.jpg); background-repeat: no-repeat; font-size:22px; font-weight: 600; color: #222; padding: 0 0 0 35px; } +.tb_tit02 .tb_tit02_left span {align-self: flex-end; padding-left: 20px;} +.tb_tit02 .tb_tit02_left strong {display: block;} +.tb_tit02 .survey_tit {font-size: 20px; padding-top: 30px; word-break: break-all;} +.tb_tit02 .tit_span {color: #555; font-size: 14px; font-weight: 300; padding-left: 5px;} +.tb_tit02 .btn_wrap1 button {height: 30px; padding: 0 12px; } +.tb_tit02 .btn_wrap1 button.con_more {background-image: url(../images/main/main_cont_more.png); background-repeat: no-repeat; background-position: right center; padding: 0 25px 0 0; font-size: 17px; color: #777772; font-weight: 300;} +.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 .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;} +.best_list .best_con img {border-radius:20px 0 0 0; width: 100%; height: 215px; object-fit: cover;} +.best_list .best_con ul {padding: 14px;} +.best_list .best_con .con_title {display: inline-block; font-size:22px; font-weight:500; padding:5px 0; width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} +.best_list .best_con .con_date {background: url(../images/content/calendar1_icon.jpg) no-repeat 5px; font-size: 18px; color:#444; padding:5px 0 10px 25px; font-weight: 300; letter-spacing:-0.5px; } +.best_list .best_con .con_btn button {position: relative; width:100%; background-color: #666666; color:#fff; text-align: center; border-radius:3px; padding:3px 0 5px 0; font-size:18px; z-index: 1;} +.best_list .best_con:hover .con_btn button {width:100%; background-color: #ed5908; color:#fff; text-align: center; border-radius:3px; padding:3px 0 5px 0; font-size:18px;} +.edup_result {display: flex; justify-content: space-between; padding:10px 0 10px 0;} +.edup_result span {color:#ed5908; font-weight:700; } +.edup_result ul {} +.edup_result ul li { display: inline; font-size:15px;} +.edup_result ul li.pass {position: relative; padding: 0 10px 0 25px;} +.edup_result ul li.pass::after{position: absolute; content: " ";width: 20px; height: 20px; border-radius: 5px; background-color: #999; left: 0; top: 55%; transform: translateY(-50%);} +.edup_result ul li.this {position: relative; padding: 0 10px 0 25px;} +.edup_result ul li.this::after{position: absolute; content: " ";width: 20px; height: 20px; border-radius: 5px; background-color: #ed5908; left: 0; top: 55%; transform: translateY(-50%);} +.edup_result ul li.pre {position: relative; padding: 0 0 0 25px;} +.edup_result ul li.pre::after{position: absolute; content: " ";width: 20px; height: 20px; border-radius: 5px; background-color: #e40000; left: 0; top: 55%; transform: translateY(-50%);} +.edu_program { } +.edu_program table {border-top:2px solid #000; width:100%; } +.edu_program table.ppre {color:#0c3a97; } +.edu_program table th {vertical-align: middle; line-height:20px; background-color: #f5f5f5; border-left:1px solid #d5d5d5; text-align: center; border-bottom: 1px solid #d5d5d5; padding:10px 0;} +.edu_program table th .ep_text {font-size:14px; color:#666666; } +.edu_program table td {border-bottom: 1px solid #d5d5d5; border-left:1px solid #d5d5d5; padding:15px 0; } +.edu_program table td.edup_title {padding:0 0 0 20px;} +.edu_program table td.edup_days {text-align: center; } +.edu_program table td.edup_time {text-align: center; } +.edu_program table td.edup_pass {color:#999999; text-align: center; } +.edu_program table th.edup_this {background:#ed5908; color: #ffffff;} +.edu_program table td.edup_this {background:#fdeee6; color:#222222; text-align: center;} +.edu_program table td.edup_pre {color:#e40000; text-align: center;} +.edu_program table th.first:first-child {border-left:0; } +.edu_program table td:first-child {border-left:0; } + +/* 교육 신청자 대시보드 */ +.edu_process {display: flex; width: 100%; justify-content: space-between; align-items: flex-end; padding:0 0 40px 0;} +.edu_process .edu_apply {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:28%; font-size:18px; align-items: center; justify-content: flex-start; padding: 30px 0 30px 40px;} +.edu_process .edu_apply i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/apply_icon.png) no-repeat; margin: 0 10px 0 0;} +.edu_process .edu_apply .text_area {font-size:24px; font-weight:500; } +.edu_process .edu_apply .text_area p {font-size:18px; font-weight:500; } +.edu_process .edu_apply .text_area p span {font-size:36px; font-weight: 500; } +.edu_process .edu_register {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:28%; font-size:18px; align-items: center; justify-content: flex-start; padding: 30px 0 30px 40px;} +.edu_process .edu_register i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/register_icon.png) no-repeat; margin: 0 10px 0 0;} +.edu_process .edu_register .text_area {font-size:24px; font-weight:500; } +.edu_process .edu_register .text_area p {font-size:18px; font-weight:500; } +.edu_process .edu_register .text_area p span {font-size:36px; font-weight: 500; } +.edu_process .edu_close {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:28%; font-size:18px; align-items: center; justify-content: flex-start; padding: 30px 0 30px 40px;} +.edu_process .edu_close i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/close_icon.png) no-repeat; margin: 0 10px 0 0;} +.edu_process .edu_close .text_area {font-size:24px; font-weight:500; } +.edu_process .edu_close .text_area p {font-size:18px; font-weight:500; } +.edu_process .edu_close .text_area p span {font-size:36px; font-weight: 500; } +.tb_list02 {width:100%; } +.tb_list02 table {border-top:2px solid #000; width:100%; } +.tb_list02 table th {vertical-align: middle; line-height:20px; background-color: #f5f5f5; text-align: center; border-bottom: 1px solid #d5d5d5; padding:15px 0;} +.tb_list02 table td {vertical-align: middle; line-height:20px; text-align: center; border-bottom: 1px solid #d5d5d5; padding:8px 0;} +.tb_list02 table .btnType02 {border-radius:5px; padding:5px 10px; font-size:15px; margin:0 0 0 3px;} +.tb_list02 table .btnType03 {border-radius:5px; padding:5px 10px; font-size:15px;} +.tb_list02 table .btnType04 {border-radius:5px; padding:5px 10px; font-size:15px;} +.tb_list02 table .btnType06 {border-radius:5px; padding:5px 10px; font-size:15px;} + + /* 첨부파일 */ .tb_type01.attach {margin-bottom: 10px;} .tb_type01.attach table, .tb_type01.list_nav table {border-top: 1px solid #e5e5e5;} @@ -747,7 +828,10 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa .tb_list01_m ul li>span {font-size: 14px; font-weight: 400;} .tb_list01_m ul li>span:first-child {width: 100px;} .tb_list01_m ul li>span:last-child {padding-left: 12px;} - + .tb_list01_m ul li .btnType02 {border-radius:5px; padding:5px 12px 7px 12px; font-size:13px; margin:0 0 0 3px;} + .tb_list01_m ul li .btnType03 {border-radius:5px; padding:5px 12px 7px 12px; font-size:13px;} + .tb_list01_m ul li .btnType04 {border-radius:5px; padding:5px 12px 7px 12px; font-size:13px;} + .tb_list01_m ul li .btnType06 {border-radius:5px; padding:5px 12px 7px 12px; font-size:13px;} .list_notice {font-size: 14px;} /* list view(글상세) */ @@ -788,6 +872,38 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa /* login */ .login_wrap{width: 100%; padding: 80px 30px 65px 30px; box-sizing: border-box;} + /*교육기반강화연수*/ + .best_list {display:block; } + .best_list .best_con {width:100%; margin: 0 0 20px 0; } + .best_list .best_con:hover {width:100%; margin: 0 0 20px 0; } + .edup_result {display:block;} + .edup_result ul {padding:10px 0 0 0; } + .edu_program {overflow-x: scroll;} + .edu_program table {min-width: 767px;} + .edu_program>table>thead>tr>th, .edu_program>table>tbody>tr>th, .edu_program>table>tbody>tr>td {height: auto; padding: 10px 5px; font-size: 14px; font-weight: 400;} + .edu_program>table>thead>tr>th {padding: 12px 5px;} + .edu_program tbody td input[type="text"].input_time {height: 36px;} + .tb_tit02 .btn_wrap1 button.con_more {font-size:14px;} + + /*교육신청자대시보드*/ + .edu_process {display:block; width:100%;} + .edu_process .edu_apply {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:93%; font-size:18px; padding: 10px 0 10px 30px; margin:0 0 10px 0;} + .edu_process .edu_apply i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/apply_icon.png) no-repeat; background-size: 70%; background-position: center; margin: 0 10px 0 0;} + .edu_process .edu_apply .text_area {font-size:20px; font-weight:500; } + .edu_process .edu_apply .text_area p {font-size:16px; font-weight:500; } + .edu_process .edu_apply .text_area p span {font-size:30px; font-weight: 500; } + .edu_process .edu_register {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:93%; font-size:18px; padding: 10px 0 10px 30px; margin:0 0 10px 0;} + .edu_process .edu_register i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/register_icon.png) no-repeat; background-size: 70%; background-position: center; margin: 0 10px 0 0;} + .edu_process .edu_register .text_area {font-size:20px; font-weight:500; } + .edu_process .edu_register .text_area p {font-size:16px; font-weight:500; } + .edu_process .edu_register .text_area p span {font-size:30px; font-weight: 500; } + .edu_process .edu_close {display: flex; border:1px solid #d5d5d5; border-radius: 20px 0; width:93%; font-size:18px; align-items: center; justify-content: flex-start; padding: 10px 0 10px 30px;} + .edu_process .edu_close i{display: inline-block; width: 90px; height: 90px; background: url(../images/content/close_icon.png) no-repeat; background-size: 70%; background-position: center; margin: 0 10px 0 0;} + .edu_process .edu_close .text_area {font-size:20px; font-weight:500; } + .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;} + } @media all and (max-width: 640px) { diff --git a/src/main/webapp/visitEdu/usr/publish/css/popup.css b/src/main/webapp/visitEdu/usr/publish/css/popup.css index 42a27c4a..7af39da9 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/popup.css +++ b/src/main/webapp/visitEdu/usr/publish/css/popup.css @@ -100,7 +100,12 @@ .pop_tb_type01 table tbody tr td .put_photo{position: absolute; right: 0; top: 0; border-left: 1px solid #e5e5e5; background-color: #fff;} .pop_tb_type01 table tbody tr td .put_photo .put_photo_in {background-color: #f5f5f5; width: 116px; height: 150px; border: 1px solid #d5d5d5; border-radius: 5px; margin: 7px; box-sizing: border-box; position: relative; overflow: hidden;} +/* 교육문의 */ + .popup_texta textarea {width:100%; height:200px; margin: 10px 0 0 0; font-size:15px;} + .text_greeting {margin:-20px 0 0; } + /* 기소유예 - 교육취소 */ + .btnType01.right {float:right; margin:0 0 5px 0;} @media all and (max-width: 767px){ .popup_cont {padding: 10px;} diff --git a/src/main/webapp/visitEdu/usr/publish/images/content/apply_icon.png b/src/main/webapp/visitEdu/usr/publish/images/content/apply_icon.png new file mode 100644 index 00000000..0fbde8f4 Binary files /dev/null and b/src/main/webapp/visitEdu/usr/publish/images/content/apply_icon.png differ diff --git a/src/main/webapp/visitEdu/usr/publish/images/content/best_icon.jpg b/src/main/webapp/visitEdu/usr/publish/images/content/best_icon.jpg new file mode 100644 index 00000000..823f474c Binary files /dev/null and b/src/main/webapp/visitEdu/usr/publish/images/content/best_icon.jpg differ diff --git a/src/main/webapp/visitEdu/usr/publish/images/content/calendar1_icon.jpg b/src/main/webapp/visitEdu/usr/publish/images/content/calendar1_icon.jpg new file mode 100644 index 00000000..7f0beeeb Binary files /dev/null and b/src/main/webapp/visitEdu/usr/publish/images/content/calendar1_icon.jpg differ diff --git a/src/main/webapp/visitEdu/usr/publish/images/content/close_icon.png b/src/main/webapp/visitEdu/usr/publish/images/content/close_icon.png new file mode 100644 index 00000000..5bca523b Binary files /dev/null and b/src/main/webapp/visitEdu/usr/publish/images/content/close_icon.png differ diff --git a/src/main/webapp/visitEdu/usr/publish/images/content/edu_icon.jpg b/src/main/webapp/visitEdu/usr/publish/images/content/edu_icon.jpg new file mode 100644 index 00000000..2602ca5e Binary files /dev/null and b/src/main/webapp/visitEdu/usr/publish/images/content/edu_icon.jpg differ diff --git a/src/main/webapp/visitEdu/usr/publish/images/content/register_icon.png b/src/main/webapp/visitEdu/usr/publish/images/content/register_icon.png new file mode 100644 index 00000000..39149d81 Binary files /dev/null and b/src/main/webapp/visitEdu/usr/publish/images/content/register_icon.png differ diff --git a/src/main/webapp/visitEdu/usr/publish/sub_sus_dashboard.html b/src/main/webapp/visitEdu/usr/publish/sub_sus_dashboard.html new file mode 100644 index 00000000..16ba9909 --- /dev/null +++ b/src/main/webapp/visitEdu/usr/publish/sub_sus_dashboard.html @@ -0,0 +1,507 @@ + + + + + + + 교육신청 > 교육신청·확인 > 한국저작권위원회 저작권 교육 시스템 + + + + + + + + + + + + + + + + + + + + + + + + + +
    + 본문 바로가기 +
    + + +
    +
    + + +
    + +
    + + + + + + + + +
    +
    +
    + +
    + + 회원가입 +
    + + +
    +
    +
    +
    + + + +
    + +
    +
    + + + +
    +
    +

    한국저작권위원회 저작권 교육 시스템

    + + +
    +
    + + + + + + + +
    +
    +
    +
      +
    • HOME
    • +
    •  > 
    • +
    • 교육신청·확인
    • +
    •  > 
    • +
    • 교육신청
    • +
    +
    +
    +
    +
    +

    찾아가는 저작권 교육청소년

    + +
    +
    +
    +

    기소유예 교육신청 대시보드

    +
    + +
    +
    + +
      +
    • 신청중 교육

      0

    • +
    • 수강중 교육

      0

    • +
    • 종료된 교육

      5

    • +
    + +
    +
    +
    최근 교육 목록
    +
    +
    + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    최근 교육 목록표
    교육과정교육기간신청결과설문조사교육결과
    기소유예1차2023-06-21(수)~2023-06-23(금)신청완료교육완료
    기소유예2차2023-06-21(수)~2023-06-23(금)신청완료교육완료
    기소유예3차2023-06-21(수)~2023-06-23(금)신청완료
    +
    + +
    +
      +
    • + 교육과정 + 기소유예1차 +
    • +
    • + 교육기간 + 2023-06-21(수)~2023-06-23(금) +
    • +
    • + 신청결과 + 신청완료 +
    • +
    • + 설문조사 + +
    • +
    • + 교육결과 + 교육완료 +
    • +
    +
      +
    • + 교육과정 + 기소유예2차 +
    • +
    • + 교육기간 + 2023-06-21(수)~2023-06-23(금) +
    • +
    • + 신청결과 + 신청완료 +
    • +
    • + 설문조사 + +
    • +
    • + 교육결과 + 교육완료 +
    • +
    +
      +
    • + 교육과정 + 기소유예2차 +
    • +
    • + 교육기간 + 2023-06-21(수)~2023-06-23(금) +
    • +
    • + 신청결과 + 신청완료 +
    • +
    • + 설문조사 + +
    • +
    • + 교육결과 + +
    • +
    +
    + +
    +
    +
    + + + + + + \ No newline at end of file diff --git a/src/main/webapp/visitEdu/usr/publish/sub_training.html b/src/main/webapp/visitEdu/usr/publish/sub_training.html new file mode 100644 index 00000000..afa8821a --- /dev/null +++ b/src/main/webapp/visitEdu/usr/publish/sub_training.html @@ -0,0 +1,755 @@ + + + + + + + 교육신청 > 교육신청·확인 > 한국저작권위원회 저작권 교육 시스템 + + + + + + + + + + + + + + + + + + + + + + + +
    + 본문 바로가기 +
    + + +
    +
    + + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + +
    +
    +
    + +
    + + 회원가입 +
    + + +
    +
    +
    +
    + + + +
    + +
    +
    + + + +
    +
    +

    한국저작권위원회 저작권 교육 시스템

    + + +
    +
    + + + + + + + +
    +
    +
    +
      +
    • HOME
    • +
    •  > 
    • +
    • 교육신청·확인
    • +
    •  > 
    • +
    • 교육신청
    • +
    +
    +
    +
    +
    +

    찾아가는 저작권 교육청소년

    + +
    +
    +
    +

    교육기반강화연수

    +
    + +
    +
    + +
    +
    +
    베스트
    +
    +
    + +
    +
    + +
    +
    +
    핵심인재 역량강화
    +
      +
    • 핵심인재 역량강화 핵심인재 역량강화
    • +
    • 2023-09-24 ~ 2023-09-30
    • +
    • +
    +
    +
    +
    핵심인재 역량강화
    +
      +
    • 핵심인재 역량강화
    • +
    • 2023-09-24 ~ 2023-09-30
    • +
    • +
    +
    +
    +
    핵심인재 역량강화
    +
      +
    • 핵심인재 역량강화
    • +
    • 2023-09-24 ~ 2023-09-30
    • +
    • +
    +
    +
    +
    핵심인재 역량강화
    +
      +
    • 핵심인재 역량강화
    • +
    • 2023-09-24 ~ 2023-09-30
    • +
    • +
    +
    +
    + + +
    +
    +
    교육과정
    +
    +
    + + +
    +
    + + +
    +
    +
    + +
    + ~ +
    + +
    + + +
    +
    + +
    +
    6개의 검색결과가 있습니다.
    +
      +
    • 지난교육일정
    • +
    • 당월교육일정
    • +
    • 교육예정일정
    • +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    교육일정표
    교육과정명
    (상세 내용을 보시려면 과정을 클릭하세요)
    일수시간교육일정(교육 시작일)
    123456789101112
    [경영기획] 경영기획기본21415,222242281427
    [경영기획] 경영기획기본21415,222242281427
    [경영기획] 경영기획기본21415,222242281427
    +
    + + +
    +
    +
    + + + + + + \ No newline at end of file diff --git a/src/main/webapp/visitEdu/usr/publish/sub_training_dashboard.html b/src/main/webapp/visitEdu/usr/publish/sub_training_dashboard.html new file mode 100644 index 00000000..88c8642b --- /dev/null +++ b/src/main/webapp/visitEdu/usr/publish/sub_training_dashboard.html @@ -0,0 +1,483 @@ + + + + + + + 교육신청 > 교육신청·확인 > 한국저작권위원회 저작권 교육 시스템 + + + + + + + + + + + + + + + + + + + + + + + + +
    + 본문 바로가기 +
    + + +
    +
    + + +
    + +
    + + + +
    + +
    + + + + +
    +
    +
    + +
    + + 회원가입 +
    + + +
    +
    +
    +
    + + + +
    + +
    +
    + + + +
    +
    +

    한국저작권위원회 저작권 교육 시스템

    + + +
    +
    + + + + + + + +
    +
    +
    +
      +
    • HOME
    • +
    •  > 
    • +
    • 교육신청·확인
    • +
    •  > 
    • +
    • 교육신청
    • +
    +
    +
    +
    +
    +

    찾아가는 저작권 교육청소년

    + +
    +
    +
    +

    교육 신청자 대시보드

    +
    + +
    +
    + +
      +
    • 신청중 강의

      0

    • +
    • 수강중 강의

      0

    • +
    • 종료된 강의

      5

    • +
    + +
    +
    +
    최근 교육 목록
    +
    +
    + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    최근 교육 목록표
    교육과정교육기간교육결과설문조사이수증
    경영기획기본2023-06-21(수)~2023-06-23(금)진행중-
    경영기획기본2023-06-21(수)~2023-06-23(금)진행중설문결과
    +
    + +
    +
      +
    • + 교육과정 + 경영기획기본 +
    • +
    • + 교육기간 + 2023-06-21(수)~2023-06-23(금) +
    • +
    • + 교육결과 + 진행중 +
    • +
    • + 설문조사 + +
    • +
    • + 이수증 + - +
    • +
    +
      +
    • + 교육과정 + 경영기획기본 +
    • +
    • + 교육기간 + 2023-06-21(수)~2023-06-23(금) +
    • +
    • + 교육결과 + 진행중 +
    • +
    • + 설문조사 + 설문결과 +
    • +
    • + 이수증 + +
    • +
    +
    + +
    +
    +
    + + + + + + \ No newline at end of file