@charset "UTF-8";#\\admin\\login #bg_cloud {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 1
}

#\\admin\\login #bg_cloud[class="login"] {
    opacity: 0;
    animation: login ease-in-out 0.8s alternate
}

@keyframes login {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#\\admin\\login #login {
    position: fixed;
    z-index: 1;
    top: 30%;
    left: 0;
    right: 0;
    width: 380px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#\\admin\\login #login box {
    width: 100%;
    height: 300px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px
}

#\\admin\\login #login box p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

#\\admin\\login #login box input {
    width: 235px;
    margin-bottom: 20px;
    padding: 6px 15px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 4px
}

#\\admin\\login #login box input::placeholder {
    color: #8d8d8d;
    font-size: 13px
}

#\\admin\\login #login box input:hover {
    cursor: pointer;
    border: 1px solid #333
}

#\\admin\\login #login box input:focus {
    border: 1px solid #31408E
}

#\\admin\\login #login box button {
    min-width: 267px;
    margin-top: 0px;
    height: 44px;
    font-weight: 700;
    background-color: #31408E;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    border: 0
}

#\\admin\\login #login box button:hover {
    background-color: #384baa
}

@media screen and (min-width: 280px) and (max-width:900px) {
    #\\admin\\login #login {
        width:90%;
        top: 20%
    }

    #\\admin\\login #login box {
        width: 100%;
        height: 270px
    }

    #\\admin\\login #login box input {
        width: 70%
    }

    #\\admin\\login #login box button {
        min-width: 232px
    }
}

#\\dashboard html, #\\dashboard body {
    background-color: #080808
}

#\\dashboard .html_here sector-controller-m {
    display: none
}

#\\dashboard .html_here logoimage {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    background-image: url("/assets/logo_black.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 25%;
    margin-bottom: 10px
}

#\\dashboard .html_here logoimage:hover {
    cursor: pointer
}

#\\dashboard .html_here sector-controller {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 200px;
    height: 100vh;
    background-color: #faebd6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#\\dashboard .html_here sector-controller selection {
    float: left;
    width: calc(100% - 25px);
    height: 40px;
    word-break: break-all;
    padding: 2px 15px 2px 0px;
    margin: 1px 0 1px 10px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

#\\dashboard .html_here sector-controller selection:hover {
    cursor: pointer
}

#\\dashboard .html_here sector-controller selection:hover:after {
    content: "◀";
    position: absolute;
    margin-right: -17px;
    color: #000;
    font-size: 14px
}

#\\dashboard .html_here sector-controller selection[view] {
    background-color: #080808;
    color: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-weight: 200
}

#\\dashboard .html_here sector-controller center {
    display: block;
    position: fixed;
    bottom: 0;
    width: 200px
}

#\\dashboard .html_here sector-controller center button {
    width: 96% !important;
    margin: 2px 0
}

#\\dashboard .html_here sector-controller center button:last-child {
    margin-bottom: 10px
}

#\\dashboard .html_here sector-body {
    width: calc(100% - 220px);
    margin-left: 200px;
    padding: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation: shake-horizontal 0.5s ease-in-out
}

@keyframes shake-horizontal {
    0%, 100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-20px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-20px)
    }
}

#\\dashboard .html_here sector-body::-webkit-scrollbar {
    display: none
}

#\\dashboard .html_here sector-body sector {
    scroll-snap-align: start;
    position: relative;
    min-width: 100%;
    width: 100%;
    float: left;
    flex-direction: column;
    justify-content: space-between
}

#\\dashboard .html_here .cctv {
    position: relative;
    float: left;
    width: calc(100% - 210px);
    min-width: calc(100% - 210px);
    aspect-ratio: 1.7777777778;
    margin-left: 10px
}

#\\dashboard .html_here .cctv .cctv_err {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #000, #303030);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-family: "IBM Plex Mono", monospace
}

#\\dashboard .html_here .cctv video {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
    background-image: url("/assets/novideo.gif");
    background-size: contain
}

#\\dashboard .html_here .sensor {
    display: grid;
    width: 20%;
    max-width: 190px;
    min-width: 185px;
    float: right;
    min-height: 20px;
    margin-left: 10px
}

#\\dashboard .html_here .sensor button {
    width: 100%;
    padding: 0 5px;
    margin: 2px;
    background-color: #333;
    text-align: left;
    color: #fff
}

#\\dashboard .html_here .sensor button:hover {
    cursor: pointer;
    color: unset;
    background-color: #fff
}

#\\dashboard .html_here .sensor button span {
    display: block;
    float: left;
    width: 75px
}

#\\dashboard .html_here .sensor button data {
    display: block;
    float: right;
    width: 55px;
    padding: 2px 4px;
    height: 22px;
    line-height: 22px;
    margin: 3px 3px 3px 0;
    background-color: #000;
    font-size: 19px;
    text-align: right;
    color: #ffdb00
}

