@CHARSET "UTF-8";
/* import */
/*********************************************************************************/
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;
  bord
  margin:0px;
  padding:0px;er: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: #153d5b;
  line-height: 60px;
  padding-right:15px;
  overflow: hidden;
  position: relative;
}
.top-layer > .sh_btn{
	background-color: #f5f5f5;
	height: 60px;
	width:80px;
	padding-left:15px;
	float: left;
}
.top-layer > .sh_btn .end-btn {
  font-size: 15px;
  margin-top:15px;
  color:#f44336;
  font-weight:bold;
  border:1px solid #f44336;
  padding:5px 8px;
  box-sizing:border-box;
  border-radius:5px;
  background:#fff;
}


.top-layer > .sh_tr{width: 0px;
    height: 0px;
    border-top: none;
    border-bottom: 60px solid #f5f5f5;
    border-right: none;
    border-left: 50px solid transparent;
    position: absolute;
    left:95px;
    transform: rotate( -180deg );}

.top-layer > .sh_tr:after{content: "";width: 2px;height: 80px;background: #ffbd43;display: block; transform: rotate( 40deg ); margin-left: -27px;margin-top: -10px;}

.top-layer > .menu-btn {
  float:right;
  cursor:pointer;
  display: block;
  margin:22px 0;
}


.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;
  position: relative;
  padding-left:10px;
}
.main-layer > .title-block:before{content:"";width:3px;height:20px;background:#f44336;display: block;position: absolute;left:0;top:5px}
.main-layer > .title-block > .title-text {
	font-size: 22px;
	line-height: 30px;
	color: #222;
	font-weight: 600;
	}
}
.main-layer > .title-block > .sub-text {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
}

.main-layer > .content-block {
  width: 100%;
  margin: 15px 0px;
}
.main-layer > .content-block > .table-block {
  width: 100%;
  margin-bottom: 15px;
  border-radius:5px;
  box-shadow: 1px 1px 3px #ccc;
  border:1px solid #4caf50;
}
.main-layer > .content-block > .table-block > .title-text {
  color:#fff;
  background-color: #4caf50;
  font-size: 18px;
  line-height: 30px;
  padding:10px 15px;
  font-weight: 600;
}
.main-layer > .content-block > .table-block > .desc-text {
  padding: 15px 15px;
  font-size: 15px;
  line-height: 25px;
  color:#222
}
.bottom-layer {
  height: 60px;
  background-color:#153d5b;
  line-height: 60px;
  padding-left:15px;
  width:100%;
  position: fixed;
  bottom: 0px;
  overflow: hidden;
}
.main-layer > .content-block > .table-block:nth-child(even) > .title-text{background: #607d8b;color:#fff;}
.main-layer > .content-block > .table-block:nth-child(even){border:1px solid #607d8b;}
.sh_start .sh_tr02{
    width: 0px;
    height: 0px;
    border-top: none;
    border-bottom: 60px solid #f5f5f5;
    border-right: none;
    border-left: 50px solid transparent;
    position: absolute;
    left:-50px;
    transform: rotate( 0deg );
}
.sh_start .sh_tr02:after{
	content: "";
	width: 2px;
	height: 80px;
	background: #ffbd43;
	display: block;
	transform: rotate( 	40deg );
    margin-left: -27px;
    margin-top: -10px;
    z-index: 5;
}
.time-text{color:#fff}
.bottom-layer .sh_start{
	background-color: #f5f5f5;
	height: 60px;
	width:150px;
	float: right;
	position: relative;
	display:flex;
	justify-content:flex-start;
	box-sizing:border-box;
}
.bottom-layer >.sh_start  .start-btn {
    font-size: 15px;
    font-weight: 600;
    padding:0px 8px;
    box-sizing: border-box;
    border-radius: 5px;
	width:calc(100%/2 - 20px);
	margin:12px 5px;
	word-break:keep-all;
	color:#fff;
	background: #222;
	border:1px solid #222;
}
.bottom-layer > .sh_start .end-btn {
  font-size: 15px;
  color:#f44336;
  font-weight:bold;
  margin:12px 5px;
  border:1px solid #f44336;
  padding:5px 2px;
  box-sizing:border-box;
  border-radius:5px;
  background:#fff;
}
.bottom-layer >.sh_start  .start-btn:first-child {
    color: #222;
    background: #fff;
    border: 1px solid #222;
}
.menu-layer {
  display: none;
  width: 100%;
  background-color:#607d8b;
}
.menu-layer li {
  padding: 10px 15px;
  font-weight: 500;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.video-layer {
  margin: 15px 0px;
}
.video-layer > .video-area {
  width: 100%;
}

.content-block > .quiz-block {
  border: 1px solid #607d8b;
  border-radius:10px;
  box-shadow: 1px 1px 3px #ccc; 
}
.content-block > .quiz-block > .title-area {
  font-size:16px;
  padding:10px 15px;
  background-color: #607d8b;
  line-height: 24px;
  color:#fff;
  font-weight:600;
  border-radius:7px 7px 0 0;
}
.title-area p{margin:0;word-break:keep-all;}
.content-block > .quiz-block > .content-area {
	padding: 15px 15px;
	height: 100%;
	overflow: hidden;
}
.content-block > .quiz-block > .content-area ul{height: 100%;display:flex;justify-content:space-around;}
.content-block > .quiz-block > .content-area li {
  font-size:14px;
  border-radius:10px;
}
.ox_li img{vertical-align: middle;}
.ox_li li{padding:5px;box-sizing:border-box}
.content-block > .quiz-block > .content-area .ox_li li:first-child{
  border:2px dashed #153d5b;
}
.content-block > .quiz-block > .content-area .ox_li li:last-child{
  border:2px dashed #ef5765;
}
.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: 15px;
  background-color:#153d5b;
  color: #fff;
  border-radius:10px;
  font-weight: 600;
  border:none;
}
.content-block > .quiz-block > .result-area {
  border: 5px solid #153d5b;
  position: fixed;
  top: 215px;
  width: calc(100% - 42px);
  background-color: #fff;
  display: none;
}
.content-block > .quiz-block > .x-block{
	border: 5px solid #ef5765;
}
.content-block > .quiz-block > .x-block .img-block{
	background-color:#ef5765;
}
.content-block > .quiz-block > .result-area > .img-block {
  background-color: #153d5b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  padding: 0px 14px;
}
.content-block > .quiz-block > .x-block .img-block{
	background-color:#ef5765;
}
.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;
  display: block;
  margin-bottom:5px;
}
.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: #ffbd43;
  color: #222;
  font-weight: 600;
  border-radius:5px;
  border:none
}

.table-block .img-text {
  width: 100%;
  height: auto;
}
.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:#ffbd43;
}
.sh_in2{overflow: hidden;border-radius:5px 5px 0 0;color:#222}
.sh_in2 li{padding: 9px 0; border-bottom: 1px solid #ccc; width: 820px; white-space: normal;overflow: hidden; font-size: 15px; padding-left: 15px;box-sizing:border-box}
.sh_in2 li.selected{background: rgba(255,207,118,1);}
.sh_in2 li b{font-weight: 500;}