.secret_two-box{
    width: 1100px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    min-height: calc(100vh - 60px);
    margin-top: 60px;
    background-image: url(../img/front/7555.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}
.secret_two-all-box{
    width: 900px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 60px 0;
}
.secret_two-banner-box{
    width: 550px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.secret_two-banner-text-box{
    width: 375px;
    display: inline-block;
    vertical-align: top;
}
.secret_two-banner-massage{
    width: 95px;
    height: 105px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff;
    box-sizing: border-box;
    padding: 23px 0;
    font-weight: 500;
    font-family:  'Open Sans','Noto Sans TC';
}
.secret_two-banner-massage span{
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}
.secret_two-banner-title{
    font-size: 34px;
    font-weight: 500;
    font-family:  'Open Sans','Noto Sans TC';
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: #595757;
    line-height: 1.2;
}
.secret_two-banner-text{
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 15px;
    font-weight: 500;
    color: #595757;
    line-height: 1.8;
    font-family:  'Open Sans','Noto Sans TC';
}
.secret_two-img-box{
    width: 175px;
    display: inline-block;
    vertical-align: top;
}

.secret_two-question-box{
    box-sizing: border-box;
    padding: 50px 0;
    text-align: center;
}
.secret_two-question-en{
    font-size: 44px;
    letter-spacing: 5px;
    color: #595757;
    font-weight: 600;
    font-family:  'Open Sans','Noto Sans TC';
    line-height: 1.3;
}
.secret_two-question-ch{
    font-size: 44px;
    letter-spacing: 8px;
    color: #595757;
    font-weight: 600;
    font-family:  'Open Sans','Noto Sans TC';
    line-height: 1.3;
}
.secret_two-question-ch span{
    font-size: 26px;
    display: block;
    font-weight: 600;
    letter-spacing: 4px;
}
.secret_two-info{
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    transition: all .3s linear;
    margin-bottom: 33px;
    overflow: hidden;
    position: relative;
    margin-left: 33px;
}
.secret_two-info:nth-child(4n + 1){
    margin-left: 0;
}
.secret_two-checkbox-lable{
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.secret_two-info .secret_two-icon:nth-child(3){
    display: none;
}
.secret_two-checkbox-lable.select .secret_two-icon:nth-child(2){
    display: none;
}
.secret_two-checkbox-lable.select .secret_two-icon:nth-child(3){
    display: block;
}
.secret_two-checkbox-lable input,
.secret_two-identity-lable input,
.secret_two-identity-ditto-lable input,
.secret_two-identity-radio-lable input{
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.secret_two-checkbox-lable:before{
    content: 'none';
    font-size: 0;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
}
.secret_two-checkbox-lable.select:after {
    content: 'none';
    font-size: 0;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #8ec31e;
    z-index: 2;
}
.secret_two-info>span{
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #ee858c;
}
.secret_two-icon{
    height: 200px;
}
.secret_two-text{
    font-size: 20px;
    letter-spacing: 4px;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans TC';
    line-height: 1.2;
    min-height: 21px;
    max-height: 21px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    display: none;
}
.secret_two-identity{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 50px;
    display: block;
    border-radius: 20px;
    transition: all .3s linear;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background-color: #ee858c;
}
.secret_two-identity-all-box{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.secret_two-identity-all-box:nth-child(2){
    width: 40%;
}
.secret_two-identity-lable{
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.secret_two-identity-lable:last-child{
    margin-bottom: 0;
}
.secret_two-identity-lable:before{
    content: 'none';
    font-size: 0;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
}
.secret_two-identity-lable.select:after {
    content: 'none';
    font-size: 0;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 7px;
    top: calc(50% - 7px);
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #8ec31e;
}
.secret_two-identity-text{
    font-size: 24px;
    letter-spacing: 4px;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans TC';
    margin-left: 50px;
}

.secret_two-identity-info{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}
.secret_two-identity-info:nth-child(even){
    margin-left: 10%;
}
.secret_two-identity-title{
    font-size: 24px;
    color: #595757;
    letter-spacing: 4px;
    font-weight: 500;
    font-family: 'Open Sans', 'Noto Sans TC';
    margin-bottom: 5px;
    position: relative;
}
.secret_two-identity-select-box select{
    width: 100%;
    font-family: 'Open Sans', 'Noto Sans TC';
    border: 4px solid #ee858c;
    border-radius: 10px;
    font-size: 24px;
    box-sizing: border-box;
    padding: 5px 20px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    color: #595757;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
}
.secret_two-identity-select-box{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    margin-bottom: 20px;
}
.secret_two-identity-select-box:after{
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    border-left: 15px solid transparent;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    z-index: 1;
    pointer-events: none;
}
.secret_two-identity-select-box:before{
    content: 'none';
    font-size: 0;
    width: 60px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ee858c;
    pointer-events: none;
}
.secret_two-identity-select-box select:nth-child(2){
    display: none;
}
.secret_two-identity-select-box input{
    display: none;
}
.secret_two-identity-ditto{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.secret_two-identity-ditto-lable{
    cursor: pointer;
    outline: none;
}
.secret_two-identity-ditto-lable span{
    font-size: 24px;
    letter-spacing: 4px;
    color: #595757;
    font-family: 'Open Sans', 'Noto Sans TC';
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
}
.secret_two-identity-ditto-lable span:before{
    content: 'none';
    font-size: 0;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
}
.secret_two-identity-ditto-lable span:after {
    content: 'none';
    font-size: 0;
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    left: 8px;
    top: calc(50% - 8px);
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #8ec31e;
}
.secret_two-identity-ditto-lable input:checked + span:after{
    display: block;
}
.secret_two-identity-radio-box{
    width: 100%;
    background-color: #ee858c;
    display: block;
    border-radius: 10px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
}
.secret_two-identity-radio-lable{
    cursor: pointer;
    outline: none;
}
.secret_two-identity-radio-lable span{
    font-size: 24px;
    letter-spacing: 4px;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans TC';
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
    font-weight: 500;
}
.secret_two-identity-radio-lable span:before{
    content: 'none';
    font-size: 0;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
}
.secret_two-identity-radio-lable span:after {
    content: 'none';
    font-size: 0;
    width: 12px;
    height: 12px;
    display: none;
    position: absolute;
    left: 6px;
    top: calc(50% - 6px);
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #8ec31e;
}
.secret_two-identity-radio-lable input:checked + span:after{
    display: block;
}
.secret_two-btn-box{
    text-align: center;
    margin: 40px 0;
}
.secret_two-btn{
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    background-color: #8ec31e;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: all .3s linear;
}
.secret_two-btn:nth-child(2){
    margin-left: 30px;
}



@media only screen and (max-width: 1100px){
    .secret_two-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .secret_two-box{
        width: 750px;
    }
    .secret_two-all-box{
        width: 550px;
    }
    .secret_two-question-en{
        font-size: 38px;
        letter-spacing: 4px;
    }
    .secret_two-question-ch{
        font-size: 36px;
        letter-spacing: 4px;
    }
    .secret_two-info-box{
        text-align: center;
    }
    .secret_two-info:nth-child(n){
        margin-left: 33px;
    }
    .secret_two-info:nth-child(2n + 1){
        margin-left: 0;
    }
    .secret_two-identity{
        padding: 30px 20px;
    }
    .secret_two-identity-select-box select{
        padding: 5px 10px;
        font-size: 20px;
    }
    .secret_two-identity-title{
        font-size: 20px;
    }
    .secret_two-identity-select-box:before{
        width: 50px;
    }
    .secret_two-identity-select-box:after{
        border-right: 12px solid transparent;
        border-top: 15px solid #fff;
        border-left: 12px solid transparent;
        right: 13px;
        top: calc(50% - 6px);
    }
    .secret_two-identity-ditto-lable span{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .secret_two-identity-radio-lable span{
        font-size: 20px;
        padding-left: 26px;
        letter-spacing: 1px;
    }
    .secret_two-identity-radio-lable span:before{
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }
    .secret_two-identity-radio-lable span:after{
        left: 4px;
    }
    .secret_two-identity-radio-box{
        border-radius: 5px;
    }
}
@media only screen and (max-width: 750px){
    .secret_two-box{
        width: 100%;
    }
    .secret_two-all-box{
        width: 550px;
    }
}
@media only screen and (max-width: 550px){
    .secret_two-all-box{
        width: 400px;
        padding: 30px 0;
    }
    .secret_two-info-box{
        text-align: left;
    }
    .secret_two-banner-massage{
        width: 65px;
        height: 72px;
        padding: 13px 0;
        font-size: 20px;
    }
    .secret_two-banner-massage span{
        font-size: 24px;
    }
    .secret_two-banner-title{
        font-size: 24px;
        letter-spacing: 2px;
    }
    .secret_two-banner-text{
        font-size: 16px;
        letter-spacing: 2px;
    }
    .secret_two-banner-text-box{
        width: 220px;
    }
    .secret_two-img-box{
        width: 150px;
        margin-left: 30px;
    }
    .secret_two-question-box{
        padding: 20px 0;
    }
    .secret_two-question-en{
        font-size: 28px;
        letter-spacing: 4px;
    }
    .secret_two-question-ch{
        font-size: 24px;
        letter-spacing: 4px;
    }
    .secret_two-question-ch span{
        font-size: 20px;
    }
    .secret_two-btn{
        width: 190px;
        font-size: 20px;
        border-radius: 6px;
        line-height: 36px;
    }
    .secret_two-btn:nth-child(2){
        margin-left: 20px;
    }
    .secret_two-btn-box{
        margin: 20px 0;
    }
    .secret_two-info{
        width: 190px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .secret_two-info:nth-child(n){
        margin-left: 20px
    }
    .secret_two-info:nth-child(2n + 1) {
        margin-left: 0;
    }
    .secret_two-identity{
        padding: 15px 15px;
    }
    .secret_two-identity-all-box{
        width: 100%;
        display: block;
    }
    .secret_two-identity-all-box:nth-child(2){
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .secret_two-identity-text{
        font-size: 20px;
    }
    .secret_two-identity-info{
        width: 100%;
    }
    .secret_two-identity-info:nth-child(even){
        margin-left:  0;
    }
    .secret_two-icon {
        height: 190px;
    }
}
@media only screen and (max-width: 400px){
    .secret_two-all-box{
        width: 300px;
        padding: 20px 0;
    }
    .secret_two-banner-massage{
        width: 46px;
        height: 51px;
        padding: 10px 0;
        font-size: 14px;
    }
    .secret_two-banner-massage span{
        font-size: 16px;
    }
    .secret_two-banner-title{
        font-size: 18px;
        letter-spacing: 1px;
        margin-left: 5px;
        margin-bottom: 0;
    }
    .secret_two-banner-text{
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secret_two-banner-text-box{
        width: 160px;
    }
    .secret_two-img-box{
        width: 120px;
        margin-left: 20px;
    }
    .secret_two-question-box{
        padding: 10px 0;
    }
    .secret_two-question-en{
        font-size: 18px;
    }
    .secret_two-question-ch{
        font-size: 18px;
    }
    .secret_two-btn{
        width: 120px;
        font-size: 16px;
        border-radius: 3px;
        line-height: 30px;
    }
    .secret_two-btn:nth-child(2){
        margin-left: 20px;
    }
    .secret_two-btn-box{
        margin: 20px 0;
    }
    .secret_two-info{
        width: 145px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .secret_two-info:nth-child(n){
        margin-left: 10px
    }
    .secret_two-info:nth-child(2n + 1) {
        margin-left: 0;
    }
    .secret_two-checkbox-lable:before{
        width: 20px;
        height: 20px;
        left: 5px;
        top: 5px;
    }
    .secret_two-checkbox-lable.select:after{
        width: 12px;
        height: 12px;
        left: 9px;
        top: 9px;
    }
    .secret_two-text{
        font-size: 16px;
        min-height: 19px; 
        max-height: 19px; 
    }
    .secret_two-icon{
        height: 145px;
    }
    .secret_two-identity-lable:before{
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
    }
    .secret_two-identity-lable.select:after{
        width: 12px;
        height: 12px;
        left: 6px;
        top: calc(50% - 6px);
    }
    .secret_two-identity-text{
        font-size: 16px;
        margin-left: 40px;
    }
    .secret_two-identity-title{
        font-size: 16px;
        letter-spacing: 2px;
    }
    .secret_two-identity-select-box select{
        font-size: 16px;
        padding: 5px;
    }
    .secret_two-identity-ditto-lable span{
        font-size: 16px;
        padding-left: 30px;
    }
    .secret_two-identity-ditto-lable span:before{
        width: 26px;
        height: 26px;
        top: calc(50% - 13px);
    }
    .secret_two-identity-ditto-lable span:after{
        width: 14px;
        height: 14px;
        left: 6px;
        top: calc(50% - 6px);
    }
    .secret_two-identity-select-box:before{
        width: 40px;
    }
    .secret_two-identity-select-box:after{
        border-right: 10px solid transparent;
        border-top: 13px solid #fff;
        border-left: 10px solid transparent;
        right: 10px;
        top: calc(50% - 6px);
    }
    .secret_two-identity-radio-lable span{
        font-size: 16px;
        line-height: 2;
    }
}


/*hover*/
.secret_two-btn:hover{
    color: #fff;
    background-color: #e84560;
}





/*<-------------動畫------------->*/

@media only screen and (min-width: 1001px){
    .secret_two-banner-text-box,
    .secret_two-img-box,
    .secret_two-question-en,
    .secret_two-question-ch,
    .secret_two-info-box,
    .secret_two-identity,
    .secret_two-identity-info{
        opacity: 0;
    }
    .secret_two-banner-text-box.anima{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .secret_two-img-box.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .secret_two-question-box.anima .secret_two-question-en{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .secret_two-question-box.anima .secret_two-question-ch{
        animation: fade 1s ease .3s 1 both;
    }
    .secret_two-info-box.anima,
    .secret_two-identity.anima,
    .secret_two-identity-info.anima{
        animation: fade 1s ease 0s 1 both;
    }
}