This commit is contained in:
com02 2021-12-02 18:51:29 +09:00
parent 67b2b54162
commit 17e37e6a2c
2 changed files with 2 additions and 1 deletions

View File

@ -1765,7 +1765,7 @@ transform: rotate(45deg);
/* 알림 팝업 */ /* 알림 팝업 */
.pop-notice {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: 60%;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;} .pop-notice {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: 60%;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
.pop-notice .inner {display:inline-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:50px 0px;background: #fff;} .pop-notice .inner {display:inline-block;width:100%;height: calc(100% - 220px);overflow:auto;padding:50px 0px;background: #fff;}
.pop-notice .inner .row {padding:0px 60px 0px;text-align:center;} .pop-notice .inner .row {padding:0px 60px 0px;text-align:center;}
.pop-notice .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;} .pop-notice .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;}
.pop-notice .Title h3 {font-size:24px;line-height:30px;margin-top:15px;color:#fff;font-weight: 300;} .pop-notice .Title h3 {font-size:24px;line-height:30px;margin-top:15px;color:#fff;font-weight: 300;}

View File

@ -243,6 +243,7 @@ footer .family_site {right:10px;}
.data.detail .inner .row-bottom .DetailSwiper2 .swiper-slide { height: auto;background:none;box-shadow:0 0 0; } .data.detail .inner .row-bottom .DetailSwiper2 .swiper-slide { height: auto;background:none;box-shadow:0 0 0; }
.visit-data .inner .tabs_item .list-wrap .list-data div.list > div {font-size:14px;} .visit-data .inner .tabs_item .list-wrap .list-data div.list > div {font-size:14px;}
.interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-cultural {width:20%;}
} }
/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ /* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/