You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

105 lines
6.7 KiB

@charset "utf-8";
body,html{
overflow-y: hidden !important;
}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
/*header*/
#hd {background:rgba(0, 0, 0, 0);z-index:1000;position:fixed;width:100%; top:0;overflow:hidden; transition:0.6s ease; -webkit-transition:0.6s ease;}
#hd:hover{background:#fff; border-bottom:1px solid rgba(0, 0, 0, 0.5);}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#logo a{display:block;padding:20px;}
#logo a img{width:200px;}
#hd_wrapper{display:flex;width:100%;justify-content: space-between;}
/* nav */
#gnb{position:relative;width:calc(100% - 250px);}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative;}
#gnb #gnb_1dul {font-size:1.083em;padding:0 30px;display: flex;justify-content: flex-end;width:100%;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli{line-height:100px;position:relative;width:25%;max-width:220px;}
.gnb_1dli .bg{display:none;width:10px;height:10px;overflow:hidden;}
.gnb_1da {width:100%;display:inline-block;font-weight:500;color:#fff;text-decoration:none; font-size:20px;}
.gnb_2dli{line-height:36px; padding:0 0 10px; font-size:18px; font-weight:400;}
.gnb_2dli:first-child{border:0}
.gnb_2dli a:hover{text-decoration: underline;}
.gnb_2dul {display:block;padding: 0; height:0; overflow:hidden;}
.gnb_2da {color:rgba(255,255,255,0.7);text-align:left;text-decoration:none}
/*slidesNav*/
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:rgba(255,255,255,0.8)}
/*section*/
.inner{width:1280px;margin:0px auto;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.inner div b{color:#fff;}
.main-bn{position: relative;}
.main-bn h2{font-size:3rem;font-weight:500;color:rgba(255,255,255,0.8);}
.main-bn h2.main-ti{color:#000;text-align:center;font-weight:600;}
.main-bn h4{font-size:1.5rem;font-weight:600;color:rgba(0,0,0,0.8);text-align:center;line-height:1.8;}
.main-bn .big{display:block;font-size:6rem;color:#fff;font-weight:bold;}
.main-bn .sm{display:block;font-size:1.25rem;color:rgba(255,255,255,0.8);margin:10px 0 0 10px;}
.txt-box{font-size:1.25rem;font-weight:300;color:rgba(255,255,255,0.8);line-height:1.5;}
.txt-box b{font-size:3rem;}
.bg-canvas{position: absolute;top:0;opacity:0.3;}
.bg-square{display:block;border:20px solid rgba(255,255,255,0.2);width:250px;height:250px;position:absolute;top:-160px;}
.bg01{background:url('../images/bg01.jpg');}
.bg02{background:url('../images/bg02.jpg');}
.bg03{background:url('../images/bg03.jpg') no-repeat 80% 50%;}
.bg04{background:url('../images/pal_icon02_2.png') #f4f4f4 no-repeat 95% 20%;background-size:400px;}
.bg02 .txt-box, .bg03 .txt-box{padding-left:134px;}
.bg04 .inner{padding-top:80px;}
.bg04 ul{width:100%;display:flex;flex-wrap:wrap;}
.bg05 .main-ti{margin-top:-100px;}
.box{position:relative;display:flex;flex:0 0 33.333%;;margin-top:40px;}
.box > a{width:300px;height:300px;display:block;}
.box:hover .list-box{ opacity: 0; }
.box:hover .line-box{ opacity: 1; }
.box:hover .line::before { width: 80%; }
.box:hover .line::after { width: 80%; }
.box:hover .line span::before { height: 80%; }
.box:hover .line span::after { height: 80.5%; }
.list-box{position: relative;width:300px;height:300px;display:flex;flex-direction: column;justify-content:center;align-items:center;background:#fff;border-radius:4px;
box-shadow: 4px 4px 4px #ddd;}
.list-box .icon img{width:120px;}
.list-box .ti{font-weight:500;font-size:1.125rem;margin-top:20px;}
.line-box{position:absolute;width:300px; height:300px;background:rgba(0,0,0,0.7);opacity:0;transition: all 0.5s;top:0;}
.line-box .line{display:flex;width:100%;height:100%;justify-content: center;align-items:center;}
.line-box span{display:block;color:#fff; font-weight:500; font-size:1.125rem; text-align:center; line-height:26px;}
.line-box span.more{text-decoration: underline;margin-top:10px;font-weight:400;font-size:0.875rem}
.line::before {content: "";position: absolute;background: rgba(255, 255, 255, 0.7);display: inline-block;transition: all 0.5s;left: 10%;top: 10%;width: 0%;height: 2px; }
.line::after {content: "";position: absolute;background: rgba(230, 230, 230, 0.7);display: inline-block;transition: all 0.5s;left: 10%;top: 90%;width: 0%;height: 2px; }
.line span::before {content: "";position: absolute;background: rgba(230, 230, 230, 0.7);display: inline-block;transition: all 0.5s;left: 10%;top: 10%;width: 2px;height: 0%; }
.line span::after {content: "";position: absolute;background: rgba(230, 230, 230, 0.7);display: inline-block;transition: all 0.5s;left: 90%;top: 10%;width: 2px;height: 0%; }
.swiper-container.news-wrap{padding:60px 0;}
.news-box img{width:100%;}
.news-box a{display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:3; text-overflow: ellipsis; overflow: hidden;line-height:1.6;font-size:0.875rem;}
.news-box a:hover{text-decoration: underline;}
.news-box b{display:block;font-size:1rem;margin:10px 0 4px 0;}
.news-wrap .swiper-button-prev,.news-wrap .swiper-rtl .swiper-button-next {left: 50px;right: auto;}
.news-wrap .swiper-button-next,.news-wrap .swiper-rtl .swiper-button-prev {right: 50px; left: auto;}
.news-wrap .swiper-button-prev, .news-wrap .swiper-button-next{z-index:99;display:flex;width:50px;height:50px;border:3px solid #fff;background:rgba(255,255,255,0.4);border-radius:100%;}
.news-wrap .swiper-button-prev:after, .news-wrap .swiper-button-next:after{color:#fff;font-size:20px;font-weight:bold;}
.scroll-animation {position:absolute;left:50%;transform: translateX(-50%);bottom:40px;}
.scroll-box span{display:block;text-align:center;color:rgba(255,255,255,0.8);font-size:0.875rem;font-weight:300;animation: updown 1s ease-in-out 0.3s infinite normal;}
.scroll-box span.scroll-icon{margin:10px auto;fill:#fff;width:30px;}
.scroll-box span.scroll-icon img{width:100%;}
@keyframes updown{
0% { transform: translateY(0); }
50% { transform: translateY(-5px); }
100% { transform: translateY(0px); }
}
.topBtn{color:#fff;font-weight:500;position:fixed;right:20px;bottom:20px;z-index:999;}
#footer{background:#21272e;position:absolute;bottom:0;width:100%;height:160px;}
.footer-box{display:flex;}
.ft-logo{padding-right:80px;}
.ft-logo img{width:200px;}
.ft-info span{display: inline-block;position: relative;color:rgba(255,255,255,0.8);font-size:0.875rem;font-weight:300;}
.ft-info span::before {content: '';width: 1px;height: 12px;background-color:rgba(255,255,255,0.8);display: inline-block;margin: 0 10px;}
.ft-info span.no-line::before{display:none;}
.test{color:#000;background:#000;}