css
This commit is contained in:
parent
0bda5a1625
commit
b90cd37301
@ -336,7 +336,7 @@ function fn_downloadFile(attachFileId, fileSn) {
|
||||
<div class="w-tit">답변메일 수신여부</div>
|
||||
<div class="w-form">
|
||||
<input type="checkbox" name="emailRecvYn" id="emailRecvYn" value="Y" <c:if test='${searchArticle.emailRecvYn == "Y" }'> checked </c:if> />
|
||||
<label for="emailRecvYn"> (답변 수신메일 주소는 내 정보에서 수정하실 수 있습니다.)</label>
|
||||
<label for="emailRecvYn"><span class="mail-an">답변메일 받기</span> (답변 수신메일 주소는 내 정보에서 수정하실 수 있습니다.)</label>
|
||||
</div>
|
||||
</li>
|
||||
<li class="wt-question">
|
||||
|
||||
@ -1524,6 +1524,7 @@ transform: rotate(45deg);}
|
||||
.qna-write-table .wt-attachments .file .close {position: absolute;right:10px;top:10px;}
|
||||
.qna-write-table .wt-attachments .mb {padding-left:10px;font-size:14px;display:inline;}
|
||||
.qna-write-table .wt-attachments label {display:block;}
|
||||
.qna-write-table .wt-mail label span.mail-an {font-weight:500;font-size:14px;color:#666;margin-right:5px;}
|
||||
|
||||
/* faq */
|
||||
.faq .title {height:36px;margin:30px 0px 10px;outline:0px solid red;}
|
||||
@ -1739,7 +1740,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 로그인 팝업 */
|
||||
.pop-login {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-login {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
|
||||
.pop-login .inner {background:#fff;display:inilne-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:60px 0px;}
|
||||
.pop-login .inner .row {padding:45px 60px 0px;text-align:center;}
|
||||
.pop-login .Title {background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;text-align:center;padding:45px 0px;}
|
||||
@ -1765,7 +1766,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 로그인 연결 팝업 */
|
||||
.pop-login-connect {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-login-connect {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
|
||||
.pop-login-connect .inner {background:#fff;display:inilne-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:50px 0px;}
|
||||
.pop-login-connect .inner .row {padding:0px 60px 0px;text-align:center;}
|
||||
.pop-login-connect .Title {background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;text-align:center;padding:30px 0px;}
|
||||
@ -1788,7 +1789,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 로그인 패스워드 팝업 */
|
||||
.pop-login-password {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-login-password {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;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;}
|
||||
@ -1813,7 +1814,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 알림 팝업 */
|
||||
.pop-notice {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: 400px;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-notice {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: 400px;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
|
||||
.pop-notice .inner {display:inline-block;width:100%;height: calc(100% - 156px);overflow:auto;padding:50px 0px;background: #fff;}
|
||||
.pop-notice .inner .row {padding:0px 60px 0px;text-align:center;}
|
||||
.pop-notice .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;}
|
||||
@ -1829,7 +1830,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 반려사유 팝업 */
|
||||
.pop-return {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-return {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
|
||||
.pop-return .inner {display:inline-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:50px 0px;background: #fff;}
|
||||
.pop-return .inner .row {padding:0px 30px 0px;text-align:center;}
|
||||
.pop-return .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;}
|
||||
@ -1844,7 +1845,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 패스워드 변경 팝업 */
|
||||
.pop-change {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-change {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
|
||||
.pop-change .inner {display:inline-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:50px 0px;background: #fff;}
|
||||
.pop-change .inner .row {padding:0px 60px 0px;text-align:center;}
|
||||
.pop-change .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;}
|
||||
@ -1866,7 +1867,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 패스워드 찾기 팝업 */
|
||||
.pop-find {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-find {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
|
||||
.pop-find .inner {display:inline-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:50px 0px;background: #fff;}
|
||||
.pop-find .inner .row {padding:0px 60px 0px;text-align:center;}
|
||||
.pop-find .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;}
|
||||
@ -1887,7 +1888,7 @@ transform: rotate(45deg);
|
||||
|
||||
|
||||
/* 회원 팝업 */
|
||||
.pop-member {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-member {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
|
||||
.pop-member .inner {display:inline-block;width:100%;height: calc(100% - 50px);overflow:auto;padding:40px 0px 20px;background: url(/images/bg/bg-member-pop.jpg) no-repeat;background-size:cover;}
|
||||
.pop-member .inner .row {margin:0px 50px 0px;}
|
||||
.pop-member .Title {text-align:center;padding:0px 0px 30px;text-align: center;}
|
||||
|
||||
@ -185,9 +185,9 @@ footer .family_site {right:10px;}
|
||||
.myinfo .inner .row-bottom .myinfo-box .top-info .right .top-box > .con-1 .list-box > div {width:18.8%;}
|
||||
.myinfo .inner .row-bottom .myinfo-box .top-info .right .top-box > .con-2 .list-box > div {width:23.8%;}
|
||||
.myinfo .contents .loan-history .list-box .list > div.tit {width:20%;}
|
||||
.myinfo .contents .loan-history .list-box .list > div.con {width:70%;}
|
||||
.myinfo .contents .loan-history .list-box .list > div.con {width:100%;}
|
||||
.myinfo .contents .visit-history .list-box .list > div.tit {width:20%;}
|
||||
.myinfo .contents .visit-history .list-box .list > div.con {width:70%;}
|
||||
.myinfo .contents .visit-history .list-box .list > div.con {width:100%;}
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.img {margin-right:0;padding:0px 20px;}
|
||||
.privacy .top-bg {width:100%;}
|
||||
.privacy .con {width:100%;}
|
||||
@ -516,7 +516,7 @@ footer .family_site {right:10px;}
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-chk { height: 35px; }
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.type { display: flex; position: absolute; top: 14px; left: 32px; }
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.type span { padding: 5px 12px 5px; margin-right: 6px; }
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.title { padding: 5px 0 40px; }
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.title { padding: 5px 0 40px;width:100%; }
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.img { width: 189px; height: 144px; padding: 0; display: flex; align-items: center; justify-content: center; }
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.img a,
|
||||
.cart .inner .tabs_item .list-cart-wrap .list-cart div.list > div.t-data > div.img img { width:100%;height: 100%;max-width:100px; }
|
||||
@ -717,7 +717,7 @@ footer .family_site {right:10px;}
|
||||
.data .inner .tabs_item .list-cart-wrap .list-data div.list > div.t-btn.nomagin p br {display:none;}
|
||||
.data .inner .tabs_item .list-cart-wrap .list-data div.list > div.t-btn.nomagin p span {display:inline-block;margin:0px 5px;height:10px;line-height:10px;}
|
||||
.data .inner .tabs_item .list-cart-wrap .list-data div.list > div.t-btn.nomagin p span:nth-of-type(1) {border-right:1px solid #3f8f4a;padding-right:10px;}
|
||||
|
||||
.data .inner .tabs_item .list-cart-wrap .list-data div.list > div.t-data > div.img .favorites:hover .on {display:none;}
|
||||
|
||||
/* 결과 없음 */
|
||||
.data .inner .tabs_item .list-cart-wrap .list-data div.list > .no-result .text1 { font-size: 16px; }
|
||||
@ -1173,8 +1173,8 @@ footer .family_site {right:10px;}
|
||||
|
||||
/* 상세검색 팝업 */
|
||||
.popup.pop-advanced-search .pop-wrap { width: 100vw; height: 100vh; border-radius: 0; }
|
||||
.pop-advanced-search .pop-wrap .Title { padding: 0 16px; box-sizing: border-box; width: 100%; }
|
||||
.pop-advanced-search .pop-wrap .Title span:nth-of-type(3) { right: 16px; }
|
||||
.pop-advanced-search .pop-wrap .Title { padding: 20px 16px 0px; box-sizing: border-box; width: 100%;height:90px;}
|
||||
.pop-advanced-search .pop-wrap .Title span:nth-of-type(3) { top:50px;right: 16px; }
|
||||
.popup.pop-advanced-search .pop-wrap .Title span:nth-of-type(1) { font-size: 22px; line-height: 33px; }
|
||||
.popup.pop-advanced-search .pop-wrap .Title span:nth-of-type(2) { display: none; }
|
||||
.popup.pop-advanced-search .pop-wrap form { padding: 22px 8px 22px 8px;height: calc(100% - 140px); }
|
||||
@ -1250,7 +1250,7 @@ footer .family_site {right:10px;}
|
||||
.pop-login-connect .inner .btn { margin: 30px 0 0; }
|
||||
.pop-login-password .inner .btn p { margin-top: 50px; }
|
||||
.pop-login-password .btn-box { margin: 100px 0 0; display: flex; }
|
||||
.pop-login-password .inner .btn-box .btn { width: 50%; padding: 0; }
|
||||
.pop-login-password .inner .btn-box .btn { width: 49.5%;margin-right:1%; padding: 0; }
|
||||
.pop-login-password .inner .btn-box .btn:last-child { margin-right: 0; }
|
||||
|
||||
/* 계정 연결 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user