@charset "utf-8";

/*****************************************
공통
*****************************************/

/* 목록 */
#board_center .gallery-title {
    color: #c73a82;
}
#board_center .txt_con p{
	padding-left:15px;
	background: url("/pages/board/images/menu_icon.gif") no-repeat 0 0.55em; 
	margin-bottom:0px;
}
#board_center .txt_con p strong{
	font-weight:400;
	color:#000;
}
#board_center .txt_con p.txt02{
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	width:100%;
}


/* view */
#board_center .row-title {
    padding: 3em 1.5rem;
}
#board_center h4 {
    clear: left;
    background: url("/pages/board/images/bullet_h5.gif") no-repeat 0 20%;
    color: #c73a82;
    font-size: 1.8em;
    letter-spacing: -0.05em;
    padding: 0 0 0 20px;
	margin: 20px 0 ;
    font-weight: 400;
    line-height: 150%;
}
#board_center .board_con > li {
    padding-left: 15px;
    background: url("/pages/board/images/menu_icon.gif") no-repeat 0 0.55em;
    margin-bottom: 0px;

}
#board_center .board_con li strong{
	font-weight:400;
	color:#000;
}


#board_center .board_con li dl {
	position: relative;
}

#board_center .board_con li dt,#board_center .board_con li dd {
	display: inline-block;
}

#board_center .board_con li dt {
	color: #000;
	font-weight: normal;
}

#board_center .board_con li dt span {
	position: absolute;
	top: 0;
}



#board_center p.be_button  a {
    display: block;
	max-width:400px;
    padding: 0 10px 0 20px;
    line-height: 50px;
    color: #fff;
    background: #c73a82 url("/pages/board/images/arrow_re.gif") no-repeat 90% 50%;
    margin-top:30px ;
	font-size:20px;
	border-radius:8px;
}
#board_center p.be_button  a:hover {
    background-color: #9d2d66  ;
}



/*****************************************
최대 500
*****************************************/
@media (max-width:500px) {
#board_center .board_con li dt {
    width: 60px;
}

}

/*****************************************
최대 767
*****************************************/
@media (max-width:768px) {

}



/*****************************************
최소 768 ~ 1023
*****************************************/
@media (min-width:769px) and (max-width:1199px) {

}


/*****************************************
최소 1024 ~ 최대
*****************************************/
@media (min-width:1200px) {


}



@media (min-width:501px) and (max-width:767px) {
#board_center .board_con li dt {
    width: 70px;
}

}

@media (min-width:768px) {
#board_center .board_con li dt {
    width: 78px;
}

}


@media (min-width:992px) {
#board_center .board_con li dt {
    width: 90px;
}

}


