@charset "UTF-8";

/*===================================================================

contact_10_1(聯絡表單)
  大標題
  聯絡資訊
  聯絡表單
  驗證碼
  同意隱私權政策
  送出按鈕
  地圖


contact_ok(送出完成頁)
  

=====================================================================*/



/*
-----------------------------------------------------------------------
  contact_10_1(聯絡表單)
-----------------------------------------------------------------------
*/

/*/////////////////大標題/////////////////*/

.contact_10_1__contact-area-title {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 38px;
  border-bottom: 1px solid #ebebeb;
  font-size: 28px;
}

.contact_10_1__contact-area-title:after {
  background: var(--cnvs-themecolor);
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
}


/*/////////////////聯絡資訊/////////////////*/

.contact_10_1__contact-info {
  margin-top: 0;
}

.contact_10_1__contact-info ul {
  margin-top: 45px;
}

.contact_10_1__contact-info ul li {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}

.contact_10_1__contact-info ul li:nth-child(odd) {}

.contact_10_1__contact-info ul li:nth-child(even) {
  width: 39%;
}

.contact_10_1__contact-info ul li i {
  color: var(--cnvs-themecolor);
  text-align: center;
  margin-right: 21px;
  font-size: 20px;
}

/*/////////////////聯絡表單/////////////////*/

.contact_10_1__contact-form .form-group {
  margin-bottom: 20px;
}

.contact_10_1__contact-form .form-group .form-control {
  /* background: #f5f5f5; */
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e4e3e3;
  transition:0.3s;
}

.contact_10_1__contact-form .form-group .form-control:focus{
  border: 1px solid var(--cnvs-themecolor);
}


.contact_10_1__contact-form .form-group input {
  height: 40px;
}

.contact_10_1__contact-form-box {
  padding: 0 25px;
}

.contact_10_1__contact-info ul li {
  display: block;
}

.contact_10_1__contact-info ul li:nth-child(even) {
  width: 100%;
}

.contact_10_1__contact-info h2 {
  margin-top: 0;
  margin-bottom: 32px;
}

.contact_10_1__contact-area {
  padding: 0px;
}


.contact_10_1__contact-info ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  /* border-bottom: 1px dashed #dfdfdf; */
  width: 450px;
}

.contact_10_1__contact-info ul li a {
  color: #444;
  transition: 0.3s;
}
.contact_10_1__contact-info ul li a:hover{
  color: var(--cnvs-themecolor);
}

.contact_10_1__contact-info ul li i {}



.contact_10_1__contact-form .form-group .form-control {
  font-size: 17px;
}

.contact_10_1__contact-form .form-group input {
  height: 50px;
}



.contact_10_1__contact-form .form-group input::-webkit-input-placeholder,
.contact_10_1__contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888;
}

.contact_10_1__contact-form .form-group input::-moz-placeholder,
.contact_10_1__contact-form .form-group textarea::-moz-placeholder
 {
  /* Firefox 19+ */
  color: #888888;
}

.contact_10_1__contact-form .form-group input:-ms-input-placeholder,
.contact_10_1__contact-form .form-group textarea::-moz-placeholder
 {
  /* IE 10+ */
  color: #888888;
}

.contact_10_1__contact-form .form-group input:-moz-placeholder,
.contact_10_1__contact-form .form-group textarea::-moz-placeholder
 {
  /* Firefox 18- */
  color: #888888;
}

@media only screen and (max-width: 991px) {
  .contact_10_1__contact-form-box {
    padding: 35px 0!important;
  }
}


/*/////////////////驗證碼/////////////////*/

.contact_10_1__captcha-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.contact_10_1__captcha-area-img {
  cursor: pointer;
}

.contact_10_1__captcha-area input[type="text"] {
  margin-bottom: 0;
}

.contact_10_1__captcha-area-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_10_1__sp-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px rgba(0, 0, 0, 0.15) solid;
  border-top: 2px #4e4e4e solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear;
  margin-left: 4px;
  position: relative;
  top: 3px;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.contact_10_1__captcha-text-area-span {
  font-size: 15px;
  color: #777777;
}

