This commit is contained in:
com02 2021-11-26 15:09:57 +09:00
parent bc116ed7ee
commit f3670cbb38
3 changed files with 2058 additions and 2049 deletions

File diff suppressed because it is too large Load Diff

View File

@ -63,6 +63,10 @@ a.pop-logo img { margin-right: 10px; }
.pop-advanced-search .conditions-wrap h3 { margin-bottom: 10px; }
@media all and (max-width: 1400px){
.wrap {}
}
/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width: 479px){

View File

@ -22,6 +22,7 @@ $(document).ready(function(){
$('.location-box .loc li').append('<span>다음</span>');
$('.location-box .loc li.on *').remove('');
$('.location .inner .row-top .arr img').attr('alt','');
/* 인기자료 탭메뉴 */
(function ($) {