﻿
.default_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.default_content > .default_table {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.default_content > .default_table > .area1 > .item > .item2 a {
    background-color: #d51f26;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    margin: 0px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    line-height: 24px;
}

.default_content > .default_table > .area1 > .item > .item2 a:link { color: white; }
.default_content > .default_table > .area1 > .item > .item2 a:visited { color: white; }
.default_content > .default_table > .area1 > .item > .item2 a:hover { color: #d51f26; background-color: white; }
.default_content > .default_table > .area1 > .item > .item2 a:active { color: #d51f26; background-color: white; }
.default_content > .default_table > .area1 > .item > .item2 a i { font-size: 22px; margin-left: 10px; vertical-align: middle; }
.default_content > .default_table > .area1 > .item > .item2 a span { margin: 0; padding: 0; vertical-align: middle; }

.default_content > .default_table > .area2 > .item > .item1 > .item3 a {
    background-color: #d51f26;
    border: 1px solid #d51f26;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    margin: 0px;
    padding: 6px 30px 6px 30px;
    text-decoration: none;
    line-height: 24px;
}

.default_content > .default_table > .area2 > .item > .item1 > .item3 a:link { color: white; }
.default_content > .default_table > .area2 > .item > .item1 > .item3 a:visited { color: white; }
.default_content > .default_table > .area2 > .item > .item1 > .item3 a:hover { color: #d51f26; background-color: white; }
.default_content > .default_table > .area2 > .item > .item1 > .item3 a:active { color: #d51f26; background-color: white; }
.default_content > .default_table > .area2 > .item > .item1 > .item3 a i { font-size: 22px; margin-left: 10px; vertical-align: middle; }
.default_content > .default_table > .area2 > .item > .item1 > .item3 a span { margin: 0; padding: 0; vertical-align: middle; }

.default_content > .default_table > .area4 > .item > .item3 a {
    background-color: #d51f26;
    border: 1px solid #d51f26;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    margin: 0px;
    padding: 6px 30px 6px 30px;
    text-decoration: none;
    line-height: 24px;
}

.default_content > .default_table > .area4 > .item > .item3 a:link { color: white; }
.default_content > .default_table > .area4 > .item > .item3 a:visited { color: white; }
.default_content > .default_table > .area4 > .item > .item3 a:hover { color: #d51f26; background-color: white; }
.default_content > .default_table > .area4 > .item > .item3 a:active { color: #d51f26; background-color: white; }
.default_content > .default_table > .area4 > .item > .item3 a i { font-size: 22px; margin-left: 10px; vertical-align: middle; }
.default_content > .default_table > .area4 > .item > .item3 a span { margin: 0; padding: 0; vertical-align: middle; }

.bottom_line {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin: 20px auto;
}

/* ---------------------------------------------------------------------------------------------------- */

.default_content > .default_table > .area2 > .item > .item2 > .details { width: 100%; }
.default_content > .default_table > .area2 > .item > .item2 > .details > #details_control { display: none; }
.default_content > .default_table > .area2 > .item > .item2 > .details > #details_control:checked ~ .details_box { max-height: 312px; }
.default_content > .default_table > .area2 > .item > .item2 > .details > #details_control2 { display: none; }
.default_content > .default_table > .area2 > .item > .item2 > .details > #details_control2:checked ~ .details_box { max-height: 312px; }
.default_content > .default_table > .area2 > .item > .item2 > .details > .details_btn {
    width: 100%;
    background-color: #2f2e2e;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0 10px 0px;
    user-select: none;
    text-align: left;
}

.default_content > .default_table > .area2 > .item > .item2 > .details > .details_btn > i {
    background-color: #2f2e2e;
    color: #ffffff;
    margin: 0px 20px;
}

.default_content > .default_table > .area2 > .item > .item2 > .details > .details_box {
    max-height: 0px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 20px;
    text-align: left;
    transition: max-height 1s;
}

@media screen and (max-width: 767px) {
    .default_content {
        margin-top: 105px;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area1 {
        width: 100%;
        height: 560px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .default_content > .default_table > .area1 > .item {
        max-width: 375px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area1 > .item > .item1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 700;
        padding: 0px;
        margin-bottom: 40px;
    }

    .default_content > .default_table > .area1 > .item > .item1 > span {
        padding: 0px;
        margin: 0px;
    }

    .default_content > .default_table > .area1 > .item > .item1 > span:nth-child(1),
    .default_content > .default_table > .area1 > .item > .item1 > span:nth-child(2) {
        font-size: 40px;
    }

    .default_content > .default_table > .area1 > .item > .item1 > span:nth-child(3) {
        font-size: 26px;
        margin-top: 20px;
    }

    .default_content > .default_table > .area1 > .item > .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .default_content > .default_table > .area1 > .item > .item3 {
        display: none;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .default_content > .default_table > .area2 > .item {
        max-width: 375px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 40px 0px;
    }

    .default_content > .default_table > .area2 > .item > .item1 {
        max-width: 340px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        color: #e53935;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item1 > img {
        vertical-align: middle;
        margin-right: 20px;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item2 {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        color: black;
        margin-bottom: 30px;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .default_content > .default_table > .area2 > .item > .item2 {
        max-width: 340px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(../images/Default/sea.jpg);
    }

    .default_content > .default_table > .area3 > .item {
        max-width: 375px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #ffffff;
        margin: 40px 0px;
    }

    .default_content > .default_table > .area3 > .item > .item1 {
        max-width: 340px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        margin-bottom: 20px;
    }

    .default_content > .default_table > .area3 > .item > .item1 > p {
        font-size: 26px;
        font-weight: 700;
        padding: 0px;
        margin: 0px 0px 15px 0px;
    }

    .default_content > .default_table > .area3 > .item > .item1 > span {
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
    }

    .default_content > .default_table > .area3 > .item > .item2 {
        color: #ffffff;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area3 > .item > .item2 > .item1 {
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: rgba(63, 105, 126, 0.8);
        font-size: 14px;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area4 > .item {
        max-width: 375px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #d5d5d5;
        margin: 40px 0px;
    }

    .default_content > .default_table > .area4 > .item > .item1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item1 > .item1 > .item3 {
        width: 75px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item1 > .item2 {
        font-size: 26px;
        font-weight: 700;
        color: black;
        margin: 0px 10px 0px 10px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item2 {
        max-width: 340px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        color: #8c8e91;
        font-size: 14px;
    }

    .default_content > .default_table > .area4 > .item > .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #8c8e91;
        font-size: 14px;
        max-width: 340px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 {
        margin-bottom: 40px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item1 {
        margin-bottom: 10px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item1 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item1 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item1 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item1 > span {
        color: black;
        font-size: 16px;
        font-weight: 700;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item2 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item2 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item2 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item2 > span {
        text-align: center;
        line-height: 24px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item2 > img {
        width: 320px;
        height: 320px;
        vertical-align: middle;
    }

    .default_content > .default_table > .area4 > .item > .item3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .default_content {
        margin: 135px 0px 0px 0px;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area1 {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        
        background-repeat: no-repeat;
    }

    .default_content > .default_table > .area1 > .item {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .default_content > .default_table > .area1 > .item > .item1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        font-weight: 700;
        padding: 0px;
        margin: 0px 0px 40px 0px;
    }

    .default_content > .default_table > .area1 > .item > .item1 > span {
        padding: 0px;
        margin: 0px;
    }

    .default_content > .default_table > .area1 > .item > .item1 > span:nth-child(1),
    .default_content > .default_table > .area1 > .item > .item1 > span:nth-child(2) {
        font-size: 50px;
    }

    .default_content > .default_table > .area1 > .item > .item1 > span:nth-child(3) {
        font-size: 26px;
        margin-top: 40px;
    }

    .default_content > .default_table > .area1 > .item > .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0px;
        margin: 0px 0px 40px 0px;
    }

    .default_content > .default_table > .area1 > .item > .item3 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area1 > .item > .item3 > .item {
        width: 350px;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: rgba(0, 0, 0, 0.6);
        margin-right: 30px;
        padding: 0px;
    }

    .default_content > .default_table > .area1 > .item > .item3 > .item:last-child {
        margin-right: 0px;
    }

    .default_content > .default_table > .area1 > .item > .item3 > .item > .item1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-left: 30px;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .default_content > .default_table > .area1 > .item > .item3 > .item > .item1 > img {
        vertical-align: middle;
        margin-right: 30px;
    }

    .default_content > .default_table > .area1 > .item > .item3 > .item > .item2 > span {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin: 0px 28px;
        font-size: 14px;
        text-align: left;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .default_content > .default_table > .area2 > .item {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 50px 0px;
    }

    .default_content > .default_table > .area2 > .item > .item1 {
        width: 540px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        color: #e53935;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item1 > img {
        vertical-align: middle;
        margin-right: 20px;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item2 {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        color: black;
        margin-bottom: 50px;
    }

    .default_content > .default_table > .area2 > .item > .item1 > .item3 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 50px;
    }

    .default_content > .default_table > .area2 > .item > .item2 {
        width: 540px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area3 {
        width: 100%;
        height: 320px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-image: url(../images/Default/sea.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .default_content > .default_table > .area3 > .item {
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #ffffff;
    }

    .default_content > .default_table > .area3 > .item > .item1 {
        width: 620px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        margin-right: 50px;
    }

    .default_content > .default_table > .area3 > .item > .item1 > p {
        font-size: 28px;
        font-weight: 700;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    .default_content > .default_table > .area3 > .item > .item1 > span {
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
    }

    .default_content > .default_table > .area3 > .item > .item2 {
        color: #ffffff;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area3 > .item > .item2 > .item1 {
        width: 120px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: rgba(63, 105, 126, 0.8);
        font-size: 14px;
    }

    /* ---------------------------------------------------------------------------------------------------- */

    .default_content > .default_table > .area4 {
        width: 100%;
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area4 > .item {
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #d5d5d5;
    }

    .default_content > .default_table > .area4 > .item > .item1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item1 > .item1 > .item3 {
        width: 100px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item1 > .item2 {
        font-size: 28px;
        font-weight: 700;
        color: black;
        margin: 0px 10px 0px 10px;
    }

    .default_content > .default_table > .area4 > .item > .item1 > .item2 {
        width: 640px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #8c8e91;
        font-size: 14px;
    }

    .default_content > .default_table > .area4 > .item > .item2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #8c8e91;
        font-size: 14px;
        max-width: 340px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 {
        margin-bottom: 40px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item2,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item1,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item1 {
        margin-bottom: 10px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item1 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item1 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item1 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item1 > span {
        color: black;
        font-size: 16px;
        font-weight: 700;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item1 > .item2 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item1 > .item2 > .item2 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item1 > .item2 > span,
    .default_content > .default_table > .area4 > .item > .item2 > .item3 > .item2 > .item2 > span {
        text-align: center;
        line-height: 24px;
    }

    .default_content > .default_table > .area4 > .item > .item2 > .item2 > img {
        width: 320px;
        height: 320px;
        vertical-align: middle;
    }

    .default_content > .default_table > .area4 > .item > .item3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}