@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');


*{
	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;
}



#subhed{
	position: relative;
	width: 100%;
	height: 514px;
	z-index: 100;
}

.subhed_box{
	position: absolute;
	width: 100%;
	height: 388px;
	left: 50%;
	margin-left: -840px;
	z-index: 20;
	bottom: 0;
}

.subhed_title{
	color: #000;
	position: absolute;
	left: 150px;
	top: -65px;
}
.subhed_tt{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 28px;
	font-weight: 600;
}
.subhed_st{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 73px;
	font-weight: 600;
}

.subhed_bg01{background: url("../img/sub_img/sub_head01.jpg") no-repeat;}	/* 서브헤드1 */
.subhed_bg02{background: url("../img/sub_img/sub_head02.jpg") no-repeat;}	/* 서브헤드2 */
.subhed_bg03{background: url("../img/sub_img/sub_head03.jpg") no-repeat;}	/* 서브헤드3 */
.subhed_bg04{background: url("../img/sub_img/sub_head04.jpg") no-repeat;}	/* 서브헤드4 */

.page {
    width: 100%;
    position: relative;
}
.labes {
    font-size: 4.5vw;
    width: 94%;
    
    margin: 0 auto;
    position: relative;
    font-weight: 500;
    padding-top: 6vw;
    padding-bottom: 6vw;
    
}
.labes::after {
    content: "";
    display: block;
    position: absolute;
    width: 6%;
    height: 3px;
    bottom: 0;
    left: 0.2vw;
    background: #000;
}

#subwrap{
	width: 96%;
	position: relative;
    left: 2%;
	padding-bottom: 150px;
}

.sub_page_box{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	z-index: 200;
}

.subttbox{
	text-align: center;
	padding-bottom: 4vw;
}

.subttbox>.sub_tt{
	font-size: 5vw;
	color: #eea900;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	padding: 5vw 0 2vw 0;
    line-height: 6.8vw;
    letter-spacing: -0.7px;
}
.subttbox>.sub_st{
	font-size: 3vw;
	color: #3b3b3b;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
}


/* 서브페이지 탭부분 코딩 */

.stab_wrap{
	position: relative;
    width: 100%;
	margin: 0 auto;
    z-index: 1111111;
}

.samll_tab{
	display: none;
    margin-bottom: 6vw;
}
.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: center;
	padding-top: 1.3vw;
}

.samll_tab ul li{
	width: 100%;
	position: relative;
	margin-left: 1.3vw;
}
.samll_tab ul li:nth-child(1){
	margin-left: 0;
}


.samll_tab ul li a{
	color: #000;
	text-align: center;
	background-color: #f4f4f4;
	display: inline-block;
	width: 100%;
	line-height: 6vw;
	font-size: 2.3vw;
    letter-spacing: -0.5px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

.samll_tab ul li a{
	color: #000;
	text-align: center;
	background-color: #f4f4f4;
	display: inline-block;
	width: 100%;
	line-height: 10vw;
	font-size: 2vw;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

#sub4_3tab {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 6vw;
}

#sub4_3tab li {
    width: 100%;
    margin-bottom: 0.5vw;
    margin-left: 0;
    margin-right: 0.5vw;
}
#sub4_3tab li a {
    height:14vw;
    line-height: 3.3vw;
    box-sizing: border-box;
    padding-top:3.5vw;
    letter-spacing: -0px;
    
}
.depth_tab {
	overflow: hidden;
    width: 210px;
    position: absolute;
    bottom: -39px;
}


.depth_tab.one_list {
	/* left: 50%;  */
	left: 26px;
}

.depth_tab.tw_list {
	right: 26px;
}

.depth_item {
	float: left;
	width: 50%;
}

.depth_item a {
	position: relative;
	background-color: #ffffff !important;
}

.depth_item.dt_01 a:after {
	content: '';
    position: absolute;
    top: 17px;
    right: 0px;
    width: 1px;
    height: 30%;
    background: #000000;
}


/* 서브페이지 탭부분 코딩끝 */


.sub_contents_tt{
	position: relative;
    padding-bottom: 3vw;
    margin-top: 12vw;
}

.sub_contents_tt > span{
	position: relative;
	font-size: 4vw;
	font-weight: 700;
	font-family: 'Noto Sans KR', sans-serif;
}

.sub_contents_tt > span:before{
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #eea900;
	bottom: 5px;
	right: -10px;
}


