@charset "utf-8";

* {margin:0; padding:0; word-break:keep-all; box-sizing:border-box;}




/* ----------------- HTML5 display ----------------- */

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display:block;} /* 에지, IE9 이상, 파이어 폭스에서 올바른 표시 추가 */
audio, canvas, progress, video {display:inline-block;}
audio:not([controls]) {display:none; height:0;} /* 아이폰 OS 4-7에서 올바른 표시 추가 */
progress {vertical-align:baseline;} /* 크롬, 파이어 폭스, 오페라 올바른 수직 정렬을 추가 */
template, [hidden] {display:none;} /* IE10 이상 에서 올바른 표시 추가 */




/* ----------------- a link ----------------- */

a {background-color:transparent;} /* IE 10에서 활성 링크에 회색 배경을 제거 */
a:active, a:hover {outline-width:0;} /* a링크 윤각선 제거 */




/* ----------------- font ----------------- */

abbr[title] {border-bottom:none; text-decoration:underline; text-decoration:underline dotted;} /* 크롬, 에지, IE, 오페라, 사파리에서 올바른 텍스트 장식 추가 */
b, strong {font-weight:bolder;} /* 크롬, 에지, 및 Safari에서 올바른 글꼴 두께 */
dfn {font-style:italic;} /* 안드로이드 4.3에서 올바른 글꼴 스타일을 추가 */
small {font-size:80%;}
sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sub {bottom:-0.25em;}
sup {top:-0.5em;}

/* noto 폰트
@font-face {
	font-family:'NotoSansKR-Light';
	font-style:normal;
	font-weight:300;
	src:url(/css/font/NotoSansKR-Light.woff) format('woff'), url(/special/unesco/common/css/font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family:'NotoSansKR-Regular';
	font-style:normal;
	font-weight:400;
	src:u url(/css/font/NotoSansKR-Regular.woff) format('woff'), url(/special/unesco/common/css/font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family:'NotoSansKR-Bold';
	font-style:normal;
	font-weight:700;
	src:url(/css/font/NotoSansKR-Bold.woff) format('woff'), url(/special/unesco/common/css/font/NotoSansKR-Bold.otf) format('opentype');
}
 */



/* ----------------- Em bedded content ----------------- */

img {border-style:none;} /* 이미지 테두리 제거 */
svg:not(:root) {overflow:hidden;}




/* ----------------- Grouping content ----------------- */

code, kbd, pre, samp {font-family:monospace, monospace; font-size:1em;}
figure {}
hr {box-sizing:content-box; height:0; overflow:visible;}




/* ----------------- Forms 초기화 ----------------- */

fieldset {border:0;}
button, input, select, textarea {font:inherit;}
optgroup {font-weight:bold;}
button, input, select {overflow:visible;}
button, input, select, textarea {margin:0;}
button, select {text-transform:none;} /* 파이어 폭스에서 변환 텍스트의 상속을 제거 */
button, [type="button"], [type="reset"], [type="submit"] {cursor:pointer;} [disabled] {cursor:default;}
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance:button;}  /* 아이폰 input 디자인 변경가능 */
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;} /* 파이어 폭스의 내부 테두리와 패딩을 제거 */
button:-moz-focusring, input:-moz-focusring {outline:1px dotted ButtonText;}

textarea {overflow:auto;}
[type="checkbox"], [type="radio"] {box-sizing:border-box; padding:0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height:auto;}
[type="search"] {-webkit-appearance:textfield;}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance:none;}

/*
input::-webkit-input-placeholder {color:#aaa;}
input::-moz-placeholder {color:#aaa;}
input:-ms-input-placeholder {color:#aaa !important;}
input:not([type='checkbox,radio']):focus::-webkit-input-placeholder {color:transparent;}
*/




/* ----------------- 언어선택 ----------------- */
.sel_arabic {font-family:Arial, Helvetica, sans-serif;}
.sel_chinese {font-family:"微软雅黑", STXihei, Tahoma, sans-serif;}
.sel_english {font-family:Tahoma, Geneva, sans-serif;}
.sel_french {font-family:Tahoma, Geneva, sans-serif;}
.sel_german {font-family:Tahoma, Geneva, sans-serif;}
.sel_indonesian {font-family:Tahoma, Geneva, sans-serif;}
.sel_japanese {font-family:"微软雅黑", STXihei, Tahoma, sans-serif;}
.sel_korean {font-family:Tahoma, Geneva, sans-serif;}
.sel_russian {font-family:Tahoma, Geneva, sans-serif;}
.sel_spanish {font-family:Tahoma, Geneva, sans-serif;}
.sel_vietnamese {font-family:Tahoma, Geneva, sans-serif;}


/* ----------------- 반응형 이미지 ----------------- */
.news_contents .news_text img {
/*  width: 100%;*/
  max-width: 100%;
  height: auto;
}

.vodbox {
  margin-bottom: 20px !important;
}

/* ----------------- 리스트 높이가달라 뒤틀리는 현상 방지 ----------------- */
.m_news_area > .m_news_list:nth-of-type(2n + 1) {
  clear: left;
}