@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");


@font-face {
    font-family: "Futura Std Book";
    src: url(../fonts/Futura\ Std\ Book.otf);
}

.Futura-Std-Book {
    font-family: "Futura Std Book";
}

@font-face {
    font-family: "Futura Std Medium";
    src: url(../fonts/Futura\ Std\ Medium.otf);
}

.Futura-Std-Medium {
    font-family: "Futura Std Medium";
}

@font-face {
    font-family: "Futura Std Heavy";
    src: url(../fonts/Futura\ Std\ Heavy.otf);
}

.Futura-Std-Heavy {
    font-family: "Futura Std Heavy";
}

@font-face {
    font-family: "Futura Std Light";
    src: url(../fonts/Futura\ Std\ Light.otf);
}

.Futura-Std-Light {
    font-family: "Futura Std Light";
}


[data-aos="opacity-left"] {
    opacity: 1;
    clip-path: inset(0% 100% 0 0);
    /* 初始状态下完全隐藏 */
}

[data-aos="opacity-left"].aos-animate {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    /* 显示全部图片 */
}

[data-aos="opacity-x"] {
    opacity: 1;
    clip-path: inset(0% 100% 0 100%);
    /* 初始状态下完全隐藏 */
}

[data-aos="opacity-x"].aos-animate {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    /* 显示全部图片 */
}

[data-aos="opacity-down"] {
    opacity: 1;
    clip-path: inset(0% 0 100% 0);
    /* 初始状态下完全隐藏 */
}

[data-aos="opacity-down"].aos-animate {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    /* 显示全部图片 */
}


body,
html {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    --vw-base: calc(100vw / 1920);
    display: flex;
    flex-direction: column;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 15vw;
    background-color: #3e4444;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;

}

/* .circle-hide {
    position: relative;
    flex-grow: 1;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
} */

.circle {
    width: 50vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    /* 初始狀態為透明 */
    transition: opacity 1s ease;
}

