|
|
|
@ -98,9 +98,9 @@ box-shadow: 4px 4px 4px #ddd;}
|
|
|
|
|
50% { transform: translateY(-5px); } |
|
|
|
|
100% { transform: translateY(0px); } |
|
|
|
|
} |
|
|
|
|
.topBtn{color:#fff;font-weight:500;width:50px;height:50px;background:rgba(255,255,255,0.5);border:2px solid #2290c9;border-radius:100%; |
|
|
|
|
.topBtn{display:none;color:#fff;font-weight:500;width:50px;height:50px;background:#2290c9;border:2px solid #2290c9;border-radius:100%; |
|
|
|
|
position:fixed;right:50px;bottom:20px;z-index:999;display:flex;justify-content:center;align-items:center;} |
|
|
|
|
.topBtn i{font-size:20px;} |
|
|
|
|
.topBtn i{font-size:20px;color:#fff;} |
|
|
|
|
|
|
|
|
|
/*footer*/ |
|
|
|
|
#footer{background:#21272e;position:absolute;bottom:0;width:100%;height:160px;} |
|
|
|
@ -112,6 +112,12 @@ box-shadow: 4px 4px 4px #ddd;}
|
|
|
|
|
.ft-info span.no-line::before{display:none;} |
|
|
|
|
.ft-sub{bottom:auto!important;} |
|
|
|
|
|
|
|
|
|
/* 스크롤바 설정*/ |
|
|
|
|
*::-webkit-scrollbar{width: 6px;height:6px;} |
|
|
|
|
/* 스크롤바 막대 설정*/ |
|
|
|
|
*::-webkit-scrollbar-thumb{height:auto;background-color:#ddd;border-radius: 10px;} |
|
|
|
|
/* 스크롤바 뒷 배경 설정*/ |
|
|
|
|
*::-webkit-scrollbar-track{background-color: rgba(0,0,0,0);} |
|
|
|
|
|
|
|
|
|
/*sub*/ |
|
|
|
|
.breadcrumbs{position: absolute;z-index:1;} |
|
|
|
|