diff --git a/html/css/common.css b/html/css/common.css index 47bef36..18810b3 100644 --- a/html/css/common.css +++ b/html/css/common.css @@ -138,9 +138,24 @@ position:fixed;right:50px;bottom:20px;z-index:999;display:flex;justify-content:c .design-line::before{content:'';display:block;width:4px;height:200px;background:#000;} .design-line::after{content:'';display:block;width:1px;height:200px;background:#000;} .sub-cont{display:flex;padding:100px 0;} +.point-txt{color:#2290c9} +.list-txt{color: #333;font-size: 16px;line-height: 2.5;margin-top:20px;} +.list-txt > li {position: relative;} +.list-txt > li:before {content: "";display: inline-block;position: absolute;top: 0;left: 0;} + +/*회사소개*/ .company .img{margin-right:60px;} .company .img img{width:450px;} .company .txt h6{font-size:1.8rem;color:#000} .company .txt p{line-height:1.8;font-size:1rem;padding:20px 0;word-break: keep-all;} .company .txt-box + .txt-box{margin-top:40px;} -.point-txt{color:#2290c9} \ No newline at end of file + +/*연혁*/ + +.history{width:100%;padding-left:320px;margin:0px auto;} +.history .swiper-slide-active{max-width:1280px;opacity:1!important;} +.history .swiper-slide{opacity:0.5;} +.history .swiper-slide .test{width:1280px;height:200px;background:blue;width:500px;} +.history .swiper-button-next, .history .swiper-rtl .swiper-button-prev {right: auto;left: 1240px;} +.history-box{padding:0 100px;} +.history-box h6{font-size:4rem;} diff --git a/html/history.html b/html/history.html index ad4cdb5..5d5eda5 100644 --- a/html/history.html +++ b/html/history.html @@ -67,11 +67,50 @@