@charset "utf-8";
@import url("common.css");
@import url("header.css");
@import url("sub_top.css");
@import url("sub_content.css");
@import url("sub_body_04.css");
@import url("footer.css");
/* CSS Document  프레임정의,전체 공통정의*/
/*
반응형 조건 정의
@media (min-width: 1201px){
	일반
}
@media (min-width: 1441px){
   와이드PC
}
@media (max-width: 1440px){
   19인치 미만
}
@media (min-width: 801px) and (max-width: 1200px){
    저해상도
}
@media (min-width: 641px) and (max-width: 800px){
    태블릿
}
@media (min-width: 361px) and (max-width: 640px){
   모바일가로
}
@media (max-width: 360px){
  모바일세로
}
*/
.framewrap{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 18px;
}
@media (max-width: 360px){
	.framewrap{
		min-width: 360px !important;
	}
}
.pagewrap{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.logo_bnb{
	display: block;
	width: 116px;
	height: 84px;
	background: url(../images/logo.png) 0 0/100% no-repeat;
	margin:auto;
	margin-top: 20px;
}
.logo_txt {
    width: 235px;
    height: 48px;
    background: url(../images/logo_txt.png) 0 3px no-repeat;
    display: block;    
    margin: auto;
    padding-left: 115px;
    color: #9c6431;
    font-size: 50px;
    font-weight: 100;
    line-height: 48px;
}

@media (min-width: 801px) and (max-width: 1200px){
	.logo_bnb{		
		width: 81px !important;
		height: 58px!important;
		margin-top:15% !important;
	}
}
@media (min-width: 641px) and (max-width: 800px){
	.logo_bnb{		
		width: 69px !important;
		height: 50px!important;
		margin-top:6% !important;
	}
}
@media (min-width: 361px) and (max-width: 640px){
	.logo_bnb{		
		position:absolute !important;
		right: 35%;
		top: 0px;
		width: 69px !important;
		height: 50px!important;				
	}
	.logo_txt {
		width: 200px!important;
		height: 40px!important;
		background: url(../images/logo_txt.png) 0 14px/30% no-repeat!important;
		padding-left: 15px!important;		
		font-size: 26px!important;		
	}
}
@media (max-width: 360px){
	.logo_bnb{		
		position:absolute !important;
		right: 25%;
		top: 0px;
		width: 69px !important;
		height: 50px!important;				
	}
	.logo_txt {
		width: 190px!important;
		height: 40px!important;
		background: url(../images/logo_txt.png) 0 14px/30% no-repeat!important;
		padding-left: 25px!important;		
		font-size: 26px!important;		
		margin-left: 25%!important;
	}
}
