/*----------------------------------------------------------------------------------------------
|-> Banner
----------------------------------------------------------------------------------------------*/
.homeBanner {
  position: relative;
  z-index: 22;
  top: 0;
  min-height: 200px;
  max-width: 100%;
  overflow: hidden; }
  .homeBanner .slidesArea {
    width: 100%; }
  .homeBanner a .bannerTitle {
    position: absolute;
    z-index: 10;
    width: 45%;
    text-align: left;
    top: 55%;
    margin-top: -45px;
    margin-left: 50%; }
    .homeBanner a .bannerTitle h1 {
      font-size: 1.625em;
      margin-bottom: 10px;
      line-height: 1.4em; }
    .homeBanner a .bannerTitle p {
      font-size: 1.313em;
      font-weight: bold;
      line-height: 1.4em; }
  .homeBanner .jssorb21 {
    position: absolute;
    bottom: 15px;
    height: 20px; }
  .homeBanner .jssorb21 div, .homeBanner .jssorb21 div:hover, .homeBanner .jssorb21 .av {
    overflow: hidden;
    cursor: pointer; }
  .homeBanner .jssorb21 div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 5px; }
  .homeBanner .jssorb21 div:hover, .homeBanner .jssorb21 .av:hover {
    background-color: #f08237;
    opacity: 1; }
  .homeBanner .jssorb21 .av {
    background-color: #f08237; }
  .homeBanner .jssorb21 .dn, .homeBanner .jssorb21 .dn:hover {
    background-color: #333;
    opacity: 1; }
  .homeBanner .arrowArea {
    position: relative;
    top: 50%;
    width: 98%;
    margin: 0 auto; }
  .homeBanner .jssora03l,
  .homeBanner .jssora03r {
    display: block;
    position: absolute;
    width: 40px;
    height: 75px;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.7;
    font-size: 44px;
    color: #FFF; }
  .homeBanner .jssora03l {
    left: -10px; }
  .homeBanner .jssora03r {
    right: -10px; }
  .homeBanner .jssora03l:hover {
    opacity: 1; }
  .homeBanner .jssora03r:hover {
    opacity: 1; }
  .homeBanner .jssora03l.jssora03ldn {
    opacity: 1; }
  .homeBanner .jssora03r.jssora03rdn {
    opacity: 1; }

h1 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6em;
  padding: 30px 0; }

/*----------------------------------------------------------------------------------------------
|-> Class
----------------------------------------------------------------------------------------------*/
.classArea {
  background: #eaeaea;
  padding-bottom: 20px; }

.author {
  position: relative;
  z-index: 3; }
  .author a {
    width: 100%;
    position: absolute;
    top: -45px;
    left: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; }
    .author a img {
      width: 100%; }

ul.classList {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.classList li {
    position: relative;
    width: 23%;
    margin: 0 1% 40px 1%;
    padding-bottom: 80px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    ul.classList li section {
      padding: 10px 20px 0 20px; }
    ul.classList li figure {
      position: relative;
      z-index: 1;
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      overflow: hidden; }
      ul.classList li figure img {
        width: 100%; }
    ul.classList li h3 {
      margin: 10px 0;
      font-size: 18px;
      font-weight: bold; }
    ul.classList li p {
      font-size: 0.95em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical; }
  ul.classList a.moreBtn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0; }
  ul.classList.wait {
    position: relative;
    top: 200px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    ul.classList.wait.slide {
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      height: auto;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

a.btnMore, a.btnMoreGo {
  position: relative;
  z-index: 50;
  display: block;
  width: 300px;
  text-align: center;
  padding: 13px 0;
  margin: 20px auto;
  color: #666;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  a.btnMore:visited, a.btnMoreGo:visited {
    color: #666; }
  a.btnMore:hover, a.btnMoreGo:hover {
    color: #fff;
    background: #666; }

a.btnMoreGo {
  display: none; }
  a.btnMoreGo.show {
    display: block; }

/*----------------------------------------------------------------------------------------------
|-> Speech
----------------------------------------------------------------------------------------------*/
.speechArea {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px; }

ul.speechList {
  position: relative;
  width: 1200px;
  margin: 0 auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.speechList li {
    position: relative;
    width: 60%;
    margin: 0 0 0 41%;
    padding: 0 0 10px 0;
    background: #fff;
    border-bottom: 1px solid #ccc; }
    ul.speechList li:before {
      position: absolute;
      height: 100%;
      left: -1.6%;
      width: 5px;
      content: ' ';
      border-left: 1px solid #ccc; }
    ul.speechList li:first-child {
      position: absolute;
      top: 0;
      left: 0;
      width: 39%;
      margin: 0;
      border: none; }
      ul.speechList li:first-child:before {
        display: none; }
      ul.speechList li:first-child figure {
        position: relative;
        width: auto;
        margin-top: 0; }
      ul.speechList li:first-child .author {
        position: relative;
        left: 0; }
        ul.speechList li:first-child .author a {
          top: -45px;
          left: 15px;
          width: 60px;
          height: 60px;
          border: 2px solid #fff;
          -webkit-border-radius: 30px;
          border-radius: 30px; }
      ul.speechList li:first-child section {
        width: auto; }
        ul.speechList li:first-child section h3 {
          font-size: 20px;
          margin: 30px 0 10px 0;
          height: auto; }
        ul.speechList li:first-child section p {
          font-size: 1em;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
    ul.speechList li:nth-child(2) figure {
      margin-top: 0; }
    ul.speechList li:nth-child(2) .author {
      top: 0; }
    ul.speechList li:nth-child(2) h3 {
      margin-top: 5px; }
    ul.speechList li:nth-child(4) {
      border-bottom: 0px solid #ccc;
      padding-bottom: 0; }
    ul.speechList li .author {
      position: absolute;
      left: 32%;
      top: 10px; }
      ul.speechList li .author a {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        border: none;
        -webkit-border-radius: 28px;
        border-radius: 28px; }
    ul.speechList li section {
      padding: 0 0 0 10px;
      display: inline-block;
      vertical-align: top;
      width: 68%; }
    ul.speechList li figure {
      width: 30%;
      display: inline-block;
      vertical-align: top;
      line-height: 0;
      margin-top: 10px; }
      ul.speechList li figure img {
        max-width: 100%; }
    ul.speechList li h3 {
      margin: 15px 0 0 0px;
      font-size: 18px;
      font-weight: bold;
      height: 40px; }
      ul.speechList li h3 a {
        position: relative;
        display: block;
        padding-right: 35px; }
      ul.speechList li h3 .icon-right-open-big {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 14px;
        border: 1px solid #f08237;
        text-align: center; }
        ul.speechList li h3 .icon-right-open-big:before {
          position: relative;
          left: 1px;
          color: #f08237;
          font-size: 14px; }
    ul.speechList li p {
      font-size: 0.95em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  ul.speechList.wait {
    position: relative;
    top: 200px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    ul.speechList.wait.slide {
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      height: auto;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 20px;
      margin-top: -20px; }
      ul.speechList.wait.slide:before {
        position: absolute;
        display: block;
        top: 0;
        height: 3px;
        content: " ";
        border-top: 1px solid #ccc; }
    ul.speechList.wait:before {
      position: absolute;
      top: -20px;
      display: block;
      width: 100%;
      border-top: 1px solid #ccc;
      content: ' ';
      height: 5px; }
    ul.speechList.wait li {
      position: relative;
      width: 23%;
      margin: 0 1% 20px 1%;
      border-bottom: 0px solid #ccc;
      background: #fff;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      ul.speechList.wait li:before {
        display: none; }
      ul.speechList.wait li:first-child h3 {
        font-size: 18px; }
      ul.speechList.wait li:first-child p {
        font-size: 0.95em; }
      ul.speechList.wait li .author {
        position: relative;
        left: 0; }
        ul.speechList.wait li .author a {
          top: -45px;
          left: 10px;
          width: 60px;
          height: 60px;
          border: 2px solid #fff;
          -webkit-border-radius: 30px;
          border-radius: 30px; }
      ul.speechList.wait li h3 {
        margin: 30px 0 10px 0;
        height: auto; }
      ul.speechList.wait li section {
        margin-top: 15px;
        padding: 0;
        display: block;
        width: auto; }
      ul.speechList.wait li figure {
        width: auto;
        display: block;
        margin-top: 0; }
        ul.speechList.wait li figure img {
          max-width: 100%; }

/*----------------------------------------------------------------------------------------------
|-> Choice
----------------------------------------------------------------------------------------------*/
.choiceArea {
  background: #3291b7;
  padding-bottom: 20px; }
  .choiceArea h1 {
    color: #fff; }
  .choiceArea a.btnMore, .choiceArea a.btnMoreGo {
    color: #3291b7;
    background: #fff;
    border: 0 solid #fff;
    margin: 0 auto 20px auto; }
    .choiceArea a.btnMore:visited, .choiceArea a.btnMoreGo:visited {
      color: #3291b7; }
    .choiceArea a.btnMore:hover, .choiceArea a.btnMoreGo:hover {
      color: #fff;
      background: #666; }

ul.choiceList {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff; }
  ul.choiceList li {
    position: relative;
    width: 23%;
    margin: 0 1% 40px 1%;
    padding-bottom: 80px; }
    ul.choiceList li section {
      padding: 0 20px; }
    ul.choiceList li figure {
      overflow: hidden; }
      ul.choiceList li figure img {
        max-width: 100%; }
    ul.choiceList li .author a {
      left: auto;
      right: 15px; }
    ul.choiceList li h3 {
      margin: 20px 0 10px 0;
      font-size: 18px;
      font-weight: bold; }
      ul.choiceList li h3 a {
        color: #fff; }
        ul.choiceList li h3 a:visited {
          color: #fff; }
        ul.choiceList li h3 a:hover {
          color: #ffee7b; }
    ul.choiceList li p {
      font-size: 0.95em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical; }
  ul.choiceList a.moreBtn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    color: #eaeaea;
    background: none;
    border: 1px solid #eaeaea; }
    ul.choiceList a.moreBtn:visited {
      color: #eaeaea; }
    ul.choiceList a.moreBtn:hover {
      color: #333;
      background: #eaeaea; }
  ul.choiceList.wait {
    position: relative;
    top: 200px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    ul.choiceList.wait.slide {
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      height: auto;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*----------------------------------------------------------------------------------------------
|-> Teacher
----------------------------------------------------------------------------------------------*/
.teacherArea {
  width: 1200px;
  margin: 0 auto;
  height: 550px; }

.teacherGroup a:hover {
  cursor: pointer; }

.teacherGroup figure {
  margin: 0 auto;
  width: 186px;
  height: 186px;
  border-radius: 95px;
  border: 1px solid #eaeaea;
  overflow: hidden; }
  .teacherGroup figure img {
    width: auto;
    height: 100%; }

.teacherGroup section {
  width: 90%;
  margin: 0 auto; }

.teacherGroup h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center; }

.teacherSlider {
  position: relative;
  z-index: 22;
  top: 0;
  min-height: 200px;
  max-width: 100%;
  overflow: hidden; }
  .teacherSlider .slidesArea {
    width: 100%; }
  .teacherSlider a {
    cursor: default; }
  .teacherSlider .jssorb21 {
    position: absolute;
    bottom: 15px;
    height: 20px; }
  .teacherSlider .jssorb21 div, .teacherSlider .jssorb21 div:hover, .teacherSlider .jssorb21 .av {
    overflow: hidden;
    cursor: pointer; }
  .teacherSlider .jssorb21 div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 5px; }
  .teacherSlider .jssorb21 div:hover, .teacherSlider .jssorb21 .av:hover {
    background-color: #f08237;
    opacity: 1; }
  .teacherSlider .jssorb21 .av {
    background-color: #f08237; }
  .teacherSlider .jssorb21 .dn, .teacherSlider .jssorb21 .dn:hover {
    background-color: #333;
    opacity: 1; }
  .teacherSlider .arrowArea {
    position: relative;
    top: 38%;
    width: 98%;
    margin: 0 auto; }
  .teacherSlider .jssora03l,
  .teacherSlider .jssora03r {
    display: block;
    position: absolute;
    width: 40px;
    height: 75px;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.7;
    font-size: 24.2px;
    color: #333; }
  .teacherSlider .jssora03l {
    left: -10px; }
  .teacherSlider .jssora03r {
    right: -10px; }
  .teacherSlider .jssora03l:hover {
    opacity: 1; }
  .teacherSlider .jssora03r:hover {
    opacity: 1; }
  .teacherSlider .jssora03l.jssora03ldn {
    opacity: 1; }
  .teacherSlider .jssora03r.jssora03rdn {
    opacity: 1; }

/*----------------------------------------------------------------------------------------------
|-> Search Content
----------------------------------------------------------------------------------------------*/
.searchContent {
  background: #eaeaea; }

.notFound section {
  padding-top: 100px;
  text-align: center; }

.notFound figure {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }

.notFound div {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.notFound h5 {
  font-size: 26px;
  line-height: 1.6em;
  margin: 5px 0 10px 0; }

.searchArea {
  width: 1200px;
  margin: 0 auto; }
  .searchArea h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.6em;
    padding: 20px 0; }

ul.searchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding-bottom: 20px; }
  ul.searchList + h2 {
    border-top: 1px solid #ccc; }
  ul.searchList li {
    position: relative;
    width: 23%;
    margin: 0 1% 40px 1%;
    padding-bottom: 80px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    ul.searchList li section {
      padding: 0 20px; }
    ul.searchList li figure {
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      overflow: hidden; }
      ul.searchList li figure img {
        max-width: 100%; }
    ul.searchList li h3 {
      margin: 10px 0;
      font-size: 18px;
      font-weight: bold; }
    ul.searchList li p {
      font-size: 0.95em; }
    ul.searchList li a.moreBtn {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0; }

/*----------------------------------------------------------------------------------------------
|-> RWD
----------------------------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {
  ul.classList, .speechArea, ul.speechList, ul.choiceList, .teacherArea {
    width: auto; }
  .searchArea {
    width: auto; }
    .searchArea h2 {
      margin: 0 20px; }
  ul.speechList {
    margin: 0 10px; } }

@media all and (max-width: 1000px) {
  html {
    overflow-x: hidden; }
  ul.searchList, ul.classList, ul.speechList, ul.choiceList {
    margin-left: 2%; }
    ul.searchList li, ul.classList li, ul.speechList li, ul.choiceList li {
      width: 45%;
      margin: 0 2% 40px 2%; }
  ul.speechList li {
    width: 45%;
    margin: 0 2% 40px 2%;
    border-bottom: none; }
    ul.speechList li:before {
      display: none; }
    ul.speechList li:first-child {
      position: relative;
      width: 45%;
      margin: 0 2% 40px 2%; }
    ul.speechList li figure {
      width: 100%; }
    ul.speechList li section {
      width: auto;
      padding: 0; }
  ul.speechList.wait.slide li {
    width: 45%;
    margin: 0 2% 40px 2%; }
  ul.choiceList li section {
    padding: 0; }
  ul.choiceList a.moreBtn {
    left: 0;
    right: 0; }
  .teacherArea {
    margin-bottom: 40px; }
  .teacherSlider .arrowArea {
    top: 0;
    width: 100%; }
  .teacherSlider .jssora03l,
  .teacherSlider .jssora03r {
    top: 0;
    height: 400px; }
    .teacherSlider .jssora03l:before,
    .teacherSlider .jssora03r:before {
      position: relative;
      top: 40%; }
  .teacherSlider .jssora03l {
    background: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(100%, transparent));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 20%, transparent 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 20%, transparent 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 20%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.7)), to(transparent));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0.7) 20%, transparent 100%); }
    .teacherSlider .jssora03l:before {
      left: 15px; }
  .teacherSlider .jssora03r {
    background: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(100%, transparent));
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.7) 20%, transparent 100%);
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.7) 20%, transparent 100%);
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.7) 20%, transparent 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0.7)), to(transparent));
    background-image: linear-gradient(right, rgba(255, 255, 255, 0.7) 20%, transparent 100%); } }

@media all and (max-width: 650px) {
  .notFound {
    padding: 20px; }
    .notFound section {
      padding: 50px 0; }
    .notFound div {
      text-align: center; }
  .homeBanner {
    min-height: 50px; }
  ul.searchList, ul.classList, ul.speechList, ul.choiceList {
    margin-left: 0; }
    ul.searchList li, ul.classList li, ul.speechList li, ul.choiceList li {
      width: auto;
      margin: 0 5% 40px 5%; }
      ul.searchList li figure img, ul.classList li figure img, ul.speechList li figure img, ul.choiceList li figure img {
        width: 100%;
        height: auto; }
  ul.speechList li:first-child {
    width: auto;
    margin: 0 5% 40px 5%; }
  ul.speechList.wait.slide li {
    width: auto;
    margin: 0 5% 40px 5%; } }
