﻿.registry-box{
    width: 100%;
    position: relative;
    display: block;
    min-height: 100vh;
}
.registry-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding: 50px 0;
}
.registry-all-box .index-activity-title-box{
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
}
.registry-all-box .index-activity-title-ch{
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 5px;
    vertical-align: bottom;
}
.registry-all-box .index-activity-title-en{
    display: inline-block;
    vertical-align: bottom;
}
.registry-info-title{
    font-size: 18px;
    color: #000;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    font-family: "Noto Serif TC";
    font-weight: 300;
}
.registry-info-text{
    width: 600px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #d1d1d1;
    letter-spacing: 0.01em;
    color: #888;
    font-family: "微軟正黑體";
    font-size: 14px;
}
.registry-info-text::-webkit-input-placeholder{
    font-family: "微軟正黑體";
    color: #888;
    font-size: 14px;
}
.registry-info-text:-moz-placeholder{
    font-family: "微軟正黑體";
    color: #888;
    font-size: 14px;
}
.registry-info-text::-moz-placeholder{
    font-family: "微軟正黑體";
    color: #888;
    font-size: 14px;
}
.registry-info-text-remind{
    width: calc(100% - 600px);
    box-sizing: border-box;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.registry-info-text-remind span{
    font-size: 14px;
    color: #a18873;
    letter-spacing: 0.06em;
}
.registry-info-text-remind span.remind-err{
    color: #ff0000;
}
.registry-info-text-remind span>i {
    margin-right: 5px;
}
.registry-info{
    margin-bottom: 40px;
}
.registry-info-btn{
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    background-color: #3f3437;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.1em;
    padding: 0;
    transition: all .3s linear;
}
.registry-info-btn:nth-child(2){
    margin-left: 10px;
}
#twzipcode.registry-info-text-box{
    width: 600px;
    max-width: 100%;
}
#twzipcode.registry-info-text-box select,
#twzipcode.registry-info-text-box input{
    background-color: #fff;
}

.registry-info-text:focus,
#twzipcode input:focus{
    border-color: #a18873;
}
.registry-info-btn:hover{
    background-color: #a18873;
    color: #fff;
}
.registry-info-text-select{
    width: calc(580px / 2);
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    letter-spacing: 0.06em;
    padding: 0 15px;
    font-size: 14px;
    font-family: "微軟正黑體";
    color: #888;
}
.registry-info-text-select:first-child{
    margin-right: 20px;
}

@media only screen and (max-width: 1200px){
    .registry-all-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .registry-all-box{
        width: 750px;
    }
    .registry-info-text{
        width: 400px;
    }
    .registry-info-text-remind{
        width: calc(100% - 400px);
    }
    #twzipcode.registry-info-text-box{
        width: 400px;
    }
}
@media only screen and (max-width: 750px){
    .registry-all-box{
        width: 550px;
    }
    .registry-info-text{
        width: 100%;
    }
    .registry-info-text-remind{
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }
    #twzipcode.registry-info-text-box{
        width: 100%;
    }
    .registry-info-text-select{
        width: calc(530px / 2);
    }
}
@media only screen and (max-width: 550px){
    .registry-all-box{
        width: 95%;
        padding: 20px 0;
    }
    .registry-all-box .index-activity-title-box{
        margin-bottom: 15px;
    }
    .registry-info-title{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .registry-info-text{
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .registry-info-text::-webkit-input-placeholder{
        font-size: 12px;
    }
    .registry-info-text:-moz-placeholder{
        font-size: 12px;
    }
    .registry-info-text::-moz-placeholder{
        font-size: 12px;
    }
    .registry-info-text-remind span{
        font-size: 12px;
    }
    .registry-info{
        margin-bottom: 20px;
    }
    .registry-info-btn{
        width: 100px;
        font-size: 16px;
        line-height: 38px;
    }
    .registry-info-text-select{
        width: calc((95vw - 5px) / 2);
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: 0 5px;
    }
    .registry-info-text-select:first-child{
        margin-right: 5px;
    }
}




/*animation*/
/*<-------------動畫------------->*/
@media only screen and (min-width: 1001px){
    .registry-info,
    .registry-info-btn{
        opacity: 0;
    }
    .registry-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .registry-info-btn.anima{
        animation: fade 1s ease 0s 1 both;
    }
}
