@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  box-sizing: border-box;
}
body {
  color: #666;
  font-size: 14px;
  min-width: 1250px;
}
h1,
h2,
h3,
h4,
h5,
h5,
p,
a {
  color: #111;
}
hr {
  display: none;
}
ul,
ol,
li {
  list-style-type: none;
  list-style: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend,
caption {
  display: none;
}
address,
em,
cite {
  font-style: normal;
}
input,
button,
textarea,
select {
  font-size: 12px;
}
button,
textarea,
input,
object,
select {
  display: inline-block;
  vertical-align: middle;
}
button {
  overflow: visible;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
div,
p,
span,
li,
table td {
  word-break: break-all;
}

img {
  border: 0 none;
  outline: 0;
  vertical-align: middle;
}
label {
  display: inline-block;
  *display: inline;
  _zoom: 1;
  vertical-align: middle;
}
input:focus {
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
  z-index: 1; /* Edge 브라우저 비주얼 검색 방지용  */
}
a:hover {
  text-decoration: none;
}

.blind {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  visibility: hidden;
  outline: none;
  z-index: -1;
}

.wrapper_popup {
  width: 100%;
  min-width: 800px;
}

/* layout */
.wrapper {
  width: 100%;
  min-width: 1325px;
}
.wrapArea {
  width: 100%;
}
.wrapArea.mainBg {
  margin-top: 30px;
  background: #e7ecf1;
}
.wrapArea.localBg {
  z-index: 1000;
  position: relative;
}
.wrapInner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

.lines2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  overflow: hidden;
}
.lines3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  overflow: hidden;
}
.innerBox {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blue {
  color: #12b3fb !important;
}
.redprimary_red {
  color: #c01e23 !important;
}
.tac {
  text-align: center;
}
.fw300 {
  font-weight: 300;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}

/* dft-navi01 */
.dft-navi01 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d8e1e5;
  box-sizing: border-box;
  text-align: center;
  padding: 17px 0;
  transition: border-color 0.3s;
  cursor: pointer;
}
.dft-navi01 .ico {
  transition: stroke 0.3s;
}
.dft-navi01.swiper-button-prev2 {
  transform: rotate(180deg);
}
.dft-navi01:hover {
  border-color: #333;
}
.dft-navi01:hover .ico {
  stroke: #333;
}

/* dft-navi02 */
.navibox {
  display: flex;
}
.navibox .dft-navi02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d8e1e5;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.navibox .dft-navi02.navi.swiper-button-prev2 {
  transform: rotate(180deg);
}
.navibox .dft-navi02 .ico {
  stroke: #c8d1d5;
  transition: stroke 0.3s;
}
.navibox .mid {
  display: block;
  width: 1px;
  height: 38px;
  background-color: #d8e1e5;
  transition: background-color 0.3s;
}
.navibox:hover .mid {
  background-color: #12b3fb;
}
.navibox .dft-navi02:hover {
  border-color: #12b3fb;
}
.navibox .dft-navi02:hover .ico {
  stroke: #12b3fb;
}

/* 헤더 */
header {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cdd0d5;
}
header .searchBox {
  display: flex;
  width: 100%;
  margin-top: 30px;
  align-items: center;
}
header .searchBox .logoForm {
  padding-top: 5px;
}

header .searchBox .searchForm {
  margin-left: 52px;
  width: 400px;
  height: 40px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  border-radius: 100px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .searchBox .searchForm input[type="text"] {
  width: 342px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 14px;
}
header .searchBox .searchForm .btn {
  position: relative;
  cursor: pointer;
}
header .searchBox .searchForm:focus-within {
  background-color: #ffffff;
  border: 1px solid #cdd0d5;
}

header .searchBox .searchForm .kwdWrap {
  display: none;
  position: absolute;
  top: 37px;
  left: -1px;
  width: calc(100% + 2px);
  padding: 5px 12px 12px 12px;
  background-color: #fff;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.13);
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: none;
}
header .searchBox .searchForm .kwdWrap ol {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
header .searchBox .searchForm .kwdWrap ol li {
  position: relative;
  min-width: 50%;
}
header .searchBox .searchForm .kwdWrap ol li::before {
  display: block;
  top: 5px;
  left: 5px;
  position: absolute;
  color: #0d0d0d;
  content: "·";
}
header .searchBox .searchForm .kwdWrap ol li a {
  display: block;
  padding: 5px 10px 5px 15px;
  color: #808080;
  font-size: 14px;
}
header .searchBox .searchForm .kwdWrap ol li:hover a {
  text-decoration: underline;
}

header .searchBox .searchForm.focus {
  position: relative;
  background-color: #fff;
  border-color: #e5e5e5;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.13);
  border-bottom: none;
  z-index: 1001;
}
header .searchBox .searchForm.focus input {
  font-weight: 700;
}
header .searchBox .searchForm.focus .kwdWrap {
  display: block;
}

header .searchBox .loginForm {
  position: absolute;
  right: 0;
}
header .searchBox .loginForm ul li {
  margin-left: 32px;
  float: left;
}
header .searchBox .loginForm ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
header .searchBox .loginForm .userNav {
  display: inline-block;
  height: 30px;
}
header .searchBox .loginForm .userNav i {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
header .searchBox .loginForm .navBox {
  display: none;
  position: absolute;
  top: 26px;
  right: 62px;
  z-index: 1001;
  width: 90px;
  padding: 10px 2px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}
header .searchBox .loginForm .navBox a {
  display: block;
  font-size: 13px;
  line-height: 24px;
}
header .searchBox .loginForm .navBox a:hover {
  font-weight: 500;
}

header .gnb {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 60px;
}
header .gnb ul {
  height: 60px;
}
header .gnb ul li a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}
header .gnb ul.gnbLeft {
  display: flex;
  align-items: center;
}
header .gnb ul.gnbLeft > li {
  margin-left: 56px;
  position: relative;
}
header .gnb ul.gnbLeft > li.menu1 {
  margin-left: 0;
}
header .gnb ul.gnbLeft li.gnbNew a.lineBlack i {
  position: relative;
}
header .gnb ul.gnbLeft li.gnbNew a.lineBlack:after {
  display: block;
  content: "";
  border-bottom: solid 3px #c01e23;
  transform: scaleX(0);
  transition: transform 150ms ease-in-out;
  position: absolute;
  bottom: -20px;
  width: 100%;
}
header .gnb ul.gnbLeft li.gnbNew a.lineBlack:hover:after {
  transform: scaleX(1);
}
header .gnb ul.gnbLeft li.gnbNew a.lineBlack:after {
  transform-origin: 0% 50%;
}

header .gnb ul.gnbRight {
  display: flex;
  align-items: center;
}
header .gnb ul.gnbRight li a {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-size: 12px;
  border: 1px solid #999999;
  border-radius: 4px;
  height: 24px;
  padding: 0 8px;
}
header .gnb ul.gnbRight li a:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1);
}

header .gnb ul.gnbRight li a i {
  margin-right: 4px;
  line-height: 1;
}

header .gnb ul.gnbRight li a:hover:after {
  transform: scaleX(1);
}
header .gnb ul.gnbRight li a:after {
  transform-origin: 0% 50%;
}

header .gnb ul.gnbLeft li.gnbNew.gold a {
  color: #dfbb00;
}
header .gnb ul.gnbLeft li.gnbNew.star:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 18px;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  background: url("/img/main_new/ico_star.png") no-repeat;
  animation: blink 0.8s infinite;
}
@keyframes blink {
  0%,
  100% {
    background-image: url("/img/main_new/ico_star.png");
  }
  50% {
    background-image: none;
  }
}
header .gnb ul.gnbLeft li.gnbNew.dot:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 18px;
  width: 5px;
  height: 5px;
  margin-left: 2px;
  background: #fdd408;
  border-radius: 100px;
}

/* 푸터 */
footer {
  position: absolute;
  z-index: 11;
  min-width: 1250px;
  width: 100%;
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #ddd;
}
footer .innerBox {
  display: flex;
}
footer .leftBox {
  width: 287px;
  margin-right: 73px;
}
footer .leftBox p {
  margin: 12px 0 0 3px;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}
footer .leftBox ul {
  margin-top: 10px;
}
footer .leftBox ul li {
  margin-right: 6px;
  float: left;
}
footer .leftBox ul:after {
  content: "";
  display: block;
  clear: both;
}
footer .rightBox {
  flex-grow: 1;
}
footer .rightBox ul {
  height: 36px;
}
footer .rightBox ul li {
  margin-right: 36px;
  font-weight: 700;
  font-size: 14px;
  float: left;
  color: #000;
}
footer .rightBox p {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  letter-spacing: 0;
}

footer .rightBox p > i {
  position: relative;
  margin: 0 10px;
}
footer .rightBox p > i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 10px;
  background: #999;
  transform: translateY(-50%);
}

/* 온라인 강좌 하위 메뉴 */
header .submenu {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1180px;
  padding: 24px 40px;
  background-color: #f2f2f2;
  z-index: 1001;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  transition: clip-path 0.6s, opacity 0.4s, visibility 0.4s;
}
header .submenu .container {
}
header .submenu .hd-lecList {
    display: flex;
    flex-direction: column;
	gap: 12px;
}
header .submenu .hd-lecList .box {
    display: flex;
    align-items: center;
}

