html,body {margin:0;}
@font-face {
  font-family: 'Noto Sans CJK KR';
  src: url("fonts/NotoSans-Regular.eot");
  src: url("fonts/NotoSans-Regular.woff2") format("woff2"), url("fonts/NotoSans-Regular.woff") format("woff"), url("fonts/NotoSans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Noto Sans CJK KR';
  src: url("fonts/NotoSans-Regular.eot");
  src: url("fonts/NotoSans-Regular.woff2") format("woff2"), url("fonts/NotoSans-Regular.woff") format("woff"), url("fonts/NotoSans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'Noto Sans CJK KR';
  src: url("fonts/NotoSans-Medium.eot");
  src: url("fonts/NotoSans-Medium.woff2") format("woff2"), url("fonts/NotoSans-Medium.woff") format("woff"), url("fonts/NotoSans-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: 'Noto Sans CJK KR';
  src: url("fonts/NotoSans-Bold.eot");
  src: url("fonts/NotoSans-Bold.woff2") format("woff2"), url("fonts/NotoSans-Bold.woff") format("woff"), url("fonts/NotoSans-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

/* Etc */
p {margin:0;}
#etc {
	text-align: center;
	font-family: 'Apple SD Gothic Neo', 'Noto Sans CJK KR', '맑은 고딕', 'Malgun Gothic', Arial, sans-serif, serif, '돋움', Dotum;
}
.etc_header {
	padding:20px  0;
	border-top:5px solid #fdb813;
	background-color:#f5f5f5;
}
.etc_header embed{
	    width:auto;
	    height:22%;
}
.content {
    width:100%;
    margin:0 auto;
    padding: 0 5%;
    box-sizing:border-box;
}
.content a {
	display:inline-block;
	color: inherit;
    text-decoration: none;
}

.character + .etc-title {
    margin-top: 50px;
}
.etc-title {
    margin-top: 50px;
    font-size: 55px;
    margin-bottom:30px;
    font-weight: bold;
}
.time {
	line-height: 1em;
    margin-top: 40px;
    margin-bottom: 24px;
	color:#fdb813;
	padding:15px;
	border-top:1px solid #fdb813;
    font-size: 30px;
    border-bottom: 1px solid #fdb813;
    margin: 0 auto;
    display: inline-block;
	font-weight:bold;
}
.time em {
	font-size:20px;
    font-style: normal;
	font-weight:lighter;
    line-height: 1em;
}
.content>img {
    margin-top: 33px;
    margin-bottom: 28px;
} 
.content .txt2 {
	font-size:22px;
	line-height:1.7;
    margin-bottom: 35px;
    margin-top: 25px;
}
.button_wrap {
    border: 1px solid #fdb813;
	color:#fdb813;
    border-radius: 50px;
    padding: 12px 25px;
    margin: 0 auto;
	display:inline-block;
}

.etc_footer{
    background-color:#1b1b1b;
    padding-top:35px;
    padding-bottom:20px;
}
.etc_footer  .content p{
    text-align:center;
    color:#8b8b8b;
    font-size:14px;
	line-height: 1.8;
}
.etc_footer  .content .sns{
	margin: 50px auto;
	display: inline-block;
}
.etc_footer  .content .sns img {
  	    width:32px;
	    display:inline-block
}
.etc_footer  .content .sns img:nth-child(2){
		margin-left: 8px;
		margin-right:11px;
}
.etc_footer  p {
	font-size:13px;
}
.container {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
  }
