@charset "utf-8";
/* CSS Document */

.tab {
  position: relative;
  display: block;
  float: none;
  width: auto;
  height: auto!important;
  overflow: hidden;
  margin: 0;
}

.tab-nav a{
    float: right;
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: right;
    text-decoration: none;
    color: #999;
    padding: 10px 30px 10px 0;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    background: none;
}
.tab-nav a:before {
    content: "";
    background-color: #00a7e9;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.2s;
}
.port-box .tab-nav a:before {
    background-color: #FFF;
    width: 10px;
    height: 10px;
    right: 6px;
}
.port-box .tab-nav a.active:before {
    width: 20px;
    height: 20px;
    right: 1px;
}
.testi-box .tab-nav a:before {
    background-color: #00a7e9;
    width: 10px;
    height: 10px;
    right: 6px;
}
.testi-box .tab-nav a.active:before {
    width: 20px;
    height: 20px;
    right: 1px;
}
.tab-nav a:after {
    /*content: "";*/
    position: absolute;
    border-right: 2px dotted #CCC;
    top: 0;
    right: 7px;
    height: 100%;
    z-index: 0;
}
.tab-nav.j-tab-nav.desktop,
.tab-nav.j-tab-nav.mobile{
    display: inline-block;
    width: 100%;
}
.tab-nav.j-tab-nav.desktop:after{
    content: "";
    position: absolute;
    border-right: 2px dotted #CCC;
    top: 0;
    right: 7px;
    height: 100%;
    z-index: 0;
}
.tab-nav.j-tab-nav.mobile:after{
    content: "";
    position: absolute;
    border-right: 2px dotted #CCC;
    top: 0;
    right: 7px;
    height: 100%;
    z-index: 0;
}
.port-box .tab-nav a:after {
    border-right: 2px dotted #FFF;
    right: 10px;
}
.testi-box .tab-nav a:after {
    border-right: 2px dotted #ccc;
    right: 10px;
}
.tab-nav a:first-child:after {
    top: 25px;
}
.tab-nav a:last-child:after {
    top: auto;
    bottom: 20px;
}
.tab-nav .group a:after {
    top: 0;
}
.tab-nav .group:first-child a:after {
    top: 25px;
}
.tab-nav .group:last-child a:after {
    top: auto;
    bottom: 20px;
}
.port-box .tab-nav a {
    color: #FFF;
}

 .port-box .tab-nav .group.open a:before {
    background-color: #FFF;
    width: 20px;
    height: 20px;
    right: 1px;
}

.testi-box .tab-nav a {
    color: #000;
}

 .testi-box .tab-nav .group.open a:before {
    background-color: #00a7e9;
    width: 20px;
    height: 20px;
    right: 1px;
}

.tab-nav a.current{
  color: #000;
  font-size: 18px;
  transition: all 0.2s;
}
.tab-nav a.current:before {
    content: "";
    background-color: #00a7e9;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
}
.port-box .tab-nav a.current:before {
    background-color: #FFF;
    right: 3px;
}
.port-box .tab-nav a.current {
  color: #FFF;
}
.testi-box .tab-nav a.current:before {
    background-color: #FFF;
    right: 3px;
}
.testi-box .tab-nav a.current {
  color: #FFF;
}

.tab-con {
  position: relative;
}

.tab-con-item {
  display: none;
}

.controller{
    width: 400px;
    margin: 0 auto 10px auto;
}

.tab-row{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.tab-col-tab, .tab-col-img {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}