@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Reddit+Sans+Condensed:wght@200..900&display=swap);

body {
    overflow-x: hidden;
    font-display: swap
}

* {
    box-sizing: border-box
}

.title,
b {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 700
}

.ulli>ul,
.ulli>ul>li,
ul.ulli {
    margin: 0;
    padding: 0;
    list-style: none
}

.list02 li a,
.list02 li a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.owl-dot,
.owl-dot.active,
.slidemnav,
.slidemnav.open {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

::-webkit-input-placeholder {
    color: var(--font_placeholder)
}

::-moz-placeholder {
    color: var(--font_placeholder)
}

:-ms-input-placeholder {
    color: var(--font_placeholder)
}

option:disabled {
    color: var(--font_placeholder)
}

::selection {
    background: var(--font_selection);
    color: #fff
}

::-moz-selection {
    background: var(--font_selection);
    color: #fff
}

:root {
    --bg_body: #fff;
    --bg_sub: #ffc84d;
    --inbox: 1300px;
    --font_family_fst: 'Reddit Sans Condensed', 'Noto Sans TC', '微軟正黑體', sans-serif;
    --font_icon: 'font_material';
    --font_body: #333;
    --font_boxhd: #242734;
    --font_title: #220e1f;
    --font_sub: #666;
    --font_placeholder: #999;
    --font_selection: #D99E1A;
    --clr_inputbg: #fff;
    --clr_inputbor: #ccc;
    --clr_inputbg_hv: #4680c5;
    --clr_note: #ff8686;
    --bg_progress: #ffffff;
    --bg_porint: #accefc;
    --radius: 15px;
    --font16: 1rem;
    --font11: 0.6875rem;
    --font12: 0.75rem;
    --font13: 0.8125rem;
    --font14: 0.875rem;
    --font15: 0.9375rem;
    --font18: 1.17rem;
    --font20: 1.25rem;
    --font24: 1.5rem;
    --font25: 1.55rem;
    --font30: 1.875rem;
    --font32: 2rem;
    --font36: 2.25rem;
    --font40: 2.5rem;
    --font48: 3rem;
    --font50: 3.125rem;
    --font60: 3.75rem;
    --font64: 4rem;
    --font66: 4.125rem;
    --font80: 5rem;
    --font90: 5.625rem
}

body {
    font: 400 1em/1.35 var(--font_family_fst);
    color: var(--font_body);
    letter-spacing: .05em;
    background: var(--bg_body)
}

button,
input,
select,
textarea {
    font-family: var(--font_family_fst);
    font-size: var(--font16)
}

#wrap {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .8) url(../images/content/bg_slash.svg) repeat scroll left center/auto 25px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    min-height: 100vh;
    padding: 15px 0 0
}

#header {
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 10px
}

#header .l,
#header .r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

#header .l h2.title {
    font-size: var(--font40)
}

#header .l h2.title+div:not([class]):not([id]) {
    font-size: var(--font11);
    position: absolute;
    right: 50%;
    top: -10px;
    transform: translateX(50%);
    white-space: nowrap
}

.hdinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.hdinfo span {
    font-size: var(--font20)
}

.hdinfo b {
    font-weight: 400
}

.mnav {
    background: #303030;
    border-radius: 50px;
    padding: 5px
}

.mnav,
.mnav>ul,
.mnav>ul>li,
.mnav>ul>li>a {
    display: flex;
    justify-content: center;
    align-items: stretch
}

.mnav {
    flex: 1;
    justify-content: center
}

.mnav>ul {
    display: flex;
    align-items: stretch
}

.mnav>ul>li {
    position: relative;
    color: #fff
}

.mnav>ul>li>a {
    padding: 0 15px;
    align-items: center;
    color: #fff;
    height: 50px;
    border-radius: 50px
}

.mnav>ul>li:not(.mnavicon)>a span[class^=material] {
    font-size: var(--font18);
    margin: 0 5px 0 0
}

.mnav>ul>li:not(.mnavicon).hv>a,
.mnav>ul>li:not(.mnavicon)>a:hover {
    color: var(--bg_sub)
}

.mnav>ul>li.on>a {
    background: var(--bg_sub);
    color: #000 !important
}

.mnav>ul>li.mnavtext {
    font-size: var(--font14);
    color: var(--bg_sub);
    display: flex;
    align-items: center
}

.mnav>ul>li.mnavicon a {
    width: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .8);
    padding: 0 5px 0 10px
}

.mnav>ul>li.mnavicon a:hover {
    background: rgba(255, 255, 255, .15)
}

.mnav>ul>li+.mnavtext,
.mnav>ul>li.mnavtext+.mnavicon {
    margin-left: 20px
}

.subnav {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    padding: 5px 2px 2px;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 0 0 var(--radius) var(--radius);
    background: #303030
}

.subnav ul li {
    border-bottom: 1px solid #000;
    position: relative
}

.subnav ul li:last-child {
    border: none
}

.subnav ul li:last-child a {
    border-radius: 0 0 var(--radius) var(--radius)
}

.subnav ul li a {
    display: block;
    padding: 9px 5px;
    color: #fff;
    position: relative
}

.subnav ul li a:hover,
.subnav ul li.on a {
    background: #000;
    color: var(--bg_sub)
}

.subnav ul ul {
    display: none;
    position: absolute;
    left: 98%;
    top: 0;
    width: 150px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px
}

.hv .subnav {
    display: block !important
}

.hv .subnav li.hassub.hv>a {
    background: #efefef
}

.hv .subnav li.hassub.hv>ul {
    display: block
}

.iconav {
    display: flex;
    align-items: center
}

.iconav>ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0 5px;
    position: relative;
    color: var(--font_body)
}

.iconav>ul>li>a em {
    position: absolute;
    right: -5px;
    top: -5px;
    background: var(--clr_note);
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font11)
}

.iconav>ul>li>a:hover {
    border-color: #000
}

.slidemnav {
    display: flex;
    gap: 20px
}

.phone_menu {
    display: none;
    float: right
}

.i_menu {
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    border-radius: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.i_menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 28px;
    background: #333;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 15px;
    text-indent: -99999px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.i_menu span:nth-child(1) {
    top: 16px
}

.i_menu span:nth-child(2),
.i_menu span:nth-child(3) {
    top: 28px
}

.i_menu span:nth-child(4) {
    top: 40px
}

.i_menu.open span {
    background: #fff
}

.i_menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.i_menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
    left: 10px;
    top: 29px
}

.i_menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px;
    left: 10px;
    top: 29px
}

.i_menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

#content {
    z-index: 10;
    padding: 12px 25px;
    min-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    gap: 15px
}

