@charset "UTF-8";
/* ***************  global *************** */
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css");
@font-face {
  font-family: 'NanumSquareRound';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'NanumSquareRound', sans-serif;
  font-weight: 400;
  color: #666;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*  ie-mac \*/
*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ie-mac */
/* *********** other ********** */
summary {
  display: none;
}

/* link */
a {
  color: #666;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* image */
img {
  border: 0;
  vertical-align: top;
}

/* define */
dl, dt, dd {
  margin: 0px;
  padding: 0px;
}

/* sentence */
div, h2 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0px;
}

/* list */
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ol {
  padding-left: 24px;
}

/* area */
hr {
  display: none;
}

/* form */
form {
  margin: 0;
  padding: 0;
}

select {
  font-size: 100%;
  background: #fff;
  vertical-align: middle;
  height: 20px;
  letter-spacing: 0px;
}

legend {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

label {
  margin-bottom: 0;
}

/* table */
table {
  margin: 0px;
  padding: 0px;
  border-spacing: 0;
}

td {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  color: #777777;
}

.notable {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border: 0 solid;
}

th {
  font-weight: normal;
}

/* h */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::placeholder {
  color: #ddd;
}

button {
  font-family: 'NanumSquareRound', sans-serif;
  font-weight: 400;
  color: #666;
}

*:focus {
  outline: none;
}

.border {
  border: 1px solid red;
}

.ellip {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* border */
.nobd {
  border: 0 !important;
}

/********************** 
* variable
***********************/
/********************** 
* mixins
***********************/
/* board content */
div.search-wrapper {
  height: 48px;
  padding: 15px;
}

div.search-wrapper div.f {
  width: 20%;
  min-width: 75px;
  border-bottom: 2px solid #a9b1b4;
}

div.search-wrapper div.f select {
  width: 100%;
  border: 0;
  height: 30px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/icon_arrow_down.png") 95% 50% no-repeat;
  -webkit-background-size: 9px 6px;
  -moz-background-size: 9px 6px;
  background-size: 9px 6px;
}

div.search-wrapper div.s {
  position: relative;
  width: 78%;
  border-bottom: 2px solid #a9b1b4;
  margin-left: 2%;
}

div.search-wrapper div.s .btn-find {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: 5px;
  background: url("../images/icons/icon_zoom.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  background-size: 18px 18px;
  text-indent: -9999px;
  overflow: hidden;
  border: 0 none;
  cursor: pointer;
}

div.list-normal-wrap h2 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 15px 0 8px 0;
  margin: 0 15px;
  border-bottom: 1px solid #e2e2e2;
}

div.list-normal-wrap div.view-subject {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 15px 15px 0 15px;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 14px;
  color: #009edd;
}

div.list-normal-wrap ul.board-list li {
  padding: 15px;
  border-bottom: 1px solid #e6e7e9;
}

div.list-normal-wrap ul.board-list li:nth-child(even) {
  background: #f8f8f8;
}

div.list-normal-wrap ul.board-list li a {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

div.list-normal-wrap ul.board-list li p {
  padding-top: 10px;
}

div.list-normal-wrap ul.board-list li p span.name {
  float: left;
  font-size: 12px;
}

div.list-normal-wrap ul.board-list li p span.date {
  float: right;
  font-size: 12px;
  padding-left: 15px;
  background: url("../images/icons/icon_list_book2.png") 0 0 no-repeat;
  -webkit-background-size: 11px 12px;
  -moz-background-size: 11px 12px;
  background-size: 11px 12px;
}

div.list-normal-wrap ul.thumb-list li {
  padding: 15px;
  border-bottom: 1px solid #e6e7e9;
}

div.list-normal-wrap ul.thumb-list li:nth-child(even) {
  background: #f8f8f8;
}

div.list-normal-wrap ul.thumb-list li div.f {
  float: left;
  width: 37%;
}

@media only screen and (min-width: 1200px) {
  div.list-normal-wrap ul.thumb-list li div.f {
    width: 19%;
  }
}

div.list-normal-wrap ul.thumb-list li div.f div.screen-wrapper {
  position: relative;
}

div.list-normal-wrap ul.thumb-list li div.f div.screen-wrapper img {
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.list-normal-wrap ul.thumb-list li div.f div.screen-wrapper a.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/btn_play.png") 0 0 no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  text-indent: -9999px;
  overflow: hidden;
}

div.list-normal-wrap ul.thumb-list li div.s {
  float: left;
  width: 60%;
  margin-left: 3%;
}

@media only screen and (min-width: 1200px) {
  div.list-normal-wrap ul.thumb-list li div.s {
    width: 78%;
  }
}

div.list-normal-wrap ul.thumb-list li div.s span.time {
  display: block;
  font-size: 10px;
  vertical-align: top;
}

div.list-normal-wrap ul.thumb-list li div.s p.subject {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 2px 0 5px 0;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}
div.list-normal-wrap ul.thumb-list li div.s p.subject span {
    color: #666 !important;
    display: block;
    font-size: 12px;
    padding-top: 3px;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos {
  padding-top: 8px;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  div.list-normal-wrap ul.thumb-list li div.s div.infos {
    text-align: left;
  }
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a {
  display: inline-block;
  line-height: 28px;
  padding-right: 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.heart {
  width: 45px;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.heart.off {
  background: #fff url("../images/icons/icon_heart_off.png") 55% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  animation: imagebulgerout .5s;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.heart.on {
  background: #fff url("../images/icons/icon_heart_on.png") 55% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  animation: imagebulger .5s;
}
@keyframes imagebulger {
    0%, 100% {
        background-size: 16px auto;
      -webkit-background-size: 16px auto;
    }
    50% {
      background-size: 20px auto;
      -webkit-background-size: 20px auto;
    }
}
@keyframes imagebulgerout {
    0%, 100% {
        background-size: 16px auto;
      -webkit-background-size: 16px auto;
    }
    50% {
      background-size: 10px auto;
      -webkit-background-size: 10px auto;
    }
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.like {
  padding-left: 30px;
  background: #fff url("../images/icons/icon_like.png") 10px 45% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.view {
  padding-left: 32px;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.view.off {
  background: #fff url("../images/icons/icon_eye_off.png") 10px 50% no-repeat;
  -webkit-background-size: 18px auto;
  -moz-background-size: 18px auto;
  background-size: 18px auto;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.view.on {
  background: #fff url("../images/icons/icon_eye_on.png") 10px 46% no-repeat;
  -webkit-background-size: 18px auto;
  -moz-background-size: 18px auto;
  background-size: 18px auto;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.line-pink {
  border: 1px solid #f46fba;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.line-blue {
  border: 1px solid #119eda;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.line-gray {
  border: 1px solid #a6a6a6;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.txt-pink {
  color: #f46fba;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.txt-blue {
  color: #119eda;
}

div.list-normal-wrap ul.thumb-list li div.s div.infos a.txt-gray {
  color: #a6a6a6;
}

/* 영상 섬네일 리스트 */
div.normal-list-wrapper p.contain-subject {
  line-height: 35px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 15px;
}

div.normal-list-wrapper p.contain-subject span.s {
  color: #666;
}

div.normal-list-wrapper div.input-subject {
  margin: 15px 15px 0 15px;
  border-bottom: 2px solid #a9b1b4;
}

div.normal-list-wrapper div.input-info {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
  margin: 0 15px;
}

div.normal-list-wrapper div.input-info span.name {
  float: left;
  width: 50%;
  font-size: 12px;
  color: #666;
  font-weight: 700;
}

div.normal-list-wrapper div.input-info span.date {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #999;
}

div.normal-list-wrapper div.view-subject {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 15px 15px 0 15px;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 14px;
  color: #009edd;
}

div.normal-list-wrapper div.input-content {
  padding: 15px;
  text-align: center;
}

div.normal-list-wrapper div.input-content textarea {
  padding: 15px;
  line-height: 22px;
  font-size: 14px;
  width: 100%;
  height: 200px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
  background:#ffffff;
}

div.normal-list-wrapper div.input-content div.input-content-view {
  padding: 15px;
  line-height: 22px;
  font-size: 14px;
  width: 100%;
  min-height: 200px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

div.normal-list-wrapper div.input-content div.input-content-view * {
	max-width: 100%;
}

div.normal-list-wrapper div.input-content span.date {
  float: right;
  font-size: 12px;
  padding-left: 15px;
  background: url("../images/icons/icon_list_book2.png") 0 0 no-repeat;
  -webkit-background-size: 11px 12px;
  -moz-background-size: 11px 12px;
  background-size: 11px 12px;
  color: #009edc;
}

div.normal-list-wrapper a.go-back {
  display: inline-block;
  height: 35px;
  width: 25px;
  background: url("../images/icons/btn_go_back.png") 0 40% no-repeat;
  -webkit-background-size: 9px auto;
  -moz-background-size: 9px auto;
  background-size: 9px auto;
  text-indent: -9999px;
}

div.normal-list-wrapper p.go-back-title {
  padding: 3px 15px;
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #e2e2e2;
}

div.normal-list-wrapper p.go-back-title a.go-back-list {
  display: inline-block;
  height: 35px;
  width: 20px;
  background: url("../images/icons/btn_go_back.png") 0 40% no-repeat;
  -webkit-background-size: 9px auto;
  -moz-background-size: 9px auto;
  background-size: 9px auto;
  text-indent: -9999px;
  vertical-align: middle;
}

div.normal-list-wrapper ul.move-list li {
  padding: 10px 15px 20px 15px;
  border-bottom: 10px solid #e6e7e9;
}
div.normal-list-wrapper ul.move-list.category li {
  margin: 10px 15px 20px 15px;
  padding: 0 0 25px 0;
  border-bottom: 0;
  background: url("../images/icons/icon_bottom_dot.png") 0 100% repeat-x;
  background-size: 9px 1px;
  -webkit-background-size: 9px 1px;
  -moz-background-size: 9px 1px;
}

div.normal-list-wrapper ul.move-list li.bg {
  background: #f6f6f6;
  border-bottom: 1px solid #e6e7e9;
}

@media only screen and (min-width: 900px) {
  div.normal-list-wrapper ul.move-list li {
    float: left;
    width: 50%;
  }
  div.normal-list-wrapper ul.move-list.category li {
    width: 46.5%;
  }
  div.normal-list-wrapper ul.move-list li.not-float {
    float: none;
    width: 100%;
  }
  div.normal-list-wrapper ul.move-list li.not-float div.screen-wrapper {
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  div.normal-list-wrapper ul.move-list li {
    float: left;
    width: 50%;
  }
  div.normal-list-wrapper ul.move-list.category li {
    width: 47.5%;
  }
  div.normal-list-wrapper ul.move-list li.not-float {
    float: none;
    width: 100%;
  }
  div.normal-list-wrapper ul.move-list li.not-float div.screen-wrapper {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  div.normal-list-wrapper ul.move-list li div.screen-wrapper img.category_thumbnail {
    height: 265px;
  }
}

div.normal-list-wrapper ul.move-list li h2 {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  padding: 8px 0 0;
  height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div.normal-list-wrapper ul.move-list li h2.category-tit {
  padding: 8px 0 0 20px;
  background: url("../images/icons/tit_icon_category.png") 0 43% no-repeat;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
}

div.normal-list-wrapper ul.move-list li h2 span.sub {
  color: #666;
}

div.normal-list-wrapper ul.move-list li div.part-info {
  padding-bottom: 10px;
}

div.normal-list-wrapper ul.move-list li div.part-info span.period {
  float: left;
  width: 55%;
  color: #666;
  font-size: 12px;
  margin: 4px 0 0 0;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process {
  float: right;
  width: 45%;
  text-align: right;
  color: #000;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process span {
  position: relative;
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #999;
  padding: 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process span.blue {
  color: #009edc;
  border: 1px solid #009edc;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process span.blue:after {
  position: absolute;
  top: 6px;
  right: -5px;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #009edc;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process span.green {
  color: #8da507;
  border: 1px solid #8da507;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process span.green:after {
  position: absolute;
  top: 6px;
  right: -5px;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #8da507;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process span.pink {
  color: #e856a9;
  border: 1px solid #e856a9;
}

div.normal-list-wrapper ul.move-list li div.part-info span.process span.pink:after {
  position: absolute;
  top: 6px;
  right: -5px;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #e856a9;
}

div.normal-list-wrapper ul.move-list li div.screen-wrapper {
  position: relative;
}

div.normal-list-wrapper ul.move-list li div.screen-wrapper span.new {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url("../images/icons/icon_recently.png") 0 40% no-repeat;
  -webkit-background-size: 70px auto;
  -moz-background-size: 70px auto;
  background-size: 70px auto;
  text-indent: -9999px;
  overflow: hidden;
}

div.list-normal-wrap ul.thumb-list li div.screen-wrapper span.new {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 40px;
  background: url("../images/icons/icon_recently.png") 0 40% no-repeat;
  -webkit-background-size: 38px auto;
  -moz-background-size: 38px auto;
  background-size: 38px auto;
  text-indent: -9999px;
  overflow: hidden;
}

div.normal-list-wrapper ul.move-list li div.screen-wrapper img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.normal-list-wrapper ul.move-list li div.screen-wrapper a.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  width: 55px;
  height: 55px;
  background: url("../images/icons/btn_play.png") 0 0 no-repeat;
  -webkit-background-size: 54px 54px;
  -moz-background-size: 54px 54px;
  background-size: 54px 54px;
  text-indent: -9999px;
}

div.normal-list-wrapper ul.move-list li div.s {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  text-align: left;
}

div.normal-list-wrapper ul.move-list li div.s span.time {
  display: block;
  font-size: 10px;
  vertical-align: top;
}

div.normal-list-wrapper ul.move-list li div.s p.subject {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 2px 0 5px 0;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}

div.normal-list-wrapper ul.move-list li div.s p.subject span {
    color: #666 !important;
    display: block;
    font-size: 12px;
    padding-top: 3px;
}

div.normal-list-wrapper ul.move-list li div.s div.infos {
  padding-top: 8px;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  div.normal-list-wrapper ul.move-list li div.s div.infos {
    text-align: left;
  }
}

div.normal-list-wrapper ul.move-list li div.s div.infos a {
  display: inline-block;
  line-height: 28px;
  padding-right: 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.heart {
  width: 45px;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.heart.off {
  background: #fff url("../images/icons/icon_heart_off.png") 50% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  animation: imagebulgerout .5s;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.heart.on {
  background: #fff url("../images/icons/icon_heart_on.png") 50% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  animation: imagebulger .5s;
}
@keyframes imagebulger {
    0%, 100% {
        background-size: 16px auto;
      -webkit-background-size: 16px auto;
    }
    50% {
      background-size: 20px auto;
      -webkit-background-size: 20px auto;
    }
}
@keyframes imagebulgerout {
    0%, 100% {
        background-size: 16px auto;
      -webkit-background-size: 16px auto;
    }
    50% {
      background-size: 10px auto;
      -webkit-background-size: 10px auto;
    }
}


div.normal-list-wrapper ul.move-list li div.s div.infos a.like {
  padding-left: 30px;
  background: #fff url("../images/icons/icon_like.png") 10px 45% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.view {
  padding-left: 32px;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.view.off {
  background: #fff url("../images/icons/icon_eye_off.png") 10px 50% no-repeat;
  -webkit-background-size: 18px auto;
  -moz-background-size: 18px auto;
  background-size: 18px auto;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.view.on {
  background: #fff url("../images/icons/icon_eye_on.png") 10px 46% no-repeat;
  -webkit-background-size: 18px auto;
  -moz-background-size: 18px auto;
  background-size: 18px auto;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.line-pink {
  border: 1px solid #f46fba;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.line-blue {
  border: 1px solid #119eda;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.line-gray {
  border: 1px solid #a6a6a6;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.txt-pink {
  color: #f46fba;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.txt-blue {
  color: #119eda;
}

div.normal-list-wrapper ul.move-list li div.s div.infos a.txt-gray {
  color: #a6a6a6;
}

/* round box wrapper */
div.color-box-wrap {
  padding: 0px 15px 20px 15px;
  background: #f5f6f6;
}

div.color-box-wrap h2 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 15px 0 8px 0;
}

div.color-box-wrap h2 span.sub {
  color: #666;
}

div.color-box-wrap div.inner-box {
  background: #fbfbfb;
  border: 1px solid #e7e7e7;
  padding: 17px;
  font-size: 12px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #e7e7e7;
  -moz-box-shadow: 0 0 10px #e7e7e7;
  box-shadow: 0 0 10px #e7e7e7;
}

div.color-box-wrap div.inner-box ul.dot-list li {
  padding: 5px 0;
}

div.color-box-wrap div.inner-box ul.dot-list li span.f {
  float: left;
  width: 50%;
  padding-left: 10px;
  background: url("../images/icons/bullet_gray.png") 0 50% no-repeat;
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}

div.color-box-wrap div.inner-box ul.dot-list li span.s {
  float: left;
  width: 50%;
  text-align: right;
  color: #000;
}

/* 상세보기 기본 */
div.normal-detail-wrapper {
  padding: 10px 15px;
  border-bottom: 10px solid #e6e7e9;
}

div.normal-detail-wrapper div.detail-top {
  padding: 5px 0 10px;
  border-bottom: 1px solid #e2e2e2;
}

div.normal-detail-wrapper div.detail-top span.subject {
  float: left;
  width: 70%;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

div.normal-detail-wrapper div.detail-top span.date {
  float: right;
  width: 30%;
  font-size: 12px;
  text-align: right;
}

div.file {
  /* text-align: right; */
  padding: 5px 0;
  border-bottom: 1px solid #e2e2e2;
}

div.file .file_con {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  border-radius: 8px;
  /*cursor: pointer;*/
  overflow: hidden;
  text-align: left;
  letter-spacing: 0;
/*
  background: rgb(255,114,0);
  background: -moz-linear-gradient(0deg, rgba(255,114,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,163,89,1) 50%, rgba(255,163,89,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,114,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,163,89,1) 50%, rgba(255,163,89,1) 100%);
  background: linear-gradient(0deg, rgba(255,114,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,163,89,1) 50%, rgba(255,163,89,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7200",endColorstr="#ffa359",GradientType=1);
*/
}

div.file a {
  display: inline-block;
  font-size: 14px;
  color: #009edc;
  padding-left: 18px;
  background: url("../images/icons/icon_list_book2.png") 0 0 no-repeat;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
  background-size: 12px auto;
  margin: 7px 0;
}

div.file .file_down {
  float: right;
}

div.file .file_down button {
  border: 1px solid #ff7200;
  border-radius: 5px;
  background: #ffffff;
  letter-spacing: -1px;
  color: #000000;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
}

div.file .file_down button.btn_down {
  color: #ffffff;
  background: rgb(255,114,0);
  background: -moz-linear-gradient(0deg, rgba(255,114,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,163,89,1) 50%, rgba(255,163,89,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,114,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,163,89,1) 50%, rgba(255,163,89,1) 100%);
  background: linear-gradient(0deg, rgba(255,114,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,163,89,1) 50%, rgba(255,163,89,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7200",endColorstr="#ffa359",GradientType=1);
}

div.normal-detail-wrapper div.detail-content {
  padding: 15px;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

div.normal-detail-wrapper div.tags {
  padding: 12px 8px;
  background: #f6f6f6;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

div.total-search div.tags {
  padding: 8px 0;
  border-bottom: 1px solid #e2e2e2;
}

div.normal-detail-wrapper div.tags ul li, div.total-search div.tags ul li {
  float: left;
  margin: 0 2px;
}

div.normal-detail-wrapper div.tags ul li a, div.total-search div.tags ul li a {
  display: inline-block;
  border: 1px solid #009edc;
  padding: 5px 10px;
  margin: 4px 2px;
  height: 28px;
  font-size: 12px;
  color: #999;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

div.normal-detail-wrapper div.functions {
  padding: 20px 0 10px 0;
}

div.normal-detail-wrapper div.functions2 {
  padding: 0 0 10px 0;
}

div.normal-detail-wrapper div.functions a {
  display: inline-block;
  line-height: 32px;
  border: 1px solid #bababa;
  color: #666;
  width: 23.5%;
  margin-right: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-indent: -9999px;
}

#board_share {
  background: url("../images/icons/icon_share.png") 50% 50% no-repeat;
  display: inline-block;
  width: 50px;
  /*text-indent: -9999px;*/
  -webkit-background-size: 15px auto;
  -moz-background-size: 15px auto;
  background-size: 15px auto;
}

div.normal-detail-wrapper div.functions a:last-child {
  margin-right: 0%;
}

div.normal-detail-wrapper div.functions a.share {
  background: url("../images/icons/icon_share.png") 50% 50% no-repeat;
  -webkit-background-size: 15px auto;
  -moz-background-size: 15px auto;
  background-size: 15px auto;
}

div.normal-detail-wrapper div.functions a.like {
  text-align: center;
  font-size: 12px;
  text-indent: 0;
  vertical-align: middle;
}

div.normal-detail-wrapper div.functions a.like.on {
  border: 1px solid #119eda;
  color: #119eda;
}

div.normal-detail-wrapper div.functions a.like img {
  width: 16px;
  vertical-align: middle;
}

div.normal-detail-wrapper div.functions a.heart {
  background: url("../images/icons/icon_heart_off.png") 50% 50% no-repeat;
  -webkit-background-size: 18px auto;
  -moz-background-size: 18px auto;
  background-size: 18px auto;
}

div.normal-detail-wrapper div.functions a.heart.on {
  background: #fff url("../images/icons/icon_heart_on.png") 50% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  animation: imagebulger .5s;
  border: 1px solid #f46fba;
}

div.normal-detail-wrapper div.functions a.heart.off {
  background: #fff url("../images/icons/icon_heart_off.png") 50% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
  animation: imagebulgerout .5s;
}


div.normal-detail-wrapper div.functions a.write {
  background: url("../images/icons/icon_pencil.png") 50% 50% no-repeat;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

div.normal-detail-wrapper div.functions button {
  display: inline-block;
  line-height: 32px;
  border: 1px solid #bababa;
  color: #666;
  background-color: #fff;
  width: 23.5%;
  margin-right: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*text-indent: -9999px;*/
}

div.normal-detail-wrapper div.functions button img {
  vertical-align: middle;
}

div.normal-detail-wrapper div.functions button.audiotoggle {
  width: 100%;
}

/* box 형태 리스트 */
div.normal-box-wrapper {
  padding: 10px 15px;
  border-bottom: 10px solid #e6e7e9;
}

div.normal-box-wrapper p.contain-subject {
  line-height: 35px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 15px;
}

div.normal-box-wrapper p.contain-subject span.s {
  color: #666;
}

div.normal-box-wrapper a.go-back {
  display: inline-block;
  height: 35px;
  width: 25px;
  background: url("../images/icons/btn_go_back.png") 0 40% no-repeat;
  -webkit-background-size: 9px auto;
  -moz-background-size: 9px auto;
  background-size: 9px auto;
  text-indent: -9999px;
}

div.normal-box-wrapper p.go-back-title {
  padding: 3px 15px;
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #e2e2e2;
}

div.normal-box-wrapper p.go-back-title a.go-back-list {
  display: inline-block;
  height: 35px;
  width: 20px;
  background: url("../images/icons/btn_go_back.png") 0 40% no-repeat;
  -webkit-background-size: 9px auto;
  -moz-background-size: 9px auto;
  background-size: 9px auto;
  text-indent: -9999px;
  vertical-align: middle;
}

div.normal-box-wrapper ul.box-list li {
  border: 1px solid #dfe5ec;
  background: #dfe5ec;
  padding: 15px;
  margin: 7px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

div.normal-box-wrapper ul.box-list li:nth-child(even) {
  border: 1px solid #eaeaea;
  background: #f8f8f8;
}

div.normal-box-wrapper ul.box-list li div.box-info {
  float: left;
  width: 50%;
}

div.normal-box-wrapper ul.box-list li div.box-info span {
  display: block;
}

div.normal-box-wrapper ul.box-list li div.box-info span.subject {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

div.normal-box-wrapper ul.box-list li div.box-info span.class {
  padding: 8px 0 3px 0;
  font-size: 12px;
  color: #666;
}

div.normal-box-wrapper ul.box-list li div.box-info span.period {
  font-size: 12px;
  color: #999;
}

div.normal-box-wrapper ul.box-list li div.box-favorite span {
  display: block;
}

div.normal-box-wrapper ul.box-list li div.box-favorite span.subject {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

div.normal-box-wrapper ul.box-list li div.box-favorite p.class {
  padding: 10px 0 8px 0;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

div.normal-box-wrapper ul.box-list li div.box-favorite a {
  padding: 10px 0 8px 0;
  font-size: 12px;
  color: #009edc;
  text-decoration: underline;
  line-height: 18px;
}

div.normal-box-wrapper ul.box-list li div.info {
  font-size: 12px;
  padding: 12px 0 0 0;
  border-top: 1px solid #d5d9dd;
}

div.normal-box-wrapper ul.box-list li div.info span.f {
  float: left;
}

div.normal-box-wrapper ul.box-list li div.info a.s {
  float: right;
  font-weight: 700;
  color: #009edc;
  padding-right: 12px;
  background: url("../images/icons/icon_arrow_right_blue.png") 100% 50% no-repeat;
  -webkit-background-size: 7px auto;
  -moz-background-size: 7px auto;
  background-size: 7px auto;
}

div.normal-box-wrapper ul.box-list li div.box-chart {
  float: right;
  width: 50%;
}

div.normal-box-wrapper ul.box-list li div.box-chart div.f {
  float: right;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #ffba00;
  text-align: center;
  padding: 29px 0 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.normal-box-wrapper ul.box-list li div.box-chart div.f.on {
  border: 6px solid #ffba00;
  background-image: url("../images/icons/icon_gradu.png");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

div.normal-box-wrapper ul.box-list li div.box-chart div.f.off {
  border: 6px solid #d0d0d0;
  color: #000000;
  background-image: url("../images/icons/icon_gradu_light.png");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

div.normal-box-wrapper ul.box-list li div.box-chart div.s {
  float: right;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding: 32px 0 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 5px;
}

div.normal-box-wrapper ul.box-list li div.box-chart div.s.on {
  border: 3px solid #009edc;
  background-image: url("../images/icons/icon_book.png");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

div.normal-box-wrapper ul.box-list li div.box-chart div.s.off {
  border: 3px solid #d0d0d0;
  color: #b5b5b5;
  background-image: url("../images/icons/icon_book_light.png");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

div.normal-box-wrapper ul.box-list li div.box-point {
  float: left;
  width: 50%;
}

div.normal-box-wrapper ul.box-list li div.box-point div.point {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
  letter-spacing: -1px;
}

div.normal-box-wrapper ul.box-list li div.box-point div.point.on {
  color: #ffba00;
  background: url("../images/icons/icon_point_yellow.png") 100% 50% no-repeat;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  background-size: 60px auto;
}

div.normal-box-wrapper ul.box-list li div.box-point div.point.off {
  color: #73869b;
  background: url("../images/icons/icon_point_gray.png") 100% 50% no-repeat;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  background-size: 60px auto;
}

div.normal-box-wrapper ul.box-list li div.box-event {
  float: right;
  padding-top: 3px;
  width: 50%;
}

div.normal-box-wrapper ul.box-list li div.box-event span {
  display: block;
  text-align: right;
}

div.normal-box-wrapper ul.box-list li div.box-event span.subject {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

div.normal-box-wrapper ul.box-list li div.box-event span.class {
  padding: 8px 0 3px 0;
  font-size: 12px;
  color: #000;
}

div.normal-box-wrapper ul.box-list li div.box-event span.period {
  font-size: 12px;
  color: #999;
}

/* 통합 검색 */
div.total-search {
  position: fixed;
  z-index: 7;
  width: 94%;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0%);
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

@media only screen and (min-width: 1200px) {
  div.total-search {
    width: 50%;
    top: 100px;
  }
}

div.total-search div.search-area {
  position: relative;
}

div.total-search div.search-area div.search-input {
  border-bottom: 2px solid #e2e2e2;
}

div.total-search div.search-area div.search-input input {
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  width: 90%;
  color: #000;
  border: 0;
}

div.total-search div.search-area a.search-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  background: url("../images/layout/top_search_btn.png") 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  text-indent: -9999px;
}

div.total-search div.recommand-tag {
  padding: 6px;
}

div.total-search div.recommand-tag h2 {
  font-size: 13px;
  color: #009edc;
  font-weight: 700;
  border-bottom: 1px solid #e2e2e2;
  padding: 8px;
}

div.total-search div.recommand-tag ul.tag-list {
  padding: 8px 0;
  border-bottom: 1px solid #e2e2e2;
}

div.total-search div.recommand-tag ul.tag-list li {
  padding: 8px;
}

div.total-search div.recommand-tag ul.tag-list li span.num {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #ababab;
  font-size: 11px;
  padding: 3px;
  margin-right: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.total-search div.recommand-tag ul.tag-list li a {
  font-size: 12px;
  color: #666;
}

div.total-search div.recommand-tag ul.tag-list li:nth-child(1) span.num, div.total-search div.recommand-tag ul.tag-list li:nth-child(2) span.num, div.total-search div.recommand-tag ul.tag-list li:nth-child(3) span.num {
  background: #009edc;
}

div.total-search a.close-search {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icons/icon_btn_x.png") 0 0 no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  background-size: 15px 15px;
  text-indent: -9999px;
  color: transparent;
}

/* 메인광고 */
div.popup-adver {
  position: fixed;
  z-index: 7;
  width: 320px;
  min-width: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #009edc;
}

@media only screen and (min-width: 1200px) {
  div.popup-adver {
    width: auto;
    /*top: 100px;*/
    top: 50%;
  }
}

div.popup-adver div.popup-contents {
  overflow: hidden;
  max-width: 500px;
}

div.popup-adver div.popup-contents * {
  max-width: 100%;
}

div.popup-adver div.cont {
  height: 50px;
  background: #009edc;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

div.popup-adver div.cont span.never-open {
  float: left;
  width: 64%;
  cursor: pointer;
}

div.popup-adver div.cont a {
  float: right;
  width: 36%;
  color: #fff;
  padding-left: 10px;
  border-left: 1px solid #007eb0;
  background: url("../images/icons/icon_popup_x.png") 17px 50% no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}

div.popup-adver div.popup-contents a img[alt=w50] {
  max-width: 50% !important;
}

/* 스크린 리스트 없음 */
div.no-board-list {
  position: relative;
  min-height: 250px;
  border-bottom: 1px solid #e6e7e9;
}

div.no-board-list p.keyword {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 100px;
  margin: -50px 0 0 -90px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_search.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

div.no-board-list p.point {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 100px;
  margin: -50px 0 0 -110px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_milage.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

div.no-board-list p.course {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 100px;
  margin: -50px 0 0 -90px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_book.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

div.no-board-list p.memo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 100px;
  margin: -50px 0 0 -90px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_pencil.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

div.no-board-list p.push {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 100px;
  margin: -50px 0 0 -90px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_schedule.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

div.no-board-list p.screen {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 100px;
  margin: -50px 0 0 -120px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_playlist.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

div.no-board-list p.board {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 100px;
  margin: -50px 0 0 -90px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_boardlist.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

div.no-board-list p.schedule {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 100px;
  margin: -50px 0 0 -130px;
  padding-top: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  background: url("../images/icons/icon_no_schedule.png") 50% 0% no-repeat;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  background-size: 60px 60px;
}

@media only screen and (min-width: 1200px) {
  html, body {
    background: #f2f2f2;
  }
}

div.film-dark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 6;
  }
  
  aside.navigation {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    max-width: 350px;
    height: 100%;
    background: #fff;
    z-index: 6;
    -webkit-transition: right 0.8s;
    -moz-transition: right 0.8s;
    transition: right 0.8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 1, 0.75, 1);
  }
  
  @media only screen and (min-width: 1200px) {
    aside.navigation {
      width: 40%;
    }
  }
  
  aside.navigation.on {
    right: 0;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
  }

aside.navigation div.nav-top {
  position: absolute;
  width: 100%;
  height: 65px;
  background: #fff;
  border-bottom: 1px solid #cacaca;
  padding: 30px 0 0 15px;
}

aside.navigation div.nav-top span.nav-text {
  color: #000;
  font-size: 14px;
}

aside.navigation div.nav-top span.nav-text span {
  color: #009edc;
  font-weight: 800;
}

aside.navigation div.nav-top a.close-nav {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 14px;
  bottom: 18px;
  text-indent: -9999px;
  background: url("../images/icons/icon_close_x.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  background-size: 18px 18px;
}

aside.navigation div.nav-wrap {
  height: 100%;
}

aside.navigation div.nav-wrap div.gnb {
  float: left;
  width: 35%;
  height: 100%;
  padding-top: 65px;
  overflow-y: auto;
  border-left: 1px solid #cacaca;
  background-color: #dddfe2;
}

aside.navigation div.nav-wrap div.gnb ul li a {
  display: block;
  height: 60px;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  font-weight: 800;
  color: #000;
  font-size: 12px;
  padding-top: 37px;
  background-color: #e2f4fb;
  background-image: url("../images/icons/icon_gnb_1.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

@media only screen and (max-width: 400px) {
  aside.navigation div.nav-wrap div.gnb ul li a {
    font-size: 10px;
  }
}

aside.navigation div.nav-wrap div.gnb ul li a.c {
  background-color: #dddfe2;
}

aside.navigation div.nav-wrap div.gnb ul li a.on {
  background-color: #009edc;
  color: #fff;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-workbook
, aside.navigation div.nav-wrap div.gnb ul li a.g-board {
  background-color: #f0f5e1;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-workbook.on
, aside.navigation div.nav-wrap div.gnb ul li a.g-board.on {
  background-color: #90b725;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-keyword {
  background-color: #e8c6aa;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-keyword.on {
  background-color: #e78734;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-health {
  background-color: #aed8e7;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-health.on {
  background-color: #66b6d3;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-mypage {
  background-color: #dddfe2;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-mypage.on {
  background-color: #747678;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-daily {
  background-image: url("../images/icons/icon_gnb_1.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-video {
  background-image: url("../images/icons/icon_gnb_2.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-course {
  background-image: url("../images/icons/icon_gnb_3.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-live {
  background-image: url("../images/icons/icon_gnb_4.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-product {
  background-image: url("../images/icons/icon_gnb_5.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-workbook {
  background-image: url("../images/icons/icon_gnb_6.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-board {
  background-image: url("../images/icons/icon_gnb_7.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-mypage {
  background-image: url("../images/icons/icon_gnb_8.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-logout {
  background-image: url("../images/icons/icon_gnb_9.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-search {
  background-image: url("../images/icons/icon_gnb_10.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-classroom {
  background-image: url("../images/icons/icon_gnb_11.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.gnb ul li a.g-tutor {
  background-image: url("../images/icons/icon_gnb_12.png");
  background-position: 50% 17%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation div.nav-wrap div.sub {
  float: left;
  width: 65%;
  height: 100%;
  padding-top: 65px;
  overflow-y: auto;
}

aside.navigation div.nav-wrap div.sub ul.sub-depth-1 li > a {
  display: block;
  font-size: 13px;
  padding: 12px 15px;
  height: 40px;
  border-bottom: 1px solid #cacaca;
  color: #666;
  font-weight: 700;
}

aside.navigation div.nav-wrap div.sub ul.sub-depth-1 li > a.on {
  color: #000;
  font-weight: 800;
}

aside.navigation div.nav-wrap div.sub ul.sub-depth-2 li a {
  display: block;
  font-size: 12px;
  padding: 10px 15px;
  height: 36px;
  border-bottom: 1px solid #cacaca;
}

aside.navigation div.nav-wrap div.sub ul.sub-depth-3 {
  border-bottom: 1px solid #cacaca;
}

aside.navigation div.nav-wrap div.sub ul.sub-depth-3 li a {
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  height: 36px;
  border-bottom: 0;
}

/* classroom navigation */
aside.navigation.classroom-nav {
  position: fixed;
  top: 0;
  right: -80%;
  width: 60%;
  height: 100%;
  background: #fff;
  z-index: 7;
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  aside.navigation.classroom-nav {
    width: 30%;
  }
}

aside.navigation.classroom-nav.on {
  right: 0;
}

aside.navigation.classroom-nav div.nav-top {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #cacaca;
  padding: 20px 0 0 15px;
}

aside.navigation.classroom-nav div.nav-top span.nav-text {
  color: #000;
  font-size: 17px;
}

aside.navigation.classroom-nav div.nav-top span.nav-text span {
  color: #009edc;
  font-weight: 800;
}

aside.navigation.classroom-nav div.nav-top a.close-nav {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 14px;
  bottom: 14px;
  text-indent: -9999px;
  background: url("../images/icons/icon_close_x.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  background-size: 18px 18px;
}

aside.navigation.classroom-nav div.nav-wrap {
  height: 100%;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  overflow-y: auto;
  border-right: 1px solid #cacaca;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a {
  display: block;
  height: 48px;
  text-align: left;
  border-bottom: 1px solid #cacaca;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  line-height: 48px;
  padding: 0 0 0 45px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.c {
  background: #dddfe2;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.on {
  background: #009edc;
  color: #fff;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-1 {
  background-image: url("../images/class/icon_classroom_1.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-2 {
  background-image: url("../images/class/icon_classroom_2.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-3 {
  background-image: url("../images/class/icon_classroom_3.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-4 {
  background-image: url("../images/class/icon_classroom_4.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-5 {
  background-image: url("../images/class/icon_classroom_5.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-6 {
  background-image: url("../images/class/icon_classroom_6.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-7 {
  background-image: url("../images/class/icon_classroom_7.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-8 {
  background-image: url("../images/class/icon_classroom_8.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-9 {
  background-image: url("../images/class/icon_classroom_9.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-10 {
  background-image: url("../images/class/icon_classroom_10.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

aside.navigation.classroom-nav div.nav-wrap div.gnb ul li a.g-11 {
  background-image: url("../images/class/icon_classroom_11.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}

/* section layout */
@media only screen and (min-width: 1200px) {
  div.main-section-wrapper {
    background: #e3eff9;
  }
}

section {
  background: #fff;
}

@media only screen and (min-width: 900px) {
  section {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  section {
    width: 1200px;
    margin: 0 auto;
  }
  section.find-password-wrap {
    width: 798px;
    margin: 0 auto;
  }
  section.main-tablet {
    float: left;
    width: 76%;
  }
}

section.reload-lists {
    padding-top: 155px;
}

section.reload-lists div.section-inner {
    padding-top: 0;
}

.noswiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.noswiper-container-vertical > .noswiper-wrapper {
  flex-direction: column;
}
.noswiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;

  box-sizing: content-box;
}
.noswiper-container-android .noswiper-slide,
.noswiper-wrapper {

}
.noswiper-container-multirow > .noswiper-wrapper {
  flex-wrap: wrap;
}
.noswiper-container-multirow-column > .noswiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.noswiper-container-free-mode > .noswiper-wrapper {
  margin: 0 auto;
}
.noswiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;

}
.noswiper-slide-invisible-blank {
  visibility: hidden;
}

div.no-sub {
  padding-top: 60px;
}

div.no-sub div.no-sub-container {
  border-top: 1px solid #e2e2e2;
}

div.classroom-sub {
  padding-top: 53px;
}

div.classroom-sub div.no-sub-container {
  border-top: 1px solid #e2e2e2;
}

div.section-inner {
  padding-top: 150px;
}

footer {
display:flex;align-items:center;
  position: relative;
  height: 70px;
  padding: 15px 0 0 20px;
  border-top: 2px solid #e2e2e2;
  background: #fff;
}
footer .privacy{
display: flex;
align-items: center;
font-weight:700;
font-size: 15px;
}
footer .privacy::before{
display:inline-block;margin-right: 15px;width:1px;height:10px;background-color: #666;content:'';
}
@media only screen and (min-width: 900px) {
    footer.category-list {
      z-index: 1;
      margin-top: -10px;
    }
  }

footer.index-footer {
  height: 130px;
}

@media only screen and (min-width: 1200px) {
  /* footer {
    display: block !important;
  } */
}

footer span.footer-logo {
  display: inline-block;
  width: 138px;
  height: 37px;
  background: url("../images/layout/footer_logo.png") 0 0 no-repeat;
  -webkit-background-size: 138px 37px;
  -moz-background-size: 138px 37px;
  background-size: 138px 37px;
}

footer p.address {
  font-size: 13px;
  color: #000;
  padding-top: 8px;
}


footer a.go-top-main {
  position: fixed;
  right: 26px;
  bottom: 64px;
  width: 44px;
  height: 44px;
  background: url("../images/layout/footer_to_top.png") no-repeat;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  text-indent: -9999px;
  z-index: 3;
}

footer a.go-top {
    position: fixed;
    right: 26px;
    bottom: 26px;
    width: 44px;
    height: 44px;
    background: url("../images/layout/footer_to_top.png") no-repeat;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    text-indent: -9999px;
    z-index: 3;
}

div.modal-wrapper {
  position: fixed;
  z-index: 7;
  left: 50%;
  top: 100px;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
  width: 300px;
  margin: 0 0 0 -150px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

div.modal-wrapper.modal-share {
  width: 200px;
  margin: 0 0 0 -100px;
}

div.modal-wrapper.modal-download {
  width: 300px;
  margin: 0 0 0 -148px;
}

div.modal-wrapper a.modal-close {
  position: absolute;
  z-index: 8;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  background: url("../images/icons/btn_modal_close.png") 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  text-indent: -9999px;
}

div.modal-wrapper.modal-pdf {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #009edc;
}

div.modal-wrapper.modal-pdf .pdf_title {
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
  padding: 0 0 0 10px;
  color: #ffffff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

div.modal-wrapper.modal-pdf a.modal-close {
  top: 9px;
  right: 9px;
}

div.modal-wrapper.modal-pdf .pdf_frame {
  width: 100%;
  height: calc(100% - 40px);
  background: #ffffff;
}

div.modal-wrapper.modal-pdf iframe {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

div.modal-wrapper ul li {
  /*float: left;*/
  margin: 10px 5px;
}

div.modal-wrapper ul li a
, div.modal-wrapper ul li button {
  display: inline-block;
  /*width: 38px;*/
  height: 38px;
  line-height: 38px;
  /*text-indent: -9999px;*/
  padding: 0;
  background: none;
  border: 0 none;
  cursor: pointer;
  font-size: 1em;
}

div.modal-wrapper ul li a img
, div.modal-wrapper ul li button img {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}

div.modal-wrapper ul li .email {
  background: url("../images/icons/icon_email.png") 0 0 no-repeat;
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  background-size: 38px 38px;
}

div.modal-wrapper ul li .kakao {
  background: url("../images/icons/icon_katok.png") 0 0 no-repeat;
  -webkit-background-size: 38px 38px;
  -moz-background-size: 38px 38px;
  background-size: 38px 38px;
}

div.modal-wrapper h3 {
  font-size: 15px;
  padding: 0 5px 6px 5px;
  color: #000;
}

div.modal-wrapper div.modal-content {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 13px;
}

div.modal-wrapper div.modal-content div.memo-content {
  font-size: 13px;
  color: #000;
  line-height: 18px;
}

div.modal-wrapper div.modal-content textarea {
  width: 100%;
  height: 120px;
  color: #000;
  border: 0;
}

div.modal-wrapper p.memo-subject {
  padding: 10px 0;
  text-align: center;
  color: #009edc;
  font-size: 13px;
  border-top: 1px solid #e2e2e2;
  font-weight: 700;
}

div.modal-wrapper p.mobile-subject {
  padding: 10px 0;
  text-align: center;
  color: #009edc;
  font-size: 13px;
  border-top: 1px solid #e2e2e2;
  font-weight: 700;
}

div.modal-wrapper div.btn-area {
  text-align: right;
  padding: 10px 0 0 0;
}

div.modal-wrapper div.btn-area a {
  display: inline-block;
}
/*
div.modal-qr {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 50%;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
  width: 300px;
  height: 370px;
  margin: -190px 0 0 -150px;
  background: #fff;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-align: center;
}
*/
div.modal-qr {
  position: absolute;
  z-index: 7;
  left: 0;
  top: 50px;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
  width: 100%;
  /*height: 370px;*/
  margin: 0;
  background: #fff;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-align: center;
}

div.modal-qr div.qrcode {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
}

div.modal-qr div.qrcode span {
  display: block;
  border: 4px solid #009edc;
  text-align: center;
  padding: 0;
}

div.modal-qr div.qrcode img {
  width: 90%;
  max-width: 600px;
  height: auto;
}

div.modal-qr p.infos {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

div.modal-qr p.infos span {
  font-size: 17px;
  color: #009edc;
}

div.modal-qr a.modal-close-qr {
  display: inline-block;
  padding: 8px 25px 8px 40px;
  font-size: 14px;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  background: #009edc url("../images/icons/icon_btn_x_modal.png") 22px 50% no-repeat;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
}

header.main-header {
  overflow-x: visible;
}

header div.top-logo {
  height: 60px;
  background: #fff;
}

header div.top-logo h1 {
  float: left;
  width: 147px;
  height: 20px;
  background: url("../images/layout/top_logo.png") 0 100% no-repeat;
  -webkit-background-size: 147px 16px;
  -moz-background-size: 147px 16px;
  background-size: 147px 16px;
  margin: 25px 0 0 15px;
}

header div.top-logo div.right-area {
  position: relative;
  float: right;
  padding-top: 25px;
}

header div.top-logo div.right-area a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

header div.top-logo div.right-area a.push-history {
  display: inline-block !important;
  background: url("../images/icons/icon_alram.png") 0 0 no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
  margin-right: 15px;
}

header div.top-logo div.right-area a.push-history.new {
  background: url("../img/icons/icon_alram_new.png") 0 0 no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
}

@media only screen and (min-width: 1200px) {
  header div.top-logo div.right-area a.push-history {
    display: none !important;
  }
}

header div.top-logo div.right-area a.search-btn {
  background: url("../images/layout/top_search_btn.png") 0 0 no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
  margin-right: 15px;
}

header div.top-logo div.right-area a.menu-btn {
  background: url("../images/layout/top_menu_btn.png") 0 0 no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
  margin-right: 15px;
}

header div.top-logo.class-view {
  height: 53px;
  background: #009edc;
}

header div.top-logo.class-view h2 {
  float: left;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  padding: 17px;
}

header div.top-logo.class-view div.right-area {
  position: relative;
  float: right;
  padding-top: 15px;
}

header div.top-logo.class-view div.right-area a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
}

header div.top-logo.class-view div.right-area a.menu-btn {
  background: url("../images/class/icon_x_big.png") 0 0 no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
  margin: 0 15px;
}

header div.top-logo.class-room {
  height: 53px;
  background: #009edc;
}

header div.top-logo.class-room h2 {
  position: absolute;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  width: 200px;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -100px;
  text-align: center;
}

header div.top-logo.class-room a.logout {
  float: left;
  width: 23px;
  height: 22px;
  background: url("../images/class/icon_logout.png") 0 0 no-repeat;
  -webkit-background-size: 23px auto;
  -moz-background-size: 23px auto;
  background-size: 23px auto;
  margin: 15px 0 0 15px;
  text-indent: -9999px;
}

header div.top-logo.class-room div.right-area {
  position: relative;
  float: right;
  padding-top: 15px;
}

header div.top-logo.class-room div.right-area a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
}

header div.top-logo.class-room div.right-area a.menu-btn {
  background: url("../images/class/icon_class_menu.png") 0 0 no-repeat;
  -webkit-background-size: 22px auto;
  -moz-background-size: 22px auto;
  background-size: 22px auto;
  margin: 0 15px;
}

header div.top-logo.class-room div.right-area a.btn-refresh {
  background: url("../images/class/icon_refresh.png") 0 0 no-repeat;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  background-size: 24px auto;
  margin: 0 5px;
}


header div.main-gnb {
  display: none;
}

header div.main-gnb ul li {
  float: left;
  width: 12.45%;
  /*padding-top: 12px;*/
  margin-top: 12px;
  border-right: 1px solid #fff;
  text-align: center;
}

header div.main-gnb ul li:last-child {
  border-right: 0;
}

header div.main-gnb ul li a {
  /*display: block;*/
  /*text-align: center;*/
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  /*border-right: 1px solid #fff;*/
  padding: 0 4px;
}
/*
header div.main-gnb ul li:last-child a {
  border-right: 0;
}
*/

header div.main-gnb ul li a.all {
  background-color: #ffffff;
  color: #009edb;
  font-size: 12px;
  border-radius: 4px;
  height: auto;
  line-height: 12px;
  padding: 5px;
  vertical-align: 1px;
}

div.view-subject a.all {
  background-color: #009edb;
  color: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  height: auto;
  line-height: 12px;
  padding: 5px;
  vertical-align: 1px;
}

@media only screen and (min-width: 1200px) {
  header div.main-gnb {
    display: block;
    height: 44px;
    background: #009edc;
  }
}

header div.gnb-menus {
  background-color: #009edb;
  /*overflow: auto;*/
  white-space: nowrap;
  height: 48px;
}

header div.gnb-menus ul.swiper-wrapper {
  text-align: center;
}

header div.gnb-menus ul.swiper-wrapper li a {
  position: relative;
  line-height: 48px;
  height: 100%;
  /*display: block;*/
  display: inline-block;
  color: white;
  text-align: center;
  /*padding: 16px;*/
  padding: 0 4px;
  text-decoration: none;
  /*font-size: 14px;*/
  letter-spacing: -1px;
}

header div.gnb-menus ul.swiper-wrapper li a.all {
  background: #fff;
  color: #009edb;
  font-size: 12px;
  border-radius: 4px;
  height: auto;
  line-height: 12px;
  padding: 5px;
  vertical-align: 1px;
}

header div.gnb-menus ul.swiper-wrapper li a.active {
  font-weight: 800;
}

header div.gnb-menus ul.swiper-wrapper li a.active:first-child:after {
  content: '';
  position: absolute;
  left: 50%;
  /*bottom: 0;*/
  bottom: -4px;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  background: #fff;
  transform: rotate(45deg);
}

/*
header div.gnb-menus ul.swiper-wrapper li:nth-child(1) a {
  letter-spacing: -1px;
  padding: 16px 5px;
}

header div.gnb-menus ul.swiper-wrapper li:nth-child(1) a.active:after {
  left: 50%;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin-left: -6px;
}

header div.gnb-menus ul.swiper-wrapper li:nth-child(2) a {
  padding: 16px 16px 16px 35px;
}

header div.gnb-menus ul.swiper-wrapper li:nth-child(2) a.active:after {
  left: 60%;
  bottom: -2px;
  width: 8px;
  height: 8px;
  margin-left: -6px;
}
*/
header div.gnb-menus ul.noswiper-wrapper li a {
  position: relative;
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-size: 14px;
}

header div.gnb-menus ul.noswiper-wrapper li a.active {
  font-weight: 800;
}

header div.gnb-menus ul.noswiper-wrapper li a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  background: #fff;
  transform: rotate(45deg);
}

/*
header div.gnb-menus ul.noswiper-wrapper li:nth-child(1) a {
  letter-spacing: -1px;
  padding: 16px 5px;
}

header div.gnb-menus ul.noswiper-wrapper li:nth-child(1) a.active:after {
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  margin-left: -6px;
}

header div.gnb-menus ul.noswiper-wrapper li:nth-child(2) a {
  padding: 16px 16px 16px 35px;
}

header div.gnb-menus ul.noswiper-wrapper li:nth-child(2) a.active:after {
  left: 60%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  margin-left: -6px;
}
*/

header div.gnb-menus-desktop {
  display: none;
  background-color: #009edb;
  overflow: hidden;
  white-space: nowrap;
  height: 48px;
}

header div.gnb-menus-desktop ul li {
  overflow: hidden;
  text-align: center;
}

header div.gnb-menus-desktop ul li {
  float: left;
}

header div.gnb-menus-desktop ul li a {
  position: relative;
  line-height: 48px;
  height: 100%;
  /*display: block;*/
  display: inline-block;
  /*display: block;*/
  color: white;
  text-align: center;
  /*padding: 16px;*/
  padding: 0 4px;
  text-decoration: none;
  /*font-size: 14px;*/
  letter-spacing: -1px;
}

header div.gnb-menus-desktop ul li a.all {
  background: #fff;
  color: #009edb;
  font-size: 12px;
  border-radius: 4px;
  height: auto;
  line-height: 12px;
  padding: 5px;
  vertical-align: 1px;
}

header div.gnb-menus-desktop ul li a.active {
  font-weight: 800;
}

header div.gnb-menus-desktop ul li a.active:first-child:after {
  content: '';
  position: absolute;
  left: 50%;
  /*bottom: 0;*/
  bottom: -4px;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  background: #fff;
  transform: rotate(45deg);
}

@media only screen and (min-width: 1500px) {
  header div.gnb-menus {
    display: none;
  }
  header div.gnb-menus-desktop {
    display: block;
  }
}

@media only screen and (max-width: 1500px) {
  header div.gnb-menus {
    display: block;
  }
  header div.gnb-menus-desktop {
    display: none;
  }
}

header div.sub-menus {
  background: #fff url("../images/icons/icon_line_dot.png") 0 100% repeat-x;
  overflow: hidden;
  white-space: nowrap;
}

header div.sub-menus li {
  /*width: 35%;*/
  border-bottom: 1px solid #e6e7e9;
  padding: 0 20px;
  text-align: center;
}

header div.sub-menus li.active {
  color: #009edb;
  border-bottom: 1px solid #009edb;
}
header div.sub-menus a {
  /*display: block;*/
  display: inline-block;
  color: #666;
  text-align: center;
  /*padding: 13px 0 0;*/
  padding: 0 4px;
  line-height: 47px;
  height: 47px;
  text-decoration: none;
  /*font-size: 12px;*/
  /*border-bottom: 1px solid #e6e7e9;*/
  letter-spacing: -1px;
}
header div.sub-menus a.all {
  background: #009edb;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  height: auto;
  line-height: 12px;
  padding: 5px;
  width: 30px;
  vertical-align: 1px;
}
/*
header div.sub-menus a.active {
  color: #009edb;
  border-bottom: 1px solid #009edb;
}
*/
header div.sub-menus li.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  background: #009edb;
  transform: rotate(45deg);
}

header div.install-app {
  position: relative;
  font-size: 12px;
  color: #000;
  padding: 10px 15px;
  background: #e3eff9;
}

header div.install-app span {
  display: inline-block;
  color: #fff;
  background: #009edc;
  padding: 3px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

header div.install-app a.close-app {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  right: 15px;
  background: url("../images/icons/icon_btn_x_black.png") 0 0 no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  background-size: 15px 15px;
  text-indent: -9999px;
}

header div.personal-info {
  background: #009edc;
  width: 100%;
}

header div.personal-info div.info-wrap {
  position: relative;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

header div.personal-info div.info-wrap.on {
  height: 140px;
}

header div.personal-info div.info-wrap div.left {
  position: relative;
  float: left;
  width: 30%;
  padding: 20px 0 20px 10px;
}

header div.personal-info div.info-wrap div.left div.graph-link {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 10px;
  top: 20px;
  cursor: pointer;
  z-index: 5;
}

header div.personal-info div.info-wrap div.left div.graph-info {
  position: absolute;
  width: 100px;
  height: 70px;
  left: 10px;
  top: 45px;
  text-align: center;
}

header div.personal-info div.info-wrap div.left div.graph-info span.tit {
  display: inline-block;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  font-size: 11px;
  width: 40px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #61c3e9;
}

header div.personal-info div.info-wrap div.left div.graph-info span.percent {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #ffea00;
}

header div.personal-info div.info-wrap div.left div.graph-info span.percent sub {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  vertical-align: baseline;
}

header div.personal-info div.info-wrap div.left div.chart {
  width: 100px;
  height: 100px;
}

header div.personal-info div.info-wrap div.infos {
  position: absolute;
  float: left;
  width: 100%;
  color: #fff;
  padding: 20px 10px 20px 125px;
}

header div.personal-info div.info-wrap div.infos a.go-mypage {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  background: url("../images/icons/icon_arrow_right_white.png") 90% 50% no-repeat;
  -webkit-background-size: 5px auto;
  -moz-background-size: 5px auto;
  background-size: 5px auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

header div.personal-info div.info-wrap div.infos p.name {
  font-size: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #61c3e9;
}

header div.personal-info div.info-wrap div.infos p.name strong {
  font-weight: 800;
}

header div.personal-info div.info-wrap div.infos p.class {
  font-size: 13px;
  padding: 10px 0 8px 10px;
  background: url("../images/icons/bullet_white.png") 0 50% no-repeat;
  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px 5px;
  background-size: 5px 5px;
}

header div.personal-info div.info-wrap div.infos p.point {
  font-size: 13px;
  padding: 0px 0 0px 10px;
  background: url("../images/icons/bullet_white.png") 0 50% no-repeat;
  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px 5px;
  background-size: 5px 5px;
}

header div.personal-info div.info-wrap div.infos p.point span.p {
  font-size: 17px;
  color: #ffea00;
  font-weight: 800;
}

header div.personal-info div.info-wrap div.infos span.c {
  display: block;
  color: #61c3e9;
  padding-top: 8px;
  font-size: 12px;
}

header div.personal-info a.open-personal {
  position: absolute;
  left: 50%;
  bottom: -34px;
  opacity: 1;
  width: 225px;
  height: 34px;
  transform: translate(-50%, 0%);
  background: url("../images/icons/icon_flip_big.png") 0 50% no-repeat;
  -webkit-background-size: 225px 34px;
  -moz-background-size: 225px 34px;
  background-size: 225px 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 7px;
  -webkit-transition: bottom opacity 0.3s ease-in-out;
  -moz-transition: bottom opacity 0.3s ease-in-out;
  transition: bottom opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  header div.personal-info a.open-personal {
    transform: translate(auto, auto);
    left: 38.3%;
  }
}

header div.personal-info a.open-personal.off {
  bottom: 0px;
  opacity: 0;
}

header div.personal-info a.open-personal strong {
  font-weight: 800;
}

header div.personal-info a.open-personal span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../images/icons/icon_r_arrow_down.png") 50% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
}

header div.personal-info a.close-personal {
  position: absolute;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  width: 146px;
  height: 23px;
  transform: translate(-50%, 0%);
  background: url("../images/icons/icon_flip_small.png") 0 50% no-repeat;
  -webkit-background-size: 146px 23px;
  -moz-background-size: 146px 23px;
  background-size: 146px 23px;
  text-align: center;
  -webkit-transition: bottom opacity 0.5s ease-in-out;
  -moz-transition: bottom opacity 0.5s ease-in-out;
  transition: bottom opacity 0.5s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  header div.personal-info a.close-personal {
    transform: translate(auto, auto);
    left: 38%;
  }
}

header div.personal-info a.close-personal.on {
  bottom: -23px;
  opacity: 1;
}

header div.personal-info a.close-personal span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/icons/icon_r_arrow_up.png") 50% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
}

.floatl {
  float: left !important;
}

.floatr {
  float: right !important;
}

.text-blue {
  color: #009edb !important;
}

.text-black {
  color: #000 !important;
}

.text-yellow {
  color: #ffea00 !important;
}

.text-gray {
  color: #666 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bd-t {
  border-top: 1px solid #e2e2e2;
}

.bd-b {
  border-bottom: 1px solid #e2e2e2;
}

.bd-0 {
  border: 0 !important;
}

.bd-b10 {
  border-bottom: 10px solid #e2e2e2;
}

.bd-t-2 {
  border-top: 2px solid #e2e2e2 !important;
}

.bd-b-2 {
  border-bottom: 2px solid #e2e2e2 !important;
}

.mg-15 {
  margin: 15px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

/* button */
.btn-normal {
  display: inline-block;
  padding: 8px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #bababa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.btn-normal.icon {
  padding-left: 35px;
}

.btn-normal.write {
  background-image: url("../images/icons/icon_write.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  background-size: 17px 17px;
}

.btn-normal.time {
  background-image: url("../images/icons/icon_watch.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  background-size: 17px 17px;
}

.btn-normal.upload {
  background-image: url("../images/icons/icon_upload.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 19px auto;
  -moz-background-size: 19px auto;
  background-size: 19px auto;
}

.btn-normal.arrow-left {
  background-image: url("../images/icons/icon_arrow_left_white.png");
  background-position: 14% 50%;
  padding-left: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: 7px auto;
  -moz-background-size: 7px auto;
  background-size: 7px auto;
}

.btn-normal.arrow-right {
  background-image: url("../images/icons/icon_arrow_right_white.png");
  background-position: 86% 50%;
  padding-right: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: 7px auto;
  -moz-background-size: 7px auto;
  background-size: 7px auto;
}

.btn-normal.close {
  background-image: url("../images/icons/icon_btn_x_modal.png");
  background-position: 86% 50%;
  padding-right: 35px;
  background-repeat: no-repeat;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
  background-size: 12px auto;
}

.btn-normal.blue {
  color: #fff;
  background-color: #009edc;
}

.btn-normal.gray {
  color: #fff;
  background-color: #bbbbbb;
}

.btn-normal.dark-gray {
  color: #fff;
  background-color: #8f979a;
}

.btn-normal-small {
  display: inline-block;
  padding: 6px 10px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #bababa;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-pos-right {
  text-align: right;
  padding: 15px;
}

/* paging */
/*
div.paging {
  padding: 15px;
  text-align: center;
}

div.paging a {
  display: inline-block;
  font-size: 11px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
  background: #dbdcdf;
}

div.paging a.line {
  border: 1px solid #c2c2c2;
  background-color: #fff;
  color: #666;
}

div.paging a.on {
  background: #009edc;
}
*/
.page_box {padding:15px 0;}
.page_box * {box-sizing:border-box;}
.page_box ul{}
.page_box ul li{float:none}
.page_box div{box-sizing:border-box;width:34px;height:34px;display:inline-block;background-color:#ededee;border:1px solid #cdcdcd;vertical-align:bottom;margin:0 2px 0 2px;}
.page_box .page_margin{display:none}
.page_box .page_seperator{display:none}
.page_box .page_number_btn_on{padding:7px 5px 0 5px;font-weight:bold;color:#009edc;}
.page_box .page_number_btn{padding:7px 5px 0 5px;}
.page_box .page_p_btn{background: #f4f4f4 url(/common/images/mobile/sub/btn_flat_listprev_no.png) no-repeat center center; background-size:contain;}
.page_box a.on .page_p_btn{background: #f4f4f4 url(/common/images/mobile/sub/btn_flat_listprev.png) no-repeat center center; background-size:contain;}
.page_box .page_n_btn{background: #f4f4f4 url(/common/images/mobile/sub/btn_flat_listnext_no.png) no-repeat center center; background-size:contain;}
.page_box a.on .page_n_btn{background: #f4f4f4 url(/common/images/mobile/sub/btn_flat_listnext.png) no-repeat center center; background-size:contain;}
.page_box .page_first_btn{display:none;}
.page_box .page_prev_btn{display:none;}
.page_box .page_next_btn{display:none;}
.page_box .page_last_btn{display:none;}


/* input */
input.input-form {
  height: 30px;
  font-size: 14px;
}

input.input-form.nude {
  border: 0px;
}

input.input-normal {
  width: 100%;
  font-size: 14px;
  padding: 10px 12px;
  border: 1px solid #e2e2e2;
}

a.board-btn {
  display: inline-block;
  line-height: 26px;
  padding: 0 23px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #000;
  background: #e6e7e9;
  margin-left: 5px;
  font-size: 13px;
}

a.board-btn.blue {
  color: #fff;
  background: #009edc;
}

input[type=submit].board-btn, input[type=button].board-btn, button.board-btn {
  display: inline-block;
  line-height: 26px;
  padding: 0 23px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #000;
  background: #e6e7e9;
  margin-left: 5px;
  font-size: 13px;
  border:0 none;
}

input[type=submit].board-btn.blue, input[type=button].board-btn.blue, button.board-btn.blue {
  color: #fff;
  background: #009edc;
}

/* width */
.w-50-per {
  width: 50% !important;
}

.w-60-per {
  width: 60% !important;
}

.w-70-per {
  width: 70% !important;
}

.w-80-per {
  width: 80% !important;
}

.w-90-per {
  width: 90% !important;
}

.w-100-per {
  width: 100% !important;
}

/* margin */
.m-b-5 {
  margin-bottom: 5px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

/* padding */
.p-t-8 {
  padding-top: 8px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.pd-15 {
  padding: 15px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

span.checkbox-default {
  display: inline-block;
}

span.checkbox-default input[type="checkbox"] {
  display: none;
}

span.checkbox-default input[type="checkbox"] + label {
  color: #28313b;
  margin-bottom: 0;
}

span.checkbox-default input[type="checkbox"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
  background: url("../images/icons/icon_checkbox_check.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
  cursor: pointer;
}

span.checkbox-default input[type="checkbox"]:checked + label span {
  background: url("../images/icons/icon_checkbox_checked.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
}

span.checkbox-default.sm input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url("../images/icons/icon_checkbox_off.png") 0 0 no-repeat;
  -webkit-background-size: 15px 15px;
  -ms-background-size: 15px 15px;
  background-size: 15px 15px;
  cursor: pointer;
}

span.checkbox-default.sm input[type="checkbox"]:checked + label span {
  background: url("../images/icons/icon_checkbox_on.png") 0 0 no-repeat;
  -webkit-background-size: 15px 15px;
  -ms-background-size: 15px 15px;
  background-size: 15px 15px;
}

span.radiobox-default {
  display: inline-block;
}

span.radiobox-default input[type="radio"] {
  display: none;
}

span.radiobox-default input[type="radio"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
  background: url("../images/icons/icon_radio_off.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
  cursor: pointer;
}

span.radiobox-default input[type="radio"]:checked + label span {
  background: url("../images/icons/icon_radio_on.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
}

span.radiobox-default.sm input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/login/icon_id_check.png") 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  background-size: 20px 20px;
  cursor: pointer;
}

span.radiobox-default.sm input[type="radio"]:checked + label span {
  background: url("../images/login/icon_id_checked.png") 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  background-size: 20px 20px;
}

span.radiobox-default input[type="checkbox"] {
  display: none;
}

span.radiobox-default input[type="checkbox"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
  background: url("../images/icons/icon_radio_off.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
  cursor: pointer;
}

span.radiobox-default input[type="checkbox"]:checked + label span {
  background: url("../images/icons/icon_radio_on.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
}

span.radiobox-default.sm input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/login/icon_id_check.png") 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  background-size: 20px 20px;
  cursor: pointer;
}

span.radiobox-default.sm input[type="checkbox"]:checked + label span {
  background: url("../images/login/icon_id_checked.png") 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  background-size: 20px 20px;
}

span.radiobox-default.popup input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/icons/icon_pop_check_off.png") 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  background-size: 20px 20px;
  cursor: pointer;
}

span.radiobox-default.popup input[type="radio"]:checked + label span {
  background: url("../images/icons/icon_pop_check_on.png") 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  background-size: 20px 20px;
}

.search-bottom {
  position: relative;
  padding: 0 15px 30px 15px;
  margin-top: 10px;
}

.search-bottom input {
  font-size: 14px;
  height: 35px;
  border: 1px solid #e2e2e2;
  padding: 0 15px;
}

.search-bottom .search-button {
  position: absolute;
  top: 8px;
  right: 25px;
  width: 18px;
  height: 18px;
  background: url("../images/class/icon_search.png") 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
  -ms-background-size: 18px 18px;
  background-size: 18px 18px;
  text-indent: -9999px;
  border: 0 none;
}

/* input file */
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox .upload-name {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
swiper
*/
#sectionSliderWrapper.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

#sectionSliderWrapper.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#sectionSliderWrapper.noswiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

#sectionSliderWrapper.noswiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header div.gnb-menus .swiper-button-prev,
header div.gnb-menus .swiper-button-next {
  position: absolute;
  top: 60%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 26px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

header div.gnb-menus .swiper-button-prev:after,
header div.gnb-menus .swiper-button-next:after {
  color: #fff;
  font-size: 13px;
}

header div.gnb-menus .swiper-button-next,
header div.gnb-menus .swiper-container-rtl .swiper-button-prev {
  right: -3px;
}

header div.gnb-menus .swiper-button-prev,
header div.gnb-menus .swiper-container-rtl .swiper-button-next {
  left: -3px;
}

header div.sub-menus {
  position: relative;
}

header div.sub-menus .swiper-button-prev,
header div.sub-menus .swiper-button-next {
  position: absolute;
  top: 70%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 26px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

header div.sub-menus .swiper-button-prev:after,
header div.sub-menus .swiper-button-next:after {
  color: #6f6f6f;
  font-size: 13px;
}

header div.sub-menus .swiper-button-next,
header div.sub-menus .swiper-container-rtl .swiper-button-prev {
  right: -3px;
}

header div.sub-menus .swiper-button-prev,
header div.sub-menus .swiper-container-rtl .swiper-button-next {
  left: -3px;
}

header .swiper-button-prev.swiper-button-disabled,
header .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

/* table define */
table.upload-table thead th {
  background: #fff;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}

table.upload-table tbody td {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
}

table.upload-table tbody td.date {
  color: #999;
}

/* calender */
div.calender {
  margin: 0 15px;
  border-top: 2px solid #a9b1b4;
}

div.calender table.notable {
  width: 100%;
}

div.calender table.notable thead th {
  font-size: 14px;
  border: 1px solid #e2e2e2;
  background: #f6f6f6;
  text-align: center;
  padding: 15px;
}

div.calender table.notable tbody td {
  position: relative;
  font-size: 11px;
  border: 1px solid #e2e2e2;
  padding: 8px;
  height: 50px;
  vertical-align: top;
  text-align: right;
}

@media only screen and (min-width: 1200px) {
  div.calender table.notable tbody td {
    height: 80px;
  }
}

div.calender table.notable tbody td.it {
  background: #d1e4f5;
}

div.calender table.notable tbody td.on {
  border: 2px solid #009edb;
  background: #d1e4f5;
}

div.calender table.notable tbody td.on span.dot {
  left: 7px;
  bottom: 7px;
}

div.calender table.notable tbody td span.box {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #009edb;
}

div.calender table.notable tbody td span.dot {
  position: absolute;
  z-index: 2;
  left: 8px;
  bottom: 8px;
  width: 10px;
  height: 10px;
  background: #009edb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.schedule-detail-wrap {
  border-top: 10px solid #e6e7e9;
  border-bottom: 1px solid #c2c5c9;
}

div.schedule-detail-wrap span.subject {
  position: relative;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  border-top: 1px solid #c2c5c9;
  border-bottom: 1px solid #e2e2e2;
}

div.schedule-detail-wrap span.subject a.round-right {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 0;
  background: url("../images/icons/icon_round_arrow_right.png") 50% 50% no-repeat;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  text-indent: -9999px;
  overflow: hidden;
}

div.schedule-detail-wrap div.schedule-detail {
  padding: 15px 20px 20px 20px;
}

div.schedule-detail-wrap div.schedule-detail span.date {
  display: block;
  color: #009edc;
  font-size: 14px;
  padding-bottom: 15px;
}

div.schedule-detail-wrap div.schedule-detail p.detail {
  font-size: 13px;
  color: #666;
  line-height: 20px;
}

/* login */
@media only screen and (min-width: 900px) {
    div.login-outer {
      position: fixed;
      top: 50%;
      left: 50%;
      width: 800px;
      height: auto;
      border: 1px solid #d1d3d6;
      background: #fff;
      /*margin: -300px 0 0 -400px;*/
      transform: translate(-50%, -50%);
    }

    /*div.login-outer {*/
    /*  position: absolute;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  right: 0;*/
    /*  bottom: 0;*/
    /*  width: 800px;*/
    /*  height: max-content;*/
    /*  border: 1px solid #d1d3d6;*/
    /*  background: #fff;*/
    /*  margin: auto;*/
    /*}*/

    div.login-outer header {
        position: fixed;
        width: 798px;
        z-index: 2;
        background: #fff;
    }
  }

div.login-wrapper {
  padding: 20px 20px 40px 20px;
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (min-width: 900px) {
  div.login-wrapper {
    padding: 20px 200px 40px 200px;
  }
}

div.login-wrapper h1 {
  padding: 70px 0 40px 0;
  background: url("../images/login/login_logo.png") 50% 70% no-repeat;
  -webkit-background-size: 235px auto;
  -moz-background-size: 235px auto;
  background-size: 235px auto;
  text-indent: -9999px;
}

div.login-wrapper input {
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #a9b1b4;
  width: 100%;
  padding: 0 15px;
}

div.login-wrapper select {
  box-sizing: border-box;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #a9b1b4;
  width: 155px;
  height: 46px;
  padding: 0 15px;
}

div.login-wrapper select#dept_cd {
  width: 237px;
  float: right;
}

div.login-wrapper div.member-validation {
    color: #ff7200;
    font-size: 14px;
    text-align: right;
    padding: 0px 0;
    height: 0;
    overflow: hidden;
}
div.login-wrapper div.member-validation.on {
    padding: 5px 0;
    height: 48px;
    animation: membervalidationopen .8s;
}
div.login-wrapper div.member-validation.off {
    padding: 0px 0;
    height: 0;
    animation: membervalidationclose .5s;
}
@keyframes membervalidationopen {
    0% {
        padding: 0px 0;
        height: 0px;
    }
    50% {
        height: 60px;
    }
    100% {
        padding: 5px 0;
        height: 48px;
    }
}
@keyframes membervalidationclose {
    0% {
        padding: 5px 0;
        height: 48px;
    }
    100% {
        padding: 0px 0;
        height: 0px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    select, textarea, input { 

    } 
}

div.login-wrapper div.member-validation span.guide {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
div.login-wrapper div.member-validation a {
    display: inline-block;
    background: #ff7200;
    padding: 7px 20px;
    vertical-align: middle;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 10px;
}

div.login-wrapper input:focus {
  border: 1px solid #009edc;
}

div.login-wrapper input.input-id {
  margin: 9px 0 5px 0;
}
div.login-wrapper input.input-pw {
  margin: 4px 0 0 0;
}
div.login-wrapper input.input-name {
  margin: 0;
}
div.login-wrapper input.input-email {
  margin: 5px 0 0 0;
}

div.login-wrapper div.info {
  font-size: 14px;
  padding: 10px 0;
}

div.login-wrapper div.info span.sm {
  float: left;
}

div.login-wrapper a.find-pw {
  color: #009edc;
  text-decoration: underline;
}

div.login-wrapper a.join {
  color: #009edc;
  text-decoration: underline;
}

div.login-wrapper button.login-button {
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  background: #009edc;
  width: 100%;
  margin-bottom:10px;
  border: 0;
}

div.login-wrapper div.result {
  text-align: center;
  font-size: 14px;
  min-height: 100px;
  padding-top: 40px;
}

div.login-wrapper div.pw-info {
  text-align: center;
  padding: 70px 0 0 0;
  background: url("../images/login/icon_locker.png") 50% 5% no-repeat;
  -webkit-background-size: 175px auto;
  -moz-background-size: 175px auto;
  background-size: 175px auto;
}

div.login-wrapper div.pw-info p {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
div.login-wrapper .verify-info {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
div.login-wrapper .join-info {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}


div.login-wrapper p.txt-1 {
  font-size: 14px;
  color: #009edc;
  line-height: 18px;
  padding: 15px 0 8px 0;
}

div.login-wrapper p.txt-2 {
  font-size: 14px;
  color: #009edc;
  line-height: 18px;
  padding: 15px 0;
}

div.login-wrapper p.txt-3 {
  font-size: 14px;
  color: #009edc;
  line-height: 18px;
  padding: 15px 0;
  color: #666;
  text-align: center;
}

div.login-wrapper p.txt-3 span {
  color: #009edc;
}

/* etc content */
div.list-top {
  height: 56px;
  border-bottom: 1px solid #e6e7e9;
  padding: 14px 15px 0 15px;
}

div.keyword-selection{
  border-bottom: 1px solid #e6e7e9;
  padding: 15px;
}

div.list-top span.floatl {
  font-size: 12px;
  padding-left: 15px;
  margin-top: 20px;
  background: url("../images/icons/icon_list_book.png") 0 0 no-repeat;
  -webkit-background-size: 11px 12px;
  -moz-background-size: 11px 12px;
  background-size: 11px 12px;
}

div.list-top.alone {
  height: 38px;
  border-bottom: 1px solid #e6e7e9;
  padding: 0px 15px 0 15px;
}

div.list-top.alone span.floatl {
  margin-top: 16px;
}

div.list-top span.month-wrap {
  float: left;
  margin-top: 12px;
  font-size: 12px;
  color: #666;
}

div.list-top span.month-wrap a.prev-month {
  display: inline-block;
  width: 6px;
  height: 11px;
  text-indent: -9999px;
  background: url("../images/icons/icon_left_arrow.png") 0 0 no-repeat;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  background-size: 6px auto;
  margin-right: 10px;
}

div.list-top span.month-wrap span.this-month {
  font-size: 20px;
  font-weight: 700;
  color: #009edc;
}

div.list-top span.month-wrap a.next-month {
  display: inline-block;
  width: 6px;
  height: 11px;
  text-indent: -9999px;
  background: url("../images/icons/icon_right_arrow.png") 0 0 no-repeat;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  background-size: 6px auto;
  margin-left: 10px;
}

div.my-show-history {
  background-color: #1d93cb;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

div.search-result-top h2.result-header {
  height: 42px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 17px;
  color: #000;
  font-weight: 700;
  padding: 15px 15px 12px 15px;
}

div.search-result-top p.search-result-txt {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}

div.search-result-top p.search-result-txt span {
  color: #009edc;
}

div.search-result-top div.category {
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
  background: #eff5fc;
}

div.search-result-top div.category a {
  display: inline-block;
  color: #666;
  padding: 13px 15px;
}

div.search-result-top div.category a.on {
  color: #009edc;
  font-weight: 700;
}

div.search-result-top div.category-wrap {
    position: relative;
    z-index: 1;
    margin-top: -10px;
    background: #fff;
}
div.search-result-top div.category-wrap.category-first {
    margin-top: 0;
}
div.search-result-top div.category-wrap.category-first h3 {
    border-top: 0;
}

div.search-result-top div.category-wrap h3 {
  height: 42px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  font-size: 15px;
  color: #009edc;
  font-weight: 700;
  padding: 15px 15px 12px 15px;
}

/* class-room */
div.class-room h2.header {
  min-height: 42px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  background: #f0f1f2;
  padding: 13px 15px 12px 15px;
}

div.class-room ul.default-list li {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room ul.default-list li:nth-child(even) {
  background: #f8f8f8;
}

div.class-room ul.default-list li div.left {
  float: left;
  width: 80%;
}

div.class-room ul.default-list li div.left p.t-1 {
  font-size: 13px;
  color: #000;
}

div.class-room ul.default-list li div.left p.t-1 span.status {
  display: inline-block;
  padding: 3px 0px;
  width: 50px;
  text-align: center;
  margin: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.class-room ul.default-list li div.left p.t-1 span.status.completed {
  background: #89ba20;
  color: #fff;
}

div.class-room ul.default-list li div.left p.t-1 span.status.hold {
  background: #d1e4f5;
  color: #000;
  border: 1px solid #94a2ae;
}

div.class-room ul.default-list li div.left p.t-1 span.status.going {
  background: #ff6c00;
  color: #fff;
}

div.class-room ul.default-list li div.left p.t-2 {
  font-size: 12px;
  color: #666;
  padding-top: 5px;
}

div.class-room ul.default-list li div.right {
  float: right;
  width: 20%;
  text-align: right;
}

div.class-room div.class-info {
  padding: 15px;
  font-size: 14px;
  border-bottom: 10px solid #e6e7e9;
}

div.class-room div.class-info span.f {
  float: left;
}

div.class-room div.class-info div.s {
  float: left;
  margin-left: 15px;
}

div.class-room div.class-info div.s ul li {
  padding: 6px 0 6px 10px;
  background: url("../images/icons/bullet_gray.png") 0% 50% no-repeat;
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}

div.class-room div.class-info div.s ul li span.text-yellow {
  font-size: 16px;
  font-weight: 800;
}

div.class-room div.exam-apply p.time {
  text-align: center;
  line-height: 44px;
  background: #e3eff9;
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room div.exam-apply p.time span.dt {
  color: #000;
}

div.class-room div.exam-apply p.m {
  padding: 15px 10px 15px 25px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background: url("../images/icons/bullet_gray.png") 15px 50% no-repeat;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room div.exam-apply div.detail {
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #e6e7e9;
  min-height: 150px;
}

div.class-room div.exam-apply div.detail p.t {
  padding-bottom: 10px;
}

div.class-room div.exam-apply div.detail textarea {
  border: 1px solid #e2e2e2;
  padding: 10px;
  width: 100%;
  height: 150px;
}

div.class-room div.exam-apply div.detail p.data {
  text-align: right;
  font-size: 12px;
  padding-top: 2px;
  color: #999;
}

div.class-room div.exam-apply div.detail ul.number-check {
  padding: 0 10px;
}

div.class-room div.exam-apply div.detail ul.number-check li {
  padding: 8px 0;
}

div.class-room div.exam-apply div.detail div.lists {
  padding: 0 0 15px 0;
}

div.class-room div.exam-apply div.detail div.lists table.lists {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

div.class-room div.exam-apply div.detail div.lists table.lists th {
  background: #f1f1f3;
  font-size: 13px;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 15px;
}

div.class-room div.exam-apply div.detail div.lists table.lists td {
  font-size: 13px;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px;
}

div.class-room div.exam-apply div.detail div.lists table.lists td a.move {
  display: inline-block;
  border: 1px solid #a9b1b4;
  border-radius: 4px;
  padding: 4px 15px 4px 7px;
  background-image: url("../images/icons/icon_arrow_right_gray.png");
  background-position: 34px 46%;
  background-repeat: no-repeat;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  background-size: 6px auto;
}

div.class-room div.exam-apply div.detail div.lists table.lists td span.blue {
  color: #009edc;
}

div.class-room div.exam-apply div.btn-area {
  text-align: center;
  padding: 5px 0 5px 0;
}

div.class-room div.exam-apply div.btn-area.bd {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room div.exam-apply div.btn-area a {
  margin: 0 4px;
}

div.class-room div.exam-test {
  padding: 15px 15px 30px 15px;
}

div.class-room div.exam-test p.s {
  text-align: center;
  padding: 5px 30px 15px 30px;
  font-size: 14px;
  line-height: 20px;
}

div.class-room div.exam-test p.s span {
  color: #ff6000;
}

div.class-room div.exam-test a.btn-normal {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-weight: 800;
}

div.class-room div.exam-info {
  border-bottom: 10px solid #e6e7e9;
}

div.class-room div.exam-info h3 {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  font-size: 17px;
  font-weight: 800;
  color: #009edc;
  padding: 20px 15px 8px 15px;
}

div.class-room div.exam-info h3.sup {
  padding: 0px 15px 8px 0px;
}

div.class-room div.exam-info h3 a.more {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 12px;
  height: 12px;
  background: url("../images/icons/icon_more.png") 50% 50% no-repeat;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  text-indent: -9999px;
}

div.class-room div.exam-info p.c-subject {
  text-align: center;
  padding: 15px 30px;
  color: #009edc;
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room div.exam-info p.sect {
  font-size: 15px;
  color: #000;
  padding: 10px;
  background: #f2f3f4;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
}

div.class-room div.exam-info div.inner {
  padding: 15px;
}

div.class-room div.exam-info div.inner table.notable {
  width: 100%;
}

div.class-room div.exam-info div.inner table.notable tbody th {
  width: 80px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  background: url("../images/icons/bullet_gray.png") 0% 50% no-repeat;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
}

div.class-room div.exam-info div.inner table.notable tbody td {
  font-size: 14px;
  padding: 8px 0;
  color: #000;
}

div.class-room div.exam-info div.inner table.notable tbody td span.d {
  margin-right: 10px;
}

div.class-room div.exam-info div.inner table.notable tbody td span.text-blue {
  font-weight: 800;
}

div.class-room div.exam-info div.homework {
  padding: 15px;
}

div.class-room div.exam-info div.homework table.notable {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

div.class-room div.exam-info div.homework table.notable tbody th {
  width: 90px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  padding: 15px;
  background: #f0f0f0;
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room div.exam-info div.homework table.notable tbody td {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 18px;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room div.exam-info div.homework table.notable tbody td a.file-link {
  display: inline-block;
  color: #009edc;
  padding-left: 22px;
  background: url("../images/class/icon_picture.png") 0% 50% no-repeat;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  background-size: 16px auto;
}

div.class-room div.exam-info p.guide-text {
  font-size: 13px;
  padding: 0 15px 10px 65px;
  line-height: 20px;
  background: url("../images/class/icon_guide_txt.png") 15px 0% no-repeat;
  -webkit-background-size: 42px auto;
  -moz-background-size: 42px auto;
  background-size: 42px auto;
}

div.class-room div.exam-info div.editor-container {
  /* height: 300px;
  border: 1px solid #e2e2e2; */
  margin: 0 15px 15px 15px;
}

div.class-room div.exam-info div.homework-list {
  padding: 15px;
  border-top: 10px solid #e2e2e2;
}

div.class-room div.exam-info div.homework-list table.notable {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

div.class-room div.exam-info div.homework-list table.notable th {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room div.exam-info div.homework-list table.notable td {
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
}

div.class-room div.exam-info div.homework-list table.notable td a {
  color: #666;
  font-weight: 400;
}

div.class-room div.exam-info div.homework-list div.guide-extend {
  position: relative;
  padding-bottom: 15px;
}

div.class-room div.exam-info div.homework-list div.guide-extend div.f {
  float: left;
  width: 70%;
  font-size: 13px;
  line-height: 18px;
}

div.class-room div.exam-info div.homework-list div.guide-extend span.s {
  position: absolute;
  right: 0;
  bottom: 15px;
}

div.class-room div.exam-info div.btn-area {
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
}

div.class-room div.exam-info div.btn-area a.list {
  float: left;
}

div.class-room div.exam-info div.btn-area .modify {
  float: right;
}

div.class-room div.exam-info div.btn-area a.delete {
  float: right;
  margin-right: 5px;
}

div.class-room div.exam-info ul.survey-list li h4 {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
}

div.class-room div.exam-info ul.survey-list li h4 span {
  color: #009edc;
}

div.class-room div.exam-info ul.survey-list li h4.line {
  padding: 15px 0 8px 0;
}

div.class-room div.exam-info ul.survey-list li div.inner-survey textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e2e2e2;
  padding: 15px;
}

div.class-room div.exam-info ul.survey-list li div.inner-survey span.data {
  display: block;
  text-align: right;
  font-size: 11px;
  padding: 5px 0 10px 0;
  color: #999;
}

div.class-room div.exam-info ul.survey-list li ul.choice {
  border-top: 1px solid #e2e2e2;
  padding: 10px;
}

div.class-room div.exam-info ul.survey-list li ul.choice li {
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}

div.class-room div.exam-info ul.star-list li {
  padding: 3px 0;
}

div.class-room div.exam-info ul.star-list li span.star {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icons/icon_star.png") 0 0 no-repeat;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  background-size: 14px auto;
  vertical-align: middle;
}

div.class-room div.exam-info div.detail-content {
  line-height: 18px;
  font-size: 14px;
  padding: 0 0 30px 0;
}

div.class-room ul.class-board-list li {
  font-size: 13px;
  padding: 8px 0;
}

div.class-room ul.class-board-list li a.list-link {
  float: left;
  width: 80%;
  font-size: 13px;
}

div.class-room ul.class-board-list li span.date {
  float: right;
  text-align: right;
  width: 20%;
}

div.class-room ul.class-board-list li span.status {
  float: right;
  display: inline-block;
  width: 65px;
  text-align: center;
  padding: 4px 8px;
  background: #e6e7e9;
}

div.class-room ul.class-board-list li span.status.no {
  background: #009edc;
  color: #fff;
}

div.class-room ul.class-board-list.pst li {
  padding: 5px 0;
}

div.class-room ul.class-board-list.list-sect li {
  color: #000;
  padding: 15px 10px;
  border-bottom: 1px solid #e2e2e2;
}

div.class-room ul.class-board-list.list-sect li span.sect-info {
  float: left;
  width: 80%;
}

div.class-room ul.class-board-list.list-sect li span.sect-info span {
  display: inline-block;
  padding: 3px 0px;
  text-align: center;
  width: 55px;
  background: #e6e7e9;
  border-radius: 3px;
  margin: 0 3px;
}

div.class-room ul.class-board-list.list-sect li span.sect-info span.orange {
  background: #ff6c00;
  color: #fff;
}

div.class-room ul.class-board-list.list-sect li span.sect-info span.hold {
  background: #d1e4f5;
  border: 1px solid #666;
}

div.class-room ul.class-board-list.list-sect li span.sect-info span.green {
  background: #89ba20;
  color: #fff;
}

div.class-room ul.class-board-list.list-sect li span.date {
  float: right;
  text-align: right;
  width: 20%;
}

div.class-room ul.class-board-list.list-sect li span.date span.text-blue {
  font-weight: 700;
}

div.class-room ul.class-board-list.list-sect li div.btn-sect {
  padding: 15px 0 0 0;
  text-align:right;
}

div.class-room ul.class-board-list.list-sect li div.btn-sect a
, div.class-room ul.class-board-list.list-sect li div.btn-sect button {
  display: inline-block;
  width: 48%;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #8f8f8f;
  border: 0 none;
  border-radius: 4px;
}

div.class-room ul.class-board-list.list-sect li div.btn-sect a:nth-child(1) {
  margin-right: 4%;
}

div.class-room ul.class-board-list.list-sect li:last-child {
  border-bottom: 0;
}

div.class-room div.phone-info {
  position: relative;
  padding: 15px;
  background: #eef5fb;
  border: 1px solid #d1e4f5;
  padding: 15px;
  color: #000;
  font-size: 13px;
  margin-top: 20px;
  line-height: 20px;
}

div.class-room div.phone-info span.txt {
  color: #ff2400;
}

div.class-room div.phone-info span.speaker {
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: -10px;
  background: url("../images/icons/icon_speak.png") 0 0 no-repeat;
  -webkit-background-size: 23px auto;
  -moz-background-size: 23px auto;
  background-size: 23px auto;
}

div.class-room .qr_button {
  font-family: 'NanumSquareRound';
  display: inline-block;
  line-height: 32px;
  border: 1px solid #bababa;
  color: #666;
  width: 23.5%;
  padding: 10px;
  margin-right: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* text-indent: -9999px; */
  width: 100%;
  background: #ffffff;
  border: 1px solid #119eda;
  color: #119eda;
}

div.class-room .qr_button img {
  height: 32px;
}

/* main page */
div.index-wrapper {
  padding-top: 60px;
}

@media only screen and (min-width: 1200px) {
  div.index-wrapper {
    padding-bottom: 0;
  }
}

div.index-wrapper div.no-main-container {
  padding-top: 42px;
  padding-bottom: 25px;
  background: #e6e7e9;
  /*
        border-top: 1px solid $line-color;
        overflow: hidden;
        */
}

@media only screen and (min-width: 1200px) {
  div.index-wrapper div.no-main-container {
    padding-top: 85px;
    padding-bottom: 0;
  }
}

div.index-wrapper div.no-main-container.off {
  padding-top: 0;
}

div.main-box-color {
  background: #e3eff9;
  padding: 10px;
}

@media only screen and (min-width: 1200px) {
  div.main-box-color {
    width: 50%;
    float: left;
  }
}

div.main-box-color.normal {
  background: #e6e7e9;
}

@media only screen and (min-width: 1200px) {
  div.main-box-color.normal {
    background: #e3eff9;
  }
}

@media only screen and (min-width: 1200px) {
    div.main-box-color.onair-card {
        width: 100%;
    }
}

div.main-box-color div.inner-box {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

div.main-box-color div.inner-box h2 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #009edc;
  text-align: center;
  margin: 40px 0 10px 0;
  border-bottom: 1px solid #e3eff9;
  letter-spacing: -1px;
}

div.main-box-color div.inner-box h2.b {
  margin: 30px 0 10px 0;
  color: #000;
}

@media only screen and (min-width: 1200px) {
  div.main-box-color div.inner-box h2.b {
    margin: 40px 0 10px 0;
  }
}

div.main-box-color div.inner-box h2 span.text {
  position: absolute;
  margin-bottom: -1px;
  background: #fff;
  padding: 0 10px;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 180px;
}

div.main-box-color div.inner-box h2 span.text span.c {
  color: #ffa800;
}

div.main-box-color div.inner-box h2 span.date {
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 11px;
  color: #666;
  font-weight: 400;
}

div.main-box-color div.screen-wrapper {
  position: relative;
}

div.main-box-color div.screen-wrapper img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.main-box-color div.screen-wrapper a.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  width: 55px;
  height: 55px;
  background: url("../images/icons/btn_play.png") 0 0 no-repeat;
  -webkit-background-size: 54px 54px;
  -moz-background-size: 54px 54px;
  background-size: 54px 54px;
  text-indent: -9999px;
}

div.main-box-color div.coverflow-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 10px;
  overflow: hidden;
}

div.main-box-color div.coverflow-wrapper div.swiper-slide {
  width: 80%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

div.main-box-color div.coverflow-wrapper div.swiper-slide-active {
  -webkit-box-shadow: 0 0 7px #666;
  -moz-box-shadow: 0 0 7px #666;
  box-shadow: 0 0 7px #666;
}

div.main-box-color div.coverflow-wrapper img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.main-box-color div.coverflow-wrapper a.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  width: 55px;
  height: 55px;
  background: url("../images/icons/btn_play.png") 0 0 no-repeat;
  -webkit-background-size: 54px 54px;
  -moz-background-size: 54px 54px;
  background-size: 54px 54px;
  text-indent: -9999px;
}

div.main-box-color div.coverflow-wrapper .swiper-pagination-bullet {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

div.main-box-color div.coverflow-wrapper .swiper-container-horizontal > .swiper-pagination-bullets, div.main-box-color div.coverflow-wrapper .swiper-pagination-custom, div.main-box-color div.coverflow-wrapper .swiper-pagination-fraction {
  bottom: -30px;
}

div.main-box-color div.coverflow-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 4px;
}

div.main-box-color div.coverflow-wrapper .swiper-pagination-bullet-active {
  background: #ffea00;
  width: 20px;
  height: 8px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

div.main-footer-info {
  position: fixed;
  left: 0;
  bottom: -230px;
  z-index: 5;
  padding: 10px;
  width: 100%;
  height: 280px;
  background: #fff;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 0 0 9px #343434;
  -moz-box-shadow: 0 0 9px #343434;
  box-shadow: 0 0 9px #343434;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info {
    position: static;
    float: right;
    width: 24%;
    height: auto;
    background: #e3eff9;
    padding: 155px 10px 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
  }
}

div.main-footer-info.on {
  bottom: 0;
  z-index: 7;
}

div.main-footer-info a.open-essential {
  position: absolute;
  left: 50%;
  top: -40px;
  width: 195px;
  height: 40px;
  transform: translate(-50%, 0%);
  background: url("../images/icons/icon_main_notice.png") 0 50% no-repeat;
  -webkit-background-size: 195px 45px;
  -moz-background-size: 195px 45px;
  background-size: 195px 45px;
  text-align: center;
  color: #009edc;
  font-size: 15px;
  font-weight: 800;
  padding: 17px 0px 0 0;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info a.open-essential {
    display: none;
  }
}

div.main-footer-info a.open-essential span {
  display: inline-block;
  padding-right: 20px;
  background: url("../images/icons/icon_r_up_blue.png") 99% 50% no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
}

div.main-footer-info a.open-essential span.on {
  background: url("../images/icons/icon_r_down_blue.png") 99% 50% no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
}

div.main-footer-info div.footer-tabs a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 7px 8px;
  width: 32%;
  background: #a3a3a3;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

div.main-footer-info div.footer-tabs a:nth-child(2) {
  margin: 0 2%;
}

div.main-footer-info div.footer-tabs a.on {
  color: #fff;
  font-weight: 700;
  background: #009edc;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.footer-tabs {
    display: none;
  }
}

div.main-footer-info h3 {
  position: relative;
  display: none;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info h3 {
    display: block;
    font-size: 15px;
    color: #009edc;
    padding: 15px 15px 0 15px;
  }
}

div.main-footer-info h3 a.mores {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/icons/icon_board_more.png") 0 0 no-repeat;
  -webkit-background-size: 23px auto;
  -moz-background-size: 23px auto;
  background-size: 23px auto;
}

div.main-footer-info div.push-list {
  position: relative;
  display: none !important;
  background: #fff;
  -webkit-border-radius: 15px 0 15px 15px;
  -moz-border-radius: 15px 0 15px 15px;
  border-radius: 15px 0 15px 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.push-list {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.notice-list {
    position: relative;
    display: block !important;
    background: #fff;
    -webkit-border-radius: 15px 0 15px 15px;
    -moz-border-radius: 15px 0 15px 15px;
    border-radius: 15px 0 15px 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.broadcast-list {
    position: relative;
    display: block !important;
    background: #fff;
    -webkit-border-radius: 15px 0 15px 15px;
    -moz-border-radius: 15px 0 15px 15px;
    border-radius: 15px 0 15px 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.stock-list {
    position: relative;
    display: block !important;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
}

div.main-footer-info p.alram {
  font-size: 13px;
  color: #000;
  padding: 10px 10px 10px 38px;
  margin-bottom: 10px;
  background: #d1e4f5 url("../images/icons/icon_speaker.png") 10px 50% no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

div.main-footer-info ul.semi-list {
  padding: 10px 0;
}

div.main-footer-info ul.semi-list li {
  font-size: 12px;
  padding: 8px 10px;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info ul.semi-list li {
    padding: 8px 15px 7px 15px;
  }
}

div.main-footer-info ul.semi-list li .f {
  display: inline;
  float: left;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

div.main-footer-info ul.semi-list li .f a {
  color: #666;
}

div.main-footer-info ul.semi-list li .s {
  display: inline;
  float: left;
  width: 20%;
  color: #666;
  text-align: right;
}

div.main-footer-info ul.semi-list.stock li {
  padding: 6px 18px;
  background: url("../images/icons/bullet_gray.png") 10px 50% no-repeat;
  -webkit-background-size: 3px auto;
  -moz-background-size: 3px auto;
  background-size: 3px auto;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info ul.semi-list.stock li {
    padding: 6px 15px 6px 23px;
    background: url("../images/icons/bullet_gray.png") 15px 50% no-repeat;
    -webkit-background-size: 3px auto;
    -moz-background-size: 3px auto;
    background-size: 3px auto;
  }
}

div.main-footer-info a.btn-bottom {
  display: block;
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 12px 20px 12px 0;
  background: #eeeff0;
}

div.main-footer-info a.btn-bottom img {
  vertical-align: middle;
  margin-left: 5px;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info a.btn-bottom {
    display: none;
  }
}

div.main-footer-info p.stock-tit {
  padding: 10px 0 0 10px;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info p.stock-tit {
    padding: 15px 15px 0 15px;
  }
}

div.main-footer-info p.stock-tit span.tt {
  float: left;
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info p.stock-tit span.tt {
    color: #009edc;
  }
}

div.main-footer-info p.stock-tit span.tt span {
  display: none;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info p.stock-tit span.tt span {
    display: inline-block;
  }
}

div.main-footer-info p.stock-tit span.date {
  float: right;
  font-size: 11px;
  padding-top: 6px;
  color: #666;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info p.stock-tit.mo {
    display: none;
  }
}

div.main-footer-info div.stock-info {
  padding: 10px;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.stock-info {
    margin: 0 15px;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #e2e2e2;
  }
}

div.main-footer-info div.stock-info span.f {
  float: left;
  width: 50%;
  font-size: 11px;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.stock-info span.f {
    width: 100%;
    padding-bottom: 5px;
  }
}

div.main-footer-info div.stock-info span.f.down span.s-b {
  color: #0086ff;
}

div.main-footer-info div.stock-info span.f.down span.s-c {
  background: url("../images/icons/icon_stock_down.png") 0px 0% no-repeat;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}

div.main-footer-info div.stock-info span.f.up span.s-b {
  color: #ff2400;
}

div.main-footer-info div.stock-info span.f.up span.s-c {
  background: url("../images/icons/icon_stock_up.png") 0px 0% no-repeat;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}

div.main-footer-info div.stock-info span.s {
  float: left;
  width: 50%;
  font-size: 11px;
}

@media only screen and (min-width: 1200px) {
  div.main-footer-info div.stock-info span.s {
    width: 100%;
  }
}

div.main-footer-info div.stock-info span.s.down span.s-b {
  color: #0086ff;
}

div.main-footer-info div.stock-info span.s.down span.s-c {
  background: url("../images/icons/icon_stock_down.png") 0px 0% no-repeat;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}

div.main-footer-info div.stock-info span.s.up span.s-b {
  color: #ff2400;
}

div.main-footer-info div.stock-info span.s.up span.s-c {
  background: url("../images/icons/icon_stock_up.png") 0px 0% no-repeat;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}

div.main-footer-info div.stock-info span.s-a {
  display: inline-block;
  color: #000;
  padding-left: 10px;
  background: url("../images/icons/bullet_gray.png") 0px 50% no-repeat;
  -webkit-background-size: 3px auto;
  -moz-background-size: 3px auto;
  background-size: 3px auto;
}

div.main-footer-info div.stock-info span.s-b {
  font-size: min(2.5vw, 12px);
  font-weight: 700;
}

div.main-footer-info div.stock-info span.s-c {
  display: inline-block;
  height: 19px;
  font-size: 10px;
  vertical-align: middle;
  padding-left: 10px;
}

/**/
div.top-logo a.btn-live {
  float: left;
  width: 50px;
  height: 20px;
  background: url("../images/icons/live_ico.gif") 0 0 no-repeat;
  background-size: 50px auto;
  text-indent: -9999px;
  margin: 25px 0 0 10px;
}

div.on-air-box {
  position: relative;
  text-align: center;
}

div.inner-box.on-air-box h2 {
  border-bottom: 1px solid #fff !important;
}

div.on-air-box a.close-onair {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  right: 15px;
  background: url("../images/icons/icon_btn_x_black.png") 0 0 no-repeat;
  background-size: 15px 15px;
  text-indent: -9999px;
}

div.on-air-box span.on-air-tit {
  position: relative;
  color: #ff4200;
}

div.on-air-box span.on-air-tit:after {
  content: '';
  position: absolute;
  top: -7px;
  right: -9px;
  width: 11px;
  height: 11px;
  background: url("../images/icons/icon_wifi.png") 0 0 no-repeat;
  background-size: 11px auto;
}

div.on-air-box p.on-air-list {
  border-top: 1px solid #e6e7e9;
  border-bottom: 1px solid #e6e7e9;
  background: #f7f7f8;
  padding: 10px 15px;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  div.on-air-box p.on-air-list {
    text-align: center;
  }
}

div.on-air-box p.on-air-list span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #1b93d3;
  padding: 3px 7px;
  border-radius: 3px;
  margin-right: 5px;
}

div.on-air-box p.on-air-list a {
  color: #333;
  font-weight: 700;
  font-size: 14px;
}

div.on-air-box a.play-now {
  display: inline-block;
  padding: 10px 40px 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 10px;
  margin: 10px auto 0 auto;
  background: #1b93d3 url("../images/icons/icon_play.png") 80% 50% no-repeat;
  background-size: 16px auto;
}

/* pull to refresh */
div.ptr--ptr {
  background: #f4f4f4;
}

div.ptr--ptr div.ptr--box {
  padding: 13px;
}

div.ptr--ptr div.ptr--box div.ptr--content {
  font-size: 11px;
  color: #999;
}

div.ptr--ptr div.ptr--box div.ptr--content div.ptr-text {
  margin-top: 8px;
}

a.btn-big.blue {
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 3px;
  color: #fff;
  background: #009edd;
}

a.btn-big.gray {
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 3px;
  color: #fff;
  background: #888;
}


/* 새로 추가된 부분*/
div.btn-new-center {
    text-align: center;
    border-top: 10px solid #e6e7e9;
    background: #f5f6f6;
    padding: 15px;
}

div.btn-new-center a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 3px;
}

div.btn-new-center a.btn-big.blue {
    color: #fff;
    background: #009edd;
}

div.btn-new-center a.btn-big.gray {
    color: #fff;
    background: #888;
}

div.slogin-wrapper {
  position: relative;
  color: #fff;
  padding: 50px 0;
  background: #069edb url("../images/icons/slogin_bg.png") 0% 0% no-repeat;
  background-size: 100% auto;
  text-align: center;
}
div.slogin-wrapper p.tit-top {
  font-size: 24px;
  font-weight: 400;
}
div.slogin-wrapper p.tit-top span {
  display: block;
  padding-top: 8px;
  font-size: 33px;
  font-weight: 800;
}
div.slogin-wrapper h2 {
  width: 202px;
  height: 140px;
  margin: 20px auto 30px auto;
  background: url("../images/icons/slogin_title.png") 0% 0% no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}

div.slogin-wrapper div.move-area {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 25px 0;
  border-top: 1px solid #6ac5e9;
  text-align: center;
}
div.slogin-wrapper div.move-area p {
  font-size: 16px;
  font-weight: 400;
}
div.slogin-wrapper div.move-area p span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding-top: 5px;
}
div.slogin-wrapper div.move-area input[type="button"] {
  display: inline-block;
  background: #fff;
  color: #069edb;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 25px;
  border: 0;
  margin: 15px 0 0 0;
  border-radius: 8px;
  -webkit-border-radius: 6px;
  -webkit-appearance: none;
}

div.slogin-wrapper div.move-area a {
  display: inline-block;
  background: #fff;
  color: #069edb;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 25px;
  border: 0;
  margin: 15px 0 0 0;
  border-radius: 8px;
  -webkit-border-radius: 6px;
  -webkit-appearance: none;
}

@media only screen and (min-width: 900px) {
  div.slogin-wrapper {
    position: absolute;
    width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 50px 0;
    background-color: #069edb;
    background-image: none;
    background-size: 100% auto;
    text-align: center;
  }
}

div.kakao-wrapper {
  position: relative;
  color: #fff;
  padding: 50px 0;
  background-size: 100% auto;
  text-align: center;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

div.kakao-wrapper p.tit-top {
  font-size: 28px;
  font-weight: 400;
  color: #3a1d1d;
}

div.kakao-wrapper h2 {
  width: 150px;
  height: 150px;
  margin: 20px auto 30px auto;
  background: url("../images/icons/icon_kakao_share.png") 0% 0% no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}

div.kakao-wrapper div.move-area {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 25px 0;
  border-top: 1px solid #3a1d1d;
  text-align: center;
}
div.kakao-wrapper div.move-area p {
  font-size: 20px;
  font-weight: 400;
  color: #3a1d1d;
}

div.kakao-wrapper div.move-area input[type="button"] {
  display: inline-block;
  background: #f7e600;
  color: #3a1d1d;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 25px;
  border: 0;
  margin: 15px 0 0 0;
  border-radius: 8px;
  -webkit-border-radius: 6px;
  -webkit-appearance: none;
}

div.kakao-wrapper div.move-area a {
  display: inline-block;
  background: #f7e600;
  color: #3a1d1d;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 25px;
  border: 0;
  margin: 15px 0 0 0;
  border-radius: 8px;
  -webkit-border-radius: 6px;
  -webkit-appearance: none;
}

.pop_wrap .pop_title{position:relative;height:44px;background-color:#009edc;line-height:44px}
.pop_wrap .pop_title h6{color:#fff;font-size:16px;font-weight:bold;padding-left:18px}
.pop_wrap .pop_title .pop_closed{position:absolute;right:13px;top:13px}
.pop_wrap .post_con{border:1px solid #009edc;border-top:none;height:392px;width:482px;padding:13px 8px 0}
.pop_wrap .control-group{text-align:center;margin-top:19px;line-height:24px}
.pop_wrap .control-group .control-label{display:inline-block;zoom:1;*display:inline;font-weight:700;color:#555;vertical-align:top}
.pop_wrap .control-group .controls{display:inline-block;zoom:1;*display:inline;vertical-align:top}
.pop_wrap .inner_tb{height:230px;overflow:auto}


/* 개인정보처리방침 추가 20250623 */
.privacy-wrap{padding:108px 15px 15px;font-size:16px;}
.privacy-wrap > h1{margin:15px;font-size: 20px;font-weight: 700;text-align: center;margin: 15px 15px 0 15px;border-bottom: 2px solid #e2e2e2;padding-bottom: 14px;color: #009edd;}
.privacy-wrap .top-text{margin:10px 0;}
.privacy-wrap .link-list{padding:15px 20px;}
.privacy-wrap .link-list li{}
.privacy-wrap .link-list li a{}
.privacy-wrap .link-list li a:hover{text-decoration:underline;}
.privacy-wrap .box-wrap{margin-bottom:17px;}
.privacy-wrap .box-wrap h2{margin-bottom:5px;font-size:18px;}
.privacy-wrap .box-wrap .text-box{padding:0 10px;}
.privacy-wrap .box-wrap .text-box+.text-box{margin:10px 0 0;}
.privacy-wrap .box-wrap .text-box strong{display:inline-block;margin-bottom:5px;}
.privacy-wrap .box-wrap .text-box .text{}
.privacy-wrap .box-wrap .set-box{padding: 10px;margin: 10px;border:1px solid #e6e7e9;width: auto;font-size: 14px;}
.privacy-wrap .box-wrap .tb{margin-top: 5px;}
.privacy-wrap .box-wrap .tb table{border:1px solid #e6e7e9;font-size:15px;text-align:center;border-right:0;border-bottom:0;}
.privacy-wrap .box-wrap .tb th{padding:5px;background-color: #f8f8f8;border-bottom:1px solid #e6e7e9;border-right:1px solid #e6e7e9;font-weight:700;}
.privacy-wrap .box-wrap .tb td{padding:5px;font-size: 14px;border-right:1px solid #e6e7e9;border-bottom:1px solid #e6e7e9;}
.privacy-wrap .box-wrap .tb-btm{margin-top:3px;}
.privacy-wrap .privacy-btm{margin-top:40px;}