@charset "utf-8";
@font-face {
    font-family: 'UKIJ Tor';
    src: url('../UKIJTor.eot');
    src: url('../UKIJTor.eot?#iefix') format('embedded-opentype'),
    url('../UKIJTor.woff') format('woff'),
    url('../UKIJTor.ttf') format('truetype'),
    url('../UKIJTor.svg#UKIJTor') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    font-family:  "UKIJ Tor", serif;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

* {
    padding: 0;
    margin: 0;
}


::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*background-color: #e79393;*/
}

::-webkit-scrollbar :hover {
    width: 15px;
    height: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
    width: 5px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(68, 229, 175)), color-stop(0.72, rgb(255, 0, 0)), color-stop(0.86, rgb(253, 187, 45)));*/
    transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-track {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*background-color: #ffffff;*/
}

.left_c {
    width: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 230px;
    height: auto;
    background: #eff1f4;
}

.right_c {
    width: 230px;
    height: auto;
    float: right;
    background: #ffffff;
    z-index: 999;
}

.left_c .title {
    width: 100%;
    height: 60px;
    background: #ffffff;
    float: top;
    alignment: center;
}

.left_c .title .exit {
    width: 10%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 15px;
    color: #ff3d3d;
}

.left_c .title #title {
    color: #2c2c2c;
    height: 60px;
    text-align: center;
    width: 90%;
    float: right;
    alignment: center;
    margin: auto;
    font-size: 20px;
    line-height: 60px;
}

.left_c #iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #f2f6f2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.left_c .row {
    width: 100%;
}


.right_c .logo {
    width: 100%;
    height: 80px;
    background: #ffffff;
    text-align: center;
}

.right_c .logo img {

    text-align: center;
    margin-top: 10px;

}


.right_c .menu {
    width: 100%;
}

.right_c .menu ul {
    list-style: none;
    text-align: right;
}

.right_c .menu ul li {
    width: 200px;
    border-radius: 10px;
    line-height: 50px;
    margin: 15px;
}

.right_c .menu ul .onClick {
    width: 200px;
    border-radius: 10px;
    line-height: 50px;
    margin: 15px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    /*background-image: linear-gradient(to left, #008720, #049b28);*/

}

.right_c .menu ul .onClick:hover {
    background-image: linear-gradient(to left, #00be3d, #00b947);
    /*background-image: linear-gradient(to left, #008720, #049b28);*/
}

.right_c .menu ul .onClick span {
    color: #ffffff;
}

.right_c .menu ul li:hover {
    background: #e0e6ec;
}

.right_c .menu ul li a {
    display: block;
    color: #6a7b86;
    text-decoration: none;
    font-size: 18px;
}

.right_c .menu img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
}