#content .inbox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.i_icon {
    display: inline-block;
    background: no-repeat scroll center;
    background-size: 100% auto;
    width: 30px;
    height: 30px
}

.i_eye:before {
    content: '\e8f5';
    font-family: var(--font_icon);
    text-indent: 0;
    font-size: var(--font20);
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: var(--font_body)
}

.i_eye.show:before {
    content: '\e8f4'
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    border: 0;
    white-space: nowrap
}

.btn01 {
    background: var(--bg_sub);
    color: #111;
    min-width: 120px;
    transition: 1s;
    border-radius: var(--radius);
    font-size: var(--font14)
}

.btn01:hover {
    background: #ffd983
}

.btn01_2 {
    min-height: 60px;
    font-size: var(--font25);
    box-shadow: 3px 3px 0 rgba(175, 106, 35, .7);
    font-weight: 700;
    margin-right: 3px
}

.btn02 {
    border: 1px solid #838383;
    color: #fff;
    min-width: 120px;
    transition: 1s;
    border-radius: var(--radius);
    font-size: var(--font14)
}

.btn02:hover {
    border-color: #fff
}

.btn_s {
    min-height: auto !important;
    min-width: auto !important;
    white-space: nowrap
}

button.btn {
    min-height: 50px;
    line-height: 1;
    font-weight: 700;
    font-size: var(--font16)
}

button.btn[type=reset] {
    background: #ccc;
    color: #999;
    border-color: #ccc;
    min-height: 50px
}

button.btn[type=reset]:hover {
    background: #e1e1e1;
    border-color: #999;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed
}

.lrbox {
    display: flex;
    gap: 25px;
    align-items: stretch
}

.lrbox .l {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lrbox .r {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.w2 {
    width: 300px
}

.w3 {
    width: 25%
}

.w7,
.w8 {
    flex: 1
}

.dashlist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.dashlist li {
    min-height: 170px;
    color: #fff;
    padding: 15px 60px 15px 15px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    flex: 1;
    background: url(../images/content/bg_slash.svg) repeat-x scroll left bottom/auto 20px
}

.dashlist li em b {
    font-size: var(--font36);
    font-style: italic;
    font-weight: 400;
    padding: 0 10px 0 0
}

.dashlist li em {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: var(--font66);
    color: #fff;
    opacity: .5;
    font-style: italic;
    font-family: "DM Serif Display", serif;
    letter-spacing: -.03em
}

.dashlist li em small {
    font-size: var(--font16);
    padding-left: 5px
}

.dashlist li b {
    font-size: var(--font30)
}

.dashlist li b br {
    display: none
}

.dashlist li b span {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1
}

.dashlist li p {
    font-size: var(--font12);
    opacity: .7
}

.dashlist li .unreported {
    background: rgba(0, 0, 0, .3);
    border-radius: var(--radius);
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    margin: 10px 0 0;
    min-width: 120px;
    text-align: center
}

.dashlist li .btn {
    position: absolute;
    left: 15px;
    bottom: 15px;
    transform: translateY(50px);
    transition-duration: .3s
}

.dashlist li:nth-of-type(1) {
    background-color: #9f1010
}

.dashlist li:nth-of-type(2) {
    background-color: #469300
}

.dashlist li:nth-of-type(3) {
    background-color: #673e21
}

.dashlist li:hover em {
    opacity: 1
}

.dashlist li:hover .unreported {
    background: rgba(0, 0, 0, .8)
}

.dashlist li:hover .btn {
    transform: translateY(0);
    transition-duration: .3s
}

.dashlist li.dashsmall {
    background: #efefef;
    color: #333;
    width: 220px;
    min-height: 140px;
    flex: none;
    padding: 10px;
    border: 1px solid #efefef
}

.dashlist li.dashsmall b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--font20);
    gap: 5px
}

.dashlist li.dashsmall b span {
    position: static;
    display: none
}

.dashlist li.dashsmall .unreported {
    background: 0 0;
    text-align: center;
    color: #333;
    width: 100%;
    margin: 5px 0 0
}

.dashlist li.dashsmall .btn {
    background: #ccc
}

.dashlist li.dashsmall .btn:hover {
    background: #c1c1c1
}

.dashlist li.new {
    border-color: var(--bg_sub);
    position: relative
}

.dashlist li.new:before {
    content: '\e7f7';
    font-family: var(--font_icon);
    font-size: var(--font16);
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--bg_sub);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-weight: 700;
    animation: tada 1s infinite
}

.dashlist li.onfire {
    animation: headShake 1s linear infinite
}

.dashlist li.onfire>b {
    animation: blur .75s ease-out infinite;
    color: #ff0;
    font-size: var(--font40)
}

.dashlist li.onfire>p {
    color: #ff0
}

.dashlist li.onfire>.alarm {
    display: none;
    opacity: 0
}

.dashlist li.onfire[data-times='1']>b,
.dashlist li.onfire[data-times='1']>p {
    animation: none;
    color: #fff
}

@keyframes blur {
    from {
        text-shadow: 0 0 10px #ffeb7c, 0 0 10px #ffeb7c, 0 0 25px #ffeb7c, 0 0 25px #ffeb7c, 0 0 25px #ffeb7c, 0 0 25px #ffeb7c, 0 0 25px #ffeb7c, 0 0 25px #ffeb7c, 0 0 50px #ffeb7c, 0 0 50px #ffeb7c, 0 0 50px #7b96b8, 0 0 150px #7b96b8, 0 10px 100px #7b96b8, 0 10px 100px #7b96b8, 0 10px 100px #7b96b8, 0 10px 100px #7b96b8, 0 -10px 100px #7b96b8, 0 -10px 100px #7b96b8
    }
}

.dashlist_2 {
    display: flex;
    gap: 10px
}

.dashlist_2 ul:first-child {
    flex: 1
}

.dashlist_2 ul:last-child {
    max-width: 450px;
    gap: 5px;
    justify-content: space-between
}

.dashlist_2 ul:last-child li.dashbig {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #ffdada;
    border: none
}

.dashlist_2 ul:last-child li.dashbig .unreported {
    width: auto;
    margin: 0;
    min-width: 70px;
    padding: 0
}

.dashlist_2 ul:last-child li.dashbig .btn {
    position: static;
    min-width: 90px
}

.dashlist_2 li em {
    opacity: 1;
    font-size: var(--font80);
    line-height: 1;
    bottom: 0 !important
}

.dashlist_2 li .btn {
    transform: none;
    right: 15px
}

.alarm {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    position: absolute;
    overflow: hidden;
    left: 5px;
    bottom: 0
}

