@charset "utf-8";

html{
	height: 100%;
}

body {
	background:#000000;
	width:100%;
	height:100%;
}

#container{
	position:relative;
	height:1068px;
	min-width:1000px;
	height:870px;
	overflow:hidden;
	text-align:center;
	background-image:url(../img/common/bg_pattern.jpg);
	background-repeat:repeat;
	background-size: 26px 26px;
	background-position: top center;
	background-color:#ffffff;
	padding:10px 10px 190px;
}

#main{
	position:relative;
	height:100%;
	background-color:#fff;
}


header{
	height:155px;	
	background-color:#000000;
	position:relative;
}

.title{
	position:absolute;	
	top: 45px;
	left: 50px;
	
}

.url{
	position:absolute;	
	top: 60px;
	right: 50px;
	
}


/*---------------
navigation
---------------*/

.pin{
	position: absolute;
	width:20px;
	height: 13px;
	top: 27px;
	display:block;

}

.current{

	
}

navigation{
    position: absolute;
	width:440px;
    left: 50px;
	top: 115px;
	height:12px;
}

navigation li{
	float:left;
	height:12px;
	position:relative;
	z-index:2;
	margin-bottom:8px;

}

navigation li:nth-child(1){
	width:36px;
	position:absolute;
}

navigation li:nth-child(2){
	width:73px;
	position:absolute;
	left: 100px;

}

navigation li:nth-child(3){
	width:67px;
	position:absolute;
	left: 226px;
}

navigation li:nth-child(4){
	width:92px;
	position:absolute;
	left: 349px;
}

#bnr li{
	float:left;
	width:180px;
	height:53px;
}

#bnr li:last-child{
	float:right;
	width:180px;
	height:53px;
}


/*------------------
footer
------------------*/

#sns{
    width: 121px;
	height:120px;
    margin: 0;
    position: absolute;
	bottom:30px;
    right: 20px;
}

.fb{
	width:121px;
	height:60px;
	position:absolute;
	z-index:1;

}

.insta{
	width:103px;
	height:74px;
	position:absolute;
	right:-2px;
	bottom:0;
}

#totop{
	position:absolute;	
	width:65px;
	height:33px;
	right:80px;
	bottom: 180px;
	cursor:pointer;
}

address{
	position:absolute;	
	width:300px;
	height:100px;
	left:30px;
	bottom: 35px;
	
}

#footer{
	z-index:5;
	clear:both;
	position:absolute;
	bottom:10px;
	width:100%;
	height:170px;
}

#footer_bg{
	z-index:3;
	position:absolute;
	bottom:0;
	width:100%;
	height:231px;

}

.share{
	position: absolute !important;
    height: 20px !important;
    overflow: hidden;
    top: 0px !important;
    left: 20px !important;
    width: 430px !important;
}

#copyright{
	position: absolute;
	width: 200px;
	height: 15px;
	bottom:10px;
	left: 0;
	right:0;
	margin:0 auto;
}

#copyright_txt{
	text-align:left;
	font-size: 10px;
	color:#333;
	line-height: 13px;
	white-space: nowrap;
	color:#8f8f8f;
	letter-spacing: -1px;
}

