@charset "euc-kr";
/* CSS Document */

/*³»ºñ¸Þ´º*/
#Navi {
    background: #252525;
    width: 112px;
    height: 580px;
    position: absolute;
    top: 200px;
    left: 39.2%;
    transform: translateX(-62px);
    border-radius: 120px;
    z-index: 999;
}
#naviMenu {
    width: 65px;
    position: absolute;
    left: 25px;
    top: 40px;
}
#naviMenu a {
    display: block;
    margin-bottom: 20px;
    height: 85px;
}

.mainWrap {
    width: 100%;
    height: 1014px;
    position: relative;
    margin: 0 auto;
}

/*¿ÞÂÊ½ÃÀÛ*/
.leftWrap {
    width: 39%;
    height: 1014px;   
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}


.titTxt {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 220px;
    right: 160px;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 200
}
.titTxt h3 {
    font-size: 90px;
    font-weight: 700;
    line-height: 125px;
    letter-spacing: -2px;
}

.leftTab {
    width: 320px;
    height: 90px;
    margin: 0 auto;
    z-index: 999999;
    position: absolute;
    right: 105px;
    bottom: 400px;
}



.tabMenu a {
    float: left;
    margin-left: 10px;
    width: 144px;
    height: 72px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding-top:22px;
	margin-top:10px;
	text-align: center;

}


.tabMenu01 a {	
	color:#2d2d2d;
	background:#107d4f;
}

.tabMenu01 a.active {	
	color:#000;
	background:#fff;
}


.tabMenu02 a {	
	color:#2d2d2d;
	background:#7a6447;
}

.tabMenu02 a.active {	
	color:#000;
	background:#fff;
}


.tabMenu03 a {	
	color:#2d2d2d;
	background:#47627a;
}

.tabMenu03 a.active {	
	color:#000;
	background:#fff; 
}


.tabMenu04 a {	
	color:#2d2d2d;
	background:#525252;
}

.tabMenu04 a.active {	
	color:#000;
	background:#fff;
}


.tabMenu05 a {	
	color:#2d2d2d;
	background:#c29c1d;
}

.tabMenu05 a.active {	
	color:#000;
	background:#fff;
}





/*¿À¸¥ÂÊ½ÃÀÛ*/

.sliderPageSub li {
	position:absolute;
	top:-25px;
}

.rightWrap {
    height: 1014px;
	
}
.arrowBtn {
    top: 477px;
    right: 250px;
    position: absolute;
}

#Hankokpol {
    top: 477px;
    right: 250px;
    position: absolute;
}


/*#footer {width:100%; height:70px; background:#222; position:absolute; top:950px;}*/
