@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  vertical-align: middle;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

dl,
dt,
dd,
p {
  margin: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.inline-m {
  display: none !important;
}

.table-m,
.row-m,
.cell-m {
  display: inline-block;
}

.sr-only {
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.clear-both {
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .hide-t {
    display: none !important;
  }

  .sr-only-t {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
  }

  .clear-both-t {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .clear-both-m {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .hide-m {
    display: none !important;
  }

  .show-m {
    display: block !important;
  }

  .inline-m {
    display: inline !important;
  }

  .text-left-m {
    text-align: left !important;
  }

  .clear-left-m {
    clear: both;
  }

  .table-m {
    display: table;
    width: 100%;
  }
  .table-m .row-m {
    display: table-row !important;
  }
  .table-m .cell-m {
    display: table-cell !important;
    padding-left: 5px;
  }
  .table-m .cell-m:first-child {
    padding-left: 0;
  }

  .sr-only-m {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.cetnter-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1023px) {
  .pull-left-t {
    float: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .pull-left-m {
    float: left !important;
  }

  .pull-right-m {
    float: right !important;
  }
}
.mg-t-5 {
  margin-top: 5px;
}

.mg-t-10 {
  margin-top: 10px;
}

.mg-t-15 {
  margin-top: 15px;
}

.mg-t-20 {
  margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
  .mg-t-5-t {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mg-t-5-m {
    margin-top: 5px;
  }

  .mg-t-10-m {
    margin-top: 10px;
  }

  .mg-t-20-m {
    margin-top: 20px;
  }

  .mg-b-5-m {
    margin-bottom: 5px;
  }

  .mg-l-0-m {
    margin-left: 0 !important;
  }
}
.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-sm {
  font-size: 11px;
}

.text-md {
  font-size: 12px;
}

.text-lg {
  font-size: 14px;
}

.text-xl {
  font-size: 16px;
}

.lh-19 {
  line-height: 19px;
}

.lh-21 {
  line-height: 21px;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-underline {
  text-decoration: underline;
}

.text-black {
  color: #111 !important;
}

a.text-black:hover {
  color: black !important;
}

.text-gray-dark {
  color: #333 !important;
}

a.text-gray-dark:hover {
  color: #0d0d0d !important;
}

.text-gray {
  color: #666 !important;
}

a.text-gray:hover {
  color: #404040 !important;
}

.text-gray-light {
  color: #888 !important;
}

a.text-gray-light:hover {
  color: #626262 !important;
}

.text-blue {
  color: #114f7d !important;
}

a.text-blue:hover {
  color: #003f6c !important;
}

.text-blue-light {
  color: #4794cb !important;
}

a.text-blue-light:hover {
  color: #2c6c9a !important;
}

.text-red {
  color: #ec4e4e !important;
}

a.text-red:hover {
  color: #d61717 !important;
}

.text-yellow {
  color: #b39241 !important;
}

a.text-yellow:hover {
  color: #7b642d !important;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 12px;
}

body {
  background-color: #fff;
  font-family: Dotum, "돋움", Helvetica, AppleSDGothicNeo, sans-serif;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 1023px) {
  body {
    font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", "맑은 고딕", sans-serif;
  }
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0d0d0d;
}

.ui.button .ico-print, .ui.button .ico-sms, .ui.button .ico-email, .ui.button .ico-re, .ui.button [class^="ico-list-type"], .ui.table-area .btn-delete .icon, .ui.pagination .btn .icon, .icon-add-file .ico-file, .popup__header .popup__btn-close, .popup__student-info .wrap-status .select-attend .ico-checkbox, .popup__student-info .memo-box .list-memo .btn-delete .ico-del, .popup__student-info .memo-box .list-memo .btn-delete-deny .ico-del , .popup__select-attend .select-attend .list .wrapper .ico-checkbox, .main__focus-total .section .title > a .ico-arr, .main__focus-total .section .dl-list dt [class^=ico-], .main__focus-notice .section > .inner .btn-more .ico-arr, .main__class-list .class-name .wrap-set .ico-set, .main__class-list .class-name .wrap-set .layer-setting:before, .main__class-list .class-name .wrap-set .layer-setting .btn-close, .main__class-list .link-arrow .ico-arr, .main__class-list .check-view .ico-checkbox, .attend__class-date .button-prev .icon, .attend__class-date .button-next .icon, .attend__list-student .wrap-info .wrap-btn .half .layer-memo:before, .attend__list-student .wrap-info .wrap-btn .half .layer-memo .btn-close, .attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo:before, .attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo .btn-close, .page__select-attend .select-attend .list .wrapper .ico-checkbox {
  background-image: url(../images/common/ico-common.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .ui.button .ico-print, .ui.button .ico-sms, .ui.button .ico-email, .ui.button .ico-re, .ui.button [class^="ico-list-type"], .ui.table-area .btn-delete .icon, .ui.pagination .btn .icon, .icon-add-file .ico-file, .popup__header .popup__btn-close, .popup__student-info .wrap-status .select-attend .ico-checkbox, .popup__student-info .memo-box .list-memo .btn-delete .ico-del, .popup__student-info .memo-box .list-memo .btn-delete-deny .ico-del, .popup__select-attend .select-attend .list .wrapper .ico-checkbox, .main__focus-total .section .title > a .ico-arr, .main__focus-total .section .dl-list dt [class^=ico-], .main__focus-notice .section > .inner .btn-more .ico-arr, .main__class-list .class-name .wrap-set .ico-set, .main__class-list .class-name .wrap-set .layer-setting:before, .main__class-list .class-name .wrap-set .layer-setting .btn-close, .main__class-list .link-arrow .ico-arr, .main__class-list .check-view .ico-checkbox, .attend__class-date .button-prev .icon, .attend__class-date .button-next .icon, .attend__list-student .wrap-info .wrap-btn .half .layer-memo:before, .attend__list-student .wrap-info .wrap-btn .half .layer-memo .btn-close, .attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo:before, .attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo .btn-close, .page__select-attend .select-attend .list .wrapper .ico-checkbox {
    background-image: url(../images/common/ico-common@2x.png);
    background-size: 24px auto;
  }
}

.popup__student-info .student-info .wrap-thumb.no-img:before, .attend__list-student .wrap-thumb.no-img:before, .attend__list-week .info-area .thumb.no-img:before {
  background-image: url(../images/common/ico-noimg.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .popup__student-info .student-info .wrap-thumb.no-img:before, .attend__list-student .wrap-thumb.no-img:before, .attend__list-week .info-area .thumb.no-img:before {
    background-image: url(../images/common/ico-noimg@2x.png);
    background-size: 70px auto;
  }
}

.header__home .link-home .ico-home, .header__login-box .list .ico-user, .title__class-list .button-list .ico-list, .title__class-manage .link-manage .ico-manage, .title__side-button .button-reset .icon, .title__side-button .button-group .button-page-up .icon, .title__side-button .button-group .button-page-down .icon, .title__side-button .button-group .button-page-top .icon, .title__page-title .title .ico-arrow {
  background-image: url(../images/layout/header/ico-header.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .header__home .link-home .ico-home, .header__login-box .list .ico-user, .title__class-list .button-list .ico-list, .title__class-manage .link-manage .ico-manage, .title__side-button .button-reset .icon, .title__side-button .button-group .button-page-up .icon, .title__side-button .button-group .button-page-down .icon, .title__side-button .button-group .button-page-top .icon, .title__page-title .title .ico-arrow {
    background-image: url(../images/layout/header/ico-header@2x.png);
    background-size: 30px auto;
  }
}

.ui.input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.ui.input:-moz-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.ui.input::-moz-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.ui.input:-ms-input-placeholder {
  color: #b2b2b2;
}

.ui.input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .ui.input {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }
}
.ui.input.lg {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .ui.input.sm-m {
    height: 24px;
  }
}

.ui.input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui.input[disabled],
.ui.input[readonly],
fieldset[disabled] .ui.input {
  background-color: #eee;
  opacity: .65;
}

.ui.input[disabled],
fieldset[disabled] .ui.input {
  cursor: not-allowed;
}

select.ui.input {
  padding-right: 0;
  border-radius: 0;
  background-image: url(../images/common/ico-select.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1023px) {
  select.ui.input {
    background-image: url(../images/common/ico-select@2x.png);
    background-size: 21px auto;
  }
}
@media only screen and (max-width: 767px) {
  select.ui.input {
    padding: 0 0 0 6px;
  }
}

textarea.ui.input {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui.input.w80 {
  width: 80px !important;
}
.ui.input.w120 {
  width: 120px !important;
}
.ui.input.w130 {
  width: 130px !important;
}
.ui.input.w180 {
  width: 180px !important;
}
@media only screen and (max-width: 767px) {
  .ui.input.w60-m {
    width: 60px !important;
  }
  .ui.input.w80-m {
    width: 80px !important;
  }
  .ui.input.w100-m {
    width: 100px !important;
  }
  .ui.input.w120-m {
    width: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ui.input.point {
    display: inline-block;
    width: 60px;
  }
}
.ui.input.calendar {
  padding-right: 40px;
  background: url(../images/common/ico-calendar.png) no-repeat 100% 50%;
}

.ui.file {
  display: block;
}

.ui.checkbox,
.ui.radio {
  display: block;
}

.ui.checkbox label,
.ui.checkbox-inline,
.ui.radio label,
.ui.radio-inline {
  display: inline-block;
  position: static;
  padding-left: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui.checkbox input[type="checkbox"],
.ui.checkbox-inline input[type="checkbox"],
.ui.radio input[type="radio"],
.ui.radio-inline input[type="radio"] {
  position: relative;
  top: -1px;
  margin-right: 1px;
  vertical-align: middle;
}

.ui.form.inline .radio + .radio,
.ui.form.inline .checkbox + .checkbox,
.ui.checkbox-inline + .ui.checkbox-inline,
.ui.radio-inline + .ui.radio-inline {
  margin-left: 10px;
}

.ui.form.inline .input {
  display: inline-block;
  width: 100px;
}

.ui.form.inline .radio,
.ui.form.inline .checkbox {
  display: inline-block;
}

.ui.form.inline .text {
  position: relative;
  top: 1px;
}

.ui.form.inline .input + .radio,
.ui.form.inline .input + .checkbox,
.ui.form.inline .text + .input,
.ui.form.inline .input + .text,
.ui.form.inline .text + .group-button {
  margin-left: 5px;
}

.ui.form.inline .group-button {
  display: inline-block;
  vertical-align: middle;
}

.ui.checkbox.disabled label,
.ui.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label,
.ui.checkbox-inline.disabled,
.ui.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.ui.button {
  display: inline-block;
  height: 30px;
  padding: 0 13px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: background-color, 0.25s, ease;
  -moz-transition: background-color, 0.25s, ease;
  transition: background-color, 0.25s, ease;
}
@media only screen and (max-width: 767px) {
  .ui.button {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.ui.button:hover, .ui.button:focus {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.08);
}
.ui.button.blue {
  background-color: #114f7d !important;
  color: #fff !important;
}
.ui.button.blue-light, .ui.button.attend {
  background-color: #4794cb;
  color: #fff;
}
.ui.button.red, .ui.button.absence {
  background-color: #ec4e4e;
  color: #fff;
}
.ui.button.white {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  color: #666;
}
.ui.button.gray {
  border: 1px solid #d5d5d5;
  background-color: #f7f7f7;
  color: #666;
}
.ui.button.tardiness {
  background-color: #b39241;
  color: #fff;
}
.ui.button.selected {
  border-color: #114f7d;
  background-color: #114f7d !important;
  color: #fff;
}
.ui.button.xs {
  height: 20px;
  line-height: 20px;
}
.ui.button.sm, .ui.button.sm-m {
  height: 24px;
  line-height: 24px;
}
.ui.button.lg {
  height: 40px;
  padding-right: 17px;
  padding-left: 17px;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
}
.ui.button.w32 {
  width: 32px;
  padding-right: 0;
  padding-left: 0;
}
.ui.button .ico-print {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  background-position: 0 -290px;
  vertical-align: top;
}
.ui.button .ico-sms {
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-top: 8px;
  background-position: 0 -380px;
  vertical-align: top;
}
.ui.button .ico-email {
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-top: 9px;
  background-position: 0 -400px;
  vertical-align: top;
}
.ui.button .ico-re {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  background-position: 0 -600px;
  vertical-align: top;
}
.ui.button [class^="ico-list-type"] {
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 18px;
  margin-top: 6px;
  text-indent: -9999px;
  vertical-align: top;
}
.ui.button .ico-list-type1 {
  background-position: 0 -420px;
}
.ui.button .ico-list-type2 {
  background-position: 0 -450px;
}
.ui.button .ico-list-type3 {
  height: 16px;
  background-position: 0 -480px;
}

.ui.group-button {
  *zoom: 1;
}
.ui.group-button:before, .ui.group-button:after {
  display: table;
  content: '';
}
.ui.group-button:after {
  clear: both;
}
.ui.group-button .ui {
  float: left;
  margin-left: -1px;
  border-radius: 0;
}
.ui.group-button .ui:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ui.group-button .ui:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ui.group-button.group-sort-list .selected {
  position: relative;
}
.ui.group-button.group-sort-list .selected .ico-list-type1 {
  background-position: 0 -510px;
}
.ui.group-button.group-sort-list .selected .ico-list-type2 {
  background-position: 0 -540px;
}
.ui.group-button.group-sort-list .selected .ico-list-type3 {
  background-position: 0 -570px;
}

.ui.page-center-button {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ui.page-center-button {
    margin-top: 15px;
  }
}
.ui.page-center-button .button {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .ui.page-center-button.sm .button {
    width: 70px;
  }
}

.com.wrap-title + .ui.table-area {
  margin-top: 0;
}

.ui.table-area {
  margin-top: 20px;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .ui.table-area {
    margin-top: 10px;
  }
}
.ui.table-area:first-child {
  margin-top: 0;
}
.ui.table-area caption {
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
.ui.table-area th,
.ui.table-area td {
  padding: 9px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.ui.table-area th:first-child,
.ui.table-area td:first-child {
  border-left: 0;
}
.ui.table-area th:last-child,
.ui.table-area td:last-child {
  border-right: 0;
}
.ui.table-area thead th {
  border-top: 0;
  background-color: #f7f7f7;
}
.ui.table-area tbody th,
.ui.table-area tbody td {
  border-top: 0;
}
.ui.table-area td.left {
  padding-right: 19px;
  padding-left: 19px;
  text-align: left;
}
.ui.table-area .btn-delete {
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
}
.ui.table-area .btn-delete .icon {
  display: block;
  overflow: hidden;
  width: 8px;
  height: 7px;
  margin: 0 auto;
  background-position: 0 -190px;
  text-indent: -9999px;
}
.ui.table-area .link {
  text-decoration: underline;
}
.ui.table-area .link:hover, .ui.table-area .link:focus {
  color: #114f7d;
}
@media only screen and (max-width: 767px) {
  .ui.table-area.horizontal colgroup {
    display: none;
  }
}
.ui.table-area.horizontal th,
.ui.table-area.horizontal td {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ui.table-area.horizontal th,
  .ui.table-area.horizontal td {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.ui.table-area.horizontal th {
  background-color: #f7f7f7;
  white-space: nowrap;
}
.ui.table-area .wrap-text {
  display: inline-block;
  padding-left: 3px;
  vertical-align: top;
}
.ui.table-area .wrap-text [class^="text-"] {
  float: left;
}
.ui.table-area .wrap-text .text-o {
  color: #4794cb;
}
.ui.table-area .wrap-text .text-x {
  color: #ec4e4e;
}
.ui.table-area .wrap-text .text-c {
  color: #b39241;
}
.ui.table-area .no-pd {
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .table-area.respond thead {
    display: none;
  }
  .table-area.respond tr {
    *zoom: 1;
    display: block;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-area.respond tr:before, .table-area.respond tr:after {
    display: table;
    content: '';
  }
  .table-area.respond tr:after {
    clear: both;
  }
  .table-area.respond th,
  .table-area.respond td {
    float: left;
    padding: 0;
    border: 0;
    text-align: left;
  }
  .table-area.respond th.left,
  .table-area.respond td.left {
    padding: 0;
  }
  .table-area.respond .has-bar-m {
    position: relative;
    margin-left: 6px;
    padding-left: 7px !important;
  }
  .table-area.respond .has-bar-m:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #e0e0e0;
    content: '';
  }
  .table-area.respond td.clear-left-m {
    position: relative;
    padding-left: 8px;
  }
  .table-area.respond td.clear-left-m:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background-color: #666;
    content: '';
  }
}

.line-break {
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .is-mobile .line-break {
    display: block;
    margin-top: 5px;
    padding-left: 0;
  }
}

.ui.pagination {
  margin-top: 20px;
  text-align: center;
}
.ui.pagination > .inner {
  display: inline-block;
  vertical-align: top;
}
.ui.pagination .btn,
.ui.pagination .page {
  float: left;
}
.ui.pagination .btn {
  width: 32px;
  height: 30px;
  border: 1px solid #e0e0e0;
}
.ui.pagination .btn:hover, .ui.pagination .btn:focus {
  background-color: #f7f7f7;
}
.ui.pagination .btn .icon {
  display: block;
  overflow: hidden;
  height: 9px;
  margin: 10px auto 0;
  text-indent: -9999px;
}
.ui.pagination .btn.first {
  border-right: 0;
}
.ui.pagination .btn.prev {
  margin-right: 5px;
}
.ui.pagination .btn.next {
  margin-left: 5px;
}
.ui.pagination .btn.last {
  border-left: 0;
}
.ui.pagination .btn.first .icon, .ui.pagination .btn.last .icon {
  width: 10px;
}
.ui.pagination .btn.prev .icon, .ui.pagination .btn.next .icon {
  width: 5px;
}
.ui.pagination .btn.first .icon {
  background-position: 0 -210px;
}
.ui.pagination .btn.prev .icon {
  background-position: 0 -230px;
}
.ui.pagination .btn.next .icon {
  background-position: 0 -250px;
}
.ui.pagination .btn.last .icon {
  background-position: 0 -270px;
}
.ui.pagination .page {
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
  font-family: tahoma;
  font-size: 13px;
  line-height: 32px;
  color: #888;
}
.ui.pagination .page:hover, .ui.pagination .page:focus {
  text-decoration: underline;
}
.ui.pagination strong.page {
  font-weight: bold;
  color: #114f7d;
  text-decoration: underline;
}

.wrapper__layout {
  position: relative;
  min-height: 100%;
  padding-bottom: 61px;
}
@media only screen and (max-width: 767px) {
  .wrapper__layout {
    padding-bottom: 41px;
  }
}

.header__layout {
  *zoom: 1;
  position: relative;
  z-index: 500;
  background-color: #114f7d;
}
.header__layout:before, .header__layout:after {
  display: table;
  content: '';
}
.header__layout:after {
  clear: both;
}

.title__layout {
  *zoom: 1;
  position: relative;
  z-index: 400;
  border-bottom: 1px solid #d5d5d5;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.title__layout:before, .title__layout:after {
  display: table;
  content: '';
}
.title__layout:after {
  clear: both;
}

.container__layout {
  position: relative;
  z-index: 300;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .container__layout {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .open-fixed-layer body {
    overflow: hidden;
  }
  .open-fixed-layer .header__layout,
  .open-fixed-layer .title__layout {
    z-index: 1;
  }
}
.footer__layout {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  height: 61px;
  border-top: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  font-size: 11px;
  line-height: 63px;
  color: #999;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__layout {
    height: 41px;
    font-size: 10px;
    line-height: 43px;
  }
}

.contents__focus,
.contents__main {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .contents__focus,
  .contents__main {
    padding: 10px;
  }
}

.contents__focus,
.contents__main:first-child {
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  .contents__focus,
  .contents__main:first-child {
    padding-top: 12px;
  }
}

.contents__main.login {
  padding: 0;
}

.contents__focus {
  border-bottom: 1px solid #eee;
  background-color: #f4f4f4;
}

.header__home {
  float: left;
}
.header__home .link-home {
  display: block;
  overflow: hidden;
  position: relative;
  height: 80px;
  padding: 25px 30px 0;
  background-color: #114f7d;
  line-height: 82px;
}
@media only screen and (max-width: 1023px) {
  .header__home .link-home {
    height: 46px;
    padding: 13px 10px 0;
  }
}
.header__home .link-home:hover, .header__home .link-home:active {
  background-color: #0066ae;
}
.header__home .link-home:after {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 1px;
  background-color: #1a7bbf;
  content: '';
}
.header__home .link-home .ico-home {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  .header__home .link-home .ico-home {
    width: 20px;
    height: 20px;
  }
}

.header__login-box {
  float: right;
  padding: 31px 30px 0 0;
}
@media only screen and (max-width: 1023px) {
  .header__login-box {
    padding: 15px 12px 0 0;
  }
}
.header__login-box .list {
  float: left;
  position: relative;
  margin-left: 13px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .header__login-box .list {
    margin-left: 0;
    padding: 0;
  }
}
.header__login-box .list:before, .header__login-box .list:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  content: '';
}
@media only screen and (max-width: 767px) {
  .header__login-box .list:before, .header__login-box .list:after {
    content: none;
  }
}
.header__login-box .list:before {
  left: -1px;
  background-color: #0a5991;
}
.header__login-box .list:after {
  background-color: #1a7bbf;
}
.header__login-box .list:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.header__login-box .list:first-child:before, .header__login-box .list:first-child:after {
  content: none;
}
.header__login-box .list:last-child {
  margin-left: 13px;
  padding-left: 12px;
}
.header__login-box .list:last-child:before, .header__login-box .list:last-child:after {
  content: '';
}
.header__login-box .list .ico-user {
  position: absolute;
  top: -1px;
  left: -29px;
  width: 20px;
  height: 20px;
  background-position: 0 -50px;
}
@media only screen and (max-width: 1023px) {
  .header__login-box .list .ico-user {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .header__login-box .list .ico-user {
    display: block;
    position: static;
  }
}
.header__login-box .list .txt {
  color: #fff;
}
.header__login-box .list .link {
  color: #fff;
}
.header__login-box .list .link:hover, .header__login-box .list .link:active {
  text-decoration: underline;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -235px;
}
@media only screen and (max-width: 1023px) {
  .header__logo {
    margin-left: -113px;
  }
}
.header__logo .link-logo {
  display: block;
  overflow: hidden;
  width: 470px;
  height: 80px;
  background: url(../images/layout/header/logo.png) no-repeat 0 0;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  .header__logo .link-logo {
    width: 226px;
    height: 46px;
    background-image: url(../images/layout/header/logo@2x.png);
    background-size: 226px auto;
  }
}

.title__semester {
  float: left;
  position: relative;
  z-index: 5;
  height: 60px;
  padding-left: 30px;
  font-weight: bold;
  line-height: 62px;
  color: #666;
}
@media only screen and (max-width: 1023px) {
  .title__semester {
    height: 50px;
    padding-left: 10px;
    line-height: 52px;
  }
}

.title__class-list {
  float: left;
  position: relative;
  z-index: 5;
}
.title__class-list .button-list {
  float: left;
  height: 60px;
  padding: 0 30px;
  background-color: #fff;
  line-height: 62px;
}
@media only screen and (max-width: 1023px) {
  .title__class-list .button-list {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 52px;
  }
}
.title__class-list .button-list:hover, .title__class-list .button-list:active {
  background-color: #f7f7f7;
}
.title__class-list .button-list .ico-list {
  float: left;
  width: 24px;
  height: 20px;
  margin: 20px 12px 0 0;
  background-position: 0 -90px;
}
@media only screen and (max-width: 1023px) {
  .title__class-list .button-list .ico-list {
    width: 18px;
    height: 14px;
    margin-top: 19px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .title__class-list .button-list .ico-list {
    margin-right: 0;
  }
}
.title__class-list .button-list .txt {
  float: left;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .title__class-list .button-list .txt {
    font-size: 12px;
  }
}

.title__class-manage {
  float: left;
  position: relative;
  z-index: 4;
}
.title__class-manage .link-manage {
  display: block;
  overflow: hidden;
  height: 60px;
  padding-left: 22px;
  line-height: 62px;
}
.title__class-manage .link-manage:hover .txt, .title__class-manage .link-manage:active .txt {
  text-decoration: underline;
}
.title__class-manage .link-manage .ico-manage {
  float: left;
  width: 26px;
  height: 24px;
  margin: 18px 11px 0 0;
  background-position: 0 -130px;
}
.title__class-manage .link-manage .txt {
  float: left;
  font-size: 14px;
}

.title__side-button .button-reset, .title__side-button .button-group .button-page-up, .title__side-button .button-group .button-page-down, .title__side-button .button-group .button-page-top {
  display: block;
  overflow: hidden;
  border-width: 0;
  border-style: solid;
  border-color: rgba(213, 213, 213, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  text-indent: -9999px;
}
.title__side-button .button-reset:hover, .title__side-button .button-group .button-page-up:hover, .title__side-button .button-group .button-page-down:hover, .title__side-button .button-group .button-page-top:hover, .title__side-button .button-reset:active, .title__side-button .button-group .button-page-up:active, .title__side-button .button-group .button-page-down:active, .title__side-button .button-group .button-page-top:active {
  background-color: rgba(247, 247, 247, 0.8);
}
.title__side-button .button-reset .icon, .title__side-button .button-group .button-page-up .icon, .title__side-button .button-group .button-page-down .icon, .title__side-button .button-group .button-page-top .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.title__side-button {
  position: fixed;
  right: 20px;
  bottom: 80px;
}
.title__side-button .button-reset {
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-radius: 3px;
}
.title__side-button .button-reset .icon {
  width: 18px;
  height: 18px;
  background-position: 0 -210px;
}
.title__side-button .button-group {
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid rgba(213, 213, 213, 0.8);
  border-radius: 3px;
}
.title__side-button .button-group [class^="button-page-"] {
  width: 48px;
  height: 49px;
  border-top-width: 1px;
}
.title__side-button .button-group [class^="button-page-"]:first-child {
  border-top-width: 0;
}
.title__side-button .button-group .button-page-up {
  height: 48px;
}
.title__side-button .button-group .button-page-up .icon {
  width: 16px;
  height: 8px;
  background-position: 0 -190px;
}
.title__side-button .button-group .button-page-down .icon {
  width: 16px;
  height: 8px;
  background-position: 0 -170px;
}
.title__side-button .button-group .button-page-top .icon {
  width: 28px;
  height: 11px;
  background-position: 0 -240px;
}

.title__menu-group {
  float: right;
  position: relative;
  z-index: 5;
  padding: 15px 30px 0 0;
}
@media only screen and (max-width: 1023px) {
  .title__menu-group {
    *zoom: 1;
    float: none;
    z-index: 1;
    padding: 10px 10px 10px 0;
    border-top: 1px solid #eee;
    clear: both;
  }
  .title__menu-group:before, .title__menu-group:after {
    display: table;
    content: '';
  }
  .title__menu-group:after {
    clear: both;
  }
}
.title__menu-group > .inner {
  *zoom: 1;
}
.title__menu-group > .inner:before, .title__menu-group > .inner:after {
  display: table;
  content: '';
}
.title__menu-group > .inner:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .title__menu-group > .inner {
    float: right;
  }
}
.title__menu-group .list {
  float: left;
  position: relative;
  margin-right: 10px;
  line-height: 30px;
}
.title__menu-group .list:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .title__menu-group .list:first-child {
    margin-right: 10px;
  }
}
.title__menu-group .list:last-child {
  margin-right: 0;
}
.title__menu-group .list .link {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .title__menu-group .list .link {
    font-size: 12px;
  }
}
.title__menu-group .list .link:hover, .title__menu-group .list .link:active {
  text-decoration: underline;
}
.title__menu-group .list .ui.input {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .title__menu-group .list .ui.input {
    width: 80px;
  }
}

.title__page-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.title__page-title .wrap-title {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .title__page-title .wrap-title {
    max-width: calc(100% - 100px);
  }
}
.title__page-title .title {
  display: inline-block;
  height: 60px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 16px;
  line-height: 58px;
}
@media only screen and (max-width: 1023px) {
  .title__page-title .title {
    height: 50px;
    font-size: 14px;
    line-height: 48px;
  }
}
.title__page-title .title .link-title {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .title__page-title .title .link-title {
    overflow: hidden;
    height: 50px;
  }
}
.title__page-title .title .ico-arrow {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 18px;
  height: 10px;
  margin-right: 4px;
  background-position: 0 -300px;
}
@media only screen and (max-width: 1023px) {
  .title__page-title .title .ico-arrow {
    width: 12px;
    height: 7px;
  }
}
.title__page-title .dropdown, .title__page-title.active .title {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.title__page-title .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #114f7d;
  background-color: #fff;
}
.title__page-title .dropdown > .inner {
  overflow-y: auto;
  max-height: 236px;
  border-top: 1px solid #e0e0e0;
}
.title__page-title .dropdown .list-menu {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .title__page-title .dropdown .list-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.title__page-title .dropdown .list-menu .link {
  display: block;
  padding: 12px 20px 11px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .title__page-title .dropdown .list-menu .link {
    padding: 8px 10px 7px;
  }
}
.title__page-title .dropdown .list-menu .link:hover, .title__page-title .dropdown .list-menu .link:focus, .title__page-title .dropdown .list-menu .link.selected {
  background-color: #f4f4f4;
}
.title__page-title .dropdown .list-menu .link.selected {
  color: #114f7d;
  text-decoration: underline;
}
.title__page-title.active .title {
  border-width: 0 1px;
  border-style: solid;
  border-color: #114f7d;
}
.title__page-title.active .title .link-title {
  padding: 0 30px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .title__page-title.active .title .link-title {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.title__page-title.active .title .ico-arrow {
  background-position: 0 -320px;
}
.title__page-title.active .dropdown {
  display: block;
}

.all-menu-list {
  *zoom: 1;
  display: none;
  border-top: 1px solid #eee;
  clear: both;
}
.all-menu-list:before, .all-menu-list:after {
  display: table;
  content: '';
}
.all-menu-list:after {
  clear: both;
}
.all-menu-list .dl-list {
  float: left;
  width: 33.33%;
  padding: 27px 0 27px 40px;
  border-left: 1px solid #eee;
}
@media only screen and (max-width: 1023px) {
  .all-menu-list .dl-list {
    padding: 15px 0 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .all-menu-list .dl-list {
    float: none;
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .all-menu-list .dl-list:first-child {
    padding-top: 15px;
  }
}
.all-menu-list .dl-list .title {
  font-weight: bold;
  font-size: 14px;
}
.all-menu-list .dl-list .content {
  padding-top: 4px;
}
.all-menu-list .dl-list .content .list {
  *zoom: 1;
}
.all-menu-list .dl-list .content .list:before, .all-menu-list .dl-list .content .list:after {
  display: table;
  content: '';
}
.all-menu-list .dl-list .content .list:after {
  clear: both;
}
.all-menu-list .dl-list .content .list li {
  float: left;
  position: relative;
  width: 50%;
  margin-top: 5px;
  padding-left: 6px;
}
.all-menu-list .dl-list .content .list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background-color: #888;
  content: '';
}
.all-menu-list .dl-list .content .list li a {
  color: #888;
}
.all-menu-list .dl-list .content .list li a:hover, .all-menu-list .dl-list .content .list li a:focus, .all-menu-list .dl-list .content .list li a.selected {
  text-decoration: underline;
}
.all-menu-list .dl-list .content .list li a.selected {
  color: #114f7d;
}
.all-menu-list .btn-close {
  display: block;
  overflow: hidden;
  height: 21px;
  border-top: 1px solid #eee;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  color: #999;
  clear: both;
}

.title__layout.active .title__class-list .button-list .ico-list {
  background-position: 0 -340px;
}
.title__layout.active .title__class-list .button-list .txt {
  color: #114f7d;
}
.title__layout.active .all-menu-list {
  display: block;
}

.login__container {
  width: 980px;
  margin: 0 auto;
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .login__container {
    width: 100%;
    padding-top: 0;
  }
}

.login__banner {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .login__banner {
    width: 100%;
  }
}

.login__content {
  *zoom: 1;
  margin-top: 60px;
}
.login__content:before, .login__content:after {
  display: table;
  content: '';
}
.login__content:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .login__content {
    margin-top: 0;
    padding: 10px;
  }
}

.login__login .wrap-title, .login__notice .wrap-title {
  *zoom: 1;
  padding-bottom: 20px;
  border-width: 0 0 2px;
  border-style: solid;
}
.login__login .wrap-title:before, .login__notice .wrap-title:before, .login__login .wrap-title:after, .login__notice .wrap-title:after {
  display: table;
  content: '';
}
.login__login .wrap-title:after, .login__notice .wrap-title:after {
  clear: both;
}
.login__notice .wrap-title .title {
  overflow: hidden;
  float: left;
  height: 22px;
  margin-right: 20px;
  background: url(../images/pages/login/text-login.png) no-repeat;
  font-size: 24px;
  text-indent: -9999px;
}
.login__login .wrap-title .title {
  overflow: hidden;
  float: left;
  height: 22px;
  margin-right: 20px;
  background: url(../images/pages/login/text-login2.png) no-repeat;
  font-size: 24px;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  .login__login .wrap-title .title, .login__notice .wrap-title .title {
    width: auto !important;
    height: auto;
    background: none;
    text-indent: 0;
  }
}
.login__login .wrap-title .sub-text, .login__notice .wrap-title .sub-text {
  float: left;
  margin-top: 10px;
  line-height: 1;
  color: #666;
}
@media only screen and (max-width: 1023px) {
  .login__login .wrap-title .sub-text, .login__notice .wrap-title .sub-text {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .login__login .wrap-title .sub-text, .login__notice .wrap-title .sub-text {
    margin-top: 5px;
    clear: both;
  }
}

.login__login {
  float: left;
  width: 490px;
}
@media only screen and (max-width: 1023px) {
  .login__login {
    width: 100%;
  }
}
.login__login .wrap-title {
  border-color: #114f7d;
}
@media only screen and (max-width: 1023px) {
  .login__login .wrap-title {
    padding-bottom: 10px;
  }
}
.login__login .wrap-title .title {
  width: 175px;
  background-position: 0 0;
}
.login__login .wrap-form {
  position: relative;
  margin-top: 30px;
  padding: 0 170px 27px 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 1023px) {
  .login__login .wrap-form {
    margin-top: 15px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .login__login .wrap-form {
    padding-right: 130px;
  }
}
.login__login .wrap-form .ui.input {
  margin-top: 10px;
}
.login__login .wrap-form .ui.input:first-child {
  margin-top: 0;
}
.login__login .wrap-form .ui.checkbox {
  margin-top: 18px;
}
@media only screen and (max-width: 1023px) {
  .login__login .wrap-form .ui.checkbox {
    margin-top: 8px;
  }
}
.login__login .wrap-form .btn-login {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 90px;
  font-size: 14px;
}
.login__login .wrap-form .sso-login {
  position: initial;
  float: right;
  height: 35px;
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  .login__login .wrap-form .btn-login {
    width: 120px;
  }
}
.sso-login-box {
  width: calc(100% + 170px);
}
@media only screen and (max-width: 767px) {
  .sso-login-box {
    width: calc(100% + 130px);
  }
}

.login__login .wrap-form .btn-login .ico-key {
  display: block;
  width: 28px;
  height: 30px;
  margin: 7px auto 0;
  background: url(../images/pages/login/ico-key.png) no-repeat 0 0;
}
.login__login .text-notice {
  position: relative;
  margin-top: 27px;
  padding-left: 6px;
  color: #888;
}
@media only screen and (max-width: 1023px) {
  .login__login .text-notice {
    margin-top: 10px;
  }
}
.login__login .text-notice:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #888;
  content: '';
}

.login__notice {
  float: right;
  width: 430px;
  padding: 0 0 17px 60px;
  border-left: 1px solid #eee;
}
@media only screen and (max-width: 1023px) {
  .login__notice {
    width: 100%;
    margin-top: 25px;
    padding: 0;
    border-left: 0;
  }
}
.login__notice .wrap-title {
  border-color: #abb5bb;
}
@media only screen and (max-width: 1023px) {
  .login__notice .wrap-title {
    padding-bottom: 10px;
  }
}
.login__notice .wrap-title .title {
  width: 85px;
  background-position: 0 -30px;
}
.login__notice .list-notice {
  margin-top: 4px;
}
.login__notice .list-notice li {
  position: relative;
  margin-top: 22px;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .login__notice .list-notice li {
    margin-top: 10px;
    padding-left: 8px;
  }
}
.login__notice .list-notice li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #666;
  content: '';
}
@media only screen and (max-width: 1023px) {
  .login__notice .list-notice li:before {
    top: 8px;
    width: 2px;
    height: 2px;
  }
}
.login__notice .list-notice li a {
  font-size: 14px;
  color: #666;
}
@media only screen and (max-width: 1023px) {
  .login__notice .list-notice li a {
    font-size: 12px;
  }
}
.login__notice .list-notice li a:hover, .login__notice .list-notice li a:focus {
  color: #114f7d;
  text-decoration: underline;
}

.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url('../images/pages/loading-background.png')
}
.page-loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -25px;
  margin-left: -44px;
}
.page-loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

.dialog-custom.ui-dialog {
  overflow-y: auto;
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 9999;
  width: auto !important;
  height: auto !important;
  padding: 30px 0;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .dialog-custom.ui-dialog {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.dialog-custom.ui-dialog .ui-widget-content {
  overflow: hidden;
  height: auto !important;
  padding: 0;
  background-color: transparent !important;
}
.dialog-custom.ui-dialog .ui-dialog-titlebar {
  display: none;
}

.ui-widget-overlay {
  background-color: #000 !important;
  opacity: .6 !important;
}

.com.wrap-title {
  *zoom: 1;
  margin-bottom: 15px;
}
.com.wrap-title:before, .com.wrap-title:after {
  display: table;
  content: '';
}
.com.wrap-title:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .com.wrap-title {
    margin-bottom: 10px;
  }
}
.com.wrap-title .title {
  float: left;
  position: relative;
  padding-left: 13px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .com.wrap-title .title {
    font-size: 14px;
  }
}
.com.wrap-title .title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 18px;
  margin-top: -9px;
  border-radius: 4px;
  background-color: #114f7d;
  content: '';
}

.com.box-search {
  margin-bottom: 22px;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .com.box-search {
    margin-bottom: 12px;
  }
}
.com.box-search > .inner {
  padding: 19px 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  background-color: #f7f7f7;
  box-shadow: 0 2px 0 #f4f4f4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .com.box-search > .inner {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .com.box-search > .inner select.ui.input {
    width: 100% !important;
  }
}
.com.box-search > .inner input.ui.input {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .com.box-search > .inner input.ui.input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .com.box-search > .inner .wrap-btn-search {
    width: 74px;
  }
}
.com.box-search > .inner .btn-search {
  margin-left: 6px;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .com.box-search > .inner .btn-search {
    margin-left: 0;
  }
}

.com.sort-area {
  *zoom: 1;
  margin-bottom: 20px;
}
.com.sort-area:before, .com.sort-area:after {
  display: table;
  content: '';
}
.com.sort-area:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .com.sort-area {
    margin-bottom: 10px;
  }
}

.icon-add-file {
  display: inline-block;
}
.icon-add-file .ico-file {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  background-position: 0 -360px;
}

.com.scroll-box {
  overflow-x: hidden;
  overflow-x: auto;
}
.com.scroll-box > .inner {
  padding: 9px 20px;
}
@media only screen and (max-width: 767px) {
  .com.scroll-box > .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.popup__header {
  *zoom: 1;
  position: relative;
  height: 60px;
  padding: 18px 0 0 20px;
  background-color: #114f7d;
}
.popup__header:before, .popup__header:after {
  display: table;
  content: '';
}
.popup__header:after {
  clear: both;
}
.popup__header .title {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.popup__header .popup__btn-close {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-position: 0 -620px;
  text-indent: -9999px;
}

.popup__content {
  padding: 30px;
}
.popup__content.mobile {
  padding: 10px;
}

.popup__footer {
  margin-top: 30px;
  text-align: center;
}
.popup__footer .ui.button {
  min-width: 120px;
  margin-left: 6px;
  vertical-align: top;
}
.popup__footer .ui.button:first-child {
  margin-left: 0;
}

.popup__box-status {
  border-top: 1px solid #aaa;
}
.popup__box-status > .inner {
  padding: 19px 0 18px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  font-weight: bold;
  font-size: 14px;
  color: #114f7d;
  text-align: center;
}

.popup__student-info {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .popup__student-info {
    width: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__student-info .popup__content {
    padding: 10px;
  }
}
.popup__student-info .student-info {
  *zoom: 1;
}
.popup__student-info .student-info:before, .popup__student-info .student-info:after {
  display: table;
  content: '';
}
.popup__student-info .student-info:after {
  clear: both;
}
.popup__student-info .student-info .wrap-thumb {
  float: left;
  position: relative;
  width: 156px;
  height: 200px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .popup__student-info .student-info .wrap-thumb {
    width: 78px;
    height: 100px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 5px;
  }
}
.popup__student-info .student-info .wrap-thumb.no-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 94px;
  margin: -47px 0 0 -35px;
  content: '';
}
@media only screen and (max-width: 767px) {
  .popup__student-info .student-info .wrap-thumb.no-img:before {
    width: 50px;
    height: 68px;
    margin-top: -34px;
    margin-left: -25px;
    background-size: 50px auto;
  }
}
.popup__student-info .student-info .wrap-thumb img {
  width: 100%;
  height: 100%;
}
.popup__student-info .student-info .wrap-cont {
  overflow: hidden;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .popup__student-info .student-info .wrap-cont {
    padding-top: 0;
  }
}
.popup__student-info .student-info .wrap-cont .name {
  display: block;
  margin-bottom: -8px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .popup__student-info .student-info .wrap-cont .name {
    font-size: 12px;
  }
}
.popup__student-info .dot-text {
  position: relative;
  margin-top: 17px;
  margin-bottom: -13px;
  padding-left: 6px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .popup__student-info .dot-text {
    margin-top: 7px;
    margin-bottom: -8px;
  }
}
.popup__student-info .dot-text:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #666;
  content: '';
}
.popup__student-info .wrap-status {
  padding-top: 8px;
}
.popup__student-info .wrap-status .select-attend {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup__student-info .wrap-status .select-attend .ico-checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-position: 0 -130px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .popup__student-info .wrap-status .select-attend .ico-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
}
.popup__student-info .wrap-status .select-attend input[type="radio"]:checked + .ico-checkbox {
  background-position: 0 -160px;
}
.popup__student-info .title-sub {
  margin: 17px 0 6px;
}
.popup__student-info .memo-box {
  border-top: 1px solid #aaa;
}
.popup__student-info .memo-box > .scroll-box {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.popup__student-info .memo-box > .scroll-box > .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.popup__student-info .memo-box .list-memo li {
  position: relative;
  padding: 19px 150px 18px 0;
  border-top: 1px solid #eee;
}
.popup__student-info .memo-box .list-memo li:first-child {
  border-top: 0;
}
.popup__student-info .memo-box .list-memo .text {
  display: block;
  line-height: 19px;
  color: #666;
}
.popup__student-info .memo-box .list-memo .date {
  position: absolute;
  top: 19px;
  right: 29px;
  color: #888;
}
.popup__student-info .memo-box .list-memo .btn-delete {
  position: absolute;
  top: 17px;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
}
.popup__student-info .memo-box .list-memo .btn-delete .ico-del {
  display: block;
  width: 8px;
  height: 7px;
  margin: 0 auto;
  background-position: 0 -190px;
}
@media only screen and (max-width: 767px) {
  .popup__student-info .popup__footer {
    margin-top: 10px;
  }
}

.popup__select-attend {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .popup__select-attend {
    width: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__select-attend .popup__content {
    padding: 10px;
  }
}
.popup__select-attend .select-attend {
  *zoom: 1;
}
.popup__select-attend .select-attend:before, .popup__select-attend .select-attend:after {
  display: table;
  content: '';
}
.popup__select-attend .select-attend:after {
  clear: both;
}
.popup__select-attend .select-attend .list {
  margin-top: -1px;
}
.popup__select-attend .select-attend .list:first-child {
  margin-top: 0;
}
.popup__select-attend .select-attend .list .wrapper {
  display: block;
  border: 1px solid #e0e0e0;
}
.popup__select-attend .select-attend .list .wrapper .inner {
  *zoom: 1;
  padding: 29px 19px 25px;
  border: 1px solid transparent;
  color: #666;
  cursor: pointer;
}
.popup__select-attend .select-attend .list .wrapper .inner:before, .popup__select-attend .select-attend .list .wrapper .inner:after {
  display: table;
  content: '';
}
.popup__select-attend .select-attend .list .wrapper .inner:after {
  clear: both;
}
.popup__select-attend .select-attend .list .wrapper .ico-checkbox {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  background-position: 0 -130px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .popup__select-attend .select-attend .list .wrapper .ico-checkbox {
    width: 20px;
    height: 20px;
  }
}
.popup__select-attend .select-attend .list .wrapper .title {
  display: inline-block;
  position: relative;
  top: 1px;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}
.popup__select-attend .select-attend .list .wrapper .text {
  padding: 7px 0 0 30px;
}
.popup__select-attend .select-attend .list input[type="radio"]:checked + .wrapper {
  position: relative;
  border-color: #114f7d;
}
.popup__select-attend .select-attend .list input[type="radio"]:checked + .wrapper .inner {
  border-color: #114f7d;
}
.popup__select-attend .select-attend .list input[type="radio"]:checked + .wrapper .ico-checkbox {
  background-position: 0 -160px;
}
.popup__select-attend .select-attend .list input[type="radio"]:checked + .wrapper .title {
  color: #114f7d;
}
@media only screen and (max-width: 767px) {
  .popup__select-attend .popup__footer {
    margin-top: 10px;
  }
}

.popup__select-use-attend {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .popup__select-use-attend {
    width: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__select-use-attend .popup__content {
    padding: 10px;
  }
}
.popup__select-use-attend .title-sub {
  margin: 18px 0 8px;
}
.popup__select-use-attend .title-sub:first-child {
  margin-top: 0;
}
.popup__select-use-attend .box-content {
  border-top: 1px solid #aaa;
}
.popup__select-use-attend .box-content > .inner {
  padding: 17px 20px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.popup__select-use-attend .certify-number > .inner {
  padding-top: 21px;
  padding-bottom: 24px;
}
.popup__select-use-attend .certify-number .class {
  font-weight: bold;
  font-size: 16px;
}
.popup__select-use-attend .certify-number .number {
  font-family: tahoma;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #114f7d;
}
@media only screen and (max-width: 767px) {
  .popup__select-use-attend .popup__footer {
    margin-top: 10px;
  }
}

.popup__setting-week {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .popup__setting-week {
    width: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__setting-week .popup__content {
    padding: 10px;
  }
}
.popup__setting-week .title-sub {
  margin: 18px 0 8px;
}
.popup__setting-week .title-sub:first-child {
  margin-top: 0;
}
.popup__setting-week .week-area table {
  table-layout: fixed;
}
.popup__setting-week .week-area td {
  width: 1%;
  height: 42px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  vertical-align: top;
}
.popup__setting-week .week-area .week {
  float: left;
  font-size: 11px;
}
@media only screen and (max-width: 1023px) {
  .popup__setting-week .week-area .week {
    font-size: 9px;
  }
}
.popup__setting-week .week-area .date {
  float: right;
  font-size: 11px;
  color: #888;
}
@media only screen and (max-width: 1023px) {
  .popup__setting-week .week-area .date {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__setting-week .popup__footer {
    margin-top: 10px;
  }
}

.popup__point-input {
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .popup__point-input {
    width: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__point-input .popup__content {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__point-input .popup__footer {
    margin-top: 10px;
  }
}

.main__focus-wrapper {
  *zoom: 1;
}
.main__focus-wrapper:before, .main__focus-wrapper:after {
  display: table;
  content: '';
}
.main__focus-wrapper:after {
  clear: both;
}

.main__focus-total {
  float: left;
  width: 49%;
  border: 3px solid #114f7d;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__focus-total {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .main__focus-total {
    *zoom: 1;
    float: none;
    width: 100%;
  }
  .main__focus-total:before, .main__focus-total:after {
    display: table;
    content: '';
  }
  .main__focus-total:after {
    clear: both;
  }
}
.main__focus-total .section {
  float: left;
  width: 50%;
  height: 315px;
  padding: 27px 40px 0;
  border-left: 1px solid #eee;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__focus-total .section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section {
    *zoom: 1;
    float: none;
    width: 100%;
    height: auto;
    padding: 10px 15px 4px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #eee;
  }
  .main__focus-total .section:before, .main__focus-total .section:after {
    display: table;
    content: '';
  }
  .main__focus-total .section:after {
    clear: both;
  }
}
.main__focus-total .section:first-child {
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section:first-child {
    margin-top: 0;
    border-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section:last-child .total-number {
    margin-top: -3px;
  }
}
.main__focus-total .section .title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section .title {
    font-size: 13px;
  }
}
.main__focus-total .section .title > a {
  display: inline-block;
  vertical-align: top;
}
.main__focus-total .section .title > a:hover, .main__focus-total .section .title > a:focus {
  text-decoration: underline;
}
.main__focus-total .section .title > a .ico-arr {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 5px;
  background-position: 0 0;
}
.main__focus-total .section .total-number {
  width: 90px;
  height: 90px;
  margin: 15px auto 10px;
  padding-top: 16px;
  border: 5px solid #eee;
  border-radius: 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section .total-number {
    float: left;
    width: 60px;
    height: 60px;
    margin: 13px 10px 5px 0;
    padding-top: 10px;
  }
}
.main__focus-total .section .total-number .num {
  padding-right: 2px;
  font-family: tahoma;
  font-size: 30px;
  color: #114f7d;
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section .total-number .num {
    font-size: 20px;
  }
}
.main__focus-total .section .dl-list {
  *zoom: 1;
  margin-top: 12px;
  padding: 0 0 6px 3px;
  border-bottom: 1px dashed #e0e0e0;
  line-height: 22px;
}
.main__focus-total .section .dl-list:before, .main__focus-total .section .dl-list:after {
  display: table;
  content: '';
}
.main__focus-total .section .dl-list:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section .dl-list {
    overflow: hidden;
    margin-top: 5px;
    padding-bottom: 4px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section .dl-list:last-child {
    border-bottom: 0;
  }
}
.main__focus-total .section .dl-list dt {
  float: left;
  color: #666;
}
.main__focus-total .section .dl-list dt [class^=ico-] {
  display: inline-block;
  width: 10px;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .main__focus-total .section .dl-list dt [class^=ico-] {
    display: none;
  }
}
.main__focus-total .section .dl-list dt .ico-wait {
  position: relative;
  top: 1px;
  height: 11px;
  background-position: 0 -40px;
}
.main__focus-total .section .dl-list dt .ico-approval {
  height: 8px;
  background-position: 0 -60px;
}
.main__focus-total .section .dl-list dt .ico-return {
  height: 9px;
  background-position: 0 -80px;
}
.main__focus-total .section .dl-list dd {
  float: right;
}
.main__focus-total .section .dl-list dd .num {
  font-family: tahoma;
  font-size: 18px;
}
.main__focus-total .section .dl-list dd .txt {
  position: relative;
  top: -1px;
}

.main__focus-notice {
  float: right;
  width: 50%;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__focus-notice {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .main__focus-notice {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
.main__focus-notice .section {
  border-top: 3px solid #888;
  background-color: #fff;
}
.main__focus-notice .section > .inner {
  position: relative;
  height: 318px;
  padding: 16px 20px 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .main__focus-notice .section > .inner {
    height: auto;
    padding: 10px 15px;
  }
}
.main__focus-notice .section > .inner .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .main__focus-notice .section > .inner .title {
    padding-bottom: 8px;
  }
}
.main__focus-notice .section > .inner .list-notice li {
  *zoom: 1;
  position: relative;
  margin-top: 11px;
  padding-left: 6px;
}
.main__focus-notice .section > .inner .list-notice li:before, .main__focus-notice .section > .inner .list-notice li:after {
  display: table;
  content: '';
}
.main__focus-notice .section > .inner .list-notice li:after {
  clear: both;
}
.main__focus-notice .section > .inner .list-notice li:first-child {
  margin-top: 16px;
}
.main__focus-notice .section > .inner .list-notice li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background-color: #888;
  content: '';
}
.main__focus-notice .section > .inner .list-notice li .date {
  float: right;
  color: #888;
}
.main__focus-notice .section > .inner .list-notice li .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  color: #666;
  white-space: nowrap;
}
.main__focus-notice .section > .inner .list-notice li .txt:hover, .main__focus-notice .section > .inner .list-notice li .txt:focus {
  text-decoration: underline;
}
.main__focus-notice .section > .inner .btn-more {
  position: absolute;
  top: 21px;
  right: 20px;
  font-size: 11px;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .main__focus-notice .section > .inner .btn-more {
    top: 15px;
  }
}
.main__focus-notice .section > .inner .btn-more:hover, .main__focus-notice .section > .inner .btn-more:focus {
  text-decoration: underline;
}
.main__focus-notice .section > .inner .btn-more .ico-arr {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 5px;
  height: 7px;
  background-position: 0 -20px;
}

.main__tab-sort {
  *zoom: 1;
  position: relative;
  border-bottom: 2px solid #114f7d;
}
.main__tab-sort:before, .main__tab-sort:after {
  display: table;
  content: '';
}
.main__tab-sort:after {
  clear: both;
}
.main__tab-sort .tab-area {
  float: left;
  width: 74%;
}
.main__tab-sort .tab-area li {
  float: left;
  width: 50%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .main__tab-sort .tab-area li {
    width: 40%;
  }
}
.main__tab-sort .tab-area li:last-child {
  border-right-width: 1px;
  border-left-color: #eee;
}
.main__tab-sort .tab-area li a {
  display: block;
  overflow: hidden;
  height: 48px;
  font-size: 14px;
  line-height: 50px;
  color: #888;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main__tab-sort .tab-area li a {
    height: 36px;
    font-size: 12px;
    line-height: 38px;
  }
}
.main__tab-sort .tab-area li a:hover, .main__tab-sort .tab-area li a:focus {
  background-color: #f9f9f9;
}
.main__tab-sort .tab-area li.active {
  border-color: #114f7d;
}
.main__tab-sort .tab-area li.active a {
  background-color: #114f7d;
  font-weight: bold;
  color: #fff;
}
.main__tab-sort .sort-area {
  position: absolute;
  top: 0;
  right: 0;
}

.main__class-list {
  padding-bottom: 50px;
}
.main__class-list td {
  padding: 17px 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__class-list td {
    width: auto !important;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main__class-list .link-arrow {
    display: inline-block;
    height: 24px;
    margin-right: 4px;
    padding: 0 13px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #fff;
    font-size: 11px;
    line-height: 24px;
    color: #666;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: background-color, 0.25s, ease;
    -moz-transition: background-color, 0.25s, ease;
    transition: background-color, 0.25s, ease;
  }
  .main__class-list .link-arrow:hover, .main__class-list .link-arrow:focus {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.08);
  }
}
.main__class-list tr:hover td {
  background-color: #f7fcff;
}
@media only screen and (max-width: 767px) {
  .main__class-list tr:hover td {
    background-color: #fff;
  }
}
.main__class-list tr:hover .class-name .text {
  color: #114f7d;
}
.main__class-list tr:last-child .class-name .wrap-set .layer-setting {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 6px;
}
.main__class-list tr:last-child .class-name .wrap-set .layer-setting:before {
  top: auto;
  bottom: -5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main__class-list .bar {
  padding: 0 4px;
  color: #e0e0e0;
}
.main__class-list .number-person {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .main__class-list .schedule {
    padding-bottom: 5px;
  }
}
.main__class-list .class-name {
  *zoom: 1;
  padding: 3px 0 9px;
}
.main__class-list .class-name:before, .main__class-list .class-name:after {
  display: table;
  content: '';
}
.main__class-list .class-name:after {
  clear: both;
}
.main__class-list .class-name .wrap-set {
  float: left;
  position: relative;
}
.main__class-list .class-name .wrap-set .ico-set {
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 1px 6px 0 0;
  background-position: 0 -100px;
  text-indent: -9999px;
}
.main__class-list .class-name .wrap-set .layer-setting {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 362px;
  margin-top: 6px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .main__class-list .class-name .wrap-set .layer-setting {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9000 !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
.main__class-list .class-name .wrap-set .layer-setting:before {
  position: absolute;
  top: -5px;
  left: 19px;
  width: 10px;
  height: 6px;
  background-position: 0 -310px;
  content: '';
}
.main__class-list .class-name .wrap-set .layer-setting .tit {
  height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 0 #f2f2f2;
  font-weight: bold;
  font-size: 14px;
  line-height: 46px;
  color: #333;
}
.main__class-list .class-name .wrap-set .layer-setting .btn-close {
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-position: 0 -330px;
  text-indent: -9999px;
}
.main__class-list .class-name .wrap-set .layer-setting .contents {
  padding: 20px;
}
.main__class-list .class-name .wrap-set .layer-setting .contents dl {
  margin-top: 17px;
}
.main__class-list .class-name .wrap-set .layer-setting .contents dl:first-child {
  margin-top: 0;
}
.main__class-list .class-name .wrap-set .layer-setting .contents dl dt {
  margin-bottom: 4px;
  color: #333;
}
.main__class-list .class-name .wrap-set .layer-setting .contents dl dd {
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  background-color: #f7f7f7;
}
.main__class-list .class-name .wrap-set .layer-setting .contents dl dd .ui.input {
  width: 40px;
  text-align: center;
}
.main__class-list .class-name .wrap-set .layer-setting .contents .ui.button {
  width: 70px;
}
.main__class-list .class-name .wrap-set.active .layer-setting {
  display: block;
}
.main__class-list .class-name .text {
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.main__class-list .link-arrow {
  display: inline-block;
  white-space: nowrap;
}
.main__class-list .link-arrow .ico-arr {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 5px;
  height: 7px;
  background-position: 0 -20px;
  font-weight: bold;
}
.main__class-list .link-arrow:hover, .main__class-list .link-arrow:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .main__class-list .link-arrow:hover, .main__class-list .link-arrow:focus {
    text-decoration: none;
  }
}
.main__class-list .number-detail {
  padding-top: 4px;
  font-size: 11px;
  color: #888;
}
.main__class-list .middle-line {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main__class-list .middle-line {
    display: block;
    overflow: hidden;
    float: none;
    width: 100%;
    height: 0;
    margin: 10px 0;
    border-top: 1px dashed #eee !important;
  }
}
.main__class-list .wrap-check-view {
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .main__class-list .wrap-check-view {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .main__class-list .wrap-check-view {
    float: right !important;
    margin-top: 10px;
    text-align: left;
  }
}
.main__class-list .check-view {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main__class-list .check-view {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.main__class-list .check-view .ico-checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-position: 0 -130px;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .main__class-list .check-view .ico-checkbox {
    width: 20px;
    height: 20px;
  }
}
.main__class-list .check-view input[type="checkbox"]:checked + .ico-checkbox {
  background-position: 0 -160px;
}
.main__class-list .btn-attendance {
  width: 80px;
}

.attend__class-date .button-prev, .attend__class-date .button-next {
  display: inline-block;
  width: 24px;
  padding-right: 0;
  padding-left: 9px;
}

.attend__class-date .button-prev .icon, .attend__class-date .button-next .icon {
  display: block;
  overflow: hidden;
  width: 5px;
  height: 9px;
  text-indent: -9999px;
}

.attend__class-date {
  text-align: center;
}
.attend__class-date .button-prev .icon {
  background-position: 0 -230px;
}
.attend__class-date .button-next .icon {
  background-position: 0 -250px;
}
.attend__class-date .txt-class {
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .attend__class-date .txt-class {
    font-size: 13px;
  }
}

.attend__total-result .attend-button-group .button {
  float: left;
  width: 140px;
  margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .attend__total-result .attend-button-group .button {
    float: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .attend__total-result .attend-button-group .button {
    width: auto;
  }
}

.attend__total-result {
  position: relative;
  margin-top: 48px;
  border-top: 1px solid #a0a0a0;
}
@media only screen and (max-width: 767px) {
  .attend__total-result {
    margin-top: 48px;
  }
}
.attend__total-result > .inner {
  *zoom: 1;
  padding: 14px 20px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  background-color: #f7f7f7;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.attend__total-result > .inner:before, .attend__total-result > .inner:after {
  display: table;
  content: '';
}
.attend__total-result > .inner:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .attend__total-result > .inner {
    padding-bottom: 83px;
  }
}
@media only screen and (max-width: 767px) {
  .attend__total-result > .inner {
    padding: 10px 10px 68px;
  }
}
.attend__total-result .txt-total {
  float: left;
  margin-top: 12px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .attend__total-result .txt-total {
    margin-top: 3px;
  }
}
.attend__total-result .attend-button-group {
  float: right;
}
@media only screen and (max-width: 1023px) {
  .attend__total-result .attend-button-group {
    float: none;
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    padding-top: 14px;
    border-top: 1px dashed #e0e0e0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .attend__total-result .attend-button-group {
    top: 45px;
    padding-top: 10px;
  }
}
.attend__total-result .attend-button-group .button:first-child {
  margin-left: 0;
}
.attend__total-result .attend-status {
  float: right;
  margin: 6px 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  .attend__total-result .attend-status {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .attend__total-result .attend-status {
    float: none;
    text-align: center;
  }
}
.attend__total-result .attend-status .list {
  float: left;
  position: relative;
  margin-left: 19px;
  padding-left: 21px;
}
@media only screen and (max-width: 767px) {
  .attend__total-result .attend-status .list {
    display: inline-block;
    float: none;
    margin-left: 6px;
    padding-left: 0;
    vertical-align: top;
  }
}
.attend__total-result .attend-status .list:first-child {
  margin-left: 0;
  padding-left: 0;
}
.attend__total-result .attend-status .list:first-child:after {
  content: none;
}
.attend__total-result .attend-status .list:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
  content: '';
}
@media only screen and (max-width: 767px) {
  .attend__total-result .attend-status .list:after {
    content: none;
  }
}
.attend__total-result .attend-status .list .status {
  overflow: hidden;
  float: left;
  width: 60px;
  height: 28px;
  border: 1px solid #d5d5d5;
  border-radius: 28px;
  background-color: #fff;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .attend__total-result .attend-status .list .status {
    width: 45px;
    height: 25px;
    line-height: 25px;
  }
}
.attend__total-result .attend-status .list .txt-num {
  float: left;
  width: 51px;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .attend__total-result .attend-status .list .txt-num {
    width: 33px;
    font-size: 12px;
  }
}

@-webkit-keyframes fadeImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.attend__list-student {
  *zoom: 1;
  margin-top: -20px;
  margin-right: -14px;
  margin-bottom: 80px;
  margin-left: -14px;
}
.attend__list-student:before, .attend__list-student:after {
  display: table;
  content: '';
}
.attend__list-student:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .attend__list-student {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-left: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .attend__list-student {
    margin-top: -16px;
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .attend__list-student {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.attend__list-student > li {
  float: left;
  width: 14.2857%;
  margin-top: 20px;
  padding-right: 14px;
  padding-left: 14px;
}
@media only screen and (max-width: 767px) {
  .attend__list-student > li {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    width: 33.3333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .attend__list-student > li {
    margin-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    width: 16.6666%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .attend__list-student > li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .attend__list-student > li {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .attend__list-student > li {
    width: 11.1111%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .attend__list-student > li {
    width: 10%;
  }
}
@media only screen and (min-width: 1920px) {
  .attend__list-student > li {
    width: 8.3333%;
  }
}
.attend__list-student .content {
  border: 1px solid #e0e0e0;
  background-color: #f7f7f7;
}
.attend__list-student .wrap-thumb {
  display: block;
  position: relative;
  height: 168px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .attend__list-student .wrap-thumb {
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-thumb {
    height: 123px;
  }
}
.attend__list-student .wrap-thumb.no-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 94px;
  margin: -60px 0 0 -35px;
  content: '';
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-thumb.no-img:before {
    width: 50px;
    height: 68px;
    margin-top: -47px;
    margin-left: -25px;
    background-size: 50px auto;
  }
}
.attend__list-student .wrap-thumb img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 100%;
  vertical-align: top;
}
.attend__list-student .wrap-thumb img.fade {
  -webkit-animation: fadeImage 0.8s ease;
  animation: fadeImage 0.8s ease;
}
.attend__list-student .wrap-thumb .label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.attend__list-student .wrap-thumb .label.attend {
  background-color: rgba(71, 148, 203, 0.8);
}
.attend__list-student .wrap-thumb .label.absence {
  background-color: rgba(236, 78, 78, 0.8);
}
.attend__list-student .wrap-thumb .label.tardiness {
  background-color: rgba(179, 146, 65, 0.8);
}
.attend__list-student .wrap-info {
  padding: 5px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-info {
    padding: 5px;
  }
}
.attend__list-student .wrap-info .checkbox label {
  color: #888;
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-info .checkbox label {
    font-size: 11px;
  }
}
.attend__list-student .wrap-info .name {
  padding-top: 4px;
  font-weight: bold;
}
.attend__list-student .wrap-info .name a {
  text-decoration: underline;
}
.attend__list-student .wrap-info .name a:hover,
.attend__list-student .wrap-info .name a:focus {
  color: #114f7d;
}
.attend__list-student .wrap-info .desc {
  padding-top: 4px;
  font-size: 11px;
  color: #888;
  line-height: 15px;
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-info .desc {
    font-size: 10px;
    line-height: 13px;
  }
}
.attend__list-student .wrap-info .desc a {
  color: #888;
}
.attend__list-student .wrap-info .desc a:hover, .attend__list-student .wrap-info .desc a:focus {
  text-decoration: underline;
}
.attend__list-student .wrap-info .wrap-btn {
  *zoom: 1;
  margin: 0 -3px;
  padding-top: 8px;
}
.attend__list-student .wrap-info .wrap-btn:before, .attend__list-student .wrap-info .wrap-btn:after {
  display: table;
  content: '';
}
.attend__list-student .wrap-info .wrap-btn:after {
  clear: both;
}
.attend__list-student .wrap-info .wrap-btn .half {
  float: left;
  position: relative;
  width: 50%;
  padding: 0 3px;
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-info .wrap-btn .half {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-info .wrap-btn .half:first-child {
    margin-bottom: 5px;
  }
}
.attend__list-student .wrap-info .wrap-btn .half .button {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.attend__list-student .wrap-info .wrap-btn .half .layer-memo {
  display: none;
  position: absolute;
  top: -1050%;
  left: 3px;
  z-index: 10;
  width: 362px;
  margin-top: 6px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .attend__list-student .wrap-info .wrap-btn .half .layer-memo {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9000 !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
.attend__list-student .wrap-info .wrap-btn .half .layer-memo:before {
  position: absolute;
  top: -5px;
  left: 19px;
  width: 10px;
  height: 6px;
  background-position: 0 -310px;
  content: '';
}
.attend__list-student .wrap-info .wrap-btn .half .layer-memo .tit {
  height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 0 #f2f2f2;
  font-weight: bold;
  font-size: 14px;
  line-height: 46px;
  color: #333;
}
.attend__list-student .wrap-info .wrap-btn .half .layer-memo .btn-close {
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-position: 0 -330px;
  text-indent: -9999px;
}
.attend__list-student .wrap-info .wrap-btn .half .layer-memo .contents {
  padding: 20px;
}
.attend__list-student .wrap-info .wrap-btn .half .layer-memo .contents .ui.input {
  width: 100%;
  height: 100px;
}
.attend__list-student .wrap-info .wrap-btn .half .layer-memo .contents .ui.button {
  display: inline-block;
  width: 70px;
}
.attend__list-student .wrap-info .wrap-btn .half.active .layer-memo {
  display: block;
}
.attend__list-student .right .wrap-info .wrap-btn .half .layer-memo {
  left: auto;
  right: 3px;
}
.attend__list-student .right .wrap-info .wrap-btn .half .layer-memo:before {
  left: auto;
  right: 19px;
}

.attend__list-week {
  *zoom: 1;
  margin: -20px -14px 80px;
}
.attend__list-week:before, .attend__list-week:after {
  display: table;
  content: '';
}
.attend__list-week:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .attend__list-week {
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
.attend__list-week > li {
  float: left;
  width: 25%;
  margin-top: 20px;
  padding-right: 14px;
  padding-left: 14px;
}
@media only screen and (max-width: 1023px) {
  .attend__list-week > li {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .attend__list-week > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .attend__list-week > li {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .attend__list-week > li {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .attend__list-week > li {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .attend__list-week > li {
    width: 33.3333%;
  }
}
.attend__list-week .wrapper {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0 #e0e0e0 #aaa;
}
.attend__list-week .info-area {
  position: relative;
  height: 152px;
  padding: 10px 10px 10px 128px;
  background-color: #f7f7f7;
}
.attend__list-week .info-area .thumb {
  position: absolute;
  top: 10px;
  left: 10px;
}
.attend__list-week .info-area .thumb.no-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 94px;
  margin: -47px 0 0 -35px;
  content: '';
}
@media only screen and (max-width: 767px) {
  .attend__list-week .info-area .thumb.no-img:before {
    width: 50px;
    height: 68px;
    margin-top: -34px;
    margin-left: -25px;
    background-size: 50px auto;
  }
}
.attend__list-week .info-area .thumb img {
  width: 98px;
  height: 130px;
}
.attend__list-week .info-area .thumb img.fade {
  -webkit-animation: fadeImage 0.8s ease;
  animation: fadeImage 0.8s ease;
}
.attend__list-week .info-area .info {
  padding-top: 5px;
}
.attend__list-week .info-area .info .checkbox label {
  color: #888;
}
@media only screen and (max-width: 767px) {
  .attend__list-week .info-area .info .checkbox label {
    font-size: 11px;
  }
}
.attend__list-week .info-area .info .name {
  padding-top: 4px;
  font-weight: bold;
}
.attend__list-week .info-area .info .name a {
  text-decoration: underline;
}
.attend__list-week .info-area .info .name a:hover, .attend__list-week .info-area .info .name a:focus {
  color: #114f7d;
}
.attend__list-week .info-area .info .desc {
  padding-top: 4px;
  font-size: 11px;
  color: #888;
  line-height: 15px;
}
@media only screen and (max-width: 767px) {
  .attend__list-week .info-area .info .desc {
    font-size: 10px;
    line-height: 13px;
  }
}
.attend__list-week .info-area .info .desc a {
  color: #888;
}
.attend__list-week .info-area .info .desc a:hover, .attend__list-week .info-area .info .desc a:focus {
  text-decoration: underline;
}
.attend__list-week .info-area .info .wrap-btn {
  *zoom: 1;
  padding-top: 8px;
}
.attend__list-week .info-area .info .wrap-btn:before, .attend__list-week .info-area .info .wrap-btn:after {
  display: table;
  content: '';
}
.attend__list-week .info-area .info .wrap-btn:after {
  clear: both;
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo {
  float: left;
  position: relative;
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 362px;
  margin-top: 6px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9000 !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo:before {
  position: absolute;
  top: -5px;
  left: 19px;
  width: 10px;
  height: 6px;
  background-position: 0 -310px;
  content: '';
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo .tit {
  height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 0 #f2f2f2;
  font-weight: bold;
  font-size: 14px;
  line-height: 46px;
  color: #333;
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo .btn-close {
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-position: 0 -330px;
  text-indent: -9999px;
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo .contents {
  padding: 20px;
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo .contents .ui.input {
  width: 100%;
  height: 100px;
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo .layer-memo .contents .ui.button {
  display: inline-block;
  width: 70px;
}
.attend__list-week .info-area .info .wrap-btn .wrap-memo.active .layer-memo {
  display: block;
}
.attend__list-week .right .info-area .info .wrap-btn .layer-memo {
  left: auto;
  right: 0;
}
.attend__list-week .right .info-area .info .wrap-btn .layer-memo:before {
  left: auto;
  right: 19px;
}
.attend__list-week .week-area table {
  table-layout: fixed;
}
.attend__list-week .week-area td {
  width: 1%;
  height: 51px;
  padding: 5px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #e0e0e0;
  vertical-align: top;
  cursor: pointer;
}
.attend__list-week .week-area td:first-child {
  border-left: 0;
}
.attend__list-week .week-area td:last-child {
  border-right: 0;
}
.attend__list-week .week-area .week {
  float: left;
  font-size: 11px;
}
@media only screen and (max-width: 1023px) {
  .attend__list-week .week-area .week {
    font-size: 9px;
  }
}
.attend__list-week .week-area .date {
  float: right;
  font-size: 11px;
  color: #888;
}
@media only screen and (max-width: 1023px) {
  .attend__list-week .week-area .date {
    font-size: 9px;
  }
}
.attend__list-week .week-area .button {
  width: 100%;
  margin-top: 2px;
  padding-right: 3px;
  padding-left: 3px;
}

.page__select-attend_top {
    width : 990px; 
    margin: 0 auto;
}
.page__select-attend {
  /*width: 639px;*/
  width: 960px;
  margin: 0 auto;
  padding: 130px 0 110px;
}

.page__select-attend_r {
  width: 650px;  
  float: left;
  margin: 0 auto;
  padding: 130px 0 110px;
}
.page__select-attend_l {
  width:330px; 
  float: left;
  margin: 0 auto;
  padding: 130px 0 120px;
}
@media only screen and (max-width: 767px) {
    
.page__select-attend_top {
    width: 100%;
    padding: 10px;
}
  .page__select-attend {
    width: 100%;
    padding: 10px;
  }
  
    .page__select-attend_r {
    width: 100%;
    padding: 10px;
    }
    .page__select-attend_l {
    width: 100%;
    padding: 10px;
    }

}
.page__select-attend .select-attend {
  *zoom: 1;
}
.page__select-attend .select-attend:before, .page__select-attend .select-attend:after {
  display: table;
  content: '';
}
.page__select-attend .select-attend:after {
  clear: both;
}
.page__select-attend .select-attend .list {
  float: left;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .page__select-attend .select-attend .list {
    width: 100%;
  }
}
.page__select-attend .select-attend .list:first-child {
  margin-right: -1px;
}
@media only screen and (max-width: 767px) {
  .page__select-attend .select-attend .list:first-child {
    margin-right: 0;
    margin-bottom: -1px;
  }
}
.page__select-attend .select-attend .list .wrapper {
  display: block;
  border: 1px solid #e0e0e0;
}
.page__select-attend .select-attend .list .wrapper .inner {
  min-height : 200px;
  padding: 29px 0 35px;
  border: 1px solid transparent;
  color: #666;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page__select-attend .select-attend .list .wrapper .inner {
  	min-height: 150px;
    padding: 15px 0;
  }
}
.page__select-attend .select-attend .list .wrapper .ico-checkbox {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-position: 0 -130px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .page__select-attend .select-attend .list .wrapper .ico-checkbox {
    width: 20px;
    height: 20px;
  }
}
.page__select-attend .select-attend .list .wrapper .title {
  display: block;
  margin-top: 17px;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .page__select-attend .select-attend .list .wrapper .title {
    margin-top: 10px;
  }
}
.page__select-attend .select-attend .list .wrapper .text {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .page__select-attend .select-attend .list .wrapper .text {
    margin-top: 5px;
  }
}
.page__select-attend .select-attend .list input[type="radio"]:checked + .wrapper {
  position: relative;
  border-color: #114f7d;
}
.page__select-attend .select-attend .list input[type="radio"]:checked + .wrapper .inner {
  border-color: #114f7d;
}
.page__select-attend .select-attend .list input[type="radio"]:checked + .wrapper .ico-checkbox {
  background-position: 0 -160px;
}
.page__select-attend .select-attend .list input[type="radio"]:checked + .wrapper .title {
  color: #114f7d;
}

.page__select-attend .select-attend .list input[type="checkbox"]:checked + .wrapper {
  position: relative;
  border-color: #114f7d;
}
.page__select-attend .select-attend .list input[type="checkbox"]:checked + .wrapper .inner {
  border-color: #114f7d;
}
.page__select-attend .select-attend .list input[type="checkbox"]:checked + .wrapper .ico-checkbox {
  background-position: 0 -160px;
}
.page__select-attend .select-attend .list input[type="checkbox"]:checked + .wrapper .title {
  color: #114f7d;
}
/*# sourceMappingURL=style.css.map */
