/* BASIC css start */
#info-group dt {background-color: #464646; color: #fff; padding: 6px 10px; margin:20px 0 16px 0;}
#info-group dd {padding:0 20px; margin-bottom:5px; }
#info-group .fa-square {color:#ca3d3d;}
#info-group em {color:#ca3d3d;}



/* ÅÇ¸Þ´º */
.tabs {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tabs .active-tab {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  color: black;
}
.tabs .active-tab:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
  background: white;
}
.tabs li {
  display: inline-block;
  cursor: pointer;
  color: #000;
  padding: 5px 10px;
  font-size:11px;
}
.tabs li:first-child {
  margin-left: 0px;
}

.tabs-content {
  margin: 20px 10px;
  padding: 0;
  list-style: none;
}
.tabs-content li {
  display: none;
}




/* ¾îÄÚµð¾ð */


.acc-container {
  max-width: 700px;
  width: 100%;
}



.acc-container {
  max-width: 700px;
  width: 100%;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  padding:6px 8px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  font-size:12px;
  border-bottom: 1px solid #ccc;
 }

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #000;
  transition: all .3s;
 }

 .acc-head::before {
    right: 24px;
    width: 1px;
    height: 7px;
    margin-top: -5px;
}

.acc-head::after {
    right: 21px;
    width: 7px;
    height: 1px;
    margin-top: -2px;
}

.acc-head p {
  color: #000;
}

.acc-content {
  padding: 10px;
  display: none;
}
.acc-content p{line-height: 19px;}    
.acc-head.active::before {
    transform: rotate(90deg);
}
.acc-head.active p {font-weight:bold}
/* BASIC css end */

