.tabmenu {
  width: 100%; margin-bottom:30px; min-height:455px;
  max-width: 100%;
  border: 0px solid #000;
}
.tabmenu_menu {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}
/*.tabmenu_menu-item:first-child {border-left:1px solid #dfdfdf;}*/
.tabmenu_menu-item:nth-of-type(2) {border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;}
.tabmenu_menu-item {
  flex: 1;/* border-top:1px solid #dfdfdf;  border-right:1px solid #dfdfdf;  border-bottom:1px solid #dfdfdf;*/
 border:4px solid rgb(255,255,255,0);  
  padding: 13px;
  font-size: 18px;
  font-weight: 700;  letter-spacing: 0.8px;
  text-transform: uppercase; text-align: center; color: #fff; box-shadow: 0 2px 0 transparent;
  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none; user-select: none; cursor: pointer; transition: 0.3s;
}
.tabmenu_content {
  padding: 5px 0;
}
.tabmenu_content-item {
  height: 0;
  overflow: auto;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition: 0.3s;
}

.tabmenu input[id=tab1]:checked ~ .tabmenu_menu .tabmenu_menu-item[for=tab1] {
 background: rgb(0,0,0,0.3);
 border: 4px solid #fff;
  color: #fff; 
  /*box-shadow: 0 2px 0 #000;*/
}

.tabmenu input[id=tab1]:checked ~ .tabmenu_content .tabmenu_content-item[data-tab=tab1] {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.tabmenu input[id=tab2]:checked ~ .tabmenu_menu .tabmenu_menu-item[for=tab2] {
 background: rgb(0,0,0,0.3);
 border: 4px solid #fff;
  color: #fff; 
}

.tabmenu input[id=tab2]:checked ~ .tabmenu_content .tabmenu_content-item[data-tab=tab2] {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.tabmenu input[id=tab3]:checked ~ .tabmenu_menu .tabmenu_menu-item[for=tab3] {
  background: rgb(0,0,0,0.3);
 border: 4px solid #fff;
  color: #fff; 
}

.tabmenu input[id=tab3]:checked ~ .tabmenu_content .tabmenu_content-item[data-tab=tab3] {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*bord*/
.tabmenu .news .main_notice > tbody > tr  td:nth-of-type(3) { width:15% !important;}
.tabmenu .news .main_notice > tbody > tr  .bd_out1 { /*width:100% !important;*/
white-space:normal !important; text-overflow:ellipsis}
.tabmenu .news .main_notice > tbody > tr td{border-bottom:1px dashed #dfdfdf ; }
/*.tabmenu .news td {border-bottom:1px dashed #dfdfdf ; }*/
.tabmenu .news td a{display:block; padding:24px 0; font-size:18px; width:100% !important; }
.tabmenu .news td a:hover {color:#fff;}
.tabmenu .news tr:last-child td {/*border-bottom:0;*/}
.tabmenu .news tr:first-child {display:none;}

.tabmenu .btn a {display:block; padding:20px; width:200px; text-align:center; margin:20px auto 0 auto;
font-size:18px; border:0px solid #fff;}
.tabmenu .btn a:hover {color:#fff; text-decoration:underline; }

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.inner .notce {height:500px; overflow:hidden;}
.tabmenu {   margin-bottom:0px; min-height:390px;}
.tabmenu .news .main_notice  {padding:0 5px !important;}
.tabmenu .news .main_notice > tbody > tr  td:first-child {display:none;}
.tabmenu .news .main_notice > tbody > tr  td:nth-of-type(2),
.tabmenu .news .main_notice > tbody > tr td:nth-of-type(3) {display:table !important; width:100% !important;
text-align:left; font-size:14px;}	
.tabmenu .news .main_notice > tbody > tr td:nth-of-type(2) {border-bottom:0px dashed #dfdfdf ; padding-top:5px; }
.tabmenu .faq .main_notice > tbody > tr td a{border-bottom:1px dashed #dfdfdf !important;height:58px; padding:5px 0 }
.tabmenu .news .main_notice > tbody > tr td:nth-of-type(3) {color:#888; padding-bottom:5px;}
.tabmenu .news td a{display:block; padding:6px 0; font-size:14px; width:100% !important; }
.tabmenu_menu-item { padding: 5px;  font-size: 15px;}
.tabmenu .btn a {padding:20px; width:200px; margin:10px auto 0 auto;font-size:16px; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
