﻿/* Promotion.css */

/* 서브메뉴 현재 페이지 표시 */
.SNB ul li:nth-of-type(5) ul{
display: block;
}

.SNB ul li:nth-of-type(5) li:nth-of-type(1) span{
display: inline-block;
margin-right:3px;
font-size: 12px;
color: red;
}

/* 프로모션 CSS */

.content .details div{
position: relative;
float: left;
margin: 0 25px 25px;
border: 1px solid #ccc;
}

.content .details div a{
display: block;
width: 400px;
height: 150px;
}

.content .details div:nth-of-type(2n){
margin: 0;
}

.content .details div.End a span{
display: block;
position: absolute;
top: 0;
left: 0;
width: 400px;
height: 150px;
background: rgba(0,0,0,0.7);
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
line-height: 150px;
}

/* 페이지 높이 고정 */
.content .details:after{
content: "";
display: block;
clear: both;
}