@charset "utf-8";
@import url('/html/fonts/nanumsquareround.css');
@import url('/html/fonts/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body{font-family:"Roboto", "NanumSquareRound", "Noto Sans KR" , sans-serif;font-size:16px;letter-spacing:-0.05em !important;}
body * {letter-spacing:-0.05em !important;}

.hide { display:none; }
.ver_mobile {display:none !important;}
.ver_pc {}

#wrap { width:100%;min-width:1400px;padding-top:150px;;font-family:"Roboto", "NanumSquare", "Open Sans","Noto Sans KR","맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#header.custom_header { width:100%;min-width:1400px;height: auto;position:absolute;left:0px;top:0px; z-index:100;}
#header.custom_header .logo {display: inline-block;vertical-align: middle;margin-top:25px;float: left;width:300px;}
#header.custom_header .logo a {display:block;}
#header.custom_header .logo img {max-width:300px;max-height:50px;margin-top:0px;}
#header.custom_header .util_wrap {background-color: #fff;max-width: 1200px;width: 100%;margin: 0 auto;height:90px;text-align: left;}
#header.custom_header .util_menu {float: right;width: auto;margin-top:25px;}

.util_menu ul li img {vertical-align: middle;}
.util_wrap .util_menu li {position: relative;padding-left: 15px;margin-right: 15px;}
.util_wrap .util_menu li:last-child:after {content: '';position: absolute;left: 0;width: 1px;background-color: #c1c1c1;top: 15px;height: 11px;}
.util_wrap .util_menu ul li a {color: #333;font-size: 15px;}
.util_wrap .af_log { color: #333;}

.h_search {position:absolute;left:50%;transform:translateX(-50%);width:350px;display: inline-block;border:1px solid #000;box-sizing: border-box;height:45px;border-radius: 40px;padding: 0px 20px;background-color: #fff;margin-left:0px;margin-top:25px;overflow:hidden;}
.h_search input {width: 100%;height: 43px;border: none !important;margin:0px;box-shadow: none;outline: none;padding: 0;background-color: #fff !important;}
.search_btn {background: url(/html/images/common/h_search.png) no-repeat center;width: 23px;height: 100%;position: absolute;right: 30px;}

#header > .inner {position:relative;width: 100%;background-color:none;height:60px;margin:0px auto;overflow:visible;text-align:center;z-index:100;border-bottom:1px #ddd solid;}
#header .inner .menu_wrap {position:relative;float: none;width: 100%;max-width:1200px;background:none;height:61px;margin:0px auto;text-align:center;display:inline-block;border-radius:0px;z-index:100;}
.menu_wrap #gnb {float:left;display:flex; justify-content:flex-start; width:1100px;margin:0px 20px;}
.menu_wrap #gnb li {width:auto;position: relative;display:inline-block;padding:0px;}
.menu_wrap #gnb li a {font-family:"NanumSquare";position: relative;display:inline-block; width:190px;font-size:20px;color: #000;line-height:60px;padding:0px 20px;box-sizing: border-box;font-weight: 600;letter-spacing: -1px;}
.menu_wrap #gnb li a:hover {color: #000;}
.menu_wrap #gnb li.on a {color: #30b2e5;}

.menu_wrap #gnb li::before {content:'';position:absolute;left:0px;top:50%;transform:translateY(-50%);width:1px; height:15px;background:#ddd;}
.menu_wrap #gnb li:first-child::before {display:none !important;}
.menu_wrap #gnb .gnb_sub {display: none;position:absolute;left:50%;top:59px;transform:translateX(-50%);z-index: 100 !important;background:none;width:200px;background:#fff;border:1px #ddd solid;padding:20px; box-sizing: border-box;}
.menu_wrap #gnb .gnb_sub li {float: none !important;width:100%;padding:0px 0px !important;}
.menu_wrap #gnb .gnb_sub li:last-child {border-bottom:none;}
.menu_wrap #gnb .gnb_sub li a {display: block;width:100%;box-sizing:border-box;color: #000;font-size:15px;text-align: center;line-height:20px;font-weight: normal;letter-spacing: -0.05em;padding:5px 0px; overflow:hidden;-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; transition: all 0.2s ease;opacity:0.7;}
.menu_wrap #gnb .gnb_sub li:hover a {color: #30b2e5;background:#fff;text-decoration:underline;opacity:1;}
.menu_wrap #gnb .gnb_sub li::before {display:none !important;}

.hamburger {padding:21px 4px;display: inline-block; height:60px;width:30px; margin-left:0px; box-sizing: border-box;float: left;background:none;position: relative;cursor: pointer;z-index:1000 !important;}
.hamburger span {background: #333; display: block; height: 2px;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease; transition: all 0.6s ease;margin: 0 auto;}
.hamburger span:nth-child(1) {width: 20px;}
.hamburger span:nth-child(2) {width: 20px;margin-top: 5px;}
.hamburger span:nth-child(3) {width: 20px;margin-top: 5px;}
.hamburger.is-active {padding:20px 3px;}
.hamburger.is-active .line {width: 25px;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-o-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-o-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}

.all_list {display: none;}
.all_list {position: absolute;top:59px;width:100%;left:0%; transform:translateX(0%);right:auto;z-index:10 !important;background:#fff !important;border:1px #ddd solid;border-radius:0px;vertical-align:top; box-sizing: border-box;overflow: hidden; margin: 0 auto;}
.all_list_inner {position:relative;width:1000px;margin:0px auto;height:auto;display:inline-block;text-align:left;}
.all_list .a_inner { position:relative;height:auto !important;display:flex;justify-content:space-around; width:1100px;margin:20px auto 20px auto;vertical-align:top !important;text-align:center;}
.all_list .a_inner > li {position:relative;width:100%;box-sizing: border-box;padding:0px;border-right: 0px solid #e2e2e2; }
.all_list .a_inner > li:first-child {border-left: 0px solid #e2e2e2;}
.all_list .a_inner > li p {display:block; font-size:18px; color:#000; font-weight:500; line-height:33px; margin-bottom:10px;}
.all_list .a_inner > li ul {overflow: hidden; margin-top:0px;}
.all_list .a_inner > li ul li {line-height:30px;}
.all_list .a_inner > li ul li a {color: #666; font-size: 16px;line-height:35px;text-align:center;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;display: block;width: 100%; height: 100%;}
.all_list .a_inner > li ul li a:hover { color:#00477f;text-decoration:underline;}

#container.main {width: 100%;margin: 0 auto;padding-bottom: 0;}

#footer {background-color: #fff;}
#footer .foot_menu {width: 100%;margin: 0 auto;text-align: left;background-color: #282830;}
#footer .foot_menu .foot_list {display:flex;justify-content:center;max-width: 1200px;margin: 0 auto;text-align: center;padding: 30px 0;border:none;}
#footer .foot_menu .foot_list li a {font-size: 15px;color: #fff;font-weight: 350;}
#footer .foot_menu .foot_list li a.footer_privacy_policy {color: #fff;font-weight: 350;}
#footer .copy {position: relative;background:none;width:1200px;padding:0px;margin:30px auto;text-align: left;}
#footer .copy .foot_logo {position:absolute;left:0px;top:0px;margin:0px;display:inline-block; width:150px;filter:alpha(opacity=100);opacity:1;}
#footer .copy .foot_logo img {max-width:150px;max-height:50px; -webkit-filter:invert(100%) grayscale(100%) contrast(60%); filter:invert(100%) grayscale(100%) contrast(60%);}
#footer .copy .foot_info {position:relative;max-width: 1200px;width: 100%;padding:0px 0px 50px 200px;margin:0 auto;background:none;box-sizing: border-box;}
#footer .copy .foot_info p {font-size:14px;color: #666;font-weight: 350;line-height: 25px;text-align: left;opacity: 0.7;}
#footer .copy .foot_info p.copyp {font-size:14px;color: #666;font-weight: 350;margin-top: 20px;opacity: 0.5;}

.tac {text-align: center;}
#container{position:relative;width:100%;margin:0px auto 0px auto;padding:0px; }
#container.main{position:relative;width:100%;margin:0px auto 0px auto;padding:0px; }
#container .horizontal_wrap{/*display:inline-block;*/ position:relative;width: 1200px;margin:0px auto;}

/****** 메인 스타일 ******/	
/* main 레이아웃 스타일 */
.main_outer {position:relative;display:inline-block; width:100%;text-align:center;padding:90px 0px; }
.main_inner {position:relative;width:1200px;margin:0px auto; padding:0px; display:block;overflow:visible; text-align:left;z-index:0;}
.main_title {position:relative;display:flex;line-height:100%;font-size:35px;font-weight:500;color:#000000; padding:0px; margin:0px auto 30px auto;text-align:left;background:none;letter-spacing:-0.07em !important;}
.main_title b {font-weight:500; padding-right:28px;background: url('/html/images/common/main_title_arrow.png') 100% 50% no-repeat; }
.main_title small {font-weight:400;font-size:15px;color:#666666;margin-left:12px;}
.main_ment {line-height:30px;font-size:16px;font-weight:normal;color:#777;text-align:center;margin:-10px 0px 20px 0px;}
.main_more {position:absolute;right:0px;top:10px;display:inline-block; width:auto;color:#666; padding-right:20px;background:none;background-size:20px auto !important;}
.main_more a {text-decoration:underline; }
.main_more a:hover {color:#000;}
.bgGray {background:#f7f7f7; }
.bgWhite {background:#fff;}
.nopd {padding:0px !important;}

span.ori_price{display:inline-block !important;font-weight:500;color:#888;text-decoration:line-through;text-align:center;padding:0px;margin-right:5px;}
.type_chart span.ori_price{padding-right:0}
span.price{display:inline-block !important;color:#ff4e00;text-align:center;text-decoration:none;font-weight:600;}
span.per_price {display:inline-block !important;font-weight:500;color:#ff4000;font-weight:600;margin-right:5px;}

/* layout */
.main_wrap{position:static; width:100%;margin:0px auto;padding:0px 0px 50px 0px;overflow:hidden; text-align:center}
.main_wrap .main_content{overflow:hidden;}
.main_wrap .main_content > div{float: left}
.main_wrap .left_area{float:none; width:100%;margin:0px auto;}
.main_wrap .content_area {position:static;float:none;width:1200px;text-align:left;margin:50px auto;padding:0px;}
.main_wrap .content_body {width:100%;padding:0px;}

.content_title {color:#000;font-size:35px;font-weight:600;height:auto;line-height:140%; background:none; text-align:center; margin:0px 0px 40px 0px; position: relative; }
.content_title span {color:#000;}
.content_title::after {display:none;}

/****** 메인 스타일 ******/	
/* main 상단롤링배너 */
.main_visual_new { position:relative;height:470px; width:100%; background:url('/html/images/common/main1.jpg') 50% 0px no-repeat; text-align:center; }
.main_visual_new img { height:470px; width:1170px; }

/****** 메인 스타일 ******/	
/* main 상단롤링배너 */
.main_visual{position:relative;height:400px;z-index:1;}
#slides{position:absolute;top:0;left:0;z-index:100}
.slides_container{width:1170px;height:400px;overflow:hidden}
.slides_container img {width:1170px;height:400px;}
.slides_container div{width:1170px;height:400px;display:block;background-size: cover !important;}
.pagination{position:absolute;left:50%;bottom:8px;z-index:101;margin:auto; margin-left:-45px;}
.pagination li{width:30px;height:30px;float:left;margin:0;background: url('/common/images_skin2/common/main_dot_off.png') no-repeat 0 0;}
.pagination li a{display:block;text-align:center;line-height:30px;font-weight:700;color:#fff;text-indent:-9999999px;}
.pagination li.current{background: url('/common/images_skin2/common/main_dot_on.png') no-repeat 0 0}

/* main 추출 강의 스타일 */
.horizontal_wrap .top_title {height:40px;line-height:40px;font-size:26px;font-weight:700;color:#000000; margin:40px 0 15px 0; text-align:center; }
.horizontal_wrap .horizontal_list {overflow:hidden}
.horizontal_wrap .horizontal_list li{float:left;border:1px solid #e5e5e5;padding-bottom:13px;min-height:200px;width:258px;margin-left:20px;}
.horizontal_wrap .horizontal_list li.nodata{padding:90px 0;min-height:50px;width:1170px;border:1px solid #e5e5e5;margin-left:0;}
.horizontal_wrap .horizontal_list li.first{margin-left:0;}
.horizontal_list span{display:block;}
.horizontal_list span.img_box{border-bottom:1px solid #e0e1e4;position:relative;margin-bottom:15px;width:256px;height:145px}
.horizontal_list span.img_box a{position:relative;display:block;}
.horizontal_list span.img_box > a > img{width:256px;height:144px;}
.horizontal_list span.list_subject{font-weight:bold;font-size:16px;color:#000;padding-bottom:13px;text-align:center}
.horizontal_list span.list_subtitle { border-bottom:1px #e2e2e2 solid; margin:3px 0 10px 0; padding:0px;  max-height:50px; overflow:hidden; }
.horizontal_list span.list_subtitle p {font-weight:normal;font-size:13px;color:#777777;text-align:left; margin-bottom:13px; padding:0px 10px 0px 20px; line-height:18px; max-height:36px; overflow:hidden; }
.horizontal_list span.list_blt {margin-left:20px; padding-left:10px;text-align:left;line-height:19px;font-size:13px; color:#777777; background:url('/html/images/common/dot1.png') 0px 8px no-repeat;text-overflow:ellipsis;overflow:hidden;white-space:nowrap }
.horizontal_list span.list_price {font-size:15px; color:#da0000;font-weight:bold;text-align:center; margin-top:13px;}
.horizontal_wrap .more{position:absolute;right:13px;top:10px}

/* 메인 컨텐츠 -  추천강의 */
.mcourse_recomm { display:inline-block; width:1170px; height:425px; overflow:hidden; border:1px #dcdcdc solid; background:#ffffff; text-align:center;}
.mcourse_recomm .main_course_tab { float:none; display:inline-block; width:auto; height:50px; line-height:50px; margin:10px auto 0px auto; text-align:center; }
.mcourse_recomm .main_course_tab li {float:left;width:auto;height:50px; background:url('/html/images/common/main_course_part.png') 0% 50% no-repeat;}
.mcourse_recomm .main_course_tab li:first-child { background:none;}
.mcourse_recomm .main_course_tab li a { display:block; background:none; width:auto; margin:0px 15px; padding:0px; height:50px; line-height:50px; font-size:15px; font-weight:bold; color:#666666; }
.mcourse_recomm .main_course_tab li a:hover { color:#000000; }
.mcourse_recomm .main_course_tab li.active a { display:block;  width:auto; margin:0px 15px; color:#000000; background:none; }
.mcourse_recomm .main_course_info { float:none; width:1170px; padding: 0 20px;box-sizing: border-box; }
.main_course_info .horizontal_list li{float:left; background:#ffffff; border:1px solid #e5e5e5; border-right:1px solid #e5e5e5; padding:0; padding-bottom:15px; min-height:320px; width:217px; margin:10px 10px 20px 10px;}
.main_course_info .horizontal_list li.nodata{ padding:90px 0;border:none;min-height:47px;width:100%; background:none;margin: 0;}
.main_course_info .horizontal_list li.first{ padding-left:0; margin-left:15px; border-left:1px solid #e5e5e5;}
.main_course_info .horizontal_list span.img_box{border-bottom:1px solid #e0e1e4;position:relative;margin-bottom:10px;width:215px;height:135px}
.main_course_info .horizontal_list span.img_box >  a > img{width:215px;height:135px;text-align:center}
.main_course_info .horizontal_list span.list_subject{ font-weight:bold;padding:0 10px 10px 20px; margin-bottom:13px; font-size:15px; line-height:35px; background:url('/html/images/common/list_subject.png') 20px 100% no-repeat; text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.main_course_info .horizontal_list span.list_cont { font-weight:normal;padding:0 15px 10px 20px;  margin-bottom:10px; border-bottom:1px #e0e1e4 solid; font-size:13px; line-height:19px; height:38px; overflow:hidden; text-align:left; text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.main_course_info .horizontal_list span.list_blt{margin-left:20px; padding-left:10px;text-align:left;line-height:19px;font-size:13px; color:#777777; background:url('/html/images/common/dot1.png') 0px 8px no-repeat;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.mReview_inner,.mReview {width: 1170px;}


/* 메인 컨텐츠 -  하단 영역 */
.square_wrap {display:block; margin:60px auto 30px auto; box-sizing:border-box; width: 1170px;overflow: hidden;}

.square_wrap .main_cs li { display:block; width:315px; height:114px;border:1px #e5e5e5 solid; font-size:20px;font-weight:bold;color:#333;padding:20px 0px 20px 20px ; margin-bottom:12px; background:#fbfbfb;}
.square_wrap .main_cs li.main_cs1 { background:#fbfbfb url('/html/images/common/main_cs1.png') 0px 50% no-repeat;}
.square_wrap .main_cs li.main_cs2 { background:#fbfbfb url('/html/images/common/main_cs2.png') 0px 50% no-repeat;}
.square_wrap .main_cs h2 { display:none; }
.square_wrap .main_cs p {font-size:12px; color:#666;font-weight:normal; padding:0px;line-height:17px;}
.square_wrap .main_cs .cs_tel {color:#000000;font-size:28px;font-weight:normal;padding:0px; line-height:40px; letter-spacing:-0.07em; margin-left:72px;}
.square_wrap .main_cs {height: 240px;}
.square_wrap .main_board  { float:left;background:#ffffff; width:895px;margin-right:0px; }
.square_wrap .main_board .mboard_title { height:45px; border-left:1px #dcdcdc solid;background:#efefef;border:1px #dcdcdc solid; }
.square_wrap .main_board .mboard_title span { float:left; width:120px;  } 
.square_wrap .main_board .mboard_title span a { display:block; width:120px; height:44px; line-height:44px; font-size:17px; font-weight:bold; text-align:center; background:none; color:#666666; border-left:0; border-right:1px #dcdcdc solid;   } 
.square_wrap .main_board .mboard_title span a.active { background:#ffffff; font-size:17px;  color:#0079c0; font-weight:bold;  }
.square_wrap .main_board .mboard_cont { width:895px; height:195px; padding:20px 25px; border:1px #e4e4e4 solid;border-top:none;}
.square_wrap .main_board .mboard_more { text-align:right; margin:10px 20px 0 0;}

.content_title {font-family:"NanumSquare";
	font-weight:600;color:#333;font-size:36px;height:85px;line-height:70px; background:url('/html/images/common/page_title.png') 0px 0px no-repeat; 
	text-align:center; margin-bottom:30px; position: relative; 
}
.content_title::after {content:''; width:50px; height:3px; background-color:#0f90d0; position:absolute; bottom:0; left:50%; margin-left:-25px; }
.content_title_btn {position:absolute; left:0; top:52px; }

/*lnb */
.left_area{ display:none;width:100%;text-align:center; }
.left_area .lnb_title{display:none;}
.left_area .lnb_list{display:flex; justify-content:space-around; width:1200px; margin:60px auto 0px auto;border:none;}
.left_area .lnb_list li{ float:left; width:100%;border:none;margin-left:-1px;}
.left_area .lnb_list li.half{width:50%;float:left;}
.left_area .lnb_list li a{display:flex; justify-content:center;display:block;font-size:18px;color:#333;text-align:center;background:#ffffff;border:1px solid #dfdfdf;font-weight:400; margin:0px;height:65px;line-height:65px;padding:0px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.left_area .lnb_list li.on a{position:relative;color:#000; background:#fff;font-weight:600;margin:0px;height:65px; line-height:63px;border:2px #5b648b solid;border-bottom:0px solid #fff;}
.left_area .lnb_list li a:hover{color:#30b2e5; }
.left_area .lnb_list li.on a:hover{color:#30b2e5; background:none; margin-top:0px; height:65px; line-height:63px; }
.left_area .lnb_list li:first-child{margin-left:0px;}

.path{position:absolute;width:1200px;left:50%;top:0px;transform:translateX(-50%);text-align:right;overflow:hidden;background:none;height:60px;z-index:10;border:none;}
.path_list{position:relative;width:auto;float:right;background:none;padding-left:37px;height:60px;margin:0px auto;text-align:left;}
.path_list:before {content:'';position:absolute;top:0%;left:0px;display:inline-block;width:35px;height:60px;text-align:center;background:url('../images/common/lnbHome.png') no-repeat 0px 50%; background-size:18px; line-height:60px;}
.path_list li{position:relative;float:left;padding:0px 15px 0px 25px;background:none;margin-left:0px;font-size:14px;color:#fff;line-height:60px;height:60px}
.path_list li,
.path_list li a,
.path_list li.last,
.path_list li.last a{color:#fff}
.path_list li:before {content:'';position:absolute;left:0px;top:50%;transform:translateY(-50%);width:10px;height:18px;background:url('../images/common/lnbArrow.png') 50% 50% no-repeat;opacity:0.6;}

.sub_top {position:relative; width:100%; height:60px; padding:0px; margin:0px; background:#30b2e5; overflow:hidden; text-align:center;z-index:1;font-size:0px; }
.sub_top img { display:none;}

/* 리스트,웹진,갤러리 */
a.back_icon{width:35px;height:35px;display:inline-block;text-indent:-100000px; background: url('../images/common/icon_list2.png') no-repeat -1px -1px;margin:0px 9px 10px 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}

/* 게시판 관련 */
.btn_sort { float:right; margin-right:0px;margin-left:5px; text-align:right; }
.btn_sort a { margin:0px 0px 0px 0px; }
.s_category { display:inline-block; width:100%; margin-bottom:15px; text-align:right; }
.s_category select.category { float:right; width:auto;min-width:150px; height:35px; border:1px #cccccc solid; }
.search_form .btn_search { height:35px; background:#363b45;}
.tb_top_course { border-top:2px #333333 solid; padding-top:20px;}
.tb_top_board { border-top:none; padding-bottom:20px;}
.tb_top_board2 { border-top:2px #333333 solid; padding:20px 0px;}
.tb_box {border-top:1px solid #666666;}
.tb_top {padding-bottom:5px;}

.search_form .button.small {color:#fff;background:#333; border:1px #333 solid; border-radius:3px;}

.search_form_wrap1 {margin:0 auto 15px auto;padding:0 0 15px 0; text-align:right; }	  /* 강좌 상단의 오른쪽 검색 */
.search_form_wrap1 .search_form { }
.search_form_wrap1 .search_form span { float:left; margin:0 0px 0 5px !important; padding:0 !important; }
.search_form_wrap1 .search_form form{overflow:hidden}
.search_form_wrap1 .search_form select{ padding:0 0 0 5px; margin:0;  width:auto; min-width:120px; height:35px; border:1px #cccccc solid; font-size:14px;}
.search_form_wrap1 select.search_select { width:auto; min-width:200px; height:35px; line-height:35px; border:1px #cccccc solid; font-size:14px; padding-left:7px;}
.search_form_wrap1 .search_form input[type=text] {border:1px solid #d1d1d1;margin:0 !important; padding:0 6px;width:180px;height:35px; line-height:35px;}
.search_form_wrap1 .search_form .search_input { border:1px #cccccc solid; margin-top:0; }
.search_form_wrap1 .search_form .button.small {width:34px;height:34px;padding:0px;border:1px #333 solid;background:#333 url('../images/common/icon_search_wh.png') 50% 50% no-repeat; background-size:20px auto; text-indent:-9999999px;margin:0px !important;}
.search_form_wrap1 .search_form .button.small:hover {background-color:#000;}

.search_form_wrap2 {width:100%;display:inline-block;margin:0 auto;padding:30px 0; text-align:center; }  /* 게시판 하단 검색 */
.search_form_wrap2 .search_form { width:auto;display:inline-block;padding:0px; margin:0px auto; } 
.search_form_wrap2 .search_form span { margin:0px !important;}
.search_form_wrap2 .search_form input[type=text], 
.search_form_wrap2 .search_form input[type=submit] {margin-left:5px;height:34px !important; line-height:34px !important;border-radius:3px; }
.search_form_wrap2 .search_form select {height:34px !important; line-height:34px !important;border-radius:3px;}
.search_form_wrap2 .search_form .button {border-radius:3px;}
.search_form_wrap2 .search_form .button.gray {width:34px;height:34px;padding:0px;border:1px #333 solid;background:#333 url('../images/common/icon_search_wh.png') 50% 50% no-repeat; background-size:20px auto; text-indent:-9999999px;}

.search_form_wrap3 { margin:0 0px 20px 0px; width:100%;display:inline-block; padding:0px 0px; text-align:center !important; background:#fff;border:none; box-sizing:border-box;  }  /* FAQ 검색 */
.search_form_wrap3 .search_form {width:auto;display:inline-block;padding:0px  !important; margin:0px auto !important; box-sizing:border-box; }  /* FAQ 검색 */
.search_form_wrap3 .search_keyword { width:300px !important; height:34px !important; line-height:34px !important;border-radius:3px; margin:0 !important; }
.search_form_wrap3 .search_form .button.gray {width:34px;height:34px;padding:0px;border:1px #333 solid;background:#333 url('../images/common/icon_search_wh.png') 50% 50% no-repeat; background-size:20px auto; text-indent:-9999999px;}
.search_form_wrap3 .search_form span {margin:0px !important;}
.search_form_wrap3 .search_form input[type=submit] {margin:0px;}
.search_form_wrap3 .search_form .button {border-radius:3px;}

.search_form_wrap4 { display:block; float:right;margin-top:10px; padding:0; text-align:right;z-index:100000; } /* 마이페이지 검색 */
.search_form_wrap4 .search_form .button {border-radius:3px;}


/* 갤러리형 강의 리스트 */
.course_gallery {border:0px solid #d1d1d1;width:1230px;display:flex;flex-wrap:wrap;padding:0px 0px;margin:0px -30px -10px 0px;overflow:visible;}
.course_gallery li { float:left;position:relative; width:calc(( 100% - 100px ) / 3 ); height:auto !important;max-height: 700px !important; margin:20px 25px 30px 5px; border:0px #e8e8e8 solid;border-radius:20px; overflow:hidden !important;box-sizing:border-box; box-shadow:0px 0px 10px rgba(0,0,0,0.1); }
.course_gallery .cimg {position:relative;width:100%; height:0; padding-bottom:56.25%; border:none;border-bottom:1px #e8e8e8 solid;box-sizing:border-box;border-radius:20px 20px 0px 0px;}
.course_gallery .cimg img {position:absolute;left:0px;top:0px; width:100%; height:100%;border-radius:20px 20px 0px 0px; }
.course_gallery .ccont { position:relative;padding:25px 35px;width:100%;height:auto;text-align:left;border:none;box-sizing:border-box;border-radius:0px;}  
.course_gallery .ccont .clabel {display:none; }
.course_gallery .ccont .label { margin-left:0; }
.course_gallery .ccont .ctitle { display:block; font-size:20px;line-height:24px;height:24px;max-height:24px; color:#000; font-weight:500; margin:0 0 10px 0;padding:0px; 
 white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.course_gallery .ccont .csubtitle {display:block;font-size:15px; line-height:20px;max-height:40px; height:40px; font-weight:400;color:#2b74b9;padding:0px;  margin:0px 0px 13px 0px;
display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.course_gallery .ccont .cinfo {display:block; float:none; font-size:15px; font-weight:400;color:#666; margin:0px;padding:0px;text-align:left;line-height:22px;padding-left:25px;background: url('../images/common/icon_clock.png') 0% 50% no-repeat; }
.course_gallery .ccont .ctutor {font-size:15px; color:#666666;font-weight:400;text-align:left;line-height:22px;padding-left:25px;background: url('../images/common/icon_tutor.png') 0% 50% no-repeat;}
.course_gallery .ccont .cprice {display:block; position:relative;width:100%;text-align:left; font-size:15px; margin:0px;font-weight:400; padding:0px; border:none;padding-left:25px;background: url('../images/common/icon_price.png') 0% 50% no-repeat; }
.course_gallery .cbtn {display:none; position:relative;width:100%;text-align:center;background:none; height:60px;margin:0px;padding:20px 0px 0px 0px; box-sizing:border-box; border-top:1px #ddd solid;}
.course_gallery .cbtn .button.course{margin:0px 4px;border-radius: 3px;}
.course_gallery .nodata { height:200px;width:calc(100% - 30px);margin:10px 30px 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border:1px #dedede solid;box-shadow:none; }

/* 웹진형 강의 리스트 */
.course_webzine {border-top:0px solid #676767;width:100%;display:inline-block;margin:-10px 0px 10px 0px;overflow:visible;}
.course_webzine li {border:0px solid #dedede;height:230px;margin:30px 5px 0px 5px;border-radius:20px;box-sizing:border-box;overflow:hidden; box-shadow:0px 0px 10px rgba(0,0,0,0.1);}

.course_webzine .col_course_thumbnail {float:left;width:310px;height:207px;padding:0px; margin:10px;border-radius:20px;}
.course_webzine .col_course_thumbnail img{width:310px;height:207px;display:block;border-radius:20px;border:1px solid #e8e8e8}

.course_webzine .col_course_name {float:left;width:600px;height:230px;padding:30px 0px 25px 30px !important; margin:0px;box-sizing:border-box;}
.course_webzine .col_course_name .ctitle {font-size:20px; line-height:25px;color:#000;font-weight:500; margin:0px 0px 10px 0px;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.course_webzine .col_course_name .csubtitle { display:block; font-size:15px; line-height:20px;color:#666;font-weight:normal;height:40px; max-height:40px; overflow:hidden; margin:0px 0px 10px 0px; }
.course_webzine .col_course_name .cstar {display:block; border:none; height:20px; padding:0px; margin: 0px 0px 10px 0px; }
.course_webzine .col_course_name .cstar img {vertical-align:-3px}
.course_webzine .col_course_name .clabel { display:block;margin-top:10px}
.course_webzine .col_course_name .clabel .small {font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:25px;line-height:25px;letter-spacing:-1px;}
.course_webzine .col_course_name .clabel .hide {display:none}
.course_webzine .col_course_name .cinfo { display:block;font-size:15px;font-weight:400;color:#666;margin:0px;}
.course_webzine .col_course_name .cinfo label { color:#111111;}
.course_webzine .col_course_name .ctutor label { color:#111111;}
.course_webzine .col_course_name label {font-weight:bold; color:gray}

.course_webzine .col_course_button {float:right;width:250px;height:230px;background:#f9f9f9 !important;padding:35px 30px; border:none; background:none;  text-align:center !important; box-sizing:border-box;}
.course_webzine .col_course_button span.ori_price {padding-right:0px;margin-right:0px;font-size:16px;}
.course_webzine .col_course_button table { margin:0px; width:100%; }
.course_webzine .col_course_button th {text-align:left;width:100px; height:30px; font-size:15px; font-weight:normal;color:#111111; line-height:20px;  }
.course_webzine .col_course_button td {padding-top:0px; height:30px; font-size:16px; font-weight:bold; line-height:20px;text-align:right;}
.course_webzine .col_course_button td.cc_btn {height:56px;padding-top:20px; }
.course_webzine .col_course_button .button.course {width:100%;height:36px;line-height:34px;border:none;padding:0px;margin-top:5px;border-radius: 3px;box-sizing:border-box;}
.course_webzine .nodata { height:200px;width:100%;margin:20px 0px 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border:1px #dedede solid;box-shadow:none;box-sizing:border-box; }
.course_webzine span.pment { display:inline-block;padding:0px;line-height:17px;}


/* 강의 상세보기 */
.content_title_course {font-weight:600;color:#000000;font-size:30px;height:auto;line-height:40px;padding-bottom:15px;text-align:left; border:none;margin-bottom:0px;}
.course_info {display:inline-block;width:100%;border-top:0 solid #333333;padding:0 0 0 0;overflow:hidden;margin-bottom:40px;}
.course_info .info_img{ width:500px;float:left;margin-right:100px;text-align:center;border-radius:0px;}
.course_info .info_img img{width:500px;height:auto;border:1px solid #d1d1d1;margin-bottom:10px;border-radius:10px;}
.course_info .info_text{float:left;width:590px}
.course_info .info_text .info_title{font-size:15px;color:#3c3c3c;border-bottom:2px solid #e2450e;font-weight:700}
.course_info .info_text p{font-size:12px;color:#3c3c3c}
.course_info .info_text div.buy_book{float:left;width:250px}
.course_info .info_text div.buy_book p.book_name{text-align:left}
.course_info .info_text div.buy_book p.book_price{text-align:right}
.course_info .info_text div.buy_book p.book_price input{vertical-align:-3px;margin-left:10px}

.course_info .lesson_period li {margin:2px}
.course_info .lesson_period input[type=radio] {vertical-align:middle}
.course_info .return_list li {float:left;margin-right:15px;font-size:14px}

.course_info .info_btn{float:right;overflow:hidden;padding-top:20px; width:auto;}
.course_info .info_btn li{float:right;margin-left:0}
.course_info .info_btn li.notice{width:100%;text-align:center;font-weight:bold;}

.course_info .sns_btn{float:left;width:auto;display:inline-block;overflow:hidden;padding-top:20px}
.course_info .sns_btn li{float:right;margin-left:5px}
.course_info .sns_btn li a {display:block; width:40px; height:40px; text-indent:-99999px;}
.course_info .sns_btn li a.btn_facebook { background:url('../images/common/icon_facebook.png') no-repeat;}
.course_info .sns_btn li a.btn_kakaostory {background:url('../images/common/icon_kakaostory.png') no-repeat;} 
.course_info .sns_btn li a.btn_naver { background:url('../images/common/icon_naver.png') no-repeat;}

.course_foot {margin-top:50px}
.course_foot .tutor_list {padding-bottom:-10px}
.course_foot .tutor_info dl {background-color:#f1f1f1;padding:10px 20px;margin-bottom:10px;}
.course_foot .tutor_info dt {float:left;padding:5px 0;width:70px;font-weight:bold;}
.course_foot .tutor_info dd {float:clear;padding:5px 0 5px 70px}


/* 도서 목록 */
.type_grid{border:none;}
.type_grid .list_grid{overflow:hidden;display:flex;flex-wrap:wrap;margin:0px -30px 0px 0px;border:none;}
.type_grid .list_grid li{ width:calc(( 100% - 120px ) / 4);margin:0px 30px 30px 0px;height:auto;text-align:left;}
.type_grid .list_grid li .grid_text {padding:0 0 0 0;}
.type_grid .list_grid li .grid_img{position:relative;width:250px;height:333px;border:1px solid #d3d3d3;border-radius:15px;margin-right:0px;overflow:hidden;}
.type_grid .list_grid li .grid_img img{position:absolute;left:0px;top:0px;width:100%;height:100%}
.type_grid .list_grid li .product_img{position:relative;width:280px;height:280px;border:1px solid #d3d3d3;border-radius:15px;margin-right:0px;overflow:hidden;}
.type_grid .list_grid li .product_img img{position:absolute;left:0px;top:0px;width:100%;height:100%}
.type_grid .list_grid li .grid_title a {display:block;padding:15px 0 10px 0;font-size:20px;line-height:30px;color:#000;font-weight:bold;}
.type_grid .list_grid li .grid_author{margin-top:2px;font-size:15px;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_grid .list_grid li .grid_price{color:#e2450e;font-weight:bold;font-size:16px;display:block; margin:5px 0 10px 0;}
.type_grid .list_grid li.nodata { float:none; width:830px; margin:0 0 0 20px; padding:0; border:0; text-align:center;height:200px; line-height:200px;  font-size:18px; }

/* 테이블 */
.table {border-top: 1px solid #ddd}
.table thead th {padding:20px;}
.table tbody td {padding:20px}
.table.type-view tbody th{padding:20px 0 20px 20px;}
.table.type-view tbody td{padding:20px 0 20px 20px ;}
.table.type-list thead th{padding:20px 0;}
.table.type-list tbody td{padding:20px 0;}
.table.type-list tbody td{padding:20px 0;}
.table.striped tbody tr:nth-child(odd) td, 
.type_list tbody tr:nth-child(odd) th{background:none !important;}
.type_chart strong.ctitle {height:auto;display:block; margin:10px 0px}
.type_chart strong.ctitle a {font-family:"noto_sans", sans-serif;font-size:20px; line-height:25px;color:#000;font-weight:500;;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.type_chart .book_img img {border:1px solid #d3d3d3;border-radius:10px;}
.type_chart .product_img img {border:1px solid #d3d3d3;border-radius:10px;}

/* 도서 상세보기 */
.book_infomation{margin-bottom:50px;}
.book_infomation .info_img{width:400px;float:left;margin-right:40px;text-align:center}
.book_infomation .info_img img{width:400px;height:auto;border:1px solid #d1d1d1;margin-bottom:10px;border-radius:20px;}
.book_infomation .info_text{float:right; width:700px;}
.book_infomation .info_btn{overflow:hidden;padding-top:15px}
.book_infomation .info_btn li{float:right;margin-left:1px}
.book_infomation .book_qty {width:80px; border:1px solid #ddd; padding:0; height:30px; line-height:30px; font-size:13px; text-align:center; box-sizing:border-box;}
.book_foot{margin-top:10px}

.type_table{border-top: 1px solid #676767}
.type_table thead th{padding:8px 0;color:#000;font-weight:700;color:#3c3c3c;border-bottom:1px solid #676767;text-align:center;}
.type_table tbody th{padding:8px 0 8px 8px;background-color:#f8f8f8;font-weight:700;text-align:left;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td{padding:8px 0 8px 8px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td div.mh50{min-height:50px}
.type_table tbody th.tac{text-align:center;padding-left:0}
.type_table tbody td.tac{text-align:center;padding-left:0}
.type_table tbody td.nodata {padding:40px 0px;}
.type_table.type_inner{border:none;border-top:1px dashed #d1d1d1; font-size:15px;padding:0px 0px;}
.type_table.type_inner thead th{text-align:center;padding:4px 0; } 
.type_table.type_inner tbody th{text-align:left;padding:12px 7px;background-color:#ffffff;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td{text-align:left;padding:12px 0;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td.tal{text-align:left;padding-left:20px}

.search_no {border:1px solid #d9d9d9; border-width:1px 0; padding:30px 0; height:200px;}
.search_no .search_no_image {height:100%;float:left; vertical-align:middle;}
.search_no .search_no_image img {margin-top:6px;}
.search_no .search_no_text {height:100%;float:left;}
.search_no .search_no_text h4 {font-weight:bold; margin-bottom:14px;}
.search_no .search_no_text h4 em {color:#ff7700;}
.search_result .course_info {margin-bottom:0px;}

/* 라벨 */
.label{font-size:12px;padding:0 4px;font-weight:normal;vertical-align:1px;display:inline-block;height:20px;line-height:20px;letter-spacing:-1px;}
.label.red{background-color:#d9534f;color:#fff}
.label.blue{background-color:#0079c0;color:#fff}
.label.mint{background-color:#199db2;color:#fff}
.label.orange{background-color:#e75e0e;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.refund{font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:30px;line-height:30px;letter-spacing:-1px;}

/****** button style ******/
/* button style */
.button::-moz-focus-inner {border:0; padding:0;margin:0}
button.button::-moz-focus-inner {margin:0}
.button{width: auto;display: inline-block;cursor: pointer;line-height:100%;border: none;border-radius:3px;padding:8px 25px;font-size:15px;text-align:center;background-image:none;text-shadow:none;}
.button.mini{padding:0 4px; height:24px; line-height:24px; font-size:13px; vertical-align:0;}
.button.small{padding:0 10px; height:30px; line-height:27px; font-size:13px}
.button.medium{padding:0 20px; height:34px; line-height:34px; font-size:15px}
.button.large{padding:0 35px; height:38px; line-height:38px; font-size:18px;font-weight:bold}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:bold;}
.button.large_p0{padding:0;font-size:14px;font-weight:bold;}

.button.black{background-color: #222;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 #ddd;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #eee;border:1px solid #bbb}
.button.recomm_title{float:left; border:0 none; padding:10px 0 10px 32px; border-radius:3px; background:url('/common/images_skin2/common/icon_good.png') 10px 48% no-repeat;}
.button.recomm_cnt{float:left;background:none;padding:10px 10px 10px 6px; color:#0f91d0;}
.button.pview_title{padding:10px 10px 10px 37px; border-radius:3px; background:url('/common/images_skin2/common/icon_pview.png') 10px 48% no-repeat; }
.button.large_p0:hover .button.recomm_title{color: #0f91d0}
.button.blue{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.blue:hover{background-color: #1d9ed0}
.button.green{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.green:hover{background-color: #1d9ed0}
.button.sky{background-color: #5bc0de;color: #fff;border:1px solid #5bc0de}
.button.sky:hover{background-color: #4ab0cd}
.button.orange{background-color: #f05927;color: #fff;border:1px solid #f05927}
.button.orange:hover{background-color: #c34c27}
.button.red{background-color: #30b2e5;color: #fff;border:1px solid #30b2e5}
.button.red:hover{background-color: #1d9ed0}
.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.full{padding-left:0;padding-right:0;width:100%}
.button.login{padding:35px 40px;font-size:15px;font-weight:700;}

.button.btn_buy	{ width:245px;border-radius:3px; padding:0; text-align:center; height:45px; line-height:42px; font-size:18px; color:#ffffff; font-weight:bold; background:#3c569d; border:1px #3c569d solid;}
.button.btn_buy:hover {background:#2a4286;}
.button.btn_cart { width:245px;border-radius:3px;padding:0; margin-right:10px; text-align:center; height:45px; line-height:42px; font-size:18px;color:#30b2e5; font-weight:bold; background:#ffffff; border:1px #30b2e5 solid;}
.button.btn_cart:hover {background:#ffffff; border:1px #929292 solid;}

.button.btn_refund	{ width:100%; padding:0; text-align:center; height:40px; line-height:40px; font-size:18px; color:#ffffff; font-weight:bold; background:#30b2e5; border:none;}
.button.btn_refund:hover {background:#25282b;}
.button.btn_sample { width:100%;padding:0; text-align:center; height:40px; line-height:40px; font-size:18px;color:#ffffff; font-weight:bold; background:#a6a6a6; border:none;}
.button.btn_sample:hover {background:#929292;}

.tab_tt {display:flex;justify-content:flex-start;margin-bottom:20px;border:NONE;width:100%;}
.tab_tt li {float:none;position:relative;width:16%;height:45px;margin-right:3px;}
.tab_tt li a {display:block;background-color:#f7f7f7 ;border:1px solid #ddd;line-height:45px;text-align:center;color:#3c3c3c;font-size:15px;z-index:4;height:45px;border-radius:30px;}
.tab_tt li.on a {background-color:#000;color:#fff;font-weight:700;border:1px solid #000;z-index:5;position:absolute;left:0;top:0;width:100%;height:45px;border-radius:30px;}

.tab_cview{height:51px;border-bottom:2px #444 solid;box-sizing:border-box;margin-top:90px;}
.tab_cview li{height:49px}
.tab_cview li a{font-family:"noto_sans", sans-serif;line-height:48px;font-size:16px;border:1px #dedede solid;border-bottom:none;box-sizing:border-box;}
.tab_cview li.on a{background-color:#000;color:#fff;font-weight:500;border:1px solid #000;;height:50px;line-height:48px;}

/* 게시판 탭 관련 */
.tab_tt_board { display:none; }
select.board_category { height:34px !important; line-height:29px !important; font-size:15px !important; margin-bottom:10px; border:1px #cccccc solid !important;  margin-top:1px; }

.type_list {border-top: 1px solid #000000}
.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_list tfoot td{padding:20px 0;background-color:#f9f9f9;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;text-align:center}

/* 테이블 리스트  홀짝 색 */
.type_list tbody tr:nth-child(odd) td, 
.type_list tbody tr:nth-child(odd) th{background:none;}
.tb_list tbody tr:nth-child(odd) td, 
.tb_list tbody tr:nth-child(odd) th{background:none;}

.tb_insert tbody th{padding:10px 0 10px 10px;border-bottom:1px solid #d1d1d1;background-color:#f8f8f8;font-weight:500;font-size:16px;text-align:left}
.tb_insert tbody td{padding:10px 0 10px 10px;border-bottom:1px solid #d1d1d1;font-size:15px;text-align:left}

.type_list thead th{text-align:center;}
.type_table thead th{text-align:center;}

/* 갤러리 게시판 */
.type_gallery {border:none;}
.type_gallery .list_gallery {overflow:hidden;border:none;margin-left:0px;width:1230px; margin-right:-30px; padding:20px 0px 0px 0px;}
.type_gallery .list_gallery li {width:calc((100% - 120px) / 4);float:left;margin:0px 30px 30px 0px;height:240px;text-align:left;border:0px solid #dedede; padding:0px;}
.type_gallery .list_gallery li .gallery_div {width:100%;height:200px;border:none; border-bottom:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;background-size:cover !important;text-indent:-9999px;}
.type_gallery .list_gallery li .gallery_img img {width:100%;height:auto;}
.type_gallery .list_gallery li .youtube_img {position:relative;width:100%;height:0;padding-bottom:56.25%;}
.type_gallery .list_gallery li .youtube_img img {position:absolute;left:0;top:0;width:100%;height:100%;}
.type_gallery .list_gallery li .gallery_title {margin-top:10px; font-size:18px;line-height:140%;margin-bottom:10px;color:#222222;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_gallery .list_gallery li a { margin-left:0px; }
.type_gallery .list_gallery li a.gallery_reg { display:visible; float:right; margin-right:10px;}

.type_gallery .list_gallery li.nodata {width:100%;line-height:200px;text-align:center;}
.type_gallery .list_gallery li .gallery_div_ie {height:150px;overflow:hidden;display:none;}
.type_gallery .list_gallery li .gallery_div_ie img {width:229px;border:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;}

/* 게시판 상세보기 */
.type_read{border-top: 1px solid #676767}
.type_read thead th{padding:20px 0;background-color:#f6f6f6;color:#000;font-size:18px; font-weight:500;}
.type_read thead td{padding:20px 0;background-color:#f6f6f6;color:#666;font-size:15px;}
.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 0}
.type_read tbody td .read_text{padding:10px 0px;min-height:200px;line-height:23px;}
.type_read tbody td .read_text img{max-width:100%;}
.type_read tbody td .read_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.type_read tbody td .webtv_player { padding:20px; }

.tb_review tbody th{padding:10px;background-color:#f6f6f6;color:#000;font-weight:500;  text-align:center;font-size:15px;}
.tb_review tbody td{padding:10px;font-size:15px;}

.type_write{border-top:1px solid #d1d1d1}
.type_write tbody td{border-bottom: 1px solid #d1d1d1;padding:12px 0}
.type_write tbody td.tw_bold{font-weight:500;color:#474747;font-size:15px;text-indent:12px}
.type_write input[type=text]{padding:2px 4px 3px; border:1px solid #d1d1d1;}
.type_write input[type=password]{padding:2px 4px 3px;border:1px solid #d1d1d1;}
.type_write .write_text{padding:12px}
.type_write textarea{border:1px solid #d1d1d1;width:100%;min-height:200px;padding:8px 0}

/* 페이징 */
.page_bar{padding-top:0px;text-align:center;margin-bottom:30px;}
.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 #ddd solid;margin:0px 2px; border-radius:3px; }
.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 #ddd solid; margin:0px 2px;border-radius:3px;}
.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 #ddd solid;margin:0px 7px 0px 2px ;border-radius:3px; }
.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 #ddd solid; margin:0px 2px 0px 7px;border-radius:3px;}
.page_box li div.page_seperator{display:none}
.page_box li .page_number_btn_on	{background-color:#ffffff; color:#30b2e5; 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:#30b2e5;width:30px; height:36px;border:none;line-height:36px}

.cv .page_title{font-family:"noto_sans",sans-serif;font-size:22px;font-weight:600;color:#000000;padding-left:0px;background:none;margin-top:30px;margin-bottom:15px}
.cv .cv_text{margin-bottom:20px;color:#3c3c3c;padding-left:0px;padding-bottom:8px; font-size:15px;line-height:30px;}
.cv .cv_text img{max-width:100%;}
.cv .cv_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.cv .tb_cv{border-top:2px solid #727272}
.cv .tb_cv thead th{padding:8px 0; color:#000;font-weight:500;background-color:#f8f8f8;border-bottom:1px solid #d1d1d1;text-align:center;}
.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:1px solid #e2e2e2}
.faq_wrap .nodata{padding:12px 0;border-bottom:1px solid #e2e2e2}
.faq dt{width:100%;font-weight:500;font-size:18px;padding:20px 50px; background: url('/html/images/mobile/sub/faq_question.png') no-repeat 15px 22px;background-size:15px auto;border-bottom:1px solid #e2e2e2; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.faq dd{display:none;font-size:16px;padding:25px 50px;background: #f4f4f4 url('/html/images/mobile/sub/faq_answer.png') no-repeat 15px 26px;background-size:15px auto;border-bottom:1px solid #e2e2e2}
.faq.on dt{display:block;white-space:normal;}

.tab_wrap{padding-top:0}
.tab_wrap2{padding-top:0}
.tab_wrap2 select { display:none;}
.tab_wrap{position:relative}

.search_title em,
.search_section .search_detail .search_cnt em,
.search_no .search_no_text h4 em {color:#30b2e5;}

/* login */
.login_box{border:none; border-top:1px solid #dcdcdc;padding:50px 0px;overflow:hidden}
.log_tt {color:#000;font-size:35px;font-weight:600;height:auto;line-height:120%;margin-bottom:40px;text-align: center;}
.log_tt p {font-size:17px;color:#666;font-weight:normal;}

.log_form{float:none;width: 100%;text-align: center;border-right: none;border-bottom: 1px solid #e0e0e0; box-sizing: border-box; padding-bottom: 50px;}
.log_area{float:none;overflow:hidden; text-align:center;}
.log_in{display: inline-block;vertical-align: top;}
.log_in label{display:inline-block;padding-right:13px}
.log_in div input{vertical-align:top;border:1px solid #d1d1d1;padding:2px 0 1px 6px;height:40px;width:300px;line-height:40px; margin-top:0;}
.log_in div{height:41px;margin-bottom:7px}
.log_in div.ip_pass{margin-bottom:0}
.log_area .ip_submit{display: inline-block;vertical-align: top; margin-left:8px}
.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#3c3c3c}
.login_box .ip_tx a{color:#e2450e ;font-weight:700}

.log_find{float:none;width: 100%;text-align: center;padding:22px 0 0 35px;}
.log_find dt {display: inline-block;font-weight:bold;letter-spacing:-0.05em; font-size:15px;}
.log_find dd {display: inline-block;margin: 0 0 23px 40px;}
.log_find dl {display: inline-block;margin: 0 30px;}
.log_find dd > .button.small{padding:0 20px; height:40px; line-height:35px; font-size:15px}

.log_oauth {overflow:hidden; margin-top:15px; font-weight:bold; line-height:40px;}
.log_oauth .log_oauth_list {float:right; margin-right:40px;}
.log_oauth .log_oauth_list li {float:left; margin-left:10px;}
.log_oauth .log_oauth_list li img {width:40px; height:40px;}

.login_box .ip_tx {margin-top:15px;}

.log_area .ip_submit {display: inline-block;vertical-align: top;float: none;}
.log_in {display: inline-block;vertical-align: top;float: none;}
.log_area,.log_tt {text-align: center;}
.login_box {border-bottom: none;padding: 50px 0;}

.join_oauth {display:none; overflow:hidden;}
.join_oauth .join_oauth_list {width:300px; margin:0 auto;}
.join_oauth .join_oauth_list li {margin:10px 0; background-color:#ffffff; border:1px solid #dedede; border-radius:8px; padding:6px; }
.join_oauth .join_oauth_list li a {position:relative;}
.join_oauth .join_oauth_list li img {position:absolute; width:40px; height:40px; left:0; top:0;}
.join_oauth .join_oauth_list li div {height:40px; font-size:1.2em; margin-left:40px; text-align:center; line-height:40px;}
.join_oauth .join_oauth_list li.join_oauth_normal div {font-size:1.4em; font-weight:bold;}

.join_normal .board.btn .button {width:200px;height:45px;line-height:45px;padding:0px;margin:0px 3px;font-family:"noto_sans", sans-serif;font-size:16px;font-weight:500; }
.join_normal .board.btn .button.gray{background:#30b2e5;color:#fff; border:none; }
.join_normal .board.btn .button.white{background:#aaa;color:#fff; border:none;}

#buttonArea .board.btn .button {width:200px;height:45px;line-height:45px;padding:0px;margin:0px 3px;font-family:"noto_sans", sans-serif;font-size:16px;font-weight:500; }
#buttonArea .board.btn .button.gray{background:#30b2e5;color:#fff; border:none; }
#buttonArea .board.btn .button.white{background:#aaa;color:#fff; border:none;}
#buttonArea .board.btn .button.red {background:#30b2e5;color:#fff; border:none; }


/* 비밀번호 정기 변경 및 정보수정 비밀번호 재확인 */
.passwd_box { border:1px solid #dcdcdc; padding:0; margin-bottom:20px; text-align:center; }
.passwd_box .box_sub { padding:20px 15px; font-size:15px;}
.passwd_box .box_sub .box_icon { padding:10px 0 20px; }
.passwd_box .box_sub .box_icon img { width:67px; height:65px; }
.passwd_box .box_stitle { font-size:18px; line-height:30px;color:#000; font-weight:bold;padding-bottom:5px; }
.passwd_box .box_login { margin:20px 0; }
.passwd_box input[type=password] { height:33px !important; vertical-align:bottom; }

.box_title{color:#000;font-size:24px;font-weight:600;margin:25px 0 20px 0}
.box_tx{margin:0 0 20px 0;font-size:15px; }
.gray_box{border:0px solid #dcdcdc;background-color:#fff;padding:20px 0px;margin-bottom:20px}
.gray_box.top{border-top:1px solid #676767}
.gray_box .box_stitle{font-family:"noto_sans";font-weight:500;font-size:18px;color:#000;margin-bottom:12px}
.gray_box .g_box_in{border:1px solid #dbdbdb;background-color:#fff;height:60px;overflow:auto;padding:14px 10px;margin-bottom:10px}
.check input{vertical-align:middle;margin-right:4px}
.gray_box .g_box_in {height:130px;}
p.check { margin-bottom:10px;}

.find_subtitle {font-size: 18px;color: #000;font-weight:500;}


.privacy { }
.privacy h2{font-weight:bold;font-size:18px;margin-top:20px;color:#000000;}
.privacy h3{font-weight:bold;font-size:15px;margin-top:20px;color:#ff7200;}
.privacy dl{padding-left:5px;margin-top:15px; font-size:14px;}
.privacy dt{font-weight:bold;margin-top:10px; font-size:14px;}
.privacy dd{margin-top:2px;margin-left:10px; font-size:14px;}
.privacy p{margin-top:5px;margin-left:0px;float:none !important; font-size:14px;}
.privacy .depth2{padding-left:10px}
.privacy .depth2 > li{margin:2px 0}
.privacy .depth3{padding-left:10px}
.privacy .depth3 > li{margin:2px 0}
.privacy .tel_list{overflow:hidden}
.privacy .tel_list li{float:left;width:50%}
.privacy table { border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.privacy th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.privacy td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; }
.privacy td.tac { text-align:center; }

.terms { margin-top:-20px;}
.terms h2{font-weight:bold;font-size:18px;margin-top:40px;color:#000000;}
.terms h3{margin-top:20px;font-weight:bold;font-size:15px;color:#ff7200;}
.terms .depth1 li{line-height:150%; font-size:14px;}
.terms .depth1{margin-top:10px;padding-left:0;float:none}
.terms .depth2{padding-left:15px; font-size:14px;}
.terms .depth3{padding-left:24px; font-size:14px;}


/* 회원가입 약관부분 텍스트 일괄처리 */
.textin { font-size:15px !important; font-weight:normal !important;line-height:25px !important;}
.textin > .privacy{ margin-top:-10px;}
.textin > .privacy 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 > .privacy 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 > .depth1{margin-top:0px !important;}

.my_box .my_info h6,
.my_box .my_note h6{font-weight:bold;color:#2d2d2d;font-size:20px;padding:3px 0 12px 0;}
.my_box .my_info .h6_sub,
.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_info {height: 220px;}
.my_box .my_info li strong {font-weight:500;}
.my_box .my_info .my_info_in { padding-left:120px; background: url('/html/images/common/myinfo_img.png') no-repeat 10px 50%;border-top:1px solid #d7d7d7; margin:0px;}
.my_box .my_note .my_notice_in{border-top:1px solid #d7d7d7;padding:10px 0px;margin:0px;}
.my_box .my_note .my_notice_in .list_top li a{height:24px;line-height:24px;border-bottom:none;font-size:15px;padding:1px 15px; background:url('../images/common/dot.png') 4px 50% no-repeat;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.my_box .my_note {height: 220px;}
.my_box .my_note .my_note_in {border-top:1px solid #d7d7d7;padding:10px 0px;margin:0px;}
.my_box .my_note .my_note_in li.nodata { line-height:120px;}


/* 마이페이지 수강후기 */
.tab_tt1 li{width:50%;}
.tab_tt2 li{width:33.3%;}
.course_tab { display:inline-block;width:450px; height:40px; margin-bottom:20px; float:left;}

.stitle { font-size:18px; font-weight:bold; color:#0f91d0; line-height:30px; margin:0px 0 15px 0px;}
.sstitle { font-size:16px; font-weight:bold; color:#0d79ba; line-height:24px; margin:0px 0 10px 0px;}
.scont { font-size:14px; color:#777777; line-height:25px; margin-bottom:40px;  }
.scont span {  color:#0d79b9; }
ul.scont { font-size:14px; color:#777777; line-height:25px; margin-bottom:40px;  }
ul.scont li { font-size:14px; font-weight:normal; color:#777777; line-height:22px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }
.greeting_scont.scont {position: relative;}
.greeting_scont.scont > .btn_box {position: absolute; right:20px; bottom:20px;}

/* 근로자카드 */
.worker1 { width:1170px;  height:458px; background:url('/html/images/common/worker1_2.png') no-repeat;display:inline-block; }
.worker1 h2 { font-size:22px; font-weight:bold; color:#2e2e2e; line-height:30px; margin:40px 0 10px 460px; }
.worker1 p { font-size:15px; font-weight:normal; color:#777777; line-height:23px; margin:0 0 15px 460px; }
.worker1 p span{color:#fe5a4e;}
.worker1 ul {  margin:0 0 15px 460px; }
.worker1 li { font-size:15px; font-weight:normal; color:#2e2e2e; line-height:23px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat;}
.worker1 li b { color:#0c8ecd; font-weight:bold;}
.worker1 .btn_box{margin:25px 0 0px 460px;}
.worker1 a{float:left; display:inline-block; width:275px; height:60px;text-align:center; font-size:16px; color:#ffffff; font-weight:bold;}
.worker1 a.oepncard {margin-right:10px; background:#0f90d0; padding-top:8px;}
.worker1 a.btn_bule {line-height:60px; background:#232632; }

.worker2 { width:1170px; height:auto; border:1px #ccc solid; display:inline-block; margin-bottom:50px; }
.worker2 h2 { float:left; width:300px; margin:160px 0px; font-size:18px; font-weight:normal; color:#525252; line-height:30px; text-align:center; }
.worker2 h2 span { color:#006e9c; font-weight: bold; }
.worker2 h2 small { font-size:15px; }
.worker2 ul {  float:left; width:860px; padding:30px 0px 30px 0px; background-color: #f4f4f4; }
.worker2 li { font-size:14px; font-weight:normal; color:#777777; line-height:18px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; margin-left:25px; margin-bottom:7px;}

.worker3 {  width:100%; margin:0 0px 30px 0px; display:inline-block;background:url('/html/images/common/worker3_2.png') no-repeat; }
.worker3 .worker3_sub { margin:60px 50px 93px 235px;  text-align:left; }
.worker3 .worker3_sub h2 {  font-size:17px; font-weight:normal; color:#2e2e2e; line-height:30px;}
.worker3 .worker3_sub ul {  margin:10px 0px 10px 0px; height:75px; }
.worker3 .worker3_sub li { font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }
.worker3 .worker3_sub a.worker3_down { float:right; display:block; width:180px; height:75px; line-height:25px; padding:12px 0px 0 30px; text-align:left; font-size:18px; color:#ffffff; font-weight:bold; border:1px #232632 solid; background:#232632 url('/html/images/common/worker3_down.png') 115px 17px no-repeat; margin:-110px 30px 0 0;  }
.worker3 a.worker3_btn { display:block; width:290px; height:49px; line-height:45px; text-align:center; font-size:18px; color:#ffffff; font-weight:bold; border:1px #007abd solid; background:#0c8ecd; margin:0 auto;   }
.worker3 .worker3_tel {  line-height:50px; text-align:center; font-size:17px; color:#000000; font-weight:bold;   }
.worker3 .worker3_tel span {  color:#0d79b9; }
/* 2019-04-15 추가 */
.worker3 .worker_noti{margin-top:-5px; padding:0 40px 40px; }
.worker3 .worker_noti .noti_box{padding:30px; border:1px solid #e5e5e5; background:#fff;}
.worker3 .worker_noti .noti_box h2{ font-size:17px; font-weight:normal; color:#2e2e2e; line-height:30px;}
.worker3 .worker_noti .noti_box table{margin-top:5px;}
.worker3 .worker_noti .noti_box table th{padding:5px 0; line-height:1.3; background:#338bca; color:#fff; }
.worker3 .worker_noti .noti_box table td{padding:10px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.worker3 .worker_noti .noti_box table td.tc{text-align:center;}
.worker3 .worker_noti .noti_box table td li{font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }
.worker3 .worker_noti .noti_box .txt_noti{margin-top:15px; }
.worker3 .worker_noti .noti_box .txt_noti p{font-weight:bold;}
.worker3 .worker_noti .noti_box .txt_noti ol{padding-left:15px;}
.worker3 .worker_noti .noti_box .txt_noti ol, .worker3 .worker_noti .noti_box .txt_noti li{list-style:decimal;}

.owner1 { border:1px #dedede solid;  padding:40px 120px; line-height:25px;font-size:14px; font-weight:normal; color:#777777; margin-bottom:40px;  }
.owner1 p{font-weight:bold; font-size:15px; color:#111;}
.owner1 .box1{padding-top:190px; margin-bottom:50px; background:url('/html/images/common/owner1_box1.png') no-repeat;}
.owner1 .box2{padding-top:190px; background:url('/html/images/common/owner1_box2.png') no-repeat;}
.owner1_2 { border:1px #dedede solid; background:url('/html/images/common/owner1_2.png') 0px 100% no-repeat; padding:35px 40px 275px 40px;line-height:25px;font-size:14px; font-weight:normal; color:#777777;  margin-bottom:40px; background-size: contain; background-position: center; }
.owner1_3 { line-height:25px;font-size:14px; font-weight:normal; color:#777777;  margin-bottom:40px; }
.owner1_3 img { margin:13px 0px; }

.owner2 { display:inline-block; }
.owner2 li { float:left; width:270px; height:255px; border:1px #e0e0e0 solid; text-align:center; margin-bottom:30px; border-radius: 20px; margin-right:30px;}
.owner2 li:last-child {margin-right:0;}
.owner2 li h1 { text-align:center; font-size:15px; color:#ffffff; font-weight:bold; line-height:40px; background-color:#0f91d0; border-radius: 20px 20px 0 0;}
.owner2 li h2 { margin-bottom:20px; text-align:center; font-size:18px; color:#2e2e2e; font-weight:bold; line-height:62px; background-color:#f4f4f4; }
.owner2 li p { font-size:14px; font-weight:normal; color:#777777; line-height:22px; margin-top:20px; }
.owner2 li p span {color:#0079c0;}
.owner2 li.arrow { width:30px; height:345px; background:url('/html/images/common/owner2_arrow.png') 50% 50% no-repeat; border:none; }
.owner2 li.line2 { height:280px; }
/* 2019-04-15 추가 */
.owner_noti{margin-top:20px; padding-top:20px; border-top:1px solid #eee;}
.owner_noti p{margin-bottom:5px; font-weight:bold; color:#111; font-size:15px;}
.owner_noti ol{padding-left:15px;}
.owner_noti ol, .owner_noti li{list-style:decimal;}

.owner3 { width:365px; height:490px; display:inline-block; margin-left:37px; border:1px #eaeaea solid; padding:0 20px; float:left; text-align:center;}
.owner3:first-child {margin-left:0;}
.owner3 h2 { font-size:17px; font-weight:bold; color:#2e2e2e; line-height:30px; margin:170px 0 0; }
.owner3 h2 a {margin-top:20px;}
.owner3 p { font-size:14px; font-weight:normal; color:#777777; line-height:22px; margin:20px 0 0; }
.owner3 ul {  margin-top:20px; text-align:left;}
.owner3 li { font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 11px no-repeat;}
.owner3 li a:hover{text-decoration:underline;}
.owner3 li b { color:#333333; font-weight:bold;}
.owner3_1 { background:#f7f7f7 url('/html/images/common/owner3_1.png') center 5% no-repeat;  }
.owner3_2 { background:#f7f7f7 url('/html/images/common/owner3_2.png') center 5% no-repeat;  }
.owner3_3 { background:#f7f7f7 url('/html/images/common/owner3_3.png') center 5% no-repeat;  }

.refund h3 {color:#0f91d0;}


/* 훈련과정 개발절차 */
.owner6 {}
.owner6 > div > table {border:1px solid #ccc; font-size:14px; }
.owner6 > div > table tr {}
.owner6 > div > table tr th {padding:15px; background-color:#58b3d9; color:#fff;}
.owner6 > div > table tr td {padding:15px;}
.owner6 > div > table tr td:first-child {background-color: #f4f4f4;}

.gray_box .g_box_in {height: 100px;}

.course_tab { display:inline-block; width:100%; border-top:0px #0278be solid; }
.course_tab li { float:left; width:16.1%; height:40px; border:none; background:none; box-sizing:border-box; }
.course_tab li:first-child { border-left:1px #e8e8e8 solid;  }
.course_tab li a { display:block; font-size:14px; text-align:center; color:#464646; }
.course_tab li a.line2 { line-height:17px; padding:6px 0px;}
.course_tab li.on { border:none; background:none; color:#ffffff; font-weight:bold; }
.course_tab li.on a { color:#ffffff; } 

.exam_question h6 {background-color:white;font-size:15px;color:#000;font-weight:bold;line-height:20px;padding:9px 14px;border-bottom:1px solid black}

.mt50{margin-top:50px;}


/* 2019-05-16 추가 */
.txt_noti{padding-left:27px; margin:10px 0; font-size:15px; font-weight:bold; background:url(../images/common/txt_noti.png) 0 0 no-repeat; line-height:20px; color:#111;}
.txt_noti span{color:#ff7607;}

.sns_btn .btn_kakao{ display:block; width:30px; height:30px; text-indent:-99999px; background:url('../images/common/icon_kakao.png') no-repeat;}
.sns_btn .btn_qna{ display:block; width:30px; height:30px; text-indent:-99999px; background:url('../images/common/icon_qna.png') no-repeat;}


/* 근로자 유의사항 표 */
.refund .depth1 table{ border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.refund .depth1 table th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.refund .depth1 table td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; text-align:center;}
.refund .depth1 table td.tl{text-align:left;}
.refund .depth1 table td .fc_red{color:#d90000;}


.sub_cs_inner { border-radius:20px; background:#f3f3f3; padding:100px 50px 80px 50px; text-align:center; box-sizing:border-box;}
.sub_cs_inner h2 {font-size:40px; font-weight:600;color:#000; margin-bottom:40px;line-height:140%;}
.sub_cs_inner h2 span {color:#30b2e5;}
.sub_cs_inner a.btn_cs { display:inline-block; width:300px; height:60px;line-height:60px;border-radius:50px;font-size:20px;font-weight:500;background:#30b2e5;color:#fff; }
.sub_cs_inner a.btn_cs:hover {background:#1d9ed0;}
