@charset "utf-8";
.wrapper {
    position:relative;
}
.videobg{
    width: 100%;
    height:100%;
    position: relative;
    background-color: #000;
}
.youtubeMovie {
    width: 100%;
    height:100vh;
    position: relative;
    left: 0px;
    top: 0px;
    background-color:#000;
    overflow:hidden;
}
.youtubeMovie>#player{
    position:absolute;
    z-index:15;
}
.youtubeMovie>#player.active{
    opacity: 1;
}
.youtubeMovie>.mask{
    position:absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.videobg .scroll {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 95px;
    margin-left: -47.5px;
    line-height: 0;
    cursor: pointer;
}
.videobg .scroll>a{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    text-decoration: none;
    vertical-align: top;
}
.videobg .scroll a:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 34px;
    height: 56px;
    margin-left: -17px;
    background: url(../images/scroll_mouse.png) 50% 50%/cover no-repeat;
    -webkit-animation: down 1s ease 0s infinite;
    animation: down 1s ease 0s infinite;
}
@keyframes down {
  0% {
    top: 20px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 20px;
  }
}
@media  screen and (max-width: 1366px)  {
    .videobg .scroll {
        bottom: 30px;
    }
    .videobg .scroll>a{
        position: relative;
        display: block;
        width: 100%;
        text-decoration: none;
        vertical-align: top;
        padding-left: 10px;
    }
    .videobg .scroll>a img{
        width: 76px;
    }
    .videobg .scroll a:after {
        position: absolute;
        top: 20px;
        left: 50%;
        width: 27px;
        height: 45px;
        margin-left: -13.5px;
    }
}
@media  screen and (max-width: 1024px)  {
.videobg{
    display: none;
}
}


/*BANNER*/
.wrapper .banner {
    width: 100%;
    height: 100%;
    position:relative;
    overflow: hidden;
    display: none;
    padding-top: 0px;
}
.wrapper .banner .banner_move {
    width: 100%;
    height: 630px;
    font-size: 0px;
    position:relative;
}
@media  screen and (max-width: 1024px)  {
.wrapper .banner {
    display: block;
}
}
@media  screen and (max-width: 768px)  {
.wrapper .banner .banner_move {
    height: 550px;
    padding-top: 60px;
}
}
@media  screen and (max-width: 320px)  {
.wrapper .banner .banner_move {
    height: 450px;
}
}



.wrapper .banner .banner_move>li {
    height: 100%;
    position:relative;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-size: cover;
}
.wrapper .banner .banner_move>li>div {
    width: 100%;
    height: inherit;
    overflow: hidden;
}
.wrapper .banner .banner_move>li .txt {
    position:absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.6s ease-out ;
    transition: all 0.6s ease-out ;
}
.wrapper .banner .banner_move>li .bg {
    position:absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.6s ease-out ;
    transition: all 0.6s ease-out ;
}

.wrapper .banner .banner_move>li .bg1{
    background-image: url("../images/index_banner_pic1_bg.jpg");
}
.wrapper .banner .banner_move>li .txt1{
    background-image: url("../images/index_banner_pic1_txt.png");
}


.wrapper .banner .banner_move>li .bg2{
    background-image: url("../images/index_banner_pic2_bg.jpg");
}
.wrapper .banner .banner_move>li .txt2{
    background-image: url("../images/index_banner_pic2_txt.png");
}

.wrapper .banner .banner_move>li .bg3{
    background-image: url("../images/index_banner_pic3_bg.jpg");
}
.wrapper .banner .banner_move>li .txt3{
    background-image: url("../images/index_banner_pic3_txt.png");
}


/*動畫效果*/
.wrapper .banner .banner_move>li .txt.ani_alpha {
    opacity: 0;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.wrapper .banner .banner_move>li .txt.ani_alpha2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    transition-delay: 3s;
}
.wrapper .banner .banner_move>li .txt.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}


