diff --git a/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp b/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp index 03f5cea8..abed301b 100644 --- a/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp +++ b/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp @@ -279,3 +279,4 @@ --> + \ No newline at end of file diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index ab2970bd..e7fb0cee 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -2352,10 +2352,3 @@ input[data-fmt-type=number] { padding-right: 10px; } -/*2023.03.22 iframe css 추가*/ -.iframe-main { - padding-left: 20px!important; -} -.iframe-main .mobile_inner{ - display:none; -} \ No newline at end of file diff --git a/src/main/webapp/resources/framework/css/cmmn/common-style.css b/src/main/webapp/resources/framework/css/cmmn/common-style.css index 0fcf1757..490c9314 100644 --- a/src/main/webapp/resources/framework/css/cmmn/common-style.css +++ b/src/main/webapp/resources/framework/css/cmmn/common-style.css @@ -2009,3 +2009,11 @@ div.guide ul li{ background-color: #b5c1dc57; border-radius: 8px; } + +/*2023.03.22 iframe css 추가*/ +.iframe-main { + padding-left: 20px; +} +.iframe-main .mobile_inner{ + display:none; +} \ No newline at end of file