@keyframes imgAnimate {
	0% {
		bottom : 50px;
	}
	50% {
		bottom : 30px;
	}

	100% {
		bottom : 50px;
	}
}
/* keyframes */
@keyframes imgScale {
    0% {
      transform: scale(1)
    }
    50% {
      transform: scale(1.2)
    }
    100% {
      transform: scale(1)
    }
  }
  
  @-webkit-keyframes imgScale {
    0% {
      transform: scale(1)
    }
    50% {
      transform: scale(1.2)
    }
    100% {
      transform: scale(1)
    }
  }
  
  @-moz-keyframes imgScale {
    0% {
      transform: scale(1)
    }
    50% {
      transform: scale(1.2)
    }
    100% {
      transform: scale(1)
    }
  }
  
  @-ms-keyframes imgScale {
    0% {
      transform: scale(1)
    }
    50% {
      transform: scale(1.2)
    }
    100% {
      transform: scale(1)
    }
  }
  
  @-o-keyframes imgScale {
    0% {
      transform: scale(1)
    }
    50% {
      transform: scale(1.2)
    }
    100% {
      transform: scale(1)
    }
  }
  

/* 메인 비주얼 */
/* .m-mv-wrap{display: none;} */
.mv-wrap{height: 900px; width: 100%; overflow: hidden; position: relative;}
.mv-con{height: 900px; width: 100%; overflow: hidden; position: relative;}
.mv{height: 900px; width: 100%; overflow: hidden; position: relative;}
.mv-bg{width: 100%; height: 100%; position: relative; -ms-transform:scale(1.2); -o-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2); -webkit-transition:transform 3000ms ease-in-out; -moz-transition:transform 3000ms ease-in-out; -o-transition:transform 3000ms ease-in-out; -ms-transition:transform 3000ms ease-in-out; transition:transform 3000ms ease-in-out;}
.mv-txt{top: 360px; left: 50%; margin-left: -630px; width: 1300px; position: absolute; z-index: 1;}
.mv-txt b{font-size: 55px; line-height:60px; font-weight: 700; color: #fff; display: block;}
.mv-txt span{margin: 25px 0 30px; font-size: 20px; line-height:30px; font-weight: 500; color: #fff; display: block;}
.mv-txt a{width: 190px; height: 55px; display: block; position: relative; text-align: center; font-size: 0; overflow: hidden;}
.mv-txt a:before{top: 0; left: 0; width: 100%; height: 100%; box-sizing:border-box; border: 1px solid #fff; position: absolute; z-index: -1; content:"";}
.mv-txt a:after{top: 0; left: 0; width: 0; height: 100%; background: #00a0e9; position: absolute; content:""; z-index: 1; transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s; -ms-transition: .3s;}
.mv-txt a:hover:after{width: 100%;}
.mv-txt a b{font-size: 14px; line-height:55px; letter-spacing:0.05em; font-weight: bold; color: #fff; display: inline-block; vertical-align: top; position: relative; z-index: 2;}
.mv-txt a span{width: 25px; height: 7px; margin: 24px 0 0 16px; display: inline-block; vertical-align: top; position: relative; z-index: 2;}
.mv-bg01{background: url(../img/mv-bg01.jpg) center center no-repeat; background-size: cover;}
.mv-bg02{background: url(../img/mv-bg02.jpg) center center no-repeat; background-size: cover;}
.mv-bg03{background: url(../img/mv-bg03.jpg) center center no-repeat; background-size: cover;}
.mv-con .next{right: 0; margin-top: -9.5px; width: 70px;; position: absolute; z-index: 1; top: 50%;}
.mv-con .next img{width: 100%; display: block;}
.mv-con .prev{left: 0; margin-top: -9.5px; width: 70px;; position: absolute; z-index: 1; top: 50%;}
.mv-con .prev img{width: 100%; display: block;}

.mv-txt b.mv-ani01{opacity: 0; filter: Alpha(opacity=0); -ms-transform: translateX(-50px); -o-transform: translateX(-50px); -moz-transform: translateX(-50px); -webkit-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: opacity 1.0s, transform 1.0s; -moz-transition: opacity 1.0s, transform 1.0s; -o-transition: opacity 1.0s, transform 1.0s; -ms-transition: opacity 1.0s, transform 1.0s; transition: opacity 1.0s, transform 1.0s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s;}
.mv-txt span.mv-ani02{opacity: 0; filter: Alpha(opacity=0); -ms-transform: translateX(-50px); -o-transform: translateX(-50px); -moz-transform: translateX(-50px); -webkit-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: opacity 1.0s, transform 1.0s; -moz-transition: opacity 1.0s, transform 1.0s; -o-transition: opacity 1.0s, transform 1.0s; -ms-transition: opacity 1.0s, transform 1.0s; transition: opacity 1.0s, transform 1.0s; -webkit-transition-delay: 0.8s; -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -ms-transition-delay: 0.8s; transition-delay: 0.8s;}
.mv-txt em.mv-ani03{opacity: 0; filter: Alpha(opacity=0); -ms-transform: translateX(-50px); -o-transform: translateX(-50px); -moz-transform: translateX(-50px); -webkit-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: opacity 1.0s, transform 1.0s; -moz-transition: opacity 1.0s, transform 1.0s; -o-transition: opacity 1.0s, transform 1.0s; -ms-transition: opacity 1.0s, transform 1.0s; transition: opacity 1.0s, transform 1.0s; -webkit-transition-delay: 1.0s; -moz-transition-delay: 1.0s; -o-transition-delay: 1.0s; -ms-transition-delay: 1.0s; transition-delay: 1.0s;}
.mv-txt a.mv-ani04{opacity: 0; filter: Alpha(opacity=0); -ms-transform: translateX(-50px); -o-transform: translateX(-50px); -moz-transform: translateX(-50px); -webkit-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: opacity 1.0s, transform 1.0s; -moz-transition: opacity 1.0s, transform 1.0s; -o-transition: opacity 1.0s, transform 1.0s; -ms-transition: opacity 1.0s, transform 1.0s; transition: opacity 1.0s, transform 1.0s; -webkit-transition-delay: 1.3s; -moz-transition-delay: 1.3s; -o-transition-delay: 1.3s; -ms-transition-delay: 1.3s; transition-delay: 1.3s;}

.mv.active-item .mv-txt b.mv-ani01{opacity: 1.0; filter: Alpha(opacity=100); -ms-transform: translateX(0px); -o-transform: translateX(0px); -moz-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
.mv.active-item .mv-txt span.mv-ani02{opacity: 1.0; filter: Alpha(opacity=100); -ms-transform: translateX(0px); -o-transform: translateX(0px); -moz-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
.mv.active-item .mv-txt em.mv-ani03{opacity: 1.0; filter: Alpha(opacity=100); -ms-transform: translateX(0px); -o-transform: translateX(0px); -moz-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
.mv.active-item .mv-txt a.mv-ani04{opacity: 1.0; filter: Alpha(opacity=100); -ms-transform: translateX(0px); -o-transform: translateX(0px); -moz-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}

.active-item .mv-bg{-ms-transform: scale(1.0,1.0) rotate(0.01deg); -o-transform: scale(1.0,1.0) rotate(0.01deg); -moz-transform: scale(1.0,1.0) rotate(0.01deg); -webkit-transform: scale(1.0,1.0) rotate(0.01deg); transform: scale(1.0,1.0) rotate(0.01deg);}
.scrollDown{
	bottom: 50px;
	left: 50%;
	width: 84px;
	margin-left: -42px;
	position: absolute;
	z-index: 2;
	animation-name:imgAnimate;
	-webkit-animation-name:imgAnimate;
	-moz-animation-name:imgAnimate;
	-ms-animation-name:imgAnimate;
	-o-animation-name:imgAnimate;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	-o-animation-duration:1.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	}
.scrollDown img{margin: 0 auto 15px; width: 21px; height: 11px; display: block;}
.scrollDown span{font-size: 13px; line-height:1; letter-spacing:0.05em; font-weight: 500; color: #fff; display: block;}

.s-bar-wrap{position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; height: 90px; background-color: rgb(35,41,47,0.7);}
.s-bar{position: relative; line-height: 90px; color: #fff;}
.s-dep{float: left;}
.s-dep i > img{vertical-align: -2px; margin-right: 10px;}
.s-dep b{margin-right: 10px;font-size: 20px;}
.s-dep01{width: 40%;}
.s-dep02{width: 40%;}
.s-dep01 span{font-size: 20px; font-weight: 400;}
.s-dep02 span{font-size: 20px; font-weight: 400;}
.s-dep02 a{color: #fff;}
.s-dep03{ width: 30%; position: absolute; top: 0; right: 0; height: 100%; background-color: rgb(0, 131, 203, 0.8); line-height: 90px;}

.s-dep03 img{vertical-align: 2px; padding-left: 20px;transition: transform .2s;}
.s-dep03 a{font-size: 22px; display: block; width: 100%; height: 100%; padding-left: 70px; box-sizing: border-box;}
/* 메인 비주얼 */

/* main-sec1 */
.main-sec1 {
    background: url(../img/m-bg01.jpg) no-repeat center top/cover;
    padding: 120px 0;
    box-sizing: border-box;
}
.main-title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.m1-con {
    font-size: 0;
}
.m1-con .m1-box {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.m1-con .m1-box a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 130px 60px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    height: 570px;

    background-size: 100%;
    transition: all .3s;
}
.m1-con .m1-box:nth-child(1) a {
    background-image: url(../img/m1-img01.jpg);
}
.m1-con .m1-box:nth-child(2) a {
    background-image: url(../img/m1-img02.jpg);
} 
.m1-con .m1-box:nth-child(3) a {
    background-image: url(../img/m1-img03.jpg);
}
.m1-con .m1-box:nth-child(4) a {
    background-image: url(../img/m1-img04.jpg);
}
.m1-con a p {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}
.m1-con a span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.m1-con a span i {
    width: 1px;
    height: 38px;
    background-color: #fff;
    display: block;
    margin: 8px auto 0;
    transition: all .3s;
}
/* main-sec1 */

/* main-sec2 */
.main-sec2 {
    background-color: #f5f5f5;
    padding: 120px 0;
    box-sizing: border-box;
}
.m2-in {
    font-size: 0;
}
.m2-box {
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100%;
    padding: 80px 0;
    height: 280px;
    box-sizing: border-box;
    transition: all .3s;
    overflow: hidden;
}
.mbx1 {
    background-image: url(../img/m2-img01.jpg);
}
.mbx2 {
    background-image: url(../img/m2-img02.jpg);
}

.m2-txt {
    padding-left: 50%;
}
.m2-txt > p {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
.m2-txt > span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgb(255, 255, 255, 60%);
}
.m2-left {
    width: 50%;
    float: left;
}
.m2-right {
    width: 50%;
    float: left;
    padding: 45px;
    box-sizing: border-box;
    background-color: #fff;
    height: 560px;
}
.contact-tit {
    font-size: 35px;
    color: #222;
    font-weight: 700;
    margin-bottom: 17px;
}
.m-contact-tbl {
    width: 100%;
}
.m-contact-tbl input {
    width: 275px;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #eceef1;
    padding: 0 36px;
    border: none;
    margin-bottom: 13px;
}
.m-contact-tbl input::placeholder {color: #333;}
.m-contact-tbl .mr10 {
    margin-right: 10px;
}
.m-contact-tbl textarea::placeholder {color: #333;}
.m-contact-tbl .msg {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #333;
    background-color: #eceef1;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 23px 36px;
    border: none;
    height: 120px;
    resize: none;
}
.contact-btn {
    display: block;
    width: 100%;
    height: 65px;
    background-color: #c22537;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    margin-top: 20px;
}
.m-contact-tbl .service-sel {
    width: 275px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 50px;
    padding: 0 36px;
    box-sizing: border-box;
    background: #eceef1 url(../img/m-arrow.png) no-repeat center right 35px;
    appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
}
.m-contact-tbl .vat {
    vertical-align: top;
}
/* main-sec2 */

@media all and (min-width: 760px) {
    
.m2-box:hover {
    background-size: 110%;
}
.m1-con .m1-box:hover a {
    background-size: 120%;
}
.m1-con .m1-box:hover a span i {
    height: 76px;
}
.s-dep03:hover span img{transform: scaleX(1.3);}

}

@media all and (max-width: 1300px) {
    
    .m-contact-tbl input{
        width: 100%;
    }
    .m-contact-tbl .service-sel{
        width: 100%;
    }
    .m-contact-tbl input.wid {
        width: calc(100% - 20px);
    }

    /* 메인 비주얼 */
    .mv-txt {left: 10%; margin-left: 0; width: 80%;}

    .s-dep02 span, .s-dep b, .s-dep01 span{font-size: 16px;}
    .s-dep03 a{font-size: 18px;}
    /* 메인 비주얼 */

    .m1-con .m1-box {
        width: 50%;
    }

    .m2-left {
        float: none;
        width: 100%;
    }
    .m2-right {
        float: none;
        height: auto;
        width: 100%;
    }
    
}



@media all and (max-width: 1100px ) {

/* 메인 비주얼 */
.mv-wrap{height: 750px;}
.mv-con{height: 750px;}
.mv{height: 750px;}
.mv-txt{top: 300px; left: 0; margin-left: 0; padding:0 40px; width: 100%; box-sizing:border-box;}
.mv-txt b{font-size: 52px; line-height:65px;}
.mv-txt span{margin: 25px 0 18px; font-size: 28px; word-break:keep-all;}
.mv-txt em{display: none;}
.mv-txt a{width: 190px; height: 55px;}
.mv-txt a b{font-size: 18px; line-height:55px;}
.mv-txt a span{width: 25px; height: 7px; margin: 24px 0 0 16px;}
.mv-con .next{margin-top: -9.5px; width: 70px; height: 19px;}
.mv-con .prev{margin-top: -9.5px; width: 70px; height: 19px;}
.s-dep i > img{margin-right: 2px;width: 15px;}
.s-dep01{width: 46%;}
.s-dep02 span, .s-dep b, .s-dep01 span{font-size: 12px;}
.s-dep03{width: 20%;}
.s-dep03 a{padding-left: 20px;margin-right: 2px;font-size: 14px;}
.s-dep03 img{vertical-align: 0; padding-left: 10px;}
.m-board-list a{font-size: 13px;}
/* 메인 비주얼 */
}


@media all and (max-width: 760px ) {

/* 메인 비주얼 */
.mv-wrap{height: 98.6842vw;overflow: visible;}
.mv-con{height: 98.6842vw;}
.mv{height: 98.6842vw;}
/* .mv-bg{background-size: 100% 100%;} */
.mv-txt{top: 39.4737vw; padding:0 5.2632vw;}
.mv-txt b{font-size: 6.5789vw; line-height:7.2368vw;}
.mv-txt span{margin: 3.90625vw 0 0.6875vw; font-size: 2.8947vw; line-height: 4.6053vw; }
.mv-con .next{margin-top: 5.484375vw; width: 9.2105vw;}
.mv-con .prev{margin-top: 5.484375vw; width: 9.2105vw;}
.s-bar-wrap{background-color: #23292f; height: auto;}
.s-bar{line-height: 25px; padding: 14px 0;}
.s-dep b{font-size: 3.5vw; font-weight: 500; margin-right: 0.26vw; line-height: 9.6053vw;}
.s-dep span{font-size: 3.5vw; font-weight: 300;}
.s-dep i > img{width: 18px; margin-right: 0.26vw;}
.s-dep03{width: 100%; height: 50px; line-height: 50px; top: auto; background-color: rgb(0, 131, 203);}
.s-dep{width: 100%;}
.s-dep03 a{padding-left: 0; text-align: center;font-size: 17px;}
.s-dep03 img{vertical-align: 0; padding-left: 10px; transition: unset;}
.s-dep03:hover span img {transform: none;}
/* 메인 비주얼 */

/* main-sec1 */
.main-sec1 {
    padding: 15.7895vw 0;
}
.main-title {
    font-size: 5.9211vw;
    margin-bottom: 6.5789vw;
}
.m1-con a p {
    font-size: 5.2632vw;
    line-height: 5.9211vw;
}
.m1-con .m1-box a {
    padding: 17.1053vw 5.9211vw;
    height: 78.2895vw;
}
.m1-con a span{
    font-size: 2.6316vw;
}
.m1-con a span i{
    height: 5.9211vw;
    margin: 1.0526vw auto 0;
}
.m1-con .m1-box a {
    background-size: cover;
}

/* main-sec2 */
.main-sec2 {
    padding: 15.7895vw 0;
}
.m2-box {
    background-size: cover;
    padding: 10.5263vw 0;
    height: auto;
    background-position: center left -3.0263vw;
}
.m2-txt {
    padding-left: 44%;
    padding-right: 7.2368vw;
}
.m2-txt > p {
    font-size: 5.2632vw;
    margin-bottom: 3.2895vw;
}
.m2-txt > span{
    font-size: 2.6316vw;
    line-height: 3.9474vw;
}
.m2-right{
    padding: 8.5526vw 7.2368vw;
}
.contact-tit{
    font-size: 5.2632vw;
    margin-bottom: 3.9474vw;
}
.m-contact-tbl input {
    font-size: 2.8947vw;
    line-height: 9.2105vw;
    height: 9.2105vw;
    margin-bottom: 2.6316vw;
    padding: 0 5.2632vw;
}
.contact-btn {
    margin-top: 2.6316vw;
    line-height: 9.2105vw;
    height: 9.2105vw;
    font-size: 3.2895vw;
}
.m-contact-tbl .msg{
    height: 17.7632vw;
    padding: 3.0263vw 5.2632vw;
    font-size: 2.8947vw;
    border-radius: 4.6053vw;
}
.m-contact-tbl input.wid {
    width: calc(100% - 2.6316vw);
}
.m-contact-tbl .mr20 {
    margin-right: 2.6316vw;
}
.m-contact-tbl .service-sel{
    line-height: 9.2105vw;
    height: 9.2105vw;
    padding: 0 5.2632vw;
    font-size: 2.8947vw;
    background: #eceef1 url(../img/m-arrow.png) no-repeat center right 4.6053vw/2.1053vw;
}

}