header .submenu .hd-lecList .tit{
    margin-right: 24px;
}
header .submenu .hd-lecList .tit a{
	display: block;
    font-size: 16px;
    width: 122px;
    box-sizing: border-box;
    padding: 5px 10px;
	font-weight: 700;
	position: relative;
}
header .submenu .hd-lecList .tit a:after{
    content: '';
    width: 7px;
    height: 8px;
    background: url('/img/common/icon_gnb_arrow.png') no-repeat center center;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
header .submenu .hd-lecList .tit:hover{
    background: #fff;
}
header .submenu .hd-lecList ol {
	display: flex;
	gap: 20px;
}
header .submenu .hd-lecList ol li {
}
header .submenu .hd-lecList ol li a {
  position: relative;
  color: #333;
  font-size: 16px;
  word-break: keep-all;
}
header .submenu .hd-lecList ol li a:hover{
  font-weight: 700;
}
header .submenu.on {
  clip-path: inset(0 0 -10px 0);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
header .submenu .rgt .a-link {
  display: block;
  min-width: 240px;
  background-color: #f3f9fb;
  color: #062244;
  font-size: 16px;
  line-height: 1.4em;
  padding: 9px 20px;
  margin-bottom: 12px;
  border-radius: 5px;
}
header .submenu .rgt .a-link .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .submenu .rgt .a-link .ico {
  margin-left: 5px;
}

.asideRight {
  position: absolute;
  right: calc(50% - (1180px / 2) - 150px);
  top: 230px;
  width: 90px;
  padding-top: 30px;
  z-index: 101;
  display: none;
}
.asideRight .banner {
  border: 1px solid #cdcdcd;
}
.asideRight .qmenu .btnWrap {
  background: #4b4d54;
}
.asideRight .qmenu .btnWrap li a {
  position: relative;
  display: block;
  padding: 6px 10px;
  border-top: 1px solid #5d5f65;
  font-size: 11px;
  color: #fff;
  letter-spacing: -1px;
}
.asideRight .qmenu .btnWrap li:first-child {
  border-top: none;
}
.asideRight .qmenu .btnWrap li.recent a {
  border-top: 1px solid #7f828f;
  background: #707482;
}
.asideRight .qmenu .btnWrap li a span {
  position: absolute;
  right: 9px;
  top: 7px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/bg_aside_item.gif) 0 0 no-repeat;
  font-family: tahoma;
  font-size: 9px;
  color: #4b4d54;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0;
  overflow: hidden;
}
.asideRight .qmenu .rollingBox {
  position: relative;
  padding: 9px;
  background: #fff;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.asideRight .qmenu .rollingBox ul li {
  margin-bottom: 8px;
  font-family: dotum;
  font-size: 11px;
  color: #999;
  letter-spacing: -1px;
  text-align: left;
}
.asideRight .qmenu .rollingBox ul li img {
  display: block;
  width: 70px;
  height: 46px;
  margin-bottom: 2px;
}
.asideRight .qmenu .rollingBox .rollingWrap {
  height: 240px;
  overflow: hidden;
}
.asideRight .qmenu .btnBox {
  text-align: center;
  letter-spacing: -1px;
}
.asideRight .qmenu .prev {
  position: absolute;
  left: 15px;
  bottom: 7px;
}
.asideRight .qmenu .next {
  position: absolute;
  right: 15px;
  bottom: 7px;
}
.asideRight .qmenu .btnTop {
  padding: 5px 0;
  background: #f0f5fb;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
}
.asideRight .qmenu .btnTop a {
  display: block;
}
.asideRight .qmenu .btnTop a span {
  display: inline-block;
  padding-right: 15px;
  background: url(../img/common/bg_aside_top.gif) right center no-repeat;
  font-family: verdana;
  font-size: 9px;
  color: #333;
  font-weight: bold;
  *display: inline;
  zoom: 1;
}
.asideRight .sbanner {
  margin-top: 5px;
}
.asideRight .sbanner a {
  display: block;
}
.asideRight .sbanner a img {
  vertical-align: top;
}
.stickyFixed {
  position: fixed !important;
  top: 0px !important;
}

/* ==================================공통 사이트 팝업======================================  */
.pop_common {
  position: absolute;
  z-index: 99999;
  background: #000;
}
.pop_common .btm {
  /* right:14px; */
  bottom: 0px;
  line-height: 1;
  background: #ffffff;
  padding: 5px 15px;
  position: relative;
  display: block; /* width: 100%; */
}
.pop_common .btm label {
  font-size: 12px;
  color: #6f7170;
  vertical-align: top;
  letter-spacing: -1px;
}
.pop_common .btn_close {
  color: #6f7170;
  float: right;
}
/* ==================================공통 사이트 팝업======================================  */

/* 탑배너 */
.topBanner {
  width: 100%;
  min-width: 1100px;
  height: 60px;
  background: #fff;
}
.topBanner .inner {
  position: relative;
  width: 1100px;
  height: 60px;
  margin: 0 auto;
}
.topBanner .inner .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  width: 17px;
  height: 17px;
  margin-top: -9px;
}

.localArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 45px;
  color: #808080;
}
.localArea .depth {
  position: relative;
  margin-left: 30px;
  font-size: 13px;
}
.localArea .depth::before {
  display: block;
  position: absolute;
  top: -1px;
  left: -18px;
  content: ">";
}
.localArea .depth .last {
  color: #000;
}

