@charset "utf-8";

/* 
 * main CSS Document
 * KOWEB
 */

#wrap {min-width: 320px;}

#fullpage .section {max-width: 95.3%; margin-left: auto;}
#fullpage #section03 {max-width: unset; margin-left: unset;}
#fullpage #section05 {max-width: unset; margin-left: unset;}
#fullpage #footer {max-width: unset; margin-left: unset;}
#fp-nav.fp-right {left: 0; right: unset; width: 4.7%; height: 100vh;}
#fp-nav ul {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#fp-nav.fp-right::before {content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 100vh; background: rgba(255, 255, 255, 0.1);}
#fp-nav ul li:nth-child(n+2) {margin-top: 62px;}
#fp-nav ul li:nth-child(6) {display: none;}
#fp-nav ul li a span {width: 6px !important; height: 6px !important; margin: -2px !important; background: #ccc !important;}
#fp-nav ul li a.active span {width: 6px !important; height: 6px !important; background: #a50a18 !important;}
#fp-nav ul li a span.on {background: rgba(255, 255, 255, 0.3) !important;}
#fp-nav ul li a.active span.on {background: rgba(255, 255, 255, 1) !important;}

.main_visual {width: 100%;}
.main_visual .img {height: 100vh; transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 4s cubic-bezier(0.4, 0, 0.2, 1);
}
.main_visual .img.mVis1 {background: url('../images/main/main_visual03.jpg') no-repeat center/cover;}
.main_visual .img.mVis2 {background: url('../images/main/main_visual02.jpg') no-repeat center/cover;}
.main_visual .img.mVis3 {background: url('../images/main/main_visual01.jpg') no-repeat center/cover;}
.main_visual .swiper-slide-active .img {animation:visualScale 5s both; }
@keyframes visualScale{
	0%{transform:scale(1.2);}
	100%{transform:scale(1);}
 }

