
.disN{
	display:none;
}
.mainWrap{
    overflow: hidden;
    width: calc(100% - 135px);
    letter-spacing: -1px;
        position: relative;
}

body,
html{
	max-width:100%;
	width:100%;
	overflow-x:hidden;
	  position: relative;
}

.mainVisual {
    width: 100%;
    position: relative;
    height: calc(100vh - 100px);
    display:flex;
    margin-top:100px;
    align-items: center;
    overflow: hidden;
}
.mainVisual .content{
    width:100%;
    height:100%;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.mainVisual .content.new {
	align-items: flex-start;
}
.mainVisual .mainSlider{
	height:100%;
	width:100%;
}
.mainVisual .mainSlider .slick-list, .mainVisual .mainSlider .slick-track{
	height:100%;
}
.mainVisual .slideCon{
	height:100%;
	position:relative;
	background-color:#000;
    overflow: hidden;
}

.mainVisual .bg{
	background:url(../images/mainVisual_bg.jpg) center bottom / cover no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transform:scale(1.2);
	animation: scale_1 4s forwards;
}
.mainVisual .bg.new{
	background:url(../images/mainVisual_bg2.jpg?v=v2) center bottom / cover no-repeat;
}
.mainVisual .bg.new2{
	background:url(../images/mainVisual_bg3.jpg?v=v2) center bottom / cover no-repeat;
}
.mainVisual .bg.new4{
	background:url(../images/mainVisual_bg4.jpg?v=v2) center center / cover no-repeat;
}
@keyframes scale_1{
	to{
		transform:scale(1);
	}
}
.mainVisual .text{
	position:relative;
	text-align: center;
	padding-bottom:2.5%;
}

.mainVisual .text .logo{
	opacity:0;
	animation:fadeInUp 1s 1s forwards;
}
.mainVisual .text .line{
	height:100px;
	width:1px;
	margin:20px auto;
	position: relative;
}
.mainVisual .text .line:before{
	content:"";
	width:100%;
	height:0;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	animation:mainVisual_line 1s 2s forwards;
}
@keyframes mainVisual_line{
	to{
		height:100%;
	}
}
.mainVisual .text .explain{
	font-size:100px;
	color:#fff;
	opacity:0;
	animation:fadeInUp 1s 2s forwards;
}
.mainVisual .text .explain .con{
	font-size: 60px;
	margin-bottom:2.5%;
}
.mainVisual .text .explain .con:last-child {margin-bottom:0;}

.mainVisual .text .explain .con .point {
	color: #b4e2f6;
	font-weight: 600;
}


.mainVisual .content.new .text {
	padding-bottom:0%;
	padding-top:3.5%;
	padding-right: 9%;
	text-align: right;
	width: 100%;
	/* padding-left: 20%;
	display: flex;
	    justify-content: center;
	    
	    align-items: center; */
}
.mainVisual .content.new .text .logo {
	padding-top:2%;
	 width: 280px;
    margin: 0 ;
	animation: fadeInUp 1s 1.5s forwards;
	    float: right;
}
.mainVisual .content.new .text .logo img {width:100%;}
.mainVisual .content.new .text .line {
	display:none;
}
.mainVisual .content.new .text .explain {
	animation: fadeIn 1s 1s forwards;
	/* padding-right: 3%; */
}
.mainVisual .content.new .text .explain .con {
	font-size: 48px;
    font-weight: 300;
	    line-height: 140%;
}
.mainVisual .content.new .text .explain .con .point {
	color:#fff;
}
/* .mainContent */
.mainContent {}
.mainContent .premium {
    padding: 10% 0;
    position: relative;
}
.mainContent .premium .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/images/premium_bg.jpg) center center / cover no-repeat;
}
.mainContent .premium .topSlogan {
    text-align: right;
    margin-bottom: 3%;
	  transition: 0.75s all;
	opacity:0;
    display: flex;
    justify-content: flex-end;

}
.mainContent .premium .slideWrap.aos-animate .topSlogan {opacity:1;}