.visualArea {
  position: relative;
  width: 100%;
  height: 280px;
  background: url(../img/sub/bg_sub_visual.jpg) center 0 no-repeat;
}
.visualArea .visualWrap {
  width: 1325px;
  margin: 0 auto;
}
.visualArea .visualWrap div {
  width: 1080px;
  margin-left: 123px;
}
.visualArea .visualWrap .btn_casting_etc a {
  width: 205px;
  height: 40px;
  position: absolute;
  z-index: 200;
  margin: 227px 0 0 302px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
/*.visualArea .visualWrap .btn_casting_etc a {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
}*/

.containerWrap {
  z-index: 10;
  position: relative;
  width: 1180px;
  margin: 20px auto 0;
  padding-bottom: 90px; /*background:url(../img/sub/bg_container.gif) 123px 0 repeat-y;*/
}
.containerWrap.leftNone {
  background: none;
}
.containerWrap.leftNone .content {
  float: none;
  margin: 0 auto;
}

.containerWrap.searchArea {
  background: url(../img/common/bg_search_area.gif) 323px 0 repeat-y;
}
.containerWrap.searchArea .leftArea {
  padding: 10px 0 0;
  border: none;
}
.containerWrap.searchArea .leftArea a {
  padding: 16px 0 15px 20px;
}
.containerWrap.searchArea .leftArea a span {
  color: #888;
}
.containerWrap.searchArea .leftArea .on a span {
  color: #eb5456;
}
.containerWrap.searchArea .leftArea .on a {
  width: 225px;
  background: url(../img/common/bg_search_on.gif) 0 0 no-repeat;
  border-bottom: none;
  color: #fff;
}

.containerWrap .aside {
  position: absolute;
  left: -12px;
  top: 0;
  width: 110px;
}
.containerWrap .aside .topbann {
  margin-left: 10px;
}
.containerWrap .aside .topbann a {
  display: block;
  margin-bottom: 5px;
}
.containerWrap .aside .btn_useguide {
  display: block;
  margin-left: 10px;
}
.containerWrap .aside .bannerBox {
  position: relative;
  padding-top: 8px;
}
.containerWrap .aside .bannerBox .bannerWrap {
  overflow: hidden;
  width: 110px;
  height: 120px;
  margin-top: 5px;
}
.containerWrap .aside .bannerBox .bannerWrap ul {
  width: 9999em;
}
.containerWrap .aside .bannerBox .bannerWrap ul li {
  float: left;
}
.containerWrap .aside .bannerBox .btnBox {
  position: absolute;
  right: 0;
  top: 0;
}
.containerWrap .aside .bannerBox .btnBox a {
  display: inline-block;
  margin-left: -2px;
  *display: inline;
  zoom: 1;
}
.containerWrap .aside .bannerBox_book {
  position: relative;
  padding-top: 8px;
  margin-left: 10px;
}
.containerWrap .aside .bannerBox_book .bannerWrap {
  overflow: hidden;
  width: 100px;
  height: 280px;
  margin-top: 5px;
}
.containerWrap .aside .bannerBox_book .bannerWrap ul {
  width: 9999em;
}
.containerWrap .aside .bannerBox_book .bannerWrap ul li {
  float: left;
}
.containerWrap .aside .bannerBox_book .btnBox {
  position: absolute;
  right: 0;
  top: 0;
}
.containerWrap .aside .bannerBox_book .btnBox a {
  display: inline-block;
  margin-left: -2px;
}
.containerWrap .aside .other_banner {
  margin-top: 10px;
  text-align: right;
}
.containerWrap.conTc {
  margin-top: -260px;
}
.containerWrap.conTc .content {
  margin-top: 280px;
}
.snsbanner {
  width: 98px;
  margin-left: 10px;
  border: 1px solid #cdcdcd;
}
.snsbanner li {
  border-bottom: 1px solid #e8e8e8;
}
.snsbanner li:last-child {
  border-bottom: 0;
}
.snsbanner li a {
  display: block;
  width: 98px;
  height: 40px;
  background: url(../img/main/sp_snsbanner2.gif) no-repeat 0 0;
}
.snsbanner li.calendar a {
  background-position: 0 0;
}
.snsbanner li.facebook a {
  background-position: 0 -40px;
}
.snsbanner li.youtube a {
  background-position: 0 -80px;
}
.snsbanner li.blog a {
  background-position: 0 -120px;
}
.snsbanner li.cafe a {
  background-position: 0 -160px;
}
.snsbanner li.calendar a:hover {
  background-position: -100px 0;
}
.snsbanner li.facebook a:hover {
  background-position: -100px -40px;
}
.snsbanner li.youtube a:hover {
  background-position: -100px -80px;
}
.snsbanner li.blog a:hover {
  background-position: -100px -120px;
}
.snsbanner li.cafe a:hover {
  background-position: -100px -160px;
}
.snsbanner .blind {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  visibility: hidden;
  outline: none;
  z-index: -1;
}

.containerWrap .container {
  width: 100%;
}
.containerWrap .container_bottom {
  width: 100%;
  margin-bottom: 20px;
}
.containerWrap .container:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.leftArea {
  position: relative;
  float: left;
  width: 180px;
  margin-right: 20px !important;
  padding: 24px 8px;
  border: 1px solid #ccc;
}
.leftArea h2 {
  padding: 0 0 15px 10px;
  border-bottom: 2px solid #474a52;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.leftArea.type1 ul li a {
  display: block;
  padding: 13px 0 13px 10px;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  font-weight: bold;
}
.leftArea.type1 ul li.on a {
  color: #442f90;
}
.leftArea.type1 ul li:first-child a {
  border-top: none;
}
.leftArea .leftBtm {
  margin: 15px -9px 0;
  border-top: 1px solid #ccc;
}
.leftArea ul.leftBtm li a {
  padding: 11px 9px 11px 30px;
  border-top: none;
  border-bottom: 1px solid #ccc;
  background: #f9fafb url(../img/common/bul_gray_4x4.gif) 20px 18px no-repeat;
}
.leftArea.leftTeacher h2 {
  margin-bottom: 14px;
}
.leftArea.leftTeacher div {
  padding: 17px 3px 20px;
  border-top: 1px solid #e8e8e8;
}
.leftArea.leftTeacher h2 + div {
  padding-top: 0;
  border-top: none;
}
.leftArea.leftTeacher div strong {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}
.leftArea.leftTeacher div ul {
  overflow: hidden;
  width: 180px;
  background: url(../img/common/bg_left_teacher.gif) -14px 1px repeat-y;
}
.leftArea.leftTeacher div ul li {
  float: left;
  width: 36px;
  margin-right: 20px;
  margin-bottom: 8px; /*padding-right:12px;*/
  line-height: 12px;
}
.leftArea.leftTeacher div ul li a {
  color: #666;
}
.leftArea.leftTeacher div ul li.on a,
.leftArea.leftTeacher div ul li a:hover {
  color: #00a2c2;
  text-decoration: underline;
}
.leftArea.leftTeacher div.last ul {
  background: none;
}
.leftArea.leftTeacher div.last ul li {
  float: none;
  width: auto;
}
.leftArea.leftCustomer div {
  display: inline-block;
  margin: 20px 10px 0;
}
.leftArea.leftCustomer ul li a {
  display: block;
  padding: 13px 0 13px 10px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  font-weight: bold;
}
.leftArea.leftCustomer ul li.on a {
  color: #442f90;
}

.leftArea.leftMy ul li a {
  display: block;
  padding: 13px 0 13px 10px;
  border-top: 1px solid #e8e8e8;
  font-size: 15px;
  font-weight: bold;
}
.leftArea.leftMy ul li.on a {
  color: #442f90;
}
.leftArea.leftMy ul li:first-child a {
  border-top: none;
}
.leftArea.leftMy ul li ul {
  padding-bottom: 15px;
}
.leftArea.leftMy ul li li a {
  padding: 0 0 0 10px;
  font-size: 13px;
  border-top: none;
  color: #666;
  font-weight: normal;
  line-height: 20px;
}
.leftArea.leftMy ul li li.on a {
  color: #00a2ba;
}
.leftArea.leftMy ul li.on li a {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.leftArea.leftMy ul li:first-child li a {
}

.content {
  float: right;
  width: calc(100% - 200px);
  min-height: 700px;
  padding-left: 30px;
  border-left: 1px solid #ddd;
}

.content_popup {
  margin: 20px;
  width: 700px;
  min-height: 700px;
}

.footer {
  position: relative;
  width: 100%;
  border-top: 2px solid #e8e8e8;
}
.footer .inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  background: url(../img/common/h1_logo_footer.gif) 0 30px no-repeat;
  font-size: 11px;
}
.footerMenu {
  position: relative;
  padding: 28px 0 0 150px;
}
.footerMenu ul {
  overflow: hidden;
}
.footerMenu ul li {
  position: relative;
  float: left;
  margin-left: 9px;
  padding-left: 9px;
  background: url(../img/common/bg_bar_2x12.gif) 0 3px no-repeat;
}
.footerMenu ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
.footerMenu ul li a {
  font-size: 12px;
  color: #666;
}
.footerMenu ul li a strong {
  color: #444;
}
.footerTxt {
  padding: 3px 0 35px 150px;
  color: #999;
}
.footerTxt img {
  margin-left: 2px;
  vertical-align: middle;
}
.btnSns {
  position: absolute;
  right: 0;
  top: 18px;
} /*190617_수정사항*/

/* form */
input[type="text"],
input[type="password"] {
  height: 24px;
  padding: 3px 0 3px 7px;
  line-height: 1;
  color: #333;
  border: 1px solid #bbb;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; /*font-family:"맑은고딕",Malgun Gothic,"돋움",dotum, Arial,Sans-serif;*/
}
input[type="file"] {
  height: 22px;
  padding: 0 0 0 0;
  line-height: 1;
  color: #333;
  border: 1px solid #bbb;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
select {
  height: 24px;
  padding: 0 0 0 7px;
  color: #333;
  border: 1px solid #bbb;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
textarea {
  padding: 5px 10px;
  color: #333;
  font: 12px/1.5;
  border: 1px solid #bbb;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.inTxt {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.inTxt input[type="text"] {
  padding-right: 33px;
}
.inTxt .del {
  position: absolute;
  right: 18px;
  top: 7px;
}

/* common */
.scrollBox {
  overflow: auto;
  overflow-x: hidden;
}

.clear {
  *height: 1%;
}
.clear:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
* html .clear {
  height: 1%;
}
.cboth {
  clear: both;
}
.cboth:after {
  content: "";
  clear: both;
  display: block;
}

.ml0 {
  margin-left: 0 !important;
}
.hidden {
  position: absolute;
  visibility: hidden;
  top: -9999px !important;
  left: -9999px !important;
  font: 0/0 Arial;
}
.hidden {
  *height: 1%;
}

.vTop {
  vertical-align: top !important;
}
.vm {
  vertical-align: middle !important;
}
.t_left {
  text-align: left !important;
}
.t_center {
  text-align: center !important;
}
.t_right {
  text-align: right !important;
}
.f_left {
  float: left !important;
}
.f_right {
  float: right !important;
}
.red {
  color: #ff4535 !important;
}

.t_normal {
  font-weight: normal !important;
}
.t_bold {
  font-weight: bold !important;
  color: #222 !important;
}
.amt {
  font-family: Tahoma;
}

.f11 {
  font-size: 11px !important;
}
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px !important;
}
.txtBlue {
  color: #11a6e0 !important;
}
.txtMint {
  color: #00a1cf !important;
}
.txtMint2 {
  color: #00a2ba !important;
}
.txtBlack {
  color: #000 !important;
}
.txtRed {
  color: #eb5456 !important;
}
.txtGold {
  color: #fad492 !important;
}
.txtGold2 {
  color: #c8b07e !important;
}
.txtGold3 {
  color: #988660 !important;
}
.txtGrey {
  color: #888 !important;
}
.txtGray2 {
  color: #333 !important;
}

.link {
  text-decoration: underline !important;
}

.bar {
  overflow: hidden;
  display: inline-block;
  height: 12px;
  margin: 0 2px;
  line-height: 12px;
  color: #888 !important;
  vertical-align: -13%;
}

.ml10 {
  margin-left: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt115 {
  margin-top: 115px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pt115 {
  padding-top: 115px !important;
}

/* icon */
.icoR {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 20px;
  padding-left: 10px;
  background: url(../img/common/bg_r_bd_left.gif) 0 0 no-repeat;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 20px;
  vertical-align: 24%;
}
.icoR span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-width: 40px;
  height: 20px;
  padding-right: 10px;
  background: url(../img/common/bg_r_bd_right.gif) 100% 0 no-repeat;
  line-height: 20px;
  text-align: center;
}
.icoRred {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 20px;
  padding-left: 10px;
  background: url(../img/common/bg_r_r_left.gif) 0 0 no-repeat;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 20px;
  color: #fff;
  vertical-align: 24%;
}
.icoRred span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-width: 40px;
  height: 20px;
  padding-right: 10px;
  background: url(../img/common/bg_r_r_right.gif) 100% 0 no-repeat;
  line-height: 20px;
  text-align: center;
}
.icoRgray {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 20px;
  padding-left: 10px;
  background: url(../img/common/bg_r_g_left.gif) 0 0 no-repeat;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 20px;
  color: #fff;
  vertical-align: 24%;
}
.icoRgray span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-width: 40px;
  height: 20px;
  padding-right: 10px;
  background: url(../img/common/bg_r_g_right.gif) 100% 0 no-repeat;
  line-height: 20px;
  text-align: center;
}

.icoR {
  line-height: 16px \0 / IE9;
}
.icoR span {
  line-height: 16px \0 / IE9;
}
.icoRred {
  line-height: 18px \0 / IE9;
}
.icoRred span {
  line-height: 16px \0 / IE9;
}
.icoRgray {
  line-height: 18px \0 / IE9;
}
.icoRgray span {
  line-height: 16px \0 / IE9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icoR {
    line-height: 16px;
  }
  .icoR span {
    line-height: 16px;
  }
  .icoRred {
    line-height: 18px;
  }
  .icoRred span {
    line-height: 16px;
  }
  .icoRgray {
    line-height: 18px;
  }
  .icoRgray span {
    line-height: 16px;
  }
}
/* button */
.btnBoth {
  position: relative;
  margin-top: 20px;
}
.btnBoth label {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.btnBoth label input {
  vertical-align: -4%;
}
.btnBoth .right {
  position: absolute;
  right: 0;
  top: 0;
}
.btnCenter {
  margin: 25px 0 0;
  text-align: center;
}
.btnRight {
  margin: 20px 0 0;
  text-align: right;
}
.btnRight.bg {
  padding-top: 24px;
  background: url(../img/sub/bg_grade.gif) 0 0 repeat-x;
}

.btnBig {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 147px;
  height: 45px;
  background: #474a52;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  letter-spacing: -1px;
  vertical-align: top;
  cursor: pointer;
}
.btnBig.btnMint {
  background: #01bbd6;
  margin-right: 1px;
}
.btnBig.btnGray {
  height: 43px;
  background: #f0f2f4;
  border: 1px solid #cdcbcc;
  line-height: 43px;
  color: #333;
  font-weight: normal;
}
.btnBig.btnLine {
  height: 43px;
  background: #fff;
  border: 1px solid #cdcbcc;
  border-bottom: 1px soldi #b4b2b3;
  color: #333;
  font-weight: bold;
  line-height: 43px;
}

.btnSm {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 32px;
  background: #fff;
  border: 1px solid #cdcbcc;
  border-bottom: 1px solid #bbb9ba;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  letter-spacing: -1px;
  vertical-align: top;
  cursor: pointer;
}
.btnSm span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btnSm strong {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btnSm.btnMint {
  background-color: #01bbd6;
  border: 1px solid #00adc6;
  border-bottom: 1px solid #008093;
  color: #fff;
}

.btnSm2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 147px;
  height: 45px;
  background: #fff;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 43px;
  border: 1px solid #cdcbcc;
  border-bottom: 1px solid #bbb9ba;
  text-align: center;
  letter-spacing: -1px;
  vertical-align: top;
}
a.btnSm2 {
  cursor: pointer;
}
.btnSm2 span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #01bbd6;
}
.btnSm2 strong {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btnSm2:hover,
.btnSm2:hover span {
  background-color: #f0f2f4;
}
.btnSm2.btnMint {
  background-color: #01bbd6;
  border: 1px solid #00adc6;
  border-bottom: 1px solid #008093;
  color: #fff;
}
.btnSm2.btnMint:hover,
.btnSm2.btnMint:hover span {
  background-color: #01bbd6;
}
.btnSm2.btnMint span {
  color: #fff;
}
.btnSm2.btnGrey {
  background-color: #f0f2f4;
  color: #333;
  border: 1px solid #bbb9ba;
}
.btnSm2.btnGrey:hover,
.btnSm2.btnGrey:hover span {
  background-color: #f0f2f4;
}
.btnSm2.btnDgrey {
  background-color: #474a52;
  color: #fff;
  border: 1px solid #474a52;
}
.btnSm2.btnDgrey:hover,
.btnSm2.btnDgrey:hover span {
  background-color: #474a52;
}

.btnMini {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 60px;
  height: 22px;
  background: #fff;
  border: 1px solid #cdcbcc;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 22px;
  letter-spacing: -1px;
  vertical-align: top;
  cursor: pointer;
}
.btnMini span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btnMini.btnGrey {
  height: 24px;
  background: #474a52;
  border: none;
  color: #fff;
}
.btnMini.btnRed {
  height: 24px;
  border: 1px solid #f18788;
  color: #eb5456;
}

.btnMini2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 22px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #cdcbcc;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 22px;
  letter-spacing: -1px;
  vertical-align: top;
  cursor: pointer;
}
.btnMini2 span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.btnHeart {
  height: 38px;
  border-bottom: 1px solid #b4b2b3;
  line-height: 35px;
}
.btnHeart span {
  padding-left: 18px;
  background: #fff url(../img/common/bg_btn_heart.png) 0 12px no-repeat;
}
.btnHeart:hover,
.btnHeart:hover span {
  background-color: #f0f2f4;
}

.btnPlay {
  border-bottom: 1px solid #bbb9ba;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0;
}
.btnPlay span {
  padding-left: 18px;
  background: #fff url(../img/common/bg_btn_play.png) 0 8px no-repeat;
  text-transform: uppercase;
}
.btnPlay:hover,
.btnPlay:hover span {
  background-color: #f0f2f4;
}

.btnFree {
  border-bottom: 1px solid #bbb9ba;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0;
}
.btnFree span {
  padding-left: 18px;
  background: #fff url(../img/common/bg_btn_free.png) 0 8px no-repeat;
  text-transform: uppercase;
}
.btnFree:hover,
.btnFree:hover span {
  background-color: #f0f2f4;
}

.btnMoney {
  width: 98px;
  height: 28px;
  background-color: #01bbd6;
  border: 1px solid #00adc6;
  border-bottom: 1px solid #008093;
  color: #fff;
  line-height: 28px;
}
.btnMoney span {
  padding-left: 21px;
  background: #01bbd6 url(../img/common/bg_btn_money.png) 0 5px no-repeat;
}
.btnMoney:hover,
.btnMoney:hover span {
  background-color: #01bbd6;
}

.btnList {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 38px;
  padding: 0 35px;
  background: #fff;
  border: 1px solid #cdcbcc;
  border-bottom: 1px solid #b4b2b3;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 38px;
  letter-spacing: -1px;
  vertical-align: top;
  cursor: pointer;
}
.btnList:hover {
  background: #f0f2f4;
}
.btnList.btnGray {
  background: #474a52;
  border: 1px solid #474a52;
  border-bottom: 1px solid #2c2e33;
  color: #fff;
}
.btnList.btnGray:hover {
  background: #000;
  border: 1px solid #000;
}

/* table */
.tblV,
.tblH {
  width: 100%;
}
.tblV {
  border-top: 2px solid #474a52;
  border-left: 1px solid #ccc;
}
.tblV thead th {
  padding: 11px 0 10px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fbfbfb;
  font-size: 13px;
  text-align: center;
  color: #333;
}
.tblV tbody tr td {
  padding: 11px 0 10px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #333;
}
.tblV tbody tr td.t_left {
  padding: 11px 0 10px 20px;
}
.tblV tbody tr td.t_right {
  padding: 11px 20px 10px 0;
}

.tblV2 {
  width: 100%;
}
.tblV2 thead th {
  padding: 9px 0 8px 0;
  background: #474a52;
  text-align: center;
  color: #fff;
}
.tblV2 tbody tr td {
  padding: 9px 0 9px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.tblV2 tbody tr td.t_left {
  padding: 9px 0 9px 10px;
}
.tblV2 tbody tr td.t_right {
  padding: 9px 10px 9px 0;
}

.tblV3 {
  width: 100%;
  background: url(../img/sub/bg_grade.gif) 0 100% repeat-x;
  border-top: 1px solid #474a52;
}
.tblV3 thead th {
  padding: 11px 0 10px 0;
  border-bottom: 1px solid #cdd0d5;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.tblV3 tbody tr:first-child td {
  border-top: 2px solid #e8e8e8;
}
.tblV3 tbody tr td {
  padding: 11px 0 10px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  color: #666;
}
.tblV3 tbody tr td a {
  color: #333;
}
.tblV3 tbody tr td a:hover {
  text-decoration: underline;
}
.tblV3 tbody tr td img {
  vertical-align: middle;
}
.tblV3 tbody tr td.t_left {
  padding: 11px 0 10px 10px;
}
.tblV3 tbody tr td.t_right {
  padding: 11px 10px 10px 0;
}
.tblV3 tbody tr.last td {
  padding-bottom: 12px;
}

.tblOrder {
  width: 100%;
  border-top: 1px solid #474a52;
}
.tblOrder thead th {
  padding: 11px 0 10px 0;
  border-bottom: 1px solid #cdd0d5;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.tblOrder thead th .txtGrey {
  display: block;
  font-size: 12px;
}
.tblOrder tbody tr:first-child td {
  border-top: 2px solid #e8e8e8;
}
.tblOrder tbody tr td {
  padding: 11px 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.tblOrder tbody tr td a.td__btn_write,
.tblOrder tbody tr td a.td__btn_play {
  font-size: 12px;
  color: #000;
  border: 1px solid #cdcbcc;
  width: 60px;
  padding: 4px 0;
  border-radius: 4px;
  margin: 0 auto;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.tblOrder tbody tr td a.td__btn_play::before {
  content: "▶";
  font-size: 8px;
}

.tblOrder tbody tr td a.td__btn_write:hover,
.tblOrder tbody tr td a.td__btn_play:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1);
}

.tblOrder tbody tr td a {
  color: #333;
}
.tblOrder tbody tr td a:hover {
  text-decoration: underline;
}
.tblOrder tbody tr td img {
  vertical-align: middle;
}
.tblOrder tbody tr td.t_left {
  padding: 11px 0 10px 10px;
}
.tblOrder tbody tr td.t_right {
  padding: 11px 10px 10px 0;
}
.tblOrder tbody tr td.price strong {
  font-family: Tahoma;
  font-size: 18px;
}
.tblOrder tbody tr td.price .orgPrice {
  font-size: 12px;
}
.tblOrder tbody tr td.price .orgPrice strong {
  font-size: 12px;
  color: #333;
  text-decoration: line-through;
}
.tblOrder tbody tr.last td {
  padding-bottom: 12px;
}
.tblOrder tbody tr td .t_center {
  padding: 3px 3px 3px 4px;
}
.tblOrder tfoot tr th,
.tblOrder tfoot tr td {
  background: #f7f8fc;
}
.tblOrder tfoot tr th {
  padding: 11px 0 10px 0;
}
.tblOrder tfoot tr td {
  padding: 11px 0 10px 0;
  text-align: center;
}
.tblOrder.f13 tbody tr td {
  font-size: 13px;
}
.tblOrder .border_l {
  border-left: 1px solid #e8e8e8;
}

/* 180305_김아영 추가 */
.btn_event img {
  margin-top: 30px;
}
/* //180305_김아영 추가 */

.tblApply {
  width: 100%;
  background: url(../img/sub/bg_grade.gif) 0 100% repeat-x;
}
.tblApply tbody tr td {
  padding: 18px 0 18px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  vertical-align: top;
}
.tblApply tbody tr:first-child td {
  padding-top: 0;
  border-top: none;
}
.tblApply tbody tr td.t_left {
  padding: 18px 0 18px 20px;
}
.tblApply tbody tr td.imgBox img {
  width: 150px;
  height: 98px;
}
.tblApply tbody .txtBox {
  padding-left: 10px;
  text-align: left;
}
.tblApply tbody .txtBox strong {
  display: block;
  padding-top: 8px;
  font-size: 16px;
  color: #333;
}
.tblApply tbody .txtBox .txtList {
  zoom: 1;
  position: relative;
  padding: 5px 0 15px;
  color: #888;
}
.tblApply tbody .txtBox .txtList:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.tblApply tbody .txtBox .txtList li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  background: url(../img/common/bg_bar_1x11.gif) 100% 3px no-repeat;
}
.tblApply tbody .txtBox .txtList .helpLayer {
  z-index: 10;
  position: absolute;
  left: 160px;
  top: 5px;
  width: 244px;
  padding: 16px 20px;
  background: #fff;
  border: 2px solid #9b837f;
}
.tblApply tbody .txtBox .txtList .helpLayer ul li {
  float: none;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.tblApply tbody .txtBox .txtList .helpLayer ul li a:hover {
  text-decoration: underline;
}
.tblApply tbody .txtBox .txtList .helpLayer .btnClose {
  position: absolute;
  right: -2px;
  top: -2px;
}

.tblApply tbody .txtBox .txtList_schoolcast {
  zoom: 1;
  position: relative;
  padding: 5px 0 1px;
  color: #888;
}
.tblApply tbody .txtBox .txtList_schoolcast:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.tblApply tbody .txtBox .txtList_schoolcast li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.tblApply tbody .txtBox .txtList_schoolcast .helpLayer {
  z-index: 10;
  position: absolute;
  left: 160px;
  top: 5px;
  width: 244px;
  padding: 16px 20px;
  background: #fff;
  border: 2px solid #9b837f;
}
.tblApply tbody .txtBox .txtList_schoolcast .helpLayer ul li {
  float: none;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.tblApply tbody .txtBox .txtList_schoolcast .helpLayer ul li a:hover {
  text-decoration: underline;
}
.tblApply tbody .txtBox .txtList_schoolcast .helpLayer .btnClose {
  position: absolute;
  right: -2px;
  top: -2px;
}

.tblApply tbody .txtBox .price {
  font-size: 14px;
  color: #666;
}
.tblApply tbody .txtBox .price span {
  display: inline;
}
.tblApply tbody .txtBox .price .orgPrice {
  margin-right: 5px;
  padding-right: 17px;
  background: url(../img/sub/bg_price.gif) 100% 7px no-repeat;
  font-size: 14px;
  text-decoration: line-through;
  color: #666;
}
.tblApply tbody .txtBox .price .orgPrice strong {
  display: inline;
  font-family: tahoma;
  font-size: 15px;
  color: #666;
}
.tblApply tbody .txtBox .price .newPrice {
  color: #333;
}
.tblApply tbody .txtBox .price .newPrice strong {
  display: inline;
  font-family: tahoma;
  font-size: 16px;
  color: #eb5456;
  font-weight: bold;
  line-height: 22px;
}
.tblApply tbody .btnBox a {
  margin-bottom: 2px;
}

.tblView {
  background: url(../img/sub/bg_grade.gif) 0 100% repeat-x;
  border-top: 1px solid #474a52;
}
.tblView.bgNone {
  background: none;
}
.tblView dl {
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #e8e8e8;
}
.tblView dl dt {
  float: left;
  width: 10%;
  height: 20px;
  padding: 10px 0 10px 2%;
  background: url(../img/common/bg_bar_2x10.gif) 100% 15px no-repeat;
  color: #222;
}
.tblView dl dd {
  float: left;
  width: 90%;
  height: 19px;
  padding: 10px 0 10px 2%;
  color: #777;
}
.tblView dl dt.subject {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.tblView dl dd.subject {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.tblView dt.date {
  width: 79%;
  height: 40px;
  padding-right: 1%; /*border-bottom:1px solid #cdd0d5;*/
  text-align: right;
  margin-top: -19px;
}
.tblView dd.date {
  width: 10%;
  padding-left: 1%; /*border-bottom:1px solid #cdd0d5;*/
  margin-top: -19px;
}
.tblView dt.search {
  width: 6%;
  padding-right: 1%; /*border-bottom:1px solid #cdd0d5;*/
  margin-top: -19px;
}
.tblView dd.search {
  width: 5%;
  padding-left: 1%; /*border-bottom:1px solid #cdd0d5;*/
  margin-top: -19px;
}
.tblView dd.category {
  width: 18%;
}
.tblView dd.write {
  width: 6%;
}
.tblView dd.mail {
  width: 24%;
}
.tblView dt.date2 {
  /* width: 6%; */
}
.tblView dd.date2 {
  width: 12%;
}
.tblView dt.write2 {
  width: 65%;
  padding-right: 1%;
  text-align: right;
}
.tblView dd.write2 {
  width: 10%;
}
.tblView dd.date3 {
  width: 10%;
}
.tblView .tblContent {
  min-height: 400px;
  margin: 10px 10px;
  padding-bottom: 20px;
}
.tblView .tblContent .file_list {
  margin-bottom: 20px;
  text-align: right;
  color: #888;
  line-height: 20px;
}
.tblView .tblContent .file_list ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.tblView .tblContent .file_list ul li {
  padding-left: 18px;
  background: url(../img/common/btn_file.gif) 0 5px no-repeat;
  font-family: Tahoma;
}
.tblView .tblContent .file_list ul li a {
  color: #888;
}
.tblView .tblContent img {
  max-width: 820px;
}
.tblView .tblContent.type2 {
  min-height: 250px;
}
.tblView .tblContent.type2 .question {
  padding-left: 44px;
  background: url(../img/sub/bg_faq_question.gif) 8px 2px no-repeat;
}
.tblView .tblContent.type2 .answer {
  padding-left: 44px;
  background: url(../img/sub/bg_faq_answer02.gif) 8px 3px no-repeat;
}
.tblView .tblContent .figure {
  padding: 10px 0 20px;
  text-align: center;
}
.tblView .tblContent .figure img {
  width: auto;
  max-width: 100%;
}
.tbl_thead {
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #e8e8e8;
}
.tbl_thead .tbl_subject {
  padding: 11px 0 12px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.tbl_thead .tbl_subject .th {
  padding-right: 19px;
  margin-right: 18px;
  background: url(../img/common/bg_bar_2x10.gif) no-repeat right 6px;
}
.tbl_thead .tbl_date {
  height: 40px;
  padding: 10px 20px 10px 0;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}
.tbl_thead .tbl_date .th {
  padding-right: 10px;
  margin-right: 9px;
  background: url(../img/common/bg_bar_2x10.gif) no-repeat right 4px;
}

.tblH {
  border-top: 2px solid #252525;
}
.tblH tr th {
  padding: 10px 0 10px 20px;
  background: #fcfcfb;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: left;
}
.tblH tr td {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #dedede;
}
.tblH tr td.t_left {
  padding-left: 14px;
}
.tblH tr td input[type="text"] {
  vertical-align: top;
}
.tblH tr td .postFind input[type="text"] {
  margin-top: 5px;
}
.tblH tr td .txt input[type="checkbox"] {
  vertical-align: -18%;
}
.tblH tr td .tit {
  display: block;
  margin-bottom: 10px;
}
.tblH .txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  color: #939393;
  letter-spacing: -1px;
}
.tblH .bg {
  background: #fdfdfd;
}
.tblH.type2 tr td {
  padding-left: 25px;
}

.tblH2 {
  width: 100%;
  border-top: 1px solid #474a52;
}
.tblH2 tr th,
.tblH2 tr td {
  padding: 11px 0 10px 15px;
  border-bottom: 1px solid #cdd0d5;
  color: #333;
  text-align: left;
}
.tblH2 tr th {
  font-size: 13px;
}

.tblForm {
  width: 100%;
  border-top: 2px solid #474a52;
}
.tblForm tbody tr th {
  padding-left: 30px;
  font-size: 13px;
  text-align: left;
  color: #333;
  vertical-align: top;
}
.tblForm tbody tr th,
.tblForm tbody tr td {
  padding: 13px 0 12px 15px;
  border-bottom: 1px solid #ccc;
}
.tblForm tbody tr td a img {
  vertical-align: middle;
}

.tblJoinForm {
  width: 100%;
  border-top: 2px solid #474a52;
}
.tblJoinForm tbody tr th {
  padding-left: 30px;
  font-size: 13px;
  text-align: left;
  color: #333;
  vertical-align: top;
}
.tblJoinForm tbody tr th {
  padding: 20px 0 10px 20px;
  border-bottom: 1px solid #dedede;
  text-align: left;
}
.tblJoinForm tbody tr td {
  padding: 3px 0 3px 30px;
  border-bottom: 1px solid #ccc;
}
.tblJoinForm tbody tr td input[type="text"] {
  width: 100%;
  height: 35px;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
.tblJoinForm tbody tr td input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
.tblJoinForm tbody tr td input[type="password"] {
  width: 100%;
  height: 35px;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
.tblJoinForm tbody tr td input[type="password"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
.tblJoinForm tbody tr td select {
  width: 100%;
  height: 35px;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
.tblJoinForm tbody tr td a img {
  vertical-align: middle;
}
.tblJoinFormPhone {
  margin: 2px 0 !important;
}

.btnSmJoin {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 30px;
  background: #fff;
  border: 1px solid #cdcbcc;
  border-bottom: 1px solid #bbb9ba;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  letter-spacing: -1px;
  vertical-align: top;
  cursor: pointer;
  margin: 3px 0 !important;
}
.btnSmJoin span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btnSmJoin strong {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btnSmJoin.btnMint {
  background-color: #c01e23;
  border: 1px solid #c01e23;
  border-bottom: 1px solid #c01e23;
  color: #fff;
}
.btnSmJoin.btnMint_recommend {
  background-color: #c01e23;
  border: 1px solid #c01e23;
  border-bottom: 1px solid #c01e23;
  color: #fff;
}
.btnSmJoin.btnGray {
  background: #474a52;
  border: 1px solid #474a52;
  border-bottom: 1px solid #2c2e33;
  color: #fff;
}

/* .btnList.btnGray{background:#474a52;border:1px solid #474a52;border-bottom:1px solid #2c2e33;color:#fff;} */

.tblTxt {
  margin: 40px 0 10px;
  padding-left: 17px;
  background: url(../img/sub/bg_tbl_txt.gif) 0 3px no-repeat;
  color: #888;
}
.tblTop {
  position: relative;
  margin-bottom: 10px;
}
.tblTop.btn {
  padding-top: 50px;
}
.tblTop h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.tblTop h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.tblTop h4.bg {
  padding-left: 10px;
  background: url(../img/sub/bg_tit_bar.gif) 0 4px no-repeat;
}
.tblTop h4 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #888;
  font-weight: normal;
}
.tblTop .right {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0;
}

.tblTop .right .main__btn_more {
  display: block;
  font-size: 12px;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 100px;
  padding: 6px 14px;
}

.tblTop p {
  font-size: 13px;
  color: #333;
}
.tblTop .ico_circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 13px;
  background-color: #00c8e5;
  text-align: center;
  border-radius: 50%;
}
.tblBtm {
  margin: 10px 0 0 30px;
  color: #888;
  line-height: 20px;
}
.tblInfo {
  margin: 10px 0 0 30px;
}
.tblInfo_SNS {
  margin: 10px 0 0 0;
}
.required {
  display: inline-block;
  width: 7px;
  height: 5px;
  background: url(../img/sub/bg_required.gif) 0 0 no-repeat;
  vertical-align: 20%;
}
.required span {
  position: absolute;
  text-indent: 9999em;
  font-size: 0 !important;
}

.boardSearch {
  margin-bottom: 10px;
  text-align: right;
}
.boardSearch img {
  vertical-align: middle;
}

.faqSearch {
  margin-bottom: 25px;
  border: 1px solid #e8e8e8;
}
.faqSearch .faqInner {
  width: 540px;
  margin: 0 auto;
  padding: 25px 0;
}
.faqSearch .faqInner img {
  vertical-align: middle;
}
.faqSearch .faqInner input {
  vertical-align: middle;
  height: 24px;
}
.faqSearch .faqInner strong {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.faqSearch .faqInner .txt {
  overflow: hidden;
  margin-left: 153px;
}
.faqSearch .faqInner .txt li {
  float: left;
  margin: 5px 10px 0 0;
  padding-left: 10px;
  background: url(../img/common/bg_bar_2x10.gif) 0 5px no-repeat;
  vertical-align: top;
}
.faqSearch .faqInner .txt li:first-child {
  background: none;
}
.faqSearch .faqInner .txt li a {
  color: #333;
}
.faqSearch .faqInner .txt li a:hover {
  text-decoration: underline;
}

/* paging */
.paging {
  margin: 20px 0;
  text-align: center;
}
.paging.line {
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}
/*.paging img{vertical-align:middle;}*/
.paging a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35px;
  height: 35px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  line-height: 33px;
  color: #666;
  vertical-align: middle;
  text-align: center;
}
.paging a.on {
  background: #474a52;
  border: 1px solid #474a52;
  color: #fff;
}
.paging .firstBtn,
.paging .prevBtn,
.paging .nextBtn,
.paging .lastBtn {
  height: 35px;
}
.paging .prevBtn {
  margin-right: 5px;
}
.paging .nextBtn {
  margin-left: 5px;
}

/* ie */
.ie7_body .header .gnb .right .ml0 {
  margin-left: 2px !important;
}
.ie7_body .header .topSearch .bannerBox .btnBox a img {
  margin-top: -4px;
}
.ie7_body .header .topSearch .bannerBox .btnBox a:first-child img {
  margin-top: 0;
}
.ie7_body .containerWrap .aside .bannerBox .bannerWrap {
  padding-top: 30px;
}
.ie7_body .containerWrap .asideRight .qmenu .rollingBox ul li {
  zoom: 1;
}
.ie7_body .containerWrap .asideRight .qmenu .btnWrap li a {
  zoom: 1;
}
.ie7_body .tblApply tbody .txtBox .price .orgPrice {
  background-position: 100% 14px;
}

.result_none {
  width: 100%;
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  color: #0d0d0d;
  border-bottom: 1px solid #f2f2f2;
}
.result_none .ico {
  display: block;
  width: 57.6px;
  line-height: 57.6px;
  margin: 0 auto 15px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.result_none img {
  float: none;
  width: 93px;
  height: inherit;
  margin-right: 0;
  margin-bottom: 18px;
}

/* 오마이스쿨 신규회원 이밴트 */
#newMemEvt {
  min-width: 1080px;
}
#newMemEvt .top {
  width: 100%;
  background: #000 url(../img/event/160415/bg_top.jpg) no-repeat center top;
  height: 838px;
  overflow: hidden;
}
#newMemEvt .inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
#newMemEvt .cont1 {
  background: url(../img/event/160415/bg_cont1.gif) left top;
}
#newMemEvt .cont1 .inner {
  padding-bottom: 92px;
}
#newMemEvt .cont1 .inner .movie {
  position: relative;
}
#newMemEvt .cont1 .inner .movie .play {
  position: absolute;
  top: 58px;
  left: 38px;
  width: 604px;
  height: 341px;
}
#newMemEvt .cont2 {
  background: url(../img/event/160415/bg_cont2.gif) left top;
}
#newMemEvt .cont2 .inner {
  padding-bottom: 100px;
}
#newMemEvt .cont3 {
  background: url(../img/event/160415/bg_cont1.gif) left top;
}
#newMemEvt .cont4 {
  background: url(../img/event/160415/bg_cont2.gif) left top;
}
#newMemEvt .btm {
  height: 74px;
  background: #000;
  font-size: 10px;
  color: #585858;
  line-height: 74px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}
