@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
}
a {
color: #000;
text-decoration: none;
}
body {
font-family: '맑은 고딕';
font-size: 16px;
color: #000;
line-height: 1.5;
}
#container {
margin: 50px auto;
width: 1200px;
}
.lnb {
margin-right: 50px;
width: 250px;
float: left;
}
.lnb h2 {
padding-bottom: 10px;
font-size: 30px;
border-bottom: 3px solid #ee1d23;
}
.lnb ul li a {
padding: 10px 0px;
border-bottom: 1px solid #ddd;
display: block;
}
.lnb ul li a:hover, .lnb ul li a.on {
color: #ee1d23;
font-weight: bold;
background: url("../images/menu_on.png") no-repeat right 17px;
}
.contents {
/* width: 900px; */
width: calc(100% - 300px);
float: right;
background: url("../images/bg_meat.gif") no-repeat right top;
}
.contents h1 {
font-size: 50px;
}
.contents .comment {
padding: 10px 0px 40px;
color: #999;
}
.contents .stit {
padding-bottom: 20px;
font-size: 24px;
color: #ee1d23;
font-weight: bold;
letter-spacing: -2px; /* 자간 줄이기 */
}
.contents .intro {
height: 330px;
}
.contents .intro::after {
content: "";
display: block;
clear: both;
}
.contents .intro dt{
width: 250px;
height: 100%;
padding: 30px;
float: left;
font-size: 20px;
font-style: italic;
color: #fff;
background-color: #ee1d23;
}
.contents .intro dd {
width: 650px;
float: right;
}
.contents .desc {
margin-top: 30px;
padding: 30px;
background-color: #eee;
border: 1px solid #ddd;
}
.contents .desc h3 {
padding-bottom: 10px;
}