* {
    font-family: "·L³n¥¿¶ÂÅé";
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 1em;
    background-color: #eeeeee;
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

ol, ul {
    list-style: none;
}

a {
    color: #1065c1;
}

::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 2px;
}

::-webkit-scrollbar {
    width: 5px;
}

/*¥²¶ñ*/
.required:before {
    content: "*";
    color: red;
}

.mousePointer {
    cursor: pointer;
}

.contact-box {
    min-height: 113px;
}

.contact-subTitle {
    min-height: 47px;
}


@media (max-width:991.98px) {
    .contact-subTitle {
        min-height: 120px;
    }
}

@media (min-width:992px) {
    .contact-subTitle {
        min-height: 72px;
    }
}

@media (min-width:1200px) {
    .contact-subTitle {
        min-height: 72px;
    }
}

ul {
    list-style-type: cjk-ideographic;
}

.card, .card .img-wraper {
    border-radius: 2em;
    min-height: 200px;
    height: 260px;
}

    .card img {
        transition: .35s;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card .img-wraper {
        border-radius: 2em 0 0 2em;
        min-height: 200px;
        height: 260px;
    }

.card-addon {
    color: #0e5da2;
}

.card-content {
    height: 130px;
    overflow-x: auto;
}

.img-container {
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
}
    .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

table thead th {
    position: sticky;
    top: 0px;
}

.tableFixHeight {
    max-height: 600px;
    overflow-y: auto;
}