.alarm .bulb {
    width: 60%;
    height: 60%;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #ff5722;
    position: relative;
    animation: bulb 1s ease infinite;
    box-shadow: inset 13px 0 0 rgba(0, 0, 0, .1)
}

.alarm .base {
    width: 80%;
    height: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -4px;
    background-color: #000
}

.alarm .base,
.alarm .bulb {
    border: 4px solid #000
}

.alarm .light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.alarm .light span {
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: #ff0;
    border-radius: 10px
}

.alarm .light span:nth-child(1) {
    left: 5%;
    top: 60%;
    transform-origin: right;
    animation: light1 1s ease infinite
}

.alarm .light span:nth-child(2) {
    transform: rotate(35deg);
    left: 10%;
    top: 35%;
    transform-origin: right;
    animation: light2 1s ease infinite
}

.alarm .light span:nth-child(3) {
    transform: translate(-50%, 0) rotate(90deg);
    left: 44%;
    top: 25%;
    transform-origin: right;
    animation: light3 1s ease infinite
}

.alarm .light span:nth-child(4) {
    transform: rotate(145deg);
    right: 25%;
    top: 35%;
    transform-origin: right;
    animation: light4 1s ease infinite
}

.alarm .light span:nth-child(5) {
    right: 5%;
    top: 60%;
    transform-origin: left;
    animation: light1 1s ease infinite
}

@keyframes light1 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes light2 {
    0% {
        transform: scale(0) rotate(35deg)
    }

    50% {
        transform: scale(1) rotate(35deg)
    }

    100% {
        transform: scale(0) rotate(35deg)
    }
}

@keyframes light3 {
    0% {
        transform: scaleY(0) translate(-50%, 0) rotate(90deg);
        height: 0
    }

    50% {
        transform: scaleY(1) translate(-50%, 0) rotate(90deg);
        height: 5px
    }

    100% {
        transform: scaleY(0) translate(-50%, 0) rotate(90deg);
        height: 0
    }
}

@keyframes light4 {
    0% {
        transform: scale(0) rotate(145deg)
    }

    50% {
        transform: scale(1) rotate(145deg)
    }

    100% {
        transform: scale(0) rotate(145deg)
    }
}

@keyframes bulb {
    0% {
        background-color: #ff0
    }

    50% {
        background-color: red
    }

    100% {
        background-color: #ff0
    }
}

.amaran .alarm {
    display: none;
    opacity: 0;
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px
}

.amaran .alarm .bulb {
    box-shadow: inset 7px 0 0 rgba(0, 0, 0, .1)
}

.box01 {
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #303030;
    color: #fff
}

.box_bd,
.box_hd {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.box_hd {
    padding-bottom: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.box_hd h2.title {
    font-size: var(--font20);
    letter-spacing: .1em
}

.box_fullh {
    height: calc(100vh - 318px);
    background: rgba(161, 196, 213, .3);
    color: var(--font_body)
}

.box_fullh .box_hd {
    box-shadow: 0 2px 2px rgba(58, 126, 141, .15);
    padding-bottom: 10px !important
}

.box_fullh .box_bd {
    overflow: auto;
    flex: 1
}

.box_fullh .box_bd::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    background: #fff
}

.box_fullh .box_bd::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
    border-radius: 10px
}

.box_fullh .box_bd::-webkit-scrollbar-thumb:hover {
    background: #000
}

.list01 {
    position: relative
}

.list01:after {
    content: '';
    position: absolute;
    left: 54px;
    top: 0;
    width: .2rem;
    height: calc(100% + 20px);
    background: #3e3e3e
}

.list01 li {
    position: relative;
    padding: 5px 0 5px 75px;
    margin: 5px 0;
    border-radius: 5px
}

.list01 li i {
    z-index: 2;
    position: absolute;
    left: 48px;
    top: 7px;
    width: 16px;
    height: 16px;
    padding: 2px;
    background: #3e3e3e;
    border-radius: 50%
}

.list01 li i:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%
}

.list01 li:not(.li_date)>em {
    position: absolute;
    left: 0;
    top: 7px;
    color: #303030;
    text-align: right;
    width: 45px;
    font-size: var(--font12)
}

.list01 li.status_error>i:before {
    background: #9f1010
}

.list01 li.status_normal>i:before {
    background: #469300
}

.list01 li[class^=status]>i {
    background: #ececec
}

.list01 li p {
    letter-spacing: normal
}

.list01 li p em {
    background: var(--clr_note);
    color: #fff;
    padding: 1px 5px;
    border-radius: var(--radius);
    font-size: var(--font12);
    margin: 0 3px 0 0
}

.list01 li p a:hover {
    text-decoration: underline
}

.list01 li.li_date {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2
}

.list01 li.li_date em {
    font-size: var(--font14);
    z-index: 2;
    background: #3e3e3e;
    color: #fff;
    height: 27px;
    min-width: 120px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.list01 li+li.li_date {
    margin-top: 10px
}

.list01 li:hover {
    background: rgba(255, 255, 255, .5)
}

.cont_hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.cont_hd h2.title {
    font-size: var(--font36);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.cont_hd h2.title span[class^=material] {
    font-size: var(--font32);
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.gopath {
    font-size: var(--font14);
    display: flex;
    max-width: 60%;
    overflow: hidden;
    padding: 5px 0 0
}

.gopath .inbox {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.gopath span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--font_body);
    white-space: nowrap
}

.gopath span a {
    color: var(--font_body);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px
}

.gopath span a:hover {
    text-decoration: underline
}

.gopath span::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f715';
    margin: 0 5px 0 3px;
    font-size: var(--font11);
    transform: scale(.6)
}

.tagsnav ul {
    display: flex;
    gap: 5px
}

.tagsnav li {
    min-width: 70px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #000
}

.tagsnav li a {
    display: flex;
    padding: 8px 15px;
    border-radius: 4px;
    color: #333;
    position: relative;
    z-index: 2;
    color: #999;
    white-space: nowrap;
    text-align: center
}

.tagsnav li a:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font_icon);
    content: '\e9ef'
}

.tagsnav li a:hover,
.tagsnav li.on a {
    background: var(--bg);
    color: #fff
}

.list02>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.list02 li {
    padding: 0;
    width: 100%
}

.list02 li>a,
.list02_noa li {
    display: flex;
    padding: 15px 20px;
    border: 1px solid #414141;
    border-radius: var(--radius);
    color: #999;
    background: #141414 url(../images/content/bg_slash.svg) repeat scroll left center/auto 15px;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.list02 li em {
    display: inline-block;
    min-width: 100px;
    text-align: center
}

.list02 li p {
    font-size: var(--font20);
    flex: 1
}

.list02 li span.tag {
    background: var(--bg);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #111;
    font-size: var(--font13);
    min-width: 100px;
    text-align: center
}