#\\dashboard .html_here .sensor button unit {
    display: block;
    float: right;
    font-size: 11px
}

#\\dashboard .html_here .controller {
    width: calc(100% - 20px);
    padding: 10px;
    clear: both
}

#\\dashboard .html_here .controller button {
    width: 150px;
    height: 90px;
    border-radius: 7px;
    background-color: #555;
    color: #fff;
    margin: 2px;
    float: left
}

#\\dashboard .html_here .controller button:hover {
    color: unset;
    background-color: #fff;
    color: #000
}

#\\dashboard .html_here .controller button status {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ff0000;
    display: block;
    position: absolute;
    margin-top: -1px
}

#\\dashboard .html_here .controller button[on] status {
    background-color: #00ff2c
}

#\\dashboard .html_here .controller button name {
    position: absolute;
    margin-top: -12px;
    display: block;
    margin-left: 20px
}

#\\dashboard .html_here .controller button data {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    line-height: 25px;
    color: #ff0000
}

#\\dashboard .html_here .controller button[on] data {
    color: #00ff2c
}

#\\dashboard .html_here button {
    min-width: 120px;
    height: 34px;
    line-height: 34px;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 3px
}

#\\dashboard .html_here button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

#\\dashboard .html_here button[class="submit"] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #1d3131;
    background-color: #2f4f4f;
    color: #fff
}

#\\dashboard .html_here button[class="submit"]:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

@media screen and (min-width: 280px) and (max-width:768px) {
    #\\dashboard .html_here sector-controller-m {
        display:block;
        width: 100%;
        position: sticky;
        background-color: #faebd6;
        top: 0;
        z-index: 1
    }

    #\\dashboard .html_here sector-controller-m logoimage {
        width: 30%;
        height: 45px;
        background-position: center;
        background-size: 25vw;
        margin-bottom: unset
    }

    #\\dashboard .html_here #sector_controller {
        width: calc(70% - 6px);
        margin: 3px;
        height: 40px;
        padding: 3px 5px;
        line-height: 34px;
        font-weight: 400;
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        font-size: 13px;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 3px
    }

    #\\dashboard .html_here label[for="sector_controller"] {
        position: absolute;
        right: 6px;
        top: 6px;
        padding: 8px;
        background-color: #fff
    }

    #\\dashboard .html_here sector-controller {
        display: none
    }

    #\\dashboard .html_here sector-body {
        width: calc(100% - 20px);
        margin-left: unset;
        min-height: calc(100vh - 75px)
    }

    #\\dashboard .html_here .cctv {
        width: 100%;
        min-width: unset
    }

    #\\dashboard .html_here .cctv .cctv_err {
        font-size: 15px
    }

    #\\dashboard .html_here .sensor {
        width: 100%;
        min-width: unset;
        max-width: unset;
        display: flex;
        flex-wrap: wrap;
        float: unset
    }

    #\\dashboard .html_here .sensor button {
        box-sizing: border-box;
        width: calc(50% - 2px);
        margin: 1px
    }

    #\\dashboard .html_here .sensor button:hover {
        background-color: #333;
        color: #fff
    }

    #\\dashboard .html_here .sensor button data {
        width: calc(100% - 90px)
    }

    #\\dashboard .html_here .sensor button unit {
        display: none
    }

    #\\dashboard .html_here .controller {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    #\\dashboard .html_here .controller button {
        width: calc(50% - 2px);
        height: 70px;
        margin: 1px;
        float: unset;
        box-sizing: border-box
    }

    #\\dashboard .html_here .controller button:hover {
        background-color: #555;
        color: #fff
    }

    #\\dashboard .html_here .controller button status {
        margin-top: 5px
    }

    #\\dashboard .html_here .controller button name {
        margin-top: -5px;
        margin-left: 18px
    }
}

#\\join header {
    display: block;
    background-color: #000;
    width: 100%;
    height: 70px;
    color: #fff;
    font-weight: 600;
    font-size: 24px
}

#\\join header logoimage {
    display: block;
    float: left;
    width: 150px;
    height: 32px;
    background-image: url("/assets/logo_white.webp");
    background-repeat: no-repeat;
    background-size: cover
}

#\\join header logoimage:hover {
    cursor: pointer
}

#\\join header span {
    display: inline-flex;
    float: right;
    margin: 5px 0
}

#\\join section {
    width: 500px;
    margin: 0 auto;
    padding: 15px 0
}

#\\join h3 {
    margin: 6px 0
}

#\\join info {
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    padding-bottom: 5px;
    word-break: keep-all
}

#\\join label {
    font-size: 17px;
    margin: 5px;
    display: inline-block
}

#\\join input[type="checkbox"] {
    float: left;
    border: 1px solid #333;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    margin-top: 6px
}

#\\join input[type="checkbox"]:checked {
    background-color: #000
}

