.show-guide {
  border: 1px solid #85d0cb; }

@media (min-width: 768px) {
  .container {
    max-width: 9999px; } }
* {
  #background: rgba(33, 33, 33, 0.11);
  #border: 1px solid black; }

.ming {
  font-family: "新細明體", PMingLiu; }

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", sans-serif;
  color: #454545;
  font-size: 14px;
  line-height: 1.8em;
  background: #eaeae8;
  background-image: url("../images/assets/bg.jpg"); }

table {
  background: none; }

th {
  white-space: nowrap; }

a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #454545;
  cursor: pointer; }

h1 {
  margin-bottom: 37px !important; }

label,
h5,
h6 {
  font-size: 14px;
  color: #8bad3c; }

label.sp {
  letter-spacing: 2em; }

strong {
  font-size: 120%; }

h2 {
  font-size: 18px;
  color: #bf1e0f; }

h5 {
  font-size: 16px; }

p {
  margin: 0;
  padding: 0; }

p + p {
  margin-top: 7px; }

.cjk > ol > li {
  list-style-type: cjk-ideographic; }

.layer {
  position: relative; }
  .layer > * {
    position: absolute; }

.container {
  position: relative;
  width: 1120px;
  padding: 0;
  margin: 0 auto; }

header,
section {
  display: block; }

header {
  float: left;
  width: 219px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px; }

section {
  *zoom: 1;
  max-width: 875px;
  _width: 875px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  min-width: 875px;
  float: right;
  margin-top: 80px;
  margin-bottom: 80px; }
  section:after {
    content: "";
    display: table;
    clear: both; }

footer {
  position: relative;
  background-image: url("../images/assets/bg_footer.jpg");
  background-position: center top; }
  footer.sp {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%; }
  footer .container {
    height: 100px;
    padding: 15px 0; }
  footer .fbapi {
    width: 360px;
    position: absolute;
    top: 50px;
    left: 300px; }
  footer .logo-footer {
    position: absolute;
    top: 20px;
    left: 0; }
  footer .btn-fb-share {
    position: absolute;
    top: 15px;
    right: 0; }
  footer .siteinfo {
    position: absolute;
    top: 25px;
    left: 95px;
    font-size: 90%; }
    footer .siteinfo p {
      margin: 0;
      letter-spacing: -0.02em; }
    footer .siteinfo a {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      text-decoration: none;
      font-size: 13px;
      line-height: 20px;
      color: #454545;
      padding: 0 15px;
      background: #ffe7b6; }
      footer .siteinfo a:hover {
        color: white;
        background: #c75300; }
    footer .siteinfo a + a {
      margin-left: 3px; }

.app-wrapper {
  min-width: 1200px; }

.btn-fb-share {
  position: absolute;
  top: 20px;
  right: 20px; }

hr {
  clear: both;
  height: 0;
  margin: 20px 0;
  border: none;
  border-bottom: 1px dashed #aaaaaa; }

.frameset {
  position: relative;
  width: 100%; }
  .frameset .frame {
    width: 100%;
    display: none; }
    .frameset .frame.active {
      display: block; }

.popup {
  width: 480px;
  height: 480px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  #display: none; }
  .popup img.preview {
    width: 480px;
    height: 480px; }
  .popup .btn-close {
    position: absolute;
    top: 0;
    right: -70px; }
  .popup .btn-confirm {
    position: absolute;
    top: 490px;
    left: 170px; }

.aniloading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-image: url("../images/assets/loading.gif");
  background-repeat: no-repeat;
  background-position: center; }

.mask,
.loading-mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-image: url("../images/assets/loading_bg.jpg");
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.aniloading,
.loading-mask {
  display: none; }

.app-wrapper.index {
  display: none; }

body.index .aniloading,
body.index .loading-mask {
  display: block; }

body.played .loading-mask,
body.played .aniloading,
body.played footer.sp {
  display: none; }

.debug {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: fixed;
  z-index: 999;
  padding: 7px;
  color: white;
  bottom: 0;
  right: 0;
  background: black;
  display: none; }

.panel {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  width: 100%;
  padding: 20px; }
  .panel h2.schedule {
    font-size: 34px;
    color: white; }
  .panel h2 {
    margin-bottom: 10px; }
  .panel.orange {
    position: relative;
    padding: 35px 20px;
    background-image: url("../images/assets/bg_orange.jpg"); }
    .panel.orange::before {
      font-size: 0;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      line-height: 0;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      font-size: 0;
      margin: 0;
      padding: 0;
      width: 114px;
      height: 15px;
      background-repeat: no-repeat;
      background-image: url("../images/assets/deco_frame.png");
      background-position: center;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      content: " ";
      top: -16px; }
    .panel.orange > .calendar-nav {
      position: absolute;
      top: 65px;
      right: 30px; }
    .panel.orange > hr {
      margin: 13px -20px;
      border-bottom: 2px dashed #faf0e1; }
  .panel.letter {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 839px;
    height: 551px;
    background-color: transparent;
    background-image: url("../images/assets/bg_contact.png"); }
  .panel .check-privcy {
    color: white;
    font-size: 120%;
    margin-left: 30px;
    margin-bottom: 23px; }
    .panel .check-privcy a {
      color: #454545; }

table.calendar {
  width: 100%;
  margin-bottom: 20px; }
  table.calendar thead td {
    color: white;
    text-align: center;
    padding-bottom: 7px; }
  table.calendar tbody tr th {
    color: #bf1e0f;
    font-weight: 900; }
  table.calendar tbody tr th,
  table.calendar tbody tr td {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    height: 70px;
    background: white;
    border: 2px solid #ee8e1c; }
    table.calendar tbody tr th.phone,
    table.calendar tbody tr td.phone {
      color: #ff947f;
      background: #d64e34; }
      table.calendar tbody tr th.phone::before,
      table.calendar tbody tr td.phone::before {
        content: "來電預約"; }
    table.calendar tbody tr th.available,
    table.calendar tbody tr td.available {
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      color: white;
      background: #1b9562;
      cursor: pointer; }
      table.calendar tbody tr th.available:hover,
      table.calendar tbody tr td.available:hover {
        background: #ee8e1c; }
      table.calendar tbody tr th.available::before,
      table.calendar tbody tr td.available::before {
        content: "我要預約"; }
    table.calendar tbody tr th.not-available,
    table.calendar tbody tr td.not-available {
      color: darkgrey;
      background: #e5e5e5; }
      table.calendar tbody tr th.not-available::before,
      table.calendar tbody tr td.not-available::before {
        content: "名額已滿"; }
    table.calendar tbody tr th.disabled,
    table.calendar tbody tr td.disabled {
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      background-image: url("../images/assets/calendar_cross.png"); }

table.board-table {
  width: 100%;
  margin-bottom: 20px; }
  table.board-table thead td {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: white;
    background-image: url("../images/assets/bg_orange.jpg"); }
    table.board-table thead td:first-child {
      -moz-border-radius-topleft: 13px;
      -webkit-border-top-left-radius: 13px;
      border-top-left-radius: 13px;
      -moz-border-radius-bottomleft: 13px;
      -webkit-border-bottom-left-radius: 13px;
      border-bottom-left-radius: 13px; }
  table.board-table thead td + td {
    min-width: 480px;
    border-left: 2px dashed #fec374; }
  table.board-table thead td + td + td {
    min-width: 1px;
    -moz-border-radius-topright: 13px;
    -webkit-border-top-right-radius: 13px;
    border-top-right-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -webkit-border-bottom-right-radius: 13px;
    border-bottom-right-radius: 13px; }
  table.board-table td {
    min-width: 100px;
    padding: 13px; }
  table.board-table tbody td {
    border-bottom: 1px dashed #cccccc; }
  table.board-table a {
    color: #ee8e1c;
    font-weight: 900;
    font-size: 110%; }

.rules strong {
  color: #bf1e0f;
  font-size: 100%;
  font-weight: 900; }
.rules p + ol {
  margin-top: 13px; }
  .rules p + ol li {
    margin-bottom: 4px; }
  .rules p + ol ul {
    list-style-type: disc; }

.form {
  width: 90%;
  margin: 0 auto; }
  .form strong {
    color: #bf1e0f; }
  .form label {
    min-width: 100px;
    background-position: 0 0; }
  .form label.remark,
  .form label.quiz {
    position: absolute; }
  .form label.remark + textarea.form-control,
  .form label.remark + span.form-control,
  .form label.quiz + textarea.form-control,
  .form label.quiz + span.form-control {
    margin-left: 127px; }
  .form label + .form-control,
  .form .form-control + label {
    margin-left: 23px; }
  .form .form-control + span {
    margin-left: 13px; }
  .form .form-control {
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.055);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.055); }
  .form select.form-control {
    width: auto; }
  .form span.form-control {
    width: 160px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto; }
  .form input.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: auto;
    height: 28px; }
  .form textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 520px;
    height: 120px; }
  .form .form-group {
    position: relative;
    vertical-align: top;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 2px dashed #cccccc; }
    .form .form-group:last-child {
      border: none; }
  .form .form-group + .form-group {
    padding-top: 13px; }

.confirm-reserved {
  width: 90%;
  font-size: 120%;
  line-height: 2em; }
  .confirm-reserved strong {
    font-size: 110%;
    color: #bf1e0f; }
  .confirm-reserved p + p {
    margin-top: 7px; }

.label {
  font-size: 12px !important;
  color: white !important;
  line-height: 31px !important; }
  .label.reserved {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    line-height: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 84px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url("../images/assets/label_red.png");
    background-position: center; }
  .label.report {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    line-height: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 84px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url("../images/assets/label_blue.png");
    background-position: center;
    font-size: 12px;
    color: white; }

.nav.navbar-nav {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
  margin-top: 20px; }
  .nav.navbar-nav > li {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    line-height: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 100%;
    padding: 0;
    margin: 0; }
    .nav.navbar-nav > li > a,
    .nav.navbar-nav > li > span {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      width: 214px;
      padding: 0;
      margin: 0;
      background-image: url("../images/assets/nav.png"); }
      .nav.navbar-nav > li > a:hover, .nav.navbar-nav > li > a.active,
      .nav.navbar-nav > li > span:hover,
      .nav.navbar-nav > li > span.active {
        background-image: url("../images/assets/nav_hover.png"); }
  .nav.navbar-nav > li + li a:before {
    content: "/";
    margin: 0 10px; }

.nav.navbar-nav > li > a.pad1,
.nav.navbar-nav > li > span.pad1 {
  height: 27px;
  background-repeat: no-repeat;
  background-position: left 0px; }
.nav.navbar-nav > li > a.index,
.nav.navbar-nav > li > span.index {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -27px; }
.nav.navbar-nav > li > a.about,
.nav.navbar-nav > li > span.about {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -69px; }
.nav.navbar-nav > li > a.board,
.nav.navbar-nav > li > span.board {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -111px; }
.nav.navbar-nav > li > a.course,
.nav.navbar-nav > li > span.course {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -153px; }
.nav.navbar-nav > li > a.reserve,
.nav.navbar-nav > li > span.reserve {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -195px; }
.nav.navbar-nav > li > a.counseling,
.nav.navbar-nav > li > span.counseling {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -237px; }
.nav.navbar-nav > li > a.canteen,
.nav.navbar-nav > li > span.canteen {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -279px; }
.nav.navbar-nav > li > a.transport,
.nav.navbar-nav > li > span.transport {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -321px; }
.nav.navbar-nav > li > a.contact,
.nav.navbar-nav > li > span.contact {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -363px; }
.nav.navbar-nav > li > a.pad2,
.nav.navbar-nav > li > span.pad2 {
  height: 61px;
  background-repeat: no-repeat;
  background-position: left -405px; }
.nav.navbar-nav > li > a.buy,
.nav.navbar-nav > li > span.buy {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -466px; }
.nav.navbar-nav > li > a.pad3,
.nav.navbar-nav > li > span.pad3 {
  height: 53px;
  background-repeat: no-repeat;
  background-position: left -508px; }
.nav.navbar-nav > li > a.reserve-sp,
.nav.navbar-nav > li > span.reserve-sp {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -561px; }
.nav.navbar-nav > li > a.pad4,
.nav.navbar-nav > li > span.pad4 {
  height: 53px;
  background-repeat: no-repeat;
  background-position: left -603px; }
.nav.navbar-nav > li > a.exam,
.nav.navbar-nav > li > span.exam {
  height: 42px;
  background-repeat: no-repeat;
  background-position: left -656px; }
.nav.navbar-nav > li > a.pad5,
.nav.navbar-nav > li > span.pad5 {
  height: 24px;
  background-repeat: no-repeat;
  background-position: left -698px; }

.float-right-bottom {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none; }

.wrapper {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  color: white;
  width: 750px;
  min-height: 415px;
  border: 1px solid white;
  padding: 30px 40px;
  margin-top: 190px;
  margin-left: 150px;
  background-image: url("../images/assets/page_bg.png"); }
  .wrapper .bd {
    position: relative;
    margin-top: 40px; }
  .wrapper .label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: left;
    margin-left: -47px;
    width: 320px;
    height: 47px;
    background-image: url("../images/assets/label.png"); }
    .wrapper .label.s {
      width: 216px;
      background-image: url("../images/assets/label_s.png"); }
    .wrapper .label > h1 {
      margin: 0;
      margin-top: 4px;
      margin-left: 40px; }

ul.process {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  display: none;
  position: fixed;
  z-index: 1;
  right: 20px;
  background: #ee8e1c;
  width: 27px;
  height: 135px;
  padding: 7px; }
  ul.process li {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    background: transparent;
    border: 2px solid black;
    width: 14px;
    height: 14px; }
    ul.process li.active {
      background: black;
      border: 2px solid black; }
  ul.process li + li {
    margin-top: 4px; }

.item-box {
  position: relative; }
  .item-box > img {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    border: 5px solid white; }
  .item-box > .item-title {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    padding: 0 20px;
    width: 80%;
    margin: 0 auto;
    margin-top: -15px;
    margin-left: 10%;
    background: white;
    color: #bf1e0f;
    font-size: 140%;
    letter-height: 40px;
    font-weight: 500; }
  .item-box > .item-description {
    min-height: 30px;
    font-size: 100%;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #4e3821;
    text-align: center;
    margin-top: 15px; }
  .item-box:hover {
    text-decoration: none; }
    .item-box:hover > img {
      border: 5px solid #ee8e1c; }
    .item-box:hover > .item-title {
      background: #ee8e1c;
      color: white; }

.slider {
  width: 100%;
  height: 405px;
  overflow: hidden;
  background-color: #efefef; }
  .slider .slide-wrapper {
    width: 99999px;
    font-size: 0; }
  .slider .slide {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 405px;
    overflow: hidden;
    color: white;
    background-position: 50% 0; }

.slider-title {
  position: absolute;
  top: 430px;
  left: 130px;
  font-size: 120%; }

.slider-nav {
  position: absolute;
  list-style-type: none;
  right: 0;
  top: 427px;
  right: 20px; }
  .slider-nav a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #c75300;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: white; }
    .slider-nav a:hover, .slider-nav a.active {
      background: #bf1e0f;
      text-decoration: none; }

.frontWrapper .btn-more-news {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 30px;
  font-size: 0;
  position: absolute;
  top: 15px;
  right: 20px; }
.frontWrapper .board-content {
  position: absolute;
  top: 58px;
  left: 30px; }
  .frontWrapper .board-content p {
    margin-left: 10px; }
.frontWrapper [class*="deco-"] {
  pointer-events: none; }
.frontWrapper .deco-school {
  position: absolute;
  top: 25px;
  left: 20px; }
.frontWrapper .deco-pencil {
  position: absolute;
  top: -22px;
  left: 293px; }
.frontWrapper .deco-student {
  position: absolute;
  top: -2;
  left: 195px; }
.frontWrapper .deco-plane {
  position: absolute;
  top: 3px;
  left: 50px; }
.frontWrapper .deco-car {
  position: absolute;
  top: 5px;
  left: 195px; }

.app-wrapper.board article {
  word-break: break-all;
  width: 95% !important;
  margin: 0 auto; }
  .app-wrapper.board article .row {
    margin: 0; }
  .app-wrapper.board article .row + .row,
  .app-wrapper.board article .row + p,
  .app-wrapper.board article p + .row {
    margin-top: 13px; }
.app-wrapper.board .newsNav a + a {
  margin-left: 33px; }

.app-wrapper.intro .ui-logo {
  position: fixed;
  z-index: 1;
  top: 20px;
  left: 20px; }
.app-wrapper.intro .ui-skip {
  position: fixed;
  z-index: 1;
  bottom: 110px;
  right: 20px; }
.app-wrapper.intro [class*="cut"] {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 550px;
  background-image: url("../images/assets/intro_bg.jpg");
  background-position: 0 0;
  background-attachment: fixed; }
.app-wrapper.intro .ani {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 960px;
  height: 500px; }
.app-wrapper.intro .ani-wrapper {
  position: relative;
  text-align: center;
  font-size: 0; }
  .app-wrapper.intro .ani-wrapper > img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0; }
.app-wrapper.intro .cut8 {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-image: url("../images/assets/bg_orange.jpg"); }
.app-wrapper.intro .offset {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px; }
.app-wrapper.intro .frontWrapper {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1162px;
  height: 580px; }
  .app-wrapper.intro .frontWrapper .cloud-xl {
    position: absolute;
    left: -30px;
    bottom: 0; }
.app-wrapper.intro .slider {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 9px;
  left: 8px;
  width: 505px;
  height: 405px;
  background: #c75300; }
.app-wrapper.intro .cut1 img {
  margin-top: 70px; }
.app-wrapper.intro .cut2 img {
  margin-top: 170px; }
.app-wrapper.intro .cut3 img {
  margin-left: 200px;
  margin-top: 30px; }
.app-wrapper.intro .cut4 img {
  margin-left: 190px;
  margin-top: 135px; }
.app-wrapper.intro .cut5 img {
  margin-left: 180px;
  margin-top: 100px; }
.app-wrapper.intro .cut6 img {
  margin-left: 210px;
  margin-top: 95px; }
.app-wrapper.intro .cut7 img {
  margin-top: 75px; }

.app-wrapper.about .kv {
  position: relative;
  margin-bottom: 20px; }
  .app-wrapper.about .kv img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: 5px solid white; }
  .app-wrapper.about .kv article {
    width: 350px;
    position: absolute;
    top: 60px;
    left: 430px; }
    .app-wrapper.about .kv article p {
      font-size: 110%;
      font-weight: 900; }
.app-wrapper.about .r1c1 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }
.app-wrapper.about .r1c2 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }
.app-wrapper.about .r1c3 {
  width: 22.85714%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline; }
.app-wrapper.about .r2 {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }

.app-wrapper.course .col {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  min-height: 265px; }
.app-wrapper.course .col:nth-child(4n) {
  width: 22.85714%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline; }
.app-wrapper.course .wall {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 884px;
  padding: 15px 25px;
  background: rgba(247, 219, 186, 0.7);
  margin-left: -25px; }
  .app-wrapper.course .wall .btn-reserve-now {
    position: absolute;
    top: 25px;
    right: 15px; }

.app-wrapper.counseling .qlink {
  margin: 30px 0; }
  .app-wrapper.counseling .qlink a + a {
    margin-left: 3px; }
.app-wrapper.counseling h2 {
  margin-bottom: 20px; }
.app-wrapper.counseling .panel-title {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ee8e1c;
  background-image: url("../images/assets/ico_arrow_up.png");
  background-position: 99% center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
  color: white; }
  .app-wrapper.counseling .panel-title.collapsed {
    background-image: url("../images/assets/ico_arrow_down.png"); }
.app-wrapper.counseling .ans {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 10px 20px; }
.app-wrapper.counseling .panel-collapse + .panel-title {
  margin-top: 10px; }
.app-wrapper.counseling article.charge .panel-title {
  background-color: #c75300; }
.app-wrapper.counseling article.pdt .panel-title {
  background-color: #bf1e0f; }
.app-wrapper.counseling .txt-qa {
  position: relative; }
  .app-wrapper.counseling .txt-qa a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: absolute;
    width: 100px;
    height: 25px; }
    .app-wrapper.counseling .txt-qa a.btn-before-visit {
      width: 100px;
      left: 530px; }
    .app-wrapper.counseling .txt-qa a.btn-board {
      width: 80px;
      left: 655px; }
    .app-wrapper.counseling .txt-qa a.btn-contact {
      width: 140px;
      top: 30px;
      left: 600px; }

.app-wrapper.canteen .qlink a + a {
  margin-left: 10px; }
.app-wrapper.canteen .item-box .item-title {
  width: 90%;
  font-size: 115%;
  font-weight: 900;
  margin-left: 5%; }
.app-wrapper.canteen .row > * {
  margin-bottom: 45px; }
.app-wrapper.canteen .r1c1,
.app-wrapper.canteen .r1c2,
.app-wrapper.canteen .r2c1,
.app-wrapper.canteen .r2c2,
.app-wrapper.canteen .r3c2,
.app-wrapper.canteen .r4c1,
.app-wrapper.canteen .r5c1,
.app-wrapper.canteen .r5c2,
.app-wrapper.canteen .r6c1,
.app-wrapper.canteen .r6c2 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }
.app-wrapper.canteen .r3c3,
.app-wrapper.canteen .r4c2 {
  width: 22.85714%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline; }
.app-wrapper.canteen .r1c3,
.app-wrapper.canteen .r5c3 {
  width: 48.57143%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline; }
.app-wrapper.canteen .r3c1 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }

.app-wrapper.transport #map {
  width: 100%;
  height: 100%; }
.app-wrapper.transport h2 + p {
  margin-top: 17px; }
.app-wrapper.transport p + p {
  margin-top: 7px; }
.app-wrapper.transport strong {
  color: #bf1e0f;
  font-size: 100%; }
.app-wrapper.transport p.ps {
  color: #198c5b; }
.app-wrapper.transport .gps {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  padding: 50px 0 0 0;
  font-size: 120%; }
.app-wrapper.transport .deco {
  width: 48.57143%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline;
  text-align: right; }
  .app-wrapper.transport .deco .doll.traffic {
    margin: 20px 20px; }
.app-wrapper.transport .gmap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid white;
  height: 375px; }
.app-wrapper.transport article.car,
.app-wrapper.transport article.train {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }
.app-wrapper.transport article.bus {
  width: 31.42857%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline; }

.app-wrapper.contact .doll.contact {
  position: absolute;
  top: 10px;
  right: 25px; }
.app-wrapper.contact .panel.letter {
  position: relative;
  padding: 20px 40px; }
  .app-wrapper.contact .panel.letter > h1 {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 18px;
    line-height: 25px;
    color: white; }
  .app-wrapper.contact .panel.letter > .panel {
    padding: 40px 0;
    margin-top: 100px; }
.app-wrapper.contact .form.form-inline + .row {
  margin-top: 20px; }

.app-wrapper.reserve .panel.orange {
  width: 825px; }
.app-wrapper.reserve .confirm-reserved .row + .panel {
  margin-top: 30px; }
.app-wrapper.reserve .confirm-reserved .deco {
  position: absolute; }
  .app-wrapper.reserve .confirm-reserved .deco .doll {
    position: absolute;
    top: -50px;
    left: 70px; }
  .app-wrapper.reserve .confirm-reserved .deco .cloud {
    position: absolute;
    top: -110px;
    left: -10px; }
  .app-wrapper.reserve .confirm-reserved .deco .pen {
    position: absolute;
    top: 60px;
    left: 520px; }
.app-wrapper.reserve .confirm-reserved article {
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 40px; }

.app-wrapper.privacy ol > li > ol {
  list-style-type: lower-roman; }

.app-wrapper.exam header {
  display: none; }
.app-wrapper.exam section {
  max-width: 100%;
  padding: 0; }
.app-wrapper.exam .logo-text {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px; }
.app-wrapper.exam .panel.orange {
  width: 1068px;
  padding: 0; }
.app-wrapper.exam .panel.exam-paper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 70px;
  width: 1068px;
  height: 866px;
  background: none;
  background-image: url("../images/assets/exam_paper.png"); }
.app-wrapper.exam .qlink a + a {
  margin-left: 13px; }
.app-wrapper.exam .exam-form {
  margin-top: 45px;
  margin-left: 25px;
  margin-bottom: 20px;
  padding: 40px;
  width: 960px;
  border: 2px solid #40403e; }
  .app-wrapper.exam .exam-form .row {
    margin-bottom: 30px; }
  .app-wrapper.exam .exam-form h1 {
    margin: 0 !important; }
  .app-wrapper.exam .exam-form h2 {
    float: left; }
.app-wrapper.exam input[type="value"] {
  font-size: 16px;
  color: #bf1e0f;
  background: none;
  border: none;
  border-bottom: 1px solid #454545; }
.app-wrapper.exam .quiz-group {
  position: relative;
  vertical-align: top;
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 2px dashed #cccccc; }
  .app-wrapper.exam .quiz-group:last-child {
    border: none; }
  .app-wrapper.exam .quiz-group .quiz + input[type="radio"] {
    margin-left: 23px; }
  .app-wrapper.exam .quiz-group input[type="radio"] {
    margin-left: 7px;
    margin-right: 3px; }
  .app-wrapper.exam .quiz-group span + span {
    margin-left: 13px; }
.app-wrapper.exam .quiz-group + .quiz-group {
  padding-top: 7px; }
.app-wrapper.exam .pen.exam {
  position: absolute;
  z-index: 1;
  right: -40px;
  bottom: 0; }
.app-wrapper.exam .overlay {
  position: absolute;
  top: 108px;
  left: 20px;
  z-index: 1;
  width: 1010px;
  height: 806px;
  background: rgba(255, 255, 255, 0.9);
  padding: 70px 70px;
  display: none; }
.app-wrapper.exam .score-xl {
  font-size: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  line-height: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 238px;
  height: 196px;
  background-repeat: no-repeat;
  background-image: url("../images/txt/grade.png");
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 120px;
  right: 50px; }
.app-wrapper.exam .wall {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background: #dcdbd6;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .app-wrapper.exam .wall .doll {
    margin-top: 20px; }
  .app-wrapper.exam .wall .name,
  .app-wrapper.exam .wall .score,
  .app-wrapper.exam .wall .score-xl,
  .app-wrapper.exam .wall .comment {
    position: absolute;
    font-size: 140%;
    font-weight: 900;
    color: #bf1e0f; }
  .app-wrapper.exam .wall .score-xl {
    font-size: 0;
    top: -180px;
    right: -80px; }
  .app-wrapper.exam .wall .name {
    top: 30px;
    left: 72px; }
  .app-wrapper.exam .wall .score {
    top: 30px;
    left: 742px; }
  .app-wrapper.exam .wall .comment {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    line-height: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 297px;
    height: 36px;
    background-repeat: no-repeat;
    background-image: url("../images/txt/result_1.png");
    background-position: center;
    top: 73px;
    left: 202px; }

.ekko-lightbox-container div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 5px solid #ff9800;
  min-width: 400px;
  min-height: 300px;
  background-image: url("../images/assets/loading2.gif");
  background-repeat: no-repeat;
  background-position: center; }

.ekko-lightbox-nav-overlay a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.ekko-lightbox .glyphicon-chevron-left {
  left: -60px; }

.ekko-lightbox .glyphicon-chevron-right {
  right: -60px; }

.pagination {
  margin: 0 auto; }
  .pagination > li + li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-left: 7px; }
  .pagination > li > a,
  .pagination > li > span {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    color: #454545;
    border: none;
    background: transparent;
    text-decoration: none; }
    .pagination > li > a:hover,
    .pagination > li > span:hover {
      color: #8bad3c;
      background: transparent; }
  .pagination li.prev a,
  .pagination li.next a {
    font-size: 110%;
    font-weight: 900;
    color: #454545; }
    .pagination li.prev a:hover,
    .pagination li.next a:hover {
      color: #ee8e1c !important; }
  .pagination li.prev a {
    padding-left: 15px;
    background-image: url("../images/assets/arrow_prev.png");
    background-repeat: no-repeat;
    background-position: 0 50%; }
  .pagination li.next a {
    padding-right: 15px;
    background-image: url("../images/assets/arrow_next.png");
    background-repeat: no-repeat;
    background-position: 100% 50%; }

.pagination > .active > a {
  color: white;
  text-decoration: none;
  background: #ee8e1c; }
  .pagination > .active > a:hover {
    color: #ee8e1c;
    background: transparent; }

.pagination > .disabled > a {
  background: #eaeae8; }

.form-group {
  margin-bottom: 7px;
  padding: 0; }

.form-control {
  padding: 3px; }
