html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Hyundai Sans Head Office', sans-serif !important;
    background-color: #f4f6f9;
}

.event-table td, .event-table th {
    border: 1px solid #e4dcd3 !important;
}

.btn-primary {
    background-color: #002c5f !important;
    border-color: #002c5f !important;
}

.table.event-table thead th {
    background-color: rgb(228, 220, 211) !important;
}

.promos-table .property {
    background-color: rgb(0, 44, 95);
}

.bg-light-sand {
    background-color: rgb(246, 243, 242) !important;
}

.rsa-table td.coverage {
    border-top: 1px solid white !important;
}

.rsa-thead{
    background-color: black !important;
}

.rsa-table td.price {
    border-top: 1px solid rgb(228, 220, 211) !important;
}

.rsa-table td {
    border: 0 !important;
}

.container .join-activity {
    justify-self: center !important;
}

p {
    font-size: 16px !important;
    font-weight: 400 !important;
}

a{
    color: #002c5f !important;
}

.table-responsive-promos {
    display: block;
    width: 100%;
}

.promos-table table td {
    font-size: 1rem !important;
}

ol li {
    font-size: 16px;
    margin-bottom: 10px;
}

ul li {
    font-size: 16px;
}

.highlights-headers {
    font-size: 27px !important;
    line-height: 32px !important;
    letter-spacing: 0.4px !important;
}

.highlights-subheaders {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

ul.a {
    list-style-type: circle;
}

.carousel-indicators li {
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #fff;
    background-clip: unset;
    border: 1px solid #999 !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    cursor: pointer;
    box-sizing: border-box !important;
    border-top: 1px solid #999 !important;
    border-bottom: 1px solid #999 !important;
    opacity: 1 !important;
}

.carousel-indicators.ci2 {
    bottom: 0;
    top: auto !important;
    position: absolute !important;
}

.carousel.carousel-thumbs-top {
    padding-top: 60px;
}

.mn-1{
    margin-top: 0 !important;
}

.carousel.carousel-thumbs-top .carousel-indicators {
    top: 0;
    bottom: auto;
}

.carousel .carousel-indicators button {
    width: 100px !important;
    height: 0!important;
  
}

.key-visual {
    position: relative;
    margin-bottom: 70px
}

.key-visual-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    padding: 40px 25px 0;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
}

.key-visual-title h2 {
    font-size: 35px;
    color: #fff;
    line-height: 1.18;
}

.key-visual-title h2 > span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
}

.carousel-indicators .active {
    background-color: #00aad2 !important;
    opacity: 1 !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.carousel-indicators {
    position: relative !important;
    margin-top: 3%;
}

.carousel-control-next {
    top: -5.5px !important;
}

@media (min-width: 1200px) {
    p {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 30px !important;
    }

    .promosh1 {
        font-size: 35px !important;
    }


    table th, table td {
        font-size: .9rem !important;
    }
}

@media (max-width: 425px) {
    h1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 1.4rem !important;
    }

    .promosh1 {
        font-size: 1.4rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    h4 {
        font-size: 1.2rem !important;
        padding-left: 0 !important;
    }

    table th, table td {
        font-size: .9rem !important;
    }
}
