푸터 새창 아이콘 추가, 파트너 사이트 링크 추가, 수료증 팝업 세로 사이즈 수정

This commit is contained in:
subsub 2025-10-27 17:22:05 +09:00
parent 2a237115c4
commit 17a3390de0
12 changed files with 44 additions and 22 deletions

View File

@ -45,10 +45,10 @@ function footerSiteLinkPageGo (){
<div class="area_top">
<div class="inner">
<ul>
<li><a href="#">개인정보처리방침</a></li>
<li><a href="https://privacy.kisa.or.kr/main.do">개인정보 침해신고센터</a></li>
<li><a href="#">이메일무단수집거부</a></li>
<li><a href="#">찾아오시는 길</a></li>
<li><a href="https://www.koipa.re.kr/home/content.do?menu_cd=000081">개인정보처리방침 <i></i></a></li>
<li><a href="https://privacy.kisa.or.kr/main.do">개인정보 침해신고센터 <i></i></a></li>
<li><a href=" https://www.koipa.re.kr/home/content.do?menu_cd=000082">이메일무단수집거부 <i></i></a></li>
<li><a href="https://www.koipa.re.kr/home/content.do?menu_cd=000008">찾아오시는 길 <i></i></a></li>
</ul>
<ul class="sns">
<li><a href="https://www.youtube.com/user/kipracafe" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/common/sns_youtube.png" alt=""></a></li>

View File

@ -94,7 +94,7 @@ function fn_egov_inqire_data(bbsId, nttId) {
.layer_popup_wrap{position: fixed;z-index:999;left:50%;top:50%;transform:translate(-50%,-52%);}
.layer_popup_wrap .popup_inner {position: relative;display: flex;width: 100%;height: 100%;vertical-align: middle;justify-content: center;align-items: center;gap:30px;}
.pop-layer{min-width:300px;max-width:800px;max-height:800px; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.pop-layer img{width:100% !important;}
.pop-layer img{display:block;width:auto !important;}
.pop-layer .pop-container {padding: 0px 0px;}
.pop-layer p.ctxt {color: #666;line-height: 25px;}
.pop-layer .btn-r {display: flex; width: 100%; padding-top: 10px;border-top: 1px solid #DDD;text-align: right; justify-content: space-between; padding:10px 15px; box-sizing: border-box; align-items: center;}
@ -102,6 +102,10 @@ function fn_egov_inqire_data(bbsId, nttId) {
#tdCheck+label{overflow: hidden;border: 0;width: 1px;height: 1px;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);}
.btn-layerClose{width: 16px; height: 16px; background-image: url(${pageContext.request.contextPath}/kccadrPb/usr/image/common/btn_close.png); background-repeat: no-repeat; background-size: 100%;}
.today_close{font-size:1.6rem;}
@media (max-width: 479px){
.pop-layer img{width:100% !important;height:auto !important;;}
}
</style>
<div class="layer_popup_wrap">
<div class="popup_inner">
@ -437,16 +441,16 @@ function fn_egov_inqire_data(bbsId, nttId) {
<div class="site_slide swiper">
<div class="swiper-wrapper">
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img01.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img02.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img03.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img04.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img05.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img06.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img07.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img08.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img09.png" alt=""></a></div>
<div class="swiper-slide"><a href="#" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img10.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.moip.go.kr/ko/MainApp.do" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img01.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.kcopa.or.kr/" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img02.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.acrc.go.kr" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img03.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.kisa.or.kr" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img04.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://ipmas.or.kr/common/mainPage.do" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img05.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.kipi.or.kr" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img06.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.kista.re.kr/" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img07.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.kipro.or.kr/" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img08.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.kiip.re.kr" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img09.png" alt=""></a></div>
<div class="swiper-slide"><a href="https://www.ripc.org" target="_blank"><img src="/ipedu/visitEdu/usr/publish/images/main/site_img10.png" alt=""></a></div>
</div>
</div>

View File

@ -512,7 +512,7 @@ function loadImage(src) {
<p>이수증 출력</p>
<button class="btn_popup_close tooltip-close" data-focus="sub36_pop02_close" title="팝업 닫기" onclick="window.close();"><i></i></button>
</div>
<div class="popup_cont">
<div class="popup_cont" style="max-height:85vh;">
<div class="cont_body">
<div class="pop_tb_type02">

View File

@ -172,7 +172,7 @@
//"${pageContext.request.contextPath}/web/ve/aplct/cpyrgExprnClsrm/scholInfo/popup/qustnrPopList.do"
"${pageContext.request.contextPath}/web/ve/aplct/cpyrgExprnClsrm/scholInfo/popup/certPopList.do"
, 800
, 700
, 850
, paramObj
, "Y"
, "QustnrList"

View File

@ -3,12 +3,12 @@
.estimate_wrap::after {content: ""; background-color: #e5e5e5; width: 100%; height: 117px; position: absolute; top: 0; left: 0; z-index: -1;} */
/* 이수증 */
.estimate_popup{padding:30px;}
.estimate_popup .popup_tit{display:flex;font-size:20px;font-weight:600;padding:0 0 20px 0;align-items:center;justify-content:space-between;}
.estimate_popup .popup_tit{display:flex;font-size:20px;font-weight:600;padding:20px 20px 0 20px;align-items:center;justify-content:space-between;}
.estimate_popup .popup_cont{padding:20px;}
.estimate_popup .btn_popup_close{width: 20px; height: 20px; padding: 0;}
.estimate_popup .btn_center .btn_popup_close{width: auto; height: 34px; padding:0 25px}
.estimate_popup .btn_popup_close i{display: inline-block; width: 100%; height: 100%; background-image: url(/ipedu/visitEdu/adm/publish/image/common/icon_close.png); background-repeat: no-repeat;}
.estimate{padding:30px 3%;}
.estimate{padding:20px 3%;}
.estimate *{font-family: 'HYgsrB', sans-serif !important; color:#222 !important;}
.est_body{position:relative; padding:50px 0; text-align:left;}
.est_body h2{font-size:44px; -webkit-text-stroke-width:0.05px; -webkit-text-stroke-color:#222; text-align:center;}

View File

@ -117,6 +117,8 @@ footer .area_top ul:not(.sns) a{position:relative;padding:0 20px;font-size:2.1re
footer .area_top ul:not(.sns) a::after{position:absolute;content:"";width:2px;height:12px;background:#72787D;right:0;top:7px;}
footer .area_top ul:not(.sns) li:last-child a::after{display:none;}
footer .area_top ul:not(.sns) li:first-child a{color:#118be5;font-weight:700;padding:0 20px 0 0;}
footer .area_top ul:not(.sns) i{display:inline-block;width:16px;height:16px;background:url(../images/common/icon_newwindow.png) no-repeat center center;}
footer .area_top ul:not(.sns) li:first-child i{background:url(../images/common/icon_newwindow_blue.png) no-repeat center center;}
footer .area_top .sns{gap:46px;}
footer .area_bottom .inner{display:flex;padding:60px 25px 100px 25px;gap:170px;align-items:center;}
footer address{color:#8a8a8a;}
@ -168,6 +170,8 @@ footer address span{font-size:2.3rem;font-weight:600;color:#c4c4c4;}
footer .area_top ul:not(.sns){flex-direction:column;align-items:flex-start;gap:60px;}
footer .area_top ul:not(.sns) a{font-size:5.6rem;padding:0;}
footer .area_top ul:not(.sns) a::after{display:none;}
footer .area_top ul:not(.sns) i{display:inline-block;width:48px;height:48px;background:url(../images/common/icon_newwindow_m.png) no-repeat center center;}
footer .area_top ul:not(.sns) li:first-child i{background:url(../images/common/icon_newwindow_blue_m.png) no-repeat center center;}
footer .sns{width:100%;margin:50px 0 0 0;padding:20px 50px;background:#323235;border-radius:10px;justify-content:space-between;box-sizing:border-box;flex-wrap:wrap;}
@ -197,6 +201,8 @@ footer address span{font-size:2.3rem;font-weight:600;color:#c4c4c4;}
footer .area_top{padding:50px 30px;}
footer .area_top ul:not(.sns){gap:30px;}
footer .area_top ul:not(.sns) a{font-size:2.8rem;}
footer .area_top ul:not(.sns) i{display:inline-block;width:24px;height:24px;background:url(../images/common/icon_newwindow_m.png) no-repeat center center;background-size:contain;}
footer .area_top ul:not(.sns) li:first-child i{background:url(../images/common/icon_newwindow_blue_m.png) no-repeat center center;background-size:contain;}
footer .area_bottom .inner{padding:47px 30px;gap:70px;}
footer .area_bottom .mobile{max-width:70%;}

View File

@ -1565,7 +1565,7 @@ duet-date-picker *:focus{outline: auto !important;}
.tb_tit02 .btn_wrap1 button.con_more{height:30px;padding:0 15px 0 0;font-size:1.5rem;background-image:url(../images/content/icon_arrow.png);background-position:right 10px;}
.tb_list02 table{border-top:0;}
.tb_list02 tr{padding:10px 8px;gap:8px;}
.tb_list02 tbody th, .tb_list02 tbody td{font-size:2.4rem;}
.tb_list02 tbody th, .tb_list02 tbody td{font-size:2.4rem;min-height:0;}
.tb_list02 a{font-size:2.8rem;}
.tb_list02 tbody td span{margin:0 16px 0 0;padding:0 16px 0 0;}
.tb_list02 tbody td span::after{width:2px;height:25px;background:var(--gray-color-light-hover);top:5px;right:0}

View File

@ -141,8 +141,11 @@
.popup_cont .cont_body .qr_wrap .qr_img img{margin: 0 auto; /*display: block;*/}
/* 이수증 출력 */
.estimate_popup.popup_wrap .popup_tit{padding:0 20px;}
.estimate_popup.popup_wrap .pop_tb_type02{overflow-x:hidden;max-height:80vh;}
.popup_cont .estimate{padding:30px 3%;}
.btn_popup_close{width:auto;min-width:20px;}
.estimate_popup.popup_wrap .btn_popup_close i{background-image:url(../images/common/icon_close_white.png);}
.popup_cont .estimate *{font-family: 'HYgsrB';font-weight:700;}
.popup_cont .est_body{position:relative;padding:50px 0;}
.popup_cont .est_body::after{position:absolute;content:"";width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/content/watermark.png) no-repeat center center;left:0;top:0;}
@ -158,10 +161,19 @@
/* 설문조사 팝업 */
.survey_popup .pop_tb_type02 b{font-size:1.5rem;font-weight:bold;color:#2b68da;}
.survey_popup .pop_tb_type02>table>tbody>tr>th, .survey_popup .pop_tb_type02>table>tbody>tr>td{font-size:1.7rem;}
.survey_popup .pop_tb_type02>table>tbody>tr>th, .survey_popup .pop_tb_type02>table>tbody>tr>td{font-size:1.7rem;line-height:1.3;}
.survey_popup .pop_tb_type02>table>tbody>tr>th{font-weight:400;color:#333;}
.survey_popup .radio_wrap{padding:20px;margin:10px;border-radius:8px;background:#f8f9fa;}
@media all and (max-width: 800px){
.survey_popup{width:90vw !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%);}
.survey_popup colgroup{display:none;}
.survey_popup .pop_tb_type02>table>tbody>tr{display:flex;flex-direction:column;}
.survey_popup .pop_tb_type02>table>tbody>tr>th, .survey_popup .pop_tb_type02>table>tbody>tr>td{width:100%;height:auto;box-sizing:border-box;}
.survey_popup .pop_tb_type02>table>tbody>tr>th{display:flex;min-height:50px;font-weight:400;color:#333;align-items:center;gap:10px;box-sizing:border-box;}
.survey_popup .radio_wrap{width:calc(100% - 20px);margin:10px 0;}
}
@media all and (max-width: 767px){
.popup_cont {padding: 10px;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B