#banner_bbs_wrap { border: 1px solid #cecece;  border-top: 1px solid #000; width: 45%; display: inline-block; background: #fff;  margin: 0px 0px 0px 2.5%;  vertical-align: top; height: 292px; padding: 0px 20px; }
#banner_bbs_wrap ul.tabs {
            margin: 0;
            padding: 20px 0px 0px 20px;
        }
#banner_bbs_wrap ul.tabs li {
			display: inline-block;
			margin: 0;
            padding: 0px 0px;
            height: 45px; /*--Subtract 1px from the height of the unordered list--*/
            line-height: 45px; /*--Vertically aligns the text within the tab--*/
			text-align: left;
            position: relative;
			font-weight: 400;
        }
#banner_bbs_wrap ul.tabs li a {
            text-decoration: none;
            display: block;
            font-size: 17px;
            padding: 0 20px;
			text-align: center;
        }
#banner_bbs_wrap .tabs li.active {
            background: #253a73;
			color: #fff;
        }

#banner_bbs_wrap ul.tabs li a:hover {
            background: #253a73;
			color: #fff;
        }
        /*Tab Conent CSS*/
#banner_bbs_wrap .tab_container {
            border-top: none;
            overflow: hidden;
            clear: both;
            width: 100%;
            background: #fff;
        }
#banner_bbs_wrap .tab_content {
            padding: 0px 20px 0px 20px;
        }
#banner_bbs_wrap .tab_content li a {  }
#banner_bbs_wrap .tab_container a { display: block; width: 100%; padding: 18px 0px; text-align: left; }
#banner_bbs_wrap .tab_container a:first-child { border-bottom: 1px dotted #ccc;  }
#banner_bbs_wrap .tab_container a .text { font-size: 16px;  color: #282828; }
#banner_bbs_wrap .tab_container a .date { font-size: 14px; }
