@charset "utf-8";
/* CSS Document */
/*start-106.12.21*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Courgette');

body{
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
}

h1,h2,h3,p{
  margin: 0;
}

a{color: white;}

a:hover{color: white;}

/*basis*/

.center,.ab-center {
  width: 1200px;
  margin: 0 auto;
}

a.ca-logo{
	width: 100%;
	height: auto;
}

a.ca-logo img{
  width: 280px;
}

.clearfix{
	clear: both;
}


/*index*/
/*Header*/
.masthead {
  display: none;
  padding: 0 1em;
}

.masthead:after{
	content: '';
	clear: both;
}

.masthead-brand {
  margin-bottom: 0;
  float: left;
}

.nav-masthead{
	float: right;
	margin-top: .5em;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255,255,255,.8);
  border-bottom: .2rem solid transparent;
  transition: 1s;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #FAED00;
  color: #FAED00;
  transition: 1s;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*music-bar*/
.top-music{
  display: none;
  height: auto;
  width: 100%;
  padding: 0 1em;
  margin-top: 1em;
  text-align: right;
}

.top-music:before{
  content: 'Music';
  float: right;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 .5em;
}

/*scrollDown*/

.ct-scroll{
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}

.ct-scroll:after{
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.ct-scroll:before{
  content: 'SCROLL';
  display: block;
  color: white;
  opacity: .5;
  font-size:12px;
  letter-spacing: 1px;
  margin-bottom: 1em
}

a.scrollwrap{
  border: 2px solid #fff;
  opacity: .5;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transform: rotateZ(-45deg);
}
    
a.scrollwrap:after{
  content: '';
  display: block;
  opacity: .5;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  animation: 1.8s linear 0s normal none infinite running scroll-wheel-spec;
}
    
@keyframes scroll-wheel-spec {
  0% {
    opacity: .5;
  }
  35% {
    opacity: .5;
  }
  50% {
    opacity: 0;
  }
  50.001% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
}

/*img-responsive*/
.img-responsive {
  max-width: 100%;
  height: auto;
}

/*leaf-wrap*/

.leaf-wrap{
  width: 100%;
  height:550px;
  position: relative;
  overflow: hidden;
}

.leaf-l,.leaf-l-s{
  position: absolute;
  left: -2em;
}

.leaf-l-s,.leaf-r-s{
  bottom: 18em;
}

.leaf-r,.leaf-r-s{
  position: absolute;
  right: -2em;
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.leaf-l,.leaf-r{
  top:8em;
}

.leaf-r img,.leaf-r-s img,
.leaf-l img,.leaf-l-s img{
  width: 30%;
}



/*p-waves*/

.wave-box{
  width: 100%;
  height: 50em;
  position: relative;
  top: 27em;
  z-index: 10;
}

.p-box{
  width: 100%;
  min-height: 31.5em;
  background-color: #DE6990;
}

.p-box ul{
  
}

.p-box ul li{
  display: inline-block;
  text-align: center;
  padding-top: 2em;
  margin: 0 auto;
}

.p-box ul li span{
  letter-spacing: .1px;
  color: white;
  display: block;
  font-size: 20px;
}

.p-box ul li span:first-child{
  font-size: 35px;
}

.p-box ul li span:nth-child(2){
  border:1px solid #fff;
  border-radius: 10%/50%;
  width: 10em;
  margin: 0 auto;
}

.p-box ul li a.newstitle{
  display: block;
  font-size: 22px;
  font-weight: 500; 
  color: #FAED00;
  letter-spacing: 2px;
  margin-top: 1em;
}

.p-box ul li a.newstitle:hover{
  color: #fff982;
}

.p-box ul li p{
  font-size: 18px;
  font-weight: 300; 
  color: white;
  letter-spacing: 1px;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1; 
  overflow: hidden;
}

.p-box ul li:nth-child(4){
  display: none;
}

.p-box ul span.drop-wrap{
  display:none;
  border: 3px solid #fff;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  width: 250px;
  height: 250px;
  transform: rotateZ(-45deg);
  margin-top: 8em;
}

.p-box ul span.drop-wrap img{
  transform: rotateZ(45deg);
  width: 70%;
  margin: 0 4em;
  padding-top: 5em; 
}


.p-wave-d,.p-wave-t,.t-wave-d{
  background:url('../images/waves.png') repeat;
  width: 100%;
  height: 93px;
}

.p-wave-d,.t-wave-d{
  transform: scaleY(-1);
}

.t-wave-d{
  display: none;
  position: absolute;
  z-index: 20;
  top: 5em;
}

.p-box ul li a.link-drop{
  display:block;
  background-color: #FFF;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  width: 50px;
  height: 50px;
  transform: rotateZ(-45deg);
  margin-top: 8em;
  margin: 2em auto;
  text-align: center;
  position: relative;
  top: 0;
  transition: .5s;
}

.p-box ul li a.link-drop:after{
  content: '+';
  display: block;
  font-size:35px;
  font-weight: bold;
  line-height: 1.5;
  color: #DE6990;
  transform: rotateZ(45deg);
}

.p-box ul li a.link-drop:hover{
  top: 10px;
  transition: .5s;
}

/*co-bg*/

.co-bg{
  background: url(../images/wood.jpg) center repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  bottom: -10em;
}

/*ab-flower*/
.ab-flower{
  width: 100%;
  margin: 20em 0;
  position: relative;
  letter-spacing: 2px;
  color: #DE6990;
  text-align: center;
}

.ab-flower h2{
    font-size: 35px;
    margin: 0;
}

.ab-flower span{
    font-size: 20px;
    font-weight: 400;
}

.ab-w{
  display: none;
}

.ab-h-s{
  display: none;
}

.ab-h{
  display: block;
  width: 100%;
}

.text-ab{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.text-ab h2{
    display: none;
    font-size: 44px;
}

.text-ab span{
    display: none;
    font-size: 20px;
    font-weight: 400;
}

.text-ab p{
  font-size: 18px;
  font-weight: 300; 
  color: #351E0C;
  letter-spacing: 1px;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3; 
  overflow: hidden;
  margin:0 0 2em 0;
  padding: 0 2em;
}

/*ab-drop*/

a.ab-drop,a.txt-ab-drop,a.i-drop{
  bottom: 5em;
  display: inline-block;
  margin: 0 auto;
  background-color: #DE6990;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  width: 80px;
  height: 80px;
  transform: rotateZ(-45deg);
  position: relative;
  top: 0;
}

a.ab-drop:after,a.txt-ab-drop:after,a.i-drop:after{
  content: 'MORE';
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 4;
  color: #FFF;
  transform: rotateZ(45deg);
  padding-left: .6em;
  letter-spacing: 2px;
}

a.ab-drop:hover,a.txt-ab-drop:hover,a.i-drop:hover{
  top: 10px;
  transition: .5s;
}

a.txt-ab-drop{
  display: none;
}

a.i-drop{
   margin: 4em;
   margin-top: 0;
}

/*serviceBG*/

.service-bg{
  width: 100%;
  min-height: 55em;
  background: url(../images/service-1.png) no-repeat;
  background-size: cover;
  z-index: 10;
}

.service-title{
  width: 100%;
  min-height: 3em;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: 10em;
  margin: 5em auto;
}

.txt-sh{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.service-title span{
  color: #DE6990;
  font-size: 35px;
  font-weight: 400;
}

.service-title h1{
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

.service-title:before,.service-title:after{
  content: '^^^^^^^^^^^^^^^^^^^^^^^^^^^^^';
  display: none;
  width: 40%;
  height: 10px;
  letter-spacing: -5px;
  vertical-align: middle;
}

.i-wrap{
  width: 100%;
  margin-top: 15em;
  text-align: center;
}

.i-box{
  display: block;
  background:url(../images/paper.jpg);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin:4em auto;
  text-align: center;
  letter-spacing: 1px;
  color: #DE6990;
  padding: 2em;
  line-height: 3;
}

.i-box span{
  font-family: 'Courgette', cursive;
  font-size: 14px;
}

.i-box h2{
  font-size: 22px;
  margin: 0 0 10px 0;
}

.i-box p{
  font-size: 18px;
  color: #696969;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp:3; 
  overflow: hidden;
  margin-bottom: 1em;
}

.i-box a.link-arrow{
  display: block;
  margin:0 auto;
  width: 40px;
  height: 20px;
  border-bottom: 2px solid #DE6990;
  position: relative;
  right: 0;
  bottom: .5em;
}

.i-box a.link-arrow:after{
    content: "";
    position: absolute;
    right: .2em;
    bottom: -.12em;
    height: 10px;
    width: 0px;
    border-right: 2px solid #DE6990;
    transform: rotate(-45deg);
}

.i-box a.link-arrow:hover{
  right: -1em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/*footer*/
.footer-wrap{
  background: #DE6990;
  width: 100%;
  min-height: 20em;
}

/*left*/

.logo-wrap,ul.foot-i-wrap{
  width: 100%;
  float: left;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 3em;
  vertical-align: middle;
}

.logo-wrap a{
  display: block;
  margin: 1em auto;
}

.logo-wrap a img{
  margin:0 auto;
  padding: 0 1em;
}

.logo-wrap span{
  display: block;
  padding-bottom: .5em;
  color: white;
}

.logo-wrap span a{
  display: inline-block;
  color: white;
  margin-top: 0;
}

.logo-wrap span a:hover{
  color: #F0EFB3;
}

/*right*/

ul.foot-i-wrap{
  float: right;
  display: none;
}

/*last-footer*/

.footer-co{
  font-size: 15px;
  width: 100%;
  border-top: 1px solid #FFF;
  display: block;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
  padding: 1em;
  vertical-align: sub;
}

.footer-co span,.footer-co img{
  display: inline-block;
  vertical-align: sub;
}

.footer-co a{
  vertical-align: sub;
  text-decoration: none;
  color: white;
  transition: 1s;
}

.footer-co a:hover{
  color: #FAED00;
  transition: 1s;
}

/*about*/
/*head*/
.header-bg{
  display: none;
  width: 100%;
  background: #DE6990;
  height: 6em;
}

/*all-banner*/
.ab-banner,
.se-banner,
.ne-banner,
.re-banner,
.ev-banner,
.jo-banner,
.st-banner,
.ct-banner{
  width: 100%;
  height: 25em;
  background: url(../images/banner/ab-banner.jpg) no-repeat;
  position: relative;
  text-align: center;
  background-size: cover;
}

.se-banner{
  background: url(../images/banner/se-banner.jpg) no-repeat;
  background-size: cover;
}

.ne-banner{
  background: url(../images/banner/ne-banner.jpg) no-repeat;
  background-size: cover;
}

.re-banner{
  background: url(../images/banner/re-banner.jpg) no-repeat;
  background-size: cover;
}

.ev-banner{
  background: url(../images/banner/ev-banner.jpg) no-repeat;
  background-size: cover;
}

.jo-banner{
  background: url(../images/banner/jo-banner.jpg) no-repeat;
  background-size: cover;
}

.st-banner{
  background: url(../images/banner/st-banner.jpg) no-repeat;
  background-size: cover;
}

.ct-banner{
  background: url(../images/banner/ct-banner.jpg) no-repeat;
  background-size: cover;
}

.ab-banner:before,
.se-banner:before,
.ne-banner:before,
.re-banner:before,
.ev-banner:before,
.jo-banner:before,
.st-banner:before,
.ct-banner:before{
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.ab-banner:after,
.se-banner:after,
.ne-banner:after,
.re-banner:after,
.ev-banner:after,
.jo-banner:after,
.st-banner:after,
.ct-banner:after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #5B3314;
  opacity: .2;
  top: 0;
}
/*txt-banner*/
.txt-banner{
  display: inline-block;
  vertical-align: middle;
  color: white;
  opacity: .8;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.txt-banner h1{
  font-size: 30px;
}

.txt-banner span{
  font-size: 25px;
}

/*ab-main*/
.ab-bg,
.se-in-bg{
  background: url(../images/wood.jpg);
  background-size: cover;
}

.ab-center{
  position: relative;
}

.ab-center:after,.ab-center:before{
  content:'';
  width: 360px;
  height: 480px;
  display: none;
  position: absolute;
  background: url(../images/ab-flower-r.png) no-repeat;
  right: 2em;
  top: 10em;
  animation-name: flower;
  animation-duration: 4s;
  animation-iteration-count:infinite;
}

.ab-center:before{
  background: url(../images/ab-flower-l.png) no-repeat;
  right:0;
  top:30em;
  bottom: 0;
  left:0;
  animation-name: flower-l;
  animation-duration: 4s;
  animation-iteration-count:infinite;
}

@keyframes flower{
  0%{transform:rotateZ(10deg);}
  50%{transform:rotateZ(30deg);}
  100%{transform:rotateZ(10deg);}
}

@keyframes flower-l{
  0%{transform:rotateZ(-10deg);}
  50%{transform:rotateZ(-30deg);}
  100%{transform:rotateZ(-10deg);}
}

.ab-contents{
  width: 90%;
  background: #fff;
  margin: 5em auto;
  position: relative;
  z-index: 5;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 1px #885E37;
  -moz-box-shadow: 0 0 5px 1px #885E37;
  -ms-box-shadow: 0 0 5px 1px #885E37;
  -o-box-shadow: 0 0 5px 1px #885E37;
  box-shadow: 0 0 5px 1px #885E37;
}

.lf-wrap{
  display: none;
  position: relative;
}

.lf-wrap-l{
  display: none;
  transform: rotateY(180deg);
}

img.fl-inside,img.lf-insude{
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: .6;
}

img.lf-inside,img.lf-inside-s{
  position: absolute;
  right: 4em;
  z-index: -1;
}

img.lf-inside-s{
  transform: rotateX(180deg);
  top: 5em;
  right: 6em;
}
.ab-contents img.ab-foot-img{
  width: 100%;
}

.ab-contents p{
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
  color: #717071;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 18px;
  padding: 1em;
  line-height: 2;
}

.ab-contents p:after{
  content: '';
  display: block;
  margin-top: 2em;
  width: 100%;
  height: 0;
  border-bottom:2px dashed #4AB7B4;
}

.t-pink,.t-blue{
  padding-top: 2em;
  color: #DE6990;
  letter-spacing: 1px;
  font-weight: bold;
}

.t-blue{
  color: #4AB7B4;
  padding-top: 0;
  margin-bottom: 2em;
}

.t-pink h1,.t-blue h1{
  font-size: 30px;
  padding-bottom: .5em;
}

.t-blue h1{
  font-size: 25px;
  line-height: 1.5;
}

.t-pink h2,.t-blue h2{
  font-size: 25px;
}

/*ab-drop*/

.bl-box{
  min-height: 10em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bl-box:after{
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
  vertical-align: middle;
}

.bl-drop{
  width:150px;
  height: 180px;
  color: white;
  background: url(../images/drop.png) no-repeat;
  float: none;
  position: relative;
  margin: 0 auto;
}

.bl-drop:nth-child(3){
  margin-right: 0;
}

.bl-drop h1{
  font-size: 28px;
  letter-spacing: 2px;
  position: absolute;
  top: 3em;
  right: 0;
  left: 0;
  bottom: 0;
}

.bl-drop span{
  display: block;
  font-family: 'Courgette', cursive;
  font-size: 14px;
  letter-spacing: 1px;
  position: absolute;
  top: 8em;
  left: 0;
  right: 0;
  bottom: 0;
}

/*service*/
/*ul-se-main-wrap*/

ul.se-main-wrap{}

ul.se-main-wrap li{
  float: left;
  background: #DE6990;
  margin: 1em;
}

ul.se-main-wrap li:nth-child(3){
  clear: right;
}

/***Hover效果: 放大淡出***/
.imh_opacity{
  overflow:hidden;
  position: relative;
  }

.imh_opacity img{
  width: 100%;
  transition:all 0.3s linear;
  -webkit-backface-visibility: hidden;
  }

.imh_opacity:hover img{
  opacity:0.8;
  transform:scale(1.05);
}

.imh_opacity:after{
  content:'';
  display: block;
  width: 100%;
  height: 90px;
  background: url(../images/wave-s.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*setxt*/

.setxt-wrap{
  color: white;
  letter-spacing: 1px;
  padding: 1em;
}

.setxt-wrap h1{
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
}

.setxt-wrap h2{
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1; 
  overflow: hidden;

}

.setxt-wrap span{
  display: block;
  color: #FAED00;
  line-height: 3;
}

a.see-link{
  color:white; 
}

.see-link{
  float: right;
  padding: 1em 0;
}

.see-link:hover{
  color: #FAED00;
}

/*page-list*/

ul.page-list{
  display: block;
  text-align: center;
  margin-bottom: 5em;
}

ul.page-list li{
  display: inline-block;
}

ul.page-list li a{
  display: inline-block;
  background-color: #FFF;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  width: 30px;
  height: 30px;
  transform: rotateZ(-45deg);
  margin: 2em auto;
  text-align: center;
  position: relative;
  top: 0;
  transition: .5s;
}

ul.page-list li a.active{
  background-color: #DE6990;
  color: #fff;
}

ul.page-list li a.active span{
  color: #fff;
}

ul.page-list li a:hover:not(.active){
  background-color: #FFFFCE;
  transition: .5s;
}

ul.page-list li span{
  display: inline-block;
  transform: rotate(45deg);
  color: #DE6990;
  font-size: 18px;
}

ul.page-list li a.arrow-l,ul.page-list li a.arrow-r{
  position: relative;
  display: inline-block;
  width: 30px;
  border-bottom: 2px solid #DE6990;
  transform: rotate(0deg);
  border-radius: 0;
  background: transparent;
  margin: 0 9px;
  transition: .5s;
}

ul.page-list li a.arrow-l{left:0;}

ul.page-list li a.arrow-r{right:0;}

ul.page-list li a.arrow-l:after{
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -.3em;
  bottom: 0;
  transform: rotate(45deg);
  border-right: 2px solid #DE6990;
}

ul.page-list li a.arrow-r:after{
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: -.3em;
  bottom: 0;
  transform: rotate(-45deg);
  border-left: 2px solid #DE6990;
}

ul.page-list li a.arrow-r:hover:not(.active) {
  background-color: transparent;
  right: -5px;
  transition: .5s;
}

ul.page-list li a.arrow-l:hover:not(.active) {
  background-color: transparent;
  left: -5px;
  transition: .5s;
}

/*path-END*/
/*sein-content*/

.se-in-title{
  margin-top: 2em;
  font-size: 30px;
  color: #DE6990;
  letter-spacing: 1px;
  padding-left: .5em;
  text-align: left;
}

.se-img-wrap{
  width: 90%;
  margin: 1em auto;
  margin-bottom: 2em;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0 #aaa;
  display: block;
}

.se-img-wrap img{
  width: 100%;
  height: auto;
}

.i-color{
  display:inline-block;
  color: white;
  font-size: 14px;
}

a.link-drop,a.join-drop{
  position: relative;
  top: 0;
  display: block;
  background-color: #DE6990;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  width: 80px;
  height: 80px;
  transform: rotateZ(-45deg);
  text-align: center;
  transition: 1s;
  margin: 3em auto;
}

a.link-drop:after{
  content: 'BACK';
  display: block;
  font-size:20px;
  font-weight: bold;
  line-height: 4;
  color: #fff;
  transform: rotateZ(45deg);
  letter-spacing: 1px;
}

a.join-drop:after{
  content: '應徵';
  display: block;
  font-size:25px;
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 3.2;
  color: #fff;
  transform: rotateZ(45deg);
  letter-spacing: 1px;
}

a.link-drop:hover{
  top: 1em;
  transition: 1s;
}

/*path*/
span.path{
  display: block;
  margin: 1em 0;
  padding-left: 1em;
  font-size: 16px;
}

span.path a{
  color: #5D5D5D;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 2px;
}

span.path a.path-now{
  color: #DE6990;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 2px;
  line-height: 2;
  cursor: auto;
  font-weight: 1000;
}

span.path i{
  color: #DE6990;
  padding: 0 1em;
}

.join-wrap li{
  width: 90%;
  margin:2em auto;
  background: #fff url(../images/join-label.png) no-repeat;
  background-size: cover;
  letter-spacing: 1px;
  padding: 1em;
  font-size: 18px;
  color: #8B8A89;
  position: relative;
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
}

.join-wrap li:first-child{
  background:none;
  padding: 0;
  height: auto;
}

.jo-img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.join-wrap li p{
  display: block;
  line-height: 2;
}

.join-wrap li p span{
  font-weight: 500;
  color: #DE6990;
  font-size: 20px;
}

/*company*/
a.co-box{
  text-decoration: none;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #DE6990;
  margin: 2em 0;
  padding: .5em;
}

a.co-box:hover h1 img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: saturate(1.1);
}

a.co-box:hover h2.co-txt-box span{
  color: #DE6990;
  transition: .5s;
}

a.co-box h1{
  vertical-align: middle;
  display: block;
  width: 200px;
  padding: 20px;
  margin: 0 auto;
}

a.co-box h1 img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

h2.co-txt-box{
  vertical-align: middle;
  display: block;
  width: 90%;
  margin: 0 auto;
}

h2.co-txt-box span{
  font-size: 20px;
  color: #656362;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: .5s;
}

h2.co-txt-box p{
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #656362;
  line-height: 2;
  letter-spacing: 1px;
}

.ab-bg iframe{
  display: block;
  margin:0 auto;
}

.add-txt{
  display: block;
  color: #40210F;
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 2px dashed #40210F; 
}

.add-txt a{
  text-decoration: none;
  color: #40210F;
}

.add-txt a:hover{
  color: #8F4A21;
}

.title-ct h1{
  color: #693905;
  letter-spacing: 0px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.title-ct p{
  display: block;
  background: #D4BDA2;
  font-size: 18px;
  font-weight: 600;
  color: #40210F;
  letter-spacing: 1px;
  line-height: 2;
  padding: 1em;
  border-radius: 10px;
  width: 90%;
  margin: 1em auto;
}

.title-ct p span,span.dot-light{
  color: #C30D22;
}

.contact-list{
  width: 90%;
  margin: 0 auto;
  padding-top: 2em;
  color: #693905;
  letter-spacing: 0;
}

.contact-list label,.mf-wrap span{
  font-size: 18px;
  font-weight: bold;
}

.contact-list input,.contact-list textarea{
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 10px;
  outline:none;
  padding:5px; 
  margin-bottom: 1em;
  line-height: 2;
}

.contact-list textarea{
  line-height: 1;
  min-height: 200px;
}

.mf-wrap input{
  width: 18px;
  height: 18px;
  margin-left: 1em;
}

input#code{
  width: 100%;
}

input#code + img{
  width: 150px;
  cursor: pointer;
}

img.refresh{
  width: 40px;
  margin-left: .5em;
  cursor: pointer;
}

.btn-wrap{
  width: 100%;
  padding: 3em 0;
  text-align: center;
}

.btn-wrap button.btn-l,button.btn-r{
  -webkit-box-shadow: 0 0 4px 0 #646464;
  -moz-box-shadow: 0 0 4px 0 #646464;
  -ms-box-shadow: 0 0 4px 0 #646464;
  -o-box-shadow: 0 0 4px 0 #646464;
  box-shadow: 0 0 4px 0 #646464;
  margin: 1em 2em;
  padding: .5em 1em;
  border-radius: 10px;
}

.btn-wrap button.btn-l{background: linear-gradient(to top, #65BB72, #8FC444);}
.btn-wrap button.btn-r{background: linear-gradient(to top, #1357A1, #1D84B1);}

.btn-wrap button.btn-l:hover{background: linear-gradient(to top, #07956C, #67B54A);}
.btn-wrap button.btn-r:hover{background: linear-gradient(to top, #1E3F89, #087191);}

.btn-wrap button.btn-l:active{background: linear-gradient(to bottom, #07956C, #169648);}
.btn-wrap button.btn-r:active{background: linear-gradient(to bottom, #1E3F89, #0A5D7C);}

.btn-wrap button.btn-l:focus{outline: 0;}
.btn-wrap button.btn-r:focus{outline: 0;}

button.btn-l:before,button.btn-r:before{
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

button.btn-l:before{content: url(../images/btn-l.png);}

button.btn-r:before{content: url(../images/btn-r.png);}


@media (min-width: 468px) {

  a.co-box h1,h2.co-txt-box{
    display: inline-block;
  }

  h2.co-txt-box{
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }  
}

@media screen and (min-width: 600px){
  .text-video {height: 30%;}
}

@media screen and (min-width: 767px) {
  .p-box ul li:nth-child(4){
    display: inline-block;
  }

  .p-box ul li {
    padding-top: 6em;
  }

  .service-title:before,.service-title:after{
    display: inline-block;
  }
  
  .service-title span{
    font-size: 14px;
    font-weight: 300;
  }

  .bl-drop{
    float: left;
    margin-right: 2em;
  }

  ul.se-main-wrap li{width: 45%;}

  .i-color{display: none;}

  .ab-contents {width: 70%;}

  .se-in-title {
    text-align: left;
    padding-left: 2em;
  }

  .ab-banner,
  .se-banner,
  .ne-banner,
  .re-banner,
  .ev-banner,
  .jo-banner,
  .st-banner,
  .ct-banner{
    height: 20em;
  }
}

/*大於1280*/
@media screen and (min-width: 1280px) and (max-height: 800px) {
  .wave-box {
    top: 20em;
  }
}

@media screen and (min-width: 1280px) {

  .masthead,.top-music,.header-bg,.t-wave-d
  {display: block;}

  .p-wave{top: 680px;}

  .p-box ul li {padding-top: 6em;}

  .service-title{
    width: 70%;
  }

  .logo-wrap, ul.foot-i-wrap {
    width: 40%;
    margin: 3em;
    text-align: left;
   }

   ul.foot-i-wrap{
    display: inline-block;
   }

    ul.foot-i-wrap li:nth-child(4n){
      clear: right;
      border-right: 1px solid #fff;
    }

   ul.foot-i-wrap li{
    padding: 0 1em;
    margin-top: 2em;
    display: inline-block;
    float: left;
    border-left: 1px solid #fff;
   }

   ul.foot-i-wrap li a{
    color: white;
    font-size: 18px;
    font-weight: 300;
    transition: 1s;
   }

   ul.foot-i-wrap li a:hover{
    color: #faed00;
    transition: 1s;
   }

  .logo-wrap a img{
    margin:0;
    width: 300px;
   }  

   .ab-center:after,.ab-center:before{
    display: block;
  }

}

@media screen and (min-width: 1024px) {  
  .lf-wrap,.lf-wrap-l{
    display: block;
  }

  ul.se-main-wrap li{width: 29%;}

  .join-wrap li{width: 72%;} 


  a.join-drop{
    display: inline-block;
    position: absolute;
    top: 10em;
    right: 5em;
  }

  .leaf-r img,.leaf-r-s img,
  .leaf-l img,.leaf-l-s img{
    width: 100%;
  }

  .leaf-l,.leaf-l-s{left: -5em;}

  .leaf-r,.leaf-r-s{right: -5em;}

  .p-box ul span.drop-wrap{
    display:inline-block;
  }
  .ct-scroll{
    display: block;
  }

  .ab-w{
    display: block;
  }
  .ab-h{
    display: none;
  }

  .ab-flower h2,.ab-flower span{
    display: none;
  }

  .text-ab{
    position: absolute;
    top: 20em;
    right: 0;
    width: 35%;
  }

  .text-ab h2,.text-ab span,a.txt-ab-drop{
    display: block;
  }

  .text-ab span{
    margin-bottom: 1em;
  }

  a.ab-drop {
    display: none;
  }

  .ab-flower {
    margin: 12em 0 8em 0;
  }

  .i-box {
    display: inline-block;
    margin: auto 1em;
  }

  .i-wrap {
    margin-top: 15em;
  }

  a.i-drop{
   margin-top: 4em;
  }

  input#code{
    width: 30%;
  }

  input#code + img{
    width: 150px;
    margin-left: 1em;
  }
}

/*大於480且小於1024*/
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .leaf-r img,.leaf-r-s img,
  .leaf-l img,.leaf-l-s img{
    width: 50%;
  }

  .co-bg {
    bottom: -15em;
  }

  .se-in-title {
    padding-left: 1em;
  }

} 

@media screen and (max-width: 566px){
  .p-box ul li{
    width: 100%;
  }
  .co-bg {
    bottom: -18em;
  } 
}

@media screen and (max-width: 1200px) {
  .ct-scroll{
    display: block;
    position: relative;
    top: -8em;
  }
}








