@media (min-width:1201px) { 
	#bbs .tab .tabs { margin-top:0px; margin-bottom:50px; }
	#bbs .tab .tabs ul { text-align:center } 
    #bbs .tab .tabs li { display:inline-block; vertical-align:top } 
    #bbs .tab .tabs li+li { margin-left:8px; }
	#bbs .tab .tabs li a { position:relative; display:block; min-width:180px; line-height:70px; font-size:20px; font-weight:700; text-align:center; }
	#bbs .tab .tabs li a::before { content:''; position:absolute; bottom:0; left:0; width:100%; height:8px; border-radius:10px; background:#fdeded; }
	#bbs .tab .tabs li.sel { }
    #bbs .tab .tabs li.sel a { color:#f6595a }
	#bbs .tab .tabs li.sel a::before { background:#f6595a } #bbs .tab .con { }
}
@media (max-width:1200px) { 
	#bbs .tab .tabs { margin-top:0px; margin-bottom:50px; }
	#bbs .tab .tabs ul { text-align:center }
	#bbs .tab .tabs li { display:inline-block; vertical-align:top; padding: 0 8px; }
	#bbs .tab .tabs li a { position:relative; display:block; min-width:180px; line-height:70px; font-size:16px; font-weight:700; text-align:center; }
	#bbs .tab .tabs li a::before { content:''; position:absolute; bottom:0; left:0; width:100%; height:8px; border-radius:10px; background:#fdeded }
	#bbs .tab .tabs li.sel { }
	#bbs .tab .tabs li.sel a { color:#f6595a }
	#bbs .tab .tabs li.sel a::before { background:#f6595a }
}

