@charset "utf-8";
@import url('/common/font/notokr/notokr.css');
@import url('/common/font/nanumsquare/nanumsquareround.css');
@import url('/common/font/nanumsquare/nanumsquare.css');
@import url('https://flozfloz.malgnlms.com/html/fonts/pretendard/pretendard.css');


/****** basic style ******/
html,body{margin:0;padding:0;height:100%;position:relative;}
body{font:14px/20px "NanumSquareRound", "Nanum Gothic", "돋움", Dotum, "굴림", Gulim, Arial, sans-serif; color:#666;overflow-y:scroll;}
ol,ul,li{list-style:none !important;}

input[type=text], input[type=password], input[type=number], select, textarea  {font-family: "NanumSquareRound", sans-serif;
    font-size: 15px;min-height: 35px;}

.ver_mobile { display:none !important;}
.br_mobile { display:none !important;}
.br_pc { display:block !important;}

#wrap { width:100%; }
#wrap_main { width:100%;;background:none; }



#footer{ width:100%; background:#38373c; padding:0px 20px;box-sizing:border-box; }
#footer .foot_menu{width:100%;background:#38373c;margin:0 auto; text-align:center; border-bottom:none;}
.foot_menu .foot_list{ display:flex; gap:35px;width:100%; max-width:1200px;margin:0 auto;text-align:left;padding:30px 0px 0px 0px;}
.foot_menu .foot_list li{position:relative;padding:0px;background:none;display:inline-block; zoom:1;*display:inline;vertical-align:top}
.foot_menu .foot_list li:before {content:''; position:absolute;right:-18px;top:50%;transform:translateY(-50%); width:1px;height:14px; background:#ddd; }
.foot_menu .foot_list li:last-child:before {display:none;}
.foot_menu .foot_list li a{color:#fff;font-size:15px;font-weight:400;line-height:1.5;}	
.foot_menu .foot_list li a.footer_privacy_policy{font-weight:400;color:#ffffff;}
#footer .copy{padding:35px 0 35px 0;overflow:hidden;width:100%; max-width:1200px;margin:0 auto;}
#footer .foot_info{width:100%;overflow:hidden;text-align:left;line-height:24px;color:#d3d3d3;display:flex; flex-wrap:nowrap; gap:30px; align-items:center;}
#footer .foot_info a {color:#d3d3d3;text-decoration:underline;}
#footer .copy .foot_logo{display:block; width:80px; float:none;text-align:center; margin:0px}
#footer .copy .foot_logo img {max-width:100%; filter:none;}
#footer .copy .foot_logo svg {display:none;}
#footer .foot_desc {padding: 0px !important; margin: 0px !important; text-align: left !important; }

/* 슬릭 CSS */
.slick-slider{position: relative;display: block;box-sizing: border-box; -webkit-user-select: none;
	-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;
	-khtml-user-select: none;-ms-touch-action: pan-y;
	touch-action: pan-y;-webkit-tap-highlight-color: transparent; outline: 0 !important;}
.slick-slider div {transition: none;}
.slick-list{position: relative;display: block;overflow: visible;margin: 0; padding:0 !important;  outline: 0 !important;}
.slick-slide{float: left; outline: 0 !important; border:0;}
.slick-initialized .slick-slide{display: block; outline: 0 !important;}
.slick-arrow {position:absolute;top:50%;transform: translateY(-50%); width:60px; height:60px; border-radius:50%;margin:0; font-size:0px; border:1px #eee solid; background-size:90% !important;}
.slick-prev{left:0px;background:#e2e2e2 url('/html/images/common/arrow_left2.png') 50% 50% no-repeat ; }
.slick-next{right:0px;background:#e2e2e2 url('/html/images/common/arrow_right2.png') 50% 50% no-repeat ; }


/* main 레이아웃 스타일 */
.bgGray {position:relative;display:inline-block; width:100%; background:#f9f9f9; text-align:center; padding:50px 0px; }
.bgWhite {position:relative;display:inline-block; width:100%; background:#ffffff; text-align:center; padding:50px 0px;}
.main_outer {position: relative;display:block;width: 100%;text-align: center;padding:50px 0px;}
.main_inner {position:relative;width:100%;max-width:1240px;margin:0px auto; padding:0px 20px; display:block;overflow:visible; text-align:left; box-sizing:border-box;}

/* 메인비주얼 */
.main_visual .pagination{position:absolute;left:50%; bottom:30px; transform:translateX(-50%);width:auto;z-index:101;text-align:center;vertical-align:top;display:inline-block;font-size:0;}
.main_visual .pagination li{float:left;width:20px;height:5px;display:inline-block;margin:0px 2px;background:none;border:none;opacity:0.5;}
.main_visual .pagination li a{display:block;text-align:center; width:100%;height:5px;background:#fff;border:none;border-radius:10px;text-indent:-9999999px;}
.main_visual .pagination li.current{width:40px;height:5px;box-sizing:border-box;opacity:1;background:none;}
.main_visual .pagination li.current a {width:100%;height:5px;background:#fff;}

.main_visual a.prev,
.main_visual a.next {display:inline-block !important; position:absolute !important;top:50%; transform: translateY(-50%);width:42px;height:96px;text-indent:-999999px; z-index:10; background-size:contain !important;border-radius:0% !important;opacity:1}
.main_visual a.prev {left:2%;background:url('/html/images/common/arrow_left.png') 50% 50% no-repeat;}
.main_visual a.next {right:2%;background:url('/html/images/common/arrow_right.png') 50% 50% no-repeat;}

.main_banner { width:100%; max-width:1200px; margin:0px auto;display:flex; flex-wrap:wrap; gap:; justify-content:space-between;box-sizing:border-box; }
.main_banner li { float:none; width:25%; margin:0px;padding-top:120px;display:inline-block;box-sizing:border-box;text-align:center; box-sizing:border-box;}
.main_banner li h2 {font-family:"NanumSquare", sans-serif;line-height:25px;font-size:24px;font-weight:500;color:#333333; padding-bottom:15px;letter-spacing:-0.03em; }
.main_banner li p {line-height:24px;font-size:15px;color:#333333;padding:0px; word-break:keep-all;}
.main_banner li p b {font-family:"NanumSquare", sans-serif;line-height:40px;font-size:24px;font-weight:500;color:#333333;padding:0px;letter-spacing:-0.03em; }
.main_banner li a {display:inline-block; width:auto;line-height:30px;font-size:14px;color:#333333;padding:15px 15px 0px 0px; background: url('/html/images/common/arrow.png') 100% 24px no-repeat;}
.main_banner li.main_ban1 {background: url('/html/images/common/main_ban1.png') 50% 0 no-repeat;}
.main_banner li.main_ban2 {background: url('/html/images/common/main_ban2.png') 50% 0 no-repeat;}
.main_banner li.main_ban3 {background: url('/html/images/common/main_ban3.png') 50% 0 no-repeat;}

/* main 추출 강의 스타일 */
.horizontal_wrap .top_title {font-family:"NanumSquare", sans-serif;height:auto;line-height:1.3;font-size:35px;font-weight:400;color:#000000; padding:0px !important; margin:0px 0 30px 0;text-align:left; background:none;}
.horizontal_wrap .top_title b {font-weight:500;}
.horizontal_wrap .horizontal_list {overflow:hidden;width:100%; display:flex; flex-wrap:wrap; gap:50px 15px; margin:0px !important; padding: 0px !important;}
.horizontal_wrap .horizontal_list li{float:none;border:none;padding-bottom:0px;min-height:50px;width:calc((100% - 30px) / 3);margin:0px 0px;}
.horizontal_wrap .horizontal_list li.nodata{padding:90px 0;min-height:50px;width:100%;border:none;margin-left:0;}
.horizontal_wrap .horizontal_list li.first{margin-left:0;}
.horizontal_list span{display:block;text-align:center}
.horizontal_list span.img_box{display:flex;border:none;position:relative;margin-bottom:15px;width:100%;height:auto; padding:0px !important;}
.horizontal_list span.img_box a{display:flex;position:relative;width:100%;height:auto;}
.horizontal_list span.img_box > a > img{width:100%; height:auto; aspect-ratio: 16 / 9 !important;}
.horizontal_list span.list_subject {display:block;padding-bottom:5px;line-height:24px;height:24px;text-align:center }
.horizontal_list span.list_subject a {font-family:"NanumSquare", sans-serif;display:block;font-size:18px; color:#222; font-weight:400;line-height:24px;height:24px;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap }
.horizontal_list span.list_subtext{display:block;font-size:15px; color:#222;  line-height:1.5;height:auto;text-align:center }
.horizontal_list span.list_blt {display:none;line-height:20px;font-size:13px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.horizontal_list span.list_price {display:none;line-height:20px;font-size:15px; color:#999999;font-weight:normal;text-align:center;}
.horizontal_wrap .main_more{position:absolute;right:0px;top:0px}
.horizontal_wrap .main_more a.btn_main_more {display:inline-block;font-family:"NanumSquare", sans-serif;width:auto;border:2px #495158 solid;border-radius:30px; line-height:40px;height:40px;padding:0px 45px 0px 23px;font-size:15px;color:#2f333c;background:#ffffff url('/html/images/common/more_arrow.png') 100% 50% no-repeat;}
.horizontal_wrap .main_more a.btn_main_more:hover {background:#f7f7f7 url('/html/images/common/more_arrow.png') 100% 50% no-repeat;}

/* 신규강의 롤링 */
#mcourse2 { position:relative;text-align:center; margin:0px auto;}
#mcourse2 .top_title {text-align:center;}
#mcourse2 .horizontal_list {display:inline-block; width:100%; margin:0px auto;}
#mcourse2 .horizontal_list .slick-list{width:80%; max-width:1040px;margin:0px auto; overflow:hidden; }
#mcourse2 .horizontal_list li{float:left;display:flex;position:relative; background:none;padding:0px; width:100%;height:auto; margin:0px auto;border:1px #dedede solid; box-sizing:border-box;}
#mcourse2 .horizontal_list .con_box { width:50%; padding:30px; box-sizing:border-box;}
#mcourse2 .horizontal_list span.img_box {position:relative;left:0;top:0;width:50%; height:auto; border:none; margin:0px; display:flex; }
#mcourse2 .horizontal_list span.img_box> a {padding:0px; margin:0px;display:flex;  }
#mcourse2 .horizontal_list span.img_box> a > img{width:100%;height:auto;text-align:center;}
#mcourse2 .horizontal_list span.list_subject{width:100%;padding:0px 0px 0px 0px;margin-bottom:20px;height:auto;max-height:70px; line-height:35px;overflow:hidden;}
#mcourse2 .horizontal_list span.list_subject a {font-family:"NanumSquare", sans-serif;display:inline-block;width:100%;background:none;height:auto;max-height:70px; padding:0px;line-height:35px;font-size:24px;font-weight:500; color:#000000;text-align:left; text-overflow:clip; overflow:hidden; white-space:normal;word-break:keep-all;}
#mcourse2 .horizontal_list span.list_subtext{font-family:"NanumSquare", sans-serif;display:block;font-size:16px; color:#222; line-height:30px;height:auto; max-height:90px;overflow:hidden;text-align:left;word-break:keep-all; }
#mcourse2 .horizontal_list span.list_blt { display:none; } /* position:absolute;left:560px;bottom:40px;;display:inline-block;line-height:20px;font-size:15px;color:#666666;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap */
#mcourse2 .bx-wrapper{margin:0 auto}
#mcourse2 .bx-controls-auto{overflow:visible;position:absolute;left:-99999px;width:1px;height:1px}
#mcourse2 .bx-controls-direction a{ display:block; position:absolute; top:150px;width:60px;height:60px;text-indent:-99999px; background:url('/html/images/common/controls.png') no-repeat;}
#mcourse2 .bx-controls-direction a.bx-prev{left:50%; margin-left:-600px;background-position:left top;background-size:auto;}
#mcourse2 .bx-controls-direction a.bx-next{left:50%; margin-left:540px;background-position:right top;background-size:auto;}


/* 메인 컨텐츠 -  메인 게시물 추출 스타일 */
.list_top li{padding-left:0px;background:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list_top li a{font-size:15px;line-height:25px;}
.faq_top li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:25px;margin-bottom:4px}
.faq_top li span{display:inline-block;text-align:center;width:auto;height:25px;color:#0895c9;font-size:15px;padding-left:0; margin-right:10px;}
.faq_top li .blue{ background:none; border-radius:0px; margin-top:0px;}
.faq_top li a{font-size:15px}


/****** 서브페이지 스타일 ******/
#container{width:100%;margin:0 auto;position:relative;}
#container.main{width:100%;margin:0 auto;padding-bottom:0px}
#container .horizontal_wrap{position:relative}

.cv_text .youtube_mov {display:inline-block; width:100%;max-width:100%;height:315px;}
.cv_text .youtube_mov iframe { width:560px !important;height:315px !important;}


/* layout */
.main_wrap{width:100%; margin:0 auto;overflow:hidden; box-sizing:border-box;text-align:center;}
.main_wrap .main_content{overflow:hidden;}
.main_wrap .main_content > div{float: left}
.main_wrap .left_area {float:none;width:100%; max-width:1200px;padding:0px 0px 0 0;margin:0 auto;}
.main_wrap #contet_area{position:static;float:none;width:100%; max-width:1200px; min-height:750px;padding:40px 0px;}

.main_wrap_full {width:100%;margin:0 auto;overflow:hidden;}
.main_wrap_full .left_area {float:none;width:100%;padding:0px 0px 0 0;margin:0 auto;}
.main_wrap_full #contet_area{position:static;float:none;width:100%;padding:40px 0px; text-align:center;}

#container.ct_top .main_wrap {width:100%; max-width:1240px; padding:80px 20px 0px 20px; box-sizing:border-box; }
#container.ct_top .main_wrap .left_area{width:100%; padding:0px 0px 0 0; margin:0 auto;}
#container.ct_top .main_wrap #contet_area{ width:100%; padding:40px 0px; min-height:400px;text-align:left;margin:0px auto;}

.main_wrap .left_area + #contet_area {width:100%; }

#container.ct_top .left_area {text-align:center;}
#container.ct_top .left_area .lnb_title{ display:block; font-family:"NanumSquare", sans-serif; font-size:35px; color:#3c3c3d;font-weight:500;line-height:1; height:auto; padding:25px 0px; text-align:left; background:none;border:none; box-sizing:border-box; margin-bottom:0px;}
#container.ct_top .left_area .lnb_title span { width:auto;display:inline-block;font-family:"NanumSquare",sans-serif; font-weight:500;font-size:30px;color:#3c3c3d;line-height:80px; padding-left:100px; letter-spacing:-0.05em; text-align:left;}
#container.ct_top .left_area .lnb_list{ display:flex; flex-wrap:wrap; justify-content:center;width:100%;background:none;border:none; border-bottom:1px #363b45 solid;margin:0px auto;margin-top:15px;}
#container.ct_top .left_area .lnb_list li{position:relative; float:left;width:auto;min-width:30px;height:60px;background:none;border:none; box-sizing:border-box;padding:0px;margin:0px;}
#container.ct_top .left_area .lnb_list li a{font-family:"NanumSquare",sans-serif;display:inline-block;font-size:18px;color:#333333;font-weight:400;line-height:60px;padding:0px 30px;background:none; text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border:none;box-sizing:border-box; }
#container.ct_top .left_area .lnb_list li a:hover{color:#de0010;background:none; }	
#container.ct_top .left_area .lnb_list li.on {border:none;}
#container.ct_top .left_area .lnb_list li.on a{position:relative; color:#000;border:1px #363b45 solid;border-bottom:1px #ffffff solid;background:#ffffff;}
#container.ct_top .left_area .lnb_list li.on a:before {content:''; position:absolute; right:20px;top:13px; width:4px; height:4px; border-radius:50%; background:#de0010;}
#container.ct_top .left_area .lnb_list li.on a:hover {background:#ffffff;color:#000;}
#container.ct_top .left_area.left_area_full2 .lnb_list li{width:300px;}


.nolnb_title{ font-family:"NanumSquare", sans-serif;font-size:35px;color:#3c3c3d;font-weight:500;width:100%;padding:120px 0px 0 0;text-align:left;background:none;border:none;box-sizing:border-box;margin:0px auto;}
.content_title2 { font-family:"NanumSquare", sans-serif;font-size:35px;color:#3c3c3d;font-weight:500;width:100%;padding:60px 0px 0 0;text-align:left;background:none;border:none;box-sizing:border-box;margin:0px auto;}

.sub_top {position:relative; width:100%; height:100px; padding:0px; margin:0px; background-color:#000; overflow:hidden; text-align:center;z-index:0; box-sizing:border-box; transition:0.5s ease-out; }
.sub_top img { display:none; width:auto; height:100px; margin:0 auto; }
.sub_top h1 {font-family:"NanumSquare";width:100%;max-width:1240px;margin:0px auto; padding:0px 20px;font-size:25px;font-weight:500;color:#ffffff;line-height:100px;text-align:left !important; box-sizing:border-box; }
.sub_top .overlay-top-header {display:none !important;}

.content_title{display:none; font-family:"NanumSquare", sans-serif;font-size:35px;color:#3c3c3d;font-weight:500;width:1230px; padding:0px 15px 70px 15px; text-align:left !important;background:none;border:none;box-sizing:border-box; margin:0px auto;}

.content_title .class_tt{width:545px}
.content_title span{color:#666;letter-spacing:-1px}
.content_body{padding:0px !important;overflow:hidden;text-align:left;}
.content_codebody * {font-size:inherit; list-style:inherit;}

.path{position:absolute; display:block;width:100%;right:auto;left:0%;top:0px;overflow:hidden;margin:0px; padding:0px 20px; height:45px; background:#eeeeee;border-bottom:1px #e8e8e8 solid; text-align:center;box-sizing:border-box; }
.path_list{ width:100%; max-width:1200px; margin:0px auto;float:none; display:flex; flex-wrap:nowrap; background: url('/common/images/default/path_home.png') no-repeat 0 50%;padding-left:18px;box-sizing:border-box;}
.path_list li{float:none;padding-left:16px;background: url('/common/images/default/blt_path.png') no-repeat 0 50%;margin-left:5px;font-size:15px;color:#666666;line-height:45px;height:45px}
.path_list li.last{color:#666666}

.btn_sort { float:right; margin-right:10px; text-align:right; }
.btn_sort a { margin-right:0px; }
.search_form { }
.search_form span { float:left; margin:0 0px 0 5px !important; padding:0 !important; }
.search_form form{overflow:hidden}
.search_form select{ padding:0 0 0 5px; margin:0;  width:auto; min-width:120px; height:35px; border:1px #cccccc solid; font-size:14px;}
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 input[type=text] {border:1px solid #d1d1d1;margin:0 !important; padding:0 6px;width:180px;height:35px; line-height:35px;}
.search_form .search_input { border:1px #cccccc solid; margin-top:0; }
.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:20px;}

/* 리스트,웹진,갤러리 */
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:0px;}
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}

.course_tab { display:inline-block;width:400px; height:40px; margin-bottom:20px; float:left;}

/* 강좌 상단의 오른쪽 검색 */
.search_form_wrap1 {margin:0 auto 15px auto;padding:0 0 15px 0; text-align:right; }
.search_form_wrap1 .search_form {width:auto;display:flex; flex-wrap:nowrap;gap:10px;justify-content:flex-end; }
.search_form_wrap1 .search_form .btn_sort {float:none; margin:0px !important; padding:0 !important; }
.search_form_wrap1 .search_form span { float:none; margin:0px !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 10px 0px 10px;  width:auto; min-width:120px; height:35px; border:1px #fff solid !important;border-bottom:1px #999 solid !important; font-size:15px;outline:none;}
select.search_select { width:auto; min-width:200px; height:35px; line-height:35px; border:1px #fff solid !important;border-bottom:1px #999 solid !important; font-size:15px; padding-left:7px;outline:none;}
.search_form_wrap1 .search_form input[type=text] {border:1px #fff solid !important;border-bottom:1px #999 solid !important;margin:0 !important; padding:0 6px;width:180px;height:35px; line-height:35px;outline:none;}
.search_form_wrap1 .search_form .search_input { border:1px #cccccc solid; margin-top:0; }
.search_form_wrap1 .search_form .button.medium {height:35px;line-height:35px;width:25px;min-width:25px;text-indent:-999999px;border:none;background: url('/html/images/common/icon_search.png') no-repeat 50% 50%; box-sizing:border-box;}

.search_form_wrap2 {width:100%;display:flex; justify-content:center;;margin:0 auto;padding:30px 0; text-align:center; }  /* 게시판 하단 검색 */
.search_form_wrap2 .search_form { width:auto; display:inline-block; padding:3px 0px; margin:0px auto;}  
.search_form_wrap2 .search_form .button.small {height:35px;line-height:35px;border:none;background:#333; box-sizing:border-box;}

.search_form_wrap3 { margin:0 auto 20px auto; width:100%;display:flex; justify-content:center;padding:20px 0; text-align:center; background:#f7f7f7;   }  /* FAQ 검색 */
.search_form_wrap3 .search_form {width:auto;display:flex;flex-wrap:nowrap;gap:6px; justify-content:center;padding:0px; margin:0px auto;}  /* FAQ 검색 */
.search_form_wrap3 .search_form span {margin:0px !important;}
.search_form_wrap3 .search_form .button.gray {background-color: #333333;border: 1px solid transparent;}
.search_form_wrap3 .search_keyword { width:300px; height:34px; 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; }	 /* 마이페이지 검색 */

.tab_tt.tab_tt1 li{width:50%;}

.tab_con {/*  min-height:500px; */ margin-bottom:50px;}

.type_list {border-top: 1px solid #676767}
.type_list thead th{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:80%;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_read{border-top: 1px solid #676767}
.type_read thead th{padding:20px 0;background-color:#f6f6f6;color:#000; font-size:18px; font-weight:500;}
.type_read thead td{padding:20px 0;background-color:#f6f6f6;color:#666666;font-size:14px;}
.type_read thead td.subject{padding-left:20px;font-size:17px; font-weight:500;color:#000;}
.type_read td.files{padding-left:10px}
.type_read thead td.view_info{text-align:right;padding-right:20px}
.type_read tbody td{border-bottom:1px solid #d1d1d1;padding:8px 15px;}
.type_read tbody th {text-align:center !important;}
.type_read tbody td .read_text{padding:10px 0px;min-height:200px; line-height:23px;}
.type_read tbody td .webtv_player { padding:20px; }
.type_read tbody td .read_text img,
.type_read tbody td .read_text iframe {max-width:100% !important;}

/* 갤러리 (수정 20180617) */
.type_gallery .list_gallery {display:inline-block;overflow:hidden;border-bottom:0px solid #d3d3d3; width:1215px;margin:0px; margin-right:-15px; padding:20px 0 0 0;}
.type_gallery .list_gallery li {width:390px;float:left;; margin:15px 15px 40px 0px;height:300px;text-align:center;}
.type_gallery .list_gallery li .gallery_div {width:390px; height:218px;border:1px solid #dedede;position:relative;cursor:pointer;box-sizing:border-box;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:390px; height:218px;}
.type_gallery .list_gallery li .gallery_title {font-family:"NanumSquare", sans-serif;display:block; line-height:24px; height:24px; font-size:18px; color:#222;text-align:center; font-weight:400; margin:10px 0 10px 0; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_gallery .list_gallery li .gallery_reg {float:right;}
.type_gallery .list_gallery li.nodata {width:100%;line-height:200px;text-align:center;}
.type_gallery .list_gallery li .gallery_div_ie {height:218px;overflow:hidden;display:none;}
.type_gallery .list_gallery li .gallery_div_ie img {width:390px;border:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;}

/* 페이징 */
.page_bar{padding-top:50px;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:#de0010; 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:#de0010;width:30px; height:36px;border:none;line-height:36px}

/* 라벨 */
.label{font-size:12px;padding:0 4px;font-weight:normal;vertical-align:1px;display:inline-block;height:20px;line-height:20px;letter-spacing:-1px;margin:0px;}
.label.red{background-color:#d9534f;color:#fff}
.label.blue{background-color:#428bca;color:#fff}
.label.gray{background-color:#999;color:#fff}
.label.green{background-color:#5cb85c;color:#fff}
.label.sky{background-color:#5bc0de;color:#fff}
.label.brown{background-color:#7b462f;color:#fff}
.label.purple{background-color:#8376ff;color:#fff}
.label.small{font-size:11px}
.label.large{font-size:13px}
.label.w30{width:30px;}

/* button style */
.button::-moz-focus-inner {border:0; padding:0;margin:0}
button.button::-moz-focus-inner {margin:0}
.button{font-family:"NanumSquareRound", sans-serif;width: auto;display: inline-block;cursor: pointer;line-height:100%;border: none;border-radius:0;
	padding:8px 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:35px; line-height:35px; font-size:13px}
.button.medium{padding:0 20px; height:34px; line-height:34px; font-size:15px}
.button.large{padding:0 35px; height:38px; line-height:38px; font-size:18px;font-weight:500;}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:500;}
.button.large_p0{padding:0;font-size:14px;font-weight:500;}
.button.course{padding:0 22px; height:58px; line-height:58px; font-size:16px}

.button.black{background-color: #333333;color: #fff;border:1px solid transparent;background-image:none;}
.button.black:hover{background-color: #000}
.button.white{background-color: #fff;color: #333;border:1px solid #333;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #fff;border:1px solid #111111}
.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:#e11423;}
.button.pview_title{padding:10px 10px 10px 37px; border-radius:3px; background:url('/common/images_skin2/common/icon_pview.png') 10px 48% no-repeat; }
.button.wish_title{padding:10px 10px 10px 33px; border-radius:3px; background:url('/common/images_skin2/common/icon_wish_off.png') 10px 48% no-repeat; }
.button.wish_title.on{background:url('/common/images_skin2/common/icon_wish_on.png') 10px 48% no-repeat; }
.button.large_p0:hover .button.recomm_title{color: #e11423}
.button.blue{background-color: #e11423;color: #fff;border:1px solid #e11423}
.button.blue:hover{background-color: #c90513;border:1px solid #c90513}
.button.green{background-color: #ffffff;color: #e11423;border:1px solid #e11423}
.button.green:hover{background-color: #f7f7f7;border:1px solid #e11423}
.button.sky{background-color: #5bc0de;color: #fff;border:1px solid #5bc0de}
.button.sky:hover{background-color: #4ab0cd}
.button.orange{background-color: #e11423;color: #fff;border:1px solid #e11423}
.button.orange:hover{background-color: #c90513;border:1px solid #c90513}
.button.red{background-color: #e11423;color: #fff;border:1px solid #e11423}
.button.red:hover{background-color: #c90513;border:1px solid #c90513}
.button.gray{background-color: #a3a3a3;color: #fff;border:1px solid #939393}
.button.gray:hover{background-color: #929292}
.button.long{padding-left:0;padding-right:0;width:78px}

.button.btn_buy	{font-family:"NanumSquare", sans-serif;width:338px; border-radius:0px; padding:0; text-align:center; height:54px; line-height:54px; font-size:18px; color:#ffffff; font-weight:500; background:#e11423; border:1px #e11423 solid;}
.button.btn_buy:hover {background:#e11423;}
.button.btn_cart {font-family:"NanumSquare", sans-serif;width:338px; border-radius:0px;padding:0; margin-right:10px; text-align:center; height:54px; line-height:54px; font-size:18px;color:#e11423; font-weight:500; background:#ffffff; border:1px #e11423 solid;}
.button.btn_cart:hover {background:#ffffff; border:1px #e11423 solid;}
.button_pay { display:inline-block;margin-top:5px;line-height:38px;height:38px;}
.button_cancel { display:inline-block;height:36px !important;margin-top:5px; vertical-align:top; font-weight:300 !important;}

.tab_tt{display:flex; flex-wrap:nowrap;justify-content:center; gap:0px;;margin-bottom:20px;width:100%;border:1px solid #d2d2d4;box-sizing:border-box;}
.tab_tt li{float:none;position:relative;width:100%;height:50px; border:none;}
.tab_tt li a{font-family:"NanumSquare", sans-serif;display:block;background-color:#ffffff;border:none;line-height:50px;text-align:center;color:#3c3c3c;font-size:16px;z-index:4}
.tab_tt li.on a{font-family:"NanumSquare", sans-serif;background-color:#333333;color:#ffffff;font-weight:500;border:none;z-index:5;position:absolute;left:0;top:0;width:100%;height:50px}

.tab_cview{display:inline-block;margin-bottom:20px;width:100%;height:45px;border-bottom:2px solid #000;}
.tab_cview li{float:left;position:relative;width:33.3%;height:45px}
.tab_cview li a{font-family:"noto_sans", sans-serif;display:block;background-color:#f7f7f7;border:1px solid #d2d2d4;border-bottom:0;line-height:45px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_cview li.on a{background-color:#000000;color:#ffffff;font-weight:400;border:1px solid #222222;z-index:5;position:absolute;left:0;top:0;width:100%;height:45px}

span.ori_price{font-family:"NanumSquare", sans-serif;font-weight:400;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:#de0010;text-align:center;font-weight:500;}
.type_list tfoot td{padding:20px 0;background-color:#f9f9f9;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;text-align:center}

.col_course_thumbnail {width:330px;}
.col_course_name {padding-top:20px !important;vertical-align:top;}
.col_course_price {float:right;width:140px; }
.col_course_button {width:400px; text-align:right;}

/* 갤러리형 강의 리스트 */
.course_gallery { display:flex; flex-wrap:wrap; gap:50px 15px; width:100%;margin:0px;padding:20px 0px 40px 0px !important; box-sizing:border-box;text-align:left;border:none; }
.course_gallery li { float:none; width:calc((100% - 30px) / 3);height:auto; margin:0px; border:none; }
.course_gallery .cimg { width:100%; height:auto;border:none;display:flex; }
.course_gallery .cimg a {display:flex;; width:100%; height:auto; }
.course_gallery .cimg a img { width:100%; height:auto;aspect-ratio: 16 / 9 !important; }
.course_gallery .ccont { padding:20px 0px; text-align:center;}  
.course_gallery .ccont .clabel {display:block; }
.course_gallery .ccont .label { margin-left:0;  }
.course_gallery .ccont .cday { float:none; margin:0px; font-size:16px;color:#333333; text-align:center;height:30px; line-height:30px;padding-left:0px; white-space:normal; overflow:hidden;text-overflow:clip;}
.course_gallery .ccont .cday span { margin:0px;padding-left:0px; }
.course_gallery .ccont .ctitle a { font-family:"NanumSquare", sans-serif;display:block; line-height:24px; height:24px; font-size:18px; color:#222; font-weight:400; margin:0px 0 10px 0; white-space:normal; overflow:hidden;text-overflow:clip;}
.course_gallery .ccont .cprice { text-align:center; font-size:20px;height:20px;line-height:20px; margin:10px 0;font-weight:400; padding:0px 0 0 0; border-top:0px #dedede dashed; }
.course_gallery .ccont .cprice  span.ori_price { font-size:16px; color:#333333;font-weight:300; }
.course_gallery .ccont .ctext { font-size:13px; height:45px; font-weight:400; line-height:20px;  padding:0; overflow:hidden;text-overflow:ellipsis;  }
.course_gallery .ccont .cif { font-size:13px; border-top:1px #dedede dashed; padding:10px 0 0 0; margin:10px 0  0  0; }
.course_gallery .ccont .cbtn { text-align:center; height:auto; margin-top:25px;overflow:hidden; }
.course_gallery li.nodata { float:none; width:1200px; margin:-8px 0 0 0 !important;padding:0; border:0; border-bottom:1px #d1d1d1 solid; line-height:200px;  font-size:18px; }

/* 웹진형 강의 리스트 */
.type_chart {border-top:0px solid #e5e5e5;border-bottom:2px solid #333333;box-sizing:border-box;}
.type_chart .list_li {padding:0px 0px}
.type_chart .list_li td {padding:30px 0px !important;margin:0px !important;}
.type_chart .list_li .course_img{display:inline-block;width:290px;height:auto;float:none;position:relative;margin:0px !important;}
.type_chart .list_li .course_img a{display:block;width:100%;height:auto;overflow:hidden;border:1px solid #d1d1d1}
.type_chart .list_li .course_img a img{width:100%;height:auto;display:inline-block;aspect-ratio: 16 / 9 !important;;}
.type_chart .list_li .course_img .tm{position:absolute;left:0;top:0}

.type_chart .list_li .webtv_img {width:290px;height:180px;display:block;float:none;position:relative; margin-top:0px;}
.type_chart .list_li .webtv_img a{display:block;width:290px;overflow:hidden;border:1px solid #d1d1d1}
.type_chart .list_li .webtv_img a img{width:290px;height:180px;display:block}

.type_chart .list_li .top_td{position:relative;}
.type_chart .list_li .top_td span{margin-right:8px}
.type_chart .list_li .bot_td span{margin-left:0}
.type_chart .list_li .bot_td{border:none; border-top:1px solid #d1d1d1}
.type_chart .list_li .bot_td.tac{text-align:center}
.type_chart .list_li .col_course_name_box {margin:0px 0;padding:0px;min-height:170px;}
.type_chart .list_li .col_course_price {text-align:right !important;font-size:20px; line-height:30px;margin:5px 0; padding-right:10px;font-weight:500;border-top:0px #dedede dashed;}
.type_chart .list_li .col_course_price span.label {display:none;}
.type_chart .list_li .col_course_price span.ori_price { font-size:16px; color:#333333;font-weight:300; }
.type_chart .list_li .col_course_price span.price {line-height:60px;}
.type_chart .list_li .btn_list{float:right;width:auto;margin-bottom:0px}
.type_chart .list_li .btn_list .button{margin:3px 0px}
.type_chart .list_li .btn_list .button.course { width:100px;padding:0px;margin-right:5px; font-size:16px;}
.type_chart strong{display:inline-block;max-height:52px;line-height:26px;overflow:hidden; margin-top:15px;}
.type_chart strong a{font-family:"NanumSquare", sans-serif;color:#303030;font-size:20px;font-weight:500; padding-left:0;padding-right:10px;}
.type_chart .list_li span{margin-left:4px}
.type_chart .list_li strong span {margin:1px !important;}
.type_chart .list_li .ct_wrap{overflow:hidden}
.type_chart .list_li .ct_text{height:69px;overflow:hidden;font-size:15px;line-height:23px;margin-top:15px;margin-bottom:10px;}
.type_chart .list_li .ct_if{position:absolute; bottom:40px; left:0;overflow:hidden;margin-top:20px;font-size:16px;color:#333333;}
.type_chart .list_li .ct_if .tutor{float:left;margin-right:10px;line-height:27px;font-size:16px;color:#333333;}
.type_chart .list_li .ct_if .p{float:left; padding-right:10px;line-height:27px;font-size:16px;color:#333333; }
.type_chart .list_li .ct_if span.days { margin-right:10px;color:#333333; }
.type_chart .nodata { width:830px; line-height:200px;height:200px; margin:-8px 0 0 0;border-bottom:1px solid #d1d1d1; padding:0; text-align:center; font-size:18px; background-color:#ffffff !important;}

/* 강의 상세보기 */
.course_title{position:static;font-family:"NanumSquare",sans-serif;font-weight:500;font-size:30px;color:#2e2e2e; line-height:40px;text-align:left; padding-bottom:15px;}
.course_infomation {border-top:0 solid #333333;padding:20px 0 0 0;overflow:hidden}
.course_infomation .info_img{ width:450px;float:left;margin-right:60px;text-align:center}
.course_infomation .info_img img{width:450px;height:300px;border:1px solid #d1d1d1;margin-bottom:10px}
.course_infomation .info_text{float:left;width:690px}
.course_infomation .info_text .info_title{font-size:16px;color:#3c3c3c;border-bottom:2px solid #e2450e;font-weight:500}
.course_infomation .info_text p{font-size:16px;color:#3c3c3c}
.course_infomation .info_text .buy_book{float:left;}
.course_infomation .info_text .buy_book td {font-size:15px;padding-left:0px;}
.course_infomation .info_text .buy_book .book_name{text-align:left;}
.course_infomation .info_text .buy_book .book_price{text-align:right}
.course_infomation .info_text .buy_book .book_price input{vertical-align:-3px;margin-left:10px}
.course_infomation .info_btn{overflow:hidden;padding-top:15px}
.course_infomation .info_btn li{float:right;margin-left:0}
.course_infomation .info_btn li.notice{width:100%;text-align:center;font-weight:bold;}

.course_infomation .sns_btn{overflow:hidden;padding-top:13px}
.course_infomation .sns_btn li{float:right;margin-left:5px}
.sns_btn .btn_facebook { display:block; width:30px; height:30px; text-indent:-99999px; background:url('/common/images_skin2/common/icon_facebook.png') no-repeat;}
.sns_btn .btn_kakaostory { display:block; width:30px; height:30px; text-indent:-99999px; background:url('/common/images_skin2/common/icon_kakaostory.png') no-repeat;} 
.sns_btn .btn_naver { display:block; width:30px; height:30px; text-indent:-99999px; background:url('/common/images_skin2/common/icon_naver.png') no-repeat;}

.course_foot{margin-top:50px}

.type_table{border-top: 1px solid #676767; font-size:15px;}
.type_table thead th{padding:10px 0;font-weight:500;color:#3c3c3c;border-bottom:1px solid #676767;text-align:center;}
.type_table thead th.tac {text-align:center;padding-left:0}
.type_table tbody th{padding:10px 0 10px 10px;background-color:#f8f8f8;font-weight:500;text-align:left;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td{padding:10px 0 10px 10px ;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}
.type_table.type_inner thead th{text-align:center;padding:4px 0; } 
.type_table.type_inner tbody th{text-align:left;padding:11px;background-color:#ffffff;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td{text-align:left;padding:11px 0;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td.tal{text-align:left;padding-left:20px}

.type_table.type_tutor_view th {vertical-align:top; width:260px;}
.type_table.type_tutor_view td {vertical-align:top;}
.type_table.type_tutor_view .tutor_image {width:260px;height:290px;border:1px solid #e0e0e0;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center top;text-indent:-9999px;}

.cv .page_title{font-family:"NanumSquare",sans-serif;font-size:20px;font-weight:500;color:#000000;padding-left:15px;background: url('/html/images/common/blt_curri.png') no-repeat 0 50%;margin-top:30px;margin-bottom:15px}
.cv .cv_text{margin-bottom:20px;color:#3c3c3c;padding-left:0px;padding-bottom:8px; font-size:16px;line-height:30px;}
.cv .cv_text img{max-width:100%;}
.cv .cv_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.cv .tb_cv{border-top:2px solid #727272}
.cv .tb_cv thead th{padding:8px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.cv .tb_cv tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1;text-align:center}
.cv .tb_cv tbody td.tal{text-align:left;padding-left:20px}

.faq_wrap{border-top:0px solid #d1d1d1}
.faq_wrap .nodata{padding:12px 0;border-bottom:1px solid #d1d1d1}
.faq dt{font-family:"NanumSquare",sans-serif;width:100%;display:block;white-space:nowrap;text-overflow:ellipsis;font-weight:400;font-size:16px;padding:17px 50px;background: url(/common/images/default/faq_question.gif) no-repeat 15px 19px;border-bottom:1px solid #d1d1d1;overflow:hidden; box-sizing:border-box;}
.faq dd{display:none;padding:12px 50px;background: #f7f7f7 url(/common/images/default/faq_answer.gif) no-repeat 15px 15px;border-bottom:1px solid #d1d1d1}
.faq.on dt{display:block;white-space:normal;}

.search_title em {color:#de0010;}
.search_title .search_keyword {font-family:"NanumSquare",sans-serif;font-weight:500;font-size:18px;}
.search_box .search_txt {width:300px; height:30px; margin:0; padding:0 10px; border:5px solid #de0010 !important; font-size:14px;}
.search_box .search_btn {width:70px; height:40px; margin:0; background-color:#de0010; border:0 none; font-size:14px; color:#ffffff; font-weight:bold;}
.search_category {width:100%; display:inline-block; padding:15px ; height:auto;line-height:30px; font-size:15px; background-color:#f7f7f7; border:1px solid #dedede; border-width:1px 0;}
.search_category span {float:left; margin:0 10px 0 20px; font-weight:bold;}
.search_category ul {float:left;}
.search_category li {float:left; margin-right:20px;}
.search_category li a:hover {text-decoration:underline;}
.search_category li em {color:#de0010;}
.search_section {margin-top:40px;}
.search_section .search_detail {vertical-align:middle; position:relative; height:25px;}
.search_section .search_detail img {top:2px; position:absolute;}
.search_section .search_detail .search_subject {float:left; margin:0 10px 10px 22px; font-size:18px; font-weight:500; vertical-align:middle;}
.search_section .search_detail .search_cnt {float:left;}
.search_section .search_detail .search_cnt em {color:#de0010; font-weight:500;}
.search_section .search_detail .search_more {float:right;}
.search_section .search_detail .search_more a:hover {text-decoration:underline;}
.search_section .search_result {width:100%;}
.search_section .search_result table {width:100%; border-top:1px solid #999999;}
.search_section .search_result tr {border-bottom:1px solid #d9d9d9;}
.search_section .search_result td {padding:10px 0; vertical-align:top;}
.search_section .search_result td.course_image {padding:13px 0; width:160px;}
.search_section .search_result td.course_image a {display:block;width:140px;height:92px;overflow:hidden;border:1px solid #d1d1d1;}
.search_section .search_result td.course_image a img {width:140px;height:92px;}
.search_section .search_result td.course_info {position:relative;}
.search_section .search_result td.course_info .info_t {}
.search_section .search_result td.course_info .info_t em {width:100%;display:inline-block;font-weight:500;font-size:17px;line-height:22px;margin-bottom:10px;}
.search_section .search_result td.course_info .info_t em a {font-family:"NanumSquare";font-weight:500;font-size:17px;line-height:22px;}
.search_section .search_result td.course_info .info_t em .info_b {display:inline-block; vertical-align:bottom;}
.search_section .search_result td.course_info .star_p {position:absolute;bottom:20px;}
.search_section .search_result td.post_info {position:relative;}
.search_section .search_result td.post_info em {font-weight:500; font-size:17px; margin-bottom:10px; display:inline-block;}

.search_no .search_no_text h4 {font-weight:bold; margin-bottom:15px;}
.search_no .search_no_text h4 em {color:#de0010;}

.main_pop{border:2px solid #e11423;}
.main_pop_tt{background-color:#e11423;}
.main_pop_bt{background-color:#e11423;color:#fff; border-top:1px solid #e11423;}


tbody th.tb_th{background-color:#f8f8f8;color:#474747;padding-left:10px;text-align:left;font-family:"NanumSquare", sans-serif;font-weight:500;font-size:15px;border-bottom:1px solid #d1d1d1}

/* 테이블 리스트  홀짝 색 */
.type_list tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th{background-color: #fff;}
.tb_list tbody tr:nth-child(odd) td, .tb_list tbody tr:nth-child(odd) th{background-color: #fff;}

/* 테이블 리스트 오버 */
.type_list tbody tr:hover td, .type_list tbody tr:hover th{background-color:#fff}
.tb_list tbody tr:hover td, .tb_list tbody tr:hover th{background-color:#fff}


/******** 마이페이지 스타일 *********/
.tb_title{font-family:"NanumSquare", sans-serif;font-weight:500;color:#333;padding:35px 0 15px 0;font-size:20px; line-height:22px}
.my_box{border:1px solid #d7d7d7;overflow:hidden}
.my_box .my_info{padding:30px;width:538px;float:left;position:relative}
.my_box .my_info h6{font-family:"NanumSquare", sans-serif;font-weight:500;color:#2d2d2d;font-size:20px;padding:3px 0 12px 0;}
.my_box .my_info .h6_sub{color:#757575;font-size:14px;padding-left:21px;font-weight:200;background: url(/common/images/default/blt_bar.png) no-repeat 10px 50%}
.my_box .my_info li{overflow:hidden;height:20px;line-height:20px;margin-bottom:5px}
.my_box .my_info li strong{display:block;float:left;width:70px}
.my_box .my_info li span{display:block;float:left;width:190px}
.my_box .my_info li span.name{font-weight:700;color:#3c3c3c}
.my_box .my_info .btn_more{position:absolute;right:30px;top:30px}
.my_box .my_info .my_info_in{border-top:1px solid #d7d7d7;padding:30px 0 0 100px;background: url(/common/images_skin2/common/myinfo_img.jpg) no-repeat 0 20px;min-height:80px}

.my_box .my_note{padding:30px;float:left;width:528px;border-left:1px solid #d7d7d7;position:relative}
.my_box .my_note h6{font-family:"NanumSquare", sans-serif;font-weight:500;color:#2d2d2d;font-size:20px;padding:3px 0 12px 0;}
.my_box .my_note .h6_sub{color:#757575;font-size:14px;padding-left:21px;font-weight:200;background: url(/common/images/default/blt_bar.png) no-repeat 10px 50%}
.my_box .my_note .btn_more{position:absolute;right:30px;top:30px}
.my_box .my_note .my_note_in{border-top:1px solid #d7d7d7;padding:30px 0 0 0;min-height:80px}
.my_box .my_note .my_note_in li{position:relative;margin-bottom:2px}
.my_box .my_note .my_note_in li a{vertical-align:top;color:#777}
.my_box .my_note .my_note_in li img{vertical-align:top;padding-right:6px}
.my_box .my_note .my_note_in li p{width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:20px;line-height:20px}
.my_box .my_note .my_note_in li .note_day{position:absolute;right:0;top:0}


.loca_tit {font-family:"NanumSquare", sans-serif; font-size:22px; font-weight:500; color:#128cc8; padding:30px 0 20px 0; }
.loca { border-top:1px #dcdcdc solid;border-bottom:1px #dcdcdc solid; padding:20px 10px; margin-bottom:40px; }
.loca li {padding-left:0; background:none; font-size:16px; line-height:30px;  } 
.loca li b {font-family:"NanumSquare", sans-serif;  float:left; width:100px; display:block; color:#000; font-weight:500; }
.loca li.last {  border-bottom:none; }

.privacy h3{font-family:"NanumSquare", sans-serif;font-weight:500;font-size:17px;margin-top:30px;margin-bottom:10px;color:#1e185d;}
.clause h3{font-family:"NanumSquare", sans-serif;margin-top:30px;margin-bottom:10px;font-weight:500;font-size:17px;color:#1e185d;}
.refund {list-style:none;}
.refund h3{font-family:"NanumSquare", sans-serif;margin-top:30px;margin-bottom:10px;font-weight:500;font-size:17px;color:#1e185d;} 

/* 회원가입 약관부분 텍스트 일괄처리 */
.textin { font-size:15px !important; font-weight:normal !important;line-height:25px !important;}
.textin > .clause { margin-top:-20px;}
.textin > .clause  h2 {font-size:15px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:20px 0px 0px 0px !important;}
.textin > .clause  h3 {font-size:15px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:10px 0px 0px 0px !important;}
.textin > .clause  .depth1{margin-top:0px !important;}

.coupon_box_inner .button.large{padding:0 35px; height:36px; line-height:36px; font-size:15px;font-weight:500;}

.mob_title {display:none;}
.sub_parking { width:100%; border:1px #dedede solid; text-align:center;margin-bottom:50px; box-sizing:border-box; }

/* login */
.login_box{border:none;width:100%;max-width:450px;margin:20px auto 0px auto !important; padding:0px !important;}
.log_tt{ display:block; margin:0px 0 30px 0px;}
.log_form{float:none;padding:0px;width:100%;}
.log_in{width:100%;float:none}
.log_in div input{vertical-align:middle;border:1px solid #d1d1d1;height:50px;width:100%;line-height:50px; padding:0px 0 0px 12px; font-size:16px; border-radius:4px; border: 1px solid #ddd !important;}
.log_in div{height:50px;margin-bottom:7px;}
.log_in .ip_id label,
.log_in .ip_pass label {display:none;}
.log_area .ip_submit{float:none;margin:0px;margin-top:10px;padding:0px; width:100%;}
.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#3c3c3c}
.login_box .ip_tx a{color:#4a66f5 ;font-weight:700}
.button.login{width:100%;padding:0px;height:50px !important;line-height:50px !important;font-size:16px;font-weight:700;text-align:center;}
.button.login_auth{padding:10px 30px;font-size:15px;font-weight:700;vertical-align:middle;height:40px;}

.log_find{float:none;padding:22px 0 0 0px;width:100%}
.log_find dl {display:flex; gap:10px; justify-content:space-between; margin-bottom:10px;}
.log_find dt {float:none;width:55%;font-weight:500;letter-spacing:-0.03em; font-size:15px !important; line-height:40px; margin:0px; !important;}
.log_find dd {float:none;width:45%;margin:0px !important;}
.log_find dd input[type=button], 
.log_find dd button { width: 100%; height: 40px; line-height: 40px; box-sizing: border-box;  font-size: 1em;}

.log_auth {overflow:hidden; margin-top:20px; font-weight:bold; line-height:40px;}
.log_auth .log_auth_button {float:right; padding-right:40px;}

.log_oauth {overflow:hidden; margin-top:20px; font-weight:bold; line-height:40px;text-align:center;}
.log_oauth_title {width:100%;text-align:center;}
.log_oauth .log_oauth_list {float:none; width:100%;margin:0px;}
.log_oauth .log_oauth_list li {float:none;display:inline-block; margin:5px;}
.log_oauth .log_oauth_list li img {width:40px; height:40px;}
.log_oauth .log_oauth_list.log_oauth_desc li a {width:120px; height:40px; border-radius:7px; box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 2.5px 1px; overflow:hidden; display:inline-block; margin:2px 0 5px 0;}
.log_oauth .log_oauth_list.log_oauth_desc li img {width:120px; height:40px;}

.login_box .ip_tx {margin-top:15px;}

.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.3em; font-weight:bold; margin-left:40px; text-align:center; line-height:40px;}
.join_oauth .join_oauth_list li.join_oauth_normal div {font-size:1.3em; font-weight:bold;}



@media all and (min-width:1300px) {

	#header {width:100%;;height:160px;margin:0 auto;text-align:center;border-top:10px #333333 solid;border-bottom:1px #d8d8d8 solid;}
	#header .util_wrap{ width:100%; max-width:1200px;height:110px; background:none;margin:0 auto;border:none;}
	.util_wrap h1.logo {float:left;width:300px;height:70px;line-height:70px;margin-top:15px;text-align:left;}
	.util_wrap h1.logo img{max-width:100%;max-height:100%;vertical-align:middle;}

	.util_wrap .util_menu { float:right;display:inline-block;width:400px;height:75px;text-align:right;margin-top:15px;}
	.util_wrap .util_menu ul{float:right;width:auto;height:75px;}
	.util_wrap .util_menu li{position:relative;float:left;width:auto;padding-left:15px;background: url('/html/images/common/blt_dot2.png') 0 50% no-repeat; margin:20px 0px 20px 14px}
	.util_wrap .util_menu li:first-child{background:none;}
	.util_wrap .util_menu li:before {content:'';position:absolute;left:0px; top:50%;width:1px;height:15px;transform:translateY(-50%);background:#ededed;}
	.util_wrap .util_menu li:first-child:before {display:none;}
	.util_wrap .util_menu li a{display:block;line-height:35px;color:#999999;font-size:13px;}
	.util_wrap .util_menu li a.top_login {background: url('/html/images/common/top_login.png') 0 50% no-repeat; padding-left:25px;}
	.util_wrap .util_menu li a.top_logout {display:inline-block;padding:0px 10px;line-height:30px;margin:2px 0px;background:#f7f7f7; border-radius:30px;}
	.util_wrap .util_menu li a.top_logout:hover {background:#eeeeee;color:#333;}
	.util_wrap .util_menu li.top_home a {background: url('/html/images/common/top_home_new2.png') 0 50% no-repeat; padding-left:77px;}
	.util_wrap .af_log{float:right;margin-right:10px;line-height:35px;color:#999999;}
	.util_wrap .util_menu li.top_close,
	.util_wrap .util_menu li.util_search,
	.util_wrap .util_menu li.top_search {display:none !important;}
	
	.util_wrap .top_search { float:left; width:330px;background:#eeeeee;margin:30px 0px 0px 135px;display:inline-block; border-radius:0px;overflow:hidden;}
	.util_wrap .top_search input.search_txt { width:280px; height:45px; line-height:45px; margin:0px; padding:0 0px;background:#eeeeee !important; border:none !important; font-size:15px; text-indent:10px;outline:none;}
	.util_wrap .top_search .search_btn { width:45px;height:45px; margin:0px; background:url('/html/images/common/btn_search.png') 50% 50% no-repeat; border:none; text-indent:-999; font-weight:bold;}

	#header .inner {width:100%; height: 50px;border-top:1px #d8d8d8 solid;}
	.inner h1.logo {display:none;}
	.inner .menu_wrap,
	.menu_wrap{position:relative;float:none !important;width:100% !important;margin:0px auto;display:block;height:50px;border-top:1px #d8d8d8 solid;text-align:center;box-sizing:border-box;}
	.menu_wrap #gnb{float:none;width:auto;display:inline-block;margin:0px auto;}
	.menu_wrap #gnb.gnb {float:none !important;display:inline-block;}
	.menu_wrap #gnb li{float:left;}
	.menu_wrap #gnb li a{font-family:"NanumSquare", sans-serif !important;display:block; margin:0px 50px;color:#333333;font-weight:500;font-size:18px;line-height:50px;}
	.menu_wrap #gnb li.on a{color:#e11423}
	.menu_wrap #gnb li a:hover{color:#e11423}

	.menu_wrap #gnb_mypage { height:50px;margin-top:0px;display:inline-block;}
	.menu_wrap #gnb_mypage a{display:block;background:none;border-radius:0px;text-align:left;width:auto;font-size:18px !important;line-height:50px !important;color:#333333 !important; padding-left:0px;font-weight:500 !important;}
	.menu_wrap #gnb_mypage a:hover{background:none;}

	.menu_wrap #gnb_board { display:none;}
	.menu_wrap .icon_fm { position:absolute;z-index:1000 !important; left:50%;margin-left:-600px;border-left:1px #dedede solid;border-right:1px #dedede solid;width:48px;height:49px;line-height:49px;text-align:center;}
	.menu_wrap .icon_fm a {display:inline-block;width:48px;height:50px;line-height:50px;text-align:center;}
	.menu_wrap .icon_fm a img {padding-top:18px;}

	nav.gnb_nav { position:absolute;top:120px; width:100%;left:0%;margin:0%;background:none;z-index:101 !important;text-align:center; }
	nav.gnb_nav ul {display:flex; justify-content:center;width:1200px;font-size: 0;margin:0px auto;padding:0px 0px 0px 50px;z-index:100000 !important; box-sizing:border-box;}
	nav.gnb_nav ul li {float:left;display: inline-block;position: relative;margin:0px 0px;}
	nav.gnb_nav ul li a {font-family:'NanumSquare',sans-serif; text-align:center;display:block;width:200px;margin:0px 0px;background:none;color:#333333;font-weight:500;font-size:18px;line-height:50px; transition: 0.2s linear; }
	nav.gnb_nav ul li:hover { background: #de0010 url('/html/images/common/top_menu_bg.png') 50% 0px no-repeat;  color:#ffffff;}
	nav.gnb_nav ul li:hover a { background: #de0010 url('/html/images/common/top_menu_bg.png') 50% 0px no-repeat;  color:#ffffff;}
	nav.gnb_nav ul li a:hover { background:#de0010 url('/html/images/common/top_menu_bg.png') 50% 0px no-repeat; color:#ffffff;}
	nav.gnb_nav ul li ul { background:#de0010;display:none; position:absolute;left:50%;width:200px;box-sizing:border-box;margin-left:-100px; padding:20px 0px;}
	nav.gnb_nav ul li ul li { width:100%; display: block;margin:0px;}
	nav.gnb_nav ul li ul li:first-child {  }
	nav.gnb_nav ul li ul li a { color:#f7d2d3;font-size:14px;font-weight:normal;text-align:left !important; display: block; margin:0px;border:none;padding:7px 0px 7px 25px;line-height:20px;box-sizing:border-box;}
	nav.gnb_nav ul li ul li a:hover { background:#de0010 url('/html/images/common/top_menu_bg2.png') 175px 0px no-repeat; color:#ffffff; border:none;}
	nav.gnb_nav .fa.fa-angle-down { margin-left:0px; }

	#fullmenu { position:absolute; z-index:10000 !important; top:169px; left:0px; width:100%; margin:0px; min-width:1300px;height:auto; background:none;border:none; opacity:1;text-align:center; } 
	#fullmenu a.fm_close { z-index:10001 !important; position:absolute;display:inline-block; width:48px;height:48px;line-height:48px;border-left:1px #dedede solid;border-right:1px #dedede solid; top:-48px; left:50%; margin-left:-600px; color:#333333; background:#ffffff; text-align:center; }
	#fullmenu a.fm_close img {padding-top:18px;}
	#fullmenu .inner {  position:relative;width:1200px; height:auto;padding:40px 0px 40px 330px; margin:0px auto; text-align:left; display:inline-block;border:1px #dedede solid;background:#ffffff url('/html/images/common/fm_img_new.png') 0% 50% no-repeat;box-sizing:border-box; }
	#fullmenu .inner .fm_sub { width:100%; height:auto; padding:7px 0px; display:flex;box-sizing:border-box;}
	#fullmenu .inner .fm_sub h2 {float:left;font-family:"NanumSquare", sans-serif;width:160px;line-height:26px;text-align:left;color:#333333;font-size:17px;font-weight:500;}
	#fullmenu .inner .fm_sub h2 a { display:block;font-family:"NanumSquare", sans-serif;width:100%;line-height:26px;text-align:left;color:#333333;font-size:17px;font-weight:500:}
	#fullmenu .inner .fm_sub ul.fm_ul { float:left;width:650px;height:auto; display:inline-block; padding:0px; }
	#fullmenu .inner .fm_sub ul.fm_ul li { float:left;width:auto;display:inline-block; padding:0px; padding:0px 20px 0px 0px; }
	#fullmenu .inner .fm_sub ul.fm_ul li:last-child { background:none;}
	#fullmenu .inner .fm_sub ul.fm_ul li a { display:inline-block;width:100%; font-size:14px; color:#666666;line-height:26px;padding:0px 0px; text-align:left;letter-spacing:-0.02em;}
	#fullmenu .inner .fm_sub ul.fm_ul li a:hover { color:#e11524; text-decoration:underline; }

	.hamburger {position: absolute;left:50%;top:-1px;padding:18px 14px;display: inline-block; height:50px; box-sizing: border-box;width:50px;margin-left:-600px;background:none;cursor: pointer;border:1px #d8d8d8 solid; ;z-index:999;}
	.hamburger span {background: #999999; display: block; height: 2px;border-radius:0px;-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: 20px;}
	.hamburger span:nth-child(2) {width: 20px;margin-top:4px;}
	.hamburger span:nth-child(3) {width: 20px;margin-top:4px;}
	.hamburger.is-active {padding: 18px 14px;background:none;}
	.hamburger.is-active .line {width:24px;}
	.hamburger.is-active .line:nth-child(2){opacity: 0;}
	.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(6px) rotate(45deg);-ms-transform: translateY(6px) rotate(45deg);-o-transform: translateY(6px) rotate(45deg);transform: translateY(6px) rotate(45deg);}
	.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-6px) rotate(-45deg);-ms-transform: translateY(-6px) rotate(-45deg);-o-transform: translateY(-6px) rotate(-45deg);transform: translateY(-6px) rotate(-45deg);}

}

@media (max-width: 1299px) {
	.hamburger, 
	#fullmenu,
	nav.gnb_nav {display: none;}
	.util_wrap h1.logo,
	.util_wrap .util_menu li.top_home,
	.util_wrap .util_menu li.util_search,
	.util_wrap > .top_search {display: none !important;}
	.util_wrap .util_menu .util_top {float:none;}
	.util_wrap .util_menu .util_top li { width: calc(100% - 60px);}
	.util_wrap .util_menu .util_top li.ut_logout a {display:inline-block; width:auto;}
	.util_wrap .util_menu li a.top_logout {display: inline-block;padding: 0px 10px; line-height: 30px;  margin: 15px 0px; background: #fff;  border-radius: 30px;}
	.inner h1.logo {width:200px;height:60px;top:0px; transform:translateX(-50%);margin:0px; display:flex; justify-content:center;align-items:center;}
	.inner h1.logo a {display:block;}
	.inner h1.logo img {max-height:50px;}

	.util_toggle_btn {padding:21px 0; display:block; width:60px; height:60px; box-sizing:border-box; position:absolute; cursor:pointer; z-index:120;}
    .util_toggle_btn span {background: #414141; border-radius:2px; display: block; height: 2px; margin: 0 auto;}
    .util_toggle_btn span:nth-child(1) {width: 22px;}
    .util_toggle_btn span:nth-child(2) {width: 22px;margin-top:5px;}
    .util_toggle_btn span:nth-child(3) {width: 22px;margin-top:5px;}

	.main_banner {  gap:30px;}
	.main_banner li { width:30%;}


	#container.ct_top .main_wrap #contet_area{ padding:30px 0px;}

	#container.ct_top .main_wrap {}
	#container.ct_top .main_wrap .left_area {display:block;}
	#container.ct_top .left_area .lnb_title{ font-size:30px;padding:0px 0px 20px 0px;}
	#container.ct_top .left_area .lnb_list{margin-top:15px; border:none; gap:5px;}
	#container.ct_top .left_area .lnb_list li{height:50px;}
	#container.ct_top .left_area .lnb_list li a{ border:1px #e1e1e1 solid;  font-size:16px;line-height:50px;padding:0px 20px;}
	#container.ct_top .left_area .lnb_list li a:hover {color:#000; background:#f7f7f7;}
	#container.ct_top .left_area .lnb_list li.on a:before {display:none;}
	#container.ct_top .left_area .lnb_list li.on a{border:1px #363b45 solid;}

	.tab_tt li a{font-size:15px;}

	.col_course_thumbnail {width:28%;}
	.col_course_price {width:140px; }
	.col_course_button {width:30%; text-align:right;}

	.search_form_wrap2 {padding-top:0px;}

}

@media (max-width: 991px) {
	#container.ct_top .main_wrap {padding-top:70px;}
	#container.ct_top .main_wrap .left_area {display:block;}
	#container.ct_top .left_area .lnb_title{ font-size:25px;}
	#container.ct_top .left_area .lnb_list{margin-top:0px; padding:10px;}
	#container.ct_top .left_area .lnb_list li{height:40px;}
	#container.ct_top .left_area .lnb_list li a {font-size:15px;line-height:1;height:40px; display:flex;justify-content:center;align-items:center;padding:0px 20px;}
	/* 
	#container.ct_top .left_area .lnb_list li.on a,
	#container.ct_top .left_area .lnb_list li.on a:hover {color: #fff;background: #000;}
*/
	.main_visual a.prev,
	.main_visual a.next { width:30px;}

	.horizontal_wrap .horizontal_list { gap:40px 15px;}
	.horizontal_wrap .horizontal_list li{width:calc((100% - 15px) / 2);}

	#mcourse2 .horizontal_list span.list_subject {max-height:56px; line-height:28px;}
	#mcourse2 .horizontal_list span.list_subject a {line-height:28px; font-size:20px;}
	#mcourse2 .horizontal_list span.list_subtext {font-size: 15px;line-height: 25px;max-height:50px;}

	.main_banner li { padding-top: 100px;background-size:80px auto !important;}
	.main_banner li h2 {font-size:20px;padding-bottom: 10px;}



	.type_chart .list_li tr td.col_course_button {display:none;}

	.course_title {font-weight:bold; font-size:20px; line-height:1.3;}
	.course_infomation .info_btn {display:flex; flex-wrap:nowrap; gap:8px;}
	.course_infomation .info_btn li {width:100%; }
	.course_infomation .info_btn li a {display:block; width:100% !important; margin:0px !important; box-sizing:border-box !important;height:auto !important; line-height: 40px !important;  font-size: 16px !important;}

	.tab_tt li {height:40px;}
	.tab_tt li a {line-height: 40px; font-size:14px;}
	.tab_tt li.on a {height:40px;}

	
}

@media (max-width: 767px) {
	body,
	body * {font-size:14px;}

	.ver_pc { display:none !important;}
	.ver_mobile { display:block !important;}
	.br_mobile { display:block !important;}
	.br_pc { display:none !important;}

	.bgGray {padding:20px 0px;}
	.main_outer {padding: 30px 0px;}
	.content_body{overflow:visible;}

	.util_wrap .util_menu #gnb_mobile > li > a {font-size:15px; padding: 15px 30px 15px 20px;}

	.foot_menu .foot_list {gap:20px;}
	.foot_menu .foot_list li:before { right:-10px;height: 12px;}
	.foot_menu .foot_list li a,
	.foot_menu .foot_list li a.footer_privacy_policy {font-size:13px; font-weight:bold;}	
	#footer .copy{padding:20px 0 35px 0;}
	#footer .copy .foot_logo{display:none;}
	#footer .foot_info {line-height:1.4;}
	#footer .foot_desc {font-size:11px;}

	.main_visual .pagination{ bottom:16px;}

	.horizontal_wrap .top_title {font-size:20px;font-weight:bold; margin:0px 0 12px 0;}
	.horizontal_wrap .horizontal_list { gap:30px 10px;}
	.horizontal_wrap .horizontal_list li{width:calc((100% - 10px) / 2);}
	.horizontal_list span.list_subject {padding:0px;}
	.horizontal_list span.list_subject a {font-size:14px;height:20px;line-height:20px;padding:0px; }
	.horizontal_list span.list_subtext{font-size:13px; }

	#mcourse2 .horizontal_list .slick-list{width:calc(100% - 80px);}
	#mcourse2 .horizontal_list li {flex-wrap:wrap; gap:13px; border:none;}
	#mcourse2 .horizontal_list .con_box { width:100%; padding:0px; text-align:center !important;}
	#mcourse2 .horizontal_list span.img_box {width:100%;}
	#mcourse2 .horizontal_list span.list_subject{margin-bottom:10px;line-height:16px;overflow:hidden;}
	#mcourse2 .horizontal_list span.list_subject a {max-height:2.7em;line-height:1.3;font-size:16px; text-align:center}
	#mcourse2 .horizontal_list span.list_subtext{font-size:13px; line-height:1.4;height:auto; text-align:center}
	#mcourse2 .slick-arrow {width:30px; height:30px;}

	.main_banner { flex-wrap:nowrap; gap:10px; padding:0px 20px;}
	.main_banner li { width:100%;padding: 70px 0px 10px 0px; background-size:60px auto !important; }
	.main_banner li h2 {line-height:20px;font-size:16px;font-weight:bold; padding-bottom:5px; }
	.main_banner li p {line-height:18px;font-size:13px; }
	.main_banner li p b {line-height:20px;font-size:14px;font-weight:bold;}
	.main_banner li a {display:none;}

	#container.ct_top .main_wrap #contet_area{ padding:0px;}
	#container.ct_top .main_wrap {padding:15px 15px 40px 15px;}
	#container.ct_top .main_wrap .left_area {display:block;}
	#container.ct_top .left_area .lnb_title{ display:none; font-size:20px;padding:0px 0px 15px 0px;}
	#container.ct_top .left_area .lnb_list{ display:none;margin-top:0px;}
	#container.ct_top .left_area .lnb_list li{height:30px;}
	#container.ct_top .left_area .lnb_list li a{font-size:14px;height:30px;padding:0px 10px;}

	.sub_top {height:45px; background: #e11423 !important; text-align:center; color: #fff; font-size: 16px;}
	.sub_top h1 {line-height:45px; text-align:center !important; color: #fff; font-size: 16px;}

	.path {display:none !important;}

	.search_form_wrap1 {width:100%;padding:0px; margin-bottom:0px !important;}
	.search_form_wrap1 .search_form {width:100%;display:flex; flex-wrap:nowrap;gap:6px;justify-content:space-between; }
	.search_form_wrap1 .search_form select {display:none;}
	.search_form_wrap1 .search_form .bs_icon {height:37px;}
	.search_form_wrap1 .search_form .bs_search {width:calc(100% - 90px); display:flex; border:1px #d3d3d3 solid !important; padding-right:4px !important; border-radius:3px;height:37px;box-sizing:border-box;}
	.search_form_wrap1 .search_form .bs_search span {height:37px;}
	.search_form_wrap1 .search_form input[type=text] {width:calc(100% - 32px);border-color:#fff !important;}
	.search_form_wrap1 .search_form .button.medium {background-size:20px !important;width:30px;}

	.search_form_wrap2 {padding:0px 0px 10px 0px;}
	.search_form_wrap2 .search_form {float:none; width:100% !important;border:1px #ddd solid; border-radius:3px; }  
	.search_form_wrap2 .search_form select {display:none;}
	.search_form_wrap2 .search_form input[type=text] {width:calc(100% - 45px);border:1px #fff solid !important; outline:none !important;} 
	.search_form_wrap2 .search_form .button.medium {height:35px;line-height:35px;width:35px;min-width:25px;text-indent:-999999px;border:none;background: url('/html/images/common/icon_search.png') no-repeat 50% 50%; box-sizing:border-box;}

	.search_form_wrap3 {width:100%;display:flex; justify-content:center; background:#fff; margin:0 auto;padding:0px 0px 10px 0px;text-align:center; }
	.search_form_wrap3 .search_form {float:none; width:100% !important; display:inline-block;padding:3px 0px; margin:0px auto;border:1px #ddd solid; border-radius:3px; }  
	.search_form_wrap3 .search_form select {display:none;}
	.search_form_wrap3 .search_form .search_keyword,
	.search_form_wrap3 .search_form input[type=text] {width:calc(100% - 45px) !important;border:1px #fff solid !important; outline:none !important;} 
	.search_form_wrap3 .search_form .button.medium {height:35px;line-height:35px;width:35px;min-width:25px;text-indent:-999999px;border:none;background: url('/html/images/common/icon_search.png') no-repeat 50% 50%; box-sizing:border-box;}

	.search_form_wrap4 {margin:0px; width:100%; }
	.search_form_wrap4 .search_form {margin-bottom:0px;}

	.tab_tt{flex-wrap:wrap; margin-bottom:15px; border:none; gap:4px; }
	.tab_tt li{width:auto; height:35px; margin:0px; box-sizing:border-box;}
	.tab_tt li a{line-height:35px;font-size:12px; padding:0px 12px; box-sizing:border-box; border-radius:4px; background:#f7f7f7;}
	.tab_tt li.on a{height:35px; position:relative;}
	.tab_tt.tab_tt1 li{width:auto;}
	.course_tab {margin:0px; width:auto !important;}
	.course_tab .tab_tt {justify-content: flex-start; margin:0px;}
	.tab_wrap .tb_top_large {display:flex; justify-content:space-between;}
	.tab_wrap .tb_top_large .search_form_wrap4 { width:auto;}
	.box_title {margin: 10px 0 15px 0;}
	
	
	.tb_top {padding-bottom:15px !important;}
	.tb_top .course_top { width:100%; float:none; box-sizing:border-box; overflow:visible; margin-bottom:6px;}
	.tb_top .course_top .course_type {display:block; width:100%; float:none;border:1px #d3d3d3 solid !important; padding:0px 4px; border-radius:3px; box-sizing:border-box;}
	.tb_top .course_top .course_type select {display:block;width:100%;border-color:#fff !important;}


	.course_gallery {gap:30px 10px; padding:0px 0px !important; }
	.course_gallery li { width:calc((100% - 10px) / 2);}
	.course_gallery .ccont { padding:12px 0px; }
	.course_gallery .ccont .cday { font-size:13px;height:20px; line-height:20px;}
	.course_gallery .ccont .ctitle a { line-height:1.3; height:auto; font-size:14px; }
	.course_gallery .ccont .cprice { font-size:14px;height:20px;line-height:18px; }
	.course_gallery .ccont .cprice  span.ori_price { font-size:13px; }
	.course_gallery .ccont .ctext { font-size:13px; height:45px; font-weight:400; line-height:17px;  padding:0; overflow:hidden;text-overflow:ellipsis;  }
	.course_gallery .ccont .cbtn { display:none; }

	.type_chart.course_chart .list_li {margin-top:-15px;}
	.type_chart.course_chart .list_li tr {border-top:none; border-bottom:1px #ddd solid !important;}
	.type_chart .list_li tr td.col_course_button {display:none !important;}
	.type_chart.course_chart .list_li td {padding:15px 0px 10px 0px !important;}
	.type_chart.course_chart .list_li tr td .course_name {height:auto; line-height:20px;}
	.type_chart.course_chart .list_li tr td .course_name a {font-size:15px; padding:0px; line-height:20px !important; }
	.type_chart strong { max-height:40px;line-height:20px;margin-top:0px !important;}
	.type_chart {border:none !important;}
	.col_course_thumbnail {width:155px !important;}
	.col_course_name {padding:16px 0px !important;}

	.type_chart .nodata,
	.type_chart .list_li tr td.nodata,
	.course_gallery li.nodata {font-size:14px !important; padding:0px !important; margin:0px !important; border-top:1px #ddd solid !important; border-bottom:1px #ddd solid !important;}

	.course_title {font-size:18px;}
	.course_infomation {padding:0px;}
	.course_infomation .info_img {margin-bottom:15px;}
	.course_infomation .info_img img {margin:0px;}
	.course_infomation .info_btn li a {line-height:34px !important;  font-size:15px !important;}

	.course_foot {margin-top:30px;}
	.tab_cview {display:none !important;}
	.cv .cv_text {font-size:14px;line-height: 1.3;}
	.cv .page_title {font-size:16px !important;}

	
	.type_list tbody tr:nth-child(odd), .type_list tbody tr:nth-child(odd) { background-color: #fff !important; }
	.type_list tbody td.tal .subject a {font-size:15px; font-weight:bold; color:#333;}
	.type_list.board_list {border-top:none;}
	.type_list.board_list tbody tr td:nth-child(2) {width:100%; padding:10px 0px 5px 0px;}
	.type_list.board_list tbody tr td:nth-child(3) {font-size:0.9em; padding:0 0 10px 0px;}

	.type_read { border-top:none;}
	.type_read thead td.subject {background-color:#fff;padding:10px 0px 8px 0px;}
	.type_read thead td.view_info {background-color:#fff;text-align: left;padding:0px 0px 15px 0px; border-bottom:1px #d1d1d1 solid;}

	.faq_wrap {border-top:1px #ddd solid;}
	.faq dt { padding:13px 10px 13px 30px; font-size:14px; background-position:10px 15px !important;}
	.faq dd { padding: 10px 10px 10px 30px; background-position:10px 15px !important;}



	/* 페이징 */
	.page_bar{padding:20px 0px;}
	.page_box{ margin:0px auto;}
	.page_box li div{width:24px;height:24px;line-height:24px}
	.page_box li{  font-size:13px }
	.page_box .page_first_btn,
	.page_box .page_last_btn,
	.page_box .page_prev_btn,
	.page_box .page_next_btn { width:24px; height:24px;}
	.page_box li .page_number_btn_on{ width:20px; height:24px;line-height:24px }
	.page_box li .page_number_btn:hover{width:20px; height:24px;line-height:24px}
}




/* 소개 */
.greeting_wrap{width:100%;display:block; text-align:center; word-break:keep-all;}
.greeting_inner {width:100%; max-width:1240px; padding:0px 20px;margin:0px auto;text-align:left;box-sizing:border-box; }

.greeting1 {width:100%;background:url('/html/images/common/greeting1.png') 50% 0px no-repeat;padding:125px 0px 0 0;text-align:center; }
.greeting1 .greeting1_inner {position:relative;display:inline-block;width:90%; max-width:750px;padding:30px 35px;margin:20px auto 50px auto;text-align:left;box-sizing:border-box;}
.greeting1 .greeting1_inner p {font-family:"NanumSquare", sans-serif; font-size:17px;line-height:30px;font-weight:normal;padding:0px;padding-bottom:20px; color:#333333; letter-spacing:-0.05em; word-break:keep-all;}
.greeting1 .greeting1_inner p b {font-size:24px;line-height:30px;font-weight:500;}
.greeting1 .greeting1_inner::before {content:'';position:absolute;left:0;top:0px;width:43px;height:43px;background:url('/html/images/common/greeting1_alt.png') no-repeat;}
.greeting1 .greeting1_inner::after {content:'';position:absolute;right:0;bottom:0;width:43px;height:43px;background:url('/html/images/common/greeting1_arb.png') no-repeat;}

.greeting2 {width:100%;position:relative;margin-bottom:130px;}
.greeting2 .greeting2_btn {width:100%;text-align:center;margin-top:-55px;}

.greeting3 {width:100%;position:relative;margin-bottom:70px;text-align:center;background:#ecedf1;}

.greeting_online {position:relative;width:100%;height:185px;position:relative;margin-bottom:70px;text-align:center;background:#f4ebe3 url('/html/images/common/greeting_online_new.png') 50% 50% no-repeat;}
.greeting_offline {position:relative;width:100%;height:185px;position:relative;margin-bottom:70px;text-align:center;background:#f2eee2 url('/html/images/common/greeting_offline_new.png') 50% 50% no-repeat;}
a.btn_greeting_course {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:inline-block;font-family:"NanumSquare";width:auto;height:55px;line-height:55px;padding:0px 30px;margin:0px auto;font-size:18px;color:#fff;background:#3a2b2e;border-radius:30px; font-weight:500;transition: all 0.2s ease-in;text-decoration:none;}
a.btn_greeting_course:hover {background:#de0010;padding:0px 40px;text-decoration:none;}

.greeting4 {width:100%;position:relative;margin-bottom:70px;text-align:center;}
.greeting4 h3{font-family:"NanumSquare", sans-serif;margin-top:75px;margin-bottom:20px;font-weight:500;font-size:30px;color:#3c3c3d;} 
.greeting4 .greeting4_1 { width:auto;margin:10px auto 30px auto;display:inline-block;text-align:center;background:url('/html/images/common/dot_part.png') 0px 50% no-repeat;padding-left:5px;}
.greeting4 .greeting4_1 li {font-family:"NanumSquare", sans-serif; display:inline-block;width:auto;line-height:30px;padding:0px 17px 0px 12px;background:url('/html/images/common/dot_part.png') 100% 50% no-repeat;font-size:17px;color:#333333;}

.greeting4 .greeting4_2 { width:100%;margin:10px auto 30px auto;display:flex; flex-wrap:wrap; gap:0px 30px;;text-align:center;}
.greeting4 .greeting4_2 li {position:relative;display:inline-block;width:calc(50% - 15px);height:245px;padding:30px 0px 30px 335px;box-sizing:border-box;border-bottom:1px #dedede solid;background:url('/html/images/common/greeting_arrow.png') 335px 200px no-repeat;}
.greeting4 .greeting4_2 li.last {border-bottom:none;}
.greeting4 .greeting4_2 li h1 {position:absolute;left:0px;top:30px;width:310px;height:180px; overflow:hidden;}
.greeting4 .greeting4_2 li h1 img {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;height:100%;transition: all 0.3s linear;}
.greeting4 .greeting4_2 li:hover h1 img {width:105%;height:105%;}
.greeting4 .greeting4_2 li h2 {font-family:"NanumSquare", sans-serif; font-size:24px;line-height:1.2; margin-bottom:20px;font-weight:500;color:#333333;text-align:left;}
.greeting4 .greeting4_2 li:hover h2 {color:#de0010;}
.greeting4 .greeting4_2 li p {font-family:"NanumSquare", sans-serif; font-size:15px;line-height:1.4;color:#333333;text-align:left;}

.greeting5 { width:calc(100% + 60px);margin:0px -60px 30px 0px;display:inline-block;text-align:center;}
.greeting5 li {position:relative;float:left;display:inline-block;text-align:center;width:calc((100% - 120px) / 2);height:auto;margin:0px 60px 80px 0px;padding:0px;box-sizing:border-box;background:url('/html/images/common/greeting_arrow.png') 335px 200px no-repeat;}
.greeting5 li h1 {position:relative;width:100%;height:0;padding-bottom:56%;margin-bottom:0px; overflow:hidden;}
.greeting5 li h1 img {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;height:100%;transition: all 0.3s linear;}
.greeting5 li h2 {position:relative;width:140px;height:140px; margin:-40px auto 20px auto;border-radius:50%;padding-top:55px;box-sizing:border-box;background:#fff;border:3px #de0010 solid;font-family:"NanumSquare"; font-size:22px;line-height:25px;font-weight:500;color:#000;transition: all 0.3s ;}
.greeting5 li h2:before {content:'';position:absolute;left:50%;transform:translateX(-50%);top:38px;width:40px;height:2px;background:#de0010;}
.greeting5 li p { font-size:17px;line-height:25px; height:75px;color:#333333;}
.greeting5 li:hover h1 img {width:105%;height:105%;}
.greeting5 li:hover h2 {background:#de0010;color:#fff;}
.greeting5 li:hover h2:before {background:#fff;}

.lecture_wrap {width:100%; max-width:1240px; padding:0px 20px;text-align:left;box-sizing:border-box;  margin:0px auto 100px auto;}
.lecture1 {width:100%;display:inline-block;text-align:left; margin-bottom:70px;}
.lecture1 h2 {font-family:"NanumSquare", sans-serif; font-size:40px;line-height:100%;font-weight:500;padding:0px;margin-bottom:40px; color:#000; letter-spacing:-0.05em; word-break:keep-all;}
.lecture1 h2 span {color:#dd000f; }
.lecture1 h3 {font-family:"NanumSquare", sans-serif; font-size:24px;line-height:100%;font-weight:500;padding:0px;margin-bottom:20px; color:#000; letter-spacing:-0.05em; word-break:keep-all;}
.lecture1 p {font-family:"NanumSquare", sans-serif; font-size:17px;line-height:30px;font-weight:normal;padding:0px; color:#333333; letter-spacing:-0.05em; word-break:keep-all;}

.lecture2 {width:100%;display:inline-block;text-align:center; margin-bottom:70px;}
.lecture2 ul {width:auto;display:inline-block;text-align:center;}
.lecture2 li {font-family:"NanumSquare", sans-serif;position:relative; float:left;width:180px;padding:135px 0px 0 0px; display:inline-block;text-align:center;font-size:16px;font-weight:500;line-height:22px;color:#333; }
.lecture2 li span {display:block;font-size:14px;color:#b5b5b5;padding-bottom:10px; }
.lecture2 li.lecture2_1 {background:url('/html/images/common/lecture2_1.png') 50% 0% no-repeat;}
.lecture2 li.lecture2_2 {background:url('/html/images/common/lecture2_2.png') 50% 0% no-repeat;}
.lecture2 li.lecture2_3 {background:url('/html/images/common/lecture2_3.png') 50% 0% no-repeat;}
.lecture2 li.lecture2_4 {background:url('/html/images/common/lecture2_4.png') 50% 0% no-repeat;}
.lecture2 li:before {content:'';position:absolute;right:-7px;top:45px;width:15px;height:30px;background:url('/html/images/common/lecture2_arrow.png') 50% 50% no-repeat}
.lecture2 li.lecture2_4:before {display:none;}

.lecture3 {width:100%;display:inline-block;text-align:center; margin-bottom:70px;}
.lecture3 li {position:relative; float:left;width:50%}
.lecture3 li:last-child {text-align:right;}

.lecture_btn {width:100%; text-align:center;}
.lecture_btn a {display:inline-block;margin:0px 10px;width:300px;height:70px;line-height:70px;text-align:center;font-family:"NanumSquare";font-size:20px;color:#fff;background:#333;transition: all 0.2s ease-in; letter-spacing:-0.05em;}
.lecture_btn a:hover { width:320px}
.lecture_btn a.lbtn1 {background:#3a2b2e;}
.lecture_btn a.lbtn2 {background:#dd000f;}
.lecture_btn a.lbtn1:hover {background:#2a171b;}
.lecture_btn a.lbtn2:hover {background:#c9010e;}

.form_title {font-family:"NanumSquare", sans-serif; font-size:24px;line-height:100%;font-weight:500;padding:0px;margin-bottom:20px; color:#000; letter-spacing:-0.05em; word-break:keep-all;}
.form_ment {font-family:"NanumSquare", sans-serif; font-size:17px;line-height:1.2;font-weight:400;padding:0px;margin-bottom:30px; color:#000; letter-spacing:-0.05em;word-break:keep-all;}

.tb_formmail {border-top:2px #e74a55 solid;}
.tb_formmail tbody th{font-family:"NanumSquare";padding:18px 0 18px 20px;border-bottom:1px solid #e6e6e6;background-color:#fafafa;text-align:left;color:#000;font-size:16px;font-weight:400;}
.tb_formmail tbody td{padding:18px 0 18px 20px;border-bottom:1px solid #e6e6e6;text-align:left;font-size:15px;}
.tb_formmail .tox .tox-edit-area {padding:10px;}
.form_input {border:1px #ababab solid;line-height:25px;height:auto;min-height:35px;padding:5px 10px;}

.tb_box input.w400{width:400px}
.tb_box input.w200{width:200px}
.tb_box input.w150{width:150px}
.tb_box input.w100{width:140px}
.tb_box input.w70{width:70px}

.form_btn {display:inline-block;margin:20px auto;width:300px;height:70px;line-height:70px;text-align:center;border:none;font-family:"NanumSquare";font-size:20px;color:#fff;background:#3a2b2e;transition: all 0.2s ease-in; letter-spacing:-0.05em;outline:none;}
.form_btn:hover {background:#2a171b; width:320px}
	
@media (max-width:1299px) {
	.greeting_online, 
	.greeting_offline {height:calc( 180 / 1200 * 100vw * 0.9  ); background-size:cover !important; margin-bottom:50px;}

	.greeting4 .greeting4_2 li {height:176px;padding:30px 0px 30px 230px;;background:none;}
	.greeting4 .greeting4_2 li h1 {width:200px;height:116px;}
	.greeting4 .greeting4_2 li h2 {font-size: 20px;}
	.greeting4 .greeting4_2 li p {font-size: 14px; line-height: 1.3;}

}

@media (max-width: 767px) {
	.greeting_wrap img {max-width:100%;} 
	.greeting_inner {padding:0px 16px;}

	.greeting1 {background-size:180px;padding:90px 0px 0 0;margin:30px 0px 20px 0px; }
	.greeting1 .greeting1_inner {width:100%;padding:20px;margin:0px auto 20px auto;text-align:left;box-sizing:border-box;}
	.greeting1 .greeting1_inner p {font-size:14px;line-height:22px;font-weight:normal;padding:0px;padding-bottom:0px; color:#333333;word-break:keep-all;}
	.greeting1 .greeting1_inner p b {font-size:17px;line-height:28px;font-weight:500;}
	.greeting1 .greeting1_inner::before {content:'';position:absolute;left:0;top:0px;width:20px;height:20px;background:url('/html/images/common/greeting1_alt.png') no-repeat;background-size:100% auto;}
	.greeting1 .greeting1_inner::after {content:'';position:absolute;right:0;bottom:0;width:20px;height:20px;background:url('/html/images/common/greeting1_arb.png') no-repeat;background-size:100% auto;}


	.greeting2 {width:100%;position:relative;margin-bottom:40px;}
	.greeting2 .greeting2_btn {width:100%;text-align:center;margin-top:10px;}
	.greeting2 .greeting2_btn img {width:35%;height:auto;}

	.greeting3 {width:100%;position:relative;margin-bottom:40px;text-align:center;background:#ecedf1;}

	.greeting4 {width:100%;position:relative;margin-bottom:40px;text-align:center;}
	.greeting4 h3{margin-top:20px;margin-bottom:0px;font-weight:bold;font-size:20px;color:#3c3c3d;} 
	.greeting4 .greeting4_1 { width:100%;margin:10px auto 15px auto;display:inline-block;text-align:center;}
	.greeting4 .greeting4_1 li {display:inline-block;width:auto;line-height:20px;padding-left:20px;background:url('/html/images/common/dot_part.png') 8px 50% no-repeat;font-size:15px;color:#333333;}
	.greeting4 .greeting4_1 li:first-child { padding-left:0px;background:none;}

	.greeting4 .greeting4_2 { margin:0px auto 30px auto;gap:0px;}
	.greeting4 .greeting4_2 li {width:100%;height:auto;padding:20px 0px 20px 170px; min-height:130px;}
	.greeting4 .greeting4_2 li h1 {top:50%;transform:translateY(-50%);width:150px;height:auto;}
	.greeting4 .greeting4_2 li h1 img {position:relative;left:0%;top:0%;transform:translate(0%, 0%);width:100%;height:auto;}
	.greeting4 .greeting4_2 li:hover h1 img {width:100%;height:100%;}
	.greeting4 .greeting4_2 li h2 {font-size:17px; font-weight:bold; margin-bottom:10px;}
	.greeting4 .greeting4_2 li p { font-size:14px;}

	.greeting5 { width:calc(100% + 20px);margin:0px -20px 30px 0px;display:inline-block;text-align:center;}
	.greeting5 li {position:relative;float:left;display:inline-block;text-align:center;width:calc((100% - 20px) / 1);height:auto;margin:0px 20px 20px 0px;padding:0px;box-sizing:border-box;background:url('/html/images/common/greeting_arrow.png') 335px 200px no-repeat;}
	.greeting5 li h2 {width:100px;height:100px;padding-top:35px;font-size:16px;line-height:20px; margin-top:-22px;}
	.greeting5 li h2:before {top:20px;}
	.greeting5 li p { font-size:15px;line-height:20px; height:60px;}


	.greeting_online ,
	.greeting_offline {height:auto;margin-bottom:30px;text-align:center;}
	.greeting_online a,
	.greeting_offline a {width:100%;display:flex;}
	.greeting_online img ,
	.greeting_offline img {width:100%;}
	a.btn_greeting_course {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:inline-block;font-family:"NanumSquare";width:auto;height:55px;line-height:55px;padding:0px 30px;margin:0px auto;font-size:18px;color:#fff;background:#3a2b2e;border-radius:30px; font-weight:500;transition: all 0.2s ease-in;text-decoration:none;}
	a.btn_greeting_course:hover {background:#de0010;padding:0px 40px;text-decoration:none;}
	
	.lecture_wrap {margin:0px auto 40px auto; padding:30px 16px;box-sizing:border-box;}
	.lecture1 {margin-bottom:30px;}
	.lecture1 h2 { font-size:20px;line-height:100%;font-weight:500;padding:0px;margin-bottom:20px; color:#000; letter-spacing:-0.05em;}
	.lecture1 h2 span {color:#dd000f; }
	.lecture1 h3 {font-size:17px;line-height:100%;font-weight:500;padding:0px;margin-bottom:10px; color:#000; letter-spacing:-0.05em;}
	.lecture1 p { font-size:15px;line-height:23px;font-weight:normal;padding:0px; color:#333333; letter-spacing:-0.05em;}
	.lecture1 p br { display:none;}

	.lecture2 {width:100%;display:inline-block;text-align:center; margin-bottom:40px;}
	.lecture2 ul {width:100%; max-width:380px; margin:0px auto;display:flex; flex-wrap:wrap; gap:40px 0px;justify-content:center; text-align:center;}
	.lecture2 li {float:none;width:50%;padding:130px 0px 0 0px; text-align:center;font-size:15px;font-weight:500;line-height:22px;height:auto;color:#333; }
	.lecture2 li span {display:block;font-size:13px;color:#b5b5b5;padding-bottom:5px; }
	.lecture2 li.lecture2_1 {background:url('/html/images/common/lecture2_1.png') 50% 0% no-repeat;}
	.lecture2 li.lecture2_2 {background:url('/html/images/common/lecture2_2.png') 50% 0% no-repeat;}
	.lecture2 li.lecture2_3 {background:url('/html/images/common/lecture2_3.png') 50% 0% no-repeat;}
	.lecture2 li.lecture2_4 {background:url('/html/images/common/lecture2_4.png') 50% 0% no-repeat;}
	.lecture2 li:before {content:'';position:absolute;right:-7px;top:45px;width:15px;height:30px;background:url('/html/images/common/lecture2_arrow.png') 50% 50% no-repeat}
	.lecture2 li.lecture2_4:before {display:none;}

	.lecture3 {width:100%;display:inline-block;text-align:center; margin-bottom:15px;}
	.lecture3 li {position:relative; float:left;width:100%;margin-bottom:5px;}
	.lecture3 li img {width:100%;}

	.lecture_btn a {width:100%;height:50px;line-height:50px; margin:0px 0px 5px;font-size:16px;}
	.lecture_btn a:hover { width:100%;}

	.form_wrap {width:100%;padding:30px 16px;box-sizing:border-box;}
	.form_title {font-size:20px;margin-bottom:15px;}
	.form_ment {font-size:15px;margin-bottom:20px;}

	.tb_formmail tbody th{display:block;width: 100%; padding:10px 0 5px 0px;border-bottom:none;background-color:#fff;text-align:left;color:#000;font-size:14px;font-weight:400; box-sizing:border-box;}
	.tb_formmail tbody th br {display:none;}
	.tb_formmail tbody td{display:flex;align-items:center; gap:4px;width: 100%;padding:5px 0 10px 0px;border-bottom:1px solid #e6e6e6;text-align:left;font-size:15px;box-sizing:border-box;}
	.tb_formmail tbody td div.content  {width:100%;}
	.form_input {border:1px #ababab solid;line-height:20px;height:auto;min-height:30px;padding:5px;box-sizing:border-box;}

	.w400{width:100% !important}
	.w200{width:100% !important}
	.w150{width:28% !important}
	.w100{width:80% !important}
	.w70{width:28% !important}

	.form_btn {display:inline-block;margin:20px auto;width:100%;height:50px;line-height:50px;text-align:center;border:none;font-size:16px;color:#fff;background:#3a2b2e;transition: all 0.2s ease-in; letter-spacing:-0.05em;outline:none;}



}




/* 나의강의실 */
#wrap_classroom { width:100%; background:#221610 url('/html/images/common/classroom_bg.jpg') fixed no-repeat;background-size:100%; padding:60px 0; text-align:center;position:relative; }
.sub_top_classroom {background:#e11423; }
.sub_top_classroom .top_title { font-family:"NanumSquare", sans-serif;display:block; height:50px; font-size:38px; line-height:50px; font-weight:500; color:#ffffff; padding-top:45px; text-align:center; }
.sub_top_classroom .top_title em { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:95%; display:block; margin:0 auto; }
.sub_top_classroom .top_title .em1 { display:none; }
.sub_top_classroom .top_state { font-family:"NanumSquare", sans-serif;display:inline-block; height:40px; padding:0 0 0 20px; text-align:center; border-radius:20px; background:#4e0308; margin:20px auto 20px auto; overflow:hidden;}
.sub_top_classroom .top_state li { float:left; line-height:40px; padding:0 10px; font-size:17px; font-weight:500; color:#ffffff; }
.sub_top_classroom .top_state li.li1{ color:#ffffff; background:url('/html/images/common/classroom_top_bar.png') 0 50% no-repeat; padding-right:20px;}
.sub_top_classroom .top_state li.li2{ background:#8e0812; padding-left:20px;  }
.sub_top_classroom .top_state li.li3{ background:#8e0812 url('/html/images/common/classroom_top_bar.png') 0 50% no-repeat; font-weight:normal; padding-right:25px;}
.sub_top_classroom .top_state li.li3 b { font-size:20px; color:#ffd200;font-weight:bold; }

.classroom_out a {  border:1px #dedede solid;} 

.left_area_classroom { float:left; display:block; width:198px;min-height:600px; height:100%;border:1px solid #dfdfdf; background:#ffffff; margin:20px; }
.left_area_classroom .lnb_title{ display:none;}
.left_area_classroom .lnb_list{ width:160px; margin:8px 19px 30px 19px;border-top:none;border-bottom:none;text-align:left;}
.left_area_classroom .lnb_list li{border-bottom:1px solid #dfdfdf;}
.left_area_classroom .lnb_list li.half{width:50%;float:left;}
.left_area_classroom .lnb_list li a{display:block;font-size:15px;color:#000000;font-weight:bold;line-height:25px;padding:10px 20px 10px 0px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.left_area_classroom .lnb_list li.on a{color:#e11423;}
.left_area_classroom .lnb_list li a:hover{color:#e11423;}
.left_area_classroom .lnb_list li.li1 ,
.left_area_classroom .lnb_list li.li2 ,
.left_area_classroom .lnb_list li.li3 ,
.left_area_classroom .lnb_list li.li4 ,
.left_area_classroom .lnb_list li.li5 ,
.left_area_classroom .lnb_list li.li6 ,
.left_area_classroom .lnb_list li.li7 ,
.left_area_classroom .lnb_list li.li8 ,
.left_area_classroom .lnb_list li.li9 ,
.left_area_classroom .lnb_list li.li10,
.left_area_classroom .lnb_list li.li11,

.left_area_classroom .lnb_list li.li1:hover ,
.left_area_classroom .lnb_list li.li2:hover ,
.left_area_classroom .lnb_list li.li3:hover ,
.left_area_classroom .lnb_list li.li4:hover ,
.left_area_classroom .lnb_list li.li5:hover ,
.left_area_classroom .lnb_list li.li6:hover ,
.left_area_classroom .lnb_list li.li7:hover ,
.left_area_classroom .lnb_list li.li8:hover ,
.left_area_classroom .lnb_list li.li9:hover ,
.left_area_classroom .lnb_list li.li10:hover ,
.left_area_classroom .lnb_list li.li11:hover ,

.left_area_classroom .lnb_list li.on.li1 ,
.left_area_classroom .lnb_list li.on.li2 ,
.left_area_classroom .lnb_list li.on.li3 ,
.left_area_classroom .lnb_list li.on.li4 ,
.left_area_classroom .lnb_list li.on.li5 ,
.left_area_classroom .lnb_list li.on.li6 ,
.left_area_classroom .lnb_list li.on.li7 ,
.left_area_classroom .lnb_list li.on.li8 ,
.left_area_classroom .lnb_list li.on.li9 ,
.left_area_classroom .lnb_list li.on.li10 ,
.left_area_classroom .lnb_list li.on.li11 { background:none;}

.my_cr_bbs { display:none;}
.my_cr_bbs .my_bbs h6{font-family:"NanumSquare", sans-serif;font-weight:500;color:#333;font-size:20px;padding:3px 0 11px 0;}
.lesson_incomplete {background-color:#ffffff; color:#777777; border:1px solid #777777; border-radius:3px; font-weight:normal; font-size:12px; width:40px; height:20px; line-height:20px; display:inline-block;}
.lesson_proceeding {background-color:#ff8814; color:#ffffff; border:1px solid #ea7300; border-radius:3px; font-weight:normal; font-size:12px; width:40px; height:20px; line-height:20px; display:inline-block;}
.lesson_complete {background-color:#5cb85c; color:#ffffff; border:1px solid #5cb85c; border-radius:3px; font-weight:normal; font-size:12px; width:40px; height:20px; line-height:20px; display:inline-block;}
.tb_title{padding-top:40px;}

.my_cr_notice {border:1px dashed #dedede; background-color:#f9f9f9; color:#2d2d2d; padding:20px; font-size:15px; font-weight:400; line-height:24px; margin-bottom:30px;}

.compbox{padding-left:0px;background:none;min-height:auto;border:1px solid #cdcdcd;padding:30px 30px;text-align:center;}
.payment_comp div p.p1{font-family:"NanumSquare", sans-serif;font-size:24px;font-weight:500;padding:0px 10px;border-bottom:none;display:block;line-height:150%}
.payment_comp div p.p2{padding:20px 10px}

.tb_modules_summary {margin-bottom:30px;}

@media (max-width:1200px) {
	#wrap_classroom {font-family:"NanumSquare", sans-serif;position:relative;padding:0px;}
	#wrap_classroom .main_wrap_classroom {width:100%; min-height:100%; position:relative;}
	#wrap_classroom .sub_top_classroom { position:relative;width:100%; height:230px;}
	#wrap_classroom .sub_top_classroom .top_title {font-size:18px;height:40px; padding-top:90px; text-align:left;}
	#wrap_classroom .sub_top_classroom .top_title em {margin:0 20px;}
	#wrap_classroom .sub_top_classroom .top_state li {background:url('/html/images/common/classroom_top_bar.png') 100% 50% no-repeat;font-size:14px; font-weight:normal;width:110px;}
	#wrap_classroom .sub_top_classroom .top_state li.li1 {z-index:98; background:none; padding-left:125px; width:100%;}
	#wrap_classroom .sub_top_classroom .top_state li.li2 {z-index:99; background:#8e0812 url('/html/images/common/classroom_top_bar.png') 100% 50% no-repeat; top:40px; width:110px;}
	#wrap_classroom .sub_top_classroom .top_state li.li3 {z-index:98; background:#8e0812; top:40px; padding-left:125px; width:100%;}
	#wrap_classroom .sub_top_classroom .top_state li.li3 b  {font-size:15px;font-weight:bold;}
 
	#wrap_classroom .classroom_lnb a { display:block; font-size:14px; font-weight:bold; color:#ffffff; border:0px #95c9e8 solid; border-radius:4px; padding:0; width:30px; height:38px; line-height:38px; background: url(/common/images_skin2/common/classroom_lnb.png) 50% 50% no-repeat; text-indent:-9999px; }
	#wrap_classroom .classroom_out {margin-top:5px;}
	#wrap_classroom .classroom_out a.out_pc { display:none; }
	#wrap_classroom .classroom_out a.out_mobile { display:block;font-size:12px; font-weight:normal; color:#ffffff; border:1px #ffffff solid; border-radius:30px; padding:0 12px 0 27px; height:28px; line-height:29px; background:url('/common/images_skin2/common/classroom_out.png') 10px 50% no-repeat;background-size:15px auto; }

	#wrap_classroom .sub_fixtop_classroom {display:inline-block; position:fixed; top:0px; left:0px; width:100%; height:60px; z-index:9999;}
	#wrap_classroom .sub_fixtop_classroom .top_title {padding-top:0; padding-left:70px; padding-right:120px; font-size:18px; line-height:60px; text-align:center; cursor:pointer;}
	#wrap_classroom .left_area_classroom .lnb_list li a {padding:10px 20px 10px 20px;}

	
	#wrap_classroom .col_lesson_length {position:absolute; right:5px; width:50px; top:12px; text-align:right;}
	#wrap_classroom .col_lesson_length p {line-height:13px !important;}
	
	.my_cr_bbs .my_bbs h6{font-family:"NanumSquare", sans-serif;font-weight:500;color:#333;font-size:18px;padding:3px 0 12px 0;}
	.my_cr_bbs .my_bbs .my_bbs_in{ border-top:1px solid #666666; }
	.tb_title{font-weight:500;color:#333;padding:35px 0 12px 0;font-size:18px; }

	.lesson_incomplete {font-weight:normal; font-size:11px; width:40px; height:20px; line-height:20px;}
	.lesson_proceeding {font-weight:normal; font-size:11px; width:40px; height:20px; line-height:20px;}
	.lesson_complete {font-weight:normal; font-size:11px; width:40px; height:20px; line-height:20px;}

	.my_cr_notice {font-size:14px;}


}



