:root {
    --main-color: #EF6315;
    --background-color: #eef5fb;
    --star-color: #ffc911;
    --secon-color: #faac82;
}

.site-logo{
    max-height: 50px;   
}

.navbar-brand{
    margin: 0 auto;
    text-align: center;
}

.btn-secondary{
    background-color: var(--secon-color);
    border-color: var(--secon-color);
}

#toggler{
    color: white;
    border-color: white;
}

.footer-logo{
    max-height: 120px;
    margin-top : 15px;
}

.company-info{
    text-align: left;
}

.company-text{
    list-style-type: none;
    line-height: 1.8rem;
}

.company-name{
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.slide-img{
    width: 100%;
}

#owl-slide .item img{
    display: block;
    width: 100%;
    height: auto;
}

.see-more {
    float: right;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
}

.vas-info {
    text-align: center;
    margin-top: 15px;
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 15px;
}

.btn-back{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    border-radius: 40px;
    padding-top: 11px;
    padding-left: 9px;
    margin-top: 10px;
    opacity: 0.8;
    line-height: 1;
    background: var(--main-color);
    color: white;
}

.btn-reg{
    width: 150px;
}

#search-button{
    border-color: transparent;
}

button:focus{
    outline: none;
}

.btn-secondary:hover{
    background-color: var(--main-color);
    border-color: var(--secon-color);
}