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 d6325418..ab556305 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp
@@ -430,6 +430,47 @@ function fn_listPops(typeDivCd) {
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 d6f70077..12b1d68b 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchItemDetail.jsp
@@ -524,24 +524,48 @@ function goList(){
\ No newline at end of file
diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css
index 231df0be..85f24d77 100644
--- a/src/main/webapp/css/default.css
+++ b/src/main/webapp/css/default.css
@@ -444,7 +444,7 @@ body.no-scroll {overflow: hidden;}
.location .inner .row-top .location-box .loc li::before {content: '';background:url(/images/icon/icon-join-arr.png) no-repeat center;display:inline-block;width:20px;height:17px;position: absolute;top:0px;right:-12px;}
.location .inner .row-top .location-box .loc li:last-child::before {display:none;}
.location .inner .row-top .location-box .tit h2 {font-size:36px;color:#222;font-weight: 500}
-.location .inner .row-top .location-box .tit h2 span {font-size:22px;font-weight: 500;color:#376795;}
+.location .inner .row-top .location-box .tit h2 span {font-size:36px;font-weight: 500;color:#376795;}
.location .inner .row-top .arr {display:inline-block;position: absolute;bottom:-12px;left:calc(50% - 13px);width:26px;height:26px;background:#6a6a6a;border-radius:50%;}
.location .inner .row-top .arr img {vertical-align: middle;}
diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css
index 97d92580..2d5e5980 100644
--- a/src/main/webapp/css/media.css
+++ b/src/main/webapp/css/media.css
@@ -131,7 +131,7 @@ a.pop-logo img { margin-right: 10px; }
.sec5 .inner .tab_content {width:96%;padding:30px 1.9%;}
.sec5 .inner {width:100%;}
.sec6 {padding:100px 2% 100px;}
-.sec6 .onlineSwiper {padding:1% 0% 12%;}
+.sec6 .onlineSwiper {padding:1% 10% 12%;width:80%;}
.sec6 .inner .more-btn {right: 0%;}
.sec6 .onlineSwiper .swiper-slide {background:none;box-shadow:0 0 0;}
.sec6 .onlineSwiper::before {width:7%;box-shadow:0 0 0;}
@@ -400,6 +400,7 @@ footer .family_site {right:10px;}
/* 서브 공통 */
.location .inner .row-top .location-box .tit h2 { font-size: 22px; }
+ .location .inner .row-top .location-box .tit h2 span {font-size:22px;}
.location .inner .row-top { padding: 25px 0px; margin-bottom: 50px; }
/* 회원가입 */
@@ -765,6 +766,8 @@ footer .family_site {right:10px;}
.data.detail .inner .row-bottom .con-4 .top h3 { font-size: 18px; }
.data.detail .inner .row-bottom .con-4 .top h3::before { top: 13px; width: 90%; left: 50%; transform: translate(-50%, 0%); }
.data.detail .inner .row-bottom .con-4 .top h3::after { width: 162px; height: 27px; left: calc(50% - 81px); }
+ .data.detail .inner .row-bottom .DetailSwiper1 {padding:1% 0% 12%;}
+ .data.detail .inner .row-bottom .DetailSwiper2 {padding:1% 10% 12%;width:80%;}
.data.detail .inner .row-bottom .DetailSwiper2 .swiper-slide { height: auto; }
.data.detail .inner .row-bottom .DetailSwiper2 .items.cover .List,
.data.detail .inner .row-bottom .DetailSwiper2 .swiper-slide .List .inner,
diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js
index 2dd8147c..b40794f2 100644
--- a/src/main/webapp/js/default.js
+++ b/src/main/webapp/js/default.js
@@ -653,6 +653,9 @@ $(document).ready(function() {
$(function(){
$(window).resize(function() {
var width = $(window).width();
+ if (width<=480) {
+
+ }
if (width<=1399) {
}