@charset "utf-8";
/* SHINING 독립 사용 */

#sms_wrap {position:relative;font-size:14px;color:#888}
#sms_wrap ul li{margin-bottom:5px}
#sms_wrap ul li input, #sms_wrap textarea{width:100%;height:38px;padding:0 10px;border:none;border-radius:2px;background-color:#f2f2f2}
#sms_wrap textarea{padding-top:10px;height:65px} 

#sms_wrap p {overflow:hidden}
#sms_wrap p a {float:left;padding-top:2px;margin-right:5px;color:#888}
#sms_wrap p a:hover {text-decoration:underline}
#sms_wrap p span {float:left}

#sms_wrap .buttom_st {display:block;width:100%;height:40px;margin-top:10px;border:1px solid #e80141;border-radius:2px;text-align:center;color:#e80141;background-color:#fff;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;font-family:notokr-medium}
#sms_wrap .buttom_st:hover {color:#fff;background-color:#e80141}