section, section *{ box-sizing:border-box; }
*{ box-sizing:border-box; }
section{ overflow:hidden; }
section:last-child{ padding-bottom:150px !important; }
.mc-con{ max-width:1440px; width:100%; margin:0 auto;}
.sc_con{ max-width:1440px; width:100%; margin:0 auto; }
.main-con{width: 100%; margin: 0 auto; padding: 0 2rem;}


/*sc01*/
#sc01{ background-color:#333; height: 100vh; position: relative; overflow: hidden; background-position:center; background-size:cover; background-repeat:no-repeat; }

.main-caption{width: 100%; padding: 0 4rem; position: absolute; top: 50%; left: 0; z-index: 99; color: #fff;text-align: center;}
.main-caption > p{font-size: 20px; position: relative; margin-bottom: 1.5rem; padding-bottom: 1.5rem; font-weight: 500;}
.main-caption > p::after{content: ""; width: 50px; height: 1px; background-color: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.main-caption > h2{font-size: 45px; margin-bottom: 10px;}
.main-caption > h5{font-size: 20px; font-weight: 300; margin-bottom: 3rem;}
.main-caption > h5 > span{font-weight: 700;}
.main-logo{text-align: center; padding-bottom: 1.5rem; display: inline-block; margin: 0 auto 1.5rem; border-bottom: 1px dotted #ddd;}
.main-logo > img{width: 400px;}

.sc01Sli{ position:relative; z-index:1; background-color:#333; overflow:hidden; }
.sc01_bg{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color:#333; background-position:center; background-size:cover; background-repeat:no-repeat; }
.sc01_mbg{ display:none; position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color:#333; background-position:center; background-size:cover; background-repeat:no-repeat; }
.sc01_fr{ position:relative; z-index:1; min-height:max(600px,36.4583333vw); padding:150px 70px; display:flex; align-items:center; /*background-color:rgba(0,0,0,.35);*/ }

.sc01_txt{ max-width:1400px; width:100%; margin:0 auto; }
.sc01_txt > h2{ font-size:50px; font-weight:700; line-height:1.2em; margin-bottom:30px; }
.sc01_txt > hr{ display:block; width:100px; height:3px; margin:0 0 30px; border:none; }
.sc01_txt > p{ font-size:18px; font-weight:300; line-height:1.5em; }
.sc01_txt > a{ display:inline-block; margin:40px 0 0; padding:13px 40px; border-radius:100px; font-size:18px; font-weight:300; line-height:1em; text-align:center; transition:0.4s all; }

.sc01_nav{ position:absolute; z-index:60; top:50%; width:30px; height:80px; margin:-40px 0 0; cursor:pointer; }
.sc01_nav.swiper-button-disabled{ opacity:0.3; }
.sc01_nav#sc01pr{ left:20px; }
.sc01_nav#sc01pr:before{ content:''; position:absolute; z-index:1; top:0; left:0; width:4px; height:40px; transform:skew(-33deg); transform-origin:left bottom; }
.sc01_nav#sc01pr:after{ content:''; position:absolute; z-index:1; bottom:0; left:0; width:4px; height:40px; transform:skew(33deg); transform-origin:left top; }
.sc01_nav#sc01nx{ right:20px; }
.sc01_nav#sc01nx:before{ content:''; position:absolute; z-index:1; top:0; right:0; width:4px; height:40px; transform:skew(33deg); transform-origin:right bottom; }
.sc01_nav#sc01nx:after{ content:''; position:absolute; z-index:1; bottom:0; right:0; width:4px; height:40px; transform:skew(-33deg); transform-origin:right top; }

.sc01_btn{ display:flex; align-items:center; position:absolute; z-index:60; bottom:30px; left:50%; width:auto; transform:translate(-50%, 0); }
#sc01pg{ margin-right:10px; }
#sc01pg > .swiper-pagination-bullet{ opacity:1; width:12px; height:12px; border-radius:100px; margin:0 3px; transition:0.5s all; }
#sc01pg > .swiper-pagination-bullet-active{ width:40px; }
.sc01_ap{ cursor:pointer; border-radius:100%; font-size:20px; }
.sc01_ap .la-play{ display:none; }
.sc01_ap .la-pause{ display:block; }
.sc01_ap.paused .la-play{ display:block; }
.sc01_ap.paused .la-pause{ display:none; }

.sc01mw{ position:relative; z-index:1; overflow:hidden; background-color:#333; width: 100%; height: 100%;}
.sc01mw > .sc01_bdo{ position:absolute; z-index:1; top:50%; left:50%; min-width:100%; height:155%; transform:translate(-50%,-50%); }

.vimeo_player_wrapper{opacity: 1 !important;}

#sc01 .vd-player{ background-color:transparent !important; }

/* mouse-s */
.mouse-s{width: 100%; text-align: center; z-index: 8; color: #fff;}
.mouse-s > p{font-size: 18px;}
.mouse-s > span{display: block; font-size: 18px; transition: all 1s ease-in-out; animation: mousey 1.5s infinite;}

.mouse-line{width: 1px; height: 80px; background-color: rgba(255, 255, 255, 0.6); margin: 1rem auto;}

.mouse{position: relative; border: 2px solid rgba(255, 255, 255, 0.8); width: 30px; height: 50px; border-radius: 30px; margin: 0 auto;}
.mouse .wheel{position: absolute; left: 50%; margin-left: -2px; width: 4px; height: 10px; background-color: rgba(255, 255, 255, 0.9); border-radius: 3px; animation: wheel 1.5s ease infinite;}

@keyframes mousey{
	0%{opacity: 0; transform: translateY(0);}
	100%{opacity: 1; transform: translateY(10px);}
}
@keyframes wheel{
	0%{opacity: 0; top: 5px;}
	100%{opacity: 1; top: 1rem;}
}


/* sc02 */
#sc02{padding: 100px 0 0;}
.sc02-tit{text-align: center; color: #000; margin-bottom: 2rem;}
.sc02-tit > p{margin-bottom: 1.5rem; font-size: 20px; font-weight: 500;}
.sc02-tit > h2{font-size: 45px; margin-bottom: 1.5rem;}
.sc02-tit > h5{font-size: 20px; font-weight: 400; margin-bottom: 3rem;}
.sc02-tit > a{display: block; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #002366; line-height: 47px; text-align: center; margin: 0 auto; transition: .5s;}
.sc02-tit > a > span{font-size: 20px; transition: .5s; color: #002366;}
.sc02-tit > a:hover{background-color: #002366;}
.sc02-tit > a:hover > span{color: #fff; display: inline-block; transform: rotate(90deg); transform-origin: center;}

.sc02-bg{width: 100%; padding: 190px 0; background-color: #12141E; background-repeat: no-repeat; background-position: center; background-size: cover; clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);}

.sc02-bg-tit{margin-bottom: 3rem; color: #fff;}
.sc02-bg-tit > p{font-size: 20px; font-weight: 500;}
.sc02-bg-tit > h2{font-size: 45px;}

.sc02-wrap{display: flex; justify-content: space-between;}
.sc02-wrap.mb{margin-bottom: 2rem;}
.sc02-box{width: 32%;}
.sc02-cont{padding: 3rem 1rem; background-color: #262B3C; color: #fff; display: flex; flex-direction: column; align-items: center; transition: .5s;}
.sc02-icon{margin-bottom: 1rem;}
.sc02-icon img{width: 100%; max-width: 60px;}
.sc02-caption{text-align: center;}
.sc02-caption > h3{font-size: 25px; margin-bottom: 1rem; padding-bottom: 1rem; position: relative;}
.sc02-caption > h3::after{content: ""; width: 80px; height: 1px; background-color: rgba(255, 255, 255, 0.6); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.sc02-caption > h5{font-size: 16px; font-weight: 500;}

/* sc03 */
#sc03{padding: 50px 0;}
.sc03-tit{margin-bottom: 2rem; width: 100%; position: relative;}
.sc03-tit > p{font-size: 20px; font-weight: 500;}
.sc03-tit > h2{font-size: 45px; margin-bottom: 1.5rem;}
.sc03-tit > a{display: block; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #002366; line-height: 47px; text-align: center; margin: 0 auto; transition: .5s;}
.sc03-tit > a > span{font-size: 20px; transition: .5s; color: #002366;}
.sc03-tit > a:hover{background-color: #002366;}
.sc03-tit > a:hover > span{color: #fff; display: inline-block; transform: rotate(90deg); transform-origin: center;}

.sc03-wrap{display: flex; justify-content: space-between; flex-wrap: wrap;}
.sc03-box{width: 24%; margin-bottom: 1.5rem;}
.sc03-cont{padding: 2rem 15px; border: 1px solid #aaa; transition: .5s; min-height: 415px; display: flex; flex-direction: column; justify-content: space-between;}
.sc03-caption-tit{margin-bottom: 1rem;}
.sc03-caption-tit > h3{display: inline-block; padding: 10px 20px; background-color: #12141E; color: #fff; font-size: 20px;}
.sc03-caption{margin-bottom: .5rem;}
.sc03-caption > h5{font-size: 18px; margin-bottom: .5rem; transition: .4s;}
.sc03-caption > p{font-size: 14px; transition: .4s; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.sc03-caption-img{display: flex; justify-content: flex-end; align-items: center;}
.sc03-img img{width: 100%; max-width: 65px; border-radius: 50%;}
.sc03-img-tit{padding-left: .5rem; }
.sc03-img-tit > p{font-size: 12px; transition: .4s;}
.sc03-img-tit > h5{font-size: 14px; transition: .4s;}

.sc03-cont:hover{background-color: #262B3C; border-color: #262B3C;}
.sc03-cont:hover .sc03-caption > h5{color: #fff;}
.sc03-cont:hover .sc03-caption > p{color: #fff;}
.sc03-cont:hover .sc03-img-tit > p{color: #fff;}
.sc03-cont:hover .sc03-img-tit > h5{color: #fff;}

/* sc04 */
#sc04{width: 100%; height: 100vh; position: relative;}
.sc04-vd-player {background-color: #181818; width: 100%; height: 100vh;}
.sc04-caption{color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center;}
.sc04-caption > h2{font-size: 45px; margin-bottom: 10px;}
.sc04-caption > p{font-size: 20px; margin-bottom: 3rem;}
.sc04-scroll > p{font-size: 12px; margin-bottom: 10px;}
.sc04-scroll > .line{width: 1px; height: 100px; background-color: rgba(255, 255, 255, 0.3); position: relative; overflow: hidden; margin: 0 auto 3rem;}
.sc04-scroll > .line::after{content: ""; width: 1px; height: 100%; background-color: #fff; position: absolute; top: -100%; left: 0; animation: line-ani 5s infinite ease-in-out;}

@keyframes line-ani{
	0%{top: -100%;}
	100%{top: 100%;}
}

.sc04-scroll > a{font-size: 20px; display: inline-block; padding: 10px 2rem; border: 1px solid #fff; transition: .5s;}
.sc04-scroll > a:hover{background-color: #002366; border-color: #002366;}

/* sc05 */
.sc05-wrap{width: 100%; display: flex; align-items: center;}
.sc05-box{width: 50%;}
.sc05-cont{padding: 2rem 10rem;}
.sc05-tit{margin-bottom: 50px;}
.sc05-tit > h2{font-size: 35px; font-weight: 500; margin-bottom: 1rem;}
.sc05-tit > p{font-size: 18px; color: #888;}
.sc05-loca{padding: 1.5rem 1rem; border-top: 1px solid #1d1d1d;}
.sc05-loca > h5{font-size: 20px; margin-bottom: 10px; font-weight: 500;}
.sc05-loca > p{font-size: 17px; color: #888;}
.sc05-box .root_daum_roughmap{width: 100%;}
.sc05-box .root_daum_roughmap .wrap_controllers{display: none;}

/* sc08 */
#sc08{
    width: 100%;
    position: relative;
    padding: 200px 0 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sc08-icon-wrap{
    display: flex;
    margin-bottom: 1.5rem;
}
.sc08-icon{
    display: flex;
    margin-right: 10px;
    width: 50px;
}
.sc08-icon img{
    width: 100%;
}
.sc08-tit{
    width: 100%;
    margin-bottom: 50px;
}
.sc08-tit > h3{
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #222;
}
.sc08-tit > p{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px;
}
.sc08-tit > p > span{
    display: inline-block;
    margin-right: 5px;
    color: #253357;
    width: 16px;
    text-align: center;
}
.sc08-swiper{
    width: 100%;
    position: relative;
}
.sc08-phone{
    display: flex;
    width: 500px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
}
.sc08-phone img{
    width: 100%;
}

@media(min-width:992px){
	.ms-img{display: block; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover;}
	.ms-img-m{display: none;}

	.sc02-cont:hover{transform: translateY(-1rem);}

	.sc03-tit > a{position: absolute; bottom: 0; right: 0;}

	.sc04-vd-player {padding-bottom: 56% !important;}
}
@media(max-width:1439px){
	.mc-con{padding: 0 2rem;}
	.sc02-bg{clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);}
}
@media(max-width:991px){
	.mc-con{padding: 0 15px;}

	#sc01{background-repeat: no-repeat; background-position: center; background-size: cover;}

	.sc01_fr{ padding:150px 15px; }
	.sc01_nav{ display:none; }

	.ms-img{display: none;}
	.ms-img-m{display: block; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover;}

	.main-caption{padding: 0 15px;}
	.main-caption > p{font-size: 16px; margin-bottom: 1rem; padding-bottom: 1rem;}
	.main-caption > h2{font-size: 24px;}
	.main-caption > h5{font-size: 14px;}

	.mouse-s > p{font-size: 14px;}


	/* sc02 */
	#sc02{padding: 50px 0 0;}
	.sc02-tit > p{font-size: 16px;}
	.sc02-tit > h2{font-size: 24px;}
	.sc02-tit > h5{font-size: 16px;}
	.sc02-bg{padding: 80px 0; clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);}
	.sc02-bg-tit{margin-bottom: 1.5rem;}
	.sc02-bg-tit > p{font-size: 16px;}
	.sc02-bg-tit > h2{font-size: 24px;}
	.sc02-wrap{flex-direction: column;}
	.sc02-wrap.mb{margin-bottom: 0;}
	.sc02-box{width: 100%; margin-bottom: 1rem;}
	.sc02-caption > h3{font-size: 20px;}
	.sc02-caption > h5{font-size: 14px;}
	.sc02-caption > h3::after{width: 40px;}

	/* sc03 */
	.sc03-tit > p{font-size: 16px;}
	.sc03-tit > h2{font-size: 24px;}
	.sc03-tit{text-align: center;}
	.sc03swiper-pagination{text-align: center; margin-top: 1rem;}
	.swiper-pagination-bullet-active{background-color: #002366;}
	.sc03-caption-tit > h3{font-size: 16px;}
	.sc03-caption > h5{font-size: 17px;}
	.sc03-caption{margin-bottom: 1rem;}

	/* sc04 */
	#sc04{background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important; background-attachment: unset !important;}
	#wrapper_video-sect{display: none;}	
	.sc04-caption{width: 100%; padding: 0 15px;}
	.sc04-caption > h2{font-size: 24px;}
	.sc04-caption > p{font-size: 14px;}
	.sc04-scroll > a{font-size: 16px;}

	/* sc05 */
	.sc05-wrap{flex-direction: column-reverse;}
	.sc05-box{width: 100%;}
	.sc05-cont{padding: 3rem 15px 2rem;}
	.sc05-tit > h2{font-size: 24px;}
	.sc05-tit > p{font-size: 14px;}
	.sc05-loca{padding: 1rem 5px;}
	.sc05-tit{margin-bottom: 1.5rem;}
	.sc05-loca > h5{font-size: 16px;}
	.sc05-loca > p{font-size: 14px;}
	.sc05-box .root_daum_roughmap .wrap_map{height: 300px !important;}

	.sc08-tit > h3{
        font-size: 36px;
    }
    .sc08-phone{
        width: 300px;
        left: 65%;
    }
	.sc08-phone{
        position: relative;
        left: 0;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .sc08-icon-wrap{
        margin-bottom: 1rem;
    }
    .sc08-tit{
        margin-bottom: 30px;
    }
    #sc08{
        padding: 100px 0 0;
    }
	
}