.main_visual .m_txt {position: absolute; left: 188px; top: 40%; z-index: 9; color: #fff;}
.main_visual .m_txt h1 {font-size: 85px;}
.main_visual .m_txt p {font-size: 20px;}

.main_visual .swiper-pagination {color:#fff; bottom: 8%; left: 188px; position: absolute; width: unset;}
.main_visual .swiper-pagination-bullet {width: 93px; height: 2px; border-radius: 0; position: relative; opacity: .6; background: rgba(255, 255, 255, 0.6); margin: 0 6px !important; }
.main_visual .swiper-pagination-bullet::after {content: ''; position: absolute; top: -30px; left: 0; color: #fff; font-size: 16px;}
.main_visual .swiper-pagination-bullet:nth-child(1)::after {content: '01';}
.main_visual .swiper-pagination-bullet:nth-child(2)::after {content: '02';}
.main_visual .swiper-pagination-bullet:nth-child(3)::after {content: '03';}
.main_visual .swiper-pagination-bullet:nth-child(n+2) {margin-left: 6px;}
.main_visual .swiper-pagination-bullet::before {content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.main_visual .swiper-pagination-bullet-active {background: rgba(255, 255, 255, 0.2); opacity: 1;}
.main_visual .swiper-pagination-bullet-active::before {background-color: #fff; animation: slide-progress 3s linear;}
@keyframes slide-progress {
    0% {
        width:0;
    }

    100% {
        width: 100%;
    }
}

#section02 .inr {display: flex;}
#section02 .con_left {width: 47.5%;}
#section02 .con_left .sec2_slide .img {height: 100vh; width: 100%;}
#section02 .con_left .sec2_slide .slide1 {background: url('../images/main/sec02_slide1.jpg') no-repeat; background-size: cover;}
#section02 .con_left .sec2_slide .slide2 {background: url('../images/main/sec02_slide2.jpg') no-repeat; background-size: cover;}
#section02 .con_right {width: 52.5%;}
#section02 .con_right .box_tp {height: 49vh; text-align: center; position: relative;}
#section02 .con_right .txt {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); }
#section02 .con_right .txt i {position: relative; padding-bottom: 160px; display: block;}
#section02 .con_right .txt i::before {content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: url('../images/main/sec02_2.png') no-repeat; width: 216px; height: 129px;}
#section02 .con_right .txt h2 {font-size: 50px; color: #222;}
#section02 .con_right .txt p {font-size: 18px; color: #777; padding-top: 10px; line-height: 1.8;}
#section02 .con_right .box_bt {display: flex; height: 51vh;}
#section02 .con_right .box_bt >  div {width: 50%; }
#section02 .con_right .box_bt >  div a {padding: 0 50px; color: #fff; display: block; height: 100%; display: flex; flex-direction: column; justify-content: center;}
#section02 .con_right .box_bt em {font-size: 24px; font-weight: 500;}
#section02 .con_right .box_bt h2 {font-size: 35px; padding-top: 170px;}
#section02 .con_right .box_bt p {font-size: 16px; opacity: .6; padding-top: 220px;}
#section02 .con_right .about {background: #a6101e;}
#section02 .con_right .product {background: #111;}

#section03 .inr {background: url('../images/main/sec03_1.jpg') no-repeat center/cover; height: 100vh; position: relative;}
#section03 .con_area {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff;}
#section03 .con_area h2 {font-size: 70px;}
#section03 .con_area p {font-size: 19px; padding-top: 18px; font-weight: 300;}
#section03 .downLoad_btn {margin-top: 90px;}
#section03 .downLoad_btn ul {display: flex; text-align: left;}
#section03 .downLoad_btn ul li {width: 230px; font-size: 15px; cursor: pointer; padding: 0 8px 11px; position: relative;}
#section03 .downLoad_btn ul li:nth-child(n+2) {margin-left: 80px;}
#section03 .downLoad_btn ul li a {color: #fff; display: inline-block; width: 100%; position: relative;}
#section03 .downLoad_btn ul li a::before {content: ''; position: absolute; top: 0; right: 0; background: url('../images/main/sec03_2.png') no-repeat; width: 15px; height: 15px;}
#section03 .downLoad_btn ul li::before {content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background: rgba(255, 255, 255, 0.4); transition: all 0.5s;}
#section03 .downLoad_btn ul li::after {content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: rgba(255, 255, 255, 1); transition: all 0.5s;}
#section03 .downLoad_btn ul li:hover::after {background: rgba(255, 255, 255, 1); width: 100%; height: 2px; animation: bottomline 0.3s linear;}
@keyframes bottomline {
    0% {
        width:0;
    }

    100% {
        width: 100%;
    }
}

#section04 {border-left: 1px solid #eee; background: #f9f9f9;}
#section04 .inr {position: absolute; top: 50%; left: 169px; transform: translateY(-50%); max-width: 1400px; width: 100%;}
#section04 .tit_top {display: flex; justify-content: space-between; align-items: center;}
#section04 .tit_top h2 {font-size: 70px; color: #222;}
#section04 .tit_top a {position: relative; padding-right: 74px; display: inline-block; font-size: 16px; color: #777; font-weight: 500; transition: all .4s;}
#section04 .tit_top a:hover::before {background: url('../images/main/sec04_arrow2.png') no-repeat; transition: all .4s;}
#section04 .tit_top a::before {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); background: url('../images/main/sec04_arrow.png') no-repeat; width: 55px; height: 55px;}
#section04 .news_area {margin-top: 50px;}
#section04 .news_area ul li {transition: all 2s; overflow: hidden; padding: 22px 26px 22px 45px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; box-sizing: border-box; cursor: pointer;}
#section04 .news_area ul li:hover .thum_img img {transform: scale(1.1); transition: all .5s;}
#section04 .news_area ul li a {overflow: hidden;}
#section04 .news_area ul li:nth-child(n+2) {border-top: 0;}
#section04 .news_area ul li div {float: left;}
#section04 .news_area ul li .num {width: 7%; transition: all 0.5s;}
#section04 .news_area ul li .info {width: 59%; margin-left: 3.5%; padding-top: 17px;}
#section04 .news_area ul li .thum_img {width: 200px; height: 135px; overflow: hidden; float: right;}
#section04 .news_area ul li .thum_img img {width: 100%; height: 100%; transition: all .5s;}
#section04 .news_area ul li:hover {background: #fff; transition: all 2s;}
#section04 .news_area ul li:hover .num span {color: #a6101e; transition: all 0.5s;}
#section04 .num span {color: #b9b9b9; text-align: center; display: block; font-weight: bold;}
#section04 .num span.date {font-size: 72px; height: 90px; margin-left: -9px;}
#section04 .num span.year {font-size: 18px;}
#section04 .info p.tit {font-size: 25px; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600;} 
#section04 .info p.txt {font-size: 17px; line-height: 1.6; color: #777; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding-top: 13px;}

#section05 .inr {display: flex;}
#section05 .inr::before {content: ''; position: absolute; top: 0; left: 89px; width: 1px; height: 100vh; background: rgba(255, 255, 255, 0.1);}
#section05 .inr > div {position:relative; overflow:hidden; height:100vh; transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1); flex:1; color: #fff; text-align: center;}
#section05 .inr > div:hover {flex: 1.4;}
#section05 .inr > div .img {display:block; position:absolute; top:0; left:0; width:100%; height:100%; background-size: cover; transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);}
#section05 .inr > div h2 {font-size: 80px;}
#section05 .inr > div p {font-size: 18px;}
#section05 .inr > div:hover .txt {margin-top: -65px; transition: all 0.3s linear;}
#section05 .inr > div:hover .btn {opacity: 1; margin-top: 65px; transition: all 0.3s linear;}
#section05 .txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.3s linear; width: 100%;}
#section05 .btn {opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.3s linear;}
#section05 .btn a {background: url('../images/main/sec05_3.png') no-repeat; width: 55px; height: 55px; display: block; margin: 45px auto 0; transition: all .4s;}
#section05 .btn a:hover {background: url('../images/main/sec04_arrow.png') no-repeat; width: 55px; height: 55px; transition: all .4s;}
#section05 .left_con .img {background: url('../images/main/sec05_1.jpg') no-repeat; height: 100vh;}
#section05 .right_con .img {background: url('../images/main/sec05_2.jpg') no-repeat; height: 100vh;}

.scroll_top {position: absolute; right: 65px; bottom: 6%; cursor: pointer;}
.scroll_top a {color: #fff; font-size: 14px; font-weight: 600; transform: rotate(-90deg); display: block;}
.scroll_top::before {content: ''; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); background: url('../images/common/icon_scrollTop.png') no-repeat; width: 14px; height: 19px;}


@media all and (max-width:1780px) {
    .main_visual .m_txt {left: 5%;}
    .main_visual .swiper-pagination {left: 5%;}

    #section02 .con_right .box_bt p br {display: none;}

    #section04 .inr {position: unset; transform: unset; margin: 0 auto; padding: 0 30px; width: unset;}
    
}
@media all and (max-width:1500px) {
    #section02 .con_right .txt h2 {font-size: 40px;}
    #section02 .con_right .box_bt > div a {padding: 0 30px;}
    #section02 .con_right .box_bt h2 {font-size: 28px;}
}
@media all and (max-width:1400px) {
    #section02 .con_right .txt i {padding-bottom: 110px;}
    #section02 .con_right .txt i::before {background-size: contain; width: 150px; height: 92px;}
}
@media all and (max-width:1380px) {
    #section02 .con_left .sec2_slide .img {height: 80vh;}
    #section02 .con_right .box_bt {height: 31vh;}
    #section02 .con_right .box_bt p {padding-top: 30px;}
    #section02 .con_right .box_bt h2 {padding-top: 40px;}
   
}

/* 풀페이지스크롤 */
@media all and (max-width:1200px) {
    #fullpage .section {max-width: 100%;}
    .fp-section, .fp-tableCell{height: auto !important;}
    #myMenu {display: none;}

    .main_visual .m_txt {left: 0; padding: 0 30px; top: 50%; transform: translateY(-50%);}
    .main_visual .m_txt h1 {font-size: 70px;}
    .main_visual .swiper-pagination {left: 0; padding: 0 30px;}

   
    #section02 .con_right .txt h2 {font-size: 32px;}
    #section02 .con_right .txt p {font-size: 16px;}
    #section02 .con_right .box_bt h2 {font-size: 26px;}
    #section02 .con_right .box_bt em {font-size: 16px;}

    #section03 .con_area h2 {font-size: 50px;}
    #section03 .con_area p {font-size: 17px;}

    #section04 {padding: 100px 0;}
    #section04 .tit_top h2 {font-size: 50px;}
    #section04 .info p.tit {font-size: 20px;}
    #section04 .info p.txt {font-size: 15px;}
    #section04 .news_area ul li .num {margin-top: 9px;}
    #section04 .num span.date {font-size: 50px; margin-bottom: -16px;}
    
    #section05 .inr > div {height: 65vh;}
    #section05 .inr > div h2 {font-size: 50px;}
    #section05 .left_con {height: 50vh;}
    #section05 .right_con {height: 50vh;}
    #section05 .inr > div:hover .btn {margin-top: 40px;}
    #section05 .inr > div:hover .txt {margin-top: -40px;}

    .scroll_top {right: 2%;}
}
@media all and (max-width:980px) {
    #section02 {margin-top: 50px;}
    #section02 .inr {flex-direction: column;}
    #section02 .con_left {width: 95%; margin: 0 auto;}
    #section02 .con_left .sec2_slide .img {background-position: center; height: 300px;}
    #section02 .con_right {width: 95%; margin: 0 auto;}
    #section02 .con_right .txt {position: unset; transform: unset;}
    #section02 .con_right .box_tp {height: unset; padding: 0 20px; margin: 45px 0;}
    #section02 .con_right .box_bt {height: auto;}
    #section02 .con_right .box_bt > div a {height: auto; padding: 42px 30px;}
    #section02 .con_right .box_bt h2 {padding-top: 30px;}
    
    #section03 {margin-top: 50px;}
    #section03 .inr {height: 620px;}
    #section03 .con_area {width: 95%;}
    #section03 .con_area h2 {font-size: 40px;}
    #section03 .con_area p {font-size: 16px; padding-top: 8px;}
    #section03 .downLoad_btn {margin-top: 65px;}
    #section03 .downLoad_btn ul {flex-direction: column; width: 50%; margin: 0 auto;}
    #section03 .downLoad_btn ul li {width: 100%;}
    #section03 .downLoad_btn ul li:nth-child(n+2) {margin-left: 0; margin-top: 50px;}

    #section04 .tit_top h2 {font-size: 40px;}
    #section04 .tit_top a {padding-right: 50px;}
    #section04 .tit_top a:hover::before {background-size: contain; width: 30px; height: 30px;}
    #section04 .tit_top a::before {background-size: contain; width: 30px; height: 30px;}
    #section04 .news_area {margin-top: 30px;}
    #section04 .news_area ul li {padding: 20px 30px;}
    #section04 .news_area ul li .num {margin-top: 0; width: 10%;}
    #section04 .news_area ul li .info {padding-top: 11px;}
    #section04 .news_area ul li .thum_img {width: 170px; height: 114px;}

    #section05 .inr > div {height: 50vh;}
    #section05 .inr > div h2 {font-size: 40px;}
}
@media all and (max-width:768px) {
    .main_visual .m_txt h1 {font-size: 60px;}

    #section04 .news_area ul li div {float: none;}
    #section04 .news_area ul li .info {width: 100%; margin-left: 0;}
    #section04 .news_area ul li .num {width: unset; overflow: hidden;}
    #section04 .num span.date {height: unset; margin-bottom: unset; margin-left: unset; text-align: left; float: left; color: #555; font-size: 35px;}
    #section04 .num span.year {float: left; margin-left: 15px; margin: 17px 0 0 15px; color: #9f9f9f;}
    #section04 .news_area ul li {padding: 20px 10px;}
    #section04 .news_area ul li .thum_img {width: 300px; height: 200px; float: none; margin-top: 30px;}

    #section05 .inr {flex-direction: column;}
    #section05 .inr > div {width: 100%; height: 300px!important; flex: none;}
    #section05 .inr > div:hover {width: unset; flex: none;}
    #section05 .inr > div:hover .txt {margin-top: -30px;}
    #section05 .inr > div:hover .btn {margin-top: 30px;}
    #section05 .txt {width: 95%; margin-top: -30px;}
    #section05 .btn {opacity: unset; margin-top: 30px;}
    #section05 .btn a {background-size: contain; width: 40px; height: 40px;}  
    #section05 .btn a:hover {background-size: contain; width: 40px; height: 40px; transition: all .4s;}
}
@media all and (max-width:680px) {
    .main_visual .img {height: 80vh;}
    .main_visual .m_txt h1 {font-size: 55px; line-height: 59px;}
    .main_visual .m_txt p {font-size: 16px; padding-top: 18px;}
    .main_visual .swiper-pagination-bullet {width: 70px;}

    #section02 .con_right {width: 95%; margin: 0 auto;}
    #section02 .con_right .box_bt > div {width: 100%;}
    #section02 .con_right .box_bt > div a {padding: 45px 30px;}
    #section02 .con_right .box_bt {flex-direction: column;}
    #section02 .con_right .box_bt p {padding-top: 10px;}
    #section02 .con_right .product {margin-top: 10px;}

    #section05 .inr > div p {font-size: 16px;}
}
@media all and (max-width:550px) {
    .main_visual .m_txt {padding: 0 15px;}
    .main_visual .m_txt h1 {font-size: 40px; line-height: 50px;}

    #section02 .con_left .sec2_slide .img {height: 240px;}
    #section02 .con_right .txt i {padding-bottom: 78px;}
    #section02 .con_right .txt i::before {width: 110px; height: 65px;}
    #section02 .con_right .txt h2 {font-size: 28px;}
    #section02 .con_right .txt p br {display: none;}

    #section03 .inr {height: 530px;}
    #section03 .con_area p br {display: none;}
    #section03 .con_area h2 {font-size: 30px;}
    #section03 .downLoad_btn {margin-top: 50px;}
    #section03 .downLoad_btn ul {width: 78%;}
    #section03 .downLoad_btn ul li {padding: 0 8px 7px;}

    #section04 {padding: 70px 0;}
    #section04 .inr {padding: 0 15px;}
    #section04 .tit_top h2 {font-size: 30px;}
    #section04 .tit_top a {font-size: 14px; padding-right: 45px;}
    #section04 .num span.date {font-size: 28px;}
    #section04 .num span.year {font-size: 16px; margin: 12px 0 0 10px;}
    #section04 .info p.tit {font-size: 18px;}
    #section04 .news_area {margin-top: 20px;}
    #section04 .news_area ul li .thum_img {width: 100%;}

    #section05 .inr > div h2 {font-size: 26px;}
}
@media all and (max-width:480px) {
    #section02 .con_left .sec2_slide .img {height: 190px;}
    #section02 .con_right .txt i::before {width: 90px; height: 55px;}
    #section02 .con_right .txt p {line-height: 1.6;}
    #section02 .con_right .box_bt em {font-size: 14px;}
    #section02 .con_right .box_bt h2 {font-size: 20px}
    #section02 .con_right .box_bt p {font-size: 15px;}
    #section02 .con_right .box_bt > div a {padding: 30px;}
    
    #section05 .inr > div {height: 220px !important;}
    #section05 .txt {margin-top: -24px;}
    #section05 .btn {margin-top: 24px;}
    #section05 .inr > div:hover .txt {margin-top: -24px;}
    #section05 .inr > div:hover .btn {margin-top: 24px;}
}








