@CHARSET "UTF-8";
/* import */
@import url(http://fonts.googleapis.com/css?family=Playball);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
/*********************************************************************************/
html {
  width:100%;
  height:100%;
  font-family: 'Nanum Gothic', "나눔고딕", "맑은 고딕", "돋움체", Dotum, serif, Arial;
  color:#666;
}
body {
  width:100%;
  height:100%;
  padding: 0px;
  margin: 0px;
  background-color:#fff;
}

button {
  cursor:pointer;
  margin:0px;
  padding:0px;
  border:none;
  background:none;
}
button>img {
  vertical-align:middle;
}

input[type=text], input[type=password] {
  margin:0px;
  padding:0px;
  border:none;
}
input[type=checkbox] {
  cursor:pointer;
  margin:0px;
  padding:0px;
  vertical-align:middle;
  background:none;
}
label {
  cursor:pointer;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul>li {
  list-style:none;
  cursor:pointer;
}


/*********************************************************************************/
.l-float {
  float:left;
}
.r-float {
  float:right;
}


/*********************************************************************************/
.inner-wrap {
  width: 100%;
  height: auto;
  margin:auto;
}

.top-layer {
  height: 60px;
  background-color: #0061b5;
  line-height: 60px;
  padding: 0px 15px;
  width: calc(100% - 30px);
}
.top-layer > .end-btn {
  margin: 11px 0px;
  padding: 5px 11px;
  background-color: #b32a2a;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 3px;
}
.top-layer > .menu-btn {
  margin: 11px 0px;
  padding: 5px 11px;
  background-color: #5b99ce;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 3px;
}

.main-layer {
  padding: 20px 15px 70px 15px;
  width: calc(100% - 30px);
}
.main-layer > .title-block {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.main-layer > .title-block > .title-text {
  font-size: 22px;
  line-height: 30px;
  color: #757575;
  font-weight: 600;
}
.main-layer > .title-block > .sub-text {
  font-size: 15px;
  line-height: 23px;
  color: #000;
}

.main-layer > .content-block {
  width: 100%;
  margin: 15px 0px;
}
.main-layer > .content-block > .table-block {
  border: 1px solid #c7c7c7;
  width: 100%;
  margin-bottom: 15px;
}
.main-layer > .content-block > .table-block > .title-text {
  background-color: #e7e7e7;
  font-size: 22px;
  line-height: 30px;
  padding: 15px 15px;
}
.main-layer > .content-block > .table-block > .desc-text {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 25px;
}

.bottom-layer {
  height: 60px;
  background-color: #0061b5;
  line-height: 60px;
  padding: 0px 15px;
  width: calc(100% - 30px);
  position: fixed;
  bottom: 0px;
  color: #fff;
}
.bottom-layer > .start-btn {
  margin: 11px 0px;
  padding: 5px 15px;
  background-color: #ffb100;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 600;
  margin-left: 10px;
}

.menu-layer {
  display: none;
  width: 100%;
  background-color: #19558a;
}
.menu-layer li {
  padding: 10px 15px;
  color: #fff;
  border-bottom: 1px solid #456f94;
}

.video-layer {
  margin: 15px 0px;
}
.video-layer > .video-area {
  width: 100%;
}

.content-block > .quiz-block {
  border: 1px solid #b7b7b7;
}
.content-block > .quiz-block > .title-area {
  font-size: 18px;
  padding: 15px 15px;
  background-color: #dadada;
  line-height: 24px;
}
.content-block > .quiz-block > .content-area {
  padding: 15px 15px;
}
.content-block > .quiz-block > .content-area li {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
}
.content-block > .quiz-block > .confirm-area {
  text-align: center;
  padding-bottom: 10px;
}
.content-block > .quiz-block > .confirm-area > button {
  padding: 5px 14px;
  line-height: 25px;
  font-size: 16px;
  background-color: #0061b5;
  color: #fff;
}
.content-block > .quiz-block > .result-area {
  border: 5px solid #197ed6;
  position: fixed;
  top: 75px;
  width: calc(100% - 42px);
  background-color: #fff;
  display: none;
}
.content-block > .quiz-block > .result-area > .img-block {
  background-color: #197ed6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  padding: 0px 14px;
}
.content-block > .quiz-block > .result-area > .text-block {
  padding: 10px;
}
.content-block > .quiz-block > .result-area > .text-block > .title-text {
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
}
.content-block > .quiz-block > .result-area > .text-block > .title-text > span {
  font-weight: 600;
}
.content-block > .quiz-block > .result-area > .text-block > .desc-text {
  padding: 10px 0px;
}
.content-block > .quiz-block > .result-area > .text-block > .desc-text > span {
  font-weight: 600;
}
.content-block > .quiz-block > .result-area > .button-block {
  text-align: right;
  padding: 0px 15px 10px 15px;
}
.content-block > .quiz-block > .result-area > .button-block > button {
  padding: 5px 14px;
  line-height: 20px;
  font-size: 14px;
  background-color: #0061b5;
  color: #fff;
}

.table-block .img-text {
  width: 100%;
  height: auto;
}

.main-layer > .content-block > .table-block li {
  min-height: 25px;
  background-color: #d9eaff;
  line-height: 25px;
  font-size: 16px;
  padding: 8px 15px;
  color: #000;
  border-bottom: 2px solid #fff;
  font-weight: 600;
}
.main-layer > .content-block > .table-block li.selected {
  min-height: 25px;
  background-color: #4f8edc;
  line-height: 25px;
  font-size: 16px;
  padding: 8px 15px;
  color: #000;
  border-bottom: 2px solid #fff;
  font-weight: 600;
}

.bottom-layer > .end-btn {
  margin: 11px 0px 11px 10px;
  padding: 5px 11px;
  background-color: #b32a2a;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 3px;
}

.time-block {
  position: fixed;
  bottom: 60px;
  width: 100%;
}
.time-block .bar-box {
  height: 15px;
  width: 100%;
  background-color: #b1b1b1;
}
.time-block .bar-box .bar-inner-box {
  height: 15px;
  width: 0%;
  background-color: #ffb100;
}