@charset "utf-8";

*{ margin:0; padding:0; list-style:none; }
a{ text-decoration:none; }
img{ border:0; }
body{ font-family:NanumSquare sans-serif; }

div{ position:relative; }
div p img{ width:100%; }
div div{ width:1200px; height: 70px; position:absolute; top:14%; left:18%; }
div div p{ width:550px; height:70px; line-height:70px; text-align:center; background:#ffcd4a; border-radius:50px; }
div div p a{ display:block; color:#1c2a2b; font-size:20px; font-family:'NanumSquare';}
div div p a:hover{ color:#ffcd4a; background:#fff; border:2px solid #ffcd4a; border-radius:50px; font-weight:bold; }
div div p:nth-child(1){ float:left; }
div div p:nth-child(2){ float:right; }