@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {	
	color:#333333;
	text-decoration:none;
}
a:hover {	
	text-decoration:none;
}

body{
	font-family: 'Noto Sans KR', sans-serif;
	overflow-x: hidden;
}

.none{
	display:none;
}
.abs{
	position:absolute;
}

.rel{
	position:relative;
}

ul li{
	list-style: none;
}

.clear:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	height: 0;
	width: 0;
	font-size:0;
}



#wrap{
	width:100%;
	min-width: 1670px;
	position: relative;
}



/******************퀵버튼*********************/

#quick_wrap{
	position: fixed;
	z-index: 101;
	left: 0;
}

.q_home{
	height: 226px;
}

#quick{
	position: relative;
	width:50px;
	left:0px;
	top:0;
	z-index:50;
}

#quick>a{
	position:relative;
	display:block; 
	width:50px; 
	height:167px; 
	margin:0;
}
#quick>a:nth-child(1){background: url("../img/iin01_off.png")}
#quick>a:nth-child(1):hover,#quick>a:nth-child(1).on{background: url("../img/iin01_on.png")}

#quick>a:nth-child(2){background: url("../img/iin02_off.png")}
#quick>a:nth-child(2):hover,#quick>a:nth-child(2).on{background: url("../img/iin02_on.png")}

#quick>a:nth-child(3){background: url("../img/iin03_off.png")}
#quick>a:nth-child(3):hover,#quick>a:nth-child(3).on{background: url("../img/iin03_on.png")}

#quick>a:nth-child(4){background: url("../img/iin04_off.png")}
#quick>a:nth-child(4):hover,#quick>a:nth-child(4).on{background: url("../img/iin04_on.png")}

/******************퀵버튼 끝*********************/

#section0,
#section1,
#section2,
#section3{
	overflow: hidden;
	min-height: 969px;
}



/******************헤더코딩시작*********************/

#header{
	min-width: 1670px;
	position:fixed;
	height: 90px;
	display:block;
	width: 100%;
	z-index:50;
	color: #f2f2f2;
	transition:.25s;
	-webkit-transition:.25s;
	-moz-transition:.25s;
}

#header.on{
	background: #fff !important;
	position: fixed;
	width: 100%;
	top: 0;
	border-bottom: solid 1px #ccc;
}

#header:hover{background:#fff;border-bottom: solid 1px #ccc;}
#header:hover>.navi>.nav>.navi_set>.topnav>a{color: #000;}
#header:hover>.logobox{background: url("../img/logo_on.png") no-repeat center;}
#header:hover>.tellbox{background: url("../img/tell_on.png") no-repeat center;}


#header .logobox{
	position: absolute;
	width: 174px;
	height: 53px;
	left: 80px;
	top: 20px;
	background: url("../img/logo.png") no-repeat center;
	transition:.25s;
	-webkit-transition:.25s;
	-moz-transition:.25s;
}
#header.on .logobox{
	background: url("../img/logo_on.png") no-repeat center;
}
#header.on .tellbox{
	background: url("../img/tell_on.png") no-repeat center;
}
#header.on>.navi>.nav>.navi_set>.topnav>a{
	color: #000;
}


#header .logobox>a{
	display: block;
	width: 100%;
	height: 100%;
}

#header .tellbox{
	position: absolute;
	width: 179px;
	height: 37px;
	top: 27px;
	right: 20px;
	background: url("../img/tell.png") no-repeat center;
	transition:.25s;
	-webkit-transition:.25s;
	-moz-transition:.25s;
}


.navi{
	position: absolute;
	width: 1260px;
	left: 50%;
	margin-left: -600px;
}

.nav{
	position:relative;
	
}
.topnav{
	text-align:center;
	cursor:pointer;
	position: relative;
}

.navi_set{
	float: left;
	position:relative;
	width: 140px;
}

.topnav a{
	display:block;
	line-height:90px;
	color: #fff;
	width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size:16px;
}



.subnav{
	position:absolute;
	display:none;
	z-index:50;
}

