.pannel1 {
    width: auto;
    max-width: 1072px;
    height: auto;
    margin: 0px auto;
    padding: 120px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.pannel1 .left, .pannel1 .right,
.pannel11 .left, .pannel11 .right {
    display: flex;
    flex-direction: column;
    width: 45%;
    max-width: 500px;
    height: auto;
}

.pannel1 .left, .pannel11 .left {
    gap: 40px;
}

.pannel1 .right, .pannel11 .right {
    border-radius: 10px;
}

.pannel2,
.pannel3,
.pannel6,
.pannel12{
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: var(--bg-grey1);
}

.pannel3 {
    gap: 20px;
    background-color: transparent;
}

.pannel12 {
    gap: 20px;
    background-color: transparent;
    padding: 0px 20px;
}

.pannel2 .content,
.pannel3 .content,
.pannel12 .content{
    width: auto;
    max-width: 1072px;
    gap: 20px;
    height: auto;
    margin: 28px auto 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pannel6 .content{
    width: auto;
    max-width: 1072px;
    gap: 20px;
    height: auto;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pannel2 .content .item,
.pannel3 .content .item,
.pannel6 .content .item,
.pannel12 .content .item{
    width: auto;
    max-width: 240px;
    padding: 16px;
    height: 100px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid #e1e1e1 1px;
}

.pannel12 .content .item{
    border: none;
}

.pannel4 {
    width: auto;
    height: auto;
    max-width: 1000px;
    margin: 100px auto 0px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.pannel4 .slider_box {
    width: auto;
    max-width: 1000px;
    height: auto;
    margin: 40px 0px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.pannel4 .slider_box .middle {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 16px;
    overflow-x: hidden;
}

.pannel4 .slider_box .middle .slider {
    width: 1346px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 16px;
    text-align: left;
}

.pannel4 .slider_box .middle .slider .item {
    width: 150px !important;
    padding: 16px;
    height: 20px;
    margin: 0px;
    display: inline-block;
    text-align: left;
    background-color: var(--bg-grey1);
    border-radius: 5px;
    border: solid #e1e1e1 1px;
}

.pannel5 {
    width: auto;
    height: auto;
    max-width: 1000px;
    margin: 0px auto 100px;
    padding: 40px 24px;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: row;
    text-align: left;
    box-shadow: #aaa 0px 0px 10px;
}

.pannel5 img {
    width: 45%;
    height: auto;
    display: flex;
}

.pannel5 div {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pannel5 span {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: row;
}

.pannel7{
    width: auto;
    height: auto;
    max-width: 1000px;
    margin: 0px auto;
    padding: 100px 16px;
    flex-direction: column;
    display: flex;
    gap: 40px;
}

.pannel7 .content{
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 20px;
    justify-content: left;
    text-align: left;
}

.pannel7 .content img{
    width: 100%;
    border-radius: 10px;
}

.pannel7 .content .left, .pannel7 .content .right{
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    margin: 0px;
    justify-content: left;
    text-align: left;
    border: solid 2px #aaa;
}

.pannel7 .content .left{
    background-color: var(--bg-grey1);
}

.pannel7 .content .left div, .pannel7 .content .right div{
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.pannel7 .content .left div button, .pannel7 .content .right div button{
    width: 100%;
}

.pannel7 .content ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.pannel7 .content ul li{
    display: flex;
    gap: 12px;
    align-items: center;
}

.pannel8,
.pannel9{
    width: auto;
    height: auto;
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px 20px;
    flex-direction: column;
    display: flex;
    gap: 40px;
}

.pannel8 table .table-h1 th,
.pannel9 table .table-h1 th{
    padding: 20px;
}

.pannel8 table .table-h2 .grey, 
.pannel8 table .table-h3 .grey,
.pannel9 table .table-h3 .grey {
    padding: 16px 24px;
    text-align: left;
    cursor: pointer;
    gap: 20px;
}

.pannel8 table .green, 
.pannel8 table .red,
.pannel9 table .green, 
.pannel9 table .red{
    width: 25%;
}

.pannel8 table .table-h1 .green,
.pannel9 table .table-h1 .green{
    background-color: var(--green2);
}

.pannel8 table .table-h1 .red,
.pannel9 table .table-h1 .red{
    background-color: var(--red2);
}

.pannel8 table .table-h2 .grey{
    background-color: var(--bg-grey3);
}

.pannel8 table .table-h2 .grey span{
    display: flex;
    gap: 20px;
}

.pannel8 table .table-h3 .grey span,
.pannel9 table .table-h3 .grey span{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 20px;
    text-align: center;
}

.pannel8 table .table-h2 .green{
    background-color: var(--green3);
}

.pannel8 table .table-h2 .red{
    background-color: var(--red3);
}

.pannel8 table .table-h3 .grey,
.pannel9 table .table-h3 .grey{
    background-color: var(--bg-grey4);
}

.pannel8 table .table-h3 .green,
.pannel9 table .table-h3 .green{
    background-color: var(--green4);
}

.pannel8 table .table-h3 .red,
.pannel9 table .table-h3 .red{
    background-color: var(--red4);
}

.pannel10{
    padding: 100px 40px 40px;
    width: 60%;
    text-align: center;
    margin: 0px auto;
}

.pannel11 {
    width: auto;
    max-width: 1072px;
    height: auto;
    margin: 40px auto 80px;
    padding: 40px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .pannel1 {
        flex-direction: column;
        padding: 0px 24px;
        gap: 20px !important;
    }

    .pannel1 .left,
    .pannel1 .right {
        width: 100% !important;
        gap: 20px !important;
    }

    .pannel1 .right {
        order: 0;
    }

    .pannel1 .left {
        order: 1;
    }
    
    .pannel5{
        margin: 24px;
        flex-direction: column;
    }

    .pannel5 div, .pannel5 img{
        width: 100%;
    }

    .pannel7 .content {
        display: flex;
        flex-direction: column;
    }

    .pannel7 .content .left div,
    .pannel7 .content .right div {
        gap: 16px;
    }

    .pannel8 table .desktop,
    .pannel9 table .desktop {
        display: none;
    }

    
}

@media screen and (min-width: 767px) {
    .pannel8 table .mobile,
    .pannel9 table .mobile {
        display: none;
    }
}