.list02 li>a:hover,
.list02_noa li:hover {
    background-color: #58768a;
    border-color: #000;
    color: #fff
}

.list02_noa li b {
    background: #111;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: var(--font16);
    margin: 0 3px;
    word-break: keep-all;
    line-height: 1
}

.list02_noa li.new {
    border-color: var(--bg_sub);
    position: relative;
    cursor: pointer
}

.list02_noa li.new:before {
    content: '\f189';
    font-family: var(--font_icon);
    font-size: var(--font16);
    line-height: 1;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bg_sub);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-weight: 700
}

.Txtbox {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.Txtbox .txt_hd {
    background: #141414 url(../images/content/bg_slash.svg) repeat-x scroll left bottom/auto 20px;
    border-radius: var(--radius);
    color: #fff;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative
}

.Txtbox .txt_hd h2.title {
    font-size: var(--font30);
    color: var(--bg_sub);
    padding-right: 100px
}

.Txtbox .txt_hd em {
    position: absolute;
    right: 20px;
    top: 20px
}

.Txtbox .title_b {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap
}

.Txtbox .title_b .socialicons {
    flex: 1
}

.Txtbox .title_b .tagsnav li a {
    padding: 3px 10px
}

.Txtbox .title_b .tagsnav li:hover {
    border-color: #fff
}

.Txtbox .title_b .tbwrap {
    width: 100%
}

.Txtbox .txt_bd {
    background: rgba(255, 255, 255, .95);
    color: var(--font_body);
    border-radius: var(--radius);
    padding: 20px
}

.btnbox {
    display: flex;
    gap: 5px;
    justify-content: center;
    background: #141414 url(../images/content/bg_slash.svg) repeat-x scroll left top/auto 20px;
    padding: 10px;
    border-radius: var(--radius)
}

.btn_r {
    justify-content: flex-end
}

#searchicon {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: auto;
    font-size: var(--font20)
}

#logwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 60px);
    margin-bottom: position:relative;
    padding: 20px
}

#logwrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/header/icon_logo.svg) repeat-x fixed center/auto calc(100vh - 60px);
    opacity: .1;
    pointer-events: none
}

.logbox {
    width: 700px;
    padding: 20px 50px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #accfe3;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}

.logbox .logo {
    padding: 0 0 10px
}

.logbox .logo p {
    color: var(--bg_sub);
    font-size: var(--font18)
}

.logbox .logo,
.logbox h2.title {
    text-align: center
}

.tftxt {
    display: flex;
    gap: 15px;
    font-size: var(--font14);
    padding: 15px 0 0;
    justify-content: center;
    border-top: 1px solid #efefef;
    margin: 15px 0 0
}

.tftxt a:hover {
    text-decoration: underline
}

.wbox {
    background: rgba(255, 255, 255, .95);
    color: var(--font_body);
    border-radius: calc(var(--radius)/ 2);
    padding: 20px
}

.tbwrap_hd {
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.tbwrap_hd .l {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tbwrap_hd .tfbar {
    padding: 0;
    position: relative;
    padding-left: 30px;
    flex-wrap: wrap
}

.tbwrap_hd .l span[class^=material] {
    position: absolute;
    left: 0;
    top: 2px
}

.tbwrap_hd .l span {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 8px;
    color: #999
}

.tbwrap_hd .l span:hover {
    color: #fff
}

.tbwrap_hd .l span input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0
}

.tbwrap_hd .l span label {
    display: flex;
    align-items: center;
    gap: 5px
}

.tfbar.tffilter {
    padding-top: 0;
    padding-bottom: 0;
    align-items: center
}

.tbwrap {
    border-radius: calc(var(--radius)/ 2);
    overflow: hidden;
    border: 1px solid #414141
}

.tbwrap tr {
    border-bottom: 1px solid #414141;
    border-radius: var(--radius);
    background: #141414 url(../images/content/bg_slash.svg) repeat scroll left center/auto 15px
}

.tbwrap thead tr {
    background-color: #000
}

.tbwrap tbody {
    background: #303030
}

.tbwrap tbody tr:last-child {
    border: 0
}

.tbwrap tbody tr:hover {
    background-color: #2f2f2f
}

.tbwrap tbody tr.multi {
    background-color: rgba(157, 0, 41, .4)
}

.tbwrap tbody tr.multi:hover {
    background-color: rgba(205, 7, 59, .5)
}

.tbwrap td,
.tbwrap th {
    padding: 15px 10px;
    color: #fff
}

.tbwrap td a:not(.btn) {
    color: var(--bg_sub)
}

.tbwrap td a:not(.btn):hover {
    text-decoration: underline
}

.tbwrap td small.imp {
    background: #111;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: var(--font12);
    word-break: keep-all;
    line-height: 1;
    margin: 2px 0 0
}

.tbwrap2 tr {
    background: #efefef;
    border-bottom: 1px solid #fff
}

.tbwrap2 thead tr {
    background-color: #e1e1e1
}

.tbwrap2 thead th {
    font-weight: 700
}

.tbwrap2 td,
.tbwrap2 th {
    padding: 8px 10px
}

.tbwrap2 .filelist {
    padding: 0 !important
}

div[class^=tbwrap] .imp {
    color: var(--clr_note) !important
}

.note ul {
    padding: 0 0 0 25px;
    margin: 10px 0
}

.imp {
    color: var(--clr_note)
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.bg svg {
    opacity: .8
}

.bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(193, 193, 193, .5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}

#footer {
    z-index: 20;
    font-size: var(--font13);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 25px 15px
}

#footer p,
#footer p a {
    display: flex;
    justify-content: center;
    align-items: center
}

#footer p a {
    color: #ad863d
}

#footer p a:hover {
    text-decoration: underline
}

.tfbar {
    padding: 10px 0 5px;
    display: flex;
    gap: 10px
}

.tfbar>b {
    display: flex;
    padding: 12px 0 0 0;
    flex-basis: 100px;
    text-align: left
}

.tfbar>b i.imp {
    font-size: var(--font11);
    position: relative;
    transform: translate(-4px, -4px) scale(.7);
    display: inline-block;
    width: 10px;
    color: var(--clr_note)
}

.tfbar .tfcont {
    flex: 1;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 44px
}

.tbwrap_hd .tf,
.tfbar .tf {
    display: flex;
    flex-flow: column-reverse;
    border-radius: 5px;
    position: relative;
    background: var(--clr_inputbg);
    border: 1px solid var(--clr_inputbor);
    width: 100%;
    padding: 9px 10px;
    min-height: 42px;
    letter-spacing: .05em
}

