﻿.comment-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    box-sizing: border-box;
}
.comment-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
}
.comment-title-box{
    text-align: center;
}
.comment-title-box h2{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 36px;
    color: #e50516;
    letter-spacing: 0.06em;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 0.06em;
}
.comment-title-box span{
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 0.1em;
}
.comment-list-box{
    width: 100%;
    display: block;
}
.comment-list{
    display: none;
}
.comment-list.commentOpen{
    display: block;
    animation: fade .7s ease 0s 1 both;
}
.comment-list-title{
    width: 260px;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.comment-list-title p{
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 38px;
    line-height: 60px;
    letter-spacing: 0.2em;
    color: #000;
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    padding-left: 0.2em;
}
.comment-list-info-box{
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #A9C344;
    margin-top: 20px;
}
.comment-list-info-name-box{
    width: 100%;
    box-sizing: border-box;
    padding: 25px 50px;
    background-color: #8da238;
    position: relative;
}
.comment-list-info-name{
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 0.06em;
    color: #fff;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    box-sizing: border-box;
    padding-right: 120px;
}
.comment-list-info-name2{
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 0.06em;
    color: #fff;
    font-family: 'Noto Sans TC';
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 120px;
    text-indent: -28px;
}
.comment-list-info-name-sound-box{
    position: absolute;
    top: 50%;
    right: 50px;
    text-align: right;
    transform: translateY(-50%);
}
.comment-list-info-name-sound{
    font-size: 24px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    display: inline-block;
}
.comment-list-info-name-sound-text{
    width: 110px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: #7F9330;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
    display: block;
}
.comment-list-info{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    background-color: #f6fbf6;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
}
.comment-list-info-img{
    width: 300px;
}
.comment-list-info-img p{
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 0.06em;
    color: #000;
    font-family: 'Noto Sans TC';
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 10px;
}
.comment-list-info-text-box{
    width: calc(100% - 300px);
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 10px;
}
.comment-list-info-identification{
    display: grid;
}
.comment-list-info-identification .contact-radio-lable, 
.comment-list-info-identification .contact-checkbox-lable{
    margin-right: 0;
    margin-top: 10px;
}
.comment-list-info-text-box .contact-radio-lable p, 
.comment-list-info-text-box .contact-checkbox-lable p{
    font-size: 28px;
}
.comment-list-info-text-box .contact-radio-lable p>i, 
.comment-list-info-text-box .contact-checkbox-lable p>i{
    margin-left: 5px;
    font-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #efefef;
    vertical-align: middle;
    margin-bottom: 2px;
    display: none;
}

.comment-list-info-text{
    text-align: center;
    margin-top: 40px;
}
.comment-list-info-text:first-child{
    margin-top: 0;
}
.comment-list-info-text-name{
    font-family: 'Noto Sans TC';
    font-size: 24px;
    color: #000;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}
.comment-list-info-input-box .comment-list-info-text-name{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.comment-list-info-input-box input{
    width: 140px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #A9C344;
    border-radius: 5px;
    background-color: #f6fbf6;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 7px;
    padding-right: 5px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.1em;
    position: relative;
    transition: all .3s linear;
    margin-right: 5px;
}

.comment-list-info-btn-box{
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    margin-top: 40px;
}
.comment-list-info-btn{
    width: 120px;
    line-height: 50px;
    margin: 0 15px;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #A9C344;
    text-align: center;
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 0;
    padding-left: 0.1em;
    position: relative;
    border: none;
    cursor: pointer;
    outline-color: #A9C344;
    transition: all .3s linear;
}
.comment-list-info-btn-gray{
    background-color: #888;
}

.comment-list-info-stopwatch-box{
    margin-top: 10px;
}
.comment-list-info-stopwatch-btn{
    width: 100px;
    line-height: 40px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #A9C344;
    text-align: center;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.06em;
    padding: 0;
    padding-left: 0.06em;
    position: relative;
    border: none;
    cursor: pointer;
    outline-color: #A9C344;
    transition: all .3s linear;
}
.comment-list-info-stopwatch-start span:nth-child(2),
.comment-list-info-stopwatch-start.pausePlay span:nth-child(1){
    display: none;
}
.comment-list-info-stopwatch-start.pausePlay span:nth-child(2){
    display: block;
}
input.comment-list-info-stopwatch::-webkit-inner-spin-button{
    display: none !important;
}
.comment-alert-img{
    width: 100px;
    margin: 0 auto;
}

#demo{
    height:0px;
}

@media only screen and (max-width: 1200px){
    .comment-all-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .comment-all-box{
        width: 750px;
        padding: 60px 0;
    }
    .comment-list{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 768px){
    .comment-all-box{
        width: 550px;
        padding: 40px 0;
    }
    .comment-list-info-name-box{
        padding: 20px 20px;
    }
    /* .comment-list-info-img{
        width: 200px;
    } */
    .comment-list-info-text-box{
        width: calc(100% - 200px);
    }
    .comment-list-info-name-sound-box{
        right: 20px;
    }
    .comment-list-info-name-sound {
        font-size: 20px;
    }    
    .comment-list-info-name-sound-text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 550px){
    .comment-all-box{
        width: 95vw;
        padding: 20px 0;
    }
    .comment-list{
        margin-top: 20px;
    }
    .comment-title-box h2{
        font-size: 20px;
    }
    .comment-title-box span{
        font-size: 14px;
        line-height: 20px;
    }
    .comment-list-title{
        width: 160px;
    }
    .comment-list-title p {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0.06em;
        padding-left: 0.06em;
    }
    .comment-list-info-box{
        margin-top: 10px;
        border-radius: 5px;
    }
    .comment-list-info-name-box{
        padding: 10px;
    }
    .comment-list-info-name {
        padding-right: 0px;
        font-size: 24px;
        line-height: 26px;
    }
    .comment-list-info-name2{
        padding-right: 0px;
        font-size: 18px;
        line-height: 24px;
    }
    .comment-list-info-name-sound-box{
        position: static;
        transform: none;
        margin-top: 10px;
    }
    .comment-list-info-name-sound{
        vertical-align: middle;
        margin-right: 10px;
    }
    .comment-list-info-name-sound-text-select-box{
        display: inline-block;
        vertical-align: middle;
    }
    .comment-list-info-img p{
        font-size: 24px;
        line-height: 26px;
        margin-top: 30px;
    }


    .comment-list-info{
        padding: 10px;
        flex-direction: column;
    }
    .comment-list-info-img{
        width: 100%;
    }
    .comment-list-info-text-box{
        width: 100%;
        padding: 10px 0;
    }
    .comment-list-info-text-box .contact-radio-lable, 
    .comment-list-info-text-box .contact-checkbox-lable{
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }
    .comment-list-info-text-box .contact-radio-lable p, 
    .comment-list-info-text-box .contact-checkbox-lable p{
        font-size: 26px;
        line-height: 32px;
    }
    .comment-list-info-text-box .contact-radio-lable p::before, 
    .comment-list-info-text-box .contact-checkbox-lable p::before{
        width: 20px;
        height: 20px;
        top: 7px;
    }
    .comment-list-info-text-box .contact-radio-lable p::after, 
    .comment-list-info-text-box .contact-checkbox-lable p::after{
        width: 14px;
        height: 14px;
        top: 10px;
    }
    .comment-list-info-text{
        margin-top: 20px;
    }
    .comment-list-info-text-name{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .comment-list-info-btn-box{
        margin-top: 30px;
    }
    .comment-list-info-btn{
        width: 100px;
        line-height: 40px;
        margin: 0 5px;
        font-size: 20px;
    }
    .comment-list-info-input-box input{
        height: 30px;
        font-size: 18px;
    }
}


@-webkit-keyframes fade {
    from {
      opacity: 0;
     
    }
  
    to {
      opacity: 1;
  
    }
  }
  @keyframes fade {
   from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  