@charset "utf-8";
/*공통*/
.navy-txt {color:#0c3869 !important;}

/*brand*/
.brand {text-align:center;}
.brand .txt-wrap {margin-bottom:30px;}
.brand .tit {font-family:'Cafe24Dangdanghae',serif; font-size:35px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; margin-bottom:30px; color:#242424;}
.brand .txt {font-size:18px; font-weight:400; line-height:1.6em; margin-bottom:10px;}
.brand .img {position:relative; padding-top:50px;}
.brand .img:before {content:""; position:absolute; width:1px; height:50px; background:#0c3869; top:0px; left:50%; margin-left:-0.5px;}
.brand .img:after {content:""; position:absolute; width:1px; height:50px; background:#fff; top:50px; left:50%; margin-left:-0.5px;}

.paginate.type2 {border-top:1px solid #ddd; padding-top:40px;}