@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

* { font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }

body.vanylahouse .subject {
  font-weight: bold;
}

body.vanylahouse h1.subject {
  line-height: 1;
  margin-bottom: 20px;
}

body.vanylahouse .contact .subject
{
  color: white;
  margin-bottom: 30px;
}

body.vanylahouse input.transparent-input {
  border-color: #5f080c;
}

body.vanylahouse input.transparent-input:hover,
body.vanylahouse input.transparent-input:active,
body.vanylahouse input.transparent-input:focus {
  border-color: #ff0052;
  z-index:1;
}

body.vanylahouse button.transparent-input {
  background-color: #5f080c;
}

body.vanylahouse button.transparent-input:hover,
body.vanylahouse button.transparent-input:active,
body.vanylahouse button.transparent-input:focus {
  background-color: #ff0052;
  color: #6c2442;
  z-index:1;
}

body.vanylahouse #email-submit > * {
  vertical-align: top;
  height: 35px;
}

body.vanylahouse .contact .form
{
  flex-direction: row;
	display: inline-flex;
}

body.vanylahouse .contact .form > *
{
  display: block;
}

body.vanylahouse .contact .email {
  width: 200px;
  color: #d4065b;
  font-weight: bold;
  font-size: 11px;
  border-width: 2px;
}

body.vanylahouse .contact .submit {
  /* background: #ff0080; */
  color: #d12c70;
  font-size: 12px;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
  margin-left: -2px;
}

body.vanylahouse .email-submit-msg {
  margin-top: 20px;
  color: black;
  -webkit-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}

body.vanylahouse .email-submit-msg.highlight {
  margin-top: 20px;
  color: #a74c97;
}

#play-video {
  cursor: pointer;
}

#play-video.on {
  cursor: default;
}

.video-container
{
  position: relative;
  text-align: center;
  height: 720px;
}

.video-container iframe
{
  position: absolute;
  display: block;
  bottom: 0px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.section.art-1 .footage
{
  margin-top: 20px;
  font-size: 20px;
}

/* .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70%;
  height: 100%;
} */