@charset "utf-8";
/* CSS Document */
.page_trans{
    z-index: 999;
    max-width: 1037px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 7px;
    position: relative;
}
.page_trans_box{
    max-width: 987px;
    margin: 0 auto;
    box-shadow: 0 0 10px 3px #999;
    text-align: center;
    padding-bottom: 3em;
}
.page_trans_in{
    width: 95%;
    margin: 0 auto;
    padding-top: 80px;  
}
.trans_box1{
    position: relative;
}
.trans_title{
    position: absolute;
    top: -56px;
    left: 26px;
    width: 185px;
    height: 62px;
}
.trans_txt1_box{
    border: 2px solid #595959;
    position: relative;
    width: calc(100% - 5px);
    z-index: 100;
    text-align: left;
    padding: 1.3em;
}
.trans_txt1{
    border: 1px solid #B8B8B8;
    position: absolute;
    top: -4px;
    left: 5px;
    width: calc(100% - 5px);
    height: 100%;
    background-color: #F1F1F1;
    z-index: -1;
}
.trans_main1{
    margin: 2em 2em 2em 2em;
}
.trans_txt1_txt{
    border-bottom: 3px solid #4571a2;
    background-image: url(../images/website_image/trans/contact_title_linebg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
p.contact_logo1, p.contact_logo2{
    position: relative;
}
.trans_txt1_txt p{
    text-shadow: 0 0 1px #787878;
    color: #636363;
    letter-spacing: 1px;
    margin: 0.4em 0 0.4em 95px;
}
.contact_logo1::before{
    content: "";
    display: inline-block;
    background-image: url(../images/website_image/trans/contact_logo1.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 90px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: -85px;
}
.contact_logo2::before{
    content: "";
    display: inline-block;
    background-image: url(../images/website_image/trans/contact_logo2.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 90px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: -85px;
}
/*info*/
.trans_main2{
    padding: 22px 0 0;
}
.trans_main2 iframe{
    max-width: 280px;
}
.contact_info{
    color: #454545;
}
.contact_info p::before{
    background-image: url(../images/website_image/page/about_icon_point.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 0.5em 0 0;
}
p.contact_add {
    text-indent: -90px;
    margin: 0 0 0 90px;
}
.form_box{
    margin: 0 0 0.6em 17px;

}
p.contact_tel {
    text-indent: -53px;
    margin: 0 0 0 53px;
}
p.contact_fax {
    margin-left: 57px;
    text-indent: -57px;
    margin: 0 0 0 57px;
}
p.contact_email {
    text-indent: -78px;
    margin: 0 0 0 78px;
}
p.contact_email span{
    display: block;
    margin-left: 78px;
    margin: 0 0 0 78px;
}
.trans_box1 {
animation:slowdown 0.6s;
}
@keyframes slowdown{
from {
transform:translateY(30px);
opacity: 0; }
to{
transform:translateY(0px);
opacity: 1;}
}
.trans_box2 {
animation:slowdown2 0.6s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}

@keyframes slowdown2{
from {
transform:translateY(30px);
opacity: 0; }
to{
transform:translateY(0px);
opacity: 1;}
}




.trans_box2{
    position: relative;
    text-align: left;
    margin-top: 2em;
}
/*form*/
.contact_form{
    margin: 0 83px;
}
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
    display: inline-block;
    width: calc(100% - 285px);
    margin: 7px 0;
    padding: .3em .5em;
}
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea {
    box-shadow: none;
    border: 1px solid #A5A5A5;
    box-shadow: inset 0 0 1px 1px #A5A5A5;
    border-radius: 0;
}
.pure-form-stacked label input#captcha{
   width: calc(100% - 130px);
   display: inline-block;
   vertical-align: text-bottom;
   height: 31px;
}
.pure-form-stacked textarea {
    height: 127px;
}
.pure-form-stacked label.re {
    text-align: center;
}
.pure-form-stacked label {
    font-family: "微軟正黑體";
    padding: 0;
    margin: 0;
    text-align: left;
}
.form_class {
    margin-top: 15px;
    padding-bottom: 50px;
}
.form_class span {
    display: inline-block;
    width: 280px;
    font-size: 18px;
    font-family: "微軟正黑體";
    color: #000;
    letter-spacing: 2px;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 15px;
    font-weight: bold;
    text-shadow: 0 0 1px #333;
    position: relative;
}
.form_class span::before{
    background-image: url(../images/website_image/trans/contact_icon.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    margin: -0.3em 0.5em 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.form_txt{
    color: #F29B06;
    margin-left: 27px;
}
.form_class b{
    color: #F29B06;
    text-shadow: none;
    margin-left: -20px;
    margin-right: 10px;
    position: absolute;
    top: 2px;
}
.captcha_img{
    width: 120px;
    height: 33px;
    margin-right: 10px;
}
.re {
    width: 115px !important;
    height: 32px;
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 1.3em;
}
.re:hover{
    background-color:  #F29B06;
    transition: .5s all ease;
}
#sub {
    width: 88px !important;
    height: 32px;
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #4571A2;
    color: #fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 1.3em;
}
#sub:hover{
    background-color:  #F29B06;
    transition: .5s all ease;
}
#re {
    display: none;
}
.re ,#sub {
    display: inline-block;
}

.contact_btn {
    vertical-align: top;
    margin-left: 290px;
    position: relative;
    text-align: center;
    margin-top: 3em;
}

@media screen and (max-width:850px) {
    .contact_tel span{
        display: block;
        margin-left: 52px;
    }
    .contact_fax span{
        display: block;
        margin-left: 55px;
    }
    .contact_tel b, .contact_fax b{
        display: none;
    }
}
@media screen and (max-width:767px) {
.trans_main1 {
    margin: 1em 0 0 0;
}
.trans_main2 iframe {
    max-width: 100%;
    height: 300px;
}
.contact_form {
    margin: 0 10px;
}
.trans_txt1_box {
    padding: 0.5em 1em;
}
.trans_txt1_txt p {
    letter-spacing: 0px;
    margin: 1.7em 0 0.7em;
    white-space: nowrap;
    text-align: center;
}
.contact_logo1::before {
    display: block;
    position: relative;
    top: -7px;
    left: calc(50% - 45px);
}
.contact_logo2::before {
    display: block;
    position: relative;
    top: -7px;
    left: calc(50% - 45px);
}
.trans_txt1_txt {
    background-image: none;
}
.form_class span {
    display: block;
    width: 100%;
}
.pure-form-stacked label {
    width: 100%;
}
.captcha_img {
    display: inline-block;
}
.pure-form-stacked label input#captcha{
   width: calc(100% - 135px);
   display: inline-block;
   vertical-align: text-bottom;
   height: 31px;
   margin-left: 0;
}
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked select, .pure-form-stacked textarea {
    display: block;
    width: calc(100% - 30px);
    margin-left: 28px;
}
.contact_btn {
    margin-left: 0;
    margin-top: 3em;
}
.pure-form-stacked label.re {
    margin: 0 0.5em;
}
#sub{
    margin: 0 0.5em;
}
}