.tbwrap_hd .tf:focus,
.tfbar .tf:focus {
    outline: 1px solid var(--bg_sub)
}

.seltype2,
.tbwrap_hd .tf {
    border: none;
    padding: 5px 10px;
    background: #434343;
    color: #fff;
    min-height: auto;
    border-radius: 5px
}

.tbwrap_hd .tf[type=date] {
    background: #434343 url(../images/content/icon_date.svg) no-repeat scroll calc(100% - 5px) center/auto 24px
}

.tfbar .tf[readonly] {
    color: #d9d9d9;
    cursor: not-allowed !important
}

.tfbar .tf[type=password]:not(:placeholder-shown) {
    font-family: Verdana;
    letter-spacing: .125em;
    font-size: var(--font14)
}

.tfbar .tf.err {
    border-color: red
}

.tfbar .tf_s {
    width: 130px;
    flex: none !important;
    text-align: center
}

.tfbar .ps {
    font-size: var(--font14);
    padding: 1px 0 0 5px;
    display: block;
    color: #5f5f5f;
    width: 100%
}

.tfbar .ps.imp {
    color: red
}

.tfbar .tficon {
    position: relative;
    width: 100%
}

.tfbar .tficon .i_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.tfbar .btn {
    min-height: 42px;
    font-size: var(--font14);
    min-width: 100px;
    border-radius: 5px;
    font-weight: 400;
    white-space: nowrap
}

.tfflex {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center
}

.tfflex>.seltype,
.tfflex>.tf {
    flex: 1
}

.tfbtns {
    padding: 20px 0 0;
    display: flex;
    justify-content: center;
    gap: 10px
}

.tfbtns .btn {
    max-width: 180px;
    flex: 1
}

.imgcode img {
    height: 40px
}

.cktf {
    position: relative;
    width: 40%
}

.cktf .material-symbols-outlined {
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: var(--font14)
}

.material-symbols-outlined i {
    font-style: normal;
    font-weight: 400;
    transform: translateY(-2px);
    display: inline-block;
    line-height: 1
}

.fontcheck {
    color: green
}

.fonterr {
    color: red
}

.tfset {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    display: none
}

.tfset.on {
    display: flex
}

.tfbar_x>b {
    flex-basis: 170px
}

.tfbar_auto>b {
    flex-basis: auto
}

.tfbar p a:hover {
    text-decoration: underline
}

.intitle {
    padding: 15px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.filelist {
    padding: 8px 0 0 !important
}

.filelist li {
    padding: 2px 0 2px 35px;
    position: relative
}

.filelist li .delfile {
    display: block
}

.filelist li:first-child:last-child {
    padding: 2px 0
}

.filelist li:first-child:last-child .delfile {
    display: none
}

.filelist li input[type=file] {
    width: 220px
}

.delfile {
    position: absolute;
    left: 0;
    top: 50%;
    color: var(--font_body);
    transform: translateY(-40%)
}

.tfbar_vbor {
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
    gap: 0;
    padding: 10px;
    margin: 25px 0 0;
    position: relative
}

.tfbar_vbor>b {
    flex-basis: auto;
    padding: 0 5px !important;
    position: absolute;
    left: 10px;
    top: -8px;
    background: #f4f4f4;
    border-radius: 50px;
    letter-spacing: -.02em
}

.tfbar_check {
    border-color: green
}

.tfbar_check>b {
    color: green
}

select.seltype {
    font-size: var(--font16);
    width: 100%;
    background-color: var(--clr_inputbg);
    border: 1px solid var(--clr_inputbor);
    border-radius: 5px;
    display: inline-block;
    line-height: 1.5em;
    padding: .5em 3.5em .5em .5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.seltype {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}

select.seltype:focus {
    background-image: linear-gradient(45deg, #000 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #000 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.ckratype {
    margin: 5px 8px 5px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: baseline
}

.ckratype input {
    position: absolute;
    opacity: 0
}

.ckratype span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #666;
    vertical-align: bottom;
    margin: 3px 3px 0 0;
    top: -1px;
    border-radius: 3px
}

.ckratype span:hover {
    background: rgba(250, 250, 250, .15)
}

.ckratype span:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: var(--clr_inputbg_hv);
    background-image: url(../images/content/basic/icon_ckratype.svg);
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border-radius: 2px
}

.ckratype input:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ckratype input[type=radio]+span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ckratype input[type=radio]+span:after {
    background: var(--clr_inputbg_hv);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ckratype input:disabled+span {
    border-color: #ccc
}

.ckratype input:disabled+span+i {
    color: #999
}

.ckratype-default input:checked+span:after {
    background-color: #0ff
}

.ckratype-danger input:checked+span:after {
    background-color: #de815c
}

.ckratype-info input:checked+span:after {
    background-color: #5ccdde
}

.ckratype-success input:checked+span:after {
    background-color: #afde5c
}

.ckratype i {
    font-style: normal
}

.ckratype .tf {
    opacity: 1;
    position: static
}

.ckraflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 3px 0
}

.ra_group {
    background: #fff;
    border: 1px solid #666;
    display: inline-flex;
    flex-wrap: nowrap;
    min-width: 100px;
    margin: 3px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    font-size: var(--font14)
}

.ra_group label {
    padding: 0;
    flex: 1;
    margin: 0;
    position: relative
}

.ra_group label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    width: 1px;
    height: 30%;
    background: #ccc;
    transform: translateY(-50%)
}

.ra_group label:first-child::before {
    display: none
}

.ra_group label:last-child {
    margin-right: -1px
}

.ra_group label span {
    display: none
}

.ra_group label i {
    color: #999;
    display: block;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 5px;
    white-space: nowrap
}

.ra_group input[type=radio] {
    position: absolute;
    z-index: -1
}

.ra_group input[type=radio]:checked+span+i {
    color: #fff;
    background: var(--clr_inputbg_hv)
}

.cktype2 span {
    top: auto;
    width: 55px;
    height: 25px;
    position: relative;
    cursor: pointer;
    border-radius: 2em;
    padding: 1px;
    transition: all .2s ease;
    background: var(--clr_inputbg);
    margin-top: 0
}

.cktype2 span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    position: relative;
    width: 50%;
    height: 100%;
    left: 0;
    transition: all .2s ease;
    background: #999;
    border-radius: 1em
}

.cktype2 span:before {
    content: '\f068';
    position: absolute;
    left: 50%;
    top: 2px;
    color: #ccc;
    font-size: var(--font15);
    line-height: 1.3;
    width: 50%;
    text-align: center;
    font-family: var(--font_icon);
    font-weight: 600
}

.cktype2 input:checked+span {
    border: 1px solid var(--clr_inputbg_hv);
    background: var(--clr_inputbg_hv)
}

