수정
This commit is contained in:
parent
bc116ed7ee
commit
f3670cbb38
File diff suppressed because it is too large
Load Diff
@ -63,6 +63,10 @@ a.pop-logo img { margin-right: 10px; }
|
|||||||
.pop-advanced-search .conditions-wrap h3 { margin-bottom: 10px; }
|
.pop-advanced-search .conditions-wrap h3 { margin-bottom: 10px; }
|
||||||
|
|
||||||
|
|
||||||
|
@media all and (max-width: 1400px){
|
||||||
|
.wrap {}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
|
/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
|
||||||
@media all and (max-width: 479px){
|
@media all and (max-width: 479px){
|
||||||
|
|||||||
@ -22,6 +22,7 @@ $(document).ready(function(){
|
|||||||
$('.location-box .loc li').append('<span>다음</span>');
|
$('.location-box .loc li').append('<span>다음</span>');
|
||||||
$('.location-box .loc li.on *').remove('');
|
$('.location-box .loc li.on *').remove('');
|
||||||
$('.location .inner .row-top .arr img').attr('alt','');
|
$('.location .inner .row-top .arr img').attr('alt','');
|
||||||
|
|
||||||
|
|
||||||
/* 인기자료 탭메뉴 */
|
/* 인기자료 탭메뉴 */
|
||||||
(function ($) {
|
(function ($) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user