html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

h1, h2, h3, h4, h5, h6, form {
    font-weight: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    text-align: left;
    width: 100%
}

img {
    vertical-align: top;
    outline: none;
    border-width: 0 0 0 0
}

br {
    letter-spacing: normal
}

ol, ul, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: " "
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, a:link, a:active, a:visited {
    outline: none
}

a:focus {
    outline: none
}

a:hover, a:active {
    outline: 0
}

.pc{
    display: none;
}

.ccPoint{
    margin-top: 10px;
    color: #b22222;
}

.lsnTtl{
    text-align: center!important;
    font-weight: bold;
}
.ui-btns .sp{
    float: left;
}

.chapter_no p{
    background: #fff;
    color: #888;
    border: #555 solid 1px;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box
}

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #fff;
    color: #333
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

:root * {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif
}

a {
    color: #154EB8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

input, textarea {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif \9;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.container .section {
    margin-bottom: 40px
}

.container .section>* {
    margin: 20px 0
}

.container .section>*:first-child {
    margin-top: 0
}

.container .layout-table {
    width: 100%;
    display: table;
    table-layout: fixed
}

.container .layout-table>div {
    display: table-cell
}

.container .box {
    border: 1px solid #ccc;
    padding: 20px
}

.container .box .box {
    padding: 15px
}

.container .box>* {
    margin-bottom: 10px
}

.container .box>*:last-child {
    margin-bottom: 0
}

.container .box.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.container .box.bg {
    background: #efefef
}

.container .box.shadow {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3)
}

.container .box.in-shadow {
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3)
}

.container pre {
    word-break: break-all;
    white-space: pre-line
}

.container .lst-check {
    padding-left: 18px
}

.container .lst-check>li {
    position: relative;
    margin-bottom: 10px
}

.container .lst-check>li:after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 8px;
    height: 3px;
    border-left: 2px solid #0b3182;
    border-bottom: 2px solid #0b3182;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.container .lst-decimal {
    padding-left: 18px;
    list-style: none;
    counter-reset: ol_li
}

.container .lst-decimal>li {
    position: relative;
    margin-bottom: 10px
}

.container .lst-decimal>li:after {
    position: absolute;
    left: -.5em;
    margin: 0 0.5em 0 -0.5em;
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #0b3182;
    font-weight: bold
}

.container .lst-disc {
    padding-left: 18px
}

.container .lst-disc>li {
    list-style-type: disc;
    margin-bottom: 10px
}

.container .lst-disc>li:after {
    display: none
}

.container img {
    max-width: 100%
}

.container .bb {
    border-bottom: 2px solid #0b3182
}

.container .bb.double {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc
}

.container .bb.double:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #0b3182
}

.container .bt {
    border-top: 2px solid #0b3182
}

.container .bt.double {
    position: relative;
    padding-top: .5em;
    border-top: 4px solid #ccc
}

.container .bt.double:before {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #0b3182
}

.container .bl {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #0b3182
}

.container .bbl {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #0b3182
}

.container .bbl:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #0b3182
}

.container .heading-bg {
    padding: .5em .75em;
    background-color: #f6f6f6
}

.container .marker {
    position: relative
}

.container .marker:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: " ";
    width: 100%;
    height: 10px;
    background-color: #b6f0fc
}

.container sup {
    font-size: 80%;
    font-weight: normal;
    vertical-align: super
}

.container .fz-xs, .container .footnote {
    font-size: 11px
}

.container .fz-s {
    font-size: 12px
}

.container .fz-m {
    font-size: 16px
}

.container .fz-l {
    font-size: 18px
}

.container .fw-b {
    font-weight: bold
}

.container .fs-i {
    font-style: italic
}

.container .ta-c {
    text-align: center
}

.container .ta-r {
    text-align: right
}

.container .ta-l {
    text-align: left
}

.container .va-t {
    vertical-align: top
}

.container .va-m {
    vertical-align: middle
}

.container .va-b {
    vertical-align: bottom
}

.container .fc-lightpink {
    color: #FFB6C1
}

.container .fc-pink {
    color: #FFC0CB
}

.container .fc-crimson {
    color: #DC143C
}

.container .fc-palevioletred {
    color: #DB7093
}

.container .fc-lavenderblush {
    color: #FFF0F5
}

.container .fc-hotpink {
    color: #FF69B4
}

.container .fc-deeppink {
    color: #FF1493
}

.container .fc-mediumvioletred {
    color: #C71585
}

.container .fc-orchid {
    color: #DA70D6
}

.container .fc-magenta {
    color: #FF00FF
}

.container .fc-fuchsia {
    color: #FF00FF
}

.container .fc-darkmagenta {
    color: #8B008B
}

.container .fc-purple {
    color: #800080
}

.container .fc-violet {
    color: #EE82EE
}

.container .fc-plum {
    color: #DDA0DD
}

.container .fc-thistle {
    color: #D8BFD8
}

.container .fc-mediumorchid {
    color: #BA55D3
}

.container .fc-darkviolet {
    color: #9400D3
}

.container .fc-darkorchid {
    color: #9932CC
}

.container .fc-indigo {
    color: #4B0082
}

.container .fc-blueviolet {
    color: #8A2BE2
}

.container .fc-mediumpurple {
    color: #9370DB
}

.container .fc-mediumslateblue {
    color: #7B68EE
}

.container .fc-slateblue {
    color: #6A5ACD
}

.container .fc-darkslateblue {
    color: #483D8B
}

.container .fc-blue {
    color: #0000FF
}

.container .fc-mediumblue {
    color: #0000CD
}

.container .fc-darkblue {
    color: #00008B
}

.container .fc-navy {
    color: #000080
}

.container .fc-midnightblue {
    color: #191970
}

.container .fc-lavender {
    color: #E6E6FA
}

.container .fc-ghostwhite {
    color: #F8F8FF
}

.container .fc-royalblue {
    color: #4169E1
}

.container .fc-cornflowerblue {
    color: #6495ED
}

.container .fc-lightsteelblue {
    color: #B0C4DE
}

.container .fc-lightslategray {
    color: #778899
}

.container .fc-slategray {
    color: #708090
}

.container .fc-dodgerblue {
    color: #1E90FF
}

.container .fc-aliceblue {
    color: #F0F8FF
}

.container .fc-steelblue {
    color: #4682B4
}

.container .fc-lightskyblue {
    color: #87CEFA
}

.container .fc-skyblue {
    color: #87CEEB
}

.container .fc-deepskyblue {
    color: #00BFFF
}

.container .fc-lightblue {
    color: #ADD8E6
}

.container .fc-powderblue {
    color: #B0E0E6
}

.container .fc-cadetblue {
    color: #5F9EA0
}

.container .fc-cyan {
    color: #00FFFF
}

.container .fc-aqua {
    color: #00FFFF
}

.container .fc-darkturquoise {
    color: #00CED1
}

.container .fc-darkcyan {
    color: #008B8B
}

.container .fc-teal {
    color: #008080
}

.container .fc-darkslategray {
    color: #2F4F4F
}

.container .fc-paleturquoise {
    color: #AFEEEE
}

.container .fc-lightcyan {
    color: #E0FFFF
}

.container .fc-azure {
    color: #F0FFFF
}

.container .fc-mediumturquoise {
    color: #48D1CC
}

.container .fc-lightseagreen {
    color: #20B2AA
}

.container .fc-turquoise {
    color: #40E0D0
}

.container .fc-aquamarine {
    color: #7FFFD4
}

.container .fc-mediumaquamarine {
    color: #66CDAA
}

.container .fc-mediumspringgreen {
    color: #00FA9A
}

.container .fc-springgreen {
    color: #00FF7F
}

.container .fc-mintcream {
    color: #F5FFFA
}

.container .fc-mediumseagreen {
    color: #3CB371
}

.container .fc-seagreen {
    color: #2E8B57
}

.container .fc-lime {
    color: #00FF00
}

.container .fc-green {
    color: #008000
}

.container .fc-forestgreen {
    color: #228B22
}

.container .fc-palegreen {
    color: #98FB98
}

.container .fc-lightgreen {
    color: #90EE90
}

.container .fc-darkseagreen {
    color: #8FBC8F
}

.container .fc-honeydew {
    color: #F0FFF0
}

.container .fc-darkgreen {
    color: #006400
}

.container .fc-limegreen {
    color: #32CD32
}

.container .fc-chartreuse {
    color: #7FFF00
}

.container .fc-lawngreen {
    color: #7CFC00
}

.container .fc-greenyellow {
    color: #ADFF2F
}

.container .fc-darkolivegreen {
    color: #556B2F
}

.container .fc-yellowgreen {
    color: #9ACD32
}

.container .fc-olivedrab {
    color: #6B8E23
}

.container .fc-lightgoldenrodyellow {
    color: #FAFAD2
}

.container .fc-yellow {
    color: #FFFF00
}

.container .fc-olive {
    color: #808000
}

.container .fc-lightyellow {
    color: #FFFFE0
}

.container .fc-beige {
    color: #F5F5DC
}

.container .fc-ivory {
    color: #FFFFF0
}

.container .fc-darkkhaki {
    color: #BDB76B
}

.container .fc-palegoldenrod {
    color: #EEE8AA
}

.container .fc-khaki {
    color: #F0E68C
}

.container .fc-lemonchiffon {
    color: #FFFACD
}

.container .fc-gold {
    color: #FFD700
}

.container .fc-cornsilk {
    color: #FFF8DC
}

.container .fc-darkgoldenrod {
    color: #B8860B
}

.container .fc-goldenrod {
    color: #DAA520
}

.container .fc-wheat {
    color: #F5DEB3
}

.container .fc-oldlace {
    color: #FDF5E6
}

.container .fc-floralwhite {
    color: #FFFAF0
}

.container .fc-orange {
    color: #FFA500
}

.container .fc-moccasin {
    color: #FFE4B5
}

.container .fc-papayawhip {
    color: #FFEFD5
}

.container .fc-navajowhite {
    color: #FFDEAD
}

.container .fc-blanchedalmond {
    color: #FFEBCD
}

.container .fc-tan {
    color: #D2B48C
}

.container .fc-antiquewhite {
    color: #FAEBD7
}

.container .fc-burlywood {
    color: #DEB887
}

.container .fc-darkorange {
    color: #FF8C00
}

.container .fc-bisque {
    color: #FFE4C4
}

.container .fc-peru {
    color: #CD853F
}

.container .fc-linen {
    color: #FAF0E6
}

.container .fc-peachpuff {
    color: #FFDAB9
}

.container .fc-sandybrown {
    color: #F4A460
}

.container .fc-saddlebrown {
    color: #8B4513
}

.container .fc-chocolate {
    color: #D2691E
}

.container .fc-seashell {
    color: #FFF5EE
}

.container .fc-sienna {
    color: #A0522D
}

.container .fc-lightsalmon {
    color: #FFA07A
}

.container .fc-orangered {
    color: #FF4500
}

.container .fc-coral {
    color: #FF7F50
}

.container .fc-darksalmon {
    color: #E9967A
}

.container .fc-tomato {
    color: #FF6347
}

.container .fc-salmon {
    color: #FA8072
}

.container .fc-mistyrose {
    color: #FFE4E1
}

.container .fc-red {
    color: #FF0000
}

.container .fc-darkred {
    color: #8B0000
}

.container .fc-maroon {
    color: #800000
}

.container .fc-firebrick {
    color: #B22222
}

.container .fc-brown {
    color: #A52A2A
}

.container .fc-indianred {
    color: #CD5C5C
}

.container .fc-lightcoral {
    color: #F08080
}

.container .fc-rosybrown {
    color: #BC8F8F
}

.container .fc-snow {
    color: #FFFAFA
}

.container .fc-white {
    color: #FFFFFF
}

.container .fc-whitesmoke {
    color: #F5F5F5
}

.container .fc-gainsboro {
    color: #DCDCDC
}

.container .fc-lightgrey {
    color: #D3D3D3
}

.container .fc-silver {
    color: #C0C0C0
}

.container .fc-darkgray {
    color: #A9A9A9
}

.container .fc-gray {
    color: #808080
}

.container .fc-dimgray {
    color: #696969
}

.container .fc-black {
    color: #000000
}

.container .fc-theme {
    color: #0b3182
}

.container .fc-accent {
    color: #ee7800
}

.container .fc-cap {
    color: #666
}

.container .w-10 {
    width: 10px
}

.container .w-20 {
    width: 20px
}

.container .w-30 {
    width: 30px
}

.container .w-40 {
    width: 40px
}

.container .w-50 {
    width: 50px
}

.container .w-60 {
    width: 60px
}

.container .w-70 {
    width: 70px
}

.container .w-80 {
    width: 80px
}

.container .w-90 {
    width: 90px
}

.container .w-100 {
    width: 100px
}

.container .w-110 {
    width: 110px
}

.container .w-120 {
    width: 120px
}

.container .w-130 {
    width: 130px
}

.container .w-140 {
    width: 140px
}

.container .w-150 {
    width: 150px
}

.container .w-160 {
    width: 160px
}

.container .w-170 {
    width: 170px
}

.container .w-180 {
    width: 180px
}

.container .w-190 {
    width: 190px
}

.container .w-200 {
    width: 200px
}

.wrap {
    padding-top: 52px
}

.wrap.menu-open:after {
    position: fixed;
    z-index: 101;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0
}

.sp-hidden {
    display: none !important
}

.unable {
    opacity: 0.3;
    cursor: default;
    pointer-events: none
}

.wrap {
    position: relative
}

.ps-container {
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: #fff
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x, .ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: .4;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 10px;
    width: 7px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #777777;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    width: 7px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y, .ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 11px
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 1
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 80px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 60px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.global-header {
    background: #fff
}

.global-header .global-header-inner {
    position: relative
}

.global-header .global-header-inner .global-header-logo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 0;
    background: #fff;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.global-header .global-header-inner .global-header-logo img {
    width: 100px
}

.global-header .global-header-inner .global-header-logo .menu-humb {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
    width: 21px;
    height: 17px
}

.global-header .global-header-inner .global-header-logo .menu-humb .menu-humb-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.global-header .global-header-inner .global-header-logo .menu-humb .menu-humb-inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #81C0E9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1
}

.global-header .global-header-inner .global-header-logo .menu-humb .menu-humb-inner span.top {
    top: 0
}

.global-header .global-header-inner .global-header-logo .menu-humb .menu-humb-inner span.mid01, .global-header .global-header-inner .global-header-logo .menu-humb .menu-humb-inner span.mid02 {
    top: 7px
}

.global-header .global-header-inner .global-header-logo .menu-humb .menu-humb-inner span.btm {
    bottom: 0
}

.global-header .global-header-inner .global-header-logo .menu-humb.open span.top {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.global-header .global-header-inner .global-header-logo .menu-humb.open span.mid01 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.global-header .global-header-inner .global-header-logo .menu-humb.open span.mid02 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.global-header .global-header-inner .global-header-logo .menu-humb.open span.btm {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px)
}

.global-header .global-header-inner .global-header-ttl {
    padding: 5px 0 10px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    font-weight: normal
}

.global-header .global-header-inner .global-header-ttl span {
    vertical-align: middle
}

.global-header .global-header-inner .global-header-ttl span img {
    vertical-align: middle;
    opacity: .8;
    width: 27px
}

.global-header .global-header-inner .global-header-ttl span .btn-back, .global-header .global-header-inner .global-header-ttl span .btn-back:link, .global-header .global-header-inner .global-header-ttl span .btn-back:active, .global-header .global-header-inner .global-header-ttl span .btn-back:visited {
    text-decoration: none
}

.global-header .global-header-inner .global-header-ttl span .btn-back:hover {
    opacity: .7
}

.global-header .global-header-inner .global-header-ttl .name {
    position: relative;
    top: 2px;
    color: #888;
    font-size: 25px;
    font-weight: initial
}

.global-header .global-header-inner .global-header-user {
    display: none
}