.cktype2 input:checked+span:after {
    left: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.cktype2 input:checked+span:before {
    content: '\f111';
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 400
}

.cktype2 input:disabled+span:after {
    background: #ccc
}

.switch {
    display: flex;
    align-items: center;
    gap: 5px
}

.switch input[type=checkbox] {
    --active: var(--bg_sub);
    --active-inner: #fff;
    --input-border: #CDD9ED;
    --input-border-hover: var(--bg_sub);
    --background: #fff;
    --disabled: #F5F9FF;
    --disabled-inner: #E4ECFA;
    --shadow-inner: rgba(18, 22, 33, .1);
    height: 21px;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid var(--input-border);
    background: var(--background);
    transition: background .3s ease, border-color .3s ease
}

.switch input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform .3s ease, opacity .2s ease, filter .3s ease
}

.switch input[type=checkbox]:checked {
    background: var(--active);
    border-color: var(--active)
}

.switch input[type=checkbox]:checked:after {
    filter: drop-shadow(0 1px 2px var(--shadow-inner));
    transition: opacity .3s ease, filter .3s ease, transform .6s cubic-bezier(.175, .88, .32, 1.2)
}

.switch input[type=checkbox]:disabled {
    cursor: not-allowed;
    opacity: .9;
    background: var(--disabled)
}

.switch input[type=checkbox]:disabled:checked {
    background: var(--disabled-inner);
    border-color: var(--input-border)
}

.switch input[type=checkbox] {
    width: 38px;
    border-radius: 11px;
    top: 0
}

.switch input[type=checkbox]:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--input-border)
}

.switch input[type=checkbox]:checked:after {
    background: var(--active-inner);
    transform: translateX(17px)
}

.switch input[type=checkbox]:checked+span {
    color: var(--bg_sub)
}

div:where(.swal2-container).swal2-backdrop-show {
    background: rgba(0, 0, 0, .7) !important
}

.swal2-popup.popout .swal2-close {
    width: 1em !important;
    height: 1em !important;
    line-height: 1 !important
}

.swal2-popup.popout .swal2-close:hover {
    color: #f2c06e !important
}

.swal2-popup.popout .swal2-styled.swal2-confirm {
    background: var(--bg_sub) !important;
    border-radius: var(--radius) !important;
    color: #333 !important
}

.swal2-popup.popout .swal2-styled.swal2-cancel {
    background: #777 !important;
    border-radius: var(--radius) !important;
    color: #fff !important
}

.swal2-popup.popout .swal2-actions {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px
}

.swal2-popup.popout .swal2-styled {
    flex: 1;
    max-width: 250px;
    font-size: var(--font18);
    letter-spacing: .05em;
    margin: 0 !important
}

.swal2-popup.popout .swal2-styled:focus {
    box-shadow: none !important
}

.swal2-container.swal2-shown {
    background: rgba(0, 0, 0, .8) !important
}

.swal2-popup.popout {
    border-radius: var(--radius);
    padding: 1em
}

.swal2-popup.popout .swal2-title {
    padding: 0
}

.swal2-popup.popout .swal2-title .title {
    font-size: var(--font25);
    color: #111
}

.swal2-popup.popout .swal2-html-container {
    font-size: var(--font15)
}

.swal2-popup.popout_big {
    width: 1200px
}

.swal2-popup.popout_big .swal2-html-container {
    text-align: left
}

.swal2-popup.popout .tfbar>b i.imp {
    position: absolute;
    transform: translate(-12px, -4px) scale(.7)
}

.swal2-popup.popout .m_show {
    display: none
}

.pagerlist {
    padding: 10px 0 0;
    width: 100%;
    overflow: hidden
}

.pagerlist ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-item.first,
.page-item.last {
    display: none
}

.page-item.next .page-link,
.page-item.prev .page-link {
    background: url(../images/content/basic/icon_next.svg) no-repeat scroll center;
    width: 45px;
    height: 45px;
    color: #fff;
    text-indent: -9999px
}

.page-item.prev .page-link {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    background: var(--bg_sub);
    color: #fff
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .3
}

.page-link {
    position: relative;
    float: left;
    color: #bcbcbc;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 20px;
    margin: 0 3px
}

.page-link:hover {
    background: var(--bg_sub);
    color: #fff
}

.prev .page-link:hover {
    transform: scaleX(-1)
}

.rwdbox {
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 25px;
    height: 0;
    width: 100%
}

.rwdbox audio,
.rwdbox embed,
.rwdbox iframe,
.rwdbox object,
.rwdbox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rwdbox .map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.errorpage {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.errorcont {
    color: #303030;
    font-family: Righteous, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 90%
}

.errorcont .errornb {
    display: flex;
    font-size: var(--font66);
    background: url(../images/content/basic/item_404card.svg) no-repeat scroll center;
    width: 190px;
    height: 140px;
    justify-content: center;
    padding: 20px 0 0;
    position: relative;
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, .1))
}

.errorcont .errornb:after,
.errorcont .errornb:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 50vh;
    background: #d5dee7
}

.errorcont .errornb:before {
    left: 59px;
    bottom: 136px
}

.errorcont .errornb:after {
    right: 50px;
    bottom: 130px
}

.errorcont .errornb span {
    transform: rotate(7deg)
}

.errorcont .errornb span:nth-of-type(2) {
    transform: rotate(7deg) translate(-1px, 4px)
}

.errorcont .errornb span:nth-of-type(3) {
    transform: rotate(7deg) translate(-1px, 6px)
}

.errorcont h1.title {
    font-size: var(--font50);
    padding: 15px 0 0
}

.errorcont h1.title br {
    display: none
}

.errorcont p {
    font-size: var(--font16);
    padding: 10px 0 0;
    text-align: center
}

.errorpage:after {
    content: '';
    position: fixed;
    left: 50%;
    bottom: 0;
    background: url(../images/content/basic/item_404.svg) no-repeat scroll center bottom/100% auto;
    width: 200px;
    height: 155px;
    transform: translateX(-50%)
}

.anibox {
    opacity: 0
}

.come-in {
    -webkit-animation: comeinUp 2s ease forwards;
    animation: comeinUp 2s ease forwards
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s
}

.already-visible {
    -webkit-transform: none;
    transform: none;
    animation: none;
    opacity: 1
}

