header {
  box-shadow: 3px 3px 3px #eee;
}

#contactContainer {
  width: 90%;
  max-width: 996px; 
  margin: 150px auto 0;
}

h1 {
  font-size: 26px;
  /* letter-spacing: 2px; */
  font-weight: bold;
  text-align: center;
}

.contactTitle dt {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.contactTitle dd {
  margin-top: 36px;
  font-size: 14px;
  font-weight: bold;
}






.contactContents {
  width: 90%;
  max-width: 996px;
  margin: 100px auto 0;
}

.formGroup {
    margin-bottom: 30px;
}

.formGroup label {
    display: flex;
}

.formGroup span:last-of-type {
    flex: 1 1 auto;
}

.formGroup input, .formGroup select, .formGroup textarea {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: 1px solid var(--primaryColor);
    box-sizing: border-box;
    border-radius: 7px;
}

.formGroup textarea {
    padding: 15px 20px;
    height: 265px;
}

.itemName {
    flex: 0 0 214px;
    font-weight: bold;
}

.must {
  margin-left: 2px;
}

.contactContents small {
    display: block;
    margin-left: 214px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
}

#btnContainer input {
    display: block;
    width: 300px;
    margin: 60px auto 0;
    padding: 12px 0;
    border: none;
    border-radius: 7px;
    background: var(--primaryColor);
    font-size: 18px;
    letter-spacing: 7px;
    text-indent: 7px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}








.movieContainer {
  margin-top: 70px;
}

.movieContainer video {
  width: 100%;
  vertical-align: bottom;
}











@media (max-width: 1024px) {
/* header {
  box-shadow: 3px 3px 3px #eee;
} */

#contactContainer {
  width: 90%;
  max-width: 730px; 
  margin: 130px auto 60px;
}

h1 {
  font-size: 26px;
  /* letter-spacing: 2px; */
  /* font-weight: bold;
  text-align: center; */
}

.contactTitle dt {
  margin-top: 30px;
  font-size: 20px;
  /* font-weight: bold;
  text-align: center; */
}

.contactTitle dd {
  margin-top: 36px;
  font-size: 14px;
  /* font-weight: bold; */
}







.contactContents {
  width: 100%;
  /* max-width: 996px; */
  margin: 60px auto 0;
}

.formGroup {
    margin-bottom: 15px;
}

.formGroup label {
    /* display: flex; */
    flex-wrap: wrap;
}

.itemName {
    flex: 0 1 100%;
    /* font-weight: 500; */
}

/* .must {
    color: #DC6A9A;
} */

.formGroup span:last-of-type {
    flex: 0 1 100%;
}

.formGroup input, .formGroup select, .formGroup textarea {
    /* width: 100%; */
    height: 48px;
    margin-top: 3px;
    /* padding: 0 20px; */
    /* border: 1px solid var(--fontColor3);
    box-sizing: border-box;
    border-radius: 7px; */
}

.formGroup textarea {
    height: 192px;
}

.contactContents small {
    /* display: block; */
    margin-left: 0;
    font-size: 13px;
    /* line-height: 1.6;
    font-weight: 600; */
}

#btnContainer input {
    /* display: block; */
    width: 256px;
    margin: 40px auto 0;
    /* padding: 12px 0; */
    /* border: none;
    border-radius: 7px;
    background: #989898; */
    font-size: 15px;
    letter-spacing: 5px;
    text-indent: 5px;
    /* font-weight: 600;
    color: #fff; */
}
}








@media (max-width: 560px) {
/* header {
  box-shadow: 3px 3px 3px #eee;
} */

#contactContainer {
  /* width: 90%;
  max-width: 730px;  */
  margin: 80px auto 40px;
}

h1 {
  font-size: 18px;
  /* letter-spacing: 2px; */
  /* font-weight: bold;
  text-align: center; */
}

.contactTitle dt {
  margin-top: 20px;
  font-size: 13px;
  /* font-weight: bold;
  text-align: center; */
}

.contactTitle dd {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--primaryColor);
  font-size: 12px;
  /* font-weight: bold; */
}






.contactContents {
  /* width: 100%; */
  /* max-width: 996px; */
  margin: 30px auto 0;
}
.formGroup {
    margin-bottom: 15px;
}

/* .formGroup label { */
    /* display: flex; */
    /* flex-wrap: wrap;
} */

.itemName {
    /* flex: 0 1 214px; */
    /* font-weight: 500; */
    font-size: 14.4px;
}

/* .must {
    color: #DC6A9A;
} */

/* .formGroup span:last-of-type {
    flex: 0 1 100%;
} */

.formGroup input, .formGroup select, .formGroup textarea {
    /* width: 100%; */
    height: 45px;
    margin-top: 0px;
    /* padding: 0 20px; */
    /* border: 1px solid var(--fontColor3);
    box-sizing: border-box;
    border-radius: 7px; */
}

.formGroup textarea {
    height: 192px;
}

.contactform small {
    /* display: block; */
    margin-left: 0;
    font-size: 12px;
    /* line-height: 1.6;
    font-weight: 600; */
}

#btnContainer input {
    /* display: block; */
    width: 240px;
    margin: 30px auto 0;
    /* padding: 12px 0; */
    /* border: none;
    border-radius: 7px;
    background: #989898; */
    /* font-size: 15px;
    letter-spacing: 5px;
    text-indent: 5px; */
    /* font-weight: 600;
    color: #fff; */
}
}