 @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
 @import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
 @import url(https://fonts.googleapis.com/css?family=Nanum+Gothic);

 @font-face {
     font-family: texgyre;
     src: url("../fonts/texgyreadventor-regular.otf") format("opentype");
 }
 
 .top_movie_box {
     height: 50vw;
     overflow: hidden;
     position: relative;

 }

 .top_movie_box img {
     width: 100%;
 }

 .top_movie_box-inner {
     z-index: 8;
     position: absolute;
     width: 100%;
     top: 20vw;
     opacity: 1;
 }


 #myVideo {
     opacity: 0.8;

     width: 130%;
     position: relative;
     bottom: 9vw;
     right: 14vw;


 }

 .top_tra_title h1 {
     font-family: 'texgyre', 'Open Sans Condensed', 'Noto Sans TC', '微軟正黑體', sans-serif !important;
     color: white;
     font-size: 70px;
     letter-spacing: 5px;
     text-align: center;
     padding-top: 0;
 }

 .top_tra_title p {
     color: white;
     text-align: center;
     font-size: 35px;
     letter-spacing: 10px;
     padding: 0px;
 }

 .top_tra_title p span {
     color: #d7000f;

 }

 .top_cover {
     z-index: 7;
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
 }

 @media screen and (max-width: 768px) {
     .top_movie_box-inner {

         top: 20vw;
         opacity: ;
     }

     .top_tra_title h1 {

         font-size: 30px;
         letter-spacing: 5px;

     }

     .top_tra_title p {

         font-size: 20px;
         letter-spacing: 8px;
     }
 }

 @media screen and (max-width: 400px) {
     .top_movie_box-inner {

         top: 16vw;

     }

     .top_tra_title h1 {

         font-size: 20px;
         letter-spacing: 3px;

     }

     .top_tra_title p {

         font-size: 14px;
         letter-spacing: 5px;
     }
 }

.business_box {
     margin-top: 0px;
     padding: 0 0px;
     background-color: black;
 }

 .business_box .col-sm-6 {
     padding: 0px;
 }

 .movie_box {
     position: relative;
     top: 0%;

 }

 .movie_box img {
     width: 100%;

 }

 .movie_inner {
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     position: absolute;
     bottom: 0;
     left: 0;
     text-align: left;
     opacity: 0;
     transition: 0.5s;
     padding: 15px 25px;
 }

 .inner_box {
     border-left: 1px solid white;
     padding: 0 15px;
     position: absolute;
     height: auto;
     bottom: 30px;
 }

 .movie_inner .inner_box h1 {
     font-family: 'texgyre', 'Open Sans Condensed', 'Noto Sans TC', '微軟正黑體', sans-serif !important;
     color: white;
     font-size: 40px;
     font-weight: 400;

     letter-spacing: 0.5px;
     margin: 0;
     line-height: 40px;

 }

 .movie_inner .inner_box h3 {
     font-family: 'texgyre', 'Open Sans Condensed', 'Noto Sans TC', '微軟正黑體', sans-serif !important;
     color: #eeeeee;
     font-size: 30px;
     font-weight: 400;

     letter-spacing: 0.5px;
     margin-top: 10px;
     margin-bottom: 0;

 }

 .movie_inner:hover {
     opacity: 1;

 }





 @media screen and (max-width: 1200px) {
     .business_box {
         margin-top: 30px;
         padding: 0 20px;

     }

     .business_box .col-sm-6 {
         padding: 10px;
     }

     .movie_inner .inner_box h1 {

         font-size: 30px;
         letter-spacing: 0.5px;
         line-height: 30px;

     }

     .movie_inner .inner_box h3 {

         font-size: 20px;
         letter-spacing: 0.5px;
         margin-top: 10px;

     }
 }

 @media screen and (max-width: 991px) {
     .business_box {
         margin-top: 30px;
         padding: 0 10px;

     }

     .business_box .col-sm-6 {
         padding: 5px;
     }

     .movie_inner .inner_box h1 {

         font-size: 20px;
         letter-spacing: 0.5px;
         line-height: 30px;

     }

     .movie_inner .inner_box h3 {

         font-size: 16px;
         letter-spacing: 0.5px;
         margin-top: 10px;

     }
 }

 @media screen and (max-width: 500px) {
     .head_box h1 {

         font-size: 30px;
     }

 }

 .cloud_intro {
     background-color: #e4e4e4;


     min-height: 200px;
     text-align: left;
     padding: 30px 0;
 }

 .cloud_intro h1 {
     font-family: 'texgyre', "arial", 'Noto Sans TC', '微軟正黑體', sans-serif !important;
     font-weight: 400;
     margin: 10px 0;
     text-align: center;
 }

 .cloud_intro p {
     font-family: 'texgyre', "arial", 'Noto Sans TC', '微軟正黑體', sans-serif !important;
     font-weight: 100;
     font-size: 14px;
     letter-spacing: 0.5px;
     max-width: 800px;
     margin: 20px auto;
     color: #7b7b7b;
     text-align: justify;
 }

 .cloud_intro a {
     color: black;
     background: none;
     border: 1px solid black;
     padding: 10px 20px;
     display: inline-block;
     margin: 10px auto;
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-decoration: none;
     font-family: 'texgyre', 'Open Sans Condensed', 'Noto Sans TC', '微軟正黑體', sans-serif !important;

 }

 @media screen and (max-width: 1200px) {
     .cloud_intro {
         background-image: none;
     }
 }

 @media screen and (max-width: 991px) {
     .cloud_intro h1 {
         font-size: 20px;
     }

     .cloud_intro p {

         font-size: 12px;


     }
 }

 .more_box {
     background: black;
     padding: 20px 0;
     text-align: center;
 }

 .more_box a,
 .more_box button {
     color: white;
     border: 1px solid white;
     padding: 10px 20px;
     display: inline-block;
     margin-top: 10px;
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-decoration: none;
     background: none;
     font-family: 'texgyre', 'Open Sans Condensed', 'Noto Sans TC', '微軟正黑體', sans-serif !important;

 }

 .movie_hidden {
     max-height: 0px;
     transition: max-height 1.8s ease-in-out;
     overflow: hidden;
 }

 .show_all {
     max-height: 100% !important;
     display: block;
 }

 .show_btn {
     display: inline-block !important;
 }

 .hide_all {
     display: none !important;
 }

 #hide_button {
     display: none;
 }

 .contact_box {
     padding: 50px 0;
     background: #d8f2fb;

 }

 .contact_box h1 {
     font-family: 'texgyre', 'Open Sans Condensed', 'Noto Sans TC', '微軟正黑體', sans-serif !important;
     text-align: center;
     color: black;
 }

 .contact_box label {
     margin-bottom: 10px;
 }

 .contact_btn {
     text-align: right;

 }

 .contact_btn a {
     color: white;
     border: 1px solid white;
     padding: 10px 20px;
     display: inline-block;
     margin-top: 5px;
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-decoration: none;

 }

 .cologo_box {
     margin: 15px 0;
     text-align: center;
 }

 .cologo_box img {
     display: inline-block;
     margin: 20px;
     width: 100%;
     max-width: 100px;
     max-height: 200px;
 }

 @media screen and (max-width: 991px) {
     .contact_box h1 {
         font-size: 20px;
     }
 }

 @media screen and (max-width: 768px) {
     .movie_hidden {
         max-height: 0px;
         transition: max-height 3s ease-out;
         overflow: hidden;

     }

     .show_all {
         max-height: 100% !important;

     }
 }

 /*# sourceMappingURL=index.css.map */