html,body {background-color: #000;}
h2,p,div {font-family: -apple-system,BlinkMacSystemFont,"Malgun Gothic","맑은 고딕",helvetica,"Apple SD Gothic Neo",sans-serif;color:#fff;}
main {display: flex;align-items: center;justify-content: center;flex-direction: column;min-height: 600px;padding: 50px 0;text-align: center;}
h2 {margin-top: 75px;margin-bottom:0px;font-size: 4rem;}
p {margin:0;}
p.msg {margin-top: 22px;}
p.date {width: 603px;height: 360px;background-image: url(https://static.boraportal.com/inspect/img-inspect.png);background-repeat: no-repeat;background-position: 50% 0;background-size: 603px 454px;margin-top: -30px;padding: 166px 22px 0 0;color: #ef1463;}
br.line {display: none;}
div.email {font-size: 0.9rem;color: #938f99;}
div.email a {color: #938f99;}
@media (max-width: 800px) {
	h2 {font-size: 2.5rem;margin-top: 50px;margin-bottom: 30px;}
	p.date {width: auto;height: auto;background-size: auto;margin-top: 0px;padding: 50px 0 50px;color: #ffffff;background-image: auto;}
	br.line {display: inline;}
}