.cmn-header-01 .nav li.dropdown li.another-navlink a{
  padding-left: 5px;
}

.another-navlink a::before{
  display: none;
}

.cmn-header-01 .nav li.dropdown li.another-navlink > a:nth-of-type(2){
  padding-left: 0px;
}

.cmn-header-01 .nav li.dropdown li.another-navlink > a:last-of-type{
  padding-left: 10px;
}



.cmn-header-01 .nav li.dropdown li.another-navlink > a:first-of-type{
  padding-left: 20px;
}

.another-navlink > a:first-of-type::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--back-color-01);
    position: absolute;
    top: 7px;
    left: 0px;
}

.header-inner .dropdown-box li{
  white-space: nowrap;
}

.cmn-banner-02 .another-item > .pos-r{
  position: relative;
}

.cmn-banner-02 .another-item > a.pos-r:after {
    content: "";
    display: block;
    padding-top: 100%;
}
