diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index ab556305..cea8ceb5 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -449,7 +449,7 @@ $(function(){ _slidesPerViewOnline = 7; _spaceBetween = 30; _centeredSlides = false; - _lenght = 1; + _lenght = 5; } if (windowWidth <= 1400) { _loop = true; @@ -458,7 +458,7 @@ $(function(){ _slidesPerViewOnline = 3; _spaceBetween = 20; _centeredSlides = true; - _lenght = 1; + _lenght = 3; } if (windowWidth <= 480) { _loop = true; diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp index 12b1d68b..8c3f8701 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp @@ -541,7 +541,7 @@ $(function(){ _slidesPerViewBottom = 5; _spaceBetween = 30; _centeredSlides = false; - _lenght = 3; + _lenght = 5; } if (windowWidth <= 1400) { _loop = true; diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index cd5f5890..132eafea 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1482,7 +1482,7 @@ transform: rotate(45deg);} .community-write select {box-sizing: border-box;display: block;width: 100%;height: 38px;padding: 0 15px;border: 1px solid #ddd;border-radius: 3px;line-height: 36px;background: url(/images/btn/btn-select-qna.png) no-repeat center right;} .qna-write-table {} -.qna-write-table > div span {vertical-align:middle;} +.qna-write-table .required {vertical-align:middle;color:red;} .community-write fieldset {border-top:1px solid #000;} .qna-write-table li {display: table;border-bottom: 1px solid #ddd;width: 100%;min-height:42px;line-height: 42px;} .w-tit {display: table-cell;padding: 20px 20px;font-size: 16px;background: #f6f6f6;color: #666;text-align: left;width: 160px;vertical-align: top;padding-top: 16px;font-weight: 500;}