This commit is contained in:
com02 2021-12-10 13:14:57 +09:00
parent bdfd8d902d
commit 6a2eea44b5

View File

@ -1702,23 +1702,23 @@ transform: rotate(45deg);
/* 서지정보 팝업 */ /* 서지정보 팝업 */
.pop-serge {position:fixed;top:5%;left:calc(50% - 435px);width: 870px;height: 85%;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;} .pop-serge {position:fixed;top:5%;left:calc(50% - 435px);width: 870px;height: auto;border-radius: 5px;overflow: hidden;padding: 0 0px;z-index:999;}
.pop-serge .inner {display:inline-block;width:90%;height:auto;overflow:auto;padding:2% 5%;background: #f2f4f7;} .pop-serge .inner {display:inline-block;width:90%;height:auto;overflow:auto;padding:2% 5%;background: #f2f4f7;}
.pop-serge .inner .row {padding:0px 0px 0px;text-align:center;text-align: left;} .pop-serge .inner .row {padding:0px 0px 0px;text-align:center;text-align: left;}
.pop-serge .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;} .pop-serge .Title {text-align:center;padding:20px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;}
.pop-serge .Title h3 {font-size:24px;line-height:30px;margin-top:0px;color:#fff;font-weight: 300;text-align: left;padding:0% 5%;} .pop-serge .Title h3 {font-size:24px;line-height:30px;margin-top:0px;color:#fff;font-weight: 300;text-align: left;padding:0% 5%;}
.pop-serge .Title h3 span {font-size:12px;line-height:12px;font-weight: 100;color:#fff;margin-left:10px;} .pop-serge .Title h3 span {font-size:12px;line-height:12px;font-weight: 100;color:#fff;margin-left:10px;}
.pop-serge .inner .Text .text-box {border:1px solid #ddd;background: #fff;padding:30px 40px;margin-bottom:10px;} .pop-serge .inner .Text .text-box {border:1px solid #ddd;background: #fff;padding:10px 40px;margin-bottom:10px;}
.pop-serge .inner .Text .con-1 > p, .pop-serge .inner .Text .con-2 > p {font-size:18px;font-weight: 500;margin-bottom:5px;} .pop-serge .inner .Text .con-1 > p, .pop-serge .inner .Text .con-2 > p {font-size:18px;font-weight: 500;margin-bottom:5px;}
.pop-serge .inner .Text .text-box p {font-size:14px;margin-bottom:15px;letter-spacing: -0.3px;} .pop-serge .inner .Text .text-box p {font-size:14px;margin-bottom:5px;letter-spacing: -0.3px;}
.pop-serge .inner .Text .text-box p:nth-of-type(1) {text-indent: -14px;} .pop-serge .inner .Text .text-box p:nth-of-type(1) {text-indent: -14px;}
.pop-serge .inner .Text .text-box p span {font-weight: 500;position: relative;} .pop-serge .inner .Text .text-box p span {font-weight: 500;position: relative;}
.pop-serge .inner .Text .text-box p span::before {content: '';position: absolute;top:8px;left:-12px;width:4px;height:4px;background: #3a5daa;} .pop-serge .inner .Text .text-box p span::before {content: '';position: absolute;top:8px;left:-12px;width:4px;height:4px;background: #3a5daa;}
.pop-serge .inner .Text .con-2 .text-box p:nth-of-type(1) {text-indent: -14px;} .pop-serge .inner .Text .con-2 .text-box p:nth-of-type(1) {text-indent: -14px;}
.pop-serge .inner .Text .con-2 .text-box p:nth-of-type(2) {text-indent: -14px;color:#2e899c;} .pop-serge .inner .Text .con-2 .text-box p:nth-of-type(2) {text-indent: -14px;color:#2e899c;}
.pop-serge .inner .btn-box {text-align: center;} .pop-serge .inner .btn-box {text-align: center;margin:15px 0px;}
.pop-serge .inner .btn-box .btn {width:auto;padding:10px 25px;line-height: normal} .pop-serge .inner .btn-box .btn {width:auto;padding:10px 25px;line-height: normal}
.pop-serge .inner .serge-close {position: absolute;right: 30px;top: 30px;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%;} .pop-serge .inner .serge-close {position: absolute;right: 30px;top: 22px;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%;}
.pop-serge .Bg {width:100%;height:100%;position:fixed;top:0px;left:0px;background:rgba(0,0,0,0.5);z-index:-1;} .pop-serge .Bg {width:100%;height:100%;position:fixed;top:0px;left:0px;background:rgba(0,0,0,0.5);z-index:-1;}