
#wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}


html, body {
    width: 100%;
    height: 100%;
}


body{
    width: 100%;
    font-family: 'Noto Sans KR', 'sans-serif' , 's-core-dream-bold';
    overflow-x: hidden;
}


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


img {
    width: 100%;
}


#main {
    display: block;
    position: relative;
    width: 100%;
    height: 125vw;
    overflow: hidden; 
    /*border: 1px dashed red;*/
}

.main_visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 125vw;
    overflow: hidden;
    z-index: 10;
    /*border: 1px dashed red;*/
    box-sizing: border-box;
}


.pkc{
	position: relative;
	top: 0;
	transform: scale(1.2);
    width: 100%;
    height: auto;
}

.maintext01{
	position: absolute;
	left: 20%;
	opacity: 0;
	width: 65%;
	z-index: 100;
}


.maintext02{
	position: absolute;
	left: 20%;
	opacity: 0;
	width: 60%;
	z-index: 100;
}


.main_open_box {
    position: absolute;
    left: 30%;
    top: 0;
    width: 40%;
    z-index: 100;
}



.visual_bottom {
    position: relative;
  }
  
  .visual_bottom .open {
    width: 100%;
    height: 11.11vw;
    background-color: #a57a64;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .visual_bottom .open p {
    color: #fff;
    font-size: 3.89vw;
    text-align: center;
    line-height: 1.2;
  
    font-family: "s-core-dream-bold";
  }
  
  .visual_bottom .open p span {
    font-size: 3.33vw;
    font-family: "s-core-dream-medium";
  }
  
  .visual_bottom .close {
    width: 100%;
    height: 11.11vw;
    background-color: #6b0000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .visual_bottom .close p {
    color: #fff;
    font-size: 3.89vw;
    text-align: center;
    line-height: 4.2vw;
  
    font-family: "s-core-dream-bold";
  }
  



/*main_pr*/


#main_pr {
    display: block;
    width: 100%;
}

#main_pr img {
    width: 100%;
}

.main_pr_inner {
    display: block;
    width: 100%;
    height: 100vw;
    /*border: 1px dashed orange;*/
    box-sizing: border-box;
    position: relative;
    top: 0;
    background: url(../img/pre_bg.jpg) center top no-repeat;
    background-size: cover;
}

.pr_title {
    display: block;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 10vw;
    /*border: 1px dashed red;*/
    z-index: 100;
}



/*main_pr 슬라이드*/

.main_pr_slide {
    position: absolute;
    left: 20%;
    top: 25vw;
    width: 60%;
    height: 60vw;
    margin-top: 10vw;
    z-index: 100;
    /*border: 1px dashed orangered;*/
    box-sizing: border-box;
    overflow: hidden;
}


.rolling_bt {
    position: relative;
    width: 100%;
    top: 50%;
}

.swiper-button-prev {
    position: absolute;
    left: 8%;
    width: 4vw;
    z-index: 9999;
    opacity: 1;
}

.swiper-button-next {
    position: absolute;
    right: 8%;
    width: 4vw;
    z-index: 9999;
    opacity: 1;
}







/*central*/

#location{
    display: block;
    width: 100%;
}

.location_inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 153vw;
    z-index: 100;
    /*border: 1px dashed blue;*/
    background: url(../img/location_bg.jpg) center top no-repeat;
    background-size: cover;
}


.location_title {
    position: absolute;
    top: 10vw;
    left: 7.5%;
    width: 85%;
    margin: 0 auto;
    padding-top: 0vw;
}


.location_slide {
    position: absolute;
    left: 15%;
    top: 30vw;
    width: 70%;
    height: 113vw;
    overflow: hidden;
    margin-top: 4vw;
    /*border:1px dashed red;*/
    z-index: 100;
}

.location_slide img {
    width: 100%;
    margin: 0 auto;
}


#location .lc_bt {
    position: absolute;
    bottom:0;
    left: 0;
    /*border: 1px dashed olivedrab;*/
}

#location .lc_bt .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 1.5vw;
    background: #29507f;
}

#location .lc_bt .swiper-pagination-bullet-active {
  
}




/*successful benefit*/

#aprt {
    display: block;
    width: 100%;
    height: auto;
}

.apart_inner {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    height: 125vw;
    background: url(../img/apart_bg.png) center bottom no-repeat;
    background-size: 100%;
    /*border: 1px dashed red;*/
}


.apart_title {
    position: absolute;
    top: 10vw;
    width: 60%;
    left: 7%;

}

