@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

a{
    color: inherit;
}
.reply_head {
    width: 100%;
    height: 60px;
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 9999;
}

.reply_head p{
   font-family: 'Noto Sans KR', sans-serif;    
}

.reply_head select {
    width: 25%;
    height: 30px;
}

.reply_head input {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.reply {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans KR', sans-serif;  
    color: #1f1f1f;
}

.reply span{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.reply p {
    font-size: 15px;
   line-height: 1.4;
}

.rr{
    height: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
}
.rr p{
    font-family: 'Noto Sans KR', sans-serif;
}

.tt{
    width: 100%;
    margin: auto;
    height: 87px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.tt textarea{
    width: 100%;
    resize: none;
}

.ee{
    width: 100%;
    height: 54px;
    margin: auto;
    display: flex;
    font-family: 'Noto Sans KR', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    position: relative;
    z-index: 999;
    padding-top: 30px;
}

.ee li{
    width: 21%;
}

.ee1{
    color: #ec4d37;
    font-weight: bold;
    text-decoration: underline;
}

.reply_bo{
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 9999;
    background: #fff;
}
.reply_bo p{
    text-align: center;
    font-size: 18px;
   line-height: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}


