@charset "UTF-8";

.inquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  border-top: 7px solid #EBEBEB;
  padding: 4vw 0 0;
  margin-bottom: -6.8vw;
}

.inquiry-box .left-side {
  width: 47%;
  padding: 18vw 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
  top: 35px;
  background: url(../images/in/inquiry.png) bottom center no-repeat;
  background-size: contain;
}

.inquiry-box .right-side {
  width: 53%;
  padding: 0 0 9.5vw 0;
}

.inquiry-title {
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  font-size: 24px;
  position: relative;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-align: right;
}

.inquiry img {
  max-height: 78px;
}

.inquiry table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}

.inquiry table img {
  max-width: 80px;
}

.inquiry table thead {
  background: #0BA0DA;
}

.inquiry table tr {
  border-left: #E9E9E9 1px solid;
  border-right: #E9E9E9 1px solid;
  border-bottom: #E9E9E9 1px solid;
}

.inquiry table tr:nth-child(even) {
  background: #F0F0F0;
}

.inquiry table tr th {
  font-size: 16px;
  color: #FFF;
  padding: 5px;
  font-weight: normal;
  text-align: left;
}

.inquiry table tr td {
  font-size: 15px;
  color: #333333;
  padding: 5px;
  text-align: left;
}

.inquiry table tr td span {
  display: none;
}

.inquiry table tr td:nth-child(1) {
  width: 90px;
  line-height: 0;
}

.inquiry table tr td:nth-child(4) {
  width: 150px;
}

.inquiry table tr td:nth-child(5) {
  width: 50px;
}

.inquiry .qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.inquiry .qty-box input {
  width: 70px;
  height: 30px;
  font-size: 16px;
  color: #878787;
  padding-top: 8px;
  text-align: center;
  border: #E9E9E9 1px solid;
}

.inquiry .qty-box button {
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
  padding-top: 3px;
  font-size: 20px;
  color: #FFF;
  background: #D0D0D0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.inquiry .qty-box button.add:before {
  line-height: 0;
  font-size: 20px;
  color: #FFF;
  content: '\2b';
  line-height: 0.85;
}

.inquiry .qty-box button.less {
  padding-top: 0px;
}

.inquiry .qty-box button.less:before {
  line-height: 0;
  font-size: 20px;
  color: #FFF;
  content: '\2d';
  line-height: 0.85;
}

.inquiry .qty-box button:hover {
  background: #E50012;
}

.inquiry .del {
  width: 30px;
  height: 30px;
  color: #FFF;
  background: #D0D0D0;
  display: block;
  position: relative;
  line-height: 1;
  text-align: center;
  padding-top: 3px;
}

.inquiry .del:before {
  line-height: 0;
  font-size: 20px;
  color: #FFF;
  content: '\2715';
  line-height: 0.85;
}

.inquiry .del:hover {
  background: #E50012;
}

.inquiry .del:hover:before {
  color: #FFF;
}

.contact-bottom {
  overflow-x: hidden;
  margin: 0 -10px;
}

.contact-bottom .title-box {
  max-width: 1300px;
  margin: 0 auto;
  padding: 3.5vw 10px;
  color: #666666;
  font-size: 16px;
  text-align: right;
  position: relative;
  margin-bottom: 3vw;
}

.contact-bottom .title-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/in/contact/bg.jpg) repeat;
  left: 0;
  top: 0;
  bottom: 0;
  right: -500px;
}

.contact-bottom .title-box h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  margin: 0 0 10px 0;
}

.contact-form {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.contact-form .submit {
  display: block;
  color: #FFF;
  background: #000000;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 3.2% 20px 2.8%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-form .submit:before {
  content: '';
  display: block;
  position: absolute;
  background: #E50012;
  height: 1px;
  left: 60%;
  bottom: 40%;
  right: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-form .submit:after {
  content: '';
  display: block;
  position: absolute;
  background: #E50012;
  height: 1px;
  width: 20px;
  bottom: 40%;
  right: 120px;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-form .submit:hover:before {
  right: 20px;
}

.contact-form .submit:hover:after {
  right: 20px;
}

.inquiry-ok {
  padding: 4vw 0 0;
  text-align: center;
  position: relative;
}

.inquiry-ok .txt i {
  font-size: 3em;
  color: white;
  position: relative;
}

.inquiry-ok .txt i::after {
  background-color: #E50012;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.inquiry-ok:before {
  content: '';
  width: 40%;
  height: 500px;
  position: absolute;
  top: 20%;
  left: -10px;
  z-index: 0;
  background: url(../images/in/about/02-3.png) left top no-repeat;
  background-size: contain;
}

.inquiry-ok:after {
  content: '';
  width: 20%;
  height: 300px;
  position: absolute;
  top: 20%;
  right: -10px;
  z-index: 0;
  background: url(../images/in/about/02-4.png) right bottom no-repeat;
  background-size: contain;
}

.inquiry-ok .txt {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.inquiry-ok .txt .title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  -webkit-columns: #333333;
  columns: #333333;
}

.inquiry-ok .txt .info {
  color: #333333;
  font-size: 18px;
}

.inquiry-ok .txt .info span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 15px auto;
  line-height: 1.4;
  color: #000;
  display: block;
  position: relative;
  background: #FFF900;
  padding: 4%;
}

.inquiry-ok .txt .info a {
  color: #E4675B;
}

.algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}

@media screen and (max-width: 900px) {
  .inquiry-ok:before {
    opacity: 0.2;
  }

  .inquiry-ok:after {
    opacity: 0.2;
  }
}

@media screen and (max-width: 780px) {
  .inquiry-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inquiry-box .left-side {
    width: 100%;
    display: none;
  }

  .inquiry-box .right-side {
    width: 100%;
  }

  .inquiry {
    position: relative;
  }

  .inquiry table {
    font-size: 16px;
    display: block;
  }

  .inquiry thead {
    display: none;
  }

  .inquiry tbody {
    width: 100%;
    display: block;
  }

  .inquiry tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inquiry tbody tr:first-child {
    border-top: #E9E9E9 1px solid;
  }

  .inquiry tbody tr td {
    width: 50% !important;
    text-align: left !important;
    display: block;
    padding: 10px 10px !important;
  }

  .inquiry tbody tr td:first-child {
    width: 100% !important;
  }

  .inquiry tbody tr td span {
    font-weight: bold;
    color: #000;
    display: block;
  }

  .inquiry tbody tr td .del {
    width: 100%;
    text-align: center;
    background: #000;
    line-height: 1;
    padding: 9px 10px 14px 10px;
  }

  .inquiry tbody tr td .del:before {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    content: 'DELETE';
    position: relative;
    top: auto;
    left: auto;
  }

  .inquiry tbody tr td .del:hover {
    background: #E50012;
  }

  .inquiry tbody tr td .del:hover:before {
    color: #FFF;
  }

  .inquiry tbody tr td .qty-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}