/*BANNER 按鈕*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 10px;
    background-color:transparent;
    border-radius: 100px;
    border: 2px solid #fff;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active  {
    background-color:#fff;
}





/*arriw*/
.wrapper .videobg .arrow_down , .wrapper .banner .arrow_down{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    z-index: 50;
    color: #ddd;
    text-shadow: 1px 1px 2px #000;
    font-size: 14px;
    text-align: center;
    font-family: "Times New Roman";
    letter-spacing: 2px;
    cursor: pointer;

}
@media  screen and (max-width: 768px)  {
.wrapper .videobg .arrow_down , .wrapper .banner .arrow_down {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -25px;
}
}
.wrapper .videobg .arrow_down .arrow , .wrapper .banner .arrow_down .arrow{
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/img_scroll.png);
    background-position: 50% 50%;
    background-size: 50% 30%;
    -webkit-animation: down 1s ease 0s infinite;
    animation: down 1s ease 0s infinite;
}
@media  screen and (max-width: 768px)  {
.wrapper .videobg .arrow_down .arrow , .wrapper .banner .arrow_down .arrow{
    -webkit-animation: downtwo 1s ease 0s infinite;
    animation: downtwo 1s ease 0s infinite;
}
}
@keyframes down {
  0% {
    top: -3px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -3px;
  }
}
@keyframes downtwo {
  0% {
    top: 3px;
  }
  50% {
    top: 9px;
  }
  100% {
    top: 3px;
  }
}

.wrapper .videobg .more_btn , .wrapper .banner .more_btn{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 200px;
    margin-left: -32.5px;
    z-index: 50;
    text-align: center;
    cursor: pointer;
}
.wrapper .videobg .more_btn img, .wrapper .banner .more_btn img{
    width: 100%;
    max-width: 60px;
    vertical-align: middle;
}
@media  screen and (max-width: 1366px)  {
.wrapper .videobg .more_btn , .wrapper .banner .more_btn{
    bottom: 150px;
}
}
/*@media  screen and (max-width: 1024px)  {
.wrapper .videobg .more_btn , .wrapper .banner .more_btn{
    bottom: 150px;
}
}*/
@media  screen and (max-width: 768px)  {
.wrapper .videobg .more_btn , .wrapper .banner .more_btn{
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: 100px;
    margin-left: -26.5px;
}
.wrapper .videobg .more_btn img, .wrapper .banner .more_btn img{
    max-width: 50px;
}
}