.subnav li{
	width: 140px;
	text-align:center;
	cursor:pointer;
}
.subnav li a{
	color:#fff;
	display:block;
	line-height:35px;
	width:100%;
	font-size:14px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

.subnav li:nth-child(1){
	padding-top: 20px;
}

.subnav li a:hover{
	background-color: #8f011d;
	color: #fff;
}



.nav_bg{
	width:100%;
	height: 230px;
	background-color: #4c4c4c;
	z-index: 10;
	top: 90px;
	position: absolute;
	display: none;
}


/******************메인코딩시작*********************/

#mian_wrap{
	height: 969px;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

#mian_wrap:after{
	content: '';
	transform: scale(1.2,1.2);
	display: block;
	position: absolute;
	top:0;
	height: 100%;
	width: 100%;
	background: url("../img/main_bg.jpg");
	background-size: cover;
	background-position: center;
	z-index: 1;
	animation: mymove 5s;
	-webkit-animation: mymove 5s;
	-moz-animation: mymove 5s;
	animation-fill-mode: forwards;
}

@keyframes mymove {
  from {transform: scale(1.2,1.2);}
  to {transform: scale(1,1);}
}



.main_text{
	position: absolute;
	left: 50%;
	margin-left: -365.5px;
	top: 180px;
	z-index: 10
}

.main_opne{
	position: absolute;
	right: 250px;
	top: 180px;
	z-index: 10
}
.mmain_scr{
	position: absolute;
	right: 250px;
	bottom: 120px;
	z-index: 10
}




/******************로케이션시작*********************/

#location_wrap{
	height: 969px;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	background:url("../img/location_bg.png");
	background-size: cover;
}

.location_box{
	position: relative;
	top: 140px;
	left: 220px;
}
.location_title{
	padding-bottom: 40px;
}

.lo_slidebox{
	width: 1780px;
	height: 509px;
	position: relative;
}

.lo_slidebox>div{
	float: left;
	position: relative;
	height: 509px;
}

.lo_controlbox{width: 430px;}
.lo_imgbox{width: 430px; margin-left: 20px;}
.location_slide{width: 876px; margin-left: 20px;}

.vidsldie-next,
.vidsldie-prev{
	position: absolute;
	width: 12px;
	height: 16px;
	cursor: pointer;
}
.vidsldie-next{
	left: 138px !important;
	bottom: 84px !important;
}
.vidsldie-prev{
	left: 78px !important;
	bottom: 84px !important;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	/*background: #fff;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ori{
	padding-top: 20px;
}

/******************푸터코딩시작*********************/



#premium_wrap{
	height: 969px;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.premium_box{
	width:1870px;
	height: 805px;
	position: relative;
	left: 50px;
	top: 90px;
}

.premiumslide-next,
.premiumslide-prev{
	position: absolute;
	width: 12px;
	height: 16px;
	cursor: pointer;
	z-index: 50;
}
.premiumslide-next{
	left: 235px !important;
	bottom: 265px !important;
}
.premiumslide-prev{
	left: 170px !important;
	bottom: 265px !important;
}


/******************오시는길코딩시작*********************/

#map_wrap{
	height: 969px;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	background:url("../img/location_bg.png");
	background-size: cover;
}

.main_maptitle{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 30px;
}


.map_box{
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 465px;
}

.main_mapbtn01{
	position: absolute;
	height: 60px;
	width: 160px;
	z-index: 10;
	bottom: 0;
	right: 250px;
}

.main_mapbtn02{
	position: absolute;
	height: 60px;
	width: 160px;
	z-index: 10;
	bottom: 0;
	right: 0px;
}


.main_maptpye{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer{
	position: fixed;
	bottom:0px;
	height: 75px;
	display:block;
	width: 100%;
	background: #5e5e5e;
	z-index:100;
	min-width: 1670px;
}	


#footer>.footer_text{
	padding-top: 17px;
	margin-left: 60px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

#footer>.footer_text>a{
	font-size: 12px;
	color: #fff;
	line-height: 23px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}
#footer>.footer_img{
	position: absolute;
	top: 30px;
	right: 50px;
}