.global-menu {
    position: fixed;
    top: 0;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 102;
    background: #2E2624;
    left: -80%;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.global-menu .global-menu-inner {
    width: 100%
}

.global-menu .global-menu-inner .global-menu-box {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.global-menu .global-menu-inner .global-menu-box .pc-hidden {
    display: hidden
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list {
    width: 100%
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li {
    width: 100%;
    padding-bottom: 17px
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a {
    text-decoration: none;
    position: relative;
    height: 55px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .home {
    background: url(../../../../module/img/common/gl_icn_home_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .portal {
    background: url(../../../../module/img/common/icon_portal_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .forum {
    background: url(../../../../module/img/common/gl_icn_forum_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .catalogue {
    background: url(../../../../module/img/common/gl_icn_catalogue_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .courseListRef {
    background: url(../../../../module/img/common/icn_courselist_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .portfolio {
    background: url(../../../../module/img/common/gl_icn_portfolio_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .top {
    background: url(../../../../module/img/common/icn_sitetop_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .contents {
    background: url(../../../../module/img/common/icn_contents_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .contentcheck {
    background: url(../../../../module/img/common/icn_contentcheck_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .courses {
    background: url(../../../../module/img/common/icn_courses_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .profile {
    background: url(../../../../module/img/common/gl_icn_portfolio_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .icn, .global-menu .global-menu-inner .global-menu-box .global-menu-list li a .name {
    display: table-cell;
    vertical-align: middle
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current {
    background: #00405E
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .home {
    background: url(../../../../module/img/common/gl_icn_home_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .portal {
    background: url(../../../../module/img/common/icon_portal_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .forum {
    background: url(../../../../module/img/common/gl_icn_forum_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .catalogue {
    background: url(../../../../module/img/common/gl_icn_catalogue_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .courseListRef {
    background: url(../../../../module/img/common/icn_courselist_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .portfolio {
    background: url(../../../../module/img/common/gl_icn_portfolio_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .top {
    background: url(../../../../module/img/common/icn_sitetop_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .contents {
    background: url(../../../../module/img/common/icn_contents_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .contentcheck {
    background: url(../../../../module/img/common/icn_contentcheck_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .courses {
    background: url(../../../../module/img/common/icn_courses_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .profile {
    background: url(../../../../module/img/common/gl_icn_portfolio_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .icn, .global-menu .global-menu-inner .global-menu-box .global-menu-list li a.current .name {
    opacity: 1;
    color: #54C3F1
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .name {
    text-align: left;
    text-decoration: none;
    color: #F1F1F1;
    font-size: 18px;
    opacity: 1;
    padding-right: 5px
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .icn {
    text-align: center;
    width: 120px
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list li a .icn img {
    width: 50px
}

.global-menu .global-menu-inner .global-menu-box .global-menu-list .admin-menu {
    padding-top: 47px
}

.global-menu .global-menu-inner .global-menu-user {
    padding: 30px 15px;
    color: #fff
}

.global-menu .global-menu-inner .global-menu-user .layout-table {
    display: table;
    width: 100%;
    table-layout: fixed
}

.global-menu .global-menu-inner .global-menu-user .layout-table>div {
    vertical-align: top;
    display: table-cell;
    vertical-align: middle
}

.global-menu .global-menu-inner .global-menu-user .layout-table .ph {
    width: 40px;
    vertical-align: middle
}

.global-menu .global-menu-inner .global-menu-user .layout-table .ph .inner {
    position: relative
}

.global-menu .global-menu-inner .global-menu-user .layout-table .ph .inner.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 1px;
    top: 2px
}

.global-menu .global-menu-inner .global-menu-user .layout-table .ph .inner.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 1px;
    top: 2px
}

.global-menu .global-menu-inner .global-menu-user .layout-table .ph .circle {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.global-menu .global-menu-inner .global-menu-user .layout-table .ph .circle .user-ph {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.global-menu .global-menu-inner .global-menu-user .layout-table .text {
    padding-left: 20px;
    min-width: 100px
}

.global-menu .global-menu-inner .global-menu-user .layout-table .text .btn-logout {
    display: block;
    width: 100px;
    height: 20px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    text-decoration: none;
    background: url(../../../../module/img/common/icn_logout_w.png) left center no-repeat;
    background-size: 13px;
    background-position: 12px 2px;
    opacity: 0.8
}

.global-menu .global-menu-inner .global-menu-ctr {
    display: none
}

.global-menu .global-menu-inner .global-menu-toggle {
    position: absolute;
    height: 100%;
    width: 5px;
    right: 0px;
    top: 0;
    background-color: #000000
}

.c-index-header {
    background: #fff
}

.c-index-header .c-index-header-inner .user-ph {
    display: block;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.c-index-header .c-index-header-inner .layout {
    display: table;
    width: 100%
}

.c-index-header .c-index-header-inner .layout>div:first-child {
    display: table-footer-group
}

.c-index-header .c-index-header-inner .layout>div:last-child {
    display: table-footer-group
}

.c-index-header .c-index-header-inner .user-info-area>div {
    vertical-align: middle
}

.c-index-header .c-index-header-inner .user-info-area .w-100 {
    width: 50px
}

.c-index-header .c-index-header-inner .user-info-area .course-name {
    display: none
}

.c-index-header .c-index-header-inner .user-info-area .user-info {
    padding: 2px 10px 0
}

.c-index-header .c-index-header-inner .user-info-area .user-info p {
    font-size: 13px
}

.c-index-header .c-index-header-inner .user-info-area .user-info .user-info-name {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px
}

.c-index-header .c-index-header-inner .user-info-area .user-info .user-info-id {
    color: #666;
    font-size: 12px
}

.c-index-header .c-index-header-inner .status-area {
    width: 170px;
    margin: 5px auto 0
}

.c-index-header .c-index-header-inner .status-area .w-100 {
    width: 50px
}

.c-index-header .c-index-header-inner .status-area .status-text {
    padding-left: 10px;
    line-height: 1.4
}

.c-index-header .c-index-header-inner .status-area .status-text .heading {
    font-size: 13px
}

.c-index-header .c-index-header-inner .status-area .status-text .time {
    color: #143395;
    font-size: 14px
}

.c-index-header .c-index-header-inner .status-area .status-text .time span {
    font-size: 18px
}

.c-index-header .c-index-header-inner .information-area {
    background: #81c0e9;
    height: auto;
    max-height: 500px
}

.c-index-header .c-index-header-inner .information-area .heading {
    position: relative
}

.c-index-header .c-index-header-inner .information-area .heading.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 2px;
    top: 2px
}

.c-index-header .c-index-header-inner .information-area .heading.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 2px;
    top: 2px
}

.c-index-header .c-index-header-inner .information-area .heading a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.c-index-header .c-index-header-inner .information-area .heading a:after, .c-index-header .c-index-header-inner .information-area .heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.c-index-header .c-index-header-inner .information-area .heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-index-header .c-index-header-inner .information-area .heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-index-header .c-index-header-inner .information-area .heading span {
    display: inline-block;
    padding-left: 18px;
    background: url(../../../../module/img/common/icn_infomation_w.png) left center no-repeat;
    -webkit-background-size: 1em;
    background-position-y: 3px
}

.c-index-header .c-index-header-inner .information-area .new-info {
    padding: 0 4%;
    margin-bottom: 0.5%;
    position: relative;
    color: #b4b5b5
}

.c-index-header .c-index-header-inner .information-area .new-info .new {
    padding-right: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../../../../module/img/common/icn_new_k.png) center center no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .2;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: sub
}

@media screen and (min-width: 350px) {
    .c-index-header .c-index-header-inner .information-area .new-info .new {
        width: 45px;
        height: 40px
    }
}

.c-index-header .c-index-header-inner .information-area .new-info .infomation {
    padding-top: 2vw;
    display: inline-block;
    width: 11.9em;
    background: #fff;
    text-align: center;
    font-size: 4vmin
}

.c-index-header .c-index-header-inner .information-area .new-info .important, .c-index-header .c-index-header-inner .information-area .new-info .remind {
    padding-top: 2vw;
    display: inline-block;
    width: 5.37em;
    background: #fff;
    text-align: center;
    font-size: 4vmin
}

.c-index-header .c-index-header-inner .information-area .new-info .remind {
    margin: 0 -0.8vw
}

.c-index-header .c-index-header-inner .information-area .new-info .new, .c-index-header .c-index-header-inner .information-area .new-info .bell, .c-index-header .c-index-header-inner .information-area .new-info .star {
    pointer-events: none
}

@media screen and (min-width: 350px) {
    .c-index-header .c-index-header-inner .information-area .new-info {
        margin-bottom: 0.8% !important
    }
    .c-index-header .c-index-header-inner .information-area .infomation {
        width: 11em !important
    }
    .c-index-header .c-index-header-inner .information-area .important, .c-index-header .c-index-header-inner .information-area .remind {
        width: 5.82em !important
    }
    .c-index-header .c-index-header-inner .information-area .remind {
        margin: 0 -0.56vw !important
    }
}

@media screen and (min-width: 400px) {
    .c-index-header .c-index-header-inner .information-area .infomation {
        width: 10.84em !important
    }
    .c-index-header .c-index-header-inner .information-area .infomation, .c-index-header .c-index-header-inner .information-area .remind, .c-index-header .c-index-header-inner .information-area .important {
        font-size: 4.01vw !important
    }
    .c-index-header .c-index-header-inner .information-area .remind {
        margin: 0 -0.4vw !important
    }
    .c-index-header .c-index-header-inner .information-area .important, .c-index-header .c-index-header-inner .information-area .remind {
        width: 5.84em !important
    }
}

.c-index-header .c-index-header-inner .information-area .star, .c-index-header .c-index-header-inner .information-area .bell {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all .3s;
    opacity: .2;
    position: relative;
    top: 2px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.c-index-header .c-index-header-inner .information-area .star, .c-index-header .c-index-header-inner .information-area .star:link, .c-index-header .c-index-header-inner .information-area .star:active, .c-index-header .c-index-header-inner .information-area .star:visited, .c-index-header .c-index-header-inner .information-area .bell, .c-index-header .c-index-header-inner .information-area .bell:link, .c-index-header .c-index-header-inner .information-area .bell:active, .c-index-header .c-index-header-inner .information-area .bell:visited {
    text-decoration: none
}

.c-index-header .c-index-header-inner .information-area .star:hover, .c-index-header .c-index-header-inner .information-area .bell:hover {
    opacity: .1
}

.c-index-header .c-index-header-inner .information-area .star.on, .c-index-header .c-index-header-inner .information-area .bell.on {
    background-size: contain;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.c-index-header .c-index-header-inner .information-area .star.on, .c-index-header .c-index-header-inner .information-area .star.on:link, .c-index-header .c-index-header-inner .information-area .star.on:active, .c-index-header .c-index-header-inner .information-area .star.on:visited, .c-index-header .c-index-header-inner .information-area .bell.on, .c-index-header .c-index-header-inner .information-area .bell.on:link, .c-index-header .c-index-header-inner .information-area .bell.on:active, .c-index-header .c-index-header-inner .information-area .bell.on:visited {
    text-decoration: none
}

.c-index-header .c-index-header-inner .information-area .star.on:hover, .c-index-header .c-index-header-inner .information-area .bell.on:hover {
    opacity: .7
}

@media screen and (min-width: 350px) {
    .c-index-header .c-index-header-inner .information-area .star, .c-index-header .c-index-header-inner .information-area .bell {
        width: 45px;
        height: 35px
    }
}

.c-index-header .c-index-header-inner .information-area .star {
    background: url(../../../../module/img/common/icn_star_k.png) center center no-repeat;
    background-size: 7vw
}

.c-index-header .c-index-header-inner .information-area .star.on {
    background: url(../../../../module/img/common/icn_star_o.png) center center no-repeat;
    background-size: 7vw
}

.c-index-header .c-index-header-inner .information-area .bell {
    background: url(../../../../module/img/common/icn_bell_k.png) center center no-repeat;
    -webkit-background-size: 7vw;
    background-size: 7vw
}

.c-index-header .c-index-header-inner .information-area .bell.on {
    background: url(../../../../module/img/common/icn_bell_o.png) center center no-repeat;
    -webkit-background-size: 7vw;
    background-size: 7vw
}

.c-index-header .c-index-header-inner .information-area .number-info {
    font-size: 6.15vw;
    color: #27a2e5
}

.c-index-header .c-index-header-inner .information-area .number-info span:first-child {
    background-size: 6vw;
    width: 9vw;
    height: 6.5vw
}

.c-index-header .c-index-header-inner .information-area .number-info span:first-child.new {
    background-size: 11vw;
    width: 11vw;
    height: 7.5vw
}

.c-index-header .c-index-header-inner .information-area .number-info span:last-child {
    position: relative
}

@media screen and (min-width: 350px) {
    .c-index-header .c-index-header-inner .information-area .number-info span:last-child {
        left: -7px;
        padding: 0px 3px
    }
}

.c-index-header .c-index-header-inner .information-area .detail-infomation {
    height: auto;
    max-height: 300px
}

.c-index-header .c-index-header-inner .information-area .detail-infomation a {
    top: 2px;
    position: relative;
    width: 180px;
    text-align: center;
    height: 35px;
    line-height: 20px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff;
    color: #81c0e9;
    display: block;
    margin: 2% auto
}

.c-index-header .c-index-header-inner .information-area .detail-infomation a .all-info-icon {
    padding-right: 10px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../../../../module/img/common/icn_infomation_all_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: text-top
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner {
    padding: 0 4%
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner.no-data {
    height: 90px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li {
    background: #fff;
    margin-bottom: 0.8%;
    font-size: 3vw;
    position: relative;
    padding: 5px 5px 5px 30px
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li .star {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 85.5%;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li .bell {
    width: 5vw;
    height: 5vw;
    top: 50%;
    margin-top: -9px;
    left: 93%;
    position: absolute;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li p {
    margin-bottom: -3px;
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 45px
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li p span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li p .date {
    font-size: 2.5vw;
    width: 80px;
    padding-right: 8px
}

.c-index-header .c-index-header-inner .information-area .detail-infomation .detail-infomation-inner ul li:active {
    background: rgba(0, 0, 0, 0.3)
}

.c-index-header .c-index-header-inner .information-area .touch-area {
    padding-bottom: 1%;
    display: none
}

.c-index-header .c-index-header-inner .schedule-area {
    background: #fff
}

.c-index-header .c-index-header-inner .schedule-area .heading {
    position: relative
}

.c-index-header .c-index-header-inner .schedule-area .heading a {
    display: block;
    text-decoration: none !important;
    color: #3cb2e1;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.c-index-header .c-index-header-inner .schedule-area .heading a:after, .c-index-header .c-index-header-inner .schedule-area .heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #81c0e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.c-index-header .c-index-header-inner .schedule-area .heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-index-header .c-index-header-inner .schedule-area .heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-index-header .c-index-header-inner .schedule-area .heading span {
    padding-left: 18px;
    display: inline-block;
    background: url(../../../../module/img/common/icn_schedule_b.png) left center no-repeat;
    -webkit-background-size: 1em;
    background-position-y: 3px
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule {
    margin-left: 10px;
    display: none;
    background-color: #fff;
    margin-right: 112px
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .time {
    font-weight: bold;
    padding: 10px 0px 0px 10px
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .time span {
    color: #717171
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .detail {
    display: block;
    padding: 20px 10px 0px 10px;
    width: 95%
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .detail>div {
    width: 90px;
    display: inline-block
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .detail>div p {
    width: 100%;
    display: table-cell;
    font-weight: bold
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .detail>div p img {
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .45
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .detail>div p span {
    color: #666465;
    font-size: 11px
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule .detail>div p img+span {
    color: #4ea3d4;
    font-size: 21px
}

.c-index-header .c-index-header-inner .schedule-area .time-schedule.current {
    display: inherit;
    min-height: 154px;
    border: #ccc solid 1px
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar {
    float: right;
    margin-right: 10px;
    vertical-align: middle
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar li {
    background-color: #fff;
    margin-bottom: 1.53%
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar li a {
    display: block;
    padding: 3px 18px;
    color: #b4b5b5;
    text-align: center;
    font-size: 0.92em;
    height: 1.71em;
    line-height: 2em
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar li .tab-schedule-link {
    border: #ccc solid 1px
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar li .current {
    border-left: none;
    font-weight: bold;
    color: #3d3a39
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar li .notice {
    color: #e7948a
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar li .notice .current {
    color: #3d3a39
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar li:last-child {
    margin-bottom: 0
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar .margin-left {
    margin-left: -4px
}

.c-index-header .c-index-header-inner .schedule-area .schedule-navbar a {
    text-decoration: none !important
}

@media screen and (min-width: 350px) {
    .c-index-header .c-index-header-inner .schedule-area .detail {
        padding: 10px 10px 2px 10px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div {
        width: 70px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div p img {
        height: 39px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div p span {
        font-size: 13px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div p img+span {
        font-size: 20px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .schedule-navbar li a {
        padding: 3px 18px 3px 20.4px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .schedule-navbar li:nth-child(3) a {
        padding: 3px 18px 3px 16.5px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .schedule-navbar li:nth-child(4) a {
        padding: 3px 18px 3px 18.7px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .schedule-navbar li:nth-child(5) a {
        padding: 3px 18px 3px 20.1px !important
    }
}

@media screen and (min-width: 400px) {
    .c-index-header .c-index-header-inner .schedule-area .detail {
        padding: 10px 10px 8px 10px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div {
        width: 88px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .schedule-navbar {
        float: right;
        margin-right: 10px;
        vertical-align: middle
    }
    .c-index-header .c-index-header-inner .schedule-area .schedule-navbar li {
        background-color: #fff;
        margin-bottom: 1.53%
    }
    .c-index-header .c-index-header-inner .schedule-area .schedule-navbar li a {
        height: 1.8em
    }
}

@media screen and (min-width: 768px) {
    .c-index-header .c-index-header-inner .schedule-area .detail {
        padding: 10px 10px 8px 10px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div {
        width: 134px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div p img {
        height: 48px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div p span {
        font-size: 13px !important
    }
    .c-index-header .c-index-header-inner .schedule-area .detail>div p img+span {
        font-size: 27px !important
    }
}

.c-index-header .c-index-header-inner .schedule-area .touch-area {
    margin-bottom: 10px;
    display: none
}

.c-portal-header {
    background: #fff
}

.c-portal-header .c-portal-header-inner .portal-site-banner {
    padding: 7px 5px 5px
}

.c-portal-header .c-portal-header-inner .portal-site-banner img {
    max-height: 40px
}

.c-portal-header .c-portal-header-inner .portal-main-img img {
    width: 100%
}

.c-portal-header .c-portal-header-inner .portal-menu {
    background: #d2ecfa;
    padding: 5px
}

.c-portal-header .c-portal-header-inner .portal-menu .row {
    overflow: hidden;
    margin-left: -5px
}

.c-portal-header .c-portal-header-inner .portal-menu .cell {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px
}

.c-portal-header .c-portal-header-inner .portal-menu .cell.empty {
    background: none;
    display: none
}

.c-portal-header .c-portal-header-inner .portal-menu .cell .inner {
    background: #fff;
    height: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.c-portal-header .c-portal-header-inner .portal-menu .cell .inner .thumb {
    padding: 5px 0 5px 10px;
    display: table-cell;
    width: 35px;
    vertical-align: middle
}

.c-portal-header .c-portal-header-inner .portal-menu .cell .inner .txt {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 12px;
    word-break: break-all
}

.c-portal-header .c-portal-header-inner .portal-menu .thumb div {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.c-portal-header .c-portal-header-inner .layout {
    display: block;
    width: 100%
}

.c-portal-header .c-portal-header-inner .layout>div {
    display: block
}

.c-portal-header .c-portal-header-inner .information-img {
    padding: 0 4% 0.8%
}

.c-portal-header .c-portal-header-inner .information-img div {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.c-portal-header .c-portal-header-inner .information-area {
    background: #81c0e9;
    height: auto;
    max-height: 500px
}

.c-portal-header .c-portal-header-inner .information-area .heading {
    position: relative
}

.c-portal-header .c-portal-header-inner .information-area .heading.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 2px;
    top: 2px
}

.c-portal-header .c-portal-header-inner .information-area .heading.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 2px;
    top: 2px
}

.c-portal-header .c-portal-header-inner .information-area .heading a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.c-portal-header .c-portal-header-inner .information-area .heading a:after, .c-portal-header .c-portal-header-inner .information-area .heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.c-portal-header .c-portal-header-inner .information-area .heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-portal-header .c-portal-header-inner .information-area .heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-portal-header .c-portal-header-inner .information-area .heading span {
    display: inline-block;
    padding-left: 18px;
    background: url(../../../../module/img/common/icn_infomation_w.png) left center no-repeat;
    -webkit-background-size: 1em;
    background-position-y: 3px
}

.c-portal-header .c-portal-header-inner .information-area .new-info {
    padding: 0 4%;
    margin-bottom: 0.8%;
    position: relative;
    color: #b4b5b5
}

.c-portal-header .c-portal-header-inner .information-area .new-info .new {
    padding-right: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../../../../module/img/common/icn_new_k.png) center center no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .2;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: sub
}

@media screen and (min-width: 350px) {
    .c-portal-header .c-portal-header-inner .information-area .new-info .new {
        width: 45px;
        height: 40px
    }
}

.c-portal-header .c-portal-header-inner .information-area .new-info .infomation {
    padding-top: 2vw;
    display: inline-block;
    width: 11.9em;
    background: #fff;
    text-align: center;
    font-size: 4vmin
}

.c-portal-header .c-portal-header-inner .information-area .new-info .important, .c-portal-header .c-portal-header-inner .information-area .new-info .remind {
    padding-top: 2vw;
    display: inline-block;
    width: 5.37em;
    background: #fff;
    text-align: center;
    font-size: 4vmin
}

.c-portal-header .c-portal-header-inner .information-area .new-info .remind {
    margin: 0 -0.8vw
}

.c-portal-header .c-portal-header-inner .information-area .new-info .new, .c-portal-header .c-portal-header-inner .information-area .new-info .bell, .c-portal-header .c-portal-header-inner .information-area .new-info .star {
    pointer-events: none
}

@media screen and (min-width: 350px) {
    .c-portal-header .c-portal-header-inner .information-area .new-info {
        margin-bottom: 0.8% !important
    }
    .c-portal-header .c-portal-header-inner .information-area .infomation {
        width: 11em !important
    }
    .c-portal-header .c-portal-header-inner .information-area .important, .c-portal-header .c-portal-header-inner .information-area .remind {
        width: 5.82em !important
    }
    .c-portal-header .c-portal-header-inner .information-area .remind {
        margin: 0 -0.56vw !important
    }
}

@media screen and (min-width: 400px) {
    .c-portal-header .c-portal-header-inner .information-area .infomation {
        width: 10.84em !important
    }
    .c-portal-header .c-portal-header-inner .information-area .infomation, .c-portal-header .c-portal-header-inner .information-area .remind, .c-portal-header .c-portal-header-inner .information-area .important {
        font-size: 4.01vw !important
    }
    .c-portal-header .c-portal-header-inner .information-area .remind {
        margin: 0 -0.4vw !important
    }
    .c-portal-header .c-portal-header-inner .information-area .important, .c-portal-header .c-portal-header-inner .information-area .remind {
        width: 5.84em !important
    }
}

.c-portal-header .c-portal-header-inner .information-area .star, .c-portal-header .c-portal-header-inner .information-area .bell {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all .3s;
    opacity: .2;
    position: relative;
    top: 2px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.c-portal-header .c-portal-header-inner .information-area .star, .c-portal-header .c-portal-header-inner .information-area .star:link, .c-portal-header .c-portal-header-inner .information-area .star:active, .c-portal-header .c-portal-header-inner .information-area .star:visited, .c-portal-header .c-portal-header-inner .information-area .bell, .c-portal-header .c-portal-header-inner .information-area .bell:link, .c-portal-header .c-portal-header-inner .information-area .bell:active, .c-portal-header .c-portal-header-inner .information-area .bell:visited {
    text-decoration: none
}

.c-portal-header .c-portal-header-inner .information-area .star:hover, .c-portal-header .c-portal-header-inner .information-area .bell:hover {
    opacity: .1
}

.c-portal-header .c-portal-header-inner .information-area .star.on, .c-portal-header .c-portal-header-inner .information-area .bell.on {
    background-size: contain;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.c-portal-header .c-portal-header-inner .information-area .star.on, .c-portal-header .c-portal-header-inner .information-area .star.on:link, .c-portal-header .c-portal-header-inner .information-area .star.on:active, .c-portal-header .c-portal-header-inner .information-area .star.on:visited, .c-portal-header .c-portal-header-inner .information-area .bell.on, .c-portal-header .c-portal-header-inner .information-area .bell.on:link, .c-portal-header .c-portal-header-inner .information-area .bell.on:active, .c-portal-header .c-portal-header-inner .information-area .bell.on:visited {
    text-decoration: none
}

.c-portal-header .c-portal-header-inner .information-area .star.on:hover, .c-portal-header .c-portal-header-inner .information-area .bell.on:hover {
    opacity: .7
}

@media screen and (min-width: 350px) {
    .c-portal-header .c-portal-header-inner .information-area .star, .c-portal-header .c-portal-header-inner .information-area .bell {
        width: 45px;
        height: 35px
    }
}

.c-portal-header .c-portal-header-inner .information-area .star {
    background: url(../../../../module/img/common/icn_star_k.png) center center no-repeat;
    background-size: 7vw
}

.c-portal-header .c-portal-header-inner .information-area .star.on {
    background: url(../../../../module/img/common/icn_star_o.png) center center no-repeat;
    background-size: 7vw
}

.c-portal-header .c-portal-header-inner .information-area .bell {
    background: url(../../../../module/img/common/icn_bell_k.png) center center no-repeat;
    -webkit-background-size: 7vw;
    background-size: 7vw
}

.c-portal-header .c-portal-header-inner .information-area .bell.on {
    background: url(../../../../module/img/common/icn_bell_o.png) center center no-repeat;
    -webkit-background-size: 7vw;
    background-size: 7vw
}

.c-portal-header .c-portal-header-inner .information-area .number-info {
    font-size: 6.15vw;
    color: #27a2e5
}

.c-portal-header .c-portal-header-inner .information-area .number-info span:first-child {
    background-size: 6vw;
    width: 9vw;
    height: 6.5vw
}

.c-portal-header .c-portal-header-inner .information-area .number-info span:first-child.new {
    background-size: 11vw;
    width: 11vw;
    height: 7.5vw
}

.c-portal-header .c-portal-header-inner .information-area .number-info span:last-child {
    position: relative
}

@media screen and (min-width: 350px) {
    .c-portal-header .c-portal-header-inner .information-area .number-info span:last-child {
        left: -7px;
        padding: 0px 3px
    }
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation {
    height: auto;
    max-height: 300px
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation a {
    top: 2px;
    position: relative;
    width: 180px;
    text-align: center;
    height: 35px;
    line-height: 20px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff;
    color: #81c0e9;
    display: block;
    margin: 2% auto
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation a .all-info-icon {
    padding-right: 10px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../../../../module/img/common/icn_infomation_all_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: text-top
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner {
    padding: 0 4%
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner.no-data {
    height: 90px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li {
    background: #fff;
    margin-bottom: 0.8%;
    font-size: 3vw;
    position: relative;
    padding: 5px 5px 5px 30px
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li .star {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 85.5%;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li .bell {
    width: 5vw;
    height: 5vw;
    top: 50%;
    margin-top: -9px;
    left: 93%;
    position: absolute;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li p {
    margin-bottom: -3px;
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 45px
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li p span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li p .date {
    font-size: 2.5vw;
    width: 80px;
    padding-right: 8px
}

.c-portal-header .c-portal-header-inner .information-area .detail-infomation .detail-infomation-inner ul li:active {
    background: rgba(0, 0, 0, 0.3)
}

.c-portal-header .c-portal-header-inner .information-area .touch-area {
    padding-bottom: 1%;
    display: none
}

.c-portal-header .c-portal-header-inner .schedule-area {
    background: #fff
}

.c-portal-header .c-portal-header-inner .schedule-area .heading {
    position: relative
}

.c-portal-header .c-portal-header-inner .schedule-area .heading a {
    display: block;
    text-decoration: none !important;
    color: #3cb2e1;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.c-portal-header .c-portal-header-inner .schedule-area .heading a:after, .c-portal-header .c-portal-header-inner .schedule-area .heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #81c0e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.c-portal-header .c-portal-header-inner .schedule-area .heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-portal-header .c-portal-header-inner .schedule-area .heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-portal-header .c-portal-header-inner .schedule-area .heading span {
    padding-left: 18px;
    display: inline-block;
    background: url(../../../../module/img/common/icn_schedule_b.png) left center no-repeat;
    -webkit-background-size: 1em;
    background-position-y: 3px
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule {
    margin-left: 10px;
    display: none;
    background-color: #fff;
    margin-right: 112px
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .time {
    font-weight: bold;
    padding: 10px 0px 0px 10px
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .time span {
    color: #717171
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .detail {
    display: block;
    padding: 20px 10px 0px 10px;
    width: 95%
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .detail>div {
    width: 90px;
    display: inline-block
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .detail>div p {
    width: 100%;
    display: table-cell;
    font-weight: bold
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .detail>div p img {
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .45
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .detail>div p span {
    color: #666465;
    font-size: 11px
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule .detail>div p img+span {
    color: #4ea3d4;
    font-size: 21px
}

.c-portal-header .c-portal-header-inner .schedule-area .time-schedule.current {
    display: inherit;
    min-height: 154px;
    border: #ccc solid 1px
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar {
    float: right;
    margin-right: 10px;
    vertical-align: middle
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li {
    background-color: #fff;
    margin-bottom: 1.53%
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li a {
    display: block;
    padding: 3px 18px;
    color: #b4b5b5;
    text-align: center;
    font-size: 0.92em;
    height: 1.71em;
    line-height: 2em
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li .tab-schedule-link {
    border: #ccc solid 1px
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li .current {
    border-left: none;
    font-weight: bold;
    color: #3d3a39
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li .notice {
    color: #e7948a
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li .notice .current {
    color: #3d3a39
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li:last-child {
    margin-bottom: 0
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar .margin-left {
    margin-left: -4px
}

.c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar a {
    text-decoration: none !important
}

@media screen and (min-width: 350px) {
    .c-portal-header .c-portal-header-inner .schedule-area .detail {
        padding: 10px 10px 2px 10px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .detail>div {
        width: 116px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .detail>div p img {
        height: 48px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .detail>div p span {
        font-size: 13px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .detail>div p img+span {
        font-size: 27px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li a {
        padding: 3px 18px 3px 20.4px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li:nth-child(3) a {
        padding: 3px 18px 3px 16.5px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li:nth-child(4) a {
        padding: 3px 18px 3px 18.7px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li:nth-child(5) a {
        padding: 3px 18px 3px 20.1px !important
    }
}

@media screen and (min-width: 400px) {
    .c-portal-header .c-portal-header-inner .schedule-area .detail {
        padding: 10px 10px 8px 10px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .detail>div {
        width: 134px !important
    }
    .c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar {
        float: right;
        margin-right: 10px;
        vertical-align: middle
    }
    .c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li {
        background-color: #fff;
        margin-bottom: 1.53%
    }
    .c-portal-header .c-portal-header-inner .schedule-area .schedule-navbar li a {
        height: 1.8em
    }
}

.c-portal-header .c-portal-header-inner .schedule-area .touch-area {
    margin-bottom: 10px;
    display: none
}

.c-courses-detail-header {
    background: #fff
}

.c-courses-detail-header .full-width {
    width: 100%
}

.c-courses-detail-header .haft-width {
    width: 50%
}

.c-courses-detail-header .course-header-top {
    overflow: hidden;
    margin-bottom: -10px;
    padding-left: 10px;
    display: none;
}

.c-courses-detail-header .course-header-top .course-name {
    font-size: 20px;
    font-weight: bold
}

.c-courses-detail-header .course-header-top .course-time {
    font-size: 13px;
    padding: 6px 0 6px 30px;
    background: url(../../../../module/img/common/icn_schedule_b.png) left center no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-header-layout {
    display: table
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-header-layout .left {
    display: table-footer-group
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-header-layout .courses-detail-area {
    display: none
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-header-layout .courses-detail-area>div {
    display: block
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area {
    display: table !important;
    width: 100%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .left {
    vertical-align: top;
    display: table-cell;
    width: 165px;
    padding-left: 10px;
    padding-top: 5px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .left img {
    height: 165px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right {
    vertical-align: top;
    display: table-cell;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul .first {
    padding-bottom: 5px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #61ADD8;
    border-radius: 5px;
    color: #61ADD8;
    line-height: 28px;
    font-size: 12px;
    padding: 25px 0px;
    text-decoration: none;
    font-weight: bold
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li a.btn-disabled {
    background: #fff !important;
    color: #888 !important;
    border: #555 solid 1px !important;
    cursor: default;
    pointer-events: none
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li a.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 100
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li a.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 100
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li:link, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li:active, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li:visited {
    text-decoration: none
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .ph-area .right ul li:hover {
    opacity: .7
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area {
    vertical-align: top;
    text-align: center;
    padding-top: 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph {
    display: table;
    width: 100%;
    table-layout: fixed;
    width: 100%;
    table-layout: fixed;
    min-height: 90px;
    height: 100%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div {
    padding: 0 5px;
    vertical-align: top;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-height: 90px;
    height: 100%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner {
    position: relative
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .graph-text {
    position: absolute;
    color: #0b3182;
    font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.0;
    font-size: 17px;
    width: 100%;
    height: 44px;
    top: 48%;
    margin-top: -20px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .graph-text .val {
    font-size: 30px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .graph-text .text {
    color: #2FB4E1
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .text-days {
    margin-left: -3px;
    margin-top: -10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .graph-days {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .graph-days .graph-text {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .graph-days div {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid #e1e1e1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .img-days-left-nor {
    background: url(../../../../module/img/common/daysleft_normal.png) left center no-repeat;
    background-size: 95%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div .inner .img-days-left-none {
    background: url(../../../../module/img/common/daysleft_none.png) left center no-repeat;
    background-size: 95%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .graph>div canvas {
    display: block;
    width: 100%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter {
    margin-top: 12px;
    text-align: left
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter>div {
    padding: 0px 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter .h {
    width: 130px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 5px;
    height: 40px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #EDA361;
    border: 1px solid #EDA361;
    background: url(../../../../module/img/common/icn_next_chapter_o.png) right center no-repeat;
    background-position: 97% 11px;
    background-size: 16px;
    text-align: center;
    padding-right: 31px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a:link, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a:active, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a:visited {
    text-decoration: none
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a:hover {
    opacity: .7
}

@media screen and (min-width: 768px) {
    .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a {
        padding-right: 51px
    }
}

@media screen and (min-width: 1024px) {
    .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a {
        padding-right: 56px
    }
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a.finish {
    background: #b4b4b4;
    color: #fff;
    border: #555 solid 1px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter a.chapter-disabled {
    background: #fff;
    color: #888;
    border: #555 solid 1px;
    cursor: default;
    pointer-events: none
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .graph-area .next-chapter .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-bottom: 3px
}

.chapter_no .icn{
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-bottom: 3px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area {
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px 0;
    position: relative
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list {
    overflow: hidden;
    margin-left: -5px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item {
    float: left;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item:nth-child(1) {
    width: 31%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item:nth-child(2) {
    width: 31%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item:nth-child(3) {
    width: 38%
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a {
    border: 1px solid #61ADD8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #61ADD8;
    padding: 10px;
    font-size: 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a:link, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a:active, .c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a:visited {
    text-decoration: none
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a:hover {
    opacity: .7
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a p {
    line-height: 26px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-detail-area .instructor-nav-area .instructor-nav-list .instructor-nav-item a .row-2 {
    line-height: 13px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav {
    margin-top: 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul {
    min-height: 1px;
    display: block;
    margin-left: -10px;
    margin-bottom: -10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

* html .c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul {
    height: 1px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul>* {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a {
    position: absolute;
    display: block;
    text-align: center;
    color: #333;
    border: 1px solid #999;
    line-height: 28px;
    font-size: 13px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: -5px;
    top: -5px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: -5px;
    top: -5px
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a, .c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a:link, .c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a:active, .c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a:visited {
    text-decoration: none
}

.c-courses-detail-header .c-courses-detail-header-inner .courses-nav ul li a:hover {
    opacity: .7
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area {
    margin-top: 10px;
    background: #81C0E9
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading {
    position: relative
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading a:after, .c-courses-detail-header .c-courses-detail-header-inner .information-area .heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .heading span {
    display: inline-block;
    padding-left: 18px;
    background: url(../../../../module/img/common/icn_infomation_w.png) left center no-repeat;
    -webkit-background-size: 1em;
    background-position-y: 3px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area {
    padding-bottom: 1%;
    display: none
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner {
    padding: 0 4%
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner.no-data {
    background: white;
    height: 100px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner .all-notice {
    top: 2px;
    position: relative;
    width: 180px;
    text-align: center;
    height: 35px;
    line-height: 20px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff;
    color: #81c0e9;
    display: block;
    margin: 2% auto
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner .all-notice img {
    padding-right: 5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: text-top
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li {
    background: #fff;
    margin-bottom: 0.8%;
    font-size: 3vw;
    position: relative;
    padding: 6px 5px 7px 30px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li p {
    margin-bottom: -3px;
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 45px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li p span {
    margin-bottom: -3px;
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -vertical-align: middle;
    display: block
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li p .date {
    font-size: 2.5vw;
    padding-right: 8px
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .star, .c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .bell {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: block;
    width: 5vw;
    height: 5vw;
    opacity: .2
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .star.on, .c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .bell.on {
    background-size: contain;
    opacity: 1
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .star {
    left: 85.5%;
    background: url(../../../../module/img/common/icn_star_k.png) center center no-repeat;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .star.on {
    background: url(../../../../module/img/common/icn_star_o.png) center center no-repeat;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .bell {
    left: 93%;
    background: url(../../../../module/img/common/icn_bell_k.png) center center no-repeat;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-courses-detail-header .c-courses-detail-header-inner .information-area .scroll-area .scroll-area-inner ul li .bell.on {
    background: url(../../../../module/img/common/icn_bell_o.png) center center no-repeat;
    -webkit-background-size: 5vw;
    background-size: 5vw
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area {
    background: #fff;
    overflow-x: hidden
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading {
    position: relative
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading a {
    display: block;
    text-decoration: none !important;
    color: #3cb2e1;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading a:after, .c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #81C0E9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .heading span {
    display: inline-block;
    padding-left: 10px;
    color: #3cb2e1
}

.c-courses-detail-header .c-courses-detail-header-inner .detail-area .courses-detail-area {
    padding-bottom: 10px
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .description-balloon-inner {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    font-size: 12px;
    position: relative
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .description-balloon-inner>div {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .description-balloon-inner .close {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 6px
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .description-balloon-inner .close div {
    position: relative;
    width: 100%;
    height: 100%
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .description-balloon-inner .close div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .description-balloon-inner .close div span.bar-01 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .description-balloon-inner .close div span.bar-02 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .tri {
    position: absolute;
    bottom: -20px;
    left: 20%;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon .tri:after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin: -6px auto 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon.position-bottom .tri {
    top: -20px
}

.c-courses-detail-header .c-courses-detail-header-inner .description-balloon.position-bottom .tri:after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin: 14px auto 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.c-qa-header {
    background: #fff
}

.c-qa-header .c-qa-header-inner .search-found {
    background-color: yellow
}

.c-qa-header .c-qa-header-inner .hide {
    display: none !important
}

.c-qa-header .c-qa-header-inner a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer
}

.c-qa-header .c-qa-header-inner a, .c-qa-header .c-qa-header-inner a:link, .c-qa-header .c-qa-header-inner a:active, .c-qa-header .c-qa-header-inner a:visited {
    text-decoration: none
}

.c-qa-header .c-qa-header-inner a:hover {
    opacity: .5
}

.c-qa-header .c-qa-header-inner .qa-header-top textarea {
    pointer-events: none
}

.c-qa-header .c-qa-header-inner .qa-header-top.thread-area .collapse-area {
    padding: 5px 10px 0px 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top.post-area {
    margin: 5px 10px 5px 10px;
    border-top: 1px solid #a9a9a9;
    padding-top: 5px
}

.c-qa-header .c-qa-header-inner .qa-header-top.search-area .back-rs {
    margin-left: 7px
}

.c-qa-header .c-qa-header-inner .qa-header-top.search-area .condition {
    margin: 0px 10px 5px 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top.search-area .condition .condition-inp {
    overflow: hidden
}

.c-qa-header .c-qa-header-inner .qa-header-top.search-area .total {
    margin-left: 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-search {
    background: #5FADDA;
    margin: 25px 10px 3px 10px;
    color: white;
    min-height: 35px;
    display: flex;
    align-items: center
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-search span {
    padding-left: 25px;
    font-size: 1.1em
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-search .btn-search-qa {
    position: absolute;
    right: 30px;
    min-height: 35px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../../../module/img/common/icn_search_sub_w.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    line-height: 20px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-search.open .btn-search-qa {
    background: none
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting {
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-flex;
    min-height: 15px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-qa-back-icon {
    margin-right: 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    right: 40px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../../../module/img/common/icn_setting_k.png) center center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa, .c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa:link, .c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa:active, .c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa:visited {
    text-decoration: none
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa:hover {
    opacity: .5
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa.on {
    background: #111 url(../../../../module/img/common/icn_setting_w.png) center center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-setting-qa.on:hover {
    opacity: 1
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../../../module/img/common/icn_search_sub_k.png) center center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa, .c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa:link, .c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa:active, .c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa:visited {
    text-decoration: none
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa:hover {
    opacity: .5
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa.on {
    background: #111 url(../../../../module/img/common/icn_search_sub_w.png) center center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.btn-setting .btn-search-qa.on:hover {
    opacity: 1
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.time {
    padding: 5px 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top .btn-icon.time .course-time-txt {
    padding-left: 4px;
    font-size: .8em
}

.c-qa-header .c-qa-header-inner .qa-header-top .setting-norep {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6E6E6E;
    padding: 2px 0px;
    margin: 0px 10px 10px;
    color: white
}

.c-qa-header .c-qa-header-inner .qa-header-top .time {
    padding: 0px 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top .toltal_thread {
    background: #5FADDA;
    color: white;
    min-height: 60px;
    display: flex;
    align-items: center
}

.c-qa-header .c-qa-header-inner .qa-header-top .toltal_thread .thread {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 85px
}

.c-qa-header .c-qa-header-inner .qa-header-top .toltal_thread .thread span {
    position: absolute;
    left: 20px;
    width: 55px;
    height: 55px;
    background: url(../../../../module/img/common/gl_icn_forum_w.png) left center no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
    background-position-y: -5px
}

.c-qa-header .c-qa-header-inner .qa-header-top .toltal_thread .thread span.clock {
    background: url(../../../../module/img/common/gl_icn_forum_k.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px
}

.c-qa-header .c-qa-header-inner .qa-header-top .toltal_thread .thread .title {
    font-size: 1.2em
}

.c-qa-header .c-qa-header-inner .qa-header-top .toltal_thread .thread .access {
    font-size: .9em;
    line-height: 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top .collapse-area .d-opacity {
    width: 100%;
    height: 10px;
    opacity: 0.5;
    background: white;
    position: relative;
    bottom: 27px
}

.c-qa-header .c-qa-header-inner .qa-header-top .collapse-area fieldset {
    border-top: 1px solid #a9a9a9;
    margin-right: 5px
}

.c-qa-header .c-qa-header-inner .qa-header-top .collapse-area fieldset legend {
    margin-left: calc(50% - 30px);
    cursor: pointer;
    background: url(../../../../module/img/common/icn_pulldown_k.png) left center no-repeat;
    -webkit-background-size: 10px 10px;
    background-color: white;
    background-size: 10px 10px;
    padding-left: 15px;
    padding-right: 5px
}

.c-qa-header .c-qa-header-inner .qa-header-top .collapse-area fieldset legend.open {
    background: url(../../../../module/img/common/icn_pullup_k.png) left center no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px
}

.c-qa-header .c-qa-header-inner .qa-header-top .collapse-area .thread-des {
    overflow: auto;
    resize: none;
    width: 100%;
    height: 55px;
    min-height: 55px;
    font-size: 1.1em;
    max-height: 55vh;
    word-break: break-all;
    white-space: pre-wrap
}

.c-qa-header .c-qa-header-inner .qa-header-top .collapse-area .thread-des strong {
    font-weight: bold
}

.c-qa-header .c-qa-header-inner .qa-header-top .collapse-area .thread-des em {
    font-style: italic
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title {
    display: flex
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title.condition {
    border: 2px solid #a9a9a9
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title .title {
    float: left;
    width: 95%;
    font-size: 1.2em;
    word-break: break-all;
    white-space: pre-wrap
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    margin-left: 25px;
    cursor: pointer;
    width: 25px;
    height: 20px;
    background: url(../../../../module/img/common/icn_trash_k.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    float: right;
    margin-right: 1px;
    border: 1px solid #a9a9a9;
    padding: 1px;
    margin-top: 1px
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread, .c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread:link, .c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread:active, .c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread:visited {
    text-decoration: none
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread:hover {
    opacity: .5
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread.on {
    background: url(../../../../module/img/common/icn_trash_b.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px
}

.c-qa-header .c-qa-header-inner .qa-header-top .thread-title .btn-delete-thread.on:hover {
    opacity: 1
}

.c-qa-header .c-qa-header-inner .qa-header-top .qa-text {
    width: 3%;
    margin-left: 20px;
    margin-top: 5px;
    min-width: 45px;
    font-size: 15px
}

.c-qa-header .c-qa-header-inner .qa-header-top>a {
    text-align: center;
    margin-top: 5px;
    min-width: 90px;
    color: white;
    font-size: 15px;
    width: 5%;
    padding-top: 1px;
    background-color: #5B9BD5;
    text-decoration: none;
    cursor: pointer
}

.c-qa-header .c-qa-header-inner .qa-header-top .course-name {
    font-size: 18px
}

.c-qa-header .c-qa-header-inner .qa-header-top .course-time-icon {
    background: url(../../../../module/img/common/icn_calender_k.png) center center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    height: 20px;
    width: 20px
}

.c-qa-header .c-qa-header-inner .qa-header-top .course-time-txt {
    position: relative;
    top: 3px
}

.m-page-heading-area {
    min-height: 1px
}

.m-page-heading-area:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

* html .m-page-heading-area {
    height: 1px
}

.m-page-heading-area .display-list {
    display: none !important
}

.m-page-heading-area .sort {
    float: left;
    padding: 10px
}

.m-page-heading-area .sort input[type="radio"] {
    display: none
}

.m-page-heading-area .sort label {
    font-size: 3.5vw;
    display: inline-block;
    width: 30vw;
    text-align: center;
    height: 26px;
    line-height: 20px;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2vw
}

.m-page-heading-area .sort .days-left, .m-page-heading-area .sort .progress, .m-page-heading-area .sort .score, .m-page-heading-area .sort .notice, .m-page-heading-area .sort .category, .m-page-heading-area .sort .all {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-right: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
    transition: all .3s;
    opacity: .6
}

.m-page-heading-area .sort .days-left {
    background: url(../../../../module/img/common/icn_days_left_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort .progress {
    background: url(../../../../module/img/common/icn_process_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort .score {
    background: url(../../../../module/img/common/icn_score_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort .notice {
    background: url(../../../../module/img/common/icn_infomation_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort .category {
    background: url(../../../../module/img/common/icn_category_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort .all {
    background: url(../../../../module/img/common/icn_all_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort input[type="radio"]:checked+label {
    background: #3eb3e1;
    color: #fff
}

.m-page-heading-area .sort input[type="radio"]:checked+label .days-left {
    background: url(../../../../module/img/common/icn_days_left_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort input[type="radio"]:checked+label .progress {
    background: url(../../../../module/img/common/icn_process_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort input[type="radio"]:checked+label .score {
    background: url(../../../../module/img/common/icn_score_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort input[type="radio"]:checked+label .notice {
    background: url(../../../../module/img/common/icn_infomation_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort input[type="radio"]:checked+label .category {
    background: url(../../../../module/img/common/icn_category_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort input[type="radio"]:checked+label .all {
    background: url(../../../../module/img/common/icn_all_w.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-page-heading-area .sort label {
    background: #fff;
    color: #666
}

.m-page-heading-area .sort img {
    width: 20px;
    vertical-align: top;
    padding-right: 5px
}

@media screen and (min-width: 350px) {
    .m-page-heading-area label {
        width: 30.71vw !important;
        margin-bottom: 1vw !important
    }
}

.m-page-heading-area_10 {
    min-height: 1px;
    padding: 10px
}

.m-page-heading-area_10:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

* html .m-page-heading-area_10 {
    height: 1px
}

.m-page-heading-area_10 .page-heading {
    font-size: 16px;
    color: #143395;
    font-weight: bold;
    margin-bottom: 10px
}

.m-page-heading-area_10 .sort {
    float: left
}

.m-page-heading-area_10 .sort a, .m-page-heading-area_10 .sort strong {
    display: inline-block;
    width: 95px;
    height: 26px;
    line-height: 20px;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: center;
    margin-right: 5px
}

.m-page-heading-area_10 .sort strong {
    background: #37bef0;
    color: #fff
}

.m-page-heading-area_10 .sort a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background: #fff;
    color: #666
}

.m-page-heading-area_10 .sort a, .m-page-heading-area_10 .sort a:link, .m-page-heading-area_10 .sort a:active, .m-page-heading-area_10 .sort a:visited {
    text-decoration: none
}

.m-page-heading-area_10 .sort a:hover {
    opacity: .5
}

.m-page-heading-area_10 .sort img {
    width: 20px
}

.m-lst-course {
    margin: auto
}

.m-lst-course ul li .inner {
    margin-bottom: 2vw;
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.m-lst-course ul li .inner.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.m-lst-course ul li .inner.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.m-lst-course ul li .inner:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5)
}

.m-lst-course ul li .inner .layout-table {
    display: block;
    width: 35%
}

.m-lst-course ul li .inner .layout-table>div {
    -webkit-border-radius: 4px 0px 4px 0px;
    -moz-border-radius: 4px 0px 4px 0px;
    border-radius: 4px 0px 0px 4px;
    vertical-align: top
}

.m-lst-course ul li .inner .layout-table>div.ph {
    display: block
}

.m-lst-course ul li .inner .ph {
    text-align: center;
    background: #eee;
    height: 35vw
}

.m-lst-course ul li .inner .ph img {
    height: 100%
}

.m-lst-course ul li .inner .text {
    position: absolute;
    top: 4.5vw;
    left: 34.7vw
}

.m-lst-course ul li .inner .text .course-name {
    width: 194px;
    line-height: 1.4;
    font-size: 4.3vw;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media screen and (min-width: 350px) {
    .m-lst-course ul li .inner .text .course-name {
        width: 215px
    }
}

@media screen and (min-width: 400px) {
    .m-lst-course ul li .inner .text .course-name {
        width: 250px
    }
}

.m-lst-course ul li .inner .text .course-name.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 183px;
    top: -13px
}

@media screen and (min-width: 350px) {
    .m-lst-course ul li .inner .text .course-name.notice:before {
        left: 215px
    }
}

@media screen and (min-width: 400px) {
    .m-lst-course ul li .inner .text .course-name.notice:before {
        left: 239px;
        top: -16px
    }
}

.m-lst-course ul li .inner .text .course-name.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    left: 183px;
    top: -13px
}

@media screen and (min-width: 350px) {
    .m-lst-course ul li .inner .text .course-name.newmark-cell.active:before {
        left: 215px
    }
}

@media screen and (min-width: 400px) {
    .m-lst-course ul li .inner .text .course-name.newmark-cell.active:before {
        left: 239px;
        top: -16px
    }
}

.m-lst-course ul li .inner .text .mid {
    padding: 6vw 0 0;
    position: relative;
    overflow: hidden;
    font-size: 3.4vw
}

.m-lst-course ul li .inner .text .mid .next-chapter {
    position: absolute;
    left: 0;
    bottom: 0
}

.m-lst-course ul li .inner .text .chapter-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 6vw;
    height: 6vw;
    padding: 0 10px;
    color: #e3760d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #e3760d solid 1px;
    border-radius: 5px;
    background: url(../../../../module/img/common/icn_next_chapter_o.png) center no-repeat;
    -webkit-background-size: 1.9vw;
    background-size: 1.9vw;
    background-position: 98% center;
    font-size: 3.4vw;
    width: 41vw;
    text-align: center
}

@media screen and (min-width: 350px) {
    .m-lst-course ul li .inner .text .chapter-name {
        padding: 0px 15px 0px 5px
    }
}

@media screen and (min-width: 768px) {
    .m-lst-course ul li .inner .text .chapter-name {
        padding: 0px 15px 0px 5px
    }
}

@media screen and (min-width: 1024px) {
    .m-lst-course ul li .inner .text .chapter-name {
        padding: 0px 23px 0px 5px
    }
}

.m-lst-course ul li .inner .text .chapter-name:hover, .m-lst-course ul li .inner .text .chapter-name:hover:link, .m-lst-course ul li .inner .text .chapter-name:hover:active, .m-lst-course ul li .inner .text .chapter-name:hover:visited {
    text-decoration: none
}

.m-lst-course ul li .inner .text .chapter-name:hover:hover {
    opacity: .7
}

.m-lst-course ul li .inner .text .chapter-name.finish {
    background: #b4b4b4;
    color: #fff;
    border: 0px
}

.m-lst-course ul li .inner .text .chapter-name.chapter-disabled {
    background: #fff;
    color: #888;
    border: #555 solid 1px;
    cursor: default;
    pointer-events: none
}

.m-lst-course ul li .inner .text .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 13px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    margin-bottom: 2px
}

@media screen and (min-width: 400px) {
    .m-lst-course ul li .inner .text .icn {
        background-size: 15px;
        width: 15px;
        height: 15px
    }
}

@media screen and (min-width: 768px) {
    .m-lst-course ul li .inner .text .icn {
        background-size: 28px;
        width: 28px;
        height: 28px;
        padding-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .m-lst-course ul li .inner .text .icn {
        background-size: 36px;
        width: 36px;
        height: 36px;
        padding-right: 4px
    }
}

.m-lst-course ul li .inner .day-progress {
    position: absolute;
    top: 23.2vw;
    left: 34.7vw
}

.m-lst-course ul li .inner .day-progress .days {
    position: absolute;
    top: -7.5vw;
    left: 41.4vw;
    width: 19vw
}

.m-lst-course ul li .inner .day-progress .days .days-number {
    text-align: left;
    font-size: 5.0vw;
    font-weight: bold;
    line-height: 1;
    color: #143395;
    padding-left: 3px
}

.m-lst-course ul li .inner .day-progress .days .days-number img {
    width: 4vw;
    height: 4vw;
    vertical-align: middle;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .5
}

.m-lst-course ul li .inner .day-progress .days.past .days-number {
    color: #4ea3d4
}

.m-lst-course ul li .inner .day-progress .days .days-text {
    color: #7ecef4;
    text-align: left;
    font-size: 3vw;
    display: block;
    padding-left: 3px
}

.m-lst-course ul li .inner .day-progress .progress {
    margin-top: 1vw;
    width: 58vw;
    font-size: 3.4vw
}

.m-lst-course ul li .inner .day-progress .progress>div:first-child {
    display: inline-block;
    margin-right: 1.7vw;
    width: 45%
}

.m-lst-course ul li .inner .day-progress .progress>div:last-child {
    width: 45%;
    display: inline-block
}

.m-lst-course ul li .inner .day-progress .progress .p-progress-bar {
    position: relative
}

.m-lst-course ul li .inner .day-progress .progress .p-progress-bar .bar-body {
    position: relative;
    width: 79%;
    height: 2vw
}

.m-lst-course ul li .inner .day-progress .progress .p-progress-bar .numbers {
    position: absolute;
    top: -2vw;
    left: 20.9vw
}

.m-lst-course ul li .inner .day-progress .progress .p-progress-bar .numbers>span:first-child {
    color: #4ea3d4;
    font-size: 2.7vw;
    font-weight: bold
}

.m-lst-course ul li .inner .day-progress .progress .p-progress-bar .numbers>span:last-child {
    font-size: 2.2vw
}

.m-lst-course ul li .inner .day-progress .progress .progress, .m-lst-course ul li .inner .day-progress .progress .score {
    display: inline-block;
    width: 3vw;
    height: 3vw;
    margin-bottom: 3px;
    vertical-align: bottom;
    transition: all .3s;
    opacity: .6;
    margin-bottom: 4px
}

.m-lst-course ul li .inner .day-progress .progress .progress {
    background: url(../../../../module/img/common/icn_process_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.m-lst-course ul li .inner .day-progress .progress .score {
    background: url(../../../../module/img/common/icn_score_k.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

@media screen and (min-width: 350px) {
    .m-lst-course {
        margin: auto
    }
    .m-lst-course ul li .inner .mid {
        padding: 6vw 0 0 !important;
        font-size: 3.5vw !important
    }
    .m-lst-course ul li .inner .chapter-name {
        font-size: 3.4vw !important;
        width: 45vw
    }
    .m-lst-course ul li .inner .day-progress {
        top: 25.2vw !important
    }
    .m-lst-course ul li .inner .day-progress .days {
        top: -10.5vw !important
    }
    .m-lst-course ul li .inner .day-progress .days .days-number {
        font-size: 4.5vw !important;
        line-height: 5vw !important;
        -webkit-background-size: 4.5vw !important;
        background-size: 4.5vw !important
    }
    .m-lst-course ul li .inner .day-progress .days .days-number img {
        width: 3.9vw !important;
        height: 3.9vw !important
    }
    .m-lst-course ul li .inner .day-progress .days.past .days-number {
        -webkit-background-size: 4.5vw !important;
        background-size: 4.5vw !important
    }
    .m-lst-course ul li .inner .day-progress .days .days-text {
        font-size: 3.5vw
    }
    .m-lst-course ul li .inner .progress {
        margin-top: 0.5vw !important;
        width: 57vw
    }
    .m-lst-course ul li .inner .progress>div:first-child {
        margin-right: 1.9vw !important
    }
    .m-lst-course ul li .inner .progress .p-progress-bar .numbers>span:first-child {
        font-size: 2.8vw !important
    }
    .m-lst-course ul li .inner .progress .p-progress-bar .numbers>span:last-child {
        font-size: 1.9vw !important
    }
}

@media screen and (min-width: 400px) {
    .m-lst-course {
        margin: auto
    }
    .m-lst-course ul li .inner .day-progress .progress {
        margin-top: 0 !important
    }
    .m-lst-course ul li .inner .day-progress .progress>div:first-child {
        margin-right: 3vw !important
    }
}

.m-lst-course_10 ul {
    padding-bottom: 10px
}

.m-lst-course_10 ul li .inner {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    position: relative;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #b2b2b2;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.m-lst-course_10 ul li .inner.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 3px;
    top: 3px
}

.m-lst-course_10 ul li .inner.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 3px;
    top: 3px
}

.m-lst-course_10 ul li .inner .layout {
    overflow: hidden
}

.m-lst-course_10 ul li .inner .layout>div {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}

.m-lst-course_10 ul li .inner .ph {
    vertical-align: middle;
    width: 111px;
    height: 111px;
    overflow: hidden;
    text-align: center;
    background: #eee
}

.m-lst-course_10 ul li .inner .text {
    padding-left: 10px
}

.m-lst-course_10 ul li .inner .text .course-name {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.m-lst-course_10 ul li .inner .text .mid {
    padding: 48px 0 3px 120px;
    position: relative;
    overflow: hidden
}

.m-lst-course_10 ul li .inner .text .mid .days {
    margin-top: -44px;
    float: right;
    min-width: 55px;
    text-align: center
}

.m-lst-course_10 ul li .inner .text .mid .days .days-number {
    font-size: 20px;
    padding-left: 20px;
    line-height: 1;
    color: #143395;
    background: url(../../../../module/img/common/icn_watch_k.png) left center no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    display: inline-block
}

.m-lst-course_10 ul li .inner .text .mid .days.past .days-number {
    background: url(../../../../module/img/common/icn_watch_o.png) left center no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    color: #ee7800
}

.m-lst-course_10 ul li .inner .text .mid .days .days-text {
    color: #7ecef4;
    text-align: center;
    font-size: 12px;
    display: block
}

.m-lst-course_10 ul li .inner .text .mid .next-chapter {
    position: absolute;
    left: 0;
    bottom: 3px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
    background: url(../../img/module/arrow_next_chapter.png) left center no-repeat
}

.m-lst-course_10 ul li .inner .text .chapter-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 8vw;
    height: 8vw;
    padding: 0px 10px 0px 5px;
    color: #e3760d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #e3760d solid 1px;
    border-radius: 5px;
    background: url(../../../../module/img/common/icn_next_chapter_o.png) center no-repeat;
    -webkit-background-size: 1.9vw;
    background-size: 1.9vw;
    background-position: 98% center;
    font-size: 3.4vw;
    text-align: center
}

@media screen and (min-width: 350px) {
    .m-lst-course_10 ul li .inner .text .chapter-name {
        padding: 0px 12px 0px 5px
    }
}

@media screen and (min-width: 400px) {
    .m-lst-course_10 ul li .inner .text .chapter-name {
        padding: 0px 16px 0px 5px
    }
}

@media screen and (min-width: 768px) {
    .m-lst-course_10 ul li .inner .text .chapter-name {
        padding: 0px 30px 0px 5px
    }
}

@media screen and (min-width: 1024px) {
    .m-lst-course_10 ul li .inner .text .chapter-name {
        padding: 0px 38px 0px 5px
    }
}

.m-lst-course_10 ul li .inner .text .chapter-name:hover, .m-lst-course_10 ul li .inner .text .chapter-name:hover:link, .m-lst-course_10 ul li .inner .text .chapter-name:hover:active, .m-lst-course_10 ul li .inner .text .chapter-name:hover:visited {
    text-decoration: none
}

.m-lst-course_10 ul li .inner .text .chapter-name:hover:hover {
    opacity: .7
}

.m-lst-course_10 ul li .inner .text .chapter-name.finish {
    background: #b4b4b4;
    color: #fff;
    border: #555 solid 1px
}

.m-lst-course_10 ul li .inner .text .chapter-name.chapter-disabled {
    background: #fff;
    color: #888;
    border: #555 solid 1px;
    cursor: default;
    pointer-events: none
}

.m-lst-course_10 ul li .inner .text .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 13px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    margin-bottom: 2px
}

@media screen and (min-width: 400px) {
    .m-lst-course_10 ul li .inner .text .icn {
        background-size: 15px;
        width: 15px;
        height: 15px;
        padding-right: 4px
    }
}

@media screen and (min-width: 768px) {
    .m-lst-course_10 ul li .inner .text .icn {
        background-size: 28px;
        width: 28px;
        height: 28px;
        padding-right: 8px
    }
}

@media screen and (min-width: 1024px) {
    .m-lst-course_10 ul li .inner .text .icn {
        background-size: 38px;
        width: 38px;
        height: 38px;
        padding-right: 15px;
        margin-bottom: 6px
    }
}

.m-lst-course_10 ul li .inner .progress>div:first-child {
    padding-right: 8px
}

.m-lst-course_10 ul li .inner .progress>div:last-child {
    padding-left: 8px
}

.m-lst-course_10 ul li .inner .progress .numbers p {
    display: inline-block;
    padding-left: 10px;
    color: #143395
}

.m-lst-course_10 ul li .inner .progress .numbers p span {
    font-size: 24px;
    padding-right: 3px
}

.m-form {
    margin: auto;
    position: relative
}

.m-form .section {
    margin-bottom: 40px
}

.m-form .section>* {
    margin: 20px 0
}

.m-form .section>*:first-child {
    margin-top: 0
}

.m-form .layout-table {
    width: 100%;
    display: table;
    table-layout: fixed
}

.m-form .layout-table>div {
    display: table-cell
}

.m-form .box {
    border: 1px solid #ccc;
    padding: 20px
}

.m-form .box .box {
    padding: 15px
}

.m-form .box>* {
    margin-bottom: 10px
}

.m-form .box>*:last-child {
    margin-bottom: 0
}

.m-form .box.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.m-form .box.bg {
    background: #efefef
}

.m-form .box.shadow {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3)
}

.m-form .box.in-shadow {
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3)
}

.m-form pre {
    word-break: break-all;
    white-space: pre-line
}

.m-form .lst-check {
    padding-left: 18px
}

.m-form .lst-check>li {
    position: relative;
    margin-bottom: 10px
}

.m-form .lst-check>li:after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 8px;
    height: 3px;
    border-left: 2px solid #0b3182;
    border-bottom: 2px solid #0b3182;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.m-form .lst-decimal {
    padding-left: 18px;
    list-style: none;
    counter-reset: ol_li
}

.m-form .lst-decimal>li {
    position: relative;
    margin-bottom: 10px
}

.m-form .lst-decimal>li:after {
    position: absolute;
    left: -.5em;
    margin: 0 0.5em 0 -0.5em;
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #0b3182;
    font-weight: bold
}

.m-form .lst-disc {
    padding-left: 18px
}

.m-form .lst-disc>li {
    list-style-type: disc;
    margin-bottom: 10px
}

.m-form .lst-disc>li:after {
    display: none
}

.m-form img {
    max-width: 100%
}

.m-form .bb {
    border-bottom: 2px solid #0b3182
}

.m-form .bb.double {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #ccc
}

.m-form .bb.double:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #0b3182
}

.m-form .bt {
    border-top: 2px solid #0b3182
}

.m-form .bt.double {
    position: relative;
    padding-top: .5em;
    border-top: 4px solid #ccc
}

.m-form .bt.double:before {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #0b3182
}

.m-form .bl {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #0b3182
}

.m-form .bbl {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #0b3182
}

.m-form .bbl:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #0b3182
}

.m-form .heading-bg {
    padding: .5em .75em;
    background-color: #f6f6f6
}

.m-form .marker {
    position: relative
}

.m-form .marker:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: " ";
    width: 100%;
    height: 10px;
    background-color: #b6f0fc
}

.m-form sup {
    font-size: 80%;
    font-weight: normal;
    vertical-align: super
}

.m-form .fz-xs, .m-form .footnote {
    font-size: 11px
}

.m-form .fz-s {
    font-size: 12px
}

.m-form .fz-m {
    font-size: 16px
}

.m-form .fz-l {
    font-size: 18px
}

.m-form .fw-b {
    font-weight: bold
}

.m-form .fs-i {
    font-style: italic
}

.m-form .ta-c {
    text-align: center
}

.m-form .ta-r {
    text-align: right
}

.m-form .ta-l {
    text-align: left
}

.m-form .va-t {
    vertical-align: top
}

.m-form .va-m {
    vertical-align: middle
}

.m-form .va-b {
    vertical-align: bottom
}

.m-form .fc-lightpink {
    color: #FFB6C1
}

.m-form .fc-pink {
    color: #FFC0CB
}

.m-form .fc-crimson {
    color: #DC143C
}

.m-form .fc-palevioletred {
    color: #DB7093
}

.m-form .fc-lavenderblush {
    color: #FFF0F5
}

.m-form .fc-hotpink {
    color: #FF69B4
}

.m-form .fc-deeppink {
    color: #FF1493
}

.m-form .fc-mediumvioletred {
    color: #C71585
}

.m-form .fc-orchid {
    color: #DA70D6
}

.m-form .fc-magenta {
    color: #FF00FF
}

.m-form .fc-fuchsia {
    color: #FF00FF
}

.m-form .fc-darkmagenta {
    color: #8B008B
}

.m-form .fc-purple {
    color: #800080
}

.m-form .fc-violet {
    color: #EE82EE
}

.m-form .fc-plum {
    color: #DDA0DD
}

.m-form .fc-thistle {
    color: #D8BFD8
}

.m-form .fc-mediumorchid {
    color: #BA55D3
}

.m-form .fc-darkviolet {
    color: #9400D3
}

.m-form .fc-darkorchid {
    color: #9932CC
}

.m-form .fc-indigo {
    color: #4B0082
}

.m-form .fc-blueviolet {
    color: #8A2BE2
}

.m-form .fc-mediumpurple {
    color: #9370DB
}

.m-form .fc-mediumslateblue {
    color: #7B68EE
}

.m-form .fc-slateblue {
    color: #6A5ACD
}

.m-form .fc-darkslateblue {
    color: #483D8B
}

.m-form .fc-blue {
    color: #0000FF
}

.m-form .fc-mediumblue {
    color: #0000CD
}

.m-form .fc-darkblue {
    color: #00008B
}

.m-form .fc-navy {
    color: #000080
}

.m-form .fc-midnightblue {
    color: #191970
}

.m-form .fc-lavender {
    color: #E6E6FA
}

.m-form .fc-ghostwhite {
    color: #F8F8FF
}

.m-form .fc-royalblue {
    color: #4169E1
}

.m-form .fc-cornflowerblue {
    color: #6495ED
}

.m-form .fc-lightsteelblue {
    color: #B0C4DE
}

.m-form .fc-lightslategray {
    color: #778899
}

.m-form .fc-slategray {
    color: #708090
}

.m-form .fc-dodgerblue {
    color: #1E90FF
}

.m-form .fc-aliceblue {
    color: #F0F8FF
}

.m-form .fc-steelblue {
    color: #4682B4
}

.m-form .fc-lightskyblue {
    color: #87CEFA
}

.m-form .fc-skyblue {
    color: #87CEEB
}

.m-form .fc-deepskyblue {
    color: #00BFFF
}

.m-form .fc-lightblue {
    color: #ADD8E6
}

.m-form .fc-powderblue {
    color: #B0E0E6
}

.m-form .fc-cadetblue {
    color: #5F9EA0
}

.m-form .fc-cyan {
    color: #00FFFF
}

.m-form .fc-aqua {
    color: #00FFFF
}

.m-form .fc-darkturquoise {
    color: #00CED1
}

.m-form .fc-darkcyan {
    color: #008B8B
}

.m-form .fc-teal {
    color: #008080
}

.m-form .fc-darkslategray {
    color: #2F4F4F
}

.m-form .fc-paleturquoise {
    color: #AFEEEE
}

.m-form .fc-lightcyan {
    color: #E0FFFF
}

.m-form .fc-azure {
    color: #F0FFFF
}

.m-form .fc-mediumturquoise {
    color: #48D1CC
}

.m-form .fc-lightseagreen {
    color: #20B2AA
}

.m-form .fc-turquoise {
    color: #40E0D0
}

.m-form .fc-aquamarine {
    color: #7FFFD4
}

.m-form .fc-mediumaquamarine {
    color: #66CDAA
}

.m-form .fc-mediumspringgreen {
    color: #00FA9A
}

.m-form .fc-springgreen {
    color: #00FF7F
}

.m-form .fc-mintcream {
    color: #F5FFFA
}

.m-form .fc-mediumseagreen {
    color: #3CB371
}

.m-form .fc-seagreen {
    color: #2E8B57
}

.m-form .fc-lime {
    color: #00FF00
}

.m-form .fc-green {
    color: #008000
}

.m-form .fc-forestgreen {
    color: #228B22
}

.m-form .fc-palegreen {
    color: #98FB98
}

.m-form .fc-lightgreen {
    color: #90EE90
}

.m-form .fc-darkseagreen {
    color: #8FBC8F
}

.m-form .fc-honeydew {
    color: #F0FFF0
}

.m-form .fc-darkgreen {
    color: #006400
}

.m-form .fc-limegreen {
    color: #32CD32
}

.m-form .fc-chartreuse {
    color: #7FFF00
}

.m-form .fc-lawngreen {
    color: #7CFC00
}

.m-form .fc-greenyellow {
    color: #ADFF2F
}

.m-form .fc-darkolivegreen {
    color: #556B2F
}

.m-form .fc-yellowgreen {
    color: #9ACD32
}

.m-form .fc-olivedrab {
    color: #6B8E23
}

.m-form .fc-lightgoldenrodyellow {
    color: #FAFAD2
}

.m-form .fc-yellow {
    color: #FFFF00
}

.m-form .fc-olive {
    color: #808000
}

.m-form .fc-lightyellow {
    color: #FFFFE0
}

.m-form .fc-beige {
    color: #F5F5DC
}

.m-form .fc-ivory {
    color: #FFFFF0
}

.m-form .fc-darkkhaki {
    color: #BDB76B
}

.m-form .fc-palegoldenrod {
    color: #EEE8AA
}

.m-form .fc-khaki {
    color: #F0E68C
}

.m-form .fc-lemonchiffon {
    color: #FFFACD
}

.m-form .fc-gold {
    color: #FFD700
}

.m-form .fc-cornsilk {
    color: #FFF8DC
}

.m-form .fc-darkgoldenrod {
    color: #B8860B
}

.m-form .fc-goldenrod {
    color: #DAA520
}

.m-form .fc-wheat {
    color: #F5DEB3
}

.m-form .fc-oldlace {
    color: #FDF5E6
}

.m-form .fc-floralwhite {
    color: #FFFAF0
}

.m-form .fc-orange {
    color: #FFA500
}

.m-form .fc-moccasin {
    color: #FFE4B5
}

.m-form .fc-papayawhip {
    color: #FFEFD5
}

.m-form .fc-navajowhite {
    color: #FFDEAD
}

.m-form .fc-blanchedalmond {
    color: #FFEBCD
}

.m-form .fc-tan {
    color: #D2B48C
}

.m-form .fc-antiquewhite {
    color: #FAEBD7
}

.m-form .fc-burlywood {
    color: #DEB887
}

.m-form .fc-darkorange {
    color: #FF8C00
}

.m-form .fc-bisque {
    color: #FFE4C4
}

.m-form .fc-peru {
    color: #CD853F
}

.m-form .fc-linen {
    color: #FAF0E6
}

.m-form .fc-peachpuff {
    color: #FFDAB9
}

.m-form .fc-sandybrown {
    color: #F4A460
}

.m-form .fc-saddlebrown {
    color: #8B4513
}

.m-form .fc-chocolate {
    color: #D2691E
}

.m-form .fc-seashell {
    color: #FFF5EE
}

.m-form .fc-sienna {
    color: #A0522D
}

.m-form .fc-lightsalmon {
    color: #FFA07A
}

.m-form .fc-orangered {
    color: #FF4500
}

.m-form .fc-coral {
    color: #FF7F50
}

.m-form .fc-darksalmon {
    color: #E9967A
}

.m-form .fc-tomato {
    color: #FF6347
}

.m-form .fc-salmon {
    color: #FA8072
}

.m-form .fc-mistyrose {
    color: #FFE4E1
}

.m-form .fc-red {
    color: #FF0000
}

.m-form .fc-darkred {
    color: #8B0000
}

.m-form .fc-maroon {
    color: #800000
}

.m-form .fc-firebrick {
    color: #B22222
}

.m-form .fc-brown {
    color: #A52A2A
}

.m-form .fc-indianred {
    color: #CD5C5C
}

.m-form .fc-lightcoral {
    color: #F08080
}

.m-form .fc-rosybrown {
    color: #BC8F8F
}

.m-form .fc-snow {
    color: #FFFAFA
}

.m-form .fc-white {
    color: #FFFFFF
}

.m-form .fc-whitesmoke {
    color: #F5F5F5
}

.m-form .fc-gainsboro {
    color: #DCDCDC
}

.m-form .fc-lightgrey {
    color: #D3D3D3
}

.m-form .fc-silver {
    color: #C0C0C0
}

.m-form .fc-darkgray {
    color: #A9A9A9
}

.m-form .fc-gray {
    color: #808080
}

.m-form .fc-dimgray {
    color: #696969
}

.m-form .fc-black {
    color: #000000
}

.m-form .fc-theme {
    color: #0b3182
}

.m-form .fc-accent {
    color: #ee7800
}

.m-form .fc-cap {
    color: #666
}

.m-form .w-10 {
    width: 10px
}

.m-form .w-20 {
    width: 20px
}

.m-form .w-30 {
    width: 30px
}

.m-form .w-40 {
    width: 40px
}

.m-form .w-50 {
    width: 50px
}

.m-form .w-60 {
    width: 60px
}

.m-form .w-70 {
    width: 70px
}

.m-form .w-80 {
    width: 80px
}

.m-form .w-90 {
    width: 90px
}

.m-form .w-100 {
    width: 100px
}

.m-form .w-110 {
    width: 110px
}

.m-form .w-120 {
    width: 120px
}

.m-form .w-130 {
    width: 130px
}

.m-form .w-140 {
    width: 140px
}

.m-form .w-150 {
    width: 150px
}

.m-form .w-160 {
    width: 160px
}

.m-form .w-170 {
    width: 170px
}

.m-form .w-180 {
    width: 180px
}

.m-form .w-190 {
    width: 190px
}

.m-form .w-200 {
    width: 200px
}

.m-form .ph {
    border: 1px solid #c8c8c8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px
}

.m-form .ph .user-ph {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.m-form .upload-thumb .layout-table {
    text-align: center;
    display: block
}

.m-form .upload-thumb .layout-table>div {
    margin: 10px 0;
    display: block
}

.m-form .upload-thumb label {
    position: relative;
    text-align: center;
    background: none !important;
    border: 1px solid #0b3182 !important;
    color: #0b3182 !important
}

.m-form .upload-thumb label input[type="file"] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.m-form .upload-thumb-del {
    margin-top: 10px
}

.m-form .upload-thumb-del a {
    font-weight: normal
}

.m-form .input-text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    padding: 7px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.m-form .input-text:disabled {
    background: #eee;
    border: 2px solid #aaa;
    border-width: 1px
}

.m-form .input-text.readonly {
    background: #eee;
    border: 2px solid #aaa;
    border-width: 1px
}

.m-form .sel {
    border-color: #c8c8c8
}

.m-form textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    padding: 7px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.m-form .radio-group, .m-form .checkbox-group {
    vertical-align: middle;
    margin-right: 30px
}

.m-form .radio-group .pseudo-checkbox, .m-form .radio-group .pseudo-radio, .m-form .checkbox-group .pseudo-checkbox, .m-form .checkbox-group .pseudo-radio {
    margin-right: 10px
}

.m-form .select-group {
    vertical-align: middle;
    margin-right: 10px
}

.m-form .select-group .sel {
    margin-right: 5px
}

.m-form .error {
    font-size: 12px;
    color: red;
    font-weight: bold
}

.m-form table {
    display: block
}

.m-form table tbody, .m-form table tr, .m-form table th, .m-form table td {
    display: block
}

.m-form table th {
    font-weight: bold;
    margin-top: 25px
}

.m-form table th span {
    margin-left: 5px
}

.m-form table td {
    margin: 5px 0
}

.m-form table .public-setting {
    text-align: left
}

.m-form table .public-setting>span {
    padding-right: 15px;
    vertical-align: middle
}

.m-form table tr.error-row td {
    padding-top: 0
}

.m-form .form-btns {
    text-align: center;
    margin: 20px 0 40px
}

.m-form .form-btns .btn, .m-form .form-btns .upload-thumb label, .m-form .upload-thumb .form-btns label {
    margin: 0 7px
}

.m-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5)
}

.m-modal .modal-inner {
    opacity: 0;
    position: relative;
    top: 50%;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5)
}

.m-modal .msg-comp {
    padding: 10px 0;
    font-size: 16px
}

.m-modal .btn-modal-close {
    margin-top: 15px;
    width: 176px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    text-decoration: none
}

.m-modal .modal-btns .btn, .m-modal .modal-btns .m-form .upload-thumb label, .m-form .upload-thumb .m-modal .modal-btns label {
    margin: 5px
}

.m-modal .modal-btns .btn-modal-close {
    width: 40%;
    background: none;
    color: #6E6E6E;
    border: #6E6E6E solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.m-modal .modal-btns .btn-modal-ok {
    width: 40%;
    height: 32px;
    background: none;
    color: #DC780A;
    border: #DC780A solid 1px;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    text-decoration: none
}

.m-chapter-modal {
    display: none
}

.modal-inner.description ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px
}

.modal-inner.description ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px
}

.modal-inner.description ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(156, 156, 156, 0.6)
}

.m-modal .modal-inner.description {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-height: 85%;
    text-align: center;
    background: #fff;
    z-index: 11000
}

.m-modal .modal-inner.description .title {
    margin-top: 10px
}

.m-modal .modal-inner.description .title span {
    color: #82bef0;
    font-size: 18px
}

.m-modal .modal-inner.description .txt-des {
    height: 100px;
    margin: 20px 5% 20px 5%;
    border: 1px solid #b4b5b5;
    overflow-y: scroll
}

.m-modal .modal-inner.description .txt-des pre {
    text-align: left;
    padding: 5px
}

.m-modal .modal-inner.description .file-down {
    width: 90%;
    padding-right: 0px;
    max-height: 160px;
    margin: 20px 5% 20px 5%;
    overflow-y: scroll
}

.m-modal .modal-inner.description .file-down p {
    text-align: left;
    font-size: 11px
}

.m-modal .modal-inner.description .file-down .file-inner .file-header {
    margin: 4px 0px;
    display: flex;
    height: 22px;
    justify-content: center;
    align-items: center
}

.m-modal .modal-inner.description .file-down .file-inner .file-header .file-name {
    overflow: hidden;
    white-space: nowrap;
    width: 50%;
    text-align: left;
    text-overflow: ellipsis
}

.m-modal .modal-inner.description .file-down .file-inner .file-header .file-name .icon {
    padding-left: 22px;
    background: url(../../../../module/img/common/icn_confile_k.png) 0px center no-repeat;
    background-size: 20px;
    display: inline-block;
    line-height: 20;
    position: relative;
    color: #333;
    font-weight: normal;
    text-align: center;
    font-size: 11px
}

.m-modal .modal-inner.description .file-down .file-inner .file-header .btn-download {
    text-align: right;
    width: 50%
}

.m-modal .modal-inner.description .file-down .file-inner .file-header .btn-download a {
    height: 22px;
    line-height: 22px;
    text-decoration: none
}

.m-modal .modal-inner.description .file-down .file-inner .comment {
    border: 1px solid #b4b5b5;
    max-height: 48px;
    overflow-y: scroll
}

.m-modal .btn-modal-exit {
    background: url(../../../../module/img/common/icn_close_k.png) left center no-repeat;
    background-size: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .7
}

.notice_management_pc .ellipsis-shrink-content {
    display: table;
    width: 100%
}

.notice_management_pc .ellipsis-shrink-content>div {
    position: relative;
    width: 100%
}

.notice_management_pc .ellipsis-shrink-content>div>div {
    display: table-cell;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute
}

.notice_management_pc .m-modal {
    overflow-y: auto
}

.notice_management_pc .modal-inner {
    position: static;
    width: 95vw;
    height: 765px;
    margin: auto;
    margin-top: 65px !important;
    max-width: 1510px;
    min-height: 475px
}

.notice_management_pc .modal-inner .modal-btns {
    text-align: right;
    margin-top: -20px;
    margin-right: -20px
}

.notice_management_pc .modal-inner .modal-btns>a {
    position: relative
}

.notice_management_pc .modal-inner .modal-header {
    margin-top: -20px
}

.notice_management_pc .modal-inner .modal-header .modal-title {
    color: #82BEF0;
    font-size: 24px;
    width: 200px;
    margin: auto
}

.notice_management_pc .modal-inner .m-form-search .btn-new-notice {
    width: 100%;
    margin: auto;
    border: 1px solid #DC780A;
    background: #fff;
    height: 40px;
    line-height: 34px;
    font-size: 16px;
    color: #DC780A;
    font-weight: normal;
    border-radius: 2px;
    text-decoration: none;
    padding-top: 3px
}

.notice_management_pc .modal-inner .m-form-search .input-text {
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px
}

.notice_management_pc .modal-inner .m-form-search .error {
    margin: 1px 0 1px 0;
    font-size: 12px;
    color: red;
    font-weight: bold;
    text-align: left
}

.notice_management_pc .modal-inner .m-form-search {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    padding-bottom: 10px
}

.notice_management_pc .modal-inner .m-form-search input.btn-submit-search-new, .notice_management_pc .modal-inner .m-form-search a.btn-submit-search-new {
    background: url(../../../../module/img/common/icn_search_w.png) 20px center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position-x: 50%;
    color: #468cc8;
    border: 1px solid #82BEF0;
    background-color: #82BEF0;
    font-weight: normal;
    width: 130px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0
}

.notice_management_pc .modal-inner .m-form-search form {
    width: 100%
}

.notice_management_pc .modal-inner .m-form-search form .form-wrap {
    width: 100%
}

.notice_management_pc .modal-inner .m-form-search .form-group {
    width: 100%
}

.notice_management_pc .modal-inner .m-form-search .form-group .inner {
    width: 100%;
    padding: 20px 0px;
    margin: 0 auto
}

.notice_management_pc .modal-inner .m-form-search .form-group .inner .form-row {
    width: 100%
}

.notice_management_pc .modal-inner .m-form-search .form-group .inner .form-row .layout {
    width: 100%;
    min-height: 1px;
    display: block
}

.notice_management_pc .modal-inner .result-wrapper {
    margin-top: -40px;
    height: 400px;
    width: 100%
}

.notice_management_pc .modal-inner .result-wrapper .search-header {
    padding-top: 15px;
    text-align: left;
    font-size: 16px
}

.notice_management_pc .modal-inner .result-wrapper .search-result {
    background: #fff;
    width: 100%;
    overflow: hidden;
    height: 473px;
    border: 1px solid #333
}

.notice_management_pc .modal-inner .result-wrapper .search-result .popup-nodata {
    display: table;
    height: 100%;
    width: 100%
}

.notice_management_pc .modal-inner .result-wrapper .search-result .popup-nodata>div {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.notice_management_pc .modal-inner .result-wrapper .search-result .popup-nodata>span.span-text-nodata {
    margin: auto
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result {
    height: 100%;
    overflow-y: auto;
    width: 100%
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .touch-area div:first-child {
    border-top: none
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item {
    width: 100%;
    border-top: 1px solid #333
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell {
    display: table-cell
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell.data-cell {
    width: 85%;
    padding: 7px;
    padding-left: 15px
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell.btn-cell {
    height: 100%;
    vertical-align: middle
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell.btn-cell a.btn-submit-setting {
    background: url(../../../../module/img/common/icn_edit_k.png) 20px center no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
    background-position-x: 50%;
    font-weight: normal;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    padding: 0
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table {
    width: 100%
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table>tbody {
    width: 100%
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table .inner-wrapper-row {
    width: 100%;
    height: 25px
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table .inner-wrapper-row.title-row {
    height: 30px
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table .inner-wrapper-row .inner-wrapper-cell {
    text-align: left
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table .inner-wrapper-row .inner-wrapper-cell.title-cell {
    width: 100%
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table .inner-wrapper-row .inner-wrapper-cell.title-cell .ellipsis-shrink-content>div>div {
    font-size: 17px;
    color: #468CC8
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table .inner-wrapper-row .inner-wrapper-cell.course-cell {
    width: 100%;
    padding-right: 5px
}

.notice_management_pc .modal-inner .result-wrapper .search-result .notice-result .notice-result-item .item-layout .layout-cell .inner-wrapper-table .inner-wrapper-row .inner-wrapper-cell.number-cell {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    text-align: right
}

.notice_management_pc .hide {
    display: none !important
}

.information_new_pc .m-modal {
    overflow-y: auto
}

.information_new_pc .modal-inner {
    position: static;
    width: 95vw;
    margin: auto;
    margin-top: 65px !important;
    max-width: 1510px;
    min-height: 475px;
    overflow-y: auto;
    padding-bottom: 0px
}

.information_new_pc .modal-inner .modal-btns {
    text-align: right;
    margin-top: -18px;
    margin-right: -20px
}

.information_new_pc .modal-inner .modal-btns .btn-header-layout {
    height: 25px
}

.information_new_pc .modal-inner .modal-btns .btn-header-layout>a {
    position: relative
}

.information_new_pc .modal-inner .modal-btns .btn-header-layout .btn-modal-exit {
    float: right;
    top: 3px
}

.information_new_pc .modal-inner .modal-btns .btn-header-layout .btn-back {
    float: left;
    background: url(../../../../module/img/common/icn_back_k.png) left center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 5px;
    left: -15px
}

.information_new_pc .modal-inner .modal-header {
    margin-top: -10px
}

.information_new_pc .modal-inner .modal-header .modal-title {
    color: #82BEF0;
    font-size: 24px;
    width: 200px;
    margin: auto
}

.information_new_pc .modal-inner .new-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.information_new_pc .modal-inner .new-wrapper .m-form {
    width: 100%;
    margin: auto;
    position: relative;
    left: 0px;
    height: 100%
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap:first-child {
    margin-top: 20px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .cklbl {
    vertical-align: top
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .lblData {
    font-weight: normal;
    font-size: 15px;
    margin-top: -10px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .lblData .div-txt-data {
    display: inline-block
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .lblData .span-required {
    display: inline-block;
    color: red;
    position: relative;
    top: -7px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr.tr-lbl.cklbl {
    margin-top: 15px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr.tr-lbl.datelbl {
    margin-top: 10px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr.tr-lbl.dnlbl {
    margin-top: 15px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr.tr-input {
    margin-top: -5px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr.tr-err {
    margin-top: -3px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr.tr-err.cklbl {
    margin-top: 55px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr.tr-dnlbl {
    margin-top: -20px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group table tr td {
    text-align: left
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .sel.sel-size-w {
    width: 100%
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .sel.sel-size-w .sel-txt {
    line-height: 40px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .input-text, .information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group select, .information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .sel-size-w {
    height: 39px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group p.error {
    text-align: left;
    font-size: 12px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group p.error.ckerror {
    margin-top: -50px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .div-text-people {
    margin-top: -15px;
    text-align: right
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .div-text-people .span-text-people {
    position: relative;
    top: -9px;
    font-size: 13px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .placeholder {
    opacity: 0.5
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .input-size-period {
    width: calc(100% - 35px)
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .icn-to-turn-90degree {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .icn-to-turn-90degree>span {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 20px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .jsAddImage {
    position: absolute;
    width: 170px;
    height: 26px;
    z-index: 99;
    margin-left: -170px;
    filter: alpha(opacity=0);
    opacity: 0.0;
    cursor: pointer;
    overflow: hidden
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .btn-img-select {
    color: #858585;
    border: 1px solid #a29e9d;
    border-radius: 3px;
    padding-left: 30px;
    width: 170px;
    height: 26px;
    margin-left: 10px;
    background: url(../../../../module/img/common/icn_fileattachment_k.png) 10px no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    font-size: smaller !important
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .t-right {
    text-align: right
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .btn-delete {
    background: url(../../../../module/img/common/icn_trash_k.png) 10px center no-repeat;
    -webkit-background-size: 90%;
    background-size: 90%;
    background-position-x: 50%;
    font-weight: normal;
    width: 34px;
    height: 34px;
    border: 1px solid;
    border-radius: 4px;
    vertical-align: middle
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .btn-delete.disabled {
    cursor: default;
    opacity: .3
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.form-download-info label {
    color: #0b3182;
    cursor: default
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.form-download-info-temp {
    margin-top: 10px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.form-download-info-temp label {
    color: #0b3182;
    cursor: default
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add {
    height: 50px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add {
    position: absolute
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload {
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    margin-left: -10px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label {
    background: url(../../../../module/img/common/icn_selectbtn_plus_b.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 38px;
    height: 38px;
    display: block
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label, .information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:link, .information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:active, .information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:visited {
    text-decoration: none
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:hover {
    opacity: .7
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload input[type="file"] {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .input-filename {
    width: calc(100% - 42px) !important
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion {
    display: table;
    width: 100%
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow {
    display: table-row;
    width: 100%
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell {
    display: table-cell
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.titleCell {
    vertical-align: top;
    width: 70px;
    min-width: 70px;
    font-weight: normal;
    font-size: 15px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell {
    width: calc(100% - 70px)
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .status-chk {
    position: absolute
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk {
    display: inline-block;
    padding-left: 0px !important;
    margin-left: 25px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk .lblCourseTxt {
    display: inline-block;
    text-align: left
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk::before {
    display: inline-block;
    top: 6px;
    left: -7px
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk::after {
    display: inline-block;
    top: 1px;
    left: -9px
}

.information_new_pc .modal-inner .new-wrapper .m-form.conf-form .form-wrap .form-group {
    padding-right: 0
}

.information_new_pc .modal-inner .new-wrapper .m-form .form-btns .btn, .information_new_pc .modal-inner .new-wrapper .m-form .form-btns .upload-thumb label, .information_new_pc .modal-inner .new-wrapper .m-form .upload-thumb .form-btns label {
    width: 200px !important
}

.document {
    position: initial;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 5px 33vh 5px
}

.document .m-description .modal-inner.description-document {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    z-index: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 99%;
    height: 190px;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.document .m-description .modal-inner.description-document .title {
    margin-top: 10px
}

.document .m-description .modal-inner.description-document .title span {
    color: #82bef0;
    font-size: 18px
}

.document .m-description .modal-inner.description-document .txt-des {
    max-height: 160px;
    min-height: 23px;
    margin: 20px 5% 20px 5%;
    border: 1px solid #b4b5b5
}

.document .m-description .modal-inner.description-document .txt-des pre {
    text-align: left
}

.document .m-description .modal-inner.description-document .txt-des p {
    text-align: left
}

.document .m-description .modal-inner.description-document .file-down {
    width: 90%;
    padding-right: 7px;
    max-height: 300px;
    margin: 30px 5% 50px 5%;
    position: relative
}

.document .m-description .modal-inner.description-document .file-down p {
    text-align: left
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header {
    margin: 4px 0px;
    display: block;
    height: 50px;
    justify-content: center;
    align-items: center
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header .file-name {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header .file-name .icon {
    padding-left: 30px;
    background: url(../../../../module/img/common/icn_filetype_pdf.png) 0px center no-repeat;
    background-size: 25px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: normal;
    text-align: center;
    font-size: 16px
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header .file-name .iconImg {
    width: 30px;
    height: 30px
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header .file-name .iconText {
    padding-left: 5px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    white-space: pre
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header .btn-download {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    text-decoration: none
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header .btn-download .btn-download-modal {
    background: url(../../../../module/img/common/icn_download_o.png) 5px center no-repeat;
    background-size: 19px
}

.document .m-description .modal-inner.description-document .file-down .file-inner .file-header .btn-download a {
    height: 35px;
    line-height: 35px;
    width: 215px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none
}

.document .m-description .modal-inner.description-document .file-down .file-inner .comment {
    border: 1px solid #b4b5b5;
    max-height: 62px;
    min-height: 23px
}

.document .m-description .btn-modal-exit {
    background: url(../../../../module/img/common/icn_close_k.png) left center no-repeat;
    background-size: 7px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: .7
}

.document .m-chapter-modal-inner {
    padding-top: 20px
}

.document .m-chapter-modal-inner .m-btn-next-chapter {
    display: inline-block;
    background: #fff url(../../../../module/img/common/icn_next_chapter_o.png) center no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    background-position: 98% center;
    width: calc((100vw - 40px)/2);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #e3760d;
    border: #e3760d solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    float: right;
    text-decoration: none;
    position: relative;
    vertical-align: middle
}

.document .m-chapter-modal-inner .btn-close {
    display: inline-block;
    float: left;
    font-size: 16px;
    width: calc((100vw - 40px)/2);
    height: 40px;
    line-height: 40px;
    border: gray solid 1px;
    background: white;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: gray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: middle;
    right: 0px;
    margin-top: 0px
}

.document .m-chapter-modal-inner .all-comment {
    color: red;
    display: none
}

.document .m-chapter-modal-inner .all-comment .all-comment-outter {
    background: #fff;
    position: absolute !important;
    z-index: 12000;
    max-width: 95%;
    right: 8px;
    height: 120px;
    padding: 2px 2px 10px 4px;
    border: 1px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 210px
}

.document .m-chapter-modal-inner .all-comment .all-comment-outter ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px
}

.document .m-chapter-modal-inner .all-comment .all-comment-outter ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px
}

.document .m-chapter-modal-inner .all-comment .all-comment-outter ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(156, 156, 156, 0.6)
}

.document .m-chapter-modal-inner .all-comment .all-comment-outter .scroll-area {
    max-height: 110px;
    overflow-y: scroll
}

.information_remind_sp .m-modal {
    overflow-y: auto
}

.information_remind_sp .modal-inner {
    position: static;
    width: 95vw;
    margin: auto;
    margin-top: 65px !important;
    max-width: 1510px;
    min-height: 425px;
    overflow-y: auto;
    padding-bottom: 0px
}

.information_remind_sp .modal-inner .modal-btns {
    text-align: right;
    margin-top: -18px;
    margin-right: -20px
}

.information_remind_sp .modal-inner .modal-btns .btn-header-layout {
    height: 25px
}

.information_remind_sp .modal-inner .modal-btns .btn-header-layout>a {
    position: relative
}

.information_remind_sp .modal-inner .modal-btns .btn-header-layout .btn-modal-exit {
    float: right;
    top: 3px
}

.information_remind_sp .modal-inner .modal-btns .btn-header-layout .btn-back {
    float: left;
    background: url(../../../../module/img/common/icn_back_k.png) left center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 5px;
    left: -15px
}

.information_remind_sp .modal-inner .modal-header {
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    background-color: #82BEF0
}

.information_remind_sp .modal-inner .modal-header .modal-title {
    color: #fff;
    font-size: 24px;
    width: 200px;
    margin: auto;
    background: url(../../../../module/img/common/icn_bell_w.png) left center no-repeat;
    -webkit-background-size: 21px;
    background-size: 21px;
    background-position-y: 7px;
    background-position-x: 27px
}

.information_remind_sp .modal-inner .new-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip {
    width: 100%;
    margin: auto;
    position: relative;
    left: 0px;
    height: 100%
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap:first-child {
    margin-top: 20px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .cklbl {
    vertical-align: top
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .lblData {
    font-weight: normal;
    font-size: 15px;
    margin-top: -10px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .lblData .div-txt-data {
    display: inline-block
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .lblData .span-required {
    display: inline-block;
    color: red;
    position: relative;
    top: -7px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr.tr-lbl.cklbl {
    margin-top: 15px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr.tr-lbl.datelbl {
    margin-top: 10px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr.tr-lbl.dnlbl {
    margin-top: 15px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr.tr-input {
    margin-top: -5px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr.tr-err {
    margin-top: -3px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr.tr-err.cklbl {
    margin-top: 55px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr.tr-dnlbl {
    margin-top: -20px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group table tr td {
    text-align: left
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .sel.sel-size-w {
    width: 100%
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .sel.sel-size-w .sel-txt {
    line-height: 40px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .input-text, .information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group select, .information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .sel-size-w {
    height: 39px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group p.error {
    text-align: left;
    font-size: 12px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group p.error.ckerror {
    margin-top: -50px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .div-text-people {
    margin-top: -15px;
    text-align: right
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .div-text-people .span-text-people {
    position: relative;
    top: -9px;
    font-size: 13px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .placeholder {
    opacity: 0.5
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .icn-to-turn-90degree {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .icn-to-turn-90degree>span {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 20px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .jsAddImage {
    position: absolute;
    width: 170px;
    height: 26px;
    z-index: 99;
    margin-left: -170px;
    filter: alpha(opacity=0);
    opacity: 0.0;
    cursor: pointer;
    overflow: hidden
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .btn-img-select {
    color: #858585;
    border: 1px solid #a29e9d;
    border-radius: 3px;
    padding-left: 30px;
    width: 170px;
    height: 26px;
    margin-left: 10px;
    background: url(../../../../module/img/common/icn_fileattachment_k.png) 10px no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    font-size: smaller !important
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .t-right {
    text-align: right
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .btn-delete {
    background: url(../../../../module/img/common/icn_trash_k.png) 10px center no-repeat;
    -webkit-background-size: 90%;
    background-size: 90%;
    background-position-x: 50%;
    font-weight: normal;
    width: 34px;
    height: 34px;
    border: 1px solid;
    border-radius: 4px;
    vertical-align: middle
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .btn-delete.disabled {
    cursor: default;
    opacity: .3
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.form-download-info label {
    color: #0b3182;
    cursor: default
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.form-download-info-temp {
    margin-top: 10px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.form-download-info-temp label {
    color: #0b3182;
    cursor: default
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add {
    height: 50px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add {
    position: absolute
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload {
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    margin-left: -10px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label {
    background: url(../../../../module/img/common/icn_selectbtn_plus_b.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 38px;
    height: 38px;
    display: block
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label, .information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:link, .information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:active, .information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:visited {
    text-decoration: none
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload label:hover {
    opacity: .7
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .form-download div.display-btn-add div.form-btn-add .btn-upload input[type="file"] {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .input-filename {
    width: calc(100% - 42px) !important
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion {
    display: table;
    width: 100%
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow {
    display: table-row;
    width: 100%
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell {
    display: table-cell
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.titleCell {
    vertical-align: top;
    width: 70px;
    min-width: 70px;
    font-weight: normal;
    font-size: 15px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell {
    width: calc(100% - 70px)
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .status-chk {
    position: absolute
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk {
    display: inline-block;
    padding-left: 0px !important;
    margin-left: 25px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk .lblCourseTxt {
    display: inline-block;
    text-align: left
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk::before {
    display: inline-block;
    top: 6px;
    left: -7px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-wrap .form-group .ckbRegion .ckbRegionRow .ckbRegionCell.ckbInputCell .checkbox-btn .lbl-status-chk::after {
    display: inline-block;
    top: 1px;
    left: -9px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip.conf-form .form-wrap .form-group {
    padding-right: 0
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-btns .btn, .information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-btns .m-form .upload-thumb label, .m-form .upload-thumb .information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-btns label {
    margin: 0 3px
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-btns .btn-modal-clone {
    width: 90px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    text-decoration: none
}

.information_remind_sp .modal-inner .new-wrapper .m-form-rip .form-btns .btn-modal-clone.ok {
    color: #DC780A;
    border: 1px solid #DC780A
}

input[type="checkbox"].pseudo, input[type="radio"].pseudo {
    opacity: 0
}

input[type="text"] {
    border: 1px solid #c8c8c8
}

label {
    cursor: pointer
}

input:focus, textarea:focus {
    outline-offset: 0;
    outline: none
}

.pseudo-checkbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    border: 2px solid #0b3182;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.pseudo-checkbox .checked {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -2px;
    top: -2px;
    display: none;
    z-index: 1;
    background: url(../../../../module/img/common/input_checked.png) center center no-repeat
}

.pseudo-checkbox.on .checked {
    display: block
}

.pseudo-checkbox.disabled {
    cursor: default
}

.pseudo-checkbox.disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.pseudo-checkbox.focus {
    outline-offset: 0;
    outline: none
}

.pseudo-checkbox input {
    position: fixed;
    top: -26px;
    left: -26px
}

.pseudo-checkbox.input-checkbox-switch {
    border: none;
    width: 56px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #ccc;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.pseudo-checkbox.input-checkbox-switch .checked {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    left: auto;
    right: 3px;
    top: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.pseudo-checkbox.input-checkbox-switch.on {
    background: #4EA3D4
}

.pseudo-checkbox.input-checkbox-switch.on .checked {
    -webkit-transform: translateX(-32px);
    -moz-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    -o-transform: translateX(-32px);
    transform: translateX(-32px)
}

.pseudo-radio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4EA3D4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.pseudo-radio.on, .pseudo-radio:hover {
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1)
}

.pseudo-radio .checked {
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 3px;
    top: 3px;
    background: #4EA3D4;
    display: none;
    z-index: 1
}

.pseudo-radio.on .checked {
    display: block
}

.pseudo-radio.focus {
    outline-offset: 0;
    outline: none
}

.pseudo-radio.disabled {
    cursor: default
}

.pseudo-radio.disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.pseudo-radio input {
    position: absolute;
    top: -20px;
    left: -20px
}

.checkbox-btn input[type="checkbox"] {
    opacity: 0;
    z-index: 1
}

.checkbox-btn label {
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    top: -1px;
    -webkit-tap-highlight-color: transparent;
    color: #424242
}

.checkbox-btn label::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    top: -2px;
    margin-left: -18px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    background-clip: padding-box
}

.checkbox-btn label::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 5px;
    top: 3px;
    left: 2px;
    margin-left: -18px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;
    background: transparent;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    z-index: 1
}

.checkbox-btn label:active::before {
    opacity: 1
}

.checkbox-btn input[type="checkbox"]:checked~label {
    color: #000
}

.checkbox-btn input[type="checkbox"]:checked~label::after {
    border: 2px solid #4285F4;
    background-color: #4285F4
}

.checkbox-btn input[type="checkbox"]~label::after {
    border: 2px solid #989797;
    background-color: #ffffff
}

.checkbox-btn input[type="checkbox"]:checked~label::before {
    opacity: 1
}

.checkbox-btn input[type="checkbox"]:disabled~label {
    color: #787878;
    cursor: default
}

.checkbox-btn input[type="checkbox"]:disabled~label::after {
    border: 2px solid #787878;
    background-color: #ffffff;
    opacity: 0.6
}

.checkbox-btn input[type="checkbox"]:disabled~label::before {
    display: none
}

.radio-btn input[type="radio"] {
    opacity: 0;
    z-index: 1
}

.radio-btn label {
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    color: #424242
}

.radio-btn label::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    top: -2px;
    margin-left: -18px;
    background-color: white;
    border: 2px solid #666;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box
}

.radio-btn label::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    top: 3px;
    left: 6px;
    margin-left: -18px;
    border: 2px solid #666;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    z-index: 1
}

.radio-btn label:active::before {
    opacity: 1
}

.radio-btn input[type="radio"]:checked+label {
    color: #000
}

.radio-btn input[type="radio"]:checked+label::after {
    border: 2px solid #2196F3;
    background-color: #ffffff
}

.radio-btn input[type="radio"]+label::after {
    border: 2px solid #787878;
    background-color: #ffffff
}

.radio-btn input[type="radio"]:checked+label::before {
    opacity: 1
}

.radio-btn input[type="radio"]:disabled+label {
    color: #787878;
    cursor: default
}

.radio-btn input[type="radio"]:disabled+label::after {
    border: 2px solid #787878;
    background-color: #ffffff;
    opacity: 0.6
}

.radio-btn input[type="radio"]:disabled+label::before {
    display: none
}

.radio-btn label::after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box
}

.radio-btn label::before {
    width: 12px;
    height: 12px;
    border: none;
    top: 3px;
    left: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #4285F4
}

.select-design select {
    opacity: 0
}

.select-design select:focus {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px
}

select.select-design {
    opacity: 0
}

.sel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #0b3182;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.sel select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    border: none
}

.sel.sel-size-auto {
    height: 44px
}

.sel.sel-size-l {
    width: 300px;
    height: 44px
}

.sel.sel-size-day {
    width: 80px;
    height: 40px
}

.sel.sel-size-m {
    width: 200px;
    height: 44px
}

.sel.sel-size-s {
    width: 120px;
    height: 30px
}

.sel.sel-size-number {
    width: 65px;
    height: 30px
}

.sel.sel-height-s {
    height: 30px
}

.sel.sel-header-search {
    width: 238px;
    height: 35px
}

.sel .sel-txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../../../../module/img/common/icn_pulldown_k.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px !important;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border-right: 5px solid transparent
}

.sel.sel-size-auto .sel-txt, .sel.sel-size-l .sel-txt, .sel.sel-size-ml .sel-txt, .sel.sel-size-m .sel-txt {
    line-height: 40px
}

.sel.sel-size-day .sel-txt {
    line-height: 36px
}

.sel.sel-height-s .sel-txt, .sel.sel-size-number .sel-txt {
    line-height: 30px
}

.sel.sel-header-search .sel-txt {
    line-height: 35px
}

.sel.sel-size-thin .sel-txt {
    line-height: 28px
}

.sel.disabled {
    background: #eee;
    border: 2px solid #aaa
}

.sel.disabled:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sel.disabled select {
    cursor: default
}

.sel.disabled .sel-txt {
    background-image: url(../../img/common/arrow_select_g-3c65ed5b42f86a24c88e8291a0c17040.png)
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #fff;
    vertical-align: top;
    overflow: auto
}

textarea.textarea-size-l {
    width: 100%;
    max-width: 100%;
    height: 120px
}

textarea:disabled {
    background: #444
}

.btn, .m-form .upload-thumb label {
    border: none;
    display: inline-block;
    color: #0b3182;
    font-weight: bold
}

.btn.btn-search, .m-form .upload-thumb label.btn-search {
    background: #ee7800 url(../../../../module/img/common/icn_search_w.png) 20px center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    color: #fff;
    border: none;
    font-weight: normal;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0
}

.btn.btn-search-icon, .m-form .upload-thumb label.btn-search-icon {
    background: url(../../../../module/img/common/icn_search_b.png) center center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
    color: #fff;
    border: 1px solid #0f83c6;
    font-weight: normal;
    width: 85px;
    height: 33px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn.btn-chapter-start, .m-form .upload-thumb label.btn-chapter-start {
    text-decoration: none;
    position: relative;
    background: #ee7800;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.btn.btn-chapter-start:after, .m-form .upload-thumb label.btn-chapter-start:after {
    content: " ";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../../img/common/arrow_btn_chapter_start.png) left top no-repeat;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.btn.btn-chapter-detail, .m-form .upload-thumb label.btn-chapter-detail {
    text-decoration: none;
    background: #37bef0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.btn.btn-start, .m-form .upload-thumb label.btn-start {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    border: 1px solid #37bef0;
    color: #37bef0;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.btn.btn-upl, .m-form .upload-thumb label.btn-upl {
    background: #ee7800;
    position: relative;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-indent: -20px;
    text-decoration: none
}

.btn.btn-upl:after, .m-form .upload-thumb label.btn-upl:after {
    content: " ";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../../../../module/img/common/icn_upload_w.png) left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.btn.btn-dll, .m-form .upload-thumb label.btn-dll {
    background: #37bef0;
    position: relative;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-indent: -10px;
    text-decoration: none
}

.btn.btn-dll:after, .m-form .upload-thumb label.btn-dll:after {
    content: " ";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../../../../module/img/common/icn_download_w.png) left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.btn.btn-download-modal, .m-form .upload-thumb label.btn-download-modal {
    background-color: white;
    background: url(../../../../module/img/common/icn_download_k.png) 5px center no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    border: 1px solid #ee7800;
    font-weight: normal;
    width: 125px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 9px;
    padding-left: 5px;
    background-color: white;
    color: #ee7800
}

.btn.btn-download-modal.btn-size-l, .m-form .upload-thumb label.btn-download-modal.btn-size-l {
    width: 260px
}

.btn.btn-download-modal.disable, .m-form .upload-thumb label.btn-download-modal.disable {
    background-color: #c8c8c8;
    cursor: default
}

.btn.btn-gray, .m-form .upload-thumb label.btn-gray {
    background: #999999;
    position: relative;
    width: 140px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center
}

.btn.btn-submit, .m-form .upload-thumb label {
    position: relative;
    border: 1px solid #ee7800;
    background: none;
    width: 240px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    color: #ee7800;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn.btn-disabled, .m-form .upload-thumb label.btn-disabled {
    cursor: default;
    pointer-events: none;
    background: #555;
    color: #888
}

.btn.btn-disabled:after, .m-form .upload-thumb label.btn-disabled:after, .btn.btn-disabled:before, .m-form .upload-thumb label.btn-disabled:before {
    opacity: .2
}

.btn.btn-disabled:hover, .m-form .upload-thumb label.btn-disabled:hover {
    opacity: 1
}

.btn.btn-back-icon, .m-form .upload-thumb label.btn-back-icon {
    background: url(../../../../module/img/common/icn_back_k.png) 15px center no-repeat;
    background-size: 22px;
    position: relative;
    width: 160px;
    height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-left: 35px
}

.btn.btn-back-icon.btn-size-l, .m-form .upload-thumb label.btn-back-icon.btn-size-l {
    width: 260px
}

.btn.btn-qa-back-icon, .m-form .upload-thumb label.btn-qa-back-icon {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 20px;
    background: url(../../../../module/img/common/icn_return_bk_4px.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    padding: 1px;
    margin-top: 1px
}

.btn.btn-qa-back-icon, .m-form .upload-thumb label.btn-qa-back-icon, .btn.btn-qa-back-icon:link, .m-form .upload-thumb label.btn-qa-back-icon:link, .btn.btn-qa-back-icon:active, .m-form .upload-thumb label.btn-qa-back-icon:active, .btn.btn-qa-back-icon:visited, .m-form .upload-thumb label.btn-qa-back-icon:visited {
    text-decoration: none
}

.btn.btn-qa-back-icon:hover, .m-form .upload-thumb label.btn-qa-back-icon:hover {
    opacity: .5
}

.btn.btn-qa-back-icon.on, .m-form .upload-thumb label.btn-qa-back-icon.on {
    background: url(../../../../module/img/common/icn_return_bk_4px.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px
}

.ui-btns {
    margin: 20px 0;
    text-align: center;
    overflow: hidden
}

.ui-btns:first-child {
    margin-top: 0
}

.ui-btns.left {
    text-align: left
}

.ui-btns.left .btn, .ui-btns.left .m-form .upload-thumb label, .m-form .upload-thumb .ui-btns.left label {
    margin-left: 0
}

.ui-btns .btn, .ui-btns .m-form .upload-thumb label, .m-form .upload-thumb .ui-btns label {
    margin: 0 7px
}

.ui-btns>div {
    width: 48%;
    float: right
}

.ui-btns>div:first-child {
    float: left
}

.ui-btns>div .btn, .ui-btns>div .m-form .upload-thumb label, .m-form .upload-thumb .ui-btns>div label {
    margin: 0
}

.disable-pager {
    position: relative;
    text-align: right
}

.disable-pager .btn, .disable-pager .m-form .upload-thumb label, .m-form .upload-thumb .disable-pager label {
    position: absolute;
    left: 0;
    bottom: 0
}

.disable-pager a, .disable-pager strong {
    margin-left: 5px;
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.disable-pager a {
    background: #bbb
}

.disable-pager a, .disable-pager a:link, .disable-pager a:active, .disable-pager a:visited {
    text-decoration: none
}

.disable-pager a:hover {
    opacity: .7
}

.disable-pager strong {
    background: #0b3182;
    color: #fff
}

.s-pager {
    position: relative;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 6px
}

.s-pager .btn, .s-pager .m-form .upload-thumb label, .m-form .upload-thumb .s-pager label {
    position: absolute;
    left: 0;
    bottom: 0
}

.s-pager a, .s-pager strong {
    margin-left: -3px;
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    color: #333;
    font-size: 11px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    margin-top: 7px
}

.s-pager a {
    -webkit-tap-highlight-color: #777
}

.s-pager strong {
    background: #4285F4;
    color: #fff
}

.s-pager .prev {
    background-image: url(../../../../module/img/common/icn_arrowleft_k.png);
    background-position: center;
    background-position-y: 5px;
    background-repeat: no-repeat;
    background-size: 150% 50%;
    padding-left: 5px;
    padding-right: 5px
}

.s-pager .next {
    background-image: url(../../../../module/img/common/icn_arrowright_k.png);
    background-position: center;
    background-position-y: 5px;
    background-repeat: no-repeat;
    background-size: 150% 50%;
    padding-left: 5px;
    padding-right: 5px
}

.s-pager .dot {
    margin-left: -4px
}

.s-pager .first {
    margin-left: 0px
}

.s-pager .last {
    margin-right: 0px
}

.s-pager span {
    vertical-align: sub
}

.pulldown-pager {
    text-align: right
}

.pulldown-pager .sel-size-mini {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #fff !important;
    width: 130px !important;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: -5px
}

.page-title {
    font-size: 24px;
    color: #0b3182;
    font-weight: bold;
    border-bottom: 4px solid #0b3182;
    padding-bottom: 10px
}

.sub-heading {
    font-size: 18px;
    color: #0b3182;
    font-weight: bold;
    margin-bottom: 10px
}

.sub-heading-under {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

.p-progress-bar .bar-body {
    position: relative;
    background: #d4d4d4;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.p-progress-bar .bar-body .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.p-progress-bar .bar-body .bar-01 {
    z-index: 2;
    background: #009BE6
}

.p-progress-bar .bar-body .bar-02 {
    z-index: 1;
    background: #B1DBF2
}

.p-alert-text {
    margin-top: 20px;
    padding-bottom: 20px
}

.page-index {
    background: #ddeff9
}

.page-index .m-page-heading-area .page-heading, .page-index .m-page-heading-area_10 .page-heading {
    position: relative
}

.page-index .m-page-heading-area .page-heading div, .page-index .m-page-heading-area .page-heading a, .page-index .m-page-heading-area_10 .page-heading div, .page-index .m-page-heading-area_10 .page-heading a {
    display: block;
    text-decoration: none !important;
    color: #3cb2e1;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.page-index .m-page-heading-area .page-heading a:after, .page-index .m-page-heading-area .page-heading a:before, .page-index .m-page-heading-area_10 .page-heading a:after, .page-index .m-page-heading-area_10 .page-heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #81c0e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.page-index .m-page-heading-area .page-heading a:after, .page-index .m-page-heading-area_10 .page-heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-index .m-page-heading-area .page-heading a.open:after, .page-index .m-page-heading-area_10 .page-heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.page-index .m-page-heading-area .page-heading span, .page-index .m-page-heading-area_10 .page-heading span {
    display: inline-block;
    padding-left: 18px;
    background: url(../../../../module/img/common/icn_my_courses_b.png) left center no-repeat;
    -webkit-background-size: 1em;
    background-position-y: 3px
}

.page-index .m-page-heading-area .touch-area, .page-index .m-page-heading-area_10 .touch-area {
    margin-bottom: 10px
}

.page-index .m-page-heading-area .thumbnail, .page-index .m-page-heading-area_10 .thumbnail {
    padding-right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../../module/img/common/icn_download_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle
}

.page-index .m-page-heading-area .list, .page-index .m-page-heading-area_10 .list {
    padding-right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../../module/img/common/icn_download_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle
}

.page-index .page-inner .page-contents {
    width: 100%;
    padding: 0 2vw 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-index .page-inner .page-contents .p-alert-text {
    margin-top: 0;
    padding-bottom: 2vw;
    font-size: 4vw
}

.page-index .page-inner .touch-area {
    margin-bottom: 10px
}

.page-portal {
    border-top: 1px solid #fff
}

.page-portal .portal-contents {
    border-bottom: 1px solid #fff
}

.page-portal .portal-contents:last-child {
    border-bottom: none
}

.page-portal .m-page-heading-area:after {
    display: none
}

.page-portal .portal-contents .touch-area {
    background: #ddeff9
}

.page-portal .portal-contents .page-inner .touch-area {
    padding-bottom: 1px
}

.page-portal .portal-contents:last-child .page-inner .touch-area {
    margin-bottom: 0
}

.page-portal .m-page-heading-area .touch-area {
    overflow: hidden;
    padding: 0 2vw 2vw
}

.page-portal .m-page-heading-area .touch-area .btn-all-view {
    float: right
}

.page-portal .m-page-heading-area .page-heading, .page-portal .m-page-heading-area_10 .page-heading {
    position: relative;
    background: #ddeff9
}

.page-portal .m-page-heading-area .page-heading div, .page-portal .m-page-heading-area .page-heading a, .page-portal .m-page-heading-area_10 .page-heading div, .page-portal .m-page-heading-area_10 .page-heading a {
    display: block;
    text-decoration: none !important;
    color: #3cb2e1;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.page-portal .m-page-heading-area .page-heading a:after, .page-portal .m-page-heading-area .page-heading a:before, .page-portal .m-page-heading-area_10 .page-heading a:after, .page-portal .m-page-heading-area_10 .page-heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #81c0e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.page-portal .m-page-heading-area .page-heading a:after, .page-portal .m-page-heading-area_10 .page-heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.page-portal .m-page-heading-area .page-heading a.open:after, .page-portal .m-page-heading-area_10 .page-heading a.open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-portal .m-page-heading-area .page-heading span, .page-portal .m-page-heading-area_10 .page-heading span {
    display: inline-block;
    padding-left: 18px;
    background: url(../../../../module/img/common/icn_my_courses_b.png) left center no-repeat;
    -webkit-background-size: 1em
}

.page-portal .m-page-heading-area .thumbnail, .page-portal .m-page-heading-area_10 .thumbnail {
    padding-right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../../module/img/common/icn_download_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle
}

.page-portal .m-page-heading-area .list, .page-portal .m-page-heading-area_10 .list {
    padding-right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../../module/img/common/icn_download_b.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle
}

.page-portal .page-inner .page-contents {
    width: 100%;
    padding: 0 2vw 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-portal .page-inner .page-contents .p-alert-text {
    margin-top: 0;
    padding-bottom: 2vw;
    font-size: 4vw
}

.page-courses-list {
    background: #bae3f9
}

.page-courses-list .m-page-heading-area {
    padding: 10px;
    position: relative
}

.page-courses-list .m-page-heading-area .sort {
    padding: 10px 0 0 0
}

.page-courses-list .m-page-heading-area .list-search-icon {
    float: left;
    margin-right: 10px
}

.page-courses-list .m-page-heading-area .list-search-icon .list-search-trigger {
    position: relative;
    display: block;
    width: 37px;
    height: 38px;
    margin-top: -3px;
    margin-bottom: -8px;
    background: url(../../../../module/img/common/icn_search_b.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.page-courses-list .m-page-heading-area .list-search-icon .list-search-trigger.on {
    background: #111 url(../../../../module/img/common/icn_search_w.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px
}

.page-courses-list .m-page-heading-area .list-search {
    display: none;
    position: absolute;
    z-index: 10;
    color: #fff;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 45px
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner {
    padding: 20px 20px 10px;
    background: #111111
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table {
    display: block
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table tbody {
    display: block
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table tr {
    display: block
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table td {
    padding-bottom: 20px;
    display: block
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table th {
    padding-bottom: 10px;
    display: block;
    font-size: 13px;
    width: 170px
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table th img {
    width: 18px;
    margin-right: 10px
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 8px
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table input[type="text"]:focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8)
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table .select-design .sel {
    height: 30px;
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    color: #000
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table .select-design .sel .sel-txt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 8px;
    padding-right: 15px
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table label {
    opacity: .4;
    margin-right: 10px
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table label.on {
    opacity: 1
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table label .pseudo-checkbox {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
    border: 2px solid #fff
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table label .pseudo-checkbox.focus {
    -webkit-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8)
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table label .pseudo-checkbox.on {
    background: url(../../../../module/img/common/icn_check_w.png) 4px 5px no-repeat;
    -webkit-background-size: 8px;
    background-size: 8px
}

.page-courses-list .m-page-heading-area .list-search .list-search-inner table label .pseudo-checkbox .checked {
    position: absolute;
    width: 16px;
    height: 20px;
    left: 0px;
    top: -2px;
    z-index: 1;
    background: url(../../../../module/img/common/icn_check02_w.png) center center no-repeat;
    background-size: contain
}

.page-courses-list .page-inner .page-contents {
    width: 100%;
    padding: 0 10px;
    max-width: 1500px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-courses-detail {
    background: #DDEFF9
}

.page-courses-detail .page-inner {
    overflow: visible !important
}

.page-courses-detail .page-inner .heading {
    position: relative
}

.page-courses-detail .page-inner .heading.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.page-courses-detail .page-inner .heading.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    right: 5px;
    top: 5px
}

.page-courses-detail .page-inner .heading div, .page-courses-detail .page-inner .heading a {
    display: block;
    text-decoration: none !important;
    color: #3cb2e1;
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.page-courses-detail .page-inner .heading a:after, .page-courses-detail .page-inner .heading a:before {
    content: " ";
    display: block;
    width: 15px;
    height: 2px;
    background: #81C0E9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px
}

.page-courses-detail .page-inner .heading a:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-courses-detail .page-inner .heading a.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.page-courses-detail .page-inner .heading span {
    display: inline-block;
    color: #3cb2e1
}

.page-courses-detail .page-inner .page-contents {
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0px 10px 10px 10px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout {
    position: relative;
    height: 100vw
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner {
    height: 100%
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .empty-text {
    background: #bbb;
    color: #fff;
    padding: 10px;
    text-align: center
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list {
    overflow-y: auto;
    overflow-x: hidden
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list .courses-detail-list-inner {
    background: #ccc;
    min-height: 100%
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list .empty-text {
    background: #bbb
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li {
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #DDEFF9
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li .inner .btn-block-chapter {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: contain;
    width: 26px;
    height: 26px;
    left: 34px;
    top: 50%;
    margin-top: -13px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li .inner>.inner-box {
    position: relative;
    display: block;
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-decoration: none
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li .inner>.inner-box>div {
    padding: 8px 10px 8px 45px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li .inner>.inner-box .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li .inner>.inner-box:before {
    content: " ";
    display: block;
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    left: 8px;
    top: 50%;
    margin-top: -14px;
    opacity: .6
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-docs .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_contents_no_set_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-books .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_lesson_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-test .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_test_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-debate .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_debate_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-video .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conmov_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-ccp .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conccp_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-anket .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conenq_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-html .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_file_html_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.icn-document .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_file_document_k.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.checked .inner:before {
    content: " ";
    display: block;
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    background: url(../../../../module/img/common/icn_check_b.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 1
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.checked.selected .inner:before {
    background: url(../../../../module/img/common/icn_check_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.checked.selected-chapter .inner:before {
    background: url(../../../../module/img/common/icn_check_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.checked .inner>.inner-box:before {
    opacity: 0.3 !important
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.has-description .inner>a>div {
    padding-right: 30px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li .description {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li .description a {
    display: block;
    width: 40px;
    height: 40px;
    opacity: .4;
    background: url(../../../../module/img/common/icn_infomation02_k.png) center center no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected .inner:after {
    content: " ";
    display: block;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -18px;
    display: block;
    height: 36px;
    width: 15px;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected .inner .inner-box {
    color: #fff
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected .inner .inner-box>div {
    background: #5FADDA
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected .inner .inner-box:before {
    opacity: 1
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected .btn-block-chapter {
    background-image: url(../../../../module/img/common/icn_premise_base_w.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected .description a {
    opacity: 1;
    background: url(../../../../module/img/common/icn_infomation02_w.png) center center no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-docs .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_contents_no_set_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-books .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_lesson_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-test .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_test_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-debate .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_debate_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-video .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conmov_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-ccp .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conccp_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-anket .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conenq_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-html .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_file_html_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected.icn-document .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_file_document_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter .btn-block-chapter {
    background-image: url(../../../../module/img/common/icn_premise_base_w.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-docs .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_contents_no_set_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-books .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_lesson_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-test .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_test_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-debate .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_debate_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-video .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conmov_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-ccp .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conccp_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-anket .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_conenq_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-html .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_file_html_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .cell-inner .courses-detail-list-outer .courses-detail-list li.selected-chapter.icn-document .inner>.inner-box:before {
    background: url(../../../../module/img/common/icn_file_document_w.png) left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .lesson-cell, .page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-cell {
    bottom: 0;
    width: 100%;
    height: 280px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .lesson-cell {
    z-index: 6
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .lesson-cell.chapter-hide .cell-inner .courses-detail-list-outer .courses-detail-list {
    padding-right: 0
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .lesson-cell.chapter-hide .cell-inner .courses-detail-list-outer .courses-detail-list .inner:after {
    display: none
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .lesson-cell.chapter-hide .cell-inner .courses-detail-list-outer .courses-detail-list .inner-box {
    padding-right: 3px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .lesson-cell.chapter-hide .cell-inner .courses-detail-list-outer .courses-detail-list .description {
    display: block
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner {
    height: 326px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner>div {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    display: none;
    opacity: 0
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner>div.on {
    display: block;
    opacity: 1
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner .ui-btns {
    margin: 10px 0 0
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner .chapter-info-layout .ph {
    text-align: center;
    margin-bottom: 10px;
    height: 170px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner .chapter-info-layout .ph img {
    max-height: 100%;
    max-width: 100%
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner .chapter-info-layout .info table {
    width: 100%
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner .chapter-info-layout .info table th, .page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner .chapter-info-layout .info table td {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 3px 8px
}

.page-courses-detail .page-inner .page-contents .courses-detail-layout .chapter-detail-cell .cell-inner .chapter-info-layout .info table th {
    background: #eee
}

.page-courses-detail.only-chapter .page-inner .page-contents .courses-detail-layout .chapter-cell {
    padding-top: 0
}

.page-courses-detail.only-chapter .page-inner .page-contents .courses-detail-layout .chapter-cell .courses-detail-list-outer {
    padding-left: 0
}

.page-courses-detail.only-chapter .page-inner .page-contents .courses-detail-layout .chapter-cell .courses-detail-list-outer .back-btn {
    padding-left: 0;
    display: none
}

.page-courses-detail .description-balloon {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.page-courses-detail .description-balloon .description-balloon-inner {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    font-size: 12px;
    position: relative
}

.page-courses-detail .description-balloon .description-balloon-inner>div {
    display: none;
    max-height: 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.page-courses-detail .description-balloon .description-balloon-inner .tri {
    position: absolute;
    bottom: -20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.page-courses-detail .description-balloon .description-balloon-inner .tri:after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin: -6px auto 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-courses-detail .description-balloon .description-balloon-inner .close {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 6px
}

.page-courses-detail .description-balloon .description-balloon-inner .close div {
    position: relative;
    width: 100%;
    height: 100%
}

.page-courses-detail .description-balloon .description-balloon-inner .close div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff
}

.page-courses-detail .description-balloon .description-balloon-inner .close div span.bar-01 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-courses-detail .description-balloon .description-balloon-inner .close div span.bar-02 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-courses-detail .chapters {
    display: none
}

.page-courses-detail .chapters .chapter-box {
    background: #fff !important
}

.page-courses-detail .chapters .chapter-box.icn-docs .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-ccp .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-anket .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-video .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-books .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-test .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-debate .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-document .inner>.inner-box:before, .page-courses-detail .chapters .chapter-box.icn-html .inner>.inner-box:before {
    margin-left: 25px !important
}

.page-courses-detail .chapters .chapter-box .inner-box {
    padding-left: 25px !important
}

.page-courses-detail .chapters .chapter-box.checked .inner:before {
    left: 37px !important
}

.page-courses-detail .chapters li.selected-chapter {
    background: #94BFE6 !important
}

.page-courses-detail .chapters li.selected-chapter .txt {
    color: #fff
}

.page-courses-detail .chapters li.has-description .inner>a>div {
    padding-right: 30px
}

.page-courses-detail .chapters li .description {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px
}

.page-courses-detail .chapters li .description a {
    display: block;
    width: 40px;
    height: 40px;
    opacity: .4;
    background: url(../../../../module/img/common/icn_infomation02_k.png) center center no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px
}

.page-courses-detail .chapters .chapter-detail {
    display: none;
    background: #fff;
    border-bottom: 1px solid #C6C6C7
}

.page-courses-detail .chapters .chapter-detail .info {
    padding-top: 11px
}

.page-courses-detail .chapters .chapter-detail .info .btn-disabled {
    background: #fff !important;
    color: #888 !important;
    border: #555 solid 1px !important
}

.page-courses-detail .chapters .chapter-detail .info .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
    margin-bottom: 3px
}

@media screen and (min-width: 768px) {
    .page-courses-detail .chapters .chapter-detail .info .icn {
        padding-right: 30px;
        margin-left: -60px
    }
}

.page-courses-detail .chapters .chapter-detail .info .btn-chapter-start {
    text-decoration: none;
    position: relative;
    background: none;
    width: 100%;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
    color: #ee7800;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ee7800;
    border-radius: 5px
}

.page-courses-detail .chapters .chapter-detail .info .btn-chapter-start:after {
    background: none
}

.page-courses-detail .chapters .chapter-detail .info .btn-chapter-detail {
    text-decoration: none;
    background: none;
    width: 98%;
    height: 40px;
    line-height: 44px;
    font-size: 16px;
    color: #37bef0;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #37bef0;
    border-radius: 5px
}

.page-courses-detail .chapters .chapter-detail .info .ui-btns {
    margin: 0px 0px
}

.page-courses-detail .chapters .chapter-detail .info .ui-btns div {
    width: 49%
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout table .img-cln {
    height: 100%
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout table tr {
    border: 1px solid #C6C6C7;
    height: 40px
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout table td, .page-courses-detail .chapters .chapter-detail .chapter-info-layout table th {
    vertical-align: middle;
    font-size: 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout table td span, .page-courses-detail .chapters .chapter-detail .chapter-info-layout table th span {
    padding: 0px 3px 0px 3px
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .layout-table {
    display: block
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .layout-table>div {
    display: block
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .layout-table .review-cell {
    margin-top: 20px
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .dll-area {
    text-align: right;
    margin-bottom: 10px
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .main-text {
    padding: 10px 1px;
    background: #fff
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .main-text ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .main-text ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .main-text ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(156, 156, 156, 0.6)
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .main-text .main-text-inner {
    color: red;
    max-height: 100px;
    overflow-y: scroll
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .main-text .main-text-inner .sub-chapters-text {
    color: blue
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .review-text {
    padding: 10px;
    background: #fff
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .message-setting .review-text .review-text-inner {
    height: 210px;
    overflow: hidden
}

.page-courses-detail .chapters .chapter-detail .chapter-info-layout .label-info {
    padding: 0px 5px;
    background: #D2D2D3
}

.page-courses-detail .chapters .full-width {
    width: 100%
}

.page-courses-detail .chapters .full-width .ph {
    text-align: center
}

.page-courses-detail .chapters .haft-width {
    width: 50%
}

.page-courses-detail .chapters .content-chapter {
    padding: 10px
}

.hide {
    display: none !important
}

.page-courses-qa .page-inner .search-found {
    background-color: yellow
}

.page-courses-qa .page-inner .page-contents {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-courses-qa .page-inner .page-contents a {
    cursor: pointer
}

.page-courses-qa .page-inner .page-contents a, .page-courses-qa .page-inner .page-contents a:link, .page-courses-qa .page-inner .page-contents a:active, .page-courses-qa .page-inner .page-contents a:visited {
    text-decoration: none
}

.page-courses-qa .page-inner .page-contents a:hover {
    opacity: .7
}

.page-courses-qa .page-inner .page-contents textarea {
    pointer-events: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    min-height: 1px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout>div.thread-cell {
    background-color: white
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout>div.post-cell {
    background-color: white
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .cell-inner {
    height: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .page-courses-qa .page-inner .page-contents .courses-qa-layout .cell-inner {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .cell-inner .courses-qa-list-outer .courses-qa-list {
    height: 100%;
    overflow-y: auto;
    padding-right: 0px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .cell-inner .courses-qa-list-outer .courses-qa-list .courses-qa-list-inner {
    min-height: 100%;
    padding-right: 10px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list {
    max-height: 360px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list.thread-area {
    max-height: 250px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: -1px;
    margin-left: 10px;
    border-left: none;
    border-right: none;
    padding: 5px 0px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li:link, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li:active, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li:visited {
    text-decoration: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li:hover {
    opacity: .7
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box {
    color: #333
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 85px;
    display: flex;
    align-items: center
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread span {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 20px;
    width: 55px;
    height: 100%;
    background: url(../../../../module/img/common/icn_qa_txt_k.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread span.clock {
    background: url(../../../../module/img/common/icn_qa_lock_k.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread .title {
    width: 100%;
    display: flex
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread .title .txt {
    font-size: 1.0em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    max-width: 41%
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread .title .tol-num {
    font-size: 1.0em
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread .access {
    font-size: .8em;
    line-height: 15px;
    position: absolute;
    right: 0;
    width: 30%
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .inner>.inner-box .thread .btn-delete {
    position: absolute;
    right: 2px;
    bottom: 0;
    margin-left: 20px;
    width: 25px;
    height: 100%;
    background: url(../../../../module/img/common/icn_trash_k.png) center center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.delete {
    pointer-events: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li .delete {
    position: absolute;
    background: #231815;
    top: 0;
    opacity: .7;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.notice:after {
    content: " ";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    left: 7px;
    top: 44%
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on {
    color: white;
    background-color: #6E6E6E
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on .inner>.inner-box {
    color: #333
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on .inner>.inner-box .thread span {
    background: url(../../../../module/img/common/icn_qa_txt_w.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on .inner>.inner-box .thread span.clock {
    background: url(../../../../module/img/common/icn_qa_lock_w.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on .inner>.inner-box .thread .txt {
    color: white
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on .inner>.inner-box .thread .access {
    color: white
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on .inner>.inner-box .thread .tol-num {
    color: white
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on .inner>.inner-box .thread .btn-delete {
    background: url(../../../../module/img/common/icn_trash_w.png) center center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner ul li.on:hover {
    opacity: 1
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header {
    margin-bottom: 15px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li {
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
    border: 1px solid #6E6E6E;
    padding: 5px 0px 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 1.0em;
    border-radius: 3px;
    display: flex;
    align-items: center
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li .display {
    display: inline-block;
    background: url(../../../../module/img/common/icn_lock_k.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 5px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li .myself {
    display: inline-block;
    background: url(../../../../module/img/common/icn_user_k.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 5px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li .know {
    display: inline-block;
    background: url(../../../../module/img/common/icn_unread_bk.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 5px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li.on {
    color: white;
    background-color: #6E6E6E
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li.on .display {
    background: url(../../../../module/img/common/icn_lock_w.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li.on .myself {
    background: url(../../../../module/img/common/icn_user_w.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .thread-header .filter-qa ul li.on .know {
    background: url(../../../../module/img/common/icn_unread_w.png) no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .footer {
    border-bottom: 1px solid #ccc;
    height: 50px;
    margin-bottom: 10px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: fixed;
    bottom: 15px;
    right: 4px;
    z-index: 1;
    margin: 5px 5px 5px 0px;
    cursor: pointer;
    width: 35px;
    height: 30px;
    background: url(../../../../module/img/common/icn_selectbtn_plus_b.png) center center no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa:link, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa:active, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa:visited {
    text-decoration: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa:hover {
    opacity: .5
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa.on {
    background: url(../../../../module/img/common/icn_selectbtn_plus_w.png) center center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .btn-new-qa.on:hover {
    opacity: 1
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list {
    margin-bottom: 3px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list.search-area .courses-qa-list-inner ul li, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list.search-area .courses-qa-list-inner ul li {
    border: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner.no-data, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner.no-data {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin {
    margin-left: 10px;
    margin-right: 10px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv0, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv0 {
    margin-left: 11.25px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv0 .btn-control a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv0 .btn-control a {
    margin-left: 5px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv1, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv1 {
    margin-left: 26.1px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv1 .btn-control a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv1 .btn-control a {
    margin-left: 5px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv2, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv2 {
    margin-left: 41.4px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv2 .btn-control a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv2 .btn-control a {
    margin-left: 4px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv3, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv3 {
    margin-left: 56.7px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv3 .btn-control a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv3 .btn-control a {
    margin-left: 3px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv4, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv4 {
    margin-left: 71.55px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv4 .btn-control a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv4 .btn-control a {
    margin-left: 2px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv5, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.lv5 {
    margin-left: 86.85px !important
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent {
    margin-left: 86.85px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text {
    border-radius: 0px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text .post-text-header, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text .post-text-header {
    border-radius: 0px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text .post-text-inner, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text .post-text-inner {
    border-radius: 0px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text.unread, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.indent .post-inner .post-text.unread {
    width: calc(100% - 54px)
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text .post-text-header, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text .post-text-header {
    background: #C8E6AA
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread {
    border: 2px solid #ee7800
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread .post-text-header, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread .post-text-header {
    border-radius: 8px 8px 0px 0px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread .post-text-inner, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread .post-text-inner {
    border-radius: 0px 0px 8px 8px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread .post-text-inner .post-tri, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-text.unread .post-text-inner .post-tri {
    margin: -20px -13.5px;
    border-bottom: 2px solid #ee7800;
    border-left: 2px solid #ee7800;
    transform: rotate(47deg)
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-img.right, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .post-inner .post-img.right {
    display: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-text, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-text {
    margin-left: 50px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-text .post-text-header, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-text .post-text-header {
    background: #69C3EE
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-text .post-text-inner .post-tri, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-text .post-text-inner .post-tri {
    right: 15px;
    margin: -19px 0px;
    background: #69C3EE
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-img, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .post-inner .post-img {
    display: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .closed-mgr .post-text .post-text-inner .post-tri, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .closed-mgr .post-text .post-text-inner .post-tri {
    right: 15px;
    margin: -19px -20px;
    background: #69C3EE
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .closed-mgr .post-text .post-text-inner .post-tri:after, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.right .closed-mgr .post-text .post-text-inner .post-tri:after {
    display: block;
    margin: 0px 0px;
    background: linear-gradient(45deg, transparent 55.9%, #4D7F97 44.1%);
    transform: rotate(0deg)
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .closed-mgr .post-text .post-text-inner .post-tri:after, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.left .closed-mgr .post-text .post-text-inner .post-tri:after {
    display: block;
    margin: 0px 0px;
    background: linear-gradient(45deg, transparent 55.9%, #86946E 44.1%);
    transform: rotate(180deg)
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
    margin: 0px 0px 0px 10px;
    padding: 5px 0px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search, .page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:link, .page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:active, .page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:visited, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:link, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:active, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:visited {
    text-decoration: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:hover, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search:hover {
    opacity: .5
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner {
    border: solid 2px #a9a9a9;
    padding: 5px;
    display: block
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-img, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-img {
    margin-right: 5px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .search-content, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .search-content {
    white-space: pre-wrap;
    word-break: break-all
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text {
    margin: 0px;
    width: 100%
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-header, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-header {
    display: block;
    background: none;
    width: calc(100% - 75px);
    float: right
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-header div:first-child, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-header div:first-child {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-header .header-time, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-header .header-time {
    width: 100%;
    padding-top: 0px;
    position: inherit;
    text-align: left
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-inner, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-inner {
    background: none;
    max-height: 100px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-inner pre, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin.search .post-inner .post-text .post-text-inner pre {
    font-size: 12pt;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner {
    display: flex
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-img, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-img {
    float: left
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-img img, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-img img {
    min-width: 38px;
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #a9a9a9
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed .post-img img, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed .post-img img {
    display: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed .post-text.closed, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed .post-text.closed {
    padding: 10px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed .post-text.open, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed .post-text.open {
    display: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed-mgr, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed-mgr {
    position: relative
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed-mgr .post-text .post-text-inner .btn-control.real a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner.closed-mgr .post-text .post-text-inner .btn-control.real a {
    display: none
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text {
    border-radius: 10px;
    width: calc(100% - 50px);
    margin-left: 10px;
    margin-bottom: 10px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.unread, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.unread {
    border: 2px solid #ee7800
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed {
    background: #a9a9a9;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr {
    position: absolute;
    background: #231815;
    top: 0;
    right: 0;
    opacity: .4;
    height: calc(100% - 10px);
    width: calc(100% - 50px);
    color: white;
    z-index: 1
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner {
    position: absolute;
    background: transparent;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 20px);
    padding-left: 5px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control a {
    padding-top: 1px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-new-post, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-new-post {
    color: white;
    background: url(../../../../module/img/common/icn_rep_w.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-delete, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-delete {
    color: white;
    background: url(../../../../module/img/common/icn_trash_w.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-open, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-open {
    color: white;
    background: url(../../../../module/img/common/icn_view_w.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-open.open, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-open.open {
    background: url(../../../../module/img/common/icn_view_w.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-switch, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-switch {
    color: white;
    background: url(../../../../module/img/common/icn_tree_w.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-switch.time, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.closed.mgr .post-text-inner .btn-control .btn-switch.time {
    background: url(../../../../module/img/common/icn_list_w.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header {
    border-radius: 10px 10px 0px 0px;
    background: #69C3EE;
    padding: 2px 10px;
    display: flex;
    min-height: 22px;
    align-items: center;
    font-size: 0.9em
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header div:first-child, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header div:first-child {
    min-width: 35px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header .header-time, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header .header-time {
    width: 90%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header.others, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-header.others {
    background: #C8E6AA
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner {
    border-radius: 0px 0px 10px 10px;
    background: #E6F0FA;
    padding: 5px 5px;
    min-height: 22px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .header-time, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .header-time {
    font-size: .8em;
    padding-right: 3px;
    text-align: end
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner.other, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner.other {
    background: #C8E6AA
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner.other .post-tri, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner.other .post-tri {
    background: #C8E6AA
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .post-content, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .post-content {
    width: 100%;
    resize: none;
    background: transparent;
    white-space: pre-wrap
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .image-thumb, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .image-thumb {
    cursor: pointer;
    width: 50px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner>span, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner>span {
    font-size: 11px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .post-tri, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .post-tri {
    position: absolute;
    content: " ";
    display: block;
    width: 12px;
    height: 11px;
    margin: -18.6px -10px;
    background: #C8E6AA;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .post-tri:after, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .post-text-inner .post-tri:after {
    content: " ";
    display: none;
    width: 12px;
    height: 11px;
    margin: -18.6px -10px;
    background: #C8E6AA;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control {
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.8em;
    min-height: 17px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control a, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control a {
    padding-top: 1px;
    padding-left: 14px;
    margin-left: 1px;
    color: #333
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-new-post, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-new-post {
    background: url(../../../../module/img/common/icn_rep_k.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-delete, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-delete {
    background: url(../../../../module/img/common/icn_trash_k.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-open, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-open {
    background: url(../../../../module/img/common/icn_view_w.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-open.open, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-open.open {
    background: url(../../../../module/img/common/icn_view_k.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-switch, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-switch {
    margin-left: -2px;
    background: url(../../../../module/img/common/icn_tree_k.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-switch.time, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text .btn-control .btn-switch.time {
    background: url(../../../../module/img/common/icn_list_k.png) left center no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    padding-left: 14px;
    background-position-y: 2px
}

.page-courses-qa .page-inner .page-contents .courses-qa-layout .post-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.new, .page-courses-qa .page-inner .page-contents .courses-qa-layout .thread-cell .courses-qa-list .courses-qa-list-inner .post-margin .post-inner .post-text.new {
    background: #FFD992
}

.m-qa-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5)
}

.m-qa-modal .m-qa-modal-inner {
    position: relative;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5)
}

.m-qa-modal .m-qa-modal-inner .hide {
    display: none !important
}

.m-qa-modal .m-qa-modal-inner .modal-header {
    position: relative;
    padding-top: 30px;
    padding: 0px;
    line-height: 30px;
    font-size: 12pt
}

.m-qa-modal .m-qa-modal-inner .modal-header .btn-modal-exit {
    position: absolute;
    border-radius: 0px;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../../../../module/img/common/icn_close_k.png) center no-repeat;
    background-size: 15px
}

.m-qa-modal .m-qa-modal-inner .modal-header div {
    color: #82BEF0;
    margin: 0px auto;
    line-height: 30px;
    vertical-align: middle
}

.m-qa-modal .m-qa-modal-inner .checkbox-btn label {
    padding-left: 8px
}

.m-qa-modal .m-qa-modal-inner .checkbox-btn label::before {
    width: 12px;
    top: 3px
}

.m-qa-modal .m-qa-modal-inner .checkbox-btn label::after {
    width: 15px;
    height: 15px;
    top: -1px
}

.m-qa-modal .m-qa-modal-inner .footer {
    clear: both;
    margin-bottom: 20px
}

.m-qa-modal .m-qa-modal-inner .footer .btn, .m-qa-modal .m-qa-modal-inner .footer .m-form .upload-thumb label, .m-form .upload-thumb .m-qa-modal .m-qa-modal-inner .footer label {
    text-decoration: none;
    width: 135px;
    height: 40px;
    line-height: 42px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: normal;
    color: #DC780A;
    border: 1px solid #DC780A;
    margin-bottom: 15px
}

.m-qa-modal .m-qa-modal-inner .upload-file {
    width: 100%;
    height: 33px;
    margin: 5px 0px;
    position: relative
}

.m-qa-modal .m-qa-modal-inner .upload-file .fileInput {
    position: relative;
    width: 100%;
    height: 33px;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    overflow: hidden
}

.m-qa-modal .m-qa-modal-inner .upload-file .fakeFile {
    position: absolute;
    width: 100%;
    height: 33px;
    top: 0;
    overflow: hidden;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center
}

.m-qa-modal .m-qa-modal-inner .upload-file .fakeFile span {
    min-width: 30px
}

.m-qa-modal .m-qa-modal-inner .upload-file .fakeFile .fakeBtn {
    float: right;
    width: 32%;
    height: 27px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #3e3e3e;
    color: #3e3e3e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center
}

.m-qa-modal .m-qa-modal-inner .upload-file .fakeFile .fakeInput {
    float: left;
    width: 54%;
    line-height: 22px;
    height: 22px;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding-left: 5px;
    margin-left: 3px
}

#setting.m-qa-modal .m-qa-modal-inner .modal-body {
    padding: 5px 3px;
    display: inline-block
}

#setting.m-qa-modal .m-qa-modal-inner .modal-body .checkbox-btn {
    text-align: left;
    padding-left: 10px
}

#setting.m-qa-modal .m-qa-modal-inner .modal-body .inp-text {
    margin-bottom: 10px
}

#setting.m-qa-modal .m-qa-modal-inner .modal-body .inp-text .title {
    padding-left: 10px;
    text-align: left
}

@media screen and (device-aspect-ratio: 40 / 71) {
    #setting.m-qa-modal .m-qa-modal-inner .modal-body .cke_button.cke_button__justifyleft {
        display: none
    }
    #setting.m-qa-modal .m-qa-modal-inner .modal-body .cke_button.cke_button__justifycenter {
        display: none
    }
    #setting.m-qa-modal .m-qa-modal-inner .modal-body .cke_button.cke_button__justifyright {
        display: none
    }
    #setting.m-qa-modal .m-qa-modal-inner .modal-body .cke_button.cke_button__justifyblock {
        display: none
    }
}

#setting.m-qa-modal .m-qa-modal-inner .footer {
    margin-bottom: 0px
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-header div {
    color: #fff;
    background-color: #82BEF0
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-header .btn-modal-exit {
    background: url(../../../../module/img/common/icn_close_w.png) center no-repeat;
    background-size: 15px
}

#newqa.m-qa-modal .m-qa-modal-inner .require-info {
    text-align: right;
    width: 85%;
    margin: 0px auto
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-body {
    padding: 15px
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-body .title {
    display: flex
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-body .title span {
    width: 25%;
    text-align: left
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-body .title .require-error {
    padding-left: 5px;
    width: 75%;
    text-align: right
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-body .checkbox-btn {
    text-align: left;
    margin: 10px 0px 5px 0px
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-body textarea {
    border: 1px solid #a9a9a9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

#newqa.m-qa-modal .m-qa-modal-inner .modal-body .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-header div {
    color: #fff;
    background-color: #82BEF0
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-header .btn-modal-exit {
    background: url(../../../../module/img/common/icn_close_w.png) center no-repeat;
    background-size: 4vw
}

#newpost.m-qa-modal .m-qa-modal-inner .require-info {
    margin-right: 15px;
    text-align: right
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body {
    padding: 0px 15px 0px 15px
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .title {
    display: flex;
    margin-top: 10px
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .title .require-error {
    position: absolute;
    right: 5px
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .reply-info .reply-content {
    width: 100%;
    display: flex
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .reply-info .reply-content .post-img {
    width: 12vw;
    margin-right: 5px
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .reply-info .reply-content .post-img img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #a9a9a9
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .reply-info .reply-content .post-text {
    width: 80%
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .reply-info .reply-content .post-text .post-text-inner {
    text-align: left
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .reply-info .reply-content .post-text .post-text-inner .txt {
    border: none;
    max-height: 160px;
    overflow: auto;
    white-space: pre-wrap
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .reply-info .reply-content .post-text .post-time-inner {
    text-align: left
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .error {
    text-align: left
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body textarea {
    border: 1px solid #a9a9a9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#newpost.m-qa-modal .m-qa-modal-inner .modal-body .fakeBtn {
    background-position: 20px 6px
}

#searchqa.m-qa-modal .m-qa-modal-inner .modal-body {
    padding: 0px;
    top: 50%;
    width: 95%;
    margin: 0px auto;
    border-spacing: 15px;
    border-collapse: separate
}

#searchqa.m-qa-modal .m-qa-modal-inner .modal-body .td-left {
    vertical-align: top;
    padding-top: 5px;
    text-align: left
}

#searchqa.m-qa-modal .m-qa-modal-inner .modal-body .td-right {
    margin: 5px 0px;
    text-align: left
}

#searchqa.m-qa-modal .m-qa-modal-inner .modal-body .check-group {
    margin-top: 10px;
    text-align: left
}

#searchqa.m-qa-modal .m-qa-modal-inner .modal-body .input-text {
    line-height: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#searchqa.m-qa-modal .m-qa-modal-inner .modal-body img {
    width: 20px;
    height: 20px
}

#searchqa.m-qa-modal .m-qa-modal-inner .footer .btn, #searchqa.m-qa-modal .m-qa-modal-inner .footer .m-form .upload-thumb label, .m-form .upload-thumb #searchqa.m-qa-modal .m-qa-modal-inner .footer label {
    background: url(../../../../module/img/common/icn_search_w.png) no-repeat;
    background-size: 25px;
    background-position: 50% 50%;
    background-color: #82BEF0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    border-color: #82BEF0
}

#zoomimg .modal-inner {
    width: 95vw;
    height: 55vh;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 0px !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#zoomimg .modal-inner .details-img {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    margin-top: 10px
}

.page-chapter-detail {
    overflow: hidden
}

.page-chapter-detail .page-inner .page-contents {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-chapter-detail .page-inner .page-contents .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-bottom: 2px
}

@media screen and (min-width: 1024px) {
    .page-chapter-detail .page-inner .page-contents .icn {
        background-size: 16px
    }
}

.page-chapter-detail .page-inner .page-contents .btn-start {
    border: 1px solid #e2750e;
    color: #e2750e
}

.page-chapter-detail .page-inner .page-contents .top-area {
    padding: 10px
}

.page-chapter-detail .page-inner .page-contents .top-area .layout-table>div {
    vertical-align: middle
}

.page-chapter-detail .page-inner .page-contents .top-area .layout-table>div.txt-cell, .page-chapter-detail .page-inner .page-contents .top-area .layout-table>div.btn-cell {
    text-align: right
}

.page-chapter-detail .page-inner .page-contents .top-area .layout-table>div.btn-cell {
    width: 110px
}

.page-chapter-detail .page-inner .page-contents .top-area .layout-table>div.txt-cell {
    display: none
}

.page-chapter-detail .page-inner .page-contents .top-area .layout-table>div.name-cell {
    text-align: left;
    width: auto;
    word-break: break-all
}

.page-chapter-detail .page-inner .page-contents .top-area .name-header {
    position: fixed;
    left: 0;
    top: 52px;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    padding-bottom: 5px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.page-chapter-detail .page-inner .page-contents .top-area .name-header.on {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.page-chapter-detail .page-inner .page-contents .top-area .name-header .name-header-inner {
    background: #fff;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5)
}

.page-chapter-detail .page-inner .page-contents .top-area .name-header .name-header-inner .chapter-name {
    padding-right: 110px;
    font-size: 10px
}

.page-chapter-detail .page-inner .page-contents .top-area .name-header .name-header-inner .chapter-name span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.page-chapter-detail .page-inner .page-contents .top-area .name-header .name-header-inner .btn, .page-chapter-detail .page-inner .page-contents .top-area .name-header .name-header-inner .m-form .upload-thumb label, .m-form .upload-thumb .page-chapter-detail .page-inner .page-contents .top-area .name-header .name-header-inner label {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px
}

.page-chapter-detail .page-inner .page-contents .top-area .txt-cell .possible-times {
    display: none;
    font-size: 15px
}

.page-chapter-detail .page-inner .page-contents .top-area .txt-cell .possible-times span {
    font-size: 30px
}

.page-chapter-detail .page-inner .page-contents .top-area .name-cell .lesson-name {
    font-size: 10px
}

.page-chapter-detail .page-inner .page-contents .top-area .name-cell .chapter-name {
    font-size: 14px;
    line-height: 1.2
}

.page-chapter-detail .page-inner .page-contents .main-message-area {
    padding: 10px
}

.page-chapter-detail .page-inner .page-contents .main-message-area .layout-table {
    display: block
}

.page-chapter-detail .page-inner .page-contents .main-message-area .layout-table>div {
    display: block
}

.page-chapter-detail .page-inner .page-contents .main-message-area .layout-table .review-cell {
    margin-top: 20px
}

.page-chapter-detail .page-inner .page-contents .main-message-area .dll-area {
    text-align: right;
    margin-bottom: 10px
}

.page-chapter-detail .page-inner .page-contents .main-message-area .main-text {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    color: red
}

.page-chapter-detail .page-inner .page-contents .main-message-area .main-text .main-text-inner {
    max-height: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.page-chapter-detail .page-inner .page-contents .main-message-area .main-text .main-text-inner .sub-chapters-text {
    color: blue
}

.page-chapter-detail .page-inner .page-contents .main-message-area .review-text {
    padding: 10px;
    background: #fff
}

.page-chapter-detail .page-inner .page-contents .main-message-area .review-text .review-text-inner {
    height: 210px;
    overflow: hidden
}

.page-chapter-detail .page-inner .page-contents .main-message-area .btn-more {
    margin-top: 15px;
    text-align: center
}

.page-chapter-detail .page-inner .page-contents .main-area {
    padding: 10px
}

.page-chapter-detail .page-inner .page-contents .main-area .layout-table {
    display: block
}

.page-chapter-detail .page-inner .page-contents .main-area .layout-table>div {
    display: block
}

.page-chapter-detail .page-inner .page-contents .main-area .layout-table .review-cell {
    margin-top: 20px
}

.page-chapter-detail .page-inner .page-contents .main-area .dll-area {
    text-align: right;
    margin-bottom: 10px
}

.page-chapter-detail .page-inner .page-contents .main-area .main-text {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc
}

.page-chapter-detail .page-inner .page-contents .main-area .main-text .main-text-inner {
    max-height: 210px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.page-chapter-detail .page-inner .page-contents .main-area .review-text {
    padding: 10px;
    background: #fff
}

.page-chapter-detail .page-inner .page-contents .main-area .review-text .review-text-inner {
    height: 210px;
    overflow: hidden
}

.page-chapter-detail .page-inner .page-contents .main-area .btn-more {
    margin-top: 15px;
    text-align: center
}

.page-chapter-detail .page-inner .page-contents .under-area {
    text-align: center
}

.page-chapter-detail .page-inner .page-contents .under-area .possible-times {
    margin-bottom: 5px
}

.page-chapter-detail .page-inner .page-contents .under-area .possible-times span {
    font-size: 24px
}

.page-chapter-detail .page-inner .page-contents .detail-area {
    padding: 10px
}

.page-chapter-detail .page-inner .page-contents .detail-area .layout-table {
    display: block
}

.page-chapter-detail .page-inner .page-contents .detail-area .layout-table>div {
    display: block;
    vertical-align: top
}

.page-chapter-detail .page-inner .page-contents .detail-area .detail-area-inner {
    overflow: hidden;
    margin-left: -10px
}

.page-chapter-detail .page-inner .page-contents .detail-area .detail-area-inner p {
    min-height: 20px;
    text-align: center;
    background: #fff;
    padding: 7px 10px;
    font-size: 12px;
    border: 1px solid #ccc
}

.page-chapter-detail .page-inner .page-contents .detail-area .detail-area-inner>div {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 20px;
    width: 50%
}

.page-chapter-detail .page-inner .page-contents .detail-area .detail-area-inner>div:first-child {
    width: 100%
}

.page-chapter-detail .page-inner .page-contents .detail-area .lecture-history {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc
}

.page-chapter-detail .page-inner .page-contents .detail-area .lecture-history .lecture-history-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 150px;
    overflow-y: auto;
    min-height: 20px
}

.page-chapter-detail .page-inner .page-contents .detail-area .lecture-history .lecture-history-inner table {
    width: 100%;
    table-layout: fixed
}

.page-chapter-detail .page-inner .page-contents .detail-area .lecture-history .lecture-history-inner table td {
    font-size: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 3px 0
}

.page-chapter-detail .page-inner .page-contents .detail-area .lecture-history .lecture-history-inner table tr:last-child td {
    border-bottom: none
}

.page-chapter-detail .page-inner .page-contents .detail-area .lecture-history .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    right: 0 !important
}

.page-chapter-detail .page-inner .page-contents .btn-area {
    overflow: hidden;
    text-align: center
}

.page-chapter-detail .page-inner .page-contents .btn-area.-fixed {
    padding: 10px 10px 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-chapter-detail .page-inner .page-contents .btn-area .btn-start:first-child {
    margin-left: 40px
}

.page-chapter-detail .page-inner .page-contents .btn-area .btn-gray:last-child {
    margin-right: 40px
}

.page-chapter-detail .page-inner .page-contents .btn-area .prev, .page-chapter-detail .page-inner .page-contents .btn-area .next {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px
}

.page-chapter-detail .page-inner .page-contents .btn-area .prev, .page-chapter-detail .page-inner .page-contents .btn-area .prev:link, .page-chapter-detail .page-inner .page-contents .btn-area .prev:active, .page-chapter-detail .page-inner .page-contents .btn-area .prev:visited, .page-chapter-detail .page-inner .page-contents .btn-area .next, .page-chapter-detail .page-inner .page-contents .btn-area .next:link, .page-chapter-detail .page-inner .page-contents .btn-area .next:active, .page-chapter-detail .page-inner .page-contents .btn-area .next:visited {
    text-decoration: none
}

.page-chapter-detail .page-inner .page-contents .btn-area .prev:hover, .page-chapter-detail .page-inner .page-contents .btn-area .next:hover {
    opacity: .7
}

.page-chapter-detail .page-inner .page-contents .btn-area .prev {
    background: url(../../../../module/img/common/icn_arrow_back_k.png) center center no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    margin-right: 5px
}

.page-chapter-detail .page-inner .page-contents .btn-area .next {
    background: url(../../../../module/img/common/icn_arrow_next_k.png) center center no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    margin-left: 5px
}

.page-chapter-detail .page-inner .page-contents .btn-area .btn-gray {
    width: 100px;
    border: 1px solid gray;
    background: none !important;
    height: 30px;
    line-height: 30px
}

.page-chapter-detail .page-inner .page-contents .icn-cal {
    margin-bottom: 7px;
    padding-left: 32px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../../../module/img/common/icn_calender_k.png)
}

.page-chapter-detail .page-inner .page-contents .icn-pen {
    margin-bottom: 7px;
    padding-left: 32px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../../../module/img/common/icn_pencil_k.png)
}

.page-chapter-detail .page-inner .page-contents .icn-flag {
    margin-bottom: 7px;
    padding-left: 32px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../../../module/img/common/icn_flag_k.png)
}

.page-chapter-detail .page-inner .page-contents .icn-trop {
    margin-bottom: 7px;
    padding-left: 32px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../../../module/img/common/icn_trophy_k.png)
}

.page-chapter-detail .page-inner .page-contents .icn-clock {
    margin-bottom: 7px;
    padding-left: 32px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../../../module/img/common/icn_watch_k.png)
}

.page-chapter-detail .page-inner .page-contents .icn-history {
    margin-bottom: 7px;
    padding-left: 32px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../../../module/img/common/icn_history_k.png)
}

.page-chapter-detail .page-inner .page-contents .icn-review {
    margin-bottom: 7px;
    padding-left: 32px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../../../module/img/common/icn_bubble_k.png)
}

.page-chapter-detail .page-inner .page-contents .btn-disabled {
    border: 0px;
    color: #888
}

.page-chapter-play .page-inner .page-contents iframe {
    width: 100%;
    height: 650px
}

.page-user-edit {
    margin: 10px
}

.page-user-edit .page-inner .page-contents {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 100%
}

.main-container .paginationNav {
    display: none
}

.main-container .clear {
    width: 97%;
    height: 1px;
    background: #9A9A9A;
    margin: 0 auto
}

.main-container .btn-next-chapter.btn-disabled {
    background: #fff !important;
    color: #888 !important;
    border: #555 solid 1px !important
}

.main-container .btn-next-chapter .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 22px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px
}

.main-container .all-comment {
    color: red;
    display: none
}

.main-container .all-comment .all-comment-outter {
    background: #fff;
    position: absolute !important;
    z-index: 12000;
    width: 298px;
    height: 120px;
    padding: 2px 2px 10px 4px;
    border: 1px solid #555;
    top: 300px;
    right: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

.main-container .all-comment .all-comment-outter ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px
}

.main-container .all-comment .all-comment-outter ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px
}

.main-container .all-comment .all-comment-outter ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(156, 156, 156, 0.6)
}

.main-container .all-comment .all-comment-outter .scroll-area {
    max-height: 110px;
    overflow-y: scroll
}

.main-container .col1 {
    width: 100%;
    top: 40px;
    background: #fff;
    margin-bottom: 10px
}

.main-container .col1 .main .decription .header {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    word-break: break-all
}

.main-container .col1 .main .decription .header p {
    margin: 5px 0px;
    color: #82BEF0
}

.main-container .col1 .main .decription .content {
    display: none;
    border: 1px solid;
    width: 87%;
    max-height: 210px;
    margin: 8px auto;
    padding: 15px 10px;
    font-size: 18px;
    color: #797979;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
    word-break: break-word
}

.main-container .col1 .main .decription .info {
    text-align: center;
    font-size: 18px;
    color: #797979;
    margin: 20px 0px;
    font-size: 18px
}

.main-container .col1 .main .decription .info p {
    padding: 8px 0px
}

.main-container .col1 .main .main-header {
    text-align: center;
    margin: 20px 0px
}

.main-container .col1 .main .main-header div {
    margin-bottom: 20px
}

.main-container .col1 .question-main {
    font-size: 18px;
    color: #6E6E6E
}

.main-container .col1 .question-main .question-cell {
    margin-bottom: 5px
}

.main-container .col1 .question-main .answer-content {
    margin: 12px 5px
}

.main-container .col1 .question-main .answer-content .answer {
    margin: 2px 0px;
    padding: 2px;
    word-break: break-all
}

.main-container .col1 .question-main .answer-content .text {
    text-align: center;
    min-height: 40px
}

.main-container .col1 .question-main .answer-content .lbl-first {
    margin: 0px 10px -7px 5px;
    overflow: hidden;
    max-width: 1000%;
    display: inline-block;
    font-weight: bold
}

.main-container .col1 .question-main .answer-content .lbl-correct {
    color: #9CC947
}

.main-container .col1 .question-main .answer-content .lbl-incorrect {
    color: #EF8976
}

.main-container .col1 .question-main .answer-content .correct {
    background: #9CC947
}

.main-container .col1 .question-main .answer-content .correct input[type="text"] {
    background: #9CC947;
    border: 0px #9CC947
}

.main-container .col1 .question-main .answer-content .incorrect {
    background: #EF8976
}

.main-container .col1 .question-main .answer-content .incorrect input[type="text"] {
    background: #EF8976;
    border: 0px solid #EF8976
}

.main-container .col1 .question-main .answer-content .comment {
    padding: 10px 5px
}

.main-container .col1 .question-main .answer-content .comment p {
    word-break: break-all;
    white-space: pre-wrap
}

.main-container .col1 .question-main .answer-result label {
    pointer-events: none
}

.main-container .col1 .question-main .answer-result input {
    pointer-events: none
}

.main-container .col1 .question-main .answer-result textarea {
    pointer-events: none
}

.main-container .col1 .question-main .answer-result label::after {
    border-color: #787878
}

.main-container .col1 .question-main .answer-result label::after {
    background-color: #fff
}

.main-container .col1 .question-main .answer-result input[type="radio"]+label::before {
    background-color: #787878
}

.main-container .col1 .question-main .answer-result input[type="checkbox"]+label::before {
    border: 3px solid #787878;
    border-top: none;
    border-right: none
}

.main-container .col1 .question-main input[type=text] {
    width: 95%;
    height: 30px;
    font-size: 16px;
    color: #6E6E6E
}

.main-container .col1 .question-main textarea {
    width: 100%;
    resize: vertical;
    min-height: 100px;
    font-size: 16px;
    color: #6E6E6E;
    border: 1px solid #6E6E6E
}

.main-container .col1 .question-main .question-content {
    margin-bottom: 10px
}

.main-container .col1 .question-main .question-content .txt {
    padding: 10px 0px 0px 10px
}

.main-container .col1 .question-main .question-content .txt .title {
    font-size: 21px;
    font-weight: bold
}

.main-container .col1 .question-main .question-content .txt .required {
    font-size: 12px;
    color: red;
    display: block;
    margin-top: -5px
}

.main-container .col1 .question-main .question-content p {
    padding: 5px 0px;
    white-space: pre-wrap;
    word-break: break-all
}

.main-container .col1 .question-main .img {
    text-align: center;
    margin-top: 5px
}

.main-container .col1 .question-main .audio {
    text-align: center
}

.main-container .col1 .question-main textarea {
    width: 98%
}

.main-container .col1 .btn-feedback-area {
    text-align: center;
    margin: 15px 0px
}

.main-container .col1 .footer {
    margin-bottom: 20px
}

.main-container .col1 .footer .btn-start-area {
    text-align: center
}

.main-container .col1 .footer .btn-start-area a {
    margin: 5px 0px
}

.main-container .col1 .footer .btn-next-area {
    text-align: center;
    margin-top: 30px
}

.main-container .col2 {
    top: 0;
    z-index: 10;
    right: 2px;
    text-align: center;
    width: 100%;
    height: 36px
}

.main-container .col2.fixedPossion {
    position: fixed
}

.main-container .col2.fixedPossion .timer .pre-done {
    border: 1px solid gray;
    height: 34px !important
}

.main-container .col2.fixedPossion .timer .pre-done span {
    line-height: 34px
}

.main-container .col2.fixedPossion .timer .done {
    border: 1px solid;
    height: 34px !important
}

.main-container .col2 .button-left {
    float: left;
    width: 20%;
    height: 36px;
    padding-left: 2px
}

.main-container .col2 .button-right {
    float: right;
    width: 20%
}

.main-container .col2 .done {
    color: #E3760D;
    line-height: 33px
}

.main-container .col2 .done span {
    font-size: 20px
}

.main-container .col2 .timer {
    width: 58%;
    background: #fff;
    border-radius: 2px;
    height: 36px;
    line-height: 39px;
    font-size: 24px;
    display: inline-block;
    margin: 0px 0px 0px 2px
}

.main-container .col2 .timer .pre-done span {
    margin: 0 auto;
    width: 135px;
    color: #6E6E6E;
    background-image: url("../../../../module/img/common/icn_history_k.png");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 30px 6px;
    display: block;
    padding-left: 22px;
    line-height: 34px
}

.main-container .col3 {
    top: 40px;
    background: #82BEF0;
    width: 100%;
    height: 40px;
    text-align: center
}

.main-container .col3.fixedPossion {
    position: fixed
}

.main-container .col3.avegrate2Index {
    z-index: 2
}

.main-container .col3 .questions-title {
    line-height: 37px;
    font-size: 19px;
    color: #fff
}

.main-container .col3 .questions-title div span:first-child {
    padding-left: 12vw
}

.main-container .col3 .questions-title a {
    float: right;
    margin: 2px 2px;
    width: 45px;
    height: 35px
}

.main-container .col3 .questions-title img {
    width: 20px;
    padding: 6px 0px 0px 3px;
    pointer-events: none
}

.main-container .col3 .questions-area {
    display: none;
    float: right;
    z-index: 99;
    margin-top: 3px;
    margin-right: -49px
}

.main-container .col3 .questions-area .question-scroll {
    width: 70px;
    float: right
}

.main-container .col3 .questions-area .question-scroll .questions-menu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.main-container .col3 .questions-area .question-scroll ul {
    margin: 0px;
    padding: 0;
    list-style: none
}

.main-container .col3 .questions-area .question-scroll ul li {
    border-top: 2px solid #fff;
    background: #E1E1E1;
    height: 60px;
    line-height: 60px;
    font-size: 18px
}

.main-container .col3 .questions-area .question-scroll ul li a {
    color: #000
}

.main-container .col3 .questions-area .question-scroll ul li p {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.main-container .col3 .questions-area .question-scroll ul li[class="checked"] {
    background: #82BEF0
}

.main-container .col3 .questions-area .question-scroll ul li[class="checked"] a {
    color: #fff
}

.main-container .col3 .questions-area .question-scroll ul li[class="result-bg"] a {
    color: #fff
}

.main-container .col1, .main-container .col2, .main-container .col3 {
    position: absolute
}

.main-container .main-header {
    display: none
}

.main-container .result-bg {
    background: #9CC947 !important
}

.main-container .fail-results {
    background: #D0D0D0
}

.main-container .pc-only {
    display: none !important
}

.main-container a {
    text-decoration: none
}

.main-container .btn, .main-container .m-form .upload-thumb label, .m-form .upload-thumb .main-container label {
    position: relative;
    width: 200px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px !important;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background: none
}

.main-container .btn-gray {
    border: 1px solid gray
}

.main-container .btn-next-chapter {
    border: 1px solid gray;
    bottom: 0px
}

.main-container .btn-organe {
    border: 1px solid #E3760D;
    color: #E3760D !important
}

.main-container .btn-timer {
    width: 100%;
    height: 34px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    font-size: 3.5vw
}

.main-container .btn-timer.btn-next-chapter {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-container .btn-next-question {
    border: 1px solid;
    height: 35px;
    line-height: 35px
}

.main-container .btn-next-question img {
    width: 20px;
    margin-top: 8px
}

.main-container .btn-modal {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 22px
}

.main-container .btn-feedback {
    background: #82BEF0;
    color: #fff;
    height: 40px;
    line-height: 40px
}

.main-container .btn-close {
    font-size: 16px;
    line-height: 35px
}

.main-container .btn-inactive {
    cursor: default;
    border: 1px solid #fff;
    background: #6E6E6E;
    color: #F6F6F6 !important;
    pointer-events: none
}

.main-container .btn-inactive:hover {
    opacity: 1
}

.main-container .btn-modal-exit {
    border-radius: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../../../../module/img/common/icn_close_k.png") center no-repeat;
    background-size: 15px
}

.main-container .correct input {
    pointer-events: none
}

.main-container .correct label::after {
    border-color: #fff !important
}

.main-container .correct label::after {
    background-color: #9CC947 !important
}

.main-container .correct input[type="radio"]+label::before {
    background-color: #fff !important
}

.main-container .correct input[type="checkbox"]+label::before {
    border: 3px solid #fff !important;
    border-top: none !important;
    border-right: none !important
}

.main-container .incorrect input {
    pointer-events: none
}

.main-container .incorrect label::after {
    border-color: #fff !important
}

.main-container .incorrect label::after {
    background-color: #EF8976 !important
}

.main-container .incorrect input[type="radio"]+label::before {
    background-color: #fff !important
}

.main-container .incorrect input[type="checkbox"]+label::before {
    border: 3px solid #fff !important;
    border-top: none !important;
    border-right: none !important
}

.main-container .modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 45%;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.main-container .modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 8% 5%;
    border: 1px solid #888;
    width: 80%
}

.main-container .modal .modal-content .main {
    text-align: center;
    font-size: 17px
}

.main-container .modal .modal-content .main p {
    margin: 5px 0px;
    color: #6E6E6E
}

.main-container .modal .modal-content .main span {
    font-size: 35px;
    color: #6E6E6E;
    width: 185px;
    background-image: url(../../../../module/img/common/icn_history_k.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 32px 13px;
    display: block;
    padding-left: 25px;
    margin: 0 auto
}

.main-container .modal .modal-content .footer {
    margin-top: 15px;
    text-align: center
}

.main-container .modal .modal-content .footer>a:first-child {
    margin-bottom: 10px
}

.main-container .modal-error {
    display: block;
    opacity: 1
}

.main-container .feedback-modal {
    padding-top: 30%
}

.main-container .feedback-modal .modal-content {
    width: 90%;
    padding: 5px 10px 10px 10px
}

.main-container .feedback-modal .modal-content .main p {
    color: #E3760D
}

.main-container .feedback-modal .modal-content .content {
    text-align: left;
    border: 1px solid #888;
    min-height: 230px;
    max-height: 280px;
    width: 92%;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.main-container .feedback-modal .modal-content .content pre {
    white-space: pre-wrap
}

.main-container .feedback-modal .modal-content .modal-btns {
    float: right;
    height: 20px;
    width: 100%;
    text-align: right
}

.main-unavailable {
    position: initial;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 5px 40vh 5px
}

.main-unavailable .modal-btns-exit {
    display: none
}

.main-unavailable .btn-next-chapter.btn-disabled {
    background: #fff !important;
    color: #888 !important;
    border: #555 solid 1px !important
}

.main-unavailable .btn-next-chapter .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 23px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 5px
}

.main-unavailable .main-unavailable-inner {
    width: 99%;
    height: 250px;
    margin: 1px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.main-unavailable .btns-bottom {
    padding-top: 5px
}

.main-unavailable .btns-bottom .btn-next-chapter {
    display: inline-block;
    background: #fff url(../../../../module/img/common/icn_next_chapter_o.png) center no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    background-position: 98% center;
    width: calc((100vw - 40px)/2);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #e3760d;
    border: #e3760d solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    float: right;
    text-decoration: none;
    position: relative;
    top: 10px;
    vertical-align: middle
}

.main-unavailable .btns-bottom .btn-close {
    display: inline-block;
    float: left;
    font-size: 16px;
    width: calc((100vw - 40px)/2);
    height: 40px;
    line-height: 40px;
    border: gray solid 1px;
    background: white;
    text-align: center;
    text-decoration: none;
    top: 10px;
    position: relative;
    color: gray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: middle;
    right: 0px;
    margin-top: 0px
}

.main-unavailable .btns-bottom .all-comment {
    display: none;
    color: red
}

.main-unavailable .btns-bottom .all-comment .all-comment-outter {
    background: #fff;
    position: absolute !important;
    z-index: 12000;
    max-width: 95%;
    right: 8px;
    height: 120px;
    padding: 2px 2px 10px 4px;
    border: 1px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 260px
}

.main-unavailable .btns-bottom .all-comment .all-comment-outter ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px
}

.main-unavailable .btns-bottom .all-comment .all-comment-outter ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px
}

.main-unavailable .btns-bottom .all-comment .all-comment-outter ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(156, 156, 156, 0.6)
}

.main-unavailable .btns-bottom .all-comment .all-comment-outter .scroll-area {
    max-height: 110px;
    overflow-y: scroll
}

.page-error {
    text-align: center;
    padding: 40px 0
}

.sp-notice-wrapper .notice-header {
    height: auto;
    width: 100%;
    min-height: 156px
}

.sp-notice-wrapper .notice-header .notice-btn-table {
    display: table;
    width: 100%;
    height: 44%;
    margin-top: 10px
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row {
    display: table-row;
    width: 100%;
    height: 33%
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell {
    display: table-cell;
    width: 50%;
    height: 33%;
    text-align: center;
    vertical-align: middle
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner {
    width: 90%;
    height: 81%;
    margin: auto;
    border: 1px solid #666;
    border-radius: 5px;
    min-height: 30px
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout {
    display: table;
    width: 100%;
    height: 100%
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .img-btn {
    width: 23px;
    height: 23px
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter {
    font-weight: normal;
    font-size: 13px;
    text-decoration: none
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.inactive a {
    color: #333
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.inactive .focus {
    display: none
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.inactive .notfocus {
    display: inline-block
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active {
    background-color: #82bef0;
    border: none
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active a {
    color: #fff;
    background-color: #82bef0
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active .focus {
    display: inline-block
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active .notfocus {
    display: none
}

.sp-notice-wrapper .notice-header .notice-btn-table .notice-btn-row .input-text {
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    font-size: 13px
}

.sp-notice-wrapper .notice-header .notice-search-area-table {
    display: table;
    width: 100%
}

.sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row {
    display: table-cell;
    width: 100%;
    padding-left: 8px;
    padding-right: 10px
}

.sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row .input-text {
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 5px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    font-size: 13px
}

.sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row .error {
    font-size: 12px;
    color: red;
    font-weight: bold;
    text-align: left
}

.sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row .search-row-layout {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px
}

.sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row .btn, .sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row .m-form .upload-thumb label, .m-form .upload-thumb .sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row label {
    font-weight: normal;
    width: 130px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0;
    height: 39px;
    line-height: 38px
}

.sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row .btn-submit-search-new {
    background: url(../../../../module/img/common/icn_search_w.png) 20px center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position-x: 50%;
    color: #468cc8;
    border: 1px solid #82BEF0;
    background-color: #82BEF0
}

.sp-notice-wrapper .notice-header .notice-search-area-table .notice-search-row .btn-readall {
    margin-left: 20px;
    color: #333;
    border: 1px solid #666;
    background-color: #fff;
    font-size: 13px
}

.sp-notice-wrapper .notice-body {
    width: 100%;
    height: calc(100vh - 136px);
    background-color: #82bef0
}

@media screen and (orientation: landscape) {
    .sp-notice-wrapper .notice-body {
        height: 600px
    }
}

.sp-notice-wrapper .notice-body .notice-list-wrapper {
    height: calc(100vh - 192px)
}

@media screen and (orientation: landscape) {
    .sp-notice-wrapper .notice-body .notice-list-wrapper {
        height: 544px
    }
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .sub-margin-inner {
    height: 36px;
    width: 100%;
    background-color: #82bef0
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner {
    height: calc(100% - 49px);
    width: 96%;
    margin: auto;
    background-color: #D2EBFA;
    border: 0.5px solid #fff;
    padding-top: 10px;
    overflow-y: auto
}

@media screen and (orientation: landscape) {
    .sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner {
        height: 495px
    }
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .touch-area-no-item {
    height: 100%
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .touch-area-no-item .notice-list-no-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item {
    height: 48px;
    overflow-y: hidden;
    width: 96%;
    margin: auto;
    background-color: #fff;
    margin-bottom: 7px;
    display: table
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row {
    display: table-row
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item {
    display: table-cell;
    height: 100%
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner {
    display: table;
    height: 100%;
    width: 100%
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div {
    height: 50%;
    position: relative;
    width: 100%
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div.notice-data-date-row {
    padding-top: 4px
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div>div {
    display: table-cell
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div>div.notice-data-date {
    font-size: 12px;
    letter-spacing: -1px
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div>div.notice-data-title {
    font-size: 14px;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    margin-top: -4px;
    -webkit-line-clamp: 1
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .newmark-cell {
    width: 24px
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .newmark-cell.active.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    position: relative;
    margin-left: 7px;
    top: 10px
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .newmark-cell.active.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    position: relative;
    margin-left: 7px;
    top: 10px
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .data-cell {
    width: auto
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell {
    width: 48px
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div {
    display: table;
    width: 100%;
    height: 100%
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div {
    display: table-cell;
    width: 24px;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div {
    width: 100%;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 4px;
    margin-left: -4px
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-important {
    opacity: .4;
    background-image: url(../../../../module/img/common/icn_star_k.png)
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-important.focus {
    opacity: 1;
    background-image: url(../../../../module/img/common/icn_star_o.png)
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-remind {
    opacity: .4;
    background-image: url(../../../../module/img/common/icn_bell_k.png)
}

.sp-notice-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-remind.focus {
    opacity: 1;
    background-image: url(../../../../module/img/common/icn_bell_o.png)
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn {
    display: table;
    width: 100%;
    height: 55px
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row {
    display: table-row;
    width: 100%;
    height: 100%
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell {
    display: table-cell;
    width: 50%;
    height: 50%;
    text-align: center;
    vertical-align: middle
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner {
    width: 45%;
    height: 70%;
    margin: auto;
    border: none;
    border-radius: 5px;
    background-color: #fff
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout {
    display: table;
    width: 100%;
    height: 100%
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter {
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    vertical-align: middle
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter.home::before {
    background-image: url(../../../../module/img/common/icn_home_k.png)
}

.sp-notice-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter::before {
    content: "";
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    margin-top: -5px
}

.sp-notice-wrapper .hidden-text-3dotnet {
    font-size: 14px;
    max-width: 94%;
    max-height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    -webkit-line-clamp: 1
}

.sp-notice-wrapper .hidden-text-3dotnet:hover:before {
    content: attr(data-tooltip);
    position: absolute;
    padding: 5px 10px;
    margin: -3px 0 0 180px;
    background: orange;
    color: white;
    border-radius: 3px
}

.sp-notice-wrapper .hidden-text-3dotnet:hover:after {
    content: '';
    position: absolute;
    margin: 6px 0 0 3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid orange;
    border-bottom: 5px solid transparent
}

.sp-info-wrapper .notice-header {
    height: 220px;
    width: 100%
}

.sp-info-wrapper .notice-header .notice-btn-table {
    display: table;
    width: 100%;
    height: 50%;
    margin-top: 10px
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row {
    display: table-row;
    width: 100%;
    height: 33%
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell {
    display: table-cell;
    width: 50%;
    height: 33%;
    text-align: center;
    vertical-align: middle
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner {
    width: 90%;
    height: 70%;
    margin: auto;
    border: 1px solid #666;
    border-radius: 5px
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout {
    display: table;
    width: 100%;
    height: 100%
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .img-btn {
    width: 25px;
    height: 25px
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter {
    font-weight: normal;
    font-size: 18px;
    text-decoration: none
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.inactive a {
    color: #333
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.inactive .focus {
    display: none
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.inactive .notfocus {
    display: inline-block
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active {
    background-color: #82bef0;
    border: none
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active a {
    color: #fff;
    background-color: #82bef0
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active .focus {
    display: inline-block
}

.sp-info-wrapper .notice-header .notice-btn-table .notice-btn-row .notice-btn-cell .notice-btn-inner.active .notfocus {
    display: none
}

.sp-info-wrapper .notice-header .notice-search-area-table {
    display: table;
    width: 100%;
    height: 25%
}

.sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row {
    display: table-cell;
    width: 100%;
    padding-left: 8px;
    padding-right: 10px
}

.sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row .input-text {
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px
}

.sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row .error {
    font-size: 12px;
    color: red;
    font-weight: bold;
    text-align: left
}

.sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row .search-row-layout {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row .btn, .sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row .m-form .upload-thumb label, .m-form .upload-thumb .sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row label {
    font-weight: normal;
    width: 130px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0
}

.sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row .btn-submit-search-new {
    background: url(../../../../module/img/common/icn_search_w.png) 20px center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position-x: 50%;
    color: #468cc8;
    border: 1px solid #82BEF0;
    background-color: #82BEF0
}

.sp-info-wrapper .notice-header .notice-search-area-table .notice-search-row .btn-readall {
    margin-left: 20px;
    color: #333;
    border: 1px solid #666;
    background-color: #fff
}

.sp-info-wrapper .notice-body {
    width: 100%;
    height: calc(100vh - 136px);
    background-color: #82bef0
}

.sp-info-wrapper .notice-body .notice-list-wrapper {
    height: calc(100vh - 192px)
}

.sp-info-wrapper .notice-body .notice-list-wrapper .sub-margin-inner {
    height: 36px;
    width: 100%;
    background-color: #82bef0
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner {
    height: calc(100% - 49px);
    width: 96%;
    margin: auto;
    background-color: #D2EBFA;
    border: 0.5px solid #fff;
    padding-top: 10px;
    overflow-y: auto
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item {
    height: 48px;
    overflow-y: hidden;
    width: 96%;
    margin: auto;
    background-color: #fff;
    margin-bottom: 7px;
    display: table
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row {
    display: table-row
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item {
    display: table-cell;
    height: 100%
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner {
    display: table;
    height: 100%;
    width: 100%
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div {
    height: 50%;
    position: relative;
    width: 100%
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div.notice-data-date-row {
    padding-top: 4px
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div>div {
    display: table-cell
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div>div.notice-data-date {
    font-size: 12px;
    letter-spacing: -1px
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .notice-item .notice-item-inner>div>div.notice-data-title {
    font-size: 14px;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    margin-top: -4px;
    -webkit-line-clamp: 1
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .newmark-cell {
    width: 24px
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .newmark-cell.active.notice:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    position: relative;
    margin-left: 7px;
    top: 10px
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .newmark-cell.active.newmark-cell.active:before {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee7800;
    position: absolute;
    position: relative;
    margin-left: 7px;
    top: 10px
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .data-cell {
    width: auto
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell {
    width: 48px
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div {
    display: table;
    width: 100%;
    height: 100%
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div {
    display: table-cell;
    width: 24px;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div {
    width: 100%;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 4px;
    margin-left: -4px
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-important {
    background-image: url(../../../../module/img/common/icn_star_2_k.png)
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-important.focus {
    background-image: url(../../../../module/img/common/icn_star_2_bf.png)
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-remind {
    background-image: url(../../../../module/img/common/icn_remind_2_k.png)
}

.sp-info-wrapper .notice-body .notice-list-wrapper .notice-list-inner .notice-list-item .notice-list-item-row .btn-cell>div>div>div.mini-notice-remind.focus {
    background-image: url(../../../../module/img/common/icn_remind_2_bf.png)
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn {
    display: table;
    width: 100%;
    height: 55px
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row {
    display: table-row;
    width: 100%
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell {
    display: table-cell;
    width: 50%;
    height: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner {
    width: 45%;
    height: 70%;
    margin: auto;
    border: none;
    border-radius: 5px;
    background-color: #fff
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout {
    display: table;
    width: 100%;
    height: 100%
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .img-btn {
    width: 25px;
    height: 25px
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter {
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
    color: #333
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner.active {
    background: #82bef0;
    border: 1px solid #fff
}

.sp-info-wrapper .notice-body .notice-wrapper-outer-btn .notice-btn-row .notice-btn-cell .notice-btn-inner.active .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter {
    color: #fff
}

.sp-notice-detail-wrapper .sp-notice-detail-header {
    height: 36px;
    width: 100%
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table {
    display: table;
    width: 90%;
    height: 100%;
    margin: auto
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row {
    display: table-row;
    width: 100%;
    height: 100%
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell {
    display: table-cell;
    height: 100%
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell.date-cell {
    width: 45%;
    vertical-align: middle
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell.date-cell .header-date {
    display: inline-block
}

@media screen and (orientation: landscape) {
    .sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell.date-cell .header-date {
        font-size: 2.0vw
    }
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell.name-cell {
    width: 55%;
    text-align: right;
    vertical-align: bottom
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell.name-cell .header-name {
    display: inline-block;
    width: 100%
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell.name-cell .header-name>div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}

.sp-notice-detail-wrapper .sp-notice-detail-header .sp-detail-header-table .sp-detail-header-row .sp-detail-header-cell.name-cell .header-name>div>div {
    text-align: right;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
    max-height: 100%;
    width: 100%;
    padding-left: 20px
}

.sp-notice-detail-wrapper .sp-notice-detail-body {
    width: 100%;
    height: calc(100vh - 288px)
}

@media screen and (orientation: landscape) {
    .sp-notice-detail-wrapper .sp-notice-detail-body {
        height: 450px
    }
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top {
    height: 48px;
    width: 100%;
    background-color: #fff;
    color: #82BEF0;
    border-top: solid #82BEF0 1px;
    border-bottom: solid #82BEF0 1px
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table {
    display: table;
    height: 100%;
    width: 90%;
    margin: auto
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row {
    display: table-row;
    height: 100%;
    width: 100%
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.title-cell {
    width: auto
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell {
    width: 48px
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell .header-title {
    width: 100%
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell .header-title>div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell .header-title>div>div {
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
    max-height: 100%;
    width: 100%
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell>div {
    display: table;
    width: 100%;
    height: 100%;
    margin-left: 6px
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell>div>div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell>div>div>div {
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell>div>div>div.mini-notice-important {
    opacity: .4;
    background-image: url(../../../../module/img/common/icn_star_k.png)
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell>div>div>div.mini-notice-important.focus {
    opacity: 1;
    background-image: url(../../../../module/img/common/icn_star_o.png)
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell>div>div>div.mini-notice-remind {
    opacity: .4;
    background-image: url(../../../../module/img/common/icn_bell_k.png)
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-top .detail-top-table .detail-top-table-row .detail-top-table-cell.btn-cell>div>div>div.mini-notice-remind.focus {
    opacity: 1;
    background-image: url(../../../../module/img/common/icn_bell_o.png)
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main {
    width: 100%;
    height: calc(100vh - 333px);
    border-bottom: 1px solid #cccccc
}

@media screen and (orientation: landscape) {
    .sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main {
        height: 405px
    }
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file {
    width: 90%;
    max-height: 42px;
    margin: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments {
    text-align: right
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments a {
    float: right;
    text-decoration: none
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments .icon-attachments {
    padding-left: 14px;
    background: url(../../../../module/img/common/icn_fileattachment_k.png) left center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position-y: 1px;
    text-decoration: none
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments .icon-pdf {
    height: 22px;
    padding-left: 14px;
    background: url(../../../../module/img/common/icn_pdf_r.png) left center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position-y: 1px;
    text-decoration: none
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments .icon-docx {
    height: 22px;
    padding-left: 14px;
    background: url(../../../../module/img/common/icn_word_b.png) left center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position-y: 1px;
    text-decoration: none
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments .icon-xlsx {
    height: 22px;
    padding-left: 14px;
    background: url(../../../../module/img/common/icn_excels_g.png) left center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position-y: 1px;
    text-decoration: none
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments .icon-pptx {
    height: 22px;
    padding-left: 14px;
    background: url(../../../../module/img/common/icn_powerpoint_y.png) left center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position-y: 1px;
    text-decoration: none
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-file .attachments .icon-comma {
    height: 22px;
    padding-left: 14px;
    background: url(../../../../module/img/common/icn_comma_y.png) left center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position-y: 0px;
    text-decoration: none
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-data {
    width: 90%;
    height: 99%;
    margin: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

.sp-notice-detail-wrapper .sp-notice-detail-body .detail-body-main .detail-body-data iframe {
    width: 100%;
    height: 100%
}

.sp-notice-detail-outer-btn {
    width: 100%;
    height: 90px;
    display: table
}

.sp-notice-detail-outer-btn .notice-detail-btn-row {
    width: 100%;
    display: table-row
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell {
    display: table-cell;
    width: 50%;
    height: auto;
    vertical-align: middle
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-icn-detail {
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    position: inherit
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-left {
    float: right;
    margin-right: 30px;
    background-image: url(../../../../module/img/common/icn_arrow_back_k.png)
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-right {
    margin-left: 30px;
    background-image: url(../../../../module/img/common/icn_arrow_next_k.png)
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner {
    width: 70%;
    height: 32px;
    margin: auto;
    border: 1px solid #666;
    border-radius: 5px;
    background-color: #fff;
    position: inherit;
    margin-top: -10px;
    text-decoration: none
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner.left-btn {
    float: right;
    margin-right: 10px
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner.right-btn {
    float: left;
    margin-left: 10px
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner.right-btn .img-btn {
    margin-top: 1px;
    opacity: 0.5
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter {
    font-weight: normal;
    font-size: 4.2vw;
    text-decoration: none;
    color: #333;
    vertical-align: middle;
    position: relative;
    display: inline
}

@media screen and (orientation: landscape) {
    .sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter {
        font-size: 2.5vw
    }
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter.home::before {
    background-image: url(../../../../module/img/common/icn_home_k.png)
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter.notice::before {
    background-image: url(../../../../module/img/common/icn_notice_k.png);
    opacity: 0.5
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter.info::before {
    background-image: url(../../../../module/img/common/icn_infomation_k.png);
    opacity: 0.5
}

.sp-notice-detail-outer-btn .notice-detail-btn-row .notice-detail-btn-cell .notice-btn-inner .btn-notice-tbl-layout .btn-notice-cell-layout .btn-notice-filter::before {
    content: "";
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    margin-top: -3px
}

.hidden-date-picker {
    width: 0px;
    height: 0px;
    position: absolute;
    margin-top: -2px;
    margin-left: 0px;
    z-index: -1000;
    border: none !important;
    color: transparent;
    text-shadow: 0 0 0 gray
}

.hidden-date-picker:focus {
    outline: none
}

#modal-zoom-img .modal-inner {
    width: 95vw;
    height: 55vh;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 0px !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#modal-zoom-img .modal-inner .modal-btns {
    margin-top: -25px
}

#modal-zoom-img .modal-inner .modal-btns .btn-modal-exit {
    position: relative;
    float: right;
    right: -24px
}

#modal-zoom-img .modal-inner .details-img {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

#modal-zoom-img .modal-inner .details-img img {
    max-width: none
}

.html-content-attend-sp {
    background-color: #bfbfbf
}

.html-content-attend-sp .ver-maximize {
    background: url(../../../../module/img/common/icn_open_new_window_w.png) center no-repeat !important;
    -webkit-background-size: 30px !important;
    background-size: 30px !important;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.html-content-attend-sp .ver-maximize:hover {
    opacity: 0.7
}

.html-content-attend-sp .btn-next-chapter {
    background: #fff url(../../../../module/img/common/icn_next_chapter_o.png) center no-repeat !important;
    -webkit-background-size: 15px !important;
    background-size: 15px !important;
    background-position: 98% center !important;
    width: calc((100vw - 40px)/2);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #e3760d;
    border: #e3760d solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    float: right
}

.html-content-attend-sp .btn-next-chapter.btn-disabled {
    background: #fff !important;
    color: #888 !important;
    border: #555 solid 1px !important
}

.html-content-attend-sp .btn-next-chapter .icn {
    background-image: url(../../../../module/img/common/icn_premise_base_k.png);
    background-size: 23px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 5px
}

.html-content-attend-sp .btn-finish-chapter {
    background: #fff;
    width: calc((100vw - 40px)/2);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #aaa;
    border: #aaa solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    float: left
}

.html-content-attend-sp .btn-next-chapter:hover {
    color: #e3760d;
    opacity: .7;
    text-decoration: none;
    cursor: pointer
}

.html-content-attend-sp .all-comment {
    color: red;
    display: none
}

.html-content-attend-sp .all-comment .all-comment-outter {
    background: #fff;
    position: absolute !important;
    z-index: 12000;
    max-width: 95%;
    right: 8px;
    height: 120px;
    padding: 2px 2px 10px 4px;
    border: 1px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    bottom: 70px
}

.html-content-attend-sp .all-comment .all-comment-outter ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px
}

.html-content-attend-sp .all-comment .all-comment-outter ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px
}

.html-content-attend-sp .all-comment .all-comment-outter ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(156, 156, 156, 0.6)
}

.html-content-attend-sp .all-comment .all-comment-outter .scroll-area {
    max-height: 110px;
    overflow-y: scroll
}

.html-content-attend-sp .modal-inner {
    position: static;
    width: calc(100vw - 20px);
    height: calc(100vh - 162px);
    margin-top: 3px !important;
    min-width: 300px;
    max-width: 1510px;
    margin-left: 10px
}

.html-content-attend-sp .htmlLearningIframe::-webkit-scrollbar {
    width: 10px
}

.html-content-attend-sp .htmlLearningIframe::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.02)
}

.html-content-attend-sp .htmlLearningIframe::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3)
}

.html-content-attend-sp .htmlLearningIframe::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3)
}

.html-content-attend-sp .htmlLearningIframe::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3)
}

.next-chapter-ifr-btn {
    width: 202px;
    height: 42px
}

.next-chapter-ifr-btn .btn-next-chapter {
    background: #fff url(../../../../module/img/common/icn_next_chapter_o.png) center no-repeat !important;
    -webkit-background-size: 15px !important;
    background-size: 15px !important;
    background-position: 98% center !important;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #e3760d;
    border: #e3760d solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin: 10px auto 0px;
    display: block
}

.next-chapter-ifr-btn .btn-next-chapter:hover {
    color: #e3760d;
    opacity: .7;
    text-decoration: none;
    cursor: pointer
}


/*# sourceMappingURL=maps/style.min.css.map */
