@charset "utf-8";
/* Tab Styles */
.tab-container {position: relative}
.panel-container { clear:both;content: ""; background: #FFF; margin-bottom: 10px;  padding: 0px; -moz-border-radius: 0; -webkit-border-radius: 0; }
.etabs { margin: 0; padding: 0; }
.etabs .tab { float:left; display: inline-block; background: #EEE; border: solid 1px #CECECE; margin-left: -1px; border-bottom: 2px solid #5ab8d3;}
.etabs .tab:first-child { margin-left: 0; }
.etabs .tab a { font-family: 돋움; font-size: 12px; display: block; outline: none; color: #B4B4B4;  text-align: center; padding: 10px;}
.etabs .tab a:link { text-decoration:none; }
.etabs .tab.active { border-color: #3bb4d2; background: #5ab8d3; position: relative; border-bottom: 2px solid #5ab8d3;}
.etabs .tab a.active {font-weight: bold;  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4),1px 1px 0px rgba(255, 255, 255, 0.4); color: white;}
.etabs .tab:before { }