@charset "utf-8";
@font-face {
  font-family: lightrain;
  src: url("../font/lightrain.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../font/NanumSquare/NanumSquareR.eot);
  src: url(../font/NanumSquare/NanumSquareR.eot?#iefix)
      format("embedded-opentype"),
    url(../font/NanumSquare/NanumSquareR.woff) format("woff"),
    url(../font/NanumSquare/NanumSquareR.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../font/NanumSquare/NanumSquareB.eot);
  src: url(../font/NanumSquare/NanumSquareB.eot?#iefix)
      format("embedded-opentype"),
    url(../font/NanumSquare/NanumSquareB.woff) format("woff"),
    url(../font/NanumSquare/NanumSquareB.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../font/NanumSquare/NanumSquareEB.eot);
  src: url(../font/NanumSquare/NanumSquareEB.eot?#iefix)
      format("embedded-opentype"),
    url(../font/NanumSquare/NanumSquareEB.woff) format("woff"),
    url(../font/NanumSquare/NanumSquareEB.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../font/NanumSquare/NanumSquareL.eot);
  src: url(../font/NanumSquare/NanumSquareL.eot?#iefix)
      format("embedded-opentype"),
    url(../font/NanumSquare/NanumSquareL.woff) format("woff"),
    url(../font/NanumSquare/NanumSquareL.ttf) format("truetype");
}

/* CSS Document */
/* ------------------------------------------------------------
 * Name      : web_layout.css
 * Desc      : page layout
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
 .junior-icon {
   position: fixed;
   display: block;
   bottom: 120px;
   right: 10px;
   width: 50px;
   height: 60px;
   z-index: 2000;
 }

 .baby-icon {
  position: fixed;
  display: block;
  bottom: 190px;
  right: 10px;
  width: 50px;
  height: 60px;
  z-index: 2000;
}

 .junior-icon img,
 .baby-icon img {
  width: 100%;
}

.sub_con_padding {
  padding-top: 10px !important;
}

.youtubeBannerWrap {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 0.3em;
}

.blogBannerWrap {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 0.3em;
}

.blogBanner {
  display: block;
  position: relative;
  width: 100%;
  min-height: 120px;
  background: url('../img/main/banner/blog/background.png') no-repeat center center;
  background-size: cover;
  background-color: #FFD388;
}

.youtubeBanner {
  display: block;
  position: relative;
  width: 100%;
  min-height: 120px;
  background: url('../img/main/banner/youtube/background.png') no-repeat center center;
  background-size: cover;
  background-color: #FFF1EE;
}

.youtube1Banner {
  display: block;
  position: relative;
  width: 100%;
  min-height: 120px;
  background: url('../img/main/banner/youtube1/background.png') no-repeat center center;
  background-size: cover;
  background-color: #FFC3D5;
}

.blogBanner .flipCanvas {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 34px;
  z-index: 1000;
  background: url('../img/main/flip-canvas.png') no-repeat;
}

.blogBanner .title {
  display: block;
  position: absolute;
  width: 570px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/main/banner/blog/title-big-x2.png') no-repeat;
  background-size: 570px 100px;
  z-index: 29;
}

.youtube1Banner .title {
  display: block;
  position: absolute;
  width: 670px;
  height: 95px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/main/banner/youtube1/title-big-x2.png') no-repeat;
  background-size: 670px 95px;
  z-index: 29;
}

.youtubeBanner .title {
  display: block;
  position: absolute;
  width: 697px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/main/banner/youtube/title-big-x2.png') no-repeat;
  background-size: 697px 100px;
  z-index: 29;
}

@media screen and (max-width: 700px) {
  .youtubeBanner .title {
    display: block;
    position: absolute;
    width: 254px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/main/banner/youtube/title-mid-x2.png') no-repeat;
    /* background-size: 337px 106px; */
    background-size: 254px 80px;
    z-index: 29;
  }
  .youtubeBanner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
    background: url('../img/main/banner/youtube/background-mid.png') no-repeat center center;
    background-size: cover;
    background-color: #FFF1EE;
  }

  .youtube1Banner .title {
    display: block;
    position: absolute;
    width: 308px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/main/banner/youtube1/title-mid-x2.png') no-repeat;
    background-size: 308px 75px;
    /* background-size: 328px 80px; */
    z-index: 29;
  }
  .youtube1Banner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
    background: url('../img/main/banner/youtube1/background-mid.png') no-repeat center center;
    background-size: cover;
    background-color: #FFC3D5;
  }

  .blogBanner .title {
    display: block;
    position: absolute;
    width: 162px;
    height: 81px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/main/banner/blog/title-mid-x2.png') no-repeat;
    /* background-size: 216px 108px; */
    background-size: 162px 81px;
    z-index: 29;
  }
  .blogBanner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
    background: url('../img/main/banner/blog/background-mid.png') no-repeat center center;
    background-size: cover;
    background-color: #FFD388;
  }
}

 body.fixe {
  overflow: hidden;
  height: 100%;
}
#navigation {
  display: none;
}
.m_gnb .sub_menu {
  display: none !important;
}
.web_dis {
  display: block;
}
.mb_dis {
  display: none;
}

#gnbPoint {
  position: absolute;
  top: 10px;
  right:0px;
}

#gnbPoint a:hover {
  color: #343434  !important;
  text-decoration: none !important;
}

/* wrap */
#wrap {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}

#inner_wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}
#inner_wrap:after {
  clear: both;
  content: "";
  display: block;
}
.inner {
  max-width: 1300px;
  margin: 0 auto;
}
.inner:after {
  clear: both;
  content: "";
  display: block;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.displaynone {
  display: none;
}

.header {
  height: 70px;
  position: relative;
}

.header-wrap {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: content-box;
  height: 69px;
  left: 0px;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 30;
}

.header-content {
  position: relative;
  height: 70px;
}

.header-content .right_area .basket .counter {
  position: absolute;
  right: 0.2em;
  top: 0px;
  background: #ff2160;
  color: #fff;
  font-size: 0.7em;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  z-index: 300;
}

.header-content .right_area .basket .counter span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-wrap .logo_area {
  display: inline-block;
  float: left;
  text-align: left;
  height: 100%;
  width: 236px;
}

.header-wrap .logo_area img {
  vertical-align: middle;
  width: 187px;
  height: 24px;
}

.header-wrap .top_menu {
  display: inline-block;
  float: left;
  height: 100%;
}

.top_menu > ul {
  list-style: none;
  display: inline-block;
  height: 100%;
  position: relative;
}

.top_menu > ul > li {
  display: inline-block;
  /* height: 100%; */
}

.header-wrap .right_area {
  display: inline-block;
  float: right;
  height: 100%;
}

.right_area > ul {
  list-style: none;
  display: inline-block;
  height: 100%;
  position: relative;
}

.right_area > ul > li {
  display: inline-block;
  /* height: 100%; */
}

.right_area .fab,
.right_area .fab2,
.right_area .fab3 {
  display: none;
}

.subheader-btn-classroom {
  display: none;
  float: right;
}

#plusfriend-addfriend-button {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 2000;
}

#mobileMenu {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

#mobileMenu i {
  font-size: 30px;
}

.header-wrap .logo_area::before,
.header-wrap .top_menu::before,
.header-wrap .right_area::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.fixedKollusHelp {
  width: 100%;
  text-align: center;
}

#bookmark-float-button {
  cursor: pointer;
  position: fixed;
  bottom: 130px;
  right: 10px;
  z-index: 2000;
}

/*

@media screen and (max-width:1169px) {

	.header-wrap .logo_area {

	}

	.header-wrap .top_menu, .slick-prev, .slick-next {
		display:none;
	}
}
*/
/* header */
#header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  box-sizing: border-box;
  transition: all 0.3s 0s ease-in-out;
  height: 100px;
}
#header h1 {
  position: absolute;
  left: 10px;
  top: 50%;
  transition: all 0.3s 0s ease-in-out;
  transform: translateY(-50%);
}
#header .top_btns {
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
#header .top_btns > p {
  display: inline-block;
  vertical-align: middle;
}
#header .top_btns > ul {
  border: 1px solid #b7b7b7;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  padding: 0px 18px;
  vertical-align: middle;
}
#header .top_btns > ul > li {
  float: left;
  margin-left: 20px;
}
#header .top_btns > ul > li:first-child {
  padding-left: 0px;
  margin-left: 0px;
}
#header .top_btns > ul > li.ico_login a {
  background: url(/img/common/ico_login.png) no-repeat left center;
  padding-left: 22px;
}
#header .top_btns > ul > li.ico_join a {
  background: url(/img/common/ico_join.png) no-repeat left center;
  padding-left: 22px;
}
#header .top_btns > ul > li.ico_basket a {
  background: url(/img/common/ico_basket.png) no-repeat left center;
}
#header .top_btns > ul > li.ico_contect a {
  background: url(/img/common/ico_contect.png) no-repeat left center;
}
#header .top_btns a {
  display: block;
  line-height: 40px;
  color: #c8c8c8;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
  padding-left: 24px;
}
#header .top_btns .bt_login {
  border: 1px solid #b7b7b7;
  border-radius: 30px;
  padding: 0px 27px;
}
#header .top_btns .bt_login > a {
  background: url(/img/common/ico_login.png) no-repeat left center;
}
#header .top_btns > ul > li.ico_user {
  padding-left: 0px;
  padding-right: 5px;
  position: relative;
}
#header .top_btns > ul > li.ico_user :after {
  display: block;
  content: "";
  width: 1px;
  height: 11px;
  background: #afafaf;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -5px;
}
#header .top_btns > ul > li.ico_user > a {
  padding-left: 0px;
}
#header .top_btns > li:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #505050;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#header .top_btns > li:first-child:after {
  display: none;
}

#header .top_btns .bt_mypage {
  background: #ff8a00;
  border-radius: 30px;
  padding: 0px 26px;
  margin-left: 20px;
}
#header .top_btns .bt_mypage > a {
  background: url(/img/common/ico_enter.png) no-repeat left center;
  color: #000;
  font-weight: 300;
}
#header .header_wrap {
  max-width: 1920px;
  margin: 0 auto;
  background: url(/img/common/top_bg.png) repeat left top;
  transition: all 0.3s 0s ease-in-out;
}
#header.bg_on .header_wrap {
  background: url(/img/common/png_80.png) repeat left top;
  transition: all 0.3s 0s ease-in-out;
}

.m_gnb_on {
  position: absolute;
  display: none;
  right: 10px;
  bottom: -60px;
  z-index: 99;
}
.in_header {
  max-width: 1680px;
  padding: 0px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}
.go_sitemap {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/* 전체메뉴 */
.slide_menu_wrap {
  width: 85%;
  max-width: 480px;
  height: 100%;
  z-index: 99999;
  position: fixed;
  right: -90%;
  top: 0px;
  bottom: 0px;
  display: none;
  overflow-y: auto;
  overflow-x: inherit;
  -webkit-overflow-scrolling: touch;
  background: #343434;
}
.slide_menu_top {
  height: 100px;
  background: url(/img/logo.png) no-repeat center center #eee;
  box-sizing: border-box;
  background-size: 300px auto;
}
.slide_menu_wrap .m_gnb_on {
  display: none !important;
}

.all_close {
  position: fixed;
  right: -50%;
  margin-right: 35px;
  top: 30px;
  display: none;
  z-index: 99998;
}
.all_close button {
  background: none;
  border: none;
  outline: none; /*width: 26px; height: 26px;*/
  padding: 0px;
  margin: 0px;
}
.slide_menu_wrap .gnb > ul {
  overflow: hidden;
}
.slide_menu_wrap .gnb > ul > li {
  border-bottom: 1px solid #474747;
}
.slide_menu_wrap .gnb > ul > li > a {
  display: block;
  line-height: 33px;
  font-size: 18px;
  color: #fff;
  background: #f2f2f2;
  padding: 10px 10px 10px 25px;
  background: url(/img/common/g_plus.png) no-repeat 93% center;
  font-weight: 500;
}
.slide_menu_wrap .gnb > ul > li > a.on {
  background: url(/img/common/g_minus.png) no-repeat 93% center;
}
.slide_menu_wrap .gnb .sub_menu {
  background: #333333;
  border-top: 1px solid #474747;
  display: none;
  padding: 10px 0px 10px 15px;
}

.slide_menu_wrap .gnb .sub_menu > li > a {
  display: block;
  line-height: 23px;
  padding: 5px 10px 5px 25px;
  font-size: 15px;
  color: #d6d6d6;
}
.slide_menu_wrap .gnb .sub_menu02 {
  background: #4e4e4e;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding: 10px 0px;
}
.slide_menu_wrap .gnb .sub_menu02 > li > a {
  display: block;
  line-height: 23px;
  padding: 5px 10px 5px 35px;
  font-size: 13px;
  color: #d6d6d6;
}

.slide_menu_wrap .gnb .my_edu {
  position: relative;
  width: 100%;
  height: auto;
  right: auto;
  top: auto;
}
.slide_menu_wrap .gnb .my_edu > a {
  font-size: 14px;
  display: block;
  color: #fff;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
}
.slide_menu_wrap .gnb .my_edu > a > span {
  display: inline-block;
  line-height: 35px;
  padding: 0px 0px 0px 50px;
  background-position: left center !important;
}

/* GNB */
.w_gnb {
  padding: 15px 430px 15px 160px;
}
.w_gnb .gnb:after {
  content: "";
  display: block;
  clear: both;
}
.w_gnb .gnb > ul {
  font-size: 0px;
  display: table;
  width: 100%;
  text-align: right;
}
.w_gnb .gnb > ul:after {
  content: "";
  display: block;
  clear: both;
}
.w_gnb .gnb > ul > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  box-sizing: border-box;
  padding: 0px 4%;
}
.w_gnb .gnb > ul > li > a {
  display: block;
  color: #fff;
}
.w_gnb .gnb > ul > li > a > span {
  display: block;
  font-size: 17px;
  line-height: 70px;
  min-height: 70px;
  z-index: 999;
  position: relative;
  font-weight: 300;
}
.w_gnb .gnb > ul > li:first-child > a {
  background: none;
}
.w_gnb .gnb > ul > li > a:hover > span {
  color: #04d7d0;
}
.w_gnb .gnb > ul > li.on > a > span {
  color: #fff;
}

.w_gnb .sub_menu {
  position: absolute;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  top: 60px;
  display: none !important;
  padding: 0px 0px;
  border: 1px solid #2e3133;
  background: #fff;
  padding: 10px 0px;
}
.w_gnb .sub_menu > li {
  padding: 3px 10px 3px 10px;
  letter-spacing: -0.5px;
}
.w_gnb .sub_menu > li > a {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #333333;
  padding: 3px 0px;
  line-height: 20px;
}
.w_gnb .sub_menu > li > a:hover {
  color: #4867aa;
}
.w_gnb .three_depth {
  display: none;
}
.gnb05 {
  display: none !important;
}
.gnb08 {
  display: none !important;
}
.gnb09 {
  display: none !important;
}

/* section */
.section_wrap {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.section {
  padding: 70px 0px 80px 0px;
}
.section .m_tit {
  text-align: center;
  line-height: 130%;
  margin-bottom: 50px;
  color: #323232;
  position: relative;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -1px;
  padding-top: 25px;
}
.section .m_tit .samll {
  line-height: 110%;
  color: #787878;
  font-size: 26px;
  display: block;
}
.section .m_tit:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #fe771d;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -5px;
  border-radius: 100%;
}

#container {
  position: relative;
}
#section:after {
  clear: both;
  content: "";
  display: block;
}

.main_m {
  display: none;
}
#section0 .bx-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#section0 .bx-controls .bx-controls-direction > a {
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transform: rotate(-45deg);
}
#section0 .bx-prev {
  position: absolute;
  top: 0;
  left: 5%;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
#section0 .bx-next {
  position: absolute;
  top: 0;
  right: 5%;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