#newMemEvt .slide_wrap {
  position: relative;
  border: 1px solid #525a68;
  width: 1078px;
  height: 298px;
}
#newMemEvt #slide {
  position: absolute;
  top: 0;
  left: 0px;
  width: 1078px !important;
  height: 298px !important;
  z-index: 100;
  margin: 0 auto;
}
#newMemEvt #slide .slidesjs-container {
  width: 1078px !important;
  height: 300px !important;
  overflow: hidden;
}
#newMemEvt #slide a.slidesjs-previous,
#newMemEvt #slide a.slidesjs-next {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 43px !important;
  height: 97px !important;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #8b8d8e;
  text-indent: -999em;
  z-index: 10000;
}
#newMemEvt #slide a.slidesjs-previous {
  background: url(../img/event/160415/btn_prev.png) no-repeat 0 0;
}
#newMemEvt #slide a.slidesjs-next {
  background: url(../img/event/160415/btn_next.png) no-repeat 0 0;
  left: 985px;
}
#newMemEvt #slide .slidesjs-play,
#newMemEvt #slide .slidesjs-stop,
#newMemEvt #slide .slidesjs-pagination {
  display: none !important;
}

/* 올프리패스 */
#allFreepass {
  min-width: 1080px;
}
#allFreepass .blind {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  visibility: hidden;
  outline: none;
  z-index: -1;
}
#allFreepass .top {
  width: 100%;
  height: 993px;
  background: #c0c0c0 url(http://img.ohmyschool.org/event/160504/bg_top.jpg) no-repeat center top;
}
#allFreepass .top .inner {
  height: 993px;
}
#allFreepass .inner {
  position: relative;
  width: 1024px;
  min-width: 1024px;
  margin: 0 auto;
}
#allFreepass .cont0 {
  position: relative;
  width: 100%;
  height: 939px;
  background: #b7bdc3 url(http://img.ohmyschool.org/event/160504/bg_cont0.jpg) no-repeat center top;
}
#allFreepass .cont0 .tab {
  position: absolute;
  left: -1px;
  top: 261px;
  width: 100%;
  text-align: center;
}
#allFreepass .cont1 {
  width: 100%;
  height: 770px;
  background: #404552 url(http://img.ohmyschool.org/event/160504/bg_cont1.jpg) no-repeat center top;
}
#allFreepass .cont2 {
  overflow: hidden;
  width: 100%;
  height: 849px;
  background: url(http://img.ohmyschool.org/event/160504/bg_cont2.gif) repeat;
}
#allFreepass .cont2 .top_arr {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 37px;
  margin: 0 0 0 -36px;
  background: url(http://img.ohmyschool.org/event/160504/arr_top02.gif) no-repeat 0 0;
}
#allFreepass .cont2 .tit {
  padding-top: 122px;
  text-align: center;
}
#allFreepass .cont2 .txt {
  position: absolute;
  top: 308px;
  left: 0;
  z-index: 10;
}
#allFreepass .cont3 {
  width: 100%;
  height: 1232px;
  background: url(http://img.ohmyschool.org/event/160504/bg_cont3.jpg) repeat;
}
#allFreepass .cont3 .inner {
  width: 100%;
  height: 1232px;
  background: url(http://img.ohmyschool.org/event/160504/bg_cont3.jpg) no-repeat center 0;
}
#allFreepass .cont3 .movie {
  position: absolute;
  top: 382px;
  left: 50%;
  width: 505px;
  height: 320px;
  margin-left: -249px;
  background: red;
  z-index: 200;
}
#allFreepass .cont3 .btn_play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 -44px;
  z-index: 300;
}
#allFreepass .bottom {
  height: 74px;
  font-size: 10px;
  color: #797979;
  line-height: 74px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  background: url(http://img.ohmyschool.org/event/160504/bg_bottom.gif) repeat;
}
#allFreepass [class^="btn0"] {
  display: block;
  position: absolute;
  background: url(http://img.ohmyschool.org/event/160504/bg_trans.png) repeat 0 0;
  z-index: 100;
}
#allFreepass .btn01 {
  left: 199px;
  bottom: 126px;
  width: 298px;
  height: 75px;
}
#allFreepass .btn02 {
  left: 502px;
  bottom: 126px;
  width: 298px;
  height: 75px;
}
#allFreepass .btn03 {
  left: 50%;
  bottom: 97px;
  width: 352px;
  height: 91px;
  margin-left: -176px;
}
#evt_allfree0524 .evt_top {
  width: 100%;
  height: 993px;
  background: #59687f url(../img/event/160524/bg_evthead.jpg) no-repeat center top;
}
#evt_allfree0524 .evt_cont {
  position: relative;
  width: 100%;
  padding: 108px 0 93px;
  background: #59687f url(../img/event/160524/bg_evtcont.gif);
}
#evt_allfree0524 .evt_cont .top_arr {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 37px;
  margin: 0 0 0 -36px;
  background: url(../img/event/160524/arr_evtcont.gif) no-repeat 0 0;
}
#evt_allfree0524 .evt_ttl {
  text-align: center;
}
#evt_allfree0524 .evt_box {
  width: 964px;
  margin: 27px auto;
  padding: 28px 30px 30px;
  background: #242c5f;
}
#evt_allfree0524 .evt_apply table thead th {
  height: 53px;
  line-height: 53px;
  font-size: 19px;
  font-weight: bold;
  color: #09186e;
  border-left: 1px solid #acb0c7;
  background: #bcc6ea;
}
#evt_allfree0524 .evt_apply table tbody td {
  padding: 15px 14px;
  font-size: 21px;
  color: #000;
  border-left: 1px solid #acb0c7;
  background: #fff;
}
#evt_allfree0524 .evt_apply table thead th:first-child,
#evt_allfree0524 .evt_apply table tbody td:first-child {
  border-left: none;
}
#evt_allfree0524 .field {
  width: 494px;
  height: 33px;
  padding-top: 12px;
  line-height: 26px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.1em;
  border: 1px solid #707070;
  vertical-align: top;
}
#evt_allfree0524 .id_field {
  height: 50px;
  padding: 0px 10px;
  line-height: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.1em;
  border: 1px solid #707070;
  vertical-align: top;
}
#evt_allfree0524 .evt_list table thead th {
  height: 56px;
  line-height: 56px;
  font-size: 19px;
  font-weight: normal;
  color: #ccc;
  border-left: 1px solid #313871;
  background: #4e5899;
}
#evt_allfree0524 .evt_list table tbody td {
  padding: 10px 14px 14px;
  line-height: 20px;
  font-size: 14px;
  color: #10143d;
  border-left: 1px solid #acb0c7;
  border-top: 1px solid #ccc;
  background: #fff;
}
#evt_allfree0524 .evt_list table thead th:first-child,
#evt_allfree0524 .evt_list table tbody td:first-child {
  border-left: none;
}
#evt_allfree0524 .evt_list table tbody td:last-child {
  text-align: left;
  font-weight: bold;
}
#evt_allfree0524 .evt_list table tbody td .ic_re {
  padding-left: 22px;
  text-align: left;
  color: #344acc;
  background: url(../img/event/160524/ico_re.gif) no-repeat 0 4px;
}
#evt_allfree0524 .evt_paging {
  overflow: hidden;
  margin: 25px 0 0;
  text-align: center;
}
#evt_allfree0524 .evt_paging a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 10px 0 14px;
  margin-left: -3px;
  font-size: 16px;
  line-height: normal;
  color: #9dabff;
  vertical-align: middle;
  text-align: center;
  vertical-align: top;
  background: url(../img/event/160524/bg_paging.gif) no-repeat 0 center;
}
#evt_allfree0524 .evt_paging a.on {
  color: #fff;
}
#evt_allfree0524 .evt_paging a.prevBtn + a {
  background: none;
}
#evt_allfree0524 .evt_paging .prevBtn {
  margin-right: 10px;
}
#evt_allfree0524 .evt_paging .prevBtn,
#evt_allfree0524 .evt_paging .nextBtn {
  height: 19px;
  width: 19px;
  border: 0;
  padding: 0;
  margin-top: 2px;
  background: none;
}
#evt_allfree0524 .evt_paging .nextBtn {
  margin-left: 10px;
}
#evt_allfree0524 .btnRelpy {
  display: block;
  width: 100%;
  height: 100%;
}
#replyPopUpForm {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin: -150px 0 0 -200px;
  background: #fff;
  z-index: 100001;
}
#replyPopUpForm .tit {
  margin-bottom: 25px;
  padding: 10px 0 25px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
