.ci-tab {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  width: 100%;
  border: none;
  /*margin-bottom:35px;*/
 }

/**tab base*/
.ci-tab .tab-selector {
  height: 25px;
  margin: 0;
  padding: 0;
  border-top: none;
}

.ci-tab .tab-selector > li {
  background: #fff;
  list-style: none;
  float: left;
  margin: 0;
  text-align: center;
  padding: 0;
 }

 .ci-tab .tab-selector > li.ci-tab-disabled {
  background: #e1e1e1;
 }

.ci-tab .tab-selector > li:first-child {
  margin-left: 0;
}

.ci-tab .tab-selector li a {
  height: 100%;
  width:100%;
  display: block;
  text-decoration: none;
  color:#ccc;
  line-height: 35px;
}

.ci-tab .tab-selector li.ci-tab-disabled a {
  color:#808080;
}

.ci-tab .tab-selector li.ci-tab-active a {
  color: #333;
  background: none !important;
}

.ci-tab .tab-panel{
  clear:both;
}

.ci-tab .tab-panel > li {
  list-style: none;
  display: none;
}

.ci-tab .tab-panel > li.ci-tab-active {
  display: block;
}

.tab-panel > li.ajax-mode {
  display: block;
}

  /** NEW responsive_tab 관련 css **/

/*.resp-scroll-tab{min-height:40px;}*/
.wpc-resp-tab{ display: inline-block; width:100%;}
.wpc-resp-tab > .resp-tab-list{
  margin : 0 auto;
  font-size: 0;
}
.wpc-resp-tab > .resp-tab-list > .resp-tab-item {
  padding : 10px 20px;
  font-size:12px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.wpc-resp-tab > .resp-tab-panel{
  text-decoration:none;
  display: none;
  width:100%;
  height:100%;
}

.wpc-resp-tab > .resp-tab-panel > .wp-section{
  width: 100% !important;
}

.wpc-resp-tab > .resp-heading {
  display: none;
}

@media (max-width: 480px) {
  .wpc-resp-tab > .m-resp-tab-list { display: none;}
  .wpc-resp-tab > .m-resp-heading {
    display: flex;
    cursor: pointer;
    font-size: 12px;
    padding : 10px;
  }
}

/* 임시 */

.wpc-text > ul > li  {
  list-style-type : square;
}

.wpc-text > dl li  {
  list-style-type : square;
}