.bottom-bg {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.logo-shadow {
    position: fixed;
    width: 33vw;
    height: auto;
    z-index: 5;
    opacity: 1;
    transition: opacity .6s ease;
    pointer-events: none;
}

.main1 {
    position: relative;
    width: 100%;
    height: calc(1100 * var(--vw-base));
}

.title {
    position: relative;
    padding-top: calc(168 * var(--vw-base));
    margin: 0 auto;
    width: calc(695 * var(--vw-base));
}

.t1 {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.title .logo05 {
    position: relative;
    width: calc(437 * var(--vw-base));
    height: auto;
}

.title .t1txt1 {
    position: absolute;
    bottom: 0;
    right: calc(-31 * var(--vw-base));
    font-size: calc(20 * var(--vw-base));
    font-family: "Futura Std Light";
    color: #FFFFFF;
    letter-spacing: 0.2em;
    line-height: calc(21 * var(--vw-base));
}

.title .t1txt2 {
    position: relative;
    color: #fff;
    font-size: calc(20 * var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.3em;
    align-self: flex-end;
    padding-right: calc(11 * var(--vw-base));
}

.title .redline {
    width: 100%;
    height: calc(1 * var(--vw-base));
    background-color: #ff6012;
    margin: calc(14 * var(--vw-base)) 0 calc(31 * var(--vw-base)) 0;
}

.title .t2 {
    position: relative;
    color: #fff;
    font-size: calc(18 * var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.3em;
    line-height: calc(30 * var(--vw-base));
    width: 100%;
    text-align: center;
}

.content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: calc(67 * var(--vw-base)) calc(228 * var(--vw-base)) calc(0 * var(--vw-base)) calc(187 * var(--vw-base));
}


.mapinfo .map {
    position: relative;
    display: block;
    width: calc(696 * var(--vw-base));
    height: calc(406 * var(--vw-base));
    background-image: url(../img/05/map.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mapinfo .map-icon {
    position: relative;
    top: calc(164 * var(--vw-base));
    left: calc(418 * var(--vw-base));
    width: calc(28*var(--vw-base));
}

.mapinfo .mi1 {
    position: relative;
    width: calc(28 * var(--vw-base));
    height: auto;
    transition: all 0.3s ease;
    transform-origin: bottom;
    /* 設置縮放的基準點為底部 */
}

.mapinfo .map:hover .mi1 {
    animation: jumpEffect 1s ease-in-out infinite;
}

@keyframes jumpEffect {
    0% {
        transform: scaleY(1) translateY(0);
        /* 初始狀態 */
    }

    30% {
        transform: scaleY(0.8);
        /* Y 軸縮短，位置上移 */
    }

    60% {
        transform: scaleY(0.9) translateY(calc(-20 * var(--vw-base)));
        /* Y 軸縮短，位置上移 */
    }

    100% {
        transform: scaleY(1) translateY(0);
        /* 回到原位 */
    }
}

.mapinfo .mi2 {
    bottom: calc(-2*var(--vw-base));
    position: absolute;
    width: calc(28*var(--vw-base));
    height: auto;
}


.mapinfo .mi1 img,
.mapinfo .mi2 img {
    object-fit: contain;
}

.telinfo {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: calc(42 * var(--vw-base));
}

.telinfo .tel1,
.telinfo .tel2 {
    position: relative;
    color: #fff;
    font-size: calc(22 * var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: calc(30 * var(--vw-base));

}

.telinfo .whiteline {
    position: relative;
    top: calc(2 * var(--vw-base));
    margin: 0 calc(15 * var(--vw-base)) 0 calc(13 * var(--vw-base));
    display: inline-block;
    width: calc(1 * var(--vw-base));
    height: calc(20 * var(--vw-base));
    background-color: #fff;

}

.forminfo {
    width: calc(640 * var(--vw-base));
}

.forminfo .input {
    position: relative;
    width: 100%;
    display: flex;
    padding-bottom: calc(7 * var(--vw-base));
    margin-bottom: calc(20 * var(--vw-base));

}

.forminfo .input .input-title {
    position: relative;
    width: calc(120 * var(--vw-base));
    color: #fff;
    font-size: calc(22 * var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: calc(30 * var(--vw-base));
    display: flex;


    text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    /*淡淡的白*/
    transition: background-color 5000s ease-in-out 0s;
    /*透明*/
}


form input[type="text"] {
    position: relative;
    flex-grow: 1;
    font-size: calc(22* var(--vw-base));
    border: none;
    background-color: transparent;
    color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    outline: none;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    line-height: calc(30 * var(--vw-base));
    border-bottom: #ff6012 calc(1 * var(--vw-base)) solid;
    padding-bottom: calc(3 * var(--vw-base));
    margin-left: calc(24 * var(--vw-base));
    padding-left: calc(5 * var(--vw-base));

}

form textarea {
    position: relative;
    flex-grow: 1;
    font-size: calc(22 * var(--vw-base));
    border: none;
    background-color: transparent;
    color: #fff;
    box-sizing: border-box;
    outline: none;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    line-height: calc(30 * var(--vw-base));
    border-bottom: #ff6012 calc(1 * var(--vw-base)) solid;
    padding-left: calc(5 * var(--vw-base));
    padding-top: calc(5 * var(--vw-base));
    /* 添加顶部 padding */
    margin-left: calc(24 * var(--vw-base));
    height: calc(100 * var(--vw-base));
    /* 设置默认高度 */
    resize: none;
    overflow: hidden;
    /* 禁止調整大小 */
    /* 允许用户调整 textarea 高度 */
    max-height: calc(150 * var(--vw-base));
}

.input .w3 {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 calc(2 * var(--vw-base)) 0 calc(2 * var(--vw-base));
}

form select {
    position: relative;
    flex-grow: 1;
    font-size: calc(22* var(--vw-base));
    border: none;
    background-color: transparent;
    color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    outline: none;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    line-height: calc(30 * var(--vw-base));
    border-bottom: #ff6012 calc(1 * var(--vw-base)) solid;
    padding-bottom: calc(3 * var(--vw-base));
    margin-left: calc(24 * var(--vw-base));
    padding-left: calc(5 * var(--vw-base));
    background-image: url(../img/05/select.png);
    background-position-x: 99%;
    background-position-y: 62%;
    background-repeat: no-repeat;
    background-size: 3%;
}


form option {
    position: relative;
    flex-grow: 1;
    font-size: calc(22* var(--vw-base));
    border: none;
    background-color: transparent;
    color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    outline: none;
    background-color: #a6a9a9;
    margin-left: calc(24 * var(--vw-base));
    padding-left: calc(3 * var(--vw-base));
}

.check-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: self-end;
    justify-content: center;
    color: #fff;
    font-size: calc(18 * var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: calc(30 * var(--vw-base));
    cursor: pointer;
    padding: calc(10 * var(--vw-base)) 0 calc(10 * var(--vw-base)) 0;
}

.check-label {
    cursor: pointer;
}


.check-item-sex {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    color: #fff;
    font-size: calc(20 * var(--vw-base));
    letter-spacing: 0.3em;
    font-family: "Noto Sans TC";
    font-weight: 300;
}

.check-item-sex label {
    cursor: pointer;
    width: calc(100* var(--vw-base));
    text-align: end;


}

.check-item-sex label input[type="radio"] {
    position: relative;
    top: calc(3.2 * var(--vw-base));
    width: 1.2vw;
    height: 1.2vw;
    margin: 0% calc(7 * var(--vw-base)) 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    background: url(../img/03/check.png) no-repeat top center;
    filter: brightness(0) invert(1);
    background-size: 1.2vw 1.2vw;
    border: none;
    cursor: pointer;
}

.check-item-sex label input:checked {
    background: url("../img/03/checked.png") no-repeat top center;
    background-size: 1.2vw 1.2vw;
}


.verify {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3d4343;
    width: calc(90 * var(--vw-base));
    height: calc(28* var(--vw-base));
    color: #fff;
    font-size: calc(22 * var(--vw-base));
    font-family: "Futura Std Light";
    letter-spacing: 0.2em;
    line-height: calc(30 * var(--vw-base));
    text-align: center;
    cursor: pointer;
    /* padding: calc(3 * var(--vw-base)) 0 calc(3 * var(--vw-base)) 0; */
}

.check-item label input {
    position: relative;
    top: calc(5 * var(--vw-base));
    width: calc(18 * var(--vw-base));
    height: calc(18 * var(--vw-base));
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/05/check.png) no-repeat top center;
    filter: brightness(0) invert(1);
    background-size: calc(18 * var(--vw-base))calc(18 * var(--vw-base));
    border: none;
    position: relative;
    cursor: pointer;
    margin-left: calc(7* var(--vw-base));
}

.checktxt {
    display: inline-block;
    cursor: pointer;

}

.check-item label input:checked {
    background: url(../img/05/checked.png) no-repeat top center;
    filter: brightness(0) invert(1);
    background-size: calc(18 * var(--vw-base))calc(18 * var(--vw-base));
}

.agreeBtn {
    position: relative;
    border-bottom: #fff calc(1 * var(--vw-base)) solid;
}

.formbtn {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: calc(13 * var(--vw-base));
    margin-top: calc(28 * var(--vw-base));
    box-sizing: border-box;
    padding-right: calc(21* var(--vw-base));
}

.formbtn button {
    appearance: none; /* 移除預設樣式 */
    -webkit-appearance: none; /* 對 Safari 特別設定 */
    border-radius: 0; /* 將圓角設為 0 */
    height: calc(47 * var(--vw-base));
    width: calc(281 * var(--vw-base));
    background-color: #a6a9a9;
    color: #fff;
    font-size: calc(22 * var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: calc(34.53 * var(--vw-base));
    cursor: pointer;
    border: none;
    border-radius: calc(3 * var(--vw-base));
    transition: background-color 0.4s ease, color 0.4s ease;
}

.formbtn button:hover {
    background-color: #83dae2;
    color: #fff;
}

#submitbtn {
    appearance: none; /* 移除預設樣式 */
    -webkit-appearance: none; /* 對 Safari 特別設定 */
    border-radius: 0; /* 將圓角設為 0 */
    height: calc(47 * var(--vw-base));
    width: calc(281 * var(--vw-base));
    background-color: #a6a9a9;
    color: #fff;
    font-size: calc(22 * var(--vw-base));
    font-family: "Noto Sans TC";
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: calc(34.53 * var(--vw-base));
    cursor: pointer;
    border: none;
    border-radius: calc(3 * var(--vw-base));
    transition: background-color 0.4s ease, color 0.4s ease;
}

#submitbtn:hover {
    background-color: #83dae2;
    color: #fff;
}

/*同意書照片預覽*/

.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: "Noto Sans TC";
}

.closeBtn {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 4%;
    cursor: pointer;
}

.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 65%;
    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% - 20vw);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    color: #fff;
    text-align: left;
}

.infoBox h3 {
    font-size: 1.2vw;
    line-height: 180%;
    margin-bottom: 25px;
    text-align: center;
}

.infoBox h4 {
    font-size: 1vw;
    line-height: 180%;
    margin-bottom: 1vw;
}

.infoBox h5 {
    font-size: 1.2vw;
    line-height: 180%;
    margin-bottom: 1vw;
}

.infoBox p {
    font-size: 1vw;
    line-height: 180%;
}