/* 썸네일 시작 */
.zoom_wrap{
	height: auto;
    margin-bottom: 8vw;
	width: 100%;
	position: relative;
}


.bigzoom{
	width: 100%;
	height: 54vw;
	position: relative;
	border: 1px solid #e4e4e4;
	background-size: cover !important;
	background-position: center !important;
}

.zoom01,
.zoom02,
.zoom03{
	width: 15vw;
	height: 10vw;
	z-index: 100;
	position: absolute;
	border: 1px solid #e4e4e4;
	cursor: pointer;
	background-size: cover !important;
	background-position: center !important;
}
.zoom01{left: 2vw; bottom: 1.5vw;}
.zoom02{left: 18.5vw; bottom: 1.5vw;}
.zoom03{left: 35vw; bottom: 1.5vw;}


.hov_text{
	position: absolute;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 11px;
	color: #979797;
	bottom: 1.5vw;
	right: 1.5vw;
}


.features{
	width: 100%;
	height: 63vw;
	position: relative;
	background-color: #f0f0f0;
	padding-left: 3vw;
}

.features .felogo {
	display: block;
	position: absolute;
	width: 16%;
    right: 2.5vw;
    display: block;
    z-index: 1111;
}



.features_tt{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 4.8vw;
	color: #eea900;
	padding-top: 8vw;
	font-weight: 700;
}

.features_st{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 4vw;
	color: #232323;
	padding-top: 2vw;
	padding-bottom: 3vw;
	font-weight: 500;
}


.features_small{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 2.7vw;
    letter-spacing: -0.5px;
	color: #5c5c5c;
	line-height: 3vw;
	font-weight: 500;
	padding: 0.5vw 0;
}


.sublink {
    position: absolute;
    bottom: 4vw;
    width: 90%;
    left: 5%;
	display: none;
}
.sublink ul {
    display: flex;
    width: 100%;
    text-align: center;
}
.sublink ul li {
    width: 100%;
}
.sublink ul li:nth-child(2) {
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
}
.sublink ul li a,
.sublink ul li {
    display: block;
    width: 100%;
    line-height: 8vw;
    color: #fff;
    font-weight: 450;
    font-size: 3vw !important;
	cursor: pointer;
}
.sublink ul li:hover{
    background: #4a463c;
}
.sublink ul li{
    background: #eea900;
}


.ori_text{
	color: #9f9f9f;
	line-height: 3vw;
	font-size: 2vw;
	font-family: 'Noto Sans KR', sans-serif;
	padding: 30px 0;
}


.iframbox{
    
	width: 100%;
	margin: 0 auto;
	position: relative;
}



.movblack_box{
	width:100%;
	height: 100vh;
	top: 0;
	background-color: rgba(0, 0, 0, .9);
	position: fixed;
	z-index: 99999999999;
	display: none;
    left: 0;
}

.movbox{
	width: 96%;
    height: auto;
	position: absolute;
    left: 2%;
    top: 20vw;
}
.movbox iframe {
    width: 100% !important;
    height: 54vw;
}

.mv_closebtn{
	position: absolute;
	cursor: pointer;
    right: -0.1vw;
    top: -15%;
}
.mv_closebtn img {
    width: 8vw;
}


/*오시는길 코딩부분*/

.daummapwrap{
	width: 100%;
	height: 463px;
	position: relative;
}

.daummapwrap>div{
	float: left;
	height: 461px;
	overflow: hidden;
}

.damap{
	width: 100%;
    height: 50vh;
	position: relative;
	overflow: hidden;
}

.daimg{
	width: 100%;
    display: block;
	position: relative;
	overflow: hidden;
}
#map {
    width: 93%;
    height: 60vw;
    margin: 0 auto;
}
#daumRoughmapContainer1614821408794,
#daumRoughmapContainer1615186674450,
#daumRoughmapContainer1615188313725,
#daumRoughmapContainer1615188077223 {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}
.root_daum_roughmap .wrap_map{
  height: calc(100%)!important;
}





/* 직영 총반 서브페이지 맵  css*/

.sub_asmap{
    width: 93% !important;
    height: 48vh !important;
    top: 50%;
    display: block;
    margin: 0 auto;
	overflow: hidden;
    position: relative;
}
.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}
/*다음지도사이즈*/



/*다음지도사이즈*/
