@charset "UTF-8";
/*RWD*************************************/
/*手機直向*************************************/
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .allDiv {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .phone001_index001_form00 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e9e9c9;
  }
  .phone001_index001_form01_back {
    position: relative;
    height: 100%;
    background-color: #e9e9c9;
    margin-right: 0%;
    margin-left: 0ex;
  }
  .introBox {
    height: 0px;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .introBox.active {
    display: block;
    animation-name: t01;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  @keyframes t01 {
    0% {
      height: 0px;
    }
    100% {
      height: 2060px;
    }
  }
  /*上BAR標題圖*/
  .phone001_topBar001_form01 {
    position: relative;
    width: 100%;
    display: none;
  }
  .indexJpgBox {
    position: relative;
    width: 200%;
    z-index: 10;
  }
  .indexJpgBox img {
    width: 100%;
    height: auto;
  }
  .indexDataBox {
    position: absolute;
    top: 60%;
    right: 4%;
    width: 20%;
    z-index: 50;
    animation-name: m01;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  @keyframes m01 {
    0% {
      top: 58%;
    }
    /*25% {
    	bottom: 21%;
    }*/
    50% {
      top: 65%;
    }
    /*75% {
    	bottom: 13%;
    }*/
    100% {
      top: 58%;
    }
  }
  .phone001_topBar001_form01_02 {
    position: relative;
    width: 100%;
  }
  .phone001_topBar001_form01_02 img {
    width: 100%;
    height: auto;
  }
  .indexMainBox {
    position: absolute;
    top: 10%;
    right: 9%;
    width: 80%;
    z-index: 25;
    scale: 0.01;
    animation-name: m05;
    animation-duration: 0.75s;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation: m05 0.75s 0.25s 1 ease-in-out, m05-02 2s 1s infinite ease-in-out;
  }
  @keyframes m05 {
    0% {
      scale: 0.01;
    }
    100% {
      scale: 1.2;
    }
  }
  @keyframes m05-02 {
    0% {
      top: 10%;
      scale: 1.2;
    }
    50% {
      top: 12%;
      scale: 1.2;
    }
    100% {
      top: 10%;
      scale: 1.2;
    }
  }
  .indexMainBox02 {
    position: absolute;
    top: 3%;
    right: 0%;
    width: 100%;
    z-index: 30;
    scale: 0.01;
    animation-name: m11;
    animation-duration: 0.75s;
    animation-delay: 5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation: m11 0.75s 0.75s 1 ease-in-out, m11-02 2s 1.5s infinite ease-in-out;
  }
  @keyframes m11 {
    0% {
      scale: 0.01;
    }
    100% {
      scale: 1;
    }
  }
  @keyframes m11-02 {
    0% {
      top: 3%;
      scale: 1;
    }
    50% {
      top: 5%;
      scale: 1;
    }
    100% {
      top: 3%;
      scale: 1;
    }
  }
  /*.indexMainBox02 {
  	animation-delay: 1s;
  	animation-name: m05;
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
  	animation-timing-function: ease-in-out;

  	@keyframes m05 {
  		0% {
  			top: 3%;
  		}

  		50% {
  			top: 5%;
  		}


  		100% {
  			top: 3%;
  		}
  	}

  }*/
  .indexTitleBox {
    position: absolute;
    top: 0%;
    right: 6%;
    width: 90%;
    z-index: 40;
    scale: 0.01;
    animation-name: m06;
    animation-duration: 0.75s;
    animation-delay: 1.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  @keyframes m06 {
    0% {
      scale: 0.01;
    }
    100% {
      scale: 1;
    }
  }
  /*中間內容區_簡介*/
  .phone001_mid001_form00 {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 40px;
    background-color: #e9e9c9;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .phone001_mid001_form00_00form {
    position: relative;
    width: 100%;
  }
  .phone001_mid001_form00_01word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 24px;
    line-height: 72px;
    color: #712196;
    text-align: center;
    width: 100%;
  }
  .phone001_mid001_form00_02Btn {
    position: relative;
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
  }
  .phone001_mid001_form00_02Btn_word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
  }
  .phone001_mid001_form00_02Btn_word a:link {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
  }
  .phone001_mid001_form00_02Btn_word a:visited {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
  }
  .phone001_mid001_form00_02Btn_word a:hover {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
  }
  .phone001_mid001_form00_02Btn_word a:active {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
  }
  .phone001_mid001_form00_03pic {
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    animation-name: m02;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  @keyframes m02 {
    0% {
      top: 0px;
    }
    /*25% {
    		top: 10px;
    	}*/
    50% {
      top: 20px;
    }
    /*75% {
    		top: -10px;
    	}*/
    100% {
      top: 0px;
    }
  }
  .phone001_mid001_form00_03pic img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .phone001_mid001_form02_01pic {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .phone001_mid001_form02_01pic img {
    position: relative;
    height: auto;
    width: 100%;
  }
  /*中間內容區_曲目*/
  .phone001_mid002_form00 {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 40px;
  }
  .phone001_mid002_form00_00form {
    position: relative;
    width: 100%;
    float: left;
  }
  .phone001_mid002_form00_01word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #146636;
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 10px;
    font-weight: bolder;
  }
  .phone001_mid002_form00_01word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #6cc;
    margin-right: 2%;
    margin-left: 2%;
  }
  .phone001_mid002_form00_02word {
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }
  .phone001_mid002_form00_03word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 40px;
    color: #231815;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .phone001_mid002_form00_03word.red {
    font-size: 26px;
  }
  .phone001_mid002_form00_03word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 40px;
    color: #6cc;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .phone001_mid002_form00_04word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 20px;
    line-height: 30px;
    color: #0b1130;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .phone001_mid002_form00_02Btn {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  /*中間內容區_人介紹*/
  .phone001_mid003_form00 {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 40px;
  }
  .phone001_mid003_form00_00form {
    position: relative;
    width: 100%;
    float: left;
  }
  .phone001_mid003_form00_01word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #f69;
    margin-right: 2%;
    margin-left: 2%;
  }
  .phone001_mid003_form00_01word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #6cc;
    margin-right: 2%;
    margin-left: 2%;
  }
  .phone001_mid003_form00_02word {
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    padding-bottom: 20px;
  }
  .phone001_mid003_form00_02word_01 {
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    padding-bottom: 20px;
  }
  .phone001_mid003_form00_03word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 40px;
    color: #146636;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .phone001_mid003_form00_03word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 18px;
    line-height: 28px;
    color: #0b1130;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
  }
  .phone001_mid003_form00_04word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 34px;
    color: #ff0;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .test {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10200px;
    left: 0px;
    background-color: #e83828;
    z-index: 80;
    display: none;
  }
  .phone001_mid003_form00_04pic {
    position: relative;
    margin-right: 10%;
    margin-left: 10%;
    border-radius: 500px;
  }
  /*.animate {
  	//animation-name: c01;
  	//animation-duration: 1s;
  	//animation-iteration-count: 1;
  	//animation-timing-function: ease-in-out;
  	//animation-fill-mode: forwards;
  	animation: c01 0.75s 0s 1 ease-in-out forwards, c02 2s 1s infinite ease-in-out;

  	@keyframes c01 {
  		0% {
  			//top: 10px;
  			scale: 00.1;
  		}

  		100% {
  			//top: 10px;
  			scale: 1;
  		}
  	}

  	@keyframes c02 {
  		0% {
  			top: 0px;
  			scale: 1;
  		}

  		50% {
  			top: 10px;
  			scale: 1;
  		}


  		100% {
  			top: 0px;
  			scale: 1;
  		}
  	}
  }
  */
  .phone001_mid003_form00_04pic img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 500px;
  }
  .phone001_mid003_form02_01 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }
}
/*web*************************************/
@media only screen and (min-width: 768px) {
  .allDiv {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .phone001_index001_form00 {
    position: relative;
    width: 100%;
    background-color: #333333;
  }
  .phone001_index001_form01_back {
    position: relative;
    background-color: #e9e9c9;
    margin-right: 20%;
    margin-left: 20%;
  }
  /*上BAR標題圖*/
  .phone001_topBar001_form01 {
    position: relative;
    width: 100%;
    background-color: #999;
  }
  .phone001_topBar001_form01 img {
    width: 100%;
    height: auto;
  }
  .indexJpgBox {
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .indexJpgBox img {
    width: 100%;
    height: auto;
  }
  .indexDataBox {
    position: absolute;
    top: 70%;
    right: 16%;
    width: 15%;
    z-index: 50;
    animation-name: m01;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  @keyframes m01 {
    0% {
      top: 68%;
    }
    /*25% {
    	bottom: 21%;
    }*/
    50% {
      top: 73%;
    }
    /*75% {
    	bottom: 13%;
    }*/
    100% {
      top: 68%;
    }
  }
  .indexDataBox img {
    width: 100%;
    height: auto;
  }
  .phone001_topBar001_form01_02 {
    position: relative;
    width: 100%;
    display: none;
  }
  .phone001_topBar001_form01_02 img {
    width: 100%;
    height: auto;
    display: none;
  }
  /*中間內容區_簡介*/
  .phone001_mid001_form00 {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 40px;
    background-color: #e9e9c9;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .phone001_mid001_form00_00form {
    position: relative;
    width: 100%;
  }
  .phone001_mid001_form00_01word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 32px;
    line-height: 72px;
    color: #d25a49;
    text-align: center;
    width: 100%;
  }
  .phone001_mid001_form00_02Btn {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
  }
  .phone001_mid001_form00_02Btn_word a:link {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
  }
  .phone001_mid001_form00_02Btn_word a:visited {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
  }
  .phone001_mid001_form00_02Btn_word a:hover {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
  }
  .phone001_mid001_form00_02Btn_word a:active {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    background-color: #fff;
    text-decoration: none;
  }
  .phone001_mid001_form00_03pic {
    position: relative;
    margin-right: 10%;
    margin-left: 10%;
    animation-name: m02;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  @keyframes m02 {
    0% {
      top: 0px;
    }
    /*25% {
    	top: 10px;
    }*/
    50% {
      top: 20px;
    }
    /*75% {
    	top: -10px;
    }*/
    100% {
      top: 0px;
    }
  }
  .phone001_mid001_form00_03pic img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .phone001_mid001_form02_01pic {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .phone001_mid001_form02_01pic img {
    position: relative;
    height: auto;
    width: 100%;
  }
  /*中間內容區_曲目*/
  .phone001_mid002_form00 {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 40px;
  }
  .phone001_mid002_form00_00form {
    position: relative;
    width: 100%;
    float: left;
  }
  .phone001_mid002_form00_01word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #146636;
    margin-right: 2%;
    margin-left: 2%;
  }
  .phone001_mid002_form00_01word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #6cc;
    margin-right: 2%;
    margin-left: 2%;
  }
  .phone001_mid002_form00_02word {
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }
  .phone001_mid002_form00_03word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 40px;
    color: #146636;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .phone001_mid002_form00_03word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 40px;
    color: #6cc;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .phone001_mid002_form00_04word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 32px;
    color: #080f2b;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .phone001_mid002_form00_02Btn {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 22px;
    line-height: 50px;
    color: #666;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    border: 1px solid #999;
    border-radius: 999px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  /*中間內容區_人介紹*/
  .phone001_mid003_form00 {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 40px;
  }
  .phone001_mid003_form00_00form {
    position: relative;
    width: 100%;
    float: left;
  }
  .phone001_mid003_form00_01word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #f69;
    margin-right: 2%;
    margin-left: 2%;
  }
  .phone001_mid003_form00_01word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #6cc;
    margin-right: 2%;
    margin-left: 2%;
  }
  .phone001_mid003_form00_02word {
    position: relative;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    float: left;
    width: 44%;
    padding-bottom: 10px;
  }
  .phone001_mid003_form00_02word_01 {
    position: relative;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    float: left;
    width: 30%;
    padding-bottom: 10px;
  }
  .phone001_mid003_form00_03word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 40px;
    color: #146636;
    text-align: left;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .phone001_mid003_form00_03word_02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 16px;
    line-height: 18px;
    color: #080f2b;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .phone001_mid003_form00_04word {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 30px;
    line-height: 32px;
    color: #ff0;
    text-align: left;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .phone001_mid003_form00_04pic {
    position: relative;
    margin-right: 10%;
    margin-left: 10%;
    border-radius: 500px;
  }
  .phone001_mid003_form00_04pic img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 500px;
  }
  .phone001_mid003_form02_01 {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
.phone002_mid001_form01_01 {
  position: relative;
  margin-bottom: 30px;
  margin-right: 5%;
  margin-left: 5%;
}

/*中間內容區_人介紹*/
.phone001_mid004_form00 {
  position: relative;
  margin-right: 0%;
  margin-left: 0%;
  margin-bottom: 40px;
}/*# sourceMappingURL=phone.css.map */