
<style>

@font-face {
	font-family: 'notokr-regular';
	src: url('../fonts/NotoKR-Regular/notokr-regular.eot');
	src: url('../fonts/NotoKR-Regular/notokr-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-Regular/notokr-regular.woff2') format('woff2'),
	url('../fonts/NotoKR-Regular/notokr-regular.woff') format('woff'),
	url('../fonts/NotoKR-Regular/notokr-regular.ttf') format('truetype'),
	url('../fonts/NotoKR-Regular/notokr-regular.svg#notokr-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-black';
	src: url('../fonts/NotoKR-Black/notokr-black.eot');
	src: url('../fonts/NotoKR-Black/notokr-black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-Black/notokr-black.woff2') format('woff2'),
	url('../fonts/NotoKR-Black/notokr-black.woff') format('woff'),
	url('../fonts/NotoKR-Black/notokr-black.ttf') format('truetype'),
	url('../fonts/NotoKR-Black/notokr-black.svg#notokr-black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-bold';
	src: url('../fonts/NotoKR-Bold/notokr-bold.eot');
	src: url('../fonts/NotoKR-Bold/notokr-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-Bold/notokr-bold.woff2') format('woff2'),
	url('../fonts/NotoKR-Bold/notokr-bold.woff') format('woff'),
	url('../fonts/NotoKR-Bold/notokr-bold.ttf') format('truetype'),
	url('../fonts/NotoKR-Bold/notokr-bold.svg#notokr-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-medium';
	src: url('../fonts/NotoKR-Medium/notokr-medium.eot');
	src: url('../fonts/NotoKR-Medium/notokr-medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-Medium/notokr-medium.woff2') format('woff2'),
	url('../fonts/NotoKR-Medium/notokr-medium.woff') format('woff'),
	url('../fonts/NotoKR-Medium/notokr-medium.ttf') format('truetype'),
	url('../fonts/NotoKR-Medium/notokr-medium.svg#notokr-medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-regular';
	src: url('../fonts/NotoKR-Regular/notokr-regular.eot');
	src: url('../fonts/NotoKR-Regular/notokr-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-Regular/notokr-regular.woff2') format('woff2'),
	url('../fonts/NotoKR-Regular/notokr-regular.woff') format('woff'),
	url('../fonts/NotoKR-Regular/notokr-regular.ttf') format('truetype'),
	url('../fonts/NotoKR-Regular/notokr-regular.svg#notokr-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-demilight';
	src: url('../fonts/NotoKR-DemiLight/notokr-demilight.eot');
	src: url('../fonts/NotoKR-DemiLight/notokr-demilight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-DemiLight/notokr-demilight.woff2') format('woff2'),
	url('../fonts/NotoKR-DemiLight/notokr-demilight.woff') format('woff'),
	url('../fonts/NotoKR-DemiLight/notokr-demilight.ttf') format('truetype'),
	url('../fonts/NotoKR-DemiLight/notokr-demilight.svg#notokr-demilight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-light';
	src: url('../fonts/NotoKR-Light/notokr-light.eot');
	src: url('../fonts/NotoKR-Light/notokr-light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-Light/notokr-light.woff2') format('woff2'),
	url('../fonts/NotoKR-Light/notokr-light.woff') format('woff'),
	url('../fonts/NotoKR-Light/notokr-light.ttf') format('truetype'),
	url('../fonts/NotoKR-Light/notokr-light.svg#notokr-light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-thin';
	src: url('../fonts/NotoKR-Thin/notokr-thin.eot');
	src: url('../fonts/NotoKR-Thin/notokr-thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoKR-Thin/notokr-thin.woff2') format('woff2'),
	url('../fonts/NotoKR-Thin/notokr-thin.woff') format('woff'),
	url('../fonts/NotoKR-Thin/notokr-thin.ttf') format('truetype'),
	url('../fonts/NotoKR-Thin/notokr-thin.svg#notokr-thin') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
	url('../fonts/MaterialIcons-Regular.woff') format('woff'),
	url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body{min-width:1280px;}
#wrap{width: 100%;min-width: 1080px;min-height: 600px;overflow: hidden;}

.inner{position:relative;width:1200px;margin:0px auto;}

/* 상단 */
#header { position:relative; width:100%;overflow:hidden;z-index:1001;background:#fff;}
#header .top { position:relative;height:99px; border-bottom:1px solid #e2e2e2;}
#header .top .bn{position:absolute;width:280px;height:100px;overflow:hidden;}
#header .top .bn img{width:100%;height:auto;}
#header .top .bn .bx-wrapper .bx-controls {width:280px;position:absolute;top:5px;right:0;z-index:100;}
#header .top .bn .bx-wrapper .bx-controls .bx-pager { position:absolute; top:5px;right:0;}
#header .top .bn .bx-wrapper .bx-controls .bx-pager-item {float:left;margin-left:4px;}
#header .top .bn .bx-wrapper .bx-controls .bx-pager-item:first-child{float:left;margin-left:0;}
#header .top .bn .bx-wrapper .bx-controls .bx-pager-item a {float:left; display:inline-block;width:8px;height:8px;border-radius:20px;background:#999999;text-indent: -9999px;}
#header .top .bn .bx-wrapper .bx-controls .bx-pager-item .active {float:left; display:inline-block;width:8px;height:8px;background:#0d4cfb;}
#header .top .bn .bx-wrapper .bx-controls .bx-controls-direction{display:none;z-index:-10;}

#header .top .bn2{position:absolute;top:0;right:0;width:270px;height:99px;overflow:hidden;}
#header .top .bn2 img{width:100%;height:auto;}
#header .top .kakao {position:absolute;}
#header .top .author {position: absolute;left:161px;}
#header .top .spot {position:absolute;top:7px;right:0;}
#header .top .logo {position: relative;width: 1200px;padding-top: 34px;text-align: center;}
#header .top .spot a { position:relative; float:left; display:inline-block;padding:0 12px 0 30px;color:#989898; font-size:13px; font-family:'notokr-DemiLight';}
#header .top .spot a:after {position:absolute;top:10%; right:-13%; content:""; display:block;  width:1px; height:12px; background:#989898;}
#header .top .spot a:last-child:after {position:absolute;top:10%; right:-13%; content:""; display:none;}
#header .top .spot .none_after:after {position:absolute;top:0%; right:-13%; content:""; display:block;  width:1px; height:12px; background:none !important;}

#header .top02 {height:59px;border-bottom:1px solid #e2e2e2;position:relative;}
#header .top02 .inner{height:60px;}
#header .top02 .menu {line-height:60px;height:60px;width:648px;display:inline-block;}
#header .top02 .menu a {float:left; display:inline-block; margin-right:49px; font-size:17px;font-family:'notokr-medium';}
#header .top02 .menu a:last-child{margin-right:20px;}
#header .top02 .menu a:hover{color:#0084ff;}
#header .top02 .menu a.on{color:#0084ff;}
#header .top02 .menu a.on2{color:#0084ff;}
#header .top02 .book_btn{width:141px;height:60px;position:absolute;top:0;right:395px;}
#header .top02 .book_btn a{color:#FFF;text-align:center; line-height:60px;display:block;height:60px;font-size:30px;font-family:'notokr-medium';}
#header .top02 .sns {position:absolute;top:14px;right:0;}
#header .top02 .sns a{float:left;display:inline-block;margin-left:8px;font-family:'notokr-medium';font-size: 13px;letter-spacing: -0.5px;}
#header .top02 .sns a img{width:32px}
#header .top02 .search{position:absolute;top:35px;right:0;}
#header .top02 .search input{width:273px;height:40px; border:none;border-bottom:1px solid #000;color:#000;font-size:17px;}
#header .top02 .search ul li{float:left;display:inline-block}
#header .top02 .search ul li img{margin-top:10px;}

/* 메인 비주얼 */
.main_visual { position:relative; z-index:1;margin-top:30px;}
.main_visual_inner {position:relative;width:638px;height:470px;}

.vs_bn { position:absolute;left:50%; margin-left:610px; z-index:2;}

.issu_pager {position:absolute; top:537px; width:100%; height:90px; background:#ffffff; z-index:3;}
.issu_pager li {position:relative;width:25%;  float:left; display:inline-block; line-height:90px; text-align:center;}
.issu_pager li:after {position:absolute;top:30%;left:-1%; content:""; display:block;  width:1px; height:42px; background:#d6d6d6;}
.issu_pager li:nth-child(1):after { display:none !important}
.issu_pager a { font-size:18px; font-family:'notokr-medium'; display:block;}
.issu_pager a.active { color:#0084ff;}
.issu_pager a:hover { color:#0084ff;}

.topbn {position:relative;width:2000px;left:50%;margin-left:-1000px;z-index:1001;}

/* 서브 배너 */
.sbn {margin-top:40px;overflow:hidden;width: 100%;}
.sbn .sbn_inner {width:1198px;height:100px;margin:0 auto;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;}
.sbn .sbn_inner ul li { float:left;width:550px;overflow:hidden;}
.sbn .sbn_inner ul li  a {display:block;}


/* 상단 서브 메뉴 */
.tsmenu { position:absolute; width:100%; padding:0px 0 25px 0;background:#f2f6f9; border-top:1px solid #bbc2c8; border-bottom:1px solid #bbc2c8; overflow:hidden; z-index:1100;}
.tsmenu .tsmu { margin-top:25px; padding-bottom:0px; overflow:hidden;}
.tsmenu .tsmu:last-child { border:none}
.tsmenu .tsmu .mtit {width:13% !important; font-size:18px; line-height:32px;font-family:'notokr-medium';}
.tsmenu .tsmu div { float:left; display:inline-block; width:87%;}
.tsmenu .tsmu div ul li { font-size:15px;width:191px;float:left; line-height:26px; letter-spacing:-1px;font-family:'notokr-DemiLight';}
.tsmenu .tsmu div ul li a{font-family:'notokr-regular';}
.tsmenu .tsmu div ul li a span{position:relative;top:6.3px;}

/* 서브 메뉴 */
.smenu { width:100%; padding:40px 0 45px 0; margin-top:42px; background:#ffd500; overflow:hidden; background:url(//edu-market.co.kr/image/main/lecture_bg.jpg);background-size:cover;}
.smenu .smu { margin-top:25px; padding-bottom:20px; border-bottom:1px solid #fff7cc; overflow:hidden;border-bottom:1px solid #999;}
.smenu .smu:last-child { border:none}
.smenu .smu .mtit {width:13% !important; font-size:20px; line-height:32px;font-family:'notokr-medium';}
.smenu .inner .smu .mtit {color:#ffe35b;}
.smenu .smu div { float:left; display:inline-block; width:87%;}
.smenu .smu div ul li { font-size:17px; width:191px;float:left; line-height:32px; letter-spacing:-1px;font-family:'notokr-DemiLight';}
.smenu .smu div ul li a{font-family:'notokr-regular';color:#fff;}
.smenu .smu div ul li a span{position:relative;top:8px;}

/* 에듀마켓 추천강좌 */
h3 { font-size:42px;font-family:'notokr-medium'; line-height:50px;text-align:center; color:#000}
.lecture {position:relative;  margin-top:39px; overflow:hidden;}
.lecture .new_ban01 { position: absolute; top:77px; left:50%; margin-left:615px;}
.lecture .tab { margin-top:27px;}
.lecture .tab li {cursor:pointer; float:left; display:inline-block; width:33%; height:55px; border:1px solid #000; border-left:none; border-bottom:1px solid #000;text-align:center; line-height:55px; font-size:18px; color:#000;font-family:'notokr-medium'; background:#fff;}
.lecture .tab li:first-child {border-left:1px solid #000;}
.lecture .tab .on {border:1px solid #000 !important; border-bottom:1px solid #000 !important; color:#fff; background:#000}

.lecture dl {float:left; display:inline-block;padding-bottom:20px; margin-top:43px; width:24.7%;border:1px solid #d6d6d6; border-right:none;}
.lecture dl:last-child {border-right:1px solid #d6d6d6 !important;}
.lecture dl img {border-bottom:1px solid #d6d6d6;}
.lecture dl .ltit { position:relative; font-size:17px;font-family:'notokr-medium'; color:#000}
.lecture dl .ltit:after {position:absolute;top:27%; right:0; content:""; display:block;width:23px; height:23px;background:url('//edu-market.co.kr/image/main/mark.jpg') no-repeat 0 0;}
.lecture dl dd.d1{height:30px; padding:15px 20px 0px 20px; font-size:15px; color:#000; line-height:18px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;max-width:207px;letter-spacing:-1px}
.lecture dl dd.d2{height:44px; padding:6px 20px 0px 20px; font-size:15px; color:#000; line-height:18px;overflow: hidden;max-height:34px;white-space: normal;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.lecture .select_teacher dl dd.d1{height:26px; padding:5px 20px 20px 20px; font-size:15px; color:#000; line-height:22px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;max-width:229px;letter-spacing:-1px}
.lecture .select_teacher dl dd.d2{height:20px; padding:10px 20px; font-size:15px; color:#000; line-height:20px;max-height:34px;white-space: normal;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow:visible}

/* 중간 배너 */
.mbn { margin-top:40px; }
.mbn .mbn_inner {position:relative;width:2000px; height:157px; left:50%;margin-left:-1000px;overflow:hidden}
.mbn .mbn_inner .mbn_page { position:absolute; top:19px; left:50%; margin-left:430px;}
.mbn .mbn_inner .mbn_page a { float:left; display:inline-block;  width:10px; height:10px; border:2px solid #999a9e; border-radius:20px; margin-left:12px;}
.mbn .mbn_inner .mbn_page .active {float:left; display:inline-block; width:14px; height:14px; background:#ffffff; border:none}

.mbn .mbn_inner .bx-pager{width:112px;position:absolute;top:19px;left:50%;margin-left:430px;}
.mbn .mbn_inner .bx-pager a{float:left;display:inline-block;width:10px;height:10px;border:2px solid #999a9e;border-radius:20px; margin-left:5px;color:transparent;}
.mbn .mbn_inner .bx-pager .active{float:left; display:inline-block; width:14px; height:14px; background:#ffffff; border:none}

/*우측퀵배너*/
.aside{position:absolute;left:50%;margin-left:610px;z-index:2;margin-top:50px;}
.aside .quick {margin-bottom:17px;}
.aside .quick:last-child {margin-bottom:0;}
.aside.fix {position: fixed;top:50px;}


/*샘플강의*/
.movie_tit{width:100%;margin-top:55px;}
.movie_tit:after {display:block;content:'';clear:both;}
.movie_tit h1{font-size:26px;font-family: 'notokr-medium';font-weight:bold;letter-spacing: -1px;color:#000;}
.movie_tit .movie_arr{float:right;}
.movie_tit .movie_arr div{width:29px; border: 1px solid #d8d8d8;text-align: center;line-height: 29px;display:inline-block;font-size:20px;}
.movie_tit .movie_arr div a {display:block;}

.movie_area {width:100%;height:400px;margin-bottom:15px;}
.movie_area:after {content:'';display:block;clear:both;}
.movie_area .movie{width:208px;overflow: hidden;float:left;margin-right:13px;position:relative;border:1px solid #e2e2e2;border-radius:5px;}
.movie_area .movie:last-child{margin-right:0;}
.movie_area .movie img {width:208px; height:248px;margin-bottom: 20px;}
.movie_area .movie span {display:block;font-weight:bold;padding-bottom:5px;}
.movie_area .movie div{font-family: 'notokr-medium';letter-spacing: -1px;}
.movie_area .movie .package_tit {font-size: 22px;line-height: 22px;font-weight: bold;width:208px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 21px;}
.movie_area .movie div:last-child{font-size:15px;margin-top:10px;line-height:18px;color:#666;}

.movie_area .movie .mark {width:42px;height:42px;color:#fff;text-align: center;line-height: 42px;position: absolute; top:10px; left:10px;font-family: Gulim;}
.movie_area .movie #best {background:#ff9603;}
.movie_area .movie #update{background: #dc5562;font-size:10px;}
.movie_area .movie #new{background:#037cff;font-size:11px;}


.movie_area.mw1 .bx-wrapper{position:relative;height:262px;float:left;}
.movie_area.mw1 .bx-wrapper .bx-controls{width:100px;position:absolute;top:-35px;right:0;}
.movie_area.mw1 .bx-wrapper .bx-controls .bx-pager{display:none;}
.movie_area.mw1 .bx-wrapper .bx-controls .bx-controls-direction {width:100px;position: absolute;}

.movie_area.mw1 .bx-wrapper .bx-controls-direction .bx-prev{background:url(//edu-market.co.kr/image/main/btn_left.png)no-repeat center;background-size:10px;width:29px;height:29px;text-indent:-9999px;position:absolute;right:30px;}
.movie_area.mw1 .bx-wrapper .bx-controls-direction .bx-next{background:url(//edu-market.co.kr/image/main/btn_right.png)no-repeat center;background-size:10px;width:29px;height:29px;text-indent:-9999px;position:absolute;right:0;}


.movie_area.mw2 .bx-wrapper{position:relative;height:262px;float:left;}
.movie_area.mw2 .bx-wrapper .bx-controls {width:100px;position:absolute;top:-35px;right:0;}
.movie_area.mw2 .bx-wrapper .bx-controls .bx-pager{display:none;}
.movie_area.mw2 .bx-wrapper .bx-controls .bx-controls-direction {width:100px;position: absolute;}

.movie_area.mw2 .bx-wrapper .bx-controls-direction .bx-prev{background:url(//edu-market.co.kr/image/main/btn_left.png)no-repeat center;background-size:10px;width:29px;height:29px;text-indent:-9999px;position:absolute;right:30px;}
.movie_area.mw2 .bx-wrapper .bx-controls-direction .bx-next{background:url(//edu-market.co.kr/image/main/btn_right.png)no-repeat center;background-size:10px;width:29px;height:29px;text-indent:-9999px;position:absolute;right:0;}


/*슬라이드 샘플강의*/
.sample_movie {width:100%;background: #e3f0ff;margin-top:45px;padding: 80px 0;}
.package_area {width:1200px;height:587px; margin:0 auto;}
.package_area .title{text-align:center;margin-bottom:40px;}
.package_area .package_movie{width:350px;height:450px;margin:0 auto;overflow:hidden;border-radius:15px;box-shadow:8px 4px 7px 0px #b7b7b7;}
.package_area .package_movie img{width:100%;height:450px;}

.package_area .bx-viewport{padding:10px 10px 10px 0;}
.package_area .bx-wrapper .bx-controls {width:1200px;position:absolute;left:50%;margin-top:-170px;margin-left:-600px;background:gold;}
.package_area .bx-wrapper .bx-controls .bx-pager { position:absolute; top:190px; left:590px;}
.package_area .bx-wrapper .bx-controls .bx-pager-item {float:left;margin-left:7px;}
.package_area .bx-wrapper .bx-controls .bx-pager-item:first-child{float:left;margin-left:0;}
.package_area .bx-wrapper .bx-controls .bx-pager-item a { float:left; display:inline-block;  width:12px; height:12px; border-radius:20px; background:#fff;text-indent: -9999px;}
.package_area .bx-wrapper .bx-controls .bx-pager-item .active {float:left; display:inline-block; width:12px; height:12px; background:#4a42db; }
.package_area .bx-wrapper .bx-controls .bx-controls-direction {width:1200px;position: absolute;}
.package_area .bx-wrapper .bx-controls .bx-controls-direction {width:1200px;position: absolute;}
.package_area .bx-wrapper .bx-controls-direction .bx-prev {background: url(//edu-market.co.kr/image/main/btn_left.png)no-repeat center; width: 14px; height: 23px;text-indent: -999px;position:absolute;left:10px;top:-75px;content:'';}
.package_area .bx-wrapper .bx-controls-direction .bx-prev:after{content:'';}
.package_area .bx-wrapper .bx-controls-direction .bx-next {background: url(//edu-market.co.kr/image/main/btn_right.png)no-repeat center;width: 14px;height: 23px;text-indent: -999px;position:absolute;right:30px;top:-75px;content:'';}
.package_area .bx-wrapper .bx-controls-direction .bx-next:after{content:'';}

/* 동영상 팝업 */
.layer_popup { position: fixed; top:0; left:0; right:0; bottom:0; background-color:rgba(255, 255, 255, 0.90); z-index:500;display:none;}
.layer_popup.on {display:block;}
.layer_popup .btn_close { position:absolute; top:-9px; right:39px; cursor:pointer;z-index:999;}
.layer_popup .inner { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
.layer_popup .inner .layer_movie{width:1024px;height:577px;margin-top:22px; overflow:hidden;}

/*풀패키지*/
.full {width:100%;background:#0000ff;overflow:hidden;padding:55px 0;}
.full .full_tit{width:510px;height:87px;margin:0 auto;}
.full .inner .full_wrap div{width:100%;height:350px;overflow:hidden;background:#fff;margin-top:20px;padding:0;box-sizing: border-box;position: relative;}
.full .inner .full_wrap div > a{display:block;}
.full .inner .full_wrap div span {font-size:15px;font-family:'notokr-medium';line-height:23px;display:block;text-align:center;}
.full .inner .full_wrap div .explain{margin-top:35px;}
.full .inner .full_wrap div .package_name{font-size:29px;font-weight:bold;font-family: 'notokr-medium';line-height:30px;margin-top:33px;letter-spacing: -1px;text-align:center;}
.full .inner .full_wrap div .full_bt{width:204px;background:#037cff;position: absolute;bottom:20px;left:0;color:#fff;font-size:15px;padding:12px 0;display:block;}
.full .inner .full_wrap div .full_bt a {color:#fff;font-size:15px;padding:12px 0;display:block;}

.full .inner .bx-wrapper {position:relative;}
.full .inner .bx-wrapper .bx-controls{position: absolute;width: 1200px;top: 50%;left:50%; margin-left: -600px;margin-top: -60px;}
.full .inner .bx-wrapper .bx-controls .bx-pager {display:none;}
.full .inner .bx-wrapper .bx-controls .bx-controls-direction {position: absolute;width:1200px;}

.full .inner .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {background:url(//edu-market.co.kr/image/btn_l2.png)no-repeat center;width:34px;height:66px;text-indent:-999px;float:left;}
.full .inner .bx-wrapper .bx-controls .bx-controls-direction .bx-next {background:url(//edu-market.co.kr/image/btn_r2.png)no-repeat center;width:34px;height:66px;text-indent:-999px;float:right;}

/*버튼색상*/
.full .inner .full_wrap .full02 .full_bt{background:#6803ff;}
.full .inner .full_wrap .full03 .full_bt{background:#fe0322;}
.full .inner .full_wrap .full04 .full_bt{background:#02c038;}
.full .inner .full_wrap .full05 .full_bt{background:#2104ff;}

/*교재슬라이드*/
.book_area {margin-top:65px;}
.book_area .inner .book_tit{margin-bottom:22px;font-size:24px;font-family: 'notokr-medium';font-weight:bold;letter-spacing: -1px;color:#000;}
/*.book_area .inner .book_wrap div{width:100%;overflow:hidden;}*/
/*.book_area .inner .book_wrap div span {font-size:15px;margin-top:10px;display:block;font-family: 'notokr-medium';line-height:20px;}*/

.book_area .inner .bx-wrapper {position:relative;}
.book_area .inner .bx-wrapper .bx-controls{position: absolute;width: 1200px;top: 50%;left:50%; margin-left: -600px;margin-top: -60px;}
.book_area .inner .bx-wrapper .bx-controls .bx-pager {display:none;}
.book_area .inner .bx-wrapper .bx-controls .bx-controls-direction {position: absolute;width:1200px;}

.book_area .inner .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {background:url(//edu-market.co.kr/image/main/btn_left.png)no-repeat center;width:34px;height:66px;text-indent:-999px;float:left;}
.book_area .inner .bx-wrapper .bx-controls .bx-controls-direction .bx-next {background:url(//edu-market.co.kr/image/main/btn_right.png)no-repeat center;width:34px;height:66px;text-indent:-999px;float:right;}


/* 에듀마켓 강사소개 */
.lecture dl dt{ position:relative; z-index:8; height:209px;}
.lecture dl dt img{width:100%; }
.lecture dl .ptit { display:block; width:100%; height:40px; padding:4px 23px 15px 20px !important; background:#26282d; color:#fff !important; font-size:17px !important; line-height:40px !important;font-family:'notokr-DemiLight'; padding-left:22px; letter-spacing:-1px; }
.lecture .tab02 { margin-top:27px;}
.lecture .tab02 li {cursor:pointer; float:left; display:inline-block; width:24.8%; height:55px; border:1px solid #000; border-left:none; border-bottom:1px solid #000;text-align:center; line-height:55px; font-size:18px; color:#000;font-family:'notokr-medium'; background:#fff;}
.lecture .tab02 li:first-child {border-left:1px solid #000;}
.lecture .tab02 .on {border:1px solid #000 !important; border-bottom:1px solid #000 !important; color:#fff; background:#000;}

/* 에듀마켓 교재 라인업 */
.main_book { position:relative; margin-top:40px; background:#eeeeee; overflow:hidden; padding:54px 0;}

.main_book .tab03 { position:relative; width:498px; top:0; left:50%; margin-top:27px; margin-left:-249px; overflow:hidden}
.main_book .tab03 li {cursor:pointer; float:left; display:inline-block; width:123px; height:40px; border:1px solid #000; border-left:none; border-bottom:1px solid #000;text-align:center; line-height:40px; font-size:16px; color:#000;font-family:'notokr-medium'; background:#eeeeee;}
.main_book .tab03 li:first-child {border-left:1px solid #90919a;}
.main_book .tab03 .on {border:1px solid #000 !important; border-bottom:1px solid #000 !important; color:#fff; background:#000;}
.main_book .inner02 { position:relative; width:1215px; margin:0 auto; }
.main_book .inner02 .btn_l { position:absolute;  margin:140px 0 0 -52px;}
.main_book .inner02 .btn_r { position:absolute; right:0; margin:140px -52px 0px 0px;}

.main_book .inner02 dl {  margin-top:41px; /*width:25%; */float:left; display:inline-block}
.main_book .inner02 dl:last-child {margin-right:0;}
.main_book .inner02 dl dt {float:left; display:inline-block;  margin-right:15px;}
.main_book .inner02 dl dt img{width:162px;height:auto;}
.main_book .inner02 dl dd { float:left; display:inline-block; padding:78px 0 0 0; font-size:15px; width:72px; line-height:20px;font-family:'notokr-DemiLight'; letter-spacing:-1px;}
.main_book .inner02 dl dd .hit { display:block; width:29px; height:13px; border-radius:10px; background:#dc5562; font-size:9px; color:#FFF; font-family:'notokr-bold'; text-align:center; line-height:13px;margin-bottom:12px;}
.main_book .inner02 dl dd .new { display:block; width:29px; height:13px; border-radius:10px; background:#5a9cd8; font-size:9px; color:#FFF; font-family:'notokr-bold'; text-align:center; line-height:13px;margin-bottom:12px;}

/* 이벤트 라인 */
h4 { font-size:20px; font-family:'notokr-medium';  color:#000}
h4 span { float:right}
h4 .more_bt { font-size:12px}

.event_line { padding:40px 0 0 0;  overflow:hidden}
.event_line .event { position:relative; width:333px; float:left; display:inline-block}
.event_line .event .ing { margin-top:40px;}
.event_line .event .bx-viewport{height: 174px !important;}
.event_line .event .bx-prev{display:none;}
.event_line .event .bx-next{display:none;}
.event_line .event .epage { position:absolute; top:46px; left:290px;}
.event_line .event .epage a { float:left; display:inline-block;  width:11px; height:11px; border-radius:20px; margin-left:3px;background:#cdcdcd;}
.event_line .event .epage .active {float:left; display:inline-block; width:11px; height:11px; background:#da310a; }
.event_line .event .bx-pager { position:absolute; top:46px; left:290px;}
.event_line .event .bx-pager-item {float:left;}
.event_line .event .bx-pager-item a { float:left; display:inline-block;  width:11px; height:11px; border-radius:20px; margin-left:3px;background:#cdcdcd;text-indent: -9999px;}
.event_line .event .bx-pager-item .active {float:left; display:inline-block; width:11px; height:11px; background:#da310a; }

.event_line .notice { width:333px; float:left; display:inline-block; margin-left:49px; }
.event_line .notice ul { margin-top:32px;}
.event_line .notice ul li { font-size:15px; color:#686868;line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 333px;}

/* 하단_고객센터
.cs { width:100%; height:77px; background:#f6f6f6; margin-top:72px;border-top: 1px solid #686868;border-bottom:1px solid #e2e2e2;}
.cs .cs_txt li { float:left; display:inline-block; color:#333333; line-height:77px; margin-right:10px; font-size:15px;font-family: 'notokr-DemiLight';}
.cs .cs_txt .tit {font-size:18px;font-family: 'notokr-medium';}
.cs .cs_txt .num {font-size:38px;font-family: 'notokr-medium';}
.cs .bsns { float:right; margin-top:26px;}
.cs .bsns a { float:left; display:inline-block; margin-left:20px;}
*/

/* 공지사항 고객센터*/
.notice_line h4{font-size:18px; font-family:'notokr-medium'; font-weight:bold;color:#000}
.notice_line h4 span{float:right}
.notice_line h4 span a{font-size:14px;font-family:'notokr-regular';}
.notice_line h4 .more_bt {font-size:12px}
.notice_line{}
.notice_line .notice {width:558px; float:left;margin-bottom: 45px;}
.notice_line .notice:last-child {float:right;}
.notice_line .notice ul{margin-top:15px;border-top:1px solid #c8c8c8;box-sizing:border-box;}

.notice_line .notice:first-child ul li {line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.notice_line .notice ul li{color:#686868;font-size:20px;font-family:'notokr-regular';border-bottom:1px solid #c8c8c8;padding-top:13px;padding-left:20px;}
.notice_line .notice ul li .list{width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;line-height:30px;font-family:notokr-medium;font-size:14px;color:#666;}
.notice_line .notice ul li span{}
.notice_line .notice ul li h5 {font-size:14px;display:inline;float:right;line-height:30px;font-family:'notokr-regular';}

.notice_line .notice ul .cs{float:left;font-size:45px;font-weight:bold;font-family:'notokr-medium';color:#000;margin-top:10px;}

.notice_line .notice ul .cs_con{width:250px;float:left;margin-top:50px;}
.notice_line .notice ul .cs_con:after {content:'';display:block;clear:both;}
.notice_line .notice ul .cs_con div{float:left;}
.notice_line .notice ul .cs_con div:last-child{float:right;}
.notice_line .notice ul .cs_con div span{font-weight: bold;display:block;font-size:12px;letter-spacing: -1px;padding:5px 0;}
.notice_line .notice ul .cs_con div:last-child span{font-weight:200;}


.notice_line .notice .bt_wrap {float:right;}
.notice_line .notice .bt_wrap div{width:104px;height:29px;background:#666666;margin-bottom:9px;}
.notice_line .notice .bt_wrap .event{background: #037cff;}
.notice_line .notice .bt_wrap div:last-child{margin-bottom:0;}
.notice_line .notice .bt_wrap div a {color:#fff;display:block;text-align: center;line-height:29px;font-size:13px;font-family: 'notokr-medium';}
.notice_line .notice .ban_wrap{margin-top:15px;}
.notice_line .notice .ban_wrap a{display:block;}
.notice_line .notice .ban_wrap img{width:100%;height:auto;}


/* 카피라이터 */
.copy {width:100%; background:#fff;overflow:hidden;margin-top:45px;}
.copy .topWrap{height:66px;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.copy .topWrap ul{display:flex;justify-content:space-between;}
.copy .topWrap ul li{height:66px;line-height:66px;}
.copy .topWrap ul li a{font-family:notokr-regular;font-size:16px;}
.copy .topWrap ul li.dif a{color:#4a42db;font-weight:bold;font-family:notokr-medium;}
.copy .bottomWrap{}
.copy .bottomWrap .logo{width:175px; padding:20px 0 10px;}
.copy .bottomWrap .cont{width:920px;height:100px;float:left;padding-left:0;font-family:'notokr-regular';font-size:14px;line-height:18px;}
.copy .bottomWrap .cont span{font-size:12px;color:#bebdbd;line-height:28px;}

/* 로그인 */
.login {position:absolute; top:0; left:50%; width:461px;  margin-left:-230px; margin-top:100px;}
.login h1 { text-align:center; margin-bottom:47px;}
.login ul {border-bottom:1px solid #e2e2e2; padding-bottom:38px;}
.login li {margin-bottom:15px;overflow:hidden}
.login input { width:413px; height:48px;border:1px solid #e3e3e3;  padding:0 23px;}
.login .btn_login{ width:461px; height:60px; background:#07a2e2; text-align:center; margin-top:30px;}
.login .btn_login a {display:block;color:#FFF; font-size:20px; line-height:60px;}
.login .check { width:19px; height:19px;border:1px solid #29afe6; margin-right:9px}
.login .state { font-size:15px; line-height:19px; color:#4c4c4c;}
.login .lo_list { position:relative; left:50%; margin-top:25px;width:300px; margin-left:-150px; letter-spacing:-1px;}
.login .lo_list a { position:relative; float:left; display:inline-block; font-size:15px; color:#7f7f7f; margin-right:40px;}
.login .lo_list a:after {position:absolute;top:10%;right:-25%; content:""; display:block;  width:1px; height:13px; background:#7f7f7f;}
.login .lo_list a:last-child {margin-right:0px;}
.login .lo_list a:last-child:after { display:none}
.login .pop { position:absolute; top:330px; left:0px; width:156px; height:38px; border:1px solid #29afe6; padding:10px 10px; font-size:13px; color:#4c4c4c; line-height:18px; background:#FFF}
.login .pop:after {position:absolute;top:-8px; left:28px; content:""; display:block;width:16px; height:8px;background:url('//edu-market.co.kr/image/login/mark.png') no-repeat 0 0;}
.find {position:absolute; top:0; left:50%; width:461px;  margin-left:-230px; margin-top:100px;}
h5 { font-size:20px;font-family:'notokr-medium'; }
.find .tab04 { margin-top:17px; margin-bottom:23px; overflow:hidden}
.find .tab04 li { float:left; display:inline-block; width:49.5%; height:48px; border:1px solid #d6d6d6; border-left:none; border-bottom:1px solid #000;text-align:center; line-height:48px; font-size:16px; color:#4c4c4c;}
.find .tab04 li:first-child {border-left:1px solid #d6d6d6;}
.find .tab04 li a{display:block;}
.find .tab04 .on {border:1px solid #000 !important; border-bottom:1px solid #fff !important; color:#000}
.find li {margin-bottom:15px;overflow:hidden}
.find input { width:413px; height:48px;border:1px solid #e3e3e3;  padding:0 23px;}
.find .btn_login{ width:461px; height:60px; background:#07a2e2; text-align:center; margin-top:30px;}
.find .btn_login a {display:block;color:#FFF; font-size:20px; line-height:60px;}

#header .top_bn{overflow:hidden;}
#header .top_bn a {display:block;position:relative;left:50%;margin-left:-1000px;}
#header .top_bn img{}

#header .logo_wrap{width:1200px;margin:0px auto;overflow:hidden;height:90px;}
#header .logo_wrap .logo{float:left;margin-top:24.5px;}

#header .logo_wrap .right{overflow:hidden;float:right;}
#header .logo_wrap .right .head_bn{float:left;margin-right:35px;margin-top:23px;}
#header .logo_wrap .right .head_btn{float:left;margin-right:35px;overflow:hidden;}
#header .logo_wrap .right .head_btn a{margin-top:35.5px;}
#header .logo_wrap .right .head_btn .basket{display:block;float:left;width:76px;height:19px;background:url('//edu-market.co.kr/image/header/basket_btn.png') no-repeat center;}
#header .logo_wrap .right .head_btn .event{display:block;float:left;width:64px;height:19px;background:url('//edu-market.co.kr/image/header/event_btn.png') no-repeat center;margin-left:20px;}
#header .logo_wrap .right .head_btn .basket:hover{background:url('//edu-market.co.kr/image/header/basket_btn_on.png') no-repeat center;}
#header .logo_wrap .right .head_btn .event:hover{background:url('//edu-market.co.kr/image/header/event_btn_on.png') no-repeat center;}

#header .logo_wrap .search_box{float:left;border:2px solid #4a9ed2;width:311px;height:38px;overflow:hidden;margin-top:24px;}
#header .logo_wrap .search_box input{height:38px;margin-left:10px;width:263px; outline:none;}
#header .logo_wrap .search_box .btn{display:block;float:right;width:38px;height:38px;text-align:center;}
#header .logo_wrap .search_box .btn i{;margin-top:7px;font-size:24px;color:#4a9ed2}

#header .gnb_menu_wrap{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;height:44px;overflow:hidden; z-index: 100; width: 100%; background-color: #ffffff}
#header .gnb_menu {line-height:44px;overflow:hidden;float:left;}
#header .gnb_menu a{display:block;float:left;margin-right:50px;;color:#333;letter-spacing:-0.5px;font-family:'notokr-medium';font-size:15px;}
#header .gnb_menu a img{margin-top:15px;}

#header .login_wrap{float:right;overflow:hidden;}
#header .login_wrap input{float:left;width:116px;height:22px;border:1px solid #c2c2c2;margin-top:9px;margin-left:3px;text-indent:5px;background:#fff9e5}
#header .login_wrap a{display:block;float:left;;width:65px;height:22px;line-height:24px;text-align:center;border:1px solid #c2c2c2;font-size:11px;font-family:'dotum';margin-top:9px;letter-spacing:-1px;margin-left:3px;}
#header .login_wrap a:hover{background:#f8f8f8;}
#header .login_wrap a.login_btn{border-color:#418cbb;background:#4a9ed2;color:#fff;}
#header .login_wrap a.login_btn:hover{background:#56b4ee;}

#header .all_menu{position:relative; padding:40px 0 40px 0;display:none;border-bottom:1px solid #e2e2e2;background:#fcfcfc; z-index: 5999; width: 100%;}

#header .lecture_cate{overflow:hidden;}

#header .lecture_cate .cate_menu dt{border-bottom:2px solid #292929;padding-bottom:15px;letter-spacing:-0.5px;font-family:'notokr-medium';font-size:15px;}
#header .lecture_cate .cate_menu dd{padding-top:15px;}

#header .lecture_cate .cate01 dt{border-color:#ea4f4b;;}
#header .lecture_cate .cate02 dt{border-color:#4a9ed2}
#header .lecture_cate .cate03 dt{border-color:#ea4f4b;}
#header .lecture_cate .cate04 dt{border-color:#4a9ed2;}

#header .lecture_cate .cate01{width:447px;overflow:hidden;float:left;margin-right:19px;}
#header .lecture_cate .cate02{width:298px;overflow:hidden;float:left;margin-right:19px;}
#header .lecture_cate .cate03{width:149px;overflow:hidden;float:left;margin-right:19px;}
#header .lecture_cate .cate04{width:149px;overflow:hidden;float:left;}

#header .lecture_cate .cate_menu a{display:block;float:left;width:149px;height:30px;line-height:30px;font-weight:400;color:#333;letter-spacing:-0.2px;font-family:'notokr-medium';font-size:13px;letter-spacing:-0.5px;}
#header .lecture_cate .cate_menu a:hover{color:#ea4f4b}
#header .lecture_cate .cate_menu span{margin-left:5px;}
#header .lecture_cate .cate_menu span img{margin-top:10px;}

#header .notice_box{border:1px solid #e2e2e2;height:38px;padding:0 14px;margin-top:30px;background:#fff;}
#header .notice_box .quick_notice{float:left;overflow:hidden;}
#header .notice_box .quick_notice dt{margin-top:12px;float:left;}
#header .notice_box .quick_notice dd{float:left;}
#header .notice_box .quick_notice dd.list {width:480px;margin:0 10px;}
#header .notice_box .quick_notice dd.list ul li{line-height:39px;width:480px;;overflow:hidden;}

#header .notice_box .quick_notice dd.btn{overflow:hidden;margin-top:9.5px;}
#header .notice_box .quick_notice dd.btn a{display:block;float:left;width:17px;height:17px;border:1px solid #c2c2c2;text-align:center;}
#header .notice_box .quick_notice dd.btn .up img{margin-top:7px;}
#header .notice_box .quick_notice dd.btn .down img{margin-top:7px;border-left:0px;}
#header .notice_box .quick_notice dd.btn .more{width:38px;margin-left:5px;}

#header .notice_box .icon_info{float:right;}
#header .notice_box .icon_info ul{overflow:hidden;}
#header .notice_box .icon_info ul li{float:left;margin-right:20px;line-height:39px;}
#header .notice_box .icon_info ul li img{margin-top:13.5px;}
#header .notice_box .icon_info ul li span{margin-left:5px;}

.package_gnb{display:block;position:fixed;bottom:0px;right:0px; z-index:11111;width:100%;;text-align:right;height:56px;}
.package_gnb .package_select{display:inline-block;background:#393939;border-radius:7px 0 0 0;height:36px;padding:10px 10px 10px 20px}
.package_gnb .package_select h4{float:left;margin-right:10px;font-family:'notokr-medium';font-size:15px;letter-spacing:-1px;line-height:36px;color:#fff;}

.package_gnb .package_select .select_box{float:left;width:500px;;border:1px solid #191919;height:36px; cursor:pointer;position:relative;z-index:9999;}
.package_gnb .package_select .select_box .select{overflow:hidden;background:#fff;}
.package_gnb .package_select .select_box .select dt{float:left;overflow:hidden;width:460px;}
.package_gnb .package_select .select_box .select dt span{display:block;line-height:36px;}
.package_gnb .package_select .select_box .select dt .tit{float:left;padding-left:10px;font-size:13px;font-weight:bold;letter-spacing:-1px;}
.package_gnb .package_select .select_box .select dt .price{float:right;padding-right:10px;font-weight:bold;color:#d22828;}
.package_gnb .package_select .select_box .select dd{position:absolute;right:0px;top:0px;;border-left:1px solid #191919;width:36px;height:36px;line-height:36px;text-align:center;}
.package_gnb .package_select .select_box .select dd i {line-height:36px;}

.package_gnb .package_select .select_box ul{position:absolute;bottom:-1px;left:-1px;border:1px solid #292929;border-bottom:0px;width:500px;background:#fff;display:none;}
.package_gnb .package_select .select_box ul li a{display:block;border-bottom:1px solid #292929;padding:0 10px;}
.package_gnb .package_select .select_box ul li a:hover{background:#f8f8f8;}
.package_gnb .package_select .select_box table{}
.package_gnb .package_select .select_box table .tit{text-align:left;font-weight:bold;letter-spacing:-1px;font-size:13px;}
.package_gnb .package_select .select_box table .price{width:100px;text-align:right;font-weight:bold;color:#d22828}
.package_gnb .package_select .select_box table td{padding:15px 0;overflow:hidden;}

.package_gnb .package_select > a.order{display:block;float:left;width:100px;height:38px;line-height:38px;margin-left:8px;font-size:15px;font-family:'notokr-medium';
letter-spacing:-0.5px;background:#de2828;color:#fff;text-align:center;border-radius:3px;}

.package_gnb .package_select > a.top{display:block;float:left;width:38px;height:38px;line-height:38px;margin-left:3px;font-size:12px;font-family:'notokr-medium';
letter-spacing:-0.5px;background:#fff;color:#292929;text-align:center;border-radius:3px;}




#id_find_box{position:absolute;right:0px;top:-1px;;z-index:9999;width:410px;background:#fff;padding:19px 19px 39px 19px;border:1px solid #e2e2e2;display:none;}
#id_find_box h4{overflow:hidden;}
#id_find_box strong{float:left;}
#id_find_box strong img{margin-top:6.5px;}
#id_find_box a.close_bt{float:right;}

#id_find_box .find_tab {width:410px;margin-top:15px;}
#id_find_box .find_tab .menu{overflow:hidden;overflow:hidden;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
#id_find_box .find_tab .menu > li{float:left;width:204px;border-bottom:1px solid #e2e2e2;background:#f8f8f8}
#id_find_box .find_tab .menu > li.on{width:205px;background:#fff;border-bottom:0px;}
#id_find_box .find_tab .menu li > a{display:block;height:40px;line-height:40px;text-align:center;border-right:1px solid #e2e2e2;}
#id_find_box .find_tab  .menu > li.on a{font-weight:bold;}

#id_find_box .find_tab .cont{overflow:hidden;margin-top:15px;}
#id_find_box .find_tab .cont > li {display:none;}
#id_find_box .find_tab .cont > li.on{display:block;}
#id_find_box .find_tab .cont input{display:block;width:398px;border:1px solid #e2e2e2;height:46px;padding:0 5px;margin-top:5px;}
#id_find_box .find_tab .cont input.fir{margin-top:0px;}
#id_find_box .find_tab .cont a{display:block;width:410px;height:48px;line-height:48px;text-align:center;background:#07a2e2;margin-top:15px;color:#fff;}
#id_find_box .find_tab .cont a img{margin-top:16.5px;}




#footer {border-top:2px solid #000000}
#footer .cs_line{border-bottom:1px solid #e2e2e2;height:80px;overflow:hidden;}
#footer .cs_line .cs_info{float:left;margin-top:20px;}
#footer .cs_line .cs_btn{float:right;margin-top:20px;}

#footer .footer_cont{width:1200px;margin:25px auto;overflow:hidden;}
#footer .footer_cont .f_logo{float:left;width:220px;height:110px;border-radius:5px;background:#f1f1f1;text-align:center;}
#footer .footer_cont .f_logo img{margin-top:41.5px;}
#footer .footer_cont .company{float:left;margin-left:40px;}
#footer .footer_cont .company .policy_menu{margin-top:10px;}
#footer .footer_cont .company .policy_menu a{margin-right:30px;}
#footer .footer_cont .company .address{margin-top:20px;}
#footer .footer_cont .company .address ul li{margin-bottom:5px;}

/* 팝업CSS */

#popup_wrap_main {position:absolute;margin-top:10px;z-index:1000;right:22px}
#popup_wrap_main > div{position:relative;cursor:pointer;margin-right:20px;}
#popup_wrap_main .close_btn{background:transparent;position:absolute;top:10px;right:10px;}
#popup_wrap_main .footer_box{position: relative; height: 40px; background-color: #292929; color:#ffffff; font-size: 16px; font-family: notokr-medium; line-height: 40px; text-align: center; letter-spacing: -1px}




#side_gnb{position:fixed;;left:0px;top:0px;height:100%;background:#fff;width:141px;border-right:1px solid #e2e2e2;z-index:6999}
#side_gnb .sub_name{width:142px;background:#3186ca;color:#fff;}
#side_gnb .sub_name h2{width:122px;height:216px;display:table-cell;vertical-align:middle;text-align:center;padding:0 10px;font-size:24px;line-height:32px;letter-spacing:-2px;;font-weight:400;font-family:'notokr-medium'}
#side_gnb .menu ul{}
#side_gnb .menu ul li{border-bottom:1px solid #e2e2e2;vertical-align:middle;background:#f2f2f2}
#side_gnb .menu ul li.on{border-right:1px solid #fff;width:141px;background:#fff}
#side_gnb .menu ul li.on a{font-weight:bold;color:#3186ca}
#side_gnb .menu ul li.on a:hover{background:#fff;}
#side_gnb .menu ul li a{font-weight:normal;display:block;width:120px;height:76px;padding:0px 10px;line-height:20px;display:table-cell;vertical-align:middle;overflow:hidden;font-family:'notokr-medium';font-size:14px;letter-spacing:-0.5px;text-align:center;}
#side_gnb .menu ul li a:hover{background:#fafafa;}
#side_gnb .menu ul li a span img{margin-top:4.5px;margin-right:5px;}


#exam_popup{position:absolute;top:236px;right:30px;z-index:999;}

#exam_popup .menu {overflow:hidden;border:1px solid #e2e2e2;}
#exam_popup .menu li{float:left;width:50%;}
#exam_popup .menu li a{display:block;height:30px;line-height:30px;text-align:center;}
#exam_popup .menu li.on a{border-bottom:2px solid #292929;height:28px;font-weight:bold;}

#exam_popup table td a img{display:inline;}

#exam_popup .cont{margin-top:10px;}
#exam_popup .cont li{display:none;}
#exam_popup .cont li.on{display:block;}

#exam_popup .exam_btn{display:block;width:100px;height:100px;line-height:100px;border-radius:50%;background:#ff0048;color:#fff;font-family:'notokr-medium';font-size:18px;text-align:center;letter-spacing:-1px;display:block;}

#exam_popup .exam_table{padding:15px;width:460px;border:1px solid #292929;background:#fff;display:none;}
#exam_popup .exam_table h4{overflow:hidden;line-height:24px;}
#exam_popup .exam_table h4 strong{float:left;font-family:'notokr-medium';font-size:16px;letter-spacing:-1px;color:#292929;}
#exam_popup .exam_table h4 a{float:right;}

#exam_popup table{width:100%;}
#exam_popup table th{height:40px;background:#292929;color:#fff;text-align:center;}
#exam_popup table td{text-align:center;border-bottom:1px solid #e2e2e2;padding:10px 0}
#exam_popup table .t1{}


#side_mini_box img{display: inline-block !important;}
#side_mini_box{position:fixed;right:0px;bottom:15%;width:140px;z-index: 9999}
#side_mini_box .count_down{border:1px solid #292929;border-right:0px;}
#side_mini_box .count_down .item_img{background:#fff;overflow:hidden;text-align:center;}
#side_mini_box .count_down .count{border-top:1px solid #292929;text-align:center;background:#fff;padding:15px 0}
#side_mini_box .count_down .count h4{text-align:center;margin-bottom:10px}
#side_mini_box .count_down .count .timer {overflow:hidden;display:inline-block;}
#side_mini_box .count_down .count .timer2{margin-top:5px;}
#side_mini_box .count_down .count .timer > div{float:left;overflow:hidden;}
#side_mini_box .count_down .count .timer > div img{display:block;float:left;}
#side_mini_box .count_down .count .timer > div .text{margin-left:2px;}
#side_mini_box .count_down .count .timer .date{margin-right:5px;}
#side_mini_box .count_down .count .timer .min{margin-right:5px;}

#side_mini_box .quick_package{margin-top:5px;border:2px solid #292929;border-right:0px;padding:15px 5px 10px 5px;background: #fff;}
#side_mini_box .quick_package h4{text-align:center;margin-bottom:15px;font-family:'notokr-medium';font-size:16px;letter-spacing:-1px}
#side_mini_box .quick_package .quick_opt{border:1px solid #a2a2a2;position:relative;}
#side_mini_box .quick_package .quick_p_tit span{display:block;text-align:left;line-height:18px;}
#side_mini_box .quick_package .quick_p_tit strong{display:block;text-align:right;margin-top:8px;color:#d22828}

#side_mini_box .quick_package .quick_opt_list{display:none;position:absolute;top:-1px;left:-1px;width:126px;border:1px solid #d22828;z-index:999}
#side_mini_box .quick_package .quick_opt_list a{display:block;background:#fff;padding:5px;border-bottom:1px solid #e2e2e2;}
#side_mini_box .quick_package .quick_opt_list a:hover{background:#f8f8f8;}
#side_mini_box .quick_package .quick_opt_list a strong{display:block;text-align:right;margin-top:8px;color:#d22828}
#side_mini_box .quick_package .quick_opt_list a span{display:block;text-align:left;line-height:18px;}

#side_mini_box .quick_package .quick_opt .quick_p_tit{padding:5px;background:#f8f8f8;}
#side_mini_box .quick_package .quick_p_bt{border-top:1px solid #a2a2a2;display:block;height:17px;background:#fff url('../image/order/quick_bt_arrow.png') no-repeat center;}
#side_mini_box .quick_package .quick_p_bt:hover{background-color:#f8f8f8;}

#side_mini_box .quick_package .quick_order_bt{display:block;height:36px;background:#3186ca;text-align:center;margin-top:5px;}
#side_mini_box .quick_package .quick_order_bt:hover{background-color:#3186ca}
#side_mini_box .quick_package .quick_order_bt img{margin-top:10.5px;}

#side_mini_box .quick_cs{margin-top:5px;border:2px solid #292929;border-right:0px;padding:15px 0 0 0;background:#fff;}
#side_mini_box .cs_number{text-align:center;}
#side_mini_box .cs_quick_bt{overflow:hidden;border-top:1px solid #a2a2a2;margin-top:15px;}
#side_mini_box .cs_quick_bt a{display:block;font-size:11px;font-family:'dotum';text-align:center;height:34px;line-height:34px;overflow:hidden;padding:0 5px}
#side_mini_box .cs_quick_bt a:hover{background:#f8f8f8;}
#side_mini_box .cs_quick_bt a strong{display:block;float:left;}
#side_mini_box .cs_quick_bt a strong img{margin-top:11px;}
#side_mini_box .cs_quick_bt a span{display:block;float:right;}
#side_mini_box .cs_quick_bt a span img{margin-top:11px;}
#side_mini_box .cs_quick_bt a.mtm{border-bottom:1px solid #a2a2a2;}


#container{overflow:hidden;min-height:720px;}
#lec_main { margin:0 0 0 191px;}
.main{overflow:hidden;}

.main .wing_wrap .inner{position:relative;}
/*.main .wing_wrap .left_wing{position:absolute;top:20px;left:50%;margin-left:-670px;z-index:9999}*/
.main .wing_wrap .left_wing{position:absolute;top:30px;left:50%;margin-left:590px;z-index:9999}
.main .wing_wrap .left_wing a{display:block;margin-bottom:5px;}

.main .wing_wrap .right_wing{position:absolute;top:20px;right:50%;margin-right:-670px;;z-index:9999;width:90px;}
.main .wing_wrap .right_wing dd ul li {padding:10px 5px;border:1px solid #c2c2c2;border-top:0px;background:#fff;}
.main .wing_wrap .right_wing dd ul li span{display:block;}
.main .wing_wrap .right_wing dd ul li span.t1{border-bottom:1px solid #e2e2e2;padding-bottom:5px;color:#02827e;line-height:18px;}
.main .wing_wrap .right_wing dd ul li span.d1{padding-top:10px;}
.main .wing_wrap .right_wing dd ul li span.d2{margin-top:2px;}
.main .wing_wrap .right_wing dd ul li a{display:block;width:60px;height:20px;line-height:20px;background:#292929;color:#fff;border-radius:10px;text-align:center;margin-left:10px;margin-top:10px;font-family:'notokr-medium';}


.main .main_visual {position:relative;width:2000px;;left:50%;margin-left:-1000px;}
.main .main_visual .bx-wrapper{position:relative;}

.main .main_visual .bx-controls a{opacity:0.3}
.main .main_visual .bx-controls a:hover{opacity:0.5}
.main .main_visual .bx-controls .bx-prev{position:absolute;top:135px;left:50%;margin-left:-550px;color:#fff;float:left;width:45px;height:180px;background:url('//edu-market.co.kr/image/main/visual_l_btn.png') no-repeat center;text-indent:-9999px;z-index:999}
.main .main_visual .bx-controls .bx-next{position:absolute;top:135px;right:50%;margin-right:-550px;color:#fff;float:right;width:45px;height:180px;background:url('//edu-market.co.kr/image/main/visual_r_btn.png') no-repeat center;text-indent:-9999px;z-index:999}


/*.main .best_cate{height:100px;border-top:1px solid #e2e2e2;overflow:hidden;}
.main .best_cate dt{float:left;width:100px;}
.main .best_cate dt img{margin-top:10px;}
.main .best_cate dd{float:right;overflow:hidden;text-align:center;margin-left:40px;}
.main .best_cate dd a{overflow:hidden;display:block;width:240px;height:100px;;position:relative;float:left;}
.main .best_cate dd a .teacher_img{float:left;padding:0;width:80px;margin-top:10px;background:#f8f8f8;border-radius:50%;overflow:hidden;}
.main .best_cate dd a .teacher_img img{width:80px;height:80px;}
.main .best_cate dd a .teacher_txt {float:left;text-align:left;height:90px;margin-left:20px;margin-top:28px;}
.main .best_cate dd a .teacher_txt span{display:block;;line-height:18px;font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.main .best_cate dd a .teacher_txt strong{display:block;font-weight:400;font-size:16px;line-height:16px;;margin-top:4px;color:#333;font-family:'notokr-medium';overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}

.main .best_cate dd a:hover .teacher_txt span{color:#ea4f4b}
.main .best_cate dd a:hover .teacher_txt strong{color:#ea4f4b}
*/

/*.best_cate{overflow:hidden; width:100%; height:100px; background:url(*//*/main/lineup_bg.jpg) repeat-y 0 0;}*/
/*.lineup { position:relative; width:1210px; margin-left:50%; left:-775px;}*/
/*.lineup_left { position:absolute; float:left; top:0; left:77px; width:301px; height:100px; background-color:#1c1f2c;}*/
/*.lineup_right { position:relative; float:left;top:0; left:378px; width:948px; height:100px;background-color:#323546;}*/
/*.lineup_right ul li {float:left;display:inline;width:237px;}*/



.main .cate_wrap{overflow:hidden;padding:50px 0;background:#fff;}
.main .lecture_cate{overflow:hidden;}

.main .lecture_cate .cate_menu dt{border-bottom:2px solid #292929;padding-bottom:15px;letter-spacing:-0.5px;font-family:'notokr-medium';font-size:15px;}
.main .lecture_cate .cate_menu dd{padding-top:15px;}

.main .lecture_cate .cate01 dt{border-color:#ea4f4b;;}
.main .lecture_cate .cate02 dt{border-color:#4a9ed2}
.main .lecture_cate .cate03 dt{border-color:#ea4f4b;}
.main .lecture_cate .cate04 dt{border-color:#4a9ed2;}

.main .lecture_cate .cate01{width:447px;overflow:hidden;float:left;margin-right:19px;}
.main .lecture_cate .cate02{width:298px;overflow:hidden;float:left;margin-right:19px;}
.main .lecture_cate .cate03{width:149px;overflow:hidden;float:left;margin-right:19px;}
.main .lecture_cate .cate04{width:149px;overflow:hidden;float:left;}

.main .lecture_cate .cate_menu a{display:block;float:left;width:149px;height:34px;line-height:34px;color:#444;font-family:'notokr-medium';font-size:14px;letter-spacing:-0.5px;}
.main .lecture_cate .cate_menu a:hover{color:#ea4f4b}
.main .lecture_cate .cate_menu span{margin-left:5px;}
.main .lecture_cate .cate_menu span img{margin-top:10px;}

.main .notice_box{border:1px solid #e2e2e2;height:38px;padding:0 14px;margin-top:30px;background:#fff;}
.main .notice_box .quick_notice{float:left;overflow:hidden;}
.main .notice_box .quick_notice dt{font-family:'notokr-medium';font-weight:normal;font-size:16px;margin-top:12px;float:left;}
.main .notice_box .quick_notice dd{float:left;}
.main .notice_box .quick_notice dd.list {width:480px;margin:0 10px;}
.main .notice_box .quick_notice dd.list ul li{line-height:39px;width:480px;;overflow:hidden;}

.main .notice_box .quick_notice dd.btn{overflow:hidden;margin-top:9.5px;}
.main .notice_box .quick_notice dd.btn a{display:block;float:left;width:17px;height:17px;border:1px solid #c2c2c2;text-align:center;}
.main .notice_box .quick_notice dd.btn .up img{margin-top:7px;}
.main .notice_box .quick_notice dd.btn .down img{margin-top:7px;border-left:0px;}
.main .notice_box .quick_notice dd.btn .more{width:38px;margin-left:5px;}

.main .notice_box .icon_info{float:right;}
.main .notice_box .icon_info ul{overflow:hidden;}
.main .notice_box .icon_info ul li{float:left;margin-right:20px;line-height:39px;}
.main .notice_box .icon_info ul li img{margin-top:13.5px;}
.main .notice_box .icon_info ul li span{margin-left:5px;}


.main .today_focus{background:#f6f6f6;position:relative;padding:50px 0}
.main .today_focus h4 strong{font-family:'notokr-medium';font-weight:normal;font-size:16px;letter-spacing:-0.5px;}
.main .today_focus h4 span{margin-left:10px;}
.main .today_focus .sb_wrap{overflow:hidden;margin-top:20px;}
.main .today_focus .today_sb{overflow:hidden;width:216px;float:left;margin-right:5px;}

.main .today_focus .last{margin-right:0px;}
.main .today_focus .today_sb .bx-controls{display:none;}

.main .section .more_bt{display:block;width:54px;height:18px;border:1px solid #aaa;line-height:20px;text-align:center; }

.main .section03 {margin-top:30px;}
.main .section03 .inner{overflow:hidden;padding:30px 0;border-top:1px solid #e2e2e2}
.main .section03 .event_title{float:left;}
.main .section03 .event_title a{margin-top:30px;}
.main .section03 .event_list{/*float:right;*/}
.main .section03 .event_list a{float:left;width:250px;border-left:1px solid #e2e2e2;margin-left:40px;}
.main .section03 .event_list a.fir{border-left:0px;}
.main .section03 .event_list a.la{padding-right:0px;}
.main .section03 .event_list a strong{display:block;}
.main .section03 .event_list a strong img{width:250px;height:110px;}
.main .section03 .event_list a span{display:block;text-align:center;margin-top:10px;line-height:18px}


.main .section04{margin-top:30px;}
.main .section04 .inner{overflow:hidden;}
.main .section04 .main_exam{float:left;width:701px;}
.main .section04 .main_exam .line1 .bx-wrapper{height:270px}
.main .section04 .main_exam .line1 .bx-wrapper .bx-viewport{height:270px !important;}
.main .section04 .main_exam .line1 .bx-wrapper .bx-viewport ul{height:270px !important;}
.main .section04 .main_exam .line1 .bx-prev{position:absolute;border:1px solid #e2e2e2;right:422px;top:0;width:20px;height:14px;background:#ffffff url('//edu-market.co.kr/image/common/arrow_left_h5.png') no-repeat center;text-indent:-9999px}
.main .section04 .main_exam .line1 .bx-next{position:absolute;border:1px solid #e2e2e2;right:399px;top:0;width:20px;height:14px;background:#ffffff url('//edu-market.co.kr/image/common/arrow_right_h5.png') no-repeat center;text-indent:-9999px}
.main .section04 .main_exam h4{overflow:hidden;}
.main .section04 .main_exam h4 strong{float:left;font-family:'notokr-medium';font-weight:normal;font-size:16px;letter-spacing:-0.5px;color:#292929;line-height:16px;}
.main .section04 .main_exam h4 .remote{float:right;overflow:hidden;}
.main .section04 .main_exam h4 .remote span{display:block;float:left;margin-right:10px;line-height:16px;}
.main .section04 .main_exam h4 .remote span b{color:#057c8a;}
.main .section04 .main_exam h4 .remote a{display:block;float:left;width:20px;height:14px;border:1px solid #a2a2a2;}
.main .section04 .main_exam h4 .remote a.back{border-right:0px;background:url('//edu-market.co.kr/image/common/arrow_left_h5.png') no-repeat center;}
.main .section04 .main_exam h4 .remote a.forward{;background:url('//edu-market.co.kr/image/common/arrow_right_h5.png') no-repeat center;}

.main .section04 .main_exam ul{overflow:hidden;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2;margin-top:10px;}
.main .section04 .main_exam ul li{float:left;border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;width:349px}
.main .section04 .main_exam ul li:nth-child(2n){display: block;}
.main .section04 .main_exam ul li .tit{border-bottom:1px solid #e2e2e2;background:#f8f8f8;height:38px;padding:0 19px;line-height:38px;font-size:12px;font-weight:bold;letter-spacing:-0.5px}
.main .section04 .main_exam ul li .tit a{margin-left:6px;font-size:12px;font-weight:normal;color:#d22828;letter-spacing:-0.5px;}

.main .section04 .main_exam ul li .cont{padding:19px;overflow:hidden;min-height:52px;}
.main .section04 .main_exam ul li .cont dl{overflow:hidden;}
.main .section04 .main_exam ul li .cont dl.d2{margin-top:10px;}
.main .section04 .main_exam ul li .cont dt{float:left;color:#057c8a;margin-right:10px;font-weight:bold;}
.main .section04 .main_exam ul li .cont dd a{margin-left:10px;color:#057c8a;letter-spacing:-0.5px;}
.main .section04 .main_exam ul li .cont dd{float:left;}

.main .section04 .main_faq{float:right;width:370px;}
.main .section04 .main_faq h4{overflow:hidden;}
.main .section04 .main_faq h4 strong{display:block;float:left;font-family:'notokr-medium';font-weight:normal;font-size:16px;letter-spacing:-0.5px;color:#292929;line-height:16px;}
.main .section04 .main_faq h4 a{float:left;;width:50px;height:16px;border:1px solid #aaa;line-height:20px;text-align:center;margin-left:10px;}
.main .section04 .main_faq .faq_board{border:1px solid #e2e2e2;margin-top:10px;height:257px;}
.main .section04 .main_faq .faq_board .top{border-bottom:1px solid #e2e2e2;background:#f8f8f8;overflow:hidden;height:40px;}
.main .section04 .main_faq .faq_board .top p{float:left;font-family:'notokr-medium';font-size:15px;letter-spacing:-0.5px;line-height:15px;margin-top:12.5px;margin-left:27px;}
.main .section04 .main_faq .faq_board .top a{float:left;display:block;width:60px;height:17px;margin-top:12px;line-height:20px;border:1px solid #aaa;background:#f8f8f8;margin-left:10px;background:#fff;text-align:center;}
.main .section04 .main_faq .faq_board .bottom{padding:28px;}
.main .section04 .main_faq .faq_board li{overflow:hidden;line-height:25px;}
.main .section04 .main_faq .faq_board li dt{float:left;}
.main .section04 .main_faq .faq_board li dt a{display:block;width:80px;color:#078886;font-weight:bold;}
.main .section04 .main_faq .faq_board li dd{float:left;}
.main .section04 .main_faq .faq_board li dd a{display:block;width:230px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;color:#777}


.main .section05{margin-top:30px;}
.main .section05 .inner{text-align:center;}
.main .section05 h4{overflow:hidden;margin-bottom:10px;}
.main .section05 h4 strong{display:block;float:left;font-family:'notokr-medium';font-weight:normal;font-size:16px;letter-spacing:-0.5px;color:#292929;line-height:16px;}
.main .section05 h4 a{float:left;margin-left:10px;;;width:50px;height:16px;border:1px solid #aaa;line-height:20px;text-align:center;}

.main .section05 .main_book_sb{border:1px solid #e2e2e2;padding:29px 29px}
.main .section05 .main_book_sb ul{overflow:hidden;}
.main .section05 .main_book_sb li{float:left;width:208px;}
.main .section05 .main_book_sb li.la{margin-right:0px;}
.main .section05 .main_book_sb li dt{text-align:center;}
.main .section05 .main_book_sb li dt a{display:block;text-align:center;}
.main .section05 .main_book_sb li dt img{width:126px;height:180px;border:1px solid #e2e2e2;vertical-align:middle;}
.main .section05 .main_book_sb li dd {margin-top:15px;}
.main .section05 .main_book_sb li dd a{line-height:19px;display:block;padding:0 20px;height:38px;overflow:hidden;}
.main .section05 .main_book_sb .bx-wrapper{position:relative;}
.main .section05 .main_book_sb .bx-prev{position:absolute;border:1px solid #e2e2e2;left:-30px;top:50%;margin-top:-75px;width:40px;height:130px;background:#f2f2f2 url('//edu-market.co.kr/image/main/book_sb_l_bt.png') no-repeat center;text-indent:-9999px}
.main .section05 .main_book_sb .bx-next{position:absolute;border:1px solid #e2e2e2;right:-30px;top:50%;;margin-top:-75px;width:40px;height:130px;background:#f2f2f2 url('//edu-market.co.kr/image/main/book_sb_r_bt.png') no-repeat center;text-indent:-9999px}


.sub .package_test img{position:relative;left:50%;margin-left:-1000px;z-index:1}

.normal_list{padding:0 0 70px 0;}
.normal_list .lecture_navi{overflow:hidden;margin-top:40px;}
.normal_list .lecture_navi h4{float:left;font-size:18px;line-height:20px;letter-spacing:-1px;font-family:'notokr-medium';}
.normal_list .lecture_navi ul{float:right;overflow:hidden;}
.normal_list .lecture_navi ul li{float:left;}
.normal_list .lecture_navi ul li.bar{margin:0 15px;}

.normal_list .lecture_num{margin-top:40px;height:40px;}
.normal_list .lecture_num h4{float:left;line-height:40px;margin-left:0px;}
.normal_list .lecture_num .tit{ float:left; display:block; font-size:18px;letter-spacing:-1px;font-family:'notokr-medium';margin-right:10px; clear:both; overflow:hidden; line-height:40px}
.normal_list .lecture_num h4 strong{color:#d22828;}
.normal_list .lecture_num .tab { width:100%; border-bottom:1px solid #e2e2e2; height:80px;}
.normal_list .lecture_num ul{float:right;border-top:1px solid #e2e2e2;}
.normal_list .lecture_num ul li{float:left;border-left:1px solid #e2e2e2;height:40px;}
.normal_list .lecture_num ul li a{display:block;min-width:60px;height:39px;line-height:39px;text-align:center;background:#f8f8f8;padding:0 10px;border-bottom:1px solid #e2e2e2;}
.normal_list .lecture_num ul li.on a{border-bottom:1px solid #fff;background:#fff;font-weight:bold;}
.normal_list .lecture_num ul li:last-child {border-right:1px solid #e2e2e2;}

.normal_list table{margin-top:20px;}
.normal_list table{border-top:1px solid #e2e2e2;}
.normal_list th{height:46px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;text-align:center;}
.normal_list td{height:42px;border-bottom:1px solid #e2e2e2;text-align:center;padding:15px 0}

.normal_list .t1{width:80px;;padding:0 10px}
.normal_list .t1 p{line-height:18px;}
.normal_list .t2{width:80px;}
.normal_list .t2 dt{width:80px;border:1px solid #e2e2e2;overflow:hidden;}
.normal_list .t2 dt a img{width:80px;}
.normal_list .t2 dd{margin-top:5px;}
.normal_list td.t3{padding:15px 40px 15px 20px;text-align:left;}
.normal_list td.t3 .tit{font-weight:bold;font-size:13px;margin-top:5px;}
.normal_list td.t3 .tit font{margin-bottom:3px;}
.normal_list td.t3 .book{margin-top:7px;background:none;padding:0;}
.normal_list td.t3 .book strong{margin-right:10px;}
.normal_list td.t3 .book a{color:#077777}
.normal_list td.t3 .txt{margin-top:7px;color:#888;font-size:11px;font-family:'dotum';line-height:18px;display:none;}
.normal_list td.t3 .day{margin-top:5px;}
.normal_list td.t3 .day strong{margin-right:10px;}
.normal_list .t4{width:60px}
.normal_list .t5{width:60px;}
.normal_list .t6{width:100px;}
.normal_list td.t6{font-weight:bold;color:#d22828}





.detail_view .top_cont{margin:30px 0 60px 0}

.detail_view .package_title{border-top:2px solid #292929;overflow:hidden;;border-bottom:1px solid #e2e2e2;height:50px;}
.detail_view .package_title h3{float:left;line-height:50px;font-size:15px;font-weight:bold;letter-spacing:-0.5px;color:#393939}
.detail_view .package_title select{float:right;width:300px;height:24px;border:1px solid #c2c2c2;margin-top:12px}

.detail_view .goods_explain{overflow:hidden;margin-top:20px;}
.detail_view .goods_explain .goods_img{float:left;width:280px;position:relative;}
.detail_view .goods_explain .goods_img .goods_thum{width:278px;height:156px;background:#f8f8f8;border:1px solid #e2e2e2;overflow:hidden;}
.detail_view .goods_explain .goods_img .goods_thum img{width:280px;height:auto}
.detail_view .goods_explain .goods_img .goods_normal_thum{width:278px;height:278px;border:1px solid #e2e2e2;}
.detail_view .goods_explain .goods_img .pro_name{position:absolute;width:278px;left:0px;bottom:0px;height:50px;line-height:50px;background:rgba(0,0,0,0.5);z-index:999;overflow:hidden;}
.detail_view .goods_explain .goods_img .pro_name strong{float:left;margin-left:15px;color:#fff;font-size:14px;}
.detail_view .goods_explain .goods_img .pro_name a{float:right;margin-right:15px;color:#fff}
.detail_view .goods_explain .goods_img .back_btn{display:block;text-align:center;margin-top:20px;;}

.detail_view .goods_explain .goods_info_wrap{float:right;width:780px;}
.detail_view .goods_explain .goods_info dl{overflow:hidden;padding:15px 0;border-bottom:1px solid #e2e2e2;}
.detail_view .goods_explain .goods_info dl:last-child{border-bottom:0px;}
.detail_view .goods_explain .goods_info dl dt{float:left;width:100px;letter-spacing:-1px;font-family:'notokr-medium';color:#292929;font-size:14px;font-weight:normal;}
.detail_view .goods_explain .goods_info dl dd{float:left;width:680px;}

.detail_view .goods_explain .goods_info .date{color:#0e77ba;font-weight:bold;}
.detail_view .goods_explain .goods_info .movie td{height:22px;}
.detail_view .goods_explain .goods_info .movie .t1{width:30px;}
.detail_view .goods_explain .goods_info .movie .t2{width:50px;}
.detail_view .goods_explain .goods_info .movie .t4{width:100px;text-align:right;color:#d22828}

.detail_view .goods_explain .goods_info .book td{height:24px;}
.detail_view .goods_explain .goods_info .book .t1{width:30px;}
.detail_view .goods_explain .goods_info .book .t3{width:100px;text-align:right;color:#d22828}

.detail_view .goods_explain .goods_info .dily{font-weight:bold;}
.detail_view .goods_explain .goods_info .benefit{color:#0e77ba}
.detail_view .goods_explain .goods_info .option{}

.detail_view .goods_explain .goods_info .option li{margin-bottom:5px;}
.detail_view .goods_explain .goods_info .option select{width:300px;height:24px;margin-right:5px;border:1px solid #d2d2d2;font-size:12px;}
.detail_view .goods_explain .goods_info .option span{font-size:11px;}
.detail_view .goods_explain .goods_info .option strong{font-size:11px;color:#d22828;}

.detail_view .goods_explain .goods_btns{border-top:1px solid #393939;overflow:hidden;border-bottom:1px solid #e2e2e2;padding:10px 0;margin-top:20px;}
.detail_view .goods_explain .goods_btns .price{float:left;overflow:hidden;width:355px}
.detail_view .goods_explain .goods_btns .price dt{float:left;margin-top:18px;letter-spacing:-1px;font-family:'notokr-medium';color:#292929;font-size:16px;font-weight:normal;}
.detail_view .goods_explain .goods_btns .price dd{float:right;text-align:right;font-weight:bold;font-size:20px;line-height:20px;margin-top:15px;color:#d22828;}
.detail_view .goods_explain .goods_btns .btns{float:right;overflow:hidden;width:405px;}
.detail_view .goods_explain .goods_btns .btns a{display:block;float:left;}
.detail_view .goods_explain .goods_btns .btns a.basket{margin-right:5px;}
.detail_view .goods_explain .goods_btns .btns a.norder{display: block;text-align: center;float: right;width: 178px;height: 44px;line-height: 44px;border: 1px solid #c2c2c2;font-family: 'notokr-medium';font-size: 15px;letter-spacing: -1px;}

.detail_view .bottom_cont{padding-bottom:100px;}
.detail_view .goods_tab .tab_menu ul{overflow:hidden;}
.detail_view .goods_tab .tab_menu ul li{float:left;width:300px;}
.detail_view .goods_tab .tab_menu ul li a{display:block;text-align:center;height:50px;line-height:50px;border:1px solid #e2e2e2;border-bottom:1px solid #393939;border-left:0px;letter-spacing:-1px;font-family:'notokr-medium';color:#292929;font-size:15px;font-weight:normal;}
.detail_view .goods_tab .tab_menu ul li a img{margin-top:18px;}
.detail_view .goods_tab .tab_menu ul li.on a{border:1px solid #393939;border-bottom:0px;font-weight:bold;color:#0e77ba}

.detail_view .goods_tab .tab_cont ul li{display:none;padding:30px 0}
.detail_view .goods_tab .tab_cont ul li.on{display:block;}


.detail_view .tab_cont li h4{margin-bottom:10px;}
.detail_view .tab_cont li h4 span{font-size:14px;font-weight:bold;}


.detail_view .tab_cont .lecture_cont{margin-bottom:40px;}
.detail_view .tab_cont .lecture_cont .cont{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;padding:30px 0;line-height:19px;}

.detail_view .tab_cont .lecture_list th{height:36px;background:#f8f8f8;border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2;}
.detail_view .tab_cont .lecture_list th.t1{border-left:1px solid #e2e2e2;}
.detail_view .tab_cont .lecture_list th.t2{text-align:center;}
.detail_view .tab_cont .lecture_list th.t5{border-right:1px solid #e2e2e2;}

.detail_view .tab_cont .lecture_list td{border-bottom:1px solid #e2e2e2;padding:6px 0}
.detail_view .tab_cont .lecture_list .t1{width:90px;}
.detail_view .tab_cont .lecture_list .t3{width:90px;text-align:center;}
.detail_view .tab_cont .lecture_list .t4{width:90px;text-align:center;}
.detail_view .tab_cont .lecture_list .t5{width:90px;text-align:center;}
.detail_view .tab_cont .lecture_list td.t1 a{display:block;width:70px;height:70px;border:1px solid #e2e2e2;overflow:hidden;}
.detail_view .tab_cont .lecture_list td.t1 a img{width:70px;height:70px;;}
.detail_view .tab_cont .lecture_list td.t2 span{display:block;}
.detail_view .tab_cont .lecture_list td.t2 .cate{}
.detail_view .tab_cont .lecture_list td.t2 .tit{font-weight:bold;margin:5px 0}
.detail_view .tab_cont .lecture_list td.t2 .book a:hover{text-decoration:underline;}

.detail_view .tab_cont .book_list th{height:36px;background:#f8f8f8;border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2;}
.detail_view .tab_cont .book_list th.t1{border-left:1px solid #e2e2e2;}
.detail_view .tab_cont .book_list th.t2{text-align:center;}
.detail_view .tab_cont .book_list th.t6{border-right:1px solid #e2e2e2;}

.detail_view .tab_cont .book_list td{border-bottom:1px solid #e2e2e2;padding:6px 0}
.detail_view .tab_cont .book_list .t1{width:90px;}
.detail_view .tab_cont .book_list .t3{width:150px;text-align:center;}
.detail_view .tab_cont .book_list .t4{width:150px;text-align:center;}
.detail_view .tab_cont .book_list .t5{width:100px;text-align:center;}
.detail_view .tab_cont .book_list .t6{width:100px;text-align:center;}
.detail_view .tab_cont .book_list td.t1 a{display:block;width:70px;height:100px;border:1px solid #e2e2e2;overflow:hidden;}
.detail_view .tab_cont .book_list td.t1 a img{width:70px;height:100px;;}
.detail_view .tab_cont .book_list td.t2 a{font-weight:bold;}
.detail_view .tab_cont .book_list td.t2 a:hover{text-decoration:underline;}


.detail_view .tab_cont .review_list th{height:36px;background:#f8f8f8;border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2;}
.detail_view .tab_cont .review_list th.t1{border-left:1px solid #e2e2e2;}
.detail_view .tab_cont .review_list th.t2{text-align:center;}
.detail_view .tab_cont .review_list th.t4{border-right:1px solid #e2e2e2;}

.detail_view .tab_cont .review_list td{border-bottom:1px solid #e2e2e2;padding:10px 0}
.detail_view .tab_cont .review_list .t1{width:120px;text-align:center;}
.detail_view .tab_cont .review_list .t3{width:90px;text-align:center;}
.detail_view .tab_cont .review_list .t4{width:90px;text-align:center;}

.detail_view .tab_cont .review_list .re{display:none}
.detail_view .tab_cont .review_list .re td{background:#f8f8f8;padding:30px;line-height:21px;}

.detail_view .tab_cont .guide table{border:1px solid #e2e2e2;border-bottom:0px;}
.detail_view .tab_cont .guide th{width:200px;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;background:#f8f8f8;padding:0 15px}
.detail_view .tab_cont .guide td{border-bottom:1px solid #e2e2e2;padding:20px;line-height:20px;}

.detail_view .normal_class_chart table td{height:34px;}
.detail_view .normal_class_chart table .t4 i{margin-top:5px;}

.order_wrap {padding:40px 0 90px 0;}

.basket_list table{border-top:2px solid #292929;margin-top:10px;}
.basket_list th{border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;height:40px;background:#f8f8f8}
.basket_list td{border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;overflow:hidden;padding:15px 0;text-align:center;}

.order_wrap .basket_list .cek{border-right:0px;width:50px;background:#fff}
.order_wrap .basket_list .t0{border-right:0px;width:100px;}
.order_wrap .basket_list .t1{border-right:1px solid #e2e2e2;}
.order_wrap .basket_list .t2{width:90px;}
.order_wrap .basket_list .t3{width:90px;}
.order_wrap .basket_list .t4{width:90px;}
.order_wrap .basket_list .t5{width:90px;}
.order_wrap .basket_list .t6{width:100px;border-right:0px;}

.basket_list th.t1{background:#fff;}

.basket_list td.t0 .goods_img{display:block;width:100px;overflow:hidden;}
.basket_list td.t0 .goods_img > span{display:block;border:1px solid #e2e2e2;overflow:hidden;}
.basket_list td.t0 .goods_img > span img{width:100px;height:auto;}

.basket_list td.t0 .goods_img .p_thum{width:98px;height:auto;}
.basket_list td.t0 .goods_img .etc_thum{width:98px;height:98px;}
.basket_list td.t0 .goods_img .book_thum{width:98px;height:98px;text-align:center;}
.basket_list td.t0 .goods_img .book_thum img{width:52px;height:77px;margin-top:11.5px;}

.basket_list td.t1 .goods_info{;text-align:left;padding:0 15px;}
.basket_list td.t1 .goods_info dt{font-size:13px;font-weight:bold;}
.basket_list td.t1 .goods_info dd{margin-top:10px;}
.basket_list td.t1 .goods_info dd li{margin-bottom:7px;color:#888}
.basket_list td.t1 .goods_info dd li:last-child{margin-bottom:0px;}
.basket_list td.t1 .goods_info dd li.opt span{color:#175ea6;}

.basket_list td.t2 .amount_box a{display:inline-block;width:48px;height:20px;line-height:22px;border:1px solid #a2a2a2;margin-top:3px;}
.basket_list td.t2 .amount_box input{width:48px;height:20px;border:1px solid #a2a2a2;text-align:center;background:#fafafa}

.basket_list td.t4 span{display:block;line-height:20px;}
.basket_list td.t5 span{display:block;line-height:20px;}
.basket_list td.t6 strong{display:block;margin-bottom:5px;color:#ec5051;}
.basket_list td.t6 a{display:inline-block;width:68px;height:20px;line-height:22px;border:1px solid #a2a2a2;}
.basket_list td.t6 a.order_bt{border-color:#ec5051;color:#ec5051;margin-bottom:3px;}
.basket_list td.t6 a:hover{background:#f8f8f8;}


.basket_view .info{margin-top:20px;position:relative;}

.basket_view .info table{border:1px solid #e2e2e2;border-top:2px solid #292929;}
.basket_view .info td{height:100px;border-right:1px solid #e2e2e2;text-align:center;}
.basket_view .info .t_common{width:140px;position:relative;}
.basket_view .info .t_common span{display:block;margin-bottom:10px;}
.basket_view .info .t_common strong{display:block;}
.basket_view .info .t_common label{position:absolute;right:-15px;top:35px;}

.basket_view .info .t4{text-align:right;border-right:0px;background:#f8f8f8;}
.basket_view .info .t4 dl{display:inline-block;overflow:hidden;}
.basket_view .info .t4 dl dt{float:left;line-height:20px;margin-right:50px;}
.basket_view .info .t4 dl dd{float:left;font-weight:bold;line-height:20px;}
.basket_view .info .t4 .point{}
.basket_view .info .t4 .point:after{content:'|';margin:0 30px;}
.basket_view .info .t4 .price{margin-right:30px;}
.basket_view .info .t4 .price dd{font-size:18px;letter-spacing:0px;color:#ec5051;}

.basket_view .bts{text-align:center;margin-top:30px;}

.order_wrap .order_bottom{margin-top:40px;overflow:hidden;}
.order_wrap .order_bottom .left_wrap{float:left;width:840px;}
.order_wrap .order_bottom .left_wrap .coupon_use table{margin-top:10px;border-top:1px solid #aaa}
.order_wrap .order_bottom .left_wrap .coupon_use table th{width:150px;background:#f8f8f8;text-indent:15px;text-align:left;border-bottom:1px solid #e2e2e2}
.order_wrap .order_bottom .left_wrap .coupon_use table td{padding:10px 15px;border-bottom:1px solid #e2e2e2}
.order_wrap .order_bottom .left_wrap .coupon_use table .t1 input{float:left;width:168px;height:28px;border:1px solid #e2e2e2;padding:0 5px; text-align: right;}
.order_wrap .order_bottom .left_wrap .coupon_use table .t1 a{float:left;display:block;height:26px;line-height:26px;width:70px;border:1px solid #a2a2a2;margin-left:5px;text-align:center;}
.order_wrap .order_bottom .left_wrap .coupon_use table .t1 a:hover{border-color:#aaa;background:#f8f8f8;}
.order_wrap .order_bottom .left_wrap .coupon_use table .t1 div{margin-top: 7px; margin-left: 12px; float: left}
.order_wrap .order_bottom .left_wrap .coupon_use table .t2 .in1{width:168px;height:28px;border:1px solid #e2e2e2;margin-right:10px;padding:0 5px;text-align: right;}
.order_wrap .order_bottom .left_wrap .coupon_use table .t2 span{float:none;margin-left:10px;}

.order_wrap .order_bottom .left_wrap .address_entry{margin-top:40px;}

.order_wrap .address_entry .tit_line{overflow:hidden;}
.order_wrap .address_entry .tit_line h4{float:left;}
.order_wrap .address_entry .tit_line ul{float:right;overflow:hidden;}
.order_wrap .address_entry .tit_line ul li{float:left;margin-left:20px;}

.order_wrap .address_entry table{margin-top:10px;margin-top:10px;border-top:1px solid #aaa}
.order_wrap .address_entry th{width:150px;background:#f8f8f8;text-indent:15px;text-align:left;border-bottom:1px solid #e2e2e2}
.order_wrap .address_entry td{padding:10px 15px;border-bottom:1px solid #e2e2e2}
.order_wrap .address_entry .t1 input{width:168px;height:28px;border:1px solid #e2e2e2;padding:0 5px}
.order_wrap .address_entry .t2 .add1{margin-bottom:5px;overflow:hidden;}
.order_wrap .address_entry .t2 .add1 input{float:left;width:168px;height:28px;border:1px solid #e2e2e2;padding:0 5px;}
.order_wrap .address_entry .t2 .add1 a{float:left;display:block;height:26px;line-height:26px;width:70px;border:1px solid #a2a2a2;margin-left:5px;text-align:center;}
.order_wrap .address_entry .t2 .add1 a:hover{border-color:#aaa;background:#f8f8f8;}
.order_wrap .address_entry .t2 .add2{margin-bottom:5px;}
.order_wrap .address_entry .t2 .add2 input{width:568px;height:28px;border:1px solid #e2e2e2;padding:0 5px}
.order_wrap .address_entry .t2 .add3 input{width:568px;height:28px;border:1px solid #e2e2e2;padding:0 5px}
.order_wrap .address_entry .t3 select{width:90px;height:30px;border:1px solid #e2e2e2;}
.order_wrap .address_entry .t3 input{width:168px;height:28px;border:1px solid #e2e2e2;padding:0 5px;margin-right:5px;}
.order_wrap .address_entry .t4 input{width:568px;height:28px;border:1px solid #e2e2e2;padding:0 5px}

.order_wrap .order_bottom .left_wrap .information_tab{margin-top:50px;}
.order_wrap .order_bottom .left_wrap .information_tab .tab_menu {overflow:hidden;}
.order_wrap .order_bottom .left_wrap .information_tab .tab_menu li{float:left;width:420px;}
.order_wrap .order_bottom .left_wrap .information_tab .tab_menu li a{display:block;text-align:center;height:38px;line-height:38px;border:1px solid #e2e2e2;border-bottom:1px solid #292929;background:#f8f8f8}
.order_wrap .order_bottom .left_wrap .information_tab .tab_menu li.on a{border-color:#292929;border-bottom:1px solid #fff;background:#fff;}

.order_wrap .order_bottom .left_wrap .information_tab .tab_cont {margin-top:20px;min-height:400px;}
.order_wrap .order_bottom .left_wrap .information_tab .tab_cont li{display:none;}
.order_wrap .order_bottom .left_wrap .information_tab .tab_cont li.on{display:block;}

.order_wrap .order_bottom .left_wrap .information_tab .cont01 table{border:1px solid #e2e2e2;border-bottom:0px;}
.order_wrap .order_bottom .left_wrap .information_tab .cont01 th{width:140px;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;background:#f8f8f8;padding:0 14px}
.order_wrap .order_bottom .left_wrap .information_tab .cont01 td{border-bottom:1px solid #e2e2e2;padding:20px;line-height:20px;}

.order_wrap .order_bottom .left_wrap .information_tab .cont03 {padding:15px;border:1px solid #e2e2e2;line-height:20px;height:500px;}

.order_wrap .order_bottom .payment_wrap{float:right;width:240px;border:1px solid #e2e2e2;}
.order_wrap .order_bottom .payment_wrap .add_price{border-bottom:1px solid #e2e2e2;padding:14px;}
.order_wrap .order_bottom .payment_wrap .add_price dt{font-weight:bold;}
.order_wrap .order_bottom .payment_wrap .add_price dd{text-align:right;margin-top:30px;}
.order_wrap .order_bottom .payment_wrap .add_price dd strong{font-size:24px;line-height:24px;letter-spacing:-1px;color:#d22828;}

.order_wrap .order_bottom .payment_wrap .price_list{border-bottom:1px solid #e2e2e2;background:#f8f8f8;padding:14px;}
.order_wrap .order_bottom .payment_wrap .price_list dl{overflow:hidden;}
.order_wrap .order_bottom .payment_wrap .price_list dt{float:left;line-height:20px;font-size:11px;font-family:'dotum'}
.order_wrap .order_bottom .payment_wrap .price_list dd{float:right;line-height:20px;}

.order_wrap .order_bottom .payment_wrap .payment{border-bottom:1px solid #e2e2e2;padding:14px;}
.order_wrap .order_bottom .payment_wrap .payment strong{display:block;}
.order_wrap .order_bottom .payment_wrap .payment ul{margin-top:10px;}
.order_wrap .order_bottom .payment_wrap .payment li{line-height:26px;}
.order_wrap .order_bottom .payment_wrap .payment li input{margin-right:10px;}

.order_wrap .order_bottom .payment_wrap .payment_bts{background:#f8f8f8;padding:14px;}
.order_wrap .order_bottom .payment_wrap .payment_bts .check{margin-bottom:15px;}
.order_wrap .order_bottom .payment_wrap .payment_bts a{display:block;}
.order_wrap .order_bottom .payment_wrap .payment_bts a.can{margin-top:4px;}

.order_wrap .oreder_finish .finish{border-top:2px solid #292929;border-bottom:1px solid #e2e2e2;padding:50px 0;margin-top:10px;}
.order_wrap .oreder_finish .finish p{text-align:center;}
.order_wrap .oreder_finish .finish strong{display:block;text-align:center;margin-top:20px}
.order_wrap .oreder_finish .finish a{display:block;text-align:center;margin-top:20px}

.order_wrap .oreder_finish .payment_info{margin-top:20px;position:relative;}

.order_wrap .oreder_finish .payment_info table{border:1px solid #e2e2e2;border-top:2px solid #292929;}
.order_wrap .oreder_finish .payment_info td{height:100px;border-right:1px solid #e2e2e2;text-align:center;}
.order_wrap .oreder_finish .payment_info .t_common{width:140px;position:relative;}
.order_wrap .oreder_finish .payment_info .t_common span{display:block;margin-bottom:10px;}
.order_wrap .oreder_finish .payment_info .t_common strong{display:block;}
.order_wrap .oreder_finish .payment_info .t_common label{position:absolute;right:-15px;top:35px;}

.order_wrap .oreder_finish .payment_info .t6{text-align:right;border-right:0px;background:#f8f8f8;}
.order_wrap .oreder_finish .payment_info .t6 dl{display:block;overflow:hidden;}
.order_wrap .oreder_finish .payment_info .t6 dl dt{display:inline-block;line-height:22px;}
.order_wrap .oreder_finish .payment_info .t6 dl dd{display:inline-block;font-weight:bold;line-height:22px;width:150px;margin-right:20px;}

.order_wrap .oreder_finish .payment_info .t6 .price dd{font-size:18px;letter-spacing:0px;color:#ec5051;}

.order_wrap .oreder_finish .basket_list{margin-top:40px;}
.order_wrap .oreder_finish .address_entry{margin-top:40px;}



.sub_common > .inner{padding:30px 0 140px 0}
.sub_common .left_gnb_wrap{width:210px;float:left;}
.sub_common .left_gnb_wrap h3{height:60px;line-height:60px;background:#4a9ed2;text-align:center;font-family:'notokr-medium';font-weight:600;font-size:20px;letter-spacing:-0.5px;color:#fff;}
.sub_common .left_gnb {border-right:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.sub_common .left_gnb > a{display:block;overflow:hidden;height:44px;line-height:44px;border-bottom:1px solid #e2e2e2;padding:0 10px}
.sub_common .left_gnb > a strong{display:block;float:left;font-weight:normal;font-family:'notokr-medium';font-size:13.5px;color:#494949}
.sub_common .left_gnb > a span i{display:none;float:right;line-height:44px;font-size:18px;}
.sub_common .left_gnb > a span i.on{display:block;}
.sub_common .left_gnb > a:hover strong{font-weight:bold;}
.sub_common .left_gnb > a.on strong{font-weight:bold;}
.sub_common .left_gnb > a.on span{font-weight:bold;}

.sub_common .left_gnb > .sub ul li a{display:block;height:30px;line-height:30px;border-bottom:1px solid #e2e2e2;padding:0 10px;background:#f8f8f8;font-size:12px;color:#777}
.sub_common .left_gnb > .sub ul li.on a{font-weight:bold;color:#292929}
.sub_common .left_gnb > .sub ul li a:hover{font-weight:bold;}

.sub_common .right_section{width:860px;float:right;}
.sub_common .right_section .navi {overflow:hidden;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;margin-bottom:20px;}
.sub_common .right_section .navi h3{float:left;height:45px;line-height:45px;letter-spacing:-1px;font-family:'notokr-medium';font-size:15px;}
.sub_common .right_section .navi ul{float:right;overflow:hidden;}
.sub_common .right_section .navi ul li{height:45px;float:left;line-height:45px;}
.sub_common .right_section .navi ul li.bar{margin:0 10px;}
.sub_common .right_section .navi ul li:last-child{font-weight:bold;}

.sub_common .right_section .intro{margin-bottom:10px;}

.sub_common .right_section .my_inquiry .my_inquiry_table table{border-top:2px solid #292929}
.sub_common .right_section .my_inquiry .my_inquiry_table th{width:120px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;text-align:left;text-indent:20px;}
.sub_common .right_section .my_inquiry .my_inquiry_table td{border-bottom:1px solid #e2e2e2;padding:0 15px}

.sub_common .right_section .my_inquiry .my_inquiry_table .t1 th{height:40px;}
.sub_common .right_section .my_inquiry .my_inquiry_table .t1 td{height:40px;}
.sub_common .right_section .my_inquiry .my_inquiry_table .t1 select{width:200px;border:1px solid #e2e2e2;}

.sub_common .right_section .my_inquiry .my_inquiry_table .t2 th{}
.sub_common .right_section .my_inquiry .my_inquiry_table .t2 td{padding:10px 15px}
.sub_common .right_section .my_inquiry .my_inquiry_table .t2 input{width:700px;border:1px solid #e2e2e2;height:20px;padding:0 5px}

.sub_common .right_section .my_inquiry .my_inquiry_table .t3 td{padding:10px 15px}
.sub_common .right_section .my_inquiry .my_inquiry_table .t3 textarea{width:700px;border:1px solid #e2e2e2;height:300px;padding:0 5px;}

.sub_common .right_section .my_inquiry .inquiry_bt{margin-top:20px;text-align:center;}
.sub_common .right_section .my_inquiry .inquiry_bt a{display:inline-block;}

.sub_common .right_section .teacher_recruit .my_inquiry_table table{border-top:2px solid #3f9dd6}


.sub_common .common_table{}
.sub_common .common_table table{border-top:2px solid #292929;}
.sub_common .common_table th{height:46px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;text-align:center;}
.sub_common .common_table td{height:42px;border-bottom:1px solid #e2e2e2;text-align:center;}
.sub_common .common_table .t1{width:80px;}
.sub_common .common_table td.t2{padding:0 10px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;max-width:500px}
.sub_common .common_table .t3{width:100px;}
.sub_common .common_table .t4{width:80px;}

.sub_common .paging{margin-top:20px;text-align:center;}
.sub_common .paging a{display:inline-block;width:24px;height:24px;line-height:26px;border:1px solid #e2e2e2;text-align:center;}
.sub_common .paging a.prev{width:80px;}
.sub_common .paging a.next{width:80px;}
.sub_common .paging a.on{border-color:#4492c2}

.sub_common .common_table_view{border-top:2px solid #292929;}
.sub_common .common_table_view .view_title{overflow:hidden;border-bottom:1px solid #e2e2e2;padding:15px 0}
.sub_common .common_table_view .view_title td{text-align:center;}
.sub_common .common_table_view .view_title .t1{text-align:left;line-height:18px;padding-right:20px;}
.sub_common .common_table_view .view_title .t2{width:100px;}
.sub_common .common_table_view .view_title .t3{width:100px;}

.sub_common .common_table_view .view_contents{padding:20px 10px;border-bottom:1px solid #e2e2e2;}
.sub_common .common_table_view .view_contents .cont{margin-bottom:20px;min-height:150px;}
.sub_common .common_table_view .view_contents .cont img{max-width:840px;height:auto;}
.sub_common .common_table_view .view_contents .view_file{overflow:hidden;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.sub_common .common_table_view .view_contents .view_file dt{float:left;width:110px;border-right:1px solid #e2e2e2;height:40px;line-height:40px;text-align:center;background:#f8f8f8;}
.sub_common .common_table_view .view_contents .view_file dd{float:left;height:40px;line-height:40px;text-indent:10px;}

.sub_common .common_table_view .table_bt{text-align:right;margin-top:10px;}
.sub_common .common_table_view .table_bt a{display:inline-block;width:68px;height:24px;border:1px solid #c2c2c2;text-align:center;line-height:26px;}

.sub_common .re_comment_wrap .re_write{overflow:hidden;margin-top:20px;}
.sub_common .re_comment_wrap .re_write dt{float:left;border:1px solid #c2c2c2;}
.sub_common .re_comment_wrap .re_write dt textarea{display:block;width:738px;;height:48px;padding:5px;border:0px;}
.sub_common .re_comment_wrap .re_write dd{float:left;}
.sub_common .re_comment_wrap .re_write dd a{display:block;width:110px;height:60px;background:#595959;color:#fff;font-weight:bold;line-height:60px;text-align:center;}
.sub_common .re_comment_wrap .re_write dd a:hover{background:#494949;}

.sub_common .re_comment_wrap .re_list{margin-top:20px;border-top:1px solid #e2e2e2}
.sub_common .re_comment_wrap .re_list ul li{border-bottom:1px solid #e2e2e2;padding:15px 0}
.sub_common .re_comment_wrap .re_list ul li dt{overflow:hidden;}
.sub_common .re_comment_wrap .re_list ul li dt strong{margin-right:5px;display:block;height:18px;line-height:18px;float:left;}
.sub_common .re_comment_wrap .re_list ul li dt span{margin-right:10px;display:block;height:18px;line-height:18px;float:left;}
.sub_common .re_comment_wrap .re_list ul li dt a{display:block;width:14px;height:16px;background:url('//edu-market.co.kr/image/common/delete_btn.png') no-repeat center;float:left;}
.sub_common .re_comment_wrap .re_list ul li dd{margin-top:6px;line-height:18px;color:#888888}

.sub_common .cs_faq .faq_intro{height:120px;background:url('//edu-market.co.kr/image/cscenter/faq_intro.png') no-repeat 10px center;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;position:relative;}
.sub_common .cs_faq .faq_search_box{border:1px solid #e2e2e2;width:380px;overflow:hidden;position:absolute;right:0px;top:44px;}
.sub_common .cs_faq .faq_search_box select{width:100px;display:block;float:left;height:30px;background:#f8f8f8; border-right: 1px solid #e2e2e2}
.sub_common .cs_faq .faq_search_box select option{background:#fff;border:0px}
.sub_common .cs_faq .faq_search_box input{display:block;width:190px;height:30px;float:left;padding:0 5px;}
.sub_common .cs_faq .faq_search_box a{display:block;width:79px;height:30px;float:left;border-left:1px solid #e2e2e2;text-align:center;line-height:30px;}

.sub_common .cs_faq .faq_tab_menu{margin-bottom:20px;}
.sub_common .cs_faq .faq_tab_menu ul{overflow:hidden;margin-top:20px;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.sub_common .cs_faq .faq_tab_menu ul li{float:left;width:175px;border-bottom:1px solid #e2e2e2;background:#f8f8f8}
.sub_common .cs_faq .faq_tab_menu ul li a{display:block;height:40px;line-height:40px;text-align:center;border-right:1px solid #e2e2e2;}
.sub_common .cs_faq .faq_tab_menu ul li.on{border-bottom:0px;width:159px;background:#fff}
.sub_common .cs_faq .faq_tab_menu ul li.on a{font-weight:bold;}


.sub_common .event_wrap .event_tab ul{overflow:hidden;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.sub_common .event_wrap .event_tab ul li{float:left;width:286px;border-bottom:1px solid #e2e2e2;background:#f8f8f8}
.sub_common .event_wrap .event_tab ul li a{display:block;height:40px;line-height:40px;text-align:center;border-right:1px solid #e2e2e2;}
.sub_common .event_wrap .event_tab ul li.on{width:287px;background:#fff;border-bottom:0px;}

.sub_common .event_wrap .event_list{}
.sub_common .event_wrap .event_list .event_number{margin-top:20px;}
.sub_common .event_wrap .event_list .event_number strong{color:#d22828;}
.sub_common .event_wrap .event_list table{margin-top:10px;border-top:2px solid #292929;}
.sub_common .event_wrap .event_list table td{padding:15px 0;border-bottom:1px solid #e2e2e2;}
.sub_common .event_wrap .event_list table td.no_event{height:130px;text-align:center;}
.sub_common .event_wrap .event_list table td.event_img{width:280px;text-align:center;background:#f8f8f8;}
.sub_common .event_wrap .event_list table td.event_img p{border:1px solid #e2e2e2;overflow:hidden;width:250px;margin-left:14px;}
.sub_common .event_wrap .event_list table td.event_title{padding:20px;border-right:1px solid #e2e2e2;}
.sub_common .event_wrap .event_list table td.event_title strong{display:block;line-height:18px;}
.sub_common .event_wrap .event_list table td.event_title span{display:block;margin-top:10px;}
.sub_common .event_wrap .event_list table td.event_result{width:110px;text-align:center;}
.sub_common .event_wrap .event_list table td.event_result strong{display:block;}
.sub_common .event_wrap .event_list table td.event_result span{display:block;margin-top:5px;color:#d22828}
.sub_common .event_wrap .event_list table td.event_result a{display:block;margin-top:10px;width:68px;height:22px;line-height:22px;border:1px solid #c2c2c2;margin-left:20px;}
.sub_common .event_wrap .event_list table td.event_result a:hover{background:#f8f8f8;}

.sub_common .event_wrap .common_table_view .view_contents{padding:20px 0;}
.sub_common .event_wrap .common_table_view .view_contents .event_cont{overflow:hidden;}
.sub_common .event_wrap .common_table_view .view_contents .event_cont img{width:860px;}


/* 공통입력폼 */
#input_form table{border:1px solid #e2e2e2;}
#input_form table th{border-bottom:1px solid #e2e2e2;background:#fbfbfb;text-align:left;text-indent:15px;}
#input_form table th > span{font-size:11px;font-family:'dotum';color:#d50c0c;}
#input_form table td{padding:10px;border-bottom:1px solid #e2e2e2;overflow:hidden;}

#input_form table td .text_box{height:28px;border:1px solid #a2a2a2;text-indent:5px;} /* input type="text" 기본값 */
#input_form table td .select_box{height:28px;border:1px solid #a2a2a2;text-indent:5px;}
#input_form table td a.btn{display:inline-block;padding:0 10px;height:26px;line-height:26px;font-size:11px;font-family:'dotum';border:1px solid #191919;color:#f2f2f2;font-weight:bold;border-radius:3px; background:linear-gradient(to top,#494949,#595959,#696969)} /* 버튼기본값 */

#input_form table td dl{overflow:hidden;}
#input_form table td dd{float:left;}
#input_form table td dd span{margin-left:10px;}
#input_form table td dd label{margin-left:5px;}
#input_form table td dd input{vertical-align:middle;}
#input_form table td dd select{min-width:100px;height:28px;border:1px solid #a2a2a2;}
#input_form table td dd textarea{width:600px;height:150px;border:1px solid #a2a2a2;}

#input_form table tr:last-child td{border-bottom:0px;}
#input_form table tr:last-child th{border-bottom:0px;}

#input_form .normal_text{}

#input_form .phone td .text_box{width:132px;}
#input_form .phone dl dd{margin-right:5px}
#input_form .phone_check dd{margin-right:5px;}

#input_form .address td .add1{margin-bottom:5px;}
#input_form .address td .add2{margin-bottom:5px;}
#input_form .address td .add1 .text_box{width:120px;}
#input_form .address td .add1  dd{margin-right:5px;}
#input_form .address td .add2 .text_box{width:500px;}
#input_form .address td .add3 .text_box{width:500px;}

#input_form .id dd{margin-right:5px;}
#input_form .radio td{padding:15px 10px;}
#input_form .radio dd {margin-right:20px;}
#input_form .check td{padding:15px 10px;}
#input_form .e_mail dd {margin-right:5px;}
#input_form .subject .text_box{width:600px;}
#input_form .file dd{margin-right:5px;}

#input_form .text_guide{border:5px solid #f2f2f2;margin-top:30px;font-size:11px;font-family:'dotum';padding:10px;}
#input_form .text_guide ul li{color:#828282;line-height:18px}
#input_form .back_btn{text-align:center;margin-top:30px;}
#input_form .back_btn a{display:inline-block;width:120px;line-height:30px;height:30px;border:1px solid #595959;font-size:14px;font-weight:bold;letter-spacing:-1px;border-radius:3px;box-shadow:0px 1px 2px rgba(0,0,0,0.2)}




.mypage .text_guide{margin-top:20px;border:1px solid #e2e2e2;padding:20px;background:#fafafa}
.mypage .text_guide li{line-height:20px;}

.mypage .mypage_user_info{border:1px solid #e2e2e2;background:#f8f8f8;}
.mypage .mypage_user_info .user_intro{border-bottom:1px solid #e2e2e2;height:30px;line-height:30px;padding:0 15px;background:#fff}
.mypage .mypage_user_info .top{overflow:hidden;padding:15px}
.mypage .mypage_user_info h4{margin-bottom:10px;}

.mypage .mypage_user_info .lec_info{float:left;}
.mypage .mypage_user_info .lec_info .info{overflow:hidden;border:1px solid #e2e2e2;border-right:0px;letter-spacing:-1px;background:#fff}
.mypage .mypage_user_info .lec_info .info dl{float:left;width:200px;border-right:1px solid #e2e2e2;}
.mypage .mypage_user_info .lec_info .info dt{border-bottom:1px solid #e2e2e2;height:40px;line-height:40px;font-family: 'Noto Sans', sans-serif;text-align:center;font-size:14px;font-weight:800;letter-spacing:-1px;}
.mypage .mypage_user_info .lec_info .info dd{height:70px;padding:0 15px;}
.mypage .mypage_user_info .lec_info .info dd > div{overflow:hidden;height:20px;line-height:20px;}
.mypage .mypage_user_info .lec_info .info dd > .d1{padding-top:15px;}
.mypage .mypage_user_info .lec_info .info dd span{float:left;}
.mypage .mypage_user_info .lec_info .info dd a{float:right;font-weight:bold;color:#d22828;}

.mypage .mypage_user_info .coupon_info{float:right;}
.mypage .mypage_user_info .coupon_info .info{overflow:hidden;border:1px solid #e2e2e2;border-right:0px;background:#fff}
.mypage .mypage_user_info .coupon_info .info dl{float:left;width:100px;border-right:1px solid #e2e2e2}
.mypage .mypage_user_info .coupon_info .info dt{border-bottom:1px solid #e2e2e2;height:40px;line-height:40px;font-family: 'Noto Sans', sans-serif;text-align:center;font-size:14px;font-weight:800;letter-spacing:-1px;}
.mypage .mypage_user_info .coupon_info .info dd{height:70px;padding:0 15px;}
.mypage .mypage_user_info .coupon_info .info dd strong{display:block;line-height:40px;text-align:center;padding-top:15px;color:#d22828}
.mypage .mypage_user_info .coupon_info .info dd a{display:block;line-height:20px;text-align:center;}

.mypage .mypage_user_info .inquiry_list{padding:0 15px 30px 15px;}
.mypage .mypage_user_info .inquiry_list table{border:1px solid #e2e2e2;border-bottom:0px;background:#fff;}
.mypage .mypage_user_info .inquiry_list th{height:40px;border-bottom:1px solid #e2e2e2;}
.mypage .mypage_user_info .inquiry_list td{border-bottom:1px solid #e2e2e2;height:40px;text-align:center;}
.mypage .mypage_user_info .inquiry_list td.t1{text-align:left;padding:0 15px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.mypage .mypage_user_info .inquiry_list td.t2{width:100px;}
.mypage .mypage_user_info .inquiry_list td.t3{width:80px;}

.mypage .mypage_main .mini_board {overflow:hidden;margin-top:20px;}
.mypage .mypage_main .mini_board .notice{float:left;}
.mypage .mypage_main .mini_board .exam_notice{float:right;}
.mypage .mypage_main .mini_board .q_board{width:415px;border:1px solid #e2e2e2;border-bottom:0px;}
.mypage .mypage_main .mini_board .q_board h4{height:40px;line-height:40px;padding:0 15px;background:#f8f8f8}
.mypage .mypage_main .mini_board .q_board h4 strong{float:left;font-size:13px;}
.mypage .mypage_main .mini_board .q_board h4 a{float:right;}
.mypage .mypage_main .mini_board .q_board ul{border-top:1px solid #e2e2e2;}
.mypage .mypage_main .mini_board .q_board li{border-bottom:1px solid #e2e2e2;overflow:hidden;height:34px;line-height:34px;padding:0 15px;}
.mypage .mypage_main .mini_board .q_board li a{float:left;max-width:290px;display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.mypage .mypage_main .mini_board .q_board li span{float:right;}
.mypage .mypage_main .mini_board .q_board li img{margin-top:11.5px;margin-left:5px;}

.mypage .my_order_list .days_search{border:1px solid #e2e2e2;padding:10px 30px;overflow:hidden;background:#f8f8f8}
.mypage .my_order_list .days_search .month_search{overflow:hidden;border-right:1px solid #e2e2e2;width:289px;float:left;}
.mypage .my_order_list .days_search .month_search img{float:left;margin-top:12px;margin-right:30px}
.mypage .my_order_list .days_search .month_search a{display:block;float:left;width:58px;height:36px;line-height:36px;border:1px solid #e2e2e2;background:#fff url('//edu-market.co.kr/image/mypage/bt_gray_bg.png') repeat-x center 18px;text-align:center; }
.mypage .my_order_list .days_search .month_search a:hover{background:#fff url('//edu-market.co.kr/image/mypage/bt_gray_bg.png') repeat-x center 29px;}
.mypage .my_order_list .days_search .calendar_search {overflow:hidden;float:left;margin-left:20px;}
.mypage .my_order_list .days_search .calendar_search .days{border:1px solid #e2e2e2;float:left;overflow:hidden;background:#fff}
.mypage .my_order_list .days_search .calendar_search .days span{display:block;float:left;width:130px;line-height:36px;height:36px;text-align:center;}
.mypage .my_order_list .days_search .calendar_search .days a{display:block;float:left;width:36px; height:36px;line-height:36px;text-align:center;background:url('//edu-market.co.kr/image/mypage/bt_gray_bg.png') repeat-x center 18px;border-left:1px solid #e2e2e2;}
.mypage .my_order_list .days_search .calendar_search .days a:hover{background:url('//edu-market.co.kr/image/mypage/bt_gray_bg.png') repeat-x center 29px;}
.mypage .my_order_list .days_search .calendar_search .etc{line-height:38px;margin:0 3px;float:left;}
.mypage .my_order_list .days_search .search_bt{float:right;}

.mypage .my_order_list  .my_order_table{margin-top:20px;}
.mypage .my_order_list  .my_order_table table{border-top:2px solid #292929;}
.mypage .my_order_list  .my_order_table th{height:46px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;}
.mypage .my_order_list  .my_order_table td{padding:15px 0;border-bottom:1px solid #e2e2e2;text-align:center;}
.mypage .my_order_list  .my_order_table .t1{width:150px;}
.mypage .my_order_list  .my_order_table .t1 strong{display:block;}
.mypage .my_order_list  .my_order_table .t1 a{display:block;margin-top:5px;}
.mypage .my_order_list  .my_order_table .t2{text-align:left;padding:0 15px}
.mypage .my_order_list  .my_order_table .t2 a{display:block;font-weight:bold;}
.mypage .my_order_list  .my_order_table .t2 a strong{color:#d22828;}
.mypage .my_order_list  .my_order_table .t2 span{display:block;margin-top:5px;}
.mypage .my_order_list  .my_order_table .t3{width:100px;}
.mypage .my_order_list  .my_order_table td.t3{font-weight:bold;color:#d22828;}
.mypage .my_order_list  .my_order_table .t4{width:100px;}
.mypage .my_order_list  .my_order_table .t5{width:100px;}
.mypage .my_order_list  .my_order_table .t5 a{display:block;width:60px;height:22px;border:1px solid #a2a2a2;text-align:center;line-height:22px;margin-left:20px;}

.mypage .my_order_view .basket_list .t0{border-right:0px;width:100px;}
.mypage .my_order_view .basket_list .t1{border-right:1px solid #e2e2e2;}
.mypage .my_order_view .basket_list .t2{width:50px;}
.mypage .my_order_view .basket_list .t3{width:90px;}
.mypage .my_order_view .basket_list .t4{width:90px;}
.mypage .my_order_view .basket_list .t5{width:60px;}
.mypage .my_order_view .basket_list .t6{width:90px;border-right:0px;}

.mypage .my_order_view .payment_info{margin-top:20px;position:relative;}
.mypage .my_order_view .payment_info table{border:1px solid #e2e2e2;border-top:2px solid #292929;}
.mypage .my_order_view .payment_info td{height:100px;border-right:1px solid #e2e2e2;text-align:center;}
.mypage .my_order_view .payment_info .t_common{width:110px;position:relative;}
.mypage .my_order_view .payment_info .t_common span{display:block;margin-bottom:10px;}
.mypage .my_order_view .payment_info .t_common strong{display:block;}
.mypage .my_order_view .payment_info .t_common label{position:absolute;right:-15px;top:35px;}

.mypage .my_order_view .payment_info .t6{text-align:right;border-right:0px;background:#f8f8f8;}
.mypage .my_order_view .payment_info .t6 dl{display:block;overflow:hidden;}
.mypage .my_order_view .payment_info .t6 dl dt{display:inline-block;line-height:22px;}
.mypage .my_order_view .payment_info .t6 dl dd{display:inline-block;font-weight:bold;line-height:22px;width:150px;margin-right:20px;}

.mypage .my_order_view .payment_info .t6 .price dd{font-size:18px;letter-spacing:0px;color:#ec5051;}

.mypage .my_order_view .address_entry{margin-top:30px;}
.mypage .my_order_view .address_entry table{margin-top:10px;margin-top:10px;border-top:1px solid #aaa}
.mypage .my_order_view .address_entry th{width:150px;background:#f8f8f8;text-indent:15px;text-align:left;border-bottom:1px solid #e2e2e2}
.mypage .my_order_view .address_entry td{padding:10px 15px;border-bottom:1px solid #e2e2e2;min-height:22px;}
.mypage .my_order_view .address_entry .t2 .add1{margin-bottom:5px;}
.mypage .my_order_view .address_entry .t2 .add2{margin-bottom:5px;}

.mypage .my_order_view .my_credit_info {margin-top:30px;}
.mypage .my_order_view .my_credit_info table{margin-top:10px;margin-top:10px;border-top:1px solid #aaa}
.mypage .my_order_view .my_credit_info th{width:150px;background:#f8f8f8;text-indent:15px;text-align:left;border-bottom:1px solid #e2e2e2}
.mypage .my_order_view .my_credit_info td{padding:10px 15px;border-bottom:1px solid #e2e2e2}

.mypage .my_order_view .table_bt{margin-top:20px;border-top:1px solid #e2e2e2;text-align:right;}
.mypage .my_order_view .table_bt a{margin-top:10px;display:inline-block;width:68px;height:24px;border:1px solid #c2c2c2;line-height:24px;text-align:center;}
.mypage .my_order_view .table_bt a:hover{background:#f8f8f8;}

.mypage .my_order_view .refund{margin-top:30px;}
.mypage .my_order_view h4{font-family:'notokr-medium';font-size:14px;letter-spacing:-0.5px;font-weight:normal;}
.mypage .my_order_view .refund td {overflow:hidden;}
.mypage .my_order_view .refund td textarea{display:block;float:left;width:600px;height:40px;border:1px solid #e2e2e2;padding:5px}
.mypage .my_order_view .refund td a{display:block;float:left;width:62px;height:52px;background:#393939;text-align:center;;margin-left:5px;line-height:50px;color:#fff}

.mypage .my_point .my_point_info{border:1px solid #e2e2e2;background:#f8f8f8;padding:14px}
.mypage .my_point .my_point_info h4{}
.mypage .my_point .my_point_info h4 span{font-size:11px;margin-left:5px;color:#777}
.mypage .my_point .my_point_info ul{overflow:hidden;border:1px solid #e2e2e2;overflow:hidden;margin-top:10px;}
.mypage .my_point .my_point_info ul li{float:left;width:275px;background:#fff;border-right:1px solid #e2e2e2;height:40px;line-height:40px;}
.mypage .my_point .my_point_info ul li span{float:left;margin-left:10px;}
.mypage .my_point .my_point_info ul li strong{float:right;margin-right:10px;color:#d22828}

.mypage .my_point .common_table{margin-top:20px;}
.mypage .my_point .common_table .t1{width:100px;}
.mypage .my_point .common_table td.t2{padding:0 10px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;max-width:500px}
.mypage .my_point .common_table .t3{width:80px;}
.mypage .my_point .common_table .t4{width:80px;}

.mypage .my_coupon .coupon_save {overflow:hidden;border:1px solid #e2e2e2;padding:20px 40px;background:#f8f8f8}
.mypage .my_coupon .coupon_save h4{float:left;}
.mypage .my_coupon .coupon_save .coupon_input_box{float:right;margin-top:5px;}
.mypage .my_coupon .coupon_save .coupon_input_box span{display:block;}
.mypage .my_coupon .coupon_save .coupon_input_box .coupon_input{overflow:hidden;margin-top:5px;}
.mypage .my_coupon .coupon_save .coupon_input_box .coupon_input input{border:1px solid #e2e2e2;width:388px;height:28px;float:left;}
.mypage .my_coupon .coupon_save .coupon_input_box .coupon_input a{display:block;float:left;width:110px;height:28px;line-height:29px;border:1px solid #e2e2e2;margin-left:2px;text-align:center;background:#fff url('//edu-market.co.kr/image/mypage/bt_gray_bg.png') repeat-x center 14px;}
.mypage .my_coupon .coupon_save .coupon_input_box .coupon_input a:hover{background:#fff url('//edu-market.co.kr/image/mypage/bt_gray_bg.png') repeat-x center 24px;}

.mypage .my_coupon .coupon_table{margin-top:20px;}
.mypage .my_coupon .coupon_table table{border-top:2px solid #292929;}
.mypage .my_coupon .coupon_table th{height:46px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;}
.mypage .my_coupon .coupon_table td{padding:15px 0;border-bottom:1px solid #e2e2e2;text-align:center;}
.mypage .my_coupon .coupon_table .t1{width:126px;}
.mypage .my_coupon .coupon_table td.t2{text-align:left;}
.mypage .my_coupon .coupon_table .t3{width:120px;}
.mypage .my_coupon .coupon_table .t4{width:120px;}
.mypage .my_coupon .coupon_table .t4 span{display:block;}
.mypage .my_coupon .coupon_table .t4 strong{display:block;margin-top:5px;}

.mypage .my_inquiry .intro{margin-bottom:20px;}

.mypage .my_inquiry .my_inquiry_table table{border-top:2px solid #292929}
.mypage .my_inquiry .my_inquiry_table th{width:120px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;text-align:left;text-indent:20px;}
.mypage .my_inquiry .my_inquiry_table td{border-bottom:1px solid #e2e2e2;padding:0 15px}

.mypage .my_inquiry .my_inquiry_table .t1 th{height:40px;}
.mypage .my_inquiry .my_inquiry_table .t1 td{height:40px;}
.mypage .my_inquiry .my_inquiry_table .t1 select{width:200px;border:1px solid #e2e2e2;}

.mypage .my_inquiry .my_inquiry_table .t2 th{}
.mypage .my_inquiry .my_inquiry_table .t2 td{padding:10px 15px}
.mypage .my_inquiry .my_inquiry_table .t2 input{width:700px;border:1px solid #e2e2e2;height:20px;padding:0 5px}

.mypage .my_inquiry .my_inquiry_table .t3 td{padding:10px 15px}
.mypage .my_inquiry .my_inquiry_table .t3 textarea{width:700px;border:1px solid #e2e2e2;height:300px;padding:0 5px;}

.mypage .my_inquiry .inquiry_bt{margin-top:20px;text-align:center;}
.mypage .my_inquiry .inquiry_bt a{display:inline-block;}


.mypage .my_inquiry .inquiry_bn{position:relative;;height:130px;background:url('//edu-market.co.kr/image/mypage/inquiry_bn.png') no-repeat center;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.mypage .my_inquiry .inquiry_bn a{display:block;margin-left:20px;margin-top:86px;}

.mypage .my_inquiry .inquiry_list{margin-top:20px;}
.mypage .my_inquiry .inquiry_list table{margin-top:10px;margin-top:10px;border-top:1px solid #aaa}
.mypage .my_inquiry .inquiry_list th{height:46px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;}
.mypage .my_inquiry .inquiry_list td{height:42px;border-bottom:1px solid #e2e2e2;text-align:center;}
.mypage .my_inquiry .inquiry_list td.t1{padding:0 10px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;max-width:500px}
.mypage .my_inquiry .inquiry_list .t2{width:100px;}
.mypage .my_inquiry .inquiry_list .t3{width:100px;}

.mypage .my_inquiry .inquiry_view .question{border-top:2px solid #292929;margin-top:20px;}
.mypage .my_inquiry .inquiry_view .question dt{height:46px;line-height:46px;background:#f8f8f8;overflow:hidden;}
.mypage .my_inquiry .inquiry_view .question dt .tit{float:left;margin-left:15px;}
.mypage .my_inquiry .inquiry_view .question dt .tit img{margin-top:12.5px;}
.mypage .my_inquiry .inquiry_view .question dt .date{float:right;margin-right:15px;}
.mypage .my_inquiry .inquiry_view .question dd{border-bottom:1px solid #e2e2e2;padding:15px;}

.mypage .my_inquiry .inquiry_view .answer{margin-top:10px;padding:0 15px;border:1px solid #e2e2e2;}
.mypage .my_inquiry .inquiry_view .answer dt{height:46px;line-height:46px;;overflow:hidden;}
.mypage .my_inquiry .inquiry_view .answer dt .tit{float:left;}
.mypage .my_inquiry .inquiry_view .answer dt .tit img{margin-top:12.5px;}
.mypage .my_inquiry .inquiry_view .answer dt .date{float:right;}
.mypage .my_inquiry .inquiry_view .answer dd{border-top:1px solid #e2e2e2;padding:15px 0;}

.mypage .my_personal .personal_wrap{border:1px solid #e2e2e2;background:#f8f8f8;padding:30px 19px;}
.mypage .my_personal .personal_wrap .basic{}
.mypage .my_personal .personal_wrap .basic table{margin-top:10px;border:1px solid #e2e2e2;background:#fff;border-bottom:0px;}
.mypage .my_personal .personal_wrap .basic th{width:136px;text-align:left;text-indent:15px;height:39px;border-bottom:1px solid #e2e2e2;}
.mypage .my_personal .personal_wrap .basic th strong{color:#d22828;}
.mypage .my_personal .personal_wrap .basic td{border-bottom:1px solid #e2e2e2;padding:10px 0}
.mypage .my_personal .personal_wrap .basic td input{border:1px solid #d2d2d2;}
.mypage .my_personal .personal_wrap .basic td input.text_box{height:26px;padding:0 5px}
.mypage .my_personal .personal_wrap .basic .t5 td .add1{margin-bottom:5px;overflow:hidden;}
.mypage .my_personal .personal_wrap .basic .t5 td .add1 input{float:left;}
.mypage .my_personal .personal_wrap .basic .t5 td .add1 a{float:left;display:block;height:26px;line-height:26px;width:80px;border:1px solid #d2d2d2;margin-left:5px;text-align:center;}
.mypage .my_personal .personal_wrap .basic .t5 td .add1 a:hover{border-color:#aaa;background:#f8f8f8;}
.mypage .my_personal .personal_wrap .basic .t5 td .add2{margin-bottom:5px;}
.mypage .my_personal .personal_wrap .basic .t5 td .add2 input{width:500px;}
.mypage .my_personal .personal_wrap .basic .t5 td .add3 input{width:500px;}
.mypage .my_personal .personal_wrap .basic .t6 td input{width:100px;}
.mypage .my_personal .personal_wrap .basic .t6 td .hp input{float:left;}
.mypage .my_personal .personal_wrap .basic .t6 td .hp a{float:left;display:block;height:26px;line-height:26px;width:80px;border:1px solid #d2d2d2;margin-left:5px;text-align:center;}
.mypage .my_personal .personal_wrap .basic .t6 td .hp a:hover{border-color:#aaa;background:#f8f8f8;}
.mypage .my_personal .personal_wrap .basic .t7 td .email input{float:left;}
.mypage .my_personal .personal_wrap .basic .t7 td .email a{float:left;display:block;height:26px;line-height:26px;width:80px;border:1px solid #d2d2d2;margin-left:5px;text-align:center;}
.mypage .my_personal .personal_wrap .basic .t7 td .email a:hover{border-color:#aaa;background:#f8f8f8;}
.mypage .my_personal .personal_wrap .basic .t8 td{overflow:hidden;}
.mypage .my_personal .personal_wrap .basic .t8 td > div{overflow:hidden;}
.mypage .my_personal .personal_wrap .basic .t8 td > div h5{float:left;width:130px;font-weight:bold;}
.mypage .my_personal .personal_wrap .basic .t8 dl{overflow:hidden;float:left;margin-right:10px;}
.mypage .my_personal .personal_wrap .basic .t8 dt{float:left;margin-right:5px;}
.mypage .my_personal .personal_wrap .basic .t8 dd{float:left;}
.mypage .my_personal .personal_wrap .basic .t8 td .email{height:30px;line-height:30px;}
.mypage .my_personal .personal_wrap .basic .t8 td .sms{height:30px;line-height:30px;}
.mypage .my_personal .personal_wrap .basic .t8 td .push{height:30px;line-height:30px;}

.mypage .my_personal .personal_wrap .interest{margin-top:30px;}
.mypage .my_personal .personal_wrap .interest table{margin-top:10px;border:1px solid #e2e2e2;background:#fff;border-bottom:0px;}
.mypage .my_personal .personal_wrap .interest th{width:136px;text-align:left;text-indent:15px;height:39px;border-bottom:1px solid #e2e2e2;}
.mypage .my_personal .personal_wrap .interest th strong{color:#d22828;}
.mypage .my_personal .personal_wrap .interest td{border-bottom:1px solid #e2e2e2;padding:10px 0}
.mypage .my_personal .personal_wrap .interest td input{border:1px solid #d2d2d2;}
.mypage .my_personal .personal_wrap .interest td input.text_box{height:26px;padding:0 5px}
.mypage .my_personal .personal_wrap .interest select{border:1px solid #e2e2e2;height:26px;width:200px}

.mypage .my_personal .personal_bt{text-align:center;margin-top:20px;}

.mypage .my_member_out .intro{padding:20px 0 40px 0;text-align:center;}
.mypage .my_member_out .member_out{border:1px solid #e2e2e2;background:#f8f8f8;padding:19px;}
.mypage .my_member_out .member_out .user_info table{border:1px solid #e2e2e2;background:#fff;border-bottom:0px;border-right:0px;margin-top:10px;}
.mypage .my_member_out .member_out .user_info table td{border-bottom:1px solid #e2e2e2;;height:36px}
.mypage .my_member_out .member_out .user_info table td.t1{width:140px;font-weight:bold;text-indent:20px;}
.mypage .my_member_out .member_out .user_info table td.t2{border-right:1px solid #e2e2e2;width:260px}
.mypage .my_member_out .member_out .user_info table td.t2 a{text-decoration:underline}

.mypage .my_member_out .member_out .member_info .text_box{display:block;width:200px;height:26px;}

.mypage .my_member_out .member_out .member_info {margin-top:30px;}
.mypage .my_member_out .member_out .member_info table{border:1px solid #e2e2e2;background:#fff;border-bottom:0px;border-right:0px;margin-top:10px;}
.mypage .my_member_out .member_out .member_info table td{border-bottom:1px solid #e2e2e2;;height:36px}
.mypage .my_member_out .member_out .member_info table td.t1{width:140px;font-weight:bold;text-indent:20px;}
.mypage .my_member_out .member_out .member_info table td.t2{border-right:1px solid #e2e2e2;}

.mypage .my_member_out .member_out .member_info table td input{border:1px solid #e2e2e2;height:22px;padding:0 5px;width:150px;}
.mypage .my_member_out .member_out .member_info table td.t2 label > input{width:13px;height:13px;vertical-align:middle;margin-right:5px;}
.mypage .my_member_out .member_out .member_info table td.t2 label{margin-right:15px;}

.mypage .my_member_out .member_out .member_info table td span{margin-left:5px;}
.mypage .my_member_out .member_out_bt{text-align:center;margin-top:20px;}

.mypage .my_lecture_list .class_list .condition{border-top:1px solid #292929;;height:38px;line-height:38px;margin-top:20px;}
.mypage .my_lecture_list .class_list .condition strong{color:#d22828;}

.mypage .my_lecture_list .class_list table{border-top:1px solid #e2e2e2;}
.mypage .my_lecture_list .class_list td{padding:15px 0;border-bottom:1px solid #e2e2e2;}

.mypage .my_lecture_list .class_list .progress{width:80px;}
.mypage .my_lecture_list .class_list .progress .circle_box{display:inline-block;position:relative;text-align:center;line-height: 1.2;}
.mypage .my_lecture_list .class_list .progress .circle_box strong {position:absolute;left:0px;top:0px;width:80px;text-align:center;line-height:80px;;z-index:99;font-size:18px;font-family:'Noto Sans', sans-serif;color:#4a9ed2}
.mypage .my_lecture_list .class_list .progress .circle_box strong i{font-size:13px;font-style:normal;color:#595959;font-weight:normal}

.mypage .my_lecture_list .class_list .t1{width:80px;}
.mypage .my_lecture_list .class_list .t1 a{display:block;border:1px solid #e2e2e2;width:80px;overflow:hidden;}
.mypage .my_lecture_list .class_list .t1 img{width:80px;}

.mypage .my_lecture_list .class_list .t2{padding:0 20px;}
.mypage .my_lecture_list .class_list .t2 .tit{font-size:13px;font-weight:bold;}
.mypage .my_lecture_list .class_list .t2 .pro{margin-top:5px}
.mypage .my_lecture_list .class_list .t2 .date{margin-top:10px;}
.mypage .my_lecture_list .class_list .t2 .date strong{margin-right:10px;}
.mypage .my_lecture_list .class_list .t2 .dday{margin-top:5px;}
.mypage .my_lecture_list .class_list .t2 .dday strong{margin-right:10px;}

.mypage .my_lecture_list .class_list .t3{text-align:center;width:90px;border-left:1px solid #e2e2e2;background:#f8f8f8}
.mypage .my_lecture_list .class_list .t3 strong{display:block;}
.mypage .my_lecture_list .class_list .t3 span{display:block;margin-top:5px;font-weight:bold;color:#418bb9}
.mypage .my_lecture_list .class_list .t3 a{display:block;width:68px;height:24px;line-height:24px;border:1px solid #a2a2a2;;margin-left:10px;margin-top:10px;background:#fff;}
.mypage .my_lecture_list .class_list .t3 a:hover{background:#f8f8f8;}
.mypage .my_lecture_list .class_list .t4{text-align:center;width:90px;border-left:1px solid #e2e2e2}
.mypage .my_lecture_list .class_list .t4 strong{display:block;text-align:center;}
.mypage .my_lecture_list .class_list .t4 span{display:block;margin-top:5px;font-weight:bold;color:#418bb9;text-align:center;}
.mypage .my_lecture_list .class_list .t4 a{display:block;width:68px;height:24px;line-height:24px;border:1px solid #a2a2a2;margin-left:10px;margin-top:10px;background:#fff;}
.mypage .my_lecture_list .class_list .t4 a:hover{background:#f8f8f8;}
.mypage .my_lecture_list .class_list .end{width:120px;text-align:center;}
.mypage .my_lecture_list .class_list .end strong{display:block;}
.mypage .my_lecture_list .class_list .end span{display:block;margin-top:5px;}
.mypage .my_lecture_list .class_list .end span b{color:#d22828;}
.mypage .my_lecture_list .class_list .end a{margin-top:10px;display:block;width:68px;height:24px;line-height:24px;text-align:center;border:1px solid #c2c2c2;margin-left:25px;}

/* ?��???��?????��?�ע� > ??��?���?????�� */

.mypage .my_lecture_view{overflow:hidden;}

.mypage .my_lecture_view .info_box{border:1px solid #e2e2e2;border-top:2px solid #494949;overflow:hidden;}
.mypage .my_lecture_view .info_box .pro_info{float:left;width:220px;position:relative;}
.mypage .my_lecture_view .info_box .pro_info .pro_img{;overflow:hidden;}
.mypage .my_lecture_view .info_box .pro_info .pro_img img{width:220px;}
.mypage .my_lecture_view .info_box .pro_info .pro_name{position:absolute;bottom:0px;width:220px;height:50px;line-height:50px;background:rgba(0,0,0,0.5);color:#fff;overflow:hidden;}
.mypage .my_lecture_view .info_box .pro_info .pro_name strong{color:#fff;float:left;margin-left:15px;font-size:14px;}
.mypage .my_lecture_view .info_box .pro_info .pro_name a{color:#fff;float:right;margin-right:15px;}

.mypage .my_lecture_view .lecture_info{float:left;width:637px;border-left:1px solid #e2e2e2;height:220px;}
.mypage .my_lecture_view .lecture_info table th{border-bottom:1px solid #e2e2e2;text-align:left;height:85px;padding:0 15px;background:#fcfcfc}
.mypage .my_lecture_view .lecture_info table th h4{font-size:14px;font-weight:bold;}
.mypage .my_lecture_view .lecture_info table th .book{margin-top:10px;}
.mypage .my_lecture_view .lecture_info table th .book strong{margin-right:10px;color:#3d8fc2}
.mypage .my_lecture_view .lecture_info table th .book a{font-weight:normal;text-decoration:underline;color:#777}
.mypage .my_lecture_view .lecture_info table td{border-right:1px solid #e2e2e2;height:145px;text-align:center;}
.mypage .my_lecture_view .lecture_info table td.la{border-right:0px;}
.mypage .my_lecture_view .lecture_info table td h5{font-weight:bold;}
.mypage .my_lecture_view .lecture_info table td div{margin-top:20px;}
.mypage .my_lecture_view .lecture_info table td div strong{font-size:24px;font-family:'Noto Sans', sans-serif;color:#3d8fc2;font-weight:200;}
.mypage .my_lecture_view .lecture_info table td div span{margin-left:3px;}
.mypage .my_lecture_view .lecture_info table td a{display:block;margin-top:10px;color:#777}
.mypage .my_lecture_view .lecture_info table .t1{width:120px;}
.mypage .my_lecture_view .lecture_info table .t2{}
.mypage .my_lecture_view .lecture_info table .t3{width:120px;}
.mypage .my_lecture_view .lecture_info table .t4{width:120px;}
.mypage .my_lecture_view .lecture_info table .bt{width:68px;height:24px;;line-height:26px;margin-left:25px;}
.mypage .my_lecture_view .lecture_info table .t3 .bt{background:#ff8400;color:#fff;}
.mypage .my_lecture_view .lecture_info table .t4 .bt{background:#3588bb;color:#fff;}

.mypage .my_lecture_view .my_inquiry_table table {margin-top:20px;}


.sub_common .event_wrap .event_tab ul{overflow:hidden;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.sub_common .event_wrap .event_tab ul li{float:left;width:286px;border-bottom:1px solid #e2e2e2;background:#f8f8f8}
.sub_common .event_wrap .event_tab ul li a{display:block;height:40px;line-height:40px;text-align:center;border-right:1px solid #e2e2e2;}
.sub_common .event_wrap .event_tab ul li.on{width:287px;background:#fff;border-bottom:0px;}

/* ??��??��?���� ?��??��? ?����?????�� */

.basic_tab{margin-top:20px;}
.basic_tab .menu{overflow:hidden;overflow:hidden;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.basic_tab .menu > li{float:left;width:429px;border-bottom:1px solid #e2e2e2;background:#f8f8f8}
.basic_tab .menu li > a{display:block;height:40px;line-height:40px;text-align:center;border-right:1px solid #e2e2e2;}
.basic_tab .menu > li.on{width:430px;background:#fff;border-bottom:0px;}
.basic_tab .menu > li.on a{font-weight:bold;}
.basic_tab .cont > li {display:none;}
.basic_tab .cont > li.on{display:block;}

.mypage .my_lecture_view .basic_tab .cont{overflow:hidden;}
.mypage .my_lecture_view .basic_tab .cont .common_table{margin-top:20px;}
.mypage .my_lecture_view .basic_tab .cont .common_table table{border-top:1px solid #e2e2e2;}
.mypage .my_lecture_view .basic_tab .cont .common_table td{padding:8px 0;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t1{width:60px;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t2{padding:0 15px;overflow:hidden;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t2 dt{float:left;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t2 dt i{font-size:30px;color:#595959;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t2 dd{float:left;margin-left:8px;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t2 a{display:block;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t2 a:hover i{color:#d22828;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t2 span{display:block;font-size:11px;font-family:'dotum';margin-top:5px;color:#888}
.mypage .my_lecture_view .basic_tab .cont .common_table .t3{width:90px;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t4{width:90px;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t4 i{color:#595959;}
.mypage .my_lecture_view .basic_tab .cont .common_table .t4 a:hover i{color:#d22828;}

.mypage .lec_qna .my_inquiry_table table{border-top:1px solid #e2e2e2}
.mypage .lec_qna .my_inquiry_table th{width:100px;border-bottom:1px solid #e2e2e2;background:#f8f8f8;text-align:center;}
.mypage .lec_qna .my_inquiry_table td{border-bottom:1px solid #e2e2e2;padding:0 15px}
.mypage .lec_qna .my_inquiry_table .t1 th{height:40px;}
.mypage .lec_qna .my_inquiry_table .t1 td{height:40px;}
.mypage .lec_qna .my_inquiry_table .t1 select{width:200px;border:1px solid #e2e2e2;}
.mypage .lec_qna .my_inquiry_table .t2 th{}
.mypage .lec_qna .my_inquiry_table .t2 td{padding:10px 10px}
.mypage .lec_qna .my_inquiry_table .t2 input{border:1px solid #c2c2c2;height:28px;padding:0 5px;width:700px;}
.mypage .lec_qna .my_inquiry_table .t3 td{padding:10px 10px}
.mypage .lec_qna .my_inquiry_table .t3 textarea{height:300px;width:700px;border:1px solid #c2c2c2;padding:5px}
.mypage .lec_qna .qna_bt{text-align:center;margin-top:20px;}
.mypage .lec_qna .qna_bt a{display:inline-block;}

.mypage .lec_review{margin-top:20px;}
.mypage .lec_review .review_info{border:1px solid #e2e2e2;background:#fafafa;padding:15px}
.mypage .lec_review .review_info dt{font-weight:bold;margin-bottom:10px;}
.mypage .lec_review .review_info dd{line-height:18px;}

.mypage .lec_review table{margin-top:20px;border-top:1px solid #e2e2e2;}
.mypage .lec_review th{width:100px;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;background:#fafafa;text-align:center;}
.mypage .lec_review td{border-bottom:1px solid #e2e2e2;padding:10px 10px}
.mypage .lec_review table .v1 input{border:1px solid #c2c2c2;height:28px;padding:0 5px;width:700px;}
.mypage .lec_review table .v2 ul{overflow:hidden;}
.mypage .lec_review table .v2 li{float:left;margin-right:5px;}
.mypage .lec_review table .v2 li a i{color:#595959;font-size:22px;}
.mypage .lec_review table .v3 textarea{height:300px;width:700px;border:1px solid #c2c2c2;padding:5px}

.mypage .lec_review .review_bt{text-align:center;margin-top:20px;}
.mypage .lec_review .review_bt a{display:inline-block;}

.mypage .my_package_view{}

.mypage .my_package_view .class_list {margin-top:20px;}
.mypage .my_package_view .class_list table{border-top:1px solid #e2e2e2;}
.mypage .my_package_view .class_list td{padding:10px 0;border-bottom:1px solid #e2e2e2;}

.mypage .my_package_view .class_list .t1{width:60px;}
.mypage .my_package_view .class_list .t1 a{display:block;overflow:hidden;border:1px solid #e2e2e2;width:60px;}
.mypage .my_package_view .class_list .t1 a img{width:60px;}
.mypage .my_package_view .class_list .t2{padding:0 15px;border-right:1px solid #e2e2e2;}
.mypage .my_package_view .class_list .t2 .tit{font-size:12px;font-weight:bold;}
.mypage .my_package_view .class_list .t2 .book{margin-top:10px;}
.mypage .my_package_view .class_list .t2 .pro{margin-top:5px;}
.mypage .my_package_view .class_list .t3{border-right:1px solid #e2e2e2;background:#fafafa;width:80px;}
.mypage .my_package_view .class_list .t3 strong{display:block;text-align:center;}
.mypage .my_package_view .class_list .t3 span{display:block;text-align:center;margin-top:5px;}
.mypage .my_package_view .class_list .t4{border-right:1px solid #e2e2e2;background:#fafafa;width:80px;}
.mypage .my_package_view .class_list .t4 strong{display:block;text-align:center;}
.mypage .my_package_view .class_list .t4 span{display:block;text-align:center;margin-top:5px;}
.mypage .my_package_view .class_list .t5{background:#fafafa;width:80px;}
.mypage .my_package_view .class_list .t5 strong{display:block;text-align:center;}
.mypage .my_package_view .class_list .t5 span{display:block;text-align:center;margin-top:5px;}

.mypage .my_package_view .my_inquiry_table{margin-top:20px;}


.mypage .my_stop_list .common_table {margin-top:20px;}
.mypage .my_stop_list .common_table .t1{width:60px}
.mypage .my_stop_list .common_table .t2 a{font-weight:bold;}
.mypage .my_stop_list .common_table .t3{width:100px}
.mypage .my_stop_list .common_table .t4{width:100px}

/* 휴강내역 변경된 CSS

.mypage .my_stop_list .common_table {margin-top:20px;}
.mypage .my_stop_list .common_table td{border-bottom:1px solid #d2d2d2;}
.mypage .my_stop_list .common_table td ul li{line-height:34px;border-top:1px solid #eaeaea;}
.mypage .my_stop_list .common_table td ul li.fir{border-top:0px;}
.mypage .my_stop_list .common_table .t1{width:60px;border-right:1px solid #eaeaea;}
.mypage .my_stop_list .common_table td.t2{padding:10px 0 10px 15px;}
.mypage .my_stop_list .common_table .t2 a{font-weight:bold;display:block;}
.mypage .my_stop_list .common_table .t2 span{display:block;color:#888;margin-top:5px;}
.mypage .my_stop_list .common_table .t3{width:60px;}
.mypage .my_stop_list .common_table td.t3{border-left:1px solid #eaeaea;font-weight:bold;color:#009099;border-right:1px solid #eaeaea;}
.mypage .my_stop_list .common_table .t4{width:100px;}
.mypage .my_stop_list .common_table td.t4{border-right:1px solid #eaeaea;}
.mypage .my_stop_list .common_table .t5{width:100px;}


*/

.join .inner{margin-top:20px;border-top:1px solid #393939;padding-bottom:100px;overflow:hidden;}
.join .left_step{float:left;100px;}
.join .left_step ul li{width:98px;border:1px solid #e2e2e2;border-top:0px;background:#fafafa}
.join .left_step ul li span{display:block;width:100px;height:100px;}
.join .left_step ul li.on{border-right:0px;background:#fff}
.join .left_step ul .title{background:#393939;border:0px;width:100px;}
.join .left_step ul .title span{background:url('//edu-market.co.kr/image/join/join_title.png') no-repeat center;}
.join .left_step ul .s1 span{background:url('//edu-market.co.kr/image/join/step_01.png') no-repeat center;}
.join .left_step ul .s2 span{background:url('//edu-market.co.kr/image/join/step_02.png') no-repeat center;}
.join .left_step ul .s3 span{background:url('//edu-market.co.kr/image/join/step_03.png') no-repeat center;}
.join .left_step ul .s4{width:99px;border:0px;border-right:1px solid #e2e2e2;background:#fff;}

.join .right_join_cont{float:right;width:920px;}
.join .right_join_cont .join_intro{border-bottom:1px solid #e2e2e2;;height:168px;background:url('//edu-market.co.kr/image/join/intro.png') no-repeat 0px 0px;}
.join .right_join_cont .promise{margin-top:25px;}
.join .right_join_cont .promise dd{margin-top:10px;border:1px solid #e2e2e2;height:170px;overflow-y:scroll;padding:15px;}
.join .right_join_cont .promise .d2{margin-top:30px;}
.join .right_join_cont .promise .yes_box{margin-top:30px;overflow:hidden;background:#f8f8f8;padding:20px}
.join .right_join_cont .promise .yes_box p{float:left;}
.join .right_join_cont .promise .yes_box .radio{float:right;overflow:hidden;}
.join .right_join_cont .promise .yes_box .radio div{float:left;}
.join .right_join_cont .promise .yes_box .radio div.yes{margin-right:20px;}
.join .right_join_cont .join_bt{text-align:center;margin-top:50px;}
.join .right_join_cont .join_bt a{display:inline-block;}


.join .right_join_cont .personal_wrap{border:1px solid #e2e2e2;background:#f8f8f8;padding:30px 19px;margin-top:20px;}
.join .right_join_cont .personal_wrap .basic{}
.join .right_join_cont .personal_wrap .basic table{margin-top:10px;border:1px solid #e2e2e2;background:#fff;border-bottom:0px;}
.join .right_join_cont .personal_wrap .basic th{width:136px;text-align:left;text-indent:15px;height:39px;border-bottom:1px solid #e2e2e2;}
.join .right_join_cont .personal_wrap .basic th strong{color:#d22828;}
.join .right_join_cont .personal_wrap .basic td{border-bottom:1px solid #e2e2e2;padding:10px 0}
.join .right_join_cont .personal_wrap .basic td input{border:1px solid #d2d2d2;}
.join .right_join_cont .personal_wrap .basic td input.text_box{height:26px;padding:0 5px}
.join .right_join_cont .personal_wrap .basic .t2 td input{float:left;}
.join .right_join_cont .personal_wrap .basic .t2 td a{float:left;display:block;height:26px;line-height:26px;width:80px;border:1px solid #d2d2d2;margin-left:5px;text-align:center;}
.join .right_join_cont .personal_wrap .basic .t2 td a:hover{border-color:#aaa;background:#f8f8f8;}
.join .right_join_cont .personal_wrap .basic .t5 td .add1{margin-bottom:5px;overflow:hidden;}
.join .right_join_cont .personal_wrap .basic .t5 td .add1 input{float:left;}
.join .right_join_cont .personal_wrap .basic .t5 td .add1 a{float:left;display:block;height:26px;line-height:26px;width:80px;border:1px solid #a2a2a2;margin-left:5px;text-align:center;}
.join .right_join_cont .personal_wrap .basic .t5 td .add1 a:hover{border-color:#aaa;background:#f8f8f8;}
.join .right_join_cont .personal_wrap .basic .t5 td .add2{margin-bottom:5px;}
.join .right_join_cont .personal_wrap .basic .t5 td .add2 input{width:500px;}
.join .right_join_cont .personal_wrap .basic .t5 td .add3 input{width:500px;}
.join .right_join_cont .personal_wrap .basic .t6 td input{width:100px;}
.join .right_join_cont .personal_wrap .basic .t6 td a{display:inline-block;height:26px;line-height:26px;width:90px;border:1px solid #a2a2a2;margin-left:5px;text-align:center;}
.join .right_join_cont .personal_wrap .basic .t6 td a:hover{background:#f8f8f8;}
.join .right_join_cont .personal_wrap .basic .phone_ok{width:100px;}
.join .right_join_cont .personal_wrap .basic .phone_ok a{display:inline-block;height:26px;line-height:26px;width:90px;border:1px solid #a2a2a2;margin-left:5px;text-align:center;}
.join .right_join_cont .personal_wrap .basic .phone_ok a:hover{background:#f8f8f8;}
.join .right_join_cont .personal_wrap .basic .t7 td input{width:160px;}
.join .right_join_cont .personal_wrap .basic .t7 td a{display:inline-block;height:26px;line-height:26px;width:90px;border:1px solid #a2a2a2;margin-left:5px;text-align:center;}
.join .right_join_cont .personal_wrap .basic .t7 td a:hover{background:#f8f8f8;}
.join .right_join_cont .personal_wrap .basic .t8 td{overflow:hidden;}
.join .right_join_cont .personal_wrap .basic .t8 td > div{overflow:hidden;}
.join .right_join_cont .personal_wrap .basic .t8 td > div h5{float:left;width:130px;font-weight:bold;}
.join .right_join_cont .personal_wrap .basic .t8 dl{overflow:hidden;float:left;margin-right:10px;}
.join .right_join_cont .personal_wrap .basic .t8 dt{float:left;margin-right:5px;}
.join .right_join_cont .personal_wrap .basic .t8 dd{float:left;}
.join .right_join_cont .personal_wrap .basic .t8 td .email{height:30px;line-height:30px;}
.join .right_join_cont .personal_wrap .basic .t8 td .sms{height:30px;line-height:30px;}
.join .right_join_cont .personal_wrap .basic .t8 td .push{height:30px;line-height:30px;}

.join .right_join_cont .personal_wrap .interest{margin-top:30px;}
.join .right_join_cont .personal_wrap .interest table{margin-top:10px;border:1px solid #e2e2e2;background:#fff;border-bottom:0px;}
.join .right_join_cont .personal_wrap .interest th{width:136px;text-align:left;text-indent:15px;min-height:39px;border-bottom:1px solid #e2e2e2;}
.join .right_join_cont .personal_wrap .interest th strong{color:#d22828;}
.join .right_join_cont .personal_wrap .interest td{border-bottom:1px solid #e2e2e2;padding:10px 0}
.join .right_join_cont .personal_wrap .interest td ul li{float:left;width:240px;overflow:hidden;height:24px;line-height:24px;}
.join .right_join_cont .personal_wrap .interest td ul li dt{float:left;vertical-align:middle;}
.join .right_join_cont .personal_wrap .interest td ul li dd{float:left;margin-left:10px;}

.join .right_join_cont .join_complete .intro{height:346px;background:url('//edu-market.co.kr/image/join/complete_img.png') no-repeat 0px 0px;border-bottom:1px solid #e2e2e2;position:relative;}
.join .right_join_cont .join_complete .intro .text{position:absolute;left:30px;top:250px;}
.join .right_join_cont .join_complete .intro .text strong{color:#ea5052}

.book .navi .in_search{float:right;overflow:hidden;}
.book .navi .in_search span{display:block;float:left;height:47px;line-height:47px;margin-right:10px;letter-spacing:-1px;font-family:'notokr-medium';font-size:18px}
.book .navi .in_search .search_box{float:left;border-bottom:1px solid #aaa;margin-top:7px;height:35px;overflow:hidden;}
.book .navi .in_search .search_box input{height:28px;margin:0px;float:left;display:block;padding:2px 5px;width:250px}
.book .navi .in_search .search_box a{display:block;float:left;}
.book .navi .in_search .search_box a i{margin-top:3px;}

.book .book_main .cate_menu ul{overflow:hidden;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.book .book_main .cate_menu ul li{width:214.5px;float:left;}
.book .book_main .cate_menu ul li a{display:block;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;height:34px;line-height:34px;padding:0 10px;background:#fafafa;}
.book .book_main .cate_menu ul li.on a{background:#fff;font-weight:bold;}
.book .book_main .cate_menu ul li a:hover{background:#fff !important;}

.book .book_main .book_label{overflow:hidden;margin-top:20px;border-top:1px solid #e2e2e2;height:43px;line-height:43px;}
.book .book_main .book_label h4{float:left;}
.book .book_main .book_label ul{float:right;overflow:hidden;}
.book .book_main .book_label ul li{float:left;margin-left:10px;}
.book .book_main .book_label ul li.on a{font-weight:bold;}

.book .book_main table{border-top:1px solid #e2e2e2;}
.book .book_main td{padding:10px 0;border-bottom:1px solid #e2e2e2;}
.book .book_main .t1{width:120px;}
.book .book_main .t1 a{overflow:hidden;}
.book .book_main .t1 a img{width:126px;height:auto;}
.book .book_main .t2{padding:20px 40px 20px 20px;vertical-align:top;border-right:1px solid #e2e2e2;}
.book .book_main .t2 .tit{font-size:14px;line-height:23px;font-weight:800;;letter-spacing:-1px;}
.book .book_main .t2 .pub_info{margin-top:10px;}
.book .book_main .t2 .price{font-weight:bold;font-size:13px;margin-top:10px;color:#d22828;}
.book .book_main .t2 .info{font-size:11px;font-family:'dotum';color:#777;margin-top:10px;line-height:19px;height:52px;overflow:hidden;width:559px;}
.book .book_main .t2 .info div{font-size:11px;font-family:'dotum';}
.book .book_main .t3 {width:120px;background:#fafafa}
.book .book_main .t3 a{display:block;width:98px;height:26px;line-height:28px;background:#fff;text-align:center;border:1px solid #a2a2a2;margin-left:10px;}
.book .book_main .t3 a.buy{background:#1facf1;color:#fff;border:0px;width:100px;height:28px;line-height:28px}
.book .book_main .t3 a.basket{margin-top:5px;}

.book .book_view{margin-top:20px;}

.book .book_view .top_cont{margin:30px 0 60px 0}

.book .book_view .book_title{border-top:2px solid #292929;overflow:hidden;;border-bottom:1px solid #e2e2e2;height:50px;}
.book .book_view .book_title h3{float:left;line-height:50px;font-size:15px;font-weight:bold;letter-spacing:-0.5px;color:#393939}
.book .book_view .book_title select{float:right;width:300px;height:24px;border:1px solid #c2c2c2;margin-top:12px}


.book .book_view .goods_explain{overflow:hidden;margin-top:20px;}
.book .book_view .goods_explain .goods_img{float:left;width:280px;position:relative;}
.book .book_view .goods_explain .goods_img .goods_thum{width:278px;text-align:center;}
.book .book_view .goods_explain .goods_img .goods_thum img{width:200px;height:auto;;border:1px solid #e2e2e2;margin-top:10px;}

.book .book_view .goods_explain .goods_img .pro_name{position:absolute;width:278px;left:0px;bottom:0px;height:50px;line-height:50px;background:rgba(0,0,0,0.5);z-index:999;overflow:hidden;}
.book .book_view .goods_explain .goods_img .pro_name strong{float:left;margin-left:15px;color:#fff;font-size:14px;}
.book .book_view .goods_explain .goods_img .pro_name a{float:right;margin-right:15px;color:#fff}


.book .book_view .goods_explain .goods_info_wrap{float:right;width:780px;}
.book .book_view .goods_explain .goods_info dl{overflow:hidden;padding:15px 0;border-bottom:1px solid #e2e2e2;}
.book .book_view .goods_explain .goods_info dl:last-child{border-bottom:0px;}
.book .book_view .goods_explain .goods_info dl dt{float:left;width:100px;letter-spacing:-1px;font-family:'notokr-medium';color:#292929;font-size:14px;font-weight:normal;}
.book .book_view .goods_explain .goods_info dl dd{float:left;width:680px;}

.book .book_view .goods_explain .goods_info .book_price div strong{display:inline-block;}
.book .book_view .goods_explain .goods_info .book_price div span{display:inline-block;width:100px;}
.book .book_view .goods_explain .goods_info .book_price .price_02{margin:10px 0;}
.book .book_view .goods_explain .goods_info .book_price .price_01 strong{}
.book .book_view .goods_explain .goods_info .book_price .price_02 strong{color:#f24f54}
.book .book_view .goods_explain .goods_info .book_price .price_03 strong{color:#37a1d9}


.book .book_view .goods_explain .goods_info .book td{height:24px;}
.book .book_view .goods_explain .goods_info .book .t1{width:30px;}
.book .book_view .goods_explain .goods_info .book .t3{width:100px;text-align:right;color:#d22828}

.book .book_view .goods_explain .goods_info .dily{font-weight:bold;}
.book .book_view .goods_explain .goods_info .benefit{color:#0e77ba}
.book .book_view .goods_explain .goods_info .quantity dd{overflow:hidden;}
.book .book_view .goods_explain .goods_info .quantity dd input{display:block;float:left;width:50px;height:24px;text-align:center;border:1px solid #c2c2c2;background:#fafafa}
.book .book_view .goods_explain .goods_info .quantity dd a{display:block;float:left;height:24px;line-height:24px;width:24px;border:1px solid #c2c2c2;border-left:0px;text-align:center;font-family:'notokr-medium';font-size:10px;}

.book .book_view .goods_explain .goods_info .option li{margin-bottom:5px;}
.book .book_view .goods_explain .goods_info .option select{width:300px;height:24px;margin-right:5px;border:1px solid #d2d2d2;font-size:12px;}
.book .book_view .goods_explain .goods_info .option span{font-size:11px;}
.book .book_view .goods_explain .goods_info .option strong{font-size:11px;color:#d22828;}

.book .book_view .goods_explain .goods_btns{border-top:1px solid #393939;overflow:hidden;border-bottom:1px solid #e2e2e2;padding:10px 0;margin-top:20px;}
.book .book_view .goods_explain .goods_btns .price{float:left;overflow:hidden;width:355px}
.book .book_view .goods_explain .goods_btns .price dt{float:left;margin-top:18px;letter-spacing:-1px;font-family:'notokr-medium';color:#292929;font-size:16px;font-weight:normal;}
.book .book_view .goods_explain .goods_btns .price dd{float:right;text-align:right;font-weight:bold;font-size:20px;line-height:20px;margin-top:15px;color:#d22828;}
.book .book_view .goods_explain .goods_btns .btns{float:right;overflow:hidden;width:405px;}
.book .book_view .goods_explain .goods_btns .btns a{display:block;float:left;}
.book .book_view .goods_explain .goods_btns .btns a.basket{margin-right:5px;}

.book .book_view .bottom_cont{padding-bottom:100px;}
.book .book_view .goods_tab .tab_menu ul{overflow:hidden;}
.book .book_view .goods_tab .tab_menu ul li{float:left;width:550px;}
.book .book_view .goods_tab .tab_menu ul li a{display:block;text-align:center;height:50px;line-height:50px;border:1px solid #e2e2e2;border-bottom:1px solid #393939;border-left:0px;letter-spacing:-1px;font-family:'notokr-medium';color:#292929;font-size:15px;font-weight:normal;}
.book .book_view .goods_tab .tab_menu ul li a img{margin-top:18px;}
.book .book_view .goods_tab .tab_menu ul li.on a{border:1px solid #393939;border-bottom:0px;font-weight:bold;color:#0e77ba}

.book .book_view .goods_tab .tab_cont ul li{display:none;padding:30px 0}
.book .book_view .goods_tab .tab_cont ul li.on{display:block;}

.book .book_view .tab_cont li h4{margin-bottom:10px;}
.book .book_view .tab_cont li h4 span{font-size:14px;font-weight:bold;}

.book .book_view .tab_cont .cont{margin-bottom:40px;}
.book .book_view .tab_cont .contents{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;padding:30px 0;line-height:20px;}


.book .book_view .tab_cont .movie_cont{text-align:center;background:url('/image/book/book_movie_bg.png') no-repeat center;height:520px;}
.book .book_view .tab_cont .movie_cont .movie{display:inline-block;margin-top:76px}




.book .book_view .tab_cont .guide table{border:1px solid #e2e2e2;border-bottom:0px;}
.book .book_view .tab_cont .guide th{width:200px;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;background:#f8f8f8;padding:0 15px}
.book .book_view .tab_cont .guide td{border-bottom:1px solid #e2e2e2;padding:20px 0;line-height:20px;}

.teacher .teacher_gnb_wrap .sub{display:none;}
.teacher .teacher_gnb_wrap .sub ul li a{height:26px;line-height:26px;}
.teacher_gnb_wrap .left_gnb > div.on{display:block;}

.teacher .teacher_menu ul {overflow:hidden;padding:20px 0;border-top:2px solid #292929;border-bottom:1px solid #e2e2e2;}
.teacher .teacher_menu ul li{float:left;width:214.5px;}
.teacher .teacher_menu ul li a{display:block;height:26px;line-height:26px;padding:0 10px;}
.teacher .teacher_menu ul li.on a{background:#fff;font-weight:bold;color:#d22828}
.teacher .teacher_menu ul li.on a:before{content:'＞'}

.teacher .teacher_cont{margin-top:20px;}
.teacher .teacher_cont ul{overflow:hidden;margin-top:20px;}
.teacher .teacher_cont ul li{float:left;width:201px;height:201px;border:1px solid #e2e2e2;border-right:1px solid #ccc;border-bottom:1px solid #ccc;overflow:hidden;position:relative;;margin-right:16px;margin-bottom:16px;background-color: #edf0f5;}
.teacher .teacher_cont ul li.la{margin-right:0px;}
.teacher .teacher_cont ul li .img{position:absolute;bottom:0px;right:0px; z-index:1}
.teacher .teacher_cont ul li .img img{width:150px;}
.teacher .teacher_cont ul li .txt{padding:20px 15px;position:relative;z-index:999;height:160px}
.teacher .teacher_cont ul li .txt span{display:block;line-height:18px;color:#3d88b6}
.teacher .teacher_cont ul li .txt span.teacher_text{height:36px;overflow:hidden;}
.teacher .teacher_cont ul li .txt span.class_name{font-weight:bold;margin-top:5px;}
.teacher .teacher_cont ul li .txt label{display:block;font-size:24px;color:#3d88b6;font-weight:800;}
.teacher .teacher_cont ul li .txt a{position:absolute;bottom:15px;left:15px;display:block;;color:#3d88b6;line-height:18px;font-size:14px;width:80px;height:80px;border-radius:50%;background:rgba(0,0,0,0.7);z-index:999}
.teacher .teacher_cont ul li .txt a strong{display:block;text-align:center;padding-top:22px;color:#fff;}
.teacher .teacher_cont ul li .txt a b{display:block;text-align:center;color:#ccc}

.teacher .teacher_view .teacher_detail{overflow:hidden;margin-bottom:50px;}

.teacher .teacher_view .teacher_detail .thum{float:left;width:278px;height:278px;overflow:hidden;border-bottom:1px solid #e2e2e2;border:1px solid #e2e2e2;}
.teacher .teacher_view .teacher_detail .thum img{width:280px;height:280px;}

.teacher .teacher_view .teacher_detail .cont{float:left;width:580px;}
.teacher .teacher_view .teacher_detail .cont .top{background:#fff;border-bottom:1px solid #e2e2e2;padding:10px 30px 20px 30px}
.teacher .teacher_view .teacher_detail .cont .top strong{display:block;height:36px;padding-top:20px;;font-family:'notokr-medium';display:none;}
.teacher .teacher_view .teacher_detail .cont .top span{display:block;margin-top:5px;;font-family:'notokr-medium';font-weight:400;font-size:15px;letter-spacing:-0.5px;line-height:21px;color:#777}

.teacher .teacher_view .teacher_detail .cont .top h4{font-weight:bold;font-size:15px;;margin-top:4px;;font-family:'notokr-medium';}
.teacher .teacher_view .teacher_detail .cont .top h4 b{font-size:30px;line-height:30px;letter-spacing:-2px;;margin-right:5px;color:#3d88b6;;font-family:'notokr-medium';}

.teacher .teacher_view .teacher_detail .cont .career{padding:20px 30px;overflow:hidden;}
.teacher .teacher_view .teacher_detail .cont .career dt{float:left;font-weight:normal;;font-family:'notokr-medium';font-size:14px;letter-spacing:-0.5px}
.teacher .teacher_view .teacher_detail .cont .career dd{float:left;line-height:20px;margin-top:10px;}


.teacher .teacher_view .basic_tab .menu li strong{color:#3d88b6}


.teacher .teacher_view .tit strong{;font-weight:normal;;font-family:'notokr-medium';font-size:15px;letter-spacing:-0.5px;}

.teacher .teacher_view .normal_list {padding:0px;margin:0px;}
.teacher .teacher_view .normal_list table{margin-top:10px;border-top:1px solid #292929}

.teacher .teacher_view .t_book_list {margin-top:50px;}
.teacher .teacher_view .t_book_list table{border-top:1px solid #292929;margin-top:10px;}
.teacher .teacher_view .t_book_list td{padding:15px 0;border-bottom:1px solid #e2e2e2;text-align:center;}
.teacher .teacher_view .t_book_list .t1{width:100px;}
.teacher .teacher_view .t_book_list .t1 a{overflow:hidden;}
.teacher .teacher_view .t_book_list .t1 a img{width:100px;height:138px;}
.teacher .teacher_view .t_book_list .t2{padding:20px 40px 20px 20px;vertical-align:top;border-right:1px solid #e2e2e2;text-align:left;}
.teacher .teacher_view .t_book_list .t2 .tit{font-size:16px;font-weight:800;;letter-spacing:-1px;}
.teacher .teacher_view .t_book_list .t2 .pub_info{margin-top:10px;}
.teacher .teacher_view .t_book_list .t2 .price{font-weight:bold;font-size:13px;margin-top:10px;color:#d22828;}
.teacher .teacher_view .t_book_list .t2 .info{font-size:11px;font-family:'dotum';color:#777;margin-top:10px;line-height:19px;height:38px;overflow:hidden;}
.teacher .teacher_view .t_book_list .t3 {width:120px;background:#fafafa}
.teacher .teacher_view .t_book_list .t3 a{display:block;width:98px;height:26px;line-height:28px;background:#fff;text-align:center;border:1px solid #a2a2a2;margin-left:10px;}
.teacher .teacher_view .t_book_list .t3 a.buy{background:#1facf1;color:#fff;border:0px;width:100px;height:28px;line-height:28px}
.teacher .teacher_view .t_book_list .t3 a.basket{margin-top:5px;}

.teacher .teacher_view .t_package_list table{border-top:1px solid #292929}
.teacher .teacher_view .t_package_list td{text-align:center;border-bottom:1px solid #e2e2e2;padding:15px 0;}
.teacher .teacher_view .t_package_list .t1{width:80px;}
.teacher .teacher_view .t_package_list .t1 a{display:block;border:1px solid #e2e2e2;overflow:hidden;}
.teacher .teacher_view .t_package_list .t1 a img{width:80px;height:80px;}
.teacher .teacher_view .t_package_list .t2{text-align:left;padding:15px 20px 15px 40px;}
.teacher .teacher_view .t_package_list .t2 .date{margin-top:10px;}
.teacher .teacher_view .t_package_list .t2 .text{margin-top:10px;font-size:11px;font-family:'dotum'}
.teacher .teacher_view .t_package_list .t3{width:100px;}
.teacher .teacher_view .t_package_list .t3 strong{color:#d22828;}


.search_result{padding:30px 0 100px 0}

.search_result .inner{overflow:hidden;}
.search_result .result_text{border-bottom:1px solid #e2e2e2;padding-bottom:10px;margin-bottom:30px;font-size:14px;line-height:16px;}

.search_result .left_cont{float:left;width:860px;}
.search_result .right_cont{float:right;width:210px;}

.search_result .right_cont .like_lecture {border:1px solid #e2e2e2;padding:15px}
.search_result .right_cont .like_lecture h4{margin-bottom:20px;}
.search_result .right_cont .like_lecture ul li a{display:block;overflow:hidden;margin-bottom:5px;}
.search_result .right_cont .like_lecture ul li strong{display:block;float:left;width:16px;height:16px;line-height:18px;border:1px solid #aaa;text-align:center;margin-right:10px;font-size:11px;font-family:'dotum';letter-spacing:-1px;}
.search_result .right_cont .like_lecture ul li span{display:block;float:left;line-height:20px;}

.search_result .left_cont h4{overflow:hidden;}
.search_result .left_cont h4 strong{float:left;font-size:14px;}
.search_result .left_cont h4 a.more_bt{float:right;display:block;width:54px;height:18px;border:1px solid #aaa;line-height:20px;text-align:center}


.search_result .left_cont .package_list table{border-top:1px solid #292929;margin-top:10px;}
.search_result .left_cont .package_list td{text-align:center;border-bottom:1px solid #e2e2e2;padding:15px 0;}
.search_result .left_cont .package_list .t1{width:80px;}
.search_result .left_cont .package_list .t1 a{display:block;border:1px solid #e2e2e2;overflow:hidden;}
.search_result .left_cont .package_list .t1 a img{width:80px;height:auto;}
.search_result .left_cont .package_list .t2{text-align:left;padding:15px 20px 15px 40px;}
.search_result .left_cont .package_list .t2 .date{margin-top:10px;}
.search_result .left_cont .package_list .t2 .text{margin-top:10px;font-size:11px;font-family:'dotum'}
.search_result .left_cont .package_list .t3{width:100px;}
.search_result .left_cont .package_list .t3 strong{color:#d22828;}
.search_result .left_cont .normal_list{margin-top:50px;}
.search_result .left_cont .normal_list table{border-top:1px solid #292929;margin-top:10px;}
.search_result .left_cont .book_list table{border-top:1px solid #292929;margin-top:10px;}
.search_result .left_cont .book_list td{text-align:center;border-bottom:1px solid #e2e2e2;padding:15px 0;}
.search_result .left_cont .book_list .t1{width:80px;}
.search_result .left_cont .book_list .t1 a{display:block;border:1px solid #e2e2e2;overflow:hidden;}
.search_result .left_cont .book_list .t1 a img{width:80px;height:auto;}
.search_result .left_cont .book_list .t2{text-align:left;padding:5px 20px 5px 40px;}
.search_result .left_cont .book_list .t2 .date{margin-top:10px;}
.search_result .left_cont .book_list .t2 .text{margin-top:10px;font-size:11px;font-family:'dotum';overflow: hidden;text-overflow: ellipsis; max-width: 600px; max-height: 53px;}
.search_result .left_cont .book_list .t3{width:100px;}
.search_result .left_cont .book_list .t3 strong{color:#d22828;}

.search_result .book_list h4{overflow:hidden;}
.search_result .book_list h4 strong{float:left;;font-family:'notokr-medium';font-size:15px;letter-spacing:-0.5px;}
.search_result .book_list h4 a.more_bt{float:right;display:block;width:54px;height:18px;border:1px solid #aaa;line-height:20px;text-align:center}


.company_left_gnb{width:210px;float:left;}
.company_left_gnb .gnb_box{padding:20px 10px 20px 10px;border-bottom:1px solid #292929;border-top:3px solid #292929;}
.company_left_gnb .gnb_box a{display:block;height:40px;line-height:40px;}
.company_left_gnb .gnb_box a.on strong{font-weight:bold;}
.company_left_gnb .gnb_box a strong{display:block;float:left;font-size:13px;font-weight:normal}
.company_left_gnb .gnb_box a span{display:block;float:right;}

/*�ؽ��߰�*/

#header .login_wrap span{display:block;float:left;;width:65px;height:22px;line-height:24px;text-align:center;font-size:13px;font-family:'dotum';margin-top:9px;letter-spacing:-1px;margin-left:3px;font-weight: bold}

.sub_common .paging{margin-top:20px;text-align:center;}
.sub_common .paging a{display:inline-block;width:24px;height:24px;line-height:26px;border:1px solid #e2e2e2;text-align:center;}
.sub_common .paging a.prev{width:80px;}
.sub_common .paging a.next{width:80px;}
.sub_common .paging a.on{border-color:#4492c2}

#paging {margin-top:20px;text-align:center;}
#paging li{display:inline-block;width:24px;height:24px;line-height:26px;border:1px solid #e2e2e2;text-align:center; margin-left:4px}
#paging li.on{border-color:#4492c2;}
#paging li.on a{color:#4492c2}
#paging li.prev{width:80px;}
#paging li.next{width:80px;}


.board_search {padding:10px 0;;margin-top:20px;background:#fafafa;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.board_search dl{text-align:center;}
.board_search dl dd{display:inline-block;}
.board_search .search_box ul{overflow:hidden;}
.board_search .search_box ul li{float:left;}
.board_search .search_box ul li.sel{margin-right:5px;}
.board_search .search_box ul li.sel select{display:block;width:100px;height:26px;border:1px solid #ccc;}
.board_search .search_box ul li.box input{display:block;width:230px;height:26px;border:1px solid #ccc;}
.board_search .search_box ul li.btn{margin-left:5px;}
.board_search .search_box ul li.btn button{display:block;width:70px;height:28px;background:#393939;color:#fff;line-height:28px;text-align:center;}

#lay_pop2{position:absolute;z-index:15000;width:650px;height:855px;display:none;background-color:#ffffff;border:2px solid #cccccc}
#lay_pop2 .header{padding:25px 17px 25px 17px;width:650px}
#lay_pop2 .header .info{background-color:#25a5ca;text-align:center;height:37px;width:100%;font-size:14px;font-weight:bold;color:#ffffff;padding-top:12px}
#lay_pop2 .header .explan{text-align:right;height:30px;width:100%;font-size:12px;color:#7a7a7a;padding-top:12px;}
#lay_pop2 .header .map{text-align:left;height:195px;width:650px;font-size:12px;color:#616161;border-top:1px solid #1ea5d2; border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding-bottom:10px}
#lay_pop2 .header .map ul{padding-top:20px;width:650px;overflow:auto;}
#lay_pop2 .header .map ul li{text-align:left;padding-left:15px;width:126px;border-right:1px solid #eaeaea;float:left;}
#lay_pop2 .header .info2{text-align:center;height:25px;width:100%;font-size:12px;font-weight:bold;color:#000000;border:1px solid #eaeaea;padding-top:10px}
#lay_pop2 .header .btn{margin-top:15px;width:100%;text-align:center}
#lay_pop2 .header .btn button{width:115px;height:23px;border:1px solid #595959;background:#b4cce2;}

/*  ���� */
#coupon{display:none; position:fixed; top:40%; left:50%; margin:-151px 0 0 -401px; width:800px; border:4px solid #000; background:#fff; z-index:10}
#coupon h2{height:30px;line-height:30px;text-indent:20px;font-weight:bold;background:#494949;color:#fff}
#coupon .content{padding:20px;text-align:center;}
#coupon .content .desc{padding:8px 15px; border:1px solid #ddd; border-radius:3px; background:#f5f5f5;line-height:18px;text-align:left;}
#coupon .content h3{margin:15px 0 8px 0;text-align:left;}
#coupon .content .coupon_table th{padding:8px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#f2f2f2;text-align:center}
#coupon .content .coupon_table td{padding:8px 0; border-bottom:1px solid #ccc;padding:10px;text-align:center;}
#coupon .content .coupon_table .no{width:89px; border-right:1px solid #ccc;}
#coupon .content .coupon_table .name{width:292px; border-right:1px solid #ccc;}
#coupon .content .coupon_table td.name{text-indent:10px;text-align:left;}
#coupon .content .coupon_table .enddate{width:101px; border-right:1px solid #ccc}
#coupon .content .coupon_table .amount{width:125px; border-right:1px solid #ccc}
#coupon .content .coupon_table .select{width:126px;text-align:center;}
#coupon .content .coupon_table .amount strong{color:red}


#btn_coupon{display:inline-block;width:100px;height:24px;line-height:24px;;border:1px solid #292929;text-align:center;margin-top:15px;cursor:pointer}

#coupon_wrap{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.7; cursor:pointer; z-index:10}


/* 아이디 비밀번호 찾기 */

#find_user {width:330px;padding:20px;background:#fff;position:absolute;z-index:999;top:230px;left:50%;border:1px solid #4177bc;border-top:3px solid #4177bc;margin-left:178px;display:none}
#find_user .tit{border-bottom:1px solid #e2e2e2;padding-bottom:10px;}
#find_user .find_pw{margin-top:20px;}
#find_user .find_id{margin-top:20px;}
#find_user .text{margin-bottom:10px;}
#find_user .fir{margin-bottom:5px;}
#find_user span{display:block;}
#find_user span > input{width:318px;border:1px solid #e2e2e2;height:38px;padding:0 5px;}
#find_user .find_btn{text-align:center;margin-top:20px;}
#find_user .find_btn .center{display:inline-block;}


.order_popup_wrap{border:5px solid #4a9ed2;width:500px;position:absolute;top:100px;left:100px;background:#fff;z-index:1000000;}
.order_popup{margin:30px;position:relative;}
.order_popup .popup_title h2{font-family: 'notokr-medium';font-size:32px;line-height:32px;;letter-spacing:-1.5px;text-align:center;}
.order_popup .popup_title h2 span{color:#d22828;}
.order_popup .popup_title p{font-family: 'notokr-medium';font-size:14px;;letter-spacing:-0.5px;text-align:center;color:#888}
.order_popup .popup_cont{margin-top:15px;}
.order_popup .popup_cont table{border-top:1px solid #292929;border-bottom:1px solid #e2e2e2;}
.order_popup .popup_cont table th{padding:10px 0;text-align:center;border-bottom:1px solid #e2e2e2;font-family: 'notokr-medium';font-size:14px;;letter-spacing:-0.5px;text-align:center;color:#292929;background:#f8f8f8}
.order_popup .popup_cont table td{text-align:center;padding:15px 0}
.order_popup .popup_cont table td dl{overflow:hidden;}
.order_popup .popup_cont table td dl.d2{margin-top:10px}
.order_popup .popup_cont table td dt{float:left;width:70px;font-weight:bold;color:#068580}
.order_popup .popup_cont table td dd{float:left;width:249px;line-height:20px;}
.order_popup .popup_cont table td.t2{text-align:left;padding:15px; border-bottom:1px solid #e2e2e2; }
.order_popup .popup_cont table .t1{width:90px;border-right:1px solid #e2e2e2;}
.order_popup .popup_cont table td.t1 {font-weight:bold; border-bottom:1px solid #e2e2e2; }

.order_popup .close_bt{position:absolute;right:-15px;top:-15px;}


/* 상단메뉴 */
#head { position:relative; height:80px; border-bottom:1px solid #e2e2e2;}
#head h1{ position:fixed; float:left; margin:19px 0 0 18px;}
.top_banner {background:#005392; text-align:center;}
#head .head_box { width:1200px; background-color:#06F; margin:0 auto;}
#head .head_box .talk {float:left; margin-top:24px; margin-right:21px;}
#head .head_box .search{float:left;border:2px solid #4a9ed2;width:311px;height:38px;overflow:hidden;margin-top:21px;}
#head .head_box .search input{height:38px;margin-left:10px;width:263px; outline:none;}
#head .head_box .search .view{display:block;float:right;width:38px;height:38px;text-align:center;}
#head .head_box .search .view i{margin-top:7px;font-size:24px;color:#4a9ed2}

#head .head_box .login{float:right;overflow:hidden;margin-top:30px;}
#head .head_box .login input{float:left;width:116px;height:22px;border:1px solid #c2c2c2;margin-top:9px;margin-left:3px;text-indent:5px;background:#fff9e5}
#head .head_box .login a{display:block;float:left;;width:65px;height:22px;line-height:24px;text-align:center;border:1px solid #c2c2c2;font-size:11px;font-family:'dotum';margin-top:9px;letter-spacing:-1px;margin-left:3px;}
#head .head_box .login a:hover{background:#f8f8f8;}
#head .head_box .login a.login_btn{border-color:#418cbb;background:#4a9ed2;color:#fff;}
#head .head_box .login a.login_btn:hover{background:#56b4ee;}

/* 서브메뉴 */
#sub_menu { background:#f5f5f5; height:58px;}
#sub_menu .sub_menu_inner{ width:1200px; margin:0 auto; }
#sub_menu .sub_menu_inner h2{float:left;font-family:'notokr-medium';font-size:26px; line-height:58px; font-weight:bold;letter-spacing:-2px; vertical-align:middle;}
#sub_menu .sub_menu_inner ul li a{ float:left;display:inline-block;font-family:'notokr-medium';font-size:16px; line-height:58px; margin-left:35px;font-weight:bold;letter-spacing:-2px;}
#sub_menu .sub_menu_inner ul li a:hover{ color:#747474;}

/* 메인_왼쪽메뉴 */
#side_menu{position:fixed; margin:-161px 0 0 0;left:0; height:100%;background:#fff;width:190px;border-right:1px solid #e2e2e2; z-index:6999}
#side_menu h1{ position: absolute; margin:0px 0 0 0px; }
#side_menu h1 img{}

#side_menu .menu_inner{width:150px; margin:90px auto 0 auto;}
#side_menu .menu_inner ul li:last-child {margin:0 0 15px 0;}
#side_menu .menu_inner .menu01 {border-bottom:1px solid #e2e2e2; margin:15px 0;}
#side_menu .menu_inner .menu01 li a{font-family:'notokr-medium';font-size:14px; line-height:20px; letter-spacing:-0.1px;}
#side_menu .menu_inner .menu01 li a:hover{ font-weight:bold;}

#side_menu .menu_inner .menu02 {border-bottom:1px solid #e2e2e2; margin:15px 0;}
#side_menu .menu_inner .menu02 li {position:relative;}
#side_menu .menu_inner .menu02 li a{font-family:'notokr-medium';font-size:16px; line-height:25px; font-weight:bold; letter-spacing:-0.1px; display:block;}
#side_menu .menu_inner .menu02 li a:after{position:absolute; top:10px; left:140px; content:""; display:block;  width:4px; height:8px; background:url(../image/common/menu_dot.png) no-repeat 0 0;}
#side_menu .menu_inner .menu02 li a:hover{ color:#e00006;}
#side_menu .menu_inner .menu02 li a:hover:after{position:absolute; top:10px; left:140px; content:""; display:block;  width:4px; height:8px; background:url(../image/common/menu_dot_on.png) no-repeat 0 0;}
#side_menu .menu_inner .menu02 li:last-child a{ color:#e00006;}
#side_menu .menu_inner .menu02 .nav-2depth {position:absolute;	left:154px;	top:0;	min-width:150px; border:1px solid #e2e2e2;background-color:#fff}
#side_menu .menu_inner .menu02 .nav-2depth .column {padding:20px 20px 0 20px;	overflow:hidden; white-space:nowrap;}
#side_menu .menu_inner .menu02 .nav-2depth .column .list a {display:block;color:#666;	font-family:'notokr-medium';font-size:13px;line-height:26px; font-weight:normal; }
#side_menu .menu_inner .menu02 .nav-2depth .column .list a:hover {font-weight:bold;}
#side_menu .menu_inner .menu02 .nav-2depth .column .list img {margin-top:8px;}
#side_menu .menu_inner .menu02 .nav-2depth ul { border:0;}
#side_menu .menu_inner .menu02 .nav-2depth ul li a:after{display:none; }

#side_menu .menu_inner .menu03 {border-bottom:1px solid #e2e2e2; margin:17px 0;}
#side_menu .menu_inner .menu03 li a{font-family:'notokr-medium'; font-size:16px; line-height:20px; font-weight:bold; letter-spacing:-0.2px; color:#114e7c;}
#side_menu .menu_inner .menu03 li a:hover{color:#7015ae;}

#side_menu .menu_inner .menu04 {boder:none;}
#side_menu .menu_inner .menu04 li a{font-family:'notokr-medium'; font-size:16px; line-height:20px; font-weight:bold; letter-spacing:-0.2px; color:#e00006;}
#side_menu .menu_inner .menu04 li a:hover{color:#7015ae;}

/* 서브_왼쪽메뉴 */
#side_menu_sub{position:fixed; margin:-58px 0 0 0; height:100%;background:#fff;width:141px;border-right:1px solid #e2e2e2; z-index:6999}
#side_menu_sub .menu_inner{width:108px; margin:0 auto;}
#side_menu_sub .menu_inner ul li:last-child {margin:0 0 25px 0;}
#side_menu_sub .menu_inner .menu01 {border-bottom:1px solid #e2e2e2; margin:25px 0;}
#side_menu_sub .menu_inner .menu01 li a{font-family:'notokr-medium';font-size:14px; line-height:25px; letter-spacing:-0.1px;}
#side_menu_sub .menu_inner .menu01 li a:hover{ font-weight:bold;}

#side_menu_sub .menu_inner .menu02 {border-bottom:1px solid #e2e2e2; margin:25px 0;}
#side_menu_sub .menu_inner .menu02 li {position:relative;}
#side_menu_sub .menu_inner .menu02 li a{font-family:'notokr-medium';font-size:16px; line-height:30px; font-weight:bold; letter-spacing:-0.1px; display:block;}
#side_menu_sub .menu_inner .menu02 li a:after{position:absolute; top:10px; left:100px; content:""; display:block;  width:4px; height:8px; background:url(../image/common/menu_dot.png) no-repeat 0 0;}
#side_menu_sub .menu_inner .menu02 li a:hover{ color:#e00006;}
#side_menu_sub .menu_inner .menu02 li a:hover:after{position:absolute; top:10px; left:100px; content:""; display:block;  width:4px; height:8px; background:url(../image/common/menu_dot_on.png) no-repeat 0 0;}
#side_menu_sub .menu_inner .menu02 .nav-2depth {position:absolute;	left:124px;	top:0;	min-width:150px; border:1px solid #e2e2e2;background-color:#fff}
#side_menu_sub .menu_inner .menu02 .nav-2depth .column {padding:20px 20px 0 20px;	overflow:hidden; white-space:nowrap;}
#side_menu_sub .menu_inner .menu02 .nav-2depth .column .list a {display:block;color:#666;	font-family:'notokr-medium';font-size:13px;line-height:26px; font-weight:normal; }
#side_menu_sub .menu_inner .menu02 .nav-2depth .column .list a:hover {font-weight:bold;}
#side_menu_sub .menu_inner .menu02 .nav-2depth ul { border:0;}
#side_menu_sub .menu_inner .menu02 .nav-2depth ul li a:after{display:none; }

#side_menu_sub .menu_inner .menu03 {boder:none;}
#side_menu_sub .menu_inner .menu03 li a{font-family:'notokr-medium'; font-size:16px; line-height:30px; font-weight:bold; letter-spacing:-0.2px; color:#e00006;}
#side_menu_sub .menu_inner .menu03 li a:hover{color:#7015ae;}

/* 콘텐츠 */
#container{overflow:hidden;min-height:1950px;}
#lec_main { /*margin:0 0 0 479px;*/}
.main{ }
/* 탭비주얼 */
.tabmenu { width:1200px; margin:30px auto 0 auto; position:relative;}
.tabmenu .tab_list{position: absolute;top:0;left: 0;}
.tabmenu .tab_list li{width:216px;height:111px;cursor: pointer;}

.tabmenu .tab_list .tab01{border-bottom:1px solid #c5c5c5;}
.tabmenu .tab_list .tab02{border-top:1px solid #c5c5c5;border-bottom:1px solid #c5c5c5;}
.tabmenu .tab_list .tab03{border-top:1px solid #c5c5c5;border-bottom:1px solid #c5c5c5;}
.tabmenu .tab_list .on{width: 216px;border-right: none;}
.tabmenu .tab_list .tab_ban{padding:4px 3px 0 0;}
.tabmenu .timg{margin-left:216px;width:884px;}
.tabmenu .timg img{width:884px;height: 450px;}

/* 라인업 */
.lineup { position:relative; width:1101px; height:119px;margin:20px auto 0 auto;overflow:hidden; background:#e5e5e5;}
.lineup .bx-wrapper{max-width:1101px !important;}
.lineup ul{height:117px;}
.lineup ul li {float:left;display:inline;width:236px;border:1px solid #bababa;border-right:none;}
.lineup ul li:last-chid{border-right:1px solid #e2e2e2;}


.best_cate{overflow:hidden; width:100%; height:145px;}
/*.lineup { position:relative; width:1210px; margin-left:50%; left:-775px;}*/
/*.lineup_left { position:absolute; float:left; top:0; left:77px; width:301px; height:100px; background-color:#1c1f2c;}*/
/*.lineup_right { position:relative; float:left;top:0; left:378px; width:948px; height:100px;background-color:#323546;}*/
/*.lineup_right ul li {float:left;display:inline;width:237px;}*/

/* 센터배너 */
.center_banner {width:1200px; margin:40px auto 0 auto;}
.center_banner ul li {width:361px;display:inline-block; margin-right:3px; }
.center_banner ul li img{width:361px;}
.center_banner ul li:last-chid{ margin-right:0;}

.mnew { display:inline-block; width:28px; height:12px; margin-left:5px; border-radius:3px; background:#f5230d; font-size:9px; color:#FFF; font-family:'돋움'; text-align:center; line-height:12px;}
.mbest { display:inline-block; width:28px; height:12px; margin-left:5px; border-radius:3px; background:#4dabef; font-size:9px; color:#FFF; font-family:'돋움'; text-align:center; line-height:12px;}


#layer_popup {position:absolute; top:370px; left:190px; z-index:999;}
#layer_popup .close_btn { position:absolute;top:-15px; right:-15px;}

/*메인비쥬얼*/
.main_visual {position: relative;width: 638px;height:470px;}
.main_visual .bx-pager{position: absolute;bottom:25px;z-index: 999;left:50%;margin-left:-45px;}
.main_visual .bx-pager .bx-pager-item{display:inline-block;}
.main_visual .bx-pager a{display:block;float:left;margin:0 2px;;width:11px;height:11px;background:#fff;border-radius:8px;text-indent:-9999px}
.main_visual .bx-pager a.active{width:66px; height:12px;border-radius:6px; background:#fff; }
.main_visual .bx-controls-direction{display: none;}


/*섹션01*/
.section01 {margin-top:14px;overflow: hidden;}
.section01 .section01_l {float:left;width:588px;height:300px;position:relative;overflow:hidden;margin-right:24px;border-radius:10px;}
.section01 .section01_l a {display:block;}
.section01 .section01_l .total_page{position:absolute;top:12px;right:27px;z-index:100;font-size:12px;font-family: 'notokr-regular';color:#fff;}
.section01 .section01_l .total_page span{font-size:12px;}
.section01 .section01_l .sec01_l_custom_pager{position:absolute;width:100%;bottom:0;height:40px;z-index:10;text-align:center;background:rgba(0,0,0,0.2);}
.section01 .section01_l .sec01_l_custom_pager a{display:inline-block;color:#fff;text-align:center;padding:0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #fff;margin:13px 0;font-size:13px;font-family:'notokr-regular';}
.section01 .section01_l .sec01_l_custom_pager a:last-child{border-right:0;}
.section01 .section01_l .sec01_l_custom_pager a.active{font-family:'notokr-bold';}
.section01 .section01_l .bx-wrapper .bx-controls{position:absolute;top:5px;right:10px;width:65px;z-index:100;}
.section01 .section01_l .bx-wrapper .bx-controls .bx-pager{position:absolute;top:6px;right:40px;}
.section01 .section01_l .bx-wrapper .bx-controls .bx-pager a{color:#fff;}
/*.section01 .section01_l .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link{display:none;font-size:12px;font-family: 'notokr-regular';}*/
/*.section01 .section01_l .bx-wrapper .bx-controls .bx-pager-item .active{display:inline-block;}*/

.section01 .section01_l .bx-wrapper .bx-controls .bx-pager-item {float:left;margin-left:4px;}
.section01 .section01_l .bx-wrapper .bx-controls .bx-pager-item:first-child{float:left;margin-left:0;}
.section01 .section01_l .bx-wrapper .bx-controls .bx-pager-item a {float:left; display:inline-block;width:8px;height:8px;border-radius:20px;background:#999999;text-indent: -9999px;}
.section01 .section01_l .bx-wrapper .bx-controls .bx-pager-item .active {float:left; display:inline-block;width:8px;height:8px;background:#0d4cfb;}

.section01 .section01_l .bx-wrapper .bx-controls-direction .bx-prev {background:url(//edu-market.co.kr/image/main/btn_left_w.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: left;}
.section01 .section01_l .bx-wrapper .bx-controls-direction .bx-next {background:url(//edu-market.co.kr/image/main/btn_right_w.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: right;}

.section01 .section01_m {float:left;width:280px;height:300px;position:relative;overflow:hidden;margin-right:24px;border:1px solid #e8e8e8;border-radius:10px;}
.section01 .section01_m a {display:block;}
.section01 .section01_m .total_page{position:absolute;top:12px;right:27px;z-index:100;font-size:12px;font-family: 'notokr-regular';color:#fff;}
.section01 .section01_m .total_page span{font-size:12px;}
.section01 .section01_m .bx-wrapper .bx-controls{position:relative;bottom:30px;z-index:100;text-align:center;}
.section01 .section01_m .bx-wrapper .bx-controls .bx-pager{display:inline-block;}
.section01 .section01_m .bx-wrapper .bx-controls .bx-pager a{color:#fff;}
/*.section01 .section01_m .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link{display:none;font-size:12px;font-family: 'notokr-regular';}*/
/*.section01 .section01_m .bx-wrapper .bx-controls .bx-pager-item .active{display:inline-block;}*/

.section01 .section01_m .bx-wrapper .bx-controls .bx-pager-item {float:left;margin-left:4px;}
.section01 .section01_m .bx-wrapper .bx-controls .bx-pager-item:first-child{float:left;margin-left:0;}
.section01 .section01_m .bx-wrapper .bx-controls .bx-pager-item a {float:left; display:inline-block;width:8px;height:8px;border-radius:20px;background:#999999;text-indent: -9999px;}
.section01 .section01_m .bx-wrapper .bx-controls .bx-pager-item .active {float:left; display:inline-block;width:8px;height:8px;background:#0d4cfb;}

.section01 .section01_m .bx-wrapper .bx-controls-direction .bx-prev {background:url(//edu-market.co.kr/image/main/btn_left_w.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: left;}
.section01 .section01_m .bx-wrapper .bx-controls-direction .bx-next {background:url(//edu-market.co.kr/image/main/btn_right_w.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: right;}
.section01 .section01_m .explain {width:201px;position:absolute;bottom:0;color:#fff;font-family:notokr-regular;font-size:15px;line-height:19px;z-index:1;text-align:left;padding:0 10px 62px 10px;}
.section01 .section01_m .title {width:100%;height:45px;position:absolute;bottom:0;color:#fff;font-family:notokr-regular;font-size:17px;line-height:45px;text-align:center;z-index:1;}
.section01 .section01_m .foot_bg {background:#000;opacity:0.7;width:100%;height:45px;position:absolute;bottom:0;}

.section01 .section01_r {float:left;width:280px;height:300px;position:relative;overflow:hidden;border:1px solid #e8e8e8;border-radius:10px;}
.section01 .section01_r a {display:block;}
.section01 .section01_r .total_page{position:absolute;top:12px;right:27px;z-index:100;font-size:12px;font-family: 'notokr-regular';color:#fff;}
.section01 .section01_r .total_page span{font-size:12px;}
.section01 .section01_r .bx-wrapper .bx-controls{position:relative;bottom:30px;z-index:100;text-align:center;}
.section01 .section01_r .bx-wrapper .bx-controls .bx-pager{display:inline-block;}
.section01 .section01_r .bx-wrapper .bx-controls .bx-pager a{color:#fff;}
/*.section01 .section01_r .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link{display:none;font-size:12px;font-family: 'notokr-regular';}*/
/*.section01 .section01_r .bx-wrapper .bx-controls .bx-pager-item .active{display:inline-block;}*/

.section01 .section01_r .bx-wrapper .bx-controls .bx-pager-item {float:left;margin-left:4px;}
.section01 .section01_r .bx-wrapper .bx-controls .bx-pager-item:first-child{float:left;margin-left:0;}
.section01 .section01_r .bx-wrapper .bx-controls .bx-pager-item a {float:left; display:inline-block;width:8px;height:8px;border-radius:20px;background:#999999;text-indent: -9999px;}
.section01 .section01_r .bx-wrapper .bx-controls .bx-pager-item .active {float:left; display:inline-block;width:8px;height:8px;background:#0d4cfb;}

.section01 .section01_r .bx-wrapper .bx-controls-direction .bx-prev {background:url(//edu-market.co.kr/image/main/btn_left_w.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: left;}
.section01 .section01_r .bx-wrapper .bx-controls-direction .bx-next {background:url(//edu-market.co.kr/image/main/btn_right_w.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: right;}
.section01 .section01_r .explain {width:201px;position:absolute;bottom:0;color:#fff;font-family:notokr-regular;font-size:15px;line-height:19px;z-index:1;text-align:left;padding:0 10px 62px 10px;}
.section01 .section01_r .title {width:100%;height:45px;position:absolute;bottom:0;color:#fff;font-family:notokr-regular;font-size:17px;line-height:45px;text-align:center;z-index:1;}
.section01 .section01_r .foot_bg {background:#000;opacity:0.7;width:100%;height:45px;position:absolute;bottom:0;}


/*.section01 .section01_r {width:335px;float:right;}*/
/*.section01 .section01_r .r_first {width:100%;height:128px;border:1px solid #e9e9e9;margin-bottom:16px;}*/
/*.section01 .section01_r .r_wrap{width:100%;height:242px;}*/
/*.section01 .section01_r .r_wrap div a {display: block;}*/
/*.section01 .section01_r .bx-wrapper .bx-controls .bx-controls-direction {display: none;}*/
/*.section01 .section01_r .bx-wrapper .bx-controls .bx-pager{position: absolute;bottom: 10px;z-index:999;left:50%;margin-left:349px;top:360px;}*/
/*.section01 .section01_r .bx-wrapper .bx-controls .bx-pager .bx-pager-item{display:inline-block;}*/
/*.section01 .section01_r .bx-wrapper .bx-controls .bx-pager a{display:block;float:left;margin:0 2px;width:8px;height:8px;background:#c6c6c6;border-radius:8px;text-indent:-9999px}*/
/*.section01 .section01_r .bx-wrapper .bx-controls .bx-pager a.active{width:40px; height:8px;border-radius:4px; background:#000000;}*/

.event_Wrap {width:100%;}
.event_Wrap .full_tit{width:1200px;height:150px;margin:0 auto;margin-bottom:20px;border-radius:10px;}
.event_Wrap .full_wrap {width:1200px;height:300px;}
.event_Wrap .full_wrap:after{display:block;content:'';clear:both;}
.event_Wrap .full_wrap .pack_img{float:left;width:382px !important;height:165px;margin-right:9px;overflow:hidden;position:relative;border-radius:10px;border:1px solid #e8e8e8;}
.event_Wrap .full_wrap .pack_img:nth-child(4n){margin-right:0;}
.event_Wrap .full_wrap .pack_img img{width:100% !important;}
.event_Wrap .full_wrap .pack_img a{display: block;}
.event_Wrap .full_wrap .pack_img:last-child{margin-right:0;}
.event_Wrap .full_wrap .pack_img .on{position: absolute;top:300px;width: 100%;z-index:99;}
.event_Wrap .bx-wrapper .bx-controls .bx-pager {display: none;}
.event_Wrap .bx-wrapper .bx-controls .bx-controls-direction{width:1280px;position:absolute;top:235px;left:50%;margin-left:-640px;z-index:10;}
.event_Wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{width: 21px;height: 39px;text-indent: -999px;float: left; left:15px;background:url(//edu-market.co.kr/image/main/btn01_prev.png)no-repeat center;}
.event_Wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-next{width: 21px;height: 39px;text-indent:999px;float:right;right:15px;background:url(//edu-market.co.kr/image/main/btn01_next.png)no-repeat center;}


/*인기강좌 신규강좌*/
.section02{}
.section02 .movie_tit h1{font-size:18px;font-weight:600;margin-bottom:15px;font-family:notokr-bold;}
.section02 .movie_tit h1 span{float:right;}
.section02 .movie_tit h1 span a{font-size:14px;font-family:'notokr-regular';}
.section02 .sbn{margin-top:21px;}

.section_pack{margin-top:20px;height:316px;}
.section_pack .inner{height:100%;}
.section_pack .packL{width:265px;height:100%;border:1px solid #e2e2e2;float:left;}
.section_pack .packL .list{height:62.5px;border-bottom:1px solid #e2e2e2;font-size:17px;color:#333;font-family:notokr-Medium;line-height:63.5px;padding-left:15px;cursor:pointer;}
.section_pack .packL .list.on{color:#fff;font-weight:bold;background:#4a42db;}
.section_pack .packL .list:last-child{border-bottom:0;}
.section_pack .packR{width:823px;height:100%;margin-left:10px;float:left;}

.passWriteWrap{width:100%;height:435px;background:#f5f6f1;margin-top:55px;padding:35px 0;}
.passWriteWrap .title{text-align:center;margin-bottom:35px;font-size:22px;font-family:'notokr-bold';color:#333;}
.passWriteWrap .videoCell{width:586px;height:371px;border-radius:10px;overflow:hidden;float:left;}
.passWriteWrap .videoCell iframe{border:none;}
.passWriteWrap .passWriteCont{width:585px;height:371px;margin-left:29px;float:right;position:relative;}
.passWriteWrap .passWriteCont .swiper-slide{max-height:371px;}
.passWriteWrap .passWriteCont .passCell{width:585px;margin-bottom:9px;}
.passWriteWrap .passWriteCont .passCell {float:left;}
.passWriteWrap .passWriteCont .passCell a{display:block;}
.passWriteWrap .passWriteCont .cont{width: 346px;height: 450px;margin: 0 auto;overflow: hidden;border-radius: 15px;box-shadow: 6px 3px 7px 0px #b7b7b7;}
.passWriteWrap .passWriteCont .cont{width: 346px;height: 450px;margin: 0 auto;overflow: hidden;border-radius: 15px;box-shadow: 6px 3px 7px 0px #b7b7b7;}
.passWriteWrap .passWriteCont .bx-viewport{}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls {width:100px;position:absolute;top:-35px;right:0;background:gold;}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls .bx-pager { position:absolute; top:190px; left:465px;}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls .bx-pager-item {float:left;margin-left:7px;}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls .bx-pager-item:first-child{float:left;margin-left:0;}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls .bx-pager-item a { float:left; display:inline-block;  width:12px; height:12px; border-radius:20px; background:#fff;text-indent: -9999px;}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls .bx-pager-item .active {float:left; display:inline-block; width:12px; height:12px; background:#4a42db; }
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls .bx-controls-direction {width:100px;position: absolute;}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls-direction .bx-prev {background: url(//edu-market.co.kr/image/main/btn_left.png)no-repeat center;background-size:10px;width:23px;height:29px;text-indent:-9999px;position:absolute;right:30px;top:0;content:'';}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls-direction .bx-prev:after{content:'';}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls-direction .bx-next {background: url(//edu-market.co.kr/image/main/btn_right.png)no-repeat center;background-size:10px;width:23px;height:29px;text-indent:-9999px;position:absolute;right:0;top:0;content:'';}
.passWriteWrap .passWriteCont .bx-wrapper .bx-controls-direction .bx-next:after{content:'';}


.movie_area{width:100%;height:260px;margin-bottom:40px;}

.movie_area .movie_lwrap{width:383px;float:left;margin-right:22px;border-radius:10px;overflow:hidden;}
.movie_area .movie_wrap{width:792px;float:left;}

.movie_area .movie_wrap:after {display: block;content:'';clear:both;}
.movie_area .movie_wrap .movie_clip{width:180px;margin-right:25px;position: relative;float:left;border-radius:10px;overflow:hidden;}
/*.movie_area .movie_wrap .movie_clip:hover {margin-top:-10px;}*/
.movie_area .movie_wrap .movie_clip:last-child{margin-right: 0;}
.movie_area .movie_wrap .movie_clip .thumb{height:260px;}
.movie_area .movie_wrap .movie_clip .thumb a{display: block;}
.movie_area .movie_wrap .movie_clip .thumb a img{width:100%;}

.movie_area .movie_wrap .movie_clip .movie_cont{ padding:19px 10px; position: relative; height:120px; box-sizing: border-box;text-align:center;font-size:15px;line-height:20px;display: block;font-family:notokr-regular;}

.movie_area .movie_wrap .movie_clip .mark01 { position: absolute;bottom: 60px;right: 0;width: 40px;height: 16px;text-align: center;line-height: 16px;font-size: 11px;color: #fff;background: #fe4f54;padding-top: 2px;}
.movie_area .movie_wrap .movie_clip .mark02 {position: absolute;bottom: 60px;right: 0;width: 40px;height: 16px;text-align: center;line-height: 16px;font-size: 11px;color: #fff;background: #2342ce;padding-top: 2px;}
.movie_area .movie_wrap .movie_clip .title{font-family: 'notokr-medium';background:#4a42db;color:#fff;height:31px;line-height:31px;font-size:15px;text-align:center;}

.sbn {margin-top:20px;width:100%;}
.sbn .sbn_inner{width:1200px;height:120px;margin:0 auto;}
.sbn .sbn_inner a {display: block;}
.sbn .sbn_inner a.half{float:left;width:50%;height:100%;}
.sbn .sbn_inner a.half img{width:100%;height:100%;}

/*메뉴*/
.smenu{width: 100%;padding:40px 0 0 0;margin-top: 60px;background: #ffd500;}
.smenu .smu{ margin-top: 25px;padding-bottom: 20px;overflow: hidden;border-bottom: 1px solid #fbed85;}
.smenu .inner .smu .mtit {color:#000;font-weight: bold;}
.smenu .smu div { float:left;display: inline-block;width: 87%;}
.smenu .smu div ul li {font-size: 17px;width: 191px;float: left;line-height: 32px;letter-spacing: -1px;font-family: 'notokr-DemiLight';}
.smenu .smu div ul li a {color:#000;}

.fsmenu{width: 100%;padding:0;margin-top:0;background: #404040;}
.fsmenu .smu{ margin-top: 25px;padding-bottom: 20px;overflow: hidden;display:inline-block;}
.fsmenu .inner .smu .mtit {color:#ffd500;font-weight: bold;width: 13% !important;font-size: 20px;line-height: 32px;font-family: 'notokr-medium';}
.fsmenu .smu div { float:left;display: inline-block;width: 87%;}
.fsmenu .smu div ul li {font-size: 17px;width: 191px;float: left;line-height: 32px;letter-spacing: -1px;font-family: 'notokr-DemiLight';}
.fsmenu .smu div ul li a {color:#fff;font-family: 'notokr-regular';}
.fsmenu .smu div ul li a span{color:#fff;font-family: 'notokr-regular';position: relative;top:8px;margin-left:2px;}

/*교수진배너*/
.teacher_wrap{position:relative;}
.teacher_wrap .teacher_tit{width:100%;margin-top:55px;margin-bottom:20px;}
.teacher_wrap .teacher_tit h1{font-size:18px;font-family:'notokr-medium';font-weight:bold;letter-spacing:-1px;color:#000;}
.teacher_wrap .inner{height:355px;}
.teacher_wrap .teacherL{width:180px;height:100%;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;float:left;}
.teacher_wrap .teacherL .list{height:50px;border-bottom:1px solid #c8c8c8;font-size:15px;color:#333;font-family:notokr-Medium;line-height:51px;padding-left:15px;cursor:pointer;}
.teacher_wrap .teacherL .list.on{color:#fff;font-weight:bold;background:#01b497;}
.teacher_wrap .teacherL .list:last-child{border-bottom:0;}
.teacher_wrap .teacherR{width:1000px;height:100%;margin-left:20px;margin-bottom:50px;float:left;position:relative;}
.teacher_wrap .teacherR .bx-wrapper{position:absolute;top:0;left:10px;}
.teacher_wrap .teacherR .info{width:1000px;height:355px;}
.teacher_wrap .teacherR .info.on .bx-controls{display:block;}
.teacher_wrap .teacherR .info .slideCont{width:180px !important;height:355px;}
/*.teacher_wrap .teacherR .info a{display:inline-block;width:180px !important;height:355px;}*/
/*.teacher_wrap .teacherR .info img{width:180px;height:355px;}*/
.teacher_wrap .teacherR .bx-wrapper .bx-controls {width:100px;position:absolute;top:-35px;right:-65px;}
.teacher_wrap .teacherR .bx-wrapper .bx-controls .bx-pager{display:none;}
.teacher_wrap .teacherR .bx-wrapper .bx-controls .bx-controls-direction {width:100px;position: absolute;}
.teacher_wrap .teacherR .hide .bx-wrapper .bx-controls .bx-controls-direction {display:none;}

.teacher_wrap .teacherR .bx-wrapper .bx-controls-direction .bx-prev{background:url(//edu-market.co.kr/image/main/btn_left.png)no-repeat center;background-size:10px;width:29px;height:29px;text-indent:-9999px;position:absolute;left:-30px;}
.teacher_wrap .teacherR .bx-wrapper .bx-controls-direction .bx-next{background:url(//edu-market.co.kr/image/main/btn_right.png)no-repeat center;background-size:10px;width:29px;height:29px;text-indent:-9999px;position:absolute;}



/*풀패키지배너*/
.full_pack {width:100%;margin-top:60px;}
.full_pack .full_tit{width:540px;height:86px;margin:0 auto;margin-bottom:30px;}
.full_pack .full_wrap {width:1200px;height:300px;}
.full_pack .full_wrap:after{display:block;content:'';clear:both;}
.full_pack .full_wrap .pack_img{float:left;width:268px !important;height:300px;margin-right:9px;overflow:hidden;position:relative;border-radius:15px;}
.full_pack .full_wrap .pack_img:nth-child(4n){margin-right:0;}
.full_pack .full_wrap .pack_img img{width:100% !important;}
.full_pack .full_wrap .pack_img a{display: block;}
.full_pack .full_wrap .pack_img:last-child{margin-right:0;}
.full_pack .full_wrap .pack_img .on{position: absolute;top:300px;width: 100%;z-index:99;}
.full_pack .bx-wrapper .bx-controls .bx-pager {display: none;}
.full_pack .bx-wrapper .bx-controls .bx-controls-direction {width:1280px;position:absolute;top:254px;left:50%;margin-left:-640px;}
.full_pack .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{width: 21px;height: 39px;text-indent: -999px;float: left; left:15px;background:url(//edu-market.co.kr/image/main/btn01_prev.png)no-repeat center;}
.full_pack .bx-wrapper .bx-controls .bx-controls-direction .bx-next{width: 21px;height: 39px;text-indent:999px;float:right;right:15px;background:url(//edu-market.co.kr/image/main/btn01_next.png)no-repeat center;}


.short_video {margin-top:30px;margin-bottom:50px;}
.short_video .video_tit {font-size:20px;font-weight:600;margin-bottom: 19px;font-family:notokr-bold;}
.short_video .video_tit h1{font-size:18px;font-family:notokr-bold;font-weight:600;color:#000;letter-spacing:-1px;}
.short_video .video_tit h1 span{float:right;}
.short_video .video_tit h1 span a{font-size:14px;font-family:'notokr-regular';}
.short_video .video_wrap{width:100%;height:398px;}
.short_video .video_wrap .video_cont{float:left;width:180px;}
.short_video .video_wrap .ytThum {width:180px;height:320px;}
.short_video .video_wrap .ytThum iframe{border:0;border-radius:10px;}
.short_video .video_wrap .ytThum img{width:180px;height:320px;border-radius:10px;object-fit:cover;}
.short_video .video_wrap .ytTit{height:30px;text-align:center;font-family:'notokr-medium';line-height:16px;font-size:14px;padding:15px 10px;}
.short_video .video_wrap .ytTit a{font-family:'notokr-medium';font-size:15px;}
.short_video .bx-wrapper .bx-controls .bx-pager {display: none;}
.short_video .bx-wrapper .bx-controls .bx-controls-direction{width:1280px;position:absolute;top:200px;left:50%;margin-left:-640px;z-index:10;}
.short_video .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{width:21px;height:39px;text-indent:-999px;float:left;left:15px;background:url(//edu-market.co.kr/image/main/btn01_prev.png)no-repeat center;}
.short_video .bx-wrapper .bx-controls .bx-controls-direction .bx-next{width:21px;height:39px;text-indent:999px;float:right;right:15px;background:url(//edu-market.co.kr/image/main/btn01_next.png)no-repeat center;}


/*교재*/

.book {margin-top:30px;margin-bottom:50px;}
.book .book_tit {font-size:20px;font-weight:600;margin-bottom: 19px;font-family:notokr-bold;}
.book .book_tit h1{font-size:18px;font-family:notokr-bold;font-weight:600;color:#000;letter-spacing:-1px;}
.book .book_tit h1 span{float:right;}
.book .book_tit h1 span a{font-size:14px;font-family:'notokr-regular';}
.book .book_tit .button {float:right;margin-top:-10px;}
.book .book_tit .button span a {font-size:14px;}
.book .book_wrap{width:100%;height:398px;}
.book .book_wrap .book_thum {float:left;width:180px;margin-right:6.25px;height:100%;border:1px solid #e2e2e2;border-radius:6px;}
.book .book_wrap .book_thum:last-child {margin-right:0;}
.book .book_wrap .book_thum .bookImg{height:206px;padding:36px 13px;background:#f0f0f0;}
.book .book_wrap .book_thum .bookImg img{width:150px;height:204px;display: block;transition: transform 0.3s ease 0s, opacity 0.1s linear 0s;}
/*.book .book_wrap .book_thum .bookImg img{width:132px;height:176px;display: block;box-shadow: 5px 8px 12px rgba(0,0,0,0.3);transition: transform 0.3s ease 0s, opacity 0.1s linear 0s;}*/
.book .book_wrap .book_thum .bookImg img:hover {transform: scale(1.2);}
.book .book_wrap .book_thum span {height:90px;font-size:15px;line-height:20px;color:#292929;padding:30px 10px 0 10px;display: block;font-family:notokr-regular;text-align:center;}
.book .book_wrap .book_thum span a {display: block;font-family:notokr-medium;}
.book .bx-wrapper .bx-controls .bx-pager {display: none;}
.book .bx-wrapper .bx-controls .bx-controls-direction{width:1280px;position:absolute;top:200px;left:50%;margin-left:-640px;z-index:10;}
.book .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{width:21px;height:39px;text-indent:-999px;float:left;left:15px;background:url(//edu-market.co.kr/image/main/btn01_prev.png)no-repeat center;}
.book .bx-wrapper .bx-controls .bx-controls-direction .bx-next{width:21px;height:39px;text-indent:999px;float:right;right:15px;background:url(//edu-market.co.kr/image/main/btn01_next.png)no-repeat center;}

/*유튜브배너*/
.ytWrap{width:100%;height:670px;background:#111;margin-top:90px;}
.ytWrap .inner{height:100%;}
.ytWrap .inner .title{position:absolute;top:-10px;width:100%;line-height: 100px;color: #fff;font-family: 'notokr-medium';font-size: 24px;}
.ytWrap .inner .title a{color: #fff;font-family: 'notokr-medium';font-size: 24px;}
.ytWrap .inner .title img{padding-right:21px;}
.ytWrap .inner .title .moreBtn{color:#fff;font-size:16px;text-decoration:underline;}
.ytWrap .inner .ytCont{height:522px;padding-top:97px;}
.ytWrap .inner .ytCont .ytContL{width:1200px;height:56px;}
.ytWrap .inner .ytCont .ytContL .topCont{width:100%;height:56px;}
.ytWrap .inner .ytCont .ytContL .topCont ul{width:1200px;}
.ytWrap .inner .ytCont .ytContL .topCont ul li{float:left;display:inline-block;width:175px;height:56px;text-align:center;cursor:pointer;font-family:'notokr-medium';font-size:19px;line-height:56px;background:#343333;color:#7b7b7b;margin-right:10px;}
.ytWrap .inner .ytCont .ytContL .topCont ul li.on{color:#fff;background:#4a42db;}
.ytWrap .inner .ytCont .ytContL .topCont ul li:last-child{margin-right:0;}
.ytWrap .inner .ytCont .ytContL .bottomCont{width:100%;height:165px;color:#f00;font-size:21px;font-family:'notokr-medium';}
.ytWrap .inner .ytCont .ytContL .bottomCont a{color:#f00;font-family:'notokr-medium';}

.ytWrap .inner .ytCont .ytContR{width:1200px;display:none;float:left;margin-top:29px;}
.ytWrap .inner .ytCont .ytContR.on{display:block;}
.ytWrap .inner .ytCont .ytContR .topCont{width:100%;height:209px;position:relative;}
.ytWrap .inner .ytCont .ytContR .topCont .videoWrap{width:360px;margin-right:10px;display:inline-block;float:left;}
.ytWrap .inner .ytCont .ytContR .topCont .videoWrap:last-child{margin-right:0;}
.ytWrap .inner .ytCont .ytContR .topCont .videoWrap ul{width:100%;}
.ytWrap .inner .ytCont .ytContR .topCont .videoWrap ul li{}
.ytWrap .inner .ytCont .ytContR .topCont .videoWrap ul li img{width:100%;height:170px;}
.ytWrap .inner .ytCont .ytContR .topCont .videoWrap ul li:last-child{font-size:15px;font-family:'notokr-medium';color:#a5a5a5;margin-top:10px;line-height:18px;}
.ytWrap .inner .ytCont .ytContR .bottomCont{width:100%;height:165px;margin-top:32px;position:relative;}
.ytWrap .inner .ytCont .ytContR .bottomCont .videoWrap{width:545px;margin-right:10px;display:inline-block;float:left;}
.ytWrap .inner .ytCont .ytContR .bottomCont .videoWrap:last-child{margin-right:0;}
.ytWrap .inner .ytCont .ytContR .bottomCont .videoWrap ul{width:100%;}
.ytWrap .inner .ytCont .ytContR .bottomCont .videoWrap ul li{}
.ytWrap .inner .ytCont .ytContR .bottomCont .videoWrap ul li img{width:100%;height:170px;}
.ytWrap .inner .ytCont .ytContR .bottomCont .videoWrap ul li:last-child{font-size:15px;font-family:'notokr-medium';line-height:15px;color:#a5a5a5;margin-top:15px;}


.qna_wrap {margin-top:30px;margin-bottom:50px;height:170px;}
.qna_wrap .qna_tit {font-size:20px;font-weight:600;margin-bottom: 19px;font-family:notokr-bold;}
.qna_wrap .qna_tit h1{font-size:18px;font-family:notokr-bold;margin-top:50px;margin-bottom:20px;padding-bottom:30px;border-bottom:1px solid #c8c8c8;}
.qna_wrap .qna_tit h1 span{float:right;}
.qna_wrap .qna_cont{}
.qna_wrap .qna_cont .qnaL{float:left;width:588px;}
.qna_wrap .qna_cont .qnaL a{width:282px;margin-right:24px;display:block;float:left;}
.qna_wrap .qna_cont .qnaL a:last-child{margin-right:0;}
.qna_wrap .qna_cont .qnaR{float:right;width:560px;}
.qna_wrap .qna_cont .qnaR .pNum{float:left;width:360px;text-align:center;font-size:28px;line-height:42px;font-family:'notokr-bold';}
.qna_wrap .qna_cont .qnaR .pNum span{font-size:15px;font-family:'notokr-medium';}
.qna_wrap .qna_cont .qnaR .operTime{float:right;width:175px;margin-top:10px;}
.qna_wrap .qna_cont .qnaR .operTime ul{}
.qna_wrap .qna_cont .qnaR .operTime ul li{font-size:15px;line-height:25px;font-family:'notokr-regular';}

/*퀵배너*/

.l_quick{position:absolute; left:50%;margin-left:-755px;top:303px;}
.l_quick a {display: block;}
.l_quick.fix{position:fixed;}
.l_quick div{margin-bottom:13px;border:1px solid #e8e8e8;border-radius:10px;}

.r_quick {position: absolute;left:50%;margin-left:654px;top:303px;}
.r_quick a{display: block;}

.r_quick .r_quick_wrap{width:123px;height:293px;border:1px solid #e8e8e8;border-radius:10px;text-align:center;padding-top:7px;position:relative;margin-bottom:15px;}
.r_quick .r_quick_wrap .r_quick_fix_cont{margin-bottom:10px;}
.r_quick .r_quick_wrap .r_quick_cont{}
.r_quick .r_quick_wrap .r_quick_cont .swiper-wrapper{display:inline-block;}
.r_quick .r_quick_wrap .r_quick_cont .swiper-wrapper div{width:107px;height:120px;border-radius:10px;display:inline-block;margin-bottom:15px;}
.r_quick .r_quick_wrap .r_quick_cont .swiper-wrapper div:last-child{margin-bottom:0;}

.r_quick .r_quick_wrap .total_page{position:absolute;bottom:11px;right:43px;z-index:100;font-size:12px;font-family: 'notokr-regular';color:#333;}
.r_quick .r_quick_wrap .total_page span{font-size:12px;}
.r_quick .r_quick_wrap .bx-wrapper .bx-controls{position:absolute;bottom:5px;right:25px;width:70px;z-index:100;}
.r_quick .r_quick_wrap .bx-wrapper .bx-controls .bx-pager{position:absolute;top:6px;right:42px;}
.r_quick .r_quick_wrap .bx-wrapper .bx-controls .bx-pager a{color:#333;}
.r_quick .r_quick_wrap .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link{display:none;font-size:12px;font-family: 'notokr-regular';}
.r_quick .r_quick_wrap .bx-wrapper .bx-controls .bx-pager-item .active{display:inline-block;}
.r_quick .r_quick_wrap .bx-wrapper .bx-controls-direction .bx-prev {background:url(//edu-market.co.kr/image/main/btn_left_b.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: left;}
.r_quick .r_quick_wrap .bx-wrapper .bx-controls-direction .bx-next {background:url(//edu-market.co.kr/image/main/btn_right_b.png)no-repeat center;background-size:8px;width:14px;height:27px;text-indent:-9999px;float: right;}


.r_quick .r_quick_txt_wrap{width:107px;padding:10px 6px;border:1px solid #e8e8e8; border-radius:10px;background: #ffc602;}
.r_quick .r_quick_txt_wrap ul{}
.r_quick .r_quick_txt_wrap ul li{height:35px;font-size:16px;border-bottom:1px solid #fde284;font-family:'notokr-bold';padding:10px;line-height:18px;letter-spacing:-1px;}
.r_quick .r_quick_txt_wrap ul li:last-child{border-bottom:0;}
.r_quick .r_quick_txt_wrap ul li a{font-size:16px;font-family:'notokr-bold';}
.r_quick .r_quick_txt_wrap ul li a span{font-size:12px;font-family:'notokr-regular';display:block;}



.overlay {position: absolute;bottom: 0;left: 0;right: 0;overflow: hidden;width: 100%;height: 0;transition: .3s ease;}
.pack_img:hover .overlay {height: 100%;}
.teacher_info:hover .overlay {height: 100%;}

.scheduleWrap{width:100%;height:250px;margin-top:29px;}
.scheduleWrap .leftCont{width:545px;height:250px;float:left;margin-right:10px;}
.scheduleWrap .rightCont{width:545px;height:250px;float:left;}
.scheduleWrap .imgCont{width:545px;height:180px;}
.scheduleWrap .txtCont{width:545px;height:70px;font-size:16px;color:#333;font-family:notokr-medium;padding-top:14px;padding-left:29px;}
.scheduleWrap .txtCont span{display:block;font-size:14px;color:#696969;text-decoration:underline;margin-top:10px;}

#wrap{position:relative;}
.leftNav{position:fixed;top:160px;left:20px;width:150px;max-height:calc(100% - 230px);background:#fff;z-index:9999;box-shadow:rgb(0 0 0 / 10%) 5px 0 5px;border:2px solid #2654ce;border-radius:10px;padding:20px 0;}
.leftNav h1{padding:10px;font-size:18px;font-family:'notokr-bold';}
.leftNav .slideBtn{width:27px;height:40px;top:55px;left:160px;border-radius:0 5px 5px 0;border-right: 1px solid #e2e2e2;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;position: fixed;background:#fff;box-shadow:rgb(0 0 0 / 10%) 5px 0 5px;cursor:pointer;}
.leftNav .slideBtn img{margin-left:7px;margin-top:10px;}
.leftNav .topBn{width:100%;height:110px;}
.leftNav .loginBtn{background:#f5cc52;height:40px;line-height:40px;font-size:14px;}
.leftNav .loginBtn a{display:block;font-family:notokr-Medium;padding-left:10px;}
.leftNav .loginBtn a img{width:20px;height:20px;float:right;margin-top:10px;margin-right:14px;}
.leftNav .joinBtn{background:#4a42db;height:40px;line-height:40px;color:#fff;font-size:14px;}
.leftNav .joinBtn a{display:block;font-family:notokr-Medium;color:#fff;padding-left:10px;}
.leftNav .joinBtn a img{width:20px;height:20px;float:right;margin-top:10px;margin-right:14px;}
.leftNav .lecCont{overflow:auto;}
/*.leftNav .lecCont{width:85%;position:absolute;top:40px;left:50%;margin-left:-42%;border: 1px solid #fff;border-image-source: linear-gradient(270deg,#C1F2F5,#71b7a9,#217346);border-image-slice: 0;background-image: linear-gradient(#fff,#fff),linear-gradient(270deg,#C1F2F5,#71b7a9,#217346);background-origin: border-box;background-clip: content-box,border-box;border-radius:0 0 25px 25px;max-height:450px;overflow-y:scroll;}*/
.leftNav .lecCont::-webkit-scrollbar {width:3px;}
.leftNav .lecCont::-webkit-scrollbar-track {margin:18px 0;background-color:transparent;}
.leftNav .lecCont::-webkit-scrollbar-thumb {border-radius:5px;background-color:#7284b2;}
.leftNav .lecCont::-webkit-scrollbar-button {width:0;height:0;}
.leftNav .lecCont .lecList{padding:5px 0;}
.leftNav .lecCont .lecList .title{height:40px;line-height:40px;font-family:notokr-medium;font-size:13px;color:#333;padding-left:10px;cursor:pointer;}
.leftNav .lecCont .lecList .title img{float:right;margin-top:15px;margin-right:14px;}
.leftNav .lecCont .lecList ul{margin-top:-10px;}
.leftNav .lecCont .lecList ul li{height:30px;line-height:30px;font-size:12px;padding-left:10px;}
.leftNav .lecCont .lecList ul li a{color:#8d8e90;font-family:notokr-regular;padding-left:10px;letter-spacing:-1px;}
.leftNav .lecCont .lecList ul li a:hover{color:#547ffc;font-family:'notokr-bold';}
.leftNav .lecCont .lecList ul li a span{line-height:14px;display:inline-block;}
.leftNav .footBn{margin-top:5px;}
.leftNav .footBn img{width:100%;height:auto;margin-top:5px;}

#blackbg{position:fixed;top:0px;left:0px;width:100%;height:100%;background:#000;opacity:0.9;z-index:900;display:none;}
.searchWrap{width:100%;height:605px;position:absolute;top:160px;left:0;background:#fff;z-index:1001;display:none;}
.searchWrap .inner{height:100%;}
.searchWrap .leftCont{width:185px;height:605px;float:left;}
.searchWrap .leftCont h1{margin-top:90px;margin-bottom:35px;font-family:notokr-medium;font-size:20px;}
.searchWrap .leftCont ul{}
.searchWrap .leftCont ul li{margin:28px 0;font-size:14px;}
.searchWrap .leftCont ul li a{font-family:notokr-regular;color:#8d8e90;}
.searchWrap .leftCont ul li.on a{color:#121212;}
.searchWrap .rightCont{width:870px;height:605px;margin-left:45px;float:left;}
.searchWrap .rightCont .inputCont{width:868px;height:58px;margin-top:75px;border:1px solid #333;}
.searchWrap .rightCont .inputCont input{width:753px;height:28px;padding:15px 30px;}
.searchWrap .rightCont .inputCont img{width:31px;height:31px;float:right;margin-top:14px;margin-right:24px;}
.searchWrap .rightCont .lecCont{width:870px;height:295px;position:relative;margin-top:41px;}
.searchWrap .rightCont .lecList{width:210px;height:295px;float:left;margin-right:10px;}
.searchWrap .rightCont .lecList:last-child{margin-right:0;}
.searchWrap .rightCont .lecList .thumb{height:210px;}
.searchWrap .rightCont .lecList .cont{height:69px;margin-top:16px;}
.searchWrap .rightCont .lecList .cont .tit{height:16px;line-height:20px;font-size:15px;font-family:notokr-medium;color:#333;}
.searchWrap .rightCont .lecList .cont .tit2{height:43px;line-height:17px;margin-top:10px;font-size:13px;font-family:notokr-regular;color:#666;}

#container.book .inner{position:relative;width:1100px;margin:0px auto;}
#container.book .sbn_inner{position:relative;width:1100px;margin:0px auto;}
#container.free_wrap .inner{position:relative;width:1100px;margin:0px auto;}
#container.free_wrap .sbn_inner{position:relative;width:1100px;margin:0px auto;}
</style>