/* type_block_txt */
	.type_block_txt {
		font-size:0;
		max-width:800px;
	}
	.pic_box {
		text-align:left;
	}
		.pic_box figure{
			display:inline-block;
			vertical-align:top;
		}
		.pic_box img{
			border:1px solid #ddd;	
			border-radius:4px;
			overflow:hidden;
		}/*
		.pic_box.logo {
		}
		.pic_box.logo img{
			max-width:280px;
		}
		.pic_box.honorary_ambassador {
			margin:4rem 0 0;
			text-align:right;
		}
		.pic_box.honorary_ambassador img{
			max-width:400px;
		}*/
		figure.logo {
			margin:0 2rem 0 0;
		}
		figure.logo img{
			max-width:280px;
		}
		figure.honorary_ambassador {
		}
		figure.honorary_ambassador img{
			max-width:300px;
		}
		figcaption {
			font-size:1rem;
			color:#999;
			text-align:center;
			padding:0.8rem 0;
		}
			figcaption:before {
				content:"- ";
			}
			figcaption:after {
				content:" -";
			}
	.tit_box {
		font-size:1.6rem;
		padding:3.6rem 0 0.8rem;
		font-family:"Daum";
		font-weight:700;
	}
		.tit_box em{
			color:#FFB300;
			font-weight:700;
		}
	.txt_box {
		padding:0.8rem 0.8rem;
		font-size:1.2rem;
		line-height:2rem;
		background:#fff;
		color:#888;
		text-align: justify;
		border:1px solid #eee;
		background:#fefefe;
		border-radius:4px;
	}
		.txt_box span.accent_1{
			color:#555;
			font-weight:600;
		}
		.txt_box span.accent_2{
			color:#FFB300;
			font-weight:600;
		}
/* type_img_block_txt end */