Skip to main content

[초대합니다] "제로헝거를 위한 동행" (11월 22일 수요일 오전 10시 서울역사박물관)

WFP와 대한민국의 관계를 재조명하고, 제로 헝거를 위한 동행에 동참하는 행사에 여러분을 초대합니다! 우리 모두의 노력으로 2030년까지 제로 헝거 달성할 수 있는 만큼, 제로 헝거에 동참하는 의미로 행사장에서 만나요

body {
margin: 0;
}
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: none!important;
font-family: Merienda, 'Times New Roman', serif;
font-style: normal;
font-weight: 400;
}
button {
width: 90%;
}

@media screen and (max-width:600px) {
/*styling for objects with screen size less than 600px; */
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: none!important;
font-family: Merienda, 'Times New Roman', serif;
}
table {
/* All tables are 100% width */
width: 100%;
}
.footer {
/* Footer has 2 columns each of 48% width */
height: auto !important;
max-width: 48% !important;
width: 48% !important;
}
table.responsiveImage {
/* Container for images in catalog */
height: auto !important;
max-width: 30% !important;
width: 30% !important;
}
table.responsiveContent {
/* Content that accompanies the content in the catalog */
height: auto !important;
max-width: 66% !important;
width: 66% !important;
}
.top {
/* Each Columnar table in the header */
height: auto !important;
max-width: 48% !important;
width: 48% !important;
}
.catalog {
margin-left: 0%!important;
}
}

@media screen and (max-width:480px) {
/*styling for objects with screen size less than 480px; */
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: none!important;
font-family: Merienda, 'Times New Roman', serif;
}
table {
/* All tables are 100% width */
width: 100% !important;
border-style: none !important;
}
.footer {
/* Each footer column in this case should occupy 96% width and 4% is allowed for email client padding*/
height: auto !important;
max-width: 96% !important;
width: 96% !important;
}
.table.responsiveImage {
/* Container for each image now specifying full width */
height: auto !important;
max-width: 96% !important;
width: 96% !important;
}
.table.responsiveContent {
/* Content in catalog occupying full width of cell */
height: auto !important;
max-width: 96% !important;
width: 96% !important;
}
.top {
/* Header columns occupying full width */
height: auto !important;
max-width: 100% !important;
width: 100% !important;
}
.catalog {
margin-left: 0%!important;
}
button {
width: 90%!important;
}
}