.contact_10_1__captcha-text-area-text {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .contact_10_1__captcha-area-btn {
    justify-content: flex-start;
    margin-top: 20px;
  }
}


/*/////////////////同意隱私權政策/////////////////*/
@media (max-width: 767px) {
  .checkbox {
    margin-left: 17px;
  }

  .checkbox input[type="checkbox"] {
    display: flex;
    flex-wrap: wrap;
  }

  .checkbox label {
    padding-left: 5px;
    margin-right: 0;
  }
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
    height: initial;
}

.checkbox label::before {
  -o-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #888888;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 8px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  transition: 0.1s ease-in-out;
  outline: 0 !important;
}

.checkbox-outer input[type="checkbox"]:checked+label::before {
    background-color: var(--cnvs-themecolor);
    border-color: var(--cnvs-themecolor);
}

.checkbox label {
    display: inline-block;
    padding-left: 28px;
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
    margin-right: 15px;
    color: #888888;
}

.checkbox label::before {
    -o-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #888888;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 4px;
    left: 20px;
    margin-left: -18px;
    position: absolute;
    transition: 0.1s ease-in-out;
    outline: 0 !important;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*/////////////////送出按鈕/////////////////*/
.btn_10 .btn.btn-2 {
  text-align: center;
  border: none;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  transition: 0.3s;
  color: #fff;
  background-color: var(--cnvs-themecolor);
}

.btn_10 .btn.btn-2:hover {
  color: #fff;
  background-color: var(--cnvs-secondarycolor);
}

.contact_10_1__btn-theme {
    text-align: center;
    background-color: var(--cnvs-themecolor);
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
}
.contact_10_1__btn-theme:hover {
  color: #fff;
  background-color: var(--cnvs-contract-900);
}


/*/////////////////地圖/////////////////*/
.contact_10_1__map{
  width: 100%;
  height: 350px;
  display: flex;
}

/*
-----------------------------------------------------------------------
  contact_ok(送出完成頁)
-----------------------------------------------------------------------
*/


.contact_ok__container {
  width: 1200px;
  max-width: 100%;
}


.contact_ok__title {
  color: var(--cnvs-contract-900);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}


.contact_ok__btn {
  background-color: var(--cnvs-themecolor);
  border: none;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: var(--font-text);
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
}


.contact_ok__btn:hover {
  color: #fff;
  background-color: var(--cnvs-contract-900);
}

.contact_ok__text {
  text-align: center;
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .contact_ok__text {
    width: 100%;
    padding-left: 0;
  }

  .contact_ok{
    margin-top: 146px;
  }

  .contact_ok__img {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px){
  .contact_ok{
    margin-top: 127px;
  }

  .contact_ok__img {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 480px){
  .contact_ok__img {
    width: 100%;
    margin-left: 0;
  }

  .contact_ok__title {
    font-size: 30px;
  }
}

.btn_nafpe {
  position: relative;
  display: inline-block;
}

.btn_nafpe .btn-1 {
  color: #fff;
  background-color: var(--cnvs-themecolor);
  transition: 0.3s all;
  border: 0;
  font-size: 1.1rem;
  border-radius: 40px;
  padding: 10px 5.75rem;
}

.btn_nafpe:hover .btn-1,
.btn_nafpe:active .btn-1 {
  background-color: var(--cnvs-themecolor);
}

.privacy_link {
  color: var(--cnvs-themecolor);
}

.privacy_link:hover,
.privacy_link:active {
  color: var(--cnvs-secondarycolor);
}

.contact_info [type="checkbox"]:checked,
.contact_info [type="checkbox"]:not(:checked) {
    position: initial;
    left: initial;
    width: 1em;
    height: initial;
    visibility: initial;
}

.contact_info {
  width: 100%;
  overflow: hidden;
}