#service-agree{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;padding:50px;width:550px;z-index:2001}#service-agree .close-btn{cursor:pointer;height:20px;position:absolute;right:20px;top:20px;width:20px}#service-agree .agree-msg-container{border-bottom:1px solid #999;display:flex;justify-content:space-between;margin-bottom:10px}#service-agree .agree-msg-container h2{color:#000;font-size:18px;font-weight:400;letter-spacing:-.9px;line-height:120%;margin-bottom:20px;margin-top:20px}#service-agree .agree-msg-container h2 b{font-weight:700}#service-agree .agree-msg-container .agree-label{align-items:center;cursor:pointer;display:flex;margin:0 0 10px}#service-agree .agree-msg-container .agree-label input{margin-right:8px}#service-agree .agree-msg-container .agree-label span{font-size:15px}#service-agree .agree-msg-container .message{width:calc(100% - 137px)}#service-agree .agree-msg-container .character{align-self:flex-end;margin-bottom:-1px;margin-right:10px;width:137px}#service-agree .agree-contents p{color:#282828;font-size:12px;font-weight:300}@media (max-width:450px){#service-agree{border-radius:0;padding:15px;width:100%}#service-agree .agree-msg-container .message{width:calc(100% - 104px)}#service-agree .agree-msg-container .character{height:99px;width:104px}}