@charset "UTF-8";
/*
*
* respons to all pages
* cloud @ 2023-12-21;
*/
/* media for pc */
/* media for pc */
/* media for large tablet */
/* media for large tablet */
/* media for mobile */
@media screen and (max-width: 849px) {
  * {
    box-sizing: border-box;
  }
  html,
  body {
    font-size: 14px;
    font-weight: normal;
  }
  .container {
    width: 100%;
    min-width: 100%;
    padding: 0 0.78rem;
  }
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  .login-x {
    height: auto;
    padding-bottom: 2rem;
  }
  .login-x .login-form {
    padding-top: 2rem;
  }
  .login-x .login-form .form-group {
    width: 100%;
  }
  .login-x .login-form .form-group .form-control {
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 0.12);
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
  }
  .login-x .login-form .form-group .form-control::placeholder {
    color: #ffffff;
  }
  .login-x .login-form .btn-login {
    height: 54px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
  }
  .login-x .login-form .btn-login .t {
    background: linear-gradient(90deg, #1988e2 0%, #05b0e4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.5em;
  }
  .login-x .login-link .ll-title {
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .login-x .login-link .ll-title .line {
    flex: 0 0 80px;
    height: 2px;
    position: relative;
    background-color: #ffffff;
  }
  .login-x .login-link .ll-title .line::before,
  .login-x .login-link .ll-title .line::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .login-x .login-link .ll-title .line::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .login-x .login-link .ll-title .line::after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .login-x .login-link .ll-title .text {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
  }
  .login-x .login-link .ll-list {
    display: flex;
    flex-wrap: wrap;
  }
  .login-x .login-link .ll-list .item {
    background-color: #ffffff;
    flex: 0 0 calc(33.33% - 14px);
    height: 120px;
    margin-right: 21px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .login-x .login-link .ll-list .item:nth-child(3n) {
    margin-right: 0;
  }
  .login-x .login-link .ll-list .item .img {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-x .login-link .ll-list .item .img img {
    width: auto;
    height: 50%;
  }
  .login-x .login-link .ll-list .item .t {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    padding-top: 5px;
    transition: all 0.25s;
  }
  .login-x .cprt {
    position: relative;
    left: auto;
    transform: translateX(0);
    bottom: auto;
    text-align: center;
    margin-top: 2rem;
  }
  .login-x .cprt a {
    padding: 0 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar {
    height: auto;
    padding: 0;
    background-color: #e8e8ea !important;
  }
  .navbar .navbar-brand img {
    height: 36px;
  }
  .navbar .collapse .name {
    font-size: 1rem;
  }
  .navbar .form-inline {
    justify-content: flex-end;
  }
  .btn-logout {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    font-size: 1rem;
    color: #ffffff;
    margin-left: 14px;
    background: linear-gradient(90deg, #1988e2 0%, #05b0e4 100%);
  }
  .index_main {
    padding-top: 1rem;
  }
  .index_main .left {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .index_main .left .accordion .card {
    border: none;
    border-bottom: 1px solid #ffffff;
  }
  .index_main .left .accordion .card .card-header {
    padding: 10px 14px;
    background: linear-gradient(90deg, #1988e2 0%, #05b0e4 100%);
  }
  .index_main .left .accordion .card .card-header .btn {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index_main .left .accordion .card .card-header .btn .arrow-tg {
    width: 20px;
    height: 20px;
  }
  .index_main .left .accordion .card .card-header .btn.collapsed .arrow-tg {
    transform: rotate(180deg);
  }
  .index_main .left .accordion .card .card-body {
    border: none;
    padding: 14px;
  }
  .index_main .left .accordion .card .card-body .list-group .list-group-item {
    font-size: 14px;
    padding: 0;
    margin-bottom: 14px;
    border: none;
    position: relative;
  }
  .index_main .left .accordion .card .card-body .list-group .list-group-item:last-child {
    margin-bottom: 0;
  }
  .index_main .right {
    margin-top: 2rem;
    flex: 1;
  }
  .index_main .right .cont-title,
  .index_main .right .cont-title2 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin-bottom: 2rem;
  }
  .index_main .right .cont-title2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .index_main .right .cont-date {
    font-size: 14px;
    color: #999999;
  }
  .index_main .right .cont-body {
    padding: 24px 0;
    line-height: 1.6;
    margin-bottom: 52px;
  }
  .index_main .right .cont-list .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-top: 1px solid #E9EBED;
  }
  .index_main .right .cont-list .item .date {
    flex: 0 0 6em;
  }
  .index_main .right .cont-list .item .date p {
    color: #b0b0b0;
  }
  .index_main .right .cont-list .item .date p:first-child {
    font-size: 14px;
    font-weight: bold;
  }
  .index_main .right .cont-list .item .date p:last-child {
    font-size: 12px;
  }
  .index_main .right .cont-list .item .cont {
    flex: 1;
  }
  .index_main .right .cont-list .item .cont .title {
    font-size: 15px;
    color: #000000;
  }
  .index_main .right .cont-list .item .cont .intro {
    margin-top: 6px;
    font-size: 13px;
    color: #999999;
  }
  .index_main .right .cont-list .item:hover .cont .title {
    color: #1988e2;
  }
  .index_main .right .page-btns {
    padding: 27px 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index_main .right .page-btns .page-prev,
  .index_main .right .page-btns .page-next {
    display: block;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .index_main .right .page-btns .page-prev {
    background-image: url("../images/public/arr-l.png");
    margin-right: 12px;
  }
  .index_main .right .page-btns .page-next {
    background-image: url("../images/public/arr-r.png");
    margin-left: 12px;
  }
}
/* media for mobile */