/*#section0 {position: relative; width: 100%; background: url(/img/main/visual01.jpg) no-repeat center top; background-size:cover; font-family: 'NanumSquare', sans-serif; height: 860px;}
#section0 .inner .visual_txt {font-size:60px; color: #fff; position: absolute; left:10px; top:50%; line-height: 120%; font-weight:300; letter-spacing: -2px; margin-top: -100px;}
#section0 .inner .visual_txt > strong {font-weight:700; line-height: 100%; color: #04d7d0; display: inline-block; border-bottom: 1px solid #04d7d0;}*/

.main_quick {
  background: url(/img/main/quick_bg.png) repeat left top;
  width: 100%;
}
.main_quick > ul {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 1px solid #818183;
  border-left: 1px solid #818183;
}
.main_quick > ul > li {
  float: left;
  width: 16.66666%;
  text-align: center;
  display: table;
  border-left: 1px solid #818183;
  box-sizing: border-box;
}
.main_quick > ul > li:hover {
  background: rgba(29, 145, 142, 0.65);
}
.main_quick > ul > li:first-child {
  border-left: none;
}
.main_quick > ul > li > a {
  display: table-cell;
  vertical-align: middle;
  height: 140px;
  color: #fff;
  font-family: "NanumSquare", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.main_quick > ul > li > a > strong {
  display: block;
  line-height: 140%;
  font-size: 26px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  padding-bottom: 3px;
}

.main_quick2 {
  width: 100%;
}
.main_quick2 > ul {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.main_quick2 > ul > li {
  float: left;
  width: 16.66666%;
  text-align: center;
  box-sizing: border-box;
}
.main_quick2 > ul > li > a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.main_quick2 > ul > li > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mainShortCut {
  width: 100%;
}
.mainShortCut > ul {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.mainShortCut > ul > li {
  float: left;
  width: 16.66666%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.3em;
}
.mainShortCut > ul > li > a {
  display: block;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.mainShortCut > ul > li > a:hover {
  border: 1px solid rgba(239, 127, 166, 0.1);
  box-shadow: 0px 0px 7px #ef7fa6;
}
.mainShortCut > ul > li > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 5px;
}

/* 카피라이트 */
#footerW {
  clear: both;
  position: relative;
  width: 100%;
  background: #fff;
}

#footer_add a {
  color: #787878;
}
#footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0px 25px 0px;
  margin-bottom: 40px;
}

#footer .footerLogo {
  flex-basis: 200px;
  background: url(/img/footer_logo.png) no-repeat center center;
  background-size: 120px auto;
}

#footer .footerInfo {
  padding: 0 1em 0 0;
}

#footer .footerInfo .footerNav {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .footerInfo .footerNav li {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-weight: 500;
  color: #333;
}

#footer .footerInfo .footerNav li a {
  color: #333;
}

#footer .footerInfo .footerNav li:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #333;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#footer .footerInfo .footerNav li:first-child:before {
  display: none;
}

#footer .footerInfo .footerNav li:first-child {
  padding-left: 0px;
}

#footer .footerInfo .infoWrap li {
  display: inline-block;
  line-height: 150%;
  font-size: 0.8em;
  padding-right: 1em;
}

#footer .certification_button {
  display: inline;
  border: 1px solid #AAAAAA;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 3px 0 3px;
}

#footer .footerInfo .infoWrap li .ceo {
  padding-left: 1em;
}

#footer .footerInfo .infoWrap .blankList {
  font-size: 0.9em;
  display: block;
  line-height: 150%;
}

#footer .footerInfo .contactUs li {
  list-style: none;
  padding-bottom: 0.3em;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

#footer .footerInfo .contactUs li img {
  width: 100%;
}

#footer .footerInfo .shortCutMobile {
  display: none;
}

#footer .shortCut {
  flex-grow: 1;
  flex-shrink: 0;
}

#footer .shortCut .linkWrap {
  display: flex;
  justify-content: flex-end;
}

#footer .shortCut .linkWrap li {
  padding: 22px 0.3em 0 0.3em;
  box-sizing: border-box;
  cursor: pointer;
}

#footer .shortCut .linkWrap li img {
  width: 100%;
  max-width: 85px;
}

.productPrice {
  padding-bottom: 12px;
  /* color: #513535; */
}

.productPrice span {
  /* border-bottom: 1px solid #513535; */
}

#refundPrice .dotDesc {
  color: #05B1B4;
}

.dotDesc {
  padding-bottom: 10px;
  position: relative;
  padding-left: 10px;
}

.dotDesc:after {
  width: 3px;
  height: 3px;
  display: block;
  content: "";
  background: #787878;
  position: absolute;
  left: 0px;
  top: 10px;
}

@media screen and (max-width: 1180px) {
  #footer .footerInfo .contactUs,
  #footer .footerInfo .shortCutMobile {
    width: 50%;
    float: left;
    display: inline-block;
  }

  /* #footer .footerInfo .shortCutMobile .linkWrap {
    float: right;
  } */

  #footer .footerInfo .shortCutMobile .linkWrap li {
    width: 50px;
    float: left;
  }

  #footer .footerInfo .shortCutMobile .linkWrap li:first-child {
    /* padding-left: 10px; */
  }

  #footer .footerInfo .shortCutMobile .linkWrap li img {
    width: 100%;
    max-width: 47px;
  }

  #footer .shortCut {
    display: none;
  }

  #footer .footerInfo:after {
    display: block;
    content: "";
    clear: both;
  }

  #footer .footerInfo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em 0 0 0;
  }
  /* #footer .shortCut {
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 0.5em;
  } */
  /* #footer .shortCut .linkWrap {
    display: flex;
    justify-content: center;
  } */
  #footer .footerInfo .contactUs li {
    list-style: none;
    padding-bottom: 0.3em;
    cursor: pointer;
    width: auto;
    /* text-align: center; */
    /* margin: 0 auto; */
  }

  #footer .footerInfo .contactUs li a {

  }

  #footer .footerInfo .contactUs li img {
    width: 200px;
    margin: 0 auto;
  }
  #footer .footerInfo .infoWrap li {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.8em;
    padding-right: 0;
  }
  #footer .footerInfo .infoWrap li .ceo {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  #footer .certification_list {
    padding-top: 5px;
  }

  #footer .certification_academy {
    display: block;
    padding-top: 3px;
  }

  #footer .footerInfo .infoWrap .blankList {
    display: none;
  }
  #footer .footerInfo .contactUs li:first-child {
    /* display: none; */
  }
  #footer .footerInfo .footerNav li {
    font-size: 0.7em;
  }
  #footer .footerInfo .footerNav li:first-child {
    padding-left: 1em;
  }
  #footer .footerInfo .footerNav .contactUsNav {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #footer .footerInfo .contactUs,
  #footer .footerInfo .shortCutMobile {
    width: 100%;
    float: left;
    display: inline-block;
  }
  #footer .footerInfo .contactUs {
    margin-left: 3px;
  }
}
/* 하단변경소스 끝 19.04.12 */

.footer_navi {
  font-size: 0px;
  text-align: left;
}
.footer_navi li {
  display: inline-block;
  padding: 0px 17px;
  position: relative;
}
.footer_navi li:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #d5d5d5;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.footer_navi li:first-child:before {
  display: none;
}
.footer_navi li:first-child {
  padding-left: 0px;
  background: none;
}
.footer_navi li a {
  display: block;
  font-size: 16px;
  color: #323232;
  font-weight: 400;
  line-height: 20px;
}

#footer .addressW {
  font-weight: 300;
  position: relative;
  font-size: 13px;
  color: #787878;
  line-height: 140%;
  font-family: "NanumSquare", sans-serif;
}
#footer .addressW a {
  color: #787878;
}
#footer .addressW {
  margin-left: -10px;
  line-height: 150%;
}
#footer .addressW ul > li {
  display: inline-block;
  padding: 2px 10px;
  position: relative;
}
#footer .addressW img {
  width: 17px;
  vertical-align: middle;
  margin: 0 3px 0 5px;
}
#footer .f_sns {
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 100%;
  max-width: 270px;
}
#footer .f_sns > li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
}
#footer .f_sns > li span {
  display: block;
  padding-top: 5px;
  font-size: 13px;
  color: #323232;
}

#content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0px;
}
#content:after {
  clear: both;
  content: "";
  display: block;
}

.rightW {
  float: right;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}

.sub_visual {
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.sub_visual .sub_txt {
  display: table;
  height: 100%;
  width: 100%;
}
.sub_visual .sub_txt .cell {
  display: table-cell;
  padding-bottom: 55px;
  vertical-align: middle;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
/*
.sub_wrap_1 .sub_visual {background: url(/img/common/title_01.jpg) no-repeat center top; background-size: 100% auto;}
.sub_wrap_2 .sub_visual {background: url(/img/common/title_01.jpg) no-repeat center top; background-size: 100% auto;}
.sub_wrap_3 .sub_visual {background: url(/img/common/title_01.jpg) no-repeat center top; background-size: 100% auto;}
.sub_wrap_4 .sub_visual {background: url(/img/common/title_01.jpg) no-repeat center top; background-size: 100% auto;}
.sub_wrap_5 .sub_visual {background: url(/img/common/title_01.jpg) no-repeat center top; background-size: 100% auto;}
.sub_wrap_8 .sub_visual {background: url(/img/common/title_01.jpg) no-repeat center top; background-size: 100% auto;}
*/

#sub_tit {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
#sub_tit .txt_s {
  font-size: 36px;
  display: inline-block;
}
.sub_tit_s {
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #f0f0f0;
  font-family: "Lato", sans-serif;
  opacity: 0.8;
  font-weight: 100;
}
.sub_tit2 {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 150%;
  padding-top: 55px;
  font-weight: 300;
}

#m_lnb {
  display: none;
}

/*lnb_wrap*/
#lnb_wrap {
  width: 230px;
  float: left;
  padding-bottom: 16px;
  z-index: 9;
  padding-top: 85px;
}
#lnb_title {
  text-align: left;
  width: 100%;
  color: #323232;
  font-size: 32px;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 25px;
}
.lnbs2 ul {
  text-align: center;
  font-size: 0px;
}
.lnbs2 ul li {
  color: #333;
  padding: 0px 0px;
  position: relative;
}
.lnbs2 ul li a {
  color: #323232;
  font-size: 17px;
  display: block;
  line-height: 20px;
  min-height: 20px;
  padding: 15px 0px 15px 20px;
  box-sizing: border-box;
  font-weight: 400;
  text-align: left;
}
.lnbs2 ul li.on a {
  background: #00b1b4;
  color: #fff;
}
#lnb_tit {
  display: none;
}
#lnb_tit {
  font-size: 15px;
  letter-spacing: -1px;
  padding: 0px 0px 0px 20px;
  color: #fff;
  line-height: 39px;
  height: 39px;
  background: url(/img/common/lnb_arrow.png) no-repeat 90% center;
  cursor: pointer;
}
#lnb_tit2 {
  font-size: 15px;
  letter-spacing: -1px;
  padding: 0px 0px 0px 20px;
  color: #333333;
  line-height: 39px;
  height: 39px;
  background: url(/img/common/lnb_arrow.png) no-repeat 95% center;
  cursor: pointer;
  display: none;
}

.sub_wrap_4 .lnb_banner {
  display: block;
}
.lnb_banner {
  padding-top: 40px;
  display: none;
}
.lnb_banner > li {
  margin-top: 20px;
}
.lnb_banner > li.last {
  display: table;
  width: 100%;
}
.lnb_ban03 {
  background: #ee7624;
  height: 200px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  display: table-cell;
  font-size: 15px;
}
.lnb_ban03 .txt_t {
  display: inline-block;
  padding: 5px 0px 5px 40px;
  font-size: 22px;
  line-height: 140%;
  background: url(/img/common/ico_tel.png) no-repeat left 5px;
  font-weight: 500;
}
.lnb_ban03 .tel {
  font-size: 32px;
  color: #000000;
  line-height: 140%;
  font-weight: 600;
  font-family: arial;
  left: -1px;
}
.lnb_ban03 .tel a {
  color: #000000;
}

.bookmark_title_bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-bottom: 1px solid #dcdcdc;
  padding: 0px 0px 10px 0px;
  text-align: left;
}

.bookmark_title_bar .bookmark_title {
  max-width: 79%;
  display: flex;
  align-items: center;
}


.bookmark_title_bar h2 {
  font-size: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #787878;
  font-weight: 500;
  line-height: 40px;
}

.bookmark_title_bar .buttons {
  display: flex;
  flex-basis: 70px;
  width: 70px;
  min-width: 70px;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}

.title_bar {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  padding: 0px 0px 10px 0px;
  margin-bottom: 50px;
  text-align: center;
}
.title_bar h2 {
  float: left;
  font-size: 42px;
  color: #323232;
  font-weight: 500;
  line-height: 100%;
}
.title_bar .small {
  font-size: 22px;
  color: #646464;
  font-weight: 300;
}
.location {
  float: right;
  line-height: 20px;
  padding-top: 20px;
}
.location span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 32px;
  padding-left: 15px;
  margin-left: 10px;
  background: url(/img/common/location.gif) no-repeat left center;
  color: #b4b4b4;
  font-size: 14px;
  font-weight: 300;
}
.location span:first-child {
  padding-left: 0px;
  margin-left: 0px;
  background: none;
}
.location #location_2 {
  color: #333333;
}
.location #location_3 {
  color: #333333;
}
.location.three #location_2 {
  color: #b4b4b4;
}
.location img {
  vertical-align: middle;
  margin-top: -3px;
}

.sub_con {
  min-height: 100px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 160%;
  padding-top: 85px;
  padding-bottom: 30px;
  word-break: keep-all;
}
.parking {
  text-align: center;
  font-size: 25px;
  padding: 70px 10px;
  line-height: 150%;
}

.b_titW {
  overflow: hidden;
  position: relative;
  margin: 65px 0px 15px 0px;
}
.b_titW .b_tit {
  float: left;
  margin: 0px !important;
}
.b_titW .bt {
  float: right;
  padding-top: 5px;
}

.b_tit {
  font-size: 33px;
  color: #323232;
  line-height: 100%;
  margin: 65px 0px 25px 0px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding-left: 23px;
}
.b_tit:before {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background: #b4b4b4;
  position: absolute;
  left: 0px;
  top: 0px;
}
.b_tit .small {
  font-size: 16px;
  color: #787878;
  font-weight: 300;
  line-height: 140%;
  display: inline-block;
}
.sss_tit {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding: 0px 0px 15px 15px;
  margin-top: 40px;
  line-height: 140%;
  min-height: 20px;
  text-align: left;
  position: relative;
}