#replyPopUpForm textarea {
  display: block;
  margin-top: 20px;
  width: 300px;
  height: 70px;
}
#replyPopUpForm .bottom_btn {
  margin: 35px 0 0;
  text-align: center;
}
#replyPopUpForm .bottom_btn {
  margin: 35px 0 0;
  text-align: center;
}
#replyPopUpForm .bottom_btn input[type="button"] {
  border: 0;
}
#replyPopUpForm .bottom_btn .btnReg {
  background: #bb925e;
}

/* 주제별 할인 */
#hotTimeEvt {
  padding-bottom: 114px;
  background: #315382 url(../img/event/160628/bg.jpg) no-repeat center 0;
}
#hotTimeEvt .inner {
  position: relative;
  width: 1004px;
  margin: 0 auto;
}
#hotTimeEvt .top {
  position: relative;
}
#hotTimeEvt .top .ttl {
  padding-top: 100px;
}
#hotTimeEvt .top .mark_per {
  position: absolute;
  top: 0;
  right: -61px;
}
#hotTimeEvt .currentTimer {
  position: absolute;
  top: 349px;
  left: 214px;
}
#hotTimeEvt .currentTimer .time {
  padding-left: 20px;
  font-family: "verdana";
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.6em;
}
#hotTimeEvt .currentTimer #time_s {
  padding-left: 24px;
}
#hotTimeEvt .subjectList {
  margin-top: 50px;
}
#hotTimeEvt .subjectList ul {
  overflow: hidden;
  margin-left: -1px;
}
#hotTimeEvt .subjectList li {
  position: relative;
  width: 142px;
  float: left;
  margin-left: 1px;
}
#hotTimeEvt .subjectList .ttlbox {
  margin-top: 35px;
  padding: 28px 0 29px;
  text-align: center;
  font-size: 30px;
  color: #494856;
  border-bottom: 4px solid #acacb9;
  background: #c6c6d3;
}
#hotTimeEvt .subjectList .detail {
  position: relative;
  padding: 148px 0 47px;
  text-align: center;
  border: 4px solid #fff;
  background: #fff url(../img/event/160628/bg_subject.gif) no-repeat 0 0;
}
#hotTimeEvt .subjectList .mark {
  display: none;
  margin-bottom: 17px;
}
#hotTimeEvt .subjectList .btn {
  margin-top: 9px;
}
#hotTimeEvt .subjectList .btn a {
  display: inline-block;
  height: 33px;
  line-height: 31px;
  padding: 0 8px;
  margin-left: -3px;
  font-size: 13px;
  color: #222;
  letter-spacing: -0.055em;
  border: 1px solid #b3b3c3;
}
#hotTimeEvt .subjectList .btn a span {
  padding-right: 14px;
  background: url(../img/event/160628/btn_arr.png) no-repeat right 60%;
}
#hotTimeEvt .subjectList .endttl {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
}
#hotTimeEvt .subj01 .detail {
  background-position: 0 0;
}
#hotTimeEvt .subj02 .detail {
  background-position: -147px 0;
}
#hotTimeEvt .subj03 .detail {
  background-position: -289px 0;
}
#hotTimeEvt .subj04 .detail {
  background-position: -431px 0;
}
#hotTimeEvt .subj05 .detail {
  background-position: -573px 0;
}
#hotTimeEvt .subj06 .detail {
  background-position: -715px 0;
}
#hotTimeEvt .subj07 .detail {
  background-position: -858px 0;
}
#hotTimeEvt .subjectList li.onsale {
  width: 140px;
  margin-top: 1px;
  border: 1px solid #e82d9d;
}
#hotTimeEvt .onsale.subj01 .detail {
  background-position: 0 0;
}
#hotTimeEvt .onsale.subj02 .detail {
  background-position: -147px 0;
}
#hotTimeEvt .onsale.subj03 .detail {
  background-position: -289px 0;
}
#hotTimeEvt .onsale.subj04 .detail {
  background-position: -431px 0;
}
#hotTimeEvt .onsale.subj05 .detail {
  background-position: -573px 0;
}
#hotTimeEvt .onsale.subj06 .detail {
  background-position: -715px 0;
}
#hotTimeEvt .onsale.subj07 .detail {
  background-position: -858px 0;
}
#hotTimeEvt .onsale .ttlbox {
  margin-top: 0;
  padding: 12px 0 22px;
  border-color: #cc2689;
  font-size: 50px;
  font-weight: bold;
  color: #f7f7f7;
  background: #cc2689;
}
#hotTimeEvt .onsale .detail {
  padding: 151px 0 45px;
  border: 4px solid #cc2689;
  background: #fff url(../img/event/160628/bg_subject_on.gif) no-repeat 0 0;
}
#hotTimeEvt .onsale .mark {
  display: block;
}
#hotTimeEvt .onsale .btn {
  margin-top: 10px;
}
#hotTimeEvt .onsale .btn a {
  font-size: 16px;
  font-weight: bold;
  color: #cc2689;
  border-color: #cc2689;
}
#hotTimeEvt .onsale .btn a span {
  background: url(../img/event/160628/btn_arr_onsale.png) no-repeat right 60%;
}
#hotTimeEvt .subjectList li.preparing {
  width: 140px;
  margin-top: 1px;
  border: 1px solid #33e0d1;
}
#hotTimeEvt .preparing.subj01 .detail {
  background-position: 0 0;
}
#hotTimeEvt .preparing.subj02 .detail {
  background-position: -147px 0;
}
#hotTimeEvt .preparing.subj03 .detail {
  background-position: -289px 0;
}
#hotTimeEvt .preparing.subj04 .detail {
  background-position: -431px 0;
}
#hotTimeEvt .preparing.subj05 .detail {
  background-position: -573px 0;
}
#hotTimeEvt .preparing.subj06 .detail {
  background-position: -715px 0;
}
#hotTimeEvt .preparing.subj07 .detail {
  background-position: -858px 0;
}
#hotTimeEvt .preparing .ttlbox {
  margin-top: 0;
  padding: 12px 0 22px;
  border-color: #2ac2b5;
  font-size: 50px;
  font-weight: bold;
  color: #f7f7f7;
  background: #2ac2b5;
}
#hotTimeEvt .preparing .detail {
  padding: 151px 0 45px;
  border: 4px solid #2ac2b5;
  background: #fff url(../img/event/160628/bg_subject_on.gif) no-repeat 0 0;
}
#hotTimeEvt .preparing .mark {
  display: block;
}
#hotTimeEvt .preparing .btn {
  margin: 10px 0 0 3px;
  text-align: center;
}
#hotTimeEvt .preparing .btn a {
  font-size: 16px;
  font-weight: bold;
  color: #2ac2b5;
  border-color: #019d90;
}
#hotTimeEvt .preparing .btn a span {
  background: url(../img/event/160628/btn_arr_preparing.png) no-repeat right 60%;
}
#hotTimeEvt .noti {
  margin-top: 16px;
  font-size: 12px;
  color: #abaacc;
}
#hotTimeEvt .top_today {
  position: absolute;
  top: 326px;
  left: 46px;
  font-family: "Verdana";
  font-weight: bold;
  font-size: 16px;
  color: #fbba34;
}

