.inquiryItemTitle > span:first-child, .inquiryItemList > li > *:first-child, .inquiryItemTitle > span:nth-child(2), .inquiryItemList > li > *:nth-child(2), .inquiryItemTitle > span:nth-child(3), .inquiryItemList > li > *:nth-child(3), .inquiryItemTitle > span:nth-child(4), .inquiryItemList > li > *:nth-child(4), .inquiryItemTitle > span:last-child, .inquiryItemList > li > *:last-child, .demandBox textarea, .inquiryInfomationBox select, .inquiryInfomationBox p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.titleBox h2 {
  text-transform: uppercase;
  text-align: left; }

.inquiryItemTitle > span:first-child, .inquiryItemList > li > *:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42.68293%;
  flex: 1 1 42.68293%;
  padding-right: 10px; }

.inquiryItemTitle > span:nth-child(2), .inquiryItemList > li > *:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32.52033%;
  flex: 0 1 32.52033%; }

.inquiryItemTitle > span:nth-child(3), .inquiryItemList > li > *:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  text-align: center; }

.inquiryItemTitle > span:nth-child(4), .inquiryItemList > li > *:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  text-align: center; }

.inquiryItemTitle > span:last-child, .inquiryItemList > li > *:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  text-align: center; }

@media (max-width: 900px) {
  .inquiryItemTitle > span:first-child, .inquiryItemTitle > span:nth-child(2), .inquiryItemList > li > *:first-child, .inquiryItemList > li > *:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 5px; } }

@media (max-width: 450px) {
  .inquiryItemTitle > span:first-child, .inquiryItemTitle > span:nth-child(2), .inquiryItemList > li > *:first-child, .inquiryItemList > li > *:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media (max-width: 400px) {
  .inquiryItemTitle > span:nth-child(3), .inquiryItemTitle > span:nth-child(4), .inquiryItemTitle > span:last-child, .inquiryItemList > li > *:nth-child(3), .inquiryItemList > li > *:nth-child(4), .inquiryItemList > li > *:last-child {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3); } }

.inquiryItemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  color: #0C193B;
  background-color: #fff; }
  @media (max-width: 900px) {
    .inquiryItemTitle {
      display: none; } }
  .inquiryItemTitle span {
    padding-top: 16px;
    padding-bottom: 16px; }
    .inquiryItemTitle span:nth-child(n+3) {
      text-align: center; }

.inquiryItemList {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }
  .inquiryItemList > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    border-bottom: 1px solid #dbdbdb; }
    @media (min-width: 1181px) {
      .inquiryItemList > li:hover h3 a {
        color: #30C9E9; } }
    @media (max-width: 900px) {
      .inquiryItemList > li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .inquiryItemList > span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .inquiryItemList .itemData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .inquiryItemList .Img {
    max-width: 125px;
    margin-right: 25px; }
    @media (max-width: 1180px) {
      .inquiryItemList .Img {
        max-width: 80px;
        margin-right: 10px; } }
    .inquiryItemList .Img img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .inquiryItemList h3 a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase; }

.demandBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch; }
  .demandBox:nth-child(2) {
    margin-top: 5px; }
  .demandBox textarea {
    width: 100%;
    height: 100%;
    padding: 6px;
    font-family: "Roboto", sans-serif;
    border: 1px solid #e5e5e5;
    resize: none; }
    .demandBox textarea::-webkit-input-placeholder {
      /* Chrome */
      color: #ddd; }
    .demandBox textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #ddd; }
    .demandBox textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #ddd;
      opacity: 1; }
    .demandBox textarea:-moz-placeholder {
      /* Firefox 4 - 18 */
      color: #ddd;
      opacity: 1; }

.totalBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-bottom: 40px;
  padding-right: 60px;
  background-color: #f9f9f9; }

.inquiryInfomationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 480px) {
    .inquiryInfomationBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .inquiryInfomationBox select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 5px 5px 15px;
    border: none;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: #323232 url("../images/selectArrow.svg") right 10px top 50% no-repeat;
    border-radius: 0;
    -webkit-appearance: none; }
    @media (min-width: 351px) and (max-width: 480px) {
      .inquiryInfomationBox select {
        width: calc(50% - 5px); } }
    @media (max-width: 350px) {
      .inquiryInfomationBox select {
        width: 100%; } }
    .inquiryInfomationBox select.error {
      outline: 1px solid #cc1f1f; }
    @media (min-width: 351px) {
      .inquiryInfomationBox select + select {
        margin-left: 10px; } }
    @media (max-width: 350px) {
      .inquiryInfomationBox select + select {
        margin-top: 10px; } }
  @media (min-width: 481px) {
    .inquiryInfomationBox p {
      width: 130px; } }
  @media (max-width: 480px) {
    .inquiryInfomationBox p {
      width: 100%;
      margin-bottom: 10px; } }
  .inquiryInfomationBox + .inquiryItemTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px; }

.contactFormList {
  margin-top: 20px; }
  @media (min-width: 401px) {
    .contactFormList label {
      width: 120px; } }

.noItemTip {
  padding-top: 20px;
  text-align: center; }

.fixedMessageBox {
  display: none; }
