.online-tab-check{
    display: flex;
    height: 65px;
    background-color: white;
    align-items: center;
    padding-left: 34px;
    margin-bottom: 15px;

    font-size: 24px;
    color: #000000;
}

.online-tab-check-on{
    color: #CBA264;
}

.online-tab-check-off{
    margin-left: 41px;

}


.online-content-ls{
    display: none;
}
.online-content {
    background-color: white;
    height: 100%;
    position: relative;
}

.line-item {
    border-bottom: 1px solid #E8E8E8;
    margin-top: 32px;
    margin-left: 36px;
    margin-right: 36px;

}

.btn-item {
    position: absolute;
    width: 100px;
    height: 36px;
    float: right;
    top: 30px;
    right: 34px;
}

.online-item {
    display: flex;
    padding: 30px 36px 0;
    align-items: center;
}

.img-online-item {
    width: 130px;
    height: 130px;
}

.online-item-con {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    height: 130px;
}

.txt-title-item-con {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    flex: 1;
}

.txtsub-title-item-con {
    font-weight: normal;
    font-size: 24px;
}
.online-banner{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.load-more-container{
    height: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.load-more{
    display: flex;
    height: 50px;
    width: 300px;
    background-image: url("../img/imgs/bg-load-more.png");
    justify-content: center;
    align-items: center;
}
.text-load-more{
  color: #97590E;
    font-size: 16px;
    margin-left: 10px;
}
.swiper {
    width: 100%;
    height: 440px;
}
.online-container-content{
    margin: 90px 0 103px 0;
}


