From 0c2bd530d24caddd75f19f3a7ef6ba5031e21ecb Mon Sep 17 00:00:00 2001 From: com02 Date: Tue, 30 Nov 2021 14:25:48 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 14 ++++++++------ src/main/webapp/css/media.css | 9 +++++++++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 779ffb02..11690bc8 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -357,9 +357,9 @@ footer .copy {padding-top: 10px;color: #fff;opacity: 0.4;font-size:14px;} footer .copy a {color:#fff;} footer .family_site{position:absolute;right:0;top:0;width:180px;} footer .family_site .site_name{position:relative;margin-top:7px;padding-left:20px;height:40px;line-height:40px;font-size:12px;font-weight:normal;color:#ddd;background:#2b2b2b;cursor:pointer;border-radius: 3px;} -footer .family_site .site_name:after{position:absolute;right:0;top:0;width:40px;height:40px;content:"";display:block;background: url("/images/icon/icon-down-arr.png") no-repeat right top;} -footer .family_site.on .site_name:after{background: url("/images/icon/icon-up-arr.png") no-repeat right top;} -footer .family_site .site_depth{width:180px;position:absolute;left:0px;right:0;top:46px;background-color:#1b1b1b;padding:7px 0px;z-index:60;display:none;} +footer .family_site .site_name:after{position:absolute;right:0;top:0;width:40px;height:40px;content:"";display:block;background: url("/images/icon/icon-up-arr.png") no-repeat right top;} +footer .family_site.on .site_name:after{background: url("/images/icon/icon-down-arr.png") no-repeat right top;} +footer .family_site .site_depth{width:180px;position:absolute;left:0px;right:0;bottom:40px;background-color:#1b1b1b;padding:7px 0px;z-index:60;display:none;} footer .family_site .site_depth li a{display:block;line-height:26px;padding:0 0 0 12px;font-size:14px;color:#ddd;} @@ -1180,6 +1180,8 @@ transform: rotate(45deg);} .interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.title {width:70%;font-size:16px;font-weight: 500;margin:0;height:auto;} .interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.code {width:70%;font-size:12px;font-weight: 300;margin-bottom: 25px;} .interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.subject {width:70%;font-size:12px;color:#777;} +.interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.subject span {display: inline-block;padding-right: 8px;margin-right: 8px;height: 12px;line-height: 12px;border-right: 1px solid #ccc;} +.interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.subject span:last-child {border-right:0;margin:0;padding:0;} .interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.type span {font-size:12px;padding:2px 15px 3px;background:#333;border-radius: 50px;color:#fff;display:inline-block;margin:0px 2px;} .interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.type span.online {background:#376795;} .interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-data > div.type span.loan {background:#b68946;} @@ -1721,8 +1723,8 @@ transform: rotate(45deg); /* 로그인 패스워드 팝업 */ -.pop-login-password {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: 60%;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;} -.pop-login-password .inner {background:#fff;display:inilne-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:50px 0px;} +.pop-login-password {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: 65%;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;} +.pop-login-password .inner {background:#fff;display:inilne-block;width:100%;height: calc(100% - 218px);overflow:auto;padding:50px 0px;} .pop-login-password .inner .row {padding:0px 60px 0px;text-align:center;} .pop-login-password .Title {background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;text-align:center;padding:30px 0px;} .pop-login-password .Title h3 {font-size:24px;line-height:30px;margin-top:15px;color:#fff;font-weight: 300;} @@ -1738,7 +1740,7 @@ transform: rotate(45deg); .pop-login-password .inner .First .Btn button span:nth-of-type(1) {border-right:1px solid #ddd;margin-right:10px;padding-right:10px;} .pop-login-password .inner .First .Btn button:hover {border:1px solid #4a7ba6;} .pop-login-password .inner .First .Btn button:hover span {color:#222;} -.pop-login-password .inner .btn {width:70%;padding:20px 15% 40px;line-height: normal} +.pop-login-password .inner .btn {width:70%;padding:20px 15% 40px;line-height: normal;margin:0;} .pop-login-password .inner .btn-box .btn {width:auto;padding:10px 25px;} .pop-login-password .inner .btn p .cancel {color:#999;width:100%;display:inline;font-size:12px;font-weight: 300;border-bottom: 1px solid #ddd;padding:3px 3px;} .pop-login-password .inner .login-close {position: absolute;right: 20px;top: 20px;width: 26px;height: 26px;text-indent: 9999px;font-size: 0;overflow: hidden;background: url(/images/btn/btn_close_size_27x26_c9c9c7.png) no-repeat;background-size: 100%;} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index a461e967..eecd6ac9 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -230,6 +230,15 @@ footer .family_site {right:10px;} .map .inner .row-bottom .map-box .info > div {min-height:240px;} .filter-wrap .filter .filter-list.year ul li input[type='text'] {width:23%;} .myinfo .contents .concern-data .list-box .list {width:23.9%;} +.service .top-bg {width:100%;height:450px;background-color:#f9f9f9;background-position:0px 0px;} +.service .con {width:100%;} +.service .top-bg p:nth-child(1) {margin:300px 5% 20px;font-size:16px;color:#333;} +.service .top-bg p:nth-child(2) {margin:0 5%;font-size:12px;color:#333;} + +.privacy .top-bg {width:100%;height:450px;background-color:#f9f9f9;background-position:0px 0px;} +.privacy .con {width:100%;} +.privacy .top-bg p:nth-child(1) {margin:300px 5% 20px;font-size:16px;color:#333;} +.privacy .top-bg p:nth-child(2) {margin:0 5%;font-size:12px;color:#333;} } /* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/