메인 css 수정, 팝업 폰트 크기 수정
This commit is contained in:
parent
baafaaecc1
commit
3ddd385a55
@ -99,6 +99,7 @@ function fn_egov_inqire_data(bbsId, nttId) {
|
||||
.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;}
|
||||
.pop-layer {display: none;background-color: #fff;z-index: 999;}
|
||||
.pop-conts a{font-size:1.6rem;}
|
||||
#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;}
|
||||
|
||||
@ -125,7 +125,7 @@ footer .area_top ul:not(.sns) li:first-child i{background:url(../images/common/i
|
||||
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;}
|
||||
footer address p{font-size:2.3rem;line-height:1.5;margin:0 0 8px 0;}
|
||||
footer address p{font-size:2.1rem;line-height:1.5;}
|
||||
footer address span{font-size:2.3rem;font-weight:600;color:#c4c4c4;}
|
||||
|
||||
@media (max-width: 1480px) {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.main{width:100%;margin:145px 0 0 0;}
|
||||
.section{padding:60px 0;box-sizing:border-box;}
|
||||
.main_title{display:flex;align-items:center;margin:0 0 25px 0;}
|
||||
.main_title h2.title{font-size:3.5rem;font-weight:500;color:#333;}
|
||||
.main_title h2.title{font-size:3.3rem;font-weight:500;color:#333;}
|
||||
.main .btn{padding:0;}
|
||||
.main_title .btn_plus{width:50px;height:50px;border:1px solid #dddddd;border-radius:100%;background:#fff;}
|
||||
.main_title .btn_plus i{display:inline-block;width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/main/icon_plus.png) no-repeat center center;transition:transform 0.2s;}
|
||||
@ -12,7 +12,7 @@
|
||||
.section01::before{position:absolute;content:"";width:100%;height:100%;background-image: url(../images/main/sec01_left_obj.png), url(../images/main/sec01_right_obj.png);background-repeat:no-repeat;background-position: left bottom, right top;left:0;top:0;z-index:0;}
|
||||
.section01::after{position:absolute;content:"";width:100%;height:100%;background:linear-gradient(360deg,rgba(255, 255, 255, 1) 66%, rgba(214, 229, 243, 1) 100%);;background-size:cover;left:0;top:0;z-index:-2;}
|
||||
.section01 .inner{position:relative;background-image: url(../images/main/sec01_left_icon.png), url(../images/main/sec01_right_icon.png);background-repeat:no-repeat;background-position: 30px 15px, calc(100% - 60px) 15px;z-index:1;}
|
||||
.section01 .main_title{font-family:'Gmarket Sans TTF';font-size:5.3rem;font-weight:bold;color:#253c69;letter-spacing:-.45px;line-height:1.5;justify-content:center;}
|
||||
.section01 .main_title{font-family:'Gmarket Sans TTF';font-size:5.1rem;font-weight:bold;color:#253c69;letter-spacing:-.45px;line-height:1.5;justify-content:center;}
|
||||
.section01 .box_wrap{display:flex;width:100%;flex-wrap:wrap;gap:30px;margin:0 0 0 auto;}
|
||||
.section01 .box_wrap li{width:calc((100% / 3) - 20px);padding:45px 40px;border-radius:20px;box-sizing:border-box;}
|
||||
.section01 .box_wrap .box{display:flex;min-height:220px;flex-direction:column;justify-content:space-between;word-break:keep-all;}
|
||||
@ -24,7 +24,7 @@
|
||||
.section01 .box_wrap li:nth-child(3){background:#01a3cc url(/ipedu/visitEdu/usr/publish/images/main/logo_mint.png) no-repeat calc(100% + 42px) calc(100% + 9px);}
|
||||
|
||||
.section01 .link_area{display:flex;align-items:center;gap:13px;}
|
||||
.section01 .btn{display:flex;width:175px;height:70px;font-size:2.3rem;font-weight:500;border-radius:60px;align-items:center;justify-content:center;transition:box-shadow 0.3s;}
|
||||
.section01 .btn{display:flex;width:175px;height:65px;font-size:2.3rem;font-weight:500;border-radius:60px;align-items:center;justify-content:center;transition:box-shadow 0.3s;}
|
||||
.section01 .btn:hover{box-shadow:0 0 16px 8px rgba(0,0,0,0.1);}
|
||||
.section01 .btn.line{border:1px solid #fff;color:#fff;}
|
||||
.section01 .btn.fill{background:#fff;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user