/* 월간인문학 랜딩 */
#monthHuman {
  min-width: 1080px;
}
#monthHuman .blind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
  text-indent: -1000em;
}
#monthHuman .top {
  width: 100%;
  background: #e2e5e6 url(../img/event/160920/bg_top.jpg) no-repeat center top;
  height: 1015px;
  overflow: hidden;
}
#monthHuman .inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
#monthHuman .cont1 {
  background: url(../img/event/160920/bg_cont01.gif) left top;
}
#monthHuman .cont1 .inner {
  padding-bottom: 92px;
}
#monthHuman .cont2 {
  background: #fff url(../img/event/160920/bg_cont02.gif) left bottom;
}
#monthHuman .btm {
  height: 74px;
  background: #000;
  font-size: 10px;
  color: #585858;
  line-height: 74px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}

/* 올프리패스 2.0 */
#allFreepass02 {
  min-width: 1024px;
}
#allFreepass02 .blind {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  visibility: hidden;
  outline: none;
  z-index: -1;
}
#allFreepass02 .top {
  width: 100%;
  height: 1051px;
  background: #c0c0c0 url(http://img.ohmyschool.org/event/161101/bg_top_2.jpg) no-repeat center top;
}
#allFreepass02 .top .inner {
  height: 993px;
}
#allFreepass02 .top .gif {
  position: absolute;
  left: 125px;
  top: 132px;
}
#allFreepass02 .inner {
  position: relative;
  width: 1024px;
  min-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