.s_tit {
  font-size: 35px;
  color: #323232;
  line-height: 100%;
  margin: 55px 0px 35px 0px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.ss_tit {
  font-size: 28px;
  font-weight: 500;
  color: #323232;
  margin: 50px 0px 15px 0px;
  line-height: 140%;
  min-height: 20px;
  text-align: left;
  position: relative;
}
.ss_tit .small {
  font-size: 16px;
  color: #787878;
  font-weight: 300;
  line-height: 140%;
  display: inline-block;
}
.sss_tit {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding: 0px 0px 15px 15px;
  margin-top: 40px;
  line-height: 140%;
  min-height: 20px;
  text-align: left;
  position: relative;
}
.sss_tit:before {
  display: block;
  content: "";
  width: 4px;
  height: 20px;
  background: #fe771d;
  position: absolute;
  left: 0px;
  top: 5px;
}
.sss_tit .samll {
  display: inline-block;
  font-size: 14px;
  color: #828282;
  font-weight: 400;
}
img {
  max-width: 100%;
}
.important_txt {
  height: 40px;
  margin-top: -40px;
  text-align: right;
  color: #323232;
}
/*.important {padding-right:15px; position:relative; display:inline-block;}
.important:after {display:block; content:"*"; position:absolute; left:0px; top:7px; color: #f15a22;}
.important2 {padding-left:15px; position:relative; display:inline-block;}
.important2:after {display:block; content:""; width:6px; height:6px; background:#ec5133; border-radius:100%; position:absolute; left:0px; top:7px}*/

.board-write .input {
  min-height: 46px;
  line-height: 46px;
}
.board-write select {
  min-height: 48px;
  line-height: 48px;
}
.board-write .input,
.board-write .textarea,
.board-write .select {
  width: 100%;
  border: 1px solid #dcdcdc;
}
input::-webkit-input-placeholder {
  color: #969696;
  font-weight: 300;
}
input::-moz-placeholder {
  color: #969696;
  font-weight: 300;
}
input:-ms-input-placeholder {
  color: #969696;
  font-weight: 300;
}

textarea::-webkit-input-placeholder {
  color: #969696;
  font-weight: 300;
}
textarea::-moz-placeholder {
  color: #969696;
  font-weight: 300;
}
textarea:-ms-input-placeholder {
  color: #969696;
  font-weight: 300;
}

.make_type {
  border: 1px solid #cccccc;
}

.bt_include {
  position: relative;
  padding-right: 160px;
  box-sizing: border-box;
}
.bt_include .add_bt {
  position: absolute;
  right: 0px;
  top: 0px;
}
.bt_include .add_bt2 {
  position: absolute;
  right: -160px;
  top: 0px;
}
.bt_include .btnNormalB {
  min-width: 100px;
}
.bt_include .btnNormalB span {
  padding: 0px 10px;
  height: 36px;
  line-height: 36px;
}

.bt_include select {
  width: 100%;
  max-width: 100%;
}
.bt_include2 {
  padding-right: 65px;
  margin: 0 auto;
}

/* member */
.login_wrap {
  margin: 20px auto 40px;
  border: 1px solid #dcdcdc;
  max-width: 710px;
  background: #fff;
  box-sizing: border-box;
  margin-top: 148px;
}
.login_wrap > h2 {
  text-align: center;
  margin-top: -1px;
}
.login_wrap .s_txt {
  font-size: 20px;
  line-height: 140%;
  padding: 0px 10px;
  text-align: center;
}
.login_wrap .login_bt .bt {
  background-color: #343434;
  color: #fff;
  padding: 0px;
  line-height: 70px;
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-size: border-box;
}
.login_wrap .login_bt .gray {
  background-color: #9b9b9b;
}
.login_wrap_in {
  padding: 50px 30px;
  max-width: 560px;
  margin: 0 auto;
}

.signup li {
  margin-top: 10px;
}
.signup li:first-child {
  margin-top: 0px;
}
.signup li input {
  width: 100%;
  height: 70px;
  padding: 8px 10px 8px 38px;
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-size: border-box;
  font-size: 18px;
}

.signup li select {
  width: 100%;
  height: 70px;
  padding: 8px 10px 8px 38px;
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-size: border-box;
  font-size: 18px;
}
.signup li input#login_uid {
  border-color: #00b1b4;
}
.login_bt {
  padding-top: 10px;
}
.signup li input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.signup li input::-moz-placeholder {
  color: #aaaaaa;
}
.signup li input:-ms-input-placeholder {
  color: #aaaaaa;
}

.find_idpw {
  overflow: hidden;
  padding: 10px 0px 20px 0px;
}
.find_idpw > li {
  font-size: 15px;
}

.sns_login {
  overflow: hidden;
  margin: 0px -5px;
}
.sns_login > li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 5px 0px 5px;
}
.sns_login > li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.sns_login > li > a > span {
  display: inline-block;
  line-height: 60px;
  padding-left: 24px;
}
.sns_login > li.ico01 > a {
  background: #00c13a;
}
.sns_login > li.ico02 > a {
  background: #f2dc01;
  color: #3a1d1d;
}
.sns_login > li.ico01 > a > span {
  background: url(/img/member/ico_n.gif) no-repeat left center;
}
.sns_login > li.ico02 > a > span {
  background: url(/img/member/ico_k.gif) no-repeat left center;
  padding-left: 30px;
}

.join_step {
  position: relative;
  padding-bottom: 30px;
  margin: 0px auto;
  max-width: 810px;
}
.join_step > ol {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.join_step > ol > li {
  float: left;
  width: 33.333%;
  font-size: 23px;
  color: #505050;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0px 5px;
  position: relative;
  position: relative;
}
.join_step > ol > li:before {
  display: block;
  content: "";
  width: 72px;
  height: 10px;
  background: url(/img/member/line.gif) no-repeat left top;
  position: absolute;
  left: 0%;
  top: 50%;
  margin: -20px 0px 0px -30px;
}

.join_step > ol > li:first-child:before {
  display: none;
}

.join_step > ol > li .ico {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 18%;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 100%;
}
.join_step > ol > li .ico > span {
  display: block;
  width: 53px;
  height: 50px;
  margin-bottom: 3px;
  overflow: hidden;
}
.join_step > ol > li .ico1 > span {
  background: url(/img/member/join_step1.png) no-repeat center top;
}
.join_step > ol > li .ico2 > span {
  background: url(/img/member/join_step2.png) no-repeat center top;
}
.join_step > ol > li .ico3 > span {
  background: url(/img/member/join_step3.png) no-repeat center top;
}
.join_step > ol > li .txt {
  display: block;
  padding-top: 10px;
  line-height: 140%;
}
.join_step > ol > li.on .ico {
  background: #00b1b4;
}
.join_step > ol > li.on .ico > span {
  background-position: center bottom !important;
}

.all_check {
  padding: 30px 0px 15px 0px;
  overflow: hidden;
  border-bottom: 1px solid #323232;
}
.all_check > h3 {
  font-size: 23px;
  font-weight: 500;
  color: #323232;
  line-height: 140%;
  float: left;
}
.all_check .all {
  float: right;
  font-size: 16px;
  color: #323232;
}

.find_pop {
  font-size: 15px;
  line-height: 150%;
  padding-bottom: 40px !important;
  position: relative;
}
.bb_tit {
  font-size: 1.5em;
  line-height: 150%;
  color: #000000;
  font-weight: 500;
  padding: 40px 0px 15px 0px;
}

.label_t {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 400;
  padding-bottom: 5px;
  display: inline-block;
}
.check_bt {
  width: 36px;
  height: 36px;
  outline: none;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
}
.check_bt.on {
  background: url(/img/common/ico.png) no-repeat center center #fe771d;
  border: 1px solid #fe771d;
}

.join_complete {
  text-align: center;
  padding: 25px 25px 0 25px;
  margin-top: 40px;
  border-top: 2px solid #00b1b4;
}
.join_complete {
  color: #505050;
  font-size: 16px;
  line-height: 140%;
}

.join_complete .txt1 {
  font-size: 30px;
  color: #323232;
  line-height: 140%;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.join_complete .txt1 > strong {
  font-weight: 600;
}
.join_complete .txt2 {
  font-size: 1.05em;
  color: #787878;
  line-height: 140%;
}
.join_complete .txt2 > strong {
  font-weight: 600;
  color: #00b1b4;
  display: inline-block;
}

.radio_group {
  font-size: 0px;
  padding: 0px 0px 0px 0px;
  margin: -5px 0px 0px -15px;
}
.radio_group > li {
  display: inline-block;
  font-size: 16px;
  padding: 5px 0px 0px 15px;
}
.radio_group .input {
  width: auto !important;
}
.input_etc {
  position: relative;
  padding-left: 62px;
  box-sizing: border-box;
}
.input_etc .pa {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 40px;
}

.join_txt {
  padding: 10px 0px 10px 40px;
  min-height: 20px;
  margin-top: 10px;
  background: url(/img/common/ico_idpw.gif) no-repeat left 5px;
  display: inline-block;
}

.btn_print {
  background: #555555;
  color: #fff !important;
  font-size: 0.9em;
  font-weight: 500;
  display: inline-block;
  outline: none;
  border: none;
  width: 100%;
  max-width: 100px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 30px;
  line-height: 18px;
  vertical-align: middle;
}
.btn_print:hover {
  background: #00b1b4;
}
.btn_line {
  background: #fff;
  color: #00b1b4 !important;
  font-size: 0.9em;
  font-weight: 500;
  display: inline-block;
  outline: none;
  border: 1px solid #00b1b4;
  width: 100%;
  max-width: 100px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 30px;
  line-height: 16px;
  vertical-align: middle;
}
.btn_enter {
  background: #00b1b4;
  color: #fff !important;
  font-size: 0.9em;
  font-weight: 500;
  display: inline-block;
  outline: none;
  border: none;
  width: 100%;
  max-width: 130px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 30px;
  line-height: 18px;
  vertical-align: middle;
}

.data_table > li:first-child {
  margin-top: 0px;
  border-top: 0px;
}
.data_table > li {
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  background: #f5f5f5;
}
.data_table .data_cell {
  overflow: hidden;
  position: relative;
  padding: 0px 400px 0px 130px;
}
.data_table .data_cell > div {
  float: left;
  box-sizing: border-box;
}
.data_table .data_cell .step {
  float: left;
  width: 130px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border-right: 1px solid #dcdcdc;
  text-align: center;
}
.data_table .data_cell .step > p {
  display: inline-block;
  padding: 12px 0px;
  border: 1px solid #dcdcdc;
  background: #fff;
  min-width: 70px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: #323232;
  font-weight: 400;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.data_table .data_cell .subjext {
  width: 100%;
  padding: 20px 10px 20px 30px;
}
.data_table .data_cell .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 400px;
}
.data_table .data_cell .btn > ul {
  overflow: hidden;
  height: 100%;
}
.data_table .data_cell .btn > ul > li {
  float: left;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  box-sizing: border-box;
  width: 30%;
  text-align: center;
}

.data_table .data_cell .btn > ul > li.long {
  width: 40%;
}
.data_table .data_cell .btn > ul > li.long > a {
  max-width: 130px;
}
.data_table .data_cell .btn > ul > li > a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 70px;
}

.alert_pop {
  background: none !important;
}
.alert_pop .pop_wrap .pop_wrap_in {
  border: 2px solid #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 2px 6px #d5d5d5;
}

.alert_tit {
  text-align: center;
  font-size: 28px;
  color: #323232;
  line-height: 150%;
  font-weight: 500;
  padding: 0px 0px 10px 0px;
}
.alert_txt {
  text-align: center;
  font-size: 17px;
  color: #505050;
  line-height: 140%;
}

.frame_warp {
  position: relative;
}
.frame_warp iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.print_page {
  width: 100%;
  height: 100%;
  display: table;
}
.certificate_wrap {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 20px;
}
.certificate {
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0px;
}
.certificate > li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 1.05em;
  padding: 5px 10px;
  color: #505050;
  text-align: left;
}
.certificate > li .txt_t {
  color: #000;
}

