@charset "utf-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

body {background-color: #fff;}

/*main*/
 body {font-family: 'NanumSquare', sans-serif; letter-spacing:-.5px; box-sizing:border-box; color:#333; font-size:14px; font-weight:300}

#header .h_inner {overflow: hidden;}

/*visual*/
#main_vis {overflow: hidden; position: relative;height: 100vh;}
.main_vis  .inner {height: 100vh;}
#main_vis .vis {width: 100%; height: 100vh; overflow: hidden; position: relative; float: left; z-index: 0 !important;}
#main_vis .vis .vis_bg {background: url("/resources/img/main/main_vis01.jpg")no-repeat center/cover; width: 100%; height: 100vh; position: absolute; transform: scale(1); transition: all .3s ease-in-out;}



/*#main_vis .vis .vis_bg {transition: all 2s cubic-bezier(0.5, 0, 0.5, 1);}*/
/*#main_vis .vis.slick-active .vis_bg {transform: scale(1);}*/
#main_vis .vis2 .vis_bg{background: url("/resources/img/main/main_vis02.jpg")no-repeat center/cover;}
#main_vis .vis3 .vis_bg{background: url("/resources/img/main/main_vis03.jpg")no-repeat center/cover;}



#main_vis .bgMovie {width: 100%; height: 100vh; margin: auto 0; background: rgba(0,0,0,.25);}
#main_vis .bgMovie video {position: absolute;   min-width: 106%; min-height: 106%; width: auto; height: auto; z-index: -1; background-size: cover;left: 50%; top:50%; transform: translate(-50%, -50%);}


#main_vis .inner {position: absolute; left: 50%; transform: translateX(-50%); z-index: 10; height: 100vh;}

#main_vis .vis_txt { width:100%; position:absolute; top:50%; transform:translateY(-50%); z-index:1; left: 0; max-width: 570px; margin-top: 35px;}
#main_vis .vis_txt .txt1 {color:#fff; font-size:65px; font-weight:400; margin-bottom:30px; font-family: 'Oswald'; line-height: 130%; letter-spacing: -1px;}
#main_vis .vis_txt .txt2 {color:#fff;font-size: 50px;font-family: 'Spoqa Han Sans Neo', 'sans-serif';font-weight: 700;letter-spacing: -0.025em;line-height: 75px;}
#main_vis .vis_txt .txt2 > span {letter-spacing: -0.025em;line-height: 75px;}
#main_vis .more_btn {display: inline-block; margin-top: 50px;}

/*#main_vis .vis .ment {background: url("/resources/img/main/main_vis_ment.png")no-repeat center; width: 610px; height: 406px; position: absolute; text-indent: -99999px; right: 0; top: 50%; transform: translateY(-50%);}*/

#main_vis .swiper-container.swiper1 .vis.swiper-slide-active .vis_bg{transform: scale(1); animation-name: zoomIn; animation-duration:4s; animation-fill-mode: forwards;}
#main_vis .swiper-container.swiper1 .vis.swiper-slide .vis_bg{ background-size:cover; background-position: center; width:100%; height:100vh; position: absolute; left:0; top:0; transform: scale(1); }
#main_vis .swiper-pagination {margin-top: 60px;}
#main_vis .swiper-pagination span {display: inline-block;width: 120px;height: 1px; vertical-align:middle; background-color: #fff;box-sizing: border-box;border-radius: 0;margin-right: 16px;opacity: .4;text-indent: -9999px;margin: 0;}
#main_vis .swiper-pagination .swiper-pagination-bullet-active {opacity: 1; height:3px; }

/*동영상 합친 index_test2에 적용되는 css*/
.main_vis2 .swiper-slide {opacity: 0 !important; transition: all .2s ease;}
.main_vis2 .swiper-slide-active {opacity: 1 !important;}
/*동영상 합친 index_test2에 적용되는 css*/
/*index_slick에 적용되는 css*/
#main_vis .slick-dots {position: absolute;}
#main_vis .slick-dots li {display: inline-block;cursor: pointer;width: 120px;border-radius: 0; margin: 0;padding: 5px 0;}
#main_vis .slick-dots li button { width: 100%; height: 1px;  vertical-align: middle; padding: 0; background-color: #fff; display: block;  outline: none; border: none; text-indent: -99999px; opacity: .4;}
#main_vis .slick-dots li button:focus {outline: none;}
#main_vis .slick-dots li.slick-active button {opacity: 1; padding: 1.5px 0; }
#main_vis .dots_wrap .inner {height: auto; bottom: 28vh;}
.slick-slide, .slick-slide div {outline: none; }
/*index_slick에 적용되는 css*/

/* contents */
.sec .sec_tit {font-size: 22px; color: #0e417d; font-weight: 600; border-bottom: 3px solid #0e417d; display: inline-block; padding-bottom: 5px;  margin-bottom: 39px; font-family: 'Oswald';}
.sec .big_txt {font-size: 45px; line-height: 130%; letter-spacing: -1px;}
.sec .big_txt > span {line-height: 130%;}
.main .more_btn {font-family: 'Oswald'; font-size: 18px; padding-right: 32px; transition: all .2s ease-in-out; position: relative;}
.main .more_btn:hover {padding-right: 46px;}
.main .more_btn::before {content: ""; position: absolute; background: url("/resources/img/main/more_arw_b.png") center right no-repeat; right: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 9px;}
.main .more_btn.white {color: #fff;}
.main .more_btn.white::before {background-image: url("/resources/img/main/more_arw_w.png");}
/*sec1 s*/
.sec1 {box-sizing: border-box; background: url("/resources/img/main/sec1_bg.jpg") center/cover no-repeat; overflow: hidden;}
.sec1 .inner {padding: 175px 0;}
.sec1 .img_wrap {position: absolute; width: 816px; height: 912px; background: url("/resources/img/main/sec1_phone2.png") center no-repeat; bottom: -238px; right: 0;}
.sec1 .txt_box {margin-bottom: 90px;}
.sec1 .big_txt {margin-bottom: 45px; font-weight: 200;}
.sec1 .desc {line-height: 150%; max-width: 400px; font-size: 17px;}
.sec1_2 {background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);}
.sec1_2 .txt_wrap { text-align: right;}
.sec1_2 .img_wrap {background-image:url("/resources/img/main/sec1_2.png");width: 1262px;height: 1201px;right: auto;left: -510px;}
.sec1_3 .img_wrap {position: absolute;width: 560px;height: 1400px;background: url("/resources/img/main/sec1_3.png?ver=210401") center/contain no-repeat;bottom: -358px;right: 0;}
.sec1_3 {background-image:url("/resources/img/main/sec1_2_bg.jpg"); }

/*sec1 s*/

/*sec2 s*/
.sec2 {padding: 100px 0;}
.slide2_wide {overflow-x: hidden;}
.slide2_wide img {height: 100%;}
.slide2_wide .tit_wrap {width: 100%; position: relative;}
.slide2_wide .tit_wrap:after {content: ""; clear: both; display: block;}
.slide2_wide .tit_wrap .tit_box {float: left;}
.slide2_wide .tit_wrap .tit {font-size: 35px; font-weight: 600; word-break: keep-all;}
.slide2_wide .tit_wrap .txt {margin-top: 10px; word-break: keep-all;}


.slide2_wide .tit_wrap .btn_wrap {float: right; margin-top: -30px;}

.slide2_wide .tit_wrap .btn {width: 150px; height: 50px; float: left;}
.slide2_wide .tit_wrap .btn a {display: block; width: 100%; height: 100%; border: 1px solid #000; text-align: center; line-height: 50px; box-sizing: border-box; transition: all .3s ease-in-out;}
.slide2_wide .tit_wrap .btn a:hover {background-color: #000; color: #fff;}

.slide2_wide .swiper-arrow-wrap {margin-left: 10px; float: right;}
.slide2_wide .swiper-arrow-wrap:after {content: ""; clear: both; display: block;}
.slide2_wide .swiper-arrow-wrap .swiper-arrow {width: 40px; height: 30px; margin: 0; transition: all .2s ease-in-out; position: static; display: inline-block; text-align: center; line-height: 50px;box-sizing: border-box; float: left;}
.slide2_wide .swiper-arrow-wrap .swiper-arrow:hover {opacity: 0.7;}
.slide2_wide .swiper-arrow-wrap .swiper-arrow.swiper-button-next {margin-left: 22px;}
.slide2_wide .swiper-arrow-wrap .swiper-arrow {background: inherit;}
.slide2_wide .swiper-arrow-wrap .swiper-arrow span {display: inline-block; width: 40px; height: 30px; background: url("/resources/img/main/main_sp2.png") no-repeat 0 0;}
.slide2_wide .swiper-arrow-wrap .swiper-arrow.swiper-button-next span {background-position: -62px 0;}


.slide2_wide .swiper-slide2 {margin-top: 80px; width: 145%; left: 0;}

.slide2_wide .cont a{display: flex; align-content: center; align-items: center; }
.slide2_wide .cont .img {overflow: hidden; position: relative; width: 50%; height: 450px;}
.slide2_wide .cont .img img {position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}

.slide2_wide .cont .txt_box {width: 50%; padding: 0 5%; box-sizing: border-box;}
.slide2_wide .cont .txt_box .tit{font-size: 50px;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;line-height: 100%;margin-bottom: 45px;color: #0e417d;}
.slide2_wide .cont .txt_box .txt {margin-top: 15px;word-break: keep-all;line-height: 120%;font-size: 17px;color: #888;line-height: 150%;}
.slide2_wide .cont .txt_box .more_btn {margin-top: 150px;background: #0e417d;display: inline-block;padding: 8px;padding-right: 40px;}
.slide2_wide .cont .txt_box .more_btn:hover {padding-right: 50px;}
.slide2_wide .cont .txt_box .more_btn::before {right: 8px;}
.slide2_wide .cont .txt_box .num {position: absolute; right: 20px; bottom: 0; font-family: 'Oswald'; font-size: 183px; font-weight: 600;  color: #eee; z-index: -1;}

/*sec2 e*/
/*sec3 e*/
.sec3 { background: url("/resources/img/main/sec3_bg.jpg") center/cover no-repeat;  color: #fff;}
.sec3 .inner {padding: 200px 0;}
.sec3 .eng_tit {font-size: 50px; font-weight: 600; margin-bottom: 25px;}
.sec3 .eng_tit > span {line-height: 150%;}
.sec3 .desc {margin-bottom: 125px; line-height: 180%; font-size: 17px;}
.sec3 .desc span { line-height: 180%; }
/*sec3 e*/
/*sec4 s*/
.sec4 {padding: 100px 0; background: #f5f5f5; position: relative; overflow: hidden; z-index: 0;}
.sec4 .more_btn {float: right; color: #888;}
.sec4 .more_btn::before {background-image: url("/resources/img/main/more_arw_g.png");}
.sec4 .new_con {width: 31.90%; background: #fff; padding: 50px 27px;  box-sizing: border-box;  display: inline-block; float: left; margin-left: 2.143%;}
.sec4 .new_con:first-child {margin-left: 0;}
.sec4 .news {position: absolute; font-size: 304px; font-family: 'Oswald'; color: #ececec; font-weight: 600; right: 0; transform: rotate(-90deg);top: 100px; z-index: -1;}
.sec4 .new_con .tit_wrap {padding-bottom: 25px; border-bottom: 1px solid #eee; margin-bottom: 25px; position: relative;}
.sec4 .new_con .date {font-family: 'Oswald'; font-size: 17px; color: #0e417d;  font-weight: 600; margin-bottom: 16px;}
.sec4 .new_con .title {font-size: 20px;  font-weight: 400;  text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden;  transition: all .2s ease;}
.sec4 .new_con .txt_wrap {word-break: keep-all; color: #888;  overflow: hidden;  text-overflow: ellipsis; white-space: normal; line-height: 150%;  height: 2.7em; text-align: left; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 17px;}



.plus_btn {width: 18px;height: 18px;right: 0;position: absolute;top: 0; }
.plus_btn .txt {font-size:0;}
.plus_btn i {width: 1px;height: 50%;left: 50%;transform: translateX(-50%);top: 0px;content: "";position: absolute;background-color: #0e417d;display: inline-block;transition: all .3s ease;}
.plus_btn i.top {transform-origin:right bottom;}
.plus_btn .right .more_btn {right: 0;}
.plus_btn .right .more_btn i {background: #0e417d;}
.plus_btn i.middle {width: 18px;height: 1px;top: 50%;transform: translateY(-50%);left: 0;}
.plus_btn i.bottom {bottom:0px; top: auto; transform-origin:right top;}
.sec4 .new_con:hover .plus_btn i.top, .sec4 .new_con:hover .plus_btn i.bottom {left: 100%;}
.sec4 .new_con:hover .plus_btn i.top {transform: rotate(-45deg);}
.sec4 .new_con:hover .plus_btn i.bottom {transform: rotate(45deg);}



/*sec4 e*/
/*sec5 s*/
.sec5 {position: relative; padding: 120px 0;  background: url("/resources/img/main/sec5_bg.png") center/cover no-repeat;}
.sec5 .bar {position: absolute; width: 100px; height: 100%; background: #0e417d; top: 0; left: 0;}
.sec5 .map_wrap {position: relative; }
.sec5 .txt_wrap {padding: 70px 0 115px; display: inline-block;}
.sec5 .txt_box {max-width: 520px;}
.sec5 .big_txt {margin-bottom: 60px;}
.sec5 .big_txt > span {font-size: 30px; color: #888; display: block; margin-top: 10px;}
.sec5 .txt_box .tel {margin-bottom: 100px; font-size: 20px; font-weight: 400; padding-left: 44px; position: relative;}
.sec5 .txt_box .tel .call {color: #333;}
.sec5 .txt_box .tel::before{width: 13px; height: 13px; background: url("/resources/img/main/main_sp2.png") no-repeat 0 -98px; display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); left: 0; content: "";}
.sec5 .txt_box .tel::after {position: absolute; content: ""; top: 50%; transform: translateY(-50%); left: 27px; width: 3px; height: 3px; background: #000; border-radius: 100%;}
.sec5 .map {max-width: 1088px; width: 60%; height: 550px; position: absolute; right: 0;top: 0;}
.sec5 .map iframe { border: 0; width: 100%; height: 100%;}
/*sec5 e*/


/*banner s*/
.banner_wrap {width: 100%;}
.banner_wrap .txt_wrap {  background: #0e417d;  display: inline-block; width: 40%; height: 100%;}
.banner_wrap .txt_wrap .title { color: #fff;font-size: 22px; font-weight: 600; padding: 41px 0;     margin-left: calc(100% - 509px); display: inline-block;}
.banner_arw {display: inline-block; width: 112px; float: right; margin: 44px 30px 0 0;}
.banner_arw p {display: inline-block; width: 35px; height: 20px; background: url("/resources/img/main/main_sp2.png") no-repeat  9px -49px; cursor: pointer;}
.banner_arw p:hover {opacity: .7;}
.banner_arw .next {background-position: -26px -49px;}
.banner_arw .pause {background-position: -63px -49px;}
.banner_arw .play {display: none; background-position: -99px -49px;}
.main_banner {width: 60%; display: inline-block; float: right; background: #fff;padding: 15px 0 0 5px; border-top: 1px solid #ddd;  box-sizing: border-box; position: relative; overflow: hidden; margin: 0 auto;}
.main_banner .item { float:left; box-sizing:border-box; margin:0 .1%;}
.main_banner .item img { border:1px solid #ddd; max-width:100%; }


/*banner e*/

@media screen and (max-height:700px) and (min-width:768px){
    #main_vis .slick-dots {display: none !important;}
}
@media screen and (max-width:1700px){
    .sec5 .txt_wrap {margin-left: 60px;}
    .sec5 .map {    max-width: 850px;}
}
@media screen and (max-width:1500px){
    .sec .sec_tit {font-size: 18px;}
    .sec .big_txt {font-size: 35px;}
    
    
    .sec1 .inner { padding: 135px 0;}
    .sec1 .img_wrap {background-size: contain; width: 686px; height: 842px;}
    .sec1_2 .img_wrap {width: 872px;  height: 1021px; left: -167px;}
    .sec1_3 .img_wrap {bottom: -98px;}
    
    .sec5 .big_txt {margin-bottom: 40px;}
    .sec5 .big_txt > span {font-size: 25px;}
    .sec5 .txt_wrap {margin-left: 100px;}
    .sec5 .map {max-width: none; width: 50%; height: 500px;}
    .sec5 .txt_box .tel {margin-bottom: 80px;}
    .main_banner {padding: 14px 0 0 5px;}
    .banner_wrap .txt_wrap .title {margin-left: calc(100% - 380px); padding: 34px 0;font-size: 18px;}
    .banner_arw {margin: 34px 30px 0 0;}
    
}


@media screen and (max-width:1200px){
    .sec1 .inner {padding: 85px 0;}
    .sec1 .img_wrap {    width: 606px;    height: 792px;}
    .sec1_2 .img_wrap {width: 772px; height: 991px; left: -251px;}
    .sec1_3 .img_wrap { width: 398px; height: 672px;}
    .banner_wrap .txt_wrap .title {padding: 38px 0;}
    .banner_arw {  margin: 37px 30px 0 0;}    
}
@media screen and (max-width:1024px){

    
    
        #main_vis .ment {right:auto; left: 50%; transform: translateX(-50%) translateY(-50%); width: 90%; -webkit-background-size: contain;
    background-size: contain ;}
    .sec1 .inner {z-index: 0;}
    .sec1 .desc {    max-width: 350px;}
    .sec1 .img_wrap {z-index: -1;    width: 54%;}
    .sec1_2 .img_wrap {left: -152px;height: 684px; width: 64%; bottom: -104px;}
    .sec1_3 .img_wrap {width: 318px; height: 648px;}
    .sec .big_txt {font-size: 30px;}
    .slide2_wide .swiper-slide2 {width: 100%;}
    .slide2_wide .swiper-slide2 .cont {width: 100% !important;}
    .sec4 .new_con {padding: 25px 16px;}
    .sec4 .new_con .tit_wrap {padding-bottom: 20px; margin-bottom: 20px;}
    .sec4 .new_con .date {font-size: 15px;}
    .sec4 .new_con .title {font-size: 18px;}
    .sec4 .new_con .txt_wrap{font-size: 15px; }
    .sec5 {padding: 65px 0 0;}
    .sec5 .map{width: calc(100% - 50px); position: relative; float: right; height: 350px;}
    .sec5 .txt_wrap {padding: 0;margin-bottom: 40px;margin-left: 50px;}
    .sec5 .big_txt {margin-bottom: 20px;}
    .sec5 .txt_box .tel {margin-bottom: 40px;}
 
    
       .sec5 .bar {    width: 50px;}
        .banner_arw {margin: 17px 30px 0 0;}
    .banner_wrap .txt_wrap .title {margin-left: 50px; padding: 18px 0;}
    .banner_wrap .txt_wrap {width: 100%;}
    .main_banner {width: 100%;padding: 7px 0 7px;}
    
        }


@media screen and (max-width:768px){

    #main_vis .vis_txt {margin-top: 0; text-align: center;left: 50%;transform: translate(-50%, -50%);}
    #main_vis .vis_txt .txt1 { font-size:40px;    margin-bottom: 30px;} 
    #main_vis .vis_txt .txt1 .pc_block {display: block;} 
     #main_vis .vis_txt .txt2, #main_vis .vis_txt .txt2 span {font-size: 40px;line-height: 65px;}
    .main_cont h2 {padding-bottom: 30px; font-size: 22px;}
    #main_vis .swiper-pagination {width: 100%;}
    #main_vis .swiper-pagination span {    width: 33.33%;}
    
    #main_vis .slick-dots {left: 50%; transform: translateX(-50%);}
    
    .sec1 .inner { padding: 65px 0 0;}
    .sec1 .txt_wrap {text-align: center;  margin-bottom: 35px;}
    .sec1 .txt_box {margin-bottom: 30px;}
    .sec1 .desc {margin: 0 auto;}
    .sec1 .img_wrap {position: relative; width: 100%; bottom: auto;  right: auto;  margin-bottom: -150px; height: 110vw;}
    .sec1_2 .img_wrap {left: auto;height: 100vw;width: 100%;bottom: 40px;}
    .sec1_3 .img_wrap {bottom: auto; width: 100%; height: 110vw;   margin-bottom: -50px;}
    .sec1_2 .txt_wrap {text-align: center;}
    /*sec2 s*/
    .slide2_wide {padding: 65px 0;}
    .slide2_wide .swiper-slide2 {width: 100%; margin-top: 20px;}
    .slide2_wide .txt_box {text-align: center;}
    .slide2_wide .tit_wrap .tit {font-size: 24px;}
    
    .slide2_wide .tit_wrap .tit_box {float: none; width: 100%;}
    .slide2_wide .tit_wrap .btn_wrap {float: none; width: 100%; margin-top: 45px; text-align: center;}
    .slide2_wide .swiper-arrow-wrap {margin: 0; float: none;    display: inline-block;}
    .slide2_wide .cont .txt_box .more_btn {    margin-top: 70px;}
    .slide2_wide .cont .txt_box .tit {font-size: 30px;}
    .slide2_wide .cont .txt_box .num {font-size: 130px;}
    /*sec2 e*/
    .sec3 .inner {padding: 65px 0;}
    .sec3 .eng_tit {font-size: 40px;} 
    .sec4 .new_con {width: 100%; margin: 10px 0 0 0; padding: 17px;}
    .sec4 .new_con:first-child {margin-top: 0;}
    .sec4 {padding: 65px 0;}
    .sec4 .new_con .tit_wrap { padding-bottom: 15px;  margin-bottom: 15px;}

    
}

@media screen and (max-width:650px){
    /*sec2 s*/
    .slide2_wide .cont a {display: block;}
    .slide2_wide .cont .img {width: 100%;}
    .slide2_wide .cont .txt_box {display: block; padding: 25px 3% 0; width: 100%;}
        /*sec2 e*/
}



@media screen and (max-width:500px){
    #main_vis .vis_txt .txt1 {font-size: 38px;}
     #main_vis .vis_txt .txt2, #main_vis .vis_txt .txt2 span {font-size: 35px;line-height: 50px;}
    
    #main_vis .slick-dots {width: 100%; text-align: center;}
    #main_vis .slick-dots li {width: 100px;}
    
    .sec .sec_tit {margin-bottom: 30px;}
    .sec .big_txt, .sec5 .big_txt {font-size: 22px;}
    .sec1 .big_txt { margin-bottom: 20px;}
    .sec1 .desc,.sec3 .desc, .sec4 .new_con .txt_wrap {font-size: 14px;}
    .slide2_wide .cont .txt_box .num {font-size: 70px;}
    .sec5 .big_txt > span { font-size: 18px;}
    .sec5 .bar {display: none;}
    .sec5 .txt_wrap { margin-left: 0;} 
    .sec5 .map { width: 100%;}
    .sec5 .txt_box .tel {font-size: 16px;}
    .banner_wrap .txt_wrap .title {margin-left: 20px; font-weight: 500;font-size: 17px;}
    .banner_arw {margin: 17px 10px 0 0;}
    
    .slide2_wide, .sec3 .inner, .sec4 {padding: 40px 0;}
    .sec1 .inner, .sec5 {padding: 40px 0 0;}
}







