@charset "uft-8";
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Noto+Sans+KR&display=swap');
/*reset*/
*{margin: 0; padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
a {color: inherit; text-decoration: none;}
li {list-style: none;}
address, em , i {font-style: none;}
h1,h2,h3,h4,h5,h6 {font-size: inherit;}
a:hover {text-decoration: none; color: inherit;}

/*layout*/
body {font-family: 'Noto Sans KR', sans-serif; font-size: 14px;}
.wrap {width: 100%; overflow: hidden; }
.en {font-family: 'Bebas Neue', cursive;}
 header { position: fixed; width: 100%; background:#191a1a; z-index: 100; }
 .innerHeader {padding: 0 60px; height: 90px; transition: all 0.3s;  display: flex;}
 .innerHeader .logo {width: 200px; height: 36px;margin-top: 28px; transition: all 0.3s;}
 .innerHeader .logo a {position: relative; display: block; width: 100%; height: 100%; }
 .innerHeader .logo a img{width: 100%; position: absolute; left: 0; top:0; transition: all 0.3s;}
 .innerHeader .logo a img:nth-child(2) {opacity: 0;}

 /* fixHeader */
 header.on .innerHeader{ height: 60px; transition: all 0.4s;}
 header.on .innerHeader .logo {margin-top: 13px; transition:  all 0.4s;}
 header.on .innerHeader .logo a img:nth-child(1) {opacity: 0;}
 header.on .innerHeader .logo a img:nth-child(2) {opacity: 1;}


 header.on .innerHeader .gnb > li {height: 60px; line-height: 60px; transition:  all 0.4s;}
 header.on .innerHeader .gnb ul.inner {top: 50px;}
 header.on .innerHeader .gnb ul.inner.on {top:60px;}

 /* gnb */
 .innerHeader .gnb {position: absolute; left: 50%; transform: translateX(-50%); width: 800px; display: flex; justify-content: space-between;}
 .innerHeader .gnb > li{ width: 20%; height: 90px; line-height: 90px; position:relative; transition: all 0.3s;}
.innerHeader .gnb > li > a {display: block; width: 100%; height: 100%; text-align: center; font-size: 18px; font-weight: 500;color:#fff;}


.innerHeader .gnb > li > a:before {position: absolute; content: ''; background: #f8b922; width: 75%; height: 100%; left: 50%; transform:translateX(-50%); top:-90px; z-index: -1; opacity: 0; transition: all 0.3s;}
.innerHeader .gnb > li:hover > a:before, .innerHeader .gnb > li > a:focus:before {opacity: 1; top:0;}

.gnb ul.inner{position: absolute; top:80px;left: 12%;width: 160px;background:#fff; color:#000; opacity: 0; line-height:0; padding:0; box-shadow: 2px 2px 8px rgba(0,0,0,0.1);box-sizing: border-box;transition: opacity 0.5s, top 0.5s; overflow: hidden;}

.gnb ul.inner.on { top:90px;  line-height: 50px; padding:10px 25px;   opacity: 1;}
.gnb ul.inner a {display: block; width: 100%; height: 100%; font-size: 17px;}
.gnb ul.inner a span {display: inline-block; position: relative;}
.gnb ul.inner a span:after {content: ''; width: 0; height: 2px; background: #f8b922; position: absolute; left: 0; bottom:8px;  transition: all 0.3s;}
.gnb ul.inner a:hover span:after, .gnb ul.inner a:focus span:after {width: 100%; padding-right: 10px;}

/* visual */
.visual .slide li {position: relative; width: 100%; height: 870px; text-align: center; color:#fff;}
.visual .slide li:before {content: ''; width: 32px; height: 32px; position: absolute; left: 50%; transform: translateX(-50%); top:22%; background: url(../img/symbol.png) no-repeat center/cover; z-index: 1;}
.visual .slide li img {height: 100%; width:auto;position: absolute; left: 50%; transform: translateX(-50%) scale(1); top:0;  }
.visual .slide li .txt {position: absolute; width: 100%; left: 0; top:34%; font-size: 135PX; letter-spacing: 12px; line-height: 1;}
.visual .slide li a {display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); bottom: 27%; font-size: 20px; letter-spacing: 1px; }
.visual .slide li a:after {content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom:-6px; background: #f8b922; transition: all 0.3s; width: 65%; height: 2px; }
.visual .slide li a:hover:after, .visual .slide li a:focus:after {width: 100%; transition: all 0.3s;}
.visual .slide li .mask {display: block; position: absolute; top:0; width: 1px; height: 100%; background: rgba(255,255,255,0.35); }
.visual .slide li .mask.a {left: 0;}
.visual .slide li .mask.b {left: 25%;}
.visual .slide li .mask.c {left: 50%;}
.visual .slide li .mask.d {left: 75%;}
/* 화살표 */
.slick-arrow {position: absolute; top:50%; transform: translateY(-50%); z-index:20; background:none; width: 110px; height: 52px;border:none; text-align: right; text-transform: uppercase; font-size: 20px; color:#fff; letter-spacing: 2px; font-family: 'Bebas Neue', cursive;}
.slick-next {right: 0; text-align: left;}
.slick-arrow:after {content: ''; position: absolute;left: 0; top:50%; transform: translateY(-50%); width: 55%; height: 2px; background: #fff;}
.slick-next:after {left: 45%;}
.slick-arrow::before {content: ''; width: 0; height: 100%; background: #fff; position: absolute; top:0; z-index: -1; transition: all 0.4s;}
.slick-prev:before {left: 0;}
.slick-next:before {right: 0;}
.slick-arrow:hover {color:#000; transition: all 0.3s; cursor: pointer;}
.slick-arrow:hover:after {background: #f8b922;}
.slick-arrow:hover:before {width: 112%;;}


/* slick-dots */
.visual .slide .slick-dots {position: absolute;bottom: 10%; left: 50%; transform: translateX(-50%); z-index: 20;}
.visual .slide .slick-dots li {width: 2px; height: 20px; float: left; margin: 0  10px}
.visual .slide .slick-dots li::before {display: none;}
.visual .slide .slick-dots li button {width: 100%;height: 100%; background: #fff; border:none; text-indent: -9999px;}
.visual .slide .slick-dots:hover, .visual .slide .slick-dots li button:hover {cursor: pointer;}
.visual .slide .slick-dots li.slick-active button {background: #f8b922;height: 28px; transition:  height 0.3s;}

/* 노란게이지바 */
.visual .slick-active:after {content: ''; width: 100%; height: 5px; background: #f8b922; position: absolute; left: 0; bottom:0; animation-name: bar; animation-duration: 7s;}
@keyframes bar {
    0% {width: 0%;}100% {width: 100%;}
}

/* mask애니 */
@keyframes mask {
    0% {width: 25%; background:#000;}
    50% {width: 25%; background:#000;}
    99% {background: #000;}
}
.visual .slick-active .mask.a {animation-name: mask; animation-duration: 0.4s;}
.visual .slick-active .mask.b {animation-name: mask; animation-duration: 0.6s;}
.visual .slick-active .mask.c {animation-name: mask; animation-duration: 0.8s;}
.visual .slick-active .mask.d {animation-name: mask; animation-duration: 1s;}


/* splitting */
.visual .slick-active .splitting .char {display:inline-block;
    animation: slide-up  1s cubic-bezier(.5,0,.5,1) both;
    animation-delay:  calc(60ms * var(--char-index));
}
@keyframes slide-up  {
    0% {transform: translateY(30px); opacity: 0;}
    80% {transform: translateY(30px); opacity: 0;}   
}
.visual .slick-active a {animation-name: slide-up2;  animation-duration: 1s;}
@keyframes slide-up2  {
    0% {bottom: 20%; opacity: 0;}
    60% {bottom: 20%; opacity: 0;}   
}
.visual .slick-active img {animation-name: img; animation-duration: 7s;}
@keyframes img {
    0% {transform: scale(1.2) translateX(-50%);}
}

/* contents */
.contents {position: relative; background: #fff;}
.contents .line {display: block; position: absolute; top:0; width: 1px; height: 100%; background: #eee;}
.contents .line.a {left: 25%;}
.contents .line.b {left: 50%;}
.contents .line.c {left: 75%;}

.contents .information .scrollBox {width: 1200px; margin: 0 auto; margin-bottom: 150px; }
.contents .information .scrollBox .scroll  {display: block; width: 350px; height: 60px; line-height: 60px; background: #f8b922; padding-left: 25px; box-sizing: border-box; position: relative;  }
.contents .information .scrollBox .scroll p {line-height: 60px; letter-spacing: 2px;}
.contents .information .scrollBox .scroll span {display: block; width: 60px; height: 60px; position: absolute; right:5px; top:0; animation: scroll linear 0.8s 0s infinite;}
.contents .information .scrollBox .scroll span img {width: 100%;}
@keyframes scroll {
    0% {top:0;}
    50%{top:7px;}
    100% {top:0;}
}

/* 공통요소 */
.contents .inner {width: 1200px; margin:0 auto; position: relative;}
.contents .inner:after {content:''; width: 3px; height: 60px; position: absolute; left: 50%; top:-60px;transform: translateX(-50%); background: #f8b922;}
.contents .title {color:#666;}
.contents .title .en {font-size: 62px; letter-spacing: 10px; color:#5d6168; line-height: 1.1;}
.contents .title p {font-size: 24px; margin-top: 15px;}

/* 공통버튼 */
.contents .more {display: inline-block; position: absolute; left: 0; bottom:0; font-size: 22px; padding-bottom: 8px; color:#666;}
.contents .more:after {content:''; width: 70%; height: 4px; background: #f8b922; position: absolute; bottom:0; left: 0; transition: all 0.3s;}
.contents .more:hover:after {width: 100%;}

/* slide */
.contents .slideBox2 {width: 1200px; margin: 0 auto;  position: relative; height: 500px;margin-top: 50px;}
.contents .slideBox2 .slide2 {width: 1500px; position: absolute; right: -50%;}
.contents .slideBox2 .slide2 li {margin-right: 50px;}
.contents .slideBox2 .slide2 li a {display: block; width: 100%; height: 100%; position: relative;}
.contents .slideBox2 .slide2 li a p.img {width: 100%; height: 100%; overflow: hidden; position: relative;}
.contents .slideBox2 .slide2 li a p.img img {width: 100%; transition: all 2s;}

/* 테두리호버효과 */
.contents .slideBox2 .slide2 li a:before {content: ''; width: 0%; height: 6px; background: #f8b922; position: absolute; top:0; left:0; opacity: 0; z-index: 2; transition: all 0.3s;}
.contents .slideBox2 .slide2 li a:after{content: ''; width: 0%; height: 6px; background: #f8b922; position: absolute; bottom:0; right:0; opacity: 0; z-index: 2; transition: all 0.3s; }

.contents .slideBox2 .slide2 li a .img:before {content: ''; width: 6px; height: 0%; background: #f8b922; position: absolute; bottom:0; left:0; opacity: 0; z-index: 2; transition: all 0.3s;}
.contents .slideBox2 .slide2 li a .img:after{content: ''; width: 6px; height: 0%; background: #f8b922; position: absolute; top:0; right:0; opacity: 0; z-index: 2; transition: all 0.3s; }


/* hover효과 */
.contents .slideBox2 .slide2 li a:hover::before,.contents .slideBox2 .slide2 li a:hover:after {opacity: 1; width: 100%;}
.contents .slideBox2 .slide2 li a .img:hover::before,.contents .slideBox2 .slide2 li a .img:hover:after {opacity: 1; height: 100%;}
.contents .slideBox2 .slide2 li a:hover img {transform: scale(1.1);}

.contents .slideBox2 .slide2 li a .img span:before {content: ''; width: 100%; height: 100%; background: rgba(3,3,3,0.4); position: absolute; left: 0; top:0; opacity: 0; transition:  all 0.3s; z-index: 1; }
.contents .slideBox2 .slide2 li a .img span:hover:before {opacity: 1;}
.contents .slideBox2 .slide2 li a .img span:after {content: ''; width: 45px;height: 45px; background: url(../img/more.png) no-repeat center;  border:1px solid #fff; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%) scale(0); transition: all 0.4s; transition-delay: 0.15s; z-index: 2;}
.contents .slideBox2 .slide2 li a .img span:hover:after { transform: translate(-50%,-50%) scale(1);}

/* slick-dots */
.contents .slideBox2 .slide2 .slick-dots {position: absolute; left: -300px; top:50%; transform: translateY(-50%); }
.contents .slideBox2 .slide2 .slick-dots button {height: 35px; background: none;  font-size: 16px; position: relative; margin-bottom: 50px; padding-left: 40px; text-align: left; letter-spacing: -1px; border:none}
.contents .slideBox2 .slide2 .slick-dots button:before {content: '01'; font-weight: bold; color:#666; font-size: 30px; font-family: 'Bebas Neue', cursive; position: absolute; top:0; left: 0;}
.contents .slideBox2 .slide2 .slick-dots li:nth-child(2) button:before {content: '02';}
.contents .slideBox2 .slide2 .slick-dots li:nth-child(3) button:before {content: '03';}
.contents .slideBox2 .slide2 .slick-dots li:nth-child(4) button:before {content: '04';}
.contents .slideBox2 .slide2 .slick-dots button {cursor:pointer;}

/* 슬라이드 현재 페이지 표시 밑줄 애니메이션 */
.contents .slideBox2 .slide2 .slick-dots .slick-active {position: relative; transition: all 0.3s;}
.contents .slideBox2 .slide2 .slick-dots .slick-active:after {content: ''; width: 400px; height: 4px; background: #f8b922;position: absolute; left: 0; bottom:30px; animation-name: line; animation-duration: 0.3s;}
@keyframes line {
    0% {left: -500px; opacity: 0;}
}

/* content video */
.contents .video {height: 650px; padding: 130px 0; box-sizing: border-box; margin-top: 150px; background: url(../img/video3.jpg)no-repeat center left 50%/cover;}
.contents .video .inner {display: flex; justify-content: space-between;}
.contents .video .inner:after {display: none;}
.contents .video .inner .left {width: 40%; margin-top: 70px; }
.contents .video .inner .left  .title {color:#fff; }
.contents .video .inner .left  .title .en{color:#fff; font-size: 28px;}
.contents .video .inner .left  .title p {font-size: 54px; font-weight: bold;}
.contents .video .inner .left .more {color:#fff;}
.contents .video .inner .videoBox {width: 690px; height: 391px; position: relative;}
.contents .video .inner .videoBox iframe {position: absolute; }
.contents .video .inner .videoBox .mask {width: 100%; height: 100%; position: absolute;}
.contents .video .inner .videoBox .mask span {display: block; width: 100%; height: 100%; position: relative;}
.contents .video .inner .videoBox .mask span img {width: 100%;}

/* hover효과 */
.contents .video .inner .videoBox:hover {cursor:pointer;}
.contents .video .inner .videoBox .mask:before {content: ''; width: 0%; height: 6px; background: #f8b922; position: absolute; top:0; left: 0; opacity: 0; z-index: 2; transition: all 0.3s;}
.contents .video .inner .videoBox .mask:after {content: ''; width: 0%; height: 6px; background: #f8b922; position: absolute; bottom:0; right: 0; opacity: 0; z-index: 2; transition: all 0.3s;}

.contents .video .inner .videoBox .mask span:before {content: ''; width: 6px; height: 0%; background: #f8b922; position: absolute; bottom:0; left: 0; opacity: 0; z-index: 2; transition: all 0.3s;}
.contents .video .inner .videoBox .mask span:after {content: ''; width: 6px; height: 0%; background: #f8b922; position: absolute; top:0; right: 0; opacity: 0; z-index: 2; transition: all 0.3s;}

.contents .video .inner .videoBox .mask:hover:before,.contents .video .inner .videoBox .mask:hover:after {opacity: 1; width: 100%;}
.contents .video .inner .videoBox .mask span:hover:before,.contents .video .inner .videoBox .mask span:hover:after {opacity: 1; height: 100%;}

/* .contents .BUSINESS */
.contents .business {position: relative;}
.contents .business .inner {position: absolute; width: 476px; top:0; left: 25%; padding:150px 0 100px;}
.contents .business .inner:after {top:0; left:0;}
.contents .business .list {width: 1520px; height: 1250px; margin: auto;position: relative;}
.contents .business .list li {position: absolute;}
.contents .business .list li:nth-child(1) {left: -50px; top:500px;}
.contents .business .list li:nth-child(2) {right: 193px; top:150px;}
.contents .business .list li:nth-child(3) {right: -50px; bottom:0;}
.contents .business .list li a {display: block; width: 100%; height: 100%; position: relative;}
.contents .business .list li a .img {overflow: hidden;}
.contents .business .list li a .img img {width: 100%; vertical-align: bottom; transition: all 1s;}
.contents .business .list li a .txt {position: absolute; background:#fff; width: 300px; height: 455px; 
padding:50px 0 0 40px; box-sizing: border-box; border:1px solid #f8b922; line-height: 1.2; box-shadow: 3px 3px 10px rgba(0,0,0,0.2); transition: all 0.3s;}
.contents .business .list li:nth-child(1) a .txt {width: 455px; height: 330px; right: -200px; top:50px;} 
.contents .business .list li:nth-child(2) a .txt { left: -100px; top:40px;} 
.contents .business .list li:nth-child(3) a .txt { left: -100px; top:-40px;} 
.contents .business .list li a .txt h3 {font-size: 40px; font-weight: normal; letter-spacing: 1px; margin-bottom: 30px;}
.contents .business .list li a .txt h3 span {color:#f8b922;}
.contents .business .list li a .txt p {font-size: 16px; color:#666;}
.contents .business .list li a .icon {position: absolute; width: 45px; height: 45px; border:1px solid #f8b922; bottom:40px; left: 40px; transition: all 0.3s;}
.contents .business .list li a .icon:after {content: ''; width: 2px; height: 15px; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); background: #f8b922;}
.contents .business .list li a .icon:before {content: ''; width: 15px; height: 2px; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); background: #f8b922;}

/* hover효과 */
.contents .business .list li a:hover .img img {transform: scale(1.1);}
.contents .business .list li a:hover .txt {background: #f8b922;}
.contents .business .list li a:hover h3,.contents .business .list li a:hover h3 span,.contents .business .list li a:hover p {color:#fff;} 
.contents .business .list li a:hover .icon {border-color:#fff;}
.contents .business .list li a:hover .icon:after, .contents .business .list li a:hover .icon:before {background: #fff;}

/* NEWS */
.contents .news {position: relative; padding:380px 0 220px; background: url(../img/news.png) no-repeat right bottom;}
.contents .news .inner {position: absolute; top:0; left: 25%; padding:150px 0 100px; width: 476px; }
.contents .news .inner:after {display: none;}
.contents .news .symbol {position: absolute; left: 10%; top:200px; width: 200px;}
.contents .news .symbol img {width: 100%;}
.contents .news .newsList {width: 50%;margin: auto;}
.contents .news .newsList li{margin-bottom: 20px; position: relative;}
.contents .news .newsList li a {background: #f6f6f6; display: block; width: 100%; height: 100%; padding:30px 40px; box-sizing: border-box; position: relative; transition: all 0.3s;}
.contents .news .newsList li a .category {display: block; width: 60px; height: 60px; text-align: center;background: #f8b922; float: left; font-size: 16px; color:#fff; margin-right: 50px; padding-top: 5px;
box-sizing: border-box;}
.contents .news .newsList li:nth-child(1) a .category {background: #19293d;}
.contents .news .newsList li a .subject {display: block; font-size: 20px; font-weight: bold; color:#333;}
.contents .news .newsList li a .date {font-size: 18px; color:#999; font-weight: normal;display: block; margin:20px;}
.contents .news .newsList li a .desc {margin-left: 110px; display: block; text-align: justify;}
.contents .news .newsList li a:hover {background: #fff; box-shadow: 4px 4px 10px rgba(0,0,0,0.2); cursor:pointer;}


.contents .news .newsList li:before {content: ''; width: 0%; height: 1px; background: linear-gradient(90deg, #f8b922 0%, #ffeb00 100%); position: absolute; top:0; left: 0; opacity: 0; z-index: 2; transition: all 0.3s; }
.contents .news .newsList li:after {content: ''; width: 0%; height: 1px; background: linear-gradient(90deg, #ffeb00 0%, #f8b922 100%); position: absolute; bottom:0; right: 0; opacity: 0; z-index: 2; transition: all 0.3s; }
.contents .news .newsList li a:before {content: ''; width:1px; height: 0%; background: linear-gradient(90deg, #f8b922 0%, #ffeb00 100%); position: absolute; bottom:0; left: 0; opacity: 0; z-index: 2; transition: all 0.3s; }
.contents .news .newsList li a:after {content: ''; width: 1px; height: 0%; background: linear-gradient(90deg, #ffeb00 0%, #f8b922 100%); position: absolute; top:0; right: 0; opacity: 0; z-index: 2; transition: all 0.3s; }

/* hover */
.contents .news .newsList li:hover:before,.contents .news .newsList li:hover:after {width: 100%; opacity: 1;} 
.contents .news .newsList li a:hover:before,.contents .news .newsList li a:hover:after {height: 100%; opacity: 1;} 

/* career */
.contents .career {position: relative; background: url(../img/career.jpg)no-repeat right -100% center/50%; height: 445px;}
.contents .career .inner {padding:80px 0; margin: auto;}
.contents .career .inner:after {left: 125px; top:-60px;}
.contents .career .inner p {color:#c7a77d; font-size: 35px; font-weight: bold;}

/* customer */
.contents .customers {margin:180px 0 0;background: url(../img/customer.jpg) no-repeat center/cover;padding: 100px 0; position: relative;}
.contents .customers .inner {display: flex;}
.contents .customers .inner:after {display: none;}
.contents .customers .inner .en , .contents .customers .inner p {color: #fff;}
.contents .customers .inner .left {width: 45%;}
.contents .customers .inner .left p {margin-bottom: 110px;}
.contents .customers .inner .right { display: flex; justify-content: space-between; }
.contents .customers .inner .right li {margin-left: 25px;}
.contents .customers .inner .right li a {display: block; border:1px solid rgba(255,255,255,0.4); transition: all 0.3s; position: relative;}
.contents .customers .inner .right li a:after {content: 'FAQ'; position: absolute;left: 0; width: 100%;
bottom: 17%; text-align: center; color: rgba(255,255,255,0.8); text-transform: uppercase;font-size: 18px;}
.contents .customers .inner .right li:nth-child(2) a:after {content: '마감재';} 
.contents .customers .inner .right li:nth-child(3) a:after {content: '관심단지등록';} 
.contents .customers .inner .right li:nth-child(4) a:after {content: '1:1문의';} 
.contents .customers .inner .right li a:hover {border-color: #f8b922; background: #f8b922;} 

/* footer */
footer {background: #191a1a; padding:30px 60px; color:#666;}
footer ul {margin-bottom: 10px; display: flex; }
footer ul:first-child {font-weight: bold; color:#aaa; font-size: 15px;}
footer ul li {margin-right: 20px;}
footer p {font-family: 'Bebas Neue', cursive; letter-spacing: 1px; font-size: 15px;}

/* motion animation */
.motion:after { animation-name: slide-down; animation-duration: 0.5s;}
@keyframes slide-down {
    0% {transform: translateY(-80px); opacity: 0;}
}
.motion .char {display: inline-block;
  animation: slide-up2 0.4s cubic-bezier(.5,0,.5,1) both;
  animation-delay: calc(70ms * var(--char-index));
}
@keyframes slide-up2 {
    0% {transform: translateY(30px); opacity: 0;}
    30% {transform: translateY(30px); opacity: 0;}
}

.motion .title p {animation-name: slide-up2; animation-duration: 1s;}

/* .business .motion */
.contents .business .list li.motion a .img img {animation-name: list; animation-duration: 1s;}
@keyframes list {
    0% {transform: translateX(-200px); opacity: 0;}
    30% {transform: translateX(-200px); opacity: 0;}
}

.contents .business .list li.motion:nth-child(2) a .img img {animation-name: list2; animation-duration: 1s;}
@keyframes list2 {
    0% {transform: translateX(200px); opacity: 0;}
    30% {transform: translateX(200px); opacity: 0;}
}

/* .news .symbol */
.contents .news .symbol.motion {animation-name: slide-up2; animation-duration: 1s;}

.contents .career.motion { background: url(../img/career.jpg)no-repeat right 0% center/50%; transition: all 0.6s;}

.contents .customers.motion .inner .right li {animation-name: customer; animation-duration: 0.7s;}
.contents .customers.motion .inner .right li:nth-child(2) {animation-duration: 0.9s;}
.contents .customers.motion .inner .right li:nth-child(3) {animation-duration: 1.1s;}
.contents .customers.motion .inner .right li:nth-child(4) {animation-duration: 1.3s;}

@keyframes customer {
    0% {transform:  scale(0.4); opacity: 0;}
    50% {transform:  scale(0.4); opacity: 0;}
}