This commit is contained in:
com02 2021-12-17 18:42:03 +09:00
parent d9492b3ed0
commit 60b57d5f80
2 changed files with 6 additions and 3 deletions

View File

@ -283,7 +283,7 @@ transition: all 0.2s ease-in-out;
.sec5 .popularSwiper .loop-count button.remote-popular span {display:block;width:100%;height:100%;background:transparent url('/images/btn/btn-mainvisual-stop-black.png') no-repeat 50% 50%;} .sec5 .popularSwiper .loop-count button.remote-popular span {display:block;width:100%;height:100%;background:transparent url('/images/btn/btn-mainvisual-stop-black.png') no-repeat 50% 50%;}
.sec5 .popularSwiper .loop-count button.remote-popular:focus {outline:none;} .sec5 .popularSwiper .loop-count button.remote-popular:focus {outline:none;}
.sec5 .popularSwiper .loop-count button.remote-popular.restart span {background-image:url('/images/btn/btn-mainvisual-play-black.png');} .sec5 .popularSwiper .loop-count button.remote-popular.restart span {background-image:url('/images/btn/btn-mainvisual-play-black.png');}
.sec5 .popularSwiper .pagination {position:absolute;bottom:0px;left:calc(50% - 0px);} .sec5 .popularSwiper .pagination {/*position:absolute;bottom:0px;left:calc(50% - 0px);*/}
.sec5 .popularSwiper .swiper-pagination-fraction {color:#333;left:-12px;top:4px;width:auto;} .sec5 .popularSwiper .swiper-pagination-fraction {color:#333;left:-12px;top:4px;width:auto;}
/********** 메인섹션6 **********/ /********** 메인섹션6 **********/

View File

@ -128,7 +128,7 @@ a.pop-logo img { margin-right: 10px; }
.sec3 .pickSwiper {padding:1% 10% 12%;} .sec3 .pickSwiper {padding:1% 10% 12%;}
.sec3 .pickSwiper .swiper-slide .list-box .images a img {} .sec3 .pickSwiper .swiper-slide .list-box .images a img {}
.sec5 {padding:100px 2% 100px;} .sec5 {padding:100px 2% 100px;}
.sec5 .popularSwiper {padding:1% 0% 12%;} .sec5 .popularSwiper {padding:1% 0% 1%;}
.sec5 .inner .tab_content {width:96%;padding:30px 1.9%;} .sec5 .inner .tab_content {width:96%;padding:30px 1.9%;}
.sec5 .inner {width:100%;} .sec5 .inner {width:100%;}
.sec6 {padding:100px 2% 100px;} .sec6 {padding:100px 2% 100px;}
@ -258,6 +258,9 @@ footer .family_site {right:10px;}
*/ */
.noti-data .list-accordion .question span:nth-of-type(2) {width:67%;} .noti-data .list-accordion .question span:nth-of-type(2) {width:67%;}
.noti-data .list-accordion .question span:last-child {padding-right:0;width:7%;} .noti-data .list-accordion .question span:last-child {padding-right:0;width:7%;}
.popularSwiper .swiper-pagination { position: relative;top:45px; }
.popularSwiper .swiper-pagination-bullet { background: #aaaaaa; border-radius: 30px; margin-right: 4px; opacity: unset !important; }
.popularSwiper .swiper-pagination-bullet-active { background: #376795; width: 35px; height: 10px; }
} }
/* 모바일 가로, 테블릿 세로 (해상도 ~ 768px)*/ /* 모바일 가로, 테블릿 세로 (해상도 ~ 768px)*/
@ -355,7 +358,7 @@ footer .family_site {right:10px;}
.sec6 .inner .more-btn a {font-size:12px;padding:2px 10px 3px;} .sec6 .inner .more-btn a {font-size:12px;padding:2px 10px 3px;}
.sec6 .inner .more-btn a span > span {display:none;} .sec6 .inner .more-btn a span > span {display:none;}
.sec6 .inner .more-btn a span img {width:22px;} .sec6 .inner .more-btn a span img {width:22px;}
.popularSwiper .swiper-pagination { position: relative; } .popularSwiper .swiper-pagination { position: relative;top:10px; }
.popularSwiper .swiper-pagination-bullet { background: #aaaaaa; border-radius: 30px; margin-right: 4px; opacity: unset !important; } .popularSwiper .swiper-pagination-bullet { background: #aaaaaa; border-radius: 30px; margin-right: 4px; opacity: unset !important; }
.popularSwiper .swiper-pagination-bullet-active { background: #376795; width: 35px; height: 10px; } .popularSwiper .swiper-pagination-bullet-active { background: #376795; width: 35px; height: 10px; }
.sec6 .onlineSwiper::before, .sec6 .onlineSwiper::before,