/*-------------------------------------------------
Author : sehyun oh
Create date : 2020. 10. 05.
-------------------------------------------------*/

/* ========================================== 메인메뉴 */

#header h1 a { background-image:url("/images/web/busannts/layout/logo.png"); }

/* 4.1.연혁 */
.history_wrap { background-image:url("/images/web/busannts/sub/history_bg.png"); } 

/*5.1.2. 홍보관 안내*/
.area_info_picList dl{min-height:11rem;}
.area_info_picList dt{width:22%;}
.area_info_picList dd{width:78%;}
.area_info_picList dd > ul > li{width:47%; text-align:left;}
.area_info_picList dd > ul > li > img{left:0; transform:none; width:276px; height:154px;}

/*5.1.3. 내부 둘러보기*/
.area_info_picList2{position: relative; padding: 1rem; border: 1px solid #bfbfbf; background: #fbfbfb; text-align:center;}
.area_info_picList2 ul{overflow:hidden;}
.area_info_picList2 ul li{padding:0.5rem; width:50%; float:left;}
.area_info_picList2 ul li img{width:100%; max-height:340px;}
.area_info_picList2 ul li p{display:table; padding:0 0.5rem; width:100%; height:2.5rem; font-size:0.85rem; background:#296faf; color:#fff;}
.area_info_picList2 ul li p span{display:table-cell; vertical-align:middle;}

/* 5.2.2.세금체험 프로그램 */
.taxProg_wrap > li:first-child .item:before { background-image:url("/images/web/busannts/sub/img5.2.2_01.png"); }
.taxProg_wrap > li:nth-child(2) .item:before { background-image:url("/images/web/busannts/sub/img5.2.2_02.png"); }
.taxProg_wrap > li:nth-child(3) .item:before { background-image:url("/images/web/busannts/sub/img5.2.2_03.png"); }


@media screen and(max-width:1600px){
	
	/* 4.4 지방국세청장과의 대화*/
	.greeting_body .top_txt p span{font-size:1rem;}
	
}



@media screen and (max-width:800px){ 
	
	/*5.1.2. 홍보관 안내*/
	.area_info_picList dt{width:100%; min-height:auto; padding:0.6rem 1rem 0.5rem 3.5rem;}
	.area_info_picList dd{width:100%; border-left:0; border-top:1px solid #d2d2d2;}
	
	/*5.1.3. 내부 둘러보기*/
	.area_info_picList2 ul li p{font-size:0.75rem;}
}

@media screen and (max-width:560px){ 
	
	/*5.1.2. 홍보관 안내*/
	.area_info_picList dd > ul > li{display:inline-block; margin:1.15% 1.15% 1rem 1.15%; text-align:center;}
	
}
@media screen and (max-width:500px){ 
	
	/*5.1.2. 홍보관 안내*/
	.area_info_picList dd > ul > li{width:100%;}
	
	/*5.1.3. 내부 둘러보기*/
	.area_info_picList2 ul li{width:100%;}
	
	
}


@media screen and (max-width:320px){ 
	
	/*5.1.2. 홍보관 안내*/
	.area_info_picList dt span{top:0; left:0; font-size:1.136em;}
	
	
}