text-white

This commit is contained in:
com02 2021-12-10 19:10:10 +09:00
parent 080cbe47b8
commit a75a7e60ef
2 changed files with 5 additions and 3 deletions

View File

@ -124,7 +124,7 @@ function fn_listPops(typeDivCd) {
<section id="sec1" class="sec1">
<h2 class="blind">배너 섹션영역</h2>
<div class="inner">
<div class="banner">
<div class="banner text-white">
<!-- Swiper -->
<div id="divMainBanner" class="swiper MainSwiper">
<ul class="swiper-wrapper">

View File

@ -161,8 +161,10 @@ section .inner p.desc {font-size: 18px;color:#666;margin-bottom:40px;}
/********** 메인섹션1 **********/
.sec1 {}
.sec1 .inner .banner {position: relative;width:100%;height:600px;background:#ccc;background-size:cover;}
.sec1 .inner .banner h3 {font-size:36px;line-height:48px;color:#fff;font-weight: 500;text-align:center;width:70%;padding:0% 15%;position: absolute;top:200px;word-break: break-all;max-height: 50px;overflow: hidden;}
.sec1 .inner .banner p {font-size:16px;line-height:24px;color:#fff;font-weight: 200;text-align:center;width:70%;padding:0% 15%;position: absolute;top:270px;word-break: break-all;max-height: 82px;overflow: hidden;}
.sec1 .inner .banner h3 {font-size:36px;line-height:48px;font-weight: 500;text-align:center;width:70%;padding:0% 15%;position: absolute;top:200px;word-break: break-all;max-height: 50px;overflow: hidden;}
.sec1 .inner .banner p {font-size:16px;line-height:24px;font-weight: 200;text-align:center;width:70%;padding:0% 15%;position: absolute;top:270px;word-break: break-all;max-height: 82px;overflow: hidden;}
.sec1 .inner .banner.text-white h3 {color:#fff;}
.sec1 .inner .banner.text-white p {color:#fff;}
.sec1 .inner .banner p:nth-of-type(2) {top:400px;}
.sec1 .inner .banner p:nth-of-type(2) a {display:inline-block;border:1px solid #000;background:#000;border-radius:50px;color:#fff;font-size:14px;padding:5px 20px;}
.sec1 .inner .banner p:nth-of-type(2) a:hover {border:1px solid #fff;background:#fff;color:#333;}