: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;
--v0105-l-02-bg:transparent;
--v0105-l-02-brd:0px;
--v0105-l-02-brd-bg:rgba(255, 0, 0, 1.0);
--v0105-l-02-rd:0px;
--v0105-l-02-mg:10px;
--v0105-l-02-h:600px;
--v0105-l-02-title-mb:40px;
--v0105-l-02-title-pg:0px 10px;
--v0105-l-02-title-ff:Montserrat;
--v0105-l-02-title-fs:20px;
--v0105-l-02-title-weight:normal;
--v0105-l-02-title:rgba(255, 255, 255, 1.0);
--v0105-l-02-title-bg-top:rgba(0, 0, 0, 0.0);
--v0105-l-02-title-bg-bottom:rgba(0, 0, 0, 0.6);
--v0105-l-02-title-rd:5px;
--v0105-l-02-line:rgba(209, 177, 123, 0.7);
--v0105-l-02-line-ff:Arizonia;
--v0105-l-02-line-fs:14px;
--v0105-l-02-line-pg:0px 50px;
--v0105-l-02-line-style:normal;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 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 > V0105-L-02 */
.v0105-l-02-out {
    background-color: var(--v0105-l-02-bg);
    transition: all 0.3s;
    animation: animate-pagearea 5s infinite linear;
    margin: 0px !important;
    padding: 0px var(--v0105-l-02-mg) !important;
    overflow: hidden;
}
    .v0105-l-02-out a,
    .v0105-l-02-out a:hover {
        text-decoration: none;
    }
.v0105-l-02-in {
    position:relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px !important;
    margin: var(--v0105-l-02-mg) 0px !important;
    border: var(--v0105-l-02-brd) solid var(--v0105-l-02-brd-bg);
    background-color: var(--v0105-l-02-bg);
    border-radius: var(--v0105-l-02-rd) !important;
}
    .v0105-l-02-in .v0105-l-02-img {
        width: 100%;
        height: var(--v0105-l-02-h);
        transition: all 0.4s ease-in-out 0s;
    }
    .v0105-l-02-in:hover .v0105-l-02-img {
        transform: scale(1.1);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
.v0105-l-02-title {
    position: absolute;
    color: var(--v0105-l-02-title);
    bottom: var(--v0105-l-02-title-mb);
    left: 10%;
    width: 80%;
    border-radius: var(--v0105-l-02-title-rd);
    text-decoration: none;
    z-index: 100 !important;
}
    .v0105-l-02-title p {
        margin: 0px !important;
        text-align: center;
        text-decoration: none;
        padding: var(--v0105-l-02-title-pg);
        letter-spacing: 5px !important;
        font-weight: var(--v0105-l-02-title-weight);
        font-family: var(--v0105-l-02-title-ff);
        font-size: var(--v0105-l-02-title-fs);
    }
    .v0105-l-02-title small {
		float:right;
        color: var(--v0105-l-02-line);
        font-family: var(--v0105-l-02-line-ff);
        font-size: var(--v0105-l-02-line-fs);
        padding: var(--v0105-l-02-line-pg) !important;
        font-style: var(--v0105-l-02-line-style) !important;
    }
.v0105-l-02-overlay{
    position: absolute;
	height: calc( var(--v0105-l-02-h) / 2 );
	background-image: linear-gradient(180deg, var(--v0105-l-02-title-bg-top), var(--v0105-l-02-title-bg-bottom));
    bottom: 0px;
    left: 0%;
    width: 100%;
    text-decoration: none;
    z-index: 90 !important;
}
/* STOP > V0105-L-02 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

