This commit is contained in:
com02 2021-11-26 17:36:44 +09:00
parent c829600864
commit 7a24028556
2 changed files with 16 additions and 2 deletions

View File

@ -316,7 +316,7 @@ transition: all 0.2s ease-in-out;
/********** 메인섹션7 **********/ /********** 메인섹션7 **********/
.sec7 {background:#f5f5f5;padding:100px 0px 100px;display: inline-block;width:100%;height:auto;} .sec7 {background:#f5f5f5;padding:100px 0px 100px;display: inline-block;width:100%;height:auto;}
.sec7 .inner {width:1400px;margin:0 auto;position: relative;} .sec7 .inner {width:1400px;margin:0 auto;position: relative;}
.sec7 .inner .Fl {float:left;width:47.5%;margin-right:5%;} .sec7 .inner .Fl {float:left;width:47.5%;margin-right:5%;position:relative;}
.sec7 .inner .Fl:last-child {margin-right:0;} .sec7 .inner .Fl:last-child {margin-right:0;}
.sec7 .inner .Fl .ti {margin-bottom:5px;display:inline-block;width:100%;} .sec7 .inner .Fl .ti {margin-bottom:5px;display:inline-block;width:100%;}
.sec7 .inner .Fl .ti span {float:left;font-size:24px;font-weight:500;} .sec7 .inner .Fl .ti span {float:left;font-size:24px;font-weight:500;}
@ -337,6 +337,7 @@ transition: all 0.2s ease-in-out;
.sec7 .inner .Fl .con .list .answer.suc p {background:#4a7ba6;color:#fff;} .sec7 .inner .Fl .con .list .answer.suc p {background:#4a7ba6;color:#fff;}
.sec7 .inner .notice .con .list .box {background: #2e899c;} .sec7 .inner .notice .con .list .box {background: #2e899c;}
.sec7 .inner .qna .con .list .box {background: #4a7ba6;} .sec7 .inner .qna .con .list .box {background: #4a7ba6;}
.sec7 .inner .Fl .more {position:absolute;right:0%;top:10px;}
/********** 푸터 **********/ /********** 푸터 **********/
@ -1637,7 +1638,7 @@ transform: rotate(45deg);
.pop-sharing .pop-wrap .Qr .inner .Qrtext p {padding:0;font-size:16px;} .pop-sharing .pop-wrap .Qr .inner .Qrtext p {padding:0;font-size:16px;}
.pop-sharing .pop-wrap .Qr .inner .Qrtext p strong {color:#ffc71e;} .pop-sharing .pop-wrap .Qr .inner .Qrtext p strong {color:#ffc71e;}
.pop-sharing .pop-wrap .Qr .inner .Qrimg img {width:100%;} .pop-sharing .pop-wrap .Qr .inner .Qrimg img {width:100%;}
.pop-sharing .pop-wrap .Qr .inner .Qrimg canvas {width:100% !important;height:100% !important;} .pop-sharing .pop-wrap .Qr .inner .Qrimg canvas {width:100% !important;height:100% !important;max-width:120px;max-height:120px;}
/* 서지정보 팝업 */ /* 서지정보 팝업 */

View File

@ -284,6 +284,10 @@ footer .inner {width:100%;}
.sec7 .inner .Fl .con .list .text p { align-items: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right:20px; } .sec7 .inner .Fl .con .list .text p { align-items: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right:20px; }
.sec7 .inner .Fl .con .list .text p img { margin: 0;margin-left:5px; } .sec7 .inner .Fl .con .list .text p img { margin: 0;margin-left:5px; }
.sec7 .inner .Fl .con .list .answer { display: none; } .sec7 .inner .Fl .con .list .answer { display: none; }
.sec7 .inner .Fl .more {position:absolute;right:0%;top:5px;}
.sec7 .inner .Fl .more a span img {width:22px;}
.sec7 .inner .Fl .more a span > span {display:none;}
footer { padding: 20px 0px 16px; position: relative; height: auto; box-sizing: border-box; } footer { padding: 20px 0px 16px; position: relative; height: auto; box-sizing: border-box; }
footer .inner { width: 100%; box-sizing: border-box; } footer .inner { width: 100%; box-sizing: border-box; }
footer .row-top { display: flex; flex-direction: column; align-items: center; } footer .row-top { display: flex; flex-direction: column; align-items: center; }
@ -1213,3 +1217,12 @@ footer .inner {width:100%;}
footer .family_site .site_name:after {background: url(/images/icon/icon-up-arr.png) no-repeat right top;} footer .family_site .site_name:after {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.on .site_name:after {background: url(/images/icon/icon-down-arr.png) no-repeat right top;}
} }
@media all and (max-width: 350px) {
/* 공유하기 팝업 */
.popup .pop-wrap { width: 90%; margin:0% 5%; height: auto; top: 2%; left: auto;transform:none;}
/* 알림 팝업 */
.pop-notice { width: 90%; margin:0% 5%; top: 2%; left: auto; }
/* 회원증 팝업 */
.pop-member { width: 90%; margin:0% 5%; height: auto; top: 2%; left: auto; }
}