@charset "utf-8";
@import url('/html/fonts/nanumsquare.css');
@import url('/html/fonts/nanumsquareround.css');
@import url('/html/fonts/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
.hide { display:none; }

@font-face {
    font-family: 'Hana_handwriting';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Hana_handwriting.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{font:14px/20px "Nanum Gothic", "돋움", Dotum, "굴림", Gulim, Arial, sans-serif; color:#666;overflow-y:scroll;}

#wrap {font-family:"Noto Sans KR", "NanumSquareRound", "맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#header.custom_header {width:100%;height: 120px;display:inline-block; text-align:center; border-bottom:1px #dedede solid;}
#header.custom_header .util_menu {float: right;display:inline-block;width: auto;margin-top:10px;}
#header.custom_header .util_menu ul {display:inline-block;}
#header.custom_header .util_menu ul li {float:left;}
#header.custom_header .util_menu ul li a {color: #333;font-size: 14px;}
.util_menu li {position: relative;padding-left: 15px;margin-right: 15px;}
.util_menu li:last-child:after {content: '';position: absolute;left: 0;width: 1px;background-color: #c1c1c1;top:5px;height: 11px;}

.h_search {position:absolute;right:10px;top:55px;width:200px;margin:0px;display: inline-block;vertical-align: middle;border:none;box-sizing: border-box;height: 53px;border-radius:0px;overflow: hidden;padding:5px 0px;z-index:10;}
.h_search input {float:left;width:170px;height:26px;line-height:24px;border-radius:40px;box-sizing:border-box;box-shadow: none;padding:0px;margin-right:10px; text-indent:10px;background: #ffffff !important;border:1px solid #333333 !important;}
.search_btn {float:left;background: url(/html/images/common/h_search.png) no-repeat center;width: 26px;height: 26px;}

#header.custom_header .inner {position:relative;overflow: inherit;width:1200px;background-color:none;display:inline-block;height: 120px;margin: 0px auto;}
.menu_wrap {overflow: inherit;float:left;width:600px;max-width: auto;margin: 25px auto;overflow: hidden;display: inline-block;}

#header.custom_header .inner .logo {display: inline-block;vertical-align: middle;float: left; width:250px;}
#header.custom_header .inner .logo img {max-width:200px;margin-top:10px;}

.menu_wrap #gnb {display: inline-block;float: left;width:auto;margin-left: 0;}
.menu_wrap #gnb li {position: relative;padding-left: 0;}
.menu_wrap #gnb li a{font-size:20px;color: #000000;width:150px;line-height:70px;padding: 0px;box-sizing: border-box;position: relative;font-weight:bold;letter-spacing: -0.02em;}
.menu_wrap #gnb li a:hover {color: #38bce1;}
.menu_wrap #gnb li.on a {color: #38bce1;}
.menu_wrap #gnb li a:hover::before {content: 'Your ';}
.menu_wrap #gnb li.on a:hover::before {content: 'Your ';}

.menu_wrap #gnb .gnb_sub {display: none;position: absolute;z-index: 9999;background-color: #fff;width: 100%;padding: 20px 0;box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);box-sizing: border-box;top: 70px;}
.menu_wrap #gnb .gnb_sub li {float: none !important;padding-left: 0 !important;}
.menu_wrap #gnb .gnb_sub li:hover a {color: #fffd2e;}
.menu_wrap #gnb .gnb_sub li a {font-family:"noto_sans", sans-serif;display: block;color: #000;font-size: 14px;text-align: center;line-height: 40px;font-weight: normal;letter-spacing:-0.05em;padding: 0 5px;}
.menu_wrap #gnb > #my_page a {width: 150px;height: 65px;text-align: center;color: #000;background:none;margin:0px;line-height: 65px;padding:0px;}

#header.custom_header .inner .menu_wrap {overflow: inherit;}

/* 상단 GNB 모션관련 */
.motion {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.delay1{
	-webkit-transition-delay:0.1s;
	   -moz-transition-delay:0.1s; 
	     -o-transition-delay:0.1s;
	        transition-delay:0.1s;
}
.delay2{
	-webkit-transition-delay:0.2s;
	   -moz-transition-delay:0.2s; 
	     -o-transition-delay:0.2s;
	        transition-delay:0.2s;
}
.delay3{
	-webkit-transition-delay:0.3s;
	   -moz-transition-delay:0.3s; 
	     -o-transition-delay:0.3s;
	        transition-delay:0.3s;
}

.depth1-line-show { width:100% !important; left:0px !important;}
.navi-bg.open { height:270px;border-bottom:1px #ccc solid;}
.gnb.open { height:330px;}
.gnb ul li ul.open {
	-webkit-transform:translateY(0px);
	   -moz-transform:translateY(0px);
	     -o-transform:translateY(0px);
	        transform:translateY(0px);
	
	opacity:1;
}

/* menu */

header {position:relative; width:100%;  }
.navi {position:absolute; width:100%; height:80px; box-sizing:border-box;  z-index:50;}
.navi .logo {display: inline-block;vertical-align: middle;float: left; width:300px;}
.navi .logo img {max-width:200px;margin-top:10px;}

.gnb {position:absolute;width:900px; top:35px; left:50%; margin-left:-330px;z-index:2;overflow:hidden;height:80px;letter-spacing:0}
.gnb ul li {position:relative;float:left; width:auto;min-width:120px;margin-right:15px;text-align:left;}
.gnb .depth1 {font-family:"Inter", sans-serif; position:relative; display:block;  color:#000; font-size:20px; font-weight:900;height:80px;line-height:80px;letter-spacing:-0.03em;}
.gnb .depth1:hover {color:#FF5534 !important;}
.gnb ul li:hover > .depth1 {color:#FF5534 !important;}
/* 
.gnb .depth1:hover::before {content: 'Your ';color:#FF5534;}
.gnb .depth1:hover::before {content: 'Your ';color:#FF5534;}
*/

.gnb ul li ul {display:block;padding:0px 0 30px 0;  min-height:140px; opacity:0;transform:translateY(20px)}
.gnb ul li ul li {float:none; height:35px; width:auto;}
.gnb ul li ul li a {font-family:"Noto Sans KR", sans-serif;display:inline-block;width:auto;font-size:15px;height:35px;letter-spacing:-0.03em; line-height:35px;color:#000;border-bottom:2px #fff solid;text-align:left; box-sizing:border-box;}
.gnb ul li ul li a:hover {color:#000;height:35px; line-height:35px;border-bottom:2px #000 solid;}
.navi-bg {position:absolute; display:block;width:100%; height:0px; left: 0; top: 80px; z-index:1; overflow: hidden; }
.navi-bg .white-bg {width:100%;height:100%; background:#fff; }
.navi-bg.open {}
.menu-icon {display:none;}
.bgw {background:#fff; }
.navi.wh {background:#fff;  }
.navi.wh .gnb .depth1 {color:#333;}

.nav_logo {position:absolute; left:50%;margin-left:210px;top:140px;display:none;border:2px #ff522f solid;opacity:0;z-index:10;
-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;}
.nav_logo.open { opacity:1;display:block;top:85px;}

.hamburger {right:0px;padding:0px 0px;display: inline-block;width: 65px; height: 40px; box-sizing: border-box;background: none;position: absolute;cursor: pointer;z-index:1000;}
.hamburger span {background: #000; display: block; height: 3px;-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: 24px;}
.hamburger span:nth-child(2) {width: 24px;margin-top: 5px;}
.hamburger span:nth-child(3) {width: 24px;margin-top: 5px;}
.hamburger.is-active {padding: 28px 0px;background:none;}
.hamburger.is-active .line {width: 30px;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-o-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-o-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg);}

.all_list {display: none;}
.all_list {position: absolute;top:110px;width: 1200px;left: 0;right:0;z-index: 99999;background: #fff;border-bottom: 1px solid #ddd; box-sizing: border-box;overflow: hidden; margin: 0 auto;}
.all_list .a_inner {height: auto !important;width: 1200px;margin: 0 auto;}
.all_list .a_inner > li {float: left; width: 20%;box-sizing: border-box;border-right: 1px solid #ddd;padding: 35px 45px;height: 400px;}
.all_list .a_inner > li:first-child {border-left: 1px solid #ddd;}
.all_list .a_inner > li p,.all_list .a_inner > li a > span {color: #333; font-size: 16px; font-weight: 600;}

.all_list .a_inner > li ul {overflow: hidden; margin-top: 10px;}
.all_list .a_inner > li ul li {line-height: 40px;}
.all_list .a_inner > li ul li a {color: #666; font-size: 13px;-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: 100%;}


#footer {width: 100%;display:inline-block; min-width:1300px;padding:20px 0px;margin:0px auto;background:#312d2a !important;text-align:center;}
#footer .foot_cont {position:relative;width:1200px;margin: 0 auto;padding-left:200px;box-sizing:border-box;text-align: left;}
#footer .foot_cont .foot_logo{position:absolute;left:0px;top:50%;transform:translateY(-50%);width:180px;height:auto; -webkit-filter:invert(100%); filter:invert(100%) }
#footer .foot_cont .foot_list {width:1000px;margin:0px;text-align: left;padding:25px 0px;}
#footer .foot_cont .foot_list li{padding-left:35px;background: url('/html/images/common/blt_dot.png') no-repeat 13px 50%;display:inline-block;zoom:1;*display:inline;vertical-align:top}
#footer .foot_cont .foot_list li.first{background:none;padding-left:0px;margin:0px;}
#footer .foot_cont .foot_list li a {font-size: 16px;color: #fff;font-weight: 350;}
#footer .foot_cont .foot_list li a.footer_privacy_policy {color: #fff;font-weight: 350;}
#footer .foot_cont .foot_info {width: 1000px;width: 100%;margin: 0 auto  30px auto;}
#footer .foot_cont .foot_info p {font-size: 14px;color: #fff;font-weight: normal;line-height:23px;text-align: left;}
#footer .foot_cont .foot_info p.copyp {font-size: 14px;color: #fff;font-weight: normal;margin-top:15px;opacity:1;}


#content_area .content_title {padding: 50px 0;box-sizing: border-box;text-align: center;height: 135px;}

.button.red {background-color: #21b499;border: 1px solid #21b499;}

.maxWidth {width: 1200px;margin: 0 auto;}
.set_table {display: table;width: 100%;height: 100%;}
.set__table {display: table-cell;vertical-align: middle;width: 100%;height: 100%;}

/* 근로자 유의사항 표 */
.refund .depth1 table{ border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.refund .depth1 table th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.refund .depth1 table td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; text-align:center;}
.refund .depth1 table td.tl{text-align:left;}
.refund .depth1 table td .fc_red{color:#d90000;}

#container{width:100%;margin:0 auto;}
#container.main{width:100%;margin:0 auto;padding:0px; }
#container .horizontal_wrap{position:relative;width: 1200px;margin: 0 auto;}

/* layout */
.main_wrap{position:relative;width:1200px;margin:0 auto;overflow:hidden; text-align:center}
.main_wrap .main_content{overflow:hidden;}
.main_wrap .main_content > div{float: left}
.main_wrap .left_area{float:none; width:1200px; margin:20px 0px 30px 0px}
.main_wrap .content_area { position:static;width:1200px;text-align:left;}
.main_wrap .content_body { position:static;width:1200px;}
.main_wrap #contet_area{float:none;width:1200px; min-height:750px;padding:0px 0 30px 0;position:relative}

/****** 메인 스타일 ******/	

/* main 레이아웃 스타일 */
.bgWhite {position:relative;display:inline-block; width:100%;min-width:1300px; background:#ffffff; text-align:center; padding:50px 0px; z-index:1;}
.bgGray {position:relative;display:inline-block; width:100%;min-width:1300px; background:#b9dfe9 url('/html/images/common/bg2.png'); text-align:center; padding:40px 0px; z-index:1}
.main_inner {position:relative;width:1200px;margin:0px auto 0px auto; padding:0px 0px; display:block;overflow:visible; text-align:left; z-index:1}
.main_title {font-family:"noto_sans", sans-serif;height:55px;line-height:50px;font-size:30px;font-weight:600;color:#000000; padding:0px; margin:0px;text-align:center;background:none;letter-spacing:-0.05em;}
.main_title span {display:inline-block; width:auto;height:55px;line-height:50px;padding:0px 10px 5px 10px;background:url('/html/images/common/title_bg.png') 50% 95% no-repeat;background-size:100% 25px;font-size:30px;font-weight:600;color:#000000; text-align:center; letter-spacing:-0.05em;}
.main_ment {font-size:15px;font-weight:normal;color:#7777777;padding:0px;margin:0px;line-height:30px;text-align:center;}
.main_more {position:absolute;right:0px;top:100px; width:auto;padding:10px 20px 10px 10px; font-size:16px;color:#333;background:url('/html/images/common/main_more_bg.png') 100% 100% no-repeat;}

/* main 상단롤링배너 */
.main_visual{width: 100%; min-width:1300px;position:relative;height:400px}
#slides{position:absolute;top:0;left:0;z-index:40}
.slides_container{width: 100%;height:400px;overflow:hidden}
.slides_container img {width: 100%; height:400px;}
.slides_container div{width: 100%;height:400px;display:block;background-size: cover !important;}
.pagination{position:absolute;width:100%;left:0px;bottom:30px;z-index:101;margin:auto; margin:0px;text-align:center;}
.pagination li{display:inline-block;width:14px;height:14px;float:none;margin:0 5px;background:#ffffff;border-radius:50%;}
.pagination li a{display:block;text-align:center;line-height:14px;text-indent:-9999999px;}
.pagination li.current{background:#000000;}

/* main 상단롤링배너 (좌우화살표 있는것) */
.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:70px !important;height:60px !important;overflow: hidden;text-indent: -9999px;float: left;z-index:100; }
a.slidesjs-next { position:absolute;right:50px;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:50px;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%;bottom:40px; z-index:101;text-align:center;display:inline-block;  }
.slidesjs-pagination li { width:14px !important;height:14px !important;display:inline-block;margin:5px 7px;border:none; }
.slidesjs-pagination li a {display:inline-block;width: 14px !important;height: 14px !important; text-indent:-9999px; padding:0px;background:#fff;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 추출 강의 스타일 */
.horizontal_wrap .top_title {height:40px;line-height:40px;font-size:36px;font-weight:700;color:#000000; margin:0px 0 30px 0; text-align:center; }
.horizontal_wrap .horizontal_list {overflow:hidden;width:1230px;margin-right:-10px;margin-top:20px;}
.horizontal_wrap .horizontal_list li{position:relative;float:left;border:0px solid #e5e5e5;background:none;padding:0px;height:350px;width:290px;margin:0px 10px 0px 0px;box-sizing:border-box;}
.horizontal_wrap .horizontal_list li.nodata{padding:90px 0;min-height:50px;width:1200px;height:230px;border:1px solid #e5e5e5;margin-bottom:40px;margin-left:0;font-size:;}
.horizontal_wrap .horizontal_list li.first{margin-left:0;}
.horizontal_list span{display:block;}
.horizontal_list span.img_box{position:relative;border-bottom:1px solid #e0e1e4;background:#fff;position:relative;margin-bottom:10px;width:290px;height:180px; }
.horizontal_list span.img_box a{position:relative;display:block;}
.horizontal_list span.img_box > a > img{width:290px;height:180px;transition: all 0.2s ease-in;opacity:1}

.horizontal_list li:hover .img_box img {opacity:0.11}
.horizontal_list li:hover span.cimg_btn {display:inline-block; opacity:1 !important;}


.horizontal_list span.list_ccont { padding:10px 0px; margin:0px; border:none; overflow:hidden; text-align:left; }
.horizontal_list span.list_subject{font-family:"noto_sans";font-weight:600;font-size:16px;color:#000;line-height:20px;height:auto;min-height:40px; max-height:40px;padding:0px;margin-bottom:10px;text-align:center;text-overflow:clip;overflow:hidden;white-space:normal;}
.horizontal_list span.list_subtitle {display:none; margin:0px; padding:0px 10px;font-size:15px;line-height:22px; max-height:22px; text-align:center;overflow:hidden; }
/* .horizontal_list span.list_blt {margin:10px 0px 0px 0px;height:40px; padding:0px 0px 0px 0px;text-align:center;line-height:30px;font-size:15px; color:#666666; background:none;border-top:none; } */
.horizontal_list span.list_blt{width: auto; position: static; text-align: left; color: #777; font-size: 12px; display: inline-block; background-color: #f1f1f1; padding: 2px 10px 3px; border-radius: 4px; font-weight: 500;}
.horizontal_list span.list_price {font-size:18px;height:30px;line-height:30px;color:#d14265;font-weight:bold;text-align:center; margin-top:0px;width:100%; text-align: left; position: static; padding-top:15px;}
.horizontal_list span.list_price span.ori_price{display:inline-block;font-size: 15px;}
.horizontal_list span.list_price span.ppercent{display:inline-block;font-size:15px; color: #f3213b; font-weight: 700; padding-right: 3px;}
.horizontal_list span.list_price span.pment{display:inline-block;color: #f3213b; font-weight: 500; position: absolute; bottom:83px; left: 53px; white-space: nowrap; background-color: #f1f1f1; padding: 2px 10px 3px; border-radius: 4px; font-size: 12px;line-height:18px;}
.horizontal_list span.list_price span.price{display:inline-block;color: #1b1b1b;}


.horizontal_wrap .more{position:absolute;right:13px;top:10px}

/* 메인 컨텐츠 -  추천강의 */
.mcourse_recomm { display:inline-block; width:1200px; height:auto; margin:0px auto;overflow:hidden; border:none; background:none; text-align:center;}
.mcourse_recomm .main_course_tab { float:none; display:inline-block; width:auto; height:50px; line-height:50px; margin:10px auto 0px auto; text-align:center; }
.mcourse_recomm .main_course_tab li {float:left;width:auto;height:50px;background:url('/html/images/common/main_course_part.png') 0% 50% no-repeat;}
.mcourse_recomm .main_course_tab li:first-child { background:none;}
.mcourse_recomm .main_course_tab li a { display:inline-block; background:none; width:auto; margin:0px 5px; padding:0px 20px; height:35px; line-height:33px; border:1px #fcf2fc solid;font-size:18px; font-weight:bold; color:#000000;box-sizing:border-box; }
.mcourse_recomm .main_course_tab li a:hover { color:#000000; }
.mcourse_recomm .main_course_tab li.active a { display:inline-block;; width:auto; margin:0px 5px;line-height:33px;border:1px #000000 solid; color:#000000; background:none; }
.mcourse_recomm .main_course_info { float:none; width:1200px; padding:0px;box-sizing: border-box; }
.main_course_info .horizontal_list{ display:inline-block; width:1232px;margin-right:-32px;}
.main_course_info .horizontal_list li{float:left; background:#ffffff; border:1px solid #e5e5e5 !important; padding:0px; min-height:auto; width:276px; margin:0px 32px 0px 0px;box-sizing:border-box;}
.main_course_info .horizontal_list li.nodata{ padding:90px 0;border:none;min-height:47px;width:100%; background:none;margin: 0;}
.main_course_info .horizontal_list li.first{ padding-left:0; margin-left:0px;}
.main_course_info .horizontal_list span.img_box{border-bottom:1px solid #e0e1e4;position:relative;margin-bottom:10px;width:274px;height:181px}
.main_course_info .horizontal_list span.img_box >  a > img{width:274px;height:180px;text-align:center}
.main_course_info .horizontal_list span.list_subject{ font-weight:bold;padding:0 0px 10px 0px; margin:0px; font-size:17px;color:#000; line-height:22px; background:none; text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.main_course_info .horizontal_list span.list_subtitle {font-size:14px;margin-bottom:10px;}
.main_course_info .horizontal_list span.list_ccont { font-weight:normal;padding:5px 10px; margin:0px; border:none; overflow:hidden; text-align:center; box-sizing:border-box;}
.main_course_info .horizontal_list span.list_blt {display:none;}
.main_course_info .horizontal_list span.list_price {display:none;}

/* 메인 컨텐츠 -  하단 영역 */
.square_wrap {display:block;margin:70px auto; box-sizing:border-box; width:1200px;overflow: hidden;}

.square_wrap .main_ban { float:left; width:190px;margin:0px 30px -30px 0px;display:inline-block;}
.square_wrap .main_ban li { width:190px;height:80px;margin-bottom:30px;background:rgba(255,255,255,0.5);}
.square_wrap .main_ban li:hover { width:190px;height:80px;margin-bottom:30px;background:rgba(255,255,255,1.0);}
.square_wrap .main_ban li a {font-family:'noto_sans', sans-serif;display:block;padding-left:80px;font-size:15px;color:#000000;line-height:80px;text-align:left;}
.square_wrap .main_ban li a.mb1 {background:url('/html/images/common/mb1.png') 20px 50% no-repeat;}
.square_wrap .main_ban li a.mb2 {background:url('/html/images/common/mb2.png') 20px 50% no-repeat;}
.square_wrap .main_ban li a.mb3 {background:url('/html/images/common/mb3.png') 20px 50% no-repeat;}
.square_wrap .main_ban li a.mb4 {background:url('/html/images/common/mb4.png') 20px 50% no-repeat;}

.square_wrap .main_board  {position:relative;float:left;background:#ffffff; width:490px;height:410px;padding:0px !important;margin:0px 90px 0px 0px !important; box-sizing:border-box;}
.square_wrap .main_board .mboard_title { width:100%;height:45px; background:#f6f6f6;border:none; box-sizing:border-box;}
.square_wrap .main_board .mboard_title span { float:left; width:150px;height:45px; box-sizing:border-box;border:none; } 
.square_wrap .main_board .mboard_title span a {font-family:'noto_sans', sans-serif; display:block; width:150px; height:45px;border:none; line-height:45px; font-size:17px; font-weight:500; text-align:center; background:none; color:#312d2a; border:none; }
.square_wrap .main_board .mboard_title span a:hover { background:#f1f1f1; }
.square_wrap .main_board .mboard_title span a.active { background:#31bde3; font-size:17px; color:#ffffff; font-weight:500;  }
.square_wrap .main_board .mboard_title span a.active:hover { background:#31bde3; }
.square_wrap .main_board .mboard_cont { background:#ffffff;width:100%; height:195px; padding:50px; border:none;box-sizing:border-box; text-align:left;}
.square_wrap .main_board .mboard_cont h2 {font-family:'PT Sans', sans-serif;font-size:30px;margin:0px;color: #000000;font-weight:700;text-align:center;margin-bottom:30px;}
.square_wrap .main_board .mboard_cont h2 span{width:auto;height:30px;line-height:30px;padding:0px 20px;border-left:1px #bdc0c5 solid;border-right:1px #bdc0c5 solid;}
.square_wrap .main_board .mboard_more {position:absolute;right:0;top:0; margin:0px;}

.square_wrap .main_cs {float:right;background: url('/html/images/common/main_cs.png') 100% 235px no-repeat;text-align:left;margin:0px  !important;border:none;width:390px;height: 410px; padding:40px 0px 0px 0px; box-sizing:border-box;}
.square_wrap .main_cs .top_title {font-family:"noto_sans", sans-serif;position:relative;font-size: 30px;font-size:500;color: #000000;margin:0px 0px;height:50px;padding-top:10px;line-height:40px;letter-spacing:-0.05em;}
.square_wrap .main_cs .top_title:before {content:'';position:absolute;top:0px;width:100px;height:1px;background:#000;}
.square_wrap .main_cs p {font-size: 16px;color:#000000;font-weight:normal; padding:0px;line-height:22px;margin-top: 5px;}
.square_wrap .main_cs .mcs_text {padding:30px 0px 60px 0px;background: none;}
.square_wrap .main_cs .mcs_text .mcs_tel {font-family:'NanumSquare', sans-serif;font-size: 40px;margin-top: 25px;color: #000000;font-weight: 600;}
.square_wrap .main_cs .mcs_text span {color:#000000;font-size: 16px;line-height:24px;font-weight:600;margin-top: 20px;}
.square_wrap .main_cs .btn_cs{ display:inline-block;width:135px;height:37px; line-height:37px;border-radius:4px;background:#000;font-size:15px;color:#fff;text-align:center;} 

/* 메인 게시물 추출 스타일 */
.list_top li { position:relative;padding-left:13px;background: url('/html/images/common/dot.png') 0% 50% no-repeat;}
.list_top li a{line-height:27px;border-bottom:none;padding:0px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.faq_top li{ line-height:27px;padding-left:13px;background: url('/html/images/common/dot.png') 0% 50% no-repeat;}
.faq_top li a{line-height:27px;border-bottom:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.faq_top li span{ margin-right:10px;}
.faq_top li .blue{display:inline-block; width:auto; background:none;border-radius:3px;color:#31bde3;line-height:27px;font-size:15px;margin-top:0px;}

.content_title {display:none;font-family:'noto_sans', sans-serif;font-weight:bold;font-size:40px;color:#000000;background:none;height:60px;line-height:60px;margin:30px 0 25px 0;text-align:center;border:none;letter-spacing:-0.05em; }
.content_title::after {display:none; }
.content_title span {font-family:'noto_sans', sans-serif;font-weight:bold;font-size:40px;color:#000000;background:none;height:60px;line-height:40px;padding:0px 20px 5px 20px;background:url('/html/images/common/title_bg.png') 50% 100% no-repeat;background-size:100% 30px;letter-spacing:-0.05em; }
.content_title_btn {position:absolute; left:0; top:52px; }
.content_title2 {font-family:'noto_sans', sans-serif;font-weight:bold;font-size:30px;color:#000000;background:none;height:40px;line-height:40px;margin:30px 0 25px 0;text-align:left;border:none;letter-spacing:-0.05em; }

/*lnb */
.left_area{ display:inline-block !important;text-align:center;width:1200px;height:auto;}
.left_area .lnb_title{font-family:'PT Sans', sans-serif;display:block;font-weight:700;font-size:40px;color:#000000;background:none;height:60px;line-height:60px;margin:30px 0 25px 0;text-align:center;border:none;}
.left_area .lnb_title span {display:inline-block; width:auto;padding:0px 20px;font-weight:700;font-size:40px;color:#000000;background:url('/html/images/common/title_bg.png') 50% 100% no-repeat;background-size:100% 30px;height:60px;line-height:55px;}
.left_area .lnb_title span.kor {font-family:'noto_sans';font-weight:bold;font-size:35px;}
.left_area .lnb_list{border:none;display:inline-block;width:auto;margin:0px auto;border:1px #000000 solid;border:none;overflow:hidden;overflow:hidden;}
.left_area .lnb_list li{ float:left; width:auto;border:none;overflow:hidden;}
.left_area .lnb_list li.half{width:50%;float:left;}
.left_area .lnb_list li a{display:block;width:auto;min-width:140px; font-size:16px;color:#000000;text-align:center;border:none;border:1px #000000 solid;font-weight:500; height:40px;line-height:38px;padding:0px 20px; text-overflow:ellipsis;overflow:hidden;white-space:nowrap;letter-spacing:-0.05em;margin-left:-1px;}
.left_area .lnb_list li:first-child a {border-radius:10px 0px 0px 10px;margin-left:0px;}
.left_area .lnb_list li:last-child a {border-radius:0px 10px 10px 0px;}
.left_area .lnb_list li a:hover{color:#000000; }
.left_area .lnb_list li.on a{color:#ffffff;background:#000000; height:40px; line-height:38px; }
.left_area .lnb_list li.on a:hover{color:#ffffff;background:#000000; height:40px; line-height:38px;}
.left_area .lnb_list li.lnb_sub {background-color:#f1f2f4; padding-left:14px; /* height:28px; line-height:28px; */}
.left_area .lnb_list li.lnb_sub a{font-weight:normal; padding:4px 20px;}
.left_area .lnb_list li.lnb_sub.on a{color:#0a81bb;background: url(/common/images/default/blt_lnb.png) no-repeat 95% 45%}
.left_area .lnb_list li.lnb_sub a:hover{color:#0a81bb;background: url(/common/images/default/blt_lnb.png) no-repeat 95% 45%}

.left_area .lnb_list.lnb_list2 li{ width:16.6%; border:none;}

.path{display:none;position:absolute;right:0;top:100px;overflow:hidden}
.path_list{float:right;background: url(/common/images/default/path_home.png) no-repeat 0 50%;padding-left:12px}
.path_list li{float:left;padding-left:16px;background: url(/common/images/default/blt_path.png) no-repeat 0 3px;margin-left:5px;font-size:12px;line-height:18px;height:18px}
.path_list li.last{color:#222}

.sub_top { width:100%; min-width:1300px; height:240px; padding:0px; margin:0px; background:#000;background-size: cover !important; overflow:hidden; text-align:center; }
.sub_top img {width:1200px; height:240px; margin:0 auto; }
/*
.sub_top1 { background:#fcd5b6  url('/html/images/common/sub1.jpg') 50% 0px no-repeat;  }
.sub_top2 { background:#fcd5b6 url('/html/images/common/sub2.jpg') 50% 0px no-repeat; }
.sub_top3 { background:#fcd5b6 url('/html/images/common/sub3.jpg') 50% 0px no-repeat; }
.sub_top4 { background:#fcd5b6 url('/html/images/common/sub4.jpg') 50% 0px no-repeat; }
.sub_top5 { background:#fcd5b6 url('/html/images/common/sub5.jpg') 50% 0px no-repeat;}
.sub_top6 { background:#fcd5b6 url('/html/images/common/sub6.jpg') 50% 0px no-repeat; }
.sub_top7 { background:#fcd5b6 url('/html/images/common/sub7.jpg') 50% 0px no-repeat; }
.sub_top8 { background:#fcd5b6 url('/html/images/common/sub8.jpg') 50% 0px no-repeat;}
.sub_top9 { background:#fcd5b6 url('/html/images/common/sub9.jpg') 50% 0px no-repeat;  }
.sub_top10 { background:#fcd5b6 url('/html/images/common/sub10.jpg') 50% 0px no-repeat;}
.sub_top11 { background:#fcd5b6 url('/html/images/common/sub1.jpg') 50% 0px no-repeat; }
*/
.sub_top1{background:#000 url('/html/images/common/sub01_ud.jpg') no-repeat center center;}
.sub_top2{background:#000 url('/html/images/common/sub02_ud.jpg') no-repeat center center;}
.sub_top3{background:#000 url('/html/images/common/sub03_ud.jpg') no-repeat center center;}
.sub_top4{background:#000 url('/html/images/common/sub04_ud.jpg') no-repeat center center;}
.sub_top5{background:#000 url('/html/images/common/sub05_ud.jpg') no-repeat center center;}
.sub_top6{background:#000 url('/html/images/common/sub06_ud.jpg') no-repeat center center;}
.sub_top7{background:#000 url('/html/images/common/sub07_ud.jpg') no-repeat center center;}


/* 리스트,웹진,갤러리 */
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}

span.ori_price{font-family:"NanumSquare", sans-serif;font-weight:400;color:#333333;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:#ff5534;text-align:center;text-decoration:none;font-weight:600;}
span.per_price {font-family:"NanumSquare", sans-serif;font-weight:400;color:#ff5534;}
span.pment {font-size:13px;font-weight:normal; color:#ff5534;}
span.ppercent { font-size:14px;}

.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_webzine {border-top:0px solid #676767;width:100%;display:inline-block;}
.course_webzine li { border:1px solid #dedede;margin-top:10px;transition: all 0.8s ease-in; }

.course_webzine .col_course_thumbnail {position:relative;float:left;width:310px;height:200px;padding:0px; margin:30px;background:#fff;border-radius:10px}
.course_webzine .col_course_thumbnail img{width:310px;height:200px;display:block;border-right:0px solid #e8e8e8;transition: all 0.2s ease-in;opacity:1}
.course_webzine li:hover .col_course_thumbnail img {opacity:0.11;}
.course_webzine li:hover .col_course_thumbnail:after {content:'자세히보기';position:absolute;left:50%;top:50%;margin:-20px -65px auto;background:#f5f5f5; width:130px;height:39px;line-height:35px; 
border:2px #ff5534 solid; border-radius:30px;text-align:center;font-size:15px;color:#ff5534;box-sizing:border-box;opacity:1; transition: all 0.2s ease-out;z-index:1000; }
/* .course_webzine li:hover span.cimg_btn {display:inline-block;opacity:1;} */

.course_webzine .col_course_name {float:left;width:550px;height:200px;padding:0px 0px 0 0px; margin:10px 0px;}
.course_webzine .col_course_name .ctitle a {font-family:"noto_sans", sans-serif;font-size:17px; line-height:30px;color:#222;font-weight:600;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;}
.course_webzine .col_course_name .csubtitle { display:block; font-size:15px; line-height:20px;color:#777777;font-weight:normal; max-height:40px; overflow:hidden; margin:10px 0px; }
.course_webzine .col_course_name .cstar {display:none; border-top:none; height:30px; padding:10px 0px 10px 0px; margin-bottom:10px; }
.course_webzine .col_course_name .cstar img {vertical-align:-3px}
.course_webzine .col_course_name .clabel { display:none;margin-top:10px}
.course_webzine .col_course_name .clabel .small {font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:30px;line-height:30px;letter-spacing:-1px;}
.course_webzine .col_course_name .clabel .hide {display:none}
.course_webzine .col_course_name .cinfo { font-size:14px;}
.course_webzine .col_course_name .cinfo label { color:#111111;}
.course_webzine .col_course_name .ctutor label { color:#111111;}
.course_webzine .col_course_name p {margin-top:3px}
.course_webzine .col_course_name label {font-weight:bold; color:gray}

.course_webzine .col_course_button {float:right;width:250px;height:260px;background-color:#ffffff;padding:45px 0 0 0px; border:none; background:none;  text-align:right !important; }
.course_webzine .col_course_button span.ori_price {padding-right:0px}
.course_webzine .col_course_button table { margin:0px 20px 0px 0px; width:170px; }
.course_webzine .col_course_button th {text-align:left;width:50px; height:30px; font-size:15px; font-weight:normal;color:#111111; line-height:20px;  }
.course_webzine .col_course_button td {padding-top:3px; height:30px; font-size:18px; font-weight:bold; line-height:20px;text-align:right;}
.course_webzine .col_course_button td.ccb_btn { padding-top:15px; }
.course_webzine .col_course_button td.ccb_btn a {  margin-bottom:10px; }
.course_webzine .col_course_button td .button.course {width:100%;}
.course_webzine .nodata { height:200px;width:100%;margin:10px 0 0 0px;text-align:center;font-size:18px;line-height:200px;width:100%;padding:0px;box-sizing: border-box;border:none;border-top:1px #dedede solid;border-bottom:1px #dedede solid;}
.course_webzine span.pment { display:inline-block;padding:0px;line-height:17px;}

/* 갤러리형 강의 리스트 */
span.cimg_btn {display:none;position:absolute;left:50%;top:50%;margin:-20px -65px auto;text-align:center;transition: all 0.2s ease-out;z-index:1000;} 
span.cimg_btn a {display:inline-block;background:#f5f5f5 !important; width:130px;height:39px;line-height:35px;border:2px #ff5534 solid; border-radius:30px;text-align:center;font-size:15px;color:#ff5534;box-sizing:border-box;opacity:1; transition: all 0.2s ease-out;}

.course_gallery {border-top:0px solid #676767;border-bottom:0px solid #d1d1d1;width:1210px;display:inline-block;padding-bottom:0px;margin:0px -10px 0px 0px;}
.course_gallery li { float:left;position:relative; width:292px; height:440px !important;max-height: 440px !important; margin:0px 10px 0px 0 ; border:none; overflow:visible !important; }
.course_gallery .cimg {position:relative;width:290px; height:180px; background:#fff; border:1px #dedede solid;box-sizing:border-box;}
.course_gallery .cimg img { width:290px; height:180px;transition: all 0.2s ease-in;opacity:1 }
.course_gallery li:hover .cimg img {opacity:0.14}
.course_gallery li:hover .cimg:after {content:'자세히보기';position:absolute;left:50%;top:50%;margin:-20px -65px auto;background:#f5f5f5; width:130px;height:39px;line-height:35px; 
border:2px #ff5534 solid; border-radius:30px;text-align:center;font-size:15px;color:#ff5534;box-sizing:border-box;opacity:1; transition: all 0.2s ease-out;z-index:1000; }
.course_gallery .ccont { position:relative;padding:19px 5%;width:100%;height:auto;text-align:center;box-sizing:border-box; }  
.course_gallery .ccont .clabel {display:none; }
.course_gallery .ccont .label { margin-left:0; }
.course_gallery .ccont .cday { float:right; margin-top:-20px; font-size:12px; text-align:right; }
.course_gallery .ccont .ctitle a {font-family:"noto_sans", sans-serif; display:block;  font-size:17px;line-height:22px;height:auto;max-height:44px; color:#222; font-weight:600; margin:0 0 5px 0; white-space:normal; overflow:hidden;text-overflow:ellipsis;}
.course_gallery .ccont .ctext { font-size:15px; height:20px; font-weight:400; line-height:20px;  padding:0; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; }
.course_gallery .ccont .cif { position:absolute;top:90px;width:90%;text-align:center;font-size:15px; border:none; padding:10px 0 0 0; margin:0px 0  0  0; }
.course_gallery .ccont .cprice { position:absolute;top:125px;width:90%;text-align:center; font-size:17px; margin:0px 0;font-weight:500; padding:0px 0 0 0; border:none; }
.course_gallery .ccont .cbtn { position:absolute;top:160px;width:90%;text-align:center; margin-top:15px; box-sizing:border-box;}
.course_gallery .nodata { height:200px;width:100%;margin:10px 25px 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border-top:1px #dedede solid;border-bottom:1px #dedede solid; }
.course_gallery .ccont span.pment {display:block;}
.course_gallery .ccont span.ppercent { font-size:14px;padding-right:5px; margin-left:-5px;}

/* 강의 상세보기 */
.content_title_course {font-weight:bold;color:#000000;font-size:30px;height:auto;line-height:40px;padding-bottom:10px;text-align:left;}
.course_info {border-top:0 solid #333333;padding:0 0 0 0;overflow:hidden}
.course_info .info_img{ width:500px;float:left;margin-right:100px;text-align:center}
.course_info .info_img img{width:500px;height:310px;border:1px solid #d1d1d1;margin-bottom:10px}
.course_info .info_text{float:left;width:590px}
.course_info .info_text .info_title{font-size:15px;color:#3c3c3c;border-bottom:2px solid #e2450e;font-weight:700}
.course_info .info_text p{font-size:12px;color:#3c3c3c}
.course_info .info_text div.buy_book{float:left;width:250px}
.course_info .info_text div.buy_book p.book_name{text-align:left}
.course_info .info_text div.buy_book p.book_price{text-align:right}
.course_info .info_text div.buy_book p.book_price input{vertical-align:-3px;margin-left:10px}
.course_info .info_btn{overflow:hidden;padding-top:15px; width:100%;}
.course_info .info_btn li{float:right;margin-left:0}
.course_info .info_btn li.notice{width:100%;text-align:center;font-weight:bold;}
.course_info .lesson_period li {margin:2px}
.course_info .lesson_period input[type=radio] {vertical-align:middle}
.course_info .return_list li {float:left;margin-right:15px;font-size:14px}
.course_foot {margin-top:30px}
.course_foot .tutor_list {padding-bottom:-10px}
.course_foot .tutor_info dl {background-color:#f1f1f1;padding:10px 20px;margin-bottom:10px;}
.course_foot .tutor_info dt {float:left;padding:5px 0;width:70px;font-weight:bold;}
.course_foot .tutor_info dd {float:clear;padding:5px 0 5px 70px}

.type_table{border-top: 1px solid #676767}
.type_table thead th{padding:8px 0;font-weight:700;color:#3c3c3c;border-bottom:1px solid #676767}
.type_table tbody th{padding:8px 0 8px 8px;background-color:#f8f8f8;font-weight:700;text-align:left;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td{padding:8px 0 8px 8px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td div.mh50{min-height:50px}
.type_table tbody th.tac{text-align:center;padding-left:0}
.type_table tbody td.tac{text-align:center;padding-left:0}
.type_table.type_inner{border-top:1px dashed #d1d1d1; font-size:15px;}
.type_table.type_inner thead th{text-align:center;padding:4px 0; } 
.type_table.type_inner tbody th{text-align:left;padding:12px 7px;background-color:#ffffff;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td{text-align:left;padding:12px 0;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td.tal{text-align:left;padding-left:20px}

.book_list {background: url(/html/images/main/book_bg.png) no-repeat center bottom;width: 1018px;margin: 80px auto 0;text-align: center;}
.book_list li {display: inline-block;padding-bottom: 30px;box-sizing: border-box;vertical-align: top;margin: 0 10px;}

.search_no {border:1px solid #d9d9d9; border-width:1px 0; padding:30px 0; height:200px;}
.search_no .search_no_image {height:100%;float:left; vertical-align:middle;}
.search_no .search_no_image img {margin-top:6px;}
.search_no .search_no_text {height:100%;float:left;}
.search_no .search_no_text h4 {font-weight:bold; margin-bottom:14px;}
.search_no .search_no_text h4 em {color:#e9861a;}

/* 테이블 */
.table {width:100%;border-top:0px 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:20px}
.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;}
.table strong{display:inline-block;max-height:52px;line-height:26px;overflow:hidden; margin-top:15px;}
.table strong a{display:inline-block;font-family:"noto_sans", sans-serif;color:#303030;font-size:22px;font-weight:600;line-height:28px; padding:0px 0px 10px 0px;}

.type_list {border-top: 1px solid #000000}
.type_list thead th{text-align:center;border-bottom: 1px solid #676767;padding:15px 0;color:#222222;white-space:nowrap;font-size:16px;font-weight:500;}
.type_list tbody td{border-bottom: 1px solid #ddd;padding:15px 0;font-size:15px;}
.type_list tbody td.tac{text-align:center}
.type_list tbody td.tal{text-align:left;padding-left:10px}
.type_list tbody td.tal span{vertical-align:top;margin-left:2px}
.type_list tbody td.tal span img{vertical-align:top;margin-top:2px}
.type_list tbody td.tal .subject{max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;float:left;line-height:19px;margin-right:4px}
.type_list tbody td.tal .subject img{vertical-align:top}
.type_list tbody td.tal .subject a {color:#777; line-height:24px;}
.type_list tbody td.tal .subject a b {color:#333333; font-size:15px; font-weight:bold; padding-top:7px;}
.type_list tfoot td{padding:20px 0;background-color:#f9f9f9;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;text-align:center}

.table.striped {width:1200px !important;}
.table.striped tbody > tr > td.nodata {width:1200px !important;text-align:center;height:200px; line-height:200px;  font-size:18px;}
.table.striped tbody td .book_img > a > img {width:280px !important; border:1px solid #d3d3d3; }
.table.striped .ct_text {font-size:15px; line-height:24px;height:auto;max-height:72px;overflow:hidden; }

/* 도서 갤러리형 */
.type_grid{display:inline-block;width:1200px;border:none;}
.type_grid .list_grid{letter-spacing: -0.03em; word-break: keep-all; width:1200px; margin: 0;}
.type_grid .list_grid li{ width: calc((100% - 90px) / 4); margin: 0px 30px 40px 0px;padding:0px 0px; height:auto !important;}
.type_grid .list_grid li:nth-child(4n){margin: 0;}
.type_grid .list_grid li .grid_text {padding:0 0 0 0;}
.type_grid .list_grid li .grid_img{width:100%;height:inherit;border:1px solid #d3d3d3;margin-right:20px;}
.type_grid .list_grid li .grid_img img{width:100%;height:inherit}
.type_grid .list_grid li .grid_title a {font-family:"noto_sans", sans-serif;display:block;padding:15px 0 10px 0;font-size:22px;line-height:28px; color:#222222;font-weight:600;}
.type_grid .list_grid li .grid_author{margin-top:2px;font-size:13px;line-height:18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_grid .list_grid li .grid_price{color:#e2450e;font-weight:bold;font-size:15px;display:block; margin:5px 0 10px 0;}
.type_grid .list_grid li.nodata { float:none; width:100%; margin:0 0 0 20px; padding:0; border:0; text-align:center;height:200px; line-height:200px;  font-size:18px; }

.grid_per { padding-top:10px; color:#f3213b;}

/* 테이블 리스트  홀짝 색 */
.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;}

.tb_list tbody tr.tb_section { background-color:#eeeeee; }
.tb_list tbody tr.tb_section td { background-color:#eeeeee;  }
.tb_list tbody tr.tb_section:hover { background-color:#eeeeee; }
.tb_list tbody tr.tb_section:hover td { background-color:#eeeeee; }

.type_table thead th{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; }	 /* 마이페이지 검색 */



/****** button style ******/

/* button style */
.button::-moz-focus-inner {border:0; padding:0;margin:0}
button.button::-moz-focus-inner {margin:0}
.button{width: auto;display: inline-block;cursor: pointer;line-height:100%;border: none;border-radius:8px;
	padding:8px 25px;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:27px; 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:bold}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:bold;}
.button.large_p0{padding:0;font-size:14px;font-weight:bold;}
.button.course{padding:0px;width:100px;height:35px; line-height:33px; font-size:15px; }


.button.black{background-color: #000;color: #fff;border:1px solid transparent;background-image:none;}
.button.black:hover{background-color: #000}
.button.white{background-color: #fff;color: #333;border:1px solid #000;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #eee;border:1px solid #000}
.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:#0f91d0;}
.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.large_p0:hover .button.recomm_title{color: #0f91d0}
.button.blue{background-color: #000;color: #fff;border:1px solid #000}
.button.blue:hover{background-color: #333}
.button.green{background-color: #000;color: #fff;border:1px solid #000}
.button.green:hover{background-color: #333}
.button.sky{background-color: #5bc0de;color: #fff;border:1px solid #5bc0de}
.button.sky:hover{background-color: #4ab0cd}
.button.orange{background-color: #000;color: #fff;border:1px solid #000}
.button.orange:hover{background-color: #333}
.button.red{background-color: #000;color: #fff;border:1px solid #000}
.button.red:hover{background-color: #333}
.button.gray{background-color: #bbbbbb;color: #fff;border:1px solid #bbbbbb}
.button.gray:hover{background-color: #929292}
.button.long{padding-left:0;padding-right:0;width:78px}
.button.full{padding-left:0;padding-right:0;width:100%}
.button.login{padding:25px 40px;font-size:15px;font-weight:700;*padding:18px 0;*width:75px}

.button.btn_buy	{ width:245px;border-radius:8px; padding:0; text-align:center; height:45px; line-height:42px; font-size:18px; color:#ffffff; font-weight:bold; background:#3e4347; border:1px #3e4347 solid;}
.button.btn_buy:hover {background:#25282b;}
.button.btn_cart { width:245px;border-radius:8px;padding:0; margin-right:10px; text-align:center; height:45px; line-height:42px; font-size:18px;color:#3e4347; font-weight:bold; background:#ffffff; border:1px #3e4347 solid;}
.button.btn_cart:hover {background:#ffffff; border:1px #929292 solid;}

.button.btn_refund	{ width:100%; padding:0; text-align:center; height:40px; line-height:40px; font-size:18px; color:#ffffff; font-weight:bold; background:#3e4347; border:none;}
.button.btn_refund:hover {background:#25282b;}
.button.btn_sample { width:100%;padding:0; text-align:center; height:40px; line-height:40px; font-size:18px;color:#ffffff; font-weight:bold; background:#a6a6a6; border:none;}
.button.btn_sample:hover {background:#929292;}

.tab_tt{display:inline-block;margin-bottom:20px;border:NONE;width:100%}
.tab_tt li{float:left;position:relative;width:16.6%;height:40px}
.tab_tt li a{display:block;background-color:#f7f7f7;border:1px solid #d2d2d4;line-height:40px;text-align:center;color:#3c3c3c;font-size:15px;z-index:4;height:40px}
.tab_tt li.on a{background-color:#666666;color:#ffffff;font-weight:700;border:1px solid #555555;z-index:5;position:absolute;left:0;top:0;width:100%;height:40px}

/* 게시판 탭 관련 */
.tab_tt_board { display:none; }
select.board_category { height:34px !important; line-height:29px !important; font-size:15px !important; margin-bottom:10px; border:1px #cccccc solid !important;  margin-top:1px; }

/* 갤러리 게시판 */
.type_gallery .list_gallery {overflow:hidden;border-bottom:1px solid #d3d3d3;margin-left:0px; margin-right:-9px; padding:20px 0px 0px 0px;}
.type_gallery .list_gallery li {width:190px;float:left;margin:0px 9px 20px 0px;height:200px;text-align:left;border:1px solid #dedede; padding:0px;}
.type_gallery .list_gallery li .gallery_div {width:190px;height:120px;border:none; border-bottom:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;background-size:cover !important;text-indent:-9999px;}
.type_gallery .list_gallery li .gallery_img img {width:190px;height:120px;}
.type_gallery .list_gallery li .gallery_title {margin-top:10px; font-size:15px;line-height:30px;color:#222222;font-weight:bold;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_gallery .list_gallery li a { margin-left:13px; }
.type_gallery .list_gallery li a.gallery_reg { display:visible; float:right; margin-right:10px;}

.type_gallery .list_gallery li.nodata {width:100%;line-height:200px;text-align:center;}
.type_gallery .list_gallery li .gallery_div_ie {height:150px;overflow:hidden;display:none;}
.type_gallery .list_gallery li .gallery_div_ie img {width:229px;border:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;}

/* 게시판 상세보기 */
.type_read{border-top: 1px solid #676767}
.type_read thead th{padding:8px 0;background-color:#f6f6f6;color:#000}
.type_read thead td{padding:8px 0;background-color:#f6f6f6;color:#000}
.type_read thead td.subject{font-weight:bold; font-size:16px;padding:12px 0;padding-left:20px;}
.type_read td.files{padding-left:10px}
.type_read thead td.view_info{text-align:right;padding-right:10px}
.type_read tbody td{border-bottom:1px solid #d1d1d1;padding:8px 0}
.type_read tbody td .read_text{padding:10px;min-height:200px}

.tb_review tbody th.tb_th {padding:13px 20px;}
.tb_review tbody td{border-bottom:1px solid #d1d1d1 !important;padding:13px 20px;font-size:15px;}


/* 페이징 */
.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:#000000; 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:#000000;width:30px; height:36px;border:none;line-height:36px}

.cv .page_title{font-family:"noto_sans",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:"noto_sans",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;}

.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%;border-bottom:2px #000 solid;}
.tab_tt li{float:left;position:relative;width:20%;height:40px}
.tab_tt li a{font-family:"noto_sans", sans-serif;display:block;background-color:#f7f7f7;border:none;line-height:40px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_tt li.on a{background-color:#000000;color:#ffffff;font-weight:500;border:1px solid #222222;z-index:5;position:absolute;left:0;top:0;width:100%;height:40px}

.tab_cview{display:inline-block;margin-bottom:20px;width:100%;height:auto;border-bottom:2px solid #000;}
.tab_cview li{float:left;position:relative;width:20%;height:40px}
.tab_cview li a{font-family:"noto_sans", sans-serif;display:block;background-color:#f7f7f7;border:1px solid #d2d2d4;border-bottom:0;line-height:40px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_cview li.on a{background-color:#000000;color:#ffffff;font-weight:400;border:1px solid #222222;z-index:5;position:absolute;left:0;top:0;width:100%;height:40px}

.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}


/* 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;margin-bottom:10px;}
.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:480px; 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; border-radius:10px 10px 0px 0px;}
.log_in .ip_pass { display:inline-block; width:480px; 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; border-radius: 0px 0px 10px 10px;}
.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:300px}
.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;background:#31bde3;color: #ffffff;border:1px #31bde3 solid;width:480px ; height:60px; line-height:60px;}
.button.btn_login:hover{background:#139ece;border:1px #139ece solid;}

.log_oauth {overflow:hidden; margin-top:15px; font-weight:bold; line-height:40px;}
.log_oauth .log_oauth_list {float:right; margin-right:40px;}
.log_oauth .log_oauth_list li {float:left; margin-left:10px;}
.log_oauth .log_oauth_list li img {width:40px; height:40px;}

.coupon_box .coupon_input{height:38px;line-height:38px;text-align:center;padding:0 10px;margin:0 4px 0 4px; width:400px }

.join_oauth {display:none; overflow:hidden;}
.join_oauth .join_oauth_list {width:300px; margin:0 auto;}
.join_oauth .join_oauth_list li {margin:10px 0; background-color:#ffffff; border:1px solid #dedede; border-radius:8px; padding:6px; }
.join_oauth .join_oauth_list li a {position:relative;}
.join_oauth .join_oauth_list li img {position:absolute; width:40px; height:40px; left:0; top:0;}
.join_oauth .join_oauth_list li div {height:40px; font-size:1.2em; margin-left:40px; text-align:center; line-height:40px;}
.join_oauth .join_oauth_list li.join_oauth_normal div {font-size:1.4em; font-weight:bold;}

/*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}

.join_normal .board.btn .button.gray{background:#000;border-color:#000;}
.find_box .find_id .button.gray{background:#000;border-color:#000;}
.find_subtitle {font-size: 17px;color: #31bde3;}


.privacy {display:inline-block;width:100%; margin-top:-20px;}
.privacy h2{font-weight:bold;font-size:18px;margin-top:20px;color:#000000;}
.privacy h3{font-weight:bold;font-size:17px;margin-top:20px;color:#31bde3;}
.privacy dl{padding-left:5px;margin-top:15px; font-size:15px;}
.privacy dt{font-weight:bold;margin-top:10px; font-size:15px;}
.privacy dd{margin-top:2px;margin-left:10px; font-size:15px;}
.privacy p{margin-top:5px;margin-left:0px;float:none !important; font-size:15px;}
.privacy .depth2{padding-left:10px}
.privacy .depth2 > li{margin:2px 0}
.privacy .depth3{padding-left:10px}
.privacy .depth3 > li{margin:2px 0}
.privacy .tel_list{overflow:hidden}
.privacy .tel_list li{float:left;width:50%}
.privacy table { border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px;width:100%; display:inline-block;}
.privacy th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:8px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.privacy td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px 15px; }
.privacy td.tac { text-align:center; }

.terms {display:inline-block;width:100%; margin-top:-40px;}
.terms h2{font-weight:bold;font-size:18px;margin-top:40px;color:#000000;}
.terms h3{margin-top:20px;font-weight:bold;font-size:17px;color:#31bde3;}
.terms .depth1 li{line-height:150%; font-size:15px;}
.terms .depth1{margin-top:10px;padding-left:0;float:none; font-size:15px;}
.terms .depth2{padding-left:15px; font-size:15px;}
.terms .depth3{padding-left:24px; font-size:15px;}

.refund h3 {font-weight:bold;font-size:17px;color:#31bde3;}
.refund li { font-size:15px;} 

/* 마이페이지 수강후기 */
.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}
.course_tab { display:inline-block;width:450px; height:40px; margin-bottom:20px; float:left;}

.my_box{border:1px solid #ccc;}
.my_box .my_note{border-left:1px solid #ccc;}
.my_box .btn_more .button.white{border:1px solid #bbbbbb;background:#bbbbbb;color:#ffffff;}
.my_box .btn_more .button.white:hover{border:1px solid #999999;background:#999999;color:#ffffff;}
.my_box .my_note .btn_more{position:absolute;right:20px;top:8px}
.my_box .my_note .btn_more a {position:relative;display:inline-block;width:40px; height:40px;overflow:hidden;text-align:center;}
.my_box .my_note .btn_more a img{position:absolute;display:inline-block;right:0px;top:-2px;}


/* 이용약관 테이블 */
.terms_basic_table{padding-left:12px; width:100%; table-layout:fixed; border-top:3px solid #4b5359; border-bottom:1px solid #4b5359; font-size:14px; text-align:center; margin:10px 0px 10px 0px;}
.terms_basic_table th{padding:18px 0; background-color:#ececec; border-right:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-top:1px solid #d6d6d6;}
.terms_basic_table th.lst{border-right:none;}
.terms_basic_table th.bgn{background:none;}
.terms_basic_table td{padding:12px 12px; border-right:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-top:1px solid #d6d6d6; text-align:center; line-height:20px;}

/* 서브메인 */
.cate_tab { width:1015px; margin-right:-15px; display:inline-block; }
.cate_tab li { float:left; width:188px; height:130px; margin:0px 15px 15px 0px; }
.cate_tab li a { display:block; width:188px; height:130px; line-height:130px; padding:0px; font-size:20px; color:#ffffff; font-weight:bold; text-align:center; }
.cate_tab li a.cate_tab1 { background:url('/html/images/common/cate_img1.png') no-repeat; }
.cate_tab li a.cate_tab2 { background:url('/html/images/common/cate_img2.png') no-repeat; }
.cate_tab li a.cate_tab3 { background:url('/html/images/common/cate_img3.png') no-repeat; }
.cate_tab li a.cate_tab4 { background:url('/html/images/common/cate_img4.png') no-repeat; }
.cate_tab li a.cate_tab5 { background:url('/html/images/common/cate_img5.png') no-repeat; }
.cate_tab li a.cate_tab6 { background:url('/html/images/common/cate_img6.png') no-repeat; }
.cate_tab li a.cate_tab7 { background:url('/html/images/common/cate_img7.png') no-repeat; }
.cate_tab li a.cate_tab8 { background:url('/html/images/common/cate_img8.png') no-repeat; }
.cate_tab li a.cate_tab9 { background:url('/html/images/common/cate_img9.png') no-repeat; }
.cate_tab li a.cate_tab10 { background:url('/html/images/common/cate_img10.png') no-repeat;}


.stitle { font-size:18px; font-weight:bold; color:#0f91d0; line-height:30px; margin:0px 0 15px 0px;}
.sstitle { font-size:16px; font-weight:bold; color:#0d79ba; line-height:24px; margin:0px 0 10px 0px;}
.scont { font-size:14px; color:#777777; line-height:25px; margin-bottom:40px;  }
.scont span {  color:#0d79b9; }
ul.scont { font-size:14px; color:#777777; line-height:25px; margin-bottom:40px;  }
ul.scont li { font-size:14px; font-weight:normal; color:#777777; line-height:22px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }


/* 회사소개 */
.greeting { font-size:19px; line-height:33px; width:100%;padding-left:620px;min-height:560px;box-sizing:border-box; background:url('/html/images/common/greeting.png') 100px 0px no-repeat; }
.greeting p {font-size:19px; line-height:33px; color:#222222; }
.greeting p span {float:left;height:65px;line-height:65px;}



.greeting2 { border:1px #eaeaea solid; background:#f7f7f7; margin:50px 0px; }
.greeting2 ul { margin:30px 40px; }
.greeting2 li { font-size:14px; line-height:25px;  }
.greeting2 li b { display:block; float:left; width:73px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 11px no-repeat; color:#000000; font-weight:normal; }
.greeting2 a.btn_location { float:right; margin:-70px 40px 0 0; display:block; width:130px; height:40px;line-height:40px; background:#00adef; border:1px #009dd9 solid; color:#ffffff; font-size:15px; font-weight:bold; text-align:center; }

/* 찾아오시는 길 */
.tab-menu { margin:30px 0 0 0; padding:0; box-sizing:border-box; }
.tab-menu > ul { list-style:none; padding:0; margin:0; border-bottom:1px solid #4c4c4c; width:1200px; height:42px; }
.tab-menu > ul > li { float:left; width:180px; height:42px; line-height:40px; border:1px solid #cccccc; border-bottom:1px solid #4c4c4c; background:#ffffff; color:#888888; font-size:15px; text-align:center; font-weight:normal; cursor:pointer; }
.tab-menu > ul > li:first-child { margin-left:0; }
.tab-menu > ul > li:hover { color:#2e2e2e; border:1px solid #4c4c4c; border-bottom:1px solid #fff; background:#fff; }
.tab-menu > ul > li.on { color:#2e2e2e; border:1px solid #4c4c4c; border-bottom:1px solid #fff; background:#fff; font-weight:bold; }

.location > .tab_cont_1 { display:block; }
.location > .tab_cont_2 { display:none; }
.location > div > .map { margin:30px 0px 20px 0px; }
.location > div > .info_addr { border:5px #bfd9e9 solid; padding:20px 0px 20px 225px; background:url('/html/images/common/info_addr.png') 0px 50% no-repeat; }
.location > div > .info_addr > .cont_addr { font-size:14px; color:#777777; line-height:27px;}
.location > div > .info_addr > .cont_call { font-size:14px; color:#777777;font-weight:bold; line-height:27px; }
.location > div > .info_addr > .cont_call b { background:url('/html/images/common/icon_call.png') 0px 50% no-repeat; color:#2e2e2e; padding-left:20px; }
.location > div > .info_addr > .cont_call span { color:#e6131f; margin-right:20px;  }

.location > div > .info { padding-top:40px; display:inline-block; }
.location > div > .info > .info_title { float:left; width:100px; margin-right:40px; text-align:center; } 
.location > div > .info > .info_title img { margin-bottom:10px; } 

.location > div > .info > .cont_transit { float:left; border-spacing:0; width:860px; border-top:1px solid #dfdfdf; height:auto; line-height:30px; font-size:14px; color:#777777; padding:15px 10px; margin-top:0px; }
.location > div > .info > .cont_transit > b { color:#18a3dc; }
.location > div > .info > table { float:left; border:0; border-spacing:0; width:860px; margin-top:0px; margin-bottom:10px; }
.location > div > .info > table tr > th { border-top:1px solid #dfdfdf; border-left:1px solid #dfdfdf; height:35px; background:#f9f9f9; text-align:center; vertical-align:middle; font-size:13px; color:#666; }
.location > div > .info > table tr > th:first-child { border-left:none; }
.location > div > .info > table tr > td { border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; vertical-align:middle; font-size:13px; padding:16px 10px; text-align:center; color:#666; }
.location > div > .info > table tr > td:first-child { border-left:none; }
.location > div > .info > table tr > td.position { font-weight:bold; }
.location > div > .info > table tr > td.way { text-align:left; }
.location > div > .info > table tr > td > b { color:#18a3dc; }
.location > div > .info > b { font-size:14px; color:#555555; font-weight:normal; line-height:1; padding-left:140px; }

.gray_box .g_box_in {height: 100px;}

.course_tab { display:inline-block; width:100%; border-top:0px #0278be solid; }
.course_tab li { float:left; width:16.1%; height:40px; border:none; background:none; box-sizing:border-box; }
.course_tab li:first-child { border-left:1px #e8e8e8 solid;  }
.course_tab li a { display:block; font-size:14px; text-align:center; color:#464646; }
.course_tab li a.line2 { line-height:17px; padding:6px 0px;}
.course_tab li.on { border:none; background:none; color:#ffffff; font-weight:bold; }
.course_tab li.on a { color:#ffffff; } 

.exam_question h6 {background-color:white;font-size:15px;color:#000;font-weight:bold;line-height:20px;padding:9px 14px;border-bottom:1px solid black}

/* 2019-04-15 common */
.tc{text-align:center;}

.mt50{margin-top:50px;}


/* 결제페이지 할인 숨김*/
/*.col-coupon { display:none; }*/

/* 2019-05-16 추가 */
.txt_noti{padding-left:27px; margin:10px 0; font-size:15px; font-weight:bold; background:url(../images/common/txt_noti.png) 0 0 no-repeat; line-height:20px; color:#111;}
.txt_noti span{color:#ff7607;}

.sns_btn .btn_kakao{ display:block; width:30px; height:30px; text-indent:-99999px; background:url('../images/common/icon_kakao.png') no-repeat;}
.sns_btn .btn_qna{ display:block; width:30px; height:30px; text-indent:-99999px; background:url('../images/common/icon_qna.png') no-repeat;}

/* 오시는길 */
#business--headOffice .maxWidth {margin:0 auto !important;border:1px solid #ddd;}
#business--headOffice .sub__top {margin-bottom:40px;}
#business--headOffice .sub__top .sub__t {text-align:center;}
#business--headOffice .sub__top p {text-align:center;}
#business--headOffice .map-info {padding:3.5% 5%;border-top:1px solid #ddd;}
#business--headOffice .map-info {overflow:hidden;}
#business--headOffice .map-info h3 {float:left;padding-right:40px;font-weight:600;font-size:24px;color:#333;}
#business--headOffice .map-info .row {margin-right:0;}
#business--headOffice .row li {position:relative;width:100%;padding-left:117px;box-sizing:border-box;font-weight:400;font-size:16px;line-height:34px;list-style:none;}
#business--headOffice .row li strong {position:absolute;left:0;font-weight:600;font-size:16px;color:#333;vertical-align:middle;letter-spacing:0}
#business--headOffice .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;}
#business--headOffice .row li.icon1 strong:before {background-image:url(../../images/sub/icon_map1.png);}
#business--headOffice .row li.icon2 strong:before {background-image:url(../../images/sub/icon_map2.png);}
#business--headOffice .row li.icon3 strong:before {background-image:url(../../images/sub/icon_map3.png);}
#business--headOffice .row li a {color:#666;}
#business--headOffice p {margin-top:10px;font-size:14px;color:#333;text-align:right;}
#business--headOffice .ly__map {position:relative;}
#business--headOffice .ly__map #map {position:relative;height:420px;}
#business--headOffice .ly__map #map p {text-align:center;font-size:14px !important;color:#fff;}
#business--headOffice .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;}
#business--headOffice .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;}
#business--headOffice .ly__map .root_daum_roughmap {width:100%!important;}
#business--headOffice .ly__map .root_daum_roughmap .wrap_controllers {display:none!important;}

/* 모사답안 처리기준 */
.cheating_ {margin-bottom:30px;}
.cheating_:first-child {margin-top:30px;}
.cheating_ ul {}
.cheating_ p {font-size:13px; color:#666; margin-top:10px;}


/* 내일배움카드 */
.worker1 { width:1200px;  height:458px; background:url('/html/images/common/worker1_2.png') no-repeat;display:inline-block; }
.worker1 h2 { font-size:22px; font-weight:500; color:#000000; line-height:30px; margin:40px 0 10px 460px; }
.worker1 p { font-size:15px; font-weight:normal; color:#777777; line-height:23px; margin:0 0 15px 460px; }
.worker1 p span{color:#fe5a4e;}
.worker1 ul {  margin:0 0 15px 460px; }
.worker1 li { font-size:15px; font-weight:normal; color:#2e2e2e; line-height:23px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat;}
.worker1 li b { color:#0c8ecd; font-weight:500;}
.worker1 .btn_box{margin:25px 0 0px 460px;}
.worker1 a{float:left; display:inline-block; width:275px; height:60px;text-align:center; font-size:16px; color:#ffffff; font-weight:500;}
.worker1 a.oepncard {margin-right:10px; background:#0f90d0; padding-top:8px;}
.worker1 a.btn_bule {line-height:60px; background:#232632; }

.worker2 { width:1200px; height:auto; border:1px #ccc solid; display:inline-block; margin-bottom:50px; }
.worker2 h2 { float:left; width:300px; margin:140px 0px; font-size:18px; font-weight:normal; color:#525252; line-height:30px; text-align:center; }
.worker2 h2 span { color:#006e9c; font-weight: 500; }
.worker2 h2 small { font-size:15px; }
.worker2 ul {  float:left; width:898px; padding:30px 0px 30px 0px; background-color: #f4f4f4; }
.worker2 li { font-size:14px; font-weight:normal; color:#777777; line-height:18px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; margin-left:25px; margin-bottom:7px;}

.worker3 {  width:100%; margin:0 0px 30px 0px; display:inline-block;background:url('/html/images/common/worker3_2.png') no-repeat; }
.worker3 .worker3_sub { margin:60px 50px 93px 235px;  text-align:left; }
.worker3 .worker3_sub h2 {  font-size:17px; font-weight:normal; color:#2e2e2e; line-height:30px;}
.worker3 .worker3_sub ul {  margin:10px 0px 10px 0px; height:75px; }
.worker3 .worker3_sub li { font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }
.worker3 .worker3_sub a.worker3_down { float:right; display:block; width:180px; height:75px; line-height:25px; padding:12px 0px 0 30px; text-align:left; font-size:18px; color:#ffffff; font-weight:500; border:1px #232632 solid; background:#232632 url('/html/images/common/worker3_down.png') 115px 17px no-repeat; margin:-110px 30px 0 0;  }
.worker3 a.worker3_btn { display:block; width:290px; height:49px; line-height:45px; text-align:center; font-size:18px; color:#ffffff; font-weight:500; border:1px #007abd solid; background:#0c8ecd; margin:0 auto;   }
.worker3 .worker3_tel {  line-height:50px; text-align:center; font-size:17px; color:#000000; font-weight:500;   }
.worker3 .worker3_tel span {  color:#0d79b9; }

.worker3 .worker_noti{margin-top:-5px; padding:0 40px 40px; }
.worker3 .worker_noti .noti_box{padding:30px; border:1px solid #e5e5e5; background:#fff;}
.worker3 .worker_noti .noti_box h2{ font-size:17px; font-weight:normal; color:#2e2e2e; line-height:30px;}
.worker3 .worker_noti .noti_box table{margin-top:5px;}
.worker3 .worker_noti .noti_box table th{padding:5px 0; line-height:1.3; background:#338bca; color:#fff; }
.worker3 .worker_noti .noti_box table td{padding:10px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.worker3 .worker_noti .noti_box table td.tc{text-align:center;}
.worker3 .worker_noti .noti_box table td li{font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }
.worker3 .worker_noti .noti_box .txt_noti{margin-top:15px; }
.worker3 .worker_noti .noti_box .txt_noti p{font-weight:500;}
.worker3 .worker_noti .noti_box .txt_noti ol{padding-left:15px;}
.worker3 .worker_noti .noti_box .txt_noti ol, .worker3 .worker_noti .noti_box .txt_noti li{list-style:decimal;}

/* 사업주지원 */
.owner1 { border:1px #dedede solid;  padding:40px 150px; line-height:25px;font-size:15px; font-weight:normal; color:#777777; margin-bottom:40px;  }
.owner1 p{font-weight:500; font-size:17px; color:#111;}
.owner1 .box1{padding-top:190px; margin-bottom:50px; background:url('/html/images/common/owner1_box1.png') no-repeat;}
.owner1 .box2{padding-top:190px; background:url('/html/images/common/owner1_box2.png') no-repeat;}
.owner1_2 { border:1px #dedede solid; background:url('/html/images/common/owner1_2.png') 0px 100% no-repeat; padding:35px 40px 275px 40px;line-height:25px;font-size:15px; font-weight:normal; color:#777777;  margin-bottom:40px; background-size: contain; background-position: center; }
.owner1_3 { line-height:25px;font-size:15px; font-weight:normal; color:#777777;  margin-bottom:40px; }
.owner1_3 img { margin:13px 0px; }

.owner2 { display:inline-block; }
.owner2 li { float:left; width:270px; height:255px; border:1px #e0e0e0 solid; text-align:center; margin-bottom:30px; border-radius: 20px; margin-right:30px;}
.owner2 li:last-child {margin-right:0;}
.owner2 li h1 { text-align:center; font-size:15px; color:#ffffff; font-weight:500; line-height:40px; background-color:#0f91d0; border-radius: 20px 20px 0 0;}
.owner2 li h2 { margin-bottom:20px; text-align:center; font-size:18px; color:#2e2e2e; font-weight:500; line-height:62px; background-color:#f4f4f4; }
.owner2 li p { font-size:14px; font-weight:normal; color:#777777; line-height:22px; margin-top:20px; }
.owner2 li p span {color:#0079c0;}
.owner2 li.arrow { width:30px; height:345px; background:url('/html/images/common/owner2_arrow.png') 50% 50% no-repeat; border:none; }
.owner2 li.line2 { height:280px; }
/* 2019-04-15 추가 */
.owner_noti{margin-top:20px; padding-top:20px; border-top:1px solid #eee;}
.owner_noti p{margin-bottom:5px; font-weight:500; color:#111; font-size:15px;}
.owner_noti ul{padding-left:0px;}
.owner_noti li{list-style:none; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }


.owner3 { width:1200px; height:180px; display:inline-block; margin-bottom:35px; border:1px #eaeaea solid; box-sizing:border-box;text-align:left; }
.owner3 h2 { font-size:17px; font-weight:500; color:#2e2e2e; line-height:30px; margin:30px 0px 10px 210px; }
.owner3 p { font-size:14px; font-weight:normal; color:#777777; line-height:22px; margin:0 0 5px 210px; }
.owner3 ul {  margin:0 0 0px 210px; }
.owner3 li { font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 11px no-repeat;}
.owner3 li a:hover{text-decoration:underline;}
.owner3 li b { color:#333333; font-weight:500;}
.owner3_1 { background:#f7f7f7 url('/html/images/common/owner3_1.png') 50px 50% no-repeat;  }
.owner3_2 { background:#f7f7f7 url('/html/images/common/owner3_2.png') 50px 50% no-repeat;  }
.owner3_3 { background:#f7f7f7 url('/html/images/common/owner3_3.png') 50px 50% no-repeat;  }



.cs_down1 { width:1200px; display:inline-block; text-align:center; margin:0px -5px 40px -5px; }
.cs_down1 li { float:left; width:242px; text-align:center; margin:5px; border:1px #e1e1e1 solid; }
.cs_down1 li a { display:block; text-align:center; padding:30px 0px;}
.cs_down1 li a:hover { background:#f7f7f7; }
.cs_down1 li h2 { font-size:16px; font-weight:500; color:#000000; line-height:45px; margin-top:10px; }
.cs_down1 li p { font-size:13px; font-weight:normal; color:#444444; line-height:18px;  }

.cs_down2 { width:1200px; display:inline-block; text-align:center; }
.cs_down2 li { text-align:left; margin-bottom:30px; padding-left:110px;  }
.cs_down2 li a { display:block; text-align:center;  }
.cs_down2 li h2 { font-size:15px; font-weight:500; color:#000000; line-height:50px; background:url('/html/images/common/cs_down2_tit.png') 0% 100% no-repeat; margin-bottom:15px; }
.cs_down2 li p { font-size:13px; font-weight:normal; color:#666666; line-height:20px;  }
.cs_down2 li p b { float:left; display:block; width:40px; font-size:13px; font-weight:500; color:#000000;  }
.cs_down2 li .down_guide { font-size:13px; font-weight:normal; color:#444444; line-height:20px; border:1px #e1e1e1 solid; background:#f7f7f7; padding:15px 20px 15px 40px; margin-top:10px; background:#f7f7f9 url('/html/images/common/cs_down2_guide.png') 20px 50% no-repeat; }
.cs_down2 li.cs_down2_1 { background:url('/html/images/common/cs_down2_1.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_2 { background:url('/html/images/common/cs_down2_2.png') 0px 10px no-repeat; }
.cs_down2 li.cs_down2_3 { background:url('/html/images/common/icon_explorer.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_4 { background:url('/html/images/common/cs_down2_4.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_5 { background:url('/html/images/common/icon_acrobat.png') 0px 20px no-repeat; }



.cs_remote1 { background:#0f91d0 url('/html/images/common/support1_1.png') -2% 96% no-repeat; padding:60px; margin-bottom:40px; padding-left:240px;}
.cs_remote1 h2 { font-size:33px; font-weight:500; color:#ffffff; line-height:35px; margin-bottom:20px; }
.cs_remote1 p { font-size:15px; font-weight:normal; color:#ffffff; line-height:24px; }

.cs_remote2 { width:1200px; display:inline-block; margin-bottom:10px; }
.cs_remote2 li { float:left; width:360px; text-align:center; margin:15px; padding:120px 30px 30px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote2 li.cs_remote2_1 { background:url('/html/images/common/support1_2.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_2 { background:url('/html/images/common/support1_3.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_3 { background:url('/html/images/common/support1_4.png') center 11% no-repeat; }

.cs_remote3 { width:1200px; display:inline-block; background-color:#f4f4f4; padding:50px 0 10px 50px; margin-bottom: 50px; }
.cs_remote3 li { text-align:left; margin-bottom:40px; padding:10px 0 0 120px; height:96px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote3 li h2 { text-align:left; margin-bottom:10px; padding:0px; font-size:18px; line-height:24px; font-weight:500; color:#000000; }
.cs_remote3 li.cs_remote3_1 { background:url('/html/images/common/support1_5.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_2 { background:url('/html/images/common/support1_6.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_3 { background:url('/html/images/common/support1_7.png') 0px 50% no-repeat; }

.cs_remote4 { width:100%; border:1px #dedede solid; background:#ffffff; padding:20px 40px;display:inline-block;line-height:45px;font-size:15px; }
.cs_remote4 a.cs_remote4_btn { float:right; width:170px; height:45px; line-height:45px; color:#ffffff; font-size:15px; text-align:center; background:#0a72b9; }

.cs_help1 { background:#6190e2 url('/html/images/common/cshelp1_bg.png') 100% 50% no-repeat; padding:40px; }
.cs_help1 h2 { font-size:33px; font-weight:500; color:#ffffff; line-height:35px; margin-bottom:10px; }
.cs_help1 p { font-size:15px; font-weight:normal; color:#ffffff; line-height:24px; }

.cs_help2 { background:#ffffff; padding:40px 0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; margin-bottom:10px;}
.cs_help2 li { float:left; width:50%; padding-left:40px; }
.cs_help2 li:first-child { border-right:1px #e1e1e1 solid; }
.cs_help2 li b { font-size:30px; font-weight:500; color:#000000; margin-right:10px; }

.cs_help3 { display:inline-block; margin-top:40px; border-bottom:1px #dedede dashed; }
.cs_help3 h3 { font-size:30px; font-weight:500; color:#000000; margin:0px 0px 20px 0px; }
.cs_help3 p { font-size:15px; margin-bottom:30px;  }
.cs_help3 ul.cs_help3_1 { display:inline-block; width:100%; margin-bottom:40px; }
.cs_help3 ul.cs_help3_1 li { float:left; width:45%; font-size:15px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_1 li span { color:#d70505; font-weight:500; }
.cs_help3 ul.cs_help3_1 li b { color:#222222; font-weight:500; } 

.cs_help3 ul.cs_help3_2 { width:1010px; display:inline-block; text-align:center; margin:0px -5px 40px -5px; }
.cs_help3 ul.cs_help3_2 li { float:left; width:157px; text-align:center; margin:5px; border:1px #e1e1e1 solid; padding:25px 0px 0px 0px;}
.cs_help3 ul.cs_help3_2 li h2 { font-size:15px; font-weight:500; color:#000000; line-height:45px; margin:10px 0px 20px 0px; }
.cs_help3 ul.cs_help3_2 li img { width:60px; height:auto; }
.cs_help3 ul.cs_help3_2 li a.cs_help_down { display:block;font-size:15px; padding-right:30px; text-align:center;height:50px; line-height:50px;background:#f0f0f0 url('/html/images/common/btn_down.png') 100px 50% no-repeat; }

.cs_help3 ul.cs_help3_3 { display:inline-block; width:100%; margin:10px 0 40px 0; }
.cs_help3 ul.cs_help3_3 li { font-size:15px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_3 li b { color:#222222; font-weight:500; } 
.cs_help3 ul.cs_help3_3 li span { color:#d70505; font-weight:500; }
.cs_help3 ul.cs_help3_3 li img { display:block; margin:10px 0px 30px 0px; }

.cs_help4 { background:#ffffff; padding:0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; }
.cs_help4 li { float:left; background:#ffffff; padding:15px 10px 30px 10px; width:32%; text-align:center; }
.cs_help4 li.cs_help4_1 { background:#ffffff url('/html/images/common/cs_help3_1.png') 50% 55px no-repeat; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_2 { background:#fafafa url('/html/images/common/cs_help3_2.png') 50% 55px no-repeat;width:36%; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_3 { background:#ffffff url('/html/images/common/cs_help3_3.png') 50% 55px no-repeat; }
.cs_help4 li h1 { font-size:15px; font-weight:normal; color:#555555; line-height:20px;margin-bottom:120px; text-align:left; padding:0px 25px; }
.cs_help4 li h1 span { color:#0b71b9; }
.cs_help4 li h2 { font-size:24px; font-weight:normal; color:#000000; line-height:50px;margin-bottom:0px; }
.cs_help4 li p { font-size:14px; font-weight:normal; color:#555555; line-height:24px;margin-bottom:25px; }
.cs_help4 li .cshelp_btn { display:block; margin:5px auto; width:180px; height:59px;  }
.cs_help4 li a.cshelp_btn1 { display:block; margin:5px auto; width:180px; height:55px; line-height:51px; border:2px #838383 solid; background:#ffffff; font-size:15px; color:#333333; font-weight:500; text-align:center; }
.cs_help4 li a.cshelp_btn2 { display:block; margin:5px auto; width:180px; height:55px; line-height:51px; border:2px #0b71b9 solid; background:#0b71b9; font-size:15px; color:#ffffff; font-weight:500; text-align:center; }


/* 강의목록의 카테고리별 멘트 */
#cment_3:after {content:'10,000여명의 창업가가 만족한 스타트유어스만의 창업방법론';}	/* Your Study */ 
#cment_1:after {content:'창업가, 직장인, 모두에게 유용한 실무 팁!';}					/* Your Work */ 
#cment_2:after {content:'한발 앞선 창업가가 공개하는 창업 성공의 지름길!';}	/* Your future */ 
#cment_4:after {content:'창업에 대한 궁금증을 시원하게 해결해 줄 프로의 1:1 맞춤 코칭';}	/* Your Coach */ 
#cment_5:after {content:'찰떡궁합 과정들을 모아 최대 할인 혜택으로!';}	/* Your Package */ 
#cment_15:after {content:'로그인만 하면 무료로 보실 수 있는 과정들';}

.content_ment { text-align:center;color:#000;font-size:18px;font-weight:500;margin-bottom:30px;z-index:1000;}



/* 20210916 강사지원 관련 스타일 */
.event_tutor {font-family:"noto_sans", sans-serif;width:100%;margin:0px auto;text-align:center;color:#000;font-weight:500;letter-spacing:-0.05em;}
.event_tutor img {margin-bottom:50px;}
.event_tutor h2 {width:1000px;margin:0px auto;text-align:center;font-size:20px;line-height:36px;}
.event_tutor h2 span {font-weight:bold;color:#ec6f35;}
.event_tutor h2 b {font-weight:bold;}

.event_tutor ul {display:inline-block;width:1000px;margin:80px auto;text-align:left;}
.event_tutor li { float:left !important;display:inline-block;width:50%;height:300px;padding:0px;margin:0px;text-align:left;}
.event_tutor li h3 {height:100px;line-height:50px;font-size:25px;font-weight:bold;padding-left:106px;}
.event_tutor li h3.event_tutor_tit1 { background:url('/html/images/common/event_tutor_tit1.png') no-repeat;}
.event_tutor li h3.event_tutor_tit2 { background:url('/html/images/common/event_tutor_tit2.png') no-repeat;}
.event_tutor li h3.event_tutor_tit3 { background:url('/html/images/common/event_tutor_tit3.png') no-repeat;}
.event_tutor li h3.event_tutor_tit4 { background:url('/html/images/common/event_tutor_tit4.png') no-repeat;}
.event_tutor li p {position:relative;padding-left:16px;line-height:36px;font-size:20px;font-weight:500;}
.event_tutor li p::before {content:'';position:absolute;left:0px;top:14px;width:5px;height:5px;background:#000;border-radius:50%;}

.event_tutor_btm {font-family:"noto_sans", sans-serif;width:1000px;margin:0px auto;background:url('/html/images/common/event_tutor_btm.png') 50% 0% no-repeat;  font-size:24px;color:#000;font-weight:bold;letter-spacing:-0.05em; line-height:100px;text-align:center;}
.event_tutor_btm span {color:#ec6f35;}

