
#wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


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


body{
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    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*/


#main {
    display: block;
    position: relative;
    width: 100%;
    height: 145vw;
    overflow: hidden; 
}

.main_visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 145vw;
    overflow: hidden;
    z-index: 10;
    box-sizing: border-box;
}


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


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


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



.visual_low_box {
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
}





/*main_pr*/


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

#main_pr img {
    width: 100%;
}

.main_pr_inner {
    display: block;
    width: 100%;
    height: 125vw;
    /*border: 1px dashed orange;*/
    box-sizing: border-box;
    position: relative;
    top: 0;

}

.pr_title {
    display: block;
    width: 93%;
    position: absolute;
    left: 3.5%;
    top: 0;
    /*border: 1px dashed red;*/
    z-index: 100;
}




/*main_pr 슬라이드*/


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


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

.swiper-button-prev {
    position: absolute;
    left: 3.7%;
    width: 10vw;
    z-index: 999;
    opacity: 1;
}

.swiper-button-next {
    position: absolute;
    right: 3.7%;
    width: 10vw;
    z-index: 999;
    opacity: 1;
}





/*location*/


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

.location_inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 123vw;
    z-index: 100;
    
}


.bg_leaf1 {
    position: absolute;
    top: -14vw;
    right: 0;
    width: 12%;
    z-index: 100;
}


.location_title {
    position: absolute;
    top: 0;
    left: 17.5%;
    width: 65%;
    margin: 0 auto;

}


.location_visual {
    position: absolute;
    top: 21vw;
    left: 10%;
    width: 80%;
    margin: 0 auto;
}


.lc_sc_bt {
    position: absolute;
    right: 5vw;
    top: 16vw;
    width: 11%;
}







/*design*/

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

.design_inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 123vw;
    z-index: 100;

}


.bg_leaf2 {
    position: absolute;
    top: -15vw;
    left: 0;
    width: 14%;
    z-index: 100;
}


.design_title {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    margin: 0 auto;

}


.design_visual {
    position: absolute;
    top: 22vw;
    left: 10%;
    width: 80%;
    margin: 0 auto;
  
}


.ds_sc_bt {
    position: absolute;
    left: 5vw;
    top: 17vw;
    width: 11%;
}





/*quick menu*/

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

.quick_inner {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    padding: 15vw 0 20vw 0;
    background: #f5f5f5;
   
}


.quick_title {
    width: 93%;
    margin: 0 auto;
}



.quick_menu_box {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
    bottom: -9vw;
}


.quick_menu_box>ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-content: center;
   margin: 0 auto;
   width: 93%;
}

.quick_menu_box>ul>li {
    width: 50%;
    display: flexbox;

}

/* //quick menu */




/*footer*/

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

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

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



.dasan_bt {
    width: 14vw;
    height: 3.5vw;
    position: absolute;
    bottom: 7vw;
    right: 9vw;
    background: pink;
    opacity: 0;
    z-index: 100;
}


.naver_map01 {
    position: absolute;
    left: 28vw;
    bottom: 24vw;
    width: 21vw;
    height: 4.5vw;
    background: purple;
    opacity: 0;
}


.naver_map02 {
    position: absolute;
    right: 28vw;
    bottom: 24vw;
    width: 21vw;
    height: 4.5vw;
    background: pink;
    opacity: 0;
}


.naver_map03 {
    position: absolute;
    right: 5vw;
    bottom: 28.5vw;
    width: 43vw;
    height: 4.5vw;
    background: blue;
    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
}
*/
/*******************/

/*



/**/

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






/*sub*/


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

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


.s_title {
    width: 40%;
    position: absolute;
    left: 41%;
}




/**/
#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){


}