@charset "utf-8";

/****** basic style ******/
html,body{margin:0;padding:0;height:100%;position:relative;}
body{font:15px/20px "Noto Sans KR", "NanumSquareRound", "Nanum Gothic", "돋움", Dotum, "굴림", Gulim, Arial, sans-serif; color:#666;overflow-y:scroll;}
ol,ul,li{list-style:none !important;}

.ver_pc {}
.ver_mob {display:none !important;}
.mob_title{display:none !important;}

#wrap {font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; width:100%; min-width:1400px; padding-top:145px;}

#header {position:absolute;top:0;left:0;width:100%;min-width:1400px;height:auto;margin:0 auto;text-align:center;overflow:visible;z-index:1;}
#header .util_wrap{ width:1200px;height:90px; background:none;margin:0 auto;border:none;}
.util_wrap h1.logo {float:left;width:300px;height:70px;line-height:70px;margin-top:10px;text-align:left;}
.util_wrap h1.logo img{max-width:100%;max-height:100%;vertical-align:middle;}

.util_wrap .util_menu { float:right;display:inline-block;width:300px;height:50px;text-align:right;margin-top:22px;}
.util_wrap .util_menu ul{float:right;width:auto;height:50px;}
.util_wrap .util_menu li{float:left;width:auto;padding:0px;background: url('/html/images/common/blt_dot2.png') 0 50% no-repeat; margin:0px 10px}
.util_wrap .util_menu li:first-child{background:none;}
.util_wrap .util_menu li.util_login {background: url('/html/images/common/icon_login.png')  50% 0 no-repeat;}
.util_wrap .util_menu li.util_join {background: url('/html/images/common/icon_join.png')  50% 0 no-repeat;}
.util_wrap .util_menu li.util_cs {background: url('/html/images/common/icon_cs.png')  50% 0 no-repeat;}
.util_wrap .util_menu li a{display:block;line-height:20px;color:#999999;font-size:13px;padding-top:27px;}
.util_wrap .util_menu li a.top_login {background: url('/html/images/common/top_login.png') 0 50% no-repeat; padding-left:25px;}
.util_wrap .af_log{float:right;margin-right:10px;line-height:75px;color:#999999;}

.util_wrap .top_search { float:left; width:350px;background:#ffffff;margin:30px 0px 0px 135px;display:inline-block;border:1px #dedede solid !important; border-radius:30px;overflow:hidden;}
.util_wrap .top_search input.search_txt { width:310px; height:34px; line-height:34px; margin:0px; padding:0 0px;background:#ffffff !important; border:none !important; font-size:14px; text-indent:10px;}
.util_wrap .top_search .search_btn { width:34px;height:34px; margin:0px; background:url('/html/images/common/btn_search.png') 50% 50% no-repeat; border:none; text-indent:-999; font-weight:bold;}

#header .inner {overflow: inherit;width:100%;height:60px;border-top:1px #dedede solid;z-index:10;}
#header .inner .menu_wrap {float: none;width: 100%;max-width: 1200px;margin: 0 auto;overflow:inherit;display: block; }
.menu_wrap #gnb {display: table;float:left;position:relative;width:1120px;margin:0 auto;z-index:10;}
.menu_wrap #gnb li {float:none;display:table-cell;position:relative;width:auto !important;padding:0px !important;margin:0px;}
.menu_wrap #gnb li a {width:auto;font-family:'noto_sans';font-size: 18px;text-align:center;color: #000;line-height:55px;padding: 0 18px !important;margin:0px !important;box-sizing: border-box;position: relative;font-weight: 400;letter-spacing: -1px;}
.menu_wrap #gnb li a:hover {color: #f4303c;font-weight: 400;}
.menu_wrap #gnb li.on a {color: #f4303c;font-weight: 500;}
.menu_wrap #gnb li.gnb_mypage {background:#f4303c !important; color: #ffffff !important;margin-top:-1px;}
.menu_wrap #gnb li.gnb_mypage a {color: #ffffff !important;}

.menu_wrap #gnb .lnb_list {display: none;position:absolute;left:50%;z-index:10;background-color: #ffffff;width:170px;border:1px #dedede solid;border-top:2px #f4303c solid;padding: 20px 0;margin-left:-85px;box-sizing: border-box;top: 54px;}
.menu_wrap #gnb .lnb_list.lnb_list2 {width:130px;margin-left:-65px;}
.menu_wrap #gnb .lnb_list li {display:block;float: none !important;width:100%;padding-left: 0 !important;}
.menu_wrap #gnb .lnb_list li:hover a {color: #f4303c;}
.menu_wrap #gnb .lnb_list li a {display: block;color: #000;font-size:15px;text-align: center;line-height: 40px;font-weight: normal;letter-spacing: -0.5px;padding: 0 0px;}
.menu_wrap #gnb .lnb_list li a:hover {color: #f4303c;}
.menu_wrap #gnb li.gnb_mypage .lnb_list {width:144px;margin-left:-72px;border-top:none;}
.menu_wrap #gnb li.gnb_mypage .lnb_list li a {color: #000 !important;}
.menu_wrap #gnb li.gnb_mypage .lnb_list li a:hover {color: #f4303c;}

.hamburger {padding: 17px 10px;display: inline-block; height: 55px; box-sizing: border-box;width:60px;margin-right:20px;float: left;background:none;position: relative;cursor: pointer;border-left:1px #dedede solid; border-right:1px #dedede solid;}
.hamburger span {background: #6f6f6f; display: block; height: 3px;border-radius:2px;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease; transition: all 0.6s ease;margin: 0 auto;}
.hamburger span:nth-child(1) {width: 22px;}
.hamburger span:nth-child(2) {width: 22px;margin-top: 4px;}
.hamburger span:nth-child(3) {width: 22px;margin-top: 4px;}
.hamburger.is-active {padding: 17px 10px;background:none;}
.hamburger.is-active .line {width: 26px;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-o-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-o-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}

.all_list {display: none;position: absolute;top: 54px;width:100%;min-width:1400px;left: 0;right:0;z-index: 99999;background: #fff;border-top:2px #f4303c solid;text-align:center;border-bottom: 1px solid #ddd; box-sizing: border-box;overflow: hidden; margin: 0 auto;}
.all_list .a_inner {display:inline-block;height: auto !important;width:1200px;margin: 0 auto;border-right: 1px solid #ddd;}
.all_list .a_inner > li {float: left; width:150px;box-sizing: border-box;border:none;padding:0px;height: 420px;text-align:left;}
.all_list .a_inner > li:first-child {border-left: 1px solid #ddd;margin-left:60px;}
.all_list .a_inner > li h2 {display:block;font-family:'noto_sans';color: #333; background:#ffffff; font-size: 17px; line-height:60px;padding:20px 22px 0px 22px;font-weight: 500;border-bottom:1px #dedede solid;box-sizing: border-box;}
.all_list .a_inner > li a > span {color: #333; font-size: 15px; font-weight: 600;}
.all_list .a_inner > li a:hover {color: #f4303c;}
.all_list .a_inner > li ul {overflow: hidden;height:340px; padding:20px 20px 20px 20px;}
.all_list .a_inner > li:hover ul {background:#f7f7f7;}
.all_list .a_inner > li ul li {}
.all_list .a_inner > li ul li a {font-family:'NanumSquare';color: #666; font-size:15px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;display: block;width: 100%; height: 24px;padding:8px 0px;}

#footer{ position:relative;background:#ffffff; padding:0px 0px;border-top:1px #25212d solid;}
#footer .foot_menu{display:inline-block;width:100%;background:#ffffff;margin:0 auto; text-align:center !important;border:none;border-bottom:1px #dedede solid;}
.foot_menu .foot_list{width:auto;margin:0px auto;height:50px;padding:0px;background:none; box-sizing:border-box;}
.foot_menu .foot_list li{float:none;position:relative;display:inline-block;padding:0px 15px;background:none;}
.foot_menu .foot_list li::before {content:'';position:absolute;left:0;top:18px;display:inline-block;width:1px;height:14px;background:#d4d4d4;}
.foot_menu .foot_list li:first-child::before{background:#ffffff}
.foot_menu .foot_list li a{color:#333;font-size:15px;line-height:50px;font-weight:normal;}	
.foot_menu .foot_list li a.footer_privacy_policy{font-weight:normal;color:#333;}
#footer .copy{display:inline-block;color:#333;position:relative; padding:30px 0px;}
.foot_desc {position:relative;display:inline-block;width:1200px;margin:0px auto;float:none;color:#333;padding:0px; padding-left:180px;;background: url('/html/images/common/footer_logo.png') no-repeat 0px 50%;font-size:14px;line-height:22px;box-sizing:border-box;}


#container{position:relative;width:100%;margin:0 auto; text-align:left;}
#container.main{width:100%;margin:0 auto;padding-bottom:0px;text-align:center;}
#container .horizontal_wrap{position:relative;}

/****** 메인 스타일 ******/	
/* main 레이아웃 스타일 */
.bgGray {position:relative;display:inline-block; width:100%; background:#f9f9f9; text-align:center; padding:50px 0px;z-index:0;}
.bgWhite {position:relative;display:inline-block; width:100%; background:none; text-align:center; padding:50px 0px;z-index:0;}
.main_inner {position:relative;width:1200px;margin:0px auto 0px auto; padding:0px 0px; display:block;overflow:visible; text-align:left;z-index:0;}
.main_title {font-family:"noto_sans", sans-serif;height:50px;line-height:50px;font-size:35px;font-weight:500;color:#000000; padding-bottom:0px; margin:0px 0 20px 0;text-align:center;background:none;}

/* main 상단롤링배너 
.main_visual{position:relative;width:100%;height:420px;text-align:center;z-index:0;margin-bottom:30px; }
.slides_main .slides_container, 
.slides_main .slides_container div {width:100%;min-width:1400px;height:420px;}
.slides_main .slides_container .slides_control {width:100% !important;min-width:1400px;height:420px !important;}
.slides_main .slides_container .slides_control .slide_link_blank {width:1200px !important;height:420px !important;}
.slides_main .slide {background-position:center; background-size:cover; position:relative;}
.slides_main .slide h2 {z-index:100;position:absolute; top:0; left:0; width:100%; font-family:"NanumSquare", sans-serif; font-size:50px;font-weight:600;line-height:75px;text-align:center; color:#ffffff; padding-top:165px; text-shadow:0 0 20px #000000; height:100%; box-sizing:border-box;}
.main_visual .slides_container{overflow:hidden}
.main_visual .slides_container div {}
.main_visual .pagination{position:absolute;width:100%;left:0%;top:430px; z-index:101;text-align:center;display:inline-block;font-size:0;}
.main_visual .pagination li{width:13px;height:13px;display:inline-block;margin:5px 7px;border:none;background:#aaaaaa;border-radius:50%;}
.main_visual .pagination li a{display:block;text-align:center;text-indent:-9999999px; width:13px; height:13px;border:none;}
.main_visual .pagination li.current{background:#222222;border:none;}
a.slide_prev {position:absolute !important;left:10% !important;top:250px !important;text-indent:-9999px;}
a.slide_next {text-indent:-9999px;}
*/

/* main 상단롤링배너 (좌우화살표 있는것) */
.main_visual{position:relative; width:100%; min-width:1270px; height:420px; overflow:visible;padding-bottom:30px;}
.container {display:relative;  width:100%; min-width:1270px; height:420px !important; overflow:visible; min-height:420px; top:0px; padding:0px; text-align:center; }
#slides {display:none;top:0;left:0%; position:absolute; width:100%; margin-left:0%; height:420px !important; overflow: visible !important; z-index:0; text-align:center; }
#slides a {display:block;width:1200px; height:420px; overflow:visible; }
#slides a img {  z-index:0; border:0px; width:1200px; height:420px; }
#slides .slidesjs-navigation { position:absolute;  margin-top:0px; }

a.slidesjs-next,
a.slidesjs-previous {display:absolute;top:180px;width:55px !important;height:65px !important;overflow: hidden;text-indent: -9999px;float: left;z-index:100; }
a.slidesjs-next { position:absolute; right:10px; background: url('/html/images/common/arrow_right.png') no-repeat; }
a:hover.slidesjs-next {background: url('/html/images/common/arrow_right.png') no-repeat; }
a.slidesjs-previous { position:absolute; left:10px;background: url('/html/images/common/arrow_left.png') no-repeat; }
a:hover.slidesjs-previous { background: url('/html/images/common/arrow_left.png') no-repeat; }

a.slidesjs-play,
a.slidesjs-stop { display:none; }

.slidesjs-pagination { position:absolute;width:100%;left:0%;top:430px; z-index:101;text-align:center;display:inline-block;  }
.slidesjs-pagination li { width:13px !important;height:13px !important;display:inline-block;margin:5px 7px;border:none; }
.slidesjs-pagination li a {display:inline-block;width: 13px !important;height: 13px !important; text-indent:-9999px; padding:0px;background:#aaaaaa;border:none;border-radius:50%;overflow: hidden;}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {background:#222222; }
.slidesjs-pagination li a:hover {background:#222222; }


.main_banner { width:100%;background:#ffffff;padding:0px 0px 50px 0px;text-align:center; margin:0px auto;display:flex;}
.main_banner li { position:relative;float:left;width:20%; margin:0px auto;display:inline-block;text-align:center;}
.main_banner li a {position:relative;display:block;padding-top:120px;text-align:center;font-size:16px; }
.main_banner li span { position:absolute;top:5px;left:50%;margin-left:-50px;display:inline-block;width:100px;height:100px;border-radius:50%; transition: all 0.4s ease;}
.main_banner li span.main_ban1 {background:#ebebeb url('/html/images/common/main_cate1.png') 50% 50% no-repeat; }
.main_banner li span.main_ban2 {background:#ebebeb url('/html/images/common/main_cate2.png') 50% 50% no-repeat; }
.main_banner li span.main_ban3 {background:#ebebeb url('/html/images/common/main_cate3.png') 50% 50% no-repeat; }
.main_banner li span.main_ban4 {background:#ebebeb url('/html/images/common/main_cate4.png') 50% 50% no-repeat; }
.main_banner li span.main_ban5 {background:#ebebeb url('/html/images/common/main_cate5.png') 50% 50% no-repeat; }
.main_banner li span.main_ban6 {background:#ebebeb url('/html/images/common/main_cate6.png') 50% 50% no-repeat; }
.main_banner li a:hover {color:#000000;font-weight:500;}
.main_banner li a:hover span { top:0px;}
.main_banner li a:hover span.main_ban1 {background:#f4303c url('/html/images/common/main_cate1.png') 50% 50% no-repeat; }
.main_banner li a:hover span.main_ban2 {background:#f4303c url('/html/images/common/main_cate2.png') 50% 50% no-repeat; }
.main_banner li a:hover span.main_ban3 {background:#f4303c url('/html/images/common/main_cate3.png') 50% 50% no-repeat; }
.main_banner li a:hover span.main_ban4 {background:#f4303c url('/html/images/common/main_cate4.png') 50% 50% no-repeat; }
.main_banner li a:hover span.main_ban5 {background:#f4303c url('/html/images/common/main_cate5.png') 50% 50% no-repeat; }
.main_banner li a:hover span.main_ban6 {background:#f4303c url('/html/images/common/main_cate6.png') 50% 50% no-repeat; }

.main_cont1 *, .main_cont2 * {box-sizing:border-box;}
.main_cont1 {float:left; width:420px; height:620px;margin-right:100px;}
.main_cont2 {float:left;width:680px;height:620px;}

/* 교재소개 */
.main_book {position:relative;width:420px;height:620px;display:inline-block;overflow:hidden;z-index:1;}
/*.main_book .slides_main .slides_container, 
.main_book .slides_main .slides_container div {width:100%;min-width:420px;height:620px;}
.main_book .slides_main .slides_container .slides_control {width:100% !important;min-width:420px;height:620px !important;}
.main_book .pagination{position:absolute;width:auto;left:auto;right:30px !important;top:30px !important; z-index:101;text-align:center;display:inline-block;font-size:0;}
.main_book .pagination li{width:12px;height:12px;display:inline-block;margin:0px 5px;border:none;background:#aaaaaa;border:none;border-radius:50%;}
.main_book .pagination li a{display:block;text-align:center;text-indent:-9999999px; width:12px; height:12px;border:none;}
.main_book .pagination li.current{background:#222222;border:none;}*/

.main_book .slidesjs-navigation { position:absolute;  margin-top:0px; }
.main_book a {display:block;width:420px; height:620px; overflow:hidden;  }
.main_book a img {  z-index:0; border:0px; width:420px; height:620px; }
.main_book img.slide_link_blank {width:420px !important;height:620px !important;}
.main_book a.slidesjs-next,
.main_book a.slidesjs-previous {display:none;}

.main_book a.slidesjs-play,
.main_book a.slidesjs-stop { display:none; }

.main_book .slidesjs-pagination { position:absolute;width:auto;left:auto;right:30px !important;top:30px !important; z-index:100;  }
.main_book .slidesjs-pagination li { float: left; margin:5px 7px; }
.main_book .slidesjs-pagination li a {display: block;width: 12px;height: 12px !important; text-indent:-9999px;margin:0px; padding:0px;background:#aaaaaa;border:none;border-radius:50%;overflow: hidden;}
.main_book .slidesjs-pagination li a.active,
.main_book .slidesjs-pagination li a:hover.active { background:#222222;border:none; }
.main_book .slidesjs-pagination li a:hover {background:#222222;border:none; }


/* 게시판 */
.main_board  { background:#ffffff; width:680px;height:380px; margin-bottom:40px;overflow:hidden; }
.main_board .mboard_title {position:relative;width:100%; height:65px; background:#3a53a7;border:none;border-bottom:1px #3a53a7 solid; }
.main_board .mboard_title span { float:left; width:200px;border-right:1px #6b7ebd solid;  } 
.main_board .mboard_title span a {font-family:"NanumSquare", sans-serif;font-size:17px; display:block; width:200px;padding:0px 28px; height:64px; line-height:64px;font-weight:400; text-align:center; background:none; color:#fff; border-left:0;  } 
.main_board .mboard_title span a.active { background:#ffffff url('/html/images/common/mboard_title.png') 50% 0 no-repeat; height:64px; color:#000; font-weight:400;  }
.main_board .mboard_cont { width:100%; height:auto; padding:10px 0px 0px 0px; border:none;}
.main_board .mboard_more { position:absolute;top:13px;right:20px;text-align:right; margin:0px;}

/* 메인 게시물 추출 스타일 */
.list_top li { position:relative;}
.list_top li a{line-height:49px;border-bottom:1px #dedede solid;padding-right:5px;padding-left:110px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;background:none;}
.list_top li span {position:absolute;font-size:15px;left:0px;top:0px; width:110px;padding-left:5px;line-height:49px;text-align:left;}
.faq_top li{ line-height:49px;}
.faq_top li a{line-height:49px;border-bottom:1px #dedede solid;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:5px;background:none;}
.faq_top li span{ margin-right:10px;}
.faq_top li .blue{ background:none;border-radius:0px;color:#0089cc;margin-top:0px;}

/* 게시판 하단 배너 */
.main_sns  { width:680px;height:auto;background:#ffffff;border-radius:0px; display:inline-block;text-align:center;}
.main_sns li{float:left !important; display:inline-block;width:auto; margin-right:18px;}
.main_sns li:last-child{margin-right:0px;}

.main_bottom { width:100%;height:200px;background:#262c3a url('/html/images/common/main_bottom_bg.png') 50% 0 no-repeat;text-align:center; }

/* main 추출 강의 스타일 */
.horizontal_wrap { height:380px;overflow:hidden;}
.horizontal_wrap .top_title {font-family:"noto_sans", sans-serif;height:50px;line-height:50px;font-size:35px;font-weight:500;color:#000000; padding-bottom:0px; margin:0px 0 20px 0;text-align:center;background:none;}
.horizontal_wrap .top_title b {font-weight:500;}
.horizontal_wrap .horizontal_list {overflow:hidden;width:1220px;margin-left:0px;margin-right:-19px;}
.horizontal_wrap .horizontal_list li{float:left;border:none;background:#f8f8f8;border:1px solid #dedede;padding-bottom:13px;min-height:200px;width:282px;margin:0px 19px 20px 0px;}
.horizontal_wrap .horizontal_list li.nodata{padding:90px 0;min-height:50px;width:1198px;border:none;margin-left:0;}
.horizontal_wrap .horizontal_list li.first{margin-left:0;}
.horizontal_list span{display:block;text-align:left;padding:0px 20px;}
.horizontal_list span.img_box{border:none;border-bottom:1px #dedede solid;position:relative;padding:0px;margin-bottom:15px;width:282px;height:160px}
.horizontal_list span.img_box a{position:relative;display:block;}
.horizontal_list span.img_box > a > img{width:282px;height:160px;}
.horizontal_list span.list_subject {font-family:"NanumSquare", sans-serif;font-weight:500;font-size:22px;color:#000;padding:0px 20px;line-height:35px;max-height:35px;word-break:keep-all;text-align:center;overflow:hidden; }
.horizontal_list span.list_blt {line-height:20px;font-size:15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center}
.horizontal_list span.list_subtext {height:20px;line-height:20px;font-size:15px; color:#333333;font-weight:normal;text-align:center;margin:5px 0px;overflow:hidden;word-break:keep-all;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.horizontal_wrap .more{position:absolute;right:13px;top:10px}
.horizontal_list span.list_price {display:block;font-size:15px; color:#da0000;font-weight:bold;}

.main_schedule_title {height:80px;line-height:80px;font-size:40px;font-weight:500;color:#000000; padding:0px; margin:0px 0 20px 0;text-align:center;}
.main_schedule_title span {display:inline-block;width:auto;height:80px;padding-left:90px;background:url('/html/images/common/main_schedule_title.png') 0% 50% no-repeat;font-family:"noto_sans", sans-serif;font-size:40px;font-weight:500;color:#000000;margin:0px auto;}
.main_schedule {text-align:center;background:none;}

/****** 서브페이지 스타일 ******/
/* layout */
.main_wrap{width:1200px;margin:0 auto;overflow:hidden; text-align:center;}
.main_wrap .left_area {float:none;display:inline-block;width:100%;height:auto !important;padding:0px 0px 0 0;margin:70px auto 0px auto;}
.main_wrap #contet_area{position:static; display:inline-block;float:none;width:1200px; min-height:750px;padding:50px 0px;margin:0px auto;text-align:left;}

/*lnb-top */
#container.ct_top .left_area {text-align:center;width:100%; display:inline-block;height:auto;}
#container.ct_top .left_area .lnb_title {display:inline-block; width:100%; font-family:"noto_sans", sans-serif;height:90px;line-height:90px;padding:0px;font-size:40px;color:#000;font-weight:500;text-align:center;background: url('/html/images/common/lnb_title.png') 50% 100% no-repeat; border:none;box-sizing:border-box;margin-bottom:40px;}
#container.ct_top .left_area .lnb_list{ display:inline-block;width:100%;height:50px;background:none;border:none;margin:0px auto;text-align:center;}
#container.ct_top .left_area .lnb_list li{float:none;position:relative; display:inline-block;width:194px;height:50px;background:none;border:none !important; box-sizing:border-box;padding:0px;margin:0px 0px;}
#container.ct_top .left_area .lnb_list li a{font-family:"noto_sans",sans-serif;display:block;font-size:16px;background:#ffffff;color:#333333;font-weight:400;line-height:50px;padding:0px 5px;border:1px #dddddd solid; box-sizing:border-box; letter-spacing:-0.03em;}
#container.ct_top .left_area .lnb_list li a:hover{color:#0269de;background:#ffffff; }	
#container.ct_top .left_area .lnb_list li.on {height:50px;z-index:0;margin:0px;border:none !important;}
#container.ct_top .left_area .lnb_list li.on a{ font-weight:400;color:#0269de;border:1px #0269de solid !important;background:#ffffff url('/html/images/common/lnb_over2.png') 100% 100% no-repeat;}
#container.ct_top .left_area .lnb_list li.on a:hover{ font-weight:400;color:#0269de;border:1px #0269de solid !important;background:#ffffff url('/html/images/common/lnb_over2.png') 100% 100% no-repeat;}


.nolnb_title{ font-family:"noto_sans", sans-serif;font-size:35px;color:#3c3c3d;font-weight:500;width:1200px;padding:120px 0px 0 0;text-align:left;background:none;border:none;box-sizing:border-box;margin:0px auto;}
.content_title2 { font-family:"noto_sans", sans-serif;font-size:35px;color:#3c3c3d;font-weight:500;width:1200px;padding:60px 0px 0 0;text-align:left;background:none;border:none;box-sizing:border-box;margin:0px auto;}
.content_title_course { font-family:"noto_sans", sans-serif;font-size:28px;color:#3c3c3d;font-weight:500;line-height:40px;padding:0px 0px 15px 0;text-align:left;background:none;border:none;box-sizing:border-box;margin:0px auto;}
.content_title{display:none;}

.sub_top {display:none;}

.path{display:inline-block;position:absolute; background:#f4f4f4;width:100%;left:0%;top:0px;overflow:hidden;margin:0px; height:40px;text-align:center;border-top:1px #dedede solid;}
.path_list{float:none;width:1200px;height:40px;padding-left:15px;display:inline-block;margin:0px auto;text-align:left;background-position:0px 50%;box-sizing:border-box;}
.path_list li{float:left;color:#666666;padding:0px 5px 0px 20px;background-position:0% 50%;font-size:15px;line-height:40px;height:40px;}
.path_list li.last{color:#666666}


.content_stitle { font-family:"noto_sans", sans-serif;font-size:27px;color:#000000;font-weight:500;line-height:35px;padding:0px;text-align:center;margin:0px auto 20px auto;}
.sub_title {font-family:"noto_sans", sans-serif;font-size:26px;line-height:35px;color:#000000;font-weight:500;padding:0px 0px 20px 0;text-align:left;margin:0px auto; }

.sub_tab_wrap { display:inline-block; width:100%; text-align:center;margin-bottom:50px;  }
.sub_tab { display:inline-block; width:auto; margin:0px auto;text-align:center;border:1px #dedede solid; border-radius:40px;box-sizing:border-box;}
.sub_tab li { display:inline-block; width:auto; margin:0px}
.sub_tab li a { font-family:'noto_sans', sans-serif;display:block; height:46px; line-height:46px;padding:0px 50px; text-align:center; color:#000000; font-size:17px;font-weight:400; border-radius:40px; }
.sub_tab li a:hover { color:#0269de; }
.sub_tab li.active a { border:1px #0269de solid;height:46px;background:#0269de; color:#ffffff; font-size:17px;font-weight:500;margin:-1px; } 
.sub_tab li.active a:hover { border:1px #0269de solid;background:#0269de;color:#ffffff;font-weight:500; }

.greeting_btn { width:100%; margin:0px auto;display:inline-block;}
.greeting_btn li { float:left;width:33.33%;height:100px;}
.greeting_btn li a {font-family:"noto_sans";display:block;text-align:center;}
.greeting_btn li span {display:inline-block;width:auto;height:100px;line-height:100px;padding-right:50px;color:#ffffff;font-size:24px;text-align:center;background:url('/html/images/common/gb_arrow.png') 100% 50% no-repeat;}
.greeting_btn li.gb1 a{ background:#f4303c;}
.greeting_btn li.gb2 a{ background:#929292;}
.greeting_btn li.gb3 a{ background:#202020;}

/* 찾아오시는 길 */
.location .maxWidth {margin:0 auto !important;border:1px solid #ddd;}
.location .map_info {padding:30px;border-top:1px solid #ddd;overflow:hidden;}
.location .map_info h3 {float:left;padding-right:40px;font-weight:600;font-size:24px;color:#333;}
.location .row {padding:30px;}
.location .row li {position:relative;width:100%;padding-left:150px;box-sizing:border-box;font-weight:400;font-size:16px;line-height:34px;list-style:none;}
.location .row li strong {font-family:"NanumSquare";position:absolute;left:30px;font-weight:500;font-size:16px;color:#333;vertical-align:middle;letter-spacing:0}
.location .row li strong:before {content:'';display:inline-block;width:18px;height:20px;margin-right:10px;background-position:center;background-repeat:no-repeat;background-size:cover !important;vertical-align:middle;}
.location .row li.icon1 strong:before {background-image:url(/html/images/sub/icon_map1.png);}
.location .row li.icon2 strong:before {background-image:url(/html/images/sub/icon_map2.png);}
.location .row li.icon3 strong:before {background-image:url(/html/images/sub/icon_map3.png);}
.location .row li a {color:#666;}
.location p {margin-top:10px;font-size:14px;color:#333;text-align:right;}
.location .ly_map {position:relative;}
.location .ly_map #map {position:relative;height:420px !important;}
.location .ly_map #map p {text-align:center;font-size:14px !important;color:#fff;}
.location .mapBtn {position:absolute;right:20px;bottom:20px;display:block;width:140px;height:45px;background-color:#fff;border:1px solid #ddd;font-size:14px;color:#666;line-height:45px;text-align:center;box-sizing:border-box;font-weight:300;z-index:9999;}
.location .mapBtn:before {display:none; content:'';width:14px;height:14px;margin-right:10px;background-image:url(../../images/sub/blit_map.gif);background-position:0;background-repeat:no-repeat;background-size:100%;vertical-align:middle;}
.location .ly_map .root_daum_roughmap {width:100%!important;}
.location .ly_map .root_daum_roughmap .wrap_controllers {display:none!important;}

/* 커리큘럼 */
.sub_tbl { width:100%;margin-bottom:40px;border-left:1px #dcdcdc solid;box-sizing:border-box; }
.sub_tbl thead th {font-family:"noto_sans"; height:50px;line-height:50px;font-size:18px;color:#ffffff;text-align:center;font-weight:500; }
.sub_tbl thead th small {font-size:16px; }
.sub_tbl tbody th {font-family:"noto_sans";background:#f7f7f7;border-bottom:2px #626262 solid;border-right:1px #dcdcdc solid; height:45px;line-height:45px;font-size:16px;color:#000000;text-align:center;font-weight:500; }
.sub_tbl tbody td {border-bottom:1px #dcdcdc solid;border-right:1px #dcdcdc solid;padding:8px 10px;line-height:24px;font-size:15px; vertical-align:middle;color:#000000;text-align:center; }
.sub_tbl tbody td small {display:inline-block;font-size:10px;line-height:15px;}
.sub_tbl tbody td sup {font-size:10px;}
.sub_tbl tbody td.bg {background:#ececec;}
.sub_tbl tbody td.b { font-weight:bold;}
.sub_tbl tbody td.bg2 {background:#deecf4; color:#669ebe;}
.sub_tbl tbody td.holiday {background:#cde8ea;}
.sub_tbl tbody td.tal { text-align:left;padding-left:15px;}

.sub_tbl.sub_tbl01 thead th {background:#009eb2;}
.sub_tbl.sub_tbl01 tbody th {color:#009eb2;}

.sub_tbl.sub_tbl02 thead th {background:#00b179;}
.sub_tbl.sub_tbl02 tbody th {color:#00b179;}

.sub_tbl.sub_tbl03 thead th {background:#c5a200;}
.sub_tbl.sub_tbl03 tbody th {color:#c5a200;}

.sub_tbl.sub_tbl04 thead th {background:#c55600;}
.sub_tbl.sub_tbl04 tbody th {color:#c55600;}

.sub_tbl.sub_tbl05 thead th {background:#9f1d71;}
.sub_tbl.sub_tbl05 tbody th {color:#9f1d71;}

.sub_tbl.sub_tbl06 thead th {background:#25668b;}
.sub_tbl.sub_tbl06 tbody th {color:#25668b;}

.sub_content {width:100%;position:relative; box-sizing:border-box;padding-left:230px; margin-bottom:30px; min-height:200px; }
.sub_content h2 {box-sizing:border-box; position:absolute;left:0;top:0;display:inline-block; width:180px;height:180px;line-height:25px;padding-top:100px;border-radius:50%;background:#f4f4f4;font-family:"noto_sans"; font-size:20px;font-weight:500;color:#000000;text-align:center;}
.sub_content h2.h2_1 {background:#f4f4f4 url('/html/images/common/h2_1.png') 50% 25px no-repeat;line-height:50px;}
.sub_content h2.h2_2 {background:#f4f4f4 url('/html/images/common/h2_2.png') 50% 25px no-repeat; }
.sub_content h2.h2_3 {background:#f4f4f4 url('/html/images/common/h2_3.png') 50% 25px no-repeat; line-height:50px;}
.sub_content h2.h2_4 {background:#f4f4f4 url('/html/images/common/h2_4.png') 50% 25px no-repeat; }
.sub_content h2.h2_5 {background:#f4f4f4 url('/html/images/common/h2_3.png') 50% 25px no-repeat; line-height:50px;}
.sub_content h2.h2_6 {background:#f4f4f4 url('/html/images/common/h2_4.png') 50% 25px no-repeat; line-height:50px; }
.sub_content h2.h2_7 {background:#f4f4f4 url('/html/images/common/h2_3.png') 50% 25px no-repeat; font-size:18px;}
.sub_tit { font-family:"noto_sans";font-size:17px;font-weight:500;color:#000000;line-height:25px;padding-left:15px;background: url('/html/images/common/dot.png') 0px 50% no-repeat;}
.sub_scon { font-size:15px;color:#333333;line-height:25px;padding:0px 0px 30px 15px;word-break:keep-all;}

.sub_tbl2 { width:100%;margin-top:5px;margin-bottom:10px;border-left:1px #dcdcdc solid;border-top:2px #00a5f7 solid;box-sizing:border-box; }
.sub_tbl2 thead th {font-family:"noto_sans";background:#00a5f7; height:40px;line-height:40px;font-size:15px;color:#ffffff;text-align:center;font-weight:500; }
.sub_tbl2 tbody th {background:#edf8fb; border-bottom:1px #dcdcdc solid;border-right:1px #dcdcdc solid;padding:8px 4px;line-height:24px;font-size:15px;font-weight:400;color:#333333;text-align:center;}
.sub_tbl2 tbody td {border-bottom:1px #dcdcdc solid;border-right:1px #dcdcdc solid;padding:8px 4px;line-height:24px;font-size:15px;color:#333333;text-align:center;word-break:keep-all;box-sizing:border-box; }
.sub_tbl2 tbody td.bg {background:#edf8fb; font-weight:500;}
.sub_tbl2 tbody td.tal { text-align:left;padding:8px 15px;}


.b {font-weight:500;}
.f_red {color:#ff1e00 !important;}
.f_orange {color:#ff7200 !important;}
.f_yellow {color:#d1a317 !important;}
.f_green {color:#15a33c !important;}
.f_blue {color:#0181e8 !important;}
.f_navy {color:#152aa1 !important;}
.f_violet {color:#6a0792 !important;}

.bg_red {background:#ffeaea !important; color:#000000 !important;}
.bg_orange {background:#ffe7cd !important; color:#000000 !important;}
.bg_yellow {background:#fff9d0 !important; color:#000000 !important;}
.bg_green {background:#e5ffd0 !important; color:#000000 !important;}
.bg_blue {background:#e1f1fe !important; color:#000000 !important;}
.bg_navy {background:#dfe3f8 !important; color:#000000 !important;}
.bg_violet {background:#efd3fa !important; color:#000000 !important;}


/* 리스트,웹진,갤러리 */
a.back_icon{width:35px;height:35px;display:inline-block;text-indent:-100000px; background: url('/html/images/common/icon_list2.png') no-repeat -1px -1px;margin-bottom:10px;}
a.btn_list{background-position:-1px -1px}
a.btn_list.on{background-position:-1px -37px}
a.btn_gallery{background-position:-37px -1px}
a.btn_gallery.on{background-position:-37px -37px}
a.btn_webzine{background-position:-73px -1px}
a.btn_webzine.on{background-position:-73px -37px}
a.btn_calendar{background-position:-109px -1px}
a.btn_calendar.on{background-position:-109px -37px}

/* button style */
.button::-moz-focus-inner {border:0; padding:0;margin:0}
button.button::-moz-focus-inner {margin:0}
.button{font-family:"NanumSquareRound", sans-serif;width: auto;display: inline-block;cursor: pointer;line-height:100%;border: none;border-radius:0;
	padding:8px 20px;font-size:15px;text-align:center;background-image:none;
	text-shadow:none;
}
.button.mini{padding:0 4px; height:24px; line-height:24px; font-size:13px; vertical-align:0;}
.button.small{padding:0 10px; height:30px; line-height:30px; font-size:13px}
.button.medium{padding:0 20px; height:34px; line-height:34px; font-size:15px}
.button.large{padding:0 35px; height:38px; line-height:38px; font-size:18px;font-weight:500;}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:500;}
.button.large_p0{padding:0;font-size:14px;font-weight:500;}
.button.course{padding:0px 30px; height:40px; line-height:40px; font-size:16px; border-radius:0px; }

.button.black{background-color: #333333;color: #fff;border:1px solid transparent;background-image:none;}
.button.black:hover{background-color: #000}
.button.white{background-color: #fff;color: #333333;border:1px solid #bbbbbb;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #fff;border:1px solid #bbbbbb}
.button.recomm_title{float:left; border:0 none; padding:10px 0 10px 32px; border-radius:3px; background:url('/common/images_skin2/common/icon_good.png') 10px 48% no-repeat;}
.button.recomm_cnt{float:left;background:none;padding:10px 10px 10px 6px; color:#00a0e0;}
.button.pview_title{padding:10px 10px 10px 37px; border-radius:3px; background:url('/common/images_skin2/common/icon_pview.png') 10px 48% no-repeat; }
.button.wish_title{padding:10px 10px 10px 33px; border-radius:3px; background:url('/common/images_skin2/common/icon_wish_off.png') 10px 48% no-repeat; }
.button.wish_title.on{background:url('/common/images_skin2/common/icon_wish_on.png') 10px 48% no-repeat; }
.button.large_p0:hover .button.recomm_title{color: #00a0e0}
.button.blue{background-color: #f4303c;color: #fff;border:1px solid #f4303c}
.button.blue:hover{background-color: #d61824;border:1px solid #d61824}
.button.green{background-color: #f4303c;color: #fff;border:1px solid #f4303c}
.button.green:hover{background-color: #d61824;border:1px solid #d61824}
.button.sky{background-color: #00a0e0;color: #fff;border:1px solid #00a0e0}
.button.sky:hover{background-color: #008bc2;border:1px solid #008bc2}
.button.orange{background-color: #f4303c;color: #fff;border:1px solid #f4303c}
.button.orange:hover{background-color: #d61824;border:1px solid #d61824}
.button.red{background-color: #f4303c;color: #fff;border:1px solid #f4303c}
.button.red:hover{background-color: #d61824;border:1px solid #d61824}
.button.gray{background-color: #a3a3a3;color: #fff;border:1px solid #939393}
.button.gray:hover{background-color: #929292}
.button.long{padding-left:0;padding-right:0;width:78px}

.button.btn_buy	{font-family:"NanumSquare", sans-serif;width:338px; border-radius:4px; padding:0; text-align:center; height:54px; line-height:54px; font-size:18px; color:#ffffff; font-weight:500; background:#19a8e9; border:1px #19a8e9 solid;}
.button.btn_buy:hover {background:#129ddc;}
.button.btn_cart {font-family:"NanumSquare", sans-serif;width:338px; border-radius:4px;padding:0; margin-right:10px; text-align:center; height:54px; line-height:54px; font-size:18px;color:#333333; font-weight:500; background:#ffffff; border:1px #bbbbbb solid;}
.button.btn_cart:hover {background:#f7f7f7; border:1px #bbbbbb solid;}
.button_pay { display:inline-block;margin-top:5px;line-height:38px;height:38px;}
.button_cancel { display:inline-block;height:36px !important;margin-top:5px; vertical-align:top; font-weight:300 !important;}


span.ori_price{font-family:"NanumSquare", sans-serif;font-weight:400;color:#444444;text-decoration:line-through;text-align:center;padding-right:5px}
.type_chart span.ori_price{padding-right:0}
span.price{font-family:"NanumSquare", sans-serif;;color:#e33226;text-align:center;font-weight:500;}
.type_list tfoot td{padding:20px 0;background-color:#f9f9f9;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;text-align:center}

.col_course_thumbnail {width:330px;}
.col_course_name {padding-top:20px !important;vertical-align:top;}
.col_course_price {width:250px; }
.col_course_button {width:250px; text-align:right !important;}

/* 갤러리형 강의 리스트 */
.course_gallery { display:inline-block; width:1235px;margin-right:-30px;padding-bottom:20px; box-sizing:border-box;text-align:left;border-top:1px solid #979797;border-bottom:1px solid #979797; }
.course_gallery li {position:relative; float:left; width:278px;height:auto; margin:30px 29px 60px 0px;border:none;box-sizing:border-box; }
.course_gallery .cimg {width:278px; height:157px;border:1px #dedede solid;box-sizing:border-box; }
.course_gallery .cimg a {display:block;width:276px; height:155px}
.course_gallery .cimg a img {width:276px; height:155px }
.course_gallery .ccont { position:relative;padding:10px 10px 10px 10px;height:auto; text-align:center;border:1px #dedede solid;border-top:none;box-sizing:border-box;}  
.course_gallery .ccont .clabel {display:block; }
.course_gallery .ccont .label { margin-left:0;}
.course_gallery .ccont .cday { float:none; margin-top:0px; font-size:15px; text-align:center;height:30px; line-height:30px;padding-left:0px; }
.course_gallery .ccont .cday span { margin:0px;padding-left:0px; }
.course_gallery .ccont .ctitle { font-family:"NanumSquare", sans-serif;text-align:center; display:block; line-height:30px; height:30px; font-size:18px; color:#222; font-weight:500; margin:0px 0px; }
.course_gallery .ccont .cprice { text-align:center; font-size:16px;color:#e33226; height:28px;line-height:28px; margin:0px 0; font-weight:500; padding:0px;  }
.course_gallery .ccont .ctext { display:block;text-align:center;font-size:15px;height:44px;line-height:22px;overflow:hidden;}
.course_gallery .ccont .cif { font-size:15px; border-top:none; padding:0px 0 0 0; margin:0px 0 0 0; }
.course_gallery .cbtn { position:relative;width:100%;text-align:center; margin-top:20px; height:40px; overflow:hidden;box-sizing:border-box; }
.course_gallery li.nodata { float:none; width:100%; margin:-8px 0 0 0 !important;padding:0; border:0; border-top:1px #dedede solid;border-bottom:1px #dedede solid; line-height:200px;  font-size:18px; }

/* 웹진형 강의 리스트 */
.type_chart {display:inline-block;width:100%;border-top:1px solid #979797;border-bottom:1px solid #979797;box-sizing:border-box;}
.type_chart .list_li {padding:0px 0px}
.type_chart .list_li td {padding:30px 0px !important;margin:0px !important;}
.type_chart .list_li .course_img{display:inline-block;width:285px; height:160px;float:none;position:relative;margin:0px !important;}
.type_chart .list_li .course_img a{display:inline-block;width:285px; height:160px;overflow:hidden;border:1px solid #dedede}
.type_chart .list_li .course_img a img{width:285px; height:160px;display:inline-block;;}
.type_chart .list_li .course_img .tm{position:absolute;left:0;top:0}

.type_chart .list_li .webtv_img {width:285px; height:160px;display:block;float:none;position:relative; margin-top:0px;}
.type_chart .list_li .webtv_img a{display:block;width:285px;overflow:hidden;border:1px solid #dedede}
.type_chart .list_li .webtv_img a img{width:285px; height:160px;display:block}

.type_chart .list_li .top_td{position:relative;}
.type_chart .list_li .top_td span{margin-right:8px}
.type_chart .list_li .bot_td span{margin-left:0}
.type_chart .list_li .bot_td{border:none; border-top:1px solid #dedede}
.type_chart .list_li .bot_td.tac{text-align:center}
.type_chart .list_li .col_course_name_box {margin:0px 0;padding:0px;min-height:170px;}
.type_chart .list_li .col_course_price {display:inline-block;text-align:right !important;font-size:20px; line-height:30px;margin:5px 0; padding-right:10px;font-weight:500;border-top:0px #dedede dashed;}
.type_chart .list_li .col_course_price  span.ori_price { font-size:16px; color:#333333;font-weight:300; }
.type_chart .list_li .btn_list{float:right;width:auto;margin-bottom:0px}
.type_chart .list_li .btn_list .button{margin:3px 0px}
.type_chart .list_li .btn_list .button.course { width:100px;padding:0px;margin-right:5px; font-size:16px;}
.type_chart strong{display:inline-block;max-height:52px;line-height:26px;overflow:hidden; margin-top:15px;}
.type_chart strong a{font-family:"NanumSquare", sans-serif;color:#303030;font-size:22px;font-weight:500; padding-left:0;padding-right:10px;}
.type_chart .list_li span{margin-left:4px}
.type_chart .list_li strong span {margin:1px !important;}
.type_chart .list_li .ct_wrap{overflow:hidden}
.type_chart .list_li .ct_text{height:69px;overflow:hidden;font-size:15px;line-height:23px;margin-top:15px;margin-bottom:10px;}
.type_chart .list_li .ct_if{position:absolute; bottom:40px; left:0;overflow:hidden;margin-top:20px;font-size:16px;color:#333333;}
.type_chart .list_li .ct_if .tutor{float:left;margin-right:10px;line-height:27px;font-size:16px;color:#333333;}
.type_chart .list_li .ct_if .p{float:left; padding-right:10px;line-height:27px;font-size:16px;color:#333333; }
.type_chart .list_li .ct_if span.days { margin-right:10px;color:#333333; }
.type_chart .list_li td.nodata { display:block;width:100%; line-height:200px;border:0; margin:-8px 0 0 0;border-top:1px #dedede solid;border-bottom:1px solid #d1d1d1; padding:0; text-align:center; font-size:18px; background-color:#ffffff !important;}

/* 강의 상세보기 */
.course_view_title{position:static;font-family:"NanumSquare",sans-serif;font-weight:500;font-size:30px;color:#2e2e2e; line-height:40px;text-align:left; padding-bottom:15px;}
.course_infomation {border-top:0 solid #333333;padding:20px 0 0 0;overflow:hidden}
.course_infomation .info_img{ width:500px !important;float:left;margin-right:60px;text-align:center}
.course_infomation .info_img img{width:500px !important;height:280px !important;border:1px solid #d1d1d1;margin-bottom:10px}
.course_infomation .info_text{float:left;width:640px !important;}
.course_infomation .info_text .info_title{font-size:16px;color:#3c3c3c;border-bottom:2px solid #e2450e;font-weight:500}
.course_infomation .info_text p{font-size:16px;color:#3c3c3c}
.course_infomation .info_text .buy_book{float:left;}
.course_infomation .info_text .buy_book td {font-size:15px;padding-left:0px;}
.course_infomation .info_text .buy_book .book_name{text-align:left;}
.course_infomation .info_text .buy_book .book_price{text-align:right}
.course_infomation .info_text .buy_book .book_price input{vertical-align:-3px;margin-left:10px}
.course_infomation .info_btn{overflow:hidden;padding-top:15px}
.course_infomation .info_btn li{float:right;margin-left:0}
.course_infomation .info_btn li.notice{width:100%;text-align:center;font-weight:500;}

.course_infomation .sns_btn{overflow:hidden;padding-top:13px}
.course_infomation .sns_btn li{float:right;margin-left:5px}
.sns_btn .btn_facebook { display:block; width:30px; height:30px; text-indent:-99999px; background:url('/common/images_skin2/common/icon_facebook.png') no-repeat;}
.sns_btn .btn_kakaostory { display:block; width:30px; height:30px; text-indent:-99999px; background:url('/common/images_skin2/common/icon_kakaostory.png') no-repeat;} 
.sns_btn .btn_naver { display:block; width:30px; height:30px; text-indent:-99999px; background:url('/common/images_skin2/common/icon_naver.png') no-repeat;}

.course_foot{margin-top:50px}

/* 도서 갤러리형 */
.type_grid{}
.type_grid .list_grid{overflow:hidden;width:1200px;border-bottom:1px solid #d3d3d3;margin:0px 0px 0px 0px;}
.type_grid .list_grid li{ width:250px;float:left;margin:30px 20px 30px 20px;height:430px;text-align:left;}
.type_grid .list_grid li .grid_text {padding:0 0 0 0;}
.type_grid .list_grid li .grid_img{width:205px;height:282px;border:none;margin:0px;margin-bottom:15px;}
.type_grid .list_grid li .grid_img img{width:205px;height:282px}
.type_grid .list_grid li .grid_title a {display:block;padding:0px 0 10px 0;font-family:"noto_sans", sans-serif;font-weight:400;font-size:17px;color:#333333;text-align:left;line-height:25px;max-height:50px;overflow:hidden;}
.type_grid .list_grid li .grid_author{margin-top:2px;font-size:14px;line-height:22px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_grid .list_grid li .grid_price{color:#e2450e;font-weight:bold;font-size:15px;display:inline-block; margin:5px 0 10px 0;}
.type_grid .list_grid li.nodata { float:none; width:1200px; margin:0 0 0 0px; padding:0; border:0; text-align:center;height:200px; line-height:200px;  font-size:18px; }

.book_img > a > img { border:none; }

/* 도서 상세보기 */
.book_infomation{padding:0;overflow:hidden}
.book_infomation .info_img{width:500px;float:left;margin-right:50px;text-align:center; border:1px #dedede solid;padding:30px 0px;}
.book_infomation .info_img img{width:300px;height:413px;border:none;margin-bottom:0px}
.book_infomation .info_text{float:right; width:645px;}
.book_infomation .info_text .info_title{font-family:"noto_sans", sans-serif;font-size:30px;color:#3c3c3c;border:none;font-weight:500;line-height:40px;padding-bottom:20px;}
.book_infomation .info_text p{font-size:12px;color:#3c3c3c}
.book_infomation .info_text div.buy_book{float:left;width:250px}
.book_infomation .info_text div.buy_book p.book_name{text-align:left}
.book_infomation .info_text div.buy_book p.book_price{text-align:right}
.book_infomation .info_text div.buy_book p.book_price input{vertical-align:-3px;margin-left:10px}
.book_infomation .info_btn{overflow:hidden;padding-top:15px}
.book_infomation .info_btn li{float:right;margin-left:1px}
.book_infomation .book_qty {width:80px; border:1px solid #ddd; padding:0; height:30px; line-height:30px; font-size:13px; text-align:center; box-sizing:border-box;}
.book_foot{margin-top:40px;margin-bottom:20px; border-bottom:1px #cccccc solid;}

/* 테이블 리스트  홀짝 색 */
.type_list tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th{background-color: #ffffff;}
.tb_list tbody tr:nth-child(odd) td, .tb_list tbody tr:nth-child(odd) th{background-color: #ffffff;}

/* 테이블 */
.table {border-top: 1px solid #676767}
.table thead th {border-bottom: 1px solid #676767;padding:10px 0;color:#3c3c3c; text-align:center;}
.table tbody td {border-bottom: 1px solid #ddd;padding:8px}
.table.type-view tbody th{padding:12px;background-color:#f8f8f8;font-weight:700;color:#3c3c3c;border-bottom:1px solid #d1d1d1; text-align:center;}
.table.type-view tbody td{padding:12px 0 12px 20px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.table.type-list thead th{padding:12px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:12px 0;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1}
.table.striped tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th{background-color: #f9f9f9;}

.col_book_information_title {width:100px;text-align:center;}


/* 게시판 관련 */
.btn_sort { float:right; margin-right:10px; text-align:right; }
.btn_sort a { margin-right:0px; }
.s_category { display:inline-block; width:100%; margin-bottom:15px; text-align:right; }
.s_category select.category { float:right; width:auto;min-width:150px; height:35px; border:1px #cccccc solid; }
.search_form .btn_search { height:35px; background:#363b45;}
.tb_top_course { border-top:2px #333333 solid; padding-top:20px;}
.tb_top_board { border-top:none; padding-bottom:20px;}
.tb_top_board2 { border-top:2px #333333 solid; padding:20px 0px;}
.tb_box {border-top:1px solid #666666;}
.tb_top {padding-bottom:5px;}


.search_form_wrap1 {margin:0 auto 15px auto;padding:0 0 15px 0; text-align:right; }	  /* 강좌 상단의 오른쪽 검색 */
.search_form_wrap1 .search_form { }
.search_form_wrap1 .search_form span { float:left; margin:0 0px 0 5px !important; padding:0 !important; }
.search_form_wrap1 .search_form form{overflow:hidden}
.search_form_wrap1 .search_form select{ padding:0 0 0 5px; margin:0;  width:auto; min-width:120px; height:35px; border:1px #cccccc solid; font-size:14px;}
.search_form_wrap1 select.search_select { width:auto; min-width:200px; height:35px; line-height:35px; border:1px #cccccc solid; font-size:14px; padding-left:7px;}
.search_form_wrap1 .search_form input[type=text] {border:1px solid #d1d1d1;margin:0 !important; padding:0 6px;width:180px;height:35px; line-height:35px;}
.search_form_wrap1 .search_form .search_input { border:1px #cccccc solid; margin-top:0; }

.search_form_wrap2 {width:100%;display:inline-block;margin:0 auto;padding:30px 0; text-align:center; }  /* 게시판 하단 검색 */
.search_form_wrap2 .search_form { width:auto;display:inline-block;padding:0px; margin:0px auto; } 
.search_form_wrap3 { margin:0 0px 20px 0px; width:100%;display:inline-block; padding:30px 0px; text-align:center !important; background:#f7f7f7; box-sizing:border-box;  }  /* FAQ 검색 */
.search_form_wrap3 .search_form {width:auto;display:inline-block;padding:0px  !important; margin:0px auto !important; box-sizing:border-box; }  /* FAQ 검색 */
.search_form_wrap3 .search_keyword { width:300px !important; height:34px !important; line-height:34px !important; margin:0 !important; }
.search_form_wrap4 { display:block; float:right;margin-top:10px; padding:0; text-align:right;z-index:100000; }	 /* 마이페이지 검색 */

.type_list thead th{text-align:center;}
.type_table thead th{text-align:center;}

.tab_wrap{padding-top:0}
.tab_wrap2{padding-top:0}
.tab_wrap{position:relative}
.tab_tt{display:inline-block;margin-bottom:20px;border:NONE;width:100%}
.tab_tt li{float:left;position:relative;width:20%;height:45px}
.tab_tt li a{font-family:"NanumSquare", sans-serif;display:block;background-color:#f7f7f7;border:1px solid #d2d2d4;line-height:45px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_tt li.on a{background-color:#333333;color:#ffffff;font-weight:500;border:1px solid #222222;z-index:5;position:absolute;left:0;top:0;width:100%;height:45px}

.tab_cview{display:inline-block;margin-bottom:20px;width:100%;height:46px;border-bottom:1px solid #d2d2d4;}
.tab_cview li{float:left;position:relative;width:20%;height:45px}
.tab_cview li a{font-family:"NanumSquare", sans-serif;display:block;background-color:#f7f7f7;border:1px solid #d2d2d4;border-bottom:0;line-height:45px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_cview li.on a{background-color:#333333;color:#ffffff;font-weight:500;border:1px solid #222222;z-index:5;position:absolute;left:0;top:0;width:100%;height:45px}

.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}

.cv .page_title{font-family:"NanumSquare",sans-serif;font-size:20px;font-weight:500;color:#000000;padding-left:0px;background:none;margin-top:30px;margin-bottom:15px}
.cv .cv_text{margin-bottom:20px;color:#3c3c3c;padding-left:0px;padding-bottom:8px; font-size:15px;line-height:30px;}
.cv .cv_text img{max-width:100%;}
.cv .cv_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.cv .tb_cv{border-top:2px solid #727272}
.cv .tb_cv thead th{padding:8px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.cv .tb_cv tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1;text-align:center}
.cv .tb_cv tbody td.tal{text-align:left;padding-left:20px}

.faq_wrap{border-top:0px solid #d1d1d1}
.faq_wrap .nodata{padding:12px 0;border-bottom:1px solid #d1d1d1}
.faq dt{font-family:"NanumSquare",sans-serif;width:100%;display:block;white-space:nowrap;text-overflow:ellipsis;font-weight:400;font-size:16px;padding:17px 50px;background: url(/common/images/default/faq_question.gif) no-repeat 15px 19px;border-bottom:1px solid #d1d1d1;overflow:hidden}
.faq dd{display:none;padding:12px 50px;background: #f4f4f4 url(/common/images/default/faq_answer.gif) no-repeat 15px 15px;border-bottom:1px solid #d1d1d1}
.faq.on dt{display:block;white-space:normal;}


/* 페이징 */
.page_bar{padding-top:30px;text-align:center}
.page_box{ margin:20px auto; table-layout:auto !important}
.page_box li{vertical-align:top;display:inline-block;zoom:1;*display:inline;vertical-align:top}
.page_box li.page_margin{display:none}
.page_box li div{width:30px;height:36px;border:none;padding:0;margin:0 0px;line-height:36px}
.page_box li{ padding:0; border-width:0; font-family:verdana; color:#999999; font-size:16px }
.page_p_btn{display:none}
.page_n_btn{display:none}
.page_box .page_first_btn { background:url('/common/images_skin2/common/page_first_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid;margin:0px 2px; }
.page_box .page_last_btn { background:url('/common/images_skin2/common/page_last_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid; margin:0px 2px;}
.page_box .page_prev_btn { background:url('/common/images_skin2/common/page_prev_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid;margin:0px 7px 0px 2px ; }
.page_box .page_next_btn { background:url('/common/images_skin2/common/page_next_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid; margin:0px 2px 0px 7px;}
.page_box li div.page_seperator{display:none}
.page_box li .page_number_btn_on	{background-color:#ffffff; color:#0d3482; font-weight:500; width:30px; height:36px;border:none;line-height:36px }
.page_box li a:hover{text-decoration:none}
.page_box li .page_number_btn:hover{background-color:#ffffff;color:#0d3482;width:30px; height:36px;border:none;line-height:36px}

/* login */
.login_box{border:1px solid #dbdbdb; background:#ffffff; padding:60px 130px 60px 130px;overflow:hidden; margin:0px;}
.log_tt{margin-bottom:40px;font-size:17px;}
.log_form{float:left;padding-right:0px;border-right:1px solid #dbdbdb;width:580px; padding-bottom:0px;}
.log_area{overflow:hidden}
.log_in{float:none !important; display:inline-block;}
.log_in label{padding-right:13px}
.log_in div{height:31px;margin:0px;z-index:10000;}
.log_in .iparea input{ z-index:10000; font-size:16px; font-weight:300; color:#7a7a7a; border:0px solid #dbdbdb !important;padding:0px 0 0px 10px;height:40px;width:400px;line-height:40px; margin:10px 0px;}
.log_in .ip_id { display:inline-block; width:420px; height:60px; background:#ffffff url('/html/images/common/ipt1_id.png') 25px 50% no-repeat !important;margin:0px; padding-left:60px; border:1px #dbdbdb solid; border-bottom:1px #dbdbdb solid; }
.log_in .ip_pass { display:inline-block; width:420px; height:60px; background:#ffffff url('/html/images/common/ipt1_pw.png') 25px 50% no-repeat !important;margin:0px 0px 20px 0px;padding-left:60px;border:1px #dbdbdb solid; border-top:none;}
.log_in span { float:left;width:800px; display:block; line-height:60px; font-size:16px; font-weight:500; color:#7a7a7a; }
.log_area .ip_submit{float:none !important;margin:0px 0px 0px 0px}
.id_save { padding:15px 0px; font-size:15px; font-weight:500;}

.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#495057}
.login_box .ip_tx a{color:#e2450e ;font-weight:500}
.log_find{float:left;padding:70px 0 0 100px;width:200px}
.log_find dt{font-weight:400;letter-spacing:-0.05em; font-size:17px;}
.log_find dd{margin:14px 0 30px 0}

.button.btn_login{ font-family:"NanumSquare",sans-serif;font-weight:500;padding:0px;font-size:20px;font-weight:500;background:#0269de;color: #ffffff;border:1px #0269de solid;width:480px ; height:60px; line-height:60px;}
.button.btn_login:hover{background:#0b5bb6;border:1px #0b5bb6 solid;}

.coupon_box .coupon_input{height:38px;line-height:38px;text-align:center;padding:0 10px;margin:0 4px 0 4px; width:400px }


/*agreement */
.agreement_list{display:none;}
.box_title{font-family:"NanumSquare", sans-serif;color:#2d2d2d;font-size:22px;font-weight:500;margin:25px 0 15px 0}
.box_tx{margin:0 0 15px 0;font-size:15px; }
.gray_box{border:1px solid #dcdcdc;background-color:#fafafa;padding:15px 15px;margin-bottom:20px}
.gray_box.top{border-top:1px solid #676767}
.gray_box .box_stitle{font-family:"NanumSquare", sans-serif;font-weight:500;font-size:15px;color:#464646;margin-bottom:12px}
.gray_box .g_box_in{border:1px solid #dbdbdb;background-color:#fff;height:60px;overflow:auto;padding:14px 10px;margin-bottom:10px}
.check input{vertical-align:middle;margin-right:4px}

tbody th.tb_th{background-color:#f8f8f8;color:#474747;padding-left:10px;text-align:left;font-family:"NanumSquare", sans-serif;font-weight:500;font-size:15px;border-bottom:1px solid #d1d1d1}

.privacy h3{font-family:"NanumSquare", sans-serif;font-weight:500;font-size:17px;margin-top:30px;margin-bottom:10px;color:#3a53a7;}
.clause h3{font-family:"NanumSquare", sans-serif;margin-top:30px;margin-bottom:10px;font-weight:500;font-size:17px;color:#3a53a7;}
.refund {list-style:none;}
.refund h3{font-family:"NanumSquare", sans-serif;margin-top:30px;margin-bottom:10px;font-weight:500;font-size:17px;color:#3a53a7;} 

/* 회원가입 약관부분 텍스트 일괄처리 */
.textin { font-size:14px !important; font-weight:normal !important;line-height:25px !important;}
.textin > .clause { margin-top:-20px;}
.textin > .clause  h2 {font-size:14px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:20px 0px 0px 0px !important;}
.textin > .clause  h3 {font-size:14px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:10px 0px 0px 0px !important;}
.textin > .clause  .depth1{margin-top:0px !important;}

.type_list {width:100%;border-top: 1px solid #676767}
.type_list thead th{text-align:center;}

.my_box{border:1px solid #d7d7d7;overflow:hidden} 
.my_box .my_info {width:530px;height:140px;}
.my_box .my_notice{padding:30px;float:left;width:530px;border-left:1px solid #d7d7d7;position:relative}
.my_box .my_notice h6{font-family:"noto_sans", sans-serif;font-weight:500;color:#2d2d2d;font-size:20px;padding:3px 0 12px 0;}
.my_box .my_notice .h6_sub{color:#757575;font-size:14px;padding-left:21px;font-weight:200;background: url(/common/images/default/blt_bar.png) no-repeat 10px 50%}
.my_box .my_notice .btn_more{position:absolute;right:30px;top:30px}
.my_box .my_notice .my_notice_in{border-top:1px solid #d7d7d7;padding:10px 0px;}
.my_box .my_notice .my_notice_in .list_top li a{line-height:24px;border-bottom:none;}
.my_box .my_notice .my_notice_in .list_top li span {line-height:24px;}

@media (max-width:1200px) {
	#wrap_classroom .col_lesson_idx { width:50px !important; font-size:14px !important;overflow:hidden;}
	#wrap_classroom .col_lesson_status {left:55px; width:55px !important;}
	#wrap_classroom .col_lesson_nm {margin:0 70px 0 115px !important;}
	#wrap_classroom .col_lesson_length { width:60px !important;top:12px  !important;}
	#wrap_classroom .col_lesson_length strong {  font-size:14px !important;}
	#wrap_classroom .col_lesson_length p {line-height: 15px !important;}
}

}