@-webkit-keyframes comeinUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes comeinUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes comeinLeft {
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes comeinLeft {
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@media(max-width:1450px) {

    .lrbox,
    .lrbox .l {
        gap: 15px
    }

    .dashlist li b {
        font-size: var(--font25)
    }

    .dashlist li em {
        font-size: var(--font60)
    }

    .list01 li p {
        font-size: var(--font15)
    }
}

@media(max-width:1350px) {
    .hdinfo small {
        font-size: 75%
    }

    .dashlist_2 ul {
        gap: 5px
    }

    .dashlist_2 li.dashsmall {
        width: 190px
    }

    .dashlist_2 li em b {
        font-size: var(--font25)
    }

    .dashlist_2 li.new:before {
        left: 5px;
        top: 5px
    }

    .dashlist_2 li .btn {
        border-radius: 20px;
        bottom: 10px
    }

    .dashlist_2 li.onfire>b {
        font-size: var(--font32)
    }

    .dashlist_2 ul:last-child {
        max-width: 385px
    }
}

@media(max-width:1270px) {
    #content {
        padding-top: 0;
        min-height: calc(100vh - 125px)
    }

    #content .inbox {
        width: 100%
    }

    .box_fullh {
        height: calc(100vh - 223px)
    }

    .dashlist li {
        min-height: 160px;
        padding: 15px
    }

    .dashlist li b span {
        display: none
    }

    .dashlist li em {
        font-size: var(--font50);
        bottom: 35px
    }

    .dashlist li .unreported {
        min-width: auto;
        font-size: var(--font14)
    }

    .dashlist:not(.dashlist_2) li .btn {
        width: 90%;
        min-height: 30px;
        border-radius: 20px 20px 0 0;
        left: 5%;
        bottom: 0
    }

    .list02 li p {
        font-size: var(--font18)
    }
}

@media(max-width:1150px) {
    .cont_hd h2.title {
        font-size: var(--font30)
    }

    .cont_hd h2.title span[class^=material] {
        width: 40px;
        height: 40px;
        font-size: var(--font25)
    }

    .lrbox {
        flex-direction: column-reverse;
        position: relative
    }

    .lrbox .r.w3 {
        width: 100%
    }

    .dashlist {
        width: 300px
    }

    .dashlist ul {
        flex-direction: column
    }

    .dashlist li .btn {
        transform: none
    }

    .dashlist_2 ul {
        flex-direction: row
    }

    .box_fullh {
        width: calc(100% - 310px);
        height: 500px;
        position: absolute;
        right: 0;
        top: 75px
    }

    .list02 li>a,
    .list02_noa li {
        gap: 5px
    }

    .list02 li p {
        color: #fff
    }

    .tbwrap {
        overflow-x: auto;
        position: relative;
        box-shadow: -5px 0 10px rgba(0, 0, 0, .1)
    }

    .tbwrap table.tb_big {
        width: 1200px
    }

    .dashlist_2 {
        width: 100%;
        flex-direction: column-reverse
    }

    .dashlist_2 li.dashsmall {
        width: auto;
        flex: 1
    }

    .dashlist_2 ul:last-child {
        max-width: none;
        gap: 10px 1%
    }

    .dashlist_2 ul:last-child li.dashbig {
        width: 50%;
        flex-direction: column;
        justify-content: flex-start
    }

    .dashlist_2 ul:last-child li.dashbig .unreported {
        margin: 5px 0 0;
        padding: 3px 15px
    }

    .dashlist_2 ul:last-child li.dashbig .btn {
        position: absolute
    }
}

@media(max-width:950px) {
    :root {
        --radius: 10px
    }

    #header {
        padding: 0 2% 10px
    }

    .mnav>ul>li.hassub.on>a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none
    }

    .phone_menu {
        display: flex;
        position: relative;
        z-index: 10;
        align-items: center
    }

    .slidemnav {
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        width: 300px;
        flex-direction: column;
        overflow: auto;
        transform: translateX(350px);
        background: #303030
    }

    .slidemnav .mnav {
        padding: 10px 10px 10px;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 80px;
        border-radius: 0
    }

    .slidemnav .mnav>ul {
        flex-direction: column;
        justify-content: stretch;
        width: 100%;
        gap: 0
    }

    .slidemnav .mnav>ul>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 5px 0
    }

    .slidemnav .mnav>ul>li:before {
        transform: rotate(0);
        left: 0;
        top: 5px;
        width: 45px;
        height: auto;
        bottom: 5px;
        border-radius: 5px
    }

    .slidemnav .mnav>ul>li>a {
        font-size: var(--font18);
        color: #fff;
        display: flex;
        margin: 0;
        flex-direction: row;
        align-items: center;
        padding: 10px 8px;
        opacity: 1;
        border: 0
    }

    .slidemnav .subnav {
        position: static;
        transform: none;
        padding: 0;
        margin: 0;
        width: auto;
        background: 0 0;
        border: none;
        text-align: left;
        border: 1px solid var(--bg_sub)
    }

    .slidemnav .subnav li ul {
        position: initial;
        border-top: 1px solid #ddd;
        padding: 7px 0 0;
        border-radius: 0
    }

    .slidemnav .subnav ul {
        width: auto;
        box-shadow: none;
        padding: 0
    }

    .slidemnav .subnav ul li {
        border-color: rgba(255, 255, 255, .1);
        text-align: center
    }

    .slidemnav .subnav>ul>li>a {
        opacity: 1;
        color: #fff
    }

    .slidemnav .on .subnav {
        display: block !important
    }

    .hassub>a {
        position: relative
    }

    .hassub>a:after {
        content: '\2b';
        font-family: var(--font_icon);
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: var(--font16);
        transform: translateY(-50%);
        font-weight: 700
    }

    .slidemnav.open {
        transform: translateX(0)
    }

    body.fixed {
        overflow: hidden
    }

    body.open_mnav {
        overflow: hidden
    }

    body.open_mnav .phone_menu {
        background: 0 0
    }

    .mnav>ul>li>a {
        height: 50px
    }

    .mnav>ul>li.hassub>a {
        border-radius: 20px 20px 0 0
    }

    .mnav>ul>li+.mnavtext,
    .mnav>ul>li.mnavtext+.mnavicon {
        margin: 0;
        border: 0
    }

    .mnav>ul>li.mnavtext {
        position: absolute;
        top: 35px;
        left: 10px;
        background: #000;
        padding: 5px 15px;
        border-radius: 20px
    }

    .mnav>ul>li.mnavtext {
        font-size: var(--font16)
    }

    .mnav>ul>li.mnavicon {
        position: absolute;
        left: 10px;
        bottom: 20px
    }

    .list02 li p {
        flex: none;
        width: 100%
    }

    .list02 li em {
        text-align: left
    }

    .dashlist {
        width: 280px
    }

    .dashlist_2 {
        width: 100%
    }

    .box_fullh {
        width: calc(100% - 290px)
    }

    .tbwrap table:not(.tb_big) {
        width: 800px
    }

    #searchicon {
        display: flex
    }

    .tbwrap_hd {
        flex-direction: column-reverse
    }

    .tfsearch {
        display: none
    }

    .tbwrap_hd .btnbox {
        width: 100%;
        justify-content: space-between
    }

    .tbwrap2,
    .tbwrap2 tbody,
    .tbwrap2 tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start
    }

    .tbwrap2 thead {
        display: none
    }

    .tbwrap2 tr {
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom-width: 5px;
        padding: 5px 0
    }

    .tbwrap2 tbody td[data-th]:before {
        content: attr(data-th);
        display: block;
        height: 20px;
        font-size: var(--font13);
        color: #999
    }

    .tbwrap2 tbody td {
        width: 100%;
        text-align: left;
        padding: 3px 10px;
        position: relative
    }

    .tbwrap2 tbody td .tfcont {
        display: flex;
        align-items: flex-end
    }

    .tbwrap2 tbody td.tdnone {
        display: none
    }

    .tbwrap2 tbody td[data-th="#"] {
        display: flex
    }

    .tbwrap2 tbody td.tdpos label {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }
}

