:root {
--h0001-l-01-bg:rgba(255, 255, 255, 1.0);
--h0001-l-01-bg-hover:rgba(0, 0, 0, 0.04);
--h0001-l-01-spc:10px;
--h0001-l-01-h:50px;
--h0001-l-01-ff:Kanit;
--h0001-l-01-fs:12px;
--h0001-l-01-title-weight:normal;
--h0001-l-01-text:rgba(76, 76, 76, 1.0);
--h0001-l-01-text-hover:rgba(0, 0, 0, 1.0);
--h0001-l-01-brd:0px;
--h0001-l-01-brd-bg:rgba(0, 0, 0, 0.1);
--h0001-l-01-brd-bg-hover:rgba(0, 0, 0, 0.04);
--h0001-l-01-img-rd:50%;
--h0001-l-01-img-h:50px;
--h0001-l-01-img-w:50px;
--h0001-lu-01-i1-bg:rgba(255, 255, 255, 1.0);
--h0001-lu-01-i1-bg-hover:rgba(0, 0, 0, 0.04);
--h0001-lu-01-i1-spc:10px;
--h0001-lu-01-i1-pg:5px 10px;
--h0001-lu-01-i1-h:50px;
--h0001-lu-01-i1-ff:Kanit;
--h0001-lu-01-i1-fs:12px;
--h0001-lu-01-i1-title-weight:normal;
--h0001-lu-01-i1-text-style:normal;
--h0001-lu-01-i1-text:rgba(76, 76, 76, 1.0);
--h0001-lu-01-i1-text-hover:rgba(36, 150, 255, 1.0);
--h0001-lu-01-i1-brd:1px;
--h0001-lu-01-i1-brd-bg:rgba(0, 0, 0, 0.1);
--h0001-lu-01-i1-brd-bg-hover:rgba(36, 150, 255, 1.0);
--h0001-lu-01-i1-icon-rd:50%;
--h0001-lu-01-i1-icon-h:50px;
--h0001-lu-01-i1-icon-w:50px;
--h0001-lu-01-i1-icon-fs:24px;
--h0001-lu-01-i1-icon-bg:rgba(0, 0, 0, 0.1);
--h0001-lu-01-i1-icon-bg-hover:rgba(36, 150, 255, 1.0);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > H0001-L-01 */
.h0001-l-01-out {
    background-color: var(--h0001-l-01-bg);
    margin: 0px !important;
    padding: 0px var(--h0001-l-01-spc) !important;
}
    .h0001-l-01-out:hover {
        background-color: var(--h0001-l-01-bg-hover);
        color: var(--h0001-l-01-text-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
        .h0001-l-01-out:hover .h0001-l-01-content {
            color: var(--h0001-l-01-text-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
.h0001-l-01-in {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: var(--h0001-l-01-spc) 0px !important;
    padding: 0px !important;
}
    .h0001-l-01-in:hover .h0001-l-01-img {
        border: var(--h0001-l-01-brd) solid var(--h0001-l-01-brd-bg-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
.h0001-l-01-img {
    border-radius: var(--h0001-l-01-img-rd) !important;
    border: var(--h0001-l-01-brd) solid var(--h0001-l-01-brd-bg);
    width: var(--h0001-l-01-img-w);
    height: var(--h0001-l-01-img-h);
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.h0001-l-01-content {
    height: var(--h0001-l-01-h);
    font-family: var(--h0001-l-01-ff);
    color: var(--h0001-l-01-text);
    text-decoration: none;
    overflow: hidden;
}
    .h0001-l-01-content > p {
        font-size: var(--h0001-l-01-fs);
        margin: 3px 0px !important;
        padding: 0px !important;
        font-weight: var(--h0001-l-01-title-weight) !important;
    }
/* STOP > H0001-L-01 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > H0001-LU-01-i1 */
.h0001-lu-01-i1-out {
    background-color: var(--h0001-lu-01-i1-bg);
    margin: 0px !important;
    padding: 0px var(--h0001-lu-01-i1-spc) !important;
}
    .h0001-lu-01-i1-out:hover {
        background-color: var(--h0001-lu-01-i1-bg-hover);
        color: var(--h0001-lu-01-i1-text-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
        .h0001-lu-01-i1-out:hover .h0001-lu-01-i1-content {
            color: var(--h0001-lu-01-i1-text-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
        .h0001-lu-01-i1-out:hover .h0001-lu-01-i1-icon i {
            color: var(--h0001-lu-01-i1-icon-bg-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
.h0001-lu-01-i1-in {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: var(--h0001-lu-01-i1-spc) 0px !important;
    padding: 0px !important;
}
    .h0001-lu-01-i1-in:hover .h0001-lu-01-i1-icon {
        border: var(--h0001-lu-01-i1-brd) solid var(--h0001-lu-01-i1-brd-bg-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
.h0001-lu-01-i1-icon {
    position: relative;
    line-height: 0 !important;
    border-radius: var(--h0001-lu-01-i1-icon-rd) !important;
    border: var(--h0001-lu-01-i1-brd) solid var(--h0001-lu-01-i1-brd-bg);
    width: var(--h0001-lu-01-i1-icon-w);
    height: var(--h0001-lu-01-i1-icon-h);
    float: left;
    overflow: hidden;
}
    .h0001-lu-01-i1-icon i {
        line-height: 0 !important;
        color: var(--h0001-lu-01-i1-icon-bg);
        font-size: var(--h0001-lu-01-i1-icon-fs);
    }
    .h0001-lu-01-i1-icon .fa-vc {
        position: absolute;
        line-height: 0 !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
.h0001-lu-01-i1-content {
    height: var(--h0001-lu-01-i1-h);
    font-family: var(--h0001-lu-01-i1-ff);
    color: var(--h0001-lu-01-i1-text);
    text-decoration: none;
    overflow: hidden;
    padding: var(--h0001-lu-01-i1-pg) !important;
}
    .h0001-lu-01-i1-content > p {
        font-size: var(--h0001-lu-01-i1-fs);
        margin: 3px 0px !important;
        padding: 0px !important;
        font-weight: var(--h0001-lu-01-i1-title-weight) !important;
    }
    .h0001-lu-01-i1-content > i {
        font-size: calc(var(--h0001-lu-01-i1-fs) - 2px);
        margin: 3px 0px !important;
        padding: 0px !important;
        font-style: var(--h0001-lu-01-i1-text-style) !important;
    }
/* STOP > H0001-LU-01-i1 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