.certificate_bottom {
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
  min-height: 130px;
  box-sizing: border-box;
  padding: 45px 25px 25px 10px;
  position: relative;
  line-height: 150%;
}
.certificate_bottom .txt {
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
.certificate_bottom div {
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
.certificate_bottom .stamp {
  position: absolute;
  right: 0px;
  top: 40px;
}

.basket_bottom {
  overflow: hidden;
  padding-top: 30px;
  margin: 0px -10px;
}
.basket_bottom .cell {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}
.basket_bottom .cell .cell_in {
  padding: 37px;
  padding-top: 30px;
  border: 2px solid #00b1b3;
}
.basket_bottom .cell .cell_in .in_top {
  border-bottom: 1px dashed #02b2b5;
  margin-bottom: 15px;
  min-height: 30px;
  padding-bottom: 10px;
  line-height: 30px;
  font-weight: 500;
  color: #323232;
}
.basket_bottom .cell .cell_in .in_top2 {
  border-bottom: 1px solid #02b2b5;
  font-size: 22px;
  margin-bottom: 20px;
  min-height: 30px;
  padding-bottom: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #323232;
}
.basket_bottom .cell .table_style1 tbody tr th {
  background: none;
  border: none;
  font-size: 15px;
  text-align: left;
  color: #646464;
  padding: 5px 0;
}
.basket_bottom .cell .table_style1 tbody tr td {
  border: none;
  height: auto;
  line-height: 140%;
  padding: 5px 0px;
  font-size: 15px;
}
.basket_bottom .cell3 .table_style1 tbody tr th {
  padding: 10px 0 !important;
}
.basket_bottom .cell3 .table_style1 tbody tr td {
  padding: 10px 0 !important;
}

.basket_bottom .cell .cell_in > ul > li.total .price > strong {
  font-size: 30px;
  color: #00b1b4;
}
.basket_bottom .cell.cell2 .cell_in {
  background: #f5fcfc;
}
.basket_bottom .cell.cell3 .cell_in {
  background: #fafafa;
  padding-bottom: 20px;
  min-height: 240px;
}
.basket_bottom .cell.cell1 .cell_in {
  border-color: #323232;
}
.basket_bottom .price_b {
  font-size: 22px;
  color: #323232;
}

.help_txt {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  background: #b4b4b4;
  border-radius: 100%;
  outline: none;
}

.point_info {
  padding: 20px 10px;
  overflow: hidden;
  background: #f5fcfc;
}
.point_info > dl {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 0px 0px 0px 100px;
}
.point_info > dl dt {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 80px;
  text-align: center;
}
.point_info > dl dt .ico {
  display: inline-block;
}
.point_info > dl dd {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  border-left: 1px dashed #00b1b4;
}
.point_info > dl dd .cell {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.point_info > dl dd .bul01 > li {
  margin: 0px;
  margin-top: 14px;
  font-size: 1.05em;
}
.point_info > dl dd .bul01 > li:first-child {
  margin-top: 0px;
}
.point_info > dl dd .bul01 > li:after {
  width: 5px;
  height: 5px;
  background: #c8c8c8;
  top: 12px;
}
.point_info > dl dd .bul01 > li > strong {
  font-size: 22px;
  color: #323232;
  font-weight: 400;
}

.point_date {
  border: 2px solid #dcdcdc;
  background: #fafafa;
  position: relative;
  padding: 15px 15px 15px 145px;
  margin-bottom: 40px;
}
.point_date > h4 {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 135px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #323232;
  line-height: 140%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.point_date > ul {
  font-size: 0px;
}
.point_date > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 106px;
  box-sizing: border-box;
  padding: 3px;
}
.point_date > ul > li > a {
  font-size: 1rem;
}

.faq_list {
  border-top: 2px solid #00b1b4;
  margin-top: -1px;
  position: relative;
}
.faq_list > li {
  font-size: 17px;
}
.faq_list > li .title {
  padding: 26px 70px 27px 90px;
  background: url(/img/common/arrow2.gif) no-repeat;
  line-height: 140%;
  color: #323232;
  position: relative;
  color: #646464;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
  background-position: calc(100% - 15px) center !important;
  white-space: pre-wrap;
}
.faq_list > li .title.on {
  background: url(/img/common/arrow.gif) no-repeat;
}
.faq_list > li .title .q {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  background: #00b1b4;
  left: 30px;
  font-family: "NanumSquare", sans-serif;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.faq_list > li .title .date {
  color: #b4b4b4;
  position: absolute;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  line-height: 130%;
  right: calc(0% + 70px);
  right: -webkit-calc(0% + 70px);
  top: 0%;
  text-align: center;
  width: 150px;
}
.faq_list > li .title .date > span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.faq_list2 > li {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.answer_wrap {
  padding: 20px 19px 21px 30px;
  display: none;
  background: #f5f5f5;
}
.answer_wrap .answer {
  padding: 8px 0px 8px 60px;
  min-height: 22px;
  line-height: 150%;
  color: #787878;
  word-break: keep-all;
  word-wrap: break-word;
  position: relative;
  text-align: left;
  white-space: pre-wrap;
}
.answer_wrap .answer .a {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 100%;
  background: #f5f5f5;
  left: 0px;
  border: 2px solid #00b1b4;
  box-sizing: border-box;
  font-family: "NanumSquare", sans-serif;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #00b1b4;
}

.class_apply {
  border-top: 2px solid #00b1b4;
  float: left;
  margin: 10px;
  width: 350px;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  min-height: auto;
  transition: all 0.2s;
}
.class_apply:hover {
  box-shadow: 5px 5px 5px rgba(99, 99, 99, 0.2);
}
.class_apply a {
  display: block;
}
.class_apply .video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 174px;
}
.class_apply .video a {
  display: block;
  top: 50%;
  right: 0;
  width: 100%;
}
.class_apply .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.class_apply .txt_wrap {
  display: table;
  width: 100%;
  position: relative;
}
.class_apply .txt_wrap > a {
  display: table-cell;
  padding-left: 300px;
  padding-right: 0px;
  background: none;
  vertical-align: middle;
  height: 143px;
}
.class_apply .txt_wrap > a .step {
  display: block;
  width: 255px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 22px;
  color: #00b1b4;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.class_apply .txt_wrap > a .txt_t {
  display: block;
  font-size: 20px;
  color: #323232;
  line-height: 140%;
  padding-bottom: 10px;
}
.class_apply .txt_wrap > a .txt_s {
  display: block;
  font-size: 17px;
  color: #646464;
  line-height: 140%;
  font-size: 15px;
}
.class_apply .txt_wrap:after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 255px;
  top: 0px;
  background: #e5e5e5;
}

.class_apply .video {
  width: 100%;
}
.class_apply .txt_wrap > a {
  padding: 20px 0 10px 0;
}
.class_apply .txt_wrap > a .step {
  width: 100%;
  text-align: left;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  -webkit-transform: none;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 26px;
}
.class_apply .txt_wrap:after {
  display: none;
}

/** 팀샬롯 머니 **/
.ticketList {
  width: 100%;
  padding: 1em 0;
  font-family: "lightrain", sans-serif;
}
.ticketList:after {
  content: "";
  display: block;
  clear: both;
}

.ticketList li {
  width: 25%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0.5em;
}

.ticketList li .box {
  width: 100%;
  min-height: 100px;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
  cursor: pointer;
}

.ticketList li .box:hover {
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
}

.ticketList li .box .ticket {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}

.ticketList li .box .ticketTest img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.ticketList li:nth-child(1) .box .ticket {
  background: #7bbee4 url("../img/ticket/ticket-bg-1.png") no-repeat center
    center;
  background-size: cover;
}

.ticketList li:nth-child(2) .box .ticket {
  background: #dfab8b url("../img/ticket/ticket-bg-1.png") no-repeat center
    center;
  background-size: cover;
}

.ticketList li:nth-child(3) .box .ticket {
  background: #f4d462 url("../img/ticket/ticket-bg-1.png") no-repeat center
    center;
  background-size: cover;
  /* border: 5px solid #ddbd49; */
}

.ticketList li:nth-child(4) .box .ticket {
  background: #e4a2cb url("../img/ticket/ticket-bg-1.png") no-repeat center
    center;
  background-size: cover;
  /* border: 5px solid #a7469e; */
}

.ticketList li .box .ticket > h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color: #163c2f; */
  color: rgba(255, 255, 255, 0.85);
  font-size: 2.5em;
  font-weight: 800;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.ticketList li .box .ticketInfo {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}

.ticketList li .box .ticketInfo > span {
  width: 100%;
  display: block;
}

.ticketList li .box .ticketInfo .txt {
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
}
.ticketList li .box .ticketInfo .price {
  font-size: 1.5em;
  color: #ff3262;
  padding-bottom: 0.5em;
}

.ticketList li .box .ticketInfo .pricePercent {
  font-size: 0.7em;
  color: #bcbcbc;
  padding-bottom: 0.5em;
}

.ticketList li .box .ticketInfo .selectBox {
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ticketList li .box .ticketInfo .selectBox img {
  width: 20px;
  height: 20px;
  margin: 5px auto;
}

.ticketList li .box .ticketInfo .checked {
  background: #f0037f !important;
  border: 1px solid #c20668 !important;
}

.ticketList li .box .ticketInfo .selectBox:hover {
  background: #f0037f;
  border: 1px solid #c20668;
}

.buttonWrap {
  width: 100%;
  display: block;
}

.buttonWrap {
  text-align: center;
}

.buttonWrap .reservationButton {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 20px auto;
  font-size: 1.5em;
  font-family: "lightrain", sans-serif;
  color: #fff;
  background: #f0037f;
  border-radius: 5px;
  border: 1px solid #c20668;
  padding: 0.8em 2em;
  box-sizing: border-box;
  cursor: pointer;
}

.buttonWrap .reservationButton:hover {
  background: #c20668;
}
/** new class_apply 의리스트 **/

.freepass_pick_wrap li {
  float: left;
  display: block;
	width: 33.333%;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  min-height: auto;
  transition: all 0.2s;
}

.freepass_pick_wrap:after {
  content: '';
  display: block;
  clear: both;
}

.class_pick_wrap li {
  float: left;
  /*
	width: 33.333%;
	*/
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  min-height: auto;
  transition: all 0.2s;
}

.class_pick {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  padding: 1em 0;
  transition: all 0.5s;
}
.class_pick:hover {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
}
.class_pick a {
  display: block;
}
.class_pick .thumbnail {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #000;
}

.class_pick .thumbnail img {
  width: 100%;
}

.class_pick .thumbnail a {
  display: block;
  top: 50%;
  right: 0;
  width: 100%;
}

.class_pick .thumbnail .play {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 1em;
  bottom: 1em;
  z-index: 3;
}

.class_pick .thumbnail .play_thumbnail {
  display: block;
  width: 100%;
}

.class_pick .thumbnail .play_thumbnail_freepass {
  display: block;
  width: 100%;
}

.class_pick .thumbnail .play_thumbnail img:hover {
  opacity: 0.3;
}

.class_pick .thumbnail .preview_help {
  position: absolute;
  width: 165px;
  height: 88px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/lecture/preview_help.png") no-repeat center center;
  background-size: cover;
  opacity: 0;
}

.class_pick .lecture_content {
  display: block;
  position: relative;
  padding: 0 1em;
}
.class_pick .lecture_content .text_wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 1em;
}
.class_pick .lecture_content .text_wrap > a {
  display: block;
}
.class_pick .lecture_content .text_wrap > a .step {
  position: relative;
  background: #4bb7d4;
  font-family: "lightrain", sans-serif;
  font-size: 1em;
  color: #fff;
  padding: .4em 1em;
  /* padding-top: 3px; */
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: lighter;
}
.class_pick .lecture_content .text_wrap > a .txt_t {
  display: block;
  font-size: 1.3em;
  color: #323232;
  margin-top: 0.5em;
  word-break: keep-all;
  min-height: 3em;
}
.class_pick .lecture_content .text_wrap > a .txt_s {
  display: block;
  font-size: 1em;
  color: #646464;
  height: 5em;
}

.pink_btn {
  background: #f3517e;
  color: #fff !important;
  font-family: "lightrain", sans-serif !important;
  font-size: 1.2em !important;
  transition: all 0.3s ease-out;
  padding: 0.3em 0 !important;
}

.pink_btn_class {
  background: #f3517e;
  transition: all 0.3s ease-out;
  padding: 0.4em 0 0.2em 0 !important;
}

.pink_btn_txt {
  color: #fff !important;
  font-family: "lightrain", sans-serif !important;
  font-size: 1.4em !important;
  letter-spacing: .13em !important;
}

@media all and (-ms-high-contrast: none) {

  .pink_btn_class {
    background: #f3517e;
    transition: all 0.3s ease-out;
    padding: 0.5em 0 0.2em 0 !important;
  }/* IE10 */

  *::-ms-backdrop,

  .pink_btn_class {
    background: #f3517e;
    transition: all 0.3s ease-out;
    padding: 0.5em 0 0.2em 0 !important;
  }/* IE11 */

  *::-ms-backdrop,

  .pink_btn_class {
    background: #f3517e;
    transition: all 0.3s ease-out;
    padding: 0.5em 0 0.2em 0 !important;
  }

  }

@media all and (-ms-high-contrast: none) {
  /* IE10 */
  *::-ms-backdrop,
  .pink_btn {
    background: #f3517e;
    color: #fff !important;
    font-family: "lightrain", sans-serif !important;
    font-size: 1.2em !important;
    transition: all 0.3s ease-out;
    padding: 0 !important;
    padding-top: .5em !important;
  }/* IE11 */
  *::-ms-backdrop,
  .pink_btn {
    background: #f3517e;
    color: #fff !important;
    font-family: "lightrain", sans-serif !important;
    font-size: 1.2em !important;
    transition: all 0.3s ease-out;
    padding: 0 !important;
    padding-top: .5em !important;
  }
}

.blue_btn {
  background: #0c91dd;
  color: #fff !important;
  font-family: "lightrain", sans-serif !important;
  font-size: 1.2em !important;
  transition: all 0.3s ease-out;
  padding: 0.3em 0 !important;
}

@media all and (-ms-high-contrast: none) {
  /* IE10 */
  *::-ms-backdrop,
  .blue_btn {
    background: #0c91dd;
    color: #fff !important;
    font-family: "lightrain", sans-serif !important;
    font-size: 1.2em !important;
    transition: all 0.3s ease-out;
    padding: 0 !important;
    padding-top: .5em !important;
  }/* IE11 */
  *::-ms-backdrop,
  .blue_btn {
    background: #0c91dd;
    color: #fff !important;
    font-family: "lightrain", sans-serif !important;
    font-size: 1.2em !important;
    transition: all 0.3s ease-out;
    padding: 0 !important;
    padding-top: .5em !important;
  }
}

.blue_btn:hover {
  background: #0d6fa7;
}

.orc_btn {
  background: #edcc97;
  color: #fff !important;
  font-family: "lightrain", sans-serif !important;
  font-size: 1.2em !important;
  transition: all 0.3s ease-out;
  padding: 0.3em 0 !important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

@media all and (-ms-high-contrast: none){
  *::-ms-backdrop,
  .orc_btn {
    padding: 0 !important;
    padding-top: 0.5em !important;
    padding-bottom: 0 !important;
  }
  *::-ms-backdrop,
  .orc_btn {
    padding: 0 !important;
    padding-top: 0.5em !important;
    padding-bottom: 0 !important;
  }
}

/* 강의소개 및 신청 뷰페이지 */

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

.view_list {
  width: 60%;
  display: block;
  position: relative;
  padding: 0;
  float: left;
}

.view_list li .wrap:after {
  display: block;
  content: "";
  clear: both;
}

.view_list li {
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  list-style: none;
  box-sizing: border-box;
}

.view_list .normal {
  border-left: 10px solid #cee898;
}

.view_list li .wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0.5em;
  display: flex;
}

.view_list .special {
  border-bottom: 20px solid #ededed;
}

.view_list li .wrap .product_icon {
  width: 30%;
  position: relative;
  box-sizing: border-box;
  padding: 0 1em 0 0;
  float: left;
  text-align: center;
  vertical-align: middle;
}

.view_list li .wrap .product_icon span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view_list li .wrap .product_icon span img {
  width: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.view_list li .wrap .product_icon .chapter_circle {
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: #b5d448;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  text-shadow: 0px 0px 8px #819731;
}

.view_list li .wrap .product_icon .chapter_circle em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  font-family: "lightrain", sans-serif;
  color: #fff;
}

/* 강의소개 및 신청 뷰페이지 */

.viewSelectForm .ulWrap .viewList {
  width: 100%;
  display: block;
}

.viewSelectForm .ulWrap .viewList:after {
  display: block;
  content: "";
  clear: both;
}

.viewSelectForm .ulWrap .viewList li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0.5em;
}

.viewSelectForm .ulWrap .viewList li .wrap {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0px 0 0.5em 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 200px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.viewSelectForm .ulWrap .viewList li .wrap .thumb {
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.viewSelectForm .ulWrap .viewList li .wrap .thumb span {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.viewSelectForm .ulWrap .viewList li .wrap .thumb span img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.viewSelectForm .ulWrap .viewList li .wrap .thumb .chapterFrame {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #b5d448;
  color: #fff;
  font-family: "lightrain", sans-serif;
  font-size: 2em;
  border-radius: 5px 5px 0 0;
}

.viewSelectForm .ulWrap .viewList li .wrap .content {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
  height: 125px;
}

.viewSelectForm .ulWrap .viewList li .wrap .content .category {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 1em;
  border-radius: 3px;
  color: #fff;
  background: #ff4191;
}

.viewSelectForm .ulWrap .viewList li .wrap .content h3 {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  cursor: pointer;
}

.viewSelectForm .ulWrap .viewList li .wrap .content h3:hover {
  text-decoration: underline;
  color: #009091;
}

.viewSelectForm .ulWrap .viewList li .wrap .content .view_price {
  position: absolute;
  font-size: 1.1em;
  color: #02b2b5;
  font-weight: 500;
  /* padding-top: 0.4em; */
  bottom: 0.5em;
  left: 1em;
}

.viewSelectForm .ulWrap .viewList li .wrap .content .view_days {
  font-size: 0.9em;
}

.viewSelectForm .ulWrap .viewList li .wrap .content .price_strike {
  text-decoration: line-through;
  color: #ccc;
  display: block;
  font-size: 0.8em;
}

.viewSelectForm .ulWrap .viewList li .wrap .content .cartIcon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0em;
  right: 0.5em;
  cursor: pointer;
}

.cartActive {
  background: url("../img/lecture/cart_active.png") no-repeat center center;
  background-size: 40px 40px;
}

.cartEmpty {
  background: url("../img/lecture/cart_empty.png") no-repeat center center;
  background-size: 40px 40px;
}

.cartEmpty:hover {
  background: url("../img/lecture/cart_active.png") no-repeat center center;
  background-size: 40px 40px;
}

/** 프리패스 뷰리스트 **/

.viewSelectForm .ulWrap .freeViewList {
  width: 100%;
  display: block;
}

.viewSelectForm .ulWrap .freeViewList:after {
  display: block;
  content: "";
  clear: both;
}

.viewSelectForm .ulWrap .freeViewList li {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding: 0.5em;
}

.viewSelectForm .ulWrap .freeViewList li .wrap {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0px 0 0.5em 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 200px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.viewSelectForm .ulWrap .freeViewList li .wrap .freepassing {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  z-index: 29;
  text-align: center;
}

.viewSelectForm .ulWrap .freeViewList li .wrap .freepassing img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.viewSelectForm .ulWrap .freeViewList li .wrap .thumb {
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.viewSelectForm .ulWrap .freeViewList li .wrap .thumb span {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.viewSelectForm .ulWrap .freeViewList li .wrap .thumb span img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.viewSelectForm .ulWrap .freeViewList li .wrap .content {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
  height: 80px;
}

.viewSelectForm .ulWrap .freeViewList li .wrap .content h3 {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  cursor: pointer;
}

.viewSelectForm .ulWrap .freeViewList li .wrap .content h3:hover {
  text-decoration: underline;
  color: #009091;
}



/** 강의리스트 필터 **/

.filterWrap {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1300px;
  flex: 1;
  background: #fff;
  border-bottom: 2px solid #ededed;
  align-items: center;
  font-size: 0.8em;
  padding: 0.5em 1em;
  box-sizing: border-box;
  margin-bottom: 0.7em;
}

.filterWrap .filterLabel {
  display: block;
  color: #000;
  padding-right: 1em;
  width: 20px;
  height: 20px;
  background: url("../img/lecture/filter-icon1.png") no-repeat center center;
  background-size: 20px 20px;
}

.filterWrap select {
  font-size: 0.95em;
  line-height: 26px;
  min-height: 28px;
  width: 90px;
  border: 1px solid #DCDCDC;
  /* border: 0; */
  outline: 0;
  /* padding: 0; */
  display: inline-block;
  padding-right: 15px;
  /* text-align-last: right; */
  -webkit-appearance: none;
  background: url("../img/select-bg.png") no-repeat right 5px center;
  background-size: 7px 14px;
}

.filterWrap select::-ms-expand {
  display: none;
}

/** 강의샘플리스트 **/

.sample_list_wrap li {
  float: left;
  /*
	width: 33.333%;
	*/
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  min-height: auto;
  transition: all 0.2s;
}

.sample_list {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  padding: 1em 0;
  transition: all 0.5s;
}
.sample_list:hover {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
}
.sample_list a {
  display: block;
}
.sample_list .thumbnail {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #000;
}

.sample_list .thumbnail img {
  width: 100%;
}

.sample_list .thumbnail a {
  display: block;
  top: 50%;
  right: 0;
  width: 100%;
}

.sample_list .thumbnail .play {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 1em;
  bottom: 1em;
  z-index: 3;
}

.sample_list .thumbnail .play_thumbnail {
  display: block;
  width: 100%;
}

.sample_list .thumbnail .preview_help {
  position: absolute;
  width: 165px;
  height: 88px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/lecture/preview_help.png") no-repeat center center;
  background-size: cover;
  opacity: 0;
}

.sample_list .sample_content {
  display: block;
  position: relative;
  padding: 0 1em;
}
.sample_list .sample_content .text_wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 1em;
}
.sample_list .sample_content .text_wrap > a {
  display: block;
}
.sample_list .sample_content .text_wrap > a .step {
  position: relative;
  background: #ff4b3d;
  font-family: "lightrain", sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: lighter;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  .sample_list .sample_content .text_wrap > a .step {
    padding: 0 1em;
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  *::-ms-backdrop,
  .sample_list .sample_content .text_wrap > a .step {
    padding: 0 1em;
    padding-top: 0.5em;
    padding-bottom: 0;
  }
}

.sample_list .sample_content .text_wrap > a .txt_t {
  display: block;
  font-size: 1.3em;
  color: #323232;
  margin-top: 0.5em;
  word-break: keep-all;
  min-height: 3em;
}
.sample_list .sample_content .text_wrap > a .txt_s {
  display: block;
  font-size: 1em;
  color: #646464;
  height: 5em;
}

/** 강의샘플뷰 **/

.sample_view_wrap li {
  float: left;
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  min-height: auto;
  transition: all 0.2s;
}

.sample_view {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  padding: 1em 0;
  transition: all 0.5s;
}
.sample_view:hover {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
}
.sample_view a {
  display: block;
}
.sample_view .thumbnail {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #000;
}

.sample_view .thumbnail img {
  width: 100%;
}

.sample_view .thumbnail a {
  display: block;
  top: 50%;
  right: 0;
  width: 100%;
}

.sample_view .thumbnail .play {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 1em;
  bottom: 1em;
  z-index: 3;
}

.sample_view .thumbnail .play_thumbnail {
  display: block;
  width: 100%;
}

.sample_view .thumbnail .play_thumbnail img:hover {
  opacity: 0.3;
}

.sample_view .thumbnail .preview_help {
  position: absolute;
  width: 165px;
  height: 88px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/lecture/preview_help.png") no-repeat center center;
  background-size: cover;
  opacity: 0;
}

.sample_view .sample_content {
  display: block;
  position: relative;
  padding: 0 1em;
}
.sample_view .sample_content .text_wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 1em;
}
.sample_view .sample_content .text_wrap > a {
  display: block;
}
.sample_view .sample_content .text_wrap .txt_t {
  display: block;
  font-size: 1.3em;
  color: #323232;
  margin-top: 0.5em;
  word-break: keep-all;
  min-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sample_view .sample_content .text_wrap .txt_s {
  display: block;
  font-size: 1em;
  color: #646464;
  height: 8em;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .view_list li .wrap .product_icon .chapter_circle em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    font-size: 1.5em;
    font-family: "lightrain", sans-serif;
    color: #fff;
  } /* IE10 */
  *::-ms-backdrop,
  .view_list li .wrap .product_icon .chapter_circle em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    font-size: 1.5em;
    font-family: "lightrain", sans-serif;
    color: #fff;
  } /* IE11 */
  *::-ms-backdrop,
  .class_pick .lecture_content .text_wrap > a .step {
    position: relative;
    background: #4bb7d4;
    font-family: "lightrain", sans-serif;
    font-size: 1em;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
    padding-top: 5px;
    border-radius: 30px;
    box-sizing: border-box;
    font-weight: lighter;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  }

.view_list li .wrap .product_icon .chapter_number {
  position: absolute;
  display: inline-block;
  padding: 0.5em 1em;
  top: 0;
  left: 1em;
  background: rgba(255, 80, 117, 0.7);
  color: #fff;
  font-family: "lightrain", sans-serif;
  border-radius: 3px;
}

.view_list li .wrap .product_content {
  width: 70%;
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  padding-left: 0.6em;
}

.view_list li .wrap .product_content h3 {
  display: block;
  font-size: 1.2em;
  font-family: "NanumSquare", sans-serif;
  color: #333;
  line-height: 1.5em;
}

.view_list li .wrap .product_content .view_days {
  display: block;
  padding: 0.5em 0 0.5em 0;
}

.view_list li .wrap .product_content .view_days em {
  background: #ff4191;
  color: #fff;
  font-style: normal;
  padding: 0 1em;
  border-radius: 3px;
}

.view_list li .wrap .product_content .view_price {
  display: block;
}

.view_list li .wrap .product_content .view_price .price_strike {
  text-decoration: line-through;
  color: #ccc;
}

.view_list li .wrap .product_content .view_price .package_price {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding-bottom: 0.5em;
}

.view_list li .wrap .product_content .view_price .label_text {
  font-size: 1em;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
}

.view_list li .wrap .view_popup {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  background: #ffc22e;
  color: #333;
  padding: 0 1em;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}

/* 강의설명 */

.certification_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 3em 1em 2em 1em;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}

.certification_content .close_popup {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("../img/lecture/close_x.png") no-repeat center center;
  background-size: 25px;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

.explain_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 3em 1em 2em 1em;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}

.explain_content h3 {
  font-size: 1.3em;
  display: block;
  box-sizing: border-box;
  padding: 1em;
  font-weight: 200;
  color: #fff;
  background: #ff5075;
  border-radius: 3px 3px 0;
}

.explain_content .explain_text {
  width: 100%;
  display: block;
  padding: 2em;
  line-height: 1.7em;
  box-sizing: border-box;
  background: #f6f6f6;
  color: #333;
  border-radius: 5px;
  margin: 10px 0 20px 0;
}

.explain_content .class_list_new li:first-child {
  border-bottom: 1px solid #f1f1f1;
}

.explain_content .class_list_new li {
  border: 0;
  box-shadow: none;
  padding: 0.8em 0;
  margin-bottom: 0.5em;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.explain_content .class_list_new li:after {
  display: block;
  content: "";
  clear: both;
}

.explain_content .class_list_new li .lesson_title {
  float: left;
  padding-left: 1em;
  box-sizing: border-box;
}

.explain_content .class_list_new li .lesson_time {
  float: right;
  padding-right: 1em;
  box-sizing: border-box;
}

.explain_content .close_popup {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("../img/lecture/close_x.png") no-repeat center center;
  background-size: 25px;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

.explain_content .selectButton {
  display: block;
  width: 100%;
  margin: 10px auto;
  max-width: 600px;
  font-family: 'lightrain';
  background: #20b4e9;
  color: #fff;
  font-size: 1.2em;
  border-radius: 5px;
  padding: .5em 1em;
  box-sizing: border-box;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  /*IE10*/
  *::-ms-backdrop,
  .explain_content .selectButton {
    padding: 0 1em;
    padding-top: 1em;
    padding-bottom: .7em;
  }/*IE11*/
  *::-ms-backdrop,
  .explain_content .selectButton {
    padding: 0 1em;
    padding-top: 1em;
    padding-bottom: .7em;
  }
}

.explain_content .selectButton:hover {
  background: #1f99da;
}

.explain_content .selectButton img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* 강의 정바구니전 선택 */

.basket_window {
  float: left;
  width: 40%;
  padding-left: 1em;
  box-sizing: border-box;
}

.basket_window .check_list {
  width: 100%;
  min-height: 100px;
  background: #fff;
  box-sizing: border-box;
  padding: 3em 1em 3em 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.basket_window .check_list .check_list_title {
  width: 100%;
  display: block;
  font-size: 1.2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.basket_window .check_list .selected_lesson {
  width: 100%;
  display: none;
  padding: 0.5em 0;
}

.basket_window .check_list .selected_lesson .step_chapter {
  background: #00b1b4;
  padding: 0 0.7em;
  font-size: 0.9em;
  border-radius: 30px;
  color: #fff;
  margin-right: 0.5em;
}

.basket_window .to_cart_list {
  width: 100%;
  min-height: 100px;
  background: #fff;
  box-sizing: border-box;
  padding: 3em 1em 3em 1em;
}

/** 리뷰페이지 리스트 **/

.review_list_wrap {
  width: 100%;
}

.review_list_wrap li {
  float: left;
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  min-height: auto;
  transition: all 0.2s;
}

.review_list {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  padding: 1em 0;
  transition: all 0.5s;
}
.review_list:hover {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
}
.review_list a {
  display: block;
}
.review_list .thumbnail {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #000;
}

.review_list .thumbnail img {
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.review_list .thumbnail a {
  display: block;
  top: 50%;
  right: 0;
  width: 100%;
}

.review_list .review_content {
  display: block;
  position: relative;
  padding: 0 1em;
}

.review_list .review_content .text_wrap .crumb {
  position: relative;
  background: #00cbce;
  font-family: "lightrain", sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: lighter;
}

@media all and (-ms-high-contrast: none){
  *::-ms-backdrop,
  .review_list .review_content .text_wrap .crumb {
    padding: 0 1em;
    padding-top: .5em;
    padding-bottom: 0;
  }
  *::-ms-backdrop,
  .review_list .review_content .text_wrap .crumb {
    padding: 0 1em;
    padding-top: .5em;
    padding-bottom: 0;
  }
}

.review_icon {
  width: 30px;
  height: 30px;
  background: url("../img/review/review_icon.png") no-repeat center center;
  background-size: 30px;
}

.review_list .review_content .text_wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 1em;
}
.review_list .review_content .text_wrap > a {
  display: block;
}

.review_list .review_content .text_wrap .txt_t {
  display: block;
  font-size: 1.3em;
  color: #323232;
  margin-top: 0.5em;
  word-break: keep-all;
  min-height: 2em;
}
.review_list .review_content .text_wrap .txt_s {
  display: block;
  font-size: 1em;
  color: #646464;
  height: 5em;
}

.ul_wrap {
  width: 100%;
  display: block;
}

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

.view_top_ban {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  display: table;
  position: relative;
}
.view_top_ban .bg {
  position: absolute;
  left: 0px;
  top: 0px;
}
.view_top_ban .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
  height: 395px;
  text-align: center;
  color: #fefefe;
}
.view_top_ban .cell .step {
  display: inline-block;
  border: 1px solid #00b1b4;
  border-radius: 30px;
  line-height: 140%;
  padding: 7px 30px;
  font-weight: 100;
}
.view_top_ban .cell .step > strong {
  font-weight: 500;
  color: #00b1b4;
}
.view_top_ban .cell .txt_t {
  padding: 25px 0px 0px 0px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 500;
}
.view_top_ban .cell .txt_t:after {
  display: block;
  content: "";
  width: 1px;
  height: 48px;
  background: #c5c5c4;
  margin: 20px auto;
}
.view_top_ban .cell .txt_s {
  color: #eeeeee;
  font-weight: 100;
}

.line-t {
  text-decoration: line-through;
}
.view_btn {
  position: relative;
  padding: 6px 122px 6px 0px;
}
.view_btn .btn_line {
  position: absolute;
  right: 10px;
  top: 50%;
  max-width: 115px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.view_btn .btn_line > span {
  display: inline-block;
  padding-right: 20px;
  background: url(/img/sample/bt_arrow.png) no-repeat right center;
}
.view_btn .btn_line.on {
  background: #00b1b4;
}
.view_btn .btn_line.on > span {
  background: url(/img/sample/bt_arrow2.png) no-repeat right center;
  color: #fff;
}

.answer_wrap.class_detail {
  text-align: left;
  padding: 10px;
  max-height: 280px;
  overflow-y: auto;
}

.class_detail .cell:after {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
  position: absolute;
  background: #dfdfdf;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.class_detail .cell1:after {
  right: 0px;
}
.class_detail .cell2:after {
  left: -1px;
}
.class_detail .cell {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 30px 35px;
  position: relative;
}
.class_detail .class_list > li {
  margin-top: 5px;
  position: relative;
  padding: 0px 70px 0px 60px;
}
.class_detail .class_list > li:first-child {
  margin-top: 0px;
}
.class_detail .class_list > li .num {
  position: absolute;
  left: 13px;
  top: 0px;
}
.class_detail .class_list > li .time {
  position: absolute;
  right: 0px;
  top: 0px;
}
.class_detail .class_list > li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #00b1b4;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 10px;
}

.detail_info {
  background: #f5f5f5;
  margin-top: 60px;
  padding: 45px;
  color: #646464;
  font-size: 0.95em;
}
.detail_info .tit {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 140%;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #323232;
}

.refund_info {
  padding: 20px 40px;
  background: #f5f5f5;
  margin-top: 55px;
  letter-spacing: -1px;
}
.refund_info h4 {
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 7px;
}
.refund_info2 {
  padding: 40px;
}

.refund_table {
  border: 1px solid #00b1b4;
  margin: 10px 0px 30px 0px;
}
.refund_table > ul {
  padding: 0px 30px;
}
.refund_table > ul > li:first-child {
  border-top: none;
}
.refund_table > ul > li {
  border-top: 1px solid #e6e6e6;
  position: relative;
  text-align: right;
  line-height: 140%;
  padding: 10px 0px 10px 44px;
  text-align: right;
}
.refund_table > ul > li .minus {
  position: absolute;
  width: 44px;
  text-align: center;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-bottom: 1px;
}
.refund_table > ul > li .minus > span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 5px auto;
  background: #00b1b4;
}
.refund_table > ul > li.total {
  background: #00b1b4;
  text-align: center;
  color: #fff;
  margin: 0px -30px;
  border-top: none;
  padding: 10px 30px;
}
.refund_table > ul > li.total .minus {
  left: 30px;
}
.refund_table > ul > li.total .minus > span {
  background: #fff;
}

.member_ok {
  font-size: 32px;
  text-align: center;
  line-height: 140%;
  padding: 170px 0px 20px 0px;
  margin-top: 20px;
  background: url(/img/member/type_ico05.gif) no-repeat center top;
}
.member_wrap {
  max-width: 590px;
  margin: 0 auto;
}
.check_boxW {
  background: #fff;
  padding: 15px 0px;
}
.add_bt {
  position: absolute;
  right: 0px;
  top: 0px;
}

.btn-tc {
  text-align: center;
  padding: 20px 0px;
  margin-top: 20px;
}
.btn-tc > button {
  margin: 0px 5px;
}
.btn-tc > a {
  margin: 0px 5px;
}
.btn-tl {
  text-align: left;
  padding: 30px 0px;
  margin-top: 30px;
}
.btn-tr {
  text-align: right;
  padding: 30px 0px;
  margin-top: 30px;
}
.btn-tr.write {
  padding: 0px;
  margin-top: 0px;
  height: 40px;
  margin-top: -65px;
}

/*atab*/
.atab {
  margin-bottom: 45px;
}
.atab:after {
  clear: both;
  display: block;
  content: "";
}
.atab li {
  float: left;
  width: 16.66666%;
  box-sizing: border-box;
  position: relative;
  display: table;
}
.atab li a {
  display: table-cell;
  width: 100%;
  height: 68px;
  vertical-align: middle;
  background: #fff;
  line-height: 20px;
  padding: 0px 0px;
  text-align: center;
  /* color: #b4b4b4; */
  color: #000;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  border-left: none;
}
.atab li a:hover {
  background: rgb(189, 189, 189);
}

.atab li:first-child a {
  border-left: 1px solid #cccccc;
}
.atab li.on a {
  font-weight: 500;
  border: 4px solid #00b1b4;
  background: #fff;
  color: #323232;
  border-bottom: 1px solid #fff;
}

/* .atab li a:hover {
  font-size: 20px;
  font-weight: 500;
  transition: all .5s;
} */

.two li {
  width: 50%;
}
.three li {
  width: 33.33%;
}
.four li {
  width: 25%;
}
.six li {
  width: 16.5%;
}
.six li.on {
  width: 17.5%;
}
.seven li {
  width: 14%;
}
.seven li.on {
  width: 16%;
}

.btab {
  font-size: 0px;
}
.btab:after {
  clear: both;
  display: block;
  content: "";
}
.btab li {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  box-sizing: border-box;
  position: relative;
}
.btab li a {
  display: block;
  min-width: 100px;
  vertical-align: middle;
  background: #e6e6e6;
  line-height: 20px;
  padding: 13px 22px;
  text-align: center;
  color: #787878;
  box-sizing: border-box;
  word-break: break-all;
}
.btab li.on a {
  background: #fe771d;
  color: #fff;
}

/* 레이어팝 */
#black {
  display: none;
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.layerPop {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: url(/img/common/png_80.png) repeat left top; /*background:#d7d7d7;*/
  zoom: 1;
}

.layerPop_inner {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: table;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.pop_wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.pop_wrap .pop_body {
  padding: 40px 15px;
  font-size: 15px;
  word-break: keep-all;
}
.pop_wrap .pop_body .btns {
  padding-top: 20px;
}
.pop_wrap .pop_wrap_in {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.pop_wrap .x_btn {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -13px;
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: none;
}
.pop_wrap .pop_head {
  background: #0c91dd;
  position: relative;
}
.pop_wrap .pop_head .title {
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  padding: 15px 45px 20px 25px;
  text-align: left;
  font-weight: 500;
}
.pop_wrap .pop_head .title.tc {
  padding-left: 45px;
}
.pop_wrap .pop_head .s_txt {
  font-size: 14px;
  line-height: 14px;
  color: #646464;
  text-align: center;
  padding: 0px 0px 30px 0px;
}

.pop_wrap .x_btn2 {
  position: absolute;
  right: 0px;
  top: -60px;
  outline: none;
}
.pop_wrap .x_btn3 {
  position: absolute;
  right: 0px;
  bottom: -42px;
}
.pop_body .btn-tc {
  padding: 20px 0px 0px 0px;
  margin-top: 15px;
}
.pop_body .btn-tc > a {
  margin: 0px 10px;
}

.pop_wrap .pop_foot {
  background: #d0d6dd;
  padding: 28px 5px 20px 5px;
  text-align: center;
}
.pop_wrap .pop_foot .btnStrong {
  min-width: 125px;
  display: inline-block !important;
  border-radius: 30px;
  margin: 0px 2px;
}
.pop_wrap .pop_foot .btnStrong span {
  height: 50px;
  line-height: 48px;
}
.pop_wrap .pop_foot .btnStrong.white span {
  height: 48px;
  line-height: 46px;
}

/* position */
.position {
  height: 134px;
  background: #fff;
  width: 1px;
  position: absolute;
  top: -145px;
  left: 0px;
}

@keyframes mv1 {
  0% {
    opacity: 0;
    bottom: 10px;
  }
  40% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes mv2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  40% {
    opacity: 0;
    bottom: -10px;
  }
  100% {
    opacity: 0;
    bottom: -10px;
  }
}

.classroomListButton {
  float:right;
  margin-right: 15px;
}

/* 내강의실 서브페이지 스타일 NEW */

.myBasketWrap {
  width: 100%;
  display: block;
  max-width: 1000px;
}

.myBasketWrap li {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  min-height: 80px;
  margin-bottom: 10px;
  border-radius: 3px 3px 0 0;
}

.myBasketWrap li .basketContext:after,
.myBasketWrap li .buttonArea:after {
  background: linear-gradient(-45deg, #ffffff 8px, transparent 0),
    linear-gradient(45deg, #ffffff 8px, transparent 0);
  background-position: left-bottom;
  background-repeat: repeat-x;
  background-size: 16px 16px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 16px;
}

.myBasketWrap li .basketContext {
  background: #f7f7f7;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 1em;
}

.myBasketWrap li .basketContext .orderDateNum {
  display: block;
  width: 100%;
  color: #0c91dd;
  font-size: 0.9em;
}

.myBasketWrap li .basketContext .orderDateNum .orderDate {
  padding-right: 1em;
}

.myBasketWrap li .basketContext .orderTitle {
  padding: 0.3em 0;
  font-weight: 500;
}

.myBasketWrap li .basketContext .orderPrice {
  padding-bottom: 1em;
}

.myBasketWrap li .basketContext .orderPrice .coins {
  padding-left: 17px;
  background: url("../img/ticket/point-icon.png") no-repeat left center;
  background-size: 14px 14px;
}

.myBasketWrap li .buttonArea {
  flex-shrink: 0;
  flex-basis: 150px;
  box-sizing: border-box;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.myBasketWrap li .buttonArea .state {
  font-weight: 500;
}

.myBasketWrap li .buttonArea .receiptButton {
  display: inline-block;
  padding: 0.5em 1em;
  background: #333;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}

.myBasketWrap li .buttonArea .paymentInfoOpen {
  display: inline-block;
  padding: 0.2em 1em;
  background: #f0037f;
  color: #fff;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.myBasketWrap li .completeBG {
  background: #ededed;
}

.myBasketWrap li .waitingBG {
  background: #ededed;
}

.myBasketWrap li .waitingBG .waitingFont {
  color: #f0037f;
}

.paymentInfo {
  width: 300px;
  position: relative;
  display: block;
  background: #fff;
  color: #333;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.paymentInfo .close_button {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  box-sizing: border-box;
  color: #fff;
  background: #333;
  border-radius: 5px;
  cursor: pointer;
}

.paymentInfo .paymentTitle {
  padding: 2em 1.5em;
  box-sizing: border-box;
  background: #ededed;
  font-size: 0.9em;
  border-radius: 5px 5px 0 0;
}

.paymentInfo .paymentTitle .orderDate,
.paymentInfo .paymentTitle .orderNum {
  width: 100%;
  display: block;
  color: #0c91dd;
}

.paymentInfo .paymentContent {
  padding: 1em 1.5em 2em 1.5em;
  box-sizing: border-box;
  font-size: 0.9em;
}

.classList {
  width: 100%;
  display: block;
}

.classList li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.classList li .classListBox {
  display: flex;
  position: relative;
  min-height: 80px;
}

.classList li .classListBox .classLink {
  display: block;
  flex-basis: 100px;
  flex-shrink: 0;
  background: url("../img/classroom/play-icon.png") no-repeat center center;
  background-size: 60%;
  transition: all 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1em;
}

.classList li .classListBox .classLink:hover {
  background: url("../img/classroom/play-icon.png") no-repeat center center;
  background-size: 70%;
}

.classList li .classListBox .classContent {
  display: block;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 1em;
}

.classList li .classListBox .classContent .category {
  display: block;
  width: 100%;
  color: #0c91dd;
}

.classList li .classListBox .classContent .category .kind {
  padding: 0.1em 0.5em;
  border-radius: 3px;
  background: #f6c77d;
  color: #333;
  margin-right: 0.5em;
}

.classList li .classListBox .classContent .title {
  width: 100%;
  display: block;
  padding: 0.6em 0 0.2em 0;
  font-size: 1.0em;
  font-weight: 500;
  color: #252525;
}

.classList li .classListBox .classStatus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-basis: 150px;
  flex-shrink: 0;
  color: #252525;
  background: #b6e27d;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 0 5px 5px 0;
}

.classList li .classListBox .classStatus .classCertificate {
  color: #333;
  background: #faff00;
  border: 1px solid #a5d26a;
  margin: 0.3em auto;
  padding: 0.3em 1em;
  border-radius: 3px;
  font-size: 0.9em;
  display: inline-block;
}

.classList li .classListBox .classStatus .optionButton {
  color: #445b44;
  background: #d9ffad;
  border: 1px solid #a6d071;
  padding: 0.3em 1.4em;
  border-radius: 30px;
  font-size: 0.9em;
  display: inline-block;
}

.basketListWrap {
  width: 100%;
  display: block;
  max-width: 1000px;
}

.basketListWrap li {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  padding: 1em 2em;
  min-height: 80px;
  margin-bottom: 10px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.basketListWrap li .category {
  display: block;
  width: 100%;
  color: #0c91dd;
}

.basketListWrap li .category .kind {
  padding: 0.1em 0.5em;
  border-radius: 3px;
  background: #f6c77d;
  color: #333;
  margin-right: 0.5em;
}

.basketListWrap li .title {
  width: 100%;
  display: block;
  padding: 0.5em 0 0.2em 0;
  font-size: 1.1em;
  font-weight: 500;
  color: #252525;
}

.basketListWrap li .productInfo {
  width: 100%;
  display: flex;
  align-items: center;
}

.basketControl {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 1em 2em;
  max-width: 1000px;
  background: #f1f9ff;
  border-bottom: 2px solid #0c91dd;
  margin-bottom: 20px;
}

.fixHeader {
  position: fixed;
  top: 70px;
  z-index: 888;
}

.basketControl li {
  color: #fff;
}

.basketControl li .basketButton {
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 5px;
  color: #fff;
}

.basketControl li.empty {
  flex: 1;
}

.basketControl li .pink {
  background: #ff89c2;
  border: 1px solid #f06fad;
  color: #fff;
}

.basketControl li .pink:hover {
  background: #f06fad;
}

.basketControl li .red1 {
  background: #d73a4a;
  border: 1px solid #be2c3b;
  color: #fff;
}

.basketControl li .red1:hover {
  background: #be2c3b;
}

.basketControl li .sky {
  background: #6fbaff;
  border: 1px solid #549fe6;
}

.basketControl li .sky:hover {
  background: #549fe6;
}

.basketControl li .mint {
  background: #60d9e1;
  margin-left: 0.5em;
  border: 1px solid #50c7cf;
}

.basketControl li .mint:hover {
  background: #50c7cf;
}

.basketResultWrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 1em 2em;
  background: #ffd6e4;
  border: 2px solid #eba3bc;
  border-radius: 5px;
}

.basketResultWrap .detail {
  display: inline-block;
  position: absolute;
  bottom: -2.8em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2em 1em;
  background: #eba3bc;
  cursor: pointer;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  font-size: 0.7em;
}

.basketResultWrap .detail:hover {
  background: #d8648d;
}

.basketResultWrap .resultNum {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  font-weight: 500;
  color: #252525;
}

.basketResultWrap .resultNum .totalPriceNum {
  color: #c23969;
  font-size: 1.3em;
  line-height: 1.3em;
  vertical-align: middle;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); */
}

.basketResultDetail {
  display: none;
  box-sizing: border-box;
  padding: 2em 2em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.basketResultDetail .resultList {
  padding: 0.5em 0;
  border-bottom: 1px solid #0c91dd;
}

.basketResultDetail .resultList .colorPrice {
  color: #0c91dd;
}
.buttonLayout {
  display: block;
  margin: 80px auto;
  text-align: center;
}
.buttonLayout .basketOrderButton {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.4em;
  color: #fff;
  background: #d53085;
  border: 1px solid #be2172;
  border-radius: 100px;
  padding: 0.5em 1em;
  cursor: pointer;
}

.buttonLayout .basketOrderButton:hover {
  background: #be2172;
}

/* 내강의실 서브페이지 스타일 NEW 끝 */

/* 프리패스 구매페이지 시작 */

.freepassTable {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 50px;
  border: 1px solid #ccc;
  font-family: 'lightrain';
  border-radius: 10px;
  word-break: keep-all;
  box-shadow: 0px 0px 7px rgba(0,0,0,.3);
}

.freepassTable .spring {
  position: absolute;
  display: block;
  width: 100%;
  height: 41px;
  top: -25px;
  left: 0;
  background: url(/img/freepass/spring-pattern.png) repeat-x;
}

.freepassTable .titleRows {
  background: rgb(228, 44, 160);
  border-radius: 10px 10px 0 0;

}

.freepassTable .titleRows, .freepassTable .contentRows {
  display: flex;
  flex-direction: row;
  font-family: 'lightrain';
}

.freepassTable .contentRows {
  border-top: 1px solid #ccc;
}

.freepassTable .contentRows .membership {
  text-align: center;
  font-family: 'lightrain' !important;
  display: block;
}

.freepassTable .contentRows .membership span {
  display: block;
  width: 100%;
}

.freepassTable .contentRows .membership a {
  color: #333;
  cursor: pointer;
}

.freepassTable .contentRows .pointInfo {
}

.freepassTable .contentRows .pointInfo img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.freepassTable .titleRows div {
  border-right: 1px solid #fff;
  display: flex;
  box-sizing: border-box;
  padding: 1.3em 1em;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
}

.freepassTable .titleRows div img {
  max-height: 20px;
}

.freepassTable .contentRows div {
  border-right: 1px solid #ccc;
  display: flex;
  box-sizing: border-box;
  padding: 1em 1em;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: 300;
  color: #333;
  border-top: 0;
}

.freepassTable .titleRows div:nth-child(1),
.freepassTable .contentRows div:nth-child(1) {
  flex-basis: 20%;
  flex-shrink: 0;
  overflow: hidden;
}

.freepassTable .titleRows div:nth-child(2),
.freepassTable .contentRows div:nth-child(2) {
  flex-basis: 25%;
  flex-shrink: 0;
  overflow: hidden;
}

.freepassTable .titleRows div:nth-child(3),
.freepassTable .contentRows div:nth-child(3) {
  flex-grow: 1;
  border-right: 0;
}

.whyFreepass img {
  display: block;
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
}

.freepassSelect {
  padding: 0;
  margin: 0;
  list-style: none;
}

.freepassSelect li {
  display: block;
  width: 33.333%;
  padding: 1em;
  box-sizing: border-box;
  float: left;
}

.freepassSelect li .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.3);
  min-height: 100px;
}

.freepassSelect li .wrap:hover {
  box-shadow: 2px 7px 7px rgba(0,0,0,.3);
  transition: all .5s;
}

.freepassSelect li .wrap .stamp {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
}

.freepassSelect li .wrap .buttonArea {
  display: block;
  text-align: center;
  padding-top: 1em;
  padding-bottom: .7em;
  width: 100%;
  box-sizing: border-box;
  background: #ffee8e;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #fff;
}

.freepassSelect li .wrap .buttonArea:hover {
  background: #ffcf30;
  transition: .5s all;
}

.freepassSelect li .wrap .buttonArea span {
  color: #322c22;
  font-family: 'lightrain';
  font-size: 1.5em;
}

.freepassSelect li .wrap .passTitle {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 200px;
  cursor: pointer;
}

.freepassSelect li .wrap .passTitle .checkCircle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #ededed;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.freepassSelect li .wrap .passTitle .checkCircle:hover {
  background: #f0037f !important;
  border: 0 !important;
}

.freepassSelect li .wrap .passTitle .checkCircle img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.freepassSelect li .wrap .passTitle .active {
  background: #f0037f !important;
  border: 0 !important;
}

.freepassSelect li .wrap .passTitle h3 {
  font-family: 'lightrain';
  word-break: keep-all;
  font-size: 2em;
  line-height: 1.2em;
  color: #fff;
  padding: .2em .5em;
  border-radius: 100px;
  background: rgba(8, 9, 53, .7);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.freepassSelect li .wrap .passTitle span {
  font-size: 1em;
  padding: .3em 1em;
  border-radius: 0 0 20px 20px;
  color: #fff;
  background: rgba(8, 9, 53, .7);
}

.freepassSelect:after {
  content: '';
  display: block;
  clear: both;
}

.pointInform div img {
  width: 100%;
  margin: 10px auto;
}

.midBanners {
  width: 100%;
  display: block;
  margin: 20px auto;
}

.midBanners img {
  width: 100%;
}

/* 프리패스 구매페이지 끝 */

/* 프리패스 강의실 */
.buttonLinkWrap {
  width: 100%;
  display: block;
  text-align: center;
}

.goFreepassClass {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 50px auto;
  font-size: 1.5em;
  font-family: "lightrain", sans-serif;
  color: #fff;
  background: #0c91dd;
  border-radius: 5px;
  border: 1px solid #0b7dbe;
  padding: 0.8em 2em;
  box-sizing: border-box;
  cursor: pointer;
}

@-webkit-keyframes updown-effect {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  30% {
    transform: scale(1.2);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}

@keyframes updown-effect {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  30% {
    transform: scale(1.2);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .goFreepassClass {
    padding: 0 2em;
    padding-top: .8em;
    padding-bottom: .5em;
  }
  *::-ms-backdrop,
  .goFreepassClass {
    padding: 0 2em;
    padding-top: .8em;
    padding-bottom: .5em;
  }
}

.goFreepassClass:hover {
  background: #0b7dbe;
}

.fpInfo {
  display: block;
  width: 100%;
  margin: 10px auto;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(240, 240, 240);
  color: rgb(28, 28, 24);
  border-radius: 10px;
  padding: .8em 1em;
  box-sizing: border-box;
}

.fpInfo li {
  width: 50%;
  float: left;
  list-style: none;
}

.fpInfo .fpLeft img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.fpInfo .certPrint {
  text-align: right;
}

.fpInfo .certPrint span {
  padding: .5em 1em;
  border-radius: 100px;
  background: #0b7dbe;
  color: #fff;
  box-sizing: border-box;
}

.fpInfo:after {
  display: block;
  content: '';
  clear: both;
}

/* 프리패스 강의실 끝 */

/* ------------------------------------------------------------
 * Name      : mobile_layout.css
 * Desc      : page layout
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {
  overflow-y: auto;
  overflow-x: hidden;
}
.m_gnb {
  position: absolute;
  left: 0px;
  top: 122px;
  width: 100%;
}
.m_gnb .gnb > ul {
  width: 100%;
  background: rgba(18, 18, 18, 0.97);
  position: relative;
  overflow-x: hidden;
}
.m_gnb .gnb > ul:after {
  content: "";
  display: block;
  clear: both;
}
.m_gnb .gnb > ul > li > a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu {
  width: 100%;
  line-height: 20px;
  background: #4a4a4a;
  display: none;
}
.m_gnb .sub_menu > li > a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 5px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}
.m_gnb .sub_menu > li > a:hover {
  background: #009091;
}
.m_gnb .gnb .alarm {
  background-size: 20px;
}
.m_gnb .gnb .name {
  max-width: 200px;
}
.mobile_on input,
.mobile_on select,
.mobile_on textarea {
  -webkit-appearance: none;
}
.mobile_on select {
  height: 31px;
  padding: 0px 2em 0px 8px !important;
}
.mobile_on .sel_arrow {
  position: relative;
}

.down_file {
  display: inline-block;
  vertical-align: middle;
  color: #0c91dd;
  margin-left: 10px;
}
.down_file > span {
  display: block;
  padding-left: 23px;
  color: #000;
  background: url(/img/common/ico_file.png) no-repeat left center;
}
.down_file:first-child {
  margin-left: 0px;
}

.view_tit {
  padding: 15px 10px;
  background: #f5f5f5;
  border-top: 2px solid #000;
  border-bottom: 1px solid #cccccc;
  font-size: 1.15em;
  font-weight: 500;
}
.click_count {
  text-align: right;
  padding: 10px 0px;
  font-size: 1.05em;
  color: #666666;
}
.view_photo {
  padding: 20px 0px 0px 0px;
  text-align: center;
}

/* 1300px 이상 */
@media screen and (min-width: 1299px) {
  .m_gnb {
    display: none !important;
  }
}

@media screen and (max-width: 1440px) {
  .right_area a, .top_menu a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1350px) {
  .right_area .flat {
    display: none;
  }
  .right_area .fab,
  .right_area .fab2 {
    display: inline-block;
  }

  .right_area .fab2 i {
    font-size: 30px;
  }
}

/* 1300px 이하 */
@media screen and (max-width: 1300px) {
  #inner_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  #lnb_wrap {
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    float: none;
    background: #f5f5f5;
    padding: 0px;
    margin: 0px -10px 30px -10px;
  }
  #lnb_title {
    display: none;
  }
  .lnb_banner {
    display: none;
  }
  .lnbs2 ul {
    text-align: center;
  }
  .lnb ul li {
    display: inline-block;
    padding: 0px 20px;
    border: none;
    margin: 0px;
  }
  .lnb ul li a {
    padding: 20px 0px;
  }
  .lnb ul li.on {
    background: #00b1b4;
  }
  .lnb ul li.on a {
    background: none;
  }
  .rightW {
    float: none;
    max-width: 100%;
  }

  .sub_con {
    padding-top: 25px;
  }
  .lnb_banner {
    display: none !important;
  }

  .atab {
    margin-bottom: 40px;
  }
  .atab li a {
    font-size: 15px;
    height: 60px;
  }
}

@media screen and (max-width: 1246px) {
  .viewSelectForm .ulWrap .viewList li {
    width: 33.333%;
  }
}

@media screen and (max-width: 1200px) {
  .view_list,
  .basket_window {
    width: 50%;
  }

  .header-wrap .top_menu a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1130px) {
  .freepassSelect li {
    display: block;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    float: left;
  }
}

/* 1220px 이하 */
@media screen and (max-width: 1109px) {
  #inner_wrap {
    max-width: 1180px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .w_gnb {
    padding-right: 0px;
  }
  .web_dis {
    display: none;
  }
  .mb_dis {
    display: block;
  }

  #header {
    height: 140px;
    padding-top: 40px;
  }
  #header:after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #header .top_btns {
    top: -40px;
    transform: none;
  }
  #header .top_btns .bt_login {
    border: none;
  }
  #header .top_btns > ul {
    border: none;
    padding: 0px;
  }
  #header .top_btns .bt_login {
    padding: 0px 20px 0px 0px;
  }
  #header .top_btns .bt_mypage {
    background: #ff8a00;
    padding: 0px 13px;
  }
  #header .top_btns .bt_mypage a {
    line-height: 30px;
  }
}

@media screen and (max-width: 1030px) {
  .review_list_wrap li,
  .sample_view_wrap li,
  .sample_list_wrap li {
    width: 50%;
  }
  .view_top_ban {
    margin-bottom: 10px;
  }
}

/* 980px 이하 */
@media screen and (max-width: 979px) {
  #mobileMenu {
    display: inline-block;
    left: 0;
    right: 0;
  }

  .fixHeader {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 888;
    width: 100%;
  }

  .right_area .fab {
    display: none !important;
  }

  .right_area .fab3 {
    display: inline-block;
  }

  .header {
    height: 51px;
  }

  .logo_area img {
    width: 127px;
  }

  .header-wrap {
    height: 50px;
  }

  .header-content {
    height: 51px;
  }
  .rkmd-btn {
    padding: 0 0.5rem;
  }

  .logo_area {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px !important;
    width: 175px !important;
    margin-top: -35px; /* Half the height */
    margin-left: -87px; /* Half the width */
  }

  .header-wrap .top_menu,
  .slick-prev,
  .slick-next {
    display: none;
  }

  .view_list,
  .basket_window {
    width: 100%;
  }

  .inner {
    padding: 0px 10px;
    word-break: keep-all;
  }
  .section {
    padding: 50px 0px 60px 0px;
  }

  .main_quick {
    position: relative;
  }
  .main_quick > ul > li > a {
    font-size: 14px;
    height: 120px;
  }
  .main_quick > ul > li > a > strong {
    font-size: 20px;
  }

  .main_quick2 {
    position: relative;
  }
  .main_quick2 > ul > li > a {
    font-size: 14px;
    height: 120px;
  }
  .main_quick2 > ul > li > a > strong {
    font-size: 20px;
  }

  #footer {
    text-align: center;
    padding: 25px 10px 15px 10px;
    background: none;
  }
  .footer_navi {
    text-align: center;
  }
  #footer .addressW ul > li {
    display: block;
    line-height: 1.4;
  }
  #footer .f_sns {
    position: relative;
    right: auto;
    top: auto;
    padding-bottom: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
  #footer .f_sns > li span {
    display: none;
  }

  .point_info > dl {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .point_info > dl:first-child {
    margin-top: 0px;
  }

  /*.class_apply {padding:25px 330px 25px 20px; min-height: auto;} */
  /*
    .class_apply .video {width:300px; height:288px;}
    .class_apply .txt_wrap > a {padding-left:0px; padding-right: 50px; height: 238px;}
    .class_apply .txt_wrap > a .step {width:100%; text-align: left; position: relative; left: auto; top: auto; transform: none;
    -webkit-transform:none; padding-bottom:20px; border-bottom: 2px solid #e5e5e5; margin-bottom:26px;}
    .class_apply .txt_wrap:after {display: none;}
	*/
  .view_btn {
    padding: 0px;
  }
  .view_btn .btn_line {
    position: relative;
    display: block;
    max-width: 100%;
    right: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 938px) {
  .viewSelectForm .ulWrap .viewList li {
    width: 50%;
    padding: 0.2em;
  }
}

@media screen and (max-width: 920px) {
  .ticketList li {
    width: 50%;
  }
}

@media screen and (max-width: 870px) {
  .freepass_pick_wrap li {
    width: 50%;
  }
  .viewSelectForm .ulWrap .freeViewList li {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .freepassTable .titleRows div {
    font-size: 1em;
  }
  .freepassTable .contentRows div {
    font-size: .9em;
  }
}

@media screen and (max-width: 600px) {
  .freepass_pick_wrap li {
    width: 100%;
  }
  .freepassSelect li .wrap .passTitle h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  .class_pick .lecture_content .text_wrap > a .txt_s,
  .sample_list .sample_content .text_wrap > a .txt_s {
    display: block;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
    color: #646464;
    height: 5em;
  }

  .basketControl {
    padding: 1em;
  }

  .basketControl li {
    font-size: 0.9em;
  }

  .ticketList li .box .ticket > h3 {
    font-size: 2em;
  }

  .ticketList li .box .ticketInfo .txt {
    font-size: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
  }
  .ticketList li .box .ticketInfo .price {
    font-size: 1.2em;
    color: #ff3262;
    padding-bottom: 0.5em;
  }
  .myBasketWrap li .buttonArea {
    flex-shrink: 0;
    flex-basis: 100px;
    box-sizing: border-box;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .myBasketWrap li .basketContext .orderDateNum .orderDate {
    display: block;
    width: 100%;
  }

  .classList li .classListBox .classLink {
    flex-basis: 50px;
  }

  .classList li .classListBox .classStatus {
    flex-basis: 80px;
  }

  .classList li .classListBox .classContent {
    display: block;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 1em 0.3em 1em 0.3em;
  }
  .mobileLine {
    display: block;
    font-size: .8em;
  }
  .freepassTable .contentRows div {
    flex-direction: column;
  }
  .freepassTable .contentRows .pointInfo img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  .freepassSelect li {
    padding: .2em;
    margin-bottom: 10px;
  }
  .freepassTable .spring {
    background-size: 35px;
    top: -10px;
    left: 3px;
  }
}

.informations {
  width: 100%;
  background: #f5f5f5;
  margin-top: 60px;
  padding: 45px;
  box-sizing: border-box;
  color: #646464;
  font-size: 1em;
  line-height: 1.8em;
}

.informations h4 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 140%;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #323232;
}

/* 768 이상 */
@media screen and (min-width: 769px) {
  .lnbs2 ul {
    display: block !important;
  }
}
/* 768 이하 */
@media screen and (max-width: 768px) {
  .w_gnb {
    display: none;
  }
  .m_gnb_on {
    display: block;
  }
  .btn-tr.write {
    margin-top: 0px;
  }

  .main_quick > ul > li > a {
    font-size: 13px;
    height: 100px;
  }
  .main_quick > ul > li > a > strong {
    font-size: 18px;
  }
  .main_quick > ul > li {
    width: 33.3333%;
    border-top: 1px solid #818183;
  }
  .main_quick > ul > li:nth-child(4) {
    border-left: none;
  }

  .main_quick2 > ul > li > a {
    font-size: 13px;
    height: 100px;
  }
  .main_quick2 > ul > li > a > strong {
    font-size: 18px;
  }
  .main_quick2 > ul > li {
    width: 33.3333%;
  }
  .main_quick2 {
    padding: 0 5px;
    box-sizing: border-box;
  }

  .mainShortCut > ul > li {
    width: 33.333%;
  }

  .section {
    padding: 30px 0px;
  }
  .section .m_tit {
    font-size: 36px;
  }
  .section .m_tit .samll {
    font-size: 22px;
  }

  .main_pc {
    display: none;
  }
  .main_m {
    display: block;
  }
  #section0 .bx-wrapper {
    position: relative;
  }
  #section0 .bx-controls .bx-controls-direction > a {
    width: 35px;
    height: 35px;
  }
  /*#section0 {height: 600px;}
    #section0 .inner .visual_txt {font-size:50px;}*/

  #header {
    position: absolute;
  }
  #header h1 {
    transform: none;
    top: 25px;
  }

  #footerW {
    text-align: center;
  }

  /* .sub_visual {height:200px; } */
  #sub_tit {
    font-size: 45px;
  }
  .sub_tit_s {
    font-size: 18px;
  }
  .sub_con {
    font-size: 1rem;
    padding-top: 30px;
  }

  .freepassInfo {
    font-size: 0.9rem;
  }

  .title_bar {
    background-size: contain;
  }
  .title_bar h2 {
    font-size: 36px;
  }
  .title_bar .small {
    font-size: 18px;
  }
  .location {
    padding-top: 10px;
    display: none;
  }
  .subheader-btn-classroom {
    display: block;
  }

  .sub_title {
    font-size: 14px;
  }
  .of_hi .fl50 {
    float: none;
    width: 100%;
  }
  .of_hi .fr50 {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .btn-tc > a {
    margin: 0px;
  }

  #lnb_wrap {
    min-height: 53px;
    border-bottom: none;
    background: #787878;
    margin: 0px -10px 0px -10px;
    border-top: 1px solid #787878;
  }
  #lnb_wrap .lnb {
    padding-left: 0px;
    position: relative;
  }
  #lnb_wrap .ico_home {
    display: none;
  }
  #lnb_tit {
    display: block;
  }
  #lnb_wrap .lnb .lnbs {
    width: 100%;
    border: none;
    box-sizing: border-box;
  }

  #lnb_tit2 {
    padding-left: 0px;
    text-align: center;
    color: #fff;
    line-height: 51px;
    height: 51px;
    background: url(/img/common/lnb_arrow3.png) no-repeat;
    font-size: 16px;
    display: block;
    background-position: calc(100% - 25%) center !important;
  }

  #lnb_tit2.on {
    background: url(/img/common/lnb_arrow3_on.png) no-repeat right center;
  }

  #lnb_tit2 > img {
    width: 19px;
    height: 19px;
    vertical-align: sub;
  }

  #lnb_wrap .lnb .lnbs .copy_menu {
    position: absolute;
    width: 100%;
    display: none;
    background: #fff;
    top: 52px;
    border: none;
    box-shadow: 0px 1px 3px #ccc;
    z-index: 9;
  }
  .lnb ul li {
    color: #666666;
    display: block;
    width: 100% !important;
    padding: 0px;
  }
  #lnb_wrap #gnb_menu {
    display: none !important;
  }
  .lnb ul li a {
    color: #666666;
    font-size: 15px;
    display: block;
    line-height: 20px;
    height: auto;
    min-height: 20px;
    padding: 15px 0px 15px 25px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    text-align: left;
    border-top: none;
  }
  .lnbs2 ul li:before {
    display: none;
  }

  .login_wrap {
    margin: 30px auto 40px;
  }

  .data_table .data_cell {
    padding-right: 0px;
  }
  .data_table .data_cell .btn {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    border-top: 1px solid #dcdcdc;
  }
  .data_table .data_cell .btn > ul > li {
    padding: 10px 5px;
  }
  .data_table .data_cell .btn > ul > li .dummy {
    padding: 7px 0 8px 0;
  }
  .data_table .data_cell .btn > ul > li > a {
    transform: none;
    -webkit-transform: none;
  }
  .data_table .data_cell .btn > ul > li.long {
    border: none;
  }

  .basket_bottom {
    padding-top: 5px;
  }
  .basket_bottom .cell {
    width: 100%;
    float: none;
  }
  .basket_bottom .cell .cell_in {
    padding: 20px;
  }
  .basket_bottom .cell .cell_in > ul > li {
    font-size: 1em;
  }

  .basket_bottom .cell .cell_in .in_top2 {
    font-size: 18px;
  }

  .faq_list > li {
    font-size: 15px;
  }
  .faq_list > li .title {
    padding: 20px 175px 21px 70px;
  }
  .faq_list > li .title .q {
    font-size: 20px;
    left: 10px;
  }
  .faq_list > li .title .date {
    width: 100px;
  }
  .answer_wrap {
    padding: 10px 14px 10px 10px;
  }
  .answer {
    min-height: 22px;
    font-size: 15px;
  }
  .answer_wrap .answer .a {
    font-size: 20px;
  }

  .class_apply {
    padding: 25px 20px;
    min-height: auto;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }
  .class_apply .video {
    position: relative;
    margin: 0 auto;
    width: 350px;
    height: 192px;
  }
  .class_apply .txt_wrap > a {
    height: 143px;
    background: none;
    padding-right: 0px;
  }
  .class_apply .txt_wrap > a .step {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .class_apply .txt_wrap > a .txt_t {
    font-size: 18px;
  }
  .class_apply .txt_wrap > a .txt_s {
    font-size: 15px;
  }

  .class_pick_wrap li {
    width: 50%;
  }

  .class_detail .cell {
    float: none;
    width: 100%;
  }
  .class_detail .cell:after {
    display: none;
  }
  .class_detail .cell1 {
    border-bottom: 1px solid #dfdfdf;
  }

  .city_add > li {
    width: 43%;
  }
  .last_check .txt {
    font-size: 20px;
  }

  .b_titW .bt {
    float: none;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 0px;
  }
  .b_tit .small {
    display: block;
    padding-top: 10px;
  }

  .atab {
    margin-bottom: 30px;
  }
  .atab li a {
    font-size: 14px;
    height: 50px;
  }
}
/* 600 이하 */
@media screen and (max-width: 599px) {
  .cartEmpty:hover {
    background: url("../img/lecture/cart_empty.png") no-repeat center center;
    background-size: 40px 40px;
  }

  .all_close {
    right: 100% !important;
    margin-right: -40px;
  }

  #sub_visual {
    background-size: cover !important;
  }

  .m_th110 {
    width: 110px !important;
  }
  .m_th {
    width: 90px !important;
  }
  .w_date {
    width: 80px;
  }
  .w_name {
    width: 65px;
  }
  .w_num {
    width: 50px;
  }

  .join_step > ol > li {
    font-size: 18px;
  }
  .join_step > ol > li:before {
    width: 36px;
    margin-left: -18px;
    height: 5px;
    background-size: auto 5px;
  }

  .over_layer {
    width: 100%;
    overflow-x: auto;
  }
  .over_layer table {
    min-width: 600px;
  }

  .class_apply .video {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 362px;
  }

  .class_apply .txt_wrap > a {
    height: auto;
    background: none;
    padding-right: 0px;
  }
  .class_apply .txt_wrap > a .step {
    padding-top: 15px;
  }
  .class_apply .txt_wrap > a .txt_t {
    font-size: 16px;
  }
  .class_apply .txt_wrap > a .txt_s {
    font-size: 13px;
  }

  .class_pick_wrap li,
  .review_list_wrap li,
  .sample_view_wrap li,
  .sample_list_wrap li {
    width: 100%;
  }

  .atab li a {
    font-size: 13px;
    height: 45px;
  }
}