@media(max-width:780px) {
    .errorcont {
        top: 42%
    }

    .errorcont h1.title {
        font-size: var(--font40);
        line-height: 1.2;
        padding: 0
    }

    .errorcont h1.title br {
        display: block
    }

    .logbox {
        padding: 20px
    }

    #header {
        align-items: flex-start;
        padding: 0 4% 10px
    }

    #header .l {
        flex-direction: column;
        align-items: flex-start
    }

    #header .hdinfo {
        position: absolute;
        right: 20px;
        top: 55px
    }
}

@media(max-width:670px) {
    .lrbox {
        flex-direction: column-reverse
    }

    .dashlist {
        width: 100%
    }

    .dashlist ul {
        flex-direction: row
    }

    .dashlist:not(.dashlist_2) li {
        min-height: 250px
    }

    .dashlist li b {
        font-size: var(--font20)
    }

    .dashlist li b br {
        display: block
    }

    .dashlist li p i {
        display: none
    }

    .dashlist li em {
        left: 10px;
        text-align: center;
        opacity: 1
    }

    .dashlist:not(.dashlist_2) li .unreported {
        position: absolute;
        left: 50%;
        margin: 0;
        bottom: 100px;
        transform: translate(-50%, 0);
        white-space: nowrap;
        width: 90%
    }

    .dashlist_2 li:nth-of-type(1) {
        width: 100%;
        flex: none
    }

    .dashlist_2 li {
        min-height: 130px !important
    }

    .dashlist_2 li em {
        bottom: 5px !important
    }

    .dashlist_2 ul:last-child li.dashbig {
        width: 100%
    }

    .box_fullh {
        position: static;
        width: 100%;
        height: 300px
    }

    .box01 .wbox .tfbar,
    .swal2-popup.popout .tfbar {
        flex-direction: column;
        gap: 5px
    }

    .box01 .wbox .tfbar>b,
    .swal2-popup.popout .tfbar>b {
        flex-basis: auto;
        padding: 5px 0 0
    }

    .box01 .wbox .cktf {
        width: 100%
    }

    .box01 .wbox .tfbar>b i.imp {
        width: auto
    }

    .tfflex {
        flex-direction: column;
        gap: 5px;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative
    }

    .tfbar .tfflex input+button {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 5px 5px 0
    }

    .tfbar .tfflex .cktf+button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border-radius: 0 5px 5px 0
    }

    .tfflex .cktf .material-symbols-outlined {
        right: 55px
    }

    .tfbtns {
        flex-wrap: wrap
    }

    .tfbar .tf_s {
        width: 100%;
        text-align: left
    }

    .tfbtns .btn {
        flex: 1;
        max-width: none
    }

    .tfbtns button[type=reset]+button+button {
        width: 100%
    }

    .Txtbox .txt_hd em {
        position: static
    }

    .Txtbox .txt_hd h2.title {
        font-size: var(--font25);
        padding: 0
    }

    .box_bd,
    .box_hd {
        padding: 10px
    }

    .tagsnav {
        overflow-x: auto;
        display: flex
    }

    .tagsnav ul {
        flex-wrap: nowrap
    }

    .tagsnav li {
        min-width: 90px
    }

    .Txtbox .txt_bd,
    .Txtbox .txt_hd {
        padding: 15px 10px
    }

    .btnbox .btn {
        min-width: auto;
        flex: 1
    }

    .tbwrap_hd .btnbox .btn {
        flex: none
    }

    .cont_hd {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }

    .gopath {
        max-width: 100%;
        padding: 5px 3px 0;
        overflow-x: auto
    }

    .wbox {
        padding: 10px
    }

    .list02 li>a,
    .list02_noa li {
        padding: 10px
    }

    .list02_noa li.new:before {
        left: auto;
        right: 5px;
        top: 5px;
        transform: none
    }

    #header .logo img {
        height: 60px
    }

    #logwrap {
        min-height: calc(100vh - 90px)
    }

    #content {
        padding: 0 15px 15px
    }

    #footer {
        flex-direction: column;
        gap: 0
    }

    .swal2-popup.popout .swal2-html-container {
        margin: 1em 0 0 !important
    }

    .swal2-popup.popout .m_show {
        display: flex
    }

    .tbwrap_hd .l {
        display: none
    }
}

@media(max-width:550px) {
    #header .logo img {
        height: 50px
    }

    #header .l h2.title {
        font-size: var(--font30);
        line-height: 1.2
    }

    .dashlist ul {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px 1%
    }

    .dashlist li {
        width: 49%;
        flex: none;
        min-height: 230px
    }

    .dashlist li:first-child {
        width: 100%;
        min-height: 210px
    }

    .dashlist li:first-child b {
        font-size: var(--font30)
    }

    .dashlist li:first-child b br {
        display: none
    }

    .dashlist_2 li:first-child b {
        font-size: var(--font20)
    }

    .dashlist_2 li em {
        font-size: var(--font40)
    }

    .dashlist_2 li em b {
        font-size: var(--font16)
    }

    .hdinfo span {
        font-size: var(--font16);
        max-width: 180px;
        overflow: hidden;
        text-align: right;
        white-space: nowrap;
        display: flex;
        justify-content: flex-end
    }

    .hdinfo small {
        text-align: right;
        font-size: var(--font11)
    }
}

@media(max-width:470px) {
    .logbox .tfbar {
        flex-direction: column;
        gap: 5px
    }

    .logbox .tfbar>b {
        flex-basis: auto;
        padding: 5px 0 0
    }

    .logbox .cktf {
        width: 100%
    }
}