#think-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/bg.png);
}
#think-wrapper>.question {
    position: absolute;
    bottom: 385px;
    left: 240px;
    width: 610px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.06em;
}
#think-wrapper>textarea {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    width: 540px;
    height: 240px;
    border: 2px solid #6c91b1;
    border-radius: 20px;
    font-size: 20px;
    font-family: 'NanumSquareRound';
    line-height: 20px;
    overflow: hidden;
    resize: none;
}
#think-wrapper>textarea:focus {outline: none}
#think-wrapper>.btn-save {
    position: absolute;
    top: 460px;
    left: 510px;
    width: 91px;
    height: 30px;
    background: url(img/btn_save.png);
}
#think-wrapper>.btn-pro {
    position: absolute;
    top: 460px;
    left: 610px;
    width: 148px;
    height: 30px;
    background: url(img/btn_pro.png);
}
#think-wrapper>.pop-pro {
    display: none;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 55px 18px 25px 30px;
    width: 624px;
    height: 302px;
    background: url(img/pop_pro.png);
}
#think-wrapper>.pop-pro.on {display: block}
#think-wrapper>.pop-pro>.btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 29px;
    height: 32px;
    background: url(img/btn_close.png);
}
#think-wrapper>.pop-pro>.pro {
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: -0.05em;
}