@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 공통 */

* { margin: 0; padding: 0; line-height:180%;}
.clear {clear:both;}
a {color:#00a7dc; text-decoration:none;}
a:hover {color:#137ea0; text-decoration:underline;}
body {font-family: 'Nanum Gothic'; letter-spacing:-1px;font-weight:400;background: #FFFFFF url(img/bg.png) top left;width:100%;}
h1 {padding-top:3px;float:left;}
h2 {font-family: 'Nanum Gothic';  color:#4c4c4c; font-size:20px;height:50px;font-weight:700;}
h3 {font-family: 'Nanum Gothic';  color:#4c4c4c; font-size:16px;}
img {border:0px;}


/*layout*/

.background {background: url(./img/bg_header.png) top left repeat-x;width:100%;}
.container {width:980px;margin:0 auto;}

/* header */

.header {height:61px;}
.menu {list-style:none;float:right;padding-top:12px;width:351px;}
.list {display:inline;font-size:15px;height:43px;}
.inline {padding-right:30px;float:left;}
.off {padding-top:2px;}
.last {float:left;}
.list a {color:#ffffff;text-decoration:none;font-size:15px;text-shadow: #005673 0.1em 0.1em 0.1em}
.list a:hover {color:#cce6f0;text-decoration:underline;}
.faq_on a {display:inline-block;background:url(img/bg_menu_faq.png) no-repeat;width:117px;height:43px;text-align:center;font-size:15px;padding-top:2px;}
.terms_on a {display:inline-block;background:url(img/bg_menu_terms.png) no-repeat;width:85px;height:43px;text-align:center;font-size:15px;padding-top:2px;}
.privacy_on a {display:block;text-align:center;font-size:15px;padding-top:1px;padding-left:13px;padding-right:17px;}
.privacy_on {background:url(img/bg_menu_privacy.png) left top no-repeat;width:143px; }


/*contents */

.content {margin-top:8px;background:#ffffff;border:1px solid #d0c8ba;-moz-border-radius: 5px;border-radius: 5px;padding:20px;}
p {font-size:14px;color:#666666;margin-bottom:10px;}
ol {list-style:none;margin-bottom:15px;}
ol li {font-size:14px;color:#666666;padding-bottom:5px;padding-left:15px;}

/*footer */

.footer {text-align:center;padding-top:20px;padding-bottom:20px;font-size:14px;color:#999999;letter-spacing:0px;}