.apart_slide {
    position: absolute;
    right: 5%;
    top: 38vw;
    width: 83%;
    height: 48vw;
    overflow: hidden;
    margin-top: 4vw;
    /*border:1px dashed green;*/
    z-index: 100;
}

.apart_slide_title {
    position: absolute;
    left: 12%;
    bottom: 0;
    width: 50%;
    height: 35vw;
    overflow: hidden;
    /*border:1px dashed green;*/
    z-index: 100;
}

.apart_slide_title .swiper-slide {
    margin-top: 2vw;

}

#apart .apart_circle_bt {
    position: absolute;
    bottom:0;
    left: 0;
    /*border: 1px dashed olivedrab;*/
}

#apart .apart_circle_bt .swiper-pagination-bullet {
    float: left;
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 1.5vw;
    background: #29507f;
}

#apart .apart_circle_bt .swiper-pagination-bullet-active {
  
}


.more_bt {
    display: block;
    position: absolute;
    width: 25%;
    right: 5vw;
    bottom: 4vw;
}


/* //successful benefit */




/*footer*/

#footer {
  display: block;
  width: 100%;
  margin-top: 15vw;
}

.footer_inner {
    width: 100%;
    position: relative;
}

#footer img {
    display: block;
    width: 100%;
}


.dasan_bt {
    width: 14vw;
    height: 4vw;
    position: absolute;
    bottom: 5vw;
    left: 72vw;
    background: pink;
    opacity: 0;
    z-index: 100;
}


.naver_map01 {
    position: absolute;
    right: 27vw;
    top: 22.5vw;
    width: 19vw;
    height: 4vw;
    background: #000;
    opacity: 0;
}


.naver_map02 {
    position: absolute;
    right: 7vw;
    top: 22.5vw;
    width: 19vw;
    height: 4vw;
    background: pink;
    opacity: 0;
}



.gonggo_bt {
    position: absolute;
    left: 8vw;
    bottom: 35vw;
    width: 82.5vw;
    height: 6vw;
    background: #000;
    opacity: 0;
}


.internet_guide_bt {
    position: absolute;
    left: 33vw;
    bottom: 19vw;
    width: 34.5vw;
    height: 7vw;
    background-color: pink;
    opacity: 0;
}



.pdfbox {
    width: 23vw;
    height: 20vw;
    right: 5vw;
    top: 27.5vw;
    position: absolute;
    z-index: 100;
  
}


.pdfbox a {
    display: block;
    position: relative;
    width: 19vw;
    height: 15vw;
    background: pink;
    opacity: 0;
    left: 2vw;
    top: 0vw;
    border: 1px dashed red;
}





/****미드박스 CSS****/

/*
.midbox_wraps{
	position: relative;
}

.midbox{
	position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	
}
*
.slabel{display: none;}

.midbox li{
	width: 50%;
	display: block
}
*/
/*******************/

/*

#contents_wraps{
	position: relative;
	width: 100%;
	background: url("../img/main/premium_bg.png") no-repeat;
    background-size: auto 100%;
	background-position: center;
}

.contents_box{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-top: 15vw;
    padding-bottom: 15vw;
    
}

*/

/*
.premium_Bigtitle{
	width: 30vw;
}

.premium_titls{
	width: 60vw;
	padding-top: 7vw;
	padding-bottom: 8vw;
}

.linkbox{
	padding-bottom: 8vw;
}

.premium_titls.jc_title{
	padding-top: 13vw;
	float: right;
}



#loaction{
	
	width: 90%;
	margin: 0 auto;
	position: relative;
}






.location_slide{
	width: 100%;
	margin: 0 auto;
}

.loaction_arrowbox{
	width: 30%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 5vw;
}

.location_prve,
.location_next{
	width: 2vw;	
}
.swipernamber{
	font-size: 3vw;
	color: #626262;
}



.location_prve{
	float: left;
}
.location_next{
	float: right;
}

.line{display:block;
position: absolute;
}

.swipernamber{text-align: center;}




*/





/**/

.vbot {
    width: 100%;
    position: relative;
}
.vbot img {
    width: 100%;
    display: block;
}

/**/


#sub_header { 
    display: block;
    width: 100%;
    height: 35vw;
    position: relative;
    top: 0;
    overflow: hidden;
}

.s_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.s_title {
    width: 75%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14vw;
}




/**/
#sub {
    width: 100%;
    position: relative;
}




.stit {
    width: 100%;
    position: relative;
}

.stit img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.stit .stit_img {
    position: absolute;
    bottom: 0;
    width: 60vw;
    top: 10vw;
    left: 20vw;
    z-index: 1;
}