#allFreepass02 .cont1 {
  height: 818px;
  background: #404552 url(http://img.ohmyschool.org/event/161101/bg_cont01.jpg) repeat-y center top;
}
#allFreepass02 .cont1 .tit {
  padding-top: 111px;
  text-align: center;
}
#allFreepass02 .cont1 .tab {
  overflow: hidden;
  margin-top: 43px;
  margin-bottom: -12px;
  position: relative;
  z-index: 11;
}
#allFreepass02 .cont1 .tab li {
  float: left;
  width: 50%;
  height: 102px;
}
#allFreepass02 .cont1 .tab li.tab01 a {
  display: block;
  height: 100%;
  background: url(http://img.ohmyschool.org/event/161101/bg_tab.png) no-repeat left bottom;
  text-indent: -1000em;
}
#allFreepass02 .cont1 .tab li.tab02 a {
  display: block;
  height: 100%;
  background: url(http://img.ohmyschool.org/event/161101/bg_tab.png) no-repeat right bottom;
  text-indent: -1000em;
}
#allFreepass02 .cont1 .tab li.tab01.on a {
  background-position: left top;
}
#allFreepass02 .cont1 .tab li.tab02.on a {
  background-position: right top;
}
#allFreepass02 .cont1 .tabview {
  position: relative;
  margin: 0 0 28px 0;
}
#allFreepass02 #slide {
  border: 1px solid #111;
}
#allFreepass02 #slide .slidesjs-container {
  height: 247px !important;
}
#allFreepass02 #slide .slidesjs-previous,
#allFreepass02 #slide .slidesjs-next {
  position: absolute;
  top: 190px;
  width: 22px;
  height: 42px;
  z-index: 10;
  font-size: 0;
}
#allFreepass02 #slide .slidesjs-previous {
  left: 20px;
  background: url(http://img.ohmyschool.org/event/161101/btn_prev.png) 0 0 no-repeat;
}
#allFreepass02 #slide .slidesjs-next {
  right: 20px;
  background: url(http://img.ohmyschool.org/event/161101/btn_next.png) 0 0 no-repeat;
}
#allFreepass02 #slide .slidesjs-pagination {
  display: none;
}
#allFreepass02 .cont2 {
  overflow: hidden;
  width: 100%;
  height: 790px;
  background: url(http://img.ohmyschool.org/event/161101/bg_cont02.jpg) no-repeat center top;
}
#allFreepass02 .cont2 .tit {
  padding-top: 122px;
  text-align: center;
}
#allFreepass02 .cont2 .txt {
  position: absolute;
  top: 308px;
  left: 0;
  z-index: 10;
}
#allFreepass02 .cont3 {
  overflow: hidden;
  width: 100%;
  height: 1004px;
  background: url(http://img.ohmyschool.org/event/161101/bg_cont03.jpg) repeat center top;
}
#allFreepass02 .cont3 img {
  padding-top: 98px;
}
#allFreepass02 .cont4 {
  position: relative;
  width: 100%;
  height: 1564px;
  background: url(http://img.ohmyschool.org/event/161101/bg_cont04.jpg) repeat center top;
}
#allFreepass02 .cont4 img {
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
#allFreepass02 .cont4 .img2 {
  padding: 0;
  margin-top: 69px;
}
#allFreepass02 .cont4 .gif {
  position: absolute;
  right: 69px;
  top: 466px;
}
#allFreepass02 .cont4 .bg02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 346px;
  background: url(http://img.ohmyschool.org/event/161101/bg_cont05.jpg) repeat center bottom;
}
#allFreepass02 .cont5 {
  position: relative;
  width: 100%;
  background: url(http://img.ohmyschool.org/event/161101/bg_cont05.jpg) repeat center top;
}
#allFreepass02 .cont5 .tit {
  padding-top: 98px;
}
#allFreepass02 .cont5 dl {
  border-top: 1px solid #111;
  text-align: left;
  margin-top: 40px;
  padding-bottom: 100px;
  font-weight: bold;
}
#allFreepass02 .cont5 dt {
  position: relative;
  border: 1px solid #111;
  border-top: 0;
}
#allFreepass02 .cont5 dd {
  display: none;
  border: 1px solid #111;
  border-top: 0;
  background: #302c29 url(http://img.ohmyschool.org/event/161101/bg_faq.gif) repeat 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
#allFreepass02 .cont5 dd p {
  padding: 25px 50px 40px 90px;
  background: url(http://img.ohmyschool.org/event/161101/ico_a.png) no-repeat 40px 24px;
}
#allFreepass02 .cont5 dt a {
  display: block;
  padding: 25px 0 24px 90px;
  background: #302c29 url(http://img.ohmyschool.org/event/161101/ico_q1.png) no-repeat 40px 24px;
  font-size: 20px;
  color: #888;
  line-height: 32px;
}
#allFreepass02 .cont5 dt.on a {
  background: #ffc100 url(http://img.ohmyschool.org/event/161101/ico_q2.png) no-repeat 40px 24px;
  color: #111;
}
#allFreepass02 .cont5 dt.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 35px;
  height: 18px;
  margin-left: -18px;
  background: url(http://img.ohmyschool.org/event/161101/ico_q_arr.png) no-repeat 0 0;
}
#allFreepass02 .cont5 dt.on + dd {
  display: block;
}
#allFreepass02 .cont5 dt strong {
  color: #888;
}
#allFreepass02 .cont5 dt.on strong,
#allFreepass02 .cont5 dd strong {
  color: #04478f;
}
#allFreepass02 .cont5 dl img {
  vertical-align: middle;
  margin-top: 10px;
}
#allFreepass02 [class^="btn0"] {
  display: block;
  position: absolute;
  z-index: 100;
}
#allFreepass02 .btn01 {
  left: 46px;
  bottom: 78px;
  width: 315px;
  height: 75px;
}
#allFreepass02 .btn02 {
  left: 374px;
  bottom: 78px;
  width: 315px;
  height: 75px;
}
#allFreepass02 .bottom {
  height: 74px;
  font-size: 10px;
  color: #797979;
  line-height: 74px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  background: url(http://img.ohmyschool.org/event/160504/bg_bottom.gif) repeat;
}

