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.
58 lines
3.0 KiB
58 lines
3.0 KiB
3 years ago
|
@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 {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 #ddd;}
|
||
|
#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;background:url(../img/gnb_bg2.gif) no-repeat 50% 50%;text-indent:-999px}
|
||
|
.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_2dul {display:block;padding: 0; height:0; overflow:hidden;}
|
||
|
.gnb_2da {color:#222;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 .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;}
|
||
|
.main-bn .txt-box{font-size:1.25rem;font-weight:300;color:rgba(255,255,255,0.8);line-height:1.5;}
|
||
|
.main-bn .txt-box b{font-size:3rem;}
|
||
|
.bg-canvas{position: absolute;top:0;opacity:0.3;}
|
||
|
.bg01{background:url('../images/bg01.jpg');}
|
||
|
.bg02{background:url('../images/bg02.jpg');}
|
||
|
.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); }
|
||
|
}
|