@charset "utf-8";
ul.rumitab { margin: 0; padding: 0; list-style: none; height: 40px;      width: 89%; font-size:12px; margin-bottom: 10px;}
ul.rumitab li { display:inline-block; text-align:center; cursor: pointer; min-width: 67px; height: 29px; left:-1px; line-height: 28px; background: #3b77bc;border: 1px solid #3b77bc; font-family:S-CoreDream-4Regular; /* border-left: none; */ font-weight: bold; overflow: hidden; border-radius: 10px;position: relative; color: #fff !important;}/* 탭 - 메뉴 */
ul.rumitab li:hover { color:red;} 
ul.rumitab li.active {background: #fff;color: #3b77bc !important;border: 1px solid #3b77bc;} /* 선택된 탭 스타일 */
ul.rumitab li.active a { color: #3b77bc; _pointer-events:none; }
ul.rumitab li a {color:#fff;}
.rumitab_container { border: 1px solid #ccc; padding:10px 8px 8px 8px; /* border-top: none; */ clear: both; float: left; width: 100%; background: #e9f1fc; height: 295px !important;border-radius: 10px;}/* 탭 내용 박스 */
.rumitab_content { padding: 5px; font-size: 12px; display: none; text-align:left; }
.rumitab_container .rumitab_content ul { width:100%; margin:0px; padding:0px; }
.rumitab_container .rumitab_content ul li { padding:5px; list-style:none; height:auto; overflow:hidden; font-size: 10px;}
.rumitab_box { width: 450px; height: 295px; /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); */ -moz-box-shadow:  0 1px 3px rgba(0,0,0,0.1); /* overflow:hidden; */margin-right: 123px;margin-top: 18px;}/* 탭 전체 크기 */


@media (max-width: 1025px) { 
.rumitab_box{ margin:18px auto 0;}

ul.rumitab li{min-width:120px; height:30px; margin:0 10px;}

ul.rumitab{ width:100%;}
}
@media (max-width: 650px) { 
.rumitab_box{width:100%;}
.ted_txt_img{width: 48% !important;}
}