@charset "UTF-8";
/*로더 loader*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
.loader-layer {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.loader {
  position: absolute;
  left: 45%;
  top: 20%;
  z-index: 1;
  /* width: 150px; */
  /* height: 150px; */
  /* margin: -75px 0 0 -75px; */
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #4282f3;
  width: 50px;
  height: 50px;
  margin: 0 0 0 0;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
body {
  background: #fff;
  position: relative;
  height: auto;
  min-height: 100%;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #555;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-break: keep-all;
  font-weight: normal;
}
body a {
  color: #555;
}
body select {
  padding: 6px 10px;
  height: 35px;
  border: 1px solid #ccc;
}

.phone-disnone {
  display: block !important;
}

/*메뉴*/
#wrap {
  width: 100%;
  height: 100%;
  /*헤더 - 메뉴*/
}
#wrap #header {
  width: 100%;
  background: #45484c;
}
#wrap #header .gnb {
  position: relative;
  width: 95%;
  height: 55px;
  margin: 0 auto;
  z-index: 99;
}
#wrap #header .gnb h1 {
  float: left;
  line-height: 55px;
  position: relative;
  z-index: 9999;
}
#wrap #header .gnb h1 a {
  display: block;
  width: 135px;
}
#wrap #header .gnb h1 a img {
  width: 100%;
}
#wrap #header .gnb .gnb-wrap {
  float: right;
}
#wrap #header .gnb .gnb-wrap ul {
  width: 100%;
  height: 55px;
  z-index: 150;
  line-height: 55px;
}
#wrap #header .gnb .gnb-wrap ul li {
  float: left;
  height: 55px;
  text-align: center;
}
#wrap #header .gnb .gnb-wrap ul li:hover a {
  color: #f88588;
  font-weight: bold;
}
#wrap #header .gnb .gnb-wrap ul li:focus {
  color: #f88588;
  font-weight: bold;
}
#wrap #header .gnb .gnb-wrap ul li a {
  display: inline-block;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 8px;
}
#wrap #header .gnb .gnb-wrap ul li .carrot-active {
  color: #f88588;
}
#wrap #header .gnb .gnb-btn {
  display: none;
}
#wrap .m-gnb {
  display: none;
}

/*풋터*/
.footer {
  text-align: center;
  font-size: 12px;
  color: #b0b0b0;
  padding: 0 0 10px 0;
  line-height: 20px;
}
.footer a {
  color: #b0b0b0;
}

/*미디어북 인포*/
.media-info {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20% 0;
}
.media-info h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.media-info table {
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
}
.media-info table thead tr th {
  background: #f0f3f8;
  padding: 6px 10px;
  font-weight: bold;
  border: 1px solid #e3e5ed;
  vertical-align: middle;
}
.media-info table thead tr td {
  background: #fff;
  border-top: 1px solid #e3e5ed;
  border-right: 1px solid #e3e5ed;
  border-bottom: 1px solid #e3e5ed;
  padding: 6px 10px 6px 10px;
  vertical-align: middle;
}
.media-info button {
  width: 100%;
  padding: 10px 0;
  background: #ff4068;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
}

/*Talk*/
.btn-talk {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: block;
  width: 90px;
  height: 90px;
  line-height: 53px;
  padding: 0 0 0 14px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1001;
}
.btn-talk .talk-close {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: block;
  width: 90px;
  height: 90px;
  line-height: 53px;
  padding: 0 0 0 14px;
  font-size: 15px;
  color: #ffffff;
  z-index: 1001;
}
.btn-talk img {
  max-width: 100%;
}
.btn-talk .talk-wrap {
  position: relative;
}
.btn-talk .talk-wrap .btn-teacher {
  position: absolute;
  top: -85px;
  right: 0px;
  font-size: 15px;
  text-align: center;
  z-index: 1001;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 300px;
  line-height: 75px;
  color: #2b2b2b;
  font-weight: bold;
}
.btn-talk .talk-wrap .btn-manager {
  position: absolute;
  top: -167px;
  right: 0px;
  font-size: 15px;
  text-align: center;
  z-index: 1001;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 300px;
  line-height: 75px;
  color: #2b2b2b;
  font-weight: bold;
}
.btn-talk .talk-wrap .btn-manager a,
.btn-talk .talk-wrap .btn-teacher a {
  display: block;
}

.pop-talk {
  top: 3%;
  left: 50%;
  margin: 0 0 0 -250px;
  position: absolute;
  width: 500px;
  z-index: 9999;
}
.pop-talk .pop-talk-cont {
  padding: 0 0 15px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
}
.pop-talk .pop-talk-cont .pop-talk-title {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  padding: 18px 0 0 0;
}
.pop-talk .pop-talk-cont .pop-talk-title h2 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 22px;
  padding: 0 0 10px 0;
  width: 90%;
  margin: 0 auto;
}
.pop-talk .pop-talk-cont .pop-talk-type {
  width: 90%;
  margin: 0px auto 0 auto;
}
.pop-talk .pop-talk-cont .pop-talk-type li {
  width: 50%;
  background: #d3d3d3;
  float: left;
}
.pop-talk .pop-talk-cont .pop-talk-type li:first-child a {
  display: block;
}
.pop-talk .pop-talk-cont .pop-talk-type li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.pop-talk .pop-talk-cont .pop-talk-type li a.on {
  background: #f9908e;
}
.pop-talk .pop-talk-cont .talk-comment {
  overflow: hidden;
  clear: both;
  background: #f6f6f6;
  width: 90%;
  margin: 0 auto;
}
.pop-talk .pop-talk-cont .talk-comment li {
  line-height: 20px;
  overflow-x: hidden;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.pop-talk .pop-talk-cont .talk-body {
  height: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: url("../img/bg_talk.png") repeat;
  width: 90%;
  margin: 0 auto;
}
.pop-talk .pop-talk-cont .talk-body .talk-none {
  text-align: center;
  padding: 30px 0 0 0;
}
.pop-talk .pop-talk-cont .talk-body .left-area {
  float: left;
  width: 271px;
  margin: 0 0 20px 0;
}
.pop-talk .pop-talk-cont .talk-body .left-area .talk-date {
  display: block;
  margin: 0 0 8px 24px;
  font-size: 12px;
  color: #888;
}
.pop-talk .pop-talk-cont .talk-body .left-area .bubble {
  background: url("../img/bubble1_top.png") no-repeat left top;
}
.pop-talk .pop-talk-cont .talk-body .left-area .bubble .bubble-txt {
  min-height: 25px;
  padding: 14px 12px 0 32px;
  word-wrap: break-word;
  font-size: 13px;
  color: #666;
  font-family: "돋움", "Dotum";
  line-height: 16px;
}
.pop-talk .pop-talk-cont .talk-body .left-area .bubble .bubble-bot {
  height: 10px;
  background: url("../img/bubble1_bot.png") no-repeat left top;
}
.pop-talk .pop-talk-cont .talk-body .right-area {
  float: right;
  width: 271px;
  margin: 0 0 20px 0;
}
.pop-talk .pop-talk-cont .talk-body .right-area .talk-date {
  display: block;
  margin: 0 24px 8px 0;
  font-size: 12px;
  color: #888;
  text-align: right;
}
.pop-talk .pop-talk-cont .talk-body .right-area .bubble {
  background: url("../img/bubble2_top.png") no-repeat left top;
}
.pop-talk .pop-talk-cont .talk-body .right-area .bubble .bubble-txt {
  min-height: 25px;
  padding: 14px 32px 0 12px;
  word-wrap: break-word;
  font-size: 13px;
  color: #666;
  font-family: "돋움", "Dotum";
  line-height: 16px;
}
.pop-talk .pop-talk-cont .talk-body .right-area .bubble .bubble-bot {
  height: 10px;
  background: url("../img/bubble2_bot.png") no-repeat left top;
}
.pop-talk .pop-talk-cont .talk-input {
  overflow: hidden;
  padding: 0 0 20px 0;
  background: #f6f6f6;
  width: 90%;
  margin: 0 auto;
}
.pop-talk .pop-talk-cont .talk-input select {
  width: 90%;
  border: 1px solid #efefef;
  padding: 4px;
  margin: 0 auto 5px auto;
  display: block;
}
.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap {
  margin: 0 auto;
  width: 90%;
}
.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-textarea {
  float: left;
  width: 305px;
}
.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-textarea textarea {
  width: 100%;
  height: 80px;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: none;
  border-top: none;
  padding: 0;
}
.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-btn {
  float: left;
  display: block;
  width: 100px;
  height: 80px;
  background: #f9908e;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-btn a {
  color: #fff;
}
.pop-talk .pop-talk-cont .pop-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 32px;
}
.pop-talk .pop-talk-cont .pop-close img {
  width: 100%;
}

/*레이어*/
.deemed {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: none;
}

.deemed-clip {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  filter: alpha(opacity=40);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: none;
}

.deemed-feedback {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.layer-ted-title {
  font-size: 20px;
}

.layer-studying-title {
  font-size: 20px;
  padding-bottom: 10px;
}

.layer-studying-img {
  width: 40%;
  margin: 0 auto 20px auto;
}
.layer-studying-img img {
  width: 100%;
}

/*스마일시트 피드백*/
.pop_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: -1px;
}

.poptable:after {
  clear: both;
  display: block;
  content: "";
}

.poptable {
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
}
.poptable .list {
  float: left;
  padding-top: 5px;
}
.poptable .list2 {
  width: 208px;
  height: 24px;
  padding-bottom: 1px;
  text-align: center;
  border: 1px solid #ff4068;
  padding: 8px;
  float: left;
  color: #ff4068;
}
.poptable {
  /*
    .num{
        color:#555; 
        padding-right:8px; 
        padding-left:5px; 
        font-size:13px;
    }*/
}
.poptable .listen {
  color: #888;
  padding-right: 13px;
  cursor: pointer;
  font-size: 13px;
}
.poptable .listen a {
  color: #888;
  padding-right: 13px;
  cursor: pointer;
  font-size: 13px;
}
.poptable .listen_on {
  color: #ff4068;
  width: 100%;
  float: left;
}
.poptable .listen_on a {
  float: left;
  color: #ff4068;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-left: 20px;
}
.poptable .listen_on a:first-child {
  margin-left: 0px;
}
.poptable .listen_on a:first-child {
  margin-left: 0px;
}
.poptable .listen_on a:last-child {
  border-right: none;
}
.poptable .download_on {
  color: #000;
}

.play_btn {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  color: #ff7716;
}

.mymp3 {
  display: inline-block;
  float: left;
  width: 100%;
}
.mymp3 p {
  font-size: 12px;
  float: left;
  font-weight: bold;
  color: #8a8a8a;
  padding-top: 3px;
}
.mymp3 span {
  float: left;
  font-weight: bold;
  font-size: 16px;
}

.list_on {
  width: 140px;
  padding: 0 0 8px 0;
}

.t_no_feedback {
  padding: 30px 0 0 30px;
}
.t_no_feedback img {
  width: 200px;
}

.t_talk {
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 50px;
  text-align: left;
}

.t_talk li {
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
}

.better_c {
  color: #ff4068;
}

.down_mp3 {
  background: url(../img/new/down_mp3.png) no-repeat left;
  padding-left: 20px;
}

.down_video {
  background: url(../img/new/down_video.png) no-repeat left;
  padding-left: 20px;
}

.pop_renewal {
  position: absolute;
  top: 20px;
  text-align: right;
  background: rgb(209, 209, 209);
  font-size: 12px;
  z-index: 99999;
  padding: 0px 0px 5px;
}
.pop_renewal img {
  width: 100%;
}

.pop_smile {
  top: 0%;
  left: 50%;
  position: absolute;
  width: 500px;
  z-index: 9999;
}

.pop_smile_cont {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
}

.smile_sheet {
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #eaeaea;
  width: 90%;
  margin: 0 auto;
}
.smile_sheet .score {
  color: #000;
  font-size: 25px;
  letter-spacing: -2px;
  line-height: 40px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}
.smile_sheet .score b {
  color: #ff4068;
  font-weight: bold;
}
.smile_sheet .icon {
  padding-top: 15px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.smile_sheet .score_icon1 {
  width: 70px;
  height: 70px;
  padding: 2px;
  background: url(../img/score1.png) no-repeat;
  background-size: 70px;
  display: inline;
  text-indent: -99999px;
  margin-right: 5px;
  border: none;
}
.smile_sheet .score_icon1:hover {
  background: url(../img/score1_on.png) no-repeat;
  background-size: 70px;
}
.smile_sheet .score_icon1_on {
  width: 70px;
  height: 70px;
  padding: 2px;
  background: url(../img/score1_on.png) no-repeat;
  background-size: 70px;
  display: inline;
  text-indent: -99999px;
  margin-right: 5px;
  border: none;
}
.smile_sheet .score_icon2 {
  width: 70px;
  height: 70px;
  padding: 2px;
  background: url(../img/score3.png) no-repeat;
  background-size: 70px;
  display: inline;
  text-indent: -99999px;
  margin-right: 5px;
  border: none;
}
.smile_sheet .score_icon2:hover {
  background: url(../img/score3_on.png) no-repeat;
  background-size: 70px;
}
.smile_sheet .score_icon3 {
  width: 70px;
  height: 70px;
  padding: 2px;
  background: url(../img/score5.png) no-repeat;
  background-size: 70px;
  display: inline;
  text-indent: -99999px;
  border: none;
}
.smile_sheet .score_icon3:hover {
  background: url(../img/score5_on.png) no-repeat;
  background-size: 70px;
}
.smile_sheet .score_icon3_on {
  width: 70px;
  height: 70px;
  padding: 2px;
  background: url(../img/score3_on.png) no-repeat;
  background-size: 70px;
  display: inline;
  text-indent: -99999px;
  margin-right: 5px;
  border: none;
}
.smile_sheet .score_icon5_on {
  width: 70px;
  height: 70px;
  padding: 2px;
  background: url(../img/score5_on.png) no-repeat;
  background-size: 70px;
  display: inline;
  text-indent: -99999px;
  margin-right: 5px;
  border: none;
}

.smile_contents {
  margin: 10px 0 0 0;
  background: #ffffff;
  padding: 20px 0 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.smile_contents h2 {
  font-size: 20px;
}
.smile_contents a {
  background: #ff4068;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 16px;
  margin: 15px 0 0 0;
}

.smile_sheet:after {
  clear: both;
  content: "";
  display: block;
}

.morebtn {
  font-size: 1em;
  letter-spacing: -0.5px;
  text-align: right;
  text-decoration: underline;
  padding: 12px 0;
}
.morebtn a {
  color: #666;
  font-weight: bold;
}
.morebtn :hover {
  color: #ff4068;
  font-weight: bold;
}

.sentence {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  text-align: center;
  padding: 15px 0 20px 0;
  font-weight: bold;
  color: #ff4068;
}
.sentence span.none {
  display: none;
}

.t_feedback_real span {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.t_feedback_real .favorite {
  float: right;
  font-weight: bold;
}
.t_feedback_real .t_feedback_wrap {
  width: 100%;
  margin-top: 15px;
}
.t_feedback_real .t_feedback_wrap .feedback_msg {
  padding: 30px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
}
.t_feedback_real .t_feedback_wrap .feedback_msg table {
  margin: -20px 0 20px 0;
}
.t_feedback_real .t_feedback_wrap .feedback_msg table:first-child {
  margin-top: 20px !important;
}
.t_feedback_real .t_feedback_wrap .feedback_msg table th {
  padding-right: 10px;
}
.t_feedback_real .t_feedback_wrap .feedback_msg table th span {
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  width: 80px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
.t_feedback_real .t_feedback_wrap .feedback_msg table th span.original {
  background: #c7c7c7;
}
.t_feedback_real .t_feedback_wrap .feedback_msg table th span.better {
  background: #ff4068;
}
.t_feedback_real .t_feedback_wrap .feedback_msg table td {
  padding: 0 15px 10px 0px;
}
.t_feedback_real .t_feedback_wrap .feedback_finish {
  width: 100%;
  text-align: center;
  color: #f56820;
  font-size: 22px;
  padding: 20px 0;
  letter-spacing: -1px;
  font-weight: 300;
  white-space: nowrap;
}

.feedbackWrite {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.feedbackWrite h3 {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 10px 0;
}
.feedbackWrite span {
  color: #ff4068;
  font-size: 13px;
  font-weight: normal;
}

.feedbackWrite textarea {
  border: 1px solid #eaeaea;
  width: 428px;
  margin: 0 auto;
  height: 50px;
}

.feed_btn {
  padding: 0 0 20px 0;
  text-align: center;
}

.btn_write {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  padding: 11px 37px;
  font-size: 15px;
  background: #504f5d;
}

.pop_smile_cont {
  position: relative;
}
.pop_smile_cont .pop_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
}
.pop_smile_cont .pop_close img {
  width: 100%;
}

/*4단계 menu*/
.gnb-study {
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
  line-height: 65px;
}
.gnb-study ul {
  max-width: 900px;
  margin: 0 auto;
}
.gnb-study ul li {
  width: 25%;
  float: left;
  display: block;
  vertical-align: middle;
}
.gnb-study ul li a {
  text-align: center;
  font-size: 18px;
  color: #989898;
  border-right: 1px solid #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.gnb-study ul .gnb-preview a {
  color: #ff4068;
  margin: 0 auto;
  border-bottom: 3px solid #ff4068;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.gnb-study ul .gnb-lesson a {
  color: #ff4068;
  margin: 0 auto;
  border-bottom: 3px solid #ff4068;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.gnb-study ul .gnb-review a {
  color: #ff4068;
  margin: 0 auto;
  border-bottom: 3px solid #ff4068;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.gnb-study ul .gnb-exceeded a {
  color: #ff4068;
  margin: 0 auto;
  border-bottom: 3px solid #ff4068;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}

/* step */
.gnb-preview-menu {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.gnb-preview-menu ul {
  border: 2px solid #ff4068;
  display: inline-block;
  border-radius: 50px;
  margin-top: 25px;
}
.gnb-preview-menu li {
  display: inline-block;
  width: 140px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  padding-top: 9px;
  color: #ff4068;
  font-weight: normal;
}
.gnb-preview-menu .on {
  background: #ff4068;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0;
}

.gnb-lesson-menu {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.gnb-lesson-menu ul {
  border: 2px solid #ff4068;
  display: inline-block;
  border-radius: 50px;
  margin-top: 25px;
}
.gnb-lesson-menu li {
  display: inline-block;
  width: 140px;
  height: 40px;
  letter-spacing: 0;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #ff4068;
  cursor: pointer;
  text-align: center;
  padding-top: 9px;
}
.gnb-lesson-menu .on {
  background: #ff4068;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0;
}

.gnb-review-menu {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.gnb-review-menu ul {
  border: 2px solid #ff4068;
  display: inline-block;
  border-radius: 50px;
  margin-top: 25px;
}
.gnb-review-menu li {
  display: inline-block;
  width: 140px;
  height: 40px;
  letter-spacing: 0;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #ff4068;
  cursor: pointer;
  text-align: center;
  padding-top: 9px;
}
.gnb-review-menu .on {
  background: #ff4068;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0;
}

.gnb-exceeded-menu {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.gnb-exceeded-menu ul {
  border: 2px solid #ff4068;
  display: inline-block;
  border-radius: 50px;
  margin-top: 25px;
}
.gnb-exceeded-menu li {
  display: inline-block;
  width: 195px;
  height: 40px;
  letter-spacing: 0;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #ff4068;
  cursor: pointer;
  text-align: center;
  padding-top: 7px;
}
.gnb-exceeded-menu .on {
  background: #ff4068;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0;
}

.all-wrap {
  width: 1040px;
  margin: 0 auto;
}
.all-wrap .count_step_box {
  width: 85%;
  margin: 0 auto;
}
.all-wrap .media-book {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 500;
}
.all-wrap .media-book .media-wrap {
  width: 100%;
}
.all-wrap .media-book .media-wrap li:nth-child(1) {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 30px 0;
}
.all-wrap .media-book .media-wrap li:nth-child(2) {
  width: 500px;
  margin: 0 auto;
}
.all-wrap .media-book .media-wrap li:nth-child(2) img {
  width: 500px;
}
.all-wrap .media-book .media-wrap li:last-child {
  margin: 30px auto;
  text-align: center;
  width: 180px;
  background: #ff4068;
  border-radius: 5px;
  cursor: pointer;
}
.all-wrap .media-book .media-wrap li:last-child a {
  padding: 20px 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.all-wrap .media-book .media-wrap .exp_sub_st {
  width: 500px;
  margin: 0px auto;
  font-size: 18px;
  padding-top: 10px;
}
.all-wrap .lesson-media-book {
  width: 900px;
  margin: 0 auto;
}
.all-wrap .lesson-media-book .media-wrap {
  width: 100%;
}
.all-wrap .lesson-media-book .media-wrap li:nth-child(1) {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 30px 0;
}
.all-wrap .lesson-media-book .media-wrap li:nth-child(2) {
  width: 500px;
  margin: 0 auto;
}
.all-wrap .lesson-media-book .media-wrap li:nth-child(2) img {
  width: 500px;
}
.all-wrap .lesson-media-book .media-wrap li:last-child {
  margin: 30px auto;
  text-align: center;
  width: 180px;
  background: #ff4068;
  border-radius: 5px;
  cursor: pointer;
}
.all-wrap .lesson-media-book .media-wrap li:last-child a {
  color: #fff;
  padding: 20px 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.all-wrap .lesson-media-book .media-wrap .exp_main_title {
  width: 500px;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0;
  padding-top: 20px;
  font-weight: bold;
}
.all-wrap .lesson-media-book .media-wrap .exp_sub_st {
  width: 500px;
  margin: 0px auto;
  font-size: 18px;
  padding-top: 10px;
}
.all-wrap .stepbox-wrap {
  padding: 25px 20px;
  background: #f6f6f6;
  border-radius: 10px;
  border: 2px solid #e9e9e9;
  width: 900px;
  margin: 30px auto;
  position: relative;
  z-index: 9;
}
.all-wrap .stepbox-wrap .preview-start-btn {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.all-wrap .stepbox-wrap .preview-start-btn a {
  width: 190px;
  text-align: center;
  display: inline-block;
  background: #ff4068;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 20px 0;
}
.all-wrap .stepbox-wrap .lesson-start-btn {
  margin: 0 auto;
  padding: 0px 0 30px 0;
  margin-bottom: 50px;
  width: 190px;
}
.all-wrap .stepbox-wrap .lesson-start-btn a {
  padding: 20px 70px 25px 70px;
  background: #ff4068;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}
.all-wrap .stepbox-wrap .review-start-btn {
  margin: 0 auto;
  padding: 0px 0 30px 0;
  margin-bottom: 50px;
  width: 190px;
}
.all-wrap .stepbox-wrap .review-start-btn a {
  padding: 20px 70px 25px 70px;
  background: #ff4068;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}
.all-wrap .stepbox-wrap .exceeded-start-btn {
  margin: 0 auto;
  padding: 0px 0 30px 0;
  margin-bottom: 50px;
  width: 190px;
}
.all-wrap .stepbox-wrap .exceeded-start-btn a {
  padding: 20px 70px 25px 70px;
  background: #ff4068;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}
.all-wrap .stepbox-wrap .stepbox {
  width: 90%;
  margin: 0 auto;
  display: inline;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in {
  width: 95%;
  height: 100%;
  padding-bottom: 34px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p {
  text-align: center;
  padding: 50px 0 20px 0;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_p_img {
  width: 80px;
  margin: 0 auto;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_p_title {
  font-size: 30px;
  color: #ff4068;
  padding: 20px 0 10px 0;
  font-weight: bold;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_l_title {
  font-size: 30px;
  color: #ff4068;
  padding: 20px 0 10px 0;
  font-weight: bold;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_r_title {
  font-size: 30px;
  color: #ff4068;
  padding: 20px 0 10px 0;
  font-weight: bold;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_p_cont {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 300;
  letter-spacing: 0;
}
.all-wrap .stepbox-wrap .stepbox .stepbox-in .s_number {
  text-align: center;
  width: 10%;
  color: #45464a;
  font-size: 20px;
  letter-spacing: 0;
  display: inline-block;
  font-weight: bold;
}
.all-wrap .btn-wrap {
  position: fixed;
  top: 50%;
  width: 1040px;
  margin: 0 auto;
  z-index: 7;
}
.all-wrap .btn-wrap ul li {
  width: 50px;
}
.all-wrap .mobile_fixed {
  display: none;
}

.step_box_in2 {
  width: 95%;
  height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.step_box_in1 {
  width: 95%;
  height: 90px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.s_title2 {
  width: 100%;
  text-align: center;
  display: inline;
}
.s_title2 p {
  font-size: 23px;
  letter-spacing: 0;
  color: #45464a;
  padding: 0 0 10px 0;
}
.s_title2 span {
  color: #929292;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  padding: 20px 0;
  margin: 20px 0;
}

.s_title {
  width: 85%;
  float: right;
  text-align: left;
  display: inline;
  padding-bottom: 6px;
}
.s_title p {
  font-size: 20px;
  letter-spacing: 0;
  color: #45464a;
  padding: 0 0 5px 0;
  font-weight: bold;
}
.s_title p .shadowing-info img {
  width: 25px;
  vertical-align: top;
}
.s_title span {
  color: #929292;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  margin: 20px 0;
  line-height: 25px;
}

.step-contents {
  display: table;
  padding: 20px 0 0px 0;
  width: 95%;
  margin: 0 auto;
}
.step-contents ul {
  width: 100%;
  /* 대화문 */
}
.step-contents ul .s_c_img {
  padding-bottom: 20px;
  width: 90%;
  margin: 0 auto;
}
.step-contents ul .s_c_img ul li ul li {
  display: inline-block;
}
.step-contents ul .s_c_img ul li ul .tooltip_n {
  width: 10%;
  text-align: center;
}
.step-contents ul .s_c_img ul li ul .tooltip_n img {
  width: 45px;
  padding: 0 0 10px 0;
}
.step-contents ul .s_c_img ul .tooltip_1 {
  margin-right: 200px;
}
.step-contents ul .s_c_img ul .tooltip_1 .tooltip {
  box-shadow: -2px 5px 20px 3px #ddd;
  float: right;
  margin-top: 20px;
  margin-left: 18px;
}
.step-contents ul .s_c_img ul .tooltip_1 span {
  font-size: 16px;
}
.step-contents ul .s_c_img ul :last-child ul {
  display: inline-block;
}
.step-contents ul .s_c_img ul .tooltip_2 {
  margin-left: 209px;
  display: -webkit-inline-box;
  display: -inline-box;
}
.step-contents ul .s_c_img ul .tooltip_2 .tooltip {
  box-shadow: 10px 5px 20px 3px #ddd;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}
.step-contents ul .s_c_img .img_st2 {
  text-align: center;
  margin-bottom: 10px;
}
.step-contents ul .s_c_img .img_st2 img {
  width: 400px;
  margin: 0 auto;
}
.step-contents ul .s_c_cont {
  width: 100%;
}
.step-contents ul .s_c_cont ul li {
  width: 33.3%;
  float: left;
  text-align: center;
}
.step-contents ul .s_c_cont ul li img {
  width: 130px;
  height: 130px;
  border-radius: 200px;
}
.step-contents ul .s_c_cont ul li p {
  padding: 20px 0;
  word-break: break-word;
}
.step-contents ul .img_st {
  text-align: center;
  margin-bottom: 10px;
}
.step-contents ul .img_st img {
  width: 400px;
  margin: 0 auto;
}
.step-contents ul #myaudio {
  margin: 0 0 20px 0;
}
.step-contents ul .box1 {
  width: 450px;
  background: #fefefe;
  padding: 20px 30px;
  text-align: center;
  font-size: 15px;
  text-align: left;
  color: #333;
  position: relative;
  line-height: 22px;
  letter-spacing: 0.6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  word-break: break-word;
}
.step-contents ul .box2 {
  width: 450px;
  background: #eef9ff;
  padding: 20px 30px;
  text-align: center;
  font-size: 15px;
  text-align: left;
  color: #333;
  position: relative;
  line-height: 22px;
  letter-spacing: 0.6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  word-break: break-word;
}
.step-contents ul .sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fefefe;
  border-top: 10px solid #fefefe;
  border-bottom: 10px solid transparent;
  left: -19px;
  top: 6px;
  border-radius: 2px;
}
.step-contents ul .sb2:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #eef9ff;
  border-right: 10px solid transparent;
  border-top: 10px solid #eef9ff;
  border-bottom: 10px solid transparent;
  right: -19px;
  top: 6px;
}
.step-contents ul {
  /* 중국어템플릿 step2 단어학습 */
}
.step-contents ul .word-table {
  width: 70%;
  margin: 0 auto;
}
.step-contents ul .word-table table {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.step-contents ul .word-table table tbody tr td {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 10px 35px;
}
.step-contents ul .word-table table tbody tr td p {
  display: inline-block;
}
.step-contents ul .word-table table tbody tr td p.chiness {
  color: #ff4068;
  font-weight: bold;
  margin-right: 10px;
}
.step-contents ul .word-table table tbody tr td p.chiness span {
  color: #aaa;
  font-weight: normal;
  margin-left: 10px;
}
.step-contents ul .word-table table tbody tr td p.chiness.mean {
  padding-top: 5px;
}
.step-contents ul {
  /* 중국어템플릿 step4 패턴연습 */
}
.step-contents ul .pattern-table {
  width: 70%;
  margin: 0 auto;
}
.step-contents ul .pattern-table p.title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.step-contents ul .pattern-table p.sub-title {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  line-height: 25px;
  padding: 10px 0 30px 0;
  letter-spacing: 0;
  font-weight: 400;
}
.step-contents ul .pattern-table table {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.step-contents ul .pattern-table table tr td {
  font-size: 16px;
  padding: 10px 35px;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.step-contents ul .pattern-table table tr td p {
  display: inline-block;
}
.step-contents ul .pattern-table table tr td p.chiness {
  color: rgb(48, 48, 48);
  font-weight: bold;
  margin-right: 10px;
}
.step-contents ul .pattern-table table tr td p.chiness .pinyin {
  color: #aaa;
  font-weight: normal;
  display: inline-block;
}
.step-contents ul .pattern-table table tr td p.chiness.mean {
  padding-top: 5px;
}
.step-contents .pronunce-wrap {
  padding-bottom: 20px;
  width: 95%;
  margin: 0 auto;
}
.step-contents .pronunce-wrap h3 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.step-contents .pronunce-wrap .pronunce-con {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: -2px 5px 20px 3px #eee;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-txt {
  padding: 20px;
  border-radius: 10px 10px 0 0;
  background-color: #ff527b;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul {
  padding: 40px 20px;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li {
  display: inline-block;
  vertical-align: top;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-img {
  width: 46%;
  text-align: left;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-img img {
  height: 160px;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-ex-txt {
  width: 53%;
  text-align: left;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-ex-txt p {
  font-size: 16px;
  color: #ff527b;
  font-weight: bold;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-ex-txt p span {
  margin-left: 10px;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-ex-txt p img {
  width: 60px;
}
.step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-ex-txt .sb1 {
  white-space: pre-line;
  font-size: 15px;
  margin-top: 10px;
}
.step-contents .pronunce-wrap .pronunce-ex {
  width: 80%;
  margin: 30px auto;
}
.step-contents .pronunce-wrap .pronunce-ex p {
  font-size: 18px;
  color: #ff527b;
  font-weight: bold;
  line-height: 26px;
  padding: 10px 0 15px 0;
}
.step-contents .pronunce-wrap .pronunce-ex p.title {
  font-size: 16px;
  padding: 10px 0 0px 0;
  font-weight: normal;
  color: #333;
}
.step-contents .pronunce-wrap .pronunce-ex .pronunce-btn-wrap {
  width: 400px;
  margin: 0 auto;
  text-align: left;
}
.step-contents .pronunce-wrap .pronunce-ex .pronunce-btn-wrap button {
  border: none;
  background: none;
  margin-top: 20px;
  font-size: 14px;
  width: 124px;
  vertical-align: bottom;
}
.step-contents .pronunce-wrap .pronunce-ex .pronunce-btn-wrap button span {
  font-size: 15px;
  display: block;
  text-align: center;
  color: #555;
  margin-top: 10px;
}
.step-contents .trendy-voca-wrap {
  padding: 30px 20px;
  background: #fff;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.step-contents .trendy-voca-wrap h3 {
  font-size: 24px;
  color: #ff527b;
  font-weight: bold;
  padding-bottom: 10px;
}
.step-contents .trendy-voca-wrap h4 {
  color: #555;
  font-size: 16px;
}
.step-contents .trendy-voca-wrap .voca-mean {
  width: 95%;
  margin: 20px auto 0 auto;
  padding-top: 20px;
  border-top: 1px dotted #c9c9c9;
  text-align: left;
}
.step-contents .trendy-voca-wrap .voca-mean .pattern-drill {
  font-weight: bold;
}
.step-contents .trendy-voca-wrap .voca-mean .mean-con:last-child {
  margin-top: 15px;
}
.step-contents .trendy-voca-wrap .voca-mean .mean-con p span {
  color: #ff527b;
  font-weight: bold;
}
.step-contents .trendy-voca-wrap .voca-spiceup {
  text-align: left;
  width: 95%;
  margin: 30px auto 0 auto;
}
.step-contents .trendy-voca-wrap .voca-spiceup .title {
  font-size: 16px;
  color: #ff527b;
  font-weight: bold;
  padding-bottom: 10px;
}
.step-contents .trendy-voca-wrap .voca-spiceup ul li span {
  margin-left: 20px;
}
.step-contents .pattern-voca-spiceup {
  width: 500px;
  margin: 30px auto 0 auto;
}
.step-contents .pattern-voca-spiceup .voca-mean {
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.step-contents .pattern-voca-spiceup .title {
  font-size: 16px;
  color: #ff527b;
  font-weight: bold;
  padding-bottom: 10px;
}
.step-contents .pattern-voca-spiceup ul {
  padding: 20px;
  border-top: 1px dotted #ccc;
}
.step-contents .pattern-voca-spiceup ul li span {
  margin-left: 20px;
}
.step-contents .trendy-voca-talk {
  width: 500px;
  margin: 40px auto 0 auto;
}
.step-contents .trendy-voca-talk .teacher {
  margin-left: 10px;
  margin-bottom: 10px;
  text-indent: -3px;
}
.step-contents .trendy-voca-talk .teacher img {
  height: 40px;
}
.step-contents .trendy-dialogue {
  text-align: center;
}
.step-contents .trendy-dialogue ul li {
  display: inline-block;
  width: 190px;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}
.step-contents .pattern-dialogue {
  text-align: center;
}
.step-contents .pattern-dialogue ul {
  display: inline-block;
  background: #fff;
  padding: 10px 0;
  border-radius: 10px;
  width: auto;
  border: 2px solid #e5e5e5;
}
.step-contents .pattern-dialogue ul li {
  display: inline-block;
  width: 190px;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

.s_line_box {
  display: block;
  margin-top: 8px;
}
.s_line_box li:nth-child(1) {
  width: 95%;
  float: left;
}
.s_line_box .s_line {
  width: 97%;
  height: 4px;
  background: #bdbdbd;
  margin: 10px 0;
  position: relative;
}
.s_line_box .s_line_num {
  display: block;
  float: right;
  width: 5%;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
}
.s_line_box .s_s_point2 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point2 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 93%;
}
.s_line_box .s_s_point2 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point2 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point2 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point2 :last-child {
  margin-right: 0;
  margin-top: 23px;
}
.s_line_box .s_s_point3 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point3 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 45%;
}
.s_line_box .s_s_point3 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point3 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point3 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point3 :last-child {
  margin-right: 0;
}
.s_line_box .s_s_point4 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point4 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 29%;
}
.s_line_box .s_s_point4 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point4 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point4 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point4 :last-child {
  margin-right: 0;
}
.s_line_box .s_s_point5 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point5 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 21%;
}
.s_line_box .s_s_point5 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point5 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point5 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point5 :last-child {
  margin-right: 0;
}
.s_line_box .s_s_point6 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point6 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 16.7%;
}
.s_line_box .s_s_point6 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point6 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point6 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point6 :last-child {
  margin-right: 0;
}
.s_line_box .s_s_point7 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point7 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 13.3%;
}
.s_line_box .s_s_point7 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point7 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point7 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point7 :last-child {
  margin-right: 0;
}
.s_line_box .s_s_point8 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point8 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 11%;
}
.s_line_box .s_s_point8 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point8 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point8 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point8 :last-child {
  margin-right: 0;
}
.s_line_box .s_s_point9 {
  width: 100%;
  position: relative;
  top: -20px;
}
.s_line_box .s_s_point9 li {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #bdbdbd;
  display: inline-block;
  margin-right: 9.3%;
}
.s_line_box .s_s_point9 .step_on_preview {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point9 .step_on_lesson {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point9 .step_on_review {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #ff4068;
  display: inline-block;
}
.s_line_box .s_s_point9 :last-child {
  margin-right: 0;
}

.con_txtbox {
  width: 700px;
  margin: 0 auto;
}
.con_txtbox ul {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.con_txtbox ul .exp_sub_st {
  font-size: 17px;
  text-align: left;
  line-height: 25px;
  padding: 10px 0;
  font-weight: normal;
}
.con_txtbox ul .con_txtbox_img {
  text-align: center;
  padding: 10px 0;
}
.con_txtbox ul .con_txtbox_img img {
  width: 400px;
  margin: 0 auto;
}

.con_txt {
  width: 400px;
  margin: 0 auto;
}
.con_txt ul {
  width: 100%;
}
.con_txt ul #myaudio {
  margin-bottom: 20px;
}
.con_txt ul .title_st {
  font-size: 25px;
  color: #ff4068;
  font-weight: bold;
  text-align: center;
}
.con_txt ul .exp_st {
  font-size: 18px;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  line-height: 25px;
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: 400;
}
.con_txt ul .img_st {
  text-align: center;
  margin-bottom: 10px;
}
.con_txt ul .img_st img {
  width: 400px;
  margin: 0 auto;
}
.con_txt ul .keywords {
  margin-top: 10px;
}
.con_txt ul .keywords span {
  font-size: 18px;
  color: #929292;
  letter-spacing: 0;
}
.con_txt ul .example {
  margin-top: 10px;
}
.con_txt ul .example span {
  font-size: 18px;
  color: #929292;
  letter-spacing: 0;
}
.con_txt ul .exp_sub_st {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  padding: 10px 0;
}
.con_txt ul .exp_sub_st u {
  text-decoration: underline;
}
.con_txt ul .exp_sub_st3 {
  width: 250px;
  margin: 0 auto;
}
.con_txt ul .exp_sub_st3 img {
  width: 250px;
}
.con_txt ul .exp_sub_st4 {
  font-size: 18px;
  padding: 25px;
  background: #e6e6e6;
  border-radius: 10px;
  width: 430px;
}
.con_txt ul .exp_span1 {
  width: 12%;
  float: left;
  line-height: 40px;
}
.con_txt ul .exp_span1 img {
  width: 32px;
  margin-left: 11px;
}
.con_txt ul .exp_span2 {
  width: 86%;
  float: left;
  line-height: 25px;
}

.feedback {
  font-size: 22px;
  padding: 0 15px 20px 15px;
  width: 100%;
  margin: 0 auto;
}
.feedback .t_no_teedback {
  padding: 30px 0 0 30px;
}
.feedback .t_no_teedback img {
  width: 200px;
}
.feedback .t_waiting {
  position: relative;
  font-size: 18px;
  top: -16px;
}
.feedback .t_waiting span {
  padding: 10px 30px;
  background: #fff;
  margin: 0 auto;
  width: 200px;
  border-radius: 50px;
  letter-spacing: 0;
  border: 2px solid #d0d0d0;
  color: #929292;
}
.feedback .t_feedback ul li:nth-child(1) span {
  font-size: 18px;
}
.feedback .t_feedback span {
  padding: 10px 30px;
  background: #fff;
  margin: 0 auto;
  width: 200px;
  border-radius: 50px;
  letter-spacing: 0;
  border: 2px solid #d0d0d0;
  color: #929292;
}

.quiz-txt {
  width: 400px;
  margin: 0 auto;
}
.quiz-txt .question {
  font-size: 22px;
  padding: 0 15px 20px 15px;
  width: 100%;
  line-height: 45px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}
.quiz-txt .question .blank {
  padding: 2px 15px 3px 15px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 10px;
}
.quiz-txt .answer {
  padding-top: 20px;
}
.quiz-txt .answer ul li {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0;
  font-weight: 400;
  padding: 4px 0 30px 10px;
  position: relative;
  z-index: 9;
  font-weight: 600;
  color: #6e6e6e;
}

.quiz-answer {
  position: absolute;
  left: 45%;
  z-index: 9;
  top: 55%;
}
.quiz-answer .correct {
  background: url("../img/correct.png") no-repeat;
  width: 150px;
  height: 150px;
}
.quiz-answer .wrong {
  background: url("../img/wrong.png") no-repeat;
  width: 150px;
  height: 150px;
}

.review-quiz-txt {
  width: 400px;
  margin: 0 auto;
}
.review-quiz-txt .question {
  font-size: 22px;
  padding: 0 15px 20px 15px;
  width: 100%;
  line-height: 45px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}
.review-quiz-txt .question .blank {
  padding: 2px 15px 3px 15px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 10px;
}
.review-quiz-txt .answer {
  padding-top: 20px;
}
.review-quiz-txt .answer ul li {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0;
  font-weight: 400;
  padding: 4px 0 30px 10px;
  position: relative;
  z-index: 9;
  font-weight: 600;
  color: #6e6e6e;
}

/* 복습하기 퀴즈 */
.review-quiz-answer {
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 9;
  text-align: center;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}
.review-quiz-answer .correct {
  background: url("../img/correct.png") no-repeat;
  width: 150px;
  height: 150px;
}
.review-quiz-answer .wrong {
  background: url("../img/wrong.png") no-repeat;
  width: 150px;
  height: 150px;
}

.answer-num {
  width: 70%;
}

.answer-num li {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0;
  font-weight: 400;
  padding: 4px 0 30px 9px;
  position: relative;
  z-index: 9;
}

.num_circle {
  width: 30px;
  height: 30px;
  background: #555;
  border-radius: 50px;
  float: left;
  position: absolute;
  z-index: 1;
}

/*복습하기 퀴즈 True or False*/
.review-quiz2-txt {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.review-quiz2-txt .true-false {
  font-size: 22px;
  padding: 0 15px 20px 15px;
  width: 100%;
  line-height: 30px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}
.review-quiz2-txt .true-false-li {
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 25px;
}

.normal-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px 0;
}
.normal-container .smile-rating-container {
  position: relative;
  height: 10%;
  min-width: 220px;
  max-width: 520px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  top: 20%;
}
.normal-container .smile-rating-container input {
  display: none;
}
.normal-container .smile-rating-container .submit-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal-container .rating-label-fun {
  left: -35px;
  text-align: right;
}
.normal-container .toggle-rating-pill {
  position: relative;
  height: 65px;
  width: 165px;
  background: #d0cccd;
  border-radius: 500px;
  transition: all 500ms;
}
.normal-container .smile-rating-toggle {
  position: absolute;
  width: 54px;
  height: 54px;
  background-color: white;
  border-radius: 500px;
  transition: all 500ms;
  z-index: 4;
}
.normal-container .rating-eye {
  position: absolute;
  height: 12px;
  width: 8px;
  top: 22px;
  background: #d0cccd;
  border-radius: 500px;
  z-index: 5;
  transition: all 440ms;
  animation: blink-eye 3s infinite;
}

.rating-label {
  position: relative;
  font-size: 1.6em;
  text-align: center;
  flex: 0.34;
  z-index: 3;
  font-weight: bold;
  cursor: pointer;
  color: #d0cccd;
  transition: 500ms;
}

.rating-label:hover,
.rating-label:active {
  color: #999;
}

@keyframes blink-eye {
  0% {
    height: 12px;
    width: 8px;
    top: 22px;
  }
  20% {
    height: 12px;
    width: 8px;
    top: 22px;
  }
  40% {
    height: 12px;
    width: 8px;
    top: 22px;
  }
  60% {
    height: 12px;
    width: 8px;
    top: 22px;
  }
  80% {
    height: 12px;
    width: 8px;
    top: 22px;
  }
  90% {
    height: 12px;
    width: 8px;
    top: 22px;
  }
  95% {
    height: 2px;
    width: 8px;
    top: 30px;
  }
  100% {
    height: 12px;
    width: 8px;
    top: 22px;
  }
}
.rating-eye-left {
  left: 246px;
}

.rating-eye-right {
  left: 267px;
}

.mouth {
  position: absolute;
  width: 28px;
  height: 20px;
  z-index: 6;
  border: 4px solid #d0cccd;
  border-radius: 10%;
  border-bottom-color: rgba(1, 1, 1, 0);
  border-right-color: rgba(1, 1, 1, 0);
  border-left-color: rgba(1, 1, 1, 0);
  top: 42px;
  transition: all 500ms;
}

#triangle-left {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 100px solid red;
  border-bottom: 50px solid transparent;
}

textarea {
  background-color: #fff !important;
  margin-top: 20px !important;
}

/*
Toggle Changes
*/
#meh:checked ~ .rating-label-meh {
  color: #555e63;
}

#meh:checked ~ .mouth {
  width: 28px;
  height: 20px;
  border: 4px solid #888;
  border-bottom-color: rgba(1, 1, 1, 0);
  border-right-color: rgba(1, 1, 1, 0);
  border-left-color: rgba(1, 1, 1, 0);
  top: 27px;
  left: 198px;
  transform: rotateX(180deg);
}

#meh:checked ~ .rating-label-meh {
  color: #555e63;
}

#meh:checked ~ .smile-rating-toggle {
  left: 185px;
}

#meh:checked ~ .rating-eye-left {
  left: 196px;
}

#meh:checked ~ .rating-eye-right {
  left: 220px;
}

#meh:checked ~ .toggle-rating-pill {
  background-color: #888;
}

#meh:checked ~ .rating-eye {
  background-color: #888;
}

#fun:checked ~ .rating-label-meh {
  color: #d0cccd;
}

#fun:checked ~ .mouth {
  border: 4px solid #ff4068;
  border-bottom-color: rgba(1, 1, 1, 0);
  border-right-color: rgba(1, 1, 1, 0);
  border-left-color: rgba(1, 1, 1, 0);
  top: 27px;
  left: 295px;
  transform: rotateX(180deg);
  border-radius: 100%;
}

#fun:checked ~ .rating-label-fun {
  color: #555e63;
}

#fun:checked ~ .smile-rating-toggle {
  left: 282px;
}

#fun:checked ~ .rating-eye-left {
  left: 292px;
}

#fun:checked ~ .rating-eye-right {
  left: 316px;
}

#fun:checked ~ .toggle-rating-pill {
  background-color: #ff4068;
}

#fun:checked ~ .rating-eye {
  background-color: #ff4068;
}

/* 초과학습 동영상*/
.study-preview-list ul li .preview {
  border-bottom: 1px dashed #eaeaea;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.study-preview-list ul li .preview div {
  display: inline-block;
  vertical-align: middle;
}
.study-preview-list ul li .preview div span {
  padding: 7px 10px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: relative;
  text-align: center;
  font-weight: bold;
  flex-shrink: 0;
  color: #f88588;
  line-height: 34px;
}
.study-preview-list ul li .preview div p {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 480px;
  overflow: hidden;
  vertical-align: middle;
  font-weight: bold;
}
.study-preview-list ul li .preview div a {
  background: #efefef;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  color: #9f9f9f;
  font-size: 16px;
}
.study-preview-list ul li .preview div a.carrot-active {
  background: #ff4068;
  color: #fff;
  font-weight: bold;
}

.study-preview-word {
  padding: 10px 0;
  max-width: 800px;
  margin: 0 auto;
}
.study-preview-word .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.study-preview-word .sub {
  font-size: 17px;
  font-weight: normal;
  color: #666666;
  padding: 0 0 20px 0;
}
.study-preview-word ul li {
  margin: 0 0 15px 0;
  width: 50%;
  float: left;
  position: relative;
}
.study-preview-word ul li a {
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
}
.study-preview-word ul li a:hover div span {
  filter: alpha(opacity=70);
  opacity: 0.7;
  _filter: alpha(opacity=0);
}
.study-preview-word ul li a div span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  filter: alpha(opacity=3);
  opacity: 0.3;
  _filter: alpha(opacity=0);
  background-color: #000000;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.study-preview-word ul li a div img {
  width: 100%;
}
.study-preview-word ul li a div.word {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 1.2em;
  z-index: 20;
  line-height: 15px;
}

.study-preview-sen {
  padding: 10px 0;
  max-width: 800px;
  margin: 0 auto;
}
.study-preview-sen .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.study-preview-sen .sub {
  font-size: 17px;
  font-weight: normal;
  color: #666666;
  padding: 0 0 20px 0;
}
.study-preview-sen div {
  width: 100%;
  border: 1px solid #dddddd;
  margin: 0 0 10px 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
}
.study-preview-sen div.ex ul {
  padding: 10px 10px;
  margin: 0 auto;
}
.study-preview-sen div.ex ul li {
  width: 30%;
  float: left;
  padding: 10px 5px;
  font-size: 17px;
  text-align: center;
}
.study-preview-sen div.quiz {
  margin: 10px 0 0 0;
  background: #ffffff;
  padding: 30px 0 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.study-preview-sen div.quiz ul.quiz_list {
  width: 90%;
  margin: 0 auto;
}
.study-preview-sen div.quiz ul.quiz_list li {
  margin: 0 0 30px 0;
}
.study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:first-child {
  font-weight: bold;
  font-size: 17px;
  float: left;
  margin: 1px 3px 0 0;
}
.study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child {
  float: left;
  font-size: 17px;
  margin: 0;
  width: 85%;
  color: #3b3a3a;
  line-height: 24px;
}
.study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child input {
  border: 0;
  border-bottom: 1px solid #888888;
  border-radius: 0;
  padding: 0 10px;
}
.study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child span.answer {
  color: #f88588;
  font-weight: bold;
}
.study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child span.wrong {
  text-decoration: line-through;
  color: #b6b6b6;
}

.play-title {
  width: 85%;
  text-align: center;
  color: #929292;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  padding: 0 0 28px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px;
}

.recommend-view {
  width: 85%;
  margin: 0 auto;
}
.recommend-view .video-on a {
  padding: 5px 10px;
  background: #ff4068;
  font-size: 16px;
  color: #fff;
}

/* 데일리라이팅 */
.daily-txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 17px;
}
.daily-txt p {
  font-size: 23px;
  letter-spacing: 0;
  color: #45464a;
  font-weight: bold;
}
.daily-txt span {
  color: #929292;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  padding: 20px 0;
  margin: 20px 0;
}

/* TED ED 과정 */
.teded-con {
  position: relative;
  width: 95%;
  margin: 20px auto;
}
.teded-con .title-wrap {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.teded-con .title-wrap h3 {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0 10px 0;
}
.teded-con .title-wrap h4 {
  font-size: 11px;
  padding: 2px 15px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ddd;
}
.teded-con .title-wrap p {
  font-size: 16px;
}
.teded-con .ted-clip {
  max-width: 500px;
  margin: 30px auto;
}
.teded-con .ted-clip .ted-clip-txt {
  padding-top: 30px;
}
.teded-con .ted-clip .ted-clip-txt span {
  font-size: 16px;
  font-weight: bold;
}
.teded-con .ted-clip .ted-clip-txt p {
  padding-top: 10px;
  font-size: 16px;
}
.teded-con .teded-start {
  margin: 50px auto 0 auto;
  text-align: center;
  width: 180px;
  background: #ff4068;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  padding: 20px 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.teded-con .ted-words-wrap {
  width: 700px;
  margin: 0 auto;
}
.teded-con .ted-words-wrap li {
  width: 338px;
  background: #fff;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  text-align: left;
  min-height: 175px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid #f6f6f6;
}
.teded-con .ted-words-wrap li:nth-child(2n) {
  margin-left: 20px;
}
.teded-con .ted-words-wrap li h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  cursor: pointer;
}
.teded-con .ted-words-wrap li h3.on {
  color: #ff4068;
}
.teded-con .ted-words-wrap li h3 span {
  float: right;
  font-size: 18px;
}
.teded-con .ted-words-wrap li p {
  padding-bottom: 7px;
}
.teded-con .ted-words-wrap li p span {
  border-radius: 100px;
  border: 1px solid #ccc;
  width: 23px;
  height: 23px;
  line-height: 21px;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 7%;
}
.teded-con .ted-words-wrap li p b {
  font-weight: normal;
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
.teded-con .container-audio {
  width: 100%;
  text-align: center;
  height: auto;
  color: #444;
  margin: 20px auto;
  overflow: hidden;
}
.teded-con audio {
  width: 100%;
}
.teded-con .youtube-icon {
  width: 150px;
}
.teded-con .teded-textarea {
  width: 700px;
  margin: 0 auto;
}
.teded-con .teded-textarea span {
  text-align: right;
  font-size: 14px;
  display: block;
}
.teded-con .teded-textarea textarea {
  width: 100%;
  height: 300px;
  margin-top: 5px !important;
  margin-bottom: 5px;
  font-size: 16px;
}
.teded-con .teded-btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.teded-con .teded-btn-wrap button {
  color: #fff;
  border-radius: 500px;
  background: #ff4068;
  border: none;
  padding: 15px 60px;
  font-size: 16px;
}
.teded-con .teded-btn-wrap button.ai-btn {
  margin-right: 20px;
  background: #555555;
}
.teded-con .voca-wrap {
  padding: 30px 20px;
  background: #fff;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.teded-con .voca-wrap h3 {
  font-size: 24px;
  color: #ff527b;
  font-weight: bold;
  padding-bottom: 10px;
}
.teded-con .voca-wrap h4 {
  color: #555;
  font-size: 16px;
}
.teded-con .voca-wrap h4:nth-child(3) {
  color: #999;
  font-size: 15px;
  margin-top: 5px;
}
.teded-con .voca-wrap .voca-mean {
  width: 95%;
  margin: 20px auto 0 auto;
  padding-top: 20px;
  border-top: 1px dotted #c9c9c9;
  text-align: left;
}
.teded-con .voca-wrap .voca-mean p span {
  color: #ff527b;
  font-weight: bold;
}
.teded-con .layerpop-icon {
  border: none;
  float: right;
  color: #ff4068;
  background: none;
  margin-top: 10px;
}
.teded-con .layerpop-icon img {
  margin-right: 5px;
}
.teded-con .ted-voca-talk {
  width: 370px;
  margin: 40px auto 0 auto;
}
.teded-con .ted-voca-talk .teacher {
  margin-left: 10px;
  margin-bottom: 10px;
  text-indent: 0px;
}
.teded-con .ted-voca-talk .teacher img {
  height: 40px;
}
.teded-con .teded-summary {
  width: 700px;
  margin: 0 auto;
}
.teded-con .teded-summary h4 {
  font-size: 17px;
  font-weight: bold;
}
.teded-con .teded-summary h4.detail {
  color: #ff527b;
}
.teded-con .teded-summary .answer-txt {
  margin-top: 15px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  font-size: 18px;
  background: #fff;
  line-height: 32px;
}
.teded-con .teded-summary .answer-txt .through {
  text-decoration: line-through;
  color: #fe0000;
  font-weight: bold;
}
.teded-con .teded-summary .answer-txt .teaching {
  color: #00c993;
  font-weight: bold;
}
.teded-con .teded-summary .summary-list ul {
  margin-top: 20px;
}
.teded-con .teded-summary .summary-list ul li {
  font-weight: bold;
  padding: 10px 0;
}
.teded-con .teded-summary .summary-list ul li p {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  font-size: 17px;
}
.teded-con .teded-summary .summary-list ul li span {
  font-size: 16px;
  font-weight: bold;
  background: #333;
  border-radius: 500px;
  color: #fff;
  padding: 3px 10px;
}
.teded-con .teded-summary-no {
  text-align: center;
}
.teded-con .teded-summary-no img {
  margin-left: 50px;
}
.teded-con .teded-summary-no p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.teded-con .teded-step {
  width: 700px;
  margin: 0 auto;
}
.teded-con .teded-step h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.teded-con .teded-step p {
  font-size: 16px;
  line-height: 23px;
  text-indent: -23px;
  margin-left: 23px;
  margin-bottom: 10px;
}

.ted-script ul {
  width: 700px;
  height: 250px;
  overflow-y: scroll;
  margin: 0 auto;
}
.ted-script ul::-webkit-scrollbar {
  width: 10px;
}
.ted-script ul::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.ted-script ul::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}
.ted-script ul li {
  text-align: left;
  margin: 15px 0;
  border-bottom: 1px dotted #bbb;
  padding-bottom: 15px;
}
.ted-script ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ted-script ul li .time-wrap {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.ted-script ul li .time-wrap .time {
  border-radius: 5px;
  background: #fff;
  padding: 3px 5px;
  border: 1px solid #ccc;
  color: #888;
}
.ted-script ul li .time-wrap .time.on {
  color: #ff527b;
  border: 1px solid #ff527b;
}
.ted-script ul li .time-wrap .time:hover {
  background: #ff527b;
  border: 1px solid #ff527b;
  color: #fff;
}
.ted-script ul li p {
  padding-right: 10px;
  display: inline-block;
  width: 599px;
  vertical-align: top;
}
.ted-script ul li p span {
  color: blue;
  font-weight: bold;
  cursor: pointer;
}

.clip-close {
  position: absolute;
  top: -40px;
  right: 65px;
  z-index: 20;
  cursor: pointer;
}

.popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 20;
  cursor: pointer;
}

.dic-clip {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 100%;
  top: 0;
  z-index: 10;
  overflow-y: hidden;
  overflow-x: hidden;
}
.dic-clip iframe {
  position: absolute;
  top: -165px;
  left: -160px;
  width: 905px;
  margin: 0 auto;
  height: 700px;
}
.dic-clip .kakao_foot {
  display: none;
}

.kakao_foot {
  display: none !important;
}

/*반응형 - 아이패드 기준*/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .disnone {
    display: block !important;
  }
  .phone-disnone {
    display: none !important;
  }
  #wrap #header .gnb .gnb-wrap {
    display: none;
  }
  #wrap #header .gnb .gnb-btn {
    display: inline-block;
    color: #fff;
    float: right;
  }
  #wrap .m-gnb {
    width: 75%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -300px;
    z-index: 99999;
    box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, 0.2);
    height: 100vh;
  }
  #wrap .m-gnb .top {
    background: #e45157;
    padding: 0;
  }
  #wrap .m-gnb .top div {
    color: #fff;
    position: relative;
    width: 95%;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
  }
  #wrap .m-gnb .top div h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 7px;
    display: inline-block;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  #wrap .m-gnb .top div .my-info {
    border-radius: 30px;
    padding: 0px 7px 1px 7px;
    font-size: 20px;
    color: #ffeaea;
    line-height: 12px;
    margin: 0 0 0 2px;
    vertical-align: middle;
  }
  #wrap .m-gnb .top div .close {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    width: 25px;
    height: 25px;
  }
  #wrap .m-gnb .top div .close img {
    width: 100%;
    vertical-align: top;
  }
  #wrap .m-gnb .list ul li a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    padding: 14px 15px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    background-size: 15px 15px;
  }
  #wrap .m-gnb .list ul li a.topic {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    padding: 6px 25px;
    border-bottom: 1px solid #fff;
    background: #f4f4f4;
  }
  .dim {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    z-index: 9999;
  }
  /* 미디어북 인포 */
  .media-info {
    width: 95%;
    margin: 0 auto;
  }
  /*4단계 menu*/
  .gnb-study {
    border-bottom: none;
    line-height: 55px;
    height: 55px;
    box-shadow: 0px 4px 3px #eee;
    position: relative;
    z-index: 9;
    width: 100%;
  }
  .gnb-study ul {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .gnb-study ul li {
    width: 25%;
    float: left;
    text-align: center;
    display: block;
    vertical-align: middle;
    border-right: none;
  }
  .gnb-study ul li a {
    text-align: center;
    font-size: 18px;
    color: #989898;
    display: block;
    text-decoration: none;
    font-weight: 300;
    line-height: 28px;
    vertical-align: middle;
    display: inline-block;
  }
  .gnb-study ul .gnb-preview {
    background: #ff4068;
  }
  .gnb-study ul .gnb-preview a {
    width: 100%;
    color: #fff;
    margin: 0 auto;
    border-bottom: none;
    text-align: center;
    text-decoration: none;
    border-right: none;
    font-weight: 300;
    margin: 0 auto;
  }
  .gnb-study ul .gnb-lesson {
    background: #ff4068;
  }
  .gnb-study ul .gnb-lesson a {
    width: 100%;
    color: #fff;
    margin: 0 auto;
    border-bottom: none;
    text-align: center;
    border-right: none;
    text-decoration: none;
    font-weight: 300;
    margin: 0 auto;
  }
  .gnb-study ul .gnb-review {
    background: #ff4068;
  }
  .gnb-study ul .gnb-review a {
    width: 100%;
    color: #fff;
    margin: 0 auto;
    border-right: none;
    border-bottom: none;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
  }
  .gnb-study ul .gnb-exceeded {
    background: #ff4068;
  }
  .gnb-study ul .gnb-exceeded a {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    border-right: none;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
  }
  /* step */
  .gnb-preview-menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #fff;
  }
  .gnb-preview-menu ul {
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    height: 45px;
  }
  .gnb-preview-menu li {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: 40px;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    color: #bdbdbd;
    cursor: pointer;
    text-align: center;
  }
  .gnb-preview-menu .on {
    background: none;
    border-radius: 0;
    color: #ff4068;
    letter-spacing: 0;
  }
  .gnb-lesson-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: #fff;
  }
  .gnb-lesson-menu ul {
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    height: 45px;
  }
  .gnb-lesson-menu li {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: 40px;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    color: #bdbdbd;
    cursor: pointer;
    text-align: center;
  }
  .gnb-lesson-menu .on {
    background: none;
    border-radius: 0;
    color: #ff4068;
    letter-spacing: 0;
  }
  .gnb-review-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: #fff;
  }
  .gnb-review-menu ul {
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    height: 45px;
  }
  .gnb-review-menu li {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: 40px;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    color: #bdbdbd;
    cursor: pointer;
    text-align: center;
  }
  .gnb-review-menu .on {
    background: none;
    border-radius: 0;
    color: #ff4068;
    letter-spacing: 0;
  }
  .gnb-exceeded-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: #fff;
  }
  .gnb-exceeded-menu ul {
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    height: 45px;
  }
  .gnb-exceeded-menu li {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: 40px;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    color: #bdbdbd;
    cursor: pointer;
    text-align: center;
  }
  .gnb-exceeded-menu .on {
    background: none;
    border-radius: 0;
    color: #ff4068;
    letter-spacing: 0;
  }
  .all-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .all-wrap .count_step_box {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .all-wrap .media-book {
    width: 100%;
    margin: 0 auto;
  }
  .all-wrap .media-book .media-wrap {
    width: 100%;
  }
  .all-wrap .media-book .media-wrap li:nth-child(1) {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 23px 20px;
    line-height: 27px;
    border-bottom: 1px solid #ececec;
  }
  .all-wrap .media-book .media-wrap li:nth-child(2) {
    width: 90%;
    margin: 0 auto;
  }
  .all-wrap .media-book .media-wrap li:nth-child(2) img {
    width: 100%;
  }
  .all-wrap .media-book .media-wrap li:last-child {
    margin: 30px auto;
    text-align: center;
    background: #ff4068;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 50px;
  }
  .all-wrap .media-book .media-wrap li:last-child a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    display: block;
  }
  .all-wrap .media-book .media-wrap .exp_sub_st {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    padding-top: 10px;
  }
  .all-wrap .lesson-media-book {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .all-wrap .lesson-media-book .media-wrap {
    width: 100%;
  }
  .all-wrap .lesson-media-book .media-wrap li:nth-child(1) {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 23px 20px;
    border-bottom: 1px solid #ececec;
    line-height: 27px;
  }
  .all-wrap .lesson-media-book .media-wrap li:nth-child(2) {
    width: 90%;
    margin: 0 auto;
  }
  .all-wrap .lesson-media-book .media-wrap li:nth-child(2) img {
    width: 100%;
  }
  .all-wrap .lesson-media-book .media-wrap li:last-child {
    margin: 30px auto;
    text-align: center;
    background: #ff4068;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 50px;
  }
  .all-wrap .lesson-media-book .media-wrap li:last-child a {
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .all-wrap .lesson-media-book .media-wrap .exp_main_title {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0;
    padding-top: 20px;
    font-weight: bold;
  }
  .all-wrap .lesson-media-book .media-wrap .exp_sub_st {
    width: 90%;
    margin: 0px auto;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 300;
  }
  .all-wrap .stepbox-wrap {
    width: 100%;
    margin: 0px auto;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 9;
    background: #ffffff;
  }
  .all-wrap .stepbox-wrap .preview-start-btn {
    margin: 0 auto;
    padding: 0px 0 30px 0;
    margin-bottom: 50px;
    width: 190px;
  }
  .all-wrap .stepbox-wrap .preview-start-btn a {
    padding: 15px 70px;
    background: #ff4068;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
  }
  .all-wrap .stepbox-wrap .lesson-start-btn {
    margin: 0 auto;
    padding: 0px 0 30px 0;
    margin-bottom: 50px;
    width: 190px;
  }
  .all-wrap .stepbox-wrap .lesson-start-btn a {
    padding: 15px 70px;
    background: #ff4068;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
  }
  .all-wrap .stepbox-wrap .review-start-btn {
    margin: 0 auto;
    padding: 0px 0 30px 0;
    margin-bottom: 50px;
    width: 190px;
  }
  .all-wrap .stepbox-wrap .review-start-btn a {
    padding: 15px 70px;
    background: #ff4068;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
  }
  .all-wrap .stepbox-wrap .exceeded-start-btn {
    margin: 0 auto;
    padding: 0px 0 30px 0;
    margin-bottom: 50px;
    width: 190px;
  }
  .all-wrap .stepbox-wrap .exceeded-start-btn a {
    padding: 15px 70px;
    background: #ff4068;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
  }
  .all-wrap .stepbox-wrap .stepbox {
    width: 90%;
    margin: 0 auto;
    display: inline;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in {
    width: 95%;
    height: 100%;
    padding-bottom: 34px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p {
    text-align: center;
    padding: 50px 0 20px 0;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_p_img {
    width: 80px;
    margin: 0 auto;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_p_title {
    font-size: 30px;
    color: #ff4068;
    padding: 20px 0 10px 0;
    font-weight: bold;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_l_title {
    font-size: 30px;
    color: #ff4068;
    padding: 20px 0 10px 0;
    font-weight: bold;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_r_title {
    font-size: 30px;
    color: #ff4068;
    padding: 20px 0 10px 0;
    font-weight: bold;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in .end-p .end_p_cont {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0;
  }
  .all-wrap .stepbox-wrap .stepbox .stepbox-in .s_number {
    display: none;
  }
  .all-wrap .btn-wrap {
    display: none;
  }
  .all-wrap .mobile_fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background: #e8e8e8;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    /* box-shadow: 2px 2px 10px 3px #bdbdbd; */
    z-index: 999;
  }
  .all-wrap .mobile_fixed .act a {
    color: #000;
  }
  .all-wrap .mobile_fixed strong {
    color: #000;
  }
  .all-wrap .mobile_fixed ul {
    width: 100%;
    margin: 0 auto;
  }
  .all-wrap .mobile_fixed ul li {
    display: inline-table;
    padding: 13px 0 0px 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
  }
  .all-wrap .mobile_fixed ul li a {
    font-size: 17px;
    color: rgb(185, 185, 185);
  }
  .all-wrap .mobile_fixed ul li a span {
    width: 15px;
    margin: 0 10px;
  }
  .all-wrap .mobile_fixed ul li a span img {
    width: 15px;
    margin: 0 0 6px 0;
  }
  .all-wrap .mobile_fixed ul li:nth-child(2) {
    padding-top: 10px;
    color: #8c8c8c;
    font-weight: 400;
    width: 58%;
  }
  .all-wrap .mobile_fixed ul li:nth-child(3) {
    padding-right: 0;
    float: right;
  }
  .all-wrap .mobile_fixed ul .b_left {
    width: 20%;
    display: inline-block;
    padding: 0;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #000;
  }
  .all-wrap .mobile_fixed ul .b_right {
    width: 20%;
    display: inline-block;
    padding: 13px 0 0 0;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #000;
  }
  .step_box_in2 {
    width: 95%;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
  }
  .step_box_in1 {
    width: 95%;
    height: 90px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
  }
  .s_title2 {
    width: 100%;
    text-align: center;
    display: inline;
    padding-bottom: 10px;
  }
  .s_title2 p {
    font-size: 23px;
    letter-spacing: 0;
    color: #45464a;
    padding: 0 0 10px 0;
  }
  .s_title2 span {
    color: #929292;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 18px;
    padding: 20px 0;
    margin: 20px 0;
  }
  .s_title {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .s_title p {
    font-size: 15px;
    letter-spacing: 0;
    color: #45464a;
    padding: 0 0 5px 0;
    font-weight: bold;
  }
  .s_title p .shadowing-info img {
    width: 25px;
    vertical-align: top;
  }
  .s_title span {
    color: #929292;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
  }
  .step-contents {
    display: inline-block;
    padding: 15px 0 0px 0;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ddd;
  }
  .step-contents ul {
    width: 100%;
    /* 대화문 */
  }
  .step-contents ul .s_c_img {
    width: 100%;
    padding-bottom: 20px;
  }
  .step-contents ul .s_c_img ul li ul li {
    display: inline-block;
  }
  .step-contents ul .s_c_img ul li ul .tooltip_n {
    width: 10%;
  }
  .step-contents ul .s_c_img ul li ul .tooltip_n img {
    width: 45px;
    padding: 0 0 10px 0;
  }
  .step-contents ul .s_c_img ul .tooltip_1 {
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
  }
  .step-contents ul .s_c_img ul .tooltip_1 .tooltip {
    margin-top: 6px;
    margin-left: 18px;
    width: 80%;
  }
  .step-contents ul .s_c_img ul .tooltip_1 span {
    font-size: 16px;
  }
  .step-contents ul .s_c_img ul :last-child ul {
    display: inline-block;
  }
  .step-contents ul .s_c_img ul .tooltip_2 {
    margin: 0px 0 20px 0;
    margin-left: 0;
  }
  .step-contents ul .s_c_img ul .tooltip_2 .tooltip {
    margin-top: 6px;
    width: 80%;
  }
  .step-contents ul .s_c_img .img_st2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .step-contents ul .s_c_img .img_st2 img {
    width: 100%;
    margin: 0 auto;
  }
  .step-contents ul .s_c_cont {
    width: 100%;
  }
  .step-contents ul .s_c_cont ul li {
    width: 33.3%;
    float: left;
    text-align: center;
  }
  .step-contents ul .s_c_cont ul li img {
    width: 85px;
    height: 85px;
    border-radius: 200px;
  }
  .step-contents ul .s_c_cont ul li p {
    padding: 20px 0;
    word-break: break-word;
  }
  .step-contents ul .img_st {
    text-align: center;
    margin-bottom: 10px;
  }
  .step-contents ul .img_st img {
    width: 100%;
    margin: 0 auto;
  }
  .step-contents ul #myaudio {
    margin: 0 0 20px 0;
  }
  .step-contents ul .box1 {
    width: 100%;
  }
  .step-contents ul .box2 {
    width: 100%;
  }
  .step-contents ul .sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #fefefe;
    border-top: 10px solid #fefefe;
    border-bottom: 10px solid transparent;
    left: -19px;
    top: 6px;
    border-radius: 2px;
  }
  .step-contents ul .sb2:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #eef9ff;
    border-right: 10px solid transparent;
    border-top: 10px solid #eef9ff;
    border-bottom: 10px solid transparent;
    right: -19px;
    top: 6px;
  }
  .step-contents ul {
    /* 중국어교재템플릿 */
  }
  .step-contents ul .word-table {
    width: 100%;
  }
  .step-contents ul .word-table .mean {
    display: block;
    padding-top: 5px;
  }
  .step-contents ul .pattern-table {
    width: 100%;
  }
  .step-contents ul .pattern-table p.title {
    font-size: 20px;
  }
  .step-contents ul .pattern-table p.sub-title {
    font-size: 16px;
    padding-top: 3px;
  }
  .step-contents ul .pattern-table table {
    table-layout: fixed;
  }
  .step-contents ul .pattern-table table tbody {
    width: 100%;
  }
  .step-contents ul .pattern-table table tbody td {
    font-size: 14px;
    padding: 10px 10px;
  }
  .step-contents .pronunce-wrap {
    width: 100%;
  }
  .step-contents .pronunce-wrap h3 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: normal;
  }
  .step-contents .pronunce-wrap .pronunce-con {
    width: 100%;
    border: none;
    margin: 0;
  }
  .step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul {
    padding: 25px 20px;
  }
  .step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-img {
    width: 100%;
  }
  .step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-ex-txt {
    width: 100%;
  }
  .step-contents .pronunce-wrap .pronunce-con .pronunce-img-wrap ul li.pronunce-ex-txt p {
    text-align: center;
    margin: 10px 0;
  }
  .step-contents .pronunce-wrap .pronunce-con .pronunce-txt {
    padding: 15px;
    font-size: 20px;
  }
  .step-contents .pronunce-wrap .pronunce-ex {
    width: 90%;
  }
  .step-contents .pronunce-wrap .pronunce-ex p {
    font-size: 14px;
  }
  .step-contents .pronunce-wrap .pronunce-ex .pronunce-btn-wrap {
    width: 100%;
  }
  .step-contents .pronunce-wrap .pronunce-ex .pronunce-btn-wrap button {
    width: 30%;
  }
  .step-contents .pronunce-wrap .pronunce-ex .pronunce-btn-wrap button span {
    font-size: 14px;
  }
  .step-contents .trendy-voca-wrap {
    padding: 20px 15px;
    width: 100%;
  }
  .step-contents .trendy-voca-wrap h3 {
    font-size: 22px;
  }
  .step-contents .pattern-voca-spiceup {
    width: 100%;
  }
  .step-contents .trendy-voca-talk {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .step-contents .trendy-voca-talk li.teacher {
    margin-left: 40px;
    margin-bottom: 10px;
    text-indent: -39px;
  }
  .step-contents .trendy-voca-talk li.teacher2 {
    margin-left: 26px;
    margin-bottom: 10px;
    text-indent: -20px;
  }
  .step-contents .trendy-voca-talk li.student-talk {
    margin-top: 10px;
  }
  .step-contents .trendy-voca-talk li.student-talk img {
    width: 100%;
  }
  .step-contents .trendy-dialogue ul li {
    width: 90%;
    font-size: 16px;
    text-align: left;
  }
  .step-contents .pattern-dialogue ul {
    width: 100%;
  }
  .step-contents .pattern-dialogue ul li {
    width: 90%;
    font-size: 16px;
    text-align: left;
    padding: 5px 0;
  }
  .s_line_box {
    display: none;
  }
  .con_txtbox {
    width: 100%;
    margin: 0 auto;
  }
  .con_txtbox ul {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
  }
  .con_txtbox ul .exp_sub_st {
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    padding: 10px 0;
    font-weight: normal;
  }
  .con_txtbox ul .con_txtbox_img {
    text-align: center;
    padding: 10px 0;
  }
  .con_txtbox ul .con_txtbox_img img {
    width: 100%;
    margin: 0 auto;
  }
  .con_txt {
    width: 100%;
    margin: 0 auto;
  }
  .con_txt ul {
    width: 100%;
  }
  .con_txt ul #myaudio {
    margin-bottom: 20px;
  }
  .con_txt ul .title_st {
    padding: 0px 0 10px 0;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .con_txt ul .exp_st {
    width: 100%;
    font-size: 16px;
    padding: 5px 0 10px 0;
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: 300;
    word-break: break-word;
  }
  .con_txt ul .img_st {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .con_txt ul .img_st img {
    width: 100%;
  }
  .con_txt ul .keywords {
    margin-top: 10px;
  }
  .con_txt ul .keywords span {
    font-size: 18px;
    color: #929292;
    letter-spacing: 0;
  }
  .con_txt ul .example {
    margin-top: 10px;
  }
  .con_txt ul .example span {
    font-size: 18px;
    color: #929292;
    letter-spacing: 0;
  }
  .con_txt ul .exp_sub_st {
    font-size: 16px;
    text-align: left;
    line-height: 23px;
    padding: 20px 0 10px 0;
  }
  .con_txt ul .exp_sub_st u {
    text-decoration: underline;
  }
  .con_txt ul .exp_sub_st2 img {
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .con_txt ul .exp_sub_st3 {
    width: 250px;
    margin: 0 auto;
  }
  .con_txt ul .exp_sub_st3 img {
    width: 250px;
  }
  .con_txt ul .exp_sub_st4 {
    font-size: 16px;
    padding: 25px;
    background: #e6e6e6;
    border-radius: 10px;
    width: 100%;
  }
  .con_txt ul .exp_span1 {
    width: 14%;
    float: left;
    line-height: 40px;
  }
  .con_txt ul .exp_span1 img {
    width: 32px;
    margin-left: 11px;
  }
  .con_txt ul .exp_span2 {
    width: 86%;
    float: left;
    line-height: 26px;
  }
  .quiz-txt {
    width: 100%;
    margin: 0 auto;
  }
  .quiz-txt .question {
    font-size: 22px;
    padding: 0 15px 20px 15px;
    width: 100%;
    line-height: 45px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
  }
  .quiz-txt .question .blank {
    padding: 2px 15px 3px 15px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 10px;
  }
  .quiz-txt .answer {
    padding-top: 20px;
  }
  .quiz-txt .answer ul li {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    letter-spacing: 0;
    font-weight: 400;
    padding: 4px 0 30px 10px;
    position: relative;
    z-index: 9;
    font-weight: 600;
    color: #6e6e6e;
  }
  .quiz-answer {
    position: absolute;
    left: 30%;
    z-index: 9;
    top: 48%;
  }
  .review-quiz-txt {
    width: 100%;
    margin: 0 auto;
  }
  .review-quiz-txt .question {
    font-size: 20px;
    padding: 0 15px 20px 15px;
    width: 100%;
    line-height: 35px;
    font-weight: bold;
    padding-top: 0;
    text-align: left;
  }
  .review-quiz-txt .question .blank {
    padding: 2px 15px 3px 15px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 10px;
    line-height: 46px;
  }
  .review-quiz-txt .answer {
    padding-top: 0px;
  }
  .review-quiz-txt .answer ul li {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    letter-spacing: 0;
    font-weight: 400;
    padding: 4px 0 30px 10px;
    position: relative;
    z-index: 9;
    font-weight: 600;
    color: #6e6e6e;
  }
  /* 복습하기 퀴즈 */
  .answer-num {
    width: 70%;
  }
  .answer-num div {
    padding-top: 5px;
  }
  .answer-num div li {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    letter-spacing: 0;
    font-weight: 400;
    padding: 4px 0 30px 9px;
    position: relative;
    z-index: 9;
  }
  .answer-num .num_circle {
    width: 30px;
    height: 30px;
    background: #555;
    border-radius: 50px;
    float: left;
    position: absolute;
    z-index: 1;
  }
  .answer-num .answer-txt {
    width: 90%;
    float: right;
    line-height: 30px;
    margin-top: -6px;
  }
  /*복습하기 퀴즈 True or False*/
  .review-quiz2-txt {
    width: 100%;
  }
  .review-quiz2-txt .true-false {
    font-size: 22px;
    padding: 0 15px 20px 15px;
    width: 100%;
    line-height: 30px;
    font-weight: bold;
    padding-top: 0;
  }
  .review-quiz2-txt .true-false-li {
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 25px;
  }
  .normal-container {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20px 0;
  }
  .normal-container .smile-rating-container {
    position: relative;
    height: 10%;
    min-width: 220px;
    max-width: 520px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    top: 20%;
  }
  .normal-container .smile-rating-container input {
    display: none;
  }
  .normal-container .smile-rating-container .submit-rating {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .normal-container .rating-label-fun {
    display: table-row;
  }
  .normal-container .toggle-rating-pill {
    position: relative;
    height: 65px;
    width: 165px;
    background: #d0cccd;
    border-radius: 500px;
    transition: all 500ms;
  }
  .normal-container .smile-rating-toggle {
    position: absolute;
    width: 54px;
    height: 54px;
    background-color: white;
    border-radius: 500px;
    transition: all 500ms;
    z-index: 4;
  }
  .normal-container .rating-eye {
    position: absolute;
    height: 12px;
    width: 8px;
    top: 22px;
    background: #d0cccd;
    border-radius: 500px;
    z-index: 5;
    transition: all 440ms;
    animation: blink-eye 3s infinite;
  }
  .rating-label {
    position: relative;
    font-size: 1.6em;
    text-align: center;
    flex: 0.34;
    z-index: 3;
    font-weight: bold;
    cursor: pointer;
    color: #d0cccd;
    transition: 500ms;
  }
  .rating-label:hover,
  .rating-label:active {
    color: #999;
  }
  @keyframes blink-eye {
    0% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    20% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    40% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    60% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    80% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    90% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    95% {
      height: 2px;
      width: 8px;
      top: 30px;
    }
    100% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
  }
  .rating-eye-left {
    left: 145px;
  }
  .rating-eye-right {
    left: 168px;
  }
  .mouth {
    position: absolute;
    width: 28px;
    height: 20px;
    z-index: 6;
    border: 4px solid #d0cccd;
    border-radius: 10%;
    border-bottom-color: rgba(1, 1, 1, 0);
    border-right-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    top: 42px;
    transition: all 500ms;
  }
  #triangle-left {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
  }
  textarea {
    background-color: #fff !important;
    margin-top: 20px !important;
  }
  /*
    Toggle Changes
    */
  #meh:checked ~ .rating-label-meh {
    color: #555e63;
  }
  #meh:checked ~ .mouth {
    width: 28px;
    height: 20px;
    border: 4px solid #888;
    border-bottom-color: rgba(1, 1, 1, 0);
    border-right-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    top: 27px;
    left: 198px;
    transform: rotateX(180deg);
  }
  #meh:checked ~ .rating-label-meh {
    color: #555e63;
  }
  #meh:checked ~ .smile-rating-toggle {
    left: 185px;
  }
  #meh:checked ~ .rating-eye-left {
    left: 196px;
  }
  #meh:checked ~ .rating-eye-right {
    left: 220px;
  }
  #meh:checked ~ .toggle-rating-pill {
    background-color: #888;
  }
  #meh:checked ~ .rating-eye {
    background-color: #888;
  }
  #fun:checked ~ .rating-label-meh {
    color: #d0cccd;
  }
  #fun:checked ~ .mouth {
    border: 4px solid #ff4068;
    border-bottom-color: rgba(1, 1, 1, 0);
    border-right-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    top: 27px;
    left: 295px;
    transform: rotateX(180deg);
    border-radius: 100%;
  }
  #fun:checked ~ .rating-label-fun {
    color: #555e63;
  }
  #fun:checked ~ .smile-rating-toggle {
    left: 282px;
  }
  #fun:checked ~ .rating-eye-left {
    left: 292px;
  }
  #fun:checked ~ .rating-eye-right {
    left: 316px;
  }
  #fun:checked ~ .toggle-rating-pill {
    background-color: #ff4068;
  }
  #fun:checked ~ .rating-eye {
    background-color: #ff4068;
  }
  .t_feedback_real .t_feedback_wrap .feedback_msg {
    padding: 20px;
  }
  .t_feedback_real .t_feedback_wrap .feedback_msg table th span {
    font-size: 14px;
  }
  /* 초과학습 동영상*/
  .study-preview-list ul li .preview div:nth-child(2) {
    margin-top: 10px;
  }
  .study-preview-list ul li .preview:nth-child(1) {
    padding: 0 0 15px 0;
  }
  .study-preview-list ul li .preview {
    border-bottom: 1px dashed #eaeaea;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .study-preview-list ul li .preview div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .study-preview-list ul li .preview div span {
    padding: 7px 10px;
    background-color: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    position: relative;
    text-align: center;
    font-weight: bold;
    flex-shrink: 0;
    color: #f88588;
    line-height: 34px;
  }
  .study-preview-list ul li .preview div p {
    display: inline-block;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 500;
    font-size: 17px;
    padding-left: 0;
  }
  .study-preview-list ul li .preview div a {
    background: #efefef;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    color: #9f9f9f;
    font-size: 16px;
  }
  .study-preview-list ul li .preview div a.carrot-active {
    background: #ff4068;
    color: #fff;
    font-weight: 300;
  }
  .study-preview-word {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
  }
  .study-preview-word .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
  }
  .study-preview-word .sub {
    font-size: 17px;
    font-weight: normal;
    color: #666666;
    padding: 0 0 20px 0;
  }
  .study-preview-word ul li {
    margin: 0 0 15px 0;
    width: 50%;
    float: left;
    position: relative;
  }
  .study-preview-word ul li a {
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .study-preview-word ul li a:hover div span {
    filter: alpha(opacity=70);
    opacity: 0.7;
    _filter: alpha(opacity=0);
  }
  .study-preview-word ul li a div span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    filter: alpha(opacity=3);
    opacity: 0.3;
    _filter: alpha(opacity=0);
    background-color: #000000;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .study-preview-word ul li a div img {
    width: 100%;
  }
  .study-preview-word ul li a div.word {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 1.2em;
    z-index: 20;
    line-height: 15px;
  }
  .study-preview-sen {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
  }
  .study-preview-sen .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
  }
  .study-preview-sen .sub {
    font-size: 17px;
    font-weight: normal;
    color: #666666;
    padding: 0 0 20px 0;
  }
  .study-preview-sen div {
    width: 100%;
    border: 1px solid #dddddd;
    margin: 0 0 10px 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
  }
  .study-preview-sen div.ex ul {
    padding: 10px 10px;
    margin: 0 auto;
  }
  .study-preview-sen div.ex ul li {
    width: 30%;
    float: left;
    padding: 10px 5px;
    font-size: 17px;
    text-align: center;
  }
  .study-preview-sen div.quiz {
    margin: 10px 0 0 0;
    background: #ffffff;
    padding: 30px 0 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .study-preview-sen div.quiz ul.quiz_list {
    width: 90%;
    margin: 0 auto;
  }
  .study-preview-sen div.quiz ul.quiz_list li {
    margin: 0 0 30px 0;
  }
  .study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:first-child {
    font-weight: bold;
    font-size: 17px;
    float: left;
    margin: 1px 3px 0 0;
  }
  .study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child {
    float: left;
    font-size: 17px;
    margin: 0;
    width: 85%;
    color: #3b3a3a;
    line-height: 24px;
  }
  .study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child input {
    border: 0;
    border-bottom: 1px solid #888888;
    border-radius: 0;
    padding: 0 10px;
  }
  .study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child span.answer {
    color: #f88588;
    font-weight: bold;
  }
  .study-preview-sen div.quiz ul.quiz_list li ul.quiz_con li:last-child span.wrong {
    text-decoration: line-through;
    color: #b6b6b6;
  }
  .play-title {
    width: 100%;
    text-align: center;
    color: #929292;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 26px;
  }
  .recommend-view {
    width: 100%;
    margin: 0 auto;
  }
  .recommend-view .video-on a {
    padding: 5px 10px;
    background: #ff4068;
    font-size: 16px;
    color: #fff;
  }
  /* 데일리라이팅 */
  .daily-txt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .daily-txt p {
    font-size: 20px;
  }
  .daily-txt span {
    font-size: 1.1em;
  }
  .exp_span1 {
    width: 20%;
  }
  .exp_span1 > img {
    width: 32px;
    margin-left: 11px;
  }
  .exp_span2 {
    width: 83%;
    float: right;
    text-align: left;
  }
  .exp_span5 {
    width: 100%;
    float: right;
    text-align: left;
  }
  .exp_sub_title {
    font-size: 17px;
    width: 100%;
    line-height: 24px;
  }
  .fs20 {
    font-size: 17px;
  }
  .s_title p {
    font-size: 15px;
    color: #45464a;
  }
  .s_c_txt {
    width: 100%;
    margin: 10px 0 30px 0;
    border-radius: 10px;
    color: #000;
  }
  .s_c_txt .exp_sub_st2 {
    font-size: 16px;
    padding: 5px 0 10px 0;
    line-height: 24px;
    letter-spacing: 0px;
    width: 100%;
    word-break: break-word;
  }
  .s_c_img > ul {
    width: 100%;
  }
  .s_c_img > ul > li.exp_sub_st2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    width: 100%;
    padding: 10px 0 5px 0;
  }
  .s_c_img > ul > li.img_st2 {
    padding: 10px 0;
  }
  /* 대화문 */
  .box1 {
    width: 215px;
    padding: 10px 20px;
    letter-spacing: 0;
    font-weight: normal;
    word-break: break-word;
  }
  .box2 {
    width: 215px;
    padding: 10px 20px;
    letter-spacing: 0;
    font-weight: normal;
    word-break: break-word;
  }
  /*추가*/
  .s_c_title3 {
    text-align: left !important;
  }
  .review_group {
    position: relative;
    top: 102px;
  }
  .review_group .s_number {
    display: none;
  }
  .exceeded_group {
    position: relative;
    top: 102px;
  }
  .s_c_keyword > ul {
    padding: 0;
  }
  .prev_wrap {
    width: 100%;
    position: relative;
    top: 55px;
  }
  .step_contents1 {
    width: 100%;
  }
  .step_box {
    width: 100%;
  }
  .studyList .clear {
    width: 100%;
    padding: 19px 0 89px 0;
    border-bottom: 1px dashed #ddd;
  }
  .studyList .clear span {
    font-size: 17px;
  }
  .studyList .clear .fl h3 {
    font-size: 17px;
    padding-left: 0;
  }
  .view_btn {
    float: left !important;
    margin-top: 20px !important;
  }
  .studyList .clear .fr {
    margin-left: 0 !important;
  }
  .studyList .clear .fl {
    width: 100%;
  }
  .s_c_keyword {
    width: 100%;
  }
  .key_word {
    width: 17%;
  }
  .key_word > ul > li {
    width: 45px;
    font-size: 18px;
    margin: 68px 0;
  }
  .key_word > ul {
    position: relative;
    top: 60px;
  }
  .key_word > ul > li.k_length {
    width: 100%;
    font-size: 17px;
    margin: 40px 0;
    line-height: 18px;
  }
  .key_word > ul > li.k_length:nth-child(1) {
    margin-top: 10px;
  }
  .dot > ul > li:nth-child(1) {
    margin-top: 55px;
  }
  .key_word > ul > li:nth-child(1) {
    margin-top: 55px;
  }
  .match > ul > li:nth-child(1) {
    margin-top: 55px;
  }
  .match {
    width: 100px;
  }
  .dot > ul > li {
    margin-top: 80px;
  }
  /* 1번 답(학습자선택/정답) */
  .match > ul > li.match1_1_o {
    width: 100%;
    height: 3px;
    background: #ccc;
    margin-left: 2px;
    position: absolute;
    top: -444px;
  }
  .match > ul > li.match1_2_o {
    width: 143px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(37deg);
    position: absolute;
    left: -20px;
    top: -400px;
  }
  .match > ul > li.match1_3_o {
    width: 210px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(57.5deg);
    position: absolute;
    left: -51px;
    top: -355px;
  }
  .match > ul > li.match1_4_o {
    width: 286px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(67deg);
    position: absolute;
    top: -310px;
    left: -90px;
  }
  /* 1번 답(오답) */
  .match > ul > li.match1_1_x {
    width: 100%;
    height: 3px;
    background: #fe0000;
    margin-left: 2px;
    position: absolute;
    top: -444px;
  }
  .match > ul > li.match1_2_x {
    width: 143px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(37deg);
    position: absolute;
    left: -20px;
    top: -400px;
  }
  .match > ul > li.match1_3_x {
    width: 210px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(57.5deg);
    position: absolute;
    left: -51px;
    top: -355px;
  }
  .match > ul > li.match1_4_x {
    width: 286px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(67deg);
    position: absolute;
    top: -310px;
    left: -90px;
  }
  .message {
    width: 100%;
    padding-top: 15px;
  }
  .message > ul > h2 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .message > ul > a {
    font-size: 15px;
    padding: 10px 15px;
    background: #ff4068;
    color: #fff;
    border-radius: 50px;
  }
  /*---------------------------------*/
  /* 2번 답(정답) */
  .match > ul > li.match2_1_o {
    width: 139px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(-38deg);
    position: absolute;
    top: -345px;
    left: -17px;
  }
  .match > ul > li.match2_2_o {
    width: 100%;
    height: 3px;
    background: #ccc;
    margin-left: 3px;
    margin: 124px 0;
    position: absolute;
    top: -427px;
    left: 2px;
  }
  .match > ul > li.match2_3_o {
    width: 143px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(38deg);
    position: absolute;
    left: -20px;
    top: -259px;
  }
  .match > ul > li.match2_4_o {
    width: 204px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(57deg);
    position: absolute;
    top: -214px;
    left: -49px;
  }
  /* 2번 답(오답) */
  .match > ul > li.match2_1_x {
    width: 139px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(-38deg);
    position: absolute;
    top: -345px;
    left: -17px;
  }
  .match > ul > li.match2_2_x {
    width: 100%;
    height: 3px;
    background: #fe0000;
    margin-left: 3px;
    margin: 124px 0;
    position: absolute;
    top: -427px;
    left: 2px;
  }
  .match > ul > li.match2_3_x {
    width: 143px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(38deg);
    position: absolute;
    left: -20px;
    top: -259px;
  }
  .match > ul > li.match2_4_x {
    width: 204px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(57deg);
    position: absolute;
    top: -214px;
    left: -49px;
  }
  /*---------------------------------*/
  /* 3번 답(정답) */
  .match > ul > li.match3_1_o {
    width: 203px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(-58deg);
    position: absolute;
    top: -298px;
    left: -53px;
  }
  .match > ul > li.match3_2_o {
    width: 140px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(-38deg);
    position: absolute;
    top: -261px;
    left: -16px;
  }
  .match > ul > li.match3_3_o {
    width: 100%;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    position: absolute;
    top: -215px;
    left: 2px;
  }
  .match > ul > li.match3_4_o {
    width: 141px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(37.5deg);
    position: absolute;
    top: -171px;
    left: -19px;
  }
  /* 3번 답(오답) */
  .match > ul > li.match3_1_x {
    width: 203px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(-58deg);
    position: absolute;
    top: -298px;
    left: -53px;
  }
  .match > ul > li.match3_2_x {
    width: 140px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(-38deg);
    position: absolute;
    top: -261px;
    left: -16px;
  }
  .match > ul > li.match3_3_x {
    width: 100%;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    position: absolute;
    top: -215px;
    left: 2px;
  }
  .match > ul > li.match3_4_x {
    width: 141px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(37.5deg);
    position: absolute;
    top: -171px;
    left: -19px;
  }
  /*---------------------------------*/
  /* 4번 답(오답) */
  .match > ul > li.match4_1_x {
    width: 281px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(-67deg);
    position: absolute;
    top: -259px;
    left: -89px;
  }
  .match > ul > li.match4_2_x {
    width: 206px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(-58deg);
    position: absolute;
    top: -217px;
    left: -51px;
  }
  .match > ul > li.match4_3_x {
    width: 139px;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    transform: rotate(-38deg);
    position: absolute;
    top: -171px;
    left: -18px;
  }
  .match > ul > li.match4_4_x {
    width: 100%;
    height: 3px;
    background: #fe0000;
    margin-left: 0px;
    position: absolute;
    top: -127px;
    left: 2px;
  }
  /* 4번 답(정답) */
  .match > ul > li.match4_1_o {
    width: 281px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(-67deg);
    position: absolute;
    top: -259px;
    left: -89px;
  }
  .match > ul > li.match4_2_o {
    width: 206px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(-58deg);
    position: absolute;
    top: -217px;
    left: -51px;
  }
  .match > ul > li.match4_3_o {
    width: 139px;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    transform: rotate(-38deg);
    position: absolute;
    top: -171px;
    left: -18px;
  }
  .match > ul > li.match4_4_o {
    width: 100%;
    height: 3px;
    background: #ccc;
    margin-left: 0px;
    position: absolute;
    top: -127px;
    left: 2px;
  }
  .shadowing_pop > img {
    width: 20px;
    vertical-align: top;
  }
  .writing .que_type1 .que {
    line-height: 27px !important;
  }
  .writing .que_type1 .items img {
    width: 24px;
  }
  .end_p_img {
    text-align: center;
  }
  .end_p_title {
    text-align: center;
  }
  .t_talk > ul > li {
    padding: 10px 0;
  }
  .s_c_cont_r {
    width: 100%;
  }
  .s_c_cont {
    width: 100%;
  }
  .studyList .clear .fr a {
    border: 2px solid #ff4068;
    background: #fff;
  }
  .video_plus > a {
    font-size: 15px;
    width: 65px;
    text-align: center;
  }
  .video_plus > video {
    margin-top: 20px;
  }
  .wrong {
    margin-top: 0px;
  }
  .correct {
    margin-top: 0px;
  }
  .deemed {
    z-index: 999 !important;
  }
  .deemed-clip {
    z-index: 9 !important;
  }
  .rating-label {
    position: relative;
    font-size: 23px;
    text-align: center;
    flex: 0.34;
    z-index: 3;
    font-weight: bold;
    cursor: pointer;
    color: #d0cccd;
    transition: 500ms;
    padding: 0 10px;
  }
  .rating-label:hover,
  .rating-label:active {
    color: #999;
  }
  .rating-label-fun {
    left: 0;
    text-align: right;
  }
  .smile-rating-container input {
    display: none;
  }
  .toggle-rating-pill {
    position: relative;
    height: 65px;
    width: 165px;
    background: #d0cccd;
    border-radius: 500px;
    transition: all 500ms;
  }
  .smile-rating-toggle {
    position: absolute;
    width: 54px;
    height: 54px;
    background-color: white;
    border-radius: 500px;
    transition: all 500ms;
    z-index: 4;
  }
  .rating-eye {
    position: absolute;
    height: 12px;
    width: 8px;
    top: 22px;
    background: #d0cccd;
    border-radius: 500px;
    z-index: 5;
    transition: all 440ms;
    animation: blink-eye 3s infinite;
  }
  @keyframes blink-eye {
    0% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    20% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    40% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    60% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    80% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    90% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
    95% {
      height: 2px;
      width: 8px;
      top: 30px;
    }
    100% {
      height: 12px;
      width: 8px;
      top: 22px;
    }
  }
  .rating-eye-left {
    left: 145px;
  }
  .rating-eye-right {
    left: 167px;
  }
  .mouth {
    position: absolute;
    width: 28px;
    height: 20px;
    z-index: 6;
    border: 4px solid #d0cccd;
    border-radius: 10%;
    border-bottom-color: rgba(1, 1, 1, 0);
    border-right-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    top: 42px;
    transition: all 500ms;
  }
  #triangle-left {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
  }
  .answer {
    top: 45%;
    left: 30%;
  }
  .pop_wrap {
    top: -154px !important;
    width: 100% !important;
  }
  .pop_smile {
    top: 0%;
    width: 90%;
    margin: 0 auto;
    z-index: 9999;
    -webkit-transform: translate(-50%, -18%);
  }
  /*
    Toggle Changes
    */
  #meh:checked ~ .rating-label-meh {
    color: #555e63;
  }
  #meh:checked ~ .mouth {
    width: 28px;
    height: 20px;
    border: 4px solid #888;
    border-bottom-color: rgba(1, 1, 1, 0);
    border-right-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    top: 27px;
    left: 92px;
    transform: rotateX(180deg);
  }
  #meh:checked ~ .rating-label-meh {
    color: #555e63;
  }
  #meh:checked ~ .smile-rating-toggle {
    left: 78px;
  }
  #meh:checked ~ .rating-eye-left {
    left: 90px;
  }
  #meh:checked ~ .rating-eye-right {
    left: 114px;
  }
  #meh:checked ~ .toggle-rating-pill {
    background-color: #888;
  }
  #meh:checked ~ .rating-eye {
    background-color: #888;
  }
  #fun:checked ~ .rating-label-meh {
    color: #d0cccd;
  }
  #fun:checked ~ .mouth {
    border: 4px solid #ff4068;
    border-bottom-color: rgba(1, 1, 1, 0);
    border-right-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    top: 27px;
    left: 177px;
    transform: rotateX(180deg);
    border-radius: 100%;
  }
  #fun:checked ~ .rating-label-fun {
    color: #555e63;
  }
  #fun:checked ~ .smile-rating-toggle {
    left: 163px;
  }
  #fun:checked ~ .rating-eye-left {
    left: 176px;
  }
  #fun:checked ~ .rating-eye-right {
    left: 198px;
  }
  #fun:checked ~ .toggle-rating-pill {
    background-color: #ff4068;
  }
  #fun:checked ~ .rating-eye {
    background-color: #ff4068;
  }
  .step_box_in2 {
    height: 23px;
    border: none;
  }
  .smile_contents {
    margin: 10px 0 0 0;
    background: #ffffff;
    padding: 20px 0 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }
  .smile_contents h2 {
    font-size: 16px;
  }
  .smile_contents a {
    padding: 7px 23px;
    font-size: 16px;
  }
  .smile_sheet:after {
    clear: both;
    content: "";
    display: block;
  }
  .morebtn {
    font-size: 1em;
    letter-spacing: -0.5px;
    text-align: right;
    text-decoration: underline;
    padding: 12px 0;
  }
  .morebtn a {
    color: #666;
    font-weight: bold;
  }
  .morebtn :hover {
    color: #ff4068;
    font-weight: bold;
  }
  .sentence {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1px;
    text-align: center;
    padding: 15px 0 20px 0;
    font-weight: bold;
    color: #ff4068;
  }
  .sentence span.none {
    display: none;
  }
  .feedback_msg {
    font-size: 18px;
  }
  .feedbackWrite {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .feedbackWrite h3 {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px 0;
  }
  .feedbackWrite span {
    color: #ff4068;
    font-size: 13px;
    font-weight: normal;
  }
  .feedbackWrite textarea {
    border: 1px solid #eaeaea;
    width: 100%;
    margin: 0 auto;
    height: 50px;
  }
  .feed_btn {
    padding: 0 0 20px 0;
    text-align: center;
  }
  .btn_write {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    padding: 11px 37px;
    font-size: 15px;
    background: #504f5d;
  }
  /*Talk*/
  .btn-talk {
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 53px;
    padding: 0 0 0 14px;
    font-size: 15px;
    color: #ffffff;
    z-index: 1001;
  }
  .btn-talk .talk-close {
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 53px;
    padding: 0 0 0 14px;
    font-size: 15px;
    color: #ffffff;
    z-index: 1001;
  }
  .btn-talk img {
    max-width: 100%;
  }
  .btn-talk .talk-wrap {
    position: relative;
  }
  .btn-talk .talk-wrap .btn-teacher {
    position: absolute;
    top: -85px;
    right: 0px;
    font-size: 15px;
    text-align: center;
    z-index: 1001;
    width: 75px;
    height: 75px;
    background: #ffffff;
    border-radius: 300px;
    line-height: 75px;
    color: #2b2b2b;
    font-weight: bold;
  }
  .btn-talk .talk-wrap .btn-manager {
    position: absolute;
    top: -167px;
    right: 0px;
    font-size: 15px;
    text-align: center;
    z-index: 1001;
    width: 75px;
    height: 75px;
    background: #ffffff;
    border-radius: 300px;
    line-height: 75px;
    color: #2b2b2b;
    font-weight: bold;
  }
  .btn-talk .talk-wrap .btn-manager a,
  .btn-talk .talk-wrap .btn-teacher a {
    display: block;
  }
  .pop-talk {
    top: 3%;
    left: 50%;
    margin: 0 0 0 -250px;
    position: absolute;
    width: 500px;
    z-index: 9999;
  }
  .pop-talk .pop-talk-cont {
    padding: 0 0 15px 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.2);
  }
  .pop-talk .pop-talk-cont .pop-talk-title {
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    padding: 18px 0 0 0;
  }
  .pop-talk .pop-talk-cont .pop-talk-title h2 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 22px;
    padding: 0 0 10px 0;
    width: 90%;
    margin: 0 auto;
  }
  .pop-talk .pop-talk-cont .pop-talk-type {
    width: 90%;
    margin: 0px auto 0 auto;
  }
  .pop-talk .pop-talk-cont .pop-talk-type li {
    width: 50%;
    background: #d3d3d3;
    float: left;
  }
  .pop-talk .pop-talk-cont .pop-talk-type li:first-child a {
    display: block;
  }
  .pop-talk .pop-talk-cont .pop-talk-type li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px 0;
  }
  .pop-talk .pop-talk-cont .pop-talk-type li a.on {
    background: #f9908e;
  }
  .pop-talk .pop-talk-cont .talk-comment {
    overflow: hidden;
    clear: both;
    background: #f6f6f6;
    width: 90%;
    margin: 0 auto;
  }
  .pop-talk .pop-talk-cont .talk-comment li {
    line-height: 20px;
    overflow-x: hidden;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
  }
  .pop-talk .pop-talk-cont .talk-body {
    height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url("../img/bg_talk.png") repeat;
    width: 90%;
    margin: 0 auto;
  }
  .pop-talk .pop-talk-cont .talk-body .talk-none {
    text-align: center;
    padding: 30px 0 0 0;
  }
  .pop-talk .pop-talk-cont .talk-body .left-area {
    float: left;
    width: 271px;
    margin: 0 0 20px 0;
  }
  .pop-talk .pop-talk-cont .talk-body .left-area .talk-date {
    display: block;
    margin: 0 0 8px 24px;
    font-size: 12px;
    color: #888;
  }
  .pop-talk .pop-talk-cont .talk-body .left-area .bubble {
    background: url("../img/bubble1_top.png") no-repeat left top;
  }
  .pop-talk .pop-talk-cont .talk-body .left-area .bubble .bubble-txt {
    min-height: 25px;
    padding: 14px 12px 0 32px;
    word-wrap: break-word;
    font-size: 13px;
    color: #666;
    font-family: "돋움", "Dotum";
    line-height: 16px;
  }
  .pop-talk .pop-talk-cont .talk-body .left-area .bubble .bubble-bot {
    height: 10px;
    background: url("../img/bubble1_bot.png") no-repeat left top;
  }
  .pop-talk .pop-talk-cont .talk-body .right-area {
    float: right;
    width: 271px;
    margin: 0 0 20px 0;
  }
  .pop-talk .pop-talk-cont .talk-body .right-area .talk-date {
    display: block;
    margin: 0 24px 8px 0;
    font-size: 12px;
    color: #888;
    text-align: right;
  }
  .pop-talk .pop-talk-cont .talk-body .right-area .bubble {
    background: url("../img/bubble2_top.png") no-repeat left top;
  }
  .pop-talk .pop-talk-cont .talk-body .right-area .bubble .bubble-txt {
    min-height: 25px;
    padding: 14px 32px 0 12px;
    word-wrap: break-word;
    font-size: 13px;
    color: #666;
    font-family: "돋움", "Dotum";
    line-height: 16px;
  }
  .pop-talk .pop-talk-cont .talk-body .right-area .bubble .bubble-bot {
    height: 10px;
    background: url("../img/bubble2_bot.png") no-repeat left top;
  }
  .pop-talk .pop-talk-cont .talk-input {
    overflow: hidden;
    padding: 0 0 20px 0;
    background: #f6f6f6;
    width: 90%;
    margin: 0 auto;
  }
  .pop-talk .pop-talk-cont .talk-input select {
    width: 90%;
    border: 1px solid #efefef;
    padding: 4px;
    margin: 0 auto 5px auto;
    display: block;
  }
  .pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap {
    margin: 0 auto;
    width: 90%;
  }
  .pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-textarea {
    float: left;
    width: 305px;
  }
  .pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-textarea textarea {
    width: 100%;
    height: 80px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: none;
    border-top: none;
    padding: 0;
  }
  .pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-btn {
    float: left;
    display: block;
    width: 100px;
    height: 80px;
    background: #f9908e;
    color: #fff;
    text-align: center;
    line-height: 80px;
  }
  .pop-talk .pop-talk-cont .talk-input .talk-mgs-wrap .mgs-btn a {
    color: #fff;
  }
  .pop-talk .pop-talk-cont .pop-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 32px;
  }
  .pop-talk .pop-talk-cont .pop-close img {
    width: 100%;
  }
  /* TED ED  */
  .teded-con {
    width: 95%;
    margin: 10px auto;
  }
  .teded-con .title-wrap {
    width: 100%;
  }
  .teded-con .title-wrap h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 5px 0;
  }
  .teded-con .title-wrap p {
    font-size: 14px;
  }
  .teded-con .ted-script ul {
    width: 100%;
    height: 400px;
  }
  .teded-con .ted-script ul li {
    margin: 10px 0;
  }
  .teded-con .ted-script ul li p {
    width: 100%;
  }
  .teded-con .ted-words-wrap {
    width: 100%;
  }
  .teded-con .ted-words-wrap li {
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 10px;
    min-height: auto;
  }
  .teded-con .ted-words-wrap li:nth-child(2n) {
    margin-left: 0px;
  }
  .teded-con .container-audio {
    width: 100%;
  }
  .teded-con .teded-textarea {
    width: 100%;
  }
  .teded-con .teded-btn-wrap button {
    width: 46%;
    padding: 15px 0px;
  }
  .teded-con .ted-clip-txt {
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
  }
  .teded-con .ted-clip-txt p {
    font-size: 14px;
    line-height: 22px;
  }
  .teded-con .voca-wrap {
    padding: 20px 15px;
    width: 100%;
  }
  .teded-con .voca-wrap h3 {
    font-size: 22px;
  }
  .teded-con .ted-voca-talk {
    width: 100%;
    margin: 20px auto 80px auto;
  }
  .teded-con .ted-voca-talk li.teacher {
    margin-left: 40px;
    margin-bottom: 10px;
    text-indent: -39px;
  }
  .teded-con .ted-voca-talk li.teacher2 {
    margin-left: 26px;
    margin-bottom: 10px;
    text-indent: -20px;
  }
  .teded-con .ted-voca-talk li.student-talk {
    margin-top: 10px;
  }
  .teded-con .ted-voca-talk li.student-talk img {
    width: 100%;
  }
  .teded-con .teded-summary {
    width: 100%;
  }
  .teded-con .teded-summary h4 {
    font-size: 16px;
  }
  .teded-con .teded-summary .answer-txt {
    margin-top: 10px;
    padding: 15px;
    font-size: 17px;
    line-height: 26px;
  }
  .teded-con .teded-summary .summary-list ul li p {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  }
  .teded-con .teded-summary .summary-list ul li span {
    font-size: 14px;
    padding: 0px 6px;
  }
  .teded-con .teded-step {
    width: 100%;
  }
  .teded-con .teded-step h4 {
    font-size: 16px;
    margin: 20px 0 15px 0;
  }
  .teded-con .teded-step p {
    font-size: 15px;
  }
  .clip-close {
    top: -40px;
    right: 0;
  }
  .popup-close {
    top: -40px;
    right: 0;
  }
  .dic-clip {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }
  .dic-clip iframe {
    position: absolute;
    top: -165px;
    left: 0;
    width: 100%;
    height: 700px;
    padding: 0;
    margin: 0;
  }
  /*레이어*/
  .deemed {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 20;
    display: none;
  }
  .deemed-feedback {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
  }
  /*스마일시트 피드백*/
  .pop_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: -1px;
  }
  .poptable:after {
    clear: both;
    display: block;
    content: "";
  }
  .poptable {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
  }
  .poptable .list {
    float: left;
    padding-top: 5px;
  }
  .poptable .list2 {
    width: 208px;
    height: 24px;
    padding-bottom: 1px;
    text-align: center;
    border: 1px solid #ff4068;
    padding: 8px;
    float: left;
    color: #ff4068;
  }
  .poptable {
    /*
        .num{
            color:#555; 
            padding-right:8px; 
            padding-left:5px; 
            font-size:13px;
        }*/
  }
  .poptable .listen {
    color: #888;
    padding-right: 13px;
    cursor: pointer;
    font-size: 13px;
  }
  .poptable .listen a {
    color: #888;
    padding-right: 13px;
    cursor: pointer;
    font-size: 13px;
  }
  .poptable .listen_on {
    color: #ff4068;
    width: 100%;
    float: left;
  }
  .poptable .listen_on a {
    float: left;
    color: #ff4068;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-left: 20px;
  }
  .poptable .listen_on a:first-child {
    margin-left: 0px;
  }
  .poptable .listen_on a:first-child {
    margin-left: 0px;
  }
  .poptable .listen_on a:last-child {
    border-right: none;
  }
  .poptable .download_on {
    color: #000;
  }
  .play_btn {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    color: #ff7716;
  }
  .mymp3 {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .mymp3 p {
    font-size: 14px;
    float: left;
    font-weight: bold;
    color: #8a8a8a;
    padding: 3px 0 3px 0;
  }
  .mymp3 span {
    float: left;
    font-weight: bold;
    font-size: 16px;
  }
  .list_on {
    width: 140px;
    padding: 0 0 8px 0;
  }
  .waiting {
    position: relative;
    font-size: 18px;
    top: -16px;
  }
  .waiting span {
    padding: 10px 0;
    background: #fff;
    margin: 0 auto;
    border-radius: 50px;
    padding: 10px 20px;
    width: 200px;
  }
  .t_feedback {
    position: relative;
    top: -20px;
    font-size: 18px;
    margin-top: 0;
  }
  .t_feedback span {
    padding: 10px 30px;
    margin: 0 auto;
    width: 200px;
    border-radius: 50px;
    letter-spacing: 0;
    color: #929292;
  }
  .t_feedback li {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1px;
    line-height: 30px;
  }
  .t_feedback li:nth-child(1) > span {
    padding: 3px 14px;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
  }
  .t_feedback li:nth-child(2) > span {
    color: #ff4068;
    font-weight: bold;
    padding-right: 10px;
    padding: 30px;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 10px;
  }
  .t_talk {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 50px;
    text-align: left;
  }
  .t_talk li {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
  }
  .down_mp3 {
    background: url(../img/new/down_mp3.png) no-repeat left;
    padding-left: 20px;
  }
  .down_video {
    background: url(../img/new/down_video.png) no-repeat left;
    padding-left: 20px;
  }
  .pop_renewal {
    position: absolute;
    top: 20px;
    text-align: right;
    background: rgb(209, 209, 209);
    font-size: 12px;
    z-index: 99999;
    padding: 0px 0px 5px;
  }
  .pop_renewal img {
    width: 100%;
  }
  .pop_smile_cont {
    position: relative;
  }
  .pop_smile_cont .pop_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
  }
  .pop_smile_cont .pop_close img {
    width: 100%;
  }
  .review-quiz-answer {
    top: 60%;
  }
}
/*반응형 - 아이패드 기준*/
@media only screen and (max-width: 375px) {
  #fun:checked ~ .mouth {
    left: 206px;
  }
  #fun:checked ~ .rating-eye-left {
    left: 204px;
  }
  #fun:checked ~ .rating-eye-right {
    left: 227px;
  }
  #fun:checked ~ .smile-rating-toggle {
    left: 192px;
  }
  #meh:checked ~ .mouth {
    left: 105px;
  }
  #meh:checked ~ .rating-eye-right {
    left: 125px;
  }
  #meh:checked ~ .rating-eye-left {
    left: 104px;
  }
  #meh:checked ~ .smile-rating-toggle {
    left: 93px;
  }
  .rating-eye-left {
    left: 153px;
  }
  .rating-eye-right {
    left: 175px;
  }
}
/*반응형 - 아이패드 기준*/
@media only screen and (max-width: 365px) {
  #fun:checked ~ .mouth {
    left: 201px;
  }
  #fun:checked ~ .rating-eye-left {
    left: 199px;
  }
  #fun:checked ~ .rating-eye-right {
    left: 223px;
  }
  #fun:checked ~ .smile-rating-toggle {
    left: 186px;
  }
  #meh:checked ~ .mouth {
    left: 105px;
  }
  #meh:checked ~ .rating-eye-right {
    left: 125px;
  }
  #meh:checked ~ .rating-eye-left {
    left: 104px;
  }
  #meh:checked ~ .smile-rating-toggle {
    left: 93px;
  }
  .rating-eye-left {
    left: 145px;
  }
  .rating-eye-right {
    left: 167px;
  }
  .t_feedback_real .favorite {
    float: left;
  }
}/*# sourceMappingURL=new_media.css.map */