/* 480px 이하 */
@media screen and (max-width: 479px) {
  .view_list li .wrap .view_popup {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    background: #ffc22e;
    color: #333;
    padding: 0 1em;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .package_cart_text {
    display: none;
  }

  .chapter_title_price {
    display: block;
    width: 100%;
  }

  #header {
    height: 94px;
  }
  #header h1 {
    top: 7px;
  }
  #header h1 img {
    height: 39px;
  }

  #header .top_btns a {
    font-size: 13px;
    padding-left: 16px !important;
    background-size: auto 13px !important;
  }
  #header .top_btns .bt_mypage {
    margin-left: 10px;
  }

  .menu_btn {
    height: 18px;
    width: 28px;
  }
  .menu_btn .line-middle {
    top: 8px;
  }
  .m_gnb_on {
    bottom: -35px;
  }

  .slide_menu_top {
    height: 70px;
    background-size: 170px auto !important;
  }

  /*#section0 {height:410px;}
    #section0 .inner .visual_txt {font-size:30px; margin-top: -30px;}*/
  .main_quick > ul > li > a {
    font-size: 12px;
    height: 80px;
  }
  .main_quick > ul > li > a > strong {
    font-size: 14px;
  }

  .all_close {
    top: 20px;
  }
  .all_close img {
    width: 24px;
  }

  .footer_navi li {
    padding: 0px 10px !important;
  }
  .footer_navi li a {
    font-size: 13px;
  }
  #footer .addressW {
    font-size: 12px;
    padding-top: 10px;
    background: none;
  }
  #footer .addressW address {
    margin-left: 0px;
    line-height: 120%;
  }
  #footer .addressW .copy {
    font-size: 12px;
    padding-top: 10px;
  }

  .sub_con {
    font-size: 0.9rem;
  }

  .classroomListButton {
    margin-right: 13px;
    margin-left: 5px;
  }

  .subject {
    padding-left: 10px;
  }
  .bbs_search {
    margin-bottom: 10px;
  }
  /*.bbs_search_in {padding:0px;}
	.bbs_search_in .select { position:relative; margin-bottom:5px; width:100%;}
	.bbs_search_in .btn_search { position:relative; display:block; margin:5px 0px 0px 0px; width:100%;}*/
  .paging a {
    width: 23px;
  }
  .paging a.prev,
  .paging a.next,
  .paging a.first,
  .paging a.last {
    width: 33px;
  }
  .m_block {
    display: block !important;
    margin-bottom: 3px !important;
    float: none !important;
  }
  .m_block span {
    display: block;
    padding: 0px;
  }

  .m_block2 {
    padding: 0 20px !important;
    min-width: auto;
    margin-bottom: 3px !important;
    float: none !important;
}

  .m_block2 span {
    display: block;
    padding: 0px;
  }

  .couponMainTxt {
    font-size: 20px !important;
  }

  .couponSubTxt1 {
    font-size: 15px !important;
  }

  .couponSubTxt2 {
    font-size: 13px !important;
  }

  .couponInfoTxt {
    font-size: 12px;
    padding-top: 10px !important;
  }

  .couponInfoTxt .couponInfoTxtTitle {
    padding-right: 1px !important;
  }

  .couponInfoTxt .couponInfoTxtContent {
    padding-left: 5%;
  }

  .couponAlertTxt span {
    font-size: 11px !important;
  }

  .btnGoTicket {
    margin-right: 10px !important;
  }

  .pw_box_bg {
    padding: 110px 0px 10px 0px;
    width: 100%;
    background: url(/img/common/ico_pw.png) no-repeat center top;
  }
  .pw_input {
    width: 100%;
  }
  .board-view td.view_td {
    padding: 20px 10px;
  }

  .input5 {
    width: 100%;
    max-width: 100%;
  }
  .layers_wrap .layers {
    padding: 10px;
  }
  .layers_wrap .layers_tit {
    background-image: none;
    font-size: 1.5em;
  }
  .pop_wrap .pop_foot {
    padding: 15px 5px 15px 5px;
  }
  .inner {
    padding: 10px;
  }
  .ch_imgs .img1,
  .ch_imgs .img2 {
    display: none !important;
  }
  .ch_imgs .img3 {
    display: block !important;
  }
  .scrollbox {
    height: 100px !important;
  }
  .all_check > h3 {
    font-size: 20px;
  }
  .all_check .all {
    font-size: 14px;
  }

  .b_titW {
    margin: 40px 0px 10px 0px;
  }
  .b_tit {
    margin: 40px 0px 10px 0px;
  }
  .b_tit {
    font-size: 28px;
  }
  .b_tit .small {
    font-size: 14px;
  }
  .s_tit {
    margin: 35px 0px 15px 0px;
    line-height: 110%;
    font-size: 25px;
  }

  .ss_tit {
    font-size: 20px;
    margin: 30px 0px 15px 0px;
  }
  .ss_tit .small {
    font-size: 14px;
  }
  .sss_tit {
    margin-top: 30px;
    font-size: 17px;
  }
  .sss_tit:before {
    height: 16px;
    width: 3px;
  }
  .atab li a {
    height: 50px;
    font-size: 13px;
  }
  .atab li.on a {
    font-size: 13px;
  }

  /* .sub_visual {height:120px;} */
  .sub_visual .sub_txt .cell {
    padding-bottom: 7%;
    padding-top: 0px;
  }
  #sub_tit {
    font-size: 30px;
    padding: 0px 0px 5px 0px;
  }
  #sub_tit:after {
    display: none;
  }
  .sub_tit_s {
    font-size: 16px;
  }
  .title_bar {
    /* margin-bottom: 30px; */
  }
  .title_bar h2 {
    font-size: 29px;
  }
  .title_bar .s_txt {
    font-size: 14px;
  }
  .view_tit {
    padding: 15px 10px 15px 10px;
  }

  .bt_include {
    padding-right: 96px;
  }
  .bt_include .btnNormalB {
    min-width: 75px;
  }
  .bt_include .btnNormalB span {
    padding: 0px;
  }
  .bt_include .btnGeneral {
    min-width: 90px;
  }
  .bt_include .btnGeneral span {
    padding: 0px;
  }

  .radio_group > li {
    font-size: 14px;
  }

  .bul01 > li:after {
    top: 6px;
    width: 4px;
    height: 4px;
  }

  .faq_list > li {
    font-size: 14px;
  }
  .faq_list > li .title {
    padding: 15px 125px 16px 50px;
  }
  .faq_list > li .title {
    background-size: 20px auto !important;
    background-position: calc(100% - 10px) center !important;
    background-position: -webkit-calc(100% - 10px) center !important;
  }
  .faq_list > li .title .q {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 32px;
    font-size: 18px;
  }
  .faq_list > li .title .date {
    width: 80px;
    right: calc(0% + 40px);
    right: -webkit-calc(0% + 40px);
  }
  .faq_list .answer_wrap {
    padding: 5px 10px 5px 10px;
  }
  .faq_list .answer {
    font-size: 13px;
    padding-left: 40px;
  }
  .answer_wrap .answer .a {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 28px;
    font-size: 18px;
  }

  .certificate > li {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .certificate_bottom {
    overflow: hidden;
    min-height: 130px;
    padding: 35px 10px 0px 10px;
    text-align: center;
  }
  .certificate_bottom .stamp {
    position: relative;
    text-align: center;
    right: auto;
    top: auto;
    padding-top: 30px;
  }

  .alert_tit {
    font-size: 22px;
  }
  .alert_txt {
    font-size: 14px;
  }
  .pop_wrap .pop_foot .btnStrong span {
    height: 40px !important;
    line-height: 38px !important;
    font-size: 15px;
  }

  .btn_print {
    padding: 5px 5px;
    border-radius: 20px;
  }
  .btn_line {
    padding: 5px 5px;
    border-radius: 20px;
  }
  .btn_enter {
    padding: 5px 5px;
    border-radius: 20px;
  }

  .data_table .data_cell {
    padding-left: 70px;
  }
  .data_table .data_cell .step {
    width: 70px;
    padding: 5px;
  }

  .data_table .data_cell .btn > ul > li .dummy {
    padding: 4px 0 3px 0;
  }

  .data_table .data_cell .step > p {
    padding: 6px 0px;
    min-width: 40px;
    word-break: break-all;
    font-size: 14px;
  }
  .data_table .data_cell .subjext {
    padding: 20px 10px 20px 20px;
  }

  .point_date {
    padding: 15px;
  }
  .point_date > h4 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    text-align: center;
    transform: none;
    -webkit-transform: none;
    padding-bottom: 10px;
  }
  .point_date > ul > li {
    width: 20%;
  }
  .point_date > ul > li > a {
    font-size: 13px;
    padding: 8px 5px;
  }

  .point_info > dl {
    padding: 0px 0px 0px 0px;
  }
  .point_info > dl dt {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    width: 100%;
  }
  .point_info > dl dd {
    padding: 0px 0px 10px 0px;
    margin-top: 10px;
    border-top: 1px dashed #00b1b4;
    border-left: none;
  }
  .point_info > dl dd .cell {
    height: auto;
    padding-top: 20px;
  }
  .point_info > dl dd .bul01 > li > strong {
    font-size: 18px;
  }

  .view_top_ban .cell .txt_t {
    font-size: 25px;
  }

  .class_detail .cell {
    padding: 15px 10px;
  }

  .detail_info {
    margin-top: 20px;
    padding: 20px;
  }
  .detail_info .tit {
    font-size: 24px;
  }

  .login_wrap {
    margin: 0px;
  }
  .login_wrap > h2 img {
    width: 138px;
  }

  .login_wrap_in {
    padding: 30px 20px;
    margin-top: 10px;
  }
  .login_wrap .login_bt .btn {
    line-height: 40px;
  }
  .signup li input {
    height: 58px;
    padding: 8px 10px 8px 20px;
    font-size: 16px;
  }

  .signup li select {
    height: 58px;
    padding: 8px 10px 8px 20px;
    font-size: 16px;
  }

  .find_idpw > li {
    font-size: 14px;
  }
  .login_wrap .login_bt .bt {
    font-size: 16px;
    line-height: 60px;
  }
  .sns_login > li {
    float: none;
    width: 100%;
  }

  .join_step > ol > li {
    font-size: 18px;
  }
  .join_step > ol > li .ico > span {
    width: 33px;
    height: 30px;
    background-size: 33px auto !important;
  }
  .join_complete {
    padding: 35px 15px 15px 15px;
    margin-top: 0px;
  }
  .join_complete .txt1 {
    font-size: 26px;
  }

  .m_skip {
    display: none;
  }
  .atab {
    margin-bottom: 20px;
  }
  .atab li a {
    height: 40px;
    line-height: 140%;
    font-size: 12px;
  }

  .btn-tc {
    padding: 20px 0 0 0;
    margin-top: 20px;
  }
  .btn-tc > button {
    margin: 0px auto;
    min-width: 225px !important;
  }
  #btnWithdraw {
    margin: 40px auto 0 auto !important;
  }
  .important_txt {
    height: 30px;
    margin-top: -30px;
  }
}
/* 390px 이하 */
@media screen and (max-width: 390px) {
  .class_apply .video {
    height: 170px;
  }
}

/* 320px 이하 */
@media screen and (max-width: 320px) {
  .coach_list .pic {
    width: 120px;
    height: 152px;
  }
  .coach_list .name_wrap {
    padding: 10px 10px 10px 130px;
    min-height: 151px;
  }
}
