@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

@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 {
  font-size: 16px !important;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -1px;
}

b {
  font-weight: bold !important;
}

.wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 247px;
}
.wrap {
  width: 1110px;
  margin: 0 auto;
}
.main_wrap {
  width: 1110px;
  margin: 0 auto;
}
.con_bg {
  width: 100%;
  background: #f0f2fa;
}
.con {
  padding: 30px 0;
}
.button_wrap {
  margin: 40px auto 50px auto;
  text-align: center;
}
.button_wrap2 {
  margin: 40px auto 50px auto;
  text-align: center;
  padding-top: 70px;
}

.category_full {
  background: #0024ff;
  border-radius: 50px;
  padding: 5px 15px 3px 15px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  border: none;
}
.category_line {
  border: 1px solid #0024ff;
  border-radius: 50px;
  padding: 1px 15px 1px 15px;
  vertical-align: middle;
  display: inline-block;
  color: #0024ff;
  font-size: 12px;
  letter-spacing: 0;
}

.button_full {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 45px;
  border: none;
  background: #0024ff;
  border-radius: 10px;
}
.button_full_w {
  color: #0024ff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
  border: none;
  background: #fff;
  border-radius: 10px;
  letter-spacing: -1px;
}
.button_full_gr {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 21px 45px;
  border: none;
  background: #00e2a0;
  border-radius: 10px;
}
.button_full_g {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 45px;
  border: none;
  background: #949494;
  border-radius: 10px;
}
.button_line {
  color: #0024ff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 45px;
  border: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #0024ff;
}
.button_line_lec {
  color: #575757;
  font-size: 20px;
  text-decoration: underline;
  padding: 20px 45px;
  border: none;
  background: #fff;
}
.button_line_w {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 45px;
  border: none;
  border-radius: 10px;
  border: 1px solid #fff;
  background: none;
}
.button_default {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 10px;
  font-size: 14px;
  color: #6f748e;
}
.button_default:hover {
  background: #f7f9ff;
}
.button_none {
  padding: 0;
  border: none;
  background: none;
  color: #9b9b9b;
  letter-spacing: -1;
  font-weight: 300;
}
.button_none:hover {
  color: #0024ff;
}
.button_register {
  background: #0024ff;
  padding: 5px 20px 8px 20px;
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 15px;
}
.button_register2 {
  background: #949494;
  padding: 5px 20px 8px 20px;
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 15px;
}

.phone_main {
  display: none;
}

/*상단 네비*/
.nav {
  height: 90px;
  color: #000;
  box-shadow: 0 8px 32px rgba(158, 171, 222, 0.1);
  -webkit-box-shadow: 0 8px 32px rgba(158, 171, 222, 0.1);
  -moz-box-shadow: 0 8px 32px rgba(158, 171, 222, 0.1);
  letter-spacing: 0;
}
.nav h1 {
  float: left;
  display: block;
}
.nav h1 a {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}
.nav h1 img {
  max-height: 45px;
}
.nav .search {
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  height: 37px;
}
.nav .search ul {
  padding-top: 0;
}
.nav .search ul li {
  border-right: 1px solid #f4f4f4;
  padding: 5px 10px;
}
.nav .search ul li:last-child {
  padding-right: 10px;
}
.nav ul li {
  display: inline-block;
  padding: 0 11px;
  font-size: 15px;
}
.nav ul#head_category li {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}
.nav ul li:last-child {
  padding-right: 0;
}
.nav ul li.nav_login a {
  color: #0024ff;
  font-size: 13px;
}
.nav ul li a {
  color: #000;
}
.nav ul li.on {
  font-weight: 700;
}
.nav ul li.nav_logout a {
  font-size: 13px;
  color: #000;
}
.nav ul li input[type="text"].nav_search {
  width: 200px;
  height: 24px;
  border-bottom: 1px solid #b0b0b0;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-right: 10px;
}

/*메인(B2B)*/
.main {
  background: url(../img/main_bg.jpg) no-repeat center #000;
  width: 100%;
  position: relative;
}
.main_text {
  color: #fff;
  margin-top: 45px;
  position: absolute;
}
.main_text h2 {
  font-size: 35px;
  padding-bottom: 20px;
}
.main_text h3 {
  padding: 30px 0;
}

