@charset "euc-kr";
@import url(https://font.imbc.com/nanumgothic/nanumgothic.css);
@import url(https://font.imbc.com/noto/noto.css);

/* common style */
a {color: inherit;}
button {border: 0 none; background: none; cursor: pointer;}
body {text-align: center;}
.wrapper {min-width: 1024px; font-family: 'Malgun Gothic', '¸¼Àº °íµñ', dotum, sans-serif;}
.ellipsis {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
#container {background: #000;}

.worldisone {width: 100%; height: 1812px; position: relative; overflow: hidden;}
.worldisone > img {width: 2000px; display: block; /*margin: 0 auto; text-align: center;*/ position: absolute; top: 0; left: 50%; margin-left: -1000px;}

/* footer */
#footer {padding: 55px 0; color: #424242; background-color: #ececec;}