@charset "UTF-8";

.card-style {
    border-radius: 35px 35px 30px 30px;
}
.card-header-style {
    border-radius: 35px 35px 0px 0px;
    height: 150px;
}
#index_travel {
    background-image: url(../images/index_travel.jpg);
    background-size:cover;
}
#index_travelAdded {
    background-image: url(../images/index_travelAdded.jpg);
    background-size:cover;
}
#index_foundation {
    background-image: url(../images/index_foundation.jpg);
    background-size:cover;
}
#index_datingSite {
    background-image: url(../images/index_datingSite.jpg);
    background-size:cover;
}
#index_clothes {
    background-image: url(../images/index_clothes.jpg);
    background-size:cover;
}
#index_spc {
    background-image: url(../images/index_spc.jpg);
    background-size:cover;
}
.card-body-style {
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(217, 217, 217, 0.73);
    border-radius: 0px 0px 30px 30px;
}
.card-body-content {
   
}
.tag-style { float: left;
    margin-right: 10px;
}
.tag-font {
    white-space:nowrap;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    background: #EDECEC;
    border-radius: 5px;
    color: #615C5C;padding:8px 16px;
}
.title-font {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #000000;
}
.border-right {
    border-right: 1px solid #D9D9D9;
}
.category-font-sm {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #909090;
}
.category-font-lg {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #272727;
}
.dot-style {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-right: 3%;
}
.content-font {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
}
.text-align-center {
    text-align: center;
}
.btn-go {
    width: 80%;
    height: 40px;
    background: #fff;
    border-radius: 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.065em;
    color: #615C5C;
    margin: 0 auto;
    border: 1px solid #909090 !important;
}
.btn-go:hover {
    cursor: pointer;
}
.ps-font {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);

}
.ps-style {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    width:40px;
}

.doncon{ float: left; margin-top: 35px; margin-left: 100px; width: 42%;}


@media only screen and (max-width:1024px)
{
    .card-body-content {
        height: auto;
    }
    .doncon{margin-top:100px; margin:0 auto; width:80%;}
}