#\\join input[type="checkbox"]:checked:after {
    content: "";
    font-family: xeicon !important;
    font-size: 20px;
    color: #fff
}

#\\join input[type="checkbox"]:hover {
    cursor: pointer
}

#\\join input[type="text"], #\\join input[type="password"] {
    width: calc(100% - 22px);
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 2px 0
}

#\\join button {
    float: left;
    min-width: 120px;
    height: 38px;
    line-height: 34px;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 3px
}

#\\join button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

#\\join button[class="submit"] {
    float: right;
    width: calc(100% - 125px);
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #1d3131;
    background-color: #2f4f4f;
    color: #fff
}

#\\join button[class="submit"]:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

#\\join .xi-angle-right-min {
    padding: 8px
}

#\\join .xi-angle-right-min:hover {
    cursor: pointer
}

@media screen and (min-width: 280px) and (max-width:768px) {
    #\\join section {
        width:95vw
    }
}

#\\login body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(/assets/login_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px;
    animation: bg 20s infinite;
    margin: 0;
    padding: 0
}

@keyframes bg {
    from {
        background-position: 0px
    }

    to {
        background-position: -100px
    }
}

#\\login input {
    width: calc(100% - 22px);
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 2px 0
}

#\\login button {
    min-width: 120px;
    height: 34px;
    line-height: 34px;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 3px
}

#\\login button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

#\\login button[class="submit"] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #1d3131;
    background-color: #2f4f4f;
    color: #fff
}

#\\login button[class="submit"]:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

#\\login #overview {
    width: 360px;
    position: absolute;
    top: 30%;
    right: 400px
}

#\\login #overview logoimage {
    display: block;
    width: 200px;
    height: 43px;
    background-image: url("/assets/logo_white.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 160px
}

#\\login #overview detail {
    display: block;
    padding: 20px 0 0 0;
    color: #fff;
    text-align: right;
    font-size: 19px;
    font-weight: 300
}

#\\login #loginform {
    top: 0;
    right: 0;
    position: fixed;
    height: 100vh;
    width: 330px;
    background-color: #faebd6;
    padding: 20px 10px
}

#\\login #loginform #buy_product {
    float: right;
    margin-bottom: 30px
}

#\\login #loginform h2 {
    margin: 0;
    font-weight: 600
}

#\\login #loginform h2:after {
    content: " 접속"
}

#\\login #loginform h2 i {
    font-size: 30px;
    font-weight: 900
}

#\\login #loginform h2 i:before {
    content: "FARMCO"
}

#\\login #loginform span {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 300;
    color: #111
}

#\\login #loginform span:hover {
    cursor: pointer
}

#\\login #loginform company {
    bottom: 20px;
    display: block;
    position: fixed;
    font-size: 13px
}

#\\login #loginform company dt {
    width: 100px;
    float: left;
    color: #ad9f8d;
    padding-left: 20px
}

#\\login #loginform company dd {
    width: calc(100% - 120px);
    float: left;
    color: #666;
    margin: 0
}

@media screen and (min-width: 280px) and (max-width:768px) {
    #\\login body {
        background-image:linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1)), url(/assets/login_bg.webp);
        background-size: 180%;
        background-position: 0px 0px;
        animation: bg 20s infinite
    }

    @keyframes bg {
        from {
            background-position: 0px 0px
        }

        to {
            background-position: 0px -100px
        }
    }

    #\\login #overview {
        width: 90%;
        top: 70px;
        left: 5%;
        right: unset;
        position: fixed
    }

    #\\login #overview logoimage {
        width: 150px;
        height: 32px;
        margin-left: unset
    }

    #\\login #overview detail {
        font-size: 15px;
        text-align: left
    }

    #\\login #loginform {
        top: 200px;
        width: calc(100% - 20px)
    }

    #\\login #loginform #buy_product {
        position: fixed;
        top: 5px;
        right: 5px
    }

    #\\login #loginform h2 {
        display: none
    }

    #\\login #loginform company {
        font-size: 11px;
        bottom: 10px
    }

    #\\login #loginform company dt {
        padding-left: unset;
        width: 80px
    }

    #\\login #loginform company dd {
        width: calc(100% - 80px)
    }
}

#\\sector\\add section {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0
}

#\\sector\\add section h3 {
    margin: 6px 0
}

#\\sector\\add section info {
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    padding-bottom: 5px;
    word-break: keep-all
}

#\\sector\\add section input[type="text"] {
    width: calc(100% - 20px);
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 2px 0
}

#\\sector\\add section button {
    float: left;
    width: 30%;
    height: 38px;
    line-height: 34px;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 3px
}

#\\sector\\add section button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

#\\sector\\add section button[class="submit"] {
    float: right;
    width: 66%;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #1d3131;
    background-color: #2f4f4f;
    color: #fff
}

#\\sector\\add section button[class="submit"]:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}