.mainContent .premium .slideWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    margin: 0 auto;
}
.mainContent .premium .slideWrap .premiumSlider{
    width: 100%;
	transition: 0.75s all;
	transition-delay:0.25s;
	opacity:0;
	transform: translateY(30%);
}
.mainContent .premium .slideWrap.aos-animate .premiumSlider {
	opacity:1;
	transform: translateY(0);
}
.mainContent .premium .slideWrap .premiumSlider .slideCon{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mainContent .premium .slideCon .text{
	color: #01173c;
	flex: 0 0 42%;
}
.mainContent .premium .slideCon .text .title{
    font-size: 40px;
    line-height: 125%;
	transition: 0.75s all;
	letter-spacing: -1px;
	opacity:0;
}
.mainContent .premium .slideCon.slick-active .text .title{
	opacity:1;
}

.mainContent .premium .slideCon .text .title .font_b{
    font-weight: bold;
}
.mainContent .premium .slideCon .text .line {
    width: 80px;
    height: 1px;
    background: #000;
    margin: 7% 0;
}
.mainContent .premium .slideCon .text .explain {
    font-size: 24px;
	opacity: 0;
	transition: 0.75s all;
	transition-delay:0.25s;
	 transform: translateY(30%);
}
 .mainContent .premium .slideCon.slick-active  .text .explain {
	opacity: 1;
	transform: translateY(0%);
} 
.mainContent .premium .slideCon .text .explain .con {
    margin-bottom: 2%;
}
.mainContent .premium .slideCon .text .explain .con:last-child {
	margin-bottom: 0;	
}
.mainContent .premium .slideCon .text .explain .con.bold {
	 font-weight: bold;
}

.mainContent .premium .slideCon .image {
	clip-path: inset(0 100% 0 0);
    transition: 0.75s all;
	flex: 1;
}
.mainContent .premium .slideCon.slick-active .image{
	clip-path: inset(0 0 0 0);
}

.mainContent .premium .slideCon .image img {width:100%;}

.mainContent .premium .controllTower {
    display: flex;
    position: absolute;
    align-items: center;
    bottom: 25%;
    width: 210px;
    justify-content: space-between;
	transition: 0.75s all;
	transition-delay:0.5s;
	opacity:0;
}
.mainContent .premium .slideWrap.aos-animate .controllTower {
	opacity:1;
}

.mainContent .premium .controllTower .arrow_prev,
.mainContent .premium .controllTower .arrow_next {
    font: 0 / 0 all;
    cursor: pointer;
    width: 54px;
    height: 54px;
    display: block;
}
.mainContent .premium .controllTower .arrow_prev:hover,
.mainContent .premium .controllTower .arrow_next:hover {opacity: 0.8;}
.mainContent .premium .controllTower .arrow_next {background: url(/images/premium_arrow_next.png) center center / cover no-repeat;}
.mainContent .premium .controllTower .arrow_prev {background: url(/images/premium_arrow_prev.png) center center / cover no-repeat;}
.mainContent .premium .controllTower .pagingInfo {
	padding: 0 5%;
	display: block;
	font-size: 20px;
	font-weight: 500;
}
.mainContent .premium .controllTower .arrow_next.next2 {background: url(/images/premium_arrow_next2.png) center center / cover no-repeat;}
.mainContent .premium .controllTower .arrow_prev.prev2 {background: url(/images/premium_arrow_prev2.png) center center / cover no-repeat;}

/* contact */
.mainContent .contact {
	height: 90vh;
}
.mainContent .contact .content{
	display: flex;
	justify-content: space-between;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mainContent .contact .bg {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/images/contact_bg.jpg) center center / cover no-repeat;
	transition: 2.5s all;
	transition-delay:2s;
	transform: scale(1.3);
}
.mainContent .contact .content.aos-animate .bg{
	 transform: scale(1);
}
.mainContent .contact .left {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-top: 15%;
	transition: 0.75s all;
	transition-delay:1s;
    color: #fff;
}
.mainContent .contact .content.aos-animate .left {
	margin-top: 5%;
	
}
.mainContent .contact .left > .text {
    font-size: 40px;
    margin-bottom: 2%;
	letter-spacing: 5px;
	opacity:0;
	transition: 0.75s all;
}
.mainContent .contact .left > .text .point{
    font-weight: 600;
    color: #c0e2f2;
}
.mainContent .contact .content.aos-animate .left > .text {
	letter-spacing: -1px;
	opacity:1;
}

.mainContent .contact .left .logo {
    margin-bottom: 4%;
	opacity:0;
	 transition: 0.75s all;
	transition-delay:0.25s; 
}
.mainContent .contact .content.aos-animate .left .logo {
	opacity:1;
}

.mainContent .contact .left .map_link {
	 opacity:0;
	transition: 0.75s all;
	transition-delay:0.25s;
}
.mainContent .contact .content.aos-animate .left .map_link {
	opacity:1;
}

.mainContent .contact .left .map_link a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContent .contact .left .map_link .icon {
    margin-right: 1.5%;
}
.mainContent .contact .left .map_link .text {
    text-align: left;
    margin-bottom: 0;
}
.mainContent .contact .left .map_link .text .sub {
    font-size: 28px;
    margin-bottom: 4.5%;
	

}
.mainContent .contact .left .map_link .text  .con {
    font-size: 18px;
}
.mainContent .contact .left .map_link .text .sub .arrow_ico{
    display: inline-block;
    width: 51px;
    height: 25px;
    background: url(../images/contact_arrow_icon.png) center center / cover no-repeat;
    margin-left: 3%;
	transition: 0.75s all;
	    filter: brightness(0) invert(1);
}
.mainContent .contact .left .map_link a:hover .sub .arrow_ico {
	 margin-left: 8%;
}

.mainContent .contact .right {
    flex: 0 0 40%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #858585;
}
.mainContent .contact .right .link {
    display: flex;
    height: 33.333%;
    text-align: left;
    padding-left: 5%;
    align-items: center;
    border-bottom: 1px solid #858585;
    color: #fff;
    width: 100%;
	transition: 0.75s all;
	position: relative;
	opacity: 0;
	transform: translateX(50px);
}
.mainContent .contact .right .link:last-child {border-bottom: 0;}

.mainContent .contact .content.aos-animate .right .link:nth-child(1) {
	animation: fadeRight 0.5s 1.25s forwards;
}
.mainContent .contact .content.aos-animate .right .link:nth-child(2) {
	animation: fadeRight 0.8s 1.25s forwards;
}
.mainContent .contact .content.aos-animate .right .link:nth-child(3) {
	animation: fadeRight 1.1s 1.25s forwards;
}



.mainContent .contact .right .link:hover {
	background:#26789f8a;
}

@keyframes fadeRight {
    0% {
		opacity: 0;
		transform: translateX(50px);
    }
    100% {
        opacity: 1;
      	transform: translateX(0);
    }
}

.mainContent .contact .right .link .image {
    margin-right: 3%;
}
.mainContent .contact .right .link .text {}
.mainContent .contact .right .link .text .title {
    font-size: 24px;
    margin-bottom: 11%;
}
.mainContent .contact .right .link .text .explain {}
.mainContent .contact .right .link .text .explain_con {
    font-size: 16px;
    margin-bottom: 3.5%;
}
.mainContent .contact .right .link .text .explain_con:last-child {
    margin-bottom: 0;
}
.mainContent .contact .right .link .arrow_ico {
    position: absolute;
    bottom: 15%;
    right: 12%;
    width: 51px;
    height: 25px;
    background: url(../images/contact_arrow_icon.png) center center / cover no-repeat;
    transition: 0.75s all;
    filter: brightness(0) invert(1);
}

.mainContent .contact .right .link:hover .arrow_ico {
	right: 9%;
}


.contact{
    background: url(../images/main_contact_bg.jpg) center center / cover no-repeat;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    width: 100%;
}
.contact .title{
    font-family: 'NanumSquare', sans-serif;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 2%;
    color: #fff;
}
.contact img{
    margin:0 auto;
}


/*scroldown*/
.main_scrolldown {
    text-align: center;
    position: absolute;
    left: calc(50% - 14px);
    bottom: 10%;
}

.main_scrolldown .chevron {
    position: absolute;
    width: 28px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.main_scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.main_scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.main_scrolldown .chevron:before,
.main_scrolldown .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.main_scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.main_scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

/*loader*/
body{
	overflow-x:hidden;
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000; /* ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â´ ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬Å“ ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œ ÃƒÆ’Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â¹Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â¥Ãƒâ€šÃ‚Â¼ ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹Ãƒâ€šÃ‚Â¤. */
	}
.loading img{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

/*mobile*/

.MobileMain{position:relative;}
.MB_V img{width:100%;}
.MB_V .ico_open{
	position: absolute;
    right: 15px;
    top:85px;
    width:25%;
    z-index: 10;
	height:10%;
}
@media (max-width:1850px){
	.mainContent .premium .slideWrap {
		    width: 70%;
	}
}
@media (max-width:1750px){
	.mainContent .premium .slideCon .text .title {
		font-size: 30px;
	}
	.mainContent .premium .slideCon .text .explain {
		font-size: 20px;
	}
}
@media (max-width:1600px){
	.mainContent .premium .slideWrap {
		    width: 80%;
	}
	.mainContent .contact .left > .text {
		font-size: 30px;
	}
	.mainContent .contact .left .map_link .text .sub {
		font-size: 24px;
	}
	.mainContent .contact .left .map_link .text .con {
		font-size: 16px;
	}
}

@media (max-width:1080px){
    html,body{
        width:100%;
        height:100%;
    }
    .mainWrap{
        width: 100%;
    }
    .mainWrap img{
        width:100%;
    }
	.mainVisual .text .explain .con {
		font-size: 36px;
	}

    .list-btn .mainOnly{
        display: flex;
    }

    .mainVisual{
        height: calc(100vh - 80px);
        margin-top: 79px;
    }
	.mainVisual .bg{
		background:url(../images/mainVisual_bg_m.jpg) center center / cover no-repeat;
	}
	.mainVisual .bg.new{
		background:url(../images/mainVisual_bg2_m.jpg) center center / cover no-repeat;
	}
	.mainVisual .bg.new2{
		background:url(../images/mainVisual_bg3_m.jpg) center center / cover no-repeat;
	}
	.mainVisual .bg.new4{
		background:url(../images/mainVisual_bg4_m.jpg) center bottom / cover no-repeat;
	}

	.mainVisual .text{
	
	}
	.mainVisual .text .logo{
		width: 50%;
        max-width: max-content;
        margin: 0 auto;
	}
	.mainVisual .text .line{
		height:50px;
	}
	.mainVisual .text .explain{
		font-size:60px;
	}

	
	.mainVisual .content.new .text {
		padding-top:14.5%;
		padding-left: 0;
		flex-direction: column;
		  padding-right: 0%;
	}
	.mainVisual .content.new .text .logo {
		padding-bottom: 10%;
		width: 200px;
		padding-top: 5%;
		margin: 0 auto;
		float: none;
	}
	.mainVisual .content.new .text .explain {
		padding-right: 0%;
	}

	.mainVisual .content.new .text .explain .con {
		font-size: 30px;
		        text-align: center;
	}





	.mainContent .premium .slideWrap {
	    width: 85%;
	}
	.mainContent .premium .bg {
		background: url(/images/premium_bg_m.jpg) center center / cover no-repeat;
	}
	.mainContent .premium .topSlogan {
		width: 40%;
		margin: 0 auto;
		margin-bottom: 5%;
		opacity: 1;
	}
	.mainContent .premium .slideCon .text .title {
		transition: 0.75s all;
	}
	.mainContent .premium .slideCon .text {
		text-align: center;
		margin-bottom: 9%;
	}
	.mainContent .premium .slideCon .text .line {
		margin: 7% auto;
	}

	.mainContent .premium .slideWrap .premiumSlider {
	    opacity: 1;
		transform: translateY(0);
	}
	.mainContent .premium .slideWrap .premiumSlider .slideCon {
		flex-direction: column;
		text-align: center;
	}

	
	.mainContent .premium .controllTower {
		opacity: 1;
		position: relative;
		margin: 5% auto;
		bottom: auto;
		width: 180px;
	}
	.mainContent .premium .controllTower .arrow_prev, .mainContent .premium .controllTower .arrow_next {
		    width: 44px;
    height: 44px;
	}




    .contact{
        padding: 10% 0;
    }
    .contact .title{
        font-size: 25px;
        margin-bottom: 5%;
    }
    .contact .content{
        width: calc(100% - 30px);
        margin: 0 auto;
    }


	.mainContent .contact {
		padding: 0;
		height: 100vh;
	}
	.mainContent .contact .content {
		width: 100%;
		flex-direction: column;
		padding-top: 10%;
	}
	.mainContent .contact .bg {
		background: url(/images/contact_bg_m.jpg) center center / cover no-repeat;
	}
	.mainContent .contact .left {
		margin-top:0;
		justify-content: flex-end;
		flex: 0 0 38%;
	}


	.mainContent .contact .left > .text { 
		opacity: 1;
		font-size: 26px;
		margin-bottom: 4%;
	}
	.mainContent .contact .left .logo {
		opacity: 1;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 4%;
	}
	.mainContent .contact .left .map_link {opacity: 1;}
	.mainContent .contact .left .map_link a {
		justify-content: flex-start;
		width: 100%;
		padding: 10% 10%;
		border-bottom: 1px solid #858585;
		    transition: 0.75s all;
	}
	.mainContent .contact .left .map_link a:hover {
	    background: #26789f8a;
	}

	.mainContent .contact .right {
		border-left:0;
		flex: 1;
		width:100%;
	}
	.mainContent .contact .right .link  {
		opacity: 1;
		padding-left:0;
		transform: translateX(0);
		padding: 0 10%;
	}





}
@media (max-width:640px){
    .mainVisual .text .explain{
		font-size:11vw;
	}
	.mainContent .premium .topSlogan {
		width: 60%
	}


	.mainContent .contact .left > .text {
		font-size: 24px;
	}
	.mainContent .contact .left .logo {
		width: 40%;
	}
	 .mainContent .contact .left .map_link a {
        position: relative;
    }
	 .mainContent .contact .left .map_link .text .con {
        font-size: 14px;
        line-height: 130%;
    }
	.mainContent .contact .right .link .text .explain_con {
		font-size: 14px;
	}

	.mainContent .contact .left .map_link .text .sub {
		margin-bottom: 5.5%;
	}
	.mainContent .contact .left .map_link .text .sub .arrow_ico {
    position: absolute;
    bottom: 15%;
    right: 12%;
    filter: brightness(0) invert(1);
}
.mainContent .contact .left .map_link a:hover .sub .arrow_ico {
    margin-left: 0;
    right: 9%;
}


}
@media (max-width:500px){

	.mainContent .contact .left > .text {
		font-size: 20px;
	}
}