/*主選單區塊*/
.menuBox{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #dad9db;
    padding: 50px 20px;
}
.menuBox .shell {
    width: 87.5%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    font-size: 0px;
}
.menuBox .shell ul {
    width: 100%;
    height: 100%;
}
.menuBox .shell ul>li{
    width: 32%;
    margin-left: 2%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;
    cursor: pointer;
}
.menuBox .shell ul>li:nth-child(1){
    margin-left: 0%;
}
.menuBox .shell ul>li .box {
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menuBox .shell ul>li .box img {
    margin-bottom: 20px;
    display: table;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.menuBox .shell ul>li .box .cent {
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menuBox .shell ul>li .box .cent h4{
    line-height: 180%;
}
.menuBox .shell .box .detail {
    text-align: center;
    border-top: #caaeb1 dotted 1.5px;
    padding: 8px 0;
    font-family: "Times New Roman";
    letter-spacing: 1px;
}
.menuBox .shell .box .detail:after {
    content: "\f16a";
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 16px;
    color: #ac1212;
}
.menuBox .shell ul>li:hover {
    color: #fff;
}
.menuBox .shell ul>li:hover .cent{
    color: #fff;
}
.menuBox .shell ul>li:hover .box {
    background-color: #000;
}
.menuBox .shell ul>li:hover .box .detail {
    border-top: #666568 dotted 1.5px;
}

@media  screen and (max-width: 1366px)  {
.menuBox .shell {
    width: 100%;
}

}
@media  screen and (max-width: 1024px)  {
.menuBox .shell {
    max-width: 450px;
}
.menuBox .shell ul>li{
    width: 100%;
    margin-left: 0%;
    margin-bottom: 2%;
}
}
@media  screen and (max-width: 768px)  {
.menuBox{
    padding: 20px;
}
.menuBox .shell ul>li{
    margin-bottom: 1%;
}
}
@media  screen and (max-width: 450px)  {

.menuBox .shell ul>li .box img {
    width: 80%;
}
}



/*錯視底圖*/
.wrapper .fix_pic {
  background: url(../images/bg_para01.jpg) 50% 0 no-repeat fixed;
  height: 400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.wrapper .fix_pic .fix_arrow{
  width: 54px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -27px;

}
@media  screen and (max-width: 1024px)  {
.wrapper .fix_pic {
  height: 300px;
}
}
@media  screen and (max-width: 768px)  {
.wrapper .fix_pic {
  height: 200px;
  background-attachment: initial;
}

}





/*ABOUT*/
.about_box {
  width: 100%;
  /*height: 955px;*/
  background-image: url(../images/about_bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.about_box .data_txt {
    width: 100%;
    text-align:center;
    padding: 50px 0px 40px 0px;
}
.about_box .data_txt h1 {
  color: #ffd4b1;
  line-height: 180%;
  text-align: center;
  font-family: "Times New Roman";
  letter-spacing: 2px;
}
.about_box .data_txt h3 {
  color: #fff;
  line-height: 180%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.about_box .slog{
  width: 100%;
  text-align: center;
  color: #ffd4b1;
  margin-bottom: 50px;
  padding: 0px 20px;
}

.year_box{
  width: 100%;
  max-width: 520px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 200px;
}
.year_item{
  display: flex;
}
.year_item>.td{
  padding: 10px 5px;
  color: #fff;
}
.year_item>.td h3{
  letter-spacing: 1px;
  line-height: 200%;
}
.year_item>.year {
  width: 110px;
}
.year_item>.dot {
  width: 50px;
  background-image: url(../images/about_dot.png) , url(../images/about_line.png);
  background-repeat: no-repeat , repeat-y;
  background-position: 50% 50% , 50% 0%;
}
.year_item>.case {
  flex: 1;
  padding-left: 20px;
}
.year_item>.year.sp {
  padding-bottom: 20px;
}
.year_item>.dot.sp {
  background-image: url(../images/about_dot.png) , url(../images/about_line.png);
  background-repeat: no-repeat , repeat-y;
  background-position: 50% 10px , 50% 0%;
}
.year_item>.case.sp {
  padding-bottom: 20px;
}

@media  screen and (max-width: 768px)  {
.about_box .data_txt {
    padding: 30px 0px;
}
.year_box{
  padding: 0px 20px 50px 20px;
  max-width: 400px;
}
.about_box .slog{
  padding: 0px 20.5%;
  margin-bottom: 20px;
}
.year_item>.td{
  padding: 5px;
}
.year_item>.td h3{
  letter-spacing: 0px;
}
.year_item>.year {
  width: 90px;
}
.year_item>.dot {
  width: 30px;
  background-position: 50% 10px , 50% 0%;
}
.year_item>.dot.short {
  background-position: 50% 50% , 50% 0%;
}

}






/*PROJECT*/
.project_box {
  width: 100%;
  background-color: #000;
  padding: 50px 0px;
  position: relative;
}
.project_box .cent_box{
  width: 100%;
  padding: 20px;
}
.project_box .cent_box h1 {
  color: #ffd4b1;
  line-height: 180%;
  text-align: center;
}
.project_box .cent_box h1.title {
  font-family: "Times New Roman";
  letter-spacing: 2px;
}
.project_box .cent_box h3 {
  color: #fff;
  line-height: 180%;
  text-align: center;
}
.project_box .cent_box h3.name {
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.project_box .cent_box h3.wd {
  margin-bottom: 30px;
}

.wrapper .project_box .project_pic_box {
    width: 100%;
    height: 100%;
    position:relative;
    overflow: hidden;
    line-height: 0px;
    font-size: 0px;
}
.wrapper .project_box .project_pic_box .pic_box>li{
    width: 90%;
    max-width: 1080px;
    position: relative;
    line-height: 0px;
    font-size: 0px;
    margin: 0 5px;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.4s all ease;
}
.wrapper .project_box .project_pic_box .pic_box>li:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 52.66%;
    transition: 0.4s all ease;
}

.wrapper .project_box .project_pic_box .pic_box>li>a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.swiper-slide {
    opacity: 0.3;

}
.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1);    /* Firefox */
    -webkit-transform:scale(1); /* Safari 和 Chrome */

    transition: 0.6s all ease;
    -moz-transition: 0.6s all ease; 
    -webkit-transition: 0.6s all ease; 
    -o-transition: 0.6s all ease; 
}
.swiper-slide-active:hover{
    transform: scale(0.95);
    -ms-transform:scale(0.95); /* IE 9 */
    -moz-transform:scale(0.95);    /* Firefox */
    -webkit-transform:scale(0.95); /* Safari 和 Chrome */

}



.swiper-pagination {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0%;
    background: #ffd4b1;
    opacity: 1;
    margin: 30px 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: static;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 24px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #a60006;
}


/*ARROW*/
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 30px 48px;
    -webkit-background-size: 30px 48px;
    background-size: 30px 48px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 85%;
    background-image: url("../images/left_arrow.png");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 85%;
    right: auto;
    background-image: url("../images/right_arrow.png");
}

@media  screen and (max-width: 768px)  {
.project_box {
  padding: 0px;
}
.project_box .cent_box{
  padding: 20px;
}
.project_box .cent_box h3.name {
  margin-bottom: 10px;
}
.wrapper .project_box .project_pic_box .pic_box>li{
    width: 100%;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 32px;
    margin-top: -16px;
    -moz-background-size: 20px 32px;
    -webkit-background-size: 20px 32px;
    background-size: 20px 32px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 88%;
    background-image: url("../images/left_arrow_m.png");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 88%;
    right: auto;
    background-image: url("../images/right_arrow_m.png");

}
.swiper-slide-active:hover{
    transform: scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1);    /* Firefox */
    -webkit-transform:scale(1); /* Safari 和 Chrome */

}
}






/*CONTACT*/
.contact_box{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/contact_bg.jpg);
  background-attachment: fixed;
  background-position: 50% 50%;
/*  background-size: cover;*/

}
.contact_box .data_txt {
    width: 100%;
    text-align:center;
    padding: 50px 0px 40px 0px;
}
.contact_box .data_txt h1 {
  color: #5b2b00;
  line-height: 180%;
  text-align: center;
  font-family: "Times New Roman";
  letter-spacing: 2px;
}
.contact_box .data_txt h3 {
  color: #0a0603;
  line-height: 180%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}


/*CONTACT*/
.wrapper .contact_box_all {
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #1b1b1b;
}
.wrapper .contact_box_all .form_txt {
  width: 50%;
  height: 100%;
  position:relative;
  padding-left: 10%;
}
.wrapper .contact_box_all .from_table {
  height: 100%;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */ 
  flex: 1;
  border-left: 1px solid #a9a9a9;
  padding-left: 5%;
}
.wrapper .contact_box_all .form_txt .pic_box{
  width: 100%;
  max-width: 154px;
  margin: 0 auto;
  padding: 20px 0px;
}
.wrapper .contact_box_all .form_txt .pic_box img{
  width: 100%;
}
.wrapper .contact_box_all .form_txt .data_box{
  width: 70%;
  margin: 0 auto;
  color: #0a0603;
}
.wrapper .contact_box_all .form_txt .data_box h2{
    line-height: 200%;
    letter-spacing: 2px;
}
.wrapper .contact_box_all .form_txt .data_box h3{
    padding-top: 5px;
    line-height: 150%;
    letter-spacing: 2px;
}
.wrapper .contact_box_all .form_txt .data_box h3 a{
    color: inherit;
}
.wrapper .contact_box_all .form_txt .data_box h3 img{
    vertical-align:middle;
    padding-left: 5px;
    margin-top: -5px;
}



.wrapper .contact_box_all .from_table .top_txt {
    width:90%;
    margin: 0 auto;
    letter-spacing: 2px;
    line-height: 170%;
    padding-left: 15px;
}
.wrapper .contact_box_all .from_table .total {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
}
.wrapper .contact_box_all .from_table .total .list {
    width: 100%;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wrapper .contact_box_all .from_table .total .list.short {
    width: 50%;
    float: left;
}
.wrapper .contact_box_all .from_table .total .list.height {
    height: 100px;
}
.wrapper .contact_box_all .from_table .total .list .name {
    width: 100px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}
.wrapper .contact_box_all .from_table .total .list .box {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}
.wrapper .contact_box_all .from_table .total .list .box.gender {
    padding-top: 5px;
}
.wrapper .contact_box_all .from_table .total .dwon {
    padding: 10px 0;
    padding-left: 85px;
}
.from_table .input_txt {
    width: 100%;
    color: #000;
    font-size: 16px;
    padding: 0 5px;
    line-height: 35px;
    font-family:  'Microsoft JhengHei',Helvetica, serif;
    border: 0.5px solid #ddd;
}
.from_table .sent {
    width: 125px;
    color: #fff;
    margin: 0px 15px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 35px;
    background-color: #0a0603;
    font-family:  'Microsoft JhengHei',Helvetica, serif;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.from_table .sent:hover {
    background-color: #a60006;
}

.from_table textarea.input_txt {
    height: 100%;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../images/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}

@media  screen and (max-width: 1280px)  {
.wrapper .contact_box_all .form_txt {
  padding-left: 5%;
}
.wrapper .contact_box_all .from_table {
  padding-left: 0%;
}
}
@media  screen and (max-width: 1024px)  {
.contact_box{
  background-position: 50% 100%;
}
.contact_box .data_txt {
    padding: 20px 0px 0px 0px;
}
.wrapper .contact_box_all {
  width: 100%;
  display: block;
  padding-bottom: 80px;
}
.wrapper .contact_box_all .form_txt {
  width: 90%;
  padding: 0px;
  margin: 0 auto;
  border-bottom: 1px solid #7b6755;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.wrapper .contact_box_all .form_txt .data_box{
  width: 100%;
  text-align: center;
}
.wrapper .contact_box_all .form_txt .pic_box{
  display: none;
}
.wrapper .contact_box_all .from_table {
  width: 90%;
  margin: 0 auto;
  -webkit-flex: auto; /* Safari 6.1+ */
  -ms-flex: auto; /* IE 10 */ 
  flex: auto;
  display: block;
  border-left: none;
}
.wrapper .contact_box_all .from_table .top_txt {
    width:100%;
    padding-left: 0px;
}
.wrapper .contact_box_all .from_table .total {
    width: 100%;
    font-size: 14px;
}
.from_table .input_txt {
    line-height: 30px;
}
.wrapper .contact_box_all .from_table .total .list.short {
    width: 100%;
    float: none;
}
.wrapper .contact_box_all .from_table .total .list .name {
    width: 80px;
    text-align: left;
    padding-left: 0px; 
    font-size: 14px;
    line-height: 30px;
}
.from_table .input_txt {
    font-size: 14px;

}
.wrapper .contact_box_all .from_table .total .dwon {
    padding-left: 0px;
    text-align: center;
}
.from_table .sent {
    width: 100px;
    margin: 0px 5px;
    font-size: 14px;
    line-height: 30px;
}
}
