/* 字體 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap');
@font-face {
    font-family: "Futura-Std-Medium";
    src: url(../fonts/Futura-Std-Medium.OTF);
}
@font-face {
    font-family: "Futura-Std-Light";
    src: url(../fonts/Futura-Std-Light.otf);
}
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    width: 100%!important;
    display: block;
}

.Futura-Std-Medium {
    font-family: "Futura-Std-Medium";
}

.Futura-Std-Light {
    font-family: "Futura-Std-Light";
}


/*LOADING*/
.loading {
  width: 100%;
  height: 100%;
  background: #16171d;
  opacity: 0.9;
  position: fixed;
  z-index: 99999999;
}

.loader {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 100px auto;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9vw;
  font-family: "Futura-Std-Light", serif;


}
.loader:before,
.loader:after {
  opacity: 0;
  box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 5px solid #fff;
  box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
}

.loader:after {
  z-index: 1;
  -webkit-animation: gogoloader 2s infinite 1s;
}

.loader:before {
  z-index: 2;
  -webkit-animation: gogoloader 2s infinite;
}

@-webkit-keyframes gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.all {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.menu_logo{
    width: 4.7vw;
    position: fixed;
    right: 2.5vw;
    top: 2.5vw;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.main {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.main-banner {
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
}
.main-banner .pic_left{
    width: 70vw!important;
    position: absolute;
    left: 0;
    top: 0;
}
.main-banner .pic_right{
    width: 70vw!important;
    position: absolute;
    right: 0;
    top: 0;
}
@media  screen and (max-width:1024px)  {
.main-banner .pic_left{
    position: absolute;
    left: -3vw;
    top: 0;
}
.main-banner .pic_right{
    position: absolute;
    right: -3vw;
    top: 0;
}
}
@media  screen and (max-width:900px)  {
.main-banner .pic_left{
    position: absolute;
    left: -6vw;
    top: 0;
}
.main-banner .pic_right{
    position: absolute;
    right: -6vw;
    top: 0;
}
}
@media  screen and (max-width:768px)  {
.main-banner .pic_left{
    position: absolute;
    left: -15vw;
    top: 0;
}
.main-banner .pic_right{
    position: absolute;
    right: -15vw;
    top: 0;
}
}



/*共用文字*/
.main-txt {
    width: 40%;
    position: absolute;
    font-family: 'Noto Sans TC', sans-serif;
    color: #fff;
    text-align: left;
}
.main-txt h2 {
    font-size: 1.9vw;
    line-height: 2.6vw;
    letter-spacing: 0.4vw;
    font-weight: 300;
    color: #cdbaa0;
    font-family: 'Noto Sans TC', sans-serif;
    padding-bottom: 0.8vw;
}
.main-txt h4 {
    font-size: 1.25vw;
    letter-spacing: 0.2vw;
    font-weight: 300;
    margin: 0 auto 0 auto;
    line-height: 2.2vw;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
}
@media  screen and (max-width: 1660px)  {
.main-txt h2 {
    font-size: 1.7vw;
    line-height: 2.3vw;
}
.main-txt h4 {
    font-size: 1.1vw;
    line-height: 1.8vw;
}
}
@media  screen and (max-width:1024px)  {
.main-txt h2 {
    font-size: 1.5vw;
    line-height: 2vw;
}
.main-txt h4 {
    font-size: 1vw;
    line-height: 2vw;
}
}




video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

video::-webkit-media-controls {
    display: none !important;
}
video.pic_left{
    object-fit: cover;
    width: 70vw!important;
    position: absolute;
    left: 0;
    top: 0;
}
video.pic_right{
    width: 70vw!important;
    position: absolute;
    right: 0;
    top: 0;
}
@media  screen and (max-width:1024px)  {
video.pic_left{
    position: absolute;
    left: -3vw;
    top: 0;
}
video.pic_right{
    position: absolute;
    right: -3vw;
    top: 0;
}
}
@media  screen and (max-width:900px)  {
video.pic_left{
    position: absolute;
    left: -6vw;
    top: 0;
}
video.pic_right{
    position: absolute;
    right: -6vw;
    top: 0;
}
}
@media  screen and (max-width:768px)  {
video.pic_left{
    position: absolute;
    left: -15vw;
    top: 0;
}
video.pic_right{
    position: absolute;
    right: -15vw;
    top: 0;
}
}




/*頁面1*/
.main1 .main1_logo{
    width: 26.5vw;
    position: absolute;
    top: 30%;
    right: 8.5vw;
    display: none;
}


/*頁面2*/
.main2 .be {z-index: 1;}
.main2 .af {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    animation: showbg 1.2s infinite alternate;
    transition-timing-function: linear;
    z-index: 2;
}
@keyframes showbg {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.main2 .main-txt {
    width: 30%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 3.5vw;
    transform: translateY(-50%);
    z-index: 3;
}

.main2-logo {
    width: 10vw;
    position: absolute;
    right: 33%;
    top: 24%;
    animation: tag 0.6s infinite alternate;
    transition-timing-function: linear;
    z-index: 3;
}
@keyframes tag {
    0% {
        top: 24%;
    }
    100% {
        top: 25%;
    }
}
@media  screen and (max-width: 1660px)  {

}



/*頁面3*/
.main3 .main-txt {
    width: 24%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-50%);
}
.main3 .main-txt h2 {
    letter-spacing: 0vw;
}
.main3 .main-txt h4 {
    letter-spacing: 0vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.main3 .main-txt h4.last{
    letter-spacing: 0.15vw;
    text-align-last: left;
}
.main3 .main-txt h4.first{
    letter-spacing: -0.1vw;
}
@media  screen and (max-width:1024px)  {
.main3 .main-txt {
    width: 25%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
}
}
@media  screen and (max-width:900px)  {
.main3 .main-txt {
    width: 30%;
}
}
@media  screen and (max-width:768px)  {
.main3 .main-txt {
    width: 35%;
}
.main3 .main-txt h4{letter-spacing: -0.4vw;}
}




/*頁面4*/
.main4 .main-txt {
    width: 24%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 3.5vw;
    transform: translateY(-50%);
}
.main4 .main-txt h2 {
    letter-spacing: 0vw;
}
.main4 .main-txt h4 {
    letter-spacing: -0.01vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.main4 .main-txt h4.last{
    letter-spacing: 0.15vw;
    text-align-last: left;
}
@media  screen and (max-width:1024px)  {
.main4 .main-txt {
    width: 25%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
}
}
@media  screen and (max-width:900px)  {
.main4 .main-txt {
    width: 30%;
}
}
@media  screen and (max-width:768px)  {
.main4 .main-txt {
    width: 35%;
}
.main4 .main-txt h4{letter-spacing: -0.5vw;}
}




/*頁面5*/
.main5 .main-txt {
    width: 24%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-50%);
}
.main5 .main-txt h2 {
   /* letter-spacing: 0vw;*/
}
.main5 .main-txt h4 {
    letter-spacing: 0vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.main5 .main-txt h4.last{
    letter-spacing: 0.15vw;
    text-align-last: left;
}
@media  screen and (max-width:1024px)  {
.main5 .main-txt {
    width: 25%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
}
}
@media  screen and (max-width:900px)  {
.main5 .main-txt {
    width: 30%;
}
}
@media  screen and (max-width:768px)  {
.main5 .main-txt {
    width: 35%;
}
.main5 .main-txt h4{letter-spacing: -0.5vw;}
}


/*頁面6*/
.main6 .main-txt {
    width: 24%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 3.5vw;
    transform: translateY(-50%);
}
.main6 .main-txt h2 {
   /* letter-spacing: 0vw;*/
}
.main6 .main-txt h4 {
    letter-spacing: -0.01vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.main6 .main-txt h4.last{
    letter-spacing: 0.15vw;
    text-align-last: left;
}
@media  screen and (max-width:1024px)  {
.main6 .main-txt {
    width: 25%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
}
}
@media  screen and (max-width:900px)  {
.main6 .main-txt {
    width: 30%;
}
}
@media  screen and (max-width:768px)  {
.main6 .main-txt {
    width: 35%;
}
.main6 .main-txt h4{letter-spacing: -0.4vw;}
}



/*頁面7*/
.main7 .main-txt {
    width: 24%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-50%);
}
.main7 .main-txt h2 {
   /* letter-spacing: 0vw;*/
}
.main7 .main-txt h4 {
    letter-spacing: 0vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.main7 .main-txt h4.last{
    letter-spacing: 0.15vw;
    text-align-last: left;
}
@media  screen and (max-width:1024px)  {
.main7 .main-txt {
    width: 25%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
}
}
@media  screen and (max-width:900px)  {
.main7 .main-txt {
    width: 30%;
}
}
@media  screen and (max-width:768px)  {
.main7 .main-txt {
    width: 35%;
}
.main7 .main-txt h4{letter-spacing: -0.4vw;}
}



/*頁面8*/
.main8 .main-txt {
    width: 24%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 3.5vw;
    transform: translateY(-50%);
}
.main8 .main-txt h2 {
  /*  letter-spacing: 0vw;*/
}
.main8 .main-txt h4 {
    letter-spacing: -0.01vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.main8 .main-txt h4.last{
    letter-spacing: 0.15vw;
    text-align-last: left;
}
@media  screen and (max-width:1024px)  {
.main8 .main-txt {
    width: 25%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
}
}
@media  screen and (max-width:900px)  {
.main8 .main-txt {
    width: 30%;
}
}
@media  screen and (max-width:768px)  {
.main8 .main-txt {
    width: 35%;
}
.main8 .main-txt h4{letter-spacing: -0.4vw;}
}



/*頁面9*/
.main9 .main-txt {
    width: 24%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-50%);
}
.main9 .main-txt h2 {
    /*letter-spacing: 0vw;*/
}
.main9 .main-txt h4 {
    letter-spacing: 0vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.main9 .main-txt h4.last{
    letter-spacing: 0.15vw;
    text-align-last: left;
}
@media  screen and (max-width:1024px)  {
.main9 .main-txt {
    width: 25%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
}
}
@media  screen and (max-width:900px)  {
.main9 .main-txt {
    width: 30%;
}
}
@media  screen and (max-width:768px)  {
.main9 .main-txt {
    width: 35%;
}
.main9 .main-txt h4{letter-spacing: -0.4vw;}
}



/*頁面10*/
.main10 .main-txt.left{
    width: 24%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
    text-align-last: center;
}
.main10 .main-txt.right{
    width: 24%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    text-align-last: center;
}
.main10 .main-txt h2 {
    letter-spacing: 0.5vw;
}
.main10 .main-txt h4 {
    letter-spacing: 0vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
@media  screen and (max-width:1024px)  {
.main10 .main-txt.left{
    width: 26%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
    text-align-last: center;
}
.main10 .main-txt.right{
    width: 26%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    text-align-last: center;
}
}
@media  screen and (max-width:900px)  {
.main10 .main-txt.left{
    width: 30%;
    left: 2.5vw;
}
.main10 .main-txt.right{
    width: 30%;
    right: 2.5vw;
}
}
@media  screen and (max-width:768px)  {
.main10 .main-txt h4{letter-spacing: -0.5vw;}
}
@media  screen and (max-width:580px)  {
.main10 .main-txt h4{letter-spacing: -1vw;}
}





/*頁面11*/
.main11 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    /*background-color: #000;
    background: url(../img/pg11-bg.jpg) no-repeat top center;*/
    z-index: 1;
}
.main11 #video2{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 1;
}
.main11 .main11_mask {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.main11-logo {
    width: 9vw;
    position: relative;
    margin: 5vw auto 3vw auto;
    z-index: 3;
}
.logo-line-left {
    width: 1px;
    height: 0vw;
    position: absolute;
    left: -4.5vw;
    top: -5vw;
    background-color: #a08062;
    /*animation: lingleft 1s infinite alternate;
    transition-timing-function: linear;*/
    z-index: 3;
}
.logo-line-right {
    width:1px;
    height: 0vw;
    position: absolute;
    right: -4.5vw;
    top: -5vw;
    background-color: #725c4f;
    /*animation: lingright 1s infinite alternate;
    transition-timing-function: linear;*/
    z-index: 3;
}

.main11-logo-ani {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.main11-logo .logopic{
    width: 100%;
    position: absolute;
    left: 0;
    top: 10vw;
}


.main11-logo-ani .logotxt{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.main11-txt{
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.main11-txt .words {
    width: 26vw;
    position: relative;
    margin: 27.5vw auto 4.5vw auto;
    text-align: center;
}
.main11-txt h2{
    font-size: 1.8vw;
    letter-spacing: 0.8vw;
    margin: 5vw 0 10vw 0;
    font-weight: 500;
    color: #cdbaa0;
    text-align: center;
}





.main11-form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-image:url(../img/pg12-bg.jpg) ;
    background-size: cover;
    background-position: top center;
    background-color: transparent;
}
.form {
    width: 40%;
    height: auto;
    position: relative;
    margin: 0 auto;
    color: #cfbda2;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 10vw 0;
}
@media  screen and (max-width:768px)  {
.form {
    width: 50%;
}
}

.form form {
    position: relative;
}

.form-title {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 5vw;
    letter-spacing: 0.5vw;
    white-space: nowrap;
}

@media  screen and (max-width: 1660px)  {
.form-title {
    font-size: 4vw;
}
}
@media  screen and (max-width:768px)  {
.form-title {
    font-size: 3vw;
}
}

.form-title h2 {
    margin: 0 0 0.1vw 0;
    line-height: 3vw;
    letter-spacing: 1.1vw;
    font-size: 1.8vw;
    font-family: "Futura-Std-Light";
    font-weight: 300;
}

.form-title h4 {
    margin: 0;
    line-height: 3vw;
    letter-spacing: 0.1vw;
    font-size: 1.8vw;
    font-weight: 300;
    text-align: center;
}
@media  screen and (max-width: 1660px)  {
.form-title h2 {
    line-height: 3vw;
    font-size: 1.5vw;
}
.form-title h4 {
    line-height: 3vw;
    font-size: 1.5vw;
}
}
@media  screen and (max-width:700px)  {
.form-title h2 {
    line-height: 2.5vw;
    font-size: 1.2vw;
}
.form-title h4 {
    line-height: 2.5vw;
    font-size: 1.2vw;
}
}


.text-input {
    width: 100%;
    height: 3vw;
    line-height: 3vw;
    margin-bottom: 1vw;
    position: relative;
    padding: 0 0vw;
    box-sizing: border-box;
}

.input-title {
    width: 19%;
    height: 3vw;
    line-height: 3vw;
    float: left;
    letter-spacing: 0.15vw;
    font-size: 1.5vw;
}
@media  screen and (max-width: 1660px)  {
.input-title {
    font-size: 1.3vw;
}
}
@media  screen and (max-width:700px)  {
.input-title {
    width: 25%;
}
}
@media  screen and (max-width:600px)  {
.input-title {
    width: 30%;
}
}


.input {
    width: 81%;
    height: 3vw;
    line-height: 3vw;
    float: left;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cfbda2;
    box-sizing: border-box;
}
@media  screen and (max-width:700px)  {
.input {
    width: 75%;
}
}
@media  screen and (max-width:600px)  {
.input {
    width: 70%;
}
}

.input input {
    width: 100%;
    height: 3vw;
    line-height: 3vw;
    padding: 0 0 0 2%;
    box-sizing: border-box;
    border: none;
    letter-spacing: 0.15vw;
    font-size: 1.5vw;
    background-color: transparent;
    font-family: 'Noto Sans TC', sans-serif;
    outline: none;
    letter-spacing: 0.3vw;
    margin-top: -1px;
    color: #cfbda2;
}
@media  screen and (max-width: 1660px)  {
.input input {
    font-size: 1.3vw;
}
}

.form input::placeholder {
    color: #cfbda2!important;
}
.check-item {
    width: 100%;
    height: 3vw;
    line-height: 3vw;
    margin: 0 0 4% 0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.check-item label {
    height: 3vw;
    line-height: 3vw;
    cursor: pointer;
    letter-spacing: 0.1vw;
    font-size: 1.8vw;
}
@media  screen and (max-width: 1660px)  {
.check-item label {
    font-size: 1.5vw;
}
}


.check-item label input {
    width: 2vw;
    height: 2vw;
    margin: 0 0 -0.4% 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/check.png) no-repeat top center;
    background-size: 2vw 2vw;
    border: none;
    cursor: pointer;
}
.check-item label input:checked {
    background: url("../img/checked.png") no-repeat top center;
    background-size: 2vw 2vw;
}

.check-txt {
    width: 100%;
    font-size: 1.5vw;
    text-align: center;
    margin-bottom: 0.5vw;
}
@media  screen and (max-width: 1660px)  {
.check-txt {
    font-size: 1.3vw;
}
}


.form-btn {
    width: 100%;
    margin: 5vw auto 0 auto;
    position: relative;
}


.form input[type="button"],
.form input[type="submit"],
.form input[type="reset"] {
    width: 100%;
    color: #000000;
    background-color: #cfbda2;
    font-family: "Futura-Std-Light";
    outline: none;
    font-size: 2vw;
    box-sizing: border-box;
    letter-spacing: 0.5vw;
    line-height: 3vw;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    position: relative;
    cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #cfbda2;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    /*淡淡的白*/
    transition: background-color 5000s ease-in-out 0s;
    /*透明*/
}
.infor {
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding: 0vw 0 3vw 0;
}

.check-item-time label {
    width: 33.33333%;
    height: 2.5vw;
    line-height: 3vw;
    cursor: pointer;
    letter-spacing: 0.15vw;
    font-size: 1.5vw;
    display: block;
    float: left;
}
@media  screen and (max-width: 1660px)  {
.check-item-time label {
    font-size: 1.3vw;
}
}

.check-item-time label input[type="radio"] {
    width: 2vw;
    height: 2vw;
    margin: 0 2% -2% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    background: url(../img/check.png) no-repeat top center;
    background-size: 2vw 2vw;
    border: none;
    cursor: pointer;
}

.check-item-time label input:checked {
    background: url("../img/checked.png") no-repeat top center;
    background-size: 2vw 2vw;
}

.clock {
    position: relative;
    margin: 0;
    height: 3vw;
    line-height: 3vw;
    z-index: 1;
}

.input.clock,
.input.check-item-time {
    border: none;
}
.input.clock{
    border-bottom: 1px solid #cfbda2;
}

.clock-txt {
    height: 3vw;
    line-height: 3vw;
    cursor: pointer;
    font-size: 1.5vw;
    float: left;
}
@media  screen and (max-width: 1660px)  {
.clock-txt {
    font-size: 1.3vw;
}
}


.clock-input {
    width: 9vw;
    height: 3vw;
    line-height: 3vw;
    float: left;
}

.clock input {
    width: 100%;
    height: 3vw;
    line-height: 3vw;
    box-sizing: border-box;
    font-size: 1.5vw;
    border: none;
    background-color: transparent;
    font-family: 'Noto Sans TC', sans-serif;
    outline: none;
    letter-spacing: 0.3vw;
    color: #cfbda2;
}
@media  screen and (max-width: 1660px)  {
.clock input {
    font-size: 1.3vw;
}
}



.main12{padding-bottom: 2%;}
.main12-map {
    width: 100%;
    position: relative;
    padding: 0 0 5vw 0;
}
.main12 .infor {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 2vw 0 1vw 0;
}

.nav {
    width: 51%;
    height: auto;
    position: relative;
    margin: 0 auto 3vw auto;
}

.nav-li {
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.fb {
    left: 0;
}

/*.add {
    left: 25%;
}*/

.map {
    left: 33.5%;
}

.tel {
    left: 67%;
}




/*footer-nav*/
.footer-nav {
    width: 2.5vw;
    position: fixed;
    height: auto;
    bottom: 8%;
    right: 2vw;
    z-index: 999;
    box-sizing: border-box;
    display: none;
}

.footer-nav-all {
    width: 100%;
    margin: 0 auto;
}

.footer-nav-li {
    width: 100%;
    height: 2.5vw;
    position: relative;
    display: block;
    background-color: #ccbaa0;
    margin: 0 0 0.6vw 0;
    transition: all 0.5s linear;
}

.footer-nav-li:hover {
    opacity: 0.7;
}

.footer-fb {
    width: 30%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    padding: 25% 0 0 0;
}

.footer-line {
    width: 53%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    padding: 25% 0 0 0;
}

.footer-map {
    width: 55%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    padding: 32% 0 0 0;
}

.footer-tel {
    width: 83%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    padding: 9% 0 0 0;
}




/*同意書照片預覽*/
.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 11111;
    font-family: "微軟正黑體";
}

.closeBtn {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 4%;
}

.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 47%;
    position: relative;
    height: 100vh;
    overflow: auto;
}

.infoWrap ul {
    list-style: none;
    font-size: 1vw;
    padding-inline-start: 2vw;
}

.infoWrap ul>li>ul {
    list-style: none;
    font-size: 1vw;
    padding-inline-start: 1vw;
}


.li1::before {
    content: "一、";
    position: absolute;
    left: 0vw;
}

.li2::before {
    content: "二、";
    position: absolute;
    left: 0vw;
}

.li3::before {
    content: "三、";
    position: absolute;
    left: 0vw;
}

.li4::before {
    content: "四、";
    position: absolute;
    left: 0vw;
}

.li5::before {
    content: "五、";
    position: absolute;
    left: 0vw;
}

.li1-li::before {
    content: "（１）";
    position: absolute;
    left: 0vw;
}

.li2-li::before {
    content: "（２）";
    position: absolute;
    left: 0vw;
}

.li3-li::before {
    content: "（３）";
    position: absolute;
    left: 0vw;
}

.li4-li::before {
    content: "（４）";
    position: absolute;
    left: 0vw;
}

.infoBox {
    width: 100%;
    height: calc(100% - 150px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    color: #fff;
    text-align: left;
}

.infoBox h3 {
    font-size: 1.5vw;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: center;
}

.infoBox h4 {
    font-size: 1.1vw;
    line-height: 130%;
    margin-bottom: 25px;
}

.infoBox h5 {
    font-size: 1.5vw;
    line-height: 130%;
    margin-bottom: 25px;
}

.infoBox p {
    font-size: 1.1vw;
    line-height: 150%;
}