/* 올프리패스 3.0 */
#allFreepass03 {
  min-width: 1020px;
}
#allFreepass03 .blind {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  visibility: hidden;
  outline: none;
  z-index: -1;
}
#allFreepass03 .top {
  width: 100%;
  height: 920px;
  background: #1c131d url(http://img.ohmyschool.org/event/161205/bg_top.jpg) no-repeat center top;
}
#allFreepass03 .top .inner {
  height: 920px;
}
#allFreepass03 .inner {
  position: relative;
  width: 1020px;
  min-width: 1020px;
  margin: 0 auto;
  text-align: center;
}
#allFreepass03 .cont1 {
  background: url(http://img.ohmyschool.org/event/161205/bg_cont01.gif) repeat center top;
}
#allFreepass03 .cont2 {
  background: url(http://img.ohmyschool.org/event/161205/bg_cont02.gif) repeat center top;
}
#allFreepass03 .cont2 .play {
  position: absolute;
  top: 357px;
  left: 83px;
  width: 854px;
  height: 480px;
  margin: 0 auto;
}
#allFreepass03 .cont3 {
  background: url(http://img.ohmyschool.org/event/161205/bg_cont03_01.gif) repeat center top;
}
#allFreepass03 .cont3 .bg {
  background: url(http://img.ohmyschool.org/event/161205/bg_cont03_02.gif) no-repeat center top;
}
#allFreepass03 .cont4 {
  background: url(http://img.ohmyschool.org/event/161205/bg_cont04.gif) repeat center top;
}
#allFreepass03 .cont5 {
  background: url(http://img.ohmyschool.org/event/161205/bg_cont05.gif) repeat center top;
}
#allFreepass03 .cont5 .tab_wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#allFreepass03 .cont5 .tab {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#allFreepass03 .cont5 .tab li {
  float: left;
  width: 109px;
}
#allFreepass03 .cont5 .tab li:first-child {
  width: 108px;
}
#allFreepass03 .cont5 .tab li a {
  display: block;
  width: 100%;
  height: 82px;
  text-indent: -9999em;
  font-size: 0;
  background: url(about:blank);
}
#allFreepass03 .bottom {
  height: 74px;
  font-size: 14px;
  color: #333;
  line-height: 74px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  background: #e0e0e0;
}

/* B2B제휴안내_랜딩 */
#b2bPartnershipInformation {
  width: 100%;
  min-width: 1025px;
}
#b2bPartnershipInformation .blind {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  visibility: hidden;
  outline: none;
  z-index: -1;
}
#b2bPartnershipInformation .top {
  width: 100%;
  height: 762px;
  background: #061938 url(http://img.ohmyschool.org/event/161230/top.jpg) no-repeat center top;
}
#b2bPartnershipInformation .cont1 {
  width: 100%;
  height: 1569px;
  background: #e5e3dc;
}
#b2bPartnershipInformation .cont1 .cont1_1 {
  width: 964px;
  margin: 0 auto;
  padding: 89px 0 84px;
}
#b2bPartnershipInformation .cont1 .cont1_2 {
  width: 964px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#b2bPartnershipInformation .cont2 {
  width: 100%;
  height: 702px;
  background: url(http://img.ohmyschool.org/event/161230/cont2_bg.gif) repeat;
}
#b2bPartnershipInformation .cont2 .inner {
  width: 1024px;
  margin: 0 auto;
  padding: 101px 0;
}
#b2bPartnershipInformation .cont3 {
  width: 100%;
  height: 1117px;
  background: #e5e3dc;
}
#b2bPartnershipInformation .cont3 .cont3_1 {
  width: 964px;
  margin: 0 auto;
  padding: 99px 0 80px;
}
#b2bPartnershipInformation .cont3 .cont3_2 {
  width: 964px;
  margin: 0 auto;
  padding-bottom: 102px;
}
#b2bPartnershipInformation .cont3 .cont3_2 img {
  width: 1035px;
}
#b2bPartnershipInformation .cont4 {
  width: 100%;
  height: 381px;
  padding: 100px 0;
  background: url(http://img.ohmyschool.org/event/161230/cont4_bg.gif) repeat;
  text-align: center;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 {
  position: relative;
  z-index: 0;
  width: 1022px;
  height: 202px;
  padding-top: 76px;
  margin: 40px auto 0 auto;
  border: 1px solid #111;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slide_cont4 {
  width: 100%;
  height: 100%;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-container {
  position: relative;
  z-index: 0;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination {
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  width: 1024px;
  height: 77px;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination li {
  float: left;
  width: 256px;
  height: 77px;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(http://img.ohmyschool.org/event/161230/cont4_tab_off.png);
  background-repeat: no-repeat;
  text-indent: -999999px;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination li.page0 a {
  background-position: 0 0;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination li.page1 a {
  background-position: -256px 0;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination li.page2 a {
  background-position: -512px 0;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination li.page3 a {
  background-position: -768px 0;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 .slidesjs-pagination li a.active {
  background-image: url(http://img.ohmyschool.org/event/161230/cont4_tab_on.png);
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 a.slidesjs-navigation {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: block;
  width: 55px;
  height: 202px;
  background-repeat: no-repeat;
  text-indent: -999999px;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 a.slidesjs-previous {
  left: 0;
  background-image: url(http://img.ohmyschool.org/event/161230/cont4_slide_prev.png);
  background-position: 19px 75px;
}
#b2bPartnershipInformation .cont4 .slideWrap_cont4 a.slidesjs-next {
  right: 0;
  background-image: url(http://img.ohmyschool.org/event/161230/cont4_slide_next.png);
  background-position: 14px 75px;
}
#b2bPartnershipInformation .cont5 {
  width: 100%;
  height: 1025px;
  padding: 100px 0;
  background: url(http://img.ohmyschool.org/event/161230/cont5_bg.gif) repeat;
  text-align: center;
}
#b2bPartnershipInformation .cont5 .cont5_1 {
  margin-bottom: 40px;
}
#b2bPartnershipInformation .cont5 .slideWrap_cont5 {
  position: relative;
  z-index: 0;
  width: 1022px;
  height: 317px;
  margin: 0 auto;
  border: 1px solid #111;
  border-top: 0;
}
#b2bPartnershipInformation .cont5 .slideWrap_cont5 .slide_cont5 {
  width: 100%;
  height: 100%;
}
#b2bPartnershipInformation .cont5 .slideWrap_cont5 .slidesjs-container {
  position: relative;
  z-index: 0;
}
#b2bPartnershipInformation .cont5 .slideWrap_cont5 a.slidesjs-navigation {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: block;
  width: 55px;
  height: 317px;
  background-repeat: no-repeat;
  text-indent: -999999px;
}
#b2bPartnershipInformation .cont5 .slideWrap_cont5 a.slidesjs-previous {
  left: 0;
  background-image: url(http://img.ohmyschool.org/event/161230/cont5_slide_prev.png);
  background-position: 19px 138px;
}
#b2bPartnershipInformation .cont5 .slideWrap_cont5 a.slidesjs-next {
  right: 0;
  background-image: url(http://img.ohmyschool.org/event/161230/cont5_slide_next.png);
  background-position: 14px 138px;
}
#b2bPartnershipInformation .cont6 {
  width: 100%;
  height: 120px;
  padding: 51px 0 101px;
  background: #fff;
}
#b2bPartnershipInformation .cont6 .link {
  width: 1024px;
  margin: 0 auto;
}
#b2bPartnershipInformation .cont6 .link:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
#b2bPartnershipInformation .cont6 .link li {
  float: left;
  width: 341px;
  height: 120px;
}
#b2bPartnershipInformation .cont6 .link li:first-child {
  width: 342px;
}
#b2bPartnershipInformation .cont6 .link li a {
  display: block;
  width: 100%;
  height: 100%;
}
#b2bPartnershipInformation .cont6 .link li a.btn_company {
  background: url(http://img.ohmyschool.org/event/161230/cont6_1.gif) no-repeat;
}
#b2bPartnershipInformation .cont6 .link li a.btn_admin {
  background: url(http://img.ohmyschool.org/event/161230/cont6_2.gif) no-repeat;
}
#b2bPartnershipInformation .cont6 .link li a.btn_partnership {
  background: url(http://img.ohmyschool.org/event/161230/cont6_3.gif) no-repeat;
}
#b2bPartnershipInformation .bottom {
  height: 70px;
  font-size: 14px;
  color: #666;
  line-height: 70px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  background: #e0e0e0;
}
#b2bPartnershipInformation .navi {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 60px;
  width: 120px;
}
#b2bPartnershipInformation .navi li {
  width: 100%;
}
#b2bPartnershipInformation .navi li a {
  display: block;
  width: 100%;
  background-image: url(http://img.ohmyschool.org/event/161230/nav_off.png);
  background-repeat: no-repeat;
}
#b2bPartnershipInformation .navi li.navi1 a {
  height: 94px;
  background-position: 0 0;
}
#b2bPartnershipInformation .navi li.navi2 a {
  height: 93px;
  background-position: 0 -94px;
}
#b2bPartnershipInformation .navi li.navi3 a {
  height: 93px;
  background-position: 0 -187px;
}
#b2bPartnershipInformation .navi li.navi4 a {
  height: 110px;
  background-position: 0 -280px;
}
#b2bPartnershipInformation .navi li.on a {
  background-image: url(http://img.ohmyschool.org/event/161230/nav_on.png);
}

/*하단배너*/
.bottomBanner {
  height: 120px;
}
.bottomBanner .inner {
  position: fixed;
  bottom: 0;
  left: 0;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  height: 120px;
  text-align: center;
}
.bottomBanner .inner .txt {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.bottomBanner .inner .txt .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 63px;
  z-index: 100;
  text-indent: -9999em;
  font-size: 0;
  background: url(../img/main/bg_bottom_banner_close.gif) no-repeat left top;
}

/* 어쩌다어른인증 */
#justhappen .inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
#justhappen .top {
  height: 839px;
  padding-top: 70px;
  background: #f8eadf url(http://img.ohmyschool.org/event/170227/bg_top.jpg) no-repeat center 0;
}
#justhappen .cont1 {
  padding: 78px 0;
  background: url(http://img.ohmyschool.org/event/170227/bg_cont1.gif) repeat 0 0;
}
#justhappen .cont2 {
  padding: 70px 0;
  background: #e3deda;
}
#justhappen .cont3 {
  padding: 34px 0;
  background: #cac6c2;
}
#justhappen .cont3 {
  padding: 20px 0;
  background: #cac6c2;
}
#justhappen .foot_copy {
  padding: 20px 0;
  font-family: "verdana";
  font-size: 14px;
  color: #818181;
  text-align: center;
  background: #262524;
}

/* 컨텐츠 내 검색 영역 */
.search_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
}

.search_cnt .select_comm {
  width: 160px;
  height: 50px;
  padding: 0 38px 0 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
  background: url(/img/common/cnt_select_arr.png) no-repeat 90% center;
  border-radius: 100px;
  font-weight: 700;
}

.search_cnt .inp_search {
  width: 550px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #ccc;
  position: relative;
}

.search_cnt .inp_search input[type="text"] {
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  border: transparent;
  background-color: transparent;
}

.search_cnt .inp_search button[type="button"] {
  background: #000 url("/img/common/ico_search.png") no-repeat center center;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