.stit .stit_img.ver2 {

    position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -113px;
    left: 50%;
    max-width: 226px;
    z-index: 1;
}

.stit .stit_img.ver3 {

    position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -94px;
    left: 50%;
    max-width: 193px;
    z-index: 1;

}

.stit .stit_img.ver4 {

        position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -53px;
    left: 50%;
    max-width: 86px;
    z-index: 1;

}

.stit .stit_img.ver5 {

       position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -93px;
    left: 50%;
    max-width: 172px;
    z-index: 1;
}


.stit .stit_img.ver2:after {
    content: '';
    position: absolute;
   top: -17px;
    right: -49px;
    background: url(../img/sub_top/ci_bg.png) no-repeat;
    width: 72px;
    height: 63px;
    z-index: -1;
}

.stxt {
    width: 100%;
    position: relative;
    margin: 9% 0 0 0;
}
.stxt img {
    width: 2% !important;
    display: block;
    margin: 0 auto;
    padding-top: 4vw;
}


.slabel {
    font-size: 6vw;
    font-weight: 500;
    color: #111111;
    text-align: center;
    margin-top: 8vw;
    margin-bottom: 5vw;
    letter-spacing: -0.9px;  
}


.slabel~span {
    font-size: 2.3vw;
    display: block;
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
    line-height: 3.5vw;
    color: #999;
}


.page {
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 5vw;
    margin-bottom: 7vw;
}
.page img {
    position: relative;
    width: 100%;
}
.page iframe {
    position: relative;
    width: 100% !important;
    margin-top: 6%;
}

.iframebox {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 10vw;
    margin-top: 10vw;
}


.vr_iframe {
    width: 95%;
    margin: 0 auto;
}




/**/

.ntlist {
    width: 71.4%;
    padding: 7% 10%;
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    border: 1px solid #ddd;
    line-height: 3.9vw;
    font-size: 2.6vw;
    text-align: center;
    color: #999;
    margin-bottom: 4vw;
}
.ntlist .title {
    font-size: 3vw;
    margin-bottom: 2.4vw;
    font-weight: bold;
    color: #222;
}



/*서브탭메뉴*/
.smenu {
    display: none;
    /*서브메뉴 숨겨놓고 서브페이지에서 각 호출예정*/
}
.smenu ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    text-align: center;
}

.smenu ul li {
    width: 100%;
    line-height: 9vw;
    font-size: 3.2vw;
    letter-spacing: -0.1vw;
}
.smenu ul li:first-child a {
    border-left: none;
}
.smenu ul li a {
    display: block;
    box-sizing: border-box;
    background: #000000;
    border-left: 1px solid #ccc;
    color: #ffffff;
   /*  border-bottom: 1px solid #ccc; */
    font-size: 14px;
}


.page {
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 3vw;
    margin-bottom: 7vw;
}

.page img {
    width: 100%;
    position: relative;    
}



/*  */


.submap {
    position: relative;
    width: 90%;
    height: 55vw;
	top:5vw;
    margin: 0 auto 27px;
    margin-bottom: 25%;
	
}

/*  */


.go_area {
    width: 100%; 
    height: 100%;
    position: relative;
}


.go_links {
   width: 70%;
    position: absolute;
    bottom: 24vw;
    right: 13vw;
    height: 8vw;
    z-index: 999;
}



.gogo_link1{
   width: 100%;
    right: 0;
    display: block;
    top: 2vw;
    height: 5vw;
    position: absolute;
}


.gogo_link2 {
width: 100%;
    right: 0;
    display: block;
    bottom: 0;
    height: 5vw;
    position: absolute;
}


.rel_btnbox{
	position: relative;
}


/***********스몰탭************/

.stab_wrap{
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 15px;
}

.samll_tab{
    display: none;
}

.samll_tab ul{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: space-between;
    border: 1px solid #4b155b;
}

.samll_tab ul li{
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #4b155b;
}

.samll_tab ul li:first-child{
    float: left;
    margin-left: 0;
}

.samll_tab ul li:last-child{
     border-right: 0;
}

.samll_tab ul li a{
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 45px;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #636363;
   /*  transform: rotate(-0.03deg); */
}



.naver_bt {
    position: absolute;
    width: 100%;
    left: 54%;
    top: 45%;
}

.naver_bt img {
    width: 15%;
    transition: 0.6s;
}

.naver_bt img:hover {
    opacity: 0.7;
}



.iframbox{
	width: 90%;
	margin: 0 auto;
}

@media (max-width:580px){


}