body,
html {
  margin: 0;
  padding: 0;
  font-family: "NanumSquare", "Malgun Gothic", "Arial", "Dotum", Sans-serif;
}

a  {
  text-decoration: none;
}

div, header, footer, nav  {
  box-sizing: border-box;
}

#vp  {
  display: block;
  width: 100%;
  min-width: 960px;
  min-height: 100vh;
  background: url('../res/background.jpg');
  background-size: cover;
  background-position: center;
}

.mainwrapper  {
  display: block;
  position: relative;
  padding-top: 48px;
  padding-bottom: 140px;
  width: 100%;
  min-height: 100vh;
}

header  {
  display: block;
  width: 100%;
  min-width: inherit;
  height: 48px;
  background: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  right: 0;
}

.comdrlogo  {
  display: block;
  width: 48px;
  padding: 8px 0;
  float: left;
}

.pagetitle  {
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
}

footer  {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: inherit;
  height: 140px;
  background: rgba(0,0,0,.6);
  padding: 24px 0;
}

.maincontents  {
  display: block;
  margin: 0 auto;
  padding: 32px 0;
}

.contents-stdwidth  {
  display: block;
  margin: 0 auto;
  width: 960px;
}

.contents-narwidth  {
  display: block;
  margin: 0 auto;
  width: 480px;
}

.stagecard  {
  display: block;
  width: 480px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 16px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 16px -4px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 16px -4px rgba(0,0,0,0.5);
  margin-bottom: 48px;
}

.stagecard:last-child  {
  margin-bottom: 16px;
}

.stagecard .card-header  {
  width: 100%;
  height: 38px;
  background: url("../res/card-header.png");
}

.stageno  {
  display: block;
  width: 70px;
  height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 1px 0;
  line-height: 36px;
  float: left;
}

.stagename  {
  display: block;
  width: 410px;
  height: 38px;
  text-align: left;
  color: #1a1a1a;
  font-size: 16px;
  padding: 9px 0;
  line-height: 19px;
  float: left;
  padding-left: 28px;
}

.stagecard .card-body  {
  width: 100%;
  padding: 20px;
  background: rgba(256,256,256,.9);
}

.centertext  {
  text-align: center;
}

.stagecard .card-body .bodysection  {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}

.stagecard .card-body .bodysection:last-child  {
  margin-bottom: 0;
}

.stagecard .card-body .bodysection .fineprint  {
  font-size: 12px;
  color: #f15a24;
}

.stagecard .card-body .bodysection .refimg img  {
  width: 411px;
  display: block;
  margin: 0 auto;
}

.btn  {
  display: block;
  box-sizing: border-box;
}

.btn.btn-big  {
  width: 240px;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
}

.btn.btn-solidred  {
  background: #f15a24;
  color: #ffffff;
}

footer  {
  color: #ffffff;
}

footer .footer-left  {
  display: block;
  float: left;
  width: 33.333%;
}

footer .footer-left img  {
  display: block;
  margin: 0 auto;
}

footer .footer-right  {
  display: block;
  float: right;
  width: 66.666%;
}

footer .footer-right span,
footer .footer-right span a  {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #ffffff;
}



footer .footer-right span.bigger  {
  display: block;
  font-size: 14px;
}