.main_con ul li {
  display: inline-block;
  vertical-align: bottom;
}
.main_con ul li.small {
  position: relative;
  margin-right: 10px;
}
.main_con ul li.small .small_img img {
  width: 225px;
  height: 150px;
}
.main_con ul li.small .small_bg {
  height: 60px;
  background: #000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  width: 225px;
}
.main_con ul li.small p {
  width: 226px;
  padding: 0 15px;
  color: #fff;
  position: absolute;
  bottom: 16px;
  z-index: 1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_con {
  padding-bottom: 45px;
}
.main_con ul li.big {
  position: relative;
  margin-top: 45px;
  margin-left: 23px;
}
.main_con ul li.big .big_img img {
  width: 607px;
  height: 402px;
}
.main_con ul li.big .big_bg {
  height: 160px;
  background: #000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  width: 610px;
}
.main_con ul li.big .big_con {
  padding: 0 15px;
  color: #fff;
  position: absolute;
  bottom: 16px;
  z-index: 1;
}
.main_con ul li.big .big_con dl dt {
  width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 27px;
  height: 30px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}
.main_con ul li.big .big_con dl dd {
  width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 23px;
  height: 42px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_text2 {
  color: #fff;
  padding-top: 45px;
  text-align: center;
}
.main_text2 h2 {
  font-size: 40px;
  padding-bottom: 15px;
  font-weight: 700;
}
.main_text2 img {
  height: 38px;
  margin-top: -8px;
  margin-left: 15px;
}
.main_text2 h3 {
  font-size: 20px;
}

.main_con2 ul:first-child {
  width: 1100px;
  margin-top: 40px;
}
.main_con2 ul:first-child li {
  display: inline-block;
  vertical-align: middle;
}
.main_con2 ul:first-child li:first-child {
  width: 22%;
  cursor: pointer;
}
.main_con2 ul:first-child li:last-child {
  width: 22%;
  text-align: right;
  cursor: pointer;
}
.main_con2 ul li.big {
  position: relative;
  text-align: center;
}
.main_con2 ul li.big .big_img img {
  width: 610px;
  height: 405px;
}
.main_con2 ul li.big .big_bg {
  height: 160px;
  background: #000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  width: 610px;
}
.main_con2 ul li.big .big_con {
  padding: 0 15px;
  color: #fff;
  position: absolute;
  bottom: 16px;
  z-index: 1;
}
.main_con2 ul li.big .big_con dl dt {
  font-size: 23px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main_con2 ul li.big .big_con dl dd {
  width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 23px;
  height: 41px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.banner {
  width: 100%;
}
.banner img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.banner div {
  display: inline-block;
  padding: 0;
  width: 50%;
  margin: -5px -1px;
}

.banner2 {
  width: 100%;
}
.banner2 img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
.banner2 div {
  display: inline-block;
  padding: 0;
  width: 50%;
  margin: -5px -1px;
}

.con_text {
  text-align: center;
  margin-bottom: 60px;
}
.con_text h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.con_text h5 {
  font-size: 18px;
  line-height: 25px;
}

.slide_sp {
  width: 100%;
  height: 390px;
  padding-top: 15px;
  overflow: hidden;
}
.con01 li {
  /* float: left; */
  width: 264px;
  height: 343px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  position: relative;
  z-index: 9999;
}

.con01 .third_con {
  margin-right: 0;
}
.con01 li:last-child {
  margin-right: 0;
}
.con01 li img {
  width: 261px;
  height: 180px;
}
.con01 li img.best {
  width: 72px;
  height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.con01 .con01_text {
  padding: 20px 15px;
}
.con01 .con01_text dt {
  font-weight: 400;
  line-height: 21px;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 52px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  letter-spacing: 0;
}
.con01 .con01_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}

.con01-list li {
  float: left;
  width: 264px;
  height: 343px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  position: relative;
}
.con01-list .third_con {
  margin-right: 0;
}
.con01-list li:last-child {
  margin-right: 0;
}
.con01-list li img {
  width: 261px;
  height: 180px;
}
.con01-list li img.best {
  width: 72px;
  height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.con01-list .con01_text {
  padding: 20px 15px;
}
.con01-list .con01_text dt {
  font-weight: 400;
  line-height: 21px;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 52px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  letter-spacing: 0;
}
.con01-list .con01_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}

.con01_list {
  margin-bottom: 20px;
  position: relative;
}
.con01_list li {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 15px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  position: relative;
}
.con01_list .third_con {
  margin-right: 0;
}
.con01_list li:last-child {
  margin-right: 0;
}
.con01_list li img {
  width: 183px;
  height: 116px;
  float: left;
  margin: 11px 0 0 13px;
}
.con01_list li img.best {
  width: 72px;
  height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.con01_list .con01_list_text {
  padding: 20px 15px;
  width: 76%;
  float: right;
  height: 138px;
}
.con01_list .con01_list_text dt {
  font-weight: 400;
  line-height: 21px;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 52px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  letter-spacing: 0;
}
.con01_list .con01_list_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}

.con02 {
  float: left;
  margin-bottom: 50px;
}
.con02 li {
  width: 557px;
  height: 532px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
}
.con02 li img {
  width: 554px;
  height: 372px;
}
.con02 .con02_text {
  padding: 20px 15px;
}
.con02 .con02_text dt {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 55px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.con02 .con02_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}

.con02_2 {
  float: right;
  margin-bottom: 70px;
}
.con02_2 li {
  width: 527px;
  height: 125px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 11px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
}
.con02_2 li:last-child {
  margin-bottom: 0;
}
.con02_2 li img {
  width: 187px;
  height: 123px;
  float: left;
  margin-right: 15px;
}
.con02_2 .con02_2_text {
  padding: 10px 0;
}
.con02_2 .con02_2_text dt {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 35px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 310px;
  color: #000;
}
.con02_2 .con02_2_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}

.con03_bar {
  width: 100%;
  border-top: 1px solid #d5d6dc;
  margin-bottom: 70px;
}
.con03 .slide_icon {
  text-align: right;
}
.con03 .slide_icon a {
  width: 31px;
  height: 31px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.con03 .slide_icon img {
  padding-top: 4px;
}
.con03 .slide_icon a:hover {
  background: #f7f9ff;
}
.con03 ul {
  float: right;
  margin-bottom: 70px;
}

.slide_width .catagory-btn {
  width: 262px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  display: flex;
}
.b2c_con03 .slide_width {
  width: 100%;
}
.b2c_con03 .slide_width > .slide_icon {
  float: right;
  padding-bottom: 5px !important;
}

.b2c_con01 .con01 {
  margin-top: 17px;
}
.b2c_con01 .slide_icon {
  width: 55px;
  padding-top: 35px;
  text-align: right;
}
.b2c_con01 .slide_icon a {
  width: 31px;
  height: 31px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.b2c_con01 .slide_icon img {
  padding-top: 4px;
}
.b2c_con01 .slide_icon a:hover {
  background: #f7f9ff;
}
.b2c_con01 .slide_width {
  width: 100%;
  display: inline-block;
}
.b2c_con01 .slide_width > .slide_icon {
  float: right;
  padding-bottom: 5px !important;
}

/* .b2c_con02 .slide_icon{width: 55px;padding-bottom: 35px;}
.b2c_con02 .slide_icon a{width:31px; height:31px; border:1px solid #e5e5e5; background: #fff; display: inline-block; text-align: center; vertical-align: middle;}
.b2c_con02 .slide_icon img{padding-top:4px;}
.b2c_con02 .slide_icon a:hover{background:#f7f9ff;}
.b2c_con02 .slide_width{width: 100%}
.b2c_con02 .slide_width>.slide_icon{float:right;padding-bottom:5px !important;} */

.b2c_con02 .con01 {
  margin-top: 17px;
}
.b2c_con02 .slide_icon {
  width: 55px;
  padding-top: 35px;
  text-align: right;
}
.b2c_con02 .slide_icon a {
  width: 31px;
  height: 31px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.b2c_con02 .slide_icon img {
  padding-top: 4px;
}
.b2c_con02 .slide_icon a:hover {
  background: #f7f9ff;
}
.b2c_con02 .slide_width {
  width: 100%;
  display: inline-block;
}
.b2c_con02 .slide_width > .slide_icon {
  float: right;
  padding-bottom: 5px !important;
}

.b2c_con03 .con01 {
  margin-top: 17px;
}
.b2c_con03 .slide_icon {
  width: 55px;
  padding-top: 35px;
}
.b2c_con03 .slide_icon {
  text-align: right;
}
.b2c_con03 .slide_icon a {
  width: 31px;
  height: 31px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.b2c_con03 .slide_icon img {
  padding-top: 4px;
}
.b2c_con03 .slide_icon a:hover {
  background: #f7f9ff;
}

.b2c_con10 .slide_icon {
  width: 55px;
  padding-top: 35px;
}
.b2c_con10 .slide_icon {
  text-align: right;
}
.b2c_con10 .slide_icon a {
  width: 31px;
  height: 31px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.b2c_con10 .slide_icon img {
  padding-top: 4px;
}
.b2c_con10 .slide_icon a:hover {
  background: #f7f9ff;
}
.b2c_con10 .b2c_con_text {
  padding-right: 240px;
}

.con_text2 {
  width: 100%;
  word-break: keep-all;
  text-align: center;
}
.con_text2 h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}
.con_text2 h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
.con_text2 a {
  color: #0024ff;
}
.con_text2 a:hover {
  text-decoration: underline;
}

.news {
  border-top: 2px solid #0024ff;
  display: table;
  width: 100%;
}
/* .news li{display: table-row;} */
.news tr:hover {
  background: #f7f9ff;
}
.news tr.top {
  border-bottom: 1px solid #d5d6dc;
}
.news tr td {
  vertical-align: middle;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #d5d6dc;
}
.news tr td.news_time {
  text-align: center;
  width: 130px;
}
.news tr td.news_time p {
  font-weight: 400;
  color: #909090;
}
.news tr td.news_time span {
  font-weight: 700;
  font-size: 35px;
}
.news tr td.news_subject {
  font-size: 18px;
}
.news tr td.news_subject img {
  margin-left: 10px;
  width: 40px;
}
.news tr td.news_more {
  width: 130px;
  text-align: center;
}

/*메인(B2C)*/
h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  line-height: 25px;
}

.b2c_con_text {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.b2c_con_text button {
  position: absolute;
  bottom: 0;
  width: 270px;
}
.b2c_con01 {
  position: relative;
}
.b2c_con02 {
  position: relative;
}
.b2c_con03 {
  position: relative;
}
.b2c_con10 {
  position: relative;
}
.b2c_con01 .wrap {
  padding-top: 120px;
}
.b2c_con02 .wrap {
  padding-top: 120px;
}
.b2c_con03 .wrap {
  padding-top: 120px;
}
.b2c_con10 .wrap {
  padding-top: 120px;
}
.wrap_bg1 {
  position: absolute;
  top: 0;
  width: 1110px;
  margin: 0 auto;
  height: 275px;
  background: url(../img/b2c_back_new-3.png) center top no-repeat;
}
.wrap_bg2 {
  position: absolute;
  top: 0;
  width: 1110px;
  margin: 0 auto;
  height: 275px;
  background: url(../img/b2c_back_new_01.png) center top no-repeat;
}
.wrap_bg3 {
  position: absolute;
  top: 0;
  width: 1110px;
  margin: 0 auto;
  height: 275px;
  background: url(../img/b2c_back_new-2.png) center top no-repeat;
}
.wrap_bg4 {
  position: absolute;
  top: 0;
  width: 1110px;
  margin: 0 auto;
  height: 275px;
  background: url(../img/b2c_back_new-5.png) center top no-repeat;
}
.wrap_bg5 {
  position: absolute;
  top: 0;
  width: 1110px;
  margin: 0 auto;
  height: 275px;
  background: url(../img/b2c_back_new-4.png) center top no-repeat;
}
.b2c_con02 {
  background: #f0f2fa;
}
.b2c_con10 {
  background: #f0f2fa;
}

.b2c_con04 {
  height: 334px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* 기존 메인 
.b2c_con_text{height:343px; display: inline-block; position: relative;}
.b2c_con_text button{ position: absolute; bottom: 0; width:270px;}

.b2c_con01{background: url(../img/b2c_back_01.jpg) no-repeat center center; padding-top:160px; height:577px;}
.b2c_con02{background: url(../img/b2c_back_02.png) no-repeat center center #f0f2fa; padding-top:160px; height:598px;}
.b2c_con03{background: url(../img/b2c_back_03.png) no-repeat center center; padding-top:160px; height:600px;}
.b2c_con10{background: url(../img/b2c_back_10.png) no-repeat center center #f0f2fa; padding-top:160px; height:598px;}

.b2c_con04{background: url(../img/b2c_back_04.png) no-repeat center top #000f66; height:334px; position: absolute; top:0; width:100%; z-index: -1;} */

.slide_icon {
  float: right;
}
.slide_icon li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 3px 7px 2px 7px;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.b2c_slide {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 70px 40px;
}
.b2c_slide li {
  display: inline-block;
  vertical-align: middle;
}
.b2c_slide li.b2c_slide_prev {
  margin-right: 55px;
  margin-top: 150px;
}
.b2c_slide li.b2c_slide_next {
  margin-top: 150px;
}
.b2c_slide .b2c_slide_con {
  width: 870px;
  margin: 0 auto;
}

.b2c_slide_navi {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.b2c_slide_navi ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.b2c_slide_navi li:first-child {
  border-left: 1px solid #e5e5e5;
}
.b2c_slide_navi li {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  display: table-cell;
  width: 370px;
  padding: 20px 0;
  cursor: pointer;
  background: #eff2f9;
  border-bottom: 1px solid #e5e5e5;
  color: #7e818f;
  border-right: 1px solid #e5e5e5;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
}
.b2c_slide_navi li.on {
  background: #fff;
  font-weight: 700;
  color: #000;
  border-top: 5px solid #0024ff;
}
.b2c_slide_navi li:hover {
  background: #fff;
  font-weight: 700;
  color: #000;
}

.about {
  background: url(../img/b2c_back_05.png) no-repeat center center #0010ff;
  padding-top: 50px;
  padding-bottom: 20px;
}
.about a {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.about a:hover {
  text-decoration: underline;
}

.inquiry {
  margin: 80px auto;
}
.inquiry .bar {
  border-top: 1px solid #000;
  width: 50px;
  margin: 0 auto;
  padding-top: 30px;
}
.inquiry_con01 {
  width: 47%;
}
.inquiry_con01 label {
  font-weight: 700;
  display: block;
}
.inquiry_con01 label p {
  display: inline-block;
  width: 25%;
}
.inquiry_con01 label select {
  width: 74%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c3c3c3;
  padding: 15px 0;
}
.inquiry_con01 label input[type="text"] {
  width: 74%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c3c3c3;
  padding: 15px 10px;
}

.inquiry_con02 {
  width: 47%;
}
.inquiry_con02 p {
  font-weight: 700;
  margin-bottom: 15px;
}
.inquiry_con02 textarea {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 10px;
  height: 230px;
}
.inquiry_con02 a {
  color: #000;
  text-decoration: underline;
}
.inquiry_con05 a {
  color: #000;
  text-decoration: underline;
}

.b2b_inquiry {
  display: none;
}
/*.b2b_inquiry{background: url(../img/b2c_back_06.png) no-repeat center center; padding-top:50px; margin-top:50px; padding-bottom:50px;}*/

/*어바웃*/
.about_main {
  background: url(../img/about_top.jpg) no-repeat center #000;
  width: 100%;
  position: relative;
  height: 400px;
}
.faq_main {
  background: url(../img/faq_top.jpg) no-repeat center #000;
  width: 100%;
  position: relative;
  height: 400px;
}
.about_main .text {
  color: #fff;
  padding-top: 12%;
}
.about_main .text h2 {
  padding-bottom: 20px;
  font-weight: 18px;
}
.about_con01 {
  padding: 80px 0;
}
.about_con02 {
  position: relative;
}
.about_con02 .text {
  padding: 50px;
  width: 600px;
  background: #fff;
  position: absolute;
  top: 180px;
  left: 400px;
}
.about_con02 .text2 {
  padding: 50px;
  width: 600px;
  background: #fff;
  position: absolute;
  top: 280px;
  right: 400px;
  text-align: left !important;
}
.about_con02 a {
  display: inline-block;
  margin-top: 20px;
}
.about_con03 li {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 15px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  vertical-align: top;
  width: 23%;
  height: 350px;
  padding-top: 20px;
}
.about_con03 li:last-child {
  margin-right: 0;
}
.about_con03 li .title {
  font-size: 20px;
  padding-bottom: 10px;
}

/*FAQ*/
.faq_main {
  background: url(../img/faq_top.jpg) no-repeat center #000;
  width: 100%;
  position: relative;
  height: 400px;
}
.faq_main .text {
  color: #fff;
  padding-top: 15%;
}
.faq_main .text h2 {
  font-weight: 18px;
  font-size: 50px;
}
.faq .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*약관*/
.privacy_top a {
  color: #000;
  margin-right: 50px;
}
.privacy_top a:last-child {
  margin-right: 0px;
}
.privacy_top a:hover {
  text-decoration: underline;
  font-weight: 700;
}
.privacy_top a.active {
  text-decoration: underline;
  font-weight: 700;
}
.privacy {
  padding-bottom: 120px;
}
.privacy div {
  border-bottom: 1px dashed #cdcdcd;
}
.privacy .title {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
}
.privacy .title2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*로그인&회원가입*/
.login {
  width: 420px;
  margin: 0 auto;
  padding: 80px 0;
}
.login h4 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 40px;
}
.login h4 span {
  font-size: 20px;
  color: #69718f;
  font-weight: 400;
}

.login_ok {
  width: 420px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
.login_ok h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0;
}
.login_ok h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.login_ok button {
  width: 100%;
}

.login form {
  margin-top: 40px;
}
.login input[type="text"],
input[type="password"] {
  width: 100%;
  border-radius: 10px;
  font-size: 18px;
  padding: 20px;
  border: 1px solid #c9c9c9;
  margin-bottom: 20px;
}
.login input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #c9c9c9;
}
.login input::-webkit-input-placeholder {
  color: #c9c9c9;
}
.login input::-moz-placeholder {
  color: #c9c9c9;
}
.login input:-ms-input-placeholder {
  color: #c9c9c9;
}
.login input:-moz-placeholder {
  color: #c9c9c9;
}
.login p {
  font-size: 16px;
  margin-bottom: 20px;
}
.login button {
  width: 100%;
}
.login .login_con {
  text-align: center;
  margin: 20px 0;
}
.login .login_con span {
  color: #000;
  padding: 0 5px;
}
/* .login .login_con span:first-child{padding-right:0; border-left: 1px solid #c9c9c9;} */
.login ul li {
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.login ul li span {
  padding-left: 68px;
}
.login ul li.naver {
  background: url(../img/naver.png) no-repeat #4cd964;
}
.login ul li.facebook {
  background: url(../img/facebook.png) no-repeat #007aff;
}
.login ul li.google {
  background: url(../img/google.png) no-repeat #ff3b30;
  margin-bottom: 0;
}
.login .join {
  text-align: left;
}
.login .join label {
  font-weight: 400;
}
.login .join .all {
  font-size: 18px;
}
.login .join .bar {
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 20px;
}
.login .join a {
  float: right;
  color: #808080;
  font-size: 14px;
}

/*강좌목록*/
.sub::after {
  content: "";
  height: 100px;
  display: block;
  clear: both;
  visibility: hidden;
}
/* .sub_top{width:100%; height:210px; color:#fff;} */
.sub_top {
  width: 100%;
  height: 170px;
  color: #fff;
  background: url(../img/sub_top_university.png) center no-repeat #3b1785;
}
.sub_top.UC {
  background: url(../img/sub_top_university.png) center no-repeat #3b1785;
}
.sub_top.MOOC {
  background: url(../img/sub_top_mooc.png) center no-repeat #001699;
}
.sub_top.LC {
  background: url(../img/sub_top_language.png) center no-repeat #8e5300;
}
.sub_top.CC {
  background: url(../img/sub_top_cross.png) center no-repeat #998120;
}
.sub_top.REUT {
  background: url(../img/sub_top_reuters.png) center no-repeat #006988;
}
.sub_top.MB {
  background: url(../img/sub_top_mind.png) center no-repeat #345425;
}

.sub_top .text-con {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  width: 1100px;
}
/* .sub_top h2{font-size:40px; font-weight:700; padding-top:50px; text-align:center;} */
.sub_top h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.sub_top h3 {
  font-size: 18px;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0;
}

.sub_top .sub_top_con {
  padding-top: 20px;
}
.sub_top img {
  width: 200px;
  height: 133px;
  float: left;
  margin-right: 30px;
}
.sub_top img.sub_top_prev {
  width: auto;
  height: auto;
}
.sub_top img.sub_top_next {
  width: auto;
  height: auto;
}
.sub_top .sub_top_text {
  word-break: keep-all;
  padding-top: 0;
  vertical-align: middle;
  display: table-cell;
  height: 150px;
}
.sub_top .sub_top_text2 {
  word-break: keep-all;
  vertical-align: middle;
  display: table-cell;
  height: 150px;
}
.sub_top ul li {
  display: inline-block;
  vertical-align: middle;
}
.sub_top ul li:nth-child(2) {
  width: 85%;
  padding: 0 25px;
}
/* .sub_top .title{font-size:30px; font-weight: 700; line-height:45px; text-align:left; overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 87px; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} */
.sub_top .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  height: 170px;
  display: table-cell;
  vertical-align: middle;
  width: 1100px;
}
/* .sub_top .title2{font-size:30px; font-weight: 700; line-height:45px; overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 90px; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sub_top .title3{font-size:30px; font-weight: 700; line-height:45px; overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 52px; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;} */
.sub_top .title2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  display: table-cell;
  vertical-align: middle;
  width: 1100px;
}
.sub_top .title3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  display: table-cell;
  vertical-align: middle;
  width: 1100px;
}
.sub_top .sub_con {
  height: 75px;
  white-space: normal;
  line-height: 25px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -18px;
  letter-spacing: 0;
}
.sub_top .sub_con2 {
  height: 55px;
  white-space: normal;
  line-height: 25px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub_list_top .cafeteria_header_sort {
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
}
.sub_list_top .cafeteria_header_sort img {
  width: 23px;
}
.sub_list_top .cafeteria_header_sort li {
  float: left;
  margin-right: 5px;
  font-size: 13px;
}
.sub_list_top .cafeteria_header_sort li p {
  font-size: 16px;
  padding: 4px 10px 0 0;
  margin: 0;
  color: #757575;
}
.sub_list_top .cafeteria_header_sort li a {
  display: inline-block;
  padding: 4px 3px;
  color: #757575;
}
.sub_list_top .cafeteria_header_sort li a.on {
  font-weight: bold;
  color: #777;
}
.sub_list_con .con01 {
  margin-top: 30px !important;
}

.top_txt {
  padding-top: 45px;
}

.sub_left_navi {
  float: left;
  width: 239px;
  font-size: 18px;
  letter-spacing: 0;
}
.sub_left_navi li:hover {
  background: #f5f7ff;
}
.sub_left_navi li.on {
  border-left: 3px solid #0024ff;
  font-weight: 700;
}
.sub_left_navi li.on a {
  color: #0024ff;
}
.sub_left_navi li {
  padding: 13px 0 13px 18px;
  cursor: pointer;
  vertical-align: middle;
}
.sub_left_navi li a {
  color: #000;
  display: block;
}

.sub_left_navi2 {
  float: left;
  width: 239px;
  font-size: 18px;
}
.sub_left_navi2 ul {
  background: #f5f7ff;
  padding: 30px;
  border-radius: 20px;
}
.sub_left_navi2 li {
  color: #0024ff;
  font-weight: 700;
  padding: 15px 0 15px 23px;
  letter-spacing: 0;
}
.sub_left_navi2 li.ca01 {
  background: url(../img/ca01.png) no-repeat left 21px;
}
.sub_left_navi2 li.ca02 {
  background: url(../img/ca02.png) no-repeat left 21px;
}
.sub_left_navi2 li.ca03 {
  background: url(../img/ca03.png) no-repeat left 19px;
}
.sub_left_navi2 li.ca04 {
  background: url(../img/ca04.png) no-repeat left 19px;
}
.sub_left_navi2 li.ca05 {
  background: url(../img/ca05.png) no-repeat left 21px;
}
.sub_left_navi2 li.ca06 {
  background: url(../img/ca06.png) no-repeat left 21px;
}
.sub_left_navi2 li span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.sub_left_navi2 button {
  width: 100%;
}

.keyword {
  border: 1px solid #f0f2fa;
}
.keyword_title {
  background: #f0f2fa;
  padding: 10px;
  font-weight: 700;
}
.keyword ul {
  padding: 10px;
}

.sub_list {
  float: left;
  width: 826px;
  margin-left: 45px;
  letter-spacing: 0;
}
.sub_list_top h4 {
  font-size: 30px;
  font-weight: 700;
  float: left;
  margin-bottom: 30px;
}
.sub_list_top .search {
  float: right;
}
.sub_list_top input[type="text"] {
  width: 290px;
  height: 30px;
  border-bottom: 1px solid #b0b0b0;
  border-top: none;
  border-right: none;
  border-left: none;
}

.sub_list_tag {
  width: 100%;
  padding: 30px;
  background: #f5f7ff;
  border-radius: 20px;
}
.sub_list_tag span {
  margin-right: 15px;
}
.sub_list_tag a {
  background: url(../img/category_del.png) no-repeat right;
  padding-right: 15px;
}

.sub_list .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sub_list .bar {
  width: 100%;
  border-top: 1px solid #000;
}
.sub_list .content_list li {
  margin-bottom: 20px;
}
.sub_list .content_list li a {
  color: #000;
  background: url(../img/content_list.png) no-repeat left;
  padding: 3px 40px;
}
.sub_list .content_list li span {
  background: #0024ff;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  margin-left: 8px;
}

.sub_list_con {
  margin-top: 30px;
}
.sub_list_con select {
  float: right;
  margin: 20px 0;
}

.sub_list_con .more {
  /*text-align:center; margin-top:100px;*/
  text-align: right;
}

.search_f {
  text-align: center;
  font-size: 20px;
  color: #adb0b9;
  padding: 140px 0;
}

#myVideo {
  width: 70%;
  height: auto;
}
#myVideo2 {
  width: 100%;
  height: auto;
}
.video iframe#myVideo {
  height: 437px;
}
/* .video{background: #000;} */
.video_tab {
  margin-top: 5px;
  width: 90%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.video_tab li {
  display: inline-block;
  cursor: pointer;
  padding: 5px 25px;
}
.video_tab li.on {
  color: #0024ff;
  font-weight: 700;
  border-bottom: 3px solid #0024ff;
}

.video_tab li.off {
  /* display: none; */
}
@media (max-width: 700px) {
  .video_tab li.off {
    display: none;
  } 
}

#floatMenu-pre {
  position: absolute;
  top: 100px;
  left: 0px;
}
#floatMenu-next {
  position: absolute;
  top: 100px;
  right: 0px;
}
#floatMenu-list {
  position: absolute;
  top: 100px;
  right: 0px;
}
.font-awesome-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  background: #747474;
}
.font-awesome-circle a {
  color: #fff !important;
  font-size: 20px;
}
.font-awesome-circle a i {
  margin-top: 11px;
}
.reuter-arrow ul li a {
  color: #747474;
}

.quiz {
  padding: 30px;
  letter-spacing: 0;
  width: 90%;
  margin: 0 auto;
}
.quiz li {
  margin-bottom: 30px;
}
.quiz li div {
  vertical-align: top;
}
.quiz .number {
  display: inline-block;
  text-align: center;
  background: #0024ff;
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.quiz_con {
  display: inline-block;
  margin-left: 10px;
  width: 95%;
}
/* .quiz_con input{margin-bottom:15px; vertical-align: text-top;} */
.quiz_con input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}
.quiz_con .Q {
  font-weight: 700;
  margin-bottom: 20px;
}
.quiz_con .A {
  background: #f4f4f4;
  padding: 20px;
  width: 96%;
  min-height: 140px;
  margin-top: 20px;
}
.quiz_con .RQ {
  font-weight: 700;
  margin-bottom: 0px;
}
.quiz_con .RQ_ex {
  font-size: 14px;
  color: #5c5d63;
}
.quiz .relation li {
  background: url(../img/youtube.png) no-repeat left;
  padding-left: 50px;
  margin-bottom: 20px;
}
.quiz .relation li a {
  color: #000;
}
.quiz .pick {
  margin-bottom: 10px;
}
.quiz .pick span {
  font-weight: bold;
  color: #e22c1a;
  /* margin-bottom: 10px; */
}
.quiz .pick span img {
  width: 23px;
  margin-bottom: 3px;
}
.quiz_con .RQ span img {
  width: 23px;
  margin-bottom: 3px;
}

/* Ai speaking */
.ai-speaking {
  padding: 30px;
  letter-spacing: 0;
  width: 90%;
  margin: 0 auto;
}
.speaking-wrap .speaking-list {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
}
.speaking-wrap .speaking-list ul {
  text-align: right;
}
.speaking-wrap .speaking-list ul li {
  display: inline-block;
}
.speaking-wrap .speaking-list ul li:nth-child(2) {
  margin: 0 10px;
}
.speaking-wrap .speaking-con-wrap {
  position: relative;
}
.speaking-wrap .speaking-con-wrap .speaking-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 100%;
}
.speaking-wrap .speaking-con-wrap .init {
  top: 25%;
}
.speaking-wrap .speaking-con-wrap .speaking-arrow p {
  cursor: pointer;
  width: 5%;
  display: inline-block;
  vertical-align: top;
}
.speaking-wrap .speaking-con-wrap .speaking-arrow p.right-btn {
  float: right;
}
.speaking-wrap .speaking-con-wrap .speaking-con {
  position: relative;
  text-align: center;
  width: 70%;
  margin: 60px auto 0 auto;
}
.speaking-wrap .speaking-con-wrap .speaking-con h3 {
  font-size: 26px;
  font-weight: bold;
  color: #707070;
}
.speaking-wrap .speaking-con-wrap .speaking-con h3 span {
  color: #0024ff;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test {
  position: relative;
  z-index: 9;
  margin-top: 60px;
  padding: 50px;
}
.speaking-wrap .speaking-con-wrap .speaking-con .active {
  box-shadow: 1px 2px 20px #ddd;
  border-radius: 20px;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .btn-box ul li {
  display: inline-block;
  cursor: pointer;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .btn-box ul li:nth-child(2) {
  margin: 0 50px;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box {
  margin: 0 0 50px 0;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box h4 {
  font-size: 24px;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box p.sentence {
  font-size: 16px;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box .progress {
  margin-bottom: 50px;
  width: 100%;
  height: 15px;
  border-radius: 20px;
  background: #e3e3e3;
}
.speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box .progress p {
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to right, #ffd633, #c779d0, #0024ff);
}

.page_p {
  display: none;
  color: #ccc;
  font-weight: normal;
}

.check_x {
  background: url(../img/check_x.png) no-repeat -1px 1px;
}
.check_o {
  background: url(../img/check_o.png) no-repeat -1px 1px;
}

/*풋터*/
.footer {
  background: #34343a;
  width: 100%;
  padding: 40px;
  font-size: 13px;
  color: #aeb0c2;
  line-height: 20px;
  height: 247px;
  position: absolute;
  bottom: 0;
}
.footer_bar {
  border: 1px solid #404148;
  width: 100%;
  margin-bottom: 20px;
}
.footer_01 {
  float: left;
  letter-spacing: 0;
  width: 45%;
}
/* .footer_01 img{margin-bottom:30px;} */
.footer_01 p {
  font-weight: normal;
  padding-bottom: 10px;
}
.footer_01 span {
  font-weight: 700;
}
.footer_01 ul li {
  display: inline-block;
  border-right: 1px solid #aeb0c2;
  padding: 0 20px;
  font-weight: normal;
}
.footer_01 ul li:first-child {
  padding-left: 0;
}
.footer_01 ul li:last-child {
  padding-right: 0;
  border: none;
}
.footer_01 ul li a {
  color: #aeb0c2;
}
.footer_02 {
  width: 460px;
  float: right;
}
.footer_02 .contact {
  width: 460px;
  display: inline-block;
}
.footer_02 .contact p {
  float: left;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 0;
}
.footer_02 .contact .family_site {
  float: right;
  border: 0;
  padding: 4px 10px;
  margin-bottom: 3px;
}
.footer_02 ul {
  width: 100%;
}
.footer_02 p {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer_02 li {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-weight: normal;
}
.footer_02 span {
  color: #aeb0c2;
  padding-right: 20px;
}

/*페이지*/
.page {
  text-align: center;
  margin: 20px auto;
}
.page a {
  padding: 3px;
  margin: 0 5px;
}
.page a.on {
  font-weight: bold;
  color: #f26969;
}
.page a img {
  width: 20px;
}

/*여기서부터 복붙*/
/*상품보기*/
.sub_top.b2c_product {
  background: url(../img/sub_top_product.png) center no-repeat #001699;
}
.sub_top.b2c_product h2 {
  padding-top: 80px;
}
.nav_tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #6c757d;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  cursor: pointer;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0024ff;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 700;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product .product_con {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.product li.product_con:last-child {
  margin-bottom: 150px;
}
.product .product_info li {
  display: inline-block;
  vertical-align: top;
}
.product .product_info img {
  width: 300px;
  height: 210px;
  padding: 25px;
}
.product .product_text {
  width: 500px;
  padding: 25px 25px 25px 0;
  height: 210px;
  position: relative;
}
.product .product_text dt a {
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0;
  color: #000;
  display: inline-block;
}
.product .product_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}
.product .product_info dd.account {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 30px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 30px;
}

.product .product_price {
  display: inline-block;
  border-left: 1px solid #e5e5e5;
  height: 210px;
  position: relative;
  width: 300px;
}
.product .product_price .price {
  padding: 20px;
}
.product .product_price .apply_button {
  position: absolute;
  bottom: 0;
  text-align: center;
}
.product .product_price .apply_button .apply {
  background: url(../img/apply.png) no-repeat 25px #0024ff;
  color: #fff;
  display: inline-block;
  width: 149px;
  padding: 20px 7px 20px 20px;
}
.product .product_price .apply_button .cart {
  background: url(../img/cart.png) no-repeat 25px;
  display: inline-block;
  width: 148px;
  padding: 20px 7px 20px 20px;
  color: #000;
  border-top: 1px solid #e5e5e5;
  margin-left: -2px;
}

.package {
  width: 100%;
}
.package .package_con {
  width: 1080px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  position: relative;
  margin-bottom: 50px;
}
.package li.package_con:last-child {
  margin-bottom: 150px;
}
.package .package_info li {
  display: inline-block;
  vertical-align: top;
}
.package .package_text {
  width: 772px;
  padding: 25px 25px 0 25px;
}
.package .package_text dt a {
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0;
  color: #000;
  display: inline-block;
}
.package .package_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}
.package .package_info dd.account {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 55px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.package .package_price {
  display: inline-block;
  border-left: 1px solid #e5e5e5;
  height: 210px;
  position: relative;
  width: 302px;
}
.package .package_price .price {
  padding: 20px;
}
.package .package_price .apply_button {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.package .package_price .apply_button .apply {
  background: url(../img/apply.png) no-repeat 110px #0024ff;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 20px 7px 20px 20px;
}
.package .package_price .apply_button .cart {
  background: url(../img/cart.png) no-repeat 25px;
  display: inline-block;
  width: 148px;
  padding: 20px 7px 20px 20px;
  color: #000;
  border-top: 1px solid #e5e5e5;
  margin-left: -2px;
}

.package .package_back {
  width: 1080px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  z-index: -1;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 210px;
}
.package .package_back2 {
  width: 1080px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  z-index: -2;
  position: absolute;
  left: 10px;
  top: 10px;
  height: 210px;
}

.pop_top .pop_top_con {
  padding-top: 20px;
}
.pop_top img {
  width: 200px;
  height: 133px;
  float: left;
  margin-right: 30px;
}
.pop_top .pop_top_text {
  word-break: keep-all;
}
.pop_top .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 80px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pop_top .title2 {
  font-weight: bold;
  font-size: 20px;
}
.pop_top .pop_con {
  height: 75px;
  white-space: normal;
  line-height: 25px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pop_list li {
  margin-bottom: 20px;
  background: url(../img/content_list.png) no-repeat left;
  padding: 3px 40px;
}
.pop_list li a {
  color: #000;
}

.product_reu_top .title {
  font-weight: 700;
  font-size: 30px;
}
.product_reu_top .sub_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.product_reu_con .title {
  font-size: 25px;
  font-weight: 700;
}
.product_reu_con ul li {
  width: 23%;
  padding-top: 40px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.product_reu_con .apply_button .apply {
  background: url(../img/apply.png) no-repeat 80px #0024ff;
  padding: 20px 7px 20px 20px;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.product_reu_con .apply_button .cart {
  background: url(../img/cart.png) no-repeat 25px;
  display: inline-block;
  width: 49%;
  padding: 20px 7px 20px 20px;
  color: #000;
  border-top: 1px solid #e5e5e5;
  margin-left: -2px;
}

.product_reu_img {
  float: right;
}

/*메일링*/
.mail_title {
  font-size: 32px !important;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 80px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-top: 30px !important;
}
.mail_sub {
  padding-top: 20px !important;
}
.mail_lecture_list {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
}
.mail_lecture_list.mylist p.title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #0010ff;
  border-radius: 15px;
  margin-right: 10px;
}
.mail_lecture_con {
  width: 55%;
  display: inline-block;
}
.mail_lecture_con .sub_list {
  width: auto;
  float: none;
  margin-left: 0;
}

/*마이페이지*/
.logout {
  font-size: 14px;
  color: #afafaf;
}

.myproduct_none {
  font-weight: bold;
  font-size: 25px;
  color: #d1d8ff;
}
.myproduct_none p {
  padding-top: 200px;
}

.myproduct .myproduct_con {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  margin-bottom: 30px;
  position: relative;
}
.myproduct li.myproduct_con:last-child {
  margin-bottom: 150px;
}
.myproduct .myproduct_info li {
  display: inline-block;
  vertical-align: top;
}
.myproduct .myproduct_info img {
  width: 300px;
  height: 210px;
  padding: 25px;
}
.myproduct .myproduct_text {
  width: 500px;
  padding: 25px 25px 25px 0;
  position: relative;
}
.myproduct .myproduct_text dl {
  width: 89%;
  display: inline-block;
}
.myproduct .myproduct_text dt a {
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0;
  color: #000;
  display: inline-block;
}
.myproduct .myproduct_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}
.myproduct .myproduct_text span.check01 {
  width: 11%;
  float: right;
  font-size: 14px;
  margin-top: 10px;
}
.myproduct .myproduct_text span.check01 img {
  width: 30px;
  height: auto;
  padding: 0;
}
.myproduct .myproduct_learning {
  width: 500px;
  position: absolute;
  right: 25px;
  top: 155px;
}
.myproduct .myproduct_info dd.account {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 30px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.myproduct .learning_bg {
  width: 379px;
  height: 10px;
  background: #cfcfcf;
  margin-right: 10px;
  margin-top: 8px;
  border-radius: 50px;
}
.myproduct .learning {
  height: 10px;
  background: #0024ff;
  margin-right: 10px;
  border-radius: 50px;
}
.myproduct .del {
  background: url(../img/del.png) no-repeat;
  width: 7px;
  height: 39px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.myproduct .compulsory {
  position: absolute;
  top: 0;
}
.myproduct .myproduct_pop {
  width: 200px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  position: absolute;
  top: 20px;
  right: 0;
  text-align: center;
}
.myproduct .myproduct_pop a {
  width: 100%;
  color: #000;
  display: inline-block;
  padding: 15px 0;
}
.myproduct .myproduct_pop a:first-child {
  border-bottom: 1px solid #e5e5e5;
}

.mylist .title {
  font-size: 30px;
}
.mylist .mylist_info li {
  display: inline-block;
  padding-left: 25px;
  margin-left: 20px;
}
.mylist .mylist_info li:first-child {
  background: url(../img/mylist_info01.png) no-repeat left;
  background-size: 20px;
}
.mylist .mylist_info li:nth-child(2) {
  background: url(../img/mylist_info02.png) no-repeat left;
  background-size: 20px;
}
.mylist .mylist_info li:last-child {
  background: url(../img/mylist_info03.png) no-repeat left;
  background-size: 20px;
}

.mylist .mylist_con li {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  padding: 20px 30px;
  margin-bottom: 20px;
}
.mylist .mylist_con li:last-child {
  margin-bottom: 100px;
}
.mylist .mylist_con li p {
  display: table-cell;
  vertical-align: middle;
}
.mylist .mylist_con li .mylist_con_title {
  width: 700px;
  vertical-align: middle;
}

.mylist .mylist_con li p.learning-day {
  font-size: 14px;
  width: 150px;
}
.mylist .mylist_con li .rate {
  width: 50px;
}
.mylist .mylist_con li .check01 {
  color: #0024ff;
  font-size: 14px;
  width: 100px;
}
.mylist .mylist_con li .check02 {
  color: #ff9500;
  font-size: 14px;
  width: 100px;
}
.mylist .mylist_con li .check03 {
  color: #c7c7cc;
  font-size: 14px;
  width: 100px;
}
.mylist-div {
  display: table-cell;
}

/*클래스 커뮤니티*/
.news input[type="text"] {
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
.news .editor {
  width: 100%;
  height: 400px;
}
.news table th {
  vertical-align: middle;
}

.commu_top {
  display: block;
}
.commu_top a {
  font-size: 14px;
  color: #949494;
  text-decoration: underline;
}

.commu_read_top {
  padding: 20px;
  border-bottom: 1px solid #d5d6dc;
}
.commu_read_top .news_subject .category {
  color: #fff;
  background: #0024ff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}
.commu_read_top .news_subject .to {
  background: #f0f2fa;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}
.commu_read_top .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.commu_read_top .date {
  font-size: 14px;
  color: #949494;
}
.commu_read_con {
  padding: 20px;
  border-bottom: 1px solid #d5d6dc;
}
.commu_read_navi {
  display: block;
  height: 45px;
  border-bottom: 1px solid #d5d6dc;
}
.commu_read_navi a {
  color: #000;
  padding-top: 10px;
}

.reple .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.reple textarea {
  width: 83.5%;
  height: 80px;
  border: 1px solid #d5d6dc;
}
.reple .submit {
  width: 124px;
  height: 80px;
  border: 1px solid #d5d6dc;
  background: #eff2f9;
}
.reple_reple {
  font-size: 14px;
  color: #949494;
  display: inline-block;
}

.page li {
  display: inline-block;
  margin: 0 10px;
}
.page li a {
  color: #000;
}
.page li .on {
  font-weight: 700;
  color: #0024ff;
}

/*선물하기, 공유하기*/
.header-icon {
  display: block;
  margin-top: -40px;
  float: right;
}
.header-icon a {
  color: #fff;
}
.header-icon a:nth-child(2) {
  padding-left: 10px;
}
.header-icon a span {
  color: #f4f4f4;
  padding-left: 20px;
  font-size: 15px;
}
.header-icon-phone {
  display: none;
}

.pop_translate_wrap li {
  list-style: none;
}
.deemed {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.gift-sample-pop {
  width: 100%;
  position: absolute;
  z-index: 999;
  text-align: center;
  top: 7%;
  margin: 0 auto;
  background: #fff;
}

.share_pop {
  width: 100%;
  position: absolute;
  z-index: 9;
  text-align: center;
  top: 7%;
}
.share_pop > ul {
  position: relative;
  width: 550px;
  height: 235px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
.share_pop > ul > li:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.share_pop > ul > li:nth-child(2) {
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}
.share_pop > ul > li:nth-child(4) {
  font-size: 16px;
  padding: 10px 0;
}
.share_pop > ul > li button {
  width: 70px;
  border: 1px solid #0024ff;
  background: #fff;
  height: 37px;
  color: #0024ff;
}
.share_pop > ul > li input {
  width: 70%;
  margin: 0 auto;
  padding: 5px;
  font-size: 20px;
}
.share_pop > ul > li > ul {
  width: 120px;
  margin: 0 auto;
}
.share_pop > ul > li > ul > li {
  float: left;
}
.share_pop > ul > li > ul > li:nth-child(1) {
  padding-right: 10px;
}
/*내정보*/
.myinfo {
  padding: 20px;
}
.myinfo .id {
  background: #f0f2fa;
  padding: 10px 20px;
}
.myinfo span {
  font-size: 14px;
  color: #949494;
  font-weight: 300;
  margin-left: 10px;
}
.myinfo input[type="text"] {
  width: 100%;
  padding: 15px;
}
.myinfo input[type="password"] {
  width: 100%;
  padding: 15px;
}
.myinfo input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.like_keyword li {
  color: #fff;
  background: #0024ff;
  padding: 7px;
  display: inline-block;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.like_keyword li:last-child {
  margin-right: 0;
}
.pop_like_keyword li {
  color: #939594;
  background: #eff2f9;
  padding: 7px;
  display: inline-block;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 5px;
}
.pop_like_keyword li:last-child {
  margin-right: 0;
}
.pop_like_keyword li.on {
  color: #fff;
  background: #0024ff;
}

.leave {
  border-top: 1px solid #d5d6dc;
  padding-top: 20px;
}
.leave a {
  font-size: 14px;
  color: #949494;
}

/*장바구니*/
.cart .cart_con {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  margin-right: 14px;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.cart .cart_con .del {
  position: absolute;
  top: 20px;
  right: 20px;
}
.cart .cart_info li {
  display: inline-block;
  vertical-align: top;
}
.cart .cart_info input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 25px 0 0 20px;
}
.cart .cart_info img {
  width: 200px;
  height: 140px;
  margin: 25px 20px 0 20px;
}
.cart .cart_text {
  width: 500px;
  position: relative;
  margin-top: 20px;
}
.cart .cart_text dt a {
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0;
  color: #000;
  display: inline-block;
}
.cart .cart_text dd {
  font-size: 13px;
  color: #949494;
  line-height: 18px;
  padding-top: 5px;
}
.cart .cart_info dd.account {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 30px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cart .cart_info .cart_price {
  display: block;
  padding: 15px 25px;
  margin-top: 20px;
  background: #f7f8fc;
}
.cart .cart_info .cart_price .date {
  float: left;
}
.cart .cart_info .cart_price .cost {
  text-align: right;
}

.all_price {
  background: #0024ff;
  padding: 20px;
  font-size: 18px;
  color: #fff;
}
.Receive_price {
  border: 1px solid #0024ff;
  padding: 20px;
  font-size: 18px;
  color: #0024ff;
  height: 65px;
  margin-bottom: 10px;
}
.Receive_price .search input {
  margin-top: -10px;
}

/*레이어팝업*/
#mask {
  position: fixed;
  z-index: 9999;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

/*레이어팝업*/
#dim {
  position: fixed;
  z-index: 9999;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.layer {
  position: absolute;
  min-width: 400px;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 9999;
  overflow: auto;
}

.info-layer-hana {
  position: absolute;
  width: 100%;
  z-index: 9999;
  overflow: auto;
  top: -95px;
}
.layer-hana {
  width: 850px;
  margin: 0 auto;
}

.main-hana-layer-pc {
  display: block;
}
.main-hana-layer-m {
  display: none;
}

.layer-new {
  position: fixed;
  top: 50%;
  width: 50%;
  height: 600px;
  margin-top: -300px;
  z-index: 99;
  left: 50%;
  margin-left: -25%;
}
.layer-new-wrap {
  height: 100%;
  overflow: auto;
  padding: 20px;
  background: #fff;
  -ms-overflow-style: none;
  margin: 0 auto;
}
.layer-new-wrap::-webkit-scrollbar {
  display: none;
}

.layer .android a {
  width: 220px;
  height: 70px;
  position: absolute;
  top: 240px;
  left: 30px;
  cursor: pointer;
}
.layer .ios a {
  width: 220px;
  height: 70px;
  position: absolute;
  top: 240px;
  left: 270px;
  cursor: pointer;
}
/* 한전 앱 */
.app-guide {
  position: absolute;
  min-width: 300px;
  top: 320px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f0f2fa;
  z-index: 99999;
  overflow: auto;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
}
.app-guide h2 {
  font-family: "Noto Sans KR";
  color: #2a419d;
  font-size: 18pt;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  text-underline-position: under;
}
.app-guide img {
  width: 100%;
}
.app-guide > .app-guide-close {
  width: 5%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
/* 팝업으로 뜨는 윈도우 css  */
.window {
  position: absolute;
  left: 50%;
  padding: 30px;
  top: 50px;
  margin-left: -400px;
  width: 800px;
  background-color: #fff;
  z-index: 9999;
  margin-bottom: 100px;
}
.window h1 {
  font-size: 20px;
  font-weight: 700;
}
.window div {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.window div:last-child {
  border-bottom: none;
}

.window2 {
  position: absolute;
  left: 50%;
  padding: 30px;
  top: 50px;
  margin-left: -400px;
  width: 800px;
  background-color: #fff;
  z-index: 9999;
  margin-bottom: 100px;
}

.window2 h1 {
  font-size: 30px;
}
.window2 input[type="text"] {
  width: 95%;
  margin-left: 10px;
}

.window3 {
  position: absolute;
  left: 50%;
  padding: 30px;
  height: 220px;
  top: 50px;
  margin-left: -250px;
  width: 500px;
  background-color: #fff;
  z-index: 9999;
  margin-bottom: 100px;
}
.window3 h1 {
  font-size: 20px;
  font-weight: 700;
}
.window3 div {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.window3 div:last-child {
  border-bottom: none;
}

/*180913_마이페이지홈 추가*/
.mypage_dboard .box {
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
}
.mypage_dboard .box .title {
  font-size: 18px;
  margin-bottom: 0;
  width: 81.5%;
}
.dboard01 {
  width: 65%;
}
.dboard01 div {
  padding: 30px 20px;
}
.dboard01 li {
  display: inline;
}
.dboard01 .subtitle {
  font-size: 35px;
  color: #0024ff;
}
/* .dboard02{width:34%; float:right; padding:32px 20px; vertical-align: auto; height:186px;} */
.dboard02 {
  width: 100%;
  padding: 32px 20px;
  display: table;
}
/* .dboard02 ul {display: table-row;} */
.dboard02 ul li {
  display: table-cell;
  vertical-align: middle;
}
/* .dboard02 ul li:last-child div{float:right;} */
.dboard02 .subtitle p {
  font-size: 40px;
  color: #0024ff;
  line-height: 50px;
}
.dboard02 .subtitle p.real-time span {
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.dboard02 .subtitle p.real-time span b {
  font-size: 40px;
  color: #0024ff;
  font-weight: 700;
}
.dboard02 .subtitle .time {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  margin-top: -10px;
  display: block;
}

.reward {
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  padding: 20px;
  height: 205px;
}
.reward_runningman {
  width: 755px;
  position: relative;
  z-index: 99;
}
.runningman {
  position: absolute;
  top: 50px;
  z-index: 999;
}

.flag {
  width: 755px;
  position: relative;
  margin: 0 auto;
  z-index: 99;
}
.flag ul li {
  position: absolute;
}
.flag .flag01 {
  top: 70px;
  left: 3.333%;
}
.flag .flag02 {
  top: 70px;
  left: 16.666%;
}
.flag .flag03 {
  top: 10px;
  left: 33.333%;
}
.flag .flag04 {
  top: 10px;
  left: 66.666%;
}
.flag .flag05 {
  top: 10px;
  right: 0px;
}

.progress_bar {
  width: 755px;
  position: relative;
  top: 100px;
  margin: 0 auto;
}
.progress_bar li {
  height: 9px;
}
.progress_bar_bg {
  background: #dedede;
  position: absolute;
  right: 0;
}
.progress_bar_on {
  background: url(../img/progress_bar_on.png) repeat-y;
}

.progress_info {
  max-width: 755px;
  width: 100%;
  position: relative;
  font-size: 13px;
  color: #848484;
  margin: 0 auto;
}
.progress_info li {
  position: absolute;
}
.progress_info .progress_info01 {
  top: 100px;
  left: 3.333%;
  width: 90px;
}
.progress_info .progress_info02 {
  top: 100px;
  left: 16%;
  width: 90px;
}
.progress_info .progress_info03 {
  top: 100px;
  left: 32%;
  width: 90px;
}
.progress_info .progress_info04 {
  top: 100px;
  left: 66.6666%;
  width: 90px;
}
.progress_info .progress_info05 {
  top: 100px;
  right: 0px;
  width: 110px;
}

.mypage_recommend .con01 li:nth-child(3n) {
  margin-right: 0;
}

.lecture_ing ul li {
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: table;
}

.lecture_ing ul li div {
  vertical-align: middle;
  display: table-cell;
}
.lecture_ing ul li div.con1 {
  width: 88%;
}
.lecture_ing ul li div.con2 {
  width: 12%;
}

/* Sophie css */

.slide {
  width: 100%;
  height: 405px;
  padding-top: 30px;
}
.slide_center_visible {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  height: 405px;
  overflow: hidden;
  position: relative;
  left: 0;
}
.slide_800 {
  height: 405px;
  position: relative;
}
.slide_800 > div {
  position: absolute;
  top: 0;
}

.fst {
  width: 100%;
  height: 405px;
  background: #ddd;
  left: 0;
}
.scd {
  width: 100%;
  height: 405px;
  background: #0059b3;
  left: 100%;
}
.thr {
  width: 100%;
  height: 405px;
  background: #8c2300;
  left: 200%;
}

.button {
  width: 100%;
  height: auto;
  position: relative;
  top: 50px;
}
.button ul {
  margin: 0 auto;
  width: 150px;
  margin-top: 30px;
}
.button ul li a {
  display: block;
  width: 15px;
  height: 15px;
  background: #626262;
  border-radius: 10px;
}
.button ul li.act a {
  background: #fff;
}

.big_img > div {
  position: relative;
  top: 0;
  left: 0;
}
.fst1 {
  width: 100%;
  left: 0;
}
.scd2 {
  width: 100%;
  left: 100%;
}
.thd3 {
  width: 100%;
  left: 200%;
}

.b2c_slide > ul {
  position: relative;
  top: 0;
  padding-bottom: 100px;
}

.main_con2 ul li.big {
  position: relative;
  text-align: center;
  left: 0;
  width: 610px;
  height: 405px;
  overflow: hidden;
}

.con03 {
  position: relative;
}
.con03 > .con01 {
  position: absolute;
  right: 0;
}
.con03 .slide_icon li {
  width: 31px;
  height: 31px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.b2c_slide_navi li.act {
  background: #fff;
  font-weight: 700;
  color: #000;
  border-top: 5px solid #0024ff;
}
.b2c_slide li.prev {
  margin-right: 55px;
  margin-top: 150px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.b2c_slide li.next {
  margin-top: 150px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.b2c_slide .b2c_slide_con {
  width: 870px;
  margin: 0 auto;
}

.main_con2_nav {
  text-align: center;
}
.main_con2_nav li {
  display: inline-block;
  margin: 20px 5px;
}
.main_con2_nav li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #626262;
  border-radius: 50px;
  display: block;
}
.main_con2_nav li.act:after {
  background: #fff;
}

/*반응형 추가*/
.phone_nav {
  display: none;
}
.phone_main {
  display: none;
}
.phone_block {
  display: none;
}
.phone_flex {
  display: none;
}
.gnbBtn {
  display: none;
}

/*세아 게시판*/
.seah .bar {
  width: 100%;
  border-top: 1px solid #d5d6dc;
}
.seah .seah-wrap {
  max-width: 950px;
  margin: 0 auto;
}
.seah .seah-wrap2 {
  max-width: 856px;
  margin: 0 auto;
}
.seah .seah-tab li {
  float: left;
  font-size: 18px;
}
.seah .seah-tab li:last-child {
  margin-bottom: 30px;
}
.seah .seah-tab li a {
  display: block;
  background: #f0f2fa;
  border: 1px solid #e0e2ea;
  color: #b5b9c8;
  width: 159px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 23px 0;
  text-align: center;
  cursor: pointer;
}

.seah .seah-tab li.halla a {
  width: 191px;
  text-decoration: none;
}

.seah .seah-tab li a:hover {
  color: #fff;
  font-weight: 700;
  background: #e64b2c;
}
.seah .seah-tab li a.active {
  color: #fff;
  font-weight: 700;
  background: #e64b2c;
}

.seah .seah-map {
  position: relative;
}

.seah .seah-pop {
  position: absolute;
  width: 230px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.2);
  z-index: 999;
}

.seah .CH {
  top: 10px;
  left: 350px;
}
.seah .UAE {
  top: 93px;
  left: 250px;
}
.seah .GER {
  top: 4px;
  left: 160px;
}
.seah .MEX {
  top: 87px;
  left: 709px;
}
.seah .USA {
  top: 10px;
  left: 714px;
}
.seah .VI {
  top: 115px;
  left: 380px;
}
.seah .IT {
  top: 40px;
  left: 180px;
}
.seah .INDIA {
  top: 81px;
  left: 306px;
}
.seah .IDS {
  top: 144px;
  left: 388px;
}
.seah .JA {
  top: 60px;
  left: 442px;
}
.seah .CA {
  top: -40px;
  left: 630px;
}
.seah .THAI {
  top: 100px;
  left: 350px;
}
.seah .RU {
  top: -50px;
  left: 390px;
}
.seah .BANG {
  top: 92px;
  left: 335px;
}
.seah .BRA {
  top: 180px;
  left: 825px;
}
.seah .TUR {
  top: 53px;
  left: 211px;
}
.seah .COT {
  top: 129px;
  left: 124px;
}
.seah .POL {
  top: 16px;
  left: 180px;
}

.seah .halla-list.CH {
  top: 23px;
  left: 262px;
}
.seah .halla-list.UAE {
  top: 93px;
  left: 188px;
}
.seah .halla-list.GER {
  top: 10px;
  left: 90px;
}
.seah .halla-list.MEX {
  top: 88px;
  left: 648px;
}
.seah .halla-list.USA {
  top: 16px;
  left: 644px;
}
.seah .halla-list.VI {
  top: 118px;
  left: 315px;
}
.seah .halla-list.IT {
  top: 40px;
  left: 180px;
}
.seah .halla-list.INDIA {
  top: 81px;
  left: 244px;
}
.seah .halla-list.IDS {
  top: 144px;
  left: 328px;
}
.seah .halla-list.JA {
  top: 55px;
  left: 385px;
}
.seah .halla-list.CA {
  top: -40px;
  left: 630px;
}
.seah .halla-list.THAI {
  top: 100px;
  left: 350px;
}
.seah .halla-list.RU {
  top: -47px;
  left: 321px;
}
.seah .halla-list.BANG {
  top: 92px;
  left: 272px;
}
.seah .halla-list.BRA {
  top: 182px;
  left: 761px;
}
.seah .halla-list.TUR {
  top: 57px;
  left: 145px;
}
.seah .halla-list.COT {
  top: 132px;
  left: 59px;
}
.seah .halla-list.POL {
  top: 16px;
  left: 122px;
}

.seah .seah-pop .top {
  background: #3b4a51;
  color: #fff;
  padding: 10px;
}
.seah .seah-pop .cont {
  padding: 10px;
  height: 185px;
  overflow: auto;
}
.seah .seah-pop .cont ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.seah .seah-pop .cont ul li:last-child {
  border-bottom: none;
}
.seah .seah-pop .cont table {
  width: 100%;
}
.seah .seah-pop .cont table tr td {
  vertical-align: middle;
}
.seah .seah-pop .cont .photo {
  width: 37px;
  height: 37px;
  border-radius: 18.5px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  background: url(../img/photo-back.png) no-repeat center center;
}
.seah .seah-pop .con {
  position: relative;
  padding: 0;
}
.seah .seah-pop .con .triangle {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 100px solid #fff;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 70px;
  left: -20px;
  z-index: -1;
}

.seah .form div {
  float: right;
}
.seah .form .seah-btn {
  font-size: 13px;
  border: 1px solid #e0e2ea;
  padding: 5px 10px;
  background: #fff;
}
.seah .form .seah-btn-blue {
  font-size: 13px;
  border: 1px solid #0024ff;
  padding: 5px 10px;
  background: #fff;
  color: #0024ff;
}
.seah .form .seah-btn-blue-full {
  font-size: 13px;
  border: 1px solid #0024ff;
  padding: 5px 10px;
  background: #0024ff;
  color: #fff;
}

.seah .news tr th,
.seah .news tr td {
  padding: 15px 10px 15px 0;
}
.seah .news tr:hover {
  background: none;
}
.seah .news .top {
  text-align: center;
  font-weight: 700;
}
.seah .news .top:hover {
  background: #fff;
}
.seah .news .category {
  text-align: center;
  width: 80px;
}
.seah .news .category span {
  color: #fff;
  background: #0024ff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}
.seah .news .news_subject span {
  background: #f0f2fa;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}
/* .seah .news .news_subject p.news_subject_con {display: inline-block;} */

.trans_btn {
  width: 1110px;
  margin: 20px auto 0 auto;
  padding: 25px 40px;
  border-top: 1px solid #dfdfdf;
}
.trans_btn ul {
  padding: 0;
  width: 1110px;
  text-align: left;
  margin: 0;
  display: inline;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}
.trans_btn span {
  text-decoration: underline;
  font-size: 15px;
  color: #000;
}

.trans_btn5 {
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 25px 0px;
  border-top: 1px solid #dfdfdf;
}
.trans_btn5 ul {
  padding: 0;
  text-align: left;
  margin: 0;
  display: inline;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}
.trans_btn5 span {
  text-decoration: underline;
  font-size: 15px;
  color: #000;
}

/*데일리 오픽*/
.opic-wrap {
  width: 100%;
  max-width: 650px;
  font-family: "맑은 고딕", "Malgun Gothic", san-serif;
  margin: 30px auto;
  letter-spacing: 0;
}
.opic-wrap .opic-top h1 {
  display: inline-block;
}

.opic-wrap .opic-top a {
  float: right;
  margin-top: 31px;
}

.opic-wrap .opic-part {
  width: 100%;
  border-top: 1px solid #0878ed;
  border-bottom: 1px solid #0878ed;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

.opic-wrap .opic-part th {
  padding: 10px 0;
  background: #0878ed;
  color: #fff;
}
.opic-wrap .opic-part td {
  padding: 10px 0;
}

.opic-wrap .opic-video {
  width: 100%;
  margin-top: 10px;
}

.opic-wrap .opic-video video {
  width: 100%;
}

.opic-wrap .opic-key h3 {
  font-size: 20px;
  color: #0878ed;
  /*background: url(../img/imooc_opic_key.png) no-repeat left;*/
  font-weight: bold;
}

.opic-wrap .opic-key h3 span {
  color: #000;
}

.opic-wrap .opic-key .opic-key-con {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin-top: 20px;
}

/* 오픽al시작 */

.opic-wrap .opic-al-layer-wrap {
  height: 100%;
  overflow: auto;
  padding: 0 10px 10px 10px;
  background: #fff;
  -ms-overflow-style: none;
  margin: 0 auto;
}

.opic-al-layer-wrap table {
  margin-top: 72px;
}

.opic-al-layer-wrap::-webkit-scrollbar {
  display: none;
}

.opic-al-layer-wrap .title {
  font-weight: bold;
  display: inline-block;
  color: #84195a;
}

.opic-al-layer-wrap table {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 45px;
  border-top: 1px solid #dcdcdc;
}

.opic-al-layer-wrap table tr {
  height: 35px;
}
.opic-al-layer-wrap table th {
  border-bottom: 1px solid #84195a;
  border-right: 1px solid #84195a;
  border-top: 1px solid #84195a;
  font-weight: bold;
  background: #84195a;
  vertical-align: middle;
  color: #fff;
}

.opic-al-layer-wrap table th:first-child {
  border-left: 1px solid #dcdcdc;
}

.opic-al-layer-wrap table td {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  vertical-align: middle;
}

.opic-al-layer-wrap table td:first-child {
  border-left: 1px solid #dcdcdc;
}

.opic-al-layer-wrap table tr.back {
  background: #f5f5f5;
  color: #cacaca !important;
}

.opic-wrap .opic-al-part {
  width: 100%;
  border-top: 1px solid #84195a;
  border-bottom: 1px solid #84195a;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

.opic-wrap .opic-al-part th {
  padding: 10px 0;
  background: #84195a;
  color: #fff;
}
.opic-wrap .opic-al-part td {
  padding: 10px 0;
}

.opic-wrap .opic-al-part td a i {
  color: #991b68;
}

.opic-wrap .opic-al-key h3 {
  font-size: 20px;
  color: #991b68;
  font-weight: bold;
}

.opic-wrap .opic-al-key h3 span {
  color: #000;
}

.opic-wrap .opic-al-key .opic-al-key-con {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin-top: 20px;
}

.opic-wrap .opic-prac-al {
  margin-top: 50px;
}

.opic-wrap .opic-prac-al h3 {
  font-size: 20px;
  color: #991b68;
  /*background: url(../img/imooc_opic_pr.png) no-repeat left;*/
  font-weight: bold;
}
.opic-wrap .opic-prac-al h3 span {
  color: #000;
}

.opic-wrap .opic-prac-al .opic-prac-al-con {
  padding: 20px;
  background: #f9eef5;
  text-align: center;
  margin-top: 20px;
}

.opic-wrap .opic-prac-al .opic-prac-al-con p {
  font-size: 13px;
}

.opic-wrap .opic-prac-al .opic-prac-al-q {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}

.opic-wrap .opic-prac-al .opic-prac-al-q img {
  padding-right: 10px;
  width: 30px;
}

.opic-wrap .opic-prac-al .opic-prac-al-a {
  background: #fff;
  border-radius: 50px;
  padding: 10px 0;
  margin-top: 20px;
}

.opic-wrap .opic-prac-al .opic-prac-al-a img {
  vertical-align: middle;
}

.opic-wrap .opic-prac-al .opic-prac-al-a audio {
  background: #fff;
  vertical-align: middle;
}

.opic-wrap .opic-answer-al {
  margin-top: 50px;
}

.opic-wrap .opic-answer-al h3 {
  font-size: 20px;
  color: #991b68;
  font-weight: bold;
}

.opic-wrap .opic-answer-al h3 span {
  color: #000;
}

.opic-wrap .opic-answer-al h4 {
  font-size: 18px;
  color: #991b68;
}

.opic-wrap .opic-answer-al-con {
  padding: 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.opic-wrap .opic-answer-al-con a {
  color: #000;
  cursor: pointer;
}

.opic-wrap .opic-answer-al-con a:hover {
  color: #991b68;
}

.opic-wrap .opic-answer-al-click {
  padding: 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.opic-wrap .opic-answer-al-click ul {
  text-align: left;
}

.opic-wrap .opic-answer-al-click ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.opic-wrap .opic-answer-al-click ul li:last-child {
  margin-bottom: 0px;
}

.opic-wrap .opic-answer-al-click ul p {
  white-space: pre-line;
}
/* 오픽al끝 */

/* .opic-wrap .opic-key .opic-key-con li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.opic-wrap .opic-key .opic-key-con li:last-child {
    margin-bottom: 0px;
}

.opic-wrap .opic-key .opic-key-con p {
    white-space: pre-line;
}

.opic-wrap .opic-key .opic-key-con p:first-child {
    font-weight: bold;
} */

.opic-wrap .opic-prac {
  margin-top: 50px;
}

.opic-wrap .opic-prac h3 {
  font-size: 20px;
  color: #0878ed;
  /*background: url(../img/imooc_opic_pr.png) no-repeat left;*/
  font-weight: bold;
}
.opic-wrap .opic-prac h3 span {
  color: #000;
}

.opic-wrap .opic-prac .opic-prac-con {
  padding: 20px;
  background: #f2f8fe;
  text-align: center;
  margin-top: 20px;
}

.opic-wrap .opic-prac .opic-prac-con p {
  font-size: 13px;
}

.opic-wrap .opic-prac .opic-prac-q {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}

.opic-wrap .opic-prac .opic-prac-q img {
  padding-right: 10px;
  width: 30px;
}

.opic-wrap .opic-prac .opic-prac-a {
  background: #fff;
  border-radius: 50px;
  padding: 10px 0;
  margin-top: 20px;
}

.opic-wrap .opic-prac .opic-prac-a img {
  vertical-align: middle;
}

.opic-wrap .opic-prac .opic-prac-a audio {
  background: #fff;
  vertical-align: middle;
}

.opic-wrap .opic-answer {
  margin-top: 50px;
}

.opic-wrap .opic-answer h3 {
  font-size: 20px;
  color: #0878ed;
  /*background: url(../img/imooc_opic_an.png) no-repeat left;*/
  font-weight: bold;
}

.opic-wrap .opic-answer h3 span {
  color: #000;
}

.opic-wrap .opic-answer h4 {
  font-size: 18px;
  color: #0878ed;
}

.opic-wrap .opic-answer-con {
  padding: 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.opic-wrap .opic-answer-con a {
  color: #000;
  cursor: pointer;
}

.opic-wrap .opic-answer-con a:hover {
  color: #0878ed;
}

.opic-wrap .opic-answer-click {
  padding: 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.opic-wrap .opic-answer-click ul {
  text-align: left;
}

.opic-wrap .opic-answer-click ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.opic-wrap .opic-answer-click ul li:last-child {
  margin-bottom: 0px;
}

.opic-wrap .opic-answer-click ul p {
  white-space: pre-line;
}

.opic-wrap .opic-btn {
  margin-top: 10px;
  text-align: right;
}

.opic-wrap .opic-btn a {
  text-align: right;
  color: #666;
  display: inline-block;
  padding: 15px 0 15px 20px;
  border-radius: 50px;
  font-size: 13px;
}
/*.opic-wrap .opic-btn a {
    text-align: center;
    background: #0878ed;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    padding: 15px 0;
    border-radius: 50px;
}*/

.opic-footer {
  text-align: center;
  color: #d2d2d2;
  font-size: 11px;
  margin-top: 80px;
}

.opic-close-btn {
  position: absolute;
  right: 10px;
}
.opic-layer {
  position: fixed;
  top: 50%;
  width: 50%;
  height: auto;
  max-height: 600px;
  overflow: auto;
  margin-top: -300px;
  z-index: 99999;
  left: 50%;
  margin-left: -25%;
  -ms-overflow-style: none;
}

.opic-layer::-webkit-scrollbar {
  display: none;
}

.opic-layer-wrap {
  height: 100%;
  overflow: auto;
  padding: 0 10px 10px 10px;
  background: #fff;
  -ms-overflow-style: none;
  margin: 0 auto;
}

.opic-layer-top {
  position: fixed;
  background: #fff;
  width: 49%;
  padding: 10px 0;
}

.opic-layer-wrap::-webkit-scrollbar {
  display: none;
}

.opic-layer-wrap .title {
  font-weight: bold;
  display: inline-block;
  color: #0878ed;
}

.opic-layer-wrap table {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 45px;
  border-top: 1px solid #dcdcdc;
}

.opic-layer-wrap table tr {
  height: 35px;
}
.opic-layer-wrap table th {
  border-bottom: 1px solid #0878ed;
  border-right: 1px solid #0878ed;
  border-top: 1px solid #0878ed;
  font-weight: bold;
  background: #0878ed;
  vertical-align: middle;
  color: #fff;
}

.opic-layer-wrap table th:first-child {
  border-left: 1px solid #dcdcdc;
}

.opic-layer-wrap table td {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  vertical-align: middle;
}

.opic-layer-wrap table td:first-child {
  border-left: 1px solid #dcdcdc;
}

.opic-layer-wrap table tr.back {
  background: #f5f5f5;
  color: #cacaca !important;
}

/*오픽 금지답변*/
.opic-ban-wrap {
  width: 100%;
  max-width: 650px;
  font-family: "맑은 고딕", "Malgun Gothic", san-serif;
  margin: 30px auto;
  letter-spacing: 0;
}
.opic-ban-wrap h1 {
  font-weight: bold;
  font-size: 25px;
  color: #0878ed;
}

.opic-ban-wrap .opic-ban-con {
  margin-top: 20px;
  font-size: 15px;
}

.opic-ban-wrap .opic-ban-bg {
  padding: 20px;
  background: #f4f4f4;
  margin: 20px 0;
}

.opic-ban-wrap .opic-ban-bg span {
  font-weight: bold;
}

/*오픽 개요*/
.opic-guide-wrap {
  width: 100%;
  max-width: 650px;
  font-family: "맑은 고딕", "Malgun Gothic", san-serif;
  margin: 30px auto;
  letter-spacing: 0;
}
.opic-guide-wrap h1 {
  font-weight: bold;
  font-size: 25px;
  color: #0878ed;
}
.opic-guide-wrap .opic-guide-con {
  margin-top: 20px;
  font-size: 15px;
}
.opic-guide-con img {
  width: 100%;
  margin: 10px 0;
}
.opic-guide-con table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

.opic-guide-con table th {
  text-align: center;
  background: #f4f4f4;
  width: 100px;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}

.opic-guide-con table td {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  word-break: keep-all;
  vertical-align: middle;
}

/*오픽 플로팅배너 추가 190918*/

.quick_opic {
  position: fixed;
  bottom: 50px;
  z-index: 999;
  right: 10px;
  cursor: pointer;
}

.mylist_con_wrap {
  display: table-cell;
  padding-bottom: 0;
  padding-top: 0;
}

/*모바일 기준*/
@media screen and (max-width: 700px) {
  .wrapper {
    padding-bottom: 140%;
  }
  .wrapper .mt80 {
    margin-top: 0 !important;
  }
  .wrap {
    width: 90%;
    word-break: keep-all;
  }
  .con {
    padding: 30px 0;
  }
  .b2c_con01 .wrap {
    padding-top: 30px;
  }
  .b2c_con02 .wrap {
    padding-top: 30px;
  }
  .b2c_con03 .wrap {
    padding-top: 30px;
  }

  h4 {
    line-height: 40px;
  }
  .space {
    padding-left: 22px;
  }
  .mt70 {
    margin-top: 20px !important;
  }
  .button_wrap {
    margin: 0px 0px 30px 0;
  }
  .button_wrap2 {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .phone_block {
    display: block;
  }
  .phone_flex {
    display: flex;
  }
  .disnone {
    display: none !important;
  }

  .nav {
    height: 60px;
  }
  .nav_con {
    position: relative;
    padding-top: 15px;
  }
  .nav_con h1 {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .nav h1 a {
    display: inline;
  }
  .nav h1 img {
    max-height: 40px;
  }
  .phone_nav {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .phone_nav img {
    width: 25px;
  }
  .nav ul li {
    display: none;
  }

  .main_text {
    display: none;
  }

  .main_con ul li.small {
    display: none;
  }
  .main_wrap {
    width: 100%;
  }
  .main_con {
    padding-bottom: 0px;
  }
  .main_con ul li.big {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .main_con ul li.big .big_img img {
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .main_con ul li.big .big_bg {
    width: 100%;
    height: 45%;
  }
  .main_con ul li.big .big_con {
    text-align: center;
    width: 100%;
  }
  .main_con ul li.big .big_con dl dt {
    width: 100%;
  }
  .main_con ul li.big .big_con dl dd {
    display: none;
  }

  .main_text2 {
    color: #fff;
    padding-top: 45px;
    text-align: center;
  }
  .main_text2 h2 {
    font-size: 40px;
    padding-bottom: 15px;
    font-weight: 700;
  }
  .main_text2 img {
    height: 38px;
    margin-top: -8px;
    margin-left: 15px;
  }
  .main_text2 h3 {
    font-size: 20px;
  }

  .phone_main {
    display: block;
    position: relative;
  }
  .phone_main .main_con {
    padding-bottom: 0;
    height: 310px;
    background: #000;
  }
  .phone_main .main_con ul li.big {
    margin-top: 0;
    margin-left: 0;
  }
  .phone_main .main_con ul li.big .big_img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .phone_main .main_con ul li.big .big_con {
    text-align: center;
    width: 100%;
    word-break: keep-all;
  }
  .phone_main .main_con ul li.big .big_con dl dt {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 47px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .phone_main .main_con ul li.big .big_bg {
    height: 40%;
    background: #000;
    opacity: 0.6;
    width: 100%;
  }

  .main_con2_nav {
    text-align: center;
    position: absolute;
    right: 43%;
  }
  .main_con2_nav p {
    display: inline-block;
    margin: 10px 5px;
  }
  .main_con2_nav p a:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #626262;
    border-radius: 50px;
    display: block;
  }
  .main_con2_nav p a.on:after {
    background: #fff;
  }

  .banner img {
    max-width: 90%;
    max-height: 100px;
  }

  .con_text {
    margin-bottom: 30px;
  }
  .con_text h4 {
    line-height: 40px;
  }
  .con01 li {
    float: right;
    width: 95%;
    margin-right: 0px;
    position: relative;
    height: 130px;
    margin-bottom: 20px;
  }
  .con01 li:nth-child(n + 3) {
    display: none;
  }
  .con01 li img {
    width: 150px;
    height: 99px;
    position: absolute;
    left: -5%;
    top: 15px;
  }
  .con01 li img.best {
    z-index: 1;
    right: 0;
    left: -5%;
    top: 15px;
  }
  .con01 .con01_text {
    float: right;
    width: 57%;
  }
  .con01 .con01_text p {
    display: none;
  }
  .con01 .con01_text dt {
    padding-top: 0;
    height: 42px;
  }

  .con_text2 {
    margin-bottom: 30px;
    width: auto;
    text-align: center;
    float: none;
    height: auto;
  }
  .con_text2 a {
    display: none;
  }

  .con02 {
    float: none;
  }
  .con02_2 {
    float: none;
  }

  .con03 .slide_icon {
    display: none;
  }
  .con03 ul {
    margin-bottom: 0px;
  }
  .con03 .slide_sp {
    height: auto;
    padding-top: 0;
  }

  .con02 li {
    float: right;
    width: 95%;
    margin-right: 0px;
    position: relative;
    height: 130px;
    margin-bottom: 20px;
  }
  .con02 li:nth-child(n + 3) {
    display: none;
  }

  .con02 li img {
    width: 150px;
    height: 99px;
    position: absolute;
    left: -5%;
    top: 15px;
  }
  .con02 .con02_text {
    float: right;
    width: 60%;
    color: #000;
  }
  .con02 .con02_text p {
    display: none;
  }
  .con02 .con02_text dt {
    padding-top: 0;
    height: 45px;
    line-height: 21px;
    font-size: 16px;
  }

  .con02_2 {
    margin-bottom: 20px;
  }
  .con02_2 li {
    float: right;
    width: 95%;
    margin-right: 0px;
    position: relative;
    height: 130px;
    margin-bottom: 20px;
  }
  .con02_2 li:nth-child(n + 2) {
    display: none;
  }
  .con02_2 li:nth-child(n + 3) {
    display: none;
  }
  .con02_2 li img {
    width: 150px;
    height: 99px;
    position: absolute;
    left: -5%;
    top: 15px;
  }
  .con02_2 .con02_2_text {
    float: right;
    width: 60%;
    color: #000;
    padding: 20px 15px;
  }
  .con02_2 .con02_2_text p {
    display: none;
  }
  .con02_2 .con02_2_text dt {
    padding-top: 0;
    height: 45px;
    line-height: 21px;
    font-size: 16px;
    width: auto;
  }

  .con03 ul {
    float: none;
  }

  .con03 > .con01 {
    position: initial;
  }
  .con03_bar {
    margin-bottom: 55px;
  }

  .news tr td {
    padding: 15px 10px 15px 0;
  }
  .news tr td.news_time {
    width: 90px;
  }
  .news tr td.news_more {
    width: 90px;
  }
  .news tr td.news_subject {
    font-size: 16px;
  }

  .slide_width .catagory-btn {
    padding: 0 0 50px 0;
  }

  .b2c_con01 {
    background: none;
    padding-top: 30px;
  }
  .b2c_con_text {
    height: auto;
    display: block;
    text-align: center;
    float: none !important;
  }
  .b2c_con_text h4 {
    text-align: center;
  }
  .b2c_con_text h5 {
    text-align: center;
  }
  .b2c_con01 .con01 {
    float: none !important;
    margin: 30px 0 0 0;
  }
  .b2c_con01 .slide_icon {
    margin: 5px 0 !important;
    display: none;
  }

  .b2c_con02 {
    background-image: none;
    padding: 40px 0 10px 0;
  }
  .b2c_con02 .slide_icon {
    padding: 0px 0 13px 20px;
    width: 75px;
    float: right;
    display: none;
  }
  .b2c_con02 .con01 {
    float: none !important;
    margin: 30px 0 0 0;
  }

  .b2c_con03 {
    background-image: none;
    padding-top: 0;
    margin-top: 40px;
  }
  .b2c_con03 .con01 {
    float: none !important;
    margin: 30px 0 0 0;
  }
  .b2c_con03 .slide_icon {
    margin: 5px 0 !important;
    display: none;
  }

  .b2c_con10 {
    background-image: none;
    padding-top: 40px;
    margin-top: 40px;
  }
  .b2c_con10 .con01 {
    float: none !important;
    margin: 30px 0 0 0;
  }
  .b2c_con10 .slide_icon {
    padding: 0px 0 13px 20px;
    width: 75px;
    float: right;
    display: none;
  }
  .b2c_con10 .b2c_con_text {
    padding-right: 0;
  }

  .b2c_con04 {
    background: url(../img/b2c_back_04.png) no-repeat -1000px top #000f66;
  }

  .b2c_slide {
    border: none;
    padding: 0;
  }
  .b2c_slide {
    display: inline-block;
  }
  .b2c_slide .b2c_slide_con {
    width: 80%;
    margin-left: 10%;
  }
  .b2c_slide li.b2c_slide_prev {
    margin-right: 6%;
    margin-top: 70%;
  }
  .b2c_slide li.b2c_slide_next {
    margin-top: 70%;
  }

  .sub_top.b2c_product h2 {
    padding-top: 50px;
  }

  .con01_phone {
    margin-bottom: 20px;
  }
  .con01_phone li {
    width: 264px;
    height: 343px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: inline-block;
    margin-right: 14px;
    box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
    -moz-box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
    position: relative;
  }
  .con01_phone li:last-child {
    margin-right: 0;
  }
  .con01_phone li img {
    width: 261px;
    height: 180px;
  }
  .con01_phone li img.best {
    width: 72px;
    height: 67px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .con01_phone .con01_text {
    padding: 20px 15px;
  }
  .con01_phone .con01_text dt {
    font-weight: 400;
    line-height: 21px;
    padding: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 52px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .con01_phone .con01_text dd {
    font-size: 13px;
    color: #949494;
    line-height: 18px;
    padding-top: 5px;
  }

  .b2c_slide_navi2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
  }
  .b2c_slide_navi2 ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
  }
  .b2c_slide_navi2 li:first-child {
    border-left: 1px solid #e5e5e5;
  }
  .b2c_slide_navi2 li {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    display: table-cell;
    width: 370px;
    padding: 20px 0;
    cursor: pointer;
    background: #eff2f9;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    color: #7e818f;
    border-right: 1px solid #e5e5e5;
    box-shadow: 0 0 20px rgba(42, 80, 230, 0.1);
    font-size: 14px;
  }
  .b2c_slide_navi2 li.on {
    background: #fff;
    font-weight: 700;
    color: #000;
    border-top: 5px solid #0024ff;
  }
  .b2c_slide_navi2 li:hover {
    background: #fff;
    font-weight: 700;
    color: #000;
  }

  .inquiry_con01 {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .inquiry_con02 {
    float: none !important;
    width: 100%;
  }

  /*나의강좌*/
  .myproduct .myproduct_text dl {
    width: 70%;
    display: inline-block;
  }
  .myproduct .myproduct_text span.check01 {
    width: 28%;
    margin-top: 10px;
  }
  .myproduct .myproduct_text span.check01 img {
    width: 25px;
  }

  /**/
  .sub_list_top .cafeteria_header_sort {
    display: none;
  }
  .sub_list_con .con01 {
    margin-top: 0px !important;
  }

  /*.quiz {padding:30px 0;width:85%;}*/

  .quiz {
    padding: 30px 0;
    width: 100%;
  }
  .quiz_con {
    width: 86%;
  }

  .myinfo input[type="password"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
  }
  .myinfo input[type="password"]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
  }
  .myinfo input[type="password"]:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
  }
  .myinfo input[type="password"]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
  }

  /* Ai speaking */
  .ai-speaking {
    padding: 30px 0;
    width: 100%;
  }
  .speaking-wrap .speaking-list ul {
    text-align: center;
  }
  .speaking-wrap .speaking-list ul li {
    width: 20px;
  }
  .speaking-wrap .speaking-list ul li img {
    width: 100%;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con {
    width: 80%;
    margin: 30px auto 0 auto;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con .speaking-test {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .speaking-wrap .speaking-con-wrap .speaking-arrow p img {
    width: 100%;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box .progress {
    height: 10px;
    margin-bottom: 20px;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box .progress p {
    height: 10px;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .btn-box ul li:nth-child(2) {
    margin: 0 15px;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box {
    margin: 0 0 20px 0;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .speaking-wrap .speaking-con-wrap .speaking-con .speaking-test .result-box p.sentence {
    font-size: 14px;
    line-height: 21px;
  }

  /*어바웃*/
  .about_main {
    height: 200px;
  }
  .about_main .text img {
    width: 70%;
  }
  .about_con01 {
    padding: 80px 0 35px 0;
  }
  .about_con02 img {
    width: 100%;
  }
  .about_con02 .text {
    position: initial;
    width: 100%;
    padding: 30px;
  }
  .about_con02 .text2 {
    position: initial;
    width: 100%;
    padding: 30px;
  }
  .about_con02 a {
    display: inline-block;
    margin-top: 20px;
  }
  .about_con03 li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .inquiry {
    margin: 60px auto 80px auto;
  }

  /*FAQ*/
  .faq_main {
    height: 200px;
  }

  /*약관*/
  .privacy_top a {
    margin-right: 20px;
  }

  .login {
    width: 100%;
  }
  .login_ok {
    width: 100%;
  }

  .sub_top {
    height: 150px;
  }
  /* .sub_top h2{line-height:60px; padding-top:2%; overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 135px; word-wrap: break-word; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:30px;} */
  .sub_top .text-con {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
  }
  .sub_top h2 {
    line-height: 45px;
    font-size: 30px;
  }
  .sub_top h3 {
    padding-top: 5px;
  }
  .top_txt {
    padding-top: 0;
  }

  /*로이터*/
  .page_p {
    display: block !important;
  }
  /*.video_tab li{text-align:center;}
    .video_tab {width:85%;margin:0 auto;}*/

  .video_tab {
    border: none;
  }
  .video_tab {
    height: 60px;
    border: none;
  }
  .video_tab li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .video_tab li.on {
    display: block !important;
  }
  .video_tab_wrap {
    margin-top: 0 !important;
  }
  .mb200 {
    margin-bottom: 430px;
  }

  .trans_btn {
    width: 100%;
    padding-left: 0;
  }
  .trans_btn ul {
    width: 100%;
  }
  /* 
    .video_tab{border:none;}
    .video_tab{height:60px;overflow: hidden;border:none;}
    .video_tab li{width:100%;text-align:center;display:none;}
    .video_tab li.on{padding-bottom:20px; display:block !important;}
    .mb200{margin-bottom:430px;}
    
    .sub_top.LC h2{padding-top:2%;}
    .sub_top.MOOC h2{height:auto; padding-top:9%;}
    .sub_top.REUT h2{height:auto; padding-top:12%;}
    .sub_top.MB h2{height:auto; padding-top:13%;}
    .sub_top.UC h2{padding-top:5%;} */

  .sub_top.LC {
    background: url(../img/sub_top_language.png) -1000px top no-repeat #8e5300;
  }

  /* .sub_top .sub_top_text2{padding-top:7%;} */
  .sub_top .title2 {
    text-align: center;
  }
  .sub_top .title3 {
    height: 90px;
    -webkit-line-clamp: 2;
  }

  .sub_top img {
    width: 17px;
  }
  .sub_top li:nth-child(1) {
    width: 5%;
  }
  .sub_top li:nth-child(2) {
    width: 90%;
  }
  .sub_top li:nth-child(3) {
    width: 5%;
  }
  .sub_top li a img {
    display: inline-block;
    width: 30px !important;
  }

  .phone_sub_list {
    width: 100%;
    text-align-last: center;
    text-align: center;
  }
  .phone_sub_list select {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
    text-align-last: center;
    text-align: center;
    background: #f8f8f8;
    height: 50px;
  }
  .phone_sub_list select option {
    text-align-last: center;
    text-align: center;
  }
  .sub_list_top .search {
    float: none;
  }
  .sub_list_top input[type="text"] {
    float: none;
    width: 90%;
  }
  .sub_list_con select {
    display: none;
  }

  .sub_list {
    float: none;
    width: 100% !important;
    margin-left: 0;
  }

  .sub_list .con01 li:nth-child(n + 3) {
    display: block;
  }
  .sub_left_navi2 {
    float: none;
    width: 100% !important;
    margin-bottom: 50px;
  }

  .dboard01 {
    float: none;
    width: 100%;
  }
  .dboard01 div:nth-child(2) {
    margin-bottom: 10px !important;
  }
  .dboard02 {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }

  .reward_runningman {
    width: 100%;
  }
  .progress_bar {
    width: 100%;
  }
  .flag {
    width: 100%;
  }
  .flag .flag03 {
    top: 30px;
  }
  .flag .flag04 {
    top: 30px;
  }
  .flag .flag05 {
    top: 30px;
  }
  .flag .flag03 img {
    width: 50px;
  }
  .flag .flag04 img {
    width: 50px;
  }
  .flag .flag05 img {
    width: 50px;
  }

  .progress_info .progress_info01 {
    width: auto;
  }
  .progress_info .progress_info02 {
    width: auto;
  }
  .progress_info .progress_info03 {
    left: 36%;
    width: auto;
  }
  .progress_info .progress_info04 {
    left: 69.6666%;
    width: auto;
  }
  .progress_info .progress_info05 {
    width: auto;
  }

  .dboard02 .subtitle p.real-time {
    line-height: 38px;
  }

  .myproduct .myproduct_info img {
    width: 150px;
    height: 105px;
    padding: 10px;
  }
  .myproduct .myproduct_text {
    width: 50%;
    padding: 10px 10px 10px 0;
  }
  .myproduct_text dt a {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 32px;
    word-wrap: break-word;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .myproduct .myproduct_learning {
    position: relative;
    top: -10px;
    left: 10px;
    width: 100%;
  }
  .myproduct .learning_bg {
    width: 62%;
  }

  .reple .submit {
    width: 15%;
  }

  .cart .cart_info input[type="checkbox"] {
    margin: 10px 0 0 10px;
  }
  .cart .cart_con .del {
    top: 10px;
    right: 10px;
  }
  .cart .cart_info img {
    width: 100px;
    height: 70px;
    margin: 10px 10px 0 10px;
  }
  .cart .cart_text {
    width: 60%;
    margin-top: 10px;
  }
  .cart .cart_text dt a {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 32px;
    word-wrap: break-word;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .cart .cart_info .cart_price .date {
    float: none;
  }
  .cart .cart_info .cart_price .mdis {
    display: block;
  }
  .cart .cart_info .cart_price .cost {
    display: block;
    text-align: left;
  }

  .mylist .title {
    float: none !important;
    margin-bottom: 20px !important;
  }
  .mylist_info {
    text-align: left;
    margin-bottom: 20px;
  }
  .mylist .mylist_info li:first-child {
    margin-left: 0;
  }
  .mylist .mylist_con li {
    padding: 10px;
  }
  .mylist .mylist_con li .mylist_con_title {
    width: 100%;
    padding-right: 10px;
    font-size: 15px;
  }
  .mylist .mylist_con li p.learning-day {
    width: 20%;
    text-align: center;
  }
  .mylist-div {
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
  }
  .mylist .mylist_con li .rate {
    padding: 0 5px;
  }
  .mylist .mylist_con .check01 {
    padding-left: 0px;
    width: auto !important;
  }
  .mylist .mylist_con .check01 img {
    width: 20px;
  }
  .mylist .mylist_con .check02 {
    padding-left: 0px;
    width: auto !important;
  }
  .mylist .mylist_con .check03 {
    padding-left: 0px;
    width: auto !important;
  }

  /* .sub_top .title{text-align: center; padding-bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 126px; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-top:9%;} */
  .sub_top .title {
    vertical-align: middle;
    display: table-cell;
    height: 150px;
    line-height: 36px;
  }
  .sub_top .title2 {
    vertical-align: middle;
    display: table-cell;
  }
  .sub_top .title3 {
    vertical-align: middle;
    display: table-cell;
    height: 150px;
  }
  .sub_top .sub_con {
    text-align: center;
  }
  .sub_top .sub_con2 {
    text-align: center;
  }

  .video video {
    height: auto !important;
  }

  .button_full_gr {
    padding: 20px 30px;
  }
  .button_full_g {
    padding: 20px 30px;
  }

  .product .product_text dt a {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 32px;
    word-wrap: break-word;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .product .product_info img {
    width: 150px;
    height: 105px;
    padding: 10px;
  }
  .product .product_text {
    width: 54%;
    padding: 10px 10px 10px 0;
    height: auto;
  }
  .product .product_info li.product_price {
    display: block;
    width: 100%;
    height: 160px;
  }
  .product .product_price .apply_button {
    width: 100%;
  }
  .product .product_price .apply_button .apply {
    width: 50%;
  }
  .product .product_price .apply_button .cart {
    width: 49%;
  }

  .package .package_con {
    width: 100%;
  }
  .package .package_back {
    width: 100%;
    height: 330px;
  }
  .package .package_back2 {
    width: 100%;
    height: 330px;
  }
  .package .package_text {
    width: 98%;
  }
  .package .package_text dd {
    font-size: 12px;
  }
  .package .package_text dt a {
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 32px;
    word-wrap: break-word;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .package .package_price {
    width: 100%;
  }
  .package .package_price .price::after {
    content: "";
    display: block;
    clear: both;
  }
  .package .package_price .apply_button {
    width: 100%;
    position: relative;
  }
  .package .package_price .apply_button .apply {
    width: 100%;
    background: url(../img/apply.png) no-repeat 140px #0024ff;
  }
  .package .package_price .apply_button .cart {
    width: 100%;
    background: url(../img/apply.png) no-repeat 140px #0024ff;
  }
  .package .package_price {
    height: 160px;
  }

  .product_reu_img {
    float: none;
    text-align: center;
  }
  .product_reu_img img {
    width: 100%;
    max-width: 370px;
  }

  .product_reu_con ul li {
    width: 100%;
    margin-right: 0px;
    display: block;
  }
  .product_reu_con .apply_button .apply {
    background: url(../img/apply.png) no-repeat 135px #0024ff;
  }

  .footer {
    padding: 40px 20px;
    height: auto;
  }
  .footer_01 {
    float: none;
    margin-bottom: 40px;
    width: 100%;
  }
  .footer_01 ul li:last-child {
    width: 80%;
    vertical-align: middle;
  }
  .footer_02 {
    float: none;
    width: auto;
  }
  .footer_02 .contact {
    width: 100%;
  }

  .mGnbBg {
    display: none;
    width: 100%;
    height: 100%;
    background: url("../img/icon/black_bg.png") repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
  }

  .mGnbWrap {
    display: block;
    width: 75%;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, 0.2);
    height: 100vh;
  }
  /*.mGnbWrap {display:block !important;}*/
  .mGnbWrap .gnbHead {
    background: #0024ff;
    padding: 0;
    padding: 20px;
  }

  .mGnbWrap .gnbHead .close {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
  .mGnbWrap .gnbHead .close img {
    width: 100%;
  }

  .mGnbWrap .gnbBody {
    background: #ffffff;
  }
  .mGnbWrap .gnbBody .oneD {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    padding: 14px 15px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    background-size: 15px 15px;
  }
  .mGnbWrap .gnbBody .oneD.on {
    color: #f88588;
  }
  .mGnbWrap .gnbBody .twoDArea {
    background: #efefef;
  }
  .mGnbWrap .gnbBody .twoD {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    padding: 6px 25px;
    border-bottom: 1px solid #fff;
  }

  .wrap_bg1 {
    display: none;
  }
  .wrap_bg2 {
    display: none;
  }
  .wrap_bg3 {
    display: none;
  }
  .wrap_bg4 {
    display: none;
  }
  .wrap_bg5 {
    display: none;
  }

  /* 공유하기 / 선물하기 */
  .header-icon {
    display: none;
  }
  .header-icon-phone {
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: right;
  }
  .header-icon-phone a {
    color: #000000;
    font-size: 16px;
  }
  .header-icon-phone a:nth-child(2) {
    padding-left: 10px;
  }
  .header-icon-phone a span {
    color: #f4f4f4;
    padding-left: 20px;
    font-size: 15px;
  }

  .Receive_price {
    height: 167px;
    margin-bottom: 10px;
  }
  .Receive_price .search input:nth-child(1) {
    margin-top: -53px;
    margin-left: 115px;
    width: 180px !important;
  }
  .Receive_price .search input:nth-child(2) {
    margin-top: -8px;
    margin-left: 115px;
    width: 180px !important;
  }
  .Receive_price .search input:nth-child(3) {
    margin-top: 9px;
    margin-left: 115px;
    width: 180px !important;
  }

  .Receive_price .search .mr10 {
    margin-right: 0 !important;
  }
  .button_line {
    margin-top: 20px;
  }

  .share_pop {
    top: 5%;
  }
  .share_pop > ul {
    width: 95%;
    margin: 0 auto;
  }

  .pop_wrap {
    width: 100% !important;
    left: 0 !important;
    bottom: 3% !important;
    position: absolute !important;
    z-index: 999;
  }
  .pop_wrap .pop_cont {
    width: 95%;
    margin: 0 auto;
  }

  .window {
    left: 0%;
    top: 0;
    margin-left: 0;
    width: 100%;
  }
  .window2 {
    left: 0%;
    top: 0;
    margin-left: 0;
    width: 100%;
  }
  .window3 {
    left: 0%;
    top: 0;
    margin-left: 0;
    width: 100%;
  }
  .pop_top img {
    display: none;
  }

  .mail_title {
    font-size: 22px !important;
    line-height: 35px !important;
    height: 88px !important;
    -webkit-line-clamp: 4 !important;
    padding-top: 15px !important;
  }
  .mail_sub {
    padding-top: 10px !important;
  }
  .mail_lecture_con {
    width: 100%;
    display: block;
  }
  .mail_lecture_list {
    width: 100%;
    display: block;
    margin-left: 0px;
  }

  #myVideo {
    width: 100% !important;
  }
  .video iframe#myVideo {
    height: auto;
  }
  #myVideo2 {
    width: 100% !important;
  }
  .video iframe#myVideo2 {
    height: auto;
  }

  .layer {
    min-width: 100%;
    top: 200px !important;
    position: absolute;
  }
  .layer img {
    width: 100%;
  }
  .layer .android a {
    width: 169px !important;
    height: 50px !important;
    position: absolute !important;
    top: 189px !important;
    left: 32px !important;
    cursor: pointer !important;
  }
  .layer .ios a {
    width: 159px !important;
    height: 50px !important;
    position: absolute !important;
    top: 189px !important;
    left: 206px !important;
    cursor: pointer !important;
  }
  .seah .news .news_subject span {
    padding: -1px 6px;
    margin-right: 5px !important;
  }
  /* .seah .news .news_subject p.news_subject_con {display: inline-block;
        white-space: normal; line-height: 1.2; height: 3.6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
    } */
  .seah .seah-tab li {
    width: 50%;
  }
  .seah .seah-tab li a {
    width: 100%;
  }
  .seah .form div {
    float: none;
    margin-top: 10px;
  }

  .commu_read_con p img {
    width: 100%;
  }

  .reuter-arrow .font-awesome-circle {
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 20px;
    background: #747474;
  }
  .reuter-arrow .font-awesome-circle a {
    color: #fff;
    font-size: 13px;
  }
  .reuter-arrow .font-awesome-circle a i {
    margin-top: 0;
  }
  #floatMenu-pre {
    top: 0;
    line-height: 75px;
  }
  #floatMenu-next {
    top: 0;
    line-height: 75px;
  }
  #floatMenu-list {
    top: 22px;
  }
  .fa-3x {
    font-size: 4vh;
  }

  .layer-new {
    position: fixed;
    top: 50%;
    width: 100%;
    height: 80%;
    margin-top: -300px;
    z-index: 99;
    left: 0;
    margin-left: 0;
  }

  .mypage_dboard .box .title {
    width: 49%;
  }

  /* 오픽 */
  .opic-wrap {
    width: 90%;
  }
  .opic-wrap .opic-btn a {
    font-size: 12px;
    padding: 15px 0 15px 6px;
  }

  .opic-layer-top {
    width: 97%;
  }

  .opic-close-btn {
    top: 10px;
  }

  .opic-layer-wrap table {
    margin-top: 72px;
  }

  .opic-guide-wrap {
    width: 90%;
  }
  .opic-ban-wrap {
    width: 90%;
  }

  .opic-layer {
    position: fixed;
    top: 50%;
    width: 100%;
    height: auto;
    left: 50%;
    margin-left: -50%;
    -ms-overflow-style: none;
  }
  .app-guide {
    width: 450px;
  }
  .app-guide h2 {
    font-size: 15pt;
  }
}
@media screen and (max-width: 425px) {
  .app-guide {
    width: 400px;
  }
  .mylist .mylist_con li p {
    display: block;
  }
  .mylist_con_wrap {
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .mylist .mylist_con li p.learning-day {
    float: left;
  }
  .mylist .mylist_con li p.learning-day:nth-child(1) {
    width: 15%;
  }
  .mylist .mylist_con li p.learning-day:nth-child(2) {
    width: 15%;
  }
  .mylist .mylist_con li p.learning-day:nth-child(3) {
    width: 30%;
  }
  .myproduct_info li {
    width: 100%;
  }
  .myproduct .myproduct_info img {
    width: 100%;
    height: auto;
  }
  .myproduct .myproduct_text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .myproduct .myproduct_text dl {
    width: 80%;
  }
  .myproduct .del {
    right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .phone_main .main_con {
    height: 280px;
  }
  .sub_list .mdis {
    display: inline-block;
  }
  .right {
    text-align: left !important;
  }
  .right_tx {
    text-align: right;
  }
  .app-guide {
    width: 350px;
  }
  .app-guide h2 {
    font-size: 14pt;
  }
}
@media screen and (max-width: 375px) {
  .app-guide {
    width: 300px;
  }
  .app-guide h2 {
    font-size: 13pt;
  }
}
@media screen and (max-width: 320px) {
  .mylist .mylist_con li .check01 {
    font-size: 12px;
  }
  .mylist .mylist_con li p.learning-day {
    font-size: 12px;
  }
}


.register-bn-ev2-jr {
  position: fixed;
  bottom: 154px;
  right: 150px;
  z-index: 10000;
}
@media all and (max-width: 768px){
  .register-bn-ev2-jr {
    position: fixed;
    bottom: 154px;
    right: 15px;
  }

}

.myinfo .member_class_info {margin: 20px 0 20px 0;}
.myinfo .member_class_info th,td {border: 1px solid lightgrey; padding: 15px;}
.myinfo .member_class_